date
stringlengths 12
12
⌀ | text
stringlengths 98
60.4k
| topic
stringlengths 15
36k
| url
stringlengths 37
226
| root_topic
stringclasses 63
values | heading
stringlengths 1
148
| related_topics
stringlengths 7
36.6k
| author
stringclasses 1
value | vector
stringlengths 44.7k
45.8k
⌀ |
---|---|---|---|---|---|---|---|---|
07 Jul, 2023
|
HTML5 MathML <mfenched> tag
07 Jul, 2023
The MathML <mfenched> tag in HTML5 is used to add custom open and closing parentheses. Like you can open any parentheses and can close different brackets and separators.
Syntax:
<mfenced open="parentheses" close="parentheses" separators=" "> child elements</mfenced>
Attributes: This tag accepts some attribute which are listed below:
class|id|style: This attribute is used to hold the styles of the child elements.
href: This attribute is used to hold any hyperlink to a specified URL.
mathbackground: This attribute holds the value of the math expressions background color.
mathcolor: This attribute holds the color of the math expressions.
open: This attribute holds the opening parentheses.
separator: This attribute holds the separator for each string or anything you want to separate from anything.
close: This attribute holds the closing parentheses.
Below example illustrates the MathML <mfenched> tag in HTML5:
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML mfenched tag</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML mfenched tag</h3>
<math>
<mfenced open="(" close=")" separators="">
<mrow>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo>+</mo>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
<mo>=</mo>
<msup>
<mi>z</mi>
<mn>2</mn>
</msup>
</mrow>
</mfenched>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML <mfenched> tag are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 MathML <merror> Tag/HTML5 MathML <mfenched> tag
|
https://www.geeksforgeeks.org/html5-mathml-mfenched-tag/?ref=next_article
|
NextJS
|
HTML5 MathML <mfenched> tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, CSS pause-before Property, jQuery Mobile panel close() Method, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, HTML5 MathML <merror> Tag, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, Node.js Readable Stream close Event, HTML5 MathML <mfenched> tag, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0293076262, 0.0125748478, -0.0200533457, 0.00369954621, 0.0464879572, 0.00307152583, -0.00831585843, 0.0106546935, -0.0220023748, 0.00263840822, -0.00348840142, -0.0118457666, -0.00353171327, 0.00704898918, -0.0241679624, 0.0118746413, -0.00865513366, 0.0125965038, 0.0137009537, -0.00306972116, -0.0374213606, 0.00281345984, -0.0298273657, -0.0435427576, 0.00168825639, -0.000209227393, 0.00567384064, -0.00137424609, 0.00935534, 0.0487112962, 0.0152601777, 0.0203565285, 0.00624050293, -0.0175845753, -0.00279902271, -0.00568105932, -0.00373563939, 0.0496641546, -0.0255106278, -0.0168338381, 0.00929037295, 0.0102865435, -0.0170937087, 0.041492667, 0.0134122092, -0.00550781237, -0.0140474476, -0.03233945, -0.0139030758, -0.0276184659, 0.0212372, -0.000294384634, 0.0312999673, -0.00476429379, -0.00410378957, 0.00155741873, 0.0451886058, 0.0260881186, -0.00642818725, 0.00353351794, -0.0324838199, -0.029221002, -0.0360931344, -0.00681799324, -0.00805598777, 0.0276906528, -0.0357177667, 0.022132311, 0.023258416, -0.00552585907, -0.0368438736, 0.0226664878, 0.0175557, 0.00907381438, -0.0113982121, -0.0187828671, 0.0274307821, 0.0131306825, -0.00256261253, -0.0244711451, -0.0146899056, -0.00414349185, -0.00663391827, 0.023532724, 0.0359487608, 0.042849768, -0.0139752617, -0.0407996811, -0.0109073455, -0.00443945546, -0.028051585, 0.0241102148, 0.0105825067, -0.0332923084, 0.00894387905, -0.0106907869, -0.0123871639, -0.0136865163, -0.0279649608, 0.0162996594, -0.0252940692, 0.0384319685, 0.0176278874, 0.00944918301, 0.00726193888, 0.0333211832, 0.0202121548, 0.0101349521, 0.0116869574, -0.008922223, -0.032888066, -0.034793783, 0.00153576292, 0.0293220636, 0.0021583694, 0.0273008477, -0.019129362, -0.0569116548, 0.0265789852, 0.0229407959, -0.0171658956, 0.00874897558, 0.0290044434, 0.0258571226, -0.0453041, 0.0139391683, -0.0178733207, 0.00833029579, 0.00182270329, -0.028325893, -0.0338120498, -0.0123294145, -0.00115227338, -0.037594609, 0.0113260252, 0.0274019074, 0.00678911852, 0.0120912, -0.0145166591, -0.0119179534, -0.0287012607, 0.0139536057, 0.0115786772, 0.0312999673, -0.0249620117, -0.0265212357, 0.019244859, 0.0334944278, -0.0171370208, 0.0341585428, -0.00419402216, 0.00706342654, 0.0518297404, -0.0351691507, 0.017064834, -0.0416659154, 0.00465962384, 0.0140907597, -0.011102248, -0.00442501809, 0.011744706, -0.0171803329, 0.0375368595, 0.0249187, -0.0172380805, 0.0533023402, -0.0135277072, -0.00236229575, -0.00307152583, 0.0516853705, -0.0285424516, -0.0145744076, -0.0282392688, -0.015664421, -0.0292065646, 0.00321228895, 0.0240235906, 0.00196888042, 0.0325415693, 0.00185879646, -0.0335233025, -0.00597341359, 0.0233161654, 0.0444378667, -0.00362014142, -0.00203384808, 0.0276329033, -0.0187251177, 0.0222189333, -0.0242834613, -0.0121056372, 0.00253734738, 0.0188839287, -0.011102248, 0.0740919858, -0.00692627253, -0.0461992137, 0.0431962647, 0.0305492301, 0.00892944168, 0.0035299086, -0.0336388, 0.0314443372, 0.0105319768, -0.0116219893, -0.00287481816, -0.0011766362, -0.00509274146, 0.0262902398, -0.0203998405, -0.0170215219, -0.0252507571, -0.0214681961, -0.0147043429, 0.00639570365, 0.00188947562, -0.0397890732, -0.0306647271, 0.0103226369, -0.0269976649, 0.0491155386, -0.0122066978, -0.0192881711, 0.0211072657, -0.0617914461, -0.00895831641, -0.00911712553, 0.00208798796, -0.0149858696, -0.00121543626, -0.00868400838, 0.0349959023, -0.0233017281, 0.0202265922, 0.0343029164, -0.0289033819, -0.00804876909, -0.0251063854, 0.0430230163, 0.0198223498, -0.0361797586, 0.0027936087, -0.0267811064, -0.0171370208, -0.000809388526, 0.0145166591, -0.000650127593, -0.0306647271, -0.0236626584, -0.031328842, 0.0231717918, -0.0246155187, -0.0105247581, -0.00195083395, -0.00541397, 0.0431962647, 0.0144083798, -0.00851798, -0.040251065, 0.00264743133, 0.030000614, -0.0178877581, 0.0199667215, -0.0048834011, 0.0056377477, 0.0273585953, 0.0227675494, -0.0204287134, -0.000563955226, -0.0404820591, 0.0145671889, -0.0239947159, 0.0632351711, -0.0186529327, -0.000728179, -0.00105121254, -0.0328591913, 0.00134988327, 0.0374213606, -0.0112249646, -0.0147043429, 0.0202699043, -0.00596619537, 0.0425321497, 0.0588173717, 0.0128996866, 0.00294700451, -0.00332959159, -0.0119829206, -0.0146971243, 0.000843677029, 0.0116797388, 0.00355697842, 0.0161264129, 0.0425610244, 0.0376812331, -0.00276292954, -0.0330324359, 0.00772393076, -0.0109795313, -0.0490000397, -0.0223488696, 0.00886447355, -0.0594237372, 0.000517034146, 0.026766669, 0.0257993732, 0.0157510433, -0.036930494, -0.0380566, 0.00794049, -0.0227098, -0.0249042623, 0.0482781753, -0.0207752082, -0.00960799213, 0.0185229965, -0.00865513366, 0.0007557, -0.0288023222, 0.00403160322, -0.00100609614, -0.024427833, 0.0156355463, 0.0152313029, 0.00489062, -0.0222766828, -0.0436293818, 0.0047390284, -0.00375007675, -0.0397890732, -0.0164295956, -0.00494836876, 0.0133400224, -0.0390960835, -0.0479028076, 0.0107052233, 0.00604199059, -0.000573429686, -0.00039928031, -0.0240813401, -0.0396447, -0.00709591, -0.0249187, 0.0422722809, -0.0180032551, 0.0119179534, -0.0115281474, 0.00558360806, 0.0163429715, 0.000978124, 0.0145238778, -0.00386918406, -0.0293220636, -0.00186421035, -0.0181331914, -0.0566229112, -0.0252363198, -0.0381143503, -0.00415432, -0.0416947901, 0.00731968787, 0.034129668, -0.0628309324, -0.0230562948, -0.0574313961, -0.0391827077, -0.00419041282, 0.0121633867, -0.010734098, -0.0231140442, -0.0141340718, 0.0163140967, 0.0118602039, 0.0103082, 0.00162148406, 0.0264201742, 0.00866957102, -0.0284269527, 0.00583626, -0.0148126222, 0.0475274399, 0.030347107, -0.0120984185, 0.040944051, -0.0108856894, 0.000189488957, 0.0202265922, -0.051425498, 0.00376451388, -0.00969461631, 0.0598857291, -0.00716809649, -0.0376812331, 0.0214537587, -0.0259581823, -0.0442068726, -0.0220889989, 0.00447193952, -0.0135060512, 0.0139969178, -0.00338734081, 0.00197248976, 0.036815, 0.0112321833, 0.0152024282, -0.00817870442, -0.00833029579, 0.0207607709, 0.0105464142, -0.00869844574, -0.0131234638, 0.00945640169, -0.0141196344, 0.00814983, 0.0484803, 0.00893666, 0.0465745814, -0.0125387553, 0.0143867237, 0.0486535467, -0.0193314832, -0.000546811, -0.0170070846, -0.00109542662, 0.00765896309, -0.0526959784, -0.0338698, 0.0120117953, 0.026218053, -0.0513677485, -0.00968017895, 0.0118096741, -0.00497724349, 0.037248116, -0.0112466207, -0.0109795313, 0.0169637725, -0.00492671272, -0.00727276644, 0.00770227518, -0.0183930621, -0.024658829, 0.0361220092, -0.0377101079, 0.0172380805, -0.00783942919, -0.0527537242, 0.0471809469, 0.0261891782, -0.0215259455, -0.0312999673, -0.0494042821, 0.0107196607, 0.0227242373, -0.00384391891, 0.0623689368, -0.00869844574, 0.0314732119, 0.00651481096, -0.0316464603, 0.0146393757, 0.0398468189, -0.00811373629, 0.0582398809, -0.0143145369, -0.0252940692, 0.0305781029, -0.0143145369, -0.00323574943, 0.015938729, 0.00272864103, 0.00150237675, -0.00692627253, 0.0201255325, 0.00625494029, -0.0177433845, -0.0242257118, -0.00600228831, -0.0172236431, 0.0448421091, 0.000311303273, 0.0431673899, 0.00198873179, 0.00975236483, 0.00474985642, -0.00633795466, -0.0326570682, 0.0129141239, 0.0373058654, -0.0138958571, 0.0100194542, -0.019750163, -0.0444667414, 0.00582182268, 0.0343895406, -0.0285713263, -0.00496641546, 0.0263768621, -0.0285135768, 0.020298779, 0.025366256, 0.0367283747, 0.0324838199, 0.0287734475, 0.0203276537, -0.0466323309, 0.00662669959, -0.0487401709, 0.022363307, 0.0112466207, -0.000256035681, 0.0179455057, -0.0293942485, 0.0273297224, 0.0130873704, 0.014747655, 0.028672386, -0.0371614918, 0.00265465, 0.0312133431, -0.00707786391, -0.0162130352, 0.0275174063, 0.013809233, 0.0273008477, 0.0160975382, -0.0238792188, -0.015664421, -0.0457083471, 0.00240019336, 0.0119107347, 0.00216739275, 0.034793783, -0.0106835682, 0.00431312947, -0.0100627663, 0.0125892852, 0.0161119755, 0.00751459086, -0.017844446, -0.0185807459, -0.0198801, -0.00545728207, -0.0269832276, -0.0224210545, 0.0126903458, -0.018739555, -0.00692266319, -0.00351547124, 0.0225221161, 0.032570444, 0.0209628921, 0.00344689447, 0.00898719, 0.00102504506, 0.00771671208, -0.00576407369, 0.00415071053, -0.0385185927, -0.010849596, -0.00852519833, 0.0384319685, 0.018292, -0.0411173, -0.0278061517, -0.0388939604, -0.00049492711, 0.00151861866, 0.0362375081, 0.0297696181, -0.00527320709, 0.0187106803, -0.011239402, 0.0137298284, 0.0319352038, 0.045852717, -0.0136865163, 0.0144011611, -0.0225654282, -0.0232295413, -0.0258571226, 0.0408574268, -0.00302640931, 0.0358332656, 0.000427703635, 0.0166028421, -0.0287878849, -0.0910702, 0.0151302423, 0.0158665422, 0.0298562404, -0.0215981323, -0.00116400362, 0.0210639536, 0.030000614, -0.0212516375, -0.00752180908, 0.0216270071, -0.0084313564, -0.0115425847, 0.0254240036, 0.0243412107, -0.0234749746, -0.0231862292, -0.0239225291, -0.0241390876, -0.0232295413, 0.00282067852, 0.000189376166, -0.0264057368, -0.0324260704, 0.00856851, -0.0081859231, -0.0174402036, 0.00697680283, 0.00801989436, 0.00128311093, -0.0190860499, 0.0017622473, 0.0321662, 0.0146682495, 0.0280804597, 0.0257849358, 0.0124882245, 0.0124521311, -0.00503138313, -0.0293942485, -0.00799102, -0.0185085591, -0.00590483705, -0.00815704837, 0.00556195201, -0.00291813, 0.0048509175, 0.0329458117, -0.0366417505, -0.016010914, 0.00166660047, 0.00357863423, 0.0296252444, 0.0173968915, -0.0251063854, 0.0513966233, -0.000430185057, 0.00877785, -7.25810387e-05, 0.0161986, 0.0221467484, 0.0105247581, 0.00471015414, -0.0211072657, 0.0129790911, 0.0122283539, 0.0180032551, 0.0168194, -0.0120695438, -0.00451886049, -0.00839526299, 0.00102414272, -0.00625494029, -0.0260881186, 0.0175268259, 0.0102215754, -0.00443223678, -0.0152601777, -0.0238503441, 0.0368727483, -0.0125170993, 0.0088211624, 0.0153323635, -0.021583695, 0.0112321833, 0.029451998, 0.0128347185, -0.0109001268, -0.0252651945, 0.0459970906, -0.00682160258, 0.0166317169, -0.00371759292, -0.0185374338, -0.0310978442, -0.00202482496, 0.00183353119, -0.00102504506, -0.0296252444, 0.0128491558, 0.00652563898, -0.0136359865, 0.0294375606, 0.0024164354, 0.0140546663, 0.00474263774, 0.00608891202, -0.0109290015, 0.00861182157, 0.00573158963, 0.00516853668, -0.000934812182, 0.000426575745, 0.00602033501, -0.0030895723, 0.0100699849, -0.0195624791, 0.0212372, 0.00399190048, -0.00069749984, -0.0157943554, -0.0124160387, 0.00105031021, 0.0220889989, 0.00666640187, 0.0233161654, 0.00151500932, -0.0209051445, 0.00158629322, 0.0239802785, -0.0533889644, 0.00511800637, 0.0182775632, 0.0049519781, 0.0044430648, 0.01240882, -0.0132245244, -0.0033350056, 0.000156666763, 0.00869122706, 0.00330974045, 0.00695153791, -0.0174402036, 0.00623689359, -0.0270121023, 0.022984108, -0.0556989238, 0.0107918475, 0.0130224032, 0.0204720255, -0.00622245623, 0.015938729, -0.0242112745, 0.0356311426, -0.00260411971, -0.0109145641, 0.0179888178, -0.0151302423, 0.0151879909, 0.000766076788, 0.00112610578, 0.0171514582, 0.00202843407, -0.00930481, 0.0232728533, -0.0429075174, 0.0374213606, -0.0154045504, -0.00356961112, -0.0110156247, 0.0181765035, -0.00438531581, -0.0231573544, 0.00495919678, -0.0225654282, 0.0234749746, 0.0114487419, -0.0238936543, -0.0216847546, -0.0337831751, 0.00729081314, -0.00823645294, 0.00266908738, -0.016516218, 0.0325993188, 0.014061885, 0.0105680702, 0.00559804542, -0.0266944822, 0.0184796844, 0.0399334431, -0.0193892326, 0.00074036041, 0.0123799453, -0.0230851695, 0.0232872907, -0.0203276537, 0.00184706622, 0.032021828, -0.00620080065, 0.014083541, 0.025987057, 0.0130296219, 0.0322528258, 0.00683604, -0.00397746358, 0.0345050357, -0.00685769552, -0.0142712258, -0.0135710184, -0.0132606179, -0.0265067983, 0.00197970844, 0.00702733314, 0.0163862836, -0.0162419099, 0.0399045683, -0.0119829206, 0.000482745672, -0.00122897129, -0.0272864103, -0.00302821398, -0.0237059705, 0.015664421, -0.00436726911, -0.0198656619, 0.0217425041, 0.0167616513, 0.00729081314, 0.00703816116, -0.00640292233, 0.0134627391, 0.01655953, -0.0229696706, -0.00608169334, 0.0146465944, -0.0369882435, 0.0161841623, 0.0379411019, -0.00552224973, 0.00314912596, 0.00300655817, -0.00504942937, -0.0300583635, -0.0305781029, 0.0110805919, 0.00809208117, -0.00469932612, 0.00127589237, 0.0369016193, -0.0157077331, 0.0289611313, -0.0407130569, 0.0146538131, -0.0110011874, 0.000737202296, -0.0344472863, -0.00223055575, -0.00108008704, -0.0224210545, 0.0170503967, 0.0208329577, 0.0208329577, 0.0308379736, -0.00480760541, 0.0288456324, -0.00734134344, -0.0238214694, -0.0196491033, -0.00231537456, -0.0130368406, -0.0152024282, -0.00869122706, 0.0228974838, 0.00794049, 0.00255900319, 0.0354290195, 0.018292, 0.0342162922, -0.0231140442, -0.00306069781, -0.000695244, 0.000426350161, -0.0198656619, 0.0449864827, 0.0336388, -0.00603116304, -0.0098823, -0.0340141691, 0.0256261248, 0.0169926472, 0.0401066914, 0.0152024282, 0.00323394476, -0.00625494029, 0.00654729456, 0.0265356731, 0.00887891091, -0.0209628921, -0.0351114, -0.0224066172, -0.0449287333, -0.0174979512, 0.00278819469, 0.0334655531, -0.0269976649, -0.00522628613, 0.0235471614, -0.0533023402, 0.00414710119, -0.0253373813, 0.00534539344, 0.00985342544, -0.0366995, -0.00447193952, -0.0150147444, 0.0171081461, -0.0130584957, -0.00631268928, 0.00794049, 0.00123799453, 0.014473347, 0.00154568849, 0.017959943, 0.0113332439, -0.00801989436, 0.0159531664, 0.00715726847, 0.0101566082, 0.000737653463, 0.0138453264, -0.00918209367, 0.0126975644, -0.00576046435, -0.00718975253, 0.0174690764, -0.0227819867, 0.00717170583, 0.0048834011, 0.0161408503, 0.000859918946, 0.0113549, -0.0131090265, 0.0106113814, 0.0438026302, -0.000948347093, -0.033234559, -0.0213093869, -0.0289900061, -0.00576407369, -0.0373924859, -0.0367861241, 0.0114270868, -0.0213815738, 0.00830864, 0.00482204277, -0.0131956497, -0.0160686634, -0.0150869302, 0.0119684832, 0.000424319907, 0.0339564197, -0.0186818074, -0.0221467484, -0.0214393213, -0.00261675217, 0.0247310158, -0.0156355463, -0.0139536057, -0.00127318536, 0.0172813926, 0.0144372536, 0.00299392547, -0.0239658412, -0.00943474565, 0.00332417781, 0.0371037424, 0.0125748478, 0.0167472139, -0.000208325058, 0.00619719131, -0.00388362119, 0.0373058654, -0.00801267568, 0.0403665602, 0.0253085066, 0.0202843416, 0.0143145369, 0.0369593687, -0.0220601242, 0.0210928284, 0.0141485091, 0.00412183581, -0.0098028956, 0.00636682892, 0.0649676397, 0.0130801518, 0.0222766828, 0.0334366783, -0.03880734, -0.0263768621, 0.00020697157, 0.0460259654, -0.0203565285, -0.0252363198, -0.0308091, 0.00287662284, 0.00757234, 0.0369593687, -0.032888066, -0.0256694369, -0.00900162756, -0.0205442123, -0.0125387553, -0.00310581434, -0.00995448697, -0.0314443372, 0.0264201742, -0.0135926744, 0.0191582367, -0.0247310158, 0.0105031021, -0.0124016013, 0.0228397362, 0.0208329577, -0.0269832276, 0.00854685437, -0.0114559606, 0.00431312947, -0.0100411102, 0.0233450402, 0.0525227301, 0.00388362119, -0.000923984277, -0.0135493632, -0.0205153376, 0.000877965475, -0.00430591078, -0.0295386221, 0.00602033501, 0.0066519645, -0.0155489221, 0.0103803854, -0.00424455246, -0.00360029028, 0.005688278, -0.0200533457, -0.00278819469, -0.00459104683, -0.0319352038, -0.0377678573, -0.00082021649, -0.0228108615, 0.0027466875, -0.033581052, 0.0163718462, -0.0140330112, -0.0336965509, 0.0041651479, 0.0108784707, 0.00125423644, -0.00203745742, -0.00794049, -0.00753624644, 0.0189994257, -0.0101277335, 0.00214032293, 0.00690822583, 0.00327364728, -0.0115281474, 0.00527681643, 0.00783221051, 0.0025301287, -0.0205009, -0.017959943, 0.00690461649, 0.00567384064, -0.00336207543, -0.00352810393, 0.0118602039, 0.00848910492, -0.0017541264, -0.0180032551, 0.00807764381, -0.032021828, -0.00656534126, 0.0219301879, 0.0118746413, -0.00413988251, -0.00582182268, 0.0170937087, -0.0343895406, -0.00415432, 0.018898366, 0.0191004872, -0.00727637578, 0.00803433172, 0.00533456542, -0.0120551074, -0.00210242509, -0.00327725662, -0.0401355661, -0.0165884048, 0.010596944, -0.00875619426, 0.00549337501, 0.00607086532, -0.0087417569, -0.00776724238, 0.047065448, 0.0106402561, 0.00433117617, -0.0203276537, -0.011766362, -0.00548976567, -0.0208907072, 0.0335521773, 0.0155922342, 0.00321770296, 0.0343029164, 0.0266944822, -0.0268388558, 0.0404820591, -0.0158376675, -0.015736606, -0.00496641546, 0.0156788584, 0.0126470346, -0.0208185203, -0.021424884, -0.00303723733, 0.00535261165, 0.0235471614, 0.0237925947, -0.00614305167, 0.0179455057, -0.0177000724, -0.0262469277, -0.013303929, 0.00620441, -0.010344292, 0.0114054307, -0.00615027035, -0.000911351643, 0.0321662, -0.00280082715, 0.0103298556, -0.00258787768, -0.0407130569, -0.00733412476, -0.0251208209, -0.0158665422, -0.0307224765, 0.0136432052, 0.0136792976, 0.00602394436, 0.0263768621, -0.0102937622, -0.0128996866, 0.00501694577, 0.0166028421, 0.0518008657, 0.0249187, -0.0124810059, 8.65107359e-05, -0.00985342544, -0.0156932957, 0.0132606179, -0.0405686833, -0.0163140967, -0.0237492826, 0.00669527659, -0.0194469802, 0.00868400838, 0.0111455601, 0.00427342718, 0.021078391, 0.00721140811, 0.0074496232, 0.00425899, 0.0205009, 0.0285424516, -0.0110805919, -0.00411100825, 0.00637765694, 0.00380782573, 0.00527320709, -0.0134916138, -0.0202843416, 0.0178877581, 0.000492220104, -0.0214104466, 0.0059156646, 0.0133328037, 0.019750163, -0.00426259916, 0.00501694577, 0.00788274, -0.00154207915, 0.0249764491, -0.0148992464, -0.00258065923, 0.0104236975, 0.00293617649, -0.00809208117, -0.00736660883, -0.0146971243, -0.010596944, -0.0218002535, -0.00034288477, 0.0299428646, 0.0138958571, -0.0202554669, -0.0117519246, -0.0194902923, 0.0139247309, -0.0207607709, 0.0148992464, -0.0101854829, 0.0271276, 0.00940587092, -0.00397746358, 0.00296144164, -0.00100158446, -0.0175123885, -0.00917487498, 0.00484008947, 0.00736299949, 0.00262577552, 0.00143921375, 0.0243267734, 0.00878506899, 0.00712117553, -0.010207139, 0.0099689234, -0.00770949339, -0.00507469475, 0.0323683247, 0.0132389618, 0.0114776166, 0.0241679624, -0.00197068509, 0.00278278068, -0.00908825174, -0.0113332439, 0.0196491033, -0.00373203, 0.00605281861, 0.000617192592, 0.00832307711, 0.0292354394, 0.0283836406, -0.0156211089, 0.00519019272, 0.00763008883, 0.0141412904, 0.0332634337, 0.0213093869, -0.0327148177, -0.0112249646, 0.0152313029, 0.0489422902, 0.0116580827, -0.001519521, -0.0168627128, 0.0198656619, 0.000362059247, 0.0100916401, -0.00440697186, 0.0114343055, 0.0111888722, 0.0210928284, -0.0011215941, -0.0259726197, 0.0183930621, 0.0251930077, -0.0201544072, 0.0254961904, -0.0246877037, 0.0236337855, 0.0299428646, 0.0246010814, -0.00500250841, -0.00613944232, 0.00215295539, 0.0175845753, -0.00700206822, 0.0174402036, 0.0146032823, -0.00611778628, -0.0154478615, -0.00948527548, 0.000208550642, -0.0275607184, -0.0117013939, 0.00313288416, -0.0191438, -0.0127553139, 0.0143001, -0.00699124, -0.0204720255, 0.0245433319, 0.0249187, -0.0021710021, -0.0127625326, -0.00954302493, -0.0172236431, -0.0184075, 0.00870566443, -0.000454547902, 0.0132533992, -0.00456217211, 0.010965094, 0.0103226369, -0.0174257662, -0.0105752889, 0.0247598905, -0.0171370208, -0.0288023222, 0.00879950635, -0.0209628921, 0.0298851151, 0.00828698371, -0.00770949339, 0.00528042577, 0.048971165, -0.00343606644, 0.0206885841, 0.0217713788, -0.0126470346, -0.00430952, 0.000396798889, -0.0141846016, -0.0238503441, -2.46589425e-05, 0.00222333707, -0.00196707575, 0.00593010196, -0.00222333707, -0.00715005, 0.0257993732, -0.0160253514, 0.024860952, -0.0121489493, -0.0168915875, 0.00778889842, -0.0226231776, -0.0131595572, -0.00711034751, 0.00695514726, 0.00581099465, 0.0242401492, -0.030000614, -0.0253373813, -0.000316942838, 0.019793475, -0.0026961572, -0.00259509636, 0.0156211089, 0.000212949497, 0.00991117489, 0.00236229575, -0.0351691507, -0.0257271864, -0.00752902776, 0.0112105273, 0.016516218, 0.0142856631, -0.0272864103, 0.0171225835, 0.0277339648, -0.00362375076, -0.0252507571, -0.0104742274, 0.0336099267, -0.013693735, -0.00661226222, -0.008922223, -0.0202554669, -0.0230996069, -0.0130657144, 0.00696236547, 0.0343029164, -0.0120839812, 0.00106925913, -0.00464157714, 0.00625854963, 0.00791883375, 0.00301738596, -0.0145022217, 0.0253951289, -0.0212949496, -0.0241102148, -0.00339455926, -0.0144805657, 0.0137803592, -0.000844128197, 0.00815704837, 0.0214104466, 0.0390094593, -0.0110228434, 0.019750163, -0.00698041217, 0.00991839357, 0.0222766828, 0.0127120018, -0.00353351794, -3.99844248e-05, 0.0149281202, 0.0154334242, -0.00715726847, 0.0280082729, 0.00274488283, -0.0138814198, -0.0254817531, -0.0210062042, -0.00554029597, 0.0193170458, -0.0213238243, 0.0077961171, -0.0235182866, -0.0193603579, -0.0218435656, -0.00205009, -0.0110444995, -0.00245252857, -0.0179166328, 0.0273008477, -0.0147115616, 0.0103876041, -0.0387207158, 0.0147548737, -0.0211650133, -0.0133761158, 0.00154027448, 0.017570138, 0.0180754419, -0.000635690347, -0.0156788584, 0.0153468009, -0.0098678628, -0.0493754074, 0.0196202286, -0.00873453822, 0.0426476486, -0.0370171182, -0.00491949404, -0.00487979176, -0.0275174063, -0.0469499491, 0.0169782098, -0.0228541736, -0.00351727591, -0.0129718725, -0.0232151039, -0.000326868438, 0.00681799324, -0.0349381529, -0.0111094667, -0.0117086126, -0.0241246521, 0.0186962429, -0.00564857572, 0.00195624796, 0.018898366, 0.0140907597, -0.0198656619, 0.01098675, 0.00338914525, -0.00316717266, -0.000903230684, -0.0140113551, 0.0362375081, -0.00643540593, -0.02844139, -0.0177578218, -0.0118096741, 0.0408863, -0.0306647271, -0.00934812147, 0.00360570406, 0.0124232573, -0.0100050168, 0.00474263774, -0.00087661203, -0.0258859955, -0.0151879909, -0.00432756683, 0.0166028421, -0.0148703717, -0.0295963697, 0.0260303691, -0.0183064379, -0.0200822204, 0.00266547804, -0.0093769962, 0.0224499293, -0.0104958834, 0.0173535794, 0.0101999203, 0.0214393213, 0.00572798029, 0.00512522506, -0.00345952692, -0.0290188808, -0.00786830299, 0.00903772097, 0.00717531517, 0.00931924768, 0.0297696181, 0.0509635061, 0.00771671208, 0.0123871639, 0.0317042097, -0.0204575881, 0.014473347, 0.0063560009, 0.000562601723, -0.0341585428, 0.0101132961, -0.00653285719, 0.0233017281, 0.00360209495, -0.00253554271, -0.0172236431, -0.0227964241, 0.0224932414, 0.00727998512, 0.0349092782, 0.00265645469, 0.0166605916, -0.00294519984, -0.0160975382, -0.00403160322, -0.0030895723, -0.00291452068, -0.0136504238, -0.00442862744, -0.0195480417, -0.0116003333, -0.0346782841, -0.0218868777, 0.00592288328, 0.00175773562, 0.00837360695, -0.00399190048, 0.0229263585, -0.0101638269, 6.51932278e-05, 0.00428786455, 0.00497002481, 0.0113693373, -0.00879228767, -0.000491768937, 0.0138236703, -0.00231176522, 0.020298779, 0.0189416762, 0.012019014, -0.0144083798, -0.0120478887, -0.0142279137, 0.00716809649, -0.00724750152, 0.0174979512, -0.00452607917, -0.00978845824, -0.0218724404, -0.000908644695, -0.0257271864, -0.0197646, 0.0132822739, 0.00665557384, 0.0157510433, 0.0194614176, 0.00513244374, 0.0182053763, -0.00204106676, -0.00820036, -0.000118656179, -0.0169637725, 0.00773114944, -0.0129935285, -0.00926149823, -0.01940367, -0.00256802654, 0.00714283157, -0.0214393213, 0.00430591078, 0.00184435921, -0.0017414937, 0.00232259324, 0.0114848353, 0.012524318, 0.0417814143, 0.00276834355, 0.0118024554, -0.0184796844, 0.00312927482, 0.00194722461, 0.0298851151, -0.00497724349, -0.0114415241, -0.0120478887, -0.00109362195, 0.0132028684, -0.00108820805, 0.0103009809, -0.000485452649, 0.00615748856, 0.0169637725, -0.0213093869, -0.0202265922, 0.0117519246, 0.0245433319, -0.0410018, 0.000731337117, -0.00517575536, 0.00645706197, -0.0103082, -0.00262577552, -0.00132732501, -0.000858565443, 0.00528042577, 0.00966574159, 0.0163285341, -0.0141918203, -0.0132606179, 0.0178300086, 0.00476429379, 0.0163140967, 0.0269110408, -0.0150147444, -0.0243845209, 0.0233306028, 0.00599506963, 0.00433478551, -0.0215548202, 0.00310761901, 0.0137226097, 0.00452247, -0.00226123491, 0.0048509175, 0.00570632471, 0.011650864, 0.00572076207, -0.0185085591, 0.0294664353, 0.0158809796, -0.0179021955, 0.0306936018, -0.00250847288, 0.0294808727, 0.00252110558, 0.0208473951, -0.00461270241, -0.00773836812, 0.015938729, -0.00218002545, 0.016169725, -0.00686852355, -0.0165017806, 0.00429147389, -0.00214393227, -0.00115407794, 0.0044430648, -0.0107846288, -0.0305781029, 0.0236770958, -0.00232800725, -0.00328267063, -0.0100988587, -0.000693439331, -0.0035804389, 0.0173102673, 0.000725020829, 0.0151591161, -0.00570993405, 0.00346133159, 0.00410018, -0.0137587031, 0.00319243781, 0.00090999814, 0.0238503441, 0.0142640071, 0.00701289624, -0.00528764445, -0.0171225835, 0.0193459205, -0.0183930621, -0.0155777968, -0.0150436182, 0.0102360127, 0.0126470346, 0.015895417, 0.0128563745, -0.0215403829, -0.0120045766, 0.00495558744, -0.0277050901, -0.00450442312, 0.0162130352, -0.00733412476, 0.0198512245, -0.0137659218, -0.0176856369, 0.0115064913, 0.014610501, 0.0110156247, -0.0142423511, 0.00795492716, 0.000940226135, 0.00563052902, -0.00195444329, -0.00762287, 0.00853241701, 0.00358765759, 0.00744240452, -0.00367428106, 0.008005457, -0.0182342511, 0.000961882062, 0.00182089861, -0.011650864, -0.00605642796, 0.00596980471, -0.00887169223, -0.012177824, -0.0125820665, 0.00512522506, 0.0181620661, 0.0121200746, 0.0137875779, 0.0223921817, 0.0114703979, -0.00286038104, -0.00242906786, -0.0207896456, -0.0199955963, 0.00616470724, 0.0170215219, 0.0020266294, 0.0130079659, -0.00668444857, 0.00356239243, -0.00767340045, -0.00751459086, 0.00983177, -0.0145455329, -0.00760843279, -0.00136883219, -0.0170215219, -0.00706342654, -0.0144155985, -0.0135638, 0.0155922342, 0.0230129827, 0.00642096857, -0.0177722592, 0.0161986, 0.00224499288, 0.00261314306, 0.0144300349, 0.0159676019, -0.0272575356, -0.00258787768, -0.0250341985, -0.0113982121, 0.0287012607, -0.00832307711, 0.00664113695, -0.0013823671, -0.00577129237, 0.00129845052, -0.0139319496, -0.0108568147, -0.00262577552, -0.0283836406, 0.00801989436, 0.0245288946, -0.00550059369, -0.00789717771, -0.00783942919, -0.0165017806, 0.0183208752, 0.0410306752, 0.00834473316, 0.0111166853, 0.0128275, -0.0133400224, 0.0146465944, 0.00576046435, -0.0139752617, -0.000372661627, -0.000940226135, -0.000386422122, -0.0189561136, 0.00877785, -0.00866957102, -0.0115064913, -0.0220456868, 0.00366886705, -0.00494115, 0.00513605308, -0.0329458117, -0.00439975318, 0.00835917, 0.0162130352, -0.00012801784, 0.0307224765, 0.0162419099, -0.0127120018, 0.0110084061, 0.00575685501, 0.00596619537, -0.00128672027, 0.0232295413, -0.0157799181, 0.00174961472, 0.00794770848, 0.00830864, 0.0264346115, 0.0176278874, -0.0116941752, -0.0209628921, 0.0247165784, 0.0317619592, 0.0256405622, -0.00598063227, -0.0166172795, -0.00433839485, -0.0125315366, -0.00481482409, -0.000576136692, 0.0162563473, 0.000823374663, -0.0124016013, -0.00192556879, -0.0203709658, -0.0203420911, -0.00428064587, 0.0177000724, 0.0132533992, -1.46205393e-05, 0.0194902923, -0.000304986985, 0.0109073455, 0.00423011556, 0.0107846288, 0.0184219368, -0.00453690719, -0.0211217031, 0.00796936452, 0.00576768303, -0.0135204885, 0.00585430628, -0.0200100336, -0.0259293076, 0.00917487498, -2.00486083e-05, 0.000654639211, 0.0209773295, -0.0239514038, -0.00211505778, 0.0166461542, -0.0249908864, 0.0128275, 0.0159676019, -0.0183353126, 0.0288456324, -0.0135204885, 0.00467406074, -0.0225509908, 0.00341260596, 0.00528042577, 0.00827254634, 0.0121417306, -0.0345050357, -0.00436726911, 0.000810290861, -0.0142712258, 0.0407419316, 0.000610425137, -0.000831946731, 0.0280371476, -0.00527320709, -0.018970551, 0.0095719, 0.0116003333, 0.00639931299, -0.0132317431, -0.0158087928, 0.0237204079, 0.0151591161, -0.00753624644, 0.0153468009, -0.00697319349, 0.0186818074, 0.016949337, -0.047411941, 0.0264057368, 0.019750163, 0.00172705646, 0.0558432974, -0.000452743261, 0.0130873704, 0.00853963569, -0.00534539344, -0.00315634464, 0.00970905367, -0.00505303871, -0.0107918475, -0.00243448187, 0.0235760361, 0.00989673752, -0.0204287134, -0.018898366, -0.00572437095, -0.00929759163, -0.00838804431, -0.0142423511, 0.0253518187, 0.0253518187, 0.0275607184, -0.00326101482, -0.00480760541, -0.0163862836, 0.0360065103, 0.000685318373, -0.0208907072, 0.0103009809, 0.0065689506, -0.0316175856, 0.0273152851, -0.00200497359, 0.00892944168, 0.0119757019, 0.00377173256, -0.00878506899, -0.013188431, -0.0011053523, 0.00244350522, -0.0192881711, -0.0101205148, -0.00332056847, -0.000817058317, 0.0025012542, -0.00559804542, -0.0160686634, 0.0202699043, 0.00459465617, 0.0118529852, -0.00832307711, -0.00871288311, -0.00218002545, 0.0162996594, -0.0090665957, -0.000602755346, 0.0245433319, 0.00620441, -0.00740631111, 0.00680716522, 0.00766618177, 0.0199955963, 0.0190283, 0.0245433319, 0.00735578081, -0.00773836812, -0.00743518583, 0.0201255325, 0.00762287, -0.0142928809, 0.0101927016, -0.00148433016, 0.00114595704, -0.0182053763, -0.00609613024, 0.008005457, -0.00854685437, 0.0104381349, -0.0051974114, 0.0199089739, -0.0133833345, 0.0115353661, 0.000120460834, -0.00075795583, -0.0147620924, -0.0120767625, -0.00877063163, 0.0104236975, 0.0217858162, -0.0123438518, -0.00832307711, 0.0264634863, 0.00624772161, -0.00799823832, 0.0201688446, -0.00327725662, 0.00651481096, 0.00908825174, 0.0201544072, 0.00692266319, -0.00974514615, 0.00637765694, 0.0107846288, 0.00511800637, 0.00235146773, -0.0046379678, 0.0147981849, -0.0215403829, 0.0147332177, -0.00332056847, 0.011239402, 4.59059556e-05, 0.00546089141, -0.00962964818, 0.00930481, 0.0204287134, 0.00915321894, -0.027113162, 0.0140763223, -0.00173878681, 0.00268532918, 0.00233161659, -0.00430591078, -0.00683964882, 0.0270121023, 0.00662309024, -0.00274127349, -0.00941309, 0.000436726928, -0.0168915875, -0.00608891202, -0.0225654282, 0.0129069053, 0.000836007239, 0.0015511025, -0.00655451324, 0.00698763086, -0.0160253514, -0.00355878309, -0.00289286464, -0.00667001121, -0.0146465944, 0.0241246521, 0.032570444, -0.0306358524, -0.0106041627, 0.00237853755, -0.0447843634, 0.0109145641, 0.000840518856, -0.00570993405, 0.00763008883, -0.00415792922, -0.00402438454, -0.0139102945, 0.00507469475, -0.0187539924, 0.0033007171, -0.0187539924, 0.0186529327, -0.01834975, 0.00382226286, -0.0155777968, 0.00182541029, -0.00257163588, 0.00239297491, -0.00979567692, -0.00186601502, 0.0133183664, 0.00242726342, 0.0124882245, 0.0112682767, -0.000559894776, -0.00161697238, 0.00996170472, -0.000886988768, 0.0094780568, 0.00877063163, 0.00623328425, 0.0114415241, -0.00170630298, 0.00624050293, 0.00767340045, -0.00379699771, 0.00246877037, 0.0134771764, -0.0140402298, 0.00474624708, 0.00656534126, -0.0181476288, -0.0184363741, 0.00628020521, -0.0107990662, 0.00545728207, 0.00731246918, 0.00625494029, -0.00696236547, -0.0218146909, -0.00687935157, -0.00156734441, -0.0159820393, -0.0320507027, -0.0206019618, 0.00210062042, -0.0165306553, 0.0222189333, -0.00114595704, 0.00392332394, 0.00812817365, 0.0174257662, 0.0150869302, 0.00804155, -0.0171947703, 0.00500250841, 0.0129646538, 0.0154767362, -0.0252796318, 0.00545006339, -0.0170215219, -0.0220889989, 0.015938729, -0.00600950699, -0.0237781573, -0.00581099465, 0.00427342718, 0.00791883375, 0.00494836876, -0.018898366, -0.0132533992, 0.0104958834, -0.00500611775, 0.00988951884, 0.00412544515, -0.0166605916, -0.0122283539, 0.0164151583, -0.00720058056, -0.00347215962, 0.0174835138, 0.0223488696, 0.013693735, 0.00836638827, 0.011744706, 0.00739187421, 0.0105536329, 0.0123077594, -0.00778889842, 0.0191438, -0.0180176925, -0.0200966578, 0.00101692404, 0.00257344055, -0.00424094312, -0.0203420911, -0.0314732119, 0.00383309089, 0.00264562666, 0.0138236703, 0.0169926472, -0.00115137105, -3.49652255e-05, -0.00240921672, 0.00104038464, 0.00109091494, 0.0163429715, 0.0222189333, 0.00243989588, -0.00454773474, 0.000647420587, -0.0158376675, 0.0319640785, 0.0239369664, -0.0168627128, -0.0104381349, 0.000940226135, -0.0292931888, -0.00741353, -0.00745684141, 0.0430807658, -0.0222766828, -0.000684867206, 0.0134194279, 0.00880672503, -0.0033819268, -0.0112899328, -0.00322853099, -0.0076950565, 0.0104742274, -0.00295602763, 0.0217569415, -0.00379338837, 0.0196924135, 0.00281887385, 0.0172813926, 0.0148414969, 0.0228830483, 0.00274849217, -0.0026618687, 0.0184075, -0.0056702313, 0.00271420367, 0.00128040393, -0.0376523584, -0.00186601502, -0.012798626, 0.00740631111, 0.000201219227, -0.00327545195, -0.0146899056, -0.00154027448, 0.0228830483, 0.0114270868, 0.0162563473, 0.00647871755, -0.00142387417, -0.0100699849, 0.0143867237, 0.044957608, -0.00673497887, -0.00832307711, -0.0224643666, -0.0192159843, -0.012661472, 0.0059156646, -0.00529125333, 0.00276653888, 0.0101710455, -0.0119612645, -0.0226231776, 0.00461270241, 0.0205153376, 0.000246335636, -0.00505303871, -0.0251641329, 0.00393776083, 0.0404531844, -0.0196057912, 0.0165884048, -0.0179743804, -0.0234172251, 0.0221467484, -0.0265789852, -0.0153179262, -0.015505611, 0.00335846609, 0.00353532261, -0.0023532724, 0.0200389083, -0.013051278, -0.00907381438, -0.0119829206, 0.00543201668, 0.0121417306, -0.00598063227, -0.00197429443, 0.00524072303, -0.0182775632, 0.0075001535, -0.00455495343, 0.002907302, -0.00266547804, 0.00247237971, 0.00326281949, -0.0222622454, -0.00141304627, -0.0125748478, -0.0133905532, 0.00029122649, -0.00649676425, 0.0125892852, 0.0210495163, -0.00524794171, 0.000270698511, -0.00467406074, 0.00868400838, 0.006272987, -2.00909053e-05, -0.0219013151, 0.00287842751, -0.0133688971, 0.0323105752, 0.0120478887, -0.00986064412, -0.00103858, -0.000626667053, -0.000156892347, -0.00333320093, 0.00124882243, -0.00162058172, -0.0123943826, 0.0192592964, 0.0133833345, 0.0044935951, -0.00959355477, 0.0297696181, -0.00156914908, -0.00437448779, -0.0215403829, -0.000328447524, -0.0066519645, 0.00339095, 0.0296252444, -0.000789988495, -0.0226664878, -0.00376451388, 0.00879950635, -0.00403521257, -0.00518297404, 0.0161841623, -0.0207318962, -0.00464518648, 0.015390113, 0.0168049634, 0.0102865435, -0.00669888593, 0.00328267063, -0.00783942919, 0.00608169334, -0.000717802206, 0.0128563745, 0.00887891091, 0.0187251177, 0.0311555937, 0.00510356948, -0.0282825809, 0.0247743279, 0.0153323635, -0.00761565147, -0.00161516783, -0.00471737282, -0.0128996866, -0.0280948952, -0.0102648875, -0.0096224295, 0.0159098543, 0.0193170458, 0.0455639735, -0.0110444995, -0.00010066601, 0.00780333579, -0.0110300621, -0.0126975644, 0.00710312882, -0.00716809649, 0.0147765297, -0.0176278874, -0.0128347185, 0.00168825639, -0.0128780305, 0.0026961572, 0.00460909354, -0.0134122092, -0.00340177794, -0.000298445113, -0.0182342511, 0.00879950635, -0.0177000724, 0.0101421708, 0.00692266319, -0.011492054, -0.00509996, -0.000575685524, 0.0183641873, -0.00121002237, -0.00984620675, -0.00708147325, -0.000782769872, -0.010871252, 0.00247598905, 0.0065509039, -0.0270554144, 0.00391249591, -0.0138164517, 0.00437448779, -0.00167833071, 0.00490866648, 0.0259004328, -0.00291271601, 0.0122788846, -0.0223199949, -0.000269570592, -0.0151735535, -0.00257344055, 0.0134555204, 0.00509996, 0.0172380805, -0.00772393076, -0.00456578145, 0.00807764381, -0.0215981323, 0.00352629926, 0.0283114556, -0.00263118953, -0.00929759163, -0.00524794171, 0.00130115752, 0.00333861494, 0.00690822583, 0.00722223613, 0.0259293076, -0.0317908339, 0.0098028956, 0.00848910492, 0.00756512117, -0.0202554669, -0.0032501868, -0.00506747607, 0.00141214393, -0.00292534847, -0.0231717918, -0.0020897924, -0.00995448697, -0.00861904, -0.0306647271, 0.024658829, -0.00684325816, 0.0104309162, 0.0113188075, -0.00297768367, -0.00860460289, 0.00821479782, -0.0117086126, 0.0123582892, -0.00433839485, 0.00120280369, 0.0309823472, -0.0101927016, 0.00574602699, 0.00731607853, 0.00194361527, 0.00674941624, 0.00716087781, 0.011376556, 0.00927593559, 0.0039702449, -0.0266800448, 0.00628742389, -0.018118754, -0.0154478615, 0.0142567884, 0.00244891923, 0.00396663556, 0.013556581, 0.00281165517, -0.0122283539, -0.000406047766, -0.00255178474, 0.00872010179, -0.00936255883, 0.0305203553, 0.00899440888, -0.0171370208, -0.00965130422, -0.00781055447, -0.00053869, 0.00496280612, 0.00244711456, -0.0138958571, -0.0031184468, -0.000712388253, -0.0165739674, 0.0027466875, 0.00414349185, 0.0102576688, 0.00440697186, 0.014588845, -0.00156644208, 0.0179310702, 0.0125026619, 0.0212516375, 0.00765896309, 0.00999779813, -0.0103803854, 0.0203854032, 0.0138525451, -0.0138742011, 0.0122572286, -0.00559443608, -0.00413988251, -0.031675335, 0.00499889906, 0.000691634719, 0.00023189839, -0.0100338915, 0.00876341294, 0.00378256058, -0.00848910492, 0.0229119211, -0.00929759163, -0.00618636329, -0.0284991395, -0.0201544072, 0.0257560611, 0.0194758549, 0.0217858162, -0.00533095608, 0.00595175801, 0.00186601502, -0.0398179479, -0.0164584685, -0.00163682364, -0.00132371567, 0.0159820393, -0.0128563745, 0.0143217556, -0.00382948155, 0.0115353661, 0.0116941752, 0.00764452573, -0.0139247309, -0.00304806512, 0.00183533586, -0.00939143356, 0.00569549669, 0.0287012607, -0.0157221686, -0.0320795774, 0.000848188647, -0.00885003619, 0.00223236042, -0.0127047831, -0.000511169, 0.020804083, -0.000378752331, -0.0058326507, -0.0126037225, -0.0213671364, -0.0195624791, -0.00738826487, -0.00568466866, -0.00568105932, -0.0146249384, -0.0130151846, -0.0132678365, 0.00359126693, -0.000212836705, -0.0211650133, -0.0169349, 0.0187251177, 0.00926149823, -0.0104742274, -0.00356780645, -0.0172669552, 0.00264021289, -0.012156168, -0.0119973579, -0.0137226097, 0.00646428065, 0.00645345263, 0.0125170993, -0.0111166853, -0.0296541192, 0.00753624644, 0.000949249428, -0.0201977175, -0.0305492301, -0.00811373629, 0.00600950699, -0.00621162867, -0.0198656619, 0.0275318436, 0.00540675176, -0.0146538131, 0.0201977175, 0.0289755687, 0.0159242917, -0.00760121411, 0.0361220092, 0.0035804389, -0.00198151311, 0.030116111, -0.0126037225, 0.0280082729, 0.0112899328, -0.0177289471, 0.0221034363, -0.000812095532, 0.0107701914, 0.0155633595, 0.0219301879, 0.00433839485, 0.0184796844, 0.00858294778, -0.0164295956, -0.0270698518, -0.0133544598, -0.00333139626, -0.00360209495, -0.0110661555, -0.00318160979, 0.00776724238, 0.00240921672, -0.0238936543, 0.0156211089, 0.00962964818, -0.0212083254, 0.0032213123, 0.0214681961, -0.00582904136, -0.0150580555, -0.00437809713, -0.0148559343, 0.00574602699, 0.00723306416, -0.000381910475, -0.0272142235, 0.0292931888, -0.00997614209, 0.00456578145, -0.00872010179, 0.0360642597, -0.0053093, 0.00828698371, 0.00404604059, 0.00662669959, 0.000118430595, -0.000881574815, -0.000397250056, 0.00334402896, 0.0292787515, -0.0167039037, -0.0217425041, 0.0073377341, 0.0136071118, 0.0147115616, -0.0240091532, -0.00656173192, -0.0109434389, -0.0111383414, 0.0200677831, -0.00878506899, 0.00982455164, 0.000124295737, -0.0116869574, -0.00846023113, 0.00686130486, -0.00150418142, -0.0135998931, -0.00376451388, 0.0158521049, 0.0123294145, 0.0130440593, -0.00934090372, -0.00768061914, 0.00336207543, 0.00725472, 0.0132389618, 0.00590122771, -0.0377678573, -0.00538870506, -0.00350644812, 0.0176567622, 0.00682521192, -0.0108135035, -0.0111094667, 0.0231429171, 0.0219157506, -0.00452607917, 3.59521473e-05, 0.0155922342, 0.00203023874, 0.031126719, -0.00960799213, 0.0172092058, 0.017339142, -0.0275174063, -0.0176856369, 0.018624058, 0.015664421, 0.00853241701, -0.00134537159, -0.0131162452, -0.0113982121, -0.0203132164, 0.0236626584, -0.0212372, 0.0460548401, -0.0158809796, -0.00181277771, 0.00314551662, 0.00283872499, 0.0105897253, -0.0126398159, -0.0157654807, -0.0169060249, 0.00602394436, -0.0060600373, -0.00474985642, 0.0133111477, 0.00616831658, 5.41115041e-05, -0.00212047156, -0.0283692032, 0.00274488283, -0.00425899, 0.00480760541, -0.00163231196, -0.0140546663, -0.00985342544, -0.000820667658, -0.0019598573, -0.00346133159, -0.0156211089, -0.0094780568, -0.00052966678, 0.00500250841, -0.0100411102, 0.0067819, -0.00792605244, -0.00501694577, 0.0179166328, -0.00873453822, -0.00371759292, -0.00315814931, 0.0150580555, 0.00487979176, 8.52136363e-05, 0.00334041961, 0.0131812124, 0.00794770848, 0.00551503105, 0.000896914396, -0.00709591, 0.0125098806, -0.0195047297, -0.00151591166, -0.0234605372, -0.0133183664, -0.0261025559, -0.0118096741, 0.0220745616, -0.0166317169, 0.000869844574, 0.0135854557, 0.00150869298, -0.0120984185, -0.022984108, 0.00317619578, 0.00565940375, 0.0257849358, 0.0194469802, -0.00271961768, 0.0325415693, 0.0114054307, 0.0161408503, -0.005619701, -0.0113837747, -0.00112700812, 0.0163574088, -0.0321084522, 0.000804425741, 0.0053093, 0.0053417841, 0.0402799398, -0.00564857572, -0.00788274, 4.06329746e-05, 0.0113043701, -0.00272503169, -0.00891500432, 0.012545974, -0.0200966578, -0.0101638269, -0.0168049634, 0.0168771502, 0.00776002416, -0.0209484547, 0.00276292954, 0.0106474748, -0.00747127878, 0.0108640334, -0.0212227628, 0.0140763223, -0.000433343201, -0.0188839287, 0.025987057, -0.00222514174, 0.0193459205, -0.0121200746, -0.0180754419, -0.00698402151, 0.00885003619, 0.0176278874, -0.0102360127, -0.00705259852, 0.00667362055, 0.00967296, 0.00320146116, 0.013578237, -0.00861182157, 0.0173102673, -0.00851798, 0.0114054307, 0.0488556661, 0.00269796187, -0.00178841478, 0.00978124, 0.00101241248, 0.0140979784, 0.00741353, 0.0180032551, -0.0276040286, -0.0088211624, -0.0185518712, 0.000116061987, -0.024312336, -0.00545367273, 0.000349426671, -0.0151735535, -0.00230093743, -0.00718253385, -0.00264562666, -0.00448276754, -0.00147169759, -0.0103876041, -0.0152024282, -0.0051793647, -0.00738826487, -0.0117519246, -0.0108929081, -0.00569549669, -0.00613222364, 0.00149064651, 0.00365803926, 0.00181999628, -0.014083541, -0.00983177, 0.00178390322, 0.0218146909, 0.00502777379, 0.00454412587, -0.0137298284, 0.0136432052, -0.00829420239, -0.00301558152, 0.0142928809, 0.00885003619, -0.00840248168, 0.00351005746, -0.00562331034, -0.0123005407, -0.00629103323, 0.00889334828, 0.00600950699, -0.0104742274, -0.00349020609, 0.0211794507, -0.00010658754, -0.0148126222, -0.0191438, 0.0200389083, 0.00243087253, -0.000724118494, 0.00716809649, -0.0084313564, 0.0172669552, 0.0199811589, -0.0148414969, 0.00581099465, 0.0149569949, -0.0147115616, -0.0141412904, 0.0151013676, 0.0208329577, -0.00228289072, 0.00600950699, -0.0270842891, 0.00452968851, 0.00993283093, -0.00565940375, -0.0230851695, 0.00641014054, -0.015390113, -0.00355517375, 0.0384608433, 0.0160686634, -0.0192881711, -0.0221900586, 0.0452463552, -0.0109073455, 0.00968017895, 0.00765174441, -0.00359126693, 0.0166461542, 0.0210350789, 0.00124160387, -0.00103858, 0.0109290015, -0.0107052233, -0.00936977752, -0.00826532766, 0.0193892326, 0.0096224295, 0.00187142903, -0.0235471614, -0.00210603443, -0.00615027035, -0.0403376892, -0.00142838585, -0.00754346512, -0.0067638536, -0.0123149771, 0.00840248168, -0.0112682767, -0.00532373739, -0.0220023748, -0.0172813926, -0.0136071118, -0.00538148638, -0.0099039562, -0.00879228767, 0.00533456542, 0.0145744076, -0.0053417841, 0.0137081724, 0.0103082, 0.0047390284, -0.000595536723, 0.00304084667, -0.0209340174, -0.0125604104, -0.0200100336, -0.0146032823, 0.00346133159, -0.00985342544, 0.0138381077, 0.0116003333, -0.0210495163, 0.0120767625, -0.00365443, 0.01045979, 0.00736660883, 0.011744706, -0.00127499, -0.00922540482, 0.01151371, -0.0160542261, -0.00797658321, -0.00511078769, -0.0241679624, 0.00741353, 0.00708508212, -0.0174402036, 0.00978124, -0.0133400224, -0.00903050229, 0.000355066208, -0.0145094404, -0.0051974114, -0.0102576688, -0.00796214584, 0.00140131591, -0.0117086126, 0.0179021955, 0.00939143356, 0.0142640071, 0.0119901393, -0.00348118274, 0.00224860222, -0.0160253514, -0.00555473333, -0.00373563939, 0.0182342511, -0.0146032823, 0.0172092058, 0.0035804389, -0.00189849886, -0.00833751447, -0.0189272407, -0.0123221958, -0.00546450075, 0.000778258196, -0.0195624791, -0.000585159927, 0.00154839549, -0.0193314832, -0.000683513761, -0.0204864629, 0.0134627391, -0.00224138377, -0.00135710184, -0.015274615, 0.0304048564, 0.0249908864, -0.0123366332, 0.00373924873, 0.0172092058, 0.00161336316, 0.0144661283, 0.00115858961, 0.00201399694, 0.00847466849, 0.0195047297, 0.0193026084, -0.0110084061, 0.0157221686, 0.017570138, 0.0063054706, 0.000986244879, 0.0123510705, -0.0182486884, 0.00695514726, -0.00959355477, 0.0135926744, 0.0118096741, -0.00442501809, -0.0109217828, 0.0207030214, 0.00182992197, -0.0210062042, 0.0219735, 0.00852519833, -0.0225943029, 0.00569910603, 0.00949249417, -0.0177000724, -0.0196491033, 0.0160686634, -0.0119323907, 0.0275029689, 0.00885003619, -0.0275029689, 0.0191438, -0.00822201651, -0.0386052169, 0.0397890732, -0.00170720532, 0.0106907869, -0.0210639536, 0.00230093743, -0.00559082674, 0.0157799181, 0.005424798, 0.00125965045, -0.0205875244, 0.0084963236, -0.00473541906, -0.00149245118, -0.0134771764, 0.00232259324, 0.0196635406, 0.010596944, 0.008922223, -0.0143001, -0.0115209287, -0.0044430648, -0.0151879909, 0.00899440888, -0.0125387553, 0.0126903458, -0.0214681961, -0.0162707847, -0.00844579376, 0.00724028284, 0.00198512245, 0.0021421276, -0.00692627253, -0.0229985453, -0.00470293546, 0.0133616785, -0.0121272933, 0.0277050901, 0.00726915756, 0.00184977311, 0.00778889842, -0.0131451199, -0.0187828671, 0.0103009809, 0.011376556, 0.000863979396, -0.00150057208, 0.014083541, -0.0152168656, 0.000921277271, -0.00633795466, -0.0126975644, 0.0102143567, 0.00487979176, -0.00411822647, 0.00110354763, -0.0361220092, -0.000365894142]
|
07 Jul, 2023
|
HTML5 MathML <mfrac> tag
07 Jul, 2023
The HTML5 MathML <mfrac> tag is an inbuilt element in HTML5. It is use to add fraction symbol between two digits or equations.
Syntax:
<mfrac> numerator denominator </mfrac>
Attributes: This tag accepts below mentioned attribute:
bevelled: This attribute holds the value how the fraction will be displayed if the value is true then numerator and denominator are displayed side by side and separated by a slash. If the value is false(default value) displayed numerator and denominator are on top of each other.
class| id| style: This attribute is used to hold the styles of the child elements.
href: This attribute used to hold any hyperlink to a specified URL.
mathbackground: This attribute holds the value of the math expressions background color.
mathcolor: This attribute holds the color of the math expressions.
denomalign: This attribute holds the alignment value of denominator, possible values are left, center and right.
linethickness: This attribute holds the value of the thickness of the fraction. Possible values are thick, medium and thin.
numalign: This attribute holds the alignment value of the numerator, possible values are left, right and center.
Below example illustrates the MathML <mfrac> tag in HTML5:
Example:
html
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML mfrac tag</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML mfrac tag</h3>
<math>
<mfrac bevelled="true">
<mfrac>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
</mfrac>
<mfrac>
<msup>
<mi>a</mi>
<mn>2</mn>
</msup>
<msup>
<mi>b</mi>
<mn>2</mn>
</msup>
</mfrac>
</mfrac>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML <mfrac> tag are listed below:
Firefox
safari
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 MathML <merror> Tag/HTML5 MathML <mfenched> tag/HTML5 MathML <mfrac> tag
|
https://www.geeksforgeeks.org/html5-mathml-mfrac-tag/?ref=next_article
|
NextJS
|
HTML5 MathML <mfrac> tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, CSS pause-before Property, jQuery Mobile panel close() Method, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, HTML5 MathML <merror> Tag, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML <mfrac> tag, Node.js Readable Stream close Event, HTML5 MathML <mfenched> tag, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.022664886, -0.00874495599, -0.020564897, 0.014279929, 0.0419997908, -0.0115199424, -0.0212698933, 0.0362998173, 0.0118049411, 0.0193799026, -0.00604122, 0.00632246817, 0.00421497878, 0.00665246695, -0.00723371375, -0.0263698678, -0.0110924449, 0.00263623684, -0.0143849282, 0.0254998729, -0.0327598378, 0.0144299278, -0.0292048547, -0.0196649022, -0.0212098937, 0.0112649435, 0.00620246911, 0.00302811, 0.0190499052, 0.00635996833, 0.0271798633, 0.0160199199, -0.0183899086, -0.0328498371, -0.014399928, 0.0204148982, 0.00894745532, 0.0418197922, -0.00561372191, 0.00845995732, 0.0420597903, -0.0202349, -0.00547872251, 0.059579704, 0.00494247535, -0.00484122569, -0.0239848793, -0.0268198662, 0.000280076725, -0.0476097614, 0.0433497839, 0.0198299009, 0.0454197712, 0.0135974316, 0.0145649267, -0.00540747307, 0.0288448557, 0.0382798091, -0.0338098295, 0.00685121585, 0.0123524386, -0.0401997976, -0.00370310643, -0.0158999208, -0.0221848898, 0.0240748804, -0.0550197251, 0.0320398398, 0.0196499024, -0.0183149092, -0.0277348608, 0.0159299206, 0.0285298582, 0.00887995586, -0.0235348828, -0.0183749087, -0.012802436, 0.0100049498, 0.0145499269, 0.00989245065, -0.00246186275, 0.0123224379, -0.00967495143, 0.0154499225, 0.0188249052, 0.0374698117, -0.0016931165, -0.0348898247, -0.00595122, 0.0151724238, -0.0424197875, 0.00957745221, 0.00658121705, -0.0182999093, -0.00073265261, -0.00948745292, 0.00830245856, 0.0122474385, -0.0151949236, 0.0157649219, -0.0195299014, 0.0356098227, 0.0093974527, 0.00837745797, 0.0267298669, 0.0297148507, 0.0215998925, 0.000286170456, 0.0191399045, -0.00484872563, 0.0023756132, -0.0217198916, -0.0371098146, 0.00638621813, 0.00355498213, 0.0223498885, -0.0234748833, -0.0650996715, 0.0256198719, 0.0294148531, -0.0357898213, 0.000492185063, -0.00335435825, 0.0554697216, -0.0490197539, 0.0217648912, -0.0256948713, -0.0219898894, 0.00881995633, -0.0108449459, -0.0362698175, 0.000407810468, 0.00673871627, -0.0105674472, 0.0103124483, 0.00705371471, 0.00397123024, -0.0101024499, -0.0129674347, -0.0180899091, 0.00115686923, -0.0100799492, 0.0101024499, -0.00162186695, -0.00525747379, -0.0372598134, 0.0307498462, 0.0588897057, -0.00935245305, 0.0367198177, -0.0244798772, -0.0110324444, 0.0305698477, -0.0115049426, 0.00232498837, -0.00524247391, 0.0208798964, 0.0373498127, -0.0111074448, -0.0100724492, 0.00608996954, -0.0272098631, 0.0315298438, 0.00199124, 0.00436872803, 0.0465297662, 0.0110849449, -0.00144936773, -0.0203548986, 0.0506997481, -0.0332098342, 0.0153524233, -0.021434892, -0.0235948823, -0.0373798124, 0.0222448893, 0.0176399127, -0.0026531117, 0.0288448557, -0.0285448581, -0.0238498803, -0.00941245258, -0.00230623852, 0.030779846, -0.00548997242, -0.00430497853, 0.0223948881, 0.00797246, -0.0104774479, -0.0176399127, -0.0334798321, 0.00488997577, 0.0253198743, 0.0282448586, 0.0709196478, -0.0137999309, -0.03200984, 0.0449097753, 0.0253048744, 0.00124405627, -0.0064274678, 0.00709496439, 0.00922495406, -0.0153749231, 0.0233248826, -0.00201936485, 0.0023887381, 0.0145574268, 0.0131549342, -0.0135899317, -0.0278698616, 0.00435372815, -0.0174299125, 0.00510747451, -0.0141374292, 0.00787496101, -0.0251848735, -0.026354868, 0.00523497397, -0.0446997769, 0.0445497781, 0.00385873066, -0.0128324358, 0.0109499451, -0.0453297719, -0.029174855, -0.00201374, -0.0244048778, -0.00702746492, 0.0187049061, -0.00671621645, 0.0260098707, -0.0227248855, 0.021539893, 0.00630371831, -0.0148274256, -0.0206548963, -0.0259348694, 0.0282448586, 0.0571797155, -0.0151274242, 0.0166649166, 0.0119999396, 0.0016678042, 0.0372298136, -0.00837745797, -0.00863995682, -0.0470397659, -0.020819895, 0.00388873066, 0.0199349, -0.0461097695, 9.05268898e-05, -0.00500997482, -0.000183045966, 0.0401397981, 0.0229048859, -0.0166799165, 0.0155399228, 0.0179099105, 0.047909759, -0.00508497469, -0.00564747164, -0.0185399074, 0.00169499149, 0.017489912, 0.0284998566, -0.0695396513, -0.0050587249, -0.0282298587, 0.00826495886, -0.0547197275, 0.0285448581, 0.00946495309, -0.0305548478, -0.0230848845, -0.0245698765, 0.00279186107, 0.0382498093, 0.0388198048, -0.00314435922, 0.0318298414, -0.00882745627, 0.05171974, 0.0165899172, 0.0127274366, 0.0148499254, 0.0033487333, -0.00487872539, -0.0200399, -0.00613121921, -0.0228898861, -0.00606746972, 0.0147974258, 0.0128399357, 0.031139845, 0.0292798541, -0.0367498174, 0.00723746372, -0.0123749385, -0.00740246288, -0.00974995084, 0.0250798743, -0.0403497964, 0.00128530606, 0.020684896, 0.0325798355, 0.0147299264, -0.016979916, -0.0428097844, 0.0239098798, -0.043709781, -0.0398998, 0.027449863, -0.0457797721, -0.0237748809, 0.00378748099, -0.0211198945, 0.00415497925, -0.021434892, 0.00809995923, -0.00472122617, -0.0328798369, 0.0140849296, 0.00597747, 0.0022406138, -0.0192299038, -0.0422397889, 0.0145799275, 0.000947339, -0.055409722, -0.0100874491, 0.0279598609, -0.00355685712, -0.0319198407, -0.0691196546, 0.043709781, 0.0208498966, -0.00751121249, -0.00252186228, -0.037559811, -0.0419097915, -0.00995245, -0.0098099513, 0.0238798801, -0.0309898444, -0.00399748, 0.00807745941, 0.0257248711, 0.00865495671, 0.00140249298, 0.0257698707, 0.016619917, -0.00273186131, 0.00200249, -0.00490872562, -0.0102599487, -0.0323698372, -0.0471297652, 0.0172049142, -0.0254248735, 0.00025195186, 0.0228748862, -0.0633596852, -0.0151649239, -0.0399898, -0.0494397543, -0.0313798413, 0.0233098827, -0.018719906, -0.031289842, -0.00824245904, -0.00495372526, 0.0200549, -0.0147824259, 0.0329698361, 0.00520872418, -0.0198299009, -0.0261898693, 0.00860995706, -0.0234598834, 0.0572997145, 0.0374698117, -0.00908245426, 0.0377998129, -0.0105224475, -0.000471560139, 0.00473247655, -0.0184049085, 0.000635621836, -0.018224908, 0.0246598758, 0.00201561488, -0.0307048466, 0.0204148982, -0.0223198887, 0.00246186275, -0.0356698222, 0.0293548536, -0.02585987, 0.0359098203, 0.0117074419, -0.0024262378, 0.0254998729, -0.0113099432, 0.0179549102, -0.0213898923, 0.00093655783, 0.0329398364, -0.0298198517, 0.00785996113, -0.00743621262, 0.00765371183, -0.020924896, 0.0264148675, 0.0272548646, -0.0176399127, 0.0393598042, -0.0309898444, 0.00248436257, 0.0757796243, 0.00459747715, -0.0110024447, -0.00654746732, 0.0250948742, 0.0111899441, -0.0533697344, -0.0303148478, -0.000104706509, 0.0144899273, -0.0107024461, 0.000430779095, 0.0133349337, 0.0144674275, 0.0215848926, -0.0095399525, 0.00848245714, 0.00858745724, -0.00875245593, -0.00168936653, 0.00278623612, -0.00674621621, 0.00446247775, 0.0518397391, -0.0361198187, 0.028559858, -0.0187049061, -0.041729793, 0.0429897867, 0.0274948627, -0.0223348886, 0.00551622221, -0.0449097753, -0.0133199338, 0.0312598422, -0.00230061356, 0.0492297523, 0.0143699283, 0.0399598, -0.026714867, -0.0357898213, 0.00551622221, 0.00238498813, 0.0256648716, 0.0466197655, -0.0118649406, -0.0686396584, 0.0420897901, -0.038789805, -0.00903745461, -0.0134849325, -0.0181499086, 0.0347098261, 0.0082349591, 0.0123224379, 0.0123599386, -0.00647996739, -0.0205048975, 0.0277948603, -0.0151049243, 0.0532497354, 0.0248398762, 0.0509397462, -0.0244198777, 0.0224698875, -0.0270448644, 0.00569622172, -0.0267298669, 0.0228298865, 0.0268048663, 0.0114674428, 0.0178349111, 0.00573747139, -0.0305698477, -0.00715121441, 0.00828745868, -0.00124874373, -0.0181799084, -0.00543747284, 0.000245389412, 0.00569997169, 0.0296398513, -0.0327898376, 0.0458097719, 0.00341248303, 0.00637121825, -0.0566097163, 0.024509877, -0.0410697944, 0.0291598551, 0.0133424336, -0.022049889, -0.00129468099, -0.0128999352, 0.000241170666, -0.00710246433, 0.00998995, 0.030164849, 0.00204186467, -0.010462448, 0.0165449176, -0.0128174359, -0.00618746923, 0.0204448979, 0.000747183745, 0.0129149351, 0.0366298184, -0.0243298784, -0.00645746756, -0.042479787, 0.0160649195, -0.00631871819, 0.0350698233, 0.0310498439, -0.0170099158, -0.00239998801, -0.0149324257, 0.0187949054, 0.0261898693, 0.0222748891, -0.029549852, -0.00116249418, -0.035099823, -0.0172649138, -0.024014879, -0.000489372527, 0.00767996162, -0.0136499321, -0.0161399189, 0.0021224895, 0.0244348776, 0.0301498491, 0.0216298923, 0.0041737291, 0.00789746083, 0.0239548795, 0.000213045816, -0.0248398762, -0.00335060828, -0.0209998954, 0.011332443, -0.0162299182, 0.0428697839, 0.0218998902, -0.0282898583, -0.0335698314, -0.035699822, 0.00702746492, -0.00922495406, 0.0349498242, 0.0135299321, -0.0116174417, 0.0392098054, -0.00767996162, -0.010957445, 0.0265348665, 0.0378598124, -0.00953245256, 0.0461097695, -0.00180936593, -0.00685871579, -0.0263848677, 0.0258298703, -0.0172649138, 0.0159299206, 0.000982495141, 0.0118049411, -0.0244348776, -0.0766196176, 0.00380248087, -0.00401248, -0.00545997266, -0.0111824442, -0.0170249157, 0.0148199257, 0.0317698419, -0.0150449248, -0.00250311242, 0.0239398796, -0.0225748867, -0.0223048888, 0.0217348915, 0.0173999127, -0.0139424307, -0.0247048773, -0.000582184584, -0.0132749332, -0.0336898305, 0.00539622316, -0.00833995827, -0.0351298228, -0.013657432, 0.0209548958, 0.00216373918, -0.0278248601, 0.00978745148, 0.0204298981, -0.0184349082, -0.0105749471, -0.0129524348, 0.0506697483, -0.00878995564, 0.0109799448, 0.00154686731, 0.0233398825, -0.0506997481, -0.0286498573, -0.0097049512, 0.00372560648, -0.024374878, -0.0223948881, 0.00214311434, 0.0140174301, -0.0105524473, 0.0249148756, 0.0174299125, -0.015644921, -0.00983995106, -0.00874495599, 0.00151499244, 0.0114374431, 0.0210898947, -0.0300148502, 0.068819657, -0.00051515369, 0.019574903, 0.00989245065, 0.0407097973, 0.0111149447, 0.0125999367, -0.0302848481, -0.014159929, 0.00316498429, -0.00342748291, 0.0310798455, 0.0100049498, -0.00181874086, 0.00603747, -0.00110530702, -0.0141224293, -0.00692246528, -0.011444943, 0.0287398566, 0.0178649109, -0.00247123768, -0.0209548958, 0.0110699451, 0.00749621261, 0.00150186755, 0.0220648888, 0.0154949222, -0.0263848677, 0.0174749121, 0.0201298986, 0.00626996858, -0.0219748896, -0.019334903, 0.0337798297, -7.47652521e-05, 0.0243448783, -0.0351298228, -0.0207448956, 0.00863995682, 0.00701996498, 0.00614996906, -0.0051599741, -0.0494697541, -0.00819745939, 0.00421497878, -0.0176699124, 0.0516297407, 0.00445122784, 0.0293998532, -0.00233811326, -0.00791246071, 0.00564747164, 0.00881995633, 0.00568122137, 0.0143249286, -0.0278848615, 0.00440247776, -0.0176549125, 0.0044812276, -0.0257248711, -0.0171899144, 0.0167999156, 0.0105374474, -0.00532872323, -0.0248398762, -0.0240448806, 0.0175049119, 0.00107061968, 0.0248848759, 0.0376198106, -0.0225148872, 0.000185038138, -0.0151949236, 0.0317098424, -0.047279764, -0.000939370308, -0.0007739024, -0.0123599386, -0.00927745365, -0.000894370547, 0.0116999419, -0.0117599415, 0.0399298, 0.00982495118, -0.0217498913, 0.000461247691, 0.0176399127, -0.00378185604, 0.00145593018, 0.00503622461, -0.0221398901, 0.00148218009, 0.0294598527, 0.0111749442, -0.00775496103, 0.0132524334, -0.015014925, 0.0518097393, -0.0155249219, -0.0206398964, 0.0283048581, 0.000159842952, 0.0180599093, 0.0101474496, -0.00505122496, 0.0110924449, 0.00830245856, -0.032519836, 0.0514797419, -0.0173099134, 0.0386998057, -0.012929935, -0.0167549159, -0.0082724588, 0.0218098909, -0.0218548905, -0.0190049056, 0.0133499335, -0.0222148895, 0.0183899086, 0.0253348742, -0.00536247296, -0.0357598215, -0.0383398086, 0.00368435658, -0.0113399429, 0.00355310715, 0.0170399155, 0.0361198187, 0.0105374474, -0.00119624403, 0.00817496, -0.0400798, 0.0105524473, 0.00308810966, 0.00501372479, -0.0122024389, 0.0481497608, -0.00184686575, 0.0225748867, -0.0159749202, -0.0213598926, 0.0334498324, -0.0108599458, 0.00368435658, 0.0274048634, 0.0237898808, 0.0437997803, 0.0110699451, 0.0069787153, 0.0195299014, -0.028814856, -0.0152324243, -0.00941995252, -0.00515247416, -0.0156299211, 0.0179849099, -0.0101399496, 0.0155099221, 0.00559497206, 0.0362998173, 0.0123749385, -0.00129561848, -0.0191999041, -0.0414597914, -0.00657371711, -0.0153224235, 0.0193799026, 0.0131324343, -0.0322798379, 0.0226048864, 0.0101699494, 0.00952495262, 0.00637871819, -0.00278061116, -0.00418122904, -0.00420747884, 0.0097424509, 0.00955495238, -0.0122999381, -0.0121649392, 0.0266098678, 0.0150899244, -0.000442029035, 0.0207748953, -0.00232686335, 0.00380623108, -0.0120299403, -0.0149474256, 0.0223948881, -0.00659246696, 0.0201148987, -0.00646871747, 0.0317698419, -0.0328498371, 0.0358198211, -0.0157949217, 0.00781496055, -0.00303373486, 0.00154124224, -0.00030890471, 0.019079905, 0.0307198465, -0.0212398935, 0.0197099019, 0.00372560648, 0.0246598758, 0.02609987, 6.11715659e-05, 0.0366598181, 0.0100574493, -0.0019331153, -0.0267598666, -0.00329998345, 0.0234298836, -0.0184799079, -0.00501747476, 0.0279148612, 0.00518247392, -0.0171449147, 0.0380098112, 0.00106593221, 0.0256948713, 0.0110099446, -0.0130649349, -0.00178030354, 0.00400498, -0.0251998734, 0.0375298113, 0.0187949054, -0.00595122, -0.00129468099, -0.0212398935, 0.024509877, 0.00302811, 0.0125474371, 0.0120374402, 0.0373198129, -0.00323435874, -0.0131924339, 0.0109049454, 0.0261598695, -0.0182699095, -0.0211048946, -0.0036562318, -0.030419847, -0.0106874462, 0.0214198921, 0.0212548934, -0.0393298045, -0.0192449037, 0.0294898525, -0.0241948795, 0.00880495552, -0.0116324415, 0.0210148953, 0.00147655513, -0.0248848759, -0.00957745221, 0.00522747403, 0.01403993, -0.022049889, -0.0144749274, -0.00592497038, 0.00710246433, 0.0118349409, 0.00879745558, -0.0049612252, -0.0129599348, -0.0150299249, -0.00245623779, 0.000166288228, 0.00555372238, 0.00681746611, 0.0204298981, -0.00554247247, 0.00622496894, -0.00547122257, -0.00978745148, 0.0169049148, -0.0130574349, 0.0137474313, -0.0139499307, 0.0138899302, -0.0137624312, 0.00647996739, -0.016499918, 0.0164849181, 0.0275998618, -0.00484497566, -0.0478797592, -0.0120074395, -0.0486897565, 0.00242061284, -0.0306298472, -0.0231598839, 0.00627371855, 0.00887995586, 0.0170549154, -0.0035212324, 0.00428247871, -0.0370798148, -0.0146324271, 0.0216448922, -0.000747183745, 0.0182849094, -0.0156599209, -0.0256948713, 0.000843745773, -0.0116999419, 0.0105374474, -0.0257998705, -0.0161699187, 0.00514497422, 0.0191399045, 0.0169499144, -0.00185811566, -0.0201598983, 0.0106949462, 0.0103574479, 0.0222598892, 0.00398623, -0.00018632719, -0.0118424408, -0.0128849354, -0.00865495671, 0.00537372334, -0.0156299211, 0.0465597659, 0.0178199112, -0.000858276966, 4.02537044e-05, 0.0120449401, -0.0194699019, 0.00216561416, 0.0244948771, 0.0135899317, -0.0181499086, 0.0316198431, 0.0354898237, 0.0263848677, 0.0104774479, 0.0465597659, -0.0184499081, -0.0302548483, 0.0103649478, 0.0335098319, 0.0131399343, -0.0393298045, -0.0310798455, 0.00487497542, 0.00894745532, 0.0326998383, -0.0140924295, -0.0383098088, -0.0100499494, -0.0254698731, 0.0192749035, 0.0113474429, -0.000101601057, -0.0211498942, 0.0113474429, -0.0434097834, -7.72847707e-05, -0.0196499024, 0.000459607079, -0.0296848509, 0.0274048634, 0.0275698621, -0.0130424351, 0.0251998734, -0.0137174316, -0.00354373222, 0.00246936269, 0.0142049287, 0.0165149178, 0.000854527, 0.0118349409, -0.0204448979, -0.0407697968, 0.00168749155, -0.0184049085, -0.0392998047, 0.00158530462, 0.0186149068, 0.00404997962, 0.0049612252, 0.0082349591, -0.00776996138, 0.0138824303, -0.0114074433, 0.0220048893, 0.00267561153, -0.0472497642, -0.00245248782, -0.00341248303, -0.00507747475, 0.00974995084, -0.0116999419, 0.0068699657, -0.00615371903, -0.0269398652, 0.00183280336, 0.0317398421, -0.00957745221, -0.0145199271, -0.00788246095, 0.0186599065, 0.0223048888, -0.00457122736, 0.0129824355, -0.0152399242, 0.0121499393, -0.0202499, 0.0211048946, 0.0183599088, 0.00196499028, -0.0154349227, -0.0216748919, 0.0108524458, -0.000404763588, -0.00733871339, -0.00713996449, 0.00946495309, 0.0122174388, 0.00640121801, -0.0166649166, -0.0104999477, -0.023759881, 0.0104324482, 0.000646871747, 0.000124921251, 0.000703590224, -0.0212698933, 0.0262498688, -0.033119835, 0.00968245137, 0.00675746612, 0.0271048639, 0.00742496271, -0.005602472, 0.000122577505, -0.00776996138, 0.0073499633, -0.00983245112, -0.0461997688, 0.00149999245, 0.0188699048, -0.00705371471, -0.0362698175, 0.0184199084, -0.00695621502, 0.00513747428, 0.0666596666, 0.011444943, -0.0327598378, -0.0256498717, 0.00723746372, -0.0120224403, -0.0224548876, 0.0210748948, 0.00862495694, -0.0014803051, -0.000305389112, 0.00763121201, 0.0106124468, 0.0350098237, -0.0214198921, -0.00304685975, -0.0118049411, 0.010837446, 0.00763121201, -0.00424497901, -0.00339373294, 0.003416233, 0.0188099053, -0.000207420831, 0.0390598029, -0.0124124382, 0.00688121561, -0.00206623971, -0.0318598412, -0.0164099187, 0.018719906, -0.0134549327, 0.015269924, 0.00671621645, 0.00558747211, 0.0517797396, 0.012929935, -0.00876745582, -0.00246748771, -0.0145874275, -0.0223198887, 0.0117074419, -0.0144149279, -0.0231898837, -0.00103030738, 0.0168449152, 0.0111224446, 0.0152474241, -0.00287436065, -0.00962995179, 0.00991495047, 0.0224398877, 0.0398098, 0.00863245688, -0.0135824317, -0.00523497397, -0.0100724492, -0.03200984, -0.000571872166, -0.028199859, -0.00787496101, -0.0330298357, -0.00560997194, -0.00656621717, 0.00256311218, 0.0117449416, -0.00570747163, 0.0134999324, -0.00404247968, 0.0210748948, -0.00541122304, 0.00797996, 0.001892803, -0.0035343573, 0.0031462342, -0.0123374388, 0.0094349524, 0.0118949404, 0.0116624413, -0.0244348776, 0.000539059809, 0.0134999324, -0.0123374388, 0.013417433, -0.00581997074, 0.000719527656, -0.0148049258, -0.00617246935, 0.0174449123, -0.0041999789, 0.036929816, -0.0226498861, -0.00785246119, -0.0168599151, 0.0167549159, -0.00349685759, -0.00869245641, -0.00173436629, -0.00228373869, -0.0223048888, -0.00467247656, 0.00839995779, 0.0104099475, -0.00171186647, -0.000551716, 0.00983995106, 0.0198599, -0.00398623, -0.00010201121, -0.000592028315, 0.0182849094, 0.0290248543, -0.0105374474, 0.0111524444, 0.0214048922, -0.00279936101, 0.00052265363, 0.0044812276, 0.00893995538, 0.00568122137, 0.00273748627, 0.0308998451, 0.00455247704, -0.0320398398, 0.00447747763, -0.00427872874, -0.00893245544, -0.00824995898, 0.010342448, 0.0275098626, -0.00308435969, 0.00913495477, -0.00424497901, 0.0141449291, 0.00183561584, 0.00199686503, 0.00914245471, -0.0202199, -0.00324185868, 0.00433872826, -0.00932995323, 0.0192599036, 0.013297434, -0.0229648855, 0.000585465808, 0.00251811231, -0.00994495, 0.0196649022, 0.0310798455, -0.04430978, -0.00248248759, -0.0120224403, 0.0199349, 0.00512997434, 0.00599997, -0.0282598585, 0.0165149178, 0.00592122041, -0.00900745485, -0.0200099, 0.0216148924, 0.0130799348, 0.0324898362, -0.00873745605, -0.0291448534, 0.0258298703, 0.0319498405, -0.0260548703, 0.00299436, -0.0303148478, 0.0179999098, 0.0229798853, 0.0204148982, 0.00451497734, 0.0239998791, -0.0114224432, 0.0272698645, 0.000330232724, 0.0349498242, 0.00435372815, 0.000107870554, -0.00845245738, -0.0281848591, 0.0212098937, -0.0272698645, -0.0215548929, 0.00604497, -0.00205686479, -0.00933745317, 0.000391873036, -0.0211048946, -0.0195599031, 0.0138224307, 0.0352798253, -0.00865495671, -0.0184949078, -0.000375935633, -0.029429853, -0.00238686311, -0.000625778106, 0.00118968158, 0.0173249133, 0.0050962246, 0.00451872731, 0.0123899383, -0.00601872, -0.0203698985, 0.00619496917, -0.0159449205, -0.0277798604, 0.022409888, -0.00431247847, 0.0182399079, 0.0148724252, -0.0114674428, 0.00747371279, 0.0592197031, -0.000581715838, 0.0159449205, 0.034349829, 0.00643871771, -0.00170717901, 0.0127949361, -0.00626996858, -0.0325498357, -0.000705465209, -0.0105599472, -0.00440997817, 0.00720746396, -0.00495372526, 0.0195149016, 0.0383398086, 0.0043087285, -0.00232498837, 0.00462747691, -0.00805496, 0.0075224624, -0.0149549255, -0.0111374445, 0.000824527116, 0.0220348891, 0.013169934, -0.000634215598, -0.0177599117, -0.0194399022, -0.000164413243, 0.00785246119, -0.021179894, -0.0186899062, 0.00896245521, 0.00682121608, 0.00308435969, 0.0196799021, -0.0227398854, -0.00688496558, 0.00119155657, -0.00815995876, 0.00066655915, -0.00404622965, -0.0209098961, -0.00573747139, 0.024989875, -0.0229198858, -0.013792431, -0.00394123048, 0.0231748838, -0.0189449061, 0.00261936197, -0.00218248903, -0.00229686359, -0.0166049171, -0.0288298558, -0.0186749063, 0.0247498769, -0.0115949418, 0.0377698094, 0.00256873714, 0.0194849018, 0.00141936785, -0.0042712288, -0.00449622748, 0.0145949274, -0.00427872874, -0.0112874433, -0.0197099019, -0.00764621189, -0.00674246624, -0.0138224307, 0.0145649267, 0.000273045502, 0.0155549226, -0.00435372815, 0.0178949106, -0.00514497422, 0.00728246337, 0.0270298645, 0.0219448898, -0.00313498429, -0.00530247344, -0.0166649166, 0.00824995898, -0.0123749385, 0.0304648485, 0.024014879, 0.000706871448, -0.00942745246, -0.0136049315, -0.0041737291, 0.00824245904, -0.00664496655, 0.000705933955, -0.0402597971, -0.0167099163, -0.00838495791, 0.00599997, -0.0131249344, 0.00590247056, -0.0267298669, 0.0141149294, -0.0181199089, 0.000162889817, -0.00624746876, -0.0273148641, -0.0235798825, -0.00918745436, -0.00398623, 0.0101024499, -0.00239061308, 0.00667871675, -0.012562437, 0.0260398705, -0.00878995564, -0.0256498717, 0.0144149279, -0.0141374292, 0.021179894, -0.0166049171, -0.0133049339, 0.0110924449, -0.017489912, -0.0440997779, 0.027944861, -0.0267898664, -0.0105599472, 0.0111074448, -0.0235198829, -0.00267373654, 0.0166049171, -0.0235798825, 0.02191489, -0.0223798882, -0.032639835, 0.0189299062, 0.0344098285, 0.0107999463, 0.0112949433, 0.0114374431, 0.00495372526, 0.018959906, -0.0131324343, -0.0031087345, -0.0107474467, -0.00859495718, 0.0264448673, -0.00574497133, -0.0377398096, 0.0140249301, 0.00544872275, 0.0413397923, -0.000643121777, -0.0116474414, -0.0130649349, 0.00347810751, 0.00377810607, 0.000428435364, -0.0135899317, -0.0131999338, -0.0120899398, -0.00559122209, -0.010964945, -0.0196199026, -0.0148574254, 0.0208948962, -0.0240598805, -0.0201148987, -0.00479622604, -0.0023081135, 0.0291148536, -0.0101999491, -0.0152774239, 0.010349948, 0.0135374321, -0.00995995, 0.0268198662, -0.0136949318, -0.0445497781, -0.00535872299, 0.00880495552, 0.0201298986, -0.00429747859, 0.0297748502, 0.0264148675, 0.00462372694, 0.00924745388, 0.0303598475, -0.0338098295, 0.0124424379, 0.000767339894, 0.0231598839, -0.043709781, -0.00706496462, 0.00419622893, -0.00968245137, -0.00835495815, 0.00965245161, 0.00866995659, -0.0114299431, 0.023639882, 0.0172199141, 0.021434892, -0.00791246071, 0.00147186767, 0.000116776762, 0.0103124483, -0.0266848672, -0.0244348776, 0.0197699014, -0.0113624427, 0.00117936905, 0.00164717925, -0.0156149222, -0.0178199112, -0.0183149092, -0.00804746, -0.0324898362, 0.00968245137, 0.00235686311, 0.0280198604, -0.0243298784, 7.69918042e-05, -0.00164811674, 0.00247873762, 0.00146905519, -0.00964495167, -0.0040387297, 0.0231598839, 0.00491247559, 0.0265948679, 0.000843745773, 0.00341060804, -0.00585372094, -0.0208798964, -0.0122849382, 0.0211498942, -0.0247048773, 0.0148574254, -0.0192149039, -0.0315898433, -0.0185849071, 0.0283648577, -0.0154049229, -0.00516372407, 0.000249139383, 0.00612371927, 0.00456372695, 0.0229798853, 0.0231148843, 0.0012674937, 0.00156374217, 0.00852745771, 0.00067640288, -0.026969865, 0.00303560984, -0.0256948713, 0.006157469, -0.0127349366, -0.0140849296, -0.00658871699, -0.037439812, 0.0150749246, -0.00156655465, -0.00151686743, 0.0106049469, 0.0199499, -0.00473622652, 0.0383098088, 0.00499872491, 0.0116324415, -0.00776996138, 0.0125249373, -0.0100124497, 0.0125249373, -0.0219898894, -0.0135074323, -0.0147074265, -0.00487497542, 0.0157949217, 0.0189749058, -0.0135524319, -0.00209436449, 0.0097049512, 0.00983995106, 0.000910307921, -0.0201298986, 0.000467575795, 0.0309298448, -0.0327898376, 0.0110924449, 0.00358123216, 0.0131924339, -0.00829495862, -0.00695246505, 0.000897183, -0.00761246216, 0.0118799405, 0.00176155369, 0.00872245617, -0.0205198973, -0.00748121273, 0.00671996642, 0.00315560913, 0.012194939, 0.0265948679, -0.0207598954, -0.010462448, 0.0386398062, 0.00815995876, 0.00398623, -0.0174749121, -0.00081140222, 0.00228748866, 0.00729746372, -0.00142593042, -0.0104549481, 0.0122549385, 0.0149174258, 0.00781496055, -0.016499918, 0.0131324343, 0.0105449473, -0.00758246193, 0.0272848643, -0.00902995467, 0.0243148785, 0.00321748387, 0.0193499029, -0.013657432, -0.00569247175, 0.0057112216, -0.0214498919, 0.0137624312, -0.00224998873, -0.0128999352, 0.0107399467, -0.00344998273, -0.012562437, -0.0138299307, -0.00972745102, -0.0319798402, 0.021434892, 0.00407247944, -0.00401623, -0.0097049512, 0.00411747955, -0.000234959763, 0.0106499465, 0.00586497085, -0.00443622796, -0.00535497302, -0.0040387297, -0.0181949083, -0.0105299475, 0.00261186203, 0.00809245929, 0.0122999381, 0.023759881, -0.00466122665, -0.0139424307, -0.0196799021, 0.0166349169, -0.0248548761, -0.00959245209, -0.0179849099, 0.0124799376, 0.0219298899, 0.00801746, 0.00379123096, 0.00359998201, -0.0187649056, -0.00118874409, -0.0236548819, 0.00385123072, 0.0100049498, 0.0189449061, -0.00315373414, -0.00550122233, -0.0130799348, 0.015749922, 0.00154311734, -0.0105299475, -0.0141374292, -0.00679121586, 0.000541872287, -0.0226198863, 0.0126524372, -0.0319198407, 0.00180842844, 0.0101249497, -0.00630371831, 0.0126299364, 0.0047174762, -0.0236848816, -0.00141843036, 0.00722621381, -0.00722246384, -0.00914245471, 0.00739121297, 0.00851995777, -0.00634871842, -0.0172499139, 0.00234748819, 0.0102749486, -0.0172199141, -0.00446622772, 0.0179849099, 0.0179699101, 0.00545247272, 0.00548997242, -0.0158549212, -0.0234748833, 0.0294898525, 0.0352198221, -0.00773246121, 0.0205048975, 0.000663277926, -0.00190217805, -0.016259918, 0.00369935646, 0.00926245376, -0.0170249157, 0.0106424466, 0.0154049229, -0.0213898923, 0.0015074925, -0.0127874361, -0.0032437339, -0.0059099705, 0.0021356144, -0.00773996115, 0.00827995874, 0.0177899115, 0.01206744, -0.00532122329, -0.00152155489, 0.0203398988, -0.0170549154, 0.00864745677, -0.0233098827, -0.0161549188, 0.0112274438, -0.0194249023, 0.00170249154, -0.00444747787, 0.0164849181, -0.00127030618, -0.0320698395, 0.00822745916, 0.0255148727, -0.0107324468, 0.0031087345, 0.0185549073, 0.0123674385, -0.00780746108, -0.00614996906, -0.0275248624, 0.0153149236, 0.0505497456, 0.00992245, -0.0188249052, 0.010214949, -0.0065624672, 0.00724496366, -0.00691871531, -0.0150374249, -0.0249598753, -0.0258298703, -0.000428669737, -0.0179699101, 0.000483278825, -0.0105074476, -0.0153524233, -0.0227098856, -0.009232454, -0.00237936317, -0.00159186707, -0.0202199, -0.00873745605, 0.0175349116, 0.0113399429, 0.00397498, 0.0296548512, 0.00375935622, -0.0236698817, 0.00209248951, 0.00626996858, 0.00649496773, -0.0085799573, 0.0307048466, -0.00791246071, -0.0135974316, 0.00565872155, -0.00653246744, 0.0132449334, 0.0141674289, -0.00615371903, 0.00703871483, 0.0296398513, 0.00391873, 0.0106124468, -0.00107061968, -0.0210898947, 0.0113549428, -0.013169934, 0.00415122928, -0.0102299489, 0.00242998777, 0.00404247968, -0.0143774282, 0.0316798426, -0.00951745268, -0.0308698453, 0.00417747907, 0.0147674261, 0.0229048859, -8.56929273e-06, -0.00384748075, -0.00468747644, -0.0149474256, -0.000284764188, 0.00181874086, 0.00659246696, 0.0111374445, -0.012194939, -0.0153749231, -0.00497622509, -0.00701246504, 0.0228598863, -0.0122999381, -0.0239398796, 0.0259798709, -0.0125924367, 0.00112218189, 0.0106874462, -0.0203548986, 0.00879745558, -0.00377998105, -0.0295048524, 0.0141299292, 0.00362060685, 0.00960745197, 0.0053324732, -0.0236998815, 0.00860995706, 0.00225561368, 0.00762746204, -0.00903745461, -0.000728902582, 0.0119099403, -0.0149549255, 0.00613121921, -0.000407107349, -0.00768746156, 0.0541497283, -0.00499872491, -0.0197249018, 0.0304498486, 0.0153299235, -0.0180749092, 0.00771746133, 0.00420747884, 0.00220123888, -0.00318560912, 0.0120524401, 0.00992245, 0.0153749231, -0.00716996426, 0.0176249128, 0.00924745388, 0.00899995491, 0.00947245304, -0.0207748953, 0.0418197922, 0.0125849368, 0.00395248039, 0.0433797836, -0.0168449152, -0.00535497302, 0.0155699225, 0.0273898635, 0.0129824355, -0.001107182, -0.0119174402, 0.00918745436, 0.00379123096, 0.0172799136, -0.00588747067, -0.0120974397, -0.0144974273, 0.00622121897, -0.00578247104, 0.00138186815, 0.00371060637, 0.0135224322, 0.00986995082, 0.00317435921, -0.000753277505, -0.00329248351, 0.0024937375, 0.00799496, -0.0169649143, -0.00404247968, -0.00788246095, -0.0031462342, 0.00397123024, 0.0124724377, -0.00427872874, -0.00129093102, 0.0105149476, -0.00575247128, -0.0202949, -0.0151124243, -0.000494528795, -0.00538497325, -0.00414372934, 0.00239623804, 0.00774746109, 0.0145424269, 0.000927651592, -0.00101718237, -0.0107024461, 0.0176699124, 0.0167249162, 0.00837745797, 0.00340498309, -0.0160499196, 0.00881995633, 0.00833995827, 0.00882745627, 0.00197061524, 0.00478497613, 0.00349685759, -0.00486747548, 0.0104324482, 0.00808495935, 0.0268948656, 0.00845995732, -0.00200624, -0.0227248855, -0.0131999338, -0.00415872922, 0.00419247895, -0.000135936818, -0.00532497326, 0.00308435969, -0.00342560792, -0.019454902, -0.0239998791, -0.0128699355, 0.0116174417, -0.00941245258, 0.0140699297, -0.00118593161, 0.0102074491, -0.00596622, 0.00425247895, -0.00602997, -0.0123074381, -0.00244686287, 0.00520122377, -0.00233811326, 0.0141899288, 0.0122849382, -0.0214498919, -0.0276448615, 0.00600747, -0.00796496, -0.0203998983, 0.0180299096, -0.0163199175, -0.00203436473, 0.00400498, 0.0322798379, 0.00938995276, -0.0204748977, 0.00775496103, 0.0211348943, -0.014527427, -0.00416997913, -0.00293248543, 0.0212098937, -0.0230848845, -0.0133274337, -0.00429747859, 0.00841495767, 0.00961495191, -0.0152549241, -0.0026831117, -0.00863245688, 0.0223198887, 0.00928495359, -0.0194099024, 0.000664684165, 0.00922495406, 0.0128624355, 0.00788246095, 0.00829495862, -0.00148124259, 0.0215848926, -0.00359435705, 0.00758246193, -0.00538497325, -0.00849745795, -0.0182849094, -0.00180749095, -0.0239848793, 0.0216298923, -0.0154799223, -0.00066280918, -0.00334310834, -0.00820495933, -0.0226948857, -0.00371998129, 0.000123632199, -0.0180899091, -0.0278248601, 0.00417747907, 0.0203848984, -0.033239834, -0.00812245905, -0.00719996402, -0.0322498381, -0.00694871508, 0.00220123888, -0.0147449262, 0.0126149366, -0.00490122568, -0.00644996762, -0.00797246, 0.00137436809, -0.00557997217, 0.00991495047, -0.0170099158, 0.00589122064, -0.00151030498, 0.0173849128, -0.00936745293, 0.0138899302, -0.00706496462, 0.0161549188, -0.00178874109, 0.0100649493, 0.0128249358, 0.00933745317, 0.016499918, 0.0101999491, -0.00317810918, 0.00856495742, 0.00225186371, -0.0162149183, -0.0101174498, -0.00812245905, 0.00154686731, 0.00634496845, -0.00958495215, 0.0147149265, 0.0215548929, -0.00812995899, 0.00347060757, 0.00530622341, -0.0171599146, 0.0106724463, -0.00529122353, -0.0247198772, -0.00338435802, 0.00787496101, -0.00739871291, 0.0112274438, 0.00146436773, 0.00472872658, -0.01600492, -0.0243598782, -0.0206548963, -0.00605247, -0.00875995588, -0.0273448639, -0.00996745, 0.00799496, -0.0174299125, 0.026834866, -0.00956995226, 0.00601872, 0.0108749457, 0.0100049498, 0.0131099345, 0.00962245185, -0.0256648716, -0.00233436329, 0.0218098909, 0.0204448979, -0.00695246505, 0.00145593018, -0.00853495765, -0.0146624269, 0.0178349111, -0.00833245832, -0.0323398374, -0.0145949274, 0.000262967427, 0.0191699043, -0.00658871699, -0.00430497853, -0.0281848591, 0.00431997841, -0.0120824398, 0.0188849047, 0.00629621837, -0.0103049483, -0.025244873, 0.00539997313, -0.0356398225, 0.00215248927, 0.0112799434, 0.0254698731, 0.00358310714, 0.00117093162, -0.00267561153, 0.0151724238, 0.0130424351, 0.00589872058, 0.0116399415, 0.00430497853, -0.0172649138, 0.00812995899, -0.0047174762, -0.0110099446, 0.0119999396, -0.0210598949, -0.00332435849, -0.00142218044, -0.0140999295, -0.00184686575, -0.00248436257, -0.00175311626, -0.000814683444, 0.00217686407, 0.0233998839, 0.000277967367, 0.0203398988, 0.020309899, -0.0116324415, -0.00833245832, 0.00500997482, -0.02215489, 0.0194099024, 0.0202349, -0.026354868, -0.0115124425, -0.0150524247, -0.0136124315, 0.000466638303, -0.00699746516, 0.0191099048, -0.0167549159, 0.00815245882, 0.0144899273, 0.00660371687, 0.0116849411, -0.00929245353, -0.00446997769, 0.00715121441, 0.00663746661, -6.16403195e-05, 0.0186749063, -0.00416247919, 0.000989057589, 0.00129655597, 0.00803996, 0.0109799448, 0.00689996546, -0.0116699412, -0.00678371591, 0.0128624355, 0.00371998129, -0.0094349524, -0.0163349174, -0.0226048864, 0.023144884, -0.00628871843, 0.00537372334, -0.00890245568, -0.00649496773, -0.00605622, 0.0120074395, 0.0146624269, -0.00926995371, -0.00605622, -0.00245998777, 0.0015328048, -0.00309373462, 0.0137624312, 0.0184499081, 0.0050587249, 0.0100274496, -0.0201748982, -0.0146399271, -0.00302061, -0.00523497397, 0.0111599443, 0.00671996642, 0.00303185987, -0.00866245665, -0.030419847, 0.014647427, -0.00594372, -0.00842995755, 0.0146849267, -0.0273898635, 0.0101624494, 0.0193949025, -0.0147524262, 0.0221848898, -0.00188155309, -0.0149999252, 0.0178649109, -0.0226948857, -0.00103311986, -0.0174749121, -0.0182849094, 0.00599247, -0.00731621357, 0.00812245905, 0.00164717925, -0.0123224379, -0.0181799084, 0.00626246864, 0.00300185988, -0.00833245832, 0.00794246048, 0.00362810679, -0.0254248735, 0.000530153571, -0.0100424495, -0.0183299091, 0.010837446, -0.000415779185, 0.0107399467, -0.015389923, 0.0058124708, 0.00773996115, -0.000588278286, 0.00541122304, 0.000807652192, -0.0109874448, 0.0132374335, -0.000367498171, 0.0152849238, 0.000195584958, -0.00410622964, 0.00710996427, -2.30565256e-05, -0.0298198517, -0.0097049512, -0.00119343156, 0.0400798, -0.00499872491, -0.00518622389, -0.012674937, 0.0114374431, -0.018464908, 0.016979916, -0.0024806126, -0.0144899273, -0.00431997841, 0.00247123768, 0.00972745102, 0.00569622172, 0.00779996114, 0.0199049, -0.00304873474, -0.017234914, -0.00840745773, 0.0112274438, -0.00678371591, 0.000157264833, 0.0161699187, 0.00275998609, -0.0227848869, -0.0108749457, 0.00433122832, -0.00610496942, 0.0104699479, 0.00266061164, -0.0154199228, -0.0225148872, 0.00252748746, 0.0106724463, 0.0177599117, 0.00157124212, 0.0113099432, -0.012187439, 0.0047512264, -0.0176849123, 0.00365810678, 0.0224248879, 0.0223198887, 0.0121424394, 0.00906745438, -0.0258898698, 0.0149924252, 0.00902245473, 0.00719996402, 0.00662996667, 0.00421122881, 0.0123974383, -0.00749621261, -0.0105524473, -0.00158061704, -0.00701246504, 0.0245848764, 0.0216448922, -0.00253686239, -0.00147843012, -0.00587622076, -0.0270748641, 0.00232873834, 0.0207148958, -0.00418497901, 0.0181349088, -0.00917245448, -0.0170549154, -0.0046799765, -0.0119849397, -0.00452247728, 0.0109349452, -0.0136199323, -0.0214648936, -0.00636746828, -0.00907495432, 0.0130724348, -0.00484122569, 0.0135074323, 0.0175799113, -0.00451122737, 0.00392998056, 0.0034837327, 0.0191099048, -0.000244686264, -0.00947995298, 0.00592122041, 0.000925776607, -0.0310798455, 0.0179099105, -0.00544872275, -0.0140924295, 0.017729912, -0.0207598954, 0.00693371519, -0.00380998105, 0.0193499029, 0.0243148785, 0.00225186371, 0.0101099499, 0.00270186155, -0.0205198973, -0.00169967895, -0.00326060876, 0.00222373893, 0.0154349227, 0.00521622412, -0.0138749303, -0.00359998201, -0.00336935814, -0.0301348493, -0.00887245592, 0.0260398705, -0.00626996858, -0.0315298438, -0.00879745558, 0.00382685591, 0.0190499052, -0.00897745509, -0.001292806, 0.0272848643, -0.020309899, 0.0202649, -0.00658871699, 0.0117449416, -0.00348560768, -0.00345560769, -0.00694121514, 0.020309899, -0.00758246193, -0.00305998465, -0.0104849478, -0.0111824442, 0.00665246695, -0.020684896, 0.0285898577, -0.000619684404, 0.00675371615, 0.0169049148, 0.00987745076, 0.0129149351, -0.00856495742, -0.00665246695, 0.00355685712, -0.00670871651, 0.0114749428, 0.0247498769, -0.035099823, 0.00097405765, 0.0166049171, 0.00729371374, 0.00869245641, 0.00665246695, 0.0259198695, 0.0234448835, 0.00181874086, -0.0202049, -0.000750933774, -0.0266098678, -0.00809245929, 0.0134399328, 0.00840745773, 0.00455997698, -0.00307123456, 0.00412872946, -0.0117224418, 0.00851995777, -0.0304948483, -0.00285936077, -0.0203698985, 0.0430197865, 0.00346873258, -0.0252298731, -0.00408372935, -0.003386233, -0.0114674428, 0.00303373486, 0.0159149207, -0.0136274323, -0.00709121441, -0.00528747356, 0.00967495143, 0.0116549414, 0.000836245832, 0.0038662306, 0.0130874347, 0.0123224379, -0.00899995491, 0.0148349255, -0.00536997337, 0.0263098683, 0.0223648883, 0.00163967931, -0.0124124382, 0.0111374445, 0.00334685831, 0.00379310595, 0.0289948545, 0.000893901801, -0.00693746516, -0.00896995515, 0.00466122665, 0.0065249675, 0.0035343573, -0.013297434, -0.000175663183, 0.00850495789, 0.00192561536, 0.0247798767, -0.00883495621, -0.0100049498, -0.0206398964, -0.00694871508, 0.0228898861, 0.011819941, 0.0140024303, -0.0116249416, 0.0198449, 0.0110249445, -0.0718196407, -0.0130799348, 0.0065249675, 0.0107399467, -0.00170436653, -0.00591747044, 0.0154649224, -0.00196874025, -0.000343826396, 0.022769887, 0.0121724391, -0.00527247367, -0.00191999041, 0.00173624128, -0.00973495096, -0.012802436, 0.0241198801, -0.0177899115, -0.0200099, -0.0182999093, -0.0158399213, 0.00381748099, 0.00613871915, -0.000848902, 0.00806995947, 0.0196799021, -0.00503622461, -0.00692246528, -0.0155549226, -0.0144524276, 0.0152549241, -0.00155155477, -0.0289198551, -0.00928495359, -0.0119549399, -0.0175049119, 0.0197549015, -0.00981745124, -0.0117674414, -0.00374623132, -0.00685496582, 0.00154030474, -0.00872245617, -0.0223498885, -0.0126149366, 0.00126561872, -0.0256198719, -0.0165749174, -0.019574903, -0.00431622844, 0.00549372239, 0.00815995876, -0.00109968195, -0.0137249315, 0.00753371231, 0.00178030354, -0.0174149126, -0.0173699129, -0.00625121873, 0.00210186443, -0.0134624327, -0.0236548819, 0.0102449488, -0.00283311075, -0.00333935837, 0.0165899172, 0.0102749486, 0.00403497973, 0.0140174301, 0.0298948511, -0.011204944, -0.0178049114, 0.017849911, -0.025484873, 0.0240298808, 0.00118593161, -0.0100274496, 0.0132149337, 0.0142874289, 0.000953432755, 0.0100799492, 0.0139649305, 0.00985495094, 0.0103124483, 0.00893995538, -0.00855745748, -0.0196199026, -0.0230848845, 0.000135819631, -0.00828745868, 0.0183299091, 0.00616871938, 0.00354935718, -0.0127874361, -0.00742121274, 0.00209436449, 0.00388498069, -0.00362435682, 0.0198749, 0.0146774268, 0.0130424351, 0.0005339036, 0.0170849152, -0.0185099076, 0.028814856, -0.0254098736, 0.00592872035, -0.0189749058, 0.000203202115, 0.0063899681, 1.22313841e-05, -0.00929995347, 0.0316498429, -0.00099937, 0.0200549, 0.0206548963, 0.0313198417, 0.00196874025, 0.0109274453, -0.0119699398, -0.0131999338, -0.00275436114, -0.0106424466, -0.0119549399, 0.0207148958, 0.00206248974, 0.000539528555, -0.0173699129, -0.0101324497, -0.010709946, -0.00378373102, 0.0138899302, -0.0211648941, -0.00222748891, -0.00322873378, -0.00381748099, -0.00578997098, 0.0161549188, 0.00433497829, -0.00488247536, -0.000324373366, 0.0128624355, 0.0107999463, -0.00150468, -0.00542247295, -0.00864745677, -0.00121499388, 0.00455997698, 0.0161699187, -0.00281998585, -0.0162749179, -0.0109124454, 0.000748121238, 0.0258448701, -0.0158549212, -0.0108074462, 0.00380435609, 0.0102599487, 0.00918745436, -0.00224811374, 0.0152474241, 0.0191399045, 0.00239623804, 0.0113399429, -0.00654371735, 0.00574872131, -0.00967495143, -0.0141824288, -0.00828745868, -0.013792431, 0.0205498971, 0.0299398508, -0.0202199, -0.00483747572, -0.00362248183, -0.0163049176, 0.0220648888, -0.0255148727, 0.0234598834, -0.0231598839, 0.0149474256, -0.00303748483, -0.00959995203, 0.0181349088, -0.0218698904, -0.00848245714, -0.00402373, -0.009847451, -0.00107436965, 0.00987745076, 0.0177599117, 0.0258298703, -0.00356998225, -0.0181949083, -0.0181349088, -0.00114468182, -0.00906745438, 0.00436497806, 0.00124593126, 0.00999745, 0.00604497, -0.00629996834, 0.00445497781, -0.0180149097, -0.00742121274, -0.0127949361, 0.00931495335, 0.00330373342, -0.0122699384, 0.00547872251, 0.00909745414, -8.36128602e-05, -0.00211123936, -0.0150299249, 0.0197849013, -0.0117824413, 0.0157049224, -0.00638246816, -0.00692996522, 7.52925916e-05, 0.00834745821, 0.0228748862, 0.0147374263, -0.011452443, -0.00560622197, 0.00354373222, -0.00525372382, 0.00140905543, -0.0269098654, 0.0170249157, -0.0193649027, 0.00459372718, 0.0175499115, -0.0216148924, -0.0187049061, -0.00482247584, 0.0094349524, -0.0088499561, -0.0227848869, 0.00651746755, 0.0183599088, 0.0200549, 0.0310198441, 0.0102974484, 0.0175199118, 0.0180599093, 0.00601122, 0.00130030594, -0.00983995106, 0.00579747092, 0.00950995274, -0.00902995467, 0.00107905711, 0.00197999016, -0.00639746804, 0.0161549188, -0.014279929, 0.000222069197, -0.00813745894, -0.005846221, 0.00824245904, -0.011444943, 0.0276598614, -0.00634121848, -0.0177599117, 0.0098849507, -0.00217686407, 0.00175592874, -0.0108449459, 0.00258748699, 0.00329623348, -0.0242848787, 0.00747746276, 0.00303185987, 0.0166049171, -0.0205798969, -0.0291898549, 0.0359998196, -0.00350435753, 0.0207298957, -0.0192449037, -0.0163499191, 0.00518622389, -0.00424872898, 0.0293998532, -0.0198749, 0.00576372119, -0.0213598926, -0.000106522908, -0.00645371759, 0.0200549, -0.0134474328, 0.0162299182, -0.0126224365, 0.00155342976, 0.00451122737, 0.0193499029, 0.0137174316, 0.0181649085, 0.00147280516, 0.0175649114, 0.00633746851, 0.0130949346, -0.0195599031, -0.0037481063, -0.0353698246, -0.00685871579, -0.0179399103, -0.0151124243, 0.000486091332, -0.000575622136, 0.00108655705, -0.0179549102, -0.0116249416, -0.00746996282, 0.0359398201, -0.0103049483, -0.0205198973, -0.0109049454, -0.00203061476, -0.00540747307, 0.000509997422, 0.0116474414, -0.00824995898, -0.0106724463, -0.00606371975, -0.00579747092, -0.0217798911, -0.0128999352, -0.0109874448, 0.00663746661, 0.00527622364, -0.0135899317, -0.0166799165, 0.00728996377, 0.00582747068, -0.0106649464, 0.0134399328, 0.0170549154, 0.00087655813, -0.0137099316, -0.0118724406, 0.000872808159, -0.0187649056, 0.0242398791, -0.00776996138, 0.0284398571, -0.0168299153, 0.0308398455, 0.00387373054, -0.00782246049, -0.0157799218, 0.0271348637, 0.0191249046, 0.000153749235, 0.00200249, -0.0259048697, -0.00411372958, 0.00244686287, -0.00497247512, -0.00328498357, -0.00297561, -0.0222598892, -0.0258898698, 0.0237148814, -0.00596247, -0.00334685831, -0.00152342988, -0.0144374277, 0.0149249258, 0.0146849267, -0.0016134294, -0.0302848481, 0.0597597025, -0.0141449291, -0.00116155669, 0.0227548871, 0.0103799477, -0.00918745436, -0.0107249459, 0.0400198, -0.00632996857, 0.025964871, 0.0061912192, 0.0172499139, -0.0041737291, 0.0103874477, -0.00793496054, 0.00655496726, -0.00109124451, -0.00463497685, -0.000549841, -0.0174299125, 0.000667027896, -0.00270748651, 0.00493497541, -0.0192149039, 0.000800152251, -0.00193686527, -0.03200984, -0.0236548819, -0.0114824427, -0.00634871842, -0.00479247607, 0.027704861, 0.00719246408, -0.00652871747, -0.0035587321, 0.0153074237, 0.00284998585, -0.00920245424, 0.010349948, -0.00563622173, -0.012554937, 0.0266548675, 0.011324943, 0.0144524276, 0.00464997673, -0.00224436377, 0.00732371351, -0.000989057589, -0.0232948828, -0.00216373918, -0.00687746564, -0.0055762222, -0.00703121489, 0.0117074419, 0.00903745461, 0.0186149068, -0.000223241077, 0.0138374306, 0.00764246192, 0.00202873978, -0.0128249358, 0.00598122, 0.00156842964, 0.00842995755, 0.00922495406, -0.0298498515, -0.0081674587, -0.0107774464, -0.0199649, 8.32027072e-05, 0.0129824355, -0.0122924382, 0.0168149155, -0.0183149092, -0.00674996618, 0.0213148929, -0.0190199055, 0.0112199439, -0.0131399343, -0.0136499321, -0.00951745268, 0.000277967367, 0.0178949106, 0.0128174359, 0.0116999419, -0.00231373846, -0.0163499191, -0.015884921, -0.0126299364, -0.00649496773, -0.00320623396, 0.0214798935, -0.0184799079, 0.0138749303, -0.00196874025, -0.0188849047, -0.0120149404, -0.0225448869, 0.00549372239, -0.00107624463, 0.00921745412, -0.0220348891, -0.0182999093, -0.0166049171, -0.0125474371, 0.0281248596, -0.00392998056, 0.00982495118, -0.0102674486, 0.0185549073, -0.00851995777, 0.0182699095, 0.0201448984, 0.00590622053, 0.00885745604, 0.0101549495, -0.000725621358, -0.00788246095, 0.00565122161, 0.0250198748, 0.0110174445, 0.0204298981, -0.00902995467, -0.004372478, 0.0037237315, 0.0141974287, -0.000778589863, 0.00650996761, 0.012809936, -0.0217048917, 0.00592122041, -0.00733496342, -0.00668996666, -0.0029606102, 0.0120224403, -0.0199049, -0.000844214519, -0.0022031141, 0.00992995, 0.0239848793, 0.0083099585, -0.017234914, 0.00576372119, -0.00800996, 0.00592122041, -0.0145949274, 0.003416233, -0.0136349322, -0.00781496055, 0.0148274256, -0.0265048668, 0.0218098909, -0.00513747428, -0.03374983, 0.0327898376, -0.000358826335, 0.0023756132, -0.0110474443, 0.00142874289, -0.00111843192, 0.0215248931, 0.00482247584, -0.00858745724, -0.00667871675, -0.00407997938, -0.0142274285, -0.00480372598, -0.0147224264, 0.00843745749, 0.000704527716, 0.0127349366, 0.00594747, -0.0208498966, -0.00076405867, 0.0106349466, -0.00564747164, 0.00987745076, 0.00116343168, 0.00674621621, -0.0290098544, -0.00429747859, -0.00878995564, -0.00589497061, 0.0419697911, -0.00426372886, 0.00165092922, -0.0161549188, -0.0124724377, 0.0085424576, -0.00849745795, 0.0208948962, -0.00826495886, 0.0042374786, -0.00281248591, -0.0029062354, -0.0267598666, 0.0232048836, 0.0262048692, 0.00343310786, 0.00704996474, 0.0253348742, -0.00904495455, 0.00305810967, 0.010717446, 0.0065624672, 0.0265798662, -0.0119099403, -0.0113624427, 0.00788246095, -0.0341398306, 0.00428997865]
|
07 Jul, 2023
|
HTML5 MathML <mglyph> Tag
07 Jul, 2023
The MathML <mglyph> tag in HTML5 is used to print non-standard symbols. It is used only for those characters or symbols that are not available on Unicode characters.
Syntax:
<mglyph src="pathe" alt="" width="value" height="value"/>
Attributes:
This tag accepts some attributes which are listed below:
alt: This attribute defines the alternative text describing the image if the image is not supported or path is incorrect.
class|id|style: This attribute is used to hold the styles of the child elements.
href: This attribute used to hold any hyperlink to a specified URL.
mathbackground: This attribute holds the value of the math expressions background color.
height: This attribute defines the height of the image.
width: This attribute defines the width of the image.
src: This attribute holds the image URL.
valign: This attribute holds the vertical alignment base on the current base-line.
Below example illustrates the MathML <mglyph> tag in HTML5:
Example:
html
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML mglyph tag</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML mglyph tag</h3>
<math>
<mi>
<mglyph src="glyph.png"
alt="glyph"
width="20px"
height="10px" />
</mi>
</math>
</center>
</body>
</html>
Output:
Supported Browsers:
This tag is not supported by any browsers.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 MathML <merror> Tag/HTML5 MathML <mfenched> tag/HTML5 MathML <mfrac> tag/HTML5 MathML <mglyph> Tag
|
https://www.geeksforgeeks.org/html5-mathml-mglyph-tag/?ref=next_article
|
NextJS
|
HTML5 MathML <mglyph> Tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, CSS pause-before Property, jQuery Mobile panel close() Method, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, HTML5 MathML <merror> Tag, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML <mfrac> tag, HTML5 MathML <mglyph> Tag, Node.js Readable Stream close Event, HTML5 MathML <mfenched> tag, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0182267558, -0.00692441594, -0.0170009378, 0.0276392922, 0.0521848537, 0.000357986486, 0.0306454673, 0.0259464961, 0.00729289139, 5.46385418e-05, -0.00183964008, -0.0046953233, 0.00116014981, -0.020021705, -0.00886529591, -0.0149360169, -0.0122727798, 0.00332174962, -0.0242828839, 0.0415610895, -0.0439543538, -0.0323090777, -0.0198319945, 0.0113898981, 0.00650486536, -0.0242099185, 0.00852235872, -0.00183325564, -0.00198648288, -0.00996707287, 0.0164755862, 0.0100984108, 0.0305287223, 0.00477558514, -0.0281208642, 0.00335640833, -0.0017803557, 0.0380587503, -0.0138634257, -0.028398132, 0.0185915828, -0.0134183364, 0.0107478034, 0.0331262909, 0.00964602549, -0.00149761478, -0.00219261018, -0.0365410708, -0.0192044917, -0.0335057117, 0.0372707248, 0.00149943889, 0.0286754016, 0.00143377, 0.0100108525, -0.0225025285, 0.060532093, 0.0326009393, -0.0196860638, 0.00290219858, -0.0375334, -0.0355487429, -0.0211599655, 0.00746071199, -0.0214956068, -0.0219042115, 0.00447277864, 0.0201676358, 0.0228235759, -0.01843106, -0.0200362988, -0.0228673555, 0.00960224587, -0.0191169344, -0.00792404171, -0.0382922404, 0.00819401443, 0.0256108548, 0.0225609, -0.00699008489, 0.0152205816, -0.0024260995, -0.008617213, 0.0438668, 0.0278727822, 0.0296239518, -0.00699738134, -0.0382922404, -0.0344396681, 0.00389635214, -0.0130681023, 0.0200654846, 0.0019262865, -0.0287337732, -0.0100473352, -0.0141042108, 0.00502731605, -0.00313386391, -0.00112001889, 0.00902582, 0.00123402732, 0.00842020661, -0.0138050532, -0.00216342392, 0.00618381752, 0.0272306856, 0.0248374213, 0.00819401443, 0.0428452827, 0.0185040254, -0.0105872788, -0.035898976, -0.00746436, -0.0226338655, 0.0162129104, 0.0067456509, -0.0474566929, -0.0528269485, 0.00686969236, 0.013338075, -0.0410941131, -0.0369204916, -0.0107478034, 0.0432538874, -0.028879704, -0.000811740058, -0.0190731548, -0.0320464037, 0.0194525756, -0.00268147839, -0.0265156254, 0.00940523949, -0.0147098238, 0.0084347995, 0.00631150696, 0.00548699778, -0.031550236, 0.000679946272, -0.0228089839, 0.0114190849, -0.0316086113, -0.000625222223, 0.0129075786, -0.0117109464, -0.0530604385, -0.0376501456, 0.0242099185, 0.0262675434, 0.00709223654, 0.0332722217, -0.0483322777, -0.0343812965, 0.033243034, -0.0275809206, -0.0143449968, -0.00131428917, -0.0114190849, 0.00757380808, -0.0107915821, -0.00945631508, 0.00451655826, -0.0112439673, 0.0403352715, 0.0537900925, -0.00461506145, 0.0362492092, -0.0254357383, -0.00523161888, -0.0196276922, 0.039051082, -0.0155562228, 0.0231154375, -0.013338075, -0.0384965427, -0.0215977579, 0.0100911148, 0.016971752, -0.0216561295, 0.019058561, -0.00687334035, -0.0312875621, -0.00408606231, 0.0327760577, 0.0170301236, -0.0133818537, 0.0213058963, 0.0242974777, -0.0021834895, 0.00193723128, 0.00642095506, -0.0238596853, 0.0363075808, 0.0209410693, -0.0266177766, 0.0489451885, 0.00245893397, -0.0407146923, 0.00572778378, 0.008493172, -0.00782918744, 0.00381609029, 0.00717979483, -0.00782189053, -0.00426117936, 0.0260486472, -0.0127543518, 0.00639541727, 0.00912797078, 0.0289526694, -0.0211015921, -0.00946361199, -0.00375771802, -0.0128127234, -0.00122764276, 0.0171176828, 0.00724546378, -0.0314334929, -0.00994518399, 0.00918634329, -0.0232759621, 0.0523599684, -0.00330898073, -0.0106018726, 0.00124497211, -0.0450342447, -0.0365994424, -0.0339435041, -0.0178181492, -0.0162712839, -0.00257203029, -0.00127598236, 0.0292299371, 0.0156875607, 0.0237575341, 0.0375334, -0.00149943889, 0.0246477108, -0.0157313403, 0.036687, 0.026573997, -0.0383798, -0.0334765241, 0.0018296073, -0.0235678237, 0.0182705354, 0.0172782056, -0.0228965413, -0.0558623075, -0.00379055226, -0.00169735751, 0.018679142, 0.0106675411, 0.0108937342, 0.000263815513, 0.00129057548, 0.0334181525, 0.050959032, 0.00764677348, 0.0121633317, 0.00288760569, 0.0398974791, 0.00280369539, -0.0244288146, -0.0231300313, 0.00810645521, 0.0149870925, 0.0481863469, -0.0324550085, -0.0377960764, -0.0299741849, 0.00540308747, -0.0264864396, 0.00282923318, -0.017949488, -0.0115723116, 0.0170739032, -0.00806267653, 0.00288213324, 0.0473399498, -0.0255087037, 0.0085077649, 0.00904770941, -0.0236407891, 0.0580220819, 0.0378252603, -0.00708858809, 0.00554172182, -0.0041736206, -0.0382922404, 0.0212475229, -0.0128054274, 0.0121195521, -0.0105289072, 0.00597586622, 0.01796408, 0.00335276, -0.0156583749, -0.0110469609, 0.0214956068, -0.0444797054, -0.0431955159, 0.0203427523, -0.03227989, -0.0494121686, -0.0298574399, -0.00390729681, 0.0394888744, 0.0109594027, -0.0169279724, -0.0245309658, 0.035665486, -0.0212475229, -0.000433232053, 0.0279603396, -0.0205616485, -0.0167090762, 0.0235240441, -0.0226192735, -0.00156693195, -0.0266031846, -0.0327760577, 0.0137174949, -0.0237867199, 0.0105653899, 0.0312000029, 0.0138999084, -0.0243704431, -0.0510465913, 0.012002808, 0.00729289139, -0.0598316267, -0.0377377048, 0.0187083278, 0.0138707217, 0.000952198403, -0.0559790507, 0.0228381697, 0.017336579, 0.000967703585, 0.0014282976, -0.0348482728, -0.00790215284, 0.0091571575, -0.0211745575, 0.0145347072, -0.0247790497, -0.00375406956, 0.00737315323, 0.0163296554, 0.0127616478, 0.000912523479, 0.0403060839, 0.0261362046, -0.014680638, -0.0157897118, 0.00627137581, 0.00381609029, -0.0128783928, -0.0446256362, 0.0325717516, 0.00162074389, 0.0102662314, 0.0175700672, -0.0675951466, -0.0178035572, -0.070863992, -0.0312583745, -0.0045019649, 0.0102443416, -0.0194233879, -0.02620917, -0.0170593094, 0.00136080466, 0.0246039312, -0.0340310596, 0.0144544449, 0.015293547, 0.00380149717, -0.0172928, 0.0249833521, -0.0387884043, 0.0580804572, -0.000393329101, 0.00577885937, 0.0362783968, 0.011404492, -0.0130753992, -0.00225098245, 0.0197298434, -0.0165339597, -0.0094855018, 0.0547532327, 0.00817942061, -0.0228089839, 0.0341186188, 0.00374677312, -0.0290402286, -0.0466394834, 0.0191023406, 0.010915623, 0.0307913981, -0.0139217973, 0.019890368, 0.0299741849, 0.0032214222, 0.028514877, -0.00368292839, 0.000247626303, 0.00728194648, -0.0661942065, -0.00772703532, -0.0115869055, 0.0226484593, -0.0684123561, 0.00979195628, 0.0288067386, -0.0119371386, 0.045005057, -0.0232613683, 0.02644266, 0.0574091747, -0.0189564098, -0.00297151576, -0.0174825098, 0.00536295678, 0.0140604321, -0.0400142223, -0.0104048653, -0.000687698892, -0.0084712822, -0.0464935526, 0.00314116036, 0.0254065506, 0.0046953233, -0.0238305, -0.000313751196, -0.00338741858, 0.016855007, -0.0163442492, 0.0068295612, -0.0240931734, 0.0310832597, 0.00444724085, 0.0208389182, -0.055803936, 0.0128273172, -0.00777811138, -0.0473983213, 0.0242828839, 0.0513676405, -0.00814293791, 0.00136262877, -0.0392553844, -0.0249979459, 0.0233489275, -0.0229549147, 0.0313751213, 0.00561833568, 0.0417070203, -0.00705210539, -0.0113242297, -0.0273766164, 0.0211745575, 0.0161545388, 0.0535857864, -0.00366103882, -0.019058561, 0.017336579, 0.000582355075, 0.00526445359, -0.00388905569, 0.0170155298, 0.0181829762, -0.000186175777, -0.0011948084, -0.0175262876, -0.0107405065, 0.0215539783, 0.0168112274, -0.00627137581, 0.0370372348, 0.0213934537, 0.0190877486, 0.00476099225, 0.0260340534, -0.0203865319, 0.0203573462, 0.00290584704, 0.0335348956, 0.0441002846, -0.00620570686, 0.0139728738, -0.00618746551, -0.037854448, 0.00563292857, -0.00297334, -0.000504373282, -0.0204157177, -0.00524986, -0.00833264831, -0.00564022502, 0.0179932676, -0.0069134715, 0.0410941131, 0.0164026208, 0.0224003773, -0.0545489304, 0.0460849442, -0.0102516385, 0.0232613683, 0.0115504228, -0.00685145101, 0.0024990649, -0.0268220808, 0.0130826961, 0.0118276905, 0.0179786738, 0.0278581884, 0.0231154375, -0.00508568808, -0.00291861594, -0.0309957, -0.0273328386, 0.0279749334, 0.00614733482, 0.00217984128, 0.0308789555, -0.00185423309, -0.000446229, -0.0346731581, -0.0440127291, -0.00809186231, 0.00730748428, 0.0183435, -0.0323674493, 0.0245455597, -0.0267783012, -0.0219917707, 0.00315757748, 0.0113242297, -0.0288359243, -0.0193358306, -0.0229111351, -0.0113242297, -0.0260340534, -0.0203573462, 0.00339471502, -0.0411524847, -0.0326009393, -0.0137466807, 0.0285878424, 0.00982114207, 0.00487773679, -0.0237867199, 0.0123384483, 0.00973358378, 0.0199049599, -0.0241223611, -0.0134548191, -0.00300252601, 0.00987221859, 0.00572778378, 0.0142939212, 0.0126886824, -0.0255378895, -0.0347899, -0.0191899, 0.00607072096, 0.0131629575, -0.0175116956, -0.00195912085, -0.00536660478, 0.0396931767, -0.0233343337, 0.00960224587, 0.00396931777, 0.013826943, 0.0250709113, 0.0181683842, 0.00879962649, -0.0387300327, -0.0095438743, 0.0422907434, 0.00264681969, 0.0138707217, 0.00782189053, -0.0125573445, -0.0360740907, -0.0833556727, -0.00236043055, 0.0270993486, 0.0319588445, -0.00499448134, -0.00518783974, -0.000253554754, 0.00694265729, -0.0172782056, -0.00800430402, 0.0345856, -0.0356363, -0.0129148755, 0.0337975733, 0.03686212, 0.0218604337, -0.0249249805, -0.00750813913, 0.0231300313, -0.0240785815, 0.015775118, -0.0123603381, -0.0460265726, -0.0147390105, 0.0218458399, 0.00479382649, -0.0323674493, 0.0042940136, 0.00281099183, 0.0408314355, -0.0272744652, -0.0153956991, 0.0502877533, 0.00057916285, 0.0114628635, -0.00271613686, 0.0239472426, 0.0130316196, -0.00496164709, -0.00564022502, 0.00812104903, -0.0248957928, -0.000161321936, -0.0211891513, -0.0185915828, 0.0147244167, 0.0172490198, 0.0137320878, -0.0432247, -0.00268330239, -0.0320172161, 0.0265448112, -0.00101513113, 0.0210286267, -0.046230875, 0.0226922389, -0.00451291, 0.0249687582, -0.00604153471, 0.0353444368, 0.0034512633, 0.0187667, -0.0202843808, -0.0126449037, -0.00256290962, -0.00906959921, 0.000966791529, 0.0225754939, -0.0166361108, 0.00571319042, 0.013826943, 0.0262529496, -0.0293029025, 0.00234583742, 0.00825968292, 0.00290584704, 0.0161691327, -0.0255816691, -0.0166944824, -0.000369615329, -0.00848587602, 0.0110761477, -0.00123585144, -0.0284127258, 0.0114263808, 0.0207513589, 0.0164755862, -0.00873395801, -0.0218458399, 0.014804679, -0.0159356426, 0.0629837289, -0.00520243263, -0.0106967269, -0.0220647361, -0.00785837322, -0.0259027164, 0.000200312817, -0.0400434099, 0.00167911616, -0.0340310596, -0.0124770831, 0.0338559449, -0.00706669874, 0.0123384483, 0.0020740414, 0.0118714701, 0.0149725, -0.00934686698, -0.0216707233, 0.0124333035, -0.035665486, -0.0204594973, 0.00809186231, 0.0141261006, 0.014315811, -0.00589560391, 0.0307913981, 0.0114993462, -0.0333305933, -0.0156437811, -0.0130681023, -0.00178947637, 0.0143449968, 0.0261362046, 0.0340894349, 0.0086755855, -0.0248520151, 0.0203719381, 0.0207367651, -0.0406271331, 0.00612179702, 0.0295655783, 0.0127470549, 0.00277086091, -0.0136080468, 0.00388905569, 0.00826698, 0.00535566034, -0.00610355567, -0.00160797499, -0.00035935457, -0.0135277845, -0.0220355503, -0.00284565054, -0.00118112739, 0.00181957462, 0.0364535116, 0.000253782782, 0.0195693187, 0.00834724121, -0.0118349874, -0.0089893369, 0.016504772, -0.0213788617, -0.0465519242, 0.00516230194, -0.0314626805, 0.0345564112, -0.0044180546, -0.0225609, 0.0158334915, -0.00385986944, -0.0213788617, 0.0595105775, -0.0308497697, 0.0422031842, -0.0278290026, 0.0144763347, 0.00118933595, 0.00909148809, -0.0512800813, -0.0191899, -0.000140686403, -0.00800430402, 0.0372123532, 0.00665809261, 0.0269680116, -0.0151330233, -0.0113534154, -0.00980654918, 0.00726005714, 0.0232321825, -0.0217874683, 0.0191023406, 0.0120757734, 0.00644649286, -0.0211891513, -0.0428160951, 0.00833264831, 0.000860079599, 0.00157514052, 0.00399850355, 0.00960224587, -0.0280770846, 0.0488868169, -0.00736585679, 0.00391094526, 0.040889807, 0.00654864451, -0.0175116956, 0.021349676, 0.0353444368, 0.02644266, 0.029113194, -0.000940341561, -0.00918634329, 0.00410795165, -0.0131775504, 0.0134913018, 0.00516959839, -0.00743882218, 0.0290986, -0.00792404171, 0.0485073961, -0.0184602458, -0.00623854157, -0.0176138468, -0.00535201188, 0.00470991619, -0.0317837261, -0.0241807327, 0.00229841, 0.0159794223, -0.00961684, -0.0142282527, 0.0199049599, 0.0368329324, 0.0114190849, -0.00730018783, 0.0087120682, 0.00851506181, -0.0229403209, 0.0107113207, -0.0128200203, 0.000760208233, -0.00106803095, 0.019540133, 0.0290840063, 0.0167820416, 0.00126503757, -0.00115011702, -0.0186061766, -0.017351171, -0.00808456633, 0.0368329324, -0.00916445348, 0.0155854085, -0.00789485592, 0.0277268514, -0.0204449035, 0.0196130984, -0.0362492092, 0.0177889634, -0.0133818537, -0.0239618365, -0.0113023398, 0.0172636136, 0.00738044968, -0.0142428456, 0.0327760577, 0.0133234812, 0.0228673555, 0.0474858806, 0.0142282527, 0.0306162797, -0.0159648284, -0.0233635195, -0.0363659523, 0.0215831641, 0.0114701604, -0.0217436887, 8.57343402e-05, 0.00450926134, 0.0243266635, -0.0321339592, 0.0560957976, 0.0282522012, 0.0378252603, -0.0163880289, 0.0217436887, 0.0126449037, 0.000687698892, -0.0140604321, 0.0402185284, 0.0427285358, -0.007095885, 0.000561833556, -0.0373874679, 0.016986344, 0.00705575384, 0.0034512633, 0.0311708171, 0.000569586118, 0.000169986568, -0.00656688586, 0.0016344249, -0.00671281666, -0.0119736213, -0.00871936511, -0.00755191874, -0.0203573462, -0.0154686645, -0.00201931736, 0.0398974791, -0.0085077649, 0.011886063, 0.0640928075, -0.0246768966, -0.0134183364, -0.0106894309, 0.00256108539, 0.00945631508, -0.0248957928, -0.00812834501, 0.00535930833, 0.00425753091, -0.00276903692, 0.00917904731, 0.0101421904, 0.0209556613, 0.0161107592, 0.0110177752, -0.0199195538, -0.00460046809, -0.0106675411, 0.0116598709, 0.00583723187, 0.0356946737, 0.00476099225, 0.0156875607, 0.0203865319, -0.0276247, -0.0142282527, -0.0189855956, 0.0227506105, -0.037854448, -0.00858073, -0.016971752, 0.0253919587, 0.00399850355, 0.00955846719, 0.00402769, 0.0155708157, 0.0337683856, -0.0133672608, -0.0303827915, -0.0260194615, -0.0252022482, 0.0130753992, -0.036687, -0.017351171, 0.00935416389, -0.0294050556, -0.006369879, 0.025231434, -0.0188688524, -0.035665486, -0.0272598732, -0.00293685729, 0.00738774659, -0.00262675434, 0.00423928956, 0.00870477222, -0.0101348935, -0.00837642793, -0.00141005625, -0.00514041213, -0.00565846637, 0.0135934539, 0.0332138501, 0.0163880289, 0.0241661388, 0.0139363911, -0.015775118, 0.0112731541, 0.0309957, 0.00299705379, 0.00403498625, 0.0117036495, 0.00753732538, -0.00242245127, 0.0178619288, -0.00161344733, 0.00736585679, 0.0160232019, 0.0248812, 0.00624218956, 0.00546146, 0.00236225477, 0.0276392922, -0.0101786731, 0.0142501416, -0.0284419116, 0.0344980396, 0.0317545421, 0.0249103867, 0.0107550994, 0.0392845683, -0.0231446233, -0.0207659528, 0.0126667926, 0.0465227365, -0.00266323704, -0.0486533269, -0.0382338688, 0.0047427509, 0.0204157177, 0.0205616485, 0.0045712823, -0.00956576318, -0.0170884952, 0.00614003837, -0.0259464961, 0.00681132, 0.0124333035, -0.0218750257, 0.0286608078, -0.0277560372, 0.028266795, -0.0162129104, -0.00245163729, 0.00211417233, 0.0160523877, 0.0236261953, -0.0387592204, 0.0175554752, -0.0191315264, -0.0097992532, -0.00576791447, 0.0295363925, 0.0532939248, -0.00302623981, -0.00711047789, -0.025114689, -0.0383506119, 0.0012686858, -0.0115066431, -0.0261362046, -0.0127470549, 0.0221085157, -0.00837642793, 0.0104559418, 0.0116306841, 0.00963143259, -0.0130389165, -0.0180078596, -0.00605977606, -0.000846854644, -0.0493246093, -0.00966791529, 0.00602694182, -0.00285294699, 0.000341569277, -0.0329803601, 0.000716429, -0.0317837261, -0.0234656725, -0.00321412575, 0.0111053335, -0.020620022, 0.00342390127, -0.00769784953, -0.0120976632, 0.0133891506, -0.0406271331, 0.0045238547, -0.00851506181, 0.0231884029, -0.0172636136, 0.0200508907, 0.0296531375, -0.00714331213, -0.0227214247, -0.0172782056, 0.00442170305, -0.00609261077, -0.00362455612, 0.00681496831, 0.0215101987, -0.00575332157, 0.00599775556, 0.00111910678, -0.0172928, -0.0140604321, 0.00250453735, 0.00435238611, -0.017234426, 0.000325380068, -0.0105362032, 0.00299158134, -0.0232321825, 0.00181592628, 6.50418078e-05, 0.0019536484, 0.00780000072, -0.0212767106, -0.00998166669, -0.00971899088, 0.0101421904, -0.0124989729, -0.0414735302, -0.0141188046, 0.0085661374, -0.0249979459, -0.0309665147, 0.0246331189, -0.0361032784, 0.00817212462, 0.0772265792, 0.0110104783, -0.020868104, -0.0123019656, -0.0130170267, -0.0114847533, -0.0239618365, 0.0174971018, 0.00862451, -0.00873395801, 0.0135350814, 0.00298063643, 0.0168258213, 0.0389635228, 0.00197918643, -0.0213204883, -0.000429355772, 0.0126813864, 0.0108061749, -0.033243034, -0.0183726866, 0.00879233051, 0.000635255, 0.00515865348, 0.0197444372, -0.000941253616, -0.00627502427, 0.0114701604, 0.00927390158, -0.0187375136, -0.0127543518, -0.0112001887, 0.019773623, 0.0226046797, -0.0139655769, 0.0156583749, -0.00478288159, 0.00742787728, -0.0160961673, -0.0271139424, -0.003365529, -0.0195839126, 0.00248994422, -0.0164755862, 0.0189564098, -0.00958765298, -0.0043195514, 0.0111928917, 0.0095073916, 0.00254466827, -0.0115796085, -0.000368703273, 0.0249979459, 0.00397661421, -0.00639176881, -0.018314315, 0.017715998, -0.0200800765, 0.0088069234, -0.0210140347, -0.00709223654, -0.0139217973, 0.00146386831, -0.000178537201, 0.00663985126, -0.00266506104, 0.0121560348, -0.00585547322, -0.000477923342, 0.00771973887, -0.0089893369, 0.0125062689, 0.0226338655, -0.00410795165, -0.00473545445, -0.0172782056, -0.0130535094, 0.011637981, 0.0257567856, -0.0114993462, 0.00772703532, 0.0188834444, -0.0113753052, 0.00585182477, -0.0153227337, 0.0153519195, -0.0199779253, 0.0072053331, -0.0188980382, 0.000162234, 0.0290256348, -0.0216269437, 0.00110451365, -0.0138196461, 0.0111710019, -0.00216889638, -0.0086464, -0.00852235872, 0.00823779311, -0.00631880341, -0.0096898051, 0.0302660465, -0.00073056604, 0.000295965903, -0.0241369531, 0.0024990649, 0.0229695067, -0.00275809201, -0.0153665124, -0.00801889692, 0.0191169344, 0.000294369762, -0.00547605287, 0.0184164662, -0.000522614631, -0.00702656759, 0.00733302254, -0.0103756795, 0.0195693187, -0.000621574, -0.00288578146, 0.0266469624, 0.00924471579, -0.0248520151, -0.00736950524, -0.00494705373, 0.000824509, -0.0102078589, 0.00830346253, -0.00320135686, -0.0273620244, 0.00668727886, 0.000354338204, 0.0117255393, 0.0164464, 0.00544321863, 4.07223888e-06, -0.0131410677, -0.0156291872, 0.0165777374, 0.0088798888, 0.00777081493, 0.0188688524, -0.0184164662, -0.0139801698, 0.0153811052, 0.0135204885, 0.0426701643, 0.0360449068, -0.00186244177, -0.0398099199, -0.019408796, 0.0325425677, 0.0117036495, -0.00592479, -0.0245455597, 0.0138999084, -0.0265302192, 0.0156583749, -0.0136080468, 0.0110469609, 0.00780729763, 0.00786567, -0.00605247961, 0.00528269494, -0.0163004696, 0.0224003773, -0.0263696946, 0.0194379818, -0.0197882149, 0.00962413568, 0.0250563174, -0.0220209565, 0.00949279778, 0.00928849541, 0.00834724121, 0.00882881321, -0.00729289139, 0.0087485509, 0.00442535151, -0.00253007514, 0.00753002893, -0.0274787694, 0.00163260079, -0.0219334, -0.0120465867, -0.0120757734, 0.00451655826, 0.00418821396, -0.0202114154, -0.0102005629, -0.0123822279, 0.0231446233, 0.0164318066, -0.00737680169, -0.0123457452, 0.006490272, -0.0365410708, -0.0124478964, -0.0198028088, -0.0115869055, 0.0307038389, 0.0111199263, 0.0008354538, -0.0153227337, -0.0064428444, -0.0101567833, -0.00703386404, -0.00379055226, -0.0120830694, 0.0182559416, -0.00574602513, 0.0119152498, 0.0238450915, -0.0168841928, 0.0240931734, 0.0587809235, 0.0185332112, 0.0150746508, 0.0485073961, -0.0183435, -0.0324841961, 0.00818671752, -0.0235824157, -0.0281208642, 0.0179932676, -0.00634434121, 0.0165923312, -0.00933227409, 0.0135350814, 0.0146149686, 0.018080825, -0.0146660451, 0.0132869985, -0.0213934537, -0.0239180569, 0.0043304963, -0.035898976, 0.00117747905, 0.00507109519, -0.0020740414, 0.0187812932, 0.0269971974, -0.0193650164, -0.0141552873, -0.000374175666, -0.016855007, -0.0021597757, -0.0046223579, -0.000777993526, 0.0067675407, 0.00129878405, 0.00499448134, -0.00396202086, -0.015527036, 0.0179932676, -0.0010853603, 0.00184876076, -0.00879962649, -0.0136664193, 0.0402769, 0.0374750271, -0.0175408814, -0.0180954188, 0.0012559169, 0.00866828952, -0.00742058083, -0.00814293791, -0.0107623963, -0.000516230182, -0.00703386404, -0.0262529496, -0.00561103923, 0.0123311523, 0.00576426648, 0.00339836348, 0.0133745577, 0.0188834444, -0.00352605269, 0.000576882681, 0.0047536958, 0.0102151558, 0.00830346253, 0.000550432713, -0.0210140347, -0.00297334, -0.0125865312, -0.00342207705, 0.0226046797, 0.0217728745, 0.0357530452, -0.0132140331, 0.0254211444, 0.00391094526, -0.00107259129, 0.0227506105, 0.0159502365, 0.0144325551, -0.00715790549, -0.00503826048, 0.0215247925, 0.0125646414, 0.0233343337, -0.00317764306, 0.00345491152, 0.0083253514, -0.00858073, 0.00516230194, 0.00713601569, -0.00587006612, -0.0209410693, -0.0136445295, 0.00139911147, -0.0132869985, 0.0136737153, -0.00299522956, -0.018066233, -0.0206054281, -0.00178217981, -0.00687334035, -0.01492872, 0.00473545445, -0.0088944817, -0.0171322748, -0.00879233051, -0.0153081398, 0.0237137545, 0.0204740912, 0.00664349925, -0.0183435, 0.0087485509, 0.0141406935, -0.0520681068, 0.0291569717, -0.0167528559, 0.0158334915, -0.0133964466, -0.0154394777, 0.0136372326, -0.0264864396, -0.0287337732, 0.00956576318, -0.0216561295, 0.0289088897, -0.00560739078, -0.0133891506, -0.00846398622, 0.0117474291, -0.033739198, -0.00301711913, -0.00626043091, 0.00394742796, 0.0119444355, -0.00595762488, -0.0113898981, 0.0273766164, 0.0175700672, -0.0317837261, 0.0164609943, -0.00253007514, -0.00593938353, -0.00579345273, -0.010069225, -0.000917083817, -0.00903311651, -0.0085296547, 0.0308205839, -0.0107478034, 0.0216269437, 0.00432684785, 0.00978465937, 0.00693171285, 0.0244288146, -0.0282084215, -0.00851506181, -0.000239873742, -0.0166361108, 0.000447825121, 0.00447277864, -0.0165777374, -0.0134548191, -0.0147973821, 0.0309081413, -0.018445652, 0.00398391066, -0.0021360619, -0.00130972883, 0.00866099261, -0.024866607, -0.00265958882, -0.0177305918, -0.00329986, 0.00900393, 0.0144690378, 0.00290037459, -0.0391678251, 0.0141844731, 0.00215795171, 0.00235860655, -0.0102662314, 0.051192522, 0.0191169344, 0.0202406012, 0.006369879, 0.0303244181, -0.0145347072, -0.00273620244, -0.00946361199, -0.00774892513, -0.0111782989, 0.00819401443, 0.0264134742, -0.0418237671, 0.00215795171, 0.00500177778, -0.0103537897, -0.0416486487, 0.0130389165, 0.0208972897, 0.0089309644, -0.0174387302, 0.0275809206, 0.00151494402, 0.00470261974, -0.0114336777, -0.0150016854, -0.00309373275, -0.0222982261, 0.010069225, -0.0187521074, -0.0143960724, -0.0161545388, -0.0205178689, 0.0174825098, -0.0326009393, -0.0228819493, 0.00994518399, 0.0475442521, -0.0230862517, -0.00192263816, 0.00669092685, -0.0112293744, 0.00789485592, -0.00925930869, -0.0193212368, 0.0293174963, -0.00714331213, 0.0222398527, 0.0015496026, -0.00472450955, -0.00713601569, -0.0119444355, -0.0268366728, 0.0245455597, 2.54666338e-05, 0.00249724067, -0.0122800767, -0.0235824157, -0.0235386379, 0.0182121638, -0.00618746551, -0.00607436942, 0.0048266612, 0.00571319042, -0.00156328361, 0.0199487396, 0.00502001913, -0.0153519195, 0.0193212368, 0.000997801777, 0.00380879361, -0.0217290949, 0.00791674573, -0.0152059887, 0.0117839118, -0.0235386379, -0.00945631508, -0.0046223579, -0.0207805447, 0.00123767555, 0.00171651097, -0.0124697862, 0.00766866328, -0.000251958641, -0.0233343337, 0.0582555719, 0.00452020625, 0.0174825098, -0.0156291872, 0.00625313446, -0.000154367415, 0.0133088883, 0.0134110404, -0.0117328363, -0.0201822296, -0.0160377938, 0.0102151558, 0.0102735283, -0.0150162783, -0.00285294699, -0.00556361163, 0.0118422844, -0.00144745107, -0.0140166525, -0.0016462818, 0.0172052402, -0.0129659511, 0.00288030901, -0.00033313263, 0.00993788708, 0.00394013152, 0.00329803606, 0.00136080466, -0.00327797048, 0.00802619383, -0.000252414669, 0.00150673545, -0.019656878, -0.035665486, 0.0153227337, 0.0066252579, 0.0201968215, 0.00575697, -0.0300617442, 0.0067565958, 0.0204740912, -0.00132797018, -0.00674929935, -0.0220063645, 0.00995248, 0.000256518979, 0.0089163715, 0.00375771802, 0.000694083341, 0.0254503302, 0.0381171219, 0.00450561335, -0.0017684988, 0.0203281604, -0.0010981292, -0.00200107601, 0.033243034, 0.00250271312, 0.0131191788, 0.0116087943, 0.00662890635, 0.00125318067, -0.000476099201, 0.00592843862, -0.0227068309, 0.00515865348, -0.0103319, -0.00455668895, 0.00806997251, 0.00405687606, 0.00387446256, 0.00543957, -0.00390364882, -0.0128638, 0.0316669829, -0.00842020661, -0.0138050532, 0.00810645521, 0.00964602549, -0.00175025745, 0.0082232, -0.0149725, 0.00961684, -0.0109739956, 0.011287747, -0.0185478032, 0.00292226416, 0.0090841921, -0.00264681969, 0.0212329309, 0.0328928, 0.00528999139, -0.00801889692, -0.0137393847, -0.00346585643, -0.0171906482, -0.0237867199, -0.0231884029, 0.00389270391, 0.0142209558, 0.0325425677, -0.00475734379, -0.00700467825, -0.0241515469, 0.00162895245, -0.0132432198, -0.00399120711, 0.000309190858, -0.00148393377, 0.00637352746, -0.00278545404, -0.0107550994, -0.00698278844, -0.00144562696, -0.0152205816, -0.0200508907, -0.00481206784, 0.00423928956, -0.0113680093, -0.0043086065, -0.0195109472, -0.0248374213, -0.00128419104, -0.0158043057, -0.00460411655, 0.0161983185, -0.0200362988, 0.00693171285, 0.0255670752, 0.0101275975, 0.0117474291, -0.00264499569, -0.00118203938, -0.017234426, -0.00859532412, 0.00963872857, 0.0249395724, 0.00574602513, 0.00500177778, 0.00520972954, 0.0180224534, 0.00280004716, -0.000616101548, -0.0229695067, -0.0229841, 0.0201530419, 0.0294926129, -0.00319953263, -0.00927390158, -0.00628961716, 0.00421739975, -0.00531917764, -0.00990870129, -0.00232577207, -0.0196130984, 0.00759569788, 0.0046697855, -0.00583723187, -0.0185915828, -0.00769784953, -0.0241807327, 0.019160714, 3.62261781e-05, 0.0149141271, 0.0127032753, 0.0159648284, 0.00578615582, 0.00139455113, 0.0105070174, 0.0101057077, -0.0228965413, -0.000987769105, -0.0387884043, -0.0126740895, -0.00478288159, 1.91106628e-05, -0.00324878423, 0.00178674015, -0.00491057103, 0.011762022, -0.0109010302, -0.0089309644, 0.0143449968, -0.0229257271, 0.00796052441, 0.0262967292, 0.0188250728, -0.0187375136, -0.00959495, 0.00360631477, 0.00648297556, 0.0325133801, 0.00627137581, -0.0126886824, -0.0357238576, 0.00240421, 0.0134329293, 0.00790215284, -0.0176430326, -0.010310011, -0.0159356426, -0.00615827972, -0.00933227409, 0.00713966414, -0.0106018726, -0.00842020661, -0.0153956991, -0.00890907459, 0.0126449037, 0.0128419101, -0.0243558493, -0.016869599, 0.0176138468, 0.0234948583, -0.009339571, 0.0233051479, -0.0103319, -0.0246914905, 0.0100400383, 0.00381244207, 0.0118787671, -0.00150035101, 0.0190001894, -0.00446183421, -0.0158480834, -0.00209593098, 0.00760299433, 0.0168112274, 0.0249833521, 0.004126193, -0.0110688508, 0.00484490255, 0.00833264831, -0.00535930833, -0.00104705349, -0.015891863, 0.0174241364, -0.0155854085, 0.0129878409, -0.0106529482, 0.00461506145, 0.00587736256, -0.00357530452, 0.0205470566, -0.00410430366, -0.0104194591, 0.00128875137, 0.00986492168, 0.037124794, -1.53341334e-05, -0.00598681066, -0.00734396698, -0.00129604782, -0.00259939232, 0.013097289, 0.0113096368, -0.00761758722, -0.0249103867, 0.00317764306, 0.00591749372, -0.00145109929, 0.00336005655, -0.00712142279, -0.0269826036, 0.00719438819, -0.00576426648, -0.0125135658, 0.0258881226, -0.00858802721, 0.014439852, 0.0123530421, -0.00173019199, -0.00186973833, 0.0246039312, -0.000190736115, 0.0157167464, -0.0104851276, 0.018314315, 0.000129057546, 0.00467708195, -0.00613639, 0.00142920972, 0.00919364, -0.0273182448, 0.000625222223, -0.0163150635, -0.0246477108, 0.0371831656, -0.00814293791, -0.00296969176, 0.0225463081, -0.00107441552, -0.0247790497, 0.000272708159, 0.0044180546, -0.00550159113, 0.00318311551, 5.51230769e-05, 0.0188542586, 0.00615463126, -0.0012075773, 0.0317253545, -0.00794593152, 0.0165485516, 0.02815005, -0.0267491154, 0.0184018724, 0.0067456509, 0.00202114158, 0.0209410693, -0.0123092625, 0.0138196461, 0.0211745575, -0.00153865782, 0.00309190876, 0.0174533222, 0.00507839164, -0.00535930833, -0.00163077668, -0.00250088889, 0.00838372391, -0.01225089, -0.0305870939, 0.00240603392, 0.00883610919, -0.02013845, 0.0209556613, 0.0167966336, 0.00800430402, 0.00259391987, -0.0093979435, 0.00125318067, 0.004366979, 0.0341186188, -0.00967521127, -0.00543957, -0.0153665124, 0.0158772711, -0.0203427523, 0.0116744637, 0.00390729681, 0.00043802039, -0.000661704922, -0.0199195538, -0.0160232019, -0.0185186174, -0.00176941091, -0.0168258213, -0.004126193, 0.00496529508, -0.0164609943, 0.00935416389, 0.0204740912, -0.00504555739, -0.00698278844, 0.0176868122, -0.00796782132, 0.0146587482, 0.0281792358, -0.00315392925, 0.00676389225, 0.0164172146, -0.0110469609, 0.0137539776, -0.00183416763, -0.0044654822, -0.00927390158, -0.00502366759, -0.00623124512, 0.0144544449, -0.0160669796, 0.009339571, -0.0045712823, 0.0085442476, -0.013826943, 0.016373435, -0.00717249839, 0.0118641732, -0.0147973821, -0.00246075797, -0.0104632378, 0.00477193715, 0.00506379874, 0.0191315264, -0.00545781152, -0.00237502367, 0.01843106, -0.00467343349, -0.00674929935, 0.0204594973, -0.0124260075, -0.0085661374, -0.0138050532, -0.0046588406, -0.00842750352, 0.0011336999, 0.00544686709, -0.0281208642, 0.0157167464, 0.00700467825, -0.00193358306, -0.00296239508, 0.0109958854, -0.00907689519, -0.00256108539, -0.00599045912, 0.0395472459, 0.00165084214, -0.0149360169, -0.000664897205, 0.0219771769, -0.0101713762, -0.00406782096, -0.0239180569, 0.0335348956, -0.0243266635, 0.0126011241, -0.00581899052, 0.0210432205, 0.00782189053, -0.00925201271, -0.0087850336, 0.00309008453, 0.0123092625, 0.00845668931, -0.0140604321, 0.00146842864, 0.00688428525, 0.00416997261, -0.00449466845, 0.00170191785, 0.00958765298, 0.028631622, 0.018679142, 0.0096898051, -0.00312839146, 0.00410795165, -0.012126849, -0.00187703478, -0.0250417236, -0.000830893463, -0.0351401344, 0.00414078636, 0.00709953299, -0.00255014072, -0.0224879347, 0.00808456633, 0.00386716612, -0.0255087037, -0.00519513618, 0.035665486, 0.0490035601, -0.0201530419, -0.0284127258, -0.0163442492, -0.0202406012, 0.00351510802, -0.0199633334, -0.00740233948, 0.0011346119, -0.0114920503, -0.00342390127, -0.00105708616, 0.000991417328, 0.00112640334, -0.00568765262, -0.00516595, 0.0215539783, 0.000963143248, 0.00473545445, 0.0002271048, 0.0171176828, -0.00354429404, 0.0131264748, 0.0036573906, -0.00611085212, 0.0071323677, 0.0110688508, 0.00706669874, -0.00404228317, -0.00882881321, 0.00623124512, 0.0145274103, -0.0124770831, -0.00777081493, 0.0159064569, 0.015045465, -2.39560213e-05, -0.00513311569, -0.00144927518, 0.00724546378, 0.00562198367, 0.00744611863, 0.0141261006, -0.0181391984, 0.0241807327, 0.00346950465, -0.0178911146, -0.00751543604, 0.00110360165, -0.0113753052, 0.0140166525, 0.00871936511, -0.00418456551, -0.0101786731, -0.00914256461, 0.01843106, -0.011163706, -0.0106456513, -0.026690742, -0.0136810122, 0.00222726865, -0.0036209079, 0.0033053325, -0.016008608, 0.0179057084, -0.00751543604, -0.0113023398, 0.0182705354, 0.0168404132, -0.000860991713, 0.00898204, 0.00345855975, -0.0205908343, -0.0194817614, -0.00950009469, 0.0111199263, -0.0246914905, 0.0109083271, 0.0120976632, -0.0309665147, -0.00706305029, -0.0144252591, -0.00407876587, -0.000881513173, 0.00292956061, -0.0194379818, 0.00111819466, 0.0177597776, 0.0200946704, 0.0227652043, -0.00929579139, -0.0228089839, 0.0249541663, 0.00126230135, -0.00019484041, 0.00333451875, 0.00303536048, 0.00953657739, -0.0188542586, 0.00121761009, -0.00104340515, 0.00556361163, 0.018080825, -0.00278910226, -0.0181391984, -0.0132797025, -0.0257859714, 0.0158334915, 0.00749354623, 0.0128273172, -0.0102881212, -0.0207075793, 4.97076762e-05, 0.0064537893, 0.00809186231, 0.0204303116, -0.0179203022, -0.025829751, -0.00122855487, 0.00362820434, 0.00594668, -0.000565481838, 0.0227214247, -0.0349650197, -0.0103610866, -0.00802619383, -0.0181246046, 0.0190001894, 0.0125208618, -0.00542862574, -0.0171760544, 9.05797e-05, -0.0156291872, 0.00600140402, 0.00631150696, 0.0199341457, -0.0325717516, 0.0132286269, 0.0112731541, 0.019773623, 0.00777811138, -0.0216561295, 0.00159611809, 0.00691711949, 0.00258479919, -0.00393283507, 0.0261070188, -0.0107186167, -0.00267600594, -0.00995977689, 0.0233051479, 0.0092301229, 0.00388905569, -0.0145420032, -0.00405687606, 0.00149852689, 0.0168258213, 0.00817942061, 0.000115376533, -0.0310832597, -0.00356435962, -0.00559279788, 0.0138561288, -0.00462965434, 0.00042388335, 0.00398026221, -0.000768416852, 0.0152205816, -9.46982527e-06, -0.0031484568, 0.00298246066, -0.00381244207, -0.0409773663, 0.0238159057, 0.0196714718, 0.0093614608, -0.00149761478, -0.0227652043, -0.0086755855, -0.0217145029, -0.0222836323, 0.00117291871, 0.00829616562, 0.00599775556, 0.00047427509, -0.0209994409, -0.0116744637, -0.0130170267, 0.00857343432, -0.00201749313, -0.0170884952, 0.0132651096, 0.0399266668, -0.0275809206, 0.0127616478, 0.00267418171, -0.026573997, 0.0156437811, -0.0219188053, -0.00123402732, -0.0269096382, 0.0156145953, -0.000369615329, 0.00833994523, 0.026194578, -0.0149360169, -0.00180862972, 0.00162804045, 0.00276538846, 0.00958765298, -0.0165777374, 0.00961684, 0.00797511823, -0.0131264748, 0.00429766206, 0.0110177752, -0.0168112274, -0.00391094526, -0.00665444415, -0.00203026226, -0.00215430325, -0.00157787674, 0.00836913101, -0.00476099225, 0.0069134715, 0.0166507028, 0.000359810627, -0.00130152027, -0.0159064569, 0.0207805447, 0.00483760564, 0.00971899088, -0.00418456551, -2.08635429e-05, -0.0163588412, 0.000873304612, -0.00740233948, 0.0321047753, 0.00842020661, 0.00242062705, -0.0198174026, -0.0166069251, -0.0311708171, -0.0191023406, -0.015162209, 0.00346768042, 0.00291861594, 0.0110688508, 0.0149870925, 0.00929579139, 0.00092255621, 0.00188068312, -0.000402449776, -0.0237429403, -0.00344579085, -0.0106675411, -0.0118495803, 0.00881422, 0.00400580047, -0.00726370513, -0.00560009433, -0.0146295624, -0.00829616562, 0.00733667053, 0.0104267551, -0.0164609943, 0.00186335377, -0.00688063679, 0.00665444415, 0.00810645521, -0.0032086533, 0.0123165594, -0.00788026303, -0.0144033693, -0.00269607152, -0.026559405, -0.0194671676, 0.0127981305, 0.0149360169, 0.00763218058, 0.00508204, -0.0324550085, 0.00105982239, 0.0157167464, 0.00286024367, 0.0104121622, -0.00949279778, 0.00112640334, 0.008617213, -0.00816482771, -0.00708494, 0.00888718572, 0.0208243243, 0.0173803568, -0.0230278801, -0.0145930797, -0.0020740414, -0.0285002831, -0.00564387348, 0.0122654829, -0.00928849541, 0.0242682919, -0.0088944817, -0.0240785815, 0.00165084214, -0.00301894336, 0.0219625849, 0.0144179622, -0.00627137581, -0.00875584781, 0.0127543518, -0.0209556613, 0.0233635195, 0.0106383553, 0.0241369531, 0.00608166587, -0.00458222674, -0.0124333035, -0.00630421052, 0.017949488, -0.0120392907, -0.0158480834, 0.0119079528, 0.00274532312, -0.00325425668, 0.000654864416, 0.0257276, -0.03616165, -0.0106894309, -0.00672740955, 0.0030754914, -0.00801160093, 0.00562928058, 0.0238888711, 0.0132651096, -0.00209045853, 0.0147973821, -0.0138561288, -0.00631150696, -0.0213642679, 0.0137174949, 0.00415537925, 0.0204011258, -0.016971752, 0.0066836304, 0.0083618341, -0.0297990683, -0.00719438819, 0.00657053385, 0.000453069515, -0.0243120696, 0.00213788613, -0.00659972, -0.012732462, 0.0022929376, 0.0190147832, 0.0204303116, 0.00153409748, 0.0229403209, 0.0135277845, 0.0147900861, -0.0137174949, -0.00319406018, -0.00744976709, 0.00956576318, 0.0195839126, -0.0228381697, -0.0085442476, -0.00620935531, 0.00811375212, -0.01819757, 0.0230862517, 0.00461141299, 0.000851871038, 0.018066233, 0.00817212462, -0.00270884042, -0.0161837246, -0.025713006, -0.0124697862, 0.0144617418, 0.00642825151, 0.0094344262, -0.0177451838, 0.0085296547, 0.0234364849, -0.00834724121, 0.018445652, 0.00252825092, 0.0345272273, 0.0282230154, 0.0134256333, -0.0170739032, 0.0181246046, -0.0280624907, -0.00615463126, 0.0107550994, -0.00628961716, 0.000285249087, 0.00219078595, 0.0068295612, -0.00631515495, -0.0127251651, -0.018810479, -0.000386944623, -0.0129148755, 0.0276976638, 0.00176211435, -0.00537390169, -0.0184164662, -0.00985762477, -0.00718344329, 0.00962413568, 0.00407511741, -0.0267783012, -0.00558914943, -0.0118495803, -0.011762022, 0.0188834444, 0.00969710108, 0.0101130037, 0.0147754932, 0.0101640802, -0.0290840063, 0.0124333035, 0.00105161383, 0.00712507078, 0.00611085212, -0.000593755918, -0.00646473421, 0.0103975693, 0.010069225, -0.00519148819, 0.0108572515, 0.0139874667, -0.000812652113, -0.0011336999, -0.00883610919, -0.0131702544, 0.0184894316, -0.0160815734, -0.000386716594, -0.00928849541, 0.00369204907, 0.0179348942, -0.0148557546, -0.0089528542, -0.00191716582, -0.00577521138, 0.0211891513, 0.00604153471, 0.0288651101, 0.011521236, 0.0231884029, -0.0094855018, -0.0355779268, -0.00350598735, 0.00514041213, 0.0139217973, 0.00634069322, -0.0288942978, 0.0264134742, 0.0207075793, 0.00333634275, 0.0300909299, -0.0232905541, -0.00608166587, -0.0095073916, 0.0010497896, -0.00560009433, 0.00842020661, 0.0043815719, -0.0151476162, -0.0113753052, -0.0127762407, 0.0120246978, 0.0156729668, 0.00355706317, 0.00183781597, 0.00104066893, 0.000322871871, 0.0091571575, 0.00788755901, -0.009098785, -0.0072053331, 0.0141042108, 0.00407876587, -0.0145420032, -0.0150162783, 0.00672740955, 0.00408241386, 0.0113534154, 0.00541768083, -0.0010370207, -0.00788755901, 0.0110031823, -0.00931768119, -0.0108645475, -0.0161837246, 0.0127470549, -0.008617213, -0.0222252607, -0.000257659063, -0.0171906482, 0.00766866328, -0.000620661885, 0.00658147875, -0.0147317136, -0.00606707297, -0.00588101102, 0.0170739032, -0.000125523278, -0.0195109472, 0.004366979, -0.00369569729, -0.0152497683, -0.0362492092, 0.0120538836, 0.00481936429, -0.00872666109, 0.0216561295, 0.0433998182, 0.0103464937, 0.0129513582, 0.01819757, -0.0110834436, -0.00550523913, 0.000570498174, -0.0165777374, 0.0192336794, 0.0185186174, -0.0139947627, 0.0265885908, -0.00180771772, -0.00890177861, 0.000608349, 0.0320464037, 0.000605612819, 0.0332138501, 0.00330350827, -0.0285440627, -0.0195839126, -0.018693734, -0.00502731605, 0.00372305932, -0.00288942968, 0.00680037495, 0.00217619305, -0.00195729686, -0.00573872868, 0.00604518317, 0.0190731548, -0.0197298434, 0.00739504304, 0.0172636136, -0.0165485516, -0.00745341508, -0.00217801705, -0.0180954188, 0.00533741899, 0.0125062689, -0.00269789551, -0.00736585679, 0.0218458399, -0.00747895334, 0.0276247, -0.000311471027, 0.0316377953, 0.00322871888, -0.00277633336, 0.00360266655, -0.000477011286, 0.00729289139, -0.00798241422, 0.0196276922, -0.0267345216, 0.0183435, -0.0164172146, -0.0142866243, 0.0123165594, -0.00900393, 0.0165777374, -0.006369879, 0.0011099861, 0.0107623963, -0.016139945, 0.0068405061, -0.0134840058, 0.00299522956, 0.00771973887, -0.0144763347, 0.0108426576, -0.00396931777, -0.00317764306, -0.0093979435, 0.0138050532, 0.00177305914, 0.0116817597, 0.00191534171, -0.00569130108, -0.00887259189, 0.00018959603, 0.0260048676, 0.0265302192, 0.00267418171, -0.0127835376, -0.0238742772, -0.013462116, 0.0240348019, -0.00538484612, -0.014687934, -0.000523526745, -0.00583358342, -0.00282923318, -0.0121779246, 0.0141479904, 0.010310011, -0.000701379904, 0.00519513618, 0.00543592218, 0.0192774571, -0.00236225477, -0.018445652, -0.0226192735, 0.00281464029, 0.00757380808, 0.0177889634, -0.0304119773, 0.00831075851, -0.0124114137, -0.0120538836, 0.0174533222, -0.00654864451, 0.0329511724, -0.0292591248, 0.0204011258, 0.012973248, -0.0148849413, 0.0411232971, -0.00474639889, -0.0115139401, -0.00805538, 0.0166069251, -0.00289855036, 0.0114701604, 0.00604883162, 0.0085077649, 0.00611814857, -0.00755921518, -0.0186353624, 0.0258881226, -0.00717979483, 0.00328344293, 0.0116671668, 0.010310011, 0.0246768966, -0.0024388684, -0.00305360183, -0.0224149693, 0.0025227787, -0.00104340515, 0.00576061802, 0.00796052441, -0.0086464, 0.0110615538, 0.00067219371, 0.0066726855, -0.0222398527, 0.0136883082, -0.0129221715, -0.0146368584, -3.67962202e-05, 0.0141844731, 0.011521236, 0.000675385934, 0.02450178, 0.0117839118, -0.0032560809, -0.000679490273, -0.00845668931, -0.00798241422, -0.0286462139, 0.0170009378, -0.0163004696, -0.00790215284, -0.0064319, -0.00842750352, 0.00820131, -0.0170009378, 0.00707764365, 0.000820860732, 0.0181100108, -0.0047062682, -0.00309190876, 0.00137174944, 0.0185186174, 0.0309081413, 0.0114628635, 0.00769055262, 0.0288651101, 0.0171906482, 0.00619841041, -0.0211453717, -0.00398755912, 0.0084712822, 0.0277706292, -0.00592114218, -0.00296786753, 0.0149579067, -0.00545781152, 0.0116525739, 0.000560009445, -0.0213642679, -0.00106620684, -0.00439981325, -0.00331445318, -0.0150162783, 0.0295947641, -0.0117401322, -0.0178473368, -0.0128638, -0.0120392907, 0.0101859691, -0.0186645482, -0.00501637114, 0.000924836379, 0.00765407, -0.0307622105, 0.00137539778, 0.0224879347, -0.0132651096, -0.017336579, 0.0172052402, -0.0232467763, -0.00143012183, -0.00479747495, -0.0124843791, -0.0091352677, -0.00569859752, -0.0117474291, 0.0185915828, -0.00655958941, -0.00263040257, 0.00288213324, 0.000929852773, 0.0106237615, 0.0109885884, 0.00977736339, -0.016738262, 0.00637352746, 0.0192774571, 0.0136737153, -0.00931038428, 0.0313167498, -0.00611814857, 0.0224441569, 0.0147463065, 0.0209264755, -0.0193504225, -0.016869599, -0.0116744637, -0.00101148279, -0.024866607, -0.00991599727, -0.00561468722, -0.0209556613, 0.0021597757, -0.0194671676, -0.0112950439, 0.00404593116, 0.00200837245, -0.0135277845, -0.0263405088, -0.0256400406, 0.00995248, -0.00391094526, 0.00662890635, 0.020984849, -0.00900393, -0.00485949544, 0.00296239508, -0.00923741888, -0.00594668, -0.00240968214, 0.0105945757, 0.0116671668, -0.00426847581, 0.0103829764, -0.0143377008, 0.00369569729, -0.0142866243, 0.00934686698, 0.0202697869, -0.00944172218, -0.0202260073, -0.0093979435, 0.0109739956, 0.00638082391, -0.00877044071, 0.00019381434, -0.0107915821, 0.0169279724, -0.00346038397, 0.0233343337, 0.00497988844, -0.00177214702, -0.0314626805, 0.0224441569, 0.015410292, -0.00781459361, -0.00561833568, 0.00790944882, 0.00484855054, 0.017351171, -0.00643919641, -0.00141826493, 0.0103756795, -0.00896744709, -0.00990140438, 0.0211745575, 0.0105945757, 0.0163150635, 0.0177889634, -0.0114409747, 0.0232175887, -0.0113753052, -0.00536660478, -0.00287666079, 0.00341295637, -0.00297334, -0.018810479, 0.0291861594, 0.0121852215, 0.00783648342, -0.0205178689, 0.0459682, -0.00205215183, 0.0189126302, 0.00461870944, 0.000148324965, -0.0151476162, 0.0246768966, -0.0154540706, 0.00239508925, -0.0123603381, 0.00129969616, -0.00398026221, -0.0197298434, 0.0150016854, -0.0115358289, -0.00207951386, -0.0122581869, 0.00159155775, -0.00389635214, -0.0187375136, 0.00500542624, -0.0287191793, -0.00604518317, -0.00905500539, 0.0148265688, 0.0108134719, -0.0134183364, -0.0164464, -0.00557090808, -0.0142428456, -0.0177889634, -0.00688063679, 0.00264134747, -0.026924232, 0.00837642793, -0.0157167464, 0.01128045, 0.00761029078, 0.0225900877, 0.00629326561, 0.0117182424, -0.0106018726, 0.0109739956, -0.0228819493, 0.000528087083, -0.00875584781, 0.00717979483, -0.000867376162, 0.00223456533, -0.025829751, 0.00522797089, 0.00724911224, 0.0269680116, -0.00695360219, -0.00469897175, 0.00801889692, 0.0293904617, -0.0033782979, -0.0208389182, -0.00780729763, -0.0044764271, -0.0173657648, 0.0111782989, 0.0430203974, -0.0109594027, 0.00438886881, -0.00794593152, 0.000342253305, 0.017467916, -0.0215247925, 0.00770514598, 0.0108426576, 0.00045808588, 0.000158927753, 0.00790215284, 0.00157514052, -0.0012677738, -0.000828157237, -0.0136518255, -0.00671646465, 0.0173219852, 0.00250453735, -0.0246331189, -0.0127251651, 0.00585547322, -0.0137758674, 0.01625669, 0.0102078589, -0.0153081398, -0.00150217512, -0.0207075793, 0.0139072044, 0.0113169327, 0.0155708157, -0.0105507961, -0.0104632378, -0.0114774574, -0.0108061749, 0.00307731563, -0.0192774571, 0.00112001889, -0.012491676, 0.0131848473, -0.0181391984, -0.0109375129, 0.00421739975, -0.0144982245, 0.0126667926, 0.028033305, 4.47198072e-05, -0.0123603381, -0.00382338674, 0.0188396648, 0.00901122671, 0.0089528542, 0.0194525756, 0.00148302165, 0.000786202145, -0.000574146456, 0.00337282545, 0.00920093618, 0.0124478964, -0.0400142223, -0.00581899052, 0.0253044, 0.000100384423, -0.00794593152, 0.0117985047, -0.00842750352, 0.0151476162, -0.00745341508, -0.0102881212, 0.0245309658, 0.0165193658, -0.0119955111, 0.00315028103, -0.00317399483, 0.0115504228, -0.00289490214, -0.00615827972, -0.0199487396, 0.0216853153, 0.0024990649, 0.00165996281, 0.00563657703, -0.00282193674, -0.0288067386, 0.0173073914, -0.00259209564, 0.0121487388, 0.0126303099, 0.00859532412, -0.00130790472, -0.0114190849, -0.0132869985, 0.0089309644, 0.00170465407, 0.00939064659, -0.00573143177, -0.00197006576, -0.013345371, 0.0322215185, 0.00690982305, 0.00461141299, 0.000293913734, -0.000153341345, -0.0119006559, 0.00980654918, -0.0146076726, 0.0050090747, 0.00733667053, 0.0188688524, -0.0327468701, -0.000975912204, -0.0229841, -0.0134767089, 0.00792404171, -0.0118422844, -0.0127543518, -0.00236772723, 0.0025355476, 0.0119006559, -0.0135350814, 0.0249833521, -0.0114482706, 0.00941983238, -0.00820860732, -0.00197918643, -0.0281792358, 0.00524986, -0.00968250819, 0.0034275495, -0.00358077674, -0.00392918661, -0.0266323704, 0.00945631508, -0.00660336856, -0.0232613683, 0.0124551933, -0.00831805542, -0.00788026303, -0.0067930785, -0.0145784859, 0.00632245187]
|
07 Jul, 2023
|
HTML5 MathML <mi> Tag
07 Jul, 2023
The MathML <mi> tag in HTML5 is used as an identifier such as any kind of symbol or function. You can put any statement inside this tag.
Syntax:
<mi> element </mi>
Attributes: This tag accepts some attributes which are listed below:
class|id|style: This attribute is used to hold the styles of the child elements.
href: This attribute is used to hold any hyperlink to a specified URL.
mathbackground: This attribute holds the value of the math expressions background color.
mathcolor: This attribute holds the color of the math expressions.
dir: This attributes holds the direction value. Two types of direction values are acceptable ltr from left to right and rtl from right to left.
mathsize: This attribute holds the value of the size for the content. The possible values are small, medium and big.
mathvariant: This attribute holds variety of typography like font-family.
Below example illustrates the MathML <mi> tag in HTML5:
Example:
html
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML mi tag</title>
<style>
mi {
font-size:25px;
}
</style>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML mi tag</h3>
<math>
<math>
<mi mathvariant="bold">
GeeksforGeeks
</mi>
<br>
</math>
<math>
<mi mathvariant="italic">
A Computer Science
Portal for Geeks
</mi>
</math>
</math>
</center>
</body>
</html>
Output:
HTML MathML mi Tag
Supported Browsers: The browsers supported by HTML5 MathML <mi> tag are listed below:
Firefox
safari
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 MathML <merror> Tag/HTML5 MathML <mfenched> tag/HTML5 MathML <mfrac> tag/HTML5 MathML <mglyph> Tag/HTML5 MathML <mi> Tag
|
https://www.geeksforgeeks.org/html5-mathml-mi-tag/?ref=next_article
|
NextJS
|
HTML5 MathML <mi> Tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, CSS pause-before Property, jQuery Mobile panel close() Method, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, HTML5 MathML <mi> Tag, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, HTML5 MathML <merror> Tag, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML <mfrac> tag, HTML5 MathML <mglyph> Tag, Node.js Readable Stream close Event, HTML5 MathML <mfenched> tag, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.00615298096, 0.00584552437, -0.0163259618, 0.00336280977, 0.0403383449, -0.00290162442, 0.0174942967, 0.0261492096, 0.0156572424, 0.0108378557, 0.00847812369, -0.00962340087, -0.00882401317, -0.00548041891, -0.0193697847, -0.0182475671, -0.00900080055, -0.0109838974, -0.0153651582, 0.024089247, -0.0344044268, 0.00288048666, -0.0153651582, 0.00492315367, -0.0049808016, -0.0129285622, -0.000890664174, 0.00397003721, -0.00363759929, 0.0112836678, 0.00130380935, -0.00260377559, 0.027425155, -0.0260569714, -0.00403152872, 0.0185857695, -0.00148251874, 0.0360646918, -0.0175557882, -0.0081706671, 0.0376942158, -0.0211069155, 0.0273175444, 0.0367103517, 0.0220754053, 0.0126672238, -0.00765952, -0.0470409058, -0.00787858292, -0.00720602088, 0.0236588083, 0.0164796896, 0.0322829746, 0.0198617149, 0.0056149317, -0.00500770425, 0.061183922, 0.0262107, -0.0531285517, -0.0495005585, -0.0255342945, -0.0345581546, -0.00990011171, 0.022874793, -0.0063259257, -0.0192314293, -0.00496542873, 0.0308225527, 0.0375404879, -0.000126105369, -0.0495005585, -0.000545255607, 0.0093466891, 0.0079938788, -0.00977713, -0.0317295529, 0.0094081806, 0.00933900289, 0.0080476841, -0.0042736507, 0.016618045, -0.0207379665, 0.00655651838, 0.0158032849, 0.0331131071, 0.0213067625, -0.00707919477, -0.0539586842, 0.00133839832, 0.013935484, -0.0209685601, 0.0225365907, 0.000584648515, 0.0163874533, 0.010684127, -0.0283782706, 0.0168486368, 0.00695236912, -0.0266257674, -0.00619909959, 1.48624179e-06, 0.00510378461, 0.0295158625, -0.0127902068, -0.0101614501, 0.0272560529, 0.00943892635, 0.0242429767, 0.0156034371, 0.00311492267, 0.0114681423, -0.00346273324, -0.00741355447, -0.00699848775, 0.0239047725, 0.0226595737, -0.0273944084, -0.0702231526, 0.0132898241, -0.00734822, -0.049162358, -0.00975407, 0.0196772404, 0.0513145551, -0.0386165865, 0.0221215226, -0.0327749066, -0.0231822506, 0.00567642273, -0.00885475893, -0.016940875, 0.0217218287, 0.00677558128, -0.0085396152, -0.00439279, 0.0173559412, -0.013120723, -0.0113067273, -0.00362991286, -0.0141276438, -0.0309147909, -0.0200154446, -0.0216910839, 0.0157879107, -0.0425827801, -0.0284858812, 0.0345889, 0.0268717315, -0.0109762112, 0.0129900537, -0.0439663343, -0.0216449648, 0.0384013653, -0.0252883285, 0.0113528455, 0.0107302452, 0.02421223, -0.00742124068, -0.0353267975, -0.00882401317, 0.0232129954, -0.010768678, 0.00906997826, 0.0241661109, -0.0293160155, 0.0369563177, 0.00194562564, -0.00338202575, -0.0241353661, 0.0472253785, -0.0196157489, 0.00186876138, 0.00352614629, -0.030714944, 0.00106264791, 0.0336050391, 0.025472803, -0.0211837795, 0.006479654, -0.0017794068, -0.0215066094, -0.00971563812, 0.00440432, 0.0439970829, -0.0297925733, -0.00173232739, 0.0189086, 0.0179708563, 0.00346273324, -0.00214451179, -0.0149577782, 0.0117525393, 0.0132744517, -0.0196772404, 0.0387088209, 0.00301692076, -0.023197623, 0.0297925733, 0.029254524, -0.0199385788, 0.00843969174, -0.00766720623, 0.0200000703, 0.00224635703, 0.0170792304, -0.00506150909, 0.00774407061, 0.00909303781, 0.0516527593, -0.0188624803, -0.00123943563, -0.00240585022, -0.00510762772, 0.000523637515, 0.0008522321, -0.00422753207, -0.026933223, -0.0345581546, -0.0151345655, -0.0545428544, 0.0471946336, -0.00490778079, -0.0127825206, -0.0212298986, -0.0637050718, -0.0237049256, -0.0336972736, -0.0402153619, -0.0173405688, 0.0103151789, 0.00280170096, 0.0105918897, 0.0230285209, 0.0210146792, 0.0177863818, 0.0188471079, 0.016817892, -0.0112221763, 0.0232283678, 0.0284551345, -0.0460570417, 0.00744814333, 0.00905460585, 0.0126441643, 0.010968525, -0.0139508564, -0.00545736, -0.0398464128, -0.0150961336, 0.00138163439, 0.0200000703, -0.0280246958, 0.0192160551, 0.00709841121, -0.0044811843, 0.0610301942, 0.0299309287, -0.00129804458, -0.0214297455, 0.0230438933, 0.0448579602, 0.00418141391, 0.00576866, -0.0247349069, 0.0225673355, 0.034496665, 0.0515297763, -0.0381861478, -0.0281937979, -0.0359417126, -0.00734053319, -0.0335128, 0.0134589253, -0.00759418542, -0.00406227401, -0.0111837443, -0.0158032849, 0.00979250204, 0.0368025899, -0.00996928941, 0.0159108937, 0.0185089055, 0.000189278144, 0.0405535623, 0.0455343649, 0.0131745283, 0.00428133737, -0.00688703451, -0.018570397, -0.0145888291, -0.00382207357, -0.00624906132, 0.0147502441, 0.0245196875, 0.0173098221, 0.0356342532, 0.00519986451, -0.0214297455, 0.00971563812, -0.025795633, -0.0225519631, 0.000990587636, 0.000949753565, -0.0365566239, -0.00682938611, 0.017955482, 0.0380939096, 0.0215527285, 0.00782862119, -0.0378479436, -0.00339932018, -0.0321292467, -0.00870871637, 0.0085934205, -0.00451577315, -0.0417526476, 0.0244428236, -0.0248578899, -0.0182936843, -0.0258110054, -0.0108686015, 0.00870871637, -0.0249501262, 0.0134896711, 0.0136049679, -0.015196057, -0.0493160859, -0.0210146792, 0.0377864502, -0.00223098416, -0.0726213157, -0.0233820975, 0.00548426248, 0.00301115587, -0.00359340245, -0.0732362345, 0.0297003351, 0.0290239304, -0.00528057199, 0.00609533302, -0.0397849232, -0.0155342594, -0.00351845985, -0.00711762719, 0.0137510095, -0.020030817, -0.0033801042, -0.0102998056, 0.03388175, 0.0217218287, 0.000988666085, 0.0223521162, 0.0372637771, -0.0171560943, -0.00105207902, -0.0256880242, -0.00440816302, -0.0369563177, -0.0197694786, 0.0350193419, -0.0174020603, 0.00830902252, 0.0374789946, -0.0814760774, 0.00301115587, -0.0787704587, -0.049162358, -0.00134992797, -0.0104227886, 0.00141718413, -0.00674867863, 0.00424290495, 0.0130054262, 0.0383091271, -0.0164028257, 0.0169716198, 0.0321599916, -0.00824753102, -0.0154573955, 0.026164582, -0.0279478319, 0.0416911542, 0.0257495139, 0.00503460644, 0.0104074161, -0.00845506415, 0.00368756102, -0.0134204933, -0.0178478733, 0.00757496897, -0.0254420582, 0.0352653041, -0.00856267475, -0.0440893173, 0.0132898241, 0.00628365, -0.016817892, -0.0280400682, 0.0448272154, -0.0120523106, 0.0293621328, 0.0244735684, 0.0146887526, 0.0177710075, -0.0100922724, 0.0320985, -0.0288702026, -0.00758649874, 0.0300077926, -0.0467949398, 0.00188797747, -0.0311915018, 0.00806305744, -0.0333283283, -0.00521908095, 0.0147425579, -0.00357034313, 0.0419371203, -0.0140815256, 0.0385550931, 0.0399079062, -0.0140892118, -0.00665259873, 0.0101383906, -0.00729825813, 0.022997776, -0.0563875958, -0.000296647864, 0.0296234712, 0.0156034371, -0.0501462184, -0.0099462308, 0.0226749461, 0.0302998759, -0.025918616, 0.00664106896, 0.0168486368, 0.0239970107, -0.012959308, 0.00241353665, -0.0222137608, 0.0123981992, -0.0183398034, 0.048670426, -0.0267641228, 0.0249501262, -0.00913147, -0.0292237774, 0.0415066816, 0.0473791063, -0.0151499379, -0.0236895531, -0.0283936448, -0.0286088642, 0.0633976087, -0.0157879107, 0.0477173105, 0.00452345936, 0.039569702, -0.0173713136, -0.0115911253, 0.0118063446, 0.0263183098, 0.0019946266, 0.0267948676, -0.0307303164, -0.0360032022, 0.0280554406, -0.0121829789, 0.0225827079, 0.00800925214, -0.00612223521, 0.0223213695, 0.000271667, 0.00963877328, -0.0034127715, -0.0170946028, -0.00797850639, 0.0125058088, 0.00139700726, 0.0328363962, 0.0199232064, 0.0132283326, 0.00204458833, 0.0252268389, -0.00636435766, 0.0122598438, -0.0103151789, 0.0289931856, 0.0413529538, -0.0205996111, 0.025472803, 0.000802750757, -0.0612761602, 0.0085473014, -0.00243659597, -0.00843200553, -0.0206149854, 0.00408533355, -0.0131053496, 0.00590701541, 0.0375404879, -0.00270369905, 0.0716374591, 0.0174635518, 0.0109147197, -0.0422138311, 0.042859491, -0.00509994105, 0.0362184234, 0.0202921554, -0.00752885081, 0.0176326521, -0.000141117911, 0.0145350248, -0.00228671054, 0.0245196875, 0.0178478733, 0.0274405275, 0.0133282561, 0.0262721907, -0.000155169648, -0.0116679892, 0.0244889408, -0.0364951342, 0.00300539122, 0.0535282455, -0.0251807198, -0.00344159571, -0.0443967767, 0.00446581142, -0.0219524223, 0.0276096296, 0.0177095179, -0.0315143317, 0.00300731277, -0.0275788829, -0.00064133585, 0.0196464956, -0.00149885239, -0.0551885106, -0.00197156728, -0.0241199937, -0.0211991519, -0.00691778027, -0.0138509329, -0.0103382384, -0.0466719568, -0.0163105875, -0.00591085898, 0.0304843504, 0.0288548302, 0.0249962453, -0.0150423283, -0.000906517438, 0.018524278, -0.00417372724, 0.00244812551, -0.0125596141, -0.0230438933, 0.0125749866, 0.00205227477, 0.00866259821, 0.0218140669, -0.0281937979, -0.0277941022, -0.0310838912, 0.00139700726, 0.0171407219, -0.00538433902, -0.00415451126, -0.00933131669, 0.0471638888, -0.0327749066, 0.0326211751, 0.00946967211, 0.00528057199, -0.00617604051, 0.00449271407, 0.00322637567, -0.0220907778, -0.0313913487, 0.0414451882, -0.00420447299, 0.00802462455, -0.0212913901, 0.0019609984, -0.0213528816, -0.0943892673, 0.0242429767, 0.0166487899, 0.0149347186, -0.0182321928, 0.0164028257, 0.0153651582, 0.0289470665, -0.0472253785, -0.0070330766, 0.0270254612, -0.0169869941, 0.00070042524, 0.0444582663, 0.0293006413, 0.00209647161, -0.0121983523, 0.0114527689, 0.00573407114, -0.030468978, 0.0476865657, 0.0118755223, -0.0651193708, -0.030345995, 0.0182475671, 0.00973869674, -0.0167564, 0.00182744686, -0.00572254136, 0.0101845097, -0.0263183098, -0.024335213, 0.0369255729, -0.00424674852, 0.00440432, 0.00143832178, 0.0123828268, -0.0119293276, -0.0141199576, 0.00187164382, 0.0100922724, -0.0237510446, 0.0117064212, -0.0212760177, 0.00251346012, -0.000919488259, 0.0231361315, 0.0165104344, -0.0100077223, -0.0237817913, -0.00769026531, 0.00682938611, 0.011375905, 0.0124520045, -0.0224136077, 0.0529440753, -0.00980787445, 0.018524278, 0.000419870805, 0.0267794952, 0.00440432, 0.0180016011, -0.0115988115, -0.0230592676, 0.00556881307, 0.00260569714, 0.0122982757, 0.00996928941, -0.0174789242, -0.0151268793, 0.0117217936, 0.0125749866, -0.000336761383, -0.00616066763, 0.0268409867, 0.0269639697, 0.0215834733, -0.0130207995, -0.0108301686, 0.00541508431, -0.0349271037, 0.00999234896, -0.00254036253, -0.0322214812, -0.00872409, 0.00331669115, 0.0221983884, -0.0270715803, -0.0348963588, 0.0103305513, -0.00135857519, 0.026164582, -0.0226134546, -0.00770179508, -0.0115680657, 0.00946967211, 0.00366834505, -0.0134973573, -0.0343121886, 0.0157417934, -0.00636820076, -0.0248886347, 0.0448272154, -0.02534982, 0.0361876749, 0.0200769342, 0.00850886945, -0.00201192102, -0.01080711, -0.00871640258, 0.00681017, -0.0431976952, -0.0192468017, -0.0122521576, -0.0116141839, 0.0155265732, -0.00351077341, 0.0235819444, 0.00933131669, -0.00831670873, 0.00536512258, -0.0209070686, 0.0104227886, 0.0153344125, 0.0333283283, 0.0448272154, 0.000561108813, 0.00575328711, 0.00210800138, 0.0239355192, -0.0299770478, -0.00486934837, 0.021122288, -0.000579844462, 0.00599925267, -0.0101921959, -0.00120004267, -0.0191699378, 0.00867797062, 0.00617219694, -0.00517296232, 0.00652192952, -0.0133513156, -0.0143351778, -0.00751732104, 0.0200000703, -0.00545351673, 0.0412607156, 0.0209685601, 0.0180938374, 0.00691778027, -0.000543334, -0.00386627042, 0.010115332, -0.0194620211, -0.0174020603, -0.00238855579, -0.0213989988, 0.0218140669, -0.000246926327, 0.000388644723, -0.002031137, 0.00222521927, -0.0175250433, 0.011983132, -0.0534052625, 0.0166487899, -0.0411684774, 0.0302537587, -0.0215834733, 0.0293928795, -0.0494390689, -0.0140584661, -0.0127517749, -0.0111222528, -0.00684860209, -0.00642969226, 0.000466709957, -0.0134973573, -0.0208455771, 0.00840894599, -0.000786897494, -0.00666412804, -0.0174789242, 0.034127716, 0.0366488621, 0.000229992162, -0.018524278, -0.0405843109, 0.00371254189, -0.00961571466, -0.0182629395, -0.00899311434, 0.00282091694, -0.0181707032, 0.0409532599, -0.0113374731, -0.00777481636, 0.0345581546, -0.0108147962, 0.00159205019, 0.0116526159, 0.0175865348, 0.0301461481, -0.00151710759, 0.00569948228, 0.0208763238, -0.0131053496, -0.00269601261, -0.0134128071, 0.00769410888, 0.0162337236, 0.052329164, 0.0247656535, 0.0329593793, -0.00602615532, 0.0137125775, -0.00931594428, 0.0207379665, 0.00231937785, -0.039692685, -0.00931594428, -0.0155342594, 0.0264720377, -0.00402384205, -0.0235819444, 0.0269485973, 0.0332668349, 0.0140892118, 0.00632208213, 0.00224635703, 0.0298848096, 0.00679479726, 0.00331092649, 0.00571101159, -0.00952347741, -0.0244120769, 0.0217064563, 0.0502384566, -0.0148578547, -0.0117986584, -0.00446965452, -0.0165104344, -0.0247656535, -0.0157341063, 0.0263490565, -0.00890856329, 0.00349540054, -0.00134704553, 0.032498192, -0.03388175, 0.0258724969, -0.0337280221, -0.00404690113, -0.0276864935, -0.0270408336, -0.00416604104, 0.0173251964, 0.0042121592, -0.0310224, 0.0252268389, 0.0145734567, 0.0408302769, 0.0258878712, 0.0139662297, 0.0394159742, 0.00400462607, -0.017063858, -0.04842446, -0.0239355192, 0.0125749866, -0.0165258087, 0.0151191931, 0.00366258016, 0.0121599203, -0.0243198406, 0.0241046213, 0.004915467, 0.039815668, 0.00151902926, 0.023966264, 0.00662185298, 0.00441969279, -0.0248425175, 0.0446119942, 0.0423060693, -0.0248578899, -0.00294774305, -0.0396311916, 0.0391085185, 0.0124750631, 0.0206149854, 0.0250423644, 0.0297618266, -0.00920833368, -0.0127748335, 0.00153440202, 0.0347118825, -0.036033947, -0.0178939905, -0.0320062637, -0.0264412928, -0.0119985053, 0.0109147197, 0.0494083241, 0.000624041422, 0.0103920428, 0.0428902358, -0.0183705501, 0.0171560943, -0.00057071686, 0.0157879107, 0.00792470109, -0.0380324163, -0.0122060385, 0.0285012536, 0.000353815616, 0.0230438933, 0.00544967363, 0.0127517749, 0.00286127068, 0.0236280616, 0.0128978165, 0.00168909132, -0.00926982518, -0.0124904364, -0.00222906237, -0.00298041035, 0.00809380226, 0.00878558, 0.00287472201, 0.0212145261, -0.0101383906, 0.0115988115, 0.0103536109, 0.00531900441, -0.015196057, -0.00599540956, -0.00389125128, 0.0214451179, 0.0207533408, 0.0119754458, -0.0316988043, 0.0275327656, 0.0189854633, 0.0041891, -0.0238432828, -0.0380631648, -0.0304074865, 0.0148347951, -0.0479940213, -0.0207072217, 0.0145580843, -0.0155035136, 0.00749810506, 0.0157571658, -0.000572158082, -0.0386780761, -0.0379709266, 0.00567257963, -0.0139201107, 0.015272921, -0.00922370702, -0.0156726148, -0.0019946266, 0.00883169938, 0.0170177389, -0.0342507, -0.0156495553, 0.010238315, 0.0310531463, 0.0299309287, 0.00240392867, -0.0129900537, -0.00672561955, 0.00617604051, 0.0440585725, 0.00827059057, -0.0169101283, -0.00340700662, 0.0278094765, -0.013043859, 0.0141737629, 0.00580324885, 0.0272714272, 0.0174174327, -0.000358859834, -0.000345889, 0.0119677596, -0.00328018074, 0.0119062681, 0.0163567066, 0.0202767812, -0.0258878712, 0.0227825548, 0.0324059576, 0.0250884816, 0.0161414873, 0.0294389967, -0.0160185043, -0.0166026726, 0.00736359274, 0.0308840442, -0.00915452931, -0.0423983037, -0.0319140255, 0.0149193453, 0.00834745448, 0.0141045852, -0.00392584037, -0.0266565122, 0.00229055388, -0.0297310818, 0.00529210176, 0.0104535343, 0.0258417521, -0.0287164729, 0.00345696835, -0.0193236656, 0.0158186574, -0.0188317355, -0.00153344125, 0.00756728277, 0.0343429334, 0.0135742221, -0.00725598261, 0.0190008357, -0.00996928941, -0.0078363074, -0.0148809133, 0.0381861478, 0.0509456061, 0.000924292312, 0.0112298634, -0.0296388436, -0.0419678651, 0.00272099348, -0.00499617448, -0.0162029788, 0.000556304818, 0.0252729561, -0.0154189635, 0.0163874533, 0.00943124, 0.0128440121, -0.00809380226, -0.00903923251, -0.000743181, -0.012190666, -0.0582015887, -0.0136972042, -0.00952347741, -0.00503076334, 0.0181245841, -0.0191545635, 0.00631439593, -0.0245965514, -0.0227825548, 0.00239432044, -0.0212298986, -0.0176172797, -0.0132283326, 0.00548041891, -0.0189239718, 0.0423675589, -0.0390470251, 0.00520755118, 0.00118370901, 0.0194312762, -0.0184627865, 0.0329901241, 0.00617988361, 0.00686781853, -0.0186626334, -0.0237203, 0.00596082071, -0.00347234122, 0.0126211056, 0.0205842387, 0.0271176975, 0.00728288526, 0.00800156593, -0.0165565535, 0.0028132305, -0.00165354158, 0.00489625102, 0.00416219747, -0.0180938374, 0.00393544836, -0.012190666, 0.00396235054, -0.0190777, 0.0192775466, 0.00347041967, 0.00273636635, 0.00406227401, -0.00582246482, -0.01226753, -0.018447414, 0.00298425346, -0.0220139138, -0.0281323064, -0.0203229, 0.000178108821, -0.0138663063, -0.010238315, 0.0105150258, 0.000892105396, -0.00984630734, 0.0553729869, -0.00253651943, -0.0375712328, -0.0200615618, -0.00726366928, -0.0030246072, -0.0218140669, 0.003239827, 0.00152767648, -0.0144351013, 0.0349271037, -0.00207341253, 0.009830934, 0.0349885933, 0.0100077223, -0.0277787298, 0.00499617448, 0.00939280819, 0.00477326848, -0.0297310818, -0.00950810406, 0.0155496327, 0.0264259204, 0.0121983523, 0.0262414459, 0.00251153857, -0.00430823956, -0.00144889066, -0.00923907943, -0.0156034371, -0.0029496646, -0.00386050553, 0.00793238822, 0.0114835147, -0.0138970511, 0.048547443, -0.0178939905, -0.000732612098, -0.013689518, -0.0299155563, -0.0246119238, -0.01226753, -0.00546120293, -0.0175557882, 0.00757881254, 0.00165450235, 0.00370677724, 0.0217986945, 0.00884707179, 0.0100769, 0.0235358253, -0.0035203814, 0.0361876749, -0.00276134722, -0.00030025086, -0.0154497093, 0.000985783641, -0.0168025196, -0.0169255026, -0.0126287919, 0.00108282478, -0.0168486368, -0.00322061102, 0.00607227348, 0.00492699677, 0.00236933958, 0.00439663371, -0.0132129602, -0.0133897476, 0.0145734567, -0.0176480263, 0.00408533355, 0.00140277203, -0.00452345936, -0.000882016961, -0.0131822145, 0.018647261, 0.0124904364, -0.00674867863, -0.0204458833, 0.0100769, -0.000140397315, -0.029131541, 0.0141199576, -0.00795544684, -0.000320908119, -0.00235588849, -0.00749810506, -0.0124366311, 0.00026325995, 0.0332975797, -0.0206764769, -0.0112068038, -0.016495062, 0.00551500823, -0.022997776, -0.0100230947, 0.0115296338, -0.00111837441, -0.0134742986, 0.0118678361, 0.0179862287, 0.00385666243, -0.0228133015, 0.0135127306, -0.0317295529, 0.00249232235, -0.0167871471, -0.0224289801, 0.000845506438, 0.014542711, 0.0202306639, -0.0216757115, -0.000432361267, 0.00255381386, -0.000634610245, 0.013651086, -0.0143659236, 0.0128978165, -0.00178997556, -0.0176172797, 0.0240585022, 0.0114604561, -0.00656804768, 0.0056149317, -0.00126633805, -0.00729057146, -0.0131899007, 0.0184012949, 0.000841182831, -0.0219985414, 0.0261953268, -1.4344485e-05, 0.000504901865, 0.00238086935, 0.00328402384, 0.00738280872, 0.00486166216, -0.0024538904, -0.00129612291, 0.0154497093, 0.0100999586, 0.0254420582, -0.018078465, -0.00103958859, 0.00484244619, 0.0171253495, 0.0415374264, 0.0207072217, -0.0120753692, -0.023320606, -0.0283014067, 0.0244428236, 0.00710609742, -0.00396619411, -0.0332360901, 0.0193697847, -0.0128209526, 0.00206380431, -0.0104996525, 0.0108378557, 0.0124443173, 0.0253344476, -0.0195081402, -0.00958496891, -0.0121676065, 0.00782862119, -0.0274712741, 0.0102306278, -0.0217833202, 0.0174942967, 0.0153651582, 0.00434282841, 0.00871640258, 0.018201448, 0.00984630734, 0.0144274151, 0.00129612291, 0.014419728, 0.0186780058, -0.00919296127, 0.00156514777, -0.0109070335, -0.00544198696, -0.0199385788, -0.0122752162, -0.00191007589, -0.00757112587, -0.0260569714, -0.0124673769, -0.00797082, 0.00210800138, 0.0144658471, 0.0261338353, 0.00756728277, -0.010561144, -0.00836282782, -0.0295619797, -0.0115680657, -0.0141814491, -0.00163048238, 0.0224289801, 0.0162029788, 0.00461185351, -0.00656804768, -0.0171714667, 0.00797850639, 0.00827059057, -0.0187241249, -0.0124673769, 0.0111529985, -0.0175250433, 0.0286857281, -0.00478864089, -0.0139739159, 0.0175404157, 0.0607227348, 0.0011520026, -0.000415547198, 0.0535897352, 0.0022098464, -0.00374520919, -0.00197348883, -0.0115911253, -0.0340354778, 0.00590317231, -0.00282668183, -0.00126537727, -0.00939280819, 0.0121291745, -0.00216949265, 0.0381861478, -0.0132283326, 0.00587626966, -0.0196464956, -0.0103536109, -0.00538433902, -0.0179247372, -0.000543814385, -0.0108609144, 0.00358955911, 0.0140430937, 0.0220907778, 0.00086712453, -0.0115988115, -0.000328834751, -0.00432745554, 0.00704460591, -0.0126057323, 0.0116679892, -0.00370101235, -6.46740373e-05, 0.00912378356, -0.0388010591, -0.0158647764, -0.0138739925, -0.0131975869, -0.00775944348, -0.0109377792, -0.0174481794, 0.0185550228, 0.0442737937, -0.00629518, -0.0157417934, -0.00314566842, 0.0129516218, -0.0109070335, -0.00430439645, -0.00356842158, -0.0132898241, -0.0313144848, -0.0468564294, 0.00902386, 0.022997776, -0.00185050617, 0.00657189125, -0.00259032426, 0.00693699624, -0.0145657705, -0.00174962194, -0.00441584969, 0.0106918132, -0.00247502793, -0.00585321058, -0.0156803019, 0.00932363048, 0.00639894651, -0.0167102814, 0.0120830555, 0.00778250257, 0.0543276332, -0.0409225114, 0.0228286739, -0.00861647911, -0.0111837443, 0.0261799544, 0.0100000352, 0.0205996111, -0.0134666115, -0.0128440121, 0.0237049256, 0.00823215861, 0.0661647245, -0.00541508431, 0.00317064929, -0.0143505502, -0.00801693834, -0.00080803514, -0.00129516213, -0.0113067273, 0.00801693834, -0.0259954799, 0.000581285683, -0.0156264957, -0.00543045718, 0.0129900537, -0.0173098221, -0.0170484856, 0.010522712, -0.00491931, -0.0074673593, -0.00524214, -0.00181015243, -0.0141507033, -0.00607996, -0.00680248393, 0.0090315463, 0.00784783717, 0.0025941676, -0.00111549208, -0.00763261737, 0.0195696317, -0.0339124948, 0.0317295529, -0.0018822127, 0.027502019, -0.0110838208, -0.0187548697, 0.0124596907, -0.0290393028, -0.0243659578, 0.0158647764, -0.0206764769, 0.0160338767, 0.0034550468, -0.0137279499, -0.00188797747, 0.0187394973, -0.0316065699, -0.0153728444, -0.0213221349, -0.018447414, 0.0190315824, -0.0139739159, -0.0106380088, 0.0277787298, 0.0153113529, -0.00689087762, -0.00186491816, -0.0122521576, -0.0219831672, -0.0031033929, -0.0252729561, 0.000838300446, -0.0258571245, -0.0335742943, 0.000283677, -0.0108532282, 0.0252883285, -0.0158340298, -0.00346081168, -0.00943892635, 0.0198770873, 0.00633745501, 0.00258840271, -0.010968525, -0.0109300921, 0.00857804716, 0.0175250433, -0.00797850639, -0.00659879344, -0.0238432828, 0.0265335292, -0.0167717729, 0.0112221763, -0.00766336313, -0.00206572609, 0.00975407, -0.0080476841, 0.00671793288, -0.00402768515, 0.0176480263, 0.00853192899, 0.0176019073, 0.00780556165, -0.0422138311, -0.00164777681, -0.0158340298, -0.00564183388, -0.0182168204, 0.0413222052, 0.0376942158, 0.0120907426, 0.00666028494, 0.0137279499, -0.0172637049, 0.00354728382, -0.00526135601, -0.00910841, -0.0164335705, 0.00179958367, 0.0188471079, -0.0204612557, 0.0037778765, 0.0161876045, -0.012190666, -0.0174174327, 0.0352960527, 0.0237049256, 0.0314528383, -0.0212145261, 0.0124289449, 0.00909303781, 0.000711954839, -0.0211376622, -0.0277018659, 0.0108301686, -0.0253805667, 0.00811686181, -0.00771332486, -0.0218755584, -0.0120292511, -0.0226442, 0.0219216757, -0.0236895531, -0.000176907808, 0.00475405203, 0.0439970829, -0.0195850041, -0.00511531392, -0.00309954979, 0.00549579179, 0.011091507, -0.00324559188, -0.0167102814, 0.0343429334, 0.0104765939, 0.0124212587, -0.00248079281, 0.00912378356, 0.000158892755, 0.000506343087, -0.0116372434, 0.0205688663, -0.0230592676, -0.0137356371, -0.0241814852, -0.0116679892, -0.0178632457, 0.039938651, -0.0105842035, -0.00602231175, -0.0121522341, 0.00893930905, 0.0283014067, 0.0166026726, 0.00632208213, -0.00050394109, 0.00250577368, 0.021491237, -0.00973101053, 0.000146882725, 0.00341853639, -0.0156188104, 0.000345408596, -0.00684091588, -0.00068217, -0.00502307713, -0.0145811429, 0.00588395633, -0.00260761869, -0.000336521189, -0.0135588488, -0.00797850639, -0.0180630926, 0.0666566566, 0.0079938788, 0.0110838208, -0.00960034132, -0.00462338282, 0.00279401452, -0.00298617501, -0.00947735831, -0.0139277969, -0.00741355447, -0.00917758793, 0.00747504551, 0.00533822039, -0.0171560943, -0.00580709195, -0.0149962101, 0.0142813725, -0.00857804716, 0.000679768, -0.000343246793, 0.0158032849, -0.0234435871, 0.00596466381, -0.0051883352, 0.00962340087, -0.0135050444, 0.00826290436, 0.000763357792, -0.0110991942, 0.0116295572, 0.0107994238, -0.00246542, -0.00714837294, -0.0255804136, 0.0211069155, 0.0123136481, -0.00108090311, 0.0137048913, -0.0241814852, -0.00964646, 0.0259647351, -0.00146426342, 0.005626461, -0.0319140255, 0.00377019, -0.0115988115, 0.0141737629, 0.00289201643, -0.0321292467, 0.0119370138, 0.0186780058, -0.0081706671, -0.0174020603, 0.0176172797, -0.00794007443, 0.00135953596, 0.00598772289, -0.00180150522, 0.00556881307, 0.00516911922, 0.0119139543, 0.00520755118, -0.00340316352, 0.0111299399, -0.0266411398, 0.00185819261, -0.00490393722, -0.0090853516, 0.00337049621, -0.00312453066, -0.00275750412, 0.00918527506, 0.0224136077, -0.00744045665, 0.0430747122, 0.000244404218, -0.000469832565, -7.97466346e-05, 0.0100230947, 0.00781709142, 0.021491237, -0.00684091588, 0.0073443763, -0.00323021901, -0.00403921492, -0.0122598438, -0.0273944084, 0.00847812369, 0.0119754458, 0.0067525222, 0.026164582, -0.00683322921, -0.0149654644, -0.00609533302, 0.00737127895, -0.0207687132, 0.00101749017, -0.0194927678, 0.022505844, 0.0111914305, 0.0245350599, 0.00619909959, -0.0041891, -0.00930057094, 0.0186933782, -0.00430439645, 0.0111683719, 0.00819372665, 0.0147194983, 0.0257033966, -0.00574944401, -0.0104689077, -0.00506535219, -0.00516143255, 0.00045397933, -0.00480401376, 0.00534206349, -0.00508456817, 0.00800925214, -0.00616066763, -0.00926982518, -0.00839357357, 0.00655267481, -0.0148347951, 0.00975407, 0.0110069569, -0.034373682, -0.00828596298, 0.0186011419, 0.00665644184, -0.0118140308, 0.000760955794, 0.00978481583, -0.00853192899, -0.00424290495, -0.00109723676, 0.0188471079, 0.00325135654, 0.00828596298, -0.000662953942, 0.0164489429, -0.0192468017, 0.00470793387, -0.0168332644, -0.0212298986, 0.0233513508, 0.0201076809, 0.00194178242, -0.0128209526, 0.0135127306, 0.00104631425, 0.00134416309, -0.00465412857, -0.00760187162, -0.00936974864, 0.00822447147, 0.00107225589, -0.0148347951, -0.0307918079, -0.00032162873, -0.00653345883, 0.0203690194, 0.00431976933, 0.00132302544, -0.00430055335, 0.024335213, 0.0243659578, 0.0093466891, 0.00240200688, 0.0205688663, -0.0248732623, 0.00807843, -0.0523599088, -0.0193236656, 0.0216603372, -0.0186780058, 0.0111914305, 0.00224443525, -0.00963108707, 0.00499617448, -0.0116756754, -0.0119293276, 0.0220446587, -0.0155419456, 0.00511147082, 0.00857036095, 0.0273944084, -0.0157725383, -0.0114527689, 0.00177172036, 0.0133128837, 0.0296695903, -0.00255381386, -0.00685244566, -0.0100922724, -0.000363663858, 0.00285742758, 0.0219677947, -0.0172637049, -0.0101460777, -0.0160492491, -0.00609148946, -0.0186318886, 0.00370869879, -0.00277864165, -0.0161876045, -0.0118678361, -0.0177710075, -0.0129669942, -0.00264028599, -0.0407072939, -0.00965414662, 0.012390513, 0.0325596854, 0.0124596907, 0.0241353661, -0.0157571658, -0.0109915836, 0.00581093505, 0.0103612971, 0.00947735831, 0.0027056206, 0.0228594206, -0.0123981992, -0.0163259618, 0.0119447, -0.00759418542, 0.0116064977, 0.0384321101, -0.012836325, 0.00425827783, 0.0162029788, 0.00226749456, 0.0241661109, 0.00558802905, -0.0160953682, 0.00973101053, -0.0205996111, 0.00185434939, -0.00594544783, 0.00571869826, 0.00823984481, -0.0089700548, 0.0197079871, -0.0135127306, 0.00467718812, 0.0029535077, 0.0208916962, 0.0222445056, -2.14679367e-05, 0.00765567645, 0.0143198045, 0.0141583895, -0.00230016187, 0.00813992135, 0.00976175629, 0.00957728177, -0.0255035497, 0.00976175629, 0.0123367077, -0.0168025196, 0.0227671824, 0.000460945128, -0.0133128837, 0.0071944911, -0.0049769585, -0.00970026478, 0.0158494022, -0.0190315824, 0.0201076809, 0.00570332538, -0.0195235126, 0.018570397, 0.0286242366, 0.00166891445, 0.022874793, -0.0211684071, 0.0291930325, 0.00155265734, 0.0101076458, -0.012106115, 0.000555344, 0.00534206349, -0.0207225941, -0.000637012243, -0.0205688663, -0.0150500145, 0.0378479436, -0.00917758793, 0.0010491967, 0.0143966693, 0.0018120741, -0.00623753155, -0.0174020603, 0.0139124244, 0.0176941436, -0.00187164382, -0.0173866879, 0.0119908191, 0.0111376261, -0.000985783641, 0.0197541062, -0.0106610674, 0.0225673355, 0.0123597672, -0.0213989988, 0.0327749066, 0.0297157094, 0.00582246482, 0.028516626, 0.00456957798, 0.00732516032, 0.0136972042, 0.0076210876, 0.0203536469, 0.0165258087, -0.0135588488, -0.0042736507, 0.0125519279, 0.00864722487, 0.0134742986, -0.0107917367, 0.00323790545, -0.00210031494, 0.0127133429, -0.00188797747, 0.00536512258, 0.00488472125, 0.0151806837, -0.00175634748, -0.0196157489, -0.00873177592, -0.00384705444, 0.0307764355, -0.00715990225, -0.00225404324, -0.00219831686, 0.00353191094, -0.0185089055, 0.0332975797, 0.0133897476, -0.000158892755, -0.00980787445, -0.0105842035, -0.0128824441, -0.0227671824, -0.00953885, -0.0114604561, -0.0124443173, -0.00441584969, 0.00425827783, 0.0105918897, 0.0157417934, -0.0127287153, -0.0135819083, -0.00607227348, 0.0248271432, 0.00310531468, 0.00975407, 0.0020599612, 0.00538818212, 0.0127210291, 0.00142198813, 0.00986936595, -0.0114527689, -0.0146349482, 0.00788626913, -0.0131284092, 0.00711762719, 0.0166487899, 0.00164585514, 0.0107225589, 0.00284974114, -0.00963108707, -0.014950091, 0.010522712, 0.00508072507, 0.00726366928, 0.00609533302, -0.00302076386, 0.0139816022, 0.00041506681, -0.01531904, 0.0146195749, -0.00352422474, 0.00314951153, -0.00391623238, -0.0128593845, -0.00975407, 0.0116141839, 0.00415451126, -0.00514605967, -0.0286088642, -0.0154420221, -0.000272868, 0.00867797062, 0.018647261, -0.0221983884, 0.00455420511, 0.00835514069, -2.0762347e-05, -0.00876252167, 0.0253037028, -0.00609148946, -0.00430823956, -0.00297272392, 0.0387088209, 0.0152882943, -0.0207533408, 0.0113451593, 0.00705613568, -0.0102075692, 0.00752885081, -0.00926213898, 0.0246887878, -0.00723676663, -0.00890856329, -0.00223290571, 0.0176019073, 0.000538529945, -0.0108532282, -0.014219881, 0.0131899007, 0.0206764769, 0.00885475893, -0.00033267797, 0.0153651582, 0.0177095179, 0.00661032321, 0.00105976546, -0.00346465479, 0.0201538, 0.0213989988, 0.0164643172, 0.00498848828, -0.00809380226, 0.00911609642, -0.0142736863, 0.00705997879, -0.0313144848, 0.0116141839, -0.0239970107, 0.00906229205, 0.0136818318, 0.00581862172, -0.00941586774, 0.000689856417, 0.00482323, -0.0210915431, 0.000485205412, 0.0384628586, 0.0291161686, -0.0205227472, -0.0193082932, -0.000594256504, -0.0254881773, 0.0036990908, -0.0164028257, -0.0072482964, 0.0130592315, -0.00917758793, -0.00406996068, -0.00092285109, 0.000651424285, 0.00843200553, -0.0177248903, -0.00132879021, -0.00417372724, -0.00475405203, 0.0202306639, 0.00337049621, 0.00910072401, 0.00550347846, 0.00880864, -0.0161722321, -0.00491931, 0.0111529985, 0.0240123831, 0.0263029374, 0.0124135716, 0.0100077223, 0.0114681423, 0.0182629395, -0.000674483541, -0.00930825714, 0.0162952151, 0.0152575485, 0.00464644236, -0.0221983884, 0.00669487379, 0.015073074, -0.00910841, 0.00318986527, 0.0209685601, -0.0192468017, 0.00476942491, -0.0118140308, -0.03128374, -0.0122060385, 0.0105457716, -0.0272406805, 0.00769026531, -0.000176907808, -0.00309954979, -0.00412760861, -0.0183398034, 0.0123443939, -0.0319755152, -0.00647581089, -0.0228594206, -0.00129516213, 0.0128593845, -0.00112413929, 0.014381296, -0.0332668349, 0.0325904302, -0.00682938611, 0.0042774938, 0.0164643172, 0.00571101159, -0.00450040027, 0.00732131721, 0.00123367074, 0.00826290436, -0.024335213, -0.000625963032, -0.0049731154, -0.024704162, -0.00114815938, -0.0163105875, -0.0233052317, -0.0039930963, -0.00576097332, 0.00472715, -0.00414682506, -0.0180323459, -0.0137433233, 0.013774069, 0.00584552437, 0.0144658471, 0.0172944497, -0.0174481794, -0.00850886945, 0.0282399151, -0.00757881254, 0.00873946212, 0.00801693834, 0.0118601499, 0.00490778079, -0.0167102814, -0.00455420511, 0.00381438714, 0.00870103, 0.0287164729, 0.0134512391, -0.0150884474, -0.00738280872, -0.0101921959, 0.0106149493, -0.0049808016, 0.00189374224, 0.000966567604, -0.0107071865, -0.00422368897, -0.00484628929, 0.0164181981, 0.00796313398, -0.00276903366, -0.00415066816, -0.00242698775, 0.0200000703, -0.00681401324, 0.0176480263, 0.0276864935, -0.00992317125, -0.00759034185, -0.000271667, -0.00887013134, 0.00607227348, 0.0172790773, -0.0112836678, -0.0146349482, -0.00404305803, -0.019661868, -0.00719833467, -0.0134819848, 0.0190930739, -0.022874793, 0.0110453889, -0.00188125181, 0.0276403744, 0.00974638388, -0.0230438933, 0.00294582127, 0.00481938664, -0.00264797243, -0.00215988467, 0.0201384258, -0.0103305513, 0.0216295924, -0.00847043749, 0.0170946028, 0.0199693255, 0.0150577016, 0.00667565782, -0.0113144135, -0.00635282788, 0.00870871637, -0.013043859, 0.00900080055, -0.0270408336, -0.00696389843, -0.0119908191, 0.0238125362, -0.00383168156, -0.0212298986, -6.5634842e-05, 0.00431976933, 0.0115296338, -0.00416988414, 0.0123136481, -0.00591470208, 0.0127210291, -0.0248578899, 0.0183090586, 0.0226595737, 0.00872409, -0.0024538904, -0.00879326742, -0.0192006826, -0.0183398034, -0.0041160793, 0.00328402384, 0.0115450062, -0.000479921, -0.0138816787, -0.00322061102, -0.00937743485, 0.000540931942, 0.0233820975, 0.0011702578, -0.0209839325, 0.00968489237, 0.0358187295, -0.00356457825, 0.00563799078, -0.0117602265, -0.0247963984, -0.000716758892, -0.0188932251, -0.00973869674, -0.0273482911, 0.000824368792, -0.000726847327, 0.0116679892, 0.029900182, -0.00866259821, 0.00770563819, 0.00588011323, 0.00259608915, -0.000331476971, -0.0151576251, -0.013689518, 0.0240123831, -0.0271330699, 0.0211069155, -0.00225980813, -0.0178017542, 0.000701386, 0.00666028494, -0.0113297869, 0.00633745501, 0.000734053319, 0.00616066763, -0.00159973663, 0.0094619859, 0.02421223, -0.0136972042, 0.0146426344, -0.0111991176, 0.00508072507, 0.00114719849, 0.0142352544, 0.00773254083, -1.6303622e-05, -0.0194773935, -0.00153440202, -0.00188893825, 0.0225365907, 0.0103843566, -0.00659495033, -0.022505844, 0.00529594487, -0.0231668763, -0.0181399565, 0.00521139428, 0.00634129858, -0.00811686181, 0.0376942158, 0.0159416404, -0.0032763374, 0.00269601261, 0.0205227472, 0.00691009359, -0.0237510446, 0.00774791371, 0.00628365, 0.00277672, 0.00834745448, 0.0218601841, -0.00729825813, -0.0185089055, -0.012797893, 0.00409301976, 0.00102229416, -0.00157187332, -0.0090853516, -0.00668718759, -0.00748657528, -0.0021349038, -0.0081706671, -0.00866259821, 0.00953885, -0.0103843566, -0.0100692129, 0.00286319223, -0.0212760177, -0.0112375496, 0.00862416625, -0.00352806784, 0.00991548505, -0.0063297688, -0.018078465, 0.0211837795, 0.0205073748, -4.74996887e-05, 0.00123271, -0.0079938788, 0.000912282267, -0.0227979291, -0.0104919663, -0.0171253495, 0.0117755989, 0.0206764769, 0.0100692129, -0.00817835331, 0.0104919663, -0.00473099295, -0.0264259204, -0.00422368897, 0.0178017542, -0.00493852654, 0.0165104344, 0.0095157912, 0.0120061915, 0.00393544836, 0.016618045, 0.00742892735, 0.0178939905, -0.00806305744, -0.0196311232, -0.00751347793, -0.0107302452, 0.0255342945, 0.00546120293, 0.00658342056, 0.0186011419, -0.0119754458, -0.0136126541, -0.005626461, 0.0105380854, -0.00654883171, 0.00615298096, 0.0162337236, 0.00212529581, -0.0130976634, 0.00732131721, 0.0125903599, -0.0136203403, 0.0018726046, -0.0126825972, 0.00403152872, -0.017186841, 0.00933131669, 0.0042083161, -0.00233282917, 0.00459263753, -0.00413913839, 0.000638933852, -0.0169255026, -0.0011001192, 0.0131053496, 0.000644698681, 0.00602999842, -0.0106687546, -0.00923907943, -0.00422753207, -0.0238279086, 0.00509994105, 0.0203536469, -0.00791701488, -0.0236588083, -0.00457342109, -0.00959265511, -0.00887013134, -0.00439279, 0.016940875, 0.0106380088, -0.0085473014, 0.02307464, 0.0134589253, 0.00152191159, -0.00125480839, -0.0185089055, -0.0102075692, 0.00298617501, 0.00425059162, -0.0141507033, -0.0042698076, 0.00769410888, 0.0039930963, -0.0145273386, 0.0382168926, 0.00600309577, -0.00449655717, 0.00876252167, 0.00360877533, -0.00173713139, -0.00353767583, -0.0208763238, 0.00227902411, -0.0079938788, 0.00730594434, 0.0149270324, -0.0207225941, 0.0065449886, 0.00779403234, 0.00865491107, 0.0127748335, -0.00298809656, -0.00883169938, 0.0310992654, 0.00686013186, -0.0181707032, 0.00483091641, -0.0219677947, -0.0023501236, 0.0119216414, 0.000566873641, 0.00559571525, -0.0171253495, 0.0117602265, -0.00491931, -0.0109300921, -0.00538049545, 0.00110204075, -0.0134973573, 0.0303152502, 0.00536896614, -0.0164335705, -0.0126134194, -0.016817892, -0.00709456764, 0.00941586774, -0.0029496646, -0.0226595737, -0.0113682188, -0.00600693887, 0.0115450062, 0.0180630926, -0.010645695, 0.0223367438, 0.00309186336, 0.0110377027, 0.00192833121, 0.015357472, -0.000336521189, 0.0104535343, 0.0181553289, 0.00372599321, -0.00677173818, 0.00220792484, 0.00640278962, 0.011821718, 0.00686781853, 0.0133897476, 0.00596850691, 0.00612607878, -0.00916221552, -0.0246734153, 0.0101537639, -0.0180477202, -0.0110146431, 0.00291123241, 0.014542711, 0.0163874533, -0.00930057094, 0.0101614501, -0.0159723852, -0.00573407114, 0.0191699378, 0.00790164247, 0.0283014067, 0.00921602082, 0.006479654, -0.000699944852, -0.0349885933, -0.00478864089, 0.0117832851, 0.0174020603, -0.0145888291, -0.0291930325, 0.0159416404, 0.0105688311, 3.55196789e-05, 0.0162644703, -0.0155880647, 0.00689856382, -0.00683322921, -0.00774022704, -0.00564567698, -0.0164335705, 0.0103459246, -0.024904009, -0.0153805306, -0.0181092117, 0.0058954861, -0.0156264957, 0.00381823024, -0.000670159934, 0.00927751139, 0.000260137342, 0.00800925214, -0.00158148143, -0.0124904364, 0.00258455961, 0.0118063446, -0.00592238829, -0.0147579312, -0.00915452931, 0.00616066763, 0.000520274683, 0.0241046213, 0.00830902252, -0.0152652347, 0.000211616818, 0.0107763642, -0.0042736507, -0.0296695903, -0.0128824441, 0.00532284752, -0.00759802852, -0.0116449296, -0.000339403574, -0.00490009412, -0.00808611605, 0.00437741773, 0.00456189178, -0.00308802025, -0.0104151024, -0.00456957798, 0.0169562474, -0.009830934, -0.0174789242, 0.00819372665, -0.000760475406, -0.00386819197, -0.0188471079, 0.0113221, 0.00903923251, 0.00128363247, 0.013043859, 0.0359724574, -0.010399729, 0.00986168, 0.0410762392, -0.00388932973, -0.0183859225, -0.00197925372, -0.0407687835, -5.44354843e-05, 0.0300077926, -0.0058993292, 0.0144274151, 0.0109992707, -0.00677942438, 0.00155169645, 0.0261953268, 0.0125365546, 0.0196157489, 0.0150192697, -0.0129055027, -0.0229209121, -0.0183551759, 0.00382015179, -0.0037778765, 0.00322445412, 0.00941586774, 0.00284974114, 0.0173405688, -0.0154112764, 0.00754038, 0.00255189231, -0.00467718812, 0.00501539046, 0.025026992, -0.0122214118, 0.00965414662, 0.0224904716, -0.0222906247, -0.0019523513, 0.0106764408, 0.00164585514, -0.0135972807, 0.00343390927, 0.00107129512, 0.0240585022, -0.00285166269, 0.0293160155, -0.00836282782, 0.00835514069, 0.00385858398, 0.0137971276, 0.00879326742, 0.00480017066, 0.0107840504, -0.0271330699, 0.0104689077, -0.00924676564, -0.0143274916, 0.0210300516, 0.000650463509, 0.0113067273, -0.027993951, -0.0184166674, 0.0233052317, -0.011091507, 0.0188009888, -0.00571869826, 0.00219831686, 0.00645659491, -0.00188509503, -0.0147733036, -0.00153151969, 0.0028458978, -0.00393160479, 0.00238663424, 0.0117755989, 0.018570397, 0.0175250433, 0.00700233085, 0.00700617395, 0.00413145218, 0.0133513156, 0.0108532282, -0.00485781906, -0.0181860756, -0.0101230182, 0.00457342109, 0.020030817, -0.0100692129, -0.00887781754, -0.0137894414, 0.00276519032, 0.0190469548, 0.00233859406, 0.000573118858, 0.0195850041, 0.0067602084, -0.000384080922, -0.00631439593, 0.00348194921, -0.00104343181, -0.0125749866, -0.0251653474, 0.000909399823, 0.0119370138, 0.0175404157, -0.0218909308, 0.000278632797, -0.011821718, -0.0274097826, 0.0328671411, -0.00807843, 0.0182629395, -0.00480401376, 0.0168025196, 0.0127210291, -0.0089700548, 0.02534982, -0.00902386, 0.00251153857, -0.00806305744, 0.0133282561, -0.0147425579, -0.00309570669, 0.00769410888, 0.00237318291, 0.0145965163, -0.0109070335, -0.0186626334, 0.0107763642, 0.012106115, 0.0065449886, 0.000243203205, 0.00403921492, 0.00425827783, -0.0119216414, -0.00469256099, -0.0180323459, -0.0107994238, -0.0157264192, -0.0118678361, -0.00202152901, -0.00548041891, 0.00321292458, -0.011821718, -0.0366181172, -0.025595786, -0.00344351726, 0.00406996068, -0.0100615267, 0.00687550474, 0.00181591732, 0.0111376261, -0.00864722487, 0.0076210876, 0.021045424, 0.00217333599, 0.000459984323, 0.00158052053, -0.01267491, -0.0310377739, -0.00375289563, -0.00606458727, -0.00970026478, -0.00809380226, -0.0297772, 0.00776712969, -0.00290546753, -0.00408533355, 0.00729057146, 0.0123828268, -0.00445043854, -0.0244274493, 0.00685628876, 0.0188932251, 0.00976175629, 0.0234589614, 0.00389125128, 0.0266103949, 0.0242890939, 0.0283321533, -0.00606458727, -0.0142275672, 0.0119447, 0.00979250204, 1.5718133e-05, -0.0235665701, -0.00618372671, 0.00650655665, 0.0111529985, -0.00576097332, -0.00821678527, -0.000523637515, -0.00495389896, 0.0162029788, -0.0207072217, 0.0285781175, -0.0227056909, -0.0175250433, -0.0112759816, -0.00642969226, -0.00105400069, -0.0171099752, -0.0019658024, -0.00215411978, -0.00309186336, -0.0133436294, -6.05005516e-05, 0.0229670294, -0.0179247372, -0.015395904, 0.0274559, -0.0263336822, 0.0112682953, -0.00249616569, -0.00954653695, 0.00398156699, -0.00578018976, 0.00670256047, 0.0145119652, -0.00462338282, -0.00578403287, 0.0151653113, -0.0115834381, 0.00284397625, -0.0135434764, -0.00331861293, -0.0164489429, 0.00784015097, 0.0272406805, 0.00784783717, 0.0131668411, 0.0278402213, -0.00789395534, 0.0149962101, 0.034004733, 0.0170023665, -0.0206918493, -0.0064834971, -0.0074673593, -0.0188317355, -0.0264874119, -0.0144658471, 0.00252691144, -0.0023040052, 0.0183090586, -0.0195542593, -0.0158955213, 0.00502692023, 0.00993854366, -0.00587242655, -0.0148424814, -0.00472330628, 0.0241661109, -0.0162183512, 0.00468487432, 0.015395904, -0.00332245603, -0.00604152773, 0.00729825813, 0.00066343433, -0.0126057323, -0.0254266858, -0.0062721204, -0.000633649412, 0.00110684487, -0.0086011067, -0.00944661256, -0.00638741674, 0.0021675711, -0.00204650988, -0.000925733475, -0.0127902068, -0.014342864, -0.00800925214, 0.0209839325, -0.0124058854, 0.00986168, 0.00883169938, 0.006967742, 0.0191391911, -0.00899311434, 0.0197694786, 0.00987705309, -0.0128978165, -0.0244120769, 0.0113374731, 0.0106918132, -0.00678326748, -0.0072482964, -0.0257648882, -0.00105688302, 0.0159108937, -0.0183705501, 0.0123674534, 0.00730210124, -0.00489625102, -0.0251038559, 0.0207687132, 0.00922370702, 0.00850118324, -0.00228863233, -0.0102460012, 0.00633745501, -0.00708688144, 0.00710225431, -0.0112298634, 0.00179093645, -0.0025326761, -0.0176941436, 0.0120446235, 0.0147041259, 0.00566105, -0.0127671473, 0.0492238477, -0.0138355605, 0.0209531877, 0.00115872815, 0.00320139481, 0.00833208207, 0.0242276024, 0.0105918897, -0.0102536874, -0.0207379665, -0.0109608378, -0.00168140489, -0.0168332644, 0.0190162081, -0.000669199158, -0.00168236566, -0.0182783119, 0.00416988414, -0.00683707278, -0.00747504551, 0.0123597672, -0.0299616735, -0.00374328764, -0.00935437623, 0.0364336409, -0.0106072631, -0.00429286668, -0.00958496891, -0.0132283326, -0.022951657, -0.0280246958, -0.00101749017, 0.00529594487, 0.00103286305, 0.0151806837, 0.000311780517, 0.0205842387, 0.0178478733, 0.00424674852, -0.00250193058, 0.00269409106, -0.0135742221, -0.0113989646, 0.00153728446, 0.00163240393, 0.00526135601, 0.00722139375, 0.00692546647, 0.0160185043, -0.0237664171, 0.00508072507, 0.0042698076, 0.0265950207, 0.00612992188, -0.00574175734, 0.000283917238, 0.0114604561, -0.0058954861, -0.024089247, -0.0163259618, -0.00710225431, -0.00710609742, 0.0152806072, 0.0205688663, -0.0114297103, 0.00123559241, -0.0202767812, -0.00461569661, 0.0247656535, -0.0227979291, 0.0106303217, -0.0123443939, 0.00301692076, 0.0104996525, 0.00313990354, 0.013528103, -0.00162759994, -0.00235204515, 0.00913915597, -0.0140584661, -0.00278824964, -0.00563030457, -0.0148578547, -0.00730978744, 0.0114450827, -0.0095157912, 0.0234897062, 0.0111376261, 0.000650463509, -0.0236280616, -0.0149731506, 0.000276471, 0.00775944348, 0.00677173818, -0.0162798427, -0.0152498614, -0.0265489034, -0.0193544105, 0.0100384671, -0.0225519631, 0.00231937785, -0.00253651943, 0.0119600734, -0.00863185246, 0.0130361719, 0.0108301686, -0.0133282561, 0.00469256099, 0.00320908125, 0.000729249325, 0.00416604104, 0.00147194986, 0.0106226355, 0.00484628929, 0.0100307809, 0.00982324779, 0.0169716198, 1.45921922e-05, -0.0114527689, -0.00234243716, -0.00380285736, 0.00429671025, -0.0382168926, 0.00571869826, 0.0184627865, -0.00508841174, 0.0101998821, 0.0053497497, -0.000254132348, 0.00167756167, -0.0156341828, 0.00860879291, 0.019784851, 0.00398925319, -0.0210915431, 0.00353959738, 0.00247502793, 0.0122982757, 5.98625184e-06, 0.00236741803, -0.0215219818, 0.0168486368, -0.0129131898, -0.0222137608, 0.0129746804, -0.0198463425, -0.0223982353, 0.0287164729, -0.00419678679, 0.016249096, -0.0104535343, 0.00993085746, -0.00211568782, 0.00501154736, -0.0067640515, 0.0168486368, 0.00923139323, 0.00839357357, 0.00047727878, 0.00899311434, -0.00490009412, 0.0148578547, 0.0155419456, 0.00473099295, 0.00396619411, -0.000220384143, -0.00372599321, -0.0106610674, -0.00638357364, -0.00188509503, 0.00483860262, 0.0367718451, -0.00738665182, -0.0184781589, -0.00790932868, 0.00496542873, 0.0126902834, 0.0132206464, -0.0235511977, 0.0108378557, -0.0224136077, 0.0213836264, -0.0198309701, 0.0218755584, 0.0242429767, 0.0157571658, -0.0132052731, 0.0027344448, -0.0196926147, 0.0144965928, -0.00247694948, 0.00666797115, -0.00495005585, -0.000373992487, -0.00996160321, -0.00574560091, -0.00425827783, -0.0244120769, 0.0237817913, 0.00527672889, -0.00887781754, 0.0164643172, -0.0126134194, 0.0034089284]
|
07 Jul, 2023
|
HTML5 MathML <mlabeledtr> tag
07 Jul, 2023
The MathML <mlabeledtr> tag in HTML5 is used to represent a label in a row, either on the left or on the right side inside of the <mtable> element. Child of this element is similar to normal table followed by m like <td> become <mtd>.
Syntax:
<mlabeledtr> element </mlabeledtr>
Attributes: This tag accepts some attributes which are listed below:
class|id|style: This attribute is used to hold the styles of the child elements.
href: This attribute is used to hold any hyperlink to a specified URL.
mathbackground: This attribute holds the value of the math expressions background color.
mathcolor: This attribute holds the color of the math expressions.
columnalign: This attribute used to specify horizontal alignment of cells specified by <mtable> for this row. Possible values are left, right and center.
rowalign: This attribute is used to specify the vertical alignment of cells specified by <mtable> for this row. Possible values are axis, baseline, bottom, center and top.
Below example illustrates the MathML <mlabeledtr> tag in HTML5:
Example:
html
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML mlabeledtr tag</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML mlabeledtr tag</h3>
<math>
<mtable>
<mlabeledtr>
<mtd>
<mn>X</mn>
</mtd>
<mtd>
<mi>Y</mi>
</mtd>
<mtd>
<mi>Z</mi>
</mtd>
<mtd>
<mn>W</mn>
</mtd>
</mlabeledtr>
<mtr>
<mtd>
<mi>P</mi>
</mtd>
<mtd>
<mi>Q</mi>
</mtd>
<mtd>
<mi>R</mi>
</mtd>
<mtd>
<mi>S</mi>
</mtd>
<mtd>
<mi>T</mi>
</mtd>
</mtr>
</mtable>
</math>
</center>
</body>
</html>
Output:
Supported Browsers:
Google Chrome
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 MathML <merror> Tag/HTML5 MathML <mfenched> tag/HTML5 MathML <mfrac> tag/HTML5 MathML <mglyph> Tag/HTML5 MathML <mi> Tag/HTML5 MathML <mlabeledtr> tag
|
https://www.geeksforgeeks.org/html5-mathml-mlabeledtr-tag/?ref=next_article
|
NextJS
|
HTML5 MathML <mlabeledtr> tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, CSS pause-before Property, jQuery Mobile panel close() Method, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, HTML5 MathML <mi> Tag, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, HTML5 MathML <mlabeledtr> tag, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, HTML5 MathML <merror> Tag, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML <mfrac> tag, HTML5 MathML <mglyph> Tag, Node.js Readable Stream close Event, HTML5 MathML <mfenched> tag, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0387941226, -0.00112969917, -0.0164228454, 0.0329606347, 0.0325008519, -0.0156469624, 0.00274432497, 0.0214086082, 0.0144831389, 0.0049570268, 0.00974163506, 0.00553175434, 0.00725952955, -0.0180033464, -0.0309490897, -0.0126799308, -0.0122704376, 0.0235494692, -0.0401159972, 0.0163366366, 0.00351661537, -0.00461219, -0.0209631938, 0.0360066928, -0.0257621706, -0.0187073871, 0.00563592371, -0.0182907097, 0.0055712671, 0.0101295765, 0.0170694143, 0.00562514784, 0.0108479857, -0.0285783373, -0.0166814718, -0.0012114183, -0.00354535179, 0.0613809228, -0.0209200904, 0.00450442871, 0.0170263089, 0.00140359288, 0.00286106649, 0.0297134239, 0.0221126489, -0.00956921652, -0.000303079083, -0.0242247749, -0.0151584437, -0.015790645, 0.00633278117, 0.000916870369, 0.0376446657, -0.0179458745, 0.0144400345, 0.0130175836, 0.0337077826, 0.0325008519, -0.0379320309, -0.00576523785, -0.0110994298, -0.019512007, -0.0197706334, 0.00132456783, -0.00457986165, -0.0105893584, -0.0254173335, 0.0541680902, 0.00867838878, -0.0123566464, -0.0243397206, 0.00721642515, 0.0133265, 0.000371552509, -0.0139371473, -0.0054742815, -0.00612803455, 0.0217534453, -0.00549224205, -0.0189085435, 0.00312687806, -0.015603858, -0.0167820491, 0.0260639023, 0.0219977051, 0.0328744277, -0.0221844912, -0.0399723127, -0.0229460057, -0.000950096815, -0.0323571712, 0.030058261, -0.0204459392, -0.0335641, -0.0200292617, -0.0192677472, 0.0139802527, -0.0153739667, -0.0407481976, -0.00995715801, 0.00311969407, 0.032816954, -0.0184918642, 0.0177159831, 0.0278455596, 0.000480436458, 0.0247851331, 0.0318686515, 0.0170981511, 0.0137862815, 0.0307479333, -0.0400297865, -0.0257478021, -0.054225564, -0.0103738355, 0.00326876412, -0.0110563245, -0.0689673275, 0.00989250094, 0.00236715982, -0.0375584587, -0.0230322145, 0.0198137388, 0.0338227265, -0.0275294594, 0.00834073592, -0.0137359928, 0.00309454976, 0.0358342752, -0.00700808642, -0.0172418319, 0.00829044729, -0.00557845132, -0.0286214408, -0.0134558128, 0.0316387638, 0.0114083458, -0.0209057219, -0.00604541739, 0.00540603278, -0.0113939773, 0.000224166273, -0.00404823851, -0.016810786, -0.041782707, -0.0160780083, -0.0108048813, 0.0426735356, -0.00208338816, 0.0314950794, 0.00331546064, 0.00296703191, 0.0344836637, -0.00747146038, 0.0228023231, -0.0310640335, -0.0200292617, 0.0185062326, -0.0115807643, -0.00576164573, 0.0143753774, 0.00376087474, 0.0278742947, 0.0350296572, -0.00460500596, 0.0575015098, 0.0128451651, -0.0123063577, -0.0492829047, 0.0399148427, -0.0284921285, 0.0102445222, 0.00160295155, -0.0272133593, -0.00454034936, 0.0236213095, 0.00890828, -0.021868391, -1.33579297e-05, -0.0357193276, -0.0126009053, -0.00419910438, 0.0133336838, 0.0362653211, -0.0400585234, -0.00495343469, 0.0419551246, 0.0355756469, -0.00375728263, 0.00376446662, -0.0581049733, 0.00231687119, 0.0265955254, -0.00383630767, 0.0422999598, -0.00498217111, -0.0439092, 0.0323571712, 0.0243828241, -0.000922258419, 0.0123279104, 0.0162504259, 0.0143538257, 0.00358306826, 0.0269691, -0.0187648609, 0.0167964175, -0.00842694566, 0.0222994369, -0.0267104711, -0.0351446, 0.0103953881, 0.011789103, 0.0137503613, 0.00100577355, -0.00163528, -0.0012428487, -0.035891749, 0.0025485584, -0.0273857769, 0.0590820126, -0.0119830733, 0.00349506317, 0.00577601371, -0.0681627095, -0.0183625519, -0.0249575526, -0.0248713437, -0.0281329229, -0.0177447181, 0.00302630081, 0.0306329876, 0.00626812456, 0.00516536552, 0.0144041143, 0.0403171517, 0.00214984105, -0.0093608778, 0.0458058, 0.00708351936, -0.00676023494, -0.0292680096, -0.0190091208, -0.0243828241, 0.00862091593, -0.0023204633, -0.0216097627, -0.066668421, 0.0109557472, -0.0150291305, 0.0361503735, -0.0270409398, 0.000621424348, -0.0111209815, 0.00704759872, 0.0330755822, 0.0186499152, -0.0390814878, 0.00451879669, 0.00818987, 0.043391943, -0.00739961956, -0.0144184818, -0.0155463852, 0.0249575526, 0.0210350361, 0.0575015098, -0.0595417954, 0.0163222682, -0.0103522837, -0.00780192902, -0.0464954749, 0.0180033464, 0.0052515748, -0.0304893069, -0.00397999, -0.0458632745, -0.0135635743, 0.00636151759, 0.0088436231, -3.85022686e-05, -0.00942553487, 0.00345195853, 0.0570129901, 0.0520415977, 0.0225293282, 0.0407194607, -0.00934651, -0.0230896864, -0.0231327917, 0.00870712567, -0.015603858, 0.0122776218, -0.014856712, 0.0510932952, 0.0149716577, 0.0100289993, -0.0127876922, -0.00529827131, -0.0115232915, 0.00315202237, -0.013987436, -0.00591610372, -0.0326732732, 0.00932495762, 0.0252592843, 0.0302594155, 0.0109916683, -0.0294835325, -0.0171556231, -0.0221126489, -0.0292536411, -0.0164228454, 0.0101080239, -0.0138724912, 0.00762951095, 0.00275330502, -0.0137359928, 0.0118465759, -0.0124213034, -0.0253311247, -0.00350404321, -0.0498288944, 0.0364664756, 0.0424436443, -0.0231902637, 0.00369262579, -0.0378745571, 0.0153595991, -0.0214086082, -0.0616108142, -0.00878615, -0.00219294545, 0.0329031646, -0.0347710289, -0.0640821457, 0.0186211783, -0.00466966303, 0.000569788681, -0.0209200904, -0.0493978485, -0.0202016793, 0.0209344588, -0.0275869314, 0.0462943204, -0.0154889124, -0.00201334315, 0.018391287, 0.0103450995, 0.0199574213, 0.000912829302, 0.0244546644, 0.01972753, 0.00972008333, 0.0205465164, -0.007708536, -0.0525013804, -0.0234057866, -0.0281329229, 0.0270122029, -0.0183769204, -0.0163079, 0.00144939148, -0.0607487224, -0.0436218344, -0.0436218344, -0.02593459, 0.0151153393, 0.0214086082, -0.0208195131, -0.0380469747, -0.0156900678, -0.00266350387, 0.0285352319, 0.00261860318, 0.0314088725, 0.0204603076, -0.0109557472, 0.00126350299, 0.00837665703, 0.000644772663, 0.016810786, 0.00563233206, -0.000929442525, 0.0211930852, -0.00412367145, 0.00282335, -0.0205465164, -0.0465816818, 0.0179602411, 0.048478283, 0.0538232513, -0.0058658151, -0.0422712266, 0.00820423849, 0.00176279771, -0.00647646328, -0.0129026379, 0.0400585234, -0.0164946858, 0.0363227949, -0.00235638372, 0.0258196443, -0.0075720381, -0.00879333448, 0.00267248391, -0.0301732067, 0.0232908409, 0.0498576313, -0.0268110484, -0.0124787763, -0.00979192369, 0.00893701613, -0.0145549802, 0.0109270113, 0.0310927704, 0.0139730684, 0.0385354944, -0.0252880212, 0.0239948835, 0.066668421, 0.000578768784, -0.00876459759, -0.00657704053, -0.0203022566, 0.050403621, -0.0690248, -0.0372710936, -0.016997572, 0.0151153393, 0.0243253522, -0.00784503389, -0.0027946136, 0.00808210857, 0.016408477, -0.0101942336, 0.0207333025, 0.00630763685, -0.0157619081, 0.0135635743, -0.0259776935, 0.0250724982, 0.014641189, 0.0238799378, -0.0341100916, 0.00806055684, 0.00479538459, -0.0178309288, 0.0162360594, 0.0475299843, 0.0021139204, -0.0080174515, -0.0528749526, -0.0289375409, 0.0187073871, -0.023822464, 0.0247563981, -8.5255022e-05, 0.043794252, -0.00204207958, -0.0378745571, 0.0207620393, 0.0355756469, -0.0156613309, 0.038219396, -0.0210063, -0.0480472408, 0.00617473107, -0.0142245116, -0.0154889124, -0.0135420226, -0.0182907097, -0.0130966082, 0.0194257982, -0.0192390103, 0.0121411234, 0.0103882039, -0.00379679515, -0.0136354156, -0.0197131615, 0.0324433818, 0.00368184969, 0.0169544686, 0.000651058741, 0.0276300367, 9.08114744e-05, -0.0282622371, 0.000105348045, 0.00926748477, 0.0228023231, -5.13270024e-05, 0.0328456908, -0.000803720846, -0.0367538407, -0.0128810853, 0.0047774245, -0.0119399689, -0.0199717898, 0.00727389799, -0.0186355468, -0.0014323293, 0.0403746255, -0.00280718575, 0.0497139506, -0.0115161072, 0.026336899, -0.066496, 0.0206614621, -0.0467541032, 0.0218396541, 0.00293649966, -0.033535365, 0.0143466415, -0.00837665703, 0.0270984136, 0.00808929279, 0.0281329229, 0.0467541032, -0.0375871956, -0.018951647, 0.013089424, 0.000929442525, -0.0343687199, 0.000598525046, 0.00540603278, 0.00623220392, 0.026336899, 0.0046804389, 0.0144112976, -0.0446850806, 0.00652316, -0.00859218, 0.0335066281, 0.0390527509, -0.0295697413, 0.0128810853, -0.0364664756, 0.00993560534, -0.01339834, 0.015201549, -0.0116813416, -0.0172705688, -0.00119256007, -0.0267823134, -0.00643335842, -0.0104887811, -0.00469480734, -0.0157619081, -0.0416964963, 0.000636241573, -0.000671713031, 0.0127302194, 0.0111137973, -0.00589455152, 0.00523002259, 0.0123925665, -0.00956203323, -0.0134486295, -0.0227161143, -0.0175723, 0.0106755681, -0.0126080895, 0.0272708312, 0.010517518, -0.0196269527, -0.0190234873, -0.00317177875, 0.0327307433, -0.00209955219, 0.023219, -0.00426735356, -0.0182907097, 0.049943842, -0.0137790972, 0.0170406774, 0.0173998829, 0.0137862815, -0.00262219529, -0.00166671048, -0.0215091854, -0.00469480734, -0.0349721834, 0.048392076, 0.00329750031, -0.0051366291, -0.0165234227, -0.013089424, -0.0498001575, -0.0638522506, 0.000277710235, 0.00147184182, 0.0125865377, 0.00903759338, -0.00459423, 0.0155320168, 0.0333054736, -0.0285496, -0.0322134905, 0.0451736, -0.0240236204, 0.0140808299, 0.0141239343, 0.0295410063, 0.0059304717, -0.00184810883, -0.0286789145, -0.00477383239, -0.0548002906, 0.0418114439, -0.00938243, -0.0472426191, -0.0209775623, -0.00278204144, -1.14917484e-05, -0.0102301538, -0.0128954537, 0.0279030316, 0.00933932606, -0.000693265349, -0.016566528, 0.0548290275, -0.00200975104, -0.00443617953, 0.00740680378, 0.015790645, -0.00553893857, -0.0411217697, -0.00170352892, -0.0131109767, -0.0333916806, -0.00202411925, -0.0183194466, 0.00169185479, -0.00123476668, 0.0102948109, 0.0071589523, -0.0306042526, 0.00125901296, -0.00231687119, 0.023017846, 0.0292249061, 0.0254173335, 0.000944708707, 0.0516105518, -0.00477383239, -0.0148854489, 0.0061855074, 0.0233195778, 0.0175723, 0.00488518598, 9.82762e-05, 0.0103235468, 0.00569339655, -0.0151297078, 0.0051366291, 0.0260495357, -0.00682489201, 0.0126080895, 0.0039081485, 0.0135276541, -0.0089442, -0.0228166915, 0.00939679891, -0.000460231211, 0.0125578009, -0.0195551105, -0.00903040916, 0.0084844185, -0.0205034129, 0.00253778207, -0.00599153666, -0.0256759617, 0.0177878235, 0.0111209815, 0.0171556231, -0.0194257982, -0.0111856386, 0.0392826423, -0.0321847536, 0.0322422273, -0.0382768661, -0.00581552647, 0.0237649921, 0.00520847, 0.00457267743, -0.00685003633, -0.0278886631, -0.0075720381, -0.0173567776, -0.015201549, 0.0338514633, 0.0196700562, 0.0135707585, 0.0130319512, 0.00674586697, -0.0235494692, 0.000642078638, 0.0115304757, 0.00300654443, -0.00281975791, -0.00129223941, -0.00189839758, 0.0109629314, 0.00198640279, -0.00192892994, 0.0321847536, 0.0101223923, -0.0187073871, -0.0158193819, -0.0026257874, 0.009087882, -0.0076366947, 0.0530473702, 0.0508059338, 0.00112341309, -0.0128810853, -0.011106614, 0.0187217556, -0.0387941226, 0.0235925745, -0.0099858949, 0.0252018105, 0.0414378718, -0.00252341409, -0.0242678784, -0.015417072, 0.0104672294, 0.0201442074, 0.00524439057, 0.00753611745, -0.016408477, -0.0130750565, 0.00953329634, -0.00664528972, -0.00746427663, 0.038305603, 0.0223281719, 0.000208002049, -0.00921001192, -0.00471635954, -0.0193970613, 0.0552888103, -0.0286789145, -0.0140951974, 0.0239661466, 0.0076366947, 0.0122057805, 0.00484567322, 0.00620346749, 0.020072367, -0.0109126428, -0.0305467788, 0.0334778912, -0.0209631938, 0.0362078473, -0.00124015473, -0.00410930347, -0.0100721037, 0.0191240665, -0.00435356284, -0.0377596132, 0.00305683305, -0.00247492129, -0.01141553, -0.013585127, 0.023075318, -0.0390527509, -0.0349721834, 0.0221988596, -0.00349147106, 0.00893701613, -0.00146645377, 0.0610935576, 0.013771913, 0.0174142513, 0.00570058078, -0.03046057, 0.00863528438, -0.0163079, 0.00227735867, -0.000428576284, -0.0065662642, -0.0170694143, 0.0077731926, -0.00687877275, -0.00538088847, 0.0406907238, 0.000162764685, -0.014856712, 0.00966979377, 0.0433632061, 0.00227915472, 0.0240667239, -0.00744272443, 0.0222563315, -0.0192677472, -0.00626453245, 0.00696857367, -0.0121770436, -0.0148710804, 0.0198424757, -0.00505042, 0.0245408751, -0.0146555575, 0.0531623177, -0.0120620988, 0.0117675504, -0.00506119616, -0.0496277399, -0.00582630234, 0.0007215527, -0.00586940721, -0.0161067452, -0.00542399287, 0.0223281719, 0.00108210451, 0.0363802649, -0.0136210471, 0.005273127, 0.0174860917, 0.0207764078, -0.0180751868, -0.0112502957, 0.0107043041, -0.0463517904, 0.0104384925, 0.0352308117, -0.010050551, 0.031265188, -0.0106971199, -0.0221557543, -0.00571494875, -0.000724246725, 0.00788095407, -0.0178309288, 0.00340346573, -0.00968416221, 0.017371146, -0.0223569088, 0.0192246437, -0.0459207445, -0.00388300419, 0.00792405847, -0.0171699915, -0.0103522837, 0.0297708977, -0.00372495409, -0.0228741635, 0.0177590866, 0.0235207323, 0.0291243289, 0.0510358214, -0.000511417864, 0.0419263877, -0.0115879476, 0.000618281309, -0.0254604388, 0.0288657, 0.0282909721, -0.0100074466, -0.00977755524, 0.0267823134, 0.0217821822, -0.00706196716, 0.0294260606, 0.0107761454, 0.0445701368, -0.0121770436, -0.000616036297, 0.0147848707, 0.00470558321, -0.00698653422, 0.0237362552, 0.0292967465, 0.0139946202, 0.00898012053, -0.00694702147, -0.00737806736, -0.00145837164, -0.00240128441, 0.02283106, 0.008283264, -0.00463374238, -0.0107043041, 0.0170550458, 0.0176585093, -0.0493978485, -0.0303168874, -0.00642258255, -0.0508921407, -0.0144472187, 0.0125649851, 0.0390527509, -0.0163366366, -0.011444266, 0.0697719455, -0.0211787168, 0.00371777, -0.0106037268, 0.0179027691, -0.000305099617, -0.0265093166, -0.0147058461, 0.00053072517, 0.0257478021, -0.00354175968, -0.00286645466, 0.0204315707, 0.0025108417, 0.0167102087, 0.0188941751, -0.0135635743, -0.00270122034, -0.0270553082, 0.0449437089, 0.00229711505, 0.0313514, -0.0219977051, -0.01339834, -0.00592328794, -0.0147561347, -0.00218755752, 0.00885080732, 0.0181901325, -0.0235638376, 0.00606337748, -0.00522643048, -0.00915253907, -0.049196694, 0.017586669, -0.0372136198, 0.00641180621, 0.00778756104, 0.00160744169, -0.00501090754, -0.00665965769, -0.0271558855, 0.00736369938, -0.0341388285, -0.044110354, 0.0193826929, -0.00534137571, -0.0128020607, 0.0080174515, -0.0159055907, -0.0116669731, -0.0243253522, 0.0261070076, -0.00309095765, 0.0049354746, 0.0208626166, -0.00271558855, -0.0329031646, -0.0170263089, 0.0193970613, -0.0100002624, -0.00447569229, 0.0063435575, 0.0160923768, 0.0185924415, 0.01057499, -0.000986915315, 0.00645850319, 0.0141167501, 0.00443258788, 0.0156613309, -0.0268110484, -0.00531982351, 0.0212218221, -0.0105893584, 0.000960872916, -0.0154601764, 0.0277737174, 0.00574009307, 0.0155894896, 0.0117675504, 0.0245696101, -0.0133624198, 0.0212074537, 0.0134989182, 0.0227017459, -0.0174429864, -0.0129601108, 0.0436793081, 0.0212074537, 0.0219546, 0.020129839, -0.019325221, -0.020532148, 0.0203597303, 0.0392539054, 0.014332273, -0.0291818, -0.0124284877, -0.00453675725, -0.0137431771, 0.0517254956, -0.0302594155, -0.0314088725, 0.00434997072, -0.0426160619, -0.0194545332, 0.0289088059, 0.0446276106, -0.044110354, 0.0189229101, -0.0136426, -0.00728467433, -0.0162360594, -0.00815395, -0.0125865377, 0.0205465164, -0.00235817977, -0.0271271486, -0.00238871225, -0.0153164938, 0.0141526703, 0.0194401667, 0.00831918418, 0.0469839945, 0.00482412102, 0.000572482706, -0.0075935903, -0.0246845558, 0.012780508, -0.00903040916, -0.00709070358, -0.0112718474, 0.0181326605, -0.0135779427, 0.00933932606, 0.00955484901, 0.00573290931, 0.0133911567, -0.0226011686, -0.00461578229, -0.0154889124, -0.0367251039, -0.0169832055, -0.0023204633, 0.000827069161, -0.00646209484, -0.0172562, 0.013089424, -0.0141670387, -0.0106468312, -0.00769416755, 0.0114011616, -0.0106324628, 0.00836947281, 0.00820423849, -0.00550661, 0.015603858, -0.0205896217, 0.0249575526, 0.00913098734, 0.0106612, -0.020316625, 0.0310352985, 0.0149141848, -0.0051366291, -0.0260639023, -0.0136713358, -0.0186786521, -0.0175435636, -0.0130535038, -0.00294907182, 0.0168395229, -0.0143681932, 0.0126655623, -0.0158193819, -0.0103594679, -0.0130822398, -0.00537729636, 0.012126755, 0.0199286845, -0.00910225, 0.0112934, 0.000161080912, -0.0284059178, -0.00372136221, -4.8689094e-06, 0.00270301639, 0.000862091605, -0.0312077161, 0.0038650441, -0.00561077939, 0.00355433184, -0.0292536411, -0.0432482623, -0.0190522242, 0.0103379153, 0.00954048056, -0.0264949482, 0.0153164938, -0.0153452307, 0.00923874881, 0.0662086383, 0.0103235468, -0.0251156017, -0.00987813342, -0.00685722055, -0.0133480513, -0.0120908348, -0.00601308886, 0.0161642171, -0.00142065517, 0.0141670387, 0.0280610826, -0.0154889124, 0.0121985963, -0.00313047017, -0.0104744127, -0.000334060489, 0.00111712702, -0.00185170094, -0.021279294, -0.0197562668, 0.0108623542, 0.0153308623, 0.0140089886, 0.0184056554, 0.0115448432, -0.00213906472, -0.0039297007, -0.0196700562, -0.0016532403, -0.00526953489, -0.0180033464, 0.0182907097, 0.00587659096, -0.00358306826, 0.0538232513, -0.00493188249, -0.00830481574, -0.00556408288, -0.013369604, -0.0184343923, -0.011817839, 0.00217139325, -0.0264374763, 0.00999307819, -0.00344836642, -0.00144849345, 0.020129839, 0.0106324628, 0.00909506623, 0.00459782174, 0.0273714084, 0.0220839139, -0.00276767323, -0.00816831831, -0.000164897472, -0.0124356719, -0.0244977698, -0.00576164573, -0.00826889556, -4.06911713e-05, -0.010266074, 0.00601308886, -0.00969134644, 0.0272708312, -0.00984221231, 0.000279506261, -0.0055712671, 0.00498217111, 0.0187792294, 0.00106504234, 0.0273283049, 0.00739961956, 0.00855625886, -0.0146340048, 0.00231866725, 0.00294368365, 0.00221808976, 0.00137575448, 0.0014215532, 0.0216241311, 0.00754330168, -0.0286214408, 0.0160636399, -0.00535574416, 0.00685362844, 0.00485285744, -0.00268326025, -0.000607505208, 0.00972008333, 0.0100146309, -0.0169257317, -0.0127517721, 0.0111712702, -0.0024677373, -0.0108336182, 0.000279281754, 0.00257549877, -0.0165377911, -0.0052515748, -0.00802463572, 0.010237338, 0.00436793081, 0.0155176492, 0.018333815, -0.0262794252, 0.00746427663, -0.00230250298, -0.00298319617, 0.00855625886, 0.0112000071, 0.0102445222, -0.0274719857, 0.0114083458, -0.0119615206, -0.0440241434, -0.016192954, -0.00637229392, 0.0263225306, 0.0167533141, -0.017213095, 0.0102517065, 0.000969853078, -0.00980629213, -0.0310352985, -0.0238799378, -0.00115125149, 0.00195946242, 0.00302630081, 0.00794561114, -0.00669198623, 0.00892983191, 0.00862091593, 0.00203848747, 0.00419192063, -0.00429249788, 0.0178884, -0.000188133534, -0.0170837827, -0.00428172154, 0.0100433668, -0.00972008333, 0.0291530639, 0.00120513223, -0.0137288086, 0.010452861, 0.00808210857, 0.030058261, 0.0252449159, -0.00580834225, -0.00543476921, 0.00531263975, 0.0329318978, 0.0163366366, 0.0100146309, -0.0173424091, 0.02847776, 0.00760077452, 0.0133911567, 0.00195227831, 0.0104672294, 0.00440025935, 0.0266817361, -0.00265991176, -0.0319836, 0.0229029, 0.0260207988, -0.0328456908, 0.0132474741, -0.0338227265, 0.0183769204, 0.0209488254, 0.000754779147, 0.0198568441, -0.00395484548, 4.58126488e-06, 0.00353277964, -0.0118250232, 0.0181901325, -0.00575805362, 0.0197706334, 0.0067781955, -0.0196125843, -0.00392610906, -0.0202304162, 0.00909506623, -0.00256831455, 0.00701527065, -0.0268972591, -0.00437152293, -0.0190091208, -0.00578319794, 0.0242247749, 0.0153021263, 0.00755766965, -0.00913098734, 0.0174142513, -0.0234057866, -0.0021246965, -0.0111928228, 0.0106109111, 0.0443402454, 0.0200292617, 0.00807492435, 0.00232944335, -0.00819705427, -0.0165377911, -0.0043427865, -0.00435715448, -0.0129241897, 0.0102445222, 0.000789801648, 0.00659140898, -0.00694342935, -0.0121123875, -0.00822579116, 0.0350871272, 0.0150722349, 0.0155463852, 0.0243971925, -0.0174717233, -0.00860654749, 0.000586401904, -0.015417072, -0.0231902637, -0.00631122896, 0.00752893323, -0.000812251936, 0.000696408388, 0.0218252856, 0.0277306139, 0.0263656359, 0.0040230942, 0.00196485035, 0.00400513411, -0.0313514, 0.0127014834, -0.00228633871, -0.00528031122, -0.0288082287, 0.0232477374, -0.0201154705, 0.0128810853, 0.00357229216, -0.0140018044, -0.00032171284, -0.0124787763, -0.00439666724, -0.00408415915, 0.00457267743, 0.0109629314, 0.0192102753, -0.00642258255, -0.0209057219, 0.00191276579, 0.0109629314, -0.0168395229, 0.0136210471, 0.00804618839, -0.0252305474, 0.0258914847, 0.0206183568, 0.0067027621, -0.024411561, 0.0105318855, 0.00197742274, -0.000835600251, -0.0292249061, 0.00775882462, -0.00582630234, -0.0110204043, -0.0056862128, 0.0197850019, 0.0262506902, 0.00154458079, 0.0126942992, -0.0187073871, 0.00783785, 0.000775433437, -0.0057508694, -0.0259489566, 0.0420413353, 0.00315741054, -0.0192246437, -0.0143394573, -0.0125865377, 0.00645850319, -0.0127086667, 0.0194401667, -0.000547787349, 0.0266673677, 0.00176100177, 0.00139551074, -0.0121770436, 0.0076366947, 0.021897126, -0.00837665703, -0.00249647372, -0.0208195131, 0.0169544686, 0.0222563315, -0.0128739011, 0.0160780083, 0.017931506, -0.00141436909, -0.0239948835, -0.0217390768, 0.00712662376, 0.0327020101, -0.0205177795, 0.0055497149, -0.0060669696, -0.0111856386, 0.00791687425, -0.00676741917, 0.00424580136, 0.00329031632, -0.0109988526, 0.0084413141, -0.0247851331, -0.0188510697, -0.0142029589, 0.0129385581, 0.00358306826, -0.00576882949, -0.0242104065, 0.00675664283, -0.00715176808, 0.0017726759, -0.001783452, 0.0197850019, 0.0027838375, -0.0333342105, 0.0203884672, 0.0060059051, 0.0370699391, 0.0150291305, -0.0268110484, -0.00941835064, -0.00626094034, -0.0270409398, 0.0100218151, -0.0239374097, 0.017931506, -0.0289231744, -0.0139515158, 0.000803720846, 0.0241098292, -0.026150113, -0.0155463852, -0.0161642171, -0.0155607536, 0.0178309288, -0.013585127, -0.00743554, 0.00633996539, 0.0383918136, -0.00789532252, 0.0163653716, 0.0108192498, 0.00267068786, -0.000827518117, -0.00501809176, 0.00908069871, -0.0202304162, -0.0151440762, 0.0390814878, -0.00762951095, 0.0163222682, 0.00852752291, -0.0206327252, 0.01367852, 0.011789103, 0.0163797401, 0.0155032808, -0.00966979377, -0.00644772686, -0.00451879669, -0.00747864461, -0.0184056554, -0.0218109172, -0.0177590866, 0.0139730684, -0.0128379809, -0.00486722542, 0.0120405462, 0.0013515082, 0.0232477374, -0.0144256661, 0.0149429208, 0.000363245897, 0.00347530679, -0.0145190591, 0.0133193154, -0.0106252795, -0.0695995316, -0.0210063, -0.020316625, 0.000355163793, 0.00355792395, 0.0394837968, 0.0591969565, -0.00727030588, 0.00853470713, 0.0286501776, -0.0120764663, 0.0120836506, -0.0119758891, -0.00681052357, -0.0175148286, 0.0128667168, -0.00625016401, -0.00953329634, -0.0153021263, -0.0238655694, 0.0102157854, -0.0209057219, 0.022859795, 0.0121985963, 0.0118537592, -0.00367107335, 0.00322565949, 0.00783785, 0.014641189, -0.00380757125, -0.032816954, 0.0188798066, 0.00664528972, -0.00418114429, -0.00931777339, -0.0276300367, -0.0123350937, -0.0410930328, 0.00636151759, -0.0203453619, -0.000485824537, 0.000321937347, 0.0354607031, 0.0111281658, 0.0108048813, 0.0063866619, -0.00911661889, 0.00826889556, -0.0193395875, -0.00590532739, 0.0241241977, 0.0250293929, 0.0314376056, 0.018951647, 0.0152159166, -0.0135204699, -0.0116023161, -0.0212218221, 0.0193826929, -0.021494817, 0.0013200778, -0.00959795341, -0.00219474151, -0.0450011827, 0.0269691, -0.0189372785, -0.037098676, -0.00783066545, 0.00467325514, 0.0152733894, 0.0278742947, 0.00434637861, 0.00347710284, -0.00932495762, -0.000279506261, -0.0168969948, -0.0195982158, 0.0215953942, -0.0280036088, 0.00478820037, -0.018391287, -0.00420269649, 0.00338370958, -0.0157619081, -0.00662014494, 0.00220551761, -0.0033531771, -0.00118178397, 0.00659859274, -0.00750738103, 0.060518831, 0.014641189, 0.0128882695, -0.0120118102, -0.0022396422, 0.0161067452, 0.00860654749, 0.0111497184, -0.00199358677, -0.0303168874, -0.010919827, -0.00891546439, 0.0160636399, 0.0132833952, -0.0117675504, 0.00913098734, 0.00208698, -0.0306329876, -0.0117316302, 0.00210134825, 0.0255466476, -0.0152877579, -0.00315022632, -0.00831918418, 0.026653, -0.00362078473, -0.00651956769, -0.00591969583, -0.00459782174, 0.023822464, 0.00805337261, 0.0105247013, -0.0293542184, -0.0243397206, 0.00676023494, -0.00847723428, 0.0123350937, 0.0071158479, -0.0245839786, 0.00536292838, 0.0287363864, -0.00823297445, -0.00378961093, -0.00411289558, 0.016968837, -0.00350583927, 0.00460141385, 0.00111084094, -0.0199861564, -0.0093608778, 0.0166096315, -0.0154745448, -0.0106180953, 0.00291315117, 0.00166850642, -0.0144759547, 0.0158337485, -0.0120549146, 0.0139802527, 0.0110275885, -0.00258268276, -0.0198568441, 0.000225625539, 0.00168377266, -0.0120549146, 0.0129816625, -0.0178740323, -0.0189229101, 0.00157870527, 0.00310712191, -0.000523092051, 0.00959076919, 0.00294188759, -0.0201873127, 0.0220839139, -0.00845568161, 0.00968416221, 0.00923156459, -0.0190953296, 0.00436793081, 0.00554253068, -0.0077516404, 0.00380038726, -0.00396562135, 0.00962668937, -0.00785221811, -0.0325008519, -0.000539705274, 0.01057499, 0.0225293282, 0.0124572236, -0.00113418931, -0.00935369357, -0.021250559, -0.000875112775, -0.0141814072, -0.0203022566, -0.0298858415, -0.00301013654, 0.0109773, 0.0050935247, 0.00314124627, 0.002070816, 0.00770135177, 0.00508634048, -0.008685573, 0.00990686938, 0.0251587071, 0.0151871806, 0.018147029, -0.0116166845, -0.0144615872, 0.0253885984, -0.0182332378, -0.0156469624, -0.0310352985, -0.0176872462, 0.000108715591, -0.0148854489, -0.00110186089, -0.0123063577, -0.0156757, -0.0041847364, -0.0153021263, 0.0105247013, 0.00496421102, -0.0049354746, 0.00433201, 0.0148710804, 0.00746427663, -0.00889391173, -0.00370340189, 0.00979192369, -0.0360066928, -0.00823297445, 0.00617113896, 0.0114514502, 0.0107905129, -0.00935369357, 0.00216780114, 0.010143945, -0.00489236973, -0.00979192369, -0.0156900678, -0.014267616, 0.024411561, 0.00191096973, -0.00764387893, 0.011724446, -0.00535933627, 0.00627530832, -0.0229460057, 0.00108030858, -0.0021695972, -0.0169544686, 0.0112934, 0.00865683611, -0.00326158, -0.000414432579, 0.00168556871, 0.00660218485, 0.0301157329, 0.0157331713, 0.0104025723, 0.00870712567, 0.0295122694, 0.0177016146, -0.0170263089, 0.00791687425, 0.019914316, -0.0222563315, 0.00308916159, -0.0123638306, -0.0156757, 0.0302881524, 0.00933932606, 0.0213798713, -0.0159630626, 0.00326876412, 0.00617113896, -0.0186642837, -0.0221557543, 0.00847723428, -0.0168251544, -0.00716972863, 0.0223569088, 0.0116238687, -0.0251730755, -0.00744990818, -0.00513303699, 0.0135923112, 0.0342825092, 0.00735651515, -0.00714458432, 0.00159576745, -0.00982066058, 0.0134989182, -0.0164659489, -0.00887954328, -0.00182655663, 0.00478101661, -0.0140377246, -0.0162360594, 0.0104672294, -0.000930340553, -0.0194401667, -0.001039, -0.019325221, 0.00891546439, 0.00486363331, -0.015603858, -0.00689673284, 0.00597357657, 0.00660218485, -0.0044721, 0.0459207445, -0.0121411234, -0.00548146572, 0.0232477374, 0.000936626631, 0.00367646152, -0.00825452711, 0.00732059451, -0.0279605053, -0.00801026821, 0.00760077452, 0.0121554919, -0.00583348656, 0.0274001453, -0.00595561601, -0.00641899044, 0.00455830945, 0.0119040487, 0.00118357991, 0.00885080732, -0.0215953942, 0.00854907557, -0.0190091208, 0.00171969319, -0.00152841653, 0.0145406118, 0.00675664283, -0.0280323457, 0.0212936625, -0.00928903744, -0.00871430896, 0.0150003936, -0.0146986619, 0.00554612279, -1.64308149e-05, 0.0216385, 0.0104456767, 0.00123117457, 0.0158768538, -0.0126511948, -0.000291180419, 0.00465170247, -0.0163510051, -0.023793729, -0.00161372777, -0.00218576146, 0.00972726662, -0.00933932606, -0.0190378558, -0.000327549904, -0.0036692773, -0.00308736553, 0.0105606224, -0.0273139365, 0.016624, -4.96712928e-05, -0.0135707585, 0.0186786521, 0.0250581298, 0.00014592697, 0.0139515158, -0.00626812456, 0.0245121382, 0.00645491108, 0.0103235468, -0.0196556896, 0.000383226667, 0.026653, -0.0140449088, 0.015790645, -0.0124284877, -0.013060688, 0.0396274775, -0.0080174515, 0.0121483076, 0.0289519094, 0.0100002624, -0.00795998, -0.00706915138, 0.0111640859, -0.0155894896, -0.0044577322, -0.0109054586, 0.0338802, 0.01423888, -0.0129098222, 0.0301732067, -0.00820423849, 0.0176728778, 0.0198424757, -0.0366676301, -0.000990507309, 0.0272277258, 0.00197203457, 0.0152733894, -0.0165234227, 0.0104887811, -0.00936806202, -0.000358980324, 0.0111640859, -0.00126799312, -0.00141257304, 0.00421706494, 0.00778037682, 0.018951647, 0.0271271486, -0.00108390057, -1.5659085e-05, 0.00722001726, 0.0015867874, -0.0122345164, -0.00277844933, 0.00375728263, 0.0106827514, 0.00701167854, -0.00637588603, 0.00829044729, -0.0145765319, 0.00106504234, -0.00883643888, 0.00136138638, 0.000251443387, -0.00929622073, -0.0236644149, 0.00984939653, 0.0164946858, -0.00890828, 0.00618909951, -0.00521565415, -0.0329893716, -0.0251443386, 0.00221629394, 0.00225401041, -0.0123279104, -0.00520847, -0.00162270782, -0.0239230413, 0.00596639235, 0.00337652536, 0.00163258601, -0.000400737888, 0.022859795, -0.000902053143, 0.0126152737, -0.0148998164, 0.00468762312, 0.0299720522, -0.0245552436, 0.00578679, -0.00427094568, 0.00536652049, -0.0141023817, -0.012715851, -0.00788813829, 0.0206039902, -0.00665606558, 0.0115592116, 0.0054527293, -0.00322206737, -0.0112143746, 0.0212649256, 0.0136569683, -0.00762232672, -0.0225149598, -0.0128379809, -0.0024084684, -0.00425657723, -0.00379320304, -0.00674945908, -0.0120764663, -0.0102014178, 0.016408477, -0.00372495409, 0.00313765416, 0.0137503613, 0.0179602411, -0.00214086077, -0.00958358496, -0.00776600838, -0.00247312523, 0.00878615, -0.00178165594, -0.0283340774, 0.00568262069, -0.00217139325, 0.0100074466, -0.00683926, 0.00516895764, 0.00233842339, -0.00931777339, -0.0156900678, 0.0372998305, -0.00310712191, -0.016034903, 0.0203453619, 0.00566106802, -0.00938243, 0.0163366366, 4.33010209e-05, 0.0309490897, -0.0230465829, 0.0102517065, -0.00151494634, 0.0283340774, 0.00923156459, 0.00351302326, -0.0174286179, -1.20951008e-05, 0.00874304585, 0.00300834049, -0.0148854489, -0.000245157309, 0.00946863927, 0.00194509421, 0.0147561347, 0.0068213, 0.00603464106, 0.020072367, 0.00861373171, 0.00117190578, 0.00667043403, -0.00516177341, -0.026336899, -0.0143969301, -0.023017846, -0.00963387359, -0.0155607536, 0.0223569088, 0.0207476709, 0.00592687959, -0.0143250888, 0.00540244067, 0.00356690399, -0.0211787168, -0.00372136221, 0.00422065705, 0.0235925745, -0.0213942397, -0.0115520274, -0.0101870494, -0.017213095, -0.00755766965, -0.0145980846, -0.0201011021, 0.00909506623, -0.00460859807, 0.0117459986, -0.0053162314, 0.00117729383, 0.00137665251, 0.00406979071, -0.0147273988, 0.0133193154, 0.00625734823, 0.0108982744, -0.0234345235, 0.0164228454, 0.00780192902, 0.0155894896, 0.00104528607, -0.00423861714, -0.00573650142, 0.0232621059, 0.00632559741, 0.00988531671, 3.18233033e-05, -0.00966979377, 0.0209488254, -0.018175764, 0.00263476744, 0.0102229696, 0.00191456173, -0.00217318931, 0.0148710804, -0.00150686433, 0.00892264862, -0.00339987385, -0.0126296422, 7.74535438e-05, -0.0173280407, 0.0143035362, 0.0057724216, -0.021681603, 0.00574727729, 0.012687115, -0.00917409174, 0.0129457423, -0.00318973884, 0.0104169399, -0.00204028352, -0.0218252856, 0.00877896603, 0.000229217592, -0.0161642171, -0.0315812901, -0.00301372865, 0.00818987, -0.0140161728, 0.0147417663, -0.00961950514, 0.00961950514, 0.00365490932, 0.0144184818, 0.0218540225, 0.00551020214, -0.00423861714, 0.00565029215, 0.0287076514, -0.00268326025, 0.0219114944, 0.016566528, -0.0118393917, -0.030862879, 0.00988531671, 0.00285029039, -0.00482052891, 0.00145028951, -0.00405183062, 0.0010740225, -0.00235458766, 0.0122848051, -0.0175148286, 0.00601668097, 0.00995715801, 0.00156613311, -0.00265093171, -0.00472713588, -0.00638307, 0.042587325, 0.00482412102, -0.0086281, 0.00722720148, 0.0309203528, 0.0146052688, -0.00399076566, -0.00322027132, 0.00404823851, 0.0361216366, -0.00512585323, 0.0131397126, -0.00283771823, 0.00251802593, -0.0291674323, -0.0101152081, 0.000433964335, 0.0180895552, -0.004141632, -0.0356905945, 0.0240236204, -0.0234057866, 0.00599512877, -0.00117100775, -0.00154996885, -0.00974881928, 0.0116526047, 0.0220839139, 0.00613881089, 0.0118250232, 0.0201154705, -0.0152590219, -0.00818268582, -0.0158768538, -0.0258771162, 0.00205465173, 0.0274001453, -0.01423888, -0.0187648609, 0.00283412612, -0.0155320168, -0.00670635421, 0.00597357657, 0.0283340774, -0.0350583903, -0.000616934325, 0.00131828175, 0.0067997477, -0.00110724894, 0.00103451, -0.00149249611, 0.0142532475, 0.0110922456, -0.00710147945, 0.0298571065, -0.00596280023, 0.0133121312, 0.00147363788, 0.0205896217, 0.0188510697, 0.00885080732, 0.00274612103, -0.00430327374, 0.0120620988, -0.00736369938, -0.00153111061, 0.00162719795, -0.0204459392, 0.00918846, 0.00556767499, 0.00307838549, -0.00378242694, -0.00149429217, 0.0218827594, -0.00399076566, 0.0266242623, 0.0146771092, -0.00441462733, -0.0101295765, 0.0147561347, -0.0133408681, 0.0130175836, 0.00580475, -0.0104672294, -0.00106055231, -0.0171125177, -0.0133121312, 0.0101008397, -0.0116597889, 0.0136713358, -6.42289115e-06, -0.00972726662, -0.00311250985, -0.0291961692, -0.00726671377, 0.0239230413, 0.00409134291, 0.00210673641, -0.0165234227, 0.00175202161, 0.019325221, -0.0202591531, -0.00584785454, -0.00701527065, -0.00776600838, -0.00371417799, 0.00515099755, -0.0143107204, -0.00239050831, -0.00808929279, -0.00984939653, 0.00610289024, 0.0158337485, -0.00179333019, -0.010452861, -0.00457626954, 0.0197993703, 0.000133242545, -0.0140808299, -0.0195694789, 0.0122201489, -0.00742835598, -0.000705837505, -0.015603858, -0.0171268862, 0.00503605185, 0.00458704587, 0.0247276612, -0.0106180953, 0.0121411234, -0.00605260162, -0.0135132857, -0.00650519971, 0.00686799642, -0.00137485657, 0.0167533141, -0.0132259224, 0.00661296118, 0.000737267954, 0.00752174947, -0.00438229879, -1.77778329e-05, -0.0353170186, 0.00131917978, -0.00838384125, 0.00340526178, 0.0297996327, -0.00913817063, -0.00243720482, -0.0211356133, -0.0108910911, -0.0191815384, -0.00685003633, -0.01113535, 0.000740859949, 0.0319836, 0.0212649256, 0.010826434, -0.0127374036, 0.0124644078, -0.00217139325, -0.0203309935, -0.0168826282, -0.0145334275, -0.015230285, 0.0258771162, 0.0140377246, 0.0104169399, -0.0118896803, -0.0131397126, -0.00921719614, 0.0137431771, -0.00150147628, -0.00607774593, -0.00644054264, -0.0134414453, -0.00077588245, 0.0102157854, 0.0079959, -0.00124374672, -0.013929964, -0.0247707665, 0.00975600351, -0.00938243, 0.00463015027, -0.00901604164, 0.0242247749, 0.0135994954, 0.0131253451, -0.0321847536, 0.0120764663, 0.0343112461, -0.0227448512, 0.0121123875, -0.00786658563, 0.0131397126, -0.0300295241, -0.00568980444, -0.0186499152, 0.00442899577, 0.0346560813, 0.0265955254, -0.015417072, 0.00304066902, 0.00153739669, -0.0173998829, 0.00814676564, -0.000715715636, -0.00952611212, 0.0227735862, -0.0084413141, -0.00941116642, 0.0217965487, -0.00382912345, 0.00739961956, 0.0300007872, -0.0208626166, -0.00819705427, -0.0060885218, -0.0151153393, 0.0300869979, 0.0177447181, 0.00906633, 0.0045008366, 0.00227376656, -0.0268828906, 0.00579038216, -0.00589095941, -0.00587659096, 0.00981347635, 0.0111281658, 0.00466607092, -0.0135635743, 0.0161642171, 0.0192246437, -0.0188654382, -0.0148854489, 0.00268505607, 0.0141670387, -0.0126152737, 0.00849878602, 0.0133193154, 4.88574697e-05, -0.00577601371, -0.0190953296, -0.0180751868, -0.010517518, -0.0199861564, -0.00336036133, 0.00766543113, 0.0199286845, -0.0040230942, 0.0135779427, 0.0198855791, -0.0326158, -0.00377524295, 0.0114083458, -0.00323284348, -0.0269116256, -0.00930340495, 0.00407697493, -0.00396562135, -0.0203309935, 0.0087574143, 0.0120620988, -0.0147273988, 0.0104384925, 0.0208482482, 0.00834792, -0.00959076919, -0.0214804485, 0.00365311326, 0.0132259224, -0.0156182265, -0.0279748719, 0.00619269162, 0.0108408015, 0.000210022583, -0.00525875902, 0.0248713437, -0.00468762312, -0.0141383028, 0.0216385, 0.00964824203, -0.00171340711, 0.00362796895, -0.00753611745, 0.00374650653, -0.0194114298, 0.0112574799, 0.00989250094, -0.0197131615, -0.00854907557, 0.00675305072, 0.000343040621, 0.0119615206, -0.0169832055, 0.00216061715, 0.0136138629, -0.00655189622, -0.0226586405, 0.00256651849, -0.0142891686, -0.0360066928, 0.00376087474, 0.0168538913, 0.00501809176, -0.00164156605, 0.00502886763, 0.00599512877, 0.00656985631, -0.00939679891, -0.00208338816, -0.0110994298, 0.0261644796, 0.00847723428, 0.0046588867, -0.0237506237, 0.00659140898, 0.00780192902, 0.00709788781, 0.000125497187, -0.0369262584, -0.0202447847, -0.00046112921, -0.00720564881, 0.0162935313, 0.00607056171, 0.00116112968, 0.0203884672, -0.0087574143, -0.0101223923, 0.017773455, -0.00147543382, 0.0159199592, 0.0202735215, 0.00654830411, 0.00241385656, -0.0106252795, 0.00860654749, 0.00266170781, 0.00556049077, -0.000420718658, 0.0014781279, -0.0130535038, -0.00232585124, -0.0218109172, 0.00916690752, -0.0116238687, -0.00267068786, 0.004156, -0.00977037195, 0.0237218868, -0.00633996539, -0.00499294745, -0.0217678137, 0.0016604244, 0.0211930852, 0.0234057866, 0.0194545332, 0.0030334848, -0.00329390843, -0.00768698333, -0.0245121382, 0.000318120787, 0.00913817063, -0.0115520274, -0.0013236698, -0.00165773032, 0.0184631292, 0.0191671699, 0.0173424091, -0.00515099755, 0.0171987284, -0.000422963698, -0.0147705032, -0.00173944945, -0.0320410728, -0.013060688, 0.0143394573, 0.0126583781, -0.0125218807, -0.00409852713, -0.0164228454, 0.00273534493, 0.00198460673, -0.010452861, 0.00628249254, 0.0242678784, -0.00707992725, 0.00680334, -0.00810366124, -0.0147130303, 0.0118322074, 0.000968057, -0.0201729443, -0.00436074659, -0.00409852713, -0.00375369051, 0.0338514633, -0.0026653, -0.000783066556, -0.00275510107, 0.00280359364, 0.0181182921, -0.00816113409, -0.018147029, -0.0115735801, -0.00209057215, -0.00730263442, 0.00300654443, -0.00151494634, 0.0244834013, -0.00567902857, 0.00715176808, -0.0025000656, 0.0035004511, -0.0119902575, -0.00152033451, -0.00882207, -0.0207333025, -0.00997152645, -0.0106468312, -0.00847005, -0.0382481329, 0.00603104942, -0.00284849433, -0.0164803173, 0.015790645, 0.0225293282, 0.00685003633, -0.0014323293, 0.0294116922, -0.0178021919, -0.00122399046, 0.00165862835, -0.0126942992, 0.0135923112, 0.0299145784, 0.0103019951, 0.0289519094, 0.0175435636, 0.0118250232, -0.000746697071, 0.0341100916, 0.00182476058, 0.0122776218, -0.00479538459, -0.00225760229, -0.0117531819, -0.0140951974, -0.00217678142, -0.0122273322, 0.00607415382, 0.00843413, 0.0179171376, -0.000804169802, -0.0063866619, 0.0173280407, 0.00721642515, -0.0216385, 0.0220408086, 0.00975600351, -0.00854907557, 0.00296164397, -0.00198819884, -0.0035112272, 0.00639743824, 0.0142819844, -0.00790250674, -0.0290237516, 0.0142460642, 0.0107905129, 0.0123063577, 0.00922438, 0.0269259941, -0.00172687729, 0.016006168, 0.00954048056, 0.00302630081, 0.00903759338, 8.89593211e-05, -0.00377165084, -0.0112359272, 0.0110778771, -0.0104025723, -0.0306617245, 0.0239517782, 0.015603858, 0.0153164938, -0.00969853066, -0.00792405847, 0.0098709492, -0.00262219529, 0.017931506, -0.0099140536, 0.0139084114, -0.00706555927, -0.00397639768, -0.00900885742, -0.00341783394, 0.0037285462, -0.000205195756, -0.000536113221, 0.00847723428, 0.000850866432, 0.000331590971, 0.0116095, -0.0160492714, -0.0174142513, 0.000640731654, 0.00895138457, 0.00305324118, -0.0354607031, 0.00688595651, -0.00899448898, 0.0244259294, 0.0124931438, 0.0047989767, -0.00818268582, 0.00856344309, 0.00047639542, -0.00776600838, 0.016624, 0.0176872462, -0.0184343923, -0.00720564881, 0.0166958403, -0.00161013566, -0.0118250232, -0.00469121523, -0.00712303212, -2.98027771e-05, -0.00153649866, 0.026150113, 0.00128325925, -0.00339268963, -0.00729545, -0.0306329876, 0.0311789792, -0.0149716577, 0.036351528, -0.00883643888, 0.0346273445, 0.00826889556, -0.00817550253, 0.023793729, -0.00956203323, -0.0144759547, -0.00829044729, -0.00271199644, -0.00328492816, -0.000456190144, 0.00133534393, -0.000523990078, -0.00917409174, -0.0107186725, -0.027141517, 0.0192677472, 0.00523002259, 0.00728108222, -0.00380038726, -0.00531982351, 0.0124500394, -0.00226478651, 0.0245265067, -0.0133552356, 0.010266074, -0.00808929279, -0.014454403, -0.000633547548, -0.0221270174, 0.018175764, -0.0179602411, -0.00734933093, 0.00921001192, 0.0248426069, 0.00819705427, -0.0126440106, 0.00586222298, 0.00412726356, 0.010733041, -0.00429249788, 0.00824015867, 0.0190809611, 0.00549583416, 0.0218252856, -0.016968837, -0.0023420155, -0.0147992391, 0.0100074466, 0.00183104665, -0.01113535, -0.00362437684, -0.0347997658, 0.00588377519, -0.0318686515, -0.0146699259, 0.00396921346, 0.0015517649, -0.0183194466, -0.0225724317, 0.0170550458, 0.0163797401, 0.031236453, 0.0103522837, 0.00593406381, 0.00296703191, 0.0243397206, -0.00601308886, -0.0123063577, -0.0117531819, 0.00760077452, 0.00630404474, 0.00880770292, -0.0194401667, 0.0183769204, -0.00926030055, 0.00209057215, 0.0085993642, 0.0017726759, -0.0117028933, -0.0143753774, -0.00150866027, -0.0047774245, 0.0257334337, -0.0299720522, -0.000281526794, -0.00411648722, -0.0149429208, 0.0111425342, 0.00556767499, 0.0079312427, 0.00354175968, 0.00830481574, -0.00255035446, -0.00427453779, 0.0077300882, 0.00361000863, -0.0215666592, 0.0279605053, 0.00901604164, 0.00793842692, -0.00923874881, -0.0127374036, 0.00488518598, 0.0194401667, -0.000615587283, -0.0129816625, -0.0199717898, -0.00774445618, 0.0052515748, -9.80516925e-05, 0.00845568161, -0.0146340048, 0.0158050135, -0.00490673818, 0.00399435777, 0.0265955254, -0.00274073286, -0.00123835867, 0.0223569088, 0.0078594014, 0.0165521596, 0.0143969301, 0.0267535765, -0.0140664615, 0.021494817, -0.0250293929, -0.0274576172, -0.0225436948, -0.00903040916, -0.0141167501, -0.0173567776, 0.0204459392, -0.0124428552, -0.0198568441, -0.00148531201, 0.0257478021, -0.00213367678, -0.0120836506, -0.00168287463, -0.00934651, -0.00132726191, -0.00997152645, 0.0173567776, -0.012378199, 0.0027281607, -0.0127948765, 0.00154368277, -3.63414279e-06, -0.0133049469, 0.00528390333, 0.00457986165, 0.0126224579, -0.00296523585, -0.00785221811, -0.00743554, -1.13374026e-05, -0.0033208488, 0.0106971199, -0.00115933362, 0.000677999109, -0.0227448512, 0.005707765, 0.00689314073, 0.00793842692, 0.00917409174, -0.0152159166, 0.018175764, -0.012098019, 0.0289806463, 0.0085993642, 0.00744272443, -0.0291099604, 0.0289806463, 0.0250868667, -0.0155894896, 0.0107258568, -0.00771571975, 0.00972008333, -0.000334060489, -0.0026473396, -0.00266889203, 0.000127068706, -0.00380038726, -0.00658063265, 0.0130391354, -0.00378242694, 0.00528031122, -0.0133193154, -0.0165090542, 0.00594843226, -0.0068428521, 0.0116957091, -0.0279030316, 0.00726312166, -0.00754330168, -0.0292105377, -0.00310891797, 0.00268146419, 0.00770135177, 0.0106037268, 0.042185016, -0.00419192063, 0.0304030981, -0.00553534646, 0.00287723076, -0.0144975074, 0.0200292617, 0.00518691773, -0.0126224579, -0.0180895552, -0.0104169399, -0.0224143825, -0.0113365045, 0.0127374036, -0.0168826282, -0.00366029725, -0.0126440106, -0.000585054862, -0.00606337748, -0.0127948765, 0.00623579603, -0.0104097566, -0.0138150183, -0.00166491442, 0.0235494692, 0.00168556871, -0.0104169399, -0.0192533787, 0.00300295255, -0.0173280407, -0.0133121312, 0.00890828, 0.0125649851, 0.0117028933, 0.0235494692, -0.0141167501, 0.0074570924, 0.00918127596, 0.0191671699, 0.00362078473, 0.00226478651, -0.0166527368, 0.0147561347, -0.010517518, -8.71071752e-05, -0.0130750565, -0.00226299046, 0.0113724256, 0.0170406774, -0.00466966303, 0.00901604164, -0.0034681228, -0.00533419196, -0.0125362491, 0.0243109837, -0.00206542783, 0.00582989445, -0.00824734289, -0.0121123875, 0.00965542626, 0.000640731654, -0.00916690752, 0.0112143746, 0.00471276743, -0.0157331713, -0.000611546217, -0.00576164573, 0.00582989445, 0.02593459, -0.0120549146, 0.000397594849, -0.0190953296, -0.0106540155, 0.00712662376, 0.00877178181, 0.00622501969, -0.0126511948, 0.00695420569, -0.00790969096, -0.0155751221, -0.0164515823, 0.0233914182, -0.0065016076, 0.00804618839, 0.0161067452, -0.00839102454, 0.0227592178, -0.00367825758, 0.00523361471, 0.00149698614, -0.0258340128, 0.0181182921, 0.00271199644, 0.0101008397, -0.0251443386, 0.00111533108, -0.023219, -0.0219114944, 9.27758738e-05, -0.00463015027, -0.00467684679, -0.00192533794, 0.0112359272, 0.00477024028, -0.0105893584, 0.00433919439, -0.00449006027, -0.0123997508, 0.0107258568, 0.0077731926, -0.00635792548, -0.00790250674, 0.0164372139, 0.00338550564, 0.00150776235, 0.00587659096, 0.00627890043, 0.0121842278, 0.00240667234, 0.00887954328, 0.00189480546, 0.0105534382, -0.0197993703, 0.00410211924, 0.00645850319, 0.00960513763, -0.00142065517, -0.00289159897, -0.00813958142, 0.0206327252, -0.00341963, 0.0209057219, 0.0377883501, 0.0255035441, -0.00378601905, -0.0176585093, -0.00455471734, 0.0184631292, 0.0106180953, 0.00931058917, -0.0221988596, 0.0567543656, -0.00471995166, 0.00209057215, 0.00551379425, -0.0079959, -0.0356043838, 0.0254317019, -0.00469839945, 0.000437780895, -0.0154458079, -0.00617113896, -0.0060059051, 0.012313542, 0.00534137571, -0.00746427663, -0.0123710148, 0.0161211137, -0.0209057219, 0.00862091593, -0.0118322074, 0.015417072, 0.00485644955, 0.0182188693, 0.00584785454, -0.00308018154, -0.00173226534, 0.0270696767, -0.00710507156, 0.00313226623, 0.00839102454, 0.0323284343, -0.0327020101, -0.0232908409, -0.00803182, 0.00369262579, 0.00768698333, 0.012780508, -0.0123350937, 0.00369621767, -0.0124572236, 0.00501090754, -0.00505760405, -0.00363874505, -0.00195766636, 0.0113580571, -0.0106324628, -0.00329211238, -0.0245265067, 0.0229172688, 0.00311250985, 0.0153021263, 0.00216780114, 0.0174717233, -0.0036153968, 0.00953329634, 0.0118465759, 0.00452598091, 0.00752893323, 0.0115232915, -0.000681591162, 0.0086424686, -0.0116885258, 0.0129744783]
|
07 Jul, 2023
|
HTML5 MathML <mmultiscripts> Tag
07 Jul, 2023
The MathML <mmultiscripts> tag in HTML5 is used to create multi-dimensional matrices. The degree depends on the conditionality of a representative array. As a number/digit is a 0-dimensional array. 1st order Tensor and 2nd order tensor as a squire matrices will represent a 1-dimensional array.
Syntax:
<mmultiscripts> child elements </mmultiscripts>
Attributes: This tag accepts below mentioned attributes:
class|id|style: This attribute holds the styles of the child elements.
href: This attribute holds any hyperlink to a specified URL.
mathbackground: This attribute holds the value of the math expressions background color.
mathcolor: This attribute holds the color of the math expressions.
subscriptshift: This attribute defines the minimum space by which to shift the subscript below the baseline of the expression.
superscriptshift: This attribute defines the minimum space by which to shift the subscript above the baseline of the expression
Below example illustrates the concept of HTML5 MathML <mmultiscripts> tag:
Example:
html
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML mmultiscripts tag</title>
</head>
<body>
<center>
<h1 style="color:green">GeeksforGeeks</h1>
<h3>HTML5 MathML mmultiscripts Tag</h3>
<math>
<mmultiscripts>
<!-- base expression -->
<mi>for</mi>
<!-- postsubscript -->
<none />
<!-- postsuperscript -->
<mi>Geeks</mi>
<mprescripts />
<!-- presubscript -->
<mi>Geeks</mi>
<!-- presuperscript -->
<none />
</mmultiscripts>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers are supported by HTML5 MathML <mmultiscripts> tag are listed below:
Firefox
Safari
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 MathML <merror> Tag/HTML5 MathML <mfenched> tag/HTML5 MathML <mfrac> tag/HTML5 MathML <mglyph> Tag/HTML5 MathML <mi> Tag/HTML5 MathML <mlabeledtr> tag/HTML5 MathML <mmultiscripts> Tag
|
https://www.geeksforgeeks.org/html5-mathml-mmultiscripts-tag/?ref=next_article
|
NextJS
|
HTML5 MathML <mmultiscripts> Tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <mmultiscripts> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, HTML5 MathML <mi> Tag, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, HTML5 MathML <mlabeledtr> tag, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, HTML5 MathML <merror> Tag, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML <mfrac> tag, HTML5 MathML <mglyph> Tag, Node.js Readable Stream close Event, HTML5 MathML <mfenched> tag, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0245312061, -0.00179613836, -0.0265766811, 0.0607549883, 0.0711999759, 0.00876218081, 0.0128168659, 0.0463641249, 0.0102636479, 0.0174663346, 0.0324955061, -0.0072317007, -0.000642838, -0.00241540256, -0.0216878485, -0.0101258317, 0.0173067581, 0.00909584, -0.0334529616, 0.0209334884, -0.0177419651, 0.025140496, -0.0398360081, 0.00438471744, -0.0392267182, 0.00482717855, 0.0188735053, -0.000177936468, 0.0125194741, 0.0114822285, -0.0070757512, 0.0153773371, -0.0104957586, -0.0235737488, -0.0205127876, -0.0173502788, 0.00318245613, 0.0345264748, -0.0226453058, -0.0435497798, 0.0395748839, -0.0129111605, 0.013259327, 0.0309867859, 0.0137960827, -0.00349979498, 0.00803683512, -0.030058343, 0.0260544326, -0.00924090948, 0.0177129526, 0.00625973707, 0.0308417156, -0.0133753819, 0.00118956761, -0.00618720241, 0.0219199602, 0.0322343819, 0.00299930619, -0.0198309626, -0.0283755399, -0.0631921515, -0.013440663, 0.0126717966, -0.0305225644, -0.0096543571, -0.00676385267, 0.0196858943, 0.018423792, -0.00970513094, -0.0282884985, 0.000963803614, 0.0271134377, -0.0195118096, -0.0179595705, -0.00275812857, 0.0199034978, 0.0346425287, 0.0197439212, 0.000246844342, 0.00227758684, 0.0118013816, 0.0110252611, 0.0237478316, 0.0282014571, 0.0274180826, -0.0335109904, -0.0540818051, -0.0155369136, 0.0282304697, -0.0412576869, 0.0652231202, 0.0188444927, -0.0130997505, -0.0476407334, -0.0314219929, 0.044507239, 0.00540745538, -0.0141732628, -0.00308816112, 0.0251550023, 0.0157835316, 0.0041380995, -0.0258803498, 0.0113951871, 0.00891450327, 0.00961083639, 0.00586442323, 0.0101838596, 0.0160301495, 0.0128023587, -0.0366154723, -0.0319442414, -0.00130108953, -0.00446450524, 0.0204547606, -0.0506291576, -0.0821091831, 0.0295506, -0.00662966352, -0.0544299707, 0.00661152974, -0.020846447, 0.0296521485, -0.0528922379, 0.0237188172, -0.0286801849, 0.00982118677, 0.0118956761, -0.0239219144, -0.0396619253, 0.00141351821, -0.0338591561, -0.0117506068, -0.0154788857, 0.0305225644, 0.00100551103, 0.00145703903, 0.0167845096, -0.0233271308, -0.0716061667, -0.00320421648, 0.0197004, 0.0090305591, -0.0440140031, -0.0373698324, -0.00873316731, 0.0574474111, -0.00118322088, 0.0559677072, -0.0250969753, -0.0010517519, -0.0164218359, -0.0188444927, 0.00424327468, 0.0188154783, 0.00790627301, 0.0112936385, -0.0225147437, -0.00188045984, 0.0191636439, -0.0265186541, 0.010706109, 0.0420990884, -0.0093424581, 0.00900879875, 0.0100315372, -0.00179160491, -0.00815289, 0.0386754535, -0.0294635594, -0.00125303539, 0.0322343819, 0.0158995874, 0.0146664986, 0.00823993143, 0.00812387653, -0.0106553342, 0.0318862163, -0.00307546742, -0.0405613557, -0.0167264808, 0.0252855662, 0.0636563748, -0.0133681288, -0.00669494458, 0.0396038964, 0.0105682928, 0.0136074927, 0.00194211421, -0.0155224064, 0.012758838, 0.0249954276, -0.00168280292, 0.0528922379, -0.026141474, -0.0201501157, 0.000383073406, 0.0199034978, -0.0243571214, 0.00699233636, -0.0125194741, 0.00614730828, -0.0108439242, -0.00738039659, 0.0365574434, 0.0126137687, -0.00468210923, 0.0579986759, -0.0286076497, 0.0025949257, 0.0167264808, -0.00529865315, -0.0286366642, 0.00209081, 0.000614730816, 0.00100641767, -0.0163347945, 0.0125847552, -0.0349616818, 0.0323214233, -0.00755085284, -0.00879119523, -0.0184963252, -0.0245312061, 0.00850831, -0.0430855602, -0.0215572864, -0.0349906981, -0.0183657631, 0.00500488793, 0.0299713016, 0.00489608617, 0.00520798517, 0.0423312, 0.00405468466, 0.0186123811, -0.0177854858, 0.0360642076, -0.00158306793, -0.0182206947, -0.00653536851, -0.000861801847, -0.0134696774, -0.00356507604, 0.0199470185, 0.000646918081, -0.0136727737, 0.00262756622, -0.0129184145, 0.0408224799, -0.0249519069, -0.030435523, -0.00507016946, 0.00850831, 0.0517026708, 0.00257860543, -0.00445725163, -0.0235157218, 0.00958907511, 0.0273455475, 0.0165378917, -0.0326695889, -0.0136002395, 0.0196423735, 0.0325825475, 0.0273745619, -0.0371377207, -0.00397127, -0.0198164564, 0.00575562147, -0.070387587, 0.0154208578, -0.022775868, 0.01630578, -0.015435365, -0.00604575966, -0.0121277869, 0.0430855602, -0.0132303126, 0.0371377207, 0.0126210228, 0.000313485536, 0.00802232791, 0.0285496227, 0.0172777437, 0.0561127737, -0.0124251787, -0.00387334824, -0.00911034737, -0.0102128731, -0.0207449, 0.00855183, 0.0154643795, 0.0473215804, 0.00974139851, 0.00641205953, -0.00183149893, 0.0421861298, -0.025198523, -0.0217168629, -0.00513545051, 0.00557791162, -0.0658034, -0.0364994146, 0.0127878515, 0.0315380506, 0.0171471816, -0.00336741935, -0.0179885831, -0.000811027596, -0.0249519069, -0.013259327, 0.0213396829, -0.0271859728, 0.0104667442, 0.0520508364, -0.0128748938, -0.00188589992, -0.0357450545, -0.0184528045, 0.0194973033, -0.0289993379, 0.0380951762, 0.0279693455, 0.0176549237, -0.0562288314, -0.00592970429, -0.0125847552, -0.0186268874, -0.0413157158, -0.0340912677, -0.00595871825, 0.010829417, -0.000238230859, -0.0417219065, 0.0145069221, 0.0296231359, 0.0046929894, -0.00313712191, -0.016552398, -0.0222391114, -0.00267834053, 0.0203677192, 0.00402929774, -0.009146614, -0.00075209327, 0.0116490582, 0.0239219144, 0.0357160419, 0.000978310592, 0.0442461111, 0.018917026, -0.00687990803, 0.0198164564, -0.013875871, -0.0131795388, -0.0234867074, -0.0400971323, 0.00341638015, -0.0252855662, 0.00356144947, 0.00590794394, -0.073172912, -0.0178725272, -0.0726506636, -0.0321473405, -0.0151452264, 0.0147680463, -0.00632139156, -0.00412721932, -0.0156529695, 0.0166104268, 0.00736589, -0.0285931434, -0.00572660752, 0.0362092778, -0.0187864639, -0.00520798517, 0.00537481485, -0.0218909457, 0.035919141, -0.0075798668, -0.0260689389, 0.0148986094, 0.00100369763, 0.032176353, -0.0308997445, 0.00364849088, -0.0193087142, -0.00120135455, 0.0516736582, -0.00942949951, -0.0109019522, 0.0157400109, 0.0121785607, 0.00423239451, -0.0471474975, 0.0187284369, 0.00412359275, 0.0112065971, -0.0122220824, 0.0114314547, 0.0185978748, 0.0071773, -0.0126717966, -0.0206288435, -0.0123453904, 0.0523699895, 0.0078917658, 0.00691254856, 0.0160011351, -0.00151053327, -0.0181336533, 0.0490624122, 0.0104377307, 0.0197149068, 0.0401551612, -0.00155224069, -0.0125992615, 0.0523119606, -0.0245892331, 0.00146429241, -0.00409820536, -0.00985745341, 0.025764294, -0.0394878425, -0.0325825475, 0.0115982844, -0.0176694319, 0.0237478316, -0.0075435997, -0.00954555441, 0.0186994225, -0.0241975468, 0.0104377307, 0.00172632374, 0.0195118096, -0.0144343879, 0.0109019522, -0.00582815614, -0.00362129044, -0.0225002356, 0.0390526354, -0.0354549177, 0.0193522349, -0.0406193808, -0.0237188172, 0.00971238408, 0.028070895, -0.00376091967, -0.00577012822, -0.0616254061, -0.00251695095, 0.0357450545, -0.00188227312, 0.0436368212, -0.00347622111, 0.0192797, -0.0132012991, -0.0231675543, 0.0162042323, 0.0473796092, 0.0143038249, 0.0354549177, -0.015681982, -0.0410545915, 0.0279113185, -0.0187429432, -0.00728972862, -0.0086026052, -0.0146664986, 0.00635403208, 0.0572153, 0.0324955061, -0.00900154561, 0.00985745341, -0.0218764395, -0.00722807413, 0.00255865837, 0.0391686894, 0.00817465, 0.00291589135, 0.00547273643, -0.00361585035, -0.0286076497, 0.00904506631, 0.0160156414, 0.0299713016, 0.0130344694, 0.0122438427, 0.0262720361, 0.00787000544, -0.0254886616, 0.00141623826, 0.0324955061, 0.00479816459, -0.0157255027, 0.00820366479, -0.0256047174, -0.0118158879, 0.02215207, 0.0253435932, 0.0643527061, 0.0155514209, 0.0364994146, -0.0143110789, 0.00647371402, -0.0318572, 0.0372537747, 0.000314165547, 0.014441641, 0.0054328423, 0.00884196907, -0.00509555638, 0.00346534094, 0.00794254, 0.0047292565, -0.00538569503, -0.0138541106, 0.0189025197, -0.009146614, -0.00871140696, 0.0142893186, -0.0161897261, -0.0138250971, 0.0302034114, -0.0119609572, 0.000306458736, -0.0338301435, -0.0369926505, -0.00985745341, 0.00509918295, 0.0362092778, -0.0220650285, 0.00258041872, -0.0250534546, 0.0129909487, 0.00609653397, 0.00921189599, -0.00156130746, 0.00436658366, -0.0279258247, -0.016552398, 0.00229934719, 0.0125920083, 0.000485528552, -0.0466542616, -0.0324664935, -0.00620170915, 0.0119246896, 0.0169730987, 0.0133753819, -0.0344684459, -0.0123598976, 0.00280346279, 0.00478728442, -0.0242410675, 0.00269103399, -0.0316541046, 0.0274906177, -0.0210350379, 0.0233706515, 0.0220215078, -0.00794254, -0.000724439451, -0.0160881765, 0.0284770876, 0.0131287649, -0.00511006312, 0.0261704884, -0.0048416853, 0.0476117171, -0.0175098553, -0.00810936932, 0.0295360927, 0.0325245187, -0.00612554792, 0.00749282539, -0.025764294, -0.000903055887, -0.0177129526, 0.0507452153, 0.00204184931, 0.00874767452, -0.0199905392, 0.00324773719, -0.0274035763, -0.0926702172, -0.000268831413, 0.00682913372, 0.0149276229, -0.00329488469, -0.0308417156, 0.020846447, 0.0145867104, 0.00120407459, -0.0340622514, 0.0273890682, -0.0451165289, -0.000974683848, 0.0271714646, 0.0181046389, -0.00783373788, -0.0246037394, 0.00876943488, 0.00815289, 0.000401207071, 0.0214412306, 0.00581364892, -0.0409095213, -0.0159140937, 0.0202661697, 0.00720631378, -0.0242845882, 0.0150871994, 0.0131432712, -0.0208174326, -0.0287817344, -0.0163638089, 0.031741146, 0.0132448198, 0.00609653397, 0.00488883257, 0.0480469279, -0.0108366711, 0.00425778143, 0.00651360815, 0.013875871, -0.0323214233, 0.00219779881, -0.00352518214, -0.0161026828, -0.0150726922, 0.0326115601, -0.00220505218, -0.00136274402, -0.0254016202, -0.0238783937, 0.0444201939, 0.0134986909, 0.0205127876, -0.030000316, 0.0480179116, -0.00500126136, 0.00780472392, -0.0165669043, 0.0345264748, 0.002194172, 0.00488157943, -0.00313168182, -0.0114459619, 0.0114459619, 0.00939323194, 0.019540824, -0.0013736242, 0.000377179967, 0.0140354475, 0.00549087, -0.00205272948, -0.0462770835, -0.0089870384, 0.0123671507, 0.00756536, 0.0298842601, -0.00870415289, 0.00144162541, 0.0152902957, -0.0317121334, 0.0339461975, 0.031305939, -0.0049287267, 0.0307836886, 0.0130852442, 0.0143618528, -0.0345845036, -0.0075798668, 0.0371667333, -0.00586805, 0.0474956632, -0.00625248346, -0.0183947776, -0.0133681288, 0.00989372097, 0.00835598726, -0.0104377307, -0.0295941215, -0.00658976939, 0.00309722777, -0.0119537041, 0.0492655076, 0.00666230405, 0.00756536, 0.0323504359, 0.00622346951, 0.00116236717, 0.0240814909, 0.00794254, 0.0145722032, -0.013817843, 0.0032894446, -0.0109599801, 0.0052406257, -0.0076233875, -0.0316831172, 0.033104796, 0.00960358232, 0.0102128731, -0.00486707222, -0.0266347099, 0.0115402564, 0.027882304, 0.0180321038, 0.0325825475, -0.00823267829, -0.00258404552, 0.00297573232, 0.0286511704, -0.0296956692, -0.00702860393, 0.0158850793, 0.00920464192, -0.0129982019, -0.0112065971, 0.0190766025, -0.00342907384, 0.0367895551, -0.0113299061, -0.00725346105, -0.000963803614, -0.00190403359, -0.0122220824, 0.0181336533, 0.0157255027, -0.0216733422, 0.0162042323, 0.00447901245, 0.005476363, -0.00858809799, 0.00137725088, 0.00492147356, 0.0284335669, -0.0236752965, -0.0147390328, 0.0222826321, -0.0163493, -0.000672758499, 0.00221774564, 0.00313168182, 0.0343814045, 0.0160591621, -0.0159431081, 0.0500488803, -0.0241250116, 0.0239944495, -0.0198889896, 0.00294127851, 0.00019981018, 0.00509555638, -0.0248503573, -0.0197729357, 0.0198889896, -0.0078917658, -0.00803683512, -0.00155133405, 0.00783373788, -0.0299132727, -0.045870889, 0.0130489767, -0.00778296357, -0.00868964661, -0.0212961622, 0.035629, 0.0242265593, 0.0138105899, -0.0138903782, -0.028506102, -0.00909584, -0.00985745341, -0.010082311, -0.00606752, 0.00493598031, -0.0025423381, 0.033104796, -0.0186268874, -0.00541470852, 0.0335980318, -0.0151742408, -0.00658614282, 0.0361222364, 0.0365574434, 0.0166974682, -0.000592517084, 0.0161752179, 0.00074393308, -0.00439197058, -0.0167845096, 0.0202806778, -0.015681982, -0.0322343819, 0.0288832821, 0.00708663138, 0.0355129465, -0.00201102206, 0.0178870354, -0.0106335739, 0.00780472392, 0.00803683512, 0.00099100417, -0.00760888075, -0.00929168332, 0.00128930272, -0.019540824, 0.0158995874, 0.0086026052, 0.0112428647, -0.0162622593, -0.00247343024, 0.0225147437, 0.0282014571, 0.00693793548, -0.00935696438, -0.00131106307, 0.00508104963, -0.00435207644, 0.0148405815, 0.0254886616, -0.0315090343, 0.0107713901, -0.000103078484, 0.00232473435, 0.0011233798, -0.0183367506, 0.0302904528, -0.0236607902, 0.0121785607, -0.00668769097, 0.0400971323, -0.00425778143, 0.0398940369, -0.0172487311, -0.0186413955, -0.0168715511, -0.0105392793, -0.0155224064, 0.0107206153, 0.000165016245, -0.00744205108, 0.0200630743, 0.0253435932, 0.0510063395, 0.0658614263, -0.0100460434, 0.0186559018, 0.0121495472, 0.00932795089, -0.0284335669, 0.0166829601, 0.0217748899, 0.000108348577, 0.00403655088, -0.0050774226, 0.019105617, -0.021847425, 0.0351647809, -0.00365393097, 0.0363253318, -0.0140862213, 0.0113589205, 0.00678198598, 0.0168280303, -0.0092989374, 0.00892901048, 0.00719180657, -0.00289957109, -0.0229354445, -0.0474666506, -0.00137090415, 0.01456495, 0.0191781502, 0.0194682889, -0.0130852442, -0.00231385417, -0.0191491377, 0.00670582475, 0.0129039073, -0.0213106684, -0.0287962407, -0.00290863798, -0.0186413955, 0.0113661736, -0.0269393548, 0.0295941215, -0.0217313692, -0.0102418866, 0.0439269617, -0.0181916803, 0.0155514209, -0.012693557, 0.020106595, 0.00467122905, -0.0558806658, -0.00290682446, -0.0185108334, 0.0103869559, -0.0270844232, 0.00527326623, 0.0226017851, -0.0144851618, 0.0235157218, 0.0175968967, -0.0165814124, -0.00267290045, -0.00963259675, 0.0143473465, -0.00881295558, 0.0100678038, -0.00417074, 0.0241975468, 0.00322960364, -0.0164073296, -0.000423420803, 0.0365574434, 0.0308707301, -0.0285351165, -0.0148841022, -0.0264606252, 0.00116055377, -0.00971238408, 0.0200920869, -0.0281579364, 0.00913936086, 0.0313349515, -0.00760888075, -0.0122728562, -0.0454646945, -0.0389365777, 0.00465309527, -0.0436078086, -0.00905231945, -0.00303557352, 0.00872591324, 0.0276792068, 0.0149276229, -0.010640827, -0.0299713016, -0.0314510055, 0.00286874385, -0.00550537696, 0.031741146, -0.00501214154, -0.0267507639, -0.0233706515, -0.0175823905, 0.0216008071, 0.0136510134, -0.00377542642, 0.0280563869, 0.00526963966, -0.0252565518, -0.034236338, -0.00434119627, 0.0256772526, 0.0204257462, 0.00661515631, -0.0194682889, -0.0121930679, 0.0136727737, 0.0107278693, 0.00974139851, -0.00448263902, -0.0106190667, 0.0359771661, 0.0227323472, -0.0297682043, 0.016494371, 0.0155079, -0.00488157943, 0.0198599771, 0.0264751334, 0.00879844837, -0.0218184106, 0.0284625813, 0.0217313692, 0.0311898831, 0.0296521485, 0.0325245187, -0.014688259, -0.00240996247, -0.000478728442, 0.0305225644, -0.0181626659, -0.0148986094, -0.0279693455, 0.00153954711, 0.0057447413, 0.0467413031, -0.0109164594, -0.028810747, -0.0145214293, 0.0168570429, -0.0133028477, -0.0173938, 0.0308997445, -0.0182497073, 0.0292169414, -0.011387934, 0.0179885831, -0.0283175129, -0.00211438397, 0.0157835316, -0.0098139327, 0.0168280303, -0.0253726076, 0.0181046389, 0.00792077929, -0.00626699, 0.0255321823, 0.0270409025, 0.0531243496, 0.000663238345, 0.00949478056, 0.0124759534, -0.034236338, 0.00450439937, -0.0153048029, -0.0101330848, -0.0127080642, 0.0298552457, -0.0235592425, 0.0320312828, -0.0166104268, 0.0117361, 0.01456495, 0.00396038964, 0.0187574495, -0.0131867919, -0.0494976193, -0.021789398, 0.0079352865, -0.00998801552, 0.0116418051, 0.00641205953, -0.00239364221, -0.0120334923, -0.0122438427, 0.000176123096, -0.005788262, -0.0053204135, -0.00743479747, 0.0028905042, 0.00560692558, 0.0342943631, -0.0086026052, 0.0125267273, 0.00350160827, 0.00858084485, -0.026765272, 0.0293329973, 0.0157835316, -0.00872591324, -0.0197729357, -0.00447538542, 0.00726434123, -0.0048924596, -0.00391324237, 0.00528777298, -0.000482355157, -0.000638757891, 0.00702135032, -0.0172632374, 0.00150962663, -0.0518767536, 0.0251550023, 0.0326695889, -0.00546185626, 0.00976315886, -0.00208174344, -0.00624885689, -0.0177709796, 0.0171326753, 0.00307546742, 0.0288687758, 0.00499038119, 0.000680918689, -0.0138250971, -0.00666230405, 0.0245021917, -0.0080078207, -0.00337648625, -0.0107786432, -0.0017988584, 0.0023464947, 0.00604938669, 0.00856633764, 0.00347440783, 0.0101983659, 0.0670219809, 0.0131650316, -0.00892175734, -0.0116345519, -0.0075435997, -0.00813838374, -0.0138613638, 0.0266202018, -0.0114314547, -0.022587277, 0.0238638874, 0.018177174, 0.004573307, 0.0075435997, 0.00595509168, -0.0113734268, 0.0118956761, 0.00229934719, 0.00974139851, -0.0263445713, -0.015435365, 0.0201356076, 0.023834873, -0.000191423373, 0.0220070016, -0.00876943488, 0.0117433537, 0.00346534094, -0.00916837528, -0.0158560667, 0.00446087867, 0.00202190224, 0.0222246051, -0.00456968043, -0.0125122201, 0.0592172556, -0.000458781404, 0.0319152288, -0.00408369862, -0.0362382904, -0.0154063515, -0.00535668107, -0.0128676398, -0.0130562298, -0.00315888226, 0.0182642154, 0.00685814768, 0.00710476516, -0.0175823905, 0.00190766028, -0.00241177576, -0.00731874211, 0.0432306267, -0.00503027532, 0.00771042891, -0.0031461888, -0.00831972, -0.0351067521, -0.0167264808, -0.0240379702, 0.00409095222, -0.0079788072, 0.0151597336, -0.0128676398, -0.0032422971, 0.0355709717, -0.010082311, -0.00934971124, -0.0150726922, 0.0110470215, -0.00509193, 0.00734775607, 0.0251259897, -0.0136800278, -0.0219779871, -0.00306458725, -0.0166104268, 0.00902330596, -0.00129020936, -0.0295360927, -0.0126500363, 0.0124904597, -0.0194973033, 0.00642656675, -0.0112065971, 0.00131378311, -0.0117723672, -0.00355600938, -0.00439197058, 0.0149421301, -0.0108801918, -0.0166974682, -0.0110397674, -0.00428316882, -0.0131577784, -0.0278387833, 0.00470386958, -0.0127080642, 0.00498312758, -0.0200340599, -0.0124106724, 0.0126427831, 0.0148333283, 0.00705761742, -0.0126210228, -0.0264171045, 0.018800972, -0.032292407, -0.0217603836, -0.00482717855, 0.0303484816, 0.0335109904, 0.0114024412, 0.00842126831, -0.006100161, 0.00381894736, 0.00264751329, -0.00568308681, 0.00433031609, -0.0186994225, 0.00388785521, 0.017495349, 0.0173357725, -0.0508032404, 0.00231204065, -0.00104177836, -0.0032985115, -0.0049287267, 0.0128168659, 0.0025949257, 0.00447175885, 0.0259093624, 0.0193812475, -0.00426140847, 0.0114459619, -0.00947302, 0.00218329183, -0.0132085523, 0.0035977168, 0.0103361821, 0.0231385417, 0.0106770946, -0.0075798668, -0.0390526354, -0.00953830127, 7.85413868e-05, 0.0127008101, 0.0435787961, 0.0166684538, -0.00300837308, -0.0208029263, -0.0124396859, 0.0344974622, -0.00666593062, -0.00935696438, -0.0494395904, -0.00104721845, -0.0124034183, 0.00720268674, -0.00704673724, 0.0107206153, -0.00308816112, 0.0100532975, -0.0250389483, -0.000553529768, 0.00435933, 0.0194392763, -0.0289268028, -0.00420338055, -0.0272294935, 0.00686177425, 0.00585354306, 0.0304645374, 0.00920464192, -0.0150291715, 0.00519347796, 0.0268087927, -0.0120189851, -0.000718092662, -0.00763064111, 0.0034055, -0.00342726032, -0.00425052829, 0.0084067611, -0.0173938, 0.0165959187, -0.00510281, -0.00499763479, -0.0303774942, -0.0131432712, -0.000257271196, -0.0141950231, 0.00140535808, 0.0277082212, -0.00615456188, -0.0225437563, 0.000850014971, -0.0139484061, 0.00773944287, 0.00545822969, 0.00209262362, 0.0153048029, 0.00222862582, 0.00328037771, 0.0118086347, -0.0149276229, -0.0227903742, -0.0012475953, -0.0115257492, -0.00667318422, 0.00905957259, -0.0186413955, 0.0390236191, 0.0168135222, 0.00170002994, 0.00631413795, 0.0427083783, 0.0198309626, 0.00620896276, 0.0337721147, 0.00137271755, -0.0101766055, -0.00396764325, -0.0129619353, -0.0357450545, 0.00784824509, 0.0110542746, -0.0154643795, 0.0125339804, 0.0130852442, 0.0162332468, 0.0311898831, 0.00675659906, 8.56815095e-05, -0.0111268098, -0.00592245115, 0.00728972862, 0.00156312087, -0.00254415139, 0.00572298095, -0.00388060161, 0.0340622514, 0.00377542642, -0.00309904129, 0.000155836082, -0.000244350958, -0.00737677, 0.00821817107, -0.0227033328, 0.00483443169, -0.00306277396, 0.0110397674, -0.00135095709, -0.0247197952, -0.0151017057, 0.00849380251, 0.00430492917, -0.00652086129, -0.00605301326, -0.0276356861, 0.0146664986, 0.0124179255, -0.00435570348, -0.0344394334, 0.0160881765, 0.0140064331, -0.0167409889, -0.0130562298, -0.00819641072, -0.018800972, -0.0239364207, -0.0156239551, 0.0173067581, 0.0399810784, -0.00229934719, 0.00247524353, 0.00970513094, -0.0173212644, -0.000365393091, 0.00473651, -0.00826894585, 0.00810211617, 0.00257679215, -0.0195843447, -0.00472563, -0.00112700649, 0.00850105658, -0.0224277023, -0.0116127916, 0.0110035008, 0.0557355955, -0.0132738343, 7.44046411e-05, -0.0191491377, 0.00812387653, 0.0226017851, 0.0115330033, -0.00594783807, -0.016987605, 0.0140572079, 0.015246775, 0.00344358059, 0.0322633944, -0.00152594689, -0.00595509168, -0.00750733213, -0.0296376422, 0.0146519914, 0.00580639578, -0.0134841846, -0.00459869439, -0.000289005082, -0.039197702, -0.0211220793, -0.00485981908, -0.00915386807, -0.0229064301, -0.034671545, -0.0121422941, -0.00892901048, 0.000542649534, -0.018423792, -0.00878394116, 0.00716279261, 0.0033384054, -0.0120189851, -0.0186994225, -0.0173792932, 0.0194537826, -0.0114024412, 0.0119609572, -0.00581364892, -0.00192942063, 0.0311608687, -0.00138813106, 0.023834873, -0.0193667412, -0.011699833, 0.0123671507, -0.017118169, -0.0257788, 0.0190620963, -0.0269103404, 0.00874767452, -0.00127842254, -0.011141316, 0.00103452487, 0.0260689389, -0.0379791223, 0.0344684459, -0.0191636439, -0.00923365634, 0.0424472541, -0.0269248467, 0.00185869937, 0.00855183, 0.0149566364, 0.00240996247, 0.0301453844, 0.0106698414, -0.0015014665, -0.0329597257, -0.00565044628, 0.00936421845, -0.0147898076, -0.0285351165, 0.0136002395, -0.0211220793, 0.0220360141, -0.0200050455, 0.000903055887, 0.0197729357, 0.0200630743, 0.021281654, -0.0110832881, -0.00161389506, 0.00626699, -0.00671307836, 0.00850831, -0.020106595, -5.46276278e-05, 0.00190403359, 0.0318862163, 0.00152685354, -0.0127298245, -0.0264025982, -0.00748557178, 0.00610378757, -0.000474648346, 0.0176839381, 0.0213977098, -0.0124324327, 0.0153483236, 0.00737314299, 0.000529956, -0.0550392643, -0.0162042323, -0.000745293102, -0.0106843486, -0.0177709796, 0.0320312828, 0.0387915112, 0.00530953333, 0.00728247501, 0.0186849162, -0.0125122201, 0.00816739723, -0.014129742, -0.00476552406, -0.0209625028, 0.0114894826, 0.00662603648, -0.0380081348, -0.00378268, 0.00551263057, -0.0147390328, -0.0192797, 0.0337431021, 0.0200050455, 0.0066477973, -0.0202516634, 0.00714465929, -0.0104232235, -0.00602762634, -0.00531316036, -0.0127951056, -0.00666593062, -0.0398940369, 0.0133391153, 0.00247161696, -0.03397521, -0.0249954276, 7.91080602e-05, 0.00640117936, -0.0150436787, -0.0225147437, 0.00299567939, 0.013622, -0.0223261528, -0.000837321393, 0.0132883405, -0.00140898477, 0.00767416181, -0.0231965687, -0.00537844142, 0.04021319, 0.0123453904, 0.00419250038, 0.0182497073, 0.0166539475, 0.0190766025, -0.0101113245, -0.0148260742, 0.0185543541, -0.00329307141, 0.00544734951, -0.0168570429, -0.0140934745, -0.0294490512, 0.0251840167, -0.0022503864, -0.018423792, -0.00517171761, -0.00414897967, 0.00868964661, 0.0283175129, 0.000708119129, 0.00407644501, 0.00350342179, 0.000272458128, -0.00651360815, -0.0252130311, 8.13747683e-05, -0.0137960827, -0.00737314299, -0.0167845096, -0.0409965627, -0.00302832, -0.00542921573, -0.00388785521, 0.00284335669, 0.00229390711, 0.00631413795, -0.00509918295, -0.0169730987, 0.0646428466, -0.0244441647, 0.00311898836, -0.00763064111, 0.00646646041, -0.00483080512, 0.0125629948, -0.00510643655, -0.0178725272, -0.00765240146, 0.00979217235, 0.0194537826, 0.035919141, -0.0169150718, 0.00194755429, -0.00996625517, 0.0206578579, -0.0238058586, 0.0178725272, 0.00232836092, -0.00483080512, -0.00324411038, 0.0111993439, 0.00778296357, -0.00495774066, 0.00413084589, -0.00834873412, -0.000955643482, 0.0048924596, 0.0218039043, 0.0116635654, -0.0075798668, -0.0119101834, -0.0375729278, 0.013752562, 0.0128966542, 0.0114894826, 0.000928443042, -0.00716641964, -0.00329125789, 0.0227613617, 0.00159848144, 0.00226307986, -0.015870573, -0.00172813714, 0.00320240296, 0.0195118096, 0.0022902803, -0.0350487232, 0.00111249962, 0.0156239551, 0.0140789682, -0.00687265443, 0.0275921654, -0.00119863439, -0.00871866, -0.00515721086, -0.0103506893, -0.00211801054, 0.000724439451, 0.00979942549, 0.00304464018, -0.00148786616, -0.00804408826, -0.012258349, 0.000138495772, -0.013622, -0.00781923067, 0.00837774761, -0.00637579244, 0.00756536, 0.0109019522, -0.00283066323, 0.00134370371, 0.0105682928, -0.0140281934, 0.0180466119, -0.0100170299, 0.000254777813, -0.00956006162, 0.0231240336, -0.000966523716, 0.0143618528, -0.00738402316, 0.0180901326, -0.0356580131, -0.00887098256, 0.00579914218, -0.00468210923, 0.00841401517, 0.0113734268, -0.00691254856, -0.00211257045, -0.0197149068, -0.00750007899, 0.0121568, -0.0036339839, -0.0253290869, 0.0152032543, 0.0178145, 0.0161752179, 0.00160482829, 0.0101258317, -0.0037500395, 0.0248648655, 0.00171544356, -0.00544009591, 0.00591882411, 0.0152322687, 0.0001719297, 0.00107260561, -0.0173938, 0.0113226529, 0.000931163086, 0.00730060879, -0.0246762745, 0.000502755516, -0.00900154561, -0.00188589992, 0.0101693524, -0.0183367506, -0.0236607902, -0.0239509288, -0.0114459619, -0.000205816963, 0.00310448138, -0.0211365856, 0.00430492917, 0.0261849947, -0.00243172282, -0.0185543541, 0.00152776029, 0.00897978526, -0.00926992297, -0.0234867074, 0.00904506631, 0.0151307201, 0.0012194881, 0.00138813106, 0.0213106684, 0.021223627, -0.00800056756, 0.00455517368, -0.0261704884, -0.00172995043, 0.0128458794, 0.00164381566, 0.0105973063, -0.00565769942, 0.00530590676, 0.0127805984, -0.0128023587, -0.00336741935, -0.0156384613, -0.0124106724, -0.0108801918, 0.0080078207, -0.00330576487, -0.0152032543, -0.00839225482, -0.00776845682, 0.0235157218, -0.01213504, -0.00959632918, -0.00126391556, 0.0248648655, 0.0231965687, -0.011888423, 0.00075889338, -0.00726071466, -0.00143255852, -0.00321146986, -0.0254741553, -0.0256627444, 0.00809486303, -0.0118739158, -0.00891450327, 0.0143255852, 0.00288869091, 0.0127008101, -0.0178435147, -0.00555615127, 0.0115692709, -0.0282304697, 7.33279594e-05, 0.0101620993, 0.0187429432, -0.00636491226, -0.0189025197, -0.00839950796, 0.00283610332, 0.0414027572, 0.00470386958, -0.00657888921, -0.0107133621, -0.00799331442, -0.000640117913, 0.0182206947, -0.0182206947, -0.0180175975, 0.0162187386, -0.00470749615, -0.0349616818, 0.00932069775, 0.00308090751, -0.0152177615, -0.0157980379, 0.00287599722, -0.000642384635, 2.10095368e-05, -0.0303194672, -0.00183149893, 0.0129691884, 0.0174228139, 0.0125339804, 0.0291008856, -0.0157400109, -0.0136147467, -0.0127153173, 0.000495955406, 0.00683638686, 0.000275178172, 0.00866788626, -0.0185108334, -0.0297682043, 0.00631776452, 0.00705399085, 0.00557065802, 0.00225401297, 0.000776573666, 0.00221230555, 0.0066405437, -0.00954555441, 0.023588255, 0.0273890682, -0.000548996322, 0.00188045984, -0.00782648474, -0.000355872937, 0.00463133492, 0.0249809194, -0.00555977784, -0.0114967357, 0.0114242015, -0.0215137657, -0.0118376482, -0.0068835346, 0.0219634809, 0.0168715511, -1.91395029e-05, -0.000981937279, 0.00847929623, 0.0170601401, -0.00275268848, -0.000891269, -0.00532404054, 0.0173212644, -0.0285206083, 0.000852735, 0.00540020177, -0.00554889766, 0.00874042, -0.0135857323, 0.000872228702, 0.0219344664, -0.00752183935, -0.00113698, 0.00494686048, -0.00135549053, 0.0127951056, 0.000493235362, -0.0180611182, 0.0213541891, 0.0125920083, -0.0066477973, 0.0106263207, -0.0125267273, 0.0108004035, 0.00539294817, 0.020106595, 0.00565407285, -0.0129401749, 0.00892901048, -0.0324374773, 0.0100678038, -0.00260580587, -0.026823299, 0.0375729278, -0.017799994, 0.0112718781, 0.00733324932, 0.000490968639, -0.0115330033, -0.0089870384, 0.0270263962, 0.0233416371, 0.00743479747, -0.0204982813, 0.0133536216, 0.00310085458, -0.00858084485, 0.0166974682, -0.00710113859, 0.026823299, 0.0356580131, -0.0151452264, 0.0162332468, 0.00102001801, -0.00133826362, 0.0174373202, -0.00739853038, 0.0233271308, 0.00749282539, 0.0119682103, 0.0111340629, -0.000553529768, -0.00748557178, -0.02252925, 0.00252964464, -0.00441735797, 0.00301018637, -0.00982844, -0.022964457, -0.00712652551, -0.00156765431, -0.0247488096, -0.00750007899, 0.0141950231, 0.00323685701, 0.0131795388, -0.0134043964, -0.0120334923, -0.0228338949, 0.00987921376, -2.36162487e-05, -0.00727159483, 0.022471223, 0.000492328661, -0.00996625517, 0.0103434352, -0.00414172607, -0.0118666627, -0.00879119523, 0.00953104813, -0.0312188957, -0.0310158, -0.00356326276, -0.0265041459, -0.0302904528, -0.0129329208, -0.0104232235, 0.00435207644, 0.00996625517, -0.0138396034, -0.0138105899, -0.0143691069, 0.0190475881, 0.0265186541, 0.000816921063, -0.00866788626, 0.0222826321, 0.012947428, 0.0101766055, -0.0108656846, -0.00503027532, 0.00193123403, 0.000160936164, -0.0284625813, 0.0185833666, 0.0242265593, -0.000857721781, 0.0004497146, -0.012947428, 0.00205454277, -0.00455880025, 0.00376454624, 0.00488883257, 0.0167990159, 0.00237369514, -0.00827619899, -0.00841401517, -0.0178435147, -0.0138613638, -0.00233017444, 0.0123018697, 0.00440647779, -0.0148695949, 0.00675297249, 0.00871140696, -0.000769773556, 0.0194102619, 0.00888549, 0.00382620073, -0.0065716356, -0.019105617, 0.0219199602, 0.0110252611, -0.0184963252, 0.0125339804, 0.00320240296, -0.00887098256, -0.00345264748, -0.000859081803, -0.0101258317, 0.00316794915, -0.0041018324, 0.0199615248, 0.0116490582, -0.0147680463, 0.00894351769, 0.0153483236, -0.00992273446, -0.00300293299, -0.0242265593, 0.0235592425, -0.00952379405, -0.0035378756, -0.0145867104, 0.0152322687, 0.0011496736, -0.0117941275, -0.000903962587, -0.00140354468, 0.0308707301, -0.000617904239, -0.00501576858, 0.0110252611, 0.0153918443, 0.0155514209, -0.00487432582, 0.00471474975, 0.00285967696, 0.0430565439, -0.00261487276, 0.00949478056, -0.0124832066, -0.0107858963, -0.0173938, 0.0100968182, -0.0185398459, -0.0068835346, -0.0192071646, 0.000971057103, 0.002442603, 0.0048054182, -0.00701409671, 0.00837774761, -0.0120625058, -0.0283755399, -0.00595509168, 0.00498675462, 0.0362382904, -0.0287962407, -0.015435365, 0.00260580587, -0.024458671, 0.0140862213, 0.0108511774, -0.00440647779, -0.00360859698, -0.00571572734, -0.0118013816, -0.0109092053, -0.00186595286, 0.0105537856, 0.00369926519, -0.00530953333, 0.0247778222, -0.000664145045, 0.0312479101, -0.00783373788, 0.0279693455, 0.0167845096, -0.00974139851, -0.0161316972, 0.00417436706, 0.0122801093, 0.0133608757, 0.0129184145, 0.00939323194, -0.00186051277, 0.0158270523, -0.00197294145, -0.00296303886, -0.0107351225, 0.00217966503, 0.00863161869, -0.00160664169, -0.00349254161, 0.0196278654, 0.0201791283, 0.00814563688, 0.0106770946, 0.00799331442, -0.0124396859, 0.00365574448, 0.00291951816, -0.0213251747, -0.00813113, 0.0202081427, -0.0126137687, 0.00372827891, 0.00146882585, 0.00990097411, -0.0025387113, -0.0200920869, -0.00626699, -0.0211656, -0.0125992615, -0.0455807485, 0.0119319437, 0.0275196321, -0.0295941215, 0.022094043, -0.0100532975, 0.026881326, 0.0348456278, 0.0128458794, 0.0154498722, 0.00252057775, 0.00980668, 0.00261487276, -0.00100007094, 0.0126210228, -0.00231748074, 0.0175823905, -0.00921189599, -0.00293039833, 0.0156674758, 0.00691617513, -0.0126282759, -0.0204837732, 0.00429404899, -0.0104594911, -7.4801319e-06, -0.0203096904, 0.00838500075, 0.0211365856, -0.010829417, 0.00136093062, 0.0150436787, -0.0155804344, -0.0226307977, 0.0274035763, -0.00170728343, 0.0113371601, 0.0122728562, 0.0119682103, -0.00224494631, -0.010894699, -0.018481819, -0.00333477883, 0.0157255027, 0.0131070046, -0.00117234059, -0.00297573232, 0.0032985115, -0.0139774196, -0.000116395386, -0.00452253316, 0.0219489727, -0.0121858148, -0.0180611182, 0.0111485701, -0.0187719576, 0.00310810818, 0.00240814919, -0.0108584315, 0.00555615127, -0.00370107847, 0.0185253397, 0.0126210228, 0.0104159703, 0.0124832066, -0.00534580089, -0.00393862929, -0.0178435147, -0.0104014631, -0.000374913274, 0.0179740768, -0.00972689129, -0.0152177615, 0.000747559825, -0.00485981908, -0.0234722, -0.00775395, 0.0138613638, -0.0146592446, 0.0186704081, 0.00333659211, 0.0272149853, -0.0133318612, -0.0075435997, -0.00152957358, 0.0177854858, -0.00387697504, 0.0177709796, 0.0228774156, -0.0122946166, 0.0111703305, 0.00514633069, 0.0242990945, 0.0241685323, 0.0242265593, 0.00911034737, 0.00239726878, -0.00655712886, -0.0110905422, -0.00690892152, 0.0171326753, -0.0324664935, -0.00856633764, 0.0011669005, -0.00487069925, -0.019482797, -0.00190584688, 0.0056323125, 0.010575546, 0.0380661637, 0.0148986094, 0.00937147159, -0.0102636479, 0.0187284369, -0.0261704884, 0.0176549237, 0.00611829432, 0.00690529495, -0.00945126, -0.00211257045, -0.018917026, -0.0299132727, -0.00289231772, 0.00622709654, 0.0107133621, -0.00223225262, -0.0037899334, -0.0346135162, -0.00604938669, -0.00420338055, 0.00900154561, -0.0002812983, -0.00744930468, 0.00816739723, 0.0330177546, -0.0154063515, 0.00834148, -0.00227214675, -0.00158488122, -0.0180466119, -0.01194645, -0.021789398, -0.00623434968, -0.00885647628, -0.00608202722, 0.0134043964, 0.0358030833, -0.00999527, 0.00807310175, -0.0228338949, 0.00667681079, -0.00346534094, -0.00453341333, -0.00830521341, 0.0160736702, -0.00809486303, -0.00446087867, -0.00414897967, -0.0115475105, -0.00707212463, 0.00834148, -0.00318245613, -0.00124124857, 0.0075798668, -0.00987196062, 0.00972689129, 0.0216588341, 0.024212053, -0.0104594911, 0.0156674758, 0.00770317577, 0.0073441295, 0.000218623856, -0.0118376482, -0.000963803614, -1.46344246e-05, -0.00185869937, 0.0133318612, -0.0137453089, 0.0231240336, -0.00845028181, -0.0203677192, -0.00499038119, -0.00499038119, -0.0285931434, -0.013622, -0.00876943488, 0.0112718781, -0.020106595, 0.0343233794, 0.0147245256, -0.00231566746, -0.00166194933, 0.0115330033, 0.000306912087, -0.0235157218, -0.0230660066, -0.0132810874, -0.0126717966, 0.0106190667, 0.020904474, -0.01039421, -0.0127660912, -0.00658976939, -0.00303194672, 0.00606026687, 0.00842852145, -0.0062923776, -0.0204837732, -0.00216334476, -0.00711564533, 0.00839225482, -0.00515358429, -0.00518985139, 0.000788360543, -0.0183367506, -0.0108076567, -0.00583903631, -0.014688259, 0.00657888921, -0.00405105809, 0.0138686178, 0.00163656217, -0.0126863038, 0.00495048705, 0.0283755399, -0.02078842, -0.0128894, 0.00940048601, 0.00853732415, -0.00676747924, -0.00462770835, -0.00453704, 0.0191201232, 0.0226453058, 0.0267507639, -0.00351248845, -0.00490696635, 0.000465128192, -0.0133898892, 0.00803683512, -0.00816014409, -0.0104594911, 0.0194537826, -0.0242555737, -0.00781923067, -0.0027508752, 0.00718818, 0.00926267, 0.0155514209, -0.0253581, -0.000340686, 0.0204982813, -0.00894351769, 0.0150436787, 0.00035111286, 0.00613280153, 0.00599135878, 0.00222499925, -0.025575703, -0.000781107112, 0.024400644, 0.0106843486, 0.00531678693, 0.00693068188, -0.00440285075, -0.0132665802, 0.00607477361, 0.0167409889, -0.0242410675, -0.000267244701, -0.0129401749, 0.00784824509, -0.000861348526, 0.0107133621, 0.0112501178, -0.00070222572, 0.0129909487, -0.00324411038, -0.00750733213, -0.0319442414, 0.00301381317, 0.0108221639, 0.0182061866, -0.00398577703, -0.0079643, 0.00895077083, 0.00498675462, -0.0143691069, 0.00650635455, 0.0128096119, -0.0231675543, -0.0222681258, 5.27292614e-05, -0.00518622482, 0.000953830138, -0.0211365856, 0.0302324258, 0.0163202882, -0.0142095303, 0.01630578, 0.00017204303, -0.00514270412, 0.0115837771, -0.0231675543, 0.00267290045, -0.0143618528, 0.00702860393, -0.00714828586, 0.0200195517, -0.0118811689, 0.00505203567, -0.0104232235, 0.0207449, -0.00728610158, -0.0137017881, 0.0142022772, 0.0226307977, 0.00968337059, -0.00376091967, -0.0180611182, -0.00600949256, 0.00544372248, -0.00703585707, -0.00529502658, -0.0143400924, 0.00995174889, 0.0239944495, 0.00555252424, 0.0188154783, -0.0128386263, 0.00231566746, 0.0260689389, -0.00345083419, -0.0067275851, 0.00759437354, -0.0183512568, -0.0285496227, 0.0150436787, -0.000811934297, 0.00319333631, 0.016494371, 0.018481819, 0.00876218081, 0.00761613436, -0.020106595, 0.0202371571, -0.00211438397, 0.0394588299, 0.00879844837, 0.00567583321, -0.0101475921, 0.0149711436, -0.00764514785, 0.00667318422, 0.0101040713, -0.0137235485, -0.0334529616, 0.0211220793, 0.0199470185, 0.0387624949, -0.00511369, 0.0108439242, 0.00066641171, 0.00198200834, -0.0149711436, 0.0168860573, 0.0120044779, 0.0145431897, 0.0193377268, 0.00770317577, 0.00164381566, -0.01194645, -0.0253435932, -0.00573023409, 0.0273455475, 0.00196931465, 0.00416711345, -0.00921189599, 0.00256772526, -0.0141224889, -0.00405468466, 0.00725346105, 0.00204003602, 0.00612554792, 0.01630578, 0.0173792932, 0.000638304569, 0.0080513414, -0.0247488096, 0.00702135032, 0.0306386203, 0.00971238408, 0.0176259112, -0.003345659, 0.000115205359, -0.00463858852, -0.0329307131, -0.0101693524, 0.0122075751, 0.0134769306, -0.000333659205, -0.0160591621, 0.0115837771, 0.0269103404, 0.00350160827, 0.010887445, 0.00524787931, 0.0160301495, -0.00163565553, 0.00276719546, -0.0183947776, -0.00206360966, 0.0175968967, -0.0165088773, -0.00780472392, -0.0102636479, 0.00326043065, 0.000399393699, 0.0145069221, 0.00866788626, 0.0107858963, 0.0190185755, 0.0130924974, 0.0144851618, -0.0259093624, -0.00434845, 0.00644107349, -0.017611403, -0.0167700015, -0.00462045474, 0.00802232791, 0.00670219818, 0.0331918374, -0.0114604682, -0.00990097411, -0.000500942173, 0.00533854729, 0.00404380448, -0.0182206947, -0.00771042891, -0.00556340488, -0.0267362576, -0.0186994225, 0.00306821405, -0.0170456339, -0.00657526264, 0.00307546742, -0.00904506631, -0.0212526415, 0.00133826362, -0.0137670692, 0.000989190768, -0.00514633069, -0.0299132727, 0.00496862084, 0.0014488789, -0.0184382983, -0.0262140092, 0.0034055, -0.00471837632, 0.0183657631, 0.0133536216, 0.0201211013, 0.00147879939, 0.00117506075, 0.0164363421, 0.000862708548, -0.00802232791, -0.00520435814, -0.00597685203, -0.00127298245, 0.0217023548, 0.00197656825, 0.0202081427, 0.0148333283, 0.00131650316, -0.000729879539, 0.0250534546, -0.00370107847, 0.014441641, 0.0280854013, -0.0116200447, -0.0115257492, -0.00868964661, 0.00699233636, -0.00747831818, 0.0267217513, -0.00755810644, 0.0125339804, -0.0116200447, -0.0187284369, 0.0100315372, 0.0167119745, 0.00385884126, 0.0189315341, 0.0210495442, -0.00133645022, -0.00850105658, 0.00420700759, -0.00353243551, -0.00619808258, 0.00804408826, -0.0230224859, -0.0202806778, -0.00731148897, 0.000804680865, 0.00885647628, -0.00146247912, 0.040329244, 0.0127515849, 0.0208029263, -0.019482797, 0.0194102619, 0.00282884971, 0.0106190667, -0.003345659, -0.0174083058, 0.0106625874, -0.00670219818, -0.0246327538, 0.0122148283, 0.00079334731, -0.000454248, -0.0296811629, -0.00903781224, -0.00648096763, -0.00781197753, 0.02427008, -0.0197729357, 0.00161933515, 0.0066477973, 0.00592970429, -0.00247161696, 0.00556703145, 0.00447538542, -0.0144198807, -0.0116127916, 0.00455880025, 0.0183657631, -0.0194537826, -0.00405468466, -0.0119174365, -0.00921189599, 0.0162912738, 0.0136510134, -0.0148333283, -0.0208609533, -0.0147172725, -0.00648096763, 0.025140496, 0.0117723672, -0.00435207644, -0.00919013564, -0.00649547437, 0.00621258933, -0.0100025227, -0.00863887183, 0.0278387833, -0.000277218205, 0.00274906168, -0.0122293355, 0.0119682103, -0.00097559049, -0.0178435147, -0.0140572079, -0.00724620745, -0.00443549128, 0.0166829601, -0.0121640544, -0.00280164927, -0.0307546742, -0.0334529616, 0.0250099339, -0.0153483236, 0.0397199541, -0.0302904528, 0.0147100193, 0.00493960688, -0.00322779012, 0.0209915172, -0.0030392, -0.00554889766, 0.00042160743, 0.00331483176, -0.00992273446, 0.0037863066, 0.00834148, 0.01039421, 0.00991548132, -0.00818190444, -0.0225437563, 0.0187719576, -0.0029503454, -0.00453704, -0.0043810904, -0.000228370685, 0.011576524, -0.0109889936, 0.000242084265, -0.0141660096, 0.00695606926, -0.00998801552, 0.0219344664, -0.00433394313, 0.00256409845, 0.00108620583, 0.00267471373, -0.00478728442, -0.0209334884, -0.000938416517, -0.00167736283, -0.0125484876, -0.00792803336, -0.00733324932, 0.00550537696, -0.0102346335, 0.0205708165, 0.0223116465, 0.00139175786, 0.0114604682, 0.0148841022, 0.00682550669, -0.00233198772, 0.00162296195, -0.00963985, 0.00837774761, -0.00632501813, -0.0071192719, 0.0232836101, -0.0254886616, -0.0137815764, -0.00882746186, 0.00870415289, -0.00566495303, -0.0323214233, 0.00807310175, -0.00300655956, 0.0237043109, 0.00677473284, 0.00724258088, -0.00580639578, -0.00570484716, 0.0287672263, -0.0184528045, -0.0102128731, -0.00485619204, -0.00881295558, -0.0108511774, -0.00544734951, 0.00207993, -0.0023464947, 0.0226888265, -0.0134986909, -0.00190040679, -0.0103797028, -0.0186268874, -0.000710385852, -0.00771768251, 0.0185978748, -0.0239509288, -0.0272730142, -0.00942224637, 0.00141442486, -0.00613280153, 0.000880842155, 0.00845028181, 0.0106335739, -0.0192216728, -0.000402340433, -0.0123163769, 0.0143400924, -0.0108511774, -0.0130344694, 0.0389946066, -0.00192579394, 0.00946576707, -0.00784099102, -0.015000158, 0.0122220824, 0.0153628308, -0.00360678346, -0.0119101834, -0.00720994035, -0.0120044779, -0.00243172282, 0.00459506782, -0.00419612741, -0.00127298245, 0.0208754614, -0.0115257492, -0.00119591434, 0.0230805129, -0.000653264811, 0.00623797672, 0.0366154723, -0.000349752838, 0.00478003081, 0.00373190572, 0.00979942549, 0.00149511965, 0.00268559391, -0.00908133294, 0.00462045474, -0.0456677899, -0.0103724496, 0.00826169178, -0.0104377307, 0.0208899677, -0.0280563869, 0.00928443, -0.00203278242, -0.00440285075, -0.0105900532, -0.0174083058, -0.00726071466, -0.0110252611, -0.0107278693, -0.00135367713, 0.0200920869, -0.00380444038, -0.00876218081, 0.0111630764, 0.000232790771, -0.00516083743, -0.0093859788, -0.0107786432, 0.00661878334, 0.0105030118, -0.00637579244, -0.00690166838, -0.00821817107, 0.020164622, -0.00412359275, 0.0134986909, 0.0123598976, -0.0067275851, -0.00310085458, -0.012882147, -0.00852281693, -0.00293039833, 0.000597957172, 0.00320602977, 0.0118956761, -0.00328219123, 0.0440140031, 0.0221375637, 0.00278714253, -0.0118231419, 0.0306386203, 0.00752183935, 0.0115620168, -0.0161171909, -0.00838500075, 0.0109454729, 0.0174228139, 0.00042863423, 0.0196858943, 0.0104885045, -0.00776845682, -0.017553376, 0.0110687818, 0.0152032543, -0.0033420322, 0.000767053512, -0.00797155406, 0.0182642154, -0.0105320252, -1.23677182e-05, -0.0218909457, 0.00694156205, -0.0187429432, 0.000106308536, 0.0117215933, 0.00432306295, 0.00584266288, -0.0132665802, 0.0490914248, -0.0249083862, 0.037282791, 0.000154362715, 0.0142095303, -0.00437746383, 0.00416348688, 0.00154045376, -0.00153138698, -0.00152866694, 0.00315344217, -0.0175098553, -0.00266927364, 0.00850831, 0.00310448138, 0.000797427376, -0.020599829, 0.000795614033, 0.00153773371, -0.0343233794, 0.00330939167, -0.0138250971, -0.0283465255, -0.0156384613, 0.0236462839, -0.00166285597, -0.0226888265, -0.00253689801, -0.0193087142, -0.017176196, -0.0214847513, -0.00853732415, -0.0114242015, -0.00292133144, 0.00911760051, 0.00618357537, 0.0029467186, 0.0165814124, -0.00207993, 0.00211075717, 0.00128567603, -0.0193812475, -0.0154788857, -0.0108439242, 0.00932795089, 0.00763789471, -0.0220795348, 0.0120044779, 0.0213541891, 0.000424100814, -0.00218691863, -0.00987921376, 0.0261124596, 0.00500126136, 0.0133536216, -0.00764514785, 0.00386972143, -0.000266338029, -0.0225002356, 0.00560329854, -0.00390598876, -0.00757261319, 0.00572660752, 0.0246327538, -0.00639755279, 0.00934971124, -0.00467122905, 0.00125756883, 0.0189895611, -0.0102346335, 0.00790627301, -0.00546548283, -0.00858084485, 0.00517534465, 0.0018251522, 0.0116272978, -0.00163746881, 0.00933520403, -0.0100242831, -0.0216878485, -0.024458671, -0.00526238605, -0.00853007, -0.0052914, 0.0177564733, -0.00616906863, 0.00897253118, 0.00415986, -0.00435570348, -0.00605301326, -0.0147898076, 0.00526601262, -0.00364849088, 0.00571935391, -0.0171326753, -0.0203096904, -0.0207013786, 0.00738402316, 0.0102128731, -0.00933520403, -0.00397127, -0.010640827, -0.00271279435, -0.00477640424, -0.000700412318, 0.00270554097, -0.0151887471, 0.00610741414, 0.0200920869, 0.00579551561, -0.00636853883, -0.00313530862, 0.0142457979, 0.00444999849, 0.000993724214, -0.00175171089, 0.0133101009, -0.0130779902, -0.0101330848, 0.00263300631, -0.00457693404, 0.00972689129, -0.0248068366, 0.00996625517, -0.000462861499, -0.0111558232, -0.0222536195, 0.00718092639, 0.00804408826, 0.0033982466, 0.00010500518, -0.00703585707, 0.0317701586, 0.00217422494, -0.0168570429, -0.00589343719, 0.0127008101, -0.00474013668, -0.0022503864, -0.00628875056, -0.017611403, 0.0188735053, -0.0124324327, -0.00677473284, -0.01039421, -0.0161897261, -0.0333949365, 0.0142603042, -0.00395676307, 0.00772493612, -0.0131360181, -0.00971963815, -0.00740215695, 0.017234223, -0.00728610158, 0.0287962407, 0.0140862213, 0.0100605506, -0.0168135222, -0.0188444927, -0.0162187386, 0.0157835316, 0.013571226, 0.00947302, 0.0122438427, -0.0132448198, 0.0121132797, 0.0189605467, 0.00794254, 0.0215427801, -0.00607114704, 0.0254016202, -0.0168280303, -0.0220650285, -0.000546729658, -0.0149276229, 0.0101185786, 0.00753634609, -0.00889274292, -0.00227396, -0.00212889072, 0.0139919268, -0.00171635021, 0.00437383726, 0.0079788072, 0.0126717966, 0.00215246459, 0.00985745341, -0.0168280303, 0.00983569305, 0.0227903742, -0.0136510134, 0.00363942399, -0.00321691, -0.0215863, -0.00289594429, 0.00791352615, -0.00521523831, 0.009146614, -0.00134461035, -0.0192071646, 0.0150146643, 0.002894131, 0.00227396]
|
07 Jul, 2023
|
HTML5 MathML <mn> Tag
07 Jul, 2023
The MathML <mn> tag in HTML5 is used to display a numeric character which is normally a sequence of digits with a possible separator. It contains the arbitrary character and used like 4 as Four.
Syntax:
<mn> Numeric </mn>
Attributes: It accepts some attributes which are listed below:
class|id|style: This attribute is used to hold the styles of the child elements.
dir: This attributes holds the direction value. The direction value is acceptable ltr for left to right and rtl for right to left.
href: This attribute is used to hold any hyperlink to a specified URL.
mathbackground: This attribute holds the value of the math expressions background color.
mathcolor: This attribute holds the color of the math expressions.
mathsize: This attribute holds the value of the size for the content. The possible values are small, medium and big.
mathvariant: This attribute holds variety of typography like font-family.
Below example illustrates the MathML <mn> tag in HTML 5:
Example:
html
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML mn tag</title>
</head>
<body style="text-align:center;">
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML mn tag</h3>
<math>
<mrow>
<mrow>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo>+</mo>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
</mrow>
<mo>=</mo>
<msup>
<mi>z</mi>
<mn>2</mn>
</msup>
</mrow>
</math>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML <mn> tag are listed below:
Firefox
Safari
Note: Till now no other browsers supported by MathML elements.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 MathML <merror> Tag/HTML5 MathML <mfenched> tag/HTML5 MathML <mfrac> tag/HTML5 MathML <mglyph> Tag/HTML5 MathML <mi> Tag/HTML5 MathML <mlabeledtr> tag/HTML5 MathML <mmultiscripts> Tag/HTML5 MathML <mn> Tag
|
https://www.geeksforgeeks.org/html5-mathml-mn-tag/?ref=next_article
|
NextJS
|
HTML5 MathML <mn> Tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <mmultiscripts> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, HTML5 MathML <mi> Tag, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, HTML5 MathML <mlabeledtr> tag, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, HTML5 MathML <merror> Tag, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML <mfrac> tag, HTML5 MathML <mn> Tag, HTML5 MathML <mglyph> Tag, Node.js Readable Stream close Event, HTML5 MathML <mfenched> tag, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0179807525, -0.0029606109, -0.0188640691, -0.000666231033, 0.0511725321, -0.0172621198, 0.00592870731, 0.0308412556, 0.0117675858, 0.000413353293, 0.0218733381, -0.0276373588, -0.0321288034, 0.014073194, 0.00536353374, -0.00689062523, -0.0163788032, 0.0153083419, -0.00717508327, 0.0279966742, -0.0245831758, 0.0150089124, -0.0205109324, 0.0167830326, -0.0074033984, -0.00921494793, 0.00236736587, 0.00246468047, 0.00214092224, 0.0313802287, -0.0207205322, -0.00215027924, 0.025017349, -0.028730277, 0.00408721482, 0.00891551841, 0.00886311848, 0.0494657829, -0.0145747392, -0.0115055852, 0.0621017143, -0.0173669215, 0.0135192499, 0.062401142, 0.0245831758, -0.0132123344, -0.00735848397, -0.0466212, -0.00242350879, -0.0131823914, 0.0374287069, -0.000793020765, 0.00707776891, -0.00422944408, 0.0200019013, 0.000988117885, 0.0405727215, 0.0455731973, -0.0291195344, -0.0149041116, 0.0112435836, -0.0179358367, -0.0112810126, 0.0188640691, -0.00924489088, -0.0237597451, -0.00918500498, 0.0124413026, 0.0295537077, -0.00461870246, -0.0712642595, 0.0314700566, -0.0153457709, 0.0146795399, -0.00953683536, -0.0247478615, 0.0369196795, 0.0151735982, 0.0158548, -0.00570413517, 0.0243136883, -0.007875, -0.00255076657, 0.00897540431, 0.0337756649, 0.0336259529, -0.00668102456, -0.0479686335, -0.00416955817, 0.000380603189, -0.0317096, 0.0334163494, -0.0144100524, -0.00761299953, 0.0162740033, 0.000570787815, 0.0349135, 0.00961917825, 0.00193506421, 0.00681202486, -0.00264246692, 0.010352781, 0.0229512844, -0.0108019253, 0.0209600776, 0.0278918743, 0.000106671818, 0.00817443, -0.00546084857, 0.00659493823, 0.0194479562, -0.0138186794, -0.0226817969, 0.00940957759, 0.00161130587, 0.0302274246, -0.0376383103, -0.0554843172, 0.0125910174, 0.0243586041, -0.0231309421, -0.00475344621, 0.0123814167, 0.0691682547, -0.0392851718, -0.0069579971, -0.0415009521, -0.0200767592, 0.00564799225, -0.0378179662, -0.0161542315, 0.0234752856, 0.00332366931, -0.0266791843, 0.004895675, 0.0102180373, 0.00375222811, -0.0352728143, -0.00899037626, -0.00410967227, -0.0302723404, -0.0117226718, 0.000437214097, -0.0194928721, -0.0719828904, -0.0374885947, 0.0170076042, 0.0490166359, -0.00606719358, 0.0129727907, -0.0229363125, -0.0276373588, 0.00856368896, -0.0120520443, -0.00357444165, 0.0159895439, -0.00841397326, 0.0146795399, -0.0370993353, -0.0148442257, 0.00962666422, -0.0102255233, 0.0286404472, 0.0181304663, -0.0241040885, 0.0381473415, 0.0155404, 0.0156152574, -0.0212894492, 0.0398540907, -0.0252419207, -0.00455881655, -0.0238795169, -0.0136315357, -0.0147394259, 0.0203911606, 0.0134144491, -0.00384018547, 0.0262300391, 0.00331805507, -0.0163338892, -0.00730234105, 0.0117750717, 0.0380874537, -0.0175316073, 0.00123421161, 0.0150762834, -0.0220529959, 0.00654628128, 0.0155254286, -0.0334462933, -0.00554319192, 0.00951437745, -0.00141480519, 0.0541967712, -0.0136839356, -0.034134984, 0.0283260457, 0.0149041116, -0.0161093157, -0.0175166354, -0.00940209161, 0.0160344578, -0.000954899937, 0.00474596024, 0.0147469109, -0.0209451057, 0.000607280817, 0.0259755235, 0.00302798254, 0.0139309652, -0.0013642764, -0.00197997876, 0.00405352935, 0.0188341253, 0.00581267849, -0.0345841274, -0.0214691069, 0.0184298959, -0.0550651178, 0.0512623601, -0.0109067261, 0.00743334135, 0.0011630971, -0.0514420159, -0.0378179662, -0.0248975772, -0.026319867, -0.0126958182, 0.00247590896, 0.00238795159, 0.00604099361, 0.000768224243, 0.0268288981, 0.0139159942, 0.031829372, 0.00887060352, -0.0181304663, 0.0135941068, 0.0555142611, -0.0264396388, -0.00317021157, 0.0138860513, -0.00822683051, 0.00614579394, -0.0326078907, -0.00416581519, -0.0500047542, -0.0033274123, 0.0105249528, -0.00894546136, -0.0328174904, 0.0267240983, -0.0131898765, -0.0158697721, 0.0230710562, 0.026888784, 0.00784505717, 0.0045887595, 0.0157649722, 0.0133321062, 0.0089978613, -0.0189988129, 0.00159165577, 0.0188490972, 0.0218883082, 0.0455432534, -0.044644963, 0.00666605309, -0.0269486699, 0.00225695106, -0.0319192037, 0.0253317505, 0.00389258564, -0.00946946349, -0.00931974873, -0.0218733381, -0.0135417068, 0.0131374765, -0.0201366451, 0.00371854217, 0.0146346251, -0.00512773311, 0.0330270939, 0.0278319884, 0.00504538976, -0.00882569, -0.0157050863, -0.0147768538, -0.00845888816, 0.0284009036, -0.012838047, -0.000364228123, 0.018355038, 0.00240292307, 0.0312305149, 0.00514270458, -0.0236100294, 0.0497053266, -0.0294039939, -0.0185646396, -0.0180705804, -0.0229213405, -0.0369795635, -0.0126209604, 0.0288650207, 0.0287003331, 0.0110564409, -0.00518387603, -0.00904277619, 0.000227262441, -0.0333564654, -0.00427061552, 0.00470853131, -0.0371292792, -0.0226817969, 0.0323982909, -0.000629270158, -0.0265743826, -0.0108767822, -0.011610385, 0.00778517127, -0.0156601723, 0.00767288543, -0.00961169228, 6.62020248e-05, -0.0450641662, -0.0249424912, 0.0273379292, 0.000291242148, -0.051891163, -0.0331768058, -0.000174745277, 0.00629176572, -0.0385066569, -0.0709648281, 0.040303234, 0.0235501435, 0.000538037682, 0.00635539461, -0.0157350283, -0.0181304663, -0.0189089831, 0.0175615493, 0.00340226968, -0.0145148532, -0.0239244308, -0.00126228319, -0.00540096266, 0.0175316073, 0.00101806084, 0.0363208205, 0.0531487651, -0.010352781, 0.00412090076, -0.0154954856, -0.0209151618, -0.0090577472, -0.031829372, 0.00629176572, -0.0182053242, 0.00872088876, 0.0334762372, -0.0741986707, -0.0352428705, -0.072222434, -0.0228015687, 0.0166782327, 0.0143950814, -0.0305717699, 0.00327126915, 0.00397492899, 0.00550202, 0.0183101241, 0.0162290875, 0.0129727907, 0.0239992887, -0.0226518549, 0.00674091047, 0.00644148095, 0.00620942283, 0.0473697744, 0.0303621683, -0.0101731233, 0.0227267127, 0.00352017, -0.00342659815, 0.0151661132, -0.0138860513, 0.014050737, -0.0145597672, 0.0182502382, -0.0242088884, -0.0230261423, 0.0368897356, 0.00875083171, -0.0251820348, -0.0131299905, 0.0519211031, -0.0213493351, 0.0216337927, -0.000132988876, 0.0127557041, 0.00227753702, -0.0101431804, 0.017726237, -0.0488669202, -0.0130177047, 0.0363208205, -0.0414111242, -0.0169327483, -0.022636883, -0.0299279951, -0.0171722919, 0.0133620491, 0.011033983, -0.0120071294, 0.0322785191, -0.0172770917, 0.028685363, 0.0476692021, -0.0113783274, -0.0121044442, 0.00710771186, -0.0161542315, 0.0234902576, -0.0621017143, -0.0116553, 0.0210049916, 0.0172172058, -0.034883555, -0.0115130711, 0.0321288034, 0.0380275697, 0.00954432, 0.00332554081, 0.00365304202, 0.0210648775, -0.013466849, -0.0211547054, -0.0196425859, -0.0061233365, -0.003056054, 0.0506036133, -0.0359315611, 0.00413587224, -0.00891551841, -0.0296135936, 0.00863854587, 0.0557837486, -0.0115504991, -0.0474596024, -0.032308463, -0.0329672061, 0.0469805151, -0.0021072363, 0.0417105518, 0.00500421831, 0.0378179662, -0.0131449625, -0.012793133, 0.0113633564, -0.00444653071, -0.00416581519, 0.0294039939, -0.0405427776, -0.0309310853, 0.0306915417, -0.00651259534, 0.014050737, 0.0105249528, 0.00398241449, 0.0138635933, -0.00525499089, 0.00713391183, -0.0191335566, -0.0236399714, -0.0204360746, 0.0190137848, -0.00889306143, 0.0634192, 0.00514270458, 0.00468607433, 0.0209900197, 0.0099111218, -0.0202713888, 0.0123215308, 0.0179208647, 0.0366801359, 0.0521905906, -0.0199719593, 0.00832414441, -0.00645645242, -0.0206905901, 0.016498575, 0.0118050147, -0.0141181089, -0.00788997207, 0.00650136685, -0.0162590314, -0.0115205562, 0.019567728, 0.00555067742, 0.0309610274, 0.0191485267, 0.0291195344, -0.0269486699, 0.0571311824, 0.00414335821, 0.0297034234, 0.0288201049, -0.0219631661, 0.00423318706, 0.00925986283, 0.0150687983, 0.00211285055, 0.0279966742, 0.0119023295, 0.00579022104, 0.00353701296, 0.0334762372, -0.00537101971, -0.0235651154, 0.0247328915, -0.00990363583, -0.0041021863, 0.0473398305, -0.021364307, -0.0119771864, -0.0313203447, -0.00241602305, -9.0589172e-05, 0.020810362, 0.0130401617, -0.0406026617, -0.00937963463, -0.0320988595, -0.00164686318, 0.0168728624, 0.0142079378, -0.0420998111, -0.00653131, -0.0242238604, -0.0104875239, -0.00191541412, -0.0185796116, -0.0275625, -0.024493346, 0.00224946532, -0.0180705804, 0.00387387141, 0.0286105052, 0.0296435375, -0.00919249095, -0.00676336745, 0.0086909458, -0.0107644964, -0.00492936093, 0.00423318706, -0.0329372622, 0.03058674, -0.00521381898, 0.00793488603, 0.0113783274, -0.0338355526, -0.0216637366, -0.0381473415, 0.0279667303, -0.0145597672, 0.000925892673, 0.0227566548, -0.000414055103, 0.0428783298, -0.0176663511, 0.0069055967, 0.00310096843, 0.0104426099, 0.00406850083, 0.0133021632, -0.00558810635, -0.0142528526, -0.0231159702, 0.0476692021, -0.0144399954, -0.000871153199, 0.00934969168, 0.0054945345, -0.0380275697, -0.0766539946, 0.0165734328, 0.0238645449, 0.0203462467, -0.00180687092, 0.00270048133, 0.0107869534, 0.0361711048, -0.0370394513, 0.0256611221, 0.040303234, -0.0289398767, -0.0158548, 0.0251520928, 0.00947694946, -0.00961917825, 0.0139159942, -0.00211097905, -0.00249649491, -0.00210536481, 0.0248826053, -0.00707402593, -0.0714439154, -0.028071532, 0.0319491439, 0.00793488603, -0.0172920637, 0.0193132143, -0.00711519737, -0.0166782327, -0.0203013308, 0.000785535, 0.0294339359, 0.0220829379, -0.0087957466, 0.00598110771, 0.00361748459, -0.020151617, 0.00286142481, -0.0198072717, 0.0123589598, -0.0235202, 0.000949753507, -0.0297183953, 0.00100870372, -0.00644522347, 0.0263647828, 0.0107944394, -0.0228614546, -0.0212295633, -0.0266941544, 0.015300856, 0.00809957273, 0.00506410422, -0.0258258097, 0.0544962, -0.00831665937, 0.0120894732, 0.00719754072, 0.0445251912, 0.019537786, 0.00176102074, -0.0172471497, -0.00935717672, 0.004266873, -0.00217460794, 0.0130701046, 0.0161392596, 0.0197324157, -0.00229250849, -0.00555442041, -0.0197923016, -0.0332965776, -0.0168279465, 0.0168129764, -0.00196126429, 0.00486198906, -0.0176813211, -0.00473847473, -7.8132427e-05, -0.0224272814, 0.025017349, -0.00466361688, -0.028685363, 0.00503790425, 0.0151885701, 0.0015589057, -0.0254215784, -0.0429082699, -0.000858053158, -0.00711519737, 0.0228913985, -0.0299579389, 0.018355038, 0.00521381898, 0.0193731, -0.0149864545, -0.00387761416, -0.0234154, -0.00632545166, -0.0231159702, -0.0288799908, 0.0327875502, -0.028071532, 0.0309310853, 0.0225171112, 0.0161542315, -0.0225320831, -0.000100004829, -0.00910266209, 0.0161392596, -0.0271582715, -0.0154505707, -0.0129877618, -0.00837654527, -0.00531487679, -0.0087358607, 0.0347039, 0.00848883111, -0.0108992402, 0.00921494793, 0.00933472, -0.00184242823, 0.0352129303, 0.0503341258, 0.0580294691, -0.0306166839, -0.00917751901, -0.018923955, 0.0168878324, -0.0257808939, -0.0105249528, 0.0226518549, -0.00110508257, -0.0120745013, 0.00509404717, 0.0115579851, -0.0204360746, 0.0384168252, -0.0121044442, -0.000128193322, -0.000252175931, -0.0160943456, -0.0135566778, 0.0101581514, 0.0184149239, -0.027457701, 0.0265144967, 0.00994855072, 0.0262599811, -0.00397867151, 0.011572957, -0.0179657806, 0.0170076042, -0.00138205511, 0.00212782202, 0.00834660232, -0.0196725298, -0.00633668, 0.0091176331, -0.00682699634, 0.00927483384, -0.01408068, -0.0350033268, 0.00881071761, -0.0463816561, 0.0149639975, -0.0300926808, 0.0192383565, -0.0107869534, 0.0210349336, -0.0109366691, -0.0277571306, -0.000439787313, -0.0170525201, -0.0166782327, 0.0078226, 0.00850380212, -0.00982129294, -0.0310808, 0.00729485508, -0.0108168963, 0.0123963887, -0.0357519, 0.0481183492, 0.0377281383, 0.00417330116, -0.00521756196, -0.0539871678, -0.00935717672, 0.00610087952, -0.00466361688, -0.00465987436, 0.00894546136, -0.00919249095, 0.0290297065, -0.0360812768, -0.0217835084, 0.0210798495, 0.00172827067, -0.000416628318, -0.00827174447, 0.0333265215, -0.00523627643, 0.0169028044, 0.0345541835, 0.0118349576, -0.0104575809, -0.00698794, 0.00314214, 0.0211247634, -0.00863106, 0.0356321298, -0.0104875239, 0.0208253339, -0.010996555, 0.017097434, 0.019552758, -0.020810362, 0.0137288505, -0.0276223868, -0.0236699153, -0.0045288736, 0.0110564409, -0.0112061556, -0.0612333678, 0.00982877892, 0.0173968635, 0.0113334125, 0.0199719593, 0.00409470079, 0.0147019969, 0.00748574175, 0.0117825577, -0.0099710077, -0.0106297536, -0.000437448034, 0.0267839842, 0.0441059917, -0.0220529959, 0.00525873341, 0.0187143534, -0.00747451326, -0.0143277096, -0.015914686, 0.0191784706, -0.00503416127, -0.00276972447, -0.00328249764, 0.0386863127, -0.015278399, 0.00870591775, -0.032368347, 0.0128904469, 0.032308463, -0.00767288543, -0.0149041116, 0.0186544675, -0.00267240987, -0.0360213891, 0.0188041832, 0.00226817979, 0.0337157808, 0.048986692, 0.0119247865, 0.0579096973, -0.0175914932, -0.00741837, -0.0295237657, -0.0112660415, 0.0317395441, -0.0249574631, 0.00617199391, -0.00352952722, 0.0153083419, -0.0112211267, 0.02563118, -0.000604473636, 0.0386863127, -0.0176513791, 0.00919249095, -0.00772528537, 0.0148816546, -0.00805465784, 0.0516516194, 0.0408422053, -0.0108094113, -0.0217535645, -0.0240142588, 0.0480285175, 0.0205408745, 0.0211097915, 0.00836157333, 0.02937405, 0.00740714138, -0.00309161143, -0.0037016992, 0.0308113135, -0.0143351955, -0.039764259, -0.019567728, -0.0406625494, 0.00207729335, -0.000833724509, 0.0400936343, -0.00961917825, 0.00405727187, 0.040303234, -0.0532685369, 0.00899037626, -0.014058223, 0.0211996213, 0.0157949142, -0.0399738625, 0.0123889027, -0.0242238604, -0.00186769257, 0.010966612, -0.00812203, 0.0200168733, -0.00661739567, 0.0207055621, 0.0142902806, -0.00781511422, 0.0139384512, -0.0149190836, 0.00616450841, -0.00552073447, 0.00153270562, 0.0172172058, 0.00327126915, 0.000219191876, 0.00395621452, 0.0111911837, -0.0341948681, -0.00104987528, -0.0276972447, -0.00164592743, -0.00964163523, 0.0266043264, -0.00503416127, 0.0117376428, -0.00949940644, 0.0168279465, 0.0139983371, 0.0018199709, -0.0310209133, -0.0148067968, -0.0269786138, 0.0213493351, -0.0333864093, -0.0247179195, 0.0235052295, 0.00569290668, 0.0136240497, 0.03299715, 0.000840274501, -0.0438065603, -0.0506934412, 0.0153307989, 0.00710396888, 0.024448432, 0.0139159942, -0.0250472911, -0.007332284, 0.0289847925, 0.0174118355, -0.00726116961, -0.00436044438, 0.0175914932, 0.0301825106, 0.0249125492, -0.0129203899, -0.0224871673, -0.00532610528, 0.0074033984, 0.0414111242, -0.0156601723, -0.000708806154, 0.0132572483, 0.0109067261, -0.00649013789, -0.0168728624, 0.00667728158, 0.0672519058, 0.0226069391, -0.00191822136, 0.0160344578, 0.0148142828, 0.0044689877, 0.0180556085, 0.0150762834, -0.00331805507, -0.0307813697, 0.0223374534, 0.0435670167, 0.0228614546, 0.0110639259, 0.0395846032, -0.0334762372, 0.00295873941, -0.00270235282, 0.0392851718, -0.00186020683, -0.0258707236, -0.0375185385, 0.020750476, 0.0300777107, 0.0325180627, -0.0156002855, -0.0286254771, -0.00665856712, -0.0232656859, -0.0148442257, 0.0110264979, 0.00999346562, -0.0292542782, -0.00741088437, -0.00483204611, 0.0184298959, -0.0279367883, -0.0183101241, -0.00653131, 0.0358417295, 0.0113408985, -0.0352728143, 0.0131599335, -0.000896417594, -0.00570787815, 0.0231459141, 0.0357219577, 0.0575503819, 0.00937963463, 0.0142528526, -0.0303771403, -0.0487172082, 0.00457004551, -0.00763171352, -0.00822683051, 0.0179657806, 0.02200808, -0.0185197257, 0.0041545867, 0.00663611, 0.00961169228, -0.0162141174, 0.000813606544, 0.00961169228, -0.0133620491, -0.0393151157, -0.0275625, 0.00845140219, -0.0013708265, 0.00613456545, -0.0183400679, 0.00742585585, -0.0218733381, -0.0163788032, 0.00698045408, -0.00656499527, -0.00945449155, -0.00307664, 0.0010723325, 0.01583983, 0.0342248119, -0.0272481, 0.00716385478, 0.0102629522, 0.0329672061, -0.0270534698, 0.0173369776, 0.0118274717, -0.00595865026, 0.00246280897, -0.0296585094, 0.0107345534, 0.00309909717, -0.00985872187, -0.00664359564, 0.0165884029, -0.010989069, 0.00019872305, -0.0182652101, -0.0139683941, -0.0099710077, 0.00409844378, 0.0126059894, -0.0209451057, -0.0233854577, -0.0067147105, 0.00643399497, -0.0256162081, 0.0157949142, -0.00501170428, 0.0223973393, -0.0169477183, -0.00576027809, -0.0197923016, -0.0139010223, 0.0143950814, -0.0166183468, -0.0341050401, -0.0157949142, 0.0100084366, -0.0162889734, -0.00152334839, 0.0167530905, -0.00345466984, -0.0100832945, 0.0828821287, 0.00148404832, -0.0337157808, 0.00358567038, -0.0167231467, -0.00123795448, -0.00781511422, 0.00965660717, 0.00627305172, -0.007646685, 0.00971649308, 0.0101356944, 0.0078824861, 0.0399439186, 0.00341911241, -0.0168878324, -0.00704782596, 0.00701788301, -0.00674839597, -0.0204061326, -0.00536353374, 0.0138710793, 0.0261402093, 0.0212445352, 0.0209001917, 0.0020716791, -0.022023052, 0.00756434212, -0.0176364072, -0.0214840788, 0.0167231467, -0.00889306143, 0.0299130231, 0.0101207225, -0.011019012, 0.0405427776, -0.0223224815, 0.00981380697, 0.00180967804, -0.0263647828, -0.0106896395, -0.0050154468, -0.0149939405, -0.0147543969, 0.012823076, 0.00576402107, -0.0169776622, 0.00550950598, 0.00914009102, -0.0163937751, 0.00692431116, 0.0122691309, 0.0198072717, -0.00087255676, 0.0113558704, -0.0202564169, -0.0186993834, -0.0351231, -0.000171353313, -0.0186844114, -0.00143351953, -0.0380575098, -0.000383644248, -0.00794985797, 0.0018021923, 0.00821185857, -0.0271283276, -0.0158248581, -0.00980632193, 0.0132797062, 0.00124824746, 0.00388135714, 0.00854871701, -0.00863854587, 0.000238608016, -0.0276972447, -0.00670348154, 0.0271133557, -0.000524001895, -0.0224721972, 0.00828671642, 0.0152110271, -0.0110489549, 0.00818191562, 0.00815945864, -0.00308599696, -0.00584636442, -0.00594742177, -0.0112510696, -0.00945449155, 0.0118574146, -0.00748199876, -0.00666979607, 0.00166557753, 0.00257322378, -0.0194030423, 0.00377281383, -0.00637785206, 0.000786938588, -0.00232058, 0.0126134744, 0.0101806084, 0.00785254315, 5.6406232e-05, 0.0102030663, -0.00345092686, 0.00978386402, -0.0119173005, -0.0210648775, 0.00712642632, 0.0133321062, 0.0245232899, -0.0147319399, -0.0229512844, 0.00536353374, -0.00951437745, 0.020106703, -0.00259380951, 0.0118424436, -0.00423318706, 0.0123963887, 0.02441849, 0.010375238, 0.00141386944, 0.0075680851, -0.0194479562, -0.0210948195, -0.0359914452, 0.00106484676, -0.00622065132, -0.0381473415, 0.0321886912, -0.003971186, 0.0186245255, -0.00172639918, -0.00878826063, 0.00863106, -0.00940957759, 0.0059923362, 0.0142378807, 0.0172621198, 0.0198821295, 0.0343146399, -0.0286105052, -0.0022026794, 0.0247179195, 0.00465613138, 0.0278769024, 0.0360213891, -0.0123065598, -0.0199420154, -0.0131225055, 0.0369795635, -0.000540377, 0.0072723981, -0.0313203447, 0.00362122757, -0.0214241929, -0.0165584609, -0.0126209604, 0.0100608366, 0.00227192254, 0.0154505707, -0.0123065598, 0.00223823683, -0.00626930874, 0.0137438215, -0.022591969, 0.0179508086, -0.0105174668, 0.0169028044, 0.0306466259, 0.00039229964, 0.0273229573, 0.0143052526, 0.0236848872, 0.0215140209, -0.0110489549, 0.0267839842, 0.0190586988, -0.00649762386, 0.0111312978, -0.0163788032, 0.00638159458, -0.0237896871, -0.00375971384, -0.00770282838, -0.00529990532, -0.0303022824, -0.000952092756, -0.00246468047, -0.0165434889, 0.0154954856, 0.037249051, -0.0111612407, -0.0132497633, -0.0135566778, -0.0391354561, -0.00912511908, -0.0218284223, -0.0100308936, 0.0270983856, 0.00321886898, 0.00613830797, 0.00244596601, -0.000419903314, -0.0083091734, -0.00713016884, -0.0217535645, -0.00602976512, 0.00712268334, -0.0252269488, 0.0331468657, 0.0165135469, -0.0222476237, -0.0121793021, 0.0630598888, 0.0304220542, 0.00839151628, 0.0422195829, 0.009162548, 0.00388884288, 0.00719005475, -0.0145298243, -0.0272181574, -0.00299242535, 0.00724994065, -0.00154580572, -0.0233854577, 0.0143726245, 0.029942967, 0.0376083665, -0.00921494793, 0.00880323257, -0.0230411123, -0.008571174, 0.00786751416, -0.0174567495, 0.00367175625, -0.00726491213, 0.0102105513, 0.0230261423, 0.0154056568, -0.00404978637, -0.025062263, -0.000324460125, -0.00153364136, 0.0132273054, -0.00835408736, 0.00293253921, 0.0297633093, -0.0104875239, 0.0164087452, -0.0211097915, -0.0175615493, -0.0211547054, -0.00748199876, 0.00994106475, -0.0149190836, -0.0114456993, 0.0169477183, 0.0393450595, 0.000657809549, -0.020151617, 0.00632170867, 0.0254365504, -0.0165584609, -0.0101955803, -0.0132871913, 0.000236970518, -0.0212595072, -0.0181154944, -0.00231683697, 0.0252868347, 0.0110639259, 0.0173968635, 0.025032321, 0.0107270675, 0.00110695406, -0.00921494793, 0.00349022704, 0.0156901143, 0.00566670625, -0.0022045509, -0.0228315126, -0.0151586272, -0.0176513791, -0.0227566548, 0.00427810149, 0.00859363191, 0.0429681577, -0.0377880223, 0.0204510465, -0.0184598397, -0.00210162206, 0.0273678713, 0.0130326767, 0.00302049681, -0.034284696, -0.0107794683, 0.0289099347, 0.00563302077, 0.0387761407, -0.00233180844, -0.00793488603, -0.0135941068, -0.00353139872, 0.00283148186, 0.0106447246, -0.0150987413, -0.00954432, -0.0240292307, 0.0181604102, -0.0108393542, 0.012838047, 0.0010723325, -0.0028745248, -0.00225882255, 0.0312604569, -0.0108692972, -0.00504538976, 0.000224806179, 0.00940209161, -0.017741207, -0.0171722919, -0.00405727187, 0.0178909227, -0.015929658, -0.0133395921, 0.0153307989, -0.00451390212, 0.00833911635, -0.0303322263, 0.0210499056, -0.00766539946, 0.026933698, -0.0148591977, -0.023819631, 0.0127706751, -0.0294788517, -0.0252419207, 0.031829372, -0.0204959605, 0.00729485508, -0.000573127123, -0.00839151628, -0.00128099753, 0.020151617, -0.0325480066, 0.00421072962, -0.0122915879, -0.012201759, 0.0200468171, 0.00435670186, 0.00131000485, 0.0196575578, 0.015248456, -0.0272930134, 0.00485450355, -0.00280153891, -0.015884744, -0.00353888446, -0.0136689646, 0.00908769, -0.0242837463, -0.0367400199, -0.00874334667, 0.0176064651, 0.0165584609, -0.0112735266, -0.00478713168, 0.0104575809, -0.00536727672, -0.00396744302, -0.0109740971, 0.0117526148, -0.0142154237, -0.00958174933, 0.011640328, -0.0160344578, -0.00759054208, -0.00587630738, 0.0204360746, -0.0242538024, -2.01033108e-05, 0.00756434212, -0.00385515695, -0.0013333977, 0.00961917825, 0.00164686318, 0.0100308936, 0.0261402093, 0.00971649308, 0.0290147346, 0.0022307511, -0.0388060845, -0.00540470565, -0.0105848387, -0.00170674908, 0.00307476847, 0.0535380244, 0.0485674925, 0.00356321316, 0.0138710793, 0.0202115029, -0.0265594125, -0.00896791834, -0.0243286602, 0.00230935123, -0.0271283276, -0.00622439431, -0.00460373098, -0.0190886408, -0.00356321316, 0.0218583662, -0.0263647828, -0.0307813697, 0.0255563222, 0.0224123113, 0.0343146399, 0.00768785691, 0.0201366451, 0.00831665937, 0.00306353974, 0.00809957273, -0.0312904, 0.00699916855, -0.0102030663, 0.000821092282, -0.00741837, -0.0243586041, -0.00588753587, -0.0127107892, -0.00250210916, -0.00506036123, -0.0234303717, 0.0062356228, 0.0398840308, -0.0070291115, -0.0116328429, 0.0132347913, 0.00309161143, -0.00135585491, 0.0105024958, 0.00179751369, 0.0302124526, 0.0108543253, 0.00660616718, 0.0135641638, -0.0136090787, 0.00878077466, -0.0112061556, -0.000388556771, 0.0113633564, -0.0173369776, 0.00892300438, -0.0267989561, -0.0158697721, -0.0345242396, 0.0272481, -0.0186394975, -0.00291943923, -0.00145129813, 0.0142678237, 0.0200019013, 0.00642650947, 0.0147993118, -0.0145447962, 0.0019369357, -0.00449144514, -0.00750071323, -0.00474221725, -0.00318705454, -0.0270385, -0.0114456993, -0.0108917542, 0.00431553, 0.00238420884, -0.0107270675, -0.00699168257, 0.000620380859, -0.00582765, -0.00254328083, 0.00233555143, -0.0179657806, 0.0659344122, 0.00158417, 0.0183101241, -0.00523627643, 0.00610836502, 0.0130401617, 0.0140432511, -0.0159596018, -0.00344344112, -0.00526247639, -0.00194067857, -0.00197997876, 0.0221128818, 0.000449144514, 0.00596239325, -0.0125086745, 0.00430055847, -0.0315, -0.0225171112, 0.0159745719, 0.0243885461, -0.0247778054, 0.0149415405, -0.00250585214, 3.69316076e-05, 0.00120052579, 0.00416955817, -0.00117058284, 0.00360251311, 0.0101207225, -0.00440910179, 0.00443530176, -0.00572659262, -0.0380275697, 0.0155703425, 0.00970152114, 0.0233106, 0.00979883596, -0.0154954856, 0.0033274123, 0.0267690122, -0.02079539, 0.00100308936, -0.028760219, 0.0192084126, 0.00256573805, 0.00222139386, -0.000691027555, -0.0196126439, 0.0129054189, 0.0189988129, 0.0192682985, -0.0174118355, 0.0163788032, 0.000636755896, -0.00617199391, 0.0113708414, 0.000461074902, 0.0331169218, 0.0116627859, 0.000715356204, 0.00571910664, -0.00717508327, 0.0039637, -0.0258258097, -0.00946197752, -0.0225470532, -0.0154954856, 0.0132198194, -0.012823076, -0.0209750477, 0.0108168963, -0.000953496376, -0.0133321062, 0.045183938, 0.000449612358, 0.00928980578, 0.0082043726, -0.00621316582, -0.018968869, 0.026289925, -0.0132722203, 0.0180406384, -0.0111612407, -0.00743708434, -0.00245158048, -0.0031440116, 0.0127482181, 0.0166183468, 0.0166033749, 0.0151735982, -0.00828671642, 0.00736597, -0.0229662564, 0.00819688756, -0.0206756182, -0.0060447366, -0.0286254771, 0.0077702, 0.0173519496, 0.0197773296, -0.00892300438, -0.00323384046, -0.0228165407, 0.0191485267, -0.0111687267, -0.00448395917, 0.0040423004, 0.0180556085, 0.0154805137, -0.00455507403, -0.00498924684, -0.00570039218, -0.00748199876, 0.000462244556, 0.000155095215, -0.0111088408, -0.000669506029, -0.00521756196, -0.00528867636, -0.0242538024, -0.0173968635, 0.0228165407, -0.0206756182, -0.00026246882, 0.0170225762, -0.0320689157, 0.009162548, 0.00556190591, -0.00616450841, -0.0170076042, -0.0038139855, 0.010989069, -0.017097434, -0.0050678472, -0.00248339493, 0.0208852198, -0.00123421161, -0.00354262721, 0.0156601723, 0.0224572252, -0.00682699634, 0.012231702, -0.0171573199, -0.0149115976, 0.0130251907, 0.0252119787, 0.00941706263, -0.0113633564, 0.00921494793, -0.0102030663, 0.00901283324, -0.013436906, -0.00295499642, -0.0118948435, -0.0037278994, -0.00172639918, 0.00653505232, -0.0170076042, -0.000718163326, -0.0181604102, 0.0175914932, 0.0131599335, -0.0082642585, -0.0100832945, 0.0142678237, 0.0196276139, 0.00881071761, -0.00296996813, -0.00128286902, -0.0168129764, -0.00271358131, -0.0394947715, -0.0145298243, 0.0383269973, -0.0225171112, 0.0260204375, -0.00328811212, 0.00334986951, -0.00272106705, -0.0301825106, -0.00819688756, 0.00273978151, -0.0103452951, 0.0124562746, 0.0106372386, 0.0213044211, -0.0158248581, -0.0175465792, -0.00184429961, 0.0186394975, 0.0319192037, 0.00641528051, 0.00316272583, -0.00387012842, 0.0104725529, 0.0161841735, 0.0066024242, -0.0201665889, -0.01583983, -0.00808460079, 0.000371479924, -0.0127631892, 0.00739591289, 0.000225274038, -0.00901283324, -0.0182202961, -0.0288949627, 0.00472350279, -0.0117900427, -0.0442856476, -0.00736222696, 0.0101132374, 0.0188940112, 0.00166744902, 0.0178310368, -0.0108468393, -0.029987881, 0.00367175625, 0.0212145913, 0.00567419222, -0.00436044438, -0.00637036609, -0.00360064185, -0.00593993627, 0.00456630252, 0.00318331155, 0.0087358607, 0.0289249066, -0.00243660901, 0.00206606463, 0.0168129764, 0.00162814884, 0.02199311, 0.00537850522, -0.0304220542, 0.0224572252, -0.0132497633, 0.00988117885, -0.00190699275, 0.0175765213, 0.000393235357, -0.0171722919, 0.0110938689, -0.00262749544, -0.00182184239, -0.00955180638, 0.0212744772, 0.0284757614, -1.6711334e-05, 0.0255413502, -0.000493123254, 0.0105474098, -0.00215402222, -0.0018948284, 0.0205259044, 0.00572284963, -0.0214691069, 0.00111256831, 0.0141555378, -0.0163488593, 0.0200767592, -0.00791242905, -0.0196875, 0.0132347913, -0.00693928264, -0.0106971245, 0.01837001, -0.031769488, 0.00557313487, 0.00498924684, -0.0294189658, 0.0121942731, 0.0235800855, -0.00473473174, 0.00902031921, -0.00410592929, 0.0312604569, -0.00186956394, 0.00514644757, -0.0175316073, 0.0105324388, 0.00686816825, -0.026274953, -0.00466736, -0.0141705088, -0.012201759, 0.0272481, 0.00767288543, 0.0108318683, 0.0145822251, 0.00351081276, -0.0109366691, 0.0050154468, 0.0128530189, 0.0223673955, -0.000467624923, -0.0094245486, 0.00949192047, 0.00302985404, -0.0146121681, 0.0200318452, 0.0103153521, 0.0181903522, 0.0188490972, -0.0194928721, 0.0211397354, 0.01529337, 0.00410967227, 0.0377880223, 0.00650510937, 0.0160344578, 0.00715262629, -0.00370918494, 0.00261065247, 0.0147319399, -0.0198521875, -0.00521756196, -0.00159352727, -0.0017423064, 0.010981583, 0.00956677832, -0.0004627124, -0.0144849103, 0.000409844361, 0.00188359979, 0.000227028504, 0.0221428238, 0.0152185131, 0.00739591289, -0.0105698677, -0.0245981477, 0.00114999712, 0.0212595072, 0.00608965103, -0.0162590314, -7.13484769e-05, 0.0117825577, -0.0148217687, 0.02200808, 0.00871340372, 0.000186090867, -0.000694302551, -0.0153158279, -0.0140133081, -0.0144923963, 0.00778517127, -0.000545991294, 0.0077702, -0.0121643301, 0.00465613138, 0.00592496479, 0.0212744772, -0.0158248581, -0.0137288505, 0.00542716263, 0.00744082732, 0.0167980045, 0.0015102484, -0.00231122272, 0.00183119951, 0.0123814167, -0.0123065598, 0.00568542071, -0.00238608, -0.00633293763, 0.0184448678, -0.0103153521, 0.00589502137, 0.0161242876, 0.0162590314, 0.0187892113, 0.00951437745, -0.000905774767, -0.0156152574, 0.0218433943, 0.0151586272, 0.00946197752, 0.00433050143, -0.00925986283, 0.00403481489, -0.0154206278, -0.0202564169, 0.0121119302, -0.00039229964, -0.0058089355, -0.00156452006, -0.0010545539, -0.0126059894, 0.00695051113, -0.000397680036, 0.000793020765, 0.00681951083, -0.0149415405, -0.0128829619, 0.0120595302, 0.0251221489, -0.014672054, -0.00177412084, 0.00492936093, 0.0137587935, -0.00915506203, 0.0219182521, 0.00931226276, -0.00994106475, 0.0191485267, 0.0186544675, 0.000647048815, -0.00875831768, 0.00399738597, 0.0091176331, 0.00855620299, 0.00597362174, -0.0225470532, 0.0346140712, -0.0200767592, 0.00383269973, -0.00253766635, 0.0094844345, 0.0152035411, -0.00935717672, -0.00520633347, 0.00966409221, 0.012201759, -0.00347338407, -0.00870591775, 0.00259006652, 0.0120894732, 0.0239244308, 8.15244057e-05, 0.0129653048, 0.0182502382, 0.0188041832, -0.00448021619, 0.0106147816, 0.00114157563, 0.00141574093, -0.00961917825, -0.00345654134, -0.0240891166, 0.020810362, -0.00585385, 0.00439413032, 0.0055656489, 0.00468233135, -0.00610836502, 0.00358567038, 0.00693928264, -0.0203312747, 0.000215449, 0.0199719593, 0.0288799908, -0.0347937271, -0.0235800855, -0.000126672792, -0.0282362178, 0.00980632193, -0.0123814167, -0.012823076, 0.0229213405, -0.0135342209, -0.0038589, -0.00381024252, 0.00219145091, 0.00426313, -0.00757557061, -0.00596613623, 0.00245906622, -0.010966612, 0.0259306096, -0.0186694395, 0.00925986283, 0.010352781, 0.00766539946, -0.000451015949, -0.00780762872, -0.00546459155, 0.00964163523, 0.00756059913, 0.00732854102, -0.011587928, 0.00731356954, 0.0156152574, -0.00526996236, -0.00651259534, 0.0219032802, 0.00167493476, -0.000885656802, -0.0149041116, 0.0030822542, 0.0061046225, 0.000324927969, -0.00882569, 0.00633668, -0.0165884029, 0.00143913389, -0.00197436428, -0.0253766645, -0.0161093157, 0.0111238118, -0.0212295633, 0.00665856712, 0.00868346076, 0.00905026216, -0.0168728624, -0.0207355041, 0.0266791843, -0.00932723377, -0.001985593, -0.0237597451, -0.0133021632, 0.0124188457, -0.0165135469, 0.00132684771, -0.0261252392, 0.0303022824, 0.000906242582, 0.00161130587, 0.0156452, -0.00457378803, -0.0124038737, 0.00952186342, -0.00368111348, 0.00043113195, -0.024448432, -0.0105474098, 0.00318144029, -0.0213942491, 0.00780762872, 0.00195003569, -0.0290446784, -0.00900534727, -0.0045887595, -0.000696641859, 0.00492936093, -0.00259942375, -0.0247628335, 0.00429307297, -0.000134392452, 0.00499299, 0.0267690122, -0.021379279, -0.0135117639, 0.0121044442, -0.00157387718, -0.00824180152, 0.0111612407, 0.0101057515, 0.00535230525, -0.0238944869, 0.0129578188, 0.0101656374, 0.024448432, 0.00303546828, -0.00798728596, -0.020106703, -0.0125086745, -0.0063067372, -0.00314214, -0.011019012, -0.00963414926, -0.00301113958, -0.0169327483, 0.00868346076, -0.00588379288, 0.014035766, 0.00410592929, -0.00392627157, -0.00468607433, 0.0150837693, 0.0147768538, 0.0079274, 0.0124787316, 0.01402828, -0.0142154237, -0.0025077234, -0.00960420631, -0.0132946773, 0.0181304663, 0.00378404255, -0.00976889301, -0.0216787085, -0.00460373098, -0.0248826053, -0.000331244082, 0.00106203964, 0.0269636419, -0.0230710562, 0.0072199977, 0.00902780425, 0.000342004816, 0.0314700566, -0.0154505707, 0.00405727187, 0.0133395921, 0.014073194, -0.00970152114, 0.0162740033, -0.00106110389, -0.00689436821, -0.00608216505, 0.0202564169, 0.00467484584, 0.00525499089, 0.0015720058, -0.0128979329, 0.0111163268, 0.00269486709, -0.00287078205, 0.00952186342, -0.0200019013, 0.0106821535, -0.00297183939, 0.00284458185, 0.0106147816, -0.0137962224, -0.00980632193, -0.0012183045, -0.000331010146, 0.0145672532, -0.00695051113, 0.00333115505, 0.00629550871, -0.0355423, 0.0152035411, 0.0197324157, 0.00488070352, 0.00340039819, -0.0201366451, -0.0186394975, -0.0283260457, -0.00890054647, -0.0191335566, -0.0049480754, 0.00848134514, 0.0133545632, -0.000456630252, -0.0229961984, 0.0152409701, 0.00776271429, 0.00468233135, -0.0108243823, -0.00113408989, 0.0301226247, -0.0348536149, 0.00786751416, -0.0191485267, -0.0309909713, 0.00722374069, -0.0208253339, -0.00881820358, -0.0129203899, 0.00197623577, 0.00256199506, -0.00151492702, 0.0190886408, -0.00893048942, 0.0172471497, -0.0112061556, 0.00446524471, 0.0112884985, -0.00398615748, -0.00566296373, -0.00285206758, -0.0340750962, 0.0230111703, -0.0072723981, -0.0160793737, -0.0107719824, -0.00166838465, -3.0937168e-05, -0.00701788301, 0.00525873341, 0.00328998337, 0.00708525442, 0.0111836977, 0.0240442026, -0.0103303231, 0.0119846724, -0.00978386402, 0.00521756196, -0.01575, 0.00641528051, 0.0089978613, -1.84365636e-05, -0.0123664457, -0.0132123344, -0.00327688339, 0.0216787085, -0.00208290759, -0.0067334245, -0.029329136, 0.00903529, -0.00768785691, -0.020151617, -0.0049555609, 0.00614579394, -0.0221727677, 0.023804659, 0.00440161629, -0.000357444165, 0.00162440597, 0.0125086745, 0.00904277619, -0.0281913038, -0.00299242535, 0.00393001456, -0.00446150219, 0.00407598633, 0.0149789695, -0.00877329, -0.0209001917, -0.010966612, -0.00668851, -0.00734351249, 0.00708525442, -0.00931974873, -0.0239244308, -0.0301525667, 0.00325255468, -0.00251146639, -0.00330308359, 0.00360251311, 0.0014859197, -0.010390209, -0.00269486709, -0.017741207, -0.00797980092, 0.00331244082, 0.0087358607, 0.0142229097, 0.000182464952, -0.0123739308, 0.0162141174, 0.0136240497, 0.000478619622, -0.00238233735, -0.00328624062, 0.0131150195, -0.00307289697, -0.0120295873, 0.00438664481, -0.00693179667, 0.0126583893, 0.0180106945, -0.014050737, -0.00101712521, -0.00988866482, -0.0151960561, 0.0123365028, 0.0066099097, 0.00984375, 0.0240891166, 0.00752691319, -0.0168129764, 0.0144399954, -0.00119959016, -0.00449144514, 0.0173519496, -0.0167231467, -0.0222476237, 0.00498176133, -0.000890335417, 0.0140956519, -0.00526996236, 0.00524001941, -0.00763545651, -0.00214840798, -0.0020117932, -0.00768785691, 0.0193731, 0.0060522221, 0.00324881193, 0.0043978733, -0.00441658776, -0.0172920637, 0.00234116567, 0.0196425859, -0.0155703425, 0.000113163362, -0.0117376428, -0.000666231033, 0.00768785691, 0.000885656802, 0.017097434, 0.00477216, 0.00439413032, -0.0144699384, -0.00641528051, -0.0218433943, -0.00766165648, 0.0137438215, 0.00759802805, 0.0113558704, -0.0119472435, -0.00653131, 0.00943952054, -0.0259455815, -0.00713391183, 0.0221727677, 0.00157387718, -0.0271732416, -0.0108543253, 0.00164031319, 0.00874334667, -0.00125666894, 0.0136689646, 0.0190886408, -0.00992609374, 0.0201366451, -0.00620568, 0.00884814654, -0.0124862175, -0.0130626196, -0.00903529, -0.00805465784, 0.000287031406, -0.0160494298, 0.000289136777, 0.000506223296, 0.00424441556, -0.0105698677, 0.026319867, -0.0129203899, -0.00697296858, 0.0178010929, 0.00424067257, 0.00198185, -0.00244409475, -0.0168429185, -0.00246842322, 0.0119697014, 0.0161841735, 0.0225769971, -0.00775522832, 0.0199869312, 0.0145073673, 0.00254140934, 0.00326004042, -0.0135042779, -0.00380462827, 0.0146346251, 0.00730982656, -0.0139683941, -0.00108636823, -0.0192084126, -0.0100758085, 0.00247965194, -0.0183101241, -0.0144699384, 0.0168429185, 0.0077702, -0.0200767592, -0.0040235864, -0.0152110271, 0.0185646396, -0.0059923362, 0.0410218649, -0.000561898516, -0.0304070823, -0.0058613359, -0.0115280421, -0.00179938518, 0.00572659262, 0.0111537548, -0.0199869312, -0.00978386402, -0.0139683941, -0.00866848882, 0.0176214352, -0.0090577472, 0.00908769, -0.00414335821, 0.0200617872, -1.4927622e-05, 0.0218134522, 0.00482081762, 0.0237896871, 0.0128904469, -0.0137438215, 0.00399738597, -0.0103078661, 0.00180499943, 0.00512399, 0.00205670763, -0.00440161629, 0.00207729335, -0.00993358, 0.0138037074, -0.0153457709, 0.0173220057, -0.000905306893, 0.00143913389, -0.00594742177, 0.00242350879, 0.00136053353, -0.00706654, -0.00115374, -0.00988117885, -0.00396744302, 0.00967157818, 0.0235351715, 0.0203312747, -0.0149490265, 0.00834660232, 0.00233368, -0.0224123113, -0.00797980092, 0.00994855072, 0.0054945345, 0.00367362774, -0.00760177057, 0.0363807045, 0.0074632843, -0.0106372386, 0.0388360284, -0.0102330092, -0.00586507842, -0.00159633439, 0.0119397584, -0.0183999538, -0.0157350283, 0.0169776622, -0.0215589367, -0.0232956279, -0.0226967689, -0.00355947018, -0.00179844943, 0.00852626, -0.00358754164, 0.0153607419, -0.00887808949, 0.00121081877, -0.00780762872, -0.0273079854, -0.00741462735, 0.00371854217, 0.00497427536, -0.0239992887, -0.014050737, -0.00235988013, -0.00835408736, 0.0215439647, 0.00467484584, -0.00771031389, -0.00248526619, 0.00180593517, -0.00538973417, -0.0130401617, -0.00961169228, -0.0190586988, -0.0171722919, -0.0268288981, -0.000623188, -0.00341349817, 0.0045101596, 0.0120445583, 0.00646393793, -0.0174118355, -0.00235613715, -0.0039637, 0.0090577472, -0.0141555378, -0.0107495254, -0.00775522832, -0.00339852669, -0.0120445583, -0.0104875239, -0.00707776891, -0.0033367693, 0.0045288736, 0.0160793737, 0.0173818916, 0.00552073447, 0.0196126439, 0.0278918743, -0.00959672127, -0.00157574867, 0.00678208191, -0.0255114082, 0.00937963463, 0.0396744311, -0.00783008616, 0.0126134744, 0.00986620784, -0.00264995266, 0.00213717925, 0.0154805137, 0.00280153891, -0.00294002495, 0.0223374534, -0.0106596965, -0.0199719593, -0.026289925, -0.00363245606, -0.00870591775, -0.00374474237, 0.00133807631, -0.00244409475, 0.00851128809, -0.0172321778, 0.0190886408, 0.0100234086, -0.0103677521, 0.00250959489, 0.020750476, -0.0221577957, 0.0102854092, 0.00954432, -0.0121269012, 0.0164087452, 0.0082642585, 0.00378591381, -0.00288575352, 0.0250023771, -0.014035766, 0.0229213405, 0.00407972932, 0.0281763319, 0.00608590804, 0.0188790411, 0.0153307989, 0.0107345534, -0.00453635957, 0.00211472204, 0.0166333187, -0.014050737, 0.0114980992, -0.0159446299, -0.0138111934, 0.00194067857, -0.00944700558, -0.00187143544, -0.0355722457, -0.0124113597, 0.0145672532, -0.0108692972, 0.0183999538, -0.00615702244, -0.00389258564, 0.0173369776, 0.00147001247, -0.00825677346, -0.00143258378, 0.00888557546, -0.00535979122, 0.0147094829, 0.0136315357, 0.00950689241, 0.00584262144, 0.00124076172, -0.00384392845, -0.00595865026, 0.0179508086, 0.0227416828, -0.00432675891, -0.0229961984, -0.0229512844, 0.00142416242, 0.0280865021, -0.0017245278, -0.000162580953, -0.00781511422, -0.00970900711, -0.00141854805, 0.00517639052, -0.0041545867, 0.0265144967, -0.00343595538, 0.0219481941, 0.00511276163, 0.00795734301, -0.00228315126, -0.0166632608, -0.00739217, 0.00631796615, -0.0125685604, 0.00139515509, -0.000796295761, -0.00791991502, -0.00212407927, -0.0225620251, 0.0338954367, -0.00977637898, 0.0158248581, -0.0288201049, 0.0175166354, 0.0142753096, -0.00968655, 0.0262300391, -0.0100907795, -0.00114625425, -0.00993358, 0.0123664457, -0.00475718873, 0.00438664481, 0.00770282838, -0.0130551336, 0.00953683536, -0.00168616336, -0.0205259044, 0.00854871701, -0.00701039704, 0.00908020511, 0.00267053838, 0.00587630738, 0.00100402511, -0.00579396402, 0.00553570595, -0.0208403058, -0.0100383796, 0.00399738597, 0.0078824861, 0.00852626, -0.0175016634, 0.00546833454, -0.0194779, -0.00900534727, -0.0345242396, -0.0100683225, 0.0241190605, -0.00524001941, 0.0149639975, 0.00403107191, 0.00084401737, -0.00591747882, 0.00408721482, 0.021978138, -0.00297183939, 0.0111163268, -0.0013464978, -0.015323313, -0.0331768058, -0.011640328, -0.0117601, -0.0120819872, -0.00315524, -0.00589127885, 0.0094245486, -0.0021689937, -0.00605970807, 0.0104351239, 0.0191485267, 0.00875831768, -0.0241639744, -0.00145316962, 0.00622439431, 0.0218284223, 0.0411416367, 0.0113184415, 0.0263348389, 0.0290147346, 0.00929729082, -0.0009796964, -0.0119397584, 0.00551699148, 0.0173220057, -0.000423412275, -0.0221877377, -0.0148741687, 0.00312155439, 0.0176513791, -0.00971649308, -0.014035766, 0.0053223623, -0.00217460794, 0.0113034695, -0.00842894521, 0.022023052, -0.0131599335, -0.0156152574, 0.00147281971, -0.0190437268, -0.000289604621, -0.0163488593, 0.00762422802, 0.00109104684, -0.0117526148, -0.00415084371, 0.00531861931, 0.0150837693, -0.0160045158, -0.0135192499, 0.0198671594, -0.00450267363, -0.00445027323, -0.0129653048, -0.00522504793, -0.015323313, -0.00303546828, 0.0133919921, 0.00346402708, -0.00352765573, 0.000577337807, 0.0188790411, 0.00118368294, -0.00366427051, -0.0137737645, 0.00973146409, -0.0184298959, 0.00534481974, 0.0194629282, 0.0012183045, 0.0163189173, 0.025032321, -0.00477964617, 0.0169926342, 0.0149340546, 0.00955929235, -0.020106703, 0.00177412084, -0.018355038, -0.0169626903, -0.0289099347, -0.0139609082, 0.00808460079, -0.00678208191, 0.0139683941, -0.0129129048, 0.0176364072, -0.00525499089, 0.00533733377, -0.00956677832, -0.00931226276, -0.0140956519, 0.0135192499, 0.00419201516, 0.00786751416, 0.0297333654, -0.00941706263, -0.0087358607, -0.0075156847, 0.00170674908, -0.0312904, -0.00827923, 0.0108543253, 0.0119996443, 0.0229213405, 0.0147094829, -0.00766165648, -0.00841397326, 0.00189576414, 0.00842894521, 0.0112211267, -0.0112211267, 0.00174137065, -0.0133770201, -0.00400861446, -0.0170076042, 0.00830168743, 0.0116927288, 0.00282586738, 0.00625059428, -0.0114007844, 0.0227416828, 0.00331431208, 2.60831312e-05, -0.0144399954, 0.0175166354, 0.023280656, -0.00795734301, -0.00622439431, -0.0176064651, -0.00503790425, 0.0108543253, 0.000149013053, 0.00534107676, 0.00532610528, -0.00669973902, -0.0192383565, 0.0214691069, 0.0178909227, 0.00876580365, -0.00581642147, -0.0198521875, 0.0061757369, 0.00541219115, 0.00837654527, -0.0256611221, 0.00535979122, -0.0254664924, -0.0198222436, 0.00927483384, 0.00227379403, -0.0174118355, -0.0230261423, 0.0462918282, -0.00591373583, 0.0225769971, -0.0039187856, 0.0048245606, -0.0020473504, 0.0102554662, 0.0094245486, -0.00171891344, -0.0241490025, -0.00818940159, -0.00891551841, -0.0155853145, 0.012209245, 0.00704408297, -0.00148966257, -0.0259006657, 0.0147019969, -0.00038200675, -0.018355038, -0.00861608889, -0.0268139262, 0.00667353859, -0.0165734328, 0.01583983, -0.00346215558, -0.00157107, -0.00657622423, -0.0112510696, -0.0109366691, -0.0141181089, 0.00279405317, -0.00459250249, -0.00952934939, 0.018280182, 0.0048245606, 0.00410967227, 0.0135267349, 0.00467110286, 0.0129054189, 0.000427623, -0.00264059543, -0.00543839112, -0.00393001456, -0.00598859321, 0.0147618828, 0.00413587224, 0.00564424926, 0.00102180371, -0.022023052, 0.00683073932, 0.0175615493, 0.02199311, 0.0145822251, 0.0131075336, -0.0053223623, 0.0153158279, 0.00242725178, -0.0329672061, -0.0113259275, -0.0205109324, 0.0108393542, 0.00691682519, 0.022636883, -0.00643773796, 0.0118274717, -0.00936466269, -0.00821934454, 0.0287452489, -0.0392252877, 0.00800974388, -0.0124712456, 0.0113483844, 0.0107345534, 0.0112136407, 0.00248339493, 0.00339478394, 0.00260690949, 0.00282773888, -0.00996352267, -0.00859363191, 0.00620193686, -0.0140881659, -0.00507159, 0.00387387141, -0.0210648775, 0.0302723404, 0.00690185372, -0.00944700558, 0.000589970034, -0.0274876431, 0.0141405659, 0.00979883596, 0.0146196531, -0.0056180493, -0.0138635933, -0.0250023771, -0.0121718161, 0.00294751069, -0.0137513075, 0.00860860292, -0.00742959883, -0.00616450841, -0.0061757369, 0.00488818949, 0.00589876436, -0.0153307989, 0.000940396276, 0.0159895439, 0.00442033028, 0.00799477194, -0.000382474624, 0.0202564169, 0.00338355522, 0.0068457108, 0.0193581283, 0.00425938703, -0.00583139295, -0.00120239728, -0.0119771864, -0.0112884985, 0.00437541585, -0.0296585094, -0.0030841257, 0.000904371147, -0.00919249095, -0.00799477194, -0.0098512359, -0.0108094113, -0.00998598, -0.00536727672, -0.00424441556, 0.0219032802, 0.0223224815, -0.0187892113, 0.0102854092, -0.0127033032, -0.00979883596, -0.0222326536, 0.0163189173, -0.0181604102, 0.0330270939, -0.0110788979, -0.0253467206, 0.0086909458, -0.00430055847, -0.0370693915, 0.03542253, 0.0161392596, -0.0039637, -0.00943203457, 0.0241490025, -0.00836157333, 0.0039113, -0.0106671816, 0.00406850083, 0.0081444867, 0.00149059831, -0.00110601832, 0.00522130495, 0.000649855938, 0.0184897818, 0.0191036128, 0.0092224339, 0.0143501665, -0.00483953208, -0.00520259049, -0.00228689401, 0.00786751416, 0.0164087452, 0.0141480519, 0.00418078667, -0.0246730056, -0.0100383796, 0.000684945378, -0.000883785367, -0.00390381436, 0.0110414689, -0.0191185847, -0.00986620784, -0.0131749054, 0.0130102187, -0.00978386402, 0.0334163494, 0.0176663511, 0.000238958906, 0.00355947018, 0.00840648822, -0.0174866933, 0.0104126669, 0.00421072962, 0.00982877892, -0.0100009507, 0.0126434173, -0.00834660232, -0.000416862254, -0.0126059894, -0.0163788032, 0.0166932046, -0.0142453667, -0.00311968289, 0.0119697014, -0.0117975287, -0.000437448034]
|
07 Jul, 2023
|
HTML5 MathML <mo> Tag
07 Jul, 2023
The MathML <mo> tag in HTML5 is used print operator between elements. Any kind of mathematical operator can be used by this tag.
Syntax:
<mo> operator </mo>
Attributes: This tag accepts some attributes which are listed below:
accent: This attribute is used to specifies whether the operator should be treated as an accent. Possible values are true or false.
class|id|style: This attribute is used to hold the styles of the child elements.
href: This attribute is used to hold any hyperlink to a specified URL.
fence: This attribute specifies whether the operator is a fence or not. Possible values are true or false.
form: This attribute is used to specify the role of the operator in case of normal operator like +, – it is not required. Possible values are prefix, infix and postfix.
largeop: This operator is used to define whether the operator should be drawn larger than normal when displaystyle=”true” is set. Possible value are true or false.
lspace: This attribute holds the value of the space length before the operator default value is thickmathspace (4.32px).
rspace: This attribute holds the value of the space length after the operator default value is thickmathspace (4.32px).
mathbackground: This attribute holds the value of the math expressions background color.
mathcolor: This attribute holds the color of the math expressions.
dir: This attributes holds the direction two types of direction values is acceptable ltr (left to right) and rtl (right to left).
mathsize: This attribute holds the value of the size for the content. The possible values are small, medium and big.
mathvariant: This attribute holds variety of typography like font-family.
separator: This attribute holds the separator for each string or anything you want to separate from anything.
stretchy: This attribute define whether the operator stretches to the size of the adjacent element or not. Possible values are true or false.
maxsize: If the stretchy is set to be true then this attribute holds the max size of the operator. Possible values are infinity or any length unit.
minsize: If the stretchy is set to be true then this attribute holds the min size of the operator. Possible values are infinity or any length unit.
symmetric: If the stretchy is set to be true then this attribute specifies whether the operator should be vertically symmetric around the imaginary math axis.
Below example illustrates the concept of HTML5 MathML <mo> tag:
Example:
html
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML mo tag</title>
</head>
<body style="text-align:center;">
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML mo Tag</h3>
<math>
<mrow>
<mrow>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo>+</mo>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
</mrow>
<mo>=</mo>
<msup>
<mi>z</mi>
<mn>2</mn>
</msup>
</mrow>
</math>
</body>
</html>
Output:
Supported Browsers: The browsers are supported by HTML5 MathML <mo> tag are listed below:
Firefox
Safari
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 MathML <merror> Tag/HTML5 MathML <mfenched> tag/HTML5 MathML <mfrac> tag/HTML5 MathML <mglyph> Tag/HTML5 MathML <mi> Tag/HTML5 MathML <mlabeledtr> tag/HTML5 MathML <mmultiscripts> Tag/HTML5 MathML <mn> Tag/HTML5 MathML <mo> Tag
|
https://www.geeksforgeeks.org/html5-mathml-mo-tag/?ref=next_article
|
NextJS
|
HTML5 MathML <mo> Tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <mmultiscripts> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, HTML5 MathML <mi> Tag, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, HTML5 MathML <mlabeledtr> tag, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML <mo> Tag, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, HTML5 MathML <merror> Tag, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML <mfrac> tag, HTML5 MathML <mn> Tag, HTML5 MathML <mglyph> Tag, Node.js Readable Stream close Event, HTML5 MathML <mfenched> tag, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0198462307, -0.0299199503, -0.0132447658, 0.0483605452, 0.0625507683, 0.0177712459, 0.00743815303, 0.0327312201, 0.000806880649, 0.0442105755, 0.0203817114, -0.00879358687, -0.0120817693, -0.00240338524, -0.00730846683, -0.0258369148, -0.0212351326, 0.0172357652, -0.00467708381, 0.0252345, -0.0260879211, 0.0214192048, -0.0202478413, 0.00525858207, -0.01408982, -0.00181770395, -0.00194529875, 0.0167170186, -0.0163739771, 0.0196286924, 0.00308528566, 0.0129268244, -0.000963236671, -0.0186748691, 0.0112701831, 0.029719146, -0.00911152828, 0.0353751555, -0.0548197739, 0.000231265702, 0.0484274812, -0.0310076438, 0.0155456569, 0.0352747515, -0.00761385774, 0.0144412285, 0.000132889531, -0.0215698071, -0.0254353043, -0.00575641124, 0.0054886709, 0.0185242649, 0.0450472645, 0.0160644036, -0.000135438808, -0.0108016375, 0.0220550857, 0.0325973518, -0.0319447331, -0.0205323156, 0.0180557203, -0.0490633659, -0.0155372899, -0.00639229361, -0.00625842344, 0.00160748616, -0.00561835757, 0.0231929813, -0.00235318393, -0.00358102308, -0.0464194305, 0.0269915443, 0.0191936139, -0.0027464272, -0.00888562296, 0.0127511201, 0.0348062068, 0.00822464, 0.00702399295, -0.00215447065, -0.00346388691, -0.00146524922, -0.0148846731, 0.00478167, 0.0320786051, -0.00340113533, 0.0030497266, -0.0468879752, 0.00925376546, 0.0146587677, -0.0086848177, 0.0273094848, -0.00487788906, 0.0188087393, 0.0012414353, -0.0133117009, 0.0495653786, -0.00401191739, -0.0154285207, 0.0294179376, -0.00692359032, 0.0418678485, 0.030455431, 0.0134288371, 0.0220718198, 0.0212016646, -0.00373581029, 0.000433508802, 0.0090613272, 0.00930396654, 0.0200303029, -0.0186414011, -0.0196454264, 0.0176875778, -0.00809077, 0.0406964868, -0.0242304746, -0.0324802138, -0.00272969343, 0.0103330929, -0.0393912531, -0.0166668184, 0.0136965765, 0.02817964, -0.0663995296, 0.0176875778, -0.0313255861, -0.0236949939, 0.0330826305, -0.0213690028, -0.030388495, 0.00208962732, 0.00100245641, -0.0330491625, 0.00385085493, 0.0222558919, 0.00996495, 0.0242639426, -0.0288657248, 0.00816188846, -0.031225184, -0.0286983866, -0.000554305559, 0.0190932117, -0.0541169569, -0.030488899, 0.0401610062, 0.0625842363, -0.0255357064, 0.00895255804, -0.0420017205, -0.0135878073, 0.00237619295, 0.00775609445, -0.00870155171, -0.00181247469, 0.00736703491, 0.0155038219, -0.0327646881, 0.00730846683, -0.011119579, -0.0392908528, 0.0438424349, 0.0288991909, -0.0377178788, 0.0128096882, 0.0315263905, -0.00568529265, -0.0279955696, 0.0481597409, -0.0332165, 0.0211849306, -0.0251006298, -0.00986454729, -0.0079527162, 0.0208000559, 0.0271086805, 8.79175714e-05, 0.00770171, 0.0109355077, -0.0156627931, -0.0138304466, 0.0369146578, 0.0175537076, -0.0122658415, 0.00773936091, 0.0183234587, -0.00983944722, 0.00197772053, -0.00370861799, -0.00205616, -0.0038592217, 0.0312921181, -0.0202478413, 0.0569282286, 0.00345552, -0.0368142575, 0.0548867099, 0.0176039077, -0.0179218501, -9.34736963e-05, -0.0294012036, 0.0239794683, -0.00277780299, 0.03112478, -0.0135710742, -0.0194111541, -0.0117303608, 0.0303717628, -0.00372744352, -0.0282633081, -0.00402655918, 0.0316769965, -0.000378339697, -0.000543324044, 0.0231093131, -0.0411985, -0.0330658965, -0.000456517708, -0.0506028682, 0.0262719933, -0.00452648, -0.00260000699, -0.00543010281, -0.0594048239, -0.0257532466, -0.0339695178, -0.0585346669, -0.0094127357, 0.00291585643, -0.00760130724, 0.0435746945, 0.0106510343, 0.0194613542, -0.000266171264, 0.0310411118, 0.0115379225, -0.00986454729, 0.0601411089, 0.0344046, -0.0264895316, -0.00846309587, 0.00558489, -0.0124499127, 0.0108016375, 0.00233226689, -0.0150101762, -0.0544851, -0.0197290946, 0.00529623264, 0.0151691474, -0.0452815369, -0.0116550587, -0.00667258399, -0.0127176521, 0.0488960259, 0.0448129922, -0.00313967047, -0.0293677375, 0.0193107519, 0.0237619299, 0.0109271407, -0.0266234018, -0.0121821724, 0.0139559498, 0.0147173358, 0.0604088493, -0.0264895316, -0.0306395013, -0.0156795271, -0.00220048847, -0.0409307592, 0.0221889559, 0.0277278293, 0.00302462582, -0.00114730792, -0.0112367151, 0.012592149, 0.0458504818, -0.0130941616, 0.00544683682, 0.00939600263, 0.0150018092, 0.0463190302, 0.0240798704, 0.00620822236, 0.0164241791, 0.00467290077, -0.0258201808, -0.00399309164, 0.0120232012, 0.00973067712, 0.00482350448, 0.0179218501, 0.00511216139, 0.0167588536, 0.0120315682, -0.0230591111, 0.0258369148, -0.0354755558, -0.0221220218, 0.00113998691, 0.00708674453, -0.0182397906, -0.00570620969, 0.0169680249, 0.0345384665, 0.0101155536, 0.00766824232, -0.0251006298, 0.0158217642, -0.0527782589, -0.0162735749, -0.0165580492, -0.00304345135, -0.0217538793, 0.0191434138, -0.0160560366, -0.0231929813, -0.0277445633, -0.0189760756, -0.0101657547, -0.0421690568, 0.00947967079, 0.00364586641, 0.0181561224, -0.0378517509, -0.0202143732, 0.00963027496, -0.00479840348, -0.0470553152, -0.0395920612, 0.0246320851, 0.0126841851, -0.00364377466, -0.0847397223, 0.0192772839, -0.00395962456, -0.000896301644, -0.00797363371, -0.0248663574, -0.0258034468, 0.00369606772, 0.0283637121, -0.00188986829, -0.0385545678, -0.00410186127, -0.00222349749, 0.0449803285, 0.0391569808, 0.00161689892, 0.0245651491, 0.030438697, -0.00746743754, 0.0122323735, -0.0159974676, -0.0370150618, -0.0208837241, -0.0440767072, 0.0228750408, -0.0230256449, 0.0210008603, 0.0214359369, -0.0790502504, -0.00595721602, -0.0448799245, -0.0497661829, -0.0166835524, 0.0212518666, -0.0237117279, -0.0189760756, 0.00964700896, 0.0049071731, 0.0149432411, -0.0158468634, 0.0189426094, 0.0409976952, -0.00700307591, 0.00171416381, -0.00149662502, -0.0327814221, 0.0206159838, 0.0294179376, 0.00325471489, 0.0157548282, -0.014123288, -0.00398681685, -0.0156544261, -0.0167755876, 0.0413658395, -0.0386884362, 0.0346054025, 0.00405793497, -0.0237117279, 0.0158552304, -0.00387595547, -0.0027422437, -0.0276608933, -0.00543010281, 0.0143826604, 0.0379856192, -0.0174198374, 0.01408982, 0.0236447938, -0.00243894453, 0.0228415728, -0.0441101715, 0.00565182511, 0.0352412835, -0.0269078743, -0.0108518386, -0.015612592, -0.0105171641, -0.0196454264, 0.0178047139, 0.00499084173, 0.0106761344, 0.0406964868, -0.0212853346, 0.0292338673, 0.0337519795, -0.0291167311, 0.00873501878, 0.0120817693, -0.00712021207, 0.0377178788, -0.0743648, -0.0203817114, 0.0224399623, 0.000853944337, -0.0203817114, 0.010441862, 0.0271086805, 0.0239125341, -0.00135229644, 0.00842544436, 0.0281127058, 0.0234105214, -0.027510291, -0.00318778, -0.0190262776, 0.00184698799, -0.0133117009, 0.0266066678, -0.0208502561, 0.00527531561, -0.0302713588, -0.0375840105, 0.0188422054, 0.0194446202, -0.0236113258, -0.0371489301, -0.0388223082, -0.0251340978, 0.0492641702, -0.00740050245, 0.0474569239, 0.0073001, 0.0242974088, -0.0134372041, 0.0112869162, -0.000699157128, 0.0324467458, 0.00746743754, 0.0613124706, -0.0279621016, -0.0392908528, 0.0267907381, -0.0237953961, 0.0147508038, 0.00699052541, -0.00283218781, 0.0550875142, 0.0170684289, 0.0171688311, 0.0170265939, -0.00502430927, 0.0164743792, 0.0177210439, -0.000359775702, 0.0614128746, -0.00849656295, -0.00714112911, -0.00310620293, 0.00733356737, -0.0253349021, 0.0241970066, 0.0206829198, 0.0198964328, 0.0357767642, -0.00767242583, 0.0189426094, -0.00497410819, -0.0189091414, 0.00862625, 0.00667258399, -0.0147591699, -0.0261715893, 0.000317941303, 0.00627515744, -0.0129602915, 0.0603084452, 0.0207498539, 0.0686753243, 0.0171520971, 0.00974741112, -0.0569282286, 0.0324300118, -0.00975577813, 0.0318945348, 0.0455158092, -0.0113371173, 0.00581079582, 0.00638811, 0.0222558919, 0.0052711321, -0.000643203617, 0.0408638269, 0.0122491075, 0.0140145179, 0.0182565246, -0.0132531328, -0.0152695496, 0.028932659, 0.00931233354, 0.00176018162, 0.0391904488, -0.00773936091, -0.0100737195, -0.0341703221, -0.0191434138, 0.00516236294, 0.0451811329, 0.0420686565, -0.0248328894, -0.0193274841, -0.0207498539, -0.00959680695, -0.00328399916, 0.0106343, -0.0186581351, 0.00279035326, -0.0395585932, -0.0191768818, 0.00326726539, -0.0357767642, 0.00481513748, -0.0474569239, 0.00119960087, 0.00449719606, 0.00196517, 0.0245149489, 0.00359148183, 0.00246613682, 0.00456413114, 0.00525439857, -0.0227746386, -0.0169512928, -0.0305391, -0.0386215039, 0.0234272536, -0.0235945918, 0.0207331199, 0.0243643448, -0.0201976392, -0.0307733715, -0.0270417444, 0.0158635974, 0.00361030712, -0.00755528966, -0.00289912266, 0.00189091405, 0.0578653179, 0.0117972959, 0.0145667316, 0.0268242061, 0.0261548553, 0.0202980433, 0.013328434, -0.0302546248, -0.0182397906, -0.0172023, 0.0346388705, -0.00707419403, 0.00342623587, -0.00845054537, -0.0138806487, -0.0242974088, -0.0676713, 0.00773936091, 0.0132866, 0.0104585961, -0.0141734891, -0.0105004301, 0.00574386073, 0.026740538, -0.0303550288, 0.00678135362, -0.0019745829, -0.00750090461, -0.0177210439, 0.0295016076, 0.0150771113, 0.00056162657, -0.0169763919, -0.0130272266, 0.0144997975, -0.0162066408, 0.00768497633, 0.0175035056, -0.0475907922, -0.0121738054, 0.00461014919, 0.0247324873, -0.0168676227, -0.0135041391, -0.0375170745, 0.0231762473, -0.0272090826, -0.0302546248, 0.0408972912, 0.0112952832, -0.0176875778, 0.00459341519, 0.0204653796, -0.00933743455, -0.0163070429, -0.000927677436, -0.00509542786, -0.0155540239, -0.0359106325, -0.0150687443, 0.00393661531, -0.0131443627, 0.0301709566, 0.0299868863, -0.0247157533, -0.0204821136, -0.00875175279, 0.00863461662, 0.0108267386, 0.0273262188, -0.0110191768, 0.0610112622, -0.0127511201, 0.0196956266, -0.0157380942, 0.0280290358, 0.025251234, 0.0243141428, -0.012650717, -0.0170767959, 0.00906969421, 0.00357265631, -0.00109187735, -0.00847146288, -0.0235109236, -0.0149767091, 0.00151858805, 0.00281127053, -0.0110108098, -0.0158719644, 0.0144579625, 0.0248161554, 0.00551377144, -0.0178047139, -0.00734193437, 0.00449301256, -0.0124666458, 0.0152360825, 0.00811168645, -0.00899439212, 0.00537990173, 0.0107347025, -0.0113287512, -0.0183401927, -0.0166249834, 0.0199801, -0.0105338972, 0.02973588, -0.0329654925, 0.00392406527, -0.00643831166, -0.00162735744, 8.86529415e-06, -0.00406211847, -0.0416670442, -0.0201139711, -0.0165580492, -0.0186246671, 0.0200135689, -0.0254353043, 0.00253934693, 0.0194780882, 0.00656799832, -0.0136547424, -0.00509124435, -0.00981434621, 0.00303299283, -0.0341535918, -0.00964700896, -0.00686502224, -3.00194388e-05, -0.00481095398, -0.0132698659, 0.0147340698, 0.00372953527, -0.0119227991, -0.0174533054, -0.00486533856, 0.0195617583, 0.0441771075, 0.0232933834, 0.0549871139, -0.00220676372, -0.0381529555, 0.00295350747, 0.0365130492, -0.0391569808, 0.00134079193, 0.0136714764, -0.0176039077, 0.0192940179, -0.0137718786, 0.0122240065, -0.0128515223, 0.0353416875, 0.0214024708, -0.00457668165, 0.00479840348, -0.00406630198, -0.00981434621, -0.00514562894, 0.00812842, -0.00725408178, 0.014859573, 0.0364795811, 0.00729173282, -0.00245358655, 0.0171855651, 0.0134790381, 0.0206494518, -0.00532551715, -0.00761385774, 0.0154703548, -0.00341159385, 0.0128933564, 0.00467290077, -0.0166751854, -0.00773099391, -0.00810750294, -0.00450137956, 0.00221303874, -0.0223395601, 0.0171855651, -0.00235318393, 0.0149767091, 0.00987291429, 0.0385545678, 6.23267e-05, -0.00954660587, 0.0105087971, -0.0072164312, -0.00896092504, 0.00936253462, -0.0133953691, -0.0113622183, -0.0149181411, 0.00950477179, -0.0134372041, 0.011161413, -0.0256026424, 0.0503685959, 0.0287151206, 0.000137922732, -0.0174198374, -0.0553552546, -0.0367473215, 0.0054886709, -0.0283469781, -0.000492338382, 0.0147257028, -0.0197458286, 0.0118223969, -0.00472728536, -0.00800291728, -0.00110233598, 0.000533388404, 0.00827902462, -0.0053297, 0.0391904488, 0.0260711871, 0.00980597921, 9.23624757e-05, 0.0185577329, -0.00163467845, -0.0208000559, -0.0245484151, 0.00161689892, -0.0206327178, 0.0193609521, 0.0142069561, 0.0337185115, -0.00373371877, 0.0146336667, -0.0132363988, 0.0079401657, -0.0128933564, -0.0487286896, 0.000899439212, 0.0139643168, 0.0273094848, -0.0132531328, -0.0226575024, 0.0162233729, 0.0402614102, 0.00242221076, -0.00299743353, 0.00486952206, 0.0159054324, 0.00982271321, -0.00314803724, -0.0023239, -0.00999841746, -0.00971394405, 0.0324467458, 0.0130774276, -0.00790251512, -0.0169094577, 0.0192940179, -0.00227788207, -0.0168592557, -0.00826647412, 0.0344380625, -0.0268074721, 0.0153448517, 0.00252261339, 0.0120734032, -0.0282800421, 0.0293510035, -0.0545855, -0.0162903089, -0.00801546779, 0.00670605153, -0.00155100971, 0.0015750645, 0.00216911267, -0.00679390365, 0.0280625038, 0.00740886899, 0.0414997078, 0.0344046, -0.00142027729, 0.0359441, -0.0128431553, -0.0153197506, -0.0438089669, -0.013378636, 0.0340531878, 0.00267530885, -0.014106554, -0.000141321769, 0.00749253808, -0.0268911421, 0.0306897033, 0.0239292663, 0.0246488191, -0.0160895027, -0.0238958, -0.0102912579, -0.00696542487, -0.0082999412, 0.0381529555, 0.0574637093, -0.00922866445, 0.00124038942, -0.0367473215, 0.00907806121, 0.0313757882, 0.0236615278, 0.0144746965, 0.0437755, -0.0206661858, -0.0172357652, 0.0199466329, 0.0376844108, -0.0218375474, -0.0244312789, -0.0216032751, -0.00833759271, 0.0082957577, 0.00852166396, 0.0262385253, -0.0148093719, 0.00424409797, 0.0439428352, -0.0343376622, 0.00133556267, -0.011153046, 0.0312586501, 0.0120483022, -0.0351074152, -0.0128849903, -0.000446059101, 0.0145165306, -5.47033596e-06, 0.0179887842, 0.00870991871, -0.015595858, 0.0139308497, 0.0273764208, 0.0146002, -0.0105757322, -0.0169512928, 0.00493645715, 0.00839197729, -0.000475343171, -0.0123578766, 0.00971394405, -0.00823300611, -0.0164911132, -0.0337185115, 0.0240798704, 0.0242137406, -0.0469549112, 0.00345552, -0.0261046551, 0.0327814221, -0.0224232282, 0.0174533054, -0.0283971783, 0.0186916031, 0.0255022403, 0.0109355077, -0.031141514, -0.0099063823, -0.0168257896, 0.00705746049, -0.0350070111, -0.0188589394, 0.0203649774, -0.00351827149, 0.0207498539, 0.0117136268, 0.00125293981, -0.0287485886, -0.0502681956, 0.0261883233, -0.00507869385, 0.0227579046, 0.010391661, -0.012600516, 0.000841916946, -0.0120232012, 0.0224901643, -0.0142738912, -0.0174198374, 0.00119541748, 0.0142655242, 0.0288489908, -0.00809913687, -0.0159221664, -0.0142236901, 0.00893582404, 0.0122574745, 0.00326726539, -0.0271756146, -0.0179385841, -0.00481095398, -0.0220048856, 0.00135857158, -0.00824974, 0.0295183398, 0.028196374, 0.00141818554, 0.00524603156, 0.0113789523, -0.0249667596, 0.0109438747, 0.00519164698, 0.0283469781, -0.0256695766, 0.0235443898, 0.0199968349, 0.0174198374, 0.0124499127, 0.0303550288, -0.0225570984, -0.0161480717, 0.0245986171, 0.0520419739, 0.0168090556, -0.0388892405, -0.000285258197, -0.000311666139, 0.0151858814, 0.0242304746, -0.0259373169, -0.0203147754, -0.0337854475, -0.0283971783, -0.0204151794, -0.00642157765, 0.0221554898, -0.0263556615, 0.0181059204, -0.0186079331, -0.00177900714, -0.0274098869, -0.0079317987, -0.0188589394, 0.0316435285, 0.0108183715, -0.0103414599, 0.0326642878, -0.00440516043, 0.00922029838, -0.0184238628, 0.0168843567, 0.0295685418, 0.0116048576, -0.0219714176, -0.0146085666, -0.0475573279, 0.011119579, 0.00208439818, -0.0224399623, -0.00239292672, 0.00350990472, -0.0068315547, -0.00454739761, 0.0120566692, 0.00747998757, -0.00394916581, -0.00626260694, -0.00172043894, -0.00847564638, -0.0611116663, -0.011178147, -0.00605761865, 0.00805311836, -0.0059865, -0.0278114974, 0.00975577813, -0.0225403663, -0.0480928048, -0.00113998691, -0.000676671159, -0.00657636486, 0.00248287059, 0.00417925464, 0.0208502561, 0.0379521511, -0.0109606087, -0.00203733449, 0.0215196069, 0.026757272, -0.0250336938, 0.0330156945, 0.0196788944, 0.00394289056, -0.0255524404, 0.00471473485, 0.00426083198, -0.00473565236, -0.00236573443, 0.00617893832, 0.0208167881, 0.00870991871, -0.0110275429, -0.0125084808, -0.00616638782, -0.00032369353, 0.015570757, 0.00357893156, 0.010441862, 0.00140354352, -0.00727081578, 0.00584844686, -0.0216367431, 0.0108769396, -0.00617475482, 0.0261046551, 0.00763895828, -0.00606180215, -0.0221889559, 0.0208335221, 0.000533388404, -0.0159472674, -0.0108853066, -0.00392406527, 0.0206661858, -0.0241133384, -0.011127946, 0.00651779678, -0.00963864196, -0.00330282445, 0.0799873397, 0.0128347883, -0.0278282315, -0.00677717, -0.000729487045, -0.0079527162, -0.00951313879, -0.00366260018, 0.00801546779, 0.00546357036, 0.0216367431, -0.00151754229, 0.0271086805, 0.0321120732, -0.00727918278, -0.0112869162, -0.0049071731, 0.0049029896, 0.0147257028, -0.00633372553, -0.000947548775, 0.00978087913, 0.0368811935, 0.00258118147, 0.0219881516, 0.00321078883, -0.0147842709, 0.00517073, -0.00307482714, -0.0150185432, -0.00312084495, -0.00803220179, 0.00999005, 0.000752495951, -0.00670605153, 0.0622495599, -0.0135878073, 6.16730322e-05, -0.00496992469, -0.014098187, 0.000793284504, -0.00458923168, -0.0145918326, -0.0178047139, 0.0123160426, 0.0119646331, 0.0049029896, 0.012633984, 0.0121152373, 0.00554305594, -0.00280081201, -0.0164743792, 0.03112478, 0.000517439039, -0.0109940758, -0.00393034, -0.00255817245, -0.0357098281, -0.00315640424, -0.0343376622, -0.00726663228, -0.0141734891, -0.0196454264, -0.00688593928, -0.0135627072, -0.00240338524, -0.0183736607, -0.031158248, -0.00377136958, 0.0201474391, -0.0127845872, 0.00582334585, 0.0180724543, 0.00572294369, 0.000687652675, -0.0117554618, 0.00432985881, 0.0144244954, 0.0312586501, -0.0294346716, 0.00773517741, 0.00605343515, -0.0372493342, 0.0158970654, -0.0233603194, -0.00778119499, -0.00849237945, 0.00261255726, -0.010400028, 0.00741305249, -0.000216754401, -0.00268576737, -0.00769752637, -0.0118056629, -0.00772262691, -0.0371489301, 0.00457249815, 0.00617475482, -0.0196621604, -0.0255022403, -0.0019860873, 0.00730846683, 0.0147257028, 0.00243057753, -2.55908762e-05, -0.0133870021, 0.000621763524, -0.0173027012, -0.00827902462, 0.0143491933, 0.0182565246, 0.0152360825, -0.0215196069, -0.00905296, 0.0157046281, -0.00583171286, -0.00619985536, -0.0117052607, 0.000275845465, 0.00135961745, 0.000478480739, 0.0018971893, 0.0181561224, 0.00507869385, -0.00109501497, -0.00979761221, -0.0101155536, -0.0167253856, 0.0137467785, 0.0193944201, -0.0103247259, 0.0281127058, -0.00791924912, 0.0174031034, -0.00271923491, 0.00600741757, -0.00290748966, -0.00391569827, -0.00522929803, -0.00656381482, 0.00333629199, 0.0302880928, 0.0192438159, -0.00851748, -0.00421481393, -0.000332060416, 0.00579824531, 0.0329989605, 0.0323630795, -0.00215028739, -0.00510379486, -0.0218040794, 0.00752600562, 0.0153783187, 0.0131527297, -0.0300538205, 0.0152193485, -0.00791924912, -0.00129791175, -0.0146420337, 0.0255022403, 0.0172023, 0.0373832062, -0.0267740041, -0.0184573289, -0.0079652667, 0.0252177659, -0.0324467458, -0.0108183715, -0.00707419403, 0.00329864118, 0.00363749964, 0.0323798135, 0.0130774276, 0.014859573, 0.0149265081, 0.0162066408, 0.00599068357, 0.0146169337, -0.0144914305, -0.00132614991, 0.00297860801, -0.00804475136, 0.00877685379, -0.0129017234, 0.00480677048, -0.0124750128, 0.00564764161, -0.01264235, -2.0655727e-05, -0.0184573289, -0.0179887842, 0.0245986171, 0.0564931519, -0.0261046551, -0.00777701195, -0.00419180514, -0.0292171333, -0.00974741112, -0.0072164312, -0.0102326898, 0.0299868863, 0.0215698071, -0.00230298284, 0.00362913264, -0.0021565624, 0.000318202772, 0.00411650306, 0.00411232, -0.0199299, 0.0126841851, -0.0254353043, 0.0190932117, 0.00454321411, -0.0182899926, 0.0034910792, 0.0409642272, -0.0058693639, -0.00248914585, 0.0523766465, 0.000217408058, 0.000795899134, 0.0037818281, 0.00802801829, -0.0288991909, -0.00558489, 0.0224734303, -0.00725826528, 0.00469800131, 0.00376091106, 0.0226742346, 0.0247994214, 0.00470218481, 0.00967210904, -0.0079401657, -0.0107514365, 0.0142069561, -0.0185409989, 0.00459341519, 0.00141086453, 0.0193442181, 0.0295183398, 0.0182230566, -0.0117387278, -0.00124352705, -0.000194660606, -0.00412905356, 0.00935416762, -0.0197625626, 0.0175704416, -0.00630444149, 0.0205825157, 0.014106554, -0.0342205241, -0.00729173282, -0.0185577329, 0.00864298362, -0.00852166396, -0.0129770255, -0.0199299, 0.0196286924, 0.0239794683, 0.0109271407, -0.0155121889, 0.00276316097, 0.0249667596, -0.0209673923, 0.00148721226, -0.0113454843, 0.00126130669, -0.0159807336, -0.0139894178, 0.0174365714, 0.0199131668, 0.00325262337, -0.0276274271, 0.0106677674, 0.0110526439, -0.0198964328, -0.00543428631, 0.0122825745, 0.0237451959, 0.0124666458, -0.00523766456, -0.0138806487, -0.00732101686, -0.0163154099, -0.0153281176, 0.00429220777, 0.00478585344, 0.0333838388, -0.0467875749, 0.00676461961, -0.00581916282, -0.0198796988, 0.0200805031, 0.0012456188, 0.00440934394, -0.0120232012, 0.0119227991, 0.01183913, 0.00671023503, 0.0175704416, 0.0160895027, -0.00478585344, -0.0206996519, -0.00906969421, 0.0132531328, 0.0185242649, 0.0109689748, -0.00746743754, -0.0222558919, 0.000581497909, -0.00224859803, -0.000293625082, -0.00180829118, -0.00108873984, -0.0210175943, 0.0024556783, -0.00497410819, -0.00702817645, -0.0182230566, -0.0198964328, -0.0252345, 0.0012456188, 0.00179678679, -0.0156293251, 0.000861788285, 0.00272969343, -0.00958844088, -0.00338440156, 0.00203838036, -0.0219881516, 5.51690937e-05, -0.00291585643, 0.026740538, -0.00170265941, -0.0134037361, 0.00753855566, -0.0176708438, -0.0341870561, 0.0169178247, -0.0182899926, 0.00441771094, 0.0049071731, -0.034505, 0.00430057477, 0.0232097153, -0.0226742346, -0.0221387558, -0.0296354759, -0.0177210439, 0.0364126451, 0.0178549141, 0.0048946226, 0.0241970066, 0.0288824569, -0.00205302238, 0.00277780299, -0.00305600162, -0.0168174226, -0.00874338578, -0.0156795271, 0.0132447658, -0.0158803314, -0.0376844108, -0.00860115, -0.0207665879, 0.0233101174, -0.00653453078, -0.0134288371, 0.00747580407, 0.0171353631, -0.010383294, 0.00635882607, -0.00362704089, -0.0129519245, -0.00601160061, 0.00711184507, 0.00167860463, -0.0245484151, -0.0331495665, 0.0258536488, -0.0309072416, 0.00769752637, 0.00397845, -0.000213224615, 0.00408512726, -0.0062542404, -0.00135125057, 0.001951574, 0.0110610109, 0.0136212753, 0.0345384665, 0.00226742355, -0.0428384095, -0.0165831503, -0.00657218136, -0.00294723222, -0.0021879382, 0.0220383536, 0.0523431785, -0.00809495337, 0.0126841851, 0.0222224239, -0.00610781973, 0.0156795271, -0.00320451381, 0.0217706133, -0.0373497382, 0.0161229707, 0.0127511201, -0.00616638782, -0.0108936736, 0.00279662851, -0.0210008603, 0.00249542086, 0.0270919465, 0.0105087971, 0.0401275381, -0.0113622183, 0.0117638288, 0.00376091106, -0.0123411426, -0.0150101762, -0.0201139711, 7.75815352e-06, -0.0212518666, -0.00317522977, 0.00186685938, -0.0154703548, -0.0122491075, -0.0290330611, -0.0145583656, -0.0223060921, 0.00086388, 0.0243141428, 0.0329487585, -0.0109187737, -0.0131192626, -0.0028238208, -0.00644249516, 0.00266903359, 0.0105422642, 0.00271923491, 0.0114291534, 0.0110359099, 0.00755947316, 0.0153197506, -0.00579406181, 0.00976414513, -0.00483605452, -0.00791924912, 0.0120148351, -0.0300036184, -0.00575641124, -0.0125503149, -0.0173863694, -0.00856768154, 0.0329152942, -0.0136882104, -0.0203482434, -0.0100402515, 0.0247994214, 0.0114291534, 0.0213690028, 0.0200805031, -0.00788578112, 0.00643412815, 0.0205490496, -0.00779792899, -0.0141818561, -0.00811587, -0.0124080777, 0.0192438159, -0.0215865411, -0.00892745703, -0.00309992768, -0.0173529014, 0.0041750716, -0.0178549141, -0.00711184507, -0.00158029376, 0.0123244096, -0.00723316474, 0.0469214432, -0.00202373834, 0.0172525, -0.0169596579, 0.0184740629, 0.0172525, 0.00890235696, -0.0127343861, -0.0136547424, -0.00928723253, 0.0075720232, 0.0192103479, 0.00791924912, -0.0104920631, 0.00839616079, 0.00268576737, 0.00627934095, -0.00785231404, -0.0135208722, 0.0125168469, 0.0284139123, -0.0151440464, 0.0127260191, -0.00163886196, 0.00848401245, -0.00445117848, 0.00854258053, 0.000819953915, -0.00315849599, 0.0179218501, 0.0075845737, -0.00844217837, -0.0202813093, -0.0218208134, 0.00569365965, 0.0183569267, 0.0115379225, 0.0116299586, -0.027493557, -0.00994821638, 0.0303382948, 0.00519164698, 0.00326726539, -0.0285143144, -0.00595721602, -0.00544265332, -0.000430632674, -0.00169010903, -0.00954660587, 0.000531819591, 0.00985618, 0.0128849903, -0.0115462895, 0.01556239, 0.0083166752, -0.0122407405, 0.0162568409, 0.00363749964, 0.0360445045, -0.00551377144, 0.0167002864, 0.0108769396, -0.0045390306, 0.00563090807, -0.0116383256, -0.00598231656, -0.0110359099, -0.00370861799, 0.0122909416, -0.0126925521, 0.00356010604, -0.00271714316, 0.0090613272, 0.0118223969, 0.0294848736, 0.0123746106, 0.00334675051, 0.00030879004, -0.00432985881, -0.00235736743, 0.0095215058, 0.00609108619, 0.0369815938, 0.00114626205, -0.0270250104, -0.0039763581, -0.0143240923, 0.0104669621, -0.0038634052, 0.000788055186, 0.0216702111, -0.0108936736, -0.00591956498, -0.0159723666, 0.015604225, -0.00848819595, -0.0145834656, -0.0110191768, 0.00764314178, 0.00480258698, 0.0196454264, 0.0138806487, 0.00684828823, -0.0198462307, -0.00495737419, -0.0038634052, 0.0254353043, 0.0150938453, -0.00233435864, 0.000725303602, -0.00293886545, -0.0243308768, 7.94853258e-05, -0.00129372824, -0.0072038807, 0.0106175663, -0.0140479859, -0.00936253462, 0.0015980734, -0.00570202619, -0.028982861, -0.0188756734, 0.01114468, -0.0161229707, 0.000790669816, 0.00738376845, -0.0356094278, 0.0111948811, -0.00918683, -0.00605343515, -0.0116968937, 0.00702399295, 0.00658891536, -0.0123578766, -0.0316769965, 0.00741305249, -0.00089734752, 0.0120985033, 0.00870155171, 0.0193776861, 0.00132405816, -0.00827065762, 0.0058819144, -0.0240966044, -0.000612350763, 0.0268409401, 0.0235611238, -0.0048946226, -0.00251006288, 0.00284473808, -0.0154536208, -0.0237953961, -0.00481932098, 0.000721120159, -0.0264058616, 0.0025560807, 0.00788996462, -0.0239627343, -0.00839616079, -0.0207833219, -0.0127176521, 0.0154954558, -0.0183234587, 0.00369815947, 0.00364168291, 0.0118223969, 0.0150101762, 0.0138053466, 0.00695287436, 0.0172692332, -0.0181895904, 0.00635045953, -0.0295183398, -0.00191392296, 0.0244814809, -0.0181895904, 0.0124080777, -0.00947130471, 0.00314803724, 0.00643412815, -0.0121487044, 0.00102128182, 0.00747998757, -0.00933743455, -0.00045128839, 0.0386549681, 0.0138555476, -0.00420853868, -0.0102828909, -0.0107849035, 0.0213522688, 0.0470887795, 0.000176358066, -0.00125921494, 0.000537048909, -0.00612873724, 0.00281127053, -0.00437169289, -0.0229587089, -0.0105004301, -0.0220718198, -5.69339791e-05, -0.00719133, 0.00502430927, -0.00451811356, -0.0330826305, -0.0241133384, -0.00413323706, -0.00667676749, 0.0160895027, -0.0321957394, -0.0161146037, 0.00692359032, 0.0234439876, -0.00681063766, 0.0350404792, -0.00516236294, -0.00892745703, 0.00705327699, -0.0023782847, -0.000510640908, 0.010408394, -0.00607016915, 0.00482768798, -0.0219379496, -0.00509542786, 0.00457249815, 0.000251659949, 0.0130439606, -0.0120399352, 0.00387595547, 0.0168927237, 0.00501175923, 0.0203482434, 0.000357161043, 0.00314385397, 0.00818698853, -0.0230089109, -0.000459132338, 0.00331955822, 0.0181226544, 0.00719133, -0.0153364846, 0.00788996462, -0.00997331645, -0.00455576414, 0.0138471806, 0.00790669862, 0.0168508887, -1.36043454e-05, 0.0108769396, 0.00789833162, -0.0171102621, -0.00261255726, -0.00944620371, 0.0321957394, 0.0218375474, -0.0212351326, -0.00436750939, 0.0148093719, -0.0258034468, 0.00445954502, -0.00668513449, -0.0105004301, 0.0300872885, -0.00276943622, -0.00621658936, -0.00163258682, -0.0200637691, 0.0137718786, 0.0116383256, -0.0134539371, 0.0174198374, 0.0202143732, -0.00951313879, 0.00213982863, -0.0114291534, 0.0198127646, -0.00276525272, 0.00927049946, -0.0211347304, -3.70953312e-05, 0.00983944722, -0.0205155816, -9.41273611e-05, 0.00268576737, -0.0230925791, 0.027476823, -0.0210343283, -0.0115797576, 0.0193274841, 0.0147675369, -0.0274098869, 0.00358102308, 0.0194111541, 0.00895255804, -0.0187920053, -0.0023699177, 0.0122240065, 0.00578151178, -0.00913662929, 0.0251340978, 0.0024514948, 0.00321706408, 0.00895255804, -0.0150352772, 0.0194780882, 0.00946293771, -0.00805311836, 0.0357432961, -0.00394079881, 0.0079485327, 0.0137133105, 0.00812005345, 0.00423782319, 0.0121905394, -0.0136045413, 0.0105673652, -0.0054970379, 0.0133953691, 0.00594884902, 0.0058819144, 0.00184071285, -0.000545938674, -0.00488625607, -0.0159389, -0.00380065362, 0.0165413152, 0.0193776861, 0.0193442181, -0.0127343861, -0.00333629199, 0.00622495636, 0.0265397318, -0.0229252409, 0.00368770096, 0.00735866791, 0.0113371173, -0.00839616079, 0.0222224239, 0.00857604854, -0.00610781973, 0.0152528156, -0.00740050245, -0.00712439558, -0.0273764208, -0.00293886545, -0.0292506013, -0.0181728564, -0.0125168469, -0.00652616378, 0.00311666145, -0.000928723312, 0.00763477478, 0.00627097394, -0.0100067845, 0.00849656295, 0.00520838052, -0.00216702092, -0.00449301256, -0.00393661531, 0.0196119584, -0.00736703491, -0.00247241207, 0.00258536497, 0.0079610832, -0.00123097666, -0.00685247174, 0.0152277155, 0.0279286336, 0.00949640479, 0.0162819419, -0.00216492941, -0.0226742346, -0.0240798704, 0.0113120172, 0.0121905394, 0.00797781721, 0.00678135362, -0.0101741217, 0.00930396654, -0.0204486456, -0.0107096024, 0.00613710377, 0.00565600861, -0.000941796519, 0.00137112185, 0.0066433, -0.00921193138, 0.0106928684, 0.0047607529, -0.0156460591, -0.00917846337, -0.0131694637, -0.00597813353, 0.00451811356, 0.0249667596, -0.00559325702, -0.00773517741, 0.0262217913, 0.00566019211, -0.0097892452, 0.0260711871, 0.00433404185, -0.000886888942, 0.0115713906, 0.0193107519, 0.00993148237, -0.0105338972, 0.00759712374, 0.0285477825, -0.00978087913, 0.0178047139, -0.0153866857, 0.0277278293, -0.0179553162, 0.00778537849, 0.0110693779, 0.00301625906, -0.00573967723, 0.0036856092, 0.003344659, 0.0116885267, 0.0265062656, 0.0176541097, -0.00601578411, 0.00727081578, 0.0181895904, 0.0119562671, -0.0120650362, 0.00594048249, 0.0106343, 0.0284306463, -0.00998168346, -0.0103414599, 0.00232808338, 0.0147340698, -0.00648432923, -0.00428802427, -0.0046478, 0.00560162403, -0.0082957577, 0.0223395601, 0.0213522688, 0.00325889839, -0.0125168469, 0.00401400914, 0.0041541541, -0.0156711601, -0.00491554, 0.0224232282, 0.0358437, -0.0246990193, -0.00535898423, -0.00932906754, -0.0419347845, -0.0116215916, -0.00846309587, -0.0130188596, 0.00775609445, -0.00820790604, -0.00552213844, 0.00245358655, -0.00159493589, 0.0132363988, 0.000375202129, -0.00271714316, 0.00200072932, 0.00221722224, 0.0075636562, -0.0146002, 0.0212686, -0.00948803779, 0.0128682563, -0.00913662929, 0.00261464901, 0.0114207864, 0.00391360652, 0.0193274841, 0.0159974676, 0.00363959139, 0.000623332278, 0.0190597456, -0.00760130724, 0.0125754159, -0.000851852645, 0.0161731727, 0.00880195387, -0.0191601478, 0.00374626904, -0.00514144544, -0.00390523975, -0.00230507459, 0.0223228261, -0.00631699199, 0.00915336329, 0.00726244878, -0.029685678, -0.0209339242, 0.00470218481, -0.0153532187, 0.00673115207, -0.00055169093, 0.00642994465, -0.0147842709, -0.0188589394, 0.00643831166, -0.0146169337, -0.000673010654, -0.0248998255, 0.000773936103, 0.0158886984, -0.00529204961, 0.0201809071, -0.0212351326, 0.00448464602, -0.00783139654, 0.00391569827, 0.00186581351, 0.00204465538, -0.0243978128, 0.00545938686, 0.0124750128, -0.000570516393, -0.0222893599, -0.0189426094, -0.00850493, 0.000593525299, 0.0020059587, -0.00191392296, -0.0325638838, -0.00299952528, 0.00524603156, 0.00296814949, 0.0101741217, -0.00562672457, -0.0185744651, 0.0143073592, -0.00134392956, -0.00157297275, 0.0115713906, -0.00224441453, -0.0142822582, 0.00333001697, -0.0215028729, -0.00440097693, 0.0114458874, 0.0115630236, -0.00686502224, -0.0174867716, 0.000323432061, 0.0113120172, 0.0250336938, 0.00816188846, 0.0202645753, -0.0122323735, 0.00354337227, -0.0159138, 0.000874338613, -0.0175871737, 0.00729591632, -0.000408931082, -0.030472165, -0.00435077585, -0.00918683, 0.0132614989, 0.00937090162, 0.00772262691, -0.0153448517, -0.0108183715, 0.0221889559, -0.0100904536, -0.0103163589, 0.0175035056, -0.00805311836, 0.00230507459, -0.0105589982, -0.0179385841, 0.0121068703, 0.00370025123, -0.0149767091, -0.0291836653, 0.00666421698, -0.0376174785, -0.00180201605, -0.0028280043, 0.0232264493, -0.00326935691, 0.00167546701, -0.00599486707, 0.0335344411, 0.0174198374, -0.00607435219, 0.0225403663, 0.0146253007, 0.00651779678, -0.00731265033, 0.0232097153, 0.00862625, -0.0079401657, -0.00650943, 0.0147508038, 0.00724571524, 0.0086931847, -0.0101155536, -0.00585263036, 0.00369188422, -0.0120232012, -0.00233435864, 0.00492390664, -0.0250002276, 0.00502430927, 0.00887725595, 0.00723316474, -0.0119897341, 0.0108434716, -0.00432149181, -0.00287193037, 0.0224901643, 0.00622077286, 0.0024598618, 0.00196307851, 0.0127678532, -0.011897698, 0.0226575024, 0.0176373757, 0.00416042935, 0.00203105924, -0.010391661, -0.0103079919, 0.00534643419, 0.00299325, -0.0120148351, 0.00362076587, -0.0120985033, 0.00481932098, -0.00503686, 0.00931233354, 0.000988860265, 0.00262092403, 0.00312502845, -0.0128013212, 0.0150603782, 0.0149014071, -0.0235276576, 0.00273596868, -0.00775609445, -0.0264560636, 0.0105589982, -0.00505777681, -0.00782721303, -0.00354128052, -0.00749672158, -0.00707001053, -0.0194613542, 0.0158635974, -0.00585263036, 0.00592793198, 0.00179887842, 0.011178147, -0.00943783671, -0.0135794403, -0.00804893486, 0.0136212753, -0.0168508887, 0.00191392296, 0.00449719606, 0.00265020807, 0.00303717609, -0.0012414353, 0.00680645416, -0.0153364846, 0.0025560807, 0.00797363371, 0.00460596569, -0.0122240065, 0.0136547424, -0.010400028, 0.00219421345, -0.0147591699, 0.0045222966, 0.00613710377, 0.00214087451, -0.000546461612, -2.44796502e-05, -0.028999595, 0.0144830635, -0.00940437, 0.0215028729, 0.0086931847, -0.0166668184, -0.0135376062, 0.0150854783, -0.0159054324, 0.00801128428, -0.00450556306, 0.000341734616, -0.0165496822, 0.00885215495, -0.00109187735, -0.00800710078, -0.000738899806, 0.0117303608, 0.0185409989, -0.00170370529, 0.00330282445, -0.0116717927, -0.0100235185, 0.0267070699, 0.0109857088, -0.0102912579, -0.0273931529, -0.0236280598, -0.0125419479, -0.0011326659, -0.00734193437, -0.00594048249, -0.00738376845, -0.00509124435, 0.0187418032, -0.000732101675, -0.00108664809, -0.0129770255, -0.00340113533, -0.00853421446, 0.000143936428, -0.0129435584, 0.00413742056, 0.0217873473, 0.00671860203, -0.000930815, 0.00761804124, -0.0303048268, 0.0279788356, 0.00804056879, 0.00154787221, 0.00987291429, -0.0108434716, 0.0105589982, -0.0052669486, 0.00106416212, 0.00843799487, -0.00923703145, 0.0180557203, 0.0434742905, -0.0013188289, -0.0142906252, -0.00292422343, -0.0258536488, -0.00713276211, 0.00210949872, -0.0252177659, 0.0168425217, 0.0173027012, -0.0192438159, 0.00762640778, -0.00820790604, 0.000956438598, 0.0176541097, 0.000154525755, -0.0244982149, -0.00805730186, 0.0075678397, 0.0190430116, -0.0127092851, 0.0169261917, 0.0115797576, 0.000139230062, -0.00519583048, -0.00439679343, 0.00482768798, -0.00825392362, -0.00418553, 0.00915336329, -0.0113873193, -0.0117470948, 0.0122993086, 0.011897698, -0.0253349021, 0.0175537076, -0.011186514, -0.000961667858, -0.0143157262, -0.00425455673, 0.00729173282, -0.00335302576, 0.0178716481, 0.00312921172, -0.0095215058, 0.000706478138, -0.0133953691, -0.00280708703, 0.0126758181, 0.0210008603, -0.0226073, -0.0195450243, -0.00769334286, -0.0471891835, -0.0129686585, 0.0380190872, 0.0015206798, -0.0338189155, -0.00158970652, -0.0107347025, 5.59534856e-05, -0.00179364916, 0.011847497, 0.0159556344, -0.0169680249, 0.0357432961, -0.0228750408, -0.00865135062, 0.00474401889, -0.0277278293, -0.0122156395, -0.00882705487, 0.00727081578, -0.0122742075, -0.00473565236, 0.00390105625, 0.00575641124, 0.00448464602, 0.0230925791, -0.0193609521, 0.0086764507, 0.00343878637, 0.00104795129, 0.00419598864, -0.00177900714, -0.00339695183, -0.00817443803, 0.0131610967, 0.0147675369, 0.0221220218, -0.0110359099, 0.00564764161, 0.0205490496, 0.0161731727, -0.00814933795, 0.00770171, 0.0184071288, 0.0211347304, 0.00577314477, -0.00802383479, -0.00937926862, -0.0220550857, -0.0144997975, -0.00249332911, 0.00106573093, -0.00187313452, 0.012583782, 0.00820790604, -0.00702817645, 0.00605761865, -0.00815352146, 0.00374417729, -0.01114468, 0.0251842979, -0.0138806487, -0.0152444495, -0.0113705853, -0.00827902462, -0.00401610089, -0.00430057477, 0.0013188289, -0.0207833219, -0.0199299, 0.0115211895, -0.0156962611, 0.00467290077, 0.000635359669, 0.0214861389, -0.00554723898, 0.00790669862, 0.0020749853, -0.0121487044, 0.00353291351, 0.0237284619, -0.00408094423, -0.010450229, -0.00560999056, 0.00271505141, 8.80483058e-05, 0.00707837753, 0.0233101174, 0.00691104, -0.00144746969, 0.00207812293, 0.00799455, -0.0098980153, 0.0203649774, -0.00699052541, 0.0135710742, 0.0058819144, -0.00412905356, 0.0112367151, -0.00429639127, -0.00822464, -0.0165580492, -0.0101824887, 0.0292338673, 0.0158635974, 0.0351408832, -0.00257699797, 0.0165580492, -0.00273178518, -0.0687422603, -0.00487370556, 0.00409976952, 0.00984781329, -0.00877685379, -0.0191434138, 0.0236113258, 0.00441771094, -0.00146838685, 0.0233268514, -0.00786904711, -0.0197625626, -0.00263138278, 0.0051163449, -0.00281336228, -0.0210510623, 0.0181393884, -0.0177545119, -0.0114040524, -0.00616220478, 0.00602415111, -0.0143157262, 0.0143157262, -0.00966374204, 0.00563509157, -0.0054886709, -0.00269831764, 0.00908642821, -0.0266568679, -0.00817443803, 0.00111906976, -0.00651361328, -0.0135543402, -0.00432567531, -0.00184907974, -0.0115546566, 0.00979761221, -0.00811587, -0.00542591931, -0.00939600263, 0.00671023503, -0.0169680249, -0.00732938386, -0.0149181411, 0.014123288, 0.00724571524, -0.0275939591, 0.00427547377, -0.0176708438, -0.00175809, 0.015587491, 0.00025113704, -0.0152862836, -0.0165664162, -0.0135878073, 0.0083166752, -0.0100235185, -0.0110777449, 0.00984781329, 0.00366887543, -0.00204465538, 0.00205302238, 0.031141514, 0.00287402212, 0.00221931399, 0.0195115563, 0.00232180813, 0.0204486456, 0.00341577735, 0.0253683701, -0.0121821724, -0.0116968937, 0.00820372254, -0.00810750294, 0.0183067266, 0.0123327756, -0.00809495337, 0.0203147754, -0.00703236, 0.0298362821, 0.00863461662, 0.0314092562, 0.00432149181, 0.00535480119, 0.0242974088, -0.0178047139, -0.0182063226, -0.0214024708, 0.0028551966, -0.00753437215, 3.76836288e-05, 0.00471473485, 0.00699052541, 0.00948803779, -0.0134790381, 0.0175369736, 0.00712021207, -0.0110861119, 0.00461433223, 0.0166751854, -0.0172190312, 0.0151691474, 0.00517073, -0.00242430251, 0.00668095099, -0.0054886709, 0.000393504655, -0.0196788944, 0.0133200679, -0.0101239206, 0.0323965475, -0.00797781721, 0.0179720502, -0.00213773688, 0.0240631364, 0.0090613272, 0.0145834656, -0.0072080642, -0.0169261917, 0.00578151178, -0.011127946, 0.0123997107, 0.00678553712, -0.0258703828, 0.0232264493, -0.000736285117, -0.00121215126, -0.0215865411, -0.0266066678, 0.0268744081, 0.0101657547, 0.0244312789, 0.00939600263, -0.0172190312, 0.0281294398, -0.00543010281, -0.0168425217, 0.00902786, 0.00214087451, 0.00462269923, 0.0122407405, 0.00504941, 0.0120566692, 0.0108602056, -0.00638392661, -0.0066140159, -0.00109187735, 0.0228750408, 0.00359148183, -0.00945457071, -0.0054970379, -0.0123495096, 0.0121068703, 0.00750090461, -0.0186581351, -0.00584008, -0.010349826, 0.00710766157, 0.00801965129, -0.00841707736, 0.00233435864, 0.00396589935, -0.00131464552, 0.0260711871, -0.00395334931, -0.00128222385, 0.0235611238, -0.0198127646, -0.012608883, -0.0116466917, 0.00837106, 0.028966127, -0.0172859672, -0.0021879382, -0.00404538494, -0.0174198374, 0.0285812505, -0.015612592, 0.0226742346, -0.0254185703, 0.00143701106, 0.0167170186, 0.00753855566, 0.0203649774, -0.0150854783, -0.00459759869, -0.0218375474, 0.0220048856, -0.0156878941, 0.0146002, 0.0182899926, 0.0252345, 0.0137886126, -0.00854258053, -0.0331328325, -0.00546775386, -0.00472310185, 0.00693195732, -0.00517073, 0.0109857088, 0.0090445932, -0.0105506312, -0.0119646331, -0.0175035056, -0.00837106, -0.0141316541, -0.00114417041, 0.0180891864, -0.0146922348, -0.0125335809, -0.0145248976, -0.0144244954, -0.0182899926, 0.00557234, -0.00441352744, -0.00709929457, -0.00592793198, 0.00936253462, -0.0155372899, -0.00845054537, -0.00167546701, 0.00052946643, 0.00782721303, -0.003894781, 0.00561417406, -0.0175202396, -0.00930396654, -0.00951313879, -0.0156962611, -0.00357683981, -0.0203315094, -0.0214694049, 0.0134455711, -0.00534225069, -0.0252847, 0.00173089758, 0.00154055119, 0.00588609744, -0.00764314178, 0.014859573, 0.0224232282, 0.0117638288, 0.0135961743, 0.0193274841, 0.0200637691, 0.00659728236, 0.00776446145, -0.00564345811, -0.0155456569, -0.00262719928, 0.00484023802, -0.0114709875, -0.00973067712, 0.00545520335, -0.0023782847, 0.00958844088, -0.00529623264, 0.00446372852, -0.00811587, 0.000437953684, 0.0167002864, -0.0128598893, 0.0232264493, -0.0173529014, -0.0108936736, 0.00020721092, -0.0112450821, 0.00257699797, -0.0182565246, 0.00531296665, 0.00277989474, -4.40568328e-05, -0.00709511153, -0.0192772839, 0.0174533054, -0.0350739472, -0.0232599173, 0.0342707261, -0.00182920834, -0.00298488326, -0.000683469232, 0.0030099838, -0.00559325702, 0.00189195992, 0.00857604854, -0.00144956133, -0.00184803386, -0.0128431553, 0.00270459289, -0.00197981228, 0.00835014321, -0.00430894131, 0.0106845014, -0.00601160061, 0.00782302953, 0.0275939591, 0.0047523859, -0.00536735123, 0.015587491, -0.0072080642, -0.00216492941, 0.0217538793, -0.00386549695, -0.000627515721, -0.0212518666, -0.02965221, -0.0127594871, -0.0234272536, -0.0106761344, 0.00875175279, -0.0121989064, -0.00387595547, -0.0215530731, -0.00905296, -0.0018197957, 0.00541336928, -0.00392197352, 0.00335930102, 0.00243057753, 0.0187250692, -0.0122491075, 0.0024598618, 0.0109020397, 0.00105840992, -0.00707419403, 0.00373581029, 0.00296187424, -0.0245149489, -0.0131861977, 0.00422318093, -2.06067016e-05, 0.0115630236, -0.00222349749, -0.0110777449, -0.0098896483, 0.0119897341, 0.0013575257, 0.00182920834, 0.00466453377, -0.00246822857, -0.0280290358, -0.000206688, 0.00345970341, -0.00437587639, 0.0129853925, -0.0143073592, 0.0069737914, -0.00539245177, 0.0438759, -0.000751450076, -0.00725408178, -0.0165998824, 0.0260879211, 0.0293510035, 0.00494064065, 0.000186293735, -0.0335177071, -0.00603670161, 0.0154201537, -0.00827902462, 0.0133117009, -0.00309783616, -0.0206996519, -0.012633984, 0.0172190312, -0.00016067017, 0.0068399217, -0.00772681041, -0.00539245177, 0.0272258166, 0.00717878, 0.0107849035, -0.0138220796, 0.0606765896, -0.00899439212, 0.00258536497, -0.000982062193, 0.0201976392, 0.00557652302, -0.00684828823, 0.0471891835, -0.0125670489, 0.0230089109, -0.011889332, 0.00236573443, -0.00145897409, 0.0150854783, 0.01408982, 0.000659937388, -0.0038675887, -0.0173361674, -0.00249332911, -0.00724989874, 0.0318610668, -0.00899439212, 0.00789414812, -0.0362787768, -0.00119437161, -0.0072122477, -0.0230591111, -0.0104669621, -0.0154117867, 0.00235318393, -0.0175202396, 0.0167839546, 0.00919519737, -0.00763895828, -0.015604225, -0.00486533856, -0.00841289479, -0.00260628201, 0.00167651288, 0.0113203842, -0.00737540191, 0.0160727706, -0.00201537134, 0.0138722816, 0.0157799292, 1.37677607e-05, 4.71290477e-05, 0.00924539845, -0.0145248976, -0.0175369736, -0.0211012624, 0.00274851895, 0.00146734098, -0.0123076756, 0.0151356794, 0.00483605452, 0.0022695153, 0.00658891536, 0.00708674453, 0.0144495955, -0.0106845014, 0.0200470369, 0.0139894178, 0.0086931847, -0.00195052812, -0.0261715893, -0.0320786051, 0.000123542166, -0.00113371178, 0.00950477179, 0.00754692266, -0.0116550587, -0.00466453377, -0.00917846337, 0.0174198374, 0.0177712459, -0.0278617, 0.00455158064, 0.00419598864, -0.00333001697, -0.00545520335, 0.014851206, -0.00055639731, -0.00499920873, 0.00787741411, 0.0127009191, -0.0223730281, -0.00818280503, -0.00313339522, -0.00945457071, -0.0128515223, 0.0113120172, -0.0196621604, 0.0186581351, -0.00718296366, -0.0235945918, -0.0183903947, -0.0075678397, 0.00914499629, 0.00449719606, 0.00308737741, -0.0110861119, -0.00259373174, -0.0313590541, -0.00980597921, 0.0334173031, -0.00894419104, 0.010408394, -0.0143910274, 0.010433495, -0.00354546402, 0.00281545403, 0.00436332636, 0.0132280318, 0.00589446444, -0.000765569217, 0.00806148537, -0.00370652624, 0.0075678397, 0.000348271249, 0.0107263355, 0.0141818561, -0.00672278553, 0.0110024428, -0.0154619878, -0.00579824531, -0.0022611483, -0.0042064474, 0.0255357064, -0.0326810181, 0.0145416316, -0.000802697206, 0.00383202941, 0.0019358861, 0.00538826827, 0.0168006886, -0.0120232012, 0.00170265941, -0.00937926862, 0.0106594, 0.00700725894, -0.0225068983, -0.00224650628, -0.0106845014, -0.00676043611, -0.0180891864, 0.0173529014, -0.0273262188, -0.00803220179, -0.0072122477, -0.0142404241, 0.000471159728, -0.0129351914, -0.0146587677, 0.0265732, 0.01264235, -0.000720074342, -0.0103414599, 0.0177377779, -0.00262929103, -0.0052711321, -0.00940437, 0.015570757, -0.00181142881, -0.00299325, -0.0232097153, 0.0170935281, -0.00295141572, 0.0198462307, 0.000103474733, 0.0134455711, -0.00676043611, -0.00652616378, -0.00344924489, 0.00859278254, 0.0209506582, -0.0184740629, -0.00732938386, 0.0175704416, -0.00901949313, -0.0165162142, -0.0151942475, 0.0170935281, 0.0519081019, 0.00888562296, -0.00566019211, -0.00597395, -0.0110777449, 0.0226575024, -0.0083166752, 0.0158803314, -0.00315640424, 0.0116299586, 0.00194320711, -0.0145834656, -0.0209841263, 0.00638811, 0.0107096024, 0.0158217642, -0.00860951561, 0.00924539845, 0.0095298728, 0.00160330266, 0.00431730831, -0.0237953961, 0.0267070699, 0.0109522417, 0.0051288954, 0.0203817114, -0.00597395, 0.0031961468]
|
07 Jul, 2023
|
HTML5 MathML <mover> Tag
07 Jul, 2023
The HTML5 MathML <mover> tag is an inbuilt tag in HTML5. This tag is used to attach an accent or a limit over an expression.
Syntax:
<mover> base overscript </mover>
Attributes: This tag accepts below mentioned attributes:
class|id |style: This attribute holds the styles of the child elements.
href: This attribute holds any hyperlink to a specified URL.
mathbackground: This attribute holds the value of the math expressions background color.
mathcolor: This attribute holds the color of the math expressions.
align: This attribute holds the alignment value of the over-script Possible values are left, right and center
accent: This attribute specifies whether the operator should be treated as an accent. Possible values are true or false.
Below example illustrates the concept of HTML5 MathML <mover> tag:
html
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML mover tag</title>
</head>
<body>
<center>
<h1 style="color:green">GeeksforGeeks</h1>
<h3>HTML5 MathML mover Tag</h3>
<math>
<mover accent="true">
<mrow>
<mi> x </mi>
<mo> + </mo>
<mi> y </mi>
<mo> + </mo>
<mi> z </mi>
</mrow>
<mo>⏞</mo>
</mover>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers are supported by HTML5 MathML <mover> tag are listed below:
Firefox
Safari
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 MathML <merror> Tag/HTML5 MathML <mfenched> tag/HTML5 MathML <mfrac> tag/HTML5 MathML <mglyph> Tag/HTML5 MathML <mi> Tag/HTML5 MathML <mlabeledtr> tag/HTML5 MathML <mmultiscripts> Tag/HTML5 MathML <mn> Tag/HTML5 MathML <mo> Tag/HTML5 MathML <mover> Tag
|
https://www.geeksforgeeks.org/html5-mathml-mover-tag/?ref=next_article
|
NextJS
|
HTML5 MathML <mover> Tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <mmultiscripts> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, HTML5 MathML <mi> Tag, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, HTML5 MathML <mlabeledtr> tag, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML <mo> Tag, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, HTML5 MathML <merror> Tag, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML <mfrac> tag, HTML5 MathML <mn> Tag, HTML5 MathML <mglyph> Tag, Node.js Readable Stream close Event, HTML5 MathML <mfenched> tag, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, HTML5 MathML <mover> Tag, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0710807, 0.0100083994, -0.0161944162, 0.0220294, 0.0399087854, 0.0130741056, -0.00175322499, 0.0369444899, -0.0404080339, 0.0103594344, 0.0295337494, 0.00257620728, -0.0131053086, -0.00946234446, -0.00917371549, -0.0345730521, -0.0180041976, 0.000901965075, -0.0239795949, 0.0278019756, -0.0196111575, -0.0157263707, -0.0396591611, 0.0368820839, -0.0241668131, 0.00704800384, 0.00938433688, 0.0189090874, 0.0158823859, 0.00682958169, 0.015047702, 0.00222907262, 4.36051341e-05, -0.00923612248, -0.0217641722, 0.0430603, -0.00487548672, 0.0292217173, -0.0128088789, -0.0235895552, 0.0438091755, -0.0380990021, 0.0149540929, 0.0464302339, 0.00807380583, 0.0252433196, 0.000999474782, -0.0051992191, -0.0160852056, -0.0085730562, 0.0226378608, 0.0161788147, -0.00528892828, 0.00471167034, -0.0104764458, 0.0220762044, 0.00778127695, 0.0189246889, -0.0346978642, -0.0122472225, 8.61132867e-05, -0.0733897239, -0.00542154117, -0.00704800384, -0.0567584671, -0.0037248719, 0.0121146096, 0.0120444028, -0.015749773, -0.00424362347, -0.021483345, 0.00489498861, 0.0192835256, 0.00762526132, -0.0275055468, -0.0145874564, -0.021545751, 0.00794899371, -0.013573355, -0.00282388204, 0.004465946, 0.00925952476, -0.0267878752, 0.0156873669, 0.0567272641, 0.0272403192, -0.0206876658, -0.0467734709, 0.00129395421, -0.0161164086, -0.0467734709, 0.0176609624, -0.0093999384, -0.000727910199, -0.0234959461, -0.00935313385, 0.0244008359, 0.00665796455, -0.013191117, -0.0182694234, 0.00916591473, 0.0323576294, 0.0156717654, -0.0157653745, 0.0147824762, 0.0255085472, -0.0132379215, 0.0065370528, 0.00766036473, 0.0160696041, 0.0364452377, -0.0263666324, 0.0303606316, 0.00859645847, 0.01482148, 0.0224818438, -0.0230435, -0.0770717, 0.00782808196, 0.00444254372, -0.0117323715, -0.0144002382, 0.0186906662, 0.0563840307, -0.0151881166, 0.00656045508, -0.0170369018, -0.00555025414, 0.0138229802, 0.0098133795, -0.036757268, 0.0304386392, -0.0151491128, 0.0114125395, 0.00809720811, 0.0124734454, 0.0290501, -0.00648244703, -0.0227782745, -0.00472727185, -0.0432475172, -0.0101956176, 0.0026093605, 0.0263822339, -0.0511107035, -0.0350410976, 0.0149072884, 0.0596603565, -0.0401584096, 0.0356027558, -0.006771076, -0.0292217173, 0.0315775536, -0.00218811841, 0.013861984, 0.0168340802, 0.0115841562, 0.0331065059, -0.0166000575, 0.0118025783, -0.00681008, -0.0222478211, 0.0310471, 0.0350098945, -0.0227002669, 0.0373813324, 0.0211869162, 0.0122472225, -0.0046804673, 0.040564049, -0.0254929457, 0.00856525544, 0.0106636649, -0.0271467101, -0.0256333593, 0.0253681336, 0.041780971, -0.017863784, 0.0246192571, 0.00261716126, -0.026413437, 0.000809330784, 0.0160384011, 0.0358211771, -0.00282778242, 0.0124266408, 0.0161632132, 0.00357665704, -0.0174269397, -0.0105856573, -0.00360005954, 0.00691149, 0.0153597333, -0.0383798331, 0.0404392369, -0.01011761, -0.0319051854, 0.0378493778, 0.0268658828, -0.0196735635, -0.0106870672, -0.019018298, 0.00954815373, -0.00150457525, -0.0158745851, -0.0312655233, -0.0129804956, -0.00533183245, 0.0147980778, -0.0203444306, 0.00812841114, -0.00385943544, 0.0442148149, 0.00738733774, -0.0119663952, 0.00606900593, -0.0474287346, -0.0064707459, 0.0271779131, -0.0257581715, 0.0341362096, -0.0132925268, -0.0101098092, -0.00645514438, -0.0677107573, -0.0232619233, -0.0296741631, -0.0391599089, -0.00720011909, -0.00430212962, -0.0132457223, 0.0337617695, 0.00163718848, 0.0248844847, 0.00509780878, 0.0311719123, 0.0148916868, 0.00493009202, 0.036726065, 0.0239639934, -0.0191587135, 0.00744584342, 0.00725082401, 0.00630302913, 0.021545751, 0.000614311313, 0.012005399, -0.0305166468, -0.0338553786, -0.028301226, 0.0156795662, -0.0120600043, 0.00737173622, 0.00771106966, -0.00567506673, 0.0328256786, 0.0311407093, 0.00455175433, -0.0133393314, 0.0335745513, 0.0174113382, -0.00672427146, -0.0263822339, -0.00516021531, 0.00640443945, 0.00628742762, 0.0322640203, -0.0194395408, -0.000318369275, -0.0231527109, -0.0126918675, -0.0417185649, 0.0199387912, -0.0135655543, -0.00281413086, 0.00367416674, -0.00730542932, -0.00711431028, 0.0791935101, -0.0183942374, 0.00161086081, 0.00799579825, 0.0135655543, 0.0402208157, 0.0288160779, 0.00891629048, 0.0112643242, -0.00861986075, -0.00430603, -0.0144860465, 0.00456345547, 0.000295698264, 0.0118259806, 0.0237455703, 0.0423426293, 0.0176765639, -0.0131365117, -0.00176492624, 0.0343234278, -0.0169120878, -0.0138151795, 0.0166936666, 0.0174893457, -0.0173333306, -0.0130897071, 0.00368001731, 0.0290657021, 0.0155937569, -0.00577647658, -0.0293153264, 0.0174425412, -0.0343546309, -0.0277395695, 0.00669306843, -0.00308520813, -0.0191275105, 0.0240576025, -0.0221074075, -0.01722412, -0.0216393601, -0.0133939376, 0.00996159483, -0.0249312893, -0.00866666529, 0.0106558641, -0.00191899156, 7.73983538e-06, -0.0352907218, -0.00211596116, 0.00684128283, -0.0692709163, -0.0519531853, 0.0254617427, -0.00109600939, -0.00748484721, -0.0586618558, 0.0411257073, 0.00865886454, -0.00646294514, -0.0235895552, -0.0390038937, -0.0221698135, 0.0147980778, 0.0118961874, -0.00730152894, -0.0375685506, 0.035789974, 0.00476237526, 0.034510646, 0.0202040169, 0.00109308411, 0.00580767961, 0.0583498254, 0.00380873028, 0.0217173677, -0.0278175771, -0.0491761081, -0.018472245, -0.0494881421, -0.0173021276, -0.0547614656, -0.00128030288, 0.00955595449, -0.0741386041, -0.0167248696, -0.0580377951, -0.0654017329, -0.0225442518, 0.0152817257, -0.00897869654, -0.0377245657, -0.0129960971, 0.00817521662, 0.0205472521, -0.0178481825, 0.00916591473, 0.0163192302, -0.0181758143, -0.0128946872, 0.0224818438, -0.0242760237, 0.0414065346, 0.0238703825, -0.0105778566, 0.016007198, 0.00851845089, -0.0132301208, -0.0149852959, -0.0026698166, 0.0237455703, -0.0223570317, 0.0317959748, -0.0186750647, -0.0368820839, 0.0130819064, -0.0197671745, -0.0267722737, -0.00979777798, -0.0224974453, 0.0126918675, 0.0362892225, -0.0265850537, 0.0025898586, 0.0109522939, 0.0139633939, 0.0479591899, -0.0267098676, -0.00516801607, 0.0309534911, -0.0263354294, -0.00887728669, 0.00370146963, 0.00618991815, -0.046804674, 0.0117869768, 0.00281218067, 0.0144002382, 0.0580065921, -0.000462196156, 0.016584456, 0.0771965086, -0.0112175196, -0.00753555214, 0.0111005083, -0.0184410419, 0.0257893745, -0.0217017662, -0.0309066866, 0.0157653745, 0.00702850195, 0.0125982575, -0.00537473662, 0.0271935146, 0.0239951964, -0.00108138297, 0.00606120517, 0.0290969051, -0.0159681942, -0.0415313467, 0.00644344324, -0.00740293926, 0.0171773154, -0.00787488651, 0.0201572124, -0.029549351, 0.00925952476, 0.0137683749, -0.0361644104, 0.0339489877, 0.0158355813, 0.0154065378, -0.0146342609, -0.019143112, -0.0123798363, 0.0301110055, -0.0043606353, 0.0358211771, 0.0122160194, 0.0439963937, -0.0203756336, -0.0220294, -0.00598709797, 0.0450885035, 0.0110147, 0.0632487163, -0.0206564628, -0.0391911119, 0.0222634226, -0.0148682846, -0.0121614141, 0.00915811397, -0.0220918059, 0.00743024191, 0.0100083994, 0.0242448207, 0.0173333306, -0.00395304477, -0.00558145717, 0.00846384466, 0.00965736434, 0.0402520187, -0.0268346798, 0.00626792572, 0.00341284066, 0.0239795949, -0.0308754835, 0.0275991559, -0.00329387886, 0.0114203403, 0.0378805809, 0.0207344703, -0.0143690342, 0.0329504907, -0.014470445, 0.0182694234, -0.00170934561, 0.0168028772, -0.0324824415, 0.0120288013, -0.00385163445, -0.0211869162, 0.0417185649, 0.0026698166, 0.0421554074, 0.0108040785, 0.0396279581, -0.0677107573, 0.0129726948, -0.0213273298, 0.0111473128, 0.015461144, -0.00858085696, -0.00927512627, 0.0164908469, 0.0196423605, 0.00134855963, 0.0287380684, 0.0209684931, 0.00536693586, -0.000564093818, 0.00787098613, -0.00727422629, -0.0302670226, 0.0196423605, -0.00606510555, -0.0087212706, 0.0411881134, -0.0138073787, -0.0171149094, -0.0197983775, -0.00849504769, -0.00602220139, 0.0237143673, 0.0368508808, -0.0198451821, 0.00925952476, -0.0337929726, -0.00335433497, 0.0173957366, 0.0322328173, -0.0231839139, -0.0227470715, -0.0396279581, -0.0298769828, -0.0204536412, -0.0298769828, -0.0141116092, -0.0446516573, -0.00526942592, -0.00959495828, -0.00679447828, 0.0349162854, 0.0146576632, 0.00790609, -0.00235583517, -0.0118883867, -0.0128478827, -0.026413437, -0.0187998768, -0.0145328511, 0.0158979874, -0.0128244804, 0.019049501, 0.0230903048, -0.00639273832, -0.033200115, -0.0413129255, 0.0187842753, -0.0142754251, 0.0102892276, 0.00625232421, -0.00736003462, 0.0610332936, 0.00217251689, 0.0273651313, 0.0139867961, 0.0368196778, 0.0176297594, 0.0232151169, -0.00813621189, -0.027661562, -0.0194239393, 0.0525148436, -0.00767986663, -0.00847164541, -0.00896309502, -0.0366324559, -0.0220918059, -0.0696453527, 0.00402520178, 0.00717671635, 0.00833903253, -0.0100708054, -0.0321392082, 0.0277551711, 0.0257893745, -0.0241668131, -0.00206720643, 0.00766036473, -0.0311563108, -0.0133627346, 0.0229810942, 0.014470445, -0.00985238329, -0.0354155377, 0.019626759, 0.00791389, -0.0189090874, -0.00954815373, -0.0160228, -0.0590050928, -0.0044464441, 0.0334809422, 0.0164128393, -0.0216081571, -0.00817521662, -0.029549351, 0.0128166797, -0.0168340802, -0.018347431, 0.0276147574, -0.00177467719, -0.00701680034, 0.0230122972, 0.0217797738, -0.0111629143, -0.011077106, 0.00357470685, -0.0036644158, -0.015110109, -0.00700899959, -0.00230513024, -0.00789828878, -0.00524602365, 0.015016499, 0.0245724525, -0.0299237873, -0.0108664846, -0.0148058785, 0.00832343102, 0.00277902745, 0.0299081858, -0.0102502238, 0.0488328747, -0.001612811, 0.025165312, -0.00337188668, 0.0260858051, 0.0122862263, 0.00172104686, -0.0156561639, 0.00178540323, 0.00278877839, -0.00814401265, 0.0108898869, 0.00327047659, 0.000577745202, -0.0135889566, -0.0160696041, -0.00274977461, -0.0137761757, -0.0364452377, 0.0155079486, 0.0313747339, 0.00817521662, -0.00577647658, 0.00704410346, -0.00415781513, -0.0282544214, 0.0251185074, -0.0248220786, -0.00495739514, 0.0162568223, 0.0143378312, 0.0123798363, -0.0173021276, -0.00197067182, 0.0170369018, -0.0268658828, 0.0353843346, -0.00811281, 7.86781675e-05, -0.00241824146, 0.00357275666, -0.00498859817, -0.0119663952, -0.0437467694, -0.00882268, 0.00662676152, -0.0396591611, 0.023371134, -0.00541374041, 0.0133237299, 0.0393471271, -0.00750824949, -0.00385358464, 0.00193751848, -0.00854965393, 0.0290657021, -0.0349786915, -0.016007198, -0.0195175484, 0.0268658828, 0.00642784173, -0.0231839139, 0.0385358483, 0.00341284066, -0.0224506408, -0.0231371094, -0.0146264601, 0.00959495828, 0.0352283157, 0.03797419, 0.0458373763, 0.00581158046, -0.0190026965, 0.00352205173, 0.0346666612, -0.0422490165, -0.0109288916, -0.0110849068, 0.0174581427, 0.0280828029, -0.0143066281, 0.00487158634, 0.00734833349, 0.0377557687, 0.00650585, -0.0116543639, 0.00758235715, -0.0193459317, -0.0187686738, -0.00599099835, 0.0107026687, -0.018472245, 0.0261326097, 0.0177545734, 0.0125436522, 0.00477017649, 0.0050393031, -0.0157965776, 0.0168028772, -0.00264836452, -0.0324200355, 0.00345964544, -0.0365076438, -0.00872907136, -0.00289018848, 0.00820642, 0.0277395695, -0.0140258, 0.00661116, 0.0118415821, -0.024556851, 0.0176921673, -0.01411941, -0.0161320101, 0.0106948679, 0.0060066, -0.0322328173, -0.00561266, -0.0128322812, 0.000718159194, -0.00738343736, 0.00533573283, 0.027723968, -0.0206876658, -0.0288004763, 0.0169900954, -0.0123642348, -0.00263471296, -0.0289876945, 0.0376933627, 0.0326384604, 0.0265694521, 0.00107845769, -0.0374749415, 0.0031086104, -0.0136903664, -0.0213273298, -0.00879147742, 0.000150530657, -0.00946234446, 0.0206720643, -0.0141428122, -0.00072254712, 0.0178481825, 0.00442694221, 0.00773057202, -0.00512121152, 0.0404704399, 0.031468343, 0.00861206, -0.00252160174, -0.00490278937, 0.00646294514, -0.0340426, 0.0020535551, -0.00508610765, -0.0160696041, 0.0129960971, 0.0368508808, -0.0164440423, 0.0173645336, 0.0316867642, -0.00413441285, 0.0285352487, -0.00490668975, -0.0427170657, -0.00152310205, -0.0222322196, -0.003465496, -0.00782418158, -0.0234803446, 0.0235895552, 0.0381302051, 0.0233243294, -0.00639273832, -0.00848724693, 0.00619381852, 0.00592079107, -0.0153129287, 0.00448154751, 0.0148760853, 0.00112526235, 0.0218889862, 0.0397839732, -0.00359225855, 0.0276771635, -0.01011761, 0.00417731702, -0.0281608123, -0.0273495298, 0.00720401946, -0.0199075881, 0.00608850783, -0.00252550212, 0.00706750574, -0.0283948351, 0.0479903929, -0.0306258574, 0.0114983479, -0.0104530435, 0.00980557874, 0.00300134975, 0.0125280507, 0.0196735635, -0.0152973272, 0.0312499199, 0.0187998768, 0.0248220786, 0.0407512672, 0.0107494732, 0.0318115763, 0.0126060583, -0.0148058785, -0.0206720643, 0.0098679848, 0.0411569104, -0.0191275105, -0.0272715222, -0.0042670262, 0.0209684931, -0.0217173677, 0.0368820839, 0.0254617427, 0.0361332074, -0.0190807059, 0.0130507033, -0.00433333265, -0.00367026636, -0.00818301737, 0.0169276893, 0.0376309566, -0.0187530722, 0.00866666529, -0.0262886249, 0.00931413, 0.0358523801, 0.0090099, 0.0404704399, 0.0424986444, 0.00618601777, -0.0100942077, 0.0108352816, 0.0153597333, -0.0327008665, -0.00956375524, -0.013573355, -0.0211401097, 0.01472787, 0.0068763867, 0.0170837063, -0.0150086982, 0.000223175404, 0.013799578, -0.0181290098, 0.0112253204, -0.0108118793, 0.034541849, 0.00261131069, -0.0214209389, -0.00100142497, -0.0208904855, -0.0130507033, 0.0229186881, -0.00126080087, 0.0140414014, 0.00727422629, 0.0184878465, 0.0278175771, -0.0106948679, -0.0252589211, 0.00122082187, 0.0282856245, -0.0214209389, 0.0186750647, -0.00685688481, 0.0101878168, -0.000389307621, 0.0060066, -0.0304230377, 0.00421242043, 0.0165532529, -0.0146108586, 0.00964956358, -0.0287692714, 0.0263822339, 0.00226417603, 0.00311446097, -0.0186750647, 0.0094545437, 0.0347602703, -0.0168964863, -0.0175985564, -0.0227158684, -0.017286526, -0.00443864334, -0.0340113975, -0.0160540026, 0.00942334067, -0.00897869654, 0.00140219, 0.0104140397, -0.00691929087, -0.0285040457, -0.0241512116, 0.0153831355, -0.0139477924, 0.0188778844, 0.00402520178, -0.00230903062, -0.00596759561, -0.0212025177, 0.0147512732, -0.00140901573, -0.0108820861, -0.00168496824, -0.0116075585, 0.0207500719, 0.0166000575, -0.005858385, 0.00315346476, 0.025165312, 0.00851065, -0.0152505226, -0.0452133156, 0.0311095063, 0.00229927967, -0.0204536412, -0.00744194305, -0.00706360536, 0.0373813324, 0.0190807059, -0.00340113952, 0.0114125395, 0.0349474885, -0.01562496, 0.031499546, 0.00927512627, 0.0177857764, -0.0293309279, 0.0243696328, 0.0139399916, 0.025352532, 0.0414689407, 0.0298769828, -0.0138463825, -0.0128010781, 0.00133295811, 0.0461182036, -0.00543714268, -0.0149228899, -0.00908790715, 0.0169744939, 0.0294869449, 0.0226378608, -0.0236519612, -0.0478967838, -0.0162100177, -0.0377869718, -0.0100786062, -0.0127776759, 0.0282388199, -0.0265070461, 0.0397839732, 0.00689978898, 0.00223687338, -0.0221698135, -0.00130858063, -0.00882268, 0.0203600321, 0.0100474032, -0.0127386721, 0.00445814524, 0.00884608366, 0.00144314405, 0.00257035671, 0.0187218692, 0.0506114513, -0.013830781, -0.019657962, -0.00482088141, -0.0499249846, 0.00771887088, -0.0143924374, -0.0100083994, 0.00192776741, -0.0122784255, 0.00248844852, 0.00922052097, 0.00531233056, 0.00758625753, -0.0114671448, -0.00543714268, -0.00173957366, 0.00316126551, -0.0352283157, -0.0327008665, -0.000856623054, 0.00792169105, 0.00590909, -0.0414065346, 0.00483648293, -0.00969636813, -0.0260702036, 0.00468436768, -0.01571857, -0.0189714935, -0.00423582271, 0.00876027439, 0.0175985564, 0.0310314987, -0.029611757, 0.00983678177, -0.0124500431, 0.030189015, -0.0231995154, 0.0105076488, 0.0239951964, 0.00682178093, -0.0249780938, -0.0166312605, -0.0118025783, -0.00416951627, -0.0164440423, -0.0143612335, 0.0183630325, -0.00408370793, -0.00151627639, 0.00170739542, -0.0060066, -0.00210035965, 0.0198919866, 0.00181465619, 0.0217485707, 0.00858085696, -0.00310471, 0.00822202116, -0.0295961555, 0.00245724525, -0.00025279398, 0.0123798363, 0.00192484213, -0.00564776408, -0.0113735357, -0.00586228538, -0.00290383981, -0.0132847261, -0.00122862263, -0.0174113382, 0.0328568816, -0.00642784173, -0.0213741343, 0.000739123789, -0.0113735357, -0.00808160659, 0.056602452, 0.0169588923, -0.0367884748, -0.0143144289, 0.00103067793, -0.0153753348, -0.0141740153, 0.000496080786, 0.00821422, 0.000603097724, 0.00739903888, 2.59772023e-05, 0.0327944756, 0.0120210005, 0.00532403169, -0.0226222593, -0.000159915973, 0.0304698423, 0.00821422, -0.0210465, -0.017255323, 0.00766036473, 0.0243852343, 0.00933753233, 0.0184878465, -0.00556975603, -0.00756675564, 0.0142208198, 0.0019121659, -0.0115607539, 0.00769156776, -0.00884608366, 0.0265538506, -0.00501200045, -0.0145250503, 0.0595355444, -0.00359810935, -0.012387637, -0.01011761, -0.0247908756, -0.0110068992, -0.00327827735, -0.00571407052, -0.0383486301, 0.0105076488, 0.0147512732, -0.0174581427, 0.0152427219, 0.0125280507, -0.00264251372, -0.000708408246, 0.0173177291, 0.0375061445, 0.0120834066, -0.0141116092, -0.0130897071, 0.00429042848, -0.0194863454, -0.0224038363, -0.0142364213, -0.0121614141, -0.0252589211, -0.0216861647, -0.0170213, -0.0241200086, -0.00477407686, -0.00526552554, -0.0072898278, 0.0195331499, 0.0124656446, -0.0125124492, 0.0142832259, 0.0238703825, 0.000654290314, -0.0102892276, -0.0142676244, -0.0116387624, 0.0089864973, 0.00385553483, -0.00137683749, -0.00287848734, 0.000273027254, -0.0313279293, 0.0393783301, -0.000165035221, -0.0176609624, -0.0161008071, -0.00948574673, 0.0161476117, 0.0124266408, 0.00728202704, 0.0164440423, -0.0054332423, -0.0248688832, 0.00528502744, -0.00353570306, -0.00427482696, 0.00720401946, -0.0394719392, -0.0376621597, 0.00823762268, 0.00633813301, 0.00415781513, -0.0025469542, -0.00350449979, -0.0192055181, 0.00238898862, -0.0241512116, -0.0108508831, 0.0163504332, 0.029549351, 0.0142520228, -0.0274899453, 0.0236519612, -0.00720011909, -0.00271857134, -0.0121926172, -0.0241200086, 0.00931413, 0.0330128968, 0.0107416725, 0.0188154783, 0.0122082187, -0.00181758148, -0.00164791453, 0.00517971721, -0.00672427146, -0.0140570039, 0.00823762268, 0.0125046484, -0.0133393314, 0.0149228899, -0.00705190422, 0.0158121791, 0.00934533309, 0.00345574506, -0.00291359099, 0.00586228538, 0.0100786062, 0.00347134657, 0.0170525033, 0.0178481825, 0.0102658253, -0.0178793855, -0.0131131094, 0.0201416109, 0.00493009202, 0.041812174, 0.0410008952, -0.00644344324, -0.0325136445, -0.0220918059, 0.0134797459, 0.0102190198, 0.0291437097, -0.0385358483, 0.0117791761, -0.00594029296, 0.0228406806, -0.0219825953, 0.0205160491, 0.0143612335, 0.0258517805, -0.0277707726, -0.00461026048, -0.00197554729, 0.00711041, -0.0401272066, 0.00328997849, -0.0203132275, 0.0121848164, -0.000961933518, -0.00314176362, 0.00293114269, 0.024588054, 0.0113267312, 0.00548784807, 0.00306375581, 0.0224506408, -0.0101644145, 0.000220615781, 0.00171324611, -0.0235427506, -0.00430603, -0.0238079764, -0.00526552554, -0.00968076661, -0.0127464728, -0.0252745226, -0.00805040356, -0.0186750647, -0.00296039553, 0.0232931264, 0.0174113382, -0.00739903888, -0.0175517518, 0.00182050676, -0.0280516, -0.00616261549, -0.035727568, -0.0129180895, 0.0432475172, 0.00674767373, 0.000308130751, 0.0126606645, -0.000906840549, -0.00657995697, 0.0275211483, 0.00322757219, 0.000863936264, 0.00844044238, -0.0171617139, 0.0248532817, 0.00297599705, -0.0166312605, 0.00507050613, 0.0363516286, 0.00433723303, -0.00328217773, 0.0465238467, -0.0256333593, -0.0169744939, -0.0131287109, 0.00755895488, -0.0369132869, 0.0127854766, -0.00191509118, 0.00416561589, -0.0084560439, 0.0133081283, 0.0237611718, 0.03797419, 0.0322328173, 0.0126840668, -0.00323342276, -0.0155157493, 0.0117245708, -0.0105778566, -0.0068958886, -0.00364881428, 0.0341362096, 0.0169120878, 0.0299549904, -0.00824542344, -0.0281920154, -0.000314956444, 0.0136201596, 0.00961836055, -0.0134719452, 0.00727422629, -0.00404080329, -0.00115841569, 0.00666576531, -0.0288472809, -0.00730152894, -0.00162548723, -0.0142832259, 0.000989236287, -0.0248376802, -0.0140882069, 0.0148682846, 0.0140570039, 0.00578817772, -0.0384734422, -0.00112721254, 0.0218733847, -0.0111239105, -0.00938433688, -0.00664626341, -0.0200324, -0.00330753019, -0.0328256786, 0.00406030519, 0.0183006264, 0.0263822339, -0.00822202116, -0.00865106378, 0.00867446605, -0.00323342276, -0.00276147574, 0.00753555214, 0.00410711, -0.00643564248, -0.00980557874, -0.0101566138, -0.00309495907, -0.0103282314, -0.0155703546, -0.00514461379, 0.00270882039, 0.0360708, -0.0269906949, 0.032014396, 0.00615481427, -0.0169744939, 0.0311251078, -0.0220762044, 0.00799579825, -0.00255280477, -0.0145094488, 0.0187218692, -0.0102814268, 0.0403768308, -0.0136825657, 0.0103672352, -0.00991479, 0.000694269314, 0.00128712854, -0.0158511829, -0.00164498924, 0.00160598534, -0.00140023977, -0.0129102888, -0.0206096582, 0.0204848461, -0.00617821701, -0.0171617139, -0.00915031321, 0.00308130775, -0.0105388518, 0.00916591473, -0.00768766738, 0.0111005083, -0.0171461124, -0.00404860405, -0.0263198279, -0.0050198012, 0.0153285302, 0.000335677265, 0.000805430405, 0.0083078295, 0.0138697848, -0.0328880847, 0.0202040169, -0.0124578439, 0.0284260381, -0.00767206587, -0.00410711, -0.0114593441, -0.00115159, -0.022793876, 0.0421866104, -0.0254461411, 0.000315200217, -0.0118961874, -0.015078905, 0.00195312, 0.0332937241, -0.0280359983, -0.0122550232, -0.00997719634, -0.0121926172, 0.0298301782, 0.00523822289, -0.00279852934, 0.0330128968, 0.0210152976, -0.0115217501, 0.010148813, -0.0087212706, -0.0182070173, -0.00469216844, -0.0219045877, 0.0110537037, -0.0292997248, -0.0484272353, -0.014150613, -0.00575307431, -0.00702460157, 0.00558145717, 0.00232658233, -0.00952475052, 0.0132691246, -0.0129414918, 0.0156093584, -0.0110068992, 0.000876124948, 0.00310471, -0.0194239393, -0.0137371719, -0.0180041976, -0.0350723, 0.0144782458, -0.0348226763, -0.00586228538, -0.00825322419, 0.00553465262, 0.00584668387, -0.0137293711, 0.0198451821, 0.000336408586, -0.00697779655, 0.0123330317, 0.0134563437, 0.00917371549, -0.0489264838, -0.0206720643, -0.0150711043, -0.0013544102, -0.0208280794, 0.0157263707, 0.0504554361, 0.00629522838, 0.0067905779, 0.0260858051, -0.0176921673, 0.0194707438, -0.029580554, 0.0116465632, -0.0180354, 0.00668916805, 0.0311563108, 0.00233828346, 0.000413928821, -0.0232151169, 0.00153870357, -0.0086276615, 0.00412271172, 0.0164752454, 0.00849504769, -0.0255241487, 0.00529282866, -0.00883048121, 0.00105310511, -0.0201572124, -0.00545664458, -0.00312031154, -0.0126840668, -0.00330167962, -0.0235739537, -0.0347290672, -0.0322640203, -0.0334497392, -0.000684518367, -0.00271467096, 0.00894749351, -0.00542934192, 0.0237923749, -0.0291749127, -0.00780077884, -0.0104218405, 0.00280633, 0.00175907568, -0.0123408325, 0.00710260915, 0.0169120878, 0.00322172162, 0.0161788147, 0.0139087886, -0.00626012497, 0.0111161098, -0.000829320285, -0.00464536389, 0.00576477544, -0.00681008, -0.0147200692, -0.0231059063, -0.00549564883, -0.0169588923, 0.0242136177, -0.0054644458, 0.00141291611, -0.00954815373, 0.017286526, 0.00886168517, 0.0397839732, 0.00433333265, -0.000178564704, 0.0120132, 0.00798409712, -0.0142130191, -0.0127230706, 0.000597247155, -0.0216549616, 0.020297626, -0.0171773154, -0.0154143386, -0.00960275903, -0.0141038084, 0.0102346223, -0.0166312605, -0.00373852323, -0.00579987885, 0.0116699655, -0.00536693586, 0.0603156202, 0.00309885945, 0.00347134657, -0.0151803158, 0.000542154128, 0.00562826172, 0.0168808848, -0.0028492345, -0.0192367211, -0.0183162279, 0.0133939376, 0.00766426511, 0.0121302111, -0.00144021877, -0.0102268206, 0.00721962098, 0.00721962098, 0.00769156776, -0.00686078519, -0.00287068659, 0.0237143673, -0.0217485707, 0.0078202812, -0.00146947172, 0.0120834066, -0.016615659, -0.000285703514, -0.0117401723, -0.0128790857, 0.0121224103, 0.00383213256, -0.0187686738, -0.0179573931, -0.0223102272, 0.0176453609, -0.00892409123, 0.0174737442, 0.0250248984, -0.0306102559, 0.012613859, 0.0233243294, -0.0152661242, -0.00624452345, -0.0205160491, -0.0143066281, 0.00506660575, 0.0211713146, -0.00160013477, -0.020297626, 0.0135499528, 0.03143714, 0.00849504769, -0.0049339924, 0.0275211483, 0.000845896953, -0.0210152976, 0.0177389719, 0.01571857, 0.00936093461, 0.0134173399, 0.00385553483, -0.0104920473, 0.00792169105, 0.0119195897, -0.00960275903, 0.0157263707, -0.00626012497, -0.0057725762, 0.0153831355, -0.00327827735, -0.00245529506, -0.00727032591, 0.00295454497, 0.00168594334, 0.0288628824, -0.00106090587, 0.0164440423, 0.000834195758, -0.00811281, -0.00010628561, 0.0227470715, 0.000456833106, 0.0185190495, -0.000925367407, -0.0107338717, -0.00482868217, 0.00569066824, -0.000962421065, 0.0124188401, 0.00210621022, 0.028363632, -0.002073057, -0.00634203339, -0.00902550109, 0.000244871335, -0.0176141579, -0.00921272, -0.0285976548, 0.0124656446, 0.00793339219, 0.0213117283, -0.0122004179, 0.00242019165, -0.0162412208, -0.0093063293, -0.00504710386, 0.0134173399, 0.0132067185, 0.00655265432, 0.00351425097, -0.000417097879, -0.00345769525, 0.000313250028, -0.0166312605, -0.00917371549, -0.00320221973, 0.0131443124, 0.00609240821, -0.0147824762, -0.0043606353, -0.024042001, -0.00928292703, -0.0113735357, -0.0161476117, 0.0181134082, 0.018378634, -0.0427170657, 0.012933691, 0.00631083, 0.00429432886, -0.0151335113, 0.0146888662, 0.0105622541, -0.00414221361, -0.00805820432, 0.0103282314, 0.0201728139, 0.0217329692, -0.0139321908, 0.00751215, 0.0125124492, -0.00578427734, 0.0083624348, 0.000918054138, -0.00219396898, 0.0107728755, 0.0230747033, -0.00369171868, 0.0110849068, 0.00448544789, -0.00384578388, -0.0028687364, 0.00291749137, -0.0109210899, -0.015944792, 0.019657962, -0.00345964544, -0.0155391516, -0.0175985564, -0.0206720643, 0.0046804673, 0.00816741586, -0.00236363593, 0.00936873537, 0.00885388441, 0.00805820432, 0.0139555931, 0.0224818438, 0.00433723303, 0.0171305109, 0.00842484087, -0.00457905699, -0.0384734422, -0.0183318295, 0.0219045877, 0.00198529824, 0.00561266, -0.0106168604, 0.0020906087, -1.37884863e-05, -0.0223258287, -0.00102775265, -0.00231098081, -0.0285352487, -0.00161183591, 0.0255085472, 0.02343354, 0.000359567144, -0.0171929169, -0.0154767456, 0.00523822289, 0.0368196778, -0.00336993649, 0.00466876617, -0.00991479, -0.018503448, 0.0108352816, -0.00530062942, -0.013830781, -0.00351815135, -0.0251809135, -0.00707920687, -0.0248844847, 0.00115256512, -0.0272559207, -0.012387637, -0.0211089067, 0.00811281, -0.0133393314, 0.0122784255, -0.0270375, -0.0100083994, 0.014470445, 0.0273183268, -0.0162412208, 0.028972093, -0.0076486636, -0.0238703825, -0.0118181799, -0.00234608422, 0.00729762856, -0.000998012139, -0.00143924367, -0.00840923935, -0.0174581427, 0.0153441317, -0.000570431934, 0.00687248632, 0.0114671448, 0.00111941178, -0.00475847488, 0.0256957654, -0.0137683749, 0.0295649525, 0.00686858594, -0.00927512627, 0.006131412, -0.0166780651, 0.0012334981, 0.00234803441, 0.00628742762, 0.00634593377, 0.00265616528, 0.0278019756, 0.00675157411, -0.0025469542, 0.0131053086, 0.00299549918, 0.0168964863, -1.99590231e-05, 0.0111629143, 0.00829222798, -0.0139477924, 0.0133315306, 0.00247869757, 0.00295844534, 0.0353843346, -0.0148292808, -0.00212571234, 0.00839363784, -0.0113501335, -0.00526552554, -0.0125904568, -0.0205628537, 0.0177389719, 0.00327827735, 0.00469216844, 0.0113111297, -0.00126567634, -0.00261716126, -0.000921954575, -0.0130117, 0.00554245338, -0.00158745854, 0.00209255889, 0.00455175433, -0.00604560366, 0.0207656734, 0.00723912288, -0.00608070707, 0.00698169693, 0.0113033289, 0.00123057282, -0.0235895552, -0.00279852934, -0.00410711, -0.0339177847, 0.0425922535, -0.00649414817, 0.0142676244, 0.0249156877, 0.0121302111, -0.00163036282, 0.0129492925, 0.0187530722, 0.0209840946, -0.00772277126, 0.0025099006, 0.0304074362, 0.00854965393, -0.019813979, 0.00872907136, -0.0141896168, 0.022793876, 0.00440353947, -0.019626759, 0.0267098676, 0.0216393601, -0.016584456, 0.0187842753, -0.000380287966, 0.016615659, 0.0164284408, 0.0046999692, 0.00965736434, 0.00542934192, -0.00638883794, 0.00927512627, -0.00847164541, 0.0233243294, 0.00665016379, 0.000665503961, 0.00464536389, -0.00237728725, -0.00924392324, -0.0110537037, -0.0107026687, 0.0146888662, 0.0196111575, 0.00648244703, 0.0145484526, 0.00326072564, 0.00295259478, 0.0218889862, -0.0232619233, -0.0143378312, 0.0103048291, 0.0034479443, -0.0167560726, 0.0203912351, 0.0107104694, -0.0209840946, -0.000698657241, -0.0304854438, -0.0288316794, -0.0133393314, -0.00370146963, 0.00260351, -0.0184098389, -0.00809720811, -0.00802700128, -0.00522262137, 0.00996939559, -0.00665796455, -0.0109054884, -0.0207188688, 0.0162568223, 0.00541764079, 0.00247089681, -0.00806600507, -0.0027868282, 0.0156483632, -0.0130741056, -0.0206408612, -0.0114359418, 0.0127776759, -0.00262886239, -0.0182694234, 0.0142130191, 0.0218733847, -0.00915031321, 0.0106246611, 0.00281218067, 0.0036078603, 0.00051436387, 0.0160852056, 0.0170837063, 0.0124968477, 0.00588568766, -0.0105700549, -0.00745754456, -0.00554635376, -0.0192367211, -0.00345184468, -0.0100786062, -0.00827662647, -0.000170154482, -0.00928292703, -0.00144021877, 0.0103984382, 0.00475067412, -0.00439183833, -0.0127074691, -0.00372097152, -0.00891629048, 0.00245139468, 0.0194863454, -0.0171929169, -0.00407980755, 0.0111161098, 0.00578817772, -0.00622892193, 0.0117011685, -0.000121094905, -0.00624842383, -0.00168594334, 0.0259297881, -0.00996939559, -0.0205940567, 0.00929852854, 0.01322232, -0.0200011972, 0.0146810655, -0.00464146351, 0.0292841233, -0.0109366924, -0.00352400192, 0.0155625539, 0.00194824452, -0.00708700763, -0.000105859006, 0.00343429297, -0.000113781673, 0.0292217173, -0.00585058425, -0.00859645847, 0.0137059689, 0.0287692714, -0.00949354749, 0.00611581048, 0.000704020262, 0.0219825953, 0.0416561589, -0.00337773724, 0.0109756961, 0.00227977755, 0.000977047603, -0.00536693586, -0.00417731702, -0.025321329, -0.00322367181, -0.0225130469, 0.00328607811, 0.0119585935, -0.00420852, 0.000114817711, 0.0115373516, 0.00562436134, -0.0165532529, -0.00776567543, 0.0242604222, 0.0222322196, -0.0138697848, -0.0155235501, -0.0160540026, -0.0342922248, 0.00519141834, -0.021545751, -0.0129258903, 0.0073951385, -0.0116543639, 0.000425386213, 0.00542934192, -0.0150633035, 0.00915031321, 0.00971977, -0.00244359393, 0.00989918876, 0.00938433688, 0.0209216885, -0.0152271204, 0.0292217173, -0.00561266, 0.0110849068, -0.0266630612, 0.011942992, 0.0266318582, 0.00605340442, 0.0289564915, 0.0252901241, 0.00569066824, -0.0122394217, 0.0167872757, -0.0117089693, -0.00716111483, 0.00318466802, 0.00876807515, 0.0142832259, -0.0132457223, 0.00669306843, 0.0128946872, -0.00253135269, 0.00389843923, 0.018955892, -0.015078905, 0.00774227316, -0.00340699, -0.00724692363, -0.0177233703, 0.00293309288, 0.00949354749, 0.00311251078, -0.00591689069, -0.00750434911, -0.0177857764, -0.0143534327, 0.00955595449, -0.0138541833, -0.011428141, -0.0207188688, -1.38037221e-05, 0.018472245, -0.00420461968, 0.0214521419, -0.0234959461, 0.00432163151, -0.00189071381, 0.00503150234, 0.00565946521, 0.0194083378, -0.00641614059, -0.000589933887, -0.000419048098, 0.00250014965, -0.00786708575, 0.00380873028, -0.00603390252, -0.0235583521, 0.0166936666, -0.00437233644, -0.0210465, 0.00465706503, -0.00144899462, -0.00846384466, -0.0120912073, -0.0105076488, -0.0227782745, 0.00521092024, -0.00860425923, -0.00210230984, 0.00646684552, -0.00317101669, 0.00558145717, 0.0138541833, 0.00365076447, 0.00491449051, 0.024494445, 0.000525577459, -0.0173489321, -0.024556851, 0.00475067412, -0.005538553, 0.0350410976, 0.0105700549, -0.0065565547, -0.0131989177, 0.00457125623, -0.0300798025, -0.00240068976, -0.00223102281, 0.0141896168, 0.000762526121, -0.024042001, -0.00011646319, -0.0147044677, 0.00738343736, 0.0148682846, -0.0116933677, -0.0044152406, 0.000926342502, 0.0173645336, 0.0031086104, -0.00880707894, 0.0171461124, -0.0185190495, -0.0221074075, -0.00753555214, -0.011365735, 0.0208280794, 0.00204575434, -0.0161944162, -0.0341362096, -0.0170993079, -0.016584456, -0.00892409123, 0.00167131692, 0.024650462, -0.0160228, 0.00526162516, -0.00869786832, 0.0317647718, 0.00529282866, -0.0145796556, -0.00517971721, 0.0159681942, 0.0141272107, -0.00670086918, 0.023402337, -0.00041514769, 0.012387637, -0.00394914439, 0.00743804267, 0.0109834969, 0.0121458126, -0.00695829466, -0.000464146346, 1.33694984e-05, -0.0184878465, -0.0042007193, 0.00819861889, -0.0355715528, -0.0068958886, 0.00209840946, -0.00912691094, -0.00648244703, -0.00291554118, 0.0042670262, -0.0140023977, 0.0155703546, 0.00737173622, -0.00255475496, -0.00255475496, 0.00473117223, -0.00937653612, 0.0186126586, 0.0207344703, 0.00636153528, 0.0133159291, -0.0069699958, -0.00911911, -0.015975995, -0.00678667752, -0.0126918675, 0.0101410123, 0.00127737748, 0.000795679458, -0.0248688832, 0.00100825063, -0.00215496519, -0.00148409815, -0.000421729608, -0.0132457223, 0.0104452427, 0.0128010781, -0.0244164374, 0.00128615345, -0.00234803441, -0.0149228899, 0.0174269397, -0.00429042848, -0.0203756336, -0.0162100177, -0.00316516613, 0.00448934827, -0.0101566138, 0.0111707151, -0.0101644145, 0.0139633939, -0.00642784173, -0.00182635733, -0.00232073176, -0.00567506673, -0.00583498273, 0.0139399916, -0.0209684931, 0.0101332115, 0.00693099201, -0.0155001478, 0.0225598533, -0.00203990377, 0.00306960638, 0.0102970283, 0.00596759561, 0.0136669641, 0.0139555931, 0.00214326405, 0.0112487227, -0.0235739537, 0.00383213256, -0.00990698952, 0.0124188401, -0.0091347117, 0.00125982577, -0.00231488119, -1.79174131e-05, -0.00761746056, 0.0074497438, -0.0141350115, 0.01792619, 0.0283948351, -0.0142442221, -0.00886948593, -0.00271467096, -0.024681665, 0.00688808784, 0.00984458253, 0.00610020896, -0.0262886249, 0.0219513923, -0.00876027439, -0.00554635376, -0.00750824949, 0.0379117839, 7.72155254e-05, -0.0190026965, 0.00916591473, -0.0242604222, -0.0044464441, 0.0229654927, 0.0257269684, -0.0105856573, -0.00870566908, -0.0117713753, -0.0108664846, -0.0162100177, 0.000985823455, -0.000215984066, -0.0134407422, -0.0131677147, 0.0100942077, -0.000948769739, -0.00350059941, -0.00276537612, 0.00375802512, -0.00260351, 0.00412271172, -0.00650585, 0.0149696944, 0.0105622541, 0.0156093584, -0.0060378029, 0.0159291904, -0.0213741343, 0.00759795867, 0.00828442723, 0.00466876617, 0.00717671635, 0.000406128034, 0.00519531872, 0.00228952849, 0.00257035671, 0.00741464039, -0.00888508745, 0.0244632419, 0.0112955282, -0.010180016, -0.00390819041, -0.0100942077, -0.0177233703, 0.00562046096, -0.00361371087, -0.00120522035, 0.0376621597, 0.00565556483, -0.00126177596, 0.00382628199, -0.0119585935, 0.00147044682, 0.0283168275, -0.00129882968, -0.0048793871, 0.0168964863, 0.00968076661, 0.0205004476, -0.0075745564, 0.00908010639, 0.00725862477, -0.0174425412, -0.0152037181, -0.0161632132, 0.000419291871, -0.0188310798, 0.00723132212, 0.0200792048, -0.00614701351, -0.0162568223, 0.0107338717, 0.010180016, -0.0235427506, 0.00532013131, -0.0183942374, 0.0112019181, -0.0238703825, 0.0123174302, 0.0296741631, 0.00569456862, 0.0139633939, -0.0140258, -0.00568676786, 0.000417829229, -0.0130273011, -0.0118025783, 0.00472337147, 0.00808940735, -0.0166000575, -0.00538253738, 0.00130760553, -0.0291749127, -0.00206135586, 0.0154767456, -0.00915031321, -0.0400960036, 0.0144470427, 0.000767889142, 0.000473409775, 0.00632643141, 0.0104764458, 0.0232151169, -0.0191275105, 0.0288160779, -0.0013934141, 0.0119975982, 0.00661116, -0.0302670226, -0.00204185396, 0.000552392623, -0.000319831946, -0.0265538506, -0.00652535167, 0.00764086284, -0.00249429909, -0.00627572648, 0.0224194378, -0.00879927818, -0.0111239105, -0.00364296371, -0.00320221973, 0.0048598852, -0.00149384909, -0.00670086918, -0.00685298443, 0.00657215621, 0.0249000862, 0.0067905779, -0.0317647718, 0.00319636916, 0.0233867355, 0.00488328747, 0.010086407, -0.00383018237, 0.00844824314, 0.0243852343, 0.00865886454, -0.0059831976, -0.00986018404, -0.0311251078, -0.0177077688, -0.0109600946, 0.0177857764, -0.00618211739, 0.0151179098, 0.013861984, 0.0161320101, 0.01722412, -0.0206408612, 0.0100630047, -0.0229030866, 0.0317023657, -0.0154299401, -0.00224857451, -0.0229186881, 0.0102268206, -0.0123174302, 0.000756188, 0.00556975603, -0.0243852343, -0.0269594919, -0.00849504769, 0.00030739943, 0.00764476322, 0.00769156776, 0.0195799544, -0.00987578556, -0.00422802195, -0.00333873346, 0.00840923935, -0.00982898101, 0.028972093, 0.00517581683, 0.00183513318, -0.0201104078, 0.00598709797, 0.00961056, 0.0210309, 0.0340113975, 0.00865886454, -0.00833903253, -0.000728885294, 0.017863784, -0.012005399, 0.00834683329, -0.00381263066, -0.00107943278, -0.00764086284, 0.00149969978, 0.0180510022, -0.00775787467, 0.0100240009, -0.0279735923, 0.0064707459, 0.0187062677, 0.0186438616, 0.0213117283, 5.28076162e-05, 0.0138229802, -0.00454395358, -0.0217797738, -0.0172397215, -0.000413928821, 0.00953255128, -0.0329504907, -0.0398775823, 0.0312967263, 0.00492619164, -0.000574819918, 0.0156327616, -0.0107026687, -0.0208124779, 0.0101722153, 0.000673792267, 0.00307155657, -0.0108430823, 0.0231371094, -0.0284884442, -0.0160852056, -0.00139536429, 0.00493789278, -0.00491839088, 0.0163192302, -0.00685298443, 0.0164908469, 0.00162743754, 0.000427092629, -0.00554245338, -0.0173801351, 0.00419681892, 0.00439963909, -0.0112253204, -0.0198919866, -0.00162548723, -0.00668526767, -0.0149306906, -0.000289847696, -0.0182070173, -0.0130585041, -0.000592859171, 0.017863784, -0.0134953475, -0.0210933052, -0.0197983775, 0.00106773165, -0.00311056059, -0.0379117839, -0.0129180895, -0.00445034448, 0.0114359418, 0.000258400803, -0.0107962778, -0.0147824762, -0.00445424486, -0.00812841114, 0.0147122685, 0.00430603, -0.0217173677, 0.00661896076, -0.00277512707, -0.0340738036, -0.0144080389, 0.0262886249, -0.00778517732, 0.0100162, 0.0278799832, 0.0208280794, 0.00438403757, -0.0151491128, 0.038286224, -0.012067805, 0.00149482419, -0.00555415452, -0.0148916868, 0.0200324, 0.0118181799, -0.0129258903, 0.0160852056, -0.0012559254, 0.0113579342, 0.0105388518, 0.00996939559, -0.0105154496, 0.0110068992, 0.0271779131, -0.0181758143, -0.0107104694, -0.0186906662, 0.013893187, -0.0113345319, -0.00398814818, 0.002232973, 0.0203600321, 0.000253281527, -0.0191899166, 0.00885388441, -0.004465946, -0.0159369912, 0.007523851, 0.0241980162, -0.0023675363, -0.00341479084, 0.0104140397, 0.000346159562, 0.00977437571, 0.000387844979, -0.0127932774, -0.01472787, -0.00847164541, -0.0237611718, 0.0274275392, 0.0142208198, 0.0284728426, 0.00692709163, 0.00236558612, 0.0070129, 0.0210621022, -0.00676327525, -0.0216237586, 0.00918151625, -0.00409930944, 0.0129648941, -0.00347329676, -0.0245724525, 0.0249312893, 0.015367534, 0.00438403757, -0.0202508215, -0.0134875467, 0.024588054, -0.000604560366, 0.00418901816, -0.00240264, -0.0149462922, 0.00483258255, 0.0353531279, -0.0093999384, -0.00625622459, -0.00398814818, -0.00936093461, 0.016007198, -0.00699729845, 0.00547614694, 0.00112818764, -0.00621332042, -0.0174425412, -0.00524212327, 0.00771887088, 0.0207968764, 0.0127854766, -0.0238391794, -0.0170369018, 0.0133003276, -0.000343721826, 0.004465946, -0.02093729, 0.00339723914, 0.00272052153, 0.0142754251, -0.00240459014, 0.0129726948, 0.00195312, -0.00922832172, 0.0157263707, 0.0153753348, 0.0152037181, -0.00367611693, -0.0236987658, -0.00140023977, -0.0105388518, -0.00137683749, 0.0194707438, -0.0166780651, 0.01411941, -0.01722412, -0.0224350393, 0.0307662711, -0.0254461411, 0.0432475172, -0.0120522035, 0.0171773154, 0.000789828831, -0.00524992403, 0.030095404, 0.00753165176, -0.00394914439, -0.0207812749, 0.0185658541, -0.0107104694, 0.00533573283, 0.00177662738, 0.0037248719, -0.00111161103, -0.00585448463, -0.0174269397, 0.00214911462, 0.00148214796, -0.00805820432, -0.00562436134, 0.0116387624, 0.0174737442, -0.0226690639, -0.010788477, -0.0194395408, -0.00663846266, -0.0104296412, -0.0107104694, 0.00104822963, 0.00921272, 0.00420461968, -0.0130819064, -0.0125748552, -0.0191275105, 0.00287653715, -0.0054527442, -0.00204185396, 0.00672817184, 0.005698469, -0.00293504307, -0.00467266655, 0.0114593441, 0.00406030519, 0.0175205488, 0.00934533309, -0.00525772478, -0.0264602415, -0.00937653612, -0.016007198, -0.018347431, -9.04402768e-05, -0.0232931264, -0.0237611718, 0.0108352816, -0.0163660347, -0.010726071, 0.00491839088, 0.00304230372, 0.00306180562, -0.0148760853, 0.00537083624, 0.000847847143, -0.00270101964, 0.0114827463, 0.0166936666, 0.00318271783, 0.0142676244, 0.0243852343, 0.00694659352, -0.0174425412, 0.0024494445, 0.00130760553, -0.00682568131, -0.0189714935, 0.016615659, -0.00817521662, 0.022762673, -0.00132808264, -0.00114378915, -0.00251380098, 0.0152817257, 0.00440744, -0.0114437426, 0.0192211196, -0.0387230664, 0.00281413086, -0.00679837866, 0.00295649515, -0.0135031482, -0.0141584137, -0.000343234278, 0.0025898586, -0.00994599331, -0.0115451524, -0.00851845089, 0.0200480018, -0.015975995, -0.0027263721, 0.0309066866, -0.00372877228, -0.00192191685, 0.00195702049, -0.0160540026, 0.00234803441, 0.00340308971, -0.00942334067, -0.00399204856, -0.0212181192, -0.0133939376, -0.00503540272, -0.0007771526, 0.00967296585, -0.00808160659, 0.00438403757, -0.0169432908, 0.0131755155, 0.0255085472, -0.0164128393, 0.0121614141, 0.0249780938, -0.0180198, 9.5742369e-05, 0.0197671745, 0.00192581723, -0.00727032591, -0.00361176068, -0.0206720643, -0.00723912288, -0.043091502, -0.0201260094, 0.00120912073, -0.0175517518, 0.00460245972, -0.0186750647, 0.00248844852, 0.00159623439, 0.00961056, -0.00105115492, -0.0122004179, -0.0105544534, 0.0108508831, -0.0117245708, 0.000145777056, 0.0283792336, 0.00631863065, -0.0216705631, 0.00209840946, 0.019782776, -0.014759074, -0.0132379215, 0.00356105552, -0.0037248719, 0.00992259104, 0.00757065602, -0.0256801639, -0.0235583521, 0.00164401415, 0.00798019674, 0.0154689448, -7.94094885e-05, -0.0080426028, -0.02894089, -0.00221152091, 0.00237533706, 0.000734735862, 0.0196423605, -0.0121614141, 0.0207968764, -0.0251497105, 0.0208904855, 0.0111395121, -0.00719231786, -0.0141584137, 0.00932973158, 0.0140492031, 0.0116231609, -0.0158433821, -0.0159135889, -0.00523042213, -0.000111282985, -0.00920491945, 0.020874884, -0.00305985543, -0.0161320101, -0.0100083994, 0.0186126586, 0.0137215704, 0.010148813, -0.018378634, -0.0083078295, 0.0187218692, -0.00323147257, -0.00502370158, -0.0250873044, 0.0031885684, -0.0068763867, -0.012551453, 0.012067805, 0.0100083994, 0.00952475052, -0.00744194305, 0.0519843884, 0.00591299031, 0.0316867642, 0.01171677, 0.00880707894, 0.00321587105, 0.0064707459, 0.00573747279, -0.00503150234, -0.0118961874, 0.000320563267, -0.0106792664, -0.0179573931, 0.0242136177, -0.00269321888, 0.0122550232, -0.031983193, 0.00607680669, -0.00498079741, -0.0103516337, -0.0110303015, -0.0175985564, -0.0137605742, -0.0184254404, 0.0105154496, 0.00476237526, -0.0197203681, -0.0266162567, -0.0140023977, -0.0179417916, -0.0220762044, 0.0141116092, 0.00410321, -0.0162256192, 0.0331065059, -0.00809720811, 0.0196891651, 0.0149072884, 0.00561656058, 0.00213156291, -0.000724984857, -0.00426312583, 0.0109912977, -0.00136221095, -0.0103360321, -0.00282778242, -0.00281023048, 0.0213585328, 0.0218265783, 0.00769156776, 0.0137059689, 0.00936093461, 0.0171461124, -0.00277317688, 0.0323264264, 0.0153909363, -0.00395889534, -0.00305010448, -0.0126294605, 0.0118961874, -0.0109132892, -0.00767596625, -0.00219591917, 0.0399399884, -0.0142442221, 0.00165474019, 0.00526162516, -0.00750824949, 0.0139087886, -0.0225910563, 0.000893189164, -0.016007198, -0.0130038979, -0.00654875394, -0.0106948679, 0.0152115189, -0.00370537, -0.00176297606, -0.00550344959, -0.0160696041, 0.00633423263, 0.00709090801, -0.0196891651, -0.00350645, 0.00792949181, -0.0257113669, 0.00999279786, -0.00819861889, -0.0247596726, 0.00329582905, -0.00656825583, -0.00759795867, 0.00514071342, -0.00967296585, -0.0272091161, -0.0161008071, -0.0244164374, 0.00738733774, 0.00792169105, -0.0127542736, 0.00503540272, -0.00288238772, 0.0093999384, -0.0017922289, -0.00305985543, 0.000224272386, 0.0146342609, -0.00720401946, 0.00521092024, 0.0131443124, -0.0112331212, -0.000897577091, 0.00489498861, -0.00850284938, -0.000948769739, 0.00755115412, 0.0140492031, -0.00213156291, 0.0121536134, -0.00558145717, 0.00394524401, 0.0134329414, -0.0381614119, 0.0101722153, 0.00666186493, 0.00374632399, -0.00134465925, 0.00863546226, -0.00683348207, 0.00513291266, -0.00811281, -0.00959495828, 0.0159213897, 0.0275367498, -0.0164596438, -0.00733273197, -0.00651755091, -0.00794119295, -0.0196891651, -0.0041266121, -0.0164128393, 0.00743024191, 0.00203210278, 0.00130468025, -0.00635373453, -0.00147239701, -0.0149462922, 0.0160384011, 0.0219981968, 0.0171929169, -0.0162412208, 0.0158433821, 0.0003885763, -0.0107806763, -0.0128634842, 0.00883828197, 0.00324122352, 0.00108528335, -0.010180016, -0.00288823829, -0.00160403515, 0.0124188401, -0.00370146963, 0.0293621309, 0.0106714657, 0.0011554904, -0.0108508831, 0.0137137696, -0.000838583743, 0.000487548677, 0.00652925204, 0.024650462, -0.0149462922, -0.0129258903, -0.0205316506, -0.00124617445, 0.0137059689, 0.00510170916, 0.00672817184, 0.00384383369, -0.0122082187, 0.00345769525, -0.0160540026, 0.0201884154, 0.0238079764, 0.0112955282, 0.000114391107, 0.0136903664, -0.0101020085, -0.00895529427, -0.00109113392, 0.0021705667, -0.00758625753, 2.4255547e-05, -0.0218421798, -0.000679642835, -0.00390624, -0.0074692457, 0.00615481427, 0.00843264163, -0.00435283454, -0.0012559254, -0.016646862, -0.0115763554]
|
10 Jul, 2023
|
HTML5 MathML <mpadded> Tag
10 Jul, 2023
The MathML <mpadded> tag in HTML5 is used to add extra padding and to set the general adjustment of position and size of enclosed contents.
Syntax:
<mpadded attribute="value"> </mpadded>
Attributes:
class|id|style: This attribute is used to hold the styles of the child elements.
mathbackground: This attribute holds the value of the math expressions background color.
mathcolor: This attribute holds the color of the math expressions.
href: This attribute used to hold any hyperlink to a specified URL.
height This attribute is used to set the height or increase/decrease the height of the content.
width: This attribute is used to set the width or increase/decrease the width of the content.
depth: This attribute is used to set the depth or increase/decrease the depth of the content.
lspace: This attribute holds the value of the space length before the operator default value is thickmathspace (4.32px).
voffset This attribute is used to set the vertical position or increment that.
Below example illustrates the concept of HTML5 MathML <mpadded> tag:
Example:
html
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML mpadded tag</title>
</head>
<body style="text-align:center;">
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML mpadded Tag</h3>
<math>
<mpadded height="100px"
width="100px"
lspace="height">
<mrow>
<mrow>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo>+</mo>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
</mrow>
<mo>=</mo>
<msup>
<mi>z</mi>
<mn>2</mn>
</msup>
</mrow>
</mpadded>
</math>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML <mpadded> tag are listed below:
Firefox
Safari
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 MathML <merror> Tag/HTML5 MathML <mfenched> tag/HTML5 MathML <mfrac> tag/HTML5 MathML <mglyph> Tag/HTML5 MathML <mi> Tag/HTML5 MathML <mlabeledtr> tag/HTML5 MathML <mmultiscripts> Tag/HTML5 MathML <mn> Tag/HTML5 MathML <mo> Tag/HTML5 MathML <mover> Tag/HTML5 MathML <mpadded> Tag
|
https://www.geeksforgeeks.org/html5-mathml-mpadded-tag/?ref=next_article
|
NextJS
|
HTML5 MathML <mpadded> Tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, HTML5 MathML <mpadded> Tag, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <mmultiscripts> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, HTML5 MathML <mi> Tag, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, HTML5 MathML <mlabeledtr> tag, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML <mo> Tag, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, HTML5 MathML <merror> Tag, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML <mfrac> tag, HTML5 MathML <mn> Tag, HTML5 MathML <mglyph> Tag, Node.js Readable Stream close Event, HTML5 MathML <mfenched> tag, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, HTML5 MathML <mover> Tag, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0470483936, 0.0182229709, -0.0170993395, 0.0284796935, 0.0675906539, 0.00984616578, -0.00652209483, 0.0301651377, -0.000468629238, 0.00746205403, 0.0197931714, -0.0090898769, 0.0147944586, -0.0338529497, -0.00626999838, -0.0151834078, -0.00802386925, -0.000480333721, -0.0166383646, 0.0205566622, 0.00485825818, -0.0353799313, -0.0316633098, 0.0226166509, -0.0252384525, -0.00624839, 0.00679940078, 0.00994700473, 0.0322395302, 0.0562967323, 0.00788701698, 0.00697946968, 0.021968402, 0.0131090144, -0.0219395924, 0.00109391846, 0.00532283587, 0.0236538481, -0.0134115294, -0.0411421359, 0.0170273129, -5.60745721e-05, 0.0116756661, 0.0407675914, 0.0190296788, -0.00867932, -0.0108473487, -0.0205998793, 0.00211580936, -0.0210608561, 0.0183526203, 0.00807428826, 0.0221556742, 0.00442969427, -0.0130441897, 0.00211220793, 0.0181941595, 0.0414878689, -0.00998301804, -0.00790142175, -0.0156443845, -0.0554900244, -0.034688469, 0.0173154231, -0.0359849632, 0.0161917936, 0.00062844035, 0.0316633098, -0.000219008769, -0.0100118294, -0.0331038609, -0.00395791372, 0.00354015408, 0.0250943974, -0.0077717728, -0.0193610061, 0.0282492042, 0.0227463, 0.00756289251, 0.00427483488, -0.0116396518, 0.0135555845, -0.00897463225, 0.0264197048, 0.0407675914, 0.0219395924, 0.0346596576, -0.0310582798, 0.0209023952, 0.00777897518, -0.0103575615, 0.0456654653, 0.0310870912, -0.00349153555, 0.00658331811, 0.0112795141, -0.00305576879, -0.00173676433, 0.00698667252, -0.0145567674, -0.0128857289, 0.0339105688, 0.0192889776, -0.0171281509, 0.0276729837, -2.04124954e-05, 0.0213201549, -0.0249503441, 0.0124463607, -0.00436126813, -0.000571718672, -0.0257714577, -0.0129505536, -0.0181365367, -0.00386067666, 0.0132242581, -0.0152698401, -0.0450028144, 0.024964748, 0.0107176993, -0.0217091031, -0.021968402, 0.00818233, 0.0433317721, -0.033997003, 0.0168976635, -0.0462416857, -0.00276045594, -0.000134714021, -0.0501599871, -0.0468179062, 0.0328445621, -0.0144703351, -0.0539918505, -0.00422441587, 0.0247054491, 0.0283788554, 0.0120141953, -0.00909708, -0.00465298, -0.0165087152, 0.0161917936, 0.0229623821, 0.0135627873, -0.038837254, -0.00452693133, 0.0132818799, 0.046529796, -0.0139229251, 0.0662077218, -0.00314400252, -0.0174018554, 0.00271183718, -0.0155291399, 0.0267366264, -0.0250655878, -0.0232216828, 0.00596027961, -0.0192313567, 0.00484025152, 0.0112795141, -0.0140597774, 0.0509955063, 0.0542799607, -0.0031169923, 0.049468521, -0.0217667259, -0.00417399639, -0.00914749876, 0.031749744, -0.00737202, -0.0156011675, -0.0110346209, -0.0277162, -0.0306837354, 0.000948062632, 0.00496629952, -0.00392910279, -0.0081103025, 0.0012568807, -0.0338817611, -0.0111570675, 0.0505921505, 0.0269815195, -0.0178196151, -0.0180356987, 0.0254689418, 0.0100766541, 0.0225158129, -0.0125904158, -0.0402778052, 0.0276873894, -0.0177331828, -0.00285409158, 0.0569017641, -0.0116180433, -0.0322107188, 0.024806289, 0.0295601059, 0.012482374, -0.0111930808, -0.028350044, 0.0183526203, -0.00146125886, 0.0126912538, 0.0108473487, 0.0201389026, 0.0138725061, 0.0428707972, -0.0156587884, -0.0298770275, -0.0118125184, 0.0244461503, -0.0117620984, -0.0155291399, 0.0168400407, -0.0228903554, -0.0037094187, 0.0178196151, -0.0277017951, 0.0580830164, 0.00170525222, -0.0194042213, -0.0058954549, -0.0588609129, -0.00699027348, -0.0327005088, -0.0388660654, -0.0150681632, 0.0301939491, 0.0121510476, 0.0271255746, 0.012482374, 0.0336224586, 0.0200524703, 0.0195338707, 0.00487986626, -0.0166527703, 0.0527817868, 0.0488923, -0.043274153, -0.0271255746, -0.00747645972, -0.0252096429, 0.00554612139, 0.0244029332, -0.00303235976, -0.0438215621, -0.00483304868, -0.0177764, 0.0310870912, -0.00428203773, -0.012727268, -0.00262720487, 0.00510315178, 0.043274153, 0.0543375835, -0.0244173389, -0.0128497146, 0.00686422549, 0.0212337207, -0.0234665759, 0.00372022297, -0.016825635, 0.0332767293, 0.00606832094, 0.0341122486, 0.000960667443, 0.00436486956, -0.0119349649, 0.0116756661, -0.0388084427, 0.0187271629, -0.0191737339, 0.0012766883, 0.0390101224, -0.0166959856, -0.00932756811, 0.04122857, -0.0239275526, -0.00939239282, 0.00981015246, -0.0118773431, 0.0673025399, 0.0321242884, 0.00530843, -0.00114613841, -0.0053120316, -0.0194042213, -0.0189000294, -0.00678499509, 0.0154283009, 0.033997003, 0.0471060164, 0.0241436344, 0.00402634, -0.0163646601, -0.0080310721, 0.00753408158, -0.0044441, -0.0294448622, 0.0040083332, -0.00782939419, -0.0520038903, -0.0144487265, -0.00157830364, 0.0190008674, 0.0218387526, -0.0204414185, -0.0384627134, 0.011531611, -0.00545968814, -0.0155147342, 0.0206863116, -0.026606977, 0.01767556, 0.0152986515, -0.0119997896, -0.0285229106, -0.0331326723, -0.0112146894, 0.00406595506, -0.0214353986, 0.0434758291, 0.0152986515, -0.0264773276, -0.0112723112, -0.0251520202, -0.00286489585, -0.0224437844, -0.0766373128, -0.0164510924, 0.00666615, 0.0156731941, 0.00727118133, -0.0479703471, 0.0251952372, 0.00665174425, 0.0137428567, 0.00596748246, -0.0339681916, -0.0160045214, 0.0260595679, 0.0138004785, 0.0356104188, -0.0244461503, 0.00630241074, -0.00214822171, -0.00601790193, 0.00456294511, 0.0009714716, 0.0392118, 0.0342851132, 0.00608992949, -0.000505543372, -0.00804547686, -0.0312023349, -0.0194906555, -0.0699531585, -0.00735401269, 0.00139193237, -0.010984201, 0.00621957891, -0.0591202118, -0.0288974531, -0.044282537, -0.040191371, -0.00762771768, 0.00824715476, -0.00528322067, -0.0346020348, -0.0168976635, -0.00173856493, 0.0290415082, -0.0198940095, 0.0417183563, 0.0210896675, 0.00566856796, -0.0127344709, 0.0037886491, -0.0261027832, 0.038289845, 0.0294160508, -0.0309718456, 0.018021293, -0.0111930808, 0.0118629374, 0.00337088923, 0.0037094187, 0.0205854736, -0.0189576503, 0.0548273697, -0.00560374325, -0.0410845131, -0.00793743599, -0.0116828689, -0.0304244366, -0.0178052094, 0.0234809816, -0.0187127572, 0.0252384525, 0.0067237718, 0.00103539601, 0.0114739891, 0.0205710679, 0.0150105413, -0.00446930947, -0.00601069909, 0.0327581279, -0.00890980754, 0.00379585195, -0.0105736442, 0.00421721302, -0.00664814282, 0.00805268, 0.00624839, 0.00233909464, 0.037944112, -0.00728198513, 0.0316633098, 0.077271156, -0.0019231356, 0.00153148582, -0.0352935, -0.0142614553, -0.00428924058, -0.0576508492, -0.00375983818, 0.0418047905, -0.00859288685, -0.0258722957, -0.00154409057, -0.0129577564, 0.0234233588, -0.0084776422, 0.00287029776, -0.00287750061, 0.00720995758, -0.0372238383, 0.00352754933, -0.0292719956, -0.0227318946, -0.015774034, 0.0173010174, -0.0428419858, 0.023264898, 0.00161611813, -0.0265205447, -0.0115100024, 0.0335072167, 0.00217883335, -0.0175747219, -0.0416319221, -0.00364099257, 0.0380017348, -0.00380305457, 0.0145423627, 0.00223285402, 0.00798065215, -0.00814631581, -0.0283356383, -0.00337629137, 0.0432165302, 0.0184534583, 0.0807861, -0.0289694797, -0.038981311, 0.0221412685, 0.0116540575, -0.00494109, -0.0117548965, 0.0119637763, 0.00988938287, 0.0356392302, 0.00334567972, 0.0210608561, -0.00281087519, -0.0116684632, -0.00272444217, -0.000203590374, 0.00988938287, 0.000488887, 0.0196779259, 0.00365899946, -0.000354960765, -0.0120358039, -0.0150105413, -0.00880896952, -0.00573339313, 0.0271255746, -0.00053390424, 0.0213489663, 0.0322683416, -0.0452621132, -0.00472860876, 0.015471518, -0.0042784363, -0.0181365367, 0.00332407141, -0.00335828448, 0.00134331384, 0.0249359384, -0.0192601662, 0.0618284494, 0.0244749617, 0.00759170391, -0.0480567813, 0.0133034885, -0.0322683416, 0.0524360575, -0.0108113354, 0.0177764, -0.0129073365, 0.00610433472, 0.00904666, -0.0237402804, -0.00404074555, 0.0294880792, 0.00247774762, -0.00838400703, 0.00107951288, 0.00157560268, -0.0229623821, 0.00883778, -0.00681380602, 0.00643206, 0.0344579816, -0.0089818351, -0.0161341708, -0.0484889448, -0.0130369868, -0.000545158517, 0.020268552, -0.0013991351, -0.0295601059, 0.012280697, -0.047221262, -0.0109481877, 0.0199372265, 0.018972056, -0.0311735235, -0.0308854133, -0.0144559294, -0.0235386025, -0.00735041127, -0.0195626821, -0.00981735531, -0.0280907452, -0.0374543257, -0.00652209483, 0.0165231191, -0.00344111607, -0.00127758866, 0.00387868355, 0.0138941146, -0.00511035463, -0.000654550386, -0.00386787951, -0.0049879076, -0.0156443845, 0.0240716077, -0.0209023952, 0.0241004173, 0.0107465107, -0.0387796313, -0.0390389301, -0.0297905952, 0.0100694513, 0.0144703351, 0.0130009726, 0.0134691522, 0.0176323447, 0.0532427654, -0.00471780449, 0.00580181926, 0.0118773431, 0.0303091928, 0.00746205403, 0.0145567674, -0.0231352486, -0.0297905952, -0.0179348607, 0.0307701696, 0.0218531583, 0.0220260248, 0.0074980678, -0.00608632807, -0.0290559139, -0.105621196, 0.0127704842, 0.0262756497, 0.0425538756, 0.0114019616, 0.00273884763, 0.0198363867, 0.0332191065, -0.0159613043, -0.00513916556, 0.00135681895, -0.0241004173, 0.000749536674, 0.0288974531, 0.0249935593, 0.0125327939, -0.0351206325, -0.00767093385, 0.0141101973, -0.0274713077, 0.00620877463, 0.00847044, -0.0548561811, -0.0285229106, 0.00328985834, -0.0051211589, -0.0205710679, -0.0121150343, 0.00839121, 0.0012568807, -0.035898529, -0.00134691515, 0.0293440241, -0.0182805918, 0.00545968814, 0.00669135945, 0.00521479454, -0.0203117691, -0.0266934093, -0.00180158904, 0.00381385884, -0.0535885, -0.0308277905, -0.00203117682, 0.00867932, -0.00131900446, 0.0298482161, -0.00112543046, -0.0245902054, -0.00176917668, -0.0247054491, 0.0125832129, 0.00975973252, -0.00313319848, -0.0408252142, 0.0351494439, -0.00346992724, 0.0115748271, -0.0037490339, 0.0178628322, 0.0257426463, 0.00213921815, -0.0265205447, -0.0305396803, -0.00487266388, -0.00167644117, -0.000568567484, 0.00947882514, -0.0112218922, 0.0300210826, 0.010285534, 0.00741163502, -0.0252960753, -0.0162782259, 0.0227174889, 0.0208591782, 0.0184966754, -0.0139157223, -0.0423810109, 0.00714513287, -0.00210320437, 0.0239707679, 0.0154283009, -0.0347460881, 0.0136852348, 0.0305973031, 0.0184966754, -0.0349477679, -0.0129505536, 0.00993259903, 0.00102999399, 0.043130096, -0.00449091755, 0.011531611, -0.0157596283, -0.0044441, -0.0155147342, -0.00708390959, -0.0252240486, -0.00790142175, -0.0143334828, 0.00405875221, 0.0540206619, -0.0165087152, 0.0503040403, 0.0414302461, 0.00771415047, -0.00991819333, 0.0184966754, 0.0317785554, 0.00940679759, -0.0105088195, -0.00937078428, -0.00377064222, -0.00415959116, 0.0126120243, -0.0116612604, 0.022314135, -0.00368601, -0.00705509866, -0.0159036834, -0.0183094032, -0.0032826555, 0.0392982326, 0.0198363867, 0.0504192859, -0.00306477235, -0.0103791701, -0.00227427, -0.0192457605, -0.0333343484, 0.0205566622, 0.00146035862, 0.0128137013, 0.0127992956, -0.00722436327, -0.0153994905, -0.000327725342, 0.0146792149, -0.0152986515, -0.0106960908, -0.00145225541, -0.0363595076, -0.00437927479, -0.00503112422, -0.00238771318, -0.0051607741, 0.0318649895, 0.018871218, 0.0276441742, -0.00499871187, 0.000728828774, -0.0143550904, 0.0361002088, 0.00124157488, -0.0142830629, 0.0132602723, -0.00834079, 0.0409980826, 0.00374543248, -0.00718474807, -0.00558213517, -0.00765652861, -0.0320090428, 0.0158316549, -0.0221124571, 0.0226022452, -0.0291423462, 0.00916190445, 0.0114235692, 0.0182517804, -0.00893141609, -0.0279466901, -0.00978134107, -0.0302803814, -0.0101558845, -0.00121816597, 0.0127560794, -0.0182229709, -0.0074980678, 0.00981735531, -0.0022688678, 0.00339069683, -0.0301651377, 0.0250511821, 0.0239275526, 0.0350342, 0.0157308169, -0.0415454917, 0.0105880499, 0.0163070373, -0.0107249022, 0.00879456382, 0.0240283906, -0.0383474678, 0.00862169731, -0.0138941146, -0.0197499543, 0.0201244969, -0.00428924058, -0.0238411184, 0.00422801729, 0.0466450416, 0.0558357574, 0.0112507036, -0.0122662913, 0.00985336863, -0.0125760101, 0.00253897114, 0.00936358143, 0.0145207541, -0.0243165, 0.0214065872, 0.0081103025, 0.0330750495, -0.0149817299, 0.0200524703, -0.0111426618, 0.020715123, 0.0163070373, -0.0293152127, -0.0189288408, -0.00825435761, 0.000263125636, 0.00477542635, -0.0346596576, 0.0117981127, 0.0208303668, 0.0161485765, 0.000513196283, 0.00477542635, 0.0174882896, 0.0110130124, -0.00775016425, -0.031404011, 0.00419560494, 0.00170435186, -0.00633482309, 0.0433029644, -0.000214281958, 0.0258290786, 0.0141606163, -0.00903225504, -0.0331614837, -0.0161053594, 0.023610631, 0.00478623062, 0.00363198924, -0.00752687873, 0.0281339604, -0.000486636127, 0.0342563, -0.0488634892, 0.0227318946, -0.0288254246, -0.0257282406, 0.00134061277, 0.0161917936, 0.0205278508, -0.0107465107, 0.019821981, 0.0161773879, 0.0303668156, 0.0436486937, 0.00716674142, 0.00779338088, 0.00507073943, -0.009183513, -0.0163070373, -0.00200056517, 0.00193213904, -0.00974532776, -0.00637443829, -0.00186551351, 0.00345011964, 0.00473581161, 0.0294448622, 0.0414590575, 0.0370509699, -0.0263188668, -0.0168400407, -0.00646807393, 0.0196923316, 0.00170885364, 0.0150681632, 0.022760706, -0.00270643528, -0.0136204092, -0.0239419583, 0.00244893669, 0.0221988913, 0.0260883793, -0.000637894, 0.008585684, 0.00458815508, -0.00547409384, 0.0250943974, 0.00814631581, -0.0485465676, -0.014578376, -0.0372814611, -0.0249791536, 0.00043216531, -0.00673457608, 0.0332767293, -0.00183940353, 0.0146936197, 0.0430436619, -0.0188568123, 0.0118125184, -0.00696506398, 0.0101991007, 0.00981735531, -0.0437063165, -0.0190008674, -0.0116540575, 0.00186011149, -0.0179492645, -0.00993980188, 0.00972371921, -0.00856407546, 0.00283068279, 0.00585944112, -0.00120466074, -0.0152122183, -0.00318541843, 0.0163790639, 0.00782939419, 0.0206286907, -0.00829757378, 0.0184246469, 0.008585684, -0.0129073365, -0.00303055905, 0.00618356513, 0.0179348607, -0.0425250642, 0.00211580936, -0.00815351866, 0.0261027832, -0.00921232346, 0.0134979626, -0.00143154757, 0.00866491441, 0.0110346209, 0.0105160223, -0.034198679, -0.00681380602, -0.0198507924, -0.0144631322, -0.04122857, -0.0315480679, 0.00837680418, -0.0163934696, -0.00881617237, 0.0179780759, -0.0142902657, -0.0301363263, -0.0360713974, 0.0242588781, -0.00299814669, 0.00575500121, 0.0258434843, 0.0047826292, -0.00840561464, -0.0089818351, 0.0303668156, -0.0239275526, -0.00903945789, 0.0208591782, 0.00566856796, -0.0109409848, 0.0246046111, -0.00979574677, 0.00544168148, 0.00543808, 0.0112795141, -0.0115172053, -0.00744044594, -0.00501311757, -0.00184030388, -0.013325097, 0.0288974531, -0.0365323722, 0.0203261748, 0.0304820593, 0.0212913435, -0.000786450808, -0.00318541843, -0.0189288408, 0.0213489663, -0.00544168148, 0.0213489663, -0.0106240632, 0.0195338707, 0.0164654981, 0.0167392027, 0.0220836475, 0.0435910746, -0.013375516, -0.0183094032, 0.0261171889, 0.0360713974, -0.00986057147, -0.0243165, -0.044829946, 0.0112362979, 0.0240716077, 0.0393270403, -0.0265925713, -0.00411997596, -0.0271687917, -0.019519465, -0.0222277027, 0.00806708541, 0.0503328517, -0.00860009, 0.00567937223, -0.00596027961, 0.015471518, -0.0254545361, 0.00682100886, -0.0255121589, 0.00464937836, 0.0295601059, 0.00175207015, 0.0129001345, 0.00423161872, 0.00208159629, -0.011834126, 0.0238267127, 0.0574779846, -0.00872973911, -0.00361398235, -0.0026560158, -0.0255841855, 0.00834079, -0.00524720689, -0.0126336319, -0.0147944586, 0.0156011675, -0.0196347106, 0.0202973634, -0.00209600176, 0.0259299185, -0.00778617803, -0.0346020348, -0.0242876895, -0.009183513, -0.0264773276, -0.0252816696, -0.0123311169, -0.00911868736, 0.00468899356, -0.0303091928, 0.0080022607, -0.0196923316, -0.0193898156, -0.000643296051, 0.00430004485, -0.0140813859, -0.0202829577, -0.00789422, 0.0197211429, 0.0174594782, -0.0185831077, 0.0245758, 0.00777897518, 0.029300807, 0.00741163502, 0.0357832871, 0.0165663362, -0.0120430067, -0.0248783156, -0.0109193763, -0.0244749617, -0.0180356987, -0.02146421, 0.00926994532, 0.0100910598, 0.0138797089, 0.0103575615, -0.00754848728, -0.0072279647, -0.0396439619, 0.0047826292, 0.0104584005, -0.0281483661, 0.00760610914, 0.00137572619, -0.00892421324, -0.0383186564, -0.012179859, 0.0141318049, -0.00157650304, 0.00712352479, -0.0139877498, -0.0210896675, 0.0165663362, -0.00681380602, -0.0273992792, -0.0295601059, -0.0167536084, 0.0135339769, 0.0079086246, -0.00942840613, 0.00947162323, -0.000766193087, 0.000680210185, 0.0816504285, 0.00696146255, -0.0186695401, 0.00340690301, 0.001709754, -0.00699747633, -0.0158604663, 0.0293584298, 0.014427118, -0.00998301804, 0.0333055407, 0.0255121589, 0.0132530695, 0.0356392302, -0.00336908875, -0.000137865238, 0.00513556413, 0.0129937697, 0.00437207241, -0.0387220122, -0.00696146255, 0.00739722932, -0.000378144643, 0.00506353658, 0.0297905952, 0.00259119109, 0.00166113535, -0.00455574272, -0.00969490781, -0.0095508527, -0.0124679692, -0.0209168009, 0.0226886775, -0.0206430964, -0.0137140453, 0.045521412, -0.00829037093, -0.0116828689, -0.0226454623, -0.00757009536, -0.0183526203, -0.00659052096, -0.0202541463, -0.0297329724, 0.0125327939, -2.8023218e-05, -0.00171065435, 0.0206575021, -0.00463137124, -0.00024691943, -0.00543087721, 0.0100910598, 0.0328157507, 0.0272408184, -0.00988218, -0.00560014183, -0.00312599563, -0.0110274181, 0.00842002, -0.0433317721, -0.0218243469, -0.0145063484, -0.00364459399, -0.0042136116, 0.0156011675, -0.00706230104, -0.00667695375, 0.0119349649, 0.0055965404, 0.0080310721, 0.012179859, 0.0282636099, 0.0155867618, -0.0171281509, -0.00748366257, -0.000191210638, -0.00821114052, 0.0153274629, 0.00675618416, -0.0181653481, -0.0103287511, 0.00695786113, -0.00544168148, 0.022659868, -0.0138869118, 0.0174162611, -0.00282528065, -0.00535524823, 0.0255553741, 0.00826155953, -0.00264881318, -0.0287245866, -0.00923393201, 0.0140453726, 0.000695966184, -0.0182949975, -0.0109914038, -0.00932756811, -0.00157830364, -0.0194042213, 0.0133323, 0.0238267127, 0.0271687917, 0.00879456382, 0.00255697803, -0.0301651377, 0.00921952631, -0.0180933196, -0.00996861327, -0.00323583768, 0.00631321454, 0.0285229106, -0.0298194047, 0.00728198513, 0.00184750662, -0.0235962253, -0.0131954467, 0.00655450718, 0.000325924659, -0.00196995353, 0.00321422936, 0.00431805151, 0.0259299185, -0.00864330586, 0.00766373146, -0.014527957, -0.00368060777, -0.0138797089, 0.00692184735, 0.0150681632, -0.000302290631, 0.0243453123, -0.0136492206, 0.0128497146, -0.0164943095, 0.00700828061, 0.0014387503, -0.00919071492, 0.00773575902, 0.0026560158, 0.0237979032, 0.0170561243, 0.0328733735, -0.0294016451, 0.00578741357, 0.0209023952, -0.00746925687, 0.0551731028, 0.00942840613, -0.031404011, -0.0198796038, -0.000845873554, 0.0411421359, 0.0156876, 0.00168634497, -0.0175171, -0.00753408158, 0.0127416737, 0.00771415047, 0.00514276698, 0.0198363867, 0.0169552844, 0.0315192565, -0.0078438, -0.0435622633, 0.00622678176, 0.0141029945, -0.0495549552, 0.0191737339, -0.0239275526, 0.0435910746, -0.00280727376, -0.00215722504, 0.00709111243, 0.00930596, 0.0176035333, -0.00403714413, -0.0157308169, 0.00524360547, 0.00726758, -0.00641765445, -0.00203117682, 0.000763942196, 0.0107969297, 0.00143694959, -0.0134907598, -5.83535693e-05, 0.00490147481, 0.00505633419, -0.00424602395, -0.0090610655, -0.0142614553, 0.0274424963, 0.00880896952, -0.00736121554, -0.0129937697, 0.00254797447, -0.0276009571, -0.011826924, -0.00243273051, -0.000275505387, 0.0197211429, 0.0163646601, -0.00402273843, 0.00968050305, -0.014527957, -0.000561364694, -0.0096588945, -0.00146035862, -0.00713072764, 0.0194330327, -0.00831918232, 0.000621687796, 0.0224293787, -0.0315192565, 0.00233009132, 0.0573051199, 0.00857848115, 0.00989658572, 0.0254257247, -0.0277882293, -0.000540656794, 0.000449722022, 0.00486906245, -0.0158316549, 0.021118477, -0.0109121734, 0.00534444395, -0.00561814895, 0.0113083255, 0.0131378248, 0.0411997586, 0.00911148544, 0.00633122167, -0.00700107776, -0.00388228497, 0.0256418083, 0.00221124571, 0.0235530082, -0.0152986515, 0.0121870618, 0.0182229709, 0.00921232346, 0.00127758866, -0.0106168604, -0.000289460702, 0.00866491441, -0.00762051484, -0.0115172053, 0.0103287511, -0.00683541456, 0.0131810419, -0.0305108707, -0.0314328223, -0.0230632219, 0.0225302167, -0.00328985834, 0.0187847856, -0.012179859, -0.00541287055, 0.00434686244, 0.025007965, 7.00017772e-05, -0.0352646895, 0.00490867766, 0.00983176, -0.0114163663, -0.0138220871, 0.00706950389, -0.0259011071, -0.0260019451, -0.00965169165, 0.00869372487, 0.0378864929, 0.0198940095, -0.00261279941, -0.012979364, -0.00808869395, -0.0158316549, -0.00583063, -0.0125399968, 0.0273416582, -0.00327545288, -0.0121510476, -0.0043072477, 0.00105430325, -0.00999742374, -0.0133178942, -0.0122230751, 0.00390389329, 0.0519750789, -0.0127344709, 0.0190152731, -0.004743014, 0.00343031203, 0.0287966151, 0.00990378764, 0.00887379423, -0.0167103913, -0.00706230104, 0.0465586074, -0.0209888276, 0.0301075149, -0.00948602799, -0.00490147481, -0.0204846356, -0.017171368, -0.0221844856, 0.0161341708, -0.0129145393, -0.0190584902, -0.010984201, -0.00383546692, -0.0332191065, -0.00340330182, -0.00237690913, 0.0213201549, -0.0277738236, 0.00314220181, -0.0293584298, -0.00547409384, -0.0217667259, 0.0128857289, -0.0212913435, -0.00960847549, -0.0178052094, 0.00378504768, 0.0120141953, 0.0279322844, 0.0187847856, -0.00196635211, -0.00145225541, -0.0536461174, 0.00922672916, -0.0199228209, 0.0204126071, -0.0245758, -0.0205422565, 0.00677059, -0.0122879, -0.0413438119, 0.0319802314, -0.0251088031, 0.0127056595, -0.00969490781, -0.0181077253, 0.00242192624, 0.00822554622, -0.0284941, 0.00844162889, -0.0224005673, 0.00348253199, 0.0338529497, 0.0029747379, -0.0175315049, 0.0228759497, 0.0284941, -0.0370221622, 0.0113515416, -0.00653289864, -0.00201317, -0.00596748246, -0.00498070521, 0.00715593714, -0.0190152731, -0.0170273129, -0.00720995758, -0.00199696375, 0.000930055743, 0.00952924509, 0.00274965167, 0.0172433946, 0.0024507374, 0.0187703799, -0.00315840798, -0.0018835204, -0.0188856237, -0.00207259273, -0.0036013776, 0.000615385361, 0.00122356799, -0.0232216828, 0.0225878395, -0.0117981127, -0.00198075757, -0.00105880504, -8.64330577e-05, 0.0251808316, -0.00579821784, 0.0182805918, -0.00480783917, 0.0217235088, -0.000228800011, 0.0269959252, -0.00945001468, -0.0342563, 0.000631141418, -0.0122374808, -0.00477902777, 0.000981375342, 0.0348901451, 0.0618284494, 0.0160909537, 0.00769974524, 0.0172866117, -0.0140453726, -0.00412357738, -0.0109481877, -0.000232964099, 0.0133899217, 0.0207871515, 0.00926994532, -0.00742604025, -0.00411277311, 0.00166293606, -0.0210464504, -0.0364747494, 0.0266646, 0.000975072966, 0.0247630719, -0.00488706911, 0.0187703799, -0.00296213292, -0.00477182539, -0.0125255911, -0.0350918211, 0.0237979032, -0.0214786157, 0.0095796641, -0.0173442345, -0.0225446224, -0.0134187322, -0.0223861616, 0.0220260248, -0.0124679692, -0.00788701698, 0.0119925868, 0.0265781656, -0.0200956855, 0.00239491602, -0.0209744219, 0.00423522, 0.0205710679, -0.0156011675, -0.0058954549, 0.0118053155, 0.010732105, 0.038433902, 0.0183238089, 0.0185975134, -0.00901064649, -0.021565048, -0.0257714577, 0.0145063484, 0.00598188816, 0.0111714732, -0.00518238219, -0.000610883639, -0.0261604059, 0.0186983515, -0.00331326737, -0.0137572624, 0.0071739438, 0.00152338273, 0.00610793615, 0.0180501044, -0.00373102701, -0.00220224238, -0.00693625305, -0.00110652321, -0.0174018554, -0.0307125468, 0.0168688521, -0.0126840519, -0.000590175739, -0.0279322844, -0.0131810419, 0.0086289, -0.0137572624, 0.00623758603, 0.00415238831, -0.0196203049, -0.0010434991, 0.00398672465, -0.00256238016, 0.0696074218, 0.00980295, 0.0108257411, -0.00438287621, -0.00264701247, 0.00643206, 0.0175459106, 0.00135411788, -0.00156839984, -0.00973092206, -0.00153868855, 0.000795904431, 0.00878015812, 0.00254977518, 0.005340843, -0.00125057832, 0.00746205403, -0.0197067373, -0.0238699298, 0.0108473487, 0.0114523806, -0.00126408355, -0.00226526638, -0.000719375152, 0.00695786113, -0.00610433472, -0.0108401459, 0.0152122183, 0.0140309669, 0.0163790639, 0.00272984407, -0.00211580936, -0.0184534583, -0.0246334225, 0.0151690021, 0.00369861466, 0.0182517804, 0.0207439344, -0.0270823594, 0.00720995758, 0.0262468383, -0.00307377568, -0.000721626042, -0.00944281183, 0.00795184169, 0.00402634, -0.00286489585, 0.00326464861, -0.0117404908, -0.00234089536, 0.012928945, 0.0158316549, -0.00169264746, 0.0102063036, -0.00760610914, -0.00782939419, 0.0216226708, -0.0113947587, 0.0224870015, 0.00542727578, 0.0113515416, -0.015774034, -0.00577660929, 0.014175022, -0.0328733735, -0.0013874307, -0.015226624, -0.0157452226, -0.00326644932, 0.0207583401, 0.00296753505, 0.0150969746, -0.00880896952, -0.0165663362, 0.0224005673, 0.00610793615, 0.0128497146, -0.00319442176, -0.00880176667, 0.0086289, 0.0207007173, -0.00823274907, 0.00306477235, -0.0158172492, 0.00161521777, -0.00676698843, -0.00103269494, 0.0121366419, 0.036589995, 0.0140309669, 0.0170417186, 0.00296213292, 0.00131360244, -0.0228039231, 0.00581982592, -0.0110346209, -0.0150969746, -0.0266213827, 0.0165951476, 0.0050815437, 0.0140957916, -0.00795904454, 0.00198615971, -0.0143118743, -0.000665804662, -0.00548489811, 0.00254797447, 0.0132314609, -0.00493748859, 0.00855687261, 0.00219143811, -0.0238843355, 0.00697586825, -0.00366260088, -0.0133106913, -0.0145567674, -0.00587744825, 0.005067138, -0.0118197212, -0.0145567674, -0.0113731502, 0.0100550456, -0.00347532937, -0.0268086549, 0.00880896952, 0.0095796641, -0.0351206325, -0.00382466288, 0.0125111854, 0.00971651636, -0.0122374808, 0.000203928, 0.0139949527, -0.0221268628, -0.013476355, 0.00191593287, 0.0381169803, -0.00674898131, -0.0151834078, 0.0201100912, 0.0152410297, -0.00152968511, 0.00159270922, -0.0200236589, -0.0130369868, 0.00206719059, 0.0233945474, -0.00370581751, -0.00561814895, -0.00599629339, 0.0161773879, -0.0289694797, -0.000964268809, 0.00112903188, -0.027903473, 0.0176611543, -0.00491588, -0.00748366257, 0.00434686244, 0.00938519, -0.013627612, 0.0213921815, 0.00879456382, -0.00306477235, 0.00296213292, -0.00849925075, 0.0256418083, 0.0031404011, 0.00199516304, 0.0247486662, -0.030798981, 0.00213921815, -0.0381457917, -0.0081031, 0.0155003285, -0.0126624433, 0.0188424066, 0.0106600774, -0.00521839596, 0.00138923142, -0.0177043714, -0.0145495646, -0.0100478427, -0.0123095084, 0.0146071874, 0.020066876, 0.00651489198, -0.00971651636, -0.0146576064, -0.00177908048, 0.0279466901, 0.0298770275, -0.00461696601, -0.0145567674, -0.0121582504, 0.000776997185, 0.00591706298, -0.0137428567, -0.0150105413, 0.00414158404, 0.0077429614, -0.00445490377, -0.0295601059, -0.0147152282, -0.0138436947, -0.0276153628, 0.00172055804, -0.0205566622, 0.00285409158, -0.00381746, -0.0222421065, -0.0127848899, 0.019317789, 0.0143983075, 0.000918801408, 0.0333919711, 0.00347172795, -0.0306837354, 0.0145855788, -0.0149961356, 0.00542367436, 0.0101198703, -0.00459895888, -0.0349189565, 0.000894041965, -0.0090898769, -0.00581982592, -0.00911148544, 0.00986057147, 0.0130513916, -0.014225441, 0.0180933196, 0.00372742559, 0.00528322067, -0.0110418238, -0.00505633419, 0.0130009726, -0.0110850399, 0.00500951614, -0.00538405916, 0.00640685065, -0.0118125184, -0.0122446837, 0.0074188374, 0.00538405916, -0.012482374, 0.00299814669, 0.0112218922, 0.0181941595, -1.6248403e-05, 0.0355528, -0.00732160034, 0.0225446224, -0.00335288234, -0.0147224311, -0.0065365, 0.0190296788, -0.025656214, -0.00539486343, 0.0226310566, -0.0155435456, 0.00366080017, -0.0101991007, -0.0322107188, 0.0174018554, 0.00466378406, -0.0226166509, 0.0109121734, -0.00127128628, 0.0146143902, 0.00325204385, -0.000906646776, 0.00702628726, 0.025310481, -0.00570098078, 0.0140309669, -0.018568702, 0.026261244, -0.0177619942, 0.0192889776, -0.000201789677, 0.012179859, 0.0149241081, -0.0114379749, -2.71228746e-05, -0.0143046714, -0.0285661258, 0.0285949372, -0.0118989516, 0.0104151834, 0.0261315946, 0.0122230751, 0.0102279121, 0.00021101821, 0.0233801417, 0.00231208443, -0.00653289864, 0.00329345977, 0.0159613043, 0.020614285, -0.027111169, 0.0232504923, 0.00450172182, 0.0256706178, 0.0262324344, -0.0229479782, 0.0370509699, 0.0150105413, -0.0106168604, 0.0158460606, -0.0203261748, 0.0127776871, 0.0138508976, -0.00511755748, 0.00708751101, 0.0089818351, -0.000298914325, -5.56244e-05, -0.00287389918, 0.00316381012, 0.0160765499, -0.00496269809, -0.0115604214, 0.0188568123, 0.00817512721, -0.0107969297, -0.0139661422, 0.020066876, 0.0063996478, 0.00334027759, -0.0205710679, 0.0178484265, -0.0173442345, 0.0178196151, -0.0121150343, -0.00248134905, 0.0100262351, -0.00606471952, -0.02146421, 0.0330750495, -0.000682461, -0.00185110804, 0.0183526203, -0.0180501044, -0.0273272526, -0.00640685065, -0.000229925441, -0.0121582504, -0.025656214, 0.000582072651, 0.00242552767, -0.00934197288, -0.0146215921, -0.0201389026, -0.00668055518, -0.0141318049, 0.0108041326, -0.0129073365, -0.00719915377, -0.0121150343, -0.00234989892, 0.0216370765, -0.0200236589, -0.00260559656, 0.00969490781, 0.00608632807, -7.68669e-05, -0.0150105413, 0.0249215327, 0.0269959252, -0.00123887381, 0.0151978126, 0.00072477723, 0.00252636638, -0.00885218568, 0.00934197288, 0.0023913146, 0.00791582745, -0.0130369868, -0.00312059349, -0.00104710052, -0.00950043369, -0.0143118743, 0.00236070296, -0.0145855788, -0.00543087721, 0.00690744212, -0.00432525435, 0.00390029186, 0.0201965254, 0.00355275883, -0.00172866124, -0.015226624, -0.0112939198, -0.0138508976, 0.0013379117, 0.0127848899, -0.0113875559, -0.00296933576, 0.0147800529, -0.000266051764, 0.013476355, 0.0173442345, -0.00260739727, -0.0056505613, 0.00778617803, 0.0310294684, 0.0114739891, -0.00894582178, 0.0197355486, 0.0132026495, -0.0117476936, 0.00614755135, -0.0120069925, 0.014427118, -0.0181509424, 0.0121366419, -0.0178484265, 0.0253825076, -0.00804547686, 0.00157650304, -0.0029603322, 0.00437207241, 0.0175603162, 0.0213345606, -0.0193033833, 0.0124535635, 0.0254257247, 0.0123959417, 0.0105448337, 0.00726758, 0.00186551351, 0.0237258747, -0.00724237, 0.000391424721, -0.0182373747, -0.000645546941, -0.0151690021, 0.0112867169, 0.00697586825, 0.00944281183, -0.0104584005, -0.00701548345, 0.00804547686, -0.00808149111, -0.0110634314, 0.0145927817, -0.00738282362, -0.0110922428, -0.00679579936, 0.0207007173, 0.0135699902, -0.0301939491, -0.0072279647, -0.0122518865, -0.0244749617, 0.00252996758, -0.00516437553, -0.0115748271, 0.00494469143, -0.00273884763, -0.00494829286, 0.0104367919, -0.00299274479, 0.0075124735, 0.0134907598, -0.0116612604, 0.0268374644, -0.00431445, 0.0217379145, -0.0203405805, 0.0284796935, -0.00678139366, 0.00621237606, 0.00893861894, 0.00339609897, 0.00965169165, 0.0155579504, 0.0191593282, 0.00414878689, -0.00663373712, 0.0123311169, 0.0107465107, -0.0169840958, 0.00679940078, 0.0130657973, 0.0147008225, 0.00385347381, -0.000606381916, -0.0119061535, 0.017171368, -0.00707310531, 0.0137068424, 0.0236826576, -0.0142542524, 0.00360317808, -0.00762051484, -0.0179492645, 0.000756739464, -0.000184795688, -0.00184750662, 0.0019429432, 0.00991819333, 0.00248134905, -0.0194618441, -0.0091042826, 0.000204153082, -0.00620157225, 0.00625559269, -0.0254257247, 0.00960847549, 0.0275289286, 0.00170795328, 0.0117693013, -0.0193898156, 0.0151401907, -0.00399032608, -0.00445490377, 0.0139949527, 0.0115676243, 0.000195037093, -0.011783707, 0.0137140453, -0.0055965404, -0.00687142834, 0.00533364, -0.00391109614, -0.0201244969, 0.0178052094, 0.0140309669, -0.0192601662, -0.0187703799, -0.0066589471, 0.0180933196, 0.00366800302, 0.00219864096, -0.0287678037, 0.0154427066, -0.00700107776, -0.00158370577, 0.0173586402, -0.0044981204, -0.0154427066, 0.0314328223, 0.00367340492, -0.0028180778, 0.00503832707, 0.00452333, -0.011632449, -0.0118485317, 0.0183958355, -0.00418119924, 0.0272840355, -6.93265174e-05, 0.00733960746, -0.00339429826, -0.0166239589, -0.000849925098, 0.01207902, -0.00649688486, -0.010285534, -0.00410557026, -0.0305396803, 0.0177619942, -0.00187991909, 0.00164132775, 0.00178898429, -0.00921232346, -0.00688583357, -0.0136708291, -0.00413798261, 0.00289730821, 0.0314616337, 0.0162782259, 0.00384266977, -0.00487266388, -0.0171569623, -0.0298194047, 0.0131954467, 0.0204270128, -0.00889540277, -0.017272206, 0.00824715476, -0.0259011071, -0.00359237404, 0.00686062407, 0.0152698401, -0.0145423627, 0.00732160034, 0.0150825689, 0.0182661861, 0.00553891854, -0.00129919697, 0.00363379, 0.0138004785, 0.00383546692, 0.00350233959, 0.0320378542, -0.0116540575, 0.0015512933, 0.00955805555, 0.0179348607, 0.0324124, 0.0136132073, -0.00431445, -0.00362478639, 0.0310294684, 0.00399752893, -0.000325024332, 0.00880176667, -0.0289406702, -0.020715123, -0.000474481494, 0.000360813021, 0.00314940466, -0.0127704842, -0.000901694875, -0.000813010964, -0.00431445, 0.0232793037, 0.00652929721, 0.0086289, 0.0145927817, -0.0237979032, 0.0261748116, 0.0359561518, -0.0020041666, -0.00731439749, -0.000451522705, -0.0127848899, -0.0245469883, -0.0140885888, -0.00610433472, 0.0125688072, 0.00347532937, 0.00284688896, -0.0348325223, 0.00623038318, 0.00462416885, 0.00626279553, 0.0125616044, -0.0110922428, 0.0167824198, 0.0225302167, -0.0100262351, 0.0135555845, -0.0244461503, -0.0112795141, 0.00686062407, -0.0264917333, -0.00199156185, -0.000398177304, 0.0121150343, -0.00570098078, -0.00316741155, 0.024964748, 0.00274244905, 0.0115460167, -0.0153994905, -0.00829037093, 0.00876575243, -0.00658331811, -0.0139013175, 0.0161053594, -0.0127488766, -0.00631321454, 0.00111282559, -0.00770694762, -0.0040335427, 0.00583783304, -0.000556412793, -0.00422081444, -0.00589185348, -0.00818233, -0.0134547465, 0.0102279121, 0.0217955373, -0.0135123683, -0.00762051484, -0.014628795, 0.021017639, -0.00468899356, 0.0268518701, -0.014175022, -1.75989189e-05, -0.0167680141, 0.00655810861, -0.0229335725, 0.0333343484, 0.0199228209, 0.0102207093, 0.00432525435, -0.0127848899, -0.0292719956, -0.00495549524, 0.00361578306, 0.0139445337, 0.00374183129, 0.011178676, 0.0116540575, 0.000749536674, -0.00135501823, 0.0135411797, 0.00145495648, -0.0284941, 0.0123383189, -0.00791582745, -0.0222997293, 0.00481864298, 0.0178196151, -0.005664967, -0.0124031445, -0.00671296753, -0.00503472565, -0.0172578, 0.00576940691, -0.0135915987, -0.0141318049, -0.00996141, 0.00821834337, -0.00669135945, 0.00039682677, -0.00167554093, -0.000558213505, -0.0179060493, -0.0020293761, -0.0190584902, -0.0132314609, -0.00221844856, 0.0183382146, 0.00602510432, -0.00714513287, -0.0214930214, 0.0180645101, 0.0169264749, -0.0146864178, -0.00143694959, 0.012878526, 0.00141624175, -0.0155579504, 0.00938519, 0.00546689099, 0.0217955373, 0.028350044, 0.045319736, -0.0208447725, 0.00251016021, -0.00261640083, -0.00570098078, 0.0108689573, 0.0247774776, -0.00714153145, 0.020513447, 0.000108153865, -0.0268230587, 0.00938519, 0.0124103464, 0.0225158129, 0.0166383646, -0.00963728596, -0.00708030816, 0.0133899217, -0.00885218568, -0.000347758, -0.00482584583, 0.0116612604, 0.0238843355, -0.00350774173, -0.017617939, -0.00857848115, -0.000880536798, 0.00977413822, 0.0172145851, 0.00324844243, -0.00867211726, -0.0102423178, 0.000135051654, -0.00347352866, -0.0131810419, -0.0184246469, -0.0122086694, -0.00159631053, -0.00782939419, 0.00531923445, 0.0344867893, 0.0129001345, 0.0228759497, -0.00632041739, -0.0103791701, -0.00660132477, -0.0194330327, 0.0040479484, 0.00842722319, 0.0140309669, -0.0121582504, -0.0111426618, 0.0105880499, -0.0262324344, -0.00440088334, 0.00870813057, -0.00728918798, -0.0270967633, -0.00389308902, -0.00669496087, 0.00448731612, -0.00436126813, 0.0140885888, 0.0222853236, -0.0165951476, 0.0151690021, -0.00176737597, 0.0109769981, -0.00307377568, -0.00661933189, 0.00121186348, -0.00911148544, 0.0132386638, -0.00450892467, 0.0054056677, 0.00295312959, 0.0113515416, -0.0224293787, 0.0280475281, -0.0045917565, -0.00119925872, 0.0150105413, 0.0215938594, -0.00828316808, 0.0165087152, -0.0144631322, 0.015874872, -0.00206178869, 0.00205098442, 0.0193898156, -0.0198363867, -0.00723876851, -0.00616555847, 0.00364459399, 0.0126840519, -0.00472500734, 0.00628800504, 0.0143983075, -0.00508874655, -0.0121438447, 0.0157164112, -0.0202253368, -0.00553531712, 0.00163952715, -0.000906196597, 0.0169120692, 0.00677059, 0.0109049706, 0.00909708, -0.0102495207, -0.00519318646, -0.00554612139, -0.0282492042, 0.0340258144, -0.00737562124, 0.00407315791, -0.00515357126, -0.0079086246, 0.00570098078, 0.00588465063, -0.00203297753, -0.0196635202, -0.0194906555, -0.00707670674, -0.0111930808, 0.00616555847, 0.00381385884, 0.0119637763, 0.0217523202, 0.0136636263, -0.0160477385, 0.0106096584, -0.00953644793, 0.013375516, -0.010335953, -0.0161485765, -0.00844162889, 0.0180356987, -0.0061403485, -0.00952924509, 0.0163790639, 0.020614285, -0.00469619641, -0.00103539601, -0.000175679699, -0.0102279121, 0.0120718172, -0.0219395924, -0.0035671643, -0.0116900709, -0.00785820559, 0.0352070667, -0.00829757378, -0.0122374808, -0.0178196151, 0.0077717728, 0.018828, 0.0349765792, 0.0216082651, -0.00993259903, 0.00714153145, 0.000678859651, -0.0209312066, 0.00272444217, 0.0108977687, 0.00844162889, -0.005067138, -0.013130622, 0.00957246125, 0.0209888276, 0.00329345977, 0.0185254849, 0.00188892253, -0.0131162172, -0.0106528746, 0.00703349, -0.0276873894, -0.00707670674, 0.0196779259, -0.00988218, -0.0163646601, -0.00125958177, -0.000366440159, -0.00101918983, 0.00505993515, -0.0114091635, 0.0152122183, -0.00804547686, 0.00690023927, 0.00473221, -0.0139877498, -0.00484745391, 0.00893861894, 0.00201136922, -0.0214209929, -0.0257426463, 0.012482374, 0.00701548345, 0.0286669657, -0.0206430964, -0.000947162276, -0.00159000815, 0.0182229709, 0.00897463225, -0.0139445337, -0.00911868736, 0.00117044768, -0.00209420105, -0.00719915377, 0.0132602723, -0.00737562124, 0.0147944586, 0.00864330586, 0.0171137452, 0.00211220793, 0.000272804347, -0.012179859, 0.00630241074, -0.00999742374, -0.0164943095, -0.00294412603, -0.0108257411, -0.00311339088, 0.00496629952, 0.0225878395, -0.015024947, -0.00210860651, 0.0105664413, 0.0203549862, 0.00693625305, 0.0104295891, 0.0232793037, 0.00547769526, -0.000172866115, -0.0159901157, -0.0150969746, 0.00576220406, 0.0127776871, -0.00216262718, 0.0113011226, 0.00322143221, 0.0130585944, -0.00392550137, 0.013930128, -0.00131000101, 0.0182949975, 0.0147800529, -0.0192457605, -0.0111282561, 0.00306477235, 0.0141534135, -0.000346182409, 0.0153130572, -0.00625199126, 0.0071343286, -0.0016521319, -0.00535524823, 0.00692544878, 0.0195050612, 0.000517698, 0.000898093509, 0.0172145851, -0.0192889776, -0.0176899657, -0.00308277924, -0.00526881544, -0.00310798874, 0.011430772, -0.00788701698, -0.025958728, 0.0281483661, -0.0113011226, 0.0173010174, 0.0122590894, 0.0308854133, -0.00328625692, -0.00239671674, 0.0101991007, -2.42389578e-05, 0.00681020459, -0.0107104965, -0.00614395, -0.00637443829, 0.0180789158, -0.00706950389, -0.0271687917, 0.0184966754, 0.0174018554, 0.0191449225, -0.0397015847, 0.00113353354, 0.00757009536, -0.0126624433, 0.00361038093, -0.0095796641, 0.0139661422, -0.00125237904, -0.0167680141, -0.00666615, -0.00942840613, -0.00276765856, -0.00584863685, 0.0115748271, -0.00466378406, 0.00122806977, 0.0261748116, 0.00834079, -0.00856407546, -0.0124391578, 0.0210752618, 0.0277738236, 0.00643206, -0.0394999087, -0.0144199152, 0.0190008674, 0.0162062, -0.00993980188, -0.00437207241, -0.0104944138, 0.013627612, 0.00504913135, -0.00938519, 0.0111282561, 0.0167968255, -0.0197931714, -0.00230128015, -0.00324123981, 0.00679579936, -0.00770694762, -0.0109697962, -0.00208159629, 0.0201389026, -0.00379225053, 0.01432628, -0.0244317446, 0.00308638043, -0.0137356538, -0.0257858634, 0.0200092532, -0.00368601, 0.0399320722, -0.0231208429, 0.00456654653, 0.0101558845, -0.00588465063, 0.0139589394, -0.0116684632, -0.00555692567, -0.0097525306, 0.0129433507, -0.000701818441, -0.0131162172, -0.00285229087, 0.000261775131, -0.00036373912, -0.00575500121, -0.0220404305, 0.001903328, 0.00684261741, 0.0104079805, 0.0086289, 0.00988218, 0.0095652584, 0.000281132525, -0.00196275068, -0.00757009536, -0.000375893782, 0.000145518163, 0.000514096639, -0.00441889, -0.00218063407, 0.015471518, 0.00219684024, -0.00301615358, 0.00739722932, -0.00351134315, -0.0133395018, -0.00326104742, 0.00856407546, 0.023812307, 0.00920512062, -0.00543447863, 0.00471780449, 0.00975973252, 0.0177764, 0.0264341105, 0.023610631, -0.0175603162, -0.0143839018, -0.0019645514, -0.00398312369, -0.019418627, -0.00124877761, -0.0191737339, 0.03365127, -0.0103647644, 0.00718474807, 0.00960847549, 0.0213921815, -0.00696146255, -0.00761331199, 0.0105880499, 0.00195194664, 0.0217811316, 0.00981735531, -0.000319622253, 0.0151545964, 0.0229911935, 0.00854246784, -0.00963008311, -0.000993079855, -0.00815351866, -0.00422801729, -0.0140309669, 0.0028324835, 0.00660852762, -0.00738282362, 0.0249215327, 0.00961567834, -0.0086289, 0.00761331199, -0.00182139664, 0.00251916354, -0.00701188203, 0.0249359384, -0.010335953, -0.0276441742, -0.012676849, 0.0108041326, 0.00265241461, 0.00376704079, -0.00872253627, 0.00741163502, -0.0011146263, -0.0120718172, -0.00111732737, 0.00954365078, -0.0214209929, 0.00261460012, 0.0278170388, 0.00192133489, 0.00293152127, -0.0121150343, 0.0010930181, 0.00118755421, 0.00300895097, 0.017920455, 0.00745485118, -0.00587744825, -0.00567216938, -0.0012352725, 0.0108041326, -0.00104710052, -0.000165663369, 0.01432628, -0.0222421065, -0.000131675362, 0.0286093429, 0.00553891854, -0.00114163663, 0.0282348, 0.0104656033, 0.0211616941, 0.00838400703, 0.0166671742, -0.00348253199, -0.00783659704, -0.0209023952, -0.00240752078, -0.0299922712, -0.0104728062, -0.00436847098, -0.0360137746, 0.0261027832, -0.0221844856, -0.00188712182, -0.00569017651, 0.0196059, -0.00831197947, -0.020268552, -0.0069542597, -0.000497890462, -0.00971651636, 0.00814631581, 0.00425682822, -0.0121006286, 0.000698217074, -0.00445130235, 0.000591526274, -0.0169408806, -0.0058162245, 0.00919791777, -0.00323763839, 0.00472860876, 0.0227174889, -0.00951483939, 0.0112002837, -0.00401193462, 0.00865050871, 0.0123239141, -0.00378144626, 0.000260199537, -0.0129145393, 0.00417039497, -0.0119133564, 0.00303956261, -0.0168688521, -0.00526161259, 0.00310978945, -0.0204126071, 0.0342851132, 0.00676698843, 0.00126228284, -0.0376271904, 0.00503832707, 0.0219539963, 0.00186911493, -0.00121996657, -0.0158316549, -0.0125471987, 0.00484745391, 0.0153274629, -0.0140885888, 0.0166383646, -0.0129577564, -0.014427118, 0.00805988256, 0.00849925075, 0.00710911909, 0.00366260088, -0.00643206, 0.0185831077, -0.0180501044, 0.0121726561, -0.0279899053, 0.00708390959, 0.00871533342, 0.00444770139, 0.0239563622, 0.0144055104, 0.0115244081, -0.00855687261, 0.0449163802, -0.0163646601, 0.0185254849, 0.00753408158, 0.00411277311, 0.002533569, 0.00863610301, 0.000772045285, -0.00972371921, 0.00754128443, -0.0152410297, -0.0248783156, -0.0236682519, 0.00494109, 0.00682100886, 0.000119970886, -0.0226310566, 0.0212193169, -0.0136492206, -0.0197355486, 0.00457374938, -0.0144631322, -0.013577193, 0.00437927479, 0.0277306065, 0.0108113354, -0.0143983075, -0.0354375541, -0.0112074865, 0.00855687261, -0.010285534, -0.00469979784, -0.00125598034, 0.00731799891, 0.0028378854, -0.00324304053, -0.000449722022, 0.0132818799, -0.00633122167, -0.0151978126, 0.0101054655, -0.00218063407, -0.00050599355, -0.0115532186, -0.0100046266, -0.024907127, -0.00196275068, 0.0095508527, 0.00720635615, 0.00582342735, -0.00549570192, 0.00608632807, -0.0154283009, -8.82900204e-05, 0.020268552, 0.00137122453, 0.0173874497, -0.0012550801, -0.0220116191, -0.0130585944, -0.000585674, -0.00407675933, 0.00620877463, -0.00568657508, -0.00610793615, -0.00174576777, -0.00869372487, -0.00703349, 0.00592786726, -0.020167714, 0.00524720689, -0.0155291399, -0.00616195705, -0.0129001345, 0.00240391959, 0.00122356799, -0.00274424953, -0.00603951, 0.000688313274, -0.0044441, -0.0119421678, -0.00382826431, -0.00911868736, -0.00544888433, 0.0117620984, -0.0199516304, 0.0224870015, 0.00384987262, -0.00707310531, -0.00654730434, -0.00805988256, 0.00280187163, 0.0118125184, 0.00975973252, -0.0132962856, -0.0103575615, -0.0084776422, 0.00155669544, -0.0040335427, -0.00816072151, 0.00819673482, 0.00860009, 0.0265637599, -0.0152122183, 0.0103503587, 0.00648608105, 0.010134276, -0.00628080219, 0.0152554354, 0.00142164377, -0.00596748246, 0.00470339879, 0.00714873429, 0.00476462254, -0.000627990172, 0.0244461503, -0.0162638202, 0.00466738502, 0.000195149638, -0.00457374938, 0.00775016425, 0.0187127572, -0.0129145393, 0.0107753212, 0.0189432465, 0.00321783079, 0.00482944725, -0.00260199513, -0.0174018554, -0.00217523193, -0.0036067795, -0.0101126684, 0.0069434559, 0.0135483816, -0.0245469883, -0.00518598361, -0.00796624739, -0.000528052, -0.000707670697, -0.00870092772, -0.0247198548, 0.040335428, 0.00690744212, 0.00160441361, 0.0186263248, -0.00329706119, -0.0173586402, 0.018972056, 0.00940679759, -0.00780058373, -0.0040335427, 0.00988938287, -0.0131594334, 0.0259875394, -0.00316381012, 0.00475741969, -0.00266321865, -0.00440808618, -0.00934917573, 0.00610793615, 0.00113353354, 0.0111498646, 0.0079086246, 0.0163358487, 0.00312419492, -0.0058162245, -0.0125832129, 0.000280907436, -0.00244893669, 0.00403714413, -0.00584143447, 0.0450316258, -0.0278170388, 0.00553531712, -0.0173298288, 0.00229227683, 0.00410557026, 0.0191593282, -0.00692905, -0.000725677586, -0.0128209041, 0.00735041127, -0.0135339769, 0.0165807419, 0.0100910598, 0.0050419285, -0.00297113648, 0.012028601, -0.0162062, 0.026606977, 0.0218675639, -0.00591346202, -0.00402994128, -0.00266862079, -0.0117620984, 0.00705149723, 0.015874872, -0.0121366419, 0.0179492645, 0.0159901157, -0.00149367133, 0.0207295287, -0.0113731502, 0.00899624079]
|
19 Aug, 2021
|
HTML5 | MathML <mphantom> Tag
19 Aug, 2021
The MathML <mphantom> tag in HTML5 is used to rendered invisibly but the dimensional are still kept.Syntax:
<mphantom> Child elements </mphantom>
Attributes: This tag accepts some attributes which are listed below:
class|id|style: This attribute is used to hold the styles of the child elements.
mathbackground: This attribute holds the value of the math expressions background color.
Below example will illustrates the concept of HTML 5 MathML <mphantom> tag:Example:
html
<!DOCTYPE html>
<html>
<head>
<title>HTML5 mphantom tag</title>
</head>
<body style="text-align:center;">
<h1 style="color:green">GeeksforGeeks</h1>
<h3>HTML5 MathML <mphantom> tag</h3>
<math>
<maction actiontype="toggle">
<mfrac>
<mn>25</mn>
<mn>10</mn>
</mfrac>
<mfrac>
<mrow>
<mphantom>
<mn>5</mn>
<mo>⋅</mo>
<mn>5</mn>
</mphantom>
</mrow>
<mrow>
<mphantom>
<mn>2</mn>
<mo>⋅</mo>
<mn>5</mn>
</mphantom>
</mrow>
</mfrac>
<mfrac>
<mn>2</mn>
<mn>5</mn>
</mfrac>
</maction>
</math>
<p>
By clicking the number you can
see 5*5 and 2*5 is invisible
</p>
</body>
</html>
Output:
Supported Browsers: The browsers are supported by HTML5 MathML <mphantom> tag are listed below:
Firefox
Safari
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 MathML <merror> Tag/HTML5 MathML <mfenched> tag/HTML5 MathML <mfrac> tag/HTML5 MathML <mglyph> Tag/HTML5 MathML <mi> Tag/HTML5 MathML <mlabeledtr> tag/HTML5 MathML <mmultiscripts> Tag/HTML5 MathML <mn> Tag/HTML5 MathML <mo> Tag/HTML5 MathML <mover> Tag/HTML5 MathML <mpadded> Tag/HTML5 | MathML <mphantom> Tag
|
https://www.geeksforgeeks.org/html5-mathml-mphantom-tag/?ref=next_article
|
NextJS
|
HTML5 | MathML <mphantom> Tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, HTML5 MathML <mpadded> Tag, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <mmultiscripts> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, HTML5 MathML <mi> Tag, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, HTML5 MathML <mlabeledtr> tag, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML <mo> Tag, HTML5 | MathML <mphantom> Tag, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, HTML5 MathML <merror> Tag, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML <mfrac> tag, HTML5 MathML <mn> Tag, HTML5 MathML <mglyph> Tag, Node.js Readable Stream close Event, HTML5 MathML <mfenched> tag, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, HTML5 MathML <mover> Tag, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0247181151, -0.0275765713, -0.0200693645, 0.0309916716, 0.0508504137, -0.00865058787, -0.0130511047, 0.036016535, -0.00505871372, 0.0341811068, -0.00119227672, 0.010486017, -0.015247602, -0.0219047945, -0.00605917303, -0.00667223614, 0.00562664354, 0.00107380131, -0.00971874781, -0.00981653668, -0.0400785506, 0.000760687573, -0.0330979042, 0.00198399369, -0.00148376392, 0.00949308, -0.0018429514, 1.48241224e-05, -0.00551004848, 0.0197383855, -0.0105161062, 6.25874745e-05, -0.00304275029, -0.014863967, -0.0323155895, -0.00230933097, -0.00181568321, 0.0455246605, 0.00690166513, -0.028990753, 0.0295173116, -0.00659325253, -0.0109674409, 0.0316837206, 0.0271101911, -0.0212428365, 0.00677002547, -0.0200543199, -0.00135400507, -0.010155038, 0.0211375244, 0.00291863317, 0.0212277919, -0.00346399634, 0.0125546362, -0.0255455635, 0.0642701089, 0.033549238, -0.00736052217, -0.0210021231, 0.0100572491, -0.0152701689, 0.0034527129, -0.00945546944, -0.0319545195, 0.0182188917, 0.0104183173, 0.0125621585, 0.0149391899, -0.0188056268, -0.0190463383, 0.0156613253, 0.00499853538, -0.00749968365, -0.0124342805, -0.0213481467, -0.0359262675, -0.000940751459, 0.00786827412, 0.0108470852, -0.00993689336, 0.0176321547, -0.0134573067, 0.036497958, 0.034211196, 0.03288728, -0.0163684171, -0.0510610379, -0.044110477, 0.0228375532, -0.0205658339, 0.034873154, 0.0119002005, -0.0404998, -0.0177826, 0.00459985621, 0.0109072635, 0.00225855573, -0.0114488658, 0.0160976164, -0.000151737899, 0.0150745902, -0.00560407666, 0.00530694798, 0.0240561571, 0.0135701401, 0.0354749337, -0.00847757608, 0.00300890021, 0.0233340207, 0.0106966402, -0.0518734418, -0.0251694508, -0.0315934531, -0.00307660038, 0.0236800443, -0.0386041887, -0.046938844, 0.0544310063, 0.0134196952, -0.0476308912, -0.00125245471, 0.00771030691, 0.0555743873, -0.0497973, 0.00965104718, -0.0129232267, -0.00784570724, 0.00998954847, -0.00387395895, -0.0423653163, 0.00387772, -0.00998954847, -0.0232738424, -0.0220101047, 0.00506247487, 0.0227472857, 0.0145480325, -0.00175832608, 0.0141042201, -0.0534681566, 0.00702202087, 0.0141192647, 0.00380249764, -0.0635479763, -0.000102666963, -0.00907183439, 0.0367988497, -0.0347527973, 0.0437193215, -0.0388449021, -0.0615019202, -0.0080488082, 0.00426887721, -0.0449228808, 0.00401688181, -0.00201784377, 0.00393037591, -0.0145254657, 0.00290358881, -0.0238906685, -0.0368289389, -0.00334175979, 0.0511212163, -0.0132090719, 0.0286748186, 0.0193171389, 0.00714989938, -0.000528908218, 0.0447122566, -0.0135099618, 0.0165339075, -0.0256809629, 0.00689038169, -0.0501282774, 0.020972034, 0.0197383855, -0.0358660892, 0.0237402227, -0.0286447294, -0.029321732, 0.022476485, 0.0216189474, 0.0239959788, -0.0265535451, 0.0102152163, 0.0276969261, 0.0295925345, -0.00116406824, -0.0131714605, -0.0392661467, 0.0306757372, 0.026523456, -0.0178427789, 0.0512415692, -0.0180534013, -0.033067815, -0.013005971, 0.0118851559, -0.00849262066, 0.0120732123, -0.0503389, 0.0247782934, -0.0142245758, -0.00552509306, -0.000160082898, 0.011734711, -0.0272606369, 0.0412821099, -0.0299385581, -0.020159632, -0.0173613541, -0.014863967, 0.00672113104, -0.0176472, -0.00963600259, -0.0221003722, -0.0333987921, 0.0252898056, -0.0422750488, 0.0389050804, -0.0106590288, -0.00345083256, 0.0172409974, -0.0408909544, -0.0161728393, -0.010816996, -0.0345421731, -0.0209269, -0.00769526232, -0.0239959788, 0.0153980469, 0.0380625874, -0.00145555544, 0.0194074064, 0.0333085246, 0.0138183739, 0.0143750207, 0.0582823977, 0.0159471706, -0.0225065742, 0.000620585692, 0.013923686, -0.0224163067, 0.0284040179, -0.00325337332, -0.0107793855, -0.031563364, -0.00585983321, -0.0134949172, 0.0433582515, -0.0155108804, -0.0159923043, 0.000338031125, -0.000876342179, 0.0306757372, 0.0304500703, 0.015450703, -0.0108395629, -0.00167370075, 0.0160524826, -0.0323757678, -0.0363475159, 0.011147975, 0.0102979606, 0.0312925614, 0.0496468544, -0.0336395055, -0.00168122305, -0.0254402515, 0.00494588, -0.0511513054, 0.000588616123, -0.00661581941, -0.00901165605, -0.00706715463, -0.0283588842, -0.00322516495, 0.0444113687, -0.00833465345, -0.0152024683, -0.00911696814, 0.0193171389, 0.0309916716, 0.0349032432, -0.000348844362, -0.00155522535, 0.00988423731, -4.16956e-05, 0.0151272463, -0.0248384718, -0.0303748474, -0.00360879977, 0.0144351991, 0.0336695947, -0.00612311205, -0.0144803319, -0.00684900908, 0.0208516791, -0.0373705402, -0.0265385, -0.00717622694, 0.00139443716, -0.0360767134, -0.0357457362, 0.0200091861, 0.0311722066, -0.00200091861, 0.0032289261, -0.00938776881, 0.046276886, -0.0357758254, -0.0267340783, 0.0227171965, -0.0413122, -0.0256508738, -0.00792845245, -0.0230030417, -0.0189711154, -0.0258013196, -0.0131413713, -0.0038589146, -0.0154807921, -0.0104634501, 0.0296226237, 0.016774619, 0.00192757673, -0.0418538, 0.0181888025, -0.0173914433, -0.0399581939, -0.0496167652, 0.0291562434, -0.000325337343, 0.0095607806, -0.0628258362, 0.0417635366, -0.00816164166, 0.00252371514, -0.0092298016, -0.0414325558, -0.0108922189, 0.044471547, 0.00551004848, 0.00990680419, -0.033368703, -0.0101399934, -0.0288252644, 0.0237402227, 0.0334589705, 0.000950154266, 0.0224313512, 0.029171288, -0.015781682, -0.00405073212, -0.0189109389, -0.0196330734, -0.0265385, -0.012674992, -0.00965104718, -0.0142922765, -0.0256659184, 0.0488645397, -0.05701866, -0.0171657763, -0.0610806756, -0.0384236574, -0.00115278491, 0.00289606652, -0.0120205563, -0.026342921, -0.0104032727, 0.00423502689, 0.00179781788, -0.0120957792, -0.00613439549, -0.00561536, 0.00911696814, -0.0172109101, 0.00602156157, -0.0381227657, 0.064571, 0.0521743298, 0.00722512184, 0.0227924194, 0.00959087, -0.00139913859, -0.0151799014, 0.0158418603, 0.0333987921, 0.00510760816, 0.036678493, -0.0369192064, -0.0174967553, 0.0367386714, -0.0239358023, -0.00238455343, -0.0311120283, 0.015525925, -0.0179029573, 0.0163834617, -0.0189560708, -0.0130811939, 0.0218295716, 0.0160976164, 0.0129157044, -0.0157215036, -0.00560407666, 0.0183392465, -0.0349935107, -0.00752601167, -0.0086204987, -0.000218145273, -0.0381528549, 0.0255756527, 0.00907935668, 0.0223260392, 0.03619707, -0.0394165926, 0.000442872493, 0.0624045916, -0.0122010903, -0.000608362, 0.00142640679, -0.000547713891, 0.0157515928, -0.0365280472, -0.00456976704, -0.023950845, -0.00463370653, 0.0184896924, -0.00235822564, 0.0374307185, -0.0067963535, -0.00692047039, -0.00306155602, 0.0343616419, -0.000888565846, -0.0165639967, -0.00786075182, -0.0373705402, 0.0199038759, 0.00413347688, -0.00702578202, -0.0422449596, 0.011351076, -0.00733795529, -0.0206861887, 0.0423653163, 0.0413122, -0.018098535, -0.00858288817, -0.0335191488, -0.0298482906, 0.0348430648, -0.011456388, 0.0207313225, 0.0121333906, 0.018760493, -0.0319846086, -0.0445919, 0.0244021807, 0.0411316678, -0.00605541188, 0.0448025241, -0.0119002005, -0.0321651436, 0.0472096428, -0.00742446119, -0.0240862463, 0.0176923331, 0.00763884559, 0.000525617274, 0.035836, 0.0218596607, 0.0213331021, -0.0137657188, 0.0236048214, 0.0210923906, -0.0316235423, 0.0415529124, 0.0153679578, 0.00974883698, -0.0114714317, 0.0188958943, -0.0429069176, 0.0443211, 0.0156763699, 0.00547619862, 0.0211074352, -0.000856596278, -0.0118851559, 0.0224463958, -0.0696259513, 0.0157967266, -0.0131639382, -0.0179932229, -0.0328571908, 0.026854435, -0.016263105, -0.00192757673, -0.0119453343, -0.00913201179, 0.0214534588, 0.0393564142, 0.0242667813, -0.0303297136, 0.0162480604, -0.0320748761, 0.0243269578, 0.00124117138, -0.0157064591, -0.00396798737, 0.00471269, 0.0153905246, -0.0123891467, 0.0200091861, 0.0103731835, 0.0201144982, -0.00610054517, -0.00824438687, -0.00160317961, 0.00567929912, 0.0298482906, -0.0115917884, 0.0264783222, 0.00649922434, -0.000770090381, -0.0239658896, -0.067279011, -0.011937812, -0.00538593158, 0.0228225086, 0.00532951439, -0.0241614692, -0.022957908, -0.00275690481, 0.0289305765, -0.00707091577, -4.01970283e-05, -0.0318642519, -0.0113811651, -0.0140365195, -0.0118249776, -0.0203401651, -0.00866563246, -0.0151347686, -0.0371298306, -0.000722606201, 0.00111329311, 0.0221906397, 0.0194826294, 0.0183392465, 0.023288887, 0.00649170205, -0.0253951177, -0.0120581677, -0.0178277344, 0.0147436112, -0.0267039891, 0.00781561807, -0.0286447294, 0.0130511047, 0.0289155319, -0.0343014635, -0.0193020944, -0.0338200368, 0.022145506, -0.00227924204, 0.0236499552, 0.0276367478, -0.00531070912, 0.0214233696, -0.0145104211, 0.021303013, 0.0307058264, 0.0245526265, -0.004441889, 0.0167445298, -0.00840987638, -0.0401387289, -0.0302093588, 0.0335191488, 0.0223109946, 0.00667975843, 0.00709724333, 0.0209569894, -0.0216189474, -0.0770278424, 0.00242404523, -0.00102678721, 0.0555443, 0.00256132637, 0.0215738155, 0.0198587421, 0.00601027813, -0.009289979, 0.00126185757, 0.0440202095, -0.0420343354, -0.0192569606, 0.0173162203, 0.0396272168, -0.0117948893, 0.00114338205, 0.0247181151, -0.0061569619, -0.0091244895, -0.00115748635, 0.00272681587, -0.0355050229, -0.0155710587, 0.0141794421, 0.0301341359, 0.00756362313, 0.0202799868, 0.00409210427, -0.00434409967, -0.016263105, -0.0278022382, 0.0346324407, -0.00992937107, 0.00796606299, 0.00350348814, -0.0054874816, -0.0262977872, -0.0294571333, 0.0196631625, 0.00784570724, -0.0349333324, 0.00356178568, -0.00434033852, -0.00258201244, -0.0021137523, 0.0246428922, 0.0213631913, -0.0183542911, -0.000447103783, -0.0131037608, 0.0062359455, 0.035354577, 0.0339103043, -0.00283400784, 0.0343014635, -0.00546115404, 0.0132993395, -0.0012129629, 0.0342412852, -0.000723076344, 8.22746151e-05, -0.0183693357, -0.0161728393, 0.0163684171, -0.00402064295, 0.035053689, 0.0181888025, -0.026523456, 0.00304839201, -0.00669480301, -0.00270612957, -0.00705211, -0.0550628752, 0.0384537466, 0.0323757678, -0.00528814225, -0.000681233825, -0.0103882281, -0.0284341071, -0.0364076942, -0.0142245758, 0.0199640524, -0.017918, 0.020641055, 0.0230331309, 0.0208065454, -0.00953821372, 0.0242216475, 0.0174817108, -0.0132316388, 0.0497070327, -0.0377015211, 0.000385280262, -0.0160073489, -0.000348139147, -0.012930749, -0.00916962326, -0.0257561859, 0.00835722, 0.0351439565, -0.0167595744, 0.0028302467, -0.0183242019, 0.0375510752, 0.0366484039, -0.000590026553, -0.00795854069, -0.00666471384, 0.00484432932, 0.00435162196, -0.0170002859, -0.0171356872, 0.00470892899, -0.0213481467, 0.000521386, -0.0177525114, 0.030495204, 0.00102396635, -0.000543482602, -0.0277871937, -0.00731538888, 0.0183843803, 0.0340607502, 0.0202499, 0.0309314951, -0.00783818495, -0.0122462241, 0.0202950314, 0.0179330446, -0.0315934531, 0.00400935952, -0.0125696808, -0.0138033303, 0.00447197817, 0.0109824855, 0.0314430073, 0.0117648, 0.0162029285, -0.0118249776, 0.0175719783, -0.00974131469, -0.0238605794, -0.00739437249, -0.00564921042, 0.0173463095, -0.0101099052, 0.0160223935, 0.00683020335, 3.91979775e-05, 0.00865811, -0.00665343087, -0.0288553536, 0.0401688181, -0.0126599474, -0.0157064591, 0.0238455348, 0.0121559566, 0.0330076367, 0.00277571054, -0.00913953409, 0.00837226491, 0.0087258108, -0.0379723199, 0.0304049365, -0.045253858, 0.0303598028, -0.00901165605, -0.00977140386, -0.0279677268, 0.0251694508, -0.0372200944, -0.0013587065, -0.00449078344, 0.0118249776, 0.0129157044, 0.0183242019, 0.0352041312, -0.0299084689, -0.0597567596, 0.00716870464, -0.0215738155, 0.00964352489, -0.0193020944, 0.0189711154, 0.0011067111, -0.0028302467, -0.00226231688, -0.036678493, -0.00264219055, 0.0178126898, -0.0201295428, -0.0247482043, 0.0273960363, -0.0352041312, 0.0247632489, -0.00792845245, -0.0164135508, 0.0355050229, -0.0305553824, -0.0160524826, 0.0188507605, 0.0379121415, 0.0508203246, 0.0100948606, -0.0157215036, -0.00248610391, -0.0106289405, -0.00967361405, 0.00471645128, -0.0203702543, -0.0131037608, 0.0276517924, 0.0234844666, -0.00178653456, -0.0100873383, 0.0220401939, -0.0367386714, 0.0076689343, -0.00187115988, -0.0216490366, -0.0298934244, -0.0401688181, 0.0048180013, -0.00827447604, -0.0211074352, 0.017256042, 0.0110877976, 0.00399431493, 0.0269747898, 0.0178578235, -0.008552799, -0.0215286817, -0.0126674697, 0.0275615267, -0.0139086414, -0.000899849227, 0.0217693932, 0.0124117136, -0.0164135508, -0.0146458223, 0.00428392179, 0.00674369745, -0.0099669816, -0.00737180561, 0.0249588266, 0.0105311507, -0.000649264257, -0.0207162779, 0.0358660892, -0.0146759106, 0.032706745, -0.0347527973, -0.0190613829, -0.0145705994, -0.00333047635, -0.0122988801, 0.0297128893, 0.0129909264, -0.0187454484, 0.0321952328, 0.0114488658, 0.0420343354, 0.0312624723, 0.0133143831, 0.0340908393, 0.00453967834, -0.0109599195, -0.0257561859, -0.000801589806, 0.00309916725, -0.0197684746, -0.0133820837, -0.00379497535, 0.0144427214, -0.035053689, 0.0424555838, 0.0240712017, 0.0386342779, 0.0120356008, 0.00644656876, -0.0158869941, -0.00849262066, -0.011275854, 0.0181888025, 0.019166695, -0.000599899504, -0.00353733823, -0.0470892899, 0.0108245183, 0.0154807921, -0.00224539172, 0.00960591435, 0.0375811644, -0.0183242019, 0.000345553388, 0.0164586846, 0.00898908917, 0.0137882857, -0.0247030705, -0.000393977884, 0.0038194228, -0.011809933, -0.000346728746, 0.0101475157, -0.00490074605, 0.00209118566, 0.0382732116, -0.0305854715, 0.0138258962, -0.0175268445, 0.0142997988, 0.0110050524, -0.0116369212, 0.00765389, -0.0183091573, -0.0186852701, 0.0100722937, -0.000336150581, 0.0100271599, -0.00457728934, 0.0172861312, 0.0225968417, 0.0118249776, 0.009289979, 0.000526087417, -0.00841739867, -0.0130661493, 0.0105687622, 0.0179480892, 0.0200392753, -0.0201295428, 0.00513769733, 0.00484056817, -0.00987671502, 0.026011942, -0.0233189762, -0.00694303727, -0.0067399363, 0.0404396206, -0.000646443397, 0.0124944579, 0.000121061217, 0.0248535164, 0.0131789828, 0.00656692497, -0.0186702255, -0.00756738428, -0.0375209861, -0.00877094455, -0.0293367766, -0.00180251931, 0.0284341071, 0.0042275046, 0.00675121974, 0.017256042, -0.0106590288, -0.0146157332, -0.0303748474, 0.0106439842, -0.00575452158, 0.00249738712, -0.00122894766, -0.0177224223, 0.00684900908, 0.00558527093, 0.020972034, -0.0220401939, 0.00379309477, -0.00202724664, 0.0155409696, 0.0298482906, 0.0356855579, -0.0156763699, 0.0214685034, 0.030495204, 0.0317138098, -0.00188620435, -0.0334288813, -0.0318642519, -0.00242404523, 0.00394165935, 0.0114112543, -0.00609302288, 0.0422148705, 0.0314129181, -0.0124041913, -0.0144652883, -0.00350724929, -0.00641647959, -0.000493647705, 0.00296376669, 0.00436666654, -0.0374608077, 0.011682055, 0.0377015211, 0.0355050229, 0.0191215612, 0.0354749337, -0.0250490941, -0.0216189474, -0.00835722, 0.0248234272, -0.0134422621, -0.0409511328, -0.0562965237, -0.00273809931, 0.0140214749, 0.0205507893, -0.0128555261, -0.0240110233, -0.0256659184, -0.024612803, -0.00606293418, -0.00669104187, 0.0203401651, -0.0173763987, 0.00992937107, -0.0160976164, 0.0202348549, -0.0263730101, 0.0309314951, -0.0171206426, 0.0141192647, 0.0215136372, -0.0253198948, 0.012396669, -0.00479919603, 0.00994441565, 0.0187153593, 0.00658573024, 0.071852535, 0.00962848, -0.00681515923, 0.0134196952, -0.0201295428, 0.0141869644, -0.00836474262, -0.0317439, -0.0156613253, 0.0266137235, 0.0050323857, 0.0152250351, 0.00985414814, 0.018429514, -0.024868561, -0.0231685322, -0.0115993107, -0.00247858162, -0.036497958, -0.00702954317, 0.00408834312, -0.0121935681, 0.016263105, -0.0198436975, 0.0185197815, -0.0226871073, -0.0138409408, 0.00268920464, 0.00774039607, -0.00837978721, 0.0105311507, 0.000633279444, 0.0064089573, 0.0224012621, -0.0280128606, 0.0236499552, -0.0340908393, 0.0256659184, -0.000827917713, 0.0226118844, -0.0129157044, 0.000186528312, -0.0158869941, -0.0234844666, 0.00332483486, 0.00173481903, 0.00719127152, 0.0046938844, 0.0055739875, 0.0124568474, 0.00177337055, 6.2940082e-05, 0.0105913291, -0.0113285091, 0.0269747898, 0.003499727, 0.00829704199, -0.00126561872, 0.013998908, -0.0168047082, -0.0382130332, 0.000514333893, -0.0170153305, 0.0324359462, 0.00698064873, -0.0292314664, -0.00449078344, -0.0246880259, 0.0125621585, -0.0159772597, -0.0172710866, -0.0174215324, 0.00499101309, -0.00889882259, 0.0207915, 0.00310668955, -0.0182038471, 0.00948555768, 0.0964653417, 0.020084409, -0.0147586558, 7.58689494e-05, -0.0121183461, 0.00507375784, -0.020490611, -0.00842492096, -0.00165865629, -0.00295812497, 0.0310819391, 0.0166241731, 0.0320748761, 0.0317739882, -0.00446821703, 0.00780057395, -0.0084550092, 0.00285281357, 0.0233490653, -0.0385440104, -0.0171507318, -0.000519975554, 0.0231685322, -0.00132673699, 0.0343014635, -0.0276217032, 0.0029562444, -0.000533139508, -0.0176321547, -0.0101174274, 0.0117648, -0.0012458727, 0.0259668082, 0.00414476, -0.0178578235, 0.0410414, -4.94235355e-05, 4.31941726e-06, 0.00156838924, -0.020415388, -0.0120431231, -0.030901406, -0.0125621585, -0.0404697098, -0.000179711264, 0.0131564159, 0.00266851834, 0.0133670392, 0.00301830308, -0.0161728393, -0.0149316676, 0.0151723791, 0.0206109658, -0.00311421184, -0.00560031552, 0.00561536, 0.00296752783, -0.0169551522, 0.0129457936, -0.0311722066, -0.0101926494, -0.014254665, -0.0179781783, -0.0248234272, -0.00570938829, -0.0102904392, -0.00706339348, -0.00916962326, -0.00462618424, 0.00982405897, -0.00746207265, 0.00483304588, 0.0132993395, -0.000367885077, -0.0224012621, 0.0261322986, -0.00238831458, 0.00221906393, 0.011020097, -0.00169626751, -0.013058627, 0.0247632489, -0.0207463671, 0.00789084099, 0.00286033587, -0.00868819933, -0.0130435824, -0.011403732, 0.00198211311, 0.000247999211, 0.0335793272, 0.00822934229, -0.00307095889, -0.0182038471, 0.0137732411, -0.0256960075, -0.03252621, -0.004441889, -0.0141643975, -0.0216640811, 0.0118249776, 0.0282385293, 0.0156914145, -0.00485561276, -0.0159923043, -0.00944042485, 0.00831208657, -0.000906431174, -0.00722512184, -0.00734547758, 0.00523924734, 0.0432679839, -0.0224915296, 0.0106891179, -0.00504366914, -0.0329775475, -0.00583726633, -0.0179781783, 0.00727401627, 0.0151422909, 0.00410338771, 0.0234092437, -0.00217769155, -0.0132391611, 0.0092222793, -0.00969618093, -0.00211187196, -0.00671737, 0.00947803538, 0.00326653733, -0.0157666374, 0.00915457867, -0.00293931947, 0.0104032727, 0.00288290251, -0.00430272752, -0.0124944579, -0.0216941703, 0.0091244895, 0.000293602847, -0.00925236847, 0.0233340207, 0.000757866772, -0.0328271, 0.00133613974, 0.0205056556, -0.0132466834, 0.028840309, 0.0133595169, -0.0177073777, -0.0248535164, -0.00496468553, 0.025786275, 0.0121333906, 0.00165207428, -0.0203251205, 0.00254440121, 0.00178747484, 0.0170905534, -0.0148037896, 0.00195014349, -0.000140336982, 0.0134798726, -0.0249738712, -0.0216941703, 0.0224313512, 0.0274261255, -0.0159772597, -0.00257449015, -0.0101776049, 0.00329474569, 0.00719127152, -0.00767645659, -0.0183242019, 0.0229428634, 0.00138973584, 0.0321049653, -0.0244172253, 0.00471269, -0.0109223081, -0.00711604906, -0.0129457936, -0.0179330446, 0.00919971243, -0.0358059146, 0.00730786659, -0.0133444723, -0.00447573932, -0.0100647714, 0.0159923043, -0.0214985926, -0.0216490366, 0.0121183461, 0.0138484631, -0.00277383, -0.00945546944, 0.0179631338, -0.0413723774, -0.00124211167, -0.00934263505, -0.0163533725, 0.0176472, 0.0125471139, 0.00408834312, 0.0225065742, -0.0126148146, -0.00705211, -0.00977140386, -0.0269146133, -0.0370395631, 0.0241012909, 0.00948555768, 0.0205507893, -0.00681515923, -0.0216490366, -0.0119077228, 0.027516393, 0.0219800156, -0.00487065734, 0.0322554111, 0.000231896876, 0.00132673699, 0.0018758612, -0.00171977456, -0.0231986213, -0.00184483198, 0.0296978448, 0.00252747629, -0.0127878264, 0.0109298304, 0.0245827157, 0.0195728969, 0.0237402227, 0.00804128591, -0.0157515928, 0.000732009, 0.00248986506, -0.00297505013, -0.000146918959, -0.00206485786, 0.0230030417, -0.00441556098, -0.00214572204, -0.0230782647, -0.0467282198, -0.000310527917, 0.00232813647, -0.00518283062, -0.0106891179, -0.0103882281, -0.0215136372, 0.0139612975, -0.00859041, -0.0145028988, -0.0186250918, 0.0345722623, -0.00554013764, -0.00970370322, -0.00751096709, -0.00648418, 0.0311421175, 0.0316837206, 0.00189466681, -0.0100045931, 0.0118024107, 0.0303898919, -0.00865811, 0.000854245562, -0.000339676626, 0.00258765416, -0.00574323814, -0.0423954055, 0.019828653, 0.0132993395, -0.00119039614, 0.0194675848, 0.00178559427, 0.0120581677, -0.0074169389, -0.00267227949, -0.0124568474, -0.00720255496, 0.00898156688, -0.00938024651, -0.0169100184, 0.022957908, 0.0116895773, -0.00995946, -0.00239207572, 0.00943290256, 0.0272756815, -0.0154206138, -0.0178578235, -0.00935015734, 0.00432905508, 0.00953821372, 0.0187304039, -0.00101080246, -0.0165188629, 0.0253499839, 0.0144878542, -0.0138484631, 0.0248234272, 0.0043140105, -0.00209306623, 0.0101249497, 0.0198136084, -0.0183693357, 0.00175926636, -0.00393413706, -0.00563416583, -0.0162330177, 0.00876342226, -0.0134121729, -0.00451335032, -0.0111855865, -0.01644364, -0.00831960887, 0.0070784376, -0.0230030417, -0.014126787, -0.015781682, 0.00981653668, -0.0135400509, -0.00885368884, 0.00813907478, 0.00998954847, 0.0114714317, 0.00137563155, -0.0184896924, 0.00556270452, 0.00851518754, -0.0220853277, 0.012344013, -0.0100121154, 0.0138334185, -0.0103731835, -0.0163985062, -0.00231309212, -0.00860545505, -0.0608700514, 0.00881607737, -0.0274562147, 0.00593129452, -0.0112984208, -0.0269747898, -0.00545363175, 0.0042763995, -0.0200543199, -0.0182941128, -0.0126373814, -0.0306306053, 0.0158869941, 0.0123816244, 0.0124794133, 0.0315934531, 0.0051978752, -0.0122236572, 0.00331167085, -0.0201746766, -0.012930749, -0.00370094739, -0.00262338482, 0.0318943411, -0.0163383279, -0.0242216475, 0.0251694508, 0.0219950601, 0.0155560141, -0.0232437551, -0.026854435, -0.0134422621, 0.0145781217, 0.000369295478, -0.00580341648, 0.00581093878, -0.0168949757, -0.00411843229, 0.00126373814, -0.00931254588, -0.0108320406, -0.012013034, 0.00632997369, -0.0112833763, -0.0140440417, -0.00938776881, -0.0122537464, 0.0212578811, -0.0256057419, 0.0287951753, -0.00310480897, 0.0108245183, 0.0043629054, 0.00547243748, -0.00672113104, -0.0314129181, 0.00426135492, 0.0247331597, -0.0243119132, -0.00344707142, 0.0476609804, 0.0283739287, -0.0118776336, 0.00911696814, 0.0159020368, -0.015932126, -0.000951564696, -0.000905490888, 0.00287538022, -0.0209269, 0.0033079097, 0.00244661211, -0.009289979, -0.00162950752, 0.00909440126, -0.0139838634, -0.020415388, 0.042305138, 0.0129909264, 0.0262075216, -0.00949308, 0.0143599762, -0.00606669532, 0.0180383567, -0.0258765426, -0.0248535164, 0.0173613541, -0.0115015209, -0.0088236, -0.0135851847, -0.0184746478, -0.0164737292, -0.0257260967, 0.00734547758, -0.00203852984, -0.00250867056, -0.00822934229, 0.0237101335, -0.0131714605, -0.020159632, 0.00625099, -0.00689038169, -0.00887625571, 0.00254440121, 0.00425383262, 0.00689038169, 0.00757866725, 0.0287199523, 0.0144427214, -0.0169701967, 0.0205357447, -0.01644364, -0.0203702543, 0.0277119707, -0.00972627, -0.000458622206, -0.011200631, -0.0119227674, -0.0226118844, -0.00593505567, -0.0131338499, 0.00895147864, 0.000551475, 0.00831208657, 0.00166053686, 0.010741774, 0.0234092437, -0.0184144694, 0.00364829157, 0.0124192359, 0.0178728681, -0.0103054829, 0.00566801568, -0.0241614692, -0.0183994249, -0.0157215036, -0.00942538, -0.0056529711, -0.0181737579, 0.000882454042, 0.00968865864, 0.00585983321, 0.0112683317, 0.00508128, -0.00771030691, 0.0480521359, -0.00850014295, 0.0241163354, -0.00448326115, 0.0141568752, 0.00751096709, 0.0252898056, 0.00807137508, -0.00614944, -0.0220853277, -0.0113435537, 0.00597642828, -0.00424254918, -0.0145630771, -0.00921475701, 0.0296376664, 0.00497596897, -0.0148790115, -0.00807889737, 0.0135024395, 0.0306606926, -0.0132542057, 0.028840309, -0.00995946, -0.00543858716, -0.00691670924, 0.00589744467, 0.0101023829, 0.0170153305, 0.0185498707, 0.00737556675, 0.00467884, -0.0210171677, -0.0467282198, 0.0139161637, 0.00393037591, 0.0179932229, 0.0106815957, -0.023469422, -0.000245648494, 0.0241614692, -0.00808642, 0.014660866, -0.0247482043, 0.00510384701, 0.0114262989, 0.0126825143, 0.00615320075, -0.0173463095, 0.00168780494, 0.00758618955, 0.0115917884, -0.00675874203, 0.0253048502, -0.00587863894, -0.00840235408, 0.0236349106, -0.0087182885, 0.0138108516, 0.0106590288, 0.0287349969, -0.00249738712, 0.0148489224, 0.00626603467, -0.0171507318, 0.00420493819, -0.00477286801, -0.0292465109, -0.00579213304, -0.0100948606, -0.00395670393, -0.00450958917, -0.0251393616, -0.00876342226, 0.0287199523, 0.00352605502, -0.000887155416, 0.00663086399, 0.0224012621, 0.0185047369, 0.00728906086, 0.00203288812, 0.00760123413, -0.00291111087, -0.0162330177, -0.00224163057, -0.0221304614, 0.0221154168, 0.0159020368, 0.00443060556, 0.027666837, 0.0158117712, -0.0278925058, -0.0135626178, 0.00959087, -0.0192569606, -0.031382829, -0.0092298016, 0.0133219054, 0.0310518499, 0.0296226237, -0.00913201179, -0.0124944579, -0.0123364907, -0.0108245183, -0.0132316388, 0.000157379589, 0.00387395895, 0.0186702255, 0.0209569894, 0.00256320694, -0.00819173083, -0.000631869072, 0.0118776336, -0.0182038471, -0.0107643409, -0.00197459082, 0.00124775327, -0.00203288812, 3.21164844e-05, -0.0377015211, -0.00542730372, -0.0168347973, 0.00392661477, 0.000799239147, 0.0152701689, -0.0269146133, 0.0053219921, 0.0175118, -0.0274411701, -0.00631869072, -0.0105988514, 0.0121033015, -0.034512084, 0.00123364909, 0.00201972434, 0.0299536027, -0.00900413375, -0.0099669816, -0.00637510745, 0.0267340783, -0.00716118235, 0.0124643696, -0.0172109101, -0.00286221644, 0.00778552936, 0.0253951177, 0.00445317244, 0.00885368884, 0.00731162773, 0.00214948319, -0.0177224223, -0.0163232833, -0.0112457648, -0.0341510177, 0.02413138, 0.0058147, -0.00774039607, -0.0181737579, -0.0175719783, 0.00775544, 0.0141418315, 0.00377805042, 0.000665719155, 0.0087182885, 0.00955325831, -0.00808642, 0.0317739882, -0.00385515345, 0.00354674109, -0.025455296, 0.00898908917, -0.0313226506, -0.00280391891, 0.0180684458, 0.00571314944, 0.0115692215, -0.00267227949, -0.00601780042, -0.00344707142, -0.0283588842, 0.00267604063, 0.0036859028, -0.0219047945, -0.00441556098, 0.0139838634, 0.01333695, -0.00210811081, -0.0116369212, -0.0304801594, 0.0266137235, 0.0355652, -0.00910192356, -0.0132842949, -0.00743950577, -0.0194826294, 0.0187304039, -0.000153618457, -0.0365882255, -0.000904550659, 0.000977892545, -0.00122894766, -0.0135701401, -0.00632997369, 0.00730786659, -0.0219198391, -0.0141493529, -0.0240561571, 0.00184389169, 0.000332389434, -0.0353846662, -0.0143900653, 0.00566425454, 0.0196782071, -0.00425007148, 0.0269146133, -0.0159622151, -0.0428467393, 0.00459609507, 0.0157365482, 0.00490826834, 0.0149617568, 0.00848509837, -0.0121258684, -0.0129081821, 0.0151799014, 0.0162330177, 0.000885745, 0.00339629618, -0.00147154031, -0.010155038, 0.0199941415, 0.0128329592, 0.0119453343, 0.0197835192, -0.0135851847, 0.0118249776, -0.0204605218, -0.0121559566, -0.00322328438, 0.00455472292, -0.000797358574, 0.000311703247, 0.0108846966, -0.0107342517, -0.0130661493, -0.00948555768, 0.0133068617, 0.034391731, -2.16999306e-05, 0.00216452754, -0.012471891, 0.0155710587, 0.0193773173, 0.0121108238, -0.0107041625, 0.0163834617, -0.0194074064, -0.0133519946, 0.00786827412, -0.00298445299, 0.0160073489, -0.0202348549, -0.0177224223, 0.00689038169, 0.00588992238, -0.00378369214, 0.014532988, -0.0124643696, 0.0224915296, 0.00460737851, -6.29988499e-05, 0.000793127285, -0.00311045069, 6.13753946e-06, 0.00308036152, -0.00581093878, 0.00473901769, 0.0144728106, 0.00792093, -0.0101926494, -0.00307472, -0.00165959657, -0.0186852701, 0.000995757873, 0.0106289405, -0.00971874781, 0.0390555263, -0.00822934229, 0.00557022635, 0.0222658608, 0.0105010616, -0.0163834617, 0.00197647139, 0.00573195517, -0.00343954912, 0.0106063737, 0.0200693645, 0.00263090711, 0.00558527093, -0.0149467122, 0.0176020656, 0.0135325287, 0.0380325, 0.0201897211, -0.0260871649, 0.0491654314, 0.00388900354, -0.00456976704, 0.0160976164, -0.0131714605, 0.00970370322, 0.0242667813, 0.0231685322, -0.00940281339, -0.00185799587, -0.0116594881, -0.00233189762, -0.00854527671, 0.00883864425, -0.00223410851, -0.0276517924, -0.0116895773, 0.00709348219, 0.00314994249, -0.0137807634, 0.00533327553, -0.0028979471, 0.0112307202, 0.00505871372, -0.0102678724, 0.00789836328, 0.00459985621, -0.00592753338, 0.00122800737, -0.00591625, 0.00552509306, 0.0137055404, -0.0177073777, 0.0245225374, 0.00758618955, 0.000260222849, 0.0295173116, -0.0134798726, -0.0284942854, -0.0225216188, -0.00647665793, -0.0154055692, -0.0202047657, -0.0165489521, -0.0125170248, -0.0123741021, 0.00859793276, -0.00836474262, -0.00913201179, -0.00651803, -0.0216791257, 0.00289606652, -0.00103430951, -0.00951564685, -0.00313865906, -0.00934263505, -0.00964352489, -0.00713109365, 0.00737556675, 0.00426887721, -0.00681515923, 0.00368966395, 0.00865811, 0.00803376362, -0.00759747298, 0.0260871649, -0.00321388151, 0.0164285954, -0.00744326692, 0.0123214461, 0.00224351115, 0.0127652595, 0.00354862167, -0.00388900354, -0.00350160757, -0.0225366633, 0.0039378982, 0.00941785797, -0.0210021231, 0.00697688758, -0.0301792696, -0.00915457867, -0.00428392179, 0.0241464246, 0.013464829, -0.0190613829, -0.00883112196, 0.00590120535, -0.0105236284, 0.010410795, 0.00460361736, 0.00317438971, -0.00503990799, 0.0105085839, -0.0105010616, -0.0250340495, 0.0047314954, -0.00843244325, 0.000491297, -0.000432529399, 0.0185197815, -0.0231534876, 0.00018758612, 0.012674992, -0.00563416583, 0.00143769011, 0.00814659707, -0.0207915, 0.0119754225, -0.0363475159, 0.00649170205, 0.00762004, 0.0196180288, -0.0041974159, 0.00672865333, -0.00359939691, -0.0125621585, 0.00617200648, -0.0109975301, -0.0149015784, -0.00109730836, 0.0115917884, 0.0192720052, 0.00168216333, 0.0126975589, -0.00968113635, 0.0123214461, 0.0142697096, 0.00405073212, -0.0116218776, -0.0135024395, -0.0375811644, -0.00880855508, -0.0116143553, 0.00418237131, -0.0102453055, 0.0310217608, -0.000935579941, 0.0115993107, 0.00210811081, 0.00138033298, 0.00827447604, -0.0133519946, -0.0245827157, 0.00569058256, 0.00247482047, -0.0155861033, -0.0132842949, -0.00907183439, -0.0264632776, -0.00816916395, -0.0146082109, -0.013998908, 0.0183091573, -0.00168310362, -0.00564168813, 0.00786075182, 0.00950060226, 0.00287161907, 0.00179029559, -0.0183091573, 0.00526181422, -0.0115616992, 0.0154807921, 0.00666847499, 0.0214534588, -0.0091244895, 0.0111178868, 0.00273057702, 0.0094629908, 0.0054009757, -0.00752977282, 0.0217092149, 0.00814659707, 0.00504743028, 0.0124643696, 0.00487817964, -0.0127351703, 0.0138108516, -0.010538673, 0.0220702831, 0.00426887721, 0.000636570447, -0.00505871372, 0.00185047369, 0.0113886874, -8.80926091e-05, 0.0146458223, -0.00942538, -0.00538593158, 0.0211676136, -0.0102302609, -0.0167896636, 0.00112739729, -0.0105612399, 0.0198888313, 0.00354862167, 0.00509632472, -0.0215286817, -0.00974883698, 0.000991996843, -0.00343014626, -0.0141643975, -0.0253650285, -0.0107793855, 0.029412, 0.00311609241, 0.00105687615, -0.008552799, 0.000682174112, 0.00703330431, 0.00428768294, 0.0137506742, 0.00786827412, -0.00723264413, 0.00282460521, 0.0144803319, 0.0014386304, -0.0200091861, -0.00587111665, 0.00577332731, -0.0265986789, 0.0183994249, 0.00449078344, -0.0138334185, 0.000447808969, -0.0131865051, -0.00327217905, 0.00321200094, 0.0159923043, -0.0069919317, 0.0058824, -0.0156763699, 0.025530519, 0.00400559837, -0.0227623302, -0.00108414434, 0.0184445586, -0.000557586842, -0.0115090432, 0.0295925345, 0.0131413713, 0.00701073743, -0.00289982767, -0.00952316914, -0.000381989288, 0.0104408842, 0.0213180576, -0.00716118235, -0.00319131487, -0.00935015734, 0.0116745327, -0.00400183722, -0.0154206138, -0.0010944875, -0.00146119716, -0.0226720627, -0.0125170248, -0.00212127459, 0.0122537464, 0.0152099906, -0.00940281339, -0.00839483179, -0.0120431231, 0.0322554111, -0.0005768626, 0.0162330177, 0.0101851271, -0.0162480604, -0.00324209, -0.00401688181, -0.0121484343, 0.00636006286, 0.00686781481, -0.0150971571, 0.00904926751, -0.0298031569, -0.0174967553, -0.0108245183, -0.0205507893, 0.00941033568, -0.0187454484, -0.0112231979, 0.00936520193, 0.0231534876, 0.00372539461, 0.00374043919, 0.00114056119, 0.0228375532, 0.0190162491, -0.00876342226, 0.0203552097, -0.00627355697, 0.00745831151, -0.00272681587, 0.0153077804, 0.0173914433, 0.0117046218, -0.0128103923, -0.00432905508, -0.011200631, 0.00815411936, -0.00391909247, 0.0163533725, -0.0247331597, -0.016263105, -0.00434409967, 0.0119077228, 0.00214384147, -0.00353357731, -0.0174666662, 0.00643528532, 0.0149617568, 0.0105687622, -0.00924484618, 0.00504366914, 0.0158268157, 0.00408834312, 0.0271252356, 0.0118851559, 0.00419365475, -0.00617952878, -0.0318943411, -0.0205207, -0.00636006286, 0.0154657476, -0.00458481163, 0.00177431083, -0.0113962097, 0.00731538888, -0.0234543774, -0.0152626466, -0.0042763995, 0.00591625, 0.004441889, -0.0119754225, 0.0181737579, 0.0300589129, -0.0239057131, 0.00936520193, -0.0140891755, -0.0233189762, 0.00942538, 0.00224727229, -0.0230933093, -0.0172710866, -0.00159283658, 0.00576956617, -0.00740565592, 0.0387546346, -0.00616448419, -0.00734171644, -0.00901917834, -0.00501734111, 0.00354109937, -0.0145555548, -0.0130511047, 0.0130435824, -0.0182339363, 0.0193622727, 0.0104484065, -0.00907183439, -0.00967361405, 0.00807137508, -0.0129157044, -0.00551380962, -0.00182978751, 0.014382543, 0.0113059422, -0.00869572163, 0.0088236, 0.00198587426, 0.00120356, 0.0115015209, 0.0206109658, -0.000279498636, 0.00859041, -0.00472397357, -1.51620361e-05, -0.0178126898, -0.0119754225, -0.0190764274, 0.0224915296, 0.00536712585, -0.00189372653, -0.000987295411, -0.00732291117, -0.0087182885, 0.0054498706, 0.00170943141, -0.00333047635, 0.000383869861, 0.00871076621, -0.0013521245, -0.00448326115, 0.000677472679, 0.0237402227, -0.00701449858, -0.0180082675, -0.000837790663, -0.00955325831, 0.0117723225, 0.0098992819, 0.000165019374, -0.0109523972, -0.0281181727, -0.0101926494, -0.00607421715, -0.00204417156, 0.012344013, -0.00745831151, -0.0280579943, -0.00975635927, -0.00659701368, -0.00349408551, 0.009289979, 0.0022059, 0.0043140105, -0.0174967553, -0.019497674, -0.0194826294, -0.0143599762, 0.00667975843, 0.0105762845, 0.00175174407, 0.00233753934, -0.019422451, 0.010538673, 0.00924484618, 0.00129100622, 0.0233340207, 0.0016041199, 0.00897404458, -0.0133595169, -0.00266851834, 0.0157967266, -0.00516402489, 0.0368289389, 0.0258765426, -0.000396093499, 0.00186457788, -0.00151479326, -0.0242366921, -0.00451711146, 0.000306296628, -0.00386267575, 0.00940281339, -0.0213932805, -0.0163383279, 0.0121108238, -0.00970370322, -0.00123458938, 0.0173914433, -0.00666847499, 0.0125772031, 0.0107718632, -0.0115165655, 0.0202499, -0.00995946, 0.0183542911, 0.00415604329, -0.00657820795, -0.00319507602, -0.0241163354, 0.0223410837, -0.000918184698, 0.0043140105, 0.00415228214, -0.0158569049, -0.0131037608, 0.018429514, -0.002055455, -0.0276367478, 0.00278511317, -0.0142396204, 0.011275854, -0.00925989076, -0.00408082083, 0.00219837762, 0.00448326115, -0.00380625878, -0.00905679, -0.00343954912, -0.015450703, -0.0176020656, -0.00652931351, -0.00298821414, -0.00399431493, -0.0123515353, -0.00539721502, -0.00423502689, -0.0277871937, 0.000857066421, 0.0335191488, 0.0059914724, -0.0328271, 0.0132692503, 0.00466379523, 0.000876342179, -0.00152325572, 0.00099293713, 0.0235897787, -0.0218295716, 0.0115993107, 0.00525805308, -0.00529566454, -0.0069129481, 0.000935109798, 0.00520915864, 0.021152569, -0.0064089573, -0.0040620151, -0.00290546939, 0.00320259808, 0.011125409, -0.00722136069, 0.0182188917, -0.0151648568, -0.00663086399, 0.0133670392, 0.000215794556, 0.00823686458, -0.00331919314, -0.0221605506, 0.00434033852, 0.00544610946, 0.0150971571, 0.0123515353, -0.00712357135, -0.0133219054, 0.0170905534, -0.011809933, 0.0236950889, -0.0159471706, 0.00181568321, 0.0248986501, 0.00622466253, -0.016263105, -0.00204229099, -0.0111329304, -0.0177525114, 0.00352981617, -0.0137130627, -0.00692423154, 0.0186852701, 0.0131112831, -0.00463370653, -0.00686405366, -0.0292465109, 0.0330377258, 0.0014123026, 0.0214985926, 0.00162010477, -7.05211e-05, -0.011478954, -0.0147285666, -0.021964971, 0.00809394196, -0.000758807, 0.000349314505, -0.0297279339, -0.0207313225, -0.0247331597, 0.0181436688, -0.00284905243, 0.0251544062, 0.00765012903, 0.00431777164, 0.00944794714, 0.00687157596, 0.00736804446, 0.0282987058, -0.00466755638, 0.0114939986, -0.00206297729, -0.0153754801, 0.00475406228, 0.00538217044, 0.0284491517, 0.00483304588, -0.00543106487, -0.00858288817, 0.0134573067, 0.00277383, -0.00305027259, 0.00673241448, -0.00242780638, -0.000412313355, -0.00599523354, 0.0252898056, 0.00949308, 0.00387772, -0.0127201257, -0.00892138947, 0.0157666374, 0.0151347686, 0.0300137792, -0.0105687622, 0.0122311795, -0.00063986145, -0.00502862455, -0.00434409967, 0.003499727, 0.015119724, -0.00717998808, -0.00210811081, 0.0188808497, 3.79932426e-05, -0.00240523973, 0.0252446737, 0.0183843803, -0.0335191488, 0.0050699967, 0.00607797829, -0.0227924194, 0.0130210156, -0.00169250637, -0.0129834041, -0.0195277631, -0.0160223935, 0.0143374093, -0.000826977426, 0.00272681587, 0.00435538311, 0.0185498707, 0.0043629054, 0.0103656612, 0.00639767433, -0.0174064878, 0.00916962326, -0.00311985333, -0.00202536606, 0.00122988794, -0.00695055956, -0.00443060556, -0.00422374392, 0.0144803319, -0.00204041041, -0.00719503267, -0.00466003409, 0.0144126322, 0.000355426339, -0.0140891755, -0.0175268445, 0.00522796437, -0.00977892615, -0.0033079097, -0.015525925, -0.00502862455, -0.00826695375, 0.0149617568, 0.00222470565, -0.0136980182, -0.024537582, 0.00773287378, 0.00476534571, -0.0135776624, 0.00370282796, -0.0046449895, 0.0036069192, -0.0119077228, -0.0122763133, 0.011456388, 0.0118776336, -0.00868819933, 0.0259066317, 0.0289305765, 0.0205207, -0.00101362332, 0.0322554111, -0.00759371184, -0.0160223935, 0.0113360314, -0.0196782071, 0.0367988497, 0.0249588266, -0.00750344479, 0.0127953487, -0.00475030113, 0.014329887, 0.000363888859, 0.0341209285, 0.00120544061, 0.0125696808, 0.0166843515, -0.0028302467, 0.000927117362, -0.00479543488, -0.005701866, 0.000310998061, 0.0294420887, -0.000588146, 0.00739813363, 0.00255380408, -0.0151347686, 0.00612311205, 0.0273509026, -0.0310518499, 0.0115767438, 0.0220251493, 0.00120920176, -0.00318379258, 0.018429514, -0.00927493535, 0.0118475445, 0.0155710587, -0.0019689491, -0.0361068025, 0.0133745614, 0.00934263505, 0.0087182885, -0.0101249497, 0.0349935107, 0.00323456782, 0.00992184877, -0.00108414434, 0.0207915, -0.0113209868, 0.0043629054, -0.014126787, 0.000732009, 0.0133595169, -0.0122612687, -0.033729773, -0.00146871945, 0.00598771125, 0.0104709724, -0.027666837, -0.0112457648, 0.00582974404, -0.00588616123, -0.0019294573, -0.0242366921, -0.0102377832, -0.00271553244, -0.00171883428, 0.0234844666, 0.0209269, 0.00598018942, -0.011147975, 0.000194285632, 0.0230481755, 0.00827447604, -0.00357683026, -0.00968865864, -0.00713485479, -0.00271741301, 0.0162330177, 0.00403192639, 0.00139349687, -0.0153679578, 0.000381989288, -0.00606669532, 0.017587021, 0.0079510184, -0.0156312361, -0.00692423154, 0.00560783781, 0.0174064878, -0.00513769733, -0.00327970134, 0.00354674109, -0.0138258962, -0.00262902654, 0.00784570724, 0.00574323814, 0.0195277631, -0.021964971, 0.00479167374, -0.000246823853, 0.00790588558, 0.0132466834, 0.000673241448, 0.000443577708, -0.0131263277, -0.0350236, 0.0138334185, -0.0102528278, 0.0236499552, -0.00340946019, 0.0064089573, 0.00761627872, -0.0205207, 0.0262225661, -0.0138935968, -0.0180233121, -0.0164285954, 0.017767556, -0.0116670104, -0.00336244609, 0.0169100184, 0.018429514, -0.00738308905, -0.00981653668, -0.0094629908, -0.00305403373, 0.00139913859, 0.00142734707, -0.0132842949, 0.0146683883, 0.0188206714, -0.00901917834, -0.00212127459, -0.0189259816, 0.00876342226, -0.000394212955, 0.00303710857, 0.00171789399, -0.0148263555, -0.00131451327, -0.0127803041, -0.00655940268, -0.0151272463, 0.000593317498, -0.0138785522, -0.0055739875, -0.00253687892, -0.00144239154, 0.00981653668, 0.0087258108, 0.000696278294, 0.022957908, -0.000979773118, -0.0126900366, 0.0131789828, -0.00181286235, -0.0117121441, -0.0138108516, -0.0227322411, -0.00381378108, -0.00585983321, -0.036678493, 0.0204003435, -0.0199790969, 0.013720585, -0.00877846684, -0.000608832168, 0.00619833451, -0.0251092725, 0.0201295428, 0.0078833187, 0.0194675848, 0.0297580231, -0.00194074062, 0.0266287662, 0.0080488082, 0.0139086414, -0.0177073777, -0.0027832326, 0.000278793421, -0.00375736412, -0.0144427214, -0.00405825442, 0.0146759106, -0.00211751345, 0.0158117712, 0.00740565592, -0.0116218776, -0.0156763699, -0.00997450389, -0.00721007725, -0.0102302609, 0.00122330606, -0.0283137504, -0.00394165935, -0.0295323562, -0.00658573024, 0.00887625571, 0.000724486774, -0.0132165942, 0.012268791, -0.00476158457, -0.012268791, 0.00819925312, 0.00115560577, 0.00615320075, -0.015450703, 0.0177374668, -0.00819173083, 0.0139537752, -0.0148714893, -0.00813907478, 0.00255192351, -0.00116030721, 0.0107342517, -0.00377993099, -0.00886121113, -0.000633279444, 0.00421246048, -0.0102453055, 0.00172447599, 0.00527685881, 0.00595010025, -0.0212127473, 0.016594084, 0.043629054, -0.0102528278, 0.00510384701, 0.0434786081, 0.0148338778, 0.0211224798, 0.0234543774, 0.0092975013, -0.0210923906, -0.00537840929, 0.0023657477, -0.00070991239, -0.0183693357, -0.0240862463, 0.00632621255, 0.00772535149, 0.0188808497, -0.00363136642, 0.000905490888, -0.013795808, 0.00429144409, -0.00837978721, -0.0250039604, -0.0242366921, 0.00585607206, -0.0122086126, 0.0284190625, -0.000549594406, -0.0109749632, -0.00242780638, 0.0108846966, -0.00370846945, -0.000818985049, -0.0234543774, 0.00318567315, 4.56917951e-06, 0.0119829448, 0.0148940561, -0.0125847254, 2.63866441e-05, 0.00112081529, 0.00400183722, 0.0222658608, 0.0067888312, -0.0117948893, -0.00282460521, -0.000302770582, -0.00301078078, -0.00429520523, 0.0157967266, 0.000829328143, 0.0088913, -0.00643152418, 0.019091472, -0.000940751459, -0.0160524826, -0.0353244878, 0.0224915296, 0.0115917884, -0.00471269, -0.00510760816, -0.0134949172, 0.00259705703, 0.0197383855, -0.0036934251, -0.00201220205, 0.00530318683, -0.010538673, -0.0248234272, 0.0110351415, -0.00522044208, -0.0102829169, 0.0075523397, -0.0137356296, 0.0126524251, -0.0100647714, -0.0153453909, -0.0167144407, 0.0083873095, -0.0102377832, -0.00464122882, -0.000461443065, 0.0059538614, -0.00269108522, -0.00457352819, 0.0517530851, -0.00750344479, 0.0102528278, -0.0058147, 0.0168047082, 0.0101023829, 0.0100196376, -0.0155560141, -0.00388148124, 0.00151855429, -0.0205056556, 0.0171206426, -0.0133219054, 0.0111855865, 0.000353310694, -0.000379873643, -0.0102152163, -0.00924484618, 0.00910944585, -0.00819173083, 0.00257637072, -0.0125696808, -0.00914705638, -0.0119002005, 0.0331580788, 0.0196481179, -0.0108320406, -0.0223862175, -0.00711228792, -0.00690166513, -0.0223862175, 0.00346399634, 0.00326277618, -0.0140139526, 0.0193321835, 0.00786075182, -0.00138785527, 0.0134347398, 0.000619645405, 0.00222846679, -0.012013034, -0.0176020656, -0.0146157332, -0.0211074352, -0.0195578523, -0.00275314366, 0.0132090719, 0.00431024935, 0.015781682, -0.0107568186, -0.00760123413, -0.0048668962, 0.0255756527, 0.00186927931, 0.0035862329, 0.0161728393, -0.00811650883, 0.00430648867, -0.0227171965, 0.00532951439, -0.00219273614, -0.0186702255, -0.0101249497, 0.0197684746, -0.00743950577, 0.00708972104, 0.0145781217, 0.00437042769, 0.0253951177, 0.000691576919, 0.00470892899, -0.0186100472, -0.0117271887, 0.000144450722, -0.0119002005, 0.0078833187, 0.013976342, -0.00685653137, 0.00108790549, -0.00982405897, -0.00366333593, -0.00466379523, -0.0271402802, -0.0197082963, 0.00856784359, -0.0202799868, 0.013667929, -0.000527968, -0.0068264422, -0.00727401627, -0.0229278207, -0.00573571585, -0.00475406228, 0.00945546944, -0.0103430944, -0.0145480325, -0.00300513906, -0.0128780929, -0.00220401934, -0.00118005311, 0.0139838634, 0.0139838634, 0.000679353252, -0.00733419415, 0.00726273283, 0.0187003147, -0.014126787, 0.00165959657, 0.00943290256, -0.00415604329, -0.0115842661, -0.00201784377, 0.0177826, -0.00446069473, 0.00158343371, 0.0142245758, 0.0044494113, -0.0175118, 0.00825943146, -0.00570562715, -0.0004508649, 0.012674992, -0.0333386138, 0.000706151302, 0.0175418891, -0.00411467114, 0.000937460456, 0.0146909552, -0.00558151, 0.0136754513, -0.00395294279, -0.0153303463, 0.0250190049, 0.00636006286, -0.0133444723, 0.00275878538, -0.00569058256, -0.0159772597, -0.00925236847, 0.00474277884, -0.0169852413, 0.0388148129, -0.0106364619, -0.0139688198, 0.00443060556, -0.00794349704, -0.0314129181, 0.0152551243, 0.0153303463, 0.00313113676, -0.00786827412, -0.00950812455, 0.00661205826, 0.0221755952, -0.00646161335, 0.00874085538, 0.00135588564, 0.000206156677, -0.0130887162, 0.0013916163, -0.0124869356, 0.0182941128, 0.0108245183, 0.0225065742, 0.00147342088, -0.0142621873, -0.00398679264, -0.00208930508, -0.00747711724, 0.00253499835, 0.0031424202, 0.0215437263, -0.0243269578, 0.00941785797, -0.0113736428, -0.00765389, -0.000129523745, 0.00641647959, 0.00653307466, -0.00525429193, 0.00874837767, 0.0205207, -0.010410795, 0.0252898056, -0.00130699109, 0.0115165655, 0.00525053078, -0.00506247487, -0.0202950314, 0.0136303185, 0.0287650861, 0.0174666662, -0.00187398063, 0.0070408266, -0.0202348549, -0.00335304323, -0.00352605502, -0.0102753947, -0.0102227386, -0.00313865906, -0.0201445874, 0.00914705638, -0.023800401, 0.00626603467]
|
24 Aug, 2021
|
HTML5 | MathML <mroot> Tag
24 Aug, 2021
The MathML <mroot> tag in HTML5 is use to display the power of the root like root squire.Syntax:
<mroot> child elements </mroot>
Attributes: This tag accepts some attributea which are listed below:
class|id|style: This attribute holds the styles of the child elements.
mathbackground: This attribute holds the value of the math expressions background color.
href: This attribute holds any hyperlink to a specified URL.
mathcolor: This attribute holds the color of the math expressions.
Below example will illustrates the concept of HTML5 MathML <mroot> tag:Example:
html
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML mroot tag</title>
</head>
<body style="text-align:center;">
<h1 style="color:green">GeeksforGeeks</h1>
<h3>HTML5 MathML <mroot> tag</h3>
<math>
<mroot>
<mi>Geeks</mi>
<mn>Geeks</mn>
</mroot>
<mo>=</mo>
<mtext>GeeksGeeks</mtext>
</math>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML <mroot> tag are listed below:
Firefox
Safari
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 MathML <merror> Tag/HTML5 MathML <mfenched> tag/HTML5 MathML <mfrac> tag/HTML5 MathML <mglyph> Tag/HTML5 MathML <mi> Tag/HTML5 MathML <mlabeledtr> tag/HTML5 MathML <mmultiscripts> Tag/HTML5 MathML <mn> Tag/HTML5 MathML <mo> Tag/HTML5 MathML <mover> Tag/HTML5 MathML <mpadded> Tag/HTML5 | MathML <mphantom> Tag/HTML5 | MathML <mroot> Tag
|
https://www.geeksforgeeks.org/html5-mathml-mroot-tag/?ref=next_article
|
NextJS
|
HTML5 | MathML <mroot> Tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, HTML5 MathML <mpadded> Tag, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <mmultiscripts> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, HTML5 MathML <mi> Tag, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, HTML5 MathML <mlabeledtr> tag, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML <mo> Tag, HTML5 | MathML <mphantom> Tag, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, HTML5 MathML <merror> Tag, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, HTML5 | MathML <mroot> Tag, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML <mfrac> tag, HTML5 MathML <mn> Tag, HTML5 MathML <mglyph> Tag, Node.js Readable Stream close Event, HTML5 MathML <mfenched> tag, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, HTML5 MathML <mover> Tag, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.015822649, -0.0153537178, -0.019740494, 0.0276215654, 0.0487688556, 0.00263773859, 0.0188328866, 0.0387549028, 0.0415079817, 0.0046136789, 0.00253941421, -0.0231894087, -0.00333546288, -0.00504101161, 0.020844752, -0.00877355319, -0.0261693913, -0.00284195063, -0.0250046272, -0.0100215152, -0.0435047224, -0.00649696728, -0.0332789943, 0.0163672157, -0.0335815325, -0.0119880019, -0.0042014732, 0.000945898704, 0.00114680175, 0.0182883199, 0.0142872781, -0.000818266184, -0.00133210525, 0.00617174106, -0.0197253674, 0.0418710262, -0.00361530902, 0.0443518236, -0.0332487412, -0.0317663141, 0.0199825242, -0.00197594031, 0.0256097, 0.0310099721, 0.0292552616, -0.000320735766, -0.000907608948, -0.0228414927, -0.028801458, -0.0120031284, 0.0236885939, 0.0109366877, 0.0559994727, 0.000782812713, -0.00505613815, 0.00017147664, 0.0293157697, 0.0398137793, -0.0552431308, 0.0112014068, 0.00773736648, -0.00717389258, -0.0242936667, -0.0129031744, -0.0184395891, 0.017652994, -0.00816848, 0.0334000103, 0.00678815879, -0.0247928519, -0.0241726525, 0.00619821297, -0.0030329267, 0.00488217967, 0.013122513, -0.00877355319, 0.00876599, -0.00794157851, 0.0120938895, 0.016926907, 0.016866399, 0.00782056339, -0.0253676698, 0.0179252774, 0.0395112447, 0.00502966624, -0.00714742066, -0.0485268272, -0.00427710731, 0.011730846, -0.0383616053, 0.0409936719, 0.00215178961, 0.0268047173, -0.000342716929, -0.0236583408, 0.00671630632, -0.000646671397, -0.0381195769, 0.0182278138, -0.00608098, 0.0293006431, -0.00167056778, -0.00387246488, 0.000117410091, 0.0116173942, 0.00369283394, 0.0415382348, 0.0220397711, -0.00283627794, 0.0207993723, -0.0174260922, -0.0192564372, -0.0150889987, -0.00147770077, 0.0358808078, -0.0156411268, -0.0678286403, 0.0193018168, 0.0206329767, -0.0602954887, -0.00960552786, -0.0267593376, 0.0466813557, -0.0546985678, 0.0134628657, -0.0422340706, -0.00603938103, 0.020587597, 0.00982486736, -0.0139317978, 0.0132510904, -0.0198312551, -0.00459477026, 0.00909121614, 0.0339143202, -0.00845589, 0.0185000952, 0.00663689058, -0.00101444207, -0.0322201177, -0.0208598785, -0.00329764583, 0.0192564372, -0.0416289978, -0.00999126211, 0.0157923959, 0.0341866054, -0.0237339735, 0.0394507349, -0.0173958391, 0.0185757298, 0.0104753198, -0.015883157, 0.0134174861, -0.0105660809, -0.0217977408, -0.00148526428, -0.0412357, 0.00455695344, 0.0291191209, -0.00954502076, 0.0165941175, 0.0207842458, -0.0110577028, 0.0371212065, 0.00409936719, 0.000416223804, -0.033067219, 0.0431719311, -0.0184698422, 0.012570384, 0.00226334971, 0.0138939805, -0.0388759151, 0.0173655841, 0.0117913531, -0.0336117856, 0.0190446619, -0.0337630548, -0.0455619693, -0.0284081604, 0.0219036303, 0.0416289978, -0.0294065308, -0.0108761806, 0.0308133233, 0.00832731184, -0.0227507316, 0.000344371423, -0.0261996444, 0.0189236458, 0.0176983755, -0.00856177788, 0.0415382348, -0.0301779974, -0.0511891432, 0.0323411338, 0.0418710262, -0.0157318879, 0.00287598581, -0.022735605, 0.0294367839, -0.0211321618, 0.0262450259, -0.00783569086, 0.00271526352, -0.0203304403, 0.0232650433, 0.00552885141, 0.00850127079, -0.0224179421, -0.0195589736, -0.00509017333, 0.00916685071, 0.00745752035, -0.0396625102, -0.0129031744, -0.0104450667, -0.029527545, 0.0530951247, -0.0122981016, -0.00835000258, -0.00881893374, -0.0623829886, -0.00983243063, -0.00634569908, -0.0362438522, -0.00158737029, 0.00427332567, -0.0305107869, 0.0469838902, 0.0166546237, 0.0285896827, -0.0108913071, 0.0324318931, 0.0120106917, -0.00911390688, 0.0448056273, 0.028045116, -0.0213590637, -9.04654516e-05, -0.011700592, -0.00537758321, 0.0210565273, -0.00931055564, 0.0151419425, -0.0352152288, -0.00280224276, -0.0121317068, 0.0144990534, -0.0175017267, 0.010974505, -0.00399726117, -0.004050205, 0.0357597917, 0.0183942076, -0.0214195717, -0.0136519512, 0.0451989248, 0.043141678, -0.00464771409, -0.0203304403, -0.0161554385, 0.0270316191, 0.0156108737, 0.0403280929, -0.0295577981, -0.0141965169, -0.00463258754, 0.00449644588, -0.0251861475, 0.017305078, 0.0354875103, -0.0446241051, -0.00135952258, -0.00367959798, -0.0114509994, 0.0380288139, 0.00464771409, 0.0202396791, -0.00662554521, 0.0145822503, 0.0192715637, 0.0520665, 0.000486894394, 0.0262299, -0.00679194042, -0.0288468376, -0.000173958382, 0.00703396928, 0.0151419425, 0.0146957012, 0.017274823, 0.0348521844, 0.0131830201, 0.0117157185, -0.0272736493, -0.00729112513, 0.00292703882, -0.0080399029, -0.00227280403, 0.0176378675, -0.0203758217, -0.00796426833, 0.0168512724, 0.0171840619, 0.0238096081, -0.0193018168, -0.0455922224, 0.00423172675, -0.0487688556, -0.0343681239, -0.00859959517, -0.0198312551, -0.0118594235, 0.0199976508, 0.00367959798, -0.00523387827, -0.0102106007, -0.0298300814, 0.0120333824, -0.0439585261, 0.0125250034, 0.038936425, -0.00357938278, -0.0421433076, 0.00363232661, -0.00654234784, -0.00676546851, -0.0280904975, -0.031736061, 0.0356387794, 0.0142872781, -9.91220077e-06, -0.0749685, 0.0615661405, 0.00678437715, -0.00256210449, -0.00822142418, -0.0256399531, -0.031736061, -0.0104677565, -0.0191202946, 0.0225540828, -0.0371514596, 0.0152100138, -0.00628897361, 0.00493890559, 0.0206027236, 0.000888700422, 0.0296485592, 0.0175319798, 0.00464393245, 0.0109139979, -0.0159285367, -0.0217977408, -0.0136292614, -0.0715800896, -0.00836512912, -0.00884918775, -0.00486327149, 0.00273039029, -0.0766627043, -0.0302233789, -0.0715195835, -0.0329462066, 0.0119123673, 0.0280602444, 0.000184712597, -0.00641377, -0.0213590637, 0.0518547259, 0.0318570733, -0.014922604, 0.00965090841, 0.00283060549, 0.00367014366, -0.0125779472, 0.0134855565, -0.0224935748, 0.032310877, -0.00924248435, -0.00449644588, 0.0183185749, -0.0195135921, 0.0252920371, -0.00608098, 0.00125363492, 0.00668983441, -0.0268500987, 0.015096562, -0.0153083373, -0.0284081604, 0.0185606033, 0.0293611493, -0.00334680802, -0.00662554521, 0.00481789093, -0.028801458, 0.0363346115, 0.0130317518, 0.00137559487, 0.0185303502, -0.0135385, 0.0096887257, -0.0289224721, -0.0204514544, 0.0345496461, -0.0373027287, -0.00697346218, 0.00249781553, -0.0182126872, -0.0407818966, 0.0187421255, 0.0284989215, 0.0262904055, 0.0459250137, -0.00915928744, 0.0327949375, 0.0164731033, -0.0215254594, 0.00768442266, 0.00274551706, -0.0211472884, 0.00225011376, -0.0206027236, -0.0294367839, 0.0226297174, 0.00130185159, 0.0167453848, -0.00350942137, 0.022675097, 0.0563020073, 0.00377035886, 0.00430357922, 0.0315545388, 0.00143799291, -0.0245810766, 0.0196648613, 0.00170933024, 0.0239608772, 0.0114812534, 0.0330369659, -0.0537304506, 0.0172899514, 0.00490865158, -0.0251407679, 0.0191656761, 0.0438375138, -0.00102862343, 0.0182126872, -0.0561204888, -0.00274362625, 0.037514504, -0.00835000258, 0.0502815358, 0.0300721098, 0.0305561684, -0.0157470144, -0.0085239606, -0.0102030374, 0.0176076144, 0.00328251906, 0.0373329818, -0.0240818914, -0.053337153, 0.0420828, -0.0116854655, -0.00828193128, -0.0003781704, -0.00760122482, 0.00672008796, 0.0102408547, 0.0214346983, 0.0103769954, 0.00515824417, -0.0191656761, 0.0239760038, 0.00201564818, 0.0502512828, 0.0208598785, 0.0018312902, 0.00885675102, 0.00225200481, -0.0319175832, 0.0105282636, -0.0220548976, 0.0363346115, 0.023023013, 0.00663689058, 0.00425441703, -0.0107097859, -0.0255794451, 0.0179101508, -0.00828949548, 0.00423550839, -0.069038786, 0.019422831, 0.00160911505, -0.00517715281, 0.000817320775, -0.0334302634, 0.0474982, 0.0088643143, 0.0214952063, 0.0081231, 0.0479217544, -0.0274249166, 0.034519393, 0.0391179472, -0.0178042632, 0.000832920312, -0.0181521792, 0.0062511568, 0.0100895865, 0.0170933027, 0.0422643237, 0.0147486459, -0.00214989879, 0.00246378, -0.0187875051, -0.0244600605, 0.0114736902, -0.0351244658, 0.0137124583, 0.0402070768, 0.00170082133, -0.0187118705, -0.029935969, 0.0122451577, 0.00309721567, 0.0503117889, 0.0249743722, -0.0268047173, -0.0258214753, -0.0216767266, 0.0022368778, 0.0245205685, 0.0163218342, -0.0209960211, -0.00637973472, -0.0231894087, -0.0343681239, -0.0180614181, 0.00844076369, 0.00805502944, -0.0396625102, -0.0178950224, 0.00750668254, 0.0341563486, 0.0124191158, 0.025231529, 0.00119785476, 0.0053624562, 0.0267895907, -0.00213099015, -0.0228112377, -0.0315847918, -0.0143629117, 0.0206178501, 0.00529438537, 0.0286955703, 0.0260029957, -0.0125476941, -0.0303141382, -0.0255038124, 0.0212985575, 0.0117157185, 0.00570659107, 0.00208939146, -0.00352076651, 0.0479822606, -0.00851639733, 0.0309494659, 0.0406911336, 0.0318570733, -0.00930299144, -0.00765795074, -0.0109971948, -0.0292401351, -0.0182429403, 0.0220246445, -0.00327306474, 0.0133342883, 0.00144839264, -0.0116022676, -0.0144158555, -0.0793855265, 0.0119955651, 0.00545699894, 0.0291039944, -0.0224481951, -0.0167756397, 0.0170327947, 0.00760878855, -0.0253374167, -0.00310856057, 0.0112770414, -0.0292250086, -0.00527925882, 0.0163672157, 0.0383616053, -0.0054267454, -0.00910634361, -0.00134817744, 0.00518093444, -0.0275610592, 0.03606233, 0.0265778154, -0.0592063591, -0.0134174861, 0.0136065707, 0.00913659669, -0.0357900448, 0.0168512724, -0.0225087013, 0.0139771774, -0.0362741053, -0.0261088833, 0.0370607, 0.0128653571, -0.0258063488, 0.0278333407, 0.016987415, -0.0214195717, -0.0375750102, -0.00254130503, -0.00229927595, -0.0431114249, -0.0291796271, -0.0203304403, 0.00650453102, -0.0121619599, 0.0135082463, 0.00375334127, -0.0272282679, -0.00136424974, -0.0235978328, 0.0231742822, 0.0239760038, 0.0199673977, -0.0278182141, 0.0390876941, -0.0106719686, 0.00267933728, -0.00875842664, 0.0543355234, 0.00276253466, 0.00280413358, -0.0186059829, -0.00568011915, 0.0109593784, -0.00138504908, 0.0129334275, 0.015444479, -0.016866399, 0.00320688495, -0.00799452234, 0.00276442571, -0.030979719, -0.0135914441, 0.0266685765, 0.0214800779, 0.0146957012, -0.00658016512, 0.014052812, -0.0012186541, -0.00662554521, 0.0259122364, -0.0123737352, -0.00664067222, 0.014809153, 0.0200581588, 0.00779787358, -0.0123888627, -0.0192413107, 0.0224935748, -0.0224179421, 0.0430206656, -0.0199976508, -0.0140452487, 0.0108913071, 0.0262601525, 0.0149755478, -0.00996857136, -0.0224330686, -0.0131754568, -0.0155503666, -0.0308889579, 0.0301174913, -0.0155957472, 0.00270580919, 0.0190295335, -0.0257458407, -0.00713229366, -0.000242974478, -0.00755962636, 0.0235221982, -0.0438072607, -0.025231529, -0.0169117805, -0.00861472171, 0.000797466841, -0.037393488, 0.0271526352, 0.00966603495, 0.00730247051, -0.00320499414, -0.0116930287, 0.0101122763, 0.00462880544, 0.0186816175, 0.0390271842, 0.0222666729, -0.0428996496, 0.00844076369, 0.031040227, -0.0357900448, 0.0179404039, -0.000553546939, -0.00965090841, 0.00747642899, 0.00269068242, 0.00980217662, -0.0242482852, 0.0331277251, -0.00930299144, -0.0125855105, 0.00554019632, -0.00515824417, 0.00751046417, -0.0248079784, 0.0242180321, -0.0220397711, 0.0186816175, 0.035305988, 0.0133418515, -0.00288733095, 0.00300645456, -0.0268652253, 0.0425366051, -0.0119123673, -0.0224935748, 0.0272131413, -0.0092878649, -0.000499184942, -0.00460233353, 0.0123888627, -0.00634948118, 0.0279543549, -0.00139544881, 0.0333697572, -0.0330067128, 0.0235070717, -0.0142040802, -0.0147713358, -0.0211019088, 0.0246869642, -0.0208296254, -0.00482923584, 0.0106492788, -0.0044775377, -0.00154104433, 0.0079113245, -0.00246378, -0.0448963903, -0.042597115, 0.00530951237, -0.00014866823, -0.00277577061, -0.0217674877, 0.0430206656, 0.0165033564, 0.0152705209, 0.0107627297, -0.0386036336, 0.0079718316, -0.00160911505, -0.0172899514, -0.00334113557, 0.0199673977, -0.00990806427, 0.040933162, -0.0128351031, 0.00811553653, 0.011004759, -0.00629275525, 0.00333357207, 0.01149638, 0.0227204766, 0.015504986, -0.00723061804, 0.0240213834, 0.0129183009, -0.0115871411, -0.0153688453, 0.00538136484, -0.0132737812, -0.000203148404, 0.0203153137, 0.0115493238, 0.00712473039, 0.0126157645, 0.0126384543, 0.01422677, 0.0181219261, -0.0120938895, -0.012948554, -0.0116703389, -0.0140981926, 0.0302687585, -0.0212077964, -0.0191505495, -0.000944007828, 0.0160344243, 0.0172596965, 0.00164787751, 0.0137805296, 0.0377565324, -0.0110577028, -0.005850296, -0.00816091709, -0.00414852938, 0.00793401524, 0.0290283598, 0.0466813557, -0.0175622329, 0.00673143286, 0.0074234847, 0.00310477894, 0.00190976053, -0.0160495508, 0.0240213834, 0.00782056339, 0.000605545356, -0.0136595145, 0.00640620664, -0.0122073404, 0.0314335227, -0.0359110609, -0.0134628657, 0.00703775091, -0.00722305477, -0.0275156777, -0.00700749736, 0.0163672157, -0.0209808946, 0.0286955703, 0.00320310332, 0.0356690325, 0.0421735644, -0.0104375025, 0.0314032696, -0.0109291244, -0.00137464935, -0.0128124133, 0.00229171268, 0.0488293618, 0.000812593615, -0.00567633752, -0.00520740636, 0.0195741, -0.00634569908, 0.0261542648, 0.0157772694, 0.0460460261, 0.0062625017, -0.00930299144, 0.00658772839, -0.0125401299, -0.015504986, 0.022296926, 0.0215557124, 0.00148431875, -0.000381952093, -0.0249138661, 0.0215103328, 0.0268349722, 0.0179404039, 0.0252012759, 0.0283325259, -0.0120333824, -0.002925148, 0.00794914179, 0.0327344313, -0.0145898135, -0.0375750102, -0.00602425449, -0.0207388643, -0.00999126211, -0.00155428029, 0.0337933078, -0.0170176681, -0.0211170353, 0.0530043617, -0.00944669638, 0.00704153301, -0.016261328, 0.0237944815, 0.00976435933, -0.0229625069, -0.00725709, 0.0214498248, 0.0232801698, -0.00348294945, 0.00889456738, 0.0295124184, -0.0128351031, 0.0422945768, 0.0150511814, 0.00564608397, 0.00127159792, 0.00153915351, 0.00589945819, -0.0165033564, 0.00665201712, -0.00614148704, 0.0254735574, -0.0168815274, -0.00017596742, -0.00425819866, -0.00460233353, 0.0212683026, -0.0314335227, -0.00376846804, -0.0252617821, 0.0230683945, -0.00100120611, -0.00477629201, -0.0154369157, 0.0132435272, 0.0110803926, 0.0134779932, -0.0250500068, -0.0139771774, -0.0205422156, -0.00133966864, -0.0455317162, -0.0274854247, 0.0170630477, 0.00698102545, -0.00619821297, -0.00149850023, -0.00578978891, -0.0252466556, -0.0202699341, 0.0307225622, -0.0243087932, 0.00832731184, 0.0106038982, -0.00201186654, -0.0181370527, 0.00333357207, 0.0192110557, 0.00247323443, 0.00199863059, 0.0269408599, 0.00422416348, 0.00304805348, -0.0175017267, -0.0178496428, -0.00316339545, 0.00738566788, 0.0472259186, 0.0108913071, -0.0161554385, -0.0229927599, 0.00898532849, -0.011935058, 0.0239608772, -0.00620199461, 0.0437164977, 0.0178193897, -0.00144744723, 0.0225994624, 0.0129334275, -0.00734785059, 0.0236129593, 0.0148620969, 0.00943913311, -0.0180009101, 0.0236129593, 0.00557045, 0.017713502, -0.00424307166, 0.0431719311, -0.00132926891, -0.0195135921, 0.0051620258, 0.033188235, -0.0130846957, -0.0349429436, -0.0127292154, 0.00996857136, 0.010278671, 0.0300267301, -0.020844752, -0.0302838851, -0.0178193897, -0.0195287187, -0.0240667649, 0.005226315, 0.0268652253, -0.021253176, 0.0186664909, 0.00574440835, 0.00383086619, -0.0106341513, -0.00491999695, -0.00838782, -0.00256399531, -0.00276253466, -0.0162915811, 0.00947695, -0.0018747797, -0.00624359306, -0.0059145852, 0.0395414978, 0.0484360643, 0.000942589715, -0.0105509544, -0.00860715844, -0.0260181241, 0.00920466706, -0.0112543507, -0.0334302634, -0.00249781553, 0.0171689354, -0.0155503666, 0.0168210194, -0.0152705209, 0.0065385662, -0.0302233789, -0.0246415827, 0.00325415633, -0.00887187757, -0.0592063591, -0.0333092473, 0.00574819, -0.00621333951, 0.015504986, -0.0238247346, 0.0274400432, -0.0191202946, -0.0213893168, 0.00650453102, -0.00199863059, -0.0201337915, -0.00223876885, -0.00222553289, -0.0104904473, 0.0221910384, -0.0254130512, 0.00441324851, -0.00771089457, 0.0103013618, -0.0295124184, 0.0254584309, -0.00127632509, -0.017274823, -0.0272887759, -0.0239154957, 0.00790376123, -0.0137502756, -0.00500319432, 0.00643646, -0.006939427, 0.0149755478, 0.00864497572, 0.0158982836, -0.00976435933, -0.0120031284, -0.00647805911, 0.0199673977, -0.0274249166, -0.0106417146, 0.00375145045, 0.0188933928, -0.0247474704, -0.0115568871, -0.00876599, 0.00116192852, 0.0111560263, -0.0233406778, -0.00239760033, -0.00247701607, 0.00111465727, -0.00411827583, -0.0207086112, -0.0182278138, -0.000668888912, 0.00230494863, -0.00439055823, 0.0260332506, 0.0024807977, 0.00165449549, 0.0514009222, -0.0126687083, -0.0184395891, -0.0111182099, -0.000343898719, -0.0109139979, -0.0171840619, 0.00130374241, 0.0108459266, 0.0147713358, 0.0144914901, 0.00662554521, -0.0157318879, 0.0307528172, -0.00843319949, -0.00436030468, 0.000513366307, 0.0261996444, 0.0309040844, -0.0237944815, 0.00409180392, 0.00844832696, 0.00892482139, 0.0150360549, 0.0298300814, 0.00460233353, -0.00694699027, 0.0100895865, -0.00117610989, -0.00863741152, 0.0203909483, 0.00182561763, 0.00909121614, 0.0140376855, -0.00524144154, 0.05696759, -0.0263206605, 0.00891725812, 0.00200619386, -0.0103694322, -0.00998369884, 0.000750195526, 0.0116400849, -0.0357900448, -0.0133418515, 0.007011279, 0.00264908373, 0.00782812759, 0.00178874598, -0.00564608397, -0.00422794512, 0.0139544876, 0.0328251906, -0.00431870576, -0.00673143286, 0.0128653571, 0.00470065791, -0.0247928519, -0.0032617196, 0.00102578721, -0.0184547156, -0.0165033564, -0.0149755478, -0.012774596, -0.0034300054, 0.000402751466, -0.0231591556, -0.0262601525, 0.00335437153, 0.0160646793, -0.00794914179, 0.0182278138, 0.0224481951, -0.00200241222, 0.00248457957, -0.0142797139, -0.0140301222, 0.00905339886, 0.0165184829, 0.000214493528, -0.00223309617, 0.00655369321, -0.0405701213, 0.0316150449, -0.00250348798, 0.00471200328, -0.00968116242, -0.0192261823, -0.00419012783, 0.00696589891, 0.0166394971, -0.0166546237, -0.00353967492, 0.0081231, 0.00339975185, -0.0237642284, 0.0010248418, -0.00195325, -0.0133796688, -0.0272131413, 0.000209293677, 0.0221305322, 0.012948554, 0.00729490677, 0.00813066401, -0.0227507316, 0.00434139604, -0.00831974857, 0.00297809183, 0.0118594235, 0.0100442059, 0.0310704801, -0.00557045, 0.0152100138, -0.00170743931, -0.00417500129, -0.00537758321, 0.0108686173, 0.00977192353, -0.0226599704, 0.0135536268, 0.0167302582, 0.0012526894, -0.0135082463, -0.0112543507, -0.0155352401, 0.0289829802, -0.00538514648, 0.0238701161, -0.00563095743, -0.0142645873, 0.00882649701, 0.00548347086, 0.017970657, 0.000550710654, 0.0153688453, -0.00472334819, -0.0120333824, 0.00166584062, 0.0100517692, -0.00383275701, 0.0249289926, 0.0252617821, -0.0161705669, -0.00560826715, -0.0102030374, 0.00285329553, 0.0463183112, 0.0308889579, -0.00726087159, -0.00731759705, -0.0245659482, 0.0243541729, 0.00224822294, -0.00431870576, -0.0214649513, 0.00885675102, -0.00408424, -0.0116552114, -0.0200581588, 0.00977948681, 0.0138637265, 0.0325529091, -0.0180462915, -0.0163218342, 0.0275913123, 0.0454409532, -0.00518849771, 0.00250159716, -0.0425063521, 0.025957616, 0.0124947503, 0.00323335687, 5.86164133e-05, -0.00234654732, 0.0149755478, 0.045350194, -0.000743104843, 0.0175471064, -0.0125628207, -0.00331844529, -0.0104980106, -0.00764282374, 0.00614526914, -0.0520665, -0.0161100589, -0.0177588817, -0.0148999132, -0.0140149947, 0.00890969485, -0.0258214753, -0.000555437757, 0.00871304609, 0.0208296254, -0.000269446406, -0.0124871861, -0.00470822165, -0.0436862446, -0.00490108831, 0.00199863059, -0.00440568523, 0.0311914943, 0.00953745749, 0.00925004762, -0.000502493931, 0.00761257, -0.0169722866, -0.00115436513, 0.00630788226, -0.0212985575, 0.0127821593, -0.0184395891, 0.0327646844, 0.00717767421, -0.0232499167, 0.0205119625, 0.0543052703, 0.03240164, 0.010278671, 0.053972479, -0.00928030163, 0.00340353348, 0.00201375736, -0.00248836121, -0.0243995544, 0.0164882299, 0.00539270975, -0.00300456374, -0.0022009518, 0.0137502756, 0.0164882299, 0.0266837031, -0.0155201135, -0.00523009663, -0.0156411268, -0.0144612361, 0.0249592457, -0.00890969485, -0.00890213158, 0.0118216062, 0.00995344482, 0.0155806206, 0.0116779022, -0.0194077045, -0.00963578187, -0.000382661179, 0.017713502, -0.00934080873, -0.000814011786, 0.0149604212, 0.000870737364, 0.0010758948, -0.00332411774, -0.016609244, -0.0165184829, 0.0116779022, -0.00421659974, 0.00466284109, -0.0154293524, -0.00497672241, 0.0407213867, 0.0333092473, 0.00757853454, -0.0414474756, 0.00526791345, 0.024823105, -0.010944251, -0.00458720699, -0.0180160385, -0.0182731934, 0.0021763707, -0.0371514596, 0.000574346283, 0.0363648646, 0.00223309617, 0.0131300762, -0.00605450803, 0.00828193128, -0.0109518152, -0.00696968054, -0.00334113557, 0.00600912748, 0.0101576569, -0.0330369659, -0.0308435783, -0.00803234, -0.0151570691, -0.0100215152, 0.0103921229, 0.00233520218, 0.0350639597, -0.0198161285, 0.0298905876, 0.000698197109, -0.00999126211, 0.0267290846, 0.0217674877, 0.00370039744, -0.0201640464, 0.00273984461, 0.0154217891, -0.0104753198, 0.0247928519, 0.0110425754, 0.0269862395, -0.000201730276, -0.00320688495, -0.0115568871, -0.00120825437, 0.00758609828, 0.00467796763, -0.0352152288, -0.0039896979, 0.0133342883, -0.00224633212, 0.00451535452, 0.00388759165, -0.018348828, 0.00520740636, -0.0205724705, -0.0139771774, -0.00858446769, 0.0143931657, -0.00979461335, 0.0179252774, -0.0113299852, 0.00410314882, -0.0125250034, -0.00708313147, -0.00226524076, -0.00442837551, -0.00159776991, -0.0546078049, 0.0190446619, 0.00975679606, 0.0253374167, -0.0014881005, -0.0153688453, 0.000937862613, -0.0155352401, -0.0369699374, 0.0336117856, -0.0282417648, 0.0193774514, 0.00294216559, -0.0307830703, -0.0132284006, 0.0195589736, -0.0291796271, 0.00198161299, -0.0218582489, -0.00656503811, 0.015504986, 0.0107173491, 0.000998369884, 0.024444934, 0.014604941, 0.00168191281, 0.0189236458, 0.00671252469, -0.0120106917, -0.000990806497, -0.0103240516, 0.0225238297, -0.00124512601, -0.0492831655, 0.0236583408, -0.000738377683, 0.0171689354, 0.00441703, -0.00204212, -0.00988537446, -0.00608854322, -0.0228717458, 0.0029932186, -0.0105433911, -0.0196194798, 0.0079793958, -0.0199976508, 0.00566121098, -0.0252164025, 0.00158358854, 0.0206178501, -0.0146503216, -0.00876599, 0.00616417732, 0.000559692213, -0.00626628334, -0.0320688486, 0.0160949323, 0.0055023795, 0.00553641468, 0.0134704299, 0.0332487412, -0.017970657, -0.0384523645, -0.00605450803, -0.0231591556, -0.0075747529, -0.0163067076, 0.0300267301, 0.0423853397, 0.00100687868, 0.000857974112, 0.033067219, 0.00140206679, 0.0137729663, -0.0130846957, -0.00339975185, -0.0281207506, 0.0204514544, 0.0115644503, -0.00466284109, -0.00476494711, 0.00213855365, -0.00375523209, -0.00725330831, 0.019801002, 0.0107929828, 0.0183639545, -0.0131603302, 0.0258366019, 0.000676925, 0.00653100293, -0.000866010203, -0.0147259552, -0.00309154298, -0.0191505495, 0.00191543309, 0.00111654808, -0.0182731934, -0.0242482852, -0.00205535605, 0.00196081353, -0.0183337014, 0.00399726117, 0.00580869708, 0.0340958424, -0.0240667649, -0.011730846, -0.00864497572, -0.00863741152, -0.000929826463, -0.0186059829, -0.00210451824, 0.0258668549, 0.0181975588, 0.0188631397, 0.0196951143, 0.00571793644, -0.00681084907, -0.0167151317, -0.0152478302, 0.0160192978, -0.00194946839, 0.00771089457, -0.0197707489, -0.00718901912, -0.0192261823, 0.0369396843, -0.00160438789, -0.015626, -0.0014881005, 0.00847858, -0.00568011915, 0.0296485592, 0.0173504576, 0.00322957523, 0.0102106007, 1.92778261e-05, -0.00844832696, -0.0118972408, 0.0102635445, -0.0220700242, 0.00304049, -0.022735605, -0.0216464736, 0.00358505547, -0.0293762758, 0.00543430867, -0.00415231101, -0.0129031744, 0.00887944084, 0.012048509, -0.00669739768, 0.0600534603, -0.0148847867, 0.0141662629, -0.00434517767, 0.0123359179, -0.000360680016, 0.00433005113, -0.01187455, -0.0282871462, -0.0156108737, -0.00115152891, 0.019074915, 0.0155806206, 0.0089475112, -0.0158377755, 0.00714363903, 0.0045380448, -0.0141360098, 0.00323902955, 0.0133342883, 0.0299964752, -0.0160646793, 0.0212985575, -0.00649318565, 0.0160192978, -0.00671252469, 0.000337044359, -0.00450400962, -0.00988537446, 0.0279997364, 0.009348372, -0.00266042864, -0.0148772234, -0.0145822503, 0.00724574504, 0.00394053571, 0.0177286286, 0.0184849687, -0.0232801698, 0.011700592, 0.0249289926, 0.0114434361, -0.0199976508, -0.0246415827, -0.0157772694, -0.000324281107, 0.00932568219, 0.00318230386, -0.0129031744, 0.0130922589, 0.0137578389, 0.0167605113, -0.00664823549, 0.0189539, 0.011904804, -0.00260181236, 0.0126535818, -0.0270316191, 0.0250651333, 0.019453086, -0.00181994506, -0.00277577061, 0.00096244365, 0.00219717, -0.030253632, 0.00656503811, -0.0117989164, 0.00494268723, -0.00150606362, -0.00959796458, 0.00366447121, -0.0194984656, -0.00636460772, -0.00917441398, 0.0438072607, 0.000523293274, 0.0236885939, -0.00490487, 0.0100366427, 0.0121165793, 0.00230494863, 0.00151079078, 0.0114056189, -0.00930299144, 0.00881893374, -0.0050107576, 0.00459098862, 0.00329197338, 0.00411449373, 0.0174563453, 0.0261996444, -0.00970385224, -0.0157621428, -0.0295426715, 0.00100782409, -0.00502210297, -0.0200884119, -0.0182731934, 0.0138486, 0.0126535818, 0.0109215612, -0.00533220265, -0.015474733, -0.035396751, -0.000592782104, -0.027077, 0.00430736085, -0.0108534908, 0.0123586087, -0.00309154298, -0.00281736953, -0.0167151317, 0.00971897878, 0.00452669943, -0.010074459, -0.0112694781, -0.020587597, 0.00721927267, -0.0214498248, -0.0116098309, -0.0204363279, -0.0025810129, -0.023401184, -0.0176227409, 0.000439150375, 0.0139166703, -0.0256248266, 0.00376090454, 0.0127065256, -0.000372497831, -0.0221305322, -0.00217069802, 0.0192261823, -0.0105812075, -0.0032617196, 0.0121619599, 0.0344588868, -0.00203077495, -0.00420903647, 0.0071625472, 0.0268349722, -0.0017225662, 0.00216313475, -0.0254584309, -0.0142192068, 0.0293611493, 0.015126816, -0.000610272458, 0.00408045854, -0.0177891348, 0.000741686672, -0.0212683026, 0.00234843814, 0.00650074892, -0.00924248435, 0.0160949323, 0.0101879109, -0.035184972, -0.0129863713, -0.00689782808, -0.00153726269, 0.0200732853, 0.0189539, 0.0141813895, -0.00535111129, 0.0225692093, 0.019422831, 0.00173674757, 0.00170933024, 0.00407289527, -0.0163369607, 0.00139544881, -0.0314335227, -0.0134931197, 0.0242634136, -0.0092878649, 0.00279467925, -0.00733650569, 0.0138032194, -0.00420903647, -0.00792645197, -0.0149982376, 0.00536623783, -0.0210262742, 0.0108308, 0.0239306223, 0.00505613815, -0.0048746164, 0.00137370394, -0.0127519062, 0.0271677617, 0.0370909534, -0.00265853782, -0.00247323443, -0.00260748481, -0.00364934443, 0.0171235558, -0.013704895, -0.0178345162, -0.0137805296, -0.0027077, 0.0016128968, -0.0158075225, 0.00392919034, 0.00182561763, -0.016578991, -0.0210414, -0.00627006497, 0.000884918729, 0.00225956808, -0.0487386025, -0.0103769954, 0.00866010226, 0.00887944084, -0.0119274948, 0.0222666729, -0.0235675797, -0.01724457, 0.00590702146, 0.0118140429, 0.00043064155, 0.0101652201, -9.11154275e-05, -0.00699237082, -0.018757252, 0.000319553976, -0.00431492412, -0.00116098311, 0.0107173491, -0.00280980603, -0.00433005113, 0.0126157645, -0.00203077495, 0.00154482608, 0.00133210525, -0.00829705875, 0.0159890447, -0.0172899514, -0.00383653864, -0.0123737352, -0.00462502381, -0.000480276416, -0.0152629577, 0.00885675102, -0.0127367787, -0.00217069802, 0.0112694781, 0.00187950686, 0.0190144069, -1.84948967e-05, 0.0194379576, -0.00112505688, 0.022735605, 0.0208296254, -0.0114207463, 0.0109366877, 0.0198917631, -0.0242029056, -0.0124493698, -0.00953745749, -0.0101198396, 0.00434896, -0.00335058966, -0.0224633217, 0.031736061, -0.00476872874, 0.0110425754, 0.0139696142, -0.00918197725, -0.010626588, 0.0118972408, -0.0146654481, 0.0291342475, 0.0123964259, -0.00451157289, 0.0123207914, -0.0205573421, 0.0224028137, -0.000590891228, 0.00266988296, -0.00684866589, 0.0062511568, 0.0137729663, -0.0138561632, 0.00386679242, -0.0048141093, -0.0148999132, 0.0373632349, -0.00911390688, 0.00893238466, 0.0193320699, 0.005226315, -0.0137956562, -0.00712851202, 0.00246188929, 0.00779031031, -0.00885675102, -0.00329008256, 0.0184698422, 0.00847101677, -0.00222175103, 0.0240213834, 0.00397078926, 0.0300872363, 0.0154596055, -0.0427786335, 0.0211472884, 0.0110274488, 0.00717389258, 0.0096887257, -0.0175319798, 0.00360774552, 0.00780543685, 0.00921223126, 0.00433383277, 0.00299132778, -0.00891725812, 0.00283438712, 0.00178023719, -0.00665201712, 0.00260937563, 0.011526634, -0.000459477043, 0.00119785476, 0.0138107827, -0.0152478302, -0.00952233095, 0.00259992154, 0.00349807623, 0.00681084907, -0.0117837898, -0.00588433119, -0.00115720136, 0.0205422156, -0.00939375255, 0.00952989422, 0.000643835112, -0.0079793958, -0.00724952668, 0.0342773646, 0.0128502306, 0.00306507107, -0.0018993608, -0.0182580668, -0.0368489251, -0.0271375086, -0.00508261, -0.00474603847, -0.0196648613, 0.000177267371, -0.00270580919, -0.00235600164, 0.0203304403, -0.0165033564, -0.00854665134, -0.00942400657, -0.00292703882, 0.00295540155, 0.00254886854, 0.00622090325, 0.0100820232, 0.0186211113, -0.00853152387, -0.00680706697, 0.00534354756, -0.00764282374, 0.000693469949, -0.0191656761, 0.0104299393, 0.00823655166, -0.0113753658, -0.00301023643, 0.00741214, -0.00518471608, -0.0102257272, 0.0143477852, 0.0188177582, 0.00780543685, -0.00585785927, -0.00937106274, -0.0121165793, -0.0174260922, -0.000245101692, 0.0095677115, -0.0051620258, -0.00981730316, -0.00232385704, -0.0189085193, 0.00165449549, 0.0363951176, 0.00479898229, -0.00771845784, -0.0209506396, -0.0030688527, -0.0105963349, 0.0142343333, 0.0055628866, -0.00564608397, -0.0104299393, 0.0109669417, 0.0116022676, -0.0138637265, 0.0141662629, 0.000425205333, 0.0143856015, -0.0070869131, 0.0364858806, 0.0134401759, -0.0137124583, 0.00216313475, 0.0272585228, 0.0078508174, 0.0182429403, -0.0017405292, 0.038270846, -0.0160041712, 0.000755395391, 0.00482167257, 0.0241121445, 0.0030253632, -0.0087357359, 0.0176378675, -0.0128880469, 0.0310704801, 0.00574440835, -0.0236432124, 0.0113375485, 0.0300267301, 0.00912903342, -0.0143553484, -0.00935593527, 0.0167000052, 0.034519393, -0.00905339886, -0.00505613815, -0.00889456738, 0.00521118799, -0.0345496461, -0.0037741405, -0.0186059829, 0.0217523612, -0.0213893168, 0.00585785927, -0.00115247432, -0.00183885358, -0.00484058121, -0.00582760572, 0.00415987428, -0.0112392241, -0.0214649513, 0.0118821142, -0.00226334971, -0.0255340654, -0.00220851507, -0.000333262666, -0.02194901, -0.00177551, -0.0108081102, -0.0247928519, 0.00467796763, -0.0076995492, -0.00235032896, -0.022735605, 0.00452669943, -0.0013784311, 0.00384788378, -0.0210262742, 0.00103902316, 0.0127972858, 0.00605828967, -0.0115795778, 0.0104753198, -0.0121468334, -0.00668605277, 0.00462880544, 0.00458342535, 0.0105131371, 0.0104980106, 0.0291342475, 0.0211170353, 0.000961970945, 0.00628141034, 0.00885675102, -0.0134628657, -0.00157318881, 0.021570839, -0.00263017509, 0.0103694322, -0.0120938895, 0.000242029055, 0.00926517509, 0.00507882843, -0.00103051437, 0.00615661405, -0.0210716538, 0.0138410367, -0.0134326126, -0.00181616331, -0.00266799214, 0.027077, -0.00589567656, -0.00493890559, -0.00807015598, 0.00465149572, -0.0198766366, -0.00760122482, 0.0412054472, -0.0224179421, -0.00830462202, -0.02194901, -0.0106190247, 0.011382929, -0.00570659107, 0.0160646793, -0.0338840671, 0.0137275858, -0.00364745338, -0.0180614181, -0.00614148704, -0.00217826152, -0.00692051835, 0.0114812534, 0.00346215, -0.00915928744, -0.0209960211, 0.00693564489, -0.00687135616, -0.0251861475, 0.00996857136, 0.00608476158, -0.0276820734, 0.0063267909, -0.0089475112, 0.0111409, -0.0133872321, -0.0141889537, -0.0282568913, 0.00141435734, -0.00271904515, 0.0190295335, 0.00557801314, -0.0164277218, -0.0173655841, 0.0189387742, -0.0108081102, -0.0131603302, 0.0041863462, 0.0242331587, 0.00299889129, -0.0141284456, 0.0079793958, 0.004065332, 0.0161251854, 0.0135158096, 0.0037571229, -0.0116854655, -0.0152478302, 0.00340353348, -0.0225843359, -0.00645536883, 0.012774596, -0.00758609828, -0.0111030824, -0.00455317181, -0.0105585176, 0.0126233278, 0.00887187757, 0.00588054955, -0.0173504576, 0.00441703, 0.0113375485, -0.00470065791, 0.016261328, 0.0127367787, -0.0227809846, -0.00309154298, 0.00872060936, -0.0292703882, 0.0022614589, 0.0102559812, -0.0126611451, -0.0119199306, 0.000217920693, -0.0157772694, -0.0062511568, 0.00510908198, 0.0225994624, -0.0320991, -0.0061868676, -0.00900045503, 0.0111333365, -0.00228036754, -0.0226448439, -0.0030007821, 0.0074234847, 0.00814579055, -0.000488312508, 0.0175773595, 0.00383086619, 0.0106417146, -0.0199673977, 0.0177286286, 0.0151721966, 0.0307376906, -0.00439434, -0.00408045854, 0.00759744318, 0.00175376527, -0.00355480169, 0.0244298074, -0.0398137793, 0.00154766231, -0.00107684021, 0.00775249302, -0.00210451824, 0.00457208, 0.00301023643, 0.005226315, 0.0116930287, 0.00843319949, -0.0020005214, 0.00225767726, 0.0105433911, -0.013152766, 0.0100215152, 0.0135687543, 0.000424023572, -0.00504857488, -0.00698858872, -0.0222212933, -0.00821386091, -8.28724933e-06, -0.0105963349, 0.0202396791, 0.00224255049, 0.00693564489, -0.0212834291, -0.00198917626, -0.0138032194, 0.0139998682, 0.0176832471, -0.00650453102, 0.0148999132, 0.0242180321, -0.00898532849, 0.01187455, -0.00907609, -0.0224633217, 0.0037495594, -0.0276064388, -0.0314335227, -0.0085239606, 0.00823655166, -0.00426954357, 0.0019683768, 0.012252721, -0.0118594235, 0.00749533717, -0.00140112138, 0.00836512912, -0.00534732919, -0.00101160584, -0.0038573381, -0.00219527911, -0.0165941175, 0.00908365287, -0.00385166542, -0.0288922191, 0.00386301056, -0.00768064056, -0.00247701607, -0.0014124664, 0.00391784543, -0.00410693046, 0.0188328866, 0.0186362378, 0.00339029753, -0.0182429403, -0.000779503724, -0.0151419425, 0.00848614331, 0.00152024499, -0.00309532462, 0.0026736646, -1.63972327e-05, -0.0114888167, 0.00681084907, 0.0016563863, 0.0328554437, -0.00292136637, -0.0104904473, -0.0109518152, -0.0012942882, -0.0168815274, -0.00193245069, 0.00599778257, 0.00595240202, -0.0227053501, 0.0207086112, -0.0103921229, 0.00981730316, -0.0034697135, 0.0257307142, -0.00586542301, -0.0157318879, 0.00597131066, 0.0256853327, -0.024823105, 0.015822649, 0.0187421255, -0.0235675797, -0.00672386959, -0.00544943521, -0.00888700411, -0.00494268723, 0.00168853079, -0.00427710731, -0.0092878649, -0.0165184829, 0.0121543966, 0.016987415, 0.0050258846, 0.0253979247, -0.00304616266, -0.00295540155, -0.00678437715, -0.0134174861, -0.00614526914, 0.0165336095, 0.00931055564, 0.0146654481, 0.00741592143, -0.0251256414, 0.010074459, 0.018379081, -0.00073932315, 0.0079793958, -0.00278900657, 0.0186362378, -0.00379683077, 0.00339786103, 0.0189387742, -0.00833487511, 0.0244146809, 0.0256853327, -0.0314032696, 0.0132208373, -0.00645158719, -0.0270467475, -0.000993642723, 0.0216616, -0.0262904055, 0.0129561182, 0.00045333177, -0.0024448717, 0.0160949323, -0.010278671, -0.00560070341, 0.0175168533, -0.0151041253, -0.0134931197, 0.0105131371, 0.00244865334, 0.0279997364, 0.00595996529, 0.0120787621, 0.0153990984, 0.00437543169, 0.00884162355, -0.00359261874, 0.0184093341, -0.00869792, 0.00757097127, 0.00414852938, -0.00651965756, -0.016140312, 0.00682597561, 0.00120919989, -0.0170630477, 0.00225011376, -0.0141662629, 0.00365879852, -0.0150133651, 0.00253374176, 0.0138107827, -0.00242785388, -0.000909499824, -0.00431114249, -0.00746130198, 0.00287409499, 0.00189179741, -0.00527547719, 0.0250046272, 0.00207426469, -0.0163520873, -0.0070869131, -0.00117610989, -0.0364858806, -0.0106870951, 0.0185908563, -0.0146654481, -0.037514504, -0.0174260922, -0.00669739768, 0.00456073508, 0.00194757758, 0.012978808, 0.00768064056, -7.26205326e-05, 0.0226902235, -0.0124871861, -0.00526035, -0.0147486459, -0.0144687993, -0.0058389511, -0.0133191617, 0.00385166542, -0.00506748352, -0.00671252469, 0.00356047438, 0.0010248418, -0.00964334514, 0.0170025416, -0.0067503415, -0.00807015598, 0.0230078865, -0.00256588613, -0.0162159465, -0.00567633752, -0.0179252774, -0.0159285367, -0.00225389563, 0.0186211113, 0.0252164025, -0.0400558077, 0.012222467, 0.0133872321, 0.0069507719, 0.0275913123, -0.0079793958, 0.0123207914, 0.0189841539, 0.0136670778, -0.00341866049, 0.0121468334, -0.0153159015, -0.0127897225, 0.00410314882, 0.00898532849, 0.00658016512, 0.0067995037, 0.0223876871, 0.00518849771, -0.00650074892, -0.0189387742, 0.0154066617, -0.015096562, 0.0464090705, -0.00325604714, -0.00351887546, -0.0127519062, 0.00186910725, -0.0269106049, 0.00844832696, 0.014052812, -0.0164277218, -0.0287409499, -0.00491999695, 0.00831974857, 0.021631347, 0.00269635487, 0.0164125953, 0.0085239606, 0.0170630477, -0.00253941421, -0.000812593615, -0.00207237387, 0.022614589, 0.010134967, -0.00649318565, -0.0079718316, 0.00399726117, 0.000432532397, 0.00757097127, 0.0286653154, -0.0189236458, -0.00406911364, 0.0101122763, 0.00471200328, -0.0132359639, 0.00698102545, -0.00466284109, -0.00269824569, -0.00990806427, -0.000770522165, 0.0185908563, -0.0108761806, -0.00658772839, -0.013500683, 0.00586164137, 0.0290586129, 0.00746508362, 0.0268047173, -0.00690917298, 0.0290283598, 0.00398213416, -0.0235221982, -0.00866010226, -0.00682597561, 0.00510530034, -0.00971897878, -0.0151570691, 0.0145141799, 0.00843319949, 0.000179512761, 0.0179252774, -0.00135857717, -0.023023013, -0.00313125085, -0.00393297197, -0.0142116435, -0.00584651437, 0.022009518, -0.0190295335, -0.0127972858, -0.00306318025, 0.00675790478, -0.00479898229, 0.0129107377, 0.00221229694, 0.00776005676, 0.0081911711, -0.00231062109, 0.00615283241, -0.0224784482, -0.0160495508, 0.00424685376, 0.00668605277, -0.0239457488, -0.0111333365, 0.0153764086, -0.0120863263, 0.0126157645, 0.00450400962, -0.0210716538, -0.00279089762, 0.00866766553, 0.00207237387, -0.00993075501, -0.015300774, -0.0186664909, -0.00612257887, -0.0204060748, -0.00251105148, -0.00157413422, -0.00420903647, 0.00514689926, 0.0135158096, -0.00790376123, -0.00540405512, -0.0186211113, -0.014952858, -0.00719658285, 0.0105660809, 0.0120787621, -0.00470065791, -0.0350337066, -0.030919211, 0.0141738262, -0.0118821142, 0.0142721506, 0.015626, 0.0292703882, 0.029149374, -0.00295540155, 0.0224784482, 0.00892482139, -0.00291002123, 0.000797466841, -0.0306923091, 0.0210716538, 0.025488684, -0.0165941175, 0.0321293585, -0.00493134186, 0.0225994624, 0.00466284109, 0.0366068929, 0.0112392241, 0.0131678935, 0.0161554385, -0.0216918532, -0.0271980148, -0.0182883199, 0.0042619803, -0.0151419425, -0.00487083476, 0.0145444339, -0.00253941421, -0.0116173942, -0.0108610541, 0.0118367337, 0.0214952063, -0.0223725606, -0.00624737516, 0.0285443012, 0.00642133318, -0.00485192612, 0.0139015438, -0.000387624663, 0.0161705669, 0.00832731184, -0.0115039432, -0.0180614181, 0.0121090161, -0.00260937563, 0.00244108983, 0.00391784543, 0.0378775485, 0.00819873437, 0.0106644053, 0.021631347, 0.0214800779, -0.00654612947, -0.00711338501, 0.0116552114, -0.00241650874, 0.00788107142, -0.0112770414, -0.0232952964, 0.0277123265, 0.018031165, 0.0141360098, -0.0150814354, -0.00856177788, 0.0234465655, -0.0196346063, 0.00803234, -0.00695455354, -0.00250159716, 0.0140301222, -0.00298754615, -0.0138259102, 0.00844076369, 0.00215557124, 0.00374577777, 0.0105509544, 0.00656125648, 0.00063343544, 0.0181067977, -0.00684488425, -0.0276820734, 0.00469309464, 0.0205422156, 0.00973410625, 0.00208560983, -0.033732798, -0.00136708596, -0.00154577149, 0.00502210297, 0.00595618365, -0.00850127079, -0.0135082463, 0.00574819, 0.0187875051, 0.00516958954, 0.00229738513, 0.0200127773, -0.00428467058, -0.002337093, -0.00532842102, 0.00698858872, -0.0188328866, -0.0165941175, 0.00644780509, -0.000184239892, -0.00911390688, 0.0126384543, 0.000503912044, 0.00481789093, -0.0132284006, -0.0350639597, 0.0246869642, -0.0189841539, 0.0129561182, -0.00355480169, 0.0260483772, -0.00704531465, -0.00423172675, 0.0130317518, -0.0308133233, -0.0186513644, -0.0109820683, 0.00337138912, -0.0149831111, -0.0113072945, -0.00773358485, 0.0150133651, -0.00361909065, -0.00590702146, -0.0352454819, 0.00456073508, -0.0025810129, 0.00826680474, -0.00204022927, 0.0074386117, 0.00838782, -0.00878111646, 0.00834243931, -0.010218164, 0.00556666823, -0.00628519198, -0.00186154374, -0.00658772839, -0.0108686173, 0.00730247051, 0.00509773707, 0.00675412314, -0.0134704299, -0.0120106917, -0.0078508174, -0.0161554385, 0.0122073404, 0.0118064797, -0.000948735, -0.0151873231, 0.00969628897, 0.018031165, -0.00627762871, 0.0150511814, -0.00294594746, 0.00257723127, -0.0171084292, 0.00918197725, -0.000833865721, 0.013704895, -0.0342168584, -0.0277728345, 0.0163520873, -0.0206329767, -0.0117157185, 0.0122451577, 0.00782812759, -0.0176076144, -0.0236885939, 0.00738188624, 0.00857690442, 0.0223725606, 0.0129712448, -0.00038620652, 0.0123586087, 0.00498050405, 0.0034129878, -0.00524522364, -0.00952233095, 0.00555532333, 0.0124720596, -0.00682597561, -0.00961309113, 0.0130846957, -0.000538420107, 0.016578991, -0.0155352401, -0.00401617, -0.0241575241, 0.00110236672, 0.027319029, -0.0302082505, 0.0281963851, -0.025897108, -0.00394431734, -0.00291947555, -0.00962065533, 0.00757853454, 8.62701199e-05, 0.00332789961, 0.00249970634, -0.00925004762, -0.00446997397, -0.0118518602, 0.0322503708, -0.0465300865, -0.0443518236, 0.030253632, -0.0134779932, -0.00491243368, 0.0141813895, -0.0146427574, -0.00723061804, -0.0059145852, 0.00188328861, 0.000190385166, -0.012252721, -0.0240818914, -0.0082516782, -0.0145368697, 0.00719280075, -0.0125779472, 0.0168361459, -0.000650925795, 0.0162462, 0.0331579819, 0.00151646335, 0.000782812713, 0.028423287, -0.00506748352, 0.0188026316, 0.037484251, 0.00166584062, -0.0119880019, 0.00857690442, -0.0288922191, -0.0138939805, -0.0174563453, -0.0112165343, -0.00690917298, -0.0133947954, 0.0167453848, -0.0200732853, -0.0225238297, 0.00499563105, 0.00492756, -0.000948262285, -0.0180765446, -0.0151041253, 0.00977192353, -0.0114585627, 0.0132813444, 0.0078508174, -0.00690917298, -0.00996857136, -0.0183942076, -0.000399915181, -0.00366825284, -0.0252617821, -0.00466284109, 0.00493134186, 0.00251483312, 0.00120636355, -0.0178950224, -0.0125552574, -0.00284005958, 0.0170327947, 0.0123056648, -0.00735541433, -0.0102030374, -0.0120560722, 0.0172899514, 0.00316150463, 0.00844832696, 0.014083066, -0.00292703882, 0.0115720145, -0.0102030374, 0.0121165793, -0.00572928134, -0.00350942137, -0.0292855147, 0.035396751, 0.00132926891, 0.00158453395, 0.00976435933, -0.00940887909, -0.0132284006, 0.0181975588, -0.0171840619, -0.00278900657, 0.00547212549, -0.00892482139, -0.0103089251, 0.0206329767, 5.52483334e-06, -0.000719469157, -0.00720036449, 0.0021933883, 0.0200279038, -0.00166773144, -0.00156468, 0.00925004762, 0.002925148, -0.0197253674, -0.00644780509, 0.0211170353, -0.00967359915, -0.00710960338, -0.00510908198, 0.0507655926, -0.00468553137, 0.0349731967, -0.00515824417, 0.00573684508, -0.00893238466, 0.0145217432, -0.00899289176, -0.0188026316, -0.00673521496, -0.0145898135, -0.0167000052, -0.0141889537, 0.0296939388, 0.00193434162, 0.00420903647, -0.0202699341, -0.00103051437, -0.0189387742, -0.03606233, -0.0120560722, -0.0186513644, -0.0032768466, -0.002656647, 0.0153915351, -0.00165071373, -0.0241575241, 7.64022407e-05, -0.00101916923, -0.0115947044, -0.00317474059, 0.000646671397, 0.00108062197, -0.013152766, 0.0157923959, -0.00221796939, 0.0176983755, 0.0140376855, 0.000208230078, 0.00307074352, -0.000999315293, -0.0194984656, -0.0150889987, 0.000141577548, 0.0109820683, 0.00219149748, -0.00252806908, 0.0305561684, 0.0170781743, -0.00706422282, 0.01280485, -0.00897776522, -0.0118442969, -0.00518471608, 0.00750668254, 0.0087357359, 0.00448888261, -0.018379081, -0.0252769087, 0.00460989727, -1.23126965e-05, -0.0260786302, -0.00749155553, 0.0247323439, -0.0176227409, 0.000636271667, -0.00623603, -0.00592593, 0.0124644963, 0.000868846488, 0.00643646, -0.0117913531, -0.0056990278, -0.00714363903, -0.00270013674, 0.00699615246, 0.0112694781, 0.0136897685, -0.0118064797, -0.0173807107, -0.0130922589, 0.00499941269, -0.0225994624, -0.00619821297, 0.0138259102, -0.00729490677, 0.00150606362, -0.000612636039, -0.0188782662, 0.00131603295, -0.0250500068, 0.0144234188, -0.00484058121, 0.00534732919, -0.0226599704, -0.0174260922, -0.00333168125, -0.00533598429, 0.00233898382, -0.00899289176, 0.00424307166, 0.00295351073, 0.0131830201, 0.00153348094, 0.0151570691, 0.0233406778, -0.00263017509, -0.00589945819, 0.0164428484, -0.00203644764, -0.00376090454, 0.00143988384, 0.00765795074, 0.00378359482, 0.00561583042, 0.00902314577, 0.00669361604, 0.00565742934, 0.00481789093, 0.00411071209, 0.00480276393, 0.00816848, -0.0229019988, 0.0175017267, 0.00397457089, 0.00831974857, 0.000918954087, -0.00884918775, 0.00899289176, 0.00656503811, 0.0132057099, -0.00979461335, 0.0257760938, 0.0149452938, -0.023053268, -0.0123207914, -0.00855421461, 0.00878111646, -0.0107400389, 0.00176983746, -0.0132813444, 0.0357597917, -0.0054229633, -0.0127519062, 0.00676925, -0.00613770541, -0.00908365287, 0.00492756, 0.0206632297, 0.00583516946, -0.00256210449, -0.0177286286, 0.00148999132, 0.00493134186, -0.000255737745, 0.0106038982, 0.00123945344, -0.00909877941, -0.000863646623, 0.00287409499, -0.00827436801, 0.0268198438, -0.00573306344, 0.0106795318, 0.00389515515, -0.00884162355, 0.00589945819, -0.00250159716, -0.010278671, 0.00155428029, 0.0161100589, 0.0167605113, -0.0115795778, -0.000918481324, -0.0127367787, 0.00204212, 0.00667092577, 0.0153839719, 0.0136822052, -0.007813, -0.00754449936, 0.0155654931, -0.010626588, 0.030601548, -0.016987415, 0.020527089, -0.00218015234, -0.0106870951, -0.00692051835, 0.0113451118, 0.0246264562, 0.0111862803, 0.00572549971, 0.0185152218, -0.0156562552, -0.00288922177, 0.00139450328, -0.0114736902, 0.0218733754, -0.00375334127, 0.00358505547, 0.00971897878, -0.0162310731, 0.0168058928]
|
22 Aug, 2021
|
HTML5 | MathML <mrow> Tag
22 Aug, 2021
The MathML <mrow> tag in HTML5 is used to create a row that contains some mathematical expression or any random text. When you need to write some mathematical expressions, this tag is useful to make a grouping of the expression. By using <mrow> the expression will look nicer, clean with indentation plus line breaking.
Syntax:
<mrow> child elements </mrow>
Attributes: This tag accepts some attributes which are listed below:
class|id|style: This attribute is used to hold the styles of the child elements.
href: This attribute is used to hold any hyperlink to a specified URL.
mathbackground: This attribute holds the value of the math expressions background color.
mathcolor: This attribute holds the color of the math expressions.
dir: This attributes holds the direction value. It holds two types of direction values ltr for left to right and rtl for right to left.
Below example will illustrates the concept of HTML5 MathML <mrow> tag:Example:
html
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML mrow tag</title>
</head>
<body style="text-align:center;">
<h1 style="color:green">GeeksforGeeks</h1>
<h3>HTML5 MathML <mrow> tag</h3>
<math>
<mrow>
<mrow>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo>+</mo>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
</mrow>
<mo>=</mo>
<msup>
<mi>z</mi>
<mn>2</mn>
</msup>
</mrow>
</math>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML <mrow> tag are listed below:
Firefox
Safari
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 MathML <merror> Tag/HTML5 MathML <mfenched> tag/HTML5 MathML <mfrac> tag/HTML5 MathML <mglyph> Tag/HTML5 MathML <mi> Tag/HTML5 MathML <mlabeledtr> tag/HTML5 MathML <mmultiscripts> Tag/HTML5 MathML <mn> Tag/HTML5 MathML <mo> Tag/HTML5 MathML <mover> Tag/HTML5 MathML <mpadded> Tag/HTML5 | MathML <mphantom> Tag/HTML5 | MathML <mroot> Tag/HTML5 | MathML <mrow> Tag
|
https://www.geeksforgeeks.org/html5-mathml-mrow-tag/?ref=next_article
|
NextJS
|
HTML5 | MathML <mrow> Tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, HTML5 MathML <mpadded> Tag, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <mmultiscripts> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, HTML5 MathML <mi> Tag, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, HTML5 MathML <mlabeledtr> tag, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML <mo> Tag, HTML5 | MathML <mphantom> Tag, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, HTML5 MathML <merror> Tag, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, HTML5 | MathML <mrow> Tag, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, HTML5 | MathML <mroot> Tag, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML <mfrac> tag, HTML5 MathML <mn> Tag, HTML5 MathML <mglyph> Tag, Node.js Readable Stream close Event, HTML5 MathML <mfenched> tag, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, HTML5 MathML <mover> Tag, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0409901105, -0.0247167721, -0.0220435038, 0.0362278931, 0.0423048325, -0.00769112352, 0.00337080099, 0.0331894271, -0.00239388947, 0.0162879433, 0.0288216267, -0.0145788053, -0.00834848452, 0.00482429937, -0.0155721512, -0.0278721061, -0.0284272097, -0.00866255723, -0.0140821328, -0.00746835116, -0.0106638558, 0.0227592979, -0.0163463764, 0.0559487231, -0.0223940965, 0.00752313109, -0.00242310553, -0.00965590216, -0.00541957607, 0.0295520276, 0.0109341042, -0.011474601, 0.00304029463, -0.00341279898, -0.029785756, 0.0201006383, 0.0128915794, 0.0387696885, -0.0274630804, 0.00722366665, 0.0516539663, -0.0128550595, -0.00331967301, 0.024658341, 0.0275653377, 0.0103936074, 0.00697167823, -0.00901314896, -0.0343288518, -0.0178656112, 0.0147321895, 0.0255640373, 0.0561532341, 0.0031261167, -0.00847995654, 0.0276383776, 0.0206411351, 0.0257393345, -0.0411946215, -0.00997727923, 0.0085749086, -0.0467748865, -0.0140383085, -0.0370751582, -0.028471034, 0.00325393677, 0.00121337886, 0.0198230855, -0.00130011397, -0.024979718, -0.0341535546, -0.000464717683, 0.0207287837, 0.0232267547, -0.0234604832, 0.00736609474, 0.0213131029, 0.0342996344, -0.0129280994, -0.00944408588, 0.0188735649, 0.0148052303, -0.0393540114, 0.0349716023, 0.0563577488, 0.0177925713, -0.00697167823, -0.0354390591, -0.0159957837, 0.0185083635, -0.0230806749, 0.0492582507, -0.00347305718, -0.00119694474, 0.0263382625, -0.0348547399, 0.0181431621, 0.00497037917, -0.0177049227, 0.00212546717, -0.00924687739, 0.0263966955, 0.0012170308, 0.0180701222, 0.0149878301, 0.0209625103, 0.0256370772, 0.0248336364, 0.00173105055, -0.00263126986, 0.00800519623, -0.0162441209, -5.82894318e-05, -0.00834848452, 0.0146810617, 0.0322252959, -0.031231951, -0.0662619844, -0.00732592307, 0.0156598, -0.0188151319, -0.0282373056, -0.0206411351, 0.030180173, -0.0596883781, 0.0138849244, -0.0271709207, -9.27267e-08, 0.0165654961, 0.0188881718, -0.0181285553, -0.00307864067, -0.00810014829, -0.0328388326, 0.0126140267, 0.0338321775, -0.018347675, 0.00396242598, 0.00160962134, 0.0261337515, -0.0342412032, -0.0320207849, 0.00561313238, 0.0219412483, -0.0398214683, -0.0126724588, 0.0120516177, 0.049901, 0.00514932768, 0.0383606665, -0.0453433, -0.00846534874, 0.0199983809, -0.00928339735, 0.0039660777, -0.00518219592, 0.0298734047, -0.0149513101, -0.0411069728, 0.00559852412, 0.0140967406, -0.0099042384, 0.0214591846, 0.0533777103, -0.0251696222, 0.0445252508, 0.0265281666, 0.0292744748, -0.0290553551, 0.039529305, -0.0358188674, -0.00064503547, -0.00398433814, 0.00371591561, -0.00511280773, 0.0164632406, 0.0164924562, -0.0299464446, 0.0271417052, -0.0187713075, -0.0277844574, -0.0308813583, 0.0122415219, 0.0335400179, -0.0181577709, -0.0109706242, 0.021692913, 8.1941871e-05, -0.0188881718, 0.00247240765, -0.024526868, -0.00132019992, 0.0118836258, 0.00208529504, 0.0399091169, -0.0101087512, -0.0506021865, 0.0352053307, 0.0168138333, -0.00447005453, -0.000168562881, -0.0263236556, 0.0152653828, -0.02584159, 0.0348839574, -0.0270978808, 0.0277260244, -0.0322837271, 0.00927609392, -0.0136292847, -0.0100941435, -0.00486812321, 0.000137520823, 0.00384921371, -0.00697167823, -0.00478777895, -0.0259438474, -0.00812206, -0.0190926846, -0.0259438474, 0.0378347747, -0.0300633088, 0.00384921371, -0.0106784636, -0.0372796729, 0.00047247819, -0.0309690051, -0.0372504555, -0.0134320762, -0.000900219311, 0.00162879447, 0.0352345482, 0.0190926846, 0.0122488262, -0.00320828683, 0.037016727, 0.0112189604, -0.0277990662, 0.0324882418, 0.0306476299, -0.0308813583, -0.00485351542, -0.00272439606, -0.0336276665, 0.0438532829, 0.0140310051, -0.0112262648, -0.0318454877, 0.00610250095, 0.00742087513, 0.0242931396, -0.0217659529, 0.00539766392, -0.0165216718, 0.00153201632, 0.054634, 0.0300048757, -0.0296396762, -0.0141478693, 0.0388573371, 0.0386820398, 0.0193702374, -0.0361402445, -0.0165508892, 0.0235335231, 0.0100722313, 0.0396169536, -0.024789812, 0.00326854479, -0.0144838532, 0.0225986093, -0.0411361903, 0.0225693937, 0.0148490537, -0.0296542849, 0.00546705211, -0.0310566537, -0.0271855276, 0.0564453974, 0.0254033506, 0.00829005241, 0.00368304737, 0.0226278249, 0.0225109607, 0.0377471298, 0.0227446891, 0.0456646755, -0.000275498169, -0.00923227, -0.0135489404, 0.00806362834, -0.00818779599, 0.019662397, 0.0176464897, 0.0626976267, 0.0131399157, 0.0250965804, -0.00771303568, 0.0115330331, -0.0245122612, -0.0159957837, -0.00392225385, 0.0133079076, -0.0323713757, -0.00904967, 0.0128696673, 0.0228323378, 0.0140748285, -0.015776664, -0.0529686883, 0.0126651544, -0.0401428454, -0.00851647649, 0.00937104598, -0.0022405053, -0.0213861447, 0.0147029739, -0.0218536, 0.0114819054, -0.00467456691, -0.0376010463, -0.00405007415, -0.0399091169, 0.0065955217, 0.0255494304, 0.020582702, -0.00608789315, -0.00077102962, 0.0141332606, 0.0206703506, -0.0402012765, -0.0118105859, 0.0133006042, 0.0165216718, -0.00727114268, -0.0761370063, 0.0281934813, -0.00416328618, 0.00734418305, -0.0124825547, -0.0295666363, -0.0199107341, 0.0213423204, -0.0116864173, 0.00389303779, -0.0109779285, 0.00602215715, -0.0128623629, 0.013614676, 0.0311150867, 0.000771486142, 0.0217367355, 0.0226132181, -0.00446275063, -0.00445544673, -0.0112481769, -0.0246875565, -0.00775685953, -0.0412530527, 0.0180409066, -0.0139944851, -6.25405955e-05, 0.00865525287, -0.0805778503, -0.0499886498, -0.0578769818, -0.0226716492, 0.0169745218, 0.044379171, -0.0138045801, -0.0272001363, 0.00130194, 0.029128395, -0.00250527565, -0.0172228571, 0.0247313809, 0.0309982225, -0.00843613222, 0.00364470133, 0.00911540538, 0.00635814155, 0.0379808582, 0.00918114185, -0.0128769707, 0.0142136049, -0.0181577709, 0.0158789195, 0.00792485196, -0.0159957837, 0.0261775758, -0.0119493613, 0.0419834554, -0.00747565506, -0.0112481769, -0.00376521749, 0.0177341383, -0.00675986195, -0.00490099145, 0.01078072, 0.00580668868, 0.0281934813, -0.00872098934, 0.0112846969, 0.0119858822, -0.00452483492, 0.018610619, -0.00991154276, -0.0125117702, 0.0345625803, -0.0234020501, -0.00754504325, 0.00918844528, -0.00622666907, -0.0324882418, 0.0461613499, -0.00772764347, 0.00549626816, 0.0469209664, -0.0146153253, 0.0451972187, 0.0280035771, -0.0304139014, 0.00569712836, 0.00381999766, -0.0302678216, 0.0337737463, -0.0413699187, -0.0287924111, 0.0146518461, -0.00603311276, 0.0049375114, -0.00270796195, 0.018742092, 0.0212546717, -0.000972346461, -0.00232084934, 0.0158935282, 0.027317, -0.00597102894, 0.0185814034, -0.02584159, 0.0388573371, -0.0170767773, 0.0123145627, -0.0404057875, 0.000133298192, 0.00391129777, -0.0279889703, 0.00139232702, 0.0403181389, -0.0223356653, 0.00325758895, -0.0627560616, -0.0121684819, 0.0534653589, -0.00142245612, 0.0576432534, 0.0120443143, 0.00218755123, -0.00544148823, -0.0186398365, -0.00648596184, 0.0167846177, 0.0266596396, 0.0439117141, -0.0483525507, -0.0300048757, 0.0401720591, -0.0221019369, -0.00398068596, -0.0295958519, -0.0187567, -0.0140748285, 0.0231391061, -0.01081724, 0.0131764356, -0.00652978569, -0.00782259554, 0.0157328397, -0.00359357335, 0.0561240204, -0.0180701222, -0.0163025521, 0.00989693496, 0.00228615548, -0.0208748635, 0.000428654137, -0.0140310051, 0.0202759337, 0.0121027464, 0.00274996017, 0.0142866448, -0.00418154616, -0.0382438, 0.000356298784, -0.00964859873, 0.00238658558, -0.0413114838, 0.00444083847, -0.0184645392, -0.00872829277, 0.0353221968, 0.00419980614, 0.0388281234, -0.00512011163, 0.00946599804, -0.0278428886, 0.0308229253, -0.0138118844, 0.0634572431, 0.0240301955, -0.0136585, 0.0031608108, 0.000934456883, 0.0130011393, 0.00336714904, 0.00337627903, 0.0295082033, 0.00965590216, 0.000274813414, 0.00376156555, -0.00931261387, -0.0248336364, 0.0378347747, -0.022949202, -0.00107642857, 0.0110290563, -0.00299281836, -0.0206119195, -0.0228761621, -0.000265683397, -0.00781529117, 0.0262652226, 0.0329849124, -0.0210647676, -0.0358773023, -0.0187274832, -0.00167079247, 0.00685846619, 0.00750121893, -0.0192241557, 0.00801980402, -0.0361110307, -0.0301509574, -0.00245049573, 0.00666125771, -0.0127016753, -0.0434150398, -0.0229053777, 0.0214737915, 0.015981175, 0.0308521427, 0.0116937216, 0.00125628989, -0.0107076801, 0.00503611565, -0.0151923429, -0.00795406755, -0.0206995662, -0.0286901537, 0.0107734157, -0.0145788053, 0.0175442342, 0.0125190746, -0.00629605725, -0.0403473563, -0.0342119858, 0.0183038507, 0.0180701222, -0.00658091391, 0.00425458653, 0.0106054237, 0.0489076562, -0.00719079887, 0.0346794426, 0.0276968088, 0.0318747051, -0.0208894704, 0.0218389928, -0.0186252277, -0.0239133313, -0.0270394478, 0.00543418387, -0.00972163863, 0.0121100498, -0.00943678245, -0.001352155, -0.0192971975, -0.0669047385, 0.0153384227, -0.0115914652, 0.0376010463, 0.00675621023, -0.00608789315, 0.0157474466, 0.00389668974, -0.0162441209, -0.0232413616, 0.00810014829, -0.0377179123, 0.00783720333, 0.0218389928, 0.0304723326, 0.00995536707, -0.0202467181, -0.00807093177, 0.00140328309, -0.0249066763, 0.0273754336, 0.0126651544, -0.0416912921, -0.0246729478, 0.00166074943, 0.0017273986, -0.00693881046, -0.0163609851, -0.00199764688, 0.0200860295, -0.033277072, -0.0365784876, 0.0373965353, 0.0208748635, -0.0270248409, 0.0173397213, 0.0235189144, -0.00570443226, -0.0320792161, 0.0115184253, 0.0167115759, -0.0202759337, 0.012657851, -0.0323713757, -0.00153475523, -0.0164632406, 0.0265135597, 0.00597102894, -0.0181723796, -0.000526801799, -0.0172666814, 0.00590529293, 0.0111897448, 0.0199691653, -0.0263966955, 0.0484402, -0.0168868732, 0.00518584764, -0.00774225127, 0.0308521427, 0.0205388777, -0.00689863833, -0.0118471058, -0.0300048757, -0.00326854479, -0.00443718676, 0.0137534523, 0.00459057093, -0.0265866, -0.00799789187, -0.0192533731, -0.000918935868, -0.016112648, 0.00173926761, 0.0113723446, 0.0158204883, 0.00202138489, -0.00602580886, 0.0125336824, 0.00385286566, -0.0158497039, 0.00964859873, -0.01196397, -0.00630336115, 0.0172374658, 0.00357896532, -0.00518219592, -0.0229345933, -0.0180555154, 0.00928339735, -0.0102548311, 0.0465703718, -0.0283249542, 0.00245962571, 0.00304212049, 0.00740991905, -0.00542688, 0.000239434608, -0.0414283499, -0.00975085422, -0.0165508892, -0.0376594812, 0.0212838873, -0.0186544433, -0.00467091473, 0.0326343216, -0.0012215958, -0.0105835116, -0.0108902799, 0.00523697585, 0.0126724588, -0.0228761621, -0.020714175, -0.0125409868, -0.000128048443, 0.0127747152, -0.0488784388, 0.0178510025, 0.00411946233, 0.00254909974, -0.000748661114, 0.00880133267, 0.0175588429, 0.00716523454, 0.024322357, 0.0238256827, 0.011343129, -0.0326343216, 0.00861142855, 0.0397922508, -0.0639831349, 0.00517489156, -0.000638187921, -0.0173105057, 0.0124679469, -0.00106638554, 0.012920795, -0.0198523011, 0.0536406562, 0.00444449065, -0.0201298539, 0.00443353457, -0.0213569272, 0.0101963989, -0.0196477883, 0.0166093204, -0.00774225127, 0.031553328, 0.0310566537, 0.0123802982, -0.00160049135, 0.00744643901, -0.00683655404, 0.0150754787, 0.00847265217, -0.0278282817, 0.0305891968, -0.00763999531, 0.00951712579, -0.000114296359, 0.0111605283, 0.0117083294, 0.0124533381, -0.00971433427, 0.0351469, -0.036812216, 0.0119347535, -0.015382247, -0.00334158493, -0.0130449636, 0.0261775758, -0.019399453, -0.0288946666, -0.0160103925, 0.00739531079, -0.00938565377, 0.00411215797, -0.0105031673, -0.0053721, -0.0386236086, 0.00880863704, 0.000954999414, 0.00625588512, -0.0417789407, 0.0307060611, 0.0201882869, 0.0131033957, -0.00132933, -0.0485862792, -0.0117521537, -0.00271709193, 0.00289421435, -0.00667586597, -0.00109742768, -0.00739531079, 0.0356143564, -0.0166093204, 0.00258014188, 0.0293329079, -0.00152379926, -0.0137388445, -0.00456500659, 0.0296542849, 0.0209332947, -0.0174565855, -0.00424728217, 0.0171206016, -0.014593414, -0.0125190746, 0.0140967406, -0.023007635, -0.0268641524, 0.0322837271, 0.019399453, 0.0350592509, -0.00680733798, 0.0263528712, 0.00382730179, 0.0217513442, -0.0336568803, -0.0312027335, -0.0128696673, -0.00562043628, 0.0210647676, -0.0248044208, -0.00972163863, 0.0115038175, 0.0399967618, 0.00656265393, -0.00286682416, 0.0166823603, -0.00512011163, -0.0105615994, -0.012394906, 0.00287412829, -0.0117959771, -0.0191511158, 0.0154845025, 0.022350274, 0.00122342177, 0.0233582258, 0.0227300823, 0.000946782413, -0.0118982336, -0.0198669098, 0.0323129445, 0.0063873576, -0.00482795108, -0.0150024379, 0.0432397425, -0.0206119195, 0.0506898351, -0.0376594812, 0.0055948724, -0.00437875465, -0.016770009, -0.0133298198, -2.44655826e-06, 0.0249066763, -0.00458326703, 0.0330141298, 0.00696437433, 0.0399675481, 0.0200422052, -0.0182600264, 0.0287047625, 0.00177943963, -0.00138411007, -0.0137023246, -0.00110381865, 0.0175880585, -0.00851647649, -0.0172666814, 0.00171644252, 0.0125921145, -0.00319915684, 0.00771303568, 0.0199545585, 0.0260022786, 0.0012215958, -0.00430936646, 0.0159081351, 0.00731496699, -0.00144436816, 0.0286171138, 0.0434442572, -0.0176172741, 0.0138922287, -0.00479873503, 0.0227300823, 0.00514202379, 0.0197062213, 0.035906516, 0.0225840025, -0.0356435739, -0.00779337948, 0.0275945533, 0.0281642657, -0.0247605965, -0.0223648809, -0.0134685962, -0.0265281666, 0.000866894785, -0.0207287837, 0.028471034, -0.00663934601, -0.0238110758, 0.0289238822, -0.0110290563, 0.00371408951, -0.0111459205, 0.00804171618, 0.0189758204, -0.0254179575, -0.0138630122, 0.00270248391, 0.0352637656, -0.00317907077, 0.00494116312, 0.00559122, -0.0141113494, 0.0323129445, 0.0183768906, -0.00462709088, 0.000873742276, 0.0219704639, 0.0158789195, -0.0162879433, 0.00909349322, -0.00551452814, 0.00907158107, -0.0113796489, -0.0231683217, 0.00520410761, 0.00170000852, 0.0218828171, -0.0275945533, -0.000477499707, -0.0285002496, 0.00370313344, -0.0192825887, 0.00258562, -0.0188005231, 0.0160103925, -0.00926879, 0.0152361663, -0.0236503873, -0.00395512208, -0.0125555946, -0.00722731883, -0.0480603911, -0.0188735649, 0.0170037374, -0.011175137, -0.00780068338, 0.0141916927, 0.00218389928, -0.0121100498, -0.042480126, 0.0166677535, -0.0231245, 0.0338321775, -0.00383460568, -0.00532097183, -0.0118982336, -0.0182454195, 0.00270065805, -0.00337993097, -0.00222407142, -0.000454218185, 0.0268787593, 0.00922496524, -0.00198121299, -0.0261775758, -0.0129865315, 0.0104374317, 0.0167407934, 0.0163609851, -0.0246729478, -0.00800519623, 0.0263966955, -0.0134685962, 0.000618558435, -0.0242201, 0.0293183, 0.0201736782, -0.00179952569, 0.0310566537, -0.00386382174, 0.000521780283, 0.0189466048, 0.00713601848, 0.0180701222, -0.0285440739, 0.00070072856, 0.0236503873, 0.0256224703, 0.0312027335, 0.0370459445, -0.00677812193, -0.0213569272, -0.00383825763, 0.0361986794, -0.00735148694, -0.0282226987, 0.00390399387, -0.0217367355, 0.00218207319, 0.0390326343, -0.00275726407, -0.0551598892, -0.022160368, -0.0217075199, -0.0215322245, -0.0101452712, 0.031436462, -0.0250527579, 0.0101817911, -0.00654804567, 0.0142063014, -0.0402304903, 0.00275909016, -0.0176610984, 0.0232413616, 0.0165801048, -0.0314948931, 0.0171644259, -0.0155575434, 0.00972163863, 0.0133882519, 0.0311150867, 0.042158749, 0.0165362805, 0.00123072579, -0.00490829535, -0.0200714227, 0.00654074177, -0.0149878301, -0.0100868391, -0.010517776, 0.0270978808, -0.0260022786, 0.0120662255, -0.00243223552, 0.00209625112, -0.0370751582, -0.00685846619, 0.00789563544, -0.0186398365, -0.0484986305, -0.0183915, -0.011343129, 0.00382730179, 0.0184499305, -0.0371043757, 0.0256662946, -0.0273023918, -0.0199107341, -0.00721271057, -0.00449927058, -0.021035552, 0.00597102894, -0.00330689084, 0.00846534874, 0.0219996814, -0.0100941435, -0.000350820774, -0.0084872609, 0.00703376252, -0.025315702, 0.026761895, 0.0233144034, -0.0101671834, -0.00932722166, -0.00578842871, 0.00875750929, -0.0134759, -0.0115768574, -0.00715427846, -0.013410164, -0.00301290443, -0.00595276896, 0.0142063014, -0.010327871, -0.0237234272, 0.0011074706, -0.00219485536, 0.00560948, -0.0198084768, -0.0144473333, 0.00815127604, -0.026236007, 0.0237380359, 0.0140529172, 0.0290261395, 0.00427649822, 0.00345662306, -0.00277917623, 0.00705567468, 0.0012170308, 0.000771942665, -0.00394781772, -0.0125994189, 0.00835578796, 0.0185083635, -0.0302970372, 0.0267765038, -0.00961938221, -0.00297090644, 0.0560071543, 0.00369400345, -0.0167846177, -0.0244392194, 0.0106638558, 0.00496672746, -0.0168576576, -0.00186891377, 0.00496672746, 0.0125555946, 0.0237818602, 0.00969972648, -0.00839230884, 0.0235627387, -0.00183878478, -0.0142866448, -0.00126268086, 0.00972894207, 0.040756382, -0.0234458745, -0.0125336824, 0.00795406755, 0.00611710921, 0.00596007286, 0.0283979941, 0.0123802982, -0.0119931856, -0.000386199565, -0.0107295923, -0.00645309361, 0.0065224818, -0.00175113662, 0.0108099356, 0.00575556047, -0.0138922287, 0.0515663177, -0.0198961254, 0.0100795347, 0.00711775851, -0.0061864974, 0.00328132696, -0.000507628778, -0.00867716502, -0.0489368737, -0.011832498, 0.013278692, 0.0157036241, 0.0144911576, -0.0100649269, 4.38525967e-05, -0.0153676393, 0.0032612409, 0.0478266627, -0.00637274934, -0.000612167409, -0.00402451, -0.0102986554, -0.037221238, -0.00715062674, -0.0194578841, -0.00281387, -0.0188443474, -0.0159665681, -0.0226424336, -0.0210209433, -0.015586759, -0.00810745172, -0.024979718, 0.00543783605, 0.023343619, -0.0144911576, 0.0220727213, 0.0141332606, -0.00694246218, -0.00929070171, -0.0205388777, -0.00134393794, 0.0188005231, 0.0179824755, -0.0119931856, 0.0134028597, 0.00473299902, -0.0362571105, 0.0237964671, -0.00583225256, 0.0297273248, -0.00381634571, -0.0100064948, 0.0137388445, -0.0171644259, 0.0119566657, -0.0198523011, 0.000618558435, -0.00878672488, 0.00808554, -0.0225401781, 0.000997910509, -0.00515298, -0.00668317, -0.0182892438, -0.016434025, 0.00655169785, 0.00550357206, 0.0214007515, -0.00405737804, -0.017690314, 0.00988232624, -0.0149732223, -0.0088159414, 0.0224379208, 0.00250892784, 0.0224817451, -0.00205060095, 8.31401849e-05, 0.00453944271, -0.00895471685, -0.011642593, 0.00151466927, 0.0209186878, -0.00674890587, 0.00297273253, 0.0309105739, 0.00942947809, -0.00525158364, -0.0294789877, -0.00507628731, 0.0113139125, -0.015776664, 0.0253010932, 0.00906427763, -0.0396169536, 0.0125555946, 0.00639831368, 0.00564234843, 0.00149732223, 0.002629444, -0.000292160432, -0.015981175, -0.0251550134, 0.00792485196, 0.00999919, 0.0140821328, 0.0202759337, -0.00513106771, -0.00777877169, -0.00304942462, 0.0106200315, 0.0413114838, 0.0275215134, -0.00362096331, -0.00171735557, -0.00968511868, 0.0259292386, 0.00153019023, 0.0133663397, -0.0329264812, 0.0113139125, -0.00554374419, 0.00599294109, -0.00333245494, 0.0204366222, 0.0104155196, 0.0116937216, -0.00896202121, -0.0153384227, 0.0124752503, 0.0258854143, -0.018742092, 0.0196331814, -0.0130668757, 0.0229784176, 0.0263966955, 0.0100137992, 0.00675986195, 0.00427284651, 0.0128623629, 0.00735513913, 0.00978737418, 0.00949521456, -0.0179386511, -6.1306614e-06, -0.0258708056, -0.022350274, 0.00692055048, -0.0369582959, 0.00445544673, -0.0116498973, 0.00516393548, -0.00868446846, 0.00764729921, -0.00642022537, -0.005474356, 0.020378191, 0.0504853241, 0.000555104809, -0.0054013161, -0.00624858122, -0.0244538281, 0.00239754166, -0.0206995662, -0.00264222594, 0.0322837271, 0.0113869533, 0.00419615442, 0.00193373684, -0.00252170977, -0.00810014829, 0.00197025691, 0.00788833201, -0.0150754787, -0.00325028482, -0.00399529375, 0.0310274381, 0.0107953278, -0.00686942227, 0.00155758031, 0.0400259793, 0.0227592979, 0.010422823, 0.0484402, -0.00296725449, -0.00328863086, 0.00291430042, -0.0159957837, -0.0306184143, -0.0113577368, 0.0011029056, 0.00557661243, 0.0125921145, 0.0195455328, 0.0387112573, 0.0101160547, -0.00889628567, -0.011642593, -0.0193264131, -0.00870638061, 0.0280327927, -0.000518584799, -0.0098019829, -0.00542688, -0.00472934684, 0.0107953278, 0.0287485868, -0.0114307767, -0.00332515105, -0.00034899477, 0.00362096331, -0.000410394103, -0.0285294671, 0.0062522334, 0.0125702024, 0.00690959441, -0.00307498849, -0.0271270964, -0.0209040791, 0.0172666814, -0.000437099399, 0.0254617818, -0.0223794896, -0.0113285212, 0.0326927528, 0.0417789407, 0.0125702024, -0.0412238389, 0.015776664, 0.0300340932, -0.0172228571, 0.00821701251, -0.023007635, -0.0275799446, -0.0227154735, -0.0127016753, -0.00799789187, 0.0431228802, -0.00322289485, 0.01926798, 0.00575190876, 0.00837039668, -0.00689863833, -0.00623762514, -0.0102329189, 0.0153384227, 0.00543053215, -0.0227592979, -0.00231902348, -0.0121465698, -0.0175150186, 0.000330963, 0.00231902348, -0.00417059, 0.0302970372, -0.0125775067, 0.021035552, -0.0146591496, -0.00164340239, 0.00178309169, 0.00755965104, 0.021371536, -0.00587607687, -0.00923957396, 0.0125628989, 0.00941487, 0.0316701904, 0.0275215134, 0.00324115483, 0.00801980402, 0.00451753056, -0.000793398183, 0.00882324483, 0.00982389413, 0.00201408099, -0.0347963087, -0.0178363938, -0.00657360954, -0.00693515828, 0.00220033317, -0.0116645051, -0.00708489073, 0.0168430489, -0.0207433905, -0.0209625103, 0.00274813408, 0.00531732, -0.00424363045, -0.0209479034, -0.000442349148, -0.00755234715, -0.00727114268, 0.00653343787, -0.0114819054, -0.0245706923, 0.0109048886, -0.0269518, -0.000379808567, -0.00910810195, 0.0180262979, -0.00115677272, -0.0182600264, 0.0121392664, -0.0252134446, -0.0310274381, 0.0164194163, -0.0236211717, -0.00723462272, -0.00837039668, -0.0239425469, 0.0123072583, 0.01972083, -0.0217513442, -0.00545974821, -0.0181431621, -0.00387477782, 0.0147760138, 0.00462709088, -0.0143523812, 0.0232705791, 0.0029581245, -0.00657360954, 0.00255275168, 0.000739074603, 0.0129719237, -0.0186398365, -0.0204220135, 0.0322545134, 0.00125811587, -0.0466872379, -0.00164157641, 0.0054013161, 0.00861142855, -0.0166677535, -0.00978007074, -0.00701915426, 0.00392955774, -0.00218389928, 0.00455039879, -0.0182308108, -0.015382247, 0.0117667615, -0.0192971975, -0.0131399157, -0.048527848, -0.0175880585, 0.0334523693, -0.0294351634, -0.0111459205, 0.0229638107, -0.00762538752, 0.00601850497, -0.0243515726, 0.0316409767, 0.0166531447, 0.00569347665, 0.0141551727, 0.0291722193, -0.00257283775, -0.0537283048, -0.0100868391, -0.0174419787, -0.00157127529, -0.00522967195, 0.0281058345, 0.0302386042, 0.0173835456, 0.00878672488, 0.0354098454, -0.00586146861, -0.00162879447, -0.0219120327, 0.0134685962, -0.0457523242, 0.00189721677, 0.00955364574, -0.0147321895, -0.0147906216, -0.00793215539, -0.00143432512, -0.0426846407, 0.0164924562, 0.0126943709, 0.0273462161, -0.011080184, 0.0177195296, -0.00852378085, 0.00450292276, -0.0250235405, -0.00687307399, 0.00414502621, -0.0202613268, 0.000888350303, -0.0111532249, -0.0169891287, -0.016696969, -0.00688403, -0.00856760517, -0.0142136049, 0.00632527331, 0.000852286757, 0.0464535095, -0.0111020962, -0.00175387564, 0.00935643818, -0.0117229372, -0.000420665368, -0.0102037033, 0.000229277459, 0.0311735179, 0.00913001318, 0.0331309922, 0.023343619, 0.00537575176, -0.0187128764, -0.0223064497, -0.0257831588, 0.0257685501, -0.00390034169, -0.00858951639, -0.0150754787, -0.0123364739, -0.0252572689, 0.0572050139, -0.0217367355, -0.0145568941, -0.00494116312, 0.0154114626, -0.00642752973, 0.0342996344, 0.0132056512, -0.00502515957, 0.00410850625, 0.00889628567, -0.0102694388, 0.00405372586, 0.0139652686, -0.0167407934, 0.00716158282, -0.0317870565, -0.00769842742, -0.000853199745, -0.0229345933, 0.00494116312, 0.00199582102, 0.00482429937, 0.00761077926, 0.00126633293, -0.0183184594, 0.0677812174, -0.00329776085, 0.012299954, -0.0203051493, 0.0164194163, -0.0046161348, 0.0118617136, -0.010649248, -0.0329557, -0.019925341, -0.00566791231, 0.0113212168, 0.0200714227, 0.00462709088, -0.018742092, 0.00179587363, 0.00604772102, -0.0175150186, -0.00233545736, -0.0052807997, 0.016039608, -0.0140310051, 0.0157620553, -0.0137388445, 0.0118617136, -0.0122196097, 0.00561678456, -0.00859682076, -0.0159957837, 0.0293767322, 0.00458691875, -0.00768381963, -0.00986041501, -0.0218097772, 0.00761808315, 0.00286134635, 0.00829735678, 0.0188005231, -0.0352637656, -0.0059381607, 0.0115038175, -0.00348583912, -0.00931991823, -0.0208018236, -0.00053364929, -0.01926798, -0.00240484555, 0.0017438326, -0.0176464897, 0.0117448494, 0.0229638107, 0.0075888671, -0.0105250794, 0.0162295122, 0.0180993397, -0.0243369639, 0.00906427763, -0.00595642067, 0.0242493153, 0.0130084436, 0.00363922352, 0.00198121299, -0.00153566827, 0.00426189043, -0.0240886286, -0.00407198584, -0.01318374, -0.00661743386, 0.00365200546, -0.00991884712, 0.00624492951, -0.00187165278, 0.00680368626, -0.0128915794, 0.0363155417, -0.00972163863, 0.015382247, 0.00855299644, -0.0029325604, 0.00377617357, 0.00678177411, 0.00425458653, 0.00798328407, -0.00194286683, 0.000255640392, -0.0137315402, -0.00872098934, 0.0144765498, -0.00235919561, 0.0177341383, 0.0128915794, 0.00386016979, -0.00723097054, -0.0310274381, 0.00603676494, -0.00325393677, -0.0174419787, -0.0330433436, 0.00302020856, 0.0122342184, 0.0231975392, 0.00295995036, -0.00724923098, -0.0193702374, 0.00924687739, -0.00903506111, -0.00340001704, -7.58932365e-05, 0.0168722644, -0.00196660496, 0.000595733407, -0.0174711943, 0.00828274805, -0.0072528827, -0.0280181859, -0.00390034169, -0.00386016979, -0.00270431, -0.00377982552, 0.00386747369, -0.0237380359, -0.00941487, -0.0050799395, -0.0233874433, 0.0169014819, 0.00375060947, -0.0331894271, 0.00289421435, 0.00099243247, 0.0191072915, -0.017748747, -0.000918479345, 0.00753773935, -0.0142428214, -0.0124168182, 0.00933452602, 0.0307060611, 0.00844343659, -0.00391495, 0.008319268, 0.0181577709, -0.00702280644, 0.00750121893, -0.0206119195, -0.0200860295, 0.0247167721, 0.00967051, -0.0106273359, -0.00453944271, 0.00649691746, -0.0198376942, -0.0255056061, 0.00973624643, -0.00261483598, -0.0107149836, -0.012299954, 0.00566426059, -0.0232997946, -0.0155283269, -0.00567886839, 0.00391860167, 0.0230368506, 0.0124168182, 0.0127162831, -0.0100941435, 0.0131033957, 0.0331602097, 0.00811475608, 0.0123510826, 0.017295897, -0.0195601415, 0.00519680372, -0.0482064709, -0.0204366222, 0.0191949401, -0.0125190746, 0.0148344459, -0.00770573132, 0.0241178442, -0.00232632738, -0.0152215585, -0.0109048886, 0.00695341825, -0.01972083, -0.00959747, 0.0198084768, 0.0185375791, -0.0132129556, -0.0199837741, 0.00242310553, 0.0155575434, 0.0360525958, 0.0139798764, 0.0013010269, -0.00052132376, 0.00877942145, 0.0132640833, -0.0172666814, -0.0393832251, -0.00894010905, 0.00627049338, 0.00313889864, -0.013746148, 0.003394539, -0.00789563544, -0.00983119849, -0.0342119858, -0.000206224184, 0.0158350952, -0.00411581, -0.0442915224, -0.00650056964, 0.000976911397, 0.0258269832, 0.00703011034, 0.0252864864, -0.00532462401, -0.0238841157, 0.00603311276, 0.00973624643, -0.000721727556, 0.0177779626, -0.00110016658, -0.00557661243, -0.0225109607, -0.00276274211, 0.00871368498, -0.00214372715, 0.0116279852, -0.00138867507, 0.00122068287, 0.00402816199, 0.00183604576, 0.00621936517, 0.00500324741, -0.0170475617, 0.0177341383, -0.0120589221, 0.0125336824, -0.000720358046, -0.0120881377, 0.00894741341, -0.0162149034, 0.011343129, -0.0062522334, -0.000869177282, 0.0139433565, -0.00139324006, 0.0172082502, -2.20546899e-05, 0.0324298069, 0.00644213753, -0.00226972136, 0.0114892088, -0.0168722644, 0.00905697327, 0.00408294192, -0.0229638107, -0.00719810277, 0.00122798677, -0.0249066763, 0.00134941598, -0.00906427763, -0.0152215585, 0.0248044208, 0.00139050104, 0.00705567468, 0.00316994078, -0.0183330681, 0.0105250794, -0.00186891377, -0.0202175025, 0.0233144034, 0.0192095488, 0.00790294, 0.00493385922, -0.022949202, 0.0292452592, -0.00288508437, 0.00463074306, -0.0101817911, 0.00495577138, 0.0106273359, -0.0094733024, 0.000360407284, -0.00489003537, -0.0100576226, 0.028602507, 0.0116864173, 0.0100941435, 0.0115549453, 0.0109998407, -0.0225255694, -0.00178583059, 0.0192387644, 0.0173689369, -0.0149074858, 0.00712871458, 0.0109194964, 0.0134393796, -0.00645309361, 0.034591794, -0.00218937732, 0.0171059929, 0.0294351634, -0.030443117, 0.0241762754, 0.00175844063, -0.0108099356, 0.0264405198, -0.00898393337, 0.000394416595, 0.00875750929, 0.00629605725, 0.00902045332, -0.002737178, 0.000398753356, 0.00494116312, 0.00280656619, -0.0036227894, -0.00369400345, -0.00893280562, -0.00238658558, 0.00264770398, 0.00210538111, -0.0307644941, -0.00785911549, 0.0159373526, 0.000352418516, 0.0142209092, -0.0105031673, -0.0189173874, -0.00541592389, 0.00245232158, -0.0149878301, 0.00870638061, 0.00186800072, 0.00344201503, -0.00189356483, 0.0281642657, 0.0175442342, 0.00186069671, 0.00559122, -0.0158643108, -0.035176117, -0.0221019369, -0.0026367479, -0.0121100498, -0.0222188011, -0.00211816304, -0.00403181417, 0.0213569272, 0.0109048886, -0.0131326113, -0.0112189604, -0.0235481318, 0.0135197239, 0.00270796195, 0.0129792271, -0.000123255188, 0.00292343041, 0.00554374419, -0.0112773925, -0.00595276896, 0.0111824404, 0.00194469292, -0.0206265263, -0.0172666814, 0.00151193026, 0.0309690051, 0.00180956873, -0.00379443355, 0.0128550595, 0.00256005581, -0.0119420579, 0.0214884, 0.0146445418, -0.00843613222, -0.0178510025, -0.0124022104, -0.00109651464, -0.0135051161, -0.0175004099, -0.00582494866, 0.00979467854, -0.00653343787, -0.004816995, 0.00350592518, -0.000870546792, 0.0195455328, 0.0110217519, 0.00134850305, -0.00966320653, -0.00784450769, -0.0201444626, 0.0160834324, 0.0124095147, -0.0125921145, 0.00767651526, 0.0222188011, -0.000796137203, -0.018669052, 0.00998458266, -0.000311789976, 0.0126067223, -0.00490829535, 0.0290261395, 0.008319268, -0.0156598, 0.00569347665, 0.0239133313, -0.0107880244, 0.0254325662, -0.0227885135, 0.0126505466, -0.0248336364, 0.00634718547, 0.00416693836, 0.0277552418, 0.00281934813, 0.00191730284, 0.00478047505, 0.00547070429, 0.0215176158, 0.00271344, -0.026893368, 0.00883785356, 0.0177341383, 0.010159879, -0.00986041501, 0.000153840723, 0.016375592, 0.0360233821, 0.00256370776, 0.00241945358, -0.0131983478, 0.00215833518, -0.0220581125, 0.00807823613, -0.0311150867, 0.0191219, -0.00122524786, 0.0132494755, 0.0118763214, 0.00162422936, -0.0185521878, -0.00788833201, 0.00549992034, -0.0075742593, -0.0117594572, 0.0146883661, 0.0110217519, -0.0306184143, -0.0184353236, -0.00703741424, -0.0192241557, -0.0116864173, 0.00617554132, -0.0098896306, 0.00629605725, 0.00211998913, -0.00210172916, -0.0136219803, 0.000543235801, 0.00199034298, -0.00494116312, -0.0182308108, -0.00312246475, 0.0132640833, 0.018406108, -0.0074537429, 0.0114161689, -0.0203927979, 0.00137589301, 0.00633257721, -0.00351322931, 0.0142209092, 0.0203927979, 0.0205242708, 0.00615728134, -0.00247058156, 0.00974355079, 0.0070593264, -0.010985232, 0.0147394938, 0.0186836589, 0.00631066551, 0.00112299167, -0.00100795354, 0.00342375506, -0.00555470027, -0.0101890955, -0.00685846619, 0.0196185727, -0.00950982235, 0.00860412512, -0.00772033958, -0.0141332606, 0.00940026157, 0.00636179326, -0.00072766206, 0.000747748127, -0.00942947809, -0.0021747693, -0.0212984961, -0.0101671834, 0.0305015501, -0.0105835116, -0.00501420349, -0.0208894704, -0.0103351753, 0.00470743515, -0.0119712735, 0.0225109607, -0.025447173, 0.00827544462, -0.00342558115, 0.00551087596, -0.00715427846, -0.00686577, -0.0161856879, 0.0116864173, 0.00665030209, -0.0141332606, 0.000307224953, -0.00052132376, -0.0064603975, -0.0126651544, 0.0208748635, -0.00991884712, -0.0362278931, -0.00678177411, -0.0107222879, 0.0176757071, 0.00359174726, 0.00547070429, -0.0237964671, -0.0181869864, -0.00541227218, 0.00862603728, 0.00866986066, -0.0221311525, -0.0105396872, 0.0236796029, -0.00377617357, -0.0147394938, 0.00628875336, 0.0327219702, -0.00450292276, -0.03012174, 0.00697167823, 0.00961207785, 0.0280912258, 0.008976629, 0.00844343659, 0.000594820362, -0.0150024379, -0.0192387644, -0.0200860295, -0.0105469916, 0.0279743616, -0.00784450769, -0.00823892467, 0.0120516177, -0.00624858122, -0.00622666907, 0.0135124205, -0.00145349815, -0.0221165456, 0.00798328407, 0.0392079316, 0.000626318913, -0.00195747497, 0.0219704639, -0.0273608249, -0.0160542168, -0.00604772102, -0.0209625103, 0.00257283775, 0.00908619, -0.0112043526, -0.0249651093, 0.00609154487, -0.0286171138, -0.0145788053, -0.00918114185, 0.0132275634, -0.0132640833, -0.0139506608, 0.0133809475, 0.0088159414, 0.0232997946, -0.0319915675, 0.0124314269, 0.0237672515, 0.00700089429, -0.00985311065, 0.0176757071, 0.00423267437, 0.00147997518, -0.0152945984, 0.0233144034, 0.00216929126, 0.0143889012, 0.0073733991, -0.00523697585, -0.00190817285, -0.000362918043, -0.00899123773, 0.00425823824, -0.0294789877, 0.000228250341, -0.00528810406, -0.000671056, -0.0037834777, -0.00107368955, 0.00535018789, -0.0124752503, 0.00900584552, 0.0140090929, 0.00284856418, 0.00301107857, 0.0121392664, -0.0203343667, 0.0279889703, 0.0102110067, -0.0115549453, -0.00730766263, -0.00942947809, -0.00400259811, -0.00297821034, -0.00418154616, -0.00553644029, 0.00480238721, -0.00354061928, -0.0165947136, -0.0312027335, -0.00475491118, 0.00339088705, 0.00614632526, 0.00233363151, -0.00347123109, 0.00985311065, 0.01926798, -0.00674160197, -0.00398799, -0.0152653828, -0.0387112573, 0.0129280994, -0.0123876026, -0.0254325662, -0.00362644135, 0.000932174386, -0.00782259554, 0.00731496699, 0.0207872149, -0.00192278088, 0.00251257978, -0.0142939491, 0.0115549453, -0.0196770057, -0.00457596267, -0.0181139465, 0.00642022537, -0.0261337515, 0.0193118043, -0.0085018687, -0.0165216718, -0.0117740659, -0.00358079141, 0.0101014469, -0.0111970482, 0.0106127281, 0.00426189043, 0.0130668757, 0.0009476954, 0.00476951897, -0.00893280562, 0.00764729921, -0.0161418635, 0.00358809531, 0.00680368626, 0.00375060947, 0.0134320762, -1.467935e-05, -0.0280181859, 0.0116937216, 0.000579299347, 0.00927609392, 0.0178071782, -0.0155575434, -0.000114866983, 0.00386016979, -0.0232705791, 0.000881959335, 0.00554009201, 0.002629444, -0.0303554684, 0.00532097183, -0.00112390472, -0.00788102765, -0.00685846619, 0.0352345482, -0.00696437433, -0.0202028938, 0.00342010311, -0.00354244537, -0.0177633539, 0.0101160547, 0.00962668657, -0.0159957837, -0.0140821328, -0.0139214443, -0.0140821328, 0.008319268, 0.00406833412, -0.0281934813, -0.0215614401, -0.0260899272, 0.0130084436, 0.0192825887, -0.00740261516, -0.00544514, 0.0068511623, -0.0094733024, 0.00708489073, -0.0139287487, -0.00384556176, 0.0169599131, 0.00996997487, 0.00210355502, 0.0132713877, -0.0296688918, 0.0154406792, 0.0168722644, -0.00853838865, 0.0245414767, -0.00287595438, 0.0124095147, 0.00740991905, 0.0017785267, 0.00518219592, -0.0104447352, 0.00959016662, 0.0218097772, -0.0197500456, -0.00117777172, -0.00821701251, -0.0113723446, -0.00586877251, 0.0157912709, -0.0182600264, 0.0118909301, 0.00153201632, -0.00383095373, 0.0139287487, -0.000213642314, -0.00264039985, 0.018669052, -0.0248190295, -0.017953258, 0.00433127861, -0.0111313127, 0.0302970372, -0.00318820076, 0.00952443, 0.000319778715, -0.0098019829, -0.0110655762, -0.00155392836, 0.00639100932, -0.00402451, 0.00813666824, 0.00343653699, -0.0044883145, -0.0173105057, 0.0100795347, -0.00887437351, -0.019662397, -0.00726383878, -0.00664665, 0.00877211709, -0.00911540538, -0.00595276896, 0.0136658046, 0.00762538752, 0.0100064948, -0.0106784636, -0.022686258, -0.0138484044, -0.0116718095, -0.00290151825, 0.0163609851, 0.0148636624, -0.00977276638, 0.000420208875, 0.00480969111, -0.045898404, -0.0103863031, 0.0258708056, -0.0121684819, -0.0217367355, 0.00548166037, -0.0133809475, 0.00247240765, 0.0138484044, -0.00173744163, 0.0142939491, -0.000398525095, 0.0182308108, -0.00371956755, -0.0173251145, -0.00574460439, -0.0265281666, 0.00252536172, 0.00907888543, -0.00307864067, -0.0243661795, -0.0081951, -0.00280839228, 0.00248701568, -0.0121757863, 0.0258708056, -0.0225840025, 0.00170639949, 0.0154991113, -0.00376886968, 0.000199376678, -0.00522967195, 0.00125902891, -0.0187567, 0.0224671382, 0.00902045332, 0.0316409767, -0.0184937548, -0.00387842976, 0.0229930263, 0.000455815927, 0.0236211717, -0.00471839122, 0.00475856289, 0.0241032355, 0.00755234715, -0.019063469, -0.000898393337, -0.0180555154, -0.0118178893, 0.00271891803, 0.0106200315, -1.64625562e-05, 0.0217367355, 0.0188589562, 0.00124350784, -0.0089035891, -0.0037907816, 0.020977119, -0.00459787482, 0.044788193, 0.000607145892, -0.00769112352, -0.00535018789, -0.00337080099, -0.0213861447, 0.0129500115, 0.00606963318, 0.000248792872, -0.0178510025, -0.00252901367, 0.00563869625, 0.0251550134, 0.00850917306, 0.0160688236, -0.0106200315, 0.0115549453, 0.00386016979, -0.00511645945, -0.00856760517, 0.0217659529, 0.00775685953, 0.000731770589, -0.0080125, 0.00436414639, 0.00434588641, -0.0152361663, 0.00910079759, -0.0150024379, 0.00781529117, 0.00555835245, 0.00452848664, -0.0143377734, 0.00562408846, -0.0186252277, 0.00425823824, -0.0112846969, 0.000188192411, 0.0198230855, -0.0154991113, -0.00160140439, -0.0282811299, 0.00956095, 0.0307644941, 0.0181139465, 0.0333647206, -0.00322106876, 0.0193848442, -0.00230258936, -0.0230806749, -0.00446640281, 0.00807823613, -0.000549626828, -0.00247971178, -0.0148344459, 0.0261775758, -0.00186800072, 0.0125628989, 0.0109341042, 0.00213277107, -0.0259000231, 0.00338358292, 0.0195163172, -0.0334523693, -0.0189319961, 0.0179386511, -0.0196916126, -0.019063469, -0.0049521192, 0.0187859163, 1.33169806e-05, 0.0152653828, 0.00302386051, 0.00937835, -2.85883543e-05, 0.0110947927, 0.0124679469, -0.018011691, -0.00292343041, 0.0121392664, -0.00608789315, -0.025973063, -0.00839961227, -0.00191912882, -0.0123364739, 0.00205973117, 0.00109742768, -0.0169306975, 0.00243406161, 0.013446684, -0.0144473333, -0.0195163172, -0.00424728217, -0.00976546295, -0.00609884923, -0.0119493613, -0.00229163351, -0.00356983533, 0.00715427846, 0.00787372328, -0.00125811587, -0.00290882238, -0.00823162, -0.00257649, -0.0106565515, -0.0127162831, 0.000489368744, 0.00546705211, -0.00662839, -0.00575921265, -0.0270248409, 0.014929398, 0.00973624643, 0.0120516177, 0.022350274, 0.0219412483, 0.0121246576, 0.0116718095, 0.029391339, -0.00394051382, -0.00511645945, -0.0139798764, -0.0239863712, 0.0120516177, 0.0104958639, -0.0102110067, 0.0325174555, -0.000454674679, 0.0283833854, 0.00929070171, 0.0460737, 0.0235773474, 0.00513106771, 0.0195893571, -0.0127601074, -0.00858221296, -0.0216783043, 0.0100868391, -0.00260388, -0.00381634571, 0.00917383749, 0.000188306527, -0.0124460347, -0.027287785, 0.0192387644, 0.0141405649, -0.0159227438, -0.00165527151, 0.0108829765, -0.01078072, 0.00141332613, 0.0103424797, 0.0111897448, 0.0104593439, 0.00619014911, -0.0113723446, -0.0127089787, 0.0101014469, 0.00763269141, 0.000938565412, 0.00390399387, 0.0245414767, 0.00194286683, 0.00944408588, 0.0148709659, 0.0220581125, 0.00741357123, -0.0120297056, -0.0053940122, -0.010159879, 0.00280291424, 0.00157036236, -0.0303554684, 0.0326343216, 0.00929800607, 0.00983119849, -0.0209917277, -0.00823162, 0.0253449176, -0.00952443, 0.0187713075, 0.0072455788, 0.00336349709, 0.00301838247, 0.00155575434, -0.0125044668, 0.00871368498, 0.0102037033, 0.00119694474, 0.00424363045, 0.0200129896, -0.00331236888, 0.00915192533, -0.0133590363, -0.0114526888, 0.00514202379, 0.0196331814, 0.0368706472, -0.00495942356, -0.0170475617, -0.0133079076, 0.0169745218, 0.00530636404, 0.00357166119, -0.00413041795, -0.0183038507, 0.0267765038, 0.0108902799, -0.0055948724, -0.0110655762, 0.00524793193, -0.00907158107, 0.00194104086, -0.00576286437, 0.00916653406, -0.00501785567, -0.01081724, -0.00190634688, 0.000657817465, -0.0139652686, 0.0113942567, -0.00929800607, 0.000108190659, -0.012095442, -0.0376302637, 0.0436195545, -0.0063800537, 0.0211231988, -0.00829005241, 0.0168138333, -0.00572634442, 0.0069168983, 0.00116133771, -0.0254325662, -0.0231391061, -0.0179240424, 0.0155137191, -0.0189612117, -0.00921766181, 0.00437145028, 0.0179386511, -0.00950251799, 0.00554739637, -0.0367537811, 0.0175296254, -0.00503611565, -0.00453579053, -0.00673795, 0.0062595373, 0.0023080674, -0.0241616685, -0.0113869533, -0.00940026157, 0.0119493613, -0.00263492181, -0.00753043499, -0.0079905875, 0.0022405053, -0.00513106771, -0.00279378425, -0.0177633539, -0.0119712735, -0.00411581, 0.0132129556, -0.0146591496, -0.0102767432, 0.00596007286, -0.00702280644, -0.00306038046, 0.0106054237, 0.0248482451, -0.0155137191, 0.0286463313, 0.00500689959, -0.0089035891, -0.00632527331, -0.0052004559, -0.00922496524, 0.00316811469, -0.0268203281, -0.0232851859, 0.017091386, -0.0248628538, -0.0084872609, 0.00764729921, 0.0121465698, -0.0140237007, -0.0360233821, 0.0203343667, 0.015586759, 0.0109706242, 0.0244684368, 0.00157584029, 0.0136073725, 0.000462435186, 0.013578156, -0.0244976524, -0.0166677535, 0.0105908159, 0.0108391521, -0.00880863704, 0.000560126326, 0.0108756721, -0.00241762749, 6.46519111e-05, 0.0070520225, 0.000704837032, -0.0255202148, -0.00301290443, 0.00414137403, -0.0100137992, 0.0137023246, -0.0216490887, -0.0134174675, -0.00665030209, -0.00975815859, 0.00760347536, -0.0165947136, 0.00870638061, 0.00325211091, 0.00139415311, -0.00125994184, -0.0189027805, 0.0257685501, -0.0298149716, -0.031436462, 0.0217513442, 0.00506167952, 0.00405372586, 0.00563139236, -0.0201882869, 0.002737178, 0.00739531079, 0.00171461655, 0.00769112352, -0.0100941435, -0.0247752052, 0.00195382279, -0.00337627903, 0.00217842124, -0.0192971975, 0.0189319961, -0.00842882879, 0.00387477782, 0.0326051041, 0.0138557088, -0.000139689204, 0.0304723326, -0.0100357113, 0.00835578796, 0.0518292598, 0.0130157471, -0.0146518461, 0.0120589221, -0.02820809, -0.00451022666, -0.0143742934, -0.0098019829, -0.0101160547, -0.0107953278, 0.0241470598, -0.0191657245, -0.0128988829, -0.0116864173, 0.00452848664, -0.0042874543, -0.0113139125, -0.0126140267, 0.0062741451, -0.00485716714, -0.00343471114, -0.00798328407, 0.00257831579, -0.0045430949, -0.0162879433, -0.00922496524, -0.0144911576, -0.0235043075, 0.00850917306, -0.00304759853, 0.0102037033, -0.00464900304, -0.024658341, -0.00354244537, -0.000878307328, 0.016039608, 0.0170621686, 0.013746148, -0.0181869864, -0.0228323378, 0.0160980392, -0.00570443226, 0.0194140617, 0.0164194163, -0.00262579182, 0.0042947582, -0.0133444276, 0.0119274501, -0.00308777066, -0.00530271186, -0.0305015501, 0.0344165, -0.00398433814, 0.00284126028, -0.00586146861, -0.0150462622, 0.0122780418, 0.0160542168, -0.0215906557, -0.0102840476, 0.010123359, -0.021503007, -0.0240740199, 0.0176757071, 0.00727114268, -0.000802984694, -0.0128112352, -0.00412676623, 0.0176464897, -0.0170183461, -0.00213642325, -0.0186836589, 0.00548896426, -0.0166093204, -0.00177122268, 0.0173835456, 0.00563869625, -0.00585051253, 0.00934913382, 0.0410777554, 0.00468917517, 0.0334815867, -0.0104155196, 0.0159957837, -0.000656904478, -0.00620840909, 0.00939295813, -0.00416693836, -0.0133517319, 0.0106273359, -0.00109194964, 0.00431301864, 0.0290991794, -0.00269152806, 0.00494846748, -0.0264551267, -0.002737178, -0.0139068365, -0.0327804, 0.00872098934, -0.00542688, -0.00964859873, 0.00834118, 0.0181139465, -0.00196843082, -0.0204074066, -0.0166531447, 0.00568252057, -0.025315702, -0.0126505466, -0.00327037089, -0.0102767432, -0.00293073431, 0.0265427753, 0.000698446063, 0.0202905424, 0.0155721512, 0.0169160888, 0.00199947297, 0.00560582848, -0.0239425469, -0.0129719237, -0.0205096621, 0.0141186528, -0.00423632609, 0.00146993215, 0.0132859955, 0.0234020501, -0.00599659281, 0.0171790328, 0.000849091273, 0.00295082037, -0.00242858357, 0.0131983478, 0.0169453043, -0.0108902799, -0.0123876026, -0.0185960121, 0.00942947809, 0.00113120873, -0.00265866, 0.00794676412, 0.011832498, -0.0149147902, 0.00504707173, -0.00445909845, 0.00510185165, 0.0125628989, -0.024789812, 0.00818779599, -0.00163518544, -0.000981476507, -0.00695707044, 0.000127135441, -0.0101160547, 0.000451479165, 0.00442623068, -0.0103351753, -0.00524062756, -0.00158223137, 0.00368852541, -0.0289969239, -0.00826083589, 0.0201444626, -0.0140894372, -0.00175844063, -0.0130157471, -0.00668317, 0.00346757914, -0.0205242708, 0.0219266415, -0.00711410679, 0.00446275063, -0.0232851859, -0.0223940965, -0.020378191, -0.0024358877, 0.00278100208, -0.0103059597, -0.000976911397, -0.00778607558, 0.00575190876, -0.00296360231, 0.000211588063, 0.026104534, -0.00589798857, -0.00300742639, 0.0107222879, 0.00566060841, -0.0195893571, -0.00418885, 0.0100941435, -0.00905697327, 0.0234458745, -0.00175204955, 0.0158935282, 0.00934913382, 0.00583590474, -0.00244136574, -0.00285769417, -3.22974229e-05, -0.0425385609, 0.0119493613, -0.00307864067, 0.00202321098, 0.00445544673, 0.0160980392, 0.0143962055, -0.0034292331, 0.000561495835, -0.0013055919, 0.0230222419, 0.014272037, -0.0442330912, 0.0103716953, -0.02347509, -0.0167554, 0.00140784809, 0.00833387673, -0.0414867811, 0.0380392894, -0.00410120189, -0.0132056512, -0.00743548293, -0.0182015952, -0.0218682084, -0.000614906428, 0.01196397, 0.00450292276, 2.77894796e-05, 0.00209259917, -0.00597102894, -0.00266413786, -0.0011540337, 0.0138703166, -0.00978737418, -0.00582860084, -0.0278574973, 0.00196295301, -0.00753043499, 0.0107442, -0.0069315061, 0.00956825446, 0.00141058711, -0.00847995654, 0.0016644015, 0.0164924562, -0.00390034169, -0.000531366793, 0.00484621106, 0.0279305372, -0.0162587278, 0.00554374419, -0.00737705082, 0.0105762081, 0.00317176664, 0.00522602, 0.000500781229, -0.00743548293, 0.00331784692, 0.00478777895, -0.0143815977, 0.0265427753, -0.00513106771, 0.016770009, 0.00509819947, 0.00106182054, -0.00797598, 0.0178656112, 0.0138630122, 0.0164194163, -0.00776416343, 0.010159879, -0.00509454776, 0.0070593264, -0.0118471058, -0.0230222419, 0.0104812551, -0.0122561306, -0.00577016873, 0.00766921137, -0.01742737, 0.0260753185]
|
04 Oct, 2024
|
HTML5 MathML <ms> Tag
04 Oct, 2024
The HTML5 MathML <ms> tag is used to represent a string literal in mathematical notation. It allows developers to display text as part of a mathematical expression, typically enclosed in quotation marks.
Syntax<ms lquotes="„" rquote="“"> String Expression </ms>AttributesThis tag accepts some attributes which are listed below:
AttributeDescriptionclass/id/styleHolds the styles of child elements.dirSpecifies text direction: ltr (left-to-right) or rtl (right-to-left).hrefHolds a hyperlink to a specified URL.mathbackgroundSets the background color of math expressions.mathcolorDefines the color of math expressions.mathsizeSpecifies size of the content: small, medium, big.mathvariantDetermines typography variety (like font-family).lquoteSets the opening quote based on dir attribute, default value is ".Below example will illustrates the concept of HTML5 MathML <ms> tag:
Example: In this example we demonstrates the use of the HTML5 MathML <ms> tag to display styled mathematical text with specific left and right quotes, background color, and text color.
html
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML ms tag</title>
</head>
<body style="text-align:center;">
<h1 style="color:green">GeeksforGeeks</h1>
<h3>HTML5 MathML <ms> Tag</h3>
<math>
<ms lquote="„"
rquote="“"
mathcolor="Yellow"
mathbackground="Purple">
A Computer Science Portal for Geeks
</ms>
</math>
</body>
</html>
Output:
Supported BrowsersThe browsers are supported by HTML5 MathML <ms> tag are listed below:
FirefoxHTML5 MathML <ms> Tag – FAQsWhat is the difference between <ms> and other MathML tags like <mi> or <mo>?<ms> is for string literals, while <mi> is for identifiers, and <mo> is for operators.
Can the MathML <ms> tag handle special characters?Yes, the <ms> tag preserves special characters and displays them as they are.
Is MathML <ms> tag supported in mobile browsers?Support is limited and varies between mobile browsers; it’s advisable to test.
How does the MathML <ms> tag handle whitespace?The <ms> tag preserves whitespace within the string literal.
Can <ms> be nested within other MathML elements?Yes, it can be nested within other MathML tags as part of a mathematical expression.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 MathML <merror> Tag/HTML5 MathML <mfenched> tag/HTML5 MathML <mfrac> tag/HTML5 MathML <mglyph> Tag/HTML5 MathML <mi> Tag/HTML5 MathML <mlabeledtr> tag/HTML5 MathML <mmultiscripts> Tag/HTML5 MathML <mn> Tag/HTML5 MathML <mo> Tag/HTML5 MathML <mover> Tag/HTML5 MathML <mpadded> Tag/HTML5 | MathML <mphantom> Tag/HTML5 | MathML <mroot> Tag/HTML5 | MathML <mrow> Tag/HTML5 MathML <ms> Tag
|
https://www.geeksforgeeks.org/html5-mathml-ms-tag/?ref=next_article
|
NextJS
|
HTML5 MathML <ms> Tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, HTML5 MathML <mpadded> Tag, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <mmultiscripts> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, HTML5 MathML <mi> Tag, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, HTML5 MathML <mlabeledtr> tag, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML <mo> Tag, HTML5 | MathML <mphantom> Tag, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, HTML5 MathML <merror> Tag, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, HTML5 | MathML <mrow> Tag, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, HTML5 | MathML <mroot> Tag, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML <mfrac> tag, HTML5 MathML <mn> Tag, HTML5 MathML <mglyph> Tag, Node.js Readable Stream close Event, HTML5 MathML <mfenched> tag, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, HTML5 MathML <ms> Tag, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, HTML5 MathML <mover> Tag, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[0.00613775058, 0.0291487891, -0.0135354716, 0.0659016147, 0.0567944571, -0.00133088988, 0.00554829091, 0.0237404965, 0.00135944178, 0.00969661493, 0.0228120964, 0.0154438484, 0.00148746511, 0.00329544907, -0.0193784926, -0.00495146262, -0.00597564923, 0.0237257592, -0.0330686979, 0.0307403319, -0.0225910489, 0.000827085867, -0.0655479357, -0.00603459543, -0.00148470199, -0.00735719595, -0.0158417337, -0.0120912958, 0.00848822203, 0.0185532495, -0.0132628465, -0.010647119, -0.0146554457, -0.027498303, -0.0209405608, 0.0200563725, -0.00759666413, 0.0653121546, -0.0560281612, -0.0265699029, 0.0333044827, -0.00992503, 0.0015814103, 0.0211321358, 0.0142354555, 0.0100502903, -0.00720614661, -0.0269235782, 0.00617459184, -0.0266141128, 0.0329802781, 0.0165932942, 0.00812717807, -0.0098071387, 0.00794297177, -0.0046825218, 0.0261720177, 0.0162396189, -0.0379906893, -0.0386390947, -0.0119881397, -0.0468031131, -0.0104039665, -0.00393464463, -0.0443863273, -0.0287066959, -0.00860611349, 0.0164901391, 0.0305634942, -0.0131154815, -0.0189511348, 0.0292224716, 0.0337760486, 0.000250520447, -0.0168585517, -0.0165490862, -0.00105458056, 0.0197321679, 0.0186269321, 0.00845138077, 0.0223257914, -0.0078913942, -0.00540092587, 0.0108902706, 0.0164901391, 0.0309761148, 0.0050361976, -0.0523145609, 0.00709930714, -0.00593880797, -0.0232541915, 0.0541124158, 0.0125776, -0.00989555754, -0.0211616084, -0.00277598761, 0.00862085074, 0.0137933604, -0.0303277094, 0.0206458308, -0.00376149081, 0.0232247189, 0.0292961542, -0.0242562741, 0.0114576258, 0.000554921222, 0.0139333578, 0.0197321679, 0.0191721823, 0.0242268, -0.00422200607, -0.00810507312, -0.0124965487, -0.00918083731, -0.0108534293, 0.023711022, -0.0366938747, -0.0497504137, 0.0215594936, 0.029826669, -0.0450052619, 0.00354596949, -0.0120176133, 0.0349254981, -0.0268204231, 0.0375485942, -0.0437379219, -0.0252730921, 0.00571039226, -0.0186564047, -0.0167701337, 0.0156206861, -0.0295172017, -0.00619301246, 0.0106029091, 0.0381380543, -0.0130270626, 0.0174774844, -0.00261388603, -0.00146259728, -0.0303866565, 0.000140917749, -0.00121484, 0.0120691909, -0.055143971, -0.0547018759, 0.0479820333, 0.0466262735, 0.0141544044, 0.0176101141, -0.022016326, -0.0276014581, 0.000565052556, -0.0162396189, 0.000871295342, 0.00791349821, -0.0060161748, -0.00778823858, -0.031182427, -0.000972608745, 0.000971687725, -0.0376664847, 0.028809851, 0.00784718432, -0.0374601744, 0.037872795, 0.0403190553, -0.0142207192, -0.0175659042, 0.0348370783, -0.037872795, 0.036959134, -0.0167111866, -0.00175272208, 0.00406358903, 0.00772192422, 0.0114428895, -0.0318897776, -0.00697036274, 0.0262309629, -0.0473336279, 0.0176101141, 0.0231510364, 0.0404369459, -0.0288245864, -0.0153406933, 0.0231657717, 0.0117376195, 0.0143238744, -0.00495883124, -0.0118186697, 0.0293256287, 0.0124376034, -0.0297087766, 0.0508998595, 0.0143680843, -0.0227089413, 0.0557923764, 0.0145596582, -0.0404074751, 0.00709562283, 0.00338939414, 0.023961544, 0.00840717088, 0.0390811898, 0.0137270465, -0.0233426113, 0.019835325, 0.0322139822, -0.0121797146, -0.010499754, -0.0111702643, 0.00472673122, -0.00354596949, 0.0014653604, -0.0047119949, -0.0421169065, -0.0643100739, -0.01998269, -0.0535819, 0.0233720839, -0.0293256287, -0.0111407917, -0.0216184407, -0.0655479357, 0.00730561791, -0.0369001888, -0.0222079, -0.0020704777, 0.00629248377, 0.00661300262, 0.0266141128, 0.0119070895, 0.00839243457, 0.034424454, 0.0118702482, 0.0205279402, -0.00833348837, 0.0114060482, 0.0414979756, -0.0238436516, -0.00660931878, 0.00761876861, -0.00904820859, -0.00218652771, -0.00296940398, 0.0351907536, -0.0618343391, 0.00369517645, -0.00517619448, 0.00931346603, -0.0319192521, -0.0343655087, 0.00326044974, -0.00687825959, 0.0475104637, 0.0235047117, -0.00540461, -0.0173890665, 0.018184837, 0.0323318727, 0.00290677394, -0.0017195649, -0.00430674106, -0.00476725679, 0.0392285548, 0.0483946539, -0.0524914, -0.0330392234, -0.0133807389, 0.00778087, -0.0664910749, 0.0229889341, 0.00826717447, -0.0386390947, -0.0234310292, -0.0208521429, 0.0191869177, 0.0040746415, -0.0103671253, 0.000844124937, 0.0149428071, 0.0133807389, 0.0164311938, 0.0480409786, 0.0151491184, 0.0135502089, 0.00781771168, -0.0493967347, -0.00437673926, 0.0135502089, -0.019496385, 0.0140438816, 0.0097481925, 0.0300329793, 0.0147070233, 0.0111850007, -0.00943872612, 0.0125628635, -0.0187300872, -0.0140659856, 0.011155528, -0.0225910489, -0.0262604374, -0.017315384, 0.0177280046, 0.030062452, 0.0104850177, -0.0222079, -0.0285593309, 0.0230626166, -0.0407611504, -0.0290603712, 0.0214268658, -0.00540829403, 0.014839652, 0.0322729275, -0.00764824171, -0.0304750744, -0.0295172017, -0.0054782927, 0.0398180149, -0.0220900085, 0.00180061569, 0.0262604374, -0.00163759314, -0.0203363653, -0.0227826238, 0.0357507393, -0.0123565523, -0.0454768278, -0.0309171695, 0.00767771481, 0.0112955244, 0.011199737, -0.0749203488, 0.0282056537, 0.016298566, -0.0235931315, -0.000128023312, -0.0259214975, -0.00592038734, -0.0107134329, -0.00788402557, 0.0514303744, 0.00205574115, -0.0119955083, -0.00499935634, 0.0221489538, 0.0294435192, 0.0010564226, 0.0303277094, 0.0479820333, -0.0241089091, -0.00483725499, -0.0386685655, -0.00996924, -0.026481485, -0.00560723711, 0.0342181437, -0.0116123594, 0.00870927, 0.0306813866, -0.0703815073, -0.0036454408, -0.0795181319, -0.0428242572, 0.0109050078, 0.00983661134, -0.00915136468, -0.0154880574, 0.00543776713, 0.0219721161, -0.00955661759, 0.00185956166, 0.00965977367, 0.0316245221, 0.01282812, -0.00968187861, 0.0129091712, -0.00456831371, 0.0423821621, 0.0495146289, -0.00251441472, 0.00727982912, -0.0129607487, -0.019835325, 0.00190469215, -0.00448726304, 0.0215742309, -0.0308876969, 0.0743898377, -0.0214563385, -0.0373128094, 0.00775139732, 0.0179343168, -0.0312119, -0.0591817684, 0.0123860249, -0.00876084715, 0.0190248173, 0.0167848691, -0.00100116071, 0.0154438484, -0.0147438645, 0.0412032455, -0.0185237769, -0.0143386107, 0.0384917296, -0.0296056215, -0.0155912135, -0.0278372411, 0.0120176133, -0.0143975569, 0.0157827884, 0.0232247189, -0.000695838942, 0.0387569852, -0.0133438976, 0.0496914648, 0.0425295271, -0.0276161935, 0.00951240864, 0.0207931958, 0.00571407657, 0.0214563385, -0.0726214573, -0.0316539928, 0.00324018719, 0.0089818947, -0.0232394543, -0.00758929551, 0.0134691577, 0.0109123755, 0.0162543561, -0.0132702151, -0.0143975569, 0.00377254304, -0.01901008, 0.000329959381, -0.0194374397, 0.00113471027, -0.00298414053, 0.0460957624, -0.0269088428, 0.0310940072, -0.0287951138, -0.0233426113, 0.0290898439, 0.038197, -0.01934902, -0.0155027946, -0.0223700013, -0.00736088, 0.0455652475, -0.0208963528, 0.0511945896, 0.00495883124, 0.0351318084, -0.00956398621, -0.00992503, -0.00100668694, 0.052756656, 0.017462749, 0.0222079, -0.0226794686, -0.027881451, 0.0294729937, -0.0148543883, 0.0112071056, 0.00239283871, -0.00330097531, 0.0100650275, 0.00861348212, 0.00184943026, 0.0197911151, -0.0049661994, -0.0197616424, 0.00295835175, -0.0310645346, 0.0303866565, 0.0257593952, 0.00776613364, 0.0390222445, 0.0335992128, -0.0212205555, 0.0166375041, -0.0170501266, 0.0191427097, 0.0305929668, -0.00752666546, 0.0242268, 0.00135115255, -0.0407316759, 0.00410043029, 0.0267762132, -0.0146628143, 0.00162009359, -0.0126586501, -0.0085987458, 0.00940188486, 0.0353086442, 0.0117376195, 0.0510472246, 0.0226352587, 0.00778823858, -0.0294435192, 0.0145449219, -0.00357728451, 0.0409379862, 0.0300329793, -0.0122902384, 0.011811302, -0.0286772214, 0.000690312765, 0.0144049255, 0.0210289806, 0.0281614456, 0.000939451624, 0.00580617972, 0.024830997, 0.0121060321, -0.0149354395, 0.0435905568, -0.00233020843, 0.00119549828, 0.0375191197, -0.0155027946, -0.022649996, -0.0162396189, -0.0234752391, 0.0121870823, 0.0422642715, 0.035839159, -0.0191869177, 0.0178164244, -0.0357507393, 0.0216626506, 0.00233205059, 0.0204542577, -0.0234015565, -0.0134323165, -0.0141691417, -0.00122405018, 0.0014975965, -0.0167111866, -0.00120378751, -0.0393759198, -0.00564407837, 0.00786928926, 0.00469357427, 0.0173301194, 0.00360675761, 0.000366570341, 0.00841453951, 0.0017453538, -0.0245657396, 0.0149207031, -0.00655774074, -0.0333339535, 0.0111407917, 0.0179048441, 0.0232541915, 0.0214416031, -0.0185679849, -0.00730930222, -0.0356033742, 0.0111113181, -0.0143680843, -0.00791349821, -0.00801665429, -0.0112734195, 0.0547018759, -0.0265846401, 0.00698141521, 0.0210437179, 0.039906431, -0.0353381187, 0.0273656733, -0.0224584211, -0.0236520767, -0.0179785248, 0.0115976231, 0.00649511069, -0.00929136109, 0.0121060321, -0.00125444424, -0.0324202925, -0.0726804, 0.0211026631, 0.0185974594, 0.0267467406, -0.00773666054, 0.00753403362, 0.0134102115, 0.0487188585, -0.0191869177, -0.0222373735, 0.0542303063, -0.0145522906, 0.0108239567, 0.0304750744, 0.0187006146, 0.0180816818, -0.0154880574, 0.000878203078, 0.00991029385, -0.0148838619, 0.032597132, 0.0155027946, -0.0486304387, -0.0411148258, 0.0150238583, 0.0042404267, -0.0361928344, 0.0125407586, -0.00130878505, 0.0128796976, -0.00477830879, -0.013844938, 0.0354265384, -0.00530513888, -0.00284598581, -0.0102934428, 0.0168732889, -0.00131707441, -0.00760403229, -0.00198021671, 0.000759850605, -0.018332202, -0.0054488196, -0.0235489216, 0.0136238914, 0.0100945, 0.0420284867, 0.0395527557, -0.0160775185, -0.0112513155, -0.0150533309, -0.0208521429, 0.0185679849, 0.0129018025, -0.00651353132, 0.0553797521, -0.00587249408, 0.00264704321, 0.00345755043, 0.0514893197, 0.0198058505, -0.00193048106, -0.013653364, -0.0059867017, 0.0144049255, -0.00599407, 0.0154880574, 0.0408200957, -0.00123970781, -0.00321255624, 0.0273214653, 0.00837033, -0.0217215959, -0.0116565684, 0.00856927317, 0.023711022, 0.0219279062, -0.0135723129, -0.00562934158, 0.0512830094, -0.0279698707, 0.0268351603, -0.0235931315, -0.00876821578, -0.010669223, 0.0162248835, -0.00534566399, -0.0346012935, -0.0248015244, 0.00432516169, 0.00517619448, 0.0283530187, -0.00376517489, 0.00275019859, 0.00247388938, 0.00277782953, 0.0183911473, 0.00340597285, -0.00349623384, -0.0068119457, -0.0176395867, -0.0192458648, 0.0228857789, -0.0120618222, 0.0262162276, 0.0301066618, 0.0247573145, 0.00326966, 0.00494409446, -0.0197469052, -0.0143975569, -0.0170206539, -0.0154438484, 0.00313887373, -0.017315384, -0.00478936126, -0.00716930535, 0.0185532495, 0.0135133676, -0.00625564298, -0.00740508968, 0.000880505657, 0.0131596914, 0.0168732889, 0.0199384801, 0.0517840497, -0.00397885405, -0.0206310954, 0.0143238744, 0.0149133345, -0.0442094877, 0.0263193827, 0.0240647, 0.0160333086, -0.00636616629, -0.0200563725, 0.0220752712, -0.0200858451, 0.00873137452, -0.00347228698, -0.00268020038, -0.00499935634, -0.0105144903, -0.00820822828, 0.0123639209, 0.000489067461, -0.0220457986, 0.0258772876, 0.00957872253, 0.00758929551, -0.00817875564, 0.020513203, -0.00269677886, 0.0309466422, -0.0361928344, -0.00426621595, 0.00759666413, -0.0204100478, 0.0488072746, 0.0185974594, 0.00671984255, -0.0046530487, -0.0138891479, -0.026481485, 0.0273067281, -0.0466262735, 0.0181406271, -0.0100723952, 0.0171974916, -0.0110965818, 0.00249967817, -0.00181995728, -0.0120618222, -0.0119365621, -0.0107208015, -0.0188479796, -0.0105218589, -0.000441404118, -0.0326560773, -0.0133954752, 0.00316466251, 0.0177574791, 0.00162009359, 0.000307394104, 0.0290603712, 0.0279846061, 0.0108681666, -0.00842927583, -0.0236962866, -0.0242857467, 0.00966714136, -0.0059277555, -0.00421463791, 0.000418148091, -0.00833348837, 0.0381675251, -0.0113102607, -0.0074492991, 0.00840717088, -0.00768508296, -0.00454252493, 0.00397516973, 0.0197616424, 0.0173743293, -0.00186877197, -0.00594986044, 0.0227089413, -0.0266583227, -0.0172269642, 0.00709930714, -0.0194669124, 0.00302098179, 0.0260835979, -0.00333781657, 0.042293746, -0.0105365952, 0.0273656733, -0.0222668462, 0.00167259236, -0.0160922538, -0.0164017212, -0.0154143749, -0.00818612333, 0.0351612791, -0.0144417668, -0.0241825916, 0.0213679206, 0.0356033742, 0.0147954421, 0.0146038681, 0.00908505, 0.0188185051, 0.0128428563, 0.000949583, 0.00158601545, 0.0019931111, -0.021294238, 0.0542008355, 0.040053796, 0.0044577904, -0.00188811356, 0.00802402198, -0.0205574129, -0.00438042358, -0.0164164566, 0.0173006468, -0.0183911473, 0.000388905348, 0.0054193465, 0.0388159305, -0.011155528, 0.00592038734, -0.0467146933, 0.00474146754, -0.0025604663, -0.0040156953, -0.0182437822, 0.027498303, -0.0044577904, -0.0321550369, 0.0229741987, 0.0123565523, 0.0270414706, 0.031329792, 0.0238878615, 0.0329213329, -0.00579512725, 0.0131523227, -0.0433253, -0.00356254796, 0.0150017533, -0.00970398262, -0.0148470206, 0.0147070233, 0.0144638717, -0.00934293866, 0.0322139822, 0.00954188127, 0.0429716222, -0.00463094423, 0.014014408, -0.00808296818, 0.0119955083, -0.017212227, 0.0226794686, 0.0251109898, 0.00240020687, 0.0127618061, -0.0267614778, 0.0201153178, 0.0144933444, 0.0157238413, 0.0191869177, 0.0205868855, 0.00657616137, -0.0154733211, 0.00574723352, 0.0447989479, -0.0286035389, -0.0380791053, -0.0372833349, -0.0165048763, 0.0151049085, 0.0204984657, 0.0511651151, -0.0236815494, -0.00234678714, 0.0486009642, -0.0305045471, -0.00490356935, -0.0101534463, 0.00838506687, 0.00296940398, -0.0420874357, 0.00260283379, -0.00599775417, 0.00249046786, -0.000489528, -0.00797981303, -0.0011558939, 0.00517251, 0.0214121286, 0.03772543, 0.0132775838, -0.00491462136, -0.0140586179, 0.00165969797, 0.00666458067, 0.0234015565, -0.00809033681, 0.00969661493, 0.0140659856, -0.0138596753, -0.0155027946, -0.00405990472, 0.0314476825, -0.0305045471, -0.00920294225, -0.0122239236, 0.0116344644, 0.0102860741, 0.00812717807, -0.0232247189, 0.0262162276, 0.0155764772, 0.0172417015, -0.029192999, -0.0123933936, -0.0403485261, 0.023563657, -0.0617753938, -0.0317129418, 0.0143901892, -0.00514672138, -0.00384622556, 0.0112955244, -0.016195409, -0.0309466422, -0.0623648539, 0.0206900407, 0.0139849354, 0.0289866887, -0.00657984568, -0.00171219674, -0.00683405, -0.00196548016, 0.00304492866, -0.0290308986, -0.0129239075, 0.0237994418, 0.00191021839, 0.0303277094, -0.00043748974, -0.0112144742, 0.0114797307, 0.0152080646, 0.0450347327, -0.00624827435, -0.0288540609, -0.0165785588, 0.0186121948, -0.0158712063, 0.00126089144, -0.000839980319, 0.0159596261, 0.0345128737, -0.0105365952, 0.0196142774, 0.010986058, -0.00638458692, 0.0127986474, 0.0157827884, 0.000536961074, -0.0222079, 0.0207489878, 0.0357507393, 0.0429126769, -0.00822296459, 0.0360454693, -0.0179490522, -0.00479672942, 0.00996924, 0.0620701239, 0.00252546719, -0.0418516509, -0.0353086442, -0.00609722547, 0.0254057199, 0.0366938747, -0.00988082122, -0.0359275788, -0.0157238413, -0.0128723299, -0.0234015565, 0.00975556113, 0.0137786241, -0.0171238091, 0.00661300262, -0.00983661134, 0.0151491184, -0.0229889341, 0.00300992932, 0.00153720076, 0.01253339, 0.0210142434, -0.0116418321, -0.000390517147, -0.007832448, -0.0101166051, 0.00634406181, 0.0278667156, 0.0543776713, -0.0124670761, -0.00418884913, -0.0141396681, -0.0151196457, 0.00520935142, -0.00905557722, -0.0214121286, -0.00145154493, 0.0023412609, -0.00823033322, 0.0172711741, 0.00538250525, -0.00185219338, 0.00155562139, -0.00289572147, -0.0174922217, -0.00249231, -0.0455652475, -0.012511286, 0.0166522413, -0.00932820234, 0.00161917252, -0.0177280046, -0.00704404525, -0.0167111866, -0.0240499619, 0.0102566015, -4.22235171e-05, -0.00767771481, -0.0204542577, 0.0161069911, 0.014692287, 0.0121502411, -0.0363402, 0.01013871, 0.00797244441, 0.0166964512, -0.0207784604, 0.0233131368, 0.0133438976, -0.00761140045, -0.0290161613, -0.0157238413, -0.0231068265, 0.00263230666, 0.0210289806, 0.00549302902, 0.026481485, -0.000953267096, -0.00340044661, 0.00316650467, 0.00604196358, -0.00439147605, 0.0163722467, 0.0111481594, -0.0215742309, -0.0115534132, -0.000268710806, 0.00799454935, -0.0276751406, 0.00326597597, -0.000876821519, 0.00963766873, 0.00236336561, -0.00848822203, -0.0141249318, 0.00138983584, -0.0177722145, -0.00951977633, -0.0280582886, -0.0153112197, 0.00971135125, -0.0057619703, -0.0273509379, 0.0263488553, 0.00238178624, -0.000385912, 0.0667268559, 0.00662773941, -0.0173890665, 0.00148101791, -0.0237257592, -0.00906294491, -0.0116270958, 0.0174038019, 0.0150164897, -0.00630353624, 0.00705141341, -0.00805349555, 0.00180522085, 0.0328034423, 0.0100871315, -0.00764087355, 0.0141101955, 0.00876821578, 0.0181111544, -0.0213826559, -0.0137491515, 0.0239910167, 0.0198942702, 0.00568091916, 0.0231952462, -0.000850572134, 0.00653932, -0.0140659856, -0.0205426756, 2.9465798e-06, -0.0222815834, -0.0204247832, 0.00698878337, -0.00551513396, -0.00990292523, 0.0287951138, -0.0127765425, -0.00855453592, 0.0147807058, -0.0248457324, -0.00802402198, -0.00908505, -0.014375452, -0.00668668514, 0.000421371689, 0.0114502581, -0.00142759806, -0.00505461823, 0.00181166804, -0.000749258732, 0.00741245784, 0.00618932862, 0.0119144572, -0.0128723299, 0.0026894107, -0.02599518, -0.0169911813, -0.0215889681, 0.00354965357, -0.0248162597, 0.00149299135, -0.00663879188, 0.013822834, 0.000960635371, 0.00252915127, -0.00713983271, -0.0062888, 0.00308545399, -0.00246099499, 0.00630353624, -0.00440621236, 0.0131007452, 0.0223994739, -0.00550776534, -0.0215447582, -0.00109510589, -0.0244773198, -0.00105826464, 0.01013871, -0.00285335421, 0.00708088651, -0.00329544907, -0.0236078668, 0.0139923031, -0.0179343168, 0.0200858451, 0.00149851746, 0.00106563291, -0.00544145145, -0.00259178132, -0.00288098515, -0.0184500944, 0.00289940578, -0.0132481102, 0.00379096367, -0.0261130724, -0.0112144742, 0.00608985731, -0.0102566015, -0.00280361855, 0.00424411101, 0.0172859095, 0.0122533971, -0.0108165881, 0.0127470698, -0.0140512493, -0.00627406361, -0.016151201, -0.022163691, 0.011177633, 0.011833407, 0.0206753053, -1.75571531e-05, 0.00711035961, -0.00140641443, -0.0140659856, -0.00951240864, -0.0252436176, -6.93651527e-05, -0.0141986143, 0.00144233461, 0.031329792, 0.0127544375, -0.0107134329, 0.00943872612, -0.0109713217, -0.00373385986, 0.00916610099, 0.0167111866, -0.00747877173, -0.0171974916, 0.0281024985, -0.0054193465, 0.024344692, 0.0103450203, 0.00309098023, 0.0143017694, -0.0135133676, 0.00216258084, -0.00393096032, 0.00378359552, 0.0147586009, 0.0181995723, -0.0177574791, 0.0150459632, -0.00193784933, 0.0240352266, 0.0140733542, 0.0122902384, -0.0121355047, -0.0185237769, -0.0135428403, 0.0161806736, 0.0149649121, 0.00689668, -0.0406432562, 0.00282572326, -0.0139186205, -0.0240499619, 0.00734614348, 0.0121944509, 0.00471567875, 0.0116270958, -0.0156796314, 0.00294729928, -0.00781034306, 0.00708457083, -0.0202921554, 0.0106618553, 0.00240389095, 0.00274098828, 0.00668668514, 0.0214563385, -0.00361965201, -0.0121207684, 0.0121502411, 0.0047119949, -0.00041999016, 0.00992503, 0.00904820859, 0.00269677886, 0.00370254484, 0.00369149237, -0.0113839433, -0.0335697383, 0.00993976649, -0.011855511, 0.00891558081, -0.0131817963, -0.00403411593, -0.0107134329, 0.00688931206, 0.0146186044, 0.0327739678, -0.00160812016, -0.0107650105, 0.00543408329, -0.0257151872, -0.00303756027, -0.0237257592, -0.00749350851, 0.0338644683, -0.00823033322, 0.0147217596, 0.00148930715, -0.00114299951, -0.0133512663, -0.00221784273, -0.0259214975, -0.0193637572, 0.0197763778, -0.0248752069, 0.0411442965, 0.0125481272, -0.0206016228, -0.0040746415, 0.0530219153, 0.000305552036, -0.0018291676, 0.033363428, 0.0192016549, -0.0135575766, -0.00500304066, -0.0271446258, -0.0354265384, -0.0040451684, 0.0157091059, 0.0029012477, -0.00417411281, 0.00914399605, 0.0113102607, 0.0372243896, -0.00647669, 0.00532724336, -0.0324792378, -0.0188774522, 0.0200416353, -0.032538183, -0.00951977633, -0.0141765093, 0.0237257592, 0.0370770246, 0.0167553965, -0.0173006468, -0.00954925, -0.000243612711, -0.00711772777, 0.00947556738, -0.0183616746, 0.0118702482, 0.0102271289, 0.0199532155, 0.0255825575, -0.022841569, -0.00262862258, -0.0107871154, -0.00609722547, -0.00307440152, -0.00460883928, -0.00468989, 0.00690773269, 0.0311529543, 0.000998397591, -0.0176543221, 0.0168585517, 0.00225284183, -0.0135354716, 0.00602722727, -0.0100576589, -0.0228120964, -0.0194227025, -0.0231510364, -0.000104479455, 0.0194816478, 0.0151196457, -0.00228784117, 0.00798718072, 0.0190985, -0.0102639701, -0.00548566086, -0.00854716823, 0.00997660775, 0.00283861766, -0.00305966497, -0.0269088428, 0.00359570514, -0.00862085074, -0.0172269642, -0.00883453, 0.0110965818, 0.028662486, -0.0177132692, 0.00244625844, -0.0236520767, -5.91762437e-05, 0.0173890665, 0.0174922217, 0.0131154815, -0.0103818616, 0.0145449219, 0.026525693, 0.000596828118, 0.0332160629, -0.0114134168, 0.00730561791, -0.0241825916, 0.00752298161, 0.0139407255, 0.0109492168, -0.0197174326, -0.00628511561, -0.0343065634, -0.0136828367, -0.0161659364, 0.0104408078, 0.0135133676, -0.0311529543, -0.00491830567, 0.00390885584, -0.0111923693, 0.00333229033, -0.00298782461, 0.00817875564, -0.00873137452, -0.0131523227, -0.00290493178, 0.00459778681, -0.00957872253, 0.00941662118, -0.0149575435, -0.0120176133, 0.0033617632, -0.0364286192, 0.0176101141, -0.0126660187, 0.0141101955, -0.0089818947, -0.0064398488, 0.0264225379, -0.015325956, -0.043354772, 0.00265809544, -0.0280730259, 0.0107650105, -0.0044577904, -0.0113839433, -0.00957872253, 0.03802016, -0.0370180793, -0.00950504, -0.0269383155, -0.0285740662, 0.0309171695, -0.00791349821, -0.00287177484, 0.0179637894, 0.0190248173, -0.00225284183, 0.00767034665, 0.0134765264, -0.00557039585, -0.0176690593, -0.0142280869, 0.0122460285, -0.0343065634, -0.0366054587, 0.00397885405, -0.0136975739, 0.0142796654, -0.00635143, -0.0385506749, 0.0183764119, 0.0110744769, -0.0134396851, -0.00396411773, 0.0179343168, 0.00755982287, -0.0139554618, 0.0114576258, -0.00960819609, -0.0156943686, -0.0158712063, 0.00862821843, -0.00797244441, 0.000338709156, -0.0110671092, -0.00373201771, 0.0137712555, -0.00876084715, -0.000941293722, 0.000355748227, 0.00888610724, 0.00488146441, 0.0194521751, -0.0218689609, -0.0439737067, -0.0185679849, -0.00763350539, 0.00513935322, 0.00182732556, 0.0350139141, 0.0395822302, 0.00876821578, 0.003916224, 0.0249636248, -0.00761140045, 0.0055740797, -0.00781034306, 0.00393096032, -0.0282940734, 0.00456831371, 0.0147659695, -0.00669036945, -0.00450568367, 0.007419826, -0.00776613364, -0.0114576258, 0.0371359698, 0.0235341843, 0.0273656733, -0.0307698045, 0.00751561299, 0.00724667218, 0.00522777205, -0.0143533479, 0.0146628143, -0.0103671253, -0.0106839603, 0.016681714, 0.00279625016, -0.0215742309, -0.0288687963, -0.0147143919, 0.0173890665, 0.000387523818, -0.00939451624, 0.0176837966, 0.0380496345, -0.0225615762, -0.00366201927, -0.00284045958, -8.50226788e-05, -0.000775508117, -0.000467193, -0.00158509437, 0.0219868533, 0.0134102115, 0.00825980585, 0.0137344152, 0.00772929238, -0.0106102778, -0.014375452, 0.00856927317, 0.0294877291, -0.0101534463, 0.00366570358, -0.0235047117, -0.0159596261, -0.0113397343, 0.0398474857, -0.0110965818, -0.0160922538, -0.0288540609, 0.000749258732, 0.0246688947, 0.0196290128, 0.0208226703, -0.00680826139, 0.00648037437, 0.00481515, -0.00761876861, -0.0254499298, -0.0077735018, -0.0133512663, 0.00521303574, -0.000983661157, -0.00809033681, -0.00479304558, -0.0170206539, -0.0112734195, 0.000481238705, -0.00747140357, -0.013675469, 0.0082745431, 0.00627774745, 0.0581502169, 0.00346676074, 0.0213089734, -0.017993262, 0.00285335421, 0.00698878337, 0.0190542899, 0.011347102, -0.00693720579, -0.0121207684, -0.014500713, 0.00154917419, 0.00767771481, -0.0199679527, 0.0114797307, -0.00935030729, 0.0185679849, -0.0469504781, -0.00698509952, 0.00326966, 0.000148976775, -0.00445042178, 0.00633300934, -0.004328846, -0.00104721228, 0.00447989488, 0.00173338037, 0.00164496142, 0.0117007783, 0.00859137718, 0.0156059498, 0.010986058, -0.00424779532, -0.0232099816, 0.0338939428, 0.0149501758, 0.00513935322, 0.0012627336, -0.0176837966, -0.00635879813, 0.021824751, 0.000855637831, 0.00338202599, -0.0329508074, -0.00168180268, -0.00735719595, 0.0153996386, -0.00895242207, -0.00716930535, 0.00818612333, 0.0213531833, 0.0123344474, -0.0114428895, 0.0212795, 0.000881426677, -0.0139849354, 0.00182364148, -0.00446147425, 0.0103892302, -0.00127194379, -0.00274467235, 0.0216921233, 0.00603827927, -0.019835325, -0.0106618553, 0.00286256452, -0.0217363331, 0.0112955244, 0.0183764119, 0.00262125442, 0.0167553965, 0.00967451, 0.012341816, 0.00392359216, 0.00347781321, -0.0181111544, 0.0178606343, 0.000465350924, -0.00861348212, -0.00464936486, 0.023666814, -0.011199737, 0.0063698506, -0.0190395527, -0.014987017, -0.0127470698, -0.0123860249, 0.0126218088, 0.00422569038, 0.0171385463, 0.0215005483, -0.0088640023, -0.00988082122, 0.001958112, 0.0138744116, -0.0149059659, -0.0106618553, -0.027542511, 0.0038093843, 0.0221047439, 0.0194669124, 0.0237847045, 0.0161806736, -0.00856927317, 0.0138302017, -0.0085398, 0.00884189829, 0.0069777309, 0.0162690915, 0.00769245112, -0.003297291, -0.0131007452, 0.00761140045, -0.0114870993, -0.0018549565, -0.0178311616, -0.00795033947, -0.0137859927, 0.00228047278, -0.00269125262, -0.0186269321, -0.00276861922, -0.0145080807, -0.0124081299, 0.00457199803, 1.22180527e-05, -0.0237699691, 0.00868716463, 0.00772192422, -0.0056035528, -0.0108829029, -0.000130441025, -0.00526461331, -0.00637353491, -0.00549671333, -5.82839966e-05, 0.0246394221, 0.0214268658, 0.0147143919, 0.011980772, 0.0260099154, 0.00384254148, 0.00629616808, -0.0232541915, -0.0077440287, 0.00864295475, 0.00107576419, -0.00405253656, -0.00406358903, 0.00195442792, -0.00660931878, -0.0127544375, -0.0102860741, -0.00184482511, -0.00276861922, -0.00276309298, 0.0109934267, -0.00188811356, -0.0232984014, 0.00733877532, -0.00954188127, 0.0258330777, -0.00728719728, 0.00389411929, 0.0020999508, 0.0189806074, 0.0206753053, 0.0012526022, 0.0144343982, 0.0116786733, -0.0271888357, 0.00174166972, -0.0334518477, -0.0176395867, 0.0184058845, -0.0205721483, 0.0196879599, -0.0148101794, 0.00610090932, -0.00840717088, -0.0176101141, -0.0122091873, 0.00351097039, -0.014522817, 0.0144859757, 0.041026406, 0.0133733703, -0.00709562283, -0.00308177, 0.00603827927, 0.00963766873, 0.0361044146, 0.00248862593, 0.00211468735, -0.00620406494, -0.00629248377, 0.0150828045, 0.000449693413, -0.0293845739, -0.00870927, -0.0108313253, -0.00520935142, -0.0281467084, -0.00811244175, -0.0244625844, -0.0071950946, -0.0135870501, -0.0109271118, -0.00147641276, 0.0027594089, -0.028176181, -0.0150164897, 0.00823033322, 0.0353381187, 0.0159301534, 0.0352791734, -0.00745666726, 0.00304124434, 0.0118260384, 0.000737285358, 0.00431042537, 0.00836296193, 0.00454620924, -0.0111702643, -0.0140217766, -0.0114134168, -0.016195409, 0.00741614169, 0.0168732889, -0.0123786572, -0.00239836471, -0.00396780157, 0.0157680511, -0.000552618643, 0.000634590397, -0.00915873237, 0.0127986474, -0.00245915283, -0.00530882273, -0.011663937, 0.0177427419, 0.0100723952, -0.0152080646, 0.00807560049, -0.00802402198, -0.00596828107, 0.00196732231, 0.00968187861, 0.0267762132, -1.87228343e-05, 0.0134838941, 0.00376333273, -0.00970398262, -0.00470462628, 0.0108018517, -0.00246652099, 0.0260099154, -0.0158859435, 0.009004, 0.00478199311, -0.0145964995, 0.0190985, -0.00391253969, 0.0101902876, 0.00589828286, 0.00457199803, -0.0171385463, 0.0136828367, -0.023180509, 0.0114576258, 0.0168585517, -0.0371949188, 0.0223994739, 0.0187595598, -0.0120986635, 0.0165785588, -0.0158417337, 0.0170353893, 0.00131154817, 0.030357182, -0.00466410117, -0.00954188127, -0.00284414389, -0.0225763135, 0.00527198147, -0.0126218088, -0.014839652, 0.021677386, -0.0107429055, 0.00328992284, 0.0118186697, -0.00219021179, -0.0165785588, 0.00136128382, 0.0229594614, 0.000764455763, -0.00639195554, -0.0196879599, 0.00856190454, 0.00968187861, -0.000952346076, 0.0190837625, -0.00779560674, 0.0229447242, 0.0264078025, -0.0208226703, 0.019835325, 0.0183469374, 0.00118905108, 0.0316834673, 0.0142207192, 0.00319229346, 0.0222226363, 0.0063109044, -0.00152430637, 0.00394938095, -0.0140365129, -0.00622617, -0.006498795, 0.0102271289, 0.0148175471, -0.0114207845, -0.00890084356, 0.00122312922, 0.00345386635, -0.0107429055, -0.00319229346, -0.00446147425, 0.019835325, 0.0063403775, -0.0267467406, 0.00569934, -0.0153406933, 0.0122312922, -0.00658353, 0.00520198327, 0.00583933666, 0.00551881781, -0.0178901069, 0.0332160629, -0.0125186536, 0.0192311276, -0.0110523719, -0.00528303394, -0.0129607487, -0.0245804768, -0.00994713511, -0.0119734034, -0.00828927942, -0.0109344805, -0.0060161748, -0.0233131368, 0.0199679527, -0.00802402198, -0.0100576589, 0.00340228854, 0.00107115915, 0.0261130724, 0.00365096703, -0.000746956153, 0.022694204, 0.0215889681, 0.002164423, 0.00603827927, 0.00354044326, 0.0158417337, 0.00190469215, -0.00497725187, 0.0199237429, 0.0245952122, -0.000809125777, 0.00627406361, 0.000185702884, -0.0128207523, -0.0144712394, 0.0277193505, -0.0027373042, -0.000275388273, 0.0139923031, -0.0249341521, -0.0172269642, -0.0150164897, -0.000758929586, -0.00343176164, -0.0181995723, -0.00855453592, -0.0133217927, 0.000773666077, -0.00613038242, 0.0135207353, 0.00139536196, -0.00438779173, -0.0160185713, -0.0125481272, 0.00235231314, 0.00828927942, 0.00633669365, -0.0210437179, 0.0127765425, 0.00917346869, 0.00252730912, -0.0112513155, 0.0132407425, 0.0113839433, 0.00141101959, 0.000554000144, 0.032243453, 0.00521671958, -0.0166669767, 0.00984398, 0.00554092275, -0.0167553965, 0.00275388267, -0.0147659695, 0.0235489216, -0.026378328, -0.00202626828, -0.00474146754, 0.0174480118, -0.00330834347, 0.00367122958, -0.00855453592, -0.00391990785, 0.0298561417, 0.00252546719, -0.0158712063, 0.00818612333, 0.0300329793, 0.0240204893, -0.00776613364, 0.000445548765, 0.00569934, 0.031329792, 0.00446515856, 0.0101018688, 0.000975371862, 0.0227384139, -0.0067235264, 0.0130565362, -0.0168732889, 0.013358634, -0.0318013579, 0.0280140806, 0.0215447582, 0.00357175828, -0.0119881397, 0.00822296459, 0.0137049416, -0.0266877953, -0.0131302187, 0.0108755343, 0.0186858773, -0.017845897, -0.0125407586, 0.00611196179, -0.043354772, 0.00899663102, -0.00982187502, 0.00466410117, 0.0243004821, -0.00776613364, -0.00664616, -0.00962293241, -0.0072945659, 0.0178164244, 0.0168143418, -0.00273546227, 0.00887137093, -0.0154880574, 0.0102860741, -0.0175216943, 0.00571776042, 0.0064287968, 0.0171827544, 0.00148101791, -0.00313518965, -0.0113618383, 0.0124376034, 0.0195111223, 0.0159154162, 0.0147807058, -0.00398990652, 0.00185679854, -0.00185127242, 0.0115386769, 0.00244073221, 0.0239910167, 0.0148691246, -0.00748614036, 0.0240794346, 0.0136386277, 0.00614143489, -0.000515316846, 0.018332202, -0.0169764441, 0.0112439469, -0.0154143749, -0.0264667477, -0.0116934096, 0.00797244441, -0.0348370783, 0.00551881781, 0.0107797468, 0.021677386, -0.00439147605, -0.0240499619, 0.00229152525, -0.0170648638, 0.0107502742, -0.0393169709, -0.0131228501, 0.0159154162, -0.00765561, -0.00217547524, -0.0359570496, 0.0351907536, -0.00436568726, 0.0205721483, 0.0059572286, 0.000186393649, 0.00208337209, 0.014161773, -0.00348333945, 0.0127986474, -0.0121060321, 0.012341816, -0.0249636248, -0.0227678865, 7.87481549e-05, 0.000943135761, -0.0308287498, -0.0196584854, -0.0102713378, 0.00650616316, -0.00393832847, -0.00667194882, -0.027645668, 0.010647119, -0.0210142434, 0.00744193094, 0.0150164897, -0.0143828206, -0.0135575766, 0.0173301194, 0.00825243816, 0.00629616808, 0.00785455294, -0.0105808042, -0.0139259892, -0.0141765093, 0.0154143749, 0.0127912788, 0.00498462, 0.0212352909, -0.00879768841, -0.00460883928, -0.00863558706, -0.0110671092, 0.0198500603, -0.00273914635, 0.00408569351, -0.00281651295, -0.0197911151, 0.00901873596, -0.0176543221, 0.0106323818, 0.00665352819, -0.0093650436, 0.0105144903, 0.00879768841, 0.0129902214, 0.00791349821, 0.0133881066, 0.0151196457, -0.00503251376, -0.0058614416, -0.00219389587, -0.0208963528, 0.0112144742, 0.0135944178, -0.0145154493, -0.0283530187, 0.00324571342, -0.0260246526, -0.0102787064, -0.00999871269, 0.0264078025, -0.0262604374, 0.0178901069, 0.0163722467, 0.00767771481, 0.00229889341, -0.0222226363, 0.000415845512, 0.0128944349, 0.00650984747, -0.00654668873, 0.021530021, 0.00918820594, 0.0220900085, -0.00178495818, 0.0175511669, 0.0150385946, 0.0269088428, -0.0154143749, -0.00250152033, 0.00296019367, -0.00763350539, -0.017315384, 0.00660563447, -0.0473336279, -0.00826717447, 0.0100355539, 0.00212573959, -0.0195848029, -0.0172711741, -0.0022767887, 0.00597564923, 0.0296056215, 0.00186600885, 0.00503988191, -0.00803139061, 0.0110523719, -0.0265993755, 0.00739772106, 0.010986058, 0.00411885092, 0.00717667397, -0.00378359552, -0.0106839603, -0.0103229154, -0.018332202, 0.00264704321, 0.0098145064, -0.00619669678, -0.0123565523, -0.00133825804, -0.00365465111, -0.00858400948, 0.00743456231, -0.00743087847, -0.0206310954, 0.00831875205, 0.0335992128, -0.0295466762, 0.00666458067, -0.0152670108, -0.0155912135, -0.00494041061, -0.0138375703, -0.00678615645, -0.0223257914, -0.0143533479, 0.000333873759, 0.0133291613, 0.0260541253, -5.39090979e-05, 0.00965240505, -0.0174480118, 0.00699246768, 0.0163575113, -0.0246983673, -0.0160038359, 0.0151343821, -0.013041799, 0.00330650131, -0.0082745431, 9.13547628e-05, 0.00657247752, 0.00364912488, -0.0138596753, -0.0146480771, -0.00540461, 0.00481883436, 0.0116418321, 0.00922504719, 0.00729824975, -0.0166227687, 0.00501409313, -0.00656142505, 0.00395306526, 0.0151638547, 0.0113986796, -0.00885663461, -1.65929505e-05, -0.0157975238, 0.0211321358, -0.00512093259, 0.0206163581, 0.0108902706, 0.00755982287, -0.0108165881, 0.0061156461, 0.00219021179, -0.0177869517, 0.0024186275, 0.0160922538, -0.00552250212, 0.0261130724, -0.000345156383, -0.00426253164, 0.00728719728, 0.00667194882, 0.0102787064, -0.00908505, -0.00115681498, -0.0101239728, -0.00454252493, 0.00473409938, 0.0163133014, -0.00554829091, -0.0104481764, -0.00754508609, -0.00532724336, 0.00202995236, 0.00109971105, -0.00608985731, -0.0235047117, -0.00632195687, -0.00935030729, -0.00198758487, -0.00277598761, 0.00934293866, 0.0070772022, -0.00627774745, -0.00371912331, -0.0245215297, -0.00171495974, 0.00562565774, -0.00288098515, 0.0148470206, -0.000510251208, -0.0227384139, 0.0203805752, 0.0197321679, -0.00161640951, -0.0153112197, -0.00369149237, 0.00941662118, -0.0121944509, -0.00611933, -0.00502514513, 0.00988818891, 0.0129607487, 0.0293845739, -0.0165343489, -0.000277000072, 0.00767771481, -0.0326266028, 0.0107576428, 0.00825243816, 0.0125407586, 0.0159448888, -0.00564039405, 0.0075192973, -0.00301177148, 0.0123860249, 0.0088640023, 0.0189069249, -0.0156206861, -0.0284414385, -0.00316282059, -0.0140586179, 0.0158417337, -0.00181903632, 0.013505999, 0.0097481925, -0.00217915932, -0.0256415047, 0.00859137718, 0.0212500282, 0.00302835, 0.0217805412, 0.00823770184, 0.00754140224, -0.0112071056, 0.0125407586, 0.0169174988, -0.0394053906, -0.015664896, -0.00845138077, 0.0135870501, -0.0074898242, 0.00387201435, 0.0128796976, -0.0131596914, 0.00831875205, -0.00441358052, -0.0284414385, -0.00261757, -0.0114797307, 0.00297308806, -0.00671615824, 0.00889347587, 0.00911452342, 0.00255678222, 0.00108681666, -0.0250815172, 0.00530513888, 0.00932083372, -0.00531250704, -0.0217805412, -0.0113765756, -0.0111334231, -0.0209700353, 0.00185219338, 0.0267762132, 0.00311124278, -0.0184058845, 0.0348665491, -0.00612669857, 0.00399727467, -0.00198758487, -0.0316834673, 0.00375043834, 0.00175456412, 0.0148028107, -0.00621143309, -0.000583473186, -0.00575460168, 0.0101092365, -0.0197174326, 0.0301066618, -0.012341816, 0.00636616629, 0.00771455606, 0.00312413718, 0.00376333273, -0.00747140357, -0.0155027946, -0.000112135531, 0.00442463299, 0.00839243457, 0.0124449711, -0.0145596582, -0.000158417344, 0.0177574791, -0.00118997204, 0.00844401214, -0.00907768216, 0.000979977, 0.0277488232, 0.00915136468, -0.0127986474, -0.00334518473, -0.0183764119, -0.0101239728, 0.00162469875, -0.0106250141, 0.0183469374, 0.00175456412, 0.00984398, -0.0112586832, -0.0165932942, -0.00224363152, -0.00189732388, -0.00703299278, 0.0190395527, -0.0130712725, -0.00438410789, -0.0102492329, -0.00612669857, -0.0170206539, -0.00172048598, -0.0149722807, -0.0372243896, -0.0158564709, 0.00916610099, -0.0106176455, 0.0120986635, -0.00918083731, 0.0210879259, -0.0179490522, 0.00580249541, -0.0214416031, 0.012002876, 0.00250336225, -5.08581834e-05, 0.00727982912, -0.0157385785, 0.00366938766, -0.0050361976, -0.0101092365, 0.0112144742, 0.0109934267, 0.00442094915, -0.00778823858, -0.00690404838, 0.00376885897, -0.00647669, 0.0141544044, -0.0104923854, -0.00749350851, 0.0144049255, -0.00253467751, 0.00922504719, -0.0035330751, -0.0012848383, -0.00764087355, -0.00521303574, 0.0224142112, 0.0120912958, 0.0305045471, -0.0130123263, 0.00638827123, 0.0136091541, -0.0232099816, -0.00506198639, -0.000499198795, -0.000902149884, 0.00898926239, -0.0173301194, 0.00284045958, 0.00679352507, -0.00033203169, 0.026525693, -0.00410779845, 0.00259178132, -0.00571776042, -0.00529777026, -0.0212205555, -0.00335623696, 0.00902610365, -0.0187300872, -0.00661668694, -0.0175806396, -0.010669223, -0.01282812, 0.0118039334, -0.00115220982, 0.0191721823, 0.0043988442, 0.0100208176, 0.00602354296, -0.021294238, -0.0050656707, -0.00126733875, -0.0117081469, -0.00138707273, -0.00283309142, 0.00845138077, -0.00104168605, 0.027645668, 0.00294729928, -0.0216331761, 0.0024186275, 0.0215447582, 0.00593512412, -0.0153554296, -0.0204837304, 0.0138080968, -0.0220310614, -0.015664896, -0.00469725812, 0.00633300934, -0.0046235756, 0.0151638547, 0.0128944349, -0.00778823858, -0.0127102286, -0.0188037697, 0.00957135484, -0.0166227687, -0.0179343168, 0.00915873237, -0.00894505344, -0.00162838283, -0.0243299548, 0.0126291774, -0.00733509101, -0.00243152189, 0.0186711419, 0.0126291774, 0.00689299637, -0.0104481764, 0.0130639039, 0.00420358544, 0.0012590494, 0.0192753375, -0.0163869839, 0.026864633, 0.0210731905, 0.00473041553, 0.0117670922, 0.00884189829, 0.0144491345, -0.000620314386, 0.030165609, 0.00323097687, 0.0197469052, 0.0399359055, -0.0233868193, -0.010691328, -0.00988818891, -0.0136017865, -0.00884926599, 0.0111334231, -0.000579789048, 0.0105955405, 0.00477094064, -0.0109786894, 0.0273362, 0.0231215637, -0.0173890665, 0.00617459184, 0.0104113352, -0.00838506687, 0.00389043498, 0.00243704813, -0.00597933354, 0.00902610365, 0.00911452342, -0.00089201855, -0.0161806736, 0.00167811848, -0.00593144, 0.0123123424, -0.00408569351, 0.0278961882, 0.00125168113, 0.0129165389, 0.00961556379, 0.0112513155, -0.00552987028, -0.00834822562, -0.000827546406, -0.0142059829, 0.00579144293, -0.0051614577, -0.0199384801, 0.0165638216, 0.0127839111, 0.00269125262, -0.0237847045, -0.0163133014, -0.00117339357, -0.00647300621, 0.0147512332, 0.00403411593, 0.0025180988, 0.0232247189, -0.00695931027, 0.0105808042, -0.0121281371, 0.00488883257, 0.0033912363, -0.0121502411, 0.00770718744, -0.0050656707, 0.0140880905, 0.00750824483, -0.00329360692, 0.00651353132, 0.0229152516, 0.00789876189, 0.000428970205, -0.0348960236, 0.0131302187, -0.0148028107, 0.0174774844, 0.00760403229, 0.0020870564, -0.0176395867, 0.00945346244, 0.00319966185, -0.00612669857, -0.0065282681, 0.0180964172, 0.0101755504, -0.00236520777, -0.0152080646, 0.0147807058, 0.00330465939, -0.00176745851, -0.00927662477, -0.0129460124, -0.00107944838, 0.0121502411, -0.0155617399, 0.00922504719, -0.0118997209, -0.00759666413, 0.0227973592, -0.00654668873, 0.0194816478, -0.0300329793, 0.0313592628, 0.0112439469, -0.00283861766, 0.00649142684, -0.0202921554, -0.0318897776, -0.00570670841, 0.0019931111, -0.0153996386, -0.010691328, 0.0133512663, -0.00692246901, 0.00834085699, -0.00360859954, -0.0272035729, 0.0159154162, 0.00716193719, 0.000616630248, -0.00220494834, -0.000348149741, 0.00727614528, -0.00714720087, -0.0200416353, -0.0227826238, -0.00484093931, -0.00196916424, 0.00244441628, 0.00826717447, -0.00856927317, -0.00485936, 0.00341149885, -0.0167848691, -0.0302982368, -0.0082155969, -0.002788882, 0.00572144473, -6.62566672e-05, 0.0187448226, -0.00772192422, 0.00810507312, 0.00206863577, 0.0208374057, 0.00317018875, -0.0113618383, 0.00294914143, -0.0038867509, -0.0117449882, 0.00795770809, -0.0154585848, -0.00996924, -0.00604196358, -0.0353086442, 0.0154291121, -0.0211321358, -0.00960082747, 0.0188185051, 0.00887874, -0.0036325464, -0.0311234798, 0.00201337389, 0.0201153178, 0.0170648638, 0.0116197271, 0.0050067245, 0.0167996064, 0.00836296193, 0.00255862414, 0.0102566015, -0.000587617804, 0.0059867017, -0.00545987207, 0.00589091424, -0.0261572804, 0.00526829762, 0.01299759, 0.0105734365, -0.00763350539, -0.0125702312, 0.00226205215, 0.00800928567, 0.011347102, -0.019496385, 0.0243889019, -0.0378433242, -0.00452042045, -0.00776613364, -0.015178591, -0.00192311278, -0.0136386277, 0.0134691577, 0.00489988504, -0.00536408462, -0.00597933354, -0.011855511, 0.00806086324, -0.0319192521, -0.0170648638, 0.0493672639, -0.00421095407, 0.000517158944, 0.00443937, -0.0214710757, -0.00687089143, 0.00874611083, -0.00573618105, 0.0174922217, 0.0235047117, -0.00832612067, 0.000456831389, -0.011516572, 0.00828927942, -0.00712141208, 0.0142501919, -0.00945346244, -0.00706983404, 0.00948293507, 0.00155285827, 0.00138062553, 0.0173890665, -0.0132260052, -0.00083077, 0.0069777309, 0.0148101794, -0.0257151872, -0.00282940734, -0.0249930974, -0.00512830075, -0.0265846401, -0.0130786402, -0.00644721743, -0.0130491676, 0.000536500593, -0.0208668783, -0.014478608, -0.00262125442, 0.0188774522, -0.0192163922, -0.00269677886, -0.00817875564, 0.00319229346, -0.0120839272, -0.0103155477, 0.022546839, -0.00967451, -0.00597564923, 0.0121870823, 0.00790613052, -0.017993262, -0.00633300934, 0.00733509101, 0.015009122, -0.00311308494, 0.022841569, -0.0070366771, -0.0203953106, -0.00456463, 0.00593512412, 0.00881979335, 0.00479304558, 0.00254941382, -0.00967451, 0.00616722368, -0.00948293507, 0.0133291613, 0.00940925255, -0.00783981569, -0.00222152681, 0.000309005904, 0.017462749, 0.00713983271, 0.00612301426, -0.0188185051, 0.0193342827, 0.0114649944, -0.0117744608, 0.00300440332, -0.0281467084, 0.00373570179, 0.0108165881, -0.0164459292, 0.0174185392, 0.0129533801, -0.010013449, -0.0153112197, 0.0245952122, 0.01901008, 0.00339307822, 0.00849559065, -0.0182879921, 0.0379022695, -0.0118260384, 0.003297291, -0.0142501919, 0.0044946312, -0.0119881397, -0.0118039334, 0.0102934428, 0.0245510023, -0.00452778861, -0.00879768841, 0.0440621227, -0.00938714854, 0.0152375372, -0.00360491546, 0.000171311767, -0.0033912363, 0.0153849022, 0.00793560315, -0.00487778056, -0.000724851445, -0.0143386107, -0.00560723711, -0.00919557363, 0.0183027294, -0.00139812508, -0.0129902214, -0.0300477166, -0.0144565031, -0.0179785248, -0.0192458648, 0.00590933487, -0.0251699351, -0.00106379087, -0.00903347228, 0.0256415047, -0.000293348392, -0.000173038701, -0.0245215297, -0.00718772598, -0.0158269964, -0.0054488196, -0.0125997048, -0.000179601047, 0.00134562631, 0.0171532817, -0.00307071744, 0.00375412242, 0.0153996386, 0.00618196046, -0.0117965657, 0.00282940734, -0.00347965513, -0.020660568, -0.00813454576, -0.0129312761, -0.0036325464, -0.000563210458, 0.00403411593, 0.0137786241, -0.00755245425, 0.00281651295, 0.00320150377, 0.0169174988, -0.00715456903, 0.00719877845, -0.00965977367, 0.00728351343, -0.015664896, -0.0178901069, -0.00960082747, -0.00100576587, -0.00767034665, 0.0187300872, 0.0199532155, -0.00999871269, 0.000896623707, -0.012511286, 0.00784718432, 0.0205279402, -0.0268351603, 0.00559618464, -0.0098071387, -0.00211284519, 0.00173614349, 0.000706430816, 0.0096892463, -0.00573986536, 0.011833407, 0.0188774522, -0.0129828537, -0.0134470528, 0.0075192973, -0.00313334749, 0.00169930223, -0.00663510757, -0.0190248173, 0.0247278418, -0.0155470036, -0.00325492374, -0.0187006146, -0.0262162276, 0.016195409, -0.00152614841, -0.00177482679, -0.019879533, 0.00747140357, -0.00462726, -0.00641037617, 0.00385727803, -0.00160904124, -0.000979977, -0.0154880574, 0.00512830075, -0.0157827884, 5.37364031e-05, -0.00131431129, -0.00593144, 0.00315361028, 0.0273656733, 0.00531619089, 0.00671247393, -0.00247941562, -4.95917629e-05, -0.00114299951, 0.0110228993, -0.000429430715, 0.00529777026, 0.000470416591, 0.000278151361, 0.00149667542, -0.000977214, 0.0115681496, -0.0327739678, 0.000932083407, 0.0245804768, 0.00484093931, 0.00676036766, 0.0053898734, 0.00376885897, -0.00425516348, -0.00195626984, 0.00273914635, 0.0289572161, -0.00368044, -0.0321255624, -0.000704588718, -0.00820822828, 0.0108239567, -0.015812261, 0.0148617569, -0.0282646, 0.0233573467, 0.00440621236, -0.0140733542, 0.00543408329, -0.00988818891, -0.0265993755, 0.0213237107, 0.0148838619, 0.00145154493, -0.0169322342, 0.0106397504, -0.0126660187, 0.00703299278, -0.00187521917, -0.00402674777, 0.000309236173, 0.0197026953, 0.00172601209, 0.0227384139, -0.00389043498, 0.0219131708, 0.0113986796, 0.00420358544, 0.0160185713, -0.00389780337, 0.00986608397, 0.0102271289, -0.0200711079, -0.00439516, 0.0150828045, 0.0325676575, -0.0225615762, -0.0195995402, -0.0151933283, -0.0122460285, 0.0114870993, 0.0136165228, -0.0196142774, -0.00456094556, -0.0170943365, 0.00576565415, -0.0078029749, -0.00131246925, -0.0103008114, 0.0221931636, 0.00378727959, -0.000612946169, -0.0172417015, 0.00474883616, 0.000890637, -0.0227973592, 0.00092011, -0.00709930714, -0.00420358544, 0.00328623876, -0.00151233294, -0.0164606664, 0.00913662743, 0.00884926599, -0.00492567383, 0.00740877353, 0.00135207351, 0.00768508296]
|
04 Oct, 2024
|
HTML5 MathML <mspace> Tag
04 Oct, 2024
The HTML5 MathML <mspace> tag is used to insert customizable space within a mathematical expression. It allows you to control the width, height, and depth of the space for precise formatting. The size of the blank space has to be mentioned in the attributes.
Syntax<mspace attributes="value"/>Attributes This tag accepts some attributes which are listed below:
AttributeDescriptionclass|id|styleHolds the styles of the child elements.mathbackgroundHolds the background color value for math expressions.depthHolds the desired depth below the baseline.widthHolds the width value length.heightHolds the desired height above the baseline.linebreakDefines line breaks inside a line; possible values: auto, newline, nobreak, goodbreak, badbreak.Below example illustrates the MathML <mspace> tag in HTML5:
Example: In this example we demonstrates the usage of the HTML5 MathML <mfenced> and <mspace> tags to display a mathematical expression. It includes superscripts and adjustable spacing between elements.
html
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML mfenched tag</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML <mspace> tag</h3>
<math>
<mfenced open="(" close=")" separators="">
<mrow>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mspace depth="20px" height="40px" />
<mo>+</mo>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
<mo>=</mo>
<msup>
<mi>z</mi>
<mn>2</mn>
</msup>
</mrow>
</mfenched>
</math>
</center>
</body>
</html>
Output:
Supported Browsers The browsers supported by HTML5 MathML <space> tag are listed below:
FirefoxHTML5 MathML <mspace> Tag – FAQsWhat are typical use cases for the MathML <mspace> tag?It is used for fine-tuning the layout of mathematical formulas by adding precise spaces.
Can the <mspace> tag be used to create vertical spacing?Yes, the height and depth attributes allow you to create vertical spacing.
Does the <mspace> tag affect the semantics of math expressions?No, it is purely for presentation and does not affect the equation’s meaning.
Can <mspace> be nested within other MathML elements?Yes, <mspace> can be placed inside other MathML tags to control spacing within complex formulas.
Is the <mspace> tag necessary if I use CSS for spacing?It is useful for MathML-specific spacing, but CSS can be used for broader layout control.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 MathML <merror> Tag/HTML5 MathML <mfenched> tag/HTML5 MathML <mfrac> tag/HTML5 MathML <mglyph> Tag/HTML5 MathML <mi> Tag/HTML5 MathML <mlabeledtr> tag/HTML5 MathML <mmultiscripts> Tag/HTML5 MathML <mn> Tag/HTML5 MathML <mo> Tag/HTML5 MathML <mover> Tag/HTML5 MathML <mpadded> Tag/HTML5 | MathML <mphantom> Tag/HTML5 | MathML <mroot> Tag/HTML5 | MathML <mrow> Tag/HTML5 MathML <ms> Tag/HTML5 MathML <mspace> Tag
|
https://www.geeksforgeeks.org/html5-mathml-mspace-tag/?ref=next_article
|
NextJS
|
HTML5 MathML <mspace> Tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, HTML5 MathML <mpadded> Tag, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <mmultiscripts> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, HTML5 MathML <mi> Tag, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, HTML5 MathML <mlabeledtr> tag, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML <mo> Tag, HTML5 MathML <mspace> Tag, HTML5 | MathML <mphantom> Tag, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, HTML5 MathML <merror> Tag, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, HTML5 | MathML <mrow> Tag, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, HTML5 | MathML <mroot> Tag, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML <mfrac> tag, HTML5 MathML <mn> Tag, HTML5 MathML <mglyph> Tag, Node.js Readable Stream close Event, HTML5 MathML <mfenched> tag, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, HTML5 MathML <ms> Tag, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, HTML5 MathML <mover> Tag, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0194766354, 0.0135521283, -0.0142508419, 0.037439391, 0.0492010675, -0.00291858404, 0.0113759274, 0.0371191502, -0.00374830631, 0.00721276039, 0.00704172114, 0.0104151964, 0.00457802834, -0.0160558522, -0.0214126538, -0.0193019584, 0.000277483836, 0.0198259931, -0.0166526698, 0.0148258246, -0.00908327382, 0.0124385543, -0.0391861759, -0.0166963395, -0.0239163768, -0.0157647207, 0.00314057106, 0.00678334245, 0.0281959977, 0.0360128544, -0.000652769348, 0.0148331029, -0.0080206478, -0.013013537, -0.0257505, -0.0077950214, 0.0112230843, 0.0464353263, -0.0265947785, -0.0330142081, 0.0285890233, -0.035517931, 0.0153716952, 0.0208012797, 0.0306560509, -0.0252264645, -0.0243530739, -0.0418354645, 0.012656902, -0.0420974828, 0.0241201688, 0.0209905151, 0.0388659313, -0.00256922748, -0.00849373452, 0.0159102865, 0.0367989056, 0.020481037, -0.0234651249, -0.0141489459, 0.00478545902, -0.0366242267, -0.0326648504, -0.00365186925, -0.0369153582, 0.0108810058, -0.0203209147, 0.0193747394, 0.0196658708, -0.0205974896, -0.021165194, 0.00258196425, 0.0114195971, -0.00978198741, -0.000393253722, -0.028909266, 0.0163906515, 0.00702716457, -0.00557879, 0.00737288175, 0.0128679713, 0.00336619746, -0.0175697301, 0.0114559885, 0.0305978246, 0.0220094714, 0.0297535453, -0.0399722271, 0.0129189193, -0.00848645624, -0.0164197646, 0.0406418294, -0.0112303626, -0.0289529357, -0.0121983718, -0.00428325869, -0.00986932684, 0.0128315808, 0.00229447288, 0.0067141992, 0.010961066, 0.0360419676, 0.029113058, -0.0104588661, -0.000809706922, 0.021747455, 0.0184285659, 0.0113031445, 0.0317332335, 0.00922884, 0.0170748085, -0.0129480325, -0.0107354401, -0.0119290752, -0.011062962, 0.01513879, -0.0156773813, -0.0672511607, 0.0139961028, 0.0119145187, -0.0297681019, 0.000894316763, 0.00373738888, 0.0367406793, -0.0338293724, 0.0239454899, -0.0819241479, -0.0164488778, -0.0127296848, -0.0342078432, -0.0375849567, 0.00785324723, -0.00865385681, -0.0231303256, 0.015924843, 0.016303312, 0.00161486492, 0.0265365522, 0.0029276819, -0.00363549311, -0.0391570628, -0.0127733545, 0.00519304164, 0.0153571386, -0.0231594369, 0.000307279231, 0.00114541687, 0.0719674826, -0.0447758846, 0.0466682315, -0.0140834423, -0.0392444022, 0.00682701217, -0.0208740626, 0.0374102816, -0.0241492819, -0.00710722525, 0.0196222011, -0.0348774455, 0.0017595205, 0.00733285164, -0.0476289615, 0.0457366146, 0.027264379, -0.0135739632, 0.051064305, 0.0061719683, 0.0126205105, -0.019316515, 0.0294478592, -0.0263327602, 0.00564793311, -0.0249062218, 0.0165653303, -0.0239309333, -0.0063975947, 0.0194038525, -0.0370609239, 0.0253283605, -0.00361001911, -0.0393026285, 0.0032934146, 0.0512972102, 0.0491137281, -0.0136249112, -0.0102550751, 0.00998577941, 0.00172312919, 0.0227809679, -0.0103933616, -0.0182393305, 0.023013873, -0.000121683486, 0.00971648283, 0.0333926789, -0.00431601098, -0.0185450185, 0.0671929419, 0.0316750072, -0.0241347253, -0.0137631986, -0.0170602519, 0.00703080371, 0.00608099, 0.00892315246, -0.00185322808, 0.00227081846, 0.00506203296, 0.0336255804, 0.00110083749, -0.0414569937, -0.0150223384, 0.00471995445, -0.0105607621, -0.0285744667, -0.00311145815, -0.0325483978, -0.027264379, -0.00157574425, -0.0383127853, 0.0203354713, -0.0127369631, 0.00600456819, -0.0181228779, -0.0519085824, -0.00107718317, -0.0188507047, -0.0447758846, -0.0324901715, 0.0255612656, 0.0164488778, 0.0436695889, 0.00433420669, 0.022125924, 0.0309471805, 0.0022744576, -0.0104588661, -0.0141998939, 0.00927250925, 0.0244549681, -0.0261435267, 0.00656499481, 0.00133101258, -0.0132828327, 0.00188143144, -0.0202044621, 0.00135193765, -0.0432620049, 0.00437059766, -0.0171912611, 0.0232031066, -0.0234214552, -0.00197968795, -0.0017713476, -0.00719820382, 0.0517630167, 0.0242948476, -0.0229993165, -0.0153862508, 0.00896682218, 0.0402051322, -0.0389823839, 0.00734013, -0.0282105543, 0.00273298845, 0.00109628856, 0.0529566519, -0.00720548211, 0.0176861826, -0.027060587, -0.00182320527, -0.0661448687, 0.0397393256, -0.00360274105, -0.0162159726, 0.0240910556, -0.0213689841, 0.00132737355, 0.0438151509, -0.0153280254, 0.0167545658, -0.0057825814, -0.00410858029, 0.0470175892, 0.0303649195, -0.0186614711, 0.0172058176, -0.00327339955, -0.023290446, -0.0290839449, -0.0153134689, -0.0181519911, 0.0147166513, 0.0653297, 0.0420683697, -0.00473815, -0.0169438, -0.0137850335, -0.0127442414, -0.0160995219, -0.0258815084, 0.0234651249, 0.00572435511, -0.0308016147, -0.0178899746, 0.00277119922, 0.0184285659, 0.0132027715, -0.023974603, -0.0435822494, 0.0384001248, -0.0210487414, -0.0252410211, 0.00444338052, -0.0136467461, 0.01513879, 0.019316515, -0.0195203051, -0.0477454141, -0.0216746721, -0.0344407484, 0.0113104228, -0.0159102865, 0.011849015, 0.0179773141, 0.0175115038, -0.0128825279, -0.02688591, 0.0262017529, -0.00682337303, -0.0484150164, -0.0203354713, 0.0203500278, -0.0170893651, 0.0275263973, -0.0670764893, 0.0307433903, 0.00472723274, -0.003506304, -0.0229847599, -0.0121328672, -0.0153134689, 0.00633936841, 0.0027402665, 0.0371482633, -0.0136176329, 0.0168419033, -0.00502928067, 0.0101677356, 0.0129480325, 0.00103715272, 0.0397684388, 0.0242511779, -0.0210196283, -0.00119818433, -0.0306560509, -0.0377887487, -0.0340622775, -0.00182957377, 0.00431965, 0.0150951203, -0.0137413638, 0.0100294482, -0.05665401, -0.0184867922, -0.04151522, -0.028909266, 0.00194147706, 0.00384292379, 0.00418864144, -0.051821243, -0.00852284767, 0.0287491456, 0.0120455278, -0.0115360497, 0.0170456953, 0.0146875381, 0.00971648283, -0.01270785, 0.0113249794, -0.00646673795, 0.0628842041, 0.0358090624, -0.00531313289, 0.027060587, -0.00243821857, -0.0117689539, 0.03027758, -0.0149349989, 0.0168564599, -0.0479492061, 0.063466467, -0.00972376112, -0.027744744, 0.0045234412, 0.00375922373, -0.0186905842, -0.0454745963, 0.00545869861, -0.00973831769, 0.0300155636, 0.0026656643, -0.00407218887, 0.00203427486, 0.0159830693, 0.0321408175, -0.0185159054, -0.0119945798, 0.0375267304, -0.0262599792, -0.0106844921, -0.00472359359, -0.00389023242, 0.00578622054, 0.0263909865, 0.0245131943, 0.005480533, 0.0406127162, -0.0208740626, 0.0386621431, 0.067018263, -0.00202881615, 0.0122711537, 0.0180792082, -0.00361183868, 0.0289529357, -0.0794786513, -0.00991299655, 0.0149204424, 0.0110920751, -0.0305395983, 0.0109756226, 0.00100803969, 0.0111721363, 0.000547234493, -0.000953452662, 0.023596134, 0.0178026352, -0.0170748085, 0.00621199887, -0.0149932252, -0.0169292428, 0.00324974512, 0.0115287714, -0.0289529357, 0.0320243649, -0.00573527254, 0.00497833313, 0.03027758, 0.0391279496, -0.0206266, -0.000954362447, -0.0287054759, 0.0140397726, 0.0259106215, -0.0105971536, 0.0236689169, -0.0122565972, 0.00393026276, -0.0106844921, -0.0106262658, -0.00943263061, 0.0474251732, 0.0200880095, 0.0635829195, -0.0248334389, -0.0542085133, 0.0586628132, -0.00747477775, 0.0128461365, 0.0128315808, -0.00816621259, 0.0162887555, 0.016405208, 0.0107936664, 0.0195348617, -0.00509478524, -0.0268567968, 0.00824627373, -0.0327521898, 0.0207430534, 0.0344989747, -0.00436695851, 0.0188652612, 0.00571343768, -0.00730737764, -0.00691799028, -0.0126423454, 0.00925795268, 0.0340331644, 0.0102696316, 0.0214854367, 0.0198114365, -0.0550527945, 0.00607371191, 0.029011162, 0.00694710342, -0.0235379077, 0.00825355202, 0.0109683443, -0.00706355553, 0.0204955935, -0.0354888178, 0.0351394601, 0.0155463731, 0.0133046675, -0.036682453, 0.000705081853, -0.0208303928, 0.0375267304, 0.0131081548, -0.00388295413, -0.00427234126, 0.0072273165, -0.014454633, 0.0239018202, -0.0026656643, 0.0259979609, 0.0242220648, 0.00997122284, -0.0159394, 0.0168710165, -0.0168127902, 0.0275555104, 0.000580896507, 0.00847917795, 0.0252701342, -0.0115287714, 0.00603732048, -0.0403215848, -0.00515665, 0.0104079181, 0.0328104161, 0.0171039216, -0.0280213188, -0.0056297374, -0.0178317484, 0.019389296, 0.0299573373, 0.00691435114, -0.0328104161, -0.0191563927, -0.0149495555, 0.00195603352, -0.00722367736, -0.0254448131, 0.00153116486, -0.0332471132, -0.0137122506, -0.0016412487, 0.0242511779, -0.002487347, -0.0005595166, -0.00823899545, 0.0224024989, 0.00992755312, -0.0168127902, -0.0011808984, 0.012023693, -0.030685164, 0.0113249794, -0.0141635025, 0.0358381756, 0.0178899746, -0.0337711461, -0.0295351967, -0.0353432521, 0.00778774312, 0.00527310278, 0.0288947094, 0.0027912145, 0.00141562242, 0.0586337, -0.0118926838, 0.0149495555, 0.0160849653, 0.0338584855, -0.0319079123, 0.0229847599, -0.0134647898, -0.0267549, -0.0106699355, 0.0286181364, 0.0225480627, 0.020175349, 0.0095418049, 0.000170243162, -0.0416899, -0.0742965266, 0.00922884, 0.0272789355, 0.0368571319, 0.00519668078, 0.00839911774, 0.0291567277, 0.0506276079, 0.000413951289, -0.0232758895, 0.0218930189, -0.0270460304, 0.00269841659, 0.0133628938, 0.0190981664, 0.00551692443, -0.0470758155, 0.00152752572, 0.0289820489, -0.00360092148, -0.00584444636, 0.0204373673, -0.0476871878, -0.0372647159, 0.0184722356, 0.00574619, -0.0208012797, 0.00941079576, -0.00958547462, 0.0103496918, -0.0137195289, -0.00492010685, 0.0168710165, 0.0158083905, -0.00102987443, -0.0137777552, 0.0141489459, -0.0172494873, -0.0155172599, -0.00282214698, -0.000375512958, -0.0287491456, -0.0136758592, -0.00884309132, 0.00401760219, -0.0133192241, 0.0390406102, 0.0206702705, -0.029899111, -0.00607007276, -0.0206411574, 0.00188870961, 0.0272934921, 0.0214126538, -0.0238581505, 0.0395937599, 0.00913422182, 0.0321990438, -0.0132537195, 0.0483567901, 0.0237999242, 0.0195785314, -0.00274208607, -0.00890859589, 0.0027166123, 0.0101750139, 0.0194766354, 0.0332471132, 0.00355725177, 0.0029276819, 0.00574982911, -0.0124167195, -0.0165798869, -0.0207721666, 0.0260707438, 0.0241201688, 0.0164343212, -0.00970192626, -0.0145856421, 0.0190690532, -0.0254448131, -0.00291858404, 0.00434148498, -0.0117252842, 0.00635392498, 0.0435822494, 0.019694984, -0.0278175268, 0.00203245529, 0.0237708129, -0.0155027034, 0.0183557831, -0.00504747638, -0.0118344584, -0.00390114984, 0.00567340711, 0.0269878041, -0.000942535233, 0.000815620529, 0.00603732048, -0.00743474718, -0.0195348617, 0.0318496861, -0.00731829507, 0.0275846235, 0.0262599792, 0.0113104228, -0.00703444285, 0.00442882394, 0.0191127229, 0.0131809367, -0.00699805142, -0.0188652612, 0.0115433279, 0.00704172114, 0.00177862588, -0.0150514515, 0.0535971411, 0.00662322063, -0.00571707683, -0.0168710165, -0.00623747287, -0.00105989724, 0.0326066241, 0.0199715588, 0.0317332335, 0.00556423329, -0.0224461686, -0.0110993534, 0.0113468142, -0.0410785265, 0.0370318107, 0.000931617862, -0.00834089145, 0.0198842194, -0.0324028321, 0.0124458326, -0.00823171716, 0.0345572, -0.00278757536, -0.00544778118, -0.000907053705, -0.00736196479, -0.0118271802, 0.00558606815, -0.00633209, 0.00734740822, 0.0195639748, 0.0144182425, 0.0277738571, -0.00729646, 0.0207139403, -0.013392007, 0.0345572, -0.00581897236, -0.0126277888, -0.00145019416, 0.00429417612, 0.0375558436, 0.00718000811, 0.00115542451, 0.0322281569, -0.00942535233, -0.0395937599, 0.0424177274, -0.0349938944, 0.0469884761, -0.00894498732, 0.0108518926, 0.00494922, 0.0241201688, -0.0125841191, -0.00485824142, -0.0138432588, -0.00759123, 0.0038720367, 0.0168127902, 0.0160704087, -0.0103642484, -0.0185595751, 0.00818804745, -0.0113031445, -0.00615377259, -0.0123730497, 0.0226499587, -0.00502200238, 0.0283124484, 0.023974603, -0.034353409, -0.0052658245, 0.0100803962, -0.0202481318, 0.00772951683, 0.0160704087, -0.0190690532, 0.0286909193, -0.00299318624, -0.0108664492, 0.0272934921, -0.0212816447, -0.0185741317, 0.0246587601, 0.0179482, 0.0620690398, -0.00338439294, -0.00963642262, 0.0169146862, -0.0176425129, -0.00484368484, 0.00292404275, 0.00367734325, -0.0206120443, 0.00945446547, -0.00824627373, 0.0268567968, -0.0121474238, 0.0148767726, -0.0291712843, 0.0110338489, 0.0176570695, 0.00898137875, -0.0230284296, -0.0191563927, 0.0272789355, -0.0080206478, -0.0381963328, 0.0330433212, 0.0321117043, 0.00946174376, -0.00146929966, 0.0150368949, 0.0212816447, -0.0137340855, -0.000540411158, -0.00754756, -0.00691435114, -0.0198114365, -0.00202699658, 0.0425924025, -0.00347537128, 0.0344407484, 0.00466536777, -0.00818076916, -0.0264346562, -0.022606289, 0.0227227416, 0.00284580141, 0.00376286288, -0.0010689951, 0.0281814411, -0.0188361481, 0.0329850949, -0.0307142772, 0.0060227639, -0.0303066932, 7.1816e-05, -0.0113540925, 0.00670692092, -0.00201607938, -0.0174387228, 0.0149204424, 0.0118053453, 0.0264201, 0.0397975519, -0.000736469403, 0.0223006029, -0.00826810859, 0.0183121134, -0.0232322197, 0.00868297, 0.0165507738, -0.0261435267, -0.00647401623, -0.0023745338, 0.0229702033, -0.0100367265, 0.0213689841, 0.0383127853, 0.0360419676, -0.0130280936, 0.0137413638, -0.00691071199, -0.0021379902, -0.0107791098, 0.0310345199, 0.0268276837, 0.000347764581, -0.0129771456, -0.0300737899, 0.0254302565, 0.0124603892, 0.0245277509, 0.0119363535, 0.015721051, -0.00952724833, 0.00697985571, 0.00582625065, 0.0186323579, -0.0249062218, -0.0350812338, -0.027744744, -0.0340331644, 0.0212962013, 0.00365732796, 0.0372356027, -0.0316167809, -0.0181374345, 0.0403798111, -0.0237125866, 0.00863202196, 0.00292404275, 0.0172931571, 0.00497833313, -0.0341787301, -0.00811526459, -0.0185159054, -0.0210487414, -0.0310345199, 0.00244549685, 0.0102259619, -0.00175679114, 0.027366275, 0.0274245013, 0.0215727761, -0.0327230766, -0.00128916255, 0.0169001296, 0.0193019584, 0.0235379077, -0.022024028, 0.0114123188, 0.0155754862, -0.00477090245, -0.0298117716, -0.0151679032, 0.0356052704, -0.0281377714, 0.000756029738, -0.0251827948, 0.0129771456, -0.00543322461, 0.00139651704, 0.000529493729, 0.0364495479, 0.0207867231, -0.00172494864, -0.0388950445, -0.0150951203, -0.0342951827, -0.0066377772, -0.0446885452, 0.0126932934, 0.00756211672, -0.00285671884, 0.00913422182, 0.0307725016, -0.0057061594, -0.0216018893, -0.0437278152, 0.0163324252, 0.0250226744, 0.0259688478, 0.0121547021, 0.00352995819, 0.00351722143, 0.00129462127, 0.0242948476, -0.0151824597, -0.00591359, 0.00073283026, -0.00328067783, -0.00548781129, 0.0210487414, -0.0158811733, 0.019593088, 0.00664869463, 0.023392342, -0.00951997, -0.00798425637, -0.0262454227, 0.00868297, -0.0113395359, 0.0292586237, -0.0123148235, 0.0445429794, 0.00638667727, 0.00395209761, -6.69827787e-05, 0.0160558522, -0.00166217366, 0.0403215848, 0.0045998632, -0.00540411146, -0.0208303928, 0.0245714206, 0.0200443398, 0.0319661386, 0.00251282076, 0.0393026285, -0.011849015, -0.0189671572, 0.022125924, 0.0402633585, -0.0165216606, -0.0377305225, -0.0324901715, -0.0140834423, 0.011164858, 0.0277738571, -0.0192728452, -0.0211797506, -0.0240037162, -0.0280358754, -0.0354014784, 0.011062962, 0.0229556467, -0.0173513833, -0.0144255208, -0.0119436318, 0.0102405185, -0.0159976259, 0.00934529211, -0.00361183868, 0.00201062066, 0.0322281569, -0.0410494134, 0.0174096096, -0.0150514515, -0.0145492507, 0.00108719082, 0.0288219284, 0.0460859723, -0.0106117101, -0.0263473168, -0.0204519238, -0.0142581202, 0.00620835973, 0.00478182, -0.0112594748, -0.0056806854, 0.0152697992, -0.00118635711, 0.0346736535, 0.0101604573, 0.0186760277, 0.0027402665, -0.0244695246, -0.0233050026, 0.00385020184, -0.0463188738, -0.0151824597, 0.0137850335, -0.00837728288, 0.0105971536, -0.0248043258, -0.0201025661, -0.0108009446, -0.0320825912, -0.00163306063, -0.0159539562, -0.00621199887, -0.0107281618, 0.0102550751, 0.0137704769, 0.0169001296, -0.031063633, 0.00351722143, -0.00168036937, 0.00827538688, -0.0407582819, 0.0298408847, 0.0234505683, -0.0226790719, -0.0180209838, -0.01513879, -0.0108009446, -0.0181956608, 0.00875575189, 0.0077950214, 0.0153716952, 0.0144255208, -0.00786052551, 0.00396665419, -0.0021998554, -0.0249498915, 0.00651404681, 0.00739107747, -0.0157938339, -0.0048655197, -0.0107718315, 0.00645218138, -0.0403798111, 0.00571707683, -0.00548417214, 0.0102914665, 0.0089013176, -0.0016412487, -0.00473087188, 0.00354269519, -0.00231448817, -0.0188652612, -0.0179627575, -0.0156628247, 0.0152989123, -0.0121838152, 0.0018650553, 0.00533860689, -0.00670692092, 0.0233632289, 0.0658537373, -0.0079697, -0.00978198741, -0.00379561493, -0.00165853451, 0.00268749916, -0.0111430231, 0.0231594369, 0.0148767726, -0.0102259619, 0.0318205729, 0.0131008765, 0.0290985014, 0.0104443096, -0.0183848962, -0.0104443096, 0.00870480482, 0.0122347623, 0.0151824597, -0.0103860833, -0.00588811608, 0.012911641, 0.0246878732, 0.00742382975, 0.0365951136, -0.00117725926, 0.0130208153, 0.00652132509, -0.0087994216, -0.0231303256, -0.011012014, -0.0284725707, -0.00111539406, 0.00193237921, -0.0197532102, 0.0577603057, -0.0196367577, -0.00134920829, 0.000532678, -0.0213544276, -0.0109829009, -0.01513879, -0.0182247739, -0.031442102, 0.00300410367, 0.0190690532, -0.00580805494, 0.0113832057, -0.00887220446, -0.00834089145, -0.0105243707, 0.0198842194, 0.0208886191, 0.0146438684, -0.0113104228, -0.00788963865, -0.0243530739, -0.0225189496, -0.00411221944, -0.0630006567, -0.0145201376, -0.00545505947, -0.00117907883, 0.000675513933, -0.013493902, 0.00318969949, -0.000171949, 0.00831905659, 0.00346991257, 0.00160030846, 0.00467992388, 0.037293829, 0.00494558085, -0.0102041271, -0.00600092905, 0.00668144692, -0.0155463731, 0.00600092905, 0.0180937648, -0.016987469, 0.00837000459, 0.0135885198, -0.0173659399, 0.0446012057, 0.00545869861, 0.0150223384, -0.000862019486, 0.000578622043, 0.00647037709, 0.00965825748, 0.0174096096, -0.0161431916, -0.0140106594, -0.00278211664, 0.0168273468, -0.0309762936, -0.000755119952, 0.0045489152, 0.00943263061, 0.00107809296, -0.0045489152, 0.0308307279, -0.00162396277, 0.0117762322, 0.00189416832, -0.0109246755, -0.00815165602, -0.0162596423, -0.0250954553, 0.00069189, 0.00385384099, 0.0321117043, 0.00115451473, 0.0227809679, 0.0154299205, -0.0319079123, -0.0131445462, -0.0044506588, 0.00859563053, 0.00231448817, 0.00625202945, 0.0138068674, 0.0137486421, -0.0158957299, 0.00379197579, -0.0120455278, -0.00538955489, -0.0174678341, 0.0154590337, 0.00917061325, -0.0233632289, 0.0206993837, -0.0174678341, 0.0198551062, -0.00267294259, 0.00930890068, 0.00471995445, -0.010961066, 0.00296043418, -0.0138869286, 0.00883581303, 0.0204519238, 0.030102903, -0.045620162, 0.00857379567, 0.000650494883, 0.0127660763, 0.0340622775, 0.0214563236, -0.0284143444, -0.0316458941, -0.0127005717, 0.019316515, 0.000428052939, -0.00216892292, -0.0256194919, 0.00366824539, -0.00744202547, -0.00341714523, 0.00904688239, 0.0353432521, 0.00690343371, 0.00994211, -0.00607007276, -0.00430145441, 0.0120309712, 0.0174823906, -0.0278029703, 0.0202190187, -0.00812254287, 0.0183266699, 0.0116015533, 0.0180209838, -0.0108737275, -0.0115578845, 0.0217620116, 0.00134738872, -0.00376650179, 0.0152552426, 0.00674695102, 0.0174532775, -0.0151679032, -0.0225189496, -0.00553875929, -0.0184576791, 0.00371191488, -0.0167400092, 0.00185413787, -0.00033752952, 0.0121547021, -0.00906871725, 0.000694164482, 0.0288073719, 0.0195203051, 0.00552784186, -0.00706719467, 0.0135594066, -0.0199715588, -0.000753755274, -0.0045998632, -0.000886583584, 0.0354597047, 0.0248625521, -0.000919790706, 0.00796242151, 0.0045743892, -0.0172931571, -0.00765673444, 0.00145929202, -0.0154008074, 0.0416316725, -0.0199715588, 0.0291276146, 0.00691071199, -0.0207721666, -0.0073292125, 0.0427961946, 0.0120455278, -0.00799153466, 0.0407291688, 0.00280941022, -0.00308234501, 0.00833361316, -0.00418864144, -0.0196367577, 0.0119509101, 0.00437059766, -0.000989844, 0.00421775412, 0.00103442336, 0.0189089309, 0.0519959219, -0.0104370313, 0.00460350234, 0.00687796, -0.0108009446, 0.0207721666, -0.0116743362, -0.000579076936, -0.000573618221, 0.0184722356, 0.0481821112, 0.00532768946, -0.0143964076, -0.00203063572, -0.00025542159, 0.00181592698, -0.00659410749, -0.0250808988, -0.000641397084, -0.0152552426, 0.0191418361, 0.0142362854, -0.0283561181, -0.0167836789, 0.002025177, -0.00370645616, 0.0188507047, -0.00716181239, 0.00637939898, 0.0131591018, 0.0362457559, -0.00130917784, -0.0372647159, 0.00343898, 0.0230866559, -0.000738743867, -0.00113904837, -0.0133556155, -0.0108155012, -0.0169292428, -0.0212962013, 0.00549145043, 0.0258087255, 0.0180792082, 0.0202044621, -0.00737652089, 0.00731465593, -0.00613557687, 4.95831773e-05, -0.0224024989, -0.00264201, -0.0116525013, -0.0207867231, -0.00275664264, -0.0129844239, -0.00176770845, -0.0075038909, -0.00889403932, -0.0016721813, 0.0329559818, -0.0188798178, 0.0137704769, -0.00778774312, 0.00601184648, 0.0157792773, 0.00999305677, -0.00619380316, -0.0130572068, 0.0042505064, 0.0388659313, 0.00939623918, 0.0174387228, -0.0136030763, -0.000774680288, -0.0131663801, 0.00665961206, 0.0021379902, 0.00857379567, -0.0269004665, -0.0118635716, -0.0314129889, -0.0177589655, -0.0198696628, 0.00860290881, -0.00980382226, -0.020859506, -0.00285489927, 0.00804976095, -0.0298408847, -0.00806431752, -0.00930890068, -0.0197677668, -0.0175551735, 0.000698713411, -0.00132555398, 0.0162305292, -0.00109264941, 0.00440698909, -0.0149786687, -0.00775135169, 0.00189416832, -0.0379343145, 0.00268022087, -0.0104443096, 0.0117107276, -0.0179190878, -0.0233341157, 0.0200588964, -0.0113686491, -0.0363330953, 0.00265838602, -0.0254157, -0.0141926156, -0.00213253149, -0.0146657033, -0.0116597796, 0.0222132634, -0.0210778546, -0.0029404189, -0.0332471132, -0.0204955935, 0.0386330299, -0.00613557687, 0.0132828327, 0.00937440433, 0.0127005717, -0.0282105543, 0.00351540186, 0.00695802085, -0.0107427184, -0.0155318165, -0.0304231457, 0.0132682761, -0.023974603, -0.0368280187, 0.0087120831, -0.0265365522, 0.0293022934, -0.00572071597, -0.0104661444, 0.0251827948, 0.0319079123, 0.00469084131, -0.0136176329, 0.00409038458, 0.0180500969, -0.0118199019, -0.0139524331, -0.00137286261, -0.000770131359, -0.0266238917, 0.0183557831, -0.0053313286, -0.0203209147, 0.0139305983, -0.000142381046, 0.0266675614, -0.00495649828, 0.00746749947, -0.00556059415, 0.0148258246, -0.00175406178, 0.0184285659, -0.00142563006, -0.0386912525, -0.00737652089, 0.00487643713, 0.00480365474, 0.0207721666, 0.0291858409, 0.0473669469, 0.0125913974, 0.00873391703, 0.0301611274, -0.000976197247, 0.00332616689, -0.0323446058, -0.00698349485, -0.0133701721, 0.0102477968, 0.0241492819, 0.0042250324, -0.00967281312, -0.012176537, 0.000251100137, -0.0291276146, 0.0341787301, 0.0206411574, 0.0327813029, -0.0369735844, 0.0117398407, -0.00306960801, 0.00104079186, 0.000339121645, -0.000683702, -0.00608099, -0.0236106906, 0.0178463049, -0.0326357372, -0.0214563236, -0.0211215243, -0.0138068674, 0.0306560509, -0.000594998128, -0.0164343212, 0.00641942956, 0.0235379077, -0.0230284296, -0.00328795612, -0.0106699355, -0.00195967266, -0.00557151157, -0.000696438947, -0.00369917788, 0.0290548317, 0.0243094042, 0.0245859772, 0.0135739632, 0.0137559203, -7.22708937e-05, -0.0114050405, -0.0102696316, 0.0178463049, 0.00263109268, 0.00401760219, -0.0101531791, -0.0190253835, -0.0190981664, 0.0393026285, 0.00481457217, -0.00142108114, 0.00972376112, 0.00343352137, 0.00246915128, 0.010531649, 0.0142071722, -0.00103260379, -0.00236907508, 0.014607477, -0.00853740424, -0.0264492128, 0.00332070817, -0.0199133325, 0.0106044319, -0.0191709492, -0.00794786494, -0.0164488778, -0.0108082229, -0.0122202057, -0.00292404275, -0.0102405185, -0.0107063269, 0.000648675312, -0.00379197579, 0.0554312617, 0.00284944056, 0.0281232148, -0.00882125646, 0.0111866929, 0.0128679713, 0.0148112681, -0.00258924253, -0.0159830693, -0.0038356455, -0.00965825748, 0.00224352512, 0.0021998554, -0.01232938, -0.00394481933, 0.00869024824, 0.0203354713, -0.0258232821, -0.0181083214, 0.00297862967, 0.0223442726, -0.0190253835, 0.00747477775, 0.00196695095, -0.0022508034, 0.00211979449, -0.0152989123, -0.00390114984, 0.0241929516, 0.0131954933, -0.00340804737, 0.0130790416, -0.0100585613, -0.0270751435, 0.0133701721, 0.00458530663, 0.0140470508, 0.0180209838, -0.0355470441, -0.0214854367, 0.0220531411, 0.00970920455, -0.000522215501, -0.0234068986, -0.00107445382, -0.00204337272, 0.012023693, -0.0032934146, -0.0128243025, 0.00320061692, 0.0132973893, 0.0130426502, 0.0126496237, 0.00988388341, -0.00339167123, -0.0227372982, 0.00767856929, 0.00231630774, 0.00418136315, 0.00199424452, 0.0230721, 0.0137486421, -0.0091415, -0.0112303626, -0.0157356076, -0.00294587761, -0.00421775412, -0.00773679512, 0.0128315808, 0.00793330837, 0.00834089145, 0.0115869967, -0.00651040766, 0.00385020184, 0.0167400092, -0.0148913292, 0.022810081, -0.0175260603, -0.00599365076, -0.00537863746, 0.0231012125, -0.000874301535, 0.0123584932, -0.0040357979, -0.0143964076, -0.00698349485, -0.0115578845, 0.00707083382, 0.0131663801, 0.00777318655, 0.0285453536, -0.0108737275, -0.00281668827, -0.0240182728, 0.0296807624, -0.0110702403, -0.0290985014, -0.013974268, 0.0231739935, 0.0179773141, -0.000162055105, 0.0115142148, 0.00681609474, -0.011062962, -0.000156482682, -0.0158375036, 0.0117907887, 0.0269295797, 0.00662686, -0.00142381049, -0.00107991253, -0.0295497533, -0.00361729739, 0.00212343363, -0.00609190762, -0.00636848155, 0.00111084513, -0.00394845847, -0.0165507738, -0.0162596423, -0.0327521898, -0.00452708034, -0.0151970163, -0.0169583559, 0.0118271802, 0.0102623533, -0.037439391, 0.00683065131, 0.0153280254, -0.00368644088, 0.00343534094, 0.0122056501, -0.00503655896, -0.0233195592, -0.0152989123, -0.00776590826, 0.0327230766, -0.00236543594, 0.0044251848, 0.00962186605, 0.0242657345, -0.00971648283, 0.00542230718, -0.0272789355, -0.0253283605, 0.00899593532, 0.0187342521, 0.00367916282, 0.00262927311, 0.00181228784, 0.00759850815, -0.0179336444, -0.00484732399, 0.00956364, -0.0338876, 0.0134866238, -0.00361729739, -0.00607371191, -0.0215145499, -0.0128388591, -0.00576802483, 0.0215145499, -0.000545414921, 0.00191782275, 0.000120318808, 0.0123657715, 0.0111284666, 0.015240686, 0.00668144692, 0.0165362172, -0.0258669518, -0.00497833313, -0.0397393256, -0.0085082911, 0.0108446144, -0.0231303256, 0.0138141457, 0.00275846221, 0.0029276819, -0.00135375722, -0.0165944435, -0.0164634343, 0.00145019416, -0.0171475913, 0.00615377259, 0.0255612656, 0.0192728452, -0.0261289701, -0.0171767045, -0.00488371542, 0.0308307279, 0.0309180673, 0.0124749457, -0.00236907508, 0.00187597272, -0.00350084528, 0.00456347177, -0.01513879, -0.0253283605, -0.00533496775, -0.0227518547, 0.00152570626, -0.0441353954, -0.013974268, -0.00574619, -0.0139087634, -0.0198259931, 0.00143927685, 0.00158120296, -0.0101677356, -0.0373229422, -0.0131663801, 0.0086393, 0.00612465944, -0.000729191117, 0.0419519171, -0.0174678341, -0.0236543603, 0.00640487298, -0.0185304619, -0.0135448501, 0.00743474718, 0.00278575579, -0.0150368949, 0.00581533322, -0.00762762129, 0.00190144661, -0.012656902, 0.00134556915, -0.0101968488, 0.000500380702, 0.0200006701, 0.00342442351, 0.0128825279, 0.00580077665, -0.00134102022, 0.0227518547, -0.0176716261, -0.00453071948, -0.0207721666, 0.0186905842, 0.00187597272, -0.0125258928, 0.00207794458, -0.00646673795, -0.00242184242, 0.0126277888, 0.0133701721, 0.00770040369, -1.67030485e-05, 0.0143964076, -0.00711086439, -0.00952724833, -0.000913877098, 0.00285853841, 0.00028362486, 0.0181956608, -0.0263036489, -0.00242730114, -0.00506203296, -0.0136467461, 0.0236106906, -0.000153867062, -0.0155318165, 0.0271479264, 0.00738379918, -0.0149495555, 0.0202335753, -0.0196804274, 0.0190399401, -0.00681973388, -0.0148840509, 0.00184140098, 0.0217620116, -0.00987660512, -0.00562245958, -0.0154735902, 0.0260998569, -0.00422867155, 0.0154590337, 0.0225917324, -0.00319879735, 0.00629569869, -0.0182538871, 0.0119654667, -0.0101968488, -0.0173222702, 0.0307725016, -0.00623383373, 0.0258523952, 0.026784014, 0.00391570618, -0.0121183107, -0.00480365474, 0.0116597796, 0.011696171, -0.00588811608, 0.00336801703, 0.0127296848, 0.0297681019, -0.0113904839, 0.0266093351, -0.00207976415, 0.0249062218, 0.0189962704, -0.0108810058, 0.0416899, 0.0241492819, 0.00335528, 0.0264201, -0.00691799028, 0.00224534469, 0.0301611274, 0.00796242151, 0.00667416863, -0.000665051397, -0.00650676852, -0.00482185045, 0.00300228409, 0.014658425, 0.0244258549, -0.0259834044, -0.0110920751, 0.0215727761, -0.00935984775, -0.0142217288, -0.00176952803, 0.0238144808, 0.0155318165, -0.00540411146, -0.0145929204, 0.00561882043, -0.0113031445, -0.00372283231, -0.0105534839, -0.00694710342, 0.011747119, 0.00705627725, -0.00466536777, 0.0251536816, -0.000718273746, 0.00732557336, -0.00247642957, -0.00215254677, -0.0270023607, -0.00645582052, -0.00869024824, -0.0192437321, -0.0214126538, -0.015619156, -0.0107499966, -0.0204664804, 0.00217438163, -0.0100003351, -0.0158811733, -0.0178608615, -0.000312055607, 0.0144764679, -0.000202540454, -0.00570252025, -0.00493466342, 0.0224024989, -0.0162596423, -0.005582429, 0.00368826045, 0.0251682382, 0.00485460227, 0.00735104736, 0.0263473168, 0.0134138418, 0.00893043075, 0.0297535453, -0.0101750139, 0.00146748009, -0.0080715958, 0.00502928067, -0.0016903769, -0.0018404912, 0.00185777701, -0.0132464413, -0.00677970331, -0.0235524643, -0.00951269176, 0.00537863746, 0.00173950521, 0.0155609297, -0.00653588166, -0.00772223854, -0.0137559203, 0.022024028, 0.0149204424, 0.00406491058, -0.0275409538, 0.00251464033, -0.00172403897, 0.0104079181, 0.0169292428, -0.0005531481, 0.00404307572, 0.0259688478, -0.00324974512, 0.00280941022, 0.0156628247, -0.00964370091, -0.00311691687, -0.00118271797, 0.0236398038, 0.00477818074, -0.0118417367, -8.59745e-05, 0.0121838152, -0.0125040589, -0.00190690532, -0.0234360117, 0.0107136052, -0.0225626193, 0.0023872708, -0.0158520602, 0.0187488087, -0.00473087188, 0.000137149793, -0.00311873644, -0.0070781121, 0.0183994528, 0.0013246442, -0.0240910556, 0.00286945584, 0.0285016838, 0.0233777855, 0.00628478127, 0.0119145187, 0.00539319403, 0.0175842866, 0.00993483141, 0.000328431692, -0.0118999621, 0.0103496918, -0.0163324252, -0.00169765519, -0.00221441197, 0.016507104, -0.0210050717, 0.0114268754, 0.0145128593, 0.00931617897, -0.000533132872, 0.00405763229, 0.0104224747, -0.016405208, -0.0137268072, 0.0150223384, 0.0125186155, -0.0431455523, -0.00702716457, 0.00276210136, -0.0217328984, -0.00185049872, -0.0237562563, -0.0152843557, 0.021165194, -0.00388295413, -0.0105607621, -0.0236689169, -0.00478182, 0.00670692092, 0.0274536144, -0.00470903702, 0.0298117716, -0.0130426502, 0.0114632668, -0.0139305983, 0.0184285659, -0.00165853451, 0.0287200324, -0.00548417214, -0.00483276788, -0.00423231069, 0.0158375036, 0.0134866238, 0.0210778546, -0.0136613026, 0.0128170243, 0.000771496037, -0.00770768197, 0.00979654398, -0.000662777, 0.0165507738, 0.00581169408, -0.00828266516, 0.0148331029, 0.0134211201, -0.00659410749, -0.00461078063, 0.0106917704, -0.0311800856, 0.021165194, -0.00388295413, -0.00815165602, -0.00422139326, 0.0057571074, -0.0135812415, 0.00934529211, 0.016987469, 0.00439243251, -0.0100585613, -0.0140179377, 0.0179627575, -0.021339871, 0.00901777, -0.028152328, -0.00307870586, 0.013290111, -0.00474178931, 0.011798067, -0.0169438, 0.0140979989, -0.00146202138, 0.00410494115, 0.00843550824, 0.0153716952, -0.0122638755, 0.00299864495, 0.0159539562, 0.00757667329, -0.0146147553, -0.00375558459, -0.0138141457, -0.0208449494, 0.0136321895, 0.00606279448, -0.0297826584, -0.013239163, 0.00033047871, 0.0125404494, 0.00162942149, -0.0045016068, -0.0119654667, 0.0190544967, -0.0106626572, 0.0077950214, 0.0256049354, -0.0166963395, -0.022708185, 0.0146147553, -0.00783141237, 0.0137995891, 0.00922884, 0.0145856421, -0.00563337654, -0.0203645844, 0.00792603, -0.000318878971, 0.0181665476, 0.0206702705, -0.0141635025, -0.00336255832, -0.0198551062, -0.00217438163, 0.00496013742, -0.00913422182, 0.0027912145, -0.00516756764, -0.0224024989, 0.019316515, -0.00837728288, 0.0179773141, 0.00826083, 0.00799153466, -0.000234041698, -0.0146220336, 0.0189526, 0.0111866929, 0.00723095564, 0.0170456953, -0.0097310394, 0.000807887351, -0.0142726768, -0.0141780591, 0.00837728288, 0.00672875578, -0.0194038525, -0.0149932252, 0.00629569869, -0.0178463049, -0.00671056, -0.0119509101, 0.0114778234, -0.0239891596, 0.00214708806, 0.0259834044, 0.019898776, -0.00377378, -0.00938168261, -0.00135739637, 0.0144327981, 0.00426506298, 0.000744657416, 0.0280067623, -0.0136321895, 0.0088067, -0.00942535233, 0.0198551062, 0.0288801529, 0.0340622775, -0.00888676103, -0.000789691694, 0.0141926156, 0.00619380316, -0.00887220446, 0.00463989377, -0.0322281569, -0.00998577941, -0.00682701217, 0.0040357979, -0.00737288175, -0.00801336952, 0.00318060163, 3.97177173e-05, 0.0156482682, 0.000170811778, 0.0166963395, 0.00271479273, 0.0102186836, -0.00946174376, 0.00626658555, 0.0364495479, 0.00974559598, 0.00316422549, 0.000184117351, -0.0155900428, -0.00794786494, -0.00400304561, -0.0077440734, 0.0168710165, -0.014076164, -0.00629569869, -0.0278029703, -0.00481093302, 0.0105389273, 0.00913422182, 0.00667052949, -0.0232613329, 0.00349538657, 0.0364495479, -0.0262745358, 0.0187779218, -0.0122565972, -0.0179482, 0.00191418361, -0.00578985922, -0.0215727761, -0.0117689539, -0.00471631531, -0.00994211, -0.00650676852, 0.0256631617, -0.00477090245, 0.01232938, -0.0189962704, -0.000349811598, 0.0100076133, -0.0167691223, -0.0084719, 0.0119654667, -0.0179627575, 0.0151096769, 0.00126368867, -0.0026037991, -0.00344261923, 0.0121037541, -0.00935984775, -0.0150514515, -0.0135084586, 0.00932345726, 0.00938168261, 0.0198114365, 0.00903960411, -0.00318060163, 0.00390114984, -0.00229811203, -0.000426460814, 0.00231448817, 0.00894498732, -0.0154881468, -1.72432319e-05, -0.0183266699, 0.0146657033, -0.0246878732, 0.0297244322, 0.0121619804, 0.00701624714, -0.0121401455, -0.00433420669, -0.00752572576, 0.00900321361, -0.00513481582, 0.00911238696, -0.0131008765, 0.0171912611, 0.0023872708, -0.0186178014, 0.00395573676, 0.0118926838, 0.0082098823, -0.020582933, 0.00479273731, -0.00047035786, 0.00432328926, 0.0104952576, 0.0268713534, -0.0111939711, -0.0162741989, -0.0126496237, -0.0160121825, -0.0039084279, 0.00908327382, -0.0200588964, -0.0106044319, -0.00645945966, -0.00484732399, 0.00736924307, -0.00900321361, 0.000116565956, -0.00159848889, -0.0122565972, 0.0115142148, -0.0230866559, 0.00784596894, 0.0122129275, 0.0148476595, 0.00684156874, 0.000907963491, -0.0204664804, 0.012809746, 0.00994211, 0.0119363535, 0.00303867552, -0.00436695851, 0.00890859589, 0.00312419515, -0.0112885879, 0.00570252025, 0.000801973802, 0.0155027034, 0.0426506288, -0.0264201, 0.00291858404, -0.0111284666, -0.0328104161, 0.0226354022, 0.00850101281, -0.00664141634, 0.0133265024, -0.00103351357, -0.0155754862, 0.00282032741, -0.000642761763, 0.00845734309, 0.0112594748, -0.0170748085, -0.0269441362, -0.00185959658, -0.00423231069, 0.00809343, 6.31162038e-05, 0.0168419033, 0.0212816447, -0.0140907206, -0.0248625521, 0.00735832565, 0.0135157369, -0.000328886585, -0.0096800914, 0.002050651, 0.00216164463, -0.0140543291, -0.00380653236, 0.0142872334, -0.0176134, -0.00165762473, -0.00192328135, 0.00342988223, -0.0155463731, 0.00121728971, 0.0277010743, -0.015342582, 0.00166763237, 0.0107063269, -0.00604095962, -0.0022999316, -0.00572435511, 0.00441790652, 0.00293132104, 0.00911238696, 0.00131008762, 0.00906143896, 0.00877758674, -0.0177007392, 0.000464899145, 0.0116088316, -0.000410767068, -0.0335382447, -0.00738743832, -0.00354815391, -0.0179918706, 0.0112740314, 0.0301611274, 0.0205247067, -0.0209322888, 0.0119436318, -0.0152989123, 0.0072273165, -0.0078678038, -0.0282978918, -0.00406491058, 0.00103988207, 0.0224898383, 0.00520395907, -0.0105389273, -0.00197968795, 0.0154735902, -0.014454633, 0.0360710807, 0.00303867552, -0.00937440433, 0.00599001162, 0.0162596423, -0.0131663801, 0.00637576, -0.0176861826, 0.00133829087, -0.0120964758, -0.00167036173, 0.0216892287, -0.0200880095, -0.00931617897, 0.0151242334, -0.00188325089, 0.0168710165, -0.0045234412, -0.00621563802, 0.0288655963, 0.00738016, 0.00365368882, 0.00138105068, -0.0290548317, -0.0089013176, -0.00712906, -0.0244986378, 0.0264201, 0.00583716808, 0.0118417367, 0.00451980205, -0.0043742368, -0.0048655197, 0.00801336952, -0.00510570267, 0.0301320143, 0.000888403156, -0.00670328178, -0.00381744979, -0.0176425129, -0.012380328, -0.0028658167, -0.000790146587, -0.0141780591, -0.0105389273, 0.00681973388, -0.0122347623, 0.00325520383, -0.0027166123, 0.0207867231, -0.00556787243, 0.0130062588, -0.00973831769, 0.0130280936, -0.00637576, 0.0173513833, -0.000716909068, -0.0149786687, -0.000731920474, -0.00312237558, -0.00445429794, -0.00279849279, 0.00838456117, -0.00663049892, -0.00112085277, -0.0123075452, 0.0044251848, -0.0129989805, 0.0101459008, -0.0141635025, -0.00609554676, 0.0164488778, -0.00970920455, 0.0159685127, -0.0134356767, 0.00940351747, -0.0223588292, -0.0159539562, 0.0292440671, 0.0204373673, 0.0274390578, 0.000689615554, -0.00224898383, 0.00601184648, -0.0260707438, 0.00837728288, 0.0097310394, 0.00341714523, 0.00449432852, -0.0226936284, 0.00768584758, -0.00624475116, -0.00731829507, 0.0142945116, -0.00770768197, 0.00155027036, -0.00194875535, 0.00229811203, -0.0148694944, -0.0198405497, 0.00671056, -0.0213835407, -0.0162887555, -0.013872372, 0.0124021629, -0.0173222702, 0.00806431752, -0.00794058666, 0.0201607924, -0.00932345726, 0.00758395158, 0.0175842866, -0.00929434411, -0.00683065131, 0.0095927529, 0.00542230718, 0.0066123032, -0.00517484592, -0.00178590417, 0.00505839381, 0.00697257742, -0.00290038832, -0.0173077136, -0.00166672259, 0.0189817138, 0.0169146862, -0.0154881468, -0.0205101501, -8.81920932e-05, 0.00232358603, -0.0114559885, -0.010480701, -0.00469811959, 0.000640487298, 0.0137559203, 0.00574255083, 0.00167945959, -0.00824627373, -0.00377378, -0.00321699283, -0.00345353642, -0.0128825279, 0.00070007809, -0.00858835224, -0.00509478524, -0.0138359806, 0.0030277581, -0.0105534839, -0.0133483373, 0.0138650937, 0.00684156874, 0.0035809062, 0.00230357074, 0.0045016068, 0.0108009446, -0.00477090245, -0.00617924659, -0.0341205038, 0.0277156308, 0.0201899055, 0.00347719085, 0.0180792082, 0.0064376248, 0.0098911617, -0.000655498705, 0.0214272104, 0.0032315494, 0.0182538871, 0.00914877839, -0.0110775186, -0.00534224603, -0.0123512149, 9.00685263e-05, -0.00809343, 0.0256922729, 0.00927978754, -0.000415315968, 0.00911238696, -0.00617924659, 0.026958691, 0.0301902406, -0.0215582196, 0.00341532566, 0.0265947785, -0.0160412956, -0.0117543973, 0.0057316334, -0.00313875149, 0.0264783259, 0.013013537, -0.0117252842, -0.0206848271, -0.00385748013, -0.00268749916, 0.0198842194, -0.00227263803, 0.0311509725, -0.00457075, 0.0127733545, 0.0209031757, 0.00764945615, 0.00698713399, -0.0175115038, -0.002050651, -0.00528765935, 0.00211797492, -0.0157064945, -0.0195203051, 0.0147457635, 0.0148403812, 0.0214708801, -0.0238581505, -0.0127442414, -0.00729646, -0.00887220446, 0.0108664492, 0.00895226561, 0.00521851564, 0.0204519238, -0.00392298447, 0.00106080703, 0.00624111202, -0.00309690158, -0.00656135567, -0.00600456819, 0.00665961206, 0.00911966525, 0.0113540925, -0.00375922373, -0.0177880786, -0.00706719467, 0.0213544276, 0.010378805, 0.00299682538, -0.0369153582, 0.00974559598, -0.001044431, 0.0150077818, -0.005480533, -0.00960730948, -0.0126496237, 0.00749661261, 0.00887220446, -0.0138796503, 0.00116179301, 0.00786052551, 0.00388295413, 0.0106990486, -0.0104588661, 0.00591359, -0.0027293493, -0.0101750139, -0.0107936664, -0.00401760219, 0.0134065636, 0.0170165822, -0.0276282914, 0.00299682538, -0.015822947, -0.0219949149, 0.0164925475, -0.00869024824, 0.0188070349, -0.0237417, 0.0143163465, 0.0143964076, -0.011012014, 0.00916333497, -0.00836272631, -0.0110338489, -0.0147748766, 0.00713269925, -0.0136904158, -0.0110338489, 0.014658425, -0.00147111923, -0.0105025358, 0.00107445382, -0.0331888869, 0.00134102022, 0.00529857678, 0.0116306664, 0.0100003351, 0.00164488773, 0.00805703923, 0.00111994299, 0.00657955091, -0.00662686, -0.00525126792, 0.00805703923, 0.00536772, -0.00304413424, -0.0124458326, 0.00625566859, 0.00855196081, -0.00788236, -0.0272061527, -0.00792603, -0.0101531791, -0.0180646535, -0.0197823234, 0.0255321525, -0.013341059, 0.0127005717, 0.00476362417, 0.0168273468, 0.0214854367, 0.00385020184, 0.00651040766, -0.0113977622, -0.0188361481, 0.0253574736, -0.00780957798, -0.00411585858, -0.00869024824, -0.00823171716, 0.0140179377, -0.00893043075, -0.00377378, 0.00330979074, 0.00110447663, -0.016405208, -0.0101240659, 0.00746022118, 0.0234505683, 0.0123439366, 0.0112594748, 0.00126095931, 0.0259251781, 0.00564065482, 0.01979688, 0.00080015423, -0.00756939501, 0.0112012494, -0.00138105068, -0.000354587944, -0.00381744979, 0.0104370313, 0.00644854223, 0.0183994528, 0.00159394, -0.00793330837, -0.00291676447, 0.00268931873, -0.0080715958, -0.015721051, 0.0117398407, -0.0303358063, -0.00458166748, -0.0239309333, 0.00812254287, 0.00586992037, -0.00927250925, 0.00832633488, 0.0115069365, -0.0161577482, -0.000328204245, 0.00508022867, 0.00943263061, -0.0324901715, 0.00288037327, 0.0222714897, -0.00480001559, 0.00609554676, -0.00946902204, -0.0133628938, 0.0102186836, 0.0132464413, 0.00263473182, 0.007012608, -0.020481037, -0.0236106906, 0.00565885054, -0.0111211883, 0.00739107747, -0.00261653611, 0.0124749457, -0.0230429862, -0.00902504846, 0.0228391942, -0.00450524595, -0.00428689783, 0.0226790719, 0.0045016068, 0.00691435114, 0.0160412956, 0.0194475222, -0.00607007276, 0.0122711537, -0.0185159054, 0.00714725582, -0.0144473547, -0.0181811042, -0.0164779909, -0.035314139, 0.0160704087, -0.0172786, 0.00281304936, 0.00170584326, 0.0192437321, -0.0160412956, -0.0133701721, -0.0112740314, -0.00764945615, -0.0200006701, -4.66832425e-05, 0.00925795268, 0.00739835575, 0.00152934529, 0.00689251674, 0.0101167876, -0.00561518129, -0.00463989377, 0.00684156874, 0.00540047232, 0.00600820733, 0.0141489459, -0.0175115038, -0.00417408487, -0.0144983027, 0.00219439669, -0.00244185771, -0.00180773891, 0.00376650179, -0.00263655139, 0.0154008074, -0.00472359359, 0.00344807794, 0.00723823393, -0.00564793311, 0.00799153466, -0.0108518926, 0.0148331029, -0.000734649831, -0.00935257, -0.0281377714, 0.0212962013, 0.00674331188, 0.00230357074, -0.000153298446, -0.0191709492, 0.00199788366, 0.0231594369, -0.0216892287, 0.00839183945, 0.0171767045, -0.0215582196, -0.0112813096, 0.0101386225, 0.0219366886, -0.00473087188, -0.000218575384, -0.00935984775, 0.0410785265, -0.0188652612, 0.0063466467, -0.00258924253, 0.00941807404, 0.0040357979, 0.00280759064, 0.0145856421, 0.0155318165, -0.000378697208, -0.00940351747, 0.043698702, -0.0182684436, 0.0188507047, -0.0105098141, 0.00508386781, -0.0118635716, 0.00991299655, -0.00274208607, -0.0106772138, -0.000292040379, -0.0186032448, 0.00913422182, -0.00922156125, 0.0173222702, 0.00544414204, 0.00689251674, -0.024076499, -0.000493557309, -0.0247461, -0.00993483141, -0.00730009936, -0.0281668846, -0.0117180059, 0.0094399089, 0.0153134689, 0.00168127916, -0.0151242334, -0.0432328917, -0.000486279052, -0.00588083779, -0.00110538641, -0.0186905842, -0.0265074391, -0.00635756413, 0.0134866238, 0.00330251246, 0.0089013176, 0.0101313442, 0.00434512412, -0.0122493189, -0.00906143896, -0.0207430534, 0.00529857678, -0.00246915128, -0.0223151594, -0.0248188823, 0.00375194545, 0.0173513833, 0.029695319, -0.00142472028, -0.000242002294, 0.0089013176, 0.0116525013, 0.0114195971, 0.0133119458, 0.00843550824, 0.00360092148, -0.0103060221, -0.0103351353, 0.0127879111, -0.000980746117, -0.00762762129, 0.00512389839, 0.00303139724, -0.00654316, 0.0147603201, -0.00446885452, 0.00210523792, 0.0197532102, -0.00162760192, 0.0109392321, -0.0226645153, -0.0135957981, -0.0129043628, -0.0111939711, 0.0236543603, 0.00101531786, 0.0158083905, 0.0129043628, -0.0106699355, -0.023596134, 0.00451980205, -0.0238435939, -0.00115451473, 0.0110484054, -0.0102623533, 0.0133847287, 0.0107936664, -0.00877758674, -0.0252846908, -0.0261726398, 0.00692162942, 0.00372101273, 0.00839911774, -0.0024127448, -0.00798425637, -0.00302229938, -0.00359910191, -0.000483549695, -0.00929434411, 0.00861746538, 0.0101604573, -9.84271537e-05, -0.0106699355, 0.00430509355, 0.00985477, 0.00469811959, 0.0115142148, 0.0246005338, 0.00193783792, -0.00877758674, 0.00925795268, -0.000242684633, -0.000605915498, 0.00939623918, 0.0122565972, 0.00767856929, 0.00494922, 0.016128635, -0.0108155012, 0.0132464413, 0.0121328672, -0.0384292379, -0.00727098621, 0.0114195971, -0.00235997722, 0.00837728288, -0.00459622405, -0.00357544748, 0.00887948275, -0.0060482379, -0.0107354401, 0.0270460304, 0.0032934146, -0.0358090624, -0.00661594234, 0.00211615534, 0.000674604147, -0.00969464798, 0.00938168261, -0.0259542912, 0.0272789355, 0.0155900428, -0.0105753187, 0.0080715958, -0.0108810058, -0.0312674232, 0.0143600162, 0.0163324252, -0.00454527605, -0.0248043258, 0.016885573, -0.00157665403, 0.0167836789, -0.000465808931, 0.00392298447, -0.00621199887, 0.00411585858, 0.00476362417, 0.00475270674, 0.00474542845, 0.0178026352, 0.00568796368, 0.0186178014, 0.0163178686, -0.0110484054, -0.00757667329, 0.00548417214, 0.0045016068, -0.00216528377, -0.00277119922, 0.0336838067, -0.0221695937, -0.00560426386, -0.0169146862, 0.00554239843, 0.0146948164, 0.00969464798, -0.00273662736, 0.0025910621, 0.00138196046, 0.0100003351, -0.00601548562, 0.0151096769, 0.00958547462, -0.00175497157, -0.00804976095, 0.00367552368, -0.0117398407, 0.0202335753, 0.015619156, -0.0163906515, -0.000603641092, -0.0100876745, -0.0172494873, 0.00505475467, 0.0125258928, -0.00407582801, 0.00195967266, 0.00645218138, -0.0125477277, 0.0076931254, -0.00937440433, -0.000482185016]
|
22 Aug, 2021
|
HTML5 | MathML <msqrt> Tag
22 Aug, 2021
The MathML <msqrt> tag in HTML5 is use to display the root squire of the element content.
Syntax:
<msqrt> Element contents </msqrt>
Attributes: This tag accepts some attributes which are listed below:
class|id|style: This attribute is used to hold the styles of the child elements.
mathbackground: This attribute holds the value of the math expressions background color.
href: This attribute used to hold any hyperlink to a specified URL.
mathcolor: This attribute holds the color of the math expressions.
Below example will illustrates the concept of HTML5 MathML <msqrt> tag:Example:
html
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML msqrt tag</title>
</head>
<body style="text-align:center;">
<h1 style="color:green">GeeksforGeeks</h1>
<h3>HTML5 MathML <msqrt> tag</h3>
<math>
<msqrt>
<mi>GeeksforGeeks</mi>
</msqrt>
<mo>=</mo>
<mtext>Geeks</mtext>
</math>
</body>
</html>
Output:
Supported Browsers: The browsers are supported by HTML5 MathML <msqrt> tag are listed below:
Firefox
Safari
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 MathML <merror> Tag/HTML5 MathML <mfenched> tag/HTML5 MathML <mfrac> tag/HTML5 MathML <mglyph> Tag/HTML5 MathML <mi> Tag/HTML5 MathML <mlabeledtr> tag/HTML5 MathML <mmultiscripts> Tag/HTML5 MathML <mn> Tag/HTML5 MathML <mo> Tag/HTML5 MathML <mover> Tag/HTML5 MathML <mpadded> Tag/HTML5 | MathML <mphantom> Tag/HTML5 | MathML <mroot> Tag/HTML5 | MathML <mrow> Tag/HTML5 MathML <ms> Tag/HTML5 MathML <mspace> Tag/HTML5 | MathML <msqrt> Tag
|
https://www.geeksforgeeks.org/html5-mathml-msqrt-tag/?ref=next_article
|
NextJS
|
HTML5 | MathML <msqrt> Tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, HTML5 MathML <mpadded> Tag, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <mmultiscripts> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, HTML5 MathML <mi> Tag, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, HTML5 MathML <mlabeledtr> tag, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML <mo> Tag, HTML5 MathML <mspace> Tag, HTML5 | MathML <mphantom> Tag, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, HTML5 MathML <merror> Tag, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, HTML5 | MathML <mrow> Tag, HTML5 | MathML <msqrt> Tag, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, HTML5 | MathML <mroot> Tag, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML <mfrac> tag, HTML5 MathML <mn> Tag, HTML5 MathML <mglyph> Tag, Node.js Readable Stream close Event, HTML5 MathML <mfenched> tag, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, HTML5 MathML <ms> Tag, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, HTML5 MathML <mover> Tag, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[0.0230488461, -0.00990904588, -0.0191747379, 0.0308809765, 0.0380417816, 0.0130628776, 0.0122377062, 0.0340697728, 0.0298739895, 0.00274998741, -0.010125828, -0.0124055371, 0.0169369858, -0.011804142, 0.0149789518, 0.0168810412, -0.024055833, 0.00137586787, -0.0360557772, 0.00360138202, -0.0466571301, 0.00272201537, -0.0479718074, 0.0255663171, -0.0372026265, -0.0171747468, -0.0219999, 0.00335662789, 0.0041468339, 0.0088740848, -0.00233915, -0.00953142438, -1.37947354e-05, 0.00669927, -0.0130838556, 0.0310488082, -0.00618878286, 0.055188559, -0.0295103546, -0.023216676, 0.028055815, -0.0259858947, 0.0231887046, 0.0203075986, 0.0196642447, 0.00452095829, 0.0063076634, -0.0404753387, -0.00358739612, -0.0460976921, 0.0293145515, 0.0139439916, 0.0418739319, -0.00136100769, 0.0128600812, -0.0116782682, 0.0347690694, 0.0400557593, -0.0606430769, 0.00793003384, 0.00401047105, -0.0255663171, -0.0260418393, 0.000930939801, -0.0314963572, -0.0241397489, -0.0023671221, 0.0167411827, 0.0125244176, -0.0234124791, -0.0168111119, 0.0184614547, 0.00293005654, -0.0210068971, 0.01965026, -0.0347690694, 0.00212761271, 0.00246502366, 0.00362935406, 0.0188250877, 0.00826569647, -0.0111188302, -0.0256362464, 0.0143915424, 0.0356082283, 0.0163775478, 0.00226397556, -0.0512165464, 0.00189159974, 0.000681815, -0.0525032543, 0.0294264387, -0.00879017, 0.0214124899, -0.0116013456, -0.0217901096, 0.00235488429, 0.0154125169, -0.0162656605, 0.0253425408, -0.00452795113, 0.0245313551, 0.0189789347, -0.0212726295, -0.00403145, 0.00603144104, 0.0137551818, 0.0297900736, 0.0341536887, -0.00738458149, 0.0282096602, -0.0154265026, -0.0372306, -0.00723772915, -0.0204055011, 0.0133006386, -0.0012797144, -0.0518878736, 0.0233845077, 0.0276502222, -0.0615381785, -0.00793003384, -0.0151747558, 0.0407270864, -0.0378459804, 0.0200558528, -0.0405872278, -0.0197341759, 0.0311047528, -0.00760835689, 0.0201397669, 0.0257621203, -0.022531366, -0.0289229434, 0.00511536095, 0.0223915055, -0.0160558708, 0.0280278437, 0.00212236797, 0.00404893234, -0.0340418033, -0.0167551674, 0.0218040962, 0.00622374751, -0.0502375327, -0.0170628596, -0.00215908093, 0.025216667, -0.0206013042, 0.0349089317, -0.0205453597, -0.000680940924, 0.00885310583, -0.03121664, 0.0186153, 0.00138810556, -0.0206432622, 0.0037097733, -0.016923, -0.0139509849, 0.0349928476, -0.0174544659, 0.0213845167, 0.00585312, 0.00348250149, 0.0199439637, 0.00562934484, -0.0197621472, -0.0279299412, 0.0390487723, -0.0248670187, 0.0232306626, -0.00458389521, 0.00631815288, -0.0295103546, 0.0178600587, -0.00674822088, -0.0414543562, -0.00112499483, -0.0100698834, -0.0341257192, 0.00803492777, 0.0241117775, 0.0399159, -0.0299579035, -0.00542654842, 0.0243075807, 0.00269229524, 0.000629804796, 0.00718877837, -0.0415662415, 0.00280593126, 0.0192866251, 0.00291956705, 0.0481396392, -0.0176782403, -0.0329508968, 0.0360278077, 0.0495941788, -0.0282516181, 0.00544752739, 0.000999121345, 0.0214264747, -0.00957338233, 0.0428529494, 0.00893702172, -0.00923072733, 0.0181817356, 0.0406711437, -0.00189509615, 0.0032657194, 0.00196327781, -0.0376781486, -0.010748202, 0.00953841768, 0.00979016442, -0.0397760421, -0.00764332153, -0.0175663531, -0.0365033299, 0.0548808686, -0.0197062027, -0.018489426, -0.0155803477, -0.052866891, -0.0292026624, -0.0195383728, -0.0284753945, 0.0153705589, 0.00568528846, -0.00308040553, 0.0414543562, 0.00661185756, 0.0285453238, 0.00579717616, 0.0124614816, 0.0163915325, 0.00507340347, 0.0479158647, 0.0446151793, -0.0378180072, -5.47418822e-05, 0.0101677859, 0.00630416675, 0.00331117352, -0.0171188023, 0.0238040872, -0.056307435, -0.0111468025, -0.012188755, 0.0163076166, -0.0296222419, -0.0204614438, -0.0009125832, 0.00825870316, 0.0211747289, 0.00990205258, -0.0377900377, -0.0126293125, 0.0233565364, 0.0422655419, 0.00226222747, -0.0122446986, -0.00221327646, 0.0298739895, 0.010748202, 0.0403354801, -0.051188577, -0.0191187933, -0.00787408929, 0.0117062395, -0.042181626, 0.00923772, 0.0167551674, -0.0244334545, -0.00546500972, 0.012468474, 0.0143006332, 0.0203215852, -0.000559875043, 0.00808387902, 0.00280068652, 0.00862933137, 0.0148111209, 0.0399438739, -0.00157341931, 0.0249229632, 0.0148530789, -0.0231887046, -0.00639157929, -0.015006924, -0.00733563071, 0.00379368896, 0.0260418393, 0.0223915055, 0.0293704942, 0.00251572276, -0.0273285452, -0.0087482119, 0.000302227621, -0.00867128931, 0.00203145924, 0.00430767238, -0.0180978198, -0.00885310583, 0.0227131825, 0.0323075429, 0.025216667, -0.0315523036, -0.0447270684, 0.0227831118, -0.0550766699, -0.0242236648, -0.00568878511, -0.023734156, -0.00991603825, 0.0249789059, 0.00688458374, -0.00456641242, -0.00839856267, -0.0265593193, 0.0199159924, -0.0342096314, 0.0251187664, 0.040223591, 0.00133128755, -0.0441676304, 0.0104824696, -0.00597549696, -0.00780416, -0.0259439368, -0.0336222239, 0.0249089766, -0.00870625395, 0.0185453687, -0.0650066957, 0.0684752092, 0.0160838421, -0.0146013312, -0.00851045083, -0.0178600587, -0.00531116454, -0.0191607513, -0.0123565868, 0.0372585692, -0.0175104085, 0.0127971442, -0.00944051612, 0.0233005919, 0.0216782223, 0.00084352761, 0.0403075069, 0.0276642088, -0.0119509939, 0.00668878062, -0.0301537085, -0.00565032382, -0.0239998903, -0.0422655419, 0.0093705859, -0.00454193726, -0.00753143383, 0.0136502869, -0.0896779075, -0.0166572668, -0.0602514707, -0.0390208, 0.0017097824, 0.0365592726, -0.00117481977, -0.0358320028, -0.0286991689, 0.0331746712, 0.0254684146, 0.00344054354, 0.0120698744, 0.007094373, -0.00706290454, -0.0264893882, 0.021971928, -0.0361676663, 0.0323355161, -0.00303145451, -0.00944750942, 0.0275942795, -0.0118950503, 0.0158460811, -0.0195383728, 0.0248670187, 0.00695801, -0.0361676663, 0.0481396392, -0.0104475049, -0.0427970067, 0.0365592726, 0.0217481516, -0.00758038461, -0.0434403606, 0.0132936453, -0.0354403965, 0.0328110382, 0.010363589, 0.000725521124, 0.0261537265, -0.0221817158, 0.0136712659, -0.0443074889, -0.0204614438, 0.0290068593, -0.0524473116, -0.000406466657, -0.0115104364, 0.0129370037, -0.0169649571, 0.0284334365, 0.0374543741, 0.000624123029, 0.0421256796, -0.0119579872, 0.0505172499, 0.0320278257, -0.0316362195, 0.00380417844, 0.0011582115, -0.00721675, 0.0101677859, -0.0386012197, -0.0205173884, 0.0283215474, -0.0178181, -0.0220138859, -0.00736360252, 0.0149369948, 0.0426851176, -6.82361351e-05, 0.00464333547, 0.0206432622, -0.00249299547, -0.0194684416, -0.00590906385, 0.00750346202, 0.0159999263, 0.0165733509, 0.0341257192, -0.0297621, 0.0263495296, -0.0182516649, -0.00294579077, 0.0203495566, 0.0392166041, -0.000248032069, 0.0179579593, -0.0438319668, -0.0197201893, 0.0376501754, -0.0205873176, 0.0462655202, 0.0212586429, 0.0349648744, -0.018811103, -0.0197621472, -0.014447486, 0.028055815, 0.0135943433, 0.0348809585, -0.00920974836, -0.049426347, 0.020489417, -0.0103705814, -0.00681465399, 0.00301222387, -0.0104754763, 0.0162376873, 0.00841954164, 0.0225733221, 0.0265593193, -0.00248075789, -0.0135663711, 0.0246012863, -0.0136363013, 0.046349436, 0.023216676, 0.0114405071, 0.00944750942, 0.0191747379, -0.0189929195, 0.0118810646, -0.0225453507, 0.0185173973, 0.0223635342, 0.00844751392, 0.0115104364, 0.00930065662, -0.0363914408, 0.0102936588, 0.0053356397, 0.0118950503, -0.0350767635, 0.00350522855, 0.00902093761, 0.0116153313, 0.00256292522, -0.0429368652, 0.0530626923, 0.00274998741, 0.0217201803, -0.0128321089, 0.0477200598, -0.045985803, 0.0330068432, 0.0427970067, -0.00529368222, -0.0131607791, -0.00823772419, -0.00939855818, 0.00807688572, 0.025454428, 0.0261537265, 0.0227271691, -0.00884611346, 0.00454193726, -0.0190348774, -0.0226991959, 0.0168530699, -0.0251187664, 0.0199439637, 0.0305173416, -0.00694052782, -0.0226572379, -0.0249509346, 0.000545452058, 0.00243530353, 0.0513004623, 0.0310488082, -0.0205593463, -0.00589857437, -0.0297061577, 0.0129090315, 0.0230768174, 0.0178320855, -0.0282516181, -0.00204544514, -0.0191887226, -0.0193006098, -0.00896499399, -0.00997897517, -0.00310662901, -0.0281956755, -0.0169369858, 0.00474823, 0.0256362464, 0.0164055191, 0.0105523989, -0.00582165178, -0.000201048024, 0.0231467467, 0.00774821639, -0.00756639894, -0.0104125394, -0.00942653, 0.0123775657, -0.00710486248, 0.0308250338, 0.0191187933, -0.0178740434, -0.0205593463, -0.0332585871, 0.0165174063, 0.0088810781, 0.0139719639, 0.00275872857, 0.000749996572, 0.0779856592, -0.0068041645, -0.00277970755, 0.0360278077, 0.025216667, -0.0055873869, 0.00582165178, -0.00513284374, -0.0224614348, -0.0166292936, 0.011545402, 0.00193180935, 0.00289683975, 0.00269054715, -0.0097552, -0.0342096314, -0.0807828456, 0.0150209097, 0.0235663261, 0.024615271, -0.00856639445, -0.00858737342, 0.00478319498, 0.0281397309, -0.0310488082, -0.00748248305, 0.0284614079, -0.0242516361, 0.0112726754, 0.0144195147, 0.00814681593, -0.0116782682, -0.0255803019, -0.00748947589, 0.0113915559, -0.00161537726, 0.0230208728, 0.025174709, -0.0645032, -0.0208810233, 0.0123635801, -0.00501046656, -0.0480277501, 0.0101328203, -0.00710486248, 0.00639157929, -0.0253005829, -0.0255663171, 0.0461536348, 0.00151223084, -0.0240977909, -0.00909086782, 0.0185873266, -0.0224754214, -0.0226572379, -0.00760835689, -0.00163023733, -0.0328669809, -0.0251607243, -0.0133425957, 0.0220138859, 0.00282166526, 0.0302096512, 0.016489435, -0.0229649302, -0.00896499399, -0.0261677112, 0.023929961, 0.0131677715, 0.026377501, -0.015328601, 0.0368949361, -0.00376921357, 0.013629308, -0.00725171482, 0.0661255717, 0.00967128389, 0.0218180809, -0.028867, 0.00181992177, 0.0159439836, -0.00358040305, 0.0164195057, 0.0376501754, -0.012489453, 0.0233145785, 0.0197062027, -0.0117971487, -0.0252726115, -0.0125733688, 0.00845450629, 0.0299299322, 0.0159160104, -0.00452795113, 0.0047272509, 0.01965026, -0.021496404, 0.0225033928, -0.0313005559, -0.00942653, -0.00561186252, 0.0149789518, 0.0182236917, -0.0314963572, -0.027538335, 0.0332585871, -0.0152446851, 0.0288390294, -0.0041188621, -0.0143146198, 0.011286661, 0.0153845446, 0.0266851913, -0.00913282484, -0.00955240335, -0.0151188113, -0.011244704, -0.0223215763, 0.0183775388, -0.0258320495, 0.0175243951, 0.0275942795, -0.0120558888, 0.00710835913, -0.00139859493, -0.0040804008, 0.00722374301, -0.0450067855, -0.025776105, -0.00470277574, 0.0102866665, -0.0080139488, -0.00250348495, 0.0289229434, 0.0150209097, -0.0106992517, -0.0238180719, -0.0204474591, 0.014769163, 0.000340907514, 0.0291746911, 0.0480836965, 0.0166153088, -0.0357201174, 0.00867128931, 0.0172306895, -0.045062732, 0.0200978108, 0.00783912465, 0.0192027092, -0.014447486, -0.0146153178, 0.0326432064, -0.0168390833, 0.0328949541, -0.0197901186, 0.00474823, -0.0023304089, 0.000227490222, 0.0119440015, -0.0212027, 0.00634612469, -0.0145593742, 0.0162376873, 0.020209698, 0.000693178619, -0.00668528397, 0.0101468069, -0.0341257192, 0.0424054, -0.0381816439, -0.0180418752, 0.00390557642, -0.0273145605, 0.0166292936, 0.0138181187, -0.0017036635, -0.00276397332, 0.015650278, -0.00918876939, 0.0307690892, -0.0518599, 0.0267411359, -0.0141747603, -0.0150908399, -0.00457690191, 0.0118600857, -0.022489408, 0.00565731665, 0.025454428, -0.0113216266, 0.00658388576, 0.00952443201, -0.000933562173, -0.054069683, -0.0201257821, -0.00106205803, 0.00203495566, 0.00282516191, -0.000915205572, 0.0330627859, 0.0161118135, 0.00708738, 0.0160698555, -0.0187551584, -0.00762234256, 0.00415382721, -0.0129859541, -0.00383914332, 0.0139789572, -0.0108111389, 0.0615381785, -0.0264194589, -0.00222201785, 0.00518179452, -0.0226852112, -0.00561186252, 0.0151747558, 0.0274264477, 0.0183775388, 0.0118530924, 0.00734262355, 0.0335942507, -0.0258460362, -0.0159160104, 0.00520626968, -0.0178041141, 0.00331292185, 0.00976918638, 0.01788803, 0.017048873, 0.00651046, 0.0245033838, -0.0132726664, -0.00269579189, -0.00115034438, -0.00737059535, -0.0212586429, -0.0111468025, 0.042741064, -0.0135384, -0.0253285542, 0.0281397309, 0.0218600389, 0.00795101281, 0.00519578, 0.0076643005, 0.0267551225, -0.00124212715, -0.00955939665, -0.0155663621, 0.0105523989, 0.00362935406, 0.0286432244, 0.0535102449, -0.0151747558, 0.00917478278, -0.0091048535, -0.0097552, 0.00670276629, -0.0118740713, 0.0162516739, -0.00727269379, -0.00503144553, -0.00195978116, 0.0332026444, -0.0172167048, 0.0126852561, -0.0132377017, -0.00530067505, 0.00526920659, -0.0195383728, -0.0214684326, 0.0255942885, 0.0147551773, -0.0125314109, 0.0252306536, 0.0157901365, 0.0334264189, 0.0384054184, 0.0218180809, 0.036419414, 0.00541605894, 0.00686710142, -0.0190069061, -0.0072796871, 0.0292306356, 0.00551046431, -0.0085244365, 0.0116572892, 0.0174404792, -0.0189789347, 0.0420977101, 0.0251047798, 0.042741064, 0.0157761518, 0.00877618324, -0.00409438694, -0.00147988833, -0.013349589, 0.0213006, 0.00811185129, -0.00795101281, 0.00921674073, -0.0185034107, 0.0231467467, 0.0181817356, 0.0204055011, 0.00536710816, 0.0316362195, -0.00680066831, -0.0103565957, 0.00665731216, 0.0487550199, -0.0192166958, -0.0317201354, -0.00174911786, -0.0180838332, -0.00868527498, 0.00445452519, 0.0484473296, -0.0213425588, -0.0122726709, 0.0447550379, -0.0162516739, 0.00711535197, -0.020811094, 0.0130978422, 0.00551046431, -0.0288949721, -0.0191048067, 0.00623773364, 0.0180978198, -0.0196362734, 0.000536710839, 0.00522025581, -0.0108740758, 0.0422655419, 0.0254824013, 0.0247970894, -0.00345278136, -0.0163355898, -0.00399648538, -0.0197062027, 0.0249649212, -0.00593703566, 0.0163775478, 0.00340033416, -0.0168530699, -0.0146293035, -0.00335487979, 0.0297621, -0.0366711617, -0.0116712749, -0.0318879671, 0.0311327241, -0.0131048346, -0.00459088804, -0.0350208171, 0.0224754214, 0.00909786, 0.00316432118, -0.0355243124, -0.0168950278, -0.0393284895, -0.00234614313, -0.0446151793, -0.0213565454, 0.004482497, 0.0316362195, -0.00522724865, 0.00916779, -0.0163076166, -0.0350487903, -0.0263075717, 0.0290907752, -0.00693003833, 0.021370532, -0.01210484, 0.00906988885, -0.0287830848, 0.0116433036, 0.0103496024, -0.0171607602, 0.0040804008, 0.0199159924, -0.0061293426, 0.00652794214, -0.0109090405, -0.0158041231, -0.00371326972, 0.0115384087, 0.0475242585, 0.00647199806, -0.00166957278, -0.0294264387, 0.0187411718, -0.007094373, 0.00431816187, -0.00676220655, 0.0339299142, 0.0157062225, -0.0152027272, 0.0232866071, 0.0184055101, 0.00276397332, 0.0259299502, 0.0200978108, -0.00630416675, -0.0319998525, 0.0379298963, 0.0165733509, 0.022894999, -0.000700171629, 0.0408389717, -0.0099649895, -0.0301816799, 0.000701482815, 0.0299299322, 0.0248110741, -0.0244754124, -0.0208530519, 0.0096083479, 0.0270907842, 0.04385994, 0.00622724416, -0.0321676843, -0.0266712066, -0.00790206157, -0.00330592878, 0.00294229412, 0.0203495566, -0.0184055101, 0.0233565364, -0.0244614258, 0.0146013312, -0.0012797144, -0.00579018332, -0.0171467736, -0.00143880455, 0.00980415102, -0.0119509939, 0.0177201983, -0.00599297928, -0.00753143383, -0.00291257398, 0.0370068215, 0.0551046431, -0.00484962808, -0.00673073856, -0.000222682545, -0.0424893163, -0.00060183293, -0.0182516649, -0.0207271781, -0.00227271696, 0.00469578244, 0.000887670729, 0.0258740075, -0.0077761882, 0.00875520427, -0.00921674073, -0.0137202172, -0.0166852381, 0.00211013015, -0.0504613072, -0.0199579503, 0.0110349143, -0.00496850861, 0.0132516874, -0.0147831487, 0.00913981814, -0.0153985303, -0.0193565544, -0.00203495566, 0.00647199806, -0.0100558978, -0.0059440285, -0.00436361646, -0.00527619943, 0.00859436579, -0.0433564447, -0.00384963257, -0.0072796871, 0.0272306446, -0.0311047528, 0.0148251066, 0.00205243821, -0.0095943613, -0.0375103168, -0.0276502222, 0.0108041465, 0.00837059133, -0.000931813905, 0.00868527498, -0.00373424869, 0.0099649895, 0.00230418518, 0.0124544883, 0.0100768767, -0.00804891437, 0.0065524173, 0.0097552, -0.031971883, -0.00564682717, 0.00486361422, 0.00731465174, -0.0347411, 0.00236887019, -0.00623773364, 0.0123495935, 0.0116852615, -0.0281956755, -0.0117481975, 0.0118740713, -0.0100768767, 0.00584263075, -0.0191887226, -0.0134125259, -0.00466081779, 0.0158740524, -0.016769154, 0.0173146054, -0.00993701722, 0.00764332153, 0.0666290671, -0.0160558708, -0.0254404433, -0.0156922359, 0.00262935855, -0.0165873356, -0.0229789149, 0.00882513449, 0.0143775567, -0.00686710142, 0.00827269, 0.00757339178, -0.0267970804, 0.0290068593, 0.00938457251, -0.0294264387, 0.0102027506, 0.0197341759, 0.0172866341, -0.0260837972, 0.00267656124, 0.0170069151, -0.000597899372, 0.0179859307, 0.0342376046, -0.00307166413, 0.0156922359, 0.0108810691, 0.00236187736, -0.00422725314, 0.000732077053, 0.00781115284, 0.0107342163, -0.00086363242, -0.0061573144, 0.053426329, -0.0175803397, 0.00310313259, 0.0042971829, -0.00886709243, -0.0138740623, 0.0178740434, 0.0134894485, -0.0150908399, -0.019048864, 0.0176782403, -0.00276572164, 0.0103356168, -0.00677269604, -0.00652444549, 0.0122866565, 0.0154824462, 0.0158600677, -0.00786010362, -0.00693703117, -0.00415732339, -0.00652794214, -0.0293425228, -0.0146992337, -0.00148076238, 0.0101537993, -0.00991603825, -0.00913981814, 0.00803492777, 0.00216782233, 0.00703842938, -0.0140768588, -0.022489408, 0.0107272239, 0.0126363058, -0.00895100832, 0.00346501917, 0.0244893972, -0.00248775072, -0.0151188113, -0.0171188023, -0.0242796093, 0.0293984674, 0.0094684884, -0.00113023957, -0.0127342073, 0.000677444448, -0.0329508968, 0.036223609, -0.00444753189, -0.0011013936, -0.0154265026, -0.00501745939, -0.00456990907, 0.00586360926, 0.0146852471, -0.00711185532, -0.00459788088, 0.00299823796, -0.00314159389, -0.0286711976, -0.0133146243, 0.00757339178, -0.0129929474, -0.0166292936, -0.00119317637, 0.0235243682, 0.0241537355, 0.00469228625, 0.0251047798, -0.0204754304, -0.00621675467, -0.00508738915, -0.000506116543, 0.00458389521, 0.00320278248, 0.022811085, 0.0012290153, 0.00435662316, 0.00524473097, -0.00276746973, -0.00325523, 0.00591605669, -0.000557689753, -0.0125244176, 0.0051188576, 0.00743353227, 0.0109509984, -0.0239159744, 0.0108740758, -0.0185034107, 0.0159859415, 0.00634962134, 0.0149789518, 0.00190908217, -0.00663633319, 0.00441256724, -0.000835223414, 0.0233425498, -0.00275173574, 0.000670451496, 0.0109999496, -0.0123775657, -0.00427620392, 0.00672024908, 0.0160139129, 0.0149649661, 0.0157761518, -0.0170348864, 0.00958037563, -0.00374124153, 0.00616430724, 0.04523056, 0.0128880525, -0.0117062395, -0.0199020058, -0.0180558618, 0.00637759315, 0.0210348684, 0.00205243821, -0.0233425498, -0.00153146149, -0.00761534972, -0.0109929563, -0.0263495296, 0.0244054832, 0.00820276, 0.0331187285, -0.0165034216, -0.0145034296, 0.015006924, 0.0265033748, -0.0157761518, -0.00434263749, -0.0198320765, 0.0142307039, 0.00376921357, 0.0108880615, 0.0068775909, 0.00787408929, 0.00781814568, 0.0149509804, 0.00463983882, 0.0270907842, -0.0170069151, 0.00423075, 0.00683563296, -0.00303495117, -0.00494752964, -0.0490347408, -0.0100908624, -0.0137062306, -0.00294928718, -0.00426921109, 0.00463634217, -0.0256782044, 8.59917418e-05, 0.00771325128, 0.00183041114, -0.0112167317, -0.00843352731, -0.00494403346, -0.0338180251, -0.00876219757, 0.00717479223, -0.00702794, 0.0223495476, 0.00546850637, 0.0162656605, -0.000854017038, 0.0138251111, -0.0210628398, -0.010706245, -0.013867069, -0.0154964328, 0.0140838511, -0.011846099, 0.0251886956, 0.00401047105, -0.0271187574, -0.0124055371, 0.0352445953, 0.0256921891, 0.00606990233, 0.0474683121, 0.011545402, -0.0154964328, 0.00213635387, -0.00918177608, -0.026936939, 0.0218320675, -0.00385312922, 0.0102517009, -0.00593703566, 0.0165313929, 0.00939855818, 0.0204334725, -0.00241782097, -0.00711535197, -0.0184334815, -0.0122516919, 0.0255663171, -0.0198320765, -0.00463983882, 0.00560486922, 0.0190348774, 0.0307411179, 0.000489508267, -0.022531366, -0.00456641242, -0.000289334334, 0.00610137079, -0.00465732114, -0.0112377107, 0.0106922584, 0.00402445719, 0.0065209493, -0.00677619269, -0.0242656227, -0.0146432891, 0.00561186252, -0.011524423, -0.00603493722, -0.00577969383, -0.00411186926, 0.0186852291, 0.0415662415, -0.00654192781, -0.0230628308, 0.00787408929, 0.0132167228, 0.000653406081, 0.0109090405, -0.0135593787, -0.0087342253, 0.0021433467, -0.036223609, 0.00149649661, 0.0265453327, -0.00501745939, 0.00403145, -0.00813283, 0.0151188113, -0.00600696541, -0.00085663941, -0.000849646458, -0.0125104319, 0.0230068881, -0.0256782044, -0.0253565274, -0.00673423475, -0.0123705724, -0.0113845635, 0.00670626294, -0.00309089501, 0.0375103168, -0.022335561, 0.0137971397, -0.0114964508, -0.0114894575, 0.0261816978, 0.0356921442, 0.0124125304, -0.0152726574, 0.00141957391, 0.0180838332, -0.00227446505, 0.040783029, -0.00813982263, 0.0258460362, -0.00418879185, -0.0100978557, 0.0181817356, -0.00883212686, -0.00618179, -0.0146852471, -0.0413704403, -0.0222236738, 0.00574123254, -0.00261886907, 0.0164055191, -0.0067692, -0.0149369948, -0.00667479448, -0.0282236468, -0.00725171482, 0.00826569647, -0.00141258095, -0.0207551494, 0.00855940115, -0.0157901365, -0.00412935158, -0.0111468025, 0.000203014803, -0.0107621886, 0.00871324632, -0.0101118414, -0.0390208, 0.0195943154, 0.0091048535, 0.0202796273, -0.0045104688, -0.0105454065, 0.0163635612, -0.0185453687, -0.0370627679, 0.0250068791, -0.0230068881, 0.0184474681, 0.00925170537, -0.0108321179, -0.022811085, 0.0119649805, -0.035664171, 0.0104754763, -0.019370541, -0.025216667, 0.0279719, -0.00662934035, 0.00427970057, 0.0096083479, 0.0154824462, 0.00157779, 0.0210768264, 0.011286661, -0.0160139129, -0.00214159861, -0.00886709243, 0.0137342028, 0.0059125605, -0.0439158827, 0.0294264387, 0.00585312, 0.0140838511, 0.0118740713, -0.0253425408, -0.00341606815, -0.00222376594, -0.0178320855, -0.0113495979, -0.00621675467, -0.0073006656, 0.000493878848, -0.017608311, -0.0119929519, -0.00372026255, 0.00264159637, 0.0074125533, -0.00846849289, -0.0132726664, 0.000165973892, -0.00184789358, 0.00596850412, -0.0256642178, -0.00689507322, 0.00663983, 0.00905590225, 0.00260488316, 0.0297900736, -0.0280138571, -0.0400557593, -0.00814681593, -0.0226852112, 0.00280068652, -0.0157202072, 0.0342935473, 0.0473564267, 0.0110349143, 0.00254194648, 0.0244893972, -0.014727205, 0.00934261456, -0.012167776, 0.0109929563, -0.0321676843, 0.00130069337, 0.00382515718, -0.0102307219, 0.00584612694, 0.0206852201, 0.0139439916, -0.00817478728, 0.0342935473, 0.0148251066, 0.0276082642, -0.0107901599, 0.0251607243, 0.0143635701, 0.00199649436, 0.002166074, -0.0236921981, 0.00602794439, -0.0126432991, 0.00330592878, 0.0188670456, -0.00990904588, -0.0325592905, -0.00869226735, 0.00179544627, -0.00883912, -0.00783213228, 0.0126922494, 0.044866927, -0.0200978108, -0.0157761518, -0.00557340123, -0.0211607423, 0.000548948534, -0.00646850187, 0.000308565, 0.0278040674, 0.0216222778, 0.0142586762, 0.0239859037, 0.0159719549, -0.00622025132, -0.0149090225, -0.00367480842, 0.0191887226, -0.00144841988, 0.0175523665, -0.0225593373, -0.0252306536, -0.0122866565, 0.0452585332, 0.00440207776, -0.0114964508, -0.000607077614, 0.00624123029, -0.00218355632, 0.0197341759, 0.0229649302, -0.00525522046, 0.00404193951, 0.00585661642, -0.00508389296, -0.00330418069, -0.0128810601, -0.0212586429, 0.0148950368, -0.00956639, -0.0191747379, -0.000107025298, -0.0386291929, 0.00627269829, 0.00724472199, -0.0121118324, 0.00364334, 0.0169090126, -0.000937932753, 0.043104697, -0.00921674073, 0.021776123, -0.0109300194, 0.00395103078, 0.00330243236, 0.00639157929, 0.00925170537, -0.0071608061, -0.012769172, -0.00205069, 0.0230348594, 0.0192027092, -0.0201817248, -0.00489508221, 0.00201048027, 0.00762933539, -0.0306292307, -0.00588109205, 0.0114964508, 0.00438459544, -0.0116433036, 0.0047552227, -0.00706290454, 0.0172866341, -0.0164055191, -0.00967827719, 0.00532165403, 0.0080139488, 0.0216082931, 0.00491955783, -0.0027237637, -0.0163635612, -0.0113985492, 0.0172866341, 0.00165296439, 0.0183355808, 0.0182516649, -0.0149649661, -0.00718877837, 0.020489417, 0.00840555597, -0.0117481975, -0.0182236917, -0.00856639445, 0.00144929404, 0.0151607692, -0.00524822762, -0.0225453507, 0.0206292756, 0.029258607, 0.0226572379, -0.0122167272, 0.026055824, 0.0169369858, -0.00512235425, 0.00288285385, -0.0102027506, 0.00806989335, 0.00298600039, -0.00339334109, 0.00199824269, -0.00321851671, 0.000174059518, -0.0252865981, 0.0135244131, -0.0223215763, 0.00369928381, 0.0097412141, -0.0116852615, 0.0169090126, -0.0179859307, 0.00186712435, 0.001413455, 0.0256642178, 0.000909086724, 0.0160698555, -0.022894999, 0.000185532364, 0.00265558227, 0.0118321134, -0.00231991941, 0.00932163559, -0.00810485799, -0.00508389296, -0.0028496373, 0.00095279282, 0.000588284, 0.00479718065, 0.0135663711, 0.023650242, -0.0127342073, -0.0139509849, -0.0185733419, 0.0014178257, -0.0077761882, -0.0122307129, -0.0239439458, 0.0181817356, 0.0216082931, -0.00872723293, 0.00207516528, 0.00153058732, -0.0181957204, -0.000399473705, -0.0254124701, 0.00714332378, 0.00190208922, 0.0234824102, -0.0027744628, -0.0153425867, -0.0174684506, 0.00601046206, 0.00696849963, -0.00618878286, -0.0170069151, -0.0145453876, -0.000763108372, -0.0248110741, -0.00568878511, -0.0192027092, -0.00263110688, -0.0177341849, -0.0063740965, 3.70135967e-05, 0.00318704825, -0.0211467557, 0.00761534972, 0.0154824462, -0.00923772, -0.0200558528, 0.0138390977, 0.0167411827, -0.0156642646, -0.0065699, -0.000687496853, 0.0365872458, -0.00348075316, 0.000335881312, 0.0154125169, 0.0235523395, -0.000571675715, 0.00951044541, -0.0202936139, -0.0199999083, 0.0176362824, 0.00492305448, -0.0122866565, 0.00588458823, -0.00578668667, 0.00157167111, -0.00306292297, -0.00799297076, 0.00782513898, -0.0157621652, 0.00824471749, 0.00739157433, -0.0129230181, -0.00671675242, -0.00278844871, -0.0156223057, 0.0278600119, 0.0171747468, -0.00821674522, 0.000905590248, 0.0097342208, 0.0255103726, 0.00883912, 0.000793265586, 0.012489453, -0.0193145964, 0.000373031507, -0.0412026085, -0.00872024, 0.00997198187, -0.0146712614, 0.0107901599, 0.00115384092, 0.000909960887, -0.00245278585, -0.0211747289, -0.0165733509, -0.00151747558, -0.0219579414, 0.0109999496, 0.0286432244, 0.00588109205, -0.00986009464, -0.00938457251, -0.0081538083, 0.0250068791, 0.0442515463, 0.010706245, 0.00156030757, -0.00359438919, -0.00499997707, 0.0203215852, -0.0115733733, -0.0302096512, -0.00824471749, -0.013027912, -0.00831464678, -0.0245873, 0.0027744628, -0.0149649661, -0.00734961685, -0.0253705122, -0.00923772, -0.00283565139, 0.00249124737, -0.0411466658, -0.00844052061, 0.0099649895, 0.0191327799, 0.00986009464, 0.0204055011, -0.0120488955, -0.00819576625, 0.00583563745, 0.00463983882, 0.0031311044, 0.0121747693, 0.000468966377, -0.00754542, -0.0148810502, -0.00337061379, -0.0176922269, 0.00296502141, 0.0116852615, -0.00489508221, -0.000517480134, 0.00242131762, -0.00191083038, -0.00140121731, 0.00216432568, 0.00019023077, 0.0116992472, -0.00755940564, -0.00674472423, -0.0134544838, -0.00273075677, 0.0245173704, -0.0099510029, 0.00178932748, -0.00681115733, -0.00526920659, 0.00334264198, 0.00726570096, 0.0240698196, -1.72639066e-05, 0.0176362824, -0.00767129334, -0.00228145812, 0.0146712614, 0.00020924292, 0.00166695041, 0.0110139353, -0.0137901464, 0.00148950366, -0.0109300194, -0.00417480618, 0.0121537903, -0.0020402004, -0.0153565733, 0.0178041141, -0.00614682492, 0.00546500972, 0.0159719549, -0.0193425678, 0.004332148, 0.00821674522, -0.023090804, 0.0246712156, 0.0152027272, -0.00939156488, 0.0114335138, -0.0233984943, 0.025174709, 0.00442655291, 0.00434263749, -0.00429368671, -0.00600696541, 0.000649909605, -0.0180978198, 0.0141607737, -0.00118181272, -0.00800695643, 0.0370068215, -0.00225348608, 0.00786010362, 0.0142726619, 0.00961534, -0.0152167138, -0.00875520427, -0.00333390082, 0.000594839919, 0.00106905098, -0.0181118045, 0.0155104185, 0.00643353676, 0.00140821037, 0.0151327979, 0.00629717391, 0.0302096512, 0.0117342118, -0.0287551135, 0.0267691072, 0.0168810412, 0.00495801913, 0.0118810646, -0.0201257821, 0.00144230109, 0.0123356078, 0.015929997, 0.0165034216, -0.0004562916, -0.0170209017, -0.00187236897, 0.00842653494, 0.0025594288, 0.00206467579, -0.00273250486, -0.0105733778, 0.00138460903, 0.00298075564, -0.01130764, -0.0085174432, -0.00558389025, 0.0158041231, -0.0169649571, -0.0242796093, -0.00353494892, -0.00402445719, 0.0152726574, -0.00204894156, 0.00907688122, 0.00881814118, -0.0108111389, -0.00902793091, 0.0347690694, -0.00403145, -0.000435094145, -0.0169649571, -0.00983212236, -0.0334823653, -0.0170628596, -0.012769172, -0.00101835199, -0.025216667, 0.0103915604, 0.00347900507, -0.00489508221, 0.0222656317, -0.0147551773, -0.00878317654, 0.00573773589, 0.00448949, 0.0122307129, 0.011587359, -0.00820975285, 0.0129719684, 0.0161397867, 0.00671675242, -0.00293530128, 0.00379019231, 0.00308914669, 0.00302621, -0.0215803199, 0.0179859307, 0.00588458823, -0.00944051612, 0.011027921, 0.0111048445, 0.0018618796, -0.0121188257, 0.00398249924, 0.00461186701, 0.00534962583, 0.00653493498, -0.00909086782, -0.0356921442, -0.0240838062, 0.00706989784, 0.00629018107, -0.0166852381, -0.0119859586, 0.00117569393, -0.0292306356, 0.00253145699, 0.0127132284, -0.00352795585, -0.0093775792, -0.00386361871, -0.000665206753, -0.00505941734, 0.00248600263, -0.00503144553, -0.0192027092, -0.00757339178, -0.00201922143, 0.00696150633, -0.00758038461, 0.00688808039, -0.000906464353, 0.0116223246, -0.0109789707, 0.0327271223, 0.00373424869, -0.0100279264, 0.0172446761, 0.0339299142, 0.010944006, 0.016209716, -0.00940555148, 0.0282236468, -0.0289788879, -0.0135034341, -0.00165995746, 0.014489444, 0.00365382945, -0.00721675, 0.00208041, -0.0168390833, 0.0356921442, 0.0151467836, -0.00839157, 0.00390907284, 0.0232446492, 0.0239719171, -0.012769172, 0.00453844061, 0.01306987, 0.0319998525, -0.00469927909, -0.00231991941, -0.00535661867, 0.0110139353, -0.0326991491, 0.00355243124, -0.0215663351, 0.0181537624, -0.0311886687, 0.00764332153, 0.00421676366, -0.00148950366, -0.0176782403, -0.00786010362, 0.0123286145, -0.0168390833, -0.0302376226, 0.00955240335, 0.010769181, -0.0245173704, -0.00562934484, 0.0105174342, -0.0247970894, -0.00124300132, -0.0148950368, -0.0093705859, 0.0136572802, -0.00233915, -0.015929997, -0.00373075204, 0.00211362657, 0.00399998156, -0.0047552227, -0.0177341849, 0.00632164953, 0.00904191658, 0.00689157657, -0.0238180719, 0.0097342208, -0.000808125653, 0.0112097384, -0.00677619269, -0.00714332378, 0.00740556046, 0.0214264747, 0.0167271961, 0.00927268434, 0.0051188576, 0.0143635701, -0.00500697, -0.00483214576, 0.00785311125, 0.0041468339, 0.00530067505, 0.0197341759, -0.0154404882, 0.0267131645, -0.000558563857, 0.00327446056, 0.00477969833, 0.00840555597, -0.0204194859, 0.0186712425, -0.0112586897, -0.0184474681, -0.00494403346, 0.0191048067, -0.0240138751, 0.000943177496, 0.00171153061, -0.0016590833, -0.0152726574, -0.0192726385, 0.0208390653, -0.0138390977, 0.00258215587, -0.0268390384, -0.0147551773, 0.00993701722, -0.00965729821, 0.0210068971, -0.0208950099, 0.00579018332, 0.000312717108, -0.0087482119, 0.0114125349, 0.00524822762, -0.00095279282, 0.00662234705, 0.00541955559, -0.0040069744, -0.0283215474, 0.0223215763, -0.0120558888, -0.0228390563, 0.0133356033, 0.00929366332, -0.0272726025, -0.00176310376, -0.000431597669, 0.0129649751, -0.0172446761, -0.0184754394, -0.0268809963, 0.00024388, 0.000747811282, 0.0222796183, 0.00132254639, -0.00427270774, -0.0267271493, 0.0257341471, -0.01560832, 0.00956639, 0.00447550416, 0.0148670645, 0.0117551908, -0.0181257911, -0.00514682941, 0.011545402, 0.00611885311, 0.0125733688, 0.00355243124, -0.0219439548, -0.00799996313, 0.00983911566, 0.0113845635, -0.00517829787, 0.010426526, -0.00126747671, -0.00109003, 0.00380417844, -0.0124544883, 0.0045104688, 0.0151747558, 0.00830066111, 0.0106503, -0.0103985537, 0.00897198636, 0.00855240785, 0.0185173973, 0.00684262579, -0.0213145874, -0.00686360477, 0.0148251066, -0.0400277898, 0.0112936543, 0.0127971442, -0.0116642825, -0.0159859415, 0.00211187848, -0.00317655876, 0.00146153173, 0.000986009487, 0.0314683877, -0.0371187106, 0.00365382945, 0.0182236917, 0.00967827719, 0.0017666003, -0.025496386, -0.0115034441, 0.0127062351, 0.00589857437, 0.00176135555, 0.0179160014, 0.00418529566, 0.0189649481, -0.0136432936, 0.0128600812, 0.0113845635, 0.026097782, -0.00976219308, -0.00650346652, -0.000164553436, 0.00483564194, 0.0003736871, 0.00957338233, -0.0325872637, 0.00900695194, -0.00343529903, 0.00622025132, -0.00246327533, 0.00602444774, 0.0123076355, 0.00989505928, 0.0177901275, -0.00421326747, -0.00939156488, -0.00837059133, 0.00383215025, -0.0249229632, 0.00293530128, 0.02261528, 0.0022185212, 0.00375872408, 0.00196502591, -0.025216667, -0.00535312248, -0.0225733221, -0.00489158602, 0.0151467836, 0.00492305448, -0.000339596358, -0.0217481516, 0.00565032382, -0.0221957024, 0.00646150904, 0.010426526, -0.0060174549, 0.0126432991, 0.0293704942, -0.0180698466, 0.0116712749, -0.00921674073, -0.00548598869, 0.00148775545, -0.0199579503, -0.0220838152, -0.0163495746, 0.00669577345, -0.00389508693, 0.00354369, 0.0198041052, -0.00397200976, 0.00955240335, -0.00371676614, 0.00890905, 0.000786709657, -0.00415033055, 0.00861534476, 0.00811884366, -0.00970624946, 0.0182656497, -0.00690206606, -0.0242516361, -0.00201222859, -0.00020913365, -0.00181467703, 0.000228582867, 0.00981114339, 0.000208915124, 0.00918876939, 0.0189229902, 0.0289509166, -0.0155803477, 0.0179579593, -0.00145366462, 0.010748202, 0.000907338515, 0.00353494892, -0.0113426056, -1.49283624e-05, -0.0160558708, 0.00747549, -0.00165296439, 0.0352445953, -0.0061957757, -0.00579367951, -0.00588458823, -0.00168093632, -0.0151188113, -0.0138460901, 0.00370278023, 0.00264509278, -0.00101398141, 0.0268110652, 0.00385312922, 0.0138740623, 0.00622374751, 0.00563983433, -0.0138111254, -0.0172027182, 0.0136502869, 0.0218040962, -0.0130418986, -0.0117761698, 0.0245593283, -0.0157481786, -0.0137481885, -0.0131258136, -0.00223600375, -0.000319273, 0.0140488865, -0.00618528621, -0.00945450179, -0.0166153088, -0.00311886682, 0.0112307174, 0.0044440357, 0.0138810556, -0.00436361646, -0.00941254385, -0.00460837036, -0.0203635432, 0.00271152612, 0.0207271781, 0.0155104185, 0.00977617875, 0.00279019703, -0.0182516649, -0.00683912961, 0.0292306356, -0.00763632869, -0.0016590833, 0.00443354622, 0.0113705769, 0.00346501917, -0.00531815737, 0.0108740758, 0.00643353676, 0.020769136, 0.029818045, -0.0340697728, 0.00492305448, -0.0134125259, -0.0255383439, 0.00329019479, 0.0159719549, -0.00666080881, 0.01788803, -0.0108740758, -0.00408389745, 0.0108600901, -0.00648248754, 0.000576483377, 0.0151607692, -0.00407340797, -0.0103496024, 0.00857338682, -0.00217306684, 0.0214544479, 0.0150628677, 0.0162237026, 0.0181257911, 0.00786010362, 0.000812496291, 0.00925869867, 0.0182796363, -0.0178600587, 0.0114614861, 0.0257481337, 7.76329471e-05, -0.0281816889, 0.012426516, -0.00544752739, -0.00671325577, 0.0041258554, -0.020811094, 0.00842653494, -0.011846099, 0.0125314109, 0.0185593553, -0.00588808488, 0.00798597746, 0.0045104688, -0.0175523665, 0.00803492777, -0.00375173101, 0.00432165852, 0.0189229902, -0.00504892785, -0.0146153178, -0.00696849963, -0.00488459319, -0.0267551225, -0.00920974836, 0.00644402625, -0.00281991716, -0.0410907194, -0.00722374301, -0.00162761495, -0.00279893819, -0.002166074, 0.0251327511, 0.0159020256, -0.00473074755, 0.018769145, -0.0142027317, 0.00658388576, -0.0126992427, -0.0276921801, -0.00539508, -0.009244713, 0.00823772419, -0.00143967872, -3.49921902e-05, 0.00486011757, 0.00947548077, -0.0187132, 0.0279159565, -0.00237761135, -0.00906988885, 0.0144195147, 0.00145453878, 0.00661885086, -0.0138181187, -0.0215103906, -5.71457167e-05, -0.00853143, 0.0140209142, 0.0290907752, -0.028867, 0.00756639894, 0.00882513449, 0.004482497, 0.0364473835, -0.0105454065, 0.00819576625, 0.0170348864, 0.0184334815, -0.00147814013, 0.00814681593, -0.0225453507, -0.000722898752, -0.00386012206, 0.00679367501, 0.00260488316, -0.00286187488, 0.0178740434, 0.000354019343, -0.0140069285, -0.0186572578, 0.00891604275, -0.023454437, 0.0336222239, -0.00469228625, -0.00106293219, -0.00792304054, 0.000808125653, -0.0132726664, -0.000227271681, -0.00346327084, -0.0108321179, -0.0151467836, -0.00983212236, 0.00466431445, 0.0157202072, 0.00818877388, 0.0143915424, 0.0066258437, 0.00969925616, -0.00905590225, 0.00617130054, 0.00537759764, 0.0110558933, 0.0152866431, -0.0117901554, -0.00368180126, 0.0122796642, -0.00575871486, 0.0157202072, 0.0356082283, -0.0144614717, 0.0035699138, 0.0159160104, 0.00911184587, -0.00962233357, 0.00740556046, -0.00338110328, -0.00546151353, -0.00649297703, 0.00371676614, 0.0196782313, -0.00223600375, -0.00849646423, -0.00911184587, -0.00282865833, 0.0267970804, 0.00850345753, 0.0320557952, -0.0140838511, 0.0159859415, 0.0042657149, -0.0305173416, 0.00490906835, 0.00316606928, -0.00465382496, -0.00257691136, -0.0174824372, 0.0126363058, 0.012167776, -0.0016652022, 0.0190208908, 0.0121957483, -0.00751045486, 0.00288984692, -0.0187831298, 0.00194055052, -0.0112586897, 0.0211467557, -0.00705940835, -0.00708038686, -0.00897898, -0.00925869867, 0.000924820954, 0.0166572668, 0.000848335272, 0.00435312698, 0.00660836138, -0.000130462693, -0.0111887595, -0.0204474591, -0.0203075986, 0.00734961685, -0.00142481865, -0.0110698789, -0.0161118135, 0.0158320945, -0.00814681593, 0.0287271403, -0.00305243349, -0.0152306994, -0.00438459544, 0.0168530699, 0.0107621886, -0.0183915235, -0.0157761518, -0.00855240785, -0.0164055191, -0.020811094, -0.0055489256, -0.00335837621, 0.00524822762, 0.00732863788, 0.00675171707, -0.00828667544, -0.0140069285, -0.0188390743, 0.000696238072, -0.00820276, -0.00267656124, 0.0148251066, 6.93151333e-06, -0.0170348864, -0.0340418033, 0.0235523395, -0.0290628038, 0.0221957024, 0.00651046, 0.0439438559, 0.0113356123, -0.00410487643, 0.0155663621, 0.00799996313, -0.00539158378, 0.00492305448, -0.0315523036, 0.0151327979, 0.0281956755, -0.00965030491, 0.0207831208, 1.71751287e-06, 0.0137411961, -0.00424473593, 0.0238320585, 0.0139579782, 0.0134544838, 0.0273005739, -0.0299579035, -0.0209649391, -0.0104614906, 0.00439858111, -0.0239159744, -0.00532864686, -0.00186362781, -0.00637060031, -0.0116153313, 0.0108041465, 0.00456641242, 0.0207971074, -0.0104405116, -0.0022552344, 0.0334543921, -0.00323075452, -0.0180278886, 0.0197901186, -0.00251747086, 0.0167271961, 0.00908387452, -0.00364683638, -0.00895800069, 0.0156642646, -0.0166153088, 0.00797898415, 0.00745451124, 0.0407270864, 0.0110489, 0.00744052511, 0.00883912, 0.0142796552, -0.0127342073, -0.00847548526, 0.00532515, -0.0104964552, -0.00680766115, -0.0246292576, -0.0159999263, 0.0261397399, 0.0122167272, 0.0126642771, -0.0157481786, -0.0140488865, 0.00734262355, -0.0103496024, 0.00453144778, -0.00176135555, 0.00121852593, 0.0124405026, -0.00594053231, -0.00217306684, 0.018489426, 0.0129789617, 0.00589507772, 0.00762933539, 0.00416082, 0.00109877123, 0.0201397669, 0.00743353227, -0.00877618324, 0.01008387, 0.0187971164, 0.00696150633, 0.008384577, -0.040223591, -0.00340557867, -0.0153985303, 0.0172586627, -0.00106555456, -0.00886709243, -0.0127971442, 0.00255418406, 0.0122377062, -0.0157761518, -0.00344404019, 0.0139789572, -0.000895974925, 0.00686010858, -0.00597200077, 0.0011092606, -0.010769181, -0.0122027416, 0.00598598644, -0.00405242899, 0.0130628776, 0.0222236738, -0.00728668, 0.00459788088, -0.0114684785, -0.0183495656, 0.0143216122, -0.0224334635, 0.00455941958, -0.0211047977, 0.0284334365, 0.00171852356, -0.00239509391, 0.0161118135, -0.0261117686, -0.0230348594, -0.00723073585, 0.00413284823, -0.0165313929, -0.0164754484, 0.000927443325, 0.0152027272, -0.0100768767, -0.0157341938, -0.0180278886, 0.00289159501, -0.00159702066, 0.0172027182, 0.000423512043, 0.00804192107, 0.00992303155, -0.00706989784, 0.00811185129, -0.0159439836, -0.000100305486, -0.00496151578, -0.000594839919, 0.00144929404, -0.00580766564, 0.0177621562, 0.0119509939, 0.00148076238, -0.0157481786, -0.00958037563, 0.00170716, -0.014489444, 0.017608311, 0.00203670398, -0.00370627665, -0.00772024412, 0.0127761653, 0.0229929015, 0.00266781985, 0.00627969159, 0.00590906385, 0.00502794888, -0.00519927684, 0.0123775657, -0.0101887649, 0.0135593787, -0.0197901186, -0.0157621652, 0.024055833, -0.0257061757, -0.00498948758, 0.00195803307, 0.0114195282, -0.0127831586, -0.0120978467, 0.00896499399, 0.0146153178, 0.0194264837, 0.00469578244, -0.00185313832, 0.0183635522, 0.00631815288, -0.00650346652, 0.00226747221, 0.000902967877, 0.00224474492, 0.00543703791, -0.0104335183, -0.0255243592, 0.0122377062, 0.0109579917, 0.00978317205, -0.0178460721, 0.00301746861, -0.0216222778, -0.00164160086, 0.022209689, -0.0279579144, 0.0334543921, -0.0265313461, -0.00627969159, -0.000643790758, -0.0138600767, 0.00701745041, -0.00401746389, 0.00926569197, -0.0017849569, 0.00185663486, -0.00950345304, -0.0184754394, 0.0330627859, -0.0383494757, -0.0343215205, 0.0375942327, -0.0171747468, 0.0102447085, 0.0105174342, -0.0130558843, -0.000502620067, -0.0138530834, 0.00117744214, 0.00797898415, -0.00215908093, -0.0237201713, 0.000638546, -0.0260418393, 0.00270278472, -0.00726570096, 0.0155663621, -0.00634262804, 0.0040139677, 0.0186292846, -0.00125174248, -0.0067692, 0.029538326, 0.00290907756, 0.0128740668, 0.0223495476, 0.00138985377, -0.0252446402, 0.00891604275, -0.0304334275, -0.0131887505, -0.0263635162, -0.0123635801, -0.00199124962, -0.0160139129, 0.0119509939, -0.011909036, -0.0215383619, 0.00895100832, 0.0250068791, -0.0064859842, -0.0184055101, -0.016209716, 0.00361536792, -0.00555941509, 0.00555591844, 0.0168810412, -0.0111537948, -0.00695101684, -0.0116712749, 0.000624560053, -0.000387235981, -0.0198880211, -0.00419578515, 0.0111887595, -0.00433914084, 0.00195278821, -0.0155383898, -0.0113146333, -0.00796499848, 0.0104964552, 0.0106503, -0.000843090529, 0.000796762062, -0.00779017387, 0.016769154, -0.00358040305, 0.00713283429, 0.0128950458, -0.00674822088, 0.0154265026, 0.000559000939, 0.0207551494, 0.00399998156, 0.0121258181, -0.0341257192, 0.021776123, 0.00369229075, 0.0027377496, 0.00449997932, -0.0163915325, -0.00587060256, 0.00944051612, -0.0174824372, 0.00495452294, 0.0161118135, -0.0107412096, -0.0265872907, 0.0250768084, 0.019090822, 0.00604892336, 0.00570976408, -0.00194404705, 0.0340697728, -0.0151467836, -0.00836359803, -0.0110349143, 0.00215033977, -0.00988107361, -0.0100419121, 0.0158600677, 0.0112377107, -0.00306816772, -0.00191432692, 0.0418459624, -0.0171467736, 0.0249089766, -0.000236668493, 0.00369578716, -0.017048873, 0.0146992337, 0.0031678176, -0.00409788312, 0.000721150544, -0.0159859415, -0.008384577, -0.0119509939, 0.0149649661, -0.0038146677, 0.00292131538, -0.0135453921, -0.00569577795, -0.0164334904, -0.0364473835, -0.00872723293, -0.0291467197, -0.00328495, -0.00774122309, 0.0276642088, 0.00103670848, -0.011629317, -0.00363285048, 0.00587060256, -0.0128880525, -0.00553493947, -0.0115314154, -0.00334264198, -0.0087342253, 0.0133006386, -0.0138041321, 0.0120698744, 0.0149230082, 0.00383564667, 0.00104632392, -0.000404062826, -0.00493354397, -0.0164195057, -0.00372026255, 0.00365732587, -0.0101188347, 0.0035838997, 0.0172027182, 0.0273984764, -0.00425522542, 0.00933562126, 0.0054824925, 0.00291257398, -0.0208530519, 0.0131398, -0.00532515, 0.023496395, -0.0114405071, -0.0192586537, -0.00516081555, -0.00174736965, -0.0291746911, 0.007094373, 0.00859436579, -0.0145174162, 0.00362585741, -0.00608738465, -0.00834961236, 0.00818178058, -0.00645101955, 0.00465382496, -0.0129090315, -0.00841954164, -0.0131957438, 0.0054754992, 0.0223775189, 0.0138321044, 0.0267131645, -0.00783213228, -0.0137342028, -0.0265453327, -0.0065699, -0.0205733329, 0.00317655876, -0.000822111615, -0.00854541548, 0.0040804008, 0.0112726754, -0.00511536095, -0.0120349098, -0.027496377, 0.0133845536, 0.000695363968, -0.00363984355, -0.0170628596, -0.0068775909, 0.0024702684, -0.0168390833, 0.00502095604, -0.0124754673, 0.0145873455, -0.00402096054, 0.0147831487, -0.00927268434, 0.0167971253, 0.0268250518, -0.0137761608, 0.00189334794, 0.021090813, -0.00300173438, 0.00765730767, 0.00487060705, 0.00689857, 0.00107342168, -0.0073006656, -0.00201048027, -0.00426921109, -0.00307341246, 0.0149789518, -0.000159527233, -0.00445102854, 0.0032936912, -0.0227970984, 0.00579717616, 0.0228670277, -0.00189859269, -0.00276222499, -0.00250348495, 0.011846099, -0.00987408, 0.0032062789, -0.0106992517, 0.0341536887, 0.0104195327, -0.0172446761, -0.00651046, -0.00761534972, 0.0171747468, -0.00765031436, -0.00981813669, -0.0165313929, 0.044671122, 0.00673423475, -0.0137621742, 0.0235942975, -0.0108670834, -0.0231327601, 0.0182376783, 0.0139999362, 0.011545402, -0.00906988885, -0.0235803109, 0.00653143879, 0.0126363058, 0.00129282626, 0.00260138675, 0.0105454065, 0.0104824696, -0.00244229659, 0.00964331254, -0.0174125079, 0.0270768, -0.0037762064, -0.00173950254, -0.00795101281, -0.00514333323, 0.0046783, 0.00652794214, -0.0150348963, 0.0047552227, 0.0163355898, 0.0177341849, -0.0174684506, -0.0142167183, -0.0152446851, -0.00185139012, 0.0080139488, 0.0149509804, 0.0161258, -0.00902793091, -0.00819576625, 0.0158181097, -0.0119789662, 0.0119160293, -0.0203915145, 0.0278879832, -0.00651745265, -0.00103933085, -0.0097552, 0.00982513, 0.0125733688, -0.00367480842, 0.00969226286, 0.0153565733, -0.00418879185, 0.0144754583, 0.00809087232, -0.0103496024, 0.0168810412, 0.00981813669, 0.00165209034, 0.00886709243, -0.0117761698, 0.0126712704]
|
16 Feb, 2023
|
HTML5 | MathML <mstyle> Tag
16 Feb, 2023
The MathML <mstyle> tag is an inbuilt tag in HTML5. This tag is used to change the styles of the children’s elements. This tag is applicable to the tags included in the HTML5 MathML library.
Syntax:
<mstyle attribute="value"> children tags </mstyle>
Attributes: This tag accepts some attributes which described below:
decimalpoint: This attribute holds the alignment value if the alignment value is described in decimal point.
dir: This attributes holds the direction value. Two types of direction values is acceptable ltr (left to right) and rtl (right to left).
displaystyle: This attributes holds the more vertical space that is used for displayed equations or, it is n a boolean value. If it is set to true then larger versions of operators are displayed. It partially depends on largeop and movablelimits of <mo> tag.
scriptlevel: This attribute holds the value to control over the font-size. It works like priority property which means the higher priority value have lower performance. It means the higher scriptlevel the smaller the font-size.
scriptminsize: This attribute holds the multiplier value that has been used to adjust font size due to changes in scriptlevel. Its default value is 0.71.
Below example illustrates the HTML5 MathMl <mstyle> tag:Example:
html
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML <mstyle> tag</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML <mstyle> tag</h3>
<math>
<mstyle displaystyle="true"
mathcolor="lightgreen">
<mrow>
<msubsup>
<mo>∑</mo>
<mn> i=1 </mn>
<mn> n </mn>
</msubsup>
<mo>+</mo>
<msub>
<mi>x</mi>
<mn>i</mn>
</msub>
<mo>=</mo>
<mn>?</mn>
</mrow>
</mstyle>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML <mstyle> tag are listed below:
Firefox
Safari
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 MathML <merror> Tag/HTML5 MathML <mfenched> tag/HTML5 MathML <mfrac> tag/HTML5 MathML <mglyph> Tag/HTML5 MathML <mi> Tag/HTML5 MathML <mlabeledtr> tag/HTML5 MathML <mmultiscripts> Tag/HTML5 MathML <mn> Tag/HTML5 MathML <mo> Tag/HTML5 MathML <mover> Tag/HTML5 MathML <mpadded> Tag/HTML5 | MathML <mphantom> Tag/HTML5 | MathML <mroot> Tag/HTML5 | MathML <mrow> Tag/HTML5 MathML <ms> Tag/HTML5 MathML <mspace> Tag/HTML5 | MathML <msqrt> Tag/HTML5 | MathML <mstyle> Tag
|
https://www.geeksforgeeks.org/html5-mathml-style-tag/?ref=next_article
|
NextJS
|
HTML5 | MathML <mstyle> Tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, HTML5 MathML <mpadded> Tag, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <mmultiscripts> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, HTML5 MathML <mi> Tag, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, HTML5 MathML <mlabeledtr> tag, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML <mo> Tag, HTML5 MathML <mspace> Tag, HTML5 | MathML <mphantom> Tag, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, HTML5 MathML <merror> Tag, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, HTML5 | MathML <mrow> Tag, HTML5 | MathML <msqrt> Tag, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, HTML5 | MathML <mroot> Tag, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML <mfrac> tag, HTML5 MathML <mn> Tag, HTML5 MathML <mglyph> Tag, Node.js Readable Stream close Event, HTML5 MathML <mfenched> tag, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, HTML5 | MathML <mstyle> Tag, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, HTML5 MathML <ms> Tag, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, HTML5 MathML <mover> Tag, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0464277416, 0.00168314634, -0.0198774915, 0.0135144424, 0.0690925866, 0.011930719, -0.00265537668, 0.0293376017, 0.0156119969, 0.00495177601, 0.0334482454, 0.00663052313, -0.0090237055, 0.000841133238, 0.0265080165, -0.0191454608, -0.0119236801, 0.0193143897, -0.013162504, 0.00979093183, -0.0183289628, -0.0211585481, -0.0507354699, 0.029703619, -0.0179347917, 0.00984020345, 0.00112884305, 0.00778488209, 0.017498387, 0.01369745, -0.0174702331, -0.00765818404, 0.00952345878, -0.0249454081, -0.0340676568, 0.0135496361, -0.00072279392, 0.0474694781, -0.00904482231, -0.0188498311, 0.0281550884, -0.0501442142, 0.0202575866, 0.0648130104, 0.0391918831, 0.0115928575, -0.00685224449, -0.0249735638, -0.010311801, -0.0430772863, 0.0341239683, 0.014105699, 0.035250172, 0.00591608789, 0.000596096, -0.0153163681, -2.5281839e-05, 0.0376433544, -0.0344055183, -0.022115821, -0.00876327138, -0.0468500666, -0.0255788974, 0.000424305967, -0.0500315912, 0.00727809034, 0.00199021283, 0.0428802, -0.00461743446, -0.00134440546, -0.0297317728, 0.00523684639, 0.0188920647, 0.00428309292, -0.0213697124, -0.0187935214, -0.00831279, -0.00827055704, -0.0156260747, 0.00301435404, 0.0060920571, 0.00672906591, -0.0325472839, 0.013690412, 0.0148236537, 0.0147954989, -0.00231575593, -0.0381501429, 0.0507354699, -0.00600759219, -0.0304638054, 0.00591256842, 0.0234954208, -0.00309705967, -0.0335890204, -0.00581050618, 0.00619763881, 0.0151333604, -0.0217638835, -0.00915040355, 0.00414231746, 0.0371365622, 0.00919263624, -0.0236643516, 0.0432743691, 0.0219468921, 0.0159217026, 0.0244667716, 0.0194270108, -0.010438499, 0.0206517577, -0.0137959933, -0.0222706757, -0.0121700373, 0.0106567014, 0.0512704141, -0.00998097844, -0.0747236, 0.0376433544, 0.0107411658, -0.0496937297, -0.0110790273, 0.0020940348, 0.0465122052, -0.041106429, 0.0147954989, -0.0435840786, -0.0205813702, 0.00667979475, -0.0201168098, -0.0490180105, 0.0165833477, 0.000572780089, -0.0322657302, 0.0163017958, 0.0169915967, 0.00972758327, 0.0114239268, -0.00232455437, -0.0270851944, -0.0179207139, -0.00188111188, 0.00590201048, -0.00380445621, -0.0407404117, -0.0474694781, 0.0417258404, 0.0681916252, -0.0211022384, 0.0555781461, -0.0462588109, -0.0142323971, 0.000815177802, -0.0369957872, -0.000395051087, -0.00905186124, -0.0201731212, 0.0107059721, -0.0124234324, 0.000789662241, 0.0146688009, 0.014239436, 0.0253536571, 0.0280847, -0.00150453753, 0.0438656285, 0.00510662934, 0.0165974237, -0.039867606, 0.0423170961, -0.00424789917, 0.0294220671, 0.00323959487, -0.0199197251, -0.027676452, -0.000406049163, 0.0171464495, -0.017639162, 2.37833501e-06, -0.0300696343, -0.04504814, 0.014373173, 0.0251424946, 0.0476665646, -0.00171746034, 1.43662442e-06, 0.0195114762, 0.0246779341, 0.00971350539, 0.000736871443, -0.0243963841, 0.0214260221, 0.0255648196, -0.0165551919, 0.0321812667, 0.0145702586, -0.0209614635, 0.0255085099, 0.0119236801, 0.00653198035, 0.0180051792, -0.0291123614, 0.0229463968, -0.0275497548, 0.0242133755, -0.00787638593, -0.00387836341, -0.0101147154, 0.022650769, -0.0220454335, -0.0205391366, 0.0173435342, -0.0113676172, -0.00577179296, -0.00798900612, 0.0050468, -0.0130569218, -0.0356443413, 0.0191876926, -0.0650945678, 0.0449918322, -0.00162595639, -0.035278324, -0.0273104366, -0.0657702833, -0.0237910505, -0.0416132212, -0.0353064798, -0.014373173, -0.00578587083, 0.00352290552, 0.0337297954, 0.0150770498, 0.00461039552, 0.0478636511, 0.0139226913, 0.00591960736, -0.0134792486, 0.00811570417, 0.0070141363, -0.0146828787, -0.0238192044, -0.000798460736, -0.0214119442, 0.00288413698, -0.0127894487, -0.0115647027, -0.04420349, -0.00789046381, -0.00443794578, 0.0127331391, -0.0384035408, -0.00686984137, 0.00279615214, -0.0132540083, 0.0657702833, 0.00672906591, -0.0306890458, 0.0245934688, 0.0161187872, 0.0417821519, -0.00801716186, -0.00146582432, 0.00187055371, 0.000751828833, 0.0178925581, 0.0557189211, -0.028887121, -0.0234954208, -0.0199056473, 0.00288589648, -0.0467092916, 0.0133243958, 0.0024618106, -0.0185260475, 0.00865768921, -0.0058597778, -0.0234109554, 0.039586056, 0.00262722163, -0.0168930534, 0.00190398784, 0.0231575593, 0.0422044769, 0.00731328409, 0.0103188399, 0.0340113454, -0.0249031764, -0.0144998701, -0.0145984134, -0.00657069357, -0.00657421304, 0.0304074958, 0.0242415313, 0.0110438336, -0.00237030652, -0.0051805363, -0.0152178248, -0.0113676172, -0.00882662, -0.0219187364, 0.0146265682, 0.000430684857, -0.044231642, -0.00668683369, 0.0202435087, 0.0293376017, -0.0102484524, -0.0246638581, -0.032012336, 0.00034402, -0.017216837, -0.0281973202, 0.00552543625, -0.00545152882, 0.00278911344, 0.0120926108, 0.00535650551, -0.0191173051, 0.0141901644, -0.0310832169, 0.0197789501, -0.0318152495, 0.0159920901, 0.019793028, 0.0189483743, -0.0182444975, -0.0385161601, -0.00885477569, 0.000664284104, -0.045188915, -0.0135918688, 0.00568732806, 0.00306010619, 0.0183571167, -0.0695430711, 0.031590011, 0.0018142435, -0.0039452319, -0.0040261778, -0.019933803, -0.001627716, -0.0040121, 0.0110931052, 0.0231716372, -0.0172872245, -0.00135144428, 0.00387484394, 0.0167382, 0.0152319027, 0.000975749805, 0.0266487915, 0.0347996876, -0.0267754886, 0.0149644297, -0.0166115016, -0.00352994422, -0.0243682284, -0.0290560517, 0.0140001178, -0.00907297712, 0.000681881036, 0.0225381479, -0.0565635711, 0.0160765555, -0.0492995605, -0.00823536329, 0.00914336462, 0.0211022384, -0.00488138851, -0.0220313575, -0.0419229269, 0.00226648455, 0.0285070278, -0.0227211565, 0.0201308876, 0.0205391366, -0.00681353128, -0.031055063, 0.016273642, -0.0187512897, 0.0565354191, 0.040824879, 0.0116914008, -0.00639472436, 0.000196425739, 0.00503272191, -6.61947024e-06, 0.0177377053, 0.00957273, -0.00345251779, 0.0143450173, -0.020764377, -0.035250172, 0.00334341684, -0.00553247472, 0.00512422621, -0.0329414532, 0.00862249546, -0.0140493894, 0.0271696597, -0.0270148069, -0.00419158861, 0.000283310568, -0.0100161731, 0.00040055011, -0.0321812667, -0.0018582358, 0.0449918322, -0.040543329, -0.0189624522, -0.00815089792, 0.00410712371, -0.0100936, 0.0190328397, 0.0309142862, 0.0195396319, 0.0433306806, -0.012880953, 0.0445695035, 0.0665586293, -0.00811570417, -0.0223973729, -0.00185471645, 0.0103821885, 0.00524036586, -0.0553810596, -0.011944796, 0.021566797, 0.00451889168, -0.0188216772, 0.0023949421, 0.0101287933, 0.00119043235, -0.00798196718, -0.00886181369, 0.0033293392, 0.00784823112, -0.0101006376, 0.00139367685, 0.00724993506, -0.0163721833, 0.0133314347, 0.0526500158, -0.0217920393, 0.0342365876, 0.00169282465, -0.0205109827, 0.0222847518, 0.0443724208, -0.00113412214, 0.0222143643, -0.0427957326, -0.0230449401, 0.0532131158, -0.00708804326, 0.0391355716, 0.00919263624, 0.0545082502, -0.0179347917, 0.000424305967, -0.0154430661, 0.0329696089, 0.0218624268, 0.0547898, -0.0434151478, -0.0395297445, 0.0268318, -0.0105159255, 0.00403673574, -0.039754983, -0.00753148599, 0.00616596453, 0.024551237, 0.0135566751, 0.00512070674, -0.0010883701, -0.00846764259, 0.0249876417, 0.0146828787, 0.0471879281, 0.0140634663, 0.00318504428, -0.0122122699, 0.00417399174, -0.018047411, 0.00808754936, 0.00199197256, -0.00576827396, 0.0211726259, -0.0144998701, 0.0273385905, 0.0309987515, -0.0341521204, 0.000538026157, 0.0243541505, 0.00425141817, -0.04476659, 0.0204405934, -0.0143168624, -0.00979093183, 0.00737663312, 0.000558262633, 0.0289434306, 0.00334869581, 0.0257759839, -0.0345462933, 0.048539374, -0.012887992, 0.0560849346, 0.0235939641, -0.0179488696, -0.000564421527, -0.00343844015, -0.00288589648, -0.00644751545, 0.0154430661, 0.0388258658, -0.0150348172, 0.0015397314, 0.0161891766, -0.00379741751, -0.0197507944, 0.00782007538, -0.0255648196, 0.0266910233, 0.0430772863, -0.01518967, -0.0239599794, -0.0133947833, -0.0182726532, -0.0110016009, 0.0337579511, 0.0269725751, -0.0144083668, -0.0135848299, -0.035531722, 0.00182304194, 0.0133877443, 0.0164988823, -0.0296191536, -0.031477388, -0.0432462171, -0.0253255013, 0.012747216, -0.0147391884, -0.00943195447, -0.0279439259, -0.00551487785, 0.0131906588, -0.00545504829, 0.0255085099, 0.0199619569, -0.0126275569, 0.00730624562, 0.00649326714, -0.0326599032, -0.0141338548, -0.0066340426, -0.0159780122, 0.00579994824, -0.00703525264, 0.0238332823, 0.031336613, -0.0284507163, -0.057492692, -0.0321249552, 0.00974166, 0.0141197769, 0.012887992, 0.00611317344, 0.00496585388, 0.0592946149, -0.00499752816, 0.0180051792, 0.0121700373, 0.0529315658, -0.013021728, 0.0182444975, 0.00174825499, -0.0319841802, -0.0254803542, 0.0304074958, 0.00133472716, -0.00824240223, 0.00506087719, -0.0068628029, -0.0286337249, -0.0928554833, 0.0109030576, -0.00290877256, 0.0364608392, -0.00593016529, -0.0100795217, 0.00831279, 0.0297880843, -0.0272118933, -0.0173153784, 0.0374462679, -0.020891076, -0.00112972292, 0.0411908925, 0.0302667208, 0.008812543, -0.00555359107, -0.00407544896, -0.000311025738, -0.0172449909, 0.013979001, 0.00142799085, -0.0524529293, -0.0303793401, 0.0200182684, -0.00556414947, -0.0266487915, -0.00436403882, -0.0014244715, 0.0328288339, -0.0236080419, -0.0256915186, 0.0295909978, 0.00494473753, 0.0197648723, 0.00115787797, 0.0285633374, -0.0144857932, -0.0203702059, -0.00611669291, -0.000549024204, -0.0454986244, -0.00868584495, -0.0342365876, 0.0109241745, -0.00073995092, 0.0111705316, 0.0113887331, -0.0195959415, -0.00438515516, -0.0350249298, 0.0328288339, 0.0114098499, 0.007256974, -0.0220595114, 0.0349686183, 0.00365664205, 0.011529509, 0.00455056597, 0.0382627659, 0.0154289883, 0.0245371591, 0.00547264516, -0.00978389289, 0.013162504, 0.00616948353, 0.00780599844, 0.0225803815, -0.00512422621, 0.0259871464, 0.0186809, -0.0131132323, -0.0335327089, -0.0176813956, 0.018314885, 0.0217357278, 0.019525554, -0.0141901644, -0.00748221483, 0.0131906588, -0.0239740573, 0.0232420247, -0.0140705053, -0.0103681115, 0.00851691421, 0.000898763188, 0.0309705976, -0.00337509112, -0.0200041905, 0.0302104093, -0.00468430296, 0.0307453573, -0.0380375236, 0.00185999554, 0.0302667208, 0.0229745526, 0.0190609954, -0.00240550027, -0.0470471531, -0.00262018293, 0.0125290146, -0.0284084845, 0.0273808241, -0.00369887473, 0.0133525506, 0.0286337249, 0.00677481806, -0.0377278179, 0.0034032464, 0.00822832435, 0.020215353, -0.0328569897, -0.012754255, -0.00321319955, -0.0079608513, -0.0146688009, -0.0220595114, 0.0408530347, 0.0108256312, -0.028887121, -0.0357288085, -0.019793028, 0.0133103179, 0.0103540337, 0.0443161093, 0.0498908162, 0.00475469045, -0.00656013563, 0.00846764259, 0.0113183456, -0.0348841548, 0.0169915967, 0.00545152882, -0.00637712749, 0.00669035269, -0.0169775188, 0.0380656794, 0.00292812916, -0.00133208768, -0.0148236537, -0.0128176035, -0.00113676174, 0.00820017, -0.0190328397, -0.00104173832, -0.00919263624, -0.00657773251, 0.0198915694, 0.0254099667, 0.0172731467, -0.00513478415, 0.00774264941, -0.0211163163, 0.0235517323, -0.0259449147, -0.00657069357, -0.000549024204, 0.0136833731, 0.0150207393, 0.020215353, 0.000547264528, 0.0149785066, 0.012205231, -0.0291405171, 0.0281410106, -0.0324346609, 0.0320968, -0.00634193374, -0.0080312388, 0.00377630116, 0.0204969049, -0.0101921419, -0.00420566648, 0.0184134282, 0.00748221483, -0.000963431958, 0.0292249825, 0.0199760348, -0.0405996367, -0.0120222224, 0.00342964171, 0.0147251114, -0.00616244506, -0.0119799897, 0.0316744745, 0.00537410239, 0.017498387, 0.0151755922, -0.0541703887, 0.00552191678, -0.00377630116, 0.00673610484, 0.00567676965, 0.0332230031, 0.00488842744, 0.0344899818, -0.0166115016, -0.0107270889, 0.0329977646, -0.00315161026, -0.0153445229, -0.00452944962, 0.0235939641, 0.0459491052, 0.0029369276, 0.00147990184, 0.00783415325, -0.00276095839, -0.0233405679, 0.00566269225, 0.00120714935, -0.0117336335, 0.00905186124, 0.00230167853, 0.0128176035, -0.0267895665, 0.0350530855, -0.0199056473, 0.0169352852, -0.0258463714, -0.0201027337, -0.0190187618, -0.0305764265, 0.0254662782, -0.0231575593, -0.0268458761, 0.00771449413, 0.0198493376, 0.00922079105, 0.0159780122, 0.00719362497, 0.0263250079, 0.00192686392, -0.00927710161, -0.0159920901, -0.0114872763, -0.0250439513, 0.0116984388, 0.0163299516, -0.0197085626, 0.00760187395, -0.000396590825, -0.00156612683, -0.0144576374, -0.0272259712, 0.0489898548, -0.00643343758, 0.0048567527, -0.015048895, 0.0176110081, -0.0268318, 0.0179488696, -0.0145843355, 0.0127190612, 0.0236643516, 0.010445538, -0.0168930534, 0.00808051, 0.00632433686, 0.00386780524, 0.0225944575, -0.00867880601, 0.031336613, 0.011254997, 0.0181177985, 0.0255225878, -0.010987523, 0.0212570913, -0.0255507436, 0.0115154311, 0.00969942752, -0.0286055692, -0.019525554, 0.00633841427, 0.0140071567, -0.00483915582, 0.0487646125, 0.0044097905, 0.0258041378, -0.00103821885, -0.0051664589, -0.00376222376, 0.00767930038, 0.00285950117, 0.00508199353, 0.040684104, 0.00782007538, 0.0190469176, -0.0216653403, 0.00556766894, 0.00353522319, 0.0116069354, 0.0352220163, 0.00340852537, -0.00844652671, -0.0250157956, 0.0167382, 0.0312239937, -0.0377841294, -0.00600055326, -0.0169775188, -0.0412190482, -0.00360033195, 0.0103681115, 0.0340676568, -0.0384035408, -0.0239177477, 0.0545645617, -0.0148518095, -0.0212570913, -0.0153022902, 0.0154571431, 0.011262035, -0.0446539707, 0.0181881879, -0.0121841142, 0.00464910874, -0.00246532983, 0.0063348948, 0.0212289374, 0.00631729793, 0.0205532145, 0.0295065325, 0.0146969557, -0.00499400869, 0.0042338213, 0.0429365113, -0.0146969557, 0.00545856776, -0.00526500167, 0.0104314601, 0.0067959344, -0.0310832169, -0.0184275061, 0.00199901126, 0.027000729, -0.0164284948, 0.0156683065, -0.00663756207, 0.0180192571, -0.00405785209, 0.0044062715, -0.0322375745, 0.0189342964, 0.0148518095, -0.0108678639, -0.0326035917, -0.0236502737, -0.0299570132, 0.0142253581, -0.0396986753, -0.00639120489, 0.0345181376, -0.0222988296, -0.0167663544, -0.0130006121, -0.0106215067, -0.0275779087, -0.017357612, 0.0262264647, -0.0186105128, 0.0190609954, 0.00967127271, 0.00366368098, -0.015879469, -0.00191454601, 0.0188216772, 0.00791861862, -0.00368479709, 0.0140634663, 0.0163299516, 0.0169775188, 0.0111494148, -0.0152741354, -0.00460335705, 0.0333637781, 0.0300696343, -0.000766346289, -0.0350249298, 0.0112268412, 0.0057225218, -0.0121207656, 0.0194551665, -0.0228760093, 0.0308579765, -0.00107517245, -0.0337297954, 0.00800308399, 0.00863657333, -0.00863657333, 0.0380093679, -0.00611317344, 0.0247483235, -0.025100261, 0.019666329, 0.0200182684, 0.035250172, 0.013155465, 0.0560849346, -0.0173294563, -0.0202435087, 0.00986131933, 0.05318496, -0.00468430296, -0.0326880589, -0.00990355201, -0.00139543659, 0.0137889544, 0.0126627507, -0.0101921419, -0.0220735893, -0.0183571167, -0.0194551665, -0.0304638054, -0.0137185669, 0.00981908664, 0.0120926108, 0.0331948474, -0.00993170775, 0.0116139743, -0.00388892158, -0.00523332693, 0.00967127271, 0.0190328397, 0.0086506512, -0.0163862612, 0.0267614108, -0.0219046585, -0.00946010929, -0.00807347149, 0.0285351817, 0.0500315912, -0.00936860591, 0.00244245399, 0.00206412, -0.0416413769, 0.00852395315, -0.01518967, -0.0171886813, 0.00326599018, 0.0192158483, -0.0193707012, 0.00770745566, 0.00920671411, 0.0137537606, -0.00242837635, 0.00207115873, 0.00938268285, -0.0184978936, -0.04476659, -0.0276060645, -0.0194833204, 0.0008679686, 0.0166255794, -0.0217779614, 0.00139807607, 0.000227880242, -0.0199197251, -0.0153586008, 0.00158812292, -0.017090138, -0.013155465, -0.0141972033, 0.00317800557, 0.0281410106, -0.0242556091, 0.016273642, 0.00681353128, 0.0212993249, -0.0252128821, 0.0144294826, 0.0179207139, 0.00202012761, -0.0307453573, -0.0347715355, 0.00055562309, -0.0224959161, 0.0135848299, 0.00388892158, 0.0148377316, 0.0238895919, -0.00515942, 0.00493065966, -0.0117829042, -0.0146265682, 0.00311993575, 0.000349958951, -0.00877734926, 0.0041634338, 0.00451185275, -0.0102414135, -0.0443161093, 0.031871561, -0.0120222224, -0.00405081315, -0.00621875515, -0.00437811622, -0.00559582375, -0.0168367419, -0.000809458783, -0.0152741354, -0.0296754632, -0.0164425708, 0.0105300033, -0.0115013532, -0.0343492068, 0.0117899431, 0.00187935214, 0.0071865865, 0.0693741366, 0.0184978936, -0.0361792892, -0.0234391112, 0.00342612225, -0.0038713247, -0.00671146903, 0.0137678385, -0.00992466882, -0.00842541, 0.0271133501, 0.0275779087, 0.00256035337, 0.0177517831, 0.014380211, -0.0416695289, -0.00440275203, 0.00261490373, 0.015062972, -0.0218201932, -0.00867176708, 0.00971350539, 0.00729216775, -0.00544097088, 0.0140353115, 0.00640528277, 0.0292249825, 0.0140001178, -0.00765818404, -0.0182585754, 0.0189342964, -0.0273667462, 0.00513126468, 0.00572956027, -0.0250721071, 0.0594635457, 7.81413692e-05, 0.00267473329, -0.0154993758, -0.0194410887, -0.00442386838, 0.00128985499, 0.00361792883, -0.0184838157, 0.0114731984, 0.011944796, -0.00789046381, 0.00857322477, 0.0234813429, -0.000723233854, -0.0141549706, 0.0152178248, 0.0183711946, -0.00144998706, 0.0031604087, -0.00943195447, -0.0100020953, -0.0309705976, 0.00627858471, -0.0230730958, 0.00104261807, -0.0188920647, 0.00955865253, -0.00132416899, 0.00446610106, 0.0030178735, -0.0214401, 0.0148518095, 0.0108819418, 0.0111846086, -0.00364256464, 0.0142323971, 0.0131132323, 0.00386076653, -0.00660236832, -0.0151755922, -0.0170338284, 0.00772857154, 0.0146828787, -0.0144576374, 0.00073643151, -0.0212148596, -0.0136481794, 0.0258322936, -0.0128035266, 0.0161328651, -0.0100584049, -0.00419158861, 0.00269584963, 0.0132540083, 0.0149081191, -0.00439923257, -0.00919967517, -0.00378685934, 0.00758779608, -0.0179488696, 0.0015054174, 0.00798196718, -0.00767930038, -0.0208769981, -0.012620518, 0.0271837376, 0.015879469, 0.000102227168, 0.00698950049, -0.0277046077, 0.0018582358, -0.018582359, -0.0149503518, 0.00121506804, 0.0112338802, 0.00302843167, -0.0186668243, 0.00772153307, -0.00597239798, -0.0099457847, -0.00136992102, 0.0143309403, -0.00180104584, -0.003628487, 0.00109892827, 0.0142323971, 0.00721474132, -0.013964924, 0.000703437312, -0.00946714822, 0.00788342487, -0.00482155895, 0.0211585481, 0.00246532983, -0.00850987528, -0.00415287539, -0.00318504428, 0.0303511843, -0.00794677343, 0.0165692698, -0.00809458829, 0.00548672304, -0.0106285457, 0.0337579511, 0.0295346882, 0.0166678131, 0.0202716645, -0.0313084573, 0.00947418716, 0.00228936062, 0.0136270626, 0.0244245399, 0.0391074196, -0.00722178025, -0.0267754886, -0.023875514, 0.0156964622, -0.000425845705, 0.00613077031, -0.0319278687, 0.0178644042, -0.00752444752, 0.000995106413, -0.00392763503, 0.00408952637, -0.00444146525, 0.0251284167, 0.0142323971, -0.00767226145, 0.00228760089, 0.0262405425, -0.0299570132, -0.00157932448, -0.0170619842, 0.00984020345, 0.0112690739, 0.0114591205, 0.000154303081, -0.00499048922, 0.0137889544, 0.00270288857, -0.0243963841, 0.0183711946, 0.0189202186, 0.0101428702, 0.00129601394, -0.017625086, 0.000796261069, -0.0241992977, -0.00361440936, -0.00704581104, -0.0030037961, -0.0181459542, 0.00398394512, -0.0162173305, -0.0107974764, 0.0280283913, 0.0495248, 0.00642287964, -0.00259554712, 0.00058201846, -0.0290842056, -0.0120081455, -0.0281269327, -0.0105581582, 0.0275075212, 0.00811570417, -0.0103540337, -0.00581050618, 0.0117336335, -0.0109171355, 0.0161047112, -0.00311993575, -0.0190046839, 0.0125078978, -0.000235138985, 0.00226296531, 0.0296473075, -0.0254662782, 0.0107763605, 0.0618285723, -0.00389947975, -0.00195149961, 0.03606667, -0.00869288389, -0.00050943112, -0.00753148599, 0.00286829961, -0.0188639089, -0.00419158861, -0.00526148221, -0.0116210124, -0.0052509238, 0.0263250079, 0.0120996488, 0.0313084573, -0.0212852471, 0.0181318764, 0.00823536329, -0.013162504, 0.0221439768, -0.0141338548, 0.0069437488, -0.00481452, 0.00943899341, 0.0285070278, 0.0233828016, 0.00900962856, -0.0126416348, -0.00029738812, 0.0140423505, 0.0213415567, -0.00975573808, 0.00967127271, 0.0204124395, 0.0076511451, 0.00619763881, -0.0116139743, -0.0235517323, 0.0056310175, -0.00466670608, -0.0157809276, -0.0196240973, -0.00772153307, -0.00387836341, 0.0356443413, -0.0112479581, -0.0160202459, 0.0214823317, 0.0231575593, 0.0108749028, -0.00303723, 0.0017332976, -0.0148377316, -0.00349299074, -0.0108819418, 0.00150717702, 0.0236361958, 0.018314885, 0.00946010929, -0.00787638593, 0.0227211565, -0.00481452, -0.00307066436, -0.00400154199, -0.0102414135, -0.0187512897, -0.00712323748, -0.0286900345, 0.00123354478, -0.0153445229, -0.015330446, -0.00286829961, 0.0164848045, 0.0365734585, -0.00489898538, 0.0261842329, -0.00585625833, 0.01369745, 0.0201449655, -0.00612021238, -0.00269584963, -0.0190328397, -0.0116491681, 0.0218201932, 0.00398042565, 0.0463995859, -0.0151192825, -0.00170250295, -0.0135214813, -0.00558878481, 0.0116914008, -0.00758779608, -0.0271696597, -0.013831187, -0.00915040355, -0.0101569481, -0.000136596165, -0.00777784316, 0.00827055704, -0.0148658864, -0.0212148596, 0.00277855527, -0.0069437488, -0.0152600575, -0.00553599419, 0.00236502732, 0.000777784328, 0.0173294563, -0.00678537646, 0.0279439259, 0.00121330831, 0.0142957466, -0.0102906851, -0.00227176375, 0.0154149113, -0.0490743183, 0.0174561553, -0.0123108122, 0.00976981595, 0.00276095839, -0.0182444975, 0.0398394503, -0.0133384727, -0.0196944848, 0.0378685929, -0.0277468394, 0.0137819154, 0.00583162252, -0.00974166, -0.0150770498, 0.0288589653, -0.0238192044, 0.00242661661, -0.0137608, -0.0255366657, 0.00224712794, 0.0100724827, -0.00329590496, 0.0226366911, 0.0181037225, -0.00991059095, 0.0345744491, -0.000787462632, -0.0141549706, -0.0123108122, 0.00397338672, 0.0116914008, -0.022101745, -0.0479481146, 0.00767226145, -0.0146828787, 0.0329132974, 0.0198352598, -0.0165551919, 0.0120996488, 0.00302667194, -0.00198317412, 0.00673610484, -0.00338740903, 0.00906593818, -0.00419510808, -0.0157950055, 0.00735551678, -0.0156823844, 0.0143098235, 0.00551839732, -0.0289997403, -0.0135566751, 0.000131317094, -0.00134088611, 0.0149785066, -0.00904482231, 0.00308474177, -0.000848611933, -0.00635601114, 0.00914336462, 0.0295346882, 0.0289715864, -0.0434151478, 0.000717074901, -0.0120081455, 0.00492362119, -0.00867176708, 0.0328569897, 0.0517490506, 0.0140493894, 0.00995986257, 0.0253958888, -0.00449073641, 0.00667979475, -0.0172027592, 0.0083268676, -0.0164003391, -0.00328006782, 0.0110367946, -0.00343492068, 0.0118462536, -0.026578404, 0.0242978409, -0.0335045569, 0.0415850654, 0.00436051935, 0.015330446, -0.0240726, -0.0100584049, -0.00926302373, -0.000891284493, -0.00831279, -0.0182867292, -0.00212394958, -0.0110227168, 0.0102062197, -0.00250580278, -0.00591608789, -0.0166678131, -0.0187512897, -0.00256739208, -0.00350882788, 0.00430420926, -0.0147391884, 0.0150770498, -0.0154430661, -0.0037903788, -0.0212430134, 0.002780315, 0.0134018222, 0.000707836531, -0.00135232403, 0.0188498311, 0.00960792415, 0.0253536571, 0.0160484, -0.000379653764, -0.0113465, -0.0091855973, 0.000597855716, 0.0207925327, -0.00528259855, 0.027676452, -0.0269021876, -0.00129337434, -0.0154571431, 0.0310269073, -0.0183008071, -0.000616772391, -0.0119236801, 0.0135285202, 0.00168226648, 0.00365312281, 0.00649678661, 0.00252164016, 0.0129302246, 0.0110227168, -0.0156823844, -0.0206517577, -0.00118515326, -0.0295628421, 0.0160624776, -0.0150348172, -0.00893220212, 0.00579642877, -0.0271555819, -0.0113465, 0.00653198035, 0.00299499743, 0.00131713017, 0.0156964622, -0.00337861059, 0.053438358, -0.00528611802, 0.0146124912, -0.00270816754, 0.00454000803, 0.00240198104, 0.00933341216, 0.00264481851, -0.0164003391, -0.0135707529, -0.00720770285, 0.010579274, 0.029703619, -0.0203138962, -0.00927710161, 0.000743470329, 0.0232561026, -0.0176813956, -0.00395227037, 0.0103047621, 0.0324065052, -0.00901666749, 0.00150629727, -0.00875623245, 0.00574715761, -0.0212711692, -0.0155134536, 0.00225592637, -0.00306010619, 0.0129372627, 0.00962200109, 0.00611317344, -0.00603222754, -0.0278453827, 0.017906636, 0.00814385898, 0.0150348172, 0.000395271054, -0.0347152241, -0.0134651707, 0.0160906333, 0.014373173, -0.0155416084, -0.0406277925, -0.0145421028, -0.00893220212, 0.0188498311, 0.00174913486, -0.024142988, 0.00574715761, 0.0274652895, -0.0133314347, -0.0104244212, 0.0200886559, 0.0136129856, -0.00638416642, 0.0173153784, 0.0134581318, 0.00235270965, 0.0198352598, -0.00736255571, -0.0015397314, 0.00720066391, -0.00372351054, -0.0241007563, 0.0127964877, -0.016414417, -0.00720770285, -0.00253571756, 0.000857850362, 0.0148658864, -0.00811570417, 0.0108045153, 0.00905186124, 0.0198493376, -0.0212007817, 0.0278031491, 7.13775516e-05, -0.00689799665, 0.00170514255, 0.00739774946, -0.00998801738, 0.0109734461, -0.00299675716, -0.0148095768, -0.0132328914, -0.0212007817, 0.01518967, 0.00090712175, 0.014513948, 0.0152600575, -0.00078262348, -0.00771449413, -0.0129302246, 0.0098753972, -0.0143450173, -0.0297880843, -0.0269584972, 0.0162173305, 0.00755260233, 0.00518405577, 0.00465966715, -0.00594424317, 0.00110244763, 0.00290349359, -0.00906593818, -0.0134370159, -0.00199197256, 0.00340148667, -0.0193284675, -0.0100654438, -0.024002213, 0.0224396046, -0.00572956027, -0.0246638581, -0.0182444975, -0.00947418716, 0.00592664629, -0.00813682098, -0.0133666284, -0.0360385142, -0.000328402704, -0.00110156788, -0.0161891766, 0.0100161731, 0.0137326447, -0.0365171507, 0.000583778135, 0.0133455116, 0.00773561047, -0.0107763605, -0.00627154578, 0.00748221483, -0.0190187618, -0.0193566233, 0.0117336335, 0.00850987528, -0.00156612683, -0.0050186445, 0.0156683065, 0.0162032526, -0.0155556863, 0.00288765621, -0.0402617753, 0.00206236029, 0.00440275203, 0.0143520562, -0.0017086619, -0.00419158861, -1.86005054e-05, 0.0080312388, -0.000791421917, -0.00198317412, -0.0070282137, -0.00798196718, -0.00563805643, 0.0192017704, -0.0143520562, -0.0188779868, -0.000353258365, -0.0130006121, 0.00205356185, 0.000694638817, 0.00938972179, 0.0047089383, -0.00264305901, 0.01301469, 0.0135355592, -0.00120714935, 0.0265502483, -0.0279861577, -0.0102343746, -0.0369394757, -0.0152741354, 0.00414583692, -0.00925598573, 0.0131413871, -0.00767930038, 0.0196381733, -0.0113253845, -0.0111564538, 0.0055500716, 0.00858730171, -0.0282254759, 0.00451889168, 0.0298162382, 0.0282817855, -0.00699302, -0.00981204864, -0.011254997, 0.0224396046, 0.0228900872, -0.00827759597, -0.0083268676, -0.0173998438, 0.00705284951, 0.0173998438, 0.00337157189, -0.0154430661, -0.00368479709, -0.00707044639, -0.00467022508, -0.0306890458, -0.0159780122, -0.0079397345, -0.0198774915, -0.0342647433, 0.00392763503, 0.00184063893, 0.00233511254, -0.0378122851, -0.000495793531, 0.011254997, 0.0184275061, -0.00344723859, 0.0330822282, -0.0210177731, 0.00448369794, 0.00586681673, 0.00977685489, -0.00202188734, 0.010987523, 0.0133243958, -0.017625086, -0.0197367165, 0.00846060365, 0.00430772873, -0.00148606079, 0.0135777909, -0.00146758393, 0.0104666539, -0.00381501438, 0.000419686781, 0.0221439768, 0.00983316451, 0.00367423892, -0.00602518907, -0.017216837, 0.00834094454, -0.0196804069, 0.00801716186, -0.00622931309, -0.0276060645, 0.0118603306, -0.00225064741, -0.0024741285, 0.00441682944, 0.0106707783, 0.0126486737, -1.16510928e-05, 0.0173013024, -0.000538026157, 0.00822128542, 0.031195838, -0.00972758327, -0.00525796274, 0.018582359, -0.0368550122, -0.00361440936, 0.00514534255, -0.0124656651, -9.87077783e-06, 0.00443442632, -0.0142535139, 0.0174843092, -0.00638768589, -0.0247342456, 0.0205391366, -0.0214260221, 0.0108326701, -0.00156348723, -0.0285211038, 0.00430069, 0.0184978936, -0.0198634155, 0.0114168879, 0.00100478472, 0.0262968522, 0.0113535393, 0.00734847784, -0.000166071026, 0.000692439207, 0.00380797568, -0.00541633507, 0.000515150139, -0.00659884885, -0.0182163417, 0.0202998184, 0.00632433686, 0.0031744861, 0.0084887594, 0.014922197, -0.00675018225, 0.00310937758, 0.00925598573, 0.00285950117, -0.00505383825, -0.00298619899, 0.0141549706, 0.0169352852, -0.00837613922, 0.0226789229, -0.0114661595, 0.0308861323, 0.0237769727, -0.0205954462, 0.0161047112, 0.0096431179, -0.012887992, 0.0164707266, -0.00566269225, 0.00378334, 0.0334764, 0.0176813956, 0.0124586262, 0.00142975058, -0.0104525769, -0.0027679971, -0.00756668, -0.00173857668, 0.0105933519, -0.0168648977, -0.00739071053, 0.00598647585, 0.00412824, -0.024818711, -0.00427253451, 0.0254240446, -0.00402265834, 0.00690855458, -0.0189202186, 0.00875623245, -0.026578404, 0.0249172524, -0.00988243613, -0.0120151844, -0.000694638817, 0.00939676072, 0.00195677858, 0.027127428, 0.00207115873, -0.0181177985, 0.0014684638, -0.026043456, -0.0183008071, -0.0303230304, 0.0108256312, -0.0150207393, 0.000420346681, -0.0218624268, -0.00604630541, 0.0048567527, 0.0275497548, -0.0125430916, 0.00277679553, -0.00210283324, 0.0148095768, -0.00582810352, 0.018047411, 0.00396282878, 0.0114731984, 0.017216837, 0.0076370677, -0.0134792486, 0.011937757, 0.0173153784, 0.00120802922, 0.00753852492, 0.0102484524, 0.0233687237, 0.00878438726, 0.00905889925, 0.00840429403, -0.00297916029, -0.00936860591, 0.0134862876, 0.00642639911, -0.000913280703, 0.00243541505, -0.0307735112, -0.0115013532, -0.0125219757, -0.000209953374, 0.0135918688, -0.0203842837, -0.0132751241, 0.000974869938, -0.00816497579, -0.0191736147, 0.0226226132, 0.00569084706, -0.00313049392, -0.0306890458, 0.00160659978, -0.0244526938, 0.00546560669, 0.0143379783, -0.0166537352, -0.00876327138, -0.00314105209, -0.000653725932, -0.0226226132, 0.0270148069, -0.000450041494, -0.00572956027, 0.00945307128, 0.0249172524, 0.00261314423, -0.0188357532, 0.0157246161, 0.0112761129, 0.00310409837, -0.0108256312, -0.00375870429, 0.0197367165, -0.0369676314, -0.0111071821, 0.00784119219, 0.0211163163, -0.0110156788, 0.00395579, -0.0151192825, 0.000883805798, 0.0184275061, -0.0030865015, -0.0241711438, -0.00443090685, 0.0320404917, 0.0164425708, 0.00338213, 0.0051805363, 0.013704489, 0.0296754632, -0.00291229202, 0.00661292626, 0.00969238952, 0.00875623245, -0.0276623741, -0.00233159331, -0.0147391884, 0.0225522257, -0.0150770498, 0.00995282363, 0.00451537222, 0.00969942752, 3.01072487e-05, -0.00876327138, 0.00259026815, -0.00853099208, -0.0128527982, 0.00638768589, 0.0137678385, -0.0269444194, -0.0253255013, 0.00457520178, -0.0266347136, 0.00806643255, -0.0201731212, -0.0136341015, 0.0153445229, 0.0137889544, 0.0081931306, -0.0195677858, 0.00854506902, -0.00164003391, -0.00354578136, 0.00840429403, 0.0121278046, -0.000988067593, 0.00866472814, -0.00742590474, 0.0148799643, -0.000572340155, 0.0114872763, -0.0245230813, -0.00648622867, 0.00583866145, 0.00279791187, 0.0181318764, 0.0155838411, 0.0144294826, 0.00519813318, 0.0186949782, -0.0214541778, 0.021552721, 0.00403321628, 0.0127824098, -0.00911521, -0.00985428132, -0.00395227037, 0.0175828524, 0.000225680633, 0.0026923304, -0.000513390463, -0.0266487915, 0.00442034891, -0.00955161359, -0.0237910505, -0.00160659978, -0.00127753709, -0.0057225218, 0.0201308876, 0.000366456079, -0.00924190786, -0.0134933265, -0.00665515894, 0.0173857678, -0.0155275315, -0.0149362739, -0.0175969303, -0.0171042159, 0.014922197, -0.00235095, 0.00813682098, -0.0115647027, 0.0122756185, 0.00896739587, 0.00291757099, 0.0121629983, -0.00342084328, -0.0121348435, 0.00283662509, 0.00311113731, 0.00784823112, -0.0120151844, 0.0162314083, -0.0360385142, -0.0236221198, 0.0156401508, -0.00963607896, -0.0329132974, 0.000611493306, -0.0050186445, 0.000245917094, -0.00704581104, -0.016414417, -0.0242274534, 0.0128739141, 0.00502920244, 0.00239670184, 0.0010813314, -0.00874919351, -0.0154712209, 0.0046244734, -0.00374110742, 0.000508991187, 0.0195959415, 0.0217075739, -0.00239846157, -0.00765818404, 0.0173013024, -0.000966071442, 0.00395227037, 0.0222706757, -0.00652494188, -0.00514886156, 0.000402529782, -0.00690503558, 0.00343316118, -0.00643695705, 0.00747517589, -0.00560990116, -0.0235658083, 0.0131836198, 0.00109892827, 0.00566269225, -0.000619851868, -0.00301259453, -0.00274160178, -0.00824240223, 0.0212148596, 0.0027064078, 0.0274230558, 0.0260856897, -0.0123319291, -0.0109734461, -0.00920671411, -0.0255507436, 0.0185401253, -0.00281198951, -0.0139930788, -0.022650769, -0.0018142435, -0.00848172, -0.0161750987, -0.00101094367, 0.0173013024, -0.0220032018, -0.00442738784, 0.00945307128, 0.00919967517, -0.0117688272, 0.0142112812, 0.00214682543, 0.00532483123, 0.000655045733, -0.00950234197, 0.0320404917, -0.0038713247, 0.00991059095, -0.015879469, 0.00905186124, 0.029168671, 0.0376715064, -0.00442386838, 0.00399450306, 0.00608149916, 0.0105370414, -0.0151615152, 0.0108185923, -0.0263672397, -0.0116280513, -0.00332757947, 0.00877734926, 7.434703e-05, -0.0144154057, 0.00161011913, 0.00788342487, 0.0168648977, -0.0091855973, 0.000524828443, -0.0104807317, 0.00684872502, -0.0340676568, 0.0190046839, 0.0188076, -0.0030988194, 0.0133736674, -0.0031604087, -0.0191173051, -0.0174420774, -0.00372702978, -0.00328006782, 0.00633841427, -0.0090237055, -0.00896739587, -0.0292812921, -0.012754255, 0.0028612609, 0.000488754711, 0.013838226, -0.0129091078, 9.0789159e-05, 0.0308298226, -0.0213415567, -0.00425845711, -0.0102695683, -0.0123108122, -0.00785527, -0.0232420247, -0.0166959669, -0.00722881872, -0.00302139297, -0.00129865343, -1.11630525e-05, 0.0151052047, 0.00303723, 0.0157668497, -0.00476172939, 0.00751740858, -0.00674666325, -0.0131836198, 0.00660588779, 0.0297880843, -0.0427394249, -0.00862953439, 0.00220665499, -0.00879846513, 2.24773285e-05, -0.00444498472, -0.0109100966, -0.0152319027, -0.0121841142, -0.00535298605, 7.42370466e-05, 0.0135566751, 0.0137115279, -0.00279791187, 0.0135144424, -0.0206376798, 0.0191736147, 0.00877031, 0.0193707012, -0.00124762231, -1.92603893e-05, -0.0178362485, -0.00166203, -0.0238473602, 0.0278172269, 0.00769337779, 0.00354578136, -0.00135056442, -0.00142271176, -0.0169493631, 0.00285422197, -0.0179488696, 0.00755964126, -0.00614132872, 0.0193566233, 0.00155996787, -0.00550783938, 0.0094038, 0.0193143897, -0.0113746561, -0.0113887331, 0.0157809276, 0.000443222671, -0.0139860399, 0.0284929499, 0.0233968776, -0.00117547496, -0.0135425972, -0.00282958639, -0.0135285202, 0.000512070663, -0.00299675716, -0.013071, -0.00891812425, -0.00661996519, 0.0104666539, 0.0124304714, -0.00143766915, 0.0143239014, -0.00701765576, 0.00290525309, -0.0057225218, -0.00822832435, -0.00113764149, 0.00703525264, 0.015330446, 0.00357393664, 0.0146265682, -0.0114802374, -0.000125818056, 0.0246497802, -0.0045576049, 0.00501512503, -0.00192158483, 0.00614836719, 0.000318944367, -0.00216618204, -0.0188920647, 0.0108397091, 0.00491306279, 0.0320404917, -0.0302948747, 0.0126557127, -0.00855210796, -0.0325191282, -0.00514182309, 0.0144717153, -0.016273642, 0.0161187872, -0.0105159255, -0.0122756185, 0.00640528277, -0.00601815, 0.00153885153, 0.0233687237, -0.0200323462, -0.0143098235, -0.00711971801, -0.0152600575, 0.0208066106, 0.00758779608, 0.0194410887, 0.0137819154, -0.00299323793, -0.00107077323, 0.00229815906, 0.0076370677, -0.000346219604, 0.00188463123, 0.0199197251, 0.000319824205, -0.0198493376, 0.00219785655, 0.0257196724, -0.0244808495, -0.00421270495, -0.0148940422, -0.0069437488, -0.012887992, 0.0125290146, 0.0304638054, -0.00345603703, 0.0170479063, -0.00839725509, -0.0278031491, -0.0141338548, -0.00288237724, 0.00327654835, 0.0030794628, 0.00310761784, -0.0183993503, -0.00592312682, 0.0250580292, -0.0324065052, -0.0227774661, 0.0188357532, -0.0119236801, -0.0189906079, -0.00839021616, -0.00459279865, -0.00624339096, -0.0126909064, -0.00120275014, 0.017498387, -0.00716547, 0.00643343758, -0.0044872174, 0.00120363, -0.000798020803, -0.0189765301, 0.00338037033, 0.00905186124, 0.0168508198, -0.0231716372, 0.00458927918, -0.0113465, 0.0106215067, 0.0037903788, 0.0102836462, -0.010445538, -0.00650030607, 0.00433940301, -0.00219785655, -0.0141831255, 0.0048567527, -0.0188779868, 0.00278383447, -0.000329942442, -0.00159164239, 0.00476172939, -0.0126627507, 0.00554303313, 0.00668683369, 0.010445538, 0.00703877211, -0.00959384628, 0.00652142242, 0.0288026556, 0.0097346222, -0.0139438072, -0.00408600736, -0.024002213, -0.0173857678, -0.00462799286, -0.00557470741, -0.00692263246, 0.0121207656, 0.0108115543, -0.0030055556, 0.0115083922, -0.00482155895, 0.0129794953, -0.013971963, 0.0330822282, -0.00320968, 0.00176937133, -0.0217357278, 0.00981908664, -0.0182163417, 0.014922197, 0.00671850797, -0.0081016263, 0.00185295672, -0.00266769459, -0.0131906588, 0.0206939895, -0.012880953, 0.00633137533, -0.00328358728, 0.00037569445, -0.0140564274, 0.0217920393, 0.00345251779, 0.00151157635, 0.0277890731, 0.0138593419, 0.00187935214, -0.00778488209, 0.00263250084, -0.00356689771, 0.00803827774, 0.00341204484, -0.00562045956, -0.00613429, 0.0142042423, -0.0150066623, 0.0146406461, 0.00177289068, -0.00546560669, 0.0107482048, -0.0071760281, 0.0205672923, -0.0183008071, -0.00404729415, -0.0113605782, -0.000955513329, 0.0124304714, 0.0126838675, 0.0354472548, 0.00737663312, 0.0123882387, 0.012071494, -0.0200041905, 0.00369535526, 0.000132086963, -0.00975573808, -0.0200041905, -0.00163915404, 0.00463151187, 0.0110227168, -0.00281022978, 0.0214823317, -0.00134264573, 0.000951114052, -0.000642287952, 0.0158372372, -0.0219187364, -0.00381149515, 0.0222847518, -0.0289715864, -0.0183289628, 0.00140687462, 0.00531427283, 0.00651790295, 0.0180192571, -0.00123178517, 0.0139508462, 0.0054128156, 0.00411064271, 0.00645103445, -0.00493417913, -0.0172027592, 0.00601463066, 0.00358097535, -0.0235376544, -0.0196100194, -0.00504328031, -0.0125571694, 0.020356128, -0.0118673695, -0.0113253845, -0.00607094076, 0.011395772, -0.0161047112, -0.013704489, -0.0341521204, -0.00861545745, -0.00929117948, -0.0117125167, -0.000699477969, -0.0122967344, 0.00271696597, 0.00152741349, 0.00911521, -0.000488754711, -0.0124938209, -0.0184415821, 0.00522628846, -0.00654957723, -0.0205250587, 0.0113465, -0.00678889547, -0.022115821, -0.0175265428, 0.01152247, -0.00333461817, -0.00993170775, 0.0281128548, 0.0110086398, 0.00537410239, -0.0129654184, 0.0118744085, -0.00574363815, -0.00764410663, -0.0053318697, -0.0193425454, 0.0174561553, 0.003628487, -0.00822832435, 0.015738694, 0.00661996519, 0.00827759597, 0.000950234244, 0.0353064798, 0.00698246202, 0.0218201932, 0.00508199353, -0.0094108386, -0.0255648196, -0.0171605255, -0.00728512928, -0.00919263624, 0.0149644297, 0.0159076247, -0.00313929236, -0.00375166559, 0.000102172176, 0.00772857154, 0.0118180979, -0.02252407, -0.00913632661, 0.0110579105, -0.00473709358, 0.0040824879, 0.00548672304, -0.000976629672, 0.0113746561, 0.00673610484, -0.0188779868, -0.036235597, 0.00943195447, 0.00977685489, 0.0133032789, 0.00574363815, 0.0213697124, 0.00437459676, 0.0156542286, 0.0210600067, 0.0155838411, -0.0126909064, -0.00131009147, 0.00131009147, 0.00747517589, 0.0209473856, -0.020891076, -0.0221862104, 0.0256492849, 0.0198774915, 0.0186105128, -0.00904482231, -0.0061835614, 0.0177940167, 0.000418147043, 0.0118532926, 0.00525796274, 0.0025374773, 0.0227352343, -0.00126345956, -0.0099669015, -0.0046244734, -0.000153643196, 0.00113940123, 0.00951642, 0.00253395806, -0.0140141957, 0.0112972287, 0.0100443279, -0.0155134536, 0.0120996488, 0.021975046, 0.0112409191, 0.00868584495, -0.0382909216, 0.00273808232, 0.00350002944, 0.0142957466, -0.00360385142, -0.00634193374, -0.0158372372, -0.000268793112, 0.012620518, -0.00445554266, 0.00138135906, -0.0016206773, -0.00457520178, 0.00395930931, -0.0213415567, 0.0194410887, 0.0126416348, -0.00115523848, 0.00951642, -0.00908705499, -0.00302491221, 0.0135003645, 0.00148254132, -0.00891108532, -0.00872807764, -0.0261560772, 0.0257055964, -0.00716898916, 0.0117899431, -0.0224536825, 0.0272118933, 0.00847468153, -0.013429977, 0.0213697124, -0.00410712371, 0.000561342051, -0.00434644194, -0.00256563234, -0.00127929682, -0.00451889168, 0.0115013532, 0.00733440043, 0.012346006, -0.0176532399, -0.0334482454, 0.00417399174, 0.00113764149, 0.0133525506, 0.00712323748, 0.00102678093, 0.0123882387, -0.0110438336, -0.00612373184, -0.0130991545, 0.0239740573, -0.0182022639, -0.000345999637, -0.00144470797, -0.00903778337, 0.0182726532, -0.00237558549, 0.0037903788, -0.0169634409, -0.000399230368, -0.00155380892, -0.00404025521, 0.0214401, 0.00703525264, -0.00662348466, 0.00881958101, 0.0148095768, 0.0114520825, 0.00527204, 0.00668683369, 0.00692967093, -0.00670091109, -0.00783415325, 0.00267825276, -0.0115013532, 0.00062601082, -0.00157844462, -0.0254381225, 0.0214964096, -0.0136270626, 0.00183360011, 0.00101886224, -0.003628487, -0.00461039552, -0.028352173, 0.00752444752, 0.0197507944, 0.00767226145, 0.013021728, 0.00112092448, 0.00924894679, 0.00284366403, 0.0149503518, -0.00210107351, -0.0128950309, 0.00506087719, 0.00214154646, 0.00400154199, -0.0267332569, -0.00222601159, -0.00515942, 0.0182022639, 0.010311801, 0.00639824383, -0.000318944367, -0.0199478809, -0.00676426, -0.0150066623, 0.0179770235, -0.035390947, -0.00888996944, -0.0262264647, -0.0126557127, -0.012606441, -0.00679241493, 0.0104173822, -0.00606038282, -0.0209051538, 0.00463151187, -0.0044062715, 0.00846764259, -0.0264939386, -0.00806643255, 0.0353627913, -0.00468782242, -0.0108749028, 0.00848172, -0.0172309149, 0.00245653139, -0.00328006782, -0.00249524461, 0.0148940422, -0.00438515516, -0.0142605519, 0.0038713247, -0.0098753972, -0.000235358937, -0.0196240973, 0.0267754886, -0.00167082855, 0.00199197256, 0.0118744085, 0.00343668042, -0.00927710161, 0.0340113454, -0.000809018849, 0.00158196408, 0.0219891239, 0.0129724573, -0.00119835092, 0.00680297334, -0.0380938351, -0.00106021506, -0.0407685675, -0.0127683328, 0.0194833204, -0.0208629202, 0.0109100966, -0.00811570417, 0.00298971846, -0.00943899341, 0.00373054924, -0.00375518482, -0.0127964877, -0.00627506524, 0.0202435087, -0.0198774915, -0.00513478415, 0.010987523, -0.00890404638, -0.0143450173, -0.00904482231, 0.0114802374, -0.00878438726, 0.00179224729, -0.000460599636, 0.00431828666, 0.00837613922, 0.00620467775, -0.0282254759, -0.00795381237, 0.00233335304, 0.0154993758, 0.0257478282, -0.00729216775, -0.0112057254, -0.0165129602, 0.0201872, 0.00551839732, 0.005085513, 0.0121629983, 0.00221721316, 0.0180192571, 0.00147022353, 0.0224818382, 0.00467022508, 0.000430244952, -0.0175687745, 0.0120926108, 0.0149644297, 0.00550080044, 0.00185647618, -0.00480044261, 0.0126627507, 0.00562045956, 0.00749629224, 0.00143326994, 0.0119729517, -0.0177095514, -0.000347099442, 0.0111634927, -0.00273632258, 0.00645103445, -0.00129513408, -0.0298162382, 0.023199793, -0.0204687491, 0.00296156341, -0.0100020953, 0.00682408968, -0.0101991808, -0.00314105209, -0.00655661616, 0.00690151611, 0.00348947127, -0.00713027595, 0.0413035154, 0.00104349793, 0.02631093, 0.00195501884, 0.00398394512, -0.00548672304, 0.0170197506, 0.0043147672, -0.0195114762, -0.01845566, -0.00275743892, 0.0112409191, -0.0103681115, 0.00815793686, -0.00382909202, 0.000649326714, -0.0160343237, 0.000691119407, -0.00821424741, -0.0257337503, 0.00133648689, -0.0266910233, -0.00572604127, 0.00244773296, 0.0188920647, -0.0138100712, -0.0169352852, -0.0125290146, 0.00310233887, -0.014373173, -0.0137889544, -0.00451185275, -0.00687336084, -0.00836206134, 0.0155134536, -0.0107059721, 0.00585625833, 0.00900962856, 0.0197226387, -0.00729216775, -0.00392411556, -0.00550783938, -0.0046385508, -0.00923486892, 0.00138927763, -0.0291968267, -0.00157492526, 0.0061835614, 0.0154430661, -0.000783503347, -0.00255507417, 0.00723585766, 0.00938268285, -0.0094178766, 0.0197226387, 0.0267332569, 0.0194973983, -0.0180192571, -0.0266065579, 0.00159076252, 0.006173003, -0.0105018476, -0.00556766894, 0.0169634409, -0.0102906851, 0.00759483501, -0.00252691912, -0.00105581584, 0.0160906333, -0.0140845831, 0.00541633507, -0.00377278193, -0.0240303688, -0.00205356185, -0.00134792482, 0.0250439513, 0.00305130775, 0.00254627573, -0.000754468376, -0.00800308399, -0.00716547, -0.000415947434, -0.013563714, -0.00450481428, 0.0136411404, -0.0026184232, -0.00315864896, -0.0067255469, -0.0123178512, -0.00687336084, -0.031336613, 0.0101428702, 0.00956569146, 0.00905889925, -0.0180755667, -0.020356128, -0.00229639933, -0.00353170396, 0.0061906, 0.00450481428, 0.00113324227, -0.0133736674, 0.0227493122, -0.0190609954, 0.00834798347, 0.0193425454, 0.00672202744, 0.00229463959, 0.00942491554, 0.00970646646, 0.0127894487, 0.00697894255, 0.0115083922, 0.0181600321, 0.00371647161, 0.0158090815, 0.00550783938, -0.00208523613, 0.0249313302, 0.00827055704, 0.00868584495, 0.0291123614, -0.0472723916, 0.0152459806, 0.0128387203, 0.00956569146, 0.000280231121, -0.002000771, -0.00935452804, 0.0047019, 0.0149503518, 0.0131061934, 0.0354472548, -0.00330470339, -0.0256633628, -0.0067959344, -0.0236502737, -0.00988243613, -0.0157105401, 0.00657421304, -0.0345181376, 0.00418806961, 0.0068628029, -0.00415639486, 0.0074188658, -0.0195677858, -0.0309424419, 0.0138171092, -0.00370591343, 0.00430069, -0.0191736147, 0.0145561807, -0.00755260233, 0.0019198251, -0.00363904517, -0.0134510938, -0.00809458829, -0.0050995904, -0.0180896446, 0.00800308399, 0.00235446915, 0.0235235766, 0.00906593818, 0.0023069575, 0.0168226659, 0.0108326701, -0.000716195034, 0.00380093697, -0.0157527719, 0.00130129303, 0.00386076653, 0.0146265682, -0.0353346355, 0.000660324818, -0.0113746561, -0.0104173822, 0.00639472436, 0.0141479317, 0.0135425972, 0.00261314423, -0.0157527719, 0.00945307128, -0.0116350902, 0.0191736147, 0.0157105401, 0.0047898842, -0.00879846513, 0.00464207027, -0.00935452804, 0.0328288339, 0.0137326447, 0.0109100966, -0.00132592872, -0.00338388979, -0.0190469176, 0.0148236537, -0.00243717479, -0.018596435, 0.0120644551, -0.00197085622, -0.0010443778, 0.00670795, -0.00873511657, 0.0186668243]
|
07 Jul, 2023
|
HTML5 MathML <maction> tag
07 Jul, 2023
The HTML5 MathML <maction> tag is an inbuilt element of HTML5, that is used to show the bind action of any expression. You can use any selection attribute with this element.
Syntax:
<maction> child elements </maction>
Attributes: The <maction> tag accepts below-mentioned attributes:
actiontype: This attribute contains three types of action statusline, toggle and tooltip each of them behave differently.
class| id| style: This attribute is used to hold the styles of the child elements.
href: This attribute used to hold any hyperlink to a specified URL.
mathbackground: This attribute holds the value of the math expressions background color.
mathcolor: This attribute holds the color of the math expressions.
selection: The default value of this attribute is 1 means 1st child element. It holds the selection of the child elements
Below example will illustrates the concept of HTML5 MathML <maction> tag
Example:
html
<!DOCTYPE html>
<html>
<head>
<title>HTML5 maction tag</title>
</head>
<body>
<center>
<h1 style="color:green">GeeksforGeeks</h1>
<h3>HTML5 maction tag</h3>
<math>
<maction actiontype="toggle">
<mfrac>
<mn>25</mn>
<mn>10</mn>
</mfrac>
<mfrac>
<mrow>
<mn>5</mn>
<mo>⋅</mo>
<mn>5</mn>
</mrow>
<mrow>
<mn>2</mn>
<mo>⋅</mo>
<mn>5</mn>
</mrow>
</mfrac>
<mfrac>
<mn>5</mn>
<mn>2</mn>
</mfrac>
</maction>
</math>
<p>Click the number</p>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers are supported by HTML5 MathML <maction> tag are listed below:
Firefox
Safari
Note: (Till now no other browsers supported by MathML elements)
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 MathML <maction> tag
|
https://www.geeksforgeeks.org/html5-mathml-maction-tag?ref=asr8
|
NextJS
|
HTML5 MathML <maction> tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, CSS pause-before Property, jQuery Mobile panel close() Method, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML <maction> tag, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0466053784, -0.0210067108, -0.0147524057, 0.0340222232, 0.0342905857, 0.0326506, -0.00221770629, 0.0328295082, 0.0108611705, 0.033485502, 0.0215583425, -0.0206190776, 0.00975045376, -0.00398068968, 0.00564676477, -0.0432657711, -0.0236754119, -0.00300974422, -0.0385247283, -0.00236493209, -0.029370632, 0.016235847, -0.0488715395, 0.0364672914, -0.0329189599, -0.0133062378, -0.00185616431, 0.00623194128, 0.0115097091, 0.0281331893, 0.00244693132, 0.00321846968, -0.00130360131, -0.00918391347, -0.00646675704, -0.0081850132, 0.00325760548, 0.0184125528, 0.017860923, -0.0240481365, 0.0356323905, -0.0135000544, -0.0153562184, 0.0271939244, 0.00555358408, -0.00637357635, -0.00878137164, -0.0336345918, -0.0188449137, 0.00413350621, 0.0465755612, -0.00355392089, 0.0184572805, 0.0234666876, -0.010212631, 0.00781229, 0.0318455175, 0.00757374661, -0.0261652078, 0.00858010072, 0.0196052697, -0.0529267713, -0.0224379692, 0.0192176364, -0.0303397141, 0.000939263846, -9.85388397e-05, 0.0181740094, 0.00556849269, -0.00572130969, -0.0450250283, 0.00534485839, -0.00972809, -0.020097265, -0.0212303456, -0.00211893441, -0.0173987448, 0.0188300032, 0.00172012008, 0.0220652465, 0.00899009686, 0.0187107325, -0.0439814031, 0.0144765908, 0.0265975669, 0.0143573191, -0.0130676944, -0.0499748, 0.00973554421, -0.00699975202, -0.0344098583, 0.0195456333, -0.0476788208, 0.0104586286, -0.00136230525, 0.000382973667, 0.041894149, -0.00716747763, -0.0318753347, 0.00464786496, 0.00159805303, 0.0160420295, 0.0144765908, -0.023168508, 0.0169812944, 0.0116960714, -0.00224938779, 0.0293259043, -0.00487895403, 0.0089602787, 0.0071749324, -0.0301160794, 0.00491249887, -0.0207085311, -0.00690284371, 0.0112711666, -0.0251364894, -0.0537020378, 0.00231647817, -0.00264261127, -0.0405523442, 0.0132018756, 0.0138355056, 0.0401647128, -0.0408505239, 0.0261652078, -0.0117333438, -0.0162805729, 0.0209619831, -0.0134627819, -0.014431864, 0.040015623, -0.00794647075, -0.00226243306, 0.00170707481, 0.00303956214, 0.0172347464, -0.00291469973, 0.00282151881, -0.00707429694, -0.0341116786, -0.022408152, 0.00433850428, 0.0132466024, -0.0545667559, -0.00937772915, 0.00621330505, 0.0427290499, -0.0169365667, 0.0354833, -0.00673139095, -0.0299371723, 0.0101977214, -0.0288040917, -0.0128664235, 0.000730072672, -0.00126632897, 0.0191729106, 0.000195563494, 0.00683202641, -0.0130378772, -0.0193965435, 0.00623939559, 0.0474402793, 0.00323151494, 0.0299371723, -0.0155649437, -0.0152518563, -0.011763162, 0.0475893691, -0.0131496936, 0.00948954653, -0.0185318254, -0.0182783734, -0.00658230158, 0.0209023487, 0.02626957, -0.0103617199, 0.00176577875, -0.0170558393, -0.0319946073, 0.0144467726, 0.0339327715, 0.0540896691, 0.000230506339, -0.010391538, 0.0139547773, 0.000762220065, 0.0149014955, -0.0169067495, -0.0272237435, 0.0144989537, 0.0344694927, -0.00579212699, 0.0486329943, 0.010339357, -0.0395981707, 0.0101455403, 0.0191281829, 0.00494231703, -0.0143647734, -0.042907957, -0.00248979474, -0.00931063946, -0.00262397528, -0.000393456517, 0.00213570707, -0.0421923287, 0.0538511276, -0.0158482138, 0.0172794722, -0.0114202555, 0.00798374228, -0.00337128621, -0.0218267031, 0.0212303456, -0.025151398, -0.0190387294, 0.00724947685, -0.0437428579, 0.0405821614, -0.00493486226, -0.00874409918, 0.0111071682, -0.0361691117, 0.00196984503, -0.00934791192, -0.0491399, -0.00496840756, -0.0168322045, -0.0132540567, 0.0212601628, 0.00832664873, 0.0412977897, 0.00497213472, 0.0330382325, 0.0110028051, -0.00499822525, 0.0387334526, 0.0367356539, -0.0301458966, 0.000481279538, 0.0083713755, -0.0142678656, 0.0347974896, 0.0185914598, -0.00219347933, -0.025330307, -0.00761101907, -0.00277492823, 0.042907957, -0.034171313, -0.00306006195, 0.00481931819, 0.00530385878, 0.0266273841, 0.0361094773, -0.0205743518, -0.0115320729, 0.0232281443, 0.0355727561, 0.00828192197, -0.0189194568, 0.0296837203, 0.0219757929, -0.00785701629, 0.0341414958, -0.0474402793, -0.0263888407, -0.0129484227, 0.00375519181, -0.0460686572, 0.0245252233, -0.0145213176, -0.00380364596, 0.0129484227, -0.000403007551, 0.0395385362, 0.0284313671, 0.0118600698, -0.0111369854, 0.0242568608, 0.0130676944, 0.0327102356, 0.0373320095, 0.000738924835, 0.0157140326, 0.0214539785, -0.0475297309, -0.00407014322, -0.0270895623, -0.00917645916, 0.0211707093, 0.0219907016, 0.0385545455, 0.0134255094, 0.00400305307, -0.0248084925, 0.0158482138, -0.0291022696, -0.00179932395, 0.00597476168, 0.0111593492, -0.0337538645, 0.00840119366, 0.016742751, 0.0307124369, 0.0243015885, 0.00660466496, -0.0393298119, 0.0328891426, -0.0071823867, -0.0101679042, 0.00515104225, -0.017860923, -0.000587505812, 0.0209470745, -0.0410890654, -0.0148642231, -0.0431763195, -0.0269702896, -0.00229225098, -0.0258073919, 0.0237797759, 0.00389869045, -0.000136975985, -0.0482155457, -0.0501835272, -0.00446150312, 0.00772283599, -0.0681040809, -0.029012816, 0.0018570961, 0.0165489353, -0.0171900187, -0.0704298764, 0.0349465795, 0.0233026892, 0.00319796987, -0.000544642564, -0.041208338, -0.0190685466, -0.0125682447, 0.0258521196, -0.0183529183, 0.00150300853, 0.0095417276, -0.0215136148, 0.0190983657, 0.0316367932, 0.00104828551, 0.0286699105, 0.0365269259, -0.0287295468, 0.027566649, 0.0119718872, -0.0241077729, -0.0249128547, -0.0591288954, -0.00179839204, -0.00681711733, -0.0157438517, 0.0390912667, -0.0453530252, -0.0210067108, -0.0753200129, -0.0421625115, 0.0104362648, 0.017786378, -0.0310404338, -0.0238543209, -0.00407014322, 0.0233623255, 0.0327698737, -0.0106002633, 0.0306229834, -0.0118973423, -0.00878882594, -0.0262993872, 0.0258670282, -0.0184870977, 0.0450846665, 0.027029926, 0.00627666805, 0.00704075163, -0.0214688871, 0.00165302982, -0.0253452156, -0.0111369854, 0.00869937241, 0.00577721791, 0.0483348146, -0.0294451769, -0.0419537835, 0.0233772341, -0.038286183, -0.0101082679, -0.0308317095, 0.024897946, -0.0236754119, 0.0299073532, -0.0202314444, 0.0132167842, 0.0274473764, 0.00543058524, 0.0315473378, -0.0437726788, 0.00241711363, 0.022408152, -0.0244954042, -0.00655993819, -0.00808065105, -0.00373096485, -0.0126875164, 0.0237797759, 0.00843101088, 0.0149313137, 0.0262546614, -0.0206638053, 0.0111817122, 0.0796734318, -0.00428632321, -0.0058964896, -0.00440932205, -0.0235412326, -0.00185523252, -0.0459195673, -0.0245252233, 0.0236754119, 0.000271156518, -0.00197543576, -0.0217521582, 0.0200525373, 0.0165638439, -0.00777501753, 0.00308987987, -0.00291283615, 0.00873664487, -0.0173391085, -0.02342196, -0.00264633866, 0.0201270822, -0.0214539785, 0.0185616426, -0.0278051924, 0.00557967462, -0.00636239443, -0.0380774587, 0.0334258676, 0.0485733598, -0.020350717, 0.00732402178, -0.032799691, -0.0264633857, 0.0504220687, 0.00439814, 0.0304440763, 0.0011992387, 0.0298179, -0.0187852774, -0.0251961257, 0.0231536, 0.0271491986, 0.0099889962, 0.0557296537, -0.0274026506, -0.0379283689, 0.0610670596, -0.00545294862, 0.0180249214, -0.00664566457, -0.0230045095, 0.000983058941, 0.00572876399, 0.0260012094, 0.00799865182, -0.00808065105, -0.0275368299, 0.00997408759, 0.0169812944, 0.043414861, -0.00526658678, -0.0125309722, 0.00428259606, 0.0284313671, -0.0414767, 0.00828937627, 0.00436459528, -0.000228642719, 0.0196947232, 0.00781229, -0.00695502525, -0.00742838439, -0.0090870047, 0.0180547386, -0.000774333603, -0.00303769857, -0.0161463935, 0.0138504142, -0.0015598489, -0.0460686572, 0.00610894244, 0.0112338942, 0.0522409603, 0.0273579229, 0.025658302, -0.0420432389, 0.0297880825, -0.0131049668, 0.0191281829, -0.00143125921, -0.000914105, 0.00429005036, 0.0108462609, -0.000826980802, 0.0016539616, 0.0101455403, 0.0163998455, -0.00328555983, 0.00519576902, 0.00692893472, -0.0126651535, 0.00241524982, 0.00962372683, -0.023451779, -0.00977281667, 0.027462285, 0.00860246457, -0.0444883071, -0.0114053469, -0.0242866799, -0.019560542, 0.0236455947, 0.0302502587, -0.0162060279, 0.00465531973, -0.0284462757, -0.00425650505, 0.022661604, 0.00952681899, -0.0313684307, -0.00199966296, -0.0405523442, -0.0122327935, -0.017860923, -0.0224976055, 0.00316069741, -0.0376898274, -0.021647796, 0.0171452928, 0.015728943, 0.0197692681, 0.0296837203, -0.00628412236, 0.00065972103, 0.00983990729, -0.00897518825, -0.0500344373, 0.020604169, -0.0236455947, 0.0154903987, -0.0233921427, 0.036198929, 0.0340818614, -0.0230492372, -0.0359902047, -0.00648539327, 0.0162805729, 0.0372425579, 0.0152444011, 0.0152667649, 0.00183380081, 0.0508097, 0.00460313819, 0.0187703688, 0.01562458, 0.0284015499, -0.00356137543, 0.0257477574, 0.00505413394, -0.0206936225, -0.0325909629, 0.0412679724, -0.00825210381, 0.00923609454, -0.00478577288, -0.00314765214, -0.0240928624, -0.097325623, 0.0286400933, -0.00949700084, 0.000813003688, -0.00537467655, -0.00485286303, 0.0182634629, 0.0326506, -0.0327102356, -0.0186361875, 0.0146182254, -0.0282524601, 0.0154009452, 0.023705231, 0.0260310266, 0.000748708844, -0.0205594413, 0.00148996315, 0.0136715071, -0.0145436805, 0.0279990081, 0.0104809916, -0.0391509, -0.0374214649, 0.00861737318, 0.00504667964, -0.0373618305, -0.0117855249, -0.000291423377, 0.0268659275, -0.00887082517, -0.021543432, 0.030921163, -0.0129707865, 0.00574367307, 0.0176372882, 0.0372127406, -0.0469035581, -0.0250172187, 0.00864719134, 0.00548649346, -0.0247339476, 0.00414468814, -0.0241524987, 0.013261511, 0.00722338632, 0.0327102356, 0.0027693375, -0.00330233248, -0.00103617203, -0.025255762, 0.0233772341, 0.014938768, 0.0198736303, -0.0219310652, 0.0520918705, -0.0124862455, 0.0284313671, -0.00217857026, 0.014200775, 0.00329115079, 0.0076632, -0.0262099337, -0.0192027278, 0.0169812944, -0.0104884459, 0.0184274614, 0.00875155348, -0.0381967314, -0.0031085161, 7.58842289e-05, -0.0054417667, -0.043623589, -0.0377792791, 0.015699124, 0.00266870204, 0.0144542269, -0.0271193795, 0.00200152653, -0.0222143363, -0.0125384266, 0.0273728315, 0.00527776824, -0.0135895079, 0.000765015488, 0.02128998, 0.0117929792, -0.0254197605, -0.014633134, 0.027029926, -0.00195679977, 0.0178758316, -0.0300415345, 0.0171751101, -0.00250843074, 0.00391732669, -0.000704447913, -0.0154605815, -0.0330978706, -0.00991445221, 0.00986972451, -0.0184423719, 0.0416854247, 0.00104735373, 0.0204252619, 0.00826701242, 0.00147971325, 0.00324083306, -0.00553494785, -0.0190238208, -0.00915409531, -0.0383756384, -0.00219534291, 0.0081850132, 0.00560576515, 0.00796883367, -0.0373916477, 0.0303248037, -0.00155425805, -0.0159674846, -0.0138876867, -0.0222739708, 0.0162209384, 0.0381669104, 0.0276561026, 0.042401053, -0.00853537396, 0.00311783422, 0.00226429687, 0.033485502, -0.0192623641, -1.83304383e-05, -0.0180100109, 0.00210961653, 0.00167446141, -0.0206936225, 0.011457528, 0.0111817122, 0.0430570468, 0.00369555596, -0.001368828, 0.000470330793, 0.0149909491, 0.00925100315, -0.00966099929, 0.00548649346, -0.0368549228, 0.0381370932, 0.0134478733, 0.0210961644, 0.00474104611, -0.0202761721, -0.0238841381, 0.0424606912, -0.0175478347, -0.0161463935, 0.0359603874, -0.00254756678, 0.0147896782, -0.00527404109, -0.00764829153, 0.00899755117, 0.0132316928, -0.0258819368, 0.0370636508, -0.0460388362, 0.023600867, -0.0314578861, 0.00539704, 0.0202910807, 0.031577155, -0.00675748149, -0.0298029911, 0.0113382563, -0.0232281443, 0.000893605174, -0.00527776824, 0.00707802409, -0.017756559, -0.0442795828, 0.0196052697, -3.14194476e-05, -0.0143573191, -0.0274175592, 0.00625430467, 0.00957154576, 0.0164743904, -0.0120240683, -0.0695949793, 0.0119271604, 0.00116289814, -0.00209657103, -0.00675748149, 0.0277306475, -0.0324418768, 0.0267466567, -0.00186175515, 0.00378314615, 0.0261801165, -0.00168284774, -0.0141933206, 0.0123595195, 0.0545667559, 0.0168471131, 0.0303546228, 0.025151398, -0.00750292931, -0.0116215264, -0.000572130957, 0.017682014, 0.0112786209, -0.0219608825, 0.030130988, 0.0331873223, 0.00445404882, -0.0221547, 0.0275070127, -0.0122924289, 0.01171098, -0.00866955426, -0.0316069722, 0.00413350621, -0.0207234398, -0.0149313137, -0.0253004879, -0.023705231, -0.00352783035, 0.0244804956, 0.000671368674, -0.00629530428, 0.00878137164, 0.000796697044, 0.00231834175, -0.00181516469, 0.000812071841, -0.0239288639, -0.0171452928, 0.0143945916, 0.0264186598, -0.00213943422, 0.020350717, 0.00790174305, -0.00348123978, -0.0212303456, -0.0501835272, 0.0286400933, -0.0236306861, -0.00453232089, -0.00464041065, 0.0286699105, -0.0384650901, 0.0536424033, -0.0471122824, 0.0276411939, 0.00722711347, 0.000578187697, -0.0111518949, 0.0309509803, 0.0209768917, -0.0254495777, 0.0425799601, 0.00235747779, 0.0116587989, 0.0552525669, 0.0147971325, 0.0249128547, -0.0150282215, 0.0059225806, -0.0318157, 0.00471495558, 0.0367058367, -0.0272684693, -0.00516967848, -0.0070854784, 0.0248532202, -0.000450063933, 0.0377494618, 0.0437726788, 0.0131795118, -0.0233772341, 0.0238543209, 0.0144691356, 0.00301906234, -0.00522185955, 0.0126576982, 0.0348869413, 0.0146629522, -0.00454350235, -0.0274175592, 0.00558712892, 0.0177416503, -0.0042527779, 0.0111668035, -0.00566912815, 0.0122402478, -0.0143647734, 0.0107791713, 0.0228106938, -0.0213794336, -0.0423414186, -0.00396205345, -0.00904227793, -0.00659721, 0.000463575154, 0.0302651692, -0.0336345918, -0.00511377, 0.0217074305, -0.0117333438, -0.00480440911, -0.0204699878, 0.0288040917, 0.0185020063, -0.0372127406, 0.0038316, 0.00497958949, 0.00221584272, 0.00916900393, -0.0173391085, 0.0252706707, -0.00223447895, 0.0293855406, 0.0407908857, 0.00388378138, -0.0110698957, 0.00806574151, 0.00485659065, -0.0210514367, -0.017503107, -0.0125533361, -0.00408132514, 0.00988463406, -3.38654463e-05, -0.0185765512, 2.30331625e-05, 0.0240332279, -0.0316964276, 0.000983990729, 0.0121209761, 0.0344098583, -0.00512867887, 0.0134255094, -0.0129260598, 0.0152965831, 0.0132913291, 0.0133062378, -0.0327698737, -0.0271790158, -0.0223783348, -0.00668666419, -0.0365269259, 0.00320915156, 0.0143051371, 0.00172105187, -0.00303024403, 0.0141113214, -0.00420432398, -0.0224976055, -0.0186660048, 0.0083639212, -0.0136789614, 0.0237350482, -0.00974299852, 0.00698111579, -0.00407014322, -0.0200823564, -0.00252147624, -0.0183380079, -0.0105928089, 0.00949700084, 0.0135298725, 0.0319349691, 0.00859500933, 0.0077899266, 0.0112935295, 0.029624084, 0.0327102356, 0.0120837037, -0.00716002332, -0.00180771016, -0.0107493531, -0.0218565203, 0.0124340644, -0.0363778397, 0.0239139553, 0.0191132743, -0.0220205188, -0.000566540111, 0.0223634243, 0.000333820703, 0.0370636508, 0.00575858215, 0.0195009075, -0.0114873461, 0.0234070513, 0.0169812944, 0.0253153965, 0.0196947232, 0.0299818981, -0.00924354885, -0.00690284371, 0.00442423113, 0.0287742727, -0.00723829539, -0.0225274228, -0.0223932434, 0.0010287175, 0.00687302602, 0.0205445327, -0.0211856179, -0.0137758702, -0.00724947685, -0.0112338942, -0.0282077342, -0.034171313, 0.0398367159, -0.0384949073, 0.042907957, -0.00235188683, 0.00213943422, -0.0177416503, -0.0188150946, 0.00325201475, 0.04019453, 0.0160420295, 0.00257552112, 0.0264782943, 0.00843101088, 0.0130826039, -0.00572876399, 0.0151176751, 0.0365269259, 0.0100262687, -0.000619187311, 0.0126204258, -0.0446075797, 0.0113904374, -0.0183231, -0.0146107711, -0.0167725682, 0.0173838362, -0.00134460093, 0.0121582486, 0.0010296494, 0.00496095326, 0.00576603645, -0.0138504142, 0.00425650505, -0.0363182, -0.0419836044, -0.0199332666, 0.00319983345, 0.0122477021, -0.000884287118, -0.0303695314, -0.0123669738, -0.00142473658, -0.0233772341, 7.94949847e-06, -0.0067276638, -0.0232132357, -0.0147002246, -0.0068618441, -0.0217819754, 0.0308615267, -0.0217372496, -0.00672020903, -0.01214334, 0.0069512981, -0.0266124755, 0.00858010072, 0.0196201783, 0.00242084078, -0.0236754119, -0.0153264, -0.0237499569, 0.0036396475, -0.00811046921, -0.000680686731, 0.00905718748, -0.00614248728, 0.0111817122, -0.0116662532, -0.0161911193, -0.0278051924, -0.0128962416, -0.00150487211, 0.00988463406, -0.01412623, -0.0210067108, 0.0167725682, -0.0202910807, 0.0104884459, -0.00876646303, -0.00367505616, 0.00494231703, -0.0135522354, -0.0151624018, 0.00550140254, 0.00978027098, -0.00708920555, -0.0189045481, -0.0142380474, 0.0105108097, -0.00479322765, -0.0256433934, -0.00916900393, -0.0105853546, 0.00291097257, 0.0671499074, 0.00361355674, -0.026776474, -0.0160122123, -0.00777501753, -0.00626548612, -0.0111220768, 0.0158183966, 0.00763338245, -0.0216030683, 0.0276113749, 0.0107120806, 0.0141113214, 0.0403734371, -0.00352037582, -0.017503107, 0.00113867107, 0.013947323, 0.00799865182, -0.0308018904, -0.023347415, 0.010138086, 0.00423414167, 0.0138653237, 0.013820597, 0.00607167, -0.00158780313, 0.0150729483, -0.0151325846, -0.0155053083, 0.00764829153, -0.00323151494, -0.00105294457, 0.0174434707, -0.0156096704, 0.0446373969, -0.0222888794, 0.00621703221, 0.00232393248, -0.0219310652, -0.0179503765, -0.0133136921, -0.0292513594, -0.0385247283, 0.00707056932, 0.0246594027, 0.00311783422, -0.00291097257, -0.010138086, 0.00497958949, -0.0174732897, 0.0289531816, 0.0400454402, 0.0116364351, 0.00510258833, -0.0268957466, -0.0181740094, -0.0208725296, 0.0086844638, -0.0489013568, -0.00664939173, -0.0186212789, -0.0067015728, -0.0327400528, -0.00112562568, 0.00925845839, -0.00742838439, -0.00456959335, -0.00387632707, 0.0302502587, 0.0038949633, 0.0071749324, 0.0141113214, -0.00710038748, -0.00261465716, -0.00707429694, 0.00298738084, 0.0277008284, -0.0122327935, -0.0143275009, 0.0207085311, 0.00089313928, -0.0490504466, 0.0390912667, -0.00375705538, -0.000734731671, -0.0187703688, -0.0192772727, -0.0126204258, 0.00111723947, 0.0029482448, -0.00111723947, 4.28632302e-05, -0.0261204801, 0.00219347933, -0.0214837976, -0.00392850814, -0.0113382563, -0.00458077481, -0.0171452928, 0.0199332666, 0.0158333052, 0.0282673687, -0.00384278176, 0.00277865562, 0.00222143345, 0.00862482749, 0.00586294476, -0.0207830761, -0.0100188144, 0.0278051924, 0.0173092913, -0.00182261912, 0.0128515149, -0.00119085237, -0.0290724523, 0.00722711347, 0.0121209761, 0.0249128547, -0.00267429301, 0.0214390699, 0.0171005651, -0.00732402178, -0.000949047855, 0.0225125141, -0.00787192583, -0.0115395272, -0.0243164971, 0.00450623035, 0.0220503379, -0.0138653237, 0.0140516851, 0.00141821383, 0.0135895079, 0.00255688489, 0.00373841915, 0.00568403723, 0.00572130969, 0.0118153431, 0.0278499182, -0.00580330892, 0.0181441922, 0.0109580783, -0.0129558779, -0.000583312649, 0.00188505033, 0.0144244088, 0.0124564273, 0.0163849369, -0.0128142424, -0.0107568074, -0.0249277651, 0.0262546614, 0.0137236882, -0.000559085631, -0.0356323905, 0.013134785, -0.0214987062, 0.00379619142, 0.00875900779, 0.0107642617, -0.0038316, 0.0385843627, -0.00538958563, -0.00452113897, 0.00382787292, 0.0221994258, -0.0387334526, 0.0152071286, -0.0149685862, 0.0275517404, -0.0040216893, -0.0105704451, 0.0047969548, 0.0167129338, 0.0137758702, 0.0277604647, -0.0159376673, 0.0147598609, -0.000230972248, -0.00352037582, -0.0185318254, -0.0301906243, 0.00892300624, -0.00186268694, -0.0149685862, -0.0201419909, 0.00306378934, -0.0185765512, 0.0018570961, -0.0241375901, -0.0184721891, 0.0271641072, 0.0289680902, -0.00215620687, 0.00132596469, -0.0136342347, -0.04019453, -0.00182727817, 0.00206675311, -0.0140889576, 0.0294451769, 0.0109133516, 0.0141113214, 0.0041558696, -0.0210812557, -0.00788683444, 0.00337128621, -0.0155947618, -0.00512122409, 0.0260608438, 0.00199407199, 0.0190238208, 0.00662330119, -0.0248681288, -0.00617603259, 0.0582939945, 0.0122029753, -0.00192884542, 0.0438621305, -0.0187107325, -0.010950624, -0.00163066643, 0.0120538864, -0.0279244632, 0.00076781091, 0.0117482524, 0.00174341537, -0.00664939173, 0.0245997682, 0.0109655326, 0.035870932, -0.0113233477, 0.0125160636, -0.000267895201, -0.0133956913, 0.0134627819, -0.0209619831, 0.00899755117, -0.0065040295, 0.0163551178, 0.00744702062, 0.00490877172, -0.00919136778, -0.0163700264, -0.000282105291, 0.00852792, -0.00710411463, -0.00358001166, -0.00221025175, 0.00502431626, -0.00463295635, -0.00513986032, -0.0283866413, -0.0123595195, 0.0012206703, 0.0126427896, -0.00280847354, -0.0184274614, -0.0123669738, 0.0239885, 0.0185765512, 0.00417823344, -0.0318157, -0.00324456021, 0.0410592481, -0.00105760363, -0.0234666876, -0.00433105, -0.0148940412, -0.0184721891, -0.0356323905, -0.00910191424, 0.0183976442, -0.010138086, 0.0149760405, 0.00117128436, 0.0108089885, -0.0244954042, -0.0047708638, 0.00458077481, 0.00332655944, -0.00669784565, -0.00821483135, -0.0250470359, -0.00417077867, -0.000978399883, -0.017428562, 0.00650775665, 0.00557222, 0.0179205574, -0.0283568222, 0.0263590235, -0.00388750876, 0.00890064333, 0.027462285, -0.021543432, 0.0199630838, -0.0384949073, -0.0107344436, 0.041715242, -0.0170111116, 0.0243463162, -0.00478204573, 0.0022065246, -0.0125160636, 0.00653757434, -0.00623566844, 0.00781229, 0.00316628837, 0.00308428914, -0.0133807827, -0.000641550752, -0.00572503684, -0.0231536, 0.0150505854, 0.019918358, 0.00049758621, 0.0305931661, -0.0205892604, -0.0281630065, -0.00878137164, 0.00387259969, -0.0177416503, 0.00319237891, -0.0214539785, 0.0107418988, -0.00986972451, 0.00972809, -0.0157438517, 0.00120576133, -0.00101474044, -0.0296539012, 0.015878031, 0.00167912047, 0.0161165744, 0.00168657501, -0.0239288639, -0.000447967352, -0.00452113897, -0.0303397141, 0.0188896395, -0.0274473764, -0.015878031, 0.00599339791, -0.00448013935, -0.00368064712, 0.00355764828, -0.0249128547, -0.00651148381, -0.0452337526, -0.0123147927, 0.0098548159, 0.0124862455, 0.0012411701, 0.020857621, 0.00987718, -0.0413574278, 0.00865464564, 0.00218788837, -0.0124713369, -0.000487336307, -0.013872778, 0.00934791192, -0.0116960714, -0.0452337526, 0.00534858601, -0.0075662923, 0.0150282215, 0.00811792351, -0.0146778617, 0.0137162339, 0.00942245685, -0.0128515149, 0.00501313433, -0.00988463406, -0.0051547694, -0.00799119752, -0.00691775279, 0.00996663328, 0.00355951185, -0.0181889199, 0.0168322045, -0.0066307555, -0.00523676863, -0.012754607, -0.00553122, 0.00848319288, -0.014252956, 0.021647796, 0.0238990467, -0.0086621, -0.0101753585, 0.0196499955, -0.00247115851, -0.044130493, -0.0113978926, 0.00322965137, -0.0161016658, -0.00513613317, 0.0242717713, 0.047977, -0.00312342495, 0.00271342881, 0.0170409307, -0.0102275396, -0.0146704065, -0.0235561412, -0.00741347531, -0.0250917636, 0.0146704065, 0.0140367765, -0.00856519211, 0.00231275079, -0.00121228397, 0.00122812472, -0.0157587603, 0.0216030683, 0.0110028051, 0.0394490808, -0.0152593106, 0.00244693132, -0.0142827742, -0.00486777211, -0.00446523074, -0.0195307247, -0.00552376593, -0.0405821614, -0.00408505229, -0.0216925219, -0.00609403336, -0.0137385977, -0.0406716168, 0.00342160393, -0.032292787, 0.027313197, 0.00530385878, 0.0246295854, -0.017860923, -0.0120389769, -0.0212601628, -0.0230045095, 0.0133509645, -0.00232393248, -0.000902457396, 0.0205892604, -0.0041819606, 0.0358112976, 0.00938518438, 0.00727556739, 0.00414468814, -0.0181889199, -0.0228703301, 0.0161463935, -0.0114351651, 0.00793156121, -0.0196947232, -0.0291022696, -0.0114948, 0.0441006757, -0.00951191, -0.00289047277, 0.00506158872, 0.00847573765, 0.0138355056, 0.0276859198, 0.00354646659, -0.00623194128, 0.00250656717, -0.00261465716, -0.00247302209, -0.0169663858, 0.00202389, -0.0209172573, -0.00778247183, -0.015982395, -0.0153413098, -0.0104064466, -0.0216776133, 0.010212631, -0.00309174345, 0.00315137929, -0.00929573, 0.00793901552, -0.0179205574, 0.0641084835, 0.0076930183, -0.00100262684, -0.0262397528, -0.0185765512, 0.00266311108, 0.0165191162, -0.0145660443, -0.014633134, 0.00500195287, -0.00797628798, 0.0151102208, 0.00746565685, -0.011964432, -0.00500195287, 0.012195521, 0.000833969389, -0.00789428875, -0.00992936082, 0.0152220381, 0.0195456333, -0.0282822773, -0.0019828903, -0.00910936855, 0.0131571479, -0.0129707865, 0.000665311876, -0.0102573577, 0.00274324673, 0.0165042076, 0.00778247183, -0.0086844638, -0.00422296, -0.0162209384, 0.0199779924, -0.00802847, 0.0289531816, 0.0220801551, -0.0324120559, -0.000848412456, 0.0327400528, -0.00512122409, -0.0197692681, -0.0176521968, 0.00305260741, 0.0033955134, 0.0189045481, 0.00708175125, -0.0209619831, 0.0125831543, 0.0150878578, -0.00398814399, -0.00948209222, 0.0153413098, 0.00999645051, -0.0204998069, 0.0181591, 0.00285506388, 0.0170707479, -0.00136510073, 0.014074049, -0.00259602093, 0.0147225885, 0.0161762107, -0.0123893376, 0.0047895, 0.00273579243, -0.014379682, -0.0044055949, -0.00200152653, -0.0141560482, 0.00795392506, -0.016131483, -0.0123297013, 0.0452635735, -0.0102871759, 0.00531876786, -0.00546413, -0.00711902371, -0.00166793878, 0.0117929792, -0.0135745993, 0.00810301397, -0.00424905075, 0.01605694, -0.0244506784, -0.0168918408, -0.000604278408, 0.0151549475, 0.00998154189, 0.0209023487, 0.013947323, 0.0130975125, -0.0128887873, 0.000339411577, -0.00611266959, -0.0253452156, -0.0350658521, 0.00429005036, 0.0125458818, 0.0132167842, -0.00947463792, 0.00392478099, -0.0137236882, 9.88591546e-06, -0.00813283212, 0.00841610227, 0.000307264156, 0.00516967848, 0.00250470359, -0.00110605778, -0.0344098583, 0.00862482749, -0.000828378543, -0.00490877172, -0.00962372683, 0.00149182684, 0.000937400211, -0.00900500547, 0.00670530042, -0.0212154351, -0.00175552885, 0.00141821383, -0.0237350482, 0.010138086, 0.0219907016, -0.0415959693, 0.00445777597, 0.00892300624, 0.00302651688, -0.0131422393, 0.00343464944, 0.00225870591, -0.00828937627, -0.0170409307, -0.00576976361, 0.0297880825, 0.010264812, -0.0192921814, 0.00855028257, 0.0170111116, -0.0132466024, 0.00473731896, -0.0249128547, -0.012702425, 0.0196798146, 0.0246594027, 0.00282897335, 0.00721965916, -0.00372723746, 0.00451368466, -0.00207420764, -0.0131273307, 0.00613876, -0.0296688098, 0.00472613703, 0.0232132357, -0.0169514753, -0.0142156836, -0.0165638439, -0.0230045095, 0.00608657906, 0.00545294862, -0.013514963, 0.0110326232, 0.0113158934, -0.00336010451, 0.0192772727, -0.00456586573, 0.0101828128, -0.0205892604, 0.0145511348, -0.0155351255, -0.00321660587, 0.00260161166, 0.000568403746, -0.0047895, -0.00616112351, -0.0136789614, 0.00384650915, -0.0277604647, 0.000654130185, 0.0219310652, -0.0402541645, -0.00695502525, 0.0228106938, 0.0166682061, -0.0164296627, -0.0128887873, -0.018546734, 0.00103244476, 0.0228852388, -0.0057362183, -0.00703702448, -0.00738365762, 0.00131291943, 0.0124117006, 0.00287556369, -0.0143200466, -0.00498331664, -0.00254756678, 0.0102275396, -0.015728943, -0.0111966217, 0.00979518052, -0.0171751101, -0.016742751, -0.00220466102, -0.00259043, 0.00107530807, -0.0203954428, -0.00807319675, 0.00889318902, 0.00467768312, -0.00377010065, 0.0258670282, -0.0123073384, -0.0201718099, -0.00226243306, -0.00711902371, 0.0166234784, 0.0228256024, 0.0206190776, -0.0192027278, 0.00663448265, 0.0132987835, -0.00678357203, 0.0124415187, 0.0188598223, -0.0163253, -0.0130751487, 0.0105853546, 0.00414468814, 0.0231237821, 0.00148903136, -0.00505040679, 0.00969827175, -0.0378090963, -0.00696620671, -0.00451741181, 0.0145884072, -0.00436832244, -0.00417077867, 0.00819992274, -0.00904973224, 0.00115917088, 0.0159674846, 0.00318306079, 0.0180249214, -1.85633908e-05, 0.0307422541, 0.014200775, 0.00846828334, 0.0101008136, 0.00275256485, 0.0119122509, -0.0112338942, -0.0204252619, -0.0143498648, 0.00449877558, -0.00793901552, 0.0361392945, -0.0324716941, -0.0291469973, 0.0123073384, -0.0149313137, -0.00511004264, 0.0111369854, -0.0115246186, 0.0112488028, 0.00213757064, -0.0128738787, 0.000234466541, 0.0123147927, 0.00456959335, 0.00971318129, -0.00865464564, 0.0289233625, 0.0069252071, 0.00180211931, 0.0033638319, 0.000193932821, 0.0121060675, -0.0016558253, 0.00869937241, -0.0149014955, -0.0165489353, 0.0400454402, -0.0029612903, 0.0050578611, 0.0155500351, 0.0209023487, -0.0077004726, 0.00160830293, 0.00751783792, 0.0204401705, -0.00196611788, 0.00367319258, 0.0126353353, -0.0165042076, -0.026523022, 0.0317262448, -0.0128664235, 0.0172198378, 0.0111593492, -0.0244208593, 0.0339029506, 0.0135075087, -0.00778247183, 0.016996203, -0.0209768917, 0.00294638122, 0.0119122509, 0.00414468814, -0.00125607906, 0.00907209609, 0.0098548159, 0.0157587603, 0.00420805113, 0.00892300624, 0.0089528244, -0.000635959907, -0.0157587603, -0.00736502139, 7.15163696e-05, 0.00143032742, -0.0136118717, 0.0123818833, 0.0012411701, 0.0208874382, -0.010339357, -0.007532747, -0.0183529183, 0.00728302216, 0.00164091634, -0.015699124, 0.00127937424, 0.00916155, -0.00721965916, 0.0303397141, 0.017935466, -0.0141635025, 0.00147225882, -0.0135522354, -0.0148344049, -0.00760729192, 0.00210961653, -0.0111295311, -0.0394490808, -0.00663821, -0.00301906234, -0.0010296494, 0.0201718099, -0.0250917636, 0.00307497103, -0.00372537388, 0.00673884526, -0.00904227793, -0.00872173533, -0.00824464951, 0.0058256723, 0.0274473764, -0.000529733603, -0.00670530042, -0.0084981015, 0.010391538, -0.00366760162, -0.011457528, 0.0225274228, 0.0175925605, 0.000973740825, 0.022661604, -0.0174881984, -8.28145567e-05, -0.0054417667, 0.0130304219, -0.00455095712, 0.0144095, -0.0120538864, -0.0044764122, 0.00610894244, 0.00176764233, -0.0119718872, 0.0107418988, -0.0086919181, -0.00487149926, -0.000664380088, -0.0299222618, -0.00676120864, 0.0197990853, -0.0151698571, -0.0147225885, -0.0149238594, -0.0207979847, -0.00381669123, 0.0197990853, 0.0160271209, -0.0112488028, -0.00353528466, 0.0134031456, -0.00556476554, -0.0038316, 0.0109431697, 0.00094112748, -0.00628784951, -0.00860991888, 0.0140144126, -0.00686557125, -0.0204401705, 0.013746052, 0.00844592, -0.0128738787, 0.0152294924, -0.0278499182, 0.0278350096, -0.0321436971, -0.00462550158, 0.000602414773, 0.0315473378, 0.000399513257, -0.0025773847, 0.00426023267, -0.000594028505, 0.0373320095, -0.00688420748, -0.0204699878, 0.00817010459, 0.0184721891, 0.00945227407, 0.0121806124, 0.014812042, 0.0274921041, 0.0121060675, -0.00109953503, -6.79056102e-05, -0.00415214244, -0.00655248342, -0.0194263626, 0.00743956584, -0.0177267417, 0.0135000544, -0.000427467545, 0.000755231478, 0.0125980629, 0.00423414167, -0.00427514128, 0.00321474229, 0.00475968234, -0.013947323, -0.00925100315, 0.0152145838, 0.00189157308, -0.0271491986, 0.00171546103, -0.00268920185, -0.0122327935, -0.00605303375, -0.0129111502, -0.0291768145, 0.0111220768, 0.00260720262, -0.00604185183, -0.00292588142, 0.00468886457, 0.00312715233, 0.0103020845, -0.000888480223, 0.00855773687, 0.00285506388, 0.0186063703, -0.0086844638, 0.032262966, 0.00817010459, 0.00377196446, 0.00587039907, -0.00193816354, 0.00611639675, 0.00263142958, 0.0154009452, 0.0126427896, 0.00419314206, 0.0161016658, 0.0204998069, -0.00190275477, 0.0136193261, 0.0143424096, 0.0183231, 0.00960136391, -0.0102722663, -0.0136491433, 0.00161016663, 0.00159618945, -0.00881119, 0.0128887873, -0.00964609068, 0.00344210374, -0.00314765214, -0.0308317095, -0.00602694321, -0.00452113897, -0.0166831147, 0.0102499034, -0.00398441684, 0.00133155554, 0.00267615658, -0.0109208059, 0.0166682061, -0.018293282, -0.000576324121, -0.0292215422, -0.0116438903, 0.0242568608, -0.00654502911, 0.0167129338, -0.0137609607, 0.00549394824, -0.00677611772, -0.00317374268, 0.0112115303, 0.0101902671, -0.0118973423, 0.000127890831, 0.0130006047, -0.0226317868, -0.00834901165, -0.00254011224, -0.0103468113, -0.0297731739, 0.0144020459, -0.0105108097, -0.0233921427, 0.00821483135, -0.00363592012, 0.000608471513, -0.0113680745, -0.00520322332, -0.02128998, 0.0262099337, -0.00716002332, 0.00587039907, 0.00677611772, -0.0108686248, -0.0135522354, 0.0261950251, -0.0245997682, 5.65491828e-05, 0.0154009452, 0.026523022, -0.00689166225, -0.0144914994, 0.0085055558, -0.00430495944, 0.0175180156, 0.0261801165, 0.0177267417, -0.00275070127, -0.00990699697, -0.0110475319, -0.0114649823, -0.0152071286, 0.0185318254, -0.00233884156, -0.0149984034, -0.000809742371, 0.00536349462, 0.0030768346, 0.0138131417, -0.0165042076, -0.00531876786, 0.0075662923, -0.00320542417, -0.0159973036, 0.00948209222, 0.0216776133, -0.00934791192, 0.00278797373, -0.0145138633, -0.0150804026, 0.0173092913, 0.0203954428, -0.0173838362, -0.00449504843, -0.0187256411, -0.0222888794, 8.52023222e-05, 0.00158407597, 0.0365567468, -0.00834901165, -0.000680686731, 0.000440279924, 0.017756559, 0.015982395, -0.000936934317, -0.00107251259, 0.00755883753, -0.00325201475, 0.00601948844, 0.025762666, -0.0107866256, 0.000912707299, -0.0109357145, 0.00622075936, 0.023526324, 0.0223186985, 0.0109058972, -0.00574367307, 0.00760729192, 0.0019512088, 0.00266497489, 0.00944482, -0.0376898274, -0.0199630838, 0.00448013935, -0.0145213176, 0.00696620671, 0.00297247199, -0.00196798146, 0.000447967352, 0.0071488414, -0.00942991115, 0.013947323, -0.0142902285, 0.0114128012, -0.0238394104, 0.0225572418, 0.0249874, -0.0235561412, -0.0127173346, -0.0010296494, -0.0248532202, -0.00890064333, 0.00531131355, 0.0213198, 0.0137087796, -0.00120017049, 0.000379246427, -0.0342309475, 0.00082558312, 0.0086397361, -0.00837883, 0.0108760791, -0.0201121736, 0.00738738477, 0.0298179, -0.0146182254, 0.00608657906, -0.0169663858, -0.0148642231, 0.0212452542, -0.0110177137, -0.00753647415, -0.00295010838, 0.00782719906, -0.0103989923, -0.00077759492, 0.0178907402, -0.00887082517, 0.000715629605, 0.0223336071, 0.0017080066, -0.0155649437, -0.011889888, 0.00124676095, 0.0131571479, -0.0149611309, 0.0090870047, -0.00569149153, -0.00489013549, -0.015982395, 0.00189716392, 0.00687302602, -0.00971318129, -0.00557967462, 0.00352783035, 0.0104586286, 0.0130229676, -0.0039657806, -0.00839373842, 0.0125309722, 0.00733520323, 0.000469166029, 0.00311969779, 0.00649657473, 0.0189790931, -1.81994019e-05, -0.0126427896, -0.0120017044, -0.0139324134, 0.026776474, -0.00635121251, -0.0114202555, -0.0203656256, 0.000174947214, -0.0165489353, 0.00431241374, 0.00813283212, 0.00410741568, -0.00986972451, 0.0111966217, -0.0130975125, -0.00218788837, 0.00943736546, 0.0206339862, 0.00623566844, -0.0288786367, 0.0137013253, -0.00673139095, -0.0174881984, 0.0146480436, 0.0107866256, 0.00746565685, -0.0233772341, -0.0147524057, -0.00128589699, -0.0171751101, 0.00449877558, -0.0130826039, -0.00432732282, 0.000237844346, 0.0140069583, 0.0108909877, -0.00266311108, 0.00902736932, -0.00130173774, 0.00427886844, 0.0122998841, -0.0150207672, -0.0163849369, 0.0095417276, 0.0173838362, -0.00323896948, 0.00307124364, -0.0148045877, 0.000245997682, 0.0258073919, -0.011837706, 0.0158034861, 0.0100635411, -0.00338060432, 0.00597103452, -0.00153003098, -0.00350360316, -0.00551258447, 0.0243314058, 0.0354236662, 0.011837706, -0.00533740409, -0.00434968621, -0.0232430529, 0.00278238277, 0.0308317095, -0.00752156507, 0.0214390699, -0.0114053469, -0.0139100505, 0.0164296627, -0.0220652465, 0.00764829153, 0.0344694927, -0.00591139868, -0.0105331736, -0.00860991888, -0.00727929501, 0.013008059, -0.0127844242, 0.0170111116, 0.00322778756, -0.000493393047, 0.00635494, -0.010466083, 0.00419686921, -0.0120837037, 0.0044130492, 0.016489299, 0.00277492823, -0.0204103533, 0.0195158161, 0.0208725296, -0.0154605815, -0.00774519937, -0.00984736159, -0.0113009838, -0.00415959721, 0.0115469815, 0.0235710498, 0.00655993819, 0.0134329638, -0.0265975669, -0.000100693651, 0.00422296, 0.00363219297, -0.000986786094, 0.00405896176, 0.00240034098, -0.0159227587, -0.00507277, -0.00802847, -0.0167129338, -0.0139025962, 0.0264335684, -0.00884846225, -0.0181740094, 0.000461944495, -0.00777501753, 0.0047000465, 0.00189716392, 0.0047000465, 0.0285506397, -0.0077899266, 0.0237350482, -0.00261465716, -0.017860923, -0.00337687717, -0.00799865182, -0.000497120316, -0.00181516469, 0.00583685376, -0.0154605815, -0.0126726078, -0.0182038285, -0.00594494399, -0.0228405111, 0.0108462609, -0.00427514128, -0.00720102293, 0.0123893376, 0.00571012776, -0.00538958563, 0.00273579243, 0.00884846225, -0.000710970548, 0.0132242385, 0.0193219986, 0.0156394877, -0.0138429599, 0.00424905075, 0.0207681675, 0.00808065105, 0.0100784497, -0.00975045376, 0.00228852383, 0.0217074305, 0.00306751649, -0.00884100702, 0.00704447879, -0.0156693067, -0.0330680497, 0.0126726078, 0.000974672614, -0.00727929501, -0.00300229, 0.000181586351, -0.00777501753, 0.000652732444, -0.0120389769, 0.015445672, -0.0122924289, 0.032978598, 0.000861457782, -0.00705566071, -0.0299520809, -0.00332283229, -0.00465531973, -0.0033507864, 0.0104437191, -0.0145511348, -0.0154605815, -0.00641084835, 0.000170288156, 0.0113457106, -0.00172384735, 0.0225870591, -0.00787938, 0.015952576, -0.005538675, 0.0245848577, -0.00875155348, 0.00128403329, 0.00459941104, -0.00158500776, -0.0191878192, -0.0140591394, -0.00907209609, 0.0136342347, 0.0205594413, 0.00231275079, 0.00151978107, -0.0123818833, 0.00995172374, -0.0260906629, 0.00936282054, 0.00200152653, 0.0194561798, 0.00911682285, 0.00303397141, 0.00704075163, 0.00505040679, -0.00049152947, -0.0247339476, 0.00465904688, 0.0237499569, 0.0192176364, 0.0319051519, -0.00484913588, 0.00905718748, -0.00954918284, -0.0273728315, -0.00214875233, 0.00606794283, 0.0210663471, -0.0124713369, -0.0340818614, 0.0205594413, 0.00899755117, -0.00732774893, 0.0108537152, 0.0186510962, -0.0255986676, -0.00875900779, 0.00531131355, -0.0148865869, -0.000785981189, 0.00943736546, -0.0203059893, 0.0041185976, 0.00439068582, 0.00840864796, 0.00218602479, 0.00670902757, 0.00148809957, 0.0104586286, 0.00949700084, -0.00759611, -0.000313553843, 0.00219907, -0.00656366535, 0.0126055172, -0.0107493531, -0.0313982479, -0.00780483522, 0.00218602479, -0.0150058586, 0.00672393665, -0.0151474932, -0.0108909877, -0.00740229385, 0.00713393278, 0.00540822139, 9.55104624e-05, -0.0205445327, 0.00244134059, -0.00729793124, -0.0248830374, 0.0125682447, -0.0153413098, -0.00531876786, 0.00394714437, 0.0106673539, -0.00745447492, -0.0121880667, -0.0138802323, -0.000339877472, -0.00352037582, -0.00655993819, -0.00866955426, -0.00559831085, -0.0155202169, -0.0127620613, 0.00887082517, -0.00503177056, -0.00723084062, 0.0194710884, 0.0161016658, -0.0138429599, -0.0149313137, 0.0241077729, -0.0143424096, -0.012068795, 0.00197357219, -0.0214837976, 0.00360051147, 0.0212303456, -0.0178161953, 0.0243612248, -0.00768556353, 0.0071749324, -0.00678357203, 0.0275964662, -0.00874409918, 0.0113904374, 0.015878031, -0.0200525373, -0.0233026892, -0.0241226815, 0.00464786496, -0.00781229, 0.00355764828, 0.0140889576, 0.00615739636, -0.00337687717, -0.00969081745, -0.00481931819, 4.97935653e-05, -0.0125980629, 0.0080508329, 0.00890064333, -0.00157848513, -0.00292215426, 0.0173391085, 0.0038949633, 0.0041819606, -0.00252706697, -0.00193257269, -0.0434745, 0.00197357219, 0.0133360559, -6.33630407e-05, -0.00251588528, 0.0234070513, 0.0159973036, 0.0110028051, 0.0175627433, 0.0158482138, 0.00106971711, 0.0050914064, -0.0148344049, -0.00438323151, 0.0174434707, -0.0178161953, -0.0261502974, 0.0120837037, 0.00020080492, 0.0208278038, -0.0122551573, -0.020350717, 0.0122551573, -0.0209023487, 0.00311037968, -0.00750292931, 0.00503177056, 0.000907116453, 0.0124787912, 0.011457528, 0.00529640447, -0.00633257674, -5.87622271e-05, 0.00326319644, -0.00185895967, 0.0165787525, 0.00543058524, -0.00498331664, -0.0234070513, -0.00541940331, 0.00979518052, 0.0161613021, 0.0050205891, -0.0294600856, -0.0177267417, 0.00149089505, 0.0116587989, -0.012016614, -0.0144169545, 0.00728674931, 0.00676493626, 0.0067015728, -0.000313087949, 0.00304328953, -0.00890809763, 0.00388750876, -0.00758492853, 0.00168377953, 0.000932275259, -0.00120296585, -0.0186510962, 0.00228666025, -0.00487149926, 0.00680966303, 0.0120911589, -0.0102200853, 0.0123818833, 0.00717865955, -0.0378389135, 0.0312193409, -0.0147449514, 0.0368847437, -0.00787192583, 0.0217819754, 0.0133658741, -0.0147673152, 0.0215881597, -0.00684320787, -0.00925100315, -0.00554612931, 0.0060567609, 0.00287742727, 0.000776197237, 0.0063437582, 0.0246444941, 7.7048986e-05, -0.00897518825, -0.019664906, 0.00722338632, -0.00479322765, -0.0146704065, -0.00180677837, 0.00614621444, 0.0166532975, -0.0166831147, 0.00250656717, -0.0207234398, -0.00845337473, -0.0130527858, -0.0126651535, -0.007406021, -0.00989954267, 0.0213496163, -0.00291283615, -0.00975045376, -0.0230045095, -0.0199481752, 0.018293282, -0.0137609607, 0.00431986805, 0.00635866728, 0.0163551178, -0.00921373069, 0.0190387294, 0.00698111579, 0.0145138633, 0.0162954815, -0.00382787292, -0.00929573, -0.00757747376, 0.00704820594, 0.0117482524, 0.0111295311, 0.00808810536, -0.0128216967, 0.0137907788, -0.00077899266, 0.0075402013, 0.00919882208, 0.0127396975, -0.0023537504, -0.0197841767, 0.00408877945, -0.00743211154, 0.0271790158, 0.0047969548, 0.0109058972, 0.0326506, -0.000859594147, 0.013947323, 0.0169067495, -0.0203358084, 0.00658230158, -0.00631766766, -0.00622821366, -0.0111146225, 0.00106971711, -0.0102051767, 0.0302204415, 0.00251588528, -0.012068795, -0.0220205188, -0.0132913291, 0.00536349462, -0.00452113897, 0.0244059507, -0.0375705548, -0.00891555194, -0.00334705925, -0.0138653237, -0.000851207878, -0.00935536623, 0.0129707865, 0.00434595905, -0.0314578861, -0.00204811711, 0.00642575743, 0.027208833, -0.00776010845, -0.00840119366, 0.0204401705, 0.00729420362, 0.0131273307, -0.000654596079, 0.000711902336, 0.00884846225, 0.0173092913, 0.00318119721, -0.00532995, -0.0148940412, -0.00901991501, 0.0115991635, -0.00540822139, 0.00944482, 0.00326506, 0.0153562184, -0.00872919057, -0.000533460872, 0.0194710884, 0.000962559076, 0.0152518563, 0.027462285, -0.00477831857, 0.0187405497, -0.000361775, 0.0223037899, -0.0102275396, 0.0118004335, -0.0160718486, -0.0143051371, -0.0216328856, -0.0244208593, -0.00933300238, -0.0234965049, 0.00712275086, -0.0231237821, -0.0197245404, -0.00824464951, 0.000541847141, 0.00661584642, -0.0302353501, -0.00483422726, 0.0196350869, -0.0103989923, 0.0145734986, 0.00733520323, 0.00369369239, -0.0137236882, 0.000897332444, 0.00493486226, -0.0112338942, -0.023347415, 0.0119867958, 0.0118600698, 0.00950445607, 0.00650775665, -0.0297433548, -0.010339357, 0.00779738091, -0.0141485939, 0.00661211926, -0.0108686248, -0.0173391085, -0.00380364596, 0.0149536766, -0.00781229, -0.00204998069, 0.0129409684, 0.0054417667, 0.00866955426, -0.0170111116, 0.0258521196, 0.0142156836, -0.00614994206, -0.0076930183, 0.0120315226, -0.000246230629, 0.00086238957, -0.0089528244, -0.00971318129, 0.00364523823, 0.00676493626, 0.00348496716, -0.00132410112, 0.00834901165, -0.014685316, -0.0121507943, 0.0125533361, 0.0101082679, -0.0166234784, -0.012881333, -0.00983245298, 0.00825955812, 0.00107903522, -0.00844592, -0.00365269277, 0.00746192969, 0.00423786882, -0.00648539327, 0.0113382563, 0.00546785723, 0.0174881984, -0.00325387833, 0.0483944528, 0.0133584188, 0.0320244245, 0.0118153431, 0.00153934909, 0.0204550792, 0.00990699697, 0.00655248342, -0.0179951023, -0.00653012, 0.00788683444, -0.0100560868, -0.0010296494, 0.025225943, -0.0123446109, 0.00575112738, -0.03038444, 0.00980263483, -0.00711902371, -0.0135522354, -0.00237611402, -0.0227063317, -0.00630648574, -0.00111444399, 0.0220652465, 0.00436086766, -0.0136864157, -0.0247339476, -0.00572503684, -0.0077004726, -0.00773774507, 0.00378873688, -0.0116960714, -0.0151624018, 0.0218416117, -0.000568403746, 0.0151847657, 0.0158482138, 0.000881491695, -0.00417823344, -0.00795392506, -0.012068795, -0.0185169168, -2.35573061e-05, 0.00438323151, -0.00371791935, 0.00360982958, -0.00113587559, 0.00580330892, -0.013008059, 0.00893046148, 0.00718984101, 0.00989208836, -0.00620585028, 0.000339411577, -0.00918391347, 0.0162209384, -0.013008059, -0.0264633857, -0.000696527481, -0.010160449, -0.0192176364, 0.00720102293, 0.0216179769, -0.0123967919, -0.00500195287, -0.0124862455, -0.0084981015, 0.00577349076, -0.020604169, 0.0133211464, -0.0164445713, -0.0188598223, 0.00316628837, 0.00271342881, 0.0235561412, 0.0123967919, -0.0067910268, -0.00127751066, -0.0266124755, -0.0207830761, -0.000573994592, -0.00461432, -0.010212631, 0.0173391085, -0.0021226618, 0.00421177829, 0.00638475781, -0.0142976828, -0.0106300814, -0.0337836817, 0.00399187114, -0.00343651301, 0.0162507556, -0.00704075163, -0.0134702362, -0.0244059507, -0.0135075087, 0.00583685376, 0.00421177829, 0.00795392506, 0.0077004726, 0.0154903987, -0.000520415546, 0.0208128933, 0.0123371566, -0.0163849369, -0.00972809, 0.0190685466, 0.00990699697, -0.000112108319, -0.00834901165, 0.00134273735, 0.00122253387, -0.00273392862, 0.0153562184, 0.0150804026, -0.0039583263, 0.00934045762, 0.00361355674, 0.0121731581, 0.0127322432, -0.0342607684, 0.0100933593, -0.00531876786, 0.000429564127, -0.0275815576, 0.00150766759, 0.00179093762, 0.0151325846, 0.009400093, 0.000603346562, 0.0313386135, 0.00378500973, -0.031785883, 0.00367691973, -0.00429005036, 0.00342905847, -0.0243015885, 0.00774519937, -0.00815519597, 0.0435341336, -0.00216552499, -0.0101306317, -0.00578467268, -0.0058964896, -0.0244059507, 0.0299669895, 0.00832664873, 0.0177118331, -0.0174583811, 0.0124713369, -0.0174136534, -0.0121209761, -0.0051547694, 0.00921373069, -0.000224216637, -0.00355205731, -0.00176391518, 0.00475222804, 0.000328229857, 0.0330084153, 0.0136789614, 0.0224528778, 0.0111966217, 0.00383532746, -0.014431864, 0.00966845453, -0.00855028257, 0.010697172, 0.00183473271, 0.00584058138, -0.0119495234, -0.000932275259, -0.00642203027, -0.00240406813, 0.00459941104, 0.00395087153, -0.0123073384, 0.00304142572, -0.0126502439, 0.00810301397, -0.0238692295, 0.0163103919, 0.013999504, 0.00964609068, -0.000831173966, -0.0115320729, -0.0188150946, 0.017935466, 0.00770792738, 0.00105014921, -0.00957154576, -0.000213617299, -0.0239437744, -0.00174341537, 0.00977281667, -0.0201569, 0.0227361489, -0.00652266573, 0.00657857396, -0.00376078254, -0.0338433161, 0.00111071672]
|
22 Mar, 2022
|
HTML5 | MathML <munderover> Tag
22 Mar, 2022
The MathML <munderover> tag in HTML5 is used attach any accent or limit under the expression plus over the expression.Syntax:
<munderover> base underscript </munderover>
Attributes: This tag accepts some attributes which are listed below:
accent: This attribute specifies whether the operator should be treated as an accent. Possible values are true or false.
accentunder: This attribute defines that the tag contains the accent or not. Possible values are true that means the elements is an accent that drawn closer to the base expression and false that means the elements is an limit that drawn closer to the base expression.
align: This attribute holds the alignment value of the underscript. Possible values are left, right and center.
class|id|style: This attribute is used to hold the styles of the child elements.
href: This attribute used to hold any hyperlink to a specified URL.
mathbackground: This attribute holds the value of the math expressions background color.
mathcolor: This attribute holds the color of the math expressions.
Below example illustrates the concept of HTML5 <munderover> tag:Example:
html
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML munderover tag</title>
<style>
.munderover {
font-size: 40px;
}
</style>
</head>
<body>
<center>
<h1 style="color:green">GeeksforGeeks</h1>
<h3>HTML5 MathML <munderover> Tag</h3>
<math>
<munderover class="munderover">
<mo> ∫ </mo>
<mn> 0 </mn>
<mi> ∞</mi>
</munderover>
<mrow>
<mi>GeeksforGeeks</mi>
<mo>=</mo>
<mi>
A Online Computer Science
Portal for Geeks
</mi>
</mrow>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML <munderover> tag are listed below:
Firefox
Safari
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag
|
https://www.geeksforgeeks.org/html5-mathml-munderover-tag?ref=asr7
|
NextJS
|
HTML5 | MathML <munderover> Tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0525418781, 0.00670683384, -0.0159550458, -0.00348311756, 0.0552787483, -0.00582336634, 0.00347935804, 0.0326920561, -0.00742864562, 0.00185810123, 0.00488726702, -0.0140302153, 0.005639154, 0.000312973047, -0.018030256, -0.0179099534, -0.0315491855, 0.0169475377, -0.0347973406, 0.0152031593, 0.0100828074, 0.0107895816, -0.0501358397, 0.0124738086, -0.0453237593, 0.0117144026, 0.000772094179, 0.0213235207, 0.0200453121, 0.0141805932, -0.00946626, -0.00727450894, 0.00474440819, 0.0148572912, -0.0145565365, 0.0272935051, -0.00186374038, 0.0228724089, -0.00748879649, -0.0255040135, 0.0347973406, -0.0245265607, 0.0236092582, 0.0614141487, 0.0183009338, 0.00634968746, 0.011030185, -0.00633465, -0.0286920164, -0.0166467819, 0.00790985301, 0.0157745928, 0.0123384688, 0.0318499431, -0.0033346198, 0.015819706, 0.0217145029, 0.0328424349, -0.0194137283, -0.0138121676, -0.00127068942, -0.063158527, 0.00787225924, -0.0132933659, -0.0310379043, 0.000203362, -0.0144512719, 0.0131655447, 0.00754142879, -0.0142407436, -0.00761285797, 0.00112031191, 0.0505568944, 0.0150527814, -0.0350379422, -0.0108873267, 0.0174888968, -0.00580456946, 0.0120753087, 0.0156843662, 0.00220114971, 0.0137144225, -0.0285566766, 0.0177896507, 0.0433387794, 0.0294288658, -0.0300303753, -0.0476395749, -0.0156994052, -0.0108798081, -0.0242107678, 0.0309176017, 0.0100677693, -0.0119625255, -0.0199851617, -0.0258649196, 0.00353011047, 0.000272324134, -0.0281205811, -0.0127219316, 0.0227821823, 0.040932741, 0.0104136374, -0.00703014527, 0.012037714, 0.00672939047, 0.0113083832, 0.0111730443, 0.00672939047, 0.0226468425, 0.0156091787, -0.031489037, -0.0048233564, -0.00485719135, 0.00778203271, 0.0375041328, -0.0119174123, -0.0607825629, 0.0041579362, 0.0263010152, -0.0069699944, 0.0138798375, 0.0276844874, 0.0357597545, -0.0268874858, 0.0113384593, -0.0326619819, -0.00521057844, 0.00671811216, 0.00888730679, -0.00842865556, 0.0192934256, -0.0242709182, -0.0101805525, -0.000558276253, 0.00698879175, 0.0200753883, 0.00593239, 0.00661284802, 0.0144437533, -0.0265716948, 0.0164362546, -0.00164663303, 0.0178949162, -0.0386470035, -0.0130602811, 0.0271581654, 0.0540757291, 0.00369552569, 0.012616667, -0.0107068736, -0.0211881809, 0.0147670647, -0.00399628049, 0.000421996694, 0.0021391192, 0.00880459882, 0.0309176017, -0.0262408629, 0.0417748541, 0.0170828775, -0.00170490425, 0.0349477157, 0.0255491268, -0.011278308, 0.0368124, 0.014977593, 0.00372560113, -0.0176392738, 0.0473989695, -0.0283311103, 0.00520681869, 0.0265566558, -0.00366357039, -0.0121655352, 0.0328123569, 0.0335642435, -0.00813541934, 0.0150603009, -0.00924069341, -0.0397297218, -0.0305867717, 0.00325755123, 0.020556597, 0.00139381096, 0.00387973804, 0.0281807333, 0.0162257254, -0.0177595764, -0.00588351721, -0.0147069134, -0.01279712, 0.00269175624, -0.0120677901, 0.0443613455, -0.00686848955, -0.0357597545, 0.0513087846, 0.028962696, -0.00839106087, 0.0096467128, -0.0236092582, 0.0221656356, -0.0098797977, 0.00680833869, -0.0188573319, 0.0160903856, 0.00728202751, 0.0206017103, -0.0219551064, -0.021218257, -0.0130001297, 0.0110001098, 0.00334401825, -0.0308574513, 0.00898505189, -0.0617750548, -0.0332033373, 0.00620306935, -0.0399101712, 0.0352484733, 0.0025864921, -0.0131655447, -0.0116467327, -0.0427372679, -0.0215340499, -0.0246167872, -0.0331732631, -0.00902264658, 0.0262559019, -0.00302446634, 0.0403011553, -0.00500004971, 0.0128196767, 0.000196078079, 0.0237145219, 0.0133459978, 0.00860910863, 0.0461959504, 0.0299852621, -0.0136241959, 0.0119098937, 0.00914294831, 0.00224062381, 0.0134888561, -0.00569930486, 0.026752146, -0.0289777331, 0.00640983833, -0.0210829172, 0.00915798638, -0.0201656148, -0.00212972052, 0.0039925212, -0.0224363152, 0.0408425145, 0.0334138684, -0.0248874668, -0.0430079475, 0.0185415391, 0.0365717933, 0.00451884232, -0.0493839532, 0.0173234809, -0.0097143827, 0.0178949162, 0.0567825213, -0.0446921773, 0.000264335336, 0.00507899793, 0.00783466455, -0.037895117, 0.00542862574, 0.00360717881, -0.000642393657, 0.00167388888, -0.0179851428, 0.0038101885, 0.0582862981, 0.00722939568, 0.0153460177, 0.00844369363, 0.0238047484, 0.0400906242, 0.0298499223, 0.00687976787, 0.0283160731, -0.021368634, -0.0061541968, -0.0487824418, 0.0193836521, -0.0390079096, 0.0143685648, 0.0103158923, 0.0232633911, 0.0296694692, 0.0067669847, -0.0171430279, 0.000627355883, -0.00850384403, -0.0141580366, -0.000562975532, 0.028285997, -0.0329025835, -0.015323461, 0.0187370293, 0.0242558811, 0.0284814872, -0.0131505076, -0.0238649, 0.00753015047, -0.0560607091, -0.0474591218, 0.00637600338, 0.00954144821, -0.0161054246, 0.0218498427, -0.00796248578, 0.0029342398, -0.0145264613, -0.0208573509, 0.00434214855, -0.0376244374, 0.00710157445, 0.0144362347, -0.00237408397, -0.00731962174, -0.0107369497, -0.000577543338, 0.0170678403, -0.0670683384, -0.0408124365, 0.0118948556, 0.0174437836, -0.00489854533, -0.0747676641, 0.0544667095, -0.0013524571, 0.00662412634, -0.0334138684, -0.0373537578, -0.0283010341, 0.00795496628, -0.0011842224, 0.0114888363, -0.0175490472, 0.0170227271, 0.00872941, -0.00830083434, 0.0430681, 0.00104512321, 0.0251431074, 0.0408425145, 0.00932340138, 0.00730082486, -0.03166949, -0.043128252, 0.0103459684, -0.0265566558, 0.0271130521, -0.0352484733, -0.00225754129, 0.00680081965, -0.0723014772, -0.026616808, -0.0607524849, -0.0511584058, -0.00593990879, 0.0333236419, -0.00425568176, -0.0114888363, -0.0290228464, 0.0202859174, 0.00165227219, -0.013556526, 0.0123685449, 0.00552261155, 0.00423312513, -0.0191580858, 0.0218197666, -0.0439703651, 0.0107143931, 0.0302258655, -0.0238047484, 0.0142031489, -0.00198498229, -0.0274138078, 0.0211581066, -0.0187671054, 0.0104813073, -0.0134813376, 0.0426470414, 0.0117444778, -0.037383832, 0.00711285276, -0.0212633703, -0.0320003182, 0.00515042758, 0.00372184161, -0.0146768382, 0.0313085839, -0.0226769187, -0.00287596858, -0.00163347495, 0.00104042387, 0.0323913023, -0.0182107091, -0.0098121278, 0.0229175221, -0.0544967838, 0.00915046688, -0.00514290854, -0.00117858325, -0.0492636487, 0.0370229259, 0.0102858171, 0.0247070137, 0.0223761629, -0.0145790931, 0.0179701038, 0.0628577694, -0.00754142879, -0.00851136353, -0.0170227271, 0.0185265, 0.0046579414, -0.0271581654, -0.0373236798, 0.00124625303, 0.0126467431, 0.0181956701, -0.0167821217, 0.00864670333, 0.0297596958, -0.0168573111, -0.00219175126, 0.0249325801, 0.0143685648, -0.0313687325, 0.0211581066, -0.0209626146, 0.00444365339, -0.0303461682, 0.013473819, -0.0355492271, 0.00252446136, -0.00317484373, -0.0224062391, 0.0288875066, 0.00270491419, 0.00388349732, -0.0115189124, -0.0396394953, -0.0379853435, 0.0258949958, -0.0258198064, 0.0614141487, 0.0203911811, 0.0369026251, 0.00386845972, -0.030466469, 0.0103234118, 0.0324815288, 0.0130903563, 0.0595193915, -0.0272183176, -0.0596998446, 0.0519704446, -0.0194738787, 0.00402635615, 0.0241656546, -0.00976701453, -0.00897001475, 0.00685721124, 0.0159249716, 0.0147971399, -0.0145941311, -0.0068872869, 0.00616547512, 0.00242295652, 0.0350680202, -0.00689104619, 0.00653765909, 0.00142858573, 0.0129399784, -0.0273235813, 0.021879917, 0.00700382935, 0.0241656546, 0.0385567769, -0.00492110197, -0.0038101885, 0.0190528221, -0.0489929691, 0.00097369391, -0.00428951671, -0.00157990295, -0.0191580858, 0.0260604098, -0.0241355803, -0.0170227271, 0.0393086635, -0.0165565554, 0.0423462875, 0.0158046689, 0.0291581862, -0.0574742593, 0.0504365936, -0.0171881411, 0.0236092582, 0.0258649196, 0.00108929654, 0.0118497424, 0.00718428241, 0.0260303356, 0.0152783478, 0.0262258258, 0.0345868133, 0.0168873873, -0.0295642056, 0.0206017103, -0.00128854671, -0.0146091683, 0.0346770398, 0.000375473668, -0.00033411989, 0.0246318243, -0.0184663497, -0.0135790827, -0.0381657928, -0.0207220111, -0.00941362791, 0.0115715442, 0.0461959504, -0.0369627737, 0.0113384593, -0.0312785096, -0.00715420675, 0.0187821425, 0.0420756079, -0.0191731229, -0.0153986504, -0.0285115633, -0.00882715546, -0.0178949162, -0.0157896318, 0.00462786574, -0.0401207022, 0.00104888261, -0.00466921972, -0.000391921203, 0.0436996855, 0.0100376941, -0.00289664557, -0.00182144681, -0.0144963851, -0.0255040135, -0.0163911413, -0.012451252, -0.0201806519, 0.010518902, 0.0135264508, 0.0424665883, 0.0235039946, -0.0201505776, -0.0290980358, -0.0320003182, 0.0430079475, -0.00728578726, 0.00896249525, 0.00490982365, 0.0132557712, 0.0511283316, -0.0140828472, 0.0342259072, 0.0248122774, 0.0274739582, 0.0132332146, 0.0463463292, -0.012300875, -0.00745120225, -0.0152783478, 0.0406319834, 0.00903016515, 0.0186768789, -0.0191430487, -0.00995498616, -0.0208122376, -0.0541960299, 0.0139174322, 0.0130753182, 0.0106016099, -0.00338725187, -0.0271732043, 0.00347559853, 0.0095790429, -0.0119625255, 0.0156693291, 0.006439914, -0.0198347848, -0.00593239, 0.00986476056, 0.0135941207, 0.00877452362, -0.0268724486, 0.0381958708, 0.0139625454, -0.026767185, 0.0202558413, -0.0166317448, -0.0618352033, -0.00616171584, 0.0319702439, 0.00291356281, -0.0292333737, -0.00593614951, -0.0150753381, 0.00312597095, -0.00429703528, -0.0149625558, 0.0473688953, -0.00992491096, -0.0128723094, 0.0124437334, 0.0118497424, -0.00730834343, -0.0319702439, -0.0152257159, -0.00371996197, -0.0115865823, -0.013225696, -0.011541469, -0.0092031, -0.0159249716, 0.0328424349, 0.037053, -0.0483313091, -0.00781210791, -0.00887226872, 0.0267371088, -0.00179137127, 0.0362710394, -0.0301506761, 0.0501358397, -0.00853392, 0.0161806121, -0.00164851267, 0.00669931481, 0.00587599864, 0.0306769982, -0.0210829172, 0.0103835622, 0.000321431784, -0.00565795135, 0.00764669292, 0.00797000434, -0.013804649, 0.00890234485, -0.02879728, -0.00158742187, -0.0182558205, -0.0449929312, 0.0221205223, 0.0169325, 0.0167219713, -0.0145414984, 0.000402259669, -0.0160302352, -0.0320003182, 0.0307521876, -0.00649254583, -0.0114211664, 0.026932599, 0.0306920353, 0.00654517813, -0.0281807333, 0.000659781042, 0.0262107886, -0.0158948954, 0.0281656943, -0.0369627737, -0.00156110583, 0.0279100537, 0.0278047882, -0.0262859762, -0.00268799672, -0.0249927305, 0.0174888968, -0.00445117243, -0.0309476778, 0.0263160523, -0.0182407834, 0.0223761629, 0.0174588207, -0.0178648401, -0.0137745738, -0.00640231976, -0.0125339599, 0.0234588813, 0.00117012451, -0.017849803, -0.0231130123, 0.0120301954, -0.0125565166, -0.0187821425, 0.0443312712, 0.00220490922, -0.00141730742, -0.0304213557, -0.00951137301, 0.00180828874, 0.03365447, 0.0299251117, 0.0521208197, -0.00404891279, -0.0111580063, 0.00350943347, 0.046617005, -0.0223611258, 0.00888730679, -0.0146016497, -0.0127444882, 0.00919558, -0.0177746136, -0.00276318542, -0.030135639, 0.0324514508, 0.00575193716, -0.00589855528, 0.00530080497, -0.0106241666, 0.0111730443, -0.0081880521, 0.00989483576, -0.0329025835, 0.0200152379, 0.0516696908, 0.00659781042, -0.00930084474, -0.0154738389, -0.0195039548, 0.0181355197, -0.00571434293, -0.0228724089, 0.0190979354, -0.0524817258, -0.00292108185, 0.0226318054, 0.0107219117, 0.0241205413, -0.024752127, -0.00627449853, 0.0166618209, -0.0270228256, 0.0149024045, -0.0148497727, -0.0245115235, 0.0146843567, -0.00111091335, -0.0269927513, -0.00852640066, -0.00490230462, -0.00291920197, -0.0234438423, 0.017849803, 0.00238160277, -0.0273386184, -0.0307070743, 0.0144587914, 0.00134305854, 0.00465042237, -0.0342559814, 0.0353988484, 0.00852640066, 0.00626698, -0.017849803, -0.0239551272, -0.0127369696, -0.0139926206, -0.035849981, -0.0141505171, 0.0113384593, -0.000724631303, 0.0518501401, -0.0276995245, 0.0120452335, 0.00787225924, -0.0154136876, 0.00140132976, -0.000396150572, 0.0309476778, 0.0333236419, -0.00212784088, 0.0036823675, 0.00527072931, -0.00454139896, -0.022225786, -0.0227821823, 0.00387221901, -0.0196242556, 0.021564126, 0.024075428, -0.00294739776, 0.018030256, 0.0373236798, -0.00703014527, 0.0281356201, -0.00844369363, -0.0164212175, -0.00515418686, -0.00239664037, 0.0197144821, -0.0244964845, -0.0135715641, 0.00270115468, 0.0226468425, 0.0125865918, 0.0174888968, 0.00434214855, 0.0214287862, -0.00753015047, 0.00607900787, 0.00457523344, -0.0181355197, 0.0198949352, 0.0367522463, 0.00519178109, -0.0263611656, 0.0123835821, -0.00581208803, -0.0108572515, -0.0201355387, -0.0132708093, -0.0111805629, -0.0212784074, 0.0106918365, 0.000447137922, 0.0103234118, -0.0252634101, 0.0428575724, -0.0198648609, 0.00281769736, 0.00922565628, -0.00682337629, -0.00592111191, 0.0286619402, 0.0163761042, -0.0133986296, 0.0128647899, 0.0174738578, 0.0266318452, 0.0368725471, 0.00161843724, 0.0345868133, 0.0312183574, -0.0286619402, -0.0219099931, 0.00746624, 0.0100076189, -0.00179137127, -0.000709123618, -0.00154324854, 0.00769556547, -0.0353086218, 0.0453839116, 0.0192934256, 0.0621961094, -0.0137444986, 0.0238649, 0.0138723189, 0.0105414586, -0.0118948556, 0.0262859762, 0.0241355803, -0.0102782985, -0.0172482934, -0.0188573319, 0.0085489573, 0.0112256762, 0.018030256, -6.06796457e-05, 0.0330830365, 0.00212784088, -0.0166768581, 0.0027368695, 0.0112181576, -0.0156242158, 0.00123685447, 0.0135189323, -0.0414139479, 0.0192032, 0.00573689956, 0.0288273562, -0.0204212572, -0.00073825923, 0.0236543715, -0.0142708188, 0.0377146639, -0.0160452724, 0.019353576, -0.00132332148, -0.0222859364, 0.00283649447, -0.0147821028, 0.00578953139, 0.0140226968, -0.0145039046, 0.0170377642, 0.013721942, 0.032150697, -0.0101504773, -0.0131805828, -0.010699355, 0.00742488634, 0.0161505379, -0.0202257652, 0.00237972313, 0.0100376941, 0.00924821291, -0.0264062788, -0.0143911215, -0.028962696, 0.00636848481, 0.0269626752, -0.00970686413, 0.0104512321, -0.00783466455, 0.0122407237, -0.014383602, 0.00700382935, -0.0227671452, 0.0101805525, 0.00804519281, 0.00575945619, 0.000896625512, -0.0112482328, -0.0237897113, 0.000859501073, -0.0264814682, -0.0167520475, 0.0105640152, -0.00305830128, 0.0143610453, -0.00482711568, -0.0193986893, -0.0239551272, -0.0321807712, 0.0056541916, -0.0191129725, 0.00583840394, 0.00437222421, 0.0160753485, -0.00737977307, -0.0179550666, 0.0152031593, -0.0147821028, -0.00706022093, 0.00836098567, -0.0179550666, 0.0055414089, 0.0217596162, -0.00844369363, 0.000624066393, 0.0268122982, -0.00473688962, -0.00305454177, -0.0236844476, 0.0215340499, -0.00102350651, -0.00629329588, 0.00398876145, -0.00903016515, 0.0351582468, 0.0162106883, 0.0206468236, -0.00483463472, 0.0376244374, -0.0049737338, 0.0243310705, 0.000613727956, 0.0256243162, -0.0064699892, 0.0146693196, 0.0230979752, 0.000545588147, 0.00217671343, 0.0200603511, -0.0100376941, -0.0172332544, 0.00234024902, 0.0320604704, 0.00308273756, -0.0250979941, -0.0132482527, 0.0261055231, 0.0241806917, 0.0563915409, -0.0129926112, -0.0344364345, -0.0359702855, -0.0312785096, 0.00457147416, -0.00418425212, 0.0214588605, -0.0337747745, 0.0385567769, -0.00719556073, 0.0105564967, -0.0212633703, -0.0176994242, 0.0054361443, -0.00132802082, 0.0173084438, -0.0274438839, 0.0031447683, 0.00326507026, 0.00143422489, -0.0133384792, 0.0273686945, 0.0479102544, -0.0096843075, -0.00466546, 0.00569930486, -0.0682112053, 0.00385718141, -0.00903768465, -0.0206618607, -0.0118422238, 0.00795496628, -0.00499253115, 0.0172783677, -0.018180633, -0.00884219352, -0.0157595556, 0.00126129074, -0.00463914406, -0.0188422929, -0.0424966663, -0.0365717933, 0.00606772956, -0.020887427, -0.00430079503, -0.0255190525, 0.0292033, -0.0219701435, -0.0250979941, 0.00860910863, -0.0165715944, 0.00454515824, 0.00308273756, -0.0149099231, 0.0199851617, 0.0337146223, -0.0140302153, 0.0283611864, -0.00829331577, 0.0125565166, -0.0129174227, 0.0174738578, 0.0214137472, 0.00965423137, -0.0138648, -0.00419929, -0.0193385389, -0.00927828811, -0.0148948859, -0.00642111665, -0.0132858474, 0.00403011544, 0.0177144632, -0.0187069532, 0.0112632699, -0.00320491917, 0.0248273164, 0.00484591303, 0.00275378698, 0.00395116722, -0.00638352241, -0.00616547512, -0.0439703651, 0.00707149925, -0.00957152434, 0.0173986703, 0.00426320033, 0.00208272762, 0.00286469026, 0.0103234118, 0.00184118375, -0.0142933754, -0.000244833267, -0.0143760834, 0.0245716739, -0.00431207335, -0.014812178, 0.0199400485, -0.0111279311, -0.0191731229, 0.0612938441, 0.00696623512, 0.00143046537, -0.0156392548, -0.0101279207, -0.0143760834, 0.0113309398, -0.00868429709, 0.013391111, 0.0187370293, -0.000896155543, 0.00440605916, 0.0262559019, 0.00651510246, -0.000281017856, -0.0157445185, -0.00446621, 0.0183911603, 0.0134888561, -0.00993243, -0.00923317485, 0.00788729638, 0.0414741, -0.00246806978, 0.0178648401, -0.0106767984, 0.00902264658, 0.0134287057, -0.0218498427, -0.00251506269, 0.0130001297, -0.0158046689, 0.0116091389, -0.00574817788, 0.00197182409, 0.0532937646, 0.000501414761, -0.00323687447, -0.0133384792, -0.0196844079, -0.00514666783, -0.00784970261, -0.00807526894, -0.0523313507, 0.00228197756, -0.0145715745, -0.0083158724, 0.0149024045, -0.00674442807, 0.00335341692, 0.00479328074, -0.00400004, 0.03365447, -0.0149851125, -0.0120226769, 0.00485719135, 0.000588351744, -0.00489854533, -0.0196844079, -0.01279712, -0.0109700346, -0.0309176017, -0.0255942401, -0.0192633495, -0.0193836521, 0.027609298, -0.0186016895, -0.0209626146, 0.0230378248, 0.0264062788, -0.0050564413, 0.0149249611, 0.0316093378, 0.0129174227, -0.0225415789, -0.0122407237, -0.00227445876, 0.00813541934, 0.0103760436, -0.00807526894, -0.00873692892, 0.00605269196, -0.0218648799, 0.0220603701, 0.00128478731, -0.0100527322, -0.0275040343, -0.00225754129, 0.0140001401, 0.0167670846, 0.00682337629, -0.0130302049, -0.0162858777, -0.0200453121, 0.00722939568, -0.0105865719, -0.00373875909, 0.00979709066, -0.028962696, -0.0232934654, 0.0135715641, 0.00941362791, 0.0184964258, 0.0167821217, -0.00201881723, -0.0232483521, 0.0181204826, -0.0176693499, -0.0153084239, 0.0245265607, 0.0213535968, 0.0155941406, -0.0118798176, -0.00445493171, -0.0109098833, -0.00154982752, -0.00878204219, -0.00488726702, 0.0109399585, 0.00682713604, -0.00388349732, 0.026616808, 0.0060714893, -0.00637976313, -0.000332005206, 0.00953393, 0.00600757869, -0.0130903563, 0.0257897321, 0.00985724106, -0.00912791, 0.019037785, 0.0154136876, 0.0168723483, 0.00414665788, 0.020210728, -0.00189099635, -0.00234024902, 0.00253385981, 0.00727826823, 0.0135339694, 0.0192783885, 0.00248498726, -0.0172633305, -5.44457407e-06, 0.00794744771, 0.00870685373, 0.0458350442, 0.0163610652, -0.0290829968, -0.0308574513, -0.0168723483, 0.0191731229, 0.0262859762, 0.0035526671, -0.0331131108, 0.0164813679, -0.00912791, 0.0180753693, -0.0346168876, 0.00411658268, 0.0125114033, 0.002819577, -0.0199701246, -0.0351281688, 0.0233085025, 0.0309176017, -0.0453839116, -0.0202708784, -0.0411432683, 0.0128121581, 0.00519554038, -0.0020112982, 0.00895497669, 0.0209175013, 0.00370492414, 0.0108873267, 0.00739857, 0.0200152379, 0.00311469287, 0.00245679147, -0.0085489573, -0.0152257159, 0.00447748834, -0.0257145427, -0.00345116225, -0.0148873664, -0.0106467232, -0.0341056027, -0.0239551272, -0.00552637083, -0.0145114232, 0.0295942798, 0.0300303753, -0.023910014, -0.019699445, 0.0111429682, -0.0163911413, 0.00588727696, -0.0158497822, -0.0105640152, 0.0477598757, -0.00375755643, -0.00305642141, 0.0160302352, 0.00366169075, -0.005639154, 0.0246919766, 0.00164287351, -0.00316920457, -0.00232709083, -0.0100978455, 0.0265867319, -0.0152708292, -0.0180452932, 0.014218187, 0.0264814682, -0.00893242, -0.00469929492, 0.0356996059, -0.0101279207, 0.000262220652, 0.00421808707, 0.0122332051, -0.0096467128, 0.00897753332, 0.0270378646, -0.000401084835, 0.00383838429, 0.0118347043, 0.0184062, 0.0241205413, 0.0139550269, 0.00763917388, -0.000580362917, -0.0243912209, 0.0229175221, -0.00522185676, -0.00885723159, -0.00680081965, 0.0327522084, 0.00989483576, 0.0146918762, -0.0150377443, -0.0389176831, -0.000317672355, 0.000186914462, 0.00732338149, -0.0186167266, 0.00161843724, 0.0107143931, 0.010436194, 0.00770684378, -0.0296845064, -0.0130001297, 0.0201806519, -0.00906776, -0.00824068394, -0.0102557419, -0.018015217, 0.0103910808, 0.0126918564, 0.00260340935, -0.0309777521, -0.00148403738, 0.0177746136, -0.0383161716, -0.00913543, -0.00668051792, -0.00387221901, 0.0109174019, -0.0176091976, -0.00237784325, 0.00748127792, 0.019368615, -0.00452636089, -0.00770684378, 0.00723691424, -0.00577449379, -0.0046579414, 0.00552261155, -0.0160452724, 0.012120422, -0.0117519973, -0.0253536366, -0.0062895366, -0.0137745738, -0.0126241865, -0.00422184682, 0.0096091181, 0.0262408629, -0.00592487119, 0.0419553071, 0.00661284802, -0.00982716586, 0.0243160315, -0.00405267207, -0.00123685447, -0.0167069342, -0.0195791423, 0.00877452362, -0.00605645124, 0.027609298, 0.00471433299, 0.00666548032, -0.0109399585, -0.011541469, -0.000163183024, 0.0194438025, -0.000318142265, -0.0210077278, 0.0141129233, -0.0123911016, -0.00527824834, 0.00914294831, -0.0225716531, 0.00259213126, 0.000199720045, 0.0043910211, -0.0233836919, -0.0139851021, -0.0147745833, 0.0118497424, -0.0198047087, 0.00191543263, -0.0440906659, -0.0026616808, -0.00383274513, 0.0170678403, 0.00804519281, 0.00613539945, 0.00117388391, -0.0132783279, 0.0163009148, 0.00962415617, 0.0331732631, 0.00658277236, 0.0151806027, -0.0081880521, -0.0167670846, -0.0299702249, 0.0392485112, -0.025940109, 0.00513914926, -0.0388274565, -0.00955648627, -0.00150095485, 0.0304514319, -0.041564323, 0.000537599379, -0.0101579959, -0.0241205413, 0.0262408629, 0.00788729638, -0.0118196672, 0.0288574304, 0.00833842903, 0.018030256, 0.0233235415, -0.00521057844, -0.0131580262, -0.00166449032, -0.00775195705, 0.00722187664, -0.015654292, -0.0292333737, -0.0120903458, -0.0327822827, 0.00545494165, -0.0048759887, 0.000778673217, -0.0101730339, 0.00892490149, 0.0069549568, 0.00865422189, -0.0123835821, -0.0150828576, -0.00343612465, -0.0218197666, 0.000371244299, -0.0211129934, -0.0083459476, 0.0187520664, -0.0268574115, -0.0200603511, -0.00804519281, -0.00990987383, 0.0295792427, -0.0193084627, 0.0148948859, 0.0250528809, 0.004293276, 0.00606397027, 0.0163159519, -0.0128196767, -0.0384064, -0.0082181273, -0.0069023245, -0.00800759904, -0.0257145427, 0.024406258, 0.0510681793, -0.0081805326, 0.00621810742, 0.0195641052, -0.0242709182, 0.00903768465, -0.00649630558, 0.0144061586, -0.0179400295, 0.0178949162, 0.0411733426, -0.0122933555, -0.00210528425, -0.00805271231, -0.00887978822, -0.00852640066, 0.0156994052, 0.0105865719, 0.0221656356, -0.016511444, 0.00522937533, 0.00328386738, 0.0268122982, 0.00470305467, -0.0132181775, 0.0097519774, -0.0181505568, -0.00809782557, -0.013970064, -0.0363612659, -0.0274138078, -0.00772188185, 0.0213535968, -0.0195641052, 0.0198047087, 0.00459403079, 0.0244964845, -0.0201054644, 0.00127914816, -0.00785722118, 0.0191129725, 0.00367108919, 0.00174813776, 0.00420304947, 0.023894975, 0.00127820822, 0.0152257159, 0.0201054644, 0.0210979544, 0.0176994242, -0.00239100121, -0.00213535968, 0.0135339694, -0.000426696, -0.00985724106, -0.0165565554, -0.0152031593, -0.027940128, 0.0170828775, -0.0047406489, -0.00135903608, -0.00717676338, 0.0168873873, 0.000554516795, 0.0353687741, -0.00268235756, 0.00201317808, 0.00683089532, 0.0247070137, -0.0160753485, -0.00923317485, 0.00159682042, -0.0225115027, 0.019022746, -0.0223761629, -0.00560155977, -0.0040902663, -0.0220002197, 0.0172332544, 0.00296055595, -0.0206017103, -0.0098497225, 0.0235340688, -0.0102031091, 0.0556095764, -0.000631115341, -0.00216355547, -0.0194287654, 0.0146166869, 0.0164362546, 0.0116392141, -0.000121711739, -0.0193385389, -0.00717300409, 0.0183761232, 0.00983468443, 0.0144587914, -0.0120903458, -0.00966926944, 0.010699355, 0.013721942, -0.0069549568, -0.00396244554, 0.0047707241, 0.00654893741, -0.0246919766, 0.00990235433, 0.00733841909, 0.00554516818, -0.00522561604, -0.00958656147, -0.0167370085, -0.0146768382, 0.0324514508, -0.00136467523, 0.0018139279, -0.011706884, -0.0201505776, 0.00724819256, 0.00514666783, 0.00977453403, 0.0184513126, -0.0232182778, 0.00662412634, 0.0305717345, -0.00814293884, 0.00599630037, -0.0101655154, -0.0214137472, 0.00340792886, 0.0096843075, 0.00050423434, -0.0106316851, -0.000562975532, 0.013887357, 0.00850384403, -0.00927828811, 0.0292033, 0.0209175013, -0.017173104, 0.0161204617, 0.0084888069, 0.00386845972, 0.00553013058, 0.0282258466, 0.00254325848, 0.00719932, 0.00571810221, -0.00185810123, 0.00412034197, 0.00450004498, 0.00740608899, 0.0272183176, -0.000626416, -0.00600757869, -0.0101504773, 0.00745120225, 0.0124738086, 0.0172031801, -0.00213535968, 0.0123535069, 0.00296807475, -0.00206581014, -0.0011879818, 0.00869933516, 0.00412410125, 0.0188422929, -0.00175377692, -0.015985122, -0.0019248313, -0.00867677853, 0.0105414586, 0.00364665291, 0.00875948556, 0.0172031801, -0.0128121581, -0.0136693092, -0.0220754091, -0.000970874331, -0.0244964845, -0.0180753693, -0.0194287654, 0.0330830365, 0.024406258, 0.00781210791, -0.003327101, -0.00017681098, -0.0226468425, -0.00145584159, -0.018030256, 0.0177295, 0.0217746533, 0.0154287256, 0.00125753134, 0.00171430281, -0.0125264404, 0.0100527322, -0.0105414586, -0.00631585252, -0.0141129233, 0.00851136353, 0.00194926758, -0.0238348246, 0.0138272056, -0.036541719, -0.00490982365, -0.0151881212, -0.0116993645, 0.0143384887, 0.0190077089, -0.0230528619, 0.00863166526, 0.0147595461, 0.00642111665, -0.0128948661, 0.0048083188, 0.0189325195, -0.0193986893, -0.015819706, 0.00645119231, 0.0266468823, 0.00710157445, -0.0192182362, 0.0137971304, 0.0188723691, -0.0136542721, 0.0153009044, 0.00304890261, -0.00244927267, 0.0156693291, 0.00824068394, -0.0076504522, 0.00605645124, -0.0019361095, -0.0139625454, 8.82292661e-05, -0.0143234516, -0.0049887714, -0.00743992394, 0.0246769376, 0.0189475585, -0.0323010758, -0.0043083136, -0.0172182173, -0.0011917412, 0.0095790429, -0.0037425186, 0.0111429682, -0.00166637008, 0.0055414089, 0.012300875, 0.0019962606, -0.00028501224, 0.011691846, 0.0163761042, -0.00171054341, -0.0319702439, -0.0142858569, 0.0128948661, 0.00021851722, -0.000475803623, 0.00137407391, -0.00726699, 0.00234212866, -0.0245716739, -0.017684387, -0.00389477564, -0.0293837525, -0.00257709343, 0.0135114128, 0.0207370501, -0.00302258646, 0.00213160017, -0.0200753883, 0.00225942116, 0.0331131108, 0.0112858266, 0.00982716586, -0.0216242764, -0.0140828472, 0.0130978748, 0.00583088538, -0.0152708292, -0.0261506364, -0.00360153965, -0.00477448385, -0.00888730679, -0.00659029139, -0.0218348037, -0.00487974798, -0.0138347242, -0.000442438642, -0.0128422333, -0.00135433686, -0.0449929312, -0.0083534671, 0.0118271858, 0.0255340897, -0.00771436282, 0.0250979941, -0.015240754, -0.012120422, -0.00578201283, 0.0216543507, 0.0140753286, 0.015158046, 0.0139324702, -0.0054361443, -0.0199400485, 0.0162858777, 0.00897753332, 0.00887978822, 0.00589103624, 0.00730458414, -0.0050564413, 0.0105264205, -0.00934595801, 0.0172482934, -0.013391111, -0.000421056844, 0.00970686413, -0.0224062391, -0.011443723, -0.00535343681, 0.0301055629, 0.0123159122, -0.00404515304, 0.0173836313, 0.00200941856, -0.0131354695, 0.00244551315, 0.00375567656, 0.0168573111, -1.64328467e-05, -0.00404515304, 0.00430455431, -0.0105113834, 0.00533088, -0.0054211067, 0.0111504877, 0.0299401488, -0.0174137075, -0.00736473501, 0.00830835383, -0.00423688442, 0.00492862053, -0.0193084627, -0.00986476056, 0.0307672247, 0.00575569645, 0.0106316851, 0.00719180098, -0.0104813073, 0.0154287256, -0.00206205063, -0.0208272748, 0.0220453329, 0.00559028145, -0.00962415617, 0.00793241, -0.0016710693, 0.0195641052, 0.00424816273, 0.000582242676, -0.00731210317, 0.00364477327, 0.0148948859, -0.0292033, -0.0162558015, -0.00667299889, -0.031458959, 0.0476696491, -0.00933843944, 0.00927077, 0.0215340499, 0.0144061586, -0.0102256658, -0.000221336799, 0.00739481067, 0.00540230935, -0.00678202277, -0.00604893267, 0.0290679596, -0.000520681904, -0.00900760852, 0.0109850718, -0.00871437229, 0.0243310705, 0.00533839921, -0.0134437429, 0.0187671054, 0.0097820526, -0.0117219212, 0.0232784282, 0.0127444882, 0.0102031091, 0.0156994052, 0.0189174823, 0.00760157965, 0.0216092374, -0.00881963689, 0.00434966758, -0.00180076982, 0.0120001202, 0.00388349732, 0.00736097572, 0.00807526894, -0.00162407639, 0.00593990879, -0.00200189976, -0.00925573148, 0.0234588813, 0.0097519774, 4.6442251e-06, 0.00673314976, 0.00545118237, 0.00700758863, 0.0159099326, -0.0243912209, -0.00972942077, -0.00775195705, 0.0020037794, -0.00881211832, 0.0493238, -0.00748127792, -0.012037714, -0.0168121979, -0.0174588207, -0.0216543507, -0.0223912019, -0.0101279207, -0.00181298808, -0.0284814872, -0.0150603009, 0.00287220906, -0.000781962706, -0.0098196473, -0.00721059833, -0.00992491096, -0.019353576, 0.0248423535, 0.00548501732, -0.00628201757, -0.0101429587, 0.00394740794, 0.0272634309, -0.00725195231, -0.00862414669, 0.00447748834, -0.00890986342, -0.00248122774, -0.0273085441, -0.00203009555, 0.0266619213, 0.00371808233, 0.0189776327, 0.0122482423, -0.00889482535, -0.00093562965, 0.00236092578, 0.00860159, 0.00180546916, -0.00129136629, -0.0204212572, -0.0136091588, -0.0142482622, -0.0104888268, 0.015654292, 0.00190321449, -0.00580456946, -0.0136918658, -0.0167670846, 0.0175490472, 0.00581584778, 0.00990235433, -0.0196092185, -0.0192783885, -0.0179550666, -0.000723691424, -0.00262032682, 0.00345116225, -0.0120527521, -0.0103835622, -0.00183084537, 0.0248724297, -0.0182858966, 0.00533088, 0.00785722118, -0.0098196473, -0.0067669847, 0.0352785476, -0.00973693933, -0.0115865823, 0.00910535455, 0.0120753087, -0.0112106381, 0.00811286271, -0.00840609893, 0.0278799776, -0.0251130331, 0.000270914374, 0.00279890024, 0.0122256856, -0.0030094285, -0.00746624, -0.00232709083, -0.0098873172, 0.0361507386, -0.0148572912, -0.00943618454, 0.0140602905, 0.00777451368, -0.000742488599, -0.000121594261, -0.00119926012, 0.0155039141, 0.0460455716, -0.00433087, 0.00112595106, 0.00350379432, 0.00278010289, -0.0138347242, 0.00455267727, -0.0184663497, -0.00790233444, 0.000877358369, 0.00418049283, 0.00845873076, -0.0027368695, -0.0114286859, 0.0180904064, -0.00808278751, -0.0155640654, -0.00079982, 0.00576697476, 0.0299401488, -0.0180603303, -0.00511659263, -0.0103158923, -0.0183911603, -0.00712413108, -0.00863166526, -0.0149099231, 0.00527824834, -0.00536471512, 0.00374439824, 0.00857151393, 0.00220302958, -0.00745496154, -0.000429985492, 0.00514666783, 0.0250679199, 0.00869933516, 0.0183009338, -0.00442485604, 0.00953393, -0.00376883452, 0.00636096578, -0.0103234118, 0.0127520068, 0.00781962741, 0.0148196965, 0.0256092791, 0.0258949958, 0.0163610652, -0.00199250109, 0.0176543109, -0.00807526894, -0.000708653708, -0.0100978455, 0.00956400484, -0.00534591824, -0.00103102531, 0.000593521, 0.0109549966, -0.00167294906, -0.00177163421, 0.0195641052, -0.0184212364, 0.00805271231, -0.0135715641, -0.0335040949, -0.0116542513, 0.0172482934, 0.00840609893, 0.00119832018, -0.00671435287, 0.000457476359, 0.00060291955, -0.00775195705, 0.0043910211, -0.0190077089, -0.0252032597, -0.0303612053, 0.000616547535, 0.0221355595, 0.0048008, 0.0145039046, -0.0202558413, 0.00898505189, 0.00489854533, -0.00748879649, 0.00905272178, 0.00563539471, -0.00131768233, 0.00382898562, 0.00446245074, 0.00511659263, -0.00641735736, -0.00583840394, 0.0125865918, -0.0269777123, 0.00471809227, 0.00553013058, -0.0251431074, 0.00555268722, 0.00427447865, -0.00494741788, 0.002253782, -0.0147219514, -0.0158046689, -0.00284025399, -0.0036353746, 0.0142858569, -0.00111561269, -0.0151956407, 0.0030094285, 0.0158948954, -0.00832339097, 0.0110903364, 0.00456019584, 0.00777451368, 0.00703390501, -0.0249776933, 0.00737601332, 0.00281017832, 0.0156242158, 0.0449327789, 0.0172633305, -0.00494741788, -0.0115790628, -0.0222709, -0.00805271231, -0.017684387, 0.0313386582, 0.00222746585, -0.0150151877, -0.0114662796, -0.0140001401, -0.00158178271, 0.000308508723, -0.00448876666, -0.0167520475, -0.015143008, 0.00855647679, 0.00385342189, -4.33803689e-05, 0.0120001202, -0.0122482423, -0.0139851021, -0.00922565628, -0.0205716342, 0.0330529623, -0.00286469026, -0.0135715641, -0.0180001799, -0.00111937209, -0.023233315, -0.00804519281, 0.0048910263, 0.0333537161, -0.00198122277, 0.0140753286, -0.00659405068, 0.0338349231, -0.00872189179, -0.00357146421, -0.0111279311, 0.00266732, 0.0123986201, 0.00218799175, 0.0204513315, 0.00661284802, 0.00722563593, -0.0128572714, 0.0130527616, 0.0222107489, 0.0122106485, 0.00583088538, 0.000390041503, 0.0128121581, -0.0055564465, -0.0120527521, 0.00843617413, -0.0257295799, -0.00349063636, -0.0105715338, 8.40586436e-05, -0.000289946503, -0.00869933516, 0.012879828, -0.0113459779, 0.00604141364, 0.0249927305, 0.00295679644, -0.00290040486, 0.0110752983, -0.0118196672, 0.0167370085, 0.0120226769, -0.00424816273, -0.00295867608, -0.00536847487, 0.00461658742, -0.00580456946, -0.0149625558, -0.00133178022, 0.0118196672, -0.00544742262, 0.00459403079, -0.0162106883, -0.00210904353, -0.0257145427, -0.00342108682, -0.0123610254, -0.0198949352, 0.0233235415, 0.0170377642, -0.0185716134, 8.21201829e-05, -0.0156693291, -0.0154738389, -0.0036748487, -0.0144587914, -0.0313988104, -0.0177746136, -0.0118046291, 0.00579329114, 0.000603389461, 0.0165866315, -0.0120076388, 0.00754142879, -0.0063722441, 0.00593990879, -0.00887226872, -0.00951137301, -0.0153460177, -0.00726323063, -0.017173104, -0.000443378492, -0.00627449853, -0.00929332618, -0.00116354541, -0.010270779, 0.00497749308, 0.00359402085, 0.0229927115, 0.00578953139, 0.0104136374, 0.00893993862, 0.0096166376, -0.0131956208, 0.00398500217, -0.0095489677, 0.0184964258, 0.0014671199, 0.00678202277, 0.0171881411, -1.86062716e-05, -0.00791737251, -0.00204325351, -0.00715796603, 0.0225716531, 0.0190678593, -0.0276694484, -0.0187821425, 0.00784970261, -0.0126993749, 0.0138723189, 0.00651886221, -0.00656397548, -0.0200453121, 0.0235942211, -0.00471057324, -0.00865422189, 0.00911287311, 0.0261656754, -0.000509403588, -0.0237596352, 0.0193836521, -0.00541734742, -0.00347559853, 0.0241957307, 0.0144587914, -0.00791737251, -0.0161354989, -0.0109098833, -0.0222558621, -0.00610908354, -0.000695965602, 0.00666923961, -0.0202408042, -0.0104136374, -0.00298875174, -0.00942866597, 0.0097444579, 0.00731210317, -0.0095489677, -0.0187069532, 0.00719556073, 0.00382146682, -0.00186468032, 0.0247070137, 0.0116617708, 0.00555268722, 0.0181204826, -0.0258949958, -0.0026691996, 0.0166167077, 0.00265792129, 0.00328950654, -0.0178046897, 0.0119474875, 0.00650758389, 0.0103459684, 0.017173104, 0.00335529656, 0.0253085233, 0.0252483729, -0.00205453183, -0.0028120582, 0.00322371651, -0.0340454541, 0.00141166826, 0.0141956303, -0.0157294795, 0.023413768, 0.00398124289, 0.0158798583, -0.00188441726, -0.0241656546, 0.0174738578, 0.0294288658, -0.00109399587, -0.00900760852, 0.00624818262, 0.00527448859, 0.0202558413, 0.0143008949, 0.0255040135, 0.0165866315, -0.0179099534, -0.00409402605, -0.0170377642, 0.00935347658, -0.0141881118, 0.0175640844, 0.0134662995, -0.0111354496, -0.0170678403, 0.00703014527, 0.00139663054, -0.0214287862, 0.00554516818, -0.015143008, 0.0056241164, -0.0102407038, 0.0150527814, 0.0185716134, 0.0187821425, -0.00294363848, 0.00821060874, -0.00313912914, 0.00578953139, -0.0112256762, -0.00660156971, 0.00733841909, 0.0084812874, -0.023413768, 0.00233836914, -0.0110602612, -0.0401808508, -0.0155941406, 0.0149099231, -0.0110752983, -0.0263310894, 0.0103986, 0.00469177635, 0.00146524014, 0.0132482527, 0.00341168814, 0.0279100537, -0.0105940904, 0.0211280305, -0.0209475774, 0.0121730538, 0.00514290854, -0.026932599, -0.0158648193, 0.00601509772, 0.0199400485, -0.0202257652, -0.0117219212, 0.00600757869, -0.0116993645, -0.0108572515, 0.0295792427, -0.000644273357, -0.00521057844, 0.00836850423, 0.00830083434, 0.020541558, 0.00246243062, -0.00464666309, -0.00502260635, 0.00609028619, -0.00463538477, 0.0105038639, -0.0389778316, 0.0123083936, 0.0267822221, 0.00790985301, 0.0102933357, 0.00855647679, 0.0157294795, 0.0219701435, 0.011361016, -0.0192332752, -0.00440981844, -0.0366620198, -0.00594366854, -0.00512411119, 0.0150978947, -0.00403763447, 0.0181054436, 0.0120828273, 0.014052772, 0.0177896507, -0.0252182968, 0.00467673829, -0.0167670846, 0.0251882207, -0.00441733748, -0.0121429786, -0.00322183664, -0.000229560566, -0.0111204116, 0.00683841435, 0.0119174123, -0.0084888069, -0.0307521876, 0.000136514514, -0.000856681494, 0.0223460887, 0.00878956169, 0.00545870094, -0.00286281062, 0.013210658, 0.0001413313, -0.000626416, 0.00427447865, 0.0349777937, 0.0161505379, 0.0155039141, -0.0218648799, 0.00308273756, -0.0198197477, 0.0193836521, 0.0243761837, -0.00216167583, -0.00272183167, 0.00325379195, 0.00995498616, 0.00123121531, 0.0128873466, -0.0157294795, -0.00456019584, 0.00484215375, -0.00330830365, 0.0311281309, 0.000420351949, -0.0098196473, -0.0394891165, 0.00111843226, 0.0195039548, 0.0415944, 0.0149249611, -0.00212032185, 0.0295642056, -0.00156016601, -0.0257446188, -0.00958656147, 0.00208836677, 0.0103083737, -0.0271130521, -0.00719556073, 0.0192332752, 0.0242859572, -0.00155828625, 0.0371733047, -0.0126542617, -0.00725571159, 0.0140903667, 0.0056541916, -0.00201881723, -0.00853392, 0.0174137075, -0.0289326198, -0.0115565062, 0.010684317, -0.0100301756, -0.0125414785, 0.0180452932, -0.00163441477, 0.00378199271, -0.0022143079, -0.00517298421, -0.00899257138, -0.0280153174, 0.00154512818, 0.0119324503, -0.00589479553, -0.0206768978, -0.00115132728, 0.0049060639, -0.0137520172, 0.00528576691, -0.0191129725, -0.0150903761, -0.000300519925, 0.00486095063, -0.00145772134, -0.0129249413, -0.0146993948, -0.00312409131, 0.00363161531, -0.0265716948, -0.00343236513, -0.0135264508, 0.000142623598, 0.00358086289, -0.0147520266, -0.0187671054, -0.00278010289, -0.0107519869, 0.009676788, 0.00386094092, -0.0132332146, 0.0140753286, 0.0135264508, -0.019022746, -0.0117369592, 0.0134211862, 0.00867677853, -0.000181392796, 0.0234889556, 0.00921061821, 0.00903016515, -0.0119023742, 0.0384665504, 0.00419177115, 0.000262690592, -0.0102482224, -0.0219701435, 0.0144663099, 0.0222107489, -0.0224964656, 0.0226919558, 0.00025023747, 0.0302409027, 0.00591359288, 0.00580832874, -0.012962535, 0.0222408231, 0.0353687741, -0.00486095063, -0.00259589055, -0.0209475774, 0.0108271753, -0.0144963851, -0.0146542815, 0.00676322542, 0.0129775731, 0.0183159728, -0.0196693689, 0.0198798981, 0.00527824834, -0.00906776, 0.0130602811, 0.0240002405, -0.0116692893, 0.0013562165, 0.00322935567, 0.00940610934, 0.00776699465, 0.0137820924, -0.0139775835, -0.0198498219, -0.00963919424, -0.00715420675, 0.0323010758, 0.00286844978, 0.0217445772, -0.00165039243, 0.00837602373, -0.00301506766, 0.0265416186, -0.00289100641, -0.00909031648, 0.0141881118, -0.00350567419, 0.0013919312, -0.00080028997, -0.0128046395, 0.00684593292, 0.0097820526, 0.000860910863, -0.0198648609, -0.0116692893, 0.0121504972, -0.0160151981, 0.0165565554, -0.00687600859, -0.0211280305, 0.0016099785, 0.0123835821, -0.00906024128, -0.0121504972, 0.0032876269, 0.000151669752, 0.0223761629, 0.00885723159, 0.00784218311, -0.0120677901, 0.00133366, -0.0122256856, 0.00471809227, 0.0271581654, 0.0232182778, 0.013045243, -0.0283010341, -0.00277070445, 0.0294138268, -0.00773691945, -0.00401883712, -0.00235528662, -0.0114512425, 0.00766173052, 0.00625570165, 0.00134305854, 0.00451884232, 0.0051993, -0.0126768183, 0.00180546916, 0.00791737251, -0.000542768568, -0.00149625551, -0.0139475074, -0.00684593292, -0.0222107489, -0.00816549547, 0.0181355197, -0.00941362791, 0.00655269716, -0.0233686548, -0.0128347147, 0.0320905447, -0.0165715944, 0.0471583642, -0.0099775428, 0.0158046689, -0.000446433027, -0.0199550856, 0.0294138268, -0.0179851428, -0.027278468, -0.0112557514, 0.0176543109, -0.0109775532, -0.00390605396, 0.00633465, 0.00740984827, -0.00516546518, -0.00709405588, -0.0113384593, -0.00464666309, -0.000234142382, -0.00304138381, -0.000286656985, 0.011541469, 0.0109775532, -0.0102331853, -0.0101354392, -0.0224062391, -0.0125565166, -0.0167971607, 0.000947377877, -0.00568802655, -0.00706774, -0.0134287057, -0.0108873267, -0.000863730442, -0.00695119705, 0.0153009044, -0.0108196568, -0.000826136093, 0.00131298299, 0.000607148919, 0.00526697, -0.010353487, 0.00251130317, 0.000485437165, 0.00830083434, 0.00775195705, -0.0128422333, -0.013391111, -0.00869933516, -0.00940610934, -0.0135189323, 0.0127219316, -0.00742864562, -0.02592507, 0.0194588415, -0.0244814474, -0.0205114838, -0.00846625, -0.0145114232, -0.00747751817, -0.0175640844, -0.00276506529, -0.0109324399, 0.0102482224, 0.0200753883, 0.023744598, 0.00511283288, 0.0131730642, 0.00618427247, 0.00246431027, -0.0163761042, -0.0125640351, -0.00495117716, -0.00396244554, -0.0105640152, 0.00157426379, 0.00442861579, 0.0291130729, -0.00861662719, -0.00547749829, -0.0144362347, 0.0084136175, 0.00496621523, -0.0134211862, 0.0157144424, -0.020030275, 0.00119738036, 0.00663916394, 0.0001346348, 0.00710909348, -0.0127444882, -0.00272183167, 0.00243423483, -0.0171129536, -0.0156091787, -0.00580080971, 0.0311281309, -0.0140076587, -0.0135038942, 0.0393387377, -0.00606021099, 0.00326882955, -0.0082857972, 0.00190415431, -0.00263536465, 3.12209413e-05, -0.00566547, -0.00695871608, -4.04139391e-05, -0.019037785, -0.00187971804, -0.00882715546, 0.00901512802, -0.00866174, 0.0125865918, -0.023067899, -0.00086983951, 0.0267972592, -0.0151956407, 0.00507147936, 0.0305717345, -0.00510907359, 0.0163610652, 0.026752146, 0.0126016298, 0.00604141364, -0.017173104, -0.0241355803, -0.00300754886, -0.0273536574, -0.0105940904, 0.00472937059, -0.0118422238, 0.00359214121, -0.021218257, -0.00339477067, -0.00357710337, 0.00339289103, -0.0082181273, -5.48128719e-06, -0.00203761435, 0.0159700848, -0.00771436282, -0.0015526471, 0.00842865556, -0.00367296906, -0.0113083832, 0.00311845215, 0.0150978947, -0.0207220111, -0.0249776933, 0.00143798429, -0.0103083737, 0.0102181472, -0.0048083188, -0.0142031489, -0.0104587507, 0.0288724694, 0.000546058058, 0.0348274149, 0.0130903563, -0.0177595764, -0.0242107678, 0.00111185317, 0.00614291849, -0.0119249308, 0.0147595461, -0.0124738086, 0.0161354989, -0.0239701644, 0.0241656546, -0.000499065151, -0.00532336161, -0.0224212762, 0.00624066405, 0.0103760436, 0.0109700346, -0.0117144026, -0.0169625748, 0.0023440083, 0.0049887714, 0.00528952666, 0.0096166376, -0.011691846, -0.0153384991, -0.00833842903, 0.0135866022, 0.0122933555, 0.00853392, -0.0110151479, -0.00434590783, 0.0142031489, 0.00850384403, 0.00832339097, -0.0121580157, 0.00302070682, -0.00654141884, -0.00766549027, 0.0158497822, 0.0118873371, 0.00361845712, 0.00948129781, 0.0501959883, -0.00146242057, 0.0186317656, 0.00586096058, 0.00041659252, 0.0141279604, 0.0178798772, 0.00460155, -0.00234212866, -0.0253987499, 0.00815797597, 0.00739105139, -0.0301807523, 0.0197746344, -0.0133309606, 0.00345492177, -0.0217145029, -0.000598690182, -0.0108271753, -0.0183009338, -0.00625946093, -0.0211129934, -0.0133986296, -0.0203460678, 0.0160603113, 0.00470305467, -0.029624356, -0.0165866315, -0.0145414984, -0.0141204419, -0.000431160326, 0.0155490274, 0.0108873267, -0.0233385786, 0.0293085631, 0.0130978748, 0.0293536764, 0.0055414089, -0.00169362593, -0.00771436282, -0.00176881463, -0.0123835821, 0.0097444579, -0.00512035191, 0.000757056405, -0.00478952145, -0.000179043142, 0.0181054436, 0.0138196871, 0.00745120225, 0.00660532899, 0.0160151981, 0.0140151773, -0.00587975793, 0.0155640654, 0.015654292, -0.00157990295, -0.00167858822, -0.0102858171, 0.0124437334, 0.00310905371, -0.0157896318, -0.0011879818, 0.0301807523, -0.0105038639, 0.00109399587, 0.0167821217, -0.00892490149, 0.00303950394, -0.0255340897, -0.00406395039, 0.00290792389, -0.023744598, -0.00783466455, -0.00311657251, 0.00418425212, -0.00358462217, 0.00435718615, -0.00503012538, -0.0174437836, 0.0128422333, 0.00347371888, -0.0190828964, -0.00491734222, 0.0148347346, -0.0126993749, 0.0128196767, -0.00083318504, -0.023082938, -0.00832339097, -0.0164663307, -0.00386845972, 0.00170866365, -0.002253782, -0.0198798981, -0.0289025437, -0.0308574513, 0.00898505189, 0.00193986902, -0.00224626297, 0.00659029139, -0.00182520621, 0.00193422986, -0.00436846446, -0.00104042387, 0.0117745539, 0.00432335166, -0.0042256061, -0.00846625, 0.00993243, -0.00659029139, -0.00700007, 0.00531208329, -0.0173535571, -0.000993431, 0.023398729, 0.0153610557, 0.0100752888, -0.00412410125, -0.00389853516, 0.00335717644, 0.0104737887, -0.0191580858, 0.0156994052, -0.00587975793, -0.00395116722, -0.000449957501, 0.00246994942, 4.36153314e-05, 0.0068722493, 0.0051993, -0.0176994242, 0.0204212572, 0.00223310501, -0.0305266213, -0.00852640066, -0.0225265399, -0.00187783828, -0.00995498616, 0.000825666124, -0.00820308924, 0.0159099326, -0.0125339599, 0.000955836615, -0.0115565062, 0.000450192456, -0.0240152776, 0.0183911603, 0.0167821217, 0.0152482726, -0.0102782985, 0.00878204219, -0.00888730679, 0.00269927504, -0.0142407436, 0.0108046187, 0.00670307456, -0.00111843226, -0.0172031801, 0.00576321548, -0.00603389507, 0.0180603303, -0.00113910914, 0.0246318243, -0.00363725447, -0.0111805629, -0.00936851464, 0.0177896507, -0.00184494327, -0.00390981371, -0.0175941605, 0.0129324598, 0.000126176077, -0.010699355, -0.0105865719, -0.00305454177, 0.00750383455, 0.0082181273, 0.0110903364, -0.00576697476, -0.0163460281, 0.00198498229, -0.00661660731, 0.0206167474, 0.00247558858, 0.0168121979, -0.00291168317, 0.0195641052, -0.0114813177, -0.00334025896, 0.0053910315, -0.00654141884, 0.00389477564, 0.0117895911, -0.00995498616, -0.001019747, -0.00683089532, -0.000474628789, 0.0196543317, 0.00280641904, 0.00266544, -0.00223310501, -0.0237897113, -0.00750383455]
|
05 Jul, 2023
|
HTML5 MathML <semantics> Tag
05 Jul, 2023
The HTML5 MathML <semantics> tag is an inbuilt element in HTML 5. It is used to markup mathematics there are two possible ways to markup mathematics.
Presentation MathML is used to control the layout of any mathematical equations.
Content MathML is designed to encode the semantic mathematical meaning and make expressions understandable to computer algebra systems.
This tag acts as a container element that should contain child elements. There are two more tags that perform with this tag those are <annotation> tag and the <annotation-xml>. This tag The <annotation> element is the container of those elements and contains semantic information in a non-XML format, whereas the <annotation-xml> element contains content in an XML format, like Content MathML or OpenMath. Syntax:
<semantics> child elements </semantics>
Attributes: This tag accepts the below-mentioned attributes and has to use those attributes on <annotation> and <annotation-xml>.
definitionURL: This attribute holds the location of the annotation symbol.
encoding: This attribute is used to encode the semantic information in the annotation.
cd: This attribute is used to hold the annotation symbols.
name: This attribute holds the name of the annotation key symbol.
src: This attribute holds the location of an external source for semantic information.
Below example illustrates the <semantics> tag in HTML 5:
html
<!DOCTYPE html>
<html>
<head>
<title>HTML 5 MathML <semantics> tag</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML <semantics> tag</h3>
<math>
<semantics>
<!-- Presentation MathML -->
<mrow>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo>+</mo>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
<mo>=</mo>
<msup>
<mi>z</mi>
<mn>2</mn>
</msup>
</mrow>
<!-- Content MathML -->
<annotation-xml encoding="MathML-Content">
<apply>
<plus />
<apply>
<power />
<ci>x</ci>
<cn type="integer">2</cn>
</apply>
<apply>
<power />
<ci>y</ci>
<cn type="integer">2</cn>
</apply>
<equal />
<apply>
<power />
<ci>z</ci>
<cn type="integer">2</cn>
</apply>
</apply>
</annotation-xml>
<!-- annotate of an image -->
<annotation encoding="image/png"
src=
"https://media.geeksforgeeks.org/wp-content/uploads/20191226151654/762.png" />
<!-- annotate of Text -->
<annotation encoding="application/x-tex">
x^{2} + y^{2} = z^{2}
</annotation>
</semantics>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML 5 MathML <semantics> tag are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag
|
https://www.geeksforgeeks.org/html5-mathml-semantics-tag/?ref=next_article
|
NextJS
|
HTML5 MathML <semantics> Tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0382629149, 0.0062509859, -0.0218994785, 0.0161799211, 0.0629457086, -0.00262847263, 0.00537928846, 0.0210277811, -0.00446553575, 0.00854110252, 0.0286742467, 0.00699269306, 0.0144518204, -0.0069200513, -0.00552074797, 0.000908017799, 0.0140924361, 0.00265905843, -0.0174492355, -0.00106572616, -0.0424225926, 0.0223276801, -0.0385076, -0.00750882924, -0.0107050519, -0.00578837469, 0.00472551584, 0.0330327302, 0.000579697662, 0.0293471348, 0.00349825807, -0.00425143493, 0.0202631336, -0.000356755423, -0.00229967455, 0.0184891541, 0.0121961124, 0.0275578629, -0.0271755382, -0.0105291829, 0.0438601263, -0.0147500327, 0.00813583937, 0.0585719272, -0.00814348552, -0.00905341562, -0.00537928846, -0.0487232804, -0.0298365094, -0.0225111954, 0.0114085265, 0.0125860823, 0.0484174192, -0.0172963049, 0.000577786064, -0.0268543866, 0.0244686902, 0.0217618421, -0.00866344571, 0.00545957638, 0.0142683052, -0.0190244075, -0.0246827919, 0.00106572616, -0.00639244542, -0.0150405979, 0.00059068948, 0.0335221067, 0.0246522054, -0.0367947929, -0.0235511139, 0.0112250112, 0.00141841942, -0.00723738, -0.00228247, -0.00252906862, 0.0154076284, 0.0169292744, 0.00446935929, -0.00484403595, 0.00867873896, 0.00912223384, -0.00271449541, 0.0189020634, 0.0394251756, -1.94447239e-05, 0.00018148408, -0.0494267531, 0.0203395989, -0.00350016961, -0.0215783268, 0.0111944256, 0.0156217292, 0.00509636942, -0.0194831938, -0.00439289445, 0.0353266709, 0.00488226814, -0.0465822704, 0.0325739421, -0.0281848721, -0.00113645592, 0.0182138812, -0.0136871738, 0.00186669338, 0.0376511961, 0.00813583937, 0.00914517324, 0.0288730543, 0.0079599712, 0.015499386, -0.0242087096, -0.0330021456, -0.0310905296, 0.000152690365, 0.0238416791, -0.0397616215, -0.0742013, 0.0416273586, 0.0406486131, -0.0628845319, -0.0348372981, 0.0114696985, 0.018596204, -0.0531888157, 0.0155452648, -0.0406486131, -0.0116914464, 0.0449612178, -0.0121349413, -0.0305399839, 0.00180361012, -0.00626627868, -0.0138936285, 0.0162105076, -0.0159811135, -0.00968807191, -0.00349443476, -0.0313505083, -0.0278790146, -0.0305093974, 0.0098104151, 0.00616305135, -0.00188867701, -0.0396698639, -0.0346843675, -0.0108350422, 0.051843036, -0.0397310369, 0.0257380027, -0.016286971, -0.0103456676, -0.00618216768, -0.0154611534, 0.0205842853, 0.00969571806, 0.0139318602, 0.0293624289, -0.016286971, -0.00206072256, 0.0214559827, -0.00108388648, 0.0126166679, 0.0570732206, -0.0118061425, 0.023337014, 0.00569661707, -0.0115079312, -0.0347149558, 0.0416579433, -0.0367947929, 0.0118061425, -0.0118520213, -0.00548251579, -0.0201407913, 0.00824289, 0.0420861468, -0.0286130738, 0.0100168698, 0.000181125652, -0.0415050164, -0.010368607, 0.0138859814, 0.0759141147, -0.00722208666, 0.0100780418, 0.0348067135, 0.013580123, 0.00750500616, 0.0019278652, -0.0267167501, 0.0301117823, 0.0322986692, 0.0121578807, 0.0363360047, -0.0203854777, -0.0325127728, 0.0165928304, 0.00433554593, -0.0134654259, 0.00782998092, -0.0331856608, 0.0259979833, -0.0124102142, 0.000650427479, 0.0156217292, -0.0187644269, 0.00105903554, 0.0120508298, 0.00461464189, -0.0293624289, -0.0136489412, -0.0201254971, -0.0219606496, -0.00421702582, 0.0113397082, -0.0159964059, -0.0243616402, -0.00267817453, -0.0390887335, 0.0370700657, -0.0110109104, 0.00755470805, 0.009863941, -0.0500690565, -0.00445788959, -0.0309376, -0.0523935817, -0.00803643558, 0.0127695976, -0.00149966311, -0.0011450582, 0.0189173557, 0.0131213348, 0.0469798855, -0.00013548581, -0.00481727347, -0.0103915464, -0.00782998092, 0.0315034389, -0.0270837806, -0.0039685159, -0.0214101039, -0.0291177407, -0.0132819107, -0.0136030624, 0.015950527, -0.033583276, -0.0089540109, 0.00279669487, 0.00261317962, -0.0196361244, 0.00358619238, -0.00471404614, -0.0179997794, 0.0460928939, 0.0427590348, -0.00216777297, 0.00203587138, 0.0180609524, 0.0190549921, -0.00675182929, 0.000346002576, -0.00963454694, -0.00620128354, 0.024346346, 0.0647196844, -0.0354184285, -0.0251721647, -0.0487538651, 0.0170516185, -0.0180915371, -0.00968042575, 0.00628157146, -0.0220065285, -0.00889284, -0.0143906483, -0.0258603469, 0.0275272764, 0.00161722745, -0.00618599076, -0.00530282408, -0.00883931387, 0.0248968918, 0.0326962881, 0.0123261027, 0.0197125878, -0.0125019718, -0.0407097824, -0.0114085265, 0.00054289907, 0.00312358118, 0.00215821504, 0.0460928939, 0.0294388924, 0.0220371149, -0.00716091506, -0.0434013382, -0.00547869271, -0.0439518839, -0.0111332536, 0.00846463721, 0.00956572872, -0.00662566256, -0.0238416791, 0.0383852571, 0.00395322265, 0.0176939219, -0.0280013569, -0.0195749514, 0.0074553038, -0.0304176398, 0.00504284399, 0.00573102618, -0.0281695798, 0.0134807192, 0.0134730721, -0.0186114982, -0.000123657694, -0.025814468, -0.0187032558, -0.00378308888, -0.0426366925, 0.0203548912, 0.0267167501, 0.00308726053, -0.00253671501, -0.0249427706, 0.0201407913, 0.00204160623, -0.0439518839, -0.0388440453, -0.017525699, -0.00401439425, 0.0213030539, -0.0484174192, 0.0456952788, 0.0246216189, 0.0127772437, -0.00412144512, -0.0248051342, -0.00683976337, 0.000678145909, -0.0142071331, 0.0271449536, -0.015552911, -0.00907635503, 0.0106668193, 0.0122114057, 0.022312386, 0.00147290051, 0.0188867711, 0.0229088105, -0.0287507102, 0.024514569, -0.0059680664, -0.0264108926, -0.0255544875, -0.0492738262, 0.00648802612, -0.00330518489, -0.00160862517, 0.0374370962, -0.0311517, 0.00129989919, -0.0541981496, -0.0383852571, 0.0224347301, 0.0155223254, -0.0220829919, -0.035724286, -0.00486697536, -0.0204925276, -0.00798291061, -0.0148723759, 0.00192977674, 0.0243922248, -0.0144747598, -0.0354184285, 0.00834994, -0.00824289, 0.0345926099, 0.0152699919, 0.0212112963, 0.0072985515, -0.0122190518, 0.0141153755, -0.00349443476, 0.00134864543, 0.0235358216, -0.0100398092, 0.0468269549, -0.0214559827, -0.0300506093, 0.0225570742, -0.00615540473, -0.00123490416, -0.0263956, 0.0444412567, 0.0041252682, 0.0178315584, -0.00162487396, 0.0324821845, -0.0163328499, 0.00639244542, 0.0266402867, -0.0398839638, -0.0182138812, 0.0101162745, -0.0040640966, -0.0040411572, -0.0217465479, -0.0101545062, -0.0225264877, -0.0113473553, 0.0410768129, -0.0452976637, 0.0475304313, 0.00275081606, 0.0307999644, 0.0214253962, -0.0159964059, -0.00236658123, 0.00906106178, -0.0106668193, 0.010934446, -0.0650255457, -0.0151476488, -0.00997863803, -0.00464140484, -0.0157058407, -0.00237613916, 0.0180915371, 0.00717620784, 0.00337591465, -0.00604453124, 0.0142300725, 0.0230311546, -0.0134730721, -0.012907234, -0.0317481272, -0.010032163, -0.00113167695, 0.00410232879, -0.0660042912, -0.0154764466, -0.0131442742, -0.0600094609, 0.0336138643, 0.0393028334, -0.0149106076, -0.000111411391, -0.0490291379, -0.0131213348, 0.0645361692, -0.014145961, 0.0166540015, 0.00184470986, 0.0142606581, -0.0123261027, -0.00190874899, 0.022710003, 0.0226794165, -0.00298594474, 0.0602235645, -0.0168986898, -0.0579296239, 0.0354184285, -0.0168222245, 0.00335871, 0.00825818256, -0.0180456582, 0.0603764914, -0.0054557533, 0.0127543043, -0.0167763457, 0.0093516279, 0.00237996248, 0.00959631428, -0.00246789679, 0.0240251943, 0.0371618234, 0.0124025671, 0.012173173, 0.0104068397, -0.0183056388, -0.00211998262, 0.00523400586, 0.0332774185, 0.0175715778, -0.00307961414, 0.0488762073, -0.0291789137, -0.0556051, 0.02040077, -0.00692769792, -0.00121961127, -0.0303411763, -0.00570044, 0.030998772, -0.0168375168, 0.0429119654, -0.00182463787, 0.0463681668, 0.00478286436, 0.017525699, -0.0603764914, 0.0360607319, -0.0148035577, 0.0461846516, 0.0391499028, -0.0318398848, 0.00253671501, 0.00211807108, 0.0161340423, 0.0122496383, -0.026884973, 0.0158434771, -0.0119820116, 0.00291521498, 0.0385381877, -0.00250804075, -0.00213336386, 0.0368865505, 0.00160193455, 0.0239487309, 0.0120278904, -0.0134577798, -0.0326045305, -0.0459705517, -0.0204925276, -0.0356937, 0.00307387928, 0.0410462283, -0.036580693, 0.00641156128, -0.023337014, 0.00106763782, 0.023612285, -0.011049143, -0.0430954807, 0.00138209865, -0.0489067957, -0.0150405979, -0.000319239945, -0.0275731552, 0.0254474375, -0.02738964, -0.00831935462, 0.00464140484, 0.0460011363, 0.0119896578, 0.0322375, -0.011102668, -0.0201713759, 0.00583807658, -0.0175868701, 0.00490903109, 0.00420173304, -0.0225570742, 0.0262732562, -0.0114926379, 0.0305552762, 0.0220524073, -0.0111944256, -0.0613552406, -0.0158740636, 0.00165259244, 0.0144671127, 0.0100474562, 0.00475610187, -0.00489756139, 0.0399757214, -0.0198961031, 0.0107279913, 0.041474428, 0.0431566536, -0.0122955171, 0.00988688, -0.00722208666, -0.0315951966, -0.0218841843, 0.0332468338, -0.000172762331, 0.00690093543, 0.0244533978, 0.0241934173, -0.0266249944, -0.0871085376, 0.0285213161, 0.00646508671, 0.0239487309, -0.0122114057, -0.030662328, 0.0279096, 0.0215171538, -0.0246216189, 0.0133813145, 0.0103380214, -0.0294541866, 0.00733296061, 0.0135954162, 0.0249733571, 0.0142300725, -0.0139089208, -0.00988688, -0.0103074359, -0.0229546893, 0.0296529941, 0.0341644101, -0.0472857431, -0.0163787287, 0.0239028521, 0.0113167688, -0.0544122495, 0.00987923332, -0.00945103168, -0.00263803056, -0.0140618505, 0.0141383149, 0.0309834797, 0.00281389942, -0.0100245168, -0.00269729085, 0.0382017419, -0.0118443752, -0.00834229402, -0.0112326583, 0.00441965694, -0.0173727702, -0.0126549006, -0.0218536, -0.00240290188, -0.0109115066, 0.0416579433, 0.016455194, -0.0240404885, -0.0053601726, -0.00558192, 0.00586866261, 0.0285519026, 0.0213795174, -0.02728259, 0.0878426, -0.00685123308, 0.0283072162, 0.0201866701, 0.0222818013, 0.000527606113, 0.0125784362, -0.0028062528, -0.0177092142, 0.00706915744, 0.00815113261, 0.0366418622, 0.0100168698, 0.0122190518, 0.00298976805, -0.0106821125, 0.0200184472, -0.0176327489, -0.0196972955, 0.0122419912, 0.0163787287, 0.013580123, -0.0300659034, -0.000609805633, -0.0128766485, -0.0266097, 0.0151476488, 0.026884973, -0.0257380027, 0.0192996785, 0.0040640966, -0.00206454564, -0.0171127897, -0.0355713591, 0.0327574573, -0.0170669109, 0.0214101039, -0.0163940229, 3.22585256e-05, 0.00696210703, -0.000576830236, -0.00994805153, -0.00862521306, -0.0278484281, -0.00311784633, -0.0118520213, -0.0285060238, 0.0299588516, 0.0264108926, 0.0168986898, 0.00508489972, 0.019727882, -0.0141765475, -0.00299741444, 0.00484021287, -0.00545957638, -0.0327574573, 0.012853709, -0.00360722025, -0.010880921, 0.0141841937, 0.00726031931, 0.0318092965, 0.00839581899, -0.0131978, -0.00705768773, -0.0173421837, 0.0120508298, 0.0213489328, 0.0173421837, 0.0506807752, 0.00299359136, 0.00206072256, 0.00208175019, 0.00335679832, -0.0295000654, -0.00108866557, 0.00137158483, 0.000925222354, 0.000717812, -0.00394557649, -0.00458023278, -0.00625480898, 0.0264720637, -0.0148417903, 0.013075456, 0.00210277806, 0.00717238476, -0.0181374159, 0.0260897409, 0.00213527563, -0.0084722843, -0.00313696265, 0.0153770428, 0.00459934911, -0.0167457592, -0.0031197581, -0.00794467796, 0.0178009719, -0.00700798584, -0.00610952592, 0.0133430827, -0.0112403044, 0.031442266, 0.020798387, -0.0281695798, -0.0170210321, -0.00166406215, -0.0284754373, 0.0284448527, -0.0571343899, 0.0106974058, -0.0395475216, -0.00277949031, -0.0165928304, 0.0132283857, -0.0114849918, 0.001310413, 0.0282154586, -0.0257380027, 0.0131136887, 0.0182291735, -0.00372574036, -0.0595200881, -0.0356019437, 0.0162258, -0.00945103168, 0.0197431743, -0.0313046314, 0.0557886139, 0.0275119841, -0.00369897787, -0.0303564686, -0.0447165295, 0.00855639484, -0.00997099094, 0.00242584129, -0.004480829, 0.0117449714, -0.0404345095, 0.0308305491, -0.00690858159, -0.0404345095, 0.0239946097, -0.0122190518, -0.0169292744, 0.0091528194, 0.0251262859, 0.0351737402, 0.0317787118, 0.0141612543, -0.00766940508, -0.0111791324, -0.0202631336, 0.00897695, 0.0181832947, -0.0263497215, 0.0284142662, 0.0181527101, 0.00434701564, 0.0132360319, 0.0278331358, -0.00443112664, -0.00181507983, -0.027053196, -0.0201713759, -0.00819701143, 0.0161034558, 0.00497020269, -0.00940515287, -0.0249733571, 0.0238722656, 0.00979512278, 0.0158434771, 0.0166540015, -0.0130831031, -0.00243539922, -0.00103418448, 0.00587248569, 0.000217924273, -0.0295459442, -0.00800584909, 0.056308575, 0.0217618421, -0.0190091133, 0.0119667184, 0.00936692, 0.00836523343, -0.0235052351, -0.021975942, 0.0136489412, -0.0175868701, 0.015614083, 0.00350972777, 0.0177245066, -0.00980276894, 0.0304329339, -0.029194206, -0.0068588797, 0.00363015966, -0.00909929443, -0.00462228851, 0.0229699835, 0.00137923122, -0.0220524073, 0.0312587507, -0.000799533562, 0.0493349954, 0.0453588329, -0.0114314659, 0.0305858627, -0.0223582648, 0.0309376, -0.0400063097, 0.00823524315, 0.0386299454, 0.00459934911, 0.0172504261, 0.0156523157, 0.0200184472, -0.00961925369, 0.0190855786, 0.0168069322, 0.043003723, -0.0119361328, -0.0195902456, -0.0132130925, 0.000321151572, -0.00251951045, 0.0255086087, 0.0335526913, 0.0125478506, -0.00349825807, -0.037192408, 0.0158434771, 0.016684588, 0.0276955, 0.0161952134, 0.019727882, -0.0304023474, -0.000213981562, 0.00336253317, 0.0163328499, -0.0387522876, -0.0151629411, -0.0082734758, -0.023046447, -0.0277413782, -0.00283492706, 0.0286742467, -0.0342867523, 0.0122496383, 0.0445636027, -0.0261814985, 0.013809517, -0.0227252953, 0.0236581638, 0.0158740636, -0.0265944079, -0.00368750817, -0.00870932452, -0.012456093, -0.0186726693, -0.00716091506, 0.00976453628, -0.0219147708, 0.022939397, 0.00669448078, -0.00572337955, -0.00448847516, -0.0172963049, 0.00447700545, -0.00362633634, -0.0150558911, -0.00456494, 0.0188561846, 0.0113932341, 0.00967277866, -0.00176251028, 0.00584572321, 0.0249427706, -0.0307540856, 0.0077382233, -0.0207678, 0.0110873748, -0.029194206, 0.00597571302, -0.0149411941, 0.0338891372, 0.035846632, 0.0159811135, -0.0367030352, -0.0271602459, -0.0389052182, 0.0300659034, -0.0291636195, -0.00380029343, 0.0154382139, 0.0115920417, 0.000337878213, 0.0096269, -0.0273284689, -0.0286436602, -0.00325930608, 0.0353266709, 0.0114544053, 0.010315082, -0.00589160202, 0.00501990458, -0.0333997607, -0.000300362735, 0.0150023652, -0.0285213161, -0.017418649, 0.00375059131, 0.00360339694, 0.0144518204, -0.0104603646, -0.0216242056, -0.0116073349, 0.0109497393, 0.0530053, -0.0127466582, -0.0204772353, -0.0183362253, -0.00441583386, -0.00558574311, 0.017862143, 0.0194373149, 0.0328798033, 0.0208289716, -0.0221747495, -0.0110797286, -0.000861183216, -0.0271755382, 0.0326657, 0.00154267449, -0.00218497752, -0.0346537828, 0.0142988907, 0.034439683, 0.035846632, -0.0168986898, 0.0391499028, -0.0414132588, -0.0384158418, 0.00567750074, 0.0352349132, -0.000654728618, -0.0250192359, -0.0129836984, -0.00484403595, 0.00877049565, 0.0164246075, -0.0110567892, -0.0126396073, 0.000992129, 0.00150539796, -0.0161799211, -0.0167457592, 0.0164399017, -0.0165469516, 0.0183821041, 0.00299359136, -0.000760345429, -0.0145818098, -0.00517665735, 0.014765325, 0.0123719815, 0.0182444677, 0.00510401605, 0.023046447, -0.0220982861, -0.0104909511, 0.0105444761, 0.028016651, 0.0156370215, -0.00815877877, -0.00215821504, -0.00688564219, -0.00419408642, 0.0131213348, 0.00549016241, 0.00414438453, 0.00225761905, 0.00897695, 0.000724024721, 0.0253556799, 0.00681682397, 0.0161034558, 0.0112403044, -0.0297141653, 0.00766940508, -0.00757382438, -0.0575320087, -0.0291636195, -0.00377544248, -0.00987158716, 0.0108656278, 0.00742854131, 0.00355942966, -0.012509618, -0.0166692957, -0.00224423758, 0.00661801593, -0.0128001831, 0.00719914725, -0.00901518296, -0.00674035959, 0.0294541866, -0.0145741636, -0.0145588703, 0.0139012747, 0.0138324564, -0.0189632345, 0.0199878607, 0.0128613552, 0.015950527, -0.0183973964, -0.0228782259, -0.00864815246, -0.0283378, -0.00274699274, 0.00699269306, 0.00526841497, 0.00686652632, 0.00193933491, -0.0189479422, -0.0073100212, -0.0122496383, -0.000186860503, 0.0086558, -0.0114008803, 0.00514224824, 0.00938986, 0.0202172548, -0.0282307509, 0.00269537908, 0.000140264849, 0.0150253046, 0.0171280839, -0.0257991757, -0.0103227282, -0.00248892466, 0.0167457592, -0.00598335918, -0.0375288539, 0.00130467815, -0.00630833395, -0.00259597506, 0.00593748037, 0.00478286436, 0.00938221347, -0.00985629391, 0.0918187574, 0.0249427706, -0.0189785287, -0.010987971, -0.0096651325, -0.00674418267, -0.00568514736, 0.0118826078, 0.0293165501, -0.0177550931, 0.0482339039, 0.0182291735, -0.0126090217, 0.0292094983, -0.00592601066, -0.00288271764, 0.00393028324, 0.0115614561, 0.0226488318, -0.00561632914, -0.0152546987, 0.00646891, 0.0137636382, 0.00663713226, 0.023337014, 0.0124331536, 0.0218077209, -0.0147729721, -0.0198349319, -0.00726796547, 0.00296300533, -0.00167075277, 0.00523018232, 0.0140083255, -0.0216089115, 0.0514760055, -0.00867109187, 0.00324783637, 0.00383470254, -0.0322375, 0.00358619238, -0.00713032903, -0.0468881279, -0.0187950134, -0.00102271477, 0.0181832947, -0.0229088105, 0.00835758727, -0.012119648, 0.0229699835, 0.0187491346, 0.00614011195, 0.0434930958, -0.0226947106, -0.00427437434, -0.000639435719, -0.00334915193, -0.00154745346, 0.0153617496, -0.0317175388, -0.00959631428, -0.00120814156, 0.0209819023, -0.0227252953, 0.0103533147, 0.00504284399, -0.00635803631, -0.0192690939, -0.0128384158, 0.0055169249, -0.00442730356, 0.0029955029, 0.0303411763, -0.00950455666, -0.00419408642, 0.00394939957, 0.00801349618, 0.00237996248, 0.0169139821, -0.0243157614, 0.0156217292, 0.0205995776, -0.0196208302, 0.00639626849, -0.0137406988, 0.00484021287, -0.0120967086, 0.0165469516, 0.00326886401, -0.00908400118, 0.0317175388, -0.0219606496, 0.00277757854, -0.00617069798, 0.00219262391, -0.0135495374, 0.00889284, 0.000746964128, -0.0211195387, -0.00361486664, 0.0254015587, 0.0196208302, 0.0121884663, -0.00977982953, 0.0177550931, -0.0164399017, 0.0166387092, -0.0104527185, -0.000896070211, -0.00414056098, 0.0345926099, 0.0274813976, -0.0186114982, 0.00708062714, -0.00191926293, -0.0327268727, 0.00660654623, 0.00260553323, -0.00610570284, 0.00273934635, 0.00306432112, 0.00293624285, -0.00591454096, -0.0134271933, 0.00571191, 0.00710356655, -0.00668683415, -0.0248357207, 0.0188561846, 0.0134577798, -0.0184126887, 0.0201713759, 0.00937456731, 0.0175104067, -0.0018695608, -0.0111638401, -0.00626627868, -0.000415776565, 0.00498931902, -0.00739030913, 0.00784527417, -0.0240863673, 0.00461464189, -0.0113702947, 0.0155682042, -0.000237757296, 0.0120508298, 0.0119131934, 0.0288424678, -0.0295612365, -0.0219300631, -0.0019899928, 0.0115996888, 0.0143830022, 0.0267779231, -0.0147882644, -0.0137636382, -0.0125860823, -0.0116379205, -0.0205995776, 0.0330327302, 0.0140159717, 0.0159352347, -0.0156446695, -0.0149182547, 0.0183821041, 0.0170057397, -0.0197431743, 0.0115002841, -0.00502372812, 0.0126549006, 0.00345046772, 0.0368559659, -0.00417114701, 0.0168833956, 0.0172198415, 0.0282613374, -0.0167304669, 0.0275119841, -0.00795232411, 0.0110950219, -0.00308917207, 0.000476948306, 0.0104450723, -0.0188408922, 0.0119896578, -0.00307961414, -0.0182750523, -0.00527606113, 0.00591836451, -0.00919869822, -0.00787586, 0.0219453573, 0.0275578629, -0.00345046772, 0.0146659212, -0.0017653777, -0.037314754, -0.0148494365, -0.0216700844, -0.0123872748, 0.0149564864, 0.00591071788, 0.00961925369, 0.00767322816, -0.0276496205, -0.0313505083, 0.00322680851, -0.000951507071, -0.0220982861, 0.0185503252, -0.00489756139, 0.0205842853, -0.0031732833, -0.0182750523, 0.00750882924, 0.0453282483, 0.0285977814, 0.0209360234, 0.0498855412, 0.00591454096, -0.0161340423, 0.00605600094, -0.0184126887, -0.037192408, 0.00677859178, 0.00944338553, 0.000282680267, 0.00621275324, 0.0209666081, 0.00185713533, 0.031442266, 0.0034542908, 0.0207219217, -0.000529039826, -0.016684588, 0.032176327, -0.0018580911, 0.011385587, -0.00524547556, 0.00322489697, 0.0031197581, 0.0205231141, 0.0142377187, -0.0116837993, -0.000146477614, 0.0136871738, -0.00768469786, -0.00323827821, 0.0257227104, 0.00860992074, 0.01155381, 0.0173574779, -0.0280472357, 0.00200528558, -0.00141841942, 0.00879343506, -0.010766224, -0.0105674155, -0.0338585488, -0.00532958657, 0.0289342254, -0.0208136793, -0.00568897044, -0.00916811265, 0.0182444677, -0.0170516185, -0.0106744664, -0.0185656194, 0.00499314209, -0.00073836185, -0.00987923332, 0.00637332909, 0.0256615393, 0.00636568246, 0.0177245066, 0.0126625467, -0.00750118261, -0.00557427341, -0.00424378831, -0.000824384566, 0.0160269924, -0.00263611902, -0.023337014, -0.0157058407, 0.0119820116, -0.0151017699, -0.0422390774, 0.0134960115, 0.0184891541, 0.0408321284, -0.0175562855, 0.00963454694, -0.0156523157, 0.000205498771, 0.0126472544, 0.0198961031, -0.00948926434, -0.0198961031, 0.00974159688, 0.0260132756, -0.0028999222, 0.0191161633, -0.0067747687, -0.00451141456, 0.0050046118, 0.016057577, 0.00416350039, -0.00213909871, 0.00146620977, -0.0110797286, -0.0333385915, -0.0193761438, -0.0145206386, 0.00292668468, -0.0027030257, -0.00515754102, -0.0144135877, 0.00876284949, -0.00710738963, -0.000860227388, 0.000205259814, -0.0212877598, -0.00624716235, 0.000721157296, -0.0155605581, 0.00791409239, 0.0020320483, 0.00167266431, -0.020064326, 0.00722973328, -0.0192079209, -0.035724286, 0.0218383055, -0.0170057397, 0.0123108095, -0.023673458, -0.014650628, 0.0213948116, -0.00469110673, -0.0369171351, 0.0201560836, -0.0306164492, 0.00180838909, 0.00350781623, -0.0137177594, -0.01127089, 0.0240404885, -0.0354796, 0.01267784, -0.0319928117, -0.0149029614, 0.0356019437, 0.00530664716, -0.00792173855, 0.00923693087, 0.01611875, 0.00698122336, 0.0054634, 0.0156446695, -0.00177875906, 0.00971101131, -0.0055398643, 0.00426290464, -0.0135571836, -0.0305246916, 0.0171127897, -0.00682829367, 0.0319928117, 0.0194067303, -0.0132283857, 0.00266288174, -0.00994805153, 0.0106056482, 0.00658743037, 0.00799055677, 0.00669830386, 0.0136718806, 0.00812819321, -0.0180303659, -0.0119896578, -0.0125325574, 0.00371235912, -0.00417497, 0.00952749606, -0.0187797192, 0.00566985412, 0.0216700844, -0.014543578, -0.00201484375, -0.0190855786, -0.0113244159, 0.0164246075, 0.0128154764, -0.0242240038, -0.0478974618, -0.00870932452, 0.0081129, -0.0116302744, -0.00609423313, 0.0308764279, 0.0278790146, -0.0156905483, 0.0140847899, 0.0164093152, 3.56038545e-05, -0.00198425795, 0.00520724291, 0.0159199424, 0.000511357386, 0.00421702582, 0.00304520503, -0.00391307892, -0.0194984879, 0.00760058686, -0.00584189966, -0.0204466488, 0.0237040427, 0.0207525082, 0.0149411941, -0.0146812145, -0.00453435397, -0.00786056649, -0.00272787665, -0.00589924818, -0.0170669109, 0.0209819023, -0.0224653166, 0.00729472842, 0.00704621803, -0.00670212694, -0.00948926434, -0.0252180435, 0.00335871, -0.0364889354, 0.00974159688, -0.00112689787, 0.0169751532, -0.00635421276, -0.00669065723, -0.000111052963, -0.000376588432, 0.0171586685, 0.00887754653, 0.00461081881, 0.00886225328, 0.0123261027, -0.00725267269, 0.0146429818, -0.00623951619, 0.0140312649, -0.00815113261, -0.00390352076, 0.00448847516, -0.0209360234, 0.0185350329, -0.00876284949, -0.0178009719, -0.0125172641, 0.0356937, -0.0130678099, -0.0177092142, 0.00257112412, 0.0158128906, 0.0137559921, 0.0429731384, 0.0121502336, 0.00679770811, 0.000535730505, 0.00438907137, 0.00430496037, -0.0282766297, 0.0141994869, -0.0200184472, -0.00370088941, -0.0187644269, 0.000524738687, 0.00659125345, -0.0186267905, 0.00568897044, -0.0157517195, -0.015721133, -0.00691622822, 0.0146353357, 0.0108962134, 0.0438601263, 0.00711885933, 0.00401439425, -0.00467581395, 0.00891577918, -0.00436995504, 0.00512695545, 0.00383470254, -0.0120661231, -0.0213336386, -0.0196972955, 0.00229585124, 0.0076541123, -0.0180150736, -0.00660654623, -0.0100551024, -0.00216777297, -0.00259024021, -0.0295000654, 0.0104144858, 0.0183821041, -0.0138706891, 0.0131978, 0.00260553323, -0.00332238944, 0.00201102044, -0.0126549006, -0.000556280371, 0.0168986898, 0.00640009157, -0.0134348404, 0.0018695608, -0.0235511139, -0.00610952592, 0.005383112, 0.00218115444, 0.0179080218, 0.0199878607, -0.0197431743, -0.0102921426, 0.0156370215, -0.000780417409, -0.0165622439, -0.0195749514, -0.00680917781, 0.00912223384, -0.00425143493, -0.00372000551, -0.0286895391, 0.0109191528, 0.0145665174, 0.00756235467, -0.0130831031, 0.0204313565, 0.00118806958, -0.00958102103, 0.022710003, -0.0125478506, 0.00261509116, -0.00147003308, 0.014880022, -0.0055398643, 0.0079599712, 0.00447318237, -0.0100627486, 0.00866344571, -0.00139834743, -0.023780508, 0.00758911716, 0.00305476296, 0.0138706891, -0.00189632352, 0.0058227838, 0.00258068205, 0.0109956181, -0.00964983925, -0.00237040431, -0.00636568246, -0.0074553038, -0.00484021287, 0.0175868701, -0.00985629391, 0.0169445686, -0.00703857187, 0.0101774456, -0.0189326499, -0.00740942545, 0.0121655269, 0.0178927295, 0.00621275324, 0.027787257, -0.00764264259, 0.00236466946, -0.0179539, -0.00506196031, 0.00265141204, -0.0233064275, -0.0154076284, 0.0101392139, 0.0114391129, 0.0128919408, 0.00242010644, 0.00618599076, -0.0325433575, 0.00484785903, 0.00410997542, 0.000694872579, 0.00505049061, 0.00241819466, 0.00170325022, -0.00911458675, -0.0139089208, 0.00549016241, -0.00482874317, -0.0041482076, -0.00266097, -0.014650628, -0.000911841053, 0.00737883942, -0.0158434771, -0.0363360047, -0.0140542043, -0.00303373532, -0.0120508298, 0.00229202816, 0.000164160054, -0.0352960862, 0.00134864543, 0.00868638512, -0.010934446, -0.030601155, 0.0127160726, -0.0113320621, 0.00291330344, -0.0041252682, 0.0128766485, 0.00990982, -0.00917575881, 0.0101697994, 0.00850287, -0.00208557351, -0.00526459143, 0.00280051795, -0.0228170529, -0.00951985, 0.0109268, 0.0246980842, 0.0064306776, -0.00200337404, -0.00883166771, -0.00365118729, -0.0279554781, -0.00290183374, -0.00219453569, -0.0164246075, -0.0148494365, 0.0027947831, -0.0210124869, -0.0125784362, -0.0138401026, 0.000919009617, -0.00345620257, -0.00486697536, -0.00116417441, 0.00876284949, -0.000152690365, 0.0152546987, -0.000688659842, 0.00206454564, 0.0206148718, -0.0111103142, -0.0174645279, -0.0239181444, 0.00380602828, 0.0246674977, -0.0173574779, 0.0103991935, 0.00869403128, -0.0036014854, -0.0108503345, -0.0188714769, 0.00990217272, 0.0125402035, -0.0123719815, -0.00214865687, 0.0134960115, -0.00104947737, -0.00506578339, 0.000494152831, -0.0128766485, 0.00715709198, 0.0424531773, -0.00286933617, -0.00779557182, 0.0145053454, -0.00407938939, -0.00169847114, -0.00211233622, -0.0306929126, -0.00652625831, -0.0157670118, -0.0118673146, -0.0276955, 0.0128842946, 0.011783204, -0.0116149811, -0.0231993776, -0.0089540109, -0.004480829, 0.0278331358, -0.0267320443, -0.0100933351, 0.0148876682, 0.0160728712, -0.00106190296, 0.0393028334, -0.00446553575, -0.00531429378, 0.0102462638, -0.00263038417, 0.0354184285, 0.00636950601, 0.019330265, -0.00519195, 0.00396086928, 0.0199878607, 0.0039799856, 0.0142453657, 0.0177856795, -0.0125784362, -0.0149947191, 0.00071159919, 0.0103533147, 0.0303105898, 0.00404498028, -0.0164704863, 0.0162410922, -0.00400674809, 0.00485168258, -0.00485168258, 0.0136795267, 0.00242010644, -0.0274355188, 0.0213948116, -0.00691622822, -0.0201560836, 0.0111256074, 0.0292859636, 0.0192538, -8.80389e-06, 0.0160422847, 1.06333664e-05, 0.00167170854, -0.00217541959, -0.013580123, 0.0143753551, 0.015950527, -0.0250957012, -0.0136718806, -0.0045764097, -0.0230158623, 0.00373721, 0.00978747569, 0.00340650044, 0.0140771437, 0.00513460161, 0.0112938294, 0.0199113972, -0.0129684061, -0.000384712795, 0.00353840203, -0.0163634364, 0.0238416791, 0.0243157614, 0.00563926855, -0.00235893461, -0.00902282912, 0.0156599618, 0.0168069322, 0.0284295585, -0.0118826078, -0.00392646, 0.0150405979, -0.0349902287, 0.0160116982, 0.00288654072, -0.0108273951, 0.024009902, 0.000265953626, -0.0134424865, 0.0280472357, 0.014880022, 0.00357089937, -8.76356644e-05, 0.00776116271, -0.00379838189, -0.00589924818, 0.00517665735, -0.00166501792, 0.00654919771, -0.00480962684, 0.0264873579, 0.0282460432, 0.0200949125, 0.00415967731, -0.0294388924, 0.0360913165, -0.00165641564, -0.00495108636, 0.0212265886, -0.00367603847, 0.00854874868, -0.00566603104, 0.000655684446, -0.00453053089, -0.00812819321, -0.0270990748, 0.0174951144, 0.00335297524, 0.0148341432, -0.00156083482, 0.00931339525, 0.00837288, 0.0128231226, 0.00430113683, -0.00786821358, -0.00972630456, 0.00608276343, 0.00106859358, 0.0189326499, -0.00945867784, 0.00735207694, -0.017082205, 0.00885460712, -0.0078835059, 0.00189632352, 5.2808402e-05, 0.00363589451, -0.0132895578, 0.0295459442, -0.00232834881, 0.000983526697, -0.00313887419, -0.0120814154, -0.0369783081, -0.00960396, -0.00386146526, 2.34023664e-05, -0.0105674155, -0.0125019718, 0.00867873896, 0.0101545062, 0.00274125789, 0.00360530848, -0.00477139466, 0.0127772437, 0.0161493346, -0.00341988169, -0.0111867795, -0.00789879914, -0.00340076559, -0.00421320274, -0.00695828395, 0.00191066065, 0.0141077293, 0.0129378196, -0.00544810668, -0.0106974058, 0.0126549006, 0.0231687911, 0.0100092236, 0.00547486963, -0.010987971, -0.0159964059, 0.00763499597, 0.00944338553, 0.0114085265, 0.000990217319, -0.0215018615, -0.00973395072, 0.0223429725, -0.014314184, -0.0224347301, 0.0126854861, -0.0156599618, 0.00564691471, -0.0143830022, -0.0137406988, -0.0133048501, 0.0141306687, 0.00840346608, -0.0202172548, -0.000884600508, -0.0127160726, 0.00618981384, 0.0062739253, 0.00470257644, -0.0116073349, 0.0173421837, 0.0181068312, -0.00387866981, -0.00527988467, 0.0104068397, -0.00823524315, -0.0147882644, 0.0159658212, 0.0188714769, -0.00655302126, -0.0233675987, 0.0169598609, 0.0126931332, -0.0163022652, 0.0160422847, -0.00617069798, 0.0204772353, -0.0207219217, 0.0125325574, 0.00885460712, 0.0165928304, 0.0120508298, -0.00853345543, -0.0078108646, 0.00472169276, 0.0268390942, 0.00726414239, -0.00347914197, 0.0165316593, 0.0211042445, 0.00315416697, -0.0158740636, 0.000473125052, -0.00157421606, 0.0237652157, 0.00750882924, -0.0150788305, -0.00152738148, -0.00573102618, -0.0171586685, -0.0116073349, -0.023444064, -0.00397233898, -0.0118826078, 0.0228476394, 0.0133277895, 0.00332238944, -0.0148953153, 0.00849522371, 0.0201254971, -0.0304329339, 0.00688946573, 0.00711503625, 0.0209513158, -0.00620893, -0.0084187584, -0.0179844871, -0.035724286, -0.000903238775, -0.00556662679, -0.0296988729, 0.0224959012, 0.0081129, 0.0102386177, 0.000974924362, 0.00568514736, 0.00542134419, 0.00237422762, -0.00594512699, -0.000564404763, -0.0119973049, 0.0190244075, -0.0131289819, 0.0114849918, 0.0123108095, 0.0248051342, -0.0164704863, -0.0152241131, 0.00932104141, 0.0115155773, 0.0133583751, -0.00194411387, 0.00248892466, -0.00505431369, 0.00426290464, 0.00964983925, -0.00170994084, 0.0174645279, 0.00674035959, -0.00904576853, -0.0170057397, 0.0132360319, 0.00747824321, 0.00620128354, 0.00377735402, 0.00524547556, -0.0122114057, 0.0056239753, -0.00436230889, -0.00722591, -0.0250345282, 0.015950527, -0.0156905483, 0.0148494365, 0.0156370215, 0.00112880953, -0.0111867795, 0.00211807108, -0.00578455115, -0.0074553038, -0.00740942545, -0.0500384718, -0.00834994, 0.00808231439, -0.0115691023, -0.0131978, -0.00769234449, 0.000366791413, 0.000111889298, -0.0025137756, 0.0102309715, 0.0123719815, -0.0111714862, -0.00605600094, 0.00052521663, 0.0078835059, -0.0164857805, 0.00305476296, -0.0119896578, -0.0134577798, 0.0180762447, 0.00265332358, -0.0281695798, -0.0127007794, 0.00351737416, 0.00535252597, -0.00607894035, -0.0142147793, -0.00968042575, 0.00746295042, -0.00717620784, 0.00225570728, 0.00617069798, -0.0168681033, -0.00988688, 0.0384158418, -0.00673653604, 0.000861661101, 0.0141612543, 0.00753176864, 0.00545193, -0.00557045033, -0.00495491, 0.00732149091, 0.00382514438, 0.0250651147, 0.00057396281, -0.0059795361, 0.00540222786, -0.0169292744, 0.00065616233, -0.0118826078, 0.000955808209, -0.0176174566, -0.0256615393, 0.000509445788, -0.00922163762, 0.00756617775, 0.00762352627, -0.00324210152, -0.00381558645, -0.00778027903, 0.00954278931, 0.0012454181, 0.00176633359, -0.00290948013, -0.00752412202, -0.00368941971, -0.00847993, -0.00881637447, 0.00319431094, 0.0139165679, -0.0149106076, -0.028123701, -0.0154764466, -0.0295765288, 0.00558956619, -0.00836523343, 0.0275884476, -0.0168375168, 0.00427055126, 0.00873226393, 0.0228170529, -0.00942044612, 0.0072870818, -0.0136489412, 0.00700033922, 0.0168681033, -0.00218306598, 0.0322069116, 0.00375250308, 0.00789879914, 0.00554368738, 0.0170974974, 0.00742854131, 0.0107738702, -0.0183362253, -0.00186287018, 0.00734060723, -0.00515754102, -0.0121961124, -0.00101602415, -0.041474428, 0.00669448078, 0.00221747509, 0.000189608458, 0.00440436415, -0.0264873579, -0.00470639952, -0.00553604122, 0.0134807192, 0.0113550015, 0.00289801043, 0.00964219309, 0.0152546987, -0.0115996888, 0.0222359225, 0.0274661053, -0.00512695545, -0.0109268, -0.00574631896, -0.033644449, 0.000457115268, 4.08906708e-05, 0.00511548575, 0.0132666184, -0.0076770517, -0.002930508, -0.0153082246, -0.00830406137, 0.0153158708, -0.00325930608, -0.0128231226, -0.0223888513, -0.00713797566, 0.0312281661, -0.0220982861, 0.0218841843, -0.0093516279, -0.0204925276, 0.0138859814, -0.0148112038, -0.00449612178, -0.00519959675, -0.0125707891, -0.0073941322, -0.0105062434, 0.00924457703, -0.00525312172, 0.0154535072, -0.00929045584, 0.0191008709, 0.0253862664, 0.00156083482, 0.0155911436, 0.0158740636, -0.0165622439, 0.0229699835, 0.0193761438, 0.0111867795, -0.00228247, 0.00445788959, -0.00762352627, -0.012509618, -0.0098104151, -0.01825976, 0.0145741636, 0.0105597693, -0.00609805621, -0.00159142062, 0.00750500616, 0.00219071237, 0.0050046118, -0.00684741, 0.00544046052, -0.00856404193, -2.28796598e-05, -0.0040526269, 0.00929045584, -0.00203969469, 0.0384158418, 0.0218841843, 0.000290087803, -0.0332162455, 0.0128613552, -0.0138859814, 0.00608658651, -0.00968807191, 0.0100398092, -0.0159811135, 0.0284295585, 0.00918340497, -0.000973968592, 0.00393793, 0.0136030624, -0.00610187976, -0.0173574779, -0.010200385, -0.0101392139, -0.0081129, 0.0214101039, 0.0106591731, -0.0170669109, -0.0167151745, -0.0125019718, -0.00604453124, 0.000210277809, 0.0132207396, -0.00885460712, -0.0243922248, -0.00734443031, -0.00259597506, -0.00673271297, 0.0142071331, 0.0174951144, 0.0104527185, -0.016684588, 0.00635038968, -0.0115614561, 0.0081052538, 0.00820465758, 0.0252180435, 0.012624315, -0.0106821125, -0.027726084, 0.0199113972, 0.0228782259, -0.00973395072, -0.00700033922, 0.0170057397, 0.0102539109, -0.00356898783, -0.0163634364, 0.0063236272, 0.00919105206, 0.0256768316, 0.033705622, -0.00224232604, -0.00770381419, 0.00384234893, -0.0440742299, -0.0177092142, 0.0184738617, -0.00740560191, 0.010766224, 0.00926751643, -0.0141536081, 0.0166387092, -8.0646314e-06, 0.00669448078, 0.0252945088, -0.00294580101, 0.0013763638, -0.00581896026, -0.0081052538, 0.014880022, -0.0151476488, 0.0158434771, 0.0233828928, -0.00602923799, -0.0080746673, -0.00679388456, 0.0163022652, 0.00652243523, 0.0173727702, 0.016791638, 0.00562779885, -0.00844169781, 0.00999393, 0.023673458, -0.0205842853, 0.00378691219, -0.0157517195, 0.00678241486, -0.00720679387, -0.000837765867, 0.0180150736, -0.001345778, 0.00569279352, -0.0136489412, -0.00259597506, -0.00194602553, -0.00742471823, 0.00698886951, 0.00117086503, -0.00377544248, -0.0154611534, -0.00881637447, 0.00357089937, -0.0133048501, -0.0195137803, 0.025921518, -0.00174435, -0.024346346, 0.0170516185, 0.0112938294, -0.00523018232, -0.000530951482, 0.0356019437, 0.0100780418, -0.0101162745, 0.0168069322, 0.00213145232, 0.012853709, -0.00870167837, -0.0210124869, -0.00891577918, 0.00310064177, 0.00991746597, -0.009298102, -0.00104469841, -0.010819749, -0.0037276519, -0.025080407, 0.0286895391, -0.00906870794, 0.00555515708, 0.0224194378, 0.0153388102, 0.00714562228, 0.00437377859, -0.00440818723, -0.00179405196, -0.00759294024, -0.00192308612, 0.00436995504, -0.0177856795, -0.00455729337, 0.0126319611, 0.00305285142, -0.00406027306, 0.00239334372, 0.0285366103, 0.0346843675, -0.011156193, -0.0141765475, -0.00194411387, -0.00960396, -0.0231534988, 0.0158740636, -0.00903047621, 0.0149106076, -0.00942044612, 0.0180303659, -0.00822759699, -0.00532194, -0.000813870691, 0.000499887683, -0.0168833956, 0.0195749514, 0.0151705882, -0.0236581638, -0.00965748634, -0.00366265699, -0.0216853768, 0.00886225328, 0.0100245168, -0.0345008522, -0.00818936434, -3.95764328e-05, -0.00435848534, 0.00779939489, -0.00661037, 0.00314078573, 0.0121120019, 0.00636950601, -0.0194831938, 0.0213183463, 0.00209895475, 0.00185713533, 0.0040526269, 0.00337209133, -0.00904576853, 0.00408703601, 0.00608658651, -0.00450759148, 0.0172351338, -0.00168031082, -0.00333003583, -0.0200031549, 0.0108044557, -0.00785292, 0.0165316593, -0.00855639484, -0.00326121761, -0.00621275324, 0.00686652632, 0.011783204, -0.0034887, -0.0207830928, -0.0159352347, -0.025982691, 0.0259979833, 0.0418108739, 0.0306317415, 0.00179405196, 0.0145512242, 0.00477521773, -0.0691240504, -0.0084722843, 0.00052521663, 0.00786821358, -0.00371809397, -0.00602923799, 0.0274355188, 0.0165469516, 0.0180762447, 0.0113702947, 0.0082505364, 0.00652625831, -0.0154917398, 0.0006150626, -0.0087857889, -0.00262847263, 0.00950455666, -0.0222818013, -0.0349902287, -0.0183515176, 0.0137789315, -0.0130983954, 0.0114696985, 0.00801349618, 0.0170057397, 0.0292859636, -0.000804790528, 0.00560485944, -0.00431643, 0.000820083427, 0.00641156128, -0.00800584909, -0.027053196, 4.44450816e-05, -0.00779939489, -0.00750118261, 0.0313810967, -0.0078108646, -0.0138783352, -0.00187911897, 0.00813583937, -0.00506960694, -0.00755088497, -0.00487079844, -0.00972630456, 0.00906106178, -0.0145129915, -0.0118443752, -0.00176633359, -0.00694681425, 0.00188580959, -0.0114391129, 0.00701180892, -0.0106821125, -0.0128919408, -0.00589924818, -0.00689711189, -0.0192996785, -0.00775733963, -0.00241054827, -0.015614083, -0.00884696096, 0.00425525801, 0.00713797566, 0.0124102142, 0.0270379018, 0.0107509308, -0.00191161642, 0.0131748607, 0.0276802052, 0.00208939682, -0.0178927295, 0.00904576853, -0.0262885485, 0.00337209133, 0.0163787287, 0.00112403044, 0.0195749514, -0.0124790324, 0.0145741636, 0.00738648605, 0.0252333358, 0.020064326, 0.0177398, 0.0209513158, -0.0191620421, -0.0253556799, -0.00682447059, 0.00622422295, 0.00166310626, 0.0198961031, -0.00873991, 0.0127772437, -0.00402586395, -0.00124446233, 0.020064326, 0.000918531674, -0.00849522371, 0.0111256074, 0.0331244878, -0.0291483272, -0.0134348404, 0.00763117289, -0.00342561654, 0.002691556, -0.00412909128, 0.000916142191, -0.0284295585, 0.00685123308, 0.00203969469, 0.0191926286, -0.0108044557, 0.0210736599, -0.0117526175, 0.0142300725, -0.000867395953, 0.0121808201, -0.0100398092, -0.0133583751, -0.0129836984, -0.00480198, 0.00775733963, -0.00925987, -0.0250498224, 0.0275272764, 0.00921399146, -0.000503233, -0.0294388924, -0.00894636475, 0.0188867711, -0.00161244848, 0.0177856795, -0.00716856169, -0.0133201433, -0.00273934635, -0.0014384914, -0.00542899081, 0.00451141456, 0.00942809228, 0.00280434126, 0.0132972039, -0.00164303428, 0.0150635373, -0.00618599076, -0.00129129691, -0.0260438621, -0.00375250308, 0.0224653166, 0.00319048786, -0.0150864767, -0.00176442193, 0.00241628313, -0.00322107365, 0.0149411941, -0.0151935276, -0.00987158716, -0.0280472357, 0.0027317, 0.0146429818, -0.00846463721, 0.0150405979, 0.00631598057, 0.00643832423, 0.0162716787, -0.00236275792, 0.00298976805, -0.00410232879, -0.0196820032, -0.00440436415, -0.016455194, 0.0143677089, 0.0163328499, -0.0220524073, -0.00457258662, -0.00542899081, -0.0168375168, 0.0250498224, -0.0134501327, 0.0115232235, -0.00243731099, 0.0209819023, -0.00792173855, -0.0135648297, 0.0181527101, -0.00136776152, -0.00903812237, 0.0131213348, 0.00176442193, -0.00100551022, 0.00990982, 0.0172504261, 0.00997863803, 0.0140312649, -0.00362060149, -0.0363971777, 0.00562015222, -0.00533723319, 0.0142988907, -0.00427437434, -0.0020091089, 0.0117449714, 0.00357281114, -0.00545193, -0.00584572321, -0.0154076284, -0.00580749055, 0.00572337955, 0.00936692, -0.0056239753, -0.00100551022, 0.0025328917, 0.00763117289, -0.0250345282, 0.00176824513, -0.00255009625, 0.00890813209, -0.0104068397, 0.000609327748, 0.00500843488, 0.0064803795, 0.0270073172, 0.0126549006, 0.00301653077, 0.00328798033, 0.0216547903, -0.00205307594, 0.00242775283, 0.0167304669, -0.00693916762, 0.000214339991, 0.00607511681, -0.00558956619, 0.0114314659, -0.000645648455, -1.9160967e-05, 0.017862143, 0.00340267713, 0.00681682397, -0.0198349319, 0.0105444761, 0.00756617775, -0.00148628175, 0.0185809117, 0.0109650316, 0.0209666081, -0.00159428804, 0.00265714689, -0.00272978819, -0.00885460712, -0.00823524315, -0.00467581395, 0.0036970661, -0.00315034389, 0.00997099094, 0.00755088497, 0.00287124794, -0.0211501233, 0.00727943517, 0.00880108215, -0.00569279352, -0.00262464932, -0.00550927874, 0.0319010541, -0.021471275, -0.0151017699, 0.00870167837, -0.0140159717, -0.00662566256, -0.00435848534, -0.0034351747, 0.00498549547, -0.0249886494, 0.0100703957, -0.00172236643, 0.012341396, 0.00223850273, -0.0185044464, 0.025814468, -0.0161646288, 0.013748345, -0.0222206283, -0.0110644354, -0.00257303566, -0.0250498224, 0.00605982402, -0.0224500224, -0.0102615571, -0.00867873896, 0.00409850571, 0.000627488072, -0.0129760522, 0.00115174893, 0.0300659034, -0.0144518204, -0.0115232235, 0.0247133765, -0.00740177883, -0.00265905843, 0.0281084087, -0.000198330206, 0.0155376187, -0.0031923994, -0.0001898474, -0.0149717797, -0.00957337487, -0.0175409913, -0.00731384428, -0.0342561677, -0.0138553958, -0.0112020718, -0.026319135, -0.00312549295, -0.0265791155, -0.00374676823, -0.0211042445, 0.0126013756, -0.00119953929, -0.0223888513, 0.00426290464, -0.00512313191, 0.0113397082, 0.0114696985, 0.00325930608, 0.00701945554, 0.000837288, 0.0103533147, 0.014597103, -0.0114161735, 0.00308534899, 0.00347340712, 0.00625480898, 0.00668301107, -0.0115691023, -0.00682064751, 0.00401057117, 0.024851013, 0.00186287018, 0.00415585423, -0.00423996523, -0.0111179613, -0.0082505364, -0.00523782894, -0.014482406, 0.00198043464, 0.0137636382, -0.00792938471, 0.0101621533, -0.0131901531, 0.0177092142, 0.00724502606, -0.00662948564, -0.015216467, 0.0145129915, 0.0292247925, -0.0138324564, 0.00363398273, -0.0144518204, -0.0162105076, 0.0166081227, 0.00629686425, 0.0217771344, 0.0178774372, -0.00484021287, -0.0263956, 0.0100627486, 0.00932868849, 0.00803643558, -0.0015551, -0.0192079209, 0.0202325489, -0.00553604122, 0.00235319976, -0.00835758727, 0.0613552406, -0.00672124326, 0.00233408366, -0.00974159688, 0.00882402156, -0.0217159633, -0.00843405165, 0.0413520858, -0.0210736599, 0.0252945088, 0.000363685016, 0.00426290464, -0.00407938939, 0.013580123, 0.00364545244, -0.00553221768, 0.00293815439, -0.0207219217, -0.00278331339, -0.00480580376, 0.0176633354, -0.00750882924, -0.0055398643, -0.022205336, 0.00119284866, -0.0115079312, -0.0210583657, -0.00152164663, -0.032849215, -0.0182291735, -0.0123719815, 0.0183973964, -0.0114849918, 0.00831170846, -0.0068588797, 0.00984100159, 0.00734825339, -0.00246407348, 0.0114696985, -0.00172236643, -0.00890813209, 0.0224347301, 0.0120431837, -0.0141689, 0.0122802239, 0.0275425687, 0.000221030641, 0.0153158708, -0.0146659212, -0.00850287, -0.0104221329, -0.00669065723, 0.00560868252, 0.00157517195, -0.0063236272, -0.0140847899, 0.0195749514, -0.00299741444, 0.00955808163, 0.000662375067, 0.00199572765, -0.00909929443, 0.00400292454, 0.0121425875, 0.0178162642, -0.0360913165, -0.0141230216, -0.0145206386, -0.00890048593, -0.00136871741, 0.00876284949, 0.0013878335, -0.0042208489, -0.0198196396, -0.00965748634, 0.0231993776, -0.0129836984, 0.0177550931, -0.0041137985, -0.0156446695, -0.00445788959, 0.0211195387, 0.00584572321, 0.00556662679, 0.00435466226, 0.00890048593, -0.016286971, -0.0269155595, -0.0103074359, 0.00369133125, 0.00530282408, 0.0101009812, -0.0202937201, -0.00145187264, 0.00957337487, 0.00242966437, 0.00316946, -0.00997099094, 0.0050887228, -0.0153235169, 0.00624333927, -0.00925987, 0.00558192, -0.0188867711, -0.0098104151, 0.0310446508, -0.00248127803, -0.00808996055, 0.00777263241, 0.0180456582, -0.0177245066, 0.00216012658, 0.0113014765, -0.00324783637, 0.00411762157, 0.00771910697, 0.00900753681, 0.00123108097, 0.0133966077, 0.0117679108, 0.00394175295, 0.00498931902, 0.00317710638, -0.002775667, -0.0031618136, 0.00913752615, 0.00869403128, -0.00680153118, 0.0020741038, -0.0287507102, 0.0108962134, -0.0129378196, -0.00662948564, -0.0128919408, 0.0190091133, 0.00124828552, -0.00396086928, 0.00329180341, -0.0084722843, 0.0184738617, 0.0176939219, -0.0171280839, 0.00244878069, -0.00299167959, -0.0218994785, -0.00539075816, -0.0050772531, -0.0102233244, -0.0026800863, -0.0054557533, -0.0162716787, 0.0107968096, -0.0115461629, -0.0262426697, 0.0168986898, 0.0212265886, 0.00143371231, -0.0196055379, 0.00957337487, -0.00439289445, -0.00281007611, 0.00337209133, 0.0206454564, -0.00832700077, 0.00963454694, -0.0259368122, -0.011783204, 0.00326695247, 0.0140236178, 0.0115232235, -0.00456494, 0.00565838441, 0.00221365178, -0.00310064177, -0.0121808201, 0.00806702115, -0.00224806089, 0.00579602085, 0.0352043286, -0.0359995589, -0.00558574311, -0.0102309715, 0.00909929443, 0.0493961684, 0.0157058407, -0.012456093, 0.00129512011, 0.00146620977, -0.00283110398, -0.017189255, 0.0115691023, -0.0202019624, 0.0105750617, 0.00156179059, -0.0154917398, -0.00870167837, 0.0169139821, 0.000916620076, -0.0107126981, 0.00680153118, -0.00964983925, -0.00174817326, 0.0194679014, 0.00558574311, -0.0196820032, 0.0183821041, 0.00171758735, -0.0142224263, 0.0045037684, -0.00608276343, -0.00337591465]
|
18 Nov, 2020
|
HTML5 MathML accent Attribute
18 Nov, 2020
The MathML accent attribute in HTML5 is used to specify whether an operator should be treated as an accent. The possible values of this attribute are true or false. This attribute can be used with <mo>, <mover> and <munderover> MathML tags.
Syntax:
<element accent="true | false">
Attributes Value: This attribute has two values as mentioned above and described below:
true: This value means the operator should be treated as an accent.
false: This value means the operator should not be treated as an accent.
The example below illustrates the MathML accent attribute:
Example:
HTML
<!DOCTYPE html>
<html>
<body style="text-align:center;">
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>
HTML5 MathML accent Attribute
</h3>
<math>
<mrow>
<mrow>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo accent="true">+</mo>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
</mrow>
<mo accent="true">=</mo>
<msup>
<mi>z</mi>
<mn>2</mn>
</msup>
</mrow>
</math>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML accent attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute
|
https://www.geeksforgeeks.org/html5-mathml-accent-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML accent Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0273659881, -0.00370686734, -0.0189490281, 0.0182101894, 0.0678572208, -0.00189236749, 0.0103075178, 0.011748977, 0.0080910027, -3.802844e-05, 0.0167614873, 0.00916304253, 3.38407845e-05, -0.00233965437, -0.00720729446, -0.0214842577, -0.00462498236, -0.00199739845, -0.0108000766, 0.0315237641, -0.0268009938, -0.00645759096, -0.059338849, 0.00136992917, -0.0492558815, 0.0176307075, 0.00162707386, 0.0195285082, -0.00624390738, 0.00691755395, -0.0149650956, -0.00352759031, -0.000584008172, -0.0130165908, -0.0367390923, 0.0181377549, 0.00094075111, 0.0229619332, -0.0188476183, -0.0281338, 0.0102857873, -0.0214263089, 0.00670024846, 0.0155880377, 0.0198906846, -0.019629918, -0.0181087796, -0.0169208441, -0.0140161961, -0.0147767644, 0.0221361723, 0.00588173186, 0.00328674354, 0.0150954789, 0.00856183097, 0.0188186448, 0.0173264816, 0.000782299321, -0.0334650241, -0.00659521762, -0.0132194096, -0.0286118723, -0.0328275971, -0.00352759031, -0.0410852, 0.00172214501, 0.0243382, 5.05914031e-05, -0.0231068041, 0.0194126125, -0.0342763, 0.0425339043, 0.0202528592, 0.0139003, -0.017746605, 0.010640719, 0.0140596572, 0.00121419376, 0.00295716384, 0.0191518459, 0.0111405216, 0.00190142193, -0.0503568947, 0.0107638584, 0.024569992, 0.0158777777, -0.00513927173, -0.0281772614, -0.0156894475, 0.000375078118, -0.04099828, -0.00376662635, 0.0114447493, 0.00551955635, -0.00605919771, -0.00893125, -0.00575859193, 0.00884432811, -0.0168484095, -0.00133461715, 0.00163250649, 0.0223679654, 0.0308283865, 0.00102676789, 0.0159212388, -0.0166166164, 0.00876465, -0.00588897523, 0.027757138, 0.0362175591, 0.0124298669, -0.0445331112, 0.017167123, -0.00597589742, 0.00555215217, 0.0382167697, -0.0230343677, -0.037811134, 0.0305096731, 0.0237152576, -0.0396654718, 0.00760568772, 0.0213393867, 0.0311471019, -0.000103955717, 0.00873567536, -0.0403029025, -0.0129513992, 0.0394626521, -0.0239905119, -0.00653364789, 0.0187027473, -0.00951073132, -0.0221506599, 0.0272935536, 0.00783748, -0.00076237967, 0.012524032, 3.95563657e-05, -0.0333491303, -0.0592809021, 0.00418675, 0.0131107569, 0.0241064075, -0.0567891337, -0.0452864356, 0.0240774341, 0.0273080412, -0.0050632148, 0.0118793594, -0.0204411913, -0.0310312063, 0.026598176, -0.00883708429, 0.0123284571, -0.00833728258, 0.00802581105, 0.0408534072, 0.00602660188, 0.0373185724, -0.00415777601, 0.00859804917, 0.0250770394, 0.0401580296, -0.0116258366, 0.0491110124, -0.0234400053, -0.00273804762, -0.0300171133, 0.038245745, -0.000748798077, 0.0188186448, -0.0216725878, -0.0239615384, -0.0183405727, 0.0427367203, 0.0403608494, 0.005584748, 0.0128862076, -0.0156894475, -0.0465902686, 0.00128572341, 0.024468584, 0.0189924892, -8.7374865e-05, -0.00777228829, 0.00408171909, -0.0202093981, -0.0020553465, -0.00993085466, -0.00149306888, 0.00217124284, 0.0243382, 0.0022418669, 0.0279164948, -0.00378473499, -0.024323713, 0.0242078174, 0.0363334566, -0.0367680676, 0.00438232487, -0.0429974869, 0.00561372191, -0.0154431676, 0.00522257201, -0.0171236619, 0.0156604722, -0.0125167891, 0.0126761459, 0.00965560135, -0.00761293108, -0.00745357387, 0.0208758023, 0.0251639616, 9.04873086e-05, 0.0169063564, -0.0185433906, -0.0145232417, 0.0331173353, -0.0399841852, 0.0489081927, -0.0042845374, -0.0141538223, 0.0196444038, -0.0604978129, -0.0280468781, -0.0362755097, -0.0599762797, -0.0232806485, 0.00812722091, -0.0269168913, 0.030219933, -0.00902541634, 0.0118214116, 0.0192967169, 0.0181377549, 0.00521170674, -0.0169643052, 0.0370867811, 0.0185144171, -0.0279164948, 0.00476260902, 0.0171236619, -0.032248117, 0.00927169528, -0.0209337492, 0.0156749599, -0.0161675196, -0.0174568649, -0.0163558498, 0.00529138558, -0.0543842874, 0.00417588465, 0.00466482155, -0.0373185724, 0.0104886051, 0.0307704397, -0.00391149661, -0.00788818486, -0.0060736849, 0.0338706635, -0.0114085311, -0.00634169485, 0.00536019914, -0.0046865521, -0.0143566411, 0.0189924892, -0.0424180068, -0.0335809216, -0.00794613268, -0.0165007208, -0.0271631703, 0.00385717023, -0.0116330804, -0.0218898933, 0.027467398, -0.00145413505, 0.00943829585, 0.0365942232, -0.0469089858, -0.0053239814, 0.00613163272, 0.0418095514, 0.0433162, 0.00722178165, -0.00666403119, 0.0242367908, -0.00709502026, -0.033494, -0.0221071988, 0.0109377028, -0.0316976085, 0.003058573, 0.0223245043, 0.00386079191, -0.017065715, -0.0140524134, -0.0305965953, 0.0279744435, -0.0316106863, -0.0373475477, 0.0108652683, 0.00686322758, -0.0167180263, -0.0320742726, 0.0305096731, 0.0218898933, 0.0185144171, 0.00502699753, -0.0305096731, 0.0085401, -0.00736303, -0.0120314732, -0.018470956, -0.00909060799, -0.0334070772, -0.00538917305, -0.0433162, -0.0228894986, -0.0145739466, -0.0236428231, 0.000816706, -0.0316396616, 0.00892400648, -0.000258276472, -0.0226432178, -0.0338127129, -0.0474884659, 0.00938034803, -0.00811997708, -0.0956723094, -0.0347978324, -0.00409620628, 0.0197458137, -0.0182536505, -0.0767812282, 0.0292493012, -0.00389700942, 0.0136902379, -0.0190359503, -0.0128210159, 0.00252436404, -0.00177556591, 0.0428815931, 0.00789542776, -0.0247003753, -0.008221386, 0.00752600888, 0.00942380913, 0.0141900405, 0.00102857873, 0.0370578058, 0.040331874, -0.0402739272, 0.00455616927, -0.0277136769, -0.0264822803, -0.0185289029, -0.0580639914, -0.00290464843, -0.0132918442, 0.0351744927, 0.0267140716, -0.0667562038, 0.00573686138, -0.0484156348, -0.0449387506, 0.0110463556, 0.0173554551, -0.0304227509, -0.045894891, -0.00730146, 0.0250915252, 0.0146318944, -0.00824311655, 0.0282786712, 0.0105465539, -0.0186448, -0.0245555062, 0.0157329086, -0.035927821, 0.0168049484, 0.0203977302, -0.0167904608, 0.023889102, 0.00393322716, 0.0152403498, -0.0241064075, -0.0122560225, 0.0321032442, -0.0144290756, 0.0604978129, 0.00684149703, -0.0365073, 0.00113813684, -0.0211655423, -0.009286182, -0.0181087796, 0.0483866595, -0.0100395074, 0.0413169935, -0.0269893259, 0.00264931447, 0.00216762093, -0.0153562455, 0.0223100167, -0.0365362763, -0.0164137986, 0.05232713, -0.0238601286, -0.016732512, -0.0115823755, -0.00896746758, -0.0388252251, -0.0114447493, 0.0228025764, -0.00166872412, 0.0212234911, -0.00829382148, 0.051892519, 0.0680890158, -0.0142262578, 0.00103129505, 0.0030947905, 0.02175951, 0.00168321107, -0.0655393, -0.0228170622, 0.0328565724, 0.0155011155, -0.0314658172, -0.00739562558, 0.0209047757, 0.0294521209, -0.00511391973, 0.0296984, 0.0143059362, 0.0168194342, -0.025728954, 0.00191590888, -0.00561372191, -0.0189924892, -0.0411141738, 0.0252074227, -0.0219188668, 0.00998156, 0.0144001022, -0.00575859193, 0.0334070772, 0.00614974182, -0.00704431534, -0.0294231456, -0.041201096, -0.0308283865, 0.0227591153, -0.0175582729, 0.027322527, 0.0143276667, 0.0122270482, 0.00774331437, -0.0194850471, 0.0130238347, 0.0263084359, 0.0199776068, 0.064264439, -0.036941912, -0.044243373, 0.0171091761, -0.00659159617, 0.0112781478, 0.00921374746, -0.0123864058, 0.0224838611, -0.0125530064, 0.00239760242, 0.0248452462, -0.0124153793, -0.00300062494, -0.0244106352, 0.0212814379, 0.0422441624, -0.0144145889, 0.00682701031, -0.0189200528, 0.0247438364, -0.0415198095, 0.0333491303, 0.0254247282, -0.00767812273, 0.0416067317, 0.00260585337, 0.00476985285, 0.0171236619, -0.0422441624, 0.0117055159, 0.0205715746, -0.00530949421, -0.0363044813, 0.00586724468, -0.00438232487, -0.00566442637, 0.0344501436, -0.00781574938, 0.0236283354, 0.0183116, 0.0305386465, -0.0878493115, 0.0276702158, 0.0113868006, 0.0294231456, 0.0186882615, 0.0136829941, 0.0246858895, 0.0146246506, 0.0132049229, 0.0195429958, -0.00613163272, 0.0198182482, 0.00786645431, -0.00524792448, 0.00435697241, -0.0144508062, -0.0176886562, 0.0284090545, 0.0439246558, 0.0109377028, 0.0437508114, 0.0021784862, -0.0259027984, -0.0271921437, -0.0300171133, -0.0123139704, 0.017167123, 0.0220782254, -0.00832279492, 0.0103437351, -0.0169787928, 0.00293905498, -0.000136834467, 0.00629461184, -0.0176596828, -0.023063343, -0.0274384245, -0.016877383, -0.0130165908, -0.0305386465, 0.0161095709, -0.0507335588, -0.0231212899, 0.00650829542, 0.00671111373, 0.0217884835, -0.00507770199, -0.00445476, -0.00459963037, -0.0188476183, -0.0202383734, -0.0183550604, -0.00890952, -0.0106841801, 0.019340178, -0.00817068201, 0.0396944471, 0.0265836883, 0.00415777601, -0.0107203983, 0.00248452462, 0.0262939483, -0.00327587826, -0.0195285082, -0.0057259961, -0.00502337562, 0.0743474066, -0.00468293065, -0.0126037113, 0.0279599559, 0.00929342583, 0.0236717965, 0.032016322, 0.0075332527, -0.0234834664, -0.0186737739, 0.0533412211, 0.0182681382, -5.69860676e-05, 0.0106552066, -0.0219913032, -0.0243092272, -0.0697115585, 0.0112057133, 0.0233820565, 0.0432582535, -0.0195429958, -0.0310312063, 0.0187606961, 0.0266706105, -0.0225997567, 0.0168628953, 0.0311181284, 0.0046865521, -0.0108942417, 0.0235414132, 0.0372896, -0.00100051006, 0.00292637898, -0.00947451405, 0.0242367908, 0.000774150365, -0.00996707287, 0.0117634637, -0.0123212142, -0.00994534232, 0.0224838611, -0.00217305357, -0.0168194342, 0.01513894, -0.00320163229, 0.0100032901, -0.0109956516, 0.00135544222, 0.0327406749, 0.00590708386, -0.0140379267, -0.00168230571, 0.0369129367, -0.00124135683, -0.0282641836, 0.00985117629, -0.0080910027, -0.00585275795, -0.0305386465, -0.0262360014, -0.0154866287, 0.0110898167, 0.0441564508, 0.0473146215, -0.0299301911, 0.019340178, -0.00216581021, 0.017746605, 0.0176886562, -0.00258412282, -0.0225273222, 0.0308283865, -0.00319801061, 0.0266416371, -0.0203977302, 0.0209916979, -0.00306400564, 0.00479520485, -0.0166745652, 0.00296078552, 0.00207707705, -0.00320344325, 0.022628732, 0.0154286809, -0.00342980307, 0.00383906136, 0.00296621816, 0.00857631862, -0.0353483371, -0.0279744435, 0.00978598464, -0.0125602502, -0.00207707705, -0.0195140205, -0.00135996938, -0.0158053432, -0.0215132311, 0.0200065803, -0.000994172064, -0.0157763697, 0.0198906846, 0.022194121, 0.0101119429, -0.0137771601, 0.00160805963, 0.0331173353, -0.0277861115, 0.0427077487, -0.0386224054, 0.000985117629, -0.00198834413, 0.00091585156, -0.0176451951, -0.00988739356, -0.0401580296, 0.024005, -0.0148492, -0.0323640108, 0.0220782254, -0.0261056181, 0.0293217376, 0.0148347123, -0.00306038396, 0.00520084146, 0.0118214116, -0.00977149792, -0.0269024037, -0.0305386465, -0.0105248233, -0.00896022469, 0.018282624, -0.0195140205, -0.0380719, 0.0441274755, 0.00663143536, -0.0264677927, -0.0329434946, -0.00595416687, 0.00572961802, 0.0258448515, 0.0254971627, 0.029785322, 0.00127033098, -0.0166600775, 0.0076201749, 0.0208758023, -0.0413169935, 0.0242947396, 0.0013889434, 0.00190504373, 0.00470103929, -0.0265836883, 0.0147550339, 0.00790267158, 0.028727768, 0.0489951149, -0.0126616592, 0.00159628899, -0.0232227, 0.0216291267, 0.000819875044, 0.000760568772, -0.0115896193, 0.024222305, 0.0463584773, 0.0222955309, 0.000351084, 0.00482417922, -0.00388976606, 0.00776504492, -0.00667127455, 0.00287024165, 0.0336098969, 0.0015727476, 0.0131107569, -0.000627921952, 0.000989644788, 0.00360545819, -0.0219478421, -0.00738838222, 0.0230923165, -0.0224404, 0.0178625, -0.00551231252, 0.00126852, 0.0201079901, -0.00228895, -0.009670089, -0.0436349176, 0.0100250207, -0.0202238858, -0.0177610908, 0.00117435434, 0.0112998784, -0.009670089, -0.00363805401, 0.00471552648, 0.00412518, -0.00788818486, -0.0448808, 0.0606716573, 0.018905567, 0.0162689276, -0.0164717473, -0.0312340241, -0.00434248568, 0.00716745527, -0.0186013393, 0.0135091497, 0.0125964675, -0.0110101383, -0.00199015485, -0.00730146, 0.00530225085, 0.0122922398, -0.0191373583, 0.00422296766, -0.00596865406, 0.0350875705, 0.0358698703, 0.0345950127, -0.0119010899, 0.00630547712, -0.00264388183, -0.00855458807, 0.0216870755, 0.00348956184, -0.0123646753, 0.0117779505, 0.00827933382, 0.010445144, -0.0155300898, 0.0394626521, 0.00767812273, 0.016587643, 0.00911233854, -0.0434320979, -0.0136540206, -0.00689944532, 0.0195574816, -0.00867048372, -0.0319583751, 0.00484591, 0.0288146902, 0.0209916979, 0.00913406909, 0.012089422, 0.025627546, -0.00841696095, 0.00633445149, -0.003071249, -0.00917028636, 0.00994534232, 0.0347398855, 0.0196444038, -0.00708415499, 0.00736303, -0.0153562455, -0.00328855449, -0.0428526178, 0.00708777644, 0.0227736011, -0.0307704397, 0.0248597339, -0.00463584764, 0.0183695462, -0.0428526178, 0.0387672782, -0.0330883637, 0.00302778813, -0.0247872975, 0.00731594721, -0.0274384245, 0.0237587187, 0.022628732, -0.0198906846, 0.0310312063, 0.0211655423, 0.0195285082, 0.03801395, 7.11335524e-05, 0.0303648021, -0.00425194157, -0.0165441819, -0.0370288342, -0.0167759731, 0.0100757256, -0.0308573619, -0.0219623279, -0.00738476031, 0.016747, -0.00650467398, 0.0453443862, -0.000826665841, 0.0429105647, -0.00736665167, -0.0081344638, 0.004617739, -0.0221071988, -0.0104813622, 0.0137916468, 0.0402159803, -0.00170041446, 0.00281953695, -0.0234689787, -0.00260585337, 0.0284090545, 0.0287422556, 0.0143059362, 0.0245120451, 0.00735216495, -0.000355158438, -0.0039984188, 0.0246424284, -0.0325088836, 0.00484953122, 0.014074144, -0.0168194342, 0.0111187911, -0.00372678693, 0.0392888077, -0.022338992, 0.0175872464, 0.0245265309, -0.00121238281, -0.00416864129, -0.0193981249, 0.0279744435, 0.0173699427, -0.0259462595, 0.0153562455, -0.000354026648, 0.0108290501, 0.0128210159, -0.0128210159, 0.0130600519, 0.00408896245, 0.0114954533, 0.00482055731, -0.0144725367, 0.0136829941, -0.0121328831, 0.0217450224, -0.0229184721, 0.0149071477, -0.000785468321, 0.00864151, 0.00154105714, -0.0156604722, -0.0135163935, 0.00202456163, 0.0262649748, -0.0482128151, 0.00072118215, 0.00597589742, 0.0255551096, -0.0205860604, -0.000122573809, -0.017746605, 0.0149506088, 0.0177900661, 0.0130817825, -0.00877913646, -0.0332911797, -0.0113360966, 0.0200790148, -0.0366521701, -0.0212669522, 0.0485894792, 0.00413966691, 0.0151824011, -0.00981495902, -0.0262939483, -0.0247148629, -0.0247728117, -0.0157329086, -0.00241390034, 0.00210967287, 0.0123719182, 0.0157329086, -0.00375938276, -0.0174134038, 0.0183405727, 0.00247365935, 0.000997793744, 0.0015691258, 0.0116837854, 0.0110173821, -0.0240774341, -0.0127703119, -0.00943105295, 0.0196588915, -0.017746605, -0.0200935025, -0.0251784474, 0.0114664799, 0.00857631862, -0.0312340241, 0.0224838611, -0.00705155917, -0.000161281321, 0.027902009, 0.00625839457, -0.017311994, 0.00817068201, -0.0232227, 0.034189377, 0.0305386465, 0.00614974182, 0.00329398713, 0.0095469486, 0.0197747871, 0.02118003, 0.012234292, 0.0399841852, -0.0271197092, -0.0316396616, 0.0368260145, 0.031581711, -0.00829382148, -0.0279889312, -0.00795337651, 0.0199486315, 0.00607730681, 0.0323640108, -0.019195307, -0.00592881441, -0.015906753, -0.0233530831, -0.0289450735, 0.00756222662, 0.0259462595, -0.044011578, 0.0255840849, -0.0125095453, 0.0192677416, -0.000244242168, 0.00345696602, 0.00220564939, 0.0317265838, 0.00984393246, -0.00630909903, 0.035638079, -0.0128210159, -0.0108073195, -0.0217739977, 0.016877383, 0.0504727922, 0.015037531, 0.0036217561, -0.0212669522, -0.0600342266, -0.00273080403, 0.000444117846, -0.0193691514, -0.0250335783, -5.60240369e-05, -0.0100829685, 0.00596865406, 0.00605195435, 0.00195031567, 0.00513565, 0.00737751694, -0.0177176297, -0.0391149633, -0.0442143977, -0.0243816618, 0.00554853026, -0.00876465, -0.00631272094, -0.0391439386, -0.0126254419, -0.0252219085, -0.0206150357, -0.0116765415, -0.00224548881, 0.0209772103, 0.00210424024, 0.0174423773, 0.017311994, 0.014798495, -0.0194560736, 0.0164862331, 0.00480244868, 0.0140596572, -0.021571178, 0.015472142, 0.0104886051, 0.0112202, -0.00777953211, -0.00922823418, -0.0198037624, -0.0206440091, -0.0023523306, 0.00846042205, 0.0100322645, 0.0152693233, 0.00522257201, -0.0133860102, 0.00630547712, -0.00207345537, 0.00626563793, 0.00654089125, 0.00562096527, -0.00739924749, -0.00511391973, 0.0049038576, -0.0238311552, 0.0075767138, -0.00970630627, -0.00747530442, 0.0104161706, -0.00840247422, -0.0175582729, 0.0122705093, 0.0300460886, -0.0247148629, -0.00425194157, -0.0205570869, 0.0151534276, -0.0364783257, -0.0107421288, 0.0116692977, 0.00413242355, 0.00104306568, 0.0755063668, 0.0054109036, -0.030219933, -0.00056544668, -0.0142914494, 0.0064068865, -0.00667489646, -0.0188765917, 0.0175582729, 0.00235595228, -0.00186339347, 0.0143421534, 0.029785322, 0.044446189, -0.00927893911, -0.0178625, 0.000632901851, 0.00690306677, 0.0112926355, 0.00256058155, -0.00405998854, 0.0108942417, 0.0289161, 0.00032663712, 0.0179783963, 0.0127123641, 0.000526965479, 0.0302489065, -0.00980771519, -0.0216870755, -0.0174858384, -0.0112926355, 0.00659883954, 0.0107638584, 0.00420485856, 0.0528196916, -0.0183260851, -0.000487126177, -0.00860529207, 0.00541814696, -0.00888054539, -0.000781393843, -0.009286182, -0.0451995134, 0.016153032, -0.00604471099, -0.0261201039, 0.0314947888, 0.00584551413, 0.006117146, 0.00910509471, 0.0109811639, 0.0173264816, 0.0145377284, -0.0102350824, -0.00709502026, 0.00196118094, -0.0169063564, -0.00141972839, -0.0226142444, 0.001565504, -0.0227591153, -0.0222375821, -0.0226432178, -0.0115968632, 0.00927893911, 0.000267104508, -0.0177031439, 0.0127268508, 0.0133860102, -0.00335012423, 0.0102568129, 0.0364783257, 0.00716745527, -0.0409693047, -0.00983669, 0.0103292484, 0.000471733714, 0.0149940699, 0.000569068419, -0.00691031059, 0.0108362939, -0.0273370147, 0.0347398855, -0.00591794914, -0.00213864702, -0.0235124398, 0.00372316525, -0.0183840338, 0.0104089268, -0.0130165908, -0.00384992664, -0.0149940699, 0.0065807309, 0.00166057516, -0.00989463739, -0.0126399286, 0.0173409674, -0.0262070261, -0.0303358287, -0.00452719489, 0.00464671291, 0.0416646823, 0.00144145894, -0.00584189268, -0.0175148118, 0.0235703886, -0.0265836883, -0.0011761653, 0.00717832055, 0.00376300444, 0.0228894986, -0.0133497929, 0.0164862331, -0.00687047141, -0.0100757256, -0.0158198308, 0.00219297316, 0.00522619393, 0.0131976791, -0.00591070578, 0.00479520485, -0.00409982773, 0.028003417, 0.0069392845, -0.00610265881, -0.0186013393, -0.0320452973, -0.00157093664, 0.0197458137, -0.0159502141, 0.0228170622, -0.00370505638, 0.0280179046, 0.0272935536, 0.0131180007, 0.00847490877, 0.00110373017, -0.020064529, 0.0128282597, 0.0349716768, 0.0119590387, 0.0331752859, -0.0174713507, 0.00337185478, 0.0273804758, 0.00967733189, 0.0267285593, 0.0307414643, 0.00117707066, -0.0318424776, -0.0276991893, 0.0235559, 0.0178769883, 0.00736303, -0.017311994, 0.0114375055, -0.00368513679, 0.0124371098, -0.00240303506, 0.0149071477, 0.0229184721, 0.0153852198, -0.0283076447, -0.0134149846, -0.00856907479, 0.0243382, -0.0176886562, 0.00921374746, -0.0277861115, 0.0136757512, 0.0162834153, -0.00535657723, -0.00489661423, 3.85094536e-05, 0.0177321173, 0.00981495902, -0.0220782254, 0.0197458137, -0.0181522407, -0.00676544, 0.004643091, -0.0161820054, 0.00569340028, -0.00805478543, -0.0223245043, 0.00933688693, 0.0094093224, -0.012958643, -0.0402449518, -0.0356091037, 0.00940207858, 0.017500326, 0.0314658172, -0.0334650241, -0.00763466163, -0.00034882038, -0.0220492501, -0.00281591527, -0.0107059106, -0.0112709049, 0.0429974869, 0.0179059617, 0.00976425409, 0.0130890263, -0.0047915834, -0.000946183747, 0.0214842577, -0.00522619393, -0.00857631862, 0.0144942673, -0.0189345405, 0.00548333861, 0.0134729324, -0.0145594589, 0.0273515023, 0.04293954, -0.0028847286, 0.00884432811, 0.0267720204, -0.014074144, -0.00372316525, 0.0138278641, 0.00982944574, -0.0132194096, -0.00285756541, 0.00593605824, 0.00119608489, -0.0103147607, 0.00678717066, 0.0391729139, 0.0298722442, 0.00809824653, 0.0200065803, 0.00184800103, -0.020310808, 0.0303068552, -0.0113940444, 0.0294666067, 0.00759844435, -0.00340988324, -0.000397261378, 0.0149506088, -0.00770709664, -0.0260766428, -0.000246505777, -0.00614249799, 0.0182536505, -0.00247909199, 0.0155156031, -0.0125819808, -0.00504510617, 0.0149361221, -0.0367680676, -0.00317990175, 0.000100786681, -0.0192242805, -0.0129151819, -0.0095831668, -0.0126616592, 0.0175293, 0.018036345, 0.00554853026, -0.0325088836, 0.00768536609, 0.0162544418, -0.00825036, -0.0287567433, 0.00549420388, -0.00512478501, -0.00980771519, -0.0112202, 0.000239262255, 0.012574737, 0.0241933297, -0.00394409243, -0.0121183954, 0.0210641325, -0.0140958745, -0.00543263415, -0.00267285598, -0.0094962446, 0.00207164441, -0.0195429958, -0.0115534021, -0.00493645342, -0.0192677416, 0.00302235549, -0.0168918706, 0.0212814379, 0.0254537016, -0.0264677927, 0.00614249799, 0.00859080534, 0.000969725195, 0.0177176297, -0.00352940126, -0.0153852198, -0.0106986677, -0.000384358864, 0.0304807, -0.00115171843, 0.0321901664, 0.00561734382, -0.00737751694, -0.0174568649, -0.00905439, 0.011314366, 0.0133642796, -0.0197458137, -0.0100974562, 0.00756222662, -0.0134729324, -0.00592519296, 0.0106769372, -0.00361994514, -0.0124153793, -0.00579843158, 0.0197603013, -0.0131759485, -0.0142624751, -0.00427367212, 9.60331236e-05, -0.00727248611, 0.022628732, -0.0240194853, -0.00446924707, 0.00890227593, -0.00132646819, -0.011654811, 0.0229764208, 0.00901817251, -0.0323350392, 0.00624752929, 0.0184419826, 0.012668903, -0.0195719693, 0.00204810314, 0.0134149846, -0.0220637377, -0.0205715746, 0.0333491303, -0.024903195, -0.00164337177, -0.0176162217, -0.0187462084, -0.0045308168, 0.00288291788, -0.0233530831, 0.00215494493, 0.00644672569, -0.00738838222, 0.0214263089, -0.00194307207, -0.0115026971, 0.0229329597, 0.0336098969, -0.017500326, 0.00499802316, -0.0135236373, -0.018282624, -9.9258752e-05, -0.00285937637, 0.0140958745, -0.0148347123, -0.0470828265, -0.000625205634, -0.0298432689, -0.0054109036, 0.0147912512, -0.00260223169, 0.0112129571, 0.0070696678, -0.00291913538, -0.00118521962, 0.00364348665, 0.00123864051, -0.0108145634, -0.00743184332, -0.022005789, -0.0222086087, -0.00893849414, 0.0282352101, -0.0187606961, -0.0251205, 0.00190142193, -0.00629461184, 0.0160371363, -0.00919926073, 0.0292203277, 0.0284090545, -0.00998880342, 0.00875740591, 0.0218029711, 0.0208323412, -0.0301909577, -0.0010829051, -0.00192858512, -0.00384268304, 0.00680165784, 0.0112564173, 0.0537758321, -0.00405636663, 0.0102061089, 0.00213683606, -0.00405998854, 0.00827209093, -0.0202673469, -0.00281410431, 0.0226432178, 0.0209482368, 0.0286843069, -0.0181377549, 0.0130672958, -0.00907612, -0.00777953211, -0.00848939642, 0.023744233, 0.0123501876, 0.0112491744, -0.0121328831, -0.000739743642, 0.00960489735, 0.0128717208, 0.0151534276, -0.00466844346, 0.00240122434, -0.0283221323, -0.00177647138, -0.0148129817, -0.0283221323, -0.00138351077, -0.0118721165, 6.58141e-05, -0.00930067, 0.0114519922, -0.00246279407, 0.0227446277, -0.0117924372, -0.0146898422, -0.00984393246, -0.00599762797, 0.00258412282, -0.0132194096, 0.00880811084, 0.00442216406, -0.000209495949, 0.0195285082, 0.0244975574, 0.00140795764, 0.0116330804, -0.00552679971, 0.0159791876, 0.0228460375, -0.00855458807, -0.0107493717, -0.0189490281, -0.0188476183, -0.00994534232, 0.0179494228, 8.79407598e-05, -0.00716745527, -0.0115534021, 0.0182681382, 0.0128065292, 0.0112129571, -0.00255333795, -0.00681976648, 0.0131252436, 0.00586362323, -0.0107493717, -0.0158053432, 0.000229415615, -0.0151534276, 0.0212234911, -0.0345660411, -0.00125312759, 0.000503424089, -0.00982220192, 0.000583555433, -0.0185144171, -0.019195307, -0.0132194096, 0.0113288527, -0.0264243316, 0.0520663634, 0.011799681, 0.0131180007, -0.0240484606, 0.00475536566, 0.0140017085, 0.017848013, 0.000160375886, -0.0125602502, -0.00554853026, 0.00695739314, 0.00546160806, 0.0225997567, 0.000678626529, -0.00589259714, 0.00863426644, 0.0142045273, -0.0180942938, -0.00197928958, 0.00788094103, 0.0243816618, -0.0255261362, 0.00760568772, -0.00628736848, -0.000280686101, -0.0129658869, -0.000417633739, 0.00809824653, -0.00998156, 0.0180942938, -0.0150809921, -0.00562096527, -0.00948900077, -0.0149650956, 0.00105212012, -0.00168954919, 0.0139365168, 0.00748254778, -0.0218754057, -0.0123574315, 0.0100902123, -0.0109666772, -0.00634893822, -0.0343921967, 0.00132918451, 0.0102713, 0.00956867915, 0.00140524132, -0.0184419826, 0.0146608688, 0.0118648726, 0.0239035897, -0.0103292484, 0.0314078666, -0.0057441052, -0.0118431421, 0.0151968887, 0.0343342461, 0.00925720856, 0.00294992025, 0.00189961109, -0.00131379196, 0.0117924372, 0.0124515975, -0.0192387681, -0.00271631707, -0.0125602502, -0.0121111525, 0.0205426, 0.0103509789, 0.00621131156, -0.00977149792, 0.00460687373, 0.000825307681, 0.00754049607, -0.0262360014, 0.00947451405, 0.00230343686, -0.00622942, 0.00856183097, 0.00333020464, 0.00444027269, 0.0150665054, -0.00836625602, 0.00382095249, -0.00749703497, -0.0151534276, 0.0075332527, 0.0181667283, -0.00990188122, 0.0212090034, -0.0195719693, -0.0192677416, -0.0094527835, -0.00571513083, -0.0218319446, -0.0146753555, -0.025439214, 0.03607269, 0.00547247333, 0.00492196623, -0.00259136641, -0.00445476, -0.0106624495, -0.0125819808, 0.00127757445, 0.00653727, 0.0196588915, 0.00296983984, 0.0151968887, -0.0149216345, -0.013299088, 0.021904381, -0.0126833897, -0.00951073132, -0.00225092145, 0.0110318689, 0.00355475349, -0.00951797515, 0.0019756679, -0.0237587187, -0.0117127588, -0.00236319588, -0.032885544, 0.00497267116, 0.00939483475, -0.0392888077, 0.0167904608, 0.00745357387, 0.00160715426, -0.0176596828, -0.000578122796, -1.43879915e-05, -0.00622579874, -0.0159212388, -0.00108199962, 0.01460292, 0.0125964675, 0.00112546072, 0.00493283151, 0.00769985327, 0.0130817825, 0.00217305357, -0.016442772, -0.000683153747, 0.00509581063, 0.0179494228, 0.00672922283, 0.00604471099, 0.00434972905, 0.00740286941, 0.00896746758, -0.0119590387, -0.00907612, -0.0252943449, 0.00996707287, -0.00375213916, -0.0212959256, -0.00951797515, 0.00136811833, -0.022338992, 0.0227156542, -0.00903265923, 0.00985842, 0.000165016259, 0.0181522407, -0.00533846859, 0.00808376, 0.0117200026, 0.0212669522, -0.0166311041, 0.00388976606, -0.0256130584, -0.010590015, 0.0168484095, 0.00112183893, 0.0145956771, -0.0112129571, -0.0129658869, 0.0128717208, -0.0283655934, -0.00154558441, -0.00446562516, -0.0289885346, -0.0102350824, 0.0288871266, 0.0347398855, -0.00409620628, 0.00544712087, -0.00754773943, 0.0117779505, 0.0327986218, 0.00972803682, 0.00346420961, -0.00897471141, -0.0224404, 0.00867772754, 0.00499078, -0.014892661, -0.0095034875, 0.000888235692, 0.0124081364, 0.0011290824, -0.0251494739, -0.0083517693, -0.0116041061, -0.00392236188, -0.0080475416, -0.01431318, 0.00653002597, -0.0411721207, -0.0249756295, 0.0179349352, 0.0224983487, -0.0168484095, 0.0296984, -0.0150809921, -0.00276521081, 0.0112346876, 0.00934413075, 0.0171091761, 0.0063634254, 0.00983669, -0.00254066195, -0.00166510232, 0.00098240131, -0.000601664244, 0.000991455745, 0.00998156, -0.00658797426, 0.00133008987, 0.00290102651, -0.00144960789, 0.013639533, -0.0214552823, -0.0186013393, 0.00258050114, -0.0224548876, -0.00308211427, -0.000365344633, 0.0316396616, 0.0119662816, -0.00573324, 0.0101481602, -0.000409711152, -0.00348775112, -0.00977874082, 0.0155300898, 0.0260476694, -1.86180896e-05, 0.0130238347, -0.000796786335, -0.00513927173, 0.0189924892, -0.0016587642, 0.0205281135, 0.00788094103, -0.0150085567, -0.0207599048, 0.0105320662, -0.0180508327, -0.00137536181, 0.00208613137, -0.00602298044, 0.0216291267, -0.00215132302, -0.00570788747, -0.00554853026, -0.0298722442, 0.0117779505, 0.00513202837, -0.00630547712, 0.021035159, 0.0303358287, 3.5906316e-05, 0.0095469486, -0.00792440213, 0.0141610662, -0.0159357265, -0.0056390739, -0.0232951343, 0.00528776366, 0.00467568683, -0.0144145889, 0.00903265923, 0.0110898167, -0.0290464833, 0.0210641325, -0.0208902881, 0.0195285082, -0.00120151753, 0.0175148118, -0.0117779505, -0.00345696602, -0.0048169354, 0.0117344894, -0.0123501876, -0.00333201559, 0.0176741686, -0.000515194784, -0.0278585479, 0.016341364, -0.000708053296, 0.0186303128, 0.00546885142, -0.0184130073, 0.0227446277, 0.0113940444, -0.0093296431, 0.0110318689, 0.000496180553, 0.0236283354, 0.00589259714, 0.00237587187, 0.000180069183, 0.0305676199, -0.0119373081, 0.0207164437, 0.00618233765, 0.00083209842, 0.00783023611, -0.00703345, 0.00393322716, 0.00993809849, 0.000703978818, -0.00778677547, 0.00426642876, 0.032450933, 0.017311994, 0.000289966847, -0.00648294343, 0.00076645409, -0.00337909837, 0.0243961494, -0.00846042205, -0.0285394378, -0.000246958487, -0.00249720085, 0.00178824202, 0.0173409674, 0.00112727156, -0.00337728742, -0.00624028547, -0.0172830205, -0.0126181981, -0.0249611419, -0.0021350251, -0.00258955546, -0.0149795832, -0.0129948603, 0.00616785046, -0.0066930051, 0.00840971712, -0.00700085424, 0.00440043351, -0.0228460375, 0.012140126, -0.000857450766, 0.00712037226, -0.017746605, 0.011893847, 0.0203252956, -0.0058998405, -0.0111260349, 0.00608817209, 0.00905439, -0.0095831668, -0.00697550224, 0.0225273222, 0.00694290642, 0.00607006298, 0.0145159978, -0.000688133645, -0.0103075178, -0.00216581021, 0.0170222539, -0.00286662, -0.00830106437, -0.0101843784, -0.0256854929, -0.000975157833, -0.0287422556, -0.0206295215, 0.0119517948, -0.00558112608, -0.0082141431, 0.0145811895, 0.00307306, 0.00773607101, 0.010785589, -0.00269820821, -0.00499440171, -0.0081779249, -0.0231068041, -0.011509941, 0.00309660146, 0.0185289029, -0.0136829941, 0.00420485856, 0.00336461142, 0.0110898167, 0.000522891, 0.0182391629, 0.00375213916, -0.0049473187, -0.00362537778, 0.0326247774, 0.00354569918, -0.0177031439, 0.0075767138, 0.00841696095, 0.00427367212, 0.00567529164, -0.00211329455, 0.0143711278, -0.0216146391, 0.0108362939, -0.0102930302, 0.011748977, 0.00769985327, -0.0174423773, 0.00231249118, 0.00152747566, 0.0237732064, 0.00578032248, -0.00887330249, 0.00905439, 0.0218754057, 0.00507045863, -0.00473363511, 0.00639602123, 0.0379849784, 0.0422151871, -0.0017556462, 0.00518635474, 0.000124497863, 0.00391874, -0.00621131156, -0.0139582474, -0.0102640567, 0.000557750405, -0.0121473698, 0.00252617477, 0.00796786323, 0.000449776824, 0.00319982134, 0.0170802, -0.00299157039, -0.0128862076, 0.00080629345, 0.021904381, 0.0316976085, -0.0206874702, -0.00730870385, -0.00538555114, -0.0194850471, -0.00671111373, -0.00870670192, -0.00796786323, 0.00923547801, 0.0105755273, 0.0158053432, -0.0057441052, 0.0164862331, 1.3192529e-05, 0.000595326128, 0.00887330249, 0.0138713252, -0.00157365296, 0.012089422, -0.0178335272, 0.00842420477, 0.00980771519, 0.0134149846, -0.0124153793, 0.00750427833, 0.00221289298, 0.0153562455, 0.00343704643, 0.0195864569, 0.0093224, -0.00113089336, 0.0434610732, -0.0285394378, -0.00228351727, 0.0101119429, 0.0169932786, 0.0223824531, -0.0204556789, 0.00412155828, 0.0160661098, -0.000594873447, -0.000155961869, 0.00684511894, -0.0058998405, 0.00902541634, -0.0158922654, -0.039752394, -0.00961938407, -0.00215675565, -0.0149216345, 0.00810549, 0.000356290257, -0.00490023568, -0.0103292484, 0.0112129571, 0.00704069389, -0.000997793744, -0.0122994836, -0.018905567, 0.00314911688, 0.023309622, 0.0112057133, 0.000716202252, -0.0199920926, 0.00567529164, 0.000424877246, 0.0104161706, -0.00335917878, -0.00467206538, 0.00944554, -0.0025823121, 0.0218609199, -0.0100395074, -0.0110535994, -0.00260042073, -0.00404550135, -0.014552216, 0.0175727606, -0.00149125804, -0.0281772614, 0.00388614414, -8.81105298e-05, 0.00455979072, -0.00709502026, -0.0095469486, -0.019195307, 0.0079606194, 0.00701534143, 0.0121763442, 0.0105103357, 1.5307578e-05, -0.0175872464, 0.0131469741, 0.00542901224, 0.026496768, 0.00522619393, 0.00744633051, -0.0140886307, -0.0128355036, -0.00603746716, 0.00778677547, 0.00425194157, 0.0212669522, 0.0124515975, 0.00784472376, -0.0144652938, -0.00833728258, -0.0129513992, -0.0143349105, -0.010734885, 0.00806202926, -0.0114157749, 0.0274529103, -0.0178769883, 0.00776504492, 0.0172830205, 0.0037014347, -0.0112781478, 0.00177103875, -0.0143059362, 0.0019684243, 0.00437508151, 0.0179059617, -0.0148636866, -0.00907612, -0.000667308574, -0.0245989673, 0.02118003, 0.00586000131, -0.00874291919, -0.0171381496, -0.0018688261, -0.0308283865, -0.0124805709, 0.0103871962, 0.0209192634, -0.0102423262, 0.0121328831, -0.00159900531, 0.0218609199, -0.00493283151, -0.00179820182, -0.0154866287, -0.00847490877, 0.000915398821, -0.00432075514, 0.0385065116, 0.00599400606, -0.00492558815, -0.00596141024, 0.00416139746, 0.00883708429, 0.0234400053, -0.001559166, -0.00723989028, 0.0104379011, 0.00190142193, 0.00270183, 0.0166745652, -0.013972735, 0.00408896245, -0.013393254, 0.0044149207, 0.0057694572, 0.00714210281, -0.0107783461, 0.00171580689, 0.0196733791, 0.0232806485, 0.000252617494, 0.00467206538, 0.00183713576, -0.0211510547, 0.0207743924, 0.0209627245, 0.00163975009, -0.01107533, -0.0034479117, -0.0170802, 0.000231452839, -0.0163558498, -0.0157329086, 0.0169208441, -0.00725075556, 0.00988015067, -0.0223100167, -0.00647207815, -0.00206621177, 0.00632720767, -0.0095397057, -0.0112057133, 0.0289016124, 0.0063634254, -0.023309622, -0.0190214626, 0.00103672768, -0.0137626724, -0.00265655806, -0.0103799524, -0.012234292, -0.0125095453, 0.00377386971, 0.0160805974, -0.000835267478, 0.0192967169, -0.009286182, 0.00866324082, 0.0220347643, 0.00919201691, -0.0030151119, -0.00221832562, 0.00250444422, 0.0166311041, -0.0131469741, 0.0212379768, 0.00240303506, -0.0123719182, 1.77126512e-05, -0.0072688642, -0.00404550135, -0.00679079257, 0.00620044628, 0.0102350824, 0.00712761562, 0.0131831923, 0.0111332778, -0.00325776963, 0.00404912326, -0.0265692025, 0.0183550604, -0.00600849325, 0.0190938972, 0.00996707287, -1.82361073e-05, -0.0108145634, -0.0104016829, -0.0299012177, 0.0182971116, 0.0138133774, -0.00903990306, -0.0189490281, 0.011024625, -0.0140379267, 0.00512840645, -0.00765639218, -0.00980047137, -0.0139220301, 0.0171236619, -0.0105175795, -0.0170367397, 0.00951797515, 0.0138351079, 0.0043714596, -0.0093731042, 0.0133280624, -0.0286698211, -0.0122270482, 0.0201224759, 0.0122632654, -0.00119336857, -0.00839523, -0.00354932086, -0.0144001022, -0.00247728103, 0.0019992094, 0.0114230188, -0.0131759485, -0.00430626795, 0.0237007719, -0.0141393356, -0.0011028247, -0.0157329086, -0.00998880342, 0.0069827456, -0.00379560026, -0.00729059475, 0.00581654, -0.000302869361, 0.0101119429, 0.00967733189, 0.0167035386, -0.0246569142, 0.0188476183, 0.00233965437, -0.00952521805, 0.00814895146, -0.00593243632, 0.00562096527, -0.000762832351, 0.0105393101, 0.019876197, 0.00362356682, 0.0171960983, 0.0215566922, 0.00335555687, 0.0023215455, 0.000190368548, -0.0329724662, -0.00291370274, 0.0181377549, -0.000429404463, 0.017848013, -0.0111767389, -0.017065715, 0.0139437607, -0.0157908555, 0.0106841801, 0.0221506599, -0.0124081364, -0.0159357265, -0.0170222539, 0.00977874082, 0.00801132433, 0.00122415356, 0.0365652479, 0.00222556898, -0.0119952559, -0.00283764582, -0.0112274438, 0.0241788439, -0.0180073716, 0.0288581513, 0.018282624, -0.00119155773, 0.00307487091, 0.0145232417, 0.0072000511, -0.0304807, 0.0172830205, 0.00174025376, -0.00511754118, -0.00776504492, -0.00411793683, 0.00187969138, -0.0130962702, -0.0153997065, 0.00686684949, -0.00454892544, 0.00261309696, -0.0206729826, 0.00793164596, 0.021904381, 0.00221470371, -0.0250915252, -0.00655900035, 0.025439214, -0.0298142955, -0.0105320662, 0.0243526883, -0.0102133518, -0.0311760753, 0.00744633051, 0.0187751837, 0.00283764582, 0.0119735254, 0.0184274949, 0.0387093276, -0.01460292, 0.0016958873, 0.00199377676, 0.00775055774, 0.00774331437, -0.0312919728, 0.00329579809, -0.000314866425, 0.013538124, -0.0111477654, 0.00230162591, 0.0030947905, 0.00172757765, 0.00851112697, 0.0368260145, -0.0152982976, 0.00843144767, 0.00400204025, 0.00425556349, -0.00861978, 0.00898195524, -0.00211510551, -0.00429178076, 0.00623304211, 0.0160226487, 0.0135743413, -0.0218319446, 0.00629823375, 0.00614249799, 0.0144001022, 0.0159502141, -0.000821685884, 0.00512116309, 0.0251494739, 0.0033175284, -0.0062040682, 0.002538851, -0.0237007719, -0.0287857167, 0.0125095453, 0.0122560225, 0.0152258622, 0.00394409243, 0.00998156, -0.00686322758, 0.010061238, -0.0112709049, 0.00344247906, -0.00340082892, 0.0210496467, 0.00673284428, -0.0125892237, -0.0301040355, -0.0222810432, -0.00429902459, -0.00713123754, 0.0215422045, -0.0299591664, -0.0275108591, 0.0119517948, 0.000913135242, 0.0156894475, -0.00114719127, 0.00940207858, 0.0135308802, -0.00171490153, 0.00850388315, -0.00618958101, 0.00620044628, 0.0124226231, 0.00217486452, 0.00792440213, -0.00180997257, -0.00369781279, -0.0109884078, 0.00411431491, -0.00863426644, -0.0166166164, 0.00120423385, -0.0271631703, 0.0200210679, -0.024323713, 0.0177031439, 0.0139582474, -0.00270907348, -0.00191409804, -0.000761926931, 0.00825036, -0.00878638, -0.00292456802, -0.0318424776, 0.00442216406, 0.0202383734, 0.0440985, 0.0343921967, -0.00616785046, 0.0224114265, 0.00598314079, -0.0166166164, 0.00397668825, -0.0104161706, 0.0179349352, -0.00189055665, -0.0167904608, 0.0186882615, 0.0141103612, -0.0104306573, 0.0303358287, 0.00265112543, -0.0297273733, 0.0112781478, 0.0114302617, -0.00482055731, -0.017065715, 0.0441564508, -0.0140813878, -0.00670387037, 0.0113578271, -0.00234870869, -0.000520174683, -0.00235957396, -0.00614249799, 0.00339720724, -0.00673284428, 0.00201550731, 0.0216001533, -0.0160371363, 0.0133280624, 0.00790991541, 0.0175148118, -0.0267285593, -0.00502699753, 0.00222556898, -0.00691031059, 0.00865599699, -0.0174568649, -0.00122415356, 0.00692117587, 0.0170222539, -0.0116765415, 0.00537830777, -0.013154218, 0.0120749343, -0.00467930874, -0.0383616388, 0.0188186448, 0.0067364662, -0.00801132433, 0.00551231252, -0.00794613268, -0.0233241096, 0.00388252246, -0.0209047757, 0.00277064345, -0.00124678947, -0.0164137986, 0.0127920425, -0.0082648471, -0.018036345, -0.00758395717, 0.0130310785, 0.00133099535, 0.00329036545, 0.0102640567, 0.0251639616, -0.00482055731, -0.0101046991, 0.0295245554, -0.00536019914, -0.00288291788, 0.00478796149, 0.00314006256, 0.0103220046, -0.00882984139, -0.0124081364, 0.0199051704, 0.00359821459, 0.0202528592, 0.00372316525, -0.00792440213, -0.0104813622, 0.0190938972, 0.0085256137, -0.0356960259, -0.00180906709, -0.0348557793, 0.00575859193, -0.00172214501, -0.0129441563, 0.00171037426, 0.00973528065, 0.0156894475, -0.00275615626, 0.0140161961, 0.00218391884, -0.012284996, 0.0126616592, 0.023744233, -0.013639533, 0.00894573703, 0.0116837854, -0.00716021145, 0.0209337492, 0.0186882615, -0.0136033157, -0.00944554, 0.0036579736, -0.00157365296, 0.02175951, 0.0103727095, 0.0338996351, -0.00681252312, -1.45719087e-05, -0.00195755903, 0.00862702262, 0.00647207815, -0.0187317226, -0.00387165719, -0.0081779249, 0.000801313494, -0.00185977167, -0.0167035386, 0.0048603965, 0.0220347643, 0.0202093981, -0.0278295726, -0.0117634637, 0.0124153793, -0.0183260851, 0.00636704732, 0.00243382016, 0.00397668825, 0.010640719, 0.0166311041, -0.0124298669, -0.0170512274, -0.0196733791, 2.18578643e-05, -0.00232516741, 0.00723626837, 0.000274574384, -0.000260313711, 0.0227591153, -0.0130528091, 0.000533303595, 0.0143349105, 0.00722178165, 0.0066060829, -0.0258593373, -0.0199196581, 0.0114882104, 0.0153852198, -0.0216436144, -0.0139582474, -0.0173264816, 0.0112998784, 0.000574953796, -0.012524032, 0.0134367151, 0.0134656886, -0.00612438936, 0.0132121658, 0.0190794114, 0.00226903, 0.0056390739, -0.00482055731, -0.00408896245, -0.00300967926, -0.00225454313, 0.000463584758, 0.00179639098, -0.0046612, -0.00716021145, -0.0201804247, 0.0113360966, -0.0192822292, 0.0352903903, -0.0165731553, 0.0164717473, 0.0075332527, -0.0251639616, 0.0169787928, 0.000285213289, -0.0111332778, -0.015472142, -0.0102278395, -0.0181522407, -0.00023077376, -0.00125765475, 0.0287567433, 0.007181942, -0.0105537968, -0.032682728, 0.00165152072, -0.00797510706, 0.0121691, -0.00253341836, 0.0129803736, 0.00129387237, 0.0106552066, -0.0146970861, -0.0300171133, -0.00405636663, -0.0186448, 0.014747791, 0.0146463811, -0.00334288087, -0.00502337562, -0.0105827712, -0.00441129878, -0.00423383294, -0.000971536036, 0.00385717023, 0.00024039406, 0.0209772103, 0.0131831923, -0.00924996473, 0.00185977167, 0.0116837854, -0.00254247268, 0.0190214626, 0.0093224, -0.00354207749, -0.0197168402, -0.00995982904, -0.00904714689, -0.0202383734, -0.000170788437, -0.00409982773, -0.019340178, 0.0220782254, -0.0178769883, 0.000376436277, -0.00531673804, -0.0112853916, -0.00202094, -0.0023957917, 0.00697550224, 0.0064756996, 0.00666040927, -0.00137174013, 0.0243526883, 0.0150809921, 0.00110463554, -0.000512025785, -0.00420123711, -0.0192967169, -0.00392960524, -0.005150137, 0.00425918493, -0.0314368419, 0.00559199136, -0.0222375821, 0.0111477654, 0.00153834082, -0.00997431576, -0.00585275795, -0.000733405584, 0.00150846143, -0.00525154639, 0.0106696934, -0.02833662, -0.00243925257, 0.00243744184, 0.00225092145, -0.0165586676, -0.0196444038, 0.00811273325, 0.00701534143, -0.0409693047, -0.0147333033, 0.00816343818, 0.0269748382, -0.0197892748, -0.014552216, 0.0380429253, 0.000431441673, 0.0130310785, 4.70828272e-05, -0.00739562558, -0.0116475672, -0.00324328244, -0.00426280685, -0.00231611286, 0.00912682526, -0.0213538744, 0.00210786192, 0.0108725112, 0.0104089268, 0.0027615889, 0.00458152127, -0.0198472235, 0.00634531677, 0.0171816107, -0.00124407315, 0.00734854303, 0.0286987945, -0.00575497048, 0.0286408458, 0.0171816107, 0.0119880121, -0.00452719489, -0.00630909903, -0.0190938972, -0.0118141677, -0.025728954, -0.0095397057, -0.00271450612, -0.0139799779, -0.0117562199, -0.0144870244, 0.0181377549, -0.010590015, 0.000938034791, -0.0136033157, -0.0159212388, -0.0157908555, 0.00765639218, -0.0255406238, -0.0102713, 0.0270617604, -0.00147767644, -0.00202275068, 0.00357105141, 0.0361016653, 0.00284488942, 0.010445144, 0.00279780664, -0.00303322077, -0.0135960719, 0.0284090545, -0.0170512274, -0.00700085424, 0.00630547712, 0.00445476, 0.0175148118, -0.0152548365, -0.00390425301, -0.0237297453, -0.00650105206, 0.0104741184, -0.0243526883, 0.0104089268, -0.0043714596, 0.0170222539, -0.012379162, 0.0347688571, 0.0150230443, 0.00454530399, -0.0141827967, 0.0169643052, 0.0260911305, -0.0126254419, -0.0104523879, -0.00124407315, -0.0142914494, 0.00375938276, -0.0105465539, -0.00326682394, -0.0111550083, -0.0201514512, -0.00372678693, -0.00253522932, 0.0115896193, -0.00412880164, -0.0100902123, -0.0114302617, 0.0213393867, -0.00492196623, 0.0141538223, -0.0132628707, 0.0032813109, 0.00747530442, 0.00726162083, -0.00191590888, 0.0178625, 0.0153417587, -0.00203361595, 0.0449097753, -0.0228025764, 0.0338996351, 0.00942380913, -0.0158343166, -0.00619682437, 0.0236862842, 0.00618595909, 0.00849663932, -0.0280758534, -0.0138930557, 0.0048603965, -0.0236428231, 0.0438377336, -0.0129731297, 0.00271631707, -0.0238021798, 0.00627288129, -0.00824311655, -0.00476260902, -0.00754049607, -0.0365652479, 0.00777953211, 0.00043777976, 0.0142407445, 0.00262215128, -0.0207888801, -0.0172685329, -0.0177610908, -0.0224838611, -0.000647388864, 0.00505234953, 0.0242512785, -0.0291478932, 0.0177755784, -0.00549058197, 0.00916304253, 0.0102278395, -0.00512116309, -0.000780488423, -0.0109232161, -0.0072869733, 0.00771434046, -0.018470956, 0.00324509339, -0.00747530442, 0.00383906136, 0.0179928839, 0.0246714018, 0.00374851748, -0.00255695987, 0.0013590639, 0.0128862076, -0.00336642214, 0.00846766587, 0.0177031439, 0.00274348026, -0.011799681, -0.0262360014, 0.00302054454, -0.00131741376, -0.0239325631, 0.0059867627, 0.0117634637, -0.00748254778, 0.00386803551, 0.00580205303, 0.0120097427, 0.0163268764, -0.0213104133, 0.0123284571, -0.00699361088, -0.0326247774, -0.000588535331, 0.0119373081, 0.00814895146, 0.00676906202, -0.0139799779, -0.0146825993, -0.0153852198, 0.00807651598, 0.00313644065, -0.012089422, -0.00201731804, 0.0147405472, 0.00463946955, 0.0351744927, -0.00668576173, -0.0190359503, -0.0104379011, -0.0272645801, -0.00923547801, 0.00315092783, 0.0027054518, -0.00408896245, -0.000138984891, -0.0280179046, 0.00575859193, 0.0117562199, 6.41164e-05, -0.00893125, 0.00183079764, 0.00592157105, -0.00769985327, 0.0110463556, 0.00789542776, 0.00254609459, -0.0161820054, 0.0024446852, 0.00262034056, 0.000201912902, -0.00202275068, 0.00903990306, -0.0096266279, -0.00816343818, 0.0192387681, 0.000729331106, 0.00246460503, -0.00335374614, -0.00441129878, 0.00215313397, 0.00712399418, -0.032248117, 0.00596141024, 0.00677630538, -0.00732681248, -0.00358191668, 0.00251712045, -0.00651553925, 0.0126037113, 0.0135743413, -0.0129948603, 0.0297273733, 0.0018688261, -0.0182536505, 0.00687771477, -0.0171526372, 0.0109666772, -0.0432582535, 0.00611352408, -0.00324690435, 0.0309442841, -0.0117200026, -0.00338272, 0.000470375555, -0.0174713507, -0.0217015613, 0.0251205, 0.00831555203, -0.00283945678, -0.0108725112, 0.00067817379, -0.00772882719, -0.00913406909, -0.0107203983, -0.00203904859, 0.00157999108, 0.00427729404, -0.00861253589, 0.00076464325, 0.00661694817, 0.0139437607, 0.0102640567, 0.0200790148, 0.00173210481, -0.00208069873, -0.0110173821, 0.0124226231, 0.00586000131, -0.017311994, 0.0176451951, 0.0104596317, -0.000896837329, -0.0124371098, -0.0108652683, -0.00773607101, 0.00713123754, 0.00925720856, -0.0075767138, -0.004643091, -0.015906753, 0.00990912411, -0.0185868517, 0.0227880888, -0.00880086701, 0.00454168208, 0.00531311613, -0.00303503149, -0.012038717, 0.00577307912, 0.00472277, 0.00404188, 0.00730146, 0.00500164507, -0.000451134983, 0.00573324, 0.00595416687, -0.0156314988, 0.0319873504, 0.00298251607, -0.00745357387, 0.00875016302, -0.0123212142, -0.00307487091]
|
16 Nov, 2020
|
HTML5 MathML dir Attribute
16 Nov, 2020
This attributes holds the direction value. It holds two types of direction values ltr for left to right and rtl for right to left. This attribute is accepted by <math>, <mi>, <mo>, <mrow>, <ms>, and <mtext>.
Syntax:
<element dir="ltr|rtl">
Attribute Values:
ltr: This value holds the direction from left to right.
rtl: This value holds the direction from right to left.
Below example illustrate the dir attribute in HTML5 MathML:
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML dir attribute</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML dir attribute</h3>
<math dir="rtl">
<mrow>
<mrow>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo>+</mo>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
</mrow>
<mo>=</mo>
<msup>
<mi>z</mi>
<mn>2</mn>
</msup>
</mrow>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML dir attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute
|
https://www.geeksforgeeks.org/html5-mathml-dir-attribute?ref=asr10
|
NextJS
|
HTML5 MathML dir Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0355630927, 0.0127713615, -0.0192569382, 0.0366389, 0.0389442, -0.00738464389, 0.00386906159, 0.0373458564, 0.0150228711, -0.00561340526, 0.0182733443, 0.0145080201, -0.0101663722, -0.0179352332, -0.00201713736, -0.00173665921, -0.00380566576, 0.00698121637, -0.0235601645, 0.00842971355, -0.000754025183, 0.0128020989, -0.0418335088, 0.0367618501, -0.0631959513, 0.00250509242, 0.00674300222, -0.0111576514, 0.0292158332, 0.0119184, 0.00265685818, 0.0107426969, 0.0116187111, -0.0369462743, -0.023391109, 0.0170745868, -0.00556345703, 0.0571099631, -0.0422023572, 0.0142467534, -0.0169055331, -0.0111345984, -0.0157682505, 0.0191339888, -0.00465670554, -0.0103123747, 0.00516387168, -0.0114419721, -0.0118108196, -0.00611672876, 0.00813002419, -0.00762285804, 0.0427556299, 0.00310639152, -0.0139624327, 0.0125946216, 0.0248203948, 0.0245898645, -0.043985121, -0.00804549642, -0.00928267371, -0.041188024, -0.0350405574, -0.0205325373, -0.0371921696, -0.0146540226, -0.0210858099, 0.0281707644, -0.0290467776, -0.00498713227, -0.0251277685, 0.0339032784, -0.00572482822, -0.00197871565, -0.0282322392, -0.0304453261, -0.0143389655, -0.0155530898, -0.000578246, 0.000400305726, 0.0281707644, -0.00097831164, -0.0300918482, 0.0161370989, 0.00605141232, 0.00377492863, -0.0259576757, -0.0470895916, -0.00331386854, -0.010297006, -0.0395589471, -0.00919814687, -0.00383448205, -0.0219925605, -0.0254197735, -0.0032927366, 0.00894456357, 0.0155146681, -0.0135628479, -0.00391324656, 0.00144273345, 0.0175663847, -0.00685826689, 0.00909825, -0.0207476988, -0.0120720873, 0.0125177782, 0.032458622, 0.0331348442, 0.0297691058, -0.00209974404, -0.00671226485, 0.00425712, 0.00727322092, -0.0140930666, 0.0149844494, -0.0263879988, -0.0863104239, 0.0109809116, -0.0107273282, -0.0631959513, -0.0118722944, 0.0240827, 0.0261574686, -0.00683137216, 0.0119414534, -0.0361471027, -0.0131863151, 0.0222538281, -0.0284935068, -0.0414339229, 0.0110731237, 0.00771891233, -0.00596304238, 0.0157682505, 0.0220079292, -0.0100126853, -0.00982826203, -0.014930659, -0.00376916537, -0.017750809, -0.0221462473, 0.0137933772, 0.00913667213, -0.0324278846, -0.0221462473, -0.005148503, 0.0237599574, 0.0124486191, 0.0143082282, -0.0230529979, 0.00149556331, 0.0229300503, -0.0201483201, 0.0487494096, -0.0233296342, -0.00324278837, 0.0103815338, -0.0104737459, -0.0341491736, 0.0260959938, 0.0166288968, -0.00416875072, 0.0373765938, -0.00344642322, 0.0259576757, 0.00292773079, -0.0280785523, -0.0251124, 0.0355630927, -0.059230838, 0.00622430956, -0.00615899265, -0.0315057635, -0.0202097949, 0.00915972516, 0.0243593361, 0.000953337527, -0.00142736488, -0.0389134623, -0.0287855119, -0.0171206929, -0.00255696173, 0.0196872614, -0.0288469866, -0.0104199555, 0.0296768937, 0.025942307, -0.00848350395, 0.0266953725, -0.0363315269, -0.00339263305, 0.0126176747, 0.00453375652, 0.03353443, 0.00723479921, -0.0124563035, -0.000316978723, 0.0140008545, 0.00798402168, 0.0120413499, 0.00451454567, 0.0138702206, -0.0114189191, 0.0186882969, -0.0537288561, -0.0212241281, 0.0307373311, 0.00846045092, -0.0118492413, 0.022745626, 0.000182142699, -0.0112959696, 0.0132554742, -0.0178430211, 0.00842971355, -0.0181811322, -0.0219157171, 0.00299881096, -0.0629500523, 0.0499789, -0.0248972382, -0.0170899555, 0.0165674221, -0.0553886704, -0.0593230501, -0.0376224928, 0.0170899555, -0.00576709164, -0.0210397039, 0.00218235049, -0.00426096236, -0.00565951131, -0.0063933651, 0.0204710625, 0.0219003484, 0.00394974696, -0.0317824, 0.00302378507, 0.0257425159, -0.0135628479, -0.0467822179, 0.0144542297, -0.00591693632, 0.020594012, -0.0373765938, -0.000138678195, -0.0303684827, 0.00228224695, -0.00546740275, 0.0374995433, -0.0272947513, 0.00691589946, -0.0364544764, -0.0196257867, 0.0396818966, 0.0255888291, -0.0119952438, 0.0127329398, 0.000125350678, 0.0421101451, 0.0310908109, 0.0109809116, -0.0186421908, 0.0201790575, 0.00973605, 0.020056108, -0.0236216392, -0.00882929843, -0.0412802361, -0.00659699971, -0.0595382117, 0.0292619392, -0.0199331604, -0.0126637807, 0.00227840478, -0.0254812483, 0.00764591107, 0.0540669672, -0.00722711487, -0.00444922876, 0.0147769721, 0.0201483201, -0.000495159184, 0.0043493323, -0.00738848606, 0.0156299323, -0.0307680685, -0.030937124, -0.000227288154, 0.01416991, 0.00231298408, 0.00240903837, -0.00608214969, 0.0351635069, 0.00623583607, 0.0145464418, -0.049671527, -0.00829139538, -0.024958713, -0.0261574686, 0.00715027191, -0.0171360616, -0.0268336907, -0.00899067, 0.0214085523, 0.0178430211, 0.00925193634, -0.015445509, -0.0444154441, 0.0055941944, -0.023683114, 0.0053675063, 0.00138990371, -0.0128405206, -0.0368540622, 0.0140623292, -0.0270949584, -0.000812618178, 0.00622815173, 0.0050947126, 0.00197487348, -0.0236370079, 0.00602067495, 0.0264494736, -0.0176432282, -0.00363276829, -0.0337188542, 0.00360011, -0.0321205109, -0.0759212077, -0.0216390807, -0.0106043797, -0.0191339888, -0.030153323, -0.0767203793, 0.0416798219, -0.00824528933, -0.0229607858, -0.0306912251, -0.0170899555, 0.0113036539, 0.00370192737, 0.0214700252, 0.00735390652, -0.0420486704, -0.0100818444, 0.00294694165, 0.0147001287, 0.0191493575, 0.000981193269, 0.0378376544, 0.0230529979, -0.0199177917, 0.0413417108, -0.0252660867, -0.00505629089, -0.0398663208, -0.0471510664, 0.00159930182, -0.0227763634, 0.015445509, -0.0107503813, -0.0442617573, -0.0238368, -0.0587697774, -0.0318131372, -0.00685058255, 0.0315979756, -0.0166750029, -0.0367003754, -0.030645119, 0.0251892433, 0.0162600484, -0.000271833269, -0.00836055446, 0.0268336907, -0.0358704664, 0.00564030046, 0.0150997145, -0.0152072944, 0.0311983917, 0.000708399457, -0.0217620302, -0.00334460591, -0.0148230782, 0.0419564582, -0.0522534624, 0.00654320931, 0.0135551635, -0.00529834768, 0.048196137, -0.027509911, -0.0265877917, 0.021869611, -0.005148503, -1.7034605e-06, -0.00374803343, 0.0343028605, -0.00560956309, 0.0264341049, -0.0296768937, 0.0135859009, -0.0123948287, -0.00283744, 0.0300764795, -0.0369770117, -0.0129865222, 0.0421408825, -0.0021420077, -0.0125254625, -0.0096054161, -0.0112959696, -0.0132016838, 0.02314521, 0.0267875846, 0.0123256696, 0.0543436036, -0.0176124908, 0.0285088755, 0.0531755835, 0.00634341687, -0.00790717825, -0.0156990923, -0.0139931701, 0.0272332765, -0.0124563035, -0.00932109542, 0.0367618501, 0.0153609812, -0.0395589471, -0.0023648534, 0.032212723, 0.0155530898, -0.0226380453, -0.00227648369, 0.0185192414, 0.0484420359, -0.031428922, 0.043493323, -0.0220847726, 0.00892919488, -0.0174280666, 0.010320059, -0.0294002574, 2.61597506e-05, 0.00306604872, -0.0182272382, 0.0139393797, 0.0396511592, 0.0126176747, -0.0117954509, -0.0425097309, -0.0336573794, 0.0374380685, -0.0177200716, 0.0345794968, -0.00544819189, 0.00343873887, 0.00345218647, -0.0245898645, 0.00847582, 0.0310139675, 0.0210397039, 0.0449994542, -0.0468129553, -0.0474277027, 0.0250355564, -0.00582472421, -0.0166135281, -0.00559803657, -0.0248050261, 0.0434318483, -0.00732316915, 0.0103507964, 0.0386060886, -0.00181158143, 0.00696584769, -0.0238060635, 0.00412648683, 0.013363055, 0.0149921337, 0.0295693129, -0.0184731372, 0.024666708, -0.0324278846, 0.0223921463, 0.0250509251, -0.0181042887, 0.0145925479, -0.0076420689, 0.0324893594, 0.00147347082, -0.0166442655, 0.0045375987, -0.00135340309, -0.0162139423, 0.0114035504, -0.00363853155, -0.0074499608, 0.0195335746, 0.024221018, 0.0266953725, 0.0106965918, -0.0359012038, 0.0291389897, -0.0753064603, 0.0465055816, -0.0281707644, 0.0294924695, 0.00688132, -0.00710416585, 0.006066781, 0.00539055932, -0.00155511685, 0.00744227646, 0.0201329514, 0.0230837353, -0.00335997459, 0.00320052472, -0.00488723582, -0.00322165666, -0.0119798752, 0.0120567186, 0.0179659706, 0.0192415696, 0.0331348442, -0.00487955147, -0.00596688455, -0.0191339888, -0.00191531994, -0.00419564592, 0.0520075634, 0.0132862115, -0.0277250726, 0.000450253894, -0.028093921, -0.0150612928, 0.0184270311, 0.025834728, -0.0582779795, -0.00466054771, -0.0379298665, 0.00160026236, 0.00158201205, -0.0154531933, -0.00743459212, -0.0329504199, -0.0302455351, -0.00342721236, 0.0239290129, 0.0116648171, -0.00800707471, -0.0269105341, -0.0142851751, 0.0127483085, -0.0295385756, -0.00401890604, -0.0150305554, -0.018734403, 0.0179967079, 0.00562493177, -0.00190859614, 0.0226687826, -0.00476812851, -0.0120029282, -0.00477965502, 0.0131248403, -0.00381142902, -0.00121508515, -0.000397904369, -0.00298536336, 0.0570484884, -0.00838360749, 0.0056210896, -0.000398864911, -0.0156606697, -0.0121028246, -0.000771795167, -0.000271112862, -0.00344258104, -0.0535136946, 0.0215315, -0.00507165957, -0.0157836191, 0.00267030578, -0.00194413622, -0.0109271212, -0.04687443, 0.00778422924, 0.00562493177, 0.0571714379, 0.018780509, 0.00492181536, 0.0136934808, 0.0446306057, -0.020056108, -0.00839897618, 0.0452453531, -0.0160909928, -0.000440168194, 0.043155212, 0.0248357635, 0.0150612928, -0.00325623597, -0.00935183279, 0.00804549642, -0.0346409716, 0.0232988968, -0.0171667989, -0.0476121269, -0.0278480221, -0.0148000252, 0.00672763353, -0.0264187362, -0.0313520767, 0.00920583121, 0.0434625857, -0.0270949584, -0.0225150958, 0.0376839675, 0.0260806251, -0.0132631585, -0.0089138262, 0.0374073312, -0.0407269634, -0.0141391726, -0.0101048974, -0.0114496564, -0.0404503271, 0.00756138377, -0.0193952564, -0.0325815715, 0.00574403862, 0.0347024463, 0.0274484362, -0.0167518463, 0.00104987202, -0.00202097953, 0.0111422827, 0.00831444841, -0.0116571328, -0.00688900426, 0.0270949584, -0.00676221307, -0.00945172925, -0.00394974696, 0.0373765938, 0.0135782165, 0.0188880898, -0.0221923534, -0.0228839442, 0.00832213275, -0.010612064, 0.0192415696, 0.00101241085, -0.0107580656, -0.0243439674, -0.00340800174, 0.0215468686, -0.0349483453, 0.00213432335, 0.00574403862, -0.00677758176, 0.0237445887, -0.0268797968, 0.0184731372, -0.00954394136, -0.00322742, 0.0160141494, 0.00216890289, -0.026280418, -0.00473354897, 0.00973605, 0.0220079292, -0.00522150425, 0.00385945616, 0.0414953977, -0.0164598413, 0.0618742481, -0.00644715549, -0.00649326108, 0.0177661777, -0.00869866461, 0.00244553899, -0.00146674702, -0.0133476863, 0.0150305554, -0.0155607741, -0.0202712696, 0.0209167544, -0.0288930908, 0.0237445887, 0.0132862115, 0.0181042887, -0.0450609289, 0.0142774908, -0.00100376597, -0.0034214491, -0.0527759977, 0.0100664757, -0.00705806, -0.00406501209, -0.0283705574, -0.00168190838, 0.0119030317, 0.00472202245, -0.00869098, 0.00614362396, -0.0248050261, 0.00501018483, 0.00272409595, 0.0273715928, 0.0451838784, -0.00325623597, -0.00139950914, -0.00945172925, 0.00972068124, -0.0477350764, -0.0178583898, 0.00661621056, 0.0242824927, 0.0128328362, -0.0244054422, 0.00985131506, -0.00295078382, 0.032704521, 0.0166288968, 0.0129481, 0.0014052724, -0.0147539191, 0.00368847977, 0.0182426069, -0.00969762821, -0.00157816987, 0.0299535301, 0.0139931701, 0.00815307721, -0.00728474744, -0.00648941891, -0.0272793826, 0.0173973292, 0.00557882572, -0.000461059972, 0.0075306464, -0.0135551635, 0.0208245423, 0.0153225595, -0.00305260113, -0.0168747958, 0.0124947252, -0.0298920553, 0.0173358545, -0.0398355834, 0.0224997271, -0.0243593361, 0.0258962, -0.00797633734, 0.024221018, 0.00771507, -0.0410036, 0.00500634266, -0.0081684459, -0.0195182059, -0.00413032901, 0.0153686656, -0.000328024966, -0.000169415522, 0.01808892, 0.0124409348, -0.0194259938, -0.0202712696, 0.0143005438, 0.0220079292, 0.00573251257, -0.00870634895, -0.0215315, -0.0175510161, 0.00829908, 0.017458804, -0.0117339762, 0.0171206929, -0.0249279756, 0.0193952564, 0.0198716857, -0.0121181933, 0.028385926, -0.00552119315, 0.0164444726, -0.0077227545, 0.039804846, 0.030199429, 0.0228532068, 0.00163868396, 0.00615899265, 0.00221116678, -0.00089090236, 0.0162446797, -0.0196411554, -0.00678910827, 0.0259115696, 0.0147231817, 0.00777270272, -0.0286625624, 0.0419564582, 0.00975910295, 0.0154839307, -0.00767280627, -0.0317824, -0.0025876991, -0.0199946333, -0.0104737459, -0.00838360749, -0.00471433811, -0.00557114137, 0.00997426454, 0.0197179988, -0.00772659667, 0.00114784727, 0.0256656725, 0.00450301915, -0.0207476988, -0.0116494484, -0.00255119847, -0.0139547484, 0.020348113, 0.0169055331, -0.0343950726, 0.0252968241, -0.0137395868, 0.00286241411, -0.00103546388, -0.0082760267, 0.023975119, -0.0323971473, 0.0203942191, -0.017458804, 0.0399585292, -0.0367003754, 0.0101202661, -0.0319668241, -0.0164905787, 0.00718869362, -0.0033196318, -0.0303838514, 0.0141161196, 0.0193337817, -0.0315365, 0.024958713, 0.0366389, 0.0402966402, 0.0388827249, -0.00360779418, 0.0232220534, -0.0062319939, -0.000189706974, -0.064917244, -0.00686210906, 0.00424943632, -0.0274791736, -0.013163262, 0.00179141015, -0.0151611893, -0.0101663722, 0.0149613963, -0.0331348442, 0.0170592181, -0.0194567312, 0.00318323495, -0.00358474138, -0.0109040681, 0.0034483443, 0.00626657344, 0.0425097309, -0.00415338203, -0.00905214436, -0.0418027714, 0.00249932916, 0.00637799641, 0.00832981709, 0.0340262242, 0.00516387168, -0.0258962, 0.000328265101, 0.00721558835, 0.0155530898, -0.0318438746, -0.00655473582, -0.0230991039, -0.02211551, 0.00759212067, 0.00837592315, 0.0481346622, -0.0258039907, 0.00137357449, 0.0610443391, 0.0137626398, -0.00587083027, -0.0157298297, 0.00620125653, 0.0172897484, -0.0275867544, 0.0156606697, -0.0124639878, 0.0143235968, 0.0016934349, -0.0135628479, 0.0259115696, 0.0186421908, 0.00825297367, -0.00457217824, -0.00337342219, 0.00852960907, 0.00589004112, 0.0292465705, -0.0173819605, -0.00317747169, -0.00247243419, -0.00975141861, 0.00541361235, -0.0224843584, 0.00376340211, -0.00168286893, 0.0166903716, -0.0225765705, 0.0143235968, -0.019902423, 0.00994352717, -0.020839911, 0.00949015096, -0.0344872847, 0.0138855893, 0.00732701132, 0.000279277476, -0.00623583607, -0.0247896574, -0.0275406484, 0.00658163102, -0.0384524, -0.0170899555, 0.0310754422, -0.00975141861, 0.0323971473, -0.0161832049, -0.0442310199, -0.0200253706, -0.0180581827, 0.0237599574, -0.00729243178, 0.0113651287, -0.00128712575, -0.00735006435, -0.0272025391, 0.0148615, 0.0280017089, -0.0202251635, -0.00912898779, 0.0186421908, 0.0363622643, 0.00696584769, -0.0192723069, -0.0249433443, -0.00763054239, 0.0045375987, 0.0100357383, -0.0150305554, -0.0121796681, 0.0258808341, 0.00704269111, -0.0154608777, 0.0053482959, -0.0401429534, 0.0345180221, 0.0128405206, 0.000657971, 0.0186575595, 0.00318899821, -0.0215622373, 0.0158604626, 0.0341184363, 0.0276635978, 0.00965152215, 0.00552503532, 0.00941330753, 0.0224997271, 0.010005001, 0.0138010615, -0.00671226485, 0.0028239924, -0.0082760267, 0.0225919392, 0.00137261394, -0.0166442655, -0.0108810151, 0.0116340797, -0.00560956309, 0.0325508341, -0.0247896574, -0.0101048974, -0.00532908505, -0.0416798219, -0.022161616, 0.0222077221, 0.0260191504, -0.0189803019, 0.040358115, -0.00409574946, 0.0170592181, 0.0246974453, 0.018780509, -0.00404580124, 0.02314521, 0.0147846565, -0.00975141861, 0.0432474241, -0.0138932737, -0.0140853822, 0.00994352717, 0.0344565473, 0.0405732766, 0.0161370989, 0.0132093681, 0.00517155603, -0.0373458564, -0.000394542469, -0.012156615, -0.0162446797, -0.026772216, 0.00738848606, -0.031136917, 0.0204710625, 0.00140815403, 0.0082760267, 0.00353095098, 0.00430322625, -0.00920583121, -0.0384524, -0.0483190864, -0.0164905787, -0.00447996613, 0.00885235146, 0.0348253958, -0.0149921337, -0.00376916537, -0.0398663208, -0.0271564331, 0.00500250049, -0.00618588785, 0.00163099961, -0.00920583121, 0.0175202787, -0.0021189549, 0.0186729282, -0.0234218463, 0.0111960731, -0.00521382, 0.0111960731, -0.0230837353, 0.0364544764, 0.0195335746, -0.0137472712, 0.00565182697, -0.0148922373, 0.023391109, 0.0162139423, 0.00502555352, 0.0101433191, 0.0140239075, 1.52335897e-05, 0.00738464389, -0.00275099115, 0.00948246662, -0.00668536965, -0.0176278595, -0.0152841378, -0.00146962865, -0.00508318609, -0.0182272382, -0.000130393528, -0.0112882853, 0.007084955, 0.00557882572, 0.000892343174, -0.0191647261, 0.00159545965, -0.0294924695, -0.00472970679, 0.00265301601, -0.0192569382, -0.0282168705, -0.0223306715, 0.00142640434, 0.0119721908, -0.014953712, 0.0101894252, -0.00737311738, 0.0172436424, 0.0562800542, 0.00955931, -0.0289391968, -0.0169362705, 0.00144945725, 0.024666708, 0.00146482594, -0.00508702826, 0.00609751837, -0.0237599574, 0.0144926514, 0.020839911, 0.00301417965, 0.0378376544, -0.0057594073, -0.0252968241, 0.0166750029, -0.012602306, 0.0191493575, -0.020839911, 0.00783417746, 0.0144311767, -0.0154992994, -0.000548949523, 0.0226534139, -0.00597072672, 0.0028643352, -0.00549045578, 0.0106889075, 0.00633573253, 0.00262227864, -0.0254812483, 0.00964383781, 0.00139566697, -0.00567103783, 0.0520383, -0.0194874685, -0.011326707, -0.0105736423, 0.0298459493, -0.0138702206, -0.00489492, -0.0179198645, -0.0304914322, -0.00419180375, 0.0110423863, 0.00114112347, 0.00941330753, 0.00429169973, 0.000666615902, 0.0106889075, 0.0168901645, 0.0342106484, 0.0186421908, 0.0132093681, 0.00821455196, -0.00181350252, -0.00735390652, -0.01468476, -0.0221769847, -0.00378069188, -0.0204095878, -0.00992815848, -0.0114650251, 0.0103738494, 0.00358089921, -0.000865448, 0.0101433191, 0.0246513393, 0.0248818696, -0.0184885059, 0.0155761428, -0.0025070135, -0.00173281704, -0.0179813392, -0.0308295432, 0.0206093807, 0.00995121151, 0.0131709464, -0.00856803078, -0.0177815463, 0.0139316954, -0.0316901878, 0.0503784865, -0.0222077221, 0.00218811375, -0.00168382947, -0.0192415696, -0.0209167544, -0.0118799787, 0.0190417767, -7.57026864e-05, -0.0227302574, -0.0171975363, -0.00515618734, -0.00991279, 0.0181657635, 0.0113343913, -0.00483344542, -0.0110193333, 0.00995889585, 0.00620125653, 0.00870634895, -0.00532524288, 0.0110423863, -0.0110193333, -0.00186152966, -0.00327544683, -0.00849118829, 0.00490644667, 0.00859108381, 0.00592462067, 0.0124409348, -0.0198409483, -0.0023514058, -0.0121489307, -9.82754136e-05, 0.0111653358, 0.0138394833, 0.00560956309, 0.00393245742, -0.00601683278, 0.0175971221, -0.00128040195, -0.0173973292, -0.00951320399, 0.0152226631, 0.00518692471, 0.00222269329, -0.000690149143, -0.0229607858, 0.0020517169, 0.0237599574, 0.0122718792, 0.0136627443, 0.00847582, 0.0228993129, 0.014707813, -0.0145541262, 0.00569793303, 0.0234679524, 0.00242824922, 0.0228685755, -0.00154262979, -0.0112729166, 0.0125254625, 0.0275867544, 0.0263418928, 0.0295385756, 0.0281861331, -0.0281092897, -0.0351635069, 0.0233603716, -0.00219195592, -0.00729627395, -0.0448765047, 0.0230683666, -0.00663157925, -0.00363853155, 0.00769970147, 0.0226380453, 0.0019345308, -0.000720886455, -0.00524839945, -0.0108886994, 0.00293925731, 0.00813002419, -0.00938257, -0.00152341905, -0.0112806009, 0.00454144087, 0.00277212309, 0.0311983917, 0.0247435514, 0.00952088833, 0.0285549816, 0.00251661893, -0.0276174918, 0.0487494096, -0.00246859202, 0.00381911336, 0.00136300852, -0.00642410247, 0.00583625073, -0.00637031207, -0.0177661777, 0.0172282737, -0.00189418811, -0.0310600735, -0.0134398984, -0.0261113625, 0.0043224371, 0.0197179988, 0.027556017, 0.000726169441, 0.00582088204, -0.000221524911, -0.0165366847, -0.00277212309, 0.00271833269, 0.00412648683, 0.0326737836, 0.00947478227, 0.0197948422, -0.000577285537, -0.00579014467, 0.00681600347, 0.0194721, -0.00266454252, -0.00394974696, 0.0148000252, -0.0187651403, 0.00126695435, -0.00318515603, -0.0351635069, 0.0226226766, 0.0664541125, 0.00352134556, 0.00430706842, 0.0241749119, -0.00813002419, -0.00892919488, -0.00117858453, 0.0088062454, -0.0205479059, 0.00715411408, 0.00209974404, 0.00452223, -0.00417259289, 0.017212905, 0.0167518463, 0.0357167795, 0.00530987419, 0.017458804, 0.0200714767, -0.0174741726, -0.0100434227, -0.00784570351, 0.00138606154, 0.0179044958, 0.0117570292, 0.00769201713, 0.0145003358, -0.01134976, -0.0080608651, -0.000341712672, -0.0317824, 0.00334076374, -0.0138702206, 0.019902423, 0.0169362705, -0.00283744, 0.0137165338, -0.0320897736, -0.0151458206, 0.0162446797, -0.0107811186, -0.0148461312, -0.0147616034, -0.0380835533, 0.00920583121, 0.00144657562, -0.00413032901, -0.0212702341, 0.00766127976, 0.0166135281, -0.00439928053, -0.0101586878, 0.00573635427, -0.00704653328, -0.0340569615, -0.020839911, -0.0157375131, 0.00745380297, -0.00657778885, 0.00423791, 0.000552311423, 0.0192876756, -0.0183962937, -0.00522150425, -0.0182887129, 0.0156760383, -0.00630115299, -0.0220847726, -0.0410650745, -0.0165827908, -0.0137703242, -0.00484112976, 0.00618973, -0.00281246589, 0.0291697271, -0.022453621, 0.00314097106, -0.00872940198, 0.0164905787, 0.0272947513, -0.0126407277, -0.00456065172, -0.0144926514, 0.0030564433, 0.00336573785, 0.00406117, 0.0495793149, 0.00511008129, -0.00749990903, -0.0138087459, -0.0198716857, -6.38159836e-05, -0.00275867549, -0.0334422179, -0.00473354897, -0.006066781, -0.0127636772, -0.0172743797, -0.00512929214, 0.00027903734, -0.00969762821, -0.0376532301, 0.0037653232, -0.0217927676, -0.0106504858, 0.0279863402, -0.0185499787, -0.0290621463, 0.0224997271, -0.00104410877, -0.00336573785, -0.0178737585, -0.00507934391, -0.00738464389, -0.00660468405, 0.013163262, -0.0349790826, 0.0321819857, 0.0191032514, 0.0198716857, -0.00279517611, -0.0150228711, 0.0396204218, -0.0276174918, -0.0114419721, 0.0315057635, -0.0218542423, -0.00323318318, 0.00352134556, -0.031874612, -0.00181830523, 0.0201175828, -0.0214853939, 0.00533292722, -0.00981289335, -0.00761901587, 0.013140209, 0.00026222787, -0.0238829069, 0.0277558099, 0.0601529591, -0.0195182059, 0.0255580917, -0.021131916, 0.0100818444, -0.00100184488, -0.00516771385, -0.00320628798, -0.00418027723, -0.0283551887, 0.0251585059, 0.00665463228, 0.0101740565, 0.0338110663, -0.00168575055, 0.0170745868, 0.0140700135, -0.00755369943, 0.00438006967, -0.00894456357, 0.0163829979, 0.00297575793, -0.00572098605, -0.0203173757, -0.0185192414, 0.0148538155, 0.0280324463, -0.0397741087, -0.012917364, 0.0108502777, -0.00413417118, -0.014976765, -0.0106197484, 0.0234679524, 0.00331194745, 0.0217773989, 0.0139701171, 0.0317824, 0.0179352332, -0.0349790826, -0.0107196448, -0.0117339762, -0.0051216078, 0.000644523418, 0.0291082524, 0.0436470099, 0.0276021231, 0.0149229746, 0.0067314757, 0.0106504858, -0.000913475058, 0.00226303609, 0.0166903716, -0.000108661268, 0.00169247435, 0.0189341959, -0.0403273776, 0.000439447787, -0.00600914843, 0.0100126853, -0.0161217302, 0.0319668241, 0.00635878555, 0.00878319237, -0.00778038707, 0.00393822044, -0.00284512434, -0.00231490517, -0.00871403329, -0.0142467534, 0.0187036656, -0.0137703242, 0.00279517611, -0.0155300368, -0.0337803289, -0.0200407393, -0.0175510161, -0.0300918482, -0.00847582, -0.0169055331, 0.00863719, 0.0329504199, -0.0102124782, 0.00304491702, -0.0106581701, -0.0223614089, -0.00271064835, -0.00455296738, -0.0181503948, 0.00282783457, -0.00714258756, 0.0225458331, 0.0158450939, 0.00584393507, 0.00344642322, -0.00675068656, 0.0152380317, 0.01853461, -0.00200368976, -0.00243017031, -0.0145003358, -0.0112498635, -0.0200868454, 0.0209474918, 0.00527913682, -0.0029796, -0.0100357383, 0.00442233356, 0.00964383781, 0.0145771792, 0.00427248888, 0.000756906811, 0.00288354582, 0.00576324947, -0.0107426969, -0.0146156009, -0.00579398684, -0.0218849797, 0.012110509, -0.0126868337, -0.0131786307, 0.00272025377, -0.00545587623, -0.00565951131, -0.0122872479, 0.00016137099, 0.00365197915, 0.00738848606, -0.0182733443, 0.055849731, 0.0225150958, 0.0155607741, -0.0121258777, 0.000586890907, 0.00580551336, 0.00763054239, -0.0194874685, 0.00315057649, -0.0116725015, -0.0100587914, -0.0125869373, 0.0156068802, -0.0261882059, -0.00235524797, 0.0212856028, 0.0130172595, -0.00252238219, -0.0107042762, 0.0115111303, 0.0122257732, -0.0205786433, 0.0159065686, -0.0138394833, 0.0079148626, -0.029323414, 0.00058112765, -0.00393822044, -0.00887540448, 0.0251431372, 0.0049026045, -0.00635878555, -0.01186461, -0.0220386665, 0.0155607741, 0.00672379136, 0.0091674095, -0.00717332494, -0.0148691842, -0.0186882969, 0.00191051723, -0.00101721357, 0.00100856868, -0.0216698181, -0.0197641049, -0.00953625701, 0.0189956706, -0.00431859493, -0.0387290381, 0.00452991435, 0.0108886994, 0.00530987419, -0.0216083433, 0.0101817409, 0.0076267, -0.00195086, 0.00915204082, 0.00595535804, 0.0073692752, -0.003279289, -0.014930659, -0.0101510035, -0.0114573408, -0.0187036656, -0.0343335979, -0.000759308168, -0.0296461564, -0.00202866388, -0.000111002591, -0.0170131121, 0.00223229872, -0.015468562, -0.000116165502, -0.00612441311, 0.0331655815, -0.0138932737, 0.0172743797, 0.0168747958, 0.00605909666, 0.000817420892, 0.00489876233, -0.00375571777, 0.00720022, 0.00802244339, 0.000578246, -0.0171975363, -0.00730011612, 0.000497560541, 0.0248972382, 0.00819918327, 0.0121489307, -0.0184424, -0.00426864671, 0.00451838784, 0.0204864312, -0.00425327802, -0.00640104944, -0.0114496564, -0.00382679771, 0.0101048974, 0.00295654708, 0.00904446, 0.0081146555, -0.0078610722, -0.00350021361, -0.0101740565, -0.00114208402, 0.000456497393, 0.0271564331, 0.014146857, -0.0205018, -0.00110462285, 0.0205786433, -0.00771507, -0.00408422295, -0.0207630675, -0.0151919257, 0.0107119605, -0.0242363866, 0.00871403329, -0.01647521, -0.019364519, 0.00293925731, -0.00970531255, -0.00188554323, 0.000239655128, -0.0350712948, 0.000932205643, 0.0237599574, 0.0202251635, -0.0195796806, 0.00312944455, 0.00658931537, -0.0130249439, -0.0178583898, 0.00220348244, 0.018780509, 0.00708111282, 0.00976678729, -0.008752455, 0.0136473756, 0.000543666538, -0.0175356474, -0.0280324463, -0.00768817496, 0.0177815463, 0.00914435647, 0.00810697116, 0.00153974816, -0.00212279707, 0.0172897484, -0.016521316, -0.00496792141, -0.000317459, -0.0194874685, -0.000579686835, 0.0124716721, -0.0130479969, -0.00868329592, 0.0149844494, -0.0298920553, 0.0269412715, -0.00322742, -0.00152918219, 0.00372882257, -0.00286049303, 0.0159987807, 0.00216121855, -0.000833269849, 0.0359012038, -0.0138164302, -0.00231490517, -0.0165981594, -0.031183023, 0.0103507964, -0.00575172296, 0.0102201626, -0.00959004741, -0.00664310576, 0.00274138572, -0.0227763634, 0.00540977, -1.52786142e-05, -0.00889077317, -0.0193030443, 0.00577093381, 0.0245437585, -0.0128251519, 0.000424559403, 0.00382871879, 0.0242517553, 0.0390364118, 0.00633189036, 0.00299688987, -0.00627041562, -0.00624736259, 0.0338418037, 0.0102893217, -0.0178122837, -0.00835287, -0.0124486191, -0.00316786626, -0.0128251519, -0.00320436689, -0.00971299689, -0.00338110654, -0.0150997145, -0.00862182118, 0.00355400401, 0.0150920302, -0.0273254886, -0.0178122837, 0.00451454567, 0.0147154974, 0.00613593962, 0.0336266421, -0.0220847726, -0.0107734343, 0.0143543342, 0.0119952438, 0.00182598957, -0.00433396362, 0.0115341833, -0.0237445887, -0.0170592181, -0.00410727598, 0.00232066843, 0.00241480162, 0.0130095752, -0.0150920302, -0.00489876233, 0.0145464418, 0.00158489367, 0.0144081246, -0.00881393, 0.00607062317, 0.00107868819, -0.00553656183, 0.0193952564, -0.0138625363, 0.00884466711, 0.00404964341, -0.0314442888, 0.00803012773, 0.000307853596, -0.0125869373, -0.0132554742, 0.0153071908, 0.00456065172, -2.18823388e-05, 0.0179352332, 0.00293925731, 0.00985131506, 0.0134168454, -0.00376340211, -0.00338302762, 0.00584777724, -0.0201790575, -0.0174434353, 0.0129865222, -0.0128097832, 0.0148307625, 0.00267030578, -0.00771122798, 0.0113190226, 0.0111345984, 0.00424175197, 0.00500250049, -0.0150075024, 0.0124332504, 0.0115264989, -0.00189226703, 0.0355016179, 0.0193798877, -0.0150228711, 0.010834909, -0.0121719837, 0.0209321231, 0.00306028547, -0.00266454252, -0.0126330433, 0.00862182118, 0.0153379282, -0.0269720089, -0.00809160247, -0.00426480453, -0.0201022141, 0.0284320321, 0.00368271652, 0.0146002322, 0.0222999342, 0.00879856106, -0.00234756363, 0.0076267, 0.0123948287, 0.000455777, -0.0110961767, -0.010297006, 0.0371921696, 0.00653936714, -0.0149690807, 0.0315672383, -0.00460675778, 0.013140209, 0.0295232069, -0.0298766866, -0.00128328358, 0.0170438495, -0.0102509, 0.0141852787, 0.0162446797, 0.00267606904, 0.00315057649, -0.0143005438, 0.0142006474, 0.002378301, -0.00201329519, 0.00772659667, 0.00637031207, 0.00253198761, 0.00314289215, 0.0154839307, 0.00403811689, 0.00975141861, -0.000343633757, -0.0145233888, 0.00121412461, 0.00928267371, -0.0130787343, 0.00498713227, -0.0116878701, -0.0161832049, 0.00014119962, 0.0107734343, 0.00114496564, -0.00245130225, 0.00376916537, -0.00207092776, -0.00452607218, 0.0130556813, 0.000853441248, -0.00924425293, 0.00825297367, -0.0297691058, -0.0018557664, -0.0186729282, -0.000253582984, 0.00489107799, -0.00672379136, -0.0162754171, -0.0076420689, -0.00703884894, 0.0245744959, -0.00404964341, -0.011057755, -0.0109578585, 0.0175663847, -0.00859108381, -0.0103507964, -0.014146857, 0.0107042762, 0.0253429301, -0.0219464544, 0.0055135088, -0.00976678729, 0.00435317447, 0.0166288968, -0.0101894252, -0.00158681476, 0.028047815, 0.0112268105, -0.00329657877, -0.0124101974, -0.00883698277, -0.0257732533, -0.00331194745, 0.00781496614, 0.00729243178, 0.00177508092, -0.0227609947, 0.00105563528, -0.0020651645, -0.0147616034, -0.00186537183, 0.00417259289, -0.0186729282, 0.0109040681, -0.00321397232, -0.011034702, -0.00375571777, -0.0165366847, -0.0174280666, 0.00149460277, -0.0107042762, -0.00345410756, 0.00141391729, 0.00887540448, -0.0174741726, 0.0076267, 0.00824528933, -0.0011103861, -0.00144465454, 0.0158758312, -0.00405348558, -0.00585161941, -0.0164137352, 0.0113574443, 0.00414185552, -0.0133323176, 0.0202559, 0.0247742888, -0.00584777724, 0.0138471676, 0.00215737638, 0.0304606948, -0.0145694949, 0.00328313117, -0.00170111924, 0.00233603711, 0.0142467534, -0.0019864, -0.00206708559, -0.000614746648, 0.0256349351, 0.0118953474, -0.0137703242, 0.00748069817, 0.00588619895, 0.00141007511, -0.0027433068, 0.00517155603, 0.0240519624, 0.0339340158, -0.00630883733, -0.00424175197, 0.0019345308, 0.0157836191, -0.0182118695, -0.00366158457, -0.0139470641, 0.00248203962, -0.0250355564, 0.00369616412, 0.0116340797, 0.0043762275, 0.00624736259, -0.0135397948, -0.00997426454, -0.0158912, 0.00316594518, 0.019564312, 0.0279248655, -0.0085526621, -0.0179967079, -0.00446459744, -0.027801916, 0.00527913682, -0.00212279707, -0.0181657635, 0.025942307, -0.000410631532, 0.00909056608, -0.00942099188, -0.0103431121, 0.0173204858, -0.0211011786, -0.00364045263, 0.00314481324, 0.00057152228, 0.00803781208, -0.00345410756, 0.00484112976, 0.00887540448, 0.0134168454, 0.00843739789, 0.00267222687, 0.0144081246, 0.024420809, 0.0233603716, 0.0117570292, -0.0101433191, -0.00785338785, 0.0372843817, -0.0244515464, -0.0143082282, 0.0244822837, 0.0103046903, 0.00408806512, -0.00658931537, -0.0143850716, 0.0217312928, -0.0148307625, -0.00516002951, -0.0143389655, -0.0134014767, 0.000983594568, -0.00367695326, -0.0404503271, 0.0201483201, -0.00135628472, -0.014976765, 0.00350597687, 0.00838360749, -0.00693511032, -0.00322549883, -0.0150689771, 0.0207784362, -0.00306796981, 0.00544050755, -0.0291389897, -0.016229311, 0.0122949323, -0.00547892926, 0.00752296206, -0.0267414786, 0.0276021231, 0.00112671533, 0.0214085523, 0.018334819, 0.00749606686, -0.0138164302, 0.0124025131, 0.00659699971, 0.00352903, -0.0021420077, 0.00973605, 0.00339647522, -0.0171821676, 0.00317362952, -0.00261267321, -0.00867561158, -0.00585930375, -0.00491413102, -0.00698121637, -0.0248511322, -0.00775733404, -0.0226534139, 0.0195028372, 0.0284935068, 0.0128405206, 0.0253890362, -0.0113958661, -0.0124332504, 0.0281246584, 0.00882929843, -0.0046106, -0.000198231777, 0.0204864312, -0.00257809367, -0.00387290376, 0.00621278305, -0.00224382523, 0.00680447696, 0.021577606, 0.00513697648, -0.00873708632, -0.00817613, -0.0229300503, -0.00645099767, 0.00588619895, -0.00622815173, 0.0105966954, -0.0254505109, 0.015937306, 0.000944212428, -0.0025204611, 0.00210742839, 0.002378301, -0.0133246332, -0.0108656464, 0.00171552727, 0.0175356474, 0.0255734604, 0.0251585059, -0.0322434604, -0.012133562, -0.0215929747, -0.0178891271, 0.00884466711, 0.00962846912, -0.0140162231, -0.00564414263, 0.00255888281, -0.020594012, 0.00137261394, 0.00115841313, 0.00323510426, -0.027356226, 0.0132401055, -5.32200102e-05, 0.00396511564, -0.0161370989, -0.0166750029, 0.00239943294, 0.0044569131, 0.000476908899, 0.00287586148, 0.0103815338, 0.01134976, 0.00385753508, 0.00360011, 0.0117032388, 0.000203154545, 0.0144542297, 3.68607834e-05, -0.00396895781, 0.00462212646, 0.00133707398, -0.0234679524, 0.00922888424, -0.0120490342, -0.0205786433, -0.00846813526, -0.00320244581, 0.0118108196, 0.00144657562, 0.0134629514, -0.00771122798, 0.0170745868, 0.0053675063, -0.003229341, -0.00745380297, 0.0020651645, -0.0277558099, 0.0103431121, 0.0104583772, -0.00611672876, -0.0132708428, -0.0160909928, -0.0164291039, 0.00691205729, -0.018780509, -0.000182502903, 0.013140209, 0.0115418676, 0.00573251257, -0.0163522605, -0.000855362276, -0.000367167027, 0.00945941359, -0.00513313431, -0.0140700135, 0.0130710499, 0.0120106125, -0.00813002419, -0.014216016, 0.00128712575, -0.00839129183, -0.0048219189, -0.00774196535, -0.00981289335, -0.0254044048, -0.00214008661, 0.000540304638, 0.0108656464, -0.00135916634, 0.0183194503, 0.00136973232, -0.00711569237, 0.0153148752, -0.000851039891, -0.00274714897, 0.00357321487, 0.00807623379, -0.0331963189, 0.0239443816, -0.0049026045, -0.0141238039, -0.0242824927, -0.00680447696, 0.0004673035, 0.0058669881, -0.0145694949, -0.0104430085, 0.0157528818, -0.020056108, 0.0116033424, 0.00599762192, 0.00940562319, -0.0202559, 0.0219310857, -0.00979752466, 0.010565958, 0.00379221817, -1.79801391e-05, -0.0124947252, -0.0024051962, -0.00197679456, 0.025988413, 0.0184731372, 0.00686210906, 0.00210358622, -0.000774676795, -0.019610418, -0.0129711535, -0.00655089365, 0.00682368781, -0.00829908, 0.0137242181, 0.0182272382, 0.00786875654, 0.00363661046, 0.00617051916, -0.0162446797, -0.0314750262, 0.00540592801, -0.00182310794, -0.0157836191, 0.0198409483, 0.00912130345, -0.024221018, -0.0153456125, -0.00361932069, -0.00466823205, 0.0101894252, 0.00310062827, -0.0110654393, -0.0107811186, -0.0165520534, 0.0284012947, 0.0106351171, -0.00958236307, -0.0051753982, -0.00657394668, 0.00884466711, 0.0096131, -0.0167825837, 0.00919046253, 0.00298536336, 0.00360203115, 0.0117186075, 0.02269952, -0.0371614322, 0.0242056493, 0.0281861331, -0.019026408, 0.0147923408, 0.0128097832, -0.00679679262, -0.00719253579, 0.00317939278, -0.0101817409, 0.00417643506, 0.00748838251, 0.00687747775, -0.0353171937, 0.0110039646, -0.0143082282, -0.0326737836, 0.00523303077, 0.0123410383, 0.00726937875, 0.0193952564, -0.00163484178, -0.0212394968, -0.010297006, 0.0117800822, 0.00108733308, 0.0236984827, -0.00533676939, -0.0306143817, -0.0125792529, -0.00197103131, 0.0241441745, 0.0181350261, 0.0282629766, 0.00194989948, -0.0175356474, -0.0120106125, -0.00538671715, -0.00346563407, -0.00968225952, 0.0196872614, 0.0103661651, 0.008752455, -0.0319053493, 0.00969762821, 0.0126714651, -0.0289699342, -0.00313520781, -0.00172897486, -0.0009278832, -0.0128251519, 0.00859108381, -0.00124774361, 0.00144177291, -0.0173051171, -0.00304299593, -0.0199946333, 0.00263572624, 0.00704653328, 0.000661813188, 0.00733853783, 6.04841043e-05, -0.0117032388, -0.0136166383, 0.0149383433, -0.0208552796, 0.00380950794, 0.0263111554, -0.00956699438, -0.0160756242, -0.0113574443, 0.0074499608, 0.0118338726, 0.00792254694, 0.00733469566, 0.0151535049, -0.00450301915, 0.0109962802, 0.00422638329, -0.0104122711, -0.00175202789, -0.043063, -0.00588619895, -0.0239136443, -0.00277788634, 0.0026683847, 0.00707342848, 0.0015608801, 0.00549814, 0.00592462067, 0.0150920302, -0.0203327443, 0.00197679456, 0.0142698064, 0.00486418279, -0.015468562, 0.00547892926, -0.0423867814, 0.00188170106, 0.021577606, 0.0120644029, 0.0135551635, -0.019364519, 0.00566335348, 0.00799939, 0.00240327511, 0.0213163402, 0.0124101974, 0.000141679891, 0.0175663847, 0.00918277819, -0.0115649207, 0.0143927559, -0.0079148626, -0.0220386665, -0.00602835929, 0.0266338978, -0.0112268105, -0.00658931537, 0.0126099903, -0.00756138377, 0.00937488582, -0.00459523126, 0.000802052265, -0.0125562, 0.00953625701, -0.0154762464, 0.000104098697, -0.0131939994, 0.00253775087, 0.00131978421, -0.0078610722, 0.000439687923, -0.0224843584, -0.0243285988, -0.0127022024, 0.00100952922, 0.00410343381, 0.00565951131, 0.00872940198, 0.00859876815, -0.000469224586, -0.0114342878, 0.0179813392, 0.0144619141, 0.0124332504, 0.00262035755, 0.00187401671, 0.00464517903, 0.0069773742, 0.00771891233, 0.00829139538, 0.0107734343, 0.00457986258, -0.00370384846, -0.0089676166, 0.00879856106, -0.00712721888, 0.0361163653, -0.00403811689, -0.0123256696, 0.00299881096, 4.30367663e-06, 0.0030468381, -0.0186421908, 0.00389595679, -0.0120413499, 0.0217159241, 0.0177047029, 0.0140085388, 0.0188573524, 0.00810697116, 0.0197179988, -0.00144849671, -0.03442581, -0.00590541, 0.00175106735, 0.00707727065, -0.00304107484, -0.0196565241, 0.015645301, 0.0146770757, -0.00622046739, 0.0126868337, -0.0088062454, -0.0107734343, -0.00452991435, 0.00179621286, -0.0281707644, -0.0252968241, 0.0363315269, -0.0144465454, -0.00973605, -0.018780509, 0.00384216639, 0.0115034459, 0.00862950552, 0.00783801917, 0.00191820157, 0.0331041068, 0.0068697934, 0.0117109232, -0.0116648171, -0.00463365251, 0.00928267371, 0.0114419721, -0.0186575595, -0.0188112464, 0.0269259028, 0.013432214, 0.0202251635, 0.0119798752, -0.00136973232, 0.00572098605, 0.00494486839, 0.00768817496, 0.00354824075, -0.0188266151, -0.00663157925, -0.019364519, -0.0124870408, -0.0018221474, -0.0082222363, 0.0153302439, -0.0142083317, 0.00963615347, -0.0215161312, -0.00215737638, -0.00722711487, 0.0127559928, -0.00724248355, -0.022407515, 0.0234986898, -0.014146857, -0.0287240371, -0.0216698181, 0.0178430211, 0.00530603202, 0.00935183279, -0.00125254621, 0.0262189433, 0.00714642974, 0.0112114418, 0.00554808835, -0.000308574, -0.00822992064, -0.0171206929, 0.0169209018, 0.00939793885, -0.00949015096, 0.0113420757, 0.0197794735, 0.027110327, 0.00962078478, 0.00339263305, 0.0227302574, 0.00666615879, 0.0275252797, 0.00967457518, -0.0151227675, -0.0050947126, -0.00820686761, -0.00038829894, -0.00528682116, 0.0220386665, 0.00537134847, -0.00430706842, 0.0235294271, 0.0139547484, 0.00786875654, -0.00229377346, -0.0119107161, 0.0183655564, 0.0137780085, -0.00217274507, 0.00400737952, 0.0126945181, -0.00176931766, 0.00486034062, 0.00719637796, -0.00684674038, -0.0131248403, 0.00280862371, 0.00839897618, 0.00145329942, -0.00101337139, 0.0263726301, -0.00371345389, 0.0195950493, 0.0126945181, 0.0274484362, -0.00385369291, -0.00412648683, -0.00376916537, -0.0250662938, 0.00814539287, -0.0108041717, 0.000754985726, 0.0082222363, 0.0110039646, 0.0226073079, -0.0125331469, -0.0252660867, 0.0230529979, -0.00996658, 0.010005001, -0.000562397123, 0.0200868454, 0.00838360749, 0.00497944793, -0.00863719, 0.00154935359, -0.00710032368, 0.00362700503, -0.00993584283, 0.00940562319, 0.00443386, 0.00727322092, 0.0125485156, -0.01750491, 0.00393822044, -0.00759212067, 0.00615899265, 0.00463749468, -0.024267124, -0.0305682756, 0.00420333026, 0.0256041978, 6.21950676e-05, 0.00208629644, -0.0251585059, 0.0102278469, -0.00852960907, -0.0125254625, -0.00884466711, 0.0300457422, -0.00833750144, -0.00475660199, 0.019902423, 0.00491413102, 0.00317362952, 0.0175202787, 0.016229311, -0.0110731237, -0.0134860044, 0.000212880041, -0.0112959696, -0.0106351171, 0.0131786307, -0.0470588543, 0.0329504199, -0.00847582, 0.0450916663, -0.00649326108, 0.0355323553, 0.005014027, -0.0141545413, 0.0258654654, -0.00773428101, 0.000552311423, -0.0268490594, -0.0145310732, 0.000268231233, 0.00101913465, 0.0102124782, 0.0203634817, 0.0177354403, -0.0049563949, -0.037806917, -0.00103258225, 0.00524839945, 0.0027433068, 0.00310639152, 0.012648412, 0.013900958, 0.00131017878, -0.0042955419, -0.0122949323, 0.00907519739, -0.0248665, 0.0109501742, -0.00485649845, -0.0150843458, 0.0171821676, 0.00908288173, -0.0172897484, -0.021131916, 0.0158297252, -0.0012025981, 0.0111576514, 0.00496792141, 0.006950479, 0.00390556222, 0.00161082833, 0.0169055331, 0.0089138262, 0.00749990903, 0.0335036926, 0.00315249758, -0.0290621463, 0.00103066117, -0.0176739655, -0.000866408518, 0.00493718404, -0.0228685755, -0.0205325373, 0.0215929747, -0.0169055331, 0.00185480586, -0.00531755853, 0.021131916, -0.00665463228, -0.0119645065, 0.0092212, -0.00781112444, 0.0268797968, 0.00987436809, 0.00446843961, 0.0110731237, 8.81897286e-05, 0.0327967331, -0.0114880772, -0.0171053242, 0.00754985726, 0.0137626398, 0.011326707, -0.0237138513, 0.00802244339, -0.0108272247, 0.0234218463, -0.0178430211, -0.000104278799, -0.000103258222, -0.0114496564, 0.00732701132, -0.0143235968, 0.019856317, -0.0272179078, -0.0127713615, -0.00372690149, -0.00237253774, 0.00608983403, -0.0181965, 0.0182426069, -0.00553271966, -0.00677373959, -0.00172513269, -0.0110116489, 0.0117109232, -0.02372922, -0.0178891271, 0.055019822, -0.0163215231, 0.00474891765, 0.00918277819, -0.00385369291, -0.00212471816, -0.0245130211, -0.00599762192, -0.00167038187, -0.00751527771, -0.00935951713, 0.00170207978, 0.00972068124, 0.0169362705, -0.00588235678, 0.0100741601, 0.00265301601, 0.0250970311, 0.0194874685, 0.00457986258, -0.00303531159, 0.00404195907, -0.0157375131, -0.00404195907, 0.020839911, 0.013140209, -0.00463749468, 0.0198716857, -0.0382065028, -0.0229915231, -0.0292004645, -0.0165059473, 0.0141161196, -0.00356745161, 0.0191954635, -0.0141161196, -0.00972068124, -0.0171206929, 0.0188880898, -0.0177661777, -0.0185499787, -0.000515810854, 0.00065893156, -0.0084220292, 0.00039334179, 0.0100664757, 0.00413417118, -0.0128174676, -0.0202251635, 0.030599013, 0.00847582, -0.0107503813, -0.0178737585, -0.0105582736, 0.00868329592, 0.00361932069, -0.0161217302, -0.00279133394, -0.00229953672, 0.0125024095, 0.0223153029, -0.0123871444, -0.0189341959, -0.022453621, -0.0026011467, 0.00554424617, 0.00302378507, 0.00155319576, -0.0166596342, 0.0149921337, -0.00852192473, 0.0341184363, 0.00414954, 0.00480270805, -0.0175510161, 0.0372229069, 0.00715027191, -0.00914435647, -0.00222461438, 0.0103507964, 0.00909825, 0.0397126339, -0.0188573524, 0.0163522605, -0.00325431488, -0.0208245423, 0.00343873887, 0.00818381459, -0.00642410247, 0.0094440449, 0.00219195592, -0.000886579917, 0.0134475827, -0.00735390652, -0.00109501742, -0.00424943632, 0.00540208584, -0.00244169682, 0.00248972396, -0.00868329592, 0.0025204611, 0.00350021361, -0.00546740275, 0.0489645675, 0.0127252555, 0.0303838514, -0.00271064835, -0.00869866461, -0.0167364776, 0.0183809251, 0.0207476988, 0.00968225952, -0.0173665918, -0.0175971221, -0.0015474325, 0.012133562, 0.0171053242, -0.00621278305, 0.0122795636, -0.0196257867, -0.00739232823, -0.00201521628, -0.0046490212, -0.00669689616, -0.0340262242, -0.0211626533, 0.00872171763, 0.0163676292, 7.8044e-05, -0.0135090575, -0.0260191504, 0.0112882853, -0.043493323, 0.00568256434, 0.00988205243, 0.00746148732, -0.00107292493, 0.0246974453, -0.00182695012, 0.00700042723, 0.0102585843, 0.00418796157, 0.0232374221, -0.010297006, -0.00117666344, 0.0186575595, -0.00028408019, 0.011080808, -0.0279094968, 0.013117156, -0.00146770757, 0.0198102109, -0.00180293666, 0.00901372265, -0.00419564592, 0.00129192846, 0.00988205243, 0.00753833074, 0.015983412, 0.0180274453, -0.0256195664, -0.0310139675, 0.000550870609, 0.00497176358, -0.0131017873, 0.00476812851, -0.00522918859, -0.00821455196, 0.0210397039, -0.0024051962, -3.80914789e-05, 0.0266492665, -0.0104276398, 0.00678910827, 0.0106274327, -0.0022745626, 0.00334268482, 0.00731548481, 0.00166173698, 0.00170784304, 0.0147923408, -0.0221923534, -0.0136243226, 0.000823664421, -0.0218235049, -0.013163262, -0.00735390652, -0.000650766946, -0.0189034585, 0.0131555777, -0.00164444721, -0.0149229746, -0.0215622373, 0.00339071197, 0.0131709464, -0.000729051069, 0.0190571453, -0.0150536085, -0.012625359, -0.0161832049, -0.00860645249, 0.00768049061, -0.00511776563, -0.00437238533, 0.00140143023, 0.0267875846, -0.0113190226, -0.0207169615, 0.0114650251, -0.0133169489, 0.00309870718, 0.0131786307, 0.0149076059, 0.0121796681, 0.0100126853, 0.00550966663, 0.00914435647, 0.00377108646, 0.00279133394, -0.0106504858, 0.0175356474, -0.00270872726, -0.000644043146, 0.000668537, 0.00220924569, -0.0291850958, 0.00246282876, -0.00232258951, -0.00279133394, -0.00532140071, 0.0101356348, 0.00362892612, -0.000791966566, -0.00466823205, 0.001477313, 0.0454912521, 0.0130249439, -0.0199792646, -0.00338302762, -0.0026549371, 0.0291389897, -0.00982826203, 0.0100818444, -0.0252353493, 0.0119491378, -0.00226111501, -0.0141084353, -0.00436085882, -0.00939793885, -0.0337188542, 0.0297076311, 0.00320436689, 0.00700042723, -0.00942099188, 0.00869098, -0.00847582, 0.00115361053, -0.00637415424, -0.00300841639, -0.00213816552, 0.0205171686, -0.0160602555, -0.0029796, -0.0102585843, 0.0157298297, -0.00380182359, 0.0163983665, -0.000469945, -0.0037249804, -0.0117493449, 0.00816076156, -0.00930572674, 0.0166596342, 0.016229311, 0.0198716857, -0.00508318609, -0.0133246332, -0.0112882853, 0.0046490212, -0.000940850528, 0.0121489307, -0.00676221307, 0.000403907761, -0.0156068802, 0.0067045805, -0.00296231033, 0.00556345703, 0.017259011, 0.00613978179, -0.00584777724, -0.00491413102, -0.0236677453, 0.0459523089, 0.0153379282, 0.0235755332, -0.015491615, -0.00909056608, -0.00786491483, 0.00535213808, -0.0147385504, -0.0260652564, 0.0205171686, -0.0120336656, -0.0110961767, 0.00812234, -0.0240365937, 0.000875533675]
|
20 Nov, 2020
|
HTML5 MathML display Attribute
20 Nov, 2020
This attribute holds the value of rendering of HTML element. There can be two value block which means that this element will be displayed outside the current span of text, inline which means that this element will be displayed inside the current span of text. This attribute is accepted by <math> tag only.
Syntax:
<element display="block|inline">
Attribute Values:
block: This value defines that the element will be displayed outside the current span of text.
inline: This value defines that the element will be displayed inside the current span of text.
Below example illustrate the display attribute of HTML5 MathML:
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML display attribute</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML display attribute</h3>
<math display="block">
<mrow>
<mrow>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo>+</mo>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
</mrow>
<mo>=</mo>
<msup>
<mi>z</mi>
<mn>2</mn>
</msup>
</mrow>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by display attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute
|
https://www.geeksforgeeks.org/html5-mathml-display-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML display Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0192823447, 0.0102504659, -0.0151104769, 0.0235402305, 0.0661190897, 0.0112970164, -0.00587430503, 0.0358981341, 0.0135191455, -0.00268089096, -0.000863315, 0.00820037257, 0.00419337209, -0.0229954496, 0.0232391674, 0.00119439431, 0.00711798063, 0.0138918897, -0.0169455241, 0.0159133095, -0.0153111853, -0.00535103, -0.0553955212, 0.00994940288, -0.0505785197, -0.00533669349, -0.0126517983, -0.00365934451, 0.00906772, 0.00370952161, -0.0209310204, 0.0128094982, -0.019110309, -0.0148380864, -0.0337763578, -0.0061681997, 0.0190672986, 0.0346365385, -0.0109099364, -0.0034926848, -0.00611085445, -0.00238341233, -0.00426147, 0.0196120795, 0.0116124153, -0.0222212896, -0.00868780725, -0.0357834436, 0.000218404806, -0.0369876921, 0.0127234804, -0.0139707392, 0.0334896334, -0.0101716155, -0.0150531316, -0.00563058769, -1.80603968e-06, 0.0158559643, -0.0107809091, -0.0222786348, -0.00420412468, -0.0348085724, -0.0184651744, 0.00095515704, -0.0500910878, 0.00313786115, 0.00481700199, 0.0361561887, -0.0292030741, -0.0130818877, -0.0273393542, 0.0528436601, 0.0170602147, 0.0181354396, -0.00701045804, 0.000404328894, -0.0142574655, 0.0183361471, -0.013210915, 0.00630081072, 0.0153541937, -0.0192393344, -0.03945354, 0.00951931346, 0.00213073497, 0.0348659195, 0.0130317109, -0.0450733751, 0.00751939742, 0.00553023349, -0.039539557, 0.0162143726, 0.0170888882, -0.0118561331, -0.0073832022, 0.0311958231, -0.00074100832, 0.0208736751, -0.00527576404, 6.85455088e-05, -0.0276690889, 0.0325434357, 0.0188092459, -0.026192449, 0.0233395211, -0.00335290586, 0.02458678, 0.015798619, 0.0410878807, 0.00807134528, 0.00370952161, -0.0181784481, -0.0233681947, -0.0235975757, -0.0231674854, 0.0126016214, -0.0146158738, -0.049402941, 0.0323427282, 0.00266834674, -0.0672086477, -0.0332602523, 0.0341777764, 0.0336329974, -0.0243430641, 0.0136194993, -0.0472524948, -0.024500763, 0.0225940328, -0.0184365, -0.0221782792, 0.029819537, -0.0138202077, -0.0573452599, 0.0176336672, 0.0117486101, -0.0109099364, 0.0158559643, -0.00707138749, -0.0157126021, -0.043381691, -0.00639758073, 0.0318552926, 0.0113471933, -0.0359841511, -0.00173200609, 0.0182931386, 0.0373030938, -0.0174616314, 0.0264505018, 0.00511089666, -0.0383639783, 0.000922004285, -0.013175074, 0.0197411068, 0.00492094038, -0.00887417886, 0.0158846378, -0.0253609419, -0.00927559566, -0.00405717734, -0.010092766, -0.0153828664, 0.0236405842, -0.00155190611, 0.034665212, 0.00294073671, 0.00906055141, -0.0364142396, 0.0319699831, -0.0204292499, 0.00990639348, -0.000424041325, 0.00347118033, -0.0269379374, 0.00600691605, 0.0118131237, -0.0161140189, -0.0102791386, -0.0211030561, -0.056943845, -0.011870469, 0.0122503815, 0.0236119106, -0.0255616512, 0.0116554247, 0.0153541937, 0.0201711953, -0.0147807412, -0.00321491878, -0.0222212896, -0.00402492052, 0.0273250174, 0.017490305, 0.02828555, -0.0433243439, -0.0241710283, -0.00126697193, 0.0295614824, -0.00425788574, 0.0117772827, -0.00861612521, 0.0201711953, -0.0224506706, 0.00578111922, -0.0160853453, 0.0162143726, 0.0183218103, 0.0346365385, 0.0113113532, -0.0149957864, 0.0165727809, -0.0248018261, 0.00883833878, -0.030823078, -0.0039138142, -0.010479847, -0.0111966627, -0.0115909111, -0.0792511478, 0.0542486161, -0.0106805554, -0.0301922802, -0.00132342114, -0.0496896692, -0.0106447143, -0.0164150819, -0.0193253532, -0.0285579395, -0.00659828912, -0.024429081, 0.0295614824, 0.0152108306, 0.00797099154, 0.0310237873, -0.00893152412, -0.00409660209, -0.0244147442, 0.0191819891, 0.022034917, -0.0361275151, -0.0193110164, 0.0158559643, -0.0268089101, 0.0106590502, -0.00106267934, 0.0362135321, -0.0319986567, 0.0263214745, -0.00499979, 0.0239846557, -0.026436165, -0.00268626702, -0.0268805921, -0.0129671972, 0.0518974625, 0.0269809458, -0.00526142772, 0.0216908455, -0.00555532239, 0.00950497668, -0.00432239892, -0.0134833045, -0.00912506506, 0.0132897645, 0.0238269567, 0.0383639783, -0.0284719225, -0.0190672986, 0.00600333186, 0.0108024133, -0.0354107, 0.000882579421, -0.0108382544, -0.0500624143, 0.0292604193, -0.0161570273, 0.00642983755, 0.0303356443, -0.0194257069, -0.00268268306, 0.0164150819, 0.0102361292, 0.0451020487, 0.00340129086, -0.00988488924, 0.000962325197, -0.00121769076, -0.0319413096, -0.0231244769, -0.0101931207, -0.047768604, 0.0147520686, 0.021963235, 0.0339483954, 0.00626496971, -0.0308517516, -0.0387940705, -0.00149187283, -0.0306797158, -0.0199131425, 0.0126589667, -0.00195332291, -0.0465930253, -0.0446146131, 0.011870469, 0.026507847, 0.00944046397, -0.00441558519, -0.0586068556, 0.00987772085, -0.00279020541, -0.00231889891, -0.00539045455, -0.0081717, 0.0141284391, 0.0108239185, 0.00963400397, -0.0249738619, 0.00478116097, -0.00559474714, 0.0134402961, -0.0139062256, 0.0320846736, 0.0160423368, 0.00958382711, -0.0299915727, -0.0455321372, 0.00430089468, -0.00878816098, -0.103106782, -0.0225080159, 0.0131248971, -0.0103579881, -0.00787780527, -0.0845842585, 0.0391668119, -0.0266082, -0.0209453572, -0.0170028694, -0.0179347303, 0.00079208141, -0.00249989494, 0.0212750919, -0.0039173984, -0.0414892957, -0.000355271826, -0.0119851595, 0.000709199579, 0.0142502971, 0.00100085407, 0.034521848, 0.00623988127, -0.0227947421, 0.026507847, -0.00355361425, 0.00764125632, -0.0262497943, -0.052700296, -0.010322147, 0.00394607102, -0.00429372629, 0.019569071, -0.0376184918, -0.0107450681, -0.0671513, -0.0364429131, -0.0153111853, 0.0292890929, -0.00736169796, -0.053015694, -0.0351239741, -0.00455536414, 0.0196694247, -0.00754807, 0.0211030561, -0.0148954317, -0.0447293036, -0.0313391872, 0.0173756145, -0.0219488982, 0.0467363894, 0.0326868, -0.00238878862, 0.0332602523, 0.0140495887, 0.0317119285, -0.0126446299, 0.014565696, 0.0213037655, 0.00334036141, 0.0629077554, -0.0259057228, -0.0429516025, 0.0413746051, 0.00106357539, -0.016873844, -0.0367009677, 0.0598111078, -0.0280274972, 0.043697089, -0.0127306478, -0.0158703011, 0.00145424, 0.0137628624, 0.00249631098, -0.00560549926, -0.00848709885, 0.0351526439, -0.01190631, -0.00166122057, -0.0230384581, 0.00346580427, -0.00430089468, 0.0104081649, 0.0167734884, 0.00460554147, 0.0073832022, 0.00332960929, 0.028199533, 0.0452167392, -0.0017481345, -0.0240850095, -0.00259487308, -0.00276870094, -0.0162860546, -0.0428082384, -0.0270813, 0.026049085, -0.000691727211, -0.0114260437, 0.0209310204, 0.0260920934, 0.00774161052, -0.0269092638, 0.0199274793, 0.0217768624, 0.0319126397, -0.0237409379, 0.021346774, -0.0167448167, -0.014178616, -0.00693160854, 0.0225510243, -0.0319126397, 0.0180207491, 0.00482417, -0.0280131605, 0.0202572141, 0.0553955212, 0.00149635295, -0.0170602147, -0.0551087968, -0.0388514139, 0.0191389807, 0.00693877647, 0.0203719046, -0.00863046199, -0.00373819424, -0.0111751575, -0.00729001639, 0.00504996721, 0.0295614824, 0.0366149507, 0.0455608107, -0.017561987, -0.0547073781, 0.0252032429, 0.00829355884, -0.0157269388, -0.0143291475, 0.000762064767, 0.0157412738, 0.0192680079, 0.0117701152, 0.0360415, 0.00975586288, -0.00655886438, 0.010128607, -0.00385646895, 0.0525856055, 0.0129241887, 0.00851577148, -0.024429081, 0.0209883656, -0.0260347482, 0.0279271416, 0.0135836592, -0.00034541561, 0.0172465872, -0.0137126856, 0.0114618838, -0.0070857238, -0.0251028892, 0.00527934823, -0.0178630482, -0.00251423125, -0.00779895578, 0.00116482563, 0.00114332116, -0.00454461202, 0.0148524223, -0.0179777388, 0.0192680079, 0.00147574442, 0.0327728167, -0.0490015261, 0.0216048267, -0.0297335181, 0.0371023826, 0.0159849916, -0.00380270765, 0.0203002226, -0.00776311476, 0.0181354396, -0.0251889061, -0.00933294091, 0.00850860309, -0.012716312, -0.00929710083, 0.00556965871, 0.00610010233, -0.0225653611, 0.000798353576, -0.00272031594, 0.000563148409, 0.0321133472, -0.0421774387, -0.0196694247, -0.013562154, 0.000222212882, -0.00746922055, 0.0328875072, 0.0285722762, -0.0122288773, -0.0169741977, -0.0193826985, -0.00397474365, 0.0266082, 0.0054478, -0.0412885882, -0.0255903229, -0.0261781123, 0.001589539, 0.00243538152, -0.0276117437, 0.00458045257, -0.0363855697, -0.0137341898, -0.00539762294, 0.0289450213, -0.00797816, -0.00103131868, -0.0153111853, 0.0153255211, 0.0168021619, -0.0190529637, -0.00629364233, -0.00759824738, 0.000487434736, 0.00353927794, -0.00375611475, 0.0280705057, 0.0348372459, -0.03050768, -0.0228090771, -0.030364316, 0.00654811226, -0.00408226578, -0.00670939544, -0.0216048267, -0.00796382315, 0.0559976473, 0.019497389, 0.000591821037, 0.00190314592, 0.021805536, -0.00905338302, 0.00107432762, -3.76888274e-05, -0.0126446299, -0.0373604372, 0.0210170392, 0.00949064083, -0.0140567571, 0.00293894461, 0.0120138321, -0.0265221838, -0.0626783744, 0.0332029052, 0.03498061, 0.0519834794, -0.00631156284, -0.00939745456, 0.0143506518, 0.00485642673, 0.00126338785, -0.00125801167, 0.0195117258, -0.0136481719, -0.00991356187, 0.0365289301, 0.0277694426, -0.00867347047, 0.000313606899, -0.024271382, 0.00247659837, -0.00613952707, 0.006146695, -0.0205869488, -0.0583488047, -0.0437257625, 0.0121786995, 0.0082290452, -0.03050768, -0.0375324748, -0.00883833878, 0.0209740289, -0.0141714476, -0.0147807412, 0.034751229, 0.0102074565, 0.00749789318, -0.0126804709, 0.0477112569, -0.0131105604, -0.0256763417, -0.0232535042, 0.00847993, -0.0444425792, 0.000303078676, -0.0311671495, -0.00645492598, 0.00413602684, 0.0639399663, 0.01564092, -0.00656244857, 0.01525384, -0.0204005763, 0.00694952905, -0.000358631893, 0.00644417387, -0.0257766955, 0.0469370969, 0.00303392275, 0.0385933593, -0.00531518878, 0.0510086119, 0.0068670949, 0.019569071, -0.00657678489, -0.00733660953, 0.0131248971, -0.00176695082, 0.0280705057, 0.0445285961, 0.00767709687, 0.00204830104, 0.0100999344, -0.0078276284, -0.048628781, -0.0157412738, 0.0367583111, 0.00931860507, 0.0248018261, -0.0415753163, -0.00726851169, -0.00160208321, 0.00534744561, 0.022579696, -0.00619328814, -0.02867263, 0.0126733026, 0.0150961401, 0.0219919086, -0.0267945733, -0.00860178936, 0.00792798214, -0.0209023487, 0.0285722762, -0.0204005763, -0.00243000546, 0.0159133095, 0.0406291187, 0.00884550624, -0.0096125, -0.0235832389, 0.00601766817, -0.00241029309, -0.0141499434, 0.0222499613, -0.0218628813, 0.0239129737, 0.00406076154, 0.000885267451, -0.0265508555, 0.0127091436, -0.00152233744, -0.00311994064, -0.0328875072, -0.0273106806, 0.00680616591, -0.019225, -0.00570226926, -0.00308230775, 0.0294181183, 0.00476682466, -0.0181211028, -0.0107450681, -0.0393961929, 0.00469514308, 0.0148094138, 0.0126876393, 0.0321706906, -0.0131177288, -0.0172895957, -0.00591373025, 0.0137413582, -0.0243860725, -0.0105228554, -0.0219202265, 0.00263788202, 0.0148524223, -0.0178917218, 0.0271099731, 0.00238162046, 0.0262211207, -0.00908205565, 0.00575603079, -0.00296761724, -0.0181497745, 0.0209883656, 0.00328660035, -0.0200134963, -0.0290883835, 0.0419480577, 0.0280131605, 0.0174329598, -0.00732944114, -0.0187662374, -0.0165154357, 0.0254899692, 0.0102289608, 0.0153111853, -0.0029747854, 0.00436540786, 0.0159276463, 0.0183361471, 0.0250885524, 0.00716098957, -0.00633665128, -0.0112540079, 0.0374177843, -0.0128525067, 0.0318839662, -0.00486717885, 0.0269522723, -0.0177913681, 0.00960533135, -0.000374760246, -0.00613235869, 0.0154975569, 0.0230671316, 0.00414319523, -0.0124940993, 0.00972002186, -0.0265365206, -0.0138632171, 0.00165942847, 0.0221352708, 0.0021092305, 0.00424354943, 0.0237839464, -0.0183074754, -0.0128453383, 0.0104153333, -0.0426935479, 0.00377045106, -0.022120934, 0.00418978836, -0.00345146796, 0.0113543617, -0.0275400616, 0.0308804233, -0.00734736165, 0.000491018815, 0.0197697785, 0.00334036141, -0.00192644238, 0.00481700199, 0.0298482087, 0.0548507422, 0.0160996821, -0.00885267463, 0.00863763, -0.0220635887, 0.00468439097, 0.0067309, -0.0245724451, -0.0312531665, 0.0308517516, -0.00360379135, 0.0241853632, -0.0199991595, 0.019812787, -0.0104153333, 0.0200565048, 0.000560908346, -0.0225223508, -0.0342924669, -0.00648359861, 0.014214457, -0.0239273105, -0.0217195172, 0.00155280216, 0.0112109985, 0.0151391495, -0.0129528614, -0.00911072828, 0.0114045385, 0.0276690889, -0.014106934, -0.0226513781, -0.00693160854, 0.00727568, -0.00673806807, 0.0242427085, -0.0213754456, 0.0387940705, 0.00333140139, 0.0137700308, -0.0196837615, -0.0018225041, 0.039138142, -0.0462489538, 0.0228234138, -0.00647643069, 0.0371597297, 0.00839391258, 0.00989922602, 0.000721295888, -0.00976303, 0.00290310383, -0.0125514446, -0.0163720716, 0.0259343944, 0.0235402305, -0.0101357754, 0.0102504659, -0.000922900275, 0.0460769162, 0.0518114455, 0.00987055339, 0.0414319523, -0.0280991774, -0.00979887135, -0.039367523, -0.000351239723, 0.00756240636, -0.0151534854, 0.00404284103, 0.00316294958, 0.00471664779, -0.0270526279, 0.0314252041, 0.00361454347, 0.0200708415, -0.0299915727, 0.00827205367, -0.00668072281, 0.00617536763, 0.00172125385, -0.00740470691, -0.000611981435, 0.00241925311, 0.0107307322, -0.0418907143, 0.00112898485, 0.00792798214, 0.0136338361, 0.0124725942, 0.00247301441, -0.0260060765, -0.00939028617, 0.00632231496, 0.0456468277, -0.0547647253, -0.017418623, -0.0111393174, -0.0310811326, 0.013985076, 0.00390664581, 0.060097836, -0.0380199067, -0.00142467138, 0.0302496254, -0.0122288773, 0.0060678455, -0.0141571118, 0.0228377506, 0.0169885345, -0.0171605702, 0.0352386646, -0.00970568508, 0.00143990363, 0.0225653611, -0.0258483775, 0.0293177646, 0.0109529449, -0.00123471511, -0.0106232101, -0.0139994118, -0.0016639086, 0.00420770841, 0.0262641292, -0.0163720716, 0.0158846378, 0.00516107352, 0.00778461946, -0.00305721932, -0.0274253711, -0.0156982653, -0.0116697606, 0.012874011, -0.0363855697, 0.00917524192, -0.0164150819, 0.0129600288, -0.0234685484, -0.00479549728, -0.0094189588, 0.0190959722, 0.0117342742, 0.0057703671, -0.0213181, -0.0181641113, -0.0657176673, 0.0225080159, -0.0408011526, -0.0286009498, 0.0319126397, 0.00486001093, 0.0205009319, -0.0094691366, -0.0400556661, -0.0207303129, -0.0433530174, 0.0365862772, 0.021647837, 0.0207446478, 0.0199991595, 0.0163434, -0.0334036164, 0.0242427085, 0.0130818877, -0.0376184918, -0.00873081572, 0.00267909886, 0.0185942017, -0.00800683256, 0.00625421759, -0.0159419831, -0.00366113661, 0.0280705057, 0.0222069528, -0.0175189767, 0.000351463736, -0.000357735873, -0.00951931346, -0.0300202444, 0.0420627482, -0.0207589846, 0.0209166836, 0.0104296692, -0.00841541681, -0.00231889891, 0.00377045106, -0.0179777388, 0.03050768, 0.00373461028, 0.0013386535, -0.00657320069, 0.0177483577, 0.0262641292, 0.0195547342, 0.0069674491, 0.0583201312, -0.031597238, -0.00789214205, 0.00518974615, 0.0506645404, -0.000334439363, -0.0348659195, -0.00729718432, 0.00804984104, 0.0151678221, 0.0270526279, -0.0183074754, -0.0153972032, 0.00151516928, -0.0037453624, -0.0457328446, -0.00396757526, 0.0502057783, 0.0122002047, 0.00777028315, -0.0289306846, 0.00794948731, -0.017418623, 0.0149814496, -0.0128381709, 0.0224363338, 0.00892435666, -0.00255007204, 0.0447579771, -0.0126087898, -0.0160423368, 0.0226227064, 0.0133542782, 0.0369876921, 0.0196407512, 0.0185368564, -0.00815736316, -0.0310237873, 0.00895302929, -0.00953364931, -0.014795077, -0.0165727809, 0.0168881789, -0.0289593562, 0.0132395877, 0.00654811226, 0.017561987, -0.00332423323, -0.0256333314, -0.00625063339, -0.0256906766, -0.0365289301, -0.021418456, -0.0143291475, -0.00286009489, 0.0254182871, -0.0116410879, -0.000876307255, -0.0192393344, 0.0110317944, -0.00808568206, 0.000825682189, 0.00310739642, 0.00291385618, -0.00122306694, -0.00206622155, 0.0249451883, -0.0416039862, 0.019884469, 0.00223825732, 0.0224650055, -0.0211173929, 0.0317692757, 0.0110748038, -0.00475965673, -0.0176766776, -0.0379338898, -0.00596749131, -0.020343231, -0.00127503602, 0.0162717178, 0.0229954496, -0.00598541182, 0.00381346, -0.00833656732, -0.00642983755, -0.0138918897, 0.0084225852, 0.00331885694, 0.00807851367, 0.0135836592, -0.0158416294, 0.000123986727, -0.0148667591, 0.00436540786, -0.00143273547, -0.0202858858, 0.00241925311, 0.01209985, -0.0255186409, -0.00959099457, 0.0216621719, -0.0374464542, -0.0329735242, -0.0194113702, 0.00134402956, 0.00043837764, -0.00821470842, 0.00961966719, 0.00143811165, -0.00454461202, 0.0808568224, 0.0168595072, -0.0183648206, -0.0029264004, 0.00342100323, 0.0106948912, -0.0279271416, 0.0118633006, 0.0125514446, -0.014336315, 0.00680974964, 0.0237552747, 0.0112253353, 0.0556822494, -0.00628647441, -0.0317119285, 0.0117342742, -0.011676929, 0.00301600224, -0.00999241229, 0.00989922602, 0.00422562892, 0.0107307322, 0.0162287094, 0.0269236, -0.0081717, -0.0152251674, -0.00355003, -0.0255903229, -0.00724700745, 0.00903904717, -0.0100425892, 0.00969134923, 0.0200134963, -0.0163290631, 0.0449013412, -0.0281851962, 0.00283859042, -0.0253609419, 0.0162573811, -0.0100640934, 0.0100784302, -0.0146947233, -0.00205009314, -0.00550156087, 0.0248161629, -0.00778461946, 0.00758391107, -0.00155190611, 0.000555532228, -0.00246226205, 0.00386005291, 0.00357691059, -0.0158129558, 0.00225976179, -0.0186658818, 0.00117288984, -0.0114188753, -0.00693160854, -0.0385646895, 0.00222929707, -0.0232678391, 0.009863385, -0.00989205763, 0.0137700308, -0.00160566729, 0.00175171858, 0.0133184372, 0.00804984104, 0.00923975557, -0.0110461311, -0.00187805737, 0.0369016752, -0.00891002, -0.00408226578, -0.00943329558, -0.0020035, 0.0436397456, 0.004508771, -0.0137485266, -0.0154545484, 0.0256620049, -0.0276404154, 0.0408871733, -0.0266082, -0.00249272678, 0.00977736712, -0.00595315499, -0.0184938461, -0.00774161052, 0.0142502971, -0.0156839285, -0.0238986369, -0.00706780329, 0.0017382782, -0.0206012856, -0.00736886589, 0.0109672816, -0.00587788923, -0.0115622384, 0.0124725942, 0.011132149, 0.00432239892, -0.0136051634, -0.00272210781, -0.00946196821, 0.0163864084, -0.0101429429, -0.0104153333, 0.00188880961, -0.00906055141, 0.017490305, -0.0118919732, 0.0101716155, -0.00151875336, -0.0190242901, 0.0047094794, 0.0095408177, 0.00671656383, 0.0138130402, 0.00271852384, 0.00312890089, 0.00582054397, 0.00407868158, 0.000431433495, -0.017103225, -0.00979170296, -0.0185942017, 0.00482775411, 0.00211102236, -0.0232821759, -0.00186551304, 2.6054573e-05, 0.0416039862, -0.0206729677, 0.0190242901, 0.0116124153, -0.00679899752, -0.0204865951, 0.00898886938, 0.0252462514, 0.0105586965, 0.0344645, -0.0271673184, -0.00312890089, 0.0102432976, 0.00434748782, 0.00964117236, 0.0326581262, -0.0205869488, -0.0128668435, -0.0170028694, -0.00068411103, 0.00244792574, -0.0057488624, -0.0375324748, 0.0307657328, -0.0141642792, 0.0183504838, -0.0015635544, 0.0418907143, 0.00550156087, 0.0135191455, -0.00926126, -0.014565696, 0.014178616, 0.0203575678, -0.00232069101, 0.0101357754, -0.0245151, 0.0424641669, -0.00328122429, 0.00229381048, 0.0020052921, 0.00305901119, 0.0179920755, -0.00733660953, -0.0232391674, 0.0241997, -0.00236549205, -0.00340129086, 0.0121500269, -0.00396399107, 0.0060463408, -0.0169741977, -0.00561983557, 0.00710006, 0.00931860507, -0.00671297964, -0.0153685305, -0.0314538777, -0.0184795111, 0.00949780922, 0.0287873205, 0.00512523297, -0.00288159936, 0.0254469607, -0.0243143905, -0.0126876393, -0.0102217933, -0.0047309841, 0.0410018638, 0.0124367541, 0.00878816098, -0.0081717, -0.00831506308, 0.00898886938, 0.0021074384, 0.010092766, -0.0113543617, 0.0138202077, -0.00630081072, 0.0136481719, 0.0123937447, -0.0250455439, 0.00521841878, 0.0720256492, 0.0132897645, 0.014565696, 0.0284862593, 0.00151427335, -0.0120281689, 0.00226155366, 0.0141857844, -0.0139994118, 0.00159491505, -0.0103078112, 0.00306976354, -0.0107379006, 0.0161713641, 0.00681333384, 0.0314252041, -0.00957665872, 0.0248448346, 0.00163523597, -0.02867263, 0.0208736751, 0.000127458799, 0.0127449846, 0.0114188753, -0.000176179878, 0.00565926032, 0.0127306478, -0.0117056016, -0.0248161629, -0.00026813391, -0.00341562717, 0.000839122455, -0.00999241229, 0.013210915, 0.00388155738, 0.0183361471, 0.00893152412, -0.0198701341, -0.0149241043, 0.0147807412, 0.000799249567, -0.0115335658, -0.019798452, -0.0151248127, 0.0171605702, 0.0309951138, 0.00417903578, -0.0228090771, 0.010444006, 0.0368443318, 0.0159276463, -0.00924692303, 0.0052291709, -0.0207159761, -0.000721743854, -0.0231101401, -0.00348193268, 0.0122432131, 0.00776311476, 0.00931860507, 0.0149957864, 0.0148954317, 0.00430806261, -0.0138058718, -5.46292031e-05, -0.00755523844, 0.00128399627, -0.0299629, -0.0376471654, 0.0044335057, -0.0169741977, -0.02828555, -0.0065696165, -0.000616909587, 0.0260204133, -0.0322853811, 0.00475248834, 0.0106088733, -0.00116751366, 0.0379625633, -0.0138632171, -0.0146158738, -0.012135691, 0.0117772827, 0.0251028892, -0.00454102783, 0.0434103645, -0.0146732191, -0.000402088859, -0.00769143319, -0.0102217933, -0.00590656186, -0.00254290388, 0.00111375249, -0.012981534, -0.0308517516, -0.00680258172, 0.00997090712, 0.00687784748, -0.0256763417, -0.00584204867, -0.0186228734, 0.000522379472, -0.0105802007, -0.017576322, 0.000759376679, -0.00943329558, -0.0257480219, 0.0207589846, -0.030823078, 0.00382421212, -0.0137987034, -0.000423145306, -0.0130747193, 0.000560908346, 0.008824002, -0.0335756503, 0.0285292678, 0.00976303, 0.00797816, -0.00278124516, -0.0288446657, 0.0237266012, -0.013210915, -0.0299342275, 0.0425501838, -0.0190099534, 0.00455894833, 0.00835807156, -0.00772727421, -0.0135908267, -0.0163720716, -0.0336043239, 0.0100999344, -0.0200708415, -0.0116195837, 0.0118489647, 0.0046342141, -0.00903904717, 0.000181331983, 0.0358981341, -0.0292174108, 0.0236405842, -0.0052291709, -0.0203719046, 0.000316742982, -0.0145083508, -0.00612519076, -0.0124510899, -0.0299055539, 0.0112826806, -0.0252749249, 0.00382779632, 0.0128094982, -0.00855878, 0.0113471933, 0.0157412738, 0.00832223147, -0.00968418084, 0.00253573572, 0.012171532, 0.00723983906, -0.0115479017, -0.0239559822, -0.0170745514, 0.0401990302, 0.0201425236, -0.0272676721, -0.0168021619, -0.000312486867, -0.000690831221, 0.012752153, -0.010709228, 0.0315685682, -0.00178487122, 0.0113328574, 0.0138488803, 0.0255329777, 0.00845842622, -0.0385073423, -0.00702479435, -0.0102719702, -0.0163434, 0.00255007204, 0.0209453572, 0.0366436206, 0.00370952161, 0.00898886938, 0.0180637576, -0.0129241887, -0.0183504838, -0.0104009965, -0.0049101878, -0.00455894833, 0.00169526925, 0.0157412738, -0.0124295857, -0.00572735816, -0.0187662374, 0.00380629185, -0.0128166657, 0.0358981341, 0.0141141023, 0.00618970394, -0.00392815052, -0.00870931149, -0.00525784353, -0.00437974418, -0.0070857238, -0.0288876761, 0.012329231, -0.0170458797, 0.000666638662, -0.0284002405, -0.0157126021, -0.0251889061, -0.0175046418, 0.00377403502, -0.0248878431, -0.0106088733, 0.00320595852, 0.0414606258, -0.0029729933, -0.0123077268, -0.0236119106, -0.00492094038, 0.0081501957, -0.00868780725, 0.00231173076, 0.00711439643, 0.00761975162, 0.0251602344, 0.0110461311, 0.00393531844, -0.00744054792, -0.0338050313, 0.00881683361, 0.0101572797, -0.0207159761, -0.00219166419, -0.0012606997, -0.0236835927, -0.00718249381, 0.0426648743, 0.00958382711, -0.0202142056, -0.002456886, -0.00408226578, 0.0111751575, 0.00715740537, 0.00629005861, -0.0203002226, 0.00715023745, 0.000980245532, -0.0191533174, -0.0127879931, -0.000305542722, -0.0281851962, 0.0068670949, -0.00473815203, -0.0192536712, -0.00960533135, -0.0068885996, -0.00992073, 0.00732227322, -0.00372744212, -0.0227517318, 0.0169168524, -0.0080283368, 0.0592376553, 0.0167448167, 0.0286009498, 0.000999958, -0.00453386, 0.0230241232, 0.0272963438, -0.00047757852, -0.0212034099, -0.00452310732, -0.012945693, 0.00809285, 0.0158703011, -0.0251028892, -0.00761258369, 0.00921825, 0.0164724272, -0.022579696, -0.00517541, 0.028586613, 0.00189418567, -0.0175189767, 2.42345341e-05, -0.00885267463, 0.0068670949, -0.0159563199, -0.00185834488, 0.00029232644, 0.00786346942, 0.0274110343, 0.00576319871, 0.00839391258, -0.0104081649, -0.030278299, 0.00625063339, 0.00158505887, 0.0281565227, 0.000987413689, -0.0207159761, -0.0229811128, 0.0109314406, 0.00467005465, -0.00879532937, -0.024500763, -0.000710543653, -0.00436182413, 0.0229667779, 0.00329197641, -0.00841541681, 0.00826488622, 0.00952648185, 0.00937595, 0.00114063313, 0.0197554417, -0.00129206048, 0.00530443667, -0.000709199579, 0.0139707392, -0.00763408793, 0.00403567264, 0.00118185, 0.00358049478, -0.00713948486, -0.0167304799, -0.0234828852, 1.77803904e-05, -0.0130245425, -0.0194830522, 0.01525384, 0.0110389628, 0.00366651267, -0.013103392, -0.0100855976, -0.0172895957, 0.0228377506, -0.00903904717, 0.000378344324, 0.0162287094, 0.000657678465, 0.0108095817, 0.0113471933, -0.00989922602, 0.0144295013, -0.00294969697, 0.00664129807, -0.0134331277, -0.000582412817, 0.0107737407, 0.0173039325, 0.0185798649, 0.0199131425, -0.0155405663, -0.0135908267, -0.0138417128, 0.00897453353, -0.00397832738, -0.0184365, -0.0269809458, 0.014106934, 0.00396040734, 0.0261781123, 0.00278841332, 0.000494602893, -0.00415753154, 0.00470231147, -0.00723625533, -0.0166587979, 0.00240312493, 0.0121786995, 0.00123471511, -0.028744312, -0.017805703, 0.0219345633, -0.00318445405, -0.00583846448, -0.015411539, -0.0241423547, 0.00640116492, -0.0117271058, -0.00949064083, -0.0250598788, -0.00789930951, -0.00129385246, -0.0277120974, 0.0206442941, 0.00458045257, -0.0432383269, -0.001637924, 0.0218342077, 0.0119994963, -0.0185798649, -0.0123148952, -0.00903187878, -0.00457328465, -0.0186658818, 0.00995657127, 0.0288876761, -0.0137341898, -0.00558041083, -0.00196228316, 0.0122002047, 0.00928993244, -0.00888134725, -0.0254612956, -0.0183934923, -0.005354614, 0.0227373969, 0.0257623587, 0.0113686984, 0.00163433992, -0.00300345803, -0.00126159575, -0.00263967412, 0.0126446299, -0.012522772, 0.00753373373, 0.00951931346, -0.00163433992, -0.0100067481, 0.0025267757, -0.0115694068, 0.0158846378, -0.00819320418, 0.00234040339, 0.00868063886, 0.00250706309, 0.0187805723, 0.00155101018, 0.0177626945, 0.0233681947, -0.0229237676, -0.0162430461, -0.0190242901, -0.0109601133, 0.00792798214, 0.00140943902, 0.0191533174, 0.00963400397, 0.0120783458, 0.0169741977, -0.0215618182, 0.000557324267, -0.00372385792, -0.0187805723, -0.014952777, 0.00681333384, 0.00891002, -0.00622912915, 0.00341741927, -0.0127378162, 0.0183648206, 0.0426362, -0.00548364082, 0.00299091381, 0.00468797516, -0.0119708236, 0.0260634217, 0.00872364827, -0.021346774, -0.000989205786, -0.0048098336, 0.00653377594, -0.0123435678, -0.0125872847, -0.00949780922, -0.0243000537, -0.0174472965, -0.000994581846, -0.00660545751, 0.00559833134, -0.0294467919, -0.00355540612, 0.000797009561, 0.018035084, 0.00773444213, 0.0367583111, -0.0112181669, 0.0034442998, 0.0364429131, 0.0176049955, 0.0136194993, -0.00532594137, 0.0201568604, -0.0132252509, 0.00410377048, 0.00798532739, -0.000770128914, -0.00575603079, 0.0257766955, -0.00505713513, 0.00601050025, -0.00425788574, 0.00868063886, 0.0128525067, -0.00236011599, 0.00867347047, 0.0116554247, 0.00422562892, 0.0160853453, -0.0182071198, -0.00326509587, -0.00371310557, -0.00685992697, -0.00466647046, -0.00324179931, -0.00231352285, -0.000217732784, 0.00077550509, 0.0229667779, -1.70663752e-05, 0.0160996821, 0.0020070842, 0.00993506704, 0.00395682314, -0.000663950632, 0.00634381967, 0.0107379006, -0.0248018261, -0.0235689022, -0.00504279882, -0.0241566915, 0.0282712132, -0.00557682663, -0.0165154357, 0.0240850095, 0.0143004749, -0.0117772827, 0.0122360447, -0.0186372101, 0.0210027024, -0.00509656034, -0.0162573811, 0.0116195837, 0.0140352529, -0.0195834059, 0.0217625275, -0.0128955161, 0.0169885345, -0.00930426829, -0.00746205216, -0.00178487122, 0.00141571113, 0.0112396711, -0.0200708415, 0.0050320467, -0.0191246439, -0.00729718432, 0.0141356066, -0.00645492598, 0.019110309, 0.023654921, 0.0120353363, 0.0161426906, -0.0004179932, -0.00997807551, 0.0159563199, 0.00234398758, 0.00443708943, -0.000391336624, -0.00548005663, -0.0167591535, 0.019798452, 0.000887507515, 0.0231961589, 0.0134546319, -0.0231101401, 0.0187088922, -0.00669864332, 0.00415036315, 0.00322029484, -0.00278303726, -0.000242597336, 0.00444067363, -0.00893869251, -0.0116912648, -0.00644417387, -0.00878099352, 0.017260924, -0.000619597617, 0.00189597777, 0.00804984104, 0.00638682861, 0.00260383333, 0.0100425892, -0.00345684402, 0.00229560258, 0.00637966, -0.00232606707, 0.0156839285, -0.00422204472, -0.0151678221, 0.00715740537, -0.019798452, 0.00777028315, 0.00576319871, -0.0106948912, 0.00674523646, 0.00573094189, -0.0307370611, 0.0159276463, -0.0102576334, -0.00175888673, -0.00536536612, -0.0194687154, -0.010322147, -0.00539045455, -0.00011771459, 0.00217912, -0.00525784353, -0.0274683796, -0.00198378763, -0.00868780725, 0.0165297724, -0.000573900645, -0.00954798609, -0.000878995343, 0.0103293154, -0.00563058769, 0.00033421535, -0.00608218182, 0.0227804054, 0.0141642792, -0.00746922055, 0.00624346547, 0.010056925, 0.00764125632, 0.0104511743, -0.00234577968, -0.0119708236, 0.0187375639, 0.00197841157, 0.00384213263, -0.00377761922, 0.00663054595, -0.0123722404, -0.0038636371, 0.00659470493, 0.0173039325, -0.0268805921, -0.0136911813, -0.00507505564, -0.0258053672, -0.00772010582, 0.0125442762, -0.0122790541, -0.00524350721, -0.000550604134, -0.0159133095, -0.00678107701, 0.0083007263, -0.016028, -0.0107307322, -0.00918241, -0.0198414605, -0.0137270223, -0.00239595678, 0.0158703011, -0.0081071863, 0.00206263736, 0.00859462097, 0.000888403563, -0.0120568415, 0.00755523844, 0.00920391455, -0.00393890264, -0.00371310557, 0.0323427282, 0.00754807, -0.0181497745, 0.0168021619, -5.81852801e-05, -0.00399983209, 0.00338695454, -0.00927559566, 0.0307657328, -0.0106303776, 0.00130550074, -0.021418456, 0.0171749052, 0.000910356, -0.00511089666, 0.00493886042, -0.00290668802, 0.0208880119, -0.0048098336, -0.0261064302, 0.0130603835, 0.013597995, -0.00811435468, 0.00043748162, 0.00869497564, 0.0169311892, 0.042836912, -0.0116912648, -0.00502129458, -1.60583531e-05, 0.00782046, -0.0283715688, -0.00863763, -0.0300202444, 0.00952648185, -0.0259774029, -0.000320775056, -0.00234219548, 0.00622912915, 0.00435107155, 0.00589580974, 0.00715740537, -0.0287013035, 0.00716457376, 0.022034917, 0.00581337605, -0.0145083508, -0.00333856954, -0.00137539022, -0.0159563199, 0.00301062618, -0.0120496731, -0.0170745514, 0.0340344124, -0.00203575683, -0.00612519076, 0.00465930253, 0.0146230413, 0.0057524466, -0.00510372827, -0.00979170296, 0.0145370234, -0.00434748782, -0.0131320646, -0.00792081468, 0.00475607254, 0.0220635887, 0.0142072886, -0.00300883409, -0.00105640723, 0.00825771783, 0.0122360447, 0.00416469947, 0.0068670949, 0.00554098608, -0.00855878, 0.0307370611, -0.0159276463, 0.00884550624, 0.0162860546, 0.00527576404, 0.00242821337, -0.013597995, -0.0210887194, 0.0251315609, -0.00556607451, 0.00601408444, 0.010444006, -0.0227804054, -0.013949235, -0.00105640723, -0.0208163299, 0.0109887859, 0.0117271058, -0.00660187332, 0.0205869488, -0.00443708943, -0.0130173741, 0.0167304799, -0.00261996174, 0.0162430461, 0.0051288167, -0.00146857626, -0.0332029052, -0.00244075758, 0.0142502971, 0.00691727223, 0.0120568415, -0.00971285347, 0.00909639243, 0.00455894833, 0.00864479784, 0.00774877844, 0.00893869251, -0.00157430663, 0.0028260462, 0.0141857844, -0.00387080526, -0.019812787, -0.00786346942, -0.0114762206, -0.012329231, 0.00623271335, 0.00498545356, -0.0291744024, 0.00285113463, 0.00217732787, 0.00459120516, -0.00619687233, 0.00038909656, -0.0247301441, 0.0100139165, -0.009017542, -0.00179383147, 0.013175074, -0.000861523, -0.0100282524, 0.0324574187, -0.0124582583, 0.00322567089, 0.0153972032, 0.0191676542, 0.00822187681, 0.00323104719, 0.0183934923, 0.0012365072, -0.000242821348, 0.0202858858, 0.0120711774, -0.00775594683, -0.00955515448, -0.0159993283, -0.00977019873, -0.017877385, -0.00418978836, 0.0165297724, -0.0182214566, 0.0136266677, -0.00192823447, -0.00955515448, 0.0130460467, -0.00297836959, -0.00109493604, -0.0180780943, 0.0208163299, 0.0202858858, 0.0297335181, 0.0081717, -0.00903187878, -0.0121070184, -0.0111393174, -0.0185368564, 0.0027776612, 0.0153398579, -0.017490305, -0.0291887373, 0.0024049168, -0.0267945733, -0.0163577367, 0.000197908361, 0.00963400397, -0.0233251844, 0.0102217933, 0.0104225017, 0.0127951615, -0.0134259593, 0.00230993889, -0.000872723176, 0.0212320834, -0.00462704571, 0.00616103131, 0.0195117258, 0.00266476255, 0.0178200398, -0.00127593207, 0.030593697, 0.00832939893, 0.0134904729, -0.00526142772, -0.00748355687, 0.00625421759, 0.00466288673, -0.00490660407, -0.000357511861, -0.0152108306, -0.0128596751, -0.0150818042, 0.00409660209, -0.000242821348, 0.0105443597, 0.00325434352, 0.0107020596, 0.0146087054, 0.027124308, 0.0126661351, 0.0130747193, 0.0109529449, -0.0152251674, 0.00800683256, 0.023884302, 0.00746205216, 0.0102217933, -0.0117916195, -0.0187949091, -0.0211173929, -0.0106232101, -0.00157251465, 0.0158703011, 0.0060678455, 8.25318148e-06, -0.0286296215, 0.00585638499, -0.0105586965, 0.00493527669, 0.00663771387, -0.013755695, 0.0006442382, 0.0235115569, -0.0146445464, 0.00501771038, -0.00578111922, -0.0361275151, -0.000846290612, -0.0236979295, -0.00870931149, -0.00831506308, -0.00121321063, 0.00740470691, 0.01525384, 0.0155262295, 0.00645134179, 0.0245581083, -0.0123794079, 0.00896019675, 0.000937236648, 0.00848709885, 0.00883117, 0.0146660507, -0.0415179692, 0.0107450681, 0.017576322, -0.0115837427, -0.0213897824, 0.0084225852, -0.00454819622, -0.0064692623, -0.0047094794, -0.0102576334, -0.00476682466, -0.00434748782, 0.0194113702, 0.00663054595, -0.00814302731, -0.0097845355, 0.00985621661, -0.0169311892, 0.0198414605, 0.00977736712, -1.88304148e-05, -0.00662337756, -0.0050320467, 0.00239595678, 0.0191819891, 0.0210600477, 0.00841541681, -0.00895302929, 0.00484567462, -0.0050320467, -0.00107343157, -0.0137341898, -0.000508043158, -0.00388155738, 0.0203002226, 0.00731152063, -0.00636174, 0.00430806261, 0.000887507515, 0.00141571113, 0.00137270219, 0.00498903776, -0.0159133095, -0.0164724272, 0.0117486101, 0.0181497745, -0.00757674268, -0.0137485266, -0.00516465772, 0.00977019873, 4.34569556e-05, -0.00268268306, -0.0178630482, -0.00934727769, -0.00843692198, 0.00909639243, -0.00138793455, -0.00542271137, 0.00147305639, -0.00615386339, 0.000310694828, 0.00736169796, -0.0099852439, -0.00316474168, -0.00491735619, 0.00321850274, 0.00309306, 0.00606426131, -0.0204722583, 0.00341383507, 0.0199131425, -0.0249165166, -0.00789214205, 0.0024550939, 0.00948347244, 0.00411810679, 0.0185798649, -0.0105371922, 0.0118561331, 0.0177626945, 0.0208880119, -0.0186515469, 0.0060463408, -0.00132431719, -0.0270382911, -0.00564134028, 0.024113683, 0.00138524652, 0.00111823261, 0.00681691803, -0.0205439404, -0.00526501192, -0.000782225223, 0.012874011, 0.00993506704, -0.0181497745, -0.0115479017, -0.00233681942, -0.000172707805, 0.0264648385, 0.000915732118, 0.0226083696, -0.00031091884, 0.00055284414, -0.00523275509, 0.00288876751, 0.0150674675, 0.0222929697, 0.00875232089, 0.0177053493, 0.0147377318, -0.00523633929, 0.010056925, 0.00513598509, -0.0332602523, 0.0226657148, -0.00499979, 0.00623988127, -0.0193110164, 0.00263071386, 0.00632231496, -0.00438691257, -0.00616103131, 0.00238878862, -0.0211030561, -0.0022077926, -0.00647284649, -0.0011298809, 0.0135263139, -0.00380270765, -0.023970319, -0.0102432976, 0.0242570452, -0.0189956184, 0.00785630103, 0.0106017049, -0.00204292499, -0.0250598788, 0.00339053851, 0.00389589369, -0.0170602147, 0.013175074, 0.00662337756, 0.0226370413, -0.00522558717, 0.0178200398, -0.0217625275, -0.00442992151, 0.000401416823, -0.0269522723, 0.0139635708, -0.0156695936, -0.0132754277, 0.00540479086, -0.00994940288, -0.0115120616, 0.00854444411, -0.00755523844, 0.0294754636, -0.00663413, 0.00388514157, 0.0226513781, 0.0144008286, -0.012522772, 0.00705705117, -0.000765648845, 0.00413602684, 0.0220635887, 0.00844408944, 0.0260204133, -0.0223789886, 0.00677390909, -0.000785361277, 8.60738946e-05, 0.0124367541, -0.000861970941, -0.00530085247, 0.0169311892, -0.00791364629, -0.00878099352, 0.00684917485, -0.0114045385, -0.0117486101, 0.00999241229, 0.00731868902, 0.00305901119, 0.00412885891, 0.0137055172, -0.00593881868, -0.013175074, -0.00326509587, -0.00650510332, -0.0162573811, 0.0297048446, -0.0202428773, -0.00243538152, 0.00896736514, -0.0181354396, -0.00486717885, 0.0170745514, 0.0132467551, -0.0244434178, -0.0157842841, -0.0112325028, -0.00600691605, 0.0122360447, -0.0117414426, 0.0195977427, 0.0107952459, 0.0263788197, -0.000879891333, -0.00779895578, 0.00686351117, 0.0188809279, -0.003641424, -0.00754090212, -0.00556249032, 0.000611981435, -0.00665563438, -0.0118633006, 0.0191389807, 0.00126786786, 0.000829714234, -0.000257381675, 0.00794948731, -0.0138990581, 0.0296188276, 0.00766992895, -0.00857311673, -0.0136481719, 0.00144259178, -0.000452265958, -0.0130603835, 0.00415394735, -0.00920391455, -0.00470231147, 0.0186658818, 0.0180494208, 0.0255186409, -0.00562342, 0.00440124888, -0.00546213612, -0.0229811128, 0.0102934744, -0.0043331515, 0.0135836592, -0.0172179155, -0.0284002405, 0.0118417963, 0.0148380864, 0.0019586992, 0.0145872012, -0.021877218, -0.0216621719, 0.00448009837, 0.0107163955, -0.0193110164, -0.00811435468, 0.0145011833, -0.0282998867, -0.00843692198, -0.00789930951, -0.000627661822, -0.0017221499, 0.00242821337, -0.0126661351, 0.0153541937, 0.0212320834, 0.0177340228, 0.0129170204, 0.00550514506, -0.003544654, 0.000554636179, 0.0284145772, -0.00695311278, -0.00626138598, -0.0110819722, 0.0151964948, 0.0159563199, -0.0097415261, -0.0107880775, -0.00675957277, -0.00624704966, -0.0105586965, 0.000950676913, -0.0171892419, 0.00558757875, -0.0116625922, -0.0170888882, 0.0186945554, -0.00789214205, 0.000711439643, 0.017561987, 0.00540837506, -0.0103149787, -0.00127414009, -0.0273393542, 0.0151104769, -0.010444006, -0.00921108294, 0.00713231694, -0.0131464014, -0.0210170392, 0.00234219548, 0.0106662186, 0.00110031222, -0.00116124155, 0.00985621661, 0.0250455439, 0.00228126626, -0.000826130155, 0.0259343944, 0.00434031943, -0.0101859523, 0.0059710755, -0.0161857, 0.0162573811, 0.00521125086, 0.00374177843, 0.0258197039, -0.000364680018, 0.0257050134, -0.00539403874, 0.0085516125, 0.00129295641, 0.0166731346, 0.0047274, -0.0205869488, -0.0118991416, -0.000762064767, 0.00669864332, -0.00325971982, 0.0437257625, -0.00779178739, -0.0207159761, 0.0173039325, 0.00180458371, 0.0122862225, 0.00342100323, -0.0077057695, 0.0137843676, 0.0228950959, -0.0211317297, -0.000937236648, 0.00745488424, -0.0140352529, 0.0173039325, 0.00616461551, -0.019655088, -0.013985076, 0.0168308336, -0.00825054944, 0.0184078291, -0.000384616462, 0.0274253711, 0.00619328814, 0.0103364838, 0.0073079369, 0.0123363994, -0.00100623013, -0.0047274, -0.0171892419, -0.0110748038, -0.00336365798, 0.00138524652, -0.0166301262, 0.0195547342, 0.00669864332, 0.034435831, -0.0371597297, -0.00984188076, -0.000987413689, -0.00904621463, 0.00591731397, 0.00802116841, 0.00910356, 0.0164724272, -0.0182357933, 0.0077057695, 0.00456970045, -0.0203288961, -0.0030249625, -0.000948884874, -0.00389589369, -0.00276153279, 0.0117701152, 0.0218198728, -0.0105443597, 0.00583846448, -0.00271314778, 0.00322567089, -0.0119564869, -0.014142775, -0.0171892419, 0.00600333186, 0.00531877298, -0.00621120865, 0.0170458797, -0.00103938289, -0.00420412468, 0.00279199751, -0.00066932675, 0.0181927849, 0.00885267463, -0.0187519, 0.00759824738, 0.00704271486, 0.0117056016, 0.00437616045, 0.00682050223, 0.00413961103, 0.00859462097, -0.00651585544, -0.00896019675, -0.00779178739, -0.00466647046, -0.01564092, -0.0434390344, 0.0293321013, -0.0116124153, 0.0257766955, 0.00224900944, 0.0282998867, -0.00199991604, -0.0162143726, 0.0292460825, 0.00438691257, -0.00965550821, -0.00814302731, -0.00923975557, -0.00677032489, -0.00644775806, 0.0195834059, 0.010479847, 0.00199633185, 0.00613594288, -0.0437544361, -0.00361991953, -0.0128453383, 0.00572377397, 0.0111249806, 0.013139233, 0.0107522365, -0.00269164331, -0.00625780178, -0.0137485266, 0.0134402961, -0.00709289219, 0.0245437715, 0.00871648, -0.00583846448, 0.0054478, -0.00562700396, -0.0169311892, -0.0167448167, 0.0072864322, -0.00706063537, 0.00513956929, 0.0223216433, 0.0210313741, 0.0199418142, 0.0216765087, 0.0108024133, 0.0257910322, -0.00170064543, 0.0213611107, -0.0063689081, -0.0269236, -0.0214614645, 0.00382421212, -0.0137987034, -0.017332606, 0.00475248834, -0.0161570273, 0.0230241232, 0.00529726874, -0.00227051391, 0.00093275652, 0.0077057695, 0.00621837704, -0.0172465872, 0.0121786995, 0.0147807412, 0.0239273105, 0.013332773, 0.0135836592, 0.0199418142, 0.00332064903, 0.00627572229, 0.00239237258, -0.00485642673, 0.0189669449, 0.00498187, 0.0122790541, -0.0205869488, 0.0111823259, 0.00181085581, 0.0096626766, -0.00602483656, -0.0122073721, -0.0132252509, -0.0130245425, -0.00820037257, -0.00792798214, 0.0146302097, -0.0314538777, -0.00405717734, -0.0107522365, -0.00229918654, -0.0181211028, -0.0212750919, 0.00249451888, 0.0057703671, -0.0322853811, 0.00264146621, 0.00697103329, 0.0228664223, -0.0031934143, -0.0239846557, 0.03845, -0.0106017049, 0.00130639679, -0.000825234165, -0.0102289608, 0.00414319523, -0.022192616, 0.00917524192, 0.00698178541, -0.00465571834, -0.00966984499, 0.0208450034, -0.00593523448, 0.0102146249, 0.00394248683, 0.0119708236, -0.0208880119, -0.00351956533, 0.0165154357, 0.00825771783, -0.00474173622, 0.00961966719, -0.0207016394, 0.026436165, 0.00741904322, 0.0192393344, -0.00583846448, -0.00672373176, -0.015182158, -0.00913223252, -0.0402277, -0.0141714476, 0.00961966719, -0.0122862225, 0.0198414605, -0.0109171038, 0.0116339196, -0.0243000537, 0.00263429806, -0.00601408444, -0.0296188276, 0.00471664779, 0.00454819622, -0.00330989691, 0.022034917, 0.00265042624, -0.0124009131, -0.00824338105, 0.00382421212, 0.0252032429, 0.00212715077, -0.00501054246, 0.00218091207, 0.0152108306, 0.00567718083, 0.00242462941, -0.0206729677, 0.0103078112, -0.000910356, -0.00951214507, 0.0280561689, -0.0273106806, -0.00291206408, -0.0343211405, 0.010637546, 0.00095515704, -0.0101644481, -0.00264325808, 0.000465930265, -0.00630797865, -0.00931143668, 0.0250598788, 0.00933294091, -0.00575961452, -0.0163577367, 0.000850770739, 0.00927559566, -0.00769143319, 0.00149635295, 0.014336315, 0.0096125, 0.0149384411, -0.0321133472, -0.00933294091, 0.0020554692, -0.0147520686, -0.006146695, -0.00491735619, 0.0021092305, -0.00258412096, -0.0155262295, -0.0139420666, 0.0157842841, -0.0171892419, 0.0113830343, -0.0077057695, 0.00631873123, 0.0054549682, -0.00968418084, -0.0208163299, 0.00371668977, 0.00590656186, -0.00225080154, 0.0417186767, -0.00311098038, 0.0369876921, 0.00429014256, -0.00541912718, -0.00769860158, 0.00526142772, -0.00255365623, 0.00550872926, 0.00825771783, -0.0127593204, -0.0246297903, -0.000166659665, 0.030593697, -0.00890285149, 0.00917524192, -0.0155262295, 0.0067918296, -0.0099852439, -0.0179203935, 0.0033457377, -0.0438691266, -0.0115335658, -0.00486359512, 0.0369876921, -0.000445097801, 0.000849426666, -0.0110532995, -0.00147843256, 0.0025267757, 0.00231710705, 0.00722550275, 0.0101859523, -0.0163003914, 0.0314252041, 0.0206442941, -0.00425788574, 0.0123220626, 0.00454461202, 0.00202142051, 0.0059495708, -0.0174329598, 0.00305005116, -0.000209220598, -0.000128578831, -0.0227373969, 0.0136696771, 0.00399983209, -0.00479549728, -0.0149671137, 0.00628289, 0.00176067872, -0.000770128914, 0.00138255837, 0.00493886042, -0.0048349225, 0.0201998688, 0.000953365, -0.0319413096, 0.00513956929, -0.00896019675, -0.0150101222, -0.0016719728, 0.00777745107, -0.00807851367, 0.00787780527, 0.00736169796, 0.00418978836, 0.0323140547, -0.0155405663, 0.0163003914, -0.0129671972, -0.00163075584, -0.0163577367, -0.00238878862, 0.0113686984, 0.00984904822, 0.0123435678, -0.00679541333, -0.0208736751, -0.0116052469, -0.0170172062, -0.0113328574, 0.00284755067, 0.0100497575, 0.00873798411, 0.0119923279, 0.00779178739, -0.0159133095, -0.0360988416, -0.0242570452, 0.0122217089, -0.00518974615, 0.0181354396, 0.0123937447, 0.004007, -0.0148524223, -0.0059459866, 0.00759107899, -0.00824338105, -0.0130317109, -0.0122503815, 0.0190959722, -0.00792081468, -0.00150800112, -0.0109457765, -0.0221352708, -0.0136625087, 0.0163577367, -0.00137270219, 0.011942151, -0.00472381571, 0.00367726479, 0.0012866843, -0.00689935172, 0.00847993, -0.00872364827, -0.00630439492, 0.0124367541, -0.00819320418, -0.00754090212, -0.00429731049, -0.0245437715, 0.00866630301, -0.00238341233, -0.0117557785, -0.00129385246, 0.012752153, -0.00103400671, 0.00405000895, 0.00906772, -0.00151606533, 0.0275830701, 0.0135908267, -0.0162860546, 0.0011021042, 0.00507864, -0.00349985296, -0.00232069101, -0.00289772777, -0.0217195172, 0.0458188653, -0.00263429806, -0.0127736572, -0.0102576334, -0.008824002, -0.0340057388, 0.0310237873, 0.0147090591, 0.00507505564, -0.00818603579, 0.0129026836, -0.00634381967, 0.0141141023, 0.0122145405, -0.0050535514, 0.00899603777, -0.0101644481, 0.00285830279, -0.00480266567, -0.0112826806, 0.0188379176, 0.00659470493, 0.0124295857, 0.0105586965, -0.013949235, -0.0130747193, 0.00744771585, 0.00548722455, 0.010286306, 0.0184221659, 0.0123507353, -0.017719686, -0.0125801172, -0.0196407512, -0.000366024062, 0.004315231, 0.0108095817, 0.00555532239, 0.00917524192, -0.0140209161, 0.00189776975, -0.0220062435, 0.0275974069, 0.0118274605, -0.00898886938, 0.010637546, 0.00551589718, 0.00395323895, 0.0179920755, 0.00317190983, 0.0117844511, -0.00273823622, -0.00103490276, -0.00913940091, -0.0085014347, -0.00491735619, -0.0268805921, 0.0230097864, -0.0163003914, -0.0210313741, 0.0126876393, -0.011132149, 0.0205869488]
|
20 Nov, 2020
|
HTML5 MathML displaystyle Attribute
20 Nov, 2020
This attribute contains a Boolean value specifying whether more vertical space is used for displayed equations or, if set to false, a more compact layout is used to display formulas. This attribute is accepted by all the MathML tags.
Syntax:
<element displaystyle="true|false">
Attribute Values:
true: This value defines that more vertical space is used for displayed equations.
false: This value defines that more compact layout is used to display formulas.
Below examples illustrate the displaystyle attribute in HTM5 MathML
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML displaystyle attribute</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML displaystyle attribute</h3>
<math displaystyle="true">
<mrow>
<mrow>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo>+</mo>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
</mrow>
<mo>=</mo>
<msup>
<mi>z</mi>
<mn>2</mn>
</msup>
</mrow>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by displaystyle attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute
|
https://www.geeksforgeeks.org/html5-mathml-displaystyle-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML displaystyle Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0159832817, 0.00811939407, -0.00700155785, 0.0280204248, 0.0721660778, 0.00766516197, 0.000221349299, 0.0282759313, 0.0182402469, 0.00770774623, 0.00932594668, -0.00489008939, 0.00434004329, -0.0128249517, 0.0193616319, 0.00298444508, 0.00724641699, 0.0130875539, -0.0110080242, 0.00330737536, -0.000193292493, 0.0109299533, -0.0450825095, 0.0214766487, -0.0443727709, 0.00774323288, 0.000190852777, -0.000122096986, 0.00694832718, 0.0120726302, -0.0179989357, -0.00212034, -0.00610728888, -0.0260615498, -0.0472685, 0.00633085612, 0.0244717393, 0.0587662421, -0.00967371836, 0.0153729077, -0.0082613416, -0.0106815454, 0.00517398445, 0.0200855639, 0.00667152973, -0.025011139, -0.0114409635, -0.0161678139, -0.00459199958, -0.0221154112, 0.00249117753, -0.0128604388, 0.0315407217, 0.00788518, -0.00402066112, 0.0117106643, 0.0131869176, 0.0221296065, -0.0132011119, -0.0371334516, 0.00526270131, -0.0230238754, -0.0369347259, -0.00836780202, -0.0538548604, 0.0237620026, 0.0111286798, 0.0404834114, -0.0400291793, -0.00793486182, -0.0154296868, 0.0376160741, 0.022995485, 0.0169911087, -0.0099434182, -0.000861887122, -0.0193474367, 0.00957435463, -0.00951047894, 0.00425842311, 0.0141379656, -0.027921062, -0.0575171039, 0.0056637032, 0.00509946188, 0.0224986691, 0.00598663324, -0.0333292596, 0.00583403977, 0.0208094958, -0.047893066, -0.0281765684, 0.017686652, 0.00867298897, -0.0281623732, 0.0410512, -0.0296386257, 0.0149612604, 0.0157135818, 0.00427261787, -0.0112493346, 0.0169201344, 0.00763677247, -0.00040920786, 0.0196171366, -0.00427261787, 0.0322220698, 0.012171993, 0.0313987732, 0.0131727224, -0.0107312268, 0.0075657987, -0.050135836, -0.0109441476, -0.0162103977, 0.0196029413, -0.0152877392, -0.0668288544, 0.0417893268, -0.0167214088, -0.0634788945, -0.00554659637, 0.00268635526, 0.0418461077, -0.0404266305, 0.0303199738, -0.0680212155, -0.0400575697, 0.029099226, -0.0130236782, -0.0333292596, 0.0258060452, -0.0134211304, -0.0373321772, 0.0108660767, 0.0218741018, 0.0202559, 0.0149328709, -0.034521617, -0.0276797507, -0.0521798804, -0.00305187, 0.0303483643, 0.020426238, -0.0395181701, -0.000386363186, 0.00292056869, 0.0478079, -0.0257066824, 0.0322220698, 0.00673185755, -0.0315691121, -0.00175659964, -0.017573094, 0.0236484446, 0.00278217, -0.012001656, 0.0154154925, -0.00774323288, -0.0117816376, 0.00257457164, 0.0115900086, -0.0036480492, 0.00474459352, -0.00393194426, 0.0524353869, -0.00476233661, 0.00471620401, -0.034408059, 0.0308593735, 0.00368353608, 0.0303767528, -0.0107738106, -0.0144857364, -0.0282333456, 0.0220302437, 0.0357991457, 0.00418390101, -0.00158005243, -0.0556717888, -0.0678508803, -0.012704296, 0.0193190463, 0.0181692727, -0.00694832718, 0.0262886658, 0.0125197647, 0.0101989238, 0.0130946515, 0.000532302889, -0.0258628242, 0.0065082903, 0.0148335081, -0.00129793189, 0.0323356278, -0.0143650817, -0.0151174031, 0.0218031276, 0.0214056745, -0.00633085612, -0.0156993866, -0.0317110606, 0.0125694461, -0.0107738106, -0.0109725371, -0.0225412548, 0.0204688217, 0.0277791154, 0.0276655573, 0.00560692418, -0.0253234245, 0.0149754556, -0.0285172407, 0.013066262, -0.0271687414, -0.00191274181, -0.00745933829, 0.00241310662, -0.00156674488, -0.0519811548, 0.0304051433, 0.0112706274, -0.0308593735, -0.0121577987, -0.0348339044, -0.0209088586, -0.00794195943, -0.0298657417, -0.0331589244, 0.00466652215, -0.0182686355, 0.0411363691, 0.0124913752, -0.00973759498, 0.0484608561, -0.0110009266, -0.0250395294, -0.030944543, 0.00355578354, -0.00467007095, -0.0378999673, -0.0125623485, 0.00863750186, -0.0182118565, 0.0164091252, -0.0223425273, 0.0298089627, -0.0393478312, 0.0303767528, -0.014606392, 0.00489008939, -0.032733079, -0.000342226413, -0.0181408841, -0.0174737312, 0.0233361591, 0.0178144034, -0.00176280981, -0.0051881792, 0.00432939688, 0.0196739156, 0.00744514354, -0.00733868266, 0.00336415437, -0.0041519627, 0.0158839189, 0.0515837, -0.0248691924, -0.0216611791, 0.00894268882, 0.00339964125, -0.0563531369, 0.023109043, -0.0105183059, -0.0297521837, 0.0151599869, -0.0125197647, 0.00822585449, 0.0361114293, -0.0104118446, -0.00901366305, 0.0144005679, 0.0142728155, 0.0338402689, -0.00460619433, -0.0111144846, 0.0136056626, -0.0151741821, -0.0298941322, -0.0168207716, -0.0143366922, -0.0255647339, -0.000551820674, 0.0236910284, 0.0200003944, -0.0039142007, -0.0111925555, -0.00125800923, -0.0052343118, -0.0403982438, -0.0429532975, 0.0226264223, 0.0126120299, -0.0380135253, -0.0333860405, 0.00465232739, 0.0217037648, -0.0121932859, -0.00349013275, -0.0624000952, 0.00380419148, -0.00575951766, -0.0163381509, -0.0174169522, -0.00426197192, -0.00735287741, -0.0147057548, -0.0217321534, -0.0279068667, 0.00956016, -0.0112351403, 0.0193900205, -0.0487163626, 0.0244007651, 0.0273532718, 0.00612148363, -0.0265015885, -0.0456219092, -0.0136198569, -0.0294115096, -0.0788092241, -0.0203126799, 0.0231232382, 0.00474814186, -0.000904471381, -0.0901082382, 0.025848629, -0.0498235524, -0.0154296868, -0.0164375138, -0.00720383273, 0.0301496368, -0.00973049738, 0.00272184215, 0.0359978713, -0.030944543, -0.0111925555, -0.00888591, -0.0246846601, 0.00249295193, 0.000960806734, 0.0466723181, 0.00941821281, -0.0276371669, 0.0178569891, -0.00975178927, 0.000154256952, -0.0239891186, -0.0249827504, -0.0187796466, -0.00997180771, 0.00409518369, 0.0326763019, -0.0440888777, 0.0171046667, -0.0563815236, -0.00742385117, -0.0057133846, 0.0313987732, -0.00650119269, -0.0511010811, -0.0299793, 0.00339964125, 0.0110080242, -0.0261183288, 0.0342661142, -0.00444650371, -0.0369063355, -0.0257066824, 0.0174879245, -0.00992922392, 0.0520947129, 0.018467363, 0.00856652856, 0.0287443567, -0.00836780202, 0.0186660886, -0.00399582041, 0.0110719008, 0.01471995, 0.00216469844, 0.0413350947, -0.0167072136, -0.0484608561, 0.0166362412, 1.72582586e-05, 0.000527867058, -0.0252950341, 0.0423855074, -0.0224135015, 0.0484040789, -0.0234213285, -0.032505963, -0.0120797278, 0.0107170315, 0.000384145271, -0.0286875777, 0.0172324199, 0.0381270833, -0.0108092977, -0.00926916767, -0.001722, -0.0136340521, 0.0222715531, 0.0213063117, 0.0199294202, 0.0127255879, 0.00213098596, -0.00539045408, 0.0327898599, 0.0527476706, -0.000357086537, -0.0332724825, -0.00635924563, 0.0159265026, -0.00227115909, -0.0494261, -0.0182402469, 0.0197448898, -0.0237761959, -0.00291347131, 0.044713445, 0.00975888688, 0.00646925485, -0.0206107683, 0.0230096802, 0.0145638073, 0.0295818467, -0.0140031157, 0.0114409635, -0.013712123, -0.0405401886, 0.00629182, 0.0461613089, -0.0214766487, 0.013598565, 0.012363622, 0.00182225031, 0.0207243264, 0.0368495546, -0.00295960414, -0.0126333227, -0.073074542, -0.0267712884, 0.0196881108, -0.00468781451, 0.00652248506, -0.0219450742, 0.00174063048, -0.0109299533, -0.0113345031, 0.0132507943, 0.0171188619, 0.0473252758, 0.0531451218, -0.0343228914, -0.0529747866, 0.0163097605, 0.00462748669, 0.0149896499, -0.0325911343, -0.00537980814, 0.0114835482, 0.0259196032, 0.0135701755, 0.0219734646, -0.0111570694, -0.00860911235, -0.0170336924, 0.014322497, 0.0478362888, 0.0201281477, 0.00516333804, -0.0512714162, 0.0122642592, -0.0242730137, 0.0351177976, 0.0306038689, -0.00824004877, 0.0254227873, -0.0202133153, 0.0262176935, 0.0111499717, -0.0209372472, 0.00380774029, -0.00185063982, 0.00736707216, -0.022157995, 0.00163150846, 0.0220444389, -0.00113557954, 0.0323072374, -0.0196171366, 0.0144999316, 0.00799873844, 0.0131372362, -0.0520663224, 0.0171898361, -0.0318813957, 0.0367076099, 0.0120868245, -0.0246136859, -0.00912012346, -0.00301993196, -0.00911302585, -0.00849555433, -0.0213347, 0.00965952314, 0.00188790099, 0.00851684622, -0.0123281358, 0.0228109546, -0.0301780272, -0.00419099815, -0.0054756226, 0.0171756409, 0.0363385454, -0.0197306946, -0.0411079787, -0.00174950226, 0.00435778638, 0.00365514657, 0.0336131528, 0.0183538049, -0.0159974769, -0.0099931, -0.0265157819, 0.00888591, 0.0200003944, 0.0122429673, -0.0253234245, -0.0341809429, -0.0407105274, -0.00347416359, 0.00653668, -0.0226406176, -0.0112422379, -0.0159265026, 0.00456361054, -0.00614632433, 0.0235348865, -0.0102415085, -0.0228961222, -0.0308593735, 0.00874396227, 0.0110293161, -0.0391491055, -0.00559272943, 0.0148618976, -0.0114338668, -0.000706188555, 0.0130023854, 0.0307742059, 0.0233503543, -0.0218882952, -0.0119022932, -0.0156000238, 0.00793486182, 0.0199720059, -0.00081885932, -0.0205539893, -0.00486524869, 0.0551323853, 0.00928336289, 0.0182686355, 0.00733868266, 0.0129314121, 1.1838195e-05, -0.00331092416, 0.00115154858, -0.00140705402, -0.0299225207, 0.0273248833, 0.0124842776, -0.00884332601, -0.00462393789, 0.00409518369, -0.0376728512, -0.0445714965, 0.0332724825, 0.0394613892, 0.0531167351, 0.0158981141, -0.0177860148, 0.0129030226, 0.0228251498, -0.0107383244, 0.00846006721, 0.0294115096, -0.0126546146, -0.0221296065, 0.0338118821, 0.0182402469, 0.00454586698, -0.00939692091, -0.00946789421, 0.0126617122, 0.0102557028, 0.00109654397, 0.00343335373, -0.0577442199, -0.0398588404, -0.00893559121, 3.89523739e-05, -0.0287301634, -0.0201423429, -0.00549691496, 0.0260331612, -0.031171659, -0.0111144846, 0.0364521034, -0.000286112801, -0.00633440446, -0.0165226832, 0.0258202404, -0.0261609145, -0.0209372472, -0.0057417741, -0.000399892568, -0.0357139781, 0.0125268623, -0.0384961478, 0.00409163488, 0.0129172178, 0.0414486527, 0.0148335081, -0.018808037, 0.0216327906, -0.01401731, 0.0165226832, 0.00397097971, 0.00019606491, -0.0280488152, 0.0271687414, 0.00593340304, 0.0276939459, -0.0117319562, 0.0619458631, 0.00921238866, 0.040795695, 0.0106744478, -0.0159406979, 0.0190635417, 0.0149612604, 0.0271119624, 0.0295818467, -0.00314413593, 0.0192906577, 0.00409163488, -0.00920529198, -0.040455021, -0.014322497, 0.0313703865, 0.0148760919, 0.0190635417, -0.0342661142, -0.00892849453, -0.0182118565, 0.00682767201, 0.0246988554, 0.012115214, -0.0267287027, 0.0113345031, -0.00193225953, 0.027310688, -0.0332157, -0.00588727044, 0.038666483, -0.0272397138, 0.0161110349, -0.0178711824, 0.019418411, 0.027977841, 0.0310297105, 0.00792776514, -0.00186306017, -0.0255789291, 0.00847426243, -0.0146347815, -0.00740255928, 0.034039, -0.034635175, 0.0141663551, 0.0144573469, -0.00714350492, -0.0419596657, 0.0163665395, -0.00671056518, 0.00551110972, -0.0467858762, -0.0218315162, 0.0116183981, -0.0139463367, -0.00904914923, -0.0184957515, 0.0267712884, 0.0119519746, -0.0197165, -0.0270125978, -0.0264164191, 0.00806261506, 0.0235632751, 0.0371902287, 0.0283752941, -0.00755870156, -0.00172909733, -0.011831319, 0.00841038581, -0.0280630104, 0.0139250439, -0.0201139525, 0.00359127042, 0.00938272569, -0.0154154925, 0.0269842092, -0.00654022861, 0.0162671767, 0.0035983678, -0.00849555433, 0.00176813279, -0.00161731371, 0.0151174031, 0.0104757212, -0.0201281477, 0.00966662075, 0.0353165232, 0.0267570931, 0.0256215129, -0.013236599, 0.00742385117, -0.0112422379, -0.00157739094, 0.00308203395, 0.0138398753, -0.00775033049, 0.0151174031, 0.0298941322, 0.0219876599, 0.00490073534, -0.00150907878, 0.0156851932, -0.0224560853, 0.0287727471, -0.0253234245, 0.0421016105, -0.00821875688, 0.0240175072, -0.0073244879, 0.00268990407, -0.00771484338, -0.00799164083, 5.86087699e-05, 0.00820456259, 0.00175659964, 0.0179563519, 0.0140315052, -0.0274242461, -0.00454586698, 0.00793486182, 0.0109015638, -0.00316720223, 0.00600792561, 0.0261751078, -0.0170053039, 0.000340008497, 0.0148477023, -0.0397736728, -0.00500364741, -0.00657926407, 0.00646925485, 0.00692703528, 0.0269558188, -0.0235348865, 0.0140598947, 0.00632375851, -0.027310688, 0.00924077816, 0.00272361655, -0.0037687046, 0.00804132223, 0.0236342493, 0.0630246624, 0.0377864093, -0.0222431645, 0.0216469858, -0.0214482583, -0.00670346804, -0.0052094711, -0.00265264278, -0.0390355475, 0.00687025627, -0.00590501353, 0.01163969, -0.0408524759, 0.0371902287, -0.0142160365, 0.0252098665, -0.00773613574, -0.0239039492, -0.0339538269, -0.00965242647, 0.0238187816, -0.0219876599, -0.0321936794, 0.0110577056, 0.00723932, 0.00815488, -0.00447844202, -0.0015933601, 0.0181266889, -0.00421583885, -0.00206888397, -0.0248266086, -0.0173317827, 0.00125978352, -0.00629891781, 0.0102628, -0.0123423301, 0.0153729077, -0.0119732665, -0.00108678511, -0.0187938418, -0.00400291802, 0.0497951619, -0.0221438017, 0.0114480611, -0.00832521729, 0.0279352572, -0.00588017283, 0.015727777, 0.00126510661, -0.0210366119, -0.0160826445, 0.00437907875, -0.0239749234, 0.00711511541, 0.00717544323, 0.0039106519, 0.0308025945, -0.00718608918, 0.0436346456, 0.0357423648, 0.00990083441, 0.0235632751, -0.0182828307, 0.000974114344, -0.0397168957, 0.00581629667, -0.00808390696, -0.0070618852, -0.0113132112, 0.0059546954, 0.0203410685, -0.00785679091, 0.0422719494, 0.0115474248, 0.0213205069, -0.0243439861, -0.00236342498, -0.0156851932, -0.0182828307, 0.00201033056, -0.00591211114, 0.0114906458, 0.00868718326, 0.00532302912, -0.036537271, -0.0250821132, -0.00278571853, 0.0105750849, 0.0440604873, 0.0294966791, -0.0222715531, -0.00139552075, 0.00902785733, 0.0376160741, -0.0507320166, -0.00664314, 0.00392839545, -0.0281765684, 0.0103834551, -0.000853015401, 0.0576590523, -0.044599887, -0.0122500639, 0.0416473784, -0.0122429673, -0.00218776497, 0.00352739403, 0.00467716809, 0.00579855312, -0.0243723765, 0.0237336121, -0.0104047479, -0.00735997502, 0.0177860148, -0.0120300455, 0.0297237951, 0.00710801827, 0.00510301068, 0.00841038581, -0.0120797278, -0.00473394711, 0.00977308117, 0.0286307987, -0.00681347726, 0.00574532291, 0.00185418851, 0.0187086724, 0.00656861812, -0.0523218289, -0.016622046, 0.00510655949, 0.0254937615, -0.0286449939, -0.00225164136, 0.00215582689, 0.00113735395, -0.0120371431, -0.00265796599, -0.0119377803, 0.0224560853, 0.016678825, -0.00266328896, -0.0140527971, -0.0222005807, -0.0505900681, 0.016508488, -0.0378148, -0.0133785466, 0.0351745747, -0.0115687167, 0.0300644692, -0.0236484446, -0.0358843133, -0.0182402469, -0.0323356278, 0.0151741821, 0.0103976503, 0.013428228, 0.0121294092, 0.00724286819, -0.0231374335, 0.0187228676, 0.0310297105, -0.0236484446, -0.000808656856, 0.00814068597, 0.0246988554, -4.31109911e-05, -0.00282475422, -0.00894978642, 0.0131443329, 0.0303483643, 0.00904205255, -0.0204972103, 0.0049220277, -0.0157703608, 0.00173708179, -0.0122429673, 0.0326763019, -0.0282333456, 0.0114764506, -0.0136411497, -0.0115616191, -0.00436488399, 0.0122784534, 0.00256924867, 0.0278926734, 0.00898527354, -0.00360014196, 0.00382903218, 0.00821165927, 0.00485105393, 0.0247840229, 0.00463458383, 0.0560976304, -0.00927626528, -0.0171614457, 0.00900656544, 0.0635924563, -0.00834651, -0.0256782919, -0.0135062989, 0.0182686355, 0.0188932046, 0.0214340631, -0.0195603576, -0.0181834679, -0.01639493, -0.00895688403, -0.0467291, -0.00956016, 0.0341241658, 0.0150180394, 0.00116308185, -0.0287443567, -0.0223567225, -0.0133004757, 0.00982986, -0.00625988236, 0.0148335081, -0.00304299826, -0.0132649885, 0.0191912949, -0.0235064961, -0.0323072374, 0.00270055, 0.0109512452, 0.0356288068, -0.000199391798, 0.01947519, -0.00913431775, -0.0377864093, 0.00611438602, 0.0064834496, -0.0326763019, -0.000820190064, 0.0157987513, -0.0264590029, 0.0138256811, -0.00129881909, 0.0143295946, 0.00504268287, -0.0234497171, -0.0207669102, -0.0369347259, -0.0437765904, -0.0123139406, -0.00843877532, -0.0173175875, 0.0127965622, -0.0122429673, -0.0133572547, -0.00970920548, -0.0078284014, -0.012306843, -0.0244575441, -0.0112138484, -0.00107436476, -0.00289040478, 0.00428681262, 0.026302861, -0.0409944206, 0.0259905774, -0.000795349246, 0.0213347, -0.0298657417, 0.0267570931, 0.0189074, -0.00448553916, -0.0287869424, -0.022995485, -0.0113628926, -0.0231800172, 0.00851684622, 0.00125091185, 0.0308877639, 0.0151741821, -0.000785590382, -0.0054259412, -0.00750901969, -0.0168065764, 0.0140882842, 0.00860911235, 0.000735908805, 0.0127397832, -0.0118242223, 0.00436488399, -0.0111286798, 0.0113345031, -0.0277933087, -0.0252098665, 0.00943950471, -0.00254618237, -0.0186802838, -0.00248053158, 0.0208946634, -0.0426694, -0.0444579385, -0.0130378725, 0.0118597085, -0.00651893625, -0.0149044814, 0.000804664567, 0.00442521134, 0.0113416007, 0.0599018224, 0.0173033942, -0.0115616191, -0.0126120299, -0.00464523025, 0.0138043892, -0.0125126671, -0.00242197816, 0.0109654404, -0.00555724232, 0.0141379656, 0.0295818467, 0.00414486555, 0.0267570931, -0.0151174031, -0.0219876599, 0.0120726302, -0.0234071333, 0.0167214088, -0.0184531678, 0.0135772731, 0.00314413593, 0.00720738154, -0.000788251869, 0.0358843133, 0.0209372472, 0.0396885052, -0.00606115581, -0.0178711824, -0.00333221629, 0.00611438602, -0.017459536, 0.0180273261, 0.0035025531, -0.0354584716, 0.055104, -0.0132082095, 0.0111286798, -0.025011139, 0.0179279614, -0.0162813719, 0.00476233661, 0.00932594668, 0.00160755485, 0.00702639855, 0.0178427938, -0.0111286798, 0.00114178972, -0.00204759184, -0.000823295151, -0.0070122038, 0.00211146823, -0.00810519885, -0.0289714728, -0.0234781075, -0.0126617122, 0.00535851577, -0.0178995728, -0.011582911, -0.031341996, 0.00255150534, -0.0217037648, 0.0158839189, -0.0220586322, -0.00561047252, -0.00435068924, -0.01947519, 0.00492912484, -0.00283540017, 0.00466297334, -0.0137901939, 0.0101492424, 0.0122784534, -0.00252843881, -0.0265867561, -0.000259054097, 0.00752321444, 0.0185951144, 0.0215192325, -0.0108234929, -0.00816907547, 0.0117603457, -0.0131727224, 0.0299509112, -0.0218031276, 0.00770774623, -0.00257457164, -0.0181124937, -0.0169769134, -0.0018577372, 0.0059795361, -0.028985668, -0.0321652889, -0.0128746331, 0.00963823125, -0.0253234245, -0.00870847609, 0.0210366119, -0.00530173723, -0.0200145897, 0.00777162239, 0.0073244879, 0.0112848217, -0.00578790717, -0.00334641105, -0.00997180771, 0.015784556, -0.0227541756, -0.016565267, 0.00316720223, -0.0124984728, -0.002881533, -0.00243439875, 0.0158271398, 0.0179421566, -0.0156851932, -0.0051881792, 0.0204972103, 0.00361788552, 0.00824004877, -0.00546852546, 0.015784556, -0.00825424399, 0.0133288652, -0.00464168144, -0.000622794381, 0.00102557032, -0.0150038451, 0.018467363, -0.0033854465, -0.0161678139, 0.00926916767, -0.00283540017, 0.0272681043, -0.0276513621, 0.0423287265, 0.0102273133, 0.00206888397, -0.0260899402, 0.0180982985, 0.0353449136, 0.0137405125, 0.0250253342, -0.0238471702, -0.00148512516, 0.0100143924, 0.0258770194, 0.0078000119, 0.0202417057, -0.0145638073, -0.0305754784, -0.0173601732, 0.00511720544, -0.00396743091, -0.000554038619, -0.0278075039, 0.0316826701, 0.00105662132, 0.0165368766, 0.00556788826, 0.023832975, -0.00621374929, 0.0205256, 0.00446424726, -0.011526132, 0.0184815563, 0.0276655573, -0.0173033942, -0.000115664989, -0.0234355237, 0.0407389179, 0.00268812967, 0.00482266443, -0.00973759498, 0.00645151129, 0.0220018532, -0.0113061136, -0.0182118565, 0.0251530875, 0.0093898233, 0.0144218607, -0.00537625933, -0.0221863855, 0.00488299225, -0.018467363, -0.0116113005, 0.00120211742, 0.00564595964, -0.0187654514, -0.019815864, -0.0169485249, -0.00538335694, 0.0255931243, 0.0293831211, 0.0155432448, -0.00181604014, 0.022881927, -0.0188932046, -0.00978727639, -0.00454941578, 0.000679573393, 0.0358275361, 0.0212637279, 0.011696469, -0.00290637393, 0.00480492087, 0.00259941258, 0.0201139525, 0.0124274986, -0.0165368766, 0.0213347, -0.0143934712, 0.00233148667, 0.0168207716, -0.0222715531, 0.026856456, 0.065239042, -0.0051846304, 0.00647280365, 0.0418461077, 0.00143455632, 0.000554038619, 0.00564950844, 0.0145638073, -0.00699446024, -0.0101137552, -0.0112067508, -0.00157118076, -0.0252950341, 0.00252489024, 0.00479782373, 0.0308309849, -0.000846805226, 0.0174169522, 0.00574887125, -0.0117958328, 0.018808037, -0.00667862734, 0.00519172754, 0.0164800975, 0.00289040478, 0.00506042643, 0.019759085, -0.0138895577, -0.0153445182, -0.000244637544, 0.00223034923, -0.00425132597, -0.00402421, 0.00329140644, -0.00538335694, 0.0167072136, 0.0177576244, -0.0230664592, -0.0144076655, 0.0169201344, -0.00782130379, -0.00335350842, -0.016678825, -0.0179989357, 0.0210508052, 0.0321936794, -0.00166699535, -0.0255505405, 0.0438049808, 0.0168917459, 0.0205539893, -0.0115474248, 0.029326342, -0.0204120427, -0.0152025716, -0.0133359628, -0.00694832718, 0.0237620026, 0.00115154858, 0.0120442407, 0.00322753, 0.0264164191, 0.00748063, -0.0100427819, -0.00665733498, -0.0101776319, 0.00431165379, -0.0283469036, -0.0162245929, 0.00863040425, -0.00217711902, -0.0254511759, -0.00291879429, 0.0152593497, 0.026856456, -0.0263312515, -0.00698026549, 0.0101421447, 0.00633085612, 0.0363953263, -0.007008655, -0.0168775506, 0.00305896741, 0.0253376178, 0.00380774029, 0.00560692418, 0.0518108159, -0.00625633355, 0.000676911848, -0.0141663551, -0.00691993767, 0.00189144968, -0.00817617308, -0.0155858295, 0.0027395857, -0.0224135015, -0.00305187, 0.0107241292, -0.000595735677, -0.0171046667, -0.00926916767, -0.0220728274, 0.0148760919, -0.0217889324, -0.0138185835, -0.004659425, -0.00522366585, -0.00948208943, 0.0379851349, -0.0183112193, 0.0113557959, -0.00197306951, 0.0115332296, -0.0316258892, -0.00341383601, 0.00527689606, -0.0253092293, 0.013123041, 0.00896398071, 0.00920529198, -0.00338189793, -0.018751258, 0.033130534, -0.00390355475, -0.0268138722, 0.0435494743, -0.0241310652, 0.0114480611, 0.00272716535, 0.00145229977, -0.0138043892, -0.0134779094, -0.0160826445, 0.00442876, -0.0278358944, -0.0176440664, 0.0112138484, -0.00261005852, -0.000707519299, 0.00562821608, 0.0327898599, -0.0138185835, 0.0210791957, 0.00189144968, -0.0157561656, 7.95127489e-05, -0.00662894547, 0.0153019344, 0.00197839248, -0.0408240855, 0.0212637279, -0.0354584716, 0.016622046, 0.0072748065, -0.0072960984, 0.0254369825, 0.0211501699, 0.0129030226, 0.00522011705, -0.000263711729, 0.00773613574, 0.00120744039, -0.00748063, -0.00920529198, -0.00877944939, 0.0301780272, 0.0115190353, -0.0108163953, -0.0173459779, -0.0025674745, -0.00806261506, 0.000149155705, 0.00110541575, 0.029042447, 0.00760838296, 0.0122429673, 0.010213119, 0.0193048529, 0.0196597204, -0.040455021, -0.00135293661, -0.0140315052, -0.00969501, 0.00821875688, 0.0269274302, 0.0454515703, -0.00161376502, 0.012839146, 0.0101066576, -0.00136535696, -0.00366579276, -0.00899237, -0.00879364368, -0.0150748184, 0.00516688684, 0.0138043892, -0.0100072948, 0.00209727348, -0.0320233442, 0.00518108159, -0.023946533, 0.0398304537, -0.0164800975, 0.000241754242, -0.0245994925, 0.00349368155, 0.00160489324, -0.0136624416, -0.0122642592, -0.00946789421, 0.00532302912, -0.0188932046, -0.00305896741, -0.0133075733, -0.0297521837, -0.0195603576, -0.0145780025, -0.00542948954, -0.022157995, -0.0113983797, -0.00871557277, 0.0299793, 0.00752321444, -0.00431165379, -0.014606392, -0.00746643543, 0.0127894646, -0.00667507853, -0.0142231341, 0.0128249517, 0.00636989158, 0.00674250349, 0.0133004757, 0.00597243849, -0.00147891487, -0.0224135015, 0.0060043768, 0.0211785585, -0.0195461623, -0.00490073534, -0.0112635298, -0.0271687414, 0.0019109674, 0.0301780272, 0.0238755606, -0.0129314121, -0.0057346765, 0.0138043892, 0.0120371431, -0.0159123093, -0.00717544323, -0.00525560416, 0.0144644445, 0.00673895469, -0.0247130506, 0.00267748372, -0.00620310334, -0.0263880305, 0.0169343296, -0.0187654514, -0.00383612956, -0.0175588988, -0.0189783741, -0.0168491621, 0.00507107237, 0.0117674433, -0.0138611682, 0.0120158512, -0.0208236892, 0.0622865371, 0.00647280365, 0.0222999435, -0.00583403977, -0.00545787904, -0.00583403977, 0.0188932046, -0.00215760106, -0.00563531369, -0.00844587293, -0.0112706274, 0.00193403393, 0.0266719256, -0.0217179582, -0.00586952688, 0.0138753625, 0.0356288068, -0.00617826264, -0.0183396097, 0.0142160365, 0.019702306, -0.00695542479, -0.00237761973, -0.0112706274, -0.00330027798, -0.0157135818, -0.00968791265, 0.0054720738, 0.0121223116, 0.0281339828, 0.000902697037, 0.0151457926, -0.0159406979, -0.0213772841, 0.00799873844, 0.00331447273, 0.0125694461, -0.00795615464, -0.019645527, -0.0312852152, 0.0182402469, 0.00475878827, -0.0158413351, -0.0344364494, -0.00838909391, 0.00264731981, 0.0170478877, 0.00243085, -0.012839146, 0.0159548931, 0.0039142007, 0.009794374, 0.00946079753, 0.0124629857, 0.00286201527, 0.00954596512, -0.0018577372, 0.0146347815, -0.0218457114, 0.00564241083, -0.00655087456, 0.00326834, 0.00740255928, -0.0236200541, -0.0171188619, 0.00437198114, -0.0141450623, -0.0249685552, 0.00481201848, -0.00123405561, 0.00858072285, -0.0104260398, 0.0127326855, -0.00102823181, 0.0189357884, -0.0248549972, 0.0209798329, 0.00990793202, -0.00369773083, 0.0147483395, 0.00938272569, -0.00427971547, 0.0064799008, -0.00245569088, -0.00634505088, 0.0108447848, -0.0143508865, 0.0256215129, 0.0144857364, 0.00779291475, 0.00767935673, -0.0228535384, -0.000454231806, -0.0219734646, 0.0160258655, -0.00178853783, -0.00682767201, -0.0225838386, 0.0294682886, 0.00194645429, 0.0143721784, 0.000525205513, 0.0113132112, 0.024897581, -0.00352384523, -0.00667862734, -0.0227683708, 0.0250253342, 0.0125552518, -0.0102060214, -0.0126830041, -0.0185383353, 0.0183112193, -0.00980147067, 0.00317784841, -0.0124842776, -0.0158129446, -0.00553595042, -0.0122074801, -0.0140244076, -0.032505963, -0.00259941258, -0.0110789975, -0.0288863052, 0.0257492661, 0.00777872, -0.0386097059, 0.00913431775, 0.0102486052, -0.00517398445, -0.00393549306, -0.00416615745, 0.00324882218, -0.0101279505, -0.0189925674, 0.00134495203, -0.00240423484, -0.0100924633, 0.000193736079, -0.00419099815, 0.0140386019, -0.00716124848, -0.0144715421, -0.0276797507, -0.0126901018, 0.0106957396, 0.0103479689, 0.0180557147, 0.0192622673, 0.00162618537, 0.0113132112, 0.00408098893, -0.0107880058, 0.0149044814, -0.0138256811, 0.00765096722, 0.00605405867, -0.00364450063, -0.0237052236, 0.0136198569, 0.00430810498, 0.0290282518, 0.00561047252, 0.00855233334, 0.0140456995, -0.0145283211, 0.011107387, -0.000552707876, 0.0193900205, 0.023222601, -0.0239039492, -0.0232651867, -0.0193474367, -0.0158981141, -0.00415906031, -0.0117248585, 0.0217321534, 0.00765806437, 0.0184957515, 0.00113646674, -0.0121294092, -0.00564950844, 0.00321156089, -0.0136340521, -0.00944660231, 0.0222005807, 0.0151457926, -0.0171472505, 0.00484395633, -0.00449263677, 0.0321936794, 0.03335765, -0.00500009861, -0.00346706621, -0.00911302585, -0.0303483643, 0.0159548931, 0.0179705471, -0.00601502275, 0.00552175567, -0.0120371431, 0.0073244879, -0.0112990169, -0.0209656376, -0.00809810124, -0.0141592575, -0.00394968782, -0.0033854465, -0.00499300146, -0.0148335081, -0.0329034179, -0.0100001972, -0.00239004, 0.0138327787, -0.00138753629, 0.0272113252, -0.0266293399, 0.00306251599, 0.0264448095, 0.0179847404, 0.0112422379, 0.00899237, 0.00817617308, -0.00696607074, -0.00809100457, 0.0126262251, -0.00204759184, -0.016451709, 0.0158839189, -0.0159832817, 0.00833941251, -0.000984760351, 0.00336415437, 0.0154296868, -0.0105395978, -0.00240955781, 0.00318672019, -0.0246988554, 0.00650119269, -0.0179137681, 0.00108057493, -0.000791800558, -0.0131514305, 0.000853459, 0.000334685465, -0.0180131309, 0.0259905774, 0.00105395971, 0.00966662075, -1.97950139e-05, 0.0141805494, -0.0172324199, 0.00301460875, 0.016678825, 0.0125268623, 0.00316720223, 0.0249969456, -0.0234639123, -0.0191912949, 0.000745667669, -0.0167214088, 0.0294682886, -0.00588727044, -0.0222857483, 0.0218882952, 0.00412002439, -0.0117603457, -0.00373321772, -0.019702306, 0.0363101549, -0.0171756409, -0.00959564745, 0.00616051909, 0.0136979287, -0.015727777, 0.000914673845, -0.0101989238, 0.00904914923, -0.00190209574, -0.0102486052, 0.00508881593, 0.00766516197, 0.00787098613, -0.0139747262, 0.0145283211, -0.0115758143, -0.00915561, 0.0226832014, -0.0116183981, 0.0194326043, 0.012895925, 0.00887881219, 0.0120655326, -0.0128107565, -0.0114196716, 0.00531238317, 0.000376604323, -0.00173175882, 0.0131656257, -0.000365292886, -0.0137830963, 0.0354016908, -0.00819036737, 0.0267854817, 0.0198442526, -0.0105608897, 0.0203694589, 0.00457425648, -0.00523076346, 0.00644086534, -0.00464168144, 0.00462038908, 0.0241878442, -0.0072251251, -0.011164166, -0.00171401538, -0.0112351403, 0.0164659042, -0.00670701684, 0.00158093963, 0.00841748342, -0.00933304429, 0.00725351414, 0.026075745, 0.00243972172, -0.0215760116, 0.0131656257, 0.0233645495, 0.0113983797, -0.0282191522, -0.0133004757, 0.0174879245, -0.018808037, 0.00807680935, -0.00660410477, -0.00992212631, 0.00829682779, 0.00154279126, -0.00705478806, 0.0159548931, -0.00358239864, -0.0136482464, -0.00938272569, -0.0120513383, -0.0203268733, -0.019645527, -0.00450683152, -0.000245302916, -0.00750192255, -0.0288437214, -0.00585888093, -0.00916270725, 0.0108022, -0.00177079439, 0.0029507326, 0.00442521134, 0.00730319601, 0.00613922672, 0.00563176489, -0.00963113364, 0.00858782, 0.01331467, -0.00422293646, -0.0131940152, 0.0208378844, 0.00831812061, 0.00151972484, 0.0128249517, 0.00617116503, 0.0157703608, -0.00469136285, 0.0110648032, -0.00290282513, 0.00488654058, -0.0134779094, -0.00367998751, -0.00109920546, 0.00664668903, -0.0158555303, -0.0148760919, -0.0130591644, -0.0176440664, 0.000113668852, 0.00253908499, -0.00765806437, 0.00170514372, -0.00582339382, -0.0099150287, 0.00127397827, 0.00356288091, -0.00133075728, -0.0154154925, -0.0234781075, -0.00421229051, -0.014379276, -0.00777872, 0.0180841051, -0.00613212958, -0.00171135389, 0.00295605557, -0.00157118076, -0.0194042157, 0.0160116721, -0.00264377124, -0.00937562902, -0.00956725795, 0.0258202404, 0.00638763513, -0.0124133043, 0.00687380508, 0.000903140637, 0.00449263677, -0.00726061175, 0.00398872327, 0.0152451554, -0.0129314121, 0.00477653136, -0.0075161173, 0.0165226832, 0.00317784841, 0.0106815454, -0.00170957949, 0.00588727044, 0.017573094, 0.0010300061, -0.0383825898, 0.00376160722, 0.0161820091, -0.00478362897, 0.00759418821, 0.0301212482, 0.0284320731, 0.0201139525, -0.000766959798, -0.00480492087, 0.00844587293, 0.0180699099, -0.0197448898, -0.00158093963, -0.0279068667, 0.0266151465, -0.0217179582, -0.0012633322, 0.00966662075, 0.00551465806, 0.00202629971, -0.00879364368, 0.00849555433, -0.0168349668, 0.005763066, 0.0135488836, 0.00628472306, -0.0211501699, -0.0111570694, 0.00387871382, -0.0136695392, -0.00150907878, -0.0216185953, -0.00204226887, 0.0198868364, 0.000467095815, -0.00165280059, -0.0069838143, 0.0149896499, 0.00321688387, -0.00337657472, -0.00982986, 0.00542239239, -0.0110719008, -0.0160684511, -0.00797744654, 0.00596179254, 0.0124416938, 0.00643376773, -0.0057169334, -0.00570628745, 0.00677799061, 0.00416615745, 0.0012952704, 0.0149612604, 0.014492834, 0.00164304161, 0.0200003944, -0.0302915853, 0.00630956376, 0.00440746825, 0.0157135818, -0.00446069846, -0.0104189422, -0.0255221501, 0.0282759313, -0.000955483702, 0.00580565026, 0.0125410566, -0.0257350709, -0.0121790906, -0.0204688217, -0.024060091, 0.00665378664, 0.0104047479, -0.00809810124, 0.0198726412, -0.00742385117, -0.0159265026, 0.00850265194, 0.000432052533, 0.0193758253, 0.00850265194, -0.00500009861, -0.0214482583, 0.000180761199, 0.00743094878, 0.0057169334, 0.000921771221, -0.00418745, 0.0206959378, 0.00504268287, 0.0117390538, 0.0126546146, 0.00078026735, -0.00436488399, 0.00429745903, 0.00519527635, -0.00747353304, -0.00978017878, 0.00496106315, -0.0148193128, -0.0111499717, 0.00630246662, 0.0113274064, -0.0274810251, 0.00125889643, -0.00992922392, 0.0140456995, -0.00359127042, -0.00822585449, -0.00618536, 0.0165794622, 0.00180983, 0.00904205255, 0.0123352325, 0.00293476344, -0.0223567225, 0.0255647339, -0.000819302921, 0.0088362284, 0.0137050254, 0.0304335319, -0.0140811866, -0.000195399523, 0.0151315974, -0.00278394413, -0.0032417248, 0.0284178779, -0.00731739076, 0.00479427492, -0.000742562581, -0.00390710356, -0.00232261512, -0.0132436967, -0.00342093338, 0.0152167659, -0.0238755606, 0.0104686236, -0.00263667386, 0.00613567838, 0.00499300146, 0.00918399915, 0.000239314511, -0.0184389725, 0.0143295946, 0.00536561338, 0.0272255205, 0.00759418821, -0.00275910343, -0.0163381509, -0.00493977126, -0.0184957515, 0.0109583428, 0.00349368155, -0.0189641789, -0.024060091, 0.00486879749, -0.00888591, -0.0190635417, -0.00818327, 0.0206675474, -0.00598663324, 0.00872267, 0.00281410804, 0.00576661481, -0.0260047708, 0.0102486052, -0.000876525475, 0.0122216744, -0.00526625, -0.0061924574, 0.0171046667, -0.00557143707, 0.00839619152, -0.0132720862, 0.0320517309, 0.0210933909, 0.0189357884, 0.000347327645, -0.00315833068, -0.00536561338, 0.00190032145, -0.0156568028, -0.0104970131, -0.0054720738, -0.0145638073, -0.0160258655, 0.0107170315, 0.00637344038, 0.0114125749, -0.00517043564, 0.0132720862, 0.0178144034, 0.0130733596, 0.00620665215, -0.00393549306, 0.0237478074, -0.0181976631, 0.0105325, 0.0220870227, 0.00384677574, 0.00728900125, -0.0035078763, -0.00404195348, -0.00353626558, 0.00199436164, -0.018580921, 0.00339786685, 0.00301638315, 0.0012384915, -0.034635175, 0.00958855, 0.00474814186, 0.00634859921, 0.0072499658, -0.0166362412, -0.000156918468, 0.0171472505, -0.0084032882, 0.00198371545, -0.00457780482, -0.0186518934, 0.000329806, -0.0154154925, -0.00782130379, 0.000219353155, 0.00304122409, 0.0153445182, -0.000249960576, 0.0164942928, 0.0119022932, 0.0296102371, -0.00305187, 0.00937562902, -0.00938272569, 0.00195710035, -0.000372390234, 0.0164659042, -0.0334428176, 0.022995485, 0.00512075424, -0.00231906632, -0.00663959188, 0.00807680935, -0.0078000119, -0.00968791265, -0.000889833, -0.00328430906, -0.00610728888, 0.00419099815, 0.0232651867, -0.00253021321, -0.000983873266, -0.023832975, 0.0109867323, -0.00193225953, 0.0309729315, -0.00147625338, -1.78543269e-05, -0.0121577987, -0.00310510024, -0.0139463367, 0.0263596401, 0.0240742862, 0.0152167659, -0.00820456259, -0.0211643633, -0.0170336924, 0.00681347726, -0.0193616319, -0.00301815756, -0.0158413351, 0.0248266086, -0.00135825959, -0.0101137552, 0.00651183911, -0.012001656, 0.00660055596, -0.00219841092, 0.0148193128, -0.0109299533, -0.00676379586, 0.0176724568, 0.0156568028, -0.000714173075, -0.0159832817, -0.012761075, 0.0103976503, -0.00222147745, -0.0114835482, -0.0104118446, -0.0129101202, -0.0130804572, 0.0152309611, -0.0105112083, -0.00389290857, -0.0108376872, -0.00654732576, 0.00016623376, 0.00128994742, -0.0135630779, -0.00590146519, 0.000740344636, -0.00580210192, 0.0105041107, 0.0137405125, -0.0243297927, 0.00448553916, 0.0139321415, -0.00902785733, 0.0128249517, -0.0143295946, 0.00511720544, 0.00139552075, 0.00884332601, -0.00833941251, 0.0142018413, 0.0149896499, 0.0331589244, -0.0192906577, 0.00450328272, -0.00466297334, -0.0327898599, 0.00238649128, 0.00902076, 0.000891607371, 0.00954596512, -0.00136979285, -0.00964532886, -0.0075374092, -0.00506042643, 0.00564950844, 0.00818327, -0.0240458976, -0.0160258655, -0.0183112193, 0.00166965683, 0.00662184833, 0.0166078508, 0.0307174269, -0.00190919312, 0.00166255946, -0.00135737238, 0.0106105711, 0.0103266761, -0.00471975235, -0.00524850655, 0.0221296065, -0.00275200605, -0.00909173395, 0.00382193481, 0.02495436, -0.0283610988, 0.0256073195, -0.00918399915, 0.00134672632, -0.0116680795, 0.0157419723, 0.0137547068, -0.0168207716, 0.00175305095, 0.00298089627, -0.0164659042, 0.00425487477, 0.00267038634, -0.00487234583, 0.019531969, -0.0057346765, -0.0259763822, -0.00148335076, 0.0197306946, -0.014776729, -0.00023864914, 0.00731739076, -0.00421229051, -0.0240742862, 0.000310288247, 0.00829682779, -0.00429391, 0.0117248585, 0.000666265842, 0.0169627201, -0.00656152051, 0.00287798443, -0.0118171247, -0.00860201474, -0.00654377695, -0.037388958, 0.00407389179, -0.0072960984, 0.0124700833, 0.000734134461, -0.0105892792, -0.0170620829, 0.0245001279, -0.006533131, 0.0304619223, -0.0072960984, 0.00645151129, 0.0151457926, 0.0244859345, -0.0109583428, 0.00145584845, -0.0153729077, -0.00393549306, 0.00522011705, 0.00356110651, 0.0217605438, -0.0168491621, -0.000613922719, -0.00710801827, 0.0078000119, 0.011164166, -0.00812649075, -0.000929755741, 0.011944877, -0.00483685918, -0.00887171552, 0.00662184833, -0.00846006721, -0.0121648964, -0.00725706294, -0.00382193481, -0.0104118446, 0.00126510661, 0.00852394383, 0.00137689023, 0.00234923023, 0.00865169708, -0.00530883437, -0.000760306, 0.0212495327, -0.0190493464, -0.00271829357, 0.000624568725, -0.0102769947, -0.0120229488, 0.00846716482, 0.0178853776, -0.00880074129, -0.0210508052, 0.00422293646, -0.0122003825, 0.00682767201, -0.013541786, 0.00757999346, 0.0126546146, 0.00588017283, 0.00682412321, -0.00301815756, 0.00908463635, 0.0130733596, 0.0138611682, 0.00383258099, 0.0169627201, -0.0167498, -0.00205291482, 0.00699800905, -0.00448908797, -0.00224986696, 0.00866589136, -0.0035061019, 0.0130023854, -0.0173601732, 0.0232084077, 0.0114125749, -0.00742385117, -0.0010921082, -0.0112493346, -0.00349190715, -0.0134566175, 0.00801293273, -0.00814068597, -0.00591211114, 0.0161536187, 0.0147909233, 0.0170053039, 0.00328963203, -0.00807680935, 0.0107383244, -0.0314271636, 0.0209798329, -0.00481201848, -0.00585178332, -0.0181408841, -0.0150464289, -0.00455651293, 0.0188364256, 0.0113770878, 0.016508488, -0.0204972103, -0.015784556, 0.00410228129, 0.0298373532, -0.00960984174, -0.0135914674, 0.0154580763, -0.0181692727, -0.00948918704, 0.0041519627, 0.00627762591, -0.00507817, 0.00762967486, 0.00119590724, 0.0104757212, 0.00630601496, 0.0182118565, 0.0194042157, -0.000459998439, 0.0127184913, -0.00524850655, 0.0152451554, -0.00506397523, -0.00338012353, -0.0136411497, 0.00757999346, 0.0181550775, -0.0171756409, -0.018410584, -0.00112227199, 0.00506042643, 0.00381838623, -0.00166699535, -0.034408059, 0.00336947734, -0.0078284014, -0.00936853141, 0.00833941251, 0.00575242, -0.00870137848, 0.00421583885, 0.000482177711, -0.00454586698, -0.00948208943, -0.0401995145, 0.0101421447, -0.00740965642, -0.0131301386, 0.0044429549, -0.0114835482, -0.017402757, -0.00442876, -0.0142799132, 0.00532302912, -0.0149186766, 0.0037687046, 0.0112564322, -0.0122855511, -0.0143366922, 0.00730319601, -0.00663959188, -0.0201707315, -0.000421406468, -0.0176156778, 0.00460619433, 0.0105679873, -0.00331447273, 0.0199720059, 0.00626343116, 0.016451709, 0.00401711278, 0.0184531678, 0.00247698301, 0.027140351, -0.00292766606, -0.00682057487, 0.00146205863, -0.00803422555, 0.00058021018, -0.0148193128, 0.0324775763, 0.0104402341, -0.00965952314, 0.00745933829, 0.0041803522, 0.00207420695, 0.0018843523, -0.0236626379, 0.0121223116, 0.0104189422, -0.0127894646, 0.00987954251, 0.030944543, -0.00663249427, 0.013598565, 0.00763677247, -0.0189215951, -0.0110293161, 0.0225128643, -0.00203517149, 0.0197306946, -0.00102468312, 0.0166646298, -0.00654022861, 0.0132720862, 0.02411687, 0.0149612604, 0.00566725153, 0.00193048525, -0.0224418901, 0.00714350492, -0.0166362412, -0.00402775872, -0.0150606241, 0.0176014826, 0.00833941251, 0.0337834917, -0.0272397138, -0.0105892792, 0.00941821281, -0.00535496743, -0.00161110354, 0.0104757212, 0.0201991219, 0.0194042157, -0.00777162239, -0.00716124848, -0.0118951956, -0.0180273261, 0.00151262747, -0.00020903979, 0.0107099349, -0.00251601846, 0.0230948497, 0.0139392391, -0.00596179254, 0.0110577056, 0.0135630779, 0.0218315162, -0.00234390725, -0.0324207954, -0.00755870156, 0.00488654058, 0.0176440664, -0.0120655326, 0.00390710356, -0.0197874736, -0.00870137848, 0.00381838623, -0.00557498587, 0.0205114055, 0.0112564322, -0.000432717905, 0.0110789975, 0.00392129831, 0.00194645429, -0.00326834, -0.00578435836, -0.0111428741, -0.00497525791, -0.01471995, 0.0065579717, 0.00762967486, -0.00537625933, -0.0169343296, -0.036423713, 0.023222601, -0.0108660767, 0.0216469858, -0.00899946783, 0.0230380706, -0.000985647552, -0.0108022, 0.0207101312, 0.00705123926, -0.00796325132, -0.00484750513, -0.0144999316, 0.0017663585, -0.00683122082, 0.0145141259, 0.0269416254, -0.00235987618, 0.00209372491, -0.0378999673, -0.000890720228, 0.000768734142, 0.00785679091, 0.00423003361, 0.00419099815, 0.0209230538, 0.00261005852, 0.0155716343, -0.0355720297, 0.0217179582, 0.00549691496, 0.0141734518, 0.00438972469, 0.000664491497, 0.0168207716, -0.00138132612, -0.00106638018, -0.0131372362, 0.0200429782, -0.00225696433, 0.0109725371, 0.0227257852, 0.029269563, 0.0103266761, 0.0172608085, 0.0169769134, 0.0247414391, 0.00432229973, 0.00429391, 0.000381261954, -0.0241594557, -0.0254369825, 0.00422293646, -0.0153587135, -0.00909173395, -0.0147909233, -0.0102060214, 0.0195461623, -0.0142302308, 0.00255860272, -0.0191771, -0.00850975, -0.00148157647, -0.0149044814, 0.0189074, 0.0202700943, 0.0115900086, 0.00913431775, 0.0104899164, 0.0182544421, 0.00207775575, -0.00141060271, 0.00279813888, -0.0052094711, 0.0287727471, 0.0141237704, 0.0143012051, -0.0267996769, 0.00129172171, -0.0113912821, 0.0097234, -0.00971630216, -0.0164942928, -0.019531969, -0.0234781075, -0.00103799067, -0.0132295014, 0.0125694461, -0.0269274302, -0.00120477891, -0.0178285986, 0.0106602535, -0.0308025945, -0.0242872071, -0.00273426273, -0.00212743739, -0.0371050611, -0.00726770889, 0.0108234929, 0.00719318679, -0.0171472505, -0.0174311455, 0.0335279852, -0.0139676286, 0.000122096986, 0.00159690878, 0.00376515603, 0.00338189793, -0.012363622, -0.00209549908, 0.0107028373, -0.0131869176, -0.0190919302, 0.0165510718, -0.00319026876, 0.00325414515, 0.00170248211, 6.0993043e-05, -0.0118597085, -0.0088362284, 0.0112138484, -0.0072960984, -0.0106460582, 0.00818327, -0.00764386961, 0.0153303239, -0.00118614838, 0.00691284053, 0.011526132, -0.0104189422, -0.0254369825, -0.00306251599, -0.0331589244, -0.011944877, 0.00946789421, -0.0109938299, 0.0132862804, -0.000217135224, -0.00452102628, -0.0251530875, -0.000933304429, -0.0122784534, -0.00992212631, 0.0104970131, 0.0103763584, -0.00804132223, 0.00157029356, 0.000561579596, 0.0054720738, -0.00615342148, -0.00592985423, 0.0418177173, 0.00870137848, 0.00515624089, -0.00366224395, 0.001706918, -0.00349190715, 0.0057169334, -0.014322497, -0.013009483, -0.00446069846, 0.00290105096, 0.0206107683, -0.0247272439, -0.0013555981, -0.0214198697, 0.0207953, 0.00476588542, -0.0012384915, 0.00114533841, -0.00669991923, 0.00421938766, -0.00578435836, 0.0218031276, 0.0131301386, -0.00505687762, -0.0214624535, 0.0129739959, -0.0048617, 0.000489275088, 0.00690574292, 0.0151174031, 0.0101208529, 0.0118739037, -0.0211785585, -0.00606825342, 0.0060043768, -0.0205965731, 0.00105395971, 0.00665023783, -0.0103195794, 0.00453522103, -0.00671056518, -0.027083572, 0.014776729, -0.0226548128, 0.0075657987, 0.000893825316, 0.00803422555, 0.0223425273, -0.00405259943, -0.0289572794, 0.0198442526, 0.0202984847, -0.000300529355, 0.0393194407, -0.00460619433, 0.0222999435, 0.00614987314, -0.0274668299, -0.0240175072, 0.012363622, -0.00864459947, -0.00923368149, 0.00192693656, -0.00478362897, -0.0175021198, -0.00439682184, 0.026246082, 0.00193758262, 0.00687735341, -0.0102486052, 0.00312639237, -0.00957435463, -0.0215334278, -0.0138185835, -0.0403414629, -0.0139250439, 0.0180699099, 0.0240884814, -0.00580210192, 0.00397807732, -0.0165368766, -0.000811761944, 0.00397452852, -0.00261183293, -0.00133696746, 0.00297025032, -0.0255363453, 0.013712123, 0.00792066753, -0.0238187816, 0.00787098613, 0.00776452525, -0.00229245122, -0.00185418851, -0.0207101312, 0.00543303834, 0.000393904164, -0.00526270131, -0.0345500074, 0.015500661, -0.00331269857, 0.0104189422, 0.0102344109, 0.00279459031, 0.00305187, 0.00291524571, 0.00264199683, 0.00912012346, 0.0158555303, 0.0189925674, -0.00928336289, -0.0255931243, 0.0108092977, -0.00476233661, -0.00802712794, -0.00394968782, 0.0062421388, -0.00255682832, 0.00634859921, 0.0145354178, 0.0104260398, 0.0263312515, -0.00992922392, 0.0235490818, -0.0195603576, -0.0157135818, -0.00821875688, 0.00639473228, 0.0203978475, 0.0243865717, 0.0168917459, -0.00884332601, -0.014244426, -0.0144005679, -0.00274668308, -0.0254795663, 0.00308913132, 0.00711866422, 0.0215192325, 0.00309090549, 0.00325059635, -0.0136340521, -0.0241878442, -0.0349758491, 0.0217321534, 0.00841748342, 0.0230948497, 0.00520237396, 0.0010326677, -0.011582911, -0.00504623167, 0.0114125749, -0.00236519938, -0.00140527973, -0.0171046667, 0.0173601732, -0.016622046, 0.000321599684, 0.0104828188, 0.00907753874, -0.0100569762, 0.00480492087, 0.000373942807, 0.019588748, 0.000143721787, 0.008786547, 0.00641957298, -0.00629536901, 0.0146773653, 0.00505687762, -0.00690219458, 0.0231232382, -0.00693768123, 0.00102645741, 0.00956725795, -0.0349474624, 0.00687025627, 0.0129456073, -0.0114622563, -0.000522987626, -0.000492823776, -0.00529109081, 0.0173033942, 0.00841748342, 0.00936853141, 0.0342945, 0.00136890565, -0.0141166728, 0.00712931, 6.74250332e-05, 0.00857362524, -0.014663171, -0.00394613901, -0.00992212631, 0.0355720297, -0.003532717, -0.0289998632, -0.0114835482, -0.00555724232, -0.0217889324, 0.0246846601, -0.000487944344, 0.0036232085, -0.0116538852, 0.00773613574, -0.00684896437, 0.0141947446, 0.00506752357, -0.016735604, 0.0159690883, -0.00677799061, -0.0129739959, 0.000803777424, -0.00960984174, 0.0252808388, 0.00271829357, 0.00387161644, 0.00885042269, -0.00834651, -0.00580210192, 0.0112919193, 0.00825424399, -0.00675669825, 0.0109086614, 0.0105892792, -0.0222431645, -0.00408808654, -0.0187938418, 0.00110364135, 0.00806261506, 0.0207953, 0.00267038634, 0.0136056626, -0.00922658388, 0.00403485587, -0.0213347, 0.012839146, 0.00577726075, 0.0122571616, 0.000526092714, 0.0087652551, -0.00375096127, 0.0336983241, 0.00383258099, 0.0153161287, -0.00159069849, -0.0101634366, -0.0120868245, 0.00553595042, -0.00383258099, -0.00458135363, 0.0221721902, -0.00896398071, -0.0123707196, 0.0178285986, -0.000441589626, 0.0139818229]
|
20 Nov, 2020
|
HTML5 MathML frame Attribute
20 Nov, 2020
This attribute holds the border value for the entire table. Possible values are none, solid and dashed. This attribute is accepted by <mtable> tag only.
Syntax:
<element frame="none|solid|dashed">
Attribute Values:
none: This attribute sets the column lines of the table none.
solid: This attribute sets the column lines of the table solid.
dashed: This attribute sets the column lines of the table dashed.
Below example illustrate the frame attribute in HTML5:
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML frame attribute</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML frame attribute</h3>
<math>
<mi>GeeksforGeeks</mi>
<mo>=</mo>
<mtable frame="solid" rowlines="dashed"
align="axis 1">
<mtr mathbackground="green;">
<mtd>Course</mtd>
<mtd>Fee</mtd>
</mtr>
<mtr>
<mtd>
<mi>C++ STL</mi>
</mtd>
<mtd>
<mi> 1499</mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>Placement 100 </mi>
</mtd>
<mtd>
<mi>9999 </mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>DSA Foundation </mi>
</mtd>
<mtd>
<mi>7999</mi>
</mtd>
</mtr>
</mtable>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by frame attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute
|
https://www.geeksforgeeks.org/html5-mathml-frame-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML frame Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0321936198, -0.0130703738, -0.0217078645, 0.0337841548, 0.0741660818, 0.00915294327, -0.00271716504, 0.0330183394, -0.0211629588, -0.0253012981, 0.00804840494, 0.0163324438, 0.0105225714, -0.0321641639, -0.00554110203, 0.00229007658, 0.0032878432, -0.00563682849, -0.0205149632, -0.000477252732, 0.00981566589, 0.00261223386, -0.0407353826, 0.00420461036, -0.0488647893, -0.00348666, 0.00140920712, 0.00451019919, 0.0115313828, 0.0267887432, 0.00153254729, -0.00280000526, 0.0103752995, -0.00287916395, -0.0327827074, -0.0171277113, 0.00321973, 0.0390270315, -0.0196607877, -0.000492440129, 0.0118038356, -0.011214749, -0.000718870549, 0.0386735797, -0.00105023209, 3.36826743e-05, -0.0444760881, -0.0200436935, -0.00977884792, -0.0374070406, -0.0173044372, -0.00168350094, 0.00315345777, 0.00520605873, 0.0433273688, 0.00230848556, 0.0160820819, 0.0408237465, -0.0230333116, -0.00711322855, -0.00400579348, -0.00740040839, -0.000124835875, -0.0176284369, -0.0370535888, 0.00964630395, 0.00024437916, 0.0278049186, -0.02883582, 0.00775386114, -0.0304558109, 0.0230480395, 0.015875902, 0.0171424393, 0.00296384515, 0.0044991537, 0.0211776868, 0.0124812862, -0.0109202052, 0.0276723728, 0.0166269876, -0.000267390395, -0.0505142324, 0.0119142896, 0.00798213203, 0.00936648715, 0.0124150142, -0.0385263078, -0.00530914869, -0.0190127902, -0.0254338421, 0.00819567684, 0.0109938411, -0.00946221408, -0.0177462529, 0.0235045813, -0.028614914, 0.014462092, -0.0249478444, -0.00923394226, -0.0054232846, 0.0420313738, -0.00260302937, 0.0203971453, 0.0498956889, -0.0185120665, 0.0331950672, 0.0207947791, 0.0205296911, 0.0211776868, -0.00113399292, -0.0213249587, -0.0469208, -0.0216489565, -0.00600868976, 0.0228860397, -0.0144841829, -0.0645050555, 0.0552269295, 0.0151837235, -0.0381728522, -0.00452124467, 0.00573623693, 0.0242998488, -0.0106477523, 0.0209273249, -0.0232689455, -0.0149259986, 0.00834294781, -0.0273189209, -0.0182027966, 0.00632900605, 0.00182617048, -0.0607938059, 0.00429297332, 0.0172602572, -0.0141970031, -0.00534596667, -0.00210782792, -0.000821500609, -0.0157728121, -0.0169804394, 0.00502933236, 0.00109073182, -0.0158906281, 0.000632808544, 0.00935912412, 0.0331067033, -0.0184237044, 0.0481578819, -0.0259051118, -0.0150806336, 0.0164060798, 0.00304116285, 0.030279085, -0.0270980131, -0.0277901907, 0.0378194, -0.00594609929, -0.0340787, 0.0160526279, -0.00349954655, 0.022400042, 0.0326648876, -0.00618541613, 0.0141896391, 0.0349328741, 0.0145210009, -0.0315456241, 0.0356692336, 0.00692913868, 0.0228860397, -0.00591664528, -0.046361167, -0.0212807767, 0.0227682218, -0.00316450302, -0.0267887432, -0.000542604597, -0.0388208516, -0.0396455713, -0.0142927291, 0.0269949231, 0.0289830919, -0.0192631539, 0.0135121886, 0.0310448986, 0.0205002371, -0.00132820767, 0.00300250412, -0.0463906229, 0.00497042388, 0.0162293538, 0.0303379931, 0.0508087762, -0.0298961774, -0.0592621788, -0.0126506491, 0.0103163905, 0.015949538, 0.00705800159, -0.0122382874, 0.0169951674, -0.014359002, -0.0105814794, -0.00643577799, -0.00861540064, -0.0217373203, 0.0435924567, -0.00963894, -0.0302201752, 0.00359343225, -0.0183500685, 0.0102722086, -0.0400579348, 0.00948430505, -0.012724285, -0.0283350963, 0.00745563535, -0.0457426235, 0.064269416, -0.0101617547, -0.0356103256, 0.017584255, -0.0611472577, -0.0193956979, -0.00392479403, -0.020735871, -0.0645639598, 0.000214119413, -0.0316928923, 0.0242409408, 0.00174609141, 0.00956530403, -0.00657568639, 0.0287327301, 0.0181438867, -0.0200436935, 0.0549912937, 0.00518764975, -0.00432610931, -0.0068444577, -0.0160968099, -0.0314572603, 0.0183206126, -0.00428561, -0.0114135658, -0.0408237465, 0.0120910155, -0.0120394705, 0.0346383303, -0.0473626144, -0.0147566358, -0.0123634683, -0.00375174941, 0.0496011451, -0.000867983268, -0.0189244282, 0.00487101544, -0.0187035203, 0.0378194, -0.0183500685, 0.0206180532, 0.000239546804, -0.0105962073, 0.0282172784, 0.0297341794, -0.0349917822, -0.00910876133, -0.0170835294, -0.000901119376, -0.0536953025, 0.0339019708, -0.0370830409, -0.0151837235, 0.0328416154, -0.0102427546, -0.0331361592, 0.0015491154, 0.00290861819, -0.0173780732, -0.0244618487, 0.0149186347, 0.0375543125, 0.00868903659, -0.0340197906, 0.0135269156, -0.0168331675, 0.0043040188, -0.0220613182, -0.0199111495, -0.0203824192, 0.0165386237, 0.0205738731, 0.028776912, 0.0185415205, -0.0168037135, -0.0170246214, -0.0164797157, -0.030279085, -0.0163618978, -0.00690336619, -0.00322341174, -0.0663312227, -0.0134164626, 0.00933703315, 0.0253602061, 0.0073746359, 0.0310448986, -0.0521636754, 0.00602341723, -0.0184678845, -0.0327532515, 0.0135490065, -0.0027981645, -0.0176873449, 0.00868903659, -0.0215311386, -0.0168920774, -0.0273041949, 0.00625537, 0.00421197386, -0.0176284369, 0.0380550362, 0.0132544627, -0.025684204, -0.029204, -0.0362583213, -0.00151966105, 0.00393583905, -0.084710747, -0.0219140463, 0.0295721795, -0.00874794554, -0.0240642149, -0.0483640619, 0.0315456241, -0.000585865695, -0.0133207357, -0.00711322855, -0.0522225834, -0.00932230614, 0.0221349541, -0.00911612529, 0.0109643862, -0.0180407967, 0.0301318131, -0.00118829939, 0.00497042388, -0.0122161973, 0.0010410276, 0.0228565857, 0.0188655201, -0.00497042388, 0.0346677862, -0.0185857024, -0.0180555247, -0.0399401151, -0.0490709692, -0.00381433987, -0.0182322506, -0.0155224493, 0.0243587587, -0.0256694779, -0.00524287671, -0.0494538732, -0.0457426235, -0.00724577298, -0.000377614138, 0.00284418697, -0.0403230228, 0.00587982731, -0.00324734347, 0.017510619, -0.00301723136, 0.0185857024, 0.0177757069, -0.00999975577, -0.0352274179, 0.00460224412, -0.0293954536, 0.0413244702, 0.00665300433, -0.0178346168, 0.023916943, 0.0213396866, 0.0345499665, 0.0110527491, -0.0125254681, 0.00131440093, 0.000137376992, 0.0352274179, -0.0214133207, -0.0260376558, 0.0426793732, -0.0189244282, 0.017613709, -0.0232689455, 0.0364350453, -0.0284823682, 0.0485702455, -0.0247269366, 0.00321604824, 0.0237696711, 0.0497778729, 0.0109202052, -0.0105741164, -0.00108889095, 0.0156108122, -0.0260671116, -0.0259492937, 0.00560369249, 0.0344616026, 0.00913821626, 0.00693282066, 0.015949538, 0.00861540064, 0.0182617046, -0.0120247435, 0.00809995, 0.0688053891, -0.00670823129, -0.0168331675, 0.0117302, 0.0204118732, 0.0186740663, -0.0883630887, 0.000291322067, -0.00999239273, -0.0130335558, -0.0313099883, -0.00351059181, 0.0153899044, 0.0012481286, 0.0115387468, 0.00367995445, 0.022355862, -0.0015316268, -0.0164797157, 0.0173780732, -0.0253749341, -0.0158022661, -0.000344477972, 0.0128641929, -0.0232689455, 0.0209715068, 0.00396897551, -0.00879949052, 0.00231216755, 0.0353746898, -0.0037535904, -0.0218993183, -0.0271274671, -0.0101028467, 0.0278638266, -0.00220723636, 0.0234014913, -0.0203824192, 0.0214722306, 0.00229928107, -0.0229891296, 0.0179524347, 0.0304263569, 0.0132250087, 0.0590265431, -0.0137478234, -0.0577894598, 0.0126211941, 0.0022458951, -0.0194251519, -0.017554801, -0.0354925059, 0.0160968099, 0.0014377411, 0.0190569721, 0.0370241329, -0.00334491115, 0.00157120614, 0.0394983, -0.00139724137, 0.0153162684, 0.0157139022, 0.0479811579, -0.0120247435, 0.00862276461, -0.0149480887, -0.00889521744, -0.0108392052, 0.003184753, 0.000304898684, -0.0054232846, 0.0185562484, -0.0170246214, -0.0448000841, -0.00281657348, 0.00177922763, -0.00638423301, 0.000359895494, -0.0174664371, 0.017569527, 0.0154340863, 0.0260671116, -0.0043040188, 0.019145336, 0.0142411841, 0.0455953516, -0.0385557599, 0.0399401151, -0.0572592802, 0.0103384815, 0.00553742, -0.0125549221, 0.0358165056, -6.65527659e-06, -0.0158317201, -0.00611546217, 0.00200657849, 0.0245354846, -0.00194582879, -0.00770967919, -0.00885839947, -0.00585773634, -0.00983775686, 0.0167595316, 0.0193809699, 0.00149020669, 0.0225473139, -0.0257872939, -0.0210893229, -0.0472448, 0.000948982721, -0.00499619637, 0.0301907212, 0.0197049677, -0.0250803903, -0.0115092918, -0.020868415, 0.0107361153, 0.0226356778, 0.0316928923, -0.0213396866, 0.00499987788, -0.00729363644, -0.032016892, -0.0198375136, -0.00387693057, -0.0030374811, -0.000185815603, -0.0379077643, 0.00407574745, 0.023916943, 0.014425274, -0.00383643061, -0.0011183453, 0.00570678292, -0.0117302, -0.00342775136, -0.0265383814, 0.00137975276, -0.00354925077, 0.00307061733, -0.0252718423, 0.0289389119, 0.0329594314, -0.043209549, -0.0173044372, -0.0218845922, -0.00358606875, -0.00854176469, 0.0188949741, 0.00546378409, -0.0267445613, 0.0491004214, -0.00257173413, -0.000929653295, 0.00607864419, 0.0114503838, 0.00775386114, 0.0167153515, 0.00697700214, -0.0203382373, -0.0205149632, 0.0295132715, 0.017481165, -0.0133207357, 0.0015573994, -0.00851231068, -0.0305441748, -0.074990809, 0.0101175737, -0.000440894975, 0.059350539, 0.00839449372, -0.0197786037, -0.00405733846, 0.0316339843, -0.0208536889, 0.00117081089, 0.0318401642, -0.0163324438, -0.0108981142, 0.0153751774, 0.0124812862, 0.00768758869, 0.0163029898, -0.00636582403, 0.0109791141, -0.0202793293, -0.0173191652, -0.0200731475, -0.0173633471, -0.0324587077, 0.0197049677, -0.0084313117, -0.00982303, -0.0131513728, 0.0288652759, 0.0162440818, 0.00257909764, -0.00764340721, 0.0358754136, -0.0160231739, 0.0230333116, 0.0183942486, 0.0284087323, -0.0427382812, -0.0260229297, -0.01125893, -0.00132452592, -0.0295869075, -0.00608600769, -0.00938121416, -0.00303379935, 0.00708745606, 0.0291892737, 0.00334307016, -0.0260229297, 0.00608968968, 0.00691809319, -0.006387915, 0.0116786547, 0.00144234335, 0.023946397, 0.0313688964, 0.00403892947, 0.0339903347, -0.0118480176, 0.0553152934, 0.0367295891, 0.0226356778, 0.00167337595, 0.0174075291, 0.00413833791, -0.00879949052, 0.016008446, -0.000995005132, -0.0225031339, 0.0243734848, -0.00413465593, -0.0125107402, -0.0369946808, -0.0133943716, 0.0321936198, 0.00602709875, -0.00398370251, 4.54471592e-05, 0.0161704458, 0.0148891807, -0.0389092118, 0.00618909812, -0.00195687427, -0.0256989319, 0.000198011548, -0.00769495219, 0.0340787, -0.0249920264, 0.000377384, 0.0515745878, -0.00510296831, 0.0202940553, -0.00185838621, -0.000360815931, 0.025640022, 0.0225914959, -0.0121867424, -0.00337436539, -0.0410004742, 0.0221644081, 0.00787904207, -0.0282025523, 0.0618541613, -5.94264784e-05, 0.012812648, 0.0372303128, 0.00855649263, -0.0367295891, 0.00568469195, 0.0073819994, 0.00384379434, -0.0295132715, 0.00349218282, 0.00997766573, -0.0162146259, 0.00197528326, 0.00558896549, 0.035080146, -0.000304898684, -0.0283940062, -0.0277165547, -0.0208831429, -0.00636582403, 0.0201615114, 0.0170393493, 0.0251540262, -0.020721145, -0.00611914368, -0.00180500012, 0.00454333564, -0.0348445103, 0.00349954655, -0.000802631374, -0.0186004303, -0.00249625719, -0.0154635403, 0.0168331675, 0.0137110054, 0.00364681822, 0.0087405825, 0.0116933817, 0.00345904659, -0.0299403593, -0.00219803187, -0.0177904349, -0.00178475026, -0.0344321504, 0.015875902, 0.0265089255, -0.00121959473, 0.00411624694, -0.00771704316, -0.00930021517, 0.0498956889, -0.00739304489, -0.00926339719, 0.0105446614, 0.00571414642, 0.0279816445, -0.020721145, -0.0200878754, 0.00323813898, -0.00963157695, -0.0216784105, 0.0489236973, -0.0341376066, 0.0228713118, -0.0178935248, 0.009557941, 0.00150677469, 0.0128494659, 0.00607128069, -0.040087387, 0.0269065611, -0.00318291201, -0.0185857024, 0.0217520464, 0.0105814794, -0.0132765537, -0.0211040508, 0.00899094436, 0.00626273407, -0.00459119864, 0.0134090986, 0.0324292518, 0.00426720083, 0.0168331675, 0.0067450488, -0.0233573094, 0.0245502107, 0.0164797157, 0.0115902917, -0.0110748401, 0.033548519, -0.033607427, -0.0102574816, -0.0291745458, -0.024078941, 0.0158906281, -0.0193809699, -0.00694754766, 0.0471858904, 0.0496011451, 0.017643163, 0.00506615033, -0.0130188279, 0.0174664371, -0.0229596756, -0.0043040188, 0.00974203087, -0.0197344236, -0.0210893229, 0.00183445448, -0.00825458486, 0.017554801, -0.0117375636, 0.0297489055, -0.00257173413, -0.00267114257, -0.0188507922, -0.0334601551, -0.00103366398, -0.0244913027, -0.00900567137, -0.00807049498, -0.00876267254, 0.0313983522, 0.0292629097, 0.0394983, -0.0334601551, -0.00921185222, 0.0295721795, -0.0109791141, -0.00808522291, -0.0118112, -0.00651677791, -0.0346088745, 0.00132820767, 0.020735871, 0.00392847555, 0.0338430628, -0.00555214752, -0.0129525559, -0.0256547499, -0.0179082528, 0.0242409408, -0.0211335048, 0.00300802686, -0.0170688033, 0.0483346097, -0.0135269156, 0.0217962284, -0.0206622351, 0.0170246214, -0.0258167479, 0.000356213684, -0.00837976579, 0.0330772474, 0.0156402662, -0.00439974526, 0.0326943435, 0.00462801661, 0.0332834311, 0.0422670096, 0.00692177517, 0.025640022, 0.00135029841, 0.00847549271, -0.030279085, 0.00518764975, 0.00461697113, -0.0260082018, -0.0164502617, 0.038614668, 0.0195282418, 0.000122649813, 0.0275103748, -0.00207285071, 0.0118480176, -0.00393583905, -0.0113767479, -0.00826931186, 0.000523275172, -0.0054232846, 0.0179671608, 0.00897621736, 0.00286259595, 0.00545273907, -0.0158317201, 0.0330183394, 0.0279816445, 0.00513242278, 0.0051287408, 0.0100954827, 0.00159421738, -0.0281289164, 0.0244323947, 0.0174222551, -0.0424142815, 0.00297857239, -0.00590928132, -0.0521342233, 0.00242446223, -0.0179966148, 0.0377310403, -0.0306914449, -0.00263800635, 0.0182617046, -0.0125181042, 0.000375773234, -0.0225620419, 0.0118259266, 0.0131292818, -0.0364055932, 0.0262880195, -0.00381065812, 0.00745195383, -0.0146461818, -0.0120983794, 0.0149996346, -0.00333570666, -0.00240237149, 0.00386588508, 0.00423038285, -0.0141749121, 0.0065904134, 0.0304263569, -0.025507478, 0.0249183904, 0.00453229, 0.00210230518, 0.0157875381, -0.0061007347, -0.0140276402, -0.0285854582, 0.0328121595, -0.0183942486, 0.0203529652, -0.0247416645, -0.00464274408, -0.0198669676, 0.0182469785, -0.0057583279, 0.01287892, 0.00297673163, -0.00460224412, -0.0262291096, -0.0177609809, -0.0291892737, 0.0212955046, -0.0663312227, -0.0230922196, 0.0248447545, 0.0239316691, 0.0102722086, -0.0139171863, -0.00681500323, -0.0260523837, -0.0161704458, 0.0108539322, -0.00596819026, 0.0166417155, 0.0281730983, 0.00156936527, -0.0124739222, 0.00129046931, 0.00788640603, -0.0230774935, -0.0115019288, -0.00282025523, 0.0206180532, -0.00105851621, 0.0315161683, -0.0262585636, -0.00821040384, 0.0128347389, -0.0121204704, 0.0130041009, -0.00180500012, -0.00173412554, -0.00313688954, -0.0112810209, 0.0203824192, -0.016111536, -0.00490783295, 0.0131145548, -0.00980830286, 0.022355862, 0.00620382512, 0.00441447273, 0.0269360151, 0.00637686951, 0.0180260707, -0.00745563535, -0.0129304649, 0.0177609809, 0.0284529142, 0.0356397778, 0.0576127321, 0.0102501186, -0.00568837393, 0.0194251519, 0.0170982573, 0.00021158818, -0.0249036644, -0.0157875381, 0.00274846028, -0.0137920054, 0.0145062739, -0.0294396356, -0.00843867473, -0.020780053, -0.0244323947, -0.0202940553, 0.0205591451, 0.0471858904, -0.0232542194, -0.00667141331, -0.0105225714, 0.0251098443, -0.00167337595, 0.0225767698, -0.0317223482, 0.015905356, 0.0252276622, -0.00439606374, 0.022473678, -0.00316266227, -0.0105152074, 0.0168626234, 0.00264905184, 0.0364055932, 0.0163766257, -0.00205260096, -0.00588350883, -0.0289241839, 0.0130851008, -0.00863012858, -0.00911612529, -0.0141012762, 0.00736359041, 0.00378120388, 0.030308539, -0.00993348379, 0.00273925578, 0.0167006236, 0.00670086732, 0.00934439618, -0.0248742085, -0.0199111495, -0.0148155447, -0.0164502617, -0.00637686951, 0.0215753205, -0.00860803761, 0.028614914, -0.0120689254, 0.00627377909, -0.0162882619, -0.00788640603, -0.0125917401, -0.00296568614, 0.000517752487, 0.00463538, -0.00707272859, -0.017613709, 0.0189833362, 0.015905356, 0.00374070415, -0.0181144327, 0.00693282066, 0.0153457224, -0.025522206, 0.00861540064, -0.00329152495, -0.011119022, -0.0313394405, -0.0091455793, -0.00536069414, 0.00428929133, 0.0017129553, -0.000492440129, -0.0089983074, -0.00165128522, -0.0262143835, -0.0158611741, 0.000257265434, -0.000716109178, -0.0225473139, -0.00647259597, -0.0134238256, -0.0254191142, -0.0041641104, -0.0110527491, -0.0118921986, -0.00208941894, 0.0159642641, -0.00935176, -0.0196755137, -0.00073267729, -0.0224589519, -0.0363172293, -0.0181291606, 0.00699909311, 0.0164060798, 0.00419356488, 0.00902039837, 0.00138711638, 0.0226504039, 0.0682752132, 0.00211335043, -0.0322230719, -0.00670823129, 0.00765077071, 0.00374254491, -0.0276134647, 0.0133870076, 0.029366, -0.00544905709, 0.00862276461, 0.0461255312, -0.0101323007, 0.0614418, -0.0204266012, -0.0160231739, 0.01287892, -0.000961869, 0.0036044775, 0.00136962789, -0.0135269156, 0.0157580841, -0.000917687488, 0.00304484484, 0.0185415205, -0.0120910155, -0.00354556879, 0.0154782673, -0.0298814513, -0.00481578847, 0.00411624694, -0.0198816955, 0.0174958911, 0.00819567684, -0.0111263851, 0.0608527139, -0.0222527701, -0.00617068913, -0.0117375636, -9.41158942e-05, -0.0170393493, -0.0337547, -0.00135398027, -0.0245796647, 0.0179524347, 0.0199995115, 0.0116565637, 0.00707641058, 0.0126801031, 0.0109717501, -0.00266193808, 0.0157875381, 0.0154193584, 0.0104342075, 0.00273373304, -0.00373334042, -0.00793795101, -0.0185857024, 0.0309565347, -0.0440931804, 0.0118406536, -0.00848285668, 0.00770967919, 0.00513242278, 0.0178198889, 0.00960948598, 0.0109128412, 0.0230333116, 0.00435556378, 0.0315750763, 0.00779804261, 0.0251982063, 0.02241477, -0.0165533517, -0.0172455292, 0.00299514038, -0.00615964364, 0.0234162174, 0.0232542194, -0.00053800235, 0.01441791, 0.0193220619, -0.0180997066, 0.0429150052, -0.000916306803, 0.0206180532, -0.00607864419, -0.0289978199, -0.00167245558, 0.0195576958, 0.0137478234, -0.00396897551, -0.0213691406, 0.0111116581, 0.00906458, -0.0260229297, -0.027142195, 0.0110822041, 0.000841750472, -0.0166122597, 0.00793058705, 0.0231805835, 0.0258167479, 0.00364865921, -0.011163203, -0.01593481, 0.0027116423, -0.0143148201, 0.00045861362, -0.00268955156, -0.0149259986, 0.00668245833, -0.0124591952, 0.0249331184, 0.0198375136, -0.0190864261, 0.00330809318, 0.0100365737, 0.0134311896, -0.00361000025, 0.0081514949, 0.0253012981, 0.00142761611, 0.0124812862, 0.00487101544, -0.00229191757, -0.0117302, -0.0290125478, -0.00553742, -0.011214749, -0.0220024083, 0.00512505928, 0.0188360643, -0.012790557, 0.00287180045, 0.00768022519, 0.00359159126, -0.025507478, -0.0246680286, 0.00706536509, 0.0306619909, -0.000589547504, 0.012797921, -0.0195576958, 0.00489310594, 0.0153751774, 0.011177931, 0.017481165, 0.0165533517, -0.0152279055, -0.0346088745, -0.0324292518, 0.023975851, 0.00370020419, 0.012753739, -0.00821776688, 0.0261702016, -0.011133749, 0.0151689965, 0.0183500685, 0.0296899974, 0.00837240275, 0.0398223, -0.0184826124, -0.0129746469, 0.0161557179, 0.0283350963, -0.029366, 0.0130261919, -0.0245060287, 0.00932966918, 0.00773177, 0.00310191256, 0.00458751712, -0.025684204, 0.0187035203, 0.0193220619, -0.0135931885, 0.00627746107, -0.00783486, 0.0109054781, 0.0131219188, -0.0246974826, 0.0186151564, -0.0194104258, -0.0261260197, 0.0114135658, 0.00996293779, -0.00666404935, -0.0126653761, -0.014359002, 0.00232873554, 0.0261554737, 0.0186740663, -0.0284823682, -0.000534780789, 0.00985984784, -0.012790557, -0.0140129132, -0.00115516328, 0.0087405825, 0.0430622771, 0.014270639, 0.0151395425, 0.0149480887, -0.000134960806, 0.00652782293, 0.000636950601, -0.00224405434, -0.0054159211, 0.0109496592, 0.00636950601, 0.0203529652, 0.00796740502, -0.0349328741, 0.00464274408, 0.0553742, 0.0120689254, 0.00849758368, 0.014373729, -0.0189244282, 0.00437765475, 0.0169362593, 0.0172308013, -0.0338430628, -0.00109073182, -0.0114062019, 0.00975675788, 0.00661618635, -0.000354372809, 0.0376132205, 0.0425321, 0.00384747609, 0.0211187787, 0.00171111443, -0.00984512083, 0.0268771052, -0.00662355, 0.00504405936, 0.0117081087, -0.0145357279, -0.00395424804, -0.00907930732, -0.0022293271, -0.0244765747, -0.000306969683, -0.0129451919, -0.00977148488, -0.00745195383, 0.024005305, 0.0159642641, 0.00999975577, 0.00248337095, -0.019204244, -0.0134459166, 0.00960948598, -0.00907194335, -0.00881421845, 0.000698160438, -0.0108760232, -0.00446969969, 0.0070395926, -0.0106182974, -0.0211482327, 0.00326391147, 0.0280258264, -0.00802631397, -0.0247858465, 0.00740777235, -0.0154340863, -0.00366522721, -0.0116271097, 0.0156402662, 0.0391448475, -0.00236187177, 0.0313394405, 0.0236371253, 0.00650205044, 8.45662362e-05, -0.00978621189, -0.0248447545, -0.0105078435, 0.000485536759, -0.00393952103, 0.00465747109, -0.00273557403, -0.00730836391, 0.0133870076, -0.0108981142, -0.00105023209, 0.00896885339, -0.0103016635, 0.0293954536, -0.00216489565, 0.0120173795, 0.0308092628, 0.00835031178, -0.0130556459, -0.0171571653, -0.00337988813, 0.0196902417, -0.0268181972, 0.0225178599, -0.00430770032, -0.0215458665, -0.0215164125, -0.0191306081, 0.0136962784, 0.0152573595, -0.0481284298, -0.00576937338, -0.027215831, -0.0126653761, 0.0100954827, -0.00719791, -0.0254043881, -0.00507719582, -0.00631059706, -0.00289020943, 0.00774649717, -0.00466851657, -0.0274220109, -0.0131661, -0.024078941, 0.0108023873, -0.000889613817, 0.0108907502, -0.00911612529, 0.0187477022, -0.00244287122, 0.0194987878, 0.0145283639, -0.0388208516, 0.0259345658, -0.00182801136, 0.00768758869, -0.0138288233, -0.0209715068, 0.0306030829, -0.00404997496, -0.0359932296, 0.0183647946, -0.019145336, 0.014410547, 0.00861540064, 0.00142025249, 0.00786431506, 0.0113841109, -0.0212807767, -0.0103237545, 0.0115387468, -0.0215753205, 0.000905261433, -0.00289757294, -0.0270096511, -0.00347745558, 0.000995925628, -0.0182322506, 0.0119290166, -0.0106772063, 0.00518764975, 0.00873321854, -0.00128862832, 0.0152868144, -0.00339093339, -0.0307503548, 0.0208242349, 0.0126211941, 0.0105299344, 0.0292334557, 0.0127463751, 0.0161851719, 0.0147492718, 0.0281730983, -0.0135710975, 0.00253307517, 0.0129820099, 0.00121683336, -0.014388456, -0.0270685591, -0.01439582, -0.019233698, 0.0197638776, -0.0208536889, -0.0344026946, -0.011133749, 0.0012739012, 0.0173928011, -0.00245943922, 0.0238874871, 0.00604550773, 0.015949538, -0.0105078435, 0.0314572603, 0.0031074353, -0.00949903205, 0.0157728121, 0.0135858245, -0.0133796446, 0.0130630098, 0.0279374626, 0.0372597687, -0.0129010109, 0.0115534738, 0.0363466851, -0.0310448986, 0.01287892, -0.0138361864, 0.00400579348, -0.0123855593, -0.0196755137, 0.0275545567, -0.0222380441, -0.0135121886, -0.00663827686, 0.00708377408, -0.00470165256, 0.0427971892, 0.0231069475, 0.00896885339, 0.00555214752, 0.0123340143, -0.0235782173, -0.017540073, -0.00993348379, -0.0290861838, 0.0227534957, -0.0138730044, 0.0131587368, -0.00192373805, -0.033666335, -0.00868903659, -0.017584255, -0.00539751211, -0.0122456513, -0.01115584, 0.00506615033, 0.0180113427, -0.00279264175, 0.00302275387, -0.00531651266, -0.0199553315, -0.0168773495, -0.00622959761, -0.00991139282, 0.00115148153, -0.00357134151, 0.0228565857, 0.00912348926, 0.0118480176, -0.000181903699, -0.0027116423, -0.00592400879, 0.0056184195, -0.028614914, -0.0101249367, -0.0141307302, -0.0347266942, -0.0382023081, 0.0184237044, 0.00759922573, -0.0108171143, -0.00483051548, 0.00720527349, 0.0046464256, -0.00113675429, 0.00603078073, -0.00842394773, -0.0120836524, 0.0125917401, 0.000148307314, -0.027245285, 0.00358790951, -0.00324366172, 0.00440342724, -0.00515451329, -0.0126506491, 0.00824722182, 0.0174369831, -0.0094253961, 0.00331177493, -3.40566075e-05, 0.00152150192, 0.0203971453, -0.00656464091, 0.0579367317, 0.00830613, 0.0202793293, -0.00852703769, 0.00358606875, 0.014336911, 0.0241967589, 0.00207837345, -0.00691809319, -0.00700645661, -0.0183353405, 0.00274109654, 0.00379593088, -0.0226209499, -0.00337804714, 0.0279374626, 0.0170540754, -0.0218993183, -0.014403183, 0.0109643862, 0.0212807767, -0.0253012981, -0.000194444816, -0.00269139232, 0.00272636954, -0.0187182482, -0.00644682348, -0.0147492718, 0.0188507922, 0.0181291606, 0.00722000049, 0.0105152074, -0.0153604504, -0.0131292818, -0.0218845922, -0.00331545668, 0.0103090266, 0.0267445613, -0.0184089765, 0.000561473775, 0.0292776357, 0.00968312193, 0.0094106691, 0.0145872729, -0.0028662777, 0.00115608377, 0.00413465593, 0.00380697637, -0.0233425815, 0.00426351884, 0.00767286122, 0.0118774716, -0.0172013473, 0.0123045603, 0.000685274135, -0.00961684901, 0.025640022, 0.0150806336, 0.0167006236, -0.000684813946, -0.000994084752, -0.0185415205, 0.00613018917, -0.000489218568, -0.00989666581, 0.00111374306, -0.006387915, -0.0243145768, 0.00254412065, 0.00256989314, 0.00840922073, 0.00247600744, -0.00727154594, -0.0296458155, 0.005611056, -0.0104121175, 0.00385852158, -0.00269139232, -0.0108686602, 0.0120026525, -0.00621855212, 0.00292334543, 0.00594609929, 0.00276134652, -0.0041493834, -0.0138361864, -0.0179671608, 0.0102059366, 0.0417073779, 0.019218972, 0.00224221335, 0.00827667583, -0.0149775436, -0.00967575796, -0.00118553813, -0.0070248656, -0.0065572774, -0.0151689965, 0.000152449342, 0.000374852796, -0.00328232045, -0.00379961287, -0.00678186677, 0.00410520192, -0.00702118361, -0.00227719033, -0.0094253961, 0.025522206, 0.006387915, 0.00027084208, -0.00850494765, -0.00305773108, 0.0149849067, -0.0217815, -0.0180997066, -0.025522206, -0.00857122, 0.00348850107, -0.0146682728, -0.00812204089, -0.0278932806, -0.0331067033, 0.00136594602, -0.0275103748, 0.00966103096, 0.0125328312, -0.0349034183, 0.0107802963, 0.0236076713, -0.00635109702, 0.00843867473, -0.00172492105, 0.0142190931, -0.00574360089, -0.0123045603, -0.00309086707, 0.00660514086, -0.0129451919, -0.00619646162, 0.0091455793, 0.0115313828, 0.0119511075, -0.00362840923, -0.0171571653, -0.0155224493, 0.00280000526, 0.00883630849, 0.0238727611, 0.00256068865, -0.00900567137, 0.019233698, -0.00363761373, -0.0311038066, 0.00474951603, -0.0150953606, 0.00971257593, -0.000947141845, 0.00174425053, -0.00995557476, -0.00821776688, -0.0123708323, 0.0115166558, -0.00455806265, 0.00817358587, 0.000390960631, 0.0071721375, 0.00822513085, -0.00171939842, 0.00843867473, 0.00504405936, -0.0152720874, -0.00851231068, -0.0397044793, -0.00369836343, -0.00299329963, 0.00709113758, 0.00438501826, -0.0016788987, 0.0125991032, -0.0108833872, -0.00934439618, 0.0102795726, -0.00673032179, -0.00501092337, -0.0109054781, 0.00421565585, 0.0226504039, -0.00526496721, -0.000803551811, -0.0166711695, 0.00880685449, 0.0279669166, 0.0146240909, -0.0252865702, -0.000682052574, 0.0131071918, 0.0105667524, 0.00842394773, 0.00039464244, -0.00608968968, -0.00185562484, 0.00325286621, -0.0278785545, -0.0172749832, 0.0049741054, -0.0107950242, -0.027083287, -0.00875530951, 0.00290861819, -0.00375174941, -0.0236960351, 0.00331361569, 0.0113104749, 0.0256989319, -0.0107582062, 0.0234604, -0.00818831287, -0.0172455292, 0.0345794223, -0.00389902131, -0.000145891143, -0.00669350382, 0.0107802963, -0.0458309874, -0.00247416645, 0.0209862329, -0.00197528326, 0.0145946369, 0.0107434783, -0.00255148415, -0.0197491497, 0.00154543354, -0.00324918446, 0.0124150142, 0.0124150142, -0.00643209647, 0.0121351974, 0.00447338121, 0.0145725459, -0.012871556, 0.0213396866, 0.0110232951, -0.00371124968, -0.00536069414, -0.00369836343, -0.0258609299, 0.00501460535, -0.00778331514, 0.00125641271, -1.37348225e-05, 0.0135195525, -0.00471638, 0.0196460597, 0.0211187787, 0.011273657, -0.0136300065, 0.00174609141, -0.0303379931, -0.00151045655, 0.00269323331, -0.00829140283, 0.00385115785, 0.00135582115, -0.0374070406, 0.00633636955, 0.00251282542, -0.00699172914, 0.00510665029, -0.0461844392, 0.0296310894, -0.0139171863, -0.00985984784, 0.00485628797, 0.0105078435, -0.00408679293, 0.00783486, -0.00789376907, -0.00249625719, 0.00617068913, -0.00928548817, -0.017540073, 0.020868415, 0.0126064671, -0.00948430505, 0.00206548721, 0.00773913367, 0.00252755242, 0.0351096019, -0.0232542194, 0.00773177, 0.0151248155, 0.0238580331, -0.0123855593, 0.0128641929, -0.00308902632, 0.0140570942, -0.00826931186, 0.011273657, 0.0101470277, 0.00727154594, -0.0124739222, 0.00612282567, 0.00459856214, 0.0116933817, 0.0408237465, -0.0195724238, 0.0279963724, 0.0206916891, -0.00933703315, 0.0196460597, -0.00520605873, 0.0145799099, 0.00397633901, 0.015949538, 0.0129010109, -0.00870376453, 0.00346825109, 0.0167889874, 0.00340381986, 0.00840922073, 0.0135490065, -0.00801158696, -0.00687023, 0.00481210649, -0.000571598706, -0.0110895671, 0.0116123827, 0.0201615114, -0.00393215753, 0.00779804261, -0.00593505427, -0.00258646114, -0.0057656914, 0.000428238825, -0.0146388179, -0.0190569721, -0.0101985727, -0.0132250087, -0.00367995445, 0.0193515159, 0.0135710975, 0.00647259597, 0.00297857239, -0.00690336619, -0.0261112917, -0.0222233161, -0.0101323007, -0.00257909764, -0.0291303638, -0.0186298843, -0.00728995493, -0.0238874871, -0.00603078073, 0.00341302436, -0.0221938621, 0.0049814689, 0.00882158149, 0.00320868474, -0.00627746107, -0.0205886, -0.00107048196, 0.0139098223, -0.0129451919, -0.00198632851, 0.0067376853, 0.000205605262, 0.0105814794, 0.017540073, 0.00216305465, 0.0120100165, 0.00193478342, 0.00523551274, -0.0199111495, -0.00994084775, -0.00340013788, -0.0100660287, -0.0002301122, -0.0117449267, -0.0286296401, -0.00486365147, -0.0133575536, -0.0345794223, -0.0103384815, 0.0137330964, -0.0248742085, 0.00264905184, 0.0132397357, 0.0113472929, 0.0159642641, 0.0181733426, -0.00722368248, -0.0054159211, -0.00141012762, -0.0103900265, -0.000110108689, -0.00402052049, 0.0133722806, -0.0135858245, -0.000705063809, 0.000585865695, -0.0109349322, -0.0133060087, 0.0248005725, -0.00393215753, 0.00259934738, -0.0228418577, 0.0276134647, -0.00122879923, -0.00697332, 0.0216489565, 0.0158169921, -0.00477528851, -0.0110527491, -0.00227534957, 0.0299550872, -0.00260302937, -0.00138067326, -0.0218993183, 0.00940330513, 0.0102059366, 0.00695859315, -0.0152279055, -0.0081662219, 0.0229154937, 0.00207653246, -0.0186151564, -0.00186298846, 0.0157286301, 0.00379224913, 0.0108023873, 0.0138803683, 0.0032878432, 0.0293365456, -0.00823249388, -0.000439974538, 0.00282945973, -0.0101028467, -0.0154488133, -0.00283866422, -0.0253454782, 0.00600500824, -1.40728e-05, 0.00575464591, 0.00945485, 0.00280000526, -0.0138288233, -0.00559264701, 0.00487837894, -0.020735871, -0.00818094891, 0.00664564036, 0.0267445613, -0.0119584715, -0.0123119233, 0.000477712951, -0.0182764325, -0.00969048496, -0.00670086732, -0.0211629588, 0.0161999, 0.000655819778, 0.0106109343, -0.00480474299, 0.000475411827, -0.0151984515, 0.00510296831, -0.0106477523, 0.0101102097, -0.0128862839, 0.0149554526, -0.0238727611, 0.0292629097, 0.00660882238, 0.0124371042, 0.00245575747, 0.00749981729, 0.00289020943, 0.0167448055, 0.00872585457, -0.00821776688, 0.00681500323, 0.00744090835, 0.0347561464, -0.0220024083, 0.00219987263, 0.0153457224, 0.00879212748, 0.000735438603, 0.00308166258, -0.00190716994, 0.00552269304, -0.0128862839, -0.00209310069, -0.0107508423, -0.0150364516, -0.00593873579, 0.00936648715, -0.0332539752, 9.9466e-05, 0.00969784893, -0.0146977268, 0.00663091335, -0.0016347171, 0.00249073445, 0.00794531405, -0.00509560481, -0.000518672925, -0.0036762727, -0.00738568138, -0.0359932296, 0.00509928633, 0.0133133717, -0.0052907397, 0.0215900484, -0.0140939122, 0.000411900837, -0.000245759846, -0.0116492007, 0.030485265, 0.0194398798, -0.00728995493, -0.000514070678, 0.0215164125, 0.0132765537, 0.00160434237, 0.00243366673, -0.00571782794, -0.0284970962, 0.0182764325, -0.00663827686, -0.012790557, -0.00421933737, -0.0139908222, -0.00203235098, -0.00367259094, -0.0242114868, -0.0181291606, 0.0140865492, 0.000988562, -0.00413097441, 0.0202793293, -0.00294543616, -0.00809995, 0.00238212151, -0.00117449276, -0.01614099, 0.0117522907, 0.0181586146, 0.00530546717, 0.0131513728, -0.00237107626, 0.003217889, -0.00274477853, 0.0125991032, 0.019248426, -0.0024704847, -0.0340787, 0.00846813, 0.00765077071, -0.00737831788, 0.00811467692, 9.68772365e-05, -0.0155666303, 0.007194228, -0.0225031339, 0.00105943659, 0.0073341364, -0.00926339719, 0.011273657, -0.00397633901, 0.0209567789, 0.0058651, 0.0153604504, 0.0239022151, -0.0278638266, -0.00754768029, -0.000187886617, -0.0195576958, -0.0109717501, 0.0321641639, -0.014307457, -0.0158906281, -0.0171718933, -0.025581114, 0.00384747609, 0.00603814423, 0.0113325659, -0.0252571162, 0.0132397357, 0.020706417, 0.00823249388, -0.00530914869, -0.01115584, -4.8122216e-05, 0.00608968968, 0.0118774716, 0.00163931935, 0.0198816955, -0.0130188279, 0.000992243877, 0.0106698433, 0.027201103, 0.0091603063, 0.0297636334, -0.000532019418, -0.00731572742, -0.00921185222, 0.00779804261, -0.00839449372, -0.0113325659, -0.0285854582, -0.00193294254, -0.00211703242, -0.000783762196, 0.00202866923, 0.00910139829, 0.0105667524, 0.0138877323, 0.0148670897, 0.020721145, 0.014307457, -0.00308534456, 0.00322709349, 0.000360585836, 0.00500356, 0.0371419527, -0.00661986787, -0.0149039077, -0.0148891807, -0.0132323727, -0.00460224412, -0.0235193092, -0.0068996842, 0.0139613682, -0.00157856976, 0.0118553806, -0.0455364436, 0.00571414642, -0.00310007157, 0.0115461098, 0.0173191652, -0.00963894, 0.000789284881, 0.0211776868, 0.00497778738, 0.0274514668, -0.0142632751, -0.00527233072, 0.00165404659, -0.0154046314, -0.00105483434, -0.000417193427, -0.000597831502, -0.00263984734, 0.0152573595, 0.00302091311, 0.00146443408, 0.00858594663, -0.0081662219, 0.0203676913, 0.0237696711, -0.0186151564, 0.00451019919, 0.0238874871, -0.0279816445, 0.0352568738, -0.0195871517, -0.0232100375, 0.0148965437, -0.00919712428, 0.0051213773, -0.00988193881, 0.00106772059, -0.00021423446, -0.00333754742, -0.00496674189, 0.0259492937, -0.00266377884, 0.0166122597, -0.0125254681, 0.0130188279, -0.00839449372, 0.0075292713, -0.00125917397, -1.89698749e-05, -0.0338725187, 0.00318843476, -0.0251098443, 0.0283940062, 0.0183942486, -0.00121775386, -0.00991875678, 0.0115682008, -0.00842394773, 0.0183353405, 0.00495201489, 0.00298409513, -0.0200142395, 0.01927788, 0.0156108122, 0.00438870024, -0.00884367246, 0.012820011, 0.0054306481, -0.0126432851, -0.00513978628, 0.00488206046, -0.00190164731, 0.00544169359, 0.0256989319, 0.00127942383, -0.0340492427, 0.00685550272, -0.0137404604, -0.0182764325, 0.00828404, 0.00066548452, -0.0203971453, -0.0147787267, 0.017672617, -0.000763972523, 0.00244287122, 0.0123781962, -0.00804840494, -0.00913821626, 0.00305589, -0.0132544627, 0.001790273, -0.00115056103, 0.00206364621, 0.0275398288, 0.0109643862, -0.0196460597, 0.0179966148, 0.0263616536, 0.00102077774, 0.0212807767, -0.0103679355, 0.00688127568, -0.00962421298, 0.0059129633, -0.00226062234, 0.0182911586, 0.0337841548, 0.0144694559, -0.027156923, 0.0119069265, -0.0171866212, -0.0297489055, 0.0046464256, 0.0136300065, -0.00780540612, 0.000313182711, -0.030279085, -0.0084460387, 0.0024796892, -0.00297304965, 0.00677450327, 0.0010327436, -0.0122309243, -0.00507719582, -0.0231805835, -0.0308681726, 0.00351795554, 0.00306141283, 0.0121204704, 0.0178640708, -0.00572887342, -0.00199001026, -0.00444024522, 0.0174369831, -0.00237659877, -0.00562946498, -0.00431506429, 0.0101323007, -0.0281141885, 0.0216489565, 0.00665668584, -0.0164208077, 0.00796740502, 0.0019108518, -0.000312262273, -0.012753739, 0.00893203542, 0.0153015414, 0.0116639277, 0.00170559168, 0.0139834583, -0.0182027966, -0.0108907502, -0.0213544127, 0.00418988289, 0.00075062603, 0.00130887819, 0.0103973895, -0.00455069914, 0.0298372693, -0.0149186347, -0.0170540754, 0.0168626234, 0.0110012041, -0.0246827565, -0.00905721635, 0.00532019418, 0.00259014312, -0.014447365, 0.0163324438, 0.0369946808, -0.0150953606, -0.00122235599, 0.00439606374, 0.00285707321, -0.0037535904, -0.0115755647, 0.0273925569, 0.00503669586, -0.00229928107, -4.41815428e-05, 0.0075366348, -0.0214869566, 0.0202056933, -0.00740040839, 0.0316339843, -0.00947694108, -0.014307457, -0.00809995, 0.0073746359, -0.0108465692, 0.0054232846, -0.0178787988, 0.00584669085, 0.0145136369, -0.0121131064, 0.00413097441, -0.0204855092, -0.00885839947, 0.00941803213, -0.00132452592, 0.0168478955, 0.0106845703, 0.0174664371, 0.0253749341, -0.00470165256, -0.00576937338, 0.00779067911, -0.0116418367, 0.000614859804, 0.00224773609, -0.000201233124, -0.00270243781, 0.0170393493, -0.019042246, -0.0117596546, 0.0269949231, -0.0361405, -0.000974755327, -0.0174075291, 0.0321052559, 0.0109643862, -0.0214575026, 0.00751086231, -0.0155077223, 0.0180555247, 0.00362840923, 0.00107968645, -0.000572979392, -0.002409735, 0.00126009446, -0.00171019393, 0.0103163905, -0.00762131624, 0.014440001, 0.0185120665, 0.00728259096, -0.0117891086, 0.00439974526, -0.00177094352, 0.0176284369, -0.0123119233, 0.00353268255, -0.00750349881, -0.0155666303, -0.0101985727, -0.00248889369, 0.0301170852, -0.00709481956, -0.00985984784, -0.00799685903, -0.0138361864, -0.014462092, -0.000833466416, 0.00668245833, 0.00452492665, -0.00820304, 0.0150217246, 0.00556319254, -0.00318659376, 0.00349218282, -0.0276871, -0.00127206033, 0.00847549271, 0.0344910584, 0.0218551364, 0.00169270544, 0.0167448055, 0.00835767575, -0.0356103256, 0.0165386237, 0.000732217042, 0.0189980641, -0.0269360151, -0.0216195025, 0.0103900265, 0.011163203, 0.00210230518, 0.0100292107, 0.0212660506, -0.0241378509, -0.00621118862, 0.0139834583, -0.0321641639, -0.00703591108, 0.0301023591, -0.0102133006, -0.0226945858, -0.00768022519, 0.000774097454, 0.00453229, 0.0110012041, -0.00347377383, -0.000308580464, 0.0217667744, 0.00471638, -0.000514070678, -0.000413051399, -0.0155666303, 0.003994748, -0.00153991091, -0.0170540754, -0.00417515589, 0.0201320574, -0.00761395274, 0.0364350453, -0.000196055596, -0.00994821079, -0.00990403, 0.00741513586, 0.00208389619, -0.00217778189, -0.0156108122, -0.0220024083, -0.0214427765, -0.0200436935, 0.0211482327, -0.0155813582, 0.00277975551, 0.0237254892, -0.000290861819, -0.00279080076, -0.0155666303, -0.0100807557, -0.00182709098, 0.000824261922, -0.00924867, -0.00248889369, -0.00292886817, -0.0222233161, -0.0163471717, 0.00171755755, -0.020735871, -0.012790557, 0.00985248387, 0.0230480395, -0.00871849153, 0.00579882786, 0.00959475897, 0.00918976124, 0.00155647902, 0.0205002371, -0.014683, 0.00278159627, -0.0107582062, 0.0104857534, 0.0103384815, 0.00744090835, 0.00801895, 0.000653518655, 0.0154635403, 0.0332245193, 0.0131292818, 0.000148767547, -0.00606391672, -0.000990402885, -0.00931494217, 0.0092781242, 0.00494833291, 0.0264500175, 0.0169215314, -0.00676714, -0.000580343, 0.00801158696, 0.00313873054, 0.014410547, -0.022282226, 0.00983039383, 0.0106403884, -0.0281289164, -0.00300802686, 0.0163029898, -0.0091455793, 0.0146093639, -0.00139263913, 0.014454728, -0.00711322855, 0.00672295829, 0.0148376347, -0.00733045442, 0.0173044372, 0.0395866632, 0.0120468345, 0.00593873579, -0.00301354937, 0.0163324438, 0.00501828687, -0.00697332, -0.0243145768, -0.0121720154, 0.0097052129, -0.0166417155, -0.0193220619, 0.00746668084, 0.00918976124, 0.0437102728, -0.0246385746, -0.00510665029, -0.000480014074, -0.0168331675, 0.0144694559, -0.00105299347, 0.00363945472, 0.014403183, 0.000933335104, -0.0200436935, 0.000731756794, 0.000341026287, -0.0168920774, -0.00335227465, 0.00276502827, -0.00175069366, -0.000517292239, 0.00563682849, -0.0287032761, -0.00963157695, -0.00536805764, 0.0134900976, 0.014476819, -0.0265089255, -0.0078716781, -0.00896148942, 0.0229596756, -0.0201173294, -0.0172749832, -0.00485997, 0.00637318753, 0.000204224591, 0.00331177493, 0.0198816955, 0.00701013813, -0.00980830286, -0.00323077547, 0.011133749, 0.012893647, -0.00812204089, -0.00223300885, 0.00892467145, 0.00781277, -0.00652782293, -0.00257909764, -0.0212660506, -0.0186151564, -0.00554110203, -0.0425026454, 0.0283645503, -0.000498883252, 0.0305736288, -0.00379961287, 0.0262438376, 0.0142264571, -0.00762131624, 0.0371714048, -0.00765077071, 0.000519133115, -0.0104268445, -0.000760290714, -0.00423406484, -0.0057583279, 0.0172455292, 0.0117596546, 0.0024796892, -0.00730836391, -0.0288652759, 0.0132250087, -0.012908374, 0.00186206796, -0.00253307517, -0.0026343246, 0.00617805263, 0.0172455292, -0.0178346168, -0.0106256614, 0.00579146389, -0.0388797596, 0.00818831287, -0.00962421298, -0.0149039077, 0.0130261919, -0.011229476, -0.0200878754, -0.00282945973, 0.00782749709, -0.00153991091, -0.00705800159, 0.00214464567, -0.00711322855, -0.00281473249, 0.0165091697, 0.0216636844, 0.00447338121, 0.0233278554, 0.0161262639, 0.00302643585, -4.21680634e-05, -0.00292518642, -0.00879212748, -0.0220907722, -0.0043113823, 0.00417515589, -0.011244203, 0.0172749832, -0.00863012858, -0.00601973524, -0.00636950601, 0.0147124538, -0.00418251939, -0.0132912807, 0.0169068035, -0.0139540043, 0.0355808698, 0.0134606436, -0.00125917397, 0.0156697202, -0.00610441668, -0.00134293479, -0.0141601851, -0.00814413093, -0.00385115785, 0.0180113427, -0.0089983074, -0.019248426, 0.0182175227, -0.0104268445, 0.0153899044, 0.0188802462, 0.00352163729, -0.0238727611, 0.000959107652, -0.0140202763, -0.00644682348, 0.0174517091, -0.0232542194, -0.0174075291, -0.0140202763, 0.00395424804, -0.0041493834, -0.014322184, 0.000926892, 0.00453597168, -0.00164668297, 0.00115792465, 0.0137404604, 0.0207947791, -0.0125917401, -0.0201026034, 0.0260671116, -0.0036909997, 0.0211482327, -0.0122971963, -0.0138656413, -0.0114282928, 0.0024796892, 0.00515083177, 0.00857122, -0.00871112756, -0.00450283568, 0.0120468345, 0.0212071408, 0.0167595316, -0.00740040839, 0.0145357279, 0.00142301386, -0.00582091836, 0.0236371253, 0.0060528717, 0.00194951065, 0.0451240838, -0.00220723636, 0.0331067033, 0.0068849572, 0.0058651, -0.00996293779, -0.00518764975, -0.0248005725, -0.0148670897, -0.0274220109, 0.00114595878, -0.0101323007, -0.0168773495, 0.00146903633, -0.0178935248, -0.00582828186, -0.0109422961, 0.00448074471, -0.0190127902, -0.0320463479, -0.00421933737, -0.0156697202, -0.00740040839, 0.00518028624, -0.00443288172, -0.0100439377, -0.00424511, 0.00411992893, 0.0132029178, -0.0238285791, -0.000969232642, -0.0143000931, 0.00241709873, 0.006387915, 0.0130924638, -0.01614099, -0.000536161417, -0.0116492007, -0.0196902417, 0.0197491497, -0.0218551364, -0.0287621859, -0.014366365, -0.0118406536, -0.00431874581, -0.00976412091, -5.31559199e-05, -0.00808522291, 0.00634741504, -0.00254596141, 0.0218109563, 0.0166269876, 0.00869640056, -0.0247563925, 0.0178640708, 0.00855649263, -0.0148670897, -0.0174369831, 0.0106624793, -0.00819567684, -0.00555214752, -0.00424879184, -0.0142485481, -0.00130151468, -0.0261849277, -0.00894676242, -0.003201321, -0.0062480066, -0.00367259094, -0.00996293779, -0.0319874361, -0.000660422, -0.0118921986, -0.00268218783, -0.00518028624, 0.012716921, 0.0102795726, 0.00536437565, 0.00291414093, 0.014344275, 0.00574360089, -0.00505142333, 0.0436808206, -0.0129157379, 0.0382023081, -0.000633268792, -0.0059129633, -0.00207653246, 0.0185857024, 0.00511401379, -0.000298915751, -0.00631059706, -0.0204707813, 0.00983775686, -0.000864761649, 0.0235634893, -0.0156402662, 0.00919712428, -0.0121351974, 0.00259014312, 0.00702118361, -0.0118553806, -0.0153162684, -0.00983039383, 0.00849022, -0.0191600621, 0.0361110494, 0.0060528717, -0.0012048675, -0.0277754646, 0.0104931165, -0.0145578189, 0.0119290166, 0.00203235098, 0.000356213684, 0.00647627795, 0.0105299344, -0.000367489207, 0.00991875678, 0.0141012762, 0.0101175737, -0.00734886341, -0.0137478234, -0.0184678845, -0.00252018892, -0.00295095891, -0.00413465593, -0.0184973404, 0.00236923527, 0.0275987368, 0.0219140463, -0.0199700575, 0.00817358587, 0.0054306481, 0.00879949052, -0.0325176157, 0.00667509483, -0.0121720154, 0.00131808268, -0.00540487561, -0.0149333617, -0.0120689254, -0.00811467692, -0.0199406035, 0.00405365648, 0.0139760952, -0.0109275682, 0.0111263851, -0.0122530144, 0.0132176448, 0.0227240399, -0.0332834311, 0.0167153515, -0.0107655693, -0.0161262639, -0.000494281, 0.00513242278, 0.00208941894, 0.0019881695, -0.00597187178, -0.00501092337, -0.025478024, -0.0253160242, -0.0179671608, -0.0313099883, -0.00295648165, 0.00936648715, 0.011273657, 0.00205812347, -0.00264721084, 0.00436660927, -0.00614491617, -0.022400042, 0.00557792, -0.00482683349, 0.0155666303, 0.0168773495, -0.00518764975, -0.00353268255, -0.00631796056, 0.00882158149, -5.52556921e-05, 0.00251098443, 0.0106551154, 0.0118995626, -0.00187863607, 0.00471638, 0.0170688033, 0.0136152795, -0.0130777368, 0.0219876822, 0.0115461098, 0.012702194, 0.00245207571, 0.0147787267, 0.0152720874, 0.0129010109, 0.0131219188, 0.00132176455, 0.00754768029, 0.0121425614, -0.00261591561, 0.0110159311, 0.00215569115, -0.011170567, -0.00330993393, -0.0100071197, -0.000185470446, -0.00629955158, 0.00875530951, 0.00490046944, 0.0149112707, 0.0225914959, 0.0177757069, 0.0260376558, 0.0103384815, -0.00213175942, 0.000511309307, 0.000418344, 0.0133575536, 0.00355293253, 0.00543801161, -0.0202793293, 0.0280258264, 0.00130979868, -0.0195871517, 0.00552637456, 0.00409415644, -0.0197344236, 0.0276134647, 0.0168037135, 0.00547114806, -0.00671559479, 0.00658673188, -0.00506615033, -0.00664195884, 0.00996293779, -0.0119952895, -0.00804104097, 0.000239546804, -0.00298593589, -0.0162293538, -0.0279963724, 0.0186004303, 0.0168478955, 0.0212660506, -0.00469797105, -0.0170246214, -0.0225767698, -0.00662355, -0.00853440166, 0.00188876095, 0.0110674771, 0.0305441748, -0.031899076, -0.0131808268, -0.0142485481, 0.00992612, 0.00494465092, 0.00101433462, 0.0196460597, 0.00925603323, 0.00488574244, -0.00845340174, 0.00442183623, 7.21401739e-05, 0.0171129853, 0.0146093639, -0.00465747109, 0.00651309593, -0.0250951163, 0.033430703, -0.00310007157, 0.00565891946, 0.00661250437, 0.000770875893, -0.0199847855, -0.00141472986, 0.00323813898, 0.000914005679, 0.00629587, -0.00600132626, -0.00319027575, 0.00129046931, -0.0265972894, 0.008033677]
|
20 Nov, 2020
|
HTML5 MathML framespacing Attribute
20 Nov, 2020
This attribute defines the space between the table and the frame. This attribute is accepted by <mtable> tag only.
Syntax:
<element framespacing="number">
Attributes Value:
number: This attribute defines the space between the table and the frame.
Below example illustrate the framespacing attribute in HTML5 MathML:
Example:
<!DOCTYPE html>
<html>
<head>
<title>
HTML5 MathML framespacing Attribute
</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML framespacing Attribute</h3>
<math>
<mi>GeeksforGeeks</mi>
<mo>=</mo>
<mtable frame="solid" columnlines="dashed"
framespacing="2" align="axis 1">
<mtr mathbackground="green;">
<mtd>Course</mtd>
<mtd>Fee</mtd>
</mtr>
<mtr>
<mtd>
<mi>C++ STL</mi>
</mtd>
<mtd>
<mi> 1499</mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>Placement 100 </mi>
</mtd>
<mtd>
<mi>9999 </mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>DSA Foundation </mi>
</mtd>
<mtd>
<mi>7999</mi>
</mtd>
</mtr>
</mtable>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML framespacing attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute
|
https://www.geeksforgeeks.org/html5-mathml-framespacing-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML framespacing Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0417875, 0.0134606659, -0.0215510502, 0.0302637741, 0.0682473257, 0.00214496581, -0.00155759137, 0.0442209095, -0.00682822894, -0.00205406267, -0.0120411776, 0.0207399148, 0.0168240853, -0.0116705727, -0.0128383292, -0.0160968583, 0.000757380971, 0.00206804788, -0.00645762356, 0.0166003238, 0.00720932288, 0.0151738422, -0.0310189687, -0.00147455477, -0.0412280969, -0.00695759105, 0.00117125281, 0.0117335059, 0.0105447713, 0.0231453534, -0.00787361525, 0.0323056, -0.0115866615, -0.000117562311, -0.0352424718, -0.0208517965, 0.0131599866, 0.0293687265, 0.00278478465, -0.0308791175, -0.00519896392, -0.0121320812, 0.00173852372, 0.0354662351, 0.0108244736, -0.0337600484, -0.0192015525, -0.0410602763, -0.00595066324, -0.0327251516, 0.0126285525, -0.000183882323, 0.0146284224, 0.00220615068, 0.0164325014, -0.0201665256, 0.0109293619, 0.031494461, -0.010852444, 0.00850993767, 0.0132159265, -0.00143959199, -0.0364451893, -0.0196630619, -0.0415637419, 0.0144606018, -0.0180128198, 0.0281380378, 0.00547866616, -0.0313825831, -0.019565165, 0.00884558074, 0.0396337956, 0.0303476844, 0.00186176749, -0.00620589172, 0.0142438319, 0.00944694, -0.00488080271, -0.00402771123, 0.0167541597, 0.00477241818, -0.0661215931, 0.00127089664, 0.0235229507, 0.0120831328, 0.0240543857, -0.0412001275, -0.000179402705, -0.000809388119, -0.0450600162, 0.0195511803, -0.0343194529, -0.0193833597, -0.0306273866, -0.00104276463, -0.0218447391, 0.00690864306, 0.00931408163, -0.012069148, -0.0189498216, 0.0367528647, 0.0212014243, -0.00495072827, 0.035326384, 0.0111741014, 0.0234949812, -0.00267640012, 0.0313825831, 0.0114468103, 0.0112789897, -0.0312427301, -0.021215409, -0.0365570709, -0.000666914857, 0.0140690189, -0.0276625436, -0.0472696647, 0.0328090638, -0.00165985746, -0.0245718341, -0.01552347, 0.00704849418, 0.0306833275, -0.0124047911, 0.00930708926, -0.0495352522, -0.0199567489, -0.0107125929, -0.0554649383, -0.00236697961, -0.00701003522, -0.0121460659, -0.0414798297, 0.0212014243, -0.00244040135, -0.00969867222, -0.0117335059, 0.0070589832, -0.0122929094, -0.0327251516, -0.00455215247, 0.0344593041, -0.00506260898, -0.0142298471, -0.00319035281, -0.0189358369, 0.0638280287, -0.0521364808, 0.0598562621, -0.0186281633, -0.0460110046, -0.00269912579, -0.0148521848, 0.0339838117, -0.0172716081, -0.0343753956, 0.0381234027, -0.000285602116, -0.025648687, -0.025019357, -0.020390287, 0.0349627696, 0.0259563606, 0.00219041761, 0.0312986709, 0.0117964381, 0.00230055023, -0.0111181606, 0.0306273866, 0.00106024602, 0.00550314, -0.0149640655, -0.0136214951, -0.0194532853, 0.0103769498, -0.00137054059, -0.0287813526, 0.0102021359, -0.0277744234, -0.0386548378, -0.015621365, 0.033732079, 0.0413399786, -0.0254389104, 0.00762887625, 0.0140200704, -0.00456613768, 0.0201245695, -0.00785963051, -0.0425706692, 0.0124327606, 0.0102580767, 0.0265437346, 0.0345991552, -0.0378996432, -0.046374619, 0.0304036252, 0.0161667839, -0.00682473276, -0.00314664934, -0.0123068951, 0.0151039166, -0.0282219481, -0.00838407222, -0.00308546447, 0.00724428566, -0.000807639968, 0.0350746512, 0.00857986324, -0.0507939123, -0.00582829351, -0.010146196, -0.00240019406, -0.0392701812, 0.00587024912, -0.0116775651, -0.00260822265, 0.00960776862, -0.0179009382, 0.0445845239, -0.0175792798, -0.0206979588, 0.0126145668, -0.0313266404, -0.0166422781, -0.0225719642, -0.0252710897, -0.0439132378, 0.0190197472, -0.00846099, 0.034207575, -0.00412560673, 0.010125218, 0.00671634823, 0.00950987358, -0.0155374547, -0.00904137176, 0.0283198431, 0.00162576884, -0.0309350584, 0.0261521507, -0.00151913229, -0.0280820969, 0.00625134306, -0.0256067328, -0.027298931, -0.0267535113, 0.00459410809, -0.0110762054, 0.0358018763, -0.0284457095, -0.00358718, -0.0224880539, -0.0110132722, 0.0473535769, -0.00946092512, -0.0246977, -0.00491926167, -0.0109853018, 0.0304315947, -0.0369486548, 0.0140130781, -0.0397177078, -0.0134187108, 0.0381234027, 0.053003557, -0.0409204252, 0.0183624458, -0.0163346063, -0.012167044, -0.0476053059, 0.0603037849, -0.0296763983, -0.0350466818, 0.0387387499, -0.0318021365, -0.0201805104, 0.0304036252, 0.00526189664, -0.00719533814, 0.00359067647, -0.0184883121, 0.0595206171, -0.012754418, -0.029928131, 0.0121810287, -0.0173135642, 0.0111880861, -0.0198448673, -0.0224600825, -0.0419832952, 0.00892249867, 0.0434936844, 0.00701702805, 0.00719533814, 0.00624085451, -0.0276765283, -0.0143627059, -0.0384310745, -0.0222363211, 0.00113629, 0.00927911885, -0.0570872091, -0.0187540296, -0.0056989314, 0.00952385832, -0.00175338285, 0.0182225946, -0.0497310422, 0.0205441229, -0.0216769166, -0.0236208476, 0.00449271593, -0.0154395588, -0.00959378388, -0.0020086111, -0.00492625404, -0.0279142745, -0.0245998055, -0.0121460659, 0.0116286175, -0.022683844, 0.0166003238, -0.00479339575, -0.0223202314, -0.0204881821, -0.0258165095, 0.0067548072, 0.00573739037, -0.0683592, -0.0234110709, 0.00545069575, -0.00969168, 0.000862269313, -0.0474654548, 0.0248095822, 0.0251452234, 0.00130323728, -0.0186980888, -0.0188659113, -0.03367614, 0.00985250808, 0.0218167678, 0.0138452565, -0.0245858189, 0.0112789897, 0.000988572254, 0.00155496923, -0.0172855929, 0.000915150507, 0.0383751355, 0.015131887, -0.0324454494, 0.00237047579, -0.0205161534, -0.0299001597, -0.0280261561, -0.0282499176, -0.00713590113, -0.00414658431, -0.0304036252, 0.0189777911, -0.0220824853, 0.0101671731, -0.03261327, -0.0295085777, -0.0352704413, -0.00342809944, 0.00315014552, -0.0631567463, 0.0175093543, 0.00951686595, 0.013285852, 0.0112789897, 0.0362773687, 0.00903437939, -0.0201665256, -0.0224880539, 0.0179428943, -0.0150759462, 0.0473815463, 0.0238865633, -0.0262640323, 0.0143627059, 0.0101322103, -0.000990320463, 0.00370255741, -0.0107475556, 0.0225719642, -0.0139221745, 0.0466822907, -0.0179009382, -0.0213832296, 0.0304875355, -0.0174534153, -0.00302952388, -0.0537867248, 0.0283757839, -0.0166003238, 0.0281380378, -0.0278303642, -0.0122439619, 0.019998705, 0.0311867911, 0.0286415014, -0.025844479, -0.00722330809, 0.0450320467, -0.0194393, -0.0147542888, -0.000869698881, -0.00454516, 0.0181806404, 0.0295645185, 0.0213412754, -0.0025050824, 0.0222922619, -0.0292288754, -0.00260647456, 0.0675201, -0.00487031369, -0.0154675292, 0.0154115884, 0.00953784399, 0.0111531233, -0.0864839, -0.00672683679, 0.00595416, 0.00829316862, -0.0197190028, 0.00682123657, -0.000727225619, -0.00333719631, 0.0025138231, 0.0330328234, 0.0203203615, 0.00795053411, -0.00138365163, 0.0108384583, -0.0161528, -0.0329209454, -0.0123348655, 0.016740175, -0.0353543535, 0.0198168978, 0.021704888, -0.00184778241, 0.0144326314, 0.0393540934, -0.0106706377, 0.0060660406, -0.0433258638, -0.00601709262, 0.0170898, 0.0059366785, -0.000897669117, -0.0254668817, -0.000580819033, -0.0170478467, -0.0373122692, -0.00840505, 0.0406127535, -0.00394380046, 0.0584018119, -0.017131757, -0.0655062422, 0.0380115248, -0.00140288111, 0.0222223364, -0.0112090642, 0.000283416943, 0.000239932007, -0.00690514687, 0.00792955607, 0.058793392, -0.030991, -0.0106916148, 0.0306833275, -0.0170898, 0.0213272888, 0.0162227247, 0.025257105, -0.0128243435, -0.0126775, -0.00488080271, -0.020977661, 0.00109083846, 0.0220824853, 0.0236068629, -0.000586063426, 0.0293407571, -0.0203623176, -0.0357739069, -0.0115866615, 0.011460796, -0.00487381, -0.0262640323, -0.00621987693, 0.0233831, 0.00885956548, 0.0244040135, -0.0207818709, 0.017033862, -0.00245263823, 0.03261327, -0.0382073149, 0.00598562602, -0.0568075068, 0.0280541256, 0.0163206216, 0.0130830687, 0.01226494, 0.0129641946, -0.009391, 0.00191945606, 0.0101741655, 0.0143627059, 0.0223621875, 0.00445775315, -0.019760957, -0.00139326637, -0.00538077, 0.0169639364, 0.0242921319, 0.00896445382, 0.0152437678, -0.0195791516, 0.00718834531, -0.03999741, 0.00424797647, -0.0216769166, 0.0230754279, 0.0205581076, -0.029928131, 0.00378996413, -0.0222083516, 0.0324734189, 0.0245019086, 0.0148521848, -0.0240963399, -0.0297323391, -0.00698905764, -0.0107755251, -0.0260123014, -0.0126005821, 0.00748203276, -0.0125096785, -0.042822402, 0.000762625423, 0.0149920359, -0.00261171884, -0.0132229198, -0.00496471347, 0.00108384585, -0.0104119126, 0.00147368072, -0.0151179014, 0.0060520554, -0.00194742624, 0.0144326314, -0.00568145, 0.0639958531, 0.00763586909, -0.0254808664, -0.0410602763, -0.0432139821, 0.0111181606, -0.00110307534, 0.0255647767, 0.0129222395, -0.0143766906, 0.0628770441, -0.00834211707, -0.00559404306, 0.00214146962, 0.00276031066, -0.0119782444, 0.00307847187, -0.00411861436, -0.0256207176, -0.0205301382, 0.0243620574, 0.0223761722, 0.0119153121, 0.0227397848, 0.00417455472, -0.0503463894, -0.0807779804, 0.000756069901, 0.0244179983, 0.0534790531, 0.00778970495, -0.0015969245, -0.00712890876, 0.0459550656, -0.010027322, -0.0129572023, 0.0137403682, -0.0150339911, -0.0216069911, 0.0202504359, 0.0257885382, -0.0254109409, -0.022627905, -0.0136075104, 0.00918122288, 0.000106964224, -0.0304315947, 0.00350851403, -0.0252291337, -0.0227118153, 0.0222083516, -3.28595415e-05, -0.0156073803, -0.00954483636, 0.024627775, 0.00448921975, -0.00492275786, -0.0045766267, 0.017663192, 0.00909731258, 0.00390534126, 0.0194393, 0.045899123, -0.03104694, -0.0246837158, 0.00983153097, 0.00645762356, -0.0248655211, -0.0074121072, 0.010146196, 0.00525840046, 0.0161528, 0.0472696647, 0.00925114844, -0.0258304942, 0.00359417265, -0.00175600511, -0.00380394934, -0.00197714451, 0.00603457401, -0.000905535708, 0.0400813185, 0.00376549037, 0.0292848162, 0.00582479732, 0.0564998351, 0.0321377777, 0.0295085777, 0.010656652, 0.00173240528, 0.0237606987, -0.00441230135, 0.00967769418, 0.0238865633, 0.000230535763, 0.00191945606, 0.0101531884, 0.00331097422, -0.0196630619, 0.00359417265, 0.0340956934, 0.00774775, 0.0332845561, -0.00691213971, 0.00660796324, -0.00855189376, -0.0285296198, 0.0055555841, 0.0102650691, -0.00846099, 0.0099713821, 0.0189917758, 0.020879766, -0.0166422781, 0.00209601806, 0.0393540934, -0.00390883768, 0.0215230808, 0.0142857879, -0.0195092261, 0.0111741014, 0.011460796, 0.00646811258, -0.00727225607, -0.0281380378, 0.00407316256, 0.0180407893, -0.00333370012, 0.0531713814, 0.00396477804, 0.0173974745, 0.025648687, 0.0125376489, -0.0210056324, 0.0075100027, 0.0306273866, 0.0140830036, -0.028473679, -0.0188938808, 0.00785963051, -0.0292568449, -0.00281625101, -0.00153136929, 0.034850888, 0.0036815796, -0.0166562628, -0.0353543535, -0.0178449973, -0.00306798308, 0.0253829714, 0.0101042408, 0.0481647104, -0.0205720942, -0.0120411776, -0.017956879, 0.00664642267, -0.0416196808, 0.0215230808, -0.00532483, -0.0131390085, 0.0213133041, -0.0303756539, -0.00859384891, 0.00468151504, 0.0239984449, 0.00230229832, 0.0126075745, 0.00176911615, -0.026669601, -0.00291414675, -0.0125516346, -0.00558005786, -0.0154115884, 0.0447523445, 0.0155374547, 0.00125516346, 0.00308371638, 0.00026090967, -0.0111950785, 0.0380394943, 0.00969867222, 0.00910430495, 0.0192714781, -0.00990145653, 0.015621365, -0.00969168, -0.0245858189, 0.0269073471, -0.0129012624, -0.0264178682, 0.0429622531, -0.0143347355, 0.0478290692, -0.0152857229, 0.020977661, 0.0021694398, 0.0213972144, -0.0187680144, -0.0200826153, 0.00649608253, 0.000374101626, 0.00266416301, 0.0465983786, 0.0218866933, 0.00165461306, -0.0292288754, 0.0067687924, -0.00225859485, -0.00546817714, -0.012775396, 0.0277604386, 0.00640867557, 0.0195931364, 0.029928131, -0.0385989, 0.0169219803, 0.0154675292, -0.00181631593, 0.00665691122, 0.0324454494, -0.0380674638, 0.0133627709, -0.0163346063, -0.0167122036, 0.0200126898, -0.00485982513, -0.0310189687, 0.0387667194, 0.0337880217, 0.0661775321, -0.000283854, -0.00970566459, 0.0173974745, -0.0202784073, 0.00183904171, -0.0018652638, 0.0126145668, -0.0361934602, 0.00618491415, 0.00122107472, 0.0179289076, -0.0103489794, 0.0171177723, -0.00498219486, -0.00396128185, 0.0224880539, -0.0215370655, -0.00454516, -0.0285995454, -0.00201385561, -0.0129502099, -0.0277184844, 0.0174953695, 0.0227258, 0.0377597921, -0.0363053381, 0.000715425645, -0.000968468725, -0.0144606018, -0.0155094843, -0.000454516, -0.0158031713, -0.0121880211, -0.0182925202, 0.0096497247, 0.0035364842, 0.0536189042, -0.00341586256, 0.00434936862, -0.0248795077, -0.0359696969, 0.0440251194, -0.000117562311, 0.00708345696, -0.0235369373, 0.034850888, -0.0115866615, 0.0282079633, -0.00939799286, -0.00538426638, -0.00728624128, -0.00348928431, -0.00580032356, 0.0216489471, 0.0045311749, 0.000837795378, 0.0124677233, 0.0174534153, 0.0242082216, 0.0570312701, 0.00943994801, 0.0201525409, -0.00126565224, 0.000123899314, -0.0275087077, 0.0123418579, -0.00683522131, -0.03367614, -0.00845399778, 0.0225300081, 0.0186141785, -0.0117474906, 0.020977661, -0.0060520554, 0.022627905, 0.00517099351, -0.00179883454, -0.000345038832, 0.0123068951, 0.0167681444, 0.0103210099, 0.0227118153, -0.00221314328, 0.0200686306, -0.0306833275, 0.00757992826, 0.0165024269, 0.00569193903, 0.0108104879, 0.015915053, -0.0119922301, 0.00491576549, 0.0173834898, 0.0189078655, -0.0427105203, -0.0213692449, -0.0184743274, -0.0460669436, 0.0232572351, -0.00532133365, 0.0422629975, -0.0305994153, -0.0136634503, 0.0292288754, -0.0223482028, 0.000637633493, 0.00825820584, 0.0295085777, 0.007761735, -0.0405288413, 0.0056989314, -0.0287813526, -0.0021921657, -0.0171737131, -0.0144606018, 0.0202784073, -0.0127823884, 0.0094749108, 0.00548565853, -0.000222450617, -0.023313174, -0.0130341202, 0.0242781471, -0.0152717382, 0.0259983148, 0.00324629317, 0.0110272579, 0.0289771426, -0.0167681444, -0.0173834898, -0.0117474906, 0.0220125597, -0.020977661, 0.0208098404, -0.020390287, -0.016012948, -0.0145724826, 0.0106146969, -0.00976160541, 0.0256207176, 0.0238306243, 0.0119642597, -0.0272709597, -0.0275366772, -0.0493954, 0.0121600516, -0.0321657471, 0.0048982841, 0.0116006471, 0.00621288409, 0.0206280332, 0.00500666862, 0.00205056649, -0.0109573323, -0.010146196, -0.00641916459, 0.0146144377, 0.0312427301, -0.00362563925, -0.0094749108, 0.00296484283, 0.00343509205, 0.0181666557, -0.002865199, -0.0114957588, -0.00510106795, 0.0104958238, -0.00492625404, 0.00810437, -0.0212014243, 0.00866377447, 0.0141039817, -0.0152157973, -0.0155933956, -0.0126775, -0.00838407222, 0.00552062131, -0.01204817, 0.0256766584, -0.026669601, 0.0215510502, 0.00319559709, -0.00342635135, 0.0124397539, 0.00837008748, -0.0192015525, 0.0362773687, 0.00728624128, 0.00767083187, -0.00423748745, 0.0168940108, 0.0255368073, 0.020292392, 0.0103559727, 0.0350187086, 0.00788060855, -0.0205720942, 0.0184603427, 0.0365570709, -0.00048379731, -0.0458711535, -0.0320538655, 0.0111531233, -0.00693661347, 0.0202644207, -0.0279282611, -0.0229495615, -0.0204042718, -0.0291169938, -0.0047059888, 0.00541223679, 0.0267255418, -0.0443607606, -0.00642615696, -0.014306765, 0.0192155372, -0.0112300413, 0.0108804135, -0.00809737761, -0.00957280677, 0.0166282933, -0.0326692127, 0.040836513, -0.0204042718, -0.0222503059, 0.00487031369, 0.0197329875, 0.039521914, 0.00749601796, -0.0166982189, -0.0100413077, -0.0335083194, 0.0125726117, 0.00674082199, -0.0161528, -0.00544719957, 0.0150619615, -0.00848196819, 0.0260262862, -0.000490789884, 0.0183344763, 0.000850469398, -0.0281520225, 0.000944868836, -0.00438782759, -0.0365570709, -0.0081533175, -0.0188659113, 0.00390534126, 0.00369556481, -0.022334218, -0.010125218, 0.000282542867, -0.0228097104, 0.00511854934, 0.002865199, 0.00287568779, -0.0172436386, 0.0107265776, 0.0106496597, 0.00211524754, -0.0271031391, 0.0218587238, 0.00980356056, 0.0126705077, -0.0316622853, 0.00478989957, 0.0115377139, -0.0251871794, -0.011167109, -0.00223936536, -0.00487730652, -0.020879766, -0.0121740364, 0.00358018768, 0.0264178682, 0.0109083839, 0.0106636444, -0.0120901261, -0.00292638387, -0.0306553561, -0.0146563929, -0.00498219486, -0.0106916148, -0.0109573323, -0.0167681444, -0.00242292, -0.0276905131, 0.00450320495, -0.00818128791, 0.000631952076, 0.00178222719, 0.0198168978, -0.000916898658, 0.0110971835, -0.00591919711, -0.0293687265, -0.0258864351, -0.014502557, -0.000975461269, -0.00100255746, 0.0140480408, -0.000244957919, 0.0172855929, 0.0126145668, 0.075631462, 0.000159299118, -0.00802745204, -0.0119153121, 0.011069213, 0.0144606018, -0.0190617014, 0.023019487, 0.0191036575, -0.00676529575, 0.0131320162, 0.0311867911, 0.0250752978, 0.0377877615, -0.0269772727, -0.0122229839, 0.0159849785, -0.00420252513, -0.000809388119, -0.0063422462, -0.00699255383, 0.00912528299, 0.00451019732, -0.00402421458, 0.0259144045, -0.00294211716, 0.00558705069, 0.0129641946, -0.0230894126, -0.0144186458, 0.00269912579, -0.03104694, 0.0172156673, 0.0152717382, -0.0159010682, 0.0725547373, -0.0233831, 0.00494373543, -0.00619190652, -0.0168520547, -0.0126775, 0.00332146301, -0.0294246674, -0.0129991574, 0.0133907404, 0.00814632513, 0.00257500797, 0.0251172539, -0.0068981545, 0.0224321131, -0.0157472305, 0.0221803803, 0.0168940108, 0.016250696, -0.0131529942, -0.0164884422, -0.018250566, 0.000393549679, 0.00913926773, -0.0294806082, 0.0033389444, -0.0152997077, 0.0139921, 0.00494373543, -0.00662544463, 0.0188239552, 0.0142018767, 0.00916024577, -0.00447173836, 0.0160688888, 0.00035093879, 0.0285436045, 0.0204602126, -0.0195232108, -0.0129711879, 0.0165723525, -0.0153836189, 0.00972664263, 0.033144705, -0.0248095822, 0.00359417265, 0.0257326, -0.00618841033, 0.040053349, -0.000691825815, 0.0151878269, 0.00665691122, -0.015131887, 0.014502557, 0.00392282289, 0.00993641932, -0.00892249867, -0.0169639364, 0.0118453866, 0.00559054688, -0.0221104547, -0.00551013229, -0.00416756235, 0.00679326616, -0.00137753307, -0.00992243364, 0.0271450952, 0.0273269, 0.00332495943, -0.00123505981, -0.00462907087, -0.00242117187, -0.0127194552, -0.0187680144, 0.0030330203, -0.0141669139, 0.0199427642, -0.0151878269, 0.0273828413, 0.0134676592, -0.0319419876, -0.0210895427, 0.00590870809, 0.0104328906, 0.0160968583, 0.00855888613, 0.0273688566, 0.00998536684, 0.00411861436, -0.000458886352, -0.017663192, -0.011048235, -0.02778841, 0.0135585619, 0.00272359978, -0.022627905, 0.00796451885, 0.00614995137, 0.0164325014, 0.00465004845, 0.0143487202, 0.000501715753, -0.0196630619, -0.00965671707, -0.00310819014, 0.0314105526, 0.0158031713, 0.0498429239, -0.0424587876, 0.0223062467, 0.0207818709, -0.000263750379, 0.018054774, 0.0224600825, -0.0107405633, -0.0455075391, -0.0181386843, 0.0198168978, -0.0172576234, -0.00153836189, -0.0214251857, 0.0166143086, 0.00249284552, 0.00603107782, 0.0126285525, 0.040640723, -0.000264405942, 0.00755195832, -0.0123558426, -0.002384461, 0.0185722224, 0.0225020386, -0.021215409, 0.02841774, -0.0400253795, 0.0158031713, 0.0124467462, 0.0153416637, -0.000144002901, -0.00624784688, 0.00608701818, 0.00508708274, -0.00229880214, 0.0163905472, 0.000903787615, 0.025844479, -0.0110342503, -0.0172995776, 0.0246417597, -0.0165024269, -0.0232572351, 0.0137193911, 0.00499967625, -0.0142368395, -0.0153416637, -0.017033862, -0.00696458388, 0.0123418579, 0.027061183, -0.0212573633, -0.0218167678, 0.0152997077, -0.0174674, -0.00762887625, -0.00225859485, 0.0182086099, 0.036165487, 0.0256766584, 0.0283897687, 0.0198868234, -0.0104119126, -0.00919520855, -0.00787361525, 0.00103752024, -0.0121880211, 0.0133907404, -0.0189638063, 0.0128383292, 0.0139151821, -0.0233411454, 0.00388436369, 0.0436335355, 0.00102528324, -0.0101042408, 0.0398855284, -0.0222782772, -0.0104189049, 0.0220545158, 0.00495072827, -0.018054774, -0.00598562602, -0.0134257032, 0.0129572023, 0.00905535743, -0.00991544127, 0.0281240512, 0.0424028486, 0.00465354463, 0.0121320812, 0.0175513104, 0.00181456772, 0.0238725785, -0.0110762054, 0.00933506, 0.0145724826, -0.0131739713, 0.0156633202, -0.0085658785, -0.0155933956, -0.0168660395, -0.000260691158, 0.00538426638, -0.0208937507, -0.0178869534, 0.0122369695, -0.00698556146, 0.0295085777, 0.00759391347, -0.0297603086, -0.0124747166, 3.28868555e-05, -0.0192435086, 0.000925639353, 0.00468850741, 0.00829316862, 0.00497869821, 0.00680025853, 0.000968468725, -0.0274807364, 0.0035067657, 0.0262500476, 0.00778970495, -0.0295645185, -0.000774425338, -0.023508966, -0.0179289076, 0.000914276403, -0.000672596274, 0.0303756539, 0.014600453, 0.0133417929, -0.00205406267, 0.0125726117, 0.00664292602, -0.00257675606, -0.0240543857, 0.00452767871, -0.01420887, -0.00797850359, 0.00968468748, -0.00207504048, -0.000748640276, -0.00307322736, -0.0193833597, -0.00801346637, 0.0143906763, -0.0191316269, 0.0294806082, 0.00124467455, 0.024627775, 0.0309630278, 0.000646374188, -0.0243900288, -0.0134536736, 0.00741909957, 0.00393680762, 0.00191595976, 0.0235509221, -0.0114258332, -0.0108943991, -0.00710793119, -0.0187540296, -0.00242991257, 0.0273828413, -0.0356620252, -0.0194253139, -0.0213133041, -0.0230474584, -0.00653803768, -0.0081533175, 6.71940725e-05, 0.00305399788, -0.019565165, 0.0203763023, -0.0243620574, 0.00638420181, -0.0275506619, -0.0256347023, -0.023802653, 0.00105937186, 0.00272884406, 0.0079225637, -0.00466403365, 0.00841204263, -0.0207539, 0.0173415337, 0.00217293622, -0.0230894126, 0.0123768207, -0.00446474552, 0.00956581347, -0.0310749095, -0.0176771767, 0.0287533812, -0.0119292969, -0.0347669795, 0.010027322, -0.0206420198, 0.0140969884, 0.00199812232, -0.0183904171, -0.00931408163, 0.0162786655, -0.0266416296, -0.00762887625, -0.00654503051, -0.0133697633, 0.0195511803, 0.00481786951, -0.0117335059, -0.00198763353, 0.022627905, -0.0301798619, 0.00190197467, -0.0123908054, 0.00136179989, -0.0232712198, -0.000133841851, 0.0258584637, -0.00746105518, -0.0282079633, 0.0215930063, 0.00497869821, 0.029396696, 0.0337880217, 0.007349174, 0.0250473283, 0.0226978306, 0.0184183866, -0.0133068301, 0.0101811588, 0.00962874666, -0.0204462279, -0.0250333436, -0.0287254117, -0.0188099705, -0.0405568145, 0.0153976036, -0.023844609, -0.0274667516, 0.00189673027, 0.00597164081, 0.0223062467, 0.0224181283, 0.0252850745, 0.00272884406, 0.0278443489, -0.0205161534, 0.0194253139, 0.0241103265, -0.0189498216, 0.0142368395, -0.00595765607, -0.00511155697, 0.0158031713, 0.0231453534, 0.0595206171, -0.00849595293, 0.0126425372, 0.0418154709, -0.020348331, -0.00484584, -0.0157472305, -0.00428993162, 0.000524004514, -0.0134257032, 0.0223621875, 0.00167559076, 0.0113838781, 0.00913926773, 0.00349278073, -0.0222922619, 0.0412280969, 0.00211524754, 0.027061183, -0.00542622199, 0.00571990898, -0.00432139821, -0.0158171561, -0.00688067311, -0.0400253795, 0.0145445121, -0.0248795077, 0.0297043696, -0.0161807705, -0.0347110368, -0.00373402378, -0.0189498216, -0.000899417268, -0.00855888613, -0.028179992, -0.00448921975, 0.0204462279, -0.00709744217, -0.00905535743, -0.00700304285, -0.00922317896, -0.0029945611, -0.0114118475, 0.00202609249, 0.00906235, 0.00783166, 0.0181526691, 0.015621365, 0.0132089341, -0.00656600809, -0.0118593713, -0.0214811265, 0.0199567489, -0.00522693386, 0.00426196167, -0.00412211055, -0.0169639364, -0.037564, 0.0174114592, 0.00634923903, -0.00372353499, -0.0115307216, -0.00551013229, -0.00682473276, 0.00155147293, 0.0175932664, -0.00501016481, -0.00886655878, 0.0245858189, -0.00670236303, -0.030515505, -0.0128663, -0.0214531552, 0.00625134306, -0.0192994494, -0.0189638063, -0.014796244, 0.00418504374, -0.00066735188, -0.00294910953, -0.00348229194, -0.000233813524, 0.00907633454, -0.00864279643, 0.0449201651, -0.00126390415, 0.0271311086, -0.0221244413, 0.0224740691, 0.00382143073, 0.0135096144, -0.00237397198, -0.00284596952, 0.00371654239, 0.000170334242, 0.00463606324, 0.00632476481, -0.0141249588, -0.0043703462, 0.0166842341, 0.0200266745, -0.0169219803, -0.0238865633, 0.0168240853, 0.0309630278, -0.0175932664, 0.0107965032, 0.00131285202, -0.00631427625, -0.019369375, -0.01683807, -0.00138714793, 0.0205161534, 0.00275157, -0.00405917736, -0.00983153097, -0.0129991574, -0.0274527669, -0.0122159915, -0.0075869211, 0.0190197472, 0.0108664287, -0.0275366772, -0.00685969554, 0.0122579467, 0.0101601807, 0.000746018079, -0.00878264755, 0.00542272534, -0.00548565853, -0.00356969866, -0.00354347681, -0.021411201, 0.00738413678, 0.000334550015, 0.011341922, -0.00327251526, 0.00788760092, -0.0088246027, -0.0236068629, 0.00477591436, 0.00414658431, 0.0100413077, -0.00248585292, 0.0112719974, 0.000754321751, -0.000346349931, -0.0056989314, -0.0141319511, -0.00202259631, -0.011069213, -0.0303197131, 0.00380744552, -0.00226209126, 0.00709744217, 0.021411201, -0.00428993162, -0.0115726767, 0.022334218, -0.0178449973, 0.0116216242, -0.00984551571, -0.0128103588, 0.00476542534, 0.00546468096, -0.000263968919, 0.00364661682, -0.00564998342, -0.011775461, -0.0149640655, -0.0302917436, -0.00393680762, 0.0323615409, 0.00927212648, 0.0176072512, 0.00340187759, -0.0085449, -0.0208517965, 0.0114328256, -0.0151179014, -0.0151458718, -0.0186701193, 0.0112370346, 0.0234530251, -0.0138522489, 0.00444726413, -0.0110831978, -0.00209427, -0.0259843301, -0.00147542893, 0.00086489151, 0.0122299772, 0.0058912267, 0.00592269329, -0.00470249262, -0.00412560673, -0.00389834889, -0.00565348, -0.00651706, -0.029396696, -0.00361165404, -0.00120009703, -0.0165723525, -0.0200406592, -0.0308791175, -0.00480738096, -0.0135515695, -0.0248375516, 0.0116915498, 0.0130550982, -0.0243760422, 0.00272709597, 0.0120202005, -0.0109433467, -0.00644014217, 0.00841204263, 0.0161947552, -0.00261346693, -0.0185302682, -0.0116006471, 0.0148521848, -0.020054644, -0.014796244, 0.0144326314, 0.0161248296, -0.00648209732, -0.00130061503, -0.0174394287, -0.0165024269, 0.00588773051, 0.0116426023, 0.00876866281, 0.0053632888, -0.0082442211, 0.00869873725, -0.000997313, 0.00258899317, 0.00704849418, -0.023746714, 0.00526888948, -0.0117055355, -0.00999935251, -0.0147263184, -0.006387698, -0.00515001593, 0.0260962117, -0.0105028162, 0.007761735, -0.00290540606, -0.00161615398, -0.00344383274, 0.00831414666, 0.0124327606, 0.0156353507, -0.0203763023, -0.0195232108, -0.0204602126, -0.0124327606, -0.0021537065, -0.00985950138, 0.00608352199, -0.004660537, 0.00166597601, 0.00639818702, -0.0123558426, 0.00290190987, 0.00332845561, -0.0067233406, -0.00085221749, 0.0189917758, 0.0276485588, -0.00952385832, 0.00376549037, -0.0110901901, 0.00927911885, 0.0346550979, 0.0152997077, -0.0149780503, -0.00516050495, 0.00279527344, 0.00390534126, 0.00250333431, -0.0130131431, -0.00651006773, 0.000400760735, 0.00114415667, -0.03104694, -0.0221104547, 0.00190372276, -0.0205581076, -0.0188239552, -0.0178449973, 0.000503463903, -0.0021764324, -0.0142578175, -0.00244739396, 0.0173415337, 0.0128243435, -0.0030033018, 0.0337600484, -0.0147542888, -0.0201805104, 0.0156353507, 0.00400673319, -0.00544370338, -0.0138102937, 0.012796374, -0.0338159911, -0.00214846223, 0.00693311729, 0.00625134306, 0.000574700534, 0.0138312718, 0.000338264799, -0.00367808342, 0.00439132378, 0.00114240847, 0.0132019417, 0.0225020386, -0.00200511492, 0.0249214619, -0.00980356056, 0.00968468748, -0.0117404982, 0.0101392036, -0.00248585292, 0.00334418891, -0.00972664263, -0.00488779508, -0.0299840719, 0.00187225628, -0.0046920036, 0.020390287, -1.67985181e-05, 0.0162926503, -0.007104435, 0.0051884749, 0.0108034955, 0.000846973096, -0.0156633202, 0.0120341852, -0.0313266404, -0.00197714451, 0.00449271593, -0.0124747166, 0.0153696332, -0.00142473285, -0.0380394943, 0.019369375, 0.00762188388, -0.00532133365, -0.00640517939, -0.0295085777, 0.0197329875, -0.0109293619, -0.0129991574, -0.00428993162, 0.0174674, -0.00924415607, 0.0109433467, -0.00488429889, 0.0104958238, 0.00753797311, 0.00611848477, -0.00109258655, 0.00666390406, 0.00324804126, -0.00727924844, 0.00290365797, -0.0048528323, -0.003674587, 0.0400813185, -0.00674781436, 0.0174394287, 0.0111111682, 0.0114468103, -0.00399274845, 0.00213447702, -0.0015811912, 0.0098175453, -0.00953784399, -0.00265542232, 0.0070589832, 0.0147542888, -0.0182225946, 0.00554509507, 0.00594017468, 0.017229652, 0.0266136602, -0.00995040406, 0.0244739391, 0.0255927481, 0.00131460011, 0.0306273866, -0.0134676592, 0.00906235, 0.0224181283, 0.00268514082, 0.00629679486, 0.00496121682, -0.00197364832, 0.0127264485, 0.00439831661, 0.0101531884, 0.0259703454, -0.026375914, -0.0118244085, 0.026138166, -0.00747504, -0.00655202288, 0.00604855921, 0.0163625758, 0.00224810606, -0.0157472305, -0.00946092512, 0.000858773, -0.00422000606, -6.99801676e-05, -0.00581081212, -0.0157891866, 1.26193745e-05, 0.00138539972, -0.00349802501, 0.024138296, -0.00161178363, -0.0150759462, -0.000440093863, -0.00543671055, -0.0263199732, -1.5637645e-06, -0.0112650041, 0.00260123, -0.0310749095, -0.0173275489, -0.00506610516, -0.0102720615, -0.000906409812, 0.00968468748, -0.0169779211, -0.00216594362, 0.000230317251, 0.00583179, 0.00627581729, -0.02778841, 0.00720233051, 0.00360466144, -0.0156773068, -0.0122369695, -0.00904137176, 0.0257465839, 0.00392631907, 0.0199427642, 0.0200266745, -0.00315539, 0.0178449973, 0.0319419876, -0.0202784073, 0.0033931369, -0.015621365, -0.003674587, 0.00508358655, -0.0145165417, -0.01946727, -0.013069083, -0.00846798252, -0.042486757, -0.0204602126, 0.00269213319, 0.00959378388, 0.0195092261, 0.0176911615, 0.0119642597, -0.00550663611, 0.0146843633, 0.00708345696, 0.0196630619, -0.0251032691, -0.0140690189, -0.0105168009, 0.00993641932, 0.0204741973, 0.00531084463, 0.000596552272, 0.0116775651, -0.00887355115, -0.00513952691, 0.0118034314, 0.00177610875, -0.000170880536, 0.00384940091, 0.0282359328, 0.00321482657, -0.00868475158, 0.00525140809, 0.018642148, -0.0131390085, -0.00512903836, -0.00954483636, 0.0276485588, -0.00723030092, -0.00656600809, -0.0134187108, 0.017719131, 0.0178449973, 0.00163975393, -0.00736315921, -0.00326901884, 0.0219146647, 0.00402421458, -0.00797850359, -0.0031711231, 0.0124887014, 0.0236208476, 0.00960776862, 0.0170198753, 0.00597863365, 0.0335362889, 0.00272010337, -0.00485632848, -0.00115814176, -0.00323755248, -0.0155794099, -0.00404169597, -0.0257885382, 0.00531783747, -0.00960077625, 0.00802046, 0.00759391347, 0.00213972153, -0.00754496548, 0.00418504374, 0.00806940719, -0.0236068629, -0.0142997727, 0.00921618566, 0.0154675292, -0.0569193885, -0.0164325014, -0.00631427625, -0.0136564579, -0.00462557422, -0.0169219803, -0.0209217221, 0.0219706036, 0.00869174488, 0.00120359333, -0.00446474552, 0.00317461952, 0.00328650023, 0.0183764324, -0.0030102944, 0.0183904171, -0.0143766906, 0.0137823233, -0.0318301059, 0.0294806082, 0.00642615696, 0.007349174, 0.00282149552, 0.0140130781, 0.00556257647, 0.0123558426, -0.00347529934, 0.00648559397, -0.00325678196, 0.0222363211, 0.0127823884, -0.00988747086, -0.00307147927, 0.00219566189, 0.0146843633, -0.00110657164, 0.000610537361, 0.021998575, 0.0235229507, -0.0192994494, 0.0125935897, 0.000404257036, -0.0174394287, 0.00949588791, 0.00331621873, -0.0210755579, -0.0050276462, -0.00545419194, -0.0268374216, 0.0245438647, 0.00736315921, 0.0141319511, -0.00255053397, -0.0200266745, 0.00225859485, -0.00594367087, -0.00210825494, -0.0147263184, 0.0104119126, 0.00623386167, -0.0119852377, 0.0116705727, -0.0161807705, -0.00194742624, 0.00825820584, -0.00333544821, 0.0219845902, 0.0181247, -0.00736315921, 0.00516050495, 0.0296204593, 0.00091252831, -0.00946791843, -0.00476892199, -0.0133278081, -0.0135235991, 0.0116076395, -0.00941897, -0.0264598243, -0.00957979914, -0.00212049205, 0.0146424081, -0.00811835472, -0.0143207507, -0.0145165417, 0.0161108449, 0.00425147265, 0.0154815139, 0.0170058906, -0.0109083839, -0.0152997077, 0.0120761404, -0.0072512785, -0.00913227536, 0.0209217221, 0.0164744575, 0.00113279372, 0.000115267881, -0.00561152445, -0.00967769418, 0.00840505, 0.00170880533, 0.0035294916, -0.0144326314, -0.0254389104, 0.0135235991, 0.00823722873, 0.00855888613, -0.000396608928, 0.00355046918, -0.0100832628, 0.0265856907, -0.0243900288, 0.0017682421, -0.0075100027, -0.00353298779, 0.0136005171, -0.0250752978, 0.00102353503, 0.0098175453, 0.0159989633, 0.00592968566, -0.0153976036, -0.0126075745, 0.00171317568, -0.0187540296, -0.00496121682, 0.019369375, -0.0176771767, -0.0312986709, -0.0109922951, -0.0186001938, -0.0100762704, 0.00675131101, 0.00133382971, -0.0352704413, 0.0195371956, 0.0198868234, 0.0186141785, -0.00632126862, -0.00426895404, 0.00789459329, 0.00663593365, 0.0101811588, 0.00673382962, 0.0287533812, -0.00728624128, 0.00422350271, 0.0018565231, 0.0319140144, 0.0181107149, 0.0256766584, -0.0165303983, -0.00745406235, 0.00983852334, 0.0101322103, -0.00664991885, -0.014404661, -0.0160968583, -0.00426895404, -0.0234250557, -0.00746105518, 0.00938400719, 0.00294036884, -0.00544719957, 0.00512204552, 0.00671984442, 0.0167681444, 0.0196910314, -0.00220265449, 0.00552062131, -0.00893648434, 0.00881761, 0.0412560664, 0.00516749732, -0.010027322, -0.00941897, 0.00478989957, -0.0046955, -0.0159849785, -0.00031772416, 0.0224600825, -0.00805542246, 0.00893648434, -0.0304036252, -0.00860783365, 0.0100413077, 0.007761735, 0.00933506, -0.0136005171, 0.00363612804, 0.0293687265, -0.00639818702, 0.0201105848, -0.0221803803, -0.0134606659, 0.00232852041, -0.00379346055, -0.00913926773, -0.0123768207, 0.00225160248, -0.00830715429, -0.0035137583, 0.00673382962, 0.00950987358, 0.0055555841, -0.0105727417, 0.0238166396, 0.0212014243, -0.00744707, -0.00798549689, 0.00506260898, -0.0179289076, 0.0309630278, -0.0122229839, -0.00770579418, 0.0133627709, 0.0164464861, -0.00353998039, -0.0113978628, 0.00638420181, -0.00174726441, 0.00702052424, 0.0125656193, 0.0181107149, 0.00126040785, 0.00295435404, -0.00447523454, 0.00280226604, -0.0104958238, 0.00697507244, -0.00476892199, -1.63751411e-05, -0.0203063767, 0.00389485247, -0.0261521507, 0.0330048539, 0.0144885713, 0.000172847198, -0.0133907404, -0.00848896056, -0.014187892, 0.0122929094, -0.00919520855, -0.00102790538, -0.022390157, 0.00705548702, 0.0139990933, 0.0015121398, -0.000229006138, 0.0155794099, 0.00435636099, -0.0217328575, 0.00305749429, 0.01357954, 0.0129432175, -0.00170006463, 0.024334088, -0.0166842341, -0.0332006477, -0.0141529292, -0.000392894115, -0.0110202646, 0.0149500798, -0.00911129732, -0.0133487852, -0.00764286146, 0.00681074755, 0.00166597601, 0.00291589508, 0.00579333073, -0.00429692445, -0.0193553884, 0.00823023636, -0.0161947552, 0.00183204911, 0.0115726767, 0.0103909355, 0.0159010682, -0.00167471671, -0.0237606987, 0.0187260602, 0.0165583678, 0.00679676235, 0.0210475866, -0.00253130449, 0.000623211381, -0.00927911885, -0.0181946252, -0.000745581056, 0.00702052424, 0.026138166, 0.0235928763, -0.017956879, 0.0113978628, -0.0199427642, -0.0297323391, 0.0172995776, 0.0173695032, -0.0109853018, 0.0121041108, -0.021509096, -0.0149500798, 0.00805542246, -0.00327251526, 0.00416756235, 0.00757293589, -0.0098175453, -0.0237606987, -0.00244564563, -0.0276066028, 0.00556257647, -0.0164185166, 0.0176212359, 0.0171597265, -0.0304875355, -0.00923017133, -0.0015121398, 0.0131320162, -0.0127264485, -0.000925639353, -0.00190372276, 0.00361515046, -0.0334803499, 0.0111181606, 0.00907633454, -0.00690864306, 0.00311168656, 0.00129274838, -0.00961476192, -0.00744707, 0.00806940719, 0.0288932323, -0.00431790203, 0.00198064093, 0.00894347671, -0.026473809, -0.00669886684, -0.0074121072, 0.00560802827, -0.0048353509, 0.00942596234, -0.0129362252, 0.00427245, 0.0193973444, -0.0161947552, -0.00665341504, 0.0139781153, 0.0214531552, -0.0208657812, -0.00358718, -0.00313266413, 0.0130970534, -0.000277298474, 0.0175513104, 0.0393820629, -0.0213133041, 0.008419035, -0.00569193903, 0.00906934217, 2.28077442e-05, -0.0164045319, 0.00527937803, -0.00240893476, 0.00572690181, 0.00150252506, -0.00463606324, -0.00867076684, 0.0172716081, -0.0309070889, 0.0325293615, 0.00501715764, -0.0190617014, 0.000978083466, 0.0120761404, -0.00208552927, 0.0109433467, -0.00165024272, 0.0109433467, 0.0032095823, -0.00409763679, 0.0111810938, -0.0218587238, -0.00762887625, 0.00920220092, -0.00352424709, 0.0180827435, 0.0048353509, -0.0093280673, 0.022627905, 0.0146703785, 0.00129886693, 0.0167681444, -0.0236348324, -0.00140725146, 0.0011607639, 0.000286694703, 0.015089931, 0.00230929093, 0.00208028476, 0.00306099048, 0.0175513104, -0.021173453, 0.0150339911, -0.00769180944, 0.0386268683, -0.00324629317, -0.0286974404, -0.0103280023, -0.00713939732, 0.00589472288, 0.00181281962, -0.00630728342, -0.00648209732, -0.00394380046, -0.0038738749, -0.00445775315, -5.08052763e-05, -0.00782466773, 0.00746804755, 0.0366409831, 0.00446824217, -0.00747504, -0.00269213319, -0.00245788274, 0.0128942691, -0.0263059884, -0.01489414, -0.0081533175, -0.00783166, -0.025648687, 0.00925114844, 0.00911129732, -0.010439883, -0.00521994149, -0.015089931, -0.0067093554, -0.0107125929, 0.00957979914, 0.0147822592, -0.0046955, 0.000452330831, -0.00706247939, 0.0158730969, -0.00954483636, -0.0040382, -0.0291729346, -0.0149640655, 0.00652055675, 0.0285855606, 0.0155374547, -0.00435286481, 0.00680025853, 0.00738413678, -0.0248515364, 0.00551013229, 0.0182225946, 0.0152857229, -0.0161248296, -0.0284876637, 0.00868475158, 0.0132438969, -0.0120132072, 0.0139221745, 0.00943295565, -0.0101182256, -0.00661845226, 0.000234687584, -0.00991544127, -0.0164045319, 0.0205441229, -0.0296763983, -0.0158870816, -0.00393680762, 5.87265276e-05, -0.00229530572, 0.010027322, -0.00120971177, 0.00972664263, 0.00767782424, 0.0147682736, 0.0113629, -0.00546468096, -0.00120446738, 0.0113908704, 0.00862881169, -0.00966370944, -0.00898543186, 0.00675131101, 0.00508358655, 0.0174813848, -0.00139851077, -0.00939799286, -0.0187959857, 0.0123908054, 0.0101112332, -0.0149500798, -0.0151878269, -0.000189017475, -0.0111041758, -0.0245298799, 0.0114118475, -0.00382492691, -0.00379695673, 0.0144326314, -0.01683807, 0.011167109, -0.00410462916, -0.0105307866, 0.0051570083, -0.00335992221, -0.0142298471, -0.00795752648, -0.00727924844, -0.0319140144, -0.0106216893, -0.0062583359, -0.0200966, -0.0145165417, 0.0120971184, 0.0242501777, -0.0139711229, 0.00176299771, 0.00403120741, 0.00834211707, 0.0033546777, 0.00479689194, -0.0136005171, 0.0208238252, -0.0132089341, 0.00528637087, 0.0141459368, -0.00277254754, 0.0139571372, -0.00174726441, 0.00464305561, 0.0107125929, 0.0179848485, 0.00821625069, -0.0033389444, 0.00446124934, -0.0119572673, 0.00545069575, 0.00725827087, 0.0280541256, 0.010125218, -0.00811136235, 0.00124991906, -0.00278478465, -0.000824247312, 0.0205441229, -0.0240823552, 0.00787361525, 0.0159709938, -0.0161388144, -0.01620874, 0.00720932288, 0.0012770152, 0.0221244413, -0.00157944311, 0.000276205887, -0.0105657494, -0.00701702805, -0.0007525736, -0.0023302685, 0.0148661695, 0.0296763983, 0.0168940108, 0.00578983454, -0.00243515684, 0.00777571974, 0.0119642597, -0.0239285193, -0.013481644, -0.00723729329, 0.0125026861, -0.0147123337, -0.0126914857, 0.00295959855, 0.0121740364, 0.0324454494, -0.0316063426, -0.00713590113, -0.0157472305, -0.0221803803, 0.0271730646, 0.00264143734, 0.0192994494, 0.0217748135, -0.00302078319, -0.0139221745, -0.00103402394, 0.00592618948, -0.0215650368, 0.0043248944, -0.0149500798, 0.00804842915, 0.0166282933, 0.00583528634, -0.00760789867, -0.0184603427, 0.00519197108, 0.0075100027, -0.0072512785, -0.0320818387, 0.00317287142, -0.0023390092, 0.0206699893, -0.0200126898, -0.00372703117, -0.005730398, 0.0132718673, -0.00213797344, -0.0149221104, 0.0160688888, 0.0103629651, -0.00913227536, 0.0133348005, 0.00472696638, 0.00315189362, -0.00435636099, -0.0198029131, 0.00217992859, 0.0107755251, -0.00340362568, 0.0118803494, -0.0205161534, -0.0114048552, -0.00939799286, -0.0393540934, 0.0164464861, -0.0180268046, 0.0166702494, -0.0130411135, 0.0208378099, 0.00103839429, 0.000218626563, 0.020879766, -0.00957280677, 0.00821625069, -0.0234949812, -0.00179883454, -0.00755895069, -0.0107195852, 0.0112090642, 0.0210475866, -0.00630728342, 0.000472434418, -0.0168940108, 0.0144885713, -0.00764286146, 0.017719131, 1.34934435e-05, 0.00632826146, 0.000281231769, 0.0145445121, -0.00195267063, -0.00895046908, 0.00864279643, -0.0102091283, 0.0241662655, -0.00847497489, -0.0187400449, 0.013698413, -0.0048213657, -0.00817429554, -0.0105237933, -0.00217293622, -0.0112020718, -0.019565165, 0.00182330841, -0.00262045953, 0.00494023925, 0.0198168978, 0.0125166718, 0.00597164081, 0.0288652629, 0.020879766, -0.00141424406, -0.0099084489, -0.0121041108, 0.0110412426, -0.0212293938, -0.00953784399, -0.00380394934, -0.0188519247, 0.0187540296, -0.00116775651, 0.00175513106, 0.00504512759, 0.0108874068, -0.00872670766, -0.00798549689, 0.00697507244, 0.00196840381, 0.0230334718, 0.00701003522, 0.00674431818, 0.0101811588, -0.00575137557, 0.015089931, 0.00819527358, -0.0192155372, 0.018782, 0.0252990592, 0.0100203296, 0.00278303656, 0.0139221745, -0.00823023636, 0.015131887, 0.0075869211, 0.00156545802, -0.0167821292, -0.00446474552, -0.00913926773, -0.0162786655, 0.0138732269, -0.0181247, -0.0140830036, -0.0123488503, 0.00218866928, -0.00481786951, -0.0295085777, 0.00208727736, 0.00853790808, -0.0125656193, 0.0074260924, 0.00339663308, 0.0192994494, -0.0140550332, -0.0146563929, 0.021215409, 0.000175578665, 0.0157891866, -0.00614995137, -0.0199427642, -0.00494723208, 0.0156493355, 0.00565697625, -0.0111111682, -0.0168660395, -0.0141599216, 0.0120411776, 0.00968468748, 0.0093280673, 0.00143085129, 0.0113698924, -0.00682822894, -0.00154098403, 0.0280541256, -0.000499967602, -0.000617529906, 0.0304315947, 0.00762188388, 0.0246417597, 0.0040382, 0.00787361525, -0.0116426023, -0.00123331172, -0.0205441229, 0.00302777579, -0.0279282611, -0.00713939732, -0.0158730969, -0.0239425041, 0.00495422445, -0.0232292637, 0.00596814463, -0.0179988332, 0.0112440269, -0.000641566818, -0.03261327, -0.0215650368, -0.0208378099, -0.00397526706, 0.0155374547, 0.0154115884, -0.0157472305, 0.00520246, -0.00331796682, 0.0137263834, -0.003522499, -0.00508009037, -0.0105727417, -0.00836309418, 0.00620938791, 0.0109573323, -0.0368088037, 0.00734218163, -0.00439831661, -0.00790857803, 0.0175093543, -0.00303651649, -0.014502557, -0.0106007122, 0.00356620247, 0.00510456413, 0.000494723208, -0.00937701482, -0.0136354798, 0.0148801543, -0.013187957, 0.0111601157, -0.00173590146, 0.000312042714, -0.0205720942, 0.0141459368, 0.00960077625, 0.00334943342, -0.00504862377, -0.0162367094, -0.0238306243, 0.00725827087, -0.018348461, -0.0057443832, 0.00719533814, -0.015089931, -0.0143766906, 0.00176299771, -0.000103904982, -0.00435636099, -0.00761489104, -0.0218307525, 0.0146284224, -0.0289491732, 0.0038738749, -0.0100133372, 0.00817429554, 0.00343684014, 0.0125026861, -7.18375668e-05, 0.0217887983, 0.0133767556, 0.00341061829, 0.0390184522, -0.00999935251, 0.0312986709, 0.00575836794, 0.0020086111, -0.0127684036, 0.0178449973, 0.00460110046, 0.0177051462, -0.0167122036, -0.0114048552, 0.0114258332, -0.00706947222, 0.0134187108, 0.000320127845, 0.00161527994, -0.0296763983, 0.00739112962, -0.0242501777, -0.0150339911, -0.0207539, -0.00804842915, -0.00273933308, -0.00752398791, 0.0260123014, -0.00835610181, -0.00790158566, -0.0231313687, -0.00378297176, -0.00592618948, 0.00128138554, -0.0070135314, -0.0174813848, -0.00804143678, 0.0074260924, -0.00558355451, 0.00539825158, 0.00971965, 0.0146144377, -0.0173275489, -0.0150339911, -0.0248235669, 0.008419035, -0.00529336324, -0.0183204915, -0.0202364512, 0.0189078655, 0.0323056, 0.0100483, -0.00576536078, 0.00739112962, 0.0192155372, 0.00537028164, -0.00326027838, 0.0125865974, 0.0098245386, 0.0124327606, -0.00390883768, -0.0110762054, 0.00374800898, -0.0038738749, -0.0111041758, -0.00222887658, -0.00239669788, -0.00556257647, 0.0191595983, -0.0107475556, 0.00207154406, 0.0144885713, -0.0109643247, 0.0108104879, -0.0106846225, -0.0268653929, -0.012754418, -0.00171230163, 0.013187957, 0.0134396888, 0.00948190317, -0.000334112963, -0.0141599216, -0.0205441229, -0.00720233051, -0.0186561346, -0.00348404, 0.0112999668, -0.00835610181, 0.000607478141, 0.0112859821, -0.0111601157, -0.0171737131, -0.0205301382, 0.00555908028, -0.0083281314, 0.00997837447, 0.0116775651, -0.0109573323, 0.000662544509, -0.0114677884, 0.00165373902, -0.0069296211, 0.0055695693, 0.00495072827, 0.0087406924, -0.0178729687, 0.0154535444, 0.0161947552, -0.00729323365, 4.80191775e-05, 0.0229076073, 0.010244091, 0.0148381991, -0.00395778567, 0.0101322103, 0.0125026861, 0.00395428902, 0.0191176422, 0.000489915838, 0.0109433467, 0.00906235, -0.0115167359, 0.00944694, -0.00492625404, -0.02735487, -0.000960602076, 0.000207482182, -0.00287044328, 0.00477941055, 0.0046955, -0.0163765606, 0.0217328575, -0.00173677562, 0.00622337312, 0.0230055023, 0.0270891543, -0.0194812547, 0.00857287087, 0.000149465835, 0.00430391682, -0.00748902513, -0.00459760427, -0.0120551633, 0.0370605364, 0.00367109082, -0.0276905131, 0.00609401055, -0.0106356749, -0.0221803803, 0.0227397848, 0.0166282933, -0.00191595976, -0.00398575561, 0.00661495607, -0.00525490427, 0.000594804122, 0.00820226595, 0.00116513425, 0.00689116167, -0.00546817714, 0.00334418891, -0.0117964381, -0.00623036548, 0.0149081247, 0.0125376489, 0.0149780503, -0.00108646811, -0.0180407893, -0.0223062467, -0.0110062798, -0.0132089341, -0.000199615562, -0.0028809323, 0.0196910314, -0.0417595319, -0.00812534802, -0.0252011642, 0.00795752648, 0.00413259957, 0.011656587, 0.00427245, -0.0100133372, 0.00243690494, 0.0112999668, -0.0124257682, 0.0123278722, 0.00421651, -0.000382405298, 0.00681774, 0.00253480091, -0.0143487202, 0.032557331, 0.0125865974, -0.00755195832, 0.00154273224, -0.00723030092, -0.0186561346, 0.00392282289, 0.0125516346, -0.00253305258, 0.00852392334, 0.000353779527, -0.0109853018, -0.00677928096, -0.00860084128, -0.0087337]
|
20 Nov, 2020
|
HTML5 MathML height Attribute
20 Nov, 2020
This attribute holds the height value length i.e. desired depth above the baseline. This attribute is accepted by three tags <mglyph>, <mpadded>, and <mspace>.
Syntax:
<element height="length">
Attribute Values:
length: This attribute sets or increments the depth.
Below example illustrate the height attribute in HTML5 MathML:
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML height attribute</title>
</head>
<body style="text-align:center;">
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML height attribute</h3>
<math>
<mpadded height="+150px" width="200px"
lspace="2height">
<mrow>
<mrow>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo>+</mo>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
</mrow>
<mo>=</mo>
<msup>
<mi>z</mi>
<mn>2</mn>
</msup>
</mrow>
</mpadded>
</math>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML height attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute
|
https://www.geeksforgeeks.org/html5-mathml-height-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML height Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0323937722, -0.000121330377, -0.0134241264, 0.0141190886, 0.0819772333, -0.00616602087, 0.0292735305, 0.0436833687, 0.00155214244, -0.00885722879, 0.00394639513, -0.00366273709, -0.00205120374, -0.0261674728, 0.0166932866, -0.0081339, 0.0122611271, 0.000544712471, -0.018324323, -0.00185618864, -0.0126582487, -0.0292735305, -0.0293586273, 0.0431160517, -0.032705795, -0.00616247533, 0.0161968861, 0.00919052679, 0.00982875749, 0.0174449813, -0.00679716049, 0.0107151903, 0.00389320939, 0.00998477, -0.0447896346, 0.0169485789, 0.019657515, 0.055398453, -0.0381520316, -0.0359678641, -0.00704536168, 0.00343403756, -0.000468036102, 0.0116583537, 0.0347197689, -0.0463781208, 0.00729001686, -0.0132326568, -0.0145800337, -0.0291884318, 0.0158706792, 0.00706309034, 0.020338295, 0.0198986251, -0.019558236, 0.0120058348, 0.051030118, 0.0392015688, -0.0151331667, -0.014154546, 0.00313265063, -0.0211750884, -0.0464348532, -0.0109775737, -0.0487324856, -0.00557388458, 0.00361132389, 0.0232457928, -0.0112825064, -0.00462717516, -0.0117789088, -0.00903451443, 0.000482219, 0.00357941235, -0.00297663873, -0.0230188668, -0.00375138014, -0.0121476641, 0.0198277105, 0.0179981161, 0.0075736749, -0.00117452245, -0.0319399163, 0.00472290954, 0.029784115, 0.0148920575, -0.00207247795, -0.0288196765, -0.0240116697, -0.00387548073, -0.0326490626, 0.0321101137, -0.00161773839, -0.0144311124, -0.0367337428, 0.017303152, -0.00782187562, 0.0227493905, -0.00675106607, -0.00297663873, 0.0063929474, 0.0356842056, 0.00928271562, 0.0206645019, 0.0171045922, 0.00623339, 0.0127362553, 0.00402794685, 0.0162819829, 0.00702408701, 0.00386129785, -0.0376130827, -0.0173740666, -0.0174875297, -0.012473871, 0.00643904181, -0.0195298698, -0.043825198, 0.0380953029, -0.000370750175, -0.0409602486, -0.0142041864, -0.00722264778, 0.0169485789, -0.00903451443, 0.000585488335, -0.0454987809, -0.0456689745, 0.0313442349, -0.0449031, -0.0246782675, 0.0153175453, -0.000606762711, -0.0308620166, 0.0113463299, 0.0169627629, 0.00196610624, 0.0210190751, -0.00849556457, -0.00878631417, -0.0471156351, -0.00578308245, 0.00077474158, 0.0118285483, -0.0221962575, 0.00587881682, -0.0116299875, 0.0383222289, -0.0275006667, 0.026295118, -0.00368755707, -0.0208772458, 0.0106371837, -0.0158281289, 0.0056306161, -0.0176719073, -0.0362231582, 0.0262242034, -0.030237969, 0.0143105583, 0.00616956688, -0.0134454006, 0.0236854628, 0.04876085, -0.00103889825, 0.0428323932, -0.0246215351, 0.0201539174, -0.0352870859, 0.0317980871, 0.00498174783, 0.00355281937, -0.00706309034, -0.0263802167, -0.038549155, 0.0124313226, 0.033613503, -0.00615538377, -0.0098003922, -0.0112186829, -0.0177002735, -0.00608446915, 0.0280254334, 0.0141970944, -0.0126298834, -0.00018781278, 0.0192887597, 0.0132326568, 0.0110910367, -0.0249761082, -0.0490161441, 0.0309471134, 0.0108286534, 0.00933235604, 0.0441088565, -0.0350885242, -0.00755949225, 0.00181363989, 0.025515059, -0.0141687291, -0.00314506073, -0.0327908918, -0.0150338868, -0.000491083309, 0.00688580377, -0.019671699, 0.0120909326, 0.0174591653, 0.0458391719, 0.0229479522, -0.0229621343, -0.00523349456, 0.0113959694, 0.00251037534, -0.0123320417, 0.0162819829, -0.0163245313, -0.00477609551, 0.00285962969, -0.0394852273, 0.0619509593, -0.0056518903, -0.010899568, 0.00266993325, -0.0604192056, -0.00714109605, -0.017870469, -0.028422555, -0.0215722099, 0.0367904752, 0.00426551094, 0.0243378766, -0.00327625265, 0.0264794957, 0.0360529609, 0.000881113403, 0.00776514411, -0.00796370488, 0.0476545841, 0.000542496389, -0.0410453454, -0.0225650128, -0.000572635094, -0.026748972, 0.0145942159, -0.0116016222, -0.0182392243, -0.0480800718, -0.00445343414, -0.0060809236, 0.044392515, -0.0217565876, 0.0428323932, -0.00460235495, -0.00281530805, 0.0313442349, 0.0395703241, -0.0139559852, -0.0187781751, -0.0161685199, 0.0315144286, -0.0167783853, 0.00734674837, -0.0302947, 0.0405914932, 0.0191185661, 0.0489310473, 0.00414495589, -0.0177711882, -0.0257987175, -0.0042938767, -0.0483920947, 0.0202106498, -0.00407049572, -0.0390597396, 0.027869422, -0.00585754262, -0.0069779926, 0.0462079272, -0.0153459106, 0.00847428944, -0.0149771553, 0.0159699582, 0.0532142855, 0.00646740803, -0.0147502283, 0.0150480699, -0.00848847255, -0.0254441444, -0.0210474413, -0.0252314, 0.000183048207, 0.0128355352, 0.0222388059, 0.0235578176, 0.00642485917, -0.0242953282, -0.0120342011, 0.0208205152, -0.0270893611, -0.043484807, 0.0163245313, -0.0168351158, -0.044052124, -0.0253023151, 0.0136510525, -0.00248555536, 0.00543914689, -0.00809135102, -0.0311456751, 0.0271744598, -0.0126653407, 0.000297619554, -0.000356788863, -0.0430309549, -0.00821190607, 0.0154735567, -0.0128568094, -0.0135659557, -0.0118143652, -0.0183952376, 0.0206219535, -0.0141970944, 0.0414141044, 0.0192320291, -0.00235613622, -0.0340673551, -0.0499805808, -0.0200262722, -0.00590718258, -0.0711414889, -0.0537816025, -0.00168244797, -0.0119420122, 0.0060809236, -0.0716520697, 0.0439102948, -0.0456689745, -0.00655605085, 0.000748591847, -0.0468036085, -0.00585754262, -0.0233025234, 0.0213311, 0.0240258519, -0.023713829, -0.00463072071, 0.00850974675, 0.0175726283, 0.023600366, 0.000888648094, 0.0534128472, 0.0218984168, -0.00989258103, 0.0150197037, 0.00391448382, 0.00326384255, -0.0172606036, -0.0425771028, -0.0148636913, 0.00284899236, -0.00051147124, 0.0146793136, -0.0613269098, 0.00674397452, -0.0818070322, -0.0215154774, -0.020338295, 0.0148069598, -0.0154168252, -0.0238840245, -0.0313442349, 0.0445343442, 0.0162252504, -0.00729710795, 0.00981457531, -0.0182959568, -0.0131971994, -0.0294720903, 0.0203950275, -0.0250186566, 0.0544340163, 0.0157146659, -0.0204092097, 0.0166507382, -0.0166081898, 0.00596391456, -0.00735384, 0.0251604859, 0.0313158706, -0.026068192, 0.0297557488, -0.00809135102, -0.0367621072, 0.017203873, 0.0110697625, -0.0115377987, -0.0373861566, 0.0216714889, -0.0176293589, 0.0281105321, -0.00816226564, -0.000733079272, 0.00587172573, 0.0290182382, 0.0169202145, -0.00490728766, 0.0164521784, 0.028989872, -0.0613269098, 0.000845656148, 0.00582563085, -0.0241109505, -0.0481651686, 0.0143601988, 0.00562707, 0.00332412, 0.00589654548, -0.0291884318, 0.0556821115, 0.0475694872, -0.0203524791, -0.0023933663, -0.039683789, -0.0302663334, -0.000687871245, -0.0555686504, -0.00330107263, 0.0393433981, 0.00482573593, -0.0531291887, 0.00983584952, 0.0213878304, 0.0272311904, -0.034379378, 0.0024554166, 0.0177853722, 0.0367053747, -0.0241109505, -0.00698508415, -0.0179555658, -0.0289047752, -0.00501365913, 0.0474843904, -0.0292735305, 0.00524767721, 0.0117292684, -0.0271177273, 0.0146367652, 0.0400241762, 0.0138779795, 0.00273198332, -0.0208630636, -0.0109988479, 0.0405631289, -0.0230897814, 0.0419530533, -0.0123178586, -0.0202531982, 0.00399603555, -0.0261532888, -0.00529731764, 0.0113463299, 0.0437117331, 0.0851542056, -0.0289047752, -0.0378683731, 0.0118498225, 0.00425841939, 0.00136776455, 0.00457753474, 0.0119491033, 0.0218700506, 0.00511293951, 0.0147927767, 0.00969402, -0.00464490382, -0.00327802543, 0.00523704, 0.0036343711, 0.0369606689, 0.0156437512, 0.0137006929, 0.000157341681, 0.00505975401, -0.0291884318, -0.000107701489, 0.00182604988, 0.0129986387, 0.0393433981, -0.014494936, 0.0048789219, 0.00722619379, -0.0359962322, 0.0235152673, 0.00510939397, 0.0126724318, -0.0204375759, -0.000416844647, 0.00130216859, -0.018437786, 0.0158139467, -0.0186788943, 0.0277701411, -0.00323547679, 0.0358544029, -0.0644471496, 0.0172180552, -0.0435699038, 0.0216005743, 0.0165514573, 0.00185087, -0.00960183144, -0.00361132389, -0.00677588629, -0.019671699, 0.0235294513, 0.0262525696, 0.0121476641, -0.00464844937, -0.0156721175, -0.00629012147, -0.0152608128, 0.00314328796, 0.00419459632, 0.01640963, 0.0145942159, 0.00224621873, -0.00999895297, -0.0301245041, -0.0154168252, -0.0148636913, 0.017757006, -0.00870830752, -0.0381236672, 0.00763749797, -0.0378683731, 0.00456335209, 0.0108073791, 0.00533277495, -0.0252597667, -0.0278977882, -0.028989872, -0.00152554945, -0.0332163796, -0.029103335, 0.0212743673, -0.00691416953, -0.0386626162, -0.00523704, 0.0242244136, -0.0213027336, 0.00617665797, -0.0212318189, 0.00850974675, 0.00385775208, -0.0135801379, -0.0255292412, -0.00206006784, -0.0193738583, -0.00840337574, -0.00160976045, 0.0100202272, 0.0289756898, -0.0269475318, -0.0317413583, -0.0228203051, -0.00110006216, 0.000195679866, 0.0182250421, -0.00722619379, 0.000297176332, 0.0738078728, 7.09699598e-05, 0.00358118536, 0.0132822972, 0.0134595837, 0.00222671707, 0.00826863758, -0.0105520869, -0.0395419598, -0.0152608128, 0.0363649875, 0.0206503198, 0.0149629721, 0.000658175733, -0.0132113826, -0.0439953916, -0.0699501187, -0.00924725831, 0.0374996178, 0.0688154921, -0.00674397452, -0.00556679303, 0.0118356403, 0.0255292412, -0.0317413583, -0.00397476088, 0.0200404543, -0.00605255784, -0.0214871112, 0.0155444713, 0.014275101, 0.0148211429, -0.0211892705, 0.0050455709, 0.0181399435, -0.0137645165, 0.00615892932, 0.00670142565, -0.0306918211, -0.0199411735, 0.0098216664, 0.00546751264, -0.0386342518, 0.00649577379, 0.0014581806, 0.00885013677, -0.0180264805, -0.00515194284, 0.0233308896, 0.00115768018, -0.0110555794, -0.00284190103, 0.0091621615, -0.0145516675, -0.0142183695, -0.00209729816, 0.00675106607, -0.040109273, -0.0139488941, -0.0138070649, 0.00245364383, -0.00429742225, 0.0608730577, 0.019671699, -0.0069460813, 0.00994931255, -0.0265645944, 0.0310038459, 0.00961601455, -0.000443437602, -0.0317980871, 0.0240684021, -0.00384711474, 0.010892476, -0.0175300799, 0.0670000762, 0.00663051149, 0.00798497908, -0.00714464206, -0.0124880541, 0.00224621873, -0.00304400758, 0.00905579, 0.0280821659, -0.0197000653, 0.00513775973, 0.000519005931, 0.00519449171, -0.0456689745, -0.0308903828, 0.0143956551, 0.00978620909, 0.028096348, -0.0157572143, -0.010672641, -0.00785733294, 0.0162394345, 0.00449243747, -0.000687871245, -0.0407049581, 0.0133673949, 0.0383789614, 0.0246215351, -0.00894941762, 7.11915709e-05, 0.0293018967, -0.0318264551, 0.0724463165, 0.00277275918, -0.0108782938, -0.00506329956, 0.010892476, -0.00907706376, -0.0167074706, -0.00513066817, 0.0199269913, 0.00854520407, -0.00438606553, 0.0450165607, -0.0233308896, 0.0239549391, 0.000166760015, 0.0167074706, -0.00391093781, 0.0212460011, 0.0215580259, 0.0172464214, -0.0293302611, -0.0150764352, 0.0163670797, 0.00486828433, 0.0228912197, -0.0135446806, 0.0209197942, 0.00412368169, -0.00444279704, -0.011800183, 0.00722619379, 0.00342340046, 0.04876085, 0.0361380577, 0.0395986885, 0.018310139, -0.0199695397, -0.0144027472, 0.00945291109, -0.0433997102, 0.0147502283, 0.00998477, -0.00301918737, 0.0138283391, -0.0329610854, 0.0180690289, -0.00993512943, 0.0329043567, 0.00655959686, -0.00768713839, 0.000322218024, -0.0229337681, -0.00778641878, 0.00319470093, -0.0136439614, -0.00463781226, 0.0644471496, 0.0296422858, 0.0199695397, 0.000240444671, 0.0113746952, -0.0194873214, 0.00930399, 0.0186930783, -0.0284651034, 0.00343226478, -0.00816226564, 0.0184945166, -0.00316633517, -0.00677234028, 0.0146651305, -0.00780769298, -0.0164663605, 0.040109273, -0.0268057026, 0.0429742225, 0.000422828074, 0.0167642012, -0.00568025606, 0.0160550568, -0.0150764352, -0.0456406102, 0.0157572143, -0.004159139, 0.0168918483, 0.00645677047, 0.0261249244, -0.00794952177, -0.0289615057, -0.00420523342, -0.00179147907, 0.00411304459, -0.0133106625, 0.0188207235, 0.00325320545, 0.0018969645, 0.000809312391, -0.0293586273, 0.0127504375, 0.0177286398, 0.00114704296, 0.00204056641, 0.0140978144, -0.0180122983, 0.0455838777, -0.0120767495, 0.00243946095, 0.018877456, 0.00488246744, -0.0153033622, 0.0282381773, 0.0482502654, 0.0526469685, 0.024947742, -0.00835373532, 0.00133408012, -0.000302716537, -0.0300677735, 0.0149913374, 0.0145516675, -0.0120838406, 0.00399958109, 0.0127078891, 0.0257278029, -0.00214339257, -0.0121760303, -0.0118072741, 0.0150906183, 0.0179272015, -0.0248200949, -0.0165656414, -0.00946709327, 0.017870469, -0.0115945302, -0.033273112, 0.0205794051, 0.0282523613, 0.0278410558, 0.0116512617, 0.00678297784, 0.0165372752, -0.0275999457, -0.0050668451, -0.0195298698, -0.0175868105, 0.00880049728, -0.00516612548, 0.0197426137, -0.029784115, 0.0296422858, -4.89199665e-05, 0.00334716728, -0.0275006667, -0.00928980764, 0.0410737135, -0.0113037806, 0.0274297521, -0.00819063187, 0.0188207235, -0.033840429, 0.0168067515, -0.0309471134, 0.000618729508, -0.023572, -0.00148654648, -0.00997058675, 0.0165089089, 0.00357586658, -0.017983932, 0.0150055205, 0.024281146, 0.0358260348, 0.0386342518, 0.0187214445, 0.0251179375, 0.00872249063, -0.00376910879, -0.0345779397, 0.00319470093, 0.010672641, -0.0201255511, -0.00925435, 0.00770132104, 0.0233025234, -0.0158706792, 0.0494416319, 0.033273112, 0.0311173089, -0.016750019, 0.00296954717, -0.00821190607, 0.00232245191, -0.00181363989, 0.0432011485, 0.0239407551, 0.00545332953, 0.00104244403, -0.0575258918, 0.0190618336, 0.0128497183, 0.0111123119, 0.0289473236, 0.00596391456, -0.0108641107, 0.0075736749, 0.00820481498, 0.033812061, -0.0340673551, -0.00323370402, -0.00686807511, -0.0178846512, 0.00733965682, -0.00785733294, 0.0572705977, -0.0118498225, 0.00122416264, 0.0350034274, 0.00822608918, 0.0266213249, 0.00276212208, 0.0226217452, 0.0238556582, -0.0339255258, -0.00590009149, -0.0151189845, 0.00594973145, -0.00132964796, -0.00650641089, 0.0122398529, 0.00775805302, 0.0242244136, -0.0114810672, -0.00614120066, -0.0205794051, -0.0212743673, 0.00936072227, -0.0087154, 0.0123178586, 0.00286849402, -0.0125164194, 0.0124100475, -0.00943163596, -0.00255469698, -0.0109704826, 0.0293869935, -0.0426622, 0.00554197282, -0.0146367652, -0.000727760664, -0.0152182644, -0.00323015824, 0.00443570549, 0.0183810536, 0.0160834212, 0.00138372032, -0.0124809621, -0.0303797964, -0.0342659168, 0.000421276811, -0.0515407026, -0.00603482919, 0.0171613228, -0.00776514411, 0.010892476, 0.0138070649, -0.0151189845, -0.035514012, -0.0259830952, 0.0137786986, 0.0215722099, -0.0113888783, 0.0421799794, 0.0147927767, 0.00464135781, 0.0116441706, 0.0372443274, -0.018437786, 0.0044605257, 0.0283941887, 0.0264227651, -0.0136794187, 0.0161259715, -0.00839628372, -0.00182073133, 0.0136652356, -0.0219976958, -0.00535759516, 0.00246428093, -0.00253874133, -0.00106283196, -0.0189058222, 0.0266213249, -0.0151898982, 0.0129915476, 0.00304223457, 0.0110413972, 0.0127575295, -0.00454916898, -0.0299826749, 0.0283800066, 0.00236677332, 0.0225224644, 0.00210616249, 0.0342942812, 0.0168351158, 0.0254725106, 0.0201397352, 0.0434280746, -0.00972238649, -0.0244797058, 0.0281814467, 0.0321101137, -0.00788569916, -0.0284792874, -0.0356274731, 0.00474063819, 0.0145800337, 0.00878631417, -0.0299826749, 0.00366273709, -0.0372443274, -0.0301528703, -0.0238131098, 0.0124596879, 0.0147927767, -0.00698153861, 0.0103606172, -0.00686807511, 0.00542496378, -0.00683970936, 0.0222955383, -0.00682907226, 0.0192887597, 0.00256887986, -0.0109988479, 0.0192603935, -0.00807007682, -0.0005770672, -0.00992094725, 0.021799136, 0.0464064889, 0.0141332718, 0.00603128318, -0.0191469304, -0.0437117331, 0.00282417238, -0.00441797683, -0.0156295691, -0.0152040813, 0.0143176494, -0.0071233674, 0.0262525696, 0.000771195861, 0.0313442349, -0.0215154774, -0.0277843252, -0.00459880941, -0.0135234063, -0.0291884318, -0.0234727189, -0.00860193651, -0.00761622377, 0.010559178, -0.026295118, -0.00515548838, -0.0328759886, -0.017757006, 0.00352977216, -0.002162894, -0.0123036765, 0.00233486178, 0.00122504903, 0.0050242967, 0.0080133453, -0.0373577885, 0.0177144576, 0.00553133572, 0.0157430321, -0.0134524917, 0.0104598971, 0.0118994629, -0.00457398919, -0.00399248954, 0.0052015828, -0.0205084905, -0.0306067243, -0.00342871901, 0.0226784758, 0.00991385523, 0.00104953547, -0.00148211431, 0.00260788295, 0.00723328488, -0.0216147583, -0.0100060441, 0.013374486, -0.023033049, -0.00344999321, -0.00303337025, -0.0197284296, -0.0304365288, -0.00838210061, -0.00204411219, -0.0189625528, 0.0179981161, 0.00049684511, -0.016750019, 0.00252987701, 0.0293302611, -0.0222388059, -0.0106584579, -0.0224231835, -0.00145108916, -0.0301812366, 0.00521576591, 0.0193313081, -0.0055277897, 0.00583272241, 0.0706876293, -0.00861611869, -0.0219551474, -0.0260398258, -0.0114101525, 0.00290217833, -0.00206538662, 0.0168918483, 0.0101549653, -0.0019324217, 0.00775096146, 0.0292735305, 0.0198986251, 0.0290466044, -0.0127504375, 0.00489665056, 0.0185512491, 0.00155036955, 0.0184803344, -0.0154168252, -0.000865157635, 0.00804171059, -0.00340744457, 0.00719073648, 0.0424920022, 0.00514839683, 0.0008695898, 0.00748857763, 7.83938303e-05, -0.0139063448, -0.00395348668, -0.026068192, 0.00835373532, 0.00330993696, -0.025061205, 0.0415559337, -0.00676170317, -0.00454207743, -0.0373010598, 0.00270539033, -0.0108215613, -0.00619793264, -0.00264511304, -0.0263943989, 0.000274350692, -0.00262561161, -0.016636556, 0.0054746042, 0.0026132015, 0.00165496848, -0.0122185787, 0.0045952634, 0.0167074706, 0.0131971994, -0.0164663605, 0.00171790516, 0.000682109443, -0.0253306814, 0.00292345276, -0.0542354546, -0.00973656867, -0.0158423129, 0.0146793136, 0.000558452157, -0.00185618864, 0.0178421028, 0.00836082641, -0.00948836841, -0.00142715545, 0.000707372732, -0.00191292027, 0.0240542181, 0.0255434252, -0.00491437875, 0.000871805882, -0.0087154, -0.0026752518, 0.00202461076, 0.0195298698, -0.0188349076, -0.0114456099, -0.00239868509, -0.0384356901, 0.0424920022, -0.0107293725, -0.00304578035, -0.0178279206, -0.00619793264, -0.0168351158, -0.0159415938, 0.0101478733, -0.0125660598, -0.0277843252, 0.00853102189, 0.00244832528, 0.00997058675, -0.00375138014, 0.000314683362, -0.00751694338, -0.0221253429, 0.00230649603, 0.0212601852, 0.0252739489, 0.0132255657, -0.00734674837, -0.0252739489, 0.0219693314, -0.00344112911, -0.00941036176, -0.00202638353, -0.00996349566, 0.0271035451, -0.0086303018, 0.0234585367, -0.00220721564, -0.0306067243, -0.0144807529, 0.00632203277, 0.0123958653, -0.00646031648, -0.00127291633, -0.00340744457, 0.00664469413, 0.000200555238, -0.000488867227, -0.0146934967, -0.00475836685, -0.0425203703, 0.00370528572, -0.00556324702, -0.0266496912, 0.0155302882, 0.0053505036, 0.020224832, -0.0113037806, 0.0205652229, 0.000104875988, -0.00516967149, -0.00632203277, 0.0131971994, 0.0115661649, 0.0240400359, 0.0418963209, -0.0381236672, 0.0102471542, 0.0227210242, 0.0111052198, 0.035173621, 0.0201964658, -0.00564479874, -0.0367053747, -0.0242385957, 0.0363366194, 0.0079920711, -0.00982875749, -0.0396554209, 0.0188916381, -0.00117274956, 0.00882886257, -0.0267064236, 0.0278126895, 0.0147076799, -0.00980748329, -0.0180122983, -0.015388459, 0.00783605874, 0.0295855533, -0.0223806351, 0.0172606036, -0.00960892253, 0.0361664258, 0.0123674991, -0.0135163153, 0.00517321704, 0.0012161847, 0.0194164068, -0.00076011545, -0.012807169, 0.00729710795, 0.00234904489, -0.0032815712, 0.000531859172, -0.0160550568, 0.00377620035, -0.00946709327, -0.0222104397, 0.00530440919, 0.000696292322, 0.000243325587, -0.0163812637, -0.021912599, -0.0160266906, 0.0293018967, 0.00647095358, -0.00250860257, -0.0119278291, 0.00567671051, -0.017203873, -0.00396057824, -0.0180264805, -0.0134595837, 0.0359111317, 0.0363933519, -0.00276389485, -0.00766586373, -0.0204801243, 0.00811971724, -0.00833246112, -0.00706309034, -0.00527604343, 0.0287203975, -0.0044605257, 0.0172889698, 0.0259972773, -0.0235861819, 0.0440804884, 0.0513705052, 0.0142963752, 0.0105095375, 0.0271319114, -0.0185937975, -0.0278552398, 0.00102116971, -0.00220366986, -0.0197000653, 0.0124384137, -0.026522046, 0.0125589687, -0.0190902, 0.0184803344, 0.0136155952, 0.0371592306, -0.0103251599, 0.0256710704, -0.00765168108, -0.0253448635, 0.0168067515, 0.00361841545, 0.0267915204, -0.00305641745, -0.0175158959, 0.00553488126, -0.014161638, -0.0020902066, -0.0187639929, -0.000294517027, -0.0193596743, -0.0109633906, -0.00634685298, 0.0043151509, -0.00365564553, -0.00481864437, -0.00204588496, -0.0211325381, -0.0122753102, 0.0126511576, -0.0135872299, -0.00571925938, -0.0139276199, 0.00414141035, 0.0284083728, 0.0417261273, -0.011786, -0.0278126895, 0.00169663085, 0.0172747858, 0.0184094198, 0.00139524392, 0.00869412534, -0.0069992668, -0.0138354301, -0.0186930783, -0.00562352454, 0.0252881311, 0.0138070649, 0.00301741459, -0.000702497375, 0.0196291506, 0.00948836841, -0.00886432, -0.0115236156, 0.00173120166, 0.00441797683, -0.0198986251, -0.0192462113, 0.00671206322, -0.0137786986, 0.00260433718, -0.0109137511, -0.00441088574, 0.0348899625, -0.017870469, 0.00742475456, -0.00358118536, 0.0155302882, 0.0214871112, 0.00702408701, -0.00454916898, -0.0105024464, -0.0105095375, 0.0374996178, 0.000637344609, 0.0229054019, -0.0124455048, -0.00706663588, -0.00290926988, -0.0141970944, -0.0134808579, 0.00691062398, -0.00647804514, -0.00992803834, -0.00880049728, -0.0107151903, -0.00471227244, 0.00857357, 0.00526540587, 0.00380102033, -0.0187781751, -0.00268766191, -0.0171755068, -0.0165514573, -0.00826863758, 0.00629012147, -0.0404780321, 0.0275148489, -0.0353154503, 0.0229479522, -0.000310472795, 0.00406695, 0.00154593738, 0.0010708099, 0.0153600937, -0.0523349456, 0.023146512, -0.00368046574, 0.0058079022, -0.00535404915, -0.020224832, 0.0239833035, -0.0388328135, -0.0354289152, 0.0185796153, -0.0180690289, 0.028536018, -0.00240400364, -0.00890686829, -0.00314860651, 0.00364500843, -0.0436833687, 0.00481864437, -0.00128443993, -0.0156863, 0.0243662428, -0.00837500952, -0.0245648026, 0.0156012028, 0.0174733475, -0.019657515, 0.0155870197, 0.000938731479, -0.0173457, -0.00687162066, -0.00466617802, 0.0085664792, 0.0101053249, -0.0340673551, 0.0110626714, -0.0209765267, 0.0108357444, 0.0280112512, 0.0184519682, 0.00731838262, 0.0215580259, -0.00131546508, -0.0190192852, 0.00426905649, -0.00360777811, 0.00364146265, -0.0171755068, -0.0133815771, 0.00873667374, 7.71749837e-05, 0.0302663334, -0.0144807529, -0.00974366069, 0.0108357444, -0.000323104468, 0.012246944, -0.00560225034, 0.0111477692, -0.0118214572, -0.00448180037, 0.00359004969, 0.0211325381, 0.00846719835, -0.00742475456, 0.0131688341, 0.00672624586, -0.00536823226, -0.0101833306, 0.0364784487, 0.0356558412, 0.0122753102, 0.00981457531, 0.0204233937, -0.00106283196, -0.00549233286, -0.0160834212, -0.00129507715, -0.000887318398, 0.0207212344, 0.0234727189, -0.0352019891, 0.00499593094, 0.00293763564, -0.00771550415, -0.0209339783, 0.0349750593, 0.0215296596, 0.0166507382, -0.0246073529, 0.0107151903, 0.0101975137, -0.0162252504, -0.00307946466, -0.0253448635, 0.011913646, -0.0191894807, 0.00866575912, -0.0104882633, -0.0119491033, -0.00399603555, -0.0271177273, -0.00105839979, -0.00733256526, -0.0128780836, 0.0105804522, 0.0262242034, 0.00144488411, -0.00879340526, -0.01640963, -0.0119065549, 0.00529022608, -0.00733256526, -0.0133461198, 0.0141332718, -0.00707727298, 0.0368188396, 0.0117292684, 0.0105875442, -0.00709145609, -0.0105804522, 0.00448889146, 0.0189767368, -0.0088997772, 0.0113817872, -0.011686719, -0.016750019, -0.00986421481, 0.022593379, 0.0199979059, -0.00052609737, 0.000525211, 0.0155586544, -0.0137574244, 0.00941036176, 0.0105449948, -0.00910542905, 0.0055171526, 0.00098305312, -0.00899905805, -0.0182959568, 0.00383293186, -0.00545332953, 0.0125447856, -0.0328192599, -0.0161543358, -0.00863739289, -0.0237847436, -0.0107790129, -0.00336844148, -0.0157855805, -0.00152998162, 0.0176009946, -0.023373438, 0.0545758456, 0.0121547552, 0.0274013858, 0.00161153334, -0.00676170317, 0.011573256, 0.0168918483, 0.0112186829, -0.0167216528, -0.00658087106, -0.0159699582, 0.0144027472, 0.0077296868, -0.00679361494, -0.000754796842, 0.021912599, -0.00111513142, -0.000572191842, -0.0133461198, 0.0186079796, 0.0285643842, -0.0116299875, 0.00298550306, -0.00491792476, 0.0056412532, -0.00144931627, -0.0127717126, 0.00931817293, 0.0147927767, 0.0213736482, -0.0178421028, 0.0167925674, -0.0153175453, -0.0233025234, 0.000680336554, 0.00106637774, 0.0202957466, 0.00264865882, -0.0326774307, -0.0116725368, 0.0166932866, 0.0110201221, -0.00602064608, -0.00455980608, 0.000152023087, -0.00725810509, 0.011353421, -0.000209197955, -0.00597100612, 0.00597809721, 0.013487949, 0.0172747858, 0.000149142186, 0.00836082641, -0.0147360452, -0.00976493489, -0.00301564159, 0.0094954595, 0.0216998551, 0.00254937843, 0.0223522689, -0.00349254208, -0.00661632838, -0.00650995644, -0.0208346974, 0.00896360073, -0.0112612322, -0.0189200044, 0.00924725831, 0.00492856186, 0.00602773763, 0.00105130835, 0.000514130574, -0.00640713051, 0.0229905, -0.00713755051, 0.00744602876, 0.0123462249, 0.00180300267, 0.00266106892, 0.00413431879, 0.00538596092, 0.00760913221, -0.012020018, 0.00560934143, -0.0080558937, -0.00449598301, 0.0130199129, 0.022479916, -9.47928202e-05, 0.0110413972, 0.00608801516, -0.0141332718, -0.0242102314, -0.015516106, -0.0175300799, -0.018877456, -0.0264511313, 0.0143672898, 0.00616247533, 0.0273588374, -0.00247491803, 0.00134560373, -0.0183810536, -0.00407404127, -0.00672979187, -0.00880049728, -0.000575737562, 0.00988549, 0.00416268455, -0.000777844049, -0.0315427966, 0.00315924361, -0.00466617802, -0.00344822044, -0.0163103491, -0.00352090783, 0.00486119324, -0.019671699, -0.0120129259, -0.0170194935, -0.0221537091, -0.000720226, -0.0184803344, 0.00538596092, 0.0128355352, -0.038549155, 0.00997767877, 0.022593379, 0.00361486967, -0.00356877525, -0.012140573, 0.00909124687, -0.0137645165, -0.00474063819, 0.00753821759, 0.0379534736, -0.0157997645, -0.00204056641, 0.00453853188, 0.0137503333, 0.0197567958, -0.00175690826, -0.0270326305, -0.0170336775, 0.00996349566, 0.0321952105, 0.0051874, 0.00673688296, -0.0200262722, 0.0269049834, 0.00615538377, 0.00763040641, 0.00250505679, -0.0222671721, 0.00719782757, -0.00373719726, -0.0211609043, -0.00987130683, -0.00357941235, -0.00308655621, 0.0258270819, 0.00437542843, 0.00315037929, 0.0035510466, -0.00681488914, 0.0195866022, 0.000331525574, 0.00304932613, 0.0199553575, -0.0183810536, -0.00330107263, -0.0323654041, -0.005893, 0.0241251327, -0.0106371837, 0.014608399, -0.00436833687, -0.00777223567, 0.0182675906, -0.0208772458, -0.0110059399, 0.00836791843, -0.008651576, -0.0139985336, 0.00460944651, 0.0342091843, -0.00920471, 0.000432800414, 0.0102613363, 0.0251888521, 0.0369323, -0.00197319756, -0.004889559, -0.017983932, -0.00719428202, 0.0182108581, 6.98619187e-05, -0.00977202598, -0.00810553413, -0.0133957602, -0.00564834476, -0.0209765267, 0.00688225823, -0.00375138014, -0.0126157, -0.00590718258, -0.0163103491, -0.0112257749, 0.00539305247, -0.0208772458, -0.0134950411, 0.00520512881, -0.00589654548, -0.0119349202, 0.0239833035, -0.0262242034, -0.0205084905, 0.00934653915, 0.00727583375, 0.00361841545, 0.00693544373, -0.0077084126, -0.0198277105, -0.00752403494, 8.1662547e-05, 0.016069239, -0.0111974087, 0.00306705479, -0.0159841422, 0.00647804514, 0.0062369355, -0.00351027073, 0.0148920575, -0.0013739696, -0.00644967938, 0.0119207371, -0.0187639929, 0.0104811722, -0.00186150719, 0.011693811, 0.0025901543, -0.0230614152, 0.00318760937, 0.00218416844, -0.00924725831, 0.00389675493, 0.0165798236, 0.0178988352, -1.8753577e-05, 0.0143672898, -0.0173740666, 0.0183810536, 0.0169485789, -0.00197497057, 0.00463781226, -0.0079920711, -0.033046186, -0.0290040541, 0.00970111135, 0.00171170023, 0.00555970147, -0.00419105031, -0.0253732298, 0.0400809087, 0.0122753102, -0.00336489594, 0.0239549391, -0.010672641, 0.0156437512, -0.00273552909, 0.00206006784, 0.0105379038, 0.0263943989, 0.000561111432, 0.0229621343, -0.0179697499, 0.011800183, -0.00360068679, -0.00472645555, -0.00534341205, 0.0108570186, 0.00291990698, -0.0179130174, 0.0162110683, -0.0131050106, -0.0244513396, 0.0373577885, -0.0233592559, 0.018423602, 0.0155870197, 0.00507748267, 0.00248378236, 0.00236500055, -0.0100698676, -0.00523704, 0.0132893883, 0.00660923682, 0.0210616235, 0.0144240214, -0.0125589687, 0.0246640835, -0.00343935611, 0.0155728376, 0.0466901474, -0.0189767368, 0.0306634549, -0.0074389372, -0.00941036176, 0.00213275547, 0.00188632729, 0.017203873, 0.0174733475, 0.0106300926, 0.0109492084, 0.000715793809, 8.93634278e-05, 0.000651084294, 0.000378949684, -0.00323902257, 0.0222246237, 0.000567316485, -0.0128284441, 0.00662342, 0.00746021187, -0.00177818257, 0.0136794187, 0.0262242034, 0.0080346195, -0.00229054037, -0.0201822836, -0.00212743669, 0.000937845034, 0.0121973045, 0.0168209337, 0.00357232103, 0.0106088184, 0.00329575408, -0.0182959568, 0.0177711882, -0.00178438763, -0.00259547285, -0.0053398665, -0.0207070522, -0.0310889427, -0.0115945302, -0.0176860914, -0.00199269922, -0.0242244136, -0.0114952503, 0.0169343967, -0.0187498089, -0.00359182246, -0.0169485789, -0.0245931689, -0.00422650762, 0.00758785801, 0.00252987701, 0.0094954595, -0.00355281937, 0.00137840176, 0.00999186188, -0.0102046048, -0.00879340526, -0.00282771816, 0.0151331667, 0.00384002342, -0.014948789, 0.0182959568, 0.0138850706, 0.00786442496, 0.0149062406, -0.0080133453, 0.0196858812, -0.00842465, 0.00560225034, -0.000181496944, 0.014948789, -0.0284792874, -0.0110272141, -0.0214445628, -0.0221678913, -0.0049108332, 0.00527249742, 0.00253696833, -0.00199092622, 0.0225224644, -0.0091834357, 0.00519449171, 0.0156437512, 0.00315924361, -0.000203990159, -0.0122824013, -0.00741057144, -0.011353421, -0.000703383761, -0.00702408701, -0.000773855136, -0.00841755792, 0.00606674049, -0.00182250421, 0.00515194284, 0.0245789867, -0.0114030614, 0.00678652339, -0.00645322492, 0.0268340688, 0.0207354166, -0.0168918483, 0.00156987109, 0.0259121805, -0.0180832129, -0.014154546, -0.00621920684, 0.0269758981, -0.00955928303, 0.0147644114, -0.010332251, 0.00447825436, 0.0145374844, -0.00841046683, -0.00156455243, -0.00429033069, 0.0226926599, 0.00960183144, -0.00490728766, 0.0128639014, 0.0210616235, 0.0182675906, 0.00302982447, 5.4570969e-06, 0.0273446534, 0.0250470228, 0.0110839456, 0.00309010199, -0.00626530126, -0.00181718555, -0.012473871, -0.0186505299, -0.00448889146, 0.0116228964, -0.0214445628, 0.00587172573, 0.00763749797, -0.000726431, -0.00218771421, 0.00769422948, 0.0165089089, -0.0175300799, 0.0063610361, 0.0115165245, 0.0108144702, -0.0372726917, -0.00873667374, -0.0113179637, -0.0231323298, -0.00239691208, -0.0252172165, -0.0206928682, 0.00718719047, 0.0165798236, -0.00657023396, -0.00155214244, 0.00882886257, 0.00694253528, 0.00530086318, 0.0136936018, 0.0314293317, -0.0108286534, 0.00383293186, -0.0242385957, 0.0345212072, 0.00259547285, 0.0230046827, 0.00329220854, -0.00910542905, 0.014835326, 0.0236145481, -0.00592845725, 0.00829700381, -0.0110272141, 0.000816847081, 0.0175300799, -0.0127646206, -0.00109651638, 0.0126015171, 0.0197000653, 0.0131830163, -0.0100202272, -0.0113392379, 0.00664469413, -0.00998477, 0.0131759252, 0.00706309034, -0.0185937975, 0.0117505426, 0.00606319495, -0.0131121017, 0.00366982841, 0.00737511413, -0.00418041321, 0.0103818914, 0.000138726609, 0.00503138779, -0.00466972357, -0.00547105819, 0.0258412659, -0.00437897397, -0.0130553702, -0.0284651034, -0.00651704799, 0.0194731373, 0.00262561161, 0.0110768545, -0.0153742768, 0.0102187879, 0.00511648552, 0.00793534, 0.0107080983, 0.0170478597, -0.0132752052, -0.00246073515, 0.00955928303, -0.0134737659, -0.0157713983, 0.0135092232, -0.000320223568, -0.0246215351, 0.00866575912, 0.00459880941, -0.0160125084, -0.0111974087, 0.00520867435, 0.0122398529, -0.00465199491, 0.000505709439, -0.0132255657, 0.0203666613, 0.00508457376, 0.017076226, 0.00584335951, -0.00309542054, -0.0351452567, 0.0253306814, -0.00342517323, 0.00292522553, 0.000870476244, 0.00655959686, 0.00313087786, -0.00429033069, -0.0020777965, 0.00467326958, 0.00172854238, 0.0180122983, 0.00307769189, -0.0202815644, -0.020239016, -0.0222955383, 0.0194589552, -0.00429033069, 0.00431869645, 0.00628657592, -0.0222955383, 0.0262383875, -0.00794952177, 0.00357763958, 0.00706309034, 0.00038914365, -0.0116654448, -0.015615386, 0.00236145477, 0.0012888721, 0.0126157, 0.0206361376, -0.0056518903, -0.00894941762, -0.00821899716, -0.0291884318, 0.0158848614, 0.0231890604, -0.0130128218, -0.0190476514, -0.00573344203, -0.00736802258, 0.00153441378, -0.00102471537, 0.00865866803, -0.0386058874, 0.0069460813, 0.00955928303, 0.0180264805, -0.0161259715, -0.0179413836, 0.00737511413, 0.00855938718, 0.00693544373, 0.00625466416, 0.0353438146, -0.0231039636, -0.0233592559, -0.00717300782, 0.0162536167, 0.0130624622, 0.0179981161, -0.00900614914, -0.00886432, 0.0085877534, 0.015955776, -0.00789988227, 0.00902742334, -0.0128780836, -0.0115874391, -0.0162536167, 0.00783605874, 0.0130411871, -0.00992803834, 3.12744305e-05, 0.00921889301, 0.0252030343, 0.00839628372, 0.0181115791, 0.0134312175, 0.00593200279, -0.0145800337, 0.0177286398, 0.0326490626, -0.0035634567, -0.0151189845, -0.0157855805, -0.0131971994, -0.0164805427, -0.0324505, 0.000804437033, 0.0234301705, -0.000689200882, 0.0120980237, -0.0327625275, -0.00768713839, -0.000288755225, 0.00440733973, 0.00200156355, -0.0129348161, 0.011686719, 0.0305216257, -0.0141119976, 0.0113392379, -0.00538241491, 0.0011293143, 0.000955573691, -0.00910542905, -0.0311740395, -0.00883595366, 0.00421232497, -0.00940327067, 0.00260965573, 0.0218558665, -0.00382938632, 0.0107293725, -0.00160000974, 0.00195015036, 0.00187746296, 0.0035740938, 0.00375138014, 0.00797788799, -0.0166932866, 0.00875085685, 0.00589654548, -0.0118143652, -0.000575294369, -0.0112186829, -0.00982875749, -0.00595682301, -0.00855938718, 0.00188810017, -0.00775096146, 0.0239691213, 0.0176151767, -0.000277231593, 0.0108144702, -0.0157997645, 0.0142609179, -0.00101141888, 0.0127433464, -0.0184519682, -1.74239285e-05, -0.00682907226, 0.00989967212, -0.0124029564, 0.0362231582, 0.00853811298, 0.000717123505, -0.0120625664, -0.0157146659, -0.0334149413, -0.00843174104, -0.00836791843, -0.00397121534, -0.00931108184, 0.0374712534, -0.0163812637, 0.00676879473, 0.000323547691, 0.00284721958, -0.00115768018, -0.0144665698, -0.000682995829, -0.0100415014, -0.00769422948, 0.00467326958, 0.00264334027, -0.0132184736, -0.00227635726, -0.0120980237, -0.00575826224, 0.00704181567, 0.00152820873, -0.0177002735, -0.0116016222, -0.00462362915, -0.00601355452, 0.000533188868, -0.00232599746, 0.00924725831, -0.0134099433, -0.000743273238, -0.0136014121, -0.00836082641, -0.007417663, 0.0116016222, 0.00279403361, -0.00062094559, -0.00885013677, -0.0323370397, 0.0197142474, 0.0146793136, -0.0106017264, -0.00957346521, 0.00963019673, -0.00553842727, -0.0124242306, 0.00240932219, 0.0121973045, 0.0120412922, 0.0168209337, 0.0177711882, -0.0245222542, -0.0100982329, -0.00693189818, -0.0172322374, 0.00061385415, 0.000946709362, -0.00850974675, 0.011786, 0.000186815538, -0.0294720903, -0.00153795956, 0.00115590729, 0.0150906183, 0.00836082641, -0.012246944, -0.0123107675, -0.00469809, -0.00540723512, 0.000427925057, 0.0252881311, 0.0212034527, 0.008651576, -0.000557122519, -0.0233025234, 0.00451016612, 0.00540014356, -0.0114739761, -0.00842465, 0.0069779926, -0.000512357685, -0.0104953544, -0.0119278291, 0.00630430412, -0.0217565876, 0.00454207743, -0.0102826115, 0.00378683745, -0.012927724, 0.00674752053, 0.0204092097, 0.000992803834, -0.00978620909, 0.00543914689, -0.00594973145, -0.00651350245, -0.00351913506, 0.0217140373, 0.00404922152, 0.00652768509, -0.0258554481, 0.0143247414, 0.00892814342, -0.0221537091, -0.000800891314, -0.0173457, 0.00259547285, -0.038549155, -0.00371592282, -0.0148069598, -0.00970820338, 0.00601710053, 0.0163954459, 0.016750019, -0.00460944651, -0.00719782757, 0.00335248583, 0.0102542453, -0.0120412922, -0.0139985336, 0.00632912433, -0.000992803834, 0.00498529337, 0.00973656867, -0.0118781887, -0.00983584952, 0.0194873214, -0.0172889698, 0.0298408475, 0.00288799545, -0.0095167337, 0.0125589687, 0.019657515, -0.0130411871, 0.00562707, -0.0202815644, 0.00686807511, -0.000761445088, 0.0083466433, 0.0109350253, -0.0281247143, 0.002895087, 0.00540723512, -0.00610574335, 0.0122753102, -0.00413431879, 0.0098216664, 0.0197426137, 0.0127929868, 0.00331171, 0.0252455827, -0.017870469, -0.0146793136, -0.00866575912, -0.00995640457, 0.0103535261, 0.00496047363, 0.0299543105, -0.00570153072, -0.00992094725, -0.0179555658, 0.00314860651, -0.0158706792, 0.0245080721, -0.00674042897, -0.00370528572, -0.00437897397, -0.000144488411, -0.00708081899, -0.00163369416, 0.0159274098, -0.0138779795, -0.0173740666, 0.00708791, 0.00824736338, 0.00900614914, 0.00277630496, 0.00675815763, 0.00841755792, 0.00546396663, -0.014161638, 0.00277630496, 0.00524058612, 0.00804880261, 0.001264052, -0.0167216528, -0.00792824756, 0.0104031656, 0.0148495091, 0.00339680747, 0.0213736482, 0.00604901183, -0.00601355452, -0.0140339909, -0.000456069247, -0.0158139467, 0.00902033225, 0.0186505299, -0.00523704, -0.00819063187, 0.00351204351, 0.00654541375, -0.0120129259, 0.00399603555, -0.00910542905, 0.00289863255, 0.00237918342, 0.00985003263, 0.0345779397, 0.00762331532, 0.0144807529, 0.00787151605, -0.0290324204, 0.0228628535, -0.00118427316, 0.00798497908, -0.00425487338, -0.0207496, 0.0160125084, 0.0258979965, -0.00700990437, 0.0147502283, -0.0132822972, -0.00750276027, -0.00396412378, 0.0166081898, -0.0167642012, -0.0117647257, 0.0299543105, -0.0187072605, -0.00887141097, -0.00451725721, 0.0167358369, 0.00924725831, 0.00521931145, -0.00764458952, 0.021472929, 0.0132042905, 0.00483282702, 0.0112825064, -0.0138354301, -0.00540368957, 0.00468036113, 0.0201397352, 0.00570153072, -0.0141261807, 0.011693811, 0.0111335861, 0.0184519682, -0.00765877264, -0.0137290591, -0.0151898982, 0.0055277897, -0.00128798571, -0.00919052679, -0.00577953644, 9.85047518e-05, -0.012587334, -0.0263518505, 0.00553488126, -0.0115661649, -0.00704890722, 0.00902033225, 0.00916925259, -0.00359182246, -0.00668015145, -0.00842465, 0.00451725721, 0.00461299205, -0.00958055723, 0.0118356403, -0.00987130683, -0.0205084905, -0.00332589285, 0.00867285, -0.00850265566, 0.00393930357, 0.00341808167, 0.0239974875, -0.00185441575, 0.000455182832, 0.0188632719, 5.27981065e-05, -0.0112825064, 0.00459880941, -0.0240116697, 0.0031751995, -0.000308256713, -0.0106513668, 0.0256852526, 0.00735384, 0.00015889293, 0.00435415376, 0.014721863, -0.016069239, 0.0187639929, -0.000673245115, -0.0314577, 0.00380811188, 0.0103535261, -0.00229054037, -0.0125022372, 0.00598164322, 0.0021522569, -0.00462717516, 0.00219835131, 0.0148211429, 0.0126795229, 0.018537065, -0.0153175453, -0.000316234626, 0.0234159883, 0.000656402903, -0.00519803725, 0.0204092097, -0.0120838406, 0.0058079022, 0.0223097205, -0.0183810536, -0.0179697499, 0.022579195, -0.00691771507, 0.00944581907, 0.0194731373, 0.0370174, 0.00136155949, -0.00229054037, 0.0072616511, 0.00325675122, 0.0126086082, -0.00853102189, 0.0083253691, -0.0103606172, 0.00844592415, -0.0144523876, -0.0260823742, 0.00493565341, 0.00486828433, 0.0353721827, -0.016622372, -0.00536468625, 0.00514130574, -0.0171187744, 0.0163245313, -0.0111052198, 0.00750276027, 0.00877213106, -0.0094954595, -0.00358650391, 0.00574407913, -0.00850265566, -0.0171755068, 0.0047548213, 9.6731892e-05, 0.000547371747, 0.0164521784, 0.00328866276, -0.0205652229, -0.0068219807, 0.0172606036, 0.0134737659, -0.00155125593, -0.0225650128, -0.0101691475, -0.00224976451, 0.028550202, -0.0177428219, -0.00504911644, -0.00426551094, 0.00505266245, 0.0041697761, -0.0037088315, 0.000892637, 0.00665887725, -0.00416623056, 0.00994222146, 0.00677234028, -0.000426373794, -0.0125022372, -0.0125022372, -0.003426946, 0.0126440655, 0.00430096826, 0.0120058348, -0.0163954459, -0.00777932722, -0.0179697499, -0.0500940457, 0.0212460011, -0.0190192852, 0.0241960473, -0.010452806, 0.0122611271, 0.00982875749, -0.0261107404, 0.0207354166, -0.0137928817, -0.0279119704, -0.0194164068, -0.00212211814, -0.00688580377, -0.00186150719, -0.00226040161, 0.011786, 0.00887141097, -0.00326561555, -0.041584298, -0.00014016706, -0.0022143072, 0.0083466433, 0.000436124537, 0.00533277495, 0.00750276027, 0.0147785945, 0.0145020271, -0.00526186032, 0.00321774813, 0.00318229082, 0.0042938767, -0.00692480663, 0.00408113282, 0.0220827945, 0.00451016612, -0.0069673555, -0.0120767495, 0.00381165766, -0.0295004565, -0.0142538268, 0.00246073515, 0.0245364383, 0.00305464468, -0.0133390287, 0.0151898982, 0.00743184565, 0.00831118599, 0.00398894399, 0.00450307457, 0.00526895188, -0.0224657319, 0.0187356267, -0.00882177148, -0.00593200279, -0.00131103292, -0.00202638353, 0.00767295528, -0.0215863921, 0.00792115647, -0.00326384255, 0.0239691213, -0.00388257205, -0.0013252158, -0.000594795856, 0.00679361494, 0.0271319114, 0.0056412532, 0.014275101, 0.0219693314, 0.0022994047, -0.00773677835, -0.00364855397, -0.0204092097, 0.0113108726, 0.0065383222, 0.0185654312, -0.00816226564, 0.0169485789, -0.0104669891, 0.00170638156, -0.00822608918, -0.010892476, -0.0136865098, -0.0167358369, -0.0104315318, -0.0125447856, 0.0214445628, -0.0206077714, -0.0142041864, -0.00264511304, 0.00226394739, 0.0104173487, -0.0147360452, -0.00388257205, 0.00439315708, -0.00824736338, -0.0124313226, -0.00536114071, 0.00948836841, -0.0210899897, -0.00476900395, 0.0278977882, -0.0149346059, 0.00126139272, -0.0151473498, 0.0168351158, 0.0100698676, -0.0168067515, -0.000203990159, 0.00412368169, 0.00657377951, -0.00710563874, 0.0194164068, -0.00151757163, 0.00590718258, 0.0155870197, 0.0149913374, -0.0226642936, 0.00531504629, 0.024266962, 0.00795661379, -0.00931108184, 0.0326774307, -0.0237563774, 0.0332163796, 0.0157430321, 0.0146651305, -0.0130766444, -0.00493565341, -0.0165940076, -0.0154026421, -0.0358544029, -0.0121618472, -0.00330461841, -0.0194305889, 0.0222388059, -0.0343226455, 0.0136865098, -0.00950964261, 0.0141261807, -0.0167642012, -0.0400809087, -0.00960183144, -0.00159203191, -0.0134241264, 0.0169060305, 0.0125093283, -0.00154682389, -0.00628303, -0.00748148607, 0.0104669891, -0.0020671594, -0.00534341205, 0.00642485917, 4.52357344e-05, 0.00878631417, 0.0263802167, -0.0248200949, 0.0190618336, -0.00454562344, -0.00473709265, 0.0157713983, -0.0183668714, 0.00467681512, -0.000616070232, -0.00196787901, 0.00890686829, -0.00725455955, -0.00276389485, -0.0154310083, 0.0182250421, -0.00766586373, 0.0215438437, 0.0189767368, -0.0086090276, -0.0345212072, 0.0094954595, 0.0207496, -0.00464844937, 0.011580348, -0.00280289794, -0.0116441706, 0.0166507382, -0.0172747858, -0.00132787507, -0.00178527401, -0.0137361502, 0.00125607417, 0.0142821921, 0.0100485934, 0.000433465233, -0.00403503841, -0.00659859972, 0.0136865098, -0.0150906183, -0.000637344609, 0.0018969645, 0.00400667265, 0.00720846513, 0.00896360073, 0.0181824937, 0.00645322492, 0.00712691341, -0.0139985336, 0.0399958119, -0.0102684284, 0.0285785682, -0.000228256235, -0.0115023414, -0.024493888, 0.0129702734, -0.0182675906, -0.00395348668, -0.0138425222, -0.00924016722, -0.000233574829, -0.0164947268, 0.0147502283, -0.00369110284, 0.0135801379, -0.0123036765, 0.0116158044, -0.0302663334, -0.00619438663, 0.00284367381, -0.0310889427, 0.000556236075, 0.00868703332, 0.0136723267, 0.00547814975, -0.0194589552, -0.0157430321, -0.00594264, -0.0156721175, 0.00756658334, -0.0121192979, -0.00623339, -0.0275290329, 0.0124455048, -0.00108499278, 0.00999895297, 0.00885722879, 0.000608092349, 0.00977202598, 0.0178988352, -0.0120483832, 0.00460235495, -0.00705599878, -0.0168351158, -0.024394609, 0.00608446915, 0.00879340526, -0.00278162351, -0.00197851611, 0.00942454487, -0.00369819417, 0.0157288499, 0.00558806723, 0.00755949225, 0.0209197942, 0.0158706792, -0.021912599, -0.0250753891, -0.00660569128, -0.0104811722, -0.00727583375, -0.00395348668, 0.00839628372, -0.00733256526, 0.00314506073, -0.00886432, -0.0012649385, 0.0144736618, 0.00522994855, 0.00197674334, -0.00437897397, -0.0200830027, 0.00190228305, 0.00701699546, 0.00124100479, 0.018324323, 0.00579371955, -0.00220189709, -0.0150906183, -0.00508812, -0.00217707688, -0.0245648026, -0.00101585104, 0.00998477, 0.00722619379, 0.0124313226, 0.0167925674, -0.0218984168, -0.0158139467, -0.0263943989, 0.0116725368, 0.00724037644, 0.0119420122, -0.010225879, 0.00201042765, -0.00700990437, 0.0107648298, 0.00450307457, -0.00673333742, -0.00868703332, -0.00940327067, 0.0196291506, -0.00397121534, -0.0156579353, 0.0235861819, -0.0126015171, -0.00264865882, 0.00860193651, 0.00156189315, -0.0142183695, -0.0164663605, 0.00520867435, 0.0118781887, -0.00789279, 0.00972238649, -0.00557033857, -0.000859395834, 0.0117434515, -0.0190760158, -0.00778641878, 0.00641067605, -0.0201964658, -0.00250151101, 0.00100787322, -0.00844592415, -0.00497820228, 0.0109208422, -0.00836791843, 0.0029447272, 0.0105733611, 0.00782187562, 0.0332163796, 0.0010566269, -0.0157997645, -0.00882177148, -0.00119668315, 0.0119349202, 0.00943163596, -0.00478318706, -0.010892476, 0.0312024057, 0.00429033069, -0.0020902066, 0.00740348, -0.0157288499, -0.0100415014, 0.0155870197, 0.0095451, -0.0020068821, -0.00765168108, 0.00440733973, -0.00915506948, 0.01640963, -0.00622275239, -0.0014714771, 0.0126369745, 7.72303902e-05, -0.0022869946, -0.00945291109, -0.00384002342, 0.0166507382, 0.00624048105, 0.0194873214, 0.00221253419, -0.0134666748, -0.00873667374, -0.0107293725, 0.0068219807, 0.00457398919, -0.007417663, 0.00195724191, -0.0302663334, -0.00454916898, -0.0220544282, 0.000766320445, 0.00553133572, 0.0115236156, -0.00154593738, -0.00995640457, -0.00189341872, 0.0170336775, -0.00184732431, 0.0217282213, 0.0031964737, 0.00128709921, -0.00151225296, -0.000725101389, -0.00421232497, 0.0194022227, 0.00874376483, 0.0044605257, -0.00698508415, 0.00366982841, -0.0159699582, 0.010899568, -0.00069053052, -0.0158706792, 0.0159841422, -0.0211467221, -0.0158990435, 0.00146704493, -0.00138017465, 0.00576889934]
|
20 Nov, 2020
|
HTML5 MathML href Attribute
20 Nov, 2020
The href attribute is used to specify the URL of the linked document. This attribute is accepted by all the MathML tags.
Syntax:
<element href="valid URL">
Attribute Value:
href: This attribute is used to specify the URL of the linked document.
Below example illustrate the href attribute in HTML5 MathML:
Example:
<!DOCTYPE html>
<html>
<head>
<title>
HTML5 MathML href attribute
</title>
<style>
mi {
font-size: 25px;
}
</style>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML href attribute</h3>
<math>
<math>
<mi mathvariant="bold" href=
"https://www.geeksforgeeks.org/">
GeeksforGeeks
</mi>
<br>
</math>
<math>
<mi mathvariant="italic">
A Computer Science
Portal for Geeks
</mi>
</math>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML href attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute
|
https://www.geeksforgeeks.org/html5-mathml-href-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML href Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0187797043, 0.0111243762, -0.0139567014, 0.0266106781, 0.0493571, -0.0118489247, 0.011263431, 0.03644697, -0.0100851255, 0.00402160827, 0.00684661465, 0.0369446389, -0.023331916, -0.0173745193, 0.00142165134, -0.00928739, -0.0135541745, -0.00786025, -0.0286745429, 0.012522242, -0.0140372058, -0.0329925567, -0.0495034754, 0.037061736, -0.0328754596, -0.0138030089, 0.00371056492, 0.00101180596, 0.00586225372, -0.00485593639, 0.0290551148, -0.00273718196, 0.027752392, -0.0165255535, -0.014659293, 0.0258056261, 0.0125881098, 0.0626478046, -0.0144763263, -0.0199214164, 0.0331682041, -0.038262, 0.000112009933, 0.00280670938, 0.022073105, -0.0115195839, 0.0215022489, -0.0197164938, -0.0048156837, -0.0178575516, 0.0351588838, -0.00936057698, 0.0208582059, -0.00415700395, 0.0107364869, 0.00110877829, 0.0476591699, 0.0228927955, -0.0400184803, -0.013590767, -0.00059738633, 0.00655386783, -0.00170799426, -0.0146739306, -0.0433557928, 0.000812829647, 0.0109706838, 0.0341635458, 0.00792611763, 0.00306469249, -0.0086506661, 0.00979237817, 0.0216632597, 0.00697469106, -0.0310604293, -0.0134517131, -0.0263764821, 0.0210338533, 0.00823350251, -0.0116732763, 0.0255714282, -0.030270014, -0.0194530208, -0.00203641946, 0.0179453753, 0.00635260437, 0.000547070464, -0.0316166468, -0.0021004579, -0.0173159689, -0.0380278, -0.00129265978, -0.00214254018, -0.0124197807, -0.0281475987, 0.00020480837, -0.00203093048, 0.0051816171, -0.0167597514, -0.00735892123, -0.00810908433, 0.0223219395, -0.000384458806, -0.000976127398, 0.017842913, -0.011475672, 0.0157497749, 0.0179892872, 0.018721154, 0.0102534546, -0.00190834282, -0.0259519983, -0.00302443979, -0.0132833831, 0.0185015947, 0.0116074085, -0.0515234284, -0.0635845959, 0.0209021177, 0.000476170884, -0.0507330112, -0.00559146283, 0.0274303705, 0.0423311777, -0.0130565045, -0.00974846631, -0.0480982885, -0.0131589659, 0.0292161256, -0.0338415243, -0.0079187993, 0.0146519747, 0.00666364795, -0.0199360531, 0.02699125, -0.0158522353, 0.0147251608, -0.00548168272, -0.0238442216, -0.0274157319, -0.0486837849, -0.0090824673, 0.0153984791, 0.00867262203, -0.029889442, -0.043238692, 0.0137664154, 0.0245760884, -0.0183991324, 0.00525480416, -0.0183991324, -0.00164944492, 0.0296991561, -0.0164230932, -0.00699298782, -0.0163499061, 0.00122953637, 0.0120172538, -0.0162328072, -0.00990947708, 0.00892877579, -0.0208874792, 0.013305339, 0.0358614773, 0.0180624742, 0.0163206309, -0.0241955183, -0.00532067195, -0.0473957, 0.0449073501, -0.0246346388, -0.00674415287, -0.0048230025, -0.0562073737, -0.0565586723, 0.0181210227, 0.0302114636, -0.00679172436, -0.0292600375, -0.00311592314, -0.0522260182, -0.0136712724, 0.0236685742, 0.0351296104, -0.0390231423, 0.00487423316, 0.0101875868, 0.026039822, -0.0021370512, -0.00252677035, -0.0622379556, -0.0134809874, 0.0248834733, -0.00547436392, 0.062296506, -0.0304163862, -0.0242394302, 0.0194969326, 0.0430337712, -0.0214290619, 0.0157790501, -0.0271961726, -0.011951386, -0.00673683453, 0.00455221161, -0.014161624, -0.0069563943, 0.016203532, 0.0173013322, 0.00656118616, 0.0211509522, 0.0287038181, -0.00776510732, -0.0102607729, -0.00839451328, 0.000456273236, -0.0232294537, -0.0211509522, -0.0182381216, -0.0545387194, 0.0238881335, 0.00114628649, -0.0148129854, 0.0139640197, -0.0510843061, 0.00309030782, -0.0168329384, -0.0208582059, 0.0154131157, -0.0109926406, -0.00609279145, 0.0159546975, -0.00953622535, 0.0331389308, -0.00912638, 0.0304749366, -0.0162913557, -0.02874773, 0.0300358161, 0.025659252, -0.023902772, -0.0265228543, 0.00555852894, -0.0224244, 0.0247956496, -0.00941912644, -0.0163499061, -0.0382327251, -0.0020967985, -0.00815299712, 0.0514941514, -0.0205069091, 0.000409159315, -0.0157790501, -0.0123612313, 0.0503817126, 0.0233172774, -0.0230538063, 0.00515234284, -0.0172427837, 0.0365347937, -0.0154716652, 0.0142128542, 0.0124929668, 0.0226293225, -0.00766264601, 0.0114171226, -0.0376179554, -0.0108023547, -0.0302992873, 0.00281585776, -0.0291429386, 0.0447024293, -0.011358574, -0.0622379556, 0.00608547311, -0.00747236051, 0.0126612969, 0.0228342451, -0.0164230932, -0.0136639541, 0.00360078504, 0.00433631102, 0.0579345785, -0.0129759992, -0.00500231, 0.010121719, -0.014066481, -0.0131662851, -0.00537556224, -0.00859211665, -0.031148253, 0.0115854526, 0.0179161, 0.0224097632, 0.0116440021, -0.0113658924, -0.0107438052, 0.0184869561, -0.0380570777, -0.0222487524, 0.0112268375, -0.015135007, -0.0223512147, 0.00996802654, 0.0110585084, 0.0210631285, -0.00181228528, -0.00167323055, -0.0466345549, 0.018794341, 0.0126759335, 0.0145129198, 0.000574972888, -0.0379107036, -0.021692533, 0.0138835143, -0.0156619512, -0.00362091116, -0.0250298455, -0.032904733, 0.0153399296, -0.0342806429, 0.0104144653, 0.00634528557, -0.0166133773, -0.0236100256, -0.0561781, -0.0168329384, -0.0116293645, -0.0808566511, -0.0430044979, 0.0372666605, -0.0151642812, -0.00745406374, -0.0631747469, 0.0240784194, -0.0191163626, -0.00234380364, -0.000414419599, -0.033929348, 0.00427410239, -0.00345075224, 0.0239613205, 0.0116440021, -0.0229220707, -0.000373938208, 0.00721254805, 0.0312946253, 0.0151642812, 0.000886473747, 0.0542752445, 0.0120977592, -0.0100778062, 0.0285281707, -0.0176087171, -0.000185139448, -0.0381741747, -0.0610084198, -0.00867262203, -0.00375813642, -0.00126887416, 0.0136419982, -0.045258645, -0.0369739123, -0.0669219047, -0.0444096811, -0.00500231, 0.019482296, -0.0354809053, -0.0543337949, -0.00906051137, 0.0276499297, 0.00428508036, 0.00719425129, 0.0271961726, -0.000968808774, -0.0164377298, -0.0279280394, 0.018604055, -0.00183332642, 0.0366518907, 0.00968991686, 0.00322753284, 0.0211655889, 0.0245175399, 0.0277231168, -0.0247517377, 5.25743417e-05, 0.00902391877, -0.00479372777, 0.0527529642, -0.00416798191, -0.0385254696, 0.0437949114, 0.0149374027, -0.00504988153, -0.0433265194, 0.0428581238, -0.00483398046, 0.0266985036, 0.000198175825, 0.0046144207, 0.0395500846, 0.0391695127, 0.0358029269, -0.0221023783, -0.00882631447, 0.037061736, -0.010312004, -0.00723450398, 0.00295125321, -0.0180185623, -0.0464296341, 0.0161157083, 0.0500596911, 0.000316075, 0.042126257, -0.0134078, 0.0249273852, 0.0675659478, -0.00361359259, 0.0101802675, -0.00375081762, -0.03293401, 0.00955086201, -0.0762312487, -0.00789684337, 0.016774388, 0.0103998277, -0.0352467075, 0.0053719026, 0.0415114872, 0.0270790737, -0.0319972187, 0.0154423909, 0.0197018553, 0.00985824689, -0.0149008092, 0.00683929585, 0.0148203038, -0.00739185512, -0.028557444, 0.0287184548, -0.0433850661, 0.0158522353, -0.00402892707, -0.0332267545, 0.0440583862, 0.0259812735, 0.00686491095, 0.00784561224, -0.024473628, -0.027488919, 0.0376179554, -0.010238817, 0.0104217837, 0.0188675281, 0.0146373371, -0.00257068244, -0.0110438708, 0.0215168856, 0.0224683117, 0.0038276636, 0.0396379083, -0.0121855829, -0.0294356849, 0.0425068252, -0.00816031545, -0.00448634382, -0.0100412136, -0.00233099586, 0.0463418104, 0.00463637663, 0.0137737337, 0.02523477, 0.0233758278, -0.00689418567, 0.00136218721, 0.00620257156, 0.00346355978, 0.0347490385, 0.0435314402, -0.0136712724, 0.0440876596, -0.0174330678, 0.00179124414, 0.0105608385, 0.00807981, 0.0161303449, -0.0118781989, 0.0159107856, 0.001253322, -0.0446731523, -0.00452659652, -0.00669292221, -0.00610376941, 9.11974712e-05, -0.00338488421, 0.00976310391, -0.019555483, 0.0268595144, 0.00903855544, 0.0151642812, -0.0174769796, 0.038613297, -0.0552705862, 0.0244589895, -0.0276499297, 0.0134590315, 0.0163059942, 0.00625380222, -0.000997168594, -0.00408015773, -0.00314519787, -0.000133908761, -0.0028048798, 0.0342220925, -0.00343062589, 0.0113658924, 0.00500962883, -0.00955086201, -0.0307676829, 0.00570490211, 0.0051816171, 0.0183991324, 0.0235368386, 0.00123228086, -0.0214144234, -0.0385547467, 0.00839451328, -0.0209753048, 0.0345733911, 0.0210777652, -0.0377643295, -0.0107950363, -0.0233465526, 0.00350015331, 0.00689052651, -0.00737355836, -0.0493863747, -9.80015466e-05, -0.0185747799, -0.0108462665, -0.0266838651, 0.00288904435, 0.0234051012, -0.0252786819, -0.0487716086, 0.00431435509, 0.02699125, 0.00521455146, 0.0133565702, -0.00259812735, -0.000682923244, 0.0208728425, 0.00510843052, -0.0186479669, -0.00546704559, -0.0131223723, 0.0189992636, -0.0165548287, 0.00549997948, -0.00942644477, -0.0226146858, -0.0159839727, 0.00193395815, 0.00725646, 0.00824813917, 0.0208728425, -0.026420394, -0.00876044668, 0.0761727, -0.00858479831, -0.005595122, -0.00353857619, 0.00935325865, -0.00390085042, 0.00178301067, 0.0168768503, -0.0174916182, -0.0497669466, 0.0260251854, -0.00393378455, 0.00111975626, 0.0127418023, -0.0103339599, -0.0421555303, -0.0887022614, 0.0242394302, -0.0119587043, 0.0534555539, -0.0215607975, -0.00132833829, 0.0324948877, 0.0431801453, -0.0344855674, -0.0159986094, 0.0217949953, -0.00729305344, -0.02104849, 0.0273718201, 0.048800882, -0.00485593639, -0.00556584727, 0.00534994667, 0.016467005, -0.0310897045, -0.00663437322, -0.00101363554, -0.0397842824, -0.0164523665, 0.0221902039, 0.00524016656, -0.0524894893, -0.0100412136, 0.00208765012, 0.025161583, 0.00246456172, 0.0138322832, 0.050323166, 0.0267716888, 0.0155594889, -0.00677708723, 0.0393451639, -0.0178721882, -0.0195408445, 0.0011773908, 0.00838719402, -0.0061440221, -0.0144250961, -0.00397037761, -0.00526212249, 0.00714668, 0.0394915342, 0.0499718674, -0.0254836045, 0.00443511317, -0.00419359701, 0.0227464214, 0.00157442852, 0.0206532832, -0.0366226174, 0.050323166, -0.00940448884, 0.0241662432, 0.00431801425, 0.0403697751, 0.000876410573, 0.0047900686, 0.00362823, -0.0212095, 0.00751627283, -0.0148129854, 0.00582200103, 0.0108462665, -0.009265434, 3.81085374e-05, -0.00678074639, 0.0186479669, -0.0358322, -0.027298633, 0.0190431755, 0.000131392968, 0.0173452441, -0.00566830859, 0.01231, 0.00130638236, -0.0182527602, 0.0254250541, -0.0107730804, -0.0277084783, -0.0239613205, 0.0195115712, 0.0127857141, -0.014447052, -0.0177550893, 0.0293624979, -0.0219413675, 0.0432094187, -0.00793343689, -0.0225122236, -0.0186479669, -0.00735526206, 0.00308847823, -0.0168036632, -0.030270014, 0.0142274918, -0.02104849, -0.0280890502, 0.0346612148, -0.0190431755, -0.00196506246, 0.0368860886, -0.00204373826, -0.0121782646, 0.0255860649, -0.0101070814, 0.0105096083, -0.042243354, -0.016467005, -0.00199616677, -0.0024993252, -0.00163572247, 0.0191602744, 0.0243418925, 0.0152813802, -0.0216778964, -0.0402819514, -0.0159839727, 0.0120538473, 0.00738453679, 0.0280890502, 0.0462247096, -0.00507183746, -0.00780170085, 0.00547436392, 0.00361359259, -0.0585200749, -0.00238222652, -0.00258897897, 0.0139127886, 0.0171403214, -0.0158522353, -0.00389719103, -0.00884095207, 0.0415407643, 0.00794807449, -0.000952341768, -0.00249017705, -0.00366116385, -0.00949963182, 0.0152374683, -0.000718601746, -0.00514136488, 0.028059775, 0.0114683537, 0.00121489901, -0.00817495305, 0.00870189723, -0.0416578613, 0.0221023783, -0.00854820479, -0.0252201315, 0.0161888953, -0.0102022244, 0.0082847327, -0.00299882446, -0.00864334777, 0.00032087788, 0.000446667487, -0.0207411069, 0.0481275655, -0.0359200239, 0.0380278, -0.0206679199, -0.0016970163, -0.0201117, 0.0196140315, -0.0214436986, -0.042623926, 0.0138981519, -0.00815299712, 0.0205654595, -0.0109560471, 0.00164395594, -0.044760976, -0.0248395614, 0.0215900727, 0.0107657611, -0.00458148634, -0.0274303705, 0.0136639541, 0.00335560949, 0.0336366, 0.00972651, -0.0392573364, 0.00700396579, 0.0231855419, 0.0265667662, 0.0100192577, 0.0177843645, -0.0115854526, 0.0177697279, 0.0120538473, 0.0223951265, 0.026420394, -0.00540849613, -0.00297869812, 0.00750895403, 0.0301236399, 0.0244150776, 0.0159986094, 0.00637090113, -0.0100997631, -0.00676976843, -0.0056061, 0.00068521034, 0.0101802675, -0.0116366828, 0.0120318914, 0.00897268765, 0.0239905957, -0.00758945942, 0.00324948877, 0.0184869561, 0.0270790737, -0.00335195, -0.0448195264, -0.00124325883, -0.00456684921, 0.0203751735, -0.00721620722, -0.0294942334, 0.0249859337, 0.0106267063, 0.0394915342, -0.00652093347, 0.00266399537, 0.0202288, -0.0019138318, 0.00623184629, -0.00298967608, -0.00453391531, -0.00874580909, 0.0171988718, 0.0298308935, -0.020360535, 0.0410138182, -0.00328425248, 0.00344160385, -0.0213266, -0.0168183, 0.0186333302, -0.00724914111, 0.0386425704, -0.0215607975, 0.0309433304, -0.0324363373, -0.00698201, -0.0150618199, 0.00917761, 0.00502426596, -0.00189553516, -0.0488887057, 0.0283817966, 0.00441315724, -0.0135322185, 0.0266106781, 0.0461368859, 0.0248249229, 0.0433265194, 0.0396964587, 0.024136968, -0.0153692039, -0.00117098691, -0.0478933677, -0.00492912345, 0.0188675281, -0.0248249229, 0.00650263717, 0.014944721, 0.000460847397, -0.00423019053, 0.0402234, 0.00404722383, 0.0402234, -0.0160717964, 0.01473248, 0.00823350251, -0.00733330566, -0.00402892707, -0.0032787635, 0.0330511071, 0.0111609697, -0.0104217837, -0.0389645919, 0.00951426942, 0.0178868268, 0.00245541334, 0.0216486212, 0.0182673968, -0.00485227723, -0.00163663726, -0.0115269031, 0.025659252, -0.0449073501, -0.0149300834, -0.0276060179, -0.00608547311, -0.0153399296, -0.00112067116, 0.0568221435, -0.0189407151, 0.0139127886, 0.0361542217, -0.0276206546, 0.00996802654, -0.00687588891, 0.0394329876, 0.0272254478, -0.0211363155, 0.00621720916, -0.0136127239, 0.0029878465, -0.00749431644, -0.00965332426, 0.0253225937, -0.0112268375, 0.0295381472, -0.00670024101, 0.0109926406, -0.00514502404, -0.0283817966, 0.0186626054, -0.00924347807, 0.00628673611, 0.00370690553, 0.00174916175, 0.00484861806, -0.00274267094, -0.00256336364, -0.0141030746, 0.0210777652, -0.0427703, -0.00152228307, -0.00199067779, 0.0212826878, -0.00743576745, 0.00122404727, -0.0154863028, 0.00746870134, 0.0250737593, 0.00170250528, -0.0394037105, -0.0332853049, -0.050967209, -0.00417530024, -0.03644697, -0.0278402157, 0.0359200239, -0.00457782717, 0.0111316945, 0.00378009235, -0.0338122472, -0.043648541, 0.000306240545, 0.0299772657, 0.00533530954, 0.00168512342, 0.00933130272, 0.000712197914, -0.0171695966, 0.00010755012, 0.00884827, -0.0113292988, -0.000880984706, 0.0290258396, 0.0288062803, 0.0119952979, 0.0007190592, -0.0132541088, -0.0148422597, 0.0132394712, 0.0065502082, 0.0150764575, -0.00361908157, 0.00502792513, -0.00642945, -0.00249566603, 0.0186772421, -0.0235953871, 0.0391987897, 0.00919224788, 0.0223365761, 0.0178282764, 0.0286013559, -0.0126466593, 0.0217949953, 0.0208582059, -0.000676976866, 0.0208874792, 0.0248395614, 0.0149739962, 0.0360956751, 0.0048156837, 0.0274742823, -0.00797734875, -0.00241882, -0.00489984872, 0.0437363647, 0.000823807612, -0.030270014, -0.0129979551, 0.0175208934, 0.00968991686, 0.0196579434, -0.0234929267, -0.00683563622, 0.019862866, -0.00681368029, -0.0398428328, -0.00305005512, 0.00160095876, -0.0261276476, 0.0405454226, -0.00511209, 0.0240198709, 0.00979969744, 0.0109194536, -0.0011380529, 0.0144397328, 0.000316532416, -0.0188236162, 0.0314995497, -0.0269619748, -0.00977042224, 0.00401063031, 0.0208582059, 0.0327583589, -0.0168475751, 0.0152374683, -0.00697469106, -0.0488594323, 0.00590616558, -0.01231, -0.01715496, -0.0132980207, -0.000318819511, -0.00568660535, 0.0121489894, 0.0147983478, 0.015705863, -0.0119587043, -0.0245468151, 0.00501694717, -0.0322021432, -0.0495034754, -0.0299187172, -0.00805785414, -0.00095417141, 0.00413504755, -0.0289380159, 0.00949231349, -0.018604055, -0.0259227231, 0.0122514516, 0.00794807449, -0.00375813642, -0.00861407258, 0.0209606662, -0.00468028849, 0.0342220925, -0.0209460296, -0.00535360584, -0.0114098042, 0.0269473381, -0.00293112686, 0.00863602851, 0.00365018588, 0.00168237893, -0.0172135085, -0.0284257084, -0.00571222091, -0.0233611893, -0.0105827944, 0.024473628, 0.0292600375, -0.0124783302, 0.0124197807, -0.00676976843, 0.0107657611, -0.00476811267, -0.00369592756, 0.00538288057, -0.00296406075, 0.00526944129, -0.0031671538, 0.0131296916, -0.0257031638, 0.00273169298, 0.00588786881, -0.00817495305, 0.0034580708, 0.0136712724, -0.0166719276, 0.00499499124, 0.0141177112, -0.0152667426, -0.0411601923, -0.0246053636, -0.00292197848, 0.00438754167, -0.00528407888, 0.00838719402, -0.00304639572, 0.00813104119, 0.0631747469, 0.000965149433, -0.0390524156, 0.0152813802, 0.000390176516, -0.00492180465, -0.0135688111, -0.000759311835, -0.00314153847, -0.00366665283, 0.012734483, 0.033402402, 0.0036483563, 0.0534262806, 0.00155613187, -0.0274157319, 0.019862866, 0.00435460778, 0.00287806639, -0.00660509849, 0.00153234624, 0.0051816171, 0.00519991387, -0.0179892872, 0.020126339, 0.00471322238, -0.0179746505, 0.00198152941, 0.00684661465, -0.0198335927, 0.00919224788, 0.000519625493, -0.00472786, 0.0193505604, -0.0218681823, 0.044263307, -0.0335780531, -0.00477177184, -0.0256153401, 0.00498767244, -0.0207850188, -0.018530868, -0.00807981, -0.0101509932, 0.00561341876, 0.00769192073, 0.00352759822, 0.0211509522, 0.00646238448, 0.0239466839, 0.00971187279, 0.0209167544, 0.0180917494, -0.00424482767, 0.00877508335, -0.0218681823, 0.0125076044, -0.0254982412, -0.00676244963, -0.0221170168, -0.00189919444, -0.0206386447, -0.010692575, 0.00343062589, 0.00479372777, 0.00764800841, 0.0073223277, -0.00155430229, -0.00547070475, 0.0144250961, -0.00960941147, 0.0193359219, 0.00784561224, -0.00925811566, 0.00161376642, -0.00662339525, -0.0106998933, -0.00144726667, 0.00797734875, -0.0270937104, -0.0155302146, 0.00685393298, -0.0231709052, 0.0327876359, -0.0188821647, 0.0040252679, -0.0198921412, -0.0334902257, -0.0219267309, 0.00709179, 0.0239466839, 0.0100412136, -0.0140811186, 0.0100119384, 0.00775047, -0.0199214164, 0.00855552312, 0.00283415429, -0.00331352721, -0.0401648544, 0.0136493165, 0.0104437396, 0.0372081101, -0.0226146858, 0.00786025, -0.0285720825, 0.0310604293, -0.0123831872, -0.0101509932, 0.000471596693, -0.00451561855, 0.000223905517, -0.00861407258, 0.0069563943, -0.00339220278, -0.030650584, -0.00593909947, 0.0181210227, 0.021809632, 0.00401063031, 0.0139201079, 0.0118416054, 0.00293661584, -0.0057780887, 0.0191163626, -0.0208289307, -0.0139859756, -0.0112487935, -0.00159729936, 0.0139786573, -0.0213558748, 0.0113292988, 0.0094118081, 0.0135248993, 0.027298633, 0.00797734875, 0.0113292988, 0.0229659826, 0.00573417684, -0.000113896778, 0.0067331749, 0.000654563424, 0.0278548524, -0.0103851911, 0.00667828508, 0.0107364869, 0.0212680511, 0.0160278846, 0.0256007034, -0.00682465825, -0.0323777907, -0.0396964587, 0.0275474675, -0.0054121553, -0.00831400789, -0.034924686, 0.0338122472, -0.022073105, 0.00465467339, -0.0112707494, 0.018984627, 0.00917029195, 0.0273571834, -0.0166426525, 0.00829937, 0.00314519787, 0.0163206309, -0.00884095207, 0.0230830815, -0.0111024203, 0.00436192658, 0.0169793107, 0.00219925982, 0.0178868268, -0.00898732524, 0.00406917976, 0.019555483, 0.00122130278, 0.0265228543, -0.0144397328, -0.0015817472, -0.00872385316, -0.0151935555, 0.00730769057, -0.0148349414, -0.0117025506, 0.0141762607, -0.00774315139, -0.0319679454, -0.0223219395, -0.0241808817, 0.000978872, 0.0148276221, 0.0279719513, 0.0018461342, 0.00100174278, -0.00803589821, -0.0238734968, -0.00912638, -0.00765532721, -0.0183259454, 0.019555483, 0.0106706191, 0.0217218082, -0.0168329384, -0.00206386461, -0.00558414403, -0.0127930325, -0.0165401902, 0.00257251202, 0.0147105241, -0.00255787466, 0.0132907024, 0.0144836446, -0.00878240261, 0.0207996555, 0.0595739633, 0.00995338894, 0.00629039574, 0.0297430698, -0.00305371452, -0.0198335927, 0.00430703629, -0.0125368796, -0.0151057318, 0.019482296, -0.0373252109, 0.00495107938, -0.0235222, 0.0110658268, 0.0228049718, 0.0358029269, -0.0273425449, 0.0238588601, 0.0104437396, -0.0271815341, 0.0125588356, -0.0201556124, 0.0204483606, 0.0050206068, -0.0168475751, -0.00797003, 0.0159107856, -0.00848965533, -0.0274303705, -0.000350838673, -0.0104144653, -0.00824813917, -0.00965332426, 0.0121929022, 0.00679172436, -0.00317996158, 0.000905685243, -0.0201556124, -0.00660509849, 0.0035367466, 0.00142348104, -0.021882819, -0.0176233537, -0.0100192577, 0.00536824344, 0.0199506897, -0.0136493165, -0.0178868268, 0.0138908327, 0.0327583589, -0.0102314986, -0.0343391933, -0.00522918859, -0.0126247033, 0.000512764207, -0.0273425449, -0.0168036632, 0.0217657201, -0.00906783063, 0.00123868464, 0.00449366262, 0.029391773, -0.00500231, -0.0100046201, -0.0038276636, 0.0121709462, 0.00562439673, 7.59883624e-05, -0.0199360531, -0.00684295502, -0.00398867438, -0.0119879795, -0.0113146612, 0.00994607061, 0.0480982885, -0.00304456614, 0.0171110462, 0.01368591, 0.00923616, 0.0473371483, 0.000173475317, -0.00955086201, 0.00550363865, -0.00807249174, 0.0134370755, 0.00267680292, 0.0351296104, -0.00487789279, -0.0189992636, -0.00300797285, -0.0228488836, 0.00537556224, 0.0126100658, -0.0162328072, 0.00154698361, -0.00602692366, -0.0141103929, 0.00301163201, 0.00753091, 0.0184723195, -0.0174184311, -0.0134370755, 0.0232587289, -0.016393818, -0.00788952503, -0.0117903752, 0.00986556523, -0.0268741511, 0.00391548779, -0.0230098944, 0.00569392415, 0.000882814405, 0.0127198463, -0.00211692485, 0.00327693392, 0.00495839817, -0.0439998358, 0.0206093714, 0.00293844542, 0.0220584664, -0.00997534487, -0.0261276476, 0.0358907506, -0.0254836045, -0.015515577, 0.0199067779, -0.0126466593, -0.00761141535, -0.00582931936, -0.013019911, -0.0183405839, 0.0154277533, -0.0254543293, 0.00221938617, -0.0187650658, -0.00791148096, 0.0193359219, 0.00223768293, -0.00687588891, 0.00181228528, 0.0213266, -0.0216486212, 0.0132028777, 0.0135248993, 0.00930202752, -0.0122953635, -0.024136968, 0.00732598733, 0.00651361514, -0.026493581, 0.0294064097, -0.0143958209, 0.0122075388, 0.00142165134, 0.0122002205, 0.00929470919, 0.00637090113, 0.00568660535, -0.0167158395, -0.013993294, -0.00442779437, 0.0181210227, -0.0113366172, -0.0227317847, 0.00119019847, 0.00794807449, 0.0214436986, -0.0202288, -0.0183405839, -0.00599033, 0.00205837563, 0.0147983478, -0.00136218721, 0.0131077357, -0.0319386683, 0.0192041863, 0.00680636195, 0.0187357906, -0.00378009235, -0.0247224625, -0.0168768503, 0.0119952979, -0.0182381216, -0.0152081931, 0.0335195027, 0.0488301553, 0.0180478375, 0.00582566, 0.0183991324, -0.00950695, -0.00990947708, -0.0194383841, 0.0108609041, -0.00843842514, -0.00534628751, 0.0067478125, -0.0205069091, 0.00451561855, -0.00404722383, -0.0155887641, -0.0181795731, 0.0526944138, 0.010978003, -0.00386059773, -0.0117757376, 0.000435918191, 0.00443877233, -0.0101729492, 0.000704421836, -0.022570774, 0.0183405839, -0.00728207501, 0.00295491237, -0.0178868268, -0.0185894184, -0.0112707494, -0.0223658513, -0.0104144653, -0.0132248336, 0.0109267719, 0.000969723566, 0.0185015947, -0.0110438708, -0.00475347508, -0.0126320217, -0.0176819041, -0.00503524393, -0.00835060049, -0.0269327, 0.0227171481, -0.00380570767, 0.00975578558, 0.0180185623, -0.000764800876, -0.0122221764, -0.00753822876, -0.00751627283, 0.0152374683, -0.016467005, 0.00079361815, -0.004050883, -0.00832864456, -0.0188236162, 0.0162328072, 0.00222670496, -0.00176288432, 0.00269509968, 0.00661607645, 0.016774388, 0.0079041617, 0.0148934908, -0.0179161, -0.00118105009, 0.0111024203, -0.00718693249, -0.0260251854, -0.00787488744, -0.0256153401, 0.0120611656, -0.014088437, -0.0242540669, 0.00187174953, -0.0216486212, -0.00788220577, 0.00438754167, 0.000926269, -0.00646970281, 0.0143226348, -0.0242687054, 0.0570856147, 0.0211655889, 0.0132687464, -0.0136493165, -0.00461808, -0.000991679612, 0.00807981, -0.0200092401, -0.0108316299, -0.00761873415, -0.0069563943, 0.00489253, 0.0161449835, -0.0206825566, -0.00983629096, 0.0244589895, 0.0149081275, 0.00974114798, 0.00336109847, 0.013993294, 0.0380570777, -0.0170524977, 0.00138780253, 0.00202727108, 0.0193798337, -0.0191749111, 0.00300065405, -0.00585493492, 0.00371971331, -0.00347270817, 0.0131077357, 0.00590250641, -0.0188089777, -0.0236685742, 0.00982165337, 0.00915565435, 0.024210155, 0.00400697114, -0.0317630209, 0.00321838446, 0.0177550893, -0.00549266068, 0.00318545057, -0.0174477063, 0.000759311835, 0.014849578, 0.0143153155, 0.00208399096, -0.021692533, 0.0291868504, 0.0134151196, 0.000149689644, -0.0179307386, 0.0307091326, -0.0136127239, 0.00495839817, 0.0104803331, 0.000199776783, 0.0253518671, 0.0054048365, 0.0165548287, -0.0134078, -0.00199616677, -0.00854088645, -0.00649165921, 0.00862139184, -0.0108535858, -0.00967528, -0.0127783949, -0.00190468354, 0.00394476252, -0.00942644477, -0.00288721477, -0.0155448522, 0.0227610599, -0.00906051137, 0.0135834487, 0.012236814, -0.00881899521, 0.0131516475, -0.00116458314, -0.00766996481, 0.00698566902, -0.00764069, 0.0192773733, -0.0186479669, -0.0103559159, 0.00453025568, 0.0101436749, -0.00201995252, 0.0157497749, 0.0152081931, -0.0094630383, -0.00816763379, -0.00816031545, -0.00939717051, -0.0132248336, -0.0270205252, 0.00451927772, 0.00498767244, 0.0130345486, 0.000870006741, -0.00995338894, -0.0105827944, 0.00172995031, -0.00818959, 0.00437290454, -0.000694816117, 0.0113146612, 0.00939717051, -0.014278722, -0.0169793107, 0.00358797726, -0.0107584428, -0.00734062446, -0.015632676, -0.00273352279, 0.00161651091, -0.00235844101, -0.00285062147, -0.0242394302, -0.0113073429, 0.00262740208, -0.0215461608, 0.00312324171, 0.0202580746, -0.0348954126, 0.00206935359, 0.0264057554, 0.00824813917, -0.00901659951, 0.00665632915, 0.015135007, 0.00405454217, -0.00766996481, -0.00263838, 0.016774388, 0.00225780928, -0.0015872363, -0.000708996, -0.000434774644, 0.0115269031, -0.00948499423, -0.0211509522, -0.0223512147, 0.0115342215, 0.0365347937, 0.0205215458, 0.0287330933, 0.00340135116, 0.0225268621, 0.00338122481, -0.013590767, 0.00446072826, -0.0219120942, -0.000159409756, 0.00881167687, -0.0180039238, -0.0107511245, -0.00125240721, -0.0150325457, 0.0261422843, -0.00314885704, -0.00394110288, -0.00117190182, 0.016774388, 0.0130125927, -0.0120977592, 0.0067039, 0.00758945942, -0.0279426761, 0.0123685496, -0.0289672893, -0.018530868, 0.00133931637, 0.000769375, 0.00289087417, -0.00217730389, -0.011951386, 0.0225414988, -0.0276938416, 0.000498126901, 0.00665266952, -0.0153838415, -0.0157497749, 0.0249566603, 0.0274596438, -0.0107438052, 0.0038349824, 0.00295857177, 0.0170817729, 0.0291136634, 0.00720157, 0.000265530456, -0.0109853214, -0.00592080271, 0.02523477, 0.00849697459, -0.0159400608, -0.00928739, -0.0192480981, -0.00234380364, -0.0156180384, 0.00143537391, -0.0122075388, -0.0106998933, -0.0213412382, -0.00424482767, 0.00154332421, 0.00242979801, -0.0254543293, -0.0270205252, 0.00923616, 0.0101436749, -0.00572685804, 0.0154423909, -0.017842913, 0.00143262942, -0.0012643, 0.00124051434, 0.00446804706, 0.00756018469, 0.0104144653, -0.00141982175, 0.0110072773, 0.0073369653, -0.00268229214, -0.00985824689, 0.031909395, -0.0141543048, -0.00157168403, 0.00781633798, 0.000983446138, 0.0207703821, -0.00938253291, -0.00551827624, 0.00864334777, -0.031792298, 0.0182527602, -0.0107438052, 0.000976127398, 0.015705863, -0.00245907274, 0.0112048816, -0.00469858525, -0.00699298782, 0.00228891359, 0.00985092763, 0.0013612723, -2.00119848e-05, 0.0245175399, -0.000648159592, 0.018296672, 0.0159107856, 0.0107438052, 0.0161010716, 0.0056097596, -0.0196286682, -0.0293039493, 0.0158083234, -0.0176087171, 0.0167597514, -0.000115383387, -0.0429459475, 0.015515577, -0.00304090674, 0.0117757376, 0.0136054046, -0.0323192403, 0.0187797043, 0.00547070475, -0.0326705351, 0.0148349414, 0.011190244, -0.00314153847, 0.0246053636, -0.00473883795, 0.0323777907, -0.00155338738, -0.00412772922, -0.00697469106, -0.00200348557, 0.00608181348, -0.0252054948, -0.00453025568, -0.0146300187, -0.00592446234, 0.0311189778, -0.0258641746, 0.00635626353, 0.0225561373, 0.017960012, -0.0119733419, 0.00522187, 0.0135248993, 0.00117464631, 0.0159986094, -0.012829626, 0.0109340912, 0.0147690736, -0.0104656965, 0.0219120942, 0.0118928365, 0.0219120942, 0.0253811423, -0.029582059, 0.029391773, 0.0195262078, 0.00105022895, 0.0143811833, 0.00297503872, 0.00774315139, 0.00066920073, 0.00468394766, 0.0026182537, 0.00402892707, -0.00211143587, 0.017462343, 0.00317813177, -0.00200165575, 0.0134297572, -0.00118928368, -0.00570856128, 0.00542679289, 0.00900196191, -0.0156473126, 0.00611108821, 0.0163206309, 0.011951386, 0.0116732763, -0.0139054703, -0.0165548287, 0.000868634495, -0.00277743465, -0.000860858359, -0.0148934908, 0.000528316363, -0.00166774157, -0.0122880442, 0.019789679, -0.00516698, -0.00623916509, 0.00379838888, -0.0204483606, -0.0140225692, -0.00807249174, -0.012902813, -0.014944721, -0.0159107856, -0.00783829391, -0.0090458747, 0.000464506738, 0.0187504292, -0.00302809919, -0.0253079552, 0.0022834246, 0.0120245721, -0.0113732107, 0.00219011167, -0.0136932293, 0.0170964096, 0.0166426525, -0.0116147269, -0.0012890005, -0.012427099, 0.0115195839, 0.00549266068, 0.00600862689, -1.29792015e-05, -0.00250847358, -0.00128076703, -0.0040252679, -0.0163645428, 0.0117318258, -0.0128003517, 0.0112487935, 0.0012158138, 0.00603424199, 0.00403624587, -0.00430703629, -0.00958013721, -0.0086653037, -0.0155594889, 0.00397403724, -0.0109121352, -0.0151203694, 0.00959477481, -0.00613670377, -0.0105096083, 0.0184430443, -0.00722718518, -0.00667828508, -0.0116147269, 0.00370507594, -0.00839451328, 0.00144452218, 0.0252786819, -0.00784561224, -0.00766264601, 0.00511574931, -0.0111316945, 0.000698475458, 0.0250591207, -0.0112195192, -0.00555852894, -0.00170342007, 0.0294649601, 0.00899464358, -0.01473248, 0.0090312371, 0.0274303705, -0.0176233537, 0.0157205, -0.0171988718, 0.0253372304, -0.0155448522, 0.000969723566, -0.0050572, 0.02489811, 0.0098143341, -0.0194383841, -0.00692711957, 0.00533896871, 0.0243858043, 0.00342330732, -0.00638919743, 0.0123905055, 0.0147837102, -0.00107950356, 0.0136566358, -0.00306103309, 0.0173306074, 0.0155741265, 0.00403624587, -0.00336841727, -0.00253225933, 0.00425946526, -0.00900196191, -0.0147983478, -0.029011203, 0.0198043175, -0.0109414095, 0.00511940848, -0.0129979551, -0.0130052743, -0.0274157319, -0.00690150447, 0.00446438789, -0.0104217837, -0.00275181932, 0.0264496673, 0.0248688366, -0.0327876359, -0.000733696506, -0.015705863, -0.00859943591, 0.00540117733, -0.0219706427, -0.019482296, 0.0144616887, 0.0182088464, -0.00825545844, 0.00440217927, -0.000550729805, 0.00258714939, -0.0191456378, -0.00302261021, 0.00294576399, -0.000124989136, 0.0191895496, -0.0233172774, 0.00769923953, 0.00141616235, 0.0284549836, 0.00357334, -0.000870464137, 0.0166719276, 0.00953622535, -0.00145367056, 0.00702592172, -0.00752359116, -0.00743942661, 0.0360371247, -0.0160425212, -0.0100119384, 0.0116366828, 0.0046400358, 0.0265082177, -0.00673683453, -0.0140298875, 0.010809673, 0.00304456614, -0.00738819595, 0.0153984791, -0.0159254223, -0.0102827298, 0.00563171552, -0.0320264921, -0.0103778718, -0.0038679163, -0.019365197, 0.0115195839, 0.00894341338, -0.000844848808, -0.012068484, -0.0170671344, 0.00616597803, -0.00960209314, -0.00477177184, -0.0213266, -0.00598667096, 0.0163352676, -0.0106486632, 0.0123905055, -0.010407147, 0.010524245, -0.0145568317, 0.00708447117, 0.00666364795, 0.00908978656, -0.0113732107, -0.000165356163, 0.0055621881, 0.00348185655, -0.00397403724, 0.0262154713, -0.0115049472, -0.0215168856, 0.000139855183, -0.00764800841, -0.0133931637, -0.012522242, 0.0150032705, 0.00368677918, -0.0116440021, -0.00479372777, -0.0307384077, 0.0104437396, 0.00635992317, 0.0153838415, 0.0165109169, 0.00124051434, -0.0266838651, 0.0221316535, -0.00983629096, -0.00572319888, -0.00262557226, 0.00503524393, 0.000212698811, -0.00447170669, 0.00168329373, 0.00170616456, -0.00507549662, 0.0123758689, 0.00861407258, -0.0143665466, -0.010026576, -0.0143079972, 0.010999959, -0.000887388538, 0.0054194741, 0.00140975858, -0.0316751972, 0.0114463978, -0.00428508036, 0.000517338398, 0.0117245074, 0.00659046089, 0.00854820479, 0.00398135558, 0.0147178425, 0.00144909637, 0.0124710109, 0.0110219149, -0.030152915, -0.00451927772, -0.00438388251, -0.0333145782, 0.0111170579, 0.0226000492, -0.0166280158, -0.00988752116, 0.00592080271, -0.00683563622, -0.0197750423, -0.000994424103, 0.0171403214, -0.0450829975, 0.0154277533, -0.0036483563, 0.0114317602, -0.00247005071, -0.0224829502, -0.00546338595, 0.00102186913, 0.0108535858, 0.0132687464, 0.0204337221, 0.00497303531, -0.0148934908, -0.0023877155, 0.00763337128, 0.0224244, 0.00210777647, 0.00581102306, -0.00873849, 0.0108023547, 0.0235368386, -0.0100558503, 0.000705336686, -0.0258788113, 0.00263472064, 0.000773491804, -0.00204922725, 0.00831400789, 0.000527858967, -0.000945937936, 0.00223402353, 0.011951386, -0.0107950363, 0.000211555263, -0.000785842, -0.0038642569, -0.0166865643, 0.0225854106, 0.0299626291, -0.00100448728, -0.00857748, 0.00184887869, -0.00235295203, -0.0044241352, -0.0119952979, 0.00254689669, 0.0102973664, -0.00041624927, 0.00761141535, -0.0216339845, -0.00396305881, 0.0193066485, 0.0103851911, -0.00763337128, -0.0121343527, 0.0141323488, 0.0356565528, -0.014754436, -0.0103339599, -5.09162055e-05, -0.00919956621, 0.00305005512, -0.010999959, 0.00432899222, -0.0124417366, 0.00775778852, -0.00297503872, -0.000826094707, 0.00668194424, 0.00780170085, -0.00135212403, 0.00801394228, 0.0152081931, -0.00114445679, -0.0150325457, -0.00115634967, 0.0168475751, -0.0314995497, 0.00465101376, 0.0111756073, -0.0133199766, 0.0128589, 0.000901111052, 0.00297503872, -0.00391182816, -0.00914833602, -0.0211363155, -0.00354406517, 0.0236100256, 0.0204776339, -0.00538288057, 0.00544143, -0.0125515163, 0.0100851255, -0.00874580909, 0.0322021432, 0.00253042975, -1.93258584e-05, -0.0161157083, -0.00551095745, -0.0123465937, 0.0310311541, 0.00223951251, -0.00701128459, -0.009646005, -0.0142055359, -0.0181649346, -0.0109414095, 0.00237673754, -0.00480104657, -0.0223658513, 0.028250061, -0.000942278595, 0.00625380222, -0.00020858206, 0.0114976279, 0.00172812061, -0.00971919205, 0.00745772338, -0.00306103309, -0.0132175153, 0.00480104657, 0.0225414988, 0.00491448585, -0.0145056015, -0.0254543293, 0.0023950343, 0.000161468124, 0.0153399296, -0.00633064844, -0.00236575957, 0.00837255642, 0.00800662301, 0.00431435509, -0.00024723378, 0.009646005, -0.00278841262, 0.00893609412, 0.00262557226, -0.0186772421, -0.0140737994, 0.00534628751, -0.00171988714, 0.0150910942, 0.0156619512, -0.0253372304, 0.00106212182, 0.0182088464, -0.0123831872, -0.00310311536, 0.0095655, -0.0181502979, -0.00348002696, -0.000698018, -0.0153984791, 0.00895073172, 0.0298601668, 0.0172281452, -0.0252494067, 0.000637181569, -0.008862908, -0.0236978494, -0.00985092763, 0.0235807505, -0.00973382872, 0.0223512147, -0.00328791188, -0.027986588, 0.0049986504, 0.00569026498, -0.0135029433, 0.0163352676, -0.00518527674, -0.00775778852, 0.00562439673, -0.01456415, -0.00761873415, 0.00835060049, 0.0140811186, 0.0130638238, 0.0061440221, -0.012427099, -0.00272437441, 0.0123173194, -0.0042484873, -0.00765532721, 0.022951344, 0.00330803823, -0.0135614928, -0.00225597969, 0.0195115712, -0.0199360531, 0.013993294, -0.0028725774, -0.00584029732, -0.0154277533, -0.0101363556, 0.0122587699, 0.000418307638, -0.00642579095, -0.0189992636, -0.0141543048, 0.00943376403, 0.00490716705, 0.0196433067, -0.00769192073, -0.00247370987, -0.0112487935, 0.00222121598, 0.0124710109, -0.0185015947, -0.00292929704, -0.00458514597, 0.00275547872, -0.0352174342, -0.0169207621, 0.00841646921, -0.000472054118, -5.29745812e-05, 0.0176087171, 0.016203532, -0.0151057318, 0.00477909064, 0.00868726, 0.00935325865, -0.0126978904, -0.0134883057, -0.00133199769, 0.00050864747, -0.0109560471, -0.0122807259, -0.000638553814, -0.011783056, -0.00881167687, -0.0114610353, 0.0378228799, 0.00659412052, -0.00542313326, 0.0122514516, 0.0109633654, -0.00403990503, 0.00777974445, -0.0192773733, 0.0115195839, 0.01138053, 0.0126100658, 0.0110877827, -0.0168914869, 0.00656850496, 0.0152960168, -0.00825545844, 0.0174916182, 0.0079041617, -0.00433265185, 0.00739917392, 0.0138688767, -0.00840183161, 0.0165401902, -0.0167451128, -0.0189407151, 0.00083615788, 0.0102241803, 0.00439851964, 0.0050572, -0.000214414118, -0.0101656308, -0.00221389718, -0.00447170669, 0.00851161126, -0.00795539282, 0.0226732343, -0.00878972095, -0.0189260766, -0.0145421941, -0.018794341, -0.0117025506, 0.0126539776, 0.00715399859, -0.0224244, -0.00881167687, -0.00909710489, 0.0115122655, 0.00417896, -0.0051962547, 0.003831323, 0.0270497985, 0.0195115712, -0.0121489894, 0.0125807915, 0.0124344183, 0.0065319119, -0.00457050838, -0.00514502404, -0.00630137371, -0.00684295502, 0.00404722383, 0.00394476252, 0.017960012, 0.00366482325, -0.0025816604, -0.00292014866, 0.00936789531, -0.0219560061, 0.00170524977, 0.0249127485, -0.0192627348, 0.00074833387, -0.0108755417, 0.00827741437, -0.00841646921, 0.00665998831, -0.0130345486, 0.00948499423, 0.0137737337, 0.0109487278, 0.0290697515, -0.000940448896, 0.0273132715, -0.00784561224, -0.0237271227, -0.00681368029, 0.00231269933, 0.00938985217, -0.0146080628, -0.0366226174, 0.0103339599, 0.0236539375, -0.000886931142, 0.0138835143, -0.00568660535, -0.0117245074, -0.0123173194, -0.0107218493, -0.0158375986, -0.00819690898, 0.0307091326, -0.0172427837, -0.00400697114, -0.00118836877, -0.00129631918, 0.00595739624, 0.0188089777, -0.00200348557, 0.0197164938, 0.00714302063, 0.00197055144, -0.00236393, -0.00635260437, 0.00968991686, 0.00906783063, 0.0157790501, -0.0238734968, -0.0206386447, 0.0145129198, 0.00832132623, 0.0250298455, 0.00768460194, 0.00401063031, 0.00234380364, 0.0254104175, 0.00460344274, -0.0127564389, -0.0146885682, -0.00872385316, -0.00292563764, -0.0308555067, -0.00329340086, -0.00104199548, 0.00167414546, -0.00156802475, 0.0191163626, -0.00642213179, 0.0104876524, -0.0173306074, 0.00704787765, -0.012163627, -0.00973382872, 0.00379107031, -0.0180917494, -0.026230108, -0.0143592274, 0.0326119885, -0.00385693833, 0.0047900686, 0.00963868666, 0.0358907506, 0.00196872186, 0.00759677775, 0.0173159689, -0.00199067779, -0.00773583259, 0.00861407258, -0.0286745429, 0.0174477063, -0.00444243196, -0.00716497656, 0.0224683117, 0.00824082084, 0.013590767, -0.000611108844, -0.00257983059, -0.00467296969, 0.0133638885, 0.00977774151, -0.0118781989, -0.0179453753, -0.0257031638, -0.00400331151, -0.0103412783, 0.00882631447, -0.000762513781, -0.0198921412, 0.0128954938, 0.00903855544, 0.0154863028, -0.0055621881, -0.0209313929, 0.0194383841, 0.0172574203, -0.00897268765, -0.010978003, 0.00642579095, -0.0100997631, -0.000316761114, 0.0168768503, 0.0104291029, -0.00878972095, 0.0189114399, 0.00294576399, 0.0287770052, -0.00144818157, 0.030152915, -0.0021041173, 0.0133126583, -0.000291145785, 0.012734483, -0.00166225259, -0.00122038799, 0.00631967047, -0.0203458983, -0.00127802254, -0.0226146858, -0.000310586, 0.0204190854, 0.0157936867, 0.0214876104, -0.0114903096, -0.0161888953, 0.0116074085, -0.0139493821, 0.00424482767, 0.00725646, 0.00323851081, 0.00592080271, 0.0103851911, -0.0074869981, -0.00129540428, -0.00337939523, -0.00552925421, 0.00509745255, -0.00553291338, 0.00130272296, 0.0112122, 0.0139859756, 0.00126247038, -0.00231818832, -0.0082847327, 0.00631967047, -0.00120758032, -0.0166719276, -0.00735160243, 0.00807981, 0.020126339, -0.0172427837, -0.0219560061, -0.0100924438, -0.00758214062, 0.00360261463, -0.0172574203, 0.0114244418, 0.00752359116, -0.0149300834, -0.00470590405, 0.018223485, 0.00233465526, -0.00768460194, -0.00489253, -0.0127198463, -0.00844574347, -0.00201080414, 0.024473628, -0.0169793107, -0.00424482767, 0.00532433158, -0.0239320453, 0.0263179317, -0.0235075634, 0.0314702764, -0.0102900481, 0.0173452441, 0.00739917392, 0.0042338497, 0.018604055, -0.0115781333, -0.0169939492, -0.0178721882, -0.00859211665, 0.00462905783, -0.0172427837, -0.00450829975, 0.0108755417, 0.0297430698, 0.00660509849, -0.0455221198, 0.0109340912, -0.0025103034, 0.0102022244, 0.0119367484, 0.0120318914, -0.00395574048, 0.00504988153, 0.00236758939, -0.0169353988, 0.0082847327, 0.00334463152, 0.00318545057, 0.00848965533, -0.0125002861, 0.0080871284, 0.008862908, -0.0139640197, -0.0115415407, 0.00892145652, 0.00753822876, -0.00739917392, 0.0265521295, -0.00485959603, 0.00234929263, -0.00586957205, 0.0252933186, 0.0131223723, 0.00152777205, 0.00906783063, -0.00547070475, -0.00717595452, -0.00749065727, 0.0131662851, -0.00423750887, 0.000461304822, -0.00401063031, -0.0198775046, 0.0114098042, -0.0261569209, -0.00200897455, -0.00291648949, -0.00988752116, -0.00708081201, -0.00573783601, 0.00251762196, 0.00473517878, 0.0275913812, -0.00677342759, 0.000557133637, 0.020243438, -0.00843110587, 0.00818227138, 0.00508281542, -0.0142933596, 0.0116732763, 0.00500231, 0.026727777, -0.0181063861, -0.0044241352, -0.012141671, 0.0145714693, 0.00416066311, -0.0207411069, -0.00796271116, -0.00150581601, 0.00362823, -0.00872385316, 0.025161583, -0.0308262315, -0.0100778062, -0.00168146414, -0.0171988718, 0.00241882, -0.0092142038, 0.00835792, 0.00410211366, -0.0169793107, -0.0015497281, 0.00710276794, 0.0253811423, -0.00833596382, -0.0277670287, 0.0166865643, -0.00922152214, 0.0129174497, 0.00288721477, -0.000738270697, 0.00660509849, -0.00928007159, 0.00428142119, -0.00144269259, -0.0177843645, 0.00184338959, 0.0119587043, -0.0172427837, 0.00663437322, 0.00119568745, 0.000986190629, -0.00567196822, 0.0170671344, 0.0294795968, 0.0151642812, 0.00136035751, 0.0230977181, -0.010524245, 0.0198775046, 0.0113219805, 0.0184284076, -0.00550363865, 0.00796271116, -0.0258056261, -0.0253811423, -0.0264643058, -0.0204190854, -0.000115554918, -0.0107730804, -0.00648068078, -0.0243126173, 0.00684661465, -0.0191163626, 0.015632676, -0.0133712078, -0.0213997867, -0.0190870874, 0.0252786819, -0.0171110462, -0.000292060606, 0.0330218337, 0.00683563622, -0.0115049472, -0.0105096083, 0.0154570276, -0.00587323168, -0.0169939492, -0.0053792214, 0.00168969762, -0.00911174249, 0.00949231349, -0.0268887877, -0.00495107938, 0.00047662828, -0.00495839817, 0.0188236162, -0.0137517778, 0.000858571322, -0.0238442216, -0.00261276471, -0.00824082084, -0.00397769641, -0.00986556523, -0.0125368796, 0.00726377871, -0.00966796093, 0.019365197, -0.000923067098, -0.00834328216, -0.0314702764, 0.0205654595, 0.0211509522, -0.0177111775, -0.000588695402, -0.0104510589, 0.00258714939, 0.00216815551, -0.0104364213, 0.00389353163, -0.00536458427, -0.0184576828, -0.00353857619, 0.0116952322, 0.000194516484, 0.0030994562, 0.00053700729, -0.0124710109, 0.0126100658, -0.00894341338, 0.00214254018, -0.0158083234, 0.00265118759, 0.00485959603, -0.0123978248, 0.0114463978, 0.0138835143, 0.0127930325, -0.00829205103, 0.0430337712, -0.0044241352, 0.0302407388, -6.25517423e-05, -0.0149081275, -0.0204922725, 0.0228488836, 0.0022084082, 0.0106706191, -0.00800662301, -0.01280767, 0.00125423679, -0.0120758032, 0.00961673073, -0.00676244963, 0.000805968361, -0.00906783063, 0.0139786573, -0.00130180817, -0.0161010716, -0.00492546381, -0.0256299768, -0.00198884821, 0.00457050838, 0.0128442636, -0.00566099025, -0.0127271647, -0.0149886329, -0.000187883939, -0.0151789188, 0.0109267719, 0.000918492908, 0.00545240799, -0.0221609287, 0.0232880041, -0.00895805, 0.00112158596, 0.0192041863, 0.00749431644, -0.00457050838, 0.0141396681, -0.0132980207, 0.00422287174, -0.00547436392, 0.0199360531, -0.0299479924, 0.010692575, 0.0187357906, -0.000891047879, -0.0239466839, -0.00212058425, 0.00227793562, -0.000600588217, -0.00395574048, 0.00474981591, 0.0234929267, 0.0199799649, -0.014088437, -0.0361835, -0.0122294948, -0.0059683742, -0.0177404527, 0.00681002112, -0.00102186913, -0.0119440667, 0.00348551595, -0.00966064259, 0.00551827624, 0.0195115712, -3.2305059e-05, 0.00617695646, -0.0190870874, -0.0178282764, 0.00872385316, 0.00885558873, 0.0149300834, 0.00701128459, 0.00192298018, -0.0194676574, -0.027298633, -0.00599033, 0.000529231213, -0.00439851964, -0.001472882, 0.0111756073, -0.00746138254, 0.0107218493, 0.0114390785, -0.0128515819, -0.0146739306, -0.0239320453, 0.0133272959, 0.00439120131, 0.0130272303, -0.0157205, -0.00193944713, -0.00258714939, -0.0067331749, 0.00882631447, -0.00182326336, -0.00353308721, 0.00601228606, 0.023639299, -0.0101509932, 0.0110438708, 0.0328754596, 0.00124508853, 0.00315617584, 0.0155302146, 0.00186900503, -0.00977042224, 0.00961673073, 0.0135541745, 0.00682831788, 0.00470956322, 0.0113219805, 0.00935325865, 0.000526029326, 0.0161010716, -0.00923616, 0.00903855544, -0.0156619512, -0.0256446153, -0.00202727108, -0.0198921412, -0.00576711074, -0.00927275326, 0.0103851911, -0.0101363556, 0.0110658268, 0.00710276794, 0.000829754048, 0.031382449, 0.00743576745, -0.0124417366, -0.00136859098, -0.00960209314, 0.00539385853, -0.0121197151, 0.00507915579, -0.0143885026, 0.0341342688, -0.00236210017, 0.00907514896, 0.0145056015, -0.0183991324, -0.0264789425, 0.0156034017, 0.0176819041, -0.00749065727, -0.00734794326, 0.0048230025, -0.00234563323, -0.000347865454, -0.00434363, -0.00162017019, 0.00430337712, 0.00796271116, -0.0160864331, -0.00953622535, -0.0136493165, 0.0260837339, 0.0159107856, -0.00405454217, 0.015135007, -0.00689052651, -0.0183991324, -0.00841646921, -0.00486691436, 0.0174769796, -0.0140811186, 0.0173013322, -0.0141982166, -0.0127271647, -0.0147471167, 0.00320191751, 0.00319825811, 0.0116440021, -0.0346026644, -0.0138249649, -0.0127564389, 0.0262740199, 0.00363371894, 0.00911174249, 0.0278109405, 0.0160278846, -0.00962404907, -0.00993143301, -0.00302261021, 0.0145421941, 0.00623184629, -0.000405271276, -0.00666364795, 0.0102534546, -0.0216632597, 0.00860675424, 0.00352942781, -0.0304749366, 0.0191456378, -0.023214817, -0.0146300187, -0.00203641946, -0.0169939492, -0.00435094861]
|
20 Nov, 2020
|
HTML5 MathML id Attribute
20 Nov, 2020
The id attribute is a unique identifier which is used to specify the document. It is used by CSS and JavaScript to perform a certain task for a unique element. This attribute is accepted by all the MathML tags.
Syntax:
<element id="">
Attribute Values:
id: This attribute contains the key that is used by CSS and JavaScript to perform a certain task for a unique element.
Below example illustrate the id attribute in HTML5 MathML:
Example:
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML id attribute</title>
<style>
#gfg {
font-size:25px;
}
</style>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML id attribute</h3>
<math>
<math>
<mi mathvariant="bold">
GeeksforGeeks
</mi>
<br>
</math>
<math>
<mi mathvariant="italic" id="gfg">
A Computer Science
Portal for Geeks
</mi>
</math>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML id attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute
|
https://www.geeksforgeeks.org/html5-mathml-id-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML id Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0240709521, 0.0223548226, -0.0179290194, 0.00397795439, 0.0465763137, 0.0179591272, 0.0232279412, 0.0285419151, -0.00391773926, 0.022941919, 0.0139774093, 0.00224865437, 0.0112752607, -0.0199763309, 0.0100483801, 0.0242214892, -0.00510698557, -0.0160924625, -0.0379655659, -0.0123214973, 0.00721451128, -0.0114182718, -0.044739753, 0.00234462204, -0.0231526718, -0.00352069642, 0.00785805937, 0.0150612798, -0.020804286, 0.0106580574, 0.00787311327, -0.0074779517, 0.0383268557, -0.0151365483, -0.00522741582, 0.0181397721, -0.0162580535, 0.057415016, -0.0211354699, -0.026901057, 0.0342322327, -0.0148354741, 0.000540994224, 0.0339311585, 0.047058031, -0.00321773975, -0.00809891894, -0.0578365177, -0.0310709458, -0.0192537494, 0.0156559031, 0.0108311754, 0.00960429478, 0.0298214853, 0.0457634106, 0.0135107432, 0.0452816896, 0.00855053216, -0.032847289, -0.0502193198, 0.00407956727, -0.0306795482, -0.0206688028, -0.0183956865, 0.00683816755, 0.000454905588, -0.00882902648, 0.0267053582, -0.00283198734, 0.00433171727, -0.0240709521, 0.0314021297, 0.0162580535, 0.0189225674, -0.00476827612, -0.0258322395, 0.00348682562, 0.0246429946, 0.00948386453, -0.0102967666, 0.0233784784, -0.0167247187, -0.0116892392, 0.0101688104, 0.013044077, 0.00762472581, -0.00524246972, -0.0516042672, 0.0207591262, -0.00779784424, -0.00382553507, -0.00365241687, -0.009739778, 0.016498914, -0.0196752548, -0.0144440765, -0.00361101911, 0.00720322086, -0.0281806253, 0.00276800874, -0.0209096633, 0.0204128884, 0.016995687, -0.00289408397, 0.0155354729, 3.93102891e-05, -0.000929569243, 0.0125999916, 0.0335698687, 0.0171161164, 0.00879891869, -0.0236946065, -0.0389892198, -0.00116760668, 0.028707508, 0.00175658485, -0.0244774017, -0.075088121, 0.0456128716, -0.00906988606, -0.0479010418, -0.00947633758, 0.00552472752, 0.020954825, -0.0376946, 0.016664505, -0.0426322296, 0.00352257816, 0.0438967422, -0.00826451089, -0.0248537455, 0.0232279412, -0.00303333113, -0.00572419, 0.00692849, 0.0194343943, -0.00925805792, -0.0174473, 0.0202924591, -0.0326365381, -0.0326666459, 0.00299946032, 0.00574300671, 0.0284666475, -0.0237548221, -0.00161545584, 0.0111774113, 0.0332386866, -0.00654085586, 0.0291440655, -0.0212257914, -0.0126827871, 0.00420752401, -0.0152569786, 0.00403064257, -0.0118924649, 0.0124569805, 0.0081215, -0.0330580436, -0.00514462031, -0.00426397566, -0.00188454171, 0.0204128884, 0.038477391, -0.0041736532, 0.0279698726, -0.00509945909, 0.000107787222, -0.035647288, 0.038146209, 0.0146999899, -0.0395612642, 0.0141655812, -0.0487741604, -0.0171612781, 0.0177634284, 0.0337505154, -0.0288580451, -0.0211053621, -0.0135107432, -0.0249440689, 0.0106806383, 0.0286171846, 0.0375741683, -0.00649193116, -0.0113655832, 0.0343225561, 0.0198860075, -0.00544945849, -0.00346048153, -0.0336300842, 0.0139849363, 0.0212107375, -0.000404569611, 0.0354365334, -0.0249892306, -0.0300773978, 0.0123139704, 0.0474795364, -0.00337204058, 0.0250644982, -0.0198257919, 0.0178386979, 0.0138870869, 0.0202322435, 0.000281552231, 0.00942365, -0.00216774037, 0.0464558825, 0.000359408354, -0.0269161109, 0.0128559051, 0.0107784877, -0.00262876158, -0.0122537548, 0.0080763381, -0.0254558958, -0.0251397677, -0.00696612429, -0.0696085542, 0.0424515828, 0.016017193, -0.0216623507, 0.0037954275, -0.047690291, -0.0108010676, -0.00502419, -0.0162279457, -0.00391397579, 0.0139171947, -0.00649569463, 0.0344128795, 0.0134354746, 0.0403741673, -0.00372392219, 0.0324257836, 0.00791074708, -0.0182300955, 0.0373032, 0.0301075056, -0.0292494427, -0.0313419141, 0.00378978229, 0.00469677104, 0.0167849343, -0.0195849333, -0.000379401608, -0.0125774108, 0.00362795452, 0.00220725662, 0.0438365303, -0.0223397687, -0.000955442898, -0.00894193, -0.0145042911, 0.0394709408, 0.049707491, -0.00804623123, -0.0132171949, 0.013194615, 0.0264343899, -0.0179139655, -0.0186064392, -0.000334005133, 0.0228967592, 0.00943870284, 0.0359182544, -0.026253745, 0.00327607291, -0.0402236283, 0.00939354207, -0.0281505175, 0.0323956758, -0.0145870866, -0.044890292, 0.0147075169, -0.0118171964, 0.0122311739, 0.0391698666, -0.0438064225, -0.00151290221, 0.00299193338, 0.00550591, 0.0808085501, 0.0153623549, 0.0081892414, 0.00970967114, -0.000676478, -0.018802138, -0.00882902648, 0.00126357435, 0.00368816941, 0.0115010673, -0.00155524083, 0.0156408492, -0.00304838503, -0.00921289716, -0.0494967401, 0.00315940636, -0.0312515907, -0.0448300764, -0.0201720297, -0.0188774057, -0.0404343791, -0.0217075124, 0.0406451337, 0.0280903038, -0.0151064415, 0.00299946032, -0.0631655455, -0.00921289716, -0.0165440738, 0.014684936, -0.0183505248, -0.00802365, -0.0186817069, 0.0133827869, -0.0266903043, -0.0140451519, -0.0266300887, -0.0114333257, 0.0118548302, -0.0166343972, 0.0291892271, -0.00504300743, -0.0507612564, -0.0479612574, -0.0247182623, 0.0124494536, -0.0142483776, -0.0633461922, -0.0464257747, 0.0135784857, 0.0265096594, -0.00630752277, -0.065694578, 0.0368816964, 0.0125849377, -0.00894193, -0.0186516, -0.0215870813, 0.0157161187, -0.026569875, 0.0342924483, 0.0049338676, -0.0231376179, 0.00213198783, -0.000639784499, 0.0271720234, -0.00480591087, 0.00102083269, 0.0306042805, 0.00084583275, -0.0174473, 0.00810644589, -0.0142634306, -0.0016512085, -0.0262838528, -0.0490150191, -0.00677418895, 0.00433171727, 0.000348588481, 0.0375741683, -0.0344128795, -0.0227010604, -0.0669590905, -0.022610737, -0.00802365, 0.00116948842, -0.0205634274, -0.0276085827, -0.025094606, -0.00135954202, 0.0198107399, -0.0015966387, 0.0360989, 0.00603279145, -0.0130591309, -0.0314021297, 0.0345333107, 0.0012334669, 0.0104698855, 0.0176881608, 0.0118021425, -0.00233897683, -0.0056263404, 0.00753816683, -0.0204881579, 0.00531397481, 0.0256515946, 0.00510322209, 0.0480816886, -0.0274429917, -0.0498881377, 0.0296709482, -0.00928063877, -0.0341720209, -0.050851576, 0.0537419, 0.00157029461, 0.0338408351, 0.000540994224, 0.00608924311, 0.0192386955, -0.0067026834, 0.00675913505, -0.0334795453, 0.0048510721, 0.0388687886, -0.0247333162, -0.0134956893, -0.0390795432, -0.010229025, -0.0265247133, 0.018320417, 0.0304838493, -0.0048999968, 0.036129009, -0.0111623583, 0.0420300774, 0.0658752248, 0.00579193141, -0.0114709595, 0.0112526808, -0.0503698587, -0.00537419, -0.0883956403, -0.00684569404, 0.0396816917, 0.0366107263, -0.0737031773, 0.0152419247, 0.0339913741, 0.0377247036, -0.0176429991, 0.013194615, -0.00213951454, 0.0104397777, -0.00878386479, 0.0238903053, 0.0055962326, -0.0304838493, -0.0295806248, 0.0270214863, -0.0375741683, 0.0230472963, -0.00229946082, -0.0366107263, 0.0119150458, 0.0386580378, 0.00800107, -0.0355268568, -0.0246279407, -0.0454924405, 0.0437462069, -0.00982257351, 0.0217526723, 0.00883655343, 0.00179704174, -0.024251597, -0.0271268636, 0.00339085795, 0.0105150463, 0.0114709595, 0.0390193276, -0.009739778, -0.0484730862, 0.0193892345, -0.00521988887, 0.0215268675, -0.00363548147, -0.0308300871, 0.0418494344, 0.0191333201, 0.00208870834, 0.0167849343, -0.0101462295, 0.000176528774, -0.0195548255, -0.00895698275, 0.0391999744, 0.0227913819, 0.00949139148, -0.0204128884, 0.0354666412, -0.0288881529, 0.0269311648, -0.00133319804, 0.0107559068, 0.0411569625, -0.0155655807, 0.00403440604, -0.00366370706, -0.0472085699, 0.00894945581, -0.00472311489, -0.00587472692, -0.017507514, -0.00901719835, 0.011719347, -0.016664505, 0.00684945751, -0.00488117943, 0.0555182397, 0.0169204175, 0.0279247127, -0.0305591188, 0.00893440284, -0.00206236425, 0.010070961, -0.00800859649, -0.00696988776, 0.00836988632, 0.0220688023, 0.0118322503, -0.0308150332, 0.00999569241, 0.0148956887, 0.00758709153, 0.00474945921, 0.00112244545, -0.00175470312, -0.0384171791, 0.00106317131, 0.00135954202, 0.0170860104, 0.00791074708, -0.0203376208, -0.021797834, -0.0243419185, 0.0133225713, -0.0304236356, 0.0366107263, 0.00218091253, -0.0277591199, 0.0249892306, -0.0291290116, -0.0101311756, 0.013540851, -0.000300839834, -0.0308903, -0.0275935289, -0.0277741738, -0.0240860041, -0.00652580196, -0.0286924541, 0.0223849304, -0.0400128774, -0.0240257904, 0.0118548302, 0.0182150416, -0.0020548373, -0.00490376027, -0.0109967664, 0.00302580441, 0.0169655792, -0.015851602, -0.00873870403, -0.0234989077, -0.0265247133, 0.00558870565, 0.00430913689, 0.0112752607, 0.0238451455, -0.019148374, -0.012216121, -0.0408859923, 0.0240860041, -0.0142784845, 0.00826451089, 0.00942365, -0.0218580496, 0.0689461902, -0.00191747176, 0.00336451386, -0.00039539623, 0.0111849383, -0.00886666, -0.00935590733, 7.43279088e-05, -0.0310709458, -0.0377247036, 0.0244924556, 0.0243720263, -0.019148374, 0.00423386786, -0.0200817063, -0.0275333151, -0.0820730627, 0.0153774088, 0.000789851591, 0.0359182544, -0.00935590733, -0.0198860075, -0.00214704149, 0.0373032, -0.0301376134, -0.00338521274, 0.0207440723, -0.0179290194, -0.00806128513, 0.0151365483, 0.0440773889, -0.00581451226, 0.000747983344, 0.00310295494, 0.00507311476, -0.0319741704, 0.0362795442, 0.00343601918, -0.0172365475, -0.025741918, 0.021797834, 0.000131720342, -0.0274881534, -0.0134430015, 0.0169204175, 0.025425788, -0.00699246814, -0.0121408515, 0.011056982, -0.00729354331, 0.00812902674, 0.00651451154, 0.0340214819, -0.000509945909, -0.0251548216, -0.0202774052, 0.00719193043, -0.0194946099, 0.00431290036, -0.0101462295, -0.00219220272, 0.00273790141, 0.0344429873, 0.0347139537, -0.0246881545, 0.00819676835, -0.0206537489, 0.0352859981, 0.0185311697, 0.0318537429, -0.0360085778, 0.0458537303, 0.004045696, 0.0242365431, -0.00407580379, 0.0457333028, 0.0143236462, -0.00264381547, 0.00934085343, -0.0130139692, 0.00349623407, 0.000665658154, 0.0168903116, 0.0141731082, -0.0161526762, 0.000976612209, 0.000328830414, 0.00853547826, -0.036129009, -0.0145946136, 0.020126868, -0.0035733846, 0.0286623463, -0.00794085488, -0.00167943432, -0.0039026856, -0.0354666412, 0.0283161104, -0.01089139, -0.0106128957, -0.00998063851, 0.0200666524, 0.0290537439, -0.0147752585, -0.0298365392, 0.022113964, -0.0101311756, 0.0358881466, -0.00810644589, -0.0100333262, -0.00462150201, 0.0143838609, 0.00291666458, -0.01518171, -0.0320946, 0.00270967558, -0.00857311208, 0.00687580183, 0.0357677191, -0.021797834, 0.00738762924, 0.0307698715, 0.0134956893, -0.01171182, 0.00336451386, 0.0131268725, -0.00655214582, -0.0384171791, -0.00764354318, -0.015354828, -0.00230698776, 0.021933319, -0.00118266046, 0.0212559, 0.0174473, -0.000205577817, -0.0117795616, -0.0272472929, 0.00442956667, 0.0230021346, 0.035496749, 0.0239655748, 0.00914515462, -0.00811397284, 0.017341923, 0.0236494467, -0.036159113, 0.0163634289, 0.0189075135, -0.00687956531, 0.00689838221, -0.0400730893, 0.0160322469, -0.00239919196, 0.0131870881, 0.0128483782, -0.00894945581, -0.00304085808, -0.0157612786, -0.017989235, 0.00479838392, -5.41876325e-05, -0.00443709362, 0.0252300911, 0.0195548255, 0.0133376252, -0.0127354749, -0.00473816879, -0.0219483711, 0.0020717727, -0.0129688084, -0.00914515462, -0.00186102022, 0.00156935374, 0.00346236327, 0.00553225446, -0.00692849, 0.0023258049, 0.000687768334, -0.0118247233, 0.032847289, -0.0108387023, 0.0257870797, -0.0317333117, 0.0119526796, -0.0290838517, 0.0176881608, -0.0132473027, -0.0278494433, -0.00955160614, -0.0251096599, -0.00586720044, 0.028556969, 0.00852795132, -0.0269913785, -0.0372730941, 0.0101236487, 0.0131343994, -0.0133978399, -0.0180795565, 0.050520394, 0.00580322184, 0.00863332767, 0.0032252667, -0.0279096588, -0.00984515436, 0.012539776, -0.00894945581, -0.000498185167, -9.42623665e-05, -0.0192537494, 0.0224602, -0.00138400437, 0.00209058984, 0.021797834, -0.0245225634, -0.00543064158, 0.0133075174, 0.0261935312, 0.0331182554, 0.0296709482, -0.0130139692, -0.0121860132, -0.00880644564, 0.0104171969, -0.00171800959, 0.00885913335, -0.00403816905, 0.0366107263, 0.0113505302, 0.012547303, -0.0153096672, 0.0148956887, -0.0271268636, 0.00570537243, 0.0068306406, -0.044890292, -0.00179139664, -0.023092458, 0.0190731045, -0.0136236465, -0.0463655591, 0.0166946128, 0.012374185, 0.0146698821, -0.0244472958, -0.00897203665, 0.0408859923, -0.0119827874, -0.000957324635, -0.0174171925, 0.0168451499, 0.0124720344, 0.0206537489, 0.0249892306, -0.0157010648, 0.0411569625, 0.0183806326, -0.0030370946, -0.0244774017, -0.0149333235, 0.0367010497, -0.0083171986, 0.0261634234, -0.0161978379, 0.0228967592, -0.00637526438, 0.00984515436, -0.0147903124, -0.00322903, -0.0176279452, -0.0228666514, -0.0203526746, 0.0417892188, 0.0172365475, -0.00375214801, 0.0131118186, 0.0280150343, 0.031040838, 0.0357978232, 0.0276085827, 0.0334795453, -0.00550591, -0.00861074682, -0.0450107232, -0.0148806348, 0.00574300671, -0.0157462265, -0.00984515436, 0.0144064417, 0.000256619445, -0.0139548294, 0.0374537371, 0.00362042757, 0.0431440547, -0.00498655578, 0.017823644, 0.00639408175, -0.00581074879, -0.019961277, 0.0306795482, 0.036460191, -0.00512580294, 0.0137365498, -0.026419336, 0.00960429478, 0.00950644538, 0.0164386984, 0.0444988944, 0.0256666485, -0.0153999897, -0.0100257993, 0.00465913676, 0.0432945937, -0.0439569578, -0.0160924625, -0.0139774093, -0.0302429907, -0.028556969, 0.00467042672, 0.0494365245, -0.0165440738, 0.00460644858, 0.0406150259, -0.0134053668, 0.0205032118, -0.00913762767, 0.0294451416, 0.0125171961, -0.0355268568, 0.0127580557, 0.00118924654, -0.00566397468, 0.0149257965, -0.0299268607, 0.0185913853, 0.00179892348, 0.0173870847, 0.00657849, 0.0170257948, -0.00619461946, -0.0192236435, 0.0404945947, -0.0121107446, 0.00265886914, 0.00145456893, 0.0109591326, 0.00849031657, -0.0281655714, 0.0253655743, -0.000648722693, 0.00203978363, -0.0351354592, 0.00843010191, -0.00157029461, 0.010070961, -0.00526128663, 0.0189376213, -0.00427902909, 0.0250042845, 0.0399526618, 0.0142483776, -0.0290236361, -0.0419397578, -0.0421505086, 0.00882149953, -0.0429634117, -0.00971719716, 0.0301677212, -0.0110344011, 0.0158967637, 0.0158967637, -0.022941919, -0.0363999754, -0.0165892355, 0.0102741867, 0.0166042894, 0.006766662, 0.00591612514, 0.00195510616, -0.0267053582, 0.00305591198, 0.0234989077, -0.022113964, -0.00201720302, 0.0162128918, 0.0124795614, 0.0166193433, -0.0082193492, -0.0133978399, -0.00340779335, 0.0115763359, 0.00392526621, 0.00782795157, -0.00352822337, 0.00544569502, 0.0154903121, -0.0193440728, 0.00303897634, -0.023935467, 0.0226408448, -0.00392150274, 0.00482849125, -0.00111209601, 0.00569031853, -0.0241612736, 0.0116591314, 0.0240408443, 0.00413978193, -0.00871612318, 0.0239655748, 0.0249139611, 0.0153247202, 0.0159720313, 0.0191634279, -0.0286021307, -0.00781289767, 0.0303784739, 0.0204128884, -0.00950644538, -0.038146209, -0.0130139692, 0.0205483735, 0.018486008, 0.00237096613, -0.0300171841, -0.0174623542, 0.017341923, -0.0272171851, -0.0256515946, 0.00377096515, 0.0271118097, -0.0256817024, 0.00748924213, 0.00859569293, 0.0193290189, 0.00843762886, 0.00546451239, 0.00264381547, 0.0312515907, -0.0124720344, -0.0158214942, 0.0334795453, -0.0124118198, 0.00703010289, -0.00143292907, 0.00805375818, 0.0278644972, 0.0081892414, 0.0162279457, -0.0238752533, -0.0441978201, 0.00668763, -0.00928816572, -0.00178857404, -0.0041247285, 0.0128182704, -0.0230472963, 0.0218881574, -0.000342943298, 0.00264757872, 0.000759744085, -0.0333892256, -0.0226558987, -0.0286623463, -0.048021473, -0.0169655792, 0.00502419, -0.0098301, 0.0100935418, -0.0135257971, -0.00847526267, -0.0295655709, -0.0198860075, 0.0044258032, 0.00308601931, -0.00733870454, -0.0163634289, 0.00591612514, -0.00421881443, 0.0251698755, -0.0279548187, 0.0113580571, 0.00185349339, 0.0276989061, -0.0202322435, 0.0278343894, 1.77881266e-05, -0.00546074891, -0.018666653, -0.0165290218, -0.0126677332, -0.00944623, 0.0103344014, 0.0039026856, 0.0384171791, 0.00414730888, 0.00788816623, -0.0232279412, 0.010236552, 9.24688538e-06, 0.00220725662, 0.0135634318, -0.0128408512, -0.005942469, -0.00364112644, 0.00376720168, -0.0172817092, 0.00948386453, 0.00788816623, 0.0115387021, 0.00324972905, 0.00418117968, -0.025094606, -0.000159828516, 0.0288881529, -0.0263290145, -0.0220537484, -0.0238903053, -0.0225354675, -0.00843762886, -0.0185913853, 0.00861827377, 0.0041585993, 0.00115255301, 0.0703913495, -0.0256666485, -0.0398924462, -0.0306795482, 0.0136462273, -0.00894945581, -0.00430161, 0.0060403184, 0.00369193288, -0.0246279407, 0.0280150343, 0.0204279423, -0.00269085844, 0.0404042751, 0.0372429863, -0.00893440284, 0.0077602095, 0.00174435368, -0.00503548048, -0.0186064392, -0.00737633882, 0.0182602033, -0.00192499871, -0.00686074793, 0.0346537381, 0.000733400055, -0.00991289597, 0.0124419266, 0.00347177172, -0.00941612292, 0.0119978413, 0.0144591294, 0.000921101542, 0.00332876109, -0.0178838596, 0.0545548, -0.0103344014, 3.37827405e-05, -0.00909246691, -0.00860322, -0.00353575032, -0.0255462192, -0.0219935328, -0.00980752055, 0.00617956556, -0.0052010715, -0.0230322424, 0.016498914, 0.00616074866, 0.0131795611, 0.00344542763, 0.00342284702, 0.0134731093, 0.0219784789, 0.000585685077, -0.00567150163, -0.0030370946, -0.0228817053, -0.0169505253, -0.0243268646, -0.0168150421, -0.0232731029, 0.0137290228, -0.0228214897, -0.000299428561, -0.0043768785, -0.00489623332, 0.00197580503, 0.00123534864, 0.00521988887, -0.027548369, 0.0256666485, 0.0113580571, -0.00909246691, 0.00374462106, -0.0164537523, 0.00424892176, -0.000863238645, -0.00836988632, -0.0222494472, -0.0229720268, 0.0245075095, -0.032365568, 0.0401634127, -0.0127354749, 0.00275860028, -0.00978494, -0.00253467564, -0.0182150416, -0.00214892323, 0.00501289964, 0.00332311587, -0.0253806282, -0.00854300521, 0.00237096613, -0.00596881332, 0.00201155781, 0.00968709, -0.0222343933, -0.00352069642, 0.015016119, 0.00429408299, 0.0253806282, -0.0181698799, 0.015670957, -0.0129537545, 0.0168150421, -0.00582580222, -0.0129612815, 0.00543816807, -0.000215574444, 0.0124193467, -0.011561282, 0.00106693478, -0.000760684954, -0.0241311658, -0.00802365, 0.0121408515, -0.000294018624, -0.0103118205, 0.00133037544, -0.0049489215, 0.00317446026, 0.00493010413, -0.000220513961, -0.0169053655, -0.017341923, -0.00447096489, 0.0118924649, 0.00890429504, -0.0225505214, 0.0122387009, 0.0117042931, 0.0016342731, 0.00108857453, 0.00375967473, 0.0064354795, 0.00840752106, -0.0147376247, 0.0121483784, 0.0240408443, 0.00203037495, 0.0427526571, -0.0135935387, 0.00765859708, 0.0176881608, 0.0167999882, 0.0290838517, 0.0217827801, 0.00156088604, -0.0260580461, -0.0198860075, 0.0162580535, 0.00851289742, -0.0116214976, -0.0279999804, 0.0110193472, -0.0138870869, -0.000846773619, -0.000841128465, 0.0139247216, 0.00324784731, 0.0192386955, -0.00918278936, 0.00368628767, 0.0156408492, 0.0059575229, -0.00757203763, 0.0191634279, -0.0113128955, 0.0320343859, 0.0195548255, 0.00210752548, 0.012050529, -0.00369945983, 0.0178989116, -0.0228365436, -0.0180645045, 0.0178085901, -0.00244435319, 0.00561881345, 0.00163897732, -0.0345032029, 0.000546169, -0.0177935362, -0.024929015, 0.0178386979, 0.00557365222, -0.0210903082, -0.0205784813, -0.0229118112, -0.00320080435, 0.0113204224, 0.0148655809, 0.0110419281, -0.0147376247, -0.00974730495, -0.0334795453, -0.00984515436, 0.0032252667, -0.0105150463, 0.0432644859, 0.0148354741, -0.0025760734, -0.00916020852, -0.00964945555, 0.00175188051, -0.00595375942, -0.0242214892, -0.0044897818, -0.00135577866, -0.00944623, 0.0113580571, -0.00581827573, -0.0168150421, 0.00192593958, 0.0418795422, 0.0152569786, 0.00330053526, 0.0299268607, 0.00323843863, -0.0108688101, 0.00462150201, -0.00764730666, -0.00239354675, 0.0237096604, -0.0146171944, 0.0019739233, -0.0276386905, 0.0197806321, 0.00177257939, 0.0362494364, -0.0100333262, 0.0217225663, 0.00456881383, -0.0124344, 0.0285720229, -0.0109139709, 0.0127956904, 0.00130497222, 0.00375967473, 0.0045387065, 0.0122913895, 0.00337580405, -0.0170709565, -0.000298017258, -0.00323843863, 0.00189395028, 0.0117419278, 0.0097698858, 0.00576558756, -0.00371075, 0.00568279158, -0.0278795511, -0.00596505, -0.00633386662, -0.016830096, -0.0261182617, -0.0152042909, -0.00668010302, 0.020126868, 0.00578816794, 0.0128634321, 0.000338239, -0.00101048313, 0.0262236372, -0.00146491837, -0.0273677222, -0.00408709375, 0.00926558487, -0.00866343454, -0.0417290032, 0.00721827475, 0.021617189, 0.00425268523, 0.0308601931, 0.00550967362, 0.0278795511, -0.00480591087, -0.00687580183, -0.0102139711, 0.0130214961, -0.0017377676, -0.000860416098, -0.0250193384, 0.000228864083, -0.0153247202, 0.00589730777, -0.00402311562, 0.00158723013, 0.0283763241, -0.0209849309, 0.00150819786, -0.0012711013, 0.0103042936, 0.0253505204, 0.00166249881, -0.0112677338, 0.00176411169, -0.0150612798, 0.0222193394, -0.00518225459, 0.0403440595, -0.00186290196, -0.00197015982, -0.0141731082, -0.00783547852, -0.00128145074, 0.00399300782, -0.0200817063, 0.00650322111, -0.0193440728, 0.00417741667, -0.0153849358, -0.00765107, 0.000337062927, -0.0149935381, -0.0312515907, 0.00651451154, -0.0247333162, -0.0139247216, -0.00734999496, 0.0121784862, -0.00558870565, -0.0100257993, -0.0105526811, 0.0015590043, 0.00612687739, 0.0136010656, 0.00136048289, -0.0113731101, 0.00511451252, -0.0378451347, 0.0311612692, 0.00713924225, 0.00969461724, 0.00149973016, -0.019479556, 0.0218731035, -0.0118171964, -0.0360989, 0.0203677285, -0.0177784823, -0.00382553507, 0.00956666, -0.00994300377, 0.0166494511, 0.00741773704, -0.0379053503, 0.01089139, -0.0177935362, -0.00502795354, 0.0167247187, 0.0277892277, -0.0123139704, 0.0233483706, 0.0341419131, -0.0191333201, 0.0173569769, -0.00703762937, -0.00248575094, 0.00253843912, -0.0125021422, 0.006104297, -0.00946128368, -0.0482924394, 0.0116290245, -0.016182784, 0.00294489041, 9.12927771e-06, 0.0165591277, -0.00560375955, -0.0029110196, 0.0242365431, -0.00616451167, 0.0016512085, -0.0103645092, 8.07963152e-05, 0.00609677, -0.0239204131, -0.0165741816, -0.0209999848, 0.00758332806, -0.0035395138, -0.0110193472, 0.0101989182, -0.00586343696, 0.0207591262, 0.00517849112, 0.0242365431, -0.00718064, 0.0272774, 0.00526881358, 0.0270967558, 0.0055962326, -0.0304386895, 0.00299946032, 0.00441451324, -0.014030098, -0.0117870886, 0.0223698765, 0.0379655659, 0.00744784437, 0.0074215, 0.0124344, -0.00801612344, -0.00245188014, -0.0332386866, 0.0115236482, 0.00496397493, 0.0033513417, 0.0245526712, -0.0163634289, -0.00792580098, -0.00435429811, -0.00467795366, -0.00598386675, 0.0299720224, 0.0319139548, 0.0183053631, -0.0189526752, 0.0178537518, 0.00593117857, -0.00367499748, -0.000886760128, -0.0388988964, 0.00526881358, -0.0181999877, 0.00837741327, -0.00160981074, -0.00126733782, -0.0172666553, 1.19224551e-05, 0.00830214471, -0.0151516022, 0.00970967114, 0.00684193056, 0.0305139571, -0.0384171791, -0.0116666583, -0.00896451, -0.00791827403, 0.0120806368, -0.00360161043, -0.0124870883, 0.013194615, 0.00327983638, 0.0139096677, 0.0196752548, -0.00370886852, 0.00216585863, -0.00838494, 0.000743749493, 0.00465913676, -0.0127881635, 2.37861059e-05, -0.0116892392, -0.0250042845, -0.00858063903, 0.0340214819, 0.0187118147, -0.00675913505, 0.00517096417, 0.0141731082, 0.0069849412, 0.00894945581, 0.0107784877, -0.00986773521, 0.0197505243, 0.00668010302, -0.0111171966, -0.0350752436, 0.00897203665, -0.0206688028, 0.0165892355, -0.0223698765, -0.0112903146, 0.00552472752, -0.0289182588, 0.000214986416, -0.011222573, -0.00195510616, -0.00268144975, -0.00200779433, -0.023092458, 0.0655139312, 0.0169806331, 0.0160774086, -0.00849784352, -0.0188924596, 0.00122217659, 0.0114032179, -0.0114784865, -0.015189237, -0.0127806365, -0.00590483472, 0.00212069741, 0.0062736515, -0.0175677296, -0.00241989084, -0.00240483694, 0.0363999754, -0.0068155867, -0.0200666524, 0.00981504656, 0.00696612429, -0.0229268651, 0.000140658507, -0.00346989, 0.0139247216, -0.0295053553, -0.00450859917, -0.00527634053, -0.00652580196, 0.020126868, 0.000931921415, -5.93917612e-05, -0.00564892078, -0.0109591326, 0.0096569825, 0.00416612625, 0.0130967656, 0.00123628951, -0.023935467, -0.00858063903, -0.000254737737, -0.00238978327, 0.00696612429, -0.0368816964, -0.000276377512, -0.00366935227, 0.000825133815, 0.00129556365, -0.030032238, 0.0228365436, 0.0171161164, 0.00396290049, -0.00500160968, 0.0128257973, -0.0167397726, 0.00576182408, 0.00815913454, 0.00016629693, 0.0139397755, 0.0121257985, 0.00076350756, -0.0111021427, -0.00929569267, -0.00199650391, -0.0218279418, 0.00861827377, -0.0116591314, -0.0215268675, 0.00841504801, 0.00362983625, 0.0128333243, -0.000696706527, 0.00348682562, -0.00296370755, 0.0219032113, 0.00360349216, 0.018154826, 0.00677418895, -0.004045696, 0.00875375699, 0.00537042646, -0.00645429641, 0.0145720327, 0.00880644564, -0.00193628902, -0.00766236, -0.012216121, 0.00514462031, 0.000371404312, 0.00707150064, 0.0232731029, -0.00335698691, 0.00671021035, -0.0135935387, -0.00625107111, -0.0114107449, -0.0139473025, -0.0206838567, 0.0221892316, 0.0211655777, 0.0103419283, -0.00527257705, -0.0138268722, -0.0082193492, -0.0104849394, -0.00683816755, 0.0143161193, 0.0200064387, 0.0111171966, 0.0126451524, -0.016348375, -0.0300924517, -0.00788063928, 0.00199085893, -0.01040967, 0.0139849363, -0.00727472594, 0.00417741667, -0.0124946153, -0.015851602, -0.00955913309, -0.0171913859, 0.00549838319, -0.0306795482, 0.00700752204, 0.021120416, -0.048352655, 0.00891934894, 0.00961934775, 0.00563386688, -0.0215268675, -0.0125623569, -0.00450107222, 0.0116440784, 0.00980752055, 0.00386128761, 0.0199311692, -0.00998816546, 0.0048849429, -0.00369381462, 0.0105150463, 0.00319892261, -0.00745913479, -0.025576327, -0.0187419225, 0.011388164, 0.0313720219, 0.00964945555, 0.0157462265, 0.000935214397, 0.0217526723, 0.00156559027, -0.00244058971, 0.00190806319, -0.0277591199, 0.000661894679, 0.00359220174, -0.0270817019, -0.0217827801, -0.00887418725, -0.0180042889, 0.0130290231, -0.0140526788, 0.00171800959, 0.00727096293, 0.0162881613, -0.00261558965, 0.00412849197, 0.00710913492, 0.0207591262, -0.024266649, 0.0177483745, -0.0197655782, -0.0290236361, 0.0157161187, -0.0150838606, 0.008091392, 0.0120806368, -0.00047678058, 0.00874623097, -0.00683816755, -0.0140075171, 0.0124419266, -0.0279397648, -0.00534408214, 0.0194042884, 0.0185010619, -0.00959676784, -0.00124757981, 0.00762472581, 0.0127505288, 0.0278343894, -0.00352069642, 0.0279698726, -0.00712042535, -0.00040292312, 0.00290537439, 0.0103193475, -0.0259526707, -0.0048510721, -0.00512956642, -0.00727472594, -0.013194615, -0.00315752462, 0.0104999924, -0.0102516059, -0.00922042411, -0.0161225703, 0.00782042462, 0.00655214582, -0.0449505076, -0.0176731069, 0.020307513, 0.013864507, 0.00288655725, 0.0216774046, -0.00538924383, -0.0212709531, 0.0114634326, 0.0135860117, 0.0153924627, -0.00674784463, 0.0106956912, -0.024929015, 0.00406827684, -0.00633763, -0.00788816623, -0.00299381511, 0.0374236293, -0.0182602033, -0.00298064318, 0.00649569463, 0.013360206, 0.0245075095, 0.00547580281, 0.00174247194, 0.00525752315, -0.00925805792, 0.00894945581, 0.000659072131, 0.0122612817, 0.0243569724, -0.00532526523, 0.00981504656, -0.00588601734, 0.000124075857, 0.00925805792, -0.0041096746, 0.0129763354, -2.0066771e-05, 0.0124870883, 0.0237849299, 0.00281505194, 0.0147752585, 0.0174322464, 0.00316505157, -0.00811397284, -0.0158817098, -0.0147526776, 0.00189865462, -0.023438694, 0.0234537479, 0.00571289938, -0.0198860075, 0.0130290231, -0.00510698557, -0.014368807, 0.0223397687, -0.0115236482, 0.0300171841, 0.00631881272, -0.0130516039, 0.00445967447, 0.0276989061, 0.000293312973, 0.0191182662, -0.00208494486, 0.0241612736, 0.0145946136, 0.00446343794, -0.0185913853, 0.00106975727, 0.0179591272, -0.00294677215, 0.00406451337, -0.00546827586, -0.0130591309, 0.032365568, -0.0210150387, 0.0104999924, 0.00718064, 0.0143311732, -0.00584838307, -0.0215720274, 0.00153077848, -0.00939354207, 0.00848279, 0.000793144631, 0.00409838418, 0.0200365447, -0.00738762924, 0.0256515946, 0.0151516022, 0.0221591238, 0.0359182544, -0.0210903082, 0.032365568, 0.017507514, -0.0108838631, 0.0245225634, -0.00769246789, 0.013367733, -0.0107784877, 0.00533655565, 0.023258049, 0.00119865511, -0.0130214961, 0.013706442, 0.00315187965, 0.0070827906, 0.01518171, -0.00094603427, 0.00227123499, 0.0125096692, 0.000244388269, -0.02771396, 0.00901719835, 0.00389515865, 0.0070827906, 0.00491505, -0.0295956787, -0.0136537543, -0.0147300977, 0.026419336, -0.0117268739, -0.00120430021, -0.00158723013, 0.00860322, 0.00478333, 0.0270214863, 0.013044077, -0.00585967349, -0.00526881358, -0.026584927, -0.0150913876, -0.0129838623, -0.0205333196, 0.000118254284, -0.0265096594, -0.000203108066, -0.00270026689, -0.0102214981, 0.0166494511, 0.000927687506, -0.00970967114, -0.00205295556, 0.00174811704, -0.0169806331, -0.00130497222, -0.016243, 0.0228515975, 0.00871612318, 0.00350940623, 0.000606854446, -0.016333323, 0.0204429962, 0.00479462044, -0.00514462031, 0.00494139455, 0.00413225545, 0.00473816879, 0.0205784813, 0.00277365395, 0.00717311352, -0.0167999882, 0.00461773854, 0.00633010315, 0.0156408492, -0.023604285, -0.0178838596, -0.0131343994, -0.0064016087, -0.0109666595, -0.00107634335, -0.0121333245, -0.0125774108, 0.00881397258, -0.00957418699, -0.00118548307, 0.00127674639, 0.00532526523, 0.00552849099, 0.00591612514, -0.0107709607, -0.0134881623, 0.00418117968, -0.00180550956, -0.00584838307, 0.0108161215, 0.0156860109, 0.00253467564, -0.0191182662, 0.0260580461, -0.00613064086, -0.00650322111, 0.00169448811, 0.0288881529, 0.00575053366, -0.0176731069, 0.00370134157, 0.00535160908, -0.0146774091, -0.00392902968, 0.00367311575, 0.00203413842, 0.00423763134, -0.00245564338, -0.00800859649, 0.013540851, -0.000691061374, -0.0284817014, -0.00852795132, 0.00533279218, 0.0191634279, 0.0137817105, 0.00531773828, -0.000383870705, 0.0268709492, 0.00750053255, 0.00618332904, 0.0081892414, 0.0236645, 0.0127505288, 0.00988278911, 0.00646935031, 0.00192123523, -0.0088516064, -0.0209698789, 0.00220161141, -0.0340816975, 0.0175827835, -0.0187419225, 0.0127354749, 0.0105677349, 0.0127881635, -0.0111171966, 0.00127298303, -0.00580698531, -0.0237397682, 0.00290349266, 0.0469677113, 0.0205784813, -0.00901719835, 0.0168903116, 0.00192499871, -0.0250494443, 0.00363924471, -0.00982257351, 0.000298487692, 0.00803870428, 0.0103494553, -0.00590859819, 0.00743655395, 0.00531397481, -0.000182761971, -0.0350752436, -0.0191032123, 0.00494139455, -0.00401182519, 0.0124569805, -0.0269913785, 0.0116666583, 0.0121483784, 0.00987526216, -0.0187569764, -0.00753064, 0.0117569808, 0.0300623458, 0.00350187928, 0.00391021231, 0.000353998417, 0.0014526872, 0.0366408341, -0.0162731074, -0.0124494536, 0.0255311653, 0.0105376272, 0.0211354699, -0.0177333206, -0.00869354233, 0.0209096633, -0.00506558781, 0.00563386688, -0.00718816696, -0.00176411169, -0.00718816696, 0.00615322171, -0.0371526629, 0.00893440284, 0.000300134212, -0.0221290179, 0.00233709509, -0.0156559031, 0.0239204131, 0.00542687811, -0.00964945555, 0.016664505, -0.0140451519, -0.00365053513, -0.0148279471, 0.00231451448, 0.0206537489, 0.0167999882, 0.0217526723, -0.0235139616, 0.00458010426, -0.0063225762, 0.0120128952, 0.0167849343, 0.00562257692, 0.00304462155, 0.00225806306, -0.00640537171, 0.00440322282, 0.00873870403, -9.77905947e-05, -0.00386881456, -0.031191377, 0.00708655408, 0.00155712257, -0.0185913853, -0.00602902798, 0.000345060253, 0.00311424513, -0.0243569724, -0.0073801023, -0.0150913876, 0.0160623547, 0.00631128578, 0.0219182651, 0.0125999916, -0.012705368, -0.0257118102, 0.0211655777, 0.0064994581, 0.0180795565, 0.0060553723, 0.0247182623, 0.012035476, 0.0040946207, -0.00583709264, -0.00164179993, -0.00188830518, 0.0170107409, 0.0129387006, -0.00471182493, -0.0113580571, -0.01303655, 0.0132247219, -0.0132247219, -0.0131795611, 0.00221102, -0.0109817125, 0.0215268675, -0.00558117917, 0.00456128735, 0.0204881579, 0.0174322464, -0.00489623332, -0.00575429713, 0.031191377, -0.000445261801, 0.0366107263, 0.0240408443, -0.0075268764, -0.0109440787, -0.0104397777, -0.029384926, -0.00135201518, 0.0243720263, -0.00771504827, -0.0118473032, 0.00573547976, -0.0240860041, -0.00520483498, -0.00633386662, 0.0308903, -0.0210903082, 0.0314021297, -0.00568655506, 0.0218128879, -0.00406075, -0.00233333162, -0.0127956904, 0.0115161212, 0.00271532079, 0.00459139468, 0.0398322307, -0.00845268276, 0.0101913912, 0.000577217317, 0.0117645077, -0.00518978154, 0.0201118141, -0.00255725626, -0.0136763351, 0.00719945738, 0.0150386989, 0.00522741582, 0.00847526267, -0.0212559, -0.0114333257, -0.0068155867, 0.0173720308, -0.00480591087, -0.00800107, 0.00133790227, 0.0220537484, 0.0264494438, -0.00018617259, 0.00620967336, 0.00686451141, 0.00135671953, -0.0185161158, 0.0251849294, 0.0307397638, -0.00976235885, -0.0129838623, -0.00680053281, -0.0216774046, -0.0255010575, -0.014684936, -0.00706021, 0.0101085948, 0.00916773546, 0.0037465028, -0.0288881529, -0.00333628803, 0.00930322, 0.000595564081, 0.00179516, -0.0170860104, 0.0129236467, 0.0283612702, -0.0136010656, 0.0137817105, -0.0111473044, -0.0210150387, -0.00843010191, -0.00633763, -0.00870106928, -0.0248838533, -0.00392902968, -0.0134956893, 0.0148731079, 0.0228817053, -0.00342661049, 0.0156107424, -0.00474569574, 0.021451598, 0.00658978056, -0.00241612736, 0.00368064269, 0.00718440348, -0.0233483706, 0.00431666384, -0.0109290248, -0.0109892394, -0.0067327912, 0.00746289827, 0.0175526757, -0.00451236265, -0.00256854668, -0.0109290248, 0.00286397641, 0.0207290184, 0.0232279412, -0.015505366, -0.00246128859, -0.0133827869, 0.0175376218, -0.0137365498, 0.0191182662, 0.00223924569, -1.7670518e-05, -0.0220688023, -0.00731612416, -0.00374462106, 0.0321247093, 0.0145042911, 0.00571666285, -0.0246881545, -0.0081215, -0.00613816781, 0.00141881627, 0.00503924396, 0.00302956789, -0.0104774125, 0.0236946065, -0.00892687589, -0.00739891967, -0.00352257816, 0.0124042928, 0.00818171445, -0.00554354442, 0.0217526723, -0.00216021365, 0.00224300916, 0.0105301, 0.00748924213, -0.00811397284, -0.00642418908, -0.00581827573, -0.00398548134, -0.017341923, 0.0134204207, -0.00395537354, -0.00299569685, -0.00129838625, 0.00809891894, -0.00455752388, 0.00276800874, 0.0130967656, -0.0139021408, 0.00234462204, 0.00828709081, -0.00415483583, -0.00369193288, -0.00533279218, -0.00591236167, 0.00100107456, 0.00599515717, -0.0177634284, 0.00855053216, 0.0238451455, -0.0211053621, -0.0052161254, -0.00386881456, -0.0122010671, -0.0107182721, 0.00852795132, -0.0172967631, 0.012539776, 0.0269913785, 0.0106881643, -0.018320417, 0.00472311489, -0.0151591292, -0.0341118053, -0.0089946175, 0.0144741833, -0.00499408273, 0.00812902674, 0.00936343428, -0.00507687824, 0.0126150455, 0.0024349445, 0.01385698, 0.0167698804, -0.014353754, -0.0209247172, 0.00124475721, -0.0124419266, -0.00086794293, 0.0310709458, 0.0234236401, 0.0156107424, 0.00585967349, -0.00178198807, -0.00802365, 0.0260128845, 0.00273601967, 0.00725967251, 0.0214967597, -0.00886666, -0.0156107424, 0.00360161043, 0.00594999595, -0.0238300916, 0.00927311182, -0.011215046, 0.00103494548, -0.0182752553, 0.0114559056, 0.0116139706, -0.00354704051, -0.00304650329, -0.0161677301, -0.00383118, -0.00468924409, 0.00142822484, 0.00267768628, 0.00869354233, 0.00749676907, -0.022941919, 0.00142163876, 0.0168752577, -0.0108462293, -0.00548709277, 0.00576935103, -0.00265886914, -0.0388085768, 0.00658225361, 0.013533324, -0.00971719716, -0.00734999496, 0.00504677091, 0.0376042761, -0.00441827672, 0.0164386984, -0.00106975727, -1.47303326e-05, -0.00409085723, -0.0153096672, -0.00467795366, 0.0121935401, -0.0011760745, -0.0128257973, -0.0121257985, -0.00459139468, 0.000895698322, -0.020307513, 0.0280903038, 0.00271532079, -0.00351881469, 0.0140526788, 0.0275935289, -0.00865590759, 0.0136838611, -0.0257720258, 0.00815913454, -0.00857311208, 0.0241612736, 0.016182784, -0.0123365503, 0.0126150455, -0.00329112681, 0.00565268425, 0.0192688033, -0.00124287547, -0.00422634138, 0.00996558461, 0.00338897621, -0.00216209539, 0.00629999582, -0.0143010654, -0.00995805766, 0.0124042928, 0.02771396, -0.015008592, -0.013209668, 0.00979246665, -0.00794085488, -0.0118698841, -0.00368628767, 0.00337204058, -0.0108688101, 0.0254860036, -0.00529515743, -0.00765483361, -0.0198559, -0.00315376138, -0.0103569822, 0.00819676835, 0.0295655709, -0.0338408351, -0.0171010643, 0.00355833094, 0.00774515606, 0.0101161217, 0.00059462327, 0.000582862529, 0.0159720313, 0.00650698459, 0.00655967277, 0.0175978374, 0.0133451521, 0.00454623345, -0.000183467622, -0.0136387, 5.67455936e-05, 0.00852042437, -0.0136085926, 0.0192688033, -0.00727096293, 0.0107559068, 0.00142634311, -0.0228214897, 0.0147526776, -0.0330881476, 0.00514085684, 0.00234274031, -0.0134806363, 0.00568655506, 0.00211128895, -0.0126451524, -0.0191182662, -0.00136800983, -0.0330279358, -0.0138042914, 0.0259978324, 0.0164838601, 0.0402236283, 0.0248085856, 0.0278343894, 0.00214515976, -0.0389892198, 0.00631504925, -0.00166908489, -0.00412849197, -0.0112903146, -0.0221892316, 0.0172666553, 0.0390494354, 0.0132623566, 0.0056752651, -0.01171182, -0.00875375699, 0.0172666553, -0.00651827501, -0.0049978462, -0.0101462295, 0.00602150103, -0.0212257914, -0.00126075186, -0.0147075169, 0.00299757859, -0.0102214981, 0.00750429602, -0.00822687615, 0.0173569769, 0.0104924655, 0.00466666324, 0.00827203691, -0.0166042894, -0.0142032159, 0.0135784857, 0.00809891894, 0.00333252456, -0.00916773546, 0.0134505285, -0.00904730521, 0.0258322395, 0.00247446075, -0.00112338632, -0.00385187916, 0.0115161212, -0.00257419166, -0.00404193252, -0.0136688082, 0.00108575192, -0.00484354515, -0.0132698836, 0.00956666, 0.000792203762, 0.00565644773, -0.0044258032, 0.00800107, -0.00492634065, 0.00140752597, -0.0113505302, 0.0231978334, -0.0100860149, -0.00370886852, 0.00117889699, -0.00719569391, -0.016830096, -0.0074779517, 0.0243569724, 0.00245376164, -0.0032252667, 0.00284139579, 0.0172666553, -0.00451988913, -0.00462902896, 0.0345634185, -0.00131155818, -0.0104698855, 0.00279247109, -0.0297913775, 0.0183806326, -0.00394784659, -0.00327230967, 0.0195548255, 0.0184709541, -8.55006147e-05, 0.0123892389, 0.015520419, -0.00788063928, 0.0269161109, 5.43934439e-05, -0.0115085943, -0.0105150463, -0.0231827796, -0.00223360071, 0.00419247, 0.0110268742, -0.00119489164, -0.00934838, 0.00572042633, 0.00651451154, 0.00765483361, -0.00567902857, -0.0145569788, -0.00668763, 0.0210150387, -0.00846773572, -0.00124287547, 0.0188924596, -0.0176731069, 0.001011424, 0.0167999882, -0.00730859721, -0.023258049, 0.0286322385, -0.00746289827, 0.0238150377, 0.00264193374, 0.0268709492, 0.00461397553, -0.00367687922, -5.15708634e-05, 0.0180193428, 0.0056602112, 0.013540851, -0.0131193455, -0.0294903014, 0.0149333235, -0.0129913893, -0.0152569786, 0.0191935357, 0.0081741875, 0.0288279373, -0.0193290189, -0.00541935116, 0.00533655565, -0.0157010648, 0.00464031938, 0.0077752634, 0.0206537489, 0.00394408312, -0.000437970128, 0.000631787174, 0.00296182581, -0.0118322503, 0.00266075088, -0.00178481056, 0.00471182493, -0.00339838467, 0.01518171, 0.00997311156, -0.00105658534, -0.00338897621, -0.00737257535, 0.00368816941, -0.00400806172, -0.0163182691, -0.0091225747, -0.00888924114, 0.0186516, -0.00692096306, -0.000524058763, -0.000591800665, -0.0166946128, 0.00597634, -0.0101462295, 0.0152720325, 0.0217225663, -0.0055473079, -0.00692849, 0.0105903149, 0.00841504801, -0.00304462155, -0.0105225733, -0.0300623458, 8.94992627e-05, 8.0090671e-05, 0.0147677315, -0.00917526241, -0.00636397395, -0.00181021378, -0.0347741693, 0.0155505268, -0.0171161164, 0.0269462187, -0.00738762924, 0.0145946136, 0.0135257971, -0.00202661147, 0.0202924591, -0.0122462278, -0.0160473, -0.0110193472, -0.012878486, -0.00680429628, -0.00566397468, 0.00023968397, 0.0112677338, 0.00103494548, -0.000751746818, -0.0355870724, 0.00971719716, 0.0011930099, 0.0209849309, 0.00595375942, -0.000493951258, 0.000784206437, 0.0111247236, 0.00363736297, -0.0117268739, 0.00286962162, -0.0276687983, 0.0192688033, -0.0024499984, -0.00565644773, 0.0124268727, 0.00508064171, -0.0157913864, -0.0227462202, 0.0133752599, -0.00374273933, -0.00730483374, 0.0167849343, 0.007176877, 0.00894945581, 0.0115311751, 0.0112451538, 0.018154826, -0.002022848, 0.000999192824, 0.00873870403, -0.0180042889, -0.00598763, 0.0150763337, -0.00155147747, -0.012035476, -0.0048510721, -0.0256515946, 0.0156559031, -0.00792580098, 0.00718440348, -0.000858063926, 0.00154865487, -0.016498914, -0.00241048215, 0.0030201592, 0.0132548297, 0.022941919, 0.00337580405, -0.00384435221, 0.0248085856, 0.0198559, 0.00532526523, 0.0107709607, -0.0245526712, 0.00384623394, 0.0145946136, 0.0174473, -0.0157913864, -0.00214139628, -2.3300976e-05, -0.00248010573, 0.00018617259, -0.0114483796, -0.00934085343, -0.00719193043, 0.0124193467, -0.0142709576, 0.0113580571, -0.029550517, -0.0148956887, -0.00479838392, -0.0144440765, -0.000157241157, -0.00788816623, 0.00941612292, -0.00320833107, -0.0277741738, -0.00611182395, 0.0222946089, 0.0193440728, -0.0250795521, -0.0287677217, 0.0308150332, -0.00724461861, 0.00113279489, -0.00313870749, 0.0100333262, -0.00397042744, -0.0113655832, -0.0021959662, -0.00234085857, -0.00939354207, -0.010070961, 0.0154602043, -0.00173118163, 0.0157462265, -0.00323655689, 0.000168178653, -0.0169655792, 0.000387869368, 0.032516107, 0.00471935142, 0.00661612442, 0.0184408482, -0.0096419286, 0.0365505107, 0.00879139174, 0.0178989116, -0.0187118147, 0.00245752512, -0.00785805937, -0.0295354631, -0.0171161164, -0.0146322483, -0.00695107039, -0.026419336, 0.00967956334, -0.0190580506, -0.00137930014, -0.0213010609, 0.0169655792, -0.0043768785, -0.0283311624, -0.00971719716, 0.0293698721, -0.00759838196, -0.00142916571, 0.0246128868, -0.0162580535, 0.000822781702, -0.0116365515, 0.0169505253, -0.000592741533, -0.00512580294, -0.00337580405, 0.0105301, -0.00854300521, 0.00639784522, -0.0193290189, 0.00502419, -0.0107784877, -0.0100032194, 0.00269462191, -0.0182451494, -0.010725799, -0.0116440784, 0.0120053682, -0.0132698836, 0.0108311754, -0.00169731071, -0.00536289951, 0.00657849, -0.00767365051, 0.0330279358, 0.0107032182, -0.00803117733, -0.0275935289, 0.0198257919, 0.00229569734, -0.0121032177, 0.00218655774, -0.0122537548, -0.00505053438, 0.0137290228, -0.0171010643, 0.00934838, 0.0124268727, -0.0180946104, 0.00804623123, 0.019148374, -0.0015505366, 0.00552849099, -0.000283904374, -0.00394408312, 0.000392103218, -0.00318198698, 0.00401558867, -0.0102967666, 0.00359408348, 0.0186214931, -0.00637902785, 0.00916020852, 0.00903977826, 0.00217714906, -0.016664505, 0.0472386777, -0.00177916547, 0.0319440626, 0.000220161135, -0.0123214973, -0.00986773521, 0.0236494467, -0.000645900087, -0.00759085501, -0.0101161217, -0.0164688062, 0.00641289866, -0.0185462236, 0.0176881608, -0.000250503857, 0.00492634065, -0.0247483701, 0.00989031605, -0.0124720344, -0.00289032049, -0.0013774184, -0.0267956797, 0.00282257865, 0.00641666213, 0.0253354665, -0.000645429653, 0.0120128952, -0.0167548265, -0.00851289742, -0.0428429805, -0.000952149858, 0.0141354743, 0.010733326, -0.0160623547, 0.0292193349, 0.00791827403, 0.00591236167, 0.00959676784, -0.00122688082, -0.00646935031, -0.000708467269, -0.0081892414, -0.000429031963, -0.000861356908, -0.00343037397, -0.0153021403, 0.00118077872, 0.0125171961, 0.00992042292, -0.00607042573, -0.00589730777, -1.65238453e-05, 0.0165591277, -0.00148749899, 0.00778279034, 0.00861074682, 0.0232881568, -0.00725967251, -0.0339010507, -0.00109045627, -0.00919031631, -0.0114257988, 0.00572795281, 0.00163050962, -0.00264757872, 0.00410214765, -0.00141881627, -0.00184502557, 0.0172967631, -0.00333252456, 0.019795686, -0.00791074708, -0.00966450945, -0.00557365222, 0.00982257351, 0.00646182336, -0.00940106902, 0.000895227888, -0.00995805766, -0.0331483632, -0.0129989162, 0.000622849038, -0.0154602043, -0.00786558632, 0.019961277, -0.00901719835, 0.0246128868, 0.00447096489, -0.0161526762, -0.0256666485, -0.0184107404, 0.0130666578, 0.015520419, 0.0221741777, -0.00761719886, 0.000490658276, -0.0217827801, -0.0132924635, 0.00539677031, -0.00667257607, -0.0118623571, 0.0219032113, 0.0144516034, 0.00195698789, 0.0149107426, 0.0118623571, 0.00130497222, -0.00134825171, 0.0135634318, 0.000590859796, 0.00821182225, -0.00556612527, 0.00128709583, 0.00252150372, 0.00304085808, 0.00270214863, 0.00729730679, 0.0154150436, 0.00900214445, 0.00547956629, -0.0045387065, -0.000669892, -0.0480816886, 0.00728978, -0.00775268301, -0.000755980669, -0.00800859649, 0.0202021375, -0.00620214641, 0.00775268301, -0.00362983625, -0.00348306214, 0.0398623385, 0.00704892, -0.0146322483, -0.0187569764, 0.00605160883, 0.0171010643, 0.00157688069, -0.0172817092, -0.0234688018, 0.0435053445, -0.00604784535, -0.00816666149, 0.0169505253, -0.0295806248, -0.0259978324, 0.00633010315, 0.0100032194, -0.000866531685, -0.0113806371, 0.00237284787, -0.0131494533, 0.00849784352, -0.000997311086, 0.00639031827, -0.00517472764, 0.0211354699, -0.000888641865, 0.00296747102, 0.00608924311, 0.0174322464, 0.0152419247, 0.0029542991, 0.00964945555, -0.00800107, -0.0104623586, -0.0152419247, -0.0100559071, 0.00378413708, -0.0126225716, 0.0226860065, 0.00543440506, -0.00942365, -0.0177182667, 0.000215339227, 0.00661988789, 0.00752311293, -0.0263741761, -0.00891934894, -0.0236193389, 0.0245225634, -0.0237548221, 0.0246128868, 0.0308150332, 0.00874623097, -0.00317257852, -0.014526872, -0.00413601846, 0.0191784818, 0.0122387009, 0.0152870864, 0.000753158063, 0.0110419281, 0.00309730973, 0.00481343735, 0.00583709264, -0.0353462137, 0.0261634234, -0.0113053685, -0.0244924556, 0.0119451527, -0.00768117746, 0.00939354207]
|
18 May, 2021
|
HTML5 MathML largeop Attribute
18 May, 2021
This attribute is used to define whether the operator should be drawn larger than normal when displaystyle=”true” is set. Possible value are true or false. This attribute is accepted by the <mo> tag only.
Syntax:
<element largeop="true|false">
Attribute Values:
true: This means operator should be drawn larger than normal when displaystyle=”true” is set.
false: This means operator should not be drawn larger than normal when displaystyle=”true” is set.
Below example illustrate the largeop attribute in HTML5 MathML:
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML largeop Attribute</title>
</head>
<body style="text-align:center;">
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML largeop Attribute</h3>
<math displaystyle="true">
<mrow>
<mrow>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo largeop="false">+</mo>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
</mrow>
<mo largeop="true">=</mo>
<msup>
<mi>z</mi>
<mn>2</mn>
</msup>
</mrow>
</math>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML largeop attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute
|
https://www.geeksforgeeks.org/html5-mathml-largeop-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML largeop Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0124220233, -0.0188869331, -0.00407751603, 0.0525984392, 0.0710003152, 0.0226461291, 0.00822324306, 0.0335296094, 0.00423288578, 0.0147715211, 0.0344997272, -0.00158212159, -0.00495668268, -0.0334386602, 0.00872345921, -0.00291603012, -0.0229644477, 0.00412677974, -0.00980726, 0.0169467013, -0.0130889779, 0.0184625071, -0.0314074829, 0.024237724, -0.0417452753, -0.00133011909, 0.0115352776, 0.0113912756, -0.00371751213, 0.0302706286, 0.0127100265, 0.00399035728, 0.00703333598, -0.00929946452, 0.00635501323, 0.00652554119, 0.0226764455, 0.020478528, -0.0547812, -0.0190233551, 0.0308163185, -0.0297552552, 0.00566911139, 0.0338630863, 0.0269358587, -0.0220398065, 0.00267729093, -0.0214031693, -0.0213273782, -0.00393351447, -0.00116053829, 0.000139856711, 0.0194780957, -0.0132936109, 0.00872345921, -0.00576005969, 0.021524433, 0.0262689032, -0.0312255863, -0.0205391608, -0.0045549944, -0.0362277441, -0.0475962833, -0.00408130558, -0.0404719971, 0.0124750761, -0.00639290828, 0.0301342066, -0.033226449, 0.00197433634, -0.0292247236, 0.0265872218, 0.0324988626, 0.0186140873, 0.00413435837, 0.0140742511, 0.0393503, -0.0227522347, -0.0116717, -0.001427699, 0.024586359, -0.00821566395, -0.0506885238, 0.00636638189, 0.0172347054, 0.0182199776, 0.012194653, -0.0372584909, -0.00773060648, 0.0073971292, -0.0416846424, -0.00729860179, -0.0028970826, 0.0307102129, -0.0154081592, 0.0210696924, -0.00492257718, -0.00116432784, -0.0136953, 0.0218124371, -0.00109990616, 0.0367128029, 0.0266933292, 0.0234949794, 0.00811713655, -0.00600258866, 0.0160675347, -0.00771923782, 0.0145820454, 0.0301342066, 0.00577142835, -0.0344997272, -0.0339843519, -0.000640901388, -0.0215699077, 0.0398353599, -0.0255261585, -0.0439886674, 0.0257838462, 0.0110123241, -0.0580553375, -0.000549953082, 0.0109820087, 0.0166587, -0.0613294765, 0.0114973821, -0.0463533215, -0.00784429163, 0.037955761, -0.0345906727, -0.0391684063, 0.0326807611, 0.00758281536, -0.0367431156, -0.0126342364, 0.0123083377, 0.030300945, 0.0209181122, -0.0263598524, 0.00411541108, -0.0198570471, -0.0262234285, 0.0506582074, 0.0416846424, -0.0383195542, -0.0101937894, -0.00660891039, 0.0545689873, -0.0224490743, 0.011421592, -0.0194780957, -0.0201905239, 0.00297287293, -0.0220549647, 0.0151201561, -0.000752692, -0.0119369654, 0.026193114, -0.0029880309, 0.00784429163, -0.00275308103, -0.00380656566, 0.0329536051, 0.0356820524, -0.0285729282, 0.0603593625, 0.00805650465, 0.0147715211, -0.0192052517, 0.0454438403, -0.010800112, 0.0232979245, -0.0202814732, -0.0157946907, -0.00591164036, 0.0181593467, 0.0324079134, 0.0198115744, -0.00986031257, -0.00765860546, -0.055235941, -0.035651736, 0.0297704134, 0.0161887985, -0.031831909, -0.00820050575, 0.034408778, -0.00587374484, -0.00526742311, 0.00046350481, -0.0310740061, -0.00304866326, 0.0260718483, -0.0131344516, 0.0588435568, -0.00173086, -0.0431095, 0.013657405, 0.0273602828, -0.0279059727, -0.0128919231, -0.0270722806, 0.020402737, -0.018038081, 0.00745018246, -0.0524468571, -0.00720386393, 0.000649427762, 0.0244347788, -0.00637396052, -0.020266315, 0.0162645895, 0.00899630412, 0.0166132245, -0.00895840861, 0.0271177553, -0.0252684727, -0.0150822615, -0.0102165267, -0.0598439872, 0.0355911069, 0.0207665302, -0.010519688, 0.0161584839, -0.044231195, -0.0250411015, -6.05729947e-05, -0.052386228, -0.0116186468, -0.0102165267, -0.0170528088, 0.0244347788, -0.010027051, -0.00370235415, 0.0259354264, 0.0253139455, 0.0017725447, -0.0309830569, 0.0586010292, -0.0067415433, -0.0280575529, -0.0209484268, 0.0151807889, -0.00635501323, 0.00678322837, -0.0228280257, 0.0134982448, -0.0286941919, -0.000712428417, -0.0122173894, -0.0050779474, -0.0337115079, -0.00471794372, -0.0189172477, -0.0264811162, 0.0112927482, 0.0309072677, 0.00665059499, -0.032529179, 0.00655964669, 0.0113609601, 0.0205391608, -0.0102620013, 0.00174507068, 0.00124864455, 0.00671122735, 0.0206604246, -0.0126569727, -0.0130283451, -0.0247834139, -0.010587899, -0.0505672619, 0.0122098103, 0.0245408863, -0.0169163849, 0.0127858166, -0.0130056087, 0.00707123103, 0.0297552552, -0.0403507352, -0.00208802172, 0.00920851622, 0.0293156728, 0.0453832075, 0.0263750106, -0.0160220601, 0.0201905239, -0.000650848844, -0.0382892378, -0.0253442619, -0.0162494313, -0.00264508, 0.012952555, 0.00633985503, -0.0211151652, 0.00142201467, 0.00869314279, -0.00809439924, 0.0113836965, -0.0212970618, -0.0495668277, 0.00198759953, -0.00136706675, -0.0600258857, -0.00479373382, 0.0306950547, 0.0262840614, 0.00420257, -0.00957988854, -0.0221459139, -0.00889777672, -0.0318015926, -0.00876135379, -0.0196751505, -0.00965567864, -0.0217366461, 0.012747921, -0.0274360739, -0.0258293208, -0.0174014438, -0.00860977359, 0.0179926082, -0.0590860844, 0.0370159633, 0.00232486613, -0.0105500044, -0.05851008, -0.0270116478, -0.0303918943, -0.0251320489, -0.0657859445, -0.0270722806, -0.00996641908, 0.000987168169, 0.00373267033, -0.0809439942, 0.0256625824, -0.0299826264, -0.00944346655, -0.00395625131, 0.00914030522, -0.0350454152, 0.0225097071, 0.0271935444, 0.00172517577, -0.0308466349, -0.0314378, -0.00426699175, 0.0109062186, 0.0380163938, 0.00101369468, 0.0286487173, 0.0423515961, -0.00476720743, 0.00505521, -0.00548342522, -0.0171740726, -0.0120354928, -0.0460804775, 0.00840514, -0.0110577988, 0.0387439802, 0.0164616443, -0.059055768, 0.00604806282, -0.0448981486, -0.0316500105, -0.0198873635, 0.0193113573, -0.033074867, -0.0116717, -0.0214941166, -0.00194023061, 0.0246924665, 0.00706744147, 0.0314074829, 0.0142030949, -0.0137786688, 0.00102127378, 0.00576005969, -0.00906451512, 0.0333780311, 0.0186747201, 0.00472931191, 0.0357426852, 0.00577142835, 0.0416846424, -0.0308466349, -0.00487331348, 0.0427457057, 0.0088523021, 0.0238436162, -0.00213918, -0.0148852067, -0.0028970826, 0.00513479, 0.00336319278, -0.0313165337, 0.0295733586, 0.00796555635, 0.0436248742, -0.00513100065, -0.0102847377, 0.0382286049, 0.000427504419, -0.000165672769, -0.0392593555, 0.0198722053, 0.0283000823, -0.0115201194, -0.0211909562, -0.0135361403, -0.0226309709, 0.0139605654, 0.0144077279, 0.0152338417, 0.0252836309, 0.000315713783, -0.00791250262, 0.0315893814, 0.0502337851, -0.00807924196, -0.0127630793, -0.00825355947, -0.00633227592, 0.00320971734, -0.0273451246, -0.00138790905, 0.0341965631, -0.0132026626, -0.00995884, 0.0347725712, 0.00686280802, 0.0120203346, -0.028769983, 0.0377738662, 0.0190536715, 0.0114670657, -0.0311043225, 0.00714702159, -0.0250259433, 0.0117550688, -0.00485815573, 0.0418968536, -0.0252987891, 0.0155218448, -0.0192658845, -0.0345300436, 0.0495668277, 0.0300735738, -0.0251623653, -0.0186140873, -0.052931916, -0.0381376594, 0.0205391608, -0.0128919231, 0.0343784615, -0.0178713426, 0.00270760688, -0.00662027905, -0.0124599189, 0.012118862, 0.0248592049, 0.0165829081, 0.0442615114, -0.034833204, -0.0461107939, 0.0159917437, 0.00155370031, 0.0138999335, -0.00540763512, -0.0131192934, 0.0132102417, 0.00942072924, 0.010519688, 0.0185837708, -0.00456636306, 0.00571079599, -0.0182351358, 0.00267539616, 0.0681506, -0.0136422468, 0.00389182987, -0.035773, 0.0171589144, -0.0171437562, 0.0356214233, 0.0301493648, 0.0164768025, 0.017553024, -0.0328626558, 0.00324382307, -0.0127933957, -0.0143016214, 0.0175833404, 0.000672638533, 0.017765237, -0.0201450512, 9.53299314e-05, 0.0219640173, -0.0212819055, 0.0438370854, 0.017416602, 0.0456257351, 0.0104438979, 0.0166890156, -0.0589648224, 0.0514464267, -0.0202814732, -0.00807924196, 0.0253594201, -0.00875377469, -0.00453225756, -0.00555542577, 0.00327792857, -0.0113154855, -0.0015394896, 0.0175075494, 0.00867040548, 0.0194326229, -0.000784902892, -0.0134527711, -0.0295127258, 0.01797745, 0.0280878693, 0.00823840126, 0.033499293, -0.0104666343, -0.0161130093, -0.0346209891, -0.0154991075, 0.00835966505, 0.0248288885, 0.0119748609, -0.00832935, -0.0113154855, -0.000229028694, -0.0215547495, -0.0129298177, 0.0207210574, -0.00504005235, -0.0250411015, -0.0300735738, -0.0205846336, -0.00986031257, -0.0337418243, 0.0114822239, -0.0306647383, -0.0129373968, 0.0060177464, -0.00897356682, 0.00461562676, -0.0149609968, -0.0218579099, 0.00908725243, 0.0166890156, -0.0300584156, -0.0142940432, -0.0276331287, -0.035651736, 0.0189324059, 0.00145422562, -0.000274739694, 0.0390471406, -0.00402825233, -0.0112700118, 0.0057752179, 0.0422303304, -0.00505899964, -0.0195993613, -0.0237678252, 0.00691965083, 0.0394109339, 0.00738576055, 0.00552889938, 0.0257686879, 0.0159311127, 0.0211454816, -0.00623374898, -0.0170982815, -0.0164464861, -0.0333477147, 0.0293459874, 0.0125432881, 0.00325898104, 0.0167648047, 0.00551753072, -0.0309982151, -0.0380163938, 0.021524433, 0.0231311861, 0.0236617196, -0.00734028639, -0.0278908145, 0.0177803952, 0.0383498706, -0.0213425364, 0.00637017144, 0.0186292455, -0.0109137977, -0.0177500788, 0.0384408198, 0.0253442619, 0.00859461538, -0.00539247692, -0.00555542577, 0.019781258, 0.000849798264, 0.00178107107, 0.00741228741, -0.0428063385, -0.0404416807, -0.0066657532, -0.0194629375, -0.00103643176, -0.0174923912, -0.0228280257, 0.00246507814, -0.0306041073, -0.0356214233, 0.0488392413, -0.00879167, -0.00303539983, -0.000984326, 0.0364399552, -0.0124750761, -0.0155673195, 0.00385393458, 0.00752597256, -0.0202056821, -0.0267691184, -0.0136346677, 0.00930704363, 0.00326466537, 0.0217063297, 0.0154157383, -0.0233585574, 0.0159917437, -0.0210242178, 0.0052863704, 0.0104590561, 0.0202208403, -0.0190081969, 0.0261627976, -0.00758660492, 0.023616245, -0.017825868, 0.0440492965, 0.0197509415, 0.0124750761, 0.00871588, -0.0114973821, 0.00593058765, 0.00173086, 0.0117778061, 0.00791250262, -0.0274360739, 0.0025673951, -0.0076245, 0.0231615026, -0.0469596423, -0.0127024474, 0.012050651, -0.00435036095, 0.00837482326, -0.0249956269, -0.00547963567, -0.020129893, -0.00883714389, 0.0175378658, 0.0152035262, -0.023676876, 0.004456467, 0.0147184683, -0.0116186468, -0.0205694754, -0.00373077556, 0.0299219936, -0.0208877958, 0.0479903929, -0.0197206251, 0.0058926926, 0.00845819246, 0.00230023428, 0.00303161028, -0.00478236517, -0.0195538867, 0.00796555635, -0.00538110826, -0.0327717066, 0.0482329205, -0.0299371518, 0.0107091637, 0.0175227076, 0.0134982448, -0.0411389507, 0.0181745049, -0.0334386602, -0.0134906657, -0.0381679758, -0.0251017343, 0.0073971292, 0.00940557104, -0.00840514, -0.010451477, 0.00181896624, -0.00187391415, -0.0227825511, -0.029740097, 0.00573732238, 0.0127933957, 0.0402294695, 0.0252229981, 0.0250107851, -0.0066127, -0.0227370784, 0.00252002617, 0.0107925329, -0.0127858166, 0.0147108892, 0.00156412146, -0.000147435741, 0.00706365192, -0.0134376129, -0.00586237665, -0.0219640173, 0.0380467102, 0.0195690449, 0.00850366708, -0.00199328386, -0.000582637615, 0.0119597027, -0.0051272111, -0.00330066564, -9.85865481e-05, 0.0300432593, 0.0252533145, 0.0142258313, -0.00228318153, -0.0182199776, 0.00609353697, 0.0185534544, 0.0105045298, 0.0217366461, 0.0134982448, -0.00645733, 0.02995231, 0.0209484268, 0.00333856093, -0.0117778061, -0.0120885465, -0.0125660244, 0.00221118075, -0.0132026626, 0.026117323, 0.0118914917, 0.0254958421, 0.00756386761, 0.0147260474, 0.00471036462, -0.021524433, 0.00933736, -0.00994368177, -0.01462752, 0.022706762, 0.00299750478, -0.0300129429, -0.0240709856, 0.00204254757, 0.00215054862, -0.0032286651, -0.0154991075, 0.0280727111, -0.0173711274, 0.0249804687, 0.0150671033, -0.0455347858, 0.00108569546, 0.00165506976, -0.017477233, -0.0052030012, 0.0401991531, -0.0274209157, 0.00605564145, -0.0111563262, -0.0132026626, -0.0162191149, 0.0160372183, 0.0212212726, 0.0166132245, 0.0437158197, 0.020902954, 0.0373494402, -0.00650280435, 0.00646869838, 0.00432383409, 0.00726828584, 0.00824598, 0.0090038823, -0.021524433, 0.0123613914, 0.0118081225, 0.0261627976, -0.00126001309, 0.034135934, -0.00676807, 0.0100725256, 0.0026640275, -0.0418059081, -0.00190423022, -0.00176780776, 0.0241922513, -0.0259960592, -0.0227522347, 0.0155066866, -0.000303634733, 0.00171475462, -0.0235556122, -0.00187107199, 0.0106106363, -0.0118005434, -0.00574869104, -0.00161906937, -0.0123386541, 0.0250259433, 0.0229038168, 0.00681733387, -0.0222368613, -0.000290845113, 0.00392214581, -0.0100422092, -0.00838240236, -0.00323434919, 0.00979968067, -0.035530474, 0.0136270886, 0.00396004086, 0.0140894093, -0.00179433438, 0.0414118, -0.0278453417, -0.0175227076, -0.015461213, 0.00749944616, -0.0250259433, -0.0066581741, 0.000577427039, -0.00648006704, 0.0337418243, 0.0113761174, 0.0412299, 0.0458682626, -0.0149003649, 0.022706762, 0.0032078228, -0.02131222, -0.0497487262, -0.000487899786, -0.0129752923, -0.00146748882, -0.0344390944, 0.00619585346, 0.00151012093, -0.0150746824, 0.0291944072, 0.0101483157, 0.0177803952, -0.031559065, -0.00399035728, 0.0209181122, -0.008776512, -0.0117171742, 0.0122931795, 0.0513251647, 0.0203117896, 0.00806408376, -0.0425031781, -0.0345603563, 0.0163555369, 0.0134376129, 0.0227370784, 0.0321957022, 0.0103529496, -0.00770407962, 0.00694617722, 0.0519618019, -0.0292095654, -0.00178770267, 0.00739333965, -0.0157946907, 0.0105121089, 0.00052295276, 0.0441099294, -0.0141348829, 0.0116110677, 0.0632393882, -0.0115428567, -0.0149155231, -0.00241391966, -0.00037610915, 0.00456257351, -0.0218579099, -0.00295013585, 0.0165980663, 0.0199025217, 0.0135664567, 0.00857187808, 0.0310436897, -0.0164161697, 0.0201905239, 0.0217214879, 0.0156279504, 0.0174014438, -0.0200692602, 0.0228735, -0.0179926082, 0.00500215683, -0.00223960215, -0.00123632862, 0.00842787698, -0.0335902423, -0.00660133129, 0.013725616, 0.0325594954, -0.0621480122, -0.00315098, 0.00978452247, 0.0206755828, -0.0147336265, 0.0228886586, -0.0237223506, 0.0168254375, 0.0113306437, 0.0076245, -0.00856429897, -0.0187050365, -0.0163252223, 0.000443373021, -0.0531441309, -0.0378344953, 0.0212515891, -0.032802023, 0.0269055422, -0.017204389, -0.0244802535, -0.0152793163, -0.0385317691, -0.0059419563, 0.0101104202, 0.0229492895, 0.0169618595, -0.00269434368, 0.0124978134, -0.017553024, 0.0313165337, -0.0161130093, 0.00279287109, -0.00138411962, 0.0282091349, 0.0128009748, -0.0105954781, -0.00910241, 0.00741228741, 0.0101407366, -0.0109213758, -0.0227522347, -0.0198115744, -0.0015252789, -0.00651796209, -0.024586359, 0.00755249942, -0.0307253711, 0.00290655647, 0.0189930387, 0.00441478239, 0.0127024474, 0.0337721407, -0.0231160279, 0.0204936862, 0.0128767649, 0.00550237298, 0.0130738197, -0.000423714926, 0.00759797357, 0.0197357833, -0.00817776844, 0.0247531, -0.0250107851, -0.0113230646, 0.00468383776, 0.0433520265, 0.000498320966, -0.0288002975, -0.00211454812, 0.00359056355, 0.0130813988, 0.0278605, -0.0375313349, -0.0143698333, -0.0333780311, -0.0131496098, -0.0405932628, 0.000706744147, 0.0289215632, -0.0260263756, -0.00340298261, -0.0371372253, -0.00970873237, -0.00857187808, 0.0076245, 0.0032627706, 0.0170982815, 0.00707881, 0.00316613796, 0.0359549, 0.0113685392, -0.0174469184, -0.00578279654, 0.023676876, 0.025844479, 0.00974662695, -0.0114670657, 0.00412299, -0.0496880934, 0.00895082951, -0.00396383042, -0.0385620818, -0.000566058501, -0.0115428567, -0.0153475273, 0.0136270886, 0.00453225756, 0.00936767552, 0.018113872, 0.0058093234, -0.00513479, -0.0405023135, -0.0394412503, -0.0297097806, 0.00923883263, -0.0215699077, 0.000798639841, -0.0217366461, 0.000687322929, -0.0183109269, -0.0389865078, -0.00792008173, -0.0131875053, -0.00531668682, 0.025632266, 0.0123083377, 0.0221155975, 0.027163228, -0.0364702716, 0.0118081225, 0.00453604711, 0.0126190782, -0.0158250052, 0.0212819055, 0.0317712761, -0.00556300487, -0.00933736, -0.0141348829, 0.00314908521, -0.0125736035, 0.00197623088, 0.00332908705, 0.0219640173, 0.00968599506, 0.0119066499, -0.0116792787, -0.00717733754, -0.015809847, 0.00860977359, -0.019993471, 0.0158553217, 0.0043541505, -0.0146350991, 0.00375919673, -0.0179622918, 0.0342268795, -0.0199783128, -0.0110350614, -0.000349108886, -0.00560468948, -0.00820050575, -0.00312445336, 0.0100422092, -0.0335296094, -0.0118839126, -0.0226006545, 0.020478528, -0.0196903087, -0.00125717092, 0.00952683575, -0.011558014, 0.012399286, 0.0534776077, 0.00857187808, -0.0188566167, 0.00115769624, -0.0132557163, -0.0136195095, -0.00540384557, -0.017416602, 0.021175798, -0.00510826334, 0.0172650218, 0.0318925418, 0.0227673929, 0.0522952788, 0.00261476403, -0.0177197624, -0.00210507447, -0.00396383042, 0.0201602094, -0.00154043699, 0.0108455857, 0.0125432881, 0.0234191902, 0.0205997918, 0.0423212796, 0.0218882263, 0.0176136568, 0.0207968466, 0.00349961524, -0.0171740726, -0.0103150541, -0.00513100065, 0.00561605813, 0.00501731504, -0.0122780222, 0.0495668277, -0.0235859286, 0.00347119384, -0.0297704134, 0.00910998881, -0.00923125353, -0.00879167, -0.00652933074, -0.0243893061, 0.0122022312, -0.000355977361, -0.0170376506, 0.017553024, 0.0189930387, 0.0118157016, -0.00674533285, -0.021175798, 0.0132102417, 0.00752976211, -0.013020766, -0.0017867554, 0.0032495074, -0.0317106433, -0.0134830866, -0.0357123688, -0.0140060401, -0.0110274823, -0.0116034886, -0.02061495, -0.0152717372, 0.00267918571, -0.0303615779, -0.017416602, -0.00605564145, 0.0101028411, -0.0132178208, 0.0187050365, 0.0278908145, 0.00167875423, -0.0170073342, 0.00607079966, 0.00779881747, 0.0144532025, 0.0158856381, -0.010451477, -0.00698407227, 0.0111487471, -0.0281788185, 0.0350757316, -0.011489803, -0.00712049473, -0.0152717372, -0.00266592228, -0.0289367214, 0.0224642325, 0.00132064521, -0.00845061429, -0.0240558274, -0.014695731, 0.000443373021, -0.00750702526, -0.00427836, 0.00129506609, -0.0130889779, -0.0316196941, 0.00526363356, 0.0124296024, 0.0223884415, 0.000264318514, -0.00920851622, 0.00693101902, 0.0139529863, -0.0206452664, -0.00300508365, -0.000132632951, -0.0060101673, -0.00932220183, -0.0125432881, 0.0203572642, 0.0118611753, 0.00155843724, -0.0113609601, 0.00372888078, 0.00474068057, 0.0136043513, -0.00856429897, -0.00255034212, -0.0189627223, 0.00898114592, 0.00184170331, 0.00236276141, -0.00671501691, -0.0165374335, 0.0203269478, 0.00979968067, -0.000468478538, 0.0300584156, -0.017204389, 0.0330445543, -0.0101028411, 0.015249, -0.00277013402, -0.0187050365, -0.0166738573, 0.0181896612, 0.00717733754, 0.0186747201, 0.0363793224, -0.00828387495, -0.026193114, 0.00907967333, 0.0165829081, 0.0193416737, 0.0277543925, -0.000607269467, -0.0207816884, -0.0168860704, 0.0221762303, -0.00270381756, 0.000594006153, -0.033226449, 0.00142012, -0.0278150253, -0.00604806282, 0.000281845016, 0.0368946977, 0.00163328007, 0.0267691184, -0.0164616443, -0.0198418889, -0.002559816, 0.0205694754, -0.0237981416, -0.00663922681, -0.0142258313, 0.0274967067, 0.000207238991, 0.0116565414, 0.0257232133, 0.00947378203, 0.023889089, 0.00278339721, 0.000773534353, 0.0234343484, -0.0115428567, -0.0033328766, 0.00325329695, -0.0130435033, -0.000429636042, -0.00873103738, -0.0251472071, -0.00694996677, 0.00625269627, -0.0133694019, -0.0190991443, -0.0308163185, -0.00980726, 0.0198873635, 0.0273299664, -0.0187505092, -0.000238620894, -0.00156127929, -0.010731901, -0.0163858533, 0.0036985646, -0.0120809674, 0.0360458456, 0.0241164602, 0.0159614291, 0.00718870619, -0.0103908442, -0.0104135815, 0.0237678252, -0.00271139643, -0.0348635204, 0.0161584839, -0.0279059727, -0.0154081592, -0.00584721845, -0.032529179, 0.0316196941, 0.0451406762, -0.00384067139, -0.0132178208, 0.0262689032, -0.0123386541, -0.00738955, 0.00687417667, 0.00123632862, -0.0149231022, -0.0033461398, 0.0125281299, -0.00899630412, -0.011421592, 0.0112548536, -0.00107053737, 0.0129828714, -0.00726828584, 0.0276634451, -0.00930704363, -0.0221610721, 0.0139908819, -0.00867798459, 0.0311952699, 0.0219033845, 0.0216760132, 0.0073971292, 0.0141197247, -0.0235859286, -0.0088598812, -0.000285871385, -0.0171740726, 0.0059002717, -0.0197661, -0.0159462709, -0.00155654247, 0.00338782463, 0.00686659757, -0.0308466349, -0.00322108599, -0.00354129984, 0.000502110459, -0.00210128492, 0.00232676091, -0.0138544589, 0.0242680404, 0.0339540355, 0.00365309045, -0.0290579852, 0.0230250806, 0.0229796059, -0.00353372074, -0.00256550033, 0.0240255129, -0.0138317226, -0.0241316184, -0.0218275953, 0.0187201947, 0.0129904505, -0.0019534938, -0.0121037047, 0.00623753807, 0.000294871483, -0.0331355, -0.0128691858, -0.0108076911, 0.0104817925, 0.0204936862, -0.0464139543, -0.00655964669, -0.0111639053, 0.00138980383, -0.0191749353, -0.0115504358, 0.0122022312, 0.0398050435, -0.0420484357, -0.00441857195, 0.00413056929, 0.00497942, 0.0409873724, 0.0132178208, -0.0277240761, -0.00128085539, 0.0254958421, 0.0225097071, -0.00173370214, 0.0254200529, -0.00889777672, -0.00939799193, -0.0116489623, 0.0025730792, 0.00831419136, 0.0136649832, -0.00649901479, -0.012535709, -0.00741607696, -0.00377624971, 0.00248023611, -0.000682586, -0.0258293208, -0.0043048868, -0.00793524, 0.00869314279, -0.0363793224, -0.0292701982, -0.0192658845, -0.0111184306, -0.0100649465, -0.00338592986, -0.0132784536, -0.0074804984, 0.000991905, -0.000253186823, -0.00168538583, 0.00320403324, 0.0219185427, -0.0252229981, 0.00615037931, 0.00689691352, 0.0162797477, -0.00315476954, -0.0257232133, 0.0147260474, -0.0221610721, -0.0190081969, 0.00491878763, -0.017825868, 0.0112396954, -0.0142182522, -0.0216153823, 0.0112851691, 0.000825166411, -0.00999673549, -0.00795039814, -0.0240103547, -0.00931462273, 0.0228886586, -0.000958746765, 0.00983757526, 0.0294217784, 0.0316803269, -0.0286335591, 0.011072957, -0.0168254375, 0.00281371339, 0.00100990525, -0.020402737, 0.00327413925, 0.0135664567, -0.0384408198, 0.0164313279, -0.0297855716, 0.00972389057, 0.0025673951, -0.00751839345, 0.0237223506, 0.0311346389, -0.00817019, 0.000346977264, 0.00471036462, -0.00563500589, -0.0175833404, -0.0168860704, -0.00291413534, -0.00888261851, -0.00986789167, 0.0339237191, -0.0282394495, 0.00531668682, 0.0256019495, 0.000195396758, -0.0090038823, -0.0013007503, 0.0323472805, 0.0138544589, 0.000471083826, 0.00604806282, 0.0262082722, 0.020963585, -0.025980901, -0.010587899, -0.00154517393, 0.0155673195, -0.00127896061, 0.0220398065, 0.0546296202, -0.00219981233, 0.0147791, 0.0207362156, -0.00203875802, 0.0114140129, -0.0154005801, 0.0102013685, -0.00581311295, 0.0228886586, 0.0341965631, -0.0109744295, -0.00600637821, -0.00740091875, -0.0110274823, -0.0157037415, 0.0157189, -0.0105575826, -0.00784429163, -0.0240406692, 0.0331355, 0.0247227829, -0.0177046042, 0.0138165643, -0.0171589144, 0.018038081, -0.0365612209, 0.00131590839, -0.00492257718, -0.0398353599, -0.0161887985, -0.0271025971, -0.0182351358, -0.0287396666, -0.017765237, -0.00977694336, 0.0229644477, -0.0282849241, -0.00412299, -0.00376298628, -0.0211000089, -0.00797313545, -0.0139908819, 0.00208233739, 0.0122477058, -0.000394819886, 0.0205694754, 0.0223126523, 0.00798071455, 0.00959504675, -0.0179168172, -0.0120354928, 0.0221307557, -0.0245408863, 0.00563500589, 0.0104590561, -0.0322260186, -0.0144607816, 0.00839756057, 0.0182351358, -0.0252684727, 0.00223960215, 0.0205088444, 0.00709775789, 0.0182351358, 0.000694901915, -0.000722849567, 0.0195538867, 0.011209379, -0.024237724, 0.00532805501, 0.0112775909, -0.0265114326, 0.0168254375, -0.0432913974, -0.0066240686, -0.00988305, -0.00771165872, 0.00978452247, -0.0239951964, -0.0153323691, -0.00946620293, 0.013445192, -0.00294255675, 0.0549934134, 0.00491120853, 0.0261021648, -0.0174923912, 0.0036701432, 0.00748807751, 0.00707881, -0.0113988547, 0.00137369847, -0.0187808257, -0.00541142467, 0.00469520641, 0.0163403805, -0.0120127564, 0.00896598771, 0.0143546751, 0.0137028787, 0.00378951291, -0.00129696075, 0.0193265155, 0.0310133733, -0.0219640173, 0.00121169677, -0.0152262626, 0.00671880646, -0.00693859812, 0.00212212722, 0.0162645895, -0.0111714844, 0.0172347054, 0.00693859812, -0.00291224057, -0.0167041738, -0.0207059, -0.00286866119, 0.0144759398, -0.00231349771, -0.000358108984, -0.0169012286, -0.0210696924, 0.0237981416, 0.00229455018, -0.00602153596, -0.0248895213, -0.0170073342, -0.00243476196, 0.00175359705, -0.00085879839, -0.0195235703, 0.0145896245, 0.00988305, 0.0150367869, -0.00493394583, 0.0140894093, 0.00194970437, -0.00620722212, -0.00402446277, 0.0133239273, -0.00629817042, -0.00152433163, -0.00207854784, 0.00976936426, -0.00864008907, -0.00702196732, -0.0108304275, -0.00970115326, -0.0118460171, -0.029679466, -0.00381225, -0.00328550767, 0.00107432692, -0.00417225389, 0.0153020537, -0.00289518782, 0.0104287397, -0.00938283373, 0.015673425, 0.002264234, -0.0177500788, 0.0124371815, -0.00406614738, -0.00223012827, 0.018038081, -0.00517268525, -0.00625648582, 0.00291413534, -0.0143319378, 0.000374451251, 0.023404032, 0.00328929722, 0.00478615472, -0.00287245074, -0.00219033845, -0.0126569727, 0.00377056538, -0.00748428795, -0.00355266826, -0.0289215632, 0.0157946907, 0.00550995162, 0.0222217031, 0.00691207172, 0.0116489623, -0.00970115326, -0.00687796576, 0.00354129984, -0.00132348738, 0.0201753676, 0.0147108892, -0.000825640105, -0.00382172386, -0.0319531746, 0.0125432881, -0.00487710303, 0.00684007071, 0.00255034212, -0.00609732652, -0.00130832929, -0.000601111504, -0.00465352181, -0.0231766608, -0.0177046042, -0.00188528269, -0.0123083377, 0.0200692602, 0.0130510824, -0.021175798, 0.0159917437, 0.0231615026, 0.000954009884, -0.00761313131, -0.0011112747, 0.00701817777, 0.0014485413, -0.0394109339, -0.00239497214, -0.00719249574, 0.0108759021, 0.0152262626, 0.00360572152, 0.0211151652, 0.0111108515, -0.00448299386, -0.0245105699, -0.0191294607, 0.0161887985, 0.0237678252, 0.00758281536, 0.00951167755, -0.00945862383, 0.00468383776, -0.0156885833, -0.00496805133, -0.00699923048, -0.0228735, -0.0204633698, -0.0128995022, -0.0188263, -0.00813229475, -0.012118862, -0.0196448341, 0.0425334945, 0.00612385292, 0.00795039814, 0.0104817925, -0.00942072924, -0.00397898862, 0.00126853946, 0.00992852356, 0.0224187579, -0.0169467013, 0.00117285422, -0.0175833404, -0.0153778438, 0.0150519451, -0.00321161211, 0.0197661, -0.00549479388, -0.00444130925, -0.00318698026, -0.0216153823, -0.0216153823, 0.00970873237, -0.00907209422, -0.0195993613, 0.0337115079, 0.0250714179, -0.00820808485, -0.00365688, 0.00408888422, 0.0202056821, 0.0216002241, -0.0118232807, 0.00341245648, -0.0127251847, -0.0237829834, -0.00126190775, 0.0250865761, -0.013232979, 0.00427836, -0.0100422092, 0.0116413841, -0.0140211983, -0.0138696171, -0.00933736, -0.0330142379, -0.00753355166, -0.00826871675, 0.0021865489, 0.00479373382, -0.0402901024, -0.023328241, 0.0102241058, 0.013020766, -0.0106940055, 0.0274057575, -0.00694617722, -0.00392214581, 0.0229644477, 0.0242528822, -0.000157975315, 0.00212212722, 0.00536216097, -0.00531289726, -0.00964052, 0.00874619558, 0.00180380815, -0.00200654706, 0.00920093711, -0.0250562597, 0.0131875053, -0.010171053, 0.0116944369, 0.0124296024, -0.00410025287, -0.00590785081, -0.00205960032, -0.0308921095, 0.0120885465, -0.00384256616, 0.00619206391, 0.00504005235, -0.00606322056, 0.00955715124, 0.000332056079, -0.000865903683, 0.0073289182, 0.00754113076, 0.0142940432, -2.38916946e-05, 0.010800112, 0.000709112617, 0.00429351814, 0.00407751603, -0.00915546343, 0.0344997272, 0.0100422092, -0.0133542437, -0.0146502573, 0.00388804032, -0.0194477811, 0.0119218081, -0.00551753072, -0.0180077646, 0.0202814732, 0.011004746, 0.0145441508, 0.00408130558, -0.0243741479, 0.0230705552, -0.0144986762, -0.00677185971, 0.0185382981, 0.0253442619, -0.0160826929, 0.00727586495, -0.0139075126, -0.00155559508, -0.00537731871, 0.00709396834, -0.0144228861, -0.00597227225, 0.00396383042, -4.95893291e-05, 0.00785187073, -0.00616174797, -0.0229947641, 0.0251472071, -0.0244196206, 0.00628301222, 0.0187050365, 0.0137635106, -0.011633805, 0.00280234474, 0.0118763335, -0.00343519356, 0.000297950464, -0.00510826334, 0.0129677132, -0.0044034142, -0.0333780311, 0.0291337762, -0.00730618089, 0.0234343484, 0.0187505092, -0.032256335, 0.0141197247, 0.00259202695, 0.0044716252, 0.0147184683, -0.00405098917, 0.0204633698, 0.0254352111, -0.00141538307, -0.0128919231, 0.00428593904, -0.0208423212, 0.026678171, -0.00386151369, 0.00612006336, 0.00271708076, 0.00825355947, 0.00484299753, 0.00274171261, 0.000364740612, -0.00509689469, 0.0037610915, 0.023676876, 0.00364361657, -0.00276066014, -0.0126493946, 0.0103984233, -0.0143395169, 0.0276331287, -0.0044375197, -0.00874619558, 0.00616553752, -0.000219910173, -0.00960262585, 0.00942072924, -0.00166264875, -0.000506373646, 0.00392972492, -0.0251775235, -0.0186292455, -0.0185079817, 0.00244992017, 0.00276444969, -0.0189475641, -0.016992176, -0.00564258453, -0.0213880111, 0.00102506322, -0.00271708076, 0.00104306347, -0.00288760895, -0.00621859077, -0.00947378203, -0.0116110677, -0.0089280922, 0.00746912975, 0.0316500105, -0.00703712553, -0.0132784536, 0.00101558946, -0.00071006, -0.0130283451, -0.00784429163, 0.00610111561, 0.0330142379, -0.00206338987, 0.00653691, -0.0182351358, -0.00777608063, -0.0186595619, -0.0152868954, 0.011072957, 0.0154687921, 0.00122022314, -0.0122249685, -0.00844303519, -0.0317409597, -0.00623753807, 0.0124144442, -0.00101464207, -0.000656533113, -0.00216002227, -0.0101634739, -0.000816640037, 0.00892051309, 0.00170243869, -0.0174469184, -0.0225703381, -0.0259354264, -0.0106257945, 0.00523331715, 0.0263598524, 0.00339919305, -0.0209181122, 0.016855754, 0.000828008575, -0.00810955744, 0.0134376129, 0.0100043137, -0.0146805728, 0.00513100065, 0.0088598812, 0.020402737, -0.0012240127, 0.0118914917, 0.0238133, 0.000556584739, 0.00251055229, -0.00492636673, 0.0185382981, -0.0155066866, 0.0159614291, -0.00687417667, 0.018598929, 0.0113609601, -0.0103377914, 0.0169315431, 0.00566911139, 0.0292398818, 0.0117323324, -0.0125053925, 0.0192810409, 0.0104438979, -2.63933653e-05, -0.00256171077, 0.0191294607, 0.00880682841, 0.0217214879, -0.00805650465, 0.00626027538, -0.00979968067, 0.00285729277, 6.36519762e-05, 0.000658901583, -0.0102695804, 0.00770407962, -0.0108531648, -0.00135759299, 0.0218730681, 0.00788218714, 0.0114140129, 0.00734407594, -0.00701438822, -0.0118460171, 0.00967841595, 0.000283739791, 0.0227825511, -0.0184473488, -0.0147033101, 0.00678322837, -0.027375441, -0.0152944745, -0.00817776844, -0.020963585, -0.00600637821, -0.000448820443, 0.00312255858, -0.00932978094, 0.00637017144, 0.00948136114, 0.00294255675, -0.00975420605, 0.0180683974, -0.00166264875, -0.00417983253, -0.0217669625, 0.0145062553, 0.00467246957, 0.00957230944, -0.00344845676, 0.000355740514, 0.00135285617, 0.0257838462, -0.00396383042, 0.00717354799, 0.0120733883, -0.00530152861, 0.0304525252, -0.010587899, 0.00991336536, 0.00316613796, -0.000252476311, 0.0173256528, -0.0121719157, -0.0115731722, 0.0219640173, 0.000113270908, -0.000521058042, 0.000873482728, -0.00543037197, 0.00517647481, -0.00669606915, -0.0254806858, -0.00841271877, -0.0032836129, -0.00451331, 0.00427457038, 0.000856429921, -0.00532805501, -0.00379140768, -0.00349393091, 0.0133239273, 0.00715839, -0.0113003273, -0.0188869331, 0.00148833124, 0.0290731434, -0.0113609601, 0.00974662695, -0.0166435409, 0.010451477, -0.00204633689, 0.00613522157, 0.0210696924, 0.000625743298, 0.0036853014, -0.00180854509, 0.0345906727, -0.0223732851, -0.00641943468, -0.00352235232, -0.00292360922, -0.0200389437, -0.00549479388, 0.0220852811, -0.0132254, -0.00785945, 0.00101558946, 0.0139529863, -0.00463078497, -0.00609353697, -0.0263750106, 0.0117929643, -0.00775713287, 0.0295430422, 0.00243476196, 0.00360761629, -0.0174620748, 0.0227219202, -0.0205997918, 0.0161130093, 0.0113685392, 0.0213425364, -0.00876135379, -0.00816261116, 0.00471036462, 0.00502489414, 0.0146578364, 0.00763207907, 0.0106940055, -0.00335182413, -0.00404719962, -0.0214486439, 0.00730618089, -0.00466489047, 0.000840798195, -0.00306192646, -0.0281030275, 0.01260392, -0.020690741, 0.00864008907, 0.0228886586, 0.014066672, -0.0144304652, -0.0133845592, 0.015256579, 0.00380467088, 0.00115106453, 0.0232524518, -0.0076245, -0.00910998881, -0.0217518043, -0.028769983, 0.0145517299, 0.00758281536, -0.00804892555, -0.00962536316, -0.001645596, -0.0183109269, -0.0100346301, -0.0132784536, 0.0235101376, -0.00964052, 0.0116641205, -0.0154915284, 0.0117778061, -0.0190991443, 0.008708301, 0.000377767079, 0.00842029788, -0.0032703497, -0.00483541843, 0.0199631546, -0.003291192, -0.00287055597, -0.00681733387, 0.0255867913, 0.011558014, 0.00851124618, -0.00656722579, -0.00444130925, 0.00484299753, -0.0177197624, -0.000411162153, 0.00273223873, -0.0132102417, -0.00907967333, -0.00336319278, 0.011004746, -0.0124902343, 0.0324382298, 0.00945104565, -0.003726986, 0.0327413902, 0.00648385659, 0.00358677399, -0.00597227225, 0.0295430422, -0.00992852356, 0.0167193301, 0.0184018742, -0.00250865752, -0.0237981416, -0.0269055422, -0.0119900191, 0.00103927392, -0.000296766229, -0.0285729282, 0.00497184088, -0.00304487371, 0.0186595619, -0.0159614291, 0.0157189, 0.0059419563, 0.000933167583, 0.00269055413, -0.011633805, 0.0241164602, -0.00676807, -0.00647627749, -0.0217214879, 0.00281371339, -0.0263901688, 0.00318887504, -0.00663922681, -0.0202056821, 0.00848850887, 0.00465352181, -0.00917062163, -0.00364551134, 0.0106409527, 0.00350908889, -0.000865903683, 0.0156431086, 0.0185231399, -0.00671880646, -0.00860977359, -0.000495952496, 0.0165980663, -0.0265265908, 0.0213273782, 0.00594574586, -0.0152641581, -0.00152717368, -0.0136953, 0.00760555267, -0.00325329695, 0.0135891931, 0.000756481546, -0.00562363723, -0.000837008643, 0.0166435409, 0.00681354431, 0.0131268725, -0.0221610721, 0.02061495, 0.00685522892, 0.0106106363, 0.0119369654, -1.82814401e-05, -0.0208120048, 0.000485531345, -0.0229492895, 0.0313468501, 0.0102847377, 0.00865524728, -0.00346172, 0.00348445703, -0.0214789584, 0.00567669049, -0.00741228741, -0.00386151369, -0.00460804766, 0.0121037047, 0.000226660239, 0.00409646332, 0.0169163849, -0.00480889203, 0.0207210574, -0.0137710897, 0.0237678252, -0.0323472805, -0.0087840911, 0.00965567864, 0.0124144442, -0.0115655931, -0.0127100265, -0.0109820087, -0.00749565661, -0.013445192, -0.00982999615, 0.00831419136, -0.011838438, -0.0125508672, 0.0223884415, -0.00845819246, 0.0116717, -0.0176591296, -0.0109516922, -0.0175075494, -0.0110956943, -0.00460425811, -0.00412677974, 0.001645596, -0.00489984034, 0.0226612873, 0.0172650218, -0.0327110738, 0.00838240236, 0.0128009748, -0.0207210574, 0.0187201947, -0.00857945718, -0.00795039814, -0.0256928969, 0.0168709122, 0.0120658092, 0.0158856381, 0.0229796059, 0.0385317691, -0.0342571959, -0.0125053925, 0.00362466904, -0.0257535297, -0.00325708627, -0.00315287476, -0.0172195472, 0.0281181857, 0.0159007963, -0.000455215253, -0.000286108232, 0.00970873237, -0.00010344186, 0.0140515137, -0.0121340202, -0.0181593467, -0.000301976805, 0.00971631147, 0.0128995022, 0.0114822239, 0.0290125106, 0.0184776653, 0.00120411778, -0.0105272671, -0.000156317401, 0.0132481372, -0.0181441884, -0.00884472299, 0.0196145196, -0.0138999335, -0.0183109269, 0.00489984034, 0.0250714179, -0.0239800382, 0.0155824767, -0.000398372533, -0.00856429897, -0.0211606398, -0.000754113076, 0.00425183354, 0.00179907121, 0.00168917538, 0.0022073912, -0.0154536339, 0.0192658845, -0.0206301082, 0.00190801977, 0.0352879427, 0.0051954221, -0.0408357903, -0.00865524728, 0.00830661226, -0.0240406692, -0.00359245832, 0.0256171077, 0.000534795, -0.0258747935, 0.00457015261, 0.000547584612, -0.00350151, -0.00227939198, 0.00536595052, 0.0186747201, -0.00804892555, 0.0106864264, -0.0239042472, -0.0116262259, 0.00781397521, -0.0427153893, -0.00848850887, -0.010936534, 0.00408130558, -0.00480131293, -0.0130510824, -0.00100137875, 0.0167041738, -0.00567669049, 0.0341965631, -0.0165980663, 0.0022149703, 0.0136725623, 0.013164768, -0.0059419563, 0.00622238033, -0.0150671033, -0.00921609532, 0.0167648047, 0.0265569072, 0.0169467013, -0.0161130093, 0.000383451348, 0.013232979, 0.00619585346, -0.00864766818, -0.00649522524, 0.0147108892, 0.0115049612, -0.0117323324, -0.0100725256, 0.0123462332, -0.00467246957, -0.00925399084, -0.0058926926, 0.00506657874, 0.011004746, 0.0140590928, -0.00677185971, 0.00304108416, 0.0127327638, -0.00390319829, 0.00848093, -0.00338971941, 0.0195084121, -0.00782913342, -0.00602532551, -0.0184625071, 0.00422530714, -0.0147791, -0.00907967333, 0.0109820087, -0.0257232133, -0.0110577988, 0.00876893289, -0.00866282638, 0.00828387495, -0.0184625071, 0.00943588745, 0.0090190405, 0.0194326229, 0.00823082216, 0.00153854222, -0.00269813323, 0.0111487471, -0.00532805501, -0.00256550033, -0.00143148855, -0.0169163849, -0.00596469315, -0.00195159914, 0.0189930387, -0.0125963408, 0.000967746892, -0.00312445336, 0.0168405958, -0.0106409527, 0.0265114326, 0.00911756791, 0.0140287764, -0.0138393017, 0.0032836129, -0.000645638269, -0.0219791755, -0.0065065939, -0.00585479755, 0.00475204922, 0.0252381563, 0.0337721407, 0.0273451246, -0.000849798264, 0.00951925665, 0.0113306437, -0.0261627976, -0.00918577891, 0.0115125403, 0.0056009, -0.011421592, -0.00553268893, 0.00992094446, 0.014839733, 0.0150064714, 0.011209379, -0.0155370031, -0.0181896612, -0.00391077716, 0.0242074095, -0.00318129617, -0.0211909562, 0.0233585574, -0.0187656675, -0.00763965817, 0.00708259968, -0.00458910037, -0.00117948593, 0.00124580238, 0.00590785081, 0.000406188425, 0.00815503206, 0.000707691535, 0.00653691, 0.0123386541, 0.018598929, -0.00635122368, 0.0212061144, -0.00558195263, -0.00579416519, -0.00284024, 0.000387004, 0.00746155111, -0.008776512, -0.0132708745, -0.00146843621, -0.00497563044, -0.00762071041, -0.00957230944, -0.0251168925, 0.000164014855, -0.00679459656, -0.0214941166, 0.0195842031, 0.00750323571, 0.00187486154, 0.0174923912, 0.017825868, -0.0311043225, -0.0125811826, -0.0195842031, 0.00075458677, -0.00858703628, -0.0114064338, -0.00147033099, -0.00461183721, -0.00307518966, 0.00704849418, 0.0225248653, 0.00212212722, -0.00548721477, 0.0105651617, -0.00104495813, 0.00294066197, -0.0193113573, 0.0146502573, -0.0166587, -0.0167193301, 0.0105651617, 0.00279287109, 0.0126797101, 0.0221004393, -0.0133618228, 0.0198722053, 0.00409646332, 0.0201753676, -0.00678701745, 0.0203875788, 0.00469520641, 0.00384825049, 0.00088532496, -0.0127630793, 0.00231539248, -0.00561226858, 0.00745776156, -0.00738955, 0.00763207907, 0.00466489047, 0.00475962833, 0.0205240026, 0.00432383409, 0.0177197624, 0.0116034886, -0.00443373, 0.0168405958, 0.017628815, -0.00586237665, -0.00367393275, 0.02925504, -0.00427836, 0.0226916037, -0.00507036829, -0.0249653105, -0.00433899229, 0.0308769513, 0.00324192829, 0.0229341313, -0.00711670518, 0.0207968466, -0.0021865489, 0.0142713059, 0.0136043513, 0.0111714844, -0.0136801414, -0.0153778438, 0.00278908154, -0.00400551502, -0.00765860546, -0.000540952955, -0.0297097806, 0.00385203981, 0.00145138346, 0.0173862856, -0.0278756563, -0.0188263, 0.0106030572, 0.00758660492, 0.0149382595, -0.0018350716, 0.0141879367, 0.0227522347, 0.00118706492, -0.00193265162, -0.00805650465, -0.0205088444, 0.000607743161, 0.00327413925, 0.00896598771, 0.0175833404, 0.0123159168, 0.00416467478, -0.0107470583, -0.00655585714, 0.0100043137, 0.0204936862, 0.00422909623, -0.0246166755, -0.012118862, 0.00536216097, -0.00764344772, -0.0126493946, -0.00979968067, -0.00903419871, 0.0117399106, -0.0028629771, -0.00923883263, 0.0265872218, 0.0224490743, 0.000131567154, 0.0164313279, 0.0223732851, -0.00408130558, -0.000121974947, -0.00786702894, -0.0350757316, -0.00482783932, -0.00641564559, 0.0255564749, 0.00525984401, -0.00768513232, -0.00378382858, -0.0286487173, 0.0296491496, -0.00544931972, 0.0313771665, -0.0109516922, 0.00463836361, 0.00548721477, -0.00471415417, 0.0218427517, -0.013376981, -0.00615416886, -0.0239497218, -0.0162645895, -0.000635217119, 0.00453604711, 0.0104363188, 0.0180229228, 0.0205997918, 0.0222823359, -0.033074867, -0.00828387495, -0.0102468431, -0.00740091875, 0.00232107658, 0.00265455386, 0.00621101167, 0.00514236884, 0.0130131878, -0.0142940432, -0.00685143936, -0.0136649832, 0.0142713059, 0.0241770931, -0.0155066866, -0.000684007071, 0.00803376734, -0.00461941632, -0.0133163482, 0.00807924196, -0.00379330246, 0.0165374335, 0.00586237665, 0.0311043225, -0.00391077716, -0.00118801231, 0.0193113573, 0.00393351447, 0.00360951107, -0.00380467088, -0.00812471565, -0.00963294227, -0.0381679758, 0.00464215316, -0.0139757236, -0.00257686875, -0.0240103547, -0.0148245748, 0.0198722053, -0.018598929, -0.00140875147, -0.0118308598, -0.00984515436, 0.00469520641, 0.00100232614, 0.00979210157, 0.00873103738, 0.0227673929, -0.00112832745, 0.0230705552, 0.0149231022, -0.00510447379, 0.00941315, 0.00428214949, -0.0204936862, -0.0124826552, 0.014278885, 0.00646111974, -0.0146502573, 0.00960262585, -0.0163706951, 0.00349772046, -0.00574490149, -0.00131875055, -0.00413814792, -0.00371372257, 0.0167799629, -0.018250294, 0.0108304275, -0.00632090773, -0.0167344883, 0.000161764838, -0.00143054116, -0.0115959095, -0.0205846336, -0.00651417254, 0.000306476868, -0.0152414208, -0.0170831252, -0.0167496465, 0.0186595619, -0.022918975, -0.0317409597, 0.0446253046, 0.000830377045, 0.00303729461, 0.00477478607, 0.00761692086, -0.0113382228, 0.000515847467, 0.00424804399, -0.00159822707, -0.0183109269, -0.0125963408, 0.0173104946, 0.0150064714, 0.00718870619, -0.0128009748, 0.0100876838, -0.00429351814, 0.00497942, 0.0295885168, -0.00319645414, -0.00193738844, 0.0208877958, -0.00310929539, 0.00275876536, 0.000704375736, 0.00396762, 0.0159159545, 0.00580174429, -0.023055397, -0.00612385292, -0.018735351, -0.00979210157, 0.0112775909, -0.0115276985, -0.00659375265, -0.0189324059, -0.00889019761, -0.00765481591, 0.00719628483, -0.0260112174, -0.0185837708, 0.0110274823, 0.00852640439, -0.00448678341, 0.00905693602, 0.0304676834, 0.0269510169, -0.011004746, -0.00653312029, 0.0317409597, 0.00407372648, 0.00651417254, -0.00826871675, 0.00101653684, -0.00162380631, 0.0155370031, -0.0222823359, -0.0130435033, -0.00112832745, 0.000847429852, 0.00894325, -0.0189627223, -0.00577900698, -0.020963585, 0.00128369755, 0.00678322837, -0.00995884, 0.00899630412, -0.00734407594, 0.0174014438, -0.00366066955, 0.0277392343, 0.0088523021, -0.00223960215, -0.0107015846, 0.0245408863, 0.0157492161, 0.000129790817, -0.0125584463, -0.00355835259, 0.0043617296, 0.0233434, -0.023616245, 0.0104742134, -0.0044223615, -0.0126342364, 0.00458910037, 0.0146578364, 0.00196296768, 0.0257535297, -0.0236010868, 0.0111790635, 0.0228735, -0.00957988854, 0.0143243587, -0.013725616, 0.00502868369, 0.00556679443, -0.00832935, -0.0114291711, 0.0264508, 0.0249804687, 0.00736681325, 0.0456257351, 0.00584342889, 0.0297097806, 0.0035735108, -0.0182957686, -0.00776850153, -0.00177728152, 0.0162342731, 0.0200541019, -0.0112851691, -0.0122704431, -0.00941315, -0.00635122368, 0.0369553305, 3.55636917e-06, 0.0107470583, -0.0257232133, 0.00714323204, 0.00536595052, -0.0271177553, -0.013020766, -0.0330142379, 0.0086249318, -0.00292739877, 0.00855672, 0.00444888836, -0.00289329304, -0.00776850153, -0.00134717184, -0.0129601341, 0.0154839503, 0.00459667901, 0.0243589897, -0.0281333439, 0.0173256528, -0.00809439924, 0.000477241789, 0.0154839503, -0.00555921532, -0.0109289549, 0.00966325775, -0.015044366, 0.00555542577, -0.0116489623, -0.0010203264, 1.75561036e-05, 0.00334235048, 0.024586359, 0.00942072924, 0.00576005969, -0.00415709568, 0.00219981233, 0.000950694084, -0.00633227592, 0.0151732098, -0.00155275292, 0.0152641581, -0.0142864641, -0.0246773083, -0.014066672, -0.00820050575, -0.0105727408, -0.00804134645, 0.01260392, -0.00616932707, -0.0144683607, -0.00865524728, 0.0169012286, 0.0116792787, -0.0252836309, 0.0107167428, -0.0228583422, -0.00620343257, -0.00171664939, 0.0119900191, 0.00287434552, 0.00702575687, 0.000693480892, -0.00391077716, 0.00292360922, 0.00256550033, -0.00517647481, -0.0203875788, -0.00254465803, 0.00883714389, 0.00344277243, 0.0128767649, -0.00999673549, -0.0170528088, -0.0202056821, -0.00847335067, 0.00541900331, 0.00874619558, 0.0270571224, -0.00778365973, 0.00436930824, -0.0163100641, -0.00724933809, 0.0161433257, -0.00440720376, 0.00851882529, -0.0113079064, 0.0112927482, -0.00275687058, 0.00271518598, 0.0154005801, 0.000364740612, -0.0233434, 0.00265834341, 0.0185837708, 0.00492257718, 0.00152338424, 0.00457394216, 0.00785945, 0.0028970826, 0.0252684727, 0.00496426178, -0.00601395685, 0.0176136568, -0.00942830835, -0.00457015261, 0.00908725243, -0.0155218448, 0.00618827483, 0.00767755322, -0.0105803199, -0.0017431759, 0.00445267791, 0.00604806282, 0.00464594271, 0.00903419871, -0.00869314279, 0.0219033845, 0.0143774124, -0.000392688264, -0.000204633703, 0.00591164036, 0.0151807889, -0.0253594201, -0.000230094491, -0.00308466353, 0.0264811162, -0.00880682841, -0.00691207172, -0.00895082951, -0.018113872, -0.00882198568, 0.0262082722, 0.00169201754, -0.00261665857, 0.000392214599, 0.00823082216, -0.00449436251, -0.00254844734, -0.015256579, -0.0130586615, 0.0113458019, -0.0191294607, -0.012952555, -0.00207854784, 0.00208612694, 0.0253442619, -0.0090114614, 0.0232069772, 0.00622617, -0.0171589144, -0.00964052, 0.00707881, 0.0113230646, -0.0151656307, 0.00946620293, 0.00175454444, -0.0212819055, -0.00439962465, -0.010095262, 0.00779123837, 0.00555163622, 0.00903419871, -0.0021657066, 0.00709775789, -0.00537352916, 0.0218427517, -0.0096481, 0.0283758733, -0.00209560059, 0.0065482785, -0.00953441486, -0.00122685486, -0.000107527427, 0.014976155, 0.0186140873, 0.0045057307, -0.00548342522, 0.00354129984, -0.000459241593, 0.00914030522, 0.00774197513, -0.0298916772, 0.0263750106, 0.000662691076, -0.00848850887, 0.0234343484, -0.00483162887, 0.0135437194]
|
20 Nov, 2020
|
HTML5 MathML linethickness Attribute
20 Nov, 2020
This attribute holds the value of the thickness of the fraction. Possible values are thick, medium and thin. This attribute is accepted by <mfrac> tag only.
Syntax:
<element linethickness=="thin | medium | thick">
Attribute Values:
thin: This attribute sets the line thickness thin.
medium: This attribute sets the line thickness medium.
thick: This attribute sets the line thickness thick.
Below example illustrate the linethickness attribute in HRML5 MathML:
Example:
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML linethickness Attribute</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML linethickness Attribute</h3>
<math>
<mfrac bevelled="true"
linethickness="thick">
<mfrac>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
</mfrac>
<mfrac>
<msup>
<mi>a</mi>
<mn>2</mn>
</msup>
<msup>
<mi>b</mi>
<mn>2</mn>
</msup>
</mfrac>
</mfrac>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML linethickness attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute
|
https://www.geeksforgeeks.org/html5-mathml-linethickness-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML linethickness Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0222929232, 0.0167271532, -0.0173837058, 0.00474881055, 0.0715641677, 0.00202934258, -0.00404749392, 0.0308877863, -0.00167308841, -0.0110345492, -0.0177418254, 0.0212185662, 0.00439069141, 0.0101317903, 0.00567022152, -0.00657298043, 0.000912551302, -0.0121462112, -0.0234418903, 0.00323612965, -0.00459586363, 0.0150633911, -0.0399601422, 0.0289479736, -0.0138920425, -0.000930270704, 0.0201442074, 0.000699451659, 0.0275005754, 0.00829642918, 0.0277244, 0.0330663435, 0.00266537722, -0.00640138192, -0.0310966894, -0.00474134972, 0.0268738661, 0.0711463615, -0.00802784, -0.0167420749, -0.0261427052, -0.0414224602, -0.0212782528, 0.036558006, 0.0251131132, -0.0371250287, -0.0103854584, -0.0160258375, 0.0116164936, -0.0302013904, 0.019771168, -0.0170852728, 0.0263516083, 0.00289479736, 0.00275304168, 0.00657298043, 0.0564336255, 0.0528524332, -0.00701316865, 0.00510319928, -0.0106316656, -0.0241581276, -0.0243819524, -0.0113702863, -0.0389753133, 0.00128605845, -0.00261501665, 0.0307087265, -0.0270380042, 0.00449141255, -0.0548519343, 0.00637153862, 0.0195175, -0.00414448418, -0.00350844953, 0.00586420298, -0.0187863391, -0.00224757148, 0.00421536202, 0.00935586542, 0.0324396379, 0.0180551801, -0.0336930528, 0.00466301106, 0.0127356164, 0.0366475359, -0.00822182093, -0.0289628953, -0.0174881574, 0.0153991282, -0.0185923576, 0.00914696231, 0.0315443389, -0.0177716687, -0.0164884068, 0.00104451447, -0.00925887469, 0.00803530123, -0.010012418, -0.000165536898, -0.0120641422, 0.0126908515, 0.00786370225, 0.0215319209, 0.02918672, -0.0138845816, 3.48268659e-05, 0.011258374, 0.0229643974, -0.00670354487, -0.024098441, -0.0298731141, -0.0285003241, -0.0279482231, -0.00728548877, 0.0136458362, -0.0196816381, -0.048555, 0.047898449, 0.0158915427, -0.0299029574, -0.0102810068, -0.0110121667, 0.0395721793, -0.031156376, 0.0144889085, -0.0414821468, -0.0195175, 0.00928871799, -0.0264112949, -0.034110859, 0.00347674103, 0.0185625143, -0.0391245298, -0.0160556808, -0.0124744875, 0.0163690336, 0.000202258103, 0.00539417146, -0.0110121667, 0.0139517291, -0.0220243335, 0.014981322, 0.0243371874, -0.0166823883, -0.0268141795, -0.00453244708, 0.0334244631, -0.0105197532, 0.0266798846, -0.0240835194, -0.0235761851, 0.0130191268, 0.00209835498, 0.00505470391, -0.00931856129, -0.00188105868, 0.028634619, -0.00703555113, -0.0198905412, 0.00930364, -0.00136439712, 0.0313055925, 0.0441680402, 0.0113106, 0.0320815183, 0.0184431411, 0.0032510513, -0.0316637121, 0.0378711112, -0.0191146154, 0.0149514787, 0.00176075299, -0.0149962436, -0.0183834545, 0.00483087962, -0.0116015719, -0.0318427719, 0.03894547, -0.0189504772, -0.0193085968, -0.0113926688, 0.0272469074, 0.0240835194, -0.00321747782, -0.0195921082, 0.00807260536, 0.0236209501, -0.0201740507, -0.0143769961, -0.0433025882, 0.0304699801, 0.00587539421, 0.0180402584, 0.0590299927, -0.0205321703, -0.0122133587, 0.00595746329, 0.044645533, -0.00768464245, 0.00813975185, -0.0342899188, 0.00470031518, -0.00321561261, -0.00424893573, -0.0484356284, 0.0137577485, -0.00640884275, 0.0463167578, -0.0070579336, -0.0181596316, 0.0406166911, -0.00509200804, 0.0131161176, -0.0189206339, 0.020069601, 0.00163671689, -0.00664758869, -0.00379569107, -0.0222332366, 0.0566425286, -0.00544266682, -0.00999003556, -0.0122506628, -0.0442874134, -0.0310668461, 0.0201591291, -0.033812426, -0.0150708519, -0.0159959942, 0.000353223091, 0.0261427052, -0.0218601972, 0.00865454879, 0.000378170196, -0.000238046719, -0.00353083201, -0.0255309194, 0.0486743748, 0.0144590652, -0.0249489751, -0.0244267173, 0.0333349332, -0.0300820172, 0.0203680322, -0.0235463418, 0.00192116061, -0.0396020226, 0.0163690336, -0.000532982172, 0.00647972, -0.043481648, 0.0393931195, -0.0158915427, -0.0309474729, 0.0319919884, 0.0344391353, 0.000328509137, 0.000557696156, -0.0180850234, 0.0467644073, -0.00946031697, 0.00972144585, -0.0220392551, -0.0028183239, 0.0116463369, 0.0313055925, -0.0335736796, 0.00246207, -0.00932602212, -0.0182491597, -0.0476597063, 0.0213528611, -0.00336109847, -0.0369459689, -0.00205732044, 0.00962445512, -0.0208902899, 0.00505843433, -0.0322008915, -0.0291419551, 0.0160407592, 0.00290225819, 0.0523152538, 0.0394528061, 0.00131869956, -0.0212782528, -0.0160855241, -0.0227554943, -0.0375129916, -0.0141830146, -0.0300372522, 0.00406987593, -0.00108554901, 0.00299924868, 0.00706539443, 0.012668469, -0.0429444686, 0.00468912395, -0.0296045262, -0.0407659076, -0.00999003556, -0.0136309145, -0.0561053492, -0.00910965819, 0.00872169621, 0.0409449674, 0.022128785, 0.00143527484, -0.0333647765, 0.0140934847, -0.0316935554, -0.0201292858, -0.0227405727, -0.0318726152, -0.0329768136, 0.0199949928, -0.0282615777, 0.00751304347, -0.0104824491, 0.00959461182, 0.027560262, -0.00999749638, 0.0174284708, -0.0113926688, -0.00972890668, -0.0241581276, -0.0385276638, -0.0196070299, -0.0095274644, -0.0492413975, -0.013824896, 0.000165420322, 0.00907235499, -0.00278288499, -0.0592090525, 0.0495995171, -0.0161004458, -0.00711389, -0.00288547133, -0.0284704808, 0.00102492981, -0.0119223874, 0.00680799643, 0.0101914769, -0.0297089759, -0.0238298532, 0.00866947, 0.0164884068, 0.0316040255, 0.00106782955, 0.0446753763, 0.0183386896, 0.0233971253, 0.00511812093, 0.0038050171, 0.0409449674, -0.0363491066, -0.0252772514, 0.00841580238, -0.0135563063, 0.00652448507, 0.0304252151, -0.0191892236, -0.00237067486, -0.0591493659, -0.0240835194, 0.00453990791, 0.0040922584, -0.0135563063, -0.0310966894, -0.0074123228, 0.0144889085, 0.0226062778, -0.00241917023, 0.0150633911, 0.0417507365, -0.0318726152, -0.0247251503, 0.00656925, -0.0219646487, 0.0480775088, 0.0232180655, -0.0225465912, 0.0275901053, 0.00709150732, -0.00224757148, 0.000879910192, 0.00416313624, 0.0141084064, -0.00804276206, 0.0339914858, -0.0026877597, -0.0379307978, 0.0243521091, 0.000818824745, 0.00301230513, -0.0296940543, 0.0365878493, -0.0321113616, 0.0299477223, -0.0497188903, -0.00498009613, 0.00317644328, 0.0451827124, 0.0303506069, -0.00426012697, -0.00489802705, 0.0424072891, -0.0485848449, -0.00619620923, 0.0081546735, 0.0207112301, -0.0176522955, 0.0229643974, 0.0168465264, -0.0141382497, 0.0192936752, -0.00463316776, 0.00189691293, 0.0738919377, -0.0215468425, -0.00697586453, -0.0171598811, 0.0172643326, 0.00203307299, -0.0719819739, -0.0181297883, 0.0346480384, 0.0148768704, -0.03628942, 0.0121685937, 0.022427218, 0.0334543064, 0.0159959942, 0.00350285391, -0.00209089415, 0.0214871559, 0.0123401927, 0.003777039, 0.0014837702, -0.0204426404, -0.00598357571, 0.066729553, -0.0255159978, 0.0169360563, -0.00751677388, -0.0455109887, 0.0175627656, 0.0339616425, 0.00433846563, -0.00831135083, -0.0360805169, -0.00238373131, 0.0181148667, -0.0135936104, 0.0447947495, -0.0158915427, 0.00447276048, -0.00716611557, -0.0513901152, 0.0131310392, 0.0159064643, 0.0248445235, 0.0404674746, -0.0378114246, -0.0615368262, 0.0443172567, -0.00308131776, 0.0167122316, -0.0164585635, -0.00343570672, 0.0275005754, 0.00857248, 0.0206067786, 0.0385873504, -0.000974569353, 0.00799799711, -0.00516288588, -0.0166227017, 0.0107808821, 0.0244267173, 0.0236358717, -0.019174302, 0.0179805718, -0.0315741822, 0.0168017615, 0.00110979669, 0.0310966894, 0.016652545, -0.000786183693, 0.0105048316, 0.00331819872, -0.0488534346, -0.011512042, 0.00791592803, 0.00196219515, -0.0115045812, 0.0081845168, -0.00693483045, 0.0124222618, 0.0334841497, 0.00428250944, 0.0195473433, 0.00549116218, 0.050375443, -0.0376025215, 0.0174732357, -0.0238746181, 0.0186968092, 0.0226659644, -0.0150633911, 0.00810990948, -0.0290076602, -0.00285562803, 0.00125061965, 0.0108181862, 0.0346778817, 0.00405868515, -0.00943047367, 0.000418272102, 0.00148003979, 0.0125117917, 0.00757273, 0.0100049572, 0.0168763697, 0.0146082817, -0.0235761851, 0.0125565566, -0.0394528061, -0.0146530466, -0.0195324216, 0.0179208852, -0.000814628031, -0.0143173095, 0.0245162472, -0.0110345492, 0.00884853, -0.00347114541, 0.0116164936, -0.0182193164, -0.0306490399, -0.0300372522, -0.0170703512, -0.0296045262, -0.0115791894, 0.00655805878, -0.0107211955, -0.0258144308, -0.0145112909, 0.00750558265, 0.0204724837, -0.0063640778, -0.028888287, 0.00679307478, 0.0444366299, 0.00487191416, -0.0325291678, -0.00573363854, -0.0240387544, 0.0257398225, 0.0131459609, 0.0193981268, 0.00855755806, -0.0288435221, -0.0205321703, -0.021442391, -0.00480103632, -0.0166227017, 0.0297238976, 0.0157572478, -0.0151976859, 0.0367072225, -0.0150932344, 0.00887091272, 0.0204874054, 0.0279482231, -0.0114001296, 0.000964310719, 0.00996019226, -0.0123327319, -0.0703704357, 0.0311862193, 0.00301044, 0.00712881144, 0.0145187518, -0.00950508192, -0.0171001945, -0.0634468, 0.016309347, 0.0242924225, 0.0499576367, 0.00329022063, -0.00533075444, 0.00123010238, 0.0327082239, -0.00905743334, -0.0220840201, 0.0419297963, -0.0235911068, -0.00169547088, 0.0400496721, 0.00677815313, 0.00718849804, 0.0104302233, -0.0100795645, -0.00933348294, -0.00703555113, -0.0313652791, -0.00804276206, -0.0232031438, -0.0369459689, 0.00450260378, 0.0106838914, -0.00674457941, 0.03321556, 0.00492414, -0.00989304483, -0.00258144294, -0.0144143, 0.0335438363, 0.0145560559, 0.00551727461, 0.00112285314, 0.0572692379, -0.0373040885, -0.0140337981, 0.00731160166, 0.0248146802, -0.0156527963, -0.0242625792, -0.00365766603, -0.00171971857, 0.0066811624, 0.0316338688, 0.022427218, -0.0171598811, -0.00948269945, -0.0148171848, 0.0031223523, 0.0103332326, -0.0156677179, -0.0191892236, 0.0242924225, 0.00271014217, 0.0234866552, -0.019771168, 0.0615368262, 0.0184879061, 0.0264560599, -0.00707285525, -0.00876646116, -0.0226062778, -0.00495025283, 0.0267097279, 0.00933348294, -0.00125808036, -0.00330327707, 0.00607310561, -9.44259737e-05, -0.0469434671, -0.0135190021, 0.0229047108, 0.0171897244, 0.0149738612, -0.00922157057, 0.0048234188, 0.0156677179, -0.00395796401, 0.0184132978, 0.0107510388, -0.0210693497, -0.00851279311, 0.0195324216, 0.00811737, -0.0105421357, -0.0212185662, 0.0441680402, -0.00205172482, 0.044645533, -0.00601341901, -0.0067706923, 0.0236060284, 0.00135693629, -0.0141979363, -0.00498755695, -0.0206963085, 0.0231733, -0.00881868694, -0.0231882222, 0.0697138831, -0.0265754331, 0.0242178142, 0.00616263552, 0.0195921082, -0.011258374, 0.0217706673, 0.00224384107, 0.00555084832, -0.0502859131, -0.0265008248, 0.00732652331, 0.00193981268, 0.002225189, -0.0105495965, 0.0129072154, -0.00610294892, -0.00814721268, -0.0180104151, -0.00927379634, -0.0018866543, 0.0268738661, 0.0261874702, 0.0161153674, -0.00948269945, 0.00738621, -0.00904251169, 0.0318427719, -0.0275453404, -0.000815560634, -0.00762122544, -0.00574483, 0.00444291718, -0.0342899188, 0.00284816721, -0.00270268135, 0.0359313, -0.00805768371, 0.00642003398, 0.00607310561, -0.00968414173, -0.011556807, 0.0106615089, -0.00419671, -0.00357373175, 0.0316338688, 0.0235463418, 0.0209798198, -0.00458094198, -0.00896044262, -0.017801512, 0.0409449674, -0.0124222618, -0.0182491597, 0.0106540481, 0.0115791894, 0.0010538405, 0.00789354555, 0.0155035798, 0.00662893662, -0.00203680317, -0.0502859131, 0.0364983194, -0.0231434572, 0.0352747478, -0.00906489417, 0.0273961239, 0.000757739297, 0.0166823883, -0.017503079, -0.0463764444, 0.0310071595, -0.0206515435, 0.0270529259, 0.0298432708, 0.0378114246, -0.0201889724, -0.033812426, 0.0139517291, 0.00125155225, -0.0110793142, -0.0067110057, 0.033812426, 0.005435206, -0.00647225929, 0.0191146154, -0.0239044614, 0.00451752543, 0.0229494758, 0.00805768371, 0.000673805131, 0.0372444019, 0.0110718533, 0.0353344344, -0.0029358319, -0.0220989417, 0.0118179359, -0.0150783127, -0.00334804202, 0.0342003889, 0.0339914858, 0.0497487336, 0.0281869695, -0.00246393518, 0.0313354358, -0.00104358187, 0.00737874908, 0.0175329223, 0.00205732044, -0.00540163228, 0.01185524, -0.00600222778, 0.0191444587, -0.010743578, 0.00243968749, -0.0131161176, -0.0119373091, 0.00467047188, -0.0243670307, -0.00698332535, -0.0360208303, 0.00147630938, 0.00780401565, -0.0245460905, 0.0173240192, 0.0321710482, 0.0424072891, 0.00762495585, -0.0256502926, 0.0306788832, -0.029529918, 0.0173986275, 0.0310668461, -0.000501273724, 0.000317784201, 0.00728175836, 0.0196517948, -0.0143471528, 0.0325888507, -0.00115362892, 0.0106018223, -0.0206217, -0.0196368732, 0.0110121667, 0.000378636498, 0.03055951, -0.00106130133, 0.0296791326, -0.0252175648, 0.0206067786, -0.0139591899, 0.00253854319, -0.0326485373, -0.00577467307, -0.0185475927, 0.0059798453, 0.0177567471, -0.021143958, 0.0345883518, 0.0127281556, 0.0356030241, 0.0244714823, 0.0103854584, 0.0150783127, 0.0283809509, -0.0163242687, -0.0142203188, 0.000795043423, -0.0186072793, -0.0307385698, -0.0384679772, 0.00400272897, 0.023024084, -0.0155632664, 0.0208604466, 0.00614771387, 0.0348569416, 0.015108156, 0.00196592556, 0.00807260536, 0.0097960541, -0.0227853376, 0.025292173, 0.014168093, 0.0111016966, 0.0115717286, -0.0520466641, 0.0297686625, 0.0168166831, 0.00358492299, 0.00647598971, -0.00473015849, -0.00577840349, 0.0102586243, 0.00608429685, 0.0322904214, -0.0213230178, 0.0147425765, -0.0257249, -0.020248659, 0.00948269945, 0.0102959285, 0.0429146253, -0.0257398225, -0.0219198838, 0.0419894829, -0.00321561261, 0.00826658588, -0.018577436, -0.000734424277, 0.00672965776, -0.0324097946, 0.0187863391, -0.0214125477, -0.00178593327, -0.0100422613, -0.015622953, 0.0236209501, 0.00350285391, 0.0139368074, -0.0121238288, 0.00529345032, -0.0118328575, -0.0137875918, 0.0193533618, -0.0021934805, 0.0209350549, 0.00285749324, -0.00542028435, 0.0180402584, -0.0204575621, 0.0123551143, -0.0331558734, 0.0391842164, -0.0222929232, -0.00156304135, 0.00454736827, -0.0170852728, -0.00669981446, 0.00481222756, -0.00637899945, 0.00283697597, 0.00907981582, 0.0054053627, -0.00423774449, -0.0372145586, -0.0200248361, 0.00652448507, -0.0727578923, -0.0111166183, 0.0117507884, -0.00877392199, 0.0137204444, -0.000781054376, -0.00852771476, -0.0346181951, -0.0275901053, -0.0129072154, 0.00797561463, -0.00431608316, 0.0237254016, 0.00951254275, 0.0106615089, -0.00203307299, 0.0436308645, -0.0183983762, 0.00329768145, 0.00104637968, 0.0155632664, 0.0237850882, -0.0104153017, -0.0197562464, 0.015279755, 0.0136756795, -0.0442874134, 0.00119932648, -0.0019472735, -0.0159959942, -0.0148022631, -0.00509573845, 0.00268029887, -0.000787116296, 0.00740113156, 0.0157423262, -0.00499874819, -0.00247512641, 0.00481595797, -0.0135861496, 0.0277990066, 0.0268887877, -0.00782639813, 0.00931110047, 0.0233225171, -0.00124502403, 0.0376622081, 0.0137652094, 0.040706221, 0.0103183109, -0.0129370578, 0.0242924225, 0.0484356284, 0.0134145506, -0.0340511724, -0.0351852179, 0.00562172616, -0.0107211955, 0.023024084, 2.79489232e-05, -0.0245759338, -0.0129818227, -0.0195175, -0.0180104151, 0.00199763407, 0.0251578782, -0.00238373131, -0.000868718955, -0.0232479088, 0.00598357571, 0.003092509, 0.0258890372, -0.0122506628, 0.0126311649, 0.0266948063, 0.0220243335, 0.00872169621, -0.0126610082, 0.00707658567, -0.0162645839, 0.0153095983, 0.0478089228, 0.0209052116, 0.00654313713, -0.00944539532, -0.0405570045, 0.0139442682, -0.00989304483, -0.0302759986, 0.000493346597, 0.0144814476, 0.00926633552, 0.0222481582, 0.0028761453, 0.0163988769, 0.0239790678, 0.000280713284, 0.00531583279, -0.0217109807, -0.0378711112, -0.0101168687, -0.0100273397, -0.00822928175, 0.0030626657, -0.00981843658, 0.0251877215, -0.0203232672, -0.0168614481, -0.00699451659, 0.00013231294, 0.0116239544, -0.00489429664, -0.0027493115, 0.0139815724, 0.019472735, -0.0159512293, 0.0103183109, 0.0148097239, 0.0136309145, 0.000560027664, 0.00692363922, 0.0111539224, 0.00400272897, 0.00477119302, -0.00432354398, -0.00987066235, -0.0261277836, 0.00857248, -0.00589777669, 0.0147724198, 0.00950508192, 0.00301976595, -0.0363789462, 0.00533821527, -0.0282168128, -0.0132354908, -0.0148619488, 0.00999749638, -0.0126162432, 0.00646479847, -0.00373786967, -0.0297089759, 0.0139368074, -0.00714000268, -0.00562545657, -0.00605818396, 0.00687514385, -0.031156376, -0.0202337373, 0.0179805718, -0.0151454601, -0.0204277188, -0.0208753683, -0.0071474635, -0.0157274045, -0.00631931284, 0.016309347, -0.00648345053, -0.0237254016, 0.060522154, 0.0188460257, -0.0395721793, -0.0219198838, -0.0148171848, -2.19598678e-05, -0.0161302891, 0.00829642918, 0.0239343029, 0.00246580038, -0.00252362154, 0.0319024585, 0.00358119258, 0.0538671054, 0.00555457873, -0.00276050251, 0.00557696121, -0.013653297, 0.00243222667, -0.0163242687, -0.0133996289, 0.0124819484, 0.0209052116, 0.0101989377, 0.0312757492, 0.000141405821, 0.00923649222, -0.00743843522, -0.0234717336, -0.00871423539, 0.0176970605, -0.0204724837, -0.00659909332, 0.0158467777, 0.00360730547, 0.0468240939, -0.00406241557, 0.00699078618, -0.0281869695, -0.0151454601, -0.0130489701, -0.020069601, -0.00946031697, -0.043183215, 0.00892313849, 0.0203083456, -0.00703182071, 0.0203232672, 0.00444291718, -0.00920664892, -0.0061290618, 0.00960207265, 0.0256055277, 0.0137502877, -0.00733771455, -0.0122282803, -0.00521138124, -0.035990987, 0.0177865904, -0.0546728745, -0.00054697122, -0.0221138634, 0.0124894092, -0.000688260421, 0.0201143641, 0.0339318, -0.00475627137, 0.0152946766, 0.0206515435, 0.0434518047, 0.0198606979, 0.0196667165, 0.0228450242, -0.0121238288, -0.0147351157, -0.000751677377, -0.00551354419, 0.0260830186, 0.0253966246, -0.00118627, 0.00715119392, 0.0207559951, -0.0325590074, 0.0377815813, -0.0133847073, -0.00236880966, -0.0287689138, -0.00414448418, -0.00834865496, -0.0182640813, 0.0356627107, -0.00616263552, -0.0208306033, -0.00944539532, 0.00115829194, -0.0119223874, -0.0310966894, -0.00575602101, -0.00669235364, -0.032917127, -0.0231136139, 0.00671846652, 0.0357522406, -0.0218005106, -0.0111539224, -0.0166376233, 0.0191892236, -0.00825912505, 0.00212260266, -0.0136383753, -0.0106391264, 0.0290822685, -0.022427218, 0.0193981268, 0.0130042052, 0.00212073745, -0.0144814476, 0.0121238288, 0.0126162432, -0.011086775, -0.00135320588, 0.0168763697, -0.00484207086, -0.00466301106, 0.00439815223, -0.0287838355, -0.026321765, -0.00910219736, 0.00543893641, -0.000329908042, -0.0180253368, 0.0227853376, 0.00899028592, 0.0242327359, -0.0119223874, 0.00910965819, 0.0103630759, -0.0138025135, -0.0111613832, 0.00552846584, 0.00838595908, 0.0307982564, 0.0150335478, -0.0124744875, 0.0119223874, 0.0170255862, 0.00465182, 0.00483087962, 0.0324694812, -0.0187117308, -0.0443471, -0.0422879159, 0.0373637751, -0.00322493864, -0.000902292668, -0.0364983194, 0.00567768235, 0.00399526814, 0.00101373869, -0.0130713526, 0.00796069298, -0.0148843313, -0.00108741422, -0.0348569416, -0.00668489281, 0.00730041042, 0.0410344973, -0.0118925441, 0.0130265877, -0.0293807015, -0.00109394244, 0.0224122964, -0.000645360735, 0.0029656752, 0.00355507969, 0.0158169344, 0.0236806367, -0.0163242687, 0.0251877215, -0.0276945569, -0.00318576931, 0.0113329822, -0.027306594, 0.0141979363, -0.0239790678, -0.0276945569, 0.00289293216, -0.00607310561, -0.00610667933, 0.00609548809, -0.0223078448, -0.00509573845, 0.0173538625, 0.0167271532, -0.0192936752, -0.0015751652, -0.00919918809, -0.0275901053, -0.00324545568, -0.00452871667, 0.00349725829, 0.0331857167, 0.0186520442, 0.0155334231, 0.00744962646, -0.0112732956, 0.00341332424, 0.0206664652, -0.0116612585, -0.0278139282, 0.0403779447, -0.0189504772, 0.00890821684, 0.0254861545, -0.0281123612, 0.0144143, 0.0600446612, -0.00159195205, 0.0261277836, 1.97012214e-05, -0.0322605781, -0.0121387504, 0.0110569317, 0.00439069141, -0.014720194, 0.00371362199, -0.00245647435, -0.014854488, 0.0132578732, 0.00438696099, 0.0226361211, 0.0396318659, 0.016219819, -0.00215431117, 0.000740952499, -0.0249340534, -0.00945285615, -0.0185475927, 0.0213230178, 0.00836357661, -0.0268291011, -0.0108181862, 0.0181148667, -0.00176075299, -0.0252324864, -0.000263226975, -0.0130862743, -0.0195622649, -0.0128699113, 0.00599476695, 0.0115493461, 0.0154289715, 0.0139517291, -0.0316637121, -0.0111166183, -0.00919918809, -0.00423028367, 0.00268402928, 0.0142650837, -0.0117806317, 0.00327529898, 0.00879630446, 0.0060395319, -0.0189952422, 0.00509573845, 0.0182939246, 0.00161340192, -0.0157572478, 0.0193085968, -0.0162496623, -0.0143023878, -0.00759138213, -0.0148619488, 0.0313055925, 0.00656551961, 0.0140561806, 0.0268141795, 0.00270827697, -0.0189952422, -0.0125565566, -0.00515542505, 0.0116314152, 0.00407360634, -0.0336930528, -0.0225018263, -0.00366885727, -0.0204127971, -0.00604699273, -0.0179208852, 0.0106018223, 0.014123328, -0.00215804158, 0.0154886581, -0.021994492, 0.0318427719, 0.013056431, 0.0285600107, -0.00804276206, 0.00206851168, -0.00643868605, 0.0212036446, 0.0181148667, 0.027261829, -0.00549116218, -0.0132280299, -0.013780131, -0.0210395064, 0.0069385604, 0.0175926089, -0.0463167578, -0.0201591291, -0.0149887828, 0.00984081905, -0.0114896595, -0.0106689697, -0.0161153674, -0.011213609, -0.0099154273, 0.0181894731, -0.0115642678, -0.012795303, -0.0241879709, 0.00545758847, -0.00440934347, 0.0102959285, -0.012541635, 0.0165928584, -0.0173538625, -0.00116108975, -0.0114448946, 0.0011107293, 0.0076995641, -0.0312757492, 0.0221586283, -0.00439815223, 0.0216065291, -0.00329208584, -0.0102810068, -0.00786370225, -0.00835611578, -0.0326485373, 0.00846802816, -0.0204426404, 0.0257995091, -0.00459959405, -0.00913204066, -0.0099154273, 0.00577467307, -0.0334244631, 0.0156378746, -0.00158076081, -0.033812426, 0.00650210259, 0.0057821339, -0.0125341741, 0.018577436, 0.0231285356, 0.00346555, 0.0203978755, -0.00719222846, -0.00372667843, 0.00317271287, -0.0173986275, 0.0128475288, -0.00300297909, -0.02918672, 0.0240536761, 0.0106689697, 0.0299328, 0.00816959515, 0.00451006461, 0.0125192525, 0.020502327, 0.0207559951, -0.0146157425, 0.00887837354, 0.00509200804, -0.00600595819, 0.00113404437, 0.0064237644, -0.00484580128, 0.00280153705, 0.0228151809, -0.0269783176, -0.0217259023, -0.0211290363, 0.00613279222, 0.00565156946, 0.0177716687, 0.0043795, -0.00289106695, -2.11292701e-07, -0.014421761, 0.0125864, 0.00902759, -0.0125640174, 0.00816213433, 0.00210208539, 0.0116015719, 0.00596492412, 0.0473015867, 0.0448842794, 0.00371921761, 0.00886345189, 0.0191593803, -0.0284107942, 0.0128176855, -0.00530464156, 0.00777417235, 0.0101690944, 0.00593881123, -0.010527214, -0.0316637121, 0.0145709775, -0.00885599107, 0.00817705598, -0.0158617, 0.0372742452, 0.00350844953, 0.0123327319, -0.02080076, 0.00471150642, 0.0140934847, -0.0044466476, -0.0101392511, -0.018099945, 0.0319024585, -0.0158467777, -0.00353829283, -0.00288174092, -0.0164884068, -0.0042414749, -0.0409748107, -0.0150932344, -0.0250683483, -0.0142650837, 0.0060992185, 0.028634619, -0.0123401927, -0.00207037688, -0.00626708707, -0.000177544149, 0.00375652174, 0.00871423539, -0.0140487198, -0.00391319906, 0.000478424947, 0.0441680402, 0.0137055228, 0.00828896835, 0.00500620902, -0.018234238, -0.000381434307, 0.00756153883, -0.0197860897, 0.0130191268, -0.0168614481, -0.0215319209, -0.0154588148, 0.0123103494, 0.00373600447, -0.00295821438, -0.010228781, 0.0223526098, 0.00411837129, 0.0133623248, 0.00412583211, -0.00398780731, 0.00548370136, 0.0164734852, -0.00226995395, -0.0127729205, 0.00755780842, -0.029231485, 0.0151230777, -0.00808752701, -0.0122805061, 0.000667276909, -0.0138845816, -0.00861724466, -0.00855009723, -0.00819197763, 0.00239119213, 0.0157124829, -0.0200845227, 0.0620740056, 0.00190437376, 0.0257398225, -0.00545012765, -0.00449514296, 0.0115195028, 0.0265008248, -0.00396542484, -0.00249750889, -0.00182043959, -0.0067706923, 0.00946031697, 0.0146530466, -0.0229793191, -0.00882614776, 0.0141009456, 0.0164585635, -0.0123551143, -0.013996494, 0.00674457941, 0.0187863391, -0.022725651, 0.00718476763, 0.0140188765, 0.00688260468, -0.018875869, -0.012198437, -0.0142725445, 0.00455482909, 0.0249638967, 0.00173930312, 0.0157870911, -0.0114672771, -0.0169957429, 7.24515339e-05, 0.00305893528, 0.000237347267, 0.0159363076, -0.0122581236, 0.00446529966, 0.012541635, 0.00101933419, 0.00928871799, -0.00156024355, -0.00734890578, -0.000691058231, 0.0144590652, 0.00196592556, -0.0134742372, 0.0150335478, 0.00196592556, 0.00386097329, -0.0234418903, 0.0210693497, 0.0097363675, -0.0104078408, -0.00525241578, 0.0150484694, 0.00993034896, -0.00764733832, 0.0136234537, 0.00375279132, -0.0102810068, -0.0141382497, -0.0127654597, -0.0078786239, -0.0120939855, -0.0166376233, 0.011810475, -0.0105645182, -0.000291904493, 0.00381434313, -0.0027586373, -0.0331260301, 0.00840088073, -0.00619620923, 0.0227853376, -0.00516661629, -0.00769210327, 0.0106391264, 0.00754661718, 0.00313727395, 0.0145038301, 0.00503232144, 0.00847548898, -0.0195025783, -0.0116537977, 0.00574109936, 0.0300074089, 0.00567022152, 0.016219819, -0.00847548898, -0.0218303539, -0.0291419551, 0.00489802705, -0.0293359365, -0.00454363832, -0.0117134843, 0.0151230777, 0.0204575621, 0.00462197652, -0.00899774674, -0.00219721091, -0.0103929192, 0.00209089415, 0.00523376372, -0.00789354555, 0.0121163679, -0.00201442093, 0.00791592803, -0.00395050319, -0.0107137347, 0.0137875918, -0.00458094198, -0.0133847073, -0.0365878493, -0.00131403655, 0.0052300333, -0.00753542595, -0.00534940651, -0.0330961868, -0.00849041063, 0.00908727665, -0.00903505087, 0.0179507285, 0.0139293466, -0.0127878422, 0.00155837834, 0.023068849, -0.00143620744, -0.0213677827, 0.0151902251, 0.000199110582, -0.0106615089, -0.00726683671, -0.00357373175, 0.0191892236, -0.0150932344, -0.000484953169, -0.00211327663, 0.0179656502, 0.00856501888, 0.00302349636, -0.0220094118, -0.0109748635, 0.0112509131, 0.0155334231, 0.00743097439, 0.0123551143, -0.0120342989, 0.0166973099, 0.00810244866, -0.00535686733, -0.00837849826, -0.0159363076, 0.000933068513, -0.00806514453, -0.00898282509, 0.00399899855, -0.00674831, -0.006998247, 0.0281571262, 0.00587539421, -0.00550235296, 0.00321001699, -0.00381434313, 0.0213528611, 0.00426758779, 0.00384232122, 0.0037154872, -0.0123924185, -0.0178910419, -0.0267097279, -0.0155035798, 0.00498755695, -0.0140561806, 0.00680799643, 0.00292091025, 0.003894547, 0.0236806367, -0.0268589444, -0.000493346597, 0.0225167479, 0.00313913915, -0.00245087873, 0.00834865496, 0.0337527394, 0.00152107421, 0.00438323058, -0.00150988298, -4.79707269e-05, 0.0223227665, 0.0011471007, -0.0256204493, -0.0111837657, -0.00715492433, 0.0212931745, 0.0123401927, -0.0135115413, -0.00893806, -0.0031466, 0.00911711901, -0.018279003, -0.0276199486, -0.0186520442, -0.000975501956, -0.012668469, -0.00847548898, 0.00683410931, 0.00696467329, -0.0269037094, -0.0182043947, 0.0152946766, 0.013824896, 0.00382739957, 0.0277094785, 4.72421307e-05, -0.0143471528, 0.0196070299, 0.014720194, 0.0110718533, -0.00711389, 0.00881122611, -0.0269932393, -0.00318949972, 0.0128624504, -0.0196517948, 0.00408852799, 0.0132727949, -0.000874314574, 0.0230986923, 0.00338534615, 0.00296754041, 0.0204426404, 0.0106316656, -0.00458840281, 0.017503079, -0.00848295, 0.0170106646, -0.00779655483, 0.00115456153, -0.0113553647, -0.0150484694, 0.0164734852, -0.00644241646, 0.00691244798, 0.00904997252, 0.0147351157, 0.0036763181, -1.87394762e-05, 0.0111240791, -0.008759, 0.0155035798, 0.0211141147, 0.00680426601, 0.00177007902, -0.000144436766, -0.00345062837, -0.0336632095, 0.0313055925, -0.0112882173, 0.0186818875, -0.0127057731, -0.0245908555, 0.00640884275, 0.00728548877, -0.0135786887, 0.0182491597, -0.0192787535, 0.0222033933, -0.000315685844, -0.026918631, 0.010273546, 0.0180701017, 0.00743843522, 0.0178611986, -0.0082442034, 0.00451006461, -0.007789094, -0.00594254164, -0.00719968928, 0.00802784, 0.00319509534, -0.00908727665, 0.00872915704, -0.00527479826, -0.0027474463, 0.0355731808, -0.0190400071, 4.40071672e-05, 0.0226212, 0.0108480295, -0.00289479736, 0.00871423539, -0.000541375601, 0.00858740136, 0.0188460257, 0.0044764909, 0.0011461681, 0.0196965598, -0.0100422613, 0.0121909762, 0.00281459349, 0.0256055277, 0.0409449674, -0.0150260869, 0.0488832779, 0.00214125472, -0.0076398775, 0.0220840201, 0.000840274617, -0.00434219604, 0.0160109159, 0.0243371874, -0.000377237593, 0.00599103654, -0.0154438931, 0.0040437635, 0.00380874751, -0.00684903096, 0.014638125, -0.00893059932, -0.00432727439, 0.0258741155, -0.00472642807, 0.00765479915, 0.00630812161, 0.0331260301, 0.0223078448, -0.02080076, -0.00774432905, 0.00538671063, 0.00425266614, 0.00455482909, -0.0216662157, -0.00572990812, 0.00291531463, -0.00121331553, -0.00928125717, 0.0303058419, -0.00551354419, 0.00785624143, 0.00378263462, -0.0223227665, -0.0205321703, -0.00528598949, 0.00436830893, -0.00553592667, -0.0181894731, -0.00831881166, 0.00493160076, -0.00707658567, 0.00884106942, -0.00757273, -0.0249788184, 0.010228781, 0.0232926738, 0.0071474635, -0.00722953258, 0.00307012652, 0.0161452107, 0.00499501778, 0.0045846724, 0.00243782229, -0.00454736827, -0.00799053628, -0.0147798806, 0.0125192525, -0.00215431117, 0.0130638918, 0.00581570761, -0.00502486061, -0.018577436, 0.009587151, -0.00822928175, 0.0041817883, -0.0115344245, 0.00794577133, -0.0224570613, -0.0281123612, -0.0133847073, -0.0244267173, -0.0095274644, 0.0207410734, -0.00709523773, 9.76900847e-05, 0.0177716687, -0.00517780753, 0.0105122924, 0.00813229196, -0.00945285615, 0.0226062778, -0.00993034896, -0.0130042052, -0.00235948362, 0.0173986275, 0.0197562464, -0.0186818875, -0.00464808941, -4.19671e-05, 0.00667370157, -0.00215244596, 0.0279482231, -0.00885599107, 0.0010827512, -0.00714000268, 0.00902012922, 0.00204985961, -0.0158915427, 0.00889329519, 0.00793085, -0.0252772514, -0.0108778728, 0.00621113088, 0.0382590741, -0.0259188805, 0.00550235296, -0.00316525204, 0.00752796512, 0.0117209451, -0.00733398413, -0.00448395172, 0.0116015719, 0.0106615089, 0.00905743334, 0.0120865246, 0.0160109159, 0.00459213322, 0.0221437067, 4.02476144e-05, 0.0191444587, 0.00371175678, 0.00892313849, 0.00928871799, 0.0076697208, -0.017801512, 0.00117321359, -0.00925887469, -0.0112658348, -0.00963937677, 0.0100273397, 0.0163391903, 0.00898282509, 0.00453244708, 0.0145262126, -0.00708031608, -0.00183069822, 0.0160109159, -0.018532671, -0.0079681538, 0.0174881574, 0.020069601, -0.0299775656, -0.00166656019, -0.00849787146, -0.0222033933, -0.000571218843, 0.00598730613, -0.00535686733, 0.0213230178, -0.000485885772, 0.00180458534, -0.0097960541, 0.0100944862, -0.000409878674, 0.0137204444, -0.00552100502, 0.00582316844, -0.0114001296, 0.0154737365, -0.0130265877, 0.0235612635, 0.00599103654, 0.0210096631, 0.00102586241, 0.01104201, 0.0223376881, 0.0103108501, -0.00950508192, -0.00752796512, 0.00175235956, 0.00736009702, 0.0376025215, -0.0109524811, -0.00524122454, 0.00409598881, 0.031156376, 0.0197114814, 0.00308318296, -0.00574483, 0.00804276206, -0.00831135083, 0.00330514228, -0.0161302891, -0.0190996937, 0.00233710115, -0.00238746172, -0.0174284708, -0.0140561806, 0.00932602212, -0.00770702492, 0.00354015804, -0.000339234073, -0.00302163116, 0.00692736963, -0.0109077161, 0.00719222846, 0.00393558154, -0.0108181862, -0.0375129916, -0.000418272102, 0.016175054, -0.0010529079, 0.0144814476, -0.0148246456, 0.024396874, 0.0107808821, 0.00652821548, 0.02080076, 0.0166973099, -0.0108778728, -0.00763614709, 0.00878138281, -0.0060395319, -0.00549862301, -0.00109114463, -0.0135264629, -0.0245610122, 0.00196406036, -0.00948269945, -0.0100646429, -0.00925887469, -0.0185028277, -0.00739367073, -0.00561053492, -0.00449514296, -0.0187415741, 0.015876621, -0.00620740047, 0.0287689138, 0.0174135491, -0.00751677388, -0.013436933, 0.0203531105, -0.00486072293, 0.00434219604, 0.00418924913, 0.0336035229, 0.0096766809, 0.0140188765, -0.0136831403, -0.000397288561, -0.00102866022, 0.026277, 0.00969906338, -0.00151361339, -0.0078487806, -0.0027866154, 0.000486818375, -0.0144814476, 0.00334990723, -0.017249411, -0.00100534526, 0.00840088073, -0.0104526058, 0.00654686755, 0.00711762, -0.0172792543, 0.0121611329, -0.0167569965, 0.00997511391, 0.00906489417, 0.00646106806, 0.0296045262, -0.0139069641, -0.0147724198, -0.00644987728, -0.0233523604, 0.0118030142, 0.0299924873, -0.0170703512, -0.000356487202, -0.0115045812, -0.00939317, -0.00902012922, -0.0223376881, 0.0109524811, -0.023412047, 0.00223264983, 0.0201143641, 0.0150186261, 0.00509200804, -0.00125061965, 0.00402511144, -0.0022550323, 0.0168166831, 0.00254413881, 0.0239790678, -0.00715492433, -0.01185524, -0.00219161529, 0.0290524252, 0.00938570872, 0.0132354908, 0.000695721246, -0.00863216631, 0.0100497212, 0.0079084672, -0.00234642718, -0.00904251169, 0.0044168043, 0.00074421661, -0.0250683483, 0.00322120823, -0.00721834134, -0.00583435968, -0.0018866543, 0.0112434523, 0.0308877863, 0.00307572214, 0.00242290064, 0.00367258769, -0.0027866154, -0.0108853336, 0.0165331718, 0.0442277268, -0.00595000247, -0.00566649111, -0.0259934887, -0.0221586283, -0.017503079, -0.0152126076, 0.00911711901, 0.0164287202, 0.00235015759, 0.00990796648, -0.0125789391, -0.00624470459, 0.0159064643, -0.00791592803, 0.00445783883, -0.0266500413, 0.00884853, 0.0347972549, 0.0101690944, 0.0191444587, -0.00622978294, -0.007789094, 0.00494652241, -0.00329395104, 0.00372667843, 0.00409598881, 0.00559188286, 0.000107715561, 0.00606191438, 0.0101168687, -0.00886345189, -0.0202635806, -0.00202934258, 0.00270641176, 0.00906489417, -0.0054948926, 0.00907981582, 0.0114299729, -0.0194279701, 0.0187415741, -0.00592388958, -0.0125640174, 0.00647598971, -0.00730787124, -0.0121611329, -0.00615517469, -0.00751677388, -0.00863216631, 0.00430862233, 0.0223973747, 0.0097065242, -0.013011666, 0.0121611329, -0.00990796648, 0.0121238288, -0.012325271, 0.0098557407, -0.00586047256, -1.78505888e-05, -0.0234269686, -0.00519272918, -0.00887091272, 0.0282018911, 0.0248892885, 0.00267470325, -0.0197114814, 0.0226510428, -0.030857943, -0.0156080313, -0.01249687, -0.00314473477, -0.0161153674, 0.0328275971, -0.000968041131, -0.00933348294, 0.0151156168, 0.00223078462, 0.00135600369, -0.0246654637, -0.0128624504, -0.0114150513, 0.0018223048, -0.00541655393, 0.0195771866, -0.0049129487, -0.0190250855, 0.00491667911, -0.0110718533, 0.00446529966, 0.00282765, 0.0190996937, -0.011258374, -0.00585301174, 0.0162645839, 0.00204799441, -0.00505470391, 0.00494652241, -0.00298619247, -0.00125155225, -0.0073227929, -0.0157124829, 0.00103239063, 0.0104153017, 0.0100870254, 0.0199353062, 0.00721088052, -0.0170554295, 0.0193085968, 0.0250683483, 0.0013009801, 0.0225018263, 0.00844564568, -0.00145019649, -0.0252324864, 0.00768464245, 0.00745708728, 0.000469098915, 0.0357522406, 0.00408479758, -0.0277393218, -0.0103257718, 0.00383113, -0.0185625143, -0.000692457135, 0.0142800054, -0.00653567631, 0.00454736827, -0.0183088463, -0.00773686823, -0.00520392042, 0.0126311649, 0.0152946766, 0.00193048664, -0.0156378746, -0.00950508192, -0.000673338829, -0.00942301285, 0.00672592735, 0.0268291011, 0.0341705456, 0.0151976859, -0.0110718533, -0.0255756844, 0.0118403183, 0.0133697856, -0.00192862144, -0.0111688441, 0.00904997252, -0.00334617682, -0.0189504772, -0.00728175836, -0.00709523773, -0.00929617882, 0.0261576269, -0.00539044105, 0.0123924185, -0.0107808821, 0.0167122316, 0.0186818875, 0.00422282284, -0.0174284708, 0.0127356164, -0.0151902251, -0.00280899787, -0.00132429518, 0.0140711023, 0.0142053971, -0.00867693126, -0.0303655285, -0.013436933, 0.0119000049, -0.0169808213, 0.009885584, 0.00337228971, -0.00439069141, -0.027261829, -0.0034599544, 0.00370429619, 0.0119000049, -0.0118253967, 0.00155278272, 0.0271573775, -0.0202635806, -0.00351031474, 0.00193608226, 0.00344316754, -0.00600222778, 4.78250076e-05, 0.033513993, 0.00805022288, -0.0045063342, -0.0139368074, -0.00784132, 0.001423151, 0.00831881166, -0.0250235833, 0.0259188805, 0.000265558483, -0.00199203845, 0.00773686823, 0.0225764345, -0.00559188286, 0.00771448575, -0.0129295969, 0.00507708639, 0.0101541728, 0.00401019, 0.0153842065, -0.0296045262, 0.0130265877, 0.00439069141, 0.00606564479, 0.0175627656, 0.00623724377, -0.011728406, 0.0319621451, -0.0120342989, -0.00654313713, 0.0230390057, -0.00565156946, -0.018831104, 0.00539790187, 0.00700197741, -0.00125901296, 0.00923649222, 0.00298059685, -0.0147276549, 0.0272916723, -0.00289106695, 0.00186054141, -0.0272319857, 0.029529918, 0.0102138594, -0.0112807564, -0.00165536895, -0.00470777601, 0.0067110057, -0.00489429664, 0.0125565566, -0.0155632664, -0.00940063, -0.00651702425, -0.00671473611, 0.0182491597, 0.00131217134, 0.00260755583, 0.0354836509, 9.08704314e-05, -0.0114523554, 0.0189952422, -0.00149962434, 0.0156080313, -0.00407360634, 0.00160034548, 0.013011666, -0.0239044614, 0.0213528611, 0.0130042052, 0.0202785023, 0.00173650531, 0.00529718073, -0.0129669011, 0.00279780664, -0.0207261518, 0.00417432748, 0.00657298043, -0.00675577065, 0.00869185291, 0.00370243099, 0.0176821388, -0.0182640813, -0.00617755717, -0.0131235784, 0.0073227929, -0.00281272829, 0.0236507934, 0.0285152458, -0.0121089071, 0.0170106646, -0.0132727949, -0.0292762499, -0.00719968928, 0.0225913562, 0.0141830146, -0.0128176855, -0.0224869046, 0.00282205432, 0.0054053627, 0.00100721046, 0.0204874054, 0.0142874662, -0.0118850833, 0.00273998547, 0.0213080961, -0.0297537409, -0.013481698, 0.029917879, -0.0182043947, -0.00218415447, -0.00795323215, -0.00339840259, -0.000330607494, 0.0124371834, 0.00470777601, 0.0174881574, 0.0235015769, 0.00685649179, 0.0213080961, -0.0271126125, -0.0105943615, 0.00554338749, 0.00834865496, -0.0253220163, -0.0300074089, 0.0124595659, -0.0102511635, 0.0209350549, -0.00929617882, -0.00120771991, 0.00672965776, 0.00954238605, -0.003894547, 0.0199353062, -0.014339692, -0.00709523773, -0.0157721695, -0.0180253368, 0.0124595659, -0.0171001945, 0.00784132, 0.0154289715, -0.00700197741, 0.00349352788, -0.00956476852, -0.0185475927, 0.0112285307, -0.00150148955, -0.0166674666, 0.00532702403, -0.00201628613, -0.0270678475, 0.00181391137, -0.0160855241, 0.00602088, -0.01814471, -0.00724072382, 0.0150857735, 0.00362036191, 0.00939317, 0.017503079, -0.00189971074, -0.00336669409, 0.0102437027, -0.0166973099, 0.0165331718, 0.00554338749, 0.000928871799, 0.0150260869, 0.00756526925, -0.0121760545, 0.00841580238, 0.00431981357, -0.00175702258, 0.0191146154, -0.0017001339, -0.0204127971, 0.018875869, -0.0157721695, 0.00698332535, -0.0123551143, -0.000521324633, 0.0150559302, 0.00113963988, 0.00899028592, 0.0166674666, -0.0031820389, 0.0180104151, -0.0222033933, 0.0183834545, -0.000250403711, 0.010527214, 0.0056329174, 0.0143769961, -0.0160706025, 0.0125640174, -0.00264486, 0.0153394416, -0.00855009723, -0.00111819012, 0.0153245199, -0.000518060522, 0.0102213202, 0.0303953718, 0.00932602212, 0.0232628305, -0.0070280903, 0.0141009456, -0.00758765172, 0.00890821684, -0.0079681538, -0.0140487198, 0.0011125945, -0.0219497271, -0.0283511076, -0.0119820731, 0.00593508082, 0.0176821388, -0.0171897244, 0.00110420107, 2.8968956e-05, -0.0174881574, -0.000325011875, -0.00870677456, 0.0113702863, 0.00450260378, 0.00119559607, -0.00163205387, -0.00347301061, 0.00794577133, -0.00362222712, -0.00156490656, 0.0162795037, -0.0045063342, 0.00311862188, 0.00226808875, -0.00144460087, -0.0145187518, 0.0149887828, 0.0215617642, 0.0115493461, -0.00114430289, -0.0081546735, -0.0073824795, 0.00931110047, -0.0132056475, -0.00728921918, 0.00100814307, -0.0144143, -0.00414448418, -0.0159810726, 0.0111837657, 0.0183088463, 0.00209275936, -0.0109375594, -0.00281272829, 0.00622605253, -0.00156956958, 0.00676323147, -0.0124521051, 0.00942301285, -0.00984828, -0.00225689751, -0.0198606979, -0.00139983592, -0.0109375594, -0.0675651655, 0.0192190669, -0.0240089111, 0.0170405079, -0.0190400071, -6.56100246e-06, 0.00739740115, -0.00143061182, 0.0245013256, -0.00784132, 0.00197338639, -0.00730787124, 0.00197152118, -0.00721088052, -0.0112658348, 0.0117880926, 0.016309347, 0.018577436, -0.0149067137, -0.0319024585, 0.0169808213, 0.000622512, 0.0115195028, -0.0102063986, 0.00090602308, 0.00684157, 0.0122879669, -0.00625216542, -0.0176672172, 0.00568141276, -0.0190250855, 0.0109151769, 0.00805768371, -0.0170405079, 0.0204426404, 0.0161302891, -0.0224421397, 0.00050313893, 0.00118253962, 0.00901266839, 0.0082442034, 0.0130415093, 0.00293769711, 0.00906489417, -0.00916934479, 0.0322008915, 0.00902012922, 0.0225615129, 0.0148619488, 0.00448768213, 0.00449514296, -0.00189038471, 0.0149887828, -0.0153245199, -0.0137577485, 0.000848201744, -0.00359611423, 0.0112658348, -0.0250832699, -0.00757273, -0.00634169532, 0.0243371874, -0.000268356293, -0.021442391, 0.000187336467, 0.00854263641, 0.0284555592, 0.0135264629, 0.00470031518, 0.0166674666, -0.0145038301, 0.00770702492, 0.00865454879, -0.00329208584, 0.00865454879, 0.0193384402, -0.00634915615, -0.0173538625, 0.00428997027, -0.0123476535, 0.0184729844, -0.00465555023, -0.00360170985, -0.00871423539, -0.0126162432, 0.00400272897, -0.0155185014, 0.0146828899, -0.024441639, -0.0196517948, 0.00830389, 0.00645733811, 0.000529718061, -0.00507335598, -0.011086775, -0.000553965743, -0.0112210698, -0.00200136448, 0.0098258974, 0.0265605114, -0.0223526098, -0.010698813, 0.029917879, -0.0105570573, 0.0064237644, -0.00622605253, 0.00872915704, 0.000524588744, -0.00849041063, 0.019815933, 0.00335736806, 0.00542774517, -0.0109077161, 0.0171449594, 0.00536805857, 0.00193048664, -0.00318763452, 0.0025982298, -0.00959461182, -0.00345062837, 0.00450260378, -0.00373973488, -0.000162272787, 0.0489429645, -0.0158169344, 0.0278139282, -0.00144926389, 0.00666251034, -0.0153842065, -0.00719595887, -0.00451752543, -0.00676696189, -0.0334244631, -0.00426758779, -0.0094976211, -0.00728175836, 0.0137726702, -0.0347972549, -7.30927e-05, -0.025336938, 0.0134294722, -0.0157870911, -0.0289181303, -0.00161153672, 0.0203381889, -0.016175054, 0.0158467777, 0.0145411342, -0.0119074658, 0.000668209512, -0.0058119772, 0.000654686766, -0.000235365485, -0.00297873165, -0.0161899757, -0.00196033, 0.0101392511, 0.0127206948, -0.021994492, -0.000305660389, 0.0050024786, -0.00309623941, 0.0109151769, -0.0176821388, -0.00453990791, -0.0233075954, -0.00658044126, -2.70746095e-05, -0.0129072154, 0.00128885626, -0.0167719182, 0.0158467777, 0.00218042405, 0.0129445186, 0.0294254664, -0.00921411, -0.0252324864, 0.0199651495, 0.0148694096, -0.0144963693, 0.00799053628, 0.00343384151, -0.0078189373, -0.00474881055, -0.0161452107, -0.00983335823, -0.0179059636, -0.0134966196, -0.00731160166, 0.00362036191, 0.0079681538, -0.0181596316, -0.000128232801, -0.00914696231, 0.011086775, 0.0133996289, 0.00197338639, -0.0140934847, 0.00883360859, 0.000756340392, 0.0115866503, 0.010527214, 0.0169808213, 0.00317644328, -0.0153842065, 0.0469733104, -0.00222705421, 0.0410941839, -0.00298432726, -0.00027651657, -0.0289181303, 0.0215617642, 0.00465182, 0.00502486061, -0.010743578, -0.0164287202, 0.000394490751, -0.0278288499, 0.0192638319, -0.0114075905, -0.00329395104, -0.00919172727, 0.00110886409, 0.00521884207, -0.00462570693, -0.00443172595, -0.0216512941, 0.00746081769, 0.0218005106, 0.0244714823, -0.0145336734, -0.01185524, 0.00474134972, 0.00742724398, -0.0273812022, 0.0184282195, 0.0116388761, -0.00387589494, -0.0268440228, 0.012370036, 0.0124371834, -0.00357373175, 0.0143695353, -0.0116239544, 0.00468539353, 0.0105869006, -0.022128785, -0.00455855951, -0.0169360563, -0.0142501621, -0.016354112, 0.0155334231, 0.0255756844, 0.0108778728, 0.00152200682, 0.000631371688, 0.00858740136, 0.00445410842, -0.0209350549, 0.00677442271, 0.00794577133, 0.0149067137, -0.00390946865, -0.032051675, -0.00147071376, -0.0108181862, -0.00602461025, 0.00683410931, 0.019129537, -0.00669608405, 0.0364087895, -0.00734890578, -0.00406614598, 0.0183386896, -0.00317457807, 0.00147257897, -0.0198457763, -0.00805022288, 0.00272879424, 0.000922809937, 0.0244117957, 0.0189206339, -0.00703928154, 0.00174956175, -0.0200248361, -0.00491667911, -0.010101947, -0.0249489751, -0.0021953457, 0.00949016, -0.00534567609, 0.0124670267, -0.00266724243, 0.00092374254, -0.00963937677, -0.0321710482, -0.0099154273, 0.00332379434, 0.0274408888, -0.000389361434, -0.0178164337, -0.016309347, 0.0119298482, 0.0078189373, -0.00511812093, 0.00915442314, -0.0134742372, 0.00694975164, -0.00675204024, -0.00607683603, 0.025292173, -0.0271126125, -0.00196779077, 0.0254712328, 0.00221399777, 0.00196965598, -0.0160855241, 0.0124148009, 0.00352523639, 0.0033405812, 0.013310099, -0.00781147648, 0.00429370068, 0.00996765308, -0.035036, 0.00558442203, -0.0039840769, -0.0189355556, -0.00886345189, -0.00913204066, -0.0014529943, -0.00805022288, 0.00948269945, -0.0154438931, -0.00197525159, 0.0181596316, 0.0157870911, 0.0274110455, 0.00199017324, -0.00455855951, -0.00856501888, 0.00391692948, 0.0316338688, -0.0105346749, -0.00137465575, -0.00536805857, 0.0313951224, 0.00333312037, -0.0272170641, -0.0061589051, -0.0236209501, -0.011086775, 0.00902012922, 0.000849134347, -0.00414075376, -0.000210651531, 0.00947523862, -0.0113702863, 0.00809498783, -0.00216923282, -0.0101616336, -0.00672592735, -0.00734517537, -0.00469285436, -0.0066214758, -0.023665715, 0.0243371874, 0.020203894, 0.0116015719, 0.00586793339, -0.00902759, -0.00523749413, -0.0106615089, -0.00364274438, 0.00171692076, 0.00802038, -0.000134761023, -0.0226510428, -0.00561053492, -0.0110494709, 0.0018577436, -0.000496610708, 0.0137726702, -0.00585301174, 0.00395796401, -0.00220840215, 0.0067110057, -0.0126833906, 0.0214125477, -0.00334804202, -0.00333498558, -0.0113926688, -0.00863962714, -0.00146698335, 0.0339318, -0.00727802794, 0.0159661509, -0.00521138124, -0.00300670951, -0.0176522955, -0.00537551939, 0.00444291718, -0.011728406, 0.0319919884, -0.0165480934, -0.0192489102, -0.00106689695, -0.0292762499, 0.00312981312]
|
20 Nov, 2020
|
HTML5 MathML mathbackground Attribute
20 Nov, 2020
This attribute holds the value of the math expressions background color. This attribute is accepted by all the MathML tags.
Syntax:
<element mathbackground="Colorname">
Attribute Values:
Colorname: This value defines the color you want.
Below example illustrate the mathbackground in HTML5 MathML:
Example:
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML mathbackground Attribute</title>
</head>
<body style="text-align:center;">
<h1 style="color:green">GeeksforGeeks</h1>
<h3>HTML5 MathML mathbackground Attribute</h3>
<math>
<ms lquote="„" rquote=" “" mathcolor="Yellow"
mathbackground="Purple">
A Computer Science Portal for Geeks
</ms>
</math>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML mathbackground attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute
|
https://www.geeksforgeeks.org/html5-mathml-mathbackground-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML mathbackground Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.00360880909, -0.00648373738, -0.0155528896, 0.00259046513, 0.064150624, -0.00180103804, 0.00847666152, 0.0246153101, -0.0137215536, -0.0191347674, 0.000210822443, 0.0112505965, 0.00392525317, -0.00303651649, 0.0291667171, 0.0232956707, 0.0129607413, 0.00431912486, -0.0242248047, 0.0132367881, -0.0155528896, -0.0297592096, -0.0361688845, 0.0455140844, -0.0594645552, -0.00529875513, 0.0270526018, 0.0119575467, 0.00554113789, 0.010382059, 0.0133175831, 0.00454467535, 0.0400470085, 0.0105369147, -0.0599493198, -0.00204847055, 0.00756772654, 0.0346607268, -0.0113246581, -0.0258945506, 0.0307556707, -0.0189462472, 0.0295706894, 0.0144083044, 0.00490488298, -0.0160511211, -0.0345799327, -0.031832926, -0.00916341227, -0.0514659248, 0.0468337238, -0.00292205811, 0.0447061434, -0.00942599401, 0.0122470595, 0.0183941536, 0.00430902559, 0.0313750952, -0.0297053456, -0.0154990265, -0.00732534379, -0.0161049832, -0.0154316984, 0.00229421956, -0.0158626, 0.00667899, 0.0144890994, 0.0151354531, -0.00925767235, 0.023430327, 0.00345732, 0.0138158137, 0.0120854704, 0.0201985575, -0.0029338405, -0.00146018749, 0.0280355979, 0.00115215941, 0.00582728395, -0.00172866, 0.0215047318, -0.0107389, -0.0423361771, 0.0296784155, -0.00863151718, 0.0142601822, 0.0174919516, -0.0394275859, 0.0182594974, 0.0021427304, -0.0240901466, 0.0243325289, 0.029112855, -0.0316444077, -0.00442348421, 0.012772222, -0.0137686841, 0.00547717558, -0.047937911, 0.011802691, -0.0148257418, 0.0305671506, 0.0201042984, 0.0120720053, 0.045244772, -0.026311988, 0.00700889947, 0.0113246581, 0.0199023131, 0.00472646253, -0.00377713027, -0.0249788836, -0.0319945179, -0.0144890994, 0.0109206866, 0.0547515601, -0.0133377817, -0.0443021692, 0.0408010893, 0.0124827093, -0.0294898953, -0.00893449597, -0.0301901121, 0.0186634678, -0.0245883781, 0.010792763, -0.0417975485, -0.013634027, 0.0236323122, -0.018825056, -0.0166032147, 0.0177074019, -0.00408010883, -0.0174919516, 0.0189597141, -0.0180171132, -0.0104291886, 0.0387812331, 0.000545781862, -0.0180305801, -0.0588720627, -0.0161319152, 0.000270576507, 0.0199157782, -0.033825852, 0.0107658319, 0.00919034425, 0.0273623131, -0.0146506876, 0.0351454914, -0.015095056, -0.00243897596, 0.0303786322, -0.0305671506, 0.0161723122, -0.00642650807, -0.0208045151, 0.00824774429, 0.0125971679, -0.0188923851, 0.0114929797, -0.0313750952, 0.02062946, 0.0298400037, -0.00116057554, 0.0047870581, -0.00316107436, 0.00270324037, -0.0305940825, 0.0378655642, -0.00820734724, 0.00623462163, -0.00413733814, -0.01083316, -0.0442213751, 0.0440597869, 0.00186668336, -0.0327485949, -0.0129540088, -0.0122335935, -0.0575793572, -0.0114660477, 0.0402085967, 0.038700439, -0.0202928185, -0.00843626447, 0.00745326793, 0.0275777653, -0.000300453539, -0.0083756689, -0.0332602933, 0.0162800383, 0.0143948393, -0.00285809604, 0.0656049177, -0.00402287953, -0.0165089555, -0.00675305119, 0.012704893, -0.0241305437, 0.0266620964, -0.0386735052, 0.0110957408, -0.0143948393, 0.0137080885, 0.00799189601, 0.0047870581, 0.0239958875, 0.0420668647, -0.0142467162, -0.0166705437, 0.036761377, -0.0394275859, -0.00555460341, -0.016037656, 0.00210906612, -0.00704256399, -0.0522469357, 0.00549737411, -0.0545361079, 0.0374615937, -0.0279548038, -0.0339066461, 0.0137350196, -0.0397507623, 0.00157127948, -0.0227974392, -0.0428478755, -0.0218009762, -0.0397776924, -0.0252885949, 0.0313750952, 0.0311057791, 0.00972897187, 0.0416359603, 0.024440255, -0.0176670048, -0.00427872781, 0.0284665, 0.00703583099, -0.0223126747, -0.0200369693, -0.0157144777, -0.0526509099, 0.00820061471, -0.0176804718, -0.000897994207, -0.0506041199, 0.0148526728, -0.0075138635, 0.0436558165, -0.0618883818, -0.0337181278, -0.00876617432, -0.0237669703, 0.0383772589, 0.0264466461, -0.00547044305, -0.0180979073, 0.00884023588, 0.0235515181, 0.0301901121, -0.0200639013, -0.0284934323, 0.00693483837, 0.00477359258, 0.0298400037, -0.0336911939, -0.0067227534, -0.0170206521, -0.0175054166, -0.055370979, 0.0084026, -0.0412050597, -0.057310041, 0.0383772589, -0.00151741668, 0.000487711019, 0.0239285585, -0.0171014462, -0.0182191, 0.0162127092, 0.00491834898, 0.0311057791, 0.0138158137, -0.0104291886, -0.00108398928, -0.0134926364, -0.03571105, -0.0285203643, -0.0287358146, -0.0038579246, 0.0198349841, 0.00310721155, 0.0124221137, 0.0367344432, -0.0101666078, -0.0454871543, 0.000852968253, -0.0374615937, 0.00351118273, -0.015970327, -0.0196733959, -0.0398315564, -0.00832853839, 0.0251539368, 0.0148930699, 0.0271468628, 0.0228378363, -0.0339874402, 0.00183975196, -0.019821519, 0.000399973535, -0.00319305551, -0.0116882324, 0.00176232425, 0.00316107436, -0.0344452746, -0.0377578363, -0.0142871132, -0.0044302172, 0.0113179255, -0.0207506511, -0.00276383595, -0.00547380932, -0.00758119207, -0.0285472963, -0.032964047, -0.0115939723, -0.0023682809, -0.0819253549, -0.0279817358, 0.0259349495, 0.00776971225, 0.0240497496, -0.051627513, 0.0469683819, 0.0148122758, 0.0168590639, 0.00693483837, -0.0144621674, 0.00204847055, -0.00389158889, 0.0265005082, 0.0071502896, -0.0220164284, 0.00548727484, 0.0210065, 0.0202793516, 0.0148526728, 0.00092324242, 0.0408280194, -0.00578352064, 0.00340009062, 0.0242517348, 0.00798516348, 0.0100858137, -0.0330987051, -0.0649047, -0.0164685585, -0.019794587, 0.0124961743, 0.0406394973, -0.0659280941, 0.006591463, -0.0700755343, -0.0287896786, 0.0249250215, 0.0279278737, -0.00350444973, -0.020723721, 0.000836556952, -0.00412050588, 0.023470724, -0.0152297132, 0.0146372216, 0.00143914728, -0.0344991386, -0.0400470085, 0.00659819553, -0.03950838, 0.0472107641, 0.0270929988, 0.00360544259, 0.022662783, 0.0126375649, -0.0209257063, -0.0256791, 0.0137484856, 0.00232788385, -0.00456487434, 0.0319406539, -0.0258810855, -0.0179767162, 0.0200369693, 0.00964144524, -0.00959431473, -0.00204847055, 0.0494730026, -0.0335565396, 0.0285203643, -0.011311193, 0.0102070048, -0.00123295363, 0.00694157137, 0.00550074084, -0.00548390858, -0.00944619253, 0.0300015919, -0.0242382698, -0.00452784356, 0.0138023477, 0.0085843876, -0.0354417376, 0.00399931474, 0.0238208324, 0.0234437939, 0.0198484492, 0.000727989711, 0.0346607268, 0.0556941591, -0.0295976214, -0.00203163829, -0.00873924326, -0.00690790685, -0.0382964648, -0.0528663583, -0.0105436472, 0.0120720053, 0.0136272935, -0.0240093525, -0.00209055073, 0.0157952718, 0.0137754166, -0.000536524225, 0.0323446244, -0.00189193164, 0.0268640816, 0.015970327, 0.0251674037, 0.0148661388, -0.0303517, -0.01368789, 0.0204678718, -0.0321561061, 0.00346405269, 0.0121662645, -0.0164685585, 0.0193502195, 0.0536473691, -0.00630868319, -0.00607976597, -0.0326678, -0.0201177634, 0.0343375504, -0.0213162117, 0.00781010929, 0.00703583099, 0.0116209034, 0.0154990265, -0.038700439, 0.0211950205, 0.0241170786, 0.0172899663, 0.0249519516, -0.0116478354, -0.0476416647, 0.0293283071, -0.00305671524, -0.00869884528, -0.00247095688, -0.00155360578, 0.0410973318, 0.00675978418, 0.0264601111, 0.0279548038, 0.00131627265, -0.0182191, 0.0227166452, -0.00041890968, 0.0445176214, -0.00818041619, -0.0189731792, -0.0104897842, 0.038458053, -0.0173034314, -0.0224338658, 0.00432922412, 0.00627838494, 0.0309172589, -0.00842279848, 0.0095875822, 0.00496547902, -0.0440597869, 0.0164416265, 0.0285203643, 0.00597204035, -0.0204005446, 0.00696177, -0.0151623841, 0.0110216802, 0.0260965377, 0.00914321374, -0.00670592114, 0.0229051653, 0.0269987397, -0.0346068628, 0.0211815555, -0.0312943, 0.0319945179, -0.0045110113, 0.0113852536, 0.0186365359, 0.000124452577, 0.0186230708, 0.00115047616, 0.0211950205, 0.00872577727, -0.00836220291, -0.013102131, -0.000744401, -0.0248576924, -0.00818714872, 0.0151219871, 0.0188923851, 0.0158626, 0.0457564667, -0.0176804718, -0.00748693245, -0.0252751298, 0.00628511794, -0.0182594974, 0.0351724215, 0.00721761817, 0.00698196841, 0.0121729979, -0.0123009216, 0.00363574037, 0.0298938658, 0.0254905801, -0.0397776924, -0.0325600766, -0.0269179456, -0.0349839032, -0.0213700738, -0.0311596431, -0.00472646253, -0.00841606595, -0.0259080175, -0.000336642639, 0.0366267189, -0.000407968793, 0.0164281614, 0.00728494674, 1.21769954e-05, 0.0238073673, 0.00403297879, -0.0264735762, -0.00434605638, -0.0153913014, 0.00589797879, -0.00202995515, 0.0239016265, 0.0400200747, -0.0267698225, -0.0212354176, -0.0323446244, -0.00293215737, 0.00236323127, -0.00728494674, -0.00410367362, -0.0288704727, 0.0493383445, -0.00861131866, -0.0114189181, 0.00721088517, 0.0153778354, -0.0078774374, -0.0146506876, 0.0147314817, -0.0352801494, -0.0398315564, 0.0238073673, 0.00917014573, -0.00309206266, 0.00133562961, -0.0241978727, -0.00443358347, -0.0935058594, -0.00624808716, 0.0252481978, 0.0366536491, 0.00710315956, -0.0212758146, 0.0311057791, 0.0356571898, -0.00541321374, -0.012199929, 0.0191347674, -0.0120989364, -0.00477359258, 0.0211546235, 0.0124288462, 0.00710315956, -0.00249957154, -0.030082386, 0.0157010127, 0.012704893, 0.0109947482, 0.00538628222, -0.0400470085, -0.00558826793, 0.0102877989, 0.0358457081, -0.0278201476, -0.0198349841, 0.0120989364, 0.0140177989, -0.00548390858, -0.00223362399, -0.0116209034, -0.00655779848, -0.0105975103, 0.00637264503, 0.0382695347, -0.0135868965, -0.0372730717, -0.0229051653, 0.00115720904, -0.0212892797, -0.0278740097, -0.00269314111, 0.00180272129, 0.0226897132, 0.0420399308, 0.0337450579, -0.0112909935, 0.0175727457, -0.0133041171, 0.00937213097, 0.0191886295, -0.0170341171, -0.0229859594, 0.0312673673, 0.000972055597, 0.00489815045, -0.00596867409, 0.0630733669, 0.0125298388, 0.0372192115, -0.0293821692, -0.0102676, -0.00165628176, -0.0113717886, 0.00339335785, 0.0409626774, -0.00804575905, 0.00654433295, -0.0137282871, -0.0003318034, -0.0322099663, -0.0109274201, -0.00113785209, 0.0269987397, 0.0135734314, -0.0167109407, 0.00795149896, -0.0137080885, 0.0139235398, 0.0222184137, -0.0011858237, 0.00386465737, 0.000828982505, 0.00991075952, 0.0213566087, -0.00442685047, -0.0246422403, 0.0393198617, -0.0119844778, 0.0359265022, -0.0249250215, 0.00132300553, 0.00848339405, 0.00533578591, -0.0105167162, -0.0119373482, -0.00765525363, 0.0114525827, 0.00709642656, -0.00986362901, 0.0395891741, 0.00571282534, 0.0268640816, 0.00964144524, 0.0145160304, 0.00463220244, 0.0042921938, -0.0221645515, 0.00519776251, -0.0410434715, -0.00917687826, 0.0182191, -0.00544351153, 0.0243863929, -0.00291195884, 0.0396161042, 0.00546707632, -0.00335296057, -0.0120652718, -0.00292037497, -0.0166301467, 0.0150142619, 0.00589461252, 0.0313212313, -0.0138158137, -0.0195252728, 0.0184345506, 0.00454130908, -0.024494119, 0.0105099827, 0.000797843037, 0.00739267236, 0.010341662, -0.027268054, 0.0213566087, 0.021652855, 0.0239420235, -0.00871231128, 0.0236053821, -0.00417436846, -0.0140177989, -0.0175862107, 0.0257329624, -0.00266116, 0.0169263911, 0.0325600766, 0.0134185757, 0.00631541573, -0.0131492615, -0.00140969106, -0.0428748056, 0.0388350934, 0.0101194773, -0.034553, 0.0207371861, 0.000242382695, 0.000306555186, -0.00421813224, 0.00300116907, -0.009877095, 0.00654096622, -0.0165628176, 0.0427670814, -0.00708296103, 0.0326678, -0.00205520331, 0.00149048527, 0.00792456791, 0.0149603989, -0.023497656, -0.0440867208, 0.0316174775, -0.0288435407, 0.0121729979, 0.0194175467, 0.0374885239, -0.0331256352, -0.0284395702, 0.014098594, -0.00510350242, -0.016953323, -0.0219625663, 0.0362766087, 0.00590807805, 0.0240228176, -0.000138128686, -0.0336104, -0.0032957315, 0.0069483039, 0.0187711939, -0.00330919703, 0.0332064293, -0.00183806883, 0.0330448411, -0.0275508333, 0.00842953194, 0.0113179255, -0.0194714107, -0.00854399055, 0.0146776186, 0.00835547, 0.0537550971, 0.0124423122, -0.0213566087, 0.0175592806, 0.00041890968, 0.00523815956, 0.0204678718, 0.00366267189, -0.0204409417, 0.00568926055, 0.0232283417, 0.00518429652, -0.0392929278, 0.00853725709, -0.00453794282, -0.000780169328, -0.00491498271, -0.0247365013, -0.00918361079, -0.0315905437, -0.0201985575, -0.0275777653, -0.0341490284, 0.023524588, 0.0257868264, 0.0206159949, -0.0192694236, -0.00789090339, -0.00241877744, -0.00746000092, -0.017949786, -0.0131425289, 0.0134657053, -0.00798516348, 0.0165358856, 0.0203736126, 0.00514053321, 0.0153778354, 0.0236861762, 0.0105167162, -0.017949786, -0.0275239013, 0.0265139733, -0.00338157522, 0.017949786, -0.0048577534, 0.0174919516, -0.0356302559, 0.0101598743, -0.0298669338, -0.00834873691, -0.00888736546, 0.00280759949, -0.00513716647, 0.0594106913, 0.0114323841, -0.00801209453, 0.00373673323, 0.0173168965, 0.023497656, 0.0398584865, 0.0139370048, 0.0210468974, -0.0204948038, -0.022595454, -0.0374077298, -0.000572292483, -0.0120383408, -0.0283587761, -0.0163877644, 0.00619759085, 0.0143275103, -0.020696789, 0.0364112668, 0.000138023475, 0.0566098243, -0.018784659, -0.00546707632, 0.000596699072, -0.016037656, 0.00618749158, 0.0204005446, 0.0227570422, -0.00138949254, -0.0139774019, -0.0159972589, 0.014098594, 0.0188789181, 0.023564985, 0.00507993717, 0.00794476643, -0.0102002723, -0.0213162117, -0.00519102952, 0.0273892451, -0.0346876569, -0.00218817708, -0.0199831072, -0.0212354176, -0.0176804718, 0.0140312649, 0.0277932156, -0.0203736126, 0.0176400747, 0.0414743721, -0.00822754577, -0.00129018293, -0.0142197851, 0.0352262855, 0.004712997, -0.0219356343, 0.00648710364, -0.0184480157, 0.0168186668, 0.0112034669, -0.0289781988, 0.0160645861, 0.0232148767, 0.01595686, 0.00172108551, 0.0311327111, -0.011243864, 0.0138292797, 0.0237265732, -0.00542667927, 0.0202524215, 0.0193771496, -0.021652855, 0.0204140097, 0.0138696767, -0.000746505044, 0.0157548748, 0.0209391713, -0.0397776924, -0.00347415195, -0.0151489181, 0.00214778, -0.0224877279, 0.0144487023, -0.00342870527, 0.000364205247, 0.0120787378, 0.0214778, -0.028143324, -0.0379194282, -0.0359265022, -0.00713682408, -0.0458641909, -0.0204005446, 0.0323984884, -0.00214441353, 0.0027268054, -0.00472982926, -0.00912301522, -0.0240362845, -0.0190809052, 0.00588114699, 0.00265274406, -0.00647700438, 0.052731704, 0.0196464639, 0.0054468778, -0.00795823149, 0.00830160733, -0.0149200018, -0.00092660886, 0.0324254185, 0.0383503288, -0.00127755885, 0.00855745561, 0.00468606548, -0.0149469329, 0.00199292437, 0.00114879303, 0.000667814806, -0.012772222, -0.00868538, 0.00567242829, -0.0154855615, 0.0148392078, -0.0032957315, 0.00358861056, 0.0206429269, -0.00565896276, -0.00702909846, 0.00389158889, -0.0194714107, 0.0240497496, 0.000293510297, 0.0109408861, 0.000627838541, 0.00789763592, 0.0306210145, 0.0298669338, 0.0123682506, 0.0324792825, -0.00238174666, -0.022595454, 0.0232552737, 0.021598991, -0.00219827634, -0.0314289555, -0.0265409052, 0.00514053321, -0.000546623487, 0.0256521683, -0.00567242829, -0.0184210856, -0.0132771851, -0.00175559137, -0.0334488116, 0.0167917348, 0.0379732884, -0.0158222038, 0.0493922085, -0.000354105985, 0.00320988754, 0.00642650807, 0.0145429615, -0.0145564275, -0.00210065, 0.0470491759, -0.0139774019, 0.0376231819, -0.0130078718, -0.000460358802, 0.0154990265, 0.0198080521, 0.0539436154, 0.0141524561, 0.0096683763, -0.00874597579, -0.0575254932, 0.0103753256, 0.000195989138, -0.0301362481, -0.0183402915, 0.00546034332, -0.0175862107, 0.0147584127, 0.0060763997, 0.00151405029, 0.0173976906, -0.0294898953, 0.00407000957, -0.00957411621, -0.0460257828, -0.0186904, 0.00319305551, -0.00540984701, 0.0115670413, -0.0275642984, 0.00564213051, -0.0261369348, -0.0130348029, -0.0020703522, 0.00830160733, 0.0107456334, -0.0204409417, 0.0205352, -2.16187691e-05, 0.0199561752, -0.0220972225, 0.0115333768, -0.00230263569, 0.012677962, -0.00162850879, 0.00760139059, 0.0016520737, -0.0119373482, -0.0297861397, -0.0241305437, -0.0326678, -0.0187307969, -0.0157548748, 0.0210065, 0.0229320955, 0.0115131782, 0.0111832684, -0.00590471178, 0.000801209477, -0.0260830708, -0.0153374383, 0.00596194109, -0.0100184847, 0.00217807782, 0.00462210318, -0.00877290685, -0.0202389546, 0.0173572935, 0.00392861944, 0.0208179802, 0.00542331301, 0.0104291886, -0.0255175121, 0.00312909321, -0.000814675179, 0.00833527185, -0.0117959576, -0.0157818068, 0.00380406179, -0.0113717886, -0.00937213097, 0.0193906166, -0.00250293803, -0.0174784865, 0.0591952428, -0.0108398926, -0.0322369, -0.0116209034, 0.00351454923, -0.00546034332, -0.0152566442, 0.00279076747, 0.0293283071, 0.00163608324, 0.0279278737, 0.0196733959, 0.00944619253, 0.0389697514, 0.0219221693, 0.000228075383, 0.0215451289, -0.00116478349, 0.0176131427, -0.00319473865, -0.012677962, 0.0133041171, 0.0120922038, -0.00719068665, 0.00887389947, -0.00179767166, -0.0113650551, 0.0192559585, -0.00415080367, -0.00879310537, -0.0155259585, -0.00672611967, 0.0131492615, 0.00964817777, -0.0172091722, 0.0528124981, -0.0334488116, -0.00141137419, -0.0197137929, -0.0165089555, 0.00816021767, -0.0151758501, 0.000159905248, -0.0318867899, 0.0190135762, 0.00245244149, 0.0062952172, 0.0117690265, 0.0156067526, 0.00405317731, -0.00641977508, 0.0243055988, 0.0284665, 0.0027840347, 0.00864498317, -0.0141793881, -0.00950005557, -0.0206025299, 0.0124692433, -0.0408010893, -0.00215619616, -0.0257329624, 0.0152431782, -0.0231206156, -0.0018599506, 0.00321325404, -0.00179767166, 0.00326038385, 0.00582728395, 0.0122335935, -0.0115872398, 0.0245075841, 0.027308451, -0.0213566087, -0.00832180586, -0.0209257063, -0.00583065, 0.0164416265, 0.00342028914, 0.00553103862, -0.00488805119, 0.00362900761, -0.00976936892, 0.0191078354, -0.00619759085, 0.0179363191, -0.0183402915, -0.0052852896, -0.00105874112, 0.00252986932, 0.0161588471, 0.0110688098, -0.0353070796, -0.00166385621, -0.0111630699, -0.0118430881, -0.00570609281, -0.00102844322, 0.00477359258, -0.0304324944, 0.00587104773, 0.0257733595, 0.0216124579, -0.00372326747, -0.00472982926, -0.041447442, -0.00895469449, -0.0148661388, 0.0172361024, 0.00447061425, -0.008442997, 0.0268506166, -0.0253020599, -0.0100050187, -0.0026426448, -0.021558594, 0.00616056, 0.0100184847, 0.00261907978, -0.00416763593, 0.0074330694, -0.000126977393, 0.0158895329, 0.000127187799, -0.0053021214, -0.032964047, 0.0180844422, -0.0180036481, 0.000562614, 0.00807942357, -0.00991075952, 0.00754079502, 0.0175996777, 0.0264870431, 0.00968857482, -0.00809288863, -0.00277561857, -0.0133310482, -0.00748693245, 0.0190270413, 0.0307826027, -0.000375146134, 0.0174515545, -0.0207641181, 0.0270256717, -0.000368413283, -0.00057650049, 0.0333141536, 0.00704256399, -0.00496211229, -0.0295706894, -0.0241440106, 0.0147988107, -0.00450764503, -0.0108129615, -0.00490824971, 0.00968857482, -0.0142332502, -0.023497656, -0.00955391768, 0.0297053456, 0.00759465806, 0.0132435216, -0.0228916984, -0.00459517213, 0.0148392078, 0.0135868965, -0.00886043441, 0.0243459959, -0.0114862472, 0.00893449597, 0.00236323127, 0.000343165098, -0.00613362901, -0.00205352018, 0.0251674037, 0.00206361944, -0.0184749477, 0.0129270768, -0.0130550014, 0.00756772654, 0.00375693175, -0.00530885439, -0.00411713962, -0.0228916984, -0.025342457, -0.0191617, -0.00707622804, -0.022555057, -0.00939906202, -0.0259484146, 0.00254670158, 0.0110620772, 0.0157144777, -0.0123884492, -0.00589797879, -0.00529538887, -0.0204005446, 0.00756099354, -0.00660156226, -0.00648710364, 0.018825056, -0.0039387187, -0.0024288767, -0.0162396412, -0.00824101176, 0.00863825, -4.03445156e-05, -0.00991075952, -6.09638773e-05, 0.00997135509, -0.0201042984, 0.0174919516, 0.0284126382, -0.0334757455, 0.011762294, 0.0576332174, 0.00669582188, 0.00816021767, 0.0294898953, -0.0329101831, 0.00197440898, 0.00657463074, -0.00593500957, -0.0232687388, 0.0312404372, -0.0222453456, 0.0071502896, -0.00119003176, 0.00819388218, 0.0115670413, 0.0067867157, -0.0231340826, 0.00341692264, 0.0173842255, -0.0212623496, 0.0242652018, -0.00801209453, 0.0172630344, -0.00627165241, -0.015068124, 0.0134253083, 0.0195791349, 0.00180608779, -0.0157414097, -0.000187467871, 0.0166436117, 0.00459517213, 0.0108735571, 0.00225887215, -0.0120046763, 0.000831507321, -0.0146506876, -0.019821519, -0.0165089555, 0.0119306147, -0.0103012649, -0.0091499472, -0.0247499663, 0.0115805063, -0.0135936299, 0.0286819525, 0.00634234725, -0.0231340826, -0.0046726, 0.015027727, -0.00244907523, -0.0229455624, -0.00833527185, -0.0239285585, 0.00349098421, -0.000198619149, 0.0168725289, 0.0397238322, 0.00636927877, -0.00377376401, -0.0128395502, 0.00450091204, -0.024467187, -0.00817368366, 0.00162935036, -0.000294351892, 0.0113381241, -0.0106648384, -0.0281702559, 0.0109274201, -0.0323984884, -0.0333410874, -0.0240362845, 0.0080861561, 0.0270795338, -0.0161857773, 0.0130011383, -0.0111159403, 0.00636927877, 0.0222049486, 0.0343106166, 0.0192694236, -0.0145294964, -0.008018828, 0.0295437574, -0.0138562107, 0.0436019525, -0.0161723122, 0.00569599355, -0.0175458137, 0.00446051499, 0.0119642792, -0.00175727461, -0.0119373482, -0.00731187826, -0.00614036154, 0.00891429745, 0.00498904381, 0.00846319553, -0.00445714872, 0.00588451326, -0.00658809626, 0.011748828, -0.0121797305, -0.0158356689, -0.0209257063, 0.00248273951, -0.00490151672, 0.00679681497, -0.00736574084, -0.000861805165, 0.0197407249, 0.0138158137, 0.00908261817, 0.013634027, 0.0140447309, -0.0438712686, 0.0349839032, -0.000874429243, -0.0027116565, -2.72207126e-05, -0.0195522048, 0.0385388471, -0.0179767162, -0.0472915582, 0.03571105, -0.0202254895, 0.032829389, -0.00831507333, 0.00109240541, 0.00749366498, 0.0255983062, -0.0366805829, -0.00313245971, -0.0195522048, -0.018851988, -0.0139100738, 0.00885370094, -0.0176535398, 0.0252212659, 0.0518968292, -0.0204948038, 0.0247499663, -0.00354148052, -0.00341187301, -0.022662783, -0.0138966078, 0.00486448593, 0.00206866907, -0.0276585594, 0.0172630344, -0.0111630699, 0.0103079975, 0.00208886759, -0.00404307805, 0.00498904381, -0.0071570226, 0.00764852064, -0.0332602933, -0.0128664812, -0.000644249842, -0.000130554225, 0.0100790802, -0.0190943703, -0.00861131866, 0.00531558739, 0.0128058856, -0.0332064293, -0.030998053, -0.00149048527, -0.00710989255, -0.00441001868, -0.00447398052, 0.0399392806, -0.00379396253, 0.00320988754, 0.00634234725, 0.0186096057, -0.00863825, -0.0311865732, 5.01281938e-05, -0.000499493501, 0.00277561857, 0.0151219871, 0.0124153802, 0.0373808, 0.0176804718, 0.00406664284, 0.0360342264, 0.00109745504, 0.00398584874, -0.00828140881, 0.0165358856, 0.00654433295, -0.00477695884, 0.0256252382, -0.0366536491, 0.00449081277, 0.0035717783, 0.00447398052, -0.0113179255, 0.0245614462, -0.00297760405, 0.0123211201, 0.015054659, 0.00125651865, -0.00101918553, -0.00809288863, -0.032964047, -0.0199023131, 0.00631878246, -0.0127587561, 0.00309374579, -0.0223261397, 0.00748693245, -0.00386465737, -0.0243325289, -0.018757727, -0.025369389, -0.00835547, 0.0153643703, 0.0290589929, -0.0297322776, -0.000142231511, -0.00799189601, 0.00452447683, 0.002582049, 0.00417100219, -0.00642314134, 0.0158626, 0.00511360168, 0.0399931446, 0.0193098225, -0.00625145389, -0.00650730217, -0.0215047318, 0.00859112, 0.00419793371, -0.0213431437, 0.00189024839, -0.0243863929, -0.00172866, -0.01508159, 0.0365997888, 0.00391515391, -0.0157818068, -0.0196599308, 0.00330751389, 0.00823427923, -0.00627501868, 0.00442348421, -0.02825105, -0.0119440807, -0.00539301522, -0.0275239013, -0.0227839742, -0.00528192287, -0.00582055096, 0.0251404718, -0.0126240989, -0.0209391713, 0.00505300611, -0.0309172589, 0.00859785266, 0.0107389, -0.00882677, 0.00449754577, 0.0194175467, -0.0361958146, 0.0324523486, -0.00681701349, 0.0160511211, -0.0263254549, 0.00377039751, 0.0123480521, 0.0256791, 0.000835294544, 0.00643660733, -0.0185153447, -0.00760812359, -0.00469953101, -0.0093788635, 0.00418110145, 0.00302136759, 0.0199696403, -0.00551420636, -0.0221914817, -0.00241204444, 0.00683721201, -0.000623209693, -0.0090893507, 0.00700216694, 0.00462883618, 0.00265611033, -0.00417436846, -0.0114054522, 1.71214342e-05, 0.0161319152, 0.0191347674, -0.0157279447, 0.00855745561, -0.0176131427, -0.0300285239, 0.0163204353, 0.0114121856, 0.0248711575, 0.0192424934, -0.0174515545, -0.0126577634, 0.0139639368, -0.00570609281, 0.00695503689, -0.0156202186, -0.00401951326, 0.00275710318, 0.0174380876, -0.00292879087, -0.0182460304, 0.0228109043, 0.00855745561, 0.0222992077, -0.00687760906, -0.00655443221, -0.0112640625, -0.00606630044, 0.0192963555, 0.0111361388, 0.0152431782, 0.00813328568, 0.0227301102, -0.00733207678, 0.00846992899, 0.0179901831, -0.0259080175, 0.0180844422, -0.00653086696, 0.00177410664, 0.00467596622, 0.00283621415, -0.00037619815, -0.000535261817, -0.00238511316, -0.0172226373, 0.0258406885, -0.00728494674, 0.0168994609, 0.000865171547, -0.0137350196, -0.00379059603, 0.00404307805, 0.00265274406, 0.0015106838, -0.00636254577, -0.0118902177, -0.00975590385, -0.011694965, 0.0055849012, 0.0280894618, 0.0197407249, 0.016980255, 0.00155108096, -0.00710989255, -0.0298669338, -0.0161588471, -0.019821519, -0.0253289919, -0.0425785594, 0.0126039, 0.0223126747, 0.0138427448, 0.0131425289, 0.0036593054, -0.0136407595, -8.47392657e-05, -0.0178285949, -0.0252751298, 0.00662176078, 0.00776297925, 0.0128530161, -0.0143005792, -0.0121797305, 0.00478032557, -0.00120854704, -0.00661502779, -0.0173572935, -0.00781010929, -0.00646353839, -0.00884023588, -0.00527855661, -0.0268506166, -0.0130819324, 0.00315602473, -0.0256791, -0.00037135891, -0.00618749158, -0.0352262855, 0.00710989255, 0.0117084309, 0.0097963009, -0.013660958, -0.00867864676, -0.00431239232, -0.0126106329, -0.0136811566, 0.0115737738, 0.0372461416, -0.00996462163, -0.00533241918, 0.0148796048, 0.00631541573, 0.00403971178, -0.0182325654, -0.0186096057, -0.0128260842, 0.0166166797, 0.0200639013, 0.0138831427, 0.0129405428, -0.0172091722, 0.0206429269, 0.00814675167, 0.00413060514, -0.00708969403, -0.0148392078, 0.0155259585, 0.00832853839, -0.000783956551, -0.00817368366, 0.00885370094, -0.0331256352, 0.00807942357, 0.0163877644, -0.000181050622, 0.00795149896, 0.00889409799, 0.00412723888, -0.0110418787, 0.000599223888, 0.0200235043, -0.0219894964, -0.00488468446, -0.0200908333, -0.0116007049, 0.0166840088, 0.00398248248, 0.0222857427, 0.00424169702, -0.00016432369, 0.00584075, -0.00822754577, 0.00868538, -0.00586431473, -0.0074330694, -0.00466586696, 0.00330751389, 0.0111698024, -0.0168321319, 0.003292365, -0.00496211229, 0.00848339405, 0.0399662144, -0.00759465806, 0.00557480194, -0.00378386327, -0.00621442311, 0.0346607268, -0.00065392832, 0.0104830517, 0.0295168255, 0.0138023477, 0.0024945219, -0.0295168255, -0.0270256717, -0.00146523712, -0.00534588518, -0.00809962209, -0.0025786825, 0.00342197251, -0.00124221132, -0.0390236154, -0.00627165241, 0.0187711939, 0.00210906612, 0.00748693245, 0.0444368273, -0.00619085785, -0.00814001914, 0.00473992852, 0.00677661644, 0.0265409052, -0.00739267236, 0.00707622804, -0.0216797851, -0.00352464849, 0.00330246426, -0.000984679675, -0.00757445907, 0.0138562107, -0.00636591204, -0.00662512705, -0.00590134552, 0.00081635837, 0.00105200824, -0.0115131782, -0.00298602018, 0.0203466807, 0.00433595711, 0.0223530717, -0.00947985705, -0.00500250934, -0.00458170613, -0.0150142619, 0.00142820633, -0.0166570768, -0.0145833585, -0.0124961743, -0.000273522135, 0.0172630344, -1.65165293e-05, -0.00291027548, 0.0104224561, 0.00238342979, 0.0113987196, -0.00592154404, 0.0072378167, 0.0161184501, -0.0342028923, -0.00693483837, 0.00998482, 0.00079363503, 0.0192020964, -0.0162531063, -0.0125567699, 0.0337450579, 0.00976263639, -0.0215855259, 0.0204140097, -0.0211276915, 0.011243864, -0.0121797305, -0.0284665, 0.028143324, 0.0286280904, -0.00943945907, 0.0108735571, -0.0131963911, 0.01125733, 0.0103483945, 0.00187341624, 0.00147365313, -0.00306513114, -0.00170257012, -0.00734554231, -0.00287829456, -0.00413397141, -0.0104291886, 0.0328024589, -0.0132973837, 0.0102137374, 0.029112855, -0.00601580413, 0.00785723887, -0.00484428741, 0.000452363543, 0.00648037065, -0.000269734912, 0.0014357809, 0.00600907113, 0.0129944058, -0.0064332406, 0.0107389, 0.00883350242, 0.0170475822, 0.0117016984, -0.0240766816, 0.0239016265, 0.00884023588, -0.0074330694, 0.00589797879, -0.0195252728, -0.00443694973, -0.00170088687, 0.0129136117, -0.0127654886, 0.0105436472, -0.00855072308, 0.0146372216, 0.00304324948, -0.00604946818, 0.0259080175, -0.0135061024, -0.000224077754, 0.0171418432, -0.0126442974, -0.0181787014, 0.00258373213, 0.0168994609, 0.00953371916, 0.000988046173, -0.0300285239, 0.00379059603, -0.0111630699, 0.0135330344, -0.0146776186, -0.0056555965, 0.00985689647, 0.013129063, -0.0112505965, 0.023363, 0.00400604727, -0.00906915218, 0.000214925283, -0.0285742264, -0.0115535753, 0.00151236705, -0.00264769443, 0.000985521358, -0.0144621674, -0.0259080175, -0.00025795243, -0.00489141745, 0.0139235398, 0.000316233665, -0.0184345506, 0.00373336673, -0.00415080367, -0.00124978577, 0.00318632252, -0.0175188836, 0.0243863929, 0.0229186304, -0.0137417521, -0.0145698935, 0.00390505465, -0.00135498657, 0.00381752755, -0.00073093531, 0.0139100738, 0.0127452901, -0.000146860344, -0.0047870581, 0.000340429862, -0.00127419236, -0.000940074562, -0.00148627721, -8.35820538e-05, 0.0204948038, -0.0200369693, -0.0304863565, -0.0110284127, -0.0202658866, -0.00732534379, -0.000615214405, -0.0239958875, -0.00339167449, 0.0146910846, -0.00714355661, 0.0252616629, 0.0294091012, -0.00941926055, 0.0139908679, -0.00616729306, -0.0108668245, -0.0113044595, -0.000381878985, 0.0067294864, -0.0246557072, 0.00729841227, 0.00677324971, -0.0146372216, 0.00935193244, 0.024494119, 0.00670928787, -0.0176131427, 0.00317790639, 0.0204678718, 0.0092307413, -0.0198349841, 0.0197407249, 0.0128328176, -0.0141524561, -0.0048745852, 0.00387475663, 0.0380540825, -0.00356167904, -0.00599223888, 0.00694157137, 0.0144487023, 0.0127385575, -0.02079105, 0.00549737411, -0.00460190466, 0.0261773318, 0.0110082142, -0.00552430563, 0.0029254246, 0.0308903288, 0.00519776251, 0.00212758151, 0.0157548748, 0.0124221137, 0.0242652018, 0.00219827634, -0.00567242829, -0.0018330192, 0.0148661388, -0.0224877279, -0.0108668245, -0.0213296767, 0.0112640625, -0.0146102905, 0.00383099308, 0.0104493871, -0.00214778, -0.0113044595, -0.00387812313, 0.0068035475, -0.0223530717, -0.00963471178, 0.0184210856, 0.0201177634, -0.0298669338, -0.00721088517, 0.0111967344, -0.0217471141, 0.00177074026, -0.00925094, -0.0168590639, 0.0213700738, 0.00855072308, -0.000419120071, -0.00088705332, 0.00400604727, -0.00763505511, -0.00175895775, 0.00386802386, 0.00796496496, -0.0208987743, 0.000516746426, -0.00915668, 0.0165762827, -0.00205352018, 0.0133579802, -0.00361890835, -0.0134051098, 0.0127318241, 0.0221780166, -0.00500924233, 0.00781010929, 0.0247365013, -0.00547380932, 0.0177208688, -0.00735227531, 0.00635581277, 0.0234033968, 0.0104224561, 0.0315905437, -0.0173303634, -0.00790436938, 0.00692810537, -0.0222184137, -0.00754752802, 0.0137821492, -0.0200504363, 0.00402624579, -0.0172899663, -0.0245749131, 0.00515399873, -0.00996462163, -0.0181921683, 0.0101262107, 0.0227166452, 0.000270155724, -0.000143704325, 0.00309037929, 0.0279278737, -0.0231206156, -0.0146506876, -0.0144621674, 0.0255444441, 0.0261234678, -0.00027436376, 0.000650982722, 3.11920448e-05, 0.0212488826, -0.0164146945, -0.00194916083, 0.0173303634, 0.0164416265, -0.0012851333, 0.00495537976, 0.00236491463, -0.00301631796, -0.0109341526, 0.00330919703, -0.0117959576, -0.0274027102, 0.0201581605, -0.00783704, -0.0168321319, -0.00336642633, 0.00388822239, 0.00524152583, -0.00862478465, -0.0181517713, -0.0288166087, 0.0288974047, 0.00106463232, 0.000433006586, 0.0253289919, 0.00463893544, -0.0194175467, 0.0238881614, -0.004447049, 0.0175862107, 0.00315770786, 0.000128345011, 0.00317958975, -0.00863151718, -0.00340009062, 0.00717722112, 0.0111900009, 0.0175862107, 0.013634027, -0.00189024839, 0.00311731081, -0.0193636846, -0.00275373668, -0.0166705437, -0.00738593936, 0.00282443175, -0.00256858324, 0.0123345861, -0.0145160304, -0.0051338, 0.0160645861, 0.00693483837, -0.000141074299, -0.0147584127, 0.0042282315, 0.00558826793, 0.0246691722, 0.0268910136, -0.0326139368, -0.00768218515, -0.00505300611, -0.0294360314, 0.00770911621, 0.0184210856, -0.00985689647, -0.00282948138, 0.000954381889, -0.0159029979, -0.00411040662, -0.00389832165, 0.0277124215, -0.0254501831, 0.00346068619, -0.0145429615, 0.0128395502, -0.0147988107, 0.00288166106, -0.0222318806, 0.0048577534, -0.00809288863, 0.00329068187, 0.0201446954, 0.0156336837, -0.0135868965, 0.0145564275, -0.0176804718, 0.0136003625, 0.0158087388, -0.0145294964, -0.0134657053, -0.000397238298, 0.00431575859, -0.00237333053, -0.0138696767, -0.0186230708, 0.000672443653, -0.0176535398, 0.00354821328, -0.000280044595, -0.0201446954, 0.0097963009, 0.00639957655, 0.00681364676, 0.0277124215, 0.00247600651, 0.00518429652, 0.0168186668, -0.0145833585, 0.0196464639, 0.0323984884, 0.0105234487, 0.000431744178, -0.0133512467, -0.0298400037, -0.0220029633, -0.000121612153, -0.01083316, 0.0381618105, 0.0118498206, 0.00888063293, -0.026406249, -0.00503617385, -0.00899509154, 0.00872577727, -0.00697523542, -0.0330717713, 0.00416090293, 0.0215855259, -0.0165762827, 0.00452111056, -0.0161453802, -0.0323176943, -0.00358524406, -0.00889409799, -0.0203736126, -0.0172495693, 0.0179767162, -0.00453121, 0.00729841227, 0.0142063191, -0.00872577727, 0.00689107459, 5.81760542e-05, 0.00722435117, 0.00842953194, 0.00933173392, -0.00634234725, 0.00391852, -0.0438712686, 0.0249923486, -0.00483082188, -0.00461200392, 0.0053593507, -0.0122335935, -0.00712335808, -0.00213263114, 0.0110014817, -0.0014231567, -0.0201716274, 0.028143324, 0.0177208688, -0.0137484856, 0.00468943175, -0.00629185094, 0.00270155724, -0.00413733814, 0.0137215536, -0.0179767162, -1.52015191e-05, -0.0267428905, -0.00227570417, -0.00349435047, 0.0326408707, 0.0173303634, 0.018757727, -0.0188654531, -0.00599223888, -0.0166840088, -0.0078774374, -0.00530548813, 0.00109493022, -0.0123749832, 0.0342028923, -0.0144487023, 0.0100050187, 0.00499914307, 0.00461873692, -9.08409129e-05, -0.00842953194, 0.0140581969, 0.00376366475, -0.00262244605, 0.0182729624, 0.0213700738, -0.00242382707, -0.0201985575, -0.0148526728, 0.0107994955, -0.0015014261, -0.00275205355, -0.0251000747, -0.0150007959, -0.00181955344, 0.00268135848, -0.00942599401, 0.00712335808, 0.0130011383, -0.0092307413, -0.00597540662, -0.0125635033, -0.00755426055, -0.0193636846, 0.00535598444, -0.000470037281, 0.0111765359, -0.00403297879, -0.0440059267, 0.0112909935, 0.0113044595, 0.00171098625, 0.0102406694, 0.00555460341, 0.00636591204, -0.00408010883, 0.00211411575, 0.0125635033, 0.0121191349, 0.0234033968, 0.0163742974, -0.0250596777, 0.00479715737, -0.00355831254, -0.0299746599, 0.00640630955, 0.0264735762, -0.00570945907, 0.0200908333, -0.000730514526, -0.0224473309, 0.0154855615, -0.00152330787, 0.0152297132, 0.000362311635, -0.00752732949, -0.000295193517, 0.0157279447, -0.0102272034, 0.0043662549, 0.0219491, 0.0189866442, 0.0110014817, 0.000868538, -0.0183672216, -0.0091499472, 0.00956738368, 0.00404307805, 0.00362564111, 0.0248846244, 0.0208718441, -0.00724454969, -0.0111024743, 0.0252885949, -0.0174246226, -0.00986362901, -0.0151489181, -0.0196060669, -0.00870557874, -0.00983669795, 0.0093788635, -0.000639621, 0.00103770092, -0.00586094847, -0.00845646299, -0.00999828614, -0.0209391713, 0.00429556, 0.0016554402, -0.000693063, -0.0286011584, -0.0155528896, 0.026406249, -0.00916341227, -0.00841606595, -0.00362227485, -0.00842953194, -0.0182998944, 0.00421476597, -0.00502607459, -0.00683047902, -0.00172697671, -0.0145564275, 0.0147853447, -0.0103618605, 0.0132300556, -0.00450764503, 0.00913648121, -0.0144621674, -0.0199561752, 0.0154451644, -0.000857597101, 0.00341523951, -0.00941252802, -0.000684646948, -0.000441001845, 0.00326543348, -0.0206025299, 0.0372461416, -0.00618412532, -0.0190405082, -0.00245917449, 0.0208314471, -0.0134657053, -0.00464230217, -0.0165089555, 0.00477695884, -0.000344427506, -0.00390842091, 0.00648037065, -0.0234841909, -0.00077217404, 0.0132502541, 0.0185018796, 0.0297861397, 0.00294898939, 0.0274969712, -0.000572713267, -0.00980303343, -0.0158626, 0.0246826373, -0.0110553438, -0.00419793371, -0.0115939723, -0.00441675121, 0.0118363546, 0.00755426055, 0.00818041619, -0.0111698024, -0.00176905701, -0.0111294053, 0.0101194773, -0.0172765, 0.0147449477, -0.00591481104, 0.0119171496, -0.0101733403, -0.00504627312, 0.0120922038, 0.00851705857, 0.00823427923, -0.013129063, -0.0183806885, -0.0114660477, 0.000493602245, 0.013129063, -0.0163069684, 0.00717722112, 0.030082386, 0.0037199012, -0.0125500374, 0.0108937556, 0.00799189601, 0.0108870231, -0.00724454969, 0.00401278026, -0.00973570533, 0.00424506376, -0.00126493466, -0.00259046513, 0.0147449477, 0.00394881796, 0.00250293803, -0.0118767526, 0.00777644478, -0.0299746599, 0.00785050634, 0.0113448566, -0.017949786, -0.0216124579, 0.010779297, 0.0089412285, -0.0195522048, -0.00476012705, -0.0110284127, 0.00832853839, 0.0135330344, 0.023511121, 0.0212488826, -0.00867191423, 0.0170206521, 0.0141659221, -0.0153374383, 0.00250293803, 0.00754079502, 0.00649383664, -0.0132839186, -0.0257194974, 0.00921727531, 0.0214912668, 0.00424169702, 0.00930480286, 0.0133175831, -0.0159299299, -0.00907588564, 0.00180777092, -0.0124221137, -0.00335969357, 0.0132502541, -0.0261100028, -0.0199292433, -0.0149469329, -0.0068607768, -0.0021427304, -0.00356167904, 0.00282611488, 0.0309441909, 0.0224338658, 0.0122941891, 0.0174246226, 0.00519439578, -0.00398584874, -0.00797169749, 0.00253828545, -0.0262850579, -0.0208179802, 0.000638358586, 0.000110881665, 0.0213431437, 0.010819694, 0.00109156372, -0.0112101994, 0.0162396412, -0.00912301522, -0.00160241895, -0.0140312649, -0.0110822758, -0.0183268245, -0.0236592442, 0.00537618296, -0.0126442974, 0.00341355638, 0.0129203442, 0.00753406202, -0.00102760165, 0.0110418787, -0.0108870231, 0.00541658, -0.00419793371, -0.0105907777, 0.00925767235, -0.0140177989, -0.015054659, -0.0165089555, 0.00871231128, 0.00171687745, 0.00275710318, 0.00827467628, 0.030082386, -0.00989729352, -0.00543004554, 0.00859785266, -0.0032233533, -0.0211680885, -0.00809962209, -0.00803902652, 0.0101194773, 0.00437972089, 0.0085843876, 0.0165089555, 0.0152566442, 0.00611679675, 0.00057986693, -0.00640967581, 0.00434942264, 0.00447734725, 0.00459853839, -0.015041193, -0.0141524561, -0.0132569866, 0.00846992899, -0.0144890994, 0.0171957053, -0.00608986523, 0.00859112, 0.0152027812, 0.0166705437, 0.0268775485, 0.0170475822, -0.0109880157, 0.00662176078, 0.00955391768, -0.00626491942, -0.00803229306, 0.0147180157, -0.000161272867, -0.011694965, 0.0237131082, 0.00353138126, -0.0229994245, 0.0060932315, 0.0053593507, 0.000558826781, 0.00703583099, 0.02079105, 0.0129607413, -0.00268304185, 0.00754752802, 0.0171149112, -0.00140211661, 0.0127318241, 0.0106850369, -0.00892103, -0.00184648484, 0.00121359667, -0.0281702559, 0.0228782333, -0.00469953101, 0.0183537565, -0.0228513014, -0.00904895365, -0.00575658912, -0.019821519, 0.0104157235, 0.00448071351, 0.00654769922, 0.00954718515, 0.000110671266, -0.00236323127, 0.0123480521, -0.00893449597, -0.00318632252, -0.00311731081, 0.00677998271, -0.0215451289, -0.000969530782, 0.0143948393, -0.0238746963, -0.0125500374, 0.0201581605, 0.0260426737, 0.00834873691, -0.00700889947, -0.0148122758, 0.00944619253, 0.00283789751, -0.00857765414, 0.000228075383, -0.0121527994, 0.00313414284, 0.00642650807, -0.0222453456, -0.00495201303, 0.0159029979, -0.00640630955, 0.00862478465, 0.00692810537, -0.00731861079, 0.013674424, -0.00641640881, 0.00015106838, 0.0136811566, -0.022662783, 0.0104897842, -0.0150007959, -0.00282106525, -0.0137080885, -0.0271468628, 0.0241844077, -0.0189731792, 0.0139639368, -0.0161319152, 0.0364920609, 0.00157212105, -0.0134859039, 0.0111496039, 0.00534251845, 0.00341860601, 0.00304661575, -0.00317790639, -0.00759465806, -0.00894796103, 0.00788417086, -0.00417100219, 0.0277932156, -0.0092307413, -0.0333680175, 0.000774698856, 0.00798516348, 0.00552767189, 0.0022117421, 0.00752732949, 0.00768218515, 0.0234572589, -0.00240531168, -0.0032889985, 0.00860458612, -0.0150007959, 0.0178285949, -0.00683047902, -0.0240901466, 0.0231744796, 0.0175592806, -0.0209661033, -0.0280355979, 0.00136256102, -0.00982323196, -0.0152566442, 0.00415753666, 0.0235784501, 0.00173202634, 0.00936539844, 0.0075138635, 0.00463220244, 0.00904895365, 0.0106850369, -0.00208718423, -0.000549148303, -0.00223194063, 0.0103483945, -0.00859785266, -0.0129540088, 0.00696177, -0.0121527994, 0.021652855, -0.0119508132, -0.00785723887, 0.0275777653, 0.0144890994, -0.0133983772, -0.00117404119, 0.00811308715, -0.00958085, 0.0353878736, 0.00316780712, 0.0161857773, 0.0156875476, -0.00167984678, 0.0167244058, -0.0116613, 0.00290017622, -0.00614036154, 0.00983669795, -0.00885370094, -0.0107725644, -0.00360880909, -0.0120046763, -0.00315939123, -0.00714355661, 0.0022151086, -0.01595686, 0.000232914623, -0.00523479283, -0.0165358856, 0.0174919516, -0.0130819324, -0.02825105, 0.0020013405, -0.011789225, -0.0105975103, -0.00429892633, 0.00113027764, 0.00353138126, -0.0204140097, 0.00358524406, 0.0136542255, 0.0111563373, -0.0338527821, -0.016885994, 0.0294898953, 0.000363574043, 0.00851032604, -0.0160241891, -0.00785050634, -0.0121460659, 0.00541321374, -0.00101413589, 0.0200773664, -0.0153105073, -0.0156471506, 0.0092307413, 0.00394881796, 0.00129775738, -0.00669245562, 0.017855525, -0.0214643348, 0.00543341227, 0.0300015919, 0.0186634678, -0.0123009216, 0.0380002223, -0.00392525317, 0.0274027102, 0.00083108648, 0.0130953984, -0.0085237911, -0.00974243786, -0.0202928185, 0.00161756785, -0.0382156707, -0.0104022576, -0.00785050634, -0.0257464293, -0.00101750239, -0.0171553083, -0.00778317777, -0.0154182324, 0.00770238368, -0.0233360678, -0.032829389, -0.0108398926, 0.0179901831, -0.0155124925, -0.00698870094, 0.00684057828, -0.00673958566, 0.00115720904, 0.00137434353, 0.0069483039, -0.00674295193, -0.00124052807, 0.0125837019, -0.00428209454, 0.00888063293, 0.0175054166, -0.0307018086, -0.00611679675, 0.00305671524, 0.00123884494, -0.000555881124, -0.0132704526, -0.00275205355, -0.00925094, 0.0156202186, 0.010779297, 0.00439655269, 0.0033731591, -0.0037165347, 0.0135599654, 0.00016832132, 0.017882457, 0.0163877644, -0.00957411621, -0.0158356689, 0.00834873691, 0.0424708351, -0.00231273496, 0.00370980194, -0.00643660733, 0.0104965176, -0.00489478372, -0.00150900066, -0.00376366475, -0.00478032557, -0.010368593, -0.00567916129, -0.00641640881, 0.00481398962, 0.00363910687, -0.00148543564, -0.0136676906, 0.0119104162, -0.0152970413, 0.0121527994, -0.0134724379, 0.00284126378, 0.000407547981, -0.00869211275, 0.00237838016, 0.00474666106, 0.0261369348, -0.00515399873, 0.0383503288, -0.0250327457, 0.0237400383, 0.0135666979, -0.0036593054, -0.0157414097, 0.023430327, -0.0188385211, -0.0101464093, -0.00632888172, -0.00871231128, 0.00480725663, -0.015041193, 0.000330751383, -0.0114727812, 0.00409357436, -0.0110957408, 0.00631541573, -0.00920380931, -0.0248576924, 0.0100656152, -0.0279009417, 0.00822081324, 0.00716375513, 0.0167648029, -0.0198484492, 0.00111597031, -0.0252751298, 0.00502944086, -0.0238477644, 0.0144352363, 0.00570272608, 0.00197609235, -0.0221376196, 0.00191044691, 0.00917014573, -0.00280086673, 0.0146237565, -0.00321830367, -0.00634571351, 0.00897489302, -0.0199427102, -0.00415080367, -0.00478369184, 0.00287324493, -0.0260157436, 0.015095056, 0.0172765, 0.00342197251, -0.00131711434, -0.000202195981, 0.00274532079, -0.000319810497, -0.00909608416, -0.00786397234, 0.00524489209, 0.0220972225, -0.0160241891, -0.0304324944, -0.00911628269, -0.000931658491, -0.0232283417, 0.00297592091, -0.00440665195, -0.00930480286, 0.0031543416, 0.00330078113, 0.0031476086, 0.0191482324, 0.0103887916, 0.00492844824, 0.00216797856, 0.0135801639, -0.00424169702, 0.0126846945, 0.0290051289, 0.0205486659, 0.0133041171, -0.00926440489, -0.0145294964, -0.0361150205, -0.00498904381, -0.00362227485, -0.00387475663, 0.0183133595, 0.0178959221, 0.0147180157, -0.0104830517, -0.00576668838, -0.00995788909, -0.0246557072, 0.00173202634, 0.0037131682, 0.0124153802, 0.0020131229, -0.00262244605, -0.00922400784, 0.00409357436, 0.00900182407, 0.00392861944, -0.0069483039, -0.00237838016, 0.0306210145, -0.00103265129, 0.00616729306, 0.0162531063, -0.012664496, -0.0104224561, 0.0095067881, -0.00768218515, 0.00712335808, -0.00144840498, 0.0132906511, 0.0154586295, -0.00634571351, -0.0113044595, 0.0032233533, -0.0133377817, 0.0181248393, -0.00608313223, 0.00408684183, -0.0145833585, -0.0261907969, -0.0156740807, 0.00597877335, 0.0133714452, -0.00172866, 0.00662512705, -0.00534251845, -0.00118414045, 0.00613699527, -0.00539301522, 0.0274969712, 0.00470289774, -0.0420668647, 0.000877795683, -0.00770238368, 0.0075205965, -0.0270929988, 0.00667562336, -0.0224338658, 0.0331525654, -0.0187038649, 0.00367950392, 0.00907588564, -0.0116882324, -0.02254159, 0.0146372216, 0.0171283782, -0.00925094, -0.0154451644, -0.00130196544, 0.00871231128, 0.00654433295, 0.00174380885, 0.00095269864, 0.00998482, 0.00449754577, 0.0161723122, 0.00415753666, -0.00392188691, 0.0230398215, 0.00835547, 0.0196329989, -0.0022151086, 0.00417436846, -0.0092307413, -0.0151489181, -0.0131896585, -0.00529875513, 0.004447049, 0.00259383139, -0.0275104363, -0.0230128914, -0.0249384865, -0.00512033468, 0.00389832165, 0.0233091358, -0.009877095, -0.00652413443, -0.00962124672, 0.00755426055, -0.0238073673, 0.0205621328, 0.0108600911, 0.0140177989, -0.00668572262, 0.00470963027, 0.000811308739, 0.015027727, -0.00225213915, -0.00369296968, -0.0103753256, 0.000662344391, -0.0188385211, 0.00853725709, 0.00665205857, -0.0290320609, 0.0166705437, -0.0241170786, -0.000217344903, -0.00501260906, -0.0027200724, -0.00384109258]
|
18 Nov, 2020
|
HTML5 MathML mathcolor Attribute
18 Nov, 2020
The MathML mathcolor attribute in HTML5 is used to specify the foreground color to be used in the math expressions. The colors can be defined in any form that can be either in RGB or any string color name. This attribute is accepted by all the MathML tags.
Syntax:
<element mathcolor="colorname">
Attribute Values: This attribute has a single value as mentioned above and described below:
colorname: It is the value that defines the color to be used for the MathML tag.
The example below illustrates the MathML mathcolor attribute:
Example:
HTML
<!DOCTYPE html>
<html>
<body style="text-align:center;">
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML mathcolor Attribute</h3>
<math>
<ms lquote="„" rquote=" “"
mathcolor="Yellow" mathbackground="Purple">
A Computer Science Portal for Geeks
</ms>
</math>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML mathcolor attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute
|
https://www.geeksforgeeks.org/html5-mathml-mathcolor-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML mathcolor Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0245762374, -0.00737549132, -0.0178819634, 0.00645519234, 0.0476328358, 0.00171286939, 0.00691042934, 0.00896063261, -0.0220478717, -0.00730343955, 0.00797810685, 0.0306809954, -0.00393665209, -0.000236829583, 0.0322006345, 0.00446066586, -0.006409341, 0.0046309703, -0.0227683913, 0.027432112, -0.0254801605, -0.00964185, -0.0181570705, 0.0471874252, -0.0273535084, 0.000543254719, 0.0214583557, 0.0126287276, -0.00115528621, 0.0164671261, 0.0222181752, -0.000521147915, 0.038724605, -0.00945844501, -0.0513795316, 0.00215500593, -0.00485695107, 0.0425237045, 0.0119802607, -0.00300980313, 0.0139911631, -0.0194016024, 0.0265281871, 0.00782090239, 0.0186286829, 0.00564297149, -0.0248644445, -0.0373359695, -0.00606545713, -0.0345849, 0.0271963049, 0.00228928425, 0.0385936, -0.0156156048, 0.0112728421, 0.00958944857, 0.00953049678, 0.026816396, -0.0383315943, -0.0294495635, -0.00743444264, -0.0233579054, -0.0231221, 0.00189136155, -0.0209998451, -0.0108536314, -0.00302290334, -0.00346176466, -0.00677942578, 0.0138208587, -0.010061061, 0.0364189446, -0.00842351839, 0.018314274, -0.0269342978, 0.0283491351, 0.0105457734, -0.00904578436, -0.00901958346, 0.000496584747, 0.0171614457, -0.0067401249, -0.0339560807, 0.0190216936, -0.0172531474, 0.0018373226, 0.0126090767, -0.0357115269, 0.0117968563, 0.0105130225, -0.030209383, 0.0248906463, 0.0251919534, -0.00802395772, -0.0194016024, -0.00657964544, 0.00157859095, 0.00930124149, -0.0254015587, 0.0155763039, -0.0044573904, 0.0262792818, 0.03358927, 0.00973355211, 0.0496240854, -0.00929469056, -0.00688422844, 0.00728378864, 0.0204103291, 0.0177378599, 0.00869862549, -0.0265674889, -0.023502009, -0.0140566649, 0.0349779055, 0.0404276475, -0.0150784906, -0.0476328358, 0.044200547, 0.0111090876, -0.0435717292, -0.0124256723, -0.0170697421, 0.0185238812, -0.0372573659, 0.00532856304, -0.039956037, -0.0146985808, 0.03785998, -0.0250085481, -0.0225849859, 0.0108208805, 0.00950429682, -0.00145986909, 0.014960588, -0.0106178252, -0.00945844501, 0.0151963942, 0.0118754581, -0.0249299463, -0.0525847636, 7.39452735e-05, 0.00113236066, 0.0424975, -0.0275107138, -0.0020272776, 0.00476852385, 0.0467682146, -0.0171483438, 0.0186810847, -0.0182487741, -0.0184976794, 0.0373097658, -0.0413446724, 0.00941259414, -0.0187334865, -0.0072903391, 0.00647484278, -0.00116429268, -0.0350041091, 0.0120130116, -0.0253491569, 0.0334844701, 0.0327770486, 0.00871172547, 0.00633728923, -0.00159005378, 0.00593117857, -0.0392224155, 0.0378337801, 0.0039071762, 0.00916368794, 0.00198961399, -0.0465324074, -0.0354233198, 0.0353185162, 0.00260369247, -0.0356329232, -0.0149081862, -0.0152749959, -0.0526633672, 0.0023040222, 0.03353687, 0.053370785, -0.0102772163, -0.0160086155, 0.000806080294, 0.0202007238, 0.00874447636, -0.00675322535, -0.0288469475, 0.0178819634, 0.0258731712, -0.00775540108, 0.0476328358, -0.00282967347, -0.00803705864, -0.0101855146, 0.0213011522, -0.0150260897, 0.0325150415, -0.0277465191, -0.00577724958, -0.0120326616, 0.020109022, -0.00860692281, 0.0135457516, 0.0133426962, 0.0503315069, -0.00483730063, -0.00670082355, 0.0331438594, -0.0156418048, 0.00556109427, 0.000185451689, 0.00669754855, -0.0204496309, -0.0323054381, -0.00428708596, -0.0464276038, 0.0519297458, -0.00402507931, -0.0322792381, 0.00386787532, -0.0688553825, -0.00356656755, -0.0240260232, -0.0607855767, -0.0122946687, -0.0295543671, -0.0204627309, 0.0211046468, 0.0163492244, 0.0158121102, 0.0449341647, 0.0294495635, -0.00681217667, -0.0210915469, 0.0117379045, 0.0162444208, -0.0215238575, -0.0130610382, -0.00945189502, -0.0500957, 0.00797155686, -0.0268818978, -0.00679907622, -0.0489690714, 0.0018307725, 0.016742235, 0.021353554, -0.0694318041, -0.0241701268, -0.00607200759, -0.0353971161, 0.0384101942, 0.0211046468, -0.0197553132, -0.00382529921, 0.00290663796, 0.0303665865, 0.0199649185, -0.000812221086, -0.0171221439, -0.0110959876, 0.00452289218, 0.0319124274, -0.0358949304, -0.013427848, -0.0136505542, -0.0179081652, -0.0315456167, 0.00213863049, -0.0335106701, -0.0495716855, 0.0239081196, 0.00258567953, -0.00691697933, 0.0272487067, -0.0196636096, -0.0145413773, 0.0124453232, 0.00922263879, 0.0316242203, 0.0165981296, -0.0139387613, -0.00499777962, 0.00261843042, -0.0346635, -0.0276941173, -0.0129103847, -0.0217072628, 0.0190871954, -0.024078425, 0.0148557853, 0.0167160332, -0.0109387841, -0.034742102, 0.00770954974, -0.0226635877, -0.0122160669, -0.0195719078, -0.0157466084, -0.0185369812, -0.020109022, 0.0264757872, 0.0218775682, 0.0133426962, 0.0197291113, -0.030811999, -0.00223688292, -0.0116200009, 0.00621611113, -0.0157990102, -0.0122160669, -0.00979905389, 0.00527288672, -0.0287159439, -0.026829496, -0.00418883376, 0.00571174826, 0.0187465865, -0.0394844227, -0.0130413882, -0.00194540049, -0.00304910401, -0.0407682583, -0.0303141866, -0.0130741391, 0.00654034456, -0.0887155, -0.0188906901, 0.0331700593, 0.0183666758, 0.0115413992, -0.0547070168, 0.0272749066, 0.0209343433, 0.00395630253, 0.00826631393, -0.0138208587, 0.00126008887, -0.0148819862, 0.0409254618, 0.0125435749, -0.0255063623, 0.0211177468, 0.0139125604, 0.0417114832, 0.0300259795, 0.000911292387, 0.0408206582, -0.016781535, -0.021366654, 0.0318076238, 0.0138994604, 0.000764732307, -0.0324626416, -0.0508555174, -0.000463015138, -0.030811999, 0.0170959439, 0.0376241766, -0.0623576157, 0.0170959439, -0.0618860051, -0.0165064279, 0.0343752913, 0.0407420583, -0.0188644901, -0.00447376585, -0.00629143836, -0.0100938119, 0.0396940298, -0.0100938119, 0.0153011968, -0.00687112799, -0.0143710729, -0.0310216043, 0.0138732595, -0.0267377924, 0.0513533317, 0.0243273303, -0.00797155686, 0.0205413327, 0.0115610501, -0.00524341082, -0.0159038119, 0.0084169684, -0.00278873486, -0.00349124055, 0.0215500593, -0.0104802717, -0.0265281871, 0.0291613564, 0.0144758755, -0.00166374317, 7.88067337e-05, 0.0517463423, -0.0255718622, 0.0371263623, -0.00989075657, 0.0029590393, 0.0124191223, 0.0159431137, 0.00627833791, -0.0177509598, -0.0212487504, 0.0435717292, -0.01892999, -0.024078425, 0.00659602089, -0.000286365248, -0.0324888416, -0.00219103182, 0.0227290895, 0.00942569412, 0.0264626853, -0.00772920065, 0.0506721139, 0.0608903803, -0.018615583, -0.0192574989, -0.012799032, 0.00410040654, -0.0382791944, -0.0618860051, -0.016781535, 0.0164933279, 0.0275631156, -0.0426285043, -0.00733619044, 0.0144889755, 0.0216810629, 0.00412005698, 0.0303403866, 0.00640606601, 0.0104344208, -0.000933399191, 0.0260303747, 0.0118623571, -0.0286373422, -0.0238033179, 0.0064650178, -0.0257421676, 0.00659602089, 0.00749994442, -0.0245893374, 0.0205282327, 0.0601567589, -0.0177116599, -0.00310805556, -0.0290041529, -0.0406634547, 0.0380695872, -0.00273960852, 0.0092160888, 0.0142924702, 0.00286242412, 0.0101593137, -0.0307595972, 0.00396940298, 0.0184714794, 0.00347814, 0.0279823262, -0.0109387841, -0.0453271754, 0.0244452339, -0.00263480586, -0.00121996913, -0.0198470149, -0.00904578436, 0.0403752476, 0.00243502553, 0.0108994823, 0.01464618, 0.0131920418, -0.0131330909, 0.0298687741, -0.0142924702, 0.0418948866, 5.40900728e-05, -0.0392224155, -0.00311460579, 0.0311526079, -0.0156025048, -0.025322957, 0.00122324424, 0.000277768151, 0.0249168463, 0.00947154593, 0.0210784469, 0.00460149441, -0.0491262749, 0.000335491524, 0.0395892262, -0.0186679848, -0.0214976575, 0.00456874352, -0.0269867, 0.00376962265, 0.0326198451, 0.0241439268, 0.0114365965, -0.00816151127, 0.0169256385, -0.0414232723, 0.0317028202, -0.0380171873, 0.0282181315, -0.0010152763, 0.00827941485, 0.0208819415, 0.00498795416, 0.0154715013, -0.00862657372, 0.0488904677, 0.0206723362, -0.0172662474, 0.01310034, -0.00476852385, -0.0222181752, 0.00321777095, 0.00492245285, 0.0131920418, 0.0104016699, 0.0505411103, -0.0211308487, 0.0100021092, -0.0240260232, 0.00664187223, -0.0168208368, 0.0226504877, 0.00208459166, -0.00624558702, 0.00161625445, -0.0145675773, -0.00724448776, 0.0096484, 0.016165819, -0.0399822369, -0.0230827983, -0.0166243315, -0.0334320664, -0.0131854918, -0.030811999, 0.00814841129, -0.00782745332, -0.0288993493, -0.00274452125, 0.0185762811, 0.0178295616, 0.0271701049, -0.00271504535, 0.00480782473, 0.0139780622, 6.31477305e-05, -0.0297115706, -0.00871172547, -0.0112335412, 0.00922919, 0.0142662702, 0.0396416262, 0.0363927446, -0.0260827765, -0.0157335084, -0.0296591688, 0.00274615875, 0.00964185, -0.0234496072, -0.0106112752, -0.0290827546, 0.0602091625, 0.0200435203, -0.0375717729, 0.00364844454, 0.00263808086, 0.0218120664, -0.000581736967, 0.0104213199, -0.046349, -0.0329604559, 0.0208426397, 0.0229386948, -0.00845626928, 0.00142466195, -0.0145675773, 0.0143055711, -0.0918595791, -0.0172924493, 0.0113448938, 0.0292137582, -0.0107226279, -0.00669754855, 0.0191264953, 0.0538161956, -0.0248644445, -0.0013264094, 0.0181701705, -0.0125370249, -0.0126418276, 0.0363927446, 0.0242487285, -0.00312443101, -0.00593772903, -0.0263316836, 0.0139649622, 0.00259059225, 0.0160086155, 0.00282639824, -0.0205151327, -0.0274059102, 0.0107881296, 0.0250478499, -0.0245238356, -0.0150391897, 0.00864622463, 0.00609493302, -0.000807717792, -0.0233579054, -0.0100283101, 0.014043564, -0.00259550475, 0.0060392567, 0.061623998, -0.0121833161, -0.0311526079, -0.0240522232, -0.00364189432, -0.013716056, -0.0277465191, -0.0170042403, -0.0227552895, 0.0363927446, 0.0435455292, 0.0339822806, -0.0110959876, 0.00527943671, -0.0130413882, 0.020764038, 0.0171483438, -0.0114562474, -0.0276417173, 0.0377289802, 0.0114955483, 0.0224801823, -0.000256684783, 0.0597899519, 0.00910473615, 0.010382019, -0.0233186055, -0.0164016262, 0.00143039331, -0.00765714841, 0.0223884806, 0.03785998, -0.00100299472, 0.00517463405, -0.0254146587, -0.0182618741, -0.0364713445, -0.0158514101, 0.0104933716, 0.0025300032, 0.0244845357, -0.00480782473, 0.00962874945, 0.00972700212, -0.0133557962, 0.0344538949, 0.00793225598, 0.00609165803, 0.012812132, 0.00754579576, 0.0194671042, 0.00268229446, -0.0266460907, 0.0473708287, -0.0172793474, 0.0424713, -0.0257290676, 0.00125353877, 0.00583620137, -0.0046080444, 0.00350434077, -0.00729688909, -0.0205282327, 0.00687112799, -0.00304091629, -0.030785799, 0.0530301742, -0.0120064616, 0.00637331512, 0.00533183804, 0.000138474687, 0.0167160332, 0.016768435, -0.0190478936, 0.00318010757, -0.0577463, -0.00358621799, 0.017357951, -0.00519756, 0.0185238812, -0.0290565528, 0.0380433872, 0.00542681571, -0.000239081201, -0.023488909, -0.0149212871, -0.0166374315, 0.0171090439, 0.0222312771, 0.0189430919, 0.00266919425, -0.0195719078, 0.0250609498, 0.0208557416, -0.0312574096, 0.0122422678, 0.0111418385, 0.0238295179, 0.00978595391, -0.0190871954, 0.0162837226, 0.0121309143, 0.0350565091, -0.0119671607, 0.0120195616, -0.00200762716, 0.000979250413, -0.00268720719, 0.0202269237, -0.00306220446, -0.00887548, 0.034768302, 0.0166636314, 0.0202531256, -0.00309331762, -0.000470793457, -0.0242618285, 0.0309954043, -0.00523686083, -0.0318076238, 0.0104737217, -0.00514188316, -0.00861347374, -0.000793389336, 0.0106047252, -8.6789747e-05, 0.0167029332, -0.00525651127, 0.049414482, -0.014030464, 0.0224146806, -0.0023040222, -0.0121505652, -0.00882307906, 0.0205413327, -0.0142662702, -0.049755089, 0.0192837, -0.0246286392, -0.0133885471, 0.0271701049, 0.0435455292, -0.0421044901, -0.0227814913, 0.0128907347, 0.000944862, -0.015864512, -0.0210915469, 0.0247596428, 0.0205544326, 0.00359276822, 0.00277072191, -0.0202138238, 0.00559057, 0.00494210329, 0.0296591688, -0.00196996354, 0.0384887978, 0.00381219876, 0.0251395516, -0.0351351127, 0.0072903391, -0.00140664901, -0.00704798289, -0.0110239359, 0.00473577296, 0.0129824365, 0.0468730144, 0.0160348155, -0.0122291669, 0.00989075657, -0.0192574989, 0.00733619044, 0.0147378817, 0.0116265519, -0.0139387613, 0.00690387888, 0.0132444436, 0.0147771835, -0.0180915687, 0.0217334628, -0.00437551364, -0.00987110566, -0.000169895036, -0.0221788753, -0.0105916243, -0.0127793811, -0.0229124948, -0.0130217373, -0.0382005908, 0.0227945913, 0.0150915915, 0.0216155611, -0.0205413327, -0.0138208587, -0.00240554987, -0.00451961718, -0.0170173422, -0.00579362502, 0.0117706554, -0.0219037682, 0.0257683676, 0.0432573222, -0.0134802498, 0.024707241, 0.018615583, 0.00192083733, -0.0183797758, -0.0265805889, 0.0321220346, -0.00759819709, -0.00137062301, 0.000844971917, 0.0151832933, -0.032331638, -0.00666807313, -0.025611164, -0.00337661267, -0.0126680285, 0.0038285742, -0.00607855758, 0.0400346369, -0.000157715811, -0.02196927, 0.0117379045, 0.00913093705, 0.0188120883, 0.0477900393, 0.0134540489, 0.0272225067, -0.00339626311, -0.00749339443, -0.0379385836, 0.00449996674, 0.00110206613, -0.0455891825, -0.00883617904, -0.000295576407, 0.012792482, 0.00653051911, 0.0476590358, 0.00486350106, 0.0407420583, 0.00939949416, 0.00164900522, 0.00839731749, -0.0105392234, 0.00273469603, 0.0322006345, 0.0261875782, -0.0258600712, -0.0121767661, -0.0336940736, 0.0132706445, 0.021353554, 0.0456939861, 0.0246679392, -0.00344866444, 0.0126287276, -0.00901303347, -0.016192019, 0.0432573222, -0.0348469019, -0.00467027118, -0.0160741173, -0.0294495635, -0.0171483438, 0.0207902398, 0.03353687, -0.017698558, 0.0109191332, 0.0495716855, -0.00700213155, 0.00886238, -0.0124846241, 0.0160348155, 0.00512223272, -0.0284801386, 0.0149212871, -0.0130479382, 0.0214714576, 0.00907853525, -0.0165719297, 0.0210391451, 0.0238819197, 0.011888558, -0.00293447613, 0.03356307, -0.0152225951, 0.000354527932, 0.0260041747, 0.00398577843, 0.0192443989, 0.0203841291, -0.0135457516, 0.014344872, 0.0190478936, 0.00464734528, -0.00732964, 0.017384151, -0.0453271754, 0.00667134812, 0.0049093524, -0.00223197043, -0.0247989427, 0.00844971929, -0.0141483666, -0.0029279259, 0.0119868107, 0.00594755402, -0.0231089983, -0.030785799, -0.0417638831, 0.0109387841, -0.0490476713, -0.0181177706, 0.0419996902, 0.00550869294, -0.0049126274, 0.0119671607, -0.000901467109, -0.0370215587, -0.00737549132, 0.00863312371, -0.00264626858, 0.00962874945, 0.0413184725, 0.00770954974, -0.00450979173, -0.00905233435, 0.0158776119, -0.0152356951, 0.00185697316, 0.0218644664, 0.0510651246, 0.0128448829, -0.00216646865, -0.0125566758, 0.000151165645, 0.00581327593, 0.0021058796, -0.00514843361, -0.0199649185, 3.15994512e-05, -0.00538096437, -0.0130806891, 0.0319124274, -0.011606901, 0.00428053597, 0.0273797102, -0.00659602089, -0.000236215506, 0.018301174, -0.0200828202, 0.0270915031, 0.0103361681, 0.00487005105, -0.00344866444, 0.00467027118, 0.0309692025, 0.0416590795, 0.0142007684, 0.039929837, -0.0119802607, -0.0130806891, 0.027484512, 0.0407682583, 0.00903268438, -0.030183183, -0.0139125604, -0.00453599263, 0.00355019211, 0.0310478043, -0.0143055711, -0.0186548829, -0.00733619044, -0.0113841956, -0.0284277368, 0.0117510045, 0.0367857553, -0.00829251483, 0.0340084806, -0.0110828876, 0.00153519609, 0.00860037282, -0.0150391897, 0.000439270778, -0.000806080294, 0.0310740061, -0.0221788753, 0.0400608405, -0.0227552895, 0.00653706957, 0.0163754243, 0.0112269912, 0.0435717292, 0.0239998233, 0.00357311754, -0.00876412727, -0.0492834784, 0.00577069959, -0.00909818616, -0.0266460907, 0.00167520589, 0.0229648948, -0.0186679848, 0.0141745675, -0.0137029551, 0.00506983139, 0.00619646069, -0.0298949759, -0.00487332651, -0.0145282764, -0.0417900831, -0.0166112315, -0.00604908168, -0.00143694354, 0.0107881296, -0.0259648729, 0.00847592, -0.0209474433, -0.00845626928, -0.0217596646, -0.0048864265, 0.000803624, -0.0197684132, 0.0107488288, 0.00206985371, 0.0119999116, -0.00898028258, -0.00170631928, -0.00795190595, 0.0157728083, -0.0166636314, 0.000166312908, 0.00715278555, -0.000761457253, -0.0182880741, -0.020750938, -0.0364189446, -0.0255063623, -0.00668772357, 0.0166767333, 0.0158121102, -0.000632091367, 0.00439516408, -0.0255980641, 0.00621611113, -0.027484512, -0.00616698479, 0.00956324767, -0.00717243599, -0.0039104512, 0.00587550225, 0.00513205817, -0.0136112534, 0.0259779729, 0.0103034172, 0.00733619044, 0.00510258228, 0.00920298882, -0.0196374096, 0.00722483732, 0.000596474856, -0.00790605508, 0.0081418613, -0.0162837226, -0.00186679838, -0.0064388169, -0.0279823262, 0.0281395297, 0.0162051208, -0.0223229788, 0.0648204833, 0.0104802717, -0.0365499482, -0.00722483732, -0.0011110726, -0.00799120683, -0.0120130116, -0.0232007019, 0.0202138238, 0.000577643106, 0.0115020983, 0.0324102417, 0.00817461219, 0.0622528158, 0.00604580669, -0.006713924, 0.0196243096, -0.010676777, 0.0107422788, 0.00373687199, -0.0120588625, 0.0270653013, 0.00533183804, -0.0054562916, 0.0148164844, -0.0113972956, -0.0154190995, 0.00357639277, 0.00467027118, -0.0116724027, 0.0115348492, -0.00715933554, -0.00160069775, 0.0120261116, -0.0105523234, 0.0417638831, -0.0232793037, -0.00606545713, -0.0245762374, -0.0177116599, -0.0031555444, -0.0127073294, -0.00440826453, -0.0296329688, 0.0230172966, -0.010997735, -0.000398127508, 0.0161396191, 0.0145937782, -0.00010050417, -0.0102051646, 0.0203055274, 0.0263185818, 0.00608183257, 0.0168470368, -0.0238950197, -0.0124453232, -0.00540061481, -0.00451961718, -0.0477114357, 0.00249233958, -0.028060928, -0.00606545713, -0.0263578836, 0.00939294323, 0.00729688909, 0.00192247482, -0.00538751483, 0.00722483732, -0.00449341629, -0.000737303519, 0.0129365856, 0.0168601368, -0.016178919, -0.0221788753, -0.0264626853, -0.00965495, 0.0102313654, 0.00208131643, -0.0102313654, 0.0110697867, 0.00191756221, -0.00952394679, 0.0183797758, -0.00937329326, 0.0206199344, -0.0153666986, -0.00784710329, -0.00777505152, 0.000159762742, 0.00212061754, -0.000447458471, -0.0360783339, 0.00638314057, -0.0106374761, -0.0119868107, 0.00700868154, -0.00553161837, -0.0124453232, -0.017698558, 0.000650923117, 0.0074409931, 0.0236592144, -0.00483402517, -0.0125173749, -0.0361307375, 0.00125599501, -0.0121702151, 0.0157597084, 0.00054939551, -0.00914403703, 0.0118165063, -0.030209383, -0.00380892376, -0.00424778508, -0.0275893155, 0.0169780403, 0.00164818647, -0.00447376585, -0.0175544545, 0.0156025048, -0.0097401021, 0.00948464591, 0.00447049085, -0.00904578436, -0.0391176157, 0.00703488244, -0.0252312534, 0.00292628841, -0.00231548515, -0.00575104915, 0.0109256832, 0.0169780403, 0.0285587404, 0.0200435203, 0.0050338055, 0.0078602042, -0.017357951, -0.0190216936, 0.0178295616, 0.0353971161, 0.00164982409, 0.015550103, -0.025309857, 0.0179474652, 0.0124125723, 0.00384494965, 0.00981215481, 0.00908508524, -0.00592790358, -0.0331176594, -0.0217727646, 0.0133426962, -0.00656982046, -0.00248906459, -0.0145020764, 0.0117379045, -0.0401656404, -0.00532528805, -0.0139387613, 0.0257552676, 0.0126614785, 0.0254539605, -0.0301569812, -0.0134802498, 0.0112466412, 0.00753269531, 0.00661567133, 0.0304975901, 0.000127114239, 0.0138470586, 0.00125190127, 0.00816151127, -0.00357311754, -0.00681872666, 0.0252705552, -9.60776833e-06, -0.0262661818, 0.0219299681, 0.00131576532, -0.0060130558, -0.0113776447, -0.00832526572, -0.00394975254, -0.0303141866, -0.0142793702, -0.0170435421, -0.00148443226, -0.032017231, -0.00589842815, -0.0350565091, 0.00490280194, 0.0192443989, 0.0407682583, -0.00920298882, 0.00323742139, -0.0225849859, -0.0208819415, -0.00837111752, -0.00239899964, -0.00730343955, 0.0322006345, 0.00459821941, 0.0119868107, -0.0268032942, 0.00217465637, 0.00787985418, 0.00791915506, -0.0112466412, -0.00553161837, -0.00620628614, -0.0219823699, 0.0147247817, 0.0266591907, -0.0124780731, -1.91003983e-05, 0.0499122925, 0.0104213199, -0.0075392453, 0.0218906682, -0.0304975901, 0.00411678152, -0.0173317492, -0.00624558702, -0.0183797758, 0.0049126274, -0.00813531131, 0.00523686083, -0.00581982592, 0.00772920065, 0.0153142968, 0.0254539605, -0.00959599856, 0.00587222725, 0.010368919, -0.0145806782, 0.0293447617, -0.00559384516, 0.0151308924, -0.00573139871, -0.0265412889, 0.0172138456, 0.0277989209, -0.000893279386, -0.00390062621, -0.000181562515, 0.00789950509, 0.000206125653, 0.00488970196, 0.0134409489, 0.0114693474, -0.00160233525, -0.0146199791, -0.0185238812, -0.0181177706, 0.00510585727, -0.0159693137, -0.00602288125, -0.0122357169, -0.0167029332, -0.0112138912, 0.0189823918, 0.0145675773, -0.0154846013, -0.00484057562, 0.0219954699, -0.00369429588, -0.0245500375, -0.00224507065, -0.0192050971, -0.00176035811, -0.00509275729, 0.00712003466, 0.0240260232, 0.0117837554, 0.00612768391, -0.00100626983, 0.00787985418, -0.0223884806, -0.00495520327, -0.0117248036, -0.00116019882, 0.00441481452, -0.0250871498, -0.0208033398, -0.00296886452, -0.0101462128, -0.0222181752, -0.0215238575, 0.00790605508, 0.0321482345, -0.0238819197, 0.00361569365, -0.0169387385, 0.0125828767, 0.0071396851, 0.0206330344, 0.00527943671, -0.00570192281, -0.0138208587, 0.0321220346, -0.0184190776, 0.0439909399, -0.0151701933, -0.00629143836, -0.0264888871, -0.00120932516, 0.0182880741, 0.00193393766, -0.0159693137, -0.0096615, -0.00816151127, 0.00291810068, 0.0153928995, -0.00364516955, 0.000515007123, -0.00212061754, 0.00242028781, -0.000283294852, -0.00851522107, -0.0263578836, -0.0123798214, -0.0102051646, 0.00533183804, 0.0215762593, -0.00425106, 0.00799775776, 0.0186679848, -0.00114464213, 0.00499777962, 0.0219037682, 0.0133426962, -0.0358163305, 0.0444363505, -0.00317846984, 0.000495356566, 5.41796271e-06, -0.0135719515, 0.0318338238, -0.0182618741, -0.034794502, 0.0222443771, -0.0187989883, 0.0205020308, -0.0058853277, -0.0103492681, -0.0027772719, 0.00888203, -0.0398774333, -0.0142924702, -0.0205282327, -0.0177378599, -0.0112138912, 0.0157859102, -0.033222463, 0.0162444208, 0.0447245613, -0.0254539605, 0.0298163723, -0.00717243599, 0.00581982592, -0.0240260232, -0.000106133222, -0.003507616, -0.0043296623, -0.0282705333, 0.00969425123, -0.0134802498, 0.0220740717, 0.0196636096, 0.00273469603, 0.00317519484, -0.00629143836, -0.00278709736, -0.0185107794, -0.0061604348, 0.00660584634, 0.0100152101, 0.00868552551, -0.0205413327, -0.0137946578, 0.00926194061, 0.0178164616, -0.030838199, -0.0261744782, -0.000435586291, -0.00747374399, 0.00905233435, -0.000683264574, 0.0222443771, -0.00176527072, -0.0103492681, 0.00120277493, 0.0215107575, -0.00496830372, -0.0310478043, -0.00766369887, -0.0055840197, 0.0049126274, 0.0106112752, 0.00663859723, 0.0305761937, 0.0176854581, 0.00728378864, 0.0344276913, 0.000322186475, -0.0141352667, 0.00169321895, 0.0199387167, 0.0126287276, 0.00250380253, 0.0142269693, -0.0344276913, 0.0086658746, 0.0118427072, -0.00160561036, -0.0111090876, 0.0200828202, 0.00799775776, -0.000596065482, 0.00916368794, -0.00800430775, 0.00276253419, -0.0123274196, -0.0145675773, -0.036287941, 0.0146199791, -0.0181701705, 0.011908209, -0.0202531256, 0.00582965137, 0.00294757634, -0.0408468582, -0.00998900924, -0.0161396191, -0.00164736772, 0.0168339368, 0.0276155155, -0.0219430681, 0.0111287385, -0.00814841129, -0.00242192531, -0.000217588458, 0.00280183507, -0.00774230063, 0.0385674, -0.00367464521, 0.0263054818, 0.0160348155, 0.00176199572, -0.00642244145, -0.0181832723, 0.000935855496, 0.00549886748, -0.0179081652, 0.0134802498, -0.0284277368, -0.0068907789, -0.00824011397, 0.0289517511, 0.00828596484, -0.00400542887, -0.013729156, 0.0124060214, -0.00301144063, 0.00202564, 0.0161265191, -0.0316504203, -0.00140910526, -0.00306875468, -0.0178819634, -0.0240391232, 0.00683182711, -0.0147247817, 0.0198601149, -0.0187858865, -0.00315390667, 0.00215500593, -0.0370215587, -0.012202966, 0.00211242982, -0.00314735668, 0.00677942578, 0.0202662256, -0.0328032523, 0.0476852357, -0.0023056597, 0.0109256832, -0.0181046687, -0.00679907622, 0.00414625742, 0.0309954043, 0.00137881073, 0.00252181548, -0.00299834018, -0.00746719353, 0.0014426749, 0.00906543527, -0.00290991296, 0.00297705224, 0.0109387841, 0.00282148574, -0.0185107794, 0.00627178745, 0.00706763333, -0.000180743751, -0.00837111752, 0.0156549066, 0.000896554498, 0.0084431693, -0.0154059995, -0.00498467917, -0.0157335084, -0.00255292864, 0.0115544992, -0.0166243315, 0.0114038456, -0.00648466824, -0.0251133516, 0.00412988197, 0.0068907789, 0.0153797986, 0.013729156, -0.0161396191, -0.0149998888, 0.0119147589, 0.00178164616, -0.00278218463, -0.00653706957, -0.00669754855, -0.0100414101, 0.0252050534, -0.00291318796, -0.0324626416, 0.015261896, 0.0198994167, 0.00947154593, -0.00934709236, 0.00814841129, -0.000966150081, -0.000102346406, 0.016152719, 0.0141876675, 0.0316504203, 0.0148033835, 0.0130086374, -0.00594427902, 0.00117248041, 0.0149998888, -0.0270915031, 0.00404145475, -0.0217465647, -0.00683182711, 0.00338643789, 0.00604253169, 0.00787330419, 0.0039333771, -0.00792570505, -0.0150129898, 0.0116855027, -0.00425433554, 0.0206854362, -0.000850703334, 0.00103492686, -0.00691697933, 0.00305401674, 0.00531546306, -0.00483075, -0.00990385655, -0.0106243752, 0.000849884527, -0.0111549394, 0.00440171408, 0.0375717729, 0.0237640161, 0.016807735, 0.0038285742, -0.00677942578, -0.0243011303, -0.0237378161, -0.0281133298, -0.0140042631, -0.0436765328, 0.00854797196, 0.0206854362, 0.0225849859, 0.00895408262, 0.00936019234, -0.00934054237, -0.0128448829, -0.00657964544, -0.0173055492, 0.0181832723, 0.0154059995, 0.00773575064, -0.00642244145, -0.0108274305, 0.0086658746, -0.00402180431, -0.00746719353, -0.0133688962, 0.00139272981, -0.00269539491, -0.00293775112, -0.00398577843, -0.0208819415, 0.00431656186, 0.0150915915, -0.019545706, 0.00453271763, 0.00337661267, -0.0364713445, 0.0109453341, 0.0191788971, 0.00951084681, -0.0218251664, -0.00793225598, 0.00243175053, -0.0195588078, -0.00464734528, 0.0023760742, 0.0245107356, -0.000427398569, -0.0190347936, 0.016794635, 0.00681872666, 0.00562659604, -0.00754579576, -0.00975975301, -0.0128448829, 0.0124846241, 0.0222443771, 0.016152719, 0.0096484, -0.0156942066, 0.0265805889, 0.00940604415, 0.0107488288, -0.0154190995, -0.0116265519, -0.00154911517, 0.00159824139, -0.00792570505, -0.00377617287, 0.00407748064, -0.027432112, 0.0186941847, 0.0197029114, -0.00656982046, 0.00541699026, 0.0177640598, 0.00882962905, -0.0103427181, -0.00442463951, 0.0244845357, -0.0206985362, -0.00415280787, -0.0187989883, -0.019506406, 0.0135719515, 0.00848247, 0.0112138912, -0.00678597577, -0.00714623509, 0.0166898333, -0.0164147262, 0.00859382283, -0.00682527712, -0.00915058702, -0.00960909948, 0.00843006838, 0.0230172966, -0.0172138456, 0.00955014769, -0.00553816883, 0.00214518071, 0.0312050097, 0.0024530387, -0.00222214521, -0.0124780731, -0.00162198581, 0.0244845357, -0.000571502314, 0.00309004262, 0.024720341, 0.0152225951, 0.00589842815, -0.0254801605, -0.020737838, -0.00329473545, -0.00525978627, -0.00581982592, 0.0013419661, -0.00129611488, 0.00871172547, -0.0416590795, -0.00989730656, 0.0122553678, 0.00660584634, 0.00555126881, 0.044200547, -0.00217465637, 0.0104671717, 0.00580672547, 0.0135457516, 0.0204758309, -0.00861347374, 0.0239736214, -0.0198208131, -0.00825321395, 0.0110108359, -0.00204529054, -0.0113907456, 0.0158907119, -0.0237902161, -0.0028067478, -0.00290991296, 0.00719863689, 0.0156025048, -0.0124060214, 0.000783154683, 0.0200566202, 0.00180293422, 0.02623998, -0.00675977534, 0.000256684783, -0.00632091379, -0.0155108022, 0.000128854124, -0.0139649622, -0.00618991069, -0.00523358583, -0.00291482569, 0.00715933554, -1.4174977e-05, -0.00530236261, 0.0187072847, 0.00763094798, 0.00996280834, -0.0140042631, 0.0116855027, 0.00311788078, -0.03358927, -0.0171745457, 0.00844971929, -0.0162968226, 0.011908209, -0.000441727083, -0.0140959658, 0.0355805233, 0.00224670814, -0.0166112315, 0.0156156048, -0.0287159439, 0.00953704771, -0.0128841838, -0.0186810847, 0.0266067907, 0.0184190776, 0.00522048539, 0.0174758527, -0.010054511, 0.0220609717, 0.00090064836, 0.0127859311, -0.0040840311, 0.00424451, 0.00163918, 0.00346504, 0.00340936333, 0.00269212, -0.00381547399, 0.032331638, -0.00895408262, 0.00723793777, 0.0194540042, 0.00487660151, 0.00583947636, -0.00621283613, 0.00424451, 6.56040429e-05, 0.00742789265, -0.00542681571, -0.00506328139, 0.0122357169, -0.00352399144, 0.01464618, 0.00467027118, 0.00708073378, 0.0166243315, -0.0167029332, 0.0208295397, 0.00630453834, -0.00751959486, 0.0086920755, -0.0235413108, -0.00162853603, -0.00648794323, 0.0230958983, -0.00633728923, 0.0178819634, -0.0185500812, 0.0186810847, -0.00724448776, -0.0102903172, 0.0189823918, -0.0100086592, -0.00400215387, 0.0138994604, 0.0047848993, -0.0143972738, -0.00967460126, 0.0117510045, 0.00280183507, 0.00257094158, -0.0297639724, -0.00452944264, -0.0197160114, 0.0252312534, -0.0165719297, -0.00453926763, -0.00750649488, 0.0137553569, -0.000404268299, 0.0128710838, 0.0081418613, -0.00478162384, -0.0125435749, -0.0354495198, -0.0166112315, -0.00357639277, 0.00346504, -0.00274452125, -0.00367792044, -0.0199256167, -0.00750649488, 0.00048102811, 0.0107815797, -0.00615716, -0.0198339149, -0.00480454974, 0.00508620683, -0.000589515315, 0.00293283863, -0.0198470149, 0.0431001186, 0.0203317273, -0.00641916646, -0.00567244692, 0.00234496081, -0.00748684397, 0.00244812598, 0.0115020983, 0.0152880969, 0.00953704771, 0.0145675773, -0.00246941415, 0.00349451555, -0.00224998337, -0.00521393539, 0.00129693362, -0.00685802801, 0.0101724137, -0.0297901724, -0.0276679173, 0.0023793492, -0.0257683676, -0.00298851496, 0.00139600493, -0.0175806563, -0.016755335, 0.00912438706, -0.0037827231, 0.0144234737, 0.0219037682, -0.0164802279, 0.00483730063, -0.000656654534, -0.0122422678, -0.0207116362, 0.00833836664, 0.00555454381, -0.0184714794, 0.00570192281, 0.0064388169, -0.00812876, 0.00067303, 0.0147640826, 0.0141352667, -0.00397922797, 0.012812132, 0.0210784469, 0.016768435, -0.0247858427, 0.0240129232, 0.0126483776, -0.016742235, -0.00330783566, 0.00424451, 0.0253753588, -0.00168011861, -0.0136636542, 0.00988420658, 0.0144496746, 0.00645519234, -0.020750938, 0.00259222975, 0.00464079529, 0.0209998451, 0.00956324767, 0.00200598943, 0.00106440263, 0.0211963505, 0.00907853525, -0.00381547399, 0.00990385655, 0.0225325841, 0.0219299681, 0.00270685763, -0.00396285253, -0.0106571261, 0.0198732149, -0.0216417611, -0.0130741391, -0.0279299244, 0.00841041841, -0.0212225504, -0.000449505402, 0.018314274, -0.00900648348, -0.00268229446, -0.000833918515, 0.00663204677, -0.0197553132, -0.00489625195, 0.0192705989, 0.00707418332, -0.0299735777, -0.0078405533, 0.00281329802, -0.017698558, 0.00146232545, -0.00962219946, -0.0250871498, 0.0151439924, 0.0125697758, 0.00286242412, -0.00658292091, 0.000926030276, -0.00637659058, -0.00193885027, -0.000725021935, 0.0179605652, -0.0195719078, 0.0143710729, -0.0133557962, 0.0177116599, 0.00632418878, 0.00676632533, -0.0112728421, -0.0171614457, 0.0208557416, 0.00857417192, -0.00776850153, 0.0102837663, 0.0106178252, 0.00582965137, 0.0270129014, -0.00993660744, 0.00227454654, 0.0255194623, 0.012497724, 0.0263840836, -0.00709383376, -0.012491174, 0.0253360569, -0.0106440261, -0.00941259414, 0.0110632367, -0.0166112315, 0.00584602682, -0.00342246378, -0.0231483, 0.00106849649, -0.00467027118, -0.0162051208, 0.0151570933, 0.0196636096, -0.00251199, -0.00607855758, 0.00198142626, 0.0203579273, -0.0184452776, -0.00968770124, -0.0118361572, 0.013427848, 0.0109060332, 0.00128628965, 0.0102379154, -0.014357972, 0.0136636542, -0.0181701705, 0.00714623509, 0.0038285742, 4.30878354e-05, -0.000823274488, 0.0181439705, 0.00552834338, -0.00475214841, -0.0128252329, 0.0117051536, -0.0211308487, -0.0306547955, 0.0183797758, -0.0204758309, -0.0322792381, 0.00626523746, 0.00321940845, 0.00708728377, -0.0129169347, -0.0252967551, -0.0320696309, 0.0196767095, 0.00637986558, 0.0157990102, 0.0271177031, -0.00258240453, -0.0188251883, 0.0270915031, -0.00113072305, 0.0199518166, 0.00270194514, 0.00997590832, -0.000130491666, 0.00302454084, 0.00389407598, 0.00282312324, -0.000125374339, 0.00838421751, 0.0157073066, 0.000430673681, -0.00363534433, -0.0117248036, -0.0134671489, -0.0116855027, -0.00859382283, 0.00283458596, 0.00765059842, 0.0030834924, -0.00450979173, 0.00309986784, 0.00669427356, -0.00692352932, 0.00149180123, 0.00973355211, 0.00319157029, 0.0117051536, 0.025624264, 0.0246810392, -0.0225980859, -0.00277563441, -0.00430673687, -0.0295543671, 0.0143055711, 0.0198208131, -0.00800430775, -0.0104868216, -0.00189627416, -0.021366654, -0.00886238, -0.00437878864, 0.0310478043, -0.0296329688, 0.0116986036, -0.00232367264, 0.00560367, -0.010676777, -0.00185206055, -0.00284277368, 0.00311460579, -0.000912111136, -0.00395957753, 0.0337202735, 0.00977285299, -0.00523031084, -0.00242028781, -0.00421503419, 0.0219037682, 0.0165457297, -0.00239736214, -0.0122815687, 0.00968770124, 0.0173186492, 0.0141614676, -0.0153535977, -0.0221526753, 0.000859709806, -0.0263971854, 0.00667462312, -0.00254801614, -0.0101658637, 0.00155157153, 0.0130610382, 0.0117575545, 0.0102248155, 0.00629471336, 0.0053351135, 0.0111090876, -0.0139911631, 0.0240391232, 0.0384363979, 0.00842351839, -0.00268556969, -0.00619318569, -0.0209343433, -0.0139780622, 0.00481109973, -0.00469647162, 0.0175282545, 0.0219954699, 0.00388752576, -0.0145544773, 0.00259059225, -0.0145806782, 0.00435586274, 0.00336351222, -0.0353447162, 0.00199452671, 0.0302879848, -0.0124060214, 0.00934054237, -0.0156418048, -0.0233710054, 0.00568882236, -0.00472922251, -0.0116724027, -0.0130675891, 0.0192312989, 0.000683264574, 0.0071396851, 0.0112138912, -0.00169649394, 0.0102510154, 0.00957634859, 0.0192312989, 0.00182913488, -0.000359645259, 0.000242356284, 0.0187072847, -0.0340870842, 0.0169256385, -0.00842351839, -0.0103427181, 0.00525651127, -0.00603270624, -0.00865277462, -0.00941259414, 0.0039333771, -0.00465062074, -0.0209605433, 0.0298949759, 0.0173317492, -0.0110239359, -0.000425761042, -0.0146723809, 0.00456874352, -0.00368119543, 0.0111549394, -0.00787330419, -1.64138037e-05, -0.0227421895, -0.0102968672, -0.00566917192, 0.02622688, 0.0151963942, 0.0128579838, -0.0123536205, -0.00609165803, -0.0206330344, -0.00751959486, -0.0119737107, 0.0129758865, -0.00833181571, 0.0255456623, -0.00693008, 0.00704798289, 0.0180260669, 0.0105523234, 0.00502070505, -0.0149212871, 0.00913093705, -0.00159496639, -0.00373687199, 0.0149736879, 0.0191657972, -0.0304975901, -0.0226242859, -0.0025021648, 0.0145020764, 0.000308472052, 0.00477507384, -0.00810911, -0.0150915915, 0.0023056597, 0.00102428277, 0.00336351222, 0.00180457183, 0.0163099226, -0.0144103738, 0.00106767763, -0.00461787, -0.00566262193, -0.00880342815, 0.00360259344, 0.0068907789, 0.00757854665, -0.00383839943, -0.0493358783, 0.0111090876, 0.0172269475, -0.00426416053, 0.0199780185, 0.00181275955, 0.00119213096, -0.0109322332, 0.0212356504, 0.0103165172, -0.0021042421, 0.0244059321, 0.00442791497, -0.0264364854, 0.00570519781, 0.00331274839, -0.0275107138, 0.00633401424, 0.0365499482, -0.00581000047, 0.0185762811, -0.0124846241, -0.0181308705, 0.00959599856, -0.0113776447, 0.00311133079, 0.00534166349, -0.00975320302, -0.0103296181, 0.0109715341, -0.0135326507, 0.00922919, 0.0206723362, 0.0234103072, 0.00287879957, -9.20605889e-05, -0.018301174, -0.00893443171, 0.0063110888, -0.0031588194, 0.00750649488, 0.0232662037, 0.0166374315, -0.0108077805, -0.0148426853, 0.018301174, -0.0197553132, 0.000899010804, -0.0130217373, -0.00888858084, -0.0160741173, 0.00482092518, 0.00487987651, 0.00197323877, 0.0049093524, -0.00992350746, -0.0208819415, -0.00934709236, -0.0228338912, 0.0036320691, 0.00844971929, 0.00580672547, -0.0260827765, -0.00767024886, 0.0229910966, -0.0105326734, -0.000238671812, -0.000587877759, -0.0105130225, -0.0164016262, -0.00792570505, -0.0107684797, -0.00713313511, -0.0132051427, -0.00552506838, 0.0147640826, -0.0113121429, 0.0148426853, 0.0075392453, 0.0118165063, -0.0136374533, -0.0302617848, 0.00688422844, 0.00187989871, 0.00896063261, -0.0209736433, -0.00801085774, -0.00194212538, 0.00197160104, -0.0135457516, 0.0266984925, -0.0150522906, -0.0039333771, -0.00388752576, 0.0174627528, -0.0214452557, -0.00847592, -0.0111614894, 0.000306629838, 0.0128776338, -0.00322432118, 0.0194540042, -0.0367071517, 0.00373032177, -0.00931434147, 0.0170566421, 0.023488909, 0.00267410674, 0.0232007019, 0.0169780403, -0.00930124149, -0.0226242859, 0.0164278261, -0.0170697421, -0.0237509161, -0.00116838655, 0.00510585727, 0.0122881187, 0.00705453288, 0.00702833245, -0.0202269237, -0.00136161654, -0.0139387613, 0.00646829279, -0.0257945694, 0.0272749066, -0.00537768938, 0.0114824474, -0.000978431664, -0.000476524845, 0.00763094798, 0.0107029779, 0.0120719634, -0.0204234291, -0.0158383101, -0.0118034063, 0.00839731749, 0.0191526972, -0.00524996128, 0.0107029779, 0.0183666758, 0.0047554234, -0.00865277462, 0.0196374096, -0.0032341464, 0.0144103738, -0.00497157872, -0.00662222179, -0.00753269531, 0.00196832605, -0.0145806782, -0.010061061, 0.0193099, 0.0127793811, 0.00124371354, -0.0142269693, -0.00461787, -0.0365237482, -0.000801577058, 0.00329473545, -0.0188513882, -0.00945189502, 0.00587877724, 0.00166619942, -0.024694141, -0.000960418663, -0.0192050971, 0.00732964, 0.00920953881, 0.0180522688, 0.0267115925, -0.00256275386, 0.0146854809, 0.0146199791, -0.0236068126, -0.00344866444, 0.00469974708, 0.0118427072, -0.0238819197, -0.0359211303, 0.00913093705, 0.0288993493, -0.00767679885, 0.0284801386, 0.00641261647, -0.0156811066, -0.0119933607, 0.0043329373, -0.0104409708, -0.00597703, 0.0111287385, -0.0215238575, -0.0122422678, -0.00830561575, 0.00137307937, 0.0136898551, 0.0170304421, -0.00903923437, 0.0257814694, 0.0191002954, 0.0132968444, 0.0181177706, -0.000677123782, 0.00122979435, -0.00342573877, -0.00270522013, -0.0279037245, -0.0166112315, -0.00569209782, -0.000898192055, 0.0115217492, 0.0108798323, -0.00208131643, -0.0089409817, 0.0199911185, -0.0120523125, 0.00581000047, -0.0119409598, -0.00914403703, -0.0146985808, -0.0265936889, 0.0150391897, -0.0117903054, -0.00590497814, 0.0125304749, 0.0106440261, -0.00278545963, 0.00245958869, -0.00577397458, 0.00376307266, -0.0089671826, -0.00336678722, 0.00467027118, -0.013716056, -0.0264364854, -0.0133623462, 0.00668117311, 0.00812221, -0.00226799631, -0.00621938612, 0.0231614, -0.0158252101, 0.000800758251, 0.0155108022, -0.000667707936, -0.007165886, -0.00808290951, -0.0060130558, 0.0125697758, 0.00824666396, -0.000249725214, 0.0197946131, 0.00898683257, 0.0130086374, 0.00302454084, -0.00470629707, 0.0171745457, 0.00500760507, -0.00026323495, -0.019323, -0.0159562137, -0.0237771161, -0.00041614048, -0.0166898333, -0.00124289468, -0.00307039218, 0.00217465637, 0.0117772054, 0.0112793921, 0.0185762811, 0.00571502326, -0.00328818522, -0.00514843361, 0.0126745785, -0.0165850297, -0.00320139551, 0.0039071762, -0.00456219353, -0.00780125242, 0.0233055037, 0.00654689455, -0.0259910747, 0.000107566069, 0.00107259036, -0.00140828651, 0.00797155686, 0.0266722925, 0.0103558181, 0.000181971904, 0.0107553788, 0.0171352439, -0.000287184, 0.0168863386, 0.00939294323, -0.00591480359, 0.0117248036, -0.0110828876, -0.0180260669, 0.0235413108, 0.00121505652, 0.017999867, -0.0166767333, -0.0139649622, -0.00678597577, -0.00662549678, 0.014947488, -0.00101282, 0.0091898879, 0.00916368794, -0.000487987651, -0.0157597084, 0.00481437473, -0.0158252101, 0.0107881296, 0.00342573877, 0.0125894267, -0.0157728083, -5.08405756e-05, 0.00555454381, -0.014344872, -0.000449914805, 0.017371051, 0.0172662474, 0.00630126335, -0.0133950971, -0.0166243315, 0.00808290951, 0.0110697867, -0.00233186036, -0.00644209189, -0.0218513664, 0.0137684569, 0.0123994714, -0.0119737107, 0.00218611909, 0.000801577058, -0.00799120683, -0.00140992401, -0.00117657427, -0.0129431356, 0.00717243599, -0.00152209576, 0.00274615875, 0.0142400693, -0.0216286611, 0.0102117145, 0.00092930533, -0.00648139324, 0.000828187098, -0.029606767, 0.0431787185, -0.0230303966, 0.0147247817, -0.0121440152, 0.0288993493, 0.00684492756, -0.0119868107, 0.0234496072, 0.00530563761, -4.16038129e-05, -0.00243011303, -0.0199125167, -0.00847592, -0.0191002954, 0.0170959439, -0.0013280469, 0.0193754025, -0.00651741913, -0.0446459576, -0.00304255378, 0.00233677309, 0.0191395972, -0.00572812371, 0.00728378864, 0.00325870956, 0.0123077687, -0.00131904043, -0.0086396737, 0.00382202421, -0.0284539387, 0.018602483, -0.00862002373, -0.022886293, 0.0139387613, 0.010362369, -0.0149736879, -0.0228207912, 0.000799530128, -0.0029295634, -0.0153928995, 0.0160348155, 0.0137553569, 0.000984981772, 0.00854142103, 0.00856762193, 0.00245958869, 0.00623903656, 0.00709383376, -0.0115807, -0.0117379045, -0.00685147755, 0.00848902, -0.003353687, -0.0209998451, 0.0102379154, -0.0159169119, 0.0246548392, -0.0212094504, 0.00444756541, 0.0102772163, 0.0150784906, -0.00750649488, -0.00925539, 0.0114562474, -0.00227782154, 0.0204889309, -0.00693008, 0.0157204084, 0.0198339149, -0.00247923937, 0.00139191106, -0.0160741173, -0.014030464, 0.000524013594, 0.0116462018, -0.000951412192, -0.0125173749, 0.00852177106, -0.0102706663, -0.00589842815, 0.00109633466, 0.00133295951, -0.00796500687, -0.00813531131, 0.00611130847, -0.0125959767, 0.0104671717, -0.0204758309, -0.0196505096, 0.00779470196, -0.0118296072, -0.0137946578, -0.0102641163, 0.0119671607, 0.00251690275, -0.0177509598, 0.00512223272, 0.0217072628, 0.0146985808, -0.0324102417, -0.0135588516, 0.0296591688, -0.0100414101, -0.00301635312, -0.00423140964, -0.0190085936, -0.00734929042, -0.00302617857, 0.00479144929, 0.0147640826, -0.0193885025, -0.0163492244, 0.00656654546, 0.00416263286, 0.00379582332, -0.0139649622, 0.0199649185, -0.0185238812, 0.00476852385, 0.0204365291, 0.0226635877, -0.00997590832, 0.0456415825, -0.00824011397, 0.0222312771, 0.000179617942, 0.0152225951, -0.00804360863, -0.0107291779, -0.0152356951, -0.00742789265, -0.0228338912, -0.00450651674, -0.0105523234, -0.0326198451, -0.00489952695, -0.0260041747, 0.000829005847, -0.0131592909, 0.0101724137, -0.0133688962, -0.0284277368, -0.0125763258, 0.0189430919, -0.024104625, -0.0103296181, 0.0228338912, -0.00614405936, -0.00204692804, 0.00541699026, 0.0075392453, 0.012799032, 0.00372049655, 0.0146723809, -0.000958781107, 0.0096615, 0.0203317273, -0.0380957872, 0.00394647755, 0.0133754471, 0.00951084681, 0.00205184077, -0.0066844481, -0.00614078436, -0.0193623025, 0.00159578514, 0.00863312371, -0.00239408715, 0.0134540489, -0.00374342198, 0.01891689, -0.00800430775, 0.0218513664, 0.017999867, -0.00805670861, -0.022886293, 0.00987765659, 0.025021648, -0.00491917739, 0.000357598328, -0.00660912134, 0.00867897552, -0.0175282545, -0.00427726097, -0.00116347393, -0.0157073066, -0.00757199619, -0.00334713678, -0.000775785767, 0.00404472975, 0.000875266443, -0.00824666396, -0.0117772054, 0.0028804373, -0.0122488178, 0.0230696984, -0.0201876238, 0.00555454381, 0.000339380669, -0.00236624875, 0.00616371, 0.0064355419, 0.020724738, -0.00577724958, 0.0361307375, -0.0119802607, 0.0364713445, 0.0143972738, -0.0153142968, -0.0156811066, 0.0196636096, -0.00642571645, 0.00537768938, -0.0115544992, -0.0168601368, 0.0119278589, -0.013716056, 0.0128514329, -0.00538751483, 0.00352399144, -0.0230827983, 0.0147116818, -0.0183797758, -0.0204234291, 0.0137684569, -0.0235282108, 0.0116331019, 0.0102182645, 0.0152225951, -0.0117510045, -0.00414625742, -0.026829496, 0.00791915506, -0.0193361, 0.00909818616, 0.00768334931, -0.0035534671, -0.0165981296, 0.011895108, -0.00330619817, -0.00353709166, 0.0124780731, -0.00568227237, 0.00432638731, 0.00498467917, -0.016781535, -0.00478162384, -0.00454254262, -0.00126172649, -0.0125501258, 0.00590825314, 0.0267770942, 0.0142531693, -0.0108667314, 0.00287552457, -0.00247596414, -0.00507965684, -0.0135981524, 0.00104884594, 0.00471612252, 0.0137029551, -0.007015232, -0.0232138019, 0.00704798289, 0.000935855496, -0.0232924037, 0.00528598716, 0.00784710329, -0.00477834884, -0.00132559065, 0.00472922251, 0.0111483894, 0.0142269693, -0.00177345844, 0.00440826453, -0.00849557, 0.0100217601, -0.0181832723, 0.00737549132, 0.0208819415, 0.0224539824, 0.00239408715, -0.00425106, -0.0124780731, -0.0230303966, 0.00425433554, -0.0115676, -0.00730998954, 0.0258993711, 0.00888858084, 0.00310150534, -0.0176068563, -0.00467027118, -0.0144103738, -0.0153535977, 0.00875102729, 0.00546611659, 0.0158514101, 0.000993169495, -0.000354118558, -0.00875102729, -0.00482747518, 0.0103361681, -0.00061858166, -0.00780780241, -0.00387442554, 0.0219299681, 0.0022254202, 0.00974665303, 0.0202400256, -0.022283677, 0.00173907, 0.0203972291, -0.00667789811, -5.87468348e-05, -0.00521393539, 0.00604908168, 0.0210260451, 0.00191756221, -0.00765059842, 0.00124698854, -0.00969425123, 0.0158776119, -0.00809600949, -0.00660257135, -0.00838421751, -0.0357901268, -0.0080894595, -0.00296722702, 0.00632418878, -0.00177509605, 0.00528271217, 0.00314899418, 0.00535476394, 0.00378599809, -0.00236461125, 0.0340346843, -0.00462442, -0.0242225286, -0.00820081308, -0.000174193585, 0.00213863049, -0.0219954699, -0.00246122642, -0.0143972738, 0.0190347936, -0.00980560388, -0.003203033, 0.00635366468, -0.0151832933, -0.0321744345, 0.0193623025, 0.00332093611, -0.00812876, -0.015864512, 3.95824718e-05, -0.00079379871, 0.00797155686, 0.00189136155, -0.00637986558, -0.0175151546, 0.00193066255, 0.00577724958, 0.00434931275, -0.00717243599, 0.0313098133, 0.0160086155, 0.0181570705, 0.0127138793, 0.00774885109, -0.0137684569, -0.0135850525, -0.0156680066, 0.00244321325, 0.00160233525, 0.00947809592, -0.0231745, -0.0131658418, -0.0328032523, -0.00691697933, 0.00224834587, 0.034794502, -0.00621283613, -0.0060130558, -0.0115282992, 0.00555781927, -0.0157728083, 0.029580567, 0.0231876019, 0.0122946687, -0.00880342815, 0.0010922408, -0.00138454221, 0.0191788971, -0.0179605652, 0.0204627309, 0.00246450142, 0.0124649731, -0.0244583338, -0.00667789811, 0.0131527409, -0.0283491351, 0.0140697649, -0.0278251208, 0.00858727284, -0.00185042294, -0.00863312371, -0.0103296181]
|
18 Nov, 2020
|
HTML5 MathML mathsize Attribute
18 Nov, 2020
The MathML mathsize attribute in HTML5 is used to specify the size for the content. The possible values are small, normal, big or a custom length value. This attribute is accepted by <mi>, <mn>, <mo>, <ms> and <mtext> tags.
Syntax:
<element mathsize="small | normal | big | length">
Attribute Values: This attribute has four values as mentioned above and described below:
small: This value sets the content to a smaller size than the normal.
normal: This value sets the content size to normal. This is the original size of the content.
big: This value sets the content to a bigger size than the normal.
length: This value can be used to set the content size to any given value.
The examples below illustrate the MathML mathsize attribute:
Example 1:
HTML
<!DOCTYPE html>
<html>
<body style="text-align:center;">
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML mathsize Attribute</h3>
<math>
<ms lquote="„" rquote=" “"
mathcolor="Red" mathsize="small">
A Computer Science Portal for Geeks
</ms>
</math>
</body>
</html>
Output:
Example 2:
HTML
<!DOCTYPE html>
<html>
<body style="text-align:center;">
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML mathsize Attribute</h3>
<math>
<ms lquote="„" rquote=" “"
mathcolor="Red" mathsize="28px">
A Computer Science Portal for Geeks
</ms>
</math>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML mathsize attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute
|
https://www.geeksforgeeks.org/html5-mathml-mathsize-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML mathsize Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, jQuery Mobile Checkboxradio Widget defaults Option, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0159564354, 0.0370591804, -0.0112413811, 0.0222815089, 0.0596856959, -0.0084669739, 0.0226552635, 0.0308778603, 0.0044167703, 0.0185152162, 0.0136635965, 0.0242940336, -0.0123051433, 0.0042730188, 0.0419179872, -0.0158989355, -0.0139295375, 0.0044167703, -0.0325166285, 0.0168764461, -0.0154676801, -0.00166123034, -0.0188745949, 0.0440167636, -0.0272409432, 0.00553084584, 0.000898448, 0.00152466621, -0.0153670544, 0.00109161425, 0.00656585768, 0.0165889431, -3.70048256e-05, -0.00771227758, -0.0351904109, 0.0135701578, 0.0238196533, 0.053159371, -0.0263928082, -0.0199671071, 0.00636460539, -0.014921424, 0.0085316617, 0.0059046, 0.0201827362, -0.0134982821, -0.0273559447, -0.0394167081, -0.0127220238, -0.021965256, 0.0179114584, -0.00279776705, 0.0120176403, -0.0157983098, -0.0248834155, -0.0031535523, 0.00871135201, 0.0180983357, -0.0180983357, -0.0354779139, 0.014087664, -0.0524693616, -0.00913541857, 0.00671679713, -0.0386979505, -0.0255159233, -0.00211674348, 0.0339541472, 0.00262526493, -0.00209877454, -0.0128154615, 0.0266371854, -0.0019550228, 0.0170058236, -0.0209446196, -0.01267171, 0.0117516993, -0.0136492215, -0.00486240024, 0.0182564631, 0.0144039178, 0.00138271146, -0.0221090075, 0.00262346817, 0.00543021969, 0.0120751411, -0.00485880673, -0.0362541713, -0.0014141571, 0.0035434789, -0.0164595675, 0.0157839339, 0.0232733972, 0.00925042, -0.0138504738, 0.0211027469, -0.0123195183, 0.0244665351, -0.00171423878, 0.000232922641, 0.016603319, 0.0389567055, 0.0490193218, -0.00761165144, 0.0221521333, -0.00881197769, 0.0251277927, -0.00275643845, 0.0335516408, -0.00716602104, 0.0263353065, -0.0252284184, -0.0145907952, -0.00541225076, -0.0166320689, 0.0189464707, -0.0167614464, -0.0442180149, 0.0298715979, 0.0312516131, -0.0455405302, 0.0157983098, 0.00735649187, 0.0492205732, -0.0658382699, 0.0179258343, -0.0519231036, 0.000927198329, 0.0248402897, -0.0343279019, -0.0129664009, 0.0275428221, 0.0074319616, -0.050974343, 0.00247971644, -0.0315391161, 0.0281322021, -0.00604475802, 0.00677070394, -0.0247540381, -0.0365416743, -0.00684617367, 0.0323153771, 0.025329046, -0.0504855886, -0.0248977896, 0.00313378661, 0.048415564, -0.0449367724, 0.0191477239, -0.039100457, -0.0156689323, 0.0199671071, -0.0367716774, 0.0128873382, 0.000746610283, -0.021649003, 0.0246390365, -0.00788477901, 0.0385542, 0.022799015, 0.010687937, 0.0148495482, 0.00843822304, -0.00185259967, 0.0491343215, -0.0296703465, -0.00553803332, -0.0234027728, 0.0217496287, 0.000336468773, 0.000761883857, -0.0380654447, -0.0187308434, -0.0325166285, 0.0142673543, 0.00460005365, -0.0265940595, -0.00759008853, 0.0143104792, -0.0297565963, 0.010429184, 0.0114929462, 0.03435665, -0.0253865458, -0.0213039983, 0.0150220506, 0.0108820023, 0.0224540122, -0.0166608188, -0.0196364783, 0.0163733158, -0.00337277376, 0.00949479826, 0.0331778862, 0.00466114795, -0.025616549, -0.00282292347, 0.00972480047, 0.003798638, 0.00914979447, -0.0231296439, 0.0228133909, -0.00690726796, 0.0105801234, -0.0155826816, -0.00398551533, 0.041112978, 0.0424642451, -0.00704023847, -0.0115791978, -0.00203228928, 0.000550748606, 0.00751821278, -0.0265940595, 0.00724149076, -0.0128370244, 0.00136025029, -0.00378066907, -0.0331203863, 0.0530731194, -0.0214908756, -0.0151658021, -0.0215052515, -0.0550281405, -0.0302453525, -0.0183283389, -0.0342129, 0.003938796, 0.0117013864, -0.00852447469, 0.0213758741, -0.00749665, 0.0103501203, 0.0535331257, 0.0138576617, 0.00386692, -0.0233308971, 0.00281214225, -0.00335839856, -0.0461730398, -0.00228565163, 0.019708354, -0.0161720645, 0.0148351733, -0.0424067453, -0.00969605055, -0.0310791116, -0.00354527566, -0.0102135567, -0.0167039447, -0.0323153771, -0.00733492943, -0.00775540294, -0.0175377037, 0.0113060698, 0.0510605946, 0.00263424939, -0.00548412651, -0.00749665, 0.026479058, -0.00826572161, -0.00638976181, -0.00406098505, -0.0140804769, 0.0224683862, 0.0536768772, -0.0306478571, -0.0201539844, -0.0398767143, -0.0108748144, -0.0631357357, 0.0109898159, -0.00645804405, -0.0687133, 0.0121398289, 0.0125063956, 0.00692883087, 0.0269534402, -0.0096888626, 0.0046395855, 0.00329910102, 0.0145117315, 0.0564081594, -0.0161289386, -0.00130095263, -0.00567100383, -0.00575366104, -0.0313666165, -0.0218071286, -0.0273846947, -0.0136635965, 0.0214765, 0.0189464707, -0.0106016863, 0.0151370512, -0.0151226763, -0.0162151884, 0.00737446081, -0.0281897038, -0.0386692025, 0.00378785678, -0.00352371298, -0.0243802834, 0.00787040405, -0.0035991827, 0.0299866, -0.00863228831, -0.0209733695, -0.0251277927, -0.00411129789, -0.0113348197, -0.00723430328, -0.00490552606, -0.0470355488, -0.0115863848, 0.0172933266, -0.0299003478, -0.0459430367, -0.0148207974, 0.000469888299, 0.000325013563, -0.0273128189, 0.0434417576, 0.0133401556, -0.011802013, -0.0600307, -0.0205708649, 0.0318553708, -0.0269246884, -0.0543381348, -0.0190039724, -0.0114426333, -0.0153383035, 0.0117660752, -0.0555456467, 0.0567531623, -0.00396754639, -0.0265796855, 0.0164020658, -0.0123626441, -0.0209446196, -0.0223821364, 0.0250415411, 0.0236184, -0.00972480047, -0.0212033726, -0.00636819936, 0.0149501739, 0.0198233556, 0.000998175703, 0.020513365, 0.0203264877, 0.0121901417, 0.0107885636, -0.00366746471, 0.018845845, -0.0237477776, -0.022784641, -0.011830763, -0.0271978173, -0.000530084304, -0.00714086462, -0.0407104753, -0.000554342405, -0.0731983557, -0.00518943556, -0.00232877722, -0.00060780003, -0.00136384403, -0.0232877713, -0.00234494917, 0.0251421686, 0.0270396899, -0.00581475534, 0.042234242, 0.0130526526, -0.0218933802, -0.0365991779, 0.0294690933, -0.0302741025, 0.0595706962, 0.0244665351, 0.00930073299, -0.000377123535, 0.000225173528, 0.0096098, 0.00105837174, 0.00651554484, 0.0481855609, -0.00415801723, 0.0223965105, 0.00197478873, -0.036829181, 0.00863228831, 0.0125135835, -0.0329766348, -0.0579031743, 0.0209733695, 0.0109035643, 0.0456555337, -0.00625319779, -0.0182708371, 0.00897729211, 0.0179545842, 0.0231152698, -0.0338966437, -0.0274565704, 0.0536768772, -0.0453967787, -0.0292965919, 0.0129304631, -0.0370016806, -0.0274565704, 0.00917135738, 0.0374616869, 0.0160283111, 0.00236291811, -0.0155683067, 0.0328903832, 0.0401354693, -0.0060196016, 0.00270612538, -0.0190902222, 0.00457849074, 0.00349855633, -0.06244573, 0.00940136, 0.0408829749, -0.00665929634, -0.0432117544, 0.0427805, -0.00497740181, 0.015769558, -0.0105441855, 0.0297278464, 0.0217208788, 0.0298715979, -0.00354168192, -0.0281178281, -0.00173939532, -0.0115001341, 0.00270432839, 0.0452530272, -0.0305903573, 0.0263209324, -0.0123554561, -0.0136204716, 0.0376054384, 0.0501693338, 0.00287862727, -0.0218071286, -0.0312803648, -0.0291528404, 0.0475243032, -0.0216346271, 0.0414579846, -0.0184289645, 0.00332964817, 0.00220658816, -0.0173077025, -0.00052559207, 0.0236184, 0.0162439402, 0.0550856441, -0.0348166563, -0.0355354138, 0.0496518277, -0.00531162461, 0.0303316042, -0.0127723366, -0.000452817767, 0.0376629382, -0.00789196696, -0.00926479511, 0.0237334017, -0.00623163534, 0.0220227577, 0.0231871456, 0.0141451648, 0.0341554, 0.0113491947, -0.0145189194, 0.00825853366, -0.006752735, -0.0354491621, 0.00192986627, 0.00668804673, 0.0333216377, 0.0361679234, -0.0145404823, 0.0160858128, 0.013792973, -0.0280459523, 0.00647601299, 0.0124920206, 0.0118595129, -0.0240496546, 0.000472134416, 0.00288222102, -0.0372316837, 0.0284484569, -0.016574569, 0.0500543341, 0.00304753543, 0.0241359062, -0.0386404507, 0.0378354415, -0.0395029597, 0.0145261064, 0.0219508801, 0.004783337, -0.0197514798, -0.0240352806, -0.00881916564, -0.0204989891, 0.0245527867, 0.00216346281, 0.0128729623, 0.0334366411, 0.00278518861, 0.0114785712, -0.0220946334, 0.0161145627, 0.00405739108, 0.0104435589, 0.037979193, -0.000676980533, 0.00431255, -0.0251565427, -0.0186445918, -0.00984699, 0.0398479663, 0.000165089819, -0.027284069, 0.0179545842, -0.025616549, -0.00468989834, 0.0158558097, 0.0221233834, -0.0206427407, -0.0229571424, -0.0195933543, -0.0169051979, -0.0209589936, -0.0167758204, 0.0157264341, -0.0117157614, -0.0324878804, -0.00457130326, 0.0221233834, -0.00124435045, 0.0129592139, -0.0285059568, 0.0174945798, 0.0129160881, -0.00425864337, -0.0112341931, -0.00711211422, -0.027298443, 0.0112198181, 0.0228133909, 0.0164595675, 0.0212464985, -0.0215196256, -0.0313666165, -0.0228852667, 0.0153670544, 0.0118092, 0.0172645766, -0.0104794968, 0.000468989834, 0.0490193218, -0.0227415152, 0.00506005902, 0.0180839617, 0.0036872304, -0.00645445, 0.00337097677, -0.0189752206, -0.0193633512, -0.0268671885, -0.00180677883, 0.0241071563, 0.00418317365, 0.0197658557, -0.0183283389, -0.0313091166, -0.057155665, 0.00672039064, 0.0432692543, 0.0230865199, -0.0193633512, -0.00578600494, 0.0250702929, 0.0441030152, -0.0344141498, -0.000793329556, 0.0351616591, -0.0251421686, -0.000721004501, 0.0285922084, 0.00465036649, 0.0235033985, -0.0224108864, -0.0252715442, 0.0186733436, 0.00181486493, 0.00812915713, -0.00955229905, -0.02870721, -0.0534756221, 0.00869697612, -0.0129951518, -0.0367429294, 1.75478126e-05, -0.00956667401, -0.0154964309, -0.0113348197, -0.00472224271, 0.0279597, 0.00776259042, -0.00499177678, -0.0113491947, 0.0441605151, -0.0243515335, -0.0108388765, 0.00493068248, 0.0276865736, -0.0389567055, -0.018313963, -0.0200246088, -0.000979308272, 0.0193777252, 0.0380941927, 0.0368004292, -0.0194927268, -0.00283370493, -0.0270828158, 0.0145332944, 0.0158989355, -0.0128082745, -0.0283622053, 0.0331491381, 0.00067742978, 0.0102135567, -0.00913541857, 0.0569831654, 0.0116007598, 0.00815790799, -0.00169806671, -0.0150651755, -0.00603757054, -0.00662695244, 0.0350466594, 0.0407104753, -0.00678507891, -0.00172412163, 0.0129232761, -0.000497291, -0.0441317633, -0.0225258879, 0.00673476607, 0.0139007866, 0.0174370781, -0.0276578218, -0.0055128769, -0.0260334294, -0.00828009658, 0.0312803648, -0.000428784289, -0.0327753834, 0.00293073733, 0.0161289386, 0.0251852944, -0.0245959125, -0.0214333758, 0.0386404507, -0.0210739952, 0.044706773, -0.0143895429, -0.00391723309, -0.00750383735, 0.0043053627, 0.0109898159, -0.00335300784, -0.00276003219, 0.0208727438, -0.000566471426, -0.0192627255, 0.0598582, -0.00961698685, 0.0300441012, 0.0266228113, 0.0311653633, -0.0289515872, 0.0232158955, -0.00715523958, 0.0148495482, -0.0402217172, -0.0280459523, 0.00896291714, -0.0109395022, -0.00405379711, -0.014633921, 0.0189464707, 0.00904916786, -0.00771946507, -0.015482056, -0.00909229368, 0.000992785, 0.0276146978, 0.0296128448, 0.022497138, -0.00104309805, -0.0028983932, 0.00498099579, 0.01969398, -0.0402792208, 0.0236902758, 0.0114713842, 0.00350394705, 0.000737176568, -0.00572491065, 0.00120302185, -0.00106016861, 0.0225258879, 0.0114426333, 0.00572491065, -0.00244018459, -0.00597288227, -0.00768352719, 0.00551647041, 0.00346800918, -0.000990089728, 0.0316253677, 0.00454974035, 0.0132035911, -0.0219077561, 0.000588932657, -0.00679586036, 0.00185978727, -0.00664492138, -0.0155970566, 0.0044491142, -0.00916416943, 0.0286065843, -5.15484535e-05, -0.00857478753, -0.000179577284, 0.0013728285, -0.0149501739, 0.0246965382, -0.00217424403, 0.018860219, -0.0281897038, 0.0247540381, -0.0104938727, 0.00654070126, -0.000108936816, -0.0300153494, 0.0137570351, -0.0226552635, -0.00368363666, -0.00503849611, 0.0266371854, -0.0533318706, -0.00713727064, -0.0012892728, 0.00733852293, -0.000284808018, -0.0271834414, 0.0480418094, -0.00125962403, 0.0176958311, 0.020254612, -0.0456842817, 0.0106088733, -0.00490193209, 0.0056530349, 0.00304214493, 0.0331778862, -0.00563506549, 0.0476393066, -0.00635382393, -0.0119673274, -0.000468540617, -0.00662695244, 0.0135342199, 0.0272265673, 0.0278303251, 0.0279884506, 0.0191908479, -0.0136348465, 0.0217927545, -0.011521697, 0.0154533051, -0.0117013864, 0.00539787533, 0.0170058236, 0.02870721, 0.0140804769, 0.0138432868, 0.0180552099, 0.0050672465, -0.0220227577, 0.00109251274, 0.0196364783, -0.0240065306, -0.0190614723, -0.0244377851, 0.00920729525, -0.0275284462, -0.0414292328, 0.0226840153, 0.0170920752, 0.0324016288, -0.0165314432, 0.013800161, 0.0184002146, 0.0200964846, 0.0132826548, -0.0204558633, -0.0103644961, 0.00445630215, 0.00227487017, 0.0463167913, -0.00379504426, 0.0215771273, -0.00564944092, -0.000572311343, -0.0113563826, -0.0100266794, 0.0284772068, -0.00794228, 0.0129089, 0.0107166879, 0.032085374, -0.0206283648, 0.0206139907, -0.0132826548, 0.0158558097, -0.0180408359, 0.000471235951, -0.0220515076, -0.0197658557, 0.0103285583, -0.0144254807, 0.0119960774, 0.00388129521, 0.0143823549, 0.0500830822, 0.0142601663, 0.00492708851, 0.0170489494, -0.0274853203, -0.0360816717, -0.0100338673, -0.0135989087, -0.0226983894, -0.0243084077, 0.00630351109, 0.0431542546, -0.0209589936, 0.0265365597, -0.0154533051, 0.0316828713, 0.0093222959, 0.012937651, 0.0169195719, 0.0161864385, 0.0108748144, 0.0358229168, 0.00192267867, -0.0105082477, -0.00284628314, -0.0572706684, 0.0109970029, -0.00194963207, 0.0253865458, 0.0196652301, 0.0134767201, 1.93025935e-05, -0.00818665791, 7.50765612e-05, 0.0355641656, -0.0265940595, -0.00281393901, -0.00807165634, -0.0289659631, 0.00640054327, -0.0241359062, 0.03938796, -0.029842848, 0.00648679445, 0.0454830304, -0.00422629947, 0.0144686066, -0.0288797114, 0.00829447154, 0.00706180092, -0.0519518554, 0.0235465243, -0.0143248541, -0.00134317973, 0.0218790043, 0.00273487554, 0.0377204381, -0.00189752213, 0.0198521074, 0.0226552635, 0.0299291, -0.0169339478, -0.0137498481, 0.00171783252, -0.0173364524, 0.0255734231, 0.00344105577, -0.0196077283, 0.0311941132, -0.0173795782, 0.00618850952, 0.00968167558, 0.0293684676, -0.0370304324, 0.000827919808, -0.000499087851, -0.00942292251, 0.00990449078, 0.00848134886, -0.0227558911, 0.029555345, 0.00810759421, -0.0290665887, -0.000444956357, -0.0270540658, -0.0340979, 0.00863228831, -0.0654932633, 0.0164883174, 0.0261053052, -0.0209302437, 0.0248115398, 0.00752540026, -0.0290234629, -0.0246390365, -0.0255446732, -0.00323261577, 0.0287647098, 0.0227702651, 0.0068641426, 0.00951636117, 0.00302597275, 0.00650116941, 0.0240640305, -0.0250271671, 0.00559194, 0.0347879045, 0.0387554504, 0.00766915176, -0.00431614416, 0.00313378661, 0.00250846683, -0.00206283666, -0.0106735621, -0.00349136884, -0.0234171487, 0.0105729355, 0.0200246088, -0.018313963, 0.00910666864, -0.0162295643, 0.0149645498, -0.00881916564, -0.00731336651, 0.00290737767, 0.0228133909, -0.0196077283, 0.0301591, -0.00165673811, 0.00580756785, -0.00674914103, 0.0102566825, 0.0138576617, 0.0368004292, -0.0184145905, 0.0378929414, -0.0208727438, -0.0130454646, 0.00216346281, 0.0485305674, -0.0114138834, -0.0145764202, -0.0356504172, 0.0133976564, -6.14313831e-05, 0.0189033449, -0.0324878804, 0.00391723309, -0.00769071467, -0.026723437, -0.020268986, -6.9405105e-05, 0.0121470168, 0.00850291178, -0.0110401288, 0.00337097677, -0.00606632093, -0.00596210081, -0.0173508264, 0.0147776725, 0.00510318438, 0.016603319, 0.0147632975, 0.020254612, -0.00827290863, -0.026162805, 0.000975714531, 0.0117085744, 0.0378066897, 0.00128837442, -0.00515349768, -0.0193202253, -0.026162805, 0.0164883174, -0.00109970034, -0.0204127375, -0.00160552654, 0.0160858128, 0.000333548815, 0.0177677069, -0.00811478216, 0.00118774828, 0.01267171, -0.00897010416, 0.00581116136, -0.02701094, -0.0403942205, -0.00920729525, -0.0146770459, -0.00570334774, 0.0235033985, -0.0188889708, 0.00228744862, -0.00936542172, -0.0108245015, -0.0161720645, -0.00261088973, -0.0157120582, 0.00960261188, -0.00723070931, 0.0248977896, 0.0263928082, -0.0197371058, 0.00269714091, -0.00799978059, 0.0166320689, -0.0237765275, 0.00769071467, 0.0147201717, 0.00095864397, 0.005351156, -0.017178325, -0.0234746486, -0.0320566222, -0.00461802259, 0.014626733, 0.032372877, -0.000177780399, 0.000600163243, -0.0353916623, -0.000337142614, -0.0181270856, -0.00922885723, 0.0149357989, -0.0143967308, -0.00222635409, 0.0010610671, -0.0213183742, -0.015208927, 0.0310791116, 0.00476177409, -0.00444192672, 0.0111695053, -0.000391274079, -0.00805728137, -0.0103357453, 0.000634304248, -0.0206427407, -0.0239490289, -0.0238052774, 0.0154964309, -0.00984699, -0.000377123535, 0.0114570083, 0.0100338673, -0.000732684333, 0.0607207082, 0.0217496287, -0.0268959384, -0.0275284462, -0.0124560827, 0.0103860591, -0.00855322462, -0.00555240829, 0.0228996426, -0.00165943336, -0.00238807476, 0.0328903832, 0.00974636339, 0.0357079171, -0.00100446481, -0.0152664278, -0.00464317901, -0.0175664555, 0.0134120313, -0.0100123044, -0.013239529, 0.0184433404, 0.0230146442, 0.0111263795, 0.0385829508, 0.00575725455, -0.00828009658, 0.00655148271, -0.0136923473, -0.00777696585, 0.00257854559, -0.0177533329, -0.00376270013, 0.00800696854, -0.0241790321, 0.0418029875, -0.0373466872, 0.00835916, -0.0342704, -0.00708336383, -0.0123267062, -0.00879760273, 0.00252463878, -0.0233883969, 0.0228996426, 0.0170920752, -0.017451454, 0.0160714369, 0.0177820828, -0.0064185122, -0.0145764202, -0.00183193537, -0.00804290641, 9.23716834e-06, -0.00202689855, -0.018285213, 0.00282472046, -0.0209158696, -0.0115791978, -0.0598582, 0.00399270281, -0.000936182798, 0.0152664278, 0.00808603223, 0.00662335847, -0.0040825475, -0.00259292079, -0.00496302685, -0.00982542709, -0.00137732073, 0.00361535465, 0.0154101793, 0.0276146978, -0.00561350305, -0.0089126043, -0.0135917207, -0.00858197547, 0.00715164607, -0.000906084781, -0.00168459, -0.0125854593, 0.00250487286, -0.0398479663, 0.0366566777, -0.0191189721, 0.00900604296, 0.00314277108, -0.00288042426, -0.0146986088, -0.00173580146, 0.0267665628, -0.00443114527, -0.00843822304, 0.000792880368, -0.0090563558, -0.00974636339, 0.0116510736, -0.00183912297, -0.00716242706, -0.0157120582, -0.00515349768, 0.0153095536, 0.0372029319, -0.0111982552, -0.0140373511, -0.0278303251, -0.00497021433, -0.0145261064, -0.00218143174, 0.00442395778, -0.0129735889, 0.0127220238, -0.0104435589, 0.0292103402, -0.003938796, -0.0191045981, -0.00173939532, 0.00618491601, -0.00283729867, 0.012398582, 0.00157048705, 0.00275643845, 0.0158701856, 0.00209158682, 0.00898448, 0.00144739973, -0.00595850684, -0.00295589375, 0.0164020658, 0.000637898047, -0.0223102607, 0.0186877176, -0.0103788711, 0.0414579846, 0.00850291178, -0.00677429792, 0.00228744862, -0.00238268403, -0.00917854439, 0.00233237096, 0.0330916345, 0.0278734509, 0.0201108586, -0.0422917418, 0.00180677883, 0.00654070126, 0.0222958848, 0.0221521333, 0.033235386, -0.00804290641, -0.0370591804, -0.0224540122, 0.0319703743, 0.00306191063, -0.00338355498, -0.0468055457, 0.013785786, -0.0285490826, -0.00237909029, -0.0176958311, 0.015755184, 0.0083088465, 0.00241323118, -0.0105944984, 0.00321105309, -0.0047509931, 0.00958104897, -0.00530443667, 0.0220515076, 0.00507443398, 0.0143032921, 0.0129807759, 0.0104866847, 0.00406817254, -0.00677070394, 0.0143248541, 0.00557037722, -0.0102351196, 0.0409117267, 0.00924323313, -0.00597647578, 0.00783446617, -0.0198952314, -0.0125495214, -0.0347591564, -0.00738164876, 0.0107885636, -0.000326810463, -0.0181845874, -0.00358301052, -0.024193408, 0.00922167, 0.0339828953, 0.024739664, 0.00769790215, 0.0121254539, 0.00500974571, -0.0189608466, -0.00965292472, -0.0107670007, -0.0141595397, 0.0394742116, 0.0336378925, 0.0142242284, 0.0108604394, -0.0096241748, 0.00768352719, -0.00812197, -0.0149645498, -0.0235465243, 0.0302166026, -0.0252571702, 0.000542213325, -0.000633855059, -0.0376341902, 0.0271259416, 0.0484443158, 0.00392442057, -0.00361894839, 0.0131460903, -0.00389207667, -0.0162583143, 0.0140445391, 0.0171927, -0.00618491601, 0.00424067443, -0.0107238749, -0.00608069589, -0.0152376778, 0.0191189721, -0.00738164876, 0.0357654169, -0.016574569, 0.0213758741, 0.000954151736, -0.017422704, 0.0139511, -0.00170255895, 0.0173652023, -0.00219940068, -0.00886229053, 0.0372891836, 0.0262778066, -0.0172502, -0.00916416943, -0.000306370755, -0.00263784337, -0.00288581499, -0.0124201449, 0.00290019, -0.00155431498, -0.00221916661, -0.0114570083, -0.0413142331, -0.00970323849, -0.00456770929, 0.00734930439, -0.00225510448, 0.00327214762, -0.0107238749, 0.0158845596, 0.032947883, -0.0223821364, -0.00874010194, 0.0252427943, 0.0221952591, 0.0037159808, 0.00174568442, 0.00215807208, -0.0167039447, -0.0151083013, -0.023345273, -0.00570334774, 0.0346154049, 0.0144614186, 0.00606632093, 0.00629272964, 0.0112413811, -0.0158270597, -0.00631429255, 0.00275104772, -0.0143895429, 0.00286784605, -0.0238052774, -0.00364949577, -0.00178431766, -0.0166608188, -0.0383529477, -0.00829447154, 0.0181989614, 0.0451955274, -0.0320278741, 0.00248870091, 0.00384895108, 0.00799259357, 0.0305041056, 0.0174370781, -0.0289803371, 0.0130167147, -0.028434081, 0.0224827621, 0.0063861683, 0.0523831099, -0.0238915291, -0.00309784873, -0.010702312, -0.00110149721, 0.00393520202, -0.00567100383, -0.0148207974, -0.0162726901, -0.0287503358, -0.00542662572, -0.0172933266, 0.00410051644, 0.00392801454, -0.0239921547, -0.00985417701, 0.0097679263, -0.0200102329, -0.0148207974, -0.00347699365, -0.0106232492, -0.00400348427, 0.0141523527, -0.00621366641, -0.00718399, -0.0116870115, -0.0136132836, -0.00858916249, 0.00128837442, 0.0019065066, -0.0400779657, 0.0409117267, -0.0118667008, -0.00437723845, -0.00904916786, -0.0311941132, 0.0231871456, -0.0329191349, -0.0359379202, 0.0148064224, -0.0124417078, 0.0188027192, -0.00469349232, -0.0100841802, -0.0130598396, 0.0062747607, -0.0266803112, -0.00352371298, -0.036829181, -0.0198664814, 0.028434081, -0.00969605055, -0.0172214508, 0.0129592139, 0.0270684399, -0.00793509278, 0.00489833858, -0.00897729211, -0.0344429, -0.0112126311, -0.00629272964, 0.0199383572, 0.00989730284, -0.0562069044, 0.00868260115, -0.0426367484, 0.0155683067, 0.0050349026, -0.00227127643, 0.0179545842, 0.0402792208, -0.0239490289, -0.0102998074, -0.0013800161, 0.0206139907, -0.0333216377, -0.00582194282, -0.0224827621, -0.0105154347, -0.0143176671, 0.0223533865, -0.0155970566, 0.00199994515, 0.0125926472, 0.00259292079, 0.0201252345, 0.00114641967, 0.00383098214, -0.000210686048, 0.00360277644, -0.00698633166, 0.0217496287, 0.0130310897, -0.0353341624, -0.00033085348, -0.00725227222, 0.0137426602, 0.00577163, 0.00848134886, 0.0383816957, 0.00398551533, 0.00687492406, 0.00495224539, -0.00538709387, -0.00041732908, -0.00157228392, -0.00825853366, -0.0021221342, 0.0151083013, 0.0268384386, -0.0185152162, 0.0203121118, 0.00524334237, -0.0099907415, -0.030417854, 0.0304466058, -0.00284089241, -0.00331167923, -0.008165095, 0.0162726901, 0.0151226763, -0.00165673811, -0.00295050326, -0.0256021731, 0.0195358526, -0.0219221301, 0.0217927545, 0.0148351733, -0.0207433663, -0.00601241365, -0.00660179555, -0.00232338649, 0.00101524626, -0.00749665, 0.00208619609, 0.0274996962, -0.0218358804, -0.000552096288, -0.0266228113, -0.00324160024, 0.00914979447, -0.0149789248, -0.00624241633, 0.0176527053, -0.00108442665, 0.0266228113, 0.0210883711, 0.00679586036, 0.00175646576, -0.00686773611, 0.00797103066, 0.0128729623, -0.000838701206, 0.00258573331, 0.000904737099, -0.0102998074, -0.00407176604, 0.0305328555, 0.0038417636, 0.0047509931, -0.010702312, 0.0203264877, 0.00380941946, 0.004366457, 0.0054014693, -0.0216921289, 0.0113779455, 0.00794228, -0.0213183742, -0.00606991444, 0.000889912713, -0.0227415152, 0.0161720645, -0.0276578218, -0.00996917859, -0.0107095, -0.0253721718, 0.00124255358, -0.00691086194, -0.00817228295, -0.00964573771, 0.00872572698, -0.0288509615, 0.0466330424, 0.000579948188, 0.0228133909, -0.00575366104, -0.00287143979, 0.000596120255, 0.0117301363, 0.00919291936, -0.00728102261, -0.00211494649, -0.0196796041, 0.00674554752, 0.0133545306, -0.0161864385, -0.0042550494, 0.0130885905, 0.00352011924, -0.0264646839, -0.010429184, 0.00884791557, 0.0122692054, -0.0145189194, 0.00164955051, -0.018860219, 0.00148872833, -0.0180408359, -0.0206571165, -0.011802013, 0.00994761568, 0.0231583957, 0.0120176403, 0.00654429523, -0.00747508695, -0.0222096331, 0.0106232492, 0.00421551801, 0.00584709924, -0.00303316046, -0.0203552376, -0.0328041315, 0.0130382767, 0.0102207437, -0.00296487822, -0.0370304324, -0.0124488948, -0.00342847756, 0.00927198306, -0.00496302685, -0.0229858924, 0.0204702392, 0.0127579616, 0.012384207, 0.00707977, 0.0256452989, 0.0058291303, -0.00413286081, 0.00322902203, 0.0131604662, 0.00501333969, 0.00274386, 0.0049558389, 0.0121254539, -0.000189235609, 0.00532599958, -0.0259759277, 0.00693961233, -0.0311078634, -0.0128298374, 0.0126860859, -0.0162870642, 0.00620647846, 0.00414364226, 0.00987574, -0.00369082438, 0.00857478753, -0.0112270061, 0.013491095, -0.00483005634, -0.00970323849, -0.0205852408, -0.00647960696, 2.67849809e-05, -0.00802853145, -0.00604475802, 0.00844541099, -0.0142529784, -0.0214477498, -0.00353449443, 0.0176095795, 0.0172502, 0.0113635696, -0.00585428718, -0.00340152392, -0.0192196, -0.00191189733, -0.0204558633, -0.00805009343, -0.0242796578, 0.0101704309, 0.0207002405, 0.0235752743, 0.00533678103, 0.0188314691, -0.00574287958, -0.0054625636, -0.00914260652, -0.00317152147, 0.0108748144, 0.0135557828, 0.0144111058, -0.00679226685, -0.0265653096, 0.00415082974, 0.00681023579, -0.00200353889, -0.017422704, 0.00322722504, -0.0079566557, -0.0018229509, -0.00780571625, -0.00160103431, -0.0232158955, 0.0045605218, -0.0123913949, 0.00237909029, -0.000977511401, -0.0222383849, 0.00931510888, 0.0204127375, -0.00500974571, -0.0213471241, 0.00652632629, -0.00673836, -0.00543740718, -0.0276434477, -0.00612741522, 0.0140157882, -0.00668804673, -0.00145368883, 0.00533678103, 0.0187164675, 0.0109970029, 0.00925760809, -0.0183427148, -0.0175808296, 0.00307808281, 0.0162439402, 0.0170777, 0.00253721699, -0.00177623169, 0.0177964568, -0.000570065225, 0.0102351196, -0.00619210349, -0.0135989087, -0.00674195355, -0.00479052449, 0.00190111587, -0.00361176091, -0.00292894035, -0.0191189721, 0.028434081, -0.0028983932, -0.00745352451, 0.0171927, 0.0221952591, 0.00193885074, 0.00898448, 0.00938698463, 0.0250415411, -0.0176383313, -0.00911385659, -0.0285203326, 0.0127076479, 0.00641491869, -0.0271978173, 0.0184720904, -0.0088335406, -0.00142583693, 0.00309425476, -0.0217640046, -0.00879041478, 0.0211458709, -0.0147129837, -0.0232446454, 0.015194552, 0.0416879877, -0.00645085657, 0.00166302721, 0.00407895399, -0.00147435314, 0.0167183205, 0.00451020896, -0.00815790799, -0.013239529, 0.00196580426, 0.00945886, 0.020268986, -0.00350574404, -0.0013306014, -0.0147776725, 0.00771946507, -0.0238052774, -0.0179833341, -0.00985417701, -0.0279597, -0.00904198084, -0.0148207974, -0.0174370781, 0.00917854439, -0.0309353601, -0.00794228, 0.0182420872, 0.0083088465, -0.00144380587, 0.0197946057, -0.00898448, 0.00653710729, -0.0140804769, -0.00518584158, 0.00612382125, -0.00708336383, 0.0131820291, -0.0188027192, -0.00741039868, 0.00782009121, -0.00468271086, 0.00196400727, 0.0147201717, -0.00356324459, 0.00291636214, 0.00250666984, 0.00588303758, 0.0176095795, -0.000390824862, -0.0266946871, 0.0147920474, -0.0156545583, 0.00245096604, -0.00865385123, 0.00617413456, -0.000445630198, -0.00944448542, -0.00464677298, -0.00576084852, -0.0122045176, 0.00490911957, 0.0183283389, 0.0137426602, -1.47542005e-05, 0.0191908479, 0.00224252604, 0.0156689323, 0.00244018459, 0.00458208472, 0.0211602468, 0.00520740449, -0.0189752206, -0.0295840949, 0.00584709924, -0.00731696049, 0.0237765275, -0.0132035911, -0.0189752206, 0.0211027469, 0.011830763, -0.0164308157, 0.0249696653, -0.0214621257, 0.0386117, -0.000903838663, -0.0218933802, 0.013778598, 0.0294115935, -0.0152808027, 0.0180552099, -0.00607350841, 0.0296415947, -0.000432378089, -0.00442036381, -0.0237909015, 0.0128873382, -0.00195681979, -0.013239529, 0.0173939522, -0.00211494649, -0.0300153494, 0.0225546379, -0.0189320967, -0.00417239219, 0.028419707, 0.00924323313, 0.00383098214, -0.00587225612, 0.00138810207, -0.00126950699, 0.0117588872, 0.0123410812, 0.0126213972, 0.00309425476, -0.0105657484, 0.0196077283, 0.00237190258, 0.0264934339, 0.0336666442, -0.0181270856, 0.0232158955, 0.00488036918, -0.00564944092, 0.00540506281, -0.0064472626, 0.00399629679, 0.0190327223, 0.00723070931, 0.00576444203, 0.0134048434, -0.0176527053, 0.00156329945, 0.00247432571, 0.0114498213, 0.0122548304, -0.00622804137, -0.003938796, 0.00971042551, -0.00790634193, -0.00843103603, 0.0169626977, 0.0224827621, 0.00214369688, -0.0117445122, -0.0254440475, 0.0185439661, 0.000789286569, 0.0224396363, -0.00550928293, -0.00410770392, 0.0112988818, 0.00882635266, 0.00406817254, 0.0196508542, 0.00282292347, -0.00147615, -0.00531162461, -0.0331778862, -0.026479058, -0.0110832546, -0.00982542709, -0.000206418423, -0.0221090075, -0.0235321503, 0.0102279317, -0.0192339737, 0.00707258238, -0.0103573082, -0.0252715442, 0.00948761, -0.000190021747, 0.00729899155, 0.0083232224, -0.0249265414, 0.0254440475, -0.00439161388, -0.00205924269, -0.0153814293, -0.0057967864, 0.00421551801, 0.0144901685, -0.00697195623, 0.0263640583, 0.0144542307, 0.0125063956, 0.00871853903, -0.00152826007, 0.00426942483, -0.0207289923, 0.000464946817, -0.00699711265, 0.00727383466, -0.00755415065, -0.0194496009, -0.00306011387, -0.0190183464, -0.0134982821, 0.0232446454, -0.00608069589, -0.00132970302, 0.00896291714, -0.0158414356, 3.93421942e-06, 0.0250127912, 0.00634304294, -0.00248690392, -0.0354779139, -0.00135036733, -0.0127938995, 0.013217967, 0.0134767201, -0.00113204448, -0.00176365336, -0.0033907427, -0.0164451916, 0.00876885187, 0.0256452989, 0.00525771733, 0.001760958, -0.00314277108, 0.0123123312, 0.0189895965, -0.0147345467, 0.0131532783, 0.0263065565, -0.00146087643, -0.00724149076, -0.00323081901, 0.0172645766, -0.0173508264, 0.00291456515, -0.000331302697, 0.0331203863, -0.00538709387, 0.008165095, 0.00753977522, -0.00315714628, 0.0305041056, 0.00834478438, 0.0082441587, 0.000921807601, 0.0206283648, 0.00586866215, -0.0128442124, -0.00124794419, 0.0230577681, 0.00291097141, -0.00294151879, -0.00477255555, -0.0102998074, 0.0119098267, -0.0124560827, -0.00626038527, 0.000702137069, 0.0171352, -0.0203552376, 0.00602319511, 0.00667726528, -0.000879580562, -0.00482286885, -0.000987394364, 0.00807165634, -0.0150651755, 0.0046395855, 0.00673836, 0.0178539585, -0.0318266228, 0.00313019264, 0.0104219969, -0.009279171, -0.00984699, -0.0133832814, -0.0203839876, 0.0254009217, 0.00558834663, 0.00674195355, -0.0106232492, -0.00168638688, 0.00558115868, -0.000800966343, 0.0141523527, 0.0147920474, -0.0169770736, 0.0123410812, -0.02139025, 0.0162439402, 0.0124417078, 0.0161864385, -0.0161001869, -0.00998355355, 0.0128657753, 0.0107670007, -0.00341410236, 0.00480849342, 0.0148926741, 0.000566920673, 0.0255015474, -0.0104938727, -0.0130885905, 0.0117804501, 0.0254440475, 0.0308778603, -0.0146482959, 0.00651195087, 0.0367716774, 0.0086897891, 0.00240065297, 0.0142026655, -0.0166608188, 0.00056736992, -0.0153095536, -0.0131029654, 0.0014842361, -0.00600163266, -0.0140517261, 0.0167183205, 0.00503130862, -0.00324519398, -0.0147632975, -0.00813634507, 0.0162295643, -0.0121901417, -0.0112988818, -0.0355641656, -0.0121326419, 0.0232446454, 0.000995480339, -0.00201432034, -0.0304753557, 0.0153239286, -0.00432333164, 0.0127867116, 0.0246390365, 0.0126142092, -0.0134623442, 0.0126860859, 0.0108676264, -0.00961698685, -0.0215340015, -0.00814353209, -0.00561350305, -0.0164883174, -0.00458208472, 0.00821540784, -0.0197514798, -0.00664851489, 0.000798271038, -0.000434848829, -0.0246246625, -0.000998175703, -0.0179258343, 0.0166751947, 0.00943010952, 0.0127435857, 0.00904916786, -0.00371957454, -0.017422704, 0.0171064492, -0.0201971103, 0.0140373511, 0.0168333221, 0.00801415555, 0.00533318706, 0.00412207935, 0.00716602104, 0.00984699, -0.00341769611, 0.0335516408, 0.0206858665, -0.00692883087, 0.00343027432, -0.00896291714, 0.007320554, -0.00891979132, -0.0125351464, -0.0034051179, 0.00273487554, 0.0176239554, -0.00652273232, 0.00375910639, 0.0134407813, -0.00325777242, -0.00461442862, 0.000655867043, 0.0106304362, 0.00158845598, 0.01799771, 0.015208927, -0.0158989355, -0.0128945252, -0.000671140617, -0.0212177467, 0.0147489216, 0.00188853766, -0.0130742146, -0.01436798, -0.00793509278, -0.00809321925, -0.0106591871, -0.0204558633, 0.0279884506, -0.0338391438, 0.0105513735, 0.00764758931, 0.0183283389, -0.00942292251, -0.0168476962, -0.0019065066, 0.00279956381, 0.00353808817, -0.00139079744, 0.0374329351, -0.00548053253, 0.0135629708, -0.00971761346, 0.00904916786, 0.0255734231, 0.0178970844, -0.00679586036, -0.015194552, 0.00807884429, 0.00745352451, 0.00491990102, 0.00160732341, -0.0207433663, -0.0106663741, -0.0089126043, 0.0107813757, 0.00521459198, 0.000996378832, -0.016890822, 0.0142529784, 0.0212608725, -0.00814353209, 0.00654429523, 0.00221377588, 0.018558342, -0.0357079171, 0.011521697, 0.0182420872, -0.00169177749, 0.00108712201, -0.00798540562, -0.0134120313, -0.0153383035, -0.00327394437, 0.000886318914, 0.0103357453, 0.00347519666, 0.0126357721, -0.0167901963, 0.0142242284, -0.00422989298, 0.00428020628, 0.0150795504, -0.0357941687, 0.018845845, 0.0345866531, -0.00328831957, -0.000649128691, -0.0119745145, -0.01799771, -0.001899319, -0.0102710575, -0.0189033449, -0.00680304784, 0.0085460376, -0.00772665255, 0.00286784605, 0.0219508801, -0.00503130862, -0.000800067908, 0.00374113745, 0.0024617475, 0.00931510888, -0.0156833082, 0.00133599213, 0.0231008939, -0.0117373243, 0.0172502, 0.00439880136, -0.0132467169, -0.0113420077, -0.00717320852, -0.0178395826, 0.00529365567, -0.0198377315, 0.00177623169, 0.00116259162, 0.0138864117, 0.030417854, 0.00319308415, 0.00127669459, -0.0139726633, 0.0201539844, -0.000322542823, 0.00798540562, -0.00521818595, -2.10714134e-05, 0.00294511253, -0.00447427109, -0.0162726901, 0.0282040797, -0.00652992, 0.0109251272, -0.0173364524, 0.0045281779, -0.00904198084, 0.00394238951, -0.00504209, 0.00930792093, -0.0108532514, 0.0297278464, 0.000756493188, -0.000854873273, 0.0064472626, 0.00317691197, 0.00749665, -0.0134839071, 0.0102926204, 0.00433411309, 0.0104219969, 0.0128370244, 0.0402792208, -0.0359954201, -0.0110401288, -0.000312884513, -0.000409018452, -0.00254440471, 0.00856041256, -0.0143104792, -0.0127579616, -0.0044778646, 0.000620827544, -0.00725227222, -0.00373754348, 0.00967448764, -0.000671589863, -0.00485521276, -0.0108245015, -0.0206571165, -0.0174802039, 0.00123177213, -0.00122458464, 0.0138648488, -0.00081534154, -0.0178108327, 0.0130885905, 0.017178325, -0.0102351196, 0.00615975913, 0.00536193745, 0.00592616294, -0.0198521074, -0.0108532514, -0.00261628046, 0.00303495722, 0.0202258602, -0.00361176091, -0.0292390902, 0.00236830884, 0.00283729867, -0.018558342, -0.00436286349, 0.0177820828, 0.0107741877, 0.0265796855, 0.00316253677, -0.0127435857, -0.0143823549, 0.0100698052, 0.0109179402, -7.90634222e-05, -0.01799771, -0.0227415152, -0.000759188551, 0.00158126839, 0.0210596211, 0.0283622053, 0.0179833341, 0.0214477498, 0.0114210704, -0.0220515076, 0.000678777462, 0.0231008939, -0.00918573234, 0.00787040405, 0.0259903036, -0.00411489187, -0.0137067223, -0.0133329676, 0.00687851757, -0.0175520796, 0.00208619609, -0.0136204716, -0.0107526258, -0.0122332675, 0.00757571356, 0.0173795782, 0.00104489503, 0.00799259357, 0.00656945165, -0.0147201717, 0.00109251274, -0.000468091399, 0.0100482423, -0.00143841526, -0.00209338381, -0.0248690397, -0.0114929462, 0.0168476962, -0.0160283111, -0.00195861654, 0.00411848538, -0.00709414529, -0.0346154049, 0.00272229733, -0.01633019, -0.00130544486, -0.00116438861, 0.0190327223, 0.0129664009, -0.0167614464, -0.00167560542, -0.00902041793, 0.00151388487, -0.0164739415, -0.0304466058, 0.00931510888, -0.00375191867, 0.00601241365, -7.70419138e-05, -0.00606991444, 0.000583542, 0.0195933543, -0.0202833619, 0.0380654447, -0.0153670544, -0.00363332359, 0.0138145359, 0.0164739415, -0.00440958282, 0.00789196696, -0.0228277668, -0.00463599153, 0.0120679531, 0.0168764461, 0.0219077561, -0.0329191349, -0.00759008853, 0.00809321925, 5.39349567e-05, 0.0161001869, 0.00234674616, -0.0187883433, 0.0153670544, 0.00836634729, -0.00647241902, 0.0070366445, -0.0168764461, -0.0142601663, 0.00207900861, -0.000761434669, 0.00313738035, -0.00771946507, 0.0271115657, -0.0126285851, 0.0192914754, -0.0074822749, -0.00300441, -0.0180839617, 0.0273846947, 0.0105369976, -0.000620827544, -0.00628913566, 0.0086107254, -0.0172645766, -0.0161433127, 0.0110257538, -0.0125063956, -0.0118882637, 0.0009289952, 0.0104723098, 0.00438083243, -0.0199671071, 0.022784641, -0.00386332627, 0.012657335, -0.0214621257, 0.010695125, 0.00318409968, 0.00741758663, 0.000107420688, -0.0228421409, 0.00922167, -0.00934385881, 0.00921448227, -0.00643648114, 0.014058914, -0.0178827085, -0.002675578, -0.00811478216, 0.00463239755, -0.0379216932, 0.0173652023, 0.0195502285, -0.00503130862, -0.00337996124, 0.00411129789, 0.00656585768, -0.014655483, 0.0116438856, -0.00693961233, 0.00976073835, 0.00771227758, 0.0278159492, 0.0345291533, 0.00746071199, 0.0004644976, 0.0201396104, -0.0459430367, 0.0149645498, 0.0161289386, 0.0158558097, -0.00102512911, -0.0199958589, 0.0145620452, 0.028434081, 0.0151514271, 0.00893416628, -0.0108963773, -0.00654429523, 0.0069252369, 0.0200677346, -0.00193525699, -0.0209877454, 0.0240352806, -0.0246246625, 0.00692164339, 0.00106196548, 0.0189033449, -0.0200821087, 0.0110185659, 0.00162888621, 0.00228385464, 0.00932948384, 0.000270208227, 0.0159708112, -0.0146986088, 0.00650835736, 0.00119852962, 0.00636101188, -0.0286065843, -0.00240065297, -0.0138217239, 0.00845259894, 0.0231871456, 0.00170794956, -0.00829447154, 0.00532599958, 0.012089516, -0.0106663741, -0.0135270329, -0.0204846133, -0.00759727601, -0.0121757668, -0.00922885723, 0.00819384586, 0.00175916112, -0.00783446617, 0.0180839617, 0.00177173945, -0.00665570283, -0.0182133373, -0.0145979831, 0.00548772, -0.0127076479, -0.00760446349, -0.00127130386, -0.00240245, -0.00792071782, -0.0178970844, 0.0044167703, -0.00170974655, 0.000458433089, -0.00222815108, 0.0220658816, -0.0117660752, -0.00685336115, 0.00772665255, 0.00346980616, -0.00226588571, -0.00299722236, -0.0260190535, 0.0104866847, 0.00553084584, -0.0139007866, 0.0229715183, -0.0128154615, -0.00518584158, 0.0018022866, -9.50670292e-05, -0.000362973, 0.0105729355, -0.00184181833, 0.00470786728, -0.014360792, 0.0158989355, 0.00288042426, -0.0159851871, 0.0103573082, 0.00978230126, -0.00286425208, 0.00696117477, 0.0021221342, 0.0150364256, 0.0117013864, -0.0113204448, 0.0213614982, 0.0116366986, 0.0121685797, -0.00634663645, 0.0296990965, -0.0161433127, 0.00995480362, 0.00620288495, -0.00764758931, -0.0109970029, 0.0138936, 0.0108604394, 0.0090994807, 0.0167039447, 0.0395317115, 0.00380223175, 0.0161576886, 0.0184720904, 0.00450661499, -0.0044491142, 0.0176095795, 0.00628913566, -0.00796384271, 0.00156958867, -0.0175664555, -0.0166751947, 0.00497021433, 0.00481927488, 0.0133617185, -0.0305041056, -0.00363332359, -0.0103573082, 0.00431614416, 0.0139726633, -0.0111479424, 0.0111407544, 0.0105513735, -0.00274745398, 0.0043053627, -0.0052397484, -0.0102782445, 0.00350754079, -0.0121470168, -0.00179420062, 0.0108388765, 0.0130095268, 0.0126213972, -0.0196652301, 0.00387051399, 0.021677753, 0.00774102798, -0.010687937, -0.0139439125, -0.0203264877, -0.00682101725, 0.0209446196, -0.00805728137, -0.0172933266, -0.0126070222, -0.00726305321, 0.00239346549, -0.0133042177, -0.00143661827, 0.0245671608, 0.00759727601, -0.00721992785, 0.000874639081, 0.00447067712, -0.000412163, 0.000500884722, -0.00710492674, -0.00260729599, -0.00627835467, 0.00867541321, 0.000375775853, -0.0038417636, -0.00363871432, -0.0500830822, 0.0273559447, -0.0140373511, 0.0172214508, -0.0133114057, 0.00956667401, 0.0152233029, -0.00392442057, 0.0227558911, -0.0186589677, 0.00517146662, -0.00556678372, -0.0143823549, -0.00604835199, -0.00608429, 0.0164451916, 0.0102710575, 0.00368363666, -3.79313497e-05, -0.0500830822, -0.0111695053, 0.00468271086, 0.0156401824, -0.00749665, 0.00724508427, 0.0117804501, 0.0100841802, -0.00197299174, -0.0096888626, -0.0150939263, -0.0102279317, 0.0234458987, 0.0155826816, -0.0141092269, 0.0198089816, 0.00545537611, -0.013232342, -0.0183858387, -0.00229283934, -0.00254440471, -0.00450661499, -0.00373035599, 0.0133114057, -0.0104579348, -0.00113024761, 0.00771946507, 0.00617054058, 0.005351156, 0.00289659621, 0.0115073221, -0.00178701303, -0.0204846133, 0.00267198426, -0.0263065565, -0.000968526932, 0.00116798235, -0.00617413456, 0.00136833626, -0.00029334327, 0.00500255823, -0.00166212872, 0.0148639232, -0.000810400059, -0.0198089816, -0.00948042329, 0.0198808573, 0.0178395826, -0.00575725455, 0.00881197769, 0.0213758741, 0.00478693098, 0.0133185927, -0.00511396583, -0.00951636117, 0.0131748412, -0.00138810207, 0.00683179824, -0.0204702392, 0.00135306269, -0.0186877176, 0.00961698685, -0.0045569283, -0.0194783527, -0.010982628, -0.006892893, 0.00407895399, -0.0232158955, 0.0133904684, -0.0327178799, -0.0169770736, -0.000684168132, -0.00655867, -0.00948042329, -0.0235896502, 0.00256596738, 0.00117157621, -0.00352551, -0.00536193745, 0.0059908512, 0.021404624, -0.0174802039, -0.0114426333, 0.0344141498, -0.0269103143, -0.00730617903, -0.00402864069, -0.0132107791, -0.00831603445, 0.00518943556, 0.0034464465, 0.00140427414, -0.0044778646, -0.00841666106, 0.010429184, 0.00233057397, 0.00323081901, 0.000170255895, -0.00126771012, -0.021404624, 0.00118505291, 0.0234315228, -0.00174568442, 0.0156258065, 0.0353916623, -0.022252759, 0.0120679531, -0.00125063956, 0.00682461075, -0.00783446617, -0.00399629679, -0.0301591, -0.0151801771, -0.0276721977, -0.012657335, 0.00409332896, -0.00910666864, 0.00515349768, -0.0303316042, 0.0018229509, -0.0182708371, 0.0213183742, -0.0155683067, -0.0235465243, -0.0220946334, 0.00701148808, -0.00892697927, 0.00889104139, 0.0243084077, 0.00278518861, -0.00689648651, -0.0210164953, 0.0164451916, 0.0170345735, 0.00378066907, -0.00141685246, -0.00562069053, 0.00107903604, 0.0116295107, -0.0266228113, 0.012118266, 0.00457489723, 0.00602678908, 0.00769071467, -0.0124488948, -0.00375910639, -0.010968253, 0.0121973297, -0.00249588839, 0.0197946057, -0.00265401532, -0.00850291178, 0.0138432868, 0.00135755492, 0.0219077561, 0.00107184844, -0.00335480482, -0.00524334237, 0.00385254482, 0.0174802039, -0.00481927488, 0.012369832, -0.0076260264, 0.00255698292, 0.00551647041, -0.0239346549, 0.00435926951, 0.00284987688, -0.010968253, -0.020268986, 0.0152376778, 0.00458208472, 0.00894135423, -0.00789196696, -0.00881197769, 0.0215483755, -0.0111120045, -0.012384207, 0.00135396107, 0.00623882283, -0.0101776188, 0.0138720367, 0.00267198426, 0.0217783786, 0.00563147198, -0.00761165144, 0.0407967269, -0.00253362325, 0.0180408359, 0.00632866751, -0.004923495, -0.0166895688, 0.00615616562, -0.000865205424, 0.0246102866, -0.0263353065, -0.00646523153, 0.00467911689, -0.0162008144, 0.0102494946, 0.00918573234, 0.00486958819, -0.0224396363, 0.0161289386, -0.024768414, -0.0177533329, -0.00659101456, -0.0264071822, 0.0216202512, 0.0158701856, 0.0339541472, -0.0139582874, 0.0126429601, -0.0114929462, -0.0103932461, 0.00269534392, 0.0204702392, -0.00920729525, 0.00656226417, -0.0212464985, 0.0168189462, -0.00184181833, 0.00445989566, 0.00827290863, 0.00496302685, -0.00636101188, 0.0176958311, -0.0266803112, 0.0173364524, -0.0134551572, -0.0107670007, -0.00851009879, 0.0067024217, 0.00794228, 0.030417854, 0.00895572919, 0.00627835467, 0.0055128769, 0.00412207935, -0.00635741791, -0.000328382739, -0.00935823377, 0.0114713842, -0.0160570629, -0.0200533587, 0.00480130594, -0.00473661767, -0.0063861683, -0.00280495454, 0.0079566557, -0.0106160613, 0.0136779724, -0.0122117046, -0.00263964012, 0.0134264063, 0.00190470973, 0.00577522349, -0.0126285851, 0.00161810475, 0.00934385881, -0.00615257164, 0.0118882637, 0.0109610651, 0.0111335674, 0.0125782713, -0.0114138834, 0.00104579341, 0.000256282277, -0.0117445122, 0.000214616754, 0.0246102866, 0.011830763, 0.0239634048, 0.00179150526, -0.0259615518, -0.0416304842, -0.0117732622, 0.014907049, 0.00552365836, 0.00958823692, 0.00157947151, 0.00273846951, -0.00194603833, -0.00668804673, 0.0118451379, -0.0015183771, 0.0149357989, -0.00845259894, 0.0122907683, -0.00730258506, 0.0131964041, 0.0141739156, -0.0226840153, -0.0100913681, 0.0165889431, 0.0182277132, -0.00260909298, -0.0114929462, -4.93304105e-05, 0.0103357453, 0.00349675957, 0.00306730135, 0.00792071782, 0.00540865678, 0.0164883174, -0.0196364783, -0.00399629679, 0.00451020896, -0.0280603264, -0.00343566504, 0.0128945252, 0.00378426281, -0.00621007243, 0.00099727721, -0.00531881209, 0.00724149076, 0.000133868743, -0.00553803332, 0.0211314969, 0.00566381589, -0.00145099347, 0.00387410773, -0.00133958599, 0.0110401288, 0.00206103968, -0.000694051036, -0.0131460903, 0.0145979831, 0.00724149076, -0.0207864922, 0.00037195746, -0.0124704577, -0.0134839071, 0.0235033985, 0.0110041909, 0.00104309805, -0.00202689855, 0.00359379197, -0.0161433127, -0.00463599153, -0.00488036918, -0.00245096604, 0.00479052449, -0.00644366909, 0.00415801723, -0.00600163266, 0.000920909166, 0.0186158419, 0.00457489723, 0.000996378832, 0.0170777, 0.00204307074, -0.0184864663, -0.00017542197, -0.000991886598, 5.22222872e-05, 0.0178108327, 0.0213614982, -0.0195789784, -0.0100266794, -0.0205996148, 0.000143976285, 0.0132035911, 0.0309066102, -0.013792973, 0.0133976564, -0.0122835804, 0.0269390643, -0.0189895965, 0.0226840153, 0.00831603445, -0.00469349232, -0.014073289, -0.003024176, 0.0113707576, 0.026191555, -5.68198175e-06, 0.00112845062, -0.010407621, 0.0112413811, -0.00112036464, 0.00958823692, -0.00401426572, -0.0152520528, 0.0384104475, -0.00777696585, -0.0294690933, 0.0216346271, -0.00641491869, -0.00751821278]
|
18 Nov, 2020
|
HTML5 MathML mathvariant Attribute
18 Nov, 2020
The MathML mathvariant attribute in HTML5 is used to specify the logical class used for displaying the text. This can be used to vary the typography of the text displayed. All the possible values that this attribute supports are normal, bold, italic, bold-italic, double-struck, bold-fraktur, script, bold-script, fraktur, sans-serif, bold-sans-serif, sans-serif-italic, sans-serif-bold-italic, monospace, initial, tailed, looped, and stretched. This attribute is accepted by the <mi>, <mn>, <mo>, <ms> and <mtext> tags.
Syntax:
<element mathvariant="logical class">
Attribute Values: This attribute has a single value as mentioned above and described below:
logical class: This value sets the logical class of the element to one of the available values.
The examples below illustrate the MathML mathvariant attribute:
Example 1:
HTML
<!DOCTYPE html>
<html>
<body style="text-align:center;">
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML mathvariant Attribute</h3>
<math>
<ms lquote="„" rquote=" “"
mathcolor="Red"
mathvariant="sans-serif">
A Computer Science Portal for Geeks
</ms>
</math>
</body>
</html>
Output:
Example 2:
HTML
<!DOCTYPE html>
<html>
<body style="text-align:center;">
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML mathvariant Attribute</h3>
<math>
<ms lquote="„" rquote=" “"
mathcolor="Red" mathvariant="fraktur">
A Computer Science Portal for Geeks
</ms>
</math>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML mathvariant attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute
|
https://www.geeksforgeeks.org/html5-mathml-mathvariant-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML mathvariant Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, jQuery Mobile Checkboxradio Widget defaults Option, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0136154164, 0.0153405117, -0.0187621862, 0.0169515498, 0.0638142452, 0.0031294073, -0.00938109308, 0.0180921089, -0.0182204209, 0.0199597739, 0.01936098, -0.00116729026, 0.000855418853, -0.0262185875, 0.01983146, 0.000862547313, -0.0201023426, 0.0025021, -0.0104075959, 0.015454567, -0.0437119044, 0.0211145878, -0.0749346912, 0.00993711594, -0.0277868547, -0.00935970806, -0.00113699422, -0.00494360784, -0.00728175277, 0.0106357075, 0.0162529573, 0.00701799896, 0.00321673136, -0.0139789693, -0.0258336496, 0.0220555495, 0.0158109926, 0.0321922638, 0.000474044617, -0.0215850696, 0.00769164134, -0.03872196, 0.0366119258, 0.0304529108, 0.0283428784, -0.00982306, -0.000323009706, -0.0176216289, 0.0166093819, -0.0215137843, 0.0274874587, 0.0107854055, 0.0170798637, 0.0109208468, 0.0148272598, -0.0125889136, 0.00662236754, 0.0236238167, -0.0303388555, -0.042884998, 0.00454441272, -0.0489299595, -0.0325914584, 0.00545329507, -0.0417159274, 0.00902466848, -0.00388502725, 0.0387504734, -0.0340171568, 0.00109778752, -0.0411456451, 0.0385508761, 0.0219842643, 0.01322335, -0.00573843485, -0.0148700308, 0.00941673573, 0.0139219416, -0.00963059068, 0.0208437052, 0.027687056, -0.001454212, -0.0439970419, 0.00477608852, -0.00546755223, 0.025519995, -0.00197280967, -0.0346444622, 0.00218666438, 0.00752055738, -0.0399765745, -0.0108353058, 0.0165380985, 0.0163527578, -0.041060105, 0.0160391033, 0.00423788745, -0.00269635138, 0.0031703962, -0.00911021, 0.0173222311, 0.00928129442, 0.0278581399, -0.0183487348, 0.0378380269, -0.00953792, -0.000999770826, 0.0187194161, 0.0224832594, 0.0166949239, 0.00374958594, -0.0241513252, -0.0203304552, -0.0190758407, 0.00646197656, 0.0228254255, -0.0333043076, -0.0511825606, 0.0267175827, 0.00983731635, -0.0518954098, -4.91127912e-06, -0.00134282932, 0.0441966392, -0.0467629, 0.025605537, -0.0529504269, 0.0195463207, 0.0296545196, -0.00706789829, -0.0229679961, 0.0116622103, -0.0110206464, -0.0201593712, 0.00623386493, 0.00747065805, 0.0131306797, 0.00609842362, 0.000740026415, -0.0137294726, -0.0191898961, -0.0197031479, 0.0331902504, 0.0311087314, -0.0467914119, -0.0432841927, 0.0143211372, 0.0312227886, -0.00562081486, 0.0217561517, 0.004915094, -0.00137223443, 0.0131306797, -0.00764887035, 0.0166378971, -0.0172509458, 0.00771302637, 0.00565645704, -0.00510399928, 0.00859695952, 0.0059558535, 0.00255199964, 0.000786807097, 0.0305099394, 0.017365003, 0.0552885719, 0.0104147242, 0.0200880859, -0.035157714, 0.0361557044, -0.00275337952, 0.00343593233, -0.00769876968, -0.025092287, -0.0402046852, 0.0411171317, 0.0157254506, -0.0103933392, 0.0124178305, -0.0271310341, -0.0510970205, 0.00214923988, 0.0208294485, 0.0457363948, -0.00626237877, 0.0262043308, 0.0418299809, 0.0231961068, -0.0205728225, 0.0162387, -0.0366974697, 0.00701087, 0.0125105008, -0.00122966454, 0.0332757942, 0.0157254506, -0.0141072823, 0.000974821043, 0.0297115482, 0.0139433276, 0.00603070296, -0.0217276383, 0.00538201025, -0.0125817852, 0.0385793895, -0.0165808685, -0.00121986296, 0.0071819541, 0.0437404178, -0.0014755975, -0.0132304784, 0.0161816739, 0.00520379795, 0.0305384528, -0.00346979266, 0.00301000499, -0.00868963, -0.0298826322, -0.0121540762, -0.0690608174, 0.0393492654, -0.0131306797, 0.000565378403, 0.00303673698, -0.0620463789, -0.014014612, -0.00935970806, -0.0494146943, -0.0211858731, 0.0184485335, -0.00839736126, 0.0290272124, -0.00206013373, -0.00830469094, 0.0381516814, 0.029340867, -0.00634792075, 0.00137045223, 0.0347014926, 0.0235953033, -0.0470195226, -0.0194750354, 0.0163527578, -0.0200025439, 0.0340171568, -0.00168945221, 0.0125532718, -0.0358420499, -0.00280684303, 0.00829043426, 0.0117049813, -0.0423717462, 0.0110349031, 0.00299396599, -0.0307380501, 0.0206583645, 0.0318500958, -0.00441253558, 0.0106784785, 0.0140217403, 0.0316219851, 0.0208437052, -0.017365003, 0.0243651792, 0.0150838858, 0.0211716164, 0.0258906763, -0.0345874354, -0.0377239697, -0.0413737595, 0.00963771902, -0.0497853756, -0.0126601988, 0.00404185383, -0.017536087, -0.00559942937, -0.00108442164, 0.02313908, 0.039064128, -0.0480460264, -0.0156541653, 0.0298256036, 0.0185911022, 0.0358990766, 0.023224622, -0.0181633942, 0.00174737116, 0.0026981337, -0.0344448648, 0.00015660403, -0.00231854152, 0.00173489633, 0.0102792829, 0.015796734, 0.0185768455, 0.013757986, -0.0198029466, -0.00492935115, 0.0404898264, -0.0494717248, -0.0319926664, -0.0172937177, 0.00669365237, -0.017749941, -0.00979454536, 0.00233458052, 0.0264324415, -0.00305634015, 0.00889635552, -0.0559443906, -0.0208864771, -0.00027444688, -0.0240515266, -0.00982306, -0.018049337, -0.0265037268, 0.0272023194, -0.0175075717, -0.009723261, 0.00964484736, -0.0160248466, 0.0091886241, -0.00772728352, 0.0109493611, 0.0126459422, -0.00896764081, -0.0574556328, -0.0481030531, -0.00901754, -0.0158395059, -0.074421443, -0.0273306314, 0.00521092629, -0.00952366274, 0.0322492905, -0.0567142703, 0.0569708943, 0.00174291595, -0.0156256501, -0.0206726212, -0.0364693552, -0.00566715, -0.0163099859, 0.0144993495, 0.00915298145, -0.0444817804, -0.00229002745, 0.00250031799, 0.0200595725, 0.0333613344, 0.00099264225, 0.0481885932, 0.0409460478, -0.0429135114, 0.00549606606, 0.00362661947, 0.00243794359, -0.0287563298, -0.0130665228, -0.00287634577, -0.0414307863, -0.0118618077, 0.0106428359, -0.050184574, 0.00402403297, -0.0804093704, -0.0148985451, -0.00425570877, 0.0113984561, -0.0205728225, -0.0246645771, -0.015411796, 0.0187907014, 0.0371822044, -0.0255342517, 0.0257623643, -0.000710175838, -0.0187479295, -0.017365003, 0.0169800632, -0.0185911022, 0.0294549223, 0.0108566908, 0.00429847976, 0.0338745862, -0.0169230364, 0.00355889881, -0.036897067, -0.000442634686, -0.00888922717, -0.00810509361, 0.0176501423, -0.00845439, -0.0474472307, 0.0231533367, -0.0120899193, -0.0220127776, -0.0341026969, 0.0378095135, -0.0137508577, 0.0370396376, -0.00744927255, -0.00876091421, -0.0218416937, 0.0151409134, 0.0237236153, -0.0473331772, 0.00651187589, 0.0475612879, -0.0256625656, -0.0324774, -0.00229715602, -0.0153119974, -0.00985870231, -0.00177053874, 0.00821202062, 0.0202163979, 0.0320211798, -0.0204587672, 0.0288989, 0.0558873639, -0.0204017386, 0.00717839, 0.0263041295, 0.0199312586, -0.0119758639, -0.0550889745, -0.033931613, 0.00963059068, 0.0400336, -0.0150553714, -0.0105287805, 0.0079696523, 0.00778431166, 0.00260546315, 0.0415163264, 0.0218559522, 0.0229109675, 0.00692532817, -0.0162814725, -0.0203874819, -0.00970187504, -0.0140787689, 0.0426568873, -0.0261615589, 0.0240515266, 0.00498281466, -0.039064128, -0.00499350764, 0.0453942269, -0.0051681553, -0.0381231681, -0.0480175093, -0.035499882, 0.0243081525, -0.00626594294, 0.0500705168, -0.00334148, 0.0265179835, 0.015454567, -0.0209577624, 0.0111347018, 0.0290984977, -0.00579546252, 0.0392637253, -0.0226258282, -0.0530929975, 0.0144565785, -0.015967818, -0.00254130689, -0.0421151221, -0.00224903878, 0.0265322421, 0.00706076948, 0.0146561759, 0.0211858731, -0.00233636261, 0.00739224441, 0.00714274729, -0.00574556319, 0.0379520841, 0.0040739323, 0.0217989236, 0.000107818414, 0.0101866126, -0.035756506, -0.0010425417, 0.0211288463, 0.00271773688, 0.0376099162, -0.0341882408, 0.00795539562, 0.00375315, -0.00691107148, 0.0129738525, 0.0076346132, -0.0126887131, 0.00128758361, 0.00454797689, 0.00283179269, -0.00777718285, 0.0301107429, -0.0163099859, 0.029169783, -0.00817637891, 0.0381801948, -0.0708857104, 0.0457078815, 0.0144066792, -0.0206583645, 0.0104218526, -0.0217989236, 0.00508617796, -0.0159393046, 0.00923852343, -0.00281575369, 0.0140930256, 0.00882507116, 0.021912979, 0.00876091421, 0.0125675285, -0.0148842875, -0.0013205529, 0.00868963, -0.0176216289, 0.0170085784, 0.0258051343, -0.0130879087, -0.00913159642, -0.0232816488, 0.00311871455, -0.015882276, 0.00744927255, 0.00212429021, 0.00414521713, 0.0116194393, -0.0071284906, -0.00899615511, 0.0212571584, 0.022469, -0.0187336728, -0.0184200183, -0.0126744555, -0.0253346544, -0.0127956402, -0.0243081525, -0.00112451939, -0.0125817852, -0.0290129557, -0.00621247943, 0.00953792, 0.0134229474, 0.0116051827, -0.0118119083, 0.00321851345, -0.0101723559, 0.000260189903, 0.00670790952, -0.00569922803, -0.0281432793, 0.0342167541, 0.013715215, 0.0260760169, 0.0188619848, -0.017963795, -0.00834746193, -0.0257623643, 0.0358705632, -0.0115196407, -0.00769164134, -0.00375315, 0.00436976459, 0.0482741371, -0.0052715186, 0.00314366422, 0.000308752729, 0.027259348, 0.0202876832, 0.0223692022, -0.00801955163, -0.0433982499, -0.0508118793, 0.0184200183, 0.0110277748, 0.0185768455, 0.0343022943, -0.0086825015, -0.00960920472, -0.063301, -0.00926703773, 0.0351862274, 0.0540339574, -0.0203732252, -0.0076346132, 0.0303388555, 0.0547468066, -0.0178925116, 0.0197174046, 0.0600504, -0.0167376958, -0.000256848405, 0.0357850231, 0.011676467, 0.0248499177, 0.0136154164, -0.0200453158, 0.00876091421, -0.00321673136, 0.00197815616, 0.00403828965, -0.0417729542, -0.0366974697, 0.0311372466, 0.00638356293, -0.0184913035, 0.0231961068, -0.0194750354, 0.0124249589, -0.00928129442, -0.0185198188, 0.0408034772, 0.00544616673, -0.00362840155, 0.00726393191, 0.0250780284, 0.00138025393, -0.0204302538, 0.00109600544, 0.0102578979, -0.0183487348, -0.0086539872, -0.00968049, -0.0231248233, 0.0152977407, 0.044624351, 0.0278153699, -0.0557447933, -0.0227398835, 0.00736373058, 0.0189475268, -0.00365691562, -0.00418798812, -0.00682196533, 0.0351862274, -0.00785559602, 0.0162814725, 0.0179067682, 0.0494146943, 0.0190758407, 0.0201736279, 0.0046085692, -0.00101224566, 0.0170798637, 0.00810509361, -0.00378166419, 0.0318215825, -0.0243366659, -0.0107426345, 0.00764174154, -0.0125604, -0.0427424274, -0.0102792829, 0.0153262541, 0.00522518344, 0.0162529573, -0.0297970902, -0.00205300516, 0.00497568632, -0.0107283778, 0.0428279713, -0.00495786499, -0.0354428552, 0.00719621126, 0.0119616073, 0.0162529573, -0.017963795, -0.0127386125, 0.0376384296, -0.01936098, 0.0146419192, -0.0180350803, 0.0158395059, 0.025135057, 0.0356709659, 0.00960207637, -0.00770589802, -0.00133302773, -0.00497212214, -0.0146704335, -0.0354143418, 0.0337890461, -0.0259477049, 0.0419725515, 0.0152692264, 0.019275438, -0.0254059397, 0.0290414691, -0.000719532, -0.0251065437, -0.0364693552, -0.00728531694, -0.025434453, -0.0248071458, 0.00139896618, -0.0197031479, 0.00577051286, 0.0110063888, -0.0165523551, -0.0192041527, -0.0201593712, -0.0233814493, 0.0215565544, 0.0259619616, 0.0427709408, -0.00950940605, -0.011911707, 0.00641920557, 0.0367544964, -0.023737872, 0.0124819865, 0.0159393046, 0.00569209969, -0.0138506563, -0.0227113701, -0.00970187504, 0.00825479161, 0.0173079744, 0.00428065844, -0.000547111616, -0.00935970806, -0.0220555495, -0.00290664192, 0.0285709891, 0.00410601031, -0.0244792365, 0.043654874, 0.0168089811, 0.00752768572, -0.0143353939, 0.0128883105, -0.0104432385, 0.0316505, -0.0015459914, 0.000430159853, 0.0134942327, -0.0248214044, 0.00125550537, -0.00106927357, -0.00512182, 0.00729601, 0.00225082086, -0.0126031712, 0.0279294252, -0.0412882157, 0.0210005324, -0.0230963081, -0.00713561894, -0.0128027685, 0.0152121987, -0.00363731221, -0.0284426771, 0.0187336728, -0.0150268581, -0.00636574207, -0.00879655685, 0.0170656051, -0.00318287103, -0.0223834589, 0.00106570928, -0.0061839656, -0.0132589918, -0.0184913035, 0.0380376242, 0.0124249589, 0.0233814493, -0.0090389261, -0.0438259579, -0.00305634015, 0.00997275766, 0.0148842875, -0.01369383, 0.00842587557, 0.00110848027, 0.0291270111, -0.0264894702, -0.0178497396, 0.00206904439, -0.00129382103, 0.0011681813, 0.00988008734, 0.0228111688, 0.0429990552, 0.0138934273, -0.00472262502, 0.0285424758, -0.00892487, -0.00985157397, 0.0115481541, -0.0130094951, -0.00229359185, 0.0251920857, -0.00371394353, 0.00264467, -0.0496998355, 0.0146704335, 0.00778431166, -0.00271060853, -0.0113057857, -0.0284997039, -0.0190330688, -0.0321067199, 0.0069182, -0.0187764429, -0.0449950323, -0.0193467233, 2.22486869e-05, 0.0189047568, -0.00924565177, -0.00504697114, 0.00975890364, 0.000377364457, 0.0144993495, 0.00040209142, 0.00220804987, 0.0129809808, 0.0100084, 0.0278438833, -0.0282858498, 0.0186338741, -0.00266249105, 0.00355533464, -0.0230677947, -0.006921764, 0.0108638192, -0.0168089811, 0.0251493137, -0.00783421099, 0.0275017153, -0.0316790119, 0.0112558864, -0.0278438833, 0.00838310458, -0.0199170019, 0.0222836602, -0.00792688131, 0.00821202062, 0.00958069135, -0.00904605445, 0.000493647938, 0.021656353, 0.0345304087, 0.0353002846, 0.0284426771, 0.025135057, 0.0240230132, -0.0267746095, -0.0366119258, 0.00179370644, -0.0200595725, -0.0224832594, -0.025006745, -0.0173507463, 0.0262471, -0.0231533367, 0.0397199467, -0.0103434399, 0.0390926413, -0.0272736046, -0.00145332096, 0.00389928417, -0.0129453382, 0.00798390899, 0.0262043308, 0.029683033, -0.0146419192, 0.0183772482, -0.0312798172, 0.00964484736, 0.025135057, 0.0111988587, 0.0200310573, 0.0170513485, -0.00968049, -0.00574556319, 0.0106927352, 0.0352147408, -0.0350151435, -0.0125033725, -0.00992285833, -0.00273377611, -0.00803380832, 0.00887497049, 0.0542335548, -0.0130950371, 0.00360345189, 0.0426854, -0.0120043773, 0.0259334482, -0.0224404875, 0.00433412194, 0.00930268, -0.0257195923, 0.0357850231, -0.0104860095, 0.00447312789, 0.027687056, 0.00458361953, 0.0213854704, 0.0105858082, 0.00807657931, -0.00892487, 0.0181206223, -0.0148130031, -0.0192611814, 0.0239232145, 0.0133801764, 0.0174077731, -0.00780569715, 0.00219913921, 0.0248499177, -0.00841874722, 0.022839684, 0.00051369681, 0.0302533135, -0.0568853542, -0.011719238, -0.0190045554, -0.00875378586, 0.0113485567, 0.00271060853, -0.00610555196, 0.0081478646, 0.0189617835, -0.00527508277, -0.0111774728, -0.0220840629, -0.040889021, 0.0144138075, -0.0275872573, -0.0267603528, 0.0286850445, 0.0020636979, 0.0151266567, -0.019275438, -0.0231105667, -0.0330761969, -0.0296260063, -0.0123109026, 0.000967692584, 0.023695102, 0.0236523319, -0.00872527249, -0.0156826787, -0.00801955163, 0.0152264554, -0.0327910557, 0.000154264984, 0.0173792597, 0.0248071458, 0.0350721739, -0.0103862109, -0.00447669206, 0.00291733467, 0.00275337952, -0.0187621862, -0.0169515498, -0.00784133933, 0.00499350764, 0.00765599869, -0.0111347018, 0.0042521446, -0.0164240412, 0.00522874761, 0.015711192, -0.0263041295, -0.0102935405, -0.00258229556, -0.00502202148, 0.0125675285, 0.0069716638, 0.0148985451, -0.0156256501, 0.000860319706, 0.0322778039, 0.0473902039, 0.0185768455, 0.0482456237, -0.00657959655, -0.0109493611, 0.0223549455, 0.0477323718, 0.0198599733, -0.0308235921, -0.019147126, 0.00121808075, 0.0352717713, 0.0395488627, -0.0129382098, -0.0168517511, -0.00561368605, -0.0225830581, -0.0133659197, 0.0114768697, 0.025220599, -0.000410779263, 0.00225616712, -0.00620178645, -0.0175503436, -0.00430204393, -0.00114679593, 9.71256814e-05, 0.00687186467, 0.0176216289, 0.00547824474, 0.0153547684, 0.0062588146, -0.00673285918, 0.0139076849, 0.015753964, 0.0333043076, 0.00609129481, 0.00882507116, -0.0301962849, -0.0286137611, -0.000483400741, -0.00631940691, -0.00931693707, -0.0107141212, 0.017664399, -0.0162957292, 0.0159535613, -0.0143781649, 0.0153975394, 0.00956643373, -0.0115837967, -0.00824766327, -0.0241370685, -0.040290229, -0.0178639963, -0.00948802102, -0.0352147408, 0.025477225, 0.000835815503, -0.0146561759, -0.0303673688, 0.00429847976, -0.00390997715, -0.0113414284, 0.00116550818, -0.00369612221, 0.0201736279, 0.0172224324, 0.0212856717, -0.0157254506, 0.00811935, -0.0166806672, 0.0142569812, -0.0218702089, 0.0268744081, 0.0148557741, 0.0153975394, -0.0106927352, -0.0355854221, -0.00178925111, -0.0149413161, 0.0101866126, 0.00913872477, 0.0114911264, 0.0156541653, 0.00482598785, -0.0218131803, 0.00505409949, 0.00163866172, 0.00537131727, 0.000420803699, -0.0130879087, -0.00232210569, -0.00521449093, -0.00764174154, -0.0207296498, 0.0100084, 0.00678632269, 0.00708215497, -0.0157682206, 0.011997249, -0.0227683987, -0.00508974213, 0.0142569812, -0.0226828568, -0.0241798386, -0.0281290226, 0.0160676166, -0.0183059629, -0.00241834042, 0.000794381136, -0.00118867576, -0.0149983438, 0.0597652644, 0.0177784543, -0.0276442859, 0.0162101872, -0.0183059629, -0.00657603238, -0.0371822044, -0.00884645618, 0.00593803264, -0.0122823892, 0.0047867815, 0.0318215825, -0.000110602981, 0.0388645306, -0.00587031199, -0.0235667899, 0.00463351887, -0.00605565263, 0.00369255804, -0.0323348306, -0.0156541653, 0.0296545196, 0.0216848683, -0.00981593132, 0.0311942734, -0.00696097082, 0.0069502783, 0.0128170261, -0.0146561759, -0.0289559271, 0.0107568922, -0.0263183862, 0.00793401, 0.00860408787, 0.00622673612, 0.0347870328, -0.0348725766, 0.0140003553, -0.0211716164, 0.0015442092, -0.029255325, -0.0288846437, 9.57890879e-05, -0.00893912651, 0.0137009583, 0.0374673456, -0.0142498519, 0.0176501423, 0.0339601263, 0.00567427836, 0.00245398283, 0.00638356293, 0.00454797689, -0.000167519524, 0.00461926172, -0.00978741702, 0.0178925116, -0.0221696049, 0.000282911962, -0.00439471425, -0.00537844608, -0.0293123517, 0.00317217829, -0.015711192, -0.00204944098, 0.0175931137, -0.0236665886, 0.0114911264, 0.0188334715, -0.00170816446, -0.009872959, 0.00784133933, 0.0293978937, -0.000120404657, -0.01936098, -0.0179495383, -0.0161959305, 0.00013321366, 0.0093953507, 0.00136599701, -0.00658316072, 0.00575625617, -0.00309020048, 0.015796734, -0.0258621629, -0.0163955279, -0.0215137843, -0.00207439065, -0.0137722436, 0.00454084855, 0.0180350803, -0.00308485422, -0.0317930654, -0.0201593712, -0.0101224566, -0.013266121, -0.005934468, 0.0151979411, -0.0151979411, -0.0245932918, -0.0064691049, 0.0186623875, 0.00569922803, -0.0218416937, -0.00191043539, -0.013822143, 0.00384582067, -0.0221838616, -0.000875022204, 0.00427709427, 0.00157005, 0.0087823, -0.0151551701, 0.00346801057, -0.00961633306, -0.00452302722, 0.00673998753, 0.00920288078, 0.00471193204, 0.00730670244, -0.00332544069, 0.00266961963, 0.0113057857, 0.000735571084, -0.00860408787, 0.0160818752, -0.00445530657, -0.0058810045, 0.00178212265, -0.0187194161, -0.0243224092, 0.0084757749, 0.00629445678, 0.0266462974, 0.0130665228, 0.0205585659, 0.0103291823, -0.0046299547, -0.00305634015, 0.021570811, 0.0137294726, 0.00913159642, 0.0242368672, -0.0260047335, -0.00610911613, 0.0168089811, 0.00120293279, 0.0270169787, 0.0135797737, 0.000880814099, -0.00963059068, -0.0272450894, 0.0090104118, 0.0304243974, 0.00878942851, -0.00357315573, 0.0150268581, -0.0122538749, 0.00525369728, -0.0266890675, 0.0283428784, -0.0191898961, 0.0210290458, -0.00694671366, 3.45564695e-05, 0.00834746193, 0.00868963, -0.0232673921, 0.00368899386, -0.0210860744, 0.0246218052, -0.00229893811, 0.00102561153, 0.0113485567, -0.000958782, 0.029683033, 0.013415819, -0.0106998645, 0.0425998569, 0.00134728465, 0.0138791706, -0.005934468, -0.0249497164, 0.00845439, -0.00863973051, -0.00223478163, 0.013886299, 0.0121041769, -0.032905113, 0.0052715186, -0.0113913277, -9.29488306e-05, 0.0280292239, 0.015882276, -0.00145955838, -0.000844280585, -0.00131698861, -0.0311942734, -0.0205157958, -0.000292268116, -0.0204730239, 0.0321922638, 0.0169800632, 0.0163527578, -0.00697522797, 0.000503449643, 0.0099014733, 0.00107016461, -0.00711779762, -0.0218559522, 0.0202306565, -0.0178639963, -0.00244863634, 0.0122681316, -0.0413737595, 0.0128241545, 0.0712849051, 0.019061584, 0.000682107406, 0.00973038934, -0.0102650262, -0.00417729514, 0.00673998753, -0.0128241545, -0.0107782772, 0.00502558565, -0.00781282503, -0.0140003553, -0.0166664105, -0.00209043, 0.0150126, 0.0440825857, 0.00878942851, 0.0279009119, -0.00586674735, -0.0146134049, 0.0043056081, -0.015967818, 0.0111846011, -0.0116265677, -0.00984444562, 0.00328088761, 0.0279579386, -0.0186623875, -0.00758471387, -0.000264867966, 0.00301891565, 0.0176786557, -0.0262613595, 0.0114554837, 0.0101794843, 0.00288347434, 0.0172081757, -0.0423432328, 0.000224324685, 0.00675424468, -0.00334860827, -0.002951195, -0.00669721654, -0.0243224092, 0.00728531694, 0.0100084, -0.00066874153, -0.0283286199, 0.027687056, 0.0286422744, -0.00441253558, -0.00497212214, -0.017664399, -0.013651059, -0.0146276625, -0.00335751893, -0.0235097613, 0.0184342768, 0.0170656051, 0.0105858082, 0.0093383221, 0.0224547442, -0.00924565177, -0.00819776393, -0.0245647784, -0.0101010706, -0.00530359661, -0.0263041295, -0.0213854704, 0.00159856398, -0.0253774263, -0.00113521214, 0.00157450535, 0.0126316845, 0.0305384528, -0.0185055602, -0.011676467, -0.0167234391, -0.0169230364, 0.0228824541, 0.0146846902, -0.0144209359, 0.0032862341, -0.0184627902, 0.0139647126, -0.0171511471, 0.035328798, 0.000619287603, -0.0111774728, -0.0255627669, -0.00536062475, -0.0228539407, 0.00261437381, -0.015882276, -0.0161531586, -0.0051895408, 0.0227398835, -0.0117477523, 0.00154777349, 0.00316148554, -0.01204002, -0.017365003, -0.001220754, -0.0202591699, -0.0191898961, -0.00498281466, 0.00413096, -0.0144922212, -0.00404898264, -0.0131092938, 0.00212429021, 0.0151551701, -0.00703938445, -0.00633722777, 0.011633696, 0.00967336167, -0.0452516563, 0.0406038798, 0.00463708304, 0.0101652276, 0.00503271399, -0.00661167502, 0.0231533367, -0.0198029466, -0.0388645306, 0.0406038798, -0.0252491124, 0.0155543657, -0.00442322809, -0.0106143225, 0.00468698237, 0.00157717848, -0.0334183611, 0.000723541772, -0.0151266567, -0.0172652043, 0.0284569338, -0.0070785908, -0.0142997513, 0.0272736046, 0.00236131251, -0.0247928891, 0.0158965327, 0.00308485422, -0.0148272598, -0.0121612046, -0.0144138075, 0.0052929041, 0.00552458, -0.0416303836, -0.00232210569, -0.00523944059, -0.00906743947, 0.0167804658, 0.00326663069, 0.0186338741, 0.0147132045, -0.00765599869, -0.0150981424, 0.00853993185, 0.00482955202, -0.00911733881, -0.00389572, -0.0283001065, -0.0213854704, -0.00395987649, 0.0199455153, -0.0425143167, -0.0102436403, -0.0080409376, 0.00528577575, 0.0156969354, -0.00835459, 0.0134514617, -0.0146419192, -0.00815499295, 0.0190188121, 0.0469054654, 0.00888922717, -0.0195890907, 0.00624455744, -0.00194251363, -0.0194037501, -0.00935970806, 0.0222694036, 0.0383227654, 0.0169800632, 0.0106570935, -0.00394561933, -0.0223406889, -0.00390641252, 0.00718551828, -0.00995137263, 0.00299040182, 0.0189902987, 0.0358990766, -0.0337035023, -0.00955217704, -0.00822627824, -0.00361236255, -0.0359846205, 0.0275017153, 0.0142854946, 0.010108199, -0.00190152484, 0.0298256036, 0.0207439065, 0.0161816739, -0.00382087077, -0.0128027685, 0.0165666118, -0.00926703773, 0.00446243491, -0.0289274137, -0.0168089811, 0.0111275734, -0.0212714151, -0.0209862757, -0.019061584, -0.00126174279, 0.00774154067, 0.0288989, -0.01936098, -0.0105644232, -0.0159820747, 0.00376740727, 0.0119901206, -0.00789836701, -0.00925278, 0.00512182, -0.00387077034, 0.0242368672, 0.0277440846, 0.00996562932, 0.00681127235, -0.0169800632, -0.000647801557, -8.47622068e-05, -0.0271452907, -0.00184627902, -0.00973751768, -0.0109778754, -0.00154866453, 0.0128883105, -0.00787698198, -0.0110990591, 0.00392779801, 0.0150838858, 0.0025947704, -0.000620178645, 0.0180635955, -0.0050042, 0.01180478, -0.00420580944, -0.00481529534, -0.00799103733, 0.0159393046, -0.0288703851, 0.0213427, 0.000508796, 0.00488301599, 0.00526439026, -0.0201023426, 0.0114626121, 0.0104432385, -0.0112273721, -0.0291982964, 0.01369383, -0.011911707, 0.0473902039, -0.001467578, 0.0153832827, -0.00558517221, 0.00076898589, 0.0151979411, 0.0213284437, -0.00160480139, 0.00102650258, -0.00404898264, -0.00594159681, 0.00768451253, 0.0108495625, -0.00835459, 0.00777718285, 0.0096947467, 0.00671503786, -0.0124606015, -0.0206013378, 0.00307416148, -0.000182667573, -0.0148415165, 0.0195178073, 0.00273377611, 0.00192469242, -0.0362127312, -0.00513607729, -0.00323989894, 0.0146134049, 0.0179210249, 0.00657246821, 0.0222551469, -0.00469411071, -0.011377071, 0.0188762434, 0.0112345, 0.0187764429, 0.010065428, 0.000363553, -0.0102008693, 0.00476183137, -0.00226685987, 0.00611980911, -0.0145492489, 0.000971256814, 0.00489727268, 0.0121825896, 0.00292624533, -0.03116576, 0.0100297863, 0.0147132045, 0.0296260063, 0.00215102197, 0.0164810698, -0.00603070296, -0.00390284858, 0.0219557509, 0.0164668132, 0.00466916105, -0.00831182, 0.0164953265, -0.000665622763, 0.00445530657, -0.00200310582, -0.0354428552, 0.000634881202, 0.0143282656, -0.00132144394, 0.0151123991, -0.00583823351, -0.00396344066, -0.00923852343, 0.00332544069, -0.0210290458, 0.0102293836, -0.0177071709, 0.00687186467, -0.00781282503, 0.00412026746, 0.00559586473, 0.021827437, 0.00470123952, 0.0037959211, -0.00184093264, 0.00513251312, 0.00140609476, -0.0111774728, 0.0214852691, 0.011911707, 0.0202449132, 0.0236380734, 0.00974464603, -0.00871814415, 0.00548893772, -0.0117263664, -0.0104075959, -0.00720690377, -0.0341882408, 0.0213854704, 0.0214852691, 0.0162957292, -0.00415947428, -7.99170593e-05, 0.0154830813, 0.00634435657, -0.0161959305, -0.00585249066, 0.00326841278, 0.00105056132, 0.00542121707, -0.0153832827, -0.0093953507, 0.0151979411, -0.00158430694, 0.00194607791, -0.0169943217, 0.00269100512, -0.0121255619, -0.0183202196, 0.0138506563, -0.0382372215, -0.0277155712, 0.00213141856, -0.00360879814, 0.0162244439, 0.00318999938, -0.0376954563, 0.00557804387, 0.0246788338, -0.00330940168, -0.0204302538, -0.00781995431, -0.0133801764, -0.0329906531, -0.0180778522, 0.000838934211, 0.00253061415, -0.0129881091, 0.00153440761, 0.00221874262, 0.00889635552, -0.00167252205, -0.00418442395, -0.0208722204, 0.00483311666, -0.00707146246, 0.00992998667, 2.29726738e-05, 0.0116693387, -0.00529646827, 0.0026197203, -0.0105430372, 0.0104289819, 0.0111489594, -0.0116835954, 0.00307237939, 1.23634754e-05, -0.00187835726, -0.0197316613, 0.00388859143, -0.0234955046, 0.00792688131, -0.00521092629, 0.00171440188, 0.00770589802, 0.0257623643, -0.00884645618, 0.0195890907, -0.0207439065, 0.0319641493, -0.00896051247, 0.00667583104, -0.0316505, 0.00416660262, 0.00618753, -0.01605336, 0.0145207345, -0.00794826634, 0.00121986296, -0.00111026235, -0.0155971367, -0.00680770818, -0.001730441, -0.021570811, -0.0103790816, 0.0229965094, 0.0170798637, -0.0104218526, 0.0132376067, 0.00271951896, 0.00980167463, 0.0288846437, -0.00215815054, -0.0143068805, -0.00715344027, -0.00335395476, -0.00437332876, 0.0161959305, -0.00523231179, -0.000812647922, -0.023994498, -0.00505409949, -0.00515033444, -0.00681127235, -0.0133659197, 0.00277120061, -0.00418798812, -0.0195463207, 0.00384938484, 0.00553527288, -0.0458789654, -0.00535349641, 0.0168232378, 0.0207296498, -0.00339850783, 0.0369255804, -0.00973751768, -0.00701799896, 0.0155686233, 0.00692889281, 0.00554240122, -0.029255325, 0.0265037268, -0.0307950787, -0.0169372931, 0.0245932918, 0.00517528411, -0.00431986526, 0.0210290458, -0.00821914896, 0.000678097655, -0.00313831796, 0.0199027453, 0.0115552833, 0.00261259172, -0.0282430779, -0.00251813931, -0.00708928378, -0.00662236754, -0.00739937322, 0.000114055845, 0.0287278164, 0.000453995744, 0.00879655685, -0.00744214375, -0.0109850038, 0.00127065345, 0.019532064, -0.00166093826, -1.64010962e-05, 0.00143015338, -0.00585249066, -4.61402669e-05, 0.0125532718, 0.00493291533, 0.00434837909, 0.0150126, -0.00822627824, -0.00155757519, 0.023524018, -0.00775579736, 0.0139219416, -0.0115552833, -0.0255627669, 0.00992998667, 0.00654038973, -0.00925278, 0.0086539872, -0.0319641493, 0.0330191664, 0.00840449054, -0.00397769781, 0.0123750595, 0.0232673921, -0.0129524674, 0.0145207345, -0.00608416647, 0.00852567423, -0.00262328447, -0.00287991017, -0.0140003553, 6.28755151e-05, -0.00652969722, -0.00734234508, 0.000916902092, -8.36483814e-05, -0.0152264554, 0.0283713918, -0.0217846669, -0.00155579299, 0.0255342517, 0.00394918351, 0.00591664715, -0.00617683679, 0.00303317257, 0.0127457408, 0.0123251602, 0.00535349641, 0.0208579637, 0.00451589888, -0.0176786557, 0.0324774, 0.00532854674, 0.0188334715, 0.0117905233, -0.0250495151, 0.0173079744, 0.0110420315, -0.0160818752, 0.00621960778, -0.00751342904, 0.00460144039, 0.0163099859, 0.00871101487, -0.00172331254, 0.00420937361, -0.0131591931, 0.0183772482, -0.0102935405, 0.00435907207, 0.0021225079, 0.00263219513, -0.00577407703, -0.00188192143, 0.0176786557, 3.13820638e-05, 0.0161674153, 0.0269742068, 0.0086539872, -0.00642989809, -0.0185768455, -0.00795539562, -0.0133587914, 0.0179923102, -0.00400621165, -0.00317752454, 0.0085042892, 0.0110919308, -0.0117477523, 0.0115837967, -0.00758471387, -0.000131654306, -0.00161816727, -0.0398340039, -0.0276585426, -0.0124606015, 0.00867537316, 0.0139005566, -0.0117263664, -0.02360956, -0.00393492682, -0.0192896947, 0.0165666118, -0.00706076948, -0.01605336, 0.000312539749, 0.00952366274, 0.00405254681, -0.0088036852, -0.0213712137, 0.0157824773, 0.0105287805, -0.00681483699, -0.00466916105, 0.0116693387, -0.00566715, 0.00297436258, 0.000460233161, 0.0095450487, 0.00191043539, 0.0158680193, 0.0106856069, -0.002382698, 0.0067435517, -0.0133302771, -0.00436976459, 0.00408106064, 0.00651544, -0.0186623875, -0.0203447118, -0.00723541761, -0.0138791706, -0.00490083732, -0.00980167463, -0.0143425222, 0.00163866172, 0.00197815616, -0.00306346873, 0.00694671366, 0.0091886241, -0.00298327324, -0.00744927255, -0.00737085892, -0.0286850445, -0.00779144, -0.0162244439, 0.0149270585, -0.022839684, -0.00232388778, -0.00497925049, -0.0184913035, -0.00804806594, 0.0244507212, -0.00451233424, -0.0163670145, 0.0086539872, 0.0203304552, 0.00648692623, -0.0168517511, 0.0132946344, 0.0244364645, -0.00792688131, 0.0122396182, -0.0229822528, 0.013544132, -0.0122752609, 0.00471906085, -0.0147702321, 0.00998701528, 0.00635148492, 0.00070705713, -0.00134995789, 0.00849716086, 0.0161246452, -0.00194073154, -0.00705007697, 0.0108067915, 0.0287278164, -0.00592733966, -0.0050398428, 0.00713918312, 0.0222551469, 0.0194037501, 0.00567071419, 0.00341276475, -0.00322742411, 0.00327732344, -0.00657246821, -0.021656353, -0.025306141, 0.00255378173, -0.0287563298, 0.0124891149, 0.00692889281, 0.00105590769, 0.00807657931, -0.00404898264, 0.0144280642, -0.0083260769, 0.00385651318, 0.0222551469, 0.0176929124, -0.0182489362, -0.00633009942, 0.0197744314, -0.0275017153, -0.0150411148, -0.0161103886, 0.00031320806, 0.0319926664, -0.00123144675, 0.00301000499, -0.0114982547, 0.00323455245, -0.000239249959, 0.00144797459, -0.00245220074, 0.0109137185, -0.00495073665, 0.0147274612, -0.00639069173, 0.0128740538, 0.00400264747, 0.00628376426, -0.000135775466, -0.00500063598, 0.023908956, 0.0252348557, -0.000952544506, 0.000334147975, 0.00567427836, -0.0140288686, 0.0289416704, -0.0115766684, 0.00924565177, 0.0131734498, -0.000936505443, 0.0179352816, -0.0165666118, 2.35017415e-05, 0.0170798637, -0.00374602177, -0.00523231179, 0.0139647126, -0.0107283778, 0.00419155229, -0.0122324899, -0.0272308327, -0.000790816906, 0.00384582067, -0.0243366659, 0.00607347395, -0.0135298744, 0.0103077972, 4.20469551e-05, 0.00334148, 0.0180350803, -0.000104644008, -0.00384938484, -0.0318786092, 0.00372463628, 0.0060806023, 0.000444639591, -0.00317574246, -0.0355854221, 0.0041487813, 0.00175360858, 0.00696809916, 0.00825479161, 0.0101295849, 0.00293872016, -0.00352682057, 0.0139076849, 0.00747778639, -0.01392907, -0.0133017628, -0.0102293836, -0.0139361983, 0.00734234508, -0.00801955163, -0.0330191664, 0.00667583104, 0.0104503669, 0.00490440149, -0.00812647864, -0.00609842362, -0.0198029466, 0.0206013378, -0.00426640129, 0.0201736279, 0.0191898961, 0.0235810466, -0.0129453382, 0.0306810234, 0.00169034326, 0.0191756394, 0.0109778754, 0.0245647784, 0.00228824536, -0.00902466848, -0.00298327324, 0.0189332701, 0.00363374804, 0.0320782065, 0.0204730239, -0.0142355952, -0.0228681974, -0.0213427, -0.0181348789, -0.00415947428, 0.000891506847, -0.00851141755, -0.0170085784, 0.0130023668, 0.00792688131, 0.00733521674, 0.0179210249, -0.019275438, 0.0023007202, -0.00532854674, 0.00400264747, -0.00358741288, 0.0370396376, 0.0346729755, -0.0103363106, -0.017835483, 0.00839736126, -0.013651059, 0.00678632269, 0.0274161734, -0.00909595378, -0.0263183862, -0.00380304968, -0.0389215574, -0.0013677791, -0.00788411, 0.0334183611, -0.00428422261, 0.00138025393, -0.00354820606, 0.0060592168, 0.0201736279, -0.0307950787, -0.011847551, 0.0170228351, 0.00134015619, -0.00182043819, 0.015796734, -0.00641920557, -0.00304564741, 0.00288882083, 0.0257338509, 0.0147132045, 0.0246930905, -0.0060806023, -0.00542478124, 0.006772066, 0.0129096964, 0.0125817852, -0.0062802, -0.031336844, -0.00365335122, -0.0235097613, 0.0188334715, -0.00305812247, -0.00140163943, -0.0101723559, 0.00846151821, 0.0179495383, 0.00248962524, 0.00066829595, -0.00756332837, -0.0091886241, -0.00928129442, 0.00664375303, 0.0172224324, 0.00131609756, -0.0022009213, -0.0177784543, -0.0277583413, 0.00127065345, -0.0173222311, 0.00339494343, -0.00318643521, 0.0150838858, 0.000234794657, -0.00657246821, -0.00752768572, 0.00508261379, -0.00778431166, 0.00647266908, -0.0247216038, 0.0208009351, 0.0261900742, -0.00101580983, -0.00757758506, -0.0167519525, -0.0299681742, -0.00130540482, -0.0126388138, -0.0160818752, -0.00823340658, 0.0184770469, 0.000982840662, 0.00655464688, 0.0183202196, -0.00182400248, -0.00706076948, -0.00575982034, 0.0155258523, 0.00482242368, -0.0052929041, 0.00848290324, 0.0226115715, -0.0321922638, 0.0263041295, 0.00606634514, -0.0002434825, -0.0056279432, -0.0162814725, -0.000314990175, 0.00625168625, -0.00818350725, 0.000933832256, 0.00264110579, 0.0211716164, -0.00844013225, 0.0122324899, -0.00353216706, -0.0180065669, 0.0252063423, -0.00656177523, 0.0130380085, 0.0120899193, -1.87958249e-05, -0.0171796624, -0.0182346776, -0.0160818752, 0.0189617835, 0.00809083693, -0.00920288078, -0.00690394314, -0.00517884828, 0.01558288, -0.0122752609, -0.00553883705, 0.00448025623, -0.011997249, 0.0269029234, 0.00881081447, -0.0169658065, 0.00632653525, 0.00915298145, 0.00717126112, -0.00853993185, 0.00290485984, 0.00570635637, -0.00175628182, 0.00389572, 0.00513964146, -0.0062588146, -0.00578477, -0.00302782631, 0.00288882083, -0.0114982547, 0.00125283224, 0.00493291533, -0.0169372931, -0.00146668684, 0.0240087546, -0.0142712379, 0.00861834455, -0.00185162539, -0.00700017763, -0.0133873047, 0.00403828965, -0.0245790351, -0.00601644581, -0.00943812169, 0.00329870894, 0.00213854713, 0.0313938707, -0.0050398428, 0.0145563772, 0.0281147659, -0.00621247943, -0.00232745218, 0.000482509698, 0.00431630109, 0.00459074788, 0.0120043773, 0.00421650195, -0.00257338514, 0.025990475, 0.00185875385, -0.0199882872, -0.00417729514, -0.00262150238, -0.0297400616, 0.00291911676, 0.000965019397, -0.00908169709, 0.0220412929, 0.0143852932, -0.00242368667, -5.78632935e-05, 0.00258051348, -0.000905318302, 0.0223406889, -0.0142498519, -0.0170941204, 0.00918149576, 0.00452302722, 0.000262640329, 0.00630158558, 0.0334468782, -0.000315435696, -0.000522161892, -0.0014461925, 0.00839023292, 0.0199027453, -0.0014755975, 0.0118760653, 0.0169087797, -0.00286565302, -0.0116265677, 0.00705364114, 0.0160248466, -0.0240515266, 0.0102293836, -0.00502558565, 0.00223834603, -0.0159107912, 0.0145492489, 0.0211145878, 0.0135512603, -0.0191613827, 0.00768451253, -0.00695740664, -0.0168945231, -0.0185768455, 0.00726036727, 0.00146312267, -0.011441227, -0.019532064, -0.0200310573, 0.0239659846, -0.0322778039, 0.00265179831, 0.0245647784, -0.0153547684, -0.0370111205, 0.00403828965, -0.0102436403, 0.00848290324, -0.00372463628, 0.0147274612, 0.021827437, -0.0130166234, 0.0181063656, 0.0102008693, 0.0130023668, 0.0066687027, -0.0297970902, 0.027302118, -0.000219201072, 0.0164953265, 0.000118177006, -0.00413452461, 0.00321494904, 0.0152692264, -0.0194180086, 0.0237663873, -0.0153262541, -0.0113841994, 0.0227969121, 0.017835483, -0.0166093819, -0.00510399928, -0.0158537626, -0.00919575244, 0.0106570935, 0.0189332701, 0.0146276625, -0.0279151686, -0.00278189336, 0.0070999763, -0.00276585435, 0.0108281765, 0.0104860095, 0.00627307175, 0.0133944331, -0.00749917189, -0.0277440846, 0.00784846768, -0.00658672489, -0.00960920472, -0.00594159681, 0.00579546252, 0.00383512792, 0.00543547375, -0.00366760837, -0.0103077972, 0.0100939423, 0.0159963332, 0.00296010566, -0.00995137263, 0.0236523319, 0.00845439, -0.025990475, -0.0150126, -0.00450164173, -0.0153832827, 0.00250922865, 0.0245505217, -0.00839023292, -0.0304529108, -0.0110420315, 0.00811222196, 0.0294264089, 0.00343415025, 0.000546220574, 0.00188904989, 0.0063122781, -0.00826904923, 0.0298256036, 0.00205835165, 0.0261900742, 0.00501489313, 0.000414566282, -0.00368899386, -0.0131805791, 0.00462282589, 0.00866824389, -0.00579546252, -0.00175628182, 0.0131734498, -0.0178925116, -0.0153690251, -0.0121540762, 0.0181633942, -0.00305812247, -0.00263219513, 0.0040204688, 0.0106570935, -0.00211359747, -0.0221410915, 0.00463351887, -0.0188905, -0.00500063598, 0.0211858731, 0.0267888661, 0.0295974929, 0.00513251312, 0.0150838858, -0.00147916179, -0.0305099394, -0.00304921181, -0.000701710756, 0.019574834, -0.00922426675, -0.0228111688, 0.0129524674, 0.0147559755, 0.00911021, 0.0227398835, 0.000748046, 0.0055530942, -0.000364889594, 0.021912979, -0.0133445337, -0.00724254642, 0.0313083306, -0.032905113, -0.0225117728, -0.0168374944, 0.00141946063, -0.000235685715, 0.0143710366, 0.00995137263, 0.0159535613, 0.00696097082, -0.00947376341, 0.0141357966, 0.00434125075, 8.48735872e-05, -0.00261615589, -0.00551388739, -0.0129524674, -0.017493315, 0.000136666524, 0.0101224566, 0.0235953033, -0.0191043541, -0.0104218526, -0.00302426214, 0.00182043819, -0.015967818, 0.0034394965, -0.00970900431, -0.017450545, 0.000829578086, 0.00191756396, 0.00471906085, -0.0112416297, 0.0108495625, 0.0130023668, 0.00733521674, -0.00525369728, -0.00299040182, -0.0290414691, 0.0182774495, -0.0218559522, 0.00325237378, 0.00896764081, -0.020130856, -0.0175503436, -0.00336464751, 0.0115338974, -0.00749917189, -0.00670790952, 0.00645484822, 0.0117691373, -0.015540109, -0.0102578979, 0.0260475036, 0.00595941814, -0.0110349031, -0.0134372041, -0.0166521538, 0.0081478646, 0.00294050225, 0.010001272, -0.000805964926, 0.021442499, 0.00620178645, 0.0122966459, -0.00685760751, 0.000362884719, 0.0101652276, 0.0109636178, -0.0286565311, -0.00518597662, -0.0223834589, 0.00598793197, -0.0010915501, 0.0130023668, 0.00693602115, 0.010044043, 0.0310231894, 0.00038627506, 0.0186481308, 0.00429847976, -0.0160676166, 0.0118119083, 0.0110277748, -0.0162814725, -0.00644415524, 0.0223692022, -0.000849181437, 0.0234242193, 0.00117620092, 0.00461926172, -0.00044798106, 0.0192469247, 0.00984444562, 0.0209577624, 0.00234349119, 0.0274874587, 0.0025573459, 0.00262150238, -0.00281218952, 0.00923139509, -0.00138292718, -0.00876091421, 0.00682909368, -0.0124891149, 0.0050933063, -0.0149983438, -0.0208864771, 0.00906031113, 0.00985870231, 0.0344163515, -0.0200168, -0.0137722436, -0.00667583104, -0.00557091506, -0.00567071419, -0.0105572939, 0.0170513485, 0.031080218, 0.0121326903, -0.000132099842, -0.00971613266, -0.00383512792, -0.00137847185, -0.00876091421, 0.00462639, -0.00229359185, 0.00754194288, 0.0198884886, -0.0200880859, -0.00735660223, 0.0261473022, 0.0254059397, -0.00110669818, -0.0301107429, -0.0174077731, -0.0039171055, 0.0210718177, -0.0137437293, -0.00988008734, -0.0156113943, 0.00480460236, -0.00455510523, -0.00507904962, 0.0180635955, 0.0102222553, -0.010001272, -0.0120328916, 0.0158965327, 0.00813360792, -0.00287991017, -0.0120756626, -0.0026197203, -0.00931693707, 0.019446522, 0.0119259646, -0.0078627253, -0.0105287805, -0.00808370765, -0.0384938493, 0.0244507212, -0.0179210249, 0.0101937409, -0.0177071709, 0.0254487097, 0.00454441272, -0.00826192, 0.0260332469, 0.0120614059, -0.00460144039, -0.00550319441, 0.00410601031, -0.0177784543, -0.00376027869, 0.0201023426, 0.00589882582, -0.00485806633, -0.00384582067, -0.0255485103, 0.0125176292, 0.00540696, 0.00970900431, -0.0144423218, 0.00696097082, 0.0254629683, 0.0120899193, -0.00172153045, -0.0158965327, -0.00881794281, -0.0413452424, 0.0100369146, 0.0295404643, -0.0245790351, 0.0182774495, 0.00462639, -0.0179352816, -0.0116693387, 0.0069003785, -0.0063122781, -0.000976603129, 0.0047867815, 0.0012581785, 0.00526439026, -0.00395631231, 0.00821914896, -5.69443873e-05, 0.0103933392, 0.00868963, -0.00136688806, -0.00307950773, -0.00667226687, 0.0133374054, -0.0173364878, -0.00016206177, 0.0147559755, -0.00940247905, 0.0205157958, -0.00276941853, -0.00477965269, 0.0113414284, -0.00209043, 0.014121539, -0.0177071709, 0.00864685886, 8.04182855e-05, 0.028784845, -0.00296010566, 0.000528844888, 0.0051681553, -0.00783421099, 0.0121184336, -0.000380928715, 0.00611980911, -0.0127885118, -0.00779856835, 0.0096947467, -0.0105786799, -0.00239695492, -0.00456936238, 0.0230107661, -0.0253631696, -0.00784846768, 0.0025359604, 0.00423432328, 0.0149413161, -0.0213427, 0.0145136062, -0.0221838616, -0.0176929124, 0.0018480611, 0.00884645618, -0.025691079, -0.0131805791, 0.00729601, 0.0051681553, -0.0234812479, -0.00120649696, 0.0209007338, 0.0209292471, -0.0185768455, -0.00706433412, 0.045650851, -0.00854706, 0.00797678065, -0.0144066792, -0.00706433412, -0.000141344601, -0.0165666118, -0.0106143225, 0.00856844522, 0.00935258, -0.010065428, -0.00305990456, 0.00148094387, 0.00968049, -0.00261615589, 0.00335573684, -0.0193752367, -0.00457292655, 0.0223406889, 0.0124677299, 0.002457547, 0.032905113, -0.0293693803, 0.0133445337, -0.00226864195, 0.0117762657, -0.0125176292, -0.0252776276, -0.0125318859, -0.000831360172, -0.0281005092, -0.0154688237, 0.00669721654, -0.00330405519, 0.0138078863, -0.0181633942, 0.00844726153, -0.00998701528, 0.00424501579, -0.00710354047, -0.0271025207, -0.00920288078, 0.0239517279, -0.0214852691, 0.0106570935, 0.0288703851, 0.00134104723, -0.00505053531, 0.000970365771, 0.0026571448, -0.0123536736, 0.0049364795, 0.011526769, 0.00296366983, -0.00801242329, 0.000791262428, -0.0321352333, -0.000291154283, 0.00551032322, 0.00297792675, 0.0198029466, 0.00240408326, 0.0020262734, -0.0112131154, 0.00602713879, -0.00431273645, -0.00492222281, 0.0240942966, -0.00910308212, 0.0339601263, 0.0106642218, 0.0369255804, 0.0105715515, -0.00278545753, -0.00970900431, 0.00276407204, 0.0137508577, -0.0270454921, 0.0143425222, -0.00732095959, 0.00913872477, -0.0109564895, -0.0148700308, 0.00627663592, 0.00739937322, -0.00640494842, -0.00601288164, 0.0197601747, 0.00965197571, 0.00386364176, 0.00234883768, -0.0191898961, 0.00789123867, -0.0131092938, 0.00912446808, -0.00894625578, 0.00402759714, 0.00661167502, 0.00483311666, -0.00659028953, 0.0245505217, -0.00676850183, -0.00869675819, 0.0434267633, -0.00351434574, 0.0260047335, -0.00145510305, -0.0116265677, -0.0118190367, 0.0187907014, 0.00131609756, 0.00539270276, -0.0115766684, -0.0238804426, 0.0114626121, -0.0132875061, 0.0386649333, -0.0040739323, 0.00826904923, -0.0218987223, 0.00887497049, -0.0118974503, 0.00167252205, -0.00121184334, -0.0291982964, -0.0161816739, 0.00984444562, 0.0342737809, -0.00739224441, 0.00306525081, -0.011847551, -0.0124392156, -0.00777005451, 0.00709641213, 0.00852567423, 0.0201593712, -0.0158965327, 0.01345859, 0.00683622248, -0.0149555728, 0.00846864656, -0.0057027922, -0.00784846768, -0.00937396474, -0.00327554136, 0.0110277748, -0.00530716125, -0.0126388138, -0.017493315, 0.0125960428, 0.0138078863, 0.0214995276, -0.00757045671, -0.00217953604, 0.0133017628, 0.0293123517, -0.0252348557, 0.00620891526, 0.00470480369, 0.00234527327, -0.0228967108, -0.0232673921, -0.00528221158, -0.00191578176, -0.0124107022, 0.00384225626, 0.00611980911, 0.0010425417, 0.000604585104, -0.00619109394, 0.00241299393, 0.0283286199, 0.009573563, 0.00615901547, -0.017450545, 0.00073423452, -0.0011111534, -0.0134086907, -0.00417729514, -0.00212072581, -0.00967336167, 0.0114982547, -0.0195605773, 0.00554952957, -0.017279461, -0.0236808453, -0.00134015619, 0.0286422744, 0.00612693746, 0.0285424758, 0.0120328916, -0.0118190367, -0.0136439307, -0.0119259646, -0.00414165296, 0.00347692124, 0.0239232145, -0.0106143225, 0.0149840871, -0.0152407121, -0.0120186349, 0.00599149615, -0.0125604, 0.0017402427, -0.0150981424, 0.00620891526, 0.00196568132, 0.015411796, 0.00266427337, -0.00970187504, -0.013415819, -0.00199954165, -0.00499350764, -0.00151569524, 0.00881081447, 0.0198029466, 0.0101367133, 0.00416303845, -0.00348404958, -0.0120614059, 0.0106428359, 0.0184200183, -0.00868963, 0.0111275734, 0.00276585435, -0.0253203977, -0.00923852343, 0.0244079512, 0.00471193204, -0.0207439065, 0.00245576492, -0.0023791336, 0.00940960739, -0.0101153282, -0.0346444622, 0.0131877074, 0.00917436741, -0.0194750354, -0.00212785439, 0.00271060853, 0.00597367482, -0.00289594918, -0.00913872477, -0.0272736046, 0.0359561071, -0.00441253558, -0.00701443432, -0.0101580992, -0.015411796, -0.0240515266, 0.0249782298, -0.000705275044, -0.00594516098, -0.01180478, 0.0158680193, -0.00282644643, 0.00640851306, -0.00255912798, -0.0129738525, -0.00221874262, -0.0159535613, -0.0090104118, 0.00506122829, -0.0149983438, 0.0280862525, 0.013822143, 0.00406680396, 0.0206155945, 0.000498994312, 0.00296545192, -0.0034074185, 0.00918149576, -0.00650118338, 0.0161103886, 0.000447312777, -0.00942386407, -0.0173507463, -0.00332009443, -0.00175093545, 0.00889635552, 0.0288418718, -0.013586903, 0.00995850097, -0.00988721568, 0.000171529304, -0.00666513853, 0.0202734265, 0.00742788706, 0.00381374243, -0.00475470303, 0.0021260723, -0.00873952918, 0.0206441078, 0.0107141212, 0.0166664105, -0.00454084855, 0.0225830581, -0.00350365299, 0.00592733966, -0.00411670329, -0.000276897306, 0.0267175827, 0.00170905562, -0.0013971841, 0.0152121987, -0.00505766412, 0.000770322513]
|
18 Nov, 2020
|
HTML5 MathML maxsize Attribute
18 Nov, 2020
If the stretchy is set to be true then this attribute holds the max size of the operator. Possible values are infinity or any length unit. This attribute is accepted by <mo> tag only.
Syntax:
<element maxsize="numbers">
Attribute Value:
numbers: This attribute sets or size of the operator.
Below example illustrate the maxsize in HTML5 MathML:
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML maxsize Attribute</title>
</head>
<body style="text-align:center;">
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML maxsize Attribute</h3>
<math>
<mrow>
<mrow>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo stretchy="true"
maxsize="250em">+</mo>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
</mrow>
<mo stretchy="true"
maxsize="30em">=</mo>
<msup>
<mi>z</mi>
<mn>2</mn>
</msup>
</mrow>
</math>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML maxsize attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute
|
https://www.geeksforgeeks.org/html5-mathml-maxsize-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML maxsize Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0103096366, 0.0386502333, -0.00944444165, 0.0339970812, 0.089166, 0.00561649818, -0.00122872263, 0.0269737318, -0.00537293497, 0.0135377599, 0.00986613333, 0.0227422733, -0.017943712, -0.00995338, 0.0477238744, -0.0177692194, -0.0297074579, -0.00189943064, -0.0110148797, 0.0151954452, -0.0268283207, 0.00956804119, -0.0280933958, 0.0298964921, -0.0332118608, 0.0131815029, -0.0143884141, -0.00304454193, -0.0121272737, 0.00113511423, -0.00118691695, 0.0123744719, -0.0351603702, 0.00548199285, -0.00609998964, 0.0122217909, 0.0134577835, 0.0518244654, -0.0310597792, -0.0303036422, 0.027773492, -0.0203284509, -0.00105059415, 0.022044301, 0.0287186634, -0.00647805817, -0.0174202323, -0.0370216295, -0.0321358219, -0.021637151, 0.00417329464, -0.0129851988, 0.00369525584, -0.0140539687, -0.0137922289, -0.0179146305, 0.0203720741, 0.0277007874, -0.00833931845, -0.00818663649, 0.0330955349, -0.0781147629, -0.0322521515, 0.00428235251, -0.0251560956, -0.0238619372, 0.0145556368, 0.00443866942, 0.0107313283, 0.00220661121, -0.0353057794, 0.0422855057, 0.000488944352, 0.0122872256, -0.00646351697, -0.000748866412, -0.0088627981, -0.0185689796, 0.010796763, 0.00698699662, 0.0114365714, 0.0125271538, -0.0212009177, -0.00657984568, 0.00278098462, 0.00962620508, -0.0036389092, -0.0359746702, -0.00321176439, -0.0217243973, -0.0134068904, 0.0244581234, 0.000174947549, -0.00788854435, -0.0039079194, 0.0266102049, 0.00173402566, 0.02402189, -0.00201757695, -0.0158788767, 0.00337535189, 0.0220006779, 0.0489744097, -0.00124599016, 0.00606363686, 0.0103241783, 0.0119745918, -0.0235856567, 0.0513300672, 0.00232112245, 0.0294020958, -0.0109276334, -0.0225823205, 0.0117928283, -0.0396390259, 0.0280933958, -0.0290531088, -0.023512952, 0.017231198, 0.02746813, -0.0380976684, 0.00166313781, 0.00287368405, 0.0145774484, -0.0448738225, 0.00110057916, -0.0457753688, -0.00892823283, 0.0485090949, -0.0435069576, -0.0368762165, 0.0336771756, 0.00469677383, -0.0585715324, 0.017943712, -0.000936991826, 0.0247634854, 0.014802835, 0.000416693278, 0.00707787834, -0.029954657, -0.00637263525, 0.0401334241, 0.0359746702, -0.0695064366, -0.0118946163, 0.00199940056, 0.0486254245, -0.0456590392, 0.0371670388, -0.0332991071, -0.030710794, -0.00148137414, -0.0103096366, 0.00592186116, -0.00986613333, -0.0463570133, 0.0162133221, 0.0174638554, 0.0237746909, 0.00120236678, -0.00324266427, 0.025548704, 0.028834993, -0.0162860267, 0.0277589522, -0.00702334894, -0.00461316248, -0.00597275514, 0.0262757596, -0.00778675685, 0.0126798349, -0.0323975608, -0.0178855471, -0.00318995281, 0.00292276, 0.0113420542, 0.00684522092, 0.00855743513, 0.0277007874, -0.0233675409, -0.0150354924, 0.0183072388, 0.0417620279, -0.0181472879, -0.0280643143, 0.0286895819, 0.00331900502, -0.00688884407, -0.0448738225, -0.00998246204, 0.00700517278, 0.00374069693, -0.00908091385, 0.0563031211, -0.00461316248, -0.0239782669, 0.0360328332, 0.0347823, -0.00179673417, -0.0119164279, -0.0300128218, 0.00860105827, -0.00596548431, 0.00276462571, -0.00597639, 0.00242836284, 0.0213463288, 0.0344914794, 0.00169676403, -0.00856470503, -0.0108694686, -0.000494397245, -8.1282451e-05, -0.036585398, 0.015457185, -0.0496142171, -0.0145992599, -0.0217825603, -0.0464733429, 0.0437977798, -0.00248470972, -0.000104400518, -0.0166931786, -0.0351603702, -0.0330082886, -0.0286314171, -0.0473458059, -0.0152826915, 0.00107240584, 0.00334081659, 0.0276426226, -0.00512573635, 0.0270318966, 0.0474330522, 0.0291403551, 0.00485672569, -0.0298674107, 0.0286168754, 0.00314632943, -0.019819513, -0.00102151197, 0.014446578, 0.00742686447, 0.00224296399, -0.0155444313, -0.00972799305, -0.0406278223, -0.00279552559, -0.0398135185, -0.0209391769, -0.0514173135, 0.00416238839, -0.021288164, -0.0336771756, 0.0291403551, 0.0242545474, -0.0244435817, -0.0430125594, -0.00570738, 0.0175074786, -0.00691429107, -0.00145138311, 0.0031954057, -0.000928358058, 0.0512719043, 0.0516499728, -0.0176674314, -0.011909157, -0.0262030549, -0.0250543077, -0.0417329445, 0.0323103145, -0.00158043532, -0.0394936167, 0.0198340546, -0.0160824507, 0.0104332361, 0.0418492742, -0.0374869443, 0.00649259938, 0.00889915, 0.00458408054, 0.0504866838, 0.00776494481, 0.00578735583, 0.00503848959, 0.0189761296, -0.0102732843, -0.0298092458, -0.0252724234, -0.0160969924, 0.0299837384, 0.0289513208, -0.000717966584, -0.0158207119, -0.013988534, -0.0160242878, 0.0111748315, -0.00953168795, -0.0366726443, 0.00298092468, -0.0164168961, -0.0510974079, 0.00025287873, 0.0210264232, 0.0200957935, -0.0164605193, 0.00785219204, -0.0331246145, 0.00148864463, -0.0278607383, -0.00234111631, -0.00697609037, -0.0172748212, -0.00813574251, 0.0463860929, -0.0183363222, -0.0440013558, -0.0120763797, 0.004460481, -0.00512573635, -0.0216807742, 0.031786833, 0.00748866424, -0.00950260554, -0.0588332713, -0.0321067385, -0.0206919797, -0.0109349042, -0.0565939434, -0.017841924, -0.00266647339, -0.0218407251, 0.0264357124, -0.0602583, 0.0343169868, -0.012825246, -0.0314960144, 0.028834993, -0.00234293402, -0.0151809035, -0.0329501219, 0.0255341642, 0.0221751705, -0.0179873351, -0.0218407251, -0.0266102049, 0.0139521807, 0.0157334656, 0.00108149403, 0.0468804911, 0.036498148, 0.0287041217, -0.0129052224, 0.00259195035, -0.00936446525, -0.00506030116, -0.0270464383, -0.0126507534, -0.0236583631, 0.0104768593, 0.0100624384, -0.0286750402, 0.0109785274, -0.0469968207, -0.0186126027, -0.00199394766, 0.00168949354, -0.0137704173, 0.00059300405, 0.00667799823, 0.0306235477, 0.0399880111, 0.00891369116, 0.0112620788, 0.0476947948, -0.00699063158, -0.0347823, 0.0228731427, -0.0315832607, 0.0541801229, 0.0358583406, 0.0176965129, 0.0058636968, 0.0052566058, -0.00980069861, -0.00160588219, 0.0257668216, 0.0349277109, -0.0297074579, 0.0191215407, -0.0243417937, -0.038475737, 0.00841929391, 0.00868103374, -0.0133341849, -0.0581353, 0.0144102257, 0.00627084728, 0.00508574815, 0.00267010857, -0.0377196036, 0.0173911508, 0.0334445201, 0.0175365619, -0.025476, -0.00172039331, 0.0488580801, -0.0339098349, -0.0281806439, -0.00608908385, -0.0368471369, -0.023163965, 0.0248652734, 0.0206192732, 0.0312051903, -0.00769951, -0.00408604788, 0.00140866858, 0.0494397245, -0.0248071086, -0.0130142802, -0.00827388372, -0.0182345342, -0.00189216, -0.0800923556, 0.0102442019, 0.0169985406, 0.00430416409, -0.0304781366, 0.055895973, -0.00321903499, 0.0278898217, -0.00825934205, 0.0172748212, 0.00578008546, 0.0270028152, -0.00504576, -0.0104114246, -0.0307398755, -0.00967709906, -0.00176038139, 0.0440013558, -0.010033356, -0.00113874953, 0.00255923276, -0.0409768075, 0.0292130616, 0.0401043408, -0.00581280282, -0.0310597792, -0.0108767394, -0.0347532183, 0.0555760674, -0.0186271425, 0.0384466574, -0.00860105827, 0.0202993695, -0.0111384792, -0.00346623361, 0.0106222704, 0.0218698084, 0.00769951, 0.067412518, -0.0282388069, -0.0355384387, 0.0219134316, -0.014243003, 0.0240364317, -0.0164168961, 0.0118509931, 0.0216662325, -0.00101151492, -0.000768860453, 0.0252433419, -0.0263630059, 0.00759045174, 0.0026355735, 0.000125530554, 0.0451355614, 0.00583825, -0.0331246145, 0.014795565, 0.00449683378, -0.0252869651, 0.0280206911, 0.0628175363, 0.034607809, 0.0230185539, -0.0237746909, 0.00115965237, 0.00277916691, -0.00247743912, 0.0202412046, -0.0114583829, 0.0110076088, -0.0119964043, -0.00596184935, 0.0114074899, -0.0287913699, 0.0306526292, 0.0144102257, 0.0497014634, 0.0417620279, 0.0264938753, -0.045310054, 0.0675870106, -0.0375741906, -0.0106731644, 0.0234838687, 0.00674343295, -0.00233748113, -0.00605273107, -0.0089500444, -0.0219425131, 0.0251124725, 0.0183944851, 0.00482400833, 0.0141557567, 0.00588550838, 0.00442049326, -0.0297801644, 0.000294684403, 0.00992429815, -0.00061118044, 0.0343460664, -0.00901547913, -0.010796763, -0.00671798596, -0.0213754103, -0.0130651742, 0.037603274, 0.0133414548, -0.0305072181, 0.0277153272, -0.0222769585, -0.00644170539, 0.010694976, 0.027599, -0.0339679979, -0.0276862457, -0.0218988899, -0.0129270339, -0.00189216, -0.0167368017, -0.00187943655, -0.0144320372, -0.00342624565, -0.00326629356, 0.0185689796, -0.0148246465, 0.0090372907, -0.0129343048, 0.0105495648, 0.00151500036, 0.00820117816, -0.03254297, -0.0202848278, -0.0371670388, 0.00771405129, 0.00855016429, 0.0130506335, 0.0446120799, -0.00909545552, -0.00792489666, -0.0315541774, 0.015966123, -0.0233093761, 0.0168967526, -0.0149918692, 0.00987340417, 0.0545581914, 0.00551107526, 0.00772132166, 0.0446993262, 0.0216226093, 0.00764134573, 0.00492943125, -0.0141993798, -0.0310597792, -0.0273372587, 0.010033356, 0.0223932862, -0.00172402861, 0.0182199925, -0.0148828113, -0.0303036422, -0.0576990657, 0.00737233553, 0.0272790957, 0.0322521515, -0.0262612179, -0.0203429926, -0.00486399652, 0.059851151, -0.0181472879, -0.0173184443, 0.0445539169, -0.0196741018, 0.00316995871, 0.0183799453, -0.0128615992, 0.00392973097, -0.0361491628, 0.00421691779, 0.0136759, 0.0369634666, 0.00216117036, -0.000469859137, -0.0264793355, -0.0241527595, 0.00833204761, 0.00146138, -0.0221024659, -0.00828842446, -0.0130869858, 0.0155444313, -0.00617996557, -0.00500577223, 0.0340843275, 0.00216480554, -0.0216807742, -0.0217534788, 0.0305363014, -0.015050034, -0.0158061702, -0.000165518562, 0.0202412046, -0.0334736034, -0.0304490533, -0.0125635061, 0.0232221298, -0.00781583879, 0.0286168754, 0.0311470274, -0.0229313076, -0.00868103374, -0.0233093761, 0.0220006779, 0.00693973806, 0.0036116445, -0.0256359521, 0.0314087681, -0.00232839282, 0.0157770887, -0.0208955538, 0.0568556823, 0.0257522799, 0.0244435817, -0.00138685701, 0.00596184935, 0.018350862, -0.00508938357, 0.0161551572, 0.0300128218, -0.000422146171, 0.0173620675, 0.0180891231, 0.0150936572, -0.0279479865, -0.0215208214, 0.0105641056, 0.00605273107, 0.022960389, -0.0328337923, -0.000332854775, -0.00895731524, 0.00340988697, 0.0163441915, 0.0116474172, -0.0139739932, 0.0133850789, 0.0124980714, 0.00503848959, -0.0209973417, -0.00198849477, 0.0308852866, -0.0112039139, 0.032746546, 0.00854289345, -0.00473676203, 0.014446578, 0.016925836, 0.0213317871, -0.00847745873, -0.0213317871, 0.0275553763, 0.0129924687, -0.00174674916, 0.0579026416, -0.00494397245, 0.00852835272, 0.0242545474, 0.0197758898, -0.0261594299, 0.021695314, 0.00241200416, 0.0080121439, -0.0332409441, -0.0254614577, 0.00763407536, -0.00571828568, -0.0147592118, 0.00207392382, 0.0331246145, 0.0062344945, 0.00158134417, -0.0128034344, -0.00691792602, 0.00913180783, 0.0380685888, 0.0210700482, 0.0331827812, 0.0129561163, -0.0272936355, 0.0134141603, 0.025490541, -0.0216080677, 0.00225568749, 0.013123339, -0.0187143907, 0.0265374985, -0.0191651639, 0.0149918692, -0.00219752314, 0.0478692874, 0.00904456154, 0.0178273823, -0.0108113047, -0.00775040407, 0.00499850139, 0.0160969924, 0.000762498705, 0.00512210093, 0.0400170945, 0.011654688, 0.0174493138, -0.0171439517, -0.000313542376, -0.00944444165, 0.0128179761, 0.0272063892, 0.00752501702, -0.00268283207, -0.0323684774, 0.0382430814, -0.00752501702, -0.0167658832, 0.00237565138, -0.0223351233, 0.00304272422, 0.0245017465, 0.0122944964, 0.0137486057, -0.0115456302, 0.0230185539, -0.00188670715, 0.0126725649, 0.00578008546, -0.0349567942, 0.0109567158, 0.00502394838, 0.00731780613, 0.0108403871, 0.0178855471, -0.0199213009, -0.0183217805, 0.00929176, -0.0188598018, -0.0151809035, -0.0330373682, 0.0464733429, -0.00790308509, 0.0144829312, 0.00398426037, -0.0494106412, 0.016925836, 0.0171294101, -0.0112329964, 0.00731417118, 0.0321358219, -0.0191506222, 0.0326593, -0.0213608686, -0.012738, -0.0200667121, 0.00362982089, 0.0263630059, 0.0116401473, 0.0351022035, 0.0224659927, 0.0239928085, -0.0106658936, 0.00193396572, -0.00861559901, -0.00487126689, 0.00571828568, 0.00358619774, -0.0202993695, 0.00937173609, 0.0229894724, 0.0283405948, -0.00489307847, 0.00709969, -0.0260576438, 0.00378795527, 0.0140612395, -0.0381267518, -0.00827388372, -0.0203720741, -0.00163859967, -0.0301873144, -0.0258395262, 0.0197322667, 0.0120909205, 0.0189906713, -0.0168095063, 0.0128107052, 0.0236001983, 0.00507484237, 0.00135777483, -0.0132251261, 0.0108621987, 0.0161260758, 0.00674343295, 0.0128470575, -0.00870284531, 0.0164605193, 0.00908818468, -0.0033571755, -0.020779226, -0.0247344039, 0.0238328557, -0.0119673219, 0.0155735137, -0.000801577873, 0.0197613481, -0.0243708752, 0.0350440405, -0.0246762391, 0.00863741059, 0.00382067286, 0.00943717081, -0.0236583631, 0.000175515568, 0.00225568749, 0.00413330644, 0.00578735583, -0.0166495536, 0.0104914, 0.056710273, 0.00934992451, 0.00880463328, -0.00116692297, -0.0293148477, -0.0364109, -0.00494760787, 0.000686612329, -0.0276135411, -0.0238328557, -0.0106222704, 0.0148755405, -0.0202848278, 0.0375451073, -0.00720147742, 0.0240945946, -0.0198631361, 0.0102950959, -0.0130579034, 0.00924813654, 0.00451864535, 0.0291403551, 0.00475493819, 0.00685249129, 0.0149482461, -0.0590077639, 0.00278098462, 0.00398426037, 0.0323975608, 0.0274245068, 0.023163965, 0.00295729539, 0.0113929482, 0.0027700786, 0.0321649, -0.0439431891, -0.0336190127, -0.00833204761, -0.00746685266, 0.0153117739, -0.0263193827, 0.0369634666, -0.032746546, -0.0085792467, 0.0368471369, -0.0276426226, 0.0145192835, -0.0186707675, 0.0189179648, 0.0151663627, -0.0506030135, 0.0180455, -0.0213317871, -0.00145138311, 0.0116474172, 0.0184235685, 0.0370216295, -0.0109058218, -0.019208787, 0.0309725329, 0.0410931371, -0.0091463495, -0.0191651639, 0.0182636157, -0.00988067407, -0.00653258711, -0.00522388844, -0.00681613851, 0.0145701775, -0.0343460664, 0.00318086473, 5.27682714e-05, 0.0303036422, -0.0511264913, 0.0104477769, -0.0117855575, 0.00932811294, -0.00677978573, 0.00612180121, -0.0310888626, 0.0307689589, 0.0124980714, -0.0013941275, -0.0160679109, -0.00910272542, -0.0189615879, 0.0114365714, -0.050835669, 0.00267010857, 0.0334736034, -0.031786833, 0.0361782461, 0.00372615573, -0.0353057794, -0.0365272313, -0.0399298482, 0.014090322, 0.0101206023, 0.016824048, 0.00831023604, 0.0111966431, 0.0098588625, 0.00811393093, 0.00419874117, -0.0305653829, 0.00793943834, 0.013988534, 0.0138213113, 0.00878282171, -0.000237428831, -0.00864468142, -0.00576554425, 0.0111748315, -0.0107095167, -0.00131233386, -0.0208083075, 0.00716512464, -0.00382067286, -0.0180600397, 0.00836840086, 0.00683067972, 0.00442412822, 0.00582734402, -0.00170039933, 0.0184090268, 0.0302163959, -0.0331827812, 0.0396099426, -0.000313542376, 0.014795565, -0.0208373908, 0.0383884907, 0.000807485194, 0.0254469179, 0.00964074675, 0.045164641, -0.0152972322, -0.0106368111, 0.0132178562, 0.0444085039, 0.00293548359, -0.00728872418, -0.0254178345, 0.00508574815, 0.0115310885, 0.0145701775, -0.0388538055, 0.00799760222, -0.026101267, -0.0104914, -0.0198922195, 0.0055401572, 0.01008425, -0.0114874654, -0.0200376287, 0.0138140405, 0.0248652734, -0.0247198623, -0.004435034, 0.00318086473, -0.00186671317, 0.0146865062, 0.00701971399, 0.0257668216, -0.00765588693, -0.012468989, 0.00942263, 0.0143229794, 0.040337, 0.0179146305, -0.0047585736, -0.020226663, -0.0367598906, 0.0156607591, -0.00597639, -0.0159806646, -0.00557651, 0.0131815029, -0.00848473, 0.00197213609, -0.0185689796, 0.014861, 0.0323684774, -0.0061726952, 0.00261557964, -0.023571115, -0.0316123404, -0.014548366, -0.00217934675, 0.00355348014, 0.00669617439, -0.0299255755, -0.00193396572, -0.00602364866, -0.0382721648, 0.00721965404, -0.00342442794, -0.00847745873, -0.0119164279, -0.000558014552, 0.0218116436, 0.0415293686, -0.0301000681, 0.016475061, -0.000140866861, 0.0177110545, -0.0299837384, 0.0133559965, 0.0147301294, -0.0062599415, -0.0210118834, -0.0169112943, -0.00769951, -0.00909545552, 0.00597275514, 0.0209246371, 0.0307980403, 0.00197577127, 0.00328628765, -0.0295911301, -0.00645988155, -0.00731053576, 0.0014586536, 0.0113638658, -0.0115456302, -0.00109694386, -0.00890642125, -0.0179146305, -0.0150936572, 0.0295329653, -0.00571828568, -0.00523115927, -0.0133632664, 0.00386793143, -0.00777221564, -0.00439868122, 0.00216298806, -0.0294020958, -0.0176965129, -0.0201975815, -0.00606727228, -0.0178855471, 0.00741595868, 0.0240509715, -0.0057219211, 0.00717239548, 0.0735197812, 0.0124835307, -0.00198122417, -0.0113711366, 0.00375160272, -0.00740505289, 0.00303727132, 0.00463860948, 0.0245162863, -0.00737597048, 0.00195941259, 0.0104041537, 0.0255777873, 0.0402788334, -0.0049875956, -0.0115456302, -0.01115302, -0.0152681507, 0.027773492, -0.00563830975, -0.00600183709, 0.0155880544, 0.00309725339, 0.0128979515, 0.0353930257, -0.00240291608, 0.000602546672, 0.0405987389, -0.0169403758, -0.0109058218, -0.00599820213, -0.0143811433, 0.00649259938, -0.00308453, -0.0265229587, 0.0390573815, -0.010389613, 0.0205611084, -0.00990975648, 0.0019448715, -0.0138649344, 0.00729963, 0.00229931064, -0.0153844794, 0.00689975, 0.0172602795, -0.0227858964, 0.00431507, 0.0097716162, -0.0135377599, -0.0121490853, -0.000997882686, 0.00538384076, 0.00970618147, -0.00728508877, -0.0153844794, -0.0118800746, -0.0251560956, -0.0148101058, -0.0653186, -0.0064017172, 0.00267556147, -0.0211572945, 0.00577645, -0.0170421638, -0.0223932862, -0.0126507534, -0.0183072388, -0.00116783171, -0.00238292199, 0.0146065308, 0.0130651742, 0.0274390467, 0.00324084656, -0.0161115341, -0.00591822574, -0.0107676815, 0.012061839, 0.0103968829, -0.0116692288, 0.00653985748, -0.00160588219, -0.0488580801, 0.0478402041, -0.0235856567, -0.0169985406, -0.00455136271, -0.00647442276, -0.0292566847, 0.00149864168, -0.0131524205, -0.012316308, -0.0111748315, 0.00258286204, 0.00259013264, 0.000423055, -0.00475493819, -0.0107313283, -0.0191360824, -0.0056201336, -0.00738687674, 0.00511846552, 0.0332700275, -0.00333899911, -0.0182636157, -0.0179873351, 0.00958985277, -0.022247877, -0.0289949439, 0.00320994691, -0.00151772681, 0.0240945946, -0.0113929482, 0.0160824507, 0.00305726542, -0.0173184443, -0.0322521515, 0.00619087135, 0.00604909565, -0.0106586227, -0.00712150149, -0.00927721895, 0.0156898424, 0.00749593461, -0.000763861928, -0.014795565, -0.00374069693, -0.00515845371, 0.0130724451, -1.48251011e-05, -0.0249670614, 0.0188307185, 0.0113129728, 0.0383012444, 0.00327538187, -0.00795397907, 0.00795397907, -0.00132233091, 0.00974980462, 0.000147342202, 0.0184671916, 0.0366726443, 0.0275262929, -0.0333863571, -0.0074305, 0.0106586227, 0.0203720741, 0.0185689796, 0.0364109, 0.00484218495, -0.0255632456, -0.0212736223, 0.0274245068, -0.00266102049, 0.00191033643, -0.0387083963, 0.0118728047, -0.0125853177, -0.00434415229, -0.00193033041, 0.0256650336, 0.00346078072, 0.0022302405, -0.0246035345, -0.0106368111, -0.0142720854, 0.0143157085, -0.0342588201, 0.00574736809, 0.00246289815, 0.0274826698, 0.013632277, 0.00986613333, 0.0193251166, 0.00837567076, 0.0312051903, 0.00538747571, -0.0080121439, 0.0190779176, 0.00313724135, -0.00338989287, 0.00566375675, -0.0134068904, -0.00638717599, -0.0238328557, -0.0186416842, -0.0092335958, -0.000705697516, -0.0180891231, -0.0265956633, -0.027977068, -0.00671798596, 0.0247780271, 0.0201248769, -0.00115329062, 0.00671435101, 0.00588914379, -0.021637151, -0.00863014, -0.0243854169, -0.0062744827, 0.0479274504, 0.0181618277, 0.0131815029, 0.0201103352, -0.0101569556, 0.00439504627, -0.00888461, -0.0167513415, -0.0214771982, 0.0217825603, -0.0169112943, 0.00065980223, 0.00352621567, -0.0275408346, 0.0243708752, 0.0296056699, -0.00108331162, 0.00142593624, 0.018699849, -0.00408604788, -0.0144247664, 0.00983705092, -0.00268646749, -0.00705970172, -0.00859378744, -0.00715785427, 0.0137631465, -0.0145265544, 0.0128906816, -0.000963347557, 0.00691065565, -0.0161406156, 0.0182199925, -0.00075522816, -0.011502007, 0.00919724256, 0.00566739216, 0.0170857869, 0.00020755142, -0.00874646939, 0.0236001983, 0.0151518211, -0.0140830511, -0.0104695885, -0.00022799983, -0.00158952351, 0.0170712452, -0.0109276334, -0.0123090371, 0.00890642125, 0.013632277, -0.00118509925, -0.0181327462, 0.00217571133, -0.0171148703, 0.0064562466, -0.0125635061, -0.00977888703, 0.00869557541, 0.0222769585, 0.0265665818, 0.00187943655, -0.00773586286, 0.0270318966, 0.0336771756, 0.00360073871, -0.000802486727, -0.00712877186, -0.0132105853, -0.014751941, -0.00439868122, 0.00162587629, 0.0330373682, 0.00323721138, -0.00280643138, -0.01221452, 0.0210555065, 0.00073069, -0.0118291816, -0.00673252717, -0.00723783, 0.0174202323, -0.0151518211, -0.00759045174, -0.00945898239, -0.00831750687, -0.0162860267, -0.0113420542, 0.0121999793, 0.0295475069, -0.0333863571, -0.00535839377, -0.00764134573, 0.006369, 0.0302454792, 0.00891369116, -0.0152681507, -0.00499123102, 0.00449319836, 0.0299837384, 0.00242836284, 0.0268864855, -0.0048858081, -0.0110803144, -0.0200521704, 0.00355893304, 0.0153263146, 0.0204884037, -0.0128034344, -0.0209682602, -0.030361807, -0.0166204721, 0.000906092, 0.00820844807, -0.0177837592, -0.02361474, -0.0159952044, -0.0067870561, -0.022756815, -0.000321267318, -0.0132542085, -0.0282969717, 0.00806303788, 0.00926994812, 0.0121490853, -0.00186671317, -0.0210991297, -0.00986613333, -0.00279189041, -0.0148173766, 0.0016649554, -0.00753955822, 0.021535363, -0.0112838903, 0.0239782669, 0.00297183637, -0.0373415351, 0.00030150052, -0.0176092666, -0.0288204513, -0.00399516616, -0.0186853074, 0.00946625322, -0.00910272542, -0.0261739716, -0.00318631763, 0.0174638554, -0.0248216502, -0.0137558766, -0.0191651639, -0.0209246371, 0.023512952, 0.000391246343, -0.00468223263, 0.02361474, 0.0306526292, -0.0180309583, 0.00336081069, -0.0102442019, -0.0237746909, -0.0157189239, -0.00418420043, 0.0273808837, 0.00370070874, -0.0594730824, 0.0132105853, -0.0276862457, 0.0130360918, 0.0192233287, -0.00432597613, 0.00879009254, 0.0289804041, -0.0201975815, -0.0305653829, 0.00928449, 0.0154717257, -0.0443212576, -0.0118873455, -0.0181036647, -0.0135450307, -0.0180018768, 0.00933538377, -0.00460589211, -0.00761226332, 0.00921905413, 0.00398062496, 0.00617996557, -0.0104550477, 0.0122872256, 0.00174402259, 0.00786673278, 0.00379522587, 0.0193541981, 0.0304199718, -0.032688383, 0.0103023658, 0.0041514826, 0.00480219675, -0.0135595715, 0.0253015067, 0.0385920666, 0.00560559239, 0.010593188, 0.0110221505, -0.0186562259, 0.0180891231, -0.0159515813, 0.0120254857, -0.014344791, 0.0243127123, 0.0149482461, -0.025476, 0.00140230695, 0.000519389752, -0.0167077184, -0.0120254857, 0.0201539584, 0.00075113849, 0.0161551572, -0.0184817333, 0.00970618147, 0.00676888, -0.0064017172, 0.0220006779, -0.0127234589, 0.0124835307, -0.0351894498, 0.0314960144, 0.00619814219, -0.0241963826, -0.0130433626, -0.00790308509, -0.0143229794, 0.0231348835, -0.00399153074, -0.00552198105, 0.0181182045, -0.037457861, 0.003079077, -0.0273954235, -0.0043477877, 0.0152826915, -0.00594730815, 0.0164459795, 0.0120472973, 0.00679796236, 0.0194996092, 0.0138576636, -0.00453682197, 0.0174202323, -0.00390064879, 0.0120182158, 0.00472949119, -0.0237310678, 0.00878282171, -0.00531840557, -0.00864468142, 0.0164023563, 0.0271336846, 0.0112329964, -0.00916816108, -0.0131378798, 0.0245889928, -0.00144320377, 0.015050034, 0.00282460777, -0.0216226093, 0.0196741018, 0.0182054508, -0.0314669311, 0.000707515166, 0.0141702974, -0.0285296291, 0.0150064109, -0.0105786473, -0.0175947249, -0.0196886435, -0.0169549175, -0.004435034, -0.0134577835, -0.0149627877, -0.00216480554, 0.0242981706, -0.0122436024, 0.0524642728, -0.00375523791, 0.022960389, -0.00847018789, 0.00407150667, 0.00897912681, 0.0225096159, -0.012468989, -0.000769769249, 0.00897185598, 0.00538020534, 0.00505303079, 0.0246035345, -0.0113929482, 0.000538020511, 0.00864468142, 0.0165332258, -0.0244726632, -0.017740136, 0.0102660134, 0.0067870561, -0.00857197586, 0.00544927549, -0.0176092666, 0.00491125509, -0.00934265368, -0.00287550176, -0.00221388182, 0.0171294101, 0.0199213009, -0.0110948561, -0.00835385919, -0.012163626, -0.0314087681, 0.0104841301, 0.00873192772, 0.013326914, -0.00580553245, -0.0187870953, -0.0197613481, 0.0131887738, 0.00598002551, 0.00344442204, -0.0392609574, -0.0186416842, -0.00563103938, -0.00358438, -0.0046167979, -0.0222187936, 0.0298674107, 0.010644082, 0.0234111641, -0.00195941259, 0.0316995867, 0.00026287575, -0.0155444313, 0.0030736241, 0.016925836, 0.0130288219, -0.0008711025, 0.00756137, 0.0123890135, -0.00943717081, -0.00482400833, -0.0127525404, -0.00424599973, -0.016925836, -0.0185980611, 0.00798306148, -0.0150645748, 0.00969891064, 0.00197758898, 0.0100042736, -0.015966123, 0.0227713548, -0.00320449402, 0.00700517278, 0.00653622253, -0.0262321364, -0.00426417636, 0.00123781071, 0.00832477678, 0.00250470359, 0.00351531, -0.0161406156, -0.0155153489, -0.040453326, 0.00592913153, 0.0119891334, -0.00219934061, 0.0133632664, -0.00458771549, -0.000792035309, -0.0150064109, -0.00154408254, -0.00974253379, -0.00934265368, -0.0173184443, 0.00165677606, 0.00156407664, 0.0191651639, 0.00822299, 0.0162278619, -0.0203139111, -0.00444957521, 0.00898639672, 0.00775767444, 0.00987340417, 0.00600183709, 0.018699849, 0.000817482185, -0.0400461778, 0.0074195941, -0.00465315068, -0.00535475835, -0.00922632497, -0.00151590921, -0.00399516616, -0.00701971399, 0.000394654431, -0.0104259653, -0.00606727228, 0.00435505807, -0.00167586131, -0.000104002916, -0.00394427218, -0.021288164, 0.013988534, 0.0132105853, -0.00718693668, -0.00745231146, 0.01287614, -0.0106004588, -0.00275553763, -0.0228586029, -0.00292276, 0.0206628963, -0.00129779277, 0.00349349831, 0.00751774618, 0.0136104655, -0.00434051687, 0.00652168132, -0.0269446503, -0.00392609602, 0.00349895121, 0.024530828, 0.00343896914, 0.0045622685, -0.00792489666, 0.0139739932, -0.00740141748, 0.00154862669, -0.00658711605, -0.0169985406, 0.00126416644, 0.00404605968, -0.0162860267, -0.00754682859, -0.0139812632, -0.018292699, 0.019819513, -0.015253609, -0.0076486161, 0.00812120177, 0.00983705092, 0.0117928283, 0.00832477678, 0.00849927, 0.0298092458, -0.0236438215, -0.00158497936, -0.0285441708, 0.000760681054, 0.0291112736, -0.011909157, 0.0294748, -0.0106295412, -0.000377841265, -0.0111239385, -0.0183217805, 0.00246289815, 0.00982978102, -0.00316087063, -0.028936781, 0.0301000681, 0.0408604778, -0.00185944256, 0.0124399075, 0.00604182528, 0.0114147598, 0.0312924385, 0.000797488203, 0.00134868664, -0.00273554353, -0.0166350137, 0.0143375201, 0.0102950959, -0.00181672815, -0.000406696257, -0.0173911508, -0.00414057681, -0.0290385671, -0.00970618147, -0.0234984104, -0.0314378478, -0.0121345446, -0.0120182158, -0.0203720741, 0.0153263146, -0.026857404, -0.0104186954, 0.0109349042, 0.00947352406, 0.00523115927, 0.0339970812, -0.00588914379, -0.00897185598, -0.00426054094, -0.00540928775, -0.00550744, -0.000164950558, 0.00316450582, -7.87264e-05, -0.0104695885, -0.00339171058, -0.00217389385, -0.00521661807, 0.00257195625, -0.00759772258, 0.00660529267, -0.0051293713, 0.00917543098, 0.0205611084, -0.00645988155, -0.0178564657, 0.0152099859, -0.0236001983, -0.00120963738, 0.00587096717, 0.00554742804, -0.00387520203, -0.0122436024, -0.00777948601, 0.000785219134, 0.000384430226, -0.0121272737, 0.00570374494, 0.016373273, -1.81763698e-05, 0.0204738621, -0.00652531674, -0.00511119515, 0.000296729238, -0.00512210093, 0.024937978, 0.0116110649, -0.0201830398, -0.0320194922, 0.00687430287, -0.0229022261, 0.0174783971, -0.0056819329, -0.013581383, 0.0157043841, -0.00547108706, -0.0202557463, 0.00360073871, -0.0323393978, 0.0164168961, 0.00140048924, -0.0320776552, 0.0110585028, 0.021637151, -0.000974253402, 0.00665982161, -0.00688884407, 0.0166350137, -0.00435142266, 0.0107604107, -0.0150936572, 0.0060309195, -0.00167586131, -0.0104986709, 0.022960389, -0.00129961036, -0.031786833, 0.020677438, -0.00916089, 0.0149191637, 0.0199213009, 0.00570010953, -0.0082956953, 0.00223387592, 0.000786128, 0.00276280823, 0.00863014, 0.00373342633, 0.0316995867, -4.84797856e-05, -0.0187580138, 0.0193396565, -0.00910999626, 0.0252433419, 0.00984432176, -0.0199649241, 0.00408241246, 0.00456590392, -0.0144320372, 0.0205901917, -0.00860832818, 0.00926267821, 0.0233966224, -0.00182127219, -0.00444957521, 0.0181036647, -0.0239928085, 0.0126434825, 0.00421691779, 0.0204738621, 0.0165332258, 0.00372615573, -0.00740868831, 0.00611089543, 0.00316268834, -0.0068125031, -0.00859378744, 0.0144538488, 0.0173184443, -0.0148900822, -0.0229458492, 0.00538020534, 0.00331355212, 0.0180455, 0.00490398426, 0.000367162662, 0.0161842387, -0.000930175709, -0.00543473428, 0.0257086568, -0.00590732, -0.0055401572, -0.0112475371, -0.0222769585, -0.0333863571, -0.0135014076, -0.0109930681, 0.00387520203, -0.0163441915, -0.0196304787, 0.0149482461, -0.0267119929, 0.00324993487, 0.00656894, -0.0122508733, 0.0124835307, -0.00968437, -0.00119600515, 0.00111875555, 0.00449683378, 0.0133850789, -0.00508211274, -0.00842656475, -0.00921178423, -0.0128906816, 0.013835852, 0.0126289418, -0.016271485, 0.0202848278, 0.0181618277, 0.0114438422, 0.00317541184, 0.00919724256, 0.00515118288, -0.0161115341, 0.000360119331, -0.00680159731, 0.0117855575, -0.0131742321, -0.0335608497, 0.00225750497, -0.0380685888, -0.0136177363, 0.00315178256, 0.0113202427, -0.0041914708, 0.0169839989, -0.0188161768, 0.0203139111, 0.0210264232, 0.00845564716, -0.00109239982, -0.0136759, 0.000774313346, -0.0119309686, -0.00078385591, 0.0234257057, -0.00853562262, -0.013835852, 0.00416965922, -0.00398426037, 0.00633628247, 0.0199067593, 0.0165332258, -0.00410785945, 0.0123817427, 0.00792489666, 0.0266683698, -0.00300273625, 0.0208373908, 0.0101714963, -0.00725600682, 0.00162496744, -0.00456953933, 0.022553239, -0.0187289305, 0.00936446525, -0.00339716347, 0.00713967811, -0.00889188, 0.0101569556, 0.00987340417, -0.00582734402, 0.0271336846, 0.0130070103, 0.00933538377, 0.00573646231, 0.0178855471, 0.012774352, -0.00217571133, 0.0065980223, 0.00969164, 0.00484582, -0.0031536, -0.00345351, -0.00301364204, 0.0151081979, -0.0170130823, -0.00414421223, -0.00561286276, 0.0112620788, -0.00203757104, 0.00459862128, 0.0124471774, 0.00582007365, -0.000693428505, -0.00996065047, 0.00252833287, -0.0133196432, 0.00137322466, 0.00410785945, 0.0146865062, -0.0245453697, -0.00601637829, -0.00518390071, -0.0343169868, -0.000835658575, -0.0277880337, -0.0137049826, 0.0214044917, -0.0117710168, 0.00275008474, -0.00924813654, 0.00472585624, 0.00290640141, 0.0329501219, 0.0148391882, 0.00991702732, -0.0134214312, 0.0122072501, -0.0222624168, 0.0248943549, 0.0169112943, 0.0151663627, 0.0037734143, 0.0002955932, 0.00685249129, -7.48639213e-05, -0.00677251536, -0.00293730129, 0.0120763797, 0.000500304566, 0.0224659927, -0.00735052396, 0.00371161452, 0.00791762676, 0.015966123, 0.00824480131, -0.00868830457, 0.0154281026, 0.016271485, 0.0132251261, 0.0178128425, 0.024225466, -0.018903425, 0.0115892533, -0.0016776789, -0.0173475277, -0.00127688993, -0.0135086775, -0.00544927549, 0.00568920374, -0.00479129096, 0.00499850139, -0.0172893628, -0.0087537393, 0.0201103352, -0.00479856133, -0.018903425, -0.0284569245, -0.00844110548, 0.0401043408, -0.000682522659, 0.00891369116, -0.0271627661, 0.0011178467, 0.00139140105, 0.0203284509, 0.0124471774, 0.00752501702, -0.000781583891, 0.00610726, 0.000246744225, 0.000105138934, -0.018801637, -0.00396608375, -0.00728145381, -0.00696154963, -0.00407150667, 0.0099679213, -0.0118728047, -0.00817936659, -0.00268283207, 0.00862287, -0.0056201336, -0.0016704083, -0.0340843275, 0.0149337053, 0.013835852, 0.00178855471, 0.0094080884, -0.00527841784, -0.036439985, -0.00476584397, -0.0133341849, 0.0106804343, 0.0221315473, -0.00585642643, -0.0185689796, 0.00887733884, 0.00205029454, -0.00503485417, -0.00276644342, 0.00257377396, 0.0158207119, -0.00961893424, -0.00543473428, -0.0175365619, 0.028893156, -0.0162569452, -0.0038824724, 0.00191215402, 0.0014586536, 0.0167077184, 0.00486399652, 0.00889915, 0.00723056, -0.000931538932, -0.013683171, -0.0137922289, -0.00213027047, 0.00433688192, 0.00168585824, 0.015050034, -0.0146138007, -0.0114583829, -0.0200230889, -0.0162860267, 0.0136250062, 0.00747412303, -0.0143956849, -0.0270318966, -0.00129779277, -0.0231785066, -0.00549653405, -0.0189179648, 0.0274390467, -0.0104841301, 0.016925836, -0.0102805542, 0.0207501426, -0.000859287858, 0.00430779951, 0.00158679707, -0.00340988697, 0.000860651082, -0.0016040646, 0.0306526292, 0.0131451506, 0.00343533373, -0.0142357321, 0.0124108251, 0.0209246371, 0.0126580233, -0.0242981706, -0.0149773285, 0.00773586286, -0.00836113, -0.00376614369, 0.001672226, -0.0035044041, -0.00304999482, -0.000685703533, 0.010694976, -0.00304272422, 0.0207065195, -0.00345896301, 0.0073687, 0.0248361919, 0.0180600397, 0.00934992451, 0.0111893732, 0.0190342944, -0.0180600397, 0.0133996196, 0.0217971019, 0.00726327719, -0.0060054725, -0.0178128425, 0.00225568749, -0.0100915199, -0.00924813654, -0.00509665394, 0.00432961108, -0.00689247949, 0.0243708752, -0.0100697083, 0.0158061702, 0.00543109933, 0.00557287503, 0.000428053492, -0.0203429926, 0.014344791, 0.019106999, 9.18474689e-05, 0.0076631573, -0.0121200029, -0.00120963738, 0.00405696547, -0.000422373385, -0.0269737318, 0.00105422945, -0.00113147905, -0.00709241955, -0.00506030116, 0.0197468083, -0.00980069861, -7.62839481e-05, 0.00647442276, -0.00402788352, 0.00870284531, -0.00795397907, -0.0060309195, 0.0124471774, -0.0123090371, 0.00823026, -0.000597548147, -0.00380976708, -0.00135686598, -0.0198922195, -0.0133559965, 0.000481673778, -0.000949715322, -0.00643079961, 0.0117710168, -0.000260376488, 0.0253160466, -0.00870284531, 0.0106077287, -0.00924813654, 0.0101424139, -0.00519844145, 0.0109349042, -0.0219570547, -1.85597764e-05, -0.015050034, -0.00385339023, -0.0217680205, 0.0204302389, 0.00576554425, 0.0102514727, -0.00969164, 0.00282279, -0.00770678045, 0.00332082273, 0.000526660297, 0.00323357619, -0.00589641416, 0.00624903571, -0.00281370198, 0.00465315068, 0.00568556832, 0.00347532192, 0.0196450204, -0.0126144, 0.019208787, -0.00462770369, 0.00847018789, 0.021084588, 0.0343169868, -0.036439985, -0.0201975815, -0.0140612395, -0.00449683378, -0.00440958701, -0.00428962335, -0.00332082273, -0.016475061, 0.006369, 0.00479129096, -0.00416238839, -0.00657621026, 0.00441322243, -0.00479129096, -0.00322448788, -0.0140975919, -0.0115892533, -0.00258467975, 0.002939119, -0.00621268293, 0.00548199285, 0.0158497933, -0.00802668463, 0.0120254857, 0.0213463288, -0.00125507836, -0.0031845, -0.00190306583, 0.00199031248, -0.00815028418, -0.00725600682, 0.00746685266, 0.00815755501, 0.0289949439, 0.0125126131, -0.0199649241, -0.018699849, 0.00820117816, -0.0114729246, -0.0109857973, 0.00509665394, -0.00374433212, 0.0197758898, 0.00245017465, -0.0121563561, 0.00499123102, -0.0101714963, 0.0127598112, 0.0161696989, -0.000201644099, -0.0342588201, -0.0024992507, 0.00938627683, 0.00674706837, 0.00286096055, 0.0127089173, 0.0151518211, 0.00303181843, -0.0212445408, -0.006739798, 0.0140248863, -0.0149337053, -0.0158207119, 0.0103750713, -0.0141484858, -0.0146283424, 0.00900093839, 0.0213754103, -0.0249525197, 0.00896458514, -0.0102660134, -0.0236583631, -0.019106999, -0.00374433212, 0.00424599973, 0.00151409162, 0.0068270443, 0.00311542978, -0.021186376, -0.00857197586, -0.00387520203, 0.00909545552, 0.0165186841, 0.00537293497, -0.025476, -0.0119309686, 0.0148900822, -0.0224805344, 0.00194305391, 0.00662346883, -0.00800487306, -0.0291839782, -0.0088627981, -0.00173311681, -0.00776494481, 0.00293366611, 0.00486036111, 0.0351603702, -0.013632277, 0.00614361279, -0.014344791, -0.00269010267, -0.000641171413, -0.0307689589, 0.00770678045, -0.0160388276, -0.00305181253, -0.00616178941, -0.0121999793, 0.00215208204, 0.0305072181, -0.025388753, 0.0342588201, -0.00232657534, 0.00260285614, 0.0142502738, 0.012738, -0.00261194422, 0.00847745873, -0.0146065308, -0.00298455986, 0.00450046919, 0.0265811235, 0.0228586029, -0.0201394167, 0.00549289864, 0.0250252262, -0.00033603562, -0.000126439365, -0.00530022942, 0.000294229976, 0.0154717257, -0.0026410264, -0.0037734143, -0.00991702732, -0.00221933471, -0.0149482461, -0.00534748798, -0.00518026529, 0.0135668423, -0.00387156662, 0.0116983112, -0.0126507534, 0.00452955114, -0.00779402722, 0.0123453904, -0.0147155887, 0.0226404853, -0.00547472248, -0.00555469841, -0.00908091385, 0.0104986709, -0.0124471774, -0.00670708, -0.000231407903, -0.00815755501, -0.00563467434, 0.00550380442, -0.00690702, -0.00464588, -0.00918997265, 0.0269737318, 0.00560922781, 0.0061472482, 0.00145229197, 0.016824048, 0.0108403871, 0.0247344039, 0.00568556832, -0.0303327255, -0.000186080579, 0.00673616258, 0.00846291799, 0.0115238186, 0.0194559861, -0.0100260852, 0.00182581635, -0.00799033232, 0.0121781677, -0.0294602588, 0.0229313076, 0.00184399262, -0.00139958039, 0.00141139503, -0.000585733505, 0.0133414548, -0.00190851884, -0.00321176439, -0.00785219204, 0.00356620364, -0.00278825499, 0.00695064384, 0.0391446277, -0.0108767394, 0.0188307185, 0.0250106845, -0.0456881225, 0.0117710168, 0.0210991297, 0.021288164, 0.000907455222, -0.00616906, 0.0107531399, 0.0212154575, 0.00602364866, 0.0214190334, -0.0144683905, -0.0163878147, 0.0132469377, 0.0314378478, -0.0100115445, -0.0234111641, 0.0322230682, -0.0166204721, 0.0140466979, 0.00536566414, 0.0222915, -0.00970618147, 0.00714331307, 0.0102805542, 0.00750320544, -0.00163223792, -0.00538747571, 0.0037734143, -0.0054529109, 0.00105695589, 0.0168967526, 0.0173911508, -0.00808484945, 0.00294275419, -0.00853562262, -7.03198311e-05, 0.00754682859, 0.00206301804, -0.00585279102, -0.00306817121, 0.0131451506, -0.0151663627, 0.0038824724, -0.0239782669, 0.0049875956, -0.0161696989, -0.0245453697, 0.0202848278, -0.00788127352, 0.0105786473, 0.0246762391, 0.00966982823, -0.0110948561, 3.52735151e-05, -0.00477674976, 0.0155735137, -0.00667072739, -0.0150209516, 0.004435034, -0.00496214908, -0.00504939537, -0.0144611197, 0.0105204824, -0.0113275135, -0.00850654114, -0.000870193704, 0.00843383558, 0.00390064879, -0.00716512464, 0.00680523273, 0.000558923348, -0.0135886539, -0.00377704948, -0.0170421638, 0.00270827906, -0.00182036345, -0.00908818468, 0.0130724451, -0.00788854435, 0.00787400361, 0.00345896301, -0.00233566342, -0.00475130277, 0.00965528749, -0.000733870897, -0.00383157865, -0.0153699378, -0.00203575334, 0.000370343536, -0.0104768593, 0.0183799453, 0.0272209309, -0.0103678014, 0.00548562827, -0.00555833383, 0.0278898217, 0.00955349952, -0.00705243135, 0.0071505839, 0.0120981913, 0.00323357619, 0.000986976898, 0.02402189, -0.00882644486, 0.00807757862, -0.00429689372, -0.0371961221, -0.00921178423, 0.00904456154, 0.00372615573, 0.0279625263, 0.00328810513, 0.0394645333, -0.00435505807, 0.0295620468, 0.022655027, 0.012418096, -0.00330082863, -0.00805576704, 0.000967891654, 0.000267647032, 0.0115965232, 0.00572555652, -0.0285732523, 0.00717239548, 0.0132832909, 0.0179146305, -0.0389119722, -0.00889188, 0.00210664119, 0.00494760787, 0.0240945946, -0.00696154963, 0.00928449, 0.01287614, -0.00222660531, -0.00355166267, 0.00426054094, -0.0206047315, -0.000491670799, -0.00382067286, -0.00676888, 0.0150209516, 0.015355397, 0.00522025349, -0.017434774, 0.00577281509, 0.002648297, -0.000156203168, -0.00854289345, -0.0198485963, -0.00288277213, 0.00217025843, 0.0234402455, 0.00174674916, -0.00887006801, -0.00526024122, 0.004231459, -0.00510028936, -0.00301727722, 0.000658439, 0.00945171248, -0.00187580136, 0.00428962335, 0.00480583217, 0.0123381196, -0.00339898118, -0.0130288219, -0.0165332258, 0.00341897504, -0.0138722053, 0.00809211936, 0.00622722413, 0.00187216606, 0.00484582, -0.0353930257, 0.0219425131, -0.00847745873, 0.015966123, -0.0129779279, 0.0198340546, 0.00903002, -0.00179764291, 0.0208955538, -0.00300455396, 0.00489671389, -0.0141630266, -0.00803395547, 0.000859287858, 0.00958258193, 0.02123, 0.0151372803, 0.0228295196, 0.00843383558, -0.0487708338, -0.0126580233, 0.00149864168, 0.00911726709, 0.00505666574, 0.00663437461, 0.00260285614, -0.00262466772, -0.00431143492, -0.0247634854, -0.01672226, 0.00877555087, 0.0244872048, 0.0128397876, -0.00242654537, 0.00478765555, 0.000133596317, -0.0179000888, -0.00761953415, 0.000326265843, -0.0143738734, -0.00173129921, 0.00574373268, 0.0147010479, -0.00836113, -0.00331900502, 0.0111748315, 0.0133705372, -0.00171948457, 0.00403151894, -0.00628902391, -0.00160588219, -0.00717966584, 0.00254469179, -0.031845, -0.00392973097, -0.00554742804, 0.00198849477, 0.00184762792, -0.0124108251, 0.000116328767, -0.0102442019, 0.00865922216, 0.00380613166, -0.00442049326, -0.00675433874, 0.0281079374, 0.0204156972, -0.00226114038, 0.02123, 0.0279916096, 0.0053111352, 0.00372615573, 0.00367526198, -0.0127452705, 0.0171584934, 0.000988794491, 0.010796763, -0.0313796848, 0.0110221505, -0.00244653923, 0.0217680205, 0.00922632497, -0.00900093839, -0.0103169074, -0.00723056, 0.00511119515, -0.0137776881, 0.0110366913, -0.0258540679, -0.0160969924, 0.00326629356, -0.0031536, -0.0123453904, -0.020226663, -0.00203211815, 0.00263739121, -0.00987340417, 0.00253015058, -0.0117128529, -0.00229204027, -0.0380685888, -0.00648532854, 0.0344333127, -0.00166222895, -0.0142648146, 0.00679069152, 0.00096062111, -0.00150045927, 0.00945171248, 0.013632277, 0.00368980295, -0.0116256056, -0.0176528897, 0.0166204721, 0.0112257255, 0.00151136506, 0.00825934205, -0.00643807, -0.0344623961, -0.00307544181, 0.0301582329, 0.00836840086, 0.0110657737, 0.0272790957, -0.0151372803, 0.0135523006, 0.00752501702, 0.0117346644, 0.00831023604, -0.00464951526, -0.0159952044, -0.00224296399, -0.025476, -0.00825207215, -0.0147664826, -0.0146138007, 0.00187398365, -0.0341134109, 0.00225568749, -0.00920451339, 0.019615937, -0.0178128425, -0.0254323762, -0.0103241783, 0.00081839104, -0.0124617191, 0.00459498633, 0.0181763694, 0.0107313283, -0.0119455103, 0.00073523412, 0.00475493819, -0.00329719344, -0.0018194546, -0.00396971917, 0.0052566058, -0.00323175848, 0.0200667121, -0.0111602908, 0.00142048323, -0.0144756604, 0.00179400761, 0.0154717257, -0.0200667121, 0.00107876747, -0.0148537289, 0.0112039139, 0.00314632943, -0.00201212405, 0.0173039045, -0.0156316776, 0.0150791164, -0.0124908015, 0.0190342944, 0.00753955822, 0.010236931, -0.00712513691, 0.00990248565, 0.0100697083, 0.000699335826, 0.0170712452, 0.00312633556, -0.00669253943, 0.0245889928, -0.00990975648, 0.014344791, -0.0121200029, -0.0133632664, -0.0159225, 0.00731417118, -0.000547563133, -0.00151136506, -0.010287825, -0.00301364204, 0.0210264232, 0.00470767962, -0.00667436281, -0.00350803928, 0.00883371569, 0.00198304188, 0.00652168132, -0.00125235179, 0.0271918494, 0.00612180121, -0.00976434536, 0.0408313945, -0.0126362117, 0.017332986, 0.00141593919, 0.00621995376, -0.00383521384, 0.00778675685, -3.78295699e-05, 0.0179582536, -0.0143593317, -0.0104841301, 0.0036116445, -0.00296274829, 0.0156898424, -0.00159315881, 0.00489307847, -0.018350862, 0.0165186841, -0.0130506335, -0.0299255755, -0.0150791164, -0.0265520401, 0.00508938357, -0.00102514727, 0.0134359719, -0.000625721528, -0.00841929391, -0.0165623073, -0.00422782358, 0.0104259653, 0.0102078486, -0.0100115445, 0.00474766782, -0.0196013972, 0.0155735137, 0.0036261857, -0.00191942463, 0.0167368017, -0.00610726, -0.0139958048, 0.0207937658, -0.00485672569, 0.0011196644, -0.00137776881, -0.0162569452, -0.0125344247, -0.0129488455, 0.0136613594, -0.00144683896, -0.00660165725, -0.0110875852, -0.00342442794, 0.00905910227, -0.012163626, 0.0185689796, -0.00218843482, -0.00254469179, -0.0232221298, -0.0143956849, 0.00406060088, -0.00854289345, -0.00219207024, -0.000392382382, -0.00518753566, -0.000884734793, 0.0146428831, -0.00988794491, 0.001051503, 0.0120472973, -0.0144029548, 0.00714331307, -0.00401334232, 0.00387883722, 0.0105132116, -0.00534748798, 0.00844837632, 0.00136231887, 0.025039766, 0.00826661289, -0.0138285821, -0.000419646938, -0.0102296611, -0.0110366913, -0.00486036111, -0.00021516277, 0.00302454783, 0.0268719438, -0.00996065047, -0.0236438215, -0.0353348628, -0.0143375201, 0.0204156972, 0.00485672569, 0.00129415747, -0.00276462571, -0.00346259843, -0.021695314, -0.0140466979, 0.0100042736, 0.00269192038, 0.00269919075, -0.0101424139, 0.0100406269, -0.0129415747, 0.0137995, 0.0251851771, -0.0063144709, 0.000653894909, -0.00110603205, 0.0152972322, 0.00352621567, -0.00497305486, 0.00394063676, 0.0207501426, 0.00794670824, 0.00820844807, 0.0175365619, -0.00609998964, 0.0127961645, -0.00814301334, -0.0145774484, 0.0107604107, -0.0248216502, 0.00779402722, 0.00904456154, 0.0102587426, -0.00842656475, 0.000592549623, 0.00431507, -0.00249743322, 0.0087537393, -0.0053365822, 0.0319613293, 0.0166786369, -0.00137231592, 0.0106513528, 0.00398426037, 0.00950260554, -0.010542294, -0.00171675812, -0.00982251, 0.0236001983, 0.0142648146, -0.00795397907, 0.00750320544, -0.0153699378, -0.000556196901, 0.019659562, 0.0160533693, -0.00938627683, 0.00535839377, 0.00499486644, -0.0224369112, 0.00585279102, -0.0107022459, -0.0130651742, 0.0190779176, -0.0141121335, -0.00988794491, -0.0132614793, -0.00411513, 0.0175947249, 0.00750320544, 0.0132978316, 0.0151081979, -0.00919724256, -0.0112111848, -0.00367526198, 0.0226841085, -0.0198049713, 0.00214662915, 0.00631810585, -0.0115165478, -0.0191797055, -0.0129851988, 0.00126416644, 0.00822299, 0.0145774484, -0.00265011471, 0.00540565234, -0.000709787244, 0.0108258454, -0.00508574815, 0.0219715945, 0.0241382178, 0.0100406269, 0.00103423547, -0.0105641056, 0.00616906, 0.0247198623, 0.0123890135, 0.0135959247, -0.0108549278, 0.00863014, 0.00602364866, 0.0133051025, -0.00550016947, -0.0275408346, 0.0173184443, 0.00296274829, -0.0111384792, 0.015253609, 0.000371252332, 0.0143956849]
|
18 Nov, 2020
|
HTML5 MathML minsize Attribute
18 Nov, 2020
If the stretchy is set to be true then this attribute holds the min size of the operator. Possible values are infinity or any length unit. This attribute is accepted by <mo> tag only.
Syntax:
<element maxsize="numbers">
Attribute value:
numbers: This attribute sets the size of the operator.
Example: Below example illustrates the minsize attribute in HTML5 MathML.
HTML
<!DOCTYPE html>
<html>
<body style="text-align:center;">
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML minsize Attribute</h3>
<math>
<mrow>
<mrow>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo stretchy="true"
minsize="250em">+</mo>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
</mrow>
<mo stretchy="true"
minsize="30em">=</mo>
<msup>
<mi>z</mi>
<mn>2</mn>
</msup>
</mrow>
</math>
</body>
</html>
Output:
Supported browsers: The browsers supported by HTML5 MathML minsize attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute
|
https://www.geeksforgeeks.org/html5-mathml-minsize-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML minsize Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[0.00300554326, 0.0349205099, -0.010795868, 0.0252852514, 0.0785419494, -0.00346905761, 0.0169784911, 0.0237815678, -0.00776660163, 0.0249202792, 0.00164784794, 0.0266137496, -0.01791282, -0.00053787732, 0.046278432, -0.0162193496, -0.0248034876, 0.00182668422, -0.0078395959, 0.0196792837, -0.0261465851, -0.00118524616, -0.016102558, 0.0287305862, -0.0237815678, 0.0160149653, -0.00602933532, 0.00498916535, -0.0138908289, 0.0115258116, -0.000902849191, 0.0101097208, -0.0265845507, -0.00800748263, -0.00288510253, 0.0142047051, 0.00969365332, 0.0487602428, -0.0393293686, -0.0164091345, 0.0220005047, -0.0262195785, 0.00487967394, 0.0195770916, 0.0270955116, 0.00434316508, -0.0241903365, -0.028497003, -0.0245845057, -0.0189931355, 0.00698556146, -0.00516800163, 0.0102776075, -0.00165514741, -0.0175770447, -0.00770820584, 0.0105695855, 0.028628394, -0.0166135188, -0.0201610457, 0.0264239628, -0.0620160215, -0.0277086645, 0.00239786529, -0.0250662677, -0.0305408463, 0.00107301725, 0.00883961841, -0.0043285666, -0.0077812, -0.0495193824, 0.0354460664, -0.00763521157, 0.0119345803, -0.0143068973, -0.00677752774, 0.000197883186, -0.0157959834, 0.00349095603, 0.00284495577, 0.00573735777, -0.00601108652, -0.0211829673, -0.0196208879, 0.0074344771, -0.000979949487, 0.0077812, -0.037957076, 0.00544173038, -0.0118542863, -0.0162047502, 0.0165843219, 0.00797828473, 0.00898560788, -0.00282305735, 0.0321759209, -0.000430666812, 0.0240881443, 0.00735418312, -0.0152266268, 0.011117043, 0.0365847796, 0.0432710648, -0.000998198, 0.0135039594, 0.0184967741, 0.0134455636, -0.01194188, 0.0521471798, 0.00275918725, 0.0187303573, -0.00962065812, -0.0179712158, 0.0207158029, -0.0312123951, 0.026496958, -0.0236939732, -0.0203070343, 0.017460255, 0.0166573171, -0.0327014811, 0.0115185119, 0.00148269825, 0.0257524159, -0.0523223691, 0.00273911399, -0.0503953174, -0.00422637444, 0.0310372077, -0.0403220914, -0.0160587616, 0.0174748525, -0.00044595, -0.0613736697, 0.0119783767, -0.00489792228, 0.0351248942, 0.00383585435, -0.00522639696, -0.00183124631, -0.0282342248, -0.0172850676, 0.0293145403, 0.0374607146, -0.0713009, -0.0049928152, -0.000181801617, 0.0515632257, -0.0477091223, 0.0333438292, -0.0486434512, -0.0228472389, 0.00386870187, -0.0237085726, 0.00792718865, 0.011117043, -0.0480886921, 0.012927304, 0.00956956204, 0.0206720065, 0.0114309192, -0.005251945, 0.0199274644, 0.0202194415, -0.0169200953, 0.0206136107, -0.0156061975, 0.00805857871, -0.017168276, 0.027402088, -0.00153470668, 0.0121535631, -0.0294021331, -0.0192413162, -0.00886881631, 0.00630306406, 0.0112192351, -0.00397089403, 0.00184584525, 0.0223654769, -0.037343923, -0.00637970818, 0.0157229882, 0.0215479396, -0.0210807752, -0.0342489593, 0.0266283471, -0.00255845278, 0.00477018254, -0.031854745, -0.0116936984, 0.00668263482, -0.0059234933, 0.00313328346, 0.0577239506, 0.00219348096, -0.0286721904, 0.0186135657, 0.0395629518, -0.0101608168, -0.0100075286, -0.022818042, 0.00814617239, 0.00548552722, 0.00898560788, -0.00668993453, 0.00114783656, 0.0134455636, 0.0478259139, -0.0176792368, -0.00782499649, -0.00804398, -0.00318073, 0.00846734736, -0.0303656589, 0.0204384252, -0.0343073569, -0.0124163432, -0.0186281651, -0.041665189, 0.0360592194, -0.00401104102, -0.00541618234, -0.0320591293, -0.0482638814, -0.0378694795, -0.0384242386, -0.042628713, -0.0217231251, 0.0147813605, -0.0103870993, 0.0305116475, -0.0109418565, 0.0232414082, 0.0482054837, 0.0347453207, 0.00492347032, -0.0398841277, 0.0247158948, 0.00285408, -0.0283948109, 0.0040438883, 0.016715711, -0.00215333398, 0.00334131741, -0.0324970968, -0.0144163892, -0.0395629518, -0.00109217828, -0.0371395387, -0.0237815678, -0.0448185466, 0.00039120423, -0.0335482135, -0.024365522, 0.0181464013, 0.0459864549, -0.0155186038, -0.041665189, 0.000595816586, 0.0130659929, -0.016233949, -0.00606583245, -0.000529665442, -0.0022938482, 0.050804086, 0.0633007213, -0.0228764378, -0.00114144955, -0.0066242395, -0.0100951223, -0.0460156538, 0.0262341779, 0.00993453432, -0.0471835621, 0.00486142514, -0.00843814947, 0.00253290473, 0.0355044641, -0.0285116024, -0.00207486516, 0.0179712158, 0.0122776534, 0.0514756329, -0.00401104102, 0.0010191839, -0.0110805463, 0.00839435309, -0.0344825424, -0.0310664065, -0.0209639836, -0.00786879379, 0.0311831962, 0.0232852045, -0.0112265348, 0.00132849766, -0.0166281182, -0.0209639836, 0.00471178675, -0.0256940201, -0.033431422, 0.00785419438, -0.00767900795, -0.0496069752, 0.017168276, 0.013861632, 0.0255626291, -0.0162923448, -0.00537238596, -0.031854745, -0.0110732466, -0.0397381373, -0.0135988519, -0.0225114655, -0.0312999859, -0.0220589, 0.0320883282, -0.0217961203, -0.0414900035, -0.0193727072, 0.00128287612, -0.0106571782, -0.0148251578, 0.0359132327, 0.00293802354, -0.00902940426, -0.0606729239, -0.0233436, -0.0113944216, -0.0188033506, -0.0600889698, -0.0217961203, -0.00235954323, -0.0100951223, 0.0181026049, -0.0558260977, 0.0346285328, -0.0119564785, -0.0294605289, 0.024336325, -0.00456214836, -0.0375483073, -0.0313583836, 0.0302196704, 0.0163215417, -0.0176354405, -0.0235041883, -0.0163069423, 0.0169784911, 0.0155040054, 0.00106298062, 0.0418403745, 0.0298692975, 0.0088615166, -0.00183215877, -0.00255662785, -0.00485777576, -0.00808047689, -0.0205406174, 0.00170989323, -0.020044256, 0.0109126586, 0.00277926074, -0.0285262018, 0.0151536325, -0.0472419597, -0.00851844344, -0.00490522198, -0.00111498905, -0.0103870993, -0.00435411464, 0.0104527939, 0.0224676691, 0.0389206, 0.0156353954, 0.0224968661, 0.0484390669, -0.0181172043, -0.0404972769, 0.0260005966, -0.0310080107, 0.0460156538, 0.0190223344, 0.0122849531, 0.000336230325, -0.00738338102, 0.000722644327, 0.0168325026, 0.0249348786, 0.0392709747, -0.0368767567, -0.00109674048, -0.0190515313, -0.0465120152, 0.0198690686, 0.00270444155, -0.0169930905, -0.0554173291, 0.021139171, 0.0122703547, 0.0158689767, 0.00933598075, -0.0267451387, 0.032205116, 0.0278984495, 0.0143871913, -0.0333146341, -0.0032975208, 0.0469499826, -0.0423659347, -0.029723309, -0.00605488336, -0.044146996, -0.00714249955, 0.0201026499, 0.0203508306, 0.015620796, -0.0164091345, -0.00490887184, 0.0247450937, 0.0556509122, -0.0268911272, -0.0104162972, -0.0154456096, 0.0008266613, -0.00416432926, -0.0926152617, 0.0224822666, 0.0471835621, -0.0112557327, -0.0378694795, 0.0613152757, -0.01284701, 0.0218983125, -0.00163233664, 0.0214165486, 0.015489406, 0.0277232639, -0.0118177887, -0.0154748075, -0.0271247085, -0.0151390331, -0.00857683923, 0.0468623899, -0.0115915062, 0.00483222771, -0.00664248783, -0.0360300243, 0.0272998959, 0.0525851473, -0.0083359573, -0.032205116, -0.0165259261, -0.0338985883, 0.053607069, -0.0144236879, 0.0423659347, -0.0114382189, 0.0133360717, -0.00967905391, -0.00552567421, -0.00371541362, 0.00734688388, 0.013701044, 0.0467747934, -0.0395629518, -0.0143798916, 0.0258692056, -0.0156645924, 0.0269203261, -0.0181026049, 0.0214457475, 0.022526063, -0.00705125649, 0.0100148283, 0.0189201422, -0.0348621123, 0.0143506937, -0.000192066451, 0.00922648888, 0.0391249843, 0.00479208073, -0.0304824505, 0.0106279813, 0.0129127046, -0.0320299305, 0.0330226533, 0.0460740477, 0.0337234, 0.0348037183, -0.0390957855, 0.00791989, 0.0081242742, -0.0169054978, 0.022204889, 0.00369351543, 0.0123068513, -0.0232560076, -0.00904400274, 0.00584684918, -0.021591736, 0.0384242386, 0.0100586247, 0.0499865487, 0.0421615504, 0.0273582917, -0.0355920568, 0.0569356121, -0.0194019042, 0.00962795783, 0.0214165486, 0.00932138134, -0.00756951654, -0.00705490634, -0.00884691812, -0.0234603919, 0.0340153798, 0.0141390106, 0.0145915756, 0.0152266268, 0.00860603712, 0.00813887268, -0.0247158948, 0.00619357266, 0.00046579534, 0.00819726847, 0.0364971869, -0.0231538154, 0.000766897167, -0.00978854578, -0.029270744, -0.00659139175, 0.034949705, 0.020526018, -0.0338109955, 0.011569608, -0.0275480766, -0.0115842074, 0.0110951448, 0.0198106728, -0.0334898196, -0.0183215886, -0.0199858602, -0.00921918917, -0.0117885917, -0.0109199584, -0.00959146116, -0.0151536325, -0.00888341572, 0.00125094107, 0.0138397338, 0.00670818286, 0.00627021678, -0.0221756902, 0.000496818, 0.00177741295, 0.0108542638, -0.0223654769, -0.0218253173, -0.0401177071, 0.0154456096, -0.000198111287, 0.0195478927, 0.0366139784, -0.0164091345, -0.00954036508, -0.0288619753, 0.0213143565, -0.00654029613, 0.0125988293, -0.018161, 0.00706220558, 0.0430958793, 0.00336504076, 0.00935787894, 0.026365567, 0.00537238596, 0.0163945369, -0.00743082725, -0.0161609538, -0.0236355774, -0.0278400537, 0.0142776994, 0.0147083662, 0.000257077074, 0.00199639611, -0.021752324, -0.0324095, -0.0447309539, 0.000496361754, 0.0294167325, 0.0309496149, -0.0161609538, -0.00287232851, -0.00932138134, 0.0475339368, -0.0275042802, -0.0189201422, 0.0460740477, -0.0256794207, -0.00646365201, 0.0195040964, -0.00400374131, 0.00121444394, -0.0234165955, 0.00242888788, 0.0107666701, 0.0303948577, 0.00153470668, -0.0170222875, -0.0250662677, -0.0400009155, 0.00628846511, -0.0132995751, -0.0257232171, -0.0105184894, -0.017328864, 0.0040621371, -0.0154748075, -0.0285991952, 0.028657591, 0.00692351628, -0.0245991033, -0.0129419025, 0.0276940651, -0.0232852045, -0.0158689767, 0.00728483871, 0.0255626291, -0.0328474678, -0.022657454, -0.0193435084, 0.0218399167, -0.00146992423, 0.039212577, 0.0416943878, -0.0164967291, 0.00552202435, -0.0240881443, 0.00907320064, 0.0133433715, -0.000588517112, -0.0312999859, 0.0212413631, -0.00128470093, 0.00764251081, -0.0202194415, 0.0634759068, 0.0289641675, 0.0271393079, -0.00421177549, 0.0051132557, 0.00870822929, -0.00994183403, 0.0222924817, 0.0318839438, 0.00611327868, 0.0121097667, 0.0194749, 0.0155624, -0.022526063, -0.0205990132, 0.00680672517, 0.013036795, 0.0244385172, -0.0277816579, -0.000246127893, -0.0147886602, -0.00663153874, 0.0190807302, 0.00549647631, -0.00807317812, 0.00723374262, 0.00991993584, 0.00352745317, -0.0250516683, -0.0220151041, 0.0300736818, -0.00626656692, 0.023139216, -0.0106863761, 0.00151645811, 0.0198982656, 0.00271356595, 0.0254604369, -0.00534318807, -0.0112776309, 0.027110111, -0.00326832314, -0.0112922294, 0.0486434512, -0.0184529778, 0.0228472389, 0.0367599651, 0.0224968661, -0.0172704682, 0.0216939282, 0.00244531152, 0.00452200137, -0.048409868, -0.0292561445, 0.0039343969, -0.00729213795, -0.0100002289, -0.00431396766, 0.0347745195, 0.00718994578, 0.00148087332, -0.00714249955, 0.00234129466, 0.00802938081, 0.0409352444, 0.0195040964, 0.0417527817, 0.00543808099, -0.00866443198, 0.0166573171, 0.024657499, -0.00850384496, 0.00535778701, 0.000202103169, -0.0176354405, 0.0277232639, -0.0162193496, 0.0125696314, -0.0107520716, 0.0421615504, 0.00418987684, 0.010795868, -0.00546727842, -0.00911699701, 0.0049745664, 0.00911699701, 0.00560961757, 0.0103652012, 0.0410812348, 0.0119199809, 0.0206428096, 0.00337598985, -0.000719450822, 2.81570101e-05, 0.0194457, 0.00750382151, 0.0123579474, 0.000765072298, -0.0157083888, 0.0155478017, 0.00328109716, -0.0189493392, 0.0187449548, -0.0157667845, -0.0112046367, 0.0191975199, 0.00379570737, 0.0172266718, -0.0230808202, 0.0290955566, -0.00854034163, 0.0189639386, -0.00841625128, -0.0314459763, 0.0161755532, 0.00306758867, -0.00400739117, 0.01348936, 0.0112557327, 0.00158397795, -0.0221318938, 0.00382490526, -0.0175624471, -0.0136353495, -0.0398841277, 0.05395744, -0.00662788935, 0.0116936984, 0.0184821747, -0.056702029, 0.012022173, 0.00322087668, -0.0123798456, 0.00684322277, 0.0408184528, -0.00851844344, 0.037957076, -0.0191391241, -0.0128762079, -0.0204384252, 0.00176646386, 0.0340153798, 0.00567896245, 0.0245699063, 0.0208179951, 0.0183069892, -0.00729943719, 0.0122338571, -0.00816807058, 0.00712790061, -0.0049928152, 0.010956456, -0.0186719615, 0.0211537704, 0.0183069892, 0.030336462, -0.00176372658, -0.00227742456, -0.0121316649, -0.0058432, 0.00718629593, -0.0337234, -0.0148397563, -0.00716074789, 0.00916809309, -0.0279422458, -0.0329642594, 0.0174456555, 0.0218399167, 0.0222924817, -0.00825566333, -0.00207668985, 0.0289057717, 0.00719359564, 0.000946189568, -0.0157375876, 0.0113652237, 0.0223654769, -0.000199365881, 0.0235187877, -0.0103360033, 0.00168617, 0.00095075171, 0.00237414194, -0.0209201872, -0.0148251578, 0.0191099271, -0.0192121193, 0.0141974054, 0.0128251119, 0.021752324, -0.0317963511, 0.0276502687, -0.0175332483, -0.00320445304, -0.012555032, -0.00119893264, -0.0104235969, -0.0189639386, -0.00611692853, -0.00104290713, 0.0136134503, -0.0120367724, 0.0200880524, 0.0466288067, 0.00940897502, 0.00652934657, -0.0042008264, -0.0246866979, -0.0321175233, -0.00840895157, -0.0134163657, -0.0289933663, -0.0151244346, 0.0142558012, 0.020555215, -0.0306868348, 0.0369643494, -0.0207304023, 0.0163799375, -0.00152375759, 0.0084016528, -0.00806587841, 0.020496821, -0.000852209341, 0.0335774124, 0.0196208879, 0.000506398443, -0.00533953868, -0.0499281511, 0.0118396878, -0.0014133536, 0.0277232639, 0.0262195785, 0.0203216337, -0.00318437954, 0.00805857871, -0.00269714207, 0.0357964411, -0.021139171, -0.0329058655, -0.0166135188, -0.00479573058, 0.0173142664, -0.0280006416, 0.0503077209, -0.0265407544, -0.00439426117, 0.0362636037, -0.0238107648, 0.0227888431, -0.0162193496, 0.0117666936, 0.0108323647, -0.0389206, 0.0222924817, -0.0227742456, 0.0151828295, 0.0230808202, 0.0172266718, 0.0395921469, -0.0109418565, -0.00287597836, 0.0246283021, 0.041606795, -0.017168276, -0.012102467, 0.0132411793, -0.0107447719, 0.0203508306, 0.0133068748, -0.00117247214, 0.00475193374, -0.037081141, 0.00183307123, -0.00919729099, 0.0217961203, -0.0406140685, -0.00841625128, -0.00339058856, 0.00875202566, 0.0100148283, 0.0113798231, -0.0409352444, 0.0372271314, 0.0142047051, -0.00213326048, -0.0100586247, -0.0204530228, -0.0221610926, 0.0158543773, -0.0656949356, 0.00393074704, 0.0330226533, -0.0224238709, 0.0342197642, 0.00751842046, -0.0279860422, -0.0426871106, -0.0296211168, 0.00354752666, 0.00734323403, 0.0110586481, 0.00866443198, -0.00350373, 0.00258400082, 0.0102849072, 0.0141098127, -0.0329934582, 0.00295444718, 0.0152266268, 0.0302780662, 0.0161755532, 0.00327744731, -0.0120732691, -0.0150368409, 0.0035000802, -0.0117082978, -0.00247633411, -0.0244531147, 0.0111535406, -0.0019525995, -0.0144090895, -0.00358949834, 0.0033814644, 0.0106352801, 0.00289422693, -0.00131846091, 0.0134309651, 0.0302488692, -0.0284386072, 0.0332854353, 0.00570816, 0.0147448638, -0.0218837131, 0.0337525979, 0.003711764, 0.0353000797, -0.00149547227, 0.0403804891, -0.0125112357, -0.00835785549, 0.00860603712, 0.0441761948, -0.000355619472, -0.0103360033, -0.0256794207, 0.00940167531, 0.00481762877, 0.0275188796, -0.0362344086, 0.0109637547, -0.0247304942, -0.0182485934, -0.0167595074, -0.000323456334, 0.00753301941, -0.0135258576, -0.0219275095, 0.0105622858, 0.0132922754, -0.01881795, -0.00387600134, 0.00335774128, 0.00675562909, 0.0166719146, 6.79189834e-05, 0.0213289559, -0.0186281651, -0.0110732466, -0.00119163317, 0.0111024445, 0.0367015712, 0.0190369319, -0.00280115916, -0.0230662227, -0.0326430835, 0.0140660163, -0.00421542488, -0.0269933194, -0.00515340269, 0.00666438648, -0.0136645464, -0.00317343045, -0.0146937678, 0.0175478477, 0.0248618834, 0.00239421544, -0.00020985883, -0.0271393079, -0.0316211618, -0.0126280263, -0.00602933532, 0.00929218344, 0.00625561783, -0.0218399167, 0.00695636403, -0.00451470213, -0.0341029726, 0.00844544917, 8.12062426e-05, -0.00814617239, -0.0117666936, 0.0014087914, 0.0265991502, 0.0391541831, -0.0316503607, 0.0176792368, -0.000614521385, 0.0331686437, -0.0225406624, 0.0114163198, 0.0107447719, -0.00227742456, -0.0156937912, -0.0137667386, -0.0187157579, -0.0203946289, -0.00243801204, 0.0172120742, 0.0295335241, 0.00387600134, -0.000948926841, -0.0304240547, 0.00200369558, -0.00215698383, -0.0031588315, 0.00497821625, -0.00423367368, -0.0060621826, 0.0024872832, -0.0219421089, -0.0108396644, 0.0293875355, -9.13570184e-05, -0.00105750596, -0.0179712158, 0.0105257891, -0.0124966372, 0.000458952127, -0.00733593479, -0.0271977037, -0.0114820153, -0.0178690236, -0.00516435178, -0.0192851145, 0.00146353722, 0.0255918279, 0.00725564081, -0.00423367368, 0.0668044537, 0.00530669093, 0.000122037469, -0.0164967291, -0.00224457704, -0.000936152821, -0.00489792228, -0.00799288414, 0.0202340409, -0.00580670265, -0.00295444718, 0.0122703547, 0.0163945369, 0.0563808531, -0.0139200268, -0.0196062885, -0.000143707672, -0.0154310111, 0.0234895889, -0.00621182146, -0.0016067886, 0.0183361862, 0.0125842299, 0.0125696314, 0.0320591293, -8.00086782e-05, -0.0134674618, 0.0291831512, -0.0175916441, -0.00801478233, 0.0014087914, -0.0155040054, 0.0126864221, 0.00290882587, -0.0227742456, 0.0305408463, -0.0142776994, 0.0168762989, -0.0210223794, -0.00826296303, -0.00524464576, 0.011569608, 0.00734323403, -0.0181901976, 0.00649649929, 0.00987613853, -0.0219567083, 0.0189639386, 0.0169492941, -0.00412783166, 0.00854764134, -0.00683957292, -0.000665617466, 0.00482857786, -0.00950386748, -0.0273436923, -0.00543808099, -0.0278254561, -0.0284678061, -0.0565560423, -0.005397934, 0.00733593479, -0.0150368409, 0.016847102, -0.0184821747, -0.00636875909, -0.0129929986, -0.0169200953, -0.000218070694, -0.00578115461, 0.0040256395, 0.00650744839, 0.02478889, 0.00396359432, -0.0135623543, -0.0255918279, -0.00681767473, 0.0157521851, 0.0113506252, -0.00859873742, 0.00275553763, 0.00595999043, -0.0414316058, 0.0414024107, -0.0163507406, -0.020978583, -0.000700289791, -0.00210771244, -0.0397381373, -0.000200050214, -0.0111973369, -0.0117447944, -0.015620796, 0.00723739201, -0.00536873611, -0.0193727072, -0.00999293, -0.00512420526, -0.0190661307, -0.0120805688, -0.00538333505, 0.00461689429, 0.04201556, -0.000125573133, -0.0207450017, -0.0267597381, 0.01362075, -0.0154602081, -0.0306868348, 0.0125842299, -0.00690891733, 0.0195332952, -0.00951116718, 0.0200588536, 0.00442345906, -0.00395264523, -0.0164529327, -0.000700289791, 0.00175277737, 0.0051023066, -0.00912429672, -0.00900750607, 0.0135988519, 0.00648555, 0.0016223, -0.0176938362, -0.0138470326, -0.0199274644, 0.0161463562, 0.0052884426, -0.0284678061, 0.0311248, 0.011649902, 0.0412564203, 0.0030310913, -0.00119893264, 0.00574465701, -0.00259312522, 0.000494993117, 0.00175825204, 0.0290225632, 0.0430374816, 0.0242487304, -0.034336552, -0.00788339227, 0.0130805923, 0.0245261099, 0.0163215417, 0.0361468159, 0.00933598075, -0.023139216, -0.0194165036, 0.0230808202, 0.00340518751, -0.00492712, -0.0371687338, 0.00222450355, -0.017781429, -0.0114017213, -0.00987613853, 0.0284824055, -0.00542348204, 0.00265517039, -0.0229202341, -0.00165697234, -0.0102338111, 0.0221026968, -0.0450813249, 0.0107228737, 0.000220123664, 0.0202632379, 0.00553297345, 0.0124674393, 0.0132338796, 0.00806587841, 0.0323511064, 0.00254020421, -0.0045876964, 0.0202486385, 0.000988161308, -0.00542713189, 0.00762791187, -0.00505486038, -0.00681037502, -0.0230370238, -0.00966445543, -0.00868633, -0.00946737, -0.0172266718, -0.0230808202, -0.0270225164, -0.0107520716, 0.033431422, 0.0297087096, 0.00719724549, 0.00403658906, 0.00649649929, -0.0189347398, -0.00960606, -0.0205114186, 0.0033267187, 0.0454900935, 0.0296795126, 0.0147375641, 0.0198252723, -0.00748922257, 0.00403293921, 0.00161773781, -0.00837975368, -0.0219713058, 0.0218837131, -0.0310664065, 0.00678482698, -0.00659139175, -0.0300152861, 0.0154164117, 0.0344825424, 0.00214785943, -0.0120367724, 0.0243071262, -0.00190150342, -0.00314788241, 0.0145769762, -0.00323182601, -0.00729213795, -0.00412053242, -0.00986154, 0.0114966137, -0.0180588085, 0.0111024445, 0.00202559377, 0.0195624921, -0.0083359573, 0.00302196713, -0.000629120274, -0.00274823816, 0.00666803587, -0.00654394552, 0.0260005966, 0.00153470668, -0.0158689767, 0.0294751283, 0.0070111095, -0.011007552, -0.00568991154, -0.000239969, -0.00552932406, 0.0128543088, -0.015649993, -0.0107739698, -0.00154930563, 0.001083054, 0.00391979795, -0.0239713527, -0.00594539195, -0.0249786749, 0.00640525622, -0.00967905391, 0.00419352669, 0.000235634958, 0.0113214273, 0.0213873517, -0.000831679674, -0.00922648888, 0.0174310561, 0.0386286229, -0.00487237424, -0.00261867326, -0.00327562261, -0.00618627341, -0.00773740374, -0.002219029, -0.00399279222, 0.0353584737, 0.00218800642, -0.010584184, 0.00377380918, 0.0165113267, -0.000256620842, -0.00869363, 0.0075549176, -0.00641255593, 0.0165843219, -0.00715344865, -0.00864253379, -0.0156645924, -0.0143068973, -0.0203800295, -0.0183799826, 0.0167011134, 0.0357380472, -0.0467747934, 0.00576655567, -0.00834325701, -0.00169711921, 0.0190369319, 0.0178690236, -0.0127229197, -0.000158306546, 0.000620908395, 0.0310664065, 0.00943087321, 0.0404680818, -0.0083724549, -0.00762061263, -0.0138397338, -0.00621182146, 0.0105914837, 0.0167303104, -0.0230516233, -0.0181172043, -0.0322927125, -0.0187741537, -0.0100294268, 0.0103870993, -0.00783229619, -0.0284824055, -0.0127740158, 0.00606583245, -0.0167303104, 0.00081115, -0.00829216093, -0.0281028338, -0.00775200268, 0.0184383783, 0.0133579709, -0.000244303053, -0.0299568903, -0.0155186038, -0.00795638654, -0.00550012616, 0.00355847576, -0.0120367724, 0.0304532535, -0.0168762989, 0.0227596462, -0.00600743713, -0.0405556746, 0.00948196929, -0.0238691606, -0.034949705, 0.00552202435, -0.0194019042, 0.0172120742, -0.0135039594, -0.0279714447, -0.0199274644, 0.0187011585, -0.0197230801, -0.0111462409, -0.0218983125, -0.0225844588, 0.031154, -0.00419352669, -0.00111225178, 0.0178690236, 0.025402043, -0.0150806373, -0.00293984846, -0.00700746, -0.0315043703, -0.0195916891, -0.00500011444, 0.0173434634, 0.0090805, -0.0641766563, 0.0040621371, -0.0361468159, 0.0120586706, -0.00242341333, -0.00754031865, 0.00864253379, 0.031154, -0.0132119814, -0.0275188796, -0.00206391583, 0.0105622858, -0.0523515642, -0.0154018132, -0.0228764378, -0.0153142195, -0.00330117065, 0.00659869146, -0.0116280038, -0.00918999128, 0.00702205859, 0.00272451504, 0.00413878122, 0.00751842046, 0.00589794526, 0.00997833069, 0.00831405912, 0.00277013658, 0.0222632848, 0.0292269476, -0.0306868348, 0.00847464707, 0.0015848903, -0.000565250171, -0.00797098596, 0.0238691606, 0.043183472, -0.00504756114, 0.0125477333, 0.00470083766, -0.0152704231, 0.00988343824, -0.0051132557, 0.0122265574, -0.0193435084, 0.023723172, 0.0136426482, -0.032818269, 0.00827756245, -0.00736148283, -0.0221026968, -0.0126280263, 0.0322343148, -0.00290517602, 0.0248326864, -0.0256648213, 0.0169492941, 0.00519719953, -0.00759871444, 0.0185697693, -0.0192559157, 0.00939437561, -0.0304532535, 0.0279568452, 0.00772280479, -0.0253436472, -0.00652569719, -0.00897100847, -0.0132338796, 0.0166135188, -0.00423002383, 0.000698464923, 0.0237377696, -0.0256940201, -0.00550012616, -0.0156061975, -0.00611327868, 0.0157083888, 0.00204384257, 0.0163361412, 0.0111754388, 0.012927304, 0.0248326864, 0.0152412253, 0.00503296219, 0.0174310561, -0.00581765175, 0.0101754153, 0.00466434052, -0.015489406, 0.00137411908, -0.00915349461, -0.0100440262, 0.00256392732, 0.0209055878, 0.00628846511, 0.00115513592, -0.0151828295, 0.0229056347, 0.00870822929, 0.00837975368, 0.000643719162, -0.0239713527, 0.00722279353, 0.0169200953, -0.033431422, 0.00838705339, -0.00234129466, -0.031854745, 0.00933598075, -0.0119199809, -0.0091388952, -0.0251246635, -0.0156353954, -0.00731768599, -0.00905860215, -0.0135842534, -0.00697826222, 0.0192267187, -0.0125769302, 0.0487602428, -0.00797828473, 0.0208179951, -0.0108396644, 0.010022128, 0.0067629288, 0.0120440722, -0.00383585435, 0.000464198587, 0.0123360492, 0.00710600242, 0.0117082978, 0.0247012954, -0.00801478233, -0.00278656022, 0.0103725009, 0.0118980827, -0.0220297016, -0.0224530697, 0.016073361, 0.0157083888, -0.0089272121, 0.0115623092, -0.0178544242, -7.96094901e-05, -0.0114236195, 0.000117133161, -0.00139966712, 0.0196500849, 0.0214603469, -0.0020365431, -0.00405118754, -0.0148616545, -0.0319131389, 0.00642350502, 0.00762061263, 0.0106425798, 0.00129929988, -0.0119272806, -0.0277378615, 0.0157521851, 0.0146937678, 0.00212596124, -0.036467988, -0.0170368869, -0.00249275798, -0.00718264654, -0.00621547084, -0.0253144484, 0.0250370707, 0.013328773, 0.0253728442, -0.00417527836, 0.041052036, 0.00263144728, -0.0191829223, -0.00213143579, 0.017168276, 0.0134382639, -0.000751385815, 0.00470448751, 0.00912429672, -0.00528114289, -0.00298729469, -0.0144674852, -0.00186500628, -0.0214603469, -0.0177960284, 0.00838705339, -0.0169346947, 0.00944547169, 0.000234266321, 0.0154456096, -0.0124528399, 0.0244239178, -0.00616437476, 0.0148397563, 0.0029015264, -0.0162777454, -0.0159857683, 0.00175277737, 0.00711695151, 0.0052592447, 0.00616802461, -0.010584184, -0.0182631928, -0.0378402844, 0.0102119129, 0.00776660163, 0.00337416492, 0.0190953277, -0.00905130245, -0.0045876964, -0.015781384, -0.000198111287, -0.0145696774, -0.0106571782, -0.0123433489, 0.00821916666, 0.00654394552, 0.0220151041, 0.00753301941, 0.0131973829, -0.016715711, 0.000835785584, 0.00081388728, 0.0143433949, 0.0155186038, 0.00191792718, 0.0236063804, -0.00160222652, -0.0371103399, 0.00457674731, 0.00427747052, -0.00183033396, -0.0106279813, 0.00547092827, -0.0110878451, -0.0035292781, -0.0152704231, -0.00952576566, -0.0035092046, 0.00639795698, -0.00855494104, 0.00332854339, 0.00457674731, -0.0193873066, 0.00964255724, 0.0132411793, -0.00125915301, -0.0187741537, 0.00784689561, -0.00901480485, -0.00199457118, -0.0270663146, -0.00982504245, 0.0110586481, -0.00514610345, 0.00430666795, 0.0011423619, 0.0213581547, -0.001569379, 0.0159711689, -0.0151974289, 0.00138141855, 0.00279203476, 0.0221172962, 0.0166281182, 0.00257852627, 0.000880950829, 0.0156791918, 0.00154930563, -0.00536508672, -0.00891261268, -0.0139638241, 0.00955496356, 0.00689431885, -0.0108177662, 0.0024325375, -0.00508405827, -0.0190515313, 0.0315627679, -0.0112192351, -0.00530669093, 0.00938707683, 0.000892356213, 0.0112411333, 0.0141536091, 0.0113433255, 0.0117082978, -0.0121316649, -0.00368621596, -0.0263801664, 0.00321540213, 0.0158981755, -0.0290079638, 0.0341613665, -0.0123214507, -0.00186683109, -0.00764981052, -0.0241903365, 0.0019525995, 0.013861632, -0.00609138049, -0.015299621, 0.0145696774, 0.043796625, -0.00505851, 0.0094600711, 0.0117009981, 0.00891991239, 0.0192267187, 0.00464974158, 0.00266794441, -0.00571545959, -0.0118177887, 0.0123579474, 0.0107520716, -0.00802938081, -0.0129784, -0.0196208879, -0.00296904612, -0.0219421089, -0.012635326, -0.009489269, -0.0277524609, -0.017781429, -0.00843085, -0.0171536785, 0.013168185, -0.0295773204, -0.0164821297, 0.0125404336, 0.00708410423, 0.0109491562, 0.0106790774, -0.00440156087, 0.00110130257, -0.0110148508, 0.00361504639, -0.0091388952, -0.00514610345, 0.0086133359, -0.0157229882, -0.0139784226, -0.00648190035, 0.0120513709, 0.00291977497, 0.0056461147, -0.00224092719, 0.0163361412, 5.43893611e-06, 0.00554392254, 0.0187741537, -0.00862793531, -0.0208471939, 0.00821186695, -0.033081051, -0.003711764, -0.001083054, 0.00992723461, 0.00105476868, -0.0228910353, -0.0121681625, -0.00299641909, -0.00685052201, -0.00957686175, 0.0116572017, 0.0201610457, -1.79349463e-05, 0.025883805, -0.000126371509, -0.00468988856, 0.00366796739, -0.00273911399, 0.0278400537, 0.0088980142, -0.0237085726, -0.0350372978, 0.0122192586, -0.0209201872, 0.0224092733, -0.00574465701, -0.0154456096, 0.0150806373, 0.00104290713, -0.0123360492, -0.00215333398, -0.0249786749, 0.0288911741, 0.000609959243, -0.0328766666, 0.0144163892, 0.0242487304, -0.00036155025, 0.0091388952, -0.00788339227, 0.0174748525, -0.000989986234, 0.00410593348, -0.0253436472, 0.0064746011, -0.000317069324, -0.016233949, 0.0275480766, -0.00136955699, -0.0285699982, 0.0221610926, -0.0170368869, 0.00400739117, 0.0266137496, 0.0137594398, -0.0138324341, 0.00318255462, 0.00252195564, -0.00140240439, 0.00888341572, 0.000951664173, 0.0245991033, 0.00193435093, -0.0106133819, 0.022686651, -0.00852574315, 0.0355044641, 0.0165989213, -0.0151828295, 0.0146937678, 0.00433221599, -0.0043212669, 0.0147448638, -0.00597458938, 0.015489406, 0.028015241, -0.00067063584, 0.00382490526, 0.0159711689, -0.0240735449, 0.00631401315, 0.000462145632, 0.0117155975, 0.0161609538, -0.00408403529, -0.000470813713, 0.00630671391, -0.00253472966, -0.00644175336, -0.00104016985, 0.0227450468, 0.0176500399, -0.0130440947, -0.0278108567, 0.00317160552, 0.0102265114, 0.0184091814, 0.00440521026, -0.00442345906, 0.0159711689, -0.00641985517, -0.00799288414, 0.0251538604, -0.000380939397, -0.013569654, -0.0128178122, -0.0185113735, -0.0239275564, -0.0204530228, -0.00981774367, -0.00793448836, -0.015781384, -0.0225844588, 0.0136718461, -0.0181026049, 0.011730196, 0.00251465617, -0.0080877766, 0.0128762079, 0.00552932406, -0.00227194978, 0.011036749, 0.000844909868, 0.00631036377, -0.00180022372, -0.00274823816, -0.00573005853, -0.0115331113, 0.00487967394, 0.0135623543, -0.0201756451, 0.0282488223, 0.0251830593, 0.0113141276, 0.0157959834, 0.0153726153, 0.00494536897, -0.0187741537, 0.00908779912, -0.00684322277, 0.0181318019, -0.0122922529, -0.0316795595, 0.00517895073, -0.0309204161, -0.0171536785, 0.0205990132, 0.00636510924, 0.00397819327, 0.0132776769, -0.0106717777, 0.0139127281, 0.0210953746, 0.00673008151, 0.00106389297, -0.0195040964, -0.0043103178, -0.0118761845, 0.0140076205, 0.0145039819, -0.0056753126, -0.0143652931, 0.000270991615, 0.00844544917, 0.00724834157, 0.0157229882, 0.0185113735, -0.00220260513, 0.0102849072, 0.0112849306, 0.0248910822, -0.00944547169, 0.0156791918, 0.0159565695, -0.00814617239, 0.000435685157, -0.0119272806, 0.0232852045, -0.0249786749, -7.15116767e-05, -0.00468623871, 0.0158251803, -0.00348730618, 0.0127010215, 0.00680307578, -0.000976299751, 0.0259422, 0.0153726153, 0.0120878685, 0.00413878122, 0.0175624471, 0.0199858602, -0.0113068288, -0.0013275852, 0.0185551699, 0.0040256395, -0.00230114767, -0.00346723269, -0.00475193374, 0.0168179031, -0.0113652237, 0.00534683792, -0.00809507631, 0.0183215886, -0.00455849851, 0.00406578649, 0.011117043, 0.00571545959, -0.00819726847, -0.0039234478, 0.00951116718, -0.0192705151, 0.00704030739, 0.00927758496, 0.0204238258, -0.0273582917, -0.00373183726, -0.00192340172, -0.0233290028, 0.000151349275, -0.0256356243, -0.0180150121, 0.0208617914, -0.00856224, 0.00924108736, -0.0081169745, -0.000480850431, 0.0116645014, 0.0255626291, 0.00957686175, 0.0063286121, -0.0113214273, 0.00775200268, -0.0283364169, 0.0235479847, 0.0157521851, 0.0125185354, -0.00454025, -0.00478843087, 0.0110148508, -0.00302744168, -0.00509500736, 0.00348730618, 0.0103579015, 0.00789069198, 0.0191975199, -0.00341066206, 0.00316248136, 0.00469353842, 0.0214019511, 0.0173872598, -0.00997833069, 0.0181464013, 0.0223362781, 0.0109053599, 0.0110951448, 0.0256502237, -0.0213727523, 0.000682497397, -0.00532493973, -0.0159711689, 0.00189420406, -0.00586509798, -0.00226647523, 0.00492347032, 0.00972285, 0.0106425798, -0.0239567533, -0.0108031677, 0.0253436472, -0.00846734736, -0.0119564785, -0.0249932744, -0.00492347032, 0.0295481235, -0.00681402488, 0.0107885683, -0.0279568452, 0.0119783767, -0.0051315045, 0.016233949, 0.0148397563, -0.00167613337, -0.00261684833, 0.00544173038, 0.00983964186, -0.00325919874, -0.0256502237, -0.00520084938, -0.00483952696, -0.00610597944, -0.00436506374, 0.0100440262, -0.0175916441, -0.00784689561, -0.00800018385, 0.00302561675, -0.00482857786, 0.00756951654, -0.027562676, 0.0162193496, 0.0151098352, 0.00391249824, 0.00933598075, -0.00981774367, -0.0276648682, 0.0116936984, -0.0195624921, 0.00485047605, 0.0170076899, -0.00609138049, -0.00366979209, 0.00120258227, 0.00310773542, 0.00289605185, -0.00137868128, 0.00973745, 0.0144236879, -0.0179858133, -0.00060904678, -0.0145842759, 0.0223362781, -0.0227012504, 0.0015474807, 0.00486872485, 0.00152740732, 0.00330117065, -0.00299276924, 0.00674103061, 0.00628116587, 8.71370357e-05, -0.0100586247, -0.0126864221, 0.00560596772, 0.0116936984, 0.00169346947, 0.0171974748, -0.0103870993, -0.0143506937, -0.00989803672, -0.0186281651, 0.00916079432, 0.0101316189, -0.012635326, -0.0230954196, 0.000248409, -0.0187741537, -0.0124528399, -0.0186135657, 0.0270809121, -0.0236939732, 0.0176792368, 0.00266064494, 0.0139857223, -0.000853578, -0.00582495099, 0.00879582204, -0.00329387118, -0.00479573058, -0.00362782041, 0.0345117413, 0.00631036377, 0.00179109944, -0.0199712608, 0.0130805923, 0.0178106278, 0.0163653381, -0.0256210249, -0.0149638467, 0.0107447719, -0.00428841962, -0.00226282561, 0.00748922257, -0.00786879379, -0.00369716506, -0.00629211497, 0.00846734736, 0.00206391583, 0.0195186958, -0.00911699701, 0.0128105124, 0.0293437392, 0.0114820153, 0.0125915296, 0.00636510924, 0.0184383783, -0.0269641224, 0.0130440947, 0.0190515313, 0.00838705339, -0.00130203716, -0.00725929067, 0.000542895636, -0.00657679327, -0.00199092156, -0.000766440935, 0.00766440947, 0.00194347522, 0.0255480316, -0.013248479, 0.0131097892, 0.00315153203, 0.00995643251, 0.00490157213, -0.025883805, 0.0135039594, 0.0205844138, -0.00563516561, 0.00502201309, -0.0100951223, -0.0111316424, 0.00717169745, 0.005251945, -0.0142485015, -0.00336504076, 0.00100914726, -0.00273728906, 0.00383950397, 0.0154456096, -0.0150806373, -0.00503661204, 0.00539428415, -0.00243801204, 0.00278473529, -0.0108177662, -0.00698556146, 0.0112119354, -0.0112630315, 0.012555032, 0.000996373245, -0.0118761845, 0.00216793292, -0.00774470298, -0.0128105124, 0.00262962235, -0.00697826222, 0.000568899908, 0.0100659244, 0.00460959459, 0.0410812348, -0.00216793292, 0.00981774367, -0.00910239853, 0.0108177662, -0.00536508672, 0.00779579906, -0.0149930445, -1.7820892e-05, -0.0184091814, 0.00327379769, -0.0236355774, 0.0225990582, 0.00689796824, 0.00982504245, -0.010876162, 0.0187595543, -0.0220589, 0.00141426595, 5.02691728e-05, 0.00412053242, -0.00821186695, 0.0127813146, -0.000932503142, 0.00354570174, 0.0056935614, 7.65300356e-05, 0.0127521176, -0.00543078128, 0.0207012054, 0.00052920921, 0.00105841842, 0.0186573621, 0.0295043252, -0.0357088484, -0.0185989663, -0.008051279, -0.00949656777, -0.000698464923, -0.00704395724, -0.000130477449, -0.0122192586, -0.00297269598, 0.00820456725, -0.0156791918, -0.00612422777, 0.00129291287, -0.00687242, -0.0123579474, -0.0140952133, -0.0139346262, -0.0109199584, 0.00705490634, -0.000724925369, 0.0103141051, 0.0043103178, -0.0152120274, 0.0169492941, 0.0144820837, 0.00260407431, 0.00160861353, -0.0103214048, 0.00141791569, -0.0157229882, -0.00186226901, 0.00885421783, 0.00181208539, 0.0298838969, 0.0107374722, -0.0114674158, -0.00333036832, 0.0103141051, -0.0173142664, -0.0142412027, 0.00665343739, 0.00386505201, 0.0183361862, 0.00676657865, -0.00702570844, 0.00602203608, -0.00763521157, 0.0141463093, 0.00624101888, -0.00790529, -0.0376650952, -0.00658409251, 0.00918999128, -0.002892402, 0.0127813146, 0.0192267187, 0.0149273491, 0.00299459416, -0.0168617, -0.00165788468, 0.00353657734, -0.0199712608, -0.0103943991, 0.0184967741, -0.00771550555, -0.0170368869, 0.00800018385, 0.022073498, -0.0181318019, 0.0182485934, -0.00787609257, -0.0210661758, -0.0105257891, -0.000436825707, 0.00180569838, 0.00348000671, 0.00907320064, -0.00386505201, -0.0268619303, -0.0112703312, -0.00165697234, 0.0109053599, 0.0194457, 0.00789069198, -0.0246283021, -0.0143506937, 0.005251945, -0.024818087, -0.0026442213, 0.0103287036, -0.00389425, -0.0354460664, -0.0041533797, -0.0081242742, -0.00428841962, 0.0107520716, 0.0130148968, 0.030336462, -0.01271562, 0.0165989213, -0.0149346488, -0.0112776309, -0.0100075286, -0.0224676691, -0.00402199, -0.0136353495, -0.00302744168, -0.00781769771, -0.0158397797, 0.00400009193, 0.0245699063, -0.0148543548, 0.0363511965, -0.0126572242, -0.00723374262, 0.0147302644, 0.0111535406, -0.000122835845, 0.000964438193, -0.0100002289, -0.00503661204, 0.0124820378, 0.0186719615, 0.0319715366, -0.0304824505, 0.00603663456, 0.0224238709, 0.00491617108, 0.00153379433, -0.00473003555, -0.0115185119, 0.0198690686, -0.000274641323, -0.000785601966, -0.00129565015, -0.00591619406, -0.00326467329, -0.00714614941, -0.00141974061, 0.00774470298, -0.00969365332, 0.0163215417, -0.0164967291, 0.0142704, -0.00493442, 0.00601473637, -0.00666438648, 0.0243801214, -0.00105568115, -0.00568991154, -0.00462419353, 0.00182759669, -0.00894911, -0.00325737405, 0.00664613768, -0.0101900147, -0.004478205, -0.00384680345, -0.0172850676, -0.00284495577, -0.0135623543, 0.0161171574, 0.0127010215, 0.00347088254, 0.00136043259, 0.014715666, 0.011036749, 0.0243217256, -0.00256940187, -0.0324387, 0.00544903, 0.00288327783, 0.00794908777, 0.00796368625, 0.0180734079, -0.0029653965, -0.00762791187, 0.00220443, 0.0134674618, -0.0338401906, 0.0191829223, 0.00530669093, -0.00492347032, 0.000873651414, 0.000173817854, 0.013168185, 0.0017080683, 0.00856953952, 0.000635507284, 0.00658774236, -0.00436506374, 0.0158543773, 0.0369643494, -0.00832865853, 0.0120002748, 0.0225114655, -0.0445265695, 0.0104600936, 0.0202778373, 0.0212267637, -0.000227879311, -0.0193143114, 0.00503296219, 0.0152558237, 0.00556217134, 0.0271393079, -0.0200004578, -0.0199712608, 0.0234019961, 0.0308620222, -0.00499646505, -0.0298984963, 0.0327306762, -0.0177668314, 0.000246127893, 0.00559866847, 0.0148616545, -0.0206282102, 0.0208325945, 0.00933598075, 0.00956226327, -0.00862793531, -0.00321357721, -0.000595816586, -0.014847056, 0.00608773064, 0.00651474809, 0.0108834608, -0.0201610457, 0.00141882815, -0.0131754847, -0.00344168465, 0.0108542638, 0.00574100763, -0.00523734652, -0.00846004765, 0.0103068054, -0.0110148508, -0.00478113163, -0.0281904265, 0.00894911, -0.0279276483, -0.0177960284, 0.018233994, -0.0148324566, 0.00699651055, 0.0240589455, 0.00437966222, -0.0112922294, -0.00500741415, -0.00558771938, 0.017752232, -0.00121261901, -0.0165113267, -0.00126462756, -0.001083054, -0.00205661659, -0.00907320064, 0.00441616, -0.00727388915, -0.00143342698, 0.00414243061, 0.0168617, 0.00360592199, 0.00100458506, 0.00413513137, -8.71940574e-05, -0.0107885683, -0.00520814862, -0.020073453, 0.000736330752, 0.00222267862, -0.0147302644, 0.0143068973, -0.0152850216, 0.00433586584, 0.00824836455, 0.00080111326, -0.00449645333, 0.00341796153, 0.00679212669, -0.00577750476, -0.00731768599, 0.00679577608, 0.00733228493, -0.017139079, 0.0113068288, 0.0126207275, -0.0152120274, 0.00211501191, -0.0028175828, 0.0242195334, 0.00700746, -0.012635326, 0.0104527939, 0.0129127046, -7.4990312e-05, 0.000483131502, 0.0276502687, -0.00921918917, 0.0131389871, -0.00571180973, -0.0234165955, -0.0058432, 0.0135404561, -0.000341933017, 0.0183799826, 0.0122046592, 0.0365847796, -0.000317525526, 0.0203362331, 0.0201172493, 0.00305116479, -0.000174502173, 0.00857683923, 0.0031040858, -0.0102265114, 0.0063286121, 0.00129565015, -0.0212705601, -0.000934328, 0.00558406953, 0.0177084357, -0.0441761948, -0.0126280263, 0.00500376429, 0.00875932444, 0.0276064724, -0.00720454473, -0.000427701423, 0.00875932444, -0.00363694457, -0.0078395959, -0.00244531152, -0.0225114655, -0.00351467915, 0.00944547169, -0.00990533642, 0.0144893834, 0.0172120742, -0.00237231725, -0.0121681625, 0.0117009981, 0.0121097667, 0.00360409729, -0.012022173, -0.014635372, 0.00051643519, 0.00921918917, 0.0272123031, -0.00115239865, -0.000815712148, -0.00947467, -0.00313328346, -0.0110221505, -0.0134455636, -0.00787609257, 0.0157521851, 0.00177741295, 0.0123798456, 0.00227012509, 0.00297999522, -0.00406578649, -0.00871552806, -0.0208763909, -0.000227423094, -0.00879582204, 0.00631766301, 0.00782499649, 0.000184310789, 0.00305663934, -0.0411104299, 0.0261173863, -0.0114528174, 0.0108907605, -0.0172266718, 0.0120805688, 0.0143798916, -0.00410228362, 0.0218691137, -0.00956956204, 0.00867903139, -0.0106279813, -0.00380300684, -0.00503296219, 0.00986154, 0.024204934, 0.0120805688, 0.018365385, -0.00234311935, -0.0496069752, -0.00794178806, 0.00667168573, 0.0129054049, -0.00590524497, 0.00848194584, -0.00156207965, -0.00134309649, 0.0029653965, -0.0220151041, -0.0215625372, -0.000263235968, 0.0171536785, 0.0113579249, -0.00200552051, 0.00746732438, -0.0105768852, -0.0269349236, -0.0171828754, -0.0041825776, -0.00301466766, -0.00728483871, 0.00891261268, 0.00666803587, -0.013701044, 0.00326649821, 0.00396359432, 0.016847102, -0.00324642472, -0.00343256048, -0.00867173169, -0.00286502927, -0.0166135188, -0.00313145854, -0.0291539524, 0.000111658585, -0.00594539195, -0.00873742625, 0.00324095017, -0.00556582119, -0.0089272121, -0.0169930905, 0.00687242, 0.00999293, -0.00999293, -0.00191975199, 0.022073498, 0.0160441641, 0.00144711346, 0.0208617914, 0.0197522771, 0.0134820612, -0.0031679559, 0.00710235257, -0.00658409251, 0.0176500399, -0.0088907145, 0.00473003555, -0.0356796496, 0.00775930192, 0.000466023455, 0.0115112131, 0.00420812564, -0.00627021678, -0.00773740374, -0.00448185438, 0.0130951907, -0.016686514, 0.0153872138, -0.026044393, -0.0196500849, 0.00633956119, -0.00940167531, -0.0232560076, -0.0276210718, 0.00341613661, 0.00354387681, -0.0103870993, -0.00497091701, -0.0055183745, 0.00570816, -0.0312707908, -0.00821916666, 0.0285553988, -0.0066059907, -0.0241903365, -0.00115057384, 0.00454754941, -0.00867173169, 0.0148032587, 0.0154602081, 0.00577020505, -0.0109783541, -0.0113433255, 0.00894911, 0.0108980602, 0.00217340747, 0.00322635123, -0.00595634105, -0.0317671522, -0.00927758496, 0.0240297485, 0.00280480878, 0.0129346028, 0.037694294, -0.0213435553, 0.0124528399, 0.010263009, 0.00486142514, -0.00115787331, -0.00989073794, -0.0160149653, -0.00855494104, -0.0204238258, -0.00281393318, -0.00581765175, -0.0131827835, 0.00671913195, -0.0265845507, 0.0117374957, -0.00285225525, 0.0153726153, -0.0163653381, -0.0114966137, -0.0136353495, 0.00819726847, -0.00609867973, 0.00900020637, 0.0152266268, -0.0052701938, -0.00797828473, -0.00277561112, 0.00981774367, -0.00266246987, -0.000376377255, -0.0130148968, -0.00217158254, 0.00262779742, 0.0117155975, -0.01362075, -0.00597094, -0.000985424, 0.00581765175, 0.0161171574, -0.0122776534, -0.00126645237, -0.0178982206, 0.00856224, -0.00571545959, 0.00573370792, 0.0102922069, -0.0110002523, 0.00462784339, 3.18209859e-05, 0.0110805463, 0.0094527714, 0.013036795, -0.0123871453, 0.00473368494, 0.0141244112, 0.00864253379, 0.0183069892, -0.00478113163, -0.014766762, 0.0337525979, -0.00400739117, 0.00824106485, -0.00519354967, -0.00802208204, -0.0196792837, 0.0164967291, 0.00760601368, 0.00411688257, -0.0234019961, -0.00870093, 0.0182631928, 0.00797098596, -0.000708045438, -0.0101243192, 0.00670453347, -0.00741987815, 0.0101754153, -0.00446360605, 0.02543124, 0.010795868, -0.0114966137, 0.0416359901, -0.0165697224, 0.0169638917, 0.00376286, -0.00594539195, -0.0106060822, 0.0167011134, 0.00923378859, 0.0134674618, -0.0244239178, -0.0130294962, 0.007277539, -0.00135769532, 0.0198106728, 0.0014881728, 0.00810237508, -0.0222340859, 0.0137156425, -0.0117520941, -0.0214603469, -0.0132849757, -0.0307744276, 0.010343303, 0.00268619298, 0.00676657865, -0.00614977581, -0.00190880289, -0.00881772, -6.75197953e-05, 0.00751842046, 0.00620452175, -0.00564246532, 0.00472273584, -0.025854608, 0.0165405255, -0.00202924362, 0.00640525622, 0.015577, -0.00583955, -0.0101754153, 0.0183799826, -0.0100732241, 0.000325053086, -0.00288327783, -0.0152704231, -0.00414973032, -0.0107301734, 0.010182715, 0.00602203608, -0.000546089141, -0.00381395593, 0.0106717777, 0.0142704, -0.0201756451, 0.00987613853, -0.000779671187, 0.00413513137, -0.0173580628, -0.0241757371, 0.00140696659, -0.00815347116, -0.00466799038, 0.0048833238, -0.000238600362, -0.0015146333, 0.0209639836, -0.00796368625, 0.0026350969, 0.012795914, -0.0166135188, 0.00372453802, -0.00379935722, 0.000905130233, 0.012182761, 0.000492255786, 0.00776660163, 0.00150824629, 0.0184383783, 0.00474828389, -0.00645270245, -0.00180661073, -0.00509500736, -0.00439061178, -0.0078395959, 0.000832592079, 0.00267524389, 0.0214457475, -0.00657314342, -0.0251392629, -0.0400009155, -0.0175624471, 0.0127886143, 0.0081242742, -0.000853121746, -0.00313693332, -0.00592714315, -0.0214603469, -0.0103214048, 0.010263009, -0.00295444718, -0.00115787331, -0.0139054283, 0.00262232288, -0.00909509882, 0.00964985602, 0.0273144953, -0.00736148283, -0.00257487665, 0.00262232288, 0.015649993, 0.00699286116, -0.00888341572, 0.00401834026, 0.0104673933, 1.38361411e-05, 0.0133433715, 0.0141317109, -0.0135477558, 0.00487237424, -0.0116280038, -0.0123214507, 0.0155186038, -0.0267889351, -0.000104416169, 0.00640890608, 0.0137594398, -0.00516800163, -0.00687972, -0.0051205554, -0.00440886, 0.00966445543, -0.00120714447, 0.0310956035, 0.0162777454, -0.00651474809, 0.00918269251, 0.00200552051, 0.00948196929, -0.00847464707, 0.00255845278, -0.012182761, 0.0255334321, 0.00873742625, -0.0183799826, 0.0108542638, -0.0135185579, 0.00206209114, 0.021591736, 0.0133652696, 0.00107757945, -0.0007304, 0.0051315045, -0.0228472389, 1.27241174e-06, -0.0113360267, -0.0108688623, 0.0266283471, -0.0146499705, 6.9458707e-05, -0.0126280263, 0.0008266613, 0.0150368409, 0.00808047689, 0.0172266718, 0.0229494311, -0.007423528, -0.0125988293, -0.0121973595, 0.0125258341, -0.00766440947, 0.00477018254, 0.00625926768, -0.0067629288, -0.0224238709, -0.00744907605, 0.00527384365, 0.00962795783, 0.0266137496, -0.0086498335, 0.0169200953, -0.000255252206, 0.0245699063, -0.0174018592, 0.0249786749, 0.0258108098, 0.00680307578, 0.00613152748, -0.00645270245, 0.00873012748, 0.0234019961, 0.0171244796, 0.0122703547, -0.0106206816, 0.00846734736, 0.0134528633, 0.00781769771, -0.00277926074, -0.0288765747, 0.0212121643, 0.00449280394, -0.0193581078, 0.0172120742, 0.00393074704, 0.010102421]
|
21 Sep, 2021
|
HTML5 MathML movablelimits Attribute
21 Sep, 2021
This attribute is used to defines whether attached under- and overscripts move to sub- and superscript positions when displaystyle is false. This attribute is accepted by <mo> tag.
Syntax:
<element movablelimits="true|false">
Attribute Values:
true: It makes the operator movable.
false: It stop the operator movable.
Below example illustrate the movablelimits in HTML5 MathML:
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML movablelimits Attribute</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML movablelimits Attribute</h3>
<math>
<mi>GeeksforGeeks</mi>
<mo movablelimits="false">=</mo>
<mtable displaystyle="false"
frame="solid" rowlines="dashed"
align="axis 1">
<mtr mathbackground="green;">
<mtd>Course</mtd>
<mtd>Fee</mtd>
</mtr>
<mtr>
<mtd>
<mi>C++ STL</mi>
</mtd>
<mtd>
<mi> 1499</mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>Placement 100 </mi>
</mtd>
<mtd>
<mi>9999 </mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>DSA Foundation </mi>
</mtd>
<mtd>
<mi>7999</mi>
</mtd>
</mtr>
</mtable>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML movablelimits attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute
|
https://www.geeksforgeeks.org/html5-mathml-movablelimits-atrribute/?ref=next_article
|
NextJS
|
HTML5 MathML movablelimits Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0376853272, 0.00404054578, -0.0128472699, 0.0374949947, 0.0765126273, 0.0298500769, -0.0111343, 0.0411112644, -0.00519045582, 0.00396718923, 0.00816039555, 0.0218562204, -0.0105315894, -0.0092072105, 0.0158925485, -0.0338152833, 0.00125399663, -0.00439741416, -0.00639984384, 0.0325146951, -0.027074432, -0.00610641856, -0.0445689261, 0.0322133414, -0.0465673879, 0.0090882536, 0.024092596, 0.0108170845, 0.00480583077, 0.0142430225, 0.0127838263, -0.00890585408, -0.00466308324, -0.00482962187, -0.032831911, -0.00260315835, 0.00332284323, 0.0413650386, 0.00352110364, -0.0030115745, -0.015749801, -0.0333394594, 0.0122524891, 0.0428242348, 0.00347352121, 0.00540061155, -0.0015632828, -0.0334663466, -0.0184461419, -0.00811677799, 0.000953632232, 0.0293742511, 0.0136085898, -0.0182399508, 0.0164952595, 0.0251552723, 0.0221258532, 0.0174469091, -0.00647914782, -0.0237436574, -0.0047780741, -0.0462184511, -0.0169869456, -0.0177482665, -0.0365750678, 0.00227602874, 0.018049622, 0.00683205109, -0.0367019549, 0.0120621594, -0.0440931, 0.0273916479, 0.0201591104, 0.00329508679, -0.00953235757, -0.0106584756, -0.00724443281, -0.0138861546, 0.006768608, 0.000784119649, 0.0117528727, -0.00916755851, -0.0415236466, 0.00988129526, 0.0334663466, 0.0272964835, -0.011562543, -0.046250172, 0.00943719223, -0.00720081571, -0.0541805848, 0.0145761, -0.0121335331, -0.00289063575, -0.0147584993, 0.0118876901, 0.00827935152, 0.0152263939, -0.0138782235, -0.00762112765, 0.00611434877, 0.01514709, 0.00084161514, 0.00234145462, 0.0159242712, 0.00199747295, 0.00252583669, 0.0141795799, 0.0248856377, 0.0369557291, 0.0247587506, -0.026630329, -0.0163049307, 0.0182558112, -0.00911204517, 0.0172724407, -0.0182240903, -0.0436807163, 0.0196674261, -0.00449257949, -0.0545295253, 0.0168441981, 0.0144254221, 0.0204446055, -0.0344814397, 0.00917548873, -0.018049622, -0.0121890455, 0.020063946, -0.0129107134, -0.0395251811, 0.0370826125, -0.0353062, -0.019619843, 0.0147902211, 0.00176352577, 0.0177641269, 0.0101667903, -0.0245049782, -0.0137909893, -0.048502408, 0.00551163731, 0.0207935441, 0.0286922362, -0.0506594814, -0.0143699097, -0.00827935152, 0.0535144322, -0.0303100403, 0.0360358, -0.0169393625, -0.0380977057, 0.00788283069, 0.00746251922, 0.0334980674, 0.0129186437, -0.0121652549, 0.0353696458, 0.00900895, -0.00581695838, 0.00223042886, 0.00427845819, 0.0228713136, 0.0269316845, -0.023807101, 0.0324195325, 0.0170186684, 0.0171455536, -0.0117290821, 0.0434269458, -0.0032653478, 0.00348938187, -0.00633243518, -0.0274709519, 0.00113999692, 0.0288191233, 0.0273440666, 0.00037942073, -0.000818815199, -0.0249014981, -0.0312775522, -0.013132765, 0.0243622307, 0.0167966168, -0.00128373574, 0.00212336821, 0.0276612826, 0.0174627714, -0.00649897382, -0.0149567602, 0.00173576933, -0.00457584858, 0.0325464159, -0.00313846115, 0.0482486375, -0.0104998676, -0.0251552723, 0.0444737598, 0.0292790867, -0.0180337597, 0.00956407841, -0.039683789, -0.00683601666, -0.00982578285, -0.0156625677, -0.0182082299, -0.0236167721, 0.000504820375, 0.0403816663, -0.0207301, 0.000880275911, 0.00437758816, 0.0313092731, -0.00478997, -0.0237912405, 0.0137592675, -0.00336646056, -0.0267889369, 0.0187316369, -0.0363212936, 0.0341325, -0.0139099453, -0.023648493, 0.0271854587, -0.0586216189, -0.0146395434, -0.0104998676, -0.0291522, -0.0222686, -0.0136799635, -0.00654259138, 0.0363530144, -0.00989715662, 0.0154087935, 0.0136641022, 0.030341763, 0.0152898375, -0.0123555847, 0.0335615091, -0.00359247741, -0.0313409939, -0.0118242465, 0.0184302814, 0.0159084089, 0.0173993278, -0.0249173604, 0.00793437846, 0.00290054874, 0.00280538388, -0.0247111693, 0.0230616424, -0.0300245453, 0.000411885849, -0.0157735925, -0.0226492621, 0.0280736648, 0.0334980674, -0.000441872719, -0.00482565677, 0.0199529212, 0.0153532811, -0.00942926202, 0.0135530764, -0.0104681458, 0.0226968434, 0.0220148284, 0.0455840155, -0.00603107968, -0.0185254458, -0.00406037178, -0.0100081824, -0.0469163284, 0.0190805756, -0.00996059924, -0.0140844146, 0.0175737962, -0.00254169758, 0.00082773692, 0.0723888129, -0.0351475924, -0.0116339168, 0.0147664305, 0.0126331486, 0.030135572, 0.010071625, -0.0191916, 0.0114197955, -0.00349334721, -0.039683789, -0.00417139754, -0.00586454105, -0.00877896789, 0.00647914782, 0.015067786, 0.0209838748, 0.027153736, -0.0103650503, -0.00574954972, -0.00173180411, -0.0292315036, -0.0287556797, 0.00342197344, 0.00486927386, -0.0425704606, 0.00183291687, -0.0219672453, 0.0361626856, 0.0057416195, 0.00151272642, -0.0515159667, -0.0172724407, -0.0377487689, -0.013378608, 0.0029877834, 0.0122762807, -0.019619843, 0.0101905819, -0.0315947682, -0.00645535672, -0.0344814397, -0.0100478344, 0.0325464159, -0.0192867666, -0.00200837734, 0.0118401079, -0.0198101737, -0.0326098613, -0.0272013191, -0.0266144685, -0.0330856852, -0.0834913924, -0.0467577204, -0.00134916161, 0.00252781925, -0.0202859975, -0.0729598, 0.0408574902, -0.00224034186, -0.0133865383, -0.0114118652, -0.0421580784, -0.0328001902, 0.0197308697, 0.00903274119, 0.0200798064, -0.0398106761, 0.00482565677, 0.00973854773, 0.0204921886, 0.0405402742, 0.00104978855, 0.0232836939, 0.0310554989, -0.0140685542, 0.0127521055, -0.0309761949, -0.0209204312, -0.0186364725, -0.0654735, -0.007494241, -0.0456157401, 0.00897722784, 0.0251235496, -0.0469163284, -0.00931030512, -0.0512939133, -0.0412381515, -0.0278040301, 0.0220465492, -0.0149964122, -0.0181606468, -0.0243463702, 0.0146712651, 0.0110708578, -0.00994473882, 0.0139733888, 0.0258372873, -0.00622934, -0.00875517633, 0.0166538693, -0.0114515172, 0.0252028536, 0.0442517065, -0.015630845, 0.0186206102, 0.0055274982, -0.00607469678, -0.0261545032, 0.0144809354, 0.0293901134, -0.0200163648, 0.0473921522, -0.0188743845, -0.0314361602, 0.00976233929, 0.0101429988, -0.00934995804, -0.0264875814, 0.0075418232, -0.000268642762, 0.0673767924, -0.0133072343, -0.00570196752, 0.00977026951, 0.0285019074, 0.0209521521, -0.0238546841, -0.00865208078, 0.0192074608, -0.0063007134, -0.0180972032, 0.0139178755, -0.0128314095, -0.0163525119, 0.027074432, 0.0190488528, 0.0202542767, 0.00676067779, 0.00896929763, 0.0160194356, 0.0793041363, -0.0209204312, 0.00767267495, 0.00558301108, -0.0100240428, 0.00102996244, -0.0540219769, -0.0073078759, 0.00359644252, -0.0206507966, 0.00818418711, 0.0141795799, 0.0208252668, 0.0281846896, -0.0210155956, 0.048946511, 0.0510084219, -0.00387202436, -0.0297549125, 0.0199053381, -0.0189854093, 0.000391812, -0.0373681076, 0.0421580784, -0.0220941324, -0.00300959195, 0.0231726691, -0.0352427587, 0.0282164123, 0.0136482418, 0.00687170355, -0.000679537305, -0.0280578025, -0.0122286975, 0.0423801318, -0.0167331733, 0.0455205739, -0.0216024462, 0.0183668379, -0.0308334474, -0.0178751517, 0.0318168178, 0.0157973841, 0.0129424352, 0.0380025432, -0.0326415822, -0.0564011, 0.0423166864, -0.00342593878, 0.00269039278, -0.00372927706, -0.0030314005, 0.00147505698, 0.0270585716, 0.0221892968, 0.0229030345, -0.0249332208, 0.00274194055, -0.0155039588, 0.0103491899, 0.0511670299, -0.00634433096, 0.000746945851, -0.0183668379, 0.0274392311, -0.0455840155, 0.0377170481, 0.0201908331, -0.00124705757, 0.0276295617, -0.00370548572, -0.00550767221, 0.0258055665, -0.0213645343, -0.00381056382, 0.0103253983, 0.00626502652, -0.0307541434, -0.00507943, 0.00169314328, -0.0154008633, 0.0505643189, 0.000312012213, 0.0391445197, 0.0107932929, 0.0308810305, -0.0779718235, 0.0348938182, -0.0224272087, -0.00566231553, 0.00906446297, -0.0183985587, -0.00586057547, 0.0065346607, 0.0111580919, -0.00314837415, 0.0117766643, 0.00798196159, -0.000330599112, 0.00369160762, 0.00582092348, 0.0025159237, -0.0180972032, 0.0161146, 0.0108250147, 0.00523407292, 0.0352744795, -0.0160194356, -0.0271061528, -0.0251552723, -0.00631657429, -0.0119432025, 0.0144095616, 0.0412381515, -0.0354965329, -0.00217689853, -0.024251204, 0.00144135265, 0.000308542658, 0.0375267155, -0.0264399983, -0.0295645818, -0.0492002852, -0.016717311, -0.0149646904, -0.0243622307, -0.00279348809, -0.0303259, -0.01494883, -0.0153850028, 0.0139892492, 0.00411588466, 0.00374910305, -0.0110074142, -0.0178434309, -0.0108170845, -0.0144730052, -0.028121246, -0.0102619547, -0.0138227111, -0.00195088179, 0.00458377926, 0.0152343241, 0.043997936, -0.00252980203, -0.0263606943, -0.0141478581, 0.00567817595, -0.00831900351, -0.00817625597, -0.0104126334, -0.00840623863, 0.0477728099, 0.0012599444, 0.000553146354, 0.00521028182, 0.00961166155, 0.0205714926, -0.00427845819, -0.0229823384, -0.0348303765, -0.0177482665, 0.0473287068, 0.004754283, -0.0161066707, 0.0172883011, -0.0189061053, -0.0128631312, -0.0440931, 0.0219513848, 0.0245684218, 0.0420311913, -0.0151550202, -0.0223161839, 0.0090406714, 0.0304527879, -0.00931030512, -0.0131406952, 0.0143619794, -0.0260752, -0.0274709519, 0.0313568562, 0.0214121174, -0.0040147719, -0.00645139161, 0.00970682595, -0.00462739635, 0.0028787402, -0.00901688, -0.0107219191, -0.0391762443, -0.00925479271, 0.0109677622, 0.0222368799, -0.0098099215, -0.0377170481, -0.0164476782, -4.67770478e-05, -0.0251394119, -0.0353062, 0.0348620974, 0.00245049782, -0.0138702933, 0.0140368324, 0.0113722133, -0.0143540483, -0.0103174681, -0.010555381, 0.0145205874, -0.0275343955, -0.0029976964, 0.0049882303, -0.0150202038, -0.00973061752, 0.0349889845, 0.0296597462, -0.040730603, 0.00760923186, -0.00562662864, -0.00164952606, 0.0169076417, 0.00669326913, -0.0221417155, 0.0468846038, -0.00310872216, 0.0280736648, -0.0138782235, 0.0492002852, 0.0050318474, -0.00888206344, -0.00500805629, -0.0104364241, 0.0274392311, 0.00500805629, 0.0137909893, -0.000225025491, -0.00891378522, -0.015749801, 0.00484548276, -0.0100478344, -0.0400961712, 0.00583678437, 0.0302783195, 0.00711358106, 0.00694704242, -0.0180813428, 0.0107695013, 0.00454809237, -0.0208887085, 0.0306907, -0.0106346849, -0.0145919612, 0.0135134244, 0.0243463702, 0.00872345455, -0.00228594174, 0.00344774732, 0.0352110378, -0.0189536884, 0.0350841507, 0.0109439706, 0.0121573238, 0.0077519794, 0.0338152833, 0.00147604826, -0.00526579469, -0.0303734839, 0.0118638985, -0.000706798106, -0.0322450623, 0.0395251811, 0.000468142214, 0.00827935152, 0.0288349837, -0.000307799171, -0.04504475, -0.000525885553, -0.00628088741, 0.0137592675, -0.0510401428, -0.0177165437, -0.00295407907, -0.0141319968, 0.0213328134, -0.0134658422, 0.0135054942, 0.00353696453, -0.00659810426, -0.0210155956, -0.022284463, 0.00776387472, 0.032990519, 0.0275026746, 0.0341642201, 0.01514709, -0.00492478674, -0.0121890455, 0.0291522, -0.0324671119, -0.0375584401, -0.00222646352, 0.00965924375, 0.0197467301, -0.00928651448, -0.00460360525, 0.0069827293, 0.0277723093, 0.0200322252, -0.00335258245, 0.00944512244, 0.00410795445, -0.00260712346, 0.0111343, 0.00260117557, 0.0079898918, 0.0210949, 0.0138623631, 0.00777180539, -0.0123476535, 0.00757354498, -0.00904860161, 0.0199687816, 0.00630467897, 0.0181130655, 0.00656241737, -0.0318009593, -0.00984957349, 0.0164159555, -0.000414116279, 0.0245366991, -7.13117624e-05, 0.000422542362, 0.00869966391, -0.0200322252, 0.0354330875, -0.00865208078, 0.00766474474, 0.0180654824, 0.0098575037, 0.0116656385, -0.0192709044, -0.0121414633, -0.00112810137, 0.0075180321, 0.0137592675, 0.0186364725, -0.0269634053, -0.0427925102, 0.00845382083, -0.00189834274, -0.0162414871, -0.023727797, 0.0280895252, 0.000419568445, 0.0211583432, 0.000606181, -0.0442517065, -0.0121097416, 0.00467101345, -0.0308651701, 0.00769250141, 0.028041942, -0.0296121649, 0.00527769048, -0.00208569877, -0.0011855968, -0.00400287611, 0.016638007, 0.0137830591, 0.00940547, 0.0264082775, 0.0492320061, 0.0269792676, -0.0242036227, 0.0234581642, -0.0114673777, -0.006062801, 0.0186999161, -0.0347352102, -0.0267730765, 0.0258372873, 0.0171455536, 0.0194770955, -0.00942133181, 0.0209045708, -0.0112294657, 0.010111277, 0.0163525119, -0.0358454697, 0.00514683826, -0.0313568562, -0.0240450148, -0.00746648433, -0.0178275704, 0.0188743845, -0.00175757788, 0.0109122489, -0.0314044394, 0.000766771846, 0.0284543242, -0.0131803472, -0.0165428426, -0.00779163139, 0.00966717396, 0.0068122251, 0.0267096329, 0.0112770479, -0.0218879413, 0.0267413538, 0.00631657429, 0.000552650716, -0.00338033889, -0.0154167237, 0.0137275457, -0.0523090065, -0.000911006238, -0.00339223444, -0.00304527883, -0.0204287451, 0.0373998322, -0.0302307364, -0.00935788825, -0.038478367, -0.00482565677, -0.00583281927, 0.0228237305, 0.0110074142, -0.0162573475, 0.031785097, 0.0234264415, 0.038034264, 0.0393031314, 0.00365988584, 0.018937828, -0.00356868608, -0.0266461894, -0.0403816663, -0.00408416288, 0.00101806689, -0.0197150074, -0.0287556797, -0.00408019777, -0.00419122353, -0.0182716735, 0.0385100879, -0.00800575223, 0.0144571438, -0.0291997828, 0.00567024574, -0.000642859144, 0.00970682595, 0.000550668105, 0.007494241, 0.0393665731, -0.000680032943, 0.0113960039, -0.0512304716, -0.0147505691, 0.0172407199, 0.00679636467, 0.0514208, 0.0315313227, -0.0197625905, -0.0160273667, 0.0100795552, 0.0277088657, -0.0311506651, -0.0243780911, -0.0104126334, -0.0304686483, 0.022078272, -0.00119253597, 0.0167648941, -0.0295804422, 0.0200956687, 0.0214279778, -0.0211266223, 0.00561076775, 0.00181209948, 0.0127996877, -0.00551163731, -0.0263448339, -0.00854105502, -0.0302307364, -0.00250402815, 0.00812074356, -0.00284107076, 0.0358137488, -0.0120145762, 0.0288508441, 0.0103650503, -0.00641570473, -0.0110312058, -0.00494857831, 0.0349255428, -0.0200163648, -0.00692325085, 0.0216500293, -0.000518946443, 0.0224272087, -0.0397472344, -0.00954821799, -0.0141795799, 0.0240767356, -0.0319754258, 0.0107615711, 0.00318802637, 0.0203335807, -0.00585661037, 0.00958787, -0.0202384163, 0.0118876901, 0.0296438858, 0.00733166747, -0.013093113, -0.0485658534, -0.0360992439, 0.00977026951, -0.0471066572, -0.0214755591, 0.0123000713, -0.0136085898, 0.023125086, -0.0133230947, -0.0178117082, -0.0220148284, -0.0351793133, 0.015670497, -0.0116973603, 0.0222051572, 0.0107774325, 0.0241084564, -0.00434983196, -0.0165269822, -0.00534113357, -0.0198260341, -0.0183826983, 0.00229188963, -0.00783524849, 0.0064276, 0.0179544557, -0.0192074608, 0.0140051106, 0.00737924967, -0.0137671977, -0.0222051572, -0.0436807163, 0.0108012231, 0.00153156114, -0.0160670187, 0.0144809354, -0.00707392907, 0.0394617394, 0.0271854587, -0.00347748632, 0.00900101941, 0.0186206102, -0.0351475924, 0.0424752943, 0.0249173604, 0.0119828554, -0.0045401617, 0.0253614634, 0.0158449672, 0.0383197591, 0.0366067886, 0.0191122964, -0.0147267785, -0.0053133769, -0.0115942648, 0.0402230583, -0.0143937, -0.0150836464, -0.0204446055, 0.0256469566, 0.0319437049, 0.0412381515, -0.0351158716, -0.0116973603, -0.0139020151, -0.0294694174, -0.0197150074, -0.00778370071, 0.0166221466, -0.00481376098, 0.00310475682, -0.000991301727, 0.0100874864, 0.00395331113, 0.0109836226, -0.0102381641, 0.0245684218, 0.00919927936, 0.00299373106, 0.00180912565, -0.0227444265, -0.0287715402, -0.0105871018, 0.00707789417, 0.0471066572, -0.0167331733, -0.0019855774, -0.0131724169, -0.0467894413, 0.0169710852, -0.0107853627, -0.014544379, -0.0137037551, -0.0171455536, -0.00814453512, 0.0198101737, 0.00685187755, 0.0244098138, 0.0159639232, 0.00466704834, -0.0170979723, -0.0288667046, -0.037590161, -0.0296914689, -0.00608262746, 0.00892171543, 0.0108408751, -0.0280895252, 0.00793437846, -0.0310396384, -0.0327684693, -0.00545612443, -0.0164159555, -0.0134817027, -0.00243067183, 0.0132517209, 0.0247587506, 0.0249649417, -0.0511987507, 0.0141795799, -0.00298183551, 0.0115704732, -0.0240608752, 0.0151629504, 0.0135292858, -0.0100478344, -0.0216976125, -0.0203811638, -0.0128869219, -0.01111844, 0.00917548873, 0.00795024, 0.026551025, 0.0113404915, 0.0154563757, -0.0148298731, 0.0127758961, -0.0150915766, 0.0210949, 0.0151708815, 0.00142549188, 0.00655845227, -0.000479542185, 0.0170345288, -0.0170186684, 0.020222554, -0.00709375506, -0.0021194031, 0.0115546128, 0.00717702415, -0.0283908807, -0.0102778161, 0.00380263338, -0.0321816169, 0.00689549465, -0.0209997352, 0.0247746129, -0.00155436108, -0.00314242649, 0.000513989944, -0.0149408989, 0.00618572254, 0.0730866939, 0.0111660222, -0.0405402742, 0.00389779825, -0.0104205636, -0.0109439706, -0.0150915766, 0.00416346733, 0.0207776837, -0.0166538693, 0.0064870785, 0.00266858423, 0.0223479047, 0.0560521632, -0.0186523329, -0.0192867666, 0.00690739043, -0.00119352725, 0.01494883, -0.00971475709, -0.00683601666, 0.0182716735, 0.0105315894, 0.0222210195, 0.0234581642, -0.00547595043, 0.00460757036, 0.022363767, -0.0243305098, -0.0116497772, -0.00108051882, -0.0147584993, 0.0208569877, -0.00917548873, -0.0166697297, 0.0665520281, 0.00245446293, -0.0186681934, -0.0266779121, -0.0205397718, -0.023807101, -0.00669326913, -0.0036182513, -0.0267254934, 0.011522891, 0.00752992788, -0.0114990994, 0.0164159555, -0.00605883589, 0.0170979723, -0.000941241, 0.00601521879, 0.022284463, 0.00845382083, -0.0125538446, -0.0195722599, 0.00498426473, -0.0165428426, -0.0200956687, -0.0217610542, -0.00471463101, -0.0161780436, -0.0199211985, -0.0116656385, -0.0240608752, 0.014504726, -0.00859656837, -0.000114247523, 0.00343188643, -0.00182498642, 0.000469381368, 0.00831900351, 0.031547185, -0.00286486186, -0.0099764606, 0.00351515575, 0.000919432321, 0.0146950567, 0.00272806222, -0.0129820872, -0.000910014962, 0.00816039555, -0.0126093579, 0.0373363867, -0.00887413323, -0.0271378756, -0.0238229632, -0.0100478344, -0.00129067479, 0.00221853331, 0.00120641419, 0.00279150554, -0.04504475, -0.00201333384, -0.0101271383, 0.00345567777, -0.0226492621, -0.0101192081, -0.015511889, -0.0225540958, 0.00826349109, 0.0330222435, 0.0172883011, -0.0011409882, 0.00515476894, -0.0268523805, 0.00322173047, -0.0248856377, -0.0108646667, 0.0256628189, 0.0207776837, 0.00923100114, -0.0164635386, 0.00769250141, -0.00145721354, -0.00583281927, -0.0114356568, -0.0113087697, 0.0135451462, 0.0355282538, -0.0107060587, 0.00396520691, 0.00306510483, 0.0172089972, -0.0255993754, -0.00906446297, -0.00650293892, -0.0250918288, 0.0176689606, 0.0201115292, -0.0069827293, 0.0172724407, 0.00751406699, 0.0134103298, -0.0186999161, 0.0320547335, 0.0116735687, -0.00768457074, -0.0077995616, 0.0206825193, 0.0153056979, 0.0347034894, 0.01917574, -0.0234264415, -0.00338826911, 0.0172407199, 0.0123238629, 0.0216976125, 0.0178751517, 0.00266461889, -0.0283908807, -0.0356234163, 0.0214279778, -0.013013809, 0.0258848704, -0.0380977057, 0.0097226873, -0.00757751, 0.00348739931, -0.011364283, 0.0135134244, -0.00207975088, 0.0344497152, -0.0193184875, -0.0176055189, -0.0164793991, 0.00885034166, -0.0369557291, -0.00421104953, -0.0241560396, 0.0175103527, -0.00286287931, 0.00695893774, 0.0085727768, 0.00896136742, 0.0339738913, -0.0080573, 0.00317216548, 0.0346083231, -0.00574954972, 0.00864415057, -0.00472256122, -0.0235533286, -0.00115288387, 0.000233575469, -0.0070461724, -0.00150677853, 0.00816039555, -0.00295804418, -0.0140130408, -0.0191598795, -0.0141240666, 0.0244256742, 0.0267730765, -0.0208728481, 0.0029025313, -0.00285693142, -0.013537216, 0.00419915421, -0.0114594474, 0.00765681453, 0.041333314, 0.00729598058, 0.0176689606, 0.00809298735, 0.00420708442, 0.00417932775, 0.0359089114, 0.00492875185, -0.0120542282, 0.0333711803, -0.0180179, 0.0191122964, -0.00722460682, -0.0282957163, 0.0306907, 0.0465673879, 0.00895343721, -0.016154252, 0.0327050239, -0.0339738913, -0.00811281335, -0.00261505391, 0.0218562204, -0.00433793617, 0.00986543484, -0.0010815101, -0.0143381879, -0.0242829267, -0.00347550376, 0.0285177678, 0.0233629979, 0.015107438, 0.0200163648, -0.00182498642, -0.00312260026, 0.000367525092, -0.00639984384, 0.0140051106, -0.00346162543, 0.0278674737, 0.0121652549, 0.0107457107, -0.00270030578, -0.015710149, -0.000293177465, -0.00674085133, -0.00123813585, -0.0203811638, -0.00567817595, -0.00586057547, 0.00888206344, 0.00316027, -0.0326415822, -0.00645139161, -0.00734356279, -0.00880275946, -0.00921514072, -0.0205080491, -0.0183668379, 0.0234581642, 0.0187633578, -0.0104522854, -0.0342911072, -0.00842209905, 0.0331808515, 0.0109756924, -0.00547595043, -0.000673589529, -0.027153736, -0.0185888894, -0.0255517922, 0.0083110733, 0.0223954879, 0.00205992488, 0.00792248361, 0.0159480609, 0.0136244502, 0.00101112772, -0.00330698257, -0.0159718525, 0.00371341617, 0.00484944787, -0.0235216059, 0.00287279231, 0.000279051426, -2.06159784e-05, -0.00500012562, -0.00197368162, 0.00711754616, 0.0506912023, -0.0148933167, 0.0153770717, 0.00253773225, 0.0185413063, 0.0388907492, -0.00460757036, -0.0197467301, 0.00853312481, 0.0132993041, 0.0252187159, 0.000325394794, 0.0356868617, -0.0161780436, 0.0185571685, -0.0223796275, -0.00543629844, -0.0213645343, 0.00342792133, -0.0075378581, -0.0176372398, -0.023648493, -0.0104522854, -0.000189338622, 0.00919134915, -0.0218879413, -0.0147981513, -0.00921514072, 0.0122604193, -0.0213962551, -0.0077321534, -0.0217610542, -0.0203177202, -0.0181130655, 0.00932616647, -0.00693514664, -0.0231885295, -0.000804441341, 0.016193904, -0.0143540483, 0.00721271103, 0.0319754258, -0.0206507966, 0.0082238391, 0.00147406559, 0.0236009117, 0.00582885416, -0.00831900351, 0.0300404076, 0.00833486486, -0.019699147, 0.0505325943, -0.0266779121, 0.0211266223, -0.0031503567, -0.0106505454, -0.0123238629, 0.0103650503, -0.038034264, -0.0135213556, -0.0107932929, -0.0179861784, 0.0413967595, 3.60895792e-05, 0.00850933418, 0.0240767356, 0.0363212936, -0.0044727535, 0.0197150074, -0.0118004559, -0.0169235021, 0.00594384503, -0.0251869932, 0.00944512244, 0.00416346733, -0.0384466462, 0.010476076, -0.0192391835, 0.00800575223, -0.00165448256, 0.0145761, 0.00202622078, 0.0146078216, 0.00693514664, 0.0181130655, 0.00576937571, 0.0220465492, 0.00127283134, -0.00354886, -0.015995644, -0.0120938811, -0.01917574, 0.0128076179, -0.00391365914, -0.00996852946, -0.0102460943, 0.00792644825, -0.000295160076, -0.00550767221, 0.0448544174, -0.0134499818, -0.0026210018, 0.000564546324, 0.0164476782, 0.023489885, -0.0428242348, -0.0153136291, 0.0039810678, -0.00259324536, -0.0236960761, 0.0361626856, 0.0262338091, 0.00633640029, 0.0198260341, 0.0203653015, -0.00724839792, 0.0193502083, -0.0233629979, 0.00378875504, 0.00431414507, 0.0232361127, 0.018049622, -0.0199211985, -0.00409209356, -0.00207380322, 0.00724839792, -0.0130693214, 0.0139575275, 0.00677257311, 0.0191281568, -0.0260593388, 0.0294852778, -0.00703427708, -0.0255200714, -0.00323362625, -0.0021431942, 0.000519442081, -0.0212059263, -0.00104780588, -0.0400961712, -0.023489885, -0.0331491306, -0.0264082775, -0.00553146331, -0.0167966168, -0.00398899801, -0.0208569877, 0.0127838263, -0.0319595672, -0.00727615459, -0.00911204517, -0.00185472553, 0.00244455, -0.0114277257, 0.01208595, 0.00770043163, 0.00557508087, 0.0249808021, 0.0232202504, 0.00875517633, 0.0148536647, -0.0037907376, -0.00418329332, 0.0219355244, -0.0115863346, -0.0101985121, -0.0218879413, -0.0170979723, -0.0139337368, 0.0194295142, 0.0134261902, -0.000335803459, -0.00289856619, 0.0135530764, 0.0158925485, 0.0352110378, -0.00156030885, -0.0140526928, 0.0132120689, 0.0170186684, -0.0319754258, -0.0165111218, 0.00193105568, -0.0173517447, 0.0148219429, -0.0193660706, -0.0130058778, -0.013941667, 0.00139674405, -0.00157716102, -0.0190805756, -0.000350672984, -0.0141082061, 0.0227920078, -0.00512701226, 0.0570989773, -0.00022527331, 0.0205080491, 0.00378479, -0.00214517699, 0.000960075704, 0.000729102409, 0.00854898617, -0.00124904013, 0.00485341297, 0.0055274982, -0.000387598964, 0.0237753801, -0.0253138803, -0.0253614634, 0.013576868, 0.0120780198, -0.00919134915, -0.0226809829, 0.00517856, 0.0104998676, -0.0049684043, -0.00156030885, -0.00933409669, 0.00391960703, -0.0161225311, -0.000281281857, -0.0107377796, -0.00423087552, 0.0139654586, -0.0083586555, -0.0141637186, -0.0205714926, -0.0198894776, 0.00820004754, -0.0085727768, 0.00592401903, 0.00806919578, -0.0168917812, -0.00564248906, 0.0189061053, -0.0124824708, -0.0207935441, -0.0379708186, -0.00466308324, 0.000593789737, 0.00943719223, -0.00103987544, -0.0302624591, 0.0103650503, 0.0202066936, 0.0203335807, -0.0124269584, 0.0187157765, 0.000569502823, -0.0218562204, 0.000994275557, 0.0106426151, -0.00680826, -0.00289856619, -0.0102381641, -0.00835072529, -0.00416346733, 0.00354489498, -0.00986543484, 0.00587247126, -0.0101905819, -0.0153691415, 0.0144016314, -0.016193904, 0.000169264764, -0.0170979723, 0.0200480856, -0.00654655648, 0.0126331486, -0.00382444193, 0.00622140942, 0.0115863346, -0.0116973603, 0.00607469678, 0.00609848788, 0.00623727031, 0.0137196155, 0.00363014685, -0.00193799485, 0.0047979, 0.0105474498, 0.0229347553, 0.0224906523, 0.00903274119, 0.0149250384, -0.00818418711, -0.00261307135, -0.00853312481, 0.0107615711, -0.0097226873, -0.00722064171, -0.0155832628, 0.0145919612, 0.0208411273, 0.0178434309, 0.00351119065, 0.0260910615, -0.0133072343, 0.00146217, -0.00175063882, 0.023569189, 0.0139258066, 0.00109043182, 0.00113999692, 0.010150929, -0.0079621356, 0.00923100114, -0.0235057455, 0.00310872216, -0.00548784621, -0.0013749355, -0.0145761, -0.0167807546, -0.00110728398, -0.00556318508, -0.014100275, -0.0060191839, -0.0211107619, 0.0143381879, 0.0221258532, -0.0451399125, 0.00886620209, 0.00923100114, -0.00407623267, -0.030341763, 0.0137116853, 0.00957201, -0.013378608, -0.0117528727, -0.00341999088, 0.00680033, 0.00121037941, -0.00311268726, 0.00624520052, 0.0170503892, -0.00335853, 0.00724839792, -0.0116656385, 0.0106505454, 0.00178236049, 0.0241084564, 0.0152977677, 0.00683998177, 0.0036182513, 0.00363014685, -0.00239498494, 0.00492875185, 0.0172883011, -0.0123793753, 0.00567817595, 0.00296399207, -0.0127045223, -0.0135292858, -0.00560283707, -0.00526976, 0.0178117082, -0.00127184007, 0.00147010037, 0.0112532573, 0.00132636167, 0.0156149846, 0.0126648704, 0.00331887812, 0.0312775522, 0.000289955758, -0.0130455308, -0.0281688292, -0.0178117082, 0.00659017358, -0.00256152358, 0.011443587, -0.0020995771, 0.000968501787, 0.00201829034, -0.0255359318, 0.00317018293, 0.00940547, -0.0241877623, -0.00157220452, 0.00477014389, 0.0304527879, -0.000122549667, -0.00592005393, -0.00117964903, -0.000962058315, 0.0210790392, -0.00419915421, 0.00635226117, -0.0154008633, -0.0189219676, 0.0152819073, 0.00523803802, -0.0174627714, -0.00162573473, -0.0193184875, 0.0126331486, -0.0174627714, -0.000605685345, -0.0224113483, -0.0200163648, -0.00301355706, -0.00922307093, -0.012046298, 0.0272964835, -0.0526262261, -0.00837451685, 0.0150202038, 0.0160908084, -0.00196376862, 0.032308504, -0.0120700896, -0.0314361602, 0.00129265746, -0.0107774325, 0.00597953191, 0.000846076, 0.00619761832, -0.0119511336, -0.0172089972, 0.018858524, -0.00109836226, -0.00607866189, 0.0221734364, 0.00280340109, 0.0268047974, 0.00764491875, -0.00977026951, 0.0252504367, -0.00104284938, -0.000950162706, 0.00500012562, -0.0267254934, 0.00579713238, -0.00789472647, -0.00591608835, 0.0140526928, -0.00113206659, -0.00170107372, 0.000468142214, 0.00253574969, 0.0138147809, 0.0118797598, 0.0127521055, -2.59287353e-05, 0.0234264415, -0.00717702415, -0.0199053381, 0.0135530764, 0.0214279778, 0.0168283377, 0.0153770717, -0.0114515172, -0.0107377796, 0.0128076179, -0.0150122726, 0.0112136044, -0.0126252184, -0.0145919612, 0.00958787, 0.00196575117, 0.018573029, 0.00166637811, -0.00124705757, 0.0195564, -0.000919432321, -0.0207301, 0.0141319968, 0.00974647794, -0.00502788229, 0.0114356568, -0.0203811638, 0.0110867182, 0.00434586685, 0.0121493936, -0.0195881221, 0.0241084564, 0.0140526928, -0.024616003, 0.000663180836, 0.00185571681, -0.0159877129, 0.0331808515, -0.0352110378, 0.0167807546, 0.0318168178, 0.0124745406, -0.00432207529, 0.00482565677, 0.0144412834, 0.00975440908, -0.00530941179, -0.00843796, 0.0260910615, 0.00785904, -0.016233556, 0.0110074142, -0.0177641269, 0.0160035752, 0.00175262138, -0.0190012716, 0.0259324517, 0.016233556, -0.0131248347, 0.0123873064, -0.00172684761, 0.00886620209, 0.0144650741, -0.00161086523, 0.00488513475, 0.00480583077, -0.0233154166, 0.0199053381, -0.0138227111, 0.0107298493, -0.00167034334, 0.00510718627, 0.00439344905, 0.00684394687, -0.00610641856, -0.00489703054, -0.0122366278, 0.0273123439, 0.0107298493, 0.00118361425, -0.0138861546, 0.0116101252, -0.012046298, 0.0201115292, -0.011966994, -0.0218086373, 0.0036618684, -0.00548784621, -0.017970318, 0.0150915766, -0.00284107076, -0.00184877764, -0.0109756924, -0.0282322727, -0.022601679, -0.021998968, -0.00420311932, 0.00543629844, -0.0181606468, -0.00104086683, -0.00729598058, -0.0109201791, 0.0130058778, -0.0155674014, -0.0177324042, 0.00367574673, 0.0201115292, -0.010999484, -0.0127441743, 0.00787886605, -0.00530148158, 0.00988922548, -0.00539268134, -0.0153532811, -0.0124586802, 0.00892171543, 0.00768853584, -0.0121731851, 0.0110708578, 0.0160432272, 0.00374910305, 0.0203494411, -0.00496047363, 0.0167648941, -0.00819211733, 0.00750217121, 0.00220465497, 0.0193343479, -0.00194096868, -0.0181130655, -0.0125617748, -0.00912790559, -0.00452430081, -0.000840623863, -0.0141161364, -0.00432207529, -0.00797006581, -0.0110470662, 0.0111263702, 0.0107219191, 0.0122049069, -0.00113801437, -0.00729201548, -0.00803747401, -0.0148695251, -0.00128968351, 0.0254566278, -0.0127045223, -0.00763698807, 0.00996852946, 0.00538078556, -0.0126728006, 0.0120145762, 0.00695497263, -0.0093420269, -0.00323957391, 0.0193343479, 0.0132834427, -0.0115863346, 0.00603107968, 0.00439344905, -0.0204128847, -0.000227379831, -0.00778370071, 0.0215865858, 7.44095814e-05, -0.00776387472, -0.015511889, 0.0170503892, -0.00923100114, 0.00594781, -0.00378479, 0.00665758224, 0.0298024938, 0.0120304376, -0.00289856619, 0.0123238629, 0.0110946484, -2.82520978e-05, 0.000438651, 0.0249014981, 0.0075180321, 0.0297390502, 0.00609055767, 0.0126252184, 0.00482565677, 0.0186523329, -0.00470273523, -0.0164952595, -0.0282957163, -0.00392952, -0.0109519009, -0.00165448256, 0.0163683742, -0.00101162342, -0.00158013497, 0.0158846192, 0.016717311, -0.011602195, -0.00426656241, 0.010071625, 0.00820797775, -0.00247825426, -0.0045639528, -0.00124011841, -0.0281688292, -0.000588833238, -0.0173358843, 0.00195187307, 0.00427845819, -0.00638794806, 0.00230576773, 0.00340809533, -0.0109836226, 0.0141557883, 0.0225858185, 0.0102460943, 0.0140051106, -0.00117171858, 0.00075388496, -0.0250125248, 0.0305479523, 0.00130752695, 0.0141875101, -0.0133627467, 0.0218720809, 0.0181447864, 0.011927342, 0.00816832576, 0.0027637491, 0.00586057547, -0.00461550057, 0.0333711803, -0.0173993278, -0.000904562825, -0.00901688, 0.00294813118, 0.0135927293, -0.00191519491, -0.00255954103, 0.0167490337, -0.0109281102, 0.000560581102, 0.00705806818, -0.0156467054, -0.000607667957, -0.00179326476, -0.00824763, -0.0044965446, -0.00113702309, 0.0123873064, -0.00265272334, -0.0210631788, 0.0065108696, -0.0113722133, -0.00184382114, 0.0043062144, 0.00561869796, -0.00420708442, -0.0220941324, 0.0098575037, 0.0224906523, -0.00290847919, 0.00900895, -0.0231726691, 0.0108091533, 0.0108963884, 0.00378479, 0.0138306413, 0.0106981276, -0.00504770828, -0.0161701124, -0.00778766628, 0.00792248361, -0.020063946, -0.00827935152, -0.00569007173, -0.0177641269, 0.00422691042, 0.00150677853, -0.00101162342, -0.00253178459, -0.011039136, -0.00443310104, -0.0057614455, -0.0166697297, -0.0182716735, 0.0138147809, 0.00399692822, 0.0193026271, 0.020666657, -0.00579713238, -0.0167331733, 0.0193184875, -0.00739907566, 0.00726822391, 0.0258848704, 0.00910411496, -0.0111818835, -0.0205239095, -0.0111818835, -0.0138702933, 0.0257104, 0.00984164327, -0.0152184637, -0.0149964122, -0.00282520987, -0.0310079176, 0.010071625, -0.0097226873, 0.00706599839, 0.00130554428, -0.0231409464, 0.00242472393, -0.00957994, -0.00212336821, -1.42731951e-05, -0.00275581866, 0.00565041974, -0.0147029869, 0.0291839223, 0.0137434071, 0.0135292858, 0.013013809, -0.0168917812, -0.0170979723, -0.00132735295, -0.0192867666, 0.00734356279, 0.0132041387, -0.014060623, -0.0228237305, -0.00534906378, -0.0257104, -0.00735149346, 0.00598746212, 0.0141875101, -0.00449257949, 0.0163049307, -0.0151629504, 0.0181606468, -0.00995266903, -0.00355877308, -0.00166241301, 0.0230933651, 0.00745458901, -0.000295160076, 0.0154484455, -0.00315432204, -0.00143540488, -0.0148378043, 0.0147347087, 0.023045782, 0.0224747919, 0.000202969022, -0.0114515172, 0.00432207529, -0.0155674014, -0.00877896789, -0.00532527268, -0.0158766881, -0.000257986278, -0.00391762424, -0.0214121174, 0.00620158343, 0.0177799873, 0.00928651448, -0.00639587874, 0.0305955354, 0.0254724883, 0.0016178044, -0.00495254342, 0.0140844146, -0.0158370361, 0.0141795799, 0.0171455536, 0.00524200359, 0.0160511564, -0.0182240903, -0.00213724654, -0.0119432025, -0.00581299327, -0.0186999161, 0.00960373, 0.00352506875, 0.00650690449, -0.016193904, -0.00492082164, 0.0116497772, 0.0047979, 0.00498029962, -0.0131010432, 0.00823176932, 0.0164318178, -0.0146395434, -0.0106108934, 0.00930237491, -0.0149805509, 0.0114673777, -0.0123714451, -0.0179861784, -0.010111277, 0.000651285227, 0.00598349702, -0.00715719815, 0.00368565973, 0.000277812302, 0.0111977439, -0.00364402495, 0.00747044943, -0.0167807546, -0.0021531072, -0.00413174555, -0.00239498494, -0.0313727148, 0.0204763282, 0.000461946591, -0.0148695251, 0.0127917575, -0.0181289259, -0.00754578831, 0.00113801437, 0.0100795552, 0.00347153866, 0.013497564, 0.00888206344, 0.00198359462, -0.0229506176, -0.000217095076, -0.00710961595, 0.00639984384, -0.00906446297, 0.0198894776, -0.00770043163, -1.48927593e-05, -0.0120225074, 0.00433000596, -0.0304845106, 0.0179861784, 0.0119590638, 0.0141557883, 0.000519442081, -0.0133230947, -0.0232519731, 0.00219672453, -0.000125833365, 0.00189338624, -0.0100874864, 0.0183826983, -0.0057416195, 0.00330499979, 0.0107536409, 0.00176253438, 0.00777180539, -0.00962752197, 0.0111660222, -0.00981785171, 0.00214517699, 0.026027618, 0.0208728481, -0.0101588601, -0.00703031151, -0.0205714926, 0.0058050626, -0.0144571438, -0.00842209905, 0.00863622, -0.0100240428, -0.00785507448, 0.00481772609, -0.0123080015, 0.00930237491, -0.00616986165, -0.0115863346, 0.00523407292, -0.00592798414, 0.00108944054, 0.006768608, 0.00906446297, 0.0186047498, 0.00799385644, 0.0173676051, -0.0197625905, 0.0163842347, 0.0261862259, -0.00670516491, 0.0231092256, 0.00902481098, -0.00293821818, -0.00978613, -0.000275334052, 0.00414364133, 0.0196357034, 0.0131248347, 0.0162890702, -0.020587353, -0.00961959176, -3.48814283e-05, -0.0271061528, 0.00144333532, 0.00190528191, -0.0044767186, 0.0230933651, 0.00105771888, 0.000173601715, 0.000230601552, -0.0105395196, 0.00826349109, 0.0241084564, -0.00398899801, -0.027153736, 0.00877896789, 0.01514709, 0.010515728, 4.33384703e-05, 0.0161225311, 0.00493271742, -0.024092596, -0.0197943132, -0.0177799873, -0.000310525269, -0.008945507, -0.00222646352, 0.0152263939, -0.0112770479, -0.0254249051, 0.00572972372, 0.0186523329, -0.0110312058, 0.0168759208, -0.00662982557, 0.00870759413, -0.0267096329, 0.0288191233, 0.00733959768, 0.00173775188, 0.000362816412, -0.00458774436, -0.0231092256, -0.000987832085, -0.0150202038, 0.00561869796, 0.00923100114, 0.0113246311, -0.0288032629, -0.00283710542, 0.0219831057, -0.0226175394, -0.0107377796, 0.0172407199, -0.0163525119, -0.0345766023, 0.00850933418, 0.00391365914, 0.0108408751, 0.00645932183, 0.014544379, 0.0181130655, -0.00699462462, 0.0123476535, -0.0106108934, 0.000682015554, 0.00114396214, -0.0228554513, 0.0026249669, -0.00911204517, -3.06219299e-05, -0.0113484217, 0.00166538684, -0.0110708578, 0.0206825193, -0.0237753801, 0.0432048924, -0.00199846411, -0.0118638985, -0.00328120869, 0.00636415696, 0.00141657016, 0.0107536409, -0.0187316369, 0.00406830199, 0.0247270297, 0.0162414871, 0.0199211985, -0.0295011383, -0.000754876237, 0.0122604193, 0.0184620023, 0.011927342, -0.0142509537, 0.0122683495, 0.00749027543, 0.00220465497, 0.00184382114, -0.000966023479, -0.00572972372, -0.00668533845, 0.00147902209, 0.0169393625, -0.00826349109, 0.0199687816, 0.00107060582, 0.00227404619, 0.00586850615, -0.00306510483, -0.0124666104, -0.021998968, 0.0195564, -0.00414760644, -0.0207935441, 0.00135114416, 0.00214914209, 0.00198161206, 0.00595970592, 0.0197625905, -0.0357503034, -0.0349255428, -0.00938167889, 0.00373125961, 0.0121414633, 0.00159896968, 0.0167966168, -5.70618031e-05, -0.00191321224, 0.0164476782, 0.00276176655, -0.0176055189, 0.0260593388, -0.00296994, -0.00767267495, -0.0356234163, -0.00697479863, -0.00239895, 0.0132120689, 0.00830314308, 0.0128076179, -0.0227444265, -0.00804540422, -0.00076082407, -0.00272013177, 0.0123000713, 0.000437907525, -0.00121830974, -0.00749027543, 0.00661793025, 0.0265827458, -0.00904860161, -0.00330301723, -0.0148933167, -0.000275581871, 0.0155753326, 0.0341007784, 0.0235057455, 0.00394339813, 0.020222554, 0.000354886, -0.0185888894, -0.029532861, 0.00151669164, 0.00514683826, -0.0277405865, -0.0314678811, 0.00357859908, 0.0142430225, 0.0111422315, 0.0205714926, -0.0086917337, 0.00657034758, 0.000817328226, 0.0103016077, -0.00558301108, -0.0153136291, 0.0303893443, -0.0244098138, -0.0080097178, -0.00915962737, 0.00120145769, 0.00813660398, -0.000582885405, -0.0016297, 0.013576868, 0.0158449672, -0.00832693465, 0.00125300535, -0.0216024462, -0.00525389891, -0.015630845, 0.00992887747, -0.00458774436, -0.0226175394, -0.00039999024, -0.00784714427, 0.0207776837, -0.019017132, -0.0123635149, -0.00770439673, -0.00851726439, -0.00178236049, 0.00060023315, -0.0283591598, -0.0163525119, -0.006062801, -0.0267254934, 0.00699462462, -0.0143699097, 0.00942133181, 0.0223320443, 0.00708185928, -0.0230933651, -0.012006646, -0.0154643068, 0.0166062862, 0.00343386899, -0.0201115292, 0.0116577083, -0.0182875339, -0.0193184875, -0.00123813585, 0.0236326326, 0.00308493082, -0.00196674257, 0.0223479047, 0.0118004559, -0.00201531639, -0.00423087552, 0.0388590284, -0.00283115776, -0.00995266903, 0.00121335324, -0.0102064423, 0.0137196155, 0.0298342165, -0.0145523092, 0.0180337597, -0.0110232746, 0.0147426389, 0.0112215355, 0.00394339813, -0.022601679, 0.0184302814, 0.00224430696, -0.018049622, -0.000217962457, -0.0106664067, 0.00347946887, 0.00469480501, 0.00818418711, 0.0031503567, 0.0102540245, 0.0092072105, -0.000147332219, 0.00409605866, -0.000189958184, -0.00817625597, 0.00335456501, 0.0133389561, -0.0064276, -0.00393546792, 0.00345567777, 0.000590815791, 0.0138861546, 0.0052895858, -0.0217610542, -0.0223954879, -0.00232162862, -0.000891675882, 0.0222051572, 0.00992094725, 0.0233629979, 0.0150598558, 0.0106346849, -0.00375306816, 0.0258214269, -0.000157740884, -0.0190647151, 0.00261901901, -0.0178751517, 4.7706395e-05, -0.007494241, -0.0243146475, 0.00864415057, 0.0125379842, 0.0174469091, -0.0303576235, -0.0122286975, 0.00655052159, 0.00676464289, 0.0150043424, 0.00144829182, 0.00498426473, 0.00826349109, 0.00669723423, -0.0161463227, -0.0083110733, -0.00372531172, -0.00300364406, -0.00425466709, -0.00303734839, 0.00623727031, 0.0241401792, 0.0111977439, -0.00457188347, -0.0197625905, -0.000119637727, 0.0216658898, 0.00152263942, -0.0138385715, -0.0083586555, 0.00910411496, 0.00761319697, -0.00247627171, 0.00467101345, -0.00578127149, 0.000402468489, -0.00159698701, -0.00213922909, 0.0166697297, 0.0148615949, 0.000617085316, 0.00655845227, 0.0200798064, 0.00690342486, 0.00308294827, -0.0159877129, -0.00650293892, 0.00764095364, -0.0156229148, 0.0191440191, -0.0124983322, 0.000221927665, -0.0137909893, -0.0267254934, 0.0335297883, -0.0095561482, 0.0289301481, -0.0156625677, 0.00774008362, 0.00181804737, 2.24746691e-05, 0.0250601061, 0.0121335331, -0.00422691042, -0.00641570473, -0.000104334504, 0.000219325506, 0.0102460943, 0.0132120689, 0.0139178755, 0.0137275457, 0.00227602874, -0.0237912405, -0.0012500314, 0.00148794381, -0.00548784621, -0.0100002512, 0.00620158343, 0.0115308212, -0.00253178459, 0.00567024574, -0.024251204, -0.00211742031, -0.0211107619, 0.00911204517, 0.0119907856, -0.00564645464, 0.00419915421, -0.0154087935, -0.00736338925, -0.00151768292, 0.0102698859, 0.00758940587, 0.00393943302, -0.00457584858, 0.01708211, 0.0085251946, 0.00104086683, 0.00522217713, 0.00951649621, 0.0171138328, 0.00574558461, -0.00611434877, -0.0283908807, -0.0232202504, -0.0103253983, -0.0216500293, -0.0193660706, -0.0198894776, -0.0145285176, 0.018335117, 0.00505960407, -0.00644742604, -0.0119432025, -0.00360833807, 0.00807316136, -0.0162256267, 0.0108091533, 0.00216896809, 0.0112056741, 0.00348541676, 0.0200005025, 0.00351119065, 0.00897722784, 0.0312775522, 0.0173993278, -0.0075616492, 0.0145285176, 0.00359644252, 0.00462343125, -0.0243939515, 0.0191598795, -0.00718495483, 0.0267572161, -0.00878689811, 0.00992094725, -0.00871552434, 0.016717311, 0.00279348809, -0.0090406714, 0.0077757705, -0.0324512534, -0.0148933167, -0.020666657, 0.00558301108, -0.0199211985, -0.0165904257, 0.0167648941, -0.00188248197, -0.00697479863, -0.0264399983, 0.00145622215, 0.0127600357, -0.0319595672, -0.0294218343, 0.039081078, -0.00486134365, 0.0130376, -0.00492082164, 0.00406830199, -0.000134817034, -0.00230775028, 0.00792644825, -0.0049684043, -0.0181130655, -0.00994473882, 0.000390325033, 0.0137196155, 0.0101033468, -0.00117865775, 0.00691928575, -0.00713737216, 0.00726822391, 0.0155753326, -0.00607073167, -0.00643156562, 0.0237436574, -0.00734752836, 0.0129107134, 0.0072602937, 0.0128948521, 0.00218086364, -0.00170503894, -0.00916755851, -0.00678050378, -0.0243463702, -0.016558703, 0.00351912109, -0.0181606468, -0.00476221321, -0.0147347087, 0.0113960039, -0.0210631788, 0.0156942885, -0.00903274119, -0.0132041387, 0.00249411515, 0.00660206936, 0.00169314328, -0.00191023841, 0.025948314, 0.00168620422, -0.00791058782, 0.0109756924, 0.0249332208, -0.00126787485, -0.0214596987, -0.0156149846, -0.0062333052, 0.00535302935, 0.0164000951, -0.0257104, -0.0095561482, -0.00357859908, -0.000700354634, 0.0304527879, -0.02320439, 0.00806126557, -0.0203653015, -0.0105633112, 0.00073554588, -0.0199211985, 0.00954821799, -0.0111025786, 0.0136323813, -0.0203653015, 0.0318644, 0.0148615949, 0.0023870545, -0.00826349109, 0.00961166155, 0.0080097178, 0.00707392907, -0.0111898137, -0.0102857463, -0.00957994, 0.00848554261, -0.0214755591, 0.00232757628, 0.00759733608, -0.016638007, 0.000607667957, 0.0179227348, 0.00241481094, 0.0127917575, -0.0160987396, -0.0105633112, 0.011443587, 0.00128274434, 0.0137037551, -0.0145205874, 0.00319595658, 0.0158053134, -0.00176749087, -0.0106664067, 0.0278991945, 0.0210155956, -0.012569706, 0.0498347208, -0.00350127765, 0.0316423513, 0.00954821799, 0.00216103764, -0.00998439081, 0.0119035505, 0.00332879112, 0.00217095064, -0.0140764844, 0.00194889912, 0.00235136761, -0.00609055767, 0.0179385953, -0.0187792201, 0.0150043424, -0.0318009593, 0.00312854815, -0.0124507491, -0.0113484217, -0.0130296694, -0.0314044394, 0.000731085, -0.0100081824, 0.00835072529, 0.0131169045, -0.0151946722, -0.0178751517, -0.00776784029, -0.00532923779, 0.0132437907, 0.016717311, 0.0150757162, -0.0222686, 0.0185254458, -0.00376496394, -0.00731184147, 0.0171772763, -0.0036321294, 0.000271121, -0.00943719223, -0.00690739043, 0.0104998676, 0.000324403489, -0.00965131354, -0.022522375, 0.00785904, 0.0188902449, 0.00312458305, 0.00812867377, 0.0174469091, -0.00350722531, 0.00650293892, 0.00150677853, 0.0338470042, 0.00111224048, -0.00683205109, -0.00924686249, -0.0125855664, -0.00347153866, -0.00420311932, 0.00750217121, 0.00283908797, 0.0347986557, -0.00455602258, 0.0152105335, 0.00561076775, 0.00657827826, 0.0209045708, -0.019461235, 0.0141082061, -0.0142192319, -0.0143937, -0.00614210544, -0.0169869456, 0.0237436574, -0.00201729895, 0.0159004796, -0.00890585408, -0.0134103298, 0.00158013497, -0.00329706934, -0.0299135204, 8.68008574e-05, 0.00970682595, -0.00442120573, 0.0143064661, -0.00416743243, -0.0312299691, 0.00217888108, -0.0122445589, -0.00400684169, -0.00494461274, 0.00607469678, -0.0160987396, -0.000850041222, -0.0256469566, -0.00763698807, 0.00950063579, -0.00438551884, 0.00763302296, -0.00902481098, 0.00809298735, -0.00608262746, -0.000120567071, 0.010999484, 0.00183390814, -0.0181765072, 0.00912790559, 0.0134023987, 0.0241084564, -0.000812371727, 0.00470670033, -0.00566231553, 0.00371936406, 0.00961166155, 0.00791058782, -0.0140685542, 0.0352427587, 0.00816039555, 0.0116339168, 0.0117449425, -0.0371143371, 0.0062531312, -0.00570989773, -0.0145761, -0.00283908797, -0.00797403, 0.00427449308, -0.0064910436, 0.00744665833, 0.00445292704, 0.0252028536, 0.0150519246, -0.00936581846, 0.00412778044, 0.0129027832, 0.00432207529, -0.0185254458, 0.00263091479, -0.0195722599, 0.00996059924, -0.00942926202, -0.0172565803, -0.0163207911, 0.00401080679, -0.00593988, 0.0262813903, 0.0159242712, 0.0200956687, -0.00680033, 0.00691532064, 0.000967014814, 0.00124408363, 0.000558102853, -0.0109519009, 0.00228594174, -0.00218086364, -0.0057852366, -0.00306708738, -0.00329706934, 0.0201115292, -0.00160491746, 0.0214596987, 0.00295209652, 0.00280934898, -0.0128948521, 0.00153552636, 0.0105395196, -0.0111660222, 0.00988129526, 0.0192074608, -0.0184620023, -0.0213010907, -0.0188743845, 0.000679041666, 0.0143461181, 0.019461235, -0.00670913, 0.00600332301, -0.0157735925, 0.00665758224, -0.0104998676, 0.00687963376, 0.0312141087, 0.00425070152, -0.000613120093, -0.0133310249, -0.00925479271, 0.0159480609, -0.000986840809, 0.00854898617, -0.0115546128, -0.00194691657, -0.015067786, 0.00210155966, 0.000744467601, -0.020063946, 0.0193026271, 0.00927065313, -0.00864415057, -0.000726128521, -0.000340759958, 0.014060623]
|
28 Nov, 2022
|
HTML5 MathML notation Attribute
28 Nov, 2022
This attribute holds symbols those are each drawn as if the others are not present, using more than one symbol at a time can occur overlapping of symbols. This attribute is accepted by <menclose> tag only.
<element notation=”actuarial|bottom|box|circle|downdiagonalstrike|left|longdiv|madruwb|phasorangle|radical|right|roundedbox|top|updiagonalarrow|updiagonalstrike|verticalstrike”
Attribute values:
actuarial: This value is used to set the actuarial.
bottom: This value is used to set the bottom.
box: This value is used to set the box.
circle: This value is used to set the circle.
downdiagonalstrike: This value is used to set the downdiagonalstrike.
left: This value is used to set the left.
longdiv: This value is used to set the longdiv.
madruwb: This value is used to set the madruwb.
phasorangle: This value is used to set the phasorangle.
radical: This value is used to set the radical.
right: This value is used to set the right.
roundedbox: This value is used to set the roundedbox.
top: This value is used to set the top.
updiagonalarrow: This value is used to set the updiagonalarrow.
updiagonalstrike: This value is used to set the updiagonalstrike.
verticalstrike: This value is used to set the verticalstrike.
Example: Below example illustrates the notation attribute in HTML5 MathML.
HTML
<!DOCTYPE html>
<html>
<body style="text-align:center;">
<h1 style="color:green">GeeksforGeeks</h1>
<h3>HTML5 MathML notation Attribute</h3>
<math>
<math>
<menclose notation="radical"
mathbackground="yellow"
mathcolor="purple">
<mrow>
<mi> x </mi>
<mo> + </mo>
<mi> y </mi>
</mrow>
</menclose>
<mi>=</mi>
<menclose notation="radical"
mathbackground="yellow"
mathcolor="purple">
<mi>z</mi>
</menclose>
</math>
</math>
</body>
</html>
Output:
Supported browser: The browsers supported by HTML5 MathML notation attribute are listed below.
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute
|
https://www.geeksforgeeks.org/html5-mathml-notation-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML notation Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.00687050121, -0.0167107824, -0.0181264281, 0.00574721675, 0.0418231189, -0.010648123, -0.00570105435, 0.0332676917, 0.0130100977, -0.0126331057, 0.0172493439, -0.00354296295, 0.00584338838, 0.0113713332, 0.0125638619, 0.0157490652, 0.00629731826, 0.00301017193, -0.00345256156, 0.00918631442, -0.0301901978, 0.00145796186, -0.0365913808, 0.0156567413, -0.0218655821, 0.00974026229, 0.000263750699, 0.000466432393, 0.000566450879, 0.0164030325, -0.00203306833, -0.0155874975, -0.016279934, 0.00161472161, 0.00132909196, 2.79649066e-05, 0.0342832617, 0.0456392094, -0.0171877928, -0.0306979846, 0.00440466078, -0.0233120024, -0.0147027187, 0.059734121, 0.00884009618, -0.0315442942, -0.00980950613, -0.040130496, -0.0240352135, -0.0230658036, 0.0205114856, 0.0258355457, 0.041976992, 0.00778990192, 0.00367567968, 0.024881525, 0.0398227498, 0.0120945442, -0.00442004809, -0.0175724793, 0.029482374, -0.0296516363, -0.0411152951, 0.0265279822, -0.0248353612, 0.00128100615, -0.00224849279, 0.00187149993, -0.0323444419, 0.00147623452, -0.0438850373, 0.0626885146, 0.0131408917, 0.000884298119, 0.0150643243, -0.0151643427, 0.0268049575, 0.0036795265, 0.00770527078, 0.0417923443, 0.028774552, -3.06246548e-05, -0.018526502, 0.0261740703, 0.00960946921, 0.0325598679, -0.00322559639, -0.0400997214, -0.00845541, -0.00837847218, -0.0312673189, -0.00849387795, -0.0316673927, -0.0116636949, -0.00109154801, -0.00410845224, 0.0145103754, -0.00765526155, -0.0157413725, 0.0195420757, 0.00463547278, 0.0305748843, -0.00625500269, 0.0270049945, 0.0251738857, 0.0221117809, 0.026004808, -0.00763602741, 0.00206769, 0.0228965413, 0.0196190123, -0.0121407062, -0.0160952844, -0.00159644906, -0.00455853529, 0.0104788607, -0.0117175514, -0.0338831879, 0.049086, 0.0219886806, -0.0569951534, -0.022727279, 0.00425848, 0.0175878685, -0.0267895684, -0.0100172367, -0.0226503424, -0.0410229713, 0.0435465127, -0.00737444079, -0.0361605324, 0.0126023302, 0.00196382473, -0.0210192706, -0.0177417416, 0.0207269099, -0.0104096169, 0.00163395598, -0.00905552, -0.0314365812, -0.066658482, -0.0152566675, 0.0428079143, 0.00473933807, -0.0335138887, -0.027389681, -0.00214462727, 0.0445005372, -0.0233735535, 0.027081931, -0.028159054, -0.00233697053, 0.0421924181, -0.0137179215, -0.0035179581, 0.00309287966, -0.0164953582, 0.0316673927, -0.0247430373, -0.00854773447, -0.01220995, 0.00558180129, 0.0277743675, 0.0492091, 0.0225734059, 0.0357912332, 0.000185731464, -0.00577799138, -0.0206038095, 0.0423155166, 0.000152311812, -0.0031813574, 0.00327175879, -0.0301748104, -0.0197728872, 0.0116713895, 0.0315442942, -0.0268665068, 0.0061973, -0.0265125949, -0.0503477715, -0.00147431111, 0.0321597941, 0.0269126687, -0.00929402653, -0.00543562043, 0.0309134088, -0.002111929, -0.00182726094, 0.0154490108, -0.0511479191, -0.00477780635, -0.0067166267, 0.00529713323, 0.0657352358, -0.0230504163, -0.0279282406, -0.0309134088, 0.0181572046, -0.0166492332, -0.00050345849, -0.0184649527, 0.0302363597, -0.0145026818, -0.00097662292, -0.0247430373, -0.0224349182, 0.0182187539, 0.025343148, 0.00392572582, 0.0111020533, -0.000155918256, 0.00270819315, 0.00469702249, -0.0225734059, 0.0157182906, -0.0389610492, -0.0324367657, 0.00466240058, -0.0575491041, 0.0597033463, -0.0196805615, -0.00397765869, 0.0106558166, -0.0531482883, 0.0156028848, -0.00311788428, -0.0492091, -0.0313442573, 0.00633578701, -0.0113944151, 0.0138025526, 0.00117040868, 0.0014964306, 0.0439773612, 0.00604727212, -0.00768603664, -0.0161106717, 0.0377916023, 0.0213270206, -0.0440081395, -0.0102172736, 0.00643195864, -0.0081553543, 0.00427002041, -0.0182956904, 0.00499707786, -0.01551056, 0.0172801185, 0.0098710563, 0.0188188646, -0.044131238, 0.00793993, -0.00483166287, -0.0338524133, 0.0380685776, 0.0588416494, 0.00653197709, 0.0262048449, 0.00276781945, 0.0256816726, 0.00548562966, 0.00857081544, -0.00384494173, 0.0182803031, 0.00564335147, 0.0410845205, -0.055487182, -0.0287130009, -0.0202498976, 0.00697051967, -0.0482243039, 0.0196344, -0.0032275198, -0.0157875344, 0.00430464232, -0.012233031, 0.0114867399, 0.00888625905, -0.0362220816, 0.00311019062, 0.00673586084, 0.0237120762, 0.00604727212, -0.00135024963, 0.00515095238, 0.00677817641, 0.0196651742, -0.00970179401, -0.00864005927, -0.00674740132, -0.0147950435, -0.00174455333, 0.0416076928, 0.0368375815, 0.0133717032, -0.00847079698, -0.0222348813, 0.0424386151, -0.0166646205, -0.0140641388, -0.0110558905, -0.024881525, -0.0419154428, -0.0295593124, 0.00660891458, 0.0130177923, 0.021911744, 0.00259086373, -0.040192049, -0.00927863922, -0.0367452577, 0.00835539121, 0.00321982615, -0.0274512302, 0.0137640834, 0.0152797485, -0.0410229713, -0.0101941926, -0.0167723317, -0.021804031, 0.0100787869, -0.018741928, 0.00234466442, 0.0128716109, -0.00327945268, -0.0419154428, -0.0263433326, -0.0226503424, -0.0227426663, -0.0657967851, -0.0346525609, -0.0123099685, 0.012979323, -0.0259894207, -0.0695513263, 0.0671508759, 0.00279667089, -0.0267280191, -0.0242968, -0.03696068, -0.0226965044, -0.0201114118, -0.00445082318, 0.000884298119, 0.00094488624, -0.0109174037, -0.0315750688, 0.0284360275, 0.0153720733, 0.00114059553, 0.0310365092, 0.00068185688, -0.0362220816, 0.0181264281, -0.0220810063, 0.0155874975, -0.0246660989, -0.0329291672, 0.0191573892, -0.0232196786, 0.0193266515, 0.0300363228, -0.0511786938, -0.00855542812, -0.0779221, -0.0300978739, 0.0115329018, 0.0423462912, -0.00540484581, -0.0332676917, -0.013617903, -0.00525866449, 0.00067175884, -0.0127946734, 0.013310154, -0.00156375067, -0.010340374, -0.0101249488, -0.00422385801, -0.000370020338, 0.0216501579, 0.0271127056, -0.00209077122, 0.00707438495, 0.0124407625, 0.0151643427, -0.0193266515, 0.00475472538, 0.0138025526, -0.0194189753, 0.0659198835, -0.0141256889, -0.027235806, 0.0392072499, -0.00343909743, -0.03696068, -0.0371453315, 0.0413922705, -0.00896319561, -0.0180648789, -0.0210500471, 0.00850157253, 0.0120253, 0.0254816357, 0.0287130009, -0.0451775864, -0.00116752356, 0.00237159245, 0.00429310137, -0.0177879054, -0.0138564082, -0.00124638434, -0.0063665621, 0.0110251158, 0.0182956904, 0.00260432763, 0.0224041436, 0.0036795265, 0.0246660989, 0.0500092469, -0.0260201953, 0.0139333457, 0.0184341781, 0.0118329572, 0.00442004809, -0.0508709438, -0.00895550195, 0.0367452577, 0.0100172367, -0.0173262805, 0.019403588, 0.0320982449, 0.03594511, -0.00901705213, 0.00412383955, 0.0196805615, 0.00295246905, 0.000257980399, 0.0050201593, -0.0191727765, -0.0230196416, -0.044900611, 0.0142103201, -0.0240813754, -0.00678587, -0.000336841127, -0.0423462912, 0.0104019232, 0.0475472547, 0.00193112635, -0.0323136672, -0.0358220078, -0.0103788422, 0.039114926, -0.0232350659, 0.0265125949, -0.0224349182, 0.00594340684, -0.0115636764, -0.0283590909, 0.0263894945, 0.0226657297, 0.00880932156, 0.0532713905, -0.0423462912, -0.0518865176, 0.0247584246, -0.00286206766, 0.0136332903, -0.00965563208, -0.0175109301, 0.0140256705, -0.00273512118, 0.0051547992, 0.00172435737, 0.010671204, -0.00184841873, -0.00994029921, -0.0142641757, 0.0436388403, -0.00164934341, 0.0138025526, -0.000138246716, 0.0360066593, -0.0199883115, -0.00949406344, 0.0132793784, 0.00747830607, 0.0243121888, 0.0119329756, 0.00622422807, 0.00184264837, -0.0149181429, 0.00542023312, -0.00203691516, 0.016895432, -0.0320366919, -0.00795531739, -0.0267280191, 0.010671204, 0.0345602371, -0.0233889408, 0.0494553, 0.00195420743, 0.0110866651, -0.0678894743, 0.0448390618, -0.00578953233, 0.028512964, 0.00988644361, -0.00849387795, 0.0380993523, 0.00722826, 0.00929402653, -0.0251123365, -0.00591647858, 0.0189573523, -0.0049278345, -0.00724749407, 0.00155990385, -0.0114713516, 0.00807072315, 0.0304517858, -0.0141641572, 0.0116329202, 0.0183880161, -0.00744368415, 0.00124926947, -0.0381916761, -0.000925171073, 0.00224464573, 0.0315750688, 0.0175878685, -0.0332676917, 0.0206499714, -0.0368991308, -0.00607035309, -0.00226388, 0.0196036249, -0.0263587199, 0.00341793965, -0.00542792678, -0.0439158119, -0.00583184743, -0.0272204187, 0.0151489554, -0.0205114856, -0.0206038095, -0.00480858143, 0.0183110777, 0.00280436478, 0.00046667282, -0.0197421126, -0.0236966889, -0.000652043673, 0.0113482522, -0.0197267253, 0.00395073043, -0.00372184208, 0.0182649158, 0.0045739226, 0.0173570551, 0.0226349551, -0.0246045496, -0.0143334195, -0.016787719, -0.00282359915, -0.0177417416, -0.00581646, 0.026312558, -0.00295631588, 0.0569643788, 0.0185726658, 0.0212193076, -0.00770527078, -0.0121099316, 0.0257124472, 0.03035946, -0.0316673927, -0.0495168492, -0.0215732194, 0.0206499714, -0.00331792119, -0.00588570395, 0.00751292752, 0.0142103201, -0.010163418, -0.0513633452, 0.00151085632, 0.0328676179, 0.0473626032, 0.0291438513, -0.00250430917, 0.0157721471, 0.0365606062, -0.0226041805, 0.00110693544, 0.0198344365, -0.0357296839, -0.0358527824, 0.0517634191, 0.0105019417, -0.00133197708, -0.00489705941, -0.0170031451, 0.0183572415, -0.0104634734, 0.00400843332, 0.0121791754, -0.0276666544, -0.0268818941, 0.00570490118, 0.0170646943, -0.0368991308, 0.00160991307, -0.014387276, 0.0152720548, -0.0252815988, 0.0222810432, 0.0411460698, 0.00960946921, -0.010340374, -0.0169723686, 0.0363451838, -0.00844771601, -0.0144257443, -0.0165569074, 0.0164645836, -0.0201729611, -0.015687516, -0.0153259113, 0.0108404662, 0.0166646205, 0.0482858531, 0.0320674665, -0.0367144831, 0.00261586835, -0.00751677481, -0.0052009616, 0.0173416678, 0.013617903, -0.0222502686, 0.0468086563, 0.00321597932, 0.0230196416, 0.0093171075, 0.0720748678, 0.0326829664, 0.0266664699, -0.0230196416, 0.00882470887, 0.00446236366, 0.00319866836, 0.0186034404, 0.0521019436, -0.0123022748, 0.00743214367, -0.0135178845, 0.00614344375, -0.0215116702, -0.0143488068, 0.000206047713, 0.0180956535, 0.00516634, -0.0193420388, -0.00831692293, -0.0130947288, 0.00605881261, 0.0276820417, 0.0148796747, -0.0227580536, 0.0212039202, 0.0177263543, 0.0237120762, -0.0355450362, -0.00401997427, 0.033575438, -0.0356989093, 0.0354834832, -0.0186496023, 0.011109747, 0.00910168327, -0.000929017959, -0.0176955797, 0.0117560197, -0.0299439989, 0.0232350659, -0.0235274266, -0.0457007587, 0.03696068, -0.00139448862, 0.0124022933, 0.00403536158, 0.024881525, -0.0088939527, 0.00177051965, -0.0221887175, 0.00499323104, -0.0310518965, -0.0295747, -0.0129562421, -0.0298362859, -0.0151412617, -0.00114540407, 0.0373299792, 0.00650889613, 0.0135717401, -0.0253277607, -0.0119483629, 0.00235043466, 0.0266203079, 0.017864842, 0.0394842252, -0.0184187908, 0.00777836144, -0.00103673013, 0.0191420019, -0.0558564812, -0.00755524309, 0.00146469392, -0.00121176254, -0.00936326943, -0.00888625905, 0.0224810801, 0.0133255413, 0.0290515255, -0.00846310332, 0.00537407072, 0.0107481414, -0.0056471983, -0.00415461464, -0.00910937693, -0.00304479385, -0.00271973363, 0.00624730904, 0.0321905687, 0.0119329756, -0.00999415573, -0.0154028479, -0.0213116333, 0.0320674665, -0.00530482689, 0.0217117071, 0.0345602371, -0.0320982449, 0.0195728503, 0.0100018494, -0.0124792308, 0.0153489923, 0.000494322157, -0.0160952844, 0.0283437036, -0.0291592386, 0.0276512671, -0.0306518227, -0.0023792861, -0.00364490482, 0.00746291829, -0.0105865728, -0.0317904949, 0.0124792308, -0.018326465, -0.0125715556, 0.0292977262, 0.0250046235, -0.0274973921, -0.00655505806, 0.00240429072, 0.0216193832, -0.020480711, -0.0272665806, 0.0121407062, 0.0252200477, 0.0106635103, -0.0123099685, -0.0462547056, -0.00914784521, 0.00857850909, -0.0266203079, -0.00924017, 0.0304517858, -0.0131178107, 0.0429925658, -0.0106635103, 0.00572028849, 0.0108327726, -0.0123253558, -0.0090401331, 0.0132793784, 0.0538868867, 0.0198344365, 0.0316366181, -0.00677432958, 0.0140718324, -0.0248969123, 0.00118675793, -0.00487397797, -0.00464701327, 0.00435080472, 0.018634215, -0.0113867214, 0.00513171824, -0.0164799709, 0.0385302, -0.00233120029, -0.00716670975, -0.0174186062, -0.0247738119, -0.0166184586, -0.0103326803, -0.00798609201, -0.00296593318, -0.0470548533, 0.0105019417, -0.00696667284, -0.000326021836, 0.0103711486, 0.00378723885, 0.0227426663, -0.0112174591, 0.00182726094, 0.0114251897, -0.0254508592, 0.0132793784, 0.0383147784, 0.0261125211, -0.0193882, 0.0128639173, -0.0192189384, -0.0178340673, -0.00593571318, -0.00820921, 0.0186803769, -0.026974218, 0.0117175514, -0.00563181052, 0.0259278715, -0.0144872945, 0.033329241, -0.0303132981, 0.0180648789, -0.00744368415, -0.0257432219, -0.0096941, 0.0230350289, 0.0346525609, -0.014233401, 0.0303132981, 0.00108385424, 0.0410229713, 0.0608727932, 0.0177263543, 0.0188188646, 0.00246391725, -0.0150643243, -0.0311134458, 0.0241890885, 0.0152105046, -0.0385609753, 0.00352949882, 0.0133024594, 0.00292554102, -0.0128100608, 0.0411460698, 0.0062280749, 0.0346833356, -0.0311903823, 0.00302748289, -0.00918631442, 0.0110635841, -0.0149104493, 0.0112405401, 0.0369299054, 0.00510479, -0.00120503048, -0.0413614959, 0.0218348075, 0.0249584615, 0.00893242098, -0.00120599219, 0.010494248, -0.013464028, -0.00411229907, 0.021034658, 0.0205422603, -0.0159106348, -5.7642872e-05, -0.00813227333, -0.014695025, 0.0315135196, -0.0224195309, 0.0629039407, -0.0331138149, -0.00376992789, 0.0516710915, 0.0115559828, 0.0186957642, -0.0205422603, 0.0231581293, 0.00585492887, -0.0325906426, 0.00851696, -0.00511633093, 0.00460854452, -0.00418154243, -0.0094094323, 0.0163722578, -0.00460854452, 0.0182956904, 0.0109943403, -0.0133870905, -0.00847079698, -0.00807841681, 0.0409306474, -0.0171570182, 0.00100210833, 0.0314673558, -0.0175724793, -0.0111251343, -0.0205576476, 0.00946328882, -0.044900611, 0.0511786938, -0.0311596077, 0.0139102647, -0.0142795639, -0.0143257258, -0.00704361033, 0.0223425925, -0.00875546504, 0.00999415573, 0.00586646935, 0.0134563344, -0.00837077852, -0.029436212, -0.0230042543, 0.0138871837, -0.0449313857, -0.0393303484, 0.00261394493, 0.00640118355, 0.0199267622, -0.00576260407, -0.0184187908, -0.00240429072, -0.0128562236, 0.00401612744, -0.00122715, 0.0210500471, 0.00795531739, -0.00505478075, -0.0396996476, -0.00373530621, 0.0171416309, -0.0229119286, -0.00618960615, 0.0111482153, 0.0171108562, 0.00515095238, -0.000595783233, -0.023650527, 0.0141718518, 0.000768892176, -0.0105250236, -0.00897858292, 0.00657429267, -0.0232966151, 0.0172801185, -0.0230042543, 0.0121560944, -0.0192189384, 0.0229273159, 0.0327752903, -0.0281744413, 0.0116713895, -0.013594822, -0.00161472161, 0.0328676179, -0.00219656, 0.00836308487, 0.00136563717, 0.0149104493, 0.0209269468, 0.0472702794, 0.00681279832, 0.0349603109, 0.0072975033, -0.0125407809, 0.00236197514, 0.0522250421, 0.00358335488, -0.0251892731, 0.0165415201, 0.0114482706, 0.00593956, 0.0317289457, -0.0324367657, -0.00621653395, -0.0332061388, -0.0202960614, -0.0103788422, -0.000847752905, 0.0291284639, -0.0371453315, -0.0157721471, -0.0149335302, 0.00623192172, -0.00299863145, 0.00661276141, 0.0125869429, 0.0336677656, 0.0198190492, 0.00933249481, 0.0232042912, 0.00108673947, 0.0184341781, 0.000883817265, 0.0258970968, 0.0355758108, 0.0191881638, 0.000684261147, -0.00047749214, -0.0456392094, 0.00610112818, 0.00601265, -0.00214078045, 0.00568181975, 0.0202806741, -0.00684742024, 0.00677817641, -0.000801109651, 0.0163722578, 0.00490090623, -0.012056076, -0.0109097101, -0.0138948774, -0.0397919752, -0.0142103201, 0.00481627509, -0.0298208985, 0.0196036249, -0.00553179206, 0.00805533584, -0.0144719072, -0.00341793965, -0.0201421864, 0.00902474578, 0.0077398927, 0.00497784372, 0.012386906, 0.0189727396, 0.0176032558, -0.0300824866, 0.0123792123, 0.0122407246, 0.00196670974, -0.0281128902, 0.0328368396, 0.0121407062, -0.00879393425, -0.00934788212, -0.0388995, -0.00786299258, -0.0239121132, -0.00132524502, -0.0166030694, 0.0111020533, 0.010955872, 0.00733597204, -0.0148258181, 0.0077591273, -0.0169569813, 0.00772835221, 0.00165222865, -0.0147950435, -0.00493168132, 0.00709746638, 0.0161568336, -0.0366529301, 0.0017522471, 0.013133198, -0.0165722948, 0.016279934, -0.0113636395, -0.0116790831, -0.0224656928, 0.0169723686, -0.0254508592, -0.0157721471, -0.0199729241, 0.00153586094, -0.0126638804, -0.00668200478, 0.0239428896, 0.000357277604, -0.00567027926, 0.0569951534, 0.0209269468, -0.00970179401, -0.00149066024, -0.000880451291, -0.0100710932, 0.00373530621, 0.0224195309, 0.0179417785, -0.0170185324, -0.00335639, 0.0310518965, 0.0168031063, 0.0334831141, 0.00217540236, -0.0134255597, 0.0145257628, 0.0168800447, 0.0162953213, 0.00232927687, -0.0102634365, -0.00367183285, -0.00369299063, -0.0404074714, 0.0225580167, -0.0127023486, 0.00764372107, 0.00675124861, -0.00688973535, -0.00750523387, 0.0048355097, -0.0235274266, 0.0146180876, 0.0224195309, -0.00253316062, 0.0424386151, -0.00438157935, 0.00236966903, -0.00177340489, 0.00740136858, 0.00373915303, -0.0178956166, -0.00396611821, -0.0149873868, -0.00577799138, 0.0363451838, -0.0119791385, 0.00990183093, 0.00321597932, -0.0082476791, 0.0143411132, 0.00388148706, 0.0320059173, -0.00296400953, -0.0214655083, -0.0136255966, -0.0198959876, -0.00592801906, -0.0103942296, -0.0094094323, -0.0146642504, -0.0282206032, 0.00133197708, -0.00616652472, 0.0036795265, 0.00947098248, -0.0122407246, -0.012233031, 0.0124561498, 0.00955561269, -0.0108635472, 0.0226657297, 0.0339447372, 0.016787719, -0.011725245, -0.0263741072, 0.0153874606, 0.0171570182, 0.00238313293, -0.00363144069, 0.00658198632, 0.0235120393, -0.0110712778, 0.0158490837, 0.00540099852, -0.0088016279, -0.00314673572, 0.00442774175, -0.0102788238, -0.0145180691, -0.00255624182, -0.00551255792, -0.0107404478, -0.0118560381, -0.00450852606, -0.00653197709, -0.0146873314, -0.0100710932, -0.00967101939, -0.0082476791, 0.00820921, 0.00449698558, 0.0223887563, 0.00251969672, -0.0194959119, -0.0125561683, 0.0332061388, -0.0338524133, 0.00137621607, -0.0023792861, 0.00133870903, 0.0121637881, -0.00263894955, -0.00794762373, -0.0177571289, -0.0154028479, 0.00215616799, 0.0170954689, 0.00400073966, -0.0115098208, 0.00970179401, 0.00293131126, 0.00352565199, -0.00326021831, 0.000431810622, -0.00844002236, 0.0128023671, -0.026928056, 0.00541253947, 0.0205576476, -0.0195266884, 0.0178494547, 0.0102788238, 0.0166800078, -0.00517403381, -0.00349680055, 0.00890934, -0.00691666361, 0.00937865768, 0.0254354719, 0.0134717217, 0.00881701522, 0.0307903085, -0.00313134817, 0.00985566899, 0.0202806741, 0.0197728872, 0.00505478075, 0.027389681, -0.0146642504, -0.00437003886, -0.035114184, 0.0187265389, 0.0097787315, 0.00862467196, -0.0336677656, 0.0180802662, -0.018741928, 0.0063627148, 0.00375646376, 0.0294208247, -0.018941965, 0.0126407994, -0.0176494177, -0.0139102647, -0.00376800448, 0.0321905687, -0.0143026449, 0.0182495285, -0.0171570182, 0.000682818587, 0.00669354526, 0.033329241, 0.00382955419, -0.00692051044, 0.0427463651, 0.00805533584, -0.00310442015, 0.0226041805, 0.00408537081, -0.00923247635, -0.0145334564, -0.0197267253, -0.000103745144, -0.0240659881, -0.0276666544, -0.0121484, 0.00605881261, -0.000882855558, 0.00211385242, -0.0105481045, -0.024573775, 0.0243737381, 0.0148642873, -0.000229970407, -0.0126100238, -0.00443928223, -0.0193420388, -0.0110789714, -0.00711670052, -0.00645119278, 0.0447467342, 0.0151181798, 0.0079707047, 0.0162953213, -0.00505478075, 0.00393149629, 0.015356686, -0.0169262066, -0.012363825, 0.00993260555, -0.00641657133, 1.10146566e-05, 0.00864005927, -0.0258509349, -0.000718882948, 0.0833384842, 0.0206807479, -0.00243698899, 0.0307133719, -0.00440466078, -0.000585685251, 0.0106942849, -0.0056471983, -0.0414538197, 0.0366221555, 5.3405307e-05, 0.00478934729, -0.00660122046, 0.0205884222, 0.0281898286, 0.0273589045, -0.0193728134, 0.0191112254, 0.00532021467, -0.0159260221, 0.0124099869, -0.0160491224, 0.00833231, -0.000605400419, 0.00470856298, -0.0014608471, 0.00866314, -0.00793223642, -0.0392995737, -0.000244636583, -0.00610112818, 0.00927863922, -0.00474318489, 0.016279934, 0.0211885329, 0.015972184, 0.00381416688, -0.0324059911, -0.0258047711, -0.016233772, 0.00550486427, -0.00838616583, -0.0294669867, -0.0252662115, 0.00789376721, -0.00145700015, 0.015356686, -0.026266396, 0.0105634918, 0.0231581293, -0.0172647312, -0.0264818203, 0.00828614738, 0.00153201411, -0.0131639726, -0.00644349912, -0.00148585171, 0.0370530039, 0.00271011656, 0.00920939539, 0.0222656559, 0.0158798601, 0.00275627896, -0.00828614738, 0.00799378566, -0.00202729786, -0.00543946726, -0.0227888301, -0.0172647312, -0.00783991162, -0.0154643981, 0.0076668025, -0.00476241903, 0.0183110777, 0.0137486961, -0.0368683562, 0.0130562605, -0.0024254485, 0.0220194571, 0.0176955797, -0.0142257074, -0.00356796756, -0.0218655821, -0.000870353251, 0.0374223031, -0.0145565383, 0.0369299054, -0.00134447939, -0.0130408732, -0.0112174591, -0.00639733672, -0.0307903085, 0.00494322181, 0.00971718132, -0.00593186636, 0.00127523579, -0.011109747, -0.00609728135, 0.0140333641, -0.00668585161, 0.00464316644, -0.0257124472, 0.00127427408, -0.0178032927, -0.0281282775, -0.0151412617, -0.00286014425, -0.0233427789, 0.00132235989, 5.65759683e-06, 0.0201883484, 0.000289957476, -0.0013002404, -0.00643580547, 0.00995568745, 0.0071590161, -0.0417000204, 0.027851304, 0.0117406324, 0.0198498238, 0.00431618281, 0.00707823178, 0.00977103785, -0.0314673558, -0.0265741441, 0.0471779555, -0.0300517101, 0.00895550195, -0.00233697053, -0.00213885703, -0.0153259113, -0.0108558536, -0.0381916761, 0.0146796377, -0.0220810063, -0.0050317, 0.0117560197, 0.00111655262, -0.00474703172, 0.00940173864, 0.0131716663, -0.0251431111, -0.00193208805, 0.00184938044, -0.0208500102, -0.00548178283, -0.0134101724, -0.00507786218, 0.0100249304, -0.022727279, 0.0207884591, -0.0151643427, -0.00808611, 0.0228503793, 0.00542023312, 0.0153797669, 0.0220963936, -0.00366606261, -0.0075283153, -0.00958638825, 0.000362807477, -0.0106865913, -0.0275897179, 0.00269472902, -0.0164491963, 0.0146334749, 0.0258201584, -0.0269896053, -0.0348372124, -0.00946328882, -0.0014723877, 0.00971718132, 0.00491629355, -0.00740136858, 0.0133024594, 0.0222348813, -0.00276974286, 0.0479473285, -0.0152258929, -0.0147873498, 3.82432518e-06, -0.0103249857, -0.0102788238, 0.00329099316, 0.0376069546, 0.0406228974, -0.0197882745, 0.0190650634, 0.0177263543, -0.00854773447, -0.00100018492, 0.00100595527, 0.00146565563, -0.0140949143, -0.00357373781, 0.00447775098, -0.0142872576, -0.0105250236, -0.0028082116, -0.00915553886, 0.00186188275, 0.025543185, 0.0322213434, 0.0214347336, -0.00251007965, 0.0123253558, -0.00344102085, -0.00233697053, -0.0077860551, -0.0192343257, -0.00677432958, -0.0284821894, 0.0052009616, -0.00945559423, -0.021034658, -0.0169108193, -0.0370222293, -0.0163260959, -0.0148027372, -0.000174311077, 0.00623192172, 0.0461008325, -0.00788607355, -0.022219494, -0.0207884591, 0.00313519523, 0.000508747937, -0.0203576107, -0.0159567967, 0.013487109, -0.00901705213, 0.00435080472, 0.0184187908, -0.000469077117, 0.00279474747, -0.00971718132, -0.00273319776, 0.00472395029, -0.0119483629, -0.00339678186, -0.0067627891, -0.0268818941, -0.019403588, 0.0114021087, 0.00260817469, -0.0190804508, -0.00655890536, 0.0130254859, 0.000908821879, -0.000358479738, 0.0234351028, -0.00321790273, 0.0101480307, -0.0134948026, -0.00526251178, -0.0086862212, -0.00525866449, -0.0132486038, 0.0112405401, -0.00269088219, -0.00255239499, -0.00763602741, -0.014895062, -0.00577029772, 0.0149643058, -0.0129870167, 0.00834769756, 0.00777451461, 0.000146301085, 0.0596725717, 0.00420077657, 0.0118560381, -0.0199883115, -0.0126638804, -0.00763987424, 0.0275897179, 0.00648196787, -0.00488936575, -0.00595879415, -0.00276397262, -0.00528174592, 0.0292207878, -0.010955872, 0.00475087855, 0.00115405954, 0.017972555, -0.0305748843, -0.028928427, 0.0151643427, 0.00207346026, -0.0363144092, 0.0147642689, -0.00722056581, 0.00528559275, -0.023804402, -0.00286206766, 0.00661660824, -0.00409691129, 0.00129639357, 0.0072051785, 0.0025773996, -0.00571644166, -0.00930172, -0.00892472733, -0.0104173105, 0.0320674665, -0.00427002041, 0.00319866836, -0.0111559089, 0.015641354, -0.00775528, -0.0124484561, -0.0398535244, 0.00719363801, 0.0121099316, 0.0151951173, 0.00165030512, -0.0130100977, 0.00438157935, 0.0282667652, 0.0218194202, -0.0169723686, 0.0217886437, 0.0102172736, -0.0020657666, 0.000673682254, 0.017203182, 0.00610497501, 0.0140256705, 0.0174186062, -0.000989606, 0.00253700768, -0.0163876452, -0.0134948026, 0.0116098393, -0.0062280749, -0.00803994853, 0.000362326624, 0.00139833544, 0.0117021641, 0.00711285369, -0.00458931038, 0.00420847069, 0.0305287223, -0.0112328464, 0.00780144241, 0.00646658055, -0.00954791903, -0.00369106722, 0.0068551139, -0.00369876088, 0.00403536158, -0.0108327726, -1.98955058e-05, 0.0011713705, -0.0163568705, 0.00999415573, 0.0179417785, 0.0132178292, 0.024466062, 0.000194146472, -0.0104788607, -0.0135332718, -0.00750523387, -0.0100557059, -0.022065619, -0.0338524133, 0.00622422807, 0.0275281668, 0.0177263543, -0.01848034, -0.00426232675, 0.00322174956, -0.00985566899, -0.00432772329, 3.80178471e-06, 0.00609343452, -0.00386802293, 0.013487109, -0.0231427401, -0.0242506377, 0.00663584238, 0.00594725367, -0.00484705, 0.00295439246, -0.00927094556, -0.0017291659, -0.00567797292, -0.00731673744, -0.0287437774, -0.0265741441, 0.0163107086, -0.0260201953, -0.0100018494, 0.0113020902, -0.0311903823, 0.00733597204, 0.0186188277, 0.00254662475, -0.0202806741, 0.0246045496, 0.00380454957, -0.00998646207, -0.0296978, 0.016279934, 0.0210192706, 0.00274281483, 0.0101018678, 0.0140564451, 0.0220040698, -0.0127869798, -0.0116867768, -0.0345910117, -0.00917862076, 0.00784375798, 0.025650898, 0.0166646205, 0.0252815988, -0.0144411316, 0.00136852229, -0.000324579247, -0.0141564636, 0.0155490292, -0.0215886068, -0.00376223424, 0.00633963384, -0.0143180322, -0.0168031063, -0.0130793415, -0.0267895684, 0.0161722209, 0.00717440341, -0.0013925652, 0.0207422972, 0.00511633093, -0.00239659706, 0.010494248, -0.0124638434, 0.0268511195, -0.00707053812, -0.00703591621, -0.0473318286, -0.0144411316, 0.0168800447, -0.0150489369, 0.0136102093, 0.000134520073, 0.00332946191, -0.00448929146, -0.0147873498, 0.0100480122, 0.0165569074, -0.00816304795, 0.0118329572, 0.0191266146, 0.00565489195, -3.46518391e-05, -0.0176955797, 0.000249805802, 0.0158644728, 0.0340370648, -0.0092247827, 0.00985566899, -0.00542792678, 0.00419692975, 0.0303132981, 0.0108173853, -0.0259740334, 0.000436138333, -0.0197421126, -0.00301978923, -0.00714362878, -0.0156644359, 0.00288130203, -0.00582415378, -0.0166492332, -0.0141641572, -0.0079707047, 0.0173108932, -0.0321905687, -0.0216347706, 0.00447390415, 0.0101480307, -0.00558180129, 0.0239121132, -0.0114559643, -0.0066243019, 0.0174493808, 0.00143968931, 0.00716286292, -0.00500477152, 0.0160337333, -0.0204037726, 0.0125869429, -0.0148796747, 0.00749369338, 0.00406613667, 0.00663584238, -0.0309595708, -0.00214078045, -0.00728211598, -0.00531252101, 0.0110251158, -0.0118868137, -0.00936326943, 0.00762064, -0.0243583508, -0.00288707227, -0.0085938964, 0.0093171075, 0.00848618429, -0.0149181429, -0.016233772, -0.0069012763, -0.0180494916, 0.00757832453, 0.0226349551, 0.00714747561, -2.03312829e-05, 0.0167261697, 0.00654351758, -0.00628962461, 0.0293900501, 0.00782452337, 0.00905552, 0.000868429837, -0.0225734059, -0.0198805984, -0.00460085087, -0.00765141472, 0.00605881261, -0.0258201584, -0.0239736643, 0.0180956535, 0.00645119278, 0.00318328105, 0.014387276, -0.019295875, 0.0138487145, -0.00735905301, 0.00105500279, 0.021804031, 0.0268203449, -0.00539715169, 0.0332984664, -0.0113328649, 0.0136102093, -0.0146488631, 0.019711338, -0.0191881638, 0.00533175515, 0.0187111516, -0.00586646935, 0.00966332573, -0.00500092469, -0.00541253947, 0.016941594, -0.0142026264, 0.00338139455, 0.00326598855, 0.0106635103, -0.0134717217, -0.0128869982, 0.00187053822, 0.0123099685, -0.00778990192, 0.00688973535, -0.00050778623, -0.00760140549, -0.0230811909, 0.0202960614, 0.0140410578, 0.0132793784, 0.0203576107, -0.0287591647, 0.00927094556, -0.00276012579, -0.00271781022, 0.0110020349, -0.00983258709, 0.0133870905, 0.0230811909, -0.0111251343, -0.00138968008, 0.0203114487, -0.0115636764, 0.00757063087, 0.00180802669, -0.00553563889, 0.00271011656, 0.0198190492, -0.0148565937, 0.0208961722, 0.00318328105, -0.00384109491, 0.00701668207, 0.0118175698, 0.0305287223, 0.000615498459, -0.00785529893, -0.00470471615, -0.00258124643, 0.0118329572, 0.00396996504, -0.00592801906, 0.0024023673, 0.0132409101, -0.0152181983, 0.0195266884, 0.0110712778, -0.010625042, 0.00123580545, -0.0361605324, -0.0240659881, -0.0114328833, -0.00654736441, -0.00315250596, -0.0217424817, -0.0134101724, 0.00874777138, -0.000377233227, 0.0228657667, -0.00373722962, -0.00980181247, 0.00688204169, 0.00243698899, -0.00742829684, -0.0166030694, -0.0127715925, 0.00677432958, 0.00864775293, -0.0127715925, 0.00598956924, -0.0191727765, 0.00572028849, -0.00464701327, -0.0105404109, 0.0110020349, 0.0175263174, 0.00597418146, 0.0308980215, -0.00383724808, -0.0177417416, -0.00919400807, 0.0100172367, 0.0130870352, 0.00572798215, -0.0264972076, -0.00911707059, -0.0109404847, -0.0195113011, -0.0125253927, 0.023650527, -0.00457007578, -0.0048355097, 0.0024850748, 0.00874777138, 0.00392764946, 0.024466062, -0.00926325098, -0.00588955078, 0.00823229179, -0.030513335, 0.00970948767, -0.0116560012, 0.00542023312, -0.0176801924, 0.00607804721, 0.00742060319, 0.0101480307, 0.00754370261, 0.0168338828, 0.0075283153, 0.00241775485, -0.000411133718, 0.0238659512, -0.00358335488, -0.0131716663, 0.00927094556, 0.0210962091, -0.0118329572, -0.00562027, -0.00831692293, 0.0289899763, 0.00243698899, -0.000308230083, 0.00227157399, 0.00967871305, 0.0198959876, -0.0123484377, 0.0073629, 0.00855542812, 0.0265741441, 0.0107712224, -0.0289130397, 0.0100634, -0.0010790457, 0.00790146086, 0.00107519887, 0.00549717, 0.0114944335, 0.0346217863, -0.0144257443, -0.0163414832, 0.00270626973, -0.00962485652, -0.0246199369, 0.0116406139, -0.0322213434, 0.0129177729, -0.0181418154, 0.0130870352, 0.0144796008, 0.00580876647, -0.0151412617, 0.000781394483, 0.0011473276, -0.0199421495, -0.00500092469, 0.0366221555, 0.018526502, -0.0169723686, -0.0111482153, -0.00871699676, -0.00504708709, -0.000850638084, -0.0128793046, -0.0225272421, 0.0201114118, -0.0022504162, -0.0103095984, 4.72443135e-05, 0.0109481784, 0.0113636395, -0.014433438, -0.017203182, 0.0190342888, 0.00281782867, 0.0121945627, -0.0192343257, -0.0102557428, 0.0178340673, 0.00576260407, 0.00548562966, -0.0101788053, 0.00142814871, 0.0156952105, 0.0023100425, -0.00785145164, 0.0122638065, 0.0196805615, 0.00787838, -0.00104827073, -0.0100864805, 0.0243583508, 0.016279934, 0.0111559089, -0.0102788238, -0.00899397116, 0.0239121132, -0.0015310524, 0.00175032369, -0.00880932156, -0.00161856855, 0.00380647322, 0.00381609029, -0.0118098762, -0.0188342519, -0.0115252081, -0.0210500471, 0.0102326619, -0.00650120201, -0.00733981887, -0.00442389492, -0.00416230829, 0.0180802662, -0.00765526155, -0.00779374875, -0.038037803, -0.0137486961, 0.00371030159, -0.00411614589, -0.00294092833, 0.000939596852, 0.00347756618, -0.00702052889, 0.0110481968, 0.0175263174, 0.00124157569, -0.0106788976, -0.00453545386, -0.00443928223, -0.00690897, -0.0130947288, -0.000347900874, -0.00321790273, -0.014102608, 0.0108096916, 0.0036333641, -0.0277589783, 0.00408152398, -0.0194959119, 0.000848233758, -0.000187534679, -0.00227734423, -0.0210192706, 0.0315442942, 0.00346217863, 0.00680125784, 0.0234043282, -0.0178340673, -0.00326021831, 0.0329599418, -0.00146277051, 0.00979411881, 0.010140337, 0.00676663592, 0.00453930115, -0.0137948589, 0.00161087478, -0.00348718325, 0.0105019417, 0.0163260959, 0.016787719, -0.00864005927, -0.0183572415, -0.0143718887, 0.00353911589, -0.0165876821, 0.00380070275, -0.00059097464, -0.0120945442, 0.00012117625, 0.00672432035, -0.00934018847, 0.0260201953, 0.00419692975, -0.0151874237, -0.0116560012, -0.0210500471, 0.00890934, 0.0114944335, 0.027851304, 0.00342178647, -0.0195728503, -0.00831692293, -0.0198036619, 0.0335446633, 0.0175263174, -0.0108943218, -0.0127408179, -0.0217732564, -0.0289899763, -0.0129947104, -0.00301401899, 0.0239428896, -0.0167723317, 0.0138333272, -0.0036564453, 0.0184649527, 0.00621653395, -0.00809380412, -0.00411999272, 0.00678202324, 0.000263991125, 0.00252931379, 0.0377300531, 0.0011136675, 0.00154643983, -0.00634732749, 0.0233889408, -0.0023331237, 0.0182341412, -0.00529713323, -0.00474318489, 0.016233772, 0.00774758635, -0.0100787869, 0.00915553886, -0.0391457, -0.0129254675, -0.0102865174, 0.00695513235, -0.000704457168, 0.00778990192, -0.00745907146, -0.00181091181, 0.0145488437, 0.016233772, 0.0100941742, 0.00455084164, -0.00195132243, -0.0136948405, 0.0196497869, 0.0146642504, -0.00704745715, -0.00471241, -0.0022177177, -0.0129177729, -0.0196344, -0.0120099131, 0.0140410578, 0.0106404293, -0.00567797292, 0.0155182546, -0.00885548349, -0.0115175145, 0.0095017571, -0.00760909915, -0.00412768638, -0.0156952105, 0.000898243045, 0.00352565199, -0.00657044584, 0.0141949328, -0.0100018494, -0.0201575737, 0.00500092469, -0.014387276, 0.000200998707, -0.0121637881, -0.000205566859, -0.0126254112, 0.00598956924, 0.00934788212, 0.00770527078, 0.0140564451, 0.0145950066, 0.0150720179, 0.0019503606, -0.0097787315, 0.00747830607, 0.00917092618, -0.0269434433, 0.0138410209, 0.0107712224, -0.014079527, -0.0123484377, -0.00581646, 0.00391610898, -0.000768892176, -0.0248353612, -0.0107404478, 0.00242160168, 0.00480088778, 0.0117175514, -0.020065248, 0.00928633288, -0.00874777138, 0.00722441263, -0.0149796931, -0.00673201401, -0.0156259667, -1.68751158e-05, -0.0101480307, 0.00967101939, -0.0230196416, 0.0295285378, 0.0118868137, -0.00814766064, -0.00146661734, 0.00884009618, -0.00170704641, 0.00761679327, -0.00133197708, -0.00830922928, -0.0104326988, 0.0152258929, 0.00209269463, -0.00743214367, -0.00260240422, -0.00449698558, 0.0117867952, -0.0268049575, 0.0181418154, -0.00556256715, -0.00102711306, 0.0214808956, 0.00866314, -0.00640887721, -0.00782837067, -0.020326836, -0.00955561269, -0.00100787869, -0.0113713332, 0.000583280926, -0.0226811171, -0.00841694139, -0.000983354868, -0.00583569473, -0.00298901414, 0.00647812104, -0.0153412987, -0.00400843332, -0.0166800078, -0.0123022748, 0.00494706864, 0.0112174591, 0.00813227333, 0.026312558, 0.00470856298, -0.0243275762, -0.00330253388, 0.024573775, -0.010625042, -0.0139025711, -0.00565489195, 0.0123561313, -0.00930172, 0.00288322545, -0.00723595358, 0.01848034, 0.00914015155, 0.0237428527, -0.0110866651, 0.000363288331, 0.00382378395, -0.031944368, -0.00755909, 0.00141853152, 0.0132639911, 0.0230811909, 0.0122022564, -0.00134351768, 0.0168800447, -0.0152797485, -0.00165319035, 0.0196344, -0.00557410764, -0.0129023856, 0.00129447016, -0.0164953582, 0.0131178107, 0.0106173484, 0.029482374, 0.0144026633, -0.012517699, -0.00782067701, -0.00438542617, 0.0226503424, 0.00450852606, 0.00668200478, 0.0252815988, 0.000224440548, -0.00778220827, -0.00068906974, -0.00255624182, -0.0249892361, 0.021142371, -0.000450323656, -0.000415942312, -0.0140333641, 0.00970179401, 0.00663584238, 0.00831692293, 0.0178340673, -0.00335831335, -0.00927094556, -0.00847849064, -0.0296670236, -0.00527405227, 0.00972487498, -0.00271781022, -0.0269126687, -0.00834769756, 0.0188342519, -0.00509709632, -0.00336023676, 0.021034658, -1.06164462e-05, -0.0266664699, -0.00479704095, -0.0110405032, 0.00169742922, -0.0120099131, 0.0130639542, 0.00890934, -0.0164030325, 0.0145950066, 0.00707053812, -0.000295727776, 0.000505381904, -0.0221271683, -0.00841694139, -0.000775624183, -0.0012656186, -0.0194805246, -0.00649350835, -0.0214039572, -0.00473933807, -0.0221271683, 0.0204037726, -0.011440577, -0.0201729611, -3.89795641e-05, 0.00570874801, -0.00525866449, -0.00103961537, -0.00896319561, 0.00363721093, 0.00670123938, 0.00453545386, 0.0125792492, -0.0167261697, 0.00279859453, 0.00663968921, 0.0023196598, 0.00336408359, 0.00810919143, 0.026266396, 0.0028447567, 0.00200421666, -0.0115021272, 0.0257278346, -0.0232504532, -0.0107327541, -0.00337370066, 0.00647042738, -0.00880932156, -0.00322174956, 0.0193574261, -0.0204960983, 0.0112713147, -0.0223118179, 0.00225233962, -0.00516634, 0.0302979108, -0.00483935652, -0.0154182361, -0.0128177544, -0.010955872, 0.0121022379, 0.012694655, -0.000981912366, 0.000324098393, -0.0158952475, 0.000986720901, 0.0156567413, 0.012694655, -0.000613094133, 0.017972555, 0.0172647312, 0.00258317, 0.00429310137, 0.0147334933, 0.00800147932, 0.00872469, -0.0130408732, 0.0101941926, -0.00403151475, -0.0182956904, -0.0107173668, 0.00934018847, 0.00837077852, 0.00587801, -0.0104019232, -0.0200498607, 0.00907860231, -0.0170185324, 0.0144719072, -0.00129447016, 0.00563565735, -0.0101557244, 0.00756678404, 0.00398919918, -0.00823229179, 0.000529424811, -0.016741557, -0.000940558559, 0.0153720733, 0.0316981673, 0.0193420388, -0.00801686663, 0.0196036249, -0.00608189404, -0.0276666544, 0.00860159099, 0.00359681901, 0.0172493439, -0.0085246535, -0.0214808956, 0.0150950989, 0.0191727765, 0.0128869982, 0.0277743675, 0.000763602729, 0.00341986306, -0.00900166482, 0.0198959876, -0.00876315869, 0.00359489559, 0.0285437405, -0.0184341781, -0.00768219, -0.00678202324, 0.00602034386, -0.00302363606, 0.00329099316, 0.00615883106, 0.00712054735, 0.0111943781, -0.0102480492, -0.00433541695, -0.000266155, -0.0163260959, 0.00128100615, -0.011463658, -0.0134024788, -0.0213424079, 0.00850157253, -0.000917477359, 0.0214655083, -0.00272742752, -0.0263894945, 0.00693974458, 0.00139064179, -0.0103711486, -0.0116252266, -0.0137333088, -0.0105788792, 0.0152105046, -0.0163568705, 0.000170343992, -0.0107712224, 0.00727442186, 0.00267741806, 0.00910168327, -0.0157413725, 0.00170800812, -0.0240506, 0.00181187352, -0.00710516, -0.0180648789, -0.00919400807, 0.0105942665, -0.0169569813, -0.00382763078, 0.00940173864, -0.0130331796, -0.00254662475, -0.00649350835, 0.0140872207, -0.0024023673, -0.0132255228, 0.0201883484, 0.00140795263, 0.00294285198, -0.000675124815, -0.00012099593, 0.00780913653, 0.0143795824, -0.0150489369, 0.0152566675, -0.00481242826, -0.0025639357, 0.0200190861, 0.014895062, -0.0036795265, 0.000701572048, 0.00500861835, -0.0255585723, -0.0204345472, -0.0287283901, 0.00364875165, -0.0017282042, 0.0225118548, -0.00135121145, -0.0175417047, 0.0122484192, 0.00296400953, 0.000692435715, 0.00297939708, -0.0114482706, -0.00195805449, 0.0210808218, -0.019711338, -0.0185572784, 0.0137563897, -0.00527020544, 0.0175878685, 0.0229427032, 0.00046955797, -0.0191881638, 0.0244199, -0.0210808218, 0.0173108932, -0.00398535235, 0.0356373601, 0.00682433881, -0.00270049926, 0.0126792677, 0.00292169419, 0.0071590161, -0.00342371012, -0.00756293675, -0.0117944889, -0.0024543, -0.0124099869, -0.0236197524, 0.0258663222, 0.00197921204, 0.0233273897, -0.00844771601, -0.00997107476, 0.00807072315, -0.00888625905, 0.00120406877, -0.000874200137, 0.00408152398, -0.0045739226, -0.0019830591, 0.0114867399, -0.00944020692, -0.00121849449, 0.00647427421, 0.020372998, 0.0220194571, 0.0119098946, -0.00188304053, 0.00698975427, -0.00346602546, 0.00400843332, 0.000881893851, 0.0151720364, 0.0161106717, -0.0183110777, -0.0212808587, -0.00745137781, 0.0107096722, -0.0282206032, -0.00442774175, -0.0201575737, -0.00627039047, -0.0056471983, 0.00202729786, 0.0145796193, 0.0106096538, -0.0275435541, -0.0109943403, -0.00881701522, 0.00696667284, 0.0113405585, 0.000872757519, 0.0083400039, 0.00304671726, -0.00281205843, -0.00470471615, -0.0028774552, 0.00441235444, 0.000884779, -0.0302363597, 0.0177879054, -0.0210038833, 0.043054115, -0.0124330679, 0.031482745, 0.00423924532, -0.0298055112, 0.0140025895, -0.0181879792, -0.00171185506, -0.0175878685, -0.0238351766, -0.00431618281, -0.00380262616, 0.00221387087, 0.0145719256, -0.0213270206, -0.00423924532, -0.0331445895, 0.00783991162, -0.00864775293, 0.00431233598, 0.00629731826, 0.0030524875, 0.0162953213, 0.0121945627, -0.0093171075, -0.0226657297, -0.000816497137, -0.0219886806, 0.0224810801, -0.00154355471, 0.00250430917, 0.021957906, 4.42389501e-05, -0.00400843332, 0.00203691516, -0.00638964307, 0.0056933607, 0.00122426485, -0.0028774552, 0.0154797854, 0.0160029586, -0.00223502866, 0.0186957642, 0.011109747, 0.0121714817, 0.022834992, 0.00406998349, 0.000111138339, -0.0111020533, -0.0147334933, -0.00625115586, -0.0191420019, -0.00329484, -0.0258201584, 0.0258663222, -0.00420077657, -0.0126023302, -0.00246968749, 0.00197921204, -0.00697436649, -0.010517329, 0.00772450538, 0.0017060847, 0.0185880531, 0.0107789161, 0.00534714246, 0.00187438505, -0.0104557797, 0.0272819679, -0.00229273154, -0.00272935093, 0.00901705213, -0.00527020544, 0.00623576855, -0.00698975427, 0.0141179953, -0.000178157949, 0.0152874421, -0.00997107476, -0.0159260221, -0.00792454183, -0.000971333473, -0.00390456826, -0.0144719072, 0.00925555732, -0.0296362489, -0.000979989, -0.0181725919, 0.00706284447, 0.0028312928, -0.0161106717, -0.00464316644, 0.0023562049, -0.0124946181, 0.00249661552, -0.000272406149, 0.0286976136, -0.0152489739, -0.0341909379, 0.0477626771, -0.00406613667, 0.0123792123, -0.0088016279, 0.000527982251, -0.00756678404, -0.0233427789, 0.00825537276, -0.000362567051, -0.00860928465, 0.00539330486, 0.00155605702, 0.00329484, 0.0110943587, 0.0175263174, 0.012717736, -0.00728596281, 0.0105327172, 0.0246507116, 0.00920939539, 0.000113181988, 0.0316981673, -0.00468163472, 0.0230658036, 0.0186496023, 0.00681664515, -0.00203883857, -0.00677048275, -0.0177417416, -0.0135717401, -0.039114926, -0.0074821529, -0.0132947657, -0.0136871459, -0.00945559423, -0.0329291672, 0.0160337333, -0.00722441263, -0.00268511195, -0.0109404847, -0.0245122258, -0.0104096169, 0.00910168327, 0.00346217863, 0.0104326988, 0.0106558166, -0.000415461429, -0.0153489923, 0.00341601623, 0.0191573892, 0.0156259667, -0.0147719625, 0.0129947104, 0.000167218415, 0.00116848527, 0.0300671, -0.0113328649, -0.0121330125, 0.0174493808, -0.0102403555, 0.00299863145, -0.00965563208, 0.00371030159, -0.0146796377, -0.0168800447, 0.0049086, -0.024881525, 0.0189573523, -0.000332753843, 0.015025855, 0.00716286292, 0.0282667652, 0.012056076, 0.00496630277, -0.0271434803, 0.0171416309, 0.00583184743, 0.00950945076, -0.0165569074, 0.0103557613, -0.00118387281, 0.0116021456, -0.00243121875, 0.000601553533, 0.0108789345, -0.00389495096, -0.0200036988, 0.00663584238, -0.00198882935, -0.00261202152, -0.0060895877, -0.00290630665, 0.0294516, 0.0135332718, 0.00231388933, -0.00154932495, 0.00827076, 0.00320636225, -0.0111866836, 0.020834621, 0.0143949697, -0.00304864068, -0.00635502115, 0.0507478453, 0.0146796377, 0.0253739227, 0.00750908069, -0.0179417785, -0.0251584984, 0.0275127795, 0.000905455905, -0.00840155315, -0.0127254296, -0.00907090772, 0.0160337333, 0.000619345286, 0.0276974291, -0.0103711486, 0.00740136858, -0.0317904949, 0.00887087081, -0.00546639552, -0.00291592372, -0.0100018494, -0.00105981133, -0.0157336779, -0.000921324186, 0.0182033665, -0.026312558, -0.00805533584, -0.0190496761, -0.00965563208, -0.00860159099, -0.00864775293, -0.012517699, -0.00543177361, -0.00802456122, 0.0119175883, 0.0027851304, -0.00403536158, 0.0095940819, 0.0010675051, 0.0101711117, -0.00099537638, 0.00708207861, 0.013925652, -0.015487479, -0.000105909006, -0.0177571289, 0.0170031451, 0.00567027926, -0.00215232116, -0.0107943034, 0.0149027556, 0.0167569444, 0.0162645467, -0.0168646574, 0.00395073043, -0.00569720753, 0.0150489369, -0.0115636764, -0.025543185, 0.00120599219, -0.00927094556, -0.0147334933, 0.0094094323, 0.0246968754, -0.00464316644, 0.00991721824, 0.00743983733, -0.00733597204, 0.0264972076, -0.0227888301, 0.0204345472, 0.00217924919, -0.0222656559, -0.001705123, 0.0129485484, 0.00839385949, 0.0193728134, 0.0152105046, -0.00459315721, -0.0178340673, -0.0242044758, -0.0240813754, -0.0168492701, -0.00101941929, 0.0314211957, 0.00911707059, 0.004389273, -0.0152105046, -0.0235274266, -0.000665507687, -0.0153489923, -0.0020426854, -0.00898627751, 0.0108327726, 0.00271396339, -0.00513941189, -0.0182803031, 0.00180417974, -0.00401997427, 0.00562411686, -0.00989413727, 0.00110597373, 0.021250084, 0.00690897, -0.0173878316, 0.013002404, -0.00372761232, -0.0127562052, -0.00348525983, 0.0133409286, -0.00355258, 0.0116636949, 0.0116713895, 0.00496245595, -0.00921708904, 0.011463658, -0.0011588682, 0.00251007965, 0.00704361033, 0.00161856855, 0.00122330314, 0.00810919143, -0.0342524871, -0.0112251528, -0.0141103016, -0.0109866466, -0.0288361013, 0.0241583139, -0.00924017, 0.0132178292, -0.00556256715, -0.00476626586, 0.0333600156, 0.0121560944, -0.0271588676, 0.00726288138, -0.00366798602, 0.000269521, 0.00266780099, 0.004620085, -0.0173416678, -0.00208307756, -0.00565104512, -0.0263279453, -0.00514325872, -0.0198959876, -0.0138025526, 0.0260509718, 0.0147950435, -0.00582030695, 0.00557410764, 0.0114328833, -0.0154643981, -0.00405074889, -0.00470471615, 0.00887856446, 0.00810919143, -0.000573663798, -0.00504324026, -0.00616652472, -0.00401228061, 0.0272973552, -0.00522404304, 0.0137871653, -0.00568566658, -0.00155701872, 0.00196863315, 0.00533560198, -0.00014377659, -0.00401228061, 0.0177571289, 0.000908821879, -0.0230658036, -0.0167107824, -0.00930941384, -0.0160952844, 0.00427386723, 0.0207576845, -0.00194459036, 0.00534329563, -0.016018346, -0.00381609029, -0.00866314, 0.0353603847, -0.000492398744, 0.000331551681, 0.00110982056, -0.00458546309, -0.0153874606, 0.0273435172, 0.00790915452, 0.0151412617, 0.0095017571, -0.00291015347, -0.00463547278, -0.00328714633, 0.00622422807, -0.0220963936, 0.00678971689, -0.00329099316, -0.0012425374, 0.0021715553, -0.0248353612, -0.0057395231]
|
18 Nov, 2020
|
HTML5 MathML numalign Attribute
18 Nov, 2020
This attribute holds the alignment value of the numerator, possible values are left, right and center. This attribute is accepted by <mfrac> tag only.
Syntax:
<element numalign="left|right|center">
Attribute values:
left: This attribute sets the numerator to the left.
right: This attribute sets the numerator to the right.
center: This attribute sets the numerator into the center.
Example: Below example illustrates the numalign attribute in HTML5 MatheML.
HTML
<!DOCTYPE html>
<html>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML numalign Attribute</h3>
<math>
<mfrac bevelled="true">
<mfrac numalign="center">
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
</mfrac>
<mfrac>
<msup>
<mi>a</mi>
<mn>2</mn>
</msup>
<msup>
<mi>b</mi>
<mn>2</mn>
</msup>
</mfrac>
</mfrac>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browser supported by HTML5 MathML numalign attribute are listed below
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute
|
https://www.geeksforgeeks.org/html5-mathml-numalign-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML numalign Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0138150482, 0.0215204228, -0.0116299419, 0.00514650065, 0.0482736, 0.0126290526, -0.0221242029, 0.0370318033, 0.0139300535, 0.00703690527, -0.0178546198, 0.0146128992, -0.0219085682, 0.000903872191, 0.00536573026, -0.04102825, -0.0130315721, 0.0196659584, -0.0147207174, 0.0202122349, -0.0336391404, -0.0105445767, -0.0172652155, 0.0256893765, -0.0417757854, 0.01287344, 0.0128015615, -0.0192203112, 0.0280182399, 0.00462897541, 0.0128159365, 0.00399285089, 0.0166326854, -0.0186596587, -0.0392456613, 0.0162157901, 0.0108608417, 0.0437883846, 0.00665235519, 0.00358494022, 0.00619952101, -0.0143900765, -0.00547354808, 0.0346454382, -0.00885543134, -0.0534776039, -0.0194934495, -0.0248412099, -0.00799289, -0.0126578044, 0.0216354299, 0.0146128992, 0.0109614711, -0.00886980724, -0.00320398412, 0.0157701429, 0.010336129, 0.0283057541, -0.0290964171, 0.0103576919, 0.0140450597, -0.0158995241, -0.0215204228, 0.00213838555, -0.0407694876, -0.0106164543, -0.0170495808, 0.00827321596, -0.0183146428, 0.0130315721, -0.038325619, 0.0476698242, -0.00446365494, 0.0185302775, -0.041833289, -0.0183721446, -0.00441334024, -0.029585192, -0.018142134, 0.0261206478, 0.014792596, 0.0296139419, -0.0272132, 0.0211466551, 0.0145338327, 0.0153676234, -0.0123415384, -0.0422933102, -0.0234180167, 0.00446006097, -0.0452834554, -0.00695783878, -0.0185302775, -0.0295564402, -0.00352024962, -0.000300766609, 0.0259768907, -0.00160289055, -0.0176821109, -0.00155257562, -0.0121115278, 0.025286857, 0.0199965984, 0.00664157374, 0.0318278, 0.0419482924, 0.0111124162, -0.0097251609, 0.0301889703, 0.0251718517, 0.00203955243, -0.0325465873, -0.0189471729, -0.0031967964, -0.0155545082, -0.00275654066, -0.0256174989, -0.0729135498, 0.0298152026, -0.00859666895, -0.0629655644, -0.00169363723, 0.0169633273, 0.038009353, -0.0120540252, 0.00234863, -0.0403957181, -0.0087691769, 0.00968922209, -0.014806971, -0.0223829653, 0.0118527645, 0.00761193316, -0.0331503637, 0.0177396145, 0.0154682538, 0.0214485452, -0.0142031917, -0.00721660163, 0.00137198088, -0.0274000857, -0.0168051943, 0.0191628095, 0.00771975098, -0.020514125, -0.0280469917, 0.0140306838, 0.0514937602, 0.00388862705, 0.0142319435, -0.0285932682, 0.00261637755, 0.00905669108, 0.00115634536, 0.0355079807, -0.0269975662, 0.00920044817, 0.0389293954, -0.00759037, -0.0424370691, 0.0107027087, -0.0101995599, 0.0162732936, 0.0352204666, 0.00295959739, 0.0304477327, -0.0144619551, -0.00724894693, -0.012399042, 0.0546276607, -0.0196372066, -0.0107602114, -0.0158563983, -0.0437596329, -0.0226704795, 0.0173945967, 0.0248124581, -0.0168483201, 0.00555980206, -0.0394469202, -0.0382393636, -0.0145194577, -0.000523365336, 0.0345016792, -0.0193353165, -0.0285357647, 0.0166758131, -0.00591919478, 0.00994079653, 0.0211754069, -0.0243955627, -0.00939452, 0.00988329388, 0.0180846304, 0.0703259259, -0.0236049, -0.0195509531, 0.0196084548, 0.0336103886, -0.0286795218, -0.00281763729, -0.0325178355, 0.00946639851, -0.0293264296, 0.0165751819, -0.0314827822, -0.00731363753, 0.0281332452, -0.00494883489, -0.00792819913, -0.0052507245, 0.00349688902, -0.00663797976, 0.0111124162, -0.0537076183, 0.00556699, -0.0131609533, -0.00278708898, 0.0418907925, -0.0417470336, 0.0608379655, 0.000654992822, -0.020039726, -0.00396050559, -0.0460309945, -0.00254809298, -0.0106811458, 0.00294342474, -0.0180702545, -0.0198097154, -0.0368017927, 0.024021795, -0.00676736096, 0.0317702964, 0.0301027168, 0.0121474667, -0.01113398, -0.0100845536, 0.0135059701, 0.0533913523, -0.0304764844, -0.0163307954, 0.0204134937, 0.00635046558, 0.00600544875, -0.0355654843, -0.000526959251, -0.00942327175, 0.00589403696, -0.0152238663, 0.0129525056, -0.055835221, 0.00506743416, -0.0288664065, -0.0355654843, 0.0197522119, 0.00245644781, -0.0110405376, 0.0257468801, -0.0029254551, 0.0131897051, 0.0109039685, 0.00558495941, -0.023863662, 0.00376283959, 0.0184871498, 0.0258331336, -0.055835221, -0.00881230459, -0.0211179033, -0.0201259814, -0.0139156776, 0.0350479558, -0.000348610745, -0.0453122072, 0.00600544875, -0.0167476907, -0.00142499129, 0.0112561733, -0.0330641121, -0.00816539768, 0.0248987135, 0.0198672172, 0.0163307954, -0.00562089868, 0.0315402858, 0.00282302825, -0.00219948217, -0.0314252824, -0.0253156088, -0.00587966153, -0.0337253921, 0.0299589597, -0.00327047193, -0.00402879, -0.00439896435, -0.00556339603, -0.0322303213, 0.0217935611, -0.014152877, -0.0166039336, -0.0085535422, -0.00380237284, -0.0482736, 0.0191340577, 0.012406229, 0.00190478028, 0.00628577499, -0.0147063415, -0.0182427634, 0.0109542841, -0.0338116474, -0.00950233825, -0.0153819993, -0.0546276607, -0.0110764774, 0.0100126751, -0.0156551376, 0.00323453266, 0.0186740346, 0.0104870731, 0.00588684948, -0.00304764858, 0.0109039685, 0.0025121537, 0.00141241262, 0.00295420643, -0.0399356969, 0.000831544399, -0.0383831188, -0.101377442, -0.0292976778, 0.00174395216, 0.00888418313, -0.0255599953, -0.0677958056, 0.0400219485, 0.0152813699, -0.0309365075, -0.00197126786, -0.0294126831, -0.00701534189, -0.00758318184, 0.0376355834, 0.0212472845, -0.0374918282, -0.0155113805, -0.0220235735, 0.0289670359, 0.026896935, 0.00103145652, 0.0124924835, 0.0372618139, -0.00979703944, 0.0107817752, -0.0160432812, -0.0053154151, -0.0389869, -0.04804359, 0.00208807038, -0.0348179452, 0.0120827761, 0.00310155726, -0.0308502521, -0.0176821109, -0.0575315543, -0.0107889632, -0.00384190585, 0.0375780798, -0.0258762613, -0.0504587069, -0.0319140553, 0.0154970046, 0.0226848554, 0.0152382422, 0.00991204567, 0.0197522119, -0.0202122349, 0.010817715, 0.00587966153, -0.020197859, 0.05135, 0.031339027, -0.0267531779, 0.0244099386, -0.0124924835, 0.0127656218, -0.00414738944, -0.00546636, 0.0143613247, 0.00383471814, 0.0354217254, -0.00124259957, -0.0191628095, 0.024179928, -0.0043091164, -0.0166470613, -0.0194934495, 0.0308215022, -0.0132543957, 0.0255599953, -0.0218366887, 0.000727320614, 0.00736754667, 0.0298152026, 0.00866136, -0.0379230976, -0.0106092673, 0.0432421081, -0.0160289053, -0.0046146, -0.00511056138, -0.021319164, -0.0344441794, 0.026710052, -0.0012408027, -0.0266669244, 0.02832013, -0.0215060469, -0.00293443981, 0.0817689821, -0.00147710321, -0.0113496156, -0.000634777, 0.0261206478, -0.0142606944, -0.0549439266, -0.0185302775, 0.0263937861, 0.00277990103, -0.0219229423, 0.0171358343, 0.0411145, 0.0192778148, 0.000715640315, 0.00863979571, 0.0363417715, 0.0207728874, -0.0192778148, -0.00483023515, -0.00669907639, -0.0073495768, -0.0402519628, 0.0554327, -0.0233030096, -0.0085391663, 0.0146775898, -0.0288807824, 0.0194503218, 0.0499699339, 0.0149651039, 0.00536573026, -0.0398494415, -0.0275582168, 0.0322303213, -0.00689674215, 0.0123774782, -0.000597939303, 0.0311665181, 0.00439537037, -0.0510624871, -0.0146775898, 0.0164601766, -0.00211861893, 0.049653668, -0.0547714196, -0.0561802387, 0.0187890399, -0.0225123465, 0.00448881229, -0.0161151607, -0.0390731543, 0.0192634389, 0.00935858116, -0.00672063977, 0.0115221236, -0.0255024917, -0.0182427634, -0.0158851482, -0.00167207362, 0.0349329524, 0.0212472845, 0.0132184569, -0.0270838197, 0.0168483201, -0.0176102333, 0.00157683459, 0.0190190524, 0.0187171623, 0.0275294669, 0.00801445264, 0.018444024, 0.0019568922, -0.0124206049, -0.0141456891, 0.0165895578, 0.00756880641, -0.0285213888, -0.0013162751, 0.000593446894, 0.00210963399, 0.0190621782, -0.0240792986, 0.0322015695, -0.000476644316, 0.0229579937, -0.0600904264, 0.0288089029, -0.017984001, 0.0387568884, -0.00457866071, -0.0410857499, 0.0115796262, 0.0128518762, -0.00310515123, -0.00219948217, -0.00278169801, 0.0142678823, 0.00851041451, -0.0232455079, 0.0119893337, -0.0234611426, -0.0194359478, 0.00168465241, 0.0201403555, -0.00155976345, 0.0273425821, -0.0161439124, -0.0223542135, -0.0272275768, 0.00713034719, -0.0129812574, 0.0255743712, 0.020686632, -0.0194646977, 0.0125284232, -0.045513466, -0.00515728258, 0.0102354987, 0.0186596587, -0.033869151, -0.00544120278, -0.00961734354, -0.0044241217, -0.0371755622, 0.0073316074, 0.0245680716, -0.00475116912, -0.0139084905, 0.00428755255, 0.0193784442, 0.011450245, -0.0129237548, 0.00366760045, -0.00284998259, -0.00445287302, -0.0166039336, -0.0196228307, 0.00326867495, -0.0115005607, 0.0201116055, -0.0127871856, 0.0431846045, 0.0123702902, -0.0192634389, -0.0088338675, -0.0234898943, -0.000623995264, -0.00947358645, -0.000344792177, 0.0123487264, -0.0348179452, 0.0667032525, 0.0111771068, -0.0268825591, 0.0027924797, 0.0133406501, -0.0186740346, 0.027198825, -0.0147063415, -0.019407196, -0.0442771576, 0.024826834, 0.000469456456, 0.0134269046, 0.018444024, 0.00344837108, -0.0348754488, -0.0443346612, 0.000759216666, 0.00996954832, 0.0063935928, -0.00825165212, -0.0213047881, 0.0173514709, 0.0421783067, -0.0144619551, -0.0200828537, 0.0203128643, -0.0217360593, -0.0224835947, 0.0315690376, 0.0330353603, 0.00300811534, -0.0158851482, -0.000651848153, -0.00789944734, 0.00951671321, -0.0060342, -0.0253012329, -0.0214772969, -0.0101636201, 0.0353929736, -0.0186452828, -0.0264225379, -0.0162014142, 0.0163595472, -0.0155976349, -0.00892012194, 0.00540885748, 0.0302752256, 0.0157270171, -0.0188034158, 0.0130243842, 0.0457147285, -0.0317127965, -0.0123631023, -0.0122552849, 0.010975847, -0.0278026052, -0.0219948217, -0.0262787808, -0.029757699, 0.00525791245, 0.0484461114, 0.00823008828, -0.0185159016, -0.0182140116, 0.0037304943, 0.0183577687, -0.0161582865, 0.0193209406, -0.0364567749, 0.0420345478, 0.00746098859, 0.00500274356, 0.0116299419, 0.040711984, 0.00618873909, 0.0173227191, -0.0168770719, -0.00821571238, 0.0174233485, -0.0128662521, 0.0212760363, 0.0439321399, -0.0124852955, 0.00935858116, -0.00835228153, -0.00137018389, -0.0265950449, -0.00112579705, 0.0231448784, 0.0039137844, 0.0138725508, -0.0342716686, 0.016690189, 0.00597669743, -0.0178977475, 0.027040692, 0.0141888158, -0.0384693742, 0.028003864, 0.0261494, 0.0252581052, -0.0120684, 0.00247262046, 0.0348754488, -0.0122121572, 0.0472960547, -0.016560806, -0.010494261, 0.0225554742, -0.00172598253, -0.0277019739, 0.00252293539, -0.0480148382, 0.0225986019, -0.000996415736, -0.0485611148, 0.0568990223, -0.0193065647, 0.0326903425, 0.0117018204, 0.00628936896, -0.0111699188, 0.0170064531, 0.0126506165, 0.00690393, -0.0386993848, -0.0121402787, -0.0303614791, -0.00265411357, -0.000739450101, -0.0312527716, 0.0226417277, 0.00622827234, 0.0100342389, 0.0184584, -0.0220810752, -0.0224692188, 0.0140378717, 0.0156982653, 0.0196659584, -0.0276013445, -0.000483832177, -0.0107170846, 0.0101995599, -0.0290820412, -0.0284926388, -0.0274000857, 0.0122912237, -0.0123271635, -0.0156120108, -0.0114430571, -0.014950728, 0.0278888587, -0.00225698506, -0.00137737184, 0.000751130341, -0.0127871856, 0.00166039343, -0.0114718089, -0.00313569955, 0.0199103449, 0.0325178355, 0.0115796262, 0.0219085682, 0.00904231519, -0.0230873749, -0.0361405089, 0.0418620408, 0.00829477888, 0.0159714036, 0.0371468104, -0.00511056138, -0.00741786137, -0.00752567919, 0.000267972035, 0.00714472309, 0.00841697212, -0.0173227191, 0.0208303891, -0.0167764425, 0.0277882293, -0.031511534, 0.00425161328, -0.0138222361, 0.0150226066, -0.00322195375, -0.0532188416, -0.00575028034, -0.014152877, -0.00770537555, 0.0146488389, 0.018285891, -0.0360542573, -0.02862202, 0.00228214241, 0.0113136759, -0.0192346871, -0.00933701731, 0.0285357647, 0.00138815353, -0.0114861848, 0.0113783665, -0.0528738275, -0.000792011269, 0.0134987831, 0.0158420224, 0.0155976349, 0.0399931967, -0.0238205362, 0.0218798164, 0.00634327764, -0.0214485452, 0.00544839026, -0.00932982937, 0.00357954949, 0.015439502, 0.0220523253, 0.0302752256, 0.00893449783, 0.0129596936, 0.0132759595, -0.0231592525, 0.0032848476, -0.00567840179, -0.0299877115, -0.0126146767, 0.02226796, 0.00013027979, -0.00779881747, -0.0212185346, 0.0171933379, 0.0138150482, 0.0110045988, 0.0119965216, -0.0317415483, -0.00027291369, -0.0315402858, -0.00527228834, 0.0257181283, -0.035651736, 0.0203272402, -0.00244746311, 0.0138941146, 0.00863979571, 0.000799648347, -0.00457506673, -0.00519322185, 0.00746817654, -0.00627858704, 0.00128842215, -0.0129453186, 0.0272563286, 0.00838103332, -0.00844572391, 0.0565252528, -0.00833071861, 0.00540526351, -0.0189184211, -0.0230154973, 0.0343866758, 0.00045283456, 0.00815102179, -0.0107889632, 0.023533022, -0.0441334, 0.0253874864, -0.0239786673, 0.00249418407, -0.00100719754, -0.015108861, -0.0011850968, 0.000113320952, 0.00991204567, -0.0261925254, 0.0105445767, 0.00447443686, 0.0274719633, 0.04168953, -0.0172939673, 0.0249274652, 0.00594075816, 0.0158851482, -0.0328628495, -0.00181852607, 0.011931831, -0.028161997, 0.000582215842, 0.0246830769, 0.0162014142, -0.0406257287, 0.0286795218, -0.00145913358, 0.0231017508, -0.0202266108, 0.00398206897, -0.0243668128, 0.0261494, 0.0221960805, 0.0414307676, 0.00642234413, -0.00759037, 0.00991923362, -0.0246399511, 0.015755767, 0.00389581476, 0.00912857, 0.0109470962, 0.0328628495, -0.0386131294, -0.0189471729, 0.00986891799, 0.0436158739, -0.00863979571, -0.0121043399, -0.00991923362, -0.0652081743, 0.00992642157, -0.0179983769, 0.0232023802, -0.0212472845, 0.00713394117, 0.0472385511, -0.00508181, -0.0295276884, 0.00444568554, 0.0178833716, -0.00509978, -0.0337253921, 0.00690033613, -0.00630015088, 0.00351845264, -0.0193640683, -0.020672258, 0.0215347987, 0.00277810404, 0.0225267224, 0.00966047, -0.00589403696, 0.0216785558, -0.0258618854, 0.0217360593, -0.0102139348, 0.000640167913, 0.0363705233, -0.0142535074, 0.0177252386, 0.00228393939, 0.00908544287, -0.0305627398, 0.0277163498, -0.0393606685, 0.0300452132, -0.0205716267, 0.00275654066, -0.00745380064, 0.0167189389, -0.00492727151, 0.0086038569, 0.0146488389, 0.0140666226, -0.00973953679, -0.0185446534, -0.0399644487, -0.00168914476, -0.0456859767, -0.0225986019, 0.0258043818, 0.00196587713, 0.0391306579, -0.0018922016, -0.00673142169, -0.0179408733, -0.0250712223, -0.0069686207, -0.00247082347, 0.0212185346, 0.0047583566, -0.0144978939, -0.00416535931, 0.0021401823, 0.0181852616, -0.0196803343, -0.0084744757, 0.0156263858, 0.0331216119, -0.00472960528, -0.00899918843, -0.0198528431, 0.0266094208, 0.000609619543, -0.012564362, 0.00098114158, -0.00689674215, 0.0103936316, 0.00722019561, -0.00164062681, 0.0115652513, -0.0219085682, 0.019565329, 0.0169777013, -0.0206435062, 0.0033585229, 0.0138581749, -0.024179928, 0.0158132706, 0.0448809378, 0.0150801102, -0.000616358127, 0.0122696599, 0.0255168676, 0.0303039756, 0.00145733659, 0.038498126, -0.0013603007, -0.021779187, 0.0261781495, 0.0391019061, 0.000148024788, -0.0365142785, -0.0446221754, 0.00321836, 0.0160576571, 0.0427820832, -0.0317415483, -0.00592638226, -0.00654453738, -0.0263362825, -0.0167189389, 0.0322590731, 0.0139803691, -0.0398781933, 0.00864698365, -0.0141456891, 0.00574309239, 0.0102211228, 0.000417344563, -0.0191484336, 0.0313102752, 0.034185417, -0.0103217531, 0.0216641799, -0.010501449, -0.0135059701, 0.0164170507, 0.00710519, 0.0259912666, 0.0131825171, 0.00137557485, -0.0230873749, -0.0524138026, 0.00299194269, -0.0151951155, -0.0153388726, -0.00129920396, 0.0151519878, -0.0198528431, -0.00490570767, 0.00536213629, 0.0118455775, 0.00463616336, 0.000535944069, 0.0216929317, -0.023374889, -0.0357954949, -0.00254989, -0.000227877317, 0.00585809769, 0.0191484336, -0.000893539633, 0.00418692268, -0.0294989366, -0.00538010569, -0.00257325033, 0.00150765153, -0.0064259381, -0.0112993009, 0.00492367754, 0.0282626264, 0.0175239779, -0.00886980724, 0.0249562152, -0.0140881864, 0.0309077557, -0.0298152026, 0.0137000429, 0.0167476907, -0.000929928094, -0.00520041, -0.0213622916, 0.000492367719, -0.0200972296, -0.0229292419, -0.00302608497, 0.0174808521, 0.00842416, 0.0115724392, -0.0219373181, 0.0128446883, -0.0114933727, 0.0056640259, -0.0175958574, 0.018444024, -0.0255312435, -0.00273857103, 0.0184727758, -0.0178689957, 0.00139264599, -0.00450678216, 0.00288232788, -0.00110603042, 0.0115221236, -0.00841697212, -0.0100989295, 0.0153819993, 0.000304809771, -0.0203272402, -0.021807937, 0.00543401483, -0.00167566759, -0.0168483201, 0.0209741462, -0.0258043818, 0.00276193139, 0.0459734909, 0.0238205362, -0.0406832322, -0.0122552849, 0.0052507245, -0.00399285089, -0.00400363235, 0.0114358701, -0.00485539297, -0.00701174792, -0.00488414429, 0.011457433, 0.0243668128, 0.0592278838, -0.0200253502, -0.00912138168, 0.00917169731, -0.0208735168, 0.0163020436, -0.0171070844, 0.00439896435, -0.0128446883, 0.0128159365, 0.0128518762, 0.0488773808, 0.0043270858, 0.0161007848, 0.0139300535, -0.0259481389, -0.0159714036, 0.0190478023, -0.0214197934, 0.0188465435, 0.00445287302, -0.00966765825, 0.0312240217, -0.00183020637, -0.00679970626, -0.0192634389, 0.00928670261, -0.0362842679, -0.00586169166, -0.030073965, -0.0323740765, -0.009545465, 0.0143541368, -0.0100414269, 0.0249274652, 0.00355079793, 0.00530103967, -0.0236192755, 0.0168770719, 0.0325178355, 0.0163595472, 0.0047583566, -0.0019568922, -0.0210891534, -0.0189184211, -0.0144403912, -0.0350192077, -0.00354181323, -0.0320290588, -0.00791382324, 0.00206291303, 0.0169058237, 0.0116586927, -0.00983297918, 0.0235761479, 0.00503868284, 0.00189399847, -0.0211754069, 0.00824446417, 0.0111052282, -0.00424442533, -0.0229579937, -0.0282770023, -0.00203955243, 0.0193065647, 0.0247262046, -0.00281763729, -0.0191915594, 0.0106236422, 0.00187423197, 0.0381243564, -0.014325385, -0.00223362446, -0.00420129858, -0.00312132388, -0.00351306167, -0.0186596587, 0.0214916728, -0.0086685475, -0.0224404689, -0.0120324614, 0.0121977814, 0.00150675315, -0.0093657691, 0.0200541019, -0.000306831353, -0.0164745525, -0.0122121572, -0.00459303614, 0.0209885221, -0.00653735, 0.000386122323, -0.0123559143, 0.0256462488, -0.00487336237, -0.0221242029, -0.0114358701, -0.00932264142, 0.012399042, 0.0186452828, -0.00332977157, 0.0137647334, -0.0125140473, 0.000615010445, 0.00994798448, 0.00111142138, 0.0149651039, -0.00106380181, 0.00835946947, 0.00453553349, 0.0061096726, -0.0144260153, -0.00199103449, -0.0216066781, -0.0199103449, 0.0103864437, 0.00550948735, -0.00411145, 0.00201978581, 0.0109902229, 0.0245824475, 0.0123918541, 0.00431271, 0.00779162953, -0.00597310346, -0.0208878927, 0.00015465109, 0.0139444293, 0.0106811458, 0.0135922246, -0.023374889, -0.000537291809, 0.011939019, 0.010336129, 0.016560806, 0.0158276465, -0.0122121572, -0.0222823359, -0.0434433669, 0.0252724811, -0.0123199755, -0.0118168257, -0.0455709696, -0.0136497272, 0.0130962627, -0.00540885748, 0.00157324073, 0.0195222013, -0.00499914959, 0.020844765, -0.010185184, -0.0377793424, 0.00218870048, 0.0042623952, -0.0336678885, -0.00929389056, -0.0406257287, 0.013994744, -0.00026055958, 0.017020829, 0.0160145294, 0.0157988947, 0.0203128643, 0.017020829, -0.0141816288, 0.0343866758, 0.00110333506, 0.00607373333, 0.000422510813, -0.00881949253, 0.00922201201, -0.0253299847, -0.0277163498, -0.000485629134, -0.00978985243, -0.026896935, -0.0344154276, -0.0170927085, -0.0126362406, 0.0162445419, 0.0335528851, -0.0104655102, -0.00438818242, -0.00323093869, -0.0209597703, 0.00168734789, -0.00463256938, 0.0139013026, 0.0268394332, 0.0204278696, 0.017178962, 0.00784913264, -0.00328664458, 0.00460381806, 0.00702253, 0.00812945887, -0.00713753514, 0.0073316074, -0.031022761, 0.0100054871, 0.00890574604, -0.0363705233, 0.0241368, 0.0668182522, 0.000747985672, 0.00460022409, 0.0245824475, -0.00649781665, 0.0193640683, 0.0068033, 0.0021401823, -0.0330928639, 0.0024348842, -0.00868292339, 0.00778444158, -0.000260110333, -0.00458225468, 0.0301889703, 0.0409419946, -0.00500633754, 0.0102786254, 0.0136928549, -0.0167620666, 0.0164889283, -0.0152526181, 0.0145050818, 0.000402968843, 0.00872605, 0.0038167485, -0.00727769826, -0.00203775545, -0.0244099386, -0.000240792986, 0.00274575874, -0.00874761399, -0.00171340373, -0.00544479676, 0.00489851972, -0.0116443178, -0.000186097939, -0.0271413215, -0.0183433946, -0.00361189479, -0.00863260776, -0.00732082548, -0.00268106814, -0.0201834831, 0.000880511652, 0.0113424277, 0.0011850968, -0.0123846661, -0.0150801102, 0.00701534189, -0.0108033391, -0.0128518762, 0.019565329, -0.0223973412, -0.0205860026, -0.0113136759, -0.0213047881, 0.0104080075, 0.00733520091, 0.0357667431, -0.000872874574, 0.0129596936, 0.00917888433, -0.00530822715, -0.00592278875, -0.0122121572, -0.0257468801, -0.00880511664, 0.0117593231, -0.0082229, 0.00650859857, 0.0183002669, -0.00894887373, -0.00212760363, 0.0361692607, -0.0108536538, 0.00795695, -0.0202553626, 0.022109827, 0.0154538779, 0.0265519191, -0.0125499861, -0.0173945967, -0.00598388538, 0.0178689957, -0.00124888902, 0.044047147, 0.00531900907, -0.0142535074, -0.00908544287, -0.00368017936, -0.00667751301, 0.0208160151, -0.0147494683, 0.00246543251, -0.0172795914, -0.00223003048, 0.00462178746, 0.013362214, -0.0123918541, -0.0214341693, -0.034041658, 0.0102067469, -0.0134269046, -0.0169920772, -0.00173406885, -0.0109039685, -0.0158707742, 0.00315906014, -0.0124852955, -0.00615639379, -0.0107314605, -0.000187782585, -0.00701534189, 0.0284351353, 0.000229449652, -0.0328341, 0.0366867892, 0.0119749587, 0.0288664065, -0.00942327175, -0.00594435213, -0.000770447718, -0.0131465783, -0.0260200184, 0.0342141688, -0.0231448784, -0.00916450936, -0.0134412795, -0.0148788495, -0.00323632965, 0.0121977814, -0.031655293, 0.020686632, -0.0179983769, -0.0073495768, 0.0157126412, 0.0172077138, -0.0031967964, 0.0188177917, 0.0434146151, -0.0073819221, 0.0156407617, -0.00673860963, -0.00532619702, -0.0148213468, -0.000113545568, 0.0135922246, 0.0117880739, -0.0338116474, 0.00126955402, 0.00277630705, 0.0302752256, -0.000670716283, -0.000485179888, 0.030073965, 0.00482304767, 0.0047224178, -0.0239642933, -0.00849603862, -0.0126649924, -0.0216354299, -0.0156695135, -0.00260559563, 0.00532619702, 0.0017933686, 0.0289095342, -0.0299877115, -0.0271700732, 0.00452475157, -0.0130747, 0.014325385, 0.00997673627, 0.0140091199, -0.0051680645, 0.0279319864, -0.0181708857, 0.0235473979, 0.0119605828, -0.0352204666, 0.0096101556, 0.00320757809, 0.00277271331, 0.002346833, 0.0221960805, 0.0257900059, 0.0192059353, 0.0128231244, 0.0145553965, -0.0242805574, -0.0100558028, 0.00205033435, 0.000332887314, -0.00736035872, -0.000896235055, 0.00178797776, -0.0121546546, -0.00916450936, 0.0234611426, -0.00241511757, -0.0437021293, 0.0137287937, 0.0214341693, 0.0087188622, 0.00994079653, 0.0154826296, 0.0114718089, 0.00319140544, 0.0105517637, -0.0313677788, 0.024668701, -0.0139228655, 0.00593357, -0.0189759247, -0.0174521, -0.00463256938, -0.0104726981, -0.021621054, -0.0212472845, -0.0118240137, -0.00131897046, 0.0336103886, 0.00300452136, -0.0176964868, -0.0163307954, 0.00414379546, -0.00248699612, -0.00478351442, -0.000307954469, -0.00421208, 0.000226304968, 0.0255168676, 0.00335313217, -0.0164889283, -0.0112489853, -0.0239211656, -0.000400498015, 0.00567121385, -0.00324172038, 0.000982938567, -0.0234755185, -0.0254306141, -0.0278744828, 0.0215491746, 0.00141241262, -0.000999111217, -0.00422286196, 0.010494261, 0.00302428799, 0.0179552492, 0.00651938, -0.00979703944, 0.0193496924, 0.00780600542, -0.0176246092, -0.0290532913, 0.00183020637, -0.0222823359, 0.021002898, -0.0094448356, -0.0220954511, -0.0126649924, -0.00713034719, -0.00151663634, -0.00258043827, -0.00374846393, 0.00354361022, 0.0272419527, -0.0183721446, 0.0434721187, 0.00825165212, 0.0198672172, -0.00667391904, 0.00414379546, -0.0116658807, 0.0258475095, -0.00999829918, 0.00238636625, -0.00991923362, -0.016862696, -0.015108861, 0.0143541368, -0.0135347219, 0.0149076013, 0.0267819297, 0.0153101208, -0.0111986706, -0.0210747775, 0.00940889586, 0.022756733, -0.0180127528, 0.0153819993, -0.02577563, 0.0105517637, 0.0108824056, -0.0109039685, -0.003978475, -0.0120037096, 0.00731363753, -0.0163595472, -0.00309796352, -0.00629655691, -0.0223398376, -0.0155401323, -0.00152831664, 0.0286076441, 0.00550589338, -0.0340991616, -0.0244530663, 0.0391019061, 0.00828040298, -0.0129237548, -0.00786350854, 0.00921482407, -0.00597669743, 0.00204494339, -0.00552026881, -0.0347604454, 0.0139084905, 0.0127153071, 0.00714831706, -0.00604857598, 0.019737836, 0.00792819913, -0.00233964529, 0.0032291417, 0.00209525833, 0.0172364656, 0.0141241252, 0.0134628434, -0.00179696258, -0.00814383384, -0.0106092673, -0.0199822243, 0.00351306167, -0.013520346, -0.016690189, -0.0196803343, -0.00423364388, -0.00816539768, -0.00488414429, -0.0166326854, -0.0344441794, 0.0176102333, -0.0022282335, 0.0179552492, 0.00495602284, -0.0028805309, 0.00882668048, 0.0121905943, 0.0118096378, -0.0061743632, -0.00626780558, -0.0104511343, -0.000287514, -0.010810527, -0.00375924562, 0.0331503637, -0.00456069084, 0.00852479, -0.00329922326, 0.00572152855, -0.0150944851, 0.00856072921, -0.00813664682, -0.0141241252, -0.022109827, 0.0128590642, 0.023863662, 0.0266956761, -0.00654813135, 0.0120324614, -0.0191484336, -0.0038490938, -0.0146200871, -0.00931545347, 0.00334414723, 0.00470444793, 0.0133837769, -0.0251862276, -0.0123487264, -0.00114376668, -0.0126721803, -0.00916450936, -0.0108464658, -0.00198384677, 0.00488773827, -0.0409995, 0.00449240627, -0.0198528431, -0.00235581794, 0.0158420224, -0.0322015695, 0.0188177917, 0.0121330908, -0.0296139419, -0.00208807038, 0.0210891534, -0.00259122, -0.0262356531, 0.0155401323, 0.00277451, -0.00927951466, -0.0194790736, 0.00568199577, 0.00796413794, -0.0129309427, -0.000858049607, 0.00330641121, 0.0189471729, 0.00320039038, -0.0106955208, -0.0170927085, -0.017178962, 0.0133047104, 0.0124996714, 0.0251574758, 0.0228429884, -0.00383112417, -0.00764787244, 0.00115544687, -0.00196048617, 0.0135347219, -0.014152877, 0.00463256938, 0.0168483201, -0.0185734052, 0.00245644781, -0.00162355567, -0.00450678216, 0.0206147544, -0.0113568036, -0.00506384065, 0.00785632059, 0.000832442893, 0.00517525198, -0.00984735508, -0.0105302008, 0.0402519628, -0.00477632647, -0.00198384677, -0.0251718517, -0.0365430303, 0.0252149776, -0.00293623679, 0.00807914324, 0.00364963105, 0.0100414269, 0.00568558928, -0.0201547313, 0.016230166, 0.0133118983, -0.00435583713, -0.00414020149, -0.00230011204, 0.02862202, -0.0082229, -0.00713394117, -0.00291467318, 0.00899200048, 0.0402232111, 0.00938014407, -0.00713753514, 0.00435224315, -0.00417973474, 0.0221960805, 0.0229436178, -0.00657328917, -0.00206291303, -0.00135401124, 0.00457866071, -0.0204278696, -0.016072033, -0.0038167485, -0.00486617442, -0.0387568884, -0.00286615524, 0.00208807038, 0.0143972635, -0.019895969, -0.0101204934, 0.0139228655, 0.0137647334, 0.00516087655, 0.024496194, -0.012399042, -0.0125212353, 0.00696502673, 0.0228717402, 0.00171430223, 0.00151214399, 0.0231880043, -0.0200684778, -0.019709086, 0.0258187577, 0.00138186419, 0.0178546198, 0.0280469917, -0.0147135295, 0.00541245099, 0.0108608417, -0.00200900412, 0.0164889283, -0.00132705679, -0.00283740391, -0.00290928246, -0.0139300535, 0.00688236672, -0.00581137696, 0.00055166753, -0.0105948914, -0.0107386485, 0.0148500986, 8.68157513e-05, -0.0175671056, -0.0162732936, 0.0141169382, 0.00437380699, -1.57374616e-05, 0.022584226, -0.0193928201, 0.00152472267, 0.0113424277, -0.00695424527, 0.0127081191, 0.00424083183, -0.0178546198, -0.0119174561, 0.0177683663, -8.40641515e-05, 0.017825868, -0.0120396493, -0.0311952699, 0.0240649227, 0.00607013935, -0.00958859175, -0.00462178746, -0.00726332283, 0.0259193871, -0.0028715462, -0.0222967118, 0.00907825492, 0.00371971237, 0.0109614711, 0.0281044934, -0.0125068594, -0.00134951889, 0.0118599525, -0.0102283107, -0.00348970131, 0.0207585115, 0.0032848476, -0.0171645861, 0.00293443981, -0.0109614711, -0.0119174561, 0.0452834554, -0.0102786254, -0.0087691769, 0.0243668128, 0.00863260776, 0.00128662516, -0.00195150136, 0.00503149536, 0.0119605828, 0.0029254551, 0.0155401323, -0.00229292433, 0.00100719754, -0.00118869077, 0.0298152026, -0.00142139732, 0.00851760246, 0.0174808521, -0.0168051943, 0.0325465873, 0.00506743416, -0.0108464658, 0.00573949842, 0.00410426268, -0.00314288749, -0.00467929058, -0.0068033, -0.00831634272, 0.00703690527, -0.00831634272, 0.0194215719, 0.00782038085, 0.00369455502, -0.00338368048, 0.0016424238, -0.00521119125, 0.00978266448, -0.00756880641, -0.00465413323, -0.010027051, 0.00307100895, 0.0084601, 0.00382034248, -0.00330820796, -0.0230011214, -0.017020829, 0.00531900907, 0.0200828537, -0.000898930535, -0.00809351914, -0.0290101636, 0.00316265412, 0.0180702545, 0.00635405956, -0.000282796973, 0.00161187537, -0.0144403912, -0.019249063, -0.0126937432, 0.0123127876, 0.0149219772, -0.0240792986, -0.00989048183, 0.00023293127, 0.00536573026, -0.00420848606, -0.0161151607, -0.0264656637, 0.0199247207, 0.0167764425, -4.05158899e-05, 0.00147530623, -0.0164889283, 0.00469726, 0.00960296765, -0.00999829918, 0.000603330147, -0.011931831, -0.00221565482, 0.0161870383, 0.0085535422, -0.00178078993, 0.0226992313, 0.0193496924, 0.00358314323, 0.0048374231, -0.00840259716, -0.0229436178, -0.00295420643, -0.0116515048, 0.0163451713, 0.000820313406, -0.00976110063, -0.0065876646, -0.0251718517, -0.00517884595, 0.0109327203, -0.0101061175, 0.00774850231, 0.0223542135, 0.00741786137, -0.0162732936, 0.00832353067, -0.0121618425, 0.000629835355, -0.00444209157, 6.10405696e-05, -0.00519681582, 0.00708362646, 0.0263075326, -0.0104870731, -0.013369401, 0.0181708857, -0.00368736708, -0.0086038569, 0.00719863176, -0.00689674215, -0.00958140474, -0.00814383384, 0.00738911, -0.000806836179, -0.015108861, 0.00488055032, 0.0231161267, -0.0253874864, 0.00279966765, 0.00276732235, 0.0100629907, -0.0163164195, -0.0010215732, -0.0113280518, 0.0128662521, 0.019737836, -0.00402519619, -0.00101168989, -0.00152651966, 0.0289239101, 0.00769099966, -0.0163882989, 0.00215096422, 0.00361728552, 0.0147494683, 0.0107314605, 0.0218366887, 0.00506743416, 0.042322062, -0.0175383538, -0.0015759361, 0.00201619207, -0.00092004484, -0.0185734052, -0.00226237578, -0.0375780798, 0.00424442533, -0.0186452828, 0.010983035, 0.00540885748, -0.00181223673, -0.00321117206, 0.00266309851, -0.00420489255, -0.00846728776, -0.00134951889, -0.0101708081, 0.0179121234, -0.0420345478, -0.0125499861, -0.0161870383, -0.00968922209, 0.00327406568, 0.00494524091, -0.016072033, 0.0251574758, 0.0052507245, 0.0043091164, 0.0125859259, 0.000217544773, -0.00665594917, 0.00374846393, -0.0279319864, -0.00350228, -0.0120827761, 0.00546995411, -0.0232167561, 0.0197522119, 0.0112058586, -0.00558855338, -0.00253012334, 0.00668829447, 0.00556699, 0.0173083432, -0.000320083956, 0.00856072921, -0.00604857598, 0.0051213433, 0.0169777013, -0.00738911, 0.00343938638, -0.00445287302, -0.0188034158, 0.0251287241, -0.0162445419, -0.00706565659, 0.0217504352, -0.0206147544, 0.00889137108, -0.0138653629, 0.00191915606, 0.0104583222, 0.00153191062, -0.020197859, -0.0115868142, 0.00735676475, -0.00819414947, 0.0164458, 0.00168375392, 0.0188034158, -0.00190478028, -0.00684642745, -0.0169058237, -0.00384549983, -0.0279319864, -0.0250568464, 0.00882668048, 0.00907825492, 0.00261997129, 0.00295600342, -0.0122121572, 0.0257900059, 0.0160432812, 0.00917169731, 0.0126362406, 0.00735317077, -0.0138438, 0.002585829, 0.0117090084, 0.00756880641, 0.0022731577, 0.00293623679, -0.00386346946, 0.00619592704, 0.00638999883, 0.00418332871, -0.0149794798, 0.00304225762, -0.00537651172, 0.00711237779, -0.0153532485, -0.00173856132, -0.0223110877, 0.00551667484, 0.00360470684, 0.012399042, 0.00509978, -0.0103217531, -0.0135706607, 0.0223254636, -0.0200109743, -0.00173496734, 0.0157270171, 0.0184296481, -0.00477992045, -0.0140306838, 0.00890574604, 0.00951671321, 0.00499196211, 0.00575387431, 0.0114646209, -0.00112220307, -0.0197234601, -0.00918607228, -9.66990483e-05, -0.0200109743, -0.0112633612, 0.00501352549, -0.0129525056, 0.00953827705, -0.00975391269, 0.00197665882, -0.00289490656, 0.00910700578, -0.00272239838, -0.00989767, 0.00858229306, 0.0235905237, 0.0139659932, 0.00213838555, -0.0192203112, -0.00461100601, -0.0111914827, -0.0208735168, 0.029427059, 0.0134700313, -0.0119102681, -0.0206147544, -0.0143757006, -0.0142750703, 0.00208807038, -0.0206003785, 0.0061528, -0.0156120108, 0.0120180855, 0.00522197317, 0.0140953744, -0.00864698365, 0.00380237284, -0.00275654066, 0.0039137844, -0.00698659057, 0.00229292433, 0.0167045631, -0.00406113546, -0.00128842215, -0.000535494823, 0.0182140116, 0.0253299847, 0.00838822126, -0.0145985242, -0.00994798448, -0.00577543769, -0.00277451, -0.0117449472, -0.00766224833, -0.0109399082, 0.0194215719, -0.0118312016, -0.00152741815, 0.0134412795, 0.00665954314, 0.00048922305, 0.00752567919, 0.00669188844, 0.0289239101, 0.0110477256, 0.0120468372, 0.0110405376, -0.0210891534, 0.0106020793, 0.0249274652, -6.66560809e-05, -0.0100917416, -0.0225123465, -0.0200684778, -0.00955265295, -0.00016116508, -0.00892731, 0.00674939156, -0.00400003884, 0.0119677708, -0.0193784442, 0.012399042, 0.00810789503, -0.00638281088, 0.00100899453, -0.0165176801, 0.00630733836, 0.0233605132, -0.0139013026, -0.00632171426, -0.00296139438, -0.00973234884, 0.000219341746, -0.023691155, -0.0112346094, -0.0126865553, 0.00064061716, 0.00540885748, -0.00940889586, 0.00256067165, 0.0172795914, 0.0088985581, 0.0140881864, 0.00862542, -0.00225698506, -0.00718066236, 0.00442052772, -0.0103217531, -0.0251431, 0.0215923022, 0.00152112881, -0.0227423571, -0.0199247207, -0.0110261627, 0.0138941146, -0.000376239041, -0.00500274356, 0.00747536402, 0.00792819913, 0.0336966403, 0.0144116394, -0.0155113805, 0.00967484619, -0.0199390966, 0.0228861142, -0.0134484675, 0.0148500986, -0.0116515048, -1.69307568e-05, -0.0139156776, -0.0123199755, -0.0211466551, 0.0295564402, 0.021161031, 0.0347029418, 0.000689584354, -0.000826153555, -0.00839540921, 0.00332258386, -0.00478351442, -0.00259661092, -0.00314648147, 0.00409707474, 0.00763349701, -0.00278529199, 0.00969641, 0.0131465783, 0.00833071861, -0.0142966341, 0.00111411675, 0.00572152855, 0.00706206262, -0.00140522467, 0.0125212353, -0.0112777371, -0.0232167561, -0.012887815, 0.0025534837, -0.00754005508, 0.00344298035, -0.00411863811, -0.00590841286, -0.0195365772, -1.53162982e-05, 0.00426598918, -0.00483382912, 0.00379518489, -0.00245285383, -0.0274863392, 0.00649781665, -0.00511415536, 0.00535494834, 0.00685720891, 0.00259661092, 0.00573949842, 0.0125931138, -0.0266956761, 0.0292833019, 0.0270119403, 0.00169902807, 0.00173227186, -0.0127943736, 0.00395331765, -0.000529654732, -0.00338727445, -0.00180235342, 0.0146128992, -0.00288592186, 0.0118958922, -0.0113352397, -0.00359392515, -0.0112777371, -0.0187602881, 0.00935858116, 0.0109399082, -0.00417973474, 0.0265231673, 0.00221026386, -0.0167620666, -0.0179552492, 0.00864698365, -0.00323453266, 0.0203272402, -0.0136569152, -0.0284207594, -0.00951671321, -0.00503868284, 0.0123056, -0.0150513584, 0.00188860763, 0.00459303614, -0.0140738105, 0.000656340562, -0.0140809985, 0.0190046765, 0.000752478081, 0.0120612122, 0.0116515048, 0.00648703473, -0.0276157204, -0.0137000429, -0.00185266836, -0.0167189389, 0.0211322792, -0.0104008196, -0.000754275, -0.0175671056, 0.0133262742, 0.0123918541, 0.0253874864, 0.00628936896, 0.000382753031, -0.0155688832, 0.00910700578, -0.00627499307, -0.00749692786, -0.00468288455, 0.0181277581, -0.00863979571, -0.0114286821, 0.0275725927, -0.0151376128, -0.00685361493, 0.014152877, -0.0202984884, -0.0245249458, -0.00710878382, -0.00517525198, 0.0129884453, 0.00782038085, 0.0111771068, 0.0174377244, -0.0124781076, 0.0153676234, 0.00324531435, 0.0074466127, -0.00105930946, -0.0198240913, 0.00912138168, -0.00701174792, -0.0110692894, -0.0243955627, 0.0148213468, -0.00234503602, -0.000732711458, 0.00907825492, 0.0350479558, -0.00980422739, -0.00362627045, 0.0136569152, 0.0103145652, 0.00868292339, 0.00872605, -0.0292257983, 0.019895969, 0.00397128705, 0.0215347987, 0.0164601766, -0.0317990482, -0.00232167565, 0.0205285, -0.00882668048, 0.0187315382, -0.000149372514, -0.000588954485, 0.0151951155, -0.00112849253, 0.00185626233, -0.000619952101, -0.021161031, -0.00714112911, -0.00977547653, 0.0186884105, -0.00321296905, -0.0055813659, -0.00433786772, -0.0343291722, 0.0215060469, -0.0253443606, -0.000495512446, -0.0274000857, 0.0252149776, 0.00810789503, -0.0222535841, -0.0084601, -0.00323453266, -0.00425520726, 0.00162535266, 0.0140450597, -0.0194790736, -0.0209166445, -0.00902075227, 0.00670267036, -0.00312671484, -0.0121259037, -0.00378080923, 0.0136497272, -0.00190837425, -0.00111411675, 0.0192921907, 0.014001932, 0.0215491746, 0.012248097, -0.0023935542, -0.00530103967, -0.0026002049, -0.0146632148, -0.00174934301, 0.0207441356, 0.00880511664, -0.00359751913, -0.0105158249, 0.00904950313, -0.013678479, 0.0172220897, -0.00287514017, -0.00837384537, -0.0114143062, -0.00266130152, 0.0172364656, -0.0092292, 0.0122552849, 0.00116083783, -0.00241152383, 0.00807195622, 0.0131537663, 0.0370605551, -0.0048050778, 0.0125140473, 0.0141313132, -0.0223110877, -0.00917169731, 0.0169777013, 0.0303614791, -0.00806476828, -0.0257900059, 0.0150082316, 0.0238492861, -0.00507102814, 0.0155113805, -0.0194646977, -0.0157413911, 0.00344657409, 0.0138078602, -0.0328341, -0.0236624032, 0.0261637755, -0.0040108203, -0.0271125715, 0.00263973791, 0.0137575455, 0.00958140474, 0.0142822582, 0.00142499129, -0.00902075227, 0.0125571741, 0.00348610734, 0.0136712911, -0.0289957877, -0.00421208, 0.0166758131, 0.0332653709, -0.0230298713, -0.016230166, 0.0011302894, -0.00825884, 0.0164889283, -0.0131753292, -0.000884105568, 0.0107170846, 0.000574578764, 0.0108967805, 0.00481945369, -0.0242661815, -0.0060773273, 0.00798570178, -0.0268106814, 0.00792819913, -0.00935858116, 0.0221673306, -0.00705487514, 0.00326328399, -0.00685361493, 0.00596232153, -0.0148500986, 0.00137377786, -0.00784913264, -0.0222967118, 0.00524353655, -0.00235941191, -0.0294126831, -0.0129668815, 0.0113496156, -0.00624264777, 0.00829477888, -0.0153819993, 0.0339266546, -0.0216785558, 0.0142391315, 0.0105158249, -0.00396769354, -0.0211322792, 0.00393894175, -0.00346095, 0.00712315971, -0.00241152383, -0.00140971714, 0.00852479, 0.00830915477, -0.00334414723, 0.00310694822, 0.00276911934, 0.0117161954, 0.00805039238, 0.00886980724, -0.0193353165, -0.00377002754, -0.010652394, 0.00400722632, -0.00157054525, 0.0189903, 7.87294193e-05, 0.00549511146, -0.012248097, -0.0150801102, 0.00698659057, 0.0101276813, -0.0228142366, 0.0146488389, 0.0182427634, -0.0179696251, 0.0149651039, 0.0168051943, -0.0123559143, 0.0231161267, -0.00853197835, 0.00827321596, -0.00403238414, 0.00109974109, 0.0146704018, 0.0131322024, 0.00295061246, 0.0324028283, -0.00211682194, 0.00139444298, 0.00660204049, 0.0147638442, 0.00729566813, 0.0124637326, -0.0010224717, -0.0245824475, 0.000189467246, -0.0352779701, -0.0241655521, -0.000534147141, 0.0170064531, 0.0218941923, -0.0277019739, -0.0121690305, 0.00123361475, -0.0117521351, 0.0170639567, -0.000414424489, 0.00613123644, 0.00252652937, 0.0195078254, -0.010185184, -0.000406338164, -0.0115005607, -0.00563527457, -0.00398206897, 0.00904950313, 0.00806476828, -0.0101276813, 0.0164458, -0.0110621015, 0.00224440615, -0.00217791856, 0.0162876677, -0.0222967118, -0.0148500986, -0.0270119403, 0.00463256938, 0.0255024917, -0.0220379494, -0.00448521832, -0.0126074888, 0.00401800824, -0.00849603862, 0.00079785136, 0.0207872633, 0.0107458364, -0.013850987, 0.00552026881, 0.0060270126, -0.00109255326, -0.00597310346, 0.00111860922, -0.00146901689, 0.000867483672, 0.00640796823, -0.000811777834, -0.00327945664, 0.000433517213, -0.00318421773, -0.0414307676, 0.0224835947, -0.0265519191, 0.0275582168, -0.0140450597, 0.0244530663, -0.00234144228, -0.0104870731, 0.0184296481, 0.00190118642, -0.00438818242, -0.00209705532, -0.0271700732, 0.0116371298, -0.00615639379, 0.0227854848, 0.0064906287, 0.0061420179, 0.00106110633, -0.0199678484, 0.00550948735, -0.000174305373, -0.000121519595, 0.0053154151, 0.0106452061, 0.0105158249, -0.0110836653, 0.0156838894, -0.0138797387, -0.00584372226, -0.0149076013, 0.0241511762, 0.0149938557, 0.00353821926, 0.0157126412, 0.0170639567, -0.00135401124, -0.000494164706, -0.0133909648, 0.0111267921, 1.03325347e-05, 0.00746098859, 0.0101276813, 0.0152238663, 0.0166183095, 0.0204709973, 0.00838822126, 0.0114214942, 0.0189040452, -0.0174233485, -0.0208878927, -0.000197778194, -0.00984735508, -0.0190621782, 0.00529744569, -0.0177396145, -0.0169489514, 0.0216785558, -0.00451756362, 0.00768381171, -0.000736305432, 0.0189903, 0.00487336237, -0.0129812574, -0.00160109368, 0.00268466212, 0.0368305445, 0.0166326854, 0.0194646977, 0.0347604454, 0.00613483, 0.0186309069, -0.00594794611, -0.00274216477, 0.00228214241, 0.0166758131, 0.000570984848, 0.00115365, 0.0174233485, -0.00815821, 0.00907825492, -0.0142247556, -0.00121654361, -0.00978985243, -0.00794976205, -0.0047547631, -0.0106020793, 0.0124852955, -0.0274863392, -0.0150369825, 0.00242949347, -0.00713034719, -0.0149794798, -0.00819414947, -0.0105230128, 0.00477992045, -0.0214485452, 0.0112417974, 0.00237378757, 0.0126937432, -0.0244530663, -0.0180415045, 0.0441909023, -0.00208088267, 0.0027511497, -0.00587247359, -0.000100966834, -0.0026738802, 0.00264512887, 0.00473679323, -0.0200109743, -0.00389222079, -0.00502071343, 0.00326867495, -0.0003560232, 0.0191771835, -0.012406229, -0.000968562788, -0.0136712911, 0.00751849124, 0.0178546198, -0.00415457739, 0.00721300766, 0.0204278696, -0.00831634272, 0.00474757515, 0.0167189389, 0.00861823279, 0.00271521043, 0.0143325729, -0.0142966341, -0.00981141534, -0.0145697724, 0.00102876103, -0.00436661905, 0.00087512075, 0.0109614711, -0.0387856402, 0.00886261929, -0.0216354299, 0.0258906372, -0.00764787244, -0.0129668815, -0.00823727623, 0.00601623068, -0.00904950313, 0.013045948, 0.0199247207, -0.00797851384, 0.00510696741, -0.0247405805, 0.00571074709, -0.0024025389, 0.00282841898, -0.00344118336, 0.0119677708, 0.00987610593, 0.0227854848, -0.0190478023, 0.0120540252, 0.00283560692, 0.00634687161, 0.00769099966, -0.0055346447, -0.000956882548, -0.0145553965, -0.00018643486, -0.00863979571, 0.000157009606, 0.0201547313, -0.00914294552, 0.0113352397, -0.0132903354, 0.0168051943, 0.00487336237, -0.0022605788, -0.0130675118, 0.0298727062, 0.00691111805, 0.000687787426, -0.0104223825, 0.00996954832, -0.00217971555, 0.000781229464, -0.00724175898, 0.00901356433, -0.0232023802, -0.0119677708, -0.0164170507, -0.00477992045, 0.000746637932, 0.00725254091, -0.000953288632, -0.00188681064, 0.0150369825, -0.00537651172, 0.000690482848, -0.000528756238, 0.00570355915, -0.0095598409, 0.0018050489, 0.0092292, 0.0130028212, 0.00025988571, -0.0185877811, 0.0436733775, 0.00669548241, 0.0226848554, 0.007396298, -0.00505665271, -0.00315906014, 0.0207010079, 0.0245968234, 0.0101492442, -0.0178546198, 0.000632530835, 0.0134125287, -0.00330461422, 0.0159426518, -0.0148500986, 0.0121330908, -0.0126362406, 0.000415098359, 0.0032848476, -0.0270838197, -0.0256462488, -0.0202984884, -0.00322375074, 0.00640796823, 0.0356804878, -0.00286435825, -0.0162876677, -0.0140091199, 0.00654813135, -0.0183002669, 0.00255168672, 0.00759755773, 0.00904231519, -0.00489133224, 0.0284495112, -0.00119857397, 0.00380237284, 0.0110621015, 0.00906387903, 0.00685361493, 0.00254809298, -0.00815102179, 0.00863979571, -0.0160864089, 0.00122283306, -0.0302177221, 0.0177108627, 0.025286857, 0.0203416161, -0.00444209157, 0.0088338675, 0.0189615488, -0.00277271331, -0.00451756362, 0.0143685127, 0.00229472108, 0.00738911, -0.00156156044, -0.0121762184, -0.00169004325, -0.0146057112, -0.0169920772, -0.00601623068, 0.00578981312, -0.00622827234, 0.0163307954, -0.0121690305, -0.00980422739, 0.00672782771, -0.00764068495, 0.0148644745, 0.00576465577, -0.010019863, 0.012729683, 0.00148339255, 0.0196372066, 0.0068392395, 0.0230586231, -0.00122103607, -0.0160864089, -0.018932797, -0.00828040298, -0.005088998, 0.00263075321, 0.0284495112, -0.012406229, 0.00834509451, -0.00812945887, -0.00856791716, -0.0220954511, -0.0231161267, -0.000557956868, -0.024179928, 0.0248124581, -0.0078275688, -0.00981141534, -0.0130818877, -0.00514650065, 0.00766224833, -0.00310515123, 0.00251934142, 0.00359931588, 0.0116802566, -0.0144260153, -0.0187890399, 0.0169345755, -0.000444748235, -0.00618873909, 0.0310802646, 0.0175814815, 0.00268106814, -0.00837384537, 0.0201116055, 0.000103213039, -0.0112993009, 0.0077628782, 0.00506384065, -0.00187243498, 0.00447803084, -0.00772693893, 0.0046146, -0.00702971732, -0.0127728097, -0.0037304943, -0.0249993429, -0.0116371298, -0.0109183444, 0.00814383384, -0.0382393636, 0.00641156221, -0.00967484619, 0.00175203849, 0.0433858633, 0.00664157374, -0.0185015257, 0.000644660322, 0.000971258269, -0.00164871314, -0.0269113109, -0.00631093234, -0.0248412099, 0.0184152722, -0.00966047, -0.0232598837, 0.0207728874, -0.018932797, -0.0214485452, 0.0346454382, 0.00343040144, 0.0219948217, -0.017178962, 0.00927951466, -0.00389581476, 0.00158132706, -0.00643312605, 0.00204853737, 0.00332438061, -0.00305124233, -0.00837384537, -0.0221385788, -0.0199965984, 0.0235617738, 0.0134987831, 0.022914866, -0.00235761493, -0.0212760363, -0.0112130465, 0.00433068, -0.00567121385, 7.99648333e-05, 0.0185159016, -0.00743223727, -0.0246255752, -0.0130890748, -0.00483023515, 0.00380596658, -0.00567840179, 0.0142535074, -0.0193065647, -0.0120324614, -0.0129956333, 0.00640437473, 0.00471523, 0.0158707742, -0.0107673993, -0.00874042604, -0.0037844032, -0.00589044346, -0.00310155726, 0.0379806, 0.00254809298, 0.010019863, -4.00104946e-05, 0.00688236672, -0.0116874445, 0.017337095, 0.0207010079, -0.0138006723, 0.0308215022, -0.0126290526, -0.0185590293, 0.00815102179, -0.0167189389, 0.0016190632]
|
16 Nov, 2020
|
HTML5 MathML open Attribute
16 Nov, 2020
This attribute holds the opening parentheses of any equation same as close attribute. This attribute is accepted by <mfenched> tag.
Syntax:
<element open="parentheses">
Attribute Value:
Parentheses: Holds the parentheses which will be used to open any equation.
Below example illustrate the open Attribute in HTML5 MathML:
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML open attribute</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML open attribute</h3>
<math>
<mfenced open="{" close="}" separators="">
<mrow>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo>+</mo>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
<mo>=</mo>
<msup>
<mi>z</mi>
<mn>2</mn>
</msup>
</mrow>
</mfenced>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML open attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute
|
https://www.geeksforgeeks.org/html5-mathml-open-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML open Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML open Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.015989203, -0.00719443336, -0.0136170229, 0.0125902584, 0.032828141, 0.00494971359, -0.00133656419, 0.0296841189, -0.017717, 0.00528252684, 0.00176585803, -0.0125477714, 0.00783881638, 0.00258815498, -0.0142330816, 0.00571801653, 0.00573571958, 0.0117334407, 0.0014843829, -0.00331220101, -0.0507292524, -0.0165981799, -0.0328564681, -0.00994899496, -0.0100552114, 0.000113519447, 0.00747059751, 0.010593378, 0.0228720661, 0.0344709642, 0.0217249226, -0.00653588772, 0.00611456, -0.012200796, -0.020577779, 0.00281475112, -0.0234810431, 0.032828141, -0.0482650176, -0.0269083139, 0.00649694167, -0.0354623236, -0.017801974, 0.0222489256, 0.0147854099, -0.0138294566, -0.00992067065, -0.039031215, -0.030930398, -0.021144269, 0.0332813337, -0.015989203, 0.0413538292, -0.00450714258, 0.0016153839, 0.00541706849, 0.0152102783, -0.0019597041, -0.0128593417, -0.00696429657, -0.0129797207, -0.00882309396, -0.0388895944, 0.00123919861, -0.0212858915, -0.00857525505, 0.00579236867, 0.0349524841, -0.01079165, -0.0231694747, -0.0156351458, 0.0353773497, 0.0102888895, 0.0320067294, 3.43822285e-05, -0.0156634711, 0.0278430227, 0.00847611856, -0.00223055761, -0.0251663532, 0.00783881638, -0.012809773, -0.0166973174, 0.017037211, 0.0191473886, 0.0190482531, 0.0130292885, -0.0503327064, -0.0100552114, -0.00996315666, -0.0232261233, 0.0271207467, -0.00951704569, -0.00534979766, 0.0186233856, -0.0322050042, -0.00487182103, 0.00111881935, -0.0220081676, 0.0234527197, -0.0231694747, 0.0262851734, 0.0244582407, 0.0309870467, -0.0193173364, 0.0163715836, 0.021144269, 0.00593045074, 0.037331745, -0.00512674171, -0.0151961157, -0.0248122979, 0.0040362468, 0.00194200128, 0.00422743754, 0.0323183, -0.0161308255, -0.0280554574, 0.0165840182, 0.03044888, -0.040277496, -0.00362908165, 0.00186764938, 0.00767595042, -0.0295424964, 0.0289335176, -0.0332813337, -0.00387338083, 0.0102534834, -0.044101309, -0.0158334188, 0.0161308255, 0.00685099838, -0.0477835, 0.0374733657, -0.00626326399, 0.0245007277, 0.0145021649, -0.0102747269, -0.0197988544, -0.0452059656, 0.0184534378, 0.0288485438, 0.0326015465, -0.0404474437, -0.0105367294, 0.0111881932, 0.0213283785, -0.033111386, 0.0332813337, -0.02738983, 0.00434427615, 0.0242033191, -0.0433365479, 0.01522444, -0.0195014458, -0.00330334948, 0.0189632792, 0.00405040942, -0.000817871129, 0.00744935405, -0.0144525971, 0.0255487356, 0.015989203, -0.0263984725, 0.0407306887, -0.0224471986, -0.0108695421, -0.0245998632, 0.04534759, -0.0212292429, 0.00214027311, -0.00722275767, -0.0208893493, -0.0384364, 0.00324493018, 0.0219940059, 0.00362377078, -0.00349631044, -0.0212858915, -0.0503610335, -0.018085219, 0.0140702156, 0.0304772053, -0.00816454832, -0.0135391299, 0.0155784972, -0.0144667588, -0.00210840791, -0.0249964073, -0.0196713936, -0.00682621403, 0.0141693512, -0.00504530873, 0.0647499, -0.0297124423, -0.0530235395, 0.0100976983, 0.0194023103, 0.011074895, 0.0301939603, -0.0544397682, 0.0251380298, -0.00990650803, -0.0317518115, -0.0303922314, -0.0117334407, -0.000609420182, 0.0345559381, -0.0016233502, -0.00616412796, -0.0205352921, -0.0150403306, -0.0121583091, -0.0100198062, 0.00421327539, -0.0373883918, -0.0340461, -0.0154935233, -0.0611810088, 0.0304205567, 0.00516922865, -0.0157626066, 0.0222206023, -0.0287635699, -0.0248122979, -0.0451776423, -0.0303355828, 0.00999856275, -0.00414954498, -0.00308914529, 0.0427134074, -0.00607207324, 0.0053604194, 0.0155784972, -0.00291919801, 0.00190836587, -0.0497662164, 0.0393994339, 0.0140772965, -0.0511824451, -0.016753966, -0.0102039156, -0.0110890577, -0.0132417222, 0.0129797207, -0.000897533901, 0.0118750632, 0.00497095706, -0.00798752066, 0.0290043298, -0.0338761508, -0.00657837465, -0.0282678921, -0.034640912, 0.0360854641, 0.0439313613, 0.010069374, -0.0284661632, 0.0286077857, 0.0399376, -0.00905677211, -0.0149978446, 0.000396101, 0.0027226964, 0.0229003914, 0.0436197929, -0.0356605947, -0.0138436193, -0.0202095602, 0.0146296248, -0.0110465707, 0.065089792, -0.0198271777, -0.00154103199, 0.00449652085, -0.0306188278, -0.00305728, 0.0499078408, -0.0409289598, -0.0125690149, 0.020294534, 0.0259736031, 0.0192465261, 0.0533351079, -0.00802292582, -0.0134824812, 0.0218665451, -0.0167398024, -0.0185808986, -0.00638718391, -0.0115564121, 0.00690764748, 0.0408723131, 0.0062703453, 0.0515789874, -0.00215797592, -0.0514656901, 0.0118538197, -0.0220648162, -0.04704706, -0.0129655581, -0.0155784972, -0.0481233932, -0.000938250392, 0.0256337095, 0.012285769, -0.000250052573, -0.0118679823, -0.0258461423, 0.0178727843, -0.0267383661, -0.00464876508, 0.00593753159, -0.0274181552, 0.0167964529, 0.0133408587, -0.00946747791, -0.00321306498, -0.0130859381, 0.0312702917, 0.0112519236, -0.00706697302, 0.0275031291, 0.0125831766, -0.0278996713, -0.0296557937, -0.037331745, -0.012002524, -0.0107774874, -0.0535900295, -0.0302506089, 0.000227038894, 0.0130009642, -0.0272198841, -0.0765329078, 0.0361704379, -0.0199829638, -0.00306613138, -0.0144667588, -0.0180144068, -0.0181418676, -0.007852979, 0.016272448, 0.0209459979, -0.0273048561, 0.0101047801, -0.0197563674, 0.00587380165, 0.0260444153, 0.000998440082, 0.0261152256, -0.00498157833, -0.0387762971, 0.0033954042, -0.0206910763, -0.0554877743, -0.0204928052, -0.0371334739, -0.00719797378, -0.0380115323, 0.0311003458, 0.0384080783, -0.0442995802, 0.00505239, -0.0494829714, -0.037898235, -0.00115865073, 0.0176461879, -0.0203228574, -0.0437047668, -0.0320067294, 0.0095807761, -0.004068112, 0.0206344277, 0.00840530731, -0.00258461433, -0.00573571958, -0.0325165726, 0.0127885304, -0.0241325088, 0.0308737494, 0.0244015921, -0.00312455092, 0.0329697654, -0.0363403857, 0.0126398262, 0.00124185404, -0.0204928052, 0.0303922314, -0.00437968224, 0.0645799488, -0.0125760958, -0.0346975625, 0.0308171, -0.0167822894, -0.0396260321, -0.0199688, 0.0187650081, 0.00575342216, 0.0217249226, -0.0230703373, 0.0190057661, 0.0431949235, 0.00535333809, 0.0298540648, -0.0387196466, -0.0150544932, 0.0388046205, 0.0104021877, -0.0165981799, -0.00514444476, -0.0096091, 0.00181808148, 0.0083415769, 0.0354056768, 0.00524004, 0.0190057661, 0.0158050936, 0.0388046205, 0.035434, -0.0324316, -0.0204786435, -0.00846903771, -0.00624910183, -0.00515860692, -0.0472453348, -0.00459211599, 0.022192277, 0.0273756683, -0.0335929058, 0.00975780375, 0.039427761, 0.0127602052, 0.00895763561, -0.00524004, -0.00185879797, 0.0271915589, -0.0159467161, -0.000773171429, 0.00280944025, -0.0180144068, -0.0354056768, 0.0333379842, -0.0333096609, 0.00199510972, -0.0060862354, -0.0578670353, 0.0504176803, 0.0407873392, -0.0220648162, -0.0190199297, -0.0531368367, -0.0127460435, 0.0133621022, -0.0138436193, 0.0371901207, -0.00453900779, 0.000812117709, -0.000337239064, -0.033507932, 0.00967283081, 0.0494829714, -7.43380861e-06, 0.0416653976, -0.0235660169, -0.0446678, 0.0139002679, 0.00229074713, -0.00755557092, -0.0046169, -0.00915590767, 0.0131779928, -0.0082353605, 0.0494263247, 0.0234952066, -0.00929044932, -0.000834246224, -0.0181985181, -0.0161308255, 0.0428550281, 0.00317942956, 0.0168389399, -0.015507686, 0.0139427548, -0.0326581933, -0.00368573074, -0.0177453253, 0.0330830626, 0.0369635262, -0.00835573953, 0.00816454832, 0.00306082075, -0.0279846452, 0.00254743826, 0.0203511827, -0.0128451791, -0.00306613138, 0.00765470695, -0.00356889213, 0.00479038805, 0.00957369432, -0.00177205401, 0.0314685628, 0.00462752162, 0.0325165726, -0.0502194092, 0.00302895554, -0.0366519541, 0.0296557937, 0.000468240061, -0.0114856008, 0.0132771283, -0.0239484, 0.0248406213, 0.00660669897, 0.0284236763, 0.0320350565, -0.00214027311, 0.0416370742, 0.00914174505, -0.0113935461, -0.0166548304, 0.0223480631, 0.0422318913, 0.0532501377, 0.0173346195, -0.0382947773, -0.0144525971, -0.0295424964, 0.0113723027, 0.013008045, 0.000666069274, 0.0159750413, -0.0199404769, 0.000349188485, -0.00836282, 0.028310379, 0.00101171713, 0.00249964069, -0.0360571407, -0.0229145531, -0.00491430797, -0.00486473972, -0.018651709, -0.0198838282, 0.0164565574, -0.0286927596, -0.0204786435, 0.00570031395, 0.0100764548, 0.00274571, 0.0180002451, 0.00247131614, 0.00534625677, -0.0103172138, -0.012363662, -0.00689702574, -0.0161874741, -0.041127231, -0.00846903771, -0.00637302175, 0.00868147146, 0.00408935547, -0.0256337095, -0.0265967436, -0.0264409576, 0.00173133751, 0.0192606878, 0.0332813337, 0.0131142624, 0.00585255818, 0.0505026542, 0.00837698299, -0.00157201197, 0.0186092239, 0.0187933333, -0.010310133, -0.0108766239, -0.00231730146, -0.0334512815, -0.0200396124, 0.0160175283, 0.00133921963, -0.0059871, -0.00248724874, -0.000249167439, -0.0314968899, -0.0790821165, 0.0107845692, 0.0115776556, 0.0277155619, -0.00210486748, -0.00107898796, 0.0228012558, 0.0365103334, -0.0164423957, -0.001017028, 0.0160741769, -0.000204799697, -0.0121512283, 0.0195014458, 0.0292309262, -0.0111457063, -0.0394844078, -0.0114289522, -0.0166973174, 0.0079946015, 0.0148278968, 0.0115705747, -0.0522587784, -0.0438747145, 0.000587734219, -0.0205352921, -0.0182976536, 0.00191544706, -0.00661378028, 0.0176886749, -0.0189207923, 0.00986402109, 0.0449793711, 0.011315654, -0.00119051582, 0.00924796239, 0.0201812349, -0.0144455153, -0.00735729933, -0.0153235765, 0.00190659566, -0.00676248409, -0.0168389399, -0.0114006279, 0.000608535076, 0.0194447972, 0.0147287613, 0.0243591052, -0.0210734587, 0.00679788971, 0.010954516, 0.00810081884, 0.0248547848, -0.00131355051, -0.0534484088, 0.0289618429, 0.00384151586, 0.011237761, -0.00258638454, 0.0470753871, 0.0298540648, 0.0172071587, -0.0147570856, -0.0210026465, 0.0105225667, -0.007148406, 0.028593624, 0.0172071587, -0.0122362012, 0.000126022074, -0.021427514, -0.00317765935, -0.0279421583, -0.0314402394, 0.0124911219, 0.00989942718, 0.0236226674, -0.0358588696, -0.0261010639, 0.021951519, -0.0263984725, 0.00429116795, 0.0140772965, -0.0323749483, 0.00405749027, 0.0169805624, 0.0116767921, -0.0126610696, -0.0287210848, 0.0213142168, -0.00881601311, 0.0401358753, -0.0137374019, -0.0266250689, -0.0109120291, 0.00917007, -0.000666954438, -0.00645445473, -0.0262002, 0.017320456, -0.00328918733, -0.0193314981, 0.0396543555, -0.0108695421, 0.0264976081, 0.0204928052, 0.00270145293, -0.0179152712, 0.0176603515, -0.0235093683, 0.0060331272, -0.0430816263, -0.0226454698, -0.0024022751, -0.0146437874, 0.0260869022, -0.00527544552, 0.021668274, 0.0028855626, 0.000512939703, -0.0214133523, 0.0041318424, 0.0142543251, 0.0379265584, -0.00780341076, 0.0287494082, -0.00131532084, -0.0281970799, 0.020294534, 0.0292875748, -0.0153235765, -0.00925504323, 0.00303780707, -0.00873812102, 0.00521879643, 0.00731481239, 0.00462752162, 0.00489660492, -0.012285769, 0.0183826275, 0.0020075019, 0.000248946162, -0.0344143175, -0.017037211, -0.0371334739, 0.013772808, -0.0398243032, 0.00390524603, 0.0204503182, 0.0205636155, -0.00513736345, 0.00388400257, -0.0222630892, 0.0382381305, -0.00496033533, -0.00759097701, 0.013609942, -0.0183826275, 0.0171221849, 0.0117830085, 0.00210663769, -0.000276385545, 0.0207760502, -0.00421327539, 0.0258036554, -0.0216541104, 0.053363435, -0.00663502375, 0.00283245393, 0.0113723027, 0.0189207923, 0.0067377, -0.0321483538, 0.0078671407, -0.0174904037, 0.0139073497, 0.00133744942, -0.00980029069, -0.00716256816, -0.0360854641, 0.0080724936, 0.00311746984, -0.0114147896, -0.0148278968, 0.0347825363, 0.00880893227, -0.000451864937, 0.00630575093, -0.0295141712, 0.0194447972, 0.0040150038, -0.0301939603, -0.0119104693, 0.0241466705, -0.0063482374, 0.0277297255, 0.0159750413, -0.00838406384, -0.0080724936, -0.0233110972, 0.0162441246, 0.0242174827, 0.0131355058, 0.0296274684, 0.0339044742, -0.000824509654, 0.00393003, -0.000447217928, 0.0148420595, -0.0148420595, 0.007852979, -0.00795211457, 0.0124415541, 0.0141622704, 0.0168672632, -0.0288627073, 0.0131992362, -0.00456379168, 0.0058596395, -0.00589858554, -0.0396826826, 0.0175753776, -0.000990473782, 0.0172638074, -0.0248406213, -0.0450360179, 0.0192606878, -0.000189309721, -0.00195085269, -0.00611101976, -0.00397605728, 0.0122645255, 0.0166973174, -0.0229003914, -0.00385921868, -0.00311746984, -0.00154368742, 0.0254637618, 0.0236934777, -0.0119033884, 0.0229995269, 0.011237761, -0.000303824956, -0.0115068443, -0.00117635354, 0.0171646718, 0.00705635129, 0.0180568937, -0.00423097843, 0.0313835889, -0.0154227121, 0.0138719436, -0.0317801349, -0.000359367608, -0.0137940515, -0.00796627719, -0.0401075482, 0.00827076565, 0.0192606878, -0.0174904037, 0.0162866116, 0.033507932, 0.0225180089, 0.0264267959, -0.00805833191, 0.0382664539, -0.0155784972, -0.0180285703, -0.050700929, 0.00472311722, -0.0195156075, -0.00458857557, 0.00651110383, 0.0106287841, 0.013609942, -0.00393003, 0.0193881486, 0.00140737556, 0.0429400019, -0.0155784972, 0.00756973354, 0.00786006, -0.0101543479, -0.00943207182, 0.0318084583, 0.0510124974, 0.0111881932, -0.0203511827, -0.037331745, 0.0119742, 0.0204503182, 0.0254071131, 0.0313269421, 0.0177311618, -0.0136665907, 0.0177028384, 0.00600480242, 0.039711006, -0.0366802812, -0.0335362554, -0.0205636155, -0.0128168548, 0.00716610858, -0.0116555486, 0.0520888306, -0.021668274, -0.00297761732, 0.0454608873, -0.0498795174, 0.00361846015, -0.0180144068, 0.0168106146, 0.0113085732, -0.0297124423, 0.0208326988, -0.000532855396, 0.0195864197, -0.00627742615, -0.00697491784, 0.0220648162, 0.00190659566, 0.0153377382, -0.0156634711, 0.00156847143, 0.0124982037, 0.00474790111, 0.0221073031, -0.00946039613, 0.0234952066, 0.014941195, 0.00402208464, 0.00589150423, -0.0183118153, 0.0133621022, 0.0109828403, 0.0187366828, -0.0242316443, 0.00871687755, 0.00272446661, -0.000662528677, -0.020577779, 0.00769011257, -0.0168531016, 0.0180144068, 0.0321766771, 0.0149553576, -0.0187791698, -0.0114147896, -0.0293159, 0.00239165337, -0.0317234844, -0.0220223293, 0.018368464, -0.0149128707, 0.0233819075, 0.0196005814, -0.03818148, -0.0219940059, 0.00035981019, 0.0276305899, 0.00148969376, 0.0251805168, 0.0015012006, -0.0385780223, -0.0392294899, -0.00480101, 0.0289335176, -8.40331559e-05, -0.0029280493, 0.0180568937, 0.0207618885, 0.00654296903, -0.0150120063, -0.0413255058, -0.00228897692, 0.0016640668, 0.0238067769, -0.00953828916, 0.0225321725, 0.000367555156, 0.012809773, -0.0136665907, 0.0372467712, 0.00659961812, 0.0169805624, 0.0347825363, 0.0369068757, 0.00873103924, 0.0148703838, -0.015705958, 0.0174337551, 0.0333946347, 0.0191049017, -0.00698908046, 0.0132346414, 0.0543831177, -0.0068793227, 0.011358141, 0.0419769697, -0.0114643574, -0.0191898756, -0.00100817659, 0.0334229581, -0.0113864653, -0.0173487812, -0.00717673032, 0.0335362554, -0.000560294837, 0.0304772053, -0.0361704379, -0.0139427548, -0.0261293892, -0.046763815, -0.0055976375, 0.00669875368, 0.0063482374, -0.024769811, 0.0202520471, 0.004330114, 0.0020075019, -0.0266109053, -0.00151182234, -0.0150828175, 0.0124982037, 0.0107420823, -0.0109970029, 0.0365103334, -0.00925504323, -0.0167114791, 0.00225888216, 0.0311569944, 0.0386629961, -0.0021385029, -0.0157342814, -0.0218098965, -0.054496415, -0.000298071536, -0.00564012397, -0.0103880251, 0.00289441389, 0.0113510592, -0.0316668376, -0.00218275981, -0.0139285931, 0.0300806612, -0.00943915267, -0.0156776328, -0.00552328536, -0.0355472974, -0.0260869022, -0.0250247307, 0.00710591907, -0.00607207324, 0.012809773, -0.0278571863, 0.0156351458, -0.0103313765, -0.0170513727, 0.0217957329, 0.000462486641, -0.00880185049, 0.0010825285, 0.00680851145, -0.00887266267, 0.0369352, -0.0254354365, 0.00451422343, -0.00329272775, 0.00842655078, -0.0249964073, 0.0171363465, -0.00386984041, -0.00218984112, -0.010472999, -0.00871687755, 0.00169062102, -0.00908509642, -0.00142153783, -0.00402916595, 0.00733605586, 0.00950288307, 0.000250273879, -0.0116201425, 0.00407165289, -0.015266927, -0.0113510592, 0.0190624148, 0.0105438102, -0.00698553957, -0.00725108245, 0.00903552864, -0.0337345265, 0.0114360331, 0.00192429847, -0.0063234535, -0.00345382374, -0.00663502375, -0.0114926826, 0.013532049, 0.00172337121, -0.0266533922, -0.0316668376, -0.0186233856, 0.00636594044, -0.0324316, 0.012122903, -0.00238280185, -0.00914174505, 0.00116750214, 0.0645233, 0.0199829638, -0.00348568871, -0.0124911219, -0.00394065166, -0.0110111646, -0.00965866819, 0.0140418913, 0.0186092239, 0.00368573074, 0.0161308255, 0.0160175283, 0.00411768025, 0.0545530654, -0.028112106, -0.0163432602, 0.0042203567, 0.012200796, 0.00922671892, -0.0312419683, -0.0102534834, 0.00534625677, 0.010671271, 0.0244157538, 0.00964450557, -0.0134754, 0.00524358032, -0.00808665622, -0.0199121516, -0.0167822894, 4.57784336e-05, -0.0173912682, 0.0167681277, 0.00989942718, -0.0161166638, 0.0347542092, -0.0139994044, -0.00185348711, -0.0182126798, -0.0159183908, 0.000859030173, -0.0142826494, -0.0313835889, -0.0358588696, -0.00975780375, 0.0024748568, -0.00765470695, 0.0310153719, -0.00894347392, 0.0190482531, 0.00111350848, 0.00595877506, 0.0493696742, 0.027262371, -0.00689702574, -0.00530022942, 0.0192323625, -0.00155076862, 0.0140064852, -0.0421185903, -0.0214133523, -0.0204503182, -0.0137515645, -0.0420336165, 0.00729356892, 0.0177736487, -0.00635885913, 0.00595523464, 0.00594815332, 0.0037636233, -0.00650402252, 0.0227870923, 0.0269224755, 0.00090904074, -0.0213283785, 0.00209601596, 0.0129797207, 0.0352640525, -0.0182126798, -0.0104942424, -0.00521171559, 0.0132629657, -0.0278996713, 0.033507932, 0.000347639463, 0.0293159, -0.00733605586, 0.00422743754, 0.000912581279, -0.00678018667, 0.0153235765, -0.000791316852, -0.000823181937, -0.0107066762, 0.00226950389, -0.00674832193, -0.00705989171, -0.00435135746, -0.0224188734, -0.0208893493, 0.00581361214, 0.0222914126, 0.0307321269, -0.0051302826, -0.0104871606, -0.0354056768, 0.0352357291, -0.0232827719, 0.00582069298, 0.00562596181, 0.0042415997, -0.00100109552, 0.00487182103, 0.00109492056, 0.00159502565, -0.0154368747, -0.0138719436, 0.00502760569, 0.013532049, 0.00608269498, -0.00562596181, 0.0148420595, -0.0169522371, 0.00948872138, 0.0235093683, -0.0117051164, -0.0209884848, -0.0181277059, 0.0245148893, 0.0251521915, 0.00432303315, 0.0322899744, 0.00584901776, 0.0269649625, -0.00585609861, 0.000230358171, 0.0175470524, -0.00712008122, -0.00887266267, 0.0147570856, -0.00217567873, 0.0109474352, 0.0465372205, -0.0159750413, -0.00768303173, 0.0324316, 0.0119033884, 0.0348108597, 0.0154935233, -0.0175753776, -0.0139923226, -0.00982861593, 0.0263984725, 0.0229428783, -0.0163432602, -0.0338478275, 0.0225746594, 0.0106995953, -0.000165300255, -0.0218240581, 0.0154368747, 0.00700678304, 0.0260869022, -0.00741394842, -0.0275597777, 0.0104942424, 0.024529051, -0.0251097046, -0.0020075019, -0.0221073031, 0.0284944884, 0.0207477249, 0.0106925135, -0.012526528, -0.0012223809, 0.0111032203, 0.0166123435, -0.00426638406, 0.00984985847, -0.00415308587, -0.00578174694, -0.00171009416, -0.01216539, -0.0141481077, -0.0090709338, -0.0184251126, -0.00797335804, -0.00210486748, 0.000555869134, -0.00988526456, -0.0152810896, -0.0342443697, 0.0084407134, 0.0293442234, -0.0125123654, -0.00710945949, -0.00414954498, -0.0103030512, -0.0269366372, 0.0185808986, 0.00407519331, 0.010472999, 0.0130646946, 0.0116980355, 0.00815746747, -0.0209601596, -0.0191049017, 0.0275314525, -0.0187508464, -0.0241749957, 0.012200796, -0.00268198, 0.0132842092, -0.00990650803, 0.00213319203, 0.020421993, 0.0723408759, -0.00567198917, 0.0114218704, 0.0469337627, -0.00389816496, 0.00203582644, -0.0113298157, -0.00815038662, -0.00790962763, 0.0114006279, -0.00859649759, 0.00440446613, -0.017717, 0.000505416, 0.00150651147, 0.0345559381, 0.00756265223, 0.0181135442, -0.00706697302, -0.0289760046, 0.0215833, -0.0126398262, 0.0249397587, -0.00874520186, 0.0130292885, 0.0037636233, 0.0125973392, -0.0306188278, -0.0182126798, -0.000247397169, 0.0132275606, 0.00107633253, -0.00281652156, 0.00889390614, -0.0108128935, 0.0132842092, 0.00228189584, -0.0356605947, -0.0076688691, -0.0140135661, -0.00276518334, -0.00600834331, -0.00967283081, -0.0234668814, 0.0338761508, 0.0270357747, 0.0101047801, -0.0116343051, -0.00516922865, 0.0415521, -0.00731481239, -0.0133975074, -0.0036166897, -0.0220081676, -0.0348391831, -0.0057711252, 0.0108695421, 0.0238775872, -0.000122592144, 0.00489660492, -0.0128380982, 0.0124486359, -0.0092125563, -0.00851860549, -0.00964450557, -0.0153377382, -0.0092762867, -0.0281970799, -0.0143888667, -0.0147854099, -0.00970115513, -0.0172921326, 0.00304488814, 0.00572863827, 0.0374167189, -0.0277155619, 0.0175612159, -0.00178090553, 0.00416724803, 0.0228862278, 0.00624202052, -0.0274039935, -0.0145304892, 0.0072581633, 0.0162016377, 0.00100729149, 0.0263701472, 0.00254389783, -0.00124805, -0.0139781609, -0.00626680441, -0.0089293113, 0.021625787, -0.0163007732, 0.00622077705, -0.0114077087, -0.0226454698, -0.00730773155, 0.00819287356, -0.0112944106, -0.0187366828, -0.0193031747, 0.0310153719, -0.0200396124, 0.00400792249, -0.0361137874, 0.00140649045, -0.0244299155, 0.00597293768, -0.024444079, 0.0155643346, 0.00849736203, 0.00456025079, -0.00470541418, 0.00350339152, -0.0128947468, -0.0625405833, 0.034357667, 0.0181560311, 0.0300523378, -0.0373034179, -0.0155501729, 0.0137161585, -0.0330830626, -0.0358588696, 0.0132346414, -0.013008045, -0.00392294861, -0.0119812805, -0.0220506545, 0.00187650078, -0.000799283152, -0.0269224755, -0.00917715114, -0.00160564738, -0.0210451335, 0.0166973174, 0.0137374019, -0.0214133523, 0.0295708198, 0.0326865204, -0.021186756, 0.0129372338, -0.000982507481, -0.000275279133, -0.0190340914, -0.0178586226, 0.0220081676, -0.00394773297, -0.0292875748, 0.000157112678, 0.00108695426, 0.0250813812, -0.005477258, 0.00239696424, 0.0133266961, 0.0057711252, -0.0107987309, -0.0061499658, -0.00297230645, -0.034357667, -0.00859649759, -0.0120662544, 0.0112235993, -0.0169947241, -0.00979321, 0.0283811893, -0.00701740477, -0.0171646718, -0.0160175283, -0.00735729933, 0.0099914819, -0.0132629657, 0.0176745132, 0.016555693, 0.0239200741, -0.00501344353, 0.00419557234, -0.00842655078, -0.0254779235, 0.00719089247, 0.00393357035, -0.0113368975, -0.013694915, 0.0264409576, 0.0510974713, 0.0132983718, 0.00414246414, 0.0186941959, -0.00958785694, 0.016272448, 0.00806541275, 0.0149270324, -0.0181418676, 0.00663856417, 0.0124769602, 0.0138719436, 0.00987110194, 0.00172868208, -0.00480101, -0.0340461, 0.0255487356, 0.00574280042, 0.017277969, -0.0159183908, 0.0159467161, 0.00562242139, -0.00789546594, -0.00330866035, 0.000985162915, 0.00508779567, -0.0153519008, -0.0104092686, -0.0133266961, 0.0106641892, -0.000825837371, -0.0152952522, -0.00443633134, -0.00582777429, -0.00635177828, -0.000304488814, 0.0290043298, -0.0175045654, 0.00137993624, 0.000922317849, -0.000475321198, -0.00921963807, 0.0059127477, -0.0133125344, 0.0055976375, -0.00578882778, 0.0171363465, 0.0240616966, 0.0045354669, -0.00488952361, -0.023240285, -0.00764054479, 0.0131638302, 0.00350870239, -0.00123300264, -0.000781137729, -0.0305621792, 0.00081079, 0.00713424338, -0.0107987309, -0.00825660396, -0.00697491784, 0.0123494994, 0.00593045074, 0.0307604503, -0.0048611993, -0.00987818372, 0.00574280042, -0.00081079, -0.0186941959, -0.0134329135, 0.00187473057, -0.00598001853, 0.0132133979, -0.0253504645, -0.00679434929, -0.0036574062, -0.0188641436, -5.63171525e-05, -0.00250672176, -0.0125548523, 0.00211548922, 0.0117051164, -0.00881601311, 0.0629937798, 0.0101047801, 0.014941195, -0.0272765327, 0.0158192553, -0.0112448428, 0.0275314525, -0.00145959901, -0.0126115019, -0.00146579498, -0.00259700627, 0.00887974352, 8.19862689e-05, 0.000656775257, 0.00113917759, 0.0146862743, 0.0138790244, -0.00255274912, -0.0221497901, 0.0145729762, 0.0189774428, -0.0252796523, -0.0089930417, -0.00573926, -0.00616412796, -0.0181701928, -0.0124698794, 0.0112519236, -0.00351578346, -0.00104446744, -0.00862482283, -0.00169947243, -0.0124203106, -0.0078671407, -0.0110819768, -0.00436906051, 0.0232261233, 0.0220931415, -0.0232827719, -0.0180993807, 0.0152386026, 0.00127814489, -0.0127602052, -0.00621723663, -0.0195439328, 0.00454962952, 0.0118538197, -0.0020181234, -0.0021491244, 0.000994899427, -0.00349808065, 0.0124132298, -0.0179011095, 0.0197563674, 0.00970823597, -0.0038202724, 0.014176432, 0.00393003, 0.0085823359, -0.00639072433, 0.00906385295, 0.00278288615, -0.00930461194, -0.00851860549, 0.00703864824, 0.00554098841, -0.000414910261, -0.0113227349, 0.00650402252, 0.00837698299, -0.00196678517, -0.0031475646, -0.00269791251, -0.0261152256, 0.00434073573, -0.0158759058, 0.00697845872, -0.0059446129, -0.000502318, 0.00936834142, 0.0155926598, -0.00265719602, 0.0236651544, -0.00614288449, 0.00378840719, 0.003574203, -0.0209884848, -0.00441154698, 0.0131850736, 0.0045036017, 0.0169805624, 0.00770427519, -0.0125760958, -0.0156917945, 0.00400084117, -0.00731481239, -0.0184959248, -0.0281404313, 0.0162866116, 0.00889390614, 0.0127106374, 0.00327325473, -0.00455317, -0.0064119678, -0.00549496105, -0.0255628973, 0.00248193787, 0.00863190368, 0.00406457158, 0.00515152561, -0.024444079, -0.0149978446, 0.00502052484, 0.00868147146, 0.0061499658, -0.0116555486, -0.00190482533, -0.00227304432, -0.00115422497, -0.00756973354, -0.0077255182, 0.000876290491, -0.00827076565, -0.00437260093, 0.0148703838, 0.0192182, -0.0483216643, 0.00561534, 0.0030909155, 0.00379194785, -0.0058596395, 0.0105792163, -0.0185384117, -0.00329626841, -0.024245806, -0.000737323193, 0.00598355895, 0.00574634131, 0.0137869697, 0.0113652218, 0.00635177828, -0.00765470695, -0.00950288307, -0.01909074, -0.0260444153, 0.00447173696, 0.00465584639, 0.00154368742, 0.0143817849, -0.00303957728, 0.00908509642, 0.00669875368, -0.00406457158, 0.0183826275, -0.0365386568, -0.0164423957, 0.0033369849, -0.0160458516, -0.00935418, -0.00739270495, -0.0206485894, 0.0113298157, 0.00945331529, 0.00819287356, 0.000947101798, -0.00304842857, 0.00760513917, 0.0101543479, 0.0109049482, 0.0195156075, -0.0263134986, -0.00371051487, -0.0256337095, -0.0166973174, 0.0155926598, -0.00474082, 0.00738562411, -0.00529668899, -0.00340071507, 0.00576404389, -0.0105013233, -0.0113510592, 0.000363350759, -0.0100976983, 0.00124450948, 0.0258461423, 0.00169593189, -0.00232438254, 0.00156050513, 0.00412122067, 0.00121884036, 0.0188358203, 0.00970115513, 0.0297124423, 0.00486828061, -0.014296812, 0.0320067294, 0.00123654318, -0.019855503, -0.00328387646, 0.0128593417, -0.00322545692, -0.0170513727, -0.00678372756, -0.0182126798, -0.0208468623, -0.00781049207, -0.00178090553, -0.00513736345, 0.00463814335, -0.0211159457, -0.00198271777, 0.00866022799, 0.0134754, -0.0127743678, 0.0218523834, 0.00604020804, -0.0134399943, 0.0180002451, 0.0112944106, 0.0120945787, 0.000993129215, 0.0193173364, -0.00764054479, 0.00217036786, 0.0106854327, 0.0117688468, 0.00764054479, 0.018325977, -0.0124061489, 0.00560471835, 0.00596585637, 0.00846903771, 0.0210026465, -0.00749892229, -0.000631106144, 0.00284484611, -0.0130363693, 0.011641386, -0.00143747043, 0.00996315666, 0.00808665622, -0.0121016596, -0.00740686711, -0.00018942036, -0.0124273924, 0.004330114, 0.0164565574, 0.00348568871, -1.65825804e-05, 0.0215408131, 0.00417078845, 0.000938250392, 0.0175612159, 0.00244830246, 0.0228720661, 0.00541706849, -0.0183401406, -0.00289264368, 0.0113368975, -0.0167398024, 0.00259877648, -0.0166123435, -0.0341877192, 0.00474082, 0.00225003064, 0.0233394206, 0.00445403391, -0.00883017574, 0.00550558232, -0.0124486359, -0.0207902119, 0.0190765783, 0.0337345265, -0.00985694, 0.0271915589, -0.0115422504, 0.0123919863, -0.0198979899, 0.0112944106, -5.18084598e-05, 0.00253150589, -0.00294044125, -0.0114077087, -0.00254743826, 0.0072581633, -0.0125690149, 0.0199688, 0.00795211457, 0.0114997635, 0.0308171, 0.00467000855, 0.000761222036, -0.00655005, 0.00759805785, 0.0120520918, 0.000445890211, 0.0016313165, 0.00909925904, 0.00456379168, -0.0077255182, 0.0264834445, -0.0121016596, 0.0127956113, 0.0172354821, -0.0258744676, 0.0294575226, 0.0032378491, 0.0199121516, 0.0323183, -0.00535333809, 0.0207760502, 0.00921963807, -0.00564366486, -0.00574988173, -0.00204821839, -0.00981445331, 0.0158050936, -0.00366802793, 0.0110253273, 0.00738562411, -0.00750600314, -0.00602250546, 0.00363616296, 5.79767948e-05, -0.0083415769, 0.00169593189, 0.0147570856, 0.0256620329, 0.00689348485, -0.0205636155, -0.0115847373, -0.016555693, 0.0363970362, 0.0173487812, -0.0176461879, 0.0089293113, 0.00116661703, -0.0182268415, 0.0277863741, 0.00160918792, 0.000708113483, 0.0064119678, -0.0351507552, -0.0127743678, -0.0218948703, -0.00824952219, 0.0036166897, -0.0143817849, -0.0221214667, -0.00574280042, -0.0100552114, 0.0184251126, -0.0207618885, -0.0196430683, 0.0136878341, 0.0024022751, -0.00890806783, -0.0297690928, -0.0104800798, 0.00947455876, 0.0175328907, -0.0228437409, -0.0113935461, -0.00435489789, 0.0161308255, 0.00686516054, 0.0146721117, 0.00988526456, 0.00351401325, 0.00989234541, 0.0137444828, -0.00738562411, 0.00289441389, -0.00876644533, 0.00402562553, 0.00801584497, 0.0126256635, 0.000830263074, -0.0135178873, 0.00659961812, -0.0187650081, -0.00148349779, 0.0171363465, -0.0146296248, 0.00662086112, 0.0109615969, 0.00557993446, -0.01465795, 0.0149978446, -0.00780341076, 0.0120945787, -0.0120591726, -0.0344992913, -0.00259877648, -0.00664564548, 0.015705958, -0.000608092465, -0.0139710791, 0.0196430683, 0.0103951059, -0.0166973174, 0.00525774295, -0.00342195854, 0.00701740477, 0.00285900827, 0.00963742472, -0.00607207324, -0.0145163266, -0.00905677211, 0.0316385105, -0.00228543626, 0.0136736715, -0.00230667973, 0.00838406384, -0.0151111418, 0.0116272243, -0.00311392918, 0.0137161585, 0.010069374, -0.00409643678, -0.00157909316, 0.0027704942, 0.0275172908, 0.0052719051, -0.0217107609, 0.0177311618, 0.0127956113, -0.00233500428, -0.00479038805, 0.00666334806, 0.00225003064, 0.0269083139, 0.00989942718, -0.0201245863, -0.0062915883, 0.0103455381, -0.00201989384, -0.0207902119, -0.0202237219, 0.0148420595, -0.00732897501, 0.00667751, -0.0109474352, 0.0012214958, -0.0168389399, 0.00142330816, -0.0124627976, -0.0106854327, -0.00297938753, 0.0131001, 0.02738983, -0.0314685628, -0.00980737247, 0.0164282341, -0.0297690928, 0.00509487651, -0.00583839603, 0.000222281262, 0.0161874741, 0.00995607581, -0.00839822646, -0.000886469614, 0.0199829638, -0.00137462537, 0.00243591052, -0.01341167, 0.0163007732, -0.00835573953, 0.00747767882, -0.0203228574, 0.0150828175, 0.00475498242, 0.0111244628, -0.0148562212, -0.00501344353, 0.0134045891, 0.0085823359, 0.0116697103, -0.00104800798, -0.000949757232, -0.00243591052, 0.0143109737, 0.00788838416, 0.00774676166, 0.0209459979, 0.00356181106, 0.0152527653, 0.000365342305, 0.00905677211, 0.0226029828, -0.00814330578, -0.00291388715, 0.0102393217, -0.00153572112, 0.00267666904, -0.0063482374, -0.0311003458, -0.00817871094, -0.00673415931, -0.0144242719, 0.00578528736, 0.00572155695, 0.0131142624, -0.0082353605, -0.0252371654, 0.0038627591, -0.00115333986, -0.0221356284, -0.0385213755, -0.0146862743, 0.0125123654, -0.0141056208, 0.0245998632, -0.00240758597, 0.00534979766, 0.00936834142, 0.0220223293, 0.0106641892, 0.00210132683, -0.0107208388, 0.010147267, 0.00857525505, -0.0056507457, -0.0267242044, 0.00931169279, -0.00801584497, -0.0224471986, 0.00866022799, -0.0103455381, -0.0228012558, -0.00873812102, 0.00474436069, 0.0186092239, -0.00708821602, -0.0248406213, -0.027106585, 0.0204928052, 0.00659607723, 0.0103526199, -0.00259523606, -0.01522444, 0.00878060795, 0.0416087508, -0.0121724708, -0.00967991166, 0.00628450746, 0.00610039802, 0.00155165372, -0.0101260236, 0.00052002084, 0.00727232592, 0.0141693512, 0.0200254507, 0.00311746984, 0.00417786976, -0.0300806612, -0.000426859682, 0.0102605652, 2.02752817e-05, -0.00661023939, -0.0111244628, -0.0177736487, 0.00687578227, -0.00319713261, 0.0125052845, 0.0346125886, 0.0156351458, -0.00822119787, -0.0199546386, -0.00655713119, 0.0089930417, 0.0130151259, 0.0352640525, -0.00531439204, -0.00678372756, -0.0122291204, -0.0296841189, 0.0261435509, 0.0152952522, -0.0156209841, -0.00485057756, 0.00308737485, -0.020138748, -0.00999856275, -0.00683329534, 0.0184959248, -0.0201670732, 0.0164282341, 0.00481163152, 0.00144455151, -0.0162299611, 0.00175877695, 0.0184534378, -0.00430887053, -0.000850178767, 0.00849736203, 0.039144516, -0.00124185404, -0.00711300038, 0.00164282334, 0.0257894937, 0.00713778427, 0.02352353, 0.00422389712, -0.00817163, 0.0106217023, 0.00686870096, 0.00397251686, -0.0121087413, -0.0268375017, -0.0210876204, -0.0165981799, 0.00755557092, 0.00151093723, 0.00168708048, 0.0016392828, -0.00530022942, 0.0333663076, 0.0215549748, -0.00214204332, 0.0023279232, 0.00286963, -0.0173062943, 0.023396071, 0.0560825914, -0.00327148451, -0.0124415541, -0.0125336088, -0.0277722124, -0.0109261917, -0.0184959248, -0.0153660635, 0.0149978446, 0.010147267, 0.00206769141, -0.0146862743, -0.0127814487, 0.0169097502, 0.00588796381, 0.0147287613, -0.00843363162, 0.0124627976, 0.0292026009, -0.0261435509, 0.00460273772, -0.0102039156, -0.0162441246, 0.0117688468, -0.0107491631, -0.0324882492, -0.00465938682, 0.0181418676, -0.00209778617, -0.00867439061, 0.0195439328, -0.00591982901, -0.0147145987, 0.014742923, 0.0199121516, 0.00783881638, -0.00850444287, 0.0135178873, 0.0101543479, -0.0231411494, 0.0150544932, -0.0018287031, -0.00640842738, -0.00532855419, -0.000867439, 0.0121795526, -0.011195275, -0.00379902893, -0.0251521915, -0.0057073948, 0.00796627719, 0.00465230597, 0.00365032512, 0.0168531016, -0.0176320262, 0.021909032, 0.00858941674, 0.0140702156, 0.0120096048, -1.84081855e-05, -0.0234668814, -0.0132346414, -0.00961618125, 0.043251574, 0.014700436, -0.00704927, -0.0108978665, 0.00744935405, 0.00503822742, 0.0137869697, -0.00277403463, 0.000227481461, -0.00495325401, 0.0115634939, -0.00303426641, -0.000625795336, 0.0054453928, 0.0125477714, 0.00342195854, -0.00229782844, 0.0142118381, -0.0158050936, -0.00390524603, -0.0033051197, 0.0164423957, -0.00419203192, -0.0265967436, 0.00549142, 0.00217036786, -0.00705989171, -0.0123353377, 0.0103455381, -0.0277014, -0.000361137878, 0.0228720661, 0.0172213204, 0.0215124879, 0.00296168472, -0.0108482987, -0.00546309585, -0.00249078916, 0.003000631, 0.00744935405, 0.010550891, 0.0183118153, 0.0212150812, 0.00932585448, -0.0303355828, 0.0231694747, 0.0213850271, -0.0157626066, -0.000541706861, -0.00870271493, -0.0114006279, -0.0233677458, 0.0110111646, 0.000165410893, 0.0137303211, 0.00106394058, 0.0516356379, -0.01522444, -0.00586672034, -0.00383443455, -0.0166831538, -0.0207052398, 0.00337770139, -0.000544804847, 0.018085219, -0.00969407428, -0.0221214667, 0.0134470752, 0.000555426523, 0.00113032619, 0.0114997635, -0.0176886749, -0.014218919, 0.00430178968, -0.0207052398, -0.00206415099, -0.00317234849, 0.021186756, 0.0223339, -0.0095807761, -0.01216539, 0.00577466562, 0.013333777, -0.00715194643, -0.000277049403, 0.00232615299, 0.00205175881, -0.0219940059, 0.014941195, 0.0168247763, -0.0227304436, 0.0103313765, -0.00983569678, 0.00950996485, -0.0211725943, 0.0062066149, 0.0155784972, 0.00755557092, -0.00130646944, -0.0167964529, -0.0208468623, 0.00428762753, -0.0163999088, -0.00882309396, 0.010189753, 0.0008528342, -0.0160175283, -0.0179435965, 0.0156917945, -0.0180002451, -0.00326263299, 0.00760513917, 0.0086460663, -0.0154793616, -0.00488244276, -0.00246069441, 0.00862482283, 0.0104021877, 0.00947455876, 0.00972239859, -0.0191049017, 0.00740686711, -0.00271738553, 0.0110182464, -0.0127743678, -0.0347258858, 0.0111244628, 0.00143392989, 0.00816454832, -0.0209176727, -0.0163290966, -0.0116555486, -0.00441154698, -0.016753966, 0.0245998632, -0.0106358649, -0.0115280878, 0.00777508644, 0.0129938833, -0.0163715836, 0.0156493094, -0.00835573953, 0.00995607581, 0.0093400171, -0.000396986143, 0.0307321269, -0.00664210459, 0.004772685, 0.0105154859, 0.00357597321, -0.00147907215, 0.00321129477, 0.0127318809, -0.00516214734, 0.00493555097, -0.0289051943, 0.0112873297, -0.013694915, -0.0198838282, 0.00871687755, 0.00201635319, 0.00867439061, 0.0134329135, 0.0184251126, -0.0172071587, 0.017037211, -0.0135674551, 0.0077892486, -0.0160741769, 0.0321483538, 0.0058029904, -0.0115776556, -0.0153094139, -0.008136224, 0.00274925074, -0.0043938444, -0.00164547877, -0.0132204788, -0.0034113368, 0.0081079, -0.00561534, -0.00301479315, -0.00965866819, -0.00769719388, 0.0233110972, 0.00310507766, 0.00214735419, 0.0135037247, 0.0111881932, 0.0200537741, 0.00250495155, -0.00152775494, -0.0131001, 0.0200537741, 0.0105438102, -0.00926212501, 0.024571538, 0.00198271777, 0.0053922846, -0.0340177715, 0.0107704066, -0.00784589723, 0.0041884915, -0.00114094792, 0.0084831994, -0.00817163, -0.0100764548, 0.0062915883, -0.0126044201, 0.000663856394, -0.0166123435, -0.00993483234, 0.0130222077, 0.0398809537, 0.0249539204, -0.01079165, 0.00488598319, -0.00496741617, -0.0290043298, -0.00337770139, 0.00541706849, 0.00803000759, 0.000532855396, -0.0213567037, 0.0149978446, 0.0127035566, 0.00411768025, 0.00389816496, 0.000148925115, -0.0256053843, -0.00451068301, -0.00194554182, -0.015465199, 0.00125247578, 0.0213991906, -0.0211017821, -0.01522444, 0.00571093522, -0.0065535903, -0.00417078845, -0.0177736487, 0.00675894367, 0.0254354365, -0.00243591052, 0.00957369432, 0.000928513822, -0.0125477714, -0.00285015698, -0.00921963807, 0.0083415769, -0.0205352921, -0.00984277762, -0.00522941817, -0.00836990122, 0.0109615969, -0.00940374751, -0.0107279196, -0.00419911323, 0.016272448, 0.00161892455, -0.0186800342, -0.00328741688, -0.0154085504, 0.00687224139, -0.0196997169, 0.000437260082, 0.000407386542, 0.0076688691, -0.000347418187, 0.0148562212, -0.0157909319, -0.0167681277, -0.0137161585, 0.0013117803, -0.0192748494, -0.0282395668, -0.00420619408, -0.00697845872, -0.023679316, 0.00759097701, 0.0272765327, 0.00915590767, -0.00625264226, 0.00262533082, 0.0247839727, 0.0100976983, -0.00867439061, 0.0422602147, -0.00186410884, -0.0087876888, 0.0189632792, -0.00407519331, 0.0359438434, 0.00107544742, -0.0193314981, 0.0185384117, 0.00737146148, 0.012243283, 0.00552328536, 0.0115918182, -0.0113085732, 0.0260444153, 0.00686162, -0.0104021877, -0.0139781609, -0.00670229457, 0.00647923863, 0.00687578227, -0.0143180555, -0.0186658725, -0.00113563705, 0.0175470524, -0.00773968082, 0.0251097046, 0.0114501957, -0.0190482531, 0.0130576128, 0.0182693284, -0.00625972357, -0.00110111653, 0.0225746594, -0.0170513727, 0.0073218937, 0.00883017574, -0.000584193622, -0.02738983, 0.035434, -0.00717319, 0.00859649759, -0.00875228271, 0.035434, -0.00118520495, 0.0139781609, 0.0163715836, 0.0173912682, 0.00976488553, -0.00812914316, -0.00189951446, 0.00179241237, 0.00769719388, -0.0110324081, -0.0232544485, 0.0126681505, 0.0056755296, 0.0329131149, -0.0245998632, -0.00507009262, -0.00650048209, -0.00613226276, 0.0151961157, 8.38671913e-05, 0.0107350005, -0.00688640401, 0.0025916954, -0.00423451886, 0.0103384573, -0.0108482987, -0.0119954431, 0.0152527653, 0.0194731224, 0.0211584326, 0.0244724024, 0.00735729933, -0.0087239584, 2.68446929e-05, 0.00853276812, 0.0133266961, 0.00534271635, -0.0259594414, -0.0090709338, -0.0119671179, 0.0198271777, -0.00122503634, -0.00882309396, -0.0197705291, 0.0038202724, 0.00339894486, -0.0184109509, -0.00277580507, 0.0163432602, -0.0131142624, 0.0116484668, 0.00554452883, 0.0106783519, 0.00873103924, -0.0226171464, -0.00387338083, 0.00783173554, -0.0120733352, 0.00929044932, 0.00791670941, -0.0142401624, -0.00955245085, -0.0170796979, 0.0395693816, -0.0225888211, 0.0347258858, -0.0182834901, 0.0108412178, 0.000196501496, -0.000107821346, 0.00939666666, -0.018042732, -0.0133975074, -0.0299107153, -0.00100994692, -0.00340425572, -0.00771135604, 0.0137444828, 0.0126893939, 0.0161025021, 0.0120450109, -0.0299956892, -0.00578882778, -0.00528606726, 0.00116927247, 0.00675894367, 0.00289972476, 0.00812206231, 0.0112306802, -0.00338832312, -0.0127248, -0.00641904911, -0.00779633, 0.0139498357, 0.00622785836, -0.00141091621, 0.0005532137, -0.00770427519, -0.00565428659, 0.00610039802, -0.0075838957, -0.00139852415, -0.00262533082, 0.0263559856, 0.0079946015, 0.0126185827, -0.00507717393, 0.0267100409, 0.0207194015, 0.00179860834, 0.00492847, -0.00313340221, 0.00562950224, -0.0221639536, -0.00622785836, -0.0188924689, -0.0228154175, -0.0193456616, -0.0132346414, 0.016555693, -0.0019260688, 0.00550204189, 0.0142047573, -0.00487536145, -0.000754583452, -0.010189753, -0.00551974494, -0.012200796, 0.0102534834, 0.0112660863, 0.010147267, 0.0171788335, -0.00519755296, 0.00250672176, -0.0136170229, -0.010310133, 0.0032378491, 0.00608977629, -0.00389816496, -0.00980737247, -0.00149057899, -0.00525420206, 0.0227446053, -0.00562242139, -0.0105579728, -0.00207477249, -0.00189243339, -0.00117369811, -0.0157201197, -0.0032644032, -0.0242316443, -0.0130434511, -0.00833449606, 0.014742923, 0.00487182103, -0.0218382198, -0.00868147146, 0.00329803862, -0.0323466249, 0.00850444287, -0.0129655581, 0.0160600152, -0.0210026465, -0.0221781153, 0.0430816263, 2.30136884e-05, 0.0136241037, 0.00631991308, -0.00795211457, -0.00385921868, 0.00151447777, 0.00926920585, 0.0008895676, -0.00965866819, -0.0092125563, 0.0113935461, -0.00595523464, 0.0054453928, 0.00877352618, 0.0128168548, -0.0108766239, -0.00198271777, 0.0348108597, -0.00301479315, -0.00650402252, 0.00613934407, -0.0119246319, 0.0276589133, 0.00514090387, 0.00605791109, -0.0019189876, -0.0132771283, -0.0257611703, -0.00365386577, -0.0353207029, 0.00452484516, -0.000582423352, -0.0184817631, -0.0120945787, -0.0204361565, 0.013935674, -0.0205211304, 0.0168955885, -0.0183826275, -0.0077892486, 0.00200573145, 0.0142330816, 0.000808134559, -0.00402562553, 0.00131001, 0.00622785836, 0.00594815332, -0.00643675169, 0.0225038473, -0.00446111523, 0.00405040942, -0.00167026278, 0.0181843545, 0.00514090387, 0.00397605728, -0.0258319806, -0.0025757628, -0.00934709795, -0.00496033533, 0.00993483234, -0.00938250404, -0.0122645255, -0.00815746747, 0.00738562411, -0.00803000759, -0.00827076565, -0.00433719531, 0.00572155695, -0.00632699439, -0.00557285314, 0.017320456, 0.00797335804, -0.00520109385, -0.0186092239, 0.0241891574, 0.00829909, -0.00181631115, 0.00697491784, 2.78819698e-05, 0.0128451791, 0.0294008721, -0.0183543023, 0.00306613138, 0.0087239584, -0.0249255951, -0.00351047283, 0.00523649948, 0.00695013395, 0.00203936687, 0.00916298851, -0.0156634711, 0.00231376081, 0.0126185827, 0.000801496, -0.0312702917, 0.00505239, 0.0135886986, -0.0161308255, 0.0179719217, 0.00933293626, 0.0118042519, -0.0138223758, 0.0423735119, -0.0125194471, 0.0359438434, 0.0105367294, -0.013772808, 0.0048293341, 0.0297124423, 0.011598899, -0.0079946015, 0.000887797331, -0.0110678142, -0.00586318, 0.007852979, 0.0442429334, 0.0155218486, 0.00343966135, -0.030647153, 0.00687578227, -0.00895763561, -0.0278996713, -0.00302364468, -0.0165132079, -0.00521879643, -0.00724046072, 0.000431064109, -0.0201529097, -0.00310330745, -0.0165273696, -0.0182693284, -0.0258886293, -0.00914882682, -0.00644029258, 0.000497892324, -0.00943207182, 0.0117900902, -0.004068112, 0.0087239584, 0.00851860549, -0.00157643773, 0.00615350623, 0.00284661632, -0.0255345739, 0.0119883614, -0.0175753776, -0.00329626841, 0.00117635354, 0.00887974352, 0.00645445473, -0.0137657262, -0.0145304892, 0.010713757, 0.0101614287, 0.0177453253, 0.00470895506, 0.00469479244, 0.00678018667, 0.00793795288, -0.00319359195, -0.00955953263, -0.000699704688, -0.0139923226, -0.0194164719, -0.00073688064, 0.000628450711, -0.00637656217, 0.00437260093, 0.00143570011, -0.0143888667, 0.0129443146, -0.0153235765, -0.00315995654, -0.0105367294, 0.00846903771, -0.0012214958, 0.0135249682, 0.0286077857, 0.00560471835, 0.0203653444, -0.00254035718, -0.00502052484, -0.00238811271, -0.0215833, -0.0128664225, -0.00469833333, 0.00407873373, 0.00116130617, 0.0221214667, -0.00627742615, -0.00433719531, -0.0145871378, -0.0225604959, -0.00246777548, -0.00643321127, 0.0120874979, -0.0130576128, -0.0089293113, -0.00240758597, -0.013532049, 0.000361137878, -0.0086460663, 0.0107774874, -0.00221816567, -0.00194908248, 0.00179595291, 0.0173487812, 0.0186092239, -0.0310436971, -0.00636948086, 0.00202166406, 0.00984277762, 0.00511966087, 0.0020924753, 0.00944623444, 0.0123565812, 0.00510549825, 0.0232827719, 0.000776712, 0.00420619408, 0.00928336848, -0.00856109243, -0.00623848, -0.0144667588, -0.0272340458, 0.0118609015, -0.0115493312, 0.00214558397, -0.00015722333, 0.00497449748, -0.00149411953, 0.0200962611, -0.0082353605, -0.0180002451, 0.0380965061, 0.0116272243, -0.0367086045, 0.0046169, 0.00408935547, -0.0139923226, -0.0164990444, 0.00589858554, -0.0201953966, 0.0429116786, -0.00761222, -0.0118113337, -1.497826e-05, -0.00609685713, -0.018085219, 0.0326865204, 0.0090709338, -0.00565428659, -0.0156068215, 0.0101047801, -0.0140985399, -0.00590920728, 0.00413892325, 0.00546309585, -0.00371051487, -0.0189491175, -0.00791670941, 0.00123388774, -0.00297407666, 0.0199688, 0.00847611856, 0.00733605586, 0.00526128337, -0.0323749483, -0.0147712482, -0.027106585, -0.0168106146, -0.00765470695, -0.00963034388, 0.00754140876, -0.0242599696, -0.0129443146, -0.00344674243, 0.0117830085, 0.00243591052, 0.0164423957, -0.013050532, -0.00627388572, -0.0147995725, 0.0134045891, -0.0178302974, 0.0292592496, -0.00725108245, 0.00179683801, 0.0123070125, -0.00769011257, -0.0126398262, -0.00628804788, 0.0182268415, 0.000223055758, -0.00495325401, 0.00182339223, -0.0026802097, 0.0106500275, -0.00661023939, -0.0371334739, 0.0085823359, -0.00182162202, -0.00175435119, 0.00596585637, -0.0234952066, -0.0101260236]
|
16 Nov, 2020
|
HTML5 MathML rowalign Attribute
16 Nov, 2020
This attribute holds vertical alignment of the table cells. Possible values are top, bottom and center. This attribute is accepted by <mtable>, <mtd> and <mtr> tags.
Syntax:
<element rowalign="top|bottom|center">
Attribute Values:
top: This attribute sets the alignment of row top.
bottom: This attribute sets the alignment of row bottom.
center: This attribute sets the alignment of row center.
Below example illustrate the rowalign attribute in HTML5 MathML:
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML rowalign Attribute</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML rowalign Attribute</h3>
<math>
<mi>GeeksforGeeks</mi>
<mo>=</mo>
<mtable frame="solid" rowlines="dashed"
rowalign="bottom">
<mtr mathbackground="green;">
<mtd>Course</mtd>
<mtd>Fee</mtd>
</mtr>
<mtr>
<mtd>
<mi>C++ STL</mi>
</mtd>
<mtd>
<mi> 1499</mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>Placement 100 </mi>
</mtd>
<mtd>
<mi>9999 </mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>DSA Foundation </mi>
</mtd>
<mtd>
<mi>7999</mi>
</mtd>
</mtr>
</mtable>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML rowalign attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute
|
https://www.geeksforgeeks.org/html5-mathml-rowalign-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML rowalign Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML open Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0437560342, 0.014207975, -0.014802332, 0.0164297391, 0.0502090603, 0.0102597428, 0.000970253255, 0.029576363, 0.00744362036, 0.0100687, -0.0120428158, -0.00185382937, 0.0124673564, 0.0102880457, -0.0146749699, -0.0305103529, -0.000290766417, 0.0267319363, -0.0206468478, -0.00791061576, -0.0151419649, -0.00701907929, -0.0124956593, 0.0514543802, -0.0534355715, -0.00771249644, -0.0141867483, -0.0140735367, 0.0127786864, 0.0186939593, -0.0101111531, -0.0141513692, 0.0421144739, -0.0142362779, -0.0458221361, 0.00817241613, 0.0102809696, 0.0635113493, -0.0158778373, -0.00931160152, 0.00794599392, -0.00045372828, 0.00226952578, 0.0170807038, 0.00438338658, -0.0286140684, -0.0129838819, -0.00548719335, -0.0357746631, -0.0212978106, 0.00813703705, 0.017618455, 0.0225855857, 0.00670067361, -0.0133022871, 0.0233497601, 0.0312179215, 0.0417465381, -0.0130970925, 0.00815118849, 0.0265479684, -0.00686695194, -0.0211138427, -0.0275244135, -0.0249347128, -0.00553318532, -0.0240714792, 0.0124107506, -0.0394540168, -0.00156903313, -0.0336519554, 0.0303122327, -0.00570654, -0.000954333, -0.0172080658, 0.00803797785, 0.0273687486, -0.0124885831, 0.00583390193, 0.0177175142, 0.0172222164, 0.0112715662, -0.0785684064, 0.0192600135, 0.0166420098, 0.0199251287, -0.0265338179, -0.0402181931, -0.0420578718, 0.0139957042, -0.0290386099, 0.007698345, -0.00196527154, -0.0287555829, -0.000739851268, -0.0292933341, -0.0139249479, -0.0169674922, -0.0234063659, -0.0174910929, -0.00714644138, 0.0259253085, -0.000242121081, 0.0101111531, 0.0174344871, 0.0218355637, 0.0253309514, 0.0133588929, 0.0240007229, 0.00150977424, 0.0261234287, -0.019090198, -0.0238026027, -0.0198119171, -0.0369067714, -0.00205902429, -0.019995885, -0.0688322634, 0.038180396, -0.0144556239, -0.0729644597, -0.0376426429, -0.00198826729, 0.0273404457, -0.0134013472, 0.00644594897, -0.0302839298, 9.64062056e-05, 0.0240431763, -0.0111866575, -0.0162457731, 0.0181562062, -0.0112857176, -0.0202647615, 0.0239158142, 0.0309631955, 0.00603202125, -0.0184250828, -0.0153542357, 0.0145900622, -0.0407842472, -0.0222318023, 0.0156655665, 0.0163731351, -0.0507468097, -0.00827147532, 0.00549073145, 0.0510581397, 0.0105710728, 0.0167693719, -0.03079338, -0.0308499858, 0.0332557186, 0.00222353381, 0.037897367, -0.0164438915, 0.00590819679, 0.0197836142, -0.0326330587, -0.0215100814, 0.0313594341, 0.00914178509, 0.00236150972, 0.0475486, 0.00934698, 0.0513694696, 0.0171231572, 0.0136985257, -0.0175476987, 0.0463881902, -0.00725965248, -0.0140310824, -0.00141513697, -0.0347557627, -0.0207317565, 0.0194298308, 0.0540582314, -0.0356331468, 0.0192741659, -0.0506902039, -0.0307367742, -0.0283168908, 0.0158919878, 0.0248073507, 0.00312568364, -0.00518647674, 0.00849789754, -0.00121613336, 0.00662284112, 0.0195147377, -0.037897367, 0.0168825835, 0.0101040779, 0.00816534, 0.0348689742, -0.0146749699, -0.0332840197, 0.0125522651, 0.037048284, -0.0323217288, -0.0202081557, -0.0349821858, -0.0187222622, -0.00417465391, 0.0392842032, -0.0338217728, 0.0410389714, -0.0157787763, 0.0203921236, -0.0111654308, -0.0132103032, 0.0178590287, 0.0107196625, 0.0275668669, -0.0355199389, 0.01095316, 0.000198561407, -0.00232790038, 0.00260915863, -0.0230101272, 0.0833232626, -0.0109107057, -0.0235054251, -0.0111937337, -0.055671487, 0.00471240608, -0.00969368778, -0.0180996023, -0.042001266, 0.0113069443, -0.0171656106, 0.041491814, -0.0108541008, 0.00768419355, 0.0391143858, 0.0306235626, 0.00710752513, -0.00483976817, 0.0319254883, 0.0209440272, -0.0382936075, -0.0153117813, -0.0187505651, -0.0324915461, 0.0146042136, -0.0102031371, -0.0120428158, 0.00074029353, 0.0287697334, -0.0103941811, 0.014802332, -0.0361142941, 0.0267177857, -0.0291235186, -0.000644329528, 0.0238733608, 0.00115068327, -0.0172363687, 0.0042524864, -0.00989888329, 0.019245863, 0.0286706742, -0.004694717, 0.000692532631, 0.01952889, 0.0138895689, 0.0520770401, -0.0166703127, 0.0105923, 0.00740116602, -0.0159485936, -0.0269583594, 0.0226846449, -0.00691294391, -0.0234488193, 0.0149863, -0.025599828, -0.0278074406, 0.00861818437, -0.0240007229, -0.0138117364, -0.00483623054, 0.037048284, 0.0335387439, -0.00859695673, -0.00394469406, 0.0291235186, -0.0141867483, -0.0209723301, -0.0225997362, -0.000921607949, -0.0139532499, 0.019684555, 0.0169391893, 0.0281470735, -0.010797495, -0.00937528256, -0.0195996463, 0.00544473948, -0.0215100814, -0.015241025, -0.000245658943, -0.00999794248, -0.0512562618, -0.0106276786, 0.0032955, -0.000806185824, 0.0019458133, -0.0149863, -0.0517091043, 0.0056888503, -0.0198119171, -0.00805920456, -0.0149296951, -0.0265904237, 0.0056428588, 0.0171656106, -0.0143707152, -0.00644948659, 0.0121206483, -0.0173495784, 0.0175052434, -0.0425107144, 0.0177033637, 0.0177599695, -0.00464518694, 0.0271989312, -0.00902857352, -0.00579144806, -0.00389162661, -0.0871158317, -0.0160335023, -0.00448598433, 0.023378063, -0.00156284182, -0.0669076741, 0.0314160399, -0.013174925, -0.0084554432, 0.0148589378, -0.0424824096, -0.000709779619, 0.00336979493, 0.00631858641, 0.0198543705, -0.0165429506, 0.00244464912, 0.00433031889, 0.0243120529, 0.0359161757, 0.000943719468, 0.0244960207, 0.0463598855, -0.00581975048, 0.0168401301, -0.00955217425, -0.00423125969, -0.0160901062, -0.0285008587, -0.00858280528, -0.0195571929, -0.0128848217, -0.0151702678, -0.0440956689, -0.0149863, -0.0494731888, 0.00776910177, 0.0071570552, 0.0352935158, -0.00979274791, -0.0501807556, -0.0187647156, 0.0522751585, 0.00250656134, -0.00129219692, 0.01333059, 0.0310481042, -0.0216940492, -0.00599310501, 0.00679265754, -0.0225997362, 0.0289395507, 0.000116859359, -0.0141301425, 0.0223450121, -0.00772664789, 0.0287414305, -0.00997671578, -0.0237743, 0.0348689742, -0.00447183289, 0.0361992046, -0.0155240521, -0.0080521293, -0.00933282822, 0.0043409327, 0.00169639545, -0.00456381682, 0.0312179215, -0.0232648514, 0.0224723741, -0.013174925, 0.0188071709, 0.00468056556, 0.035208609, 0.00197588489, -0.0307650771, -0.00379610481, 0.0425673202, -0.0146749699, -0.0102668181, -0.000280816224, -0.0124461297, -0.0392559, 0.0336519554, 0.00447183289, -0.0211421456, 0.018057147, -0.0239865705, 0.00321589876, 0.0622094199, -0.0451994725, -0.0263073966, -0.00443645427, 0.00849789754, 0.00431616791, -0.0471240617, -0.00232966919, 0.00779740466, 0.0035502247, -0.000199556423, 0.00143636402, 0.0119579071, 0.0229252186, -0.0091347089, 0.0283593442, 0.0470674559, 0.0344444327, -0.00540936086, 0.0211704485, -0.0318688825, 0.0108753275, -0.0258404, 0.000696070492, -0.0474919975, 0.000116638243, 0.0107621169, -0.0155240521, -0.0109743867, 0.0436145216, 0.0130404867, -0.00929745, -0.0425673202, -0.0148306349, 0.0241422355, -0.0127008539, 0.0363690183, -0.00752852857, 0.0143424133, 0.00581975048, -0.0536053888, -0.0190618951, 0.00944603886, -0.00380671839, 0.063907586, -0.0547658, -0.0422276855, 0.0234488193, -0.0141796721, -0.0161608644, -0.0155806579, -0.0405578241, -0.00300009036, 0.0204770323, -0.0191892572, 0.0254724659, 0.00506972801, 0.00540228514, 0.00319644064, 0.0102385161, 0.0326613598, 0.00732333353, -0.0149296951, -0.0348123685, 0.000393584953, -0.0193024687, -0.0286848266, 0.00832808111, 0.000631504867, 0.00846959464, 0.022812007, 0.029632967, -0.0098210508, -0.0388313569, -0.000274182792, 0.0143990181, 0.00178837928, -0.0240856316, -0.0206043944, -0.0136348447, -0.0173637308, 0.0324632414, -0.0189486835, 0.0177033637, -0.0105852243, 0.0203779712, -0.0519638285, 0.0341331027, -0.00117633259, 0.0321236104, 0.00521831727, -0.0316424631, 0.0286989771, 0.0174203366, 0.00836345926, 0.00603909697, 0.00466995174, 0.0270291157, 0.0136843743, -0.0330859, -0.00286742114, -0.0147740301, -0.0396238342, 0.0193166193, 0.0192317106, 0.000852177793, 0.0186090507, 0.000142066478, -0.0162740741, -0.0353784226, -0.0175052434, -0.0148730893, 0.0239158142, 0.0454258956, -0.0292933341, 0.0188920777, -0.0330576, -0.00467702746, -0.00295940507, 0.016458042, -0.0114909122, 0.0187222622, -0.0154108414, -0.0471806675, -0.0250196215, -0.00230667321, 0.0129202, 0.000294746482, -0.0191043485, 0.0182411149, 0.0269866623, 0.0162174702, -0.0165995564, -0.0234063659, 0.00644594897, -0.0115899714, -0.0279631056, -0.0114130797, -0.00897196867, 0.00630443497, -0.00375011284, -0.019245863, 0.02841595, 0.00356260734, -0.0106559815, -0.0337934718, -0.0248356536, 0.00950972, 0.0066122273, -0.0280621648, 0.0200383384, -0.0292367302, 0.0802665651, -0.00789646432, -0.00290633761, 0.00358206546, -0.0026303858, -0.0150570571, 0.000479377632, -0.00690586818, -0.00851204898, -0.0429352559, 0.0203213673, 0.0294914544, 0.0036864318, 0.00433385698, -0.0195147377, -0.0327179655, -0.0411238782, 0.00497066835, 0.0106842844, 0.0403031, -0.000783632102, -0.0108399494, 0.0172788221, 0.0204487294, -0.0205760915, 0.00462749787, 0.0209581777, -0.0174344871, 0.00202895259, 0.0176750608, 0.0243120529, 0.0330576, 0.00213155, -0.0298027843, -0.00241103955, 0.000208953817, 0.00244641793, -0.00521477964, -0.0288121887, -0.012516886, 0.00914178509, -0.00419234298, -0.0410389714, -0.0270715691, 0.035208609, 0.0116607286, -0.0233073048, -0.0177316666, 0.0349538811, -0.00199003634, -0.0119437557, 0.0187364127, 0.0464164913, -0.0147740301, -0.0197270084, 0.00740116602, 0.0171656106, -0.0432182811, -0.0150570571, -0.0354633331, -0.00522893108, -0.00827855151, 0.0420578718, -0.00171673798, -0.0346142501, -0.0255290698, -0.00014173481, 0.0142504293, -0.00394823216, 0.0200807936, -0.0216657463, 0.0275668669, -0.0123824487, -0.00686695194, 0.00013764418, 0.029576363, 0.0148164835, 0.00732333353, -0.000793361163, 0.0117385611, 0.0184533857, -0.00889413524, 0.00584805338, 0.0285857655, -0.0250479244, 0.0120215882, -0.0117810154, 0.0069660116, -0.00522185536, -0.0106559815, 0.0125593403, 0.0142645808, 0.0200807936, -0.0146608185, 0.00851912424, -0.00185913616, -0.0160052, 0.0185665973, -0.00553672342, -0.0222318023, 0.0045779678, 0.0227978565, 0.03048205, -0.0263923034, -0.00822194573, 0.03936911, -0.0224157684, 0.0562658459, -0.010889479, 0.00872431882, 0.0273404457, 0.0164297391, -0.025033772, -0.00728795538, -0.03968044, 0.0424541086, -0.0234063659, -0.0246516857, 0.0358595699, -0.0035077706, 0.00873847, 0.0162599236, 0.0117385611, -0.000704472885, 0.00921961758, 0.00365105341, -0.00526784733, -0.0519638285, -0.00775495032, -0.0339632854, -0.00539167179, 0.0168401301, -0.0298310872, 0.0143777914, 0.0118517717, -0.0119154528, -0.00291695097, -0.00511572, 0.00197942276, 0.00428078929, 0.0243403558, 0.0261092763, -0.0102809696, -0.00900027063, -0.00915593561, 0.0152693279, -0.0515109859, 0.0102880457, -0.0331425071, 0.00494944165, 0.0268734507, -0.018368477, -0.00627613254, -0.00410035951, 0.041180484, 0.0122267837, -0.018368477, 0.00142398151, -0.0186373536, -0.00109230878, -0.0101960618, -0.002605621, 0.0163872857, 0.0498694256, 0.0313311331, 0.00743654463, 0.00526430923, -0.0024676451, -0.0304537471, 0.0466712154, -0.00523246871, -0.0139107965, 0.0410955772, 0.00966538489, -0.00632919976, -0.0132952118, 0.00490698731, 0.0116678039, 0.00321059185, 0.0136631476, 0.0162033178, -0.0180288441, 0.0186939593, -0.0239158142, -0.0087596979, -0.0117456364, 0.0247648973, -0.00237035449, -0.0538884141, 0.00948141795, 0.015835382, 0.0056676236, 0.0132881356, -0.000212270548, -0.00899319537, -0.029576363, 0.00119313737, 0.0177882705, -0.0177599695, -0.042340897, 0.0457655303, -0.00631858641, -0.0142787322, 0.0145476079, -0.0332557186, 0.000200440874, 0.00275244145, 0.0118163936, 0.00660161395, 0.0203496702, -0.0104861651, 0.014427321, -0.00266753323, -0.00992011, 0.0232648514, -0.00820071902, -0.0114626093, 0.0221327413, 0.0224582236, 0.0144768506, 0.00315752439, -0.00443999236, 0.0207742099, -0.0213685688, -0.00567823695, 0.00958047714, -0.0422559902, -0.0306518655, 0.0201940034, 0.0165429506, 0.0174344871, -0.0251045302, 0.0197553113, -0.00773372361, 0.0094672665, 0.011611199, -0.0340481959, -0.0026303858, -0.0237035435, 0.0188496243, -0.00829977822, 5.76557759e-05, 0.0116678039, 0.00787523668, 0.027255537, -0.00182375778, 0.0224582236, -0.00509095518, -0.0010631216, -0.00114537647, -0.0217223521, 0.012955579, -0.0228686128, 0.0167410709, 0.00329903793, 0.00139656325, 0.0416899361, -0.00430909218, 0.00537398271, -0.0342746153, -0.0106347539, 0.029010307, -0.00767711783, 0.0146183651, -0.00502727414, 0.0411238782, -0.0403597057, 0.035576541, -0.00952387135, -0.0040013, -0.0032247433, -0.0132598327, -0.00996964, -0.000956986332, 0.0145617593, -0.0269866623, 0.038237, 0.00706507126, 0.0513411686, 0.0430767685, -0.0177175142, 0.0281753764, -0.00192104839, 0.00448244624, -0.0342463143, 0.00206079311, 0.0121560264, -0.00566054787, -0.00955217425, 0.0237743, 0.0138046611, -0.0241422355, 0.00719243335, 0.0169533398, 0.0236469377, -0.0153542357, -0.00554026105, -0.00421710825, 0.0279206522, 0.0222601034, 0.0435296111, 0.0430201627, -0.0116182743, -0.0022093826, -0.0221893471, 0.0244252644, 0.0178448763, 0.0132456822, 0.0330859, 0.0197128579, -0.0383219086, -0.0184675381, 0.00550488289, 0.0311613157, -0.0343312211, -0.0121135721, -0.0274253543, -0.0472938754, 0.00162033178, -0.041322, 0.0370765887, -0.00638226746, 0.00127627666, 0.0587564856, 0.0212270543, -0.00920546614, -0.0110380678, 0.0158919878, 0.0122621618, -0.0316141583, -0.0060461727, -0.0220761355, 0.0408974588, -0.0122904647, -0.000974675582, 0.0164721943, 0.00522539299, 0.0191892572, 0.00902857352, -0.020590242, -0.00723842531, -0.00712167658, 0.0163306799, -0.0257837959, 0.0104790889, -0.00204133498, -0.0193307698, 0.016712768, 0.0220761355, 0.00106489053, -0.00348477461, 0.0192175601, -0.0367652588, 0.00160264259, -0.020844968, -0.019090198, -0.0213402659, 0.0063716541, -0.0191609543, 0.00520770391, -0.00946019, 0.0161325615, 0.0108965542, -0.00618768623, -0.0253167991, 0.0117102582, -0.0542846546, -0.0194156785, 0.0130404867, -0.00728087965, 0.00778325321, -0.0091347089, 0.00035820654, -0.0153825385, -0.0343595259, 0.000479377632, 0.0111654308, 0.0144414725, 0.0431899801, 0.00950972, -0.0268168449, -0.0131041678, 0.0231940951, -0.022061985, -0.0108824028, 0.00948141795, 0.0240431763, -0.0185665973, -0.00384209678, -0.0106347539, 0.00778325321, 0.00407913234, -0.0250479244, -0.0142858075, -0.0120923454, 0.000822548347, 0.0276517756, 0.00235266518, 0.0192883164, 6.14631e-06, 0.00226598815, 0.00473009516, -0.00788231287, -0.00401898893, -0.00740824174, -0.0242129937, 0.0261092763, 0.033425536, 0.00931160152, -0.00322120544, -0.00435154606, 0.0145759108, 0.0203496702, 0.00874554645, 0.0417465381, 0.00646363804, -0.0131183192, 0.00704738218, 0.0294631515, 0.00545889093, -0.0419163555, -0.0116182743, 0.00830685347, -0.00672190031, 0.03492558, -0.0286282208, -0.0123399943, -0.0236610901, -0.014144294, -0.026364, 0.0152268736, 0.0235903338, -0.0272838399, 0.0102880457, -0.00775495032, -0.0251611341, 0.0022642191, -0.0041322, -0.0279489551, 0.0234063659, 0.00269583589, -0.0179439373, 0.00817949139, 0.0124461297, -0.0152268736, 0.00776910177, 0.00943896361, 0.0309065916, 0.0103163486, -0.00611692946, -0.0206185449, -0.0281046201, 0.00316459988, -0.00887998473, -0.00577729661, -0.0130334115, 0.020434577, -0.0172646716, 0.0110097658, 0.0206751507, 0.0126371728, 0.000235708751, -0.0277932901, 0.00525723398, -0.0300575085, -0.0384068154, -0.00638580555, -0.0139320232, 0.00978567172, -0.00601079408, -0.0136065418, 0.0137905097, -0.0350104868, -0.0185524449, -0.0128848217, -0.0121701779, -0.0206043944, -0.0128918979, 0.000231507554, -0.00161237165, 0.00377841573, -0.0160476528, 0.0266045742, -0.00377487787, -0.000120839431, -0.0274678078, 0.0137622068, 0.0162457731, -0.00748607423, -0.0123541458, -0.00483623054, -0.0129485028, -0.0272130836, -0.00898611918, 0.0115970476, 0.0109673114, 0.00626905682, 0.00460980879, -0.0147740301, -0.0141089158, -0.0145617593, -0.00795306917, 0.004960055, 0.0147598786, -0.0302273259, -0.0105427699, 0.007698345, -0.0279206522, -0.00293640909, 0.00680680852, -0.00379964267, 0.00944603886, -0.00424541067, -0.0172646716, -0.0052855364, 0.0222318023, -0.0165854059, -0.00779032893, -0.0215808377, -0.000125703955, 0.00810873508, -0.011766864, -0.00230136653, -0.00789646432, 0.00114537647, 0.0445485115, 0.00508741755, -0.029010307, -0.0169391893, -0.00694832252, -0.00448952196, -0.00483623054, -0.00742239319, 0.00771957217, -0.00987765566, 0.0130334115, 0.0113635501, 0.0244960207, 0.0457089245, -0.0184109323, -0.00186621188, 0.0205477886, -0.0136631476, 0.0172646716, -0.0315575525, 0.0068032709, 0.00978567172, 0.00445414335, 0.0284442529, 0.0310481042, 0.00419588108, 0.0185665973, 0.021311963, -0.0208874214, -0.0156938694, 0.000922492414, -0.0162457731, 0.0224157684, -0.00124974281, -0.00585866673, 0.0651529059, -0.0157363228, 0.00802382641, -0.0232507, 0.0156938694, -0.0180854499, -0.0185099915, -0.0139107965, -0.033765167, -0.00476547377, 0.00723488769, 0.00156903313, 0.0167976748, 0.00723842531, 0.0088092275, -0.0214959309, 0.000594799756, 0.016712768, 0.00242872885, -0.00577375852, 0.00714644138, -0.0196704026, -0.0162882265, 0.0102668181, -0.0204204265, -0.00182906445, -0.0403880067, 0.00270644948, 0.000920723483, 0.0011949063, -0.00937528256, -0.00114006968, -0.000546596653, 0.0126513243, 0.0160901062, -0.00919131469, 0.0296046641, 0.0195996463, -0.0108541008, -0.0177316666, -0.0254583135, 0.000337642821, 0.00654500816, 0.0162599236, -0.00866063777, 0.0138895689, 0.0053138393, -0.0149579979, 0.0440673642, -0.0102738943, 0.01126449, 0.0133164385, -0.00811581, -0.0065874625, -0.00199888088, 0.0170665514, -0.0168542806, -0.0300858114, 0.0112008089, 0.0040154513, -0.0184533857, -0.00504142558, 0.036708653, 0.00355730043, -0.0204062741, -0.0253875572, -0.00426663784, 0.00886583328, 0.015991047, -0.00937528256, -0.0231516398, 0.0154249929, 0.00159733579, -0.0103021972, 0.00701907929, -0.0102526676, 0.0187930185, 0.0121631017, 0.00271529402, 0.00163182977, -0.0258970056, -0.00698723877, 0.0064247218, 0.0170807038, 0.00960170384, 0.00203425926, 0.0157646257, 0.011639501, 0.026944207, -0.0343312211, -0.00504142558, -0.00250833016, -0.0318688825, 0.0146042136, 0.000662903185, -0.018524142, -0.00412158621, 0.0235478785, -0.00214039464, 0.0107196625, 0.0265621208, 0.00333618536, -0.00239335047, -0.0346425511, 0.000196018576, 0.0209864806, 0.0194864366, 0.0145334564, -0.0104012564, 0.00493882783, 0.0178165734, 0.0173778813, 0.0322085172, 0.0184250828, 0.00432678126, -0.0122267837, -0.0329726897, 0.0318688825, -0.0152976308, 0.00486807106, -0.0429069512, 0.0214110222, 0.00540228514, 0.0198260695, 0.00234205159, 0.0262932442, -0.00510510663, 0.00985642895, -0.00738701504, -0.0286423713, 0.0106347539, 0.00977859646, -0.0165004972, 0.00465933839, -0.0261234287, 0.0133801196, 0.00660868967, 0.00434447033, 0.00454966538, -0.00740116602, 0.0260809734, 0.0170382485, -0.0325198472, 0.0156231122, -0.0209298749, 0.0227695536, -0.00701200357, -0.0294348486, 0.0152834794, -0.0254583135, -0.0146042136, -0.00464518694, 0.00611692946, -0.0120357396, -0.0209157243, -0.017024098, 0.0143424133, 0.0240997821, 0.00752852857, -0.00162210071, -0.000215255597, 0.0274536572, 0.0023172868, 0.00357498974, -0.0136206932, 0.0088304542, 0.0432465859, 0.0343595259, 0.0192034077, 0.00344055169, 0.0123399943, 0.0115121389, 0.00428078929, 0.016557103, -0.0256564319, 0.0146183651, -0.0190760456, 0.00498835789, 0.0036864318, -0.0262790937, 0.025288498, 0.0328311771, 0.0336519554, 0.00569592603, 0.0390011743, -0.00861110818, -0.00117456366, 0.00501666032, -0.00599664263, -0.0189203806, -0.00249948562, -0.00858280528, 0.00147174241, 0.00754975574, 0.000151353321, 0.0222884063, 0.0290669128, 0.00230313535, 0.0175760016, 0.0192175601, -0.0268876012, 0.00755683146, 0.00871724356, 0.0181279052, -0.000542174326, 0.00172558264, -0.00772664789, -0.00794599392, -0.00426663784, -0.00485038199, -0.000267770432, -0.0143141104, -0.00994841289, -0.0105852243, 0.0043940004, 0.0178307258, -0.000665556581, -0.00863941107, -0.0335104428, -0.023123337, 0.0211846, -0.025345102, -0.00191397266, -0.00175565423, -0.0180854499, 0.0313594341, 0.0351237, 0.00532799074, -0.0268734507, 0.00248533417, 0.0125734918, 0.00180960633, -0.0106772082, 0.00257201144, -0.0209440272, -0.01539669, 0.0136914495, -0.00177511235, 0.0222742558, 0.00931867678, 0.0297744814, -0.00270291162, 0.00198826729, -0.00433031889, -0.0100262454, -0.0178165734, -0.0146608185, 0.00410743477, -0.0254300106, 0.0074577718, -0.00214039464, -0.0121914046, 0.00505557656, -0.0173495784, -0.00382794533, 0.0228261594, -0.00803797785, 0.0123187667, -0.0193166193, 0.0142433532, 0.00408267, 0.0139744775, -0.000900380895, -0.0147315757, -0.00491406303, 0.0210855398, 0.00917716324, 0.0128140654, -0.0100333206, -0.0117456364, -0.000696070492, -0.00880215224, -0.0289395507, 0.022656342, -0.00803090259, 0.00752852857, -0.0188496243, -0.00227837055, 0.0175193958, -0.00462042214, 0.00679265754, -0.0129838819, 0.000865002454, -0.00438692467, -0.000875616, -0.0255573727, 0.00489283586, -0.0100545483, 0.00630797306, -0.0033078827, -0.0107125863, 0.0060426346, -0.00746484753, -0.00644594897, -0.00995548815, -0.0042631, 0.0162174702, -0.03110471, 0.0245809294, 0.0361709, 0.0171939135, 0.0208166651, -0.0239582676, 0.00491406303, -0.0155382035, -0.0193166193, 0.029887693, -0.0198685229, 0.0191185, -0.0224299207, 0.0026710711, -0.00986350421, 0.0102880457, -0.018679807, 0.00507680373, -0.0118093174, -0.0111159012, 0.0159061383, -0.000728795538, -0.00672190031, 0.010358802, 0.0284584034, 0.00534568, 0.0197128579, 0.0166986156, -0.0134933311, 0.00316990679, -0.00727380393, 0.0148447864, 0.004036678, -0.023816755, 0.0339066796, 0.0060426346, 0.00396592123, -0.00299124583, 0.00689525483, 0.0234629698, 0.021467628, 0.00743654463, -0.00478670094, -0.00839176215, 0.00100828509, -0.0101748351, -0.0175901521, -0.0218497142, -0.0243828092, -0.00884460565, 0.0294631515, -0.0360293873, -0.0317273699, 0.0149013922, -0.00311860815, 0.0157504734, -0.0115828961, 0.0250196215, -0.000854831189, 0.00278605078, -0.0203921236, 0.0182269644, -0.00983520132, -0.0359727815, 0.0115545932, -0.018057147, 0.00261092768, 0.00979982316, 0.0144485487, 0.0322085172, 0.00648132712, 0.0155948093, 0.0194156785, -0.0116465772, -0.0119720586, -0.025288498, -0.0026551506, -0.00967953634, 0.00540936086, 0.0155099006, -0.0261375792, -0.0148589378, 0.0217223521, 0.0090639526, -0.0419163555, 0.0328311771, 0.011639501, 0.00754975574, 0.00775495032, 0.0258828551, -0.00100209389, 0.000202320356, 0.0159768965, -0.0232082456, 0.0260668229, -0.0183543265, 0.0195430405, -0.0216798987, -0.0064211837, 0.00823609717, -0.0216657463, -0.011766864, -0.0227412507, -0.00907102786, -0.0142221265, 0.0348972753, 0.0185099915, -0.0152834794, -0.00312391482, -0.0042029568, -0.00519355247, -0.0124885831, -0.0135994656, -0.00142751937, 0.00143194175, 0.040840853, 0.0165429506, 0.0022394543, -0.0222884063, -0.0132881356, -0.00516525, 0.00942481216, -0.0143848667, -0.0209723301, -0.0194581337, -0.0156514142, -0.03079338, 0.0264772121, -0.00377487787, -0.0158919878, -0.0225289799, 0.00679265754, -0.000177776572, 0.0159627441, -0.000921607949, -0.00939650927, 0.00988473184, -0.00728087965, -0.00544827711, -0.0158636849, 0.000169816427, -0.029576363, 0.0150429057, -0.0171939135, -0.0222035, 0.00504496321, -0.00474070897, -0.00846251938, -0.0119720586, -0.00369704538, -0.00281258463, 0.00943188742, -0.0191609543, 0.0486241058, -0.00348831248, 0.0251752865, -0.00609216467, -0.00848374609, 0.000281258457, 0.0173920337, 0.00392700499, -0.0188213214, -0.00813703705, -0.00992718525, -0.0105073918, 0.00739409076, -0.00116395019, -0.00143017282, 0.019995885, 0.00266399537, -0.00114979874, -0.0120569672, 0.0137551315, 0.0148589378, -0.0098918071, 0.0066122273, -0.0212270543, 0.0115262903, 0.00786108617, -0.0245243236, -0.00364397769, -0.00148854719, 0.0300858114, -0.00338571519, -0.0022889839, -0.0158919878, -0.0329160839, -0.00819364283, -0.000191375162, 0.0236186348, 0.00821487, -0.0288546421, -0.0124319782, 0.0330009945, 0.00934698, -0.00824317243, -0.00553318532, 0.0115192151, -0.0101889856, -0.00151154317, -0.00251363707, -0.00368289393, -0.00863941107, 0.0142221265, 0.0177175142, -0.0116182743, 0.00924792, 0.0123187667, -0.00567116123, 0.00971491542, 0.00959462859, 0.00956632569, 0.00707214698, 0.00950972, 0.00586220482, 0.0129131246, -0.00394469406, -0.0224440712, 0.00165924802, -0.0158919878, -0.0247365944, -0.00767711783, 0.00295056053, 0.0181845091, -0.00406498089, 0.0177175142, -0.0271989312, 0.0242554471, -0.0169816427, 0.0124390535, 0.0130475629, -0.0129202, 0.0172788221, 0.00054925005, -0.00109053985, -0.00355376257, 0.000300495478, -0.010075775, 0.00334326108, 0.00603909697, 0.00408974569, 0.0403597057, 0.0169533398, -0.0029540984, 0.00592588587, 0.0129060494, -0.0257271901, -0.000670421112, 0.00506619038, -0.0200383384, -0.034076497, 0.00718889572, 0.00454966538, 0.0336236544, 0.00616292143, 0.00446829479, -0.0105498461, 0.00827855151, -0.0131041678, -0.0214534756, 0.00978567172, 0.00138594978, -0.002221765, -0.0121348, -0.0209440272, 0.00742239319, -0.0220902879, -0.0197128579, -0.0174769405, -0.0122197075, 0.000912763353, -0.0291801244, -0.015552355, -0.0208591186, -0.0171090048, -0.00358029641, -0.03079338, 0.0330292955, 0.00626198109, -0.0312179215, 0.00181137526, 0.0303688385, 0.0065379329, -0.0206043944, 0.00548365572, 0.0182835702, -0.02015155, -0.0116819553, 0.0142150503, 0.0154108414, -0.00268345349, -0.00342286238, -0.00671128696, 0.0104861651, -0.00419234298, -0.0160618052, -0.0201798528, -0.0150146028, 0.000656269782, -0.00141248351, 0.00431263, 0.0116819553, -0.0110663706, -0.00529261213, -0.020745907, 0.0026003141, -0.000884902838, -0.0216940492, 0.0100333206, 0.00180341513, -0.00959462859, -0.0135994656, 0.0060214079, -0.00165128789, 0.0225572828, -0.00200772565, 0.0110663706, 0.00640703272, 0.0137905097, 0.00658392487, -0.00136383821, 0.0141089158, 0.0258828551, -0.000220672911, 0.00040441961, -0.0235620309, -0.0167976748, 0.0137268286, 0.00334856776, 0.00827147532, 0.00758513389, 0.0211138427, 0.0060709375, -0.0243828092, 0.00361036812, 0.0116748801, -0.00988473184, -0.0101253046, -0.0095380228, 0.0247790478, -0.00242695981, -0.00173442718, 0.0174769405, 0.00694832252, 0.0344161317, 0.0168825835, -0.0110805221, 0.00160529593, -0.0182977207, 0.0118234688, 0.0129768057, -0.00388455088, 0.00846251938, -0.000372136798, -0.00277013052, -0.0161750149, -0.0112998681, 0.00687402766, -0.00709337415, -0.0217931084, -0.0125098107, 0.00258262502, -0.00251009921, -0.0231799427, -0.0149863, 0.00385271036, 0.010139456, 0.00745069608, 0.0434447043, -0.0167693719, -0.00532445265, 0.0151844192, 0.00671482459, -0.00164421229, 0.00383502105, -0.0101253046, -0.0292933341, -0.00917008705, 0.00863941107, 0.00586574245, -0.0163731351, 0.012580567, -0.010139456, 0.00337156374, -0.00779740466, -0.00288687926, 0.0233356077, 0.0013213841, -0.0185949, 0.000177223788, -0.0144556239, 0.0016875508, -0.00525369588, 0.00179633941, -0.0081016589, -0.0162882265, 0.0124885831, -0.0101536075, -0.0220336821, 0.0118234688, -0.00333441654, 0.00740824174, -1.5795913e-05, 0.0246375334, -0.00815118849, 0.0088092275, 0.0331991129, -0.0123682972, -0.00296294293, -0.00326012168, -0.0215666872, -0.00428786501, 0.0159202907, -0.00175742316, -7.83853175e-05, -0.00673605176, -0.0308216829, 0.0156372637, 0.00999794248, -0.000228190838, 0.00857573, -0.017024098, 0.0271706302, -0.00154249929, 0.00543412566, 0.0242129937, 0.00520416629, 0.0152551765, 0.0297744814, 9.27025249e-05, 0.0230808835, 0.00572069129, -0.00855450239, -0.00853327569, 0.0106772082, 0.00791061576, -0.00454612728, 0.0185665973, 0.00178837928, -0.0201090965, 0.0380388796, -0.0186373536, 0.00554733677, 0.00648840284, 0.00809458364, -0.0091347089, -0.00921961758, 0.0067785061, -0.00991303474, -0.0171514601, -0.0112998681, 0.0171939135, 0.0128565188, -0.0152976308, 0.0384068154, -0.0056676236, 0.0071570552, 0.0256705843, -0.00820071902, 0.017024098, 0.00612754282, -0.023816755, -0.00962293148, -0.00411804859, -0.00218461757, -0.00999794248, -0.00381025625, -0.0098918071, 0.00520770391, 0.00758513389, 0.00482915482, 0.0117244096, -0.0174344871, 0.00242342195, -0.00483623054, -0.00104189455, 0.00963000674, 0.0108682513, -0.0107267378, -0.00769126927, 0.00758513389, -0.00180872192, 0.0152834794, -0.0160335023, -0.00440107612, -0.023689393, -0.00581975048, -0.0149013922, 0.0172080658, -0.0105639976, -0.0157504734, -0.00733748497, 0.0166986156, 0.0132810604, 0.00238804356, -0.00412158621, -0.0120003615, -0.044973053, -0.0119437557, -0.00505203893, 0.00434447033, -0.0372464061, -0.0111795822, 0.00374657498, -0.00742239319, 0.00373242376, -0.010889479, -0.0296895728, -0.00808043219, 0.0140169319, 0.000900380895, 0.0261800326, -0.0183118712, 0.0164863449, 0.000322607, -0.0197128579, -0.00409682142, -0.00842714, 0.00406144327, -0.00716413092, -0.00572776701, -0.00408620806, 0.0142787322, 0.00933282822, -0.000363734405, 0.0102668181, -0.00629028352, -0.0275668669, 0.00638580555, 0.00145316881, 0.0129626542, -0.0347557627, -0.00751437712, -0.0145900622, -0.0220053792, -0.0150429057, -0.004178192, -0.00873847, -0.000887556176, 0.0216232929, -0.00235089636, -0.00297709438, 0.0437843353, -0.00850497279, -0.0117244096, -0.00632919976, -0.0181137528, -0.00648132712, -0.00358206546, 0.00904272497, -0.0173920337, 0.00666529499, 0.00429140264, 0.00846959464, -0.010606451, -0.0023597409, 0.00858988147, -0.00356791401, -0.0128423674, 0.0185382944, -0.00433031889, -0.0051475605, 0.0146183651, 0.0138541907, -0.027099872, 0.00863941107, -9.22050167e-05, 0.0126513243, -0.00231021107, -0.00370058301, -0.0146042136, 0.0300292056, 0.0173495784, 0.0185382944, -0.00867478922, -0.00186267402, 0.0181137528, 0.0111300517, -0.00713582803, 0.00149208505, 0.00558625301, 0.00164686562, 0.0121489502, -8.92199605e-05, 0.00795306917, 0.0356331468, -0.00795306917, -0.0125947185, -0.00400483748, 0.00670067361, -0.0290669128, -0.00814411324, -0.0290386099, 0.00542351231, -0.0148872407, 0.01539669, 0.0121843293, -0.00236504758, -0.00215100823, 0.00527846068, 0.00554379914, -0.0191185, -0.00427371357, 0.000934874872, -0.00107285066, -0.0171656106, -0.0116748801, -0.00666883308, -0.0109673114, -0.00148677826, -0.00278251292, -0.0165995564, 0.0231799427, 0.0143211856, 0.0139957042, 0.0109460838, 0.0104154078, -0.00921254139, -0.00418526772, -0.0171231572, 0.00397653459, 0.00391285354, 0.000602317683, -0.0255149193, 0.0246658362, 0.015552355, 0.0110663706, 0.0198968258, 0.00699431449, 0.0197694637, 0.0425956212, 0.00515463622, 0.00538813369, -0.000624429202, 0.0107550407, 0.0176467579, -0.0220195316, 0.00437631086, 0.0160335023, -0.000646098459, 0.0152268736, -0.00431263, -0.014802332, 0.00267637777, -0.0199817345, 0.00310976338, 0.00526077161, 0.00192458625, 0.0126937786, -0.00519709056, -0.0243545063, 0.0210713893, -0.00274713454, -0.012799914, 0.0121206483, -0.0138754174, 0.0122409342, 0.000283027388, -0.00191751053, 0.00254547759, -0.0098422775, -0.00854035188, -0.022061985, 0.0200949442, 0.0100687, -0.00907810312, -0.00261446554, -0.012453205, 0.00831393, 0.00305846473, 0.0109390086, 0.0030337, 0.00270468043, -0.0167693719, 0.0118093174, 0.0197270084, -0.00956632569, 0.00424187304, 0.00182375778, 0.000755771587, -0.00625136727, 0.0139107965, 0.00323181902, -0.0286706742, 0.00903565, 0.00373596163, 0.0223450121, -0.0192175601, 0.00112414942, -0.013394271, -0.00653085718, 0.00254901545, 0.0168967359, 0.00562870735, -0.0150146028, 0.0102668181, 0.0224723741, -0.00159291353, -0.00203779712, 0.00398007268, 0.0281612258, -0.00535983127, -0.0103305, -0.000570919306, 0.00188920787, 0.0131324707, 0.0268876012, 0.0124107506, -0.00586574245, -0.0141513692, -0.0325481482, -0.0159768965, -0.0042772512, 0.00712521467, -0.00686695194, -0.0180005413, 0.0310481042, -0.0106276786, -0.010606451, -0.00113122514, 0.000977329, 0.000839353073, -0.00896489248, 0.0265479684, 0.00837761071, 0.00130457932, 0.00174415624, -0.022500677, -0.0128352921, -0.0137975849, -0.0234205164, 0.00164509669, 0.0298027843, -0.00627613254, -0.0173212755, -0.0137763582, -0.0252460428, 0.00199534302, -0.0197128579, 0.00627259444, -0.018368477, 0.00243757339, 0.0216940492, 0.0274253543, -0.0145334564, -0.0081016589, 0.00720658479, 0.0110875983, 0.00579144806, 0.00124532054, 0.0289678536, -0.0073162578, 0.00534568, 0.01095316, 0.028260285, 0.00950264465, 0.018524142, -0.00245880033, -0.00439753802, -0.00714644138, 0.00300716609, -0.0005284652, 0.00557210157, -0.020590242, 0.0214959309, -0.00779740466, -0.0015371925, 0.0152834794, -0.00453551393, 0.0172788221, 0.00517586339, 0.0231374893, 0.0306235626, 0.0179722384, 0.0133518167, 0.00681034662, -0.0296612699, 0.0117810154, 0.0205760915, -0.0291518215, -0.000889325107, 1.19194883e-05, -0.0214393251, 0.00184675376, -0.00839176215, -0.00609216467, 0.0145617593, -5.09670426e-05, -0.00570300175, -0.0302273259, -0.00535275554, 0.00133818889, 0.0153542357, -0.00279666437, -0.0245667771, -0.000901265361, 0.0250903778, -0.00494236592, -0.0142433532, -0.00808750745, -0.00122763135, -0.00391639164, -0.00420649443, -0.0149863, -0.000927799148, 0.00720658479, -0.0183826294, 0.00718182, 0.00559332874, -0.000922492414, -0.00293464027, 0.0103163486, 0.00772664789, -0.0147881815, 0.00240573287, -0.00409682142, 0.00540582323, -0.0196704026, 0.0323217288, 0.00938235782, -0.00643887324, -0.0164863449, -0.0125027345, 0.00867478922, -0.00610631611, -0.00789646432, -0.000556767918, -0.00220053806, 0.0269866623, 0.00594003731, -0.00487160916, 0.00787523668, -0.0282036792, 0.0187364127, 0.00034383405, 0.00290456857, -0.0108753275, -1.67909311e-05, -0.0229959749, -0.00459565734, -0.0203213673, 0.0170524, 0.0221044384, 0.00595772639, -0.000577552768, -0.0104366345, -0.00750022568, -0.0171373077, 0.00424187304, -0.00188743894, -0.0203496702, 0.0133164385, -5.93694167e-05, 0.00118163938, -0.00480085192, 0.00172116025, -0.0042524864, -0.012141875, -0.0109956143, -0.000921607949, -0.010295121, 0.0194581337, 0.00860403292, -0.00164244336, -0.0209440272, -0.0166420098, -0.00665114354, 0.0166703127, 0.00460273307, -0.0179863907, -0.0120923454, -0.0246658362, 0.00468410319, 0.00695539825, -0.00962293148, -6.97894677e-07, -0.01539669, -0.00867478922, -0.00716059282, -0.00936820637, -0.00551549625, 0.00719597144, 0.0166561622, 0.00929037388, 0.0120781939, -0.0304254442, 0.0233214572, 0.0403880067, -0.0124107506, 0.0124602811, -0.0140735367, 0.00242695981, -0.0120711178, 0.00364751555, -0.013549936, 0.0102031371, 0.00340163545, 0.0186515041, -0.0227978565, 0.0026551506, -0.00812288653, -0.0335387439, -0.00119313737, 0.00423833495, -0.0235620309, 0.0158919878, 0.00979274791, -0.0106559815, 0.00774079887, 0.0123258429, 0.0122267837, 0.0169957951, -0.0155240521, -0.00976444501, -0.00561809354, -0.011766864, 0.0206043944, -0.00746484753, 0.00877384935, -0.00563932071, 9.43056075e-05, -0.0159627441, 0.00203956617, 0.00265868846, -0.00789646432, 0.0147032728, 0.0107267378, 0.00611339184, -0.00376426429, -8.09834237e-05, -0.00537044462, -0.0154532958, 0.0111795822, -0.00349361938, 0.00498128217, -0.0237176958, 0.00937528256, -0.00465580076, 0.0197270084, 0.0114343064, -0.00407205662, -0.02666118, 0.00494944165, -0.0159768965, -0.00977859646, 0.0174486376, 0.019373225, -0.00871724356, -0.0176750608, 0.0211704485, -0.0275244135, -0.0223308615, 0.00523246871, -0.00296824984, -0.0148306349, -0.000495740154, -0.0122480104, -0.00828562677, -0.01508536, 0.00335210562, 0.0165288, -0.0127574597, -0.000292535347, 0.00559332874, 0.00521477964, -0.0134721035, -0.0287131295, 0.00364751555, 0.00078628544, -0.0244960207, -0.0207883622, 0.00549780717, -0.00349892606, 0.0123399943, -0.0077478746, 0.0380105786, -0.0162316207, -0.0154249929, 0.0283027384, 0.00369350752, 0.00315575534, 0.000175786539, -0.0146749699, -0.00962293148, -0.00298063224, 0.0102243647, 0.0115828961, -0.0367652588, -0.0176750608, 0.0199675821, 0.00527846068, 0.0213827193, 0.004960055, 0.00390577805, 0.0259394608, 0.00190159027, -0.00238981261, 0.000933990406, -0.00798844825, -0.00736578787, -0.00412866194, 0.0101748351, -0.00956632569, -0.0118093174, -0.00367228035, -0.0129980324, 0.00411097286, -0.0100191692, -0.00328842457, -0.0243686587, 0.0218921676, 0.0152834794, -0.00390931591, -0.0236469377, -0.00267284, -0.0132103032, 0.0026710711, 0.0222035, 0.00853327569, -0.0300292056, -0.0218072608, -4.53838838e-05, 0.0152834794, -0.00615584571, 0.0018909768, 0.0144839268, -0.00962293148, -0.00385978608, -0.00268345349, -0.00429847836, 0.0145051535, 0.00507680373, -0.0039871484, 0.00412866194, -0.0112857176, -0.00484684389, -0.00624782965, 0.0139532499, -0.0123046162, 0.00510864425, -0.00210855412, -0.00437984895, -0.0222884063, 0.0291235186, 0.0112998681, -0.0140027804, -0.0206043944, -0.00202010805, 0.00288334163, -0.018524142, 0.00435862178, -0.00999794248, 0.0058303643, 0.00983520132, 0.026788542, 0.036397323, -0.00755683146, 0.00315929321, -0.000706241757, -0.0211987514, 0.00789646432, 0.00509449281, 0.0139815528, -0.0140381586, -0.029632967, 0.0120428158, 0.0254866164, 0.00997671578, 0.00534568, 0.00177422795, -0.0153117813, -0.00249417895, 0.0212695077, -0.0412936956, -0.0236752406, 0.0272413865, -0.0166703127, -0.025033772, 0.0115404418, 0.00805920456, 0.0031292215, 0.00897196867, 0.00438338658, -0.00662284112, 0.0197694637, 0.00858988147, 0.0191043485, -0.0144697754, -0.0118093174, 0.00975736883, 0.0263215471, -0.00998379104, -0.0174344871, 0.00809458364, 0.00212270534, 0.0310198013, -0.00717120664, -0.00592588587, 0.00516171195, 0.0126654757, 0.00178041914, 0.00481854146, -0.0114413826, -4.34283947e-06, -0.00134791795, -0.0188920777, 0.0237459987, -0.00127273879, 0.0125451889, -0.000317742466, 0.00215808395, -0.0126583995, -0.00306200259, -0.025345102, 0.00214747037, -0.00399068603, 0.00689525483, 0.0140735367, -0.0126159461, -0.024878107, -0.023378063, 0.014519305, 0.000224100208, 0.0133730443, 0.000605855486, 0.0265338179, -0.0119649833, 0.0120781939, 0.00963708293, -0.00468410319, 0.00420649443, -0.00742239319, -0.0187222622, 0.000891978503, -0.00195996463, 0.00530322548, 0.0203213673, 0.00689525483, 0.016401438, 0.00586928055, 0.0219346229, 0.0201090965, 0.0135287093, 0.0136065418, -0.0257413406, 0.0038491725, -0.0238875113, 0.0149155436, -0.0036581289, 0.00625490537, 0.00381733198, 0.000822990609, 0.0117314849, -0.00241103955, 0.00541643659, 0.00908517931, -0.0290952157, 0.013486255, 0.00438338658, -0.0328877829, 0.0105923, 0.0120145129, 0.000560748042, 0.0174344871, 0.00322828116, -0.0087809246, 0.0030089349, 0.00881630275, 0.0326896645, 0.0018555983, 0.0129414275, 0.0320953056, 0.00331318937, 0.00143990188, 0.00405436754, 0.00926207099, 0.00329726911, 0.011455534, -0.0107550407, -0.0294065457, 0.00634688931, -0.0122904647, -0.0269725099, 0.016557103, 0.00992718525, 0.033736866, -0.023066733, 0.00388808874, 0.0172080658, -0.00297709438, 0.0280055609, 0.00745069608, 0.0305386558, -0.000594799756, 0.00938943401, -0.0152127221, 0.00477962522, -0.00509095518, -0.00584097765, -0.0103092724, 0.0130617144, 0.013182, -0.00062708254, 0.00308676739, -0.019245863, -0.00106223719, 0.00389516447, 0.0283027384, -0.0164438915, -0.0118022421, -0.0263073966, -2.8330378e-05, 0.00912763365, -0.0103234239, 0.0172505192, -0.000336316152, 0.0165995564, 0.00341578689, -0.00471594371, 0.0143070342, 0.01333059, -0.00946019, -0.0124956593, 0.0143211856, -0.00432678126, -0.00981397461, -0.00135941594, -0.00160352699, 0.00725257676, -0.0107479654, -0.00491760066, -0.0064211837, 0.00146466668, -0.0173778813, -0.0444636047, 0.0284442529, -0.0201940034, 0.00812996179, -0.00174680969, 0.0221468937, -0.000675285643, -0.0124390535, 0.0133447414, -0.000939297141, -0.00919131469, -0.0165995564, 0.0026710711, 0.0119013013, -0.00992718525, 0.0123895239, -0.00272236974, -0.0084554432, -0.00692001963, -0.0360293873, 0.029887693, -0.00788938813, 0.000103205493, -0.00815118849, -0.000314646866, 0.00930452533, -0.000736755668, 0.00623014057, -0.00953094754, 0.0131607736, -0.0025472464, 0.0119649833, -0.00683511142, -0.00480085192, 0.0123824487, 0.0109177819, 0.000768596248, 0.00310622551, -0.00112061156, 0.0042277216, -0.00611339184, -0.0121206483, 0.0114696845, -0.00150623638, -0.0026303858, 0.03492558, 0.0127716111, 0.00930452533, 0.0245950799, 0.00195996463, -0.00572776701, 0.00252248161, -0.0130687896, 0.00704030646, -0.00636104075, -0.00349008152, -0.0316990688, 0.00266753323, -0.00155753514, 0.00395884551, -0.00494236592, 0.00757098245, 0.000221667942, -0.0174769405, 0.000283469621, 0.00519355247, 0.0356048457, -0.00184498483, 0.00977859646, 0.0226421915, -0.00839176215, 0.0189911369, -0.0161042586, -0.00689171674, 0.00302485516, 0.00475839805, 0.00888706, -0.000263790367, 0.0506052971, -0.0197411608, -0.0179722384, 0.00927622244, -0.00894366577, -0.0140381586, -0.0123824487, -0.0172505192, -0.00908517931, 0.00822902098, -0.0245950799, -0.00570300175, -0.0045319763, -0.00476547377, -0.0160618052, -0.00926207099, 0.00511218235, 0.00476547377, 0.000706241757, -0.000401323981, -0.0002363721, 0.0220761355, -0.0260668229, -0.0130970925, 0.0375011303, -0.0109602353, 0.00636811648, -0.00379610481, -0.00415342674, 0.00466641411, -0.00374657498, -0.0115545932, 0.00303016207, -0.0227129478, -0.0036333641, 0.0114979874, 0.00727380393, 0.0125876432, -0.0153542357, 0.0045567411, -0.0120215882, -0.00216162158, 0.0313594341, -0.0012187867, 0.00373242376, 0.0473787859, -0.0165854059, 0.0306235626, 0.0256281309, 2.92424775e-05, 0.00549073145, 0.0122338589, -0.0133093633, -0.0121914046, -0.00821487, 0.00782570709, 0.00228721509, -0.0112361871, 0.0307650771, -0.0209723301, -0.0031044567, -0.0095167961, 0.0130475629, -0.00251717493, -0.0339349844, -0.0109390086, -0.0126230214, -0.00910640601, -0.00315752439, -0.0038491725, -0.00656977342, -0.00629028352, -0.0159485936, 0.00674312748, 0.0163165294, -0.0180429965, 0.00351307751, -0.0071039875, 0.011172506, 0.0148872407, -0.0164863449, 0.00783278327, -0.0116253505, 0.0180713, 0.0175335463, -0.0156938694, -0.0183118712, -0.0155948093, 0.00943896361, 0.00439753802, 0.0151702678, -0.00486807106, -0.0186939593, 0.00435862178, -0.00828562677, 0.0142362779, 0.0120074367, 0.0021262432, -0.0145476079, 0.0309348945, 0.00328842457, -0.0157646257, -0.00587281818, 0.00707922271, -0.00433739461, 0.00995548815, -0.0184958391, -0.00725257676, -0.00381379412, 0.00295232935, -0.0126017947, -0.00422418397, 0.0018555983, 0.00655208388, -0.0181562062, -0.00890828669, 0.023066733, -0.00497420644, 0.00310268765, -0.0107408892, 0.00948141795, 0.0157646257, 0.0132032279, -0.00380318053, 0.0286989771, -0.0014107147, 0.00323535688, 0.0429635569, 0.00692001963, 0.0255007669, -0.0115970476, -0.0169816427, -0.0265904237, 0.0186939593, 0.0113777006, -0.00666175736, -0.026364, 0.0012134799, -0.000865886919, 0.00300009036, 0.03110471, -0.0242412966, 0.0163731351, -0.0233497601, -0.00998379104, -0.00859695673, -0.0279348027, -0.00433031889, -0.0148306349, -0.0122197075, 0.0185949, 0.0278923493, -0.00881630275, -0.00540936086, -0.0174203366, 0.00544473948, -0.0153400842, -0.0066122273, 0.0153400842, 0.0102809696, -0.0113493986, 0.0238733608, -0.00585866673, 0.00444353, 0.0149296951, 0.00948141795, -0.00456381682, -0.0091842385, 0.000946372806, 0.00938235782, -0.0150287542, -0.00354845589, -0.018212812, 0.0043409327, 0.0192175601, 0.0308782887, -0.00133288209, 0.0211704485, 0.00157699327, -0.00607801322, 0.00325658382, 0.01198621, 0.0193166193, -0.00246056938, -0.00251717493, -0.020590242, 0.0095380228, 0.012863595, -0.00609924039, -0.00289926189, 0.00902149826, -0.0152693279, 0.00148412492, -0.00821487, 0.0108682513, 0.00960170384, -0.00912763365, 0.0139178718, 0.0118446965, -0.0179156344, 0.00452843821, 0.000518293935, 0.00550488289, 0.00116129674, 0.00377487787, 0.002089096, -0.0191326514, -0.00386686181, -0.0129768057, -0.0164863449, 0.00342109357, 0.0225289799, -0.00506265229, -0.00481854146, 0.01570802, -0.00533506647, -0.0139957042, -0.0318405814, 0.00186621188, -0.0069907764, 0.0228261594, -0.00720304716, -0.0206468478, -0.0183967799, -0.00984935276, 0.00613815663, -0.0160193499, 0.0067537413, 0.0164438915, 0.0119720586, -0.00499189552, -0.00859695673, 0.0242696, -0.00445768144, -0.0210572369, 0.0137268286, 0.0234063659, -0.00221822714, -0.00454966538, 0.00999794248, -0.0128565188, -0.00919131469, -2.89937234e-05, 0.0043904623, 0.00558271538, -0.0050980309, -0.000747369195, -0.006591, 0.00392346736, -0.0117456364, 0.00298063224, -0.00534921745, -0.00163182977, -0.00736578787, 0.0198826734, -0.014519305, 0.00237389212, 0.012205556, 0.0140169319, 0.026364, 0.0192741659, -0.021750655, 0.00529261213, -0.0100333206, 0.01301926, -0.00138594978, -0.0054270504, -0.0488505289, 0.0253875572, -0.0107267378, -0.00922669284, -0.00323358783, -0.00851912424, -0.0126300976, 0.0284725558, 0.0101465322, 0.0128848217, -0.0106347539, -0.0137480553, -0.00324597047, -0.00270291162, 0.000370810099, 0.00829270296, 0.00653085718, -0.00722427433, -0.00799552351, -0.0205760915, -0.0126017947, 0.0191043485, 0.00350069511, 0.0290669128, -0.00114802981, -0.00148500933, -0.00250302348, 0.00260385196, -0.00889413524, -0.0105852243, 0.00493882783, 0.00945311505, -0.0253167991, 0.00377487787, -0.0111017497, 0.0015911446, 0.00366520463, 0.0160052, -0.00541997468, -0.00422418397, 0.00303723756, -0.0111229764, -0.00917008705, 0.0145617593, -0.00893659, -0.00389870233, -0.00292402669, -0.00854742713, 0.00868894067, 0.0325764529, 0.00362275052, 0.0224299207, -0.00320705399, 0.00798137207, -0.00827855151, 0.0142787322, -0.00292048883, -0.00850497279, 0.0107833436, 0.00119667524, -0.000264895934, 0.012863595, -0.0090639526, 0.0199675821]
|
18 Nov, 2020
|
HTML5 MathML rowlines Attribute
18 Nov, 2020
This attribute holds the row borders value that multiple value can be separated by using a space can consider also. Possible values are none, solid and dashed. This attribute is accepted by <mtable> tag only.
Syntax:
<element rowlines="none|solid|dashed">
Attribute Values:
none: This attribute sets the row lines of the table none.
solid: This attribute sets the row lines of the table solid.
dashed: This attribute sets the row lines of the table dashed.
Below example illustrate the rowlines attribute in HTML5:
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML rowlines Attribute</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML rowlines Attribute</h3>
<math>
<mi>GeeksforGeeks</mi>
<mo>=</mo>
<mtable frame="solid" rowlines="dashed"
rowalign="bottom">
<mtr mathbackground="green;">
<mtd>Course</mtd>
<mtd>Fee</mtd>
</mtr>
<mtr>
<mtd>
<mi>C++ STL</mi>
</mtd>
<mtd>
<mi> 1499</mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>Placement 100 </mi>
</mtd>
<mtd>
<mi>9999 </mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>DSA Foundation </mi>
</mtd>
<mtd>
<mi>7999</mi>
</mtd>
</mtr>
</mtable>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML rowlines attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute
|
https://www.geeksforgeeks.org/html5-mathml-rowlines-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML rowlines Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML open Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0473369732, 0.00515116286, -0.0215484872, 0.0291282106, 0.0653424487, -0.0144624617, 0.00953999721, 0.0257304031, -0.00646890234, -0.0199367069, -0.0214178022, -0.00919150375, -0.00113895512, 0.00173883513, -0.0148472562, 0.00103640382, -0.000294494763, -0.0163936932, 0.000217354391, 0.00583725842, 0.00389150577, 0.0272695813, -0.0323517695, 0.0360690318, -0.0393216312, 0.00975780562, -0.0144043788, 0.0014193831, 0.0154498583, 0.0259772521, -0.00921328459, -0.0121536953, 0.0313643739, -0.0158273932, -0.0353139602, -0.0275164302, 0.00972876418, 0.0549747795, -0.0170616396, -0.00472280663, 0.000910256582, -0.0171487611, 0.00111354422, 0.0405994393, 0.00318181422, 0.000819956942, -0.0365917683, -0.0070460937, -0.0145786256, -0.0209967066, -0.0214468427, 0.0147601329, 0.00999739394, -0.0143099958, 0.0282424577, 0.0130539685, 0.0157402698, 0.0400767, -0.0220857468, 0.00242856098, -0.019689858, -0.0216065682, -0.0224342402, -0.0298251957, -0.00891561341, 0.00796451792, 0.00363921118, 0.00659595709, -0.0400186181, -0.00436705351, -0.0463495739, 0.0295493063, 0.0184410904, 0.0126836952, -0.0110936956, 0.0176134203, 0.0410931371, 0.0122625986, 0.00798629876, 0.0261079371, 0.0116164349, 0.0150432829, -0.0902016163, 0.00622205297, -0.00681013474, -0.000613039185, 0.0190073922, -0.0362142362, 0.000574922771, -0.00416013552, -0.0222019106, 0.0339199901, 0.0232764315, -0.0134750642, -0.0120883528, -0.0112969829, -0.00580821745, -0.00424362905, -0.023886295, -0.0266016349, -0.00649794331, 0.020764377, -0.00624020351, 0.0433583446, 0.0331358798, -0.000489614555, 0.0193123221, 0.0155805433, 0.000918878126, 0.023378076, 0.00392054673, -0.0211999938, -0.0337747857, -0.0166115016, -0.00826945, 0.0244671162, -0.0365917683, -0.050676696, 0.0340361558, 0.00540527236, -0.0315095782, -0.0233199932, -0.0135186259, 0.0338909477, -0.0190509539, 0.00345588941, -0.0288523193, -0.00541253248, 0.0143898586, -0.00577554619, -0.0117979413, 0.00330523867, -0.0168438312, -0.0412093028, 0.00170707144, 0.0376082063, -0.0333682075, -0.0177150629, -0.00979410671, 0.0184556115, -0.0179909542, -0.027313143, 0.0102369832, 0.00943835359, -0.0485566966, 0.030928757, 0.00649068318, 0.0380438231, 0.00338691683, 0.0416739583, -0.0258610882, -0.00729294308, 0.0275019091, -0.0013168318, 0.023247391, -0.0152756115, -0.00804438069, 0.0114131477, -0.0106145171, -0.035633415, 0.0244235545, 0.0234506782, 0.0127417771, 0.0654005259, -0.00907534, 0.0260353349, 0.031683825, 0.031625744, -0.0200383496, 0.0447523147, -0.0142156119, -0.00869054534, -0.0121101337, -0.0390312225, 0.00160089, 0.0109484894, 0.0209821854, -0.0207353365, 0.0202851985, -0.0421095751, -0.0325550586, -0.0285909511, 0.00922780577, 0.00826218911, -0.0148617765, 0.0206482131, 0.0414997153, 0.0276180729, -0.012857941, 0.0237410888, -0.0551199839, 0.0050277384, -0.0168583505, 0.0142736947, 0.0440843701, -0.0125893112, -0.0498345047, 0.0121319145, 0.0241476633, -0.0102950651, -0.0133589, -0.00953999721, -0.0102152023, 0.0033959921, 0.00956903864, -0.0192832816, 0.0260498542, -0.0149416393, 0.0446071103, -0.0233345143, -0.0313062929, 0.0376082063, 0.0179328714, 0.0218679383, -0.0376082063, 0.0114421882, -0.00393506745, -0.0048607518, -0.00547061488, -0.0269646496, 0.0678399801, -0.0155805433, -0.0246849246, 0.0204304047, -0.0560783409, -0.0139469821, -0.00849451777, -0.0298251957, -0.0423709452, -0.0103967087, -0.00872684643, 0.0134678045, -0.00608410779, -0.0129958866, -0.00740184728, 0.031887114, 0.0229715, -0.0310158804, 0.0361271128, 0.0053726011, -0.0154643785, -0.0151594477, -0.00654150499, -0.0511413552, 0.0184991732, -0.0400476605, -0.00465020398, -0.0196462963, 0.0243509524, 4.28242602e-05, 0.0211999938, -0.0458268337, 0.0114204073, -0.0279665664, -0.0131846536, 0.0340651944, 0.0059352722, -0.00467924494, 0.00257558143, -0.0295783468, 0.0377534144, 0.00266996492, 0.00388424541, -0.0122045167, 0.00252475962, 0.0126546538, 0.029273415, -0.00881397, 0.00318907434, 0.00417102594, -0.000134655347, -0.0654005259, 0.0221293084, -0.0140195852, -0.00827671, 0.023378076, -0.00312010176, -0.0572980642, 0.0109194489, -0.0246704035, -0.0266451966, -0.0332810842, 0.0166550633, 0.00161631801, 0.014927119, -0.0222164318, 0.0281843748, -0.00263184845, 0.000386155705, -0.0294331424, 0.000738732633, -0.0177295841, 0.00745629892, 0.0222164318, 0.0336295776, 0.0164372548, 0.00556136807, -0.00764506636, -0.00249208836, -0.0141502693, -0.0208660215, -0.0122989006, -0.00338873174, -0.0672591552, -0.0359819084, -0.00248664315, 0.0263838284, -0.000790915859, 0.0343846455, -0.0719057322, -0.0113260243, -0.00805890188, -0.0148980776, -0.0146004064, -0.00669034058, -0.00898821652, 0.00745629892, -0.0240315, -0.00446506729, -0.0228262953, 0.00389150577, 0.0175698586, -0.0306383464, 0.00207825284, -0.0167567078, -0.00417102594, -0.00386246457, -0.00439972477, -0.0217662957, 0.0102079418, -0.0761457309, -0.0261224583, 0.0162339676, 0.0123715028, 0.00490431348, -0.0869490132, 0.0290410873, -0.0154643785, 0.0231167059, 0.00372088933, -0.0568624474, -0.0251205396, 0.0272114985, -0.0236394443, 0.00654513482, -0.00604054611, 0.00605143653, 0.0219405405, 0.0223471168, 0.00357386889, 0.000981044257, 0.0187895838, 0.00966342166, -0.0118052019, 0.0268920474, -0.0189347882, -0.00803712104, -0.0119141061, -0.0419353284, -0.0202851985, -0.0226230063, 0.00734376488, -0.00918424409, -0.0195882134, -0.0134387631, -0.046610944, -0.0173665695, 0.00383705366, 0.011275202, -0.00094020518, -0.0322065651, 0.00931492914, -0.0109775309, 0.00316547859, -0.0177005418, 0.0239879377, 0.0505895726, -0.00523465592, -0.0177295841, -0.00667945, 0.0103313671, 0.0507057384, -0.010128079, -0.0138453385, -0.0160742421, 0.00731835375, 0.0185427349, 0.0154062966, -0.00674842251, 0.0335424542, 0.0120012295, 0.0274728686, -0.00805890188, -0.0172504056, 0.0154062966, -0.00132227701, 0.0138235576, -0.00707150484, 0.0315095782, -0.00908986, 0.017468214, -0.0530871078, 0.0125239687, 0.0219986234, 0.0403961539, 0.0182813648, -0.030870676, 0.012857941, 0.0229715, -0.0144769819, -0.0370854698, 0.00104729424, 0.012480407, -0.00430171099, 0.025788486, 0.00435979338, -0.000405440805, 0.0268194433, 0.00095291069, 0.0147310914, 0.0564268306, -0.017337529, -0.0131919142, 0.0406284817, -0.003421403, 0.000203174175, -0.0723703876, -0.0274583474, 0.0135476673, 0.0103023257, -0.0107016405, 0.0195882134, 0.0235958826, 0.0113550648, -0.0190364327, 0.0116091743, 0.0149561595, 0.0151594477, 0.00779753178, 0.039699167, -0.0465819053, -0.00260462239, -0.0345879346, 0.0161032826, -0.0297671147, 0.00807342213, 0.00430534128, -0.015812872, -0.000128302621, 0.0253964309, 0.00158636936, -0.0211854726, -0.0381599888, -0.0180635564, 0.0206627343, 0.0056267106, 0.0401347838, -0.0226520486, 0.0154789, 0.0217082128, -0.0381890312, 0.0180345159, 0.0143027352, 0.00760150468, 0.0366788916, -0.0458849184, -0.0501539558, 0.0118923252, -0.00930766854, -0.006193012, -0.0168728717, -0.0331649221, 0.0139397215, 0.00231602672, 0.00444691628, 0.0415577963, -0.000790008344, 0.0253819097, 0.0140268449, -0.00300212228, 0.0263402667, -0.00328890304, 0.0201399941, -0.0101135587, 0.000199884351, -0.00760150468, -0.0175843779, 0.024960814, 0.00673390226, -0.00481356028, -0.0025138692, 0.0254254714, -0.0285038278, -0.0596503913, -0.0103095863, 0.0140558863, 0.00498780655, -0.0137872566, -0.00514753256, -0.0151013657, 0.0166260228, 0.0480920412, -0.00668671029, 0.0192542411, 0.0170471184, 0.0329616331, -0.0463205352, 0.0318580717, -0.0104112299, 0.0225213636, 0.00657780608, -0.0293750595, 0.0358657427, 0.0137727354, -0.00306383474, -0.000719674455, -0.00729294308, 0.0283441, 0.0112389009, -0.0191235561, -0.00918424409, -0.00154734543, -0.00930040795, 0.0259336904, -0.00121246534, 0.0031418826, 0.00919876434, -0.00430897111, -0.022927938, -0.0324969776, -0.0108831478, 0.00625472423, 0.012197257, 0.041790124, -0.0402219072, -0.00460301246, -0.00377534144, 0.006193012, 0.00561582, 0.0266451966, -0.0158419125, 0.0256287586, -0.00994657259, -0.0341232792, -0.0280536897, 0.0208515, -0.0201399941, -0.00421821792, -0.0365046449, 0.00897369627, 0.0119649284, 0.0344427302, -0.0174391735, -0.031567663, 0.00369003322, 0.0036501016, -0.0200673919, -0.0221002679, -0.000405894563, -0.00983766839, -0.00604054611, -0.0152320499, 0.0216501299, 0.0165389, -0.0330197178, -0.0258610882, -0.0112897223, 0.00163265364, -0.0128289005, -0.00838561356, 0.00401856052, -0.0148690362, 0.0446361527, 0.0109049287, 0.0115147913, 0.00585903926, -0.0119213667, 0.00830575079, 0.014099448, -0.00649068318, -0.019689858, -0.0334843732, 0.0179473925, 0.0159145165, -0.0126038315, -0.00142755092, 0.00410931371, -0.0317999907, -0.051693134, 0.00740547711, 0.0231747869, 0.0739386082, 0.0168583505, 0.00590986107, 4.94322412e-05, 0.0273857452, -0.0185572542, -0.00482445071, 0.0320904, -0.0176715013, -0.0109775309, 0.0144624617, 0.0170035567, 0.025469033, 0.0193558838, -0.0233925954, 0.0126619143, -0.0096852025, -0.0260062944, -0.0237701293, -0.0329325944, -0.0402219072, 0.00717677874, -0.0027589032, -0.0219695829, -0.0126909548, 0.0439682044, 0.032700263, -0.0143172564, -0.00910438, 0.0345008112, 0.0109049287, 0.0152175296, 0.0146657489, 0.0406865627, -0.0278939642, -0.0325550586, 0.00878492929, 0.0160742421, -0.0284747854, -0.00682465546, -0.0198641028, 0.0066431486, 0.00162993104, 0.0284312237, 0.00952547695, -0.0295638274, -0.0220567062, -0.0106290383, 0.00771040842, 0.000433120586, -0.0041492451, 0.0213161577, 0.029346019, -0.00374630024, 0.0241912249, -0.028707115, 0.0513446406, 0.0403380692, 0.00898821652, -0.00321267033, 0.0247865673, 0.00600061473, -0.00250660884, 0.0112171201, 0.00840013474, -0.0177441034, 0.00244126632, -0.0144987628, -0.00360290986, -0.0166405421, 0.00911890157, 0.0275454707, 0.00935849, -0.00157457148, 0.00926410686, 0.0174972545, 0.0244380757, -0.0333972499, 0.0231457464, 0.00159907481, -0.015624105, 0.0103967087, -0.000156663053, 0.0265871156, -0.0304350592, -0.00205284194, 0.0449846424, -0.000785924436, 0.0357786193, -0.0258030053, 0.00948917493, 0.0176569801, 0.00978684612, -0.00788465515, 0.0108395861, -0.027240539, 0.0391764268, -0.00950369611, -0.00833479222, 0.0446361527, -0.0116745168, -0.0019276021, 0.0374339595, 0.0230441019, -0.00232510199, 0.00752164144, 0.0176715013, -0.0120738316, -0.0416449197, -0.014005064, -0.00066159229, -0.0104910927, 0.0144769819, -0.00484623155, 0.0283150598, 0.0042581493, -0.0067919842, -0.00955451746, 0.00805164129, -0.0036791428, 0.0115002701, 0.0245106779, 0.00898821652, -0.00234869798, 0.00247393758, -0.00329071819, 0.00943835359, -0.0299413614, 0.00403308077, -0.00545246433, -0.0149561595, 0.0186008159, -0.0203287601, 0.0143317766, -0.0065342444, 0.0298832785, 0.00720581971, 0.00624383381, 0.0014593146, -0.0155515019, 0.0209095832, -0.00148381805, 0.00658506667, -0.0253964309, 0.0373177975, 0.0263402667, -0.00292770448, -0.00697349105, 0.00564849144, -0.00716951815, 0.050618615, -0.0048607518, -0.010316846, 0.0254835542, 0.00773218926, 0.00385157415, -0.0150868446, 0.00419643708, -0.00998287369, -0.00580095733, 0.00359201944, 0.0336876623, -0.0312191695, 0.0172794461, -0.00550328614, 0.0127417771, -0.0209241025, 0.00282243057, -0.000441969052, -0.0487019047, 0.0153627349, 0.00924958661, -0.019181639, 0.034733139, -0.00393506745, -0.0100119151, -0.0352268405, 0.00503862882, 0.00973602477, -0.0355172493, -0.0122698592, 0.0348493047, 0.00234143762, 0.00127508526, 0.0167131461, -0.0296799913, 0.0127780782, 0.00136311608, 0.00484986138, 0.0173084885, 0.0336295776, -0.0170616396, 0.0110791745, -0.0315095782, 0.000205216114, 0.00675568311, -0.022230953, -0.019689858, 0.0195882134, 0.0309868399, 0.0109267086, 0.00605506683, -0.0138525981, 0.00647253217, -0.0207934175, -0.0109267086, 0.0236830059, -0.0405123159, -0.0235668421, 0.0134532833, -0.00818232633, 0.0119213667, -0.0146802692, 0.025715882, -0.0054815053, 0.00675568311, -0.0151013657, -0.0255561564, -0.0169019122, -0.0297380723, -0.00408390304, -0.0365336873, -0.00824766885, 0.0368531384, 0.023886295, 0.0142664341, -0.0153336944, -0.00721308, 0.0297961552, -0.0160161592, -0.00621842267, -0.0222599935, -0.0098013673, -0.0157693103, 0.020386843, 0.0112606818, -0.00869780593, 0.0452460125, 0.0150868446, -0.00126691745, -0.0144915022, -0.0204304047, 0.019689858, -0.012066572, 0.0221728701, -0.00293314969, 0.0634838194, -0.0156095847, 0.0202997196, -0.00343410857, 0.00751438132, -0.0196608156, -0.00738006644, 0.000657054596, 0.0155079402, 0.00874862727, -0.00931492914, 0.0401057415, 0.0245542396, 0.0322936885, 0.048585739, -0.0166115016, 0.0196172539, 0.000326485344, -0.0146294478, -0.031945195, 0.0306964293, 0.00332520436, -0.0139034204, -0.0264128689, 0.0196608156, 0.0142446533, -0.00964164082, -0.00486801239, -0.00701342244, 0.0332810842, -0.0111735584, -0.00372088933, 0.00054361287, -0.000346451096, 0.000922508305, 0.0139397215, 0.0303188954, -0.0045413, 0.00503862882, -0.00831301138, 0.0379857421, 0.0292879362, 0.0107887639, 0.0211273916, 0.00718040857, -0.0231312253, -0.0283441, 0.0116236955, 0.0272986218, -0.0322356075, -0.00184047886, 0.00327256741, -0.0535517633, -0.00328890304, -0.0233345143, 0.0462914929, -0.0182232819, -0.0131338313, 0.0319742374, 0.0104620513, -0.00890109316, -0.0304350592, 0.000694717281, 0.0116454763, -0.0300865658, 0.0179909542, -0.0124513665, 0.020386843, -0.00510397088, 0.0134750642, 0.00526732719, -0.00127054751, -0.00482445071, -0.000601695036, -0.0153482147, -0.0132499961, 0.0156531464, 0.0264854711, -0.0164372548, 0.0175843779, 0.0141212288, -0.00433801254, 0.00817506574, -0.011652736, -0.00376082072, -0.017337529, 0.0295638274, -0.00979410671, 0.0090826, -0.0306383464, -0.0176424608, -0.0304350592, 0.00248664315, -0.0166841038, 0.00667945, -0.000554503233, 0.0206046514, -0.0100845173, -0.024452595, 0.00249390327, 0.011841503, -0.060521625, 0.00158727693, -0.000208052166, 0.00965616107, -0.0126328729, -0.0186298583, 0.000507765275, -0.0328454711, -0.0189638305, -0.00455219, -0.00271171145, 0.0291136894, 0.0363013595, 0.0111154765, -0.0360690318, -0.00855986, 0.0095762983, -0.0248882119, -0.00974328443, -0.0112897223, 0.00996835344, -0.0169019122, 0.011333284, -0.0310158804, -0.00728205265, 0.0140631469, -0.0410060138, -0.00793547742, -0.00416739611, 0.00399677968, 0.0157838315, 0.00600061473, 0.0169309545, -0.00178058166, -0.0151304062, 0.00354119763, -0.012197257, 0.0198931452, -0.00588445039, -0.00259736227, 0.0320904, 0.00447232742, -0.00340506737, -0.00441061519, -0.0146294478, 0.0102805449, 0.0246704035, 0.0528257377, 0.0354882069, 0.0191380773, -0.00584088871, 0.0219405405, 0.0361271128, 0.00588808, -0.034675058, -0.0128797218, 0.0138889, -0.0277632792, 0.0332230031, -0.0289539639, -0.0180054735, -0.025657801, -0.00604780624, -0.0125820506, 0.0227101296, 0.0352268405, -0.0165824611, 0.0120230103, 0.00428719027, 0.0133153386, -0.000157570583, 0.0135113662, -0.0177876651, 0.0168728717, 0.0233925954, -0.00629828591, 0.007191299, -0.00139124959, -0.00480267, 0.0121101337, 0.0134387631, 0.0327873863, 0.026296705, -0.0182813648, 0.00065614708, -0.028765196, 0.0071586282, -0.0158709548, -0.011333284, -0.0206772536, 0.0228408147, 0.0156386252, 0.0265290327, 0.00398951955, 0.00321993046, 0.00394595787, 0.00900999736, -0.000589897099, -0.0304350592, -0.0160016399, -0.0203142408, -0.0171342418, -0.0127345165, 0.00994657259, -0.00307835522, 0.0249462947, -0.0171923228, -0.00487890281, -0.00959081948, -0.000875316502, -0.0141139682, -0.00222527329, 0.0115147913, 0.00282787578, 0.00302753341, -0.00257376628, 0.0222745147, 0.0127853388, -0.00222164323, -0.0247430056, 0.00887931231, 0.0152901327, -0.0127199963, -0.00229606102, -0.00964164082, 0.00741999783, -0.0202416386, 0.0029222595, -0.0161032826, 0.00418554666, -0.0177295841, -0.00964164082, -0.0178312268, 0.00150650635, -0.028256977, -0.00538712181, 0.0034958208, 0.00228880066, -0.0418772474, -0.0074127377, -0.00403671106, -0.0211273916, 0.00618575141, 0.00599335413, -0.0135404067, -0.00824766885, 0.0180054735, -0.019747939, -0.014738352, 0.00538712181, -0.0322646461, -0.0149997212, -0.0155805433, 0.00473369705, 0.00757246325, -0.0164372548, 0.0162920505, -0.017468214, 0.0107452022, 0.0505895726, 0.00290773879, -0.0258175265, -0.00192397204, 0.00797177851, 0.00446506729, -0.019370405, -0.0161468443, 0.0285183471, -0.015246571, 0.0157112274, 0.0276180729, -0.00884301122, 0.041732043, -0.0147310914, -0.00209640339, 0.00919150375, 0.00599698443, 0.0194284879, 0.00700616231, -0.00569568342, 0.0157257486, 0.00757246325, 0.0115656126, 0.0374630019, 0.00677020336, 0.00254835538, 0.0141067076, -0.0190364327, -0.0162339676, 0.00279883482, -0.0157983508, 0.0243654717, 0.0116817774, -0.00332701951, 0.0723123103, -0.0294331424, 0.0103458874, -0.004461437, 0.00627650507, 0.00332701951, -0.0235232804, 0.00398951955, -0.0322356075, 0.0122480784, 0.0226810891, -0.0041492451, -0.0140776671, -0.0120956125, 0.0109412298, -0.0134605439, -0.00450499868, 0.0119358869, 0.00469739595, -0.0167421866, -0.00222345814, -0.00829849, -0.0374920443, 0.0246558823, -0.0252221841, -0.00730746333, -0.0261950605, 0.000233009341, -0.0119286263, 0.00455219, 0.00423636846, 0.00982314814, -0.0085235592, 0.0165824611, 0.0146584883, 0.00024435352, 0.0366788916, 0.0210402682, -0.0209095832, -0.0071041761, -0.0180635564, 0.00247756764, 0.0221002679, 0.0142954756, -0.00394232757, 0.0297090318, -0.00171523925, -0.0411802605, 0.0431260131, -0.00241222535, 0.0229424592, 0.00728568295, -0.017337529, -0.015435338, 0.00901725795, 0.0258901287, -0.01308301, -0.0285038278, 0.0182958841, 0.00258102664, -0.0178602692, -0.0196753368, 0.0140921874, -0.00262277317, -0.00902451761, -0.022927938, 0.00826218911, 0.00883575063, 0.0106871203, -0.0230731443, -0.025410952, -0.00038887831, -0.0210547876, -0.00559403934, 0.00938753132, -0.0074998606, -0.00450862898, 0.0100191748, 0.0126256123, 0.00189311581, -0.0200819112, -0.00618212158, 0.0241041016, 0.0172649268, 0.0139542427, 0.00423273863, 0.00784109347, -0.0201254729, 0.013685612, -0.0234942399, -7.55522051e-05, -0.0144261597, -0.0338909477, 0.009939312, -0.0194284879, -0.0325550586, 0.0228408147, 0.0171487611, 0.00261551281, -0.00079999119, 0.0175698586, -0.00199294463, -0.0215194449, -0.039699167, 0.00776123069, 0.0380147845, 0.0129741058, 0.00911164097, -0.0158564337, -0.000173225548, 0.00241404027, 0.021272596, 0.0119431475, 0.0241621844, -0.00623294339, -0.0272841, -0.0180199947, 0.03124821, -0.00944561325, 0.010258764, -0.0190509539, 0.0143753383, -0.0245542396, 0.0149997212, 0.00631280616, 0.0396701247, -0.0116745168, 0.0111154765, -0.0225213636, -0.0166841038, 0.026354786, 0.0268339645, -0.0220421851, 0.0112824626, -0.00870506559, 0.0193558838, 0.00881397, 0.00718040857, 0.0107234214, -0.0313062929, 0.0322936885, 0.00848725811, -0.0109847914, 0.007557943, -0.0157402698, 0.00927136745, -0.00112080446, -0.0393797159, 0.0112316404, -0.0227101296, -0.012669174, -0.0016108728, 0.00248301285, -0.000645256659, -0.00318544428, -0.0164372548, -0.0016880132, 0.0380147845, 0.0225358829, -0.0153191732, 0.00497691613, 0.0059897243, 0.00216174591, 6.33005e-05, 0.00230876636, 0.0109920511, 0.0406575203, 0.019747939, -0.00324352644, 0.00582273817, 0.0118995858, 0.00218715682, 0.0120810922, 0.00192941725, -0.00899547711, 0.0123352017, -0.0148617765, 0.00879945, 0.00960534, -0.0208079387, 0.00800082, 0.0252221841, 0.0195591729, 0.00876314845, 0.0168583505, -0.00821862742, 0.0232619103, 0.00985944923, 0.00206191721, -0.0233490337, -0.0108904075, -0.00520198466, 0.0101861609, 0.00663225818, 0.0134678045, 0.0374339595, 0.0277778, 0.0011797942, 0.00206191721, 0.000770950108, -0.0254254714, 0.0151884882, -0.00390602625, 0.00904629845, 0.0160742421, -0.00575013505, -0.0038334236, -0.00962712057, -0.0016852906, -0.0219841022, -0.000302889472, -0.030289853, -0.0157402698, -0.0173520502, 0.000310149742, 0.0286345128, 0.00321630039, -0.0114131477, -0.0244235545, -0.030289853, 0.00931492914, -0.0069916416, -0.00236684852, -0.000376399723, -0.0112897223, 0.00988849, 0.0153772561, 0.00652335398, -0.0381019078, 0.0106145171, 0.05372601, 0.00708965538, -0.0134387631, -0.00914068241, -0.0115438318, -0.0164372548, 0.00418917695, -0.000535898784, 0.0509961508, -0.0136638312, 0.0249172524, 0.0230876636, -0.0220567062, -0.00447595771, -0.00844369642, -0.0221728701, -0.000221551731, 0.00138943456, -0.0428356044, -0.00253020483, -0.0170761589, -0.00646164175, 0.00561945047, -0.020198077, -0.00442513544, 0.0255561564, -0.00908986, 0.0138380779, -0.00188222551, 0.0135404067, 0.0258030053, 0.00706061441, -0.00327801262, -0.00391691644, -0.00208551297, 0.0125820506, -0.00159998238, 0.0182668436, -0.00482082041, -0.0154643785, 0.000519109424, -0.0117906816, -0.00175789336, 0.00180417753, -0.0351397172, -0.0115656126, -0.0148690362, -0.00989575, 0.00966342166, -0.0140704066, -0.0258175265, -0.0180054735, 0.00985944923, -0.00204195152, -0.013685612, -0.00773945, 0.00223434856, 0.0112243798, -0.0218098573, -0.00998287369, -0.00842191558, 0.0297380723, -0.0151594477, 0.0133589, -0.0126183527, -0.0170180779, 0.0152610913, -0.0385375209, 0.0194865689, 0.0142664341, 0.0116091743, 0.00110356126, -0.0219986234, 0.0111517776, -0.00800082, -0.0198350623, 0.00329434825, -0.0223325957, 0.01682931, -0.0115002701, 3.74924966e-05, 0.00550328614, 0.0232764315, -0.0265435539, -0.00273349229, -0.000435616297, -0.0177731458, -0.00860342197, -0.00329434825, -0.0170471184, -0.00604780624, 0.00903903879, -0.016321091, 0.00441787532, 0.0065342444, -0.000254336395, 0.0130249271, -0.0209676642, -0.0247575268, 0.0210112259, -0.0255416352, 0.0348202623, 0.025657801, 0.00912616123, 0.00612766948, 0.00845821667, 0.0279665664, 0.0153627349, 0.0262095816, -0.00478451932, 0.00887205172, 0.00277705397, 0.00244671153, -0.0105927363, -0.00842191558, -0.022869857, -0.0181797203, 0.0224342402, -0.020764377, -0.0342104, 0.0170761589, -0.00526369689, 0.00861068256, -0.0177295841, 0.0307545122, -0.00407301262, 0.011783421, -0.00876314845, 0.0131047908, 0.00745629892, -0.0204013642, 0.011463969, 0.00851629861, -0.00328890304, 0.0173230078, 0.0305221826, 0.0320323184, -0.00564486114, 0.0169309545, 0.0329616331, -0.0303769764, 0.0180925969, -0.036707934, 0.00489342306, -0.0092858877, -0.014099448, 0.0296509508, -0.0163646527, -0.01203027, -0.00450499868, 0.000514571788, -0.0107379416, 0.0362723172, 0.0105709555, 0.0115728732, 0.00707876496, 0.0203578025, -0.0333972499, -0.0124223251, -0.000258874061, -0.0277778, 0.0229134168, -0.00776849082, -0.00360290986, -0.00320359482, -0.0289684851, -0.00484260125, -0.0162049271, -0.00467561511, -0.0197915, -0.01336616, -0.00851629861, 0.024830129, 0.00750712119, -0.00312373182, 0.00548876543, -0.0124513665, -0.0166986249, 0.0060260254, -0.0245542396, -0.00254835538, 0.00841465499, 0.0237265676, 0.0265435539, 0.0214613639, 0.00789191574, -0.00552506698, -0.00650883373, -0.00426903972, -0.00996109284, -0.01682931, -0.0153772561, -0.0400186181, -0.0403961539, 0.0249317735, 0.0117761604, -0.0176860224, -0.0167567078, 0.0138017768, -0.00453403965, -0.00909712072, -0.000505950185, -0.0106435586, -0.0115656126, 0.000414969923, -0.00834205188, -0.0146875298, 0.0101425992, -0.00479540974, 0.010316846, -0.0125312293, -0.00270808139, 0.010069997, 0.00962712057, -0.0126619143, -0.00273530744, -0.0143462969, 0.00392780686, 0.010353148, -0.00930766854, 0.0480339564, -0.00182777341, 0.0177586246, -0.0150142424, 0.00862520281, 0.0188476648, 0.0269791707, -0.0043162317, -0.0147528723, -0.00611677906, -0.00873410702, -0.00157729408, 0.0219260212, -0.0132645164, -0.00393143715, 0.0167276654, 0.0192542411, -0.0141647905, -0.0290120468, 0.00832753163, 0.0170035567, -0.00885027088, 0.0113913668, 0.00367732765, 0.0226375274, -0.00271897181, -0.0172358844, -0.0211564321, 0.00549239572, 0.022419719, 0.00110356126, 0.0100772576, -0.0102224629, -0.0354301259, -0.00770314829, -0.00251749926, 0.00732924417, 0.0278068408, -0.0138598587, -0.0130031472, 0.00523465592, 0.00708602509, -0.000717859366, 0.0103313671, -0.0013050338, 0.00339780725, 0.000687457, -0.00208369805, -0.0225504041, 0.00311102648, 0.0198350623, 0.0163791738, -0.0240169782, 0.00657417625, 0.0154498583, -0.0151594477, 0.00908986, 0.0033959921, 0.0185717754, -0.00588808, -0.00806616154, 0.00467561511, 0.0078701349, 0.00550328614, -0.022230953, -0.0098013673, -0.0139034204, -0.019370405, 0.00488979323, -0.00211636932, 0.0161758848, 0.0135767078, 0.00826945, -0.0191090349, 0.0144116394, -0.0175989, 0.0130975302, 0.0149561595, -0.0155950636, 0.0172939673, -0.00845095608, 0.00390239619, 0.0144915022, -0.00155006803, -0.00326893735, -0.019370405, -0.0191525966, 0.0128797218, 0.0378405377, 0.0305802654, 0.00776849082, 0.00743088825, 0.00356479338, -0.0202851985, 0.00983766839, -0.0082331486, -0.0139687629, -0.0160887614, 0.0100627365, 0.0158564337, 0.0088865729, 0.00144751673, 0.00512212189, -0.00630191574, 0.00670849113, 0.00308924564, 0.00128143793, 0.0220131446, -0.0022053076, 0.00499869697, -0.00405486161, -0.00427267, 0.00637814868, -0.0290556084, -0.0253528692, -0.0236539654, -0.0121101337, 0.00141030783, -0.00467924494, -0.00591349136, -0.0314514972, -0.032700263, -0.0163065698, -0.0258756094, 0.0116309552, 0.0135621876, -0.0283441, 0.0149852009, 0.0200673919, -0.00448321784, -0.00740910741, 0.00342866336, 0.0187605415, 0.000875770289, -0.0150868446, -0.000924777123, 0.0176134203, -0.0140486257, 0.00828397, 0.0140486257, 0.0137146534, -0.00584451901, -0.00234688283, -0.0164082143, -0.0155805433, 0.00858890172, 0.000458758412, 0.0211128704, 0.0118197221, -0.0030420539, 0.00964890141, -0.0110065723, -0.0088865729, -0.0155224614, -0.0250334162, -0.0112098595, -0.00407301262, -0.0120157497, -0.0185282137, -0.0118560242, -0.0156531464, 0.0163791738, 0.00166169473, 0.00102460582, -0.00636725826, 0.00489342306, 0.0127417771, 0.004461437, 0.0133371195, 0.00693718949, -0.00818232633, -0.0138598587, -0.0329325944, -0.00712958677, 0.00356660853, 0.00136946875, 0.00239044451, -0.00672664167, 0.0132572567, 0.00866876449, -0.0275164302, 0.00576102547, 0.00366643723, 0.00530362874, -0.0096852025, 0.00513301231, 0.0374920443, -0.0138017768, 0.00319088949, 0.0117761604, 0.00346859475, 0.0216356106, 0.0190219115, -0.0158999953, 0.00299123209, 0.00235051289, 0.0128071196, 0.00536534097, -0.0243509524, 0.0011652736, 0.00904629845, 0.00546335429, -0.0255706776, -0.00998287369, 0.00195482816, -0.015246571, -0.0162339676, -0.00306928, 0.0019167118, -0.019370405, -0.0257739648, -0.0108105447, -0.0022307185, 0.0228843763, 0.00175154058, 0.0382180698, -0.016959995, -0.00781931262, 0.0218679383, 0.00546335429, 0.00157729408, 0.0107524628, -0.0101934215, -0.0307835527, -0.0198060218, 0.00670486083, 0.00622205297, -0.00545609416, -7.55522051e-05, -0.0053689708, -5.93867553e-05, -0.00887205172, 0.0135476673, 0.0156095847, 0.0170325972, -0.00236503361, 0.0124295857, 0.00419280678, 0.0139687629, -0.00119249965, 0.0137073928, -0.00672664167, -0.0168438312, -0.00727842236, -0.00599698443, -0.00914068241, -0.00802986, -0.0172504056, -0.0129232835, -1.53004548e-05, 0.0158564337, -0.00937301107, 0.00449410826, 0.0270517729, 0.00543068349, -0.0118269827, -0.00254472531, -0.0219115, -0.00116164354, 0.0157257486, -0.00693355966, -0.00074644672, -0.000237320128, -0.0350235514, 0.00773218926, 0.0111154765, -0.00191308162, 0.00132681464, -0.0398443714, 0.0287942383, -0.0131628728, -0.012480407, 0.0232328698, 0.0160452, 0.00402945094, 0.0161904059, 0.00428356044, 0.0152030094, 0.000681558042, -0.00765232649, -0.0133298589, 0.0245687589, 0.00685006659, -0.00634547742, 0.0123134209, 0.0172068439, -0.00154553039, 0.0215920489, -0.014796434, 0.0143898586, 0.0157693103, 0.0219115, -0.0178602692, 0.00695897033, 0.00224705413, 0.0215049256, -0.0149852009, 0.00446869712, 0.0146367075, 0.0182378031, -0.0178021863, 0.0148254754, 0.0059897243, 0.0133008175, 0.027690677, -0.0180345159, 0.0180345159, 0.00626561465, -0.0147891734, 0.0140849268, -0.00760150468, 0.00498780655, -0.00110174622, 0.0174391735, 0.0139687629, -0.00691903895, 0.000980136683, 0.00911890157, 0.0125239687, -0.011783421, 0.0118995858, 0.00332701951, -0.0150287626, 0.0123206815, 0.0112969829, -0.0141067076, 0.00902451761, 0.0201254729, -0.0137945162, 0.0142228724, -0.0237846505, 0.00526006706, -0.0281843748, -0.00932218879, -0.0232183486, -0.0095762983, -0.0134242428, -0.0163356122, -0.00517657399, 0.0184556115, 0.0128506813, -0.00244308147, 0.00199294463, -0.00805890188, -0.0444909446, -0.020198077, -0.00262458832, -0.00728931278, -0.0307254698, -0.00959081948, -0.00975054502, -0.00195301312, -0.000912071671, -0.00744177867, -0.0303188954, 0.00135313312, 0.00910438, -0.00116890378, 0.00821136776, -0.0183394458, -0.00847999752, 0.0115002701, -0.0227246508, -0.0106871203, 0.010128079, -0.0031927044, -0.00826945, 0.00627287477, -0.000982859288, 0.011333284, 0.00794999767, 0.00586266955, -0.00665766932, -0.0076087648, -0.011558353, -0.0130975302, 0.0146584883, -0.0162194464, -0.0462624505, -0.00675568311, -0.00700616231, -0.0273276623, -0.0134605439, 0.00444691628, 7.84449658e-05, -0.00706061441, 0.0181506798, 0.00609862851, 0.0168873928, 0.0249317735, 0.00049233716, -0.00691903895, -0.00224342407, -0.0188331455, -0.00266451971, -0.000922508305, 0.0109412298, -0.0160306804, 0.0233925954, 0.0104910927, 0.00708965538, -0.00787739456, 0.0242202673, 0.00568842283, 0.0136275301, -0.0199221857, 0.011463969, -0.0157257486, -0.00515842298, 0.0195591729, 0.0214323215, -0.0186879393, 0.00233417749, -0.00379712204, 0.0317128673, -0.0143317766, -0.0028423965, -0.0223906785, 0.0257739648, 0.0132645164, 0.010316846, 0.00334154, -0.00189130078, 0.0177295841, 0.000169028208, -0.0119649284, -0.00579006691, 0.0122843795, 0.0113986265, -0.00510034105, 0.00245034182, 0.00376445102, 0.0223761573, 0.00152374955, 0.00867602509, 0.000832662394, 0.00215811585, -0.01308301, 0.0112897223, -0.0345298536, 0.0076087648, -0.00210366375, 0.00718766917, 0.0158419125, 0.00168347557, -0.0123715028, -0.00447232742, 0.00796451792, -0.00913342182, -0.00141575304, 0.00908986, 0.0161904059, -0.0221873913, -0.003604725, -0.00863972306, -0.019747939, -0.0165824611, -0.0160597209, -0.0195591729, 0.0102515034, 0.00328164292, 0.00811698381, -0.0011280647, 0.0121754762, -0.00977958646, -0.0138308173, -0.0198060218, -0.00114984554, 0.000893920951, 0.0105927363, -0.0153336944, 0.0213451982, 0.0112316404, 0.017337529, 0.0116019147, -0.0022561294, 0.00491157407, 0.0365917683, 0.00425451947, -0.0132064344, -0.00630917633, 0.0169019122, 0.0343556069, -0.0256142393, 0.00576465577, 0.0127345165, 0.0129232835, 0.00282424572, 0.0011280647, 0.00189674599, 0.013910681, -0.0265145134, -0.0187895838, -0.0133225983, -0.0180635564, -0.00408753287, 0.0109484894, -0.0267613623, 0.00602965569, 0.0109049287, -0.0129232835, -0.00475910818, -0.00751438132, 0.00341958809, -0.000578552892, 0.00492609432, 0.00625472423, -0.0020274308, -0.0101571204, -0.030870676, 0.0071005458, 0.00626561465, -0.0078701349, 0.00233236235, -0.0144406809, 0.000983766862, 9.52910705e-06, -0.00646890234, 0.0196317751, 0.00469376566, -0.0106871203, -0.00331249903, 0.0187169798, 0.00605143653, 0.00152465713, -0.0132282153, -0.00750712119, -0.0175698586, 0.0162484888, 0.00685732672, -0.0236684866, -0.0041165743, -0.01470205, 0.0127127357, -0.00503862882, 0.00288232788, -0.0225504041, 0.00870506559, 0.00802986, 0.000658415898, 0.0235523209, -0.0176134203, -0.00443239603, 0.0176279396, -0.00577554619, -0.020198077, 0.00929314829, 0.0211564321, 0.0010137154, -0.0111009553, 0.00401493, 0.00327801262, 0.0186443776, 0.014193831, 0.0251786225, -0.00360290986, -0.0231021848, -0.0107742436, -0.0137291737, -0.0185572542, 0.0110573936, -0.00690814853, -0.0138308173, 0.021272596, -0.0182523225, -0.00641808, 0.00773218926, 9.20012535e-05, 0.00844369642, -0.000682919286, 0.0153482147, 0.00439246465, 0.00527458731, 0.0206772536, -0.0234942399, -0.0187460221, -0.0131047908, -0.024394514, 0.00173974258, 0.018731501, -0.00564123131, -0.011144517, -0.00655239541, -0.0307545122, 0.00574287493, -0.0128869824, 0.0109993117, -0.0247284863, -0.00153010222, 0.0300865658, 0.00861794222, -0.00228154031, -0.0056811627, 0.00857438054, 0.01950109, 0.015115886, -0.00504225865, 0.0254835542, -0.0053689708, -0.00839287415, 0.00535445055, 0.0297671147, -0.00665403903, 0.0324969776, 0.00233962247, -0.00479540974, 0.00099556474, -0.00832027104, -0.00675931294, 0.0076087648, -0.0322356075, 0.00527458731, -0.0187024605, -0.00381527282, 0.000243899762, -0.00227065, 0.00703520328, 0.00303297862, 0.0171778034, 0.0289684851, 0.0177586246, 0.00507129962, 0.00206373236, -0.00595705304, 0.0160306804, 0.0388860144, -0.00128053047, -0.0100191748, -0.0186443776, -0.0179473925, -0.0113042435, -0.0181361586, 0.00115892093, 0.0225649253, 0.00559766963, 0.00958355889, -0.0327583477, -0.00421095779, -0.00511849159, 0.0107524628, 0.0123424623, -0.0388279334, -0.00502047781, 0.0282134153, 0.00697349105, 0.00385157415, -0.0223761573, -0.00835657306, 0.00113714009, -0.0128797218, -0.0185282137, 0.00296400604, 0.00871232618, -0.0157112274, 0.00916246325, 0.0101425992, 0.00239044451, 0.0023559581, 0.0124949273, 0.0261224583, 0.000463749864, 0.000657054596, 0.00357749895, 0.00392417703, -0.0270517729, 0.0497473814, -0.0115656126, -0.00184864667, -0.00388061535, -0.0166260228, 0.00681739533, 0.00680287462, -0.00774671, -0.0153191732, 0.0085526, 0.00063799636, 0.0158273932, -0.0102660246, 0.0176424608, -0.0163501315, 0.00612403918, 0.000139079581, 0.0109702703, -0.00175517076, -1.86469879e-05, -0.0379857421, 0.00304568396, -0.0175408162, 0.0181506798, 0.00856712088, 0.00329979346, -0.000770496321, 0.00953273661, -0.0115656126, 0.00240133493, 0.00433075195, 0.00357205374, -0.0254254714, 0.0229424592, 0.0100845173, -0.0138380779, -0.0184701309, 0.00473732734, -0.00157003372, -0.0121754762, -0.0114349285, -0.00125874963, -0.0106290383, 0.00563034089, 0.0279375259, -0.00253020483, -0.0202416386, -0.0092858877, -0.0329616331, -0.00484986138, 0.00108359556, -0.00380075234, -0.0166405421, -0.0240895823, 0.00821862742, -0.0133734206, -0.0151449265, -0.00557225849, -0.00985944923, 0.00310739642, 0.00203650631, -0.0186298583, -0.00110900647, 0.00667582, -0.000304250774, 0.0233345143, 0.017845748, -0.0157983508, 0.00870506559, 0.0333682075, -0.00376445102, 0.0231312253, -0.00312917703, 0.00757246325, -0.00244671153, 0.0106072575, 0.000644802873, 0.0119286263, 0.0212290343, 0.00514390273, -0.0218824595, 0.0051148613, -0.0125021879, -0.0366788916, -0.00656691566, 0.00646527205, -0.00847273692, -0.00879218895, -0.0154062966, -0.00703883357, 0.0101934215, 0.00374630024, 0.0175843779, -0.00238862936, -0.0100409556, -0.00801534, -0.0194139667, -0.023305472, 0.0160452, -0.00025524394, 0.0215920489, 0.00747081963, -0.00316366344, -0.0100264354, 0.00400041, 0.00914068241, -8.13377337e-05, -0.00765958661, -0.00475547789, -0.00427267, -0.0141139682, 0.00834931247, 0.00685006659, -0.0171778034, 0.00605869666, -0.0023559581, -0.00771766901, -0.011841503, 0.00647253217, -0.00433075195, 0.00758698396, 0.00459212204, 0.00850177836, -0.022739172, -0.0166550633, -0.0294621829, 0.00635999814, 0.0171778034, 0.00474458747, -0.00773945, 0.00792821683, 0.0265725944, -0.0193558838, -0.0163791738, 0.00501321768, 0.00488979323, -0.00465383427, 0.00435616309, 0.00653061457, -0.00416013552, -0.0128506813, 0.00263729366, 0.0360690318, -0.0124441059, -0.0103241066, 0.0030928757, 0.00213633501, -0.00165534194, -0.0287361555, 0.0182087608, -0.0127708176, -0.00929314829, -0.0140123246, 0.00970698334, -0.00105546205, 0.0183249265, -0.0132354759, 0.0291572511, -0.0202706791, -0.00806616154, 0.00445417687, 0.00443965616, 0.00227065, -0.00017152392, -0.0140631469, 0.01229164, 0.0215775277, -0.00274438271, 0.0150723243, -0.0185717754, -0.0284893066, 0.0144479405, -0.00585177913, 0.0293024573, 0.0228988975, -0.006842806, 0.020706296, -0.00999739394, -0.00728568295, 0.00971424393, -0.00434164237, -0.00331431418, -0.00164989673, 0.00572472438, -0.0169019122, 0.00985944923, -0.0155369816, -0.00874862727, 0.023378076, -0.014099448, 0.00120792771, -0.0113042435, 0.0306964293, 0.00847999752, -0.0129813664, 0.000590350828, -0.00431260141, 0.00992479175, -0.00565212173, 0.00587719, 0.00988849, -0.0137872566, -0.000113214861, -0.00648342259, 0.0286054704, 0.00310558127, 0.016959995, 0.00977958646, 0.00155006803, -0.00223797886, 0.00296037574, 0.00674479268, 0.0258030053, -0.00157547893, -0.00178148923, 0.0029676361, -0.0207353365, -0.0145423245, -0.00313280732, 0.013591229, -0.00377534144, 0.0121827358, -0.00798629876, -0.0031418826, -0.0266887583, 0.0246704035, 0.00776123069, 0.00568842283, -0.0123206815, 0.0131120505, 0.00015348669, -0.00152284198, 0.0010137154, -0.0218969788, 0.0123715028, 0.00201109517, 0.0371145085, 0.0293314978, -0.00147292763, 0.0102006821, -0.0129232835, -0.0282860193, 0.0123061603, 0.00498054642, 0.00911890157, -0.0139978044, -0.0208079387, 0.0155515019, 0.0108758872, 0.00929314829, 0.00806616154, 0.0181216393, -0.00950369611, 0.00701342244, 0.0255997181, -0.03365862, -0.0111082159, 0.0243799929, -0.0217082128, -0.0128869824, 0.000843099086, 0.00721308, 0.0083783539, 0.0242347866, -0.00269174576, -0.00415287539, 0.0255416352, -0.000620299485, 0.00723123085, 0.000295175414, -0.015304653, -0.000409070926, 0.0135113662, -0.0149997212, -0.0122989006, 0.023813691, 0.000992842135, 0.0266887583, 0.00973602477, -0.00951095577, 0.00381164276, 0.0107960245, 0.00249934848, 0.00369184813, -0.0127853388, -0.0200673919, -0.0344717689, -0.00290955394, 0.00858164113, -0.0149997212, 0.00829123054, 0.0199221857, -0.00223979377, -0.0201690346, -0.00545972446, -0.0180345159, -0.00492246449, -0.0134605439, -0.00459575187, 0.0074127377, 0.00266996492, -0.00612040889, -0.0273857452, -0.00980862696, -0.00142936606, 0.000355980213, 0.0056230803, 0.0133225983, -0.0141720502, 0.00618212158, 0.0106943799, 0.00983766839, 0.00551780639, 0.00325986207, -0.0211128704, -0.00205284194, -0.00468650553, 0.00188585557, 0.0139905438, 0.0149561595, 0.0108468458, 0.00784835406, 0.0456816293, 0.0265725944, 0.0170180779, 0.00532540958, -0.0128143793, 0.0052273958, -0.0160742421, 0.0101135587, 0.00274619786, 0.0228262953, 0.0183394458, -0.00944561325, -0.00242130063, 0.00559403934, -0.00801534, 0.0179038309, -0.0282424577, 0.00212181453, 0.00255017052, -0.0248010885, -0.00748534035, 0.0110138319, 0.00160361256, 0.0243799929, 0.00895191543, 0.00514390273, -0.00609862851, 0.00125330442, 0.026296705, 0.00559403934, 0.0143390363, 0.0144116394, 0.0114058871, 0.0127780782, 0.00331431418, 0.0155515019, 0.00728568295, 0.00434527267, -0.0170325972, -0.0264854711, 0.00856712088, -0.00223797886, -0.0250915, 0.012386024, 0.0143099958, 0.0392635502, -0.0184701309, -0.00088484562, 0.015943557, -0.0158273932, 0.0294331424, 0.00514753256, 0.0187460221, 0.00256287586, -0.00070107, -0.0180925969, -0.0042581493, -0.00185590703, -0.0228262953, 0.0034504442, 0.0112461606, 0.000453540095, -0.00274256757, 0.00112987985, -0.026674239, -0.00421095779, 0.00813150406, 0.0190073922, 0.0219260212, -0.0234506782, -0.024699444, -0.0141139682, 0.00706787454, 0.0031927044, 0.00167621521, -0.0133589, 0.0139760235, 0.0123352017, -0.00451225881, 0.00254291017, 0.0255416352, -0.0127780782, -0.00627287477, -0.00107179757, 0.0117180785, -0.0161323231, 0.0193268433, -0.00407301262, 0.0126909548, -0.00869054534, -0.0166405421, -0.0133153386, -0.00614945032, -0.0105201341, -0.0378986187, 0.0310158804, 0.0100482162, 0.0151594477, 0.00174881797, 0.0201109536, 0.00474821776, -0.0123061603, 0.0326712243, -0.012197257, -0.0111082159, -0.0182813648, 0.000256378349, -0.00126237981, -0.00367732765, 0.0210402682, 0.00939479191, 0.000426314073, -0.000694717281, -0.026863005, 0.0291572511, -0.000141575307, 0.00376445102, -0.0114494488, -0.0127490377, -0.00404034136, 0.00387698505, -0.00817506574, -0.013213695, 0.0122335581, -0.0299994424, 0.0103676682, -0.0196462963, -0.00919150375, 0.0002720333, -0.00677383365, -0.0170035567, -0.0157547891, 0.00363558112, 0.015115886, -0.0142809544, -0.0054270532, 0.00203287601, 0.0073546553, 0.00242311577, 0.0285473894, -0.00405123178, 0.00387335499, 0.0372016318, 0.0091769835, -0.00478814915, -0.000497328641, 0.00374267017, -0.00361743034, -0.0145205436, -0.000498689944, -0.0111517776, 0.0211564321, -0.00516568357, -0.0136783523, -0.00674116239, 0.00569568342, -0.0241186228, -0.0207353365, 0.0081532849, -0.00325623178, 0.0308125932, 0.00281154015, 0.00527095748, 0.0176860224, -0.0143680777, 0.0174101312, -0.0143462969, -0.00405486161, 0.00665766932, 0.0272695813, 0.00620390242, -0.00185409188, 0.0259191711, -0.0092858877, -0.00737643614, 0.0165098589, 0.000921147, -0.0131410919, 0.00919150375, -0.0196027346, -0.011333284, 0.0186588988, -0.0127417771, 0.00386609463, -0.0047119162, -0.00856712088, -0.0134097217, -0.0165824611, 0.0146802692, 0.00286417711, 0.00907534, -0.00363558112, 0.0174391735, 0.0169164333, -0.0194430072, -0.0215775277, 0.0322356075, 0.0062801349, 0.0134387631, -0.00742725795, -0.0119213667, -0.0132572567, -0.000249571836, 0.00806616154, 0.0108904075, -0.0133298589, -0.015115886, 0.00754342228, 0.00801534, 0.0134097217, -0.00858164113, 0.00890835375, 0.00465746457, -0.00825492945, 0.0267468411, 0.00551417656, -0.00720945, 0.0523901209, -0.00530362874, 0.0385956056, 0.0252367053, -0.000713775458, -0.000856712053, 0.00133952009, -0.0198205411, -0.00303479354, -0.0160597209, 0.0133952014, -0.00284965662, -0.0216501299, 0.0121464347, -0.0223616362, -0.007557943, -0.00252475962, -0.0115656126, -0.0100845173, -0.0378986187, -0.0194430072, -0.00964164082, -0.00141121529, -0.00437431363, -0.0170035567, -0.000580368, -0.00503862882, -0.00822588801, 0.0153191732, -0.00208914327, -0.00901725795, -0.0114276679, 0.00366643723, 0.00821136776, 0.0181361586, -0.0209241025, -0.00672301184, -0.0161178038, 0.0063890391, 0.00874136761, -0.0298251957, -0.0210693087, -0.0241331439, -0.00396773871, 0.00148835569, -0.00372088933, -0.00189130078, -0.0144406809, 0.0148980776, -0.00797177851, 0.0196608156, 0.0221873913, 0.00332338945, -0.0198495835, 0.0383632779, 0.00682828575, -0.0148835573, -0.0228553358, 0.0164372548, 0.0140704066, 0.0121246539, -0.0108032841, -0.0117035583, -0.00106725993, -0.01950109, -0.00267904019, -0.00343955378, 0.0100627365, -0.00567390257, -0.0160161592, -0.0222164318, 0.0106145171, -0.012255339, 0.00613129931, -0.00693718949, 0.00976506528, 0.0137436949, 0.00920602493, -0.00453767, 0.032642182, -0.00100736273, 0.00532903941, 0.0412093028, 0.00206554728, 0.0348202623, -0.00799355935, -0.00649068318, -0.0149852009, 0.00801534, 0.00972150359, 0.003524862, -0.00680650491, -0.00475547789, 0.0119504072, 0.0021563007, 0.0314514972, -0.0105128735, 0.0159290358, -0.025715882, 0.00496239588, -0.00171160907, -0.0248010885, -0.00202017068, -0.00996835344, 6.94830669e-05, 0.00230695144, 0.0196462963, -0.000349854352, -0.00173157477, -0.00960534, 0.0188041031, -0.0262095816, 0.000201926305, 0.00165443448, -0.00654150499, -0.0121754762, 0.0140123246, -0.00547424471, -0.000483261829, 0.0185282137, 0.00964890141, 0.0137727354, -0.00181325292, -0.00804438069, 0.0115220509, -0.0165098589, 0.0111009553, -0.0103821885, 0.00541979307, 0.0234071165, 0.0276325941, -0.0185717754, 0.00994657259, 0.00399314938, 0.00629828591, -0.0179619119, 0.00450136838, 0.0112606818, 0.000687003194, -0.0200238302, -0.0234797187, 0.00384794408, 0.00127690029, 0.000596249825, 0.0216210894, 0.0175408162, -0.0113115031, 0.00132590719, -0.0109775309, 0.0143390363, 0.0255271159, -0.0278068408, 0.0108904075, -0.00685369642, -0.0149706807, 0.00651609385, 0.00927136745, -0.00718403887, 0.0209821854, -0.00101916061, -0.0087776687, -0.0159725975, -0.0195446517, -0.0173520502, -0.0422257408, 0.00341595779, 0.00690814853, 0.00844369642, -0.00597520359, -0.00718766917, 0.00289140316, 0.00382616324, -0.0158999953, 0.00935123, -0.00645801192, 0.0207788981, -0.00217989669, 0.00434527267, -0.00490068365, -0.00394595787, 0.00825492945, 0.00303660869, -0.00319451955, 0.0169745162, 0.0105999969, 0.00144479412, -0.00654513482, 0.0252512246, 0.00195301312, -0.0206191726, 0.0222019106, 0.0131120505, 0.000691087102, 0.00515842298, 0.0179909542, 0.0037789715, 0.0118342433, 0.000308334653, -0.00979410671, -0.00269537582, 0.0179038309, -3.6840207e-05, 0.00748534035, -0.0142954756, -0.0185282137, 0.00261732796, -0.00903903879, -0.0125457495, -0.0149852009, 0.0137945162, 0.00439246465, -0.00930766854, 0.0248882119, 0.0134895854, 0.0186153371, 0.0220712256, -0.0190509539, 0.00264636916, -0.0183684882, 0.0112243798, 0.00974328443, 0.0186443776, -0.037724372, 0.028329581, -0.00190037617, -0.0297671147, -0.0106725991, -0.0165389, -0.0190364327, 0.0237120483, 0.00483534113, -0.00135041052, -0.00156549609, -0.00295311562, 0.00110356126, 0.000262504211, -0.000642534054, -0.00771766901, -0.00235051289, -0.00525643677, -0.0132935578, -0.0205465686, -0.00647616247, 0.0132209547, 0.00439972477, 0.0317128673, -0.00936575048, 0.000557679625, -0.0149997212, -0.00112261949, 0.00844369642, 0.0153191732, 0.0106580788, 0.0245251972, -0.0152610913, -0.0084073944, -0.00712232664, -0.00093475997, 0.00727116223, 0.00577191589, 0.00442150561, 0.00232147193, 0.00207825284, 0.00288958824, -0.0106435586, 0.00752164144, 0.00214359513, 0.00485712197, -0.0103821885, -0.00359020429, 0.00387698505, 0.0282860193, -0.0072457511, 0.000885299407, -0.00271171145, 0.00952547695, -0.000674297742, -0.0100627365, 0.00122335576, -0.0214613639, 0.00808068272, -0.00703157345, -0.00774671, 0.00919150375, -0.00753616216, 0.00651972415]
|
16 Nov, 2020
|
HTML5 MathML rowspacing Attribute
16 Nov, 2020
The MathML rowspacing attribute in HTML5 is used to specify the spacing between the rows of a table. The length value can be specified using any CSS length unit. This attribute can be used by the <mtable> tag.
Syntax:
<element rowspacing="number">
Attributes Value: This attribute has a single value as mentioned above and described below:
number: This value can be used to set the spacing between the rows of the table to any size.
The example below illustrates the MathML rowspacing attribute:
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>
HTML5 MathML rowspacing Attribute
</h3>
<math>
<mi>GeeksforGeeks</mi>
<mo>=</mo>
<mtable frame="solid" columnlines="dashed"
rowspacing="2">
<mtr mathbackground="green;">
<mtd>Course</mtd>
<mtd>Fee</mtd>
</mtr>
<mtr>
<mtd>
<mi>C++ STL</mi>
</mtd>
<mtd>
<mi> 1499</mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>Placement 100 </mi>
</mtd>
<mtd>
<mi>9999 </mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>DSA Foundation </mi>
</mtd>
<mtd>
<mi>7999</mi>
</mtd>
</mtr>
</mtable>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML rowspacing attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute
|
https://www.geeksforgeeks.org/html5-mathml-rowspacing-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML rowspacing Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML open Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0542156063, 0.0213362053, -0.0202005897, 0.0198799465, 0.0563799553, -0.0197864249, 0.0324117951, 0.0338279717, 0.00826327, 0.00605884101, -0.0137743447, 0.00518040918, 0.0152706848, 0.0151103623, -0.0200803485, -0.0124583673, 0.00764202233, -0.0180629622, -0.00343022589, 0.0124917673, 0.00750842039, 0.0100468546, -0.017942721, 0.0198933072, -0.0434473, -0.0165666211, -0.00946568698, 0.00672685029, 0.0180496015, 0.0254244208, -0.0221244562, 0.0118371183, 0.0140682682, -0.00263529527, -0.0444893949, -0.023888, 0.00692725275, 0.0557386652, -0.0239147209, -0.0296863168, 0.00656652777, -0.00374085014, 0.0138411457, 0.0249701738, 0.0222847778, -0.0316101834, 0.00878431741, -0.0365267284, -0.014282031, -0.0197864249, 0.020628117, 0.0126988497, 0.0230329484, 0.00524053024, -0.000794095627, 0.00314799207, 0.0181832034, 0.0402943, -0.0224851817, 0.0031780526, 0.014282031, -0.0167803839, -0.0570212454, -0.0342287794, -0.00979969092, 0.0152573241, -0.0107616242, 0.0208151583, -0.0107549438, -0.047776, -0.0396797322, 0.00982641149, 0.0344425403, 0.0190248955, -0.016767025, -0.00534741161, 0.0414432734, -0.00837015174, 0.00531401113, 0.0160322152, 0.0175819956, 0.0210823622, -0.073427543, -0.0081363488, 0.0107683046, 0.0168739054, 0.0108284252, -0.0251572169, 9.70178589e-05, -0.00237477175, -0.0476691201, 0.0336676501, -0.0150302015, -0.0219507739, -0.0284571815, -0.0184504073, -0.0101403762, 0.00627928413, -0.00276221707, -0.0280830953, -0.0226187836, 0.0318773873, 0.017288072, 0.0248499326, 0.0247831326, 0.0157516506, 0.0116033154, -0.00404479401, 0.0233268719, 0.00138778856, 0.0169139858, -0.0129927741, -0.0111290291, -0.0348967873, 0.00134770805, 0.0194791406, -0.0281098168, -0.040160697, 0.019452421, 0.000869246665, -0.0382902734, -0.0150836417, 0.00175686355, 0.0328660384, -0.0192653779, -0.00291418913, -0.0483905673, 0.00104459899, -0.00185372483, -0.029739758, 0.00628930423, 0.00444225967, -0.021483168, -0.0296061561, 0.019452421, 0.0240483228, -0.0107482644, -0.00759526156, -0.0159787741, -0.00349034672, -0.039305646, 0.00378427072, 0.0269074012, 0.00134937803, -0.045584932, 0.0156714898, -0.0274685286, 0.0520245358, -0.0351372696, 0.0628997236, -0.0320644304, -0.0553111397, 0.0231398307, -0.0129593732, 0.0195860229, -0.022204617, -0.039759893, 0.0228726268, -0.00454914104, -0.0115899555, -0.00364732882, -0.0047094631, 0.0282434188, 0.0392789245, 0.0130528947, 0.0522650182, 0.010187136, 0.0193989798, 0.00528395083, 0.0293122325, -0.00672017, -0.00531401113, -0.018076323, -0.0141217094, -0.00244491268, 0.0167403035, 0.0117636379, -0.0198265053, 0.0179560799, -0.0235673562, -0.0269742012, -0.0243288856, 0.0232600719, 0.0405347832, -0.0169139858, -0.0015414306, 0.000715187052, 0.00399135333, -8.89808798e-05, -0.000991158304, -0.0503945947, 0.0341753364, -0.0150569221, 0.0293122325, 0.0147229172, -0.0328660384, -0.0347364657, 0.0162192564, 0.0351105519, -0.0293923933, -0.027054362, -0.0280029345, 0.00156397594, -0.0157382917, 0.0135138212, -0.0180095211, 0.0462796614, 0.00107298943, 0.0390651636, 0.00379763078, -0.0406416655, -0.00547099346, 0.0159520544, 0.0221912581, -0.0449703634, 6.0068618e-05, -0.0206815563, 0.0110889487, 0.00718777627, -0.00816975, 0.0558989905, -0.0317972265, -0.00782238506, -0.0102606174, -0.0340150148, -0.00851043407, -0.0296328776, -0.0364198461, -0.0354579166, 0.0205212347, 0.0125585683, 0.0274418071, -0.00254344405, 0.0138411457, 0.0097462507, 0.014148429, -0.0107883448, -0.0161524564, 0.0091717625, -0.00525055034, -0.0418440811, 0.0250102542, -0.0103875389, -0.0395194106, 0.00478628417, -0.0306482501, -0.0103274183, -0.0240616817, 0.0104810605, -0.0043453984, 0.0294458345, -0.0295794364, 0.00998005364, -0.0257183444, -0.0170208681, 0.0427525714, 0.00577159738, -0.0214297269, -0.0131130153, -0.00117152068, 0.0503144339, -0.0136808231, -0.00764202233, -0.0350838304, 0.00564467581, 0.0170743093, 0.048337128, -0.0322514735, 0.0266669169, -0.0158986133, 0.0028624183, -0.0533605553, 0.0540552847, -0.00410491508, -0.0519176535, 0.0222446974, -0.0269074012, -0.0303810462, 0.0262126718, -0.02168357, -0.0177690387, -0.00560793513, -0.0114763938, 0.0515168495, -0.00629598415, -0.028029656, 0.0276288502, 0.00961932912, -0.00945232622, -0.0117903575, -0.00132349273, -0.0266936384, 0.0133869, 0.0486577712, 0.022338219, -0.0050468077, 0.0146160359, -0.0309956148, -0.00368740945, -0.0348700657, -0.0146828368, 0.00617908267, 0.00412495527, -0.0461460575, -0.0441420302, -0.012738931, -0.000893462, 0.00225453, -0.00884443801, -0.0516771711, 0.00440217881, -0.000606635644, -0.018076323, -0.00981305167, -0.00812298898, -0.00390785234, 0.00521047, -0.00638616551, -0.0177823976, -0.0108885458, -0.0202941112, 0.010086935, -0.0491387397, 0.0154844476, -0.00541755278, -0.00168922765, -0.0210556425, -0.00289581879, -0.0120976418, -0.000346947141, -0.0437145047, -0.0070408145, 0.0122713242, 0.0126854898, 0.0146828368, -0.071664, 0.0257717855, 0.00631602481, 0.0341218971, 0.00965940952, -0.024302166, -0.0241952837, -0.00117152068, 0.0180629622, 0.0165265407, -0.00770214293, -0.00852379389, 0.018998174, -0.00359722809, 0.00396797294, 0.000865906593, 0.0552042611, 0.0175018348, -0.0334271677, -0.00054108724, -0.00873755664, -0.012839132, -0.00716105569, -0.0204410739, -0.0187443309, -0.010674783, -0.00532069104, 0.000787833065, -0.0307818521, -0.00307451119, -0.0509290025, -0.0030010303, -0.0227523856, 0.0208552387, -0.00258018449, -0.0561661907, 0.0240216013, 0.0281365365, -0.00224952, -0.00497666653, 0.0367672108, 0.0223783, -0.0339615755, -0.0138010653, 0.00716105569, 0.00795598701, 0.0543759279, 0.000581585278, -0.0169941485, -0.0095191272, -0.00839019194, -0.00475288369, 0.0151638035, 0.0033367048, 0.0548301749, -0.0111824693, 0.0416837595, -0.0074148993, -0.0279762149, 0.0163528584, 0.00124416663, -0.000255722174, -0.0307284109, 0.0243956875, -0.00601876061, 0.00728797773, -0.0246361699, -0.0115832752, 0.0109152663, 0.0222714189, 0.0227523856, -0.0469209477, -0.0187576916, 0.0534674376, -0.0163395, -0.0171277486, 0.00336008496, -0.0236341562, -0.00786246546, 0.0366068892, 0.0169139858, 0.0144824339, 0.0241952837, -0.042111285, 0.0267871581, 0.0566471592, -0.0259588268, -0.00716773607, 0.0221778974, -0.00973957, 0.00226789038, -0.0682437941, -0.01342698, 0.0248766523, 0.00310457149, -0.00949240755, 0.0303543266, 0.00614234246, 0.0235406347, -0.0224451013, 0.0109687066, 0.0259321071, 0.017942721, -0.000857556472, 0.0343356617, -0.00728797773, -0.0206147563, -0.0388246812, 0.0273883659, -0.0326522775, 0.00510358857, 0.017916, 0.00411827536, 0.0115832752, 0.0288045462, -0.0149901211, 0.0015113703, -0.0518909357, -0.00427859742, 0.0302207246, 0.00370076951, 0.0234604739, -0.0176354367, -0.00951244775, -0.00254511414, -0.0367137715, -0.0162726976, 0.0282434188, -0.00686713215, 0.0489516966, -0.0249033738, -0.0537613593, 0.0272681247, -0.00553445425, 0.0169006269, -0.0133067379, -0.00444893958, -0.0151237221, -0.000334004464, -0.00778230419, 0.0548301749, -0.0199868269, -0.0113027114, 0.0117035164, 0.00208251784, 0.0181965642, 0.000567807583, -0.00754850125, 0.00131597766, -0.0160188545, -0.0186240897, -0.0229260679, 0.0117703173, -0.00113227521, 0.0197597053, -0.00589851895, 0.0284571815, -0.00645964639, -0.0510893241, -0.00520712975, 0.0233803131, 0.00492656603, -0.0250636954, -0.00283068791, 0.0143221114, 0.0044623, 0.0337745324, -0.0314231403, 0.0105345007, 0.000280981272, 0.0195593014, -0.0515168495, 0.00450906, -0.0226722229, 0.0454513282, 0.0117369173, -0.00285740825, 0.00526391063, 0.0302741658, -0.00548101356, -0.00529731112, 0.00612564199, 0.019452421, 0.0244758483, 0.00302942051, -0.0139079466, 0.0111490693, -0.0268138796, 0.0224584602, 0.0142285908, 0.00887115858, 0.0164063, 0.000754850102, 0.00973289, -0.0296328776, 0.00101453857, -0.00623586355, 0.0105011007, 0.0308085717, -0.0317972265, 0.00512028858, -0.0137877045, 0.0236074366, 0.0121310428, 0.013948027, -0.0118905595, -0.00688717235, -0.0217503719, -0.0253977, 0.00266034552, 0.00606552139, -0.0195860229, -0.00432201801, -0.0318506658, -0.00193889602, 0.0203876328, 0.00762198213, -0.000599538034, -0.0303810462, 0.00500004692, -0.0116701163, -0.0149500398, 0.00658322824, -0.00715437578, -0.000101610422, 0.00909828208, -0.00115983048, 0.0482302457, -0.00142369408, -0.022992868, -0.0385841951, -0.0401339792, 0.0122446036, -0.00371078961, 0.00265199551, 0.00450238027, -0.00336342514, 0.0750307664, -0.00914504286, -0.00598202, -0.00116233563, -0.0127522908, -0.0138545055, -0.00862399582, -0.00213762862, -0.0271345228, -0.0340684578, 0.00865071546, 0.0289114267, 0.0159654133, 0.0181965642, -0.00456918124, -0.051810775, -0.0575022101, -0.00483638467, 0.037996348, 0.0587847866, 0.00250336342, 0.0123982457, 0.0157249309, 0.0427525714, -0.0372749, -0.00605550129, 0.00907156151, -0.00738817872, -0.00758190174, 0.0252774581, 0.040748544, 0.00213261857, -0.0153775662, -0.0167937446, 0.0253175385, 0.0156447701, -0.0174083132, 0.0130328545, -0.0295259953, -0.0200937092, 0.015911974, 0.0117769977, -0.0282166973, -0.00988653209, 0.0262794718, 0.0338814147, -0.0178091191, -0.00581835816, 0.0184504073, 0.0271478835, -0.00742157921, 0.00822319, 0.0405882224, -0.0202807523, -0.0458788536, 0.0190516151, 0.018477127, -0.0257183444, -0.00885779876, -0.00105712411, 0.0167403035, 0.00683707139, 0.0601742454, 0.0125184879, -0.0240884032, 0.010908586, -0.0302741658, -0.00532069104, 0.00657988805, 0.00853047427, -0.00184036465, 0.0376489833, -0.00305280089, 0.0240349621, 0.00728129735, 0.0655717552, 0.0274685286, 0.0106013017, 0.0060120807, -0.00837683212, 0.0169006269, 0.000109803972, 0.00712765567, 0.0296328776, -0.00645296648, 0.0010846795, -0.0116233556, -0.00445561949, -0.0309956148, 0.00153809064, 0.026332913, 0.0188244916, 0.0350303873, 0.00209420803, 0.00546765327, 0.00341185578, -0.0138945859, 0.0119506801, 0.0152706848, -0.00879099779, 0.0115164742, 0.0336409323, 0.0140014673, -0.0343356617, -0.00884443801, 0.0221511759, -0.014148429, 0.03668705, -0.0105411811, -0.00591521943, 0.0159253329, 0.0134069398, 0.00647300668, -0.00732137822, -0.0120776016, 0.0178892799, 0.00895132, 0.0122646447, 0.0446497165, -0.000108760207, 0.010808385, 0.026533315, 0.0200937092, 0.0135672614, 0.0148832398, 0.0295794364, -0.000439633382, -0.0417104773, -0.0317437835, -0.0030227406, -0.00896468, 0.00798270665, -0.00494326605, 0.0374619402, 0.00338179525, -0.00355714769, -0.0175819956, 0.0032081129, -0.00586845865, 0.00905152131, 0.0104276193, 0.0251705777, 0.000950242742, -0.00665002922, -0.010774984, 0.0161658172, -0.0475889556, 0.0420044027, -0.00500338711, 6.04861234e-05, 0.0183836054, -0.0277357306, 0.0106614232, 0.00231465092, 0.0324652344, -0.000995333306, 0.0158050917, -0.00237143179, -0.0252774581, 0.0168071054, -0.00551775377, -0.00434205821, -0.00578495767, 0.0597467199, 0.0189046524, -0.00110555475, 0.012738931, 0.0195325818, -0.00997337326, 0.0314498618, 0.0111223487, -0.022004215, 0.0186374504, 0.0112225506, 0.0061122817, -0.00592523953, -0.0179694407, 0.0221645366, -0.0166601427, -0.0178759191, 0.036740493, -0.00877095759, 0.0396530107, -0.00272881659, 0.0127990516, -0.0129927741, 0.00781570468, -0.0056880964, -0.0289915875, 0.00121076626, 0.00580499787, -0.00409489498, 0.0308620129, 0.018998174, -0.00509022828, -0.0217102915, 0.00329662417, -0.00604882091, -0.0135338614, -0.0293923933, 0.0447566, -0.00150135008, 0.0137877045, 0.03719474, -0.0316636227, 0.02010707, 0.0260523483, -0.00889119878, 0.0293656737, 0.0158986133, -0.00387779204, 0.0179694407, -0.0083434321, 0.00184370473, 0.00948572718, -0.00776894391, -0.0296328776, 0.0290717501, 0.0361793637, 0.0460391752, 0.00321646314, -0.0165265407, 0.0212026034, -0.0149634006, 0.00114229531, 0.0122245634, 0.00110304973, -0.0261191502, 0.0214965288, 0.00517372927, 0.0168471858, -0.00201905705, 0.00498668663, -0.0163662191, 0.0023497215, 0.0199066661, -0.0245960895, -0.0188779328, -0.0266401973, 0.0123715261, -0.0389850028, -0.0241017621, 0.0218706131, 0.0128792124, 0.0407218263, -0.0170342289, 0.00483972486, 0.00670012971, -0.018343525, -0.00637280522, -0.00982641149, 0.00720781647, -0.00965940952, -0.00676025078, 0.0109620271, -0.00481634447, 0.0505549163, 0.00311960187, 0.0184236877, -0.0328393206, -0.0210823622, 0.0388781205, 0.00698069343, 0.0239414405, -0.0223649386, 0.0304612089, -0.0164463799, 0.0190516151, 0.00167002238, -0.0162994191, -0.0187844113, -0.0215366092, -0.0113361115, 0.00535743171, -0.00631268462, -0.00594193954, 0.02017387, 0.0252774581, 0.0231264699, 0.0569143631, -0.0104610203, 0.00841691252, -0.00835679192, -0.0101270154, -0.0100468546, 0.00915840268, 0.00342688593, -0.0320377089, 0.000161261531, 0.0152974045, 0.0169807877, -0.0123648457, 0.00079534814, 0.0121444026, 0.0381299518, -0.00710093509, -0.00881771836, 0.00523719, 0.00937216543, 0.0276555698, 0.0160722956, 0.0409088694, -0.0143889124, 0.000743577431, -0.0311292168, 0.0179961603, 0.000723954698, 0.0184103269, 0.0170075074, 0.00617908267, -0.0255580228, 0.0120375212, 0.0144022731, 0.0323316343, -0.0426456928, -0.0252373777, -0.00611896208, -0.0313429795, 0.0109353065, -0.00514032878, 0.06038801, -0.0232734326, -0.0110622281, 0.0218572523, 0.00905152131, 0.00862399582, 0.00920516346, 0.0196394622, 0.00806954782, -0.0375421, 0.0193722602, -0.0271478835, 0.00678697089, -0.00579163758, -2.3850007e-05, 0.0160722956, -0.00257016439, -0.0187576916, -0.00200068671, -0.0179560799, -0.0280029345, -0.0135472212, 0.0213495661, -0.0173548721, 0.0242754444, 0.00484640477, 0.0103541389, 0.0231531896, -0.0138411457, -0.00460926164, -0.00957256835, 0.0218973327, -0.0283235796, 0.0121644428, -0.0125184879, -0.00903816149, -0.00647300668, 0.00599538, -0.010020134, 0.0152038839, 0.0146160359, 0.0178091191, -0.0256515443, -0.0333470069, -0.0219774935, 0.0120909624, -0.0432335399, 0.00861731544, 0.00553111406, -0.000496414141, 0.000787833065, 0.00258352468, -0.00830335077, -0.00788918603, -0.0126921702, -0.00154644076, 0.00728129735, 0.0438481085, 0.0151771633, 0.00430531753, -0.00205579749, 0.00395795284, 0.00605550129, -0.0104743801, -0.00324485335, 0.0159921348, 0.00310624158, -0.0170075074, 0.00291919918, -0.0250503346, 0.00288078864, 0.0170609485, -0.0346028619, -0.0216034092, -0.00391119253, 0.00152974052, 0.0377558656, 0.00471614301, 0.0234337542, -0.0081964694, 0.0101938164, -0.012872532, -0.0143889124, 0.0145358751, 0.00203241711, -0.0198799465, 0.0421380028, 0.0131196957, -0.00787582528, -0.00679699099, -0.0118037183, 0.0183301661, 0.00637280522, 0.017942721, 0.0266268365, 0.00455916114, -0.0343623795, 0.0184504073, 0.0412829518, 0.00291251903, -0.0462796614, -0.0226455033, 0.00390785234, 0.0067836307, 0.0245560091, -0.0236341562, -0.026332913, -0.0237276778, -0.0217236504, -0.0165131819, 0.000663416402, 0.0266001169, -0.0312093776, -0.009499087, -0.00869747624, 0.00156147091, -0.00643960619, 0.00329662417, -0.00286575849, -0.00525389053, 0.0112492703, -0.0319842696, 0.0245159287, -0.019452421, -0.0212560445, -0.00253509404, 0.0197196249, 0.0400003754, 0.0131597761, -0.0137209035, -0.0157382917, -0.0345494226, 0.00657988805, 0.00207917788, -0.0148565192, -0.0164063, 0.0226455033, -0.00893796, 0.0227523856, 0.00220776955, 0.0201471504, -0.00249000336, -0.0286709443, -0.0212827642, -0.0222847778, -0.0296863168, -0.0010111985, -0.0224183798, 0.00128341222, 0.00264531537, -0.0100468546, -0.00375087024, 0.00521380967, -0.0346563049, 0.00205078744, 0.00719445618, -0.0126921702, -0.0292320717, 0.0209888406, 0.0177423172, -0.00124166161, -0.00724789687, 0.00494994642, 0.0147362771, -0.000102601996, -0.0426189713, 0.0162058976, 0.00366068911, -0.022658864, -0.0182366446, 0.000253217149, -0.00394125283, -0.0237944778, -0.00544427289, 0.0129460134, 0.0125919683, -0.00230630091, -0.00111056492, -0.00545763317, 0.00119072595, -0.0439015478, -0.0114162732, 0.00528395083, -0.012151083, -0.0342287794, -0.00736813853, 0.00418173615, -0.018076323, 0.0139346663, -0.00106046419, -0.0010946996, 0.00698069343, 0.0153107652, -0.01421523, 0.0095191272, 0.00559791503, -0.0293923933, -0.0259053875, -0.0115164742, -0.00367404916, -0.0040982347, 0.0038711119, 0.00507018808, 0.00526725035, 0.0139213065, 0.0580366179, -0.0117435977, -0.00700073363, -0.0152038839, 0.0122646447, 0.0105011007, -0.0142686712, 0.0135205016, 0.0249300934, 0.00111473992, 0.00802278705, 0.0243422464, 0.0154443672, 0.0164330192, -0.0308887344, -0.00492990622, 0.0154176466, 0.00773554342, 0.00948572718, -0.00465268223, 0.00281565776, 0.00975961052, 0.00753514096, 0.0094189262, 0.0463865399, 0.0174751133, 0.0107816644, 0.0172613505, -0.00855051447, -0.0255847424, -0.00199901685, -0.0255313013, 0.0133735389, 0.00633272482, -0.0229661483, 0.0911164209, -0.0190916955, 0.0264130738, -0.0162326172, -0.0171678308, -0.0023597416, 0.0053607719, -0.0182633642, -0.0266134758, 0.0115231546, 0.0184637681, -0.00939220563, 0.00719445618, -0.0015932013, 0.00690053264, -0.00584507827, -0.000775307883, 0.00331833446, 0.00460926164, -0.0169407073, -0.0031780526, -0.0167403035, -0.00522382976, 0.0174350329, -0.0261859503, 0.0011640056, -0.0209888406, -0.00359722809, -0.0111624291, -0.0149634006, 0.00889119878, 0.021028921, -0.0157115702, -0.00189714541, 0.00487980526, -0.00573819689, 0.0336142108, 0.0213228464, -0.0104476595, -0.00160322152, -0.00825659093, -0.00106046419, 0.0114363134, 0.0272146836, -0.0296061561, 0.00081371842, 3.16521437e-05, -0.00797602721, 0.0420845635, -0.00695397332, 0.0261859503, 0.00998005364, -0.0172479916, 0.00988653209, 2.71378631e-05, 0.00628930423, -0.0142553113, -0.0217370111, 0.0154042859, -0.00036510863, -0.0259454679, -0.00447232, 0.0114095928, 0.0054208925, -0.00877763797, -0.0250636954, 0.0169540662, 0.0194257, 0.00911832228, -0.00263195531, -0.0249701738, -0.0103140585, -0.00883107819, -0.0213629268, 0.0133468192, -0.00722785667, 0.00418173615, -0.0105011007, 0.0224718209, 0.00258018449, -0.0364732891, -0.0119506801, 0.00746834, 0.00963268895, 0.0289648678, 0.00354044745, 0.0175552759, 0.000648803718, 0.00641956599, -0.00473618321, -0.0276555698, -0.00949240755, -0.0346563049, 0.0083434321, -0.0144557133, -0.042912893, 0.0163528584, 0.00855719484, 0.0212560445, 0.00931872521, 0.0111423889, 0.000551524863, -0.00828331057, -0.024302166, 0.00233135116, 0.0301405638, 0.0321178697, 0.0386643596, -0.0376489833, 0.00533739151, 0.0177556779, 0.0118571585, 0.0352174304, 0.0277624521, -0.0159253329, -0.0323316343, -0.00344692613, 0.0174083132, -0.00908492133, 0.0161390956, -0.0286175031, 0.0237276778, 0.00252173375, 0.00271879649, 0.0140415477, 0.03353405, 0.00931872521, -0.0173415132, -0.00540419249, -0.00501006702, 0.0171411093, 0.00696065323, -0.0208953191, 0.0230997503, -0.0174617544, 0.0205479544, 0.0140281878, 0.0121243624, 0.0128591722, -0.00873087719, 0.00913168211, -0.000894297, -0.0119506801, 0.0103674987, -0.0122379242, 0.0178091191, -0.020307472, -0.0312093776, 0.0159520544, -0.0190516151, -0.00637280522, -0.00897804, -2.13971616e-05, 0.00367738935, -0.0136073418, -0.0205613151, -0.00562797533, 0.0224317405, 0.0170075074, -0.0163395, -0.00731469784, 0.0217770915, -0.000226705539, -0.00449904, -0.00206915778, 0.0106213419, 0.0332401246, 0.040614944, 0.0234203935, 0.00599872041, 0.00646966649, -0.00275219698, -0.0148565192, 0.0124316467, -0.0170609485, 0.0129794134, -0.022204617, 0.00204243744, 0.0151103623, -0.00232801121, 0.00558455475, 0.0210556425, 0.0107482644, -0.00643960619, 0.0339615755, -0.0101136556, -0.00554781454, 0.00820315, -0.001867085, -0.00839019194, 0.00163578696, -0.0254645012, 0.011329432, -0.000670096488, 0.00821651, 0.0337478109, 0.0334004462, -0.000604130619, -0.00164747704, 0.0149901211, -0.0136273829, 0.0216034092, 0.000168463506, 0.00625256356, 0.00920516346, -0.0184236877, 0.0158050917, -0.00774890371, -0.0148297986, 0.004479, -0.00023651692, -0.0198398661, -0.0180095211, -0.0174483936, 0.00758858165, 0.000540252251, 0.0153241251, -0.0024966835, -0.0360457636, -0.0232199915, 0.00796934683, -0.0153374858, 0.00667006942, 0.00758190174, 0.017288072, 0.00688049197, 0.0255713817, 0.0175018348, -0.0433404222, 0.0123782055, 0.0277357306, 0.0284037404, -0.0145091545, -0.0081363488, -0.0240750425, -0.0152172437, 0.0100268144, -0.00780234439, 0.0493257791, 0.0157783721, 0.0235272758, 0.000981973135, -0.00499336701, -0.00355714769, -0.00887783896, -0.0249835346, 0.0126854898, -0.00324652344, -0.0244892072, 0.00764202233, -0.0120776016, -0.000728129758, -0.0121377222, -0.0332134031, -0.00824323, 0.0254110601, -0.01859737, 0.0203609131, -0.011529834, 0.0169407073, 0.0212694053, 0.00682371156, -0.0189046524, -0.00550439395, -0.0016883926, 0.0146961967, 0.0166868642, 0.0171411093, 0.00350036682, -0.00767542282, 0.0100668948, -0.00478962436, -0.0295259953, 0.000938552548, -0.0304612089, -0.0257985052, -0.0162326172, -0.0172613505, -0.00438213861, -0.00938552525, -0.0143087516, 0.00588515867, -0.00989321247, 0.00827663112, -0.0275219679, 0.00139613869, -0.0103608184, -0.0192386582, -0.0118304389, 0.012084282, -0.00346696633, 0.020828519, -0.00980637129, 0.00692725275, -0.0294725541, -0.00111724494, -0.00264531537, -0.0236742366, 0.0141350692, 0.0158585329, 0.0157783721, -0.0122379242, -0.0175819956, 0.014602676, -0.0107349036, -0.0221645366, 0.00264698546, -0.0181564838, 0.00795598701, -0.00115816051, -0.0117769977, -0.00016992478, 0.0242220052, -0.0252774581, -0.00359054818, -0.0111824693, -0.0114496732, 0.0173682328, 0.0077422238, -0.00896468, -0.0103274183, 0.0282701384, -0.0190248955, 0.0124650467, 0.00352040725, -0.00717441598, -0.0146427564, -0.0164597407, 0.0181564838, -0.00125084678, -0.0377825871, 0.0292320717, -0.00361392833, 0.0159386937, 0.0236341562, 0.00996669382, 0.0279227737, 0.0106480625, 0.0163795799, -0.012184483, 0.0221912581, 0.0107349036, -0.00963268895, -0.020962121, -0.0253576189, -0.0265466757, -0.0342020579, 0.015911974, -0.0174483936, -0.0335073285, 0.0134336604, -0.0019940068, 0.0267337188, 0.0130595751, 0.0171678308, 0.00197062641, 0.0181832034, -0.0104075791, 0.0160188545, 0.0184103269, -0.0281098168, 0.0033667651, -0.0131931771, -0.00111307, 0.0241151229, 0.0338012539, 0.0458254144, 0.00274384674, 0.0120041212, 0.0391453244, -0.0192520171, -0.0114429928, -0.0362328067, -0.00627928413, -0.00384773151, 0.00269708619, 0.0424853675, 0.00052689208, 0.0151905231, 0.0107883448, 0.00224117, -0.0319308266, 0.0456918105, 0.0141885104, 0.00969281, -0.00240817224, 0.0148164388, -0.00802946743, -0.0080762282, 0.000505181786, -0.0357251167, 0.010875186, -0.0179560799, 0.0336409323, -0.012184483, -0.0230195876, -0.00129677239, -0.0144289937, -0.0091918027, 0.00060621812, -0.0306215305, -0.00146794971, 0.0318773873, -0.00204744749, -0.00352708716, -0.0124049261, 0.000258227199, -0.0119707203, -0.00839019194, -0.0162860584, 0.0163662191, 0.0136741428, 0.0233001523, 0.0385574773, 0.0182232838, -0.00292253913, -0.0180896819, -0.00725457724, 0.012017481, 0.00692057284, 0.00114981038, -0.00590185914, -0.0186641701, -0.0332935676, 0.0241284836, -0.00489316555, -0.00357718789, -0.0173281524, 0.00107215438, -0.0177155975, -0.00748170028, 0.00933208503, -0.0110355075, -0.00499002682, 0.00313296192, -0.015911974, -0.0183836054, 0.00582503807, -0.0191718563, 0.00440885918, -0.0351372696, -0.00933208503, -0.00238312199, 0.00218772935, -0.0151370829, -0.00380097097, -0.0083634723, 0.00552109396, -0.00488314545, -0.0190783348, 0.0481768064, -0.00456250133, 0.0237677582, -0.0241151229, 0.0216969308, 0.00797602721, 0.0172346309, 0.00542757288, -0.00863735564, 0.000890121912, -0.00861731544, 0.00427191705, 0.0147897182, -0.000125251681, -0.0135071408, 0.00341352564, 0.0111089889, -0.0194925014, -0.0187710505, 0.00716105569, 0.0181164034, -0.00887783896, 0.0109019056, -0.00519376947, 0.00947236642, -0.00593525963, -0.00794262625, 0.00330497418, 0.0115431948, 0.0142953917, -0.0104944203, -0.00734141842, -0.0103875389, -0.02843046, -0.00148715486, -0.00115148048, 0.00981973112, 0.00628596405, -0.0316636227, -0.0126654496, 0.00721449684, 0.0118371183, -0.00859727524, -0.0207349975, 0.00313630211, -0.0027154563, -0.000247580814, -0.00566137582, -0.0115097938, 0.00663332874, 0.0028640884, 0.0172346309, -0.00105712411, 0.00980637129, -0.00101370353, -0.0207082778, -0.00613900227, -0.0063694655, 0.0138812261, -4.56385787e-05, 0.00454246067, 0.0206548367, 0.00324819353, -0.00497666653, -0.0120976418, -0.00897804, -0.0174483936, -0.015791731, 0.00410157489, -0.00586845865, 0.00901812, 0.0162593368, 0.0112359105, -0.0018771051, 0.0140949888, -0.0189848151, 0.0236207955, -0.00127255707, -0.0212827642, 0.00585843856, 0.0151771633, 0.00080662081, 0.00553779397, -0.0107215438, 0.00247664307, -0.00659658853, -0.0225653425, -0.00495662633, 0.0241552033, 0.0186908897, 0.0178358387, -0.0025083737, 0.00559123466, -0.0331599638, 0.0175686348, -0.0164597407, -0.020628117, -0.0232199915, 0.00933208503, 0.0189447328, -0.0015890263, 0.000585342816, 0.00138194347, -0.00174183329, -0.00553445425, 0.000304987829, -0.00797602721, 0.0106013017, 0.02161677, 0.00831003115, 0.00276555703, -0.0123715261, 0.00359054818, -0.0114029124, -0.01421523, -0.0278158933, 0.0106547428, -0.00110137975, -0.0150569221, -0.0279227737, -0.0307016913, -0.0186240897, -0.0229527876, -0.0141350692, 0.0197329838, 0.00765538262, -0.0261057895, 0.0117435977, 0.00373751, -0.00777562428, -0.0068036709, 0.00573819689, 0.00997337326, -0.00364398886, -0.0125585683, -0.0132666575, 0.0236608777, -0.00998673402, -0.00144289935, 0.00928532425, 0.0142018702, -0.0112693105, 0.00713433558, -0.0273883659, -0.0157650113, 0.00442889938, 0.00871751644, 0.00201237691, 0.00982641149, -0.0131798163, 0.0046794028, 0.0025584742, 0.0112492703, -0.00454246067, -0.0278426129, -0.0176354367, -0.017916, -0.0118103977, -0.0220843758, -0.00535409153, -0.0188111328, 0.0294725541, -0.0121043222, 0.00276054698, -0.0168739054, 0.0039980337, -0.0068036709, 0.0127856908, 0.0232867915, 0.0162593368, -0.0193321798, -0.004479, -0.0199200269, -0.014014828, 0.00306616118, -0.0148164388, 0.0107616242, -0.00634942483, 0.00356048765, 0.0164864603, -0.031049056, 5.19794448e-05, 0.0094790468, -0.00259688473, -0.00580833759, 0.0115164742, 0.0343089402, -0.0184370466, 0.0103474585, 0.0102739772, -0.00309121143, 0.0365267284, 0.0140415477, -0.00900476053, 0.00460926164, -0.000325863104, 0.00619244296, -0.00151304028, -0.017488474, 0.00463264203, 0.00479630427, -0.00276388694, -0.025678264, -0.0246495306, 0.00314799207, -0.02685396, -0.0104075791, -0.00843695272, -0.0105612213, -0.0141751496, -0.0157516506, -0.0136474231, 0.00947236642, 0.0113361115, 0.0044623, 0.0475622378, -0.0203876328, -0.0203876328, 0.00315300212, 0.00495328614, -0.00647968659, -0.00204577739, -0.0116901565, -0.0320377089, -0.0119707203, -0.00787582528, 0.016833825, -0.0218572523, 0.00844363309, -0.0130528947, 0.00194891612, -0.00229461072, 0.00479296409, 0.00399135333, 0.0114830742, -0.0128858928, 0.0278693326, -0.0160188545, 0.00412161509, 0.00160155143, 0.00651976746, 0.0030227406, -0.00810294878, -0.0077221836, 0.00121243624, -0.0226855837, 0.0100000938, -0.00223616, 0.0138277849, -1.42212839e-05, 0.0148297986, -0.0169273466, -0.00288078864, 0.0147496378, -0.0021927394, -0.00985981245, 0.0083835125, -0.0264665149, -0.00852379389, 0.0118437987, -0.0192520171, 0.00448234, -0.00416169595, -0.024302166, 0.0173949525, 0.0136607829, -0.0095391674, 0.00274551683, -0.0350303873, 0.0237677582, -0.0160990153, -0.00052981457, 0.00885111839, 0.0264932346, -0.00280897762, 0.0144289937, 0.00523719, 0.0240483228, 0.00395127293, 0.00164246699, -0.00229962077, 0.012738931, 0.00026553357, 0.0047295033, 0.0128190918, -0.00103791885, -0.0110889487, 0.0298466403, -0.00434205821, 0.018998174, 0.012251284, 0.00706753461, -0.0124249663, -0.00585509837, -0.00599538, 0.00441553909, -0.00927864388, -0.00837683212, 0.00193555595, 0.017488474, -0.0214430876, 0.0126320496, 0.00150886516, 0.0182232838, 0.0219106935, -0.0144824339, 0.0181030426, 0.0149233202, -0.0070608547, 0.0243556071, -0.0246094503, 0.00225286023, 0.0170609485, 0.00621916307, 0.00402141409, 0.00112142006, 0.00215933891, 0.0105545409, 0.00527059054, -0.0122646447, 0.0254645012, -0.0141885104, -0.00921852328, 0.0322781913, -0.00425187685, -0.000488064048, 0.00879099779, 0.0195593014, 0.0017618736, -0.00753514096, -0.0236742366, 0.00665336894, -0.0200937092, -0.00342688593, -0.0138545055, 0.00170258782, 0.0100401742, -0.00627928413, 0.00470612291, 0.0193321798, 0.00121243624, -0.0175552759, -0.00303777074, -0.0152840447, -0.0415234379, -0.00324318348, -0.0229127072, -0.00754182087, -0.0336409323, -0.00982641149, -0.00761530222, -0.00515368907, 0.00690053264, 0.00248332322, -0.0240082424, -0.0112893516, -0.00591855915, 0.00703413412, 0.0270009208, -0.0338012539, 0.00855719484, -0.00127589714, -0.0138144251, -0.0106146624, -0.00324819353, 0.0233535934, -0.000306449103, 0.00637614541, 0.00689385226, -0.00881103799, 0.017622076, 0.0187309701, -0.00723453704, 0.00728129735, -0.0253041796, -0.000810378348, 0.00915840268, -0.00408153469, -0.0152439643, -0.0140415477, -0.0187710505, -0.0404546224, -0.0139079466, -0.016245978, 0.0181564838, 0.0193722602, 0.0289915875, 0.00219774945, 0.00264030532, 0.0227256641, 0.0137476241, 0.017488474, -0.0159253329, -0.0159386937, -0.00664334884, 0.0124516869, 0.00327157392, -0.000828748627, 0.0132466173, 0.00802946743, -0.000211153456, 0.00356382784, 0.0218706131, -0.000410199253, 0.000953582756, 0.00510358857, 0.0237276778, 0.00365066901, -0.00904484093, 0.00201070704, 0.00688717235, -0.0126120085, -0.000128904852, 0.00202907715, 0.0139079466, -0.0101069752, -0.00581835816, -0.0130929751, 0.0250770561, 0.0205613151, 0.00861731544, 8.45970717e-05, -0.00574153708, 0.0253843404, 0.00665336894, -0.00236141169, 0.000210735947, 0.00528395083, 0.022992868, -0.00451574055, 0.0138945859, 0.0199200269, 0.0159520544, 0.00770882331, -0.0111757899, -0.00444559939, -0.000870081654, -0.0177690387, 0.00328660407, -0.0356716774, 0.00760862185, -0.00413163519, 0.014081629, 0.00959260855, 0.00893127918, -0.00070391444, 0.00863735564, 0.0135205016, -0.0168739054, -0.00866407622, 0.00901144091, 0.0031897428, -0.0496197045, 0.000579080253, 0.00410157489, -0.0158986133, -0.0119974408, -0.0274685286, -0.0173548721, 0.0128792124, 0.0224050209, 0.00333503471, -0.00877763797, 0.00870415661, -0.00451908074, 0.0101670958, -0.00830335077, 0.0132332575, -0.000885946851, 0.00855051447, -0.0228726268, 0.0179694407, 0.0134203, 0.00857723504, 0.0168872662, 0.0103140585, 0.0125986487, 0.0232199915, -0.0131530957, 0.00255012419, -0.00316970237, 0.0198933072, 0.020761719, -0.0158585329, 0.00775558408, 0.0121978438, 0.0153374858, 0.00620580325, 0.00602544053, 0.018343525, 0.0200135484, -0.01859737, 0.00786914583, 0.00264531537, -0.0191451367, 0.0134737408, -0.00131848268, -0.0131330555, 0.0035237472, -0.00826327, -0.0162192564, 0.0114563536, -0.00419843616, 0.0115832752, -0.00928532425, -0.0112492703, 0.0127456104, -0.0122579644, -0.0074549797, -0.0129526937, 0.00540753221, 0.00231298106, -0.00908492133, -0.0018253345, -0.0165666211, -0.00420845626, -0.000573235156, 0.00514032878, 0.0212560445, 0.0105545409, -0.00173682324, 0.0178492, 0.0149767604, 0.00537747191, -0.00786914583, -0.00845699292, -0.0174083132, -0.014348832, 0.0183568858, -0.0006813691, -0.0369542539, -0.0146561163, -0.00330497418, 0.0217637308, -0.00299101, 0.00305447099, -0.00454914104, 0.00646966649, 0.0125919683, 0.0237009581, 0.0106280223, -0.0184637681, -0.0132933781, 0.00868411642, -0.0081163086, -0.0123180849, 0.0102672977, 0.0238612797, -0.00922520366, -0.000648386194, -0.00219440949, -0.00205078744, 0.0166868642, 0.00500672683, 0.0223515797, -0.0164196603, -0.0142686712, -0.00443223957, -0.0102071771, 0.0039011722, 0.00163411687, 0.00843027327, -0.0053607719, 0.0397866145, -0.0230062287, 0.0080762282, -0.00273215654, 0.00323149329, 0.00076904532, -0.0119306399, 0.00375087024, 0.00992661249, -0.00255012419, 0.00011210025, -0.0183568858, -0.02010707, -0.0143354721, -0.0237009581, -2.67986397e-05, 0.00947236642, -0.00806286838, -0.0314231403, 0.000968612963, -0.00717441598, -0.0138411457, -0.00493658613, 0.013560582, -0.0287778247, 0.0104677007, 0.0260256287, 0.0303276069, -0.00301773031, -0.0114229526, 0.00552777387, 0.0151237221, 0.0110822683, 0.000148423234, 0.0353243127, -0.00281398767, -0.00557453465, 0.00224284013, 0.0230863895, 0.0111290291, 0.0323049128, -0.000947737717, -0.00587179884, 0.0107081831, 0.0260924287, -0.0112158703, -0.000782405492, -0.0252774581, 0.00671349, -0.0210690014, -0.00486644497, 0.00545429299, 0.00313296192, -0.00225453, 0.00677027088, 0.00738817872, 0.0260790698, 0.00634942483, 0.0131397359, 0.00490986556, -0.0203341916, 0.0157249309, 0.0331866853, -0.000276806211, -0.0102138566, -0.00360056828, 0.00114563538, -0.0165532622, -0.0200536288, -0.00423851656, 0.0218706131, 0.0070408145, -0.00144456932, -0.0316903442, -0.0106213419, 0.00522049, 0.0192920975, 0.0118705193, -0.0189580936, 0.00379429082, 0.0320911482, -0.00997337326, 0.0150302015, -0.0230195876, -0.00755518116, -0.00266702566, 0.00550773367, -0.0276555698, -0.00593191944, 0.000925192377, -0.0219240543, -0.000306657865, 0.0226187836, 0.0106213419, 0.0091717625, 0.00614568219, 0.0173682328, 0.00106129923, 0.00246829307, -0.0144557133, -0.000393707771, -0.023847919, 0.0340417363, -0.00262527517, -0.00715437578, 0.00327658397, 0.00239648204, -0.0013268328, -0.00108968955, 0.00493658613, -0.00723453704, -0.000594110461, 0.00967276935, 0.0184504073, -0.0117101967, 0.00179193402, -0.0157115702, -0.00323483325, -0.00246996316, 0.000141116892, -0.00144623942, -1.64131889e-05, -0.0210022014, 0.00889119878, -0.0132666575, 0.0129860938, 0.00669010961, 0.00968613, -0.00178191392, -0.0047395234, -0.0232600719, 0.00382769131, 0.000367613684, -0.00152640045, -0.0389315598, 0.0109353065, 0.00501340721, -0.00493324595, -0.00312127173, 0.0103407782, 0.00212259847, -0.0195726622, -0.00277390727, 0.0119707203, 0.00246996316, 0.0030110504, 0.0262527522, -0.0211491641, -0.0113561517, -0.0185172074, -0.00461260183, 0.00619912287, 0.010908586, -0.017688876, -0.0203208327, -0.0177155975, -5.62066889e-05, -0.0168739054, -0.0149233202, -0.0123715261, -0.0130462144, -0.0163528584, 0.00802946743, -0.0132399369, 0.0028824585, 0.0243556071, 0.0181297623, 0.00869079679, 0.00260356488, -0.00461260183, 0.0151638035, 0.0178892799, 0.00371412979, 0.0121043222, -0.00122997153, 0.0110421879, -0.000774472894, -0.0060722013, 0.00192052568, 0.00300938031, 0.0157516506, 0.0124717271, -0.0213228464, 0.00512028858, -0.0165666211, -0.0434740223, 0.0212293249, 0.0138545055, -0.00853047427, 0.0078491047, -0.012738931, -0.00756854145, 0.0255580228, 0.0129660536, 0.00686045177, 0.00587847875, -0.00963268895, -0.0262260307, 0.00595195964, -0.0197062641, 0.01346038, 0.000142995661, 0.0186641701, 0.0081363488, -0.014148429, -0.0131330555, -0.00585175818, 0.00934544485, -0.0118304389, -0.00101203355, -0.00153224554, 0.000346112123, -0.0168872662, -0.00356382784, 0.0161658172, -0.013360179, 0.00266869576, -0.00912500266, 0.000415835559, -0.0131196957, 0.00356382784, 0.00804950763, -0.00563465524, 0.00430865772, 0.00198899675, -0.0291786306, -0.00746166, -0.00342354574, 0.00802278705, 0.0185172074, 0.0104877409, -0.0067635905, 0.00646632677, 0.0222981386, -0.0278693326, -0.013694183, -0.0112693105, 0.012351485, -0.0091918027, 0.00036719616, -0.00660326844, -0.00160739652, -0.00329829426, 0.0170743093, 0.0297130384, -0.0238612797, -0.00594527973, -0.00750174047, 0.00402141409, 0.0053808121, -0.0442489125, 0.00388781214, -0.0139747476, -0.00796934683, -0.000595780497, -0.00286074821, -0.000847536372, 0.012905933, -0.0289915875, 0.036286246, -0.0105812615, -0.0168204661, 0.011429633, 0.0158852525, 0.00966609, 0.00918512326, -0.0102338968, 0.00949240755, -0.00168338255, -0.00419175625, 0.0246762503, -0.0260657091, -0.0237677582, 0.020962121, -0.014148429, 0.0337210931, 0.00905152131, -0.0129794134, 0.0203609131, -0.000944397645, 0.00258519454, 0.00736813853, -0.0150302015, -0.00466270233, 0.00231465092, 0.00505348761, 0.00133434788, 0.00150469015, -0.00225286023, 0.00239982223, 0.00738149881, -0.0022395, 0.00872419681, -0.0180228818, 0.0344158225, 0.0018453747, -0.0150569221, -0.005764917, 0.00418841606, -0.0130862957, -0.00194390607, 0.0102338968, -0.00100535352, -0.0122045232, -0.00043629334, 0.00535743171, 0.00373417, 0.00365400896, 0.012872532, 0.015658129, 0.00518374937, -0.00617908267, -0.00483972486, 0.000607053109, 0.00923856348, -0.0133000584, -0.0204009935, 0.00661328854, -0.00455248076, -0.0182366446, 0.00334839476, 0.000380973855, -0.0103340987, 0.0131196957, -0.00968613, -0.00696065323, -0.0211224426, 0.0199467465, 0.0173815936, -0.012351485, -0.0193321798, -0.0054008523, -0.00203909725, -0.0171678308, 0.00137275842, -0.020507874, 0.0114763938, 0.010574582, 0.0259721875, 0.033480607, 0.00206247764, 0.00142703415, 0.00637614541, -0.0234871954, 0.00903148111, 0.0103474585, 0.00371746975, 0.00368072931, -0.0259321071, 0.0080361478, 0.0145358751, -0.0033667651, 0.0061223018, 0.0043554185, -0.00770882331, -0.000328368158, 0.0153775662, -0.0180095211, -0.028884707, 0.0186908897, -0.0398934931, -0.02168357, -0.00390785234, 0.00279227737, -0.000384313898, 0.0240616817, 0.00480298419, 0.00186040497, 0.00848371349, 0.00620914297, 0.0168872662, -0.00508020818, 0.0105478615, 0.0164196603, 0.0205746759, -0.00793594588, -0.015591329, 0.00761530222, 0.00601876061, 0.0111691095, 0.00684709148, -0.0160722956, -0.00944564678, 0.00911164191, 0.00758190174, -0.0118905595, -0.0115699153, -4.55602967e-05, -0.0151370829, -0.0190783348, 0.0111891497, 0.0117168771, -0.00497332681, 0.014869879, -0.012872532, -0.00269374601, -0.00236308156, -0.0102940183, -0.00134019298, -0.0170208681, -0.00718109636, 0.00541421259, -0.0171143897, -0.0270677228, -0.0183168054, -0.0159654133, 0.00140532386, -0.00846367329, 0.00751510076, 0.0128190918, -0.0143755525, 0.0047395234, -0.002538434, 0.0114697134, 0.00123247656, -0.00507686799, -0.0154042859, 0.00619244296, -0.00694729295, 0.0148832398, 0.0176354367, 0.00448234, 0.0166868642, -0.000916842255, 0.015791731, 0.0104743801, 0.0186240897, 0.00634608511, 0.0047595636, -0.000136524322, -0.0157249309, 0.0107816644, -0.00208251784, 0.0282434188, 0.00724789687, -0.0126454094, -0.00115231541, 4.91612846e-05, -0.00770214293, 0.0243155248, -0.0218973327, 0.00543425279, 0.0124450065, -0.0133534987, -0.0126320496, 0.0133401388, 0.00448234, 0.0301405638, 0.00734141842, -0.0114830742, 0.00198899675, 0.00773554342, -0.00522717, 0.00474620378, 0.0121043222, 0.0176755171, 0.0240216013, -0.00295927958, 0.0095391674, 0.00626926403, 0.00104459899, -0.00873087719, 0.00073647988, -0.013948027, 0.00149133, -0.00602878071, -0.00998005364, 0.00702077383, 0.0251037758, 0.0349769481, -0.0306215305, -0.005093568, -0.000279937492, -0.0177556779, 0.0299802423, 0.00793594588, 0.0284839012, 0.00719445618, 0.0109219467, -0.016633423, -0.0144690741, 0.00247831317, -0.0105946222, 0.00788918603, 0.00320644304, 0.0132733379, 0.0137877045, 0.00423517684, -0.00918512326, -0.0222313385, 0.0234604739, 0.0206815563, -0.00187877519, -0.0247430522, -0.00278893742, 0.00163829199, 0.0125318477, -0.00408487488, 0.00450906, -0.0035437874, 0.00891791936, 0.00556117436, -0.0165399015, 0.012939333, 0.0279227737, -0.00126754702, -0.000966107938, 0.0013685833, 0.00319141266, -0.019519221, -0.00253509404, -0.00437211851, 0.0119974408, -0.0127856908, 0.00196394627, -0.0221912581, 0.00436209841, -0.012738931, -0.0463063791, 0.00763534242, -0.0141350692, -0.00105461909, -0.00304612075, 0.0194123406, 0.00110972987, -0.00590185914, 0.0125652486, -0.0107482644, -0.00794930663, -0.025023615, 0.00451240037, -0.00837683212, -0.0138812261, 0.00447232, 0.0210823622, -0.00644962629, 0.00904484093, -0.0245693699, 0.0230329484, -0.000736062357, 0.0234337542, -0.00211424823, 0.00909828208, -0.00411827536, 0.00822319, 0.00148297986, -0.00925860368, 0.00640286598, 0.00175519346, 0.0230997503, -0.017421674, -0.0181832034, 0.0112091899, -0.00672017, -0.0161524564, -0.0300871227, -0.00364398886, 0.00431199791, -0.0110755879, -0.00428527733, -0.00292587909, 0.011329432, -0.0010128686, 0.00317471242, 0.00979301147, 0.0109753869, 0.0255580228, 0.00742157921, -0.00893796, -0.0229661483, 0.0209220406, -0.0134203, -0.0143221114, -0.00708757481, -0.0179560799, 0.0141751496, -0.0118638389, 0.00190215546, 0.00131430756, 0.0043654386, -0.0210155621, -0.0133200986, 0.0063995258, 0.0126988497, 0.0144957937, 0.00690721255, 0.0022127796, 0.0163261387, 5.77723367e-05, 0.0145893153, -0.00600874051, -0.0239013601, 0.0254511405, 0.0272013247, 0.0137609839, -0.00553779397, 0.0183168054, -0.0157115702, -0.00501340721, 0.000690136745, -0.00557787484, -0.00938552525, -0.0116500761, -0.0183836054, -0.0160589349, 0.00829667132, -0.0177556779, -0.00205078744, 0.00458922144, -0.00784242526, -0.00343356607, -0.0247296914, 0.0121778036, 0.0081363488, 0.00519042974, 0.000780317932, 0.00516704936, 0.0139613869, -0.027575409, -0.0175953563, 0.022338219, 0.00135939824, 0.016112376, 0.0110288281, -0.0216301288, -0.00137693342, 0.0150702819, 0.00337845529, -0.00559791503, -0.020962121, -0.0209354013, 0.00366402906, 0.00603546062, 0.000156982103, -0.00587179884, -0.00261859503, -0.0204277132, -0.00663666893, 0.0268005189, 0.00749506056, -0.00433871802, 0.0501541123, -0.00275720702, 0.0222179778, 0.0125051271, 0.00310624158, 0.000124834172, -0.0012792371, -0.0127923712, 0.00650974736, -0.0278426129, 0.00302775064, -0.00506016798, -0.0319575481, 0.0234337542, -0.0118304389, 0.0080962684, -0.0105077811, 0.0083233919, -0.00704749441, -0.0318773873, -0.0246762503, -0.0145358751, -0.0117569575, 0.00696065323, 0.0106547428, -0.00277056708, -0.00585509837, -0.00891791936, 0.00869747624, 0.0115565546, -0.0061223018, 0.0047295033, -0.00975293107, 0.00712765567, 0.0237811189, -0.0331065245, 0.00147045474, -0.0127255702, 0.0149901211, 0.0150302015, -0.0115498751, -0.0127656506, -0.0143889124, 0.00381099107, 0.0168204661, -0.00740821939, -0.00814971, -0.0181832034, 0.0237811189, -0.0103274183, 0.0131130153, 0.00433871802, 0.0022328198, -0.0170743093, 0.0248632934, 0.00243322249, -0.0118304389, -0.0112960311, -0.00363062858, -0.0118972389, 0.0309421737, -0.0167135838, -0.0108952262, 0.00589517877, -0.00883775856, -0.00430531753, -0.00258185458, 0.00650306698, -5.27100819e-05, -0.0205746759, -0.0141885104, 0.0149233202, -0.0231131092, 0.017421674, -0.0101336958, 0.00762866205, 0.00312795187, 0.0191317759, 0.000282025023, 0.0204009935, 0.0190516151, 0.0102806576, 0.0361793637, -0.00404145429, 0.0313429795, -0.000401849131, -0.000109490844, -0.0254912209, 0.00796934683, 0.00578829739, 0.00567807583, -0.0233402327, -0.0129593732, 0.00749506056, -0.00475622388, 0.0267470777, 0.00690053264, 0.00806954782, -0.0337210931, 0.00717441598, -0.0251037758, -0.0232734326, -0.00168922765, -0.00203074724, 0.000715187052, 0.0112225506, 0.0192386582, -0.0140682682, -0.00704749441, -0.0244491268, -0.00364732882, -0.0105946222, -0.00634274492, -0.00855719484, -0.0176487956, -0.0181965642, 0.00317137246, -0.00868411642, 0.00486310525, 0.0122713242, 0.0109553467, -0.00494994642, -0.0167002231, -0.0102940183, 0.0172479916, -0.0111089889, -0.0177155975, -0.0181698427, 0.0118638389, 0.0261458699, 0.016179176, 0.00849039387, 0.000160844036, 0.0118237585, -0.000269082346, 0.00977965072, 0.0123848859, 0.024368966, 0.00713433558, -0.0215098877, -0.0107148634, 0.014282031, 0.00708089489, -0.00499002682, 0.000631685951, -0.00474620378, -0.00597534, 0.0149233202, -0.0190916955, -0.00484306505, 0.017288072, -0.00308286119, 0.0146293957, -0.020507874, -0.0308352932, -0.0137075437, 0.00119907607, 0.0040180739, 0.0235807151, 0.00645964639, -0.00698737381, -0.0112559507, -0.0172346309, -0.0142419506, -0.0354846343, 0.00212927861, 0.0100735752, -0.00384773151, 0.00628262432, 0.00539417239, -0.0124583673, -0.00795598701, -0.0234871954, 0.0125719281, -0.000725624734, 0.0144690741, -0.00306282099, -0.0183301661, -0.00356716779, -0.0192386582, 0.00253175385, -0.00596866, 0.00450906, 0.00833007134, 0.00705417432, -0.00425855722, 0.00189881539, 0.0207750779, -0.0133735389, -0.00605884101, 0.0157115702, 0.00988653209, 0.00628930423, 0.000284321315, 0.0140949888, 0.00156815106, -0.00112309, 0.00437545869, -0.000227331795, 0.00484306505, 0.0286442228, -0.00490652584, 0.000754432578, -0.0167403035, -0.0336142108, 0.00230964087, 0.0074148993, -0.00614234246, 0.00105127913, -0.000901812105, -0.00857055467, 0.00863735564, 0.00637614541, 0.000391202746, 0.0103808595, 0.0217770915, -0.0291251894, 0.00460926164, -0.0121711232, 0.0162593368, 0.00877763797, 0.000198419526, -0.0216969308, 0.0400805362, -0.0102338968, -0.0218973327, -0.0168071054, -0.0162058976, -0.0165933426, 0.0126320496, 0.00628262432, -0.00582503807, -0.00072729477, -0.00136774837, 0.00342354574, 0.0020240671, 0.00681369146, -0.00160656148, 0.0111357095, -0.00571481651, 0.00533405133, -0.0153508456, -0.00121327129, 0.00758190174, -0.000819563458, 0.0158050917, 0.00373417, -0.00247998326, -0.0118304389, -0.00425855722, -0.000458838651, -0.00950576738, 0.00331165432, 0.0191985779, -0.0255981032, -0.00594527973, -0.0172613505, 0.00329996413, 0.00710761501, 0.0102405772, -0.0117435977, -0.00889787916, -0.00273048668, 0.0158852525, -0.0169006269, 0.0108618252, -0.000916007266, -0.00593191944, 0.00295593962, 0.00135104812, 0.0116233556, 0.0290450286, 0.0260657091, -0.000631685951, 0.00334171485, 0.0018253345, -0.00322648324, -0.00755518116, 0.00500004692, -0.011596635, 0.00826327, 0.000490151579, -0.00986649189, 0.00868411642, 0.0106881429, 0.011262631]
|
18 Nov, 2020
|
HTML5 MathML rowspan Attribute
18 Nov, 2020
This attribute holds the value that how many rows does the cell extend. This attribute is accepted by the <mtd> tag only.
Syntax:
<element rowspan="non-negative-int">
Attribute Values:
non-negative-int: This value holds the integer that create the span by rows.
Below example illustrate the rowspan in HTML MathML:
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML rowspan Attribute</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML rowspan Attribute</h3>
<math>
<mi>GeeksforGeeks</mi>
<mo>=</mo>
<mtable frame="solid" columnlines="dashed">
<mtr mathbackground="green;">
<mtd>Course</mtd>
<mtd rowspan="4">Date</mtd>
<mtd>Fee</mtd>
</mtr>
<mtr>
<mtd>
<mi>C++ STL</mi>
</mtd>
<mtd>
<mi> 1499</mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>Placement 100 </mi>
</mtd>
<mtd>
<mi>9999 </mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>DSA Foundation </mi>
</mtd>
<mtd>
<mi>7999</mi>
</mtd>
</mtr>
</mtable>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML rowspan attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute
|
https://www.geeksforgeeks.org/html5-mathml-rowspan-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML rowspan Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML open Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0256013367, -0.0125604793, -0.0151601732, 0.0151743023, 0.0756171942, -0.00742467027, 0.000962522638, 0.0274380762, -0.00398784596, 0.0184945632, 0.0110416356, -0.0159372557, 0.0136342663, -0.00945921335, -0.00720214192, -0.015018886, 0.00415385934, 0.0050686975, -0.0237928536, -0.0176750943, -0.00237010163, -0.0048391046, -0.0339090563, 0.0586626641, -0.0589452423, 0.0104623567, -0.0151319159, 0.000433135196, -0.0255306922, -0.00028610765, -0.0372151881, -0.0235244073, 0.0114301769, -0.00182261167, -0.0181978587, 0.00859735813, 0.00755889341, 0.0292748176, -0.0321853459, -0.0150330141, 0.00706085423, -0.00593055226, 0.00880929, 0.0239765272, 0.0312811024, -0.0258839112, 0.0178587697, -0.0185793359, -0.0611493289, -0.00610716222, 0.0003993586, -0.00533361174, 0.0114796283, 0.0205008499, 0.0303486045, 0.0156546813, 0.00763660157, 0.026223002, -0.0064391885, -0.000297145743, 0.0102009745, -0.00772137428, -0.0558086522, -0.0306594372, -0.0215887651, -0.0114019196, 0.0051993886, 0.00228532893, -0.027296789, -0.0278195534, -0.0371869318, 0.0193705484, 0.0170958154, -0.00243191514, -0.00642859191, -0.0138885835, 0.0248807687, 0.0217724387, -0.00111087481, 0.0153014613, 0.0229309984, 0.0171947163, -0.0660661459, 0.00307830633, 0.00556673668, 0.0291617867, -0.00499452138, -0.0397018529, -0.0185228214, -0.00649570348, -0.0335417055, 0.00199568924, -0.0022482411, -0.0239482708, -0.017406648, -9.69283519e-06, 0.00285754423, 0.0117127532, -0.0295291357, -0.0175055489, 0.0115714651, 0.00768605247, 0.0128289256, 0.0197944101, 0.017773997, 0.015018886, 0.0142347384, 0.020387819, -0.00495919911, 0.0204160772, 0.00748825, -0.0183108896, -0.0386280641, -0.0351806432, -0.00205397047, 0.0261382293, -0.0205997508, -0.0292465594, 0.02359505, 0.0116703669, -0.0337395109, -0.00604005065, 0.00156211248, 0.0201335, -0.0194270629, -0.00861148722, -0.030998528, 0.00750944298, 0.0156546813, -0.0471335873, -0.0132386601, 0.00974178873, -0.0146091515, -0.029444363, 0.017759867, 0.0315071642, -0.00245310832, -0.00504397182, -0.0104976781, 0.00750237843, -0.0382607169, -0.00792624149, 0.000538217952, 0.0266751237, -0.0465401784, 0.00153915316, -0.00566917, 0.0372999609, 0.0279325843, 0.0523894913, -0.0397583656, -0.0276217517, 0.0200911146, -0.0163187329, -0.0124686426, 0.000452562264, -0.0280597433, 0.0130549865, -0.018833654, -0.0173218753, 0.0108650262, 0.0167708527, 0.0137261031, 0.0586626641, -0.0215746369, 0.0257708821, -0.0120589081, 0.0131044369, -0.0124121271, 0.0395888202, -0.00232418324, -0.00289286627, 0.0241602026, -0.0176750943, -0.0223093331, 0.00852671452, -0.0103846481, -0.0214474779, 0.0224930067, -0.0233266037, -0.0291900449, -0.0312245879, -0.011204117, 0.014538507, -0.0174914207, 0.0106601594, 0.0254600495, 0.0209671, -0.0167284664, 0.00478258962, -0.0439122245, -0.00133605208, 0.0157959685, 0.0238211118, 0.0562042594, -0.0205291063, -0.0445904061, 0.0150047569, 0.0350676142, -0.0284694768, -0.0279890988, -0.0195400938, -0.00619193492, -0.00783440471, 0.0356892794, 0.0161491875, 0.0131468233, 0.00422097091, 0.0288792122, -0.00182614394, -0.0232135747, -0.0100384932, 0.00729044667, 0.0239482708, -0.0117480746, 0.00689130882, -0.0216452796, -0.0149199842, 0.000231358659, -0.0543110035, 0.0686093196, -0.0298117101, -0.0180707015, 0.0123202903, -0.031817995, 0.0125534143, -0.042781923, -0.0389389, -0.0269294418, -0.00637560897, -0.00784146879, 0.0168838836, -0.00715269148, 0.0279749706, 0.0337960236, 0.0554978214, -0.0126593802, 0.00772843882, 0.0251916014, -0.008109916, -0.00411500502, -0.00653809, -0.00480378279, -0.0410582125, 0.0192999039, -0.00587050524, -0.0392779894, -0.00753770024, 0.0337677673, 0.00261029089, 0.00643565599, -0.0185793359, 0.00825826824, -0.00511461589, -0.00250609103, 0.0144961206, -0.00197449606, 0.00593055226, -0.0156829376, 0.00299883215, 0.0507222936, -0.00192504528, -0.0393627621, -0.00208752626, 0.0143972198, 0.0461163148, 0.0517113097, -0.0171805881, 0.0275934935, 0.00751650706, 0.033965569, -0.0569106974, 0.0493094176, -0.00457065785, -0.038402006, 0.0139027126, -0.00601179292, -0.00604005065, 0.0224788785, 0.000222086644, -0.0189042985, -0.00781321153, -0.00105612574, 0.0253611468, 0.0125251571, -0.0199215692, 0.0157818403, 0.0323266312, -0.0110769579, -0.0248525124, -0.0100243641, -0.0112182461, 0.0132527892, 0.0291617867, 0.0183956623, -0.0025272842, 0.0245416779, -0.0125251571, 0.0254317913, -0.0180141851, -0.0500158556, 0.00719861, -0.00992546324, -0.0497897975, -0.0104976781, 0.0164458919, -0.00397371734, -0.0112535674, -0.0201052446, -0.0396735929, -0.00243721344, 0.000164246987, -0.00718801329, 0.0030588794, -0.0184380487, -0.00715975557, 0.0274098199, -0.018480435, 0.0213061888, -0.0269859564, -0.00490621664, 0.00772843882, -0.0296421666, 0.0300377719, 0.0303486045, -0.0190173276, -0.0220974013, 0.00318603823, -0.0211649016, 0.0102928113, -0.067139931, -0.021828955, 0.027650008, -0.0089081917, -0.00236833561, -0.0552717596, 0.0629012957, -0.0168980118, 0.00318074, 0.00464836648, -0.0291617867, -0.0184380487, 0.0264490638, 0.0103634549, 0.0134788491, 0.00952279288, 0.00341386488, 0.0290487576, -0.00675355364, 0.00374765694, 0.000934265088, 0.0594538748, 0.0481508598, -0.0141429016, 0.0030818386, -0.00320193311, -0.0339373127, -0.0106601594, -0.0291617867, -0.010610708, -0.0226201657, -0.00644272054, 0.0178163834, -0.0423015468, -0.0226766802, -0.0727349222, -0.00767898792, -0.0137755536, 0.0322701186, -0.0222245604, -0.0316767097, -0.00542898104, 0.0462010875, 0.00438698381, -0.0145950224, 0.0343329199, 0.0261382293, -0.0245981943, -0.015739454, 0.0202465318, -0.00147469062, 0.0410299562, -0.0269153118, -0.0244851634, 0.00689837337, 0.00262088748, 0.0205291063, 0.0249231551, -0.00926141068, 0.0411995, 0.0253470186, 0.0137826176, -0.022168044, -0.0290487576, 0.0307724681, 0.0094309561, -0.0245699361, -0.0167849828, 0.0367065519, -0.0120235858, 0.00991133414, -0.0157535821, 0.0102786822, 0.0380346552, 0.0241743308, 0.0095157288, -0.0312811024, -0.0092543466, 0.0423863195, -0.0254741777, -0.0167567246, 0.00968527421, -0.00363462674, -0.0102009745, 0.025389405, -0.0111264084, 0.0186358523, 0.0291052721, -0.0435448773, 0.00192151312, 0.0673659891, -0.0382607169, -0.00929673295, 0.00514640566, -0.0427536666, -0.00835716911, -0.0777082518, -0.0138815194, -0.00399491051, 0.022408234, -0.0246405806, 0.0315354206, 0.0162339602, 0.0202889182, -0.0411429852, -0.000174733184, -0.0238211118, 0.0129631488, 0.0074387989, 0.0156546813, -0.0317614824, -0.0027303854, -0.0453533605, 0.00119653041, -0.0426688939, -0.00178287458, 0.0162480883, 0.00385009055, 0.0260393284, 0.0453816205, -0.0101939095, -0.0212496743, -0.036226172, -0.0313658752, 0.0341916308, -0.00527003221, 0.0424710922, -0.00306947599, 8.23718528e-06, 0.0104199704, -0.0236798227, -0.00665818434, 0.0194270629, -0.0172653608, 0.0419907123, -0.00991133414, -0.0395323075, 0.00536893355, -0.0131256301, -0.010850898, -0.0194553211, 0.000263148395, -0.0165447928, -0.0108297048, -0.0192857757, 0.0214192197, -0.00761540839, -0.00516406633, 0.0148493405, 0.00307300803, 0.0372717045, 0.00407615118, 0.0119953286, 0.00255200965, 0.000246591255, -0.00466955965, -0.012878377, 0.00497332821, 0.0099395914, -0.00472254213, -0.0201900173, 0.0252481177, -0.0107025458, -0.031704966, 0.00463777, 0.00496273162, -0.0150895296, -0.0280880015, 0.0267175101, 0.00219172589, 0.00618133834, 0.037667308, -0.0121860662, 0.0268870555, 0.0157111958, 0.0120023927, -0.0496485084, 0.0295573939, -0.0160502866, 0.0127936043, 0.0219419841, 0.0153014613, 0.0128430547, 0.0109003484, -0.015979642, -0.00410440844, 0.0190879721, 0.0345307216, 0.0313093625, -0.0119388131, -0.0235809218, -0.00153738714, -0.0324679203, 0.00946627744, 0.00936031248, -0.0074034771, 0.00289639854, 0.0149199842, -0.00525237154, -0.047331389, 0.00479671825, -0.00946627744, 0.00170075102, 0.0202889182, -0.0337112509, 0.00102786825, -0.0143901557, 0.00417152, 0.00237010163, 0.019073844, -0.00682066521, 0.019314032, -0.034813296, -0.00986188371, -0.00181378121, 0.00391720235, -0.0247536097, -0.0149906278, -0.0194129348, 0.0134788491, 0.0221397877, 0.0117480746, 0.000259616208, -0.0170251708, -0.0181978587, -0.0124969, -0.0151884314, 0.00259086373, 0.00347921043, -0.0054607708, 0.00625904649, -0.0150612723, -0.000847284857, 0.00252905046, -0.016332861, -0.0351806432, -0.0339090563, 0.0261382293, 0.0200346, -0.0163187329, 0.00525943562, -0.00338384113, 0.0537458509, -0.000490974868, 0.0142771248, 0.00447528902, 0.00706085423, 0.00696901744, -0.00477905758, -0.0199498273, -0.0338242836, -0.0147786969, 0.0111476015, 0.0131397592, 0.0112606324, 0.00124244893, -0.0175761934, -0.0396735929, -0.0591147877, 0.00143495353, 0.0188901685, 0.0367630683, -0.00059561606, -0.0139239058, 0.00739641255, 0.0256437231, -0.0498180538, -0.00713856239, 0.0244003907, -0.0229451265, 0.0110698938, 0.0209388416, 0.03385254, -0.00407968322, -0.00228179689, -0.0147928251, -0.0259969421, -0.00521704927, 0.0199780855, -0.00495566707, -0.0478117689, -0.0280032288, -0.00543604558, 0.0111193443, -0.0241319444, -0.0129843419, 0.045664195, 0.029218303, -0.0285118632, -0.00623785332, 0.0410017, 0.0222669467, -0.00856203679, 0.00156741077, 0.00595527794, -0.0342764035, -0.0209388416, 0.0182826314, 0.0122355176, -0.00653455732, -0.00848432817, -0.0352654159, 0.0279608425, -0.00671823137, 0.0218713414, 0.00291582546, -0.0293313321, -0.0145808933, -0.0260252, 0.003456251, 0.0308289826, 0.0322701186, 0.00517466292, 0.0294726212, -0.0135141714, 0.00375118922, -0.0161915738, 0.0519373678, 0.021108387, 0.00692663109, -0.0240895581, 0.000553229766, 0.0112818256, -0.00430221157, 0.0118328473, 0.0206845235, -0.0212355461, 0.0197520237, -0.0115714651, -0.00486029778, -0.017406648, -0.0119458772, 0.0267316382, 0.0109215416, 0.0536893383, -0.0512309298, 0.00958637241, 0.0011444306, -0.0204019491, 0.0195259638, -0.00985481869, -0.00534067629, 0.00975591782, 0.0206703953, -0.00272155483, -0.0247394815, -0.022182174, 0.0277630389, -0.00589876249, 0.0501571447, -0.0149482414, 0.0148917269, 0.0348698124, 0.0206845235, -0.0242025889, -0.00974885374, -0.00255024363, 0.0128430547, -0.0126028657, -0.00537246605, 0.0167991109, -0.00205573649, -0.00441170949, 0.0059835352, 0.0122920321, -0.0125463502, 0.0310833, 0.0259262975, 0.0159513839, -0.0506092645, -0.0250785723, -0.0136342663, -0.00662992662, 0.018353276, -0.014072258, 0.0236233082, 0.00245310832, -0.0168980118, -0.00180583377, -0.00733989757, 0.0135212354, -0.0013086776, 0.0237928536, 0.0255589504, -0.0167708527, 0.0105047431, 0.00370173855, 0.026463192, -0.0545653217, 0.00146762631, -0.00623785332, -0.0157959685, -0.00509695476, -0.0168838836, 0.0223234612, -0.00357811176, 0.0184239205, 0.0107661253, 0.000258070882, -0.00784146879, -0.029924741, -0.000988131, 0.0119811995, -0.0010932138, -0.0169545282, 0.0527003221, 0.0109497989, -0.0117480746, 0.000591200835, 0.00175108481, -0.00432340475, 0.0316484496, 0.0258273967, -0.0151743023, 0.0319592841, 0.00967114512, 0.0205291063, -0.0188195258, -0.0120235858, 0.00688777678, -0.01180459, -0.0113100829, 0.0354632214, -0.00937444065, 0.0393910185, -0.0130832437, -0.00729044667, 0.00517466292, 0.0310550425, -0.0128218615, -0.0326939821, -0.000371321803, 0.00503690774, 0.0114301769, 0.0310550425, 0.0286531523, -0.0154286204, -0.0329765566, 0.0148210833, -0.00527356472, -0.021334447, -0.0433470756, 0.0121790022, 0.00910599437, -0.00401610369, 0.0240613, -0.0406908654, 0.0264349338, 0.0135777509, -0.00288756797, 0.00182261167, 0.0115926582, -0.0233124755, 0.00306064542, -0.00317720789, -0.0165871792, -0.00106319017, 0.000449250831, -0.0109144775, 0.0105259363, 0.0321288295, -0.00737521937, 0.00608243654, -0.00937444065, 0.026590351, -0.0214757342, -0.00125392864, 0.00252022, -0.0141075794, -0.0346154943, 0.0169969145, 0.0026632736, 0.0228462256, 0.00598706771, 0.00497332821, -0.0118611045, 0.0100031709, 0.0266892519, -0.022888612, -0.00154356845, -0.0112676965, 0.0186358523, -0.0224930067, -0.0305746645, 0.0200487282, 0.0114725633, 0.0358023122, 0.0082723964, -0.00657694368, 0.0151036587, -0.0228320975, -0.00415385934, -0.0261523593, -0.0026226535, 0.00178817287, 0.00524883904, 0.00457065785, 0.00736109074, 0.0522482023, 0.00126717438, -0.00940269884, -0.0446751788, -0.0191727448, 0.00546783535, -0.00276394119, 0.0473879054, -0.035406705, 0.0258415248, -0.0333156474, 0.00927554, -0.00457419036, 0.000529387442, 0.000649040507, -0.0281869024, -0.00671823137, 0.0125251571, 0.00888699852, -0.00763660157, 0.0363957174, 0.0455511622, 0.0293313321, 0.0783299208, -0.0197661538, 0.0359153412, -0.00386421941, 0.00642859191, -0.0166578237, 0.00794743467, 0.0172653608, -0.0222810749, 0.0106954807, 0.0178587697, 0.0156970676, -0.0126664452, 0.0155557794, 0.0218713414, 0.0315071642, -0.0123344185, 0.0154003622, -0.0124191912, 0.0171664599, 0.0395040475, 0.0293878485, 0.0225919075, -0.0108932843, 0.00024018914, -0.0334851928, 0.018353276, -0.000352115516, 0.0118822977, 0.0196531229, 0.00954398606, -0.0268305391, 0.0050192466, 0.00979830418, 0.0237645954, -0.0394192748, -0.0247253533, 0.0152025595, -0.0413125306, -0.00145173143, -0.00569389528, 0.046511922, -0.0407191254, 0.00913425162, 0.0491116159, 0.00324785174, -0.0171382017, -0.00560912304, 0.0245981943, 0.0237787254, -0.0297269374, 0.0109497989, -0.00426335726, 0.0237080809, -0.00386775169, 0.00962875877, 0.0143830907, 0.00292112376, 0.00309773348, -0.00170340016, -0.00979124, -0.0318745114, -0.0155557794, 0.000599148276, -0.0307724681, 0.00683479384, 0.0135565577, 0.00530888652, 0.000902033877, -0.0125039639, -0.00983362552, -0.0169827845, 0.0239482708, -0.0408321545, 0.00238069822, -0.0241036862, -0.0155133931, -0.00626611058, -0.00103581569, -0.0260393284, 0.0309702698, 0.0175479352, 0.0223375894, -0.0222386885, -0.0286672805, -0.0241178162, 0.0264490638, -0.0442795753, -0.00787679106, 0.0124969, 0.00677121431, -0.00341209862, 0.0158948693, -0.0204302054, -0.0176750943, -0.0111334734, -0.0117692677, 0.00959343649, 0.0144113488, 0.0386563241, -0.000249681907, -0.0148069542, 0.0181696024, 0.0218430832, -0.0281445161, -0.000910422823, 0.012871312, 0.0161915738, -0.00288226968, -0.020741038, -0.00530888652, -0.0119670704, 0.0181413442, -0.0229027402, -0.000996078481, -0.00228709518, 0.0101020727, 0.0272402745, 0.00738228392, 0.00236303732, -0.00477905758, 0.0183815341, -0.0132951755, 0.0120589081, 0.0313941352, -0.00871038809, -0.0296986811, 0.0427536666, 0.0272402745, 0.0159372557, -0.00305534713, 0.00625904649, 0.007749632, 0.0161491875, 0.0210942589, 0.0226766802, -0.0120094568, -0.0244851634, 0.00401257165, 0.0503266901, 0.0180707015, -0.0358588248, -0.0286390223, 0.00474373531, 0.00152237527, 0.0274945926, -0.0160361566, -0.0236233082, -0.00916250888, -0.0131326942, -0.0335699655, -0.00158507167, 0.0467944965, -0.0410017, -0.0105118072, -0.00455299718, 0.0179011561, -0.00844194181, -0.00429514702, -0.0165165365, 0.0186641086, 0.0145102497, -0.0219419841, 0.0268305391, -0.00415739138, -0.00648157438, 0.0144113488, 0.0106601594, 0.0271413736, 0.0154427486, -0.000710853899, -0.0281162579, -0.0385998078, 0.0107378671, -0.0223658476, -0.0103351977, -0.00233477983, 0.0293030757, -0.0184380487, 0.00685245497, 0.0085479077, 0.0309420135, -0.000234670093, -0.0101797814, -0.0175196789, -0.0351241305, -0.0148493405, -0.00901415758, -0.00792624149, 0.0115997223, -0.00110557652, -0.0124615775, -0.00447882107, -0.0181554724, -0.0394757912, -0.000143164201, 0.0166436937, -0.0199639555, -0.00421037432, 0.00655221846, -0.00137578929, 0.0115432078, -0.018833654, 0.0255872086, 0.00271095824, 0.0136413304, -0.0317332223, 0.00871745311, 0.00351453223, -0.0192857757, -0.0166013073, -0.0112676965, 0.00166984438, -0.00562325167, -0.00835010502, 0.0034103326, 0.0101444591, 0.00279749697, 0.0137261031, 0.00383949396, -8.1295635e-05, -0.0288085677, -0.00245487434, 0.0340503417, -0.0103634549, -0.00946627744, -0.00898589939, 0.00155416504, -0.0201476309, 0.000608420291, -0.00569036324, -0.00531241857, -0.00777788972, -0.000803574, -0.0157677103, 0.00443643471, 0.0399844274, -0.017759867, -0.0239765272, -0.012284968, -0.0124474494, -0.0121790022, 0.00800395, 0.00702906447, -0.00682066521, 0.000728956365, 0.069174476, -0.00524177495, -0.00988307688, -0.0118116541, 0.00487442687, -0.0125604793, -0.0228462256, 0.000885255926, 0.0165306646, 0.0086468095, 0.00544310967, 0.021814825, 0.00245310832, 0.0350110978, -0.0189890712, -0.0145808933, 0.0120518431, 0.000375737058, 0.0065698796, -0.0236656945, -0.00685951905, 0.00908480119, 0.00227296632, 0.0131609524, 0.0192857757, 0.00761540839, 0.0221115295, 0.0140016144, -0.0218430832, -0.0180141851, -0.00565857347, 0.0067853434, 0.0236515664, 0.0131256301, -0.00962169468, 0.0541414581, -0.0369891264, 0.0160926729, -0.0260393284, 0.00818056, -0.0189042985, -0.0152166886, 0.00459185103, -0.0323831476, -0.00480025075, -0.00185263541, -0.00886580534, -0.0052665, 0.00955105, 0.00726925349, -0.00195330288, -0.00352512882, 0.014538507, -0.000804898562, -0.00488149095, 0.00212991261, -0.0132104028, -0.0110416356, 0.00359047437, -0.0244710352, 0.00105259358, -0.0194270629, -0.0146939242, -0.00476492848, -0.0147363106, 0.00207339739, -0.00611775881, -0.0172371026, 0.0142488675, 0.00524530699, 0.0027480463, 0.0238211118, 0.0259262975, 0.000279043277, -0.0195966084, -0.0123202903, 0.00242485059, 0.0311963297, 0.00418211659, 0.00847726408, 0.00903535075, 0.00673236046, -0.0119105559, 0.0405778363, -0.00448941765, 0.0118469764, 0.00972059555, -0.0139592281, -0.00227296632, 0.00543251308, 0.0105541935, -0.000772225729, -0.0323831476, 0.0166719519, 0.0149765, -0.0265620928, 0.000132015717, 0.00341386488, -0.00895764213, -0.0287096668, -0.0178022534, 0.0108367689, 0.012878377, 0.00615308061, 0.00393839553, -0.0180707015, 0.00440817699, -0.000906007539, -0.00771431, 0.0154144913, -0.00626257854, 0.0231853165, 0.00910599437, 0.0108226398, 0.00539365923, -0.0222952031, -0.0237645954, -0.00238246424, 0.00259086373, 0.0211790297, -0.0150471432, 0.0236515664, 0.00308360462, -0.000321871106, 0.00437991973, -0.025389405, 0.0108791552, -0.0121436799, 0.00713503035, -0.0190879721, -0.0442513153, 0.000558086555, 0.0170393, 0.0162904747, 0.01191762, -0.00157977338, 0.00144996529, -0.00335558364, -0.0305746645, 0.0197520237, 0.0328352675, 0.0200063419, 0.0321288295, -0.011564401, -0.0172371026, 0.0253046323, 0.0159089975, 0.0501288846, 0.0358305685, -0.0032125297, -0.00684892246, -0.0139874853, 0.0189042985, 0.0131821455, -0.0067853434, -0.0433188193, 0.00739641255, -0.0188760404, -0.00444349926, 0.00489562, 0.0466814674, -0.000960756559, 0.00493447389, -0.00424569612, -0.0251209587, 0.00585990865, 0.0125887366, -0.0174490344, 0.00912718754, -0.0218572114, 0.0403235182, 0.0302355736, 0.00271625654, 0.00649923552, 0.00540778786, 0.0100667505, 0.0239058845, 0.00267740246, 0.0085337786, -0.0272120163, -0.00059473305, 0.00427042181, -0.00855497178, 0.0171240736, -0.0182685032, -0.0158807412, 0.00946627744, 0.0197802819, 0.000176388901, -0.0156688094, -0.0134505918, -0.0131468233, 0.00736109074, 0.0256578512, 0.0133870123, -0.00463777, -0.00892232, -0.0118893627, 0.000159390227, 0.00867506675, -0.00698314607, 0.0395605639, 0.0252481177, 0.0126876384, -0.000843752641, -0.00243897946, -0.00718094874, -0.0403800346, -0.00329730241, -0.0190597139, 0.01024336, 0.00458831899, -0.0087951608, 0.0247677397, -0.00702200038, 0.0289357267, 0.036847841, 0.0229592565, 0.0177881252, 0.0326374657, -0.00744586345, 0.00348097645, 0.0161209293, -0.0247677397, -0.0269718282, 0.0256154649, -0.024795996, 0.00817349553, 0.00123891677, 0.0200628582, 0.0401822291, 0.0225212649, -0.00144908228, 0.021701796, 0.00685245497, -0.0142418034, 0.00728338258, 0.00494860252, -0.000634028693, 0.012157809, -0.0111264084, -0.00493094185, -0.00150559738, -0.00613188744, -0.00246900297, -0.00029096441, -0.0151884314, -0.00344212237, -0.0192857757, 0.0198650546, 0.0267457664, 0.000841103494, -0.00776376063, -0.0190597139, -0.0141005153, 0.0335417055, -0.035293676, 0.00829359, -0.0197661538, 0.00649217097, 0.0224364921, 0.0133163687, 0.0115997223, -0.0305464063, 0.015979642, 0.0369891264, 0.00219525816, -0.0298399683, -0.00247783354, -0.0200346, -0.0265055783, 0.00282928674, 0.00789798424, 0.0357457958, 0.00843487773, 0.0275793653, 0.0218430832, 0.00637207646, 0.0177033525, -0.011331276, -0.0333156474, 0.0201335, 0.0189042985, -0.0230722856, -0.0222952031, -0.0200063419, -0.0074387989, 0.0158666112, -0.017632708, 0.0035410237, 0.0290205, -0.00764366612, 0.0315354206, -0.0203313045, 0.0236798227, 0.0261382293, 0.0113877906, 0.012631123, -0.015018886, -0.0170251708, 0.0284270905, 0.00687011564, 0.0263077747, 0.0229168702, -0.0159089975, -0.00423509954, 0.00551375374, -0.00986894779, 0.0114725633, -0.00774256745, -0.0145808933, -0.0217865687, -0.0134647209, 0.0144961206, -0.0132951755, -0.0151319159, -0.0160502866, -0.0209247135, -0.00782027561, -0.0178305116, -0.0134859141, -0.00360283721, -0.00333968876, -0.0034156309, 0.00276040891, -0.00365582, -0.00501571456, -0.00632262602, 0.0100031709, -0.0119458772, -0.00352866109, 0.00726218941, -0.0204725917, 0.0186075941, 0.0112253102, -0.00117003906, 0.00398784596, -0.0306876954, 0.00644272054, -0.01670021, -0.0151743023, 0.0120306499, -0.0205997508, 0.00753063615, 0.000341960462, -0.00724806031, 0.0126169939, 0.029444363, -0.0248807687, -0.00769311702, -0.00849845726, -0.0154286204, -0.00225177314, -0.00616720924, -0.00192681141, 0.0108650262, 0.0220691431, -0.00712443376, 0.0151601732, 0.0134647209, -0.0027303854, -0.000673324335, -0.0163046047, 0.00388894486, 0.0116491737, -0.0419059396, 0.0410864726, 0.0121648731, 0.0169403981, 0.0174772926, 0.0226060376, 0.00745999208, 0.02359505, -0.00378297898, -0.0208116826, -0.00329730241, -0.00335911568, -0.00522411382, -0.0167567246, -0.0152449459, -0.028497735, -0.00524883904, -0.00176962884, -0.0305464063, -0.0156546813, 0.0218006968, -0.0127441529, 0.00015674108, -0.0109992493, 0.0168697555, -0.000517907843, 0.022888612, 0.00308360462, 0.0282292888, 0.0164741501, -0.0160220284, 0.00439051632, -0.00952279288, 0.00347391213, -0.00169192057, 0.0359153412, 0.0124898357, 0.00801807828, 0.0131397592, 0.0402952619, -0.0205291063, -0.0241602026, -0.00150648039, 0.00277807, -0.0155416504, -0.00433046883, 0.0163046047, -0.0400126837, 0.00902122166, -0.029077014, 0.0137967467, -0.0131397592, 0.0286531523, 0.00809578691, -0.00306947599, -0.00974885374, 0.019667251, -0.0239906572, 0.00894351304, 0.0119105559, -0.0351241305, 0.0204584636, -0.022168044, 0.0216311514, 0.00236480334, -0.0248525124, -0.00637207646, -0.0269294418, -0.0122143244, -0.0102080386, -0.0112888897, -0.0131468233, 0.032552693, -0.0110698938, 0.00348804076, -0.0139239058, -0.0180283152, 0.00267563644, -0.0279608425, -0.00852671452, 0.0132669182, -0.00662286254, 0.0240330435, 0.0248807687, -0.00140669593, -0.0145950224, -0.0198367964, 0.000545282324, -0.000468898652, -0.00392779894, 0.000585461035, -0.00665465184, -0.0125816725, -0.0259262975, 0.0208116826, 0.0039560562, -0.0111758597, -0.0212072879, 0.0124827707, -0.013952163, -0.00110469339, 0.0180707015, -0.0117833968, 0.00132987078, -0.00765779475, -0.00874571, -0.0109921852, 0.00706438627, -0.0107943825, 0.00555614, -0.0116279805, -0.00862561632, 0.00219702418, 0.00342622749, 0.00131220976, 0.0102151027, -0.00181907951, 0.00166807824, 0.00884461217, -0.0309702698, 0.0257284958, 0.00762247294, 0.0193564184, -0.0139662921, 0.0149482414, 0.0196813811, 0.0123838698, -0.0198509265, -0.00447175652, -0.0158242248, 0.00896470621, 0.0083712982, 0.0196389947, 0.008109916, -0.0269153118, 0.0270142145, -0.000471547799, -0.0157111958, -0.0308289826, 0.00185086927, 0.0147786969, -8.56005e-05, 0.0052665, -0.018000057, 0.0107025458, -0.00705378968, 0.00152149226, 0.00719507784, -0.00289816456, 0.036141403, -0.00120624399, 0.00113118486, -0.0166295655, -0.0198650546, 0.00593408477, 0.00694782427, 0.0211366452, -0.000550139113, -0.0182261169, 0.00610716222, 0.0184945632, 0.0110275075, -0.00593055226, -0.0231146719, 0.0106954807, -0.010730803, 0.0111405374, 0.00117710338, -0.00715269148, 0.0101091368, 0.00998904277, 0.00253611477, -0.015612294, 0.0142135452, -0.000109829132, -0.00645331712, 0.00780614698, -0.0161209293, 0.0212355461, 0.000385229825, 0.00221645134, 0.0023965931, 0.00385009055, 0.0164035056, -0.0382607169, -0.019667251, -0.0122990971, -0.0179152843, 5.61218576e-06, -0.00306064542, 0.00541838445, 0.00190208608, -0.00031546902, -0.0187064949, 0.0433470756, -0.000923668558, 0.0118752336, 0.00425629271, -0.0173925199, -0.00442937, -0.00411147298, 0.00348274247, 0.00181024906, -0.00108526635, -0.00314895017, -0.012631123, -0.00649923552, 0.00829359, 0.0131044369, 0.0216028932, 0.00601179292, 0.00323372288, -0.00101197336, -0.0204160772, -0.00529475743, -0.0108579621, -0.0160502866, -0.0277489107, -0.00173960521, 0.0127300248, 0.0342198871, -0.00852671452, -0.00537953, -0.00028125089, 0.00205397047, -0.00265620928, -0.0113454051, 0.000170759464, 0.0202182736, 0.00145261444, 0.0038077042, -0.00929673295, 0.000366465043, -0.00933911931, -0.0143548334, -0.0304616336, -0.00726925349, 0.00490268413, -0.0209105834, -0.0224506203, -0.0326939821, -0.0232700892, -0.0135494936, -0.0302638318, 0.014665666, -0.00470134942, -0.0350393578, 0.012871312, 0.00608596904, 0.000492299441, -0.00538306264, -0.000710853899, -0.00502631115, -0.00191268267, -0.00360990153, 0.00984069053, 0.0172371026, -0.00314365188, -0.00695842085, 0.0214192197, 0.00933911931, 0.0108014466, -0.00472254213, -0.0173077472, -0.0158242248, 0.0151319159, 0.0215181205, -0.010137395, 0.00906360801, -0.00418211659, 0.0113100829, -0.00536893355, 0.00439404836, -0.0133022396, -0.0255730785, -0.0137967467, -0.00349687133, -0.0189466849, -0.00610362971, -0.00506516499, -0.0212072879, 0.0220267568, -0.0168414973, -0.00584224751, -0.0114796283, 0.00101197336, -0.000818585802, 0.00393839553, 0.00992546324, 0.0237787254, -0.0143265761, -0.00105612574, -0.0284270905, -0.0214898642, 0.0150895296, -0.000212593877, 0.00550668919, -0.0138391331, 0.01359188, -0.00194270629, -0.0455794223, 0.00190915039, 0.000512168044, -0.0204443336, -0.0217865687, 0.0151319159, 0.042781923, -0.0321288295, 0.00243721344, 0.0126947025, 0.0155981649, 0.0402952619, 0.019073844, -0.0186358523, -0.0194129348, -0.0145808933, 0.00938857, -0.00737521937, -0.0122143244, -0.000796509557, 0.0108014466, 0.00548902806, -0.0167567246, 0.00464483397, -0.00482497597, -0.011324212, -0.00193210971, -0.011924684, -0.00352159655, -0.0118893627, -0.019907441, -0.00667937752, 0.00863974448, 0.0179435425, -0.00170075102, 0.0343329199, -0.0195259638, -0.0102151027, 0.0108932843, 0.012631123, -0.00971353147, 0.00551022124, -0.0131821455, -0.0282999314, -0.00824413914, 0.0100173, 0.00472607464, -0.00378297898, 0.0101515232, 0.012405063, -0.00752357161, -0.00277983607, 0.00495919911, 0.0132104028, -0.0036770131, -0.03337216, 0.0191727448, -0.00329200411, 0.0315354206, 0.00339973602, -0.00499452138, -0.00320016709, -0.00290522887, 0.00252551818, 0.000902475382, -0.0192292593, 0.0231994446, 0.00370173855, 0.011204117, -1.4597892e-05, 0.00515700225, -0.0101868454, -0.00275511062, 0.0182826314, -0.00928966794, -0.0127936043, -0.00207869569, -0.0173218753, -0.00510048727, 0.00549256057, -0.015499264, 0.0091695739, -0.0016936867, -0.0154427486, 0.0167143382, 0.00265091099, -0.00214933953, 0.00648157438, -0.0235244073, 0.0212214161, -0.00560912304, -0.0118116541, 0.00718448125, 0.0240189135, 0.0146515379, 0.0188053977, 0.0186075941, 0.0140863862, -0.00399844255, -0.0114372419, -0.00699021062, 0.00364522333, -0.00156741077, -0.021461606, -0.00411853753, -0.00403376482, -0.013711974, 0.024795996, -0.00162834104, 0.0180424433, 0.0178446397, 0.025516564, -0.0289639849, -0.0020910583, -0.0123485476, -0.0120730363, -0.00406202208, -0.00994665641, 0.00468722032, 0.0033432208, -0.01024336, 0.0325244367, 0.00371233514, 0.00543604558, 0.0266751237, -0.0300660282, 0.0164882783, 0.0065698796, 0.00314188586, 0.012157809, -0.0197661538, 0.0193705484, 0.00672529591, -8.11300633e-05, 0.00991839822, -0.00863268, -0.0155981649, 0.00900709257, 0.0139239058, -0.00814523734, 0.0203313045, -0.00331143127, 0.00835010502, 0.00518879201, 0.00235773902, -0.00806046464, 0.00032319568, 0.0163469911, 0.0111052152, 0.00270212791, -0.00847019907, -0.00684185838, -0.00534067629, 0.00765073067, -0.0171523299, -0.00525943562, 0.0154144913, -0.00196566549, 0.00129454886, 0.0209247135, 0.00196919776, -0.000700698816, 0.00363462674, -0.030631179, -0.042132, -0.0111264084, -0.00637207646, -0.00648510689, -0.024795996, 0.00308537087, -0.00208399398, 0.0185934659, 0.0184663069, -0.00989720505, -0.0222952031, -0.0029688084, 0.00291405944, 0.000478170667, 0.0221539158, -0.0204302054, -0.000873776327, -0.0147221815, -0.0136837168, 0.00537599809, -0.00843487773, 0.0163046047, -0.011084022, -0.0102645531, 0.0113807265, 0.00390307349, 0.0115855942, -0.00263325, -0.00360813551, 0.00132987078, -0.0233972482, -0.00126717438, 0.0152025595, 0.0146232797, -0.0296421666, -0.00156652764, -0.0199498273, -0.0155840367, -0.0211507734, -0.00435519405, 0.0153155895, -0.00480378279, 0.0195118356, -0.00654868642, -0.00162922416, 0.0334004201, -0.00254141307, -0.00555967214, -0.0087951608, 0.00106142403, -0.0110063143, 0.0080251433, -0.00289110024, -0.0198650546, 5.76740931e-05, 0.00254671136, -0.0102928113, -0.0133304968, 0.0178022534, -0.00923315343, 0.00857616495, -0.00989014097, 0.0465966947, 0.00467662374, -0.00734696211, 0.00958637241, 0.0173925199, -0.00859029405, 0.000885255926, -0.00179700332, 0.0127724111, -0.0166436937, -0.00139168417, -0.0121931313, 0.00451767538, 0.0250644423, -0.00184910314, -0.018113086, -0.0083712982, 0.0309137553, 0.00711736921, -0.0082865255, 0.0030588794, 0.00715975557, -0.00250609103, -0.00228532893, 0.00348274247, 0.0254600495, 0.0146797951, 0.0106954807, -0.0178870261, 0.00759421568, -0.0123202903, -0.0170675572, -0.00788385514, -0.0284694768, 0.00872451719, 0.00997491367, 0.0144466702, 0.00266503985, 0.0101656523, -0.012284968, 0.00348627474, 0.00725512486, -0.0180848297, 0.00513934111, 0.00401257165, -0.000766485929, -0.0334851928, 0.00219172589, -0.000142943449, -0.0149341132, -0.0123768048, -0.012645252, -0.00147998892, 0.00572568504, 0.011444306, -0.00190208608, -0.0170958154, 0.00366288447, -0.00769311702, 0.00588463387, -0.0077001811, 0.01169156, 0.00164335291, -0.00143760268, -0.0247677397, 0.0183956623, -0.00678887544, -0.00546783535, 0.0150471432, 0.00895057805, 0.015386234, 0.0287520532, 0.00651689665, -0.0123697408, 0.00693016313, 0.0218995977, 0.0419342, -0.0236374363, 0.0131044369, 0.0108085116, 0.00505456841, 0.00880929, 0.000866711896, -0.0179294124, 0.0256013367, -0.0168838836, 0.0129348915, 0.00357457949, -0.00986188371, -0.000154533453, 0.0125322212, -0.0303486045, 0.00359577266, 0.00635088328, -0.0239765272, 0.00510755135, -0.00687364815, -0.0046271733, 0.00816643052, -0.016219832, 0.0274522062, -0.00577513594, -0.0168980118, -0.00974885374, -0.00212991261, 0.0203171764, -0.0163752474, 0.00842074864, -0.0234678928, 0.000881282205, 0.0114089837, 0.0128501188, 0.0139733562, -0.00106937147, -0.00699374266, 0.0107096098, 0.0105400644, 0.00415032683, 0.00363815902, 0.0134011414, -0.0139945494, -0.0203313045, 0.0207692962, -0.00595527794, -0.0243580043, -0.015146045, -0.0157677103, 0.00851258542, -0.0120801013, 0.00297587272, -0.00750237843, -0.00643212395, 0.0130479215, 0.0211366452, 0.000847284857, -0.0123838698, -0.0153297186, 0.0244710352, -0.0110204425, -0.0117622036, 0.0163893774, 0.0373564772, -0.0104623567, -0.0140157426, 0.0002089513, 0.0121436799, 0.0118681695, 0.00575394277, 0.0173783898, -6.20893334e-05, -0.0213909615, -0.0179859288, -0.0111052152, -0.00318250619, 0.0145526361, 0.00139698246, -0.00660166936, 0.0342198871, -0.00623432128, 0.002175831, -0.00103758171, -0.0119882636, -0.0162480883, -0.00578220049, 0.00818056, 0.0115432078, 0.009416827, 0.0165024064, -0.0183956623, -0.0241460726, -0.0352371596, -0.016332861, 0.00623078877, 0.0145808933, -0.00733989757, -0.0136554595, 0.00884461217, -0.0130337933, -0.0195966084, 0.0110628288, 0.00493447389, -0.0336264782, 0.00644272054, 0.0101444591, 0.0149623705, -0.0051499377, -0.00772843882, 0.0243721325, 0.00830065366, 0.0113383401, -0.00759421568, 0.0260393284, -0.00475433189, -0.0196955092, -0.00782027561, 0.010850898, 0.0112959538, 0.0322136022, -0.00773550337, -0.0109286057, -0.0102645531, 0.0123273544, -0.00446822448, 0.00820881687, -0.0117551386, 0.0106813526, -0.0186641086, 0.0138956485, 0.0175338071, 0.00962169468, 0.0111264084, -0.00638267305, -0.00344565441, 0.015146045, -0.00540778786, 0.0151036587, 0.00798275694, -0.00992546324, 0.00991133414, 0.0198933128, -0.00973472465, -0.00770724565, -0.00220938679, -0.00238069822, -0.00923315343, -0.0248666406, -0.00835010502, 0.00350393564, 0.000174843561, -0.00307830633, -0.0244710352, -0.0157959685, 0.00377238239, 0.0242873598, 0.00535127288, -0.0259262975, 0.00784146879, 0.0156405512, -0.0214474779, -0.00551375374, -0.0239200126, -0.0116774309, 0.00305181486, -0.00768605247, -0.029444363, 0.00749531388, 0.0118469764, -0.00488149095, 0.00263678236, 0.025149215, 0.0118116541, -0.00101197336, -0.0113383401, -0.000711295404, -0.00845607091, -0.0218572114, -0.0164882783, -0.0163469911, -0.0406908654, 0.0271696299, 0.00363815902, -0.0109780561, -0.00453886809, -0.0182261169, 0.00150648039, -0.000801807852, -0.00238776254, -0.00887286942, 0.0121507449, 0.00684185838, 0.00872451719, -0.00640739873, 0.00703259651, -0.017759867, 0.00912012253, -0.000840220484, 0.0159372557, 0.00314011984, -1.83508473e-05, -0.0309137553, -0.00406908663, 0.00376531808, 0.0229168702, 0.0121436799, 0.0103422618, 0.000503337535, -0.00490974868, -0.00989014097, -0.00430574361, -0.0112959538, -0.00946627744, -0.0265197065, 0.0217300523, 0.00461657671, 0.00106319017, 0.00142612297, 0.0149341132, -0.00772843882, -0.0114372419, 0.0186782386, -0.00795449875, -0.00441524154, -0.00584931206, 0.0103634549, -0.0152025595, -0.00676415, -0.0161491875, 0.00470488146, 0.010533, 0.00184910314, 0.00826533232, -0.00125127949, -0.0208964553, 0.00435872655, -0.000131905341, -0.00626611058, 0.0117480746, -0.00919783115, -0.0184097905, -0.0201476309, 0.000532036589, -0.00175903225, 0.00909186527, 0.0138532622, 0.0161915738, 0.0112535674, -0.0279184561, 0.00234184414, 0.0321005732, -0.0132527892, 0.00697608152, -0.0168132391, 0.00488502346, -0.00720920647, -0.00456359377, -0.0105541935, -0.00176079827, 0.00836423319, 0.0152732031, -0.0126523161, 0.00933205429, -0.0157677103, -0.0162904747, 0.00986894779, 0.0127370888, -0.015499264, 0.0123202903, -0.00286814081, -0.000103206272, 0.022535393, -0.00677827885, 0.0164458919, 0.00382536533, -0.0154427486, -0.0302355736, 0.00759421568, -0.0295856502, 0.0186782386, 0.00120447786, 0.017053429, -0.00448235311, -0.009777111, -0.0137261031, -0.0109286057, 0.00206280081, -0.000263369147, -0.00594468135, -0.00340150204, -0.00165218336, -0.0146374088, 0.00138197059, 0.0220267568, -0.00974885374, 0.00324608549, 0.000666701468, 0.00793330558, -0.0145950224, 0.00781321153, 0.00174313737, 0.00459538354, -0.00542898104, 0.00270566, -0.0286390223, 0.00777082518, -0.0209529698, -6.30827635e-05, 0.0110769579, 0.00380063988, -0.0210094862, -0.00767192384, 0.0222386885, -0.0229733847, -0.0186358523, 0.0044470313, -0.00970646739, -0.0276076216, 0.0061142263, 0.00842074864, -0.0011877, -0.0130479215, 0.0330330729, 0.0265479647, -0.012044779, -0.02026066, -0.00823707506, -0.00894351304, 0.00623078877, -0.0244992916, 0.00537953, 0.0179152843, -0.0217724387, -0.0177316107, 0.0123626767, -0.000456094451, 0.00736815529, -0.000856998377, 0.0193564184, -0.0118469764, -0.00349157304, 0.0237080809, 0.00410087639, 0.0133658191, 0.0116067873, -0.0154144913, -0.000349687121, 0.0135494936, -0.000528062868, 0.0200204719, -0.0295291357, -0.0149199842, 0.0110063143, -0.0136695877, 0.023128802, -0.00873158127, 0.000190186533, 0.00441524154, -0.00706791878, 0.00195860118, 0.000315248239, -0.0115078855, 0.00636854442, 0.00668290956, -0.00188972335, 0.0176892243, 0.00803927146, -0.00372646376, 0.00510048727, 0.00567976665, -0.00989014097, 0.00337324454, -0.00713149831, 0.0314506479, 0.0048532337, -0.0228603538, -0.0127724111, 0.00250785728, -0.0100173, 0.0168273691, 0.0127794752, 0.0112253102, -0.0220691431, -0.012044779, 0.0104340985, 0.0161915738, 0.00373706035, 0.0116491737, 0.00109144766, 0.00358870835, -0.0016424699, 0.00292465603, -0.00372999604, 0.0179011561, 0.0298117101, 0.0096782092, 0.00468722032, -0.000537334883, 0.00808165781, -0.00282575469, 0.0161774457, -0.00793330558, 0.00397018529, -0.00362756243, -0.000830506906, -0.0102080386, 0.0282010306, 0.0155981649, -0.0150612723, -0.0282858033, -0.00227826461, 0.00406555459, -0.0133799482, 0.00421743887, -0.0314789079, 0.0269294418, 0.0144184129, -0.0005722153, 0.0244569052, 0.0027710055, 0.0190314576, 0.0011559102, -0.0280456152, 0.0149906278, -0.00222351565, 0.0111899879, 0.00365582, 0.00503337523, 0.00959343649, 0.0019603672, 0.00538306264, 0.00898589939, 0.00770724565, -0.0173642617, -0.00208046171, -0.00110027823, -0.00756595796, -0.00900002848, 0.0147786969, -0.0174631625, -0.00674295705, 0.00480731484, 0.00962169468, 0.00620253151, 0.0159937702, 0.00177492714, -0.00207516341, 0.0135494936, -0.00226943404, 0.0120306499, -0.00355868461, -0.00478965417, 0.00735402619, 0.0176185798, -0.0124403844, -0.0154427486, 0.0269718282, -0.0125816725, 0.0285542496, -0.00132104033, -0.0146091515, -0.00636501238, 0.0117904609, 0.00501218205, -0.00846313499, -0.020613879, -0.00113560015, -0.0183250178, -0.00932499, 0.0168556254, -0.00321429595, 0.00727631804, 0.00277983607, 0.00278513436, -0.0155416504, 0.00469428487, -0.00448588561, 0.00386421941, 0.00272332109, -0.00758008659, 0.013111501, -0.0120306499, -0.0238211118, -0.0301790591, -0.0109851211, -0.00242131855, 0.00839249138, 0.0111052152, 0.0182967614, -0.0112111811, -0.0105612576, 0.0173218753, 0.00245487434, 0.008109916, -0.00608243654, 0.00377238239, 0.00844194181, -0.0150047569, -0.0109851211, 0.00450707879, 0.018833654, 0.0189184267, 0.0117339464, 0.0141711589, 0.00608596904, 0.0182402451, 0.0159937702, -0.018833654, -0.00649217097, -0.00309773348, 0.00895057805, -0.00379004329, 0.00724806031, 0.00330613297, -0.0121224876, -0.000382580678, -0.00229239347, 0.00842074864, 0.00921196, -0.0223941058, 0.00750237843, 0.0181413442, -0.010257489, 0.00584578, 0.013118566, 0.00454593264, 0.0285825077, 0.00757302251, -0.0178870261, 0.00976298191, 0.0117339464, 0.00156564463, -0.0162763465, 0.00412913412, 0.0126664452, -0.00266503985, 0.00210871943, 0.0148210833, 0.0149906278, 0.00518172747, 0.00326904492, 0.00850552134, -0.00930379704, 0.00990427, 0.00217936328, -0.0258415248, 0.0028434156, -0.00381476874, 0.0187488813, -0.0376107953, 0.00538659468, 0.0191444866, -0.010250425, 0.0282292888, 0.00564444484, 0.0260675866, 0.00220232247, -0.00202571275, -0.000100336365, -0.0133022396, 0.0175903216, -0.0133304968, -0.00167690869, 0.0250785723, 0.00934618339, -0.00694782427, -0.00289463229, -0.00868919492, -0.0145243788, -0.00442583812, 0.0365652628, -0.00346861384, -0.0303203464, -0.0200487282, 0.00460244762, 0.0331743583, -0.00780614698, -0.000976651441, -0.00311362837, -0.00306770974, -0.000690985296, -0.0245134216, 0.00390660577, 0.0370739, -0.0230581574, -0.0170393, 0.00921196, 0.00588463387, -0.0174914207, 0.0027480463, -0.00563738029, 0.0139733562, -0.0226060376, 0.0137967467, -0.0157677103, -0.0100950086, -0.00488149095, -0.034813296, 0.0402104892, -0.000371542585, 0.0164317638, 0.00366288447, 0.0234255064, 0.00282752072, 0.00244604377, 0.0123202903, -0.0174914207, -0.021108387, -0.0359435976, -0.000168331084, -0.00359753892, -0.0152449459, 0.00503690774, 0.0309420135, 0.00151796, 0.0102221668, -0.030998528, 0.0108791552, 0.00186676416, 0.0200911146, -0.00540778786, -0.00866093766, 0.00283281901, -0.00754476478, -0.00624491787, -0.00981243327, -0.00506516499, -0.0106954807, 0.0125251571, 0.00710324058, -0.00738934847, 0.00264737871, -0.00847726408, -0.0115714651, -0.013711974, 0.0085479077, 0.0120942295, -0.0118328473, -0.0062943683, -0.0106813526, 0.00734696211, -0.0219137277, 0.0230016429, 0.0190879721, 0.00414679479, 0.0435448773, 0.0104482276, 0.0038571551, -0.00200451957, 0.00790504832, -0.01013033, -0.0156405512, -0.0034509527, -0.0132669182, 0.00894351304, -0.0135141714, 0.00479318621, 0.00813110918, 0.0091695739, -0.00894351304, -0.0141287725, -0.010370519, 0.0133234328, 0.0260110702, 0.0105188712, 0.00325138378, 0.0255306922, 0.0198085401, -0.0129136983, -0.0145243788, -0.00647097779, 0.00916250888, 0.0322418585, 0.00695488835, -0.00500511797, 0.0281445161, -0.0133022396, 0.00639326964, -0.00758008659, -0.00489562, -0.0142135452, -0.0281869024, 0.00116827292, -0.011557336, 0.00425982522, -0.0171382017, -0.0142418034, 0.000471106265, -0.0125534143, -0.00410794094, -0.020741038, 0.0167849828, 0.00666878093, 0.00616720924, 0.0125746075, -0.00550315715, 0.0327787548, -0.011444306, -0.0371869318, 0.0326657221, 0.00315954676, 0.00300766248, 0.00429514702, -0.0132457251, -0.000601797423, 0.00126452523, 0.00645684917, 0.00020552949, 0.0104552917, -0.00217053271, 0.0173218753, 0.00142612297, 0.00608243654, -0.0208964553, 0.0137331672, -0.0138532622, -0.0142912539, 0.0227190666, 0.0121012945, -0.00262971781, 0.0495072193, -0.007749632, 0.0350958705, 0.0136766518, 0.00266503985, -0.011557336, 0.000974885304, -0.0135636218, 0.00694782427, -0.0248525124, 0.000894527941, -0.0126028657, 0.00106937147, 0.02360918, -0.0254176632, 0.00325315, -0.00305358111, -0.0149482414, -0.0279467124, -0.0373564772, -0.00393839553, -0.000806664641, -0.00563031621, -0.00741054164, 0.024682967, -0.00387128373, -0.00898589939, -0.0195259638, 0.00417858455, 0.00567623461, -0.00331319729, -0.0102786822, -0.0132174669, -0.0144113488, 0.00895764213, -0.0247677397, 0.00172547635, -0.00973472465, 0.00259616203, 0.0185369495, -0.0146797951, -0.00933205429, -0.00780614698, 0.00569036324, 0.00434106542, 0.00927554, 0.00317014335, -0.00212461432, 0.0211225152, -0.0179011561, 0.0201335, 0.0150612723, -0.00236833561, -0.0203736909, 0.0230440293, 0.00551375374, -0.0201758873, -0.00268976507, -0.00208752626, -0.005902295, 0.0137049099, -0.0145102497, -0.00933205429, 0.00111529, -0.00242485059, 0.000471547799, 0.010250425, -2.25867207e-05, 0.00472607464, -0.017293619, -0.0115926582, 0.021828955, -0.0191303585, 0.00127335568, -0.0309420135, 0.0089929644, -0.00845607091, 0.000666701468, 0.0124474494, 0.0197378956, 0.0107096098, 0.00435519405, 0.041369047, -0.00150206522, 0.0290487576, 0.00200628582, -0.00997491367, -0.0146091515, 0.0140086785, -0.0032849398, -0.0171805881, -0.0229733847, 0.00280279526, -0.00149764994, -0.0105824508, 0.039221473, -0.0132598532, 0.00208399398, -0.0282858033, -0.00215110579, -0.0173360035, -0.0277912971, 0.00614601607, -0.0124333203, 0.00625198195, 0.00395958871, 0.0200346, -0.00504750432, -0.0202324037, -0.0221256576, -0.00340856658, -0.0194270629, 0.00349333906, -0.00189502165, -0.0118611045, -0.0121931313, 0.0125463502, -0.00500511797, 0.00581752229, 0.0123485476, 0.00570449186, 0.00313658756, 0.0127441529, -0.00201335014, 0.0125392862, -0.00148705335, 0.00762953749, -0.00464836648, 0.0103987772, 0.0136837168, 0.021461606, -0.00236656936, 0.0112465033, 0.000930732931, -9.60315e-05, -0.0180848297, 0.0286107659, 0.0192575175, -0.007749632, -0.00791917741, -0.0266186073, 0.0120659722, 0.0113948556, -0.0118611045, -0.00464483397, 0.00229592551, 0.00012649667, 0.0130691146, -0.0164600201, 0.00531241857, 0.00806046464, 0.0032796415, 0.019667251, -0.019186873, -0.0151601732, -0.0124545135, 0.00167955784, -0.0102786822, 0.0188195258, -0.00125392864, -0.0138038108, -0.0277206525, -0.00883754715, -0.000752357184, -0.032439664, 0.00266857189, 0.005722153, -0.0113665974, 0.0103846481, -0.00388188032, -0.0226766802, -0.00979830418, -0.0136837168, 0.00865387358, -0.0144678634, 0.0110204425, -0.0177457388, -0.0198226683, -0.0118822977, -0.0127724111, 0.011444306, -0.0103917122, -0.00796156377, -0.00256260624, 0.0160502866, 0.000675973482, -0.00325668207, 0.0411712453, -0.00227649859, -0.000894969446, 0.012871312, 0.0233972482, -0.00904241484, -0.0119388131, 0.0263077747, 0.00324961776, 0.0118540404, 0.00401963573, 0.00968527421, 0.0174772926, 0.0124615775, 0.00104729529, -0.000126055151, -0.00237363391, -0.0373847336, 0.00239835912, 0.00960756559, -0.00840662, 0.00441170949, 0.0147221815, 0.00742467027, -0.00209635659, 0.0116350446, -0.00273215142, 0.0162339602, 0.0143830907, -0.0155699076, 0.0104835499, -0.0113454051, 0.00731870439, 0.00132545549, 0.0220832713, -0.0250079278, 0.0471901, -0.00445056334, -0.0095157288, 0.00454240059, -0.000538217952, -0.0230864156, 0.0216170233, 0.0165447928, 0.000596940634, -0.000538659457, 0.000573981379, -0.0104623567, -0.00464130193, -0.00510755135, -0.0107237389, 0.0197944101, -0.0120518431, -0.0133799482, -0.00282575469, -0.0298682265, 0.0207692962, -0.000245487434, 0.0167567246, 0.00705732219, -0.0104199704, 0.00758008659, 0.000722775061, -0.00754476478, -0.0163752474, 0.00595881, 0.0166719519, -0.022408234, -0.00648510689, -0.00776376063, -0.00929673295, -0.0077001811, -0.00228003063, -0.00320016709, 0.00595174544, -0.010843833, 0.00841368455, -0.0210377425, 0.00150559738, 0.0176892243, 0.0110628288, -0.00302885566, 0.00849845726, -0.00548902806, 0.0264490638, 0.0143689625, 0.0185793359, -0.012638187, -0.0026173552, 0.000828299322, 9.24441192e-05, 0.00239835912, -0.0173783898, 0.0207692962, 0.00305711315, -0.008109916, 0.00883754715, -0.0149482414, 0.0192151312]
|
16 Nov, 2020
|
HTML5 MathML rquote Attribute
16 Nov, 2020
This attributes holds the opening quote that depends on the dir attribute and the default value is the “. This attribute is accepted by <ms> tag only.
Syntax:
<element rquote="quote">
Attribute values:
quote: This value can be any closing quote.
Example: Below example illustrates the rquote in HTML5 MathML.
HTML
<!DOCTYPE html>
<html>
<body style="text-align:center;">
<h1 style="color:green">GeeksforGeeks</h1>
<h3>HTML5 MathML rquote Attribute</h3>
<math>
<ms lquote="„" rquote=" “" mathcolor="Yellow"
mathbackground="Purple">
A Computer Science Portal for Geeks
</ms>
</math>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML rquote attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute
|
https://www.geeksforgeeks.org/html5-mathml-rquote-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML rquote Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0215231869, 7.86730088e-05, -0.0180218071, 0.0552864932, 0.0334249362, -0.045929864, 0.0268929508, 0.0279816147, -0.00127256033, -0.0105041396, 0.00401628856, 0.0149764903, 0.0134906108, -0.0104820719, -0.00296256458, 0.00708367396, -0.00736319553, -0.0100260098, -0.0402217321, 0.0115486691, -0.00933456048, 0.0156385154, -0.0398098044, 0.0213907827, -0.0250245668, 0.00306186825, -0.0136524392, -0.00904032681, 0.018904509, 0.0125417067, -0.00392434048, -0.00310784229, 0.0169037208, -0.00779719045, -0.0318949223, 0.0263191946, -0.00998923089, 0.0603767335, -0.04239906, -0.00432891166, 0.0171979535, 0.00110429549, -0.00539918663, 0.0154178403, 0.0147484588, 0.0094743222, 0.0160945784, -0.000712137262, -0.00815762673, -0.0322774239, 0.0283788312, 0.0252305306, 0.0535799377, 0.00767214084, -0.00622304063, 0.00154288742, 0.016918432, 0.0164623689, -0.0379855558, -0.0267605465, -0.014777882, -0.0025929336, -0.0203609653, -0.0244655237, -0.0530503169, -0.0251716841, -0.00791488402, 0.0154472636, -0.00376067311, -0.0307768341, -0.00197688187, 0.0384563319, 0.0125784865, 0.0133214258, 0.00176540157, -0.021434918, 0.00664600125, 0.000420432218, 0.0264810231, 0.019125184, 0.0311299153, 0.0137112858, -0.0306002945, 0.000579732121, -0.00033813878, 0.0106291883, 0.00378825748, -0.0368674695, 0.0138804698, -0.00981269, -0.0376324765, 0.0276285354, -0.00149047701, -0.0150059136, -0.0311004911, -0.0106218327, -0.0199490376, 0.0298647098, -0.029114414, 0.0203168299, -0.0136524392, 0.0312181842, 0.0143144643, 0.0167566035, -0.0201697126, -0.00428845454, 0.0164770819, 0.00765007362, 0.0180365201, 0.0382503681, -0.0145351393, -0.00874609407, -0.00640325854, -0.00590673927, -0.00965086184, 0.0151530299, -0.0194194168, -0.0306002945, 0.0228619501, 0.0213319361, -0.0689683557, -0.00827532, 0.0132699348, 0.0298352875, 0.000197803136, 0.00201733899, -0.0314535722, -0.0284965243, 0.0136524392, -0.00583685888, -0.022302907, 0.0140202306, -0.0322185792, -0.0239653271, 0.0167860258, 0.0234798416, -0.0100112977, -0.00131577591, -0.00435097935, -0.0197577868, -0.0546391793, -0.0326010808, 0.0297617279, 0.00943754241, -0.079854995, -0.0273784362, 0.0109675573, 0.0245832168, -0.00181873143, 0.0149323549, -0.0107468823, 0.0131743094, 0.0236269571, -0.0250245668, 0.0212730896, 0.00659451028, -0.0435759947, 0.00829003192, -0.00840772502, -0.00981269, -0.00321082422, -0.0122254062, 0.0229502209, 0.0396921113, -0.0361613072, 0.0502845198, 0.0265545826, -0.0348078348, -0.0413986668, 0.0296881702, -0.0299382675, 0.013181665, -0.0152265886, -0.0206846222, -0.0153589938, 0.00412294827, 0.00935662817, -0.0373970903, -0.000140335629, 0.00453119725, -0.0545214862, -0.00507185142, -0.015373705, 0.0310710669, -0.00506817363, 0.00999658648, 0.0312476084, 0.00309313065, -0.000345954351, -0.00630395487, -0.039339032, 0.0107836612, 0.00856219791, -0.0112397233, 0.065143317, 0.020875873, -0.00502771651, 0.00439511426, 0.0119458837, -0.0091948, 0.0235239752, -0.0147484588, 0.00500197103, -0.0349549502, 0.0115118893, -0.050107982, -0.0119973747, 0.0208611619, 0.0326599292, -0.0108204409, 0.028673064, -0.0251863953, 0.015815055, 0.0190957598, -0.00618258351, 0.0170361251, -0.0232297424, -0.0491664335, -0.0226559862, -0.0602590404, 0.0193458591, -0.0391624905, -0.00307841902, 0.0212878, -0.0635544583, -0.0271577612, -0.0353963, 0.00273269461, -0.011041116, 0.00742939813, 0.00890792254, 0.0265104473, 0.00738894101, 0.00673427153, 0.013299359, 0.0290261451, 0.0089299893, -0.0310416445, 0.0379561335, 0.0311004911, -0.0418105945, -0.0333366655, 0.0199343264, 0.0019125184, 0.0187132563, -0.0119385282, -0.00534401787, -0.0507847182, -0.00560147222, -0.0115633802, 0.0132258, -0.0549628362, -0.0233180132, 0.00198607682, -0.0194635522, 0.0221852139, 0.041987136, 0.0072307908, -0.00309129176, -0.00965086184, 0.0425167531, 0.0256718807, 0.0123210317, -0.0289820097, 0.0178746916, 0.018124789, 0.00717194378, -0.0623186752, 0.00408984721, -0.0210082792, 0.0145277837, -0.075912267, 0.0189633556, -0.0223176181, -0.0237005167, -0.0127770938, -0.0148955761, 0.0148735084, 0.0177864209, -0.0120635778, -0.00713148667, 0.0160063077, 0.0215526111, 0.0137259969, 0.0145792747, 0.0267311223, 0.00329541625, 0.014064366, -0.0180953667, -0.00162012374, 0.00513437623, 0.00900354795, 0.020655198, 0.0164623689, 0.0449000485, 0.0296440348, 0.0166389104, -0.0289084502, -0.000493760745, -0.0206404869, -0.00826796424, -0.00216997275, -0.0188309494, -0.00741836475, -0.0222293474, 0.0202726945, 0.00922422297, -0.00153645105, -0.0120782889, -0.0488427766, -0.00279521919, -0.0205669291, -0.0203756765, 0.00205411832, -0.0154325524, -0.00912124105, -0.0136524392, -0.00643636, 0.00234099594, -0.00677840644, 0.00268120365, 0.031306453, -0.0289967209, 0.00511230854, 0.0279521924, -0.0105556305, -0.0130639719, -0.0232003182, 0.0203168299, -0.0186985452, -0.0394861475, -0.0166830458, 0.0211848188, 0.00031400242, -0.0213025119, -0.0807965472, 0.0421342514, -0.000979246222, -0.0358670764, -0.0149544226, -0.0344253294, 0.000142174598, -0.000132979796, 0.0282022897, 0.0248774514, -0.036926318, 0.00306738517, -0.00503875036, 0.0272460319, 0.0444881208, 0.000959937111, 0.0189780667, 0.0268929508, -0.0236122459, 0.00937134, -0.0284082536, -0.0227295458, -0.0162564069, -0.0446058139, 0.0155943809, -0.0373382419, 0.0125122834, 0.00291291252, -0.0436642654, -0.00166977569, -0.0698510557, -0.0492841266, 0.003584133, 0.0348078348, -0.00832681078, -0.0126299774, 0.00432891166, 0.0228619501, 0.0175216105, -0.00722711254, -0.0113868406, 0.0116737178, -0.0269076619, -0.0303649064, 0.0120635778, -0.00396847585, 0.0391330682, 0.0269076619, 0.00176724058, 0.0129389223, -0.0480777696, 0.0151530299, -0.0276726689, 0.0199196152, 0.0080546448, -0.0186985452, 0.0640252307, -0.00856955349, -0.0269517973, 0.0209494326, -0.0170214139, 0.00111532921, -0.0198460557, 0.0225382932, -0.0071793, 0.0255541876, 0.0214643404, -0.00311152032, 0.0365143903, -0.00442821579, 0.0242154244, -0.012909499, -0.0288643166, 0.0224794466, -0.0253188014, -0.0461358279, 0.00806935597, -0.00074110087, -0.0120415101, 0.0168595854, 0.0321303084, 0.0323362723, 0.0182719063, -0.00680415193, 0.030659141, 0.0608475059, -0.0231267605, -0.0275991112, 0.00552791357, -0.00542861, -0.00313910469, -0.0515791476, -0.0178011321, 0.0234651286, 0.0114089074, -0.0540212877, 0.00500932708, 0.0251863953, 0.0150794722, 0.0197872091, -0.0211112611, -0.0183307528, 0.0142556177, -0.0161975604, 0.0440761931, -0.021214243, 0.00365217449, -0.0216850154, 0.0157414973, -0.0330718569, 0.0164917931, 0.00222330261, -0.0630836859, 0.0187132563, 0.058993835, 0.002624196, 0.00447970629, -0.0549039878, -0.00433626771, 0.0512849167, -0.0382209457, 0.0175657459, -0.00900354795, 0.0157856327, 0.0118796816, -0.0178746916, -0.00647313893, 0.0469008349, 0.0376030542, 0.0190222021, -0.0368968919, 0.00390962884, 0.00454590889, -0.00177551585, 0.000645934721, -0.0496960543, 0.00174425356, 0.026584005, -0.0227883924, 0.0228913743, 0.0259955376, 0.0162858292, -0.000657428172, -0.0055646929, 0.00635544583, 0.0113574164, 0.0120488657, 0.0662025586, 0.0150941834, 0.0320126154, -0.0314535722, 0.0250834133, -0.0119605958, -0.0097244205, 0.0315124169, -0.00513437623, 0.0101878382, -0.0124534369, -0.0347784124, 0.0120635778, 0.019669516, -0.00559779396, -0.000585708767, -0.0014518589, -0.0061384486, 0.0420165583, 0.0182571951, -0.00874609407, 0.055051107, -0.0265104473, 0.0307768341, -0.0346607193, 0.0467242934, -0.0558455363, 0.0364555418, 0.0235386882, -0.00640325854, -0.0062561417, -0.0242007133, 0.00105924089, -0.0186396986, 0.00814291462, 0.00109326176, -0.00410088059, 0.0137039302, 0.00305267354, 0.0225088708, -0.00267016981, 0.035484571, 0.020434523, 0.015270724, 0.028128732, 0.000542952912, -0.0095920153, -0.0170214139, -0.0160945784, 0.00705425069, 0.0461652502, 0.0138804698, -0.015167742, 0.00070799957, -0.0207434688, 0.00312439306, -0.0054322877, 0.0203315411, -0.033954557, -0.000934651413, -0.0155796688, -0.000278142688, 0.00739629706, -0.0105703417, 0.010445293, -0.0393978767, -0.0502845198, 0.0179776736, 0.0132772913, -0.0128506524, 0.0111588091, 0.001978721, -0.00577065628, -0.0112397233, -0.0205227938, -0.0148367295, -0.0245979279, -0.0413692445, 0.0112838587, -0.000590765907, 0.0227883924, 0.0259219799, -0.0110999625, -0.0217291508, -0.00581846945, -0.0188750848, -0.00875345, -0.0151236067, -0.00681150798, 0.0115413126, 0.0534033962, -0.0209641438, 0.00688874396, -0.00170011853, 0.0154472636, -0.026819393, -0.000629384071, -0.00776776671, -0.00834887847, -0.0368968919, -0.0103938021, 0.01296099, 0.00861368887, 0.005877316, -0.0165800638, -0.0252452418, -0.0534328222, 0.0294086486, 0.00737055158, 0.0407513529, -0.0150059136, 0.00089879171, 0.0298352875, 0.0349843763, -0.0178158451, 0.00329173845, 0.021214243, -0.0187426805, -0.00322921365, 0.0186249875, 0.04239906, 0.0102834646, -0.0361318849, -0.00922422297, 0.0215820335, -0.015815055, -0.00976855494, 0.0167124681, -0.0663202554, -0.0456062071, 0.00771627622, 0.00706160627, -0.0368674695, -0.000897872203, -0.0236269571, 0.010651256, -0.0138878254, -0.00457901042, 0.0439290777, -0.0209347196, -0.00667174673, -0.00516012171, 0.0243331175, -0.0204639472, -0.0320714638, -0.00952581223, -0.00667910278, -0.00464153476, 0.00149415503, -0.0284671, 0.00125141221, 0.0101657705, 0.0255100522, 0.0370734334, -0.0203462522, 0.00532930624, -0.0119017493, -0.0107763056, 0.026584005, -0.00867253542, 0.0080399327, 0.044723507, -0.00987153687, 0.000462958182, 0.0128653636, 0.0772068948, 0.0155355334, 0.00471141562, -0.0327776223, -0.0130860396, 0.00448338455, -0.0177864209, 0.0192575883, 0.0347784124, -0.0101657705, -0.0359553471, -0.00144174462, 0.0127550261, -0.0382209457, -0.00352528621, 0.014674901, -0.00133324601, 0.0225971397, -0.0083047431, 0.0191398952, 0.0145645626, -0.000885459245, 0.0163299646, -0.00648785057, -0.0108057288, -0.00588835, 0.0253923591, 0.0357493833, -0.0121665588, -0.00974648818, 0.000879022875, -0.00824589655, 0.0656729415, -0.00440247031, 0.00838565733, -0.00703586079, -0.011703141, -0.00234467397, 0.00650256267, -0.00142887188, 0.00765007362, -0.0103202434, -0.0167566035, 0.0190516245, -0.0240830202, 0.00408249116, 0.0330718569, 0.00463050138, 0.014064366, -0.00660922239, -0.0215231869, -0.0202285592, -0.0413986668, -0.0279816147, 0.00521529047, 0.0247450452, -0.0134464754, 0.00719033368, 0.0109675573, 0.0118649695, 0.00748824514, -0.0166389104, 0.0062745316, 0.0201255772, 0.0151530299, 0.00841508061, 0.0374853611, -0.00758387102, 0.000963615, 0.0158003438, 0.00508288527, -0.0348078348, -0.00317772292, 0.00487692188, 0.0181689244, -0.0112397233, -0.0166830458, 0.0231561847, -0.0096876407, 0.019890191, 0.00524103595, -0.00990831666, 0.000125394086, -0.0360141918, 0.00853277463, -0.00470405957, -0.00689242221, -0.0165212173, 0.0243919659, 0.0269665085, 0.00527045922, 0.0019125184, 0.00979797915, -0.00547642261, 0.0326010808, -0.00375331729, 0.0019088405, 0.0169331431, -0.0178746916, 0.00365769141, 0.000830290432, 0.0149397105, -0.0151824532, -0.00930513721, -0.0138363345, 0.0152854351, -0.0356022641, 0.0155208223, 0.0012964668, 0.028349407, -0.0223911759, 0.0044723507, -0.00411927048, -0.015829768, 0.02714305, -0.017580457, -0.0180512313, 0.00520793488, 0.0142409056, -0.0292321071, -0.0305708703, 0.0109454896, 0.0115045337, -0.0264221765, -0.0155649576, 0.0156973619, 0.015373705, 0.0020449236, 0.000832129386, -0.0351903364, -0.0156679396, 0.015270724, 0.00476290612, -0.014674901, 0.0201991368, -0.0116737178, 0.0211553965, 0.00580375781, -0.00802522153, 0.0271871835, -0.00412294827, 0.0071793, 0.017683439, 0.0282758493, 0.0239653271, 0.0565517, -0.0219204035, 0.00028986606, -0.0267605465, 0.00139669015, 0.015815055, -0.0138289789, -0.00395376375, 0.031541843, 0.00779719045, 0.0279374793, -0.0174186286, 0.0169037208, 0.00773098785, 0.0090771066, -0.0135935917, -0.0411044322, 0.00482543092, -0.0072969934, 0.0234504174, -0.0203315411, -0.0262162127, 0.0130271921, 0.00514173228, 0.0355139934, 0.00489163352, 0.0197577868, 0.00568238646, -0.0123430993, -0.0137995556, -0.0267458335, -0.0147558153, -0.00975384377, 0.0198019203, 0.0101510594, -0.000181482363, 0.00891527813, 0.002114804, -0.0104232254, 0.00219755713, 0.000331932271, 0.00840772502, -0.0169478543, 0.0195812453, -0.0188309494, 0.0434583, -0.0044061481, 0.0066496795, -0.0422519445, -0.0306885634, -0.00722343475, -0.000507552933, -0.0365732349, 0.0220233854, 0.0141894156, -0.018669121, 0.0187132563, 0.0469008349, 0.0307179876, 0.0146160536, -0.00368343689, 0.0119532403, -0.00350873568, -0.00273453351, -0.0789134502, 0.00204308447, -0.00395744201, -0.00492841285, -0.0143218199, 0.0252452418, -0.0144248018, -0.0149249993, 0.0380149819, -0.0254659168, 0.0352197625, 0.0061899391, 0.00101694488, -0.0163593888, -0.00740365265, -0.0153295705, 0.0255688988, 0.0316006877, 0.0134317633, -0.00902561564, -0.0341311, 0.027349012, 0.026598718, 0.0101289917, 0.0140937893, 0.010276108, -0.00706160627, -4.81002971e-05, 0.00951110106, 0.0371322781, -0.0192870125, -0.0247009099, -0.0243919659, -0.0142114824, 0.0049835816, 0.00439143647, 0.0409867391, -0.0253629368, -0.00883436389, 0.051637996, -0.0275844, 0.0171685312, -0.00416340539, 0.0247303341, 0.00737422938, -0.0539035946, 0.00612005871, -0.0160063077, 0.0141011449, 0.00766478525, -0.020978855, 0.0160945784, 0.0138804698, 0.0114530427, 0.0111073181, -0.025274666, 0.00398318749, -0.0099524511, 0.00256902701, -0.00475555053, 0.0125858421, -0.000824773568, 0.0179188251, 0.01593275, -0.026922375, 0.0136156594, -0.00838565733, 0.00411927048, -0.0216703042, 0.00150426931, -0.0238329209, -0.00492473459, -0.0260838084, 0.0141011449, -0.0120709334, 0.0113868406, 0.0180365201, 0.0271577612, -0.00949638896, -0.0128432969, -0.0178894028, -0.0048548542, -0.0352491848, -0.0323656946, 0.00477394, -0.00923893508, -0.022964932, -0.0124240136, -0.0100701451, -0.0249804314, -0.0176098812, 0.0313947238, -0.00575962244, 0.0168890078, -0.00814291462, 0.0103864456, -0.0240094606, 0.00481807534, 0.0143512441, -0.012468149, -0.00489898957, 0.0354551487, 0.0200667307, 0.0334249362, -0.0318066515, -0.0215967465, -0.000346414075, 0.00341127068, 0.0193164349, -0.0176540166, -0.00784868095, -0.00282832049, 0.00580375781, -0.0125784865, 0.0241565779, -0.0142629733, 0.0132699348, 0.0276138224, -0.0094743222, 0.0210524146, 0.0128874313, -0.021420205, 0.0141232125, 0.0263339076, -0.0105114952, -0.0151088955, 0.00792224, 0.019890191, 0.0289525855, 0.0238770563, 0.0224941578, 0.0108498642, -0.00798844174, 0.00184907427, 0.0363672711, 0.00156955235, -0.0275402647, -0.0325716585, 0.0144615816, 0.020434523, 0.0239947494, -0.00635176757, -0.0200225953, -0.00388388336, -0.0410161652, -0.0180659425, -0.000497438654, 0.0213613585, -0.0200078841, 0.012909499, 0.00339104212, -0.00376619, -0.00968028512, 0.026922375, -0.00942283124, 0.00298279314, 0.0194194168, -0.017904114, 0.0268488154, 0.00571916532, 0.00823118445, -0.00134152127, 0.0416634791, 0.0504904836, -0.00573019916, 0.010651256, -0.0103864456, -0.0344547555, -0.00150518876, -0.00455326494, -0.00641797, -0.0124313692, 0.0262897722, -0.0250687022, 0.0166830458, -0.014777882, 0.0147852385, -0.0148440851, -0.0112250121, -0.00523368, -0.0136818625, -0.0342487916, -0.0229943562, 0.0173303597, -0.00822382886, 0.0187721029, -0.0182571951, 0.00358045497, -0.0123283872, -0.0190074909, -0.000133324604, 0.0172420889, -0.00982740242, -0.0130713275, 0.0248480272, 0.00470405957, -0.00169368216, -0.0206993334, 0.0231561847, 0.00467831409, 0.0116590066, -0.0221705, 0.0363084264, 0.00179022748, -0.015815055, -0.00711309724, -0.0256718807, -0.00111900712, -0.0243772529, 0.00322369672, 0.00923157949, 0.0122621851, 0.00753973611, -0.01593275, 0.0134906108, 0.0164917931, -0.0140790772, -0.016918432, 0.00602443283, -0.0108498642, -0.0311299153, -0.00368343689, 0.0114971781, -0.0325128138, 0.0158003438, -0.0129830576, -0.00578169, -0.00313910469, -0.0151383188, 0.00549113471, 0.0181542132, 0.0182571951, -0.0235534, -0.0252893772, -0.0154472636, -0.00470773736, 0.00362275122, -0.00389123941, 0.0218321327, -0.00419650646, 0.0157562084, 0.0530797392, 0.00977591146, -0.0103423111, -0.0106365448, -0.0285406597, -0.00856955349, -0.012365167, -0.0118649695, 0.0193458591, -0.0158591904, -0.00503139431, 0.00397215365, 0.0102246171, 0.0339251347, -0.00167621206, -0.0207287576, 0.0188456625, 0.00329725514, 0.0264810231, -0.0153442817, -0.00895205699, 0.00514173228, 0.00270878803, 0.0032494422, 0.0439290777, 0.00595823023, -0.0126741119, -0.0293056667, 0.00491370121, -0.0049835816, 0.0176393036, -0.0255100522, 0.0113206375, -0.0180218071, -0.0122916084, 0.0544037931, -0.0227736812, -0.0209052972, -0.00576330069, -0.0112250121, -0.00847392716, 0.00410455884, -0.00604282226, -0.0259072687, -0.00260212831, 0.0142629733, -0.00354367588, -0.00161000947, -0.00585157052, 0.00115210842, 0.0161681361, 0.00682989741, 0.0410161652, 0.00501668267, 0.0182571951, -0.00784868095, -0.0127991615, -0.0128874313, 0.0110484716, -0.0200520195, 0.00794430729, -0.0378972888, 0.00875345, 0.0148735084, 0.00387284975, -0.0171243958, -0.00336345774, 0.0209347196, 0.001057402, 0.0075912266, -0.0159474611, 0.00409720279, 0.00130014471, -0.00834152289, -0.00305819046, -0.0178305563, 0.00148863811, 0.0155061102, 0.0222734828, 0.0034811513, 0.00223617535, 0.0011410747, -0.0348961055, 0.0138142677, -0.0181100778, 0.00983475801, 0.00552423578, -0.0314535722, -0.00250650244, -0.00586260436, 0.00147668482, -0.0183748882, -0.0114603983, -0.0222146362, -0.00517115556, -0.0172273777, 0.00163115747, 0.00626349775, -0.0198460557, -0.0205522161, -0.0104232254, 0.0124313692, 0.0324539654, -0.0109234219, 0.0192134529, -0.0155796688, 0.0126299774, -0.0211259723, -0.0119311726, 0.00873873755, -0.00995980762, 0.0115118893, 0.00175344839, 0.00582214724, -0.0119826635, -0.0203462522, -0.00250466354, 0.009341917, 0.00998187438, 0.00240168162, 0.0235386882, 0.0107101025, 0.00941547472, 0.00177091849, -0.00960672647, -0.0147484588, -0.00618258351, 0.000525942538, 0.00986418128, -0.00707264, -0.00812084693, 0.0293939356, 0.0151383188, 0.0230532028, 0.0220969431, -0.00168448733, 0.0301148091, -0.00674162712, -0.0180070959, 0.00404571183, 0.00535137346, 0.000778339803, 0.0307474099, -0.0215967465, 0.0137701323, 0.00194194168, 0.0220675189, 0.00337081356, 0.0251275487, 0.0164035223, -0.0267458335, -0.0132037327, 0.026819393, 0.0198754799, -0.00904768333, -0.0320420377, 0.0119679514, -0.0305708703, -6.580029e-05, 0.00570813194, 0.0278639216, 0.0118576139, 0.0102099059, -0.00739261927, 0.00126888242, -0.00273453351, 0.0163299646, -0.0119091049, -0.00817969441, 0.00659451028, 0.00253776484, 0.0163741, 0.0177864209, 0.0038287146, 0.0143586, 0.0273048785, 0.0107248146, -0.0155061102, 0.012195983, -0.0251716841, -6.33866512e-05, -0.00551687973, -0.00845921598, 0.00915802084, -0.0359553471, -0.00678944029, -0.0110631837, 0.00525207, -0.0129389223, -0.0135862362, -0.023509264, -0.00663128961, 0.021214243, 0.0274225716, 0.00165690295, -0.0120709334, 0.0117693441, -0.0328953154, -0.0126299774, -0.00371837709, 0.0222293474, 0.020978855, 0.0141894156, 0.0341016725, -0.00309496955, 0.0156679396, -0.015815055, 0.00470038177, -0.020434523, -0.0222146362, 0.0143586, -0.0132184448, 0.00553894741, 0.0151824532, -0.00710206339, 0.00635912362, 0.0505787544, -0.00763536198, 0.00534401787, 0.0248186029, -0.0111293858, -0.00108038902, -0.00812820345, -0.0190074909, -0.0152854351, 0.0267311223, 0.0122401174, -0.00773098785, -0.015491399, 0.000150220047, 0.0138731143, 0.031983193, -0.0105041396, 0.00330461119, -0.0103570223, -0.0197136514, 0.0154178403, -0.0162416939, -0.00136634731, 0.00125600968, 0.0117472764, 0.0018251678, 0.0111146737, -0.00529252691, 0.00384342624, -0.000254925835, -0.0187721029, -0.00796637498, -0.00584053667, 0.026039673, 0.0105703417, 0.00293130218, -0.000906147528, -0.0272754543, -0.00496151391, -0.00592880696, -0.00764271757, -0.0114236195, -0.00969499722, 0.00366320834, 0.00378457969, 0.0164182354, 0.00265729707, 0.000749835919, -0.0183160417, 0.00838565733, -0.000631682749, -0.00378457969, -0.0129977688, -0.0293498021, -0.0162269827, -0.0190810487, -0.010158415, 0.0171096828, -0.00822382886, 0.0113500608, 0.0106806792, 0.0202726945, -0.0148367295, -0.0087975841, -0.00379929133, -0.00670852605, -0.00582950329, -0.0316595361, -0.0472539142, -0.00551687973, -0.0204933695, -0.017580457, 0.000455832196, 0.00571548752, 0.0285553709, -0.00653934153, -0.0126814684, -0.0106953913, 0.0153148584, 0.0258337092, 0.0126961796, -0.00414501596, -0.011872326, -0.00814291462, 0.01340234, -0.0214790534, 0.0506081767, 0.00452016341, 0.0267164111, -0.00820176117, -0.0109454896, -0.00546171097, 0.00730802678, -0.0266722757, -0.0187573917, -7.18343726e-05, -0.0290555675, -0.0146307657, 0.000484106218, 0.0141085014, -0.0126152653, -0.0199049022, -0.00372941094, -0.0287319105, 0.00305083464, -0.0130492598, -0.0119826635, -0.0255394764, 0.0142923966, -0.0210524146, 0.0165359285, -0.0100260098, -0.0147043243, 0.00505346199, -0.0017258639, 0.00935662817, -0.0529326238, 0.0151383188, 0.00803257711, 0.0284523889, -0.0122106941, -0.00996716321, 0.0397803821, -0.0211701076, -0.0226118527, 0.017139107, -0.0196106695, 0.0108645754, 0.0200814437, -0.0100480774, -0.0088122962, 0.0214496292, -0.0304826014, 0.0143071087, 0.00771627622, -0.0160798654, 0.0119605958, 0.00110521493, -0.0346018709, 0.0136009483, 0.0312770307, -0.00375331729, 0.0103938021, -0.00652830768, 0.00623039622, -0.0118208351, -0.0234945528, 0.0113941962, 0.0028375152, -0.0390447974, 0.0231708959, 0.0105114952, 0.00270511024, 0.00948903337, 0.00388388336, 0.0144542251, 0.00131853425, -0.0145792747, -0.00918008853, 0.00985682569, 0.0174774751, -0.00512334239, -0.00736687379, -0.00259845052, -0.00865782332, 0.005877316, 0.0140570104, -0.0302766375, -0.0122548295, -0.00393169653, -0.00727492571, 0.0159474611, -0.0164623689, 0.0235828236, 0.011430975, 0.00510127516, 0.00224537, 0.0325716585, -0.0244655237, -0.0360730402, -0.0222587716, -0.00371837709, -0.00352712534, -0.00834152289, 0.0285112355, 0.0502550974, 0.00992302783, 0.00712780887, 0.0227001216, 0.00221042987, 0.00123670057, 0.00945961, 0.0139760962, -0.00406777952, -0.00232444541, 0.0214790534, -0.00648049498, -0.00435097935, -0.0107983733, 0.000708459353, -0.024509659, 0.0392801836, 0.00768685248, 0.0173450708, -0.0136597948, 0.00385446, -0.0111293858, -0.0114898216, -0.0134391198, 0.00413030433, 0.0244802348, -0.0154472636, 0.00433259, 0.0129757011, -0.00136083039, -0.0234062821, -0.0293939356, -0.0118870372, -0.00401628856, 0.0146528333, 0.0140790772, 0.0430758, -0.00729331514, -0.00731538283, -0.0129462779, -0.0113353496, -0.00181597297, -0.00399789913, -0.0227736812, -0.00815762673, 0.00287613343, 0.00657244306, 0.0318360738, 0.0101878382, -0.00597294187, -0.0141599914, 0.0075912266, 0.0166536216, -0.0040273224, -0.00170103798, -0.0320126154, -0.0205816403, -0.010327599, 0.0128212292, 0.000339288119, 0.00328070461, -0.0251275487, 0.0121812709, 0.00815762673, 0.0162858292, 0.0165065043, -0.00458268821, 0.00213319366, 0.000898331928, -0.0113279931, -0.0269959327, -0.0100848563, -0.0168007389, 0.018566139, -0.0130933952, -0.00496887, 0.000135278489, -0.00865046773, -0.0144836484, -0.00406777952, -0.00155576016, 0.00298647094, 0.00767214084, -0.00833416637, 0.0415163599, 0.0165800638, 0.0195812453, -0.0066349674, 0.0019143573, 0.00411191443, 0.0125343511, 0.00433626771, -0.00934927259, -0.0235534, -0.0258925557, 0.004093525, -0.00117049797, -0.0229943562, 0.0017065549, 0.00423328578, 0.015829768, -0.024612641, -0.0146896122, 0.00920215528, 0.00338920322, -0.0194341298, 0.00178103277, -0.0127697382, 0.0172126647, -0.0226854105, -0.00200814428, -0.0171832424, 0.00884171948, 0.00162380165, 8.62587185e-05, -0.0059398408, -0.0028044139, -0.0275108404, 0.010496784, 0.00868724659, 0.00646578334, 0.00979062263, -0.0106071215, -0.00910653, 0.00356942136, 0.00695494656, -0.00987153687, -0.0353080332, -0.0136818625, 0.00561250607, 0.00902561564, -0.00413030433, -0.0131890206, 0.00239984272, 0.0086284, 0.00314829941, -0.0225382932, 0.0158591904, 0.000269177777, -0.00685932068, 0.0077236318, 0.0125637744, 0.0194341298, -0.000662945095, -0.00916537642, -0.0185367167, -0.0110705392, -0.0249068737, -0.0168742966, 0.000309405, -0.0224647354, 0.0119826635, 0.0127550261, 0.0129757011, 0.0104526486, -0.0048511764, 0.00541022047, -0.0179335382, -0.0100112977, -0.000289176445, 0.0132184448, 0.00832681078, -0.00494312448, 0.0176687278, 0.00258189975, -0.00614580419, 0.0104232254, -0.00854013, 0.00502771651, -0.00688138837, -0.00822382886, 0.0184484459, 0.0189780667, 0.0311004911, 0.0327187777, -0.0144100906, -0.0136524392, 0.00364297978, -0.00203572866, -0.0077236318, 0.0029055567, -0.0216555931, -0.0104305809, 0.0100995684, 0.0047849738, -0.00255615427, 0.0034167876, -0.0155208223, -0.00398318749, -0.0174921881, 0.00430684444, -0.00518586719, 0.0204198118, 0.0191693194, -0.0139908073, -0.00865782332, 0.0119900191, 0.0061899391, 0.0128212292, -0.0337485932, -0.0172126647, 0.0142556177, 0.00914330874, 0.00442085974, -0.000559043838, -0.00445028301, 0.00540286442, -0.00833416637, 0.0201844238, 0.00865046773, -0.044341, 0.0154619757, 0.0183748882, 0.000928674766, -0.00842243712, 0.0203315411, 0.0111882323, -0.00697701424, -0.00979062263, -0.00378090166, 0.00639958074, 0.00179114705, 0.0228913743, 0.00266465312, 0.0238917675, -0.00310048647, -0.0129462779, -0.0155355334, -0.00711677503, 0.0160210188, 0.00619361736, 0.0019125184, 0.0183896, -0.0177422855, 0.00470405957, -0.023288589, -0.00733377226, 0.0113059264, -0.0142335501, -0.00912124105, 0.0154031292, -0.0224206, -0.0167418923, 0.00354551477, -0.0277315173, 0.0102908202, -0.00798844174, 0.0166241974, 0.00974648818, 0.0188309494, 0.00391330663, -0.0124607924, 0.0143144643, 0.0112250121, -0.0337191708, -0.0204198118, -0.0155502455, -0.0286583528, 0.0223617535, -0.00381400296, 0.00851806253, -0.015491399, 0.00511230854, -0.00224904809, -0.0163888112, -0.00288348924, -0.00773834344, -0.0101363473, -0.00532930624, 0.0292321071, 0.030659141, -0.00616419362, 0.0203168299, 0.0195371099, 0.0154178403, 0.0328364708, 0.00514173228, 0.0130051253, 0.0134685431, 0.000501576345, 0.0312770307, -0.00136358885, -0.0379855558, -0.00530356076, 0.00727492571, -0.00664600125, -0.00685564289, -0.0170067027, -0.00687035453, -0.00362091209, -0.0216261689, -0.0139246052, -0.00621200679, 0.0241418667, -0.0150647601, -0.0251422599, 0.0126079097, 0.020978855, 0.00662025576, 0.0272901654, 0.00222330261, 0.0166830458, 0.0170214139, 0.00307474099, 0.00651727431, 0.00251569715, 0.0208023153, -0.0217144396, 0.000267338793, 0.00216077804, 0.000621108746, 0.00186930283, 0.0166683327, -0.023509264, 0.000112751237, 0.00671220385, -0.00510863075, 0.0143733108, -0.0103055313, 0.00867989101, 0.0133655611, -0.00820911769, 0.0139687397, -0.0146234101, -0.00367424195, 0.0127844494, -0.00883436389, -0.0103423111, -0.00408249116, -0.00854013, 0.00285774376, 0.00856955349, 0.0167271793, -2.14353768e-05, 0.020434523, 0.00293498021, 0.00817969441, 0.00599133177, 0.00348850712, 0.00211664289, 0.00981269, -0.0137554202, -0.0109013552, 0.015167742, -0.00428845454, 0.0130860396, -0.0027382113, -0.00669749221, -0.00494312448, 0.0138363345, 0.0195076875, 0.00885643158, -0.0253040884, 0.00644003786, 0.00136726676, -0.0237005167, 0.0285406597, 0.0303354841, -0.00552055798, 0.0243478306, -0.0120488657, 0.00371837709, 0.00319059566, 0.00102522015, -0.00326415384, -0.00753973611, 0.0141232125, -0.0288790278, 0.00497254776, 0.00786339305, 0.00677840644, 0.0161387119, 0.00108498638, 0.0123283872, 0.0123725226, 0.00724918, -0.0100112977, 0.0142703298, 0.0163741, 0.00627085334, -0.00429948838, -0.00764271757, 0.0335426293, 0.00672691548, 0.00770156458, 0.0228913743, 6.34441167e-05, 0.012144492, 0.0401628874, -0.0223764647, 0.0131595973, 0.0154472636, -0.0109234219, 0.0163005404, -0.00340207596, -0.00368895382, 0.00301589444, -0.0152560119, 0.00842979271, 0.00845186, -0.00432155607, 0.0116222268, -0.0100627886, 0.00260580634, 0.0156826507, 0.00499829324, -0.000988440937, 0.00487692188, -0.0104379365, -0.00665703509, -0.0145498514, -0.00278602447, 0.015815055, 0.00489898957, -0.0127256028, -0.0238034986, -0.0105335629, 0.0220086724, -0.00790017191, 0.00759858266, 0.0113868406, -0.0062561417, -0.00145737582, 0.026260348, -0.0115118893, 0.000342276413, -0.012637333, -0.0109454896, -0.0260838084, -0.00861368887, -0.0219351146, 0.00673427153, -0.0295263417, -0.0027253388, -0.00178103277, -0.0116001591, 0.00883436389, -0.00517851114, 0.00383607042, -0.0065834769, 0.00114291359, -0.00315013854, -0.000137347321, -0.0136156594, 0.00357126025, 0.0145866303, -0.0277462285, 0.00480704149, -0.005248392, 0.0124093015, 0.00688506616, -0.00390595105, 0.000478589325, 0.00725653628, 0.022199925, -0.00563457329, -0.00960672647, 0.00318323961, -0.0254512057, 0.0129536344, 0.00542493211, -0.0085842656, 0.00795901846, -0.0129389223, -0.0144615816, -0.0133655611, -0.00096729293, 0.00244949479, -0.0264957361, -0.0323656946, 0.00418179482, 0.0233768597, -0.0056934203, 0.0115633802, -0.0137774879, -0.00940811913, -0.00310784229, -0.0247303341, 0.00328989932, -0.00609431323, -0.0144836484, -0.0125858421, 0.00523735816, 0.0142114824, 0.00417811703, -0.012637333, 0.000133899273, -0.00559043838, -0.00424431963, -0.0113353496, 0.0238034986, -0.00421857415, -0.0133140702, 0.00929042604, 0.0311299153, -0.00147760438, 0.0167566035, 0.0138657587, 0.0160651542, -0.00980533473, 0.0061384486, -0.0202432722, 0.00351976929, 0.00216445583, -0.00480704149, 0.000152059, -0.0101878382, 0.0331601277, -0.0072124009, -0.0169331431, 0.0216408819, 0.0138657587, -0.00231341156, -0.0137333535, 0.00942283124, 0.00765007362, 0.0247597564, 0.00382503681, -0.0154472636, -0.00952581223, 0.0237887856, -0.0046709585, -0.0112176556, -0.0306002945, 0.0178746916, -0.0263486188, 0.0236122459, 0.00601339899, -0.00201917812, -0.0187721029, -0.00855484139, 0.00860633235, -0.0135568129, -0.020978855, 0.0177717097, 0.0124093015, -0.0169478543, -0.0115928035, 0.00656876527, -0.047018528, 0.0190957598, -0.00377722387, -0.0232738778, 0.0240388848, 0.0106880357, 0.00525942538, -0.00373124983, 0.0121665588, 0.0204198118, 0.0036484967, 0.00516012171, -0.0193899944, -0.00459004426, 0.0103423111, -0.014064366, 0.00922422297, -0.00428477675, 0.0250834133, -0.00275476207, 0.00165046658, 0.0125417067, 0.020875873, 0.00660554413, 0.0176098812, 0.0128874313, 0.00586260436, 0.0246273521, -0.0159621723, -0.00713516492, 0.00169644062, 0.0170802604, 0.0157414973, -0.00119072653, 0.0164917931, 0.0238034986, 0.00995980762, -0.0046525686, -0.00792959519, -0.00864311215, 0.00571916532, 0.00848128367, -0.0378678627, -0.00370918238, -0.0137186414, -0.0224647354, -0.00600236515, 0.00557940453, 0.0122916084, -0.00396112, -0.0075912266, 0.0151530299, -0.00507920748, -0.00951110106, -0.0294086486, -0.0103864456, 0.00724182418, 0.0118943928, 0.00552423578, -0.0249215849, 0.00934927259, 0.00722343475, 0.0264074653, 0.0211701076, 0.0044723507, 0.00151622249, 0.00895205699, -0.00376619, 0.00319059566, -0.00143346936, 0.0194635522, -0.00960672647, -0.00959937088, 0.00672691548, -0.0152854351, -0.0326893516, 0.00417076144, -0.00256718812, 0.00413766, -0.0258337092, 0.0043436233, -0.0230826251, 0.00884171948, 0.0111955879, 0.0141967712, 0.0126005542, 0.00450545177, -0.00682621961, 0.0417517461, 0.00534769567, -0.000587088, 0.0125784865, 0.00602443283, 0.0124607924, -0.0185367167, -0.00859897677, 4.19512762e-05, 0.00481071929, 0.0291585494, 0.00148771866, -0.00419650646, -0.0163741, -0.0068961, 0.000648693123, 0.0109528452, -0.00940811913, 0.00319795148, -0.0203462522, 0.0173303597, -0.0118870372, 0.00489531131, 0.0210965481, 0.00839301292, -0.00406042347, -0.00207802467, 0.00108958373, 0.0156238042, 0.0127623826, 0.0135862362, -0.0172862243, -0.0128432969, -0.00717562204, -0.0278344974, -0.000706160616, 0.0247156229, -0.0048548542, -0.00369079271, -0.00315013854, -0.0299824029, -0.0189192202, -0.00962879416, 0.0232591666, -0.0309533738, 0.0225088708, 0.0052998825, -0.00143163034, -0.00955523644, -0.0200225953, -0.00321266311, 0.0138584021, -0.0120709334, 0.0141894156, 0.0228766613, 0.0103717344, 0.00951845665, -0.00545067759, 0.0264957361, 0.00210744818, 0.0232444536, -0.0124828601, -0.0122916084, 0.0113721285, 0.0116663622, -0.00782661326, 0.00407145731, -0.0259219799, -0.0171538182, -0.000339288119, 0.00725285802, 0.00304715661, -0.00720136706, 0.013453831, 0.0151971653, 0.0152118765, 0.00186746381, 0.0032494422, 0.00112268503, -0.00725285802, -0.0252011083, 0.00323656946, 0.0205669291, 0.00157139124, -0.0173892062, -0.0195959583, -0.00874609407, -0.00975384377, -0.0355139934, -0.00731170503, 0.0228178147, 0.00905503891, 0.000589386676, -0.00287429453, 0.00489163352, -0.00852541812, 0.00671956, 0.0106218327, -0.010651256, 0.0249215849, 0.0245243702, -0.0120635778, -0.00539183058, -0.00614580419, -0.00520425662, 0.0140496539, -0.011872326, -0.0132846469, -0.0105409184, -0.00201917812, -0.00764271757, -0.00247340114, 0.000189297949, 0.0139098931, 0.0136524392, -0.00659818854, 0.0103717344, 0.0160357319, -0.0155649576, 0.00212399871, 0.0144689372, -0.0178452674, 0.0253188014, 0.000687311287, -0.0160504431, -0.000851438497, -0.00553159183, 0.0154178403, 0.00628924323, -0.00857690908, -0.00397950923, -0.000176655099, -0.0165212173, 0.00220491295, -0.0162858292, 0.00678944029, -0.00746249966, 0.0124534369, 0.0199343264, 0.0112985699, -0.00886378717, -1.42160225e-05, -0.0204051, -0.00117877335, -0.00503507257, 0.0256424583, 0.00162747956, -0.0183307528, -0.00609799149, 0.0155355334, -0.00511966459, -0.00364297978, 0.00355470972, 0.00419282867, -0.019448841, 0.00956259202, -0.00376067311, 0.0129462779, 0.00168816524, 0.00623775227, -0.00738158543, -0.0145498514, 0.00381768099, 0.00784132537, -0.00655773142, 0.0107321702, -0.00151714194, -0.00970235281, -0.00175620674, 0.000819716428, 0.00909917429, 0.00361355627, -0.000329863455, 0.00776776671, -0.0233327243, -0.0172420889, 0.0124240136, 0.0130419042, 0.00921686739, -0.0090771066, -0.00737790763, -0.00161368737, -0.0052962047, -0.0280845966, 0.0162711181, -0.00275108404, 0.00518586719, 0.0123136761, 0.00372757181, -0.0328658931, 0.0237152278, 0.0132772913, -0.0154031292, -0.0118502583, -0.00325495913, -0.00836359, -0.0154178403, 0.0180218071, -0.00116406172, 0.012468149, 0.0121297799, 0.0280551743, -0.0349843763, 0.00213319366, -0.00684093125, -0.0341899432, -0.00442453753, 0.00963615067, 0.0130786831, 0.0191398952, -0.0113206375, -0.00442453753, 0.00318140071, -0.00763536198, -0.0124313692, 0.0193311479, -0.00467463629, -0.030659141, -0.0198460557, -0.00389123941, 0.00747353351, 0.0109749129, 0.0251128376, 0.0111146737, -0.00543964375, -0.0307768341, -0.0158886146, 0.0151383188, -0.013130174, 0.00911388546, -0.00246972335, 0.00364114065, -0.0220822319, 0.00806935597, -0.0163152535, -0.0287172, -0.00811349135, -0.010055433, 0.000714895665, -0.0105850538, 0.0180070959, 0.0111073181, 0.00315013854, -0.00912124105, -0.00870931428, -0.0292468201, 0.0126152653, -0.00840772502, -0.0119605958, -0.00606121216, 0.00326783187, -0.0118943928, -0.00809878, 0.00382503681, -0.011806123, -0.00115578633, 0.00134336029, 0.00441350415, -0.00139117322, -0.00543964375, 0.00575962244, 0.00421489635, 0.00432155607, 0.0239947494, 0.0165065043, -0.0172273777, 0.0280845966, -0.00927571394, 0.00583685888, -0.00659083249, -0.0332778208, 0.0136083039, -0.00528149307, -0.00825325213, -0.00624878611, 0.000455602334, -0.00847392716, 0.0128138727, -0.00719401147, 0.0292026848, -0.0151383188, -0.00215342222, 0.00960672647, 0.0097244205, -0.0106218327, -0.0123063205, -0.020875873, 0.0125122834, 0.0189486444, 0.012468149, 0.0124534369, -0.0275991112, -0.00619361736, 0.0225088708, -0.0020486014, 0.0153884171, -0.00739629706, 0.00507920748, 0.0115633802, 0.0129389223, -0.00625246391, 0.0181100778, -0.0130713275, -0.0152560119, -0.00329909427, 0.00112084614, 0.00544699933, 0.0030379619, 0.0168742966, -0.0158003438, 0.00162839901, 0.00856219791, 0.000470773753, -0.0153148584, 0.0129462779, -0.000857874809, -0.00710574118, -0.0237887856, -0.00432891166, -0.00667542452, -0.00756180333, 0.00221226877, -0.0264663119, -0.0194341298, -0.00973177608, 0.00609431323, -0.00412294827, 0.0267164111, 0.0090771066, 0.00822382886, 0.00990831666, -0.0155061102, 0.0176687278, -0.0033818474, 0.0152560119, 0.00383239263, -0.0179482494, 0.00127072132, 0.0154766869, 0.000315381621, 0.00450177398, 0.0081723379, -0.00837094616, -0.00913595315, -0.0054984903, -0.00653198594, -0.000854656624, 0.00994509552, 0.00550216809, -0.00948903337, -0.00228031026, -0.00746617746, 0.0150206247, -0.0156679396, -0.00452016341, -0.0171832424, 0.00371837709, 0.0303649064, 0.0165212173, 0.0266575646, -0.00130198372, 0.015815055, 0.0091948, -0.0200520195, -0.00585892657, -0.00237041945, 0.00531827239, 0.00347931217, -0.0484014265, 0.0172715113, 0.0227295458, 0.0152265886, 0.0231708959, -0.0109013552, -0.000189297949, 0.00342230452, -0.00418179482, -0.0205375049, 0.00765007362, 0.0318949223, -0.0201550014, -0.010938134, -0.015829768, 0.00109969801, -0.00563825108, 0.0030048606, -0.000784316449, 0.0195223987, 0.0165800638, 0.00576330069, 0.00927571394, -0.0217879973, -0.026584005, -0.00743307639, -0.001469329, -0.0235534, -0.0297028814, 0.0274225716, -0.0140496539, 0.0182277709, 0.0107983733, -0.0233915709, 0.010989625, 0.0162858292, -0.00628556497, -0.0171685312, -0.00570077589, -0.0062745316, -0.0365143903, -0.0138216233, -0.00749927899, 0.0179629605, -0.00374780037, -0.0167566035, 0.0120856445, -0.0155061102, -0.0230532028, -0.00267200894, 0.00520057883, -0.0111735212, -0.00887114275, 0.00481439708, -0.00143990561, -0.0137039302, -0.0183748882, 0.0258778445, 0.0178894028, 0.00329909427, 0.00469302572, 0.0259955376, 0.00432155607, 0.00167621206, 0.0140937893, 0.00583685888, -0.00573755521, -0.00388388336, -0.00937134, 0.0249362979, 0.000523643859, 0.00813555904, 0.0242007133, 0.0170949716, 0.0290997028, -0.00954788, 0.028349407, 0.00181505352, 0.0165506396, 0.0109969806, -0.0314535722, -0.00214238837, -0.00760593824, 0.00237777526, -0.0274225716, 0.0201108661, -0.00986418128, -0.00106659683, 0.0161975604, 0.00726756966, 0.00704321684, 0.0110631837, -0.0245243702, 0.00164403021, 0.0235681105, -0.0170214139, -0.0154178403, 0.00742939813, 0.00712045282, 0.0199049022, 0.0227295458, 0.00279154116, -0.0038949172, 0.0313358791, -0.0116663622, 0.0114236195, -0.00754709169, 0.0250834133, 0.0107395267, -0.000839485205, 0.00913595315, 0.00801786594, 0.00994509552, -0.0178011321, -0.00295888656, -0.0100039421, 0.0112103, -0.0251275487, -0.0146528333, 0.0275549758, 0.0139025375, 0.0282758493, -0.0103349555, -0.0101951938, 0.00178011321, -0.0116957854, 0.0056934203, -0.00692184549, 0.00809878, 0.00208538072, 0.00363010704, -0.00285590487, 0.000962695573, -0.021758575, -0.00696965819, -0.00479233, 0.00594719639, 0.00321818, 0.0135494573, 0.0164917931, -0.001312098, -0.00954788, 0.0115780924, 0.00869460311, 0.00124037848, -0.0345430225, -0.00615316024, -0.00332483975, 0.010158415, 0.0116075156, -0.00820176117, -0.0198460557, -0.000607776281, 0.000121946032, -0.0182424821, -0.00752134621, 0.0137848444, -0.00918744411, -0.00921686739, -0.00737422938, 0.00289820088, -0.00708735175, 0.0072786035, 0.000525942538, 0.00376435113, -0.0144615816, 0.0125049278, -0.0104600042, -0.00371286017, 0.00623039622, -0.0310710669, 0.0129168546, -0.0259808265, 0.0283346958, -0.00337816938, 0.030217791, 0.0234798416, 3.59171863e-05, 0.00751399063, -0.0247597564, -0.0339839794, -0.0279521924, -0.00742204254, -0.0102613969, -0.00477761822, 0.00804728922, -0.00175252883, 0.0176245924, 0.00482910872, -0.0441056155, 0.0138069112, -0.00100315269, 0.01593275, -0.00438408041, 0.00158150552, 0.00366136921, 0.00854013, -0.0164329465, -0.0085842656, 0.0133287823, -0.0213760715, -0.00983475801, -0.0247891806, -0.0188162383, 0.00201733899, 0.00854013, -0.0169625673, -0.0305708703, -0.0134979663, -0.0107468823, 0.010055433, 0.0333660915, 0.00582582504, -0.00635176757, -0.00161644584, 0.014012875, 0.00649520662, 0.00153829006, 0.00985682569, -0.00535872951, -0.0102834646, -0.00606856775, -0.0051821894, -0.0149838459, -0.0218468439, -0.0245243702, -0.0200373083, 0.0127623826, -0.0211553965, -0.00701747136, 0.0142923966, 0.00766478525, -0.00477026217, -0.0299382675, -0.0119311726, 0.00232996233, 0.0346901417, 0.0152560119, -0.00280073611, 0.025377648, -0.00691448944, 0.0224058889, 0.0113941962, -0.00891527813, 0.00523368, 0.0149838459, -0.0040751351, -0.0223617535, 0.00951110106, -0.0117914118, 0.0260838084, -0.00718665542, 0.00245133368, -0.00559779396, -0.00624143, -0.00495783612, -0.0151971653, 0.0140864337, -0.0387211405, -0.00077925931, -0.00647681719, -0.00785603747, 0.0137112858, -0.0168742966, 0.00437304704, -0.00381400296, -0.0195371099, 0.0106365448, 0.00189964566, 0.0154178403, -0.0324539654, -0.0405453891, 0.0533739738, -0.00401996635, 0.0124534369, 0.0137333535, -0.0158739034, -0.00774569949, -0.0289967209, -0.00475922832, 0.00386917172, 0.0188456625, -0.02119953, -0.0120782889, -0.0130933952, 0.0153442817, 0.00379929133, 0.0126226209, 0.000675817777, 0.0168301612, 0.0152413007, 0.0142188389, -0.00973177608, 0.0133214258, -0.0056787082, 0.0137774879, 0.00221226877, 0.0134317633, -0.0146013424, -0.00749927899, -0.0254659168, -0.00500564883, -0.0311887618, -0.00156311598, -0.00800315384, 0.0034848291, 0.0024917908, -0.0130124809, -0.00184355734, -0.00510495296, 0.0204786584, -0.024053596, -0.0127035351, -0.0107248146, -0.00884907506, -0.0106291883, -0.0185072925, 0.0110558271, -0.0234504174, -0.00966557395, -0.000150909647, 0.01593275, 0.012026798, -0.000312853052, 0.00728228129, -0.00213135453, 0.00511230854, 0.011261791, -0.0201402903, 0.00514173228, -0.00374780037, -0.000237225831, 0.0305414479, -0.00926100276, -0.00560882781, -0.0195518229, -0.00298463204, -0.00228398829, -0.00158242509, -0.00117325643, -0.0083047431, 0.0122916084, -0.0112323677, 0.011975307, -0.00435097935, 0.00573019916, -0.0128212292, 0.0147631709, 0.0146381212, -0.0117472764, 0.00696230261, -0.0134244077, 0.00909181777, 0.0179923847, -0.0247744694, 0.00968028512, 0.0119532403, -0.0225382932, -0.00449809618, 0.00815762673, 0.000334460841, -0.00275292317, 0.0095920153, -0.0134317633, 0.00801786594, -0.00739629706, -0.00484749861, -0.00513069844, 0.00373676675, -0.00372573291, -0.000513069856, 0.00155208225, 0.018669121, 0.00403467799, -0.0182719063, 0.0448706225, 0.00397215365, 0.0234651286, -7.29837257e-06, -0.011975307, -0.0116810733, 0.0193899944, 0.012365167, -0.00174977037, 0.00614948198, -0.0148587963, -0.00887849834, 0.000940628, 0.0298499987, -0.00138381741, -0.00938605145, -0.0341899432, -0.0178746916, -0.0119973747, -0.0115192449, -0.00712413108, -0.0220822319, 0.00467831409, 0.0108130844, 0.0206257757, -0.00630395487, -0.004031, -0.0188603736, 0.00508656306, -0.0159033258, -0.0129315667, -0.000801786548, 0.00758387102, -0.00945961, 0.00659083249, 0.00788546074, 0.00173321983, 0.00728963735, 0.00791488402, 0.0017083938, 0.000200101829, -0.018345464, 0.00582950329, 0.0068997778, -0.0117104976, -0.0094743222, 0.00319059566, 0.00567135261, 0.00292210747, -0.00915802084, 0.0122548295, 0.000787074852, -0.00422960799, -0.00926100276, -0.00525942538, 0.00611270312, 0.0164476577, -0.02119953, -0.0309239514, 0.012858008, -0.0140717216, -0.0200225953, 0.00253224792, 0.0210082792, -0.0145939868, 0.00610902486, 0.0062561417, 0.00856955349, 0.0104526486, -0.0044723507, -0.0176393036, -0.00413398212, 0.00606856775, 0.00288716727, -0.00530723855, 0.00614948198, 0.0024917908, 0.00753238, -0.00310968142, -0.0143144643, -0.00309680868, -0.00574123301, -0.0148073053, -0.0049872594, 0.0030379619, -0.00642164843, 0.0156090921, 0.00196400937, -0.0210524146, -0.014608698, -0.0234209951, 0.0161387119, -0.00373308873, 0.0125564188, -0.00583685888, -0.00104085135, -0.00358597189, -0.00537344115, 0.000634900935, -0.00320346816, 0.0033174837, -0.01296099, -0.00182700669, -0.00744411, -0.0117399208, 0.0303649064, 0.00840036944, -0.00824589655, -0.000440890668, 0.009341917, 0.0130345486, 0.0166094862, 0.0112323677, 0.012858008, 0.0115192449, 0.00726021407, -0.00854013, -0.011482466, 0.00738158543, -0.00773834344, -0.00934927259, -0.0155061102, -0.0300265383, 0.00321266311, 0.00502403872, -0.00561986165, 0.000236995969, 0.00701011531, -0.00185091316, 0.0136450827, 0.0126594007, -0.000170448606, 0.0328953154, -0.00307290209, -0.0219939612, -0.0115928035, -0.0152413007, 0.01037909, -0.0246861987, 0.00509024132, -0.0238329209, 0.0126961796, 0.0136892181, -0.0116075156, -0.00691081164, -0.00977591146, -0.0140790772, 0.0246714875, -5.94213925e-05, 0.0116957854, -0.0194194168, 0.00192171312, -0.011533957, 0.000148610954, 0.00524103595, 0.0126005542, -0.00522264652, 0.0227589682, -0.0100480774, 0.000420891971, -0.0184190236, 0.0254512057, -0.00568606425, 0.029335089, 0.00421121856, -0.0263339076, -0.00503139431, 0.00195665332, -0.0267016981, 0.0115707358, 0.0191987418, 0.0103864456, -0.0141967712, -0.00745514361, -0.0218027104, -0.0134244077, 0.00410455884, 0.0094743222, -0.0121371355, 0.0010399319, -0.00834152289, 0.0115633802, -0.00581846945, 0.00662025576, -0.0183896, 0.0120341545, 0.00196584826, -0.0125049278, -0.00565296318, 0.0254070703, 0.0139908073, 0.00415237155, -0.00633337814, 0.00426270906, -0.0180806536, -6.7064575e-05, -0.00260948413, -0.0250834133, 0.0197430737, -0.00298279314, -0.00883436389, -0.000742939825, -0.0047371611, -0.00623775227]
|
18 Nov, 2020
|
HTML5 MathMl scriptlevel Attribute
18 Nov, 2020
This attribute holds the value to controls over the font-size. It works like priority property which means the higher priority value have lower performance. It means the higher scriptlevel the smaller the font-size. This attribute is accepted by <mstyle> tag only.
Syntax:
<element scriptlevel="number">
Attribute Values:
number: This value is used to define the font-size, works like priority property which means the higher priority value have lower performance.
Below example illustrate the scriptlevel in HTML5 MathML:
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML scriptlevel Attribute</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML scriptlevel Attribute</h3>
<math>
<mstyle displaystyle="true"
mathcolor="purple"
scriptlevel="2">
<mrow>
<msubsup>
<mo>∑</mo>
<mn> i=1 </mn>
<mn> n </mn>
</msubsup>
<mo>+</mo>
<msub>
<mi>x</mi>
<mn>i</mn>
</msub>
<mo>=</mo>
<mn>?</mn>
</mrow>
</mstyle>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML scriptlevel attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute
|
https://www.geeksforgeeks.org/html5-mathml-scriptlevel-attribute/?ref=next_article
|
NextJS
|
HTML5 MathMl scriptlevel Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0254014507, -0.000633156917, -0.0114120385, 0.0383742303, 0.0630024672, 0.0174975041, 0.0418966413, 0.0513470136, -0.00107927527, 0.00786099, 0.0194162168, 0.0161372237, -0.00718442956, 0.00496502407, 0.0280074626, 0.013173244, 0.00515474752, -0.00376224983, -0.0234970581, -0.0035277803, -0.031186223, 0.00810440909, -0.0468509272, 0.0456195176, -0.0644343421, 0.00252546836, 0.0102808578, 0.00844805874, 0.0016538148, -0.0142829465, -0.00485405419, -0.00395197328, -0.00189007411, -0.00604251, -0.0292961486, -0.00605682842, 0.0269192383, 0.0346799977, -0.00934298, -0.033391308, 0.0103166541, -0.0251437128, -0.00569528, 0.0316157863, 0.0326753706, -0.0307566598, -0.00359758432, -0.0207764972, -0.0215640273, -0.018528454, 0.0343649834, -0.0160226729, 0.0161085855, -0.0206762645, -0.015664706, -0.0193875786, 0.00299977674, 0.0139035, -0.0412379801, -0.0181991234, 0.00919263344, -0.0424407534, -0.0180845726, -0.0100231199, -0.0286374874, 0.00436721649, 0.0210915096, 0.0266042259, -0.0299261734, -0.00545902085, -0.0220222268, 0.00690163439, 0.032503549, 0.0235543326, -0.00824759621, -0.0179127473, -0.0061176829, 0.000677903, 0.00728824036, -0.00130927, 0.030012086, 0.0173829552, 0.00161533325, 0.0118129635, 0.0067835045, 0.00965799205, -0.0116339792, -0.0473091267, 0.0274776686, 0.0150633175, -0.0277783629, 0.0150203621, -0.000331344665, 0.000941457343, -0.0306421109, 0.0204901211, -0.00151062745, 0.011476473, -0.0125861755, -0.0173399989, 0.0277640428, 0.0170536228, 0.00162338756, -0.0231104512, 0.0498865023, 0.0162231363, 0.0045247227, 0.000753076398, 0.0308139361, 0.0187861919, 0.0216213018, -0.0561581105, -0.0322458111, -0.0428703167, 0.00524781924, 0.0372287333, -0.0292388741, -0.0460777171, 0.0279358681, 0.0179557037, -0.0690736175, -0.014612278, -0.0162231363, 0.027262887, -0.0304416474, 0.0312148612, -0.0306421109, -0.0087272739, 0.024399139, -0.0452185906, -0.0375437438, 0.0167958867, -0.00675128726, -0.0298975352, 0.00111328228, 0.0295825228, 0.0026364387, -0.00432784, 0.0139035, -0.0341072455, -0.0439299047, 0.0215067528, 0.0202610213, 0.00801849645, -0.00170035078, -0.00879886746, 0.0142328311, 0.0347372703, -0.0399779305, 0.0166097414, -0.0274919868, -0.0093644578, -0.0380019434, -0.0538957492, 0.00280647376, -0.00311074709, -0.0260601137, 0.0383169577, -0.0286088493, 0.0338208713, 0.00123051705, 0.00837646518, 0.00933582056, 0.0159653984, 0.0114907911, 0.0386606082, -0.0039376542, 0.0108965635, -0.0308998488, 0.0265612695, 0.00430994155, 0.00852681138, 0.0269478746, -0.00882034563, -0.0298975352, 0.016051311, -0.0206046719, -0.0498578623, -0.000654635, -0.015650386, -0.0175690986, -0.0302984603, -0.00659378106, 0.0299548116, -0.0118845571, -0.00628592819, 0.0201607905, 0.0241414011, 0.00816168357, -0.0161372237, -0.0260314755, 0.00972958561, 0.0237261578, -0.00277425651, 0.0376296565, -0.0106531447, 0.00073562545, -0.00834066793, 0.0269908309, -0.00838362426, 0.0144476118, -0.000172048647, -0.0235829707, -0.00483257603, 0.00882750563, -0.00924990792, -0.0131660849, 0.00233574491, 0.0433285162, 0.00892773643, 0.0052692974, 0.0341358855, -0.0169963483, -0.0286804419, -0.0119275134, -0.00410232, 0.00172093394, -0.00620717509, 0.023611607, -0.0194878094, 0.0643198, -0.0213635657, -0.0212346967, -0.0372287333, -0.037171457, -0.0093644578, -0.0310143977, -0.0209769588, 0.0103739295, -0.0368850827, -0.0134023437, 0.016953392, 0.00512969, 0.0283797495, 0.0497433133, 0.029496612, 0.0036584388, -0.0183566287, 0.0208337717, 0.00553419441, -0.0228813514, -0.0420398302, 0.00424550753, -0.00824759621, -0.0127723189, -0.0141683966, 0.00745290611, -0.0253584944, 0.0033523757, -0.0125432191, 0.00881318655, -0.0352813825, -0.0153783299, -0.0171968099, -0.025315538, 0.0458199792, 0.0355677567, -0.00831919, 0.0172540862, 0.00160369929, 0.0287090801, -0.0289095435, -0.0355104841, 0.0234684199, 0.017869791, 0.0211344659, 0.02792155, -0.0298402607, -0.0265469495, -0.0191441607, 0.00830487069, -0.0651216432, 0.0195164476, 0.00516906613, -0.0409229696, 0.00688373577, 0.0184711795, 0.000623760279, 0.0290527306, -0.0100302799, -0.0205903538, 0.0130300568, 0.0213349275, 0.0687872395, -0.00351525145, 0.00824043714, 0.0205330774, -0.0140108904, -0.0319880731, -0.000777239271, -0.0277067684, -0.0107963327, 0.012521741, -0.00354567892, 0.0285086185, 0.0160083547, -0.0197741836, -0.00621075509, 0.028966818, -0.00287806732, -0.0302411858, -0.0184425414, 0.0285515748, -0.0537239239, -0.0111399824, 0.0512611, 0.0223945137, 0.000527556171, 0.00213886239, 0.00316802203, 0.00888478, -0.0114191975, -0.00633962359, 0.000902975735, -0.0186000466, -0.0337635949, 0.0132519966, -0.0198457781, -0.0119275134, 0.0290097743, -0.00466791028, 0.0334772207, -0.0193875786, 0.0369996317, 0.0530939, 0.00247356296, -0.0459631644, -0.0403215811, -0.0262319371, -0.00836930517, -0.0540962107, -0.0573322475, -0.00488985097, 0.0169390738, -0.00226057158, -0.0530079864, 0.0308139361, 0.0104168858, 0.00786814932, 0.0123284375, -0.0282938369, 0.00443881052, 0.0134524591, 0.0561867468, 0.00779655576, -0.0292245559, -0.0182563979, 0.00385890133, 0.0160226729, 0.0312721357, 0.00108464481, 0.0587641224, 0.0468509272, -0.0302984603, 0.0119919479, -0.0390901677, -0.00187396549, -0.0207192209, -0.0390901677, -0.0267903693, -0.0125074219, -0.0159224421, 0.00535878958, -0.0528075248, 0.000554851315, -0.0524066, 0.0157649368, -0.00858408678, -0.00573107693, -0.0287233982, -0.0116554573, -0.0300979987, 0.0205617156, 0.0119776288, 0.00250220043, 0.0194018967, -0.0119919479, -0.0208051335, -0.0298688989, 0.0316157863, -0.0108822444, 0.0333340354, 0.0196309965, 0.000139384021, 0.00174957141, 0.00740995, 0.0109323608, -0.0331335701, -0.00338996248, 0.0181418471, -0.0111041851, 0.0269192383, -0.0311289486, -0.0483687147, 0.0176693294, 0.0202610213, -0.00574539555, -0.0581340976, 0.0261746626, -0.0199173726, 0.016294729, -0.00379804661, 0.0115552256, 0.000947721826, 0.0306993853, 0.0251150765, -0.0377442054, -0.0320167094, 0.0350809209, -0.0594514236, -0.0270481054, -0.013953615, -0.0065472452, -0.0360545963, 0.0364555195, 0.0420684665, 0.00727392174, -0.00212275377, -0.00950048584, 0.0252439436, 0.067355372, -0.0491705649, -0.019058248, -0.00769632449, -0.00139070791, -0.00344365765, -0.0692454427, 0.00307495, 0.0237834323, 0.015650386, -0.0052692974, 0.0199603289, -0.00958639849, -0.00466433074, -0.0376010202, 0.0312148612, -0.00886330195, 0.0170536228, -0.00546976, -0.00340070156, -0.00663315784, -0.0128725506, 9.48057423e-05, 0.0562153868, -0.0142829465, 0.0171109, 0.00713073416, -0.00499366177, 0.0171252172, 0.0222799648, 0.0199746471, 0.000332239579, -0.0363123342, 0.00685509853, 0.0561008379, -0.0106746228, 0.0201321524, -0.00402356684, -0.00800417736, -0.0139321368, -0.0296398, 0.00313043525, 0.0369996317, -0.00281542283, 0.0388610698, -0.0267903693, -0.0388037935, 0.0235400144, -0.00532657234, 0.0145908, -0.0135097345, -0.0103810886, -0.015521518, 0.0175261423, -0.00180953112, 0.0156074306, 0.014096803, -0.00498650223, 0.0158938058, 0.0265612695, 0.0380305834, 0.0140252095, 0.0183279905, 0.00793974288, -0.000378999248, -0.00191692181, 0.0100231199, 0.0166240614, 0.0107462164, -0.000840778695, -0.0269621927, -0.00866283942, -0.00975106377, -0.00965083297, 0.00627518911, 0.0203612521, -0.0107963327, -0.0348804593, 0.0272772051, -0.0128367534, -0.0407511443, 0.00719158864, -0.00742426841, 0.0446458422, 0.000266239134, 0.0505451635, -0.0378873944, 0.00897785183, -0.0106030293, 0.0288093109, 0.00492564775, -0.016051311, -0.0166526977, -0.000769185, 0.00871295575, -0.00359758432, 0.0196166784, -0.000638526457, -0.0171395354, 0.000387053529, -0.0119275134, -0.00735267485, -0.0110039543, -0.0112545323, -0.00917115528, 0.0218217652, 0.0376010202, 0.0162374545, -0.0197455473, -0.00897785183, -0.00311253686, 0.00208158721, 0.027134018, 0.00517264614, -0.0258739684, 0.015664706, -0.0390042551, 0.00334521639, -0.00647565164, 0.0380019434, -0.0479964279, -0.0327326469, -0.0418107286, -0.00430636201, 0.0153640117, 0.00161533325, 0.0187145974, -0.03236036, -0.0396915562, -0.00388037949, 0.00190976239, -0.00560936751, 0.0010765905, -0.0327040106, -0.0129513033, -0.00515116798, 0.0036584388, -0.045275867, -0.00609620474, -0.023353871, 0.0126219718, 0.00854113, 0.021406522, 0.0396629199, -0.013044375, -0.0205187593, -0.00162965199, 0.0132806348, -0.0231247712, 0.0188434664, 0.0134596191, 4.10055827e-06, 0.0552130751, -0.0212776531, -0.00430278247, 0.0242845882, 0.0359686837, -0.0206189901, 0.0156217488, 0.0151492301, -0.013953615, -0.0310143977, 0.0122210477, 0.0142471492, -0.0131302876, 0.00350630237, -0.0205044411, -0.042813044, -0.0555280857, 0.00210664514, 0.0237261578, 0.0356250331, -0.00670833141, -0.013960775, 0.0154928798, 0.0373719186, -0.0220651831, -0.0115194293, 0.015664706, -0.0281936061, 0.0131159686, 0.0210485533, 0.00369781535, -0.00127347326, -0.00630740635, -0.00191692181, 0.00357431639, -0.0102450605, 0.0346227214, 0.00983697642, -0.0445599295, -0.0298116244, 0.0175690986, -0.00626803, -0.0298975352, 0.00888478, 0.00523708, 0.0058599459, -0.015521518, -0.00232142629, 0.0169104356, -0.000949511654, -0.00098262378, 0.015650386, 0.0187575538, -0.00663673738, -0.00361727248, -0.0201464724, 0.023611607, -0.040693868, -0.000136028058, -0.0146767115, -0.0122210477, 0.00480751786, 0.0193732604, 0.029611161, 0.000679692836, 0.00748870289, -0.0293104667, -0.00322708674, 0.00551271625, 0.000784846139, -0.031300772, 0.0271769743, -0.000731150853, -0.0121208159, -0.00246282388, 0.0748583898, 0.0240698066, 0.0146337552, -0.0120778596, 0.0039949296, 0.00659020152, 0.00363159133, 0.0137173561, 0.0243705, 0.0197885036, 0.0292245559, -0.00517980522, -0.00186322653, -0.0428989567, -0.00225162227, 0.0198744163, 0.0155501552, 0.0265612695, -0.00757461507, 0.0110612288, -0.00525855832, -0.030269824, 0.0615133196, -0.0256019123, -0.00911388, 0.0266758185, 0.0338495076, 0.0177122857, -0.00573107693, -0.00464643212, 0.0387465209, -0.0195594039, 0.0698181912, -0.0214494783, 0.0181991234, 0.0228383951, 0.00940741412, 0.00283153146, -0.0107390573, -0.0307566598, 0.00840510242, 0.0142113529, -0.0141612375, 0.0619715191, 0.000592885481, 0.0126434499, 0.0304989237, 0.0162660927, -0.0304702856, 0.0388610698, 0.0124573065, 0.00131284981, -0.0195307657, 0.00170035078, -0.00563800521, -0.0234827381, 0.013044375, 0.00912819896, 0.00744574657, 0.010302336, 0.00301588536, -0.0117127318, -0.0315012336, 0.0200319216, 0.0681572184, 0.0221940521, 0.0517193, -0.0082619153, 0.000611231371, -0.00999448262, 0.0101591479, -0.020747859, 0.00892057735, 0.00955776125, 0.00259706215, -0.020747859, -0.00703408243, 0.00158759067, 0.0104670012, 0.0229529459, 0.00854829, -0.00871295575, 0.00300156651, -0.0079325838, -0.0172111299, 0.00871295575, -0.0222370084, -0.0171252172, 0.0280933734, -0.00663673738, 0.00702692335, -0.0127508407, -0.0148485368, -0.0260744318, 0.00847669598, 0.00922127068, -0.00690521393, 0.00200820365, -0.031329412, 0.0079826992, 0.00045998962, -0.0061176829, 0.00746006519, 0.00818316173, -0.0333626717, 0.0519484021, -0.0122138876, 0.038087856, -0.00482183695, -0.00179968704, -0.00865568, 0.00272951042, 0.0196882728, -0.01435454, 0.0296398, 0.0230674949, -0.0072417045, 0.0217931271, 0.00722738588, -0.0410947949, -0.0120420633, -0.00534089142, 0.0100947144, 0.00101842056, -0.0304989237, 0.0384028703, -0.025444407, 0.00223551388, 0.0243561827, -0.0548407882, 0.00958639849, 0.0122282067, 0.00940025505, -0.00189902331, 0.0388610698, 0.0163233671, 0.0550698861, -0.00176389015, -0.0119346725, 0.0105027985, 0.00626445, 0.00406652316, 0.00383742317, 0.0317589715, 0.0493423901, 0.0217215344, -0.014612278, -0.000341636274, 0.00871295575, -0.0216069836, 0.0266042259, -0.0101233516, 0.00265254709, 0.0350236446, 0.0163663235, 0.00632530497, -0.00357789593, 0.0273488, -0.00864852127, 0.000679692836, -0.0008318295, -0.0181848034, -0.00550197717, -0.0313580483, 0.0106531447, -0.0254157688, -0.0360545963, -0.0158078931, 0.00866999943, 0.0240125321, 0.000889999385, 0.022695208, 0.0390901677, 0.00257558399, -0.0207764972, -0.00515832705, -0.00467864936, 0.0256162323, 0.0251150765, 0.023611607, -0.0139321368, 0.0368278064, 0.00962935481, 0.0127436817, 0.0132305184, -0.00544828176, 0.0263035316, -0.0249002948, 0.0313866846, 0.00274382927, 0.033391308, -0.0487696379, 0.0101305107, -0.0065221875, 0.0164951924, 0.0132877938, 0.00313222501, 0.00184711791, 0.00968663, -0.00987277366, 0.00375509053, 0.032618098, 0.00980833918, 0.0165238306, 0.0199173726, 0.0125360601, 0.00456767902, -0.0239552576, 0.00481467741, -0.0256019123, -0.00600671303, -0.000394884089, -0.0205617156, -0.0142686274, 0.0211344659, 0.0242989082, -0.0167529304, 0.033391308, -0.00163502153, 0.0226808898, -0.0171681736, -0.00135938567, -0.000817958207, 0.0166383795, 0.00906376448, 0.0113619231, 0.00150794268, 0.0162231363, 0.00309463846, -0.0446744785, -0.0134023437, -0.0147053497, 0.0124859437, 0.0186859593, -0.0128940279, -0.0121924095, -0.0147769433, -0.00385890133, 0.0319880731, -0.0286661237, -0.0183423106, 0.0125432191, -0.0300979987, 0.0163949616, -0.0113762412, 0.0307280235, -0.0272199307, -0.00937161781, 0.0410088822, 0.0087272739, 0.00107569562, -0.0111829387, 0.0427271314, 0.0140252095, -0.0333340354, 0.0528361611, -0.0382596813, -0.000908345275, -0.00501871947, -0.00546618039, 0.01173421, 0.00267581525, -0.0111041851, 0.0135526909, 9.30159e-05, -0.00637542037, -0.0298975352, 0.0372000933, -0.021521071, -0.00928570516, 0.00973674562, -0.0156217488, 0.0175977349, -0.0283654314, -0.00973674562, 0.000916399586, 0.0387178808, -0.0344795324, -0.0140538467, -0.0171395354, 0.0109681571, 0.0165811051, 0.0135813281, -0.0247284696, 0.0124859437, 0.0316157863, -0.0310716722, -0.0272772051, -0.053323, -0.0315871462, 0.0121494541, -0.0441590026, 0.0059100613, 0.0296684355, -0.0168817975, 0.0248287, -0.00382668409, -0.0274347123, -0.0252725817, -0.0185141359, 0.000871653494, 0.0176836476, 0.0207908154, 0.0252439436, -0.00501871947, -0.0347945467, 0.00130390062, 0.0236832015, 0.00440659327, -6.46580738e-05, 0.0291959178, -0.00017160119, 0.00362085225, -0.0205044411, 0.0119776288, 0.0113046477, 0.0258453321, -0.0052943551, -0.0242416319, -0.0297829863, 0.0238263886, 0.0115838638, -0.00570601923, 0.0182850361, -0.0241700392, 0.0388610698, 0.00351346168, -0.022695208, 0.0121780913, -0.00472518522, -0.0132090403, 0.0208051335, -0.0166813359, 0.00425982615, -0.0147626242, 0.0107390573, 0.0240698066, 0.0506310761, -0.00188828423, 0.0436721668, -0.0101949451, 0.00483615557, 0.00220866618, 0.0584777482, 0.00143634889, -0.0302984603, -0.0185714103, 0.0183136724, 0.0169963483, 0.038231045, -0.0161085855, -0.0180702545, -0.0170822609, -0.0302125476, -0.000263554364, 0.00826907437, 0.00302841421, -0.0342790708, 0.033792235, -0.00121530332, 0.0109252008, 0.00631814543, -0.0137388343, -0.00817600265, 0.00218181848, 0.00023267958, 0.00691237347, 0.0152780991, -0.00786099, -0.0205473974, 0.0168531612, 0.0199030526, 0.0376296565, 0.00704124197, 0.0313580483, 0.0129369842, -0.0268906, 0.00850533321, -0.0218647216, -0.00956492, 3.53493961e-05, 0.0198744163, -0.000477888068, 0.0282079242, -0.00157864147, 0.0209626406, -0.00714505278, -0.00626803, 0.0238979831, -0.0279645063, -0.0380305834, -0.0299548116, -0.0186143667, -0.0022498325, 0.0159224421, -0.00586710498, 0.00186859595, -0.0153067363, -0.00367991696, -0.00717727, 0.00180684647, -0.0165095106, -0.00139965711, -0.00456052, 0.00653292658, 0.0218217652, -0.0127937971, 0.00172988314, 0.0123499157, 0.0223372392, -0.00120187947, 0.0200462397, 0.024384819, -0.0244420953, -0.00740279024, -0.0142972656, -0.00166276412, -0.00851249322, -0.0180416163, -0.000748154358, 0.02245179, 0.0125503782, -0.014748306, -0.0221224576, 0.0185427722, -0.0120134261, 0.00614274107, 0.0128081162, -0.00897785183, -0.0218360834, 0.0122926412, -0.0122138876, -0.0290527306, 0.0141039621, -0.00436005741, -0.00059512275, -0.0107390573, 0.0103596104, -0.0276351739, -0.00209769583, 0.0212919712, -0.00244671525, -0.0261889808, -0.019702591, 0.0123212785, -0.0148628559, -0.00588858314, 0.00710567646, 0.00960071757, 0.0162374545, 0.0763475373, 0.0108822444, -0.0331622101, -0.0267903693, -0.0265899058, 0.0101591479, 0.0086198831, 0.00249862066, 0.0398347452, -0.0199746471, 0.000999627286, 0.0406365916, -0.00709493738, 0.00922127068, -0.00662241876, 0.000541427464, 0.0029425018, -0.00970810838, 0.00950764585, -0.00802565552, 0.0013396974, 0.0202896595, 0.0140466867, -0.0203182958, 0.0138820214, 0.0070841983, 0.00355999754, 0.0180416163, -0.000950406597, -0.0118058035, 0.0254730452, -0.0206189901, 0.0060926252, 0.00248788157, -0.0263178498, 0.0539530255, -0.0244850516, 0.000717727, -0.0371141843, -0.0249862075, -0.0105099576, 0.00315012364, -0.016294729, -0.0141111212, 0.0221510958, 0.00195450848, -0.0172970425, 0.0274776686, 0.0128152752, 0.00868431758, -0.0230818149, 0.0110325916, -0.00344007812, 0.00566664245, -0.00199388503, -0.0185714103, 0.00870579574, -0.0361405089, 0.00289596594, -0.0102951769, 0.00280468375, 0.00443881052, 0.010696101, -0.00594585808, -0.0266328622, 0.0211917404, -0.0215353891, 0.0144261336, -0.0192587096, 0.0325321853, 1.36405606e-05, 0.0125933345, 0.0153067363, -0.0133593874, -0.00523350062, -0.00976538286, -0.0168531612, 0.0158794858, -0.00656872336, -0.018127529, -0.0105529139, -0.0175834168, -0.0311003104, 0.011999107, -0.0121924095, 0.00505093671, -0.0148199, -0.0153067363, -0.0038087857, 0.014748306, 0.00233932468, 0.00709135784, -0.0369709954, 0.000539190194, -0.0141970338, -0.0053766882, 0.00974390469, -0.000604072, -0.00848385505, -0.0398061052, -0.00100052217, 0.0141970338, 0.0153783299, -0.0107247392, -0.00982265826, -0.0131159686, 0.00577403326, -0.00725602312, -0.0282222424, 0.0106459856, 0.0206189901, 0.00558788935, -0.0103596104, 0.0185570922, -0.0284799803, -0.00440301374, 0.00726318266, 0.025959881, 0.00534447096, -0.00707345922, -0.0121924095, 0.00907808356, 0.014877174, -0.0364555195, -0.00186680618, -0.00917831436, 0.000363338098, -0.00179073785, 0.0161085855, 0.010051758, -0.027148338, 0.0192873478, 0.0250578, 0.0102379015, -0.000197218309, 0.00839794334, -0.00217644894, 0.00733119668, -0.0148485368, 0.0321026221, 0.0430421419, 0.0117843254, -7.38869494e-05, -0.0194591712, 0.00349914283, 0.0459058918, 0.010703261, 0.0377442054, 0.030269824, -0.00175583584, -0.0249002948, -0.0304989237, 0.0345368087, 0.0188864227, 0.0114263576, -0.0349950083, 0.0195164476, -0.00306958053, 0.00815452449, -0.00466075074, 0.0103667704, -0.00254157698, 0.0195307657, 0.00730613898, -0.0013924978, -0.00381952478, 0.022179734, -0.0297543481, 0.0173686352, -0.0160799492, 0.0213778839, 0.0262033, 0.0250005256, -0.0147053497, -0.000295771548, 0.0187289156, 0.000726228755, -0.0279501863, 0.0270767435, -0.00950048584, -0.00942889228, 0.0129298251, 0.0045533604, 0.00464643212, -0.0196453165, 0.00277783629, -0.00014430609, 0.00717369048, -0.00902796723, -0.0210771896, -0.0141970338, -0.00267223548, 0.0244277753, 0.0323889963, 0.00172809337, -0.0117270509, 0.00465001166, -0.032217171, -0.00854829, 0.00501156, -0.0148199, 0.0295825228, 0.00625729095, 0.0179270674, -0.00552703487, 0.00113565533, -0.00904228631, 0.00977970194, -0.0164235979, -0.0121780913, 0.0250864383, -0.0148199, 0.0012519951, 0.0338495076, -0.00716653094, 0.025516, 0.048655089, -0.00451756362, -0.000557983527, 0.00811156817, -0.00731329806, -0.0216499399, 0.00315191341, 0.00459273672, -0.009264227, 0.00182474486, -0.0212490149, 0.000856439816, -0.019702591, 0.0270194691, 0.00975822378, 0.0321885347, -0.0232822765, 0.0108607672, -0.00615705969, -0.0092141116, 0.0122854821, 0.0137674715, 0.0193732604, 0.00608188612, -0.0057811928, 0.0349377319, 0.014476249, -0.00673338911, -0.0263751242, -0.000259079767, -0.00958639849, 0.0338781476, -0.010302336, 0.0108679263, 0.0161515418, -0.00991573, -0.00372645305, -0.0378587581, -0.0181418471, 0.00947900768, -0.00680140313, -0.0229959022, -0.0141469184, -0.00258990261, 0.0149917239, 0.0200605597, -0.00476814155, -0.0203755721, 0.0185857285, 0.0210199151, 0.00514758844, -0.00541964453, -0.00746722473, -0.0123141194, -0.00956492, -0.00384816225, -0.000658662175, 0.0408084169, 0.0253298562, 0.00874875207, 0.00299082743, 0.012922666, -0.024384819, -0.00607114704, -0.0355677567, -0.0124501474, -0.0058563659, -0.00541606452, 0.000401148543, 0.0065758829, -0.0102092642, -0.0128295943, -0.017225448, -0.00438511511, 0.0392047204, -0.000269147626, -0.00181221589, -0.00690879347, 0.0267187748, 0.027148338, 0.00633246405, -0.0229815822, -0.0180272982, -0.0174115915, 0.0172970425, 0.0014184505, 0.0188148282, -0.0216785781, -0.00979402, 0.00240375893, -0.0268046875, -0.00393049512, 0.00353851938, -0.0181848034, -0.0175118223, 0.0065758829, -0.0181848034, 0.00696606841, 0.00258632307, -2.26247339e-05, -0.015006043, -0.0299548116, -0.000983518665, -0.0317017, -0.0364841595, -0.0102522206, -0.0158222113, -0.0161658619, 0.0116912536, -0.0129584624, -0.00635752222, -0.0164235979, -0.00709493738, -0.0110612288, -0.00198851549, 0.0103452923, -0.0194018967, 0.0269335564, -7.43903456e-06, 0.00640405808, -0.00216034031, -0.00771064311, 0.031186223, -0.0191155225, -0.0307280235, 0.0434430689, -0.0250291638, 0.026489675, -0.00930002332, 0.0145908, -0.00722738588, 0.00764620909, -0.0218360834, 0.0268476438, 0.00384100294, -0.0196453165, 0.0315012336, -0.0138820214, 0.00545902085, 0.0231390893, 0.011082707, -0.00735983392, 0.00551271625, -0.00374793098, -0.0154928798, -0.0161658619, -0.00688731531, 0.0276781302, -0.00454620086, -0.0509747267, 0.0202753413, -0.0145192053, 0.0268762819, -0.000741889875, 0.0213778839, 0.0105958702, 0.010560073, -0.00392333558, -0.00884182379, 0.00247535273, 0.00385174202, -0.0267044567, 0.00133164308, -0.0144404527, -0.0162660927, 0.00604966888, 0.0176406913, -0.0215497091, -0.0114120385, 0.0160942674, 0.000706540479, 0.00472160568, 0.0001728317, 0.0182134416, -0.0258882884, -0.00582414865, -0.00538384728, 0.0213492457, 0.0337063223, -0.0179557037, 0.0107820136, 0.0001378179, -0.0077750776, -0.015392649, 0.0268619619, 0.019043928, -0.00384100294, 0.0147769433, 0.0292245559, 0.0140108904, -0.0167958867, -0.0264180806, -0.0161944982, 0.000420165627, 0.0131374467, 0.0251007564, -0.0257307813, 0.0151492301, -0.000140278935, -0.00467149, -0.0410375185, 0.0238407068, 0.00967947, -0.0113977194, -0.0155787924, 0.0103739295, -0.0184139032, -0.00704124197, 0.00147393567, -0.0133665465, -0.00496502407, -0.0184711795, 0.0101663079, -0.00471444614, -0.0275349431, -0.00549839763, -0.0212919712, -0.00997300446, -0.0118344417, -0.00927854609, -0.0138104279, 0.0167815667, -0.0311003104, -0.00595301762, -0.0156360678, 0.00265791663, -0.00446028868, -0.0109466789, 0.00904228631, 0.00746006519, 0.00771064311, 0.0272199307, 0.0111543015, -0.00882034563, -0.00420255121, -0.00316623203, -0.00178447342, 0.0179127473, -0.0103452923, 0.0148485368, -0.0158794858, -0.0102450605, -0.0262319371, 0.0180272982, -0.00146230171, 0.007832353, -0.00804713368, 0.00186859595, -0.00241628801, 0.00753881829, -0.0100589171, -0.00530867418, 0.0109323608, 0.00967947, 0.00904228631, -0.0128725506, 0.0145192053, -0.0271053817, 0.0117843254, -0.0209626406, -0.0281649679, -4.35575066e-06, -0.0244420953, -0.00738131208, 0.00298545789, -0.00974390469, 0.00944321137, 0.0167815667, -0.0158794858, 0.046306815, 0.00298724789, 0.0159797184, 0.0160083547, -0.00300514628, -0.00135401613, 0.016309049, -0.00761041185, 0.00239838939, -0.00361369294, 0.00173256791, -0.0188005101, 0.0222370084, -0.0234541018, -0.00452114316, 0.00848385505, -0.0025308379, -0.0157362986, -0.00923559, 0.017740922, 0.0102808578, -0.013953615, 0.00615705969, 0.00303020398, 0.0045247227, -0.0101161925, -0.0200462397, -0.01981714, -0.00231963652, 0.0217072144, -0.000705645594, -0.00473950384, -0.0151635492, -0.0157935731, -0.000928033551, -0.00741710886, 0.00603535026, 0.00240554893, -0.0223945137, -0.0275492612, 0.0144476118, 0.0229099896, -0.014483409, -0.0135813281, -0.00522276154, -0.0189723354, 0.00791826472, 0.0012161982, -0.0197169092, 0.0114335166, 0.00757461507, 0.00383742317, 0.00351525145, 0.029496612, 0.00798985921, -0.00496860407, -0.0129727814, 0.0127508407, -0.00188828423, 0.0105457548, -0.0106746228, 0.0105887102, 0.00904228631, -0.00133343297, -0.00462495396, 0.0030212549, -0.0154356053, -0.0129799405, 0.0188434664, -0.00879886746, 0.000390856934, -0.00453188224, -0.00589932222, -0.012657769, 0.00133701263, -0.0100589171, 0.0432139672, 0.0098512955, -0.0180559345, 0.00150257314, -0.000269595097, 0.00367275765, -0.0100803953, -0.020232385, 0.000338951504, 0.0110254325, -0.00299261743, 0.00792542472, 0.00607830659, -0.0028637487, 0.0183566287, -0.00168245239, -0.0194018967, -0.0287233982, 0.00686583761, -0.00565590337, -0.0220795013, -0.0174402297, 0.0187432356, 0.0328471959, 0.0206189901, -0.00573107693, 0.00872011483, -0.0052728774, 0.00218718802, -0.0160656292, -0.0137674715, -0.0104455231, 0.00796838105, -0.00323066651, -0.0140323685, -0.0284942985, 0.00998732354, 0.0207908154, 0.00417749351, -0.016309049, 0.0142041929, 0.00854113, -0.0115767037, -0.0027670972, -0.013567009, -0.0176693294, 9.72108464e-05, -0.0148055805, 0.00191155227, 0.0276351739, -0.0334485844, 0.0066081, 0.00769632449, -0.00140502665, -0.0172540862, 0.014347381, 0.000678797951, -0.00643627532, 0.00356178731, 0.00727034174, 0.00952912401, -0.0033792234, -0.0057811928, 0.011741369, -0.000843016, 0.00314117433, -0.00113297056, -0.0192157533, -0.00675486727, 0.00333805708, 0.0134023437, 0.00400566822, -0.0114406757, -0.0253012199, 0.00859124586, 0.0137459934, 0.0124286693, -0.0163520053, -0.0119776288, -0.0184425414, 0.014619437, -0.0123785539, -0.019058248, -0.00168245239, -0.021921996, 0.0387751572, -0.0108894045, 0.00645417348, 0.0135025745, -0.0179843418, 0.00643627532, -0.0110325916, 0.0099014109, 0.019573722, -0.00567738153, -0.00191155227, -0.0139178187, -0.00308031961, -0.00244671525, -0.0189436972, -0.000347229536, -0.00717727, -0.00253262767, 0.00369781535, -0.0263035316, -0.00624297187, -4.50816697e-05, -0.0266471803, -0.0110540697, 0.00822611805, 0.0322744474, 0.00451398361, -0.0109323608, -0.00540890545, 0.00744574657, 0.0319594368, -0.0136314435, -0.0182134416, -0.0177122857, -0.014877174, 0.0137388343, 0.0155071989, -0.0365127958, -0.0181991234, 0.00738847163, 0.00129226653, -0.029353423, 0.00349019375, 0.00711283553, -0.0131589249, -0.0180702545, 0.00463927304, -0.00970810838, 0.00522992108, -0.034565445, -0.00361369294, 0.0200462397, 0.00950048584, 0.00907092355, 0.0459058918, -0.00422402937, -0.0166526977, -0.00507599441, 0.0109896353, 0.0117914854, -0.00282974169, 0.0291529614, -0.0201178342, -0.0361405089, 0.0136672407, -0.0178554729, 0.00944321137, 0.00428488385, -0.00982265826, 0.0140252095, -0.0036870765, 0.01618018, 0.0224088337, 0.00668685324, -0.00115802838, -0.00175494095, -0.0179413855, 0.0138462251, -0.00337206409, -0.00397345144, -0.0180272982, -0.0140466867, 0.0151921865, -0.00596733624, -0.00983697642, 0.00633246405, 0.0326753706, 0.0173686352, -1.31651332e-05, 0.0101519888, 0.00706987968, 0.00977254193, 0.0218360834, -0.00255231606, -0.000173726628, -0.00513684936, -0.0237261578, -0.007832353, 0.00567738153, -0.00106495654, 0.00651144842, -0.0130300568, -0.0180272982, 0.0186286848, -0.000430904678, 0.00171019486, 0.025558956, -0.00203863112, 0.0380305834, -0.00173167302, -0.0216069836, 0.0125145819, 0.0169820301, -0.00303378375, 0.0156074306, -0.00570601923, 0.014089643, 0.0172397662, 0.0131159686, -0.0130586941, 0.0124143502, 0.0149487676, -0.00550555671, 0.00283332122, 0.00816168357, -0.0221224576, 0.0261317063, -0.0193016659, 0.0103381323, 0.0123785539, -0.000580804, 0.00559146935, -0.00972958561, 0.00484331511, 0.00280110422, -0.00135580602, -0.00392691512, 0.0168102048, 0.00965799205, -0.00781803392, 0.0103309732, -0.00819748081, 0.0137817906, 0.033391308, -0.015664706, 0.0168961175, -0.01983146, -0.0131589249, 0.0051654866, -0.016294729, 0.0132591566, 0.0134166628, 0.00504019763, 0.0153640117, 0.00300514628, -0.00850533321, -0.00895637367, 0.000528451113, 0.0072954, 0.0275635812, -0.00967947, -0.0213349275, 0.00809009, -0.00305347191, -0.0235400144, -0.00127257826, 0.00868431758, 0.000589305768, -0.00947184861, -0.000409874017, 0.00779655576, -0.0118559198, 0.0184854977, 0.0161515418, -0.00363875064, 0.00122783228, 0.00849101506, 0.00993720815, 0.0202037469, -0.0101305107, -0.012922666, -0.00450324453, -0.0192730278, -0.0195164476, -0.0178268347, -0.00899933, 0.00328973122, -0.0174975041, -0.0122926412, -0.0080328146, -0.00889193919, 0.0261603445, -0.00391975604, -0.0142399902, 0.00719516864, -0.00912104, 0.011347604, -0.000969199929, 0.00181848044, 0.0204328466, -0.0068085622, 0.0060675675, -0.012006266, -0.00646849209, 0.0120778596, 0.00407368224, 0.00403430592, -0.00300872582, 0.0173256788, 0.00663673738, 0.0107676946, -0.00351883122, 0.0109681571, -0.0153496927, 0.00169677113, 0.0192587096, 0.0119203534, -0.0112616913, -0.0154642425, -0.00941457413, -0.020232385, -0.00828339253, 0.00927138608, -0.0110683888, -0.00351346168, 0.0242845882, 0.00243955594, 0.015006043, 0.00331657892, 0.00505809626, 0.0100803953, -0.0155071989, -0.0148485368, -0.0396342799, 0.0115552256, 0.0140824839, -0.00577761279, -0.0184998158, 0.00103631907, -0.00233753491, -0.0138820214, 0.00888478, 0.0155787924, -0.0038875388, 0.0118416008, 0.00330762961, 0.00163860118, -0.0247714259, 0.0188291483, 0.0145406835, -0.00110075343, -0.00338817271, -0.00320381881, 0.0198744163, -0.0262748934, -0.0106030293, -0.000575882, 0.00622507371, 0.0084194215, -0.0117628472, -0.00392333558, 0.00530509418, 0.0235829707, 0.012400032, 0.00526571786, 0.0147626242, 0.00952912401, 0.0306134727, 0.00056917005, -0.00262569962, 0.00718084956, 0.014605118, 0.00140055211, 0.00847669598, 0.00704840152, -0.00615705969, -0.0269335564, -0.0053480505, -0.0206046719, 0.0126434499, -0.025444407, 0.004045045, 0.00344186788, 0.0112115759, 0.0114478357, 0.0109824762, 0.00688731531, -0.0133021129, -0.0122783221, 0.00994436722, 0.0235686507, -0.0175834168, -0.00385890133, -0.00196524756, -0.0231963638, -0.00631814543, -0.00945037, -0.0199889652, 0.00205473974, 0.022580659, -0.00427772477, -0.0129369842, 0.00914251804, 0.00182563975, -0.0143688591, 0.0138748623, 0.0237261578, 0.000482810137, 0.000593780365, -0.017483186, -0.00413811672, 0.00334163662, 0.0163233671, -0.00919263344, -0.0130228968, 0.0147053497, 0.00990857, -0.00503661809, 0.00222835434, 0.000695801456, 0.00244671525, 0.0273631178, -0.023740476, 0.00967231113, -0.00392333558, 0.016051311, 0.0152065055, -0.00253978698, 0.0103810886, 0.0185714103, 0.00904228631, 0.0118129635, 0.00505093671, -0.0191298407, -0.00259885192, -0.0153783299, -0.0189436972, 0.0065221875, -0.00400924822, -0.012786638, 0.00504377717, -0.00315549294, -0.00180237181, -0.0122998, 0.00264001824, 0.00783951208, 0.00720232772, -0.0194878094, -0.0213635657, -0.00617853785, 0.0106245074, 0.000153926492, 0.00825475529, -0.0327612832, 0.0140395276, -0.000632262032, 0.00536236959, 0.024914613, 0.0177981984, 0.00116339792, -0.00128779199, -0.0113834012, 0.00701260474, -0.00748154335, 0.0116697755, -0.0103309732, -0.0153640117, 0.0105099576, 0.00952196401, -0.00148556964, -0.00803997461, -0.00051457982, -0.0122711631, -0.0139392968, -0.0124429883, -0.0163520053, -0.000392646791, -0.00403430592, 0.0256591886, -0.00371929351, -8.90446827e-05, -0.0450754054, 0.00493638683, -0.00779655576, 0.00762473093, 0.000114270282, 0.0163949616, -0.0052979351, 0.000510105223, 0.00302304467, -0.00702334335, -0.00120545924, 0.011476473, 0.00881318655, -0.0182134416, -0.00844805874, -0.0353959352, 0.00535163051, -0.0235829707, 3.07629234e-05, -0.0082619153, -0.00408800133, 0.0219076779, -0.0220651831, -0.00395913236, 0.0124286693, 0.00775359944, -0.000390185742, -0.016294729, 0.0274776686, -0.0124071911, 0.0300693605, 0.0342218, -0.00752449967, -0.00254336675, -0.0278356373, -0.0106245074, 0.00189902331, 0.0176263731, -0.012400032, -0.00857692678, -0.017869791, 0.002380491, -0.0243561827, 0.0194734912, 0.0236832015, -0.017354317, 0.0105457548, -0.00057722436, 0.0151205929, -0.0140323685, -0.000805876742, 0.00117861154, -0.00207800767, -0.00373361236, 0.00344902719, 0.0267044567, 0.00764620909, -0.00234648399, -0.000892236712, 0.0354818441, 0.0116697755, 0.0271912944, -0.00355283823, -0.0166240614, -0.00409874041, -0.00745290611, 0.000933403091, 0.0181704853, -0.0154785616, -0.0124358283, -0.0100660762, -0.00285837916, -0.0113905603, -0.00743858702, -0.00950048584, 0.00768200587, 0.0263464879, 0.00170303555, 0.0124071911, -0.00310358754, 0.0010855397, -0.0265326314, 0.0147769433, 0.00425982615, -0.00993720815, -0.00313580479, -0.00251830905, -0.0289381798, -0.0238979831, -0.0163376853, -0.0038087857, 0.00504019763, 0.0180845726, 0.00834066793, -0.0185427722, -0.00441017281, 0.000289283373, 0.0151778683, 0.00527645694, -0.0136028063, 0.0157935731, 0.0191441607, -0.00551271625, 0.00453188224, -0.0108750854, 0.0121780913, 0.00178178865, -0.018643003, -0.0136099653, 0.00673696864, -0.00458557764, 0.00626445, 0.0157219805, 0.0208624098, 0.00313043525, 0.0198887344, -0.00227489043, 0.00889193919, 0.0170106664, -0.00988709182, 0.00749586197, 0.0066259983, -0.0379160307, 0.00315728295, 0.00164486561, -0.0149774058, -0.0167672485, 0.00330941961, -0.00761041185, -0.00695175, 0.00674770772, -0.00779655576, 0.028837949, 0.000644343439, 0.00485047419, -0.0149058122, 0.0161515418, -0.028322475, 0.0232393201, 0.0104598422, 0.00726318266, -0.00604608934, -2.04433618e-05, -0.00296576973, -0.00374077167, -0.0213062894, 0.029353423, 0.00151778676, 0.00101573591, -0.000206838726, -0.0141898748, 0.00239302, -0.00246461364, -0.00939309597, 0.00132448378, -0.00305884145, 0.00887762103, -0.00128510722, 0.0078824684, 0.00723096542, 0.00123141194, 0.00118935062, -0.0221367776, 0.0114263576, 0.0116697755, -0.0137961088, 0.0119275134, 0.0215783454, -0.00687299669, -0.00812588725, -0.00098799332, 0.00436721649, 0.00428130431, 0.0024341864, 0.0084695369, -0.0100088017, -0.0167672485, 0.0162231363, -0.0091067208, 0.0015759567, 0.00630740635, -0.00333626708, 0.00158311601, -0.0170249864, -0.00533015234, -0.00280826353, 0.00666537508, 0.000134797549, 0.0122711631, -0.000549034332, -0.00302304467, -0.00745290611, 0.0177122857, -0.00178984297, 0.0168531612, -0.00325930398, 0.0223945137, -0.0118559198, 0.00673338911, -0.000143299301, 0.00496860407, 0.0116411382, 0.0135312127, -0.0152924182, -0.00987993274, -0.0105099576, -0.0270194691, 0.00791110564, 0.0251150765, 0.00100231206, 0.0217788089, 0.00334700616, -0.014096803, 0.00643627532, 0.0118917162, -0.000981728779, 0.0242129955, -0.00977254193, -0.0106173484, -0.013574169, -0.00840510242, 0.00307137053, 0.00179879216, 0.0154499244, 0.00842658058, -0.00427772477, 0.00337027409, -0.0039161765, 0.0194018967, -0.0107318982, 0.0101305107, 0.0222370084, 0.000304497022, -0.0233395509, -0.000213326901, 0.0402929448, -0.0369996317, -0.00472518522, -0.00297650881, 0.0121780913, -0.00535878958, 0.016294729, 0.0210485533, 0.0139035, 0.015006043, 0.000526213844, -0.0184282232, -0.00125646975, -0.000910582603, 0.0103524514, 0.011741369, 0.011476473, -0.0209196843, 0.0134810964, 0.0123857129, -0.0166240614, -0.0142471492, 0.0121566132, -0.00869147759, -0.0403215811, 0.00647565164, -0.00274203927, 0.0133235902, -0.00342575926, 0.0125790164, 0.0164951924, -0.00506883534, -0.000888657, -0.00226415135, 0.00191155227, 0.0081903208, -0.00735267485, -0.00456767902, 0.00633962359, 0.0327612832, -0.00407726225, 0.0108392891, -0.00404146546, 0.016953392, -0.0164522361, 0.00967231113, -0.0186716411, -0.00425266661, 0.00957208, 0.0171538536, -0.0107104201, 0.00282079238, -0.02243747, 0.00481825694, 0.015521518, 0.0173686352, 0.0037121342, -0.0161085855, 0.00345439673, 0.00111686194, 0.00333268754, 0.015392649, -0.0060675675, 0.00700544519, 0.0127937971, -0.00344007812, -0.0045533604, 0.00546618039, -0.00191155227, -0.0217501707, 0.0102379015, -0.00294429157, -0.000306510599, -0.000532925711, 0.0327326469, -0.0203326158, 0.015006043, -0.0152924182, 0.0066796937, -0.0194305349, 0.0269335564, -0.000825565, 0.00891341735, -0.00452114316, 0.032503549, -0.00521202246, 0.00258095353, 0.0205473974, -0.0257164631, -0.0140824839, 0.000984413549, 0.00219971687, 0.00957923941, 0.00120814401, 0.00409874041, 0.00635752222, 0.000945037056, -0.0147912614, 0.00844089873, 0.0100589171, 0.0123713939, -0.00035863978, 0.00196345756, -0.00839078333, -0.00786099, -0.00152226142, 0.0101949451, 0.00279752444, 0.011748529, -0.00815452449, -0.0108178109, 0.0259455629, -0.000954881194, 0.00231605675, 0.00267939479, -0.000222611707, 7.04750637e-05, 0.00809724908, 0.00597449578, -0.0216642581, 0.00611410337, -0.00897069275, -0.00366917788, -0.000158736686, 0.000693564129, 0.0251580328, 0.00990857, 0.0145621616, 0.0193303041, -0.0228813514, 0.00806861185, 0.00705556059, -0.000897606194, -0.0178268347, -0.0113118067, 0.00442091189, 0.0226808898, -0.0109252008, 0.0053731082, 0.0161658619, 0.0162088182, -0.00912819896, 0.0225090645, -0.00482541649, -0.00150704768, 0.030269824, -0.033534497, 0.00111954671, 0.00548765855, -0.00120903889, 0.000936982746, 0.013831906, -0.00380520592, 0.0101877861, 0.0218360834, -0.0102736987, 0.0240698066, -0.00663315784, 0.00101305114, 0.0182134416, -0.0205473974, -0.00506525533, -0.0096937893, 0.0145192053, -0.00287806732, 0.0208051335, -0.00354209915, 0.0025039902, -0.0132949529, 0.00450682454, -0.0244564135, 0.00938593596, -0.00955060218, -0.00945752952, -0.0154212862, -0.0125002628, 0.017884111, 0.00645775301, -0.00778223714, 0.00516906613, 0.011605341, -0.00907808356, 0.00140681653, -0.0194448531, 0.00552345533, -0.0105171166, -0.0116697755, -0.00144171843, -0.0128510725, -0.0227524824, -0.0109824762, 0.00339175225, -0.0171824917, 0.0033004703, 0.00909240171, 0.0051404289, -0.00625729095, -0.00559862843, 0.0159653984, 0.0030194649, -0.0147769433, 0.00293713226, -0.0054518613, 0.00372287328, 0.00119829981, -0.00698754657, 0.0168102048, 0.0104455231, 0.00848385505, 0.0121566132, 0.00405220455, -0.0197885036, 0.0309284851, 0.00436005741, -0.0117628472, -0.00821179897, 0.0209196843, 0.00236796215, -0.0106746228, 0.0187289156, 0.00462495396, 0.00385532156, -0.000495339045, 0.00738131208, -0.000897606194, 0.0101663079, -0.0209053643, 0.0125861755, 0.00610694382, 0.00160727894, -0.00454978086, 0.00733835576, -0.0124859437, 0.0125575382, 0.0141254403, -0.019172797, -0.0226808898, 0.00172988314, -0.00153121061, -0.00289596594, 0.00960787665, 0.0108392891, 0.01618018, 0.0144547718, -0.00347050535, 0.00292281341, -0.00254515652, 0.00940025505, 0.00560578797, 0.00563442567, 0.019702591, -0.0203182958, -0.02243747, 0.0114406757, 0.0119275134, 0.0175261423, -0.0239266194, 0.00166723866, 0.00917831436, -0.00646849209, 0.00849101506, -0.00700544519, 0.00646491256, 0.0026865541, -0.000182787713, -0.00595659716, -0.0205473974, -0.00225162227, -0.0231534075, -0.018528454, 0.00676560635, 0.0203326158, 0.00181132101, 0.0104884794, -0.00563442567, 0.00756745599, 0.0240841266, 0.00408442132, 0.00887762103, -0.0128224343, -0.0163663235, -0.00475740246, 0.0117771663, -0.00888478, 0.00258453307, 0.00501514, -0.00512969, -0.00379804661, -0.0038087857, 0.00342217973, 0.0110039543, 0.0116482973, -0.014748306, 0.00262390962, 0.00945752952, 0.00178178865, -0.00487195235, 0.000190506398, 0.00761757139, -0.00342754927, 0.0138390651, -0.00321455789, 0.0029156541, -0.0239982139, -0.0351381972, 0.0156933423, -0.0107748546, 0.0209053643, -0.0238979831, 0.011999107, 0.0143259028, -0.000590648153, 0.0343077071, -0.0142757874, -0.00770348404, -0.00632172497, -0.00406294363, 0.00284048077, 0.000568722608, 0.0085697677, 0.0222083703, 0.0169247538, -0.0153640117, -0.0354818441, 0.00594943762, -0.00179968704, 0.0167958867, 0.00144350831, -0.000557983527, 0.000393541704, 0.00983697642, 0.00808293093, -0.00824043714, 0.0150776366, -0.0350809209, 0.0189436972, -0.014218512, -4.0411298e-05, 0.0241414011, 0.0121279759, -0.00297471881, -0.0369423591, 0.0117843254, -0.0174545478, 0.00100589171, 0.00727750128, -0.00427772477, 0.00298008835, -0.00927138608, 0.00775359944, 0.00669759233, -0.00204042089, 0.00502229901, 0.01173421, 0.0120707005, 1.37943753e-05, 0.00306958053, -0.022580659, 0.00618927693, -0.00559146935, -0.021521071, 0.0201464724, -0.0128009561, 0.00487553189, 0.00488985097, 0.0072166468, -0.00371929351, -0.0318162479, -0.00284048077, -0.0012519951, 0.00677992497, 0.00758177461, 0.0103596104, 0.010302336, 0.00724886358, 0.011218735, -0.00720948726, -0.0182993542, 0.00784667116, 0.00501871947, 0.023353871, -0.00751734, 0.0175118223, -0.0204185285, 0.0195307657, -0.0107462164, -0.00795406196, -0.00791110564, -0.00415601535, -0.0127436817, -0.0104097268, 0.00951480493, -0.0150203621, -0.010438364, -0.0127651598, 0.0106603047, -0.0134238219, -0.0172540862, -0.00112133659, -0.00688373577, -0.0253584944, -0.00495070545, 0.000715937174, 0.0153783299, -0.0158651676, -0.00953628309, 0.0278785937, -0.0170106664, -0.0144905681, 0.0166240614, -0.0124358283, -0.00185069756, -0.0205617156, 0.00937877689, 0.00507599441, 0.0039949296, 0.00567380199, -0.0122282067, -0.00619285647, -0.009264227, 0.00400924822, -0.0034060711, 0.000323066633, -0.00289954548, 0.0198028218, 0.0123069603, -0.0128439125, 0.0306993853, -0.00418107305, 0.00889909919, 0.00700902473, 0.0117986444, 0.00124573067, 0.00562368659, -0.0132448375, -0.00296040019, -0.0344222598, -0.00761041185, 0.00598523486, -0.0158794858, 0.0136744, -0.0178984292, 0.00577403326, -0.0274919868, 0.0040199873, -0.0119346725, -0.0118129635, -0.0125289, -0.0072130668, -0.00503661809, -0.00801849645, 0.00505451625, -0.00816884264, -0.002609591, -0.00394839328, 0.00602819072, 0.00209053652, -0.0109395199, -0.00267581525, -0.00121351355, 0.00722022634, 4.08587584e-05, -0.022050865, 0.00244850502, 0.0144905681, 0.00865568, 0.0220651831, -0.00591722084, -0.000225743934, -0.000290849479, 0.000536505424, 0.00415959489, 0.00114549941, 0.00513326935, -0.0113332849, 0.0268619619, -0.0038875388, 0.0233252328, 0.00935729872, 0.0214494783, -0.000349243084, -0.000727123697, 0.00801133644, 0.00223909342, 0.0190725662, 0.00173077814, 0.010832129, 0.0102021042, -0.00558788935, 0.00913535804, 0.00629666727, -0.0100016426, -0.00952196401, 0.00334700616, 0.0128009561, 0.0079325838, -0.00363517087, -0.00359579432, 0.00611052383, -0.0189866535, 0.00501871947, -0.00403788546, 0.00869147759, 0.00589574268, 0.00952912401, 0.00359758432, 0.006393319, 0.00740995, -0.000150346808, 0.0423834808, 0.00986561365, 0.0311003104, -0.00116250291, -0.0119919479, -0.0101233516, 0.00953628309, 0.00835498702, -0.000145872196, -0.0306421109, 0.00434215879, 0.0112974886, 0.00322708674, 0.00481825694, -0.00211738423, 0.00638258, -0.022179734, 0.000879260304, -0.00489701, -0.0257307813, -0.00490774913, -0.0281649679, -0.00664031738, -0.0132949529, 0.0180416163, -0.0163663235, -0.0114406757, -0.0101949451, -0.00138623337, -0.00821895897, 0.00483615557, 0.000328436174, 0.0017424121, -0.0124071911, 0.0231677275, 0.00359579432, 0.00198314595, 0.0210771896, 0.0152208237, -0.0105958702, -0.00958639849, -0.00869147759, -0.00916399527, -0.00567380199, -0.000770079903, -0.0243132263, 0.00742426841, 0.00661883922, 0.0034311288, -0.00889193919, -0.00786814932, -0.000535163039, 0.00273488, 0.0065758829, 0.0284227058, 0.00725602312, 0.0254873633, -0.0177838784, -0.0171824917, -0.00184532802, -0.00938593596, -0.01082497, 0.000318815757, 0.01526378, 0.00156790239, 0.0114549948, 0.0153640117, 0.00291028456, 0.0115194293, -0.0019079725, -0.00714505278, -0.00758893415, -0.0106531447, -0.00343828835, 0.0072954, 0.012908347, 0.00527645694, 0.0140681649, -0.0157506168, -0.00768916495, -0.0281506497, -0.0105027985, -0.0144977272, 0.0134453, 0.0132734748, 0.00262390962, 0.00200462411, 0.00550197717, -0.000634051859, -0.0104598422, -0.0221081395, 0.00122067286, -0.00517264614, 0.0119346725, -0.0160799492, 0.00438511511, 0.00168513705, 0.0191155225, 0.00803997461, 0.00981549826, -0.00145514228, -0.0114263576, 0.00757461507, -0.0134596191, 0.000359758415, 0.0235543326, -0.0133450683, 0.000690431916, 0.00792542472, 0.00953628309, 0.004045045, 0.00106495654, 0.000552614, 0.0190152917, -0.00776791805, -0.00860556494, -0.00290491502, -0.00765336817, 0.0242129955, -0.0045533604, 0.000252367841, 0.00704482151, -0.0235256944, 0.00509747257, 0.0036870765, 0.00694817025, -0.00900648907, 0.00306063145, -0.0278499555, -0.00227310043, 0.00374793098, 0.000417704578, 0.0426125787, 0.000646133267, -0.0109180417, -0.0161372237, -0.0124143502, 0.0187432356, 9.73786373e-05, 0.00776075898, 0.00419897167, 0.0237691142, -0.0173686352, -0.00993004814, -0.00749586197, -0.0167815667, -0.0245136879, 0.0216069836, 0.00464285258, 0.0134596191, -0.00189007411, 0.0263321698, 0.00148109498, 0.00302483444, 0.000230889738, 0.0175118223, 0.0132663157, -0.00983697642, 0.00242523709, -0.00165023515, -0.00502945855, 0.0165954232, 0.00761041185, 0.00801849645, 0.00612484245, -0.00995868631, -0.00714505278, 0.0115480665, -0.0159653984, -0.000573197205, 0.00554493349, 0.000637631514, -0.03052756, -0.00592080038, -0.0163663235, -0.0130228968, 0.00399850914, 0.00668327324, 0.00293534226, 0.00264359801, -0.00336490478, 0.00761041185, -0.0125360601, 0.00484689465, -0.00127347326, 0.0162517745, -0.00541964453, -0.0172397662, 0.00141397584, 0.0340499729, 0.0114048794, -0.0110254325, -0.0218217652, 0.00927854609, -0.0111900978, 0.00634678314, 0.00785383, -0.0154356053, 0.0227095261, -0.0150346803, -0.0140323685, 0.0219363142, -0.0148199, 0.0221081395]
|
18 Nov, 2020
|
HTML5 MathML scriptminsize Attribute
18 Nov, 2020
This attribute holds the minimum value that has been used to adjust font size due to changes in script level. Its default value is 0.71. This attribute is accepted by <mstyle> tag only.
Syntax:
<element scriptminsize="number">
Attribute Values:
number: This value is used to set a minimum font size allowed due to changes in scriptlevel.
Below example illustrate the scriptminsize in HTML5 MathML:
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML scriptminsize Attribute</h3>
<math>
<mstyle displaystyle="true"
mathcolor="purple"
scriptlevel="0"
scriptminsize="2">
<mrow>
<msubsup>
<mo>∑</mo>
<mn> i=1 </mn>
<mn> n </mn>
</msubsup>
<mo>+</mo>
<msub>
<mi>x</mi>
<mn>i</mn>
</msub>
<mo>=</mo>
<mn>?</mn>
</mrow>
</mstyle>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML scriptminsize attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute
|
https://www.geeksforgeeks.org/html5-mathml-scriptminsize-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML scriptminsize Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0175105445, 0.0152965682, -0.014038627, 0.0297880545, 0.077920489, 0.0073068426, 0.0409154445, 0.0559532344, 0.00176021946, 0.0218809936, 0.000881457527, 0.00989820249, -0.0265677236, 0.00876964908, 0.0339572318, -0.0144411679, -0.00950285, 0.000307746406, -0.0118462145, 0.0107176611, -0.031110689, -0.000916500227, -0.0343885235, 0.0450846218, -0.0409729518, 0.0192500986, 0.00518631283, 0.00524741272, 0.00196059165, -0.00470470125, -0.00550259557, -0.00026574012, -0.00623220159, -0.0014915592, -0.0213490631, 0.0185168982, 0.0121553084, 0.0588860363, -0.0202133227, -0.0376951136, 0.0150090391, -0.0277322177, 0.00380976545, 0.0379538909, 0.0328071117, -0.0105092023, -0.0282210186, -0.0356249027, -0.0145130502, -0.0061531309, 0.0408579372, -0.0031700125, 0.0156416036, -0.00889184885, -0.0274446886, -0.0427843854, -0.0131544732, 0.0324333236, -0.0207596291, -0.0388164781, 0.0197245218, -0.0431869291, -0.0126081677, -0.000306847855, -0.0347335599, -0.0215647109, 0.00520068919, 0.0351361036, -0.0345610417, -0.00318798306, -0.0378101245, 0.011407732, -0.00662755454, 0.0166767091, -0.00899248477, -0.0330946445, -0.0163172986, -0.00427700114, -0.00907155499, -0.000774981803, 0.0311394427, -0.0127591202, 0.0068180426, -0.00876964908, 0.0117455795, 0.000523393508, 0.000793850922, -0.0420080572, 0.0104229432, 0.0125866029, -0.0190488286, 0.0207021218, 0.0120906141, 0.00484846579, -0.0361999609, 0.0319445245, -0.00921531953, 0.0155697213, -0.0118677793, -0.00534086, 0.0280628763, 0.0406279154, 0.0300180782, -0.0198826641, 0.0413179845, 0.0202995818, -0.0100563439, -0.000293594552, 0.0502314, 0.027214665, 0.00343777426, -0.0351361036, -0.0314557254, -0.0168492272, -0.00595545443, 0.0364299864, -0.0318870172, -0.0393340327, 0.0299030654, 0.0198251568, -0.0526754, 0.00406494783, -0.0154259568, 0.040081609, -0.0516690463, 0.0128956968, -0.0340147354, -0.00322572142, 0.0233617704, -0.04525714, -0.0160585213, 0.0336121954, -0.00539117772, -0.054314319, 0.0073751309, -0.00128849142, 0.000276971754, -0.0190057, 0.0117240148, -0.0412604809, -0.0486787409, 0.015512215, 0.0165473223, 0.01932198, -0.0341009945, -0.0142255211, -0.0133485561, 0.0435607173, -0.052962929, 0.0409154445, -0.0419218, -0.00979037862, -0.0147646386, -0.0491962917, 6.6547349e-05, 0.0195951331, -0.0341009945, 0.0197101459, -0.0167054627, 0.0299030654, 0.0270421468, -0.0071487017, 0.0188475568, 0.00609921897, -0.00259495364, 0.00905717816, -0.0237930641, 0.0154547095, -0.0260645468, 0.0264239591, -8.37317275e-05, 0.0079214368, -0.0084461784, -0.0138086034, -0.0281491354, 0.0109476848, -0.0172373913, -0.0408291854, -0.00153019594, -0.0166623332, -0.0344747826, -0.0128453793, 0.000571464829, 0.0256763827, -0.0265533477, -0.0166048277, 0.00517553044, 0.00635799533, 0.00507848943, -0.0299893245, -0.0187900513, 0.0283935349, 0.00311250659, 7.00572309e-06, 0.049052529, 0.0112639675, -0.000219690497, -0.0198826641, 0.0280772541, -0.0245406404, 0.0113430377, -0.0211334173, -0.00306937727, -0.00104678702, -0.00176471216, 0.00454656, -0.00913624931, 0.0139811207, 0.0567295663, -0.0186319109, 0.00528335432, 0.0252882168, -0.0180856045, -0.00276926835, -0.0201126877, 0.010336685, -0.00688992487, -0.00421949523, -0.000673897215, -0.0287960768, 0.0520428345, -0.0297593, -0.0143620977, -0.0280628763, -0.0525028817, -0.029356759, -0.0368612781, -0.0353948772, -0.00870495476, -0.0001393844, -0.0240805931, 0.0305068772, -0.0113789793, 0.0311969481, 0.0517840572, 0.0395065509, -0.00195520045, -0.0172086395, 0.0125506613, 0.00324728596, -0.0344747826, -0.0100204023, 0.00530491862, -0.00562479533, -0.0031646213, -0.0354811363, -0.00158231065, -0.03412975, 0.00270098, -0.0230023582, -0.00691508409, -0.0422955863, 0.00162633858, -0.0290404763, -0.019020075, 0.0287960768, 0.0438482463, 0.00195520045, 0.00894935522, 0.013161662, 0.0260645468, -0.0253744759, -0.0247994177, 0.0146999443, 0.0270565245, 0.0334684327, 0.0575921535, -0.0332959145, -0.00787111931, 0.0084102368, 0.00581887783, -0.0667068362, 0.0309669245, -0.00823772, -0.0479311645, -0.0126009788, -0.000192734602, 0.00278364471, 0.0218091104, -0.0147933913, -0.00238110358, 0.0285229236, 0.0387589745, 0.0512377508, -0.0198251568, 0.00410088897, 0.00495628919, -0.0197676513, -0.0393627845, -0.0217228513, -0.0329796299, -0.00526538352, 0.0222835336, -0.00138373557, 0.00800050795, 0.0106673436, -0.0182293691, -0.0105163902, 0.00727809, -0.0112064611, -0.0312544554, -7.14331e-05, 0.018445015, -0.0523878708, 0.00951722544, 0.0274303127, 0.0125937909, -0.000337622507, -0.0196238868, -0.019020075, 0.00582247181, -0.0266683586, -0.0285948068, -0.011896532, -0.0304206181, -0.0357686654, 0.0238649473, -0.013262297, -0.0180568509, 0.0173955336, -0.00535164215, 0.00513599534, -0.0234911591, 0.03628622, 0.0338134654, 0.00790706091, -0.0669368654, -0.0202276986, 0.0110914493, -0.0168636031, -0.05402679, -0.0504901744, -0.00665271329, 0.00518990727, -0.0189625695, -0.0608987436, 0.0407716781, 0.00608843658, -0.0232898872, 0.0274303127, -0.0293711368, -0.022527935, -0.00702650147, 0.0420943163, 0.00910749659, -0.0205727331, -0.0196670163, -0.00207919744, 0.009847885, 0.0249144286, 0.00108003255, 0.0378963836, 0.0438482463, -0.0234192759, 0.00104049733, -0.0145130502, 0.00363185676, -0.0106889084, -0.0384714454, 0.00281958585, -0.00973287318, 0.00866901409, 0.00542352488, -0.0476436354, 0.0266396068, -0.0594610944, 0.0127519323, -0.0139523679, -0.00513958931, -0.00556010101, -0.000718374446, -0.0214640759, 0.0225854404, 0.042439349, 0.00512880692, 0.0269271359, 0.0269127581, -0.0168923568, -0.0409154445, 0.0279766172, -0.0166910868, 0.0370625481, 0.0156128509, 0.0137439091, 0.00460047182, -0.00540196, 0.00153019594, -9.09761275e-06, 0.0175680518, 0.025259465, -0.0288967118, 0.00302265352, -0.0293998886, -0.0492538, 0.0138661088, 0.000481611874, -0.00938783772, -0.0510364808, 0.0286666881, -0.0200120509, 0.0224273, -0.00593029521, -0.00144753116, 0.0243106168, 0.0327783599, 0.0120402966, -0.0370050445, -0.0157566145, 0.0457746908, -0.0495413281, -0.0158572514, 0.00183659454, -0.019508874, -0.0168779809, 0.0232323818, 0.027990995, 0.00815864932, -0.00802207272, 0.00683960738, 0.0237930641, 0.0646366253, -0.0389889963, -0.0185744036, -0.021550335, 0.0219384991, -0.0136935916, -0.0841311216, 0.0116018141, 0.0387589745, -0.00137744588, -0.0229448527, 0.0314557254, -0.016777344, -0.00406135386, -0.0120906141, 0.0318870172, 0.00598780112, 0.0158716273, 0.00490237772, 0.0017970592, -0.0144196032, -0.0170073677, -0.00551337749, 0.07527522, -0.0265677236, 0.0198395345, 0.0105810845, -0.0336121954, 0.0135642029, 0.0466372818, 0.00394993601, -0.0103079313, -0.0240949709, -0.000117707379, 0.0595761091, -0.00589076, 0.0284510422, -0.00128939, 0.0245406404, -0.0236636754, -0.0315707363, -0.0154834623, 0.0163316745, 0.0154834623, 0.0437619872, -0.0531642, -0.0195807572, 0.0257913936, -0.0164754391, 0.0117527675, -0.0214784518, 0.00498144794, 0.0160297677, 0.0140961325, 0.0170504972, 0.00941659, -0.0093375193, 0.00341261551, 0.0181718636, 0.0269846413, 0.0271284059, 0.0185168982, -0.0040469775, 0.0126512973, 0.00678210147, -0.0197532754, 0.00781361386, 0.013557015, 0.0265102182, 0.0221828986, -0.0349923372, -0.00324369199, 0.0134923207, -0.0242962409, 0.00700493669, 0.0356249027, -0.00273692119, -0.0441357754, 0.00230562687, -0.0254319813, -0.029256124, 0.01912071, -0.00799331907, 0.0494838245, 0.00777048431, 0.0493975654, -0.0243825, 0.0396215618, -0.00549181318, 0.0376088545, 0.0176830627, -0.0262945704, -0.0146424389, -0.0146136852, -0.00554572465, -0.0127878739, 0.0304206181, -0.00222835341, 0.00834554341, 0.00290225074, -0.000833835453, 0.000681534701, -0.02107591, 0.0022930475, -0.00567870727, 0.0137654739, 0.0378676318, -0.0222547818, -0.00666349567, -0.00789987203, -0.0197388977, -0.00945972, 0.0232036281, 0.00559244817, -0.0146999443, 0.00255901227, -0.036573749, -0.005851225, 0.00566073647, 0.0374363363, -0.0367462672, -0.0273296759, -0.0316569954, -0.00153648562, 0.00101983116, 0.00605968386, 0.00106206199, -0.0208315104, -0.02262857, 0.00810833089, 0.00240266812, 0.0132838618, -0.012284697, -0.0297305472, -0.00517193647, -0.00578653067, -0.000254957791, -0.0398228317, -0.0182868745, -0.0246556532, 0.0140530029, 0.00390680693, 0.0252163354, 0.0406566672, -0.0151096741, -0.0119827911, -0.0119612264, 0.0177836977, -0.00394993601, 0.0119827911, -0.00540555408, -0.00431653624, 0.0371488072, -0.0191638395, 0.00190488272, 0.0150377918, 0.011508367, -0.000635260425, -0.00174674159, 0.000630318536, -0.0109404968, -0.0307944063, 0.0251157, -0.00262909755, -0.00732840737, 0.00502817193, -0.022729205, -0.0390465036, -0.068317, -0.0141248852, 0.0192644745, 0.0326633491, -0.02515883, -0.000773634, 0.00215467392, 0.0266539827, -0.0225423109, -0.0104732616, 0.0393052809, -0.0374075845, 0.000201495262, 0.010430132, -0.00156164449, 0.00415120693, -0.0215790868, -0.00214029755, 0.00253565051, 0.0052761659, 0.0129460143, -0.00805082545, -0.0288104527, -0.0478736572, 0.0094094025, -0.00719542522, -0.0359411836, -0.00148167531, -0.00264886534, -0.0120834261, -0.0160728972, -0.00626454828, 0.0208890159, 2.19016601e-05, -0.00851806067, -0.00577934226, 0.0221253932, -0.0134348152, -0.0136145204, -0.00867620204, 0.0250006877, -0.0423818454, 0.00638674852, -0.0114221089, -0.00207380624, 0.00973287318, 0.0446533263, 0.0381551608, -0.0188906863, 0.00213310937, -0.0353948772, -0.00338565954, 0.00383133022, 0.000220925969, -0.034618549, 0.0277753472, -0.0024727534, -0.00433810102, -0.0027800505, 0.0592885762, 0.0282497704, 0.0174242854, -0.0266971122, -0.000320775085, 0.00421949523, -0.000233617699, 0.018042475, 0.0357399136, 0.0206014868, 0.00969693158, 0.00565714249, 0.00688992487, -0.038730219, -0.0205439813, 0.0255182404, 0.0184881445, 0.0417780317, -0.0129675791, 0.0156559795, -0.0209321454, -0.0193794873, 0.052560389, -0.00853962544, 0.0117887082, 0.0195951331, 0.0235630404, 0.0108973673, -0.0120546734, -0.0239799581, 0.0367462672, -0.0225566868, 0.0176255573, -0.0115658734, 0.0218953695, 0.022240404, 0.0110123791, 0.00735716056, -0.00522584841, -0.0225710645, 0.0219960045, -0.00657723658, -0.00905717816, 0.0542568117, -0.00233078585, 0.0197820272, 0.0476723872, 0.0186319109, -0.0104445079, 0.0345897973, 0.00680726, -0.0026722271, -0.049052529, -0.0161304027, -0.000375810021, -0.0194369927, 0.00443154806, -0.00288248295, 0.0156416036, 0.00674616033, 0.000890892115, -0.0070121251, -0.0160728972, 0.0169354863, 0.040685419, 0.0166623332, 0.0493113063, -0.0192788523, 0.00892779, 0.00246197125, 0.0205008518, -0.00891341362, 0.00192465039, -0.00687554851, 0.00489518931, -0.00319517124, -0.0226717, 0.0169929918, -0.00200372096, 0.0270421468, -0.0077129784, -0.0165041927, 0.00376663613, -0.0104876375, -0.0108111082, 0.0205439813, -0.00606687181, -0.0123278266, 0.0259926654, -0.00166587392, 0.0162022859, 9.15938654e-05, -0.0013091577, -0.0165616982, 0.0232467577, -0.0014897621, 0.00200192397, 0.0010530767, -0.0327496082, 0.00961067248, 0.00778486067, -0.00210435642, 0.0278472304, 0.00956754293, -0.0349348299, 0.0478736572, -0.0117240148, 0.0367175154, -0.0247706641, 0.00820177794, -0.0117240148, 0.0031107096, -0.00405057147, -0.0211477932, 0.0134635679, 0.000583594956, -0.00998446066, 0.0107320379, 0.0168204736, -0.0128956968, -0.0215359572, -0.00141428562, 0.00053777, -0.0140817557, -0.0377813727, 0.0459759645, -0.00813708454, 0.00792862568, 0.02262857, -0.0591160618, 0.00815146, -0.00818740204, -0.00341081852, -0.0156416036, 0.0497713536, 0.0102001084, 0.0637740344, -0.0109620616, -0.0104660727, -0.0102072963, 0.00833835453, 0.0271715354, 0.018042475, 0.0100347791, 0.0317720063, 0.0162597913, -0.0248425473, 0.00513958931, 0.00577574829, -0.0132047916, 0.00712354295, 0.0103510609, -0.01268005, 0.0434169509, 0.0176111795, 0.00995570794, -0.00854681339, 0.0107967323, 0.0013702577, -0.00650176033, -0.00163801946, -0.0291842427, -0.00756202545, -0.0245406404, 0.0186319109, -0.0269702654, -0.0495125763, -0.00744701363, 0.0206877459, 0.0284654181, 0.0111705204, 0.00539836613, 0.0293136295, 0.0102935554, -0.00390680693, -0.0191638395, 0.00540196, 0.0421518199, 0.0154259568, 0.0282353945, -0.0227148291, 0.0165473223, -0.00618188363, 0.00993414316, 0.00274590659, -0.0143908504, 0.0290979836, -0.0204002168, 0.0139811207, 0.00544149522, 0.0215934645, -0.0321170427, -0.00281060068, -0.0088846609, 0.014045815, -0.0102001084, 0.00676053669, -0.00922969636, -0.0166623332, -0.00582247181, -0.00774891954, 0.02906923, -0.000206998753, 0.0251013227, 0.0288248304, 0.0103654377, -0.00743982522, -0.0116880732, 0.00739669567, -0.02886796, -0.00368037727, -0.00184917392, -0.0316282436, -0.0144699207, 0.0315707363, 0.0210615341, -0.0325195827, 0.0376088545, -0.0143620977, 0.016288545, -0.0183300041, -0.0019803592, 0.000659520738, 0.0178699568, 0.00688992487, 0.0286666881, 0.00696540158, -0.00711276056, -0.0139954975, -0.0422668345, 0.0171223804, -0.0117527675, -0.00116539293, 0.0143692857, -0.00674256636, -0.0131976027, -0.0112999082, -0.00843899, 0.0184162632, -0.0141176973, -0.0336409472, -0.00404338306, -0.0132407323, 0.0120474854, -0.00752608385, 0.0428418927, -0.0247562882, -0.00188152096, 0.0420080572, -0.00863307249, 0.0213921927, -0.0068863309, 0.0354236327, 0.0061531309, -0.0364299864, 0.0395640545, -0.0479311645, 0.0117671434, 0.0150952972, -0.00946690794, 0.0259782877, -0.00703728385, -0.00434169499, 0.0134276263, 0.0266108532, -0.00548462477, -0.0184018873, 0.0196526404, -0.0249000527, 0.00818740204, 0.0354811363, -0.017467415, 0.0102360491, -0.025848899, 0.00833835453, -0.0018599563, 0.0315707363, -0.0374363363, -0.0218953695, -0.00710557215, 0.00363365375, 0.0156991091, 0.00519709522, -0.0330946445, 0.0264958404, 0.0135785798, -0.0105882734, -0.0229160991, -0.0312544554, -0.0215790868, 0.0205008518, -0.0528766699, 0.000153873203, 0.0343022682, -0.0192357227, 0.0274734423, -0.00372710079, -0.0177118164, -0.0376663618, -0.0218091104, -0.00487003056, 0.00368397147, 0.0194944981, 0.019796405, -0.0140889445, -0.00577934226, 0.00337667437, 0.0123278266, 0.00115011795, 0.00253565051, 0.0287960768, 0.0175105445, 0.0122343795, -0.0177980755, 0.00800050795, -0.00101803406, 0.0145489918, -0.000716577342, -0.0129603911, -0.0172805209, 0.0199833, 0.01365765, 0.000242153736, 0.00243860926, -0.00202708272, 0.0239655823, -0.00522225397, -0.0214065686, 0.0183012504, 0.010430132, -0.0062214192, 0.0240087118, 0.00876246113, 0.0139092384, -0.0291842427, 0.0287098177, 0.0229160991, 0.031513229, -0.00561401295, 0.0499151163, -0.00792862568, 0.000722417783, 0.00639034249, 0.0334109254, 0.00386367738, -0.0141248852, -0.0393340327, 0.0115227439, 0.0124212736, 0.03939154, -0.0157709923, -0.0147646386, -0.0148508977, -0.0260357931, 0.00231281528, 0.0117599554, 0.00212951517, -0.0224848054, 0.00864744931, 0.00703369, 0.011407732, -0.0102216732, -0.00492753647, -0.00638315454, 0.000557986903, 0.0143333441, -0.0100635318, 0.0139667438, -0.019796405, -0.0219097454, 0.0134276263, 0.0117815202, 0.0340147354, 0.00359591562, 0.0189481918, -0.00561401295, -0.0282929, 0.00861869566, -0.0164610632, -0.0201701932, 0.00773454271, 0.0160585213, -0.0107536027, 0.0299030654, -0.00722417794, 0.0281491354, 0.0215647109, 0.011120202, 0.0167485923, -0.0385001972, -0.040484149, -0.0208027568, -0.0154403327, -0.00533007784, 0.0262658168, -0.010142602, 0.0054127425, -0.00474783033, -0.00838867202, 0.00299390056, -0.00394993601, -0.014139262, -0.01736678, -0.0112567786, 0.0097760018, 0.0382414199, -0.0312544554, 0.0135138854, -0.000587189104, 0.0283072777, -0.00133970764, 0.0221110173, 0.00739669567, -0.0184881445, -0.0175105445, -0.0295005236, -0.016489815, -0.0215072054, -0.00995570794, 0.0114580495, 0.0364874899, 0.00921531953, -0.0112639675, -0.0157709923, 0.0108901793, -0.0116521316, -0.00600577192, 0.0121409325, -0.00874089636, -0.0236349236, 0.00554931909, -0.0109764375, -0.0237786882, 0.021952875, 0.00210435642, 0.00153738412, -0.019020075, 0.00838867202, -0.0247706641, -0.01463525, 0.0027261388, -0.0125219086, -0.0154690854, -0.0192932282, 0.000236762557, -0.0254751109, -0.00485205976, 0.0143045913, 0.0184881445, 0.00550618954, 0.0642340854, 0.00449264795, -0.0177693218, -0.0258345231, -0.0164323095, 0.00277106534, -0.00646222476, -0.00562120136, 0.0191063341, -0.00953160226, -0.00302085653, 0.0365162417, 0.000173079272, 0.0294286422, -0.0130538382, -0.0125290966, 0.00724574272, -0.0114005441, 0.01736678, -0.0188331809, 0.00466875965, 0.0204433464, 0.0146640036, -0.00985507295, 0.0244400054, 0.00728887226, -0.0169067327, 0.00974006113, -0.0218234863, -0.00908593182, 0.01814311, -0.0291842427, 0.014045815, 0.0129100736, -0.0188619345, 0.0428418927, -0.0253313463, 0.0093375193, -0.0370913036, -0.030334359, -0.0145202382, 0.00100994727, -0.00146460324, -0.0146424389, 0.0108901793, 0.00332815363, -0.0140745677, 0.00938783772, 0.0156272277, 0.00929439068, 0.000439156342, 0.00928001385, -0.0077129784, -0.00506770704, -0.00707681943, -0.0371775627, -0.000593029545, -0.0372063145, -0.0165616982, -0.0347335599, 0.00160387531, -0.00848212, 0.0109764375, 0.0180137213, -0.0137151564, 0.0071487017, -0.0180999804, 0.0152534386, -0.00104768551, 0.0079214368, 0.00265425653, 0.00533367181, 0.0172948986, -0.00377023034, -0.0108326729, -0.0220678877, -0.0141320741, 0.00828803703, 0.00216905051, -0.0185744036, -0.0127375554, 0.000728707528, -0.0266683586, 0.0314269699, -0.0139595559, -0.00805082545, -0.00282138307, -0.0281203836, -0.0184306391, -0.00197676523, 0.0052581951, -0.0127519323, -0.0366600081, 0.00759077817, -0.00548462477, -0.01365765, 0.000956934062, -0.00355997426, -0.0142686507, -0.0295292772, -0.00612797216, 0.0190057, 0.0269558877, -0.0026129242, -0.00896373112, -0.0235774163, 0.013758285, -0.0093734609, -0.0301043354, 0.0154834623, 0.00219600648, 0.018243745, -0.0105523318, 0.0229017232, -0.0123781441, 0.00259315642, 0.017266145, 0.00829522498, 0.0118893441, -0.000141855358, -0.00678929, 0.00900686067, 0.00881996658, -0.0256188754, 0.00250689755, -0.0189769454, -0.0100707198, -0.0172805209, 0.0151384268, 0.00223194761, -0.0317432545, 0.0257051345, 0.0272721704, 0.0202133227, -0.00889184885, 0.00551337749, -0.00111237972, 0.00416558329, -0.00452140113, 0.0297880545, 0.0337847136, 0.0194657464, -0.00196957681, -0.0328358673, -0.000248892698, 0.031513229, 0.0217947345, 0.0371488072, 0.0332384072, 0.00458250102, -0.0221972764, -0.0384426899, 0.0273584295, 0.0108542377, 0.00760515453, -0.0340722427, -0.00390321272, -0.0193363577, -0.01659045, -0.00682163704, 0.0151384268, -0.0156128509, 0.0087984018, -0.00475861272, 0.00884153135, 0.000119279808, 0.0109045552, -0.0471548326, 0.0151096741, -0.0129819559, 0.0172373913, 0.0119899791, 0.0111345788, -0.0031700125, 0.0127088027, 0.0184018873, 0.00443514204, -0.0153684504, 0.019508874, -0.00106206199, -0.0114939911, 0.00950285, -0.00602014828, 0.00174224889, -0.01659045, 0.0034809038, -0.00373788318, -0.0034180067, -0.0231461227, -0.029356759, -0.0149802854, -0.00379538909, 0.0262514409, 0.0345610417, 0.0221253932, -0.00321493903, 0.00958910771, -0.0322320536, -0.00815864932, -0.0170936268, -0.00358153903, 0.0263952054, 0.0194801223, 0.0241380986, -0.00435966579, 0.00364803034, -0.01268005, 0.00925126113, -0.0121984379, -0.0184306391, 0.0269558877, -0.0221541468, 0.00835273135, 0.0168204736, -0.0197101459, 0.0219241232, 0.0486499891, -0.000515756, -0.00984069612, 0.0274878182, -0.00205403869, -0.00705525465, 0.00448546, -0.000124334038, -0.0138589209, 0.00576137193, -0.0194082391, -0.00242962409, -0.0157997441, 0.0154690854, 0.00886309613, 0.0221110173, -0.0146927563, 0.00598420715, 0.00401103636, 0.00546665397, 0.0126872379, 0.00188152096, 0.0220678877, 0.00609562499, -0.0192357227, 0.0187325459, 0.00303703, -0.00123278261, -0.0193076041, -0.000228451157, -0.00384930079, 0.0214209463, -0.00821615476, -0.00168743858, 0.0116161909, -0.0134132504, 0.00537320692, -0.0376663618, -0.01443398, -0.00235774182, 0.000358288671, -0.0173236504, -0.0102504259, -0.00228046812, -0.00856837817, 0.0187037922, -0.0137726618, -0.0223697927, 0.00917219, 0.0196670163, 0.00326345954, -0.0102072963, -0.00184917392, -0.0109908143, 0.00484846579, -0.00330479187, 0.00208997983, 0.0306506418, 0.00772735476, 0.00325088017, 0.0130250854, 0.00407932466, -0.00864744931, -0.0053264834, -0.0148940273, -0.0127016148, -0.00437763613, -0.00632205419, -0.00478736591, 0.00187972398, -0.0111345788, -0.0183300041, -0.0226429459, 0.0151959332, 0.0365449972, -0.0243681222, 0.00139451795, -0.00618907204, 0.0134923207, 0.0131400973, 0.0139308032, -0.0226860754, -0.0142686507, -0.0130610261, 0.0265964773, -0.00396790681, 0.0394777954, -0.0185744036, -0.000818111235, 0.0035402067, -0.0137367211, -0.00612797216, 0.00152121065, -0.02067337, -0.00697618397, -0.0157422386, -0.0142614618, -0.00614234852, -0.000734098721, -0.00122200022, -0.0269702654, -0.0276459586, 0.0116808852, -0.0175392982, -0.0135498261, -0.009847885, -0.0108470498, -0.017266145, 0.0246412754, -0.00537680136, 0.00988382567, -0.0314844772, -0.0088487193, -0.0116952611, 0.00117347972, 0.0115443086, -0.0216797218, 0.0396215618, -0.0133988736, 0.014045815, -0.00443514204, -0.01989704, 0.0302768536, -0.0179993454, -0.0206014868, 0.0295005236, -0.0236493, 0.0225998163, -0.00974006113, -0.0168779809, -0.0209609, 0.0190488286, -0.0293136295, 0.0143620977, -0.00613516, -0.0264814645, 0.0328071117, -0.0040469775, 0.0259207822, 0.01912071, 0.018445015, -0.0155840972, 0.00418355409, -0.0108111082, -0.0295292772, -0.0289398413, -0.0150521677, 0.0228154641, -0.00340183312, -0.0567583181, 0.00803644862, -0.0256476291, 0.0272290409, -0.0151671795, 0.0126225436, 0.00710557215, 0.0282353945, -0.0076770368, -0.01891944, -0.000808676647, 0.0126872379, -0.0445958227, -0.00551697193, -0.0189913213, -0.0133054266, 0.0181143563, 0.00662396, -0.0197532754, -0.0057829367, -0.0107464138, 4.70324085e-05, 0.00342339789, 0.00654848386, -0.00128130324, -0.00428059511, 0.00132083858, -0.00536242453, 0.0127016148, 0.0332096554, -0.0252019577, -0.00721699, -0.00184737693, 0.0103654377, -0.0136288973, 0.0232036281, 0.0221110173, -0.00828084908, 0.01618791, 0.01219125, -0.000492394203, -0.0129747679, -0.00719542522, -3.52953648e-05, -0.0176111795, 0.0053444542, 0.0218378641, -0.0399378426, 0.0117887082, -0.0111992732, -0.0186606627, -0.0315994881, 0.0335259363, 0.00693305442, 0.0150521677, -0.0234624054, 0.0085324375, -0.0105954614, 0.000853603124, 0.00672818953, -0.0112639675, 0.00387805374, -0.0313694663, 0.0163029209, 0.00268840068, -0.024281865, -0.00339823891, -0.0174530391, -0.0183156282, -0.00172248122, -0.0073751309, -0.00636877771, 0.0222979113, -0.03257709, -0.00351325073, -0.0170361213, -0.00364084193, 0.00426981272, 8.46302573e-05, 0.0188044272, 0.0106026493, 0.0125650382, 0.0215934645, 0.0179993454, -0.000228788107, -0.00103510614, -0.00561401295, 0.00315204193, 0.00984069612, -0.0116090029, 0.00512521295, -0.0269702654, -3.51830495e-05, -0.0213346872, 0.0149802854, -0.00246376824, 0.0173811577, -0.00646941317, -0.00229843869, 0.0104804495, 0.0089349784, -0.0164179336, -0.0156416036, 0.00718104886, 0.00410448341, 0.000566073635, -0.0116090029, -0.00375944795, -0.0190775804, -0.00374866556, -0.01716551, -0.0166623332, -0.0166048277, -0.0240949709, -0.0130107086, 0.00159489, -0.00600577192, 0.003486295, 0.0118246498, -0.00773454271, 0.0482474454, -0.00897092, 0.0144267911, 0.00311969477, 0.00216006511, 0.00414042454, 0.00712354295, 0.00861150771, 0.0122056259, 0.00842461362, 0.00498504238, -0.0007776774, 0.0292129945, -0.0178124513, -0.00871933158, 0.00992695522, 0.00703009591, -0.0173236504, -0.0218378641, 0.0217659809, 0.0133916857, -0.0140673798, 0.00829522498, -0.00399665954, 0.00348809198, -0.0148652736, -0.0136217093, -0.0183300041, 0.00887028407, 0.0194657464, 0.00231101806, -0.0107248491, -0.00694743078, -0.0302481018, 0.00189769454, 0.00523663079, 0.0137367211, 0.00722777238, -0.017654309, -0.0236780532, 0.0151384268, 0.0210040286, -0.00856119, -0.0218666159, -0.00793581363, -0.00374147738, 0.0111992732, -0.00440279488, -0.0240374636, 0.011508367, 0.0100563439, 0.0109764375, 0.00210435642, 0.0355673954, 0.00524381874, -0.01492278, -0.0158716273, 0.0209177695, 0.00427700114, 0.0128238145, -0.00161735329, 0.0113214729, 0.00415120693, -0.000518451561, -0.0161304027, 0.00397509523, -0.0120618613, -0.00861869566, 0.0145561798, -0.00599498954, 0.00499941874, -0.00268480647, 0.00339644193, -0.0156416036, 0.00828803703, -0.0032832271, 0.0346473, 0.00181233417, -0.00417636568, -0.0105595198, 0.00671740761, 0.00519350125, -0.00489159534, -0.0105882734, 0.00525100715, -0.00348449778, -0.0163316745, 0.0120115438, 0.0118534025, -0.00243142108, 0.0196095109, -0.00356895966, -0.0117312027, -0.02809163, -0.00199114159, -0.000890442869, -0.0204720981, -0.0117312027, 0.0247850399, 0.0285085477, 0.0285085477, -0.00669943681, -0.000672998664, -0.00294538, 0.00346473022, -0.0179849695, -0.0080076959, -0.00156434008, 0.0146640036, 0.0113358498, -0.0111417668, -0.0234480295, -0.00476220716, 0.0138732968, -0.000299210369, -0.0172805209, 0.0169498622, 0.000316057791, -0.00984069612, -0.0134348152, -0.00890622567, -0.0123206377, -0.00435247738, -0.00990539, 0.00939502567, 0.0225854404, -0.0331809, 0.00431294227, 0.0160297677, -0.00280520949, -0.0263952054, 0.0155697213, 0.00271355943, -0.00462563056, -0.0114796143, 0.00625017192, 0.0106817205, -0.00806520134, -0.0077129784, 0.00440638931, 0.010825485, -0.00305859488, 0.0142039564, -0.0136073325, -0.00619626, 0.0130394613, 0.0224129222, 0.0190775804, 0.00651254272, 0.00034076735, 0.0104516968, 0.0160728972, -0.0050820834, -0.0192500986, -0.00664911931, 0.00216186233, 0.0171080045, -0.00498144794, -0.00372350682, 0.00345035363, -0.0204864759, 0.0359411836, -0.00185276801, -0.0029166271, 0.0195807572, -0.000761503819, 0.00902842544, -0.000371542, 0.0039786892, 0.00905717816, -0.00365881249, -0.0142686507, -0.0214928277, 0.00201450335, 0.0021744417, -0.0330083854, 0.0162454154, 0.0053444542, -0.00184557983, 0.0112999082, -0.0260789227, -0.005851225, 0.00802207272, -0.022240404, 0.00295975665, 0.00293998886, 0.0308806654, 0.00914343726, -0.000139833675, 0.0077129784, 0.00360130658, 0.0179705918, -0.0106026493, -0.00218522409, -0.013269485, -0.00961786136, 0.0181574859, 0.0143405329, -0.0251732059, -0.0188906863, 0.000134779446, -0.000284833892, -0.0152103091, -0.0127303675, -0.00873370748, -0.0180568509, -0.0118677793, -0.00176201656, -0.0174242854, 0.00781361386, -0.0351936072, -0.011407732, 0.0179562159, 0.00865463726, 0.00801488385, 0.0186031573, 0.00156434008, -0.00625736034, -0.0124428384, 0.0135642029, -0.00183120335, 0.00225171517, 0.0184306391, -0.0183156282, -0.0244975109, 0.00805082545, -0.00931595545, 0.016087275, 0.00606687181, -0.000866182556, 0.0171367563, 0.00440279488, 0.0064478484, 0.0196382627, 0.0045932834, -0.014628062, 0.00805801339, -0.0272721704, 0.00175482838, -0.00716667203, 0.00162633858, -0.0084461784, -0.0210040286, 0.000892239914, -0.00542352488, -0.0124356495, 0.0013001723, 0.0330371372, 0.0241093468, -1.56961887e-05, 0.0196095109, -0.00166138122, 0.0182006154, 0.0265677236, -0.0079214368, 0.0218378641, 0.00208638585, -0.0335546881, -0.0182149932, 0.0106960963, -0.00958192, 0.0225135572, -0.0013001723, -0.0257338881, 0.0171942618, -0.00195160636, -0.00196777983, 0.00694024283, -0.00606327783, 0.0393340327, -0.0055385367, -0.033267159, 0.0163172986, 0.0274446886, -0.00692227203, 0.00797894318, -0.0103151202, 0.0172086395, 0.0141176973, 0.0111273909, -0.0167342164, 0.0134348152, 0.0100994725, -0.00818740204, 0.0196813922, -0.00524381874, -0.0218666159, 0.0267689936, -0.0116880732, 0.00474064238, 0.0224991813, 0.00552416, 0.00100725167, -0.0064658192, 0.00280520949, 0.0047118892, 0.00545587158, -0.00227867113, 0.0176686868, 0.0097113084, -0.00307656545, 0.00963942613, -0.0127088027, 0.0312544554, 0.0225854404, -0.00202528574, 0.0165185686, -0.00621423079, -0.00861150771, -0.00451061875, -0.00623938954, 0.0171942618, 0.0217372291, 0.00484846579, 0.0127303675, 0.0140314382, -0.0205727331, -0.00560323056, -0.00512161897, 0.0130610261, 0.0141608268, -0.00867620204, -0.00934470817, 0.0137870386, -0.0055205659, -0.0243968759, -0.0103079313, 0.00746139, 0.0164035559, -0.00145561795, -0.0196238868, 0.00798613112, -0.000806879601, 0.0173236504, 0.0215647109, -0.0118390266, 0.0134420032, 0.000811372243, 0.000903920794, 0.0208890159, -0.00248353579, -0.00531210704, -0.0223410409, -0.0128094377, -0.0187900513, -0.0269990172, -0.00331018306, -0.0130322734, -0.0216365922, -0.00799331907, 0.0042051184, -0.00904280227, 0.0200695582, -0.000334028387, -0.0190919563, 0.0167629682, 0.0113861673, 0.0128381914, 0.00688992487, -0.0029885096, 0.0109476848, 0.00166407682, 0.00435607135, -0.0157422386, -0.0191063341, 0.00704447227, 0.00447108317, -0.0102863666, 0.00661317818, 0.0170361213, 0.0113286618, 0.0162022859, 0.00756202545, 0.00311250659, -0.0182006154, 0.00149515329, 0.000553943508, 0.013161662, -0.0116161909, -0.0190344509, 0.00692946045, -0.0198826641, -0.0153972032, 0.0131472852, -0.0165473223, 0.0034773096, 0.0169067327, -0.0092728259, 0.0119756022, 0.0191063341, 0.000575957471, -0.00108722085, -0.0309956782, -0.018042475, -0.0306793954, 0.0191063341, 0.00864026, -0.0177549459, -0.0158572514, -0.00488081295, -0.000101533849, -0.00256260647, 0.0093734609, 0.00355817727, 0.00442795409, 0.00930157863, 0.0143980384, 0.00580809545, -0.0227435809, 0.0104588848, 0.0148365209, -0.00274770358, -0.00339644193, -0.00635080738, 0.02613643, -0.0254176054, -0.00513599534, -0.00968255475, 0.0162022859, 0.00631486624, 0.00142327091, 0.000177234964, -0.00418714806, 0.0186175331, 0.0101857316, 0.00444233045, 0.00733559579, 0.0151528036, 0.0254751109, -0.00520787761, -0.00343238306, 0.019020075, 0.0019282446, 0.00139182236, -0.000287304836, 0.000792952371, 0.00316282432, -0.0248425473, 0.00701571908, -0.0146927563, 0.0271571595, -0.00764828408, 0.00144214008, -0.000663564133, 0.010430132, -0.00448905397, 0.00761234295, 0.0167917218, -0.0232898872, -0.00176471216, 0.0109620616, 0.0221541468, -0.0265102182, -0.00159848423, -0.000209132762, -0.028767325, 0.014239897, -0.0250581931, -0.0297305472, 0.014038627, 0.0103798145, 0.00337128318, -0.0120331086, 0.00587997772, 0.0079214368, 0.000321673608, 0.00543790124, 0.0102360491, -0.0114939911, 0.00683241896, -0.0180712268, 0.0114364848, 0.00939502567, 0.0145849325, -0.00508567737, -0.00497785397, 0.0249863118, 0.00371272443, -0.00131634588, 0.0052761659, 0.00793581363, 0.00556010101, 0.0151384268, -0.0126584852, 0.00623579556, 0.00865463726, 0.0187037922, 0.0194801223, -0.00361748016, 0.0102576138, 0.0311394427, 0.0110842614, 0.0113358498, 0.0152678154, -0.0283647832, -0.00411886, -0.00798613112, -0.0145489918, 0.00673178397, -0.00494910125, 0.00132353418, 0.00425903033, 0.0133773088, 0.00750451954, -0.0239080768, -0.0112567786, 0.0202708282, 0.0013073606, -0.00887747295, -0.0255326182, -0.00502098352, 0.0122415675, -0.0118246498, 0.0113861673, -0.0344747826, 0.0169786159, -0.000740388408, 0.00435966579, 0.0223697927, -0.00116898702, -0.00304960948, -0.00179166801, 0.00675694272, 0.00184198574, -0.017467415, 0.0163604263, -0.0142542738, 0.000397823984, -0.00117437821, -0.0013675621, -0.0111058261, -0.0121193677, 0.00533007784, -0.000256080937, -0.0118246498, -0.00457171863, -0.0257626418, 0.0167629682, 0.00690070726, 0.0178124513, 0.0001241094, -0.00845336635, -0.0394202918, 0.0202995818, -0.0108829904, 0.0111705204, 0.0077129784, 0.00766266044, 0.00211334159, -0.00189769454, 0.00352583, -0.00717745442, -0.00325986533, 0.0262658168, 0.00449983636, -0.0215072054, -0.00067794061, -0.0173955336, 0.0117455795, -0.0189050622, 0.00391758932, -0.0141967675, -0.00221397704, 0.0146927563, -0.0200839341, 0.00943815522, 0.008093955, 0.00393196568, 0.00288607716, 0.000820806774, 0.0231317468, 0.00302984193, 0.0168492272, 0.0247706641, -0.0149515327, -0.00875527225, -0.0107607907, -0.0171511341, -0.0106601557, 0.00697259, -0.0114508616, -0.00645863079, -0.0190344509, -0.000313586846, -0.0209465232, -0.000326615525, 0.0190632045, -0.0395353027, 0.0107320379, 0.018042475, 0.00743982522, -0.00994133204, -0.00851806067, 0.00669943681, -0.000845067087, -0.00826647226, 0.00471907761, 0.0303056072, 0.00284294761, 0.00531210704, -0.00962504931, 0.0130466502, 0.017467415, 0.0308519136, -0.0117671434, -0.0162022859, 0.000881906832, 0.00557807181, -0.0021654563, 0.00925844908, -0.0118677793, -0.0175968036, -0.0176255573, 0.000440728763, 0.00388524216, -0.00728887226, -0.00794300158, 0.0160585213, 0.0267977472, -0.00375944795, 0.0143836625, -0.00847493112, 0.0079214368, -0.0326921, 0.0194801223, 0.00784236658, -0.000496886903, 0.00117707381, 0.000278993452, -0.0178124513, -0.0236636754, -0.00925844908, 0.00259495364, 0.0083958609, 0.0197101459, 0.0195376277, -0.0163748041, 0.00229484471, -0.00497785397, 0.0117599554, 0.00178897241, -0.0265821, 0.00783517864, 0.0292705, -0.0115443086, 0.017654309, -0.02107591, -0.0138445441, -0.00221038284, -0.00159129594, 0.0012408694, -0.0075188959, -0.00363724795, 0.00954597816, 0.0148221441, 0.0189913213, -0.0154259568, 0.016489815, 0.00240626233, -0.00340542733, 0.0138589209, -0.0147358859, 0.00869057886, 0.00639393693, -0.0286091827, 0.01814311, 0.00616750726, -0.0255757477, -0.0052941367, 0.00431294227, -0.0151671795, 0.00593748363, -0.00500301272, 0.000614145, 0.0132551091, 0.00365701551, 0.0210615341, -0.00956754293, 0.0105451439, -0.0062214192, 0.0163748041, 0.000938963436, 0.0107104732, -0.00355458306, -1.81671458e-05, -0.00749014271, -0.00380617147, -0.0196813922, 0.0255182404, -0.00693664839, 0.000965919346, -0.0106745316, 0.00102701935, -0.01659045, 0.00789987203, -0.00599858351, 0.00697977794, -0.00336050079, 0.00837429613, -0.00108272815, 0.00979037862, 0.00465438329, 0.00168474298, 0.0071307309, -0.0191925932, 0.00770579, 0.0107032843, -0.0109620616, 0.0103151202, 0.0176830627, -0.0223410409, -0.00761953089, 0.00620704237, 0.00710916612, -0.00397509523, -0.00659880135, 0.00929439068, -0.00711994851, -0.0204577222, 0.0032922125, -0.0227148291, -0.0032922125, 0.013362932, -0.00191566511, -0.00729606068, -0.0132407323, -0.00501020113, -0.0180712268, 0.00521866, 0.00253924471, 0.01638918, -0.00147358852, -0.00773454271, 0.0100922845, 0.0062897075, -0.00596983079, 0.0118677793, -4.95595232e-05, 0.0040469775, -0.0220966395, 0.0108039202, 0.00369115965, -0.00110878551, 0.026438335, 0.01365765, -0.00573980715, 0.00119324727, -0.0048556542, -0.0210902877, 0.0021744417, 0.0160297677, 0.0119324736, 0.0220966395, 0.00756202545, 0.000865284, 0.00944534317, 0.0101066614, 0.0017970592, 0.0121768732, -0.0179705918, -0.0184162632, -0.00953160226, -0.00084237149, 0.00133251946, 0.00881277863, 0.0161160268, 0.00576137193, 0.00611719, -0.00621423079, -0.00563917169, 0.00214389176, -0.0162741691, 0.00605249545, 0.0084461784, -0.0083599193, -0.0235342868, -0.0060273367, 0.0223697927, -0.0176255573, 0.01814311, -0.00517553044, 0.000539117784, 0.00114652375, 0.0106889084, 0.0155265918, 0.0162597913, 0.0167917218, -0.00529054226, -0.028767325, -0.00800050795, 0.00777048431, 0.0135642029, 0.00532288942, 0.0181143563, -0.0162741691, -0.00239188573, 0.00657004863, -0.00952441432, -0.00502457749, 0.00576137193, -0.0213059336, -0.03392848, 0.00209537102, -0.00894216634, 0.00757640181, 0.00660239579, 0.00626095431, 0.0196813922, -0.0073068426, 0.0189769454, -0.00727090146, -0.00189050636, -0.0138157913, -0.0175249223, -0.00149335619, 0.00091155828, 0.00886309613, 0.00248713, 0.00290764193, -0.0163316745, 0.0185312741, -0.0180856045, 0.0249431822, -0.0186319109, -0.0128166266, 0.00876246113, 0.00584403658, -0.00100994727, 0.000439156342, -0.0141752036, 0.00182311656, 0.023117369, 0.0132766739, 0.0170504972, -0.0388739854, 0.000674346462, 0.00452858908, 0.0112927202, 0.0191782154, -0.00723136635, -0.0037163184, 0.0253601, 0.00236313278, 0.00659880135, 0.00675694272, -0.00426981272, -0.00465078931, 0.00873370748, -0.00859713089, -0.00765547249, -0.0159435086, 0.0239512045, -0.0318007618, 0.0132335443, -0.00863307249, -0.00165059895, -0.0140170623, 0.0366025, -0.000970412, -0.00542352488, -0.000927282555, 0.0210902877, -0.00443514204, 0.0134995086, 0.0172948986, -0.0237643104, -0.0139236152, -7.88459729e-05, -0.00843180157, 0.00678929, -0.00312149199, 0.0153828273, 0.0249863118, 0.00246736221, -0.00653051306, 0.0213778168, 0.0103941904, 0.0110483197, -0.00958192, -0.0100204023, 0.00103780173, -0.00435966579, 0.0167917218, 0.0108398609, 0.00807239, 0.0100132143, -0.01989704, 0.00137564889, 0.0196670163, -0.0152821913, 0.0101354141, -8.91790623e-05, -0.00759796659, 0.00098658551, 0.008093955, 0.00512521295, -0.00352583, 0.0144555448, -0.00940221362, -0.00135677971, 0.00272434182, 0.0148796504, 0.0234624054, 0.00516115408, 0.000900775951, 0.0291842427, -0.0314269699, 0.00736075453, 0.0129675791, 0.00681444863, -0.0143692857, -0.0183012504, 0.0102648027, 0.0156991091, -0.0197676513, 0.0156559795, 0.00126692676, -0.00306218886, 0.00693664839, 0.0256332532, -0.0131832268, -0.0156703573, 0.0261220522, -0.0295005236, 0.00131005619, 0.00558166578, 0.0106889084, -0.00781361386, 0.0113933552, -0.00200192397, 0.013751097, 0.00686476612, -0.00241165352, 0.0162741691, -0.0350498445, -0.00230562687, 0.0154547095, -0.00686836056, -0.0153396977, -0.0178555809, -0.00368037727, -0.00567151885, 0.018445015, 0.00238649454, 0.00607765419, -0.0119324736, 0.00345574482, -0.0224560518, -0.00259315642, -0.029356759, -0.00456812466, -0.0186031573, -0.00753327226, 0.0196813922, -0.00433450704, -0.011508367, 0.0145849325, 0.0102648027, -0.00864744931, -0.00222296221, -0.0172517691, 0.0103870025, 0.00647300715, -0.0259926654, 0.00150054449, -0.0103438729, -0.0165041927, -0.00171169895, 0.000562030298, -0.0111992732, 0.00777767226, 0.00668506045, 0.0220247582, 0.00146280625, 0.00196059165, 0.0130897798, 0.00213310937, -0.0108973673, 0.0121553084, -0.0240087118, 0.00069456338, 0.00799331907, -0.0166623332, 0.0163316745, -0.00467235409, 0.00248533301, 0.0160585213, 0.00642268965, -0.00824490748, 0.011307097, 0.00968974363, -0.00917219, -0.0129100736, 0.011019567, 0.00556369545, -0.00859713089, 0.0128813209, -0.000703099417, -0.0102719907, 0.00531929545, -0.000253834616, -0.00400744192, 0.00902842544, -0.0244687591, 0.01394518, 0.0116880732, 0.00381695386, -0.0135426382, 0.0136792148, -0.0120690493, 0.0133844968, 0.00513599534, -0.0192069691, -0.0093375193, 0.00625017192, 0.00274770358, 0.00210795039, 0.0142470859, 0.0332384072, 0.0104948254, 0.0104085673, 0.0142902145, -0.000965020794, 0.00503895385, 0.0185025223, 0.0106098372, -0.010142602, 0.00971849635, -0.0234767813, -0.00975443702, 0.00636518374, 0.00766984886, 0.0262801945, -0.03082316, -0.00144034298, 0.00816583727, -0.00322572142, 0.0258345231, -0.0119180968, 0.00152570324, 0.00451061875, 0.00709838374, -0.00930876657, -0.0105954614, -0.0105738966, -0.0199689213, -0.00243681227, -0.00740388408, 0.0208027568, 0.00463641295, 0.011026755, -0.00487362454, 0.0053264834, 0.0243681222, 0.0152246859, -0.0134779438, -0.0116593204, -0.00629330147, 0.000976701733, 0.0328933708, -0.00544508966, -0.00354919187, -0.0102863666, -0.0121409325, -0.00611719, -0.0171942618, -0.00101713557, 0.00897092, 0.00472986, -0.00666708965, 0.00455734227, 0.0119180968, -0.00818021316, -0.00339644193, -0.00425903033, 0.00610281294, -0.0129028857, 0.00877683703, 0.00405776, 0.00055484206, -0.0126944268, -0.0425543636, 0.0263520759, -0.0132047916, 0.0129675791, -0.0189050622, 0.00714510726, 0.0179993454, -0.00740388408, 0.0296442881, -0.0137079675, 0.00802207272, 0.000958731107, -0.00495628919, -0.00602374272, 0.0117312027, 0.0168492272, 0.0227148291, 0.02185224, -0.0113430377, -0.0439345054, 0.0105020143, 0.00400744192, 0.0101282261, -0.00389602431, 0.00235235062, -0.00704806624, -0.00105038111, 0.00747576635, -0.0209033936, 0.00362107437, -0.0212052986, 0.01696424, -0.00704447227, 0.00223913579, 0.0234767813, -0.00518631283, -0.0176686868, -0.03433102, -0.00872651953, -0.00201809756, -0.00366420369, 0.0135426382, -0.0104804495, -0.0127878739, -0.00088684872, 0.0031646213, 0.0124212736, -0.000810024445, -0.00511443056, 0.000690070738, 0.00219420926, -0.0104660727, -0.00229843869, -0.0259064063, 0.00304421829, 3.11677468e-05, -0.0201845691, 0.0111705204, -0.00105038111, 0.00200911216, -0.00654129544, 0.00856837817, 0.00289146835, -0.0305643827, -0.00697259, 0.00820896681, 0.0162166618, 0.012780685, 0.0165041927, 0.00722058397, 0.0166479573, 0.00374866556, 0.00417995965, -0.0154690854, 0.0251157, -0.0062034484, 0.0167917218, -0.0264239591, 0.00558526, -0.0103223082, 0.0224416759, -0.011997167, -0.00522944238, -0.00228585931, -0.0156703573, 0.0017431475, -0.0136001445, 0.0179130863, -0.0276172068, -0.0221110173, -0.00698337192, 0.00521147158, -0.0212340523, -0.0168492272, 0.00970411953, -0.00214389176, -0.0227723345, -0.00415839488, 0.0170073677, 0.0115658734, -0.0204145927, -0.00930157863, 0.0279334877, -0.0190488286, -0.0263664536, -0.00337308017, -0.00799331907, -0.00237391517, -0.00565354852, 0.0152103091, 0.0105738966, -0.00153379, 0.00876964908, -0.00158590474, -0.00126872386, -9.95683149e-05, 0.00420871284, -0.000454656, -0.0149946623, 0.00143225619, 0.0197388977, 0.0101354141, 0.00744701363, 0.0411167145, -0.0204720981, -0.00145112537, 0.0155409686, 0.0161016509, 0.00802926067, 0.000478467031, -0.00526897749, -0.00398947159, -0.0294717718, -0.00436685374, 0.00823772, -0.0120762382, 0.00369115965, -0.0213490631, 0.019997675, -0.0150377918, 0.00225710636, -0.0135857677, -0.00380976545, -0.016288545, 0.00187972398, -0.000450163323, -0.0093375193, 0.010631402, -0.0163029209, -0.0034719184, 0.00528335432, 0.00549181318, -0.000996469287, -0.0108829904, -0.0248425473, -0.0094094025, 0.00573980715, 0.00987663772, -0.0209033936, -0.00596623681, 0.0117815202, 0.00623938954, 0.0193363577, -0.0112567786, -0.0109117432, -0.0137151564, -0.000119841388, -0.00926563703, 0.0119396616, -0.00448546, -0.00147089292, 0.0175968036, 0.00894216634, 0.0232180059, 0.00103061344, 0.0138229793, -0.00782080181, -0.00139901065, 0.00734637817, 0.0162166618, 0.0157422386, -0.00357255363, -0.0104732616, 0.0288823359, -0.00616391329, 0.00667068362, 0.00570746, 0.00195160636, -0.011508367, 0.0178124513, 0.00244220346, 0.0014852694, -0.0123637673, -0.0137079675, 0.00714151328, -0.00512880692, 0.00183210184, 0.000369295682, 0.00895654317, -0.00278184772, 0.00921531953, 0.00532288942, 0.0186031573, 0.0123565793, -0.00548821874, 0.0430431627, -0.00372710079, 0.0221541468, 0.00928001385, -0.0147502618, -0.0177261923, 0.00931595545, 0.0101929195, 0.0028573242, -0.0224129222, 0.00437763613, 0.00764828408, -0.00211334159, 0.0103654377, 0.0044171717, 0.00244939164, -0.0274734423, 0.00964661408, -0.0108326729, -0.0290117245, -0.0019192592, -0.0284222886, 0.00460047182, 0.0123709561, 0.00699056033, -0.00810114294, 0.00570386602, -0.000545856718, 0.000285058515, -0.00264347414, -0.00285193301, -0.00257878, -0.00300827716, -0.01969577, 0.0122056259, 0.00399665954, 0.0103223082, 0.0157422386, 0.0110411318, 0.00343418028, 0.00396431284, -0.0127663091, -0.00831679, 0.00533007784, -0.0117527675, -0.0151096741, -0.000529683195, 0.00779204862, 0.0197388977, -0.00538039533, 0.00710557215, 0.0122631323, 0.00636158977, -0.00386008318, 0.016777344, 0.00410088897, 0.0179849695, -0.0171798859, -0.0217228513, 0.00731762499, -0.00397509523, -0.0141967675, 0.00168384449, 0.0161304027, -9.00775922e-05, 0.0219816286, 0.00441357726, 0.00608484261, 0.0114796143, 0.00123008701, -0.00812989566, -0.0141176973, -0.00417636568, 0.00273692119, -0.00445670681, 0.0163748041, -0.0136864027, 0.00623579556, -0.00836710818, 0.00320954784, -0.0141033204, -0.00249431818, -0.00874089636, -0.00191746221, 0.0111561436, 0.00327603891, 0.00501020113, 0.00536601897, -0.0171080045, -0.0210615341, -0.0218378641, 0.000400294928, 0.00954597816, 0.00603452465, -0.010530767, -0.0146136852, -0.00846055523, -0.00341081852, 0.00981913134, -0.00187073869, 0.000254733139, -0.0140530029, 0.00611719, -0.0171511341, 0.00689711329, 0.0223266631, -0.0221110173, 0.00409729499, 0.00635440135, 0.00903561339, 0.0230886173, 0.00571105443, 0.0024727534, 0.0069546192, -0.0131185325, 0.00277106534, 0.00656286, -0.0093231434, 0.0165041927, -0.00572902476, 0.00234695943, 0.0114868023, -0.021262804, 0.00381695386, 0.0166623332, 0.00840304885, -0.00870495476, -0.00910749659, -0.017064875, -0.00481971307, 0.00288607716, 0.00761234295, 0.0439345054, 0.00982632, -0.00281239767, -0.00325986533, -0.00390680693, 0.0074326368, -0.000119616758, 0.0118174618, -0.00956754293, 0.0294286422, -0.00138912676, -0.0140601918, -0.00546665397, -0.0197676513, -0.0137007795, 0.0339859836, 0.00490956567, 0.0151959332, -1.36604576e-05, 0.0148365209, -0.00925844908, -1.91779909e-05, -0.00759077817, 0.00803644862, 0.0293855127, -0.00638315454, 0.00951003749, -0.0121337436, -0.0126512973, 0.0167485923, 0.0111705204, 0.00408651261, 0.02087464, -0.00581168942, -0.0193938632, -0.000671650865, -0.0176830627, 2.16208682e-05, 0.00649097795, 0.00473704794, -0.00733200181, -0.0140601918, -0.0103007434, -0.0132263564, 0.00930876657, 0.0248569231, 0.00199832977, 0.0164179336, -0.00640831329, 0.0122128148, -0.0222691577, 0.0112855323, 0.0111273909, 0.0144196032, 0.00147808122, -0.0130969677, 0.01541158, 0.0247562882, 0.0176686868, 0.00286990358, -0.0107751675, 0.00495988363, 0.00134779443, -0.00317899766, -0.00518631283, -0.0208602641, 0.0262801945, -0.0142183322, -0.0242962409, 0.0173524041, -0.00557807181, 0.0213203114]
|
18 Nov, 2020
|
HTML5 MathML scriptsizemultiplier Attribute
18 Nov, 2020
The MathML scriptsizemultiplier attribute in HTML5 is used to specify the multiplier used to adjust the font size due to changes in scriptlevel. The default value of this attribute is 0.71. This attribute is accepted by the <mstyle> tag only.
Syntax:
<element scriptsizemultiplier="number">
Attribute Values: This attribute has a single value as mentioned above and described below:
number: This value is used to specify the multiplier used to adjust the font size due to changes in scriptlevel.
The example below illustrates the MathML scriptsizemultiplier attribute:
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>
HTML5 MathML scriptsizemultiplier
Attribute
</h3>
<math>
<mstyle displaystyle="true"
mathcolor="purple" scriptlevel="0"
scriptsizemultiplier="2">
<mrow>
<msubsup>
<mo>∑</mo>
<mn> i=1 </mn>
<mn> n </mn>
</msubsup>
<mo>+</mo>
<msub>
<mi>x</mi>
<mn>i</mn>
</msub>
<mo>=</mo>
<mn>?</mn>
</mrow>
</mstyle>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML scriptsizemultiplier attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute/HTML5 MathML scriptsizemultiplier Attribute
|
https://www.geeksforgeeks.org/html5-mathml-scriptsizemultiplier-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML scriptsizemultiplier Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, HTML5 MathML scriptsizemultiplier Attribute, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0226642378, 0.0116539784, -0.0121099446, 0.0375770405, 0.0642108694, 0.0226776488, 0.0229458641, 0.0496467501, 0.00936073251, 0.0433973223, -0.0136588914, 0.0121233556, -0.0163745768, 0.0078184912, 0.0236432254, -0.00253296341, 0.00802635867, -0.00277435756, -0.0234018322, 0.0383816846, -0.03030839, 0.0117612649, -0.0230933838, 0.0474742, -0.050692793, 0.0239114426, -0.00889135525, -0.00801965315, 0.00411376031, -0.0244210511, -0.015784502, 0.00536766928, 0.000465186837, -0.0138265267, -0.0109901438, 0.00551518798, 0.029852422, 0.0292623471, -0.0052670883, -0.0570763312, -0.0114192888, -0.0218193587, 0.0119154882, 0.0424853899, 0.0223960225, -0.0117545594, -0.0124116875, -0.0192176644, -0.017460851, -0.00572305545, 0.0542600639, 0.00424451567, 0.00587727968, -0.0164952744, 0.00487147, -0.0272641405, -0.030522963, 0.0276798736, -0.0230531506, -0.031971328, 0.00938084908, -0.0387035459, -0.00670874864, 0.00909922272, -0.0387571901, -0.0194724705, 0.0114930486, 0.042995, -0.0231067948, -0.00667522149, -0.0189762712, 0.00325546972, 0.00412717136, -0.000885112269, -0.00417410908, -0.035994567, -0.0111376625, 0.000140708536, 0.00493852422, 0.0057565826, 0.0315690041, 0.0267411191, -0.00407688087, 0.00962224323, 0.0137460614, 0.00907910615, -0.0227447022, -0.0350021683, -0.0158515554, 0.0155162858, -0.0419489555, 0.00719488971, -0.000735079055, 0.00146177632, -0.0412784182, -0.0029336107, 9.05752313e-05, 0.013679008, -0.0225837734, -0.0318908617, 0.0132364519, 0.0232274923, 0.0121568833, -0.0197272748, 0.0426999629, 0.0242333, -0.0306302477, -0.0109096793, 0.0234420635, 0.0249977168, 0.00848232582, -0.0508805439, -0.0182520878, -0.0265399572, 0.000167425358, 0.0248367861, -0.0379257202, -0.0426731408, 0.0581491925, -0.0117679695, -0.0620115027, -0.00952166226, -0.00647405954, 0.0402860194, -0.0401250906, 0.00810011849, -0.0281090196, 0.000388912973, 0.0381134711, -0.0563789681, -0.0324541144, 0.0214170348, -0.0272373185, -0.030522963, -0.00473736227, 0.00944790244, 0.00493852422, -0.0247563217, 0.0102257291, -0.038515795, -0.0559498221, 0.00726864906, 0.0480642766, 0.0166696142, -0.0230397396, -0.0309521072, -0.00535761146, 0.0539650247, -0.0206526201, 0.0175681375, -0.0252927542, -0.00564259058, -0.00876395218, -0.0315958261, -0.0212158728, 0.02354935, -0.0318372212, 0.0404469483, -0.0272641405, 0.0230933838, 0.01041348, 0.0180643369, 0.0147384601, 0.0362896025, 0.00373155274, 0.0223960225, -0.0184264276, 0.00431492226, -0.0129749412, 0.0280285552, 0.00319512119, -0.00083566, 0.00422104681, -0.0306570698, -0.0220339317, 0.0315690041, -0.0146043524, -0.0508000776, 0.011244949, -0.006624931, -0.0366114601, -0.0349753462, 0.000921153754, 0.0373088233, -0.0134309083, -0.0169914737, 0.00450937869, 0.0123245176, 0.00899864174, -0.00193953572, -0.0253598075, 0.0170719381, 0.0400714464, -0.0079257777, 0.0395350158, 0.00280117919, -0.0106414631, -0.0117545594, 0.0324809365, -0.0240589604, 0.00286655687, -0.0224094335, 0.00351027469, -0.00156990078, 0.00431492226, -0.00465019187, 0.00112063927, 0.0181582123, 0.0413588807, -0.000717058254, 0.0129548246, 0.0087304255, -0.00905899, -0.01041348, 0.00443561934, -0.00114997535, -0.0033242, 0.0140679209, 0.0255475584, -0.0377379693, 0.0543137081, -0.0248636082, -0.0192981288, -0.0282163061, -0.0419489555, -0.0176217798, -0.0445774719, -0.0443092547, 0.0144434227, -0.0175010841, -0.0307107139, 0.0469377711, -0.00839515589, 0.0299865305, 0.043316856, 0.0232945457, 0.00871701445, -0.0229324549, 0.0142020285, 0.0230129194, -0.00913945492, -0.0274921227, 0.00350692216, -0.012418393, -0.00544813415, -0.0135448994, 0.0173401535, -0.0197406858, -0.00439874, -0.0114863431, 0.0101653803, -0.0315958261, -0.0129078869, -0.0210281219, -0.0114662275, 0.0412515961, 0.0168439541, 0.022074163, 0.00283135334, -0.00303754443, 0.0266204216, -0.0160661284, -0.0197406858, -0.0011541663, 0.0164416302, 0.0212024618, 0.0223289691, -0.0353776701, -0.0163209345, -0.0186007675, 0.00744298939, -0.0693069696, 0.0143897794, -0.0311130378, -0.0325614028, -0.0121702934, 0.0285918079, 0.00708089815, 0.0330173708, -0.014081331, 0.00329905469, 0.0383816846, -0.000763576943, 0.0606167801, 0.00903216843, 0.009682592, 0.0321590789, -0.00961553771, -0.0197809171, -0.00824093167, -0.038301222, -0.0144434227, 0.0241260137, 0.018721465, 0.0200223122, -0.003630972, 0.00260839891, 0.0127536627, 0.0311666802, -0.0181045681, -0.0421367064, 0.00324708805, 0.0287527386, -0.0511487611, -0.0195261128, 0.0226374175, 0.0216047857, 0.0124653308, -0.0126128495, -0.0356995277, 0.00606503058, -0.00206861459, -0.0196870416, -0.0017936934, -0.0462404117, -0.0146982279, 0.029879244, -0.0318372212, -0.000371101749, 0.0153955892, 0.00290343654, 0.0258023627, -0.044175148, 0.0506391488, 0.0142690828, 0.0110974303, -0.0715063438, -0.0269959234, -0.0134309083, -0.0308984648, -0.0482788496, -0.0480642766, 0.0121702934, -0.00628295587, -0.0278944466, -0.054930605, 0.0400982685, 0.0144970659, -0.0366382822, 0.0283772349, -0.0266472436, -0.00738934614, -0.0175681375, 0.0458917283, 0.0156906266, -0.0280821975, -0.00442891382, 0.0053341426, 0.0447384, 0.0281090196, 0.000962224323, 0.0501295403, 0.0403396636, 0.00125307089, 0.0177156553, -0.0395350158, -0.00209543621, -0.0104201855, -0.0495126434, -0.0277871601, -0.0334465131, 0.0128944768, 0.00947472453, -0.0439337529, 0.0113857621, -0.0598121323, -0.00468371902, -0.0386767238, 0.0147786923, -0.0307375342, -0.00775814289, -0.00446244096, 0.0238443874, 0.0275994092, -0.00831469055, 0.02861863, 0.0145507092, -0.0166696142, -0.0345462, 0.0229726862, 0.000201580959, 0.0479033478, 0.0238980316, -0.00436186, 0.0178631749, 0.0173669755, 0.0264594927, -0.0293696336, 0.0127067249, 0.0103799533, 0.00205017487, 0.0151810162, -0.0205989759, -0.0462672301, 0.0136991236, -0.00419087242, -0.0102659613, -0.0664102435, 0.022074163, 0.00373490551, 0.0283504147, -0.0303888544, -0.00833480712, 0.00698031718, 0.0285918079, 0.00755027588, -0.0604022071, -0.0184130166, 0.0536163449, -0.0252122879, -0.00805318076, 0.0150469085, -0.0213097483, -0.0237505119, 0.0274653025, 0.02354935, -0.0109163849, 0.017460851, -0.0091327494, 0.00794589426, 0.0677513182, -0.0229592752, -0.000176330956, -0.00135197549, 0.00644388562, -0.0175815485, -0.0585246943, -0.00802635867, 0.0341707, 0.00670874864, 0.00191271421, 0.016200237, 0.00910592731, 0.015409, -0.0247965548, 0.0240857825, 0.00589739578, 0.00878406875, -0.0084353881, 0.000497875619, 0.00216249027, -0.0214438569, -0.0144300116, 0.0464549847, -0.0245417487, 0.000864157919, -0.00869689882, -0.0439337529, 0.00622596033, 0.0352167375, 0.0123513397, -0.0205453336, -0.0400178023, -0.0032286481, 0.0346266627, 0.0164550412, 0.0186141785, -0.0114528164, 0.0221278071, -0.00233012508, -0.0464549847, 0.0152078383, 0.0246088039, 0.00736252451, 0.0217657145, -0.0210951753, -0.0412784182, 0.0280285552, -0.0129548246, 0.00914616, -0.0351630971, -0.0266606547, 0.0198479723, 0.0242735334, 0.0197406858, 0.0350289866, 0.00480441609, -0.0125457961, 0.0120630069, 0.0190165024, 0.0358336344, -0.000990722212, 0.0100916205, -0.00305598415, 0.00592757, -0.0243137665, 0.0175010841, 0.028189484, 0.0188555736, 0.00333425822, -0.0141349742, 0.00564594334, 0.00739605166, -0.0119490158, 0.000371939939, 0.0313007869, -0.00757709751, -0.0345998444, 0.0247160885, -0.0334196948, -0.0308716428, 0.010312899, -0.00831469055, 0.0534822382, -0.0017517847, 0.0560571104, -0.0358336344, 0.0231738482, -0.0261510443, 0.00725523848, 0.0204514582, -0.00102257286, -0.00543472357, 0.00491840811, -0.000742622593, -0.0105609987, 0.0137997046, -0.00503239967, 0.0107353386, 0.00517991837, 0.00787213445, 0.00385560258, -0.0111242514, 0.00708089815, 0.0184800718, 0.00973623525, 0.0236029942, 0.0108493306, -0.000473149499, -0.0186812337, 0.00574317155, -0.0121300612, 0.0297183152, 0.018641, -0.00779837556, 0.00218428276, -0.0509878322, 0.0142690828, -0.0120227747, 0.0245149266, -0.00551854074, -0.0296378508, -0.0252122879, -0.00595103903, 0.00899193622, 0.0115533974, 0.00691326335, -0.041224774, -0.0254805051, 0.00712783588, -0.0137594724, -0.00548836635, -0.00188756897, -0.0383548662, 0.00533079, -0.00915286504, -0.00428474788, -0.0400178023, 0.00653105555, -0.0253329854, 0.0134979617, -0.00140058959, 0.0332319438, 0.0355922431, 0.00340298843, -0.0113321189, -0.0252659321, 0.00977646746, 0.00362761924, 0.00226810016, -0.0125592062, 0.000810514728, 0.0530799143, -0.0254402719, -0.0189494491, 0.0203307606, 0.00609855773, -0.00227480568, -0.017889997, -0.00282967719, -0.00748322206, -0.0158917885, 0.0204514582, 0.013451024, 0.00654781889, -0.00159253157, -0.0105744097, -0.03406341, -0.0634062216, -0.0118283182, 0.028833203, 0.0277335178, -0.0123647498, -0.0191237889, 0.0211756397, 0.0329369046, -0.0260303468, -0.0152346594, 0.0422171727, -0.0409833789, -0.00414728746, 0.011788086, -0.00265366049, -0.0198211502, -0.0250513591, -0.0153419459, 0.00637683133, -0.00413387641, 0.00838845, 0.0100312727, -0.0154626425, -0.0271166209, 0.0168305431, -0.0128944768, -0.0206392091, 0.0273982473, -0.0105073554, -0.0141617963, -0.00787884, -0.00103682186, 0.0157040376, -0.00588398473, 0.0158783775, 0.00171825767, 0.0311130378, -0.0168573651, 0.00470048236, 0.0110639036, 0.0162941124, -0.0190567356, 0.00742957881, 0.00779167, -0.00697361166, 0.00631313026, 0.0418148488, 0.0231470261, -0.0119288992, 0.0108359195, -0.0236834586, 0.03030839, -0.00573311374, -0.00551183522, -0.0273043718, 0.0302547459, 0.00522350334, 0.00197306275, -0.0183057301, 0.0651764497, 0.0181984454, 0.0169110093, -0.0107889818, -0.00603820896, 0.00487482268, 0.00350692216, 0.0149664441, 0.0301206391, 0.0121434722, 0.0235225298, -0.00468371902, 0.00611867383, -0.0530799143, -0.0134242028, 0.0173803866, 0.0162270572, 0.037282, -0.0134845516, 0.00503239967, -0.0169378296, -0.0388912968, 0.0464281626, -0.0159186106, -0.00329570216, 0.020625798, 0.0353240259, 0.0157308597, -0.0108761517, -0.00646064896, 0.0279480908, -0.0241796579, 0.0431827493, -0.0159454308, 0.00422775233, -0.00109800859, -0.00309286383, -0.00416069804, -0.0124720363, -0.0318372212, 0.0172731, -0.00838174485, -0.0015263157, 0.0722037, -0.000792494, 0.0220607519, 0.0250647701, -0.00083859358, -0.00775814289, 0.0285113435, 0.00499887252, -0.0135180783, -0.0371478945, -0.00593427522, 0.0065846988, -0.00595774408, -0.00209878897, -0.00236365199, 0.0190433245, 0.0114327, -0.00641371123, -0.0226374175, -0.0442824364, 0.00627625035, 0.0565935411, 0.0174206179, 0.0459185503, -0.0127737792, -0.00425122119, 0.00508604292, 0.00334599265, -0.0222619139, 0.0158247352, 0.0192042533, 0.0078184912, -0.0118618449, -0.02692887, 0.0150469085, 0.00924674142, 0.0333392285, -0.0108962683, -0.0116942106, -0.000352871459, -0.00327558583, -0.000641203485, 0.015409, -0.00870360434, -0.0171121713, 0.0225837734, 0.00237538642, 0.0177827105, -0.0164684523, -0.0114461109, -0.0116472729, 0.0250781812, 0.00649417611, -0.00448255707, 0.000963062514, -0.0279212687, 0.0140008666, 0.0107018119, 0.00411040755, 0.0157308597, 0.0294500981, -0.0261778664, 0.0232677236, -0.00177525356, 0.0194054153, -0.0128006, 0.00233515422, 0.00561241619, 0.0092400359, -0.0150066763, -0.00720159523, 0.0179168172, -0.00093791727, -0.0085158525, 0.0257218983, 0.0365309976, -0.0522216223, -0.0217523035, 0.00923333, 0.00288499659, -0.0255877916, -0.0278408043, 0.0309252851, 0.000813029241, 0.000246004201, 0.0245417487, -0.0393740833, -0.00804647524, -0.00527714659, -0.00432162778, 0.00186745275, 0.0180777479, 0.00748992711, 0.0344389118, -0.00759050809, 0.00137544435, -0.00852255803, 0.000388493878, 0.0106414631, 0.0324809365, 0.0438264683, 0.0400178023, 0.0115064597, -0.0122172311, -0.000181464784, 0.00215243199, -0.0253329854, 0.00470383512, 0.00980328862, -0.0157576799, 0.0285918079, 0.0113388244, 0.00803306419, 0.00293193432, 0.00736252451, -0.00373490551, -0.0133169163, 0.00311465631, -0.0269020479, -0.0146311736, -0.037228357, 0.000646232511, -0.0274921227, -0.0356995277, 0.0137997046, 0.00840856694, 0.0258694179, 0.00538778584, 0.00359744485, 0.0231604371, -0.00264695496, -0.0307911783, -0.0124787418, 0.00460995967, 0.0474742, 0.00571299717, 0.0349753462, -0.0299060661, 0.0345462, -0.01210324, 0.0122909909, 0.00685291458, -0.00157157716, 0.0247429106, -0.00722841686, 0.0154894646, -0.00948813558, 0.0232006703, -0.0287527386, 0.013477846, -0.00325379334, 0.00464013405, -0.00190768519, -0.00224127853, -0.0206526201, -0.0128743602, 0.0055218935, -0.00805988628, 0.0172060467, 0.0114528164, 0.0152614815, 0.0472328104, 0.0199418478, -0.00203173491, -0.00573646603, 0.00567947049, -0.0318640396, 0.00653440831, 0.0172060467, -0.0158783775, -0.0243405867, 0.00998433493, 0.0285113435, -0.0304424968, 0.0457844436, -0.000741784403, 0.0312739648, -0.0178229418, 0.00529726269, 0.00384219177, 0.0146043524, 0.00164785108, 0.0156503934, 0.0109230904, -0.0128676547, 0.00153218291, -0.064532727, -0.0214170348, -0.0140679209, 0.0165489167, 0.0408760943, -0.00391259836, 0.00637347903, -0.00927356258, -0.00493181869, 0.0359141, -0.0284308791, -0.0295573846, 0.00694008498, -0.0208940133, 0.00423110463, -0.0212829262, 0.0362359583, -0.035779994, -0.0175144933, 0.0501027182, -0.00374496356, 0.00341304648, -0.0192176644, 0.0165757388, 0.0110773137, -0.0481179208, 0.0315958261, -0.0215377323, 0.0140545098, -0.00153888832, -0.000862481538, 0.0213499814, -0.00891817641, 0.00169897964, 0.0224496648, -0.00475747837, 0.00372149469, -0.0176083688, 0.0165757388, -0.0269556921, -0.00415064, -0.000963900646, -0.00801294856, 0.00477424171, -0.0241126046, 0.00261342805, 0.00794589426, 0.0409029163, -0.0431291051, -0.00926015154, -0.011244949, 0.0102324346, 0.0186812337, 0.00119104597, -0.027344605, 0.0140410988, 0.0163343437, -0.0281358417, -0.0257621314, -0.0374965742, -0.0230129194, 0.0174340289, -0.0436387174, -0.0110236704, 0.00303083891, -0.0175010841, 0.0257755425, 0.00271736179, -0.0124452151, -0.0453284755, -0.0363164246, 0.0150200864, -0.00240556081, 0.02861863, 0.0106481686, -0.018922627, -0.00839515589, -0.0217254832, 0.0163075235, 0.0242333, -0.00189762702, 0.0312739648, 0.0303620324, 0.0082610473, -0.0389717594, 0.0235225298, 0.0134174973, 0.0214572661, -0.0295573846, -0.022503309, -0.00681603514, 0.0198747944, 0.00232341979, -0.00708089815, -0.00603150344, -0.0472864509, 0.0417075641, 0.00259331195, -0.028404057, 0.0170719381, 0.0141215641, -0.015999075, 0.0387571901, 0.0214975, 0.0253061634, -0.0235225298, 0.031542182, 0.0111778947, 0.0375770405, -0.00171322864, 0.0431559272, -0.0145507092, -0.0105073554, 0.0110706091, 0.042083066, 0.0066919853, -0.0184934828, -0.0408760943, 0.0187885202, -0.000569539552, 0.0163477547, -0.0101922015, -0.0245551597, -0.0200759545, -0.0200223122, -0.00166293816, -0.0128073059, 0.00850244239, -0.0203441717, 0.0262180977, -0.000797523, -0.0079257777, -0.0203039385, -0.0171121713, -0.00646400172, -0.000773215957, 0.00206358568, 0.00304927886, 0.0285649858, -0.0159454308, -0.0119758369, 0.00618572766, 0.0212695152, 0.0452748351, -0.00865666568, 0.0131761031, -0.00409699697, -0.0347875953, 0.00311633269, -0.0156638045, -0.0209476575, -0.0136253648, 0.0252122879, -0.0202502962, 0.0167232566, 0.000531402649, 0.0227581132, 0.0225703623, 0.00496199308, 0.00698031718, -0.0225837734, -0.0487348177, -0.018721465, -0.0126933148, -0.00844879914, 0.00789225101, -0.0238980316, -0.01210324, -0.0035035694, -0.0238041561, -0.00459319633, 0.00408023363, -0.00305430777, -0.00393271493, -0.00968929753, 0.0282699484, 0.0234018322, -0.0210013, 0.0167366676, 0.00462337071, 0.0265399572, -0.0238846205, 0.0293159913, 5.42194139e-05, -0.0141349742, -0.0119825425, -0.0256950781, -0.00211219979, -0.00516650733, -0.0168305431, 0.0151810162, 0.0293964557, 0.0063298936, 0.0103061935, -0.0116204508, 0.0056694122, -0.0177693, 0.0206392091, 0.021054944, -0.0126262605, -0.000330240757, 0.00143076386, -0.00392600941, -0.0136588914, 0.0302547459, 0.00173334486, -0.00755027588, 0.00193618308, -0.00834151264, -0.0231470261, 0.00507263187, 0.0168037228, -0.0147384601, -0.00499216747, -0.0129481191, 0.0185203031, -0.010212318, -0.00783190224, 0.00480106333, 0.0192042533, 0.0177424774, 0.0769243, 0.014926211, -0.0429413542, -0.00797942095, -0.0107956873, -0.00725523848, 0.0109029738, -0.00551183522, 0.00637012627, -0.00966918096, 0.00193618308, 0.0389181189, 0.0106146419, 0.0147652822, -0.000794170308, -0.00895170309, 0.00604156172, -0.0117478538, -0.000260253175, -0.00249775988, -0.00899193622, 0.00928697363, 0.0379793607, -0.015784502, 0.0239382628, 0.017246278, 0.0081805829, 0.0285649858, 0.017031705, -0.0237907451, 0.0138667589, -0.00526373601, 0.0127670737, 0.00467030844, -0.0186544117, 0.0430754647, -0.0219400562, 0.0257084873, -0.0287259165, -0.0181716233, -0.0263790283, 0.00281794253, 0.00207196735, -0.00417410908, 0.00864325557, -0.0087706577, -0.00885782763, 0.00557218399, 0.0153821781, -0.00808000192, -0.0027307726, 0.0035672707, 0.0111108413, -0.00140142778, -0.00222116243, -0.0184666608, 0.00824763719, -0.030066995, 0.00491840811, -0.0283504147, -0.00415064, -0.00540790195, -0.0102659613, 0.010929795, -0.00603150344, 0.0269020479, -0.00436856551, 0.00814705621, -0.0139606344, -0.00423110463, -0.00638688961, 0.0060348562, 0.00551518798, -0.000582950364, -0.000881759566, -0.00685626734, -0.0165489167, -0.000272825797, 0.00544813415, -0.0121233556, -0.0148993898, -0.0184666608, -0.0320249721, 0.039159514, -0.0211488195, -0.0045864908, -0.00932720583, -0.0159186106, -0.00608849945, -0.00666516367, 0.00106783432, 0.00571635, -0.0289136674, -0.0111913057, -0.00829457492, -0.00142070581, -0.00320182648, -0.0101653803, -0.0165220946, -0.0268215835, -0.00825434271, 0.0109230904, 0.0264058486, -0.00729547068, -0.0217120722, -0.0222753249, 0.0167769, -0.0157308597, -0.0205721539, 0.0168171339, 0.00055151881, 0.00185236568, 0.00376172713, 0.0220607519, -0.0114528164, 0.00368796778, -0.022315558, 0.00183392584, 0.00430151168, 0.0030610133, 0.002420648, 0.0115198698, 0.00343651534, -0.0332051218, 0.00720159523, -0.00954177883, -0.00498546194, -0.00220775162, 0.0205051, -0.00572976097, -0.0171389915, 0.0239516739, 0.0186544117, 0.0199686699, 0.0202637073, 0.000582112174, -0.00235527032, 0.00307442411, -0.0101318536, 0.0262851529, 0.0246892683, 0.01641481, 0.00588063244, -0.0377111472, -0.0126597872, 0.0234018322, 0.0276262313, 0.0464281626, 0.0207733158, 0.0167500786, -0.0322395451, -0.0247160885, 0.0398300514, 0.0117277373, 0.0127938958, -0.0375502184, 0.00696690613, -0.0163611658, 0.0020183241, -0.00609855773, 0.015771091, -0.00434844941, 0.00393271493, -0.0081135286, 0.017889997, -0.00272406708, -0.00223960215, -0.0432363935, -0.00510280626, -0.013451024, 0.0181313902, 0.013350443, 0.0131761031, 0.0262985621, 0.00457308, -0.00985022634, 0.0182252657, -0.0152614815, 0.00704066548, -0.00385895534, -0.00583369425, 0.0142422607, -0.011788086, 0.00377178518, -0.00966918096, 0.0122842854, -0.0032286481, 0.00164449832, -0.0275189448, -0.0293428134, -0.0227983464, -0.0177558884, 0.0136186592, 0.0328564383, 0.020612387, -0.0133437375, 0.0092400359, -0.0261242222, 0.00824763719, -0.0144300116, 0.00223960215, 0.0293964557, 0.0147921033, 0.00253128703, 0.00108795054, -0.00945460796, -0.007261944, 0.0092802681, -0.016200237, -0.0257889535, 0.0314348973, -0.00812694, 0.0106615797, 0.0329905488, -0.00787884, 0.0235359389, 0.0337415524, 0.000896846701, -0.000294199242, 0.039159514, 0.00705407653, -0.0154894646, -0.00576664042, 0.00283302972, -0.00889806077, 0.0143227261, -0.02861863, -0.0161868259, -0.00696690613, 0.015784502, 0.00720159523, 0.0278408043, 0.00330911297, 0.0184264276, -0.00221110438, -0.00533749536, 0.0212963372, -0.00803306419, 0.0123446342, 0.019982079, -0.0163879879, 0.0214706771, 0.0103464257, -0.00306604221, -0.0186544117, -0.000185236568, -0.00936073251, 0.0300133526, -0.00805318076, 0.00340634119, 0.0127871903, -0.00695349555, -0.00451273145, -0.0211488195, -0.0101452637, 0.013149281, -0.00359744485, -0.0121769989, -0.021256106, 0.00838845, 0.00591080636, 0.00883100647, 0.000675987743, -0.0174340289, 0.0219936986, 0.0271702651, 0.0117076216, -0.00242902967, 0.0136588914, -0.0130352899, -0.00231000897, -0.0193383619, -0.000944622676, 0.0375502184, 0.0145507092, -0.0027710048, 0.00849573687, 0.000309495925, -0.00655117165, -0.00706748711, -0.00720830075, 0.00224127853, -0.000642879808, -0.00486811763, -0.0136588914, 0.00448255707, 0.00118936959, -0.025037948, -0.00570293935, 0.0175949596, 0.040366482, -0.0217388943, -0.000121640071, -0.00526038324, 0.0351899192, 0.0388912968, -0.00425457349, -0.0180375148, -0.00424786843, 0.00390589307, 0.0176620129, -0.0159052, 0.0331246555, -0.00952166226, 0.00706748711, 0.00157828256, -0.0238309763, 0.00522350334, -0.0092802681, -0.0275189448, -0.0107219284, -0.0055017774, -0.0185337141, -0.00559565285, 0.0010628053, 0.0145909414, -0.00864996109, -0.0283504147, -0.00649082335, -0.0274653025, -0.00847562, -0.00432498055, -0.00768438354, -0.0068797362, 0.0182789098, -0.0111309569, -0.00423445739, -0.012606144, 0.0150066763, 7.31307227e-05, 0.0148189254, 0.000202209601, -0.0167500786, 0.0223423783, -0.00751674874, 0.00835492369, -0.0114997542, -0.00928697363, 0.0144702448, -0.0259498823, -0.0257218983, 0.0292087048, -0.0151273729, 0.0186275896, 0.0064003, -0.0118283182, -0.00845550466, 0.0107554551, -0.0355922431, 0.016213648, -0.00763744581, -0.00958871655, 0.0179704614, -0.0122574633, 0.00317165232, 0.0167634897, 0.0252927542, -0.00945460796, 0.0130352899, -0.00188589259, -0.00987704843, -0.0267545301, -0.00157409173, 0.00554871513, -0.0170451161, -0.0410370231, 0.0207733158, -0.0136924181, 0.0153285349, -0.0102458447, 0.0189092159, 0.0266606547, 0.0123781608, 0.0020619093, -0.029852422, 0.00948143, 0.00558559457, -0.0405005924, -0.00751004322, -0.0197675079, -0.0115936296, 0.0149932653, 0.0134912562, -0.0180375148, -0.0111108413, -0.00311130378, -0.00286488049, 0.011875256, 0.00400982657, -0.00489493925, 0.00153050665, 0.0069870227, 0.00791907217, 0.00855608564, 0.0256548449, -0.02251672, -0.00670539588, 0.00334431627, -0.0082610473, -0.0142288497, 0.0124318041, 0.0344120935, -0.00433839113, 0.0084353881, 0.0161063615, -0.00294702151, 0.00223960215, -0.0231604371, -0.00164449832, -0.0105073554, 0.00508604292, 0.0309521072, -0.0207196735, 0.0308984648, -0.00178866438, -0.0147384601, -0.0228117574, 0.0322395451, 0.00488152821, -0.00111477205, -0.0102324346, 0.00853596907, -0.0134845516, -0.0088779442, 0.00167802535, -0.01388017, -0.00557218399, -0.0143361362, 0.0119020781, 0.00582698919, -0.0388376527, -0.00143663108, -0.0134979617, 0.00573311374, -0.000576244958, -0.0172731, 0.00448255707, 0.0275994092, -0.0326686874, -0.00633995188, -0.0152212484, -0.0178363528, 0.00463342853, -0.0126463771, 0.00499216747, 0.023133615, 0.00699372776, 0.0162270572, 0.0232945457, 0.00701384433, 0.00921321381, -0.00594098074, -0.00122541108, 0.0246490352, -0.000667605957, 0.00214740308, -0.0219936986, -3.6329624e-05, -0.0241796579, 0.0105475876, -0.0044792043, 0.00156654813, -0.0133973807, 0.00361756119, 0.0145775303, 0.000616477337, -0.0149664441, -0.0118551403, 0.0142020285, 0.0186946429, -0.00749663264, -0.0176486019, -0.0149932653, -0.0198345613, 0.0197540969, -0.0307375342, -0.0240321383, -0.017474262, -0.0319176838, -0.00785201881, -0.00440209219, -0.00914616, 0.00488488097, 0.00357732875, -0.022087574, 0.0388376527, 0.00538778584, 0.0177022461, 0.0057565826, -0.0200357232, -0.00589069026, 0.0152078383, 0.00418751966, 0.001998208, -0.000277016661, 0.00477424171, 0.00856949575, 0.0294769201, -0.0263924375, -0.00486811763, 0.00097814959, 0.0265399572, -0.00599797675, -0.00739605166, 0.00482788496, 0.0113321189, -0.0144836549, 0.00188086357, -0.0145507092, 0.0105677042, -0.0228788108, -0.0204782784, -0.00787884, 0.00446579373, 0.0150200864, 0.00188421621, -0.0153151238, -0.0154760536, -0.0332587622, 0.00553195179, 0.00663834205, 0.0117813805, -0.00408358593, -0.0108426251, -0.0212024618, 0.00545148691, 0.00597450789, -0.0108023928, -0.0205453336, -0.00696020108, 0.00694008498, 0.0145507092, 0.000249356905, -0.0238175672, 0.00509610074, 0.021256106, 0.0150066763, 0.00674562808, 0.0340902321, -0.000533079, -0.01388017, -0.0116338618, 0.00285146968, -0.00850244239, 0.00724853296, -0.00179034076, 0.0102927824, 0.0124452151, -0.000161558128, -0.0133102108, 0.00383883924, -0.0208135489, -0.00540790195, 0.0109230904, 0.00171071419, 0.00102173467, -0.00165204192, -0.00260504638, -0.0167366676, 0.00972282421, -0.00224463129, 0.0288063809, -4.08348133e-05, -0.00693337945, -0.00153888832, -0.00179201702, 0.00266874768, 0.00228989264, -0.0114192888, 0.015999075, -0.00228486373, -0.00366785168, 0.00870360434, -0.00393271493, 5.99294763e-05, 0.0086901933, -0.00997092389, -0.0200759545, -0.0245015174, -0.00566605944, 0.00246758573, -0.00541795976, -0.0163611658, 0.0314885378, 0.0260303468, 0.0173803866, -0.00499551976, 0.00787884, -0.000808000215, -0.0105609987, 0.000185341327, -0.00934061687, -0.00337951956, 0.0254000388, -0.00055151881, -0.0137594724, -0.0238041561, 0.00554536236, 0.0146579957, 0.000981502351, -0.013464435, 0.0132230408, 0.00714124646, -0.0135583105, 0.00382207567, 0.000603904715, -0.0211219974, 0.00308280578, -0.0114930486, -0.00507598463, 0.00728206, -0.0251586456, 0.010929795, 0.019351773, -0.00422775233, -0.0169110093, 0.0134107918, 0.000679759483, -0.00203341129, -0.0121635878, 0.0128877712, 0.00558894733, 0.000147204395, -0.00374831632, 0.00720159523, 0.00357397599, 0.000174759378, 0.00510280626, -0.019351773, 0.0039763, 0.00243238243, 0.0103397202, 0.00930038374, 0.0154626425, 0.00271903793, 0.0119423103, -0.00717477361, 0.000161872449, -0.00833480712, -0.00874383654, -0.00318673952, -0.000530145364, -0.0234688856, -0.0035035694, -0.000284979324, -0.00824093167, 0.0232409015, 0.00105945254, 0.000104352723, 0.014295904, -0.00238879723, 0.0133102108, 0.012847539, -0.00014311829, 0.00013945128, -0.00712783588, -0.00660146214, -0.0160124861, -0.0112114223, 0.00240388443, -0.0164818633, -0.00155397551, -0.00523020886, -4.70687373e-05, 0.0188689847, -0.0335001573, -0.001301685, -0.00187080551, -0.0195127018, -0.0138935801, 0.0242601223, 0.0392399766, 0.0139338123, -0.0146043524, -0.00155229913, 0.00765756192, 0.0265399572, -0.000296713755, -0.00910592731, -0.0229860973, -0.00944790244, 0.0129682356, 0.0139069911, -0.0190299135, -0.0180777479, 0.00207532, -0.00530061545, -0.0135717215, -0.0059074536, -0.0140410988, -0.0174206179, 0.00225804211, -0.00579346204, -0.017246278, 0.0139204022, -0.0328832604, -0.000162920172, 0.0160258971, 0.00242400053, 0.00601809286, 0.0331783, -0.014523888, -0.00422104681, -0.000358110061, 0.0118350238, 0.00649417611, 0.00679591857, 0.020196652, -0.0236834586, -0.023334777, 0.0114930486, -0.0194054153, 0.00732899783, 0.00360079762, 0.0025882828, 0.020840371, -0.000728792744, -0.00233850675, 0.0138131157, 0.0158783775, 0.0142020285, 0.000541879795, -0.012619555, 0.000836917199, 0.00625613425, 0.00459319633, -0.00465019187, -0.00241058972, -9.99523108e-05, -0.00901875738, -0.00769108906, 0.00331749464, 0.0267277081, 0.0428608917, -1.54669378e-05, 0.00495864032, 0.00601138733, 0.00673557026, 0.0175949596, 0.00446579373, -0.00930708926, 0.014523888, -0.0310325716, -0.00808670744, -0.0107420441, -0.00997762941, 0.0176351909, -0.0141617963, -0.0183325522, 0.0169914737, 0.00188924535, -0.00398300495, -0.00228654, -0.00510615902, 0.0214170348, 0.00676909694, -0.017246278, 0.00358403404, 0.0352167375, -0.000451356958, 0.0207330845, -0.00572976097, 0.00721500581, 0.0213902127, 0.00876395218, -0.00449596811, 0.00503575243, 0.0192847177, -0.015985664, 0.0176217798, 0.00926685706, -0.0259767044, 0.0257353093, -0.0106213475, 0.00664504757, 0.0131559866, -0.00416740356, 0.0100379772, -0.0128877712, 0.0231067948, 0.0161868259, -0.00105274713, -0.00790566206, 0.00797942095, 0.015784502, -0.00731558679, 0.00828786939, -0.0208806023, 0.0294232778, 0.0266472436, 0.00971611869, 0.0141349742, -0.0014567473, -0.00565935438, 0.000699037511, 0.00150871405, 0.00861643348, 0.0121702934, -0.00310627464, 0.0199284367, 0.010312899, -0.0182118546, -0.0113455299, 0.00545483967, 0.00975635089, 0.0233884212, -0.00986363739, -0.0277066957, 0.0157040376, -0.00668863254, -0.0219132341, -0.00917968713, 0.0067523336, 0.00678250799, -0.00576999318, -0.0140410988, 0.00161683862, -0.0141483853, 0.0190701466, 0.00325044058, -0.018708054, -0.0054615452, -7.91027196e-05, 0.0163745768, 0.0129682356, 0.000429983513, -0.0243137665, -0.00806659088, -0.0135046672, -0.0413588807, -0.0219668765, -0.00378854875, -0.0137460614, -0.027358016, 0.00673557026, -0.00489158649, -0.0109968493, 0.0112248324, -0.0068797362, -0.0234957077, 0.0191774331, 0.0022010461, 0.0264058486, 0.0107554551, -0.0119624259, 0.0259901155, -0.00895170309, 0.0047843, -0.0153419459, -0.0220339317, 0.00922662485, -0.00453284755, -0.0238712095, 0.0121635878, 0.0167500786, -0.000142803983, 0.0194992907, -0.00374496356, 0.00111896289, -0.0144300116, -0.00129665597, 0.0137997046, 0.0188958049, -0.0059041013, -0.0232140813, -0.00609855773, -0.0128877712, 7.60643379e-05, 0.000190894236, -0.00942108128, -0.00286823302, 0.0144300116, -0.0141215641, 0.0195127018, 0.0215779636, -0.00765756192, 0.0107353386, -0.0243271757, 0.00543472357, -0.0213097483, 0.0147384601, 0.00747651653, -0.0186678227, -0.00691996841, -0.00258493, -0.00705407653, -0.0148189254, 0.0148323355, -0.0163879879, 0.0128743602, -0.0181984454, 0.00950154569, 0.0151944272, -0.0157040376, 0.0159454308, 0.0295037422, -0.00255810865, -0.00458313804, -0.00198144442, 0.0153151238, -0.00453955308, -0.0128542436, -0.0157576799, 0.0102257291, -0.00655452441, -0.0071345414, 0.00962224323, -0.00553530455, 0.0198211502, -0.000167425358, 0.00617567, 0.021256106, 0.00993069168, 0.022288736, -0.0133772651, 0.0112382434, 0.0194188263, 0.00406011706, -0.00499887252, 0.00599797675, 0.00617567, -0.00129246502, -0.0054615452, 0.00765756192, -0.0208001379, 0.0175010841, -0.0263656173, -0.00287326216, -0.00508269, 0.00490499707, 0.00973623525, 0.00410370249, 0.00271736179, -0.0193249509, 0.00399306323, 0.00418081414, 0.0278408043, -0.0381134711, -0.00773132127, 0.00785201881, -0.0239114426, 0.000147728249, -0.0179704614, -0.0155833401, 0.00618908042, 0.0088779442, -0.00113572646, -0.00897852518, 0.00427804282, 0.00903216843, -0.0168841872, 0.00627289806, 0.0239516739, -0.00338790123, 0.00801965315, -0.0253598075, 0.0167903118, 0.00114075548, 0.00838845, 0.00288332021, -0.00435180217, 0.0124854473, 0.00610526279, 0.00470383512, 0.00363767729, 0.00596444961, 0.00345663168, 0.0272909608, -0.010829214, 0.00252625789, 0.000850328, 0.0210951753, 0.0205185115, -0.00881089, 0.00509610074, 0.0318372212, 0.0116472729, 0.0332051218, 0.00478094723, -0.0255073253, 0.000436688919, -0.00914616, -0.012834128, 0.00021279155, -0.00324708805, -0.00640700571, 0.00544813415, 0.00572305545, -0.0015623573, 0.0026234861, -0.00135951897, -0.00941437576, -0.00118601695, -0.0188555736, -0.0235761721, -0.00274585956, 0.0201564208, -0.00675568637, 0.00399976876, -0.0288868453, 0.0259632934, 0.0146445846, 0.0104738288, 0.0219132341, 0.0132900951, -0.0146848168, 0.00297887204, -0.00326217501, 0.00670874864, -0.00711442484, 0.0135046672, -0.00893829297, 0.00255643227, 0.00958871655, -0.00639359513, -0.00975635089, -0.0218461808, 0.0109700281, -0.00413052365, -0.00103430729, -0.0215645526, -0.0209610667, 0.00773132127, -0.0051195696, 0.00832139608, 0.000340508384, -0.0177961215, -0.018506892, 0.0323736519, -0.0142690828, 0.0201430097, 0.0131559866, 0.015999075, -0.00458313804, -0.00177860621, -0.0170048848, -0.00122624927, -0.00509274798, 0.0161734149, 0.0134845516, -0.00833480712, -0.0035672707, -0.0196065772, 0.0103196045, -0.0153151238, -0.00876395218, -0.0241796579, 0.00193785946, 0.0223423783, -0.0296914931, 0.00586722139, 0.0176217798, 0.00521344552, 0.0116875051, -0.00394947827, 0.0153151238, 0.0126128495, 0.0156638045, 0.0146311736, 0.00123127829, -0.00471724616, -0.00895170309, -0.0202502962, 0.000927859161, 0.00637347903, -0.0139338123, -0.00439538714, -0.0185337141, -0.000996589428, -0.0240455493, 0.0090254629, 0.020840371, -0.0358872786, 0.0156638045, 0.00416740356, 0.0147652822, -0.0203709919, 0.00319847395, -0.00286823302, 0.0167500786, -0.00563923782, 0.00473736227, 0.0314617194, -0.010198907, -0.0117679695, -0.00670874864, 0.0177693, 0.0172865111, 0.0319176838, -0.00436186, -0.0127000194, -0.0051162173, -0.00691326335, 0.00153134484, 0.023133615, -0.0179168172, -0.0103598367, -0.0001995903, -0.00557888951, -0.0114863431, 0.00548501406, -0.00782519672, 0.0197943281, 0.0275725871, -0.000492427498, 0.0128274225, -0.00990387, 0.0149798542, -0.0185605362, 0.00881089, 0.0130822277, -0.00737593556, 0.0053743748, 4.85879282e-05, 0.00427469, -0.0432363935, -0.0163611658, 0.000834402686, 0.0118149072, 0.014523888, 0.0112918867, -0.0166964363, -0.00471724616, -0.0143897794, 0.00824093167, -0.00254805037, -0.0150737297, 0.00588398473, 0.0297719575, 0.000725859136, 0.00862984452, -0.0103061935, 0.00879748, -0.0105878199, -0.012606144, -0.0147652822, 0.000401276047, 0.000328564405, 0.0104537122, -0.000659224228, 0.00599127123, 0.00178195897, 0.00579010928, -0.00236868113, 0.00490499707, 0.00275256508, -0.00783190224, 0.00485135382, 0.00948143, -0.0237102807, -0.000863319729, 0.00406347, -0.0165220946, 0.000191941959, 0.00105023268, -0.00527044106, 0.0105006499, -0.00656793546, -0.0188153405, 0.0119423103, 0.0207464956, 0.0297183152, -0.00813364517, 0.00308280578, -0.0148725677, 0.0264058486, 0.00753016, 0.00562247448, -4.64924924e-05, -1.72480595e-05, 0.00655787718, 0.00335102156, -0.0159454308, 0.035136275, -0.0121434722, -0.00546489749, -0.00310627464, -0.021658428, -0.026499724, -0.00638353685, -0.00542801805, -0.00456302194, -0.000514220039, 0.00491840811, 0.000909419323, 0.00490499707, 0.00170400878, 0.0102793723, 0.00698031718, -0.00423781, 0.00103682186, -0.00296546123, -0.0185337141, 0.0113254134, 0.0196736325, -0.0194992907, -0.00701384433, -0.00229659816, -0.00668863254, -0.0118953725, 0.00251117069, 0.00553530455, -0.00524361944, -0.0154224103, -0.00376508, -0.0172999222, 0.00352703827, 0.0138399368, -0.00347339502, -0.0113187088, -0.00779837556, -0.00919980276, -0.0140142776, -0.00798612647, -0.00479435828, 0.010098326, 0.00396624161, -0.0105878199, -0.00559565285, 0.0175547265, -0.0129212979, 0.0079526, 0.00048404577, -0.00729547068, -0.014939622, 0.00513633341, 0.00710772, 0.00672886474, 0.0248636082, -0.0047138934, -0.0199284367, -0.00984352082, -0.012934709, -0.0241260137, 0.00728876516, 0.0299597085, -0.00229995069, 0.0223557893, 0.0120428912, -0.00112650648, -0.000505419215, 0.0158917885, 0.00903887395, 0.0150737297, -0.0054816613, -0.0180643369, -0.00345663168, -0.00462337071, 0.000502066512, 0.0136186592, 0.00526038324, -0.00323367724, 0.00352033274, -0.0121904099, -0.0104604177, 0.0384085067, -0.0102793723, 0.00650088117, 0.0157979131, -0.0160124861, -0.019579757, -0.00804647524, 0.0283504147, -0.0245283376, 0.001815486, -0.0145507092, -0.013565016, 0.00515309675, 0.000885112269, 0.0186141785, 0.0183459632, 0.0225971844, -0.0124720363, -0.00605162, -0.00637012627, -0.00507598463, -0.00494187698, 0.00815376174, 0.0101050315, -0.0190299135, 0.00574987708, 0.00955518894, -0.0160527173, 0.00129246502, 0.0137728835, -0.0216986611, -0.0337415524, 0.00428139511, -0.013679008, 0.00711442484, -0.00663834205, 0.0131157544, 0.0184934828, -0.0138935801, 0.0293428134, -0.0170719381, -0.00349686388, 0.001013353, -0.0195261128, 0.0047340095, -0.0104201855, 0.0238712095, -0.00501898862, 0.0148591576, 0.00921991933, 0.0136119537, -0.0168037228, 0.0249306615, -0.0168037228, -0.00948813558, 0.0170451161, 0.0101922015, -0.00348680583, -0.001512905, -0.0216316078, -0.00476753665, 0.0140410988, 0.0109230904, 0.00910592731, -0.0317031108, 0.00901205186, -0.000178007307, 0.0130419955, 0.035779994, -0.00643718, -0.00544142863, 0.0251318235, 0.00301575172, 0.00530396821, 0.00375166908, -0.0134711405, -0.0310593937, 0.00432498055, 0.0013360501, -0.0160393063, -0.0109633226, 0.0202100631, -0.0090254629, 0.0174340289, -0.0186275896, -0.00696690613, -0.0135113727, 0.0355117768, 0.00331749464, -0.000358319608, -0.00858961232, 0.0188823957, -0.0247563217, 0.00527044106, 0.0158381443, -0.0268752277, -0.0216047857, -0.00315656513, 0.00694679, 0.0108895628, -0.0132699786, 0.0200625453, 0.00664169481, 0.00328396773, -0.0179972835, 0.014309315, 0.00805318076, 0.0155967511, -0.00459990138, -0.0086901933, 0.00556212571, -0.007261944, -0.0205989759, 0.00598791847, 0.0119087836, 0.00146177632, -0.00671880692, -0.0156235723, 0.0152748916, -0.0242601223, 0.0203844029, 0.0100312727, -0.00586386863, -0.00339460676, 0.00131090486, 0.00550513, -0.00789225101, 0.0126463771, -0.0189092159, 0.00626619253, 0.0061823749, 0.0136991236, 0.0224496648, -0.00524361944, 0.00365444086, 0.00954848342, -0.0314080752, 0.00919309817, 0.00117931154, 0.00256649032, -0.00529055716, -0.0142422607, 0.0179838724, 0.0272239074, -0.00986363739, 0.00845550466, -0.00255140313, -0.0148859788, 0.00538443308, 0.0229860973, -0.00279447366, -0.00459990138, 0.0217791256, -0.0210147109, 0.00895840861, 0.00229492178, 0.00415734528, -0.0053542587, 0.016200237, -0.00767767848, 0.0137259457, 0.0205185115, 0.00161935308, 0.0164818633, -0.0175815485, -0.0109901438, 0.00871701445, -0.01041348, -0.0142422607, -0.00724853296, -0.00357397599, 0.00340634119, 0.023763923, -0.0120093636, -0.00547495577, -0.000395199284, 0.0145775303, -0.0156503934, -0.0018288967, -0.0220071096, 0.00111561024, -0.00871701445, -0.0206794403, 0.00975635089, 0.00384889729, -0.010312899, 0.0103330147, 0.00730888173, -0.017474262, 0.0116405673, -0.0282163061, -0.0017517847, -0.0120965345, -0.0314617194, 0.00442891382, 0.00716806808, -0.0127938958, 0.000614801, 0.0113455299, -0.0179972835, 0.00992398616, 0.00808670744, 0.00368126226, -0.00490499707, -0.0189092159, 0.0175681375, 0.00506592682, -0.0134577295, -0.00271233264, -0.0111846, 0.000935402757, 0.00948813558, -0.0142824929, 0.027130032, 0.0225435402, 0.00287493854, 0.0131895142, 0.00358403404, -0.00636006799, 0.0177156553, 0.00771791069, -0.0114796376, -0.0118014971, -0.00418751966, 0.0144166015, -0.0125726173, 0.0171255805, 0.0029185235, -0.0160258971, -0.00907240063, -0.00989716407, -0.00650758669, 0.00915957056, -0.0171926357, 0.0314617194, 0.0152883027, 0.014295904, -0.00702725491, 0.0118350238, -0.012304402, 0.00203173491, -0.00123211648, -0.0132431565, -0.00662157824, 0.00703396043, 0.00473736227, 0.0123915719, 0.0107152229, 0.0319981501, 0.0115131652, 0.0197675079, -0.00852926355, 0.0160124861, -0.00131928665, 0.0107554551, 0.0224764869, 0.00105358532, 0.0113656465, -0.0239382628, -0.0155431079, 0.00700043328, 2.70311266e-05, 0.0172865111, -0.0354044922, -0.00174507929, 0.00439538714, -0.00413722917, 0.00331414188, -0.0190433245, 0.0117478538, 0.00905228406, 0.0131090488, -0.00257990113, -0.0131962188, 0.00980999414, -0.0116539784, -0.00890476536, 0.00870360434, 0.00945460796, 0.00649417611, 0.00703396043, -0.00652099773, -0.006839504, 0.0187616982, 0.0125122685, 0.00531402649, -0.0136320703, -0.0178095307, -0.00234018313, 0.0287795588, 0.00885112304, -0.00320685562, 0.0034398681, 0.000710352906, -0.00627289806, -0.00439203437, 0.00395953609, 0.00424451567, 0.000959709811, -0.02354935, -0.00371143664, 0.00651764497, -0.00940767, 0.00676239189, -0.00867678225, -0.00053601258, -0.0148993898, 0.0336074457, -0.00107202516, 0.00895840861, -0.017259689, -0.0156235723, 0.0141349742, -0.012847539, 0.0369065, -0.0228654, 0.0152212484, 0.0185873583, 0.00124301272, 0.037872076, -0.0108627416, 0.00648411782, -0.00875054207, -0.00438532885, -0.0109566171, -0.00738934614, 0.00995080732, 0.0168171339, 0.00848232582, -0.00773132127, -0.0238309763, 0.00643718, 0.00879077427, 0.0197138637, -0.00799953751, 0.00760391913, -0.00584710529, 0.000865834241, 0.0134912562, -0.0134711405, 0.00785872433, -0.0222082715, 0.0187885202, 0.00459319633, 0.0105073554, 0.0230531506, -0.0021658428, -0.00667522149, -0.0218059476, -0.0053542587, -0.0105006499, 0.00123463105, 0.00232677232, -0.0186678227, 0.00282632443, -0.0103598367, 0.0196870416, 0.00676909694, 0.002026706, 0.00299395924, 0.0124452151, 0.00492511317, 0.00505586853, -0.00118014973, -0.0214438569, -0.00257151923, -0.00488152821, -0.00233347784, 0.0293964557, -0.0146982279, 0.00632318854, -0.0123781608, 0.00812023412, -0.00574317155, -0.0136924181, -0.00786543, 0.0114863431, 0.00591080636, 0.000295456499, 0.00665175263, -0.00297049037, 0.00432498055, 0.02420648, -0.00523356162, -0.0138935801, 0.0223289691, -0.00214907946, 0.0189092159, -0.00569623383, 0.00383548648, -0.0118283182, 0.0210281219, -0.00578340376, -0.0134845516, -0.00517656561, -0.00702054938, -0.004418856, -0.0137594724, 0.0205051, -0.0215913747, -0.0181179792, -0.00757709751, 0.00180710421, -0.0194724705, -0.0144836549, 0.0140545098, -0.00225133658, -0.0261510443, 0.00569288107, 0.00343651534, 0.0129481191, -0.0134711405, -0.0107889818, 0.0400446244, -0.017460851, -0.00469042454, 0.00151458126, -0.00960883219, -0.00195797556, 0.00375502161, 0.00830798596, 0.00270227459, 0.00768438354, 0.00534755317, -0.00446579373, -0.0115466919, -0.000942946295, 0.00562918, -0.00449932087, -0.0111711891, 0.00789225101, 0.0264460817, 0.00667857425, 0.00867678225, 0.0286722723, -0.0145909414, 0.00734240841, 0.0045462586, 0.0141483853, 0.0166964363, -0.00706078205, -0.0123379286, -0.00784531329, -0.0356995277, -0.00111896289, -0.00148608338, -0.00396959437, 0.0093875546, -0.027974911, 0.0219802875, -0.00554871513, 0.00395283103, -0.0181045681, -0.0233616, -0.0133772651, -0.007261944, -0.003996416, 0.0029185235, 0.0143629583, -0.00151541946, -0.00469713, 0.00987034291, 0.0157979131, -0.00164449832, 0.0113857621, -0.0127737792, -0.0175413154, 0.00820740499, -0.00196971, -0.0225435402, 0.00180542783, 0.0202502962, -0.00396959437, 0.014926211, 0.00221110438, 0.00250781816, -0.00738934614, -0.0125994394, 0.0146982279, -0.00540790195, 0.00413387641, 0.00393942, 0.0263522062, -0.0137594724, 0.037872076, 0.00850244239, 0.0123446342, -0.0137728835, 0.018721465, 0.00547830854, 0.0154626425, 0.00244411686, 0.000551937905, -0.00370137859, 0.0182386767, -0.00791236758, 0.0158917885, 0.000214991756, -0.00109633221, -0.0123312231, 0.00840186141, 0.00297216675, 0.018721465, -0.00890476536, -0.0249172505, 0.0211622287, -0.0179302283, 0.00834151264, -0.00919980276, 0.00525032496, -0.0151005518, 9.93760623e-05, -0.00199653162, 0.0145775303, 0.0112784756, -0.00425122119, 0.0397764072, -0.0045462586, 0.0321590789, 0.0165757388, -0.00517656561, -0.0228654, 0.00760391913, 0.017246278, 0.0158515554, -0.00679927133, 0.00772461621, -0.00827445835, -0.00966918096, 0.0249708947, 0.00162102946, 0.000139136959, -0.0236566365, 0.00856279, -0.0130487, -0.0318640396, 0.00229995069, -0.00945460796, -0.00958201103, -0.00172663946, 0.0260974, -0.0107152229, -0.00548836635, 0.00621925481, -0.00828786939, 0.00426127901, 0.00658805156, -0.00863655, 0.000679759483, -0.00883100647, 0.0100647993, 0.00242567691, 0.00265701325, 0.0136387749, 0.00926685706, 0.00272239069, 0.00472730398, -0.00908581167, -0.000433336216, -0.00775143784, -0.00877736323, -0.0251988787, 0.00862984452, 0.00127234892, 0.0119490158, 0.0115131652, -0.00652435, 0.00311465631, -0.0050994535, 0.00198479719, 0.0181582123, 0.00846220925, 0.0243674088, -0.0168841872, -0.0218059476, -0.00060432381, 0.00095719524, -0.00703396043, 0.00339125399, 0.0226776488, 0.00307274773, 0.0135381939, 0.00952836778, 0.00791236758, 0.0207062624, -0.00092702097, -0.000367539527, -0.014926211, -0.00731558679, 0.00401988486, -0.0101117371, 0.0109566171, -0.00479771057, -0.00243238243, -0.00651093945, -0.0131559866, -0.015569929, -0.00170484686, -0.00708089815, -0.000196132823, 0.00517991837, -0.00687303068, 0.0110974303, 0.00733570335, -0.0160124861, -0.010098326, -0.0168439541, -0.0130487, 0.0110035548, 0.00180710421, -0.0185605362, -0.0179838724, -0.013578427, 0.00450602593, 0.0102592558, 0.00667186873, 0.00144082191, -0.0228117574, 0.00211219979, -0.0112717701, -0.000950489892, 0.00340466481, -0.00670874864, 0.00657799328, 0.0118953725, -0.00215578475, -0.00518662389, 0.00408693869, 0.000310334115, 0.0108359195, -0.0093875546, 0.00924674142, 0.00980328862, -0.0124653308, 0.00328396773, 0.00911263283, 0.00580016756, 0.000948813511, -0.0270629786, 0.00121200026, 0.0199686699, -0.0017936934, -0.0147384601, -0.00817387737, -0.010514061, 0.0116875051, 0.00730217621, 0.00421434129, 0.047554668, 0.00240053167, -0.012733547, -0.0156906266, -0.00145507092, 0.00818728842, -0.0129011814, -0.00402323762, -0.00347674778, 0.0180643369, -0.0143763693, 0.00112734467, 0.00142154389, -0.0083281016, -0.0246758573, 0.0361823179, -0.00695349555, 0.00669869035, 0.000428307161, 0.0173401535, -0.00730888173, 0.00452278974, -0.012203821, 0.00995751284, 0.0332855843, -0.008837712, 0.00720830075, -0.000846556213, -0.0051195696, 0.0245551597, 0.00562247448, 0.0119691314, 0.0025195526, -0.0192713086, -0.00698031718, 0.0167098474, -0.00228318735, 0.0193383619, 0.00471724616, -5.88293733e-05, -0.0288600232, -0.0135113727, -0.00193115405, -0.0193115398, 0.00926685706, 0.0200223122, 0.00592086464, 0.000769444159, -0.00729547068, 0.0146579957, -0.0110840192, 0.0204782784, -0.0147116389, -0.00101838203, -0.00472059892, 0.000119335091, 0.0154492324, 0.0264594927, 0.0148323355, 0.0044389721, -0.00281459, -0.00131341943, -0.00148021616, -0.0121769989, 0.00939426, -0.00691326335, 0.0291818827, -0.00479435828, -0.0222619139, 0.0146043524, -0.00261007529, 0.0064572962]
|
18 Nov, 2020
|
HTML5 MathML selection Attribute
18 Nov, 2020
The MathML selection attribute in HTML5 is used to specify the child element that should be used for viewing. This value can be between 1 and the number of children of the element. The default value of this attribute is 1, which means that the first child element of all the options would be viewed by default. This attribute is accepted by the <maction> tag.
Syntax:
<element selection="index">
Attribute Values: This attribute has a single value as mentioned above and described below:
index: It holds the index of the child element to be viewed.
The example below illustrates the MathML selection attribute:
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML selection Attribute</h3>
<math>
<!-- Selecting the first
option by default -->
<maction actiontype="toggle" selection="1">
<mfrac>
<mn>25</mn>
<mn>10</mn>
</mfrac>
<mfrac>
<mrow>
<mn>5</mn>
<mo>⋅</mo>
<mn>5</mn>
</mrow>
<mrow>
<mn>2</mn>
<mo>⋅</mo>
<mn>5</mn>
</mrow>
</mfrac>
<mfrac>
<mn>5</mn>
<mn>2</mn>
</mfrac>
</maction>
<!-- Selecting the second
option by default -->
<maction actiontype="toggle" selection="2">
<mfrac>
<mn>35</mn>
<mn>14</mn>
</mfrac>
<mfrac>
<mrow>
<mn>7</mn>
<mo>⋅</mo>
<mn>5</mn>
</mrow>
<mrow>
<mn>7</mn>
<mo>⋅</mo>
<mn>2</mn>
</mrow>
</mfrac>
<mfrac>
<mn>5</mn>
<mn>2</mn>
</mfrac>
</maction>
</math>
<p>Click the number</p>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML selection attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute/HTML5 MathML scriptsizemultiplier Attribute/HTML5 MathML selection Attribute
|
https://www.geeksforgeeks.org/html5-mathml-selection-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML selection Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, HTML5 MathML selection Attribute, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, HTML5 MathML scriptsizemultiplier Attribute, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0453773439, 0.00947680511, -0.0182358921, 0.0164049789, 0.0540778451, 0.0272879265, 0.00634960597, 0.019349087, 0.00747378636, 0.0247392952, -0.0197738595, 0.0188217852, 0.0112491287, -0.00368379685, 0.0299976766, -0.00992354751, 0.00210921164, -0.0170055199, -0.0258085486, -0.00719548762, -0.0618702099, 0.0192904975, -0.0299390871, 0.0435317867, -0.0256767217, -0.00827572588, -0.00547076762, -0.00359774381, -0.0143616805, 0.00713323662, -0.00633129664, 0.00072733016, 0.00210188795, -0.0315795876, -0.0338645652, -0.00725041516, -0.00885429513, 0.0313159339, 0.00364717841, -0.00926441886, 0.00433926377, -0.0192026142, 0.0026475, 0.015526141, 0.0160387978, -0.0314331129, -0.00848811213, -0.0392840691, -0.0276394617, -0.0106559135, 0.0530232377, 0.0228204988, -0.0109122405, 0.0142152077, -0.00389618264, 0.0062104566, 0.00838558096, 0.0214729458, -0.0107804155, -0.0246953536, 0.0353, -0.0452601686, -0.0137611413, 0.00731632812, -0.0135634029, 0.00514120329, -0.00798278, 0.0202425737, -0.0399871394, 0.00901541486, -0.0345676355, 0.0144129461, 0.0112491287, 0.020945644, -0.0298365559, 0.000757997914, -0.00761659769, -0.012933569, -0.00033894775, 0.0303199179, -0.000607863069, 0.021809835, -0.0453773439, -0.00588821573, 0.0141346473, 0.00255961623, -0.00146656123, -0.0342746899, -0.0143763283, -0.0171080511, -0.0190414935, 0.00661325734, -0.00859064329, 0.00645213714, 0.00543414941, 0.0163317434, 0.0241094604, 0.00884697121, -0.0130507471, 0.00570146274, -0.0112711, 0.00752139, 0.0143763283, -0.0142371785, 0.0246514119, 0.0073309755, 0.00996749, 0.0235821586, 0.0299097933, -0.00848078821, -0.00685127592, -0.0395184234, 0.012201204, -0.0243877601, 0.00305762445, 0.0110587142, -0.0292799585, -0.0557769313, 0.0369697921, -0.0288698338, -0.0357980095, 0.0245049391, 0.0239776354, 0.0184409544, -0.0669088811, 0.00805601664, -0.0189389624, -0.0128676556, 0.0435610786, -0.020828465, 0.00994551927, 0.0476916209, -0.0150134861, -0.0194955599, 0.0338059776, 0.026482325, 0.00338535802, -0.00261271279, -0.0207552295, -0.0268338602, -0.0652097911, 0.00774842361, 0.00528035266, 0.0388446487, -0.0319604166, -0.0265995022, 0.00584061211, 0.0640966, -0.00670114113, 0.0309936944, -0.015526141, -0.0186020751, -0.0210042335, -0.042887304, 0.00738590257, -0.00768251065, -0.0148816602, 0.0238018669, 0.0119009335, 0.00812193, -0.000642192725, -0.0114175733, 0.0104288803, 0.0342453942, 0.00881767645, 0.0380536951, -0.0238897521, -0.0062104566, -0.0452894606, 0.0288698338, -0.0161559749, 0.0172252283, -0.0144861825, -0.0197885074, -0.021194648, 0.00116903789, 0.0129921576, -0.0244609956, 0.00709661841, -0.00870049838, -0.0340989232, -0.0011745306, 0.0321654789, 0.0459632389, -0.0114761619, -0.0235382169, 0.0139735276, 0.0256181341, -0.00619947119, 0.0217219498, -0.021575477, 0.0250322409, 0.0382587574, 0.0358565971, 0.0352121182, -0.0192319099, -0.0363546051, -0.0171812866, 0.0244463496, 0.0165953953, 0.0087883817, -0.0359737761, 0.000315832469, 0.00523274904, 0.0142664732, -0.00512655592, -0.00456995843, 0.0309058093, 0.0144935064, 0.00947680511, 0.0163024478, 0.0104142325, 0.0129042743, 0.00450770743, -0.0132265147, 0.0350363478, -0.0241387561, -0.0125161204, 0.0097258091, -0.0340110399, 0.0565385893, 0.0050533195, -0.0031857884, -0.0142078837, -0.056919422, 6.05917739e-05, -0.0249590054, -0.0416862257, -0.00239300309, -0.0220148973, -0.0187046062, 0.0281814113, -0.00215681549, 0.0406902097, 0.0158483814, 0.00449306, 0.000757997914, -0.0332200825, 0.0270389225, 0.015526141, -0.019466266, -0.0301148556, 0.0168444, -0.0134901665, 0.021194648, 0.0153796682, -0.0179868881, -0.0149915153, 0.00448939856, 0.0227619093, 0.0265116189, -0.0307886321, -0.0304663908, 0.00148670131, -0.005298662, 0.0162145644, 0.00867120363, -0.00884697121, -0.00596511411, 0.0122744404, 0.0344797522, -0.00576371374, -0.0193637349, 0.0271707475, 0.0253691301, -0.00884697121, 0.040778093, -0.0570365973, -0.00582596473, -0.00916188862, 0.00193344406, -0.0334544405, 0.00806334056, -0.00826840289, -0.0400164314, -0.0161559749, 0.0253984239, 0.0106632365, 0.00468347501, -0.00333958515, -0.0308179259, 0.0349484645, 0.00257975631, 0.0522029884, 0.0112930704, 0.0238165148, 0.00487022847, 0.0258231964, -0.0477209128, -0.0314038172, -0.028225353, -0.027478341, 0.00934497919, -0.0134828426, 0.0161559749, -0.000297294493, -0.012318382, -0.0269510373, 0.00615552906, -0.02982191, -0.0203890465, -0.0216340665, -0.0169615764, -0.0472814962, -0.0367940255, 0.02194166, 0.0284304153, 0.00336155598, -0.0164049789, -0.0452308729, 0.0300562661, -0.0184702501, 0.0138563486, -0.0191586725, -0.0324584246, -0.000189156184, 0.0207259338, -0.0308179259, -0.0244609956, -0.0281960592, -0.00884697121, 0.00675240671, -0.00881035253, 0.0157897938, -0.00565385912, -0.0197592117, -0.0495664738, -0.0196420345, -0.0115201036, 0.00812925305, -0.0794469714, -0.0401629061, -0.0198617429, -0.00462122401, -0.0327513702, -0.0806773454, 0.0418326966, 0.0022556847, -0.0235821586, 0.00485558109, -0.0465491302, 0.019466266, -0.00507895229, 0.028093528, -0.0247392952, -2.82861743e-06, -0.0178550631, -0.0110001247, 0.0107584447, 0.0273904577, 0.00110495591, 0.0335423239, 0.0242998768, -0.0456702933, 0.0289870128, -0.0062104566, -0.00306494813, -0.0062727076, -0.0386102907, -0.0144935064, -0.0018052801, 0.00821713731, 0.0198178012, -0.0124721788, -0.00608229265, -0.0789782554, -0.0216340665, -0.00384857901, 0.0392547734, -0.0142664732, -0.014054087, -0.00066691, 0.0504453108, 0.0135853738, -0.00521077821, 0.0357980095, -0.0205501672, -0.0246367641, -0.0355929472, 0.0136586102, 0.0101212868, 0.0700726956, 0.0111465976, -0.0063349586, -0.00860529, -0.00266031642, 0.0149329258, -0.0177671798, -0.0213411208, 0.0285036527, 0.00614088168, 0.052876763, 0.00333409244, -0.0217365976, 0.0458753519, -0.0115713691, -0.00632031122, -0.0338938609, 0.0476623252, -0.0135267843, 0.0168004576, -0.0152185485, 0.00354098552, 0.0209017023, 0.0292213708, 0.00674874475, -0.0465491302, -0.0329271369, 0.0188803747, 0.00771912886, -0.0170348138, -0.0103263492, -0.0137464944, -0.0255448967, 0.00373323145, 0.0256474279, 0.0120327594, 0.0362667218, 1.15576377e-05, 0.0174449384, 0.0726506263, 0.0134535478, 0.00212935172, -0.0068622618, -0.00925709587, -0.011344336, -0.0643309578, 0.00192612037, 0.0117324898, 0.00305030099, -0.00109580136, 0.0146839218, 0.00346957985, 0.0193051454, -0.00913259387, 0.00220258813, -0.0101432577, 0.000716802373, -0.0291041918, -0.0246953536, 0.0153943161, 0.0151306642, -0.0346262231, 0.00250651967, -0.0319604166, -0.00179704104, -0.0222931951, -0.0234063901, 0.0146399792, 0.0515878, 0.0160095021, -0.0188364312, -0.0208138172, -0.0185581334, 0.0329271369, -0.00864190888, 0.0308179259, -0.00956468936, 0.000993270194, 0.00426968886, -0.028723361, 0.0180161837, 0.0402214937, -0.0188950207, 0.0339524485, -0.0329564326, -0.0416276343, 0.0361202508, 0.00153338956, 0.0109122405, -0.00470544631, -0.0208577607, 0.0242412873, 0.00376801868, 0.0342746899, 0.00958666, -0.0317553543, -0.015526141, -0.0203597508, 0.0094182156, 0.0423014127, 0.0102824066, -0.0133290458, 0.0113663077, 0.0188217852, -0.0466370136, -0.00095024379, 0.0148816602, -0.0211360585, 0.0110513903, -0.00757265557, 0.00361239119, -0.0123037351, -0.0008825, 0.0109854778, -0.00185563019, -0.0127358306, -0.0279031135, -0.00330662867, -0.00324071595, -0.0273172203, 0.0153064318, -0.0116153117, 0.00582230324, -0.00461756252, 0.0246660579, -0.0471643172, 0.0181773026, -0.0022868102, 0.0270682164, 0.010231141, -0.00251201261, -0.00124868262, -0.0194809139, 0.0152478423, 0.00493980292, 0.022176018, 0.00290199695, 0.0124721788, -0.0162878018, 0.0226593781, -0.0106559135, -0.00793883856, 0.0162585061, 0.00873711612, 0.0122231748, 0.00837093405, -0.0108023863, -0.0120181125, 0.00368013489, -0.0118569918, -0.0100480504, 0.0107584447, 0.0401629061, -0.00695014559, -0.00372041506, -0.0274636932, -0.0257206652, 0.000902182306, 0.0181919504, -0.0263797939, -0.000989608467, -0.0555425733, 0.000104247607, -0.0215022415, -0.0119229052, 0.00526570529, -0.0440005, -0.0117544606, 0.0049544503, 0.0265555605, 0.00266947108, 0.0188364312, -0.0243438184, -0.0182358921, -0.0137538174, -0.013307075, -0.0199203324, 0.00214216812, -0.00293495343, 0.011952199, -0.0198617429, 0.0341868065, 0.0349191725, -0.0283718258, -0.0303199179, -0.000860071334, 0.00362886931, -0.00939624477, -0.00130086357, -0.00147846213, -0.01257471, 0.0483068079, 0.00105918315, -0.000752505206, 0.0262333192, 0.0198617429, 0.00185563019, 0.0228204988, -0.00596145261, -0.020711286, -0.0429166, 0.0355929472, 0.00242962153, 0.00127065356, 0.00577103766, -0.0244902913, -0.0218684245, -0.0622803345, -0.0012624145, 0.021560831, 0.0117251659, -0.0148670124, -0.00747744832, 0.0247392952, 0.05519104, -0.0154821994, -0.00926441886, 0.0099089006, -0.0438247323, 0.0159216188, 0.0141346473, 0.0180747714, 0.0046688281, -0.00487389, -0.0017686619, -0.0251640677, 0.00799742714, -0.00813657697, 0.0128237139, -0.0248564743, -0.0246660579, 0.0232745651, -0.00517049804, -0.0355636515, 0.00201766612, -0.00068293052, 0.0251933616, -0.00602370361, -0.0118057262, 0.0236993358, 0.0107437968, 0.0107584447, 0.0233331546, 0.0297340248, -0.0220002495, -0.019583445, -0.00864190888, 0.00442714756, -0.0207405817, -0.00388885895, -0.0240362249, -0.00242046686, 0.00462488597, 0.0355050638, 0.0068036723, -0.0104215564, 0.00892753154, -0.02069664, 0.0239190459, 0.0245195851, 0.0135048134, -0.0261454359, 0.0497422405, -0.00482262438, 0.0246514119, 0.00212935172, 0.0455531143, 0.0158190876, 0.00713323662, -0.0161559749, -0.0190854352, 0.0362374298, -0.000190071645, 0.0105314106, -0.0105607053, -0.0153064318, 0.0139735276, -0.00919118244, -0.0136952288, -0.0608156025, -0.0124355601, 0.0260136109, -0.0144422408, 0.0257353112, -0.0379365161, -0.0108536519, -0.0152039006, -0.0237725731, 0.0331322, -0.0126552703, -0.0174888801, 0.0153357266, 0.000285851274, 0.00829037372, -0.0241534039, -0.0133436937, 0.0359151885, -0.00829769764, 0.0408659764, -0.011959523, -0.000396621501, 0.00816587172, 0.0212971792, 0.0102457888, -0.0101945233, -0.0247246474, 0.00888359, 0.00244793063, -0.0108829467, 0.0292946063, 0.0198617429, 0.0421842337, 0.00222272822, 0.00763124507, -0.0159509126, 0.0223810785, -0.00528035266, 0.00725773862, -0.0772205815, 0.00392181566, -0.00881035253, -0.0108316811, 0.00289467326, -0.00294410787, 0.0140907057, -0.00544879679, 0.00700507266, -0.000584518944, -0.043736849, -0.00364351668, 0.0266287979, 0.0233331546, 0.0450258106, -0.00250102696, -4.81186798e-05, 0.0168444, 0.02563278, -0.0189243164, -0.00173936726, 0.00833431538, 0.0166246891, -0.00514120329, -0.0264383815, 0.0100700213, 0.0119961416, 0.0377314538, -0.0163756851, 0.0123110581, 0.0022245592, 0.00944751, 0.0220441911, 0.0196127389, 0.00143360475, -0.0472229049, 0.0232306235, -0.00244426867, 0.0182212461, -0.00368928956, -0.0250029471, -0.00470178435, 0.0229962654, -0.00712957466, 0.00704901479, 0.0118130501, 0.00492515555, 0.00610060198, -0.0176646486, -0.00547809154, 0.0119302282, 0.0302613284, -0.0249297097, 0.0625146925, -0.0239190459, 0.0272000413, -0.0290163085, -0.00425870344, 0.00569780078, 0.0247832369, -0.00979172252, -0.0609913692, 0.022674026, -0.0124209132, -0.00378266606, 0.000474206434, 0.0334251449, -0.0216340665, -0.0385809951, 0.00288002589, 0.0212971792, -0.00571977207, -0.0316674709, 0.0179429464, -0.000987777486, 0.0101652285, 0.0148303946, -0.0614014938, 0.00260355812, 0.0154236099, -0.00818051863, -0.0126332995, 0.0159948543, -0.00927174278, 0.0308765154, -0.00268411823, -0.00235821586, 0.0307300426, 0.0183091294, 0.00888359, 0.000285622402, 0.0370869711, 0.0134681957, 0.00238018669, 0.0353292972, 0.011835021, -0.0105387345, -0.000482445554, 0.0165221579, -0.00631664973, -0.0180161837, 0.0176353529, 0.0089128837, -0.000123357764, -0.0271561, 0.0275369305, -0.00643748976, 0.00856134854, -0.0166246891, -0.022674026, -0.00278664939, -0.0223810785, -0.0133583406, -0.0225861408, -0.0348605812, 0.0100480504, 0.0141639421, 0.0153503735, 0.00371492235, -0.00737491716, 0.0231280923, 0.00206343876, 0.0114834858, -0.00544513483, -0.0094621582, 0.0269656852, 0.0151453111, -0.00313086109, -0.0147498343, 0.0343625732, 0.0116006639, -0.00565385912, -0.0191586725, -0.0344504565, 0.0314038172, -0.0177671798, 0.0181773026, -0.0224103741, 0.0262919087, -0.0151453111, 0.0260429047, -0.0454652309, 0.0023856794, 0.00724309124, -0.00591751048, -0.000708563311, 0.0133876354, 0.0183530711, -0.00522176363, 0.0481310375, 0.0294996686, 0.0142518263, 0.0509140268, 0.00419645244, 0.0309058093, -0.00641918043, -0.00644847518, -0.0369990878, -0.00315283192, -0.00919118244, -0.0386688821, 0.00447475119, 0.011586017, 0.013058071, -0.0145667428, 0.0324584246, 0.0141419712, 0.0175621174, -0.0156872626, 0.00697577838, -0.00721013499, 0.0165075101, 0.00788024906, 0.0118057262, 0.00244060694, 0.0152039006, -0.00507895229, -0.0454359353, 0.0023856794, 0.019847095, -0.0125307683, 0.0218684245, -0.0142664732, -0.00786560215, -0.00659861, 0.0270389225, 0.0178843569, -0.0352121182, -0.0376728624, 0.00568315387, -0.0210042335, 0.00534626562, -0.0220734868, 0.0418619923, -0.0419498757, 0.00570878666, 0.0274636932, -0.0151013695, -0.00157916243, -0.0119888177, 0.019217262, 0.0169029888, -0.0249004159, 0.0222931951, -0.01059, -0.00231244299, 0.00850276, -0.0187485479, 0.01765, -0.000850916782, 0.0223517846, -0.00273355306, -0.00149585586, 0.0170494616, 0.00218427903, 0.00458094431, -0.0200668052, -0.00761659769, 0.0027610166, -0.0226154365, 0.0103995856, -0.00322606857, -0.00327001046, -0.00813657697, 0.0284011215, -0.0353, 0.00427335082, 0.000661875, 0.00998946093, 0.0201546885, 0.00610792544, -0.0192612037, 0.0190854352, 0.0297633205, 0.010597324, -0.0217219498, -0.0459339432, -0.0267166812, 0.00582596473, -0.0301441494, 0.0108097102, 0.0320483, 0.0274490472, 0.00583328865, -0.00510824705, -0.0190268476, -0.00908132829, -0.00757997949, 0.0147791291, 0.0298805, 0.030437097, 0.00749575766, 0.015159959, -0.0228351466, -0.00360872922, 0.0184702501, -0.0214290041, 0.00152331952, 0.0352121182, 0.0254277177, 0.0343332775, -0.0207991712, -0.0181919504, -0.0221174285, 0.0190414935, 0.0128896264, 0.016141329, -0.00278298766, 0.0246953536, -0.00540119316, -0.0206234027, 0.0144935064, -0.0477795042, 0.02661415, 0.0220441911, -0.0180308297, -0.00581497932, 0.0040170229, -0.0142737972, 0.0328099579, 0.00632397318, 0.000636242214, -0.00644847518, 0.00555499, 0.00445278035, 0.0313159339, 0.0222053118, 0.0456117019, -0.0247978847, -0.00549273891, 0.00214216812, 0.0530818254, -0.00434292527, -0.00967454351, -0.0257939, 0.00431363098, -0.00956468936, 0.0305249803, -0.0180015359, -0.0191293787, 0.00559526961, -0.0176939424, -0.0336009152, -0.00254313811, 0.0285622422, -0.0177818257, 0.0315795876, 0.0238604564, 0.0112784235, -0.00648509338, -0.0130727179, 0.0166246891, 0.0250322409, 0.0199203324, 0.0372627378, 0.0302613284, 0.00129262451, -0.012450208, 0.00793151464, 0.0254130717, 0.0146912448, 0.0206380505, 0.00301734451, 0.0126992119, -0.0378779247, 0.00558794616, -0.0170201659, -0.0070270435, -0.0261747316, 0.0263504982, -0.00324254669, 0.0118569918, 0.00507162884, 0.0131386314, 0.0116079878, -0.00727604795, 0.0175328217, -0.0394891277, -0.0364131965, -0.0216487143, -0.00386322616, 0.0187778436, 0.0110660372, -0.00285622408, -0.0163024478, -0.0221467223, -0.01602415, 0.00149585586, 0.0138563486, -0.00589920115, -0.00688057067, 0.0110001247, -0.00668649375, 0.0170201659, -0.00931568444, 0.00046070345, 0.000676522322, 0.0161999166, -0.0254423656, 0.02292303, -0.00231427397, -0.0147571582, 0.00362154562, -0.0159362666, -0.0225422, 0.00344944, 0.00571244815, -0.00671578851, 0.0291774273, 0.0111246267, 0.0176792946, -0.0151306642, -0.00971116219, -0.0193344411, -0.0116958721, 0.0101212868, 0.00914724078, -0.0240655188, -0.00980636943, 0.00430630706, -0.0209602918, 0.0205208715, -0.00337437238, -0.0094621582, -0.00308142649, -0.00787292514, -0.0080193989, -0.00196823128, 0.0151306642, -0.0180454776, -0.0195102077, -0.0189975519, 0.00298621901, -0.00496909767, 0.00197738595, 0.00210371893, 0.00660959538, -0.0019371059, 0.0897586718, 0.0220148973, -0.05545469, -0.00249919621, -0.0139515568, -0.00828305, -0.00962327793, 0.00375337154, 0.0176939424, -0.020711286, 0.0206087548, 0.0248564743, 0.0262919087, 0.0676119551, 0.00167894713, -0.0236846898, 0.0231134444, 0.0210042335, -0.00413053948, -0.0340989232, -0.0216487143, 0.0168004576, -0.00311438274, 0.00713689858, 0.013922262, 0.0164635684, 0.00813657697, 0.0329271369, -0.003636193, -0.0100334026, 0.0101359338, 0.00238201767, -0.00667550834, 0.0228644405, -0.0133729875, 0.0137611413, -0.0286647733, 0.0138270538, -0.00578934653, -0.027346516, -0.0189243164, 0.0106119709, -0.0345383398, -0.0194076765, 0.0194516182, 0.0106412657, -0.00126332988, 0.0243731122, 0.0126332995, 0.0104654981, -0.00699042529, 0.0152185485, 0.0147718051, 0.016390333, 0.0222785491, -0.00937427394, 0.00460291514, -0.020198632, 0.0203597508, -0.0466663092, -0.00940356869, -0.0171812866, 0.00340732886, -0.0399871394, -0.00150134857, 0.01442027, -0.0116153117, -0.0269510373, 0.00739322649, 0.0207552295, 0.00515218871, -0.0085247308, 0.00521444, 0.00273355306, -0.00842952263, -0.0156286731, -0.00422574719, 0.0310229883, -0.00766054, -0.0155407889, -0.00108298496, 0.0196273867, -0.0261454359, 0.042652946, -0.0123696476, 0.00121023343, -0.0140907057, -0.0131239835, -0.00345676346, -0.00522176363, 0.0013741001, 0.00149310951, -0.022425022, 0.00352633814, 0.00176774641, -0.0174156427, 0.0174742322, 0.0037039367, -0.0151453111, -0.0223957263, 0.014910955, 0.00495078834, 0.0389325321, -0.00387054984, 0.00304847, 0.00757265557, 0.00467248959, -0.00704169087, 0.00122671167, -0.00102164946, 0.0169615764, 0.000588180788, -0.0127431536, 0.0290456023, -0.00145191397, -0.0153357266, 0.00348972, 0.0246807057, 0.0193637349, 0.00217512459, 0.000418363605, 0.00197921693, 0.00451136939, -0.00242046686, 0.000276010134, -0.0292213708, -0.0108536519, -0.0140028223, 0.00383393164, 0.0136293154, -0.0145960376, 0.00475671189, 0.00790954381, 0.0325170122, 0.00649241731, -0.0054597822, 0.00240948144, 0.00947680511, -0.00329564326, 0.0355929472, 0.0234796274, 0.015775146, 0.0170641076, -0.0154236099, 0.0152624901, 0.0270096269, 0.00378998974, 0.0130434232, 0.0215461832, 0.00127614627, -0.0296314936, -0.0267020334, 0.0169469304, 0.0180161837, -0.0105460584, -0.0366475545, 0.0233770963, -0.0385224074, 0.00180985744, -0.00837093405, 0.00957201235, -0.00158373965, 0.0116665773, -0.00114889781, -0.0133143989, -0.00663156668, 0.0187631957, -0.0339524485, 0.027112158, -0.00125234446, 0.0308765154, 0.000446971622, 0.0186460167, 0.0125454152, 0.00213484443, 0.019466266, 0.0277126972, -0.0183384232, 0.00193893677, -0.0138709964, -0.0011498133, -0.00949877594, -0.00218977174, 0.00128163898, 0.00381196057, -0.0146106854, 0.00692085084, 0.0073090042, -0.0181333609, -0.0128676556, -0.020198632, -0.00591751048, 0.0158630293, 0.0319311209, -0.000210326121, 0.0131532783, -0.00510824705, -0.0371455625, -0.0217951871, 0.0177818257, -0.0171666387, 0.0446742736, 0.0185874272, 0.0124209132, -0.00409025932, -0.0092790667, -0.00819516648, -0.0194955599, -0.0244317017, -0.019598091, 0.0142591493, -0.00662424276, 0.000530507, 0.00504965801, -0.0404851474, 0.0190854352, 0.0527302921, 0.0143177388, 0.00641551893, 0.0270242747, -0.00111044873, -0.00340183615, -0.00593948131, 0.0096013071, -0.0302027389, 0.0113663077, -0.0209017023, -0.0137172, -0.019847095, 0.0160827395, 0.0301148556, 0.0315209962, -0.0124575309, 0.0368819088, 0.00697211642, -0.000365953718, 0.0017622537, -0.00539020775, 0.00722844433, -0.0178697091, -0.00168810168, 0.00775574706, 0.00957933627, -0.00105277495, -0.0196420345, -0.000249461882, -0.00391083, -0.0166393369, -0.00515218871, 0.0170348138, 0.0334251449, 0.00682564313, 0.0073090042, -0.0353, -0.010355643, 0.0243584644, 0.00624341285, -0.00161394977, -0.00699042529, -0.00115072879, 0.0153064318, 0.018484896, 0.00952807069, -0.0350363478, 0.00656199176, 0.0258378424, -0.00245342334, -0.00621411856, 0.00763856852, -0.00237469398, -0.0181040671, -0.0360323675, -0.0255302489, 0.0276248138, 0.00777039444, 0.0116592534, 0.0136219924, 0.00707830908, -0.02194166, -0.0122158509, -0.00162768154, 0.00180344924, -0.0015745851, 0.00428799819, -0.0220441911, -0.000836269464, -0.00722112041, -0.00599807082, -0.00611891085, 0.00751406653, 0.0201400425, -0.0234503318, -0.000345355948, -0.00931568444, 0.0244170539, 0.0060493364, -0.021194648, 0.00492149405, -0.0353878848, -0.0113296891, 0.0471643172, -0.00118917797, 0.0166539829, -0.00679634884, 0.00945483427, -0.000381974212, 0.0040426557, -0.0212092958, 0.0132851042, -0.0120181125, -0.00390350632, -0.0100700213, -0.0142005607, -0.00284340768, -0.00744449208, -0.000433926354, 0.00763856852, -0.00855402555, 0.0303492118, -0.0203158092, -0.0256474279, -0.0114395441, -0.000276010134, -0.0263944399, 0.0121792322, -0.00706366217, 0.0147205396, -0.0063972096, -0.0100553734, -0.0251640677, 0.00312536838, 0.0100700213, -0.0347726978, 0.0290163085, -0.00401336094, 0.0128896264, -0.0173570551, -0.0210188795, 0.0260282587, -0.0135267843, -0.0180308297, 0.0242119916, -0.02824, -0.00143909757, 0.0103263492, -0.0128383609, -0.0168736931, -0.00627636956, -0.0335716195, -0.0055220332, -0.00924244802, -0.0137464944, 0.0101432577, 0.00488487585, -0.0161559749, 0.00979904551, 0.0178550631, -0.0377607495, 0.00126516086, 0.0160387978, -0.0116079878, -0.00219892641, -0.00466516614, 0.00570878666, 0.00608229265, -0.0461683, 0.0242998768, -0.00541217858, 0.0194223244, 0.0146765979, 0.000795989414, 0.0228937343, 0.00916921161, -0.0212092958, -0.0179868881, 0.00382660795, 0.00621411856, -0.00212569, -0.0109415352, -0.00534992758, -0.00484093372, -0.00870782137, 0.021194648, -0.00518514542, -0.0147718051, -0.0153503735, -0.0060493364, 0.00874444, 0.00498740654, 0.00648509338, -0.0175621174, 0.000525929732, -0.00634228252, 0.0153650213, 0.00142170384, -0.0253984239, 0.00535725104, -0.00334873982, -0.0135634029, 0.0126186516, 0.0331322, 0.0373799168, 0.00232525938, 0.00682930509, 0.0139808506, -0.0147278635, -0.0154821994, -0.0223664325, 0.00698676379, -0.0135780498, 0.0125380913, 0.0249297097, -0.0120547302, 0.0215901248, 0.0164635684, 0.00184556015, -0.0148963071, 0.0387860574, 0.0205355193, 0.0350656435, -0.00614088168, 0.0168297514, -0.0105607053, -0.00496909767, 0.0122744404, -0.0155700836, -0.00807798747, -0.0191440247, -0.00127980812, -0.0111685684, -0.00066141726, -0.014171266, -0.0161559749, -0.00620679464, -0.0194369722, 0.0148377186, 0.0188657269, 0.0330150202, -0.0169176348, -0.00979904551, -0.0336888, -0.0246074703, -0.00194626045, -0.00209456426, -0.000856867235, 0.00396575732, -0.0166686308, 0.040426556, 0.0282107051, -0.00410856865, -0.00946948119, -0.0125234444, -0.00585159753, 0.0211507063, -0.0172984656, 0.00333409244, -0.00292213704, -0.0281814113, -0.0090959752, 0.0241680499, 0.00628735498, -0.0139588797, -0.00198837137, -0.0145594198, 0.0137538174, 0.0276834033, 0.0282546487, 0.000154826572, 0.0167565141, 0.000273721467, -0.0215315353, -0.0147498343, 0.011468838, -0.0132045439, -0.00173936726, -0.0189389624, -0.0335716195, 0.00223188289, -0.0267606229, -0.0120913489, 0.00128072361, -0.0131166596, -0.00718816416, 0.0181773026, -0.0250029471, 0.0644481331, -0.000600997184, 0.014295768, -0.00692817429, -0.0125014735, -0.00423307065, 0.0146546271, -0.0115567222, -0.00664987555, 0.00617750036, -0.0090959752, -0.0104362033, 0.00766054, -0.0115933409, -0.0084661413, -0.00474938797, 0.01034832, -0.0299390871, -0.0260722, 0.0138636725, 0.0206673443, -0.0327513702, 0.00579667045, -0.00565752108, 0.0180894192, -0.0154382577, 0.00294227712, -0.0103629669, 0.00310889, 0.00991622452, -0.000474206434, -0.0146912448, -0.00757265557, -0.0031491702, 0.0211214107, -0.0129701868, 0.0343332775, 0.000232525941, -0.0125234444, 0.00496543571, -0.0069245128, -0.0101212868, -0.0294264313, -0.0238751043, -0.00944751, -0.0115274275, -0.00320959021, 0.00626904564, -0.0241387561, 0.0084222, 0.0216340665, -0.0030374846, -0.00307227182, 0.0254423656, -0.00186478475, -0.0028232676, 0.0130068054, -0.00186112302, 0.0123476768, 0.0144422408, 0.0103190253, 0.00670114113, -0.0118496679, -0.019217262, -0.0285768881, -0.00635326793, -0.0251201242, -0.022556847, -0.0162292123, 0.00630200235, -0.0158044398, 0.0116006639, -0.0170787554, -0.012325706, 0.0342161022, 0.00151965767, 0.0188071374, -0.00679268688, -0.00722112041, -0.00718084024, -0.00758730294, -0.00822446123, 0.0168297514, 0.00138142379, 0.0130068054, -0.0231280923, -0.0107950624, 0.0103629669, 0.00565752108, -0.00238384865, 0.0199203324, -0.00396209536, 0.00423307065, -0.0103336722, -0.0111539215, -0.0197885074, -0.0166246891, -0.0235235691, 0.00301002082, 0.0107584447, 0.022058839, -0.00205794605, -0.00983566418, -0.00942553952, 0.00510458509, -0.00811460614, 0.00226483936, 0.000341922976, 0.0174595863, -0.00437222, -0.00979172252, -0.0308472198, 0.0195395034, -0.000779968919, -0.00832699146, -0.0123550007, -0.0203011632, 0.0051155705, -0.0123989424, -0.00262736, -0.00699774921, -0.00975510385, 0.0122817634, -0.0230255611, 0.0100700213, 0.0190561414, -0.0441469736, 0.00449306, 0.0137611413, 0.00491783209, -0.0214143582, 0.00332493777, -0.00120290974, -0.0015059259, 0.00256510894, 0.00145099848, 0.0386688821, -0.00503867213, -0.0131606022, 0.0137757882, 0.00362703856, 0.0162438601, -0.00147663127, -0.0168297514, -0.0114468671, -0.00396575732, 0.0228204988, 0.00134846731, 0.0167711619, -0.00886894204, 0.00805601664, 0.00804869272, -0.00132832734, -0.00491050864, -0.00833431538, -0.0259403735, 3.69043373e-05, -0.0392547734, -0.00391083, -0.00198470964, -0.0188657269, 0.0145374481, 0.00242412859, -0.00180344924, -0.000870599062, 0.00133565092, -0.0164049789, 0.00559160812, -0.012940892, 0.0323119499, -0.0146180084, 0.00415983424, -0.0105680292, -0.0131166596, -0.00242229784, -0.00775574706, -0.0137611413, -0.0094182156, -0.0105607053, 0.0157019086, -0.00683296705, 0.00949877594, 0.0156140253, -0.0301148556, -0.0217805393, 0.0106266188, 0.00390716828, -0.012325706, 0.00757997949, 0.00939624477, 0.014669274, 0.0258231964, -0.00508993771, -0.0167565141, -0.00584793603, 0.00320043578, 0.0134974895, 0.000514944259, -0.0188217852, -0.000369386689, 4.35413967e-05, 0.0134169301, -0.014171266, -0.0016112033, 0.00993819535, -0.0166539829, -0.00757997949, -0.000319494313, 0.000356112549, 0.0113589838, -0.0289870128, -0.00667550834, 0.0177671798, 0.000120039229, -0.00175035279, 0.0345676355, -0.0220441911, -0.0247978847, 0.00645213714, 0.00670114113, -0.00468347501, 0.0182944816, 0.0258085486, -0.0165221579, -0.0118423449, -0.00354647823, -0.00861261413, -0.0121206436, 0.0262186732, -0.0297779683, 0.00388153526, -0.00327001046, 0.00546344416, 0.026731329, 0.00957933627, -0.00664987555, 0.0046468568, -0.00397674274, 0.00412321603, -0.0128456848, 0.00616651447, -0.00163317437, -0.00796813332, -0.0064557991, 0.00176408456, -0.00692817429, -0.00459925318, 0.00480797747, 0.00241863588, -1.81088726e-05, 0.0060493364, 0.0086492328, 0.022439668, 0.0143909752, -0.00272806012, 0.00590286311, -0.00488853734, -0.0197592117, -0.0122964112, 0.00832699146, -0.00955004152, 0.0242266394, -0.00973313302, -0.0232159756, 0.0135121373, 0.00279580406, -0.00497275963, 0.0246221162, -0.0209309962, 0.0272146892, -0.00135304464, -0.0313745253, -0.00785095431, 0.0259696692, -0.00051585969, 0.0157019086, 0.00883964729, 0.0254863072, 0.0137098758, 0.015657967, 0.011952199, -0.0114102494, 0.0197299179, 0.000460245734, 0.0150134861, 0.0143616805, -0.00238384865, 0.0209309962, -0.0120254364, -0.00722112041, 0.0114981327, 0.0110660372, -0.00628003106, 0.0099089006, 0.0073675937, 0.0128603326, 0.015775146, 0.00164690614, 0.0110074487, -0.0159216188, -0.0206087548, 0.0304663908, 0.00146747672, 0.00446010381, 0.0109049175, -0.0221467223, 0.0256181341, -0.00678170146, 0.00164782163, 0.0110294195, -0.0186020751, 0.0115567222, 0.00949145295, -0.00586258294, -0.00173845177, -0.00126973807, 0.000925068744, 0.00260538911, -0.00128163898, 0.0011617142, 0.00268594921, -0.00296241697, -0.00176408456, 0.0155993784, -0.00201034243, -0.00566484453, -0.0098429881, 0.0153796682, 0.01281639, 0.0146912448, -0.0196713284, -0.00291481335, -0.0304078013, 0.00108481594, -0.00614088168, -0.0127138589, 0.00126058352, 0.00373872416, -0.0170494616, 0.0154968472, 0.000218908521, -0.0115786931, -0.0137098758, -0.0117324898, -0.0189096685, -0.011586017, -0.0115420753, -0.00084176223, -0.0320483, -0.00586258294, 0.00424405606, 0.0129555399, 0.0207698755, -0.0231280923, -0.0271268059, 0.013058071, 0.00393646257, -0.0091545647, -0.00472009368, 0.000437588198, 0.011088009, 0.00395477191, 0.00761659769, 0.0138270538, -0.00546344416, 0.0241680499, 0.00344028533, -0.0158483814, 0.0126772411, 6.72288297e-05, 0.012940892, 0.0269656852, -0.00527669117, -0.000941089238, -0.0144495647, 0.0191586725, 0.0112344818, 0.0130068054, -0.0132558094, -0.0163317434, -0.0013933247, -0.0100919921, -0.00794616155, -0.00310705928, 0.00118551613, 0.000790496648, 0.0195395034, -0.0195687972, -0.00807066448, 0.00829769764, -0.0106119709, 0.0135414321, -0.0163317434, -0.0172105804, 0.00409392128, 0.0291041918, 0.00835628621, -0.0124282371, -0.00695746904, -0.00704901479, -0.0139881745, -0.019832449, 0.0140907057, 0.0200375114, 0.00607496919, -0.00243328325, 0.0161706228, -0.00205428433, -0.0121499384, 0.0148450416, 0.0106339417, -0.0105094397, 0.00289284228, -0.00983566418, 0.0316088796, -0.021575477, -0.00790954381, -0.00887626596, 0.0356222428, 0.0073090042, -0.00197372423, 0.00188217848, -0.00183549023, 0.042623654, 0.00727238599, -0.0128237139, 0.0177964736, 0.0215022415, 0.0124648549, 0.00987960584, 0.00125051348, 0.0235528629, 0.0278152283, 0.00366548775, 0.0152624901, -0.0030374846, -0.00780701265, -0.022674026, -0.0017430291, -0.023289213, 0.0151746059, 0.0213704146, 0.0257206652, 0.00378998974, 0.0206234027, 0.00270792027, -0.00018389232, 0.0127651244, -0.00587356882, -0.0116006639, 0.00641551893, 0.00456263497, -0.0186753124, 0.000652720453, -0.000300727435, -0.0175181739, 0.00353549281, -0.0233624484, -0.022556847, 0.0246953536, 0.00980636943, 0.0103409961, -0.0105240876, 0.00755068474, -0.0189389624, -0.00293129147, -0.0062104566, 0.0216487143, -0.0144715356, 0.0170934033, -0.0206234027, 0.0260722, 0.00848078821, 0.0104288803, 0.00668649375, 0.000474206434, 0.00289467326, 0.00226300838, -0.0106046479, -0.0043868674, -0.00236920128, 0.00140064838, 0.0306128636, -0.00861261413, 0.00746646291, 0.0203597508, 0.00450038398, 0.0130287763, 0.0105167637, -0.0189243164, 0.00327367219, 0.00193161308, -0.000813383085, 0.00120199437, -0.01412, -0.0016240197, 0.00465051876, -0.0238458104, -0.00182267383, 0.000856867235, -0.0103409961, 0.0207698755, -0.00217512459, 0.0159509126, -0.00284706964, -0.00284157693, 0.0201107468, 0.000744266086, 0.00303565362, -0.0159216188, -0.0121279666, 0.0303199179, 0.0135780498, 0.0113077182, -0.0270828642, 0.0153650213, 0.00247173244, -0.00676705409, 0.00607130723, 0.00865655579, 0.0068622618, 0.00357577298, 0.00952807069, -0.0152039006, -0.00137318473, 0.00665719947, -0.018484896, -0.044850044, 0.00424771802, -0.00299171172, -0.0185581334, -0.00589553965, 0.000300498592, -0.00939624477, -0.00275918585, -0.0217805393, -0.0201400425, 0.0159509126, -0.0106852073, 0.00959398318, 0.0129921576, -0.00247905613, -0.0112418048, 0.0191879664, -0.0160387978, 0.00460657664, 0.0101286098, 0.0262919087, -0.00191330398, -0.00693549821, 0.00444911839, 0.000909506, 0.0118423449, 0.012325706, 0.0193783827, 0.00134389009, -0.0190854352, -0.0201253947, -0.00671578851, -0.0178843569, 0.0112418048, 0.00406462653, -0.00814390089, -0.000594131241, -0.0154821994, -0.00760195032, 0.0196420345, -0.0145008303, 0.0097843986, -0.00801207498, 0.00161944248, 0.00459192973, 0.0144642117, 0.0131020127, -0.00976975169, -0.00227765576, -0.0129189212, -0.022058839, 0.0251787137, 0.0208431128, -0.0173131116, -0.0203158092, 0.000767152524, -0.0137831122, -0.0075287139, 0.0141419712, 0.0260282587, -0.0213997103, 0.00444179494, 0.00457728235, 0.0255009551, 0.00407195045, 0.00178788649, -0.00903738569, 0.00358126569, -0.00407195045, -0.000493431056, 0.0312280506, -0.00290565868, -0.010472822, 0.0063972096, 0.0201693363, 0.0160973854, 0.0224836096, -0.00706366217, -0.0183823649, -0.00103355036, 0.0108023863, -0.00251750532, -0.00148303946, -0.0245049391, -0.0257646069, -0.0102970544, -0.0151453111, 0.00333409244, 0.00208357885, -0.005423164, 0.0111832162, 0.0156726148, 0.0212532375, 0.0129701868, 0.000786834804, 0.0125014735, -0.0305835698, 0.0125014735, 0.0180894192, -0.00900076795, -0.0203597508, 0.0117251659, -0.0374092124, -0.0109415352, -0.00873711612, -0.000410124485, 0.0123623237, 0.00691352692, -0.00137501559, -0.0153357266, -0.0256181341, -0.00921315327, -0.00132375, 0.00465784222, -0.000356112549, 0.0113223651, 0.0317553543, -0.0136952288, 0.00706366217, -0.0111099798, -0.0122671165, 0.0139808506, 0.00622144202, -0.0274344, 0.000959398341, 0.00599440886, -0.00415617228, 0.00322057586, 0.0271561, 0.00677437754, -0.00746646291, 0.0296754371, 0.010099316, 0.0129994815, 0.00199386408, 0.0162878018, 0.00580765586, -0.0215168893, 0.0181773026, 0.00167162344, -0.0073090042, -0.00767518673, 0.00422208523, 0.0039181537, 0.000510824728, -0.0132484855, -0.00397308078, 0.0300855599, 0.02982191, -0.0109488592, -0.000283562636, 0.0122231748, -0.00662058126, 0.00180436461, 0.00692817429, 0.00744083, 0.0154968472, -2.13272742e-05, -0.0125307683, -0.00421842327, -0.0143763283, 0.0328978449, -0.00677071605, -0.00106101402, -0.0145154772, -0.00525838183, -0.00481896289, -0.0111173028, -0.00831234455, 0.0026987656, -0.00902273878, 0.00518514542, -0.00704169087, 0.00837825704, 0.00145832216, 0.00930836145, 0.00394378649, -0.0252226554, -0.00280312775, -0.00897879712, -0.00347141083, 0.00678536342, 0.00711858924, 0.000819333538, -0.015526141, -0.00248454884, 0.00746646291, -0.00457728235, 0.00880303, -0.00951342378, -0.0103995856, 0.00698310183, 0.0112491287, -0.000772645231, 0.00269327289, 0.0179429464, -0.0117837554, 0.00778504182, 0.0115127806, -0.0250468887, -0.0187192541, 0.00979172252, 0.0112418048, 0.00472009368, 0.0126259755, -0.0097843986, 0.00196823128, 0.0211214107, -0.0167272203, 0.00644847518, -0.00652537355, -0.00129811722, -0.0137245236, 0.00309973559, -0.00923512504, 0.0011122796, 0.0215022415, 0.00976975169, -0.0109928008, -0.00320775947, -0.0146839218, -0.0220002495, -0.0113736307, 0.0231280923, -0.00831966847, 0.0140760588, -0.0158483814, -0.0148523655, 0.0197738595, 0.00329015055, 0.00803404581, 0.0269656852, -0.000925068744, -0.00666452292, 0.0112344818, -0.00924977195, 0.0167272203, -0.00354647823, -0.000615644443, 0.00969651435, -0.0117398137, 0.000501212431, -0.00450038398, 0.0123769715, -0.00489952276, 0.00195907685, 0.0258085486, 0.00407561194, -0.00289833522, 0.00410490669, 0.0289284233, -0.0241680499, 0.00170457992, -0.00774109969, -0.0112051871, -0.00532429479, 0.0130141294, 0.0123623237, 0.00892020762, -0.00389618264, -0.0169469304, -0.0170055199, -0.0106852073, -0.00047146008, -0.00236004684, 0.0096598966, 0.00107749226, -0.0172838178, -0.00474938797, 0.0185874272, -0.00656565372, 0.000919118291, 0.027610166, -0.0202279259, -0.0138343778, 0.00679268688, -0.00952074677, 0.00508993771, -0.0141126765, 0.0134681957, 0.0309351049, -0.00941089261, 0.0242559332, 0.00310705928, -0.00232525938, -0.0158776771, -0.00867120363, 0.00170183356, -0.0128749795, 0.010472822, -0.00233258307, 0.0153503735, -0.00959398318, -0.014918278, -0.00688423263, 0.00678170146, -0.00741885928, -0.00156085321, 0.00741153536, 0.00712957466, -0.0216194205, -0.000985031133, 0.00214766082, 0.000327962276, 0.0300855599, 0.0132338386, 0.0107364729, -0.00828305, -0.00352084544, -0.0104435273, 0.0115933409, 0.0234210379, -0.00230695028, -0.0124795027, 0.0223810785, -0.00156543055, 0.011344336, 0.00607130723, -0.00470178435, -0.0166979264, 0.0249150619, 0.00937427394, 5.01498471e-05, -0.00645213714, 0.0136366393, -0.0184116606, -0.00287270243, -0.00630566385, 0.00659494847, -0.0154529046, 0.0379365161, -0.00448939856, -0.0111978631, -0.0067414213, 0.00290382793, 0.00304663903, 0.0110001247, 0.020447636, -0.030437097, -0.00867852755, 0.00107749226, 0.00406096503, -0.00550006237, -0.00483361026, 0.0205648132, -0.00184556015, 0.00792419072, -0.0114761619, 0.0196127389, 0.0122817634, 0.0114029255, 0.00614454364, 0.00123220438, -0.0149622206, -0.00979904551, 0.000156886352, -0.00187668577, -0.00262186723, -0.00941089261, 0.00416715769, -0.0242119916, 0.0108536519, -0.00763124507, 0.0190414935, 0.0304956846, 0.0055183717, 0.00955736544, 0.00779236527, 0.00780701265, -0.0160534438, -0.00642284239, -0.0244902913, -0.00274636946, 0.0264676772, 0.0366768464, 0.0323705412, 0.0111465976, 0.00411955407, 0.0111612454, -0.0194955599, 0.00559526961, 0.0116299586, 0.0134169301, 0.002649331, -0.0174888801, 0.0106485896, 0.00788757298, -0.0060273651, 0.0210335273, 0.00987960584, -0.00594680523, -0.00995284226, 0.00120290974, -0.0211507063, -0.0112857474, 0.0312866382, -0.0302027389, 0.00832699146, 0.0102457888, 0.007023382, 0.0162731539, 0.00305762445, 0.00559893157, 0.0112564526, 0.0145887136, 0.00566484453, -0.00949145295, 0.0109854778, -0.00726140058, 0.00733463699, -0.000649974099, -0.0142225316, -0.0216487143, 0.00202132785, -0.00284157693, 0.00947680511, -0.00263834558, -0.0140760588, -0.00300818984, 0.00512655592, -0.00526204379, 0.0115567222, -0.00876641087, -0.011827697, 0.00237103226, -0.0169176348, 0.00225019199, 0.00421476131, -0.00775574706, -0.000921864645, 0.00937427394, 0.00125234446, -0.00545245875, -0.0297633205, 0.00250835065, -0.0272146892, 0.00496909767, -0.00582230324, -0.000413328584, -0.0276834033, -0.0259550214, -5.28103956e-05, 0.000593215809, -0.0108170332, -0.000844050839, 0.0130946888, -0.0153357266, -0.00126973807, 0.0201107468, -0.0108829467, -0.00556231337, -0.00313452282, -0.0170201659, 0.00478600617, -0.00506430492, 0.00231427397, 0.0202279259, 0.00380829885, 0.00295143155, 0.00553668058, 0.0125600621, -0.00903006271, 0.0242559332, -0.000606947637, -0.0257646069, -0.0165221579, -0.0242412873, 0.00818784256, 0.00747378636, 0.00119467068, 0.0109488592, -0.00329198129, 0.00833431538, 0.0115567222, -0.0077777179, 0.00861993805, -0.00450404594, 0.0102164941, 0.00329930498, 0.011212511, 0.00489952276, 0.0225275531, -0.000468484854, 0.0115127806, -0.0115201036, -0.0121059958, -0.027361162, 0.00215498451, 0.00527302921, 0.0144129461, 0.0016112033, 0.0319897085, 0.00495078834, 0.0107804155, 0.00894950237, 0.0236700419, -0.000105620791, 0.0122451456, 0.0089714732, 0.00292213704, 0.0201693363, -0.0264676772, -0.0240362249, 0.0126406224, 0.0152331954, 0.041422572, -0.0255009551, -0.0139735276, 0.00818051863, -0.00494712684, 0.019217262, -0.00200851145, -0.0018364056, 0.00508627621, 0.0112637766, 0.0023673703, -0.00333409244, -0.00997481309, 0.0022428683, -0.0057051247, 0.00566118257, -0.00428433623, 0.00290932064, -0.00323705398, 0.000160204872, -0.00124135893, 0.00329747424, 0.0140907057, 0.0027921421, -0.0259110797, -0.0130873658, 0.00120382523, 0.0175914112, -0.0196713284, -0.0170494616, 0.0138197308, -0.00175218366, -0.0138270538, 0.000664621359, 0.00303382264, 0.00801207498, -0.00710394187, -0.0192758515, 0.00691352692, -0.00237652496, -0.00160296424, 0.000505789707, 0.00914724078, 0.00818051863, -0.00673043588, -0.00803404581, -0.00750674307, 0.000557513, -0.000822995324, -0.0410710387, 0.0323705412, -0.0200375114, 0.0226154365, -0.00375337154, 0.0206087548, 0.000893027755, -0.00250835065, 0.022307843, -0.0130214524, -0.00127980812, 0.0016368361, 0.00172472, 0.00841487572, -0.00491050864, 0.020828465, 0.0322533622, -0.00299903541, -0.000266855553, -0.0601711199, 0.00550738582, 0.00169450988, -0.0148596894, -0.00174577546, 0.00903006271, 0.0135194613, 0.000887077302, 0.00430996902, -0.025881784, 0.00116446055, -0.0237725731, 0.00354830921, 0.0145740667, -0.0124355601, 0.0201253947, 0.00637890073, -0.0108609749, -0.0139954984, -0.00220441911, -0.00638256222, -0.00762392115, 0.00310889, -0.00116446055, 0.0147498343, -0.00563921174, 0.0171959344, -0.000216734319, 0.000614271266, 0.0132338386, 0.00291298237, 0.000659586396, -0.0125161204, -0.000324300461, -0.0169615764, -0.0117764315, 0.00870049838, -0.00450404594, 0.0115420753, 0.00867852755, 0.013307075, 0.00955736544, 0.0110733612, -0.00289833522, -0.00671578851, -0.00454066414, 0.0193051454, 0.0226886719, -0.00156909239, 0.0128603326, 0.0233917441, 0.00217695534, 0.043004483, 0.0115127806, 0.00242962153, 0.0133363698, -0.000565294351, 0.0137831122, -0.0281814113, 0.0048921993, 0.00379731343, -0.00305030099, 0.00380463712, -0.0119302282, -0.00790222, -0.00584061211, 0.00569780078, -0.0142737972, 0.0177964736, -0.0232013278, -0.00637890073, -0.0148011, -0.00653269747, -0.0171226971, -0.00297157164, 0.00639354764, -0.00302283722, -0.0359737761, 0.00734562241, 0.00344760902, 0.0124282371, -0.00547442958, -0.0107071791, 0.0268778019, -0.00294960057, -0.000615186756, -0.00859796721, -0.000655466807, 0.00459925318, 0.0116299586, 0.00299720443, -0.000676980068, -0.0131093366, -0.0119814938, 0.0216340665, -0.00574174291, -0.00260355812, -0.000181489246, 0.0174449384, -0.00693549821, -0.00856867246, 0.0319897085, 0.0184409544, -0.00767518673, 0.0282839425, -0.0189829059, 0.0341575108, 0.005360913, 0.0217073038, -0.00536823645, 0.00416349573, -0.0197006222, -0.0132631334, -0.0325463079, -0.0193197932, 0.0114322202, -0.0147498343, 0.0127285067, -0.0229962654, 0.012318382, -0.0154968472, 0.00406462653, -0.00799742714, -0.0385809951, -0.00223737559, 0.0247978847, -0.0078948969, 0.00348239625, 0.0228937343, -0.00557329878, -0.00905203354, 0.00142811204, -0.00196823128, 0.0084222, 0.00268228748, 0.000714056, 0.00778504182, 0.00301551353, 0.0140760588, -0.0302906223, -0.00234173751, 0.0165661, 0.00661325734, 0.0133290458, -0.00721379695, -0.00886894204, -0.00763856852, 0.00736027, 0.00394378649, -0.00587723032, -0.0017805628, 0.00452235481, 0.0151892537, -0.0158483814, 0.00643016631, 0.00831234455, -0.00380463712, 0.0049544503, 0.0239776354, 0.0144422408, -0.00185105298, -0.00668649375, -0.0180894192, -0.00825375505, 0.00500937784, 0.00497275963, 0.00971116219, 0.0124795027, -0.0106778843, 0.000395019451, -0.00282509858, 0.0118130501, -0.0120986728, -0.00396209536, -0.0175767634, 0.0153210796, -0.0137538174, 0.00673409784, -0.000481530093, 0.00750674307, -0.00204329891, 0.000909048249, -0.0132631334, 0.0109635061, 0.011710519, -0.0177671798, 0.0447621569, 0.00881767645, 0.0323998332, -0.000331624091, -0.0125234444, -0.00638256222, 0.022805851, 0.00451503135, -0.0109342122, 0.00618848577, -0.00805601664, 0.0131166596, 0.00682930509, 0.0218391288, -0.0107877385, -0.00637523877, -0.0340403318, 0.0100187557, -0.0163317434, -0.0220295433, -0.00811460614, -0.00644115172, -4.07950283e-05, 0.016141329, 0.0267606229, -0.00996016618, -0.00703802938, -0.027361162, -0.0103190253, -0.00224103732, 0.0205355193, -0.00122579618, -0.00859796721, -0.0263358504, 0.00879570562, -0.00955736544, 0.0121792322, 0.0150134861, 0.0129628638, 6.80155517e-06, 0.0179429464, -0.00287636416, -0.00522176363, -0.00716619333, -0.00636425335, -0.0167565141, 0.00957201235, 0.00292213704, 0.0124135893, -0.0163170956, 0.0050752908, 0.00790954381, 0.0243731122, -0.00468347501, -0.0169029888, 0.00645213714, 0.0307886321, -0.0104142325, -0.0217219498, -0.011461515, -0.0094621582, -0.00705267629, 0.00131551095, 0.00500937784, -0.00262003648, 0.00121389527, -0.0114541911, -0.0154968472, 0.0135341082, 0.00615552906, 0.0110587142, -0.011710519, -0.012933569, 0.00218427903, 0.00952807069, 0.0181333609, 0.0115567222, -0.0123476768, -0.0104142325, -0.0236846898, -0.0137831122, -0.00448207464, -0.0117398137, 0.000194305627, 0.0185141917, 0.00270242756, 0.011586017, -0.00416349573, -0.0151892537, -0.0015059259, -0.02069664, -0.00621411856, 0.00389618264, 0.0186606646, -0.00197372423, -0.00669015571, -0.0340696275, -0.00371492235, 0.00447108923, 0.00431363098, -0.00306677911, 5.52992897e-05, 0.0173424073, -0.0105167637, 0.0154675525, 0.0145740667, 0.00534626562, -0.00629834039, 0.0239190459, 0.0147351874, -0.00120657159, -0.00777039444, 0.0034622564, 0.00449672202, -0.00728337141, 0.000341694133, -0.00809263531, -0.00484459568, -0.00481530093, 0.0170348138, 0.0117398137, 0.0120107885, -0.0351242349, 0.0154968472, -0.0207405817, 0.00752139, -0.00716253137, 0.0149841914, -0.00878105871, 0.00358858937, 0.00184739113, -0.0111173028, 0.0267020334, -0.00170457992, -0.0139442328, 0.0112564526, 0.000573991216, -0.000203574629, -0.0177818257, 0.00419645244, -0.0163317434, 0.0367061421, -0.00118368515, -0.0120254364, -0.00613355823, -0.0126625933, -0.0201693363, 0.00987228192, 0.00711492775, -0.000335972523, 0.00432827789, 0.0205941088, -0.0179282986, -0.0012056561, 0.00224103732, 0.00584427407, 0.00958666, 0.00957201235, -0.0107584447, -0.00796813332, -0.00266947108, 0.0319604166, 0.00749941915, 0.00895682629, -0.00117636158, -0.00648875535, -0.0039181537, 0.00059733534, -0.0122304978, 0.00801207498, 0.0161559749, 0.0225275531, -0.00647410797, -0.0015434596, -0.0215461832, 0.00185013749, 0.00238384865, 0.00856134854, -0.00965257268, -0.00305030099, -0.000907675072, 0.00685127592, -0.022307843, 0.0186313689, 0.00415617228, -0.0134974895, 0.000180001618, -0.0184409544, -0.00987960584, 0.0233038589, 0.0165953953, 0.0117910793, 0.00775574706, 0.00311072101, -0.0243877601, -0.0073675937, 0.00266580912, -0.0269070957, 0.0326341912, -0.0256181341, -0.007147884, -0.005360913, -0.0282546487, 0.0094621582]
|
18 Nov, 2020
|
HTML5 MathML separator Attribute
18 Nov, 2020
The MathML separator attribute in HTML5 is used to specify if the operator is a separator. There is no visual effect when this attribute is used, therefore this may be used for semantic purposes. This attribute is accepted by the <mo> tag.
Syntax:
<element separator="symbol">
Attribute Values: This attribute has two values as mentioned above and described below:
true: It specifies that the operator is a separator.
false: It specifies that the operator is not a separator.
The examples below illustrate the MathML separator attribute:
Example:
HTML
<!DOCTYPE html>
<html>
<body style="text-align:center;">
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML separator Attribute</h3>
<math>
<mfenced>
<mo separator="true">+</mo>
<mo>-</mo>
<mo>/</mo>
<mo>*</mo>
</mfenced>
</math>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML separator attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute/HTML5 MathML scriptsizemultiplier Attribute/HTML5 MathML selection Attribute/HTML5 MathML separator Attribute
|
https://www.geeksforgeeks.org/html5-mathml-separator-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML separator Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML separator Attribute, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, HTML5 MathML selection Attribute, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, HTML5 MathML scriptsizemultiplier Attribute, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.00645260094, -0.0135659482, -0.0095119942, 0.0303668, 0.0697087348, 0.00774312112, 0.00881683361, 0.00289764791, 0.0131598646, 0.0371394493, -0.0124991182, -0.010117678, 0.00397824356, -0.00550277811, -0.00863788184, -0.0135797141, 0.00967718102, 0.00105564552, 0.00809414219, 0.0234014317, -0.0308072977, 0.0267464612, -0.0457566828, -0.0182118211, -0.0273659099, 0.0105099967, -0.0105857067, 0.00602931, -0.0248192847, 0.0240897108, -0.00284602726, 0.00584347546, 0.0176336672, -0.0370843895, -0.0239382889, 0.0250945948, 0.00442906516, 0.0455364361, -0.0235803854, -0.0172482319, -0.00622202782, -0.0301465522, 0.00723379571, 0.0353499278, 0.00568861281, 7.29681633e-05, -0.0350195542, -0.014536419, -0.023649212, -0.00344482856, 0.0174960122, 0.0179502759, 0.0270355381, 0.00175338681, 0.0134351756, -0.00818361901, 0.0139995627, 0.0259205289, -0.0392593443, -0.0233876668, -0.0100763813, -0.0253148433, -0.0350195542, 0.00571270287, -0.0272282548, 0.0234702602, -0.0137311351, 0.00571614411, -0.00883748196, 0.0119484961, -0.0291554313, 0.0285497475, 0.0115699433, 0.00518617034, -0.0030628345, 0.0100970296, 0.0413517095, -0.0311376713, 0.0126298908, -0.00680018123, 0.0187899731, 0.00374078774, -0.0517584644, -0.00302842073, 0.0195333138, 0.0102140373, 0.00696880883, -0.0198223908, 0.0115011157, -0.0208272748, -0.0398925617, -0.00628397288, 0.00427420298, -0.00836945325, 0.0014393602, 0.0115011157, 0.0186660849, -0.000226056116, -0.00177919713, 0.00342073874, -0.0124234073, 0.0210612901, 0.00454607233, 0.0294032115, 0.00994560868, 0.0292104948, 0.0212677717, -0.0180466343, -0.000786357, 0.0258104037, -0.00164154172, -0.0256865136, -0.00700322306, -0.00258964393, -0.00339492853, 0.0258379355, -0.051565744, -0.060238041, 0.0197673272, 0.0081354389, -0.0502442531, -0.00949134585, 0.00330717303, 0.0125885941, -0.0525843948, 0.0243650209, -0.0432788841, -0.016532423, 0.0311376713, -0.0253974367, -0.00608781399, 0.0211163517, -0.0149769168, -0.0243099593, -0.00280128908, 0.0214467254, 0.000279182539, 0.0255075619, -0.0330373161, -0.00519993622, -0.0436092578, -0.00596392388, 0.031330388, 0.0438845679, -0.0686074942, -0.0220524091, -0.0119484961, 0.0648082048, -0.0349644944, 0.02733838, -0.0312753282, 0.00140322559, 0.00413654745, -0.017661199, 0.0308072977, 0.000960147, -0.00620826241, 0.0118659027, -0.0172069352, -0.00508981152, 0.00380617427, -0.0232637767, 0.0277788769, 0.0418472663, -0.0216532089, 0.0284396242, -0.0114667024, -0.00861035101, -0.000451682077, 0.0366438888, -0.0295133367, 0.016091926, -0.00794272125, -0.0318534784, -0.01694539, -0.00725444406, 0.0168903284, -0.028632341, 0.0257278103, -0.00572302705, -0.0633765832, -0.0204831362, 0.0102759823, 0.0340559669, -0.00974600855, -0.0132149262, 0.00073645683, -0.0114667024, -0.000837547588, -0.0074333963, -0.00597424805, -0.012388994, 0.0417922065, 0.011246453, 0.0314955749, 0.0181705244, -0.0138412593, -0.00713055441, 0.024915643, -0.0238694604, 0.00636312505, -0.0248055179, 0.0124922357, -0.00210440834, -0.00234702602, -0.0152109312, -0.00885813, -0.0120035587, 0.0225342028, -0.0119071994, -0.00883748196, -0.0137861967, 0.0303668, 0.00967029762, 0.0194094237, 0.0152935246, -0.0398375, -0.00532726711, 0.0243374892, -0.0386811905, 0.0471332371, -0.0112602189, -0.024502676, 0.0204969011, -0.0383783504, -0.0263059642, -0.0279991254, -0.0545115732, -0.00746781, 0.00727509242, -0.0287149344, 0.0324041024, -0.0296509918, 0.0121825105, 0.036038205, 0.00919538643, 0.0149356201, -0.0195057821, 0.0297060534, 0.0139995627, -0.0102484506, -0.00900266878, 0.00920915231, -0.0157202557, -0.00852087419, -0.0204831362, -0.000105069848, -0.0321012586, -0.00183770072, -0.00534103299, 0.00594327552, -0.036175862, -0.014949386, -0.0324591622, -0.037745133, 0.0194094237, 0.0528597049, 0.00127245288, -0.00547868852, 0.00221109134, 0.0349094309, -0.0111363288, 0.0274898, -0.0198636875, 0.0234702602, 0.00208203914, 0.0193268303, -0.00620482117, -0.0211301167, -0.0116181234, -0.0199462809, -0.041296646, 0.0231261216, -0.00724756112, -0.0268565845, 0.014963151, -0.00469749328, 0.0221074708, 0.0198912174, -0.0453161858, -0.0394245312, 0.00880306866, -0.0155000081, 0.0439121, 0.0289076529, -0.0103241615, 0.0199187491, 0.00353774591, -0.0311376713, -0.0326518826, -0.0120104412, 0.00903708301, 0.0343588106, 0.0316332318, 0.0187899731, 0.0265399776, -0.00798401795, -0.0186936148, 0.00836945325, -0.0218459256, -0.042590607, -0.00730262371, 0.00846581254, -0.0351296812, -0.0305595174, 0.0211301167, 0.0203179494, 0.0116043575, 0.0139445011, -0.056273561, -0.00664531859, -0.00686556753, 0.00361345662, -0.00770182442, -0.0299263019, -0.0308348294, 0.0286874026, -0.0471607707, -0.0270355381, -0.0273659099, -0.00571958534, 0.0102828648, -0.0288801212, 0.0388463773, -0.0129946778, 0.00961523596, -0.0305870492, -0.0245990362, 0.0101589747, -0.026911648, -0.06354177, -0.0281092506, 0.00348268379, -0.000374250842, -0.00474567292, -0.0819876045, 0.0428383872, -0.00335707306, -0.0114667024, -0.0277513452, -0.0300639588, -0.0239933506, 0.00256383349, 0.0498037562, 0.00118383719, -0.0245164428, 0.0127193667, 0.00189964566, 0.0263059642, 0.0469955839, 0.000899922743, 0.0225342028, 0.0349094309, -0.0270080063, 0.0129533811, -0.0687726811, -0.0342211537, -0.0110055562, -0.0253974367, -0.016381003, -0.00892695785, 0.0234289635, 0.010971142, -0.0549245402, -0.00158475875, -0.0474360809, -0.0435817279, -0.0260857139, 0.0241723042, -0.046857927, -0.02733838, -0.0155000081, 0.00870670937, 0.0151696345, 0.006979133, 0.0205244329, 0.0163947679, -0.0137586659, 0.00107371283, 0.0230848249, 0.0114391707, 0.0584760495, 0.01366919, -0.0244200826, 0.01907905, -0.00573335122, 0.0266225711, 0.00563699193, -0.0230435282, 0.0437193811, -0.00296819652, 0.0477939844, -0.0052481154, -0.0366989523, 0.0223965477, -0.00555439899, -0.0237868689, -0.0266225711, 0.0425355434, 0.0186660849, 0.0312202647, -0.0262233708, 0.00895449, 0.0156376641, -0.0044738031, 0.0247091595, -0.0411314592, -0.00622891076, 0.0213778969, -0.00938122161, -0.0136278933, -0.0170555152, -0.00497280434, 0.000640098, 0.0123752281, 0.0176061373, 0.0155963665, 0.0186936148, -0.0184871312, 0.0308072977, 0.0646980777, -0.0281643122, 0.00207515643, 0.0115492949, 0.0170830451, -0.0157202557, -0.0486749783, -0.00820426736, 0.0485097915, 0.00998690538, -0.0561359078, 0.0428659171, 0.00639753882, -0.00101434882, 0.00613943487, 0.0133594647, 0.018514663, -0.00170778832, -0.00803908054, -0.0087411236, -0.0255626235, -0.0200977, -0.029761117, 0.0348268375, -0.0256589819, -0.0138274934, -0.0106545342, -0.0525843948, 0.00531006046, 0.0269254129, -0.00553719187, -0.00547524681, -0.0591367967, -0.0284120925, 0.0459494, -0.012450939, 0.0350195542, -0.00808726, 0.00300777238, 0.0117213642, -0.0132699888, 0.0114322882, 0.0245302077, 0.00761923101, 0.0507948734, -0.0353223979, -0.0322389156, 0.0308348294, -0.00463210698, 0.00620482117, -0.00766052771, -0.0368641391, 0.0525568649, -0.018941395, 0.0225755, 0.0379653834, -0.0118934345, 0.0106683, -0.0127056018, 0.00885813, 0.0365062356, 0.0144400606, -0.010255334, -0.00857593678, 0.0124234073, -0.0231811833, 0.0301190205, 0.0396723114, -0.006979133, 0.0308072977, 0.006621229, -0.00519993622, 0.00468372786, -0.0305319875, 0.0319636054, 0.0172757637, -0.0194369555, 0.000286925642, 0.0203454811, -0.00109264045, -0.00588133046, 0.039149221, 0.035184741, 0.00476288, 0.0113496948, 0.00450477563, -0.0785737485, 0.0289351828, -0.0170004517, 0.0155137731, 0.0136278933, -0.00962900091, 0.00914720725, 0.0101589747, 0.014963151, 0.010117678, 0.00887877867, 0.0134902373, -0.0143161705, 0.022795748, 0.0122995181, -0.0135384174, -0.0219009873, 0.0496385694, 0.0453437157, 0.0411589891, 0.0196572039, -0.0198774524, -0.0278752353, -0.0294582732, 0.00614975905, 0.00981483608, 0.0513730273, 0.0433339477, -0.0121687446, -0.00553030893, -0.0438845679, -0.00136537035, -0.00120448554, 0.00823868066, -0.00329340762, 0.000756244815, -0.0237042755, -0.0198223908, -0.00834192242, -0.0176199023, 0.0165599547, -0.0280128922, -0.0140202111, -0.0115492949, 0.0277238153, 0.00788077619, 0.00370981544, -0.0237042755, -0.00950511172, -0.00887189619, -0.00390597433, 0.00873424, 0.0102071539, -0.0309449527, 0.0190652851, -0.000329297734, 0.016959155, 0.0293481499, -0.0177437924, -0.0189964566, -0.0418472663, 0.00467340369, -0.0043292651, 0.0136210108, -0.0135108856, -0.0106132384, 0.0595222339, 0.00838321913, -0.028769996, 0.00367884291, -0.00949134585, 0.0379929133, 0.0123201665, -0.0111019146, -0.00931239408, -0.0236079153, 0.0106545342, 0.0183907729, -0.00652142847, 0.0304218624, 0.00527908793, -0.0438845679, -0.0632114, 0.0147704333, 0.0357078314, 0.0281092506, -0.000824212213, -0.00686556753, 0.00312305894, 0.0378001966, -0.0228508115, 0.000413181551, 0.0373046361, -0.0242136, -0.0152522279, 0.00211473252, 0.000544169336, 0.00442906516, -0.0195470788, 0.000574281497, -0.00968406349, -0.00508637028, -0.0152935246, 0.000264341565, -0.0208685715, -0.031881012, 0.00165702787, -0.0212540068, -0.0151696345, 0.0183770079, -0.0198636875, -0.00688277418, -0.0187349115, -0.0157202557, 0.0216807388, 0.0245715044, 0.0125610633, 0.0163534712, 0.0233050734, -0.0387913175, -0.00295787235, -0.00843139831, -0.000315962359, -0.0132011613, -0.0109436112, 0.0124715874, 0.00567140616, 0.00509325322, 0.0415168963, 0.0351572111, -0.0251909532, 0.00150646723, -0.00653175265, 0.00555784, 0.0211163517, -0.0167802032, -0.0125885941, 0.0186798498, 0.00112361286, 0.0017946834, -0.00789454207, 0.0375248864, 0.0104824649, 0.00735080289, -0.0145777157, -0.00823868066, -0.00749534136, 0.00313338311, 0.0212540068, 0.000625472108, -0.00312133809, 0.00233326061, 0.0106683, -0.0158303808, -0.0486199185, -0.00761234853, 0.0138687901, 0.0136829549, 0.00596392388, -0.000141204422, -0.00841763336, -0.00210096687, -0.0101658581, 0.0203317162, 0.0140890386, -0.00504851481, 0.0217358, 0.0237868689, 0.00375455339, -0.0170692801, 0.00130944781, 0.025631452, -0.0108128386, 0.0534103289, -0.0257415753, 0.0140683902, -0.010957377, 0.0138963209, 0.0314955749, -0.00847269502, -0.00755040348, 0.00907149632, 0.00224378449, -0.0301190205, 0.0167664383, -0.0095532909, 0.0119966753, -0.0039851265, 0.017661199, -0.0115079982, 0.0237180404, -0.00706860935, -0.033174973, -0.0284396242, -0.00486956304, 0.00812167395, 0.00198223908, 0.00738521665, 0.00658681523, 0.0134902373, 0.0120723862, -0.0364511721, -0.00723379571, -0.0179227442, 0.00571614411, 0.0312202647, 0.0196296722, 0.0279440638, -0.0076467623, -0.00224206364, 0.0188312698, 0.0292104948, -0.0402229317, -0.00335019035, 0.0134007614, 0.000873682147, -0.0179365091, -0.0253699068, 0.0265124459, -0.016381003, 0.0335053466, 0.0170142185, -0.000811737205, 0.00385435368, 0.00325211091, 0.00837633666, -3.15639736e-05, 0.00250188843, -0.0271869581, 0.0175373089, 0.0144813573, 0.0138756726, 0.00807349384, -0.00960835256, -0.0352948681, 0.0285497475, -0.00706172641, 0.0139995627, 0.0151558686, 0.00352742174, 0.0196296722, 0.0123958765, -0.00383714656, 0.0135590658, -0.000396619871, -0.0168903284, 0.0158441458, -0.0192992985, 0.027916532, -0.0149218543, -0.00422602333, -0.00597768929, 0.0174409505, 0.000391887967, -0.0403881185, -0.00617040694, -0.00849334337, 0.0104824649, 0.0293481499, 0.0107233627, -0.0118383719, -0.0173308253, 0.00600177934, 0.00730262371, -0.0141785154, -0.0286598727, 0.0415444262, 0.00900266878, 0.0102690989, 0.0330648459, -0.040002685, -0.0121687446, 0.000496420078, -0.0294032115, 0.00717873359, 0.0193818919, -0.0183632411, 0.000525671872, -0.00872735772, -0.00470093498, 0.0198223908, -0.00671758782, 0.0241723042, 0.00392318144, 0.0338907801, 0.0411589891, 0.0152935246, -0.00275138905, 0.0370017961, -0.0144675914, -0.0324041024, 0.00288732373, -0.0276274569, -0.0326794125, 0.0055268677, 0.0244200826, 0.00709614, -0.00949822832, 0.0316882916, -0.0154174147, -0.00278064073, -0.0160643961, -0.0264160875, -0.0138687901, -0.00304734823, -0.00208203914, -0.0208272748, -0.0470506437, 0.0293756817, 0.00745404465, 0.028769996, -0.0086998269, -0.0130841536, 0.0299538337, -0.00164756412, -0.00205794955, -0.0114735849, 0.00634935917, 0.0210199933, -0.00685180165, 0.011810841, -0.0279302988, 0.0150732761, 0.00495559769, 0.0163947679, -0.0320186652, 0.0118383719, 0.0075917, -0.0208410397, 0.0155137731, -0.00146086887, -0.000739898242, -0.0235803854, 0.0268015228, -0.0377726667, -0.00267223711, -0.0229747, -0.00592606887, -0.0105512934, -0.00869294349, -0.00102209195, -0.0124784699, 0.0357904248, 0.0285222176, 0.0270080063, 0.0458943397, 0.00463210698, 0.0333676897, -0.00872735772, -0.0151283378, -0.0246816278, -0.000105930201, -0.0128432568, -0.0250532981, -0.0280817188, 0.00720626488, 0.0184871312, -0.00830750819, 0.0451234691, 0.00617040694, 0.0356527716, -0.0259480588, 0.00250016782, 0.0115837092, 0.0147704333, -0.0305595174, 0.015100807, 0.0308072977, -0.00571270287, -0.00978730526, -0.0428659171, 0.00252597826, 0.0289627146, 0.0218183938, 0.0312477946, 0.00570926117, -0.00396447815, 0.00423290627, 0.0108059561, 0.0324866958, -0.0268428195, -0.0379929133, -0.00660058064, 0.00504163234, -0.00606716564, 0.00728885783, 0.0419298597, -0.0374698229, 0.00725444406, 0.0262509, -0.0204556044, 0.0169316251, -0.0252735466, -0.00537200551, 0.0152797587, -0.0286874026, 0.0188588016, -0.021928519, 0.00164670381, -0.00769494148, -0.000130450077, 0.0169040933, -0.00942940079, 0.012313283, 7.96358509e-05, 0.0102897473, -0.0242686626, -0.00675544282, 0.0270493031, -0.01892763, -0.0152935246, 0.0150044477, -0.0117213642, 0.00312477956, -0.0276274569, 0.00474911416, -0.0242824275, 0.0210337583, -0.0405808389, 0.000166046928, 0.00842451584, 0.0231811833, 0.0177300274, 0.0100763813, -0.0239933506, 0.0200013425, 0.0310826097, 0.0100901471, -0.020207826, -0.0310550779, -0.0307797659, 0.00947069749, -0.061944969, -0.0274072066, 0.027765112, -0.00355151156, 0.0189138632, 0.00900955126, -0.0264986809, -0.0197535623, -0.0346616507, 0.00498312851, 0.0176336672, 0.0283294991, 0.00179984549, -0.0120173236, -0.0309449527, 0.000813457882, 0.0145501848, -0.0253699068, 0.00385779492, -0.00816985313, 0.00783259701, 0.00785324536, -0.00575399911, -0.016518658, -0.00446003769, 0.00843139831, 0.000353387441, -0.0124991182, 0.00527908793, 0.00730262371, -0.0105512934, -0.0222313609, 0.0128019601, -0.0120930346, 0.0221900642, 0.0154311797, -0.000420279393, -0.00382682262, 0.0197260305, -0.0141234528, 0.0269391779, 0.0194507204, 0.000299185602, -0.0219973475, 0.0153072905, 0.021928519, 0.0411589891, 0.00982860196, 0.022781983, -0.0154311797, -0.00938122161, 0.00654895976, 0.0526119284, 0.0216119122, -0.0283294991, -0.0101727406, 0.0162158161, 0.00143333781, 0.0272695515, -0.0283294991, -0.00134558242, -0.018941395, -0.016807735, -0.0293481499, 0.00674167741, 0.00307487953, -0.0376350097, 0.0099387262, -0.0167526733, 0.000961867685, -0.00637000753, -0.00180844893, 0.00206139102, 0.0283845607, 0.00365475309, 0.0170555152, 0.003470639, -0.0157753192, -0.00730262371, -0.0183770079, 0.0410763957, 0.029898772, 0.0243237242, -0.0228095148, -0.0197260305, -0.0224240795, -0.00433614803, -0.0145639507, 0.00140150497, 0.00153055694, -0.00455639651, 0.0123958765, 0.0109986737, 0.0241998341, 0.00965653267, 0.0177850891, 0.0120723862, -0.0136003625, -0.0225755, -0.0302016139, -0.0224240795, -0.00637689047, -0.0171105769, 0.0191478785, -0.0210475232, 0.0119278478, -0.0165461898, -0.031192733, 0.00258620246, 0.0109023144, 0.00443250686, -0.0121480962, 0.0244338494, 0.0159955677, 0.0162846446, -0.0215981454, 0.0139238527, 0.0101520922, 0.0287975278, -0.0186385531, 0.0188588016, 0.00717185065, -0.00415031286, -0.0105237616, -0.0104893483, 0.0147566684, 0.00556472316, 0.0013688117, 0.00832127407, 0.0154174147, 0.0143987639, -0.00916785561, 0.00365819456, -0.00419160957, -0.00949134585, 0.0025586714, 0.00427076127, 0.0175648406, -0.0161607545, -0.0135797141, 0.0150595102, -0.031468045, 0.0153623521, 0.0110537354, 0.0272695515, -0.00953952502, 0.00482138339, -0.031468045, -0.00211473252, -0.00854840595, -0.0205657296, -0.0112189222, -0.012464704, 0.00911967549, -0.0136072449, 0.0120035587, 0.00290969294, 0.017647434, -0.00214914628, 0.0599076673, 0.0157890841, -0.0249431748, 0.00148237753, 0.0125060007, 0.00163637963, -0.0049693631, -0.0235390887, 0.0423703603, -0.0302016139, 0.00956017338, 0.0146878408, 0.0398375, 0.0516483374, 0.00123631838, -0.0150044477, 0.0123545798, 0.0127950776, -0.0109504936, 0.00861723348, -0.00286667561, 0.0136898383, 0.0272695515, 0.014522654, 0.0253974367, 0.006552401, 0.00090594514, 0.019781094, 3.82854305e-05, -0.00580906169, -0.00634591794, -0.0081354389, 0.0192992985, 6.42033774e-05, -0.0187349115, 0.0400577448, -0.0172757637, 0.0147979651, -0.01694539, -0.02535614, -0.00092831417, -0.00952576, -0.0105650583, -0.0444076583, 0.0145501848, 0.00551654352, -0.0167113766, 0.0188863333, -0.00334158703, 0.00462866575, 0.0130015602, 0.00457704486, 0.0175648406, 0.00993184373, -0.00841763336, 0.00581594417, -0.00434647175, -0.0211989451, -0.00517584616, -0.0265124459, -0.0254937969, -0.00790830795, 0.000967890141, -0.0180328693, -0.00992496, 0.00417784415, 0.0040470711, -0.00803908054, 0.014949386, -0.00804596301, 0.0105512934, -0.001361929, 0.0182944145, 0.0118727861, -0.00263094041, -0.0121274479, -0.010392989, 0.0244613793, 0.0130635053, -0.00648013223, -0.000341342587, 0.000684836064, -0.0284396242, 0.037745133, 0.00918162055, -0.014384998, -0.0128019601, 0.00692751212, -0.00932615902, 0.0115079982, -0.00652831141, 0.00226443284, -0.00618073111, -0.0106545342, -0.00782571454, -0.0201252326, -0.0121893929, 0.00772935571, -0.0128570227, -0.0143024046, 0.0235253219, 0.00254662661, 0.0289627146, -0.0055681644, 0.00466307951, -0.00434303051, 0.0233739018, -0.0250257682, -0.0189000983, 0.0166563131, -0.0089131929, 0.0111638596, -0.0330648459, 0.0216119122, -0.00332782138, -0.0147291366, -0.0245715044, 0.00250360905, -0.0041984925, 0.0133457, -0.00089304, -0.00465619704, -0.00363410474, 0.0112258047, 0.014949386, -0.0308072977, -0.0098974295, -0.0221487675, 0.0119553786, 0.0260168873, -0.0228645764, 0.0194231886, 0.00703763682, 0.0231811833, 0.015678959, -0.0105925901, 0.00378208444, 0.00481450045, -0.0095532909, -0.00981483608, 0.0209098682, 0.0262784325, 0.0295133367, -0.034331277, -0.00738521665, 0.0240346473, 0.0345515274, 0.016381003, 0.0300088953, 0.00936057325, -0.0220386442, -0.00505195651, 0.0166838448, 0.00526876375, -0.00117437332, -0.0197122656, 0.00100574538, -0.00883748196, -0.0221625324, -0.00993184373, 0.0314955749, 0.0162158161, 0.028769996, -0.010682066, -0.0119966753, 0.0183907729, 0.0104962308, -0.0330923796, 0.00696536759, 0.00217839796, 0.0196159072, 0.014963151, 0.0432513542, 0.0163534712, -0.00486612134, 0.0523916781, -0.00256039202, -0.0157753192, 0.0153072905, -0.0194782522, -0.00510357693, 0.0104480516, -0.00812167395, 0.0116800684, -0.00532382587, -0.00372013962, 0.0162984096, -0.0179778058, 0.00201837346, -0.0110124387, -0.0327069424, -0.00694471924, 0.00705484347, 0.0452886559, -0.0183219444, -0.00427764421, 0.0198223908, -0.0236216821, -0.00154002081, -0.0139376177, 0.0151834, 0.0276412219, 0.0109780254, -0.00684836041, 0.0126574216, 0.0224240795, 0.00757105183, -0.00464587286, -0.0135246515, -0.01366919, 0.00774312112, -0.020221591, 0.0112671014, 0.0161332227, -0.0300639588, -0.00270493026, 0.0374147594, 0.0132562229, -0.00862411596, 0.0388463773, -0.0116594201, -0.00532382587, -0.00172671606, -0.00423290627, -0.0136898383, 0.00599833764, -0.0162846446, 0.00441874098, -0.00896137208, 0.00217151525, 0.0235390887, 0.0259342939, 0.00989054702, 0.0314955749, 0.00300777238, 0.00442562392, -0.00225410867, -0.00450133439, 0.0181154627, -0.0081767356, -0.00266019232, 0.0173996538, -0.00960147, -0.00780506618, -0.0161332227, -0.000210139697, -0.0234427284, 0.00618761405, -0.0110812662, 0.0139995627, -0.00726820948, -0.00141268945, 0.0144951222, -0.0439121, -0.0119760269, -0.000368443521, 0.0171518736, -0.00842451584, -0.0177713241, 0.00618073111, 0.0133250514, 0.022369016, 0.00541674346, -0.021942284, 0.0081767356, 0.0280954856, 0.00310585182, -0.016807735, 0.00391285727, 0.00917473808, -0.0194231886, -0.0188037399, 0.000287570903, 0.0185284279, -0.000394684088, 0.006765767, 0.0341936238, -0.00416752, -0.0132699888, -0.00493494933, 0.00844516419, 0.00964964926, -0.00344827, -0.0368090756, -0.00820426736, -0.00984236691, -0.00932615902, -0.0286874026, -0.0170279834, 0.00689654, 0.0366438888, -0.0402229317, 0.00744027924, -0.0235941503, 0.00739898253, 0.0230435282, 0.0166838448, -0.0215293188, -0.0102690989, 0.0205106679, 0.0306971725, 0.0117901927, 0.0251634233, -0.0152659938, -0.00653863559, -0.00279784785, -0.00537544675, 0.0120035587, -0.0120723862, -0.016959155, -0.0180191025, -0.0176749639, -0.011384109, -0.011597475, 0.00704107806, -0.0145914815, -0.0137173692, -0.0173032954, 0.0342486836, -0.0238969922, 0.00219388423, -0.00716496818, -0.0271594282, -0.00986301526, 0.00819738396, -0.00470781745, -0.0151971653, -0.00472502457, 0.00669693947, -0.0178952124, 0.018074166, 0.00204074266, -0.0379929133, 0.00640442129, 0.00868606102, 0.0127537809, -0.01481173, -0.015376118, 0.017798854, -0.0241172407, -0.0340834968, 0.0186798498, -0.019794859, -0.0116938334, -0.00788077619, -0.0141785154, 0.00140838767, 0.00961523596, -0.0322664455, -0.000386080617, 0.00292689982, -0.0123064006, 0.0338357203, 0.0116594201, -0.00482826633, 0.0304493941, 0.0276962835, -0.00204246328, 0.00925733149, -0.00306627597, -0.00259652664, -0.00533759128, -0.00423634751, 0.0017826386, -0.0130497403, -0.0478765778, 0.0103723407, -0.00710990606, 0.0226305611, -0.0121412138, 0.0132975196, 0.0265262127, 0.0249569397, -0.00155378634, -0.0117213642, 0.00871359184, 0.00195470802, -0.0110055562, -0.00530317752, -0.0331199095, -0.00618761405, -0.0113083981, 0.0346065909, -0.043003574, -0.0285222176, 0.00661090482, -0.00214226358, 0.01481173, 0.0020785979, 0.0172619987, 0.0141647495, 0.0223827828, 0.0129740294, 0.0297335852, -0.00334674912, -0.0224240795, -0.0133525822, 0.00967718102, -0.00119072, 0.00463210698, 0.0183081795, 0.0403055251, -0.00121653033, 0.0141647495, 0.00729574077, -0.00168541935, 0.00435335469, -0.0170004517, 0.00593983429, 0.000625041954, 0.0132286921, 0.00828686, -0.0116594201, 0.00873424, 0.0109091969, -0.0234564953, -0.0184458345, 0.0270906, 0.00702731265, 0.0217220355, -0.014949386, 0.015665194, -0.00283914432, -0.00198568031, 0.0198912174, -0.0220386442, -0.00556128146, -0.0139169693, -1.98283051e-05, 0.00276515447, -0.00732327206, -0.000762697426, -0.0176887307, -0.0393694676, 0.00905084796, -0.00134386169, -0.00729574077, 0.0221487675, -0.0133044031, 0.000647411, 0.00456327945, -0.0195883755, 0.00867229607, -0.00392318144, 0.00375455339, 0.000121523983, 0.00616352446, 0.00759858266, 0.0280541889, 0.0240346473, 0.00933304243, -0.0233601369, -0.00233842246, -0.000107005631, -0.0153210554, 0.0011666303, -0.0175373089, -0.00225582928, -0.0141234528, 0.0148392618, 0.00566796446, -0.00804596301, -0.00534447422, 0.0124784699, 0.0189000983, 0.00949822832, 0.0126849534, -0.00246059173, 0.0132218096, 0.00296303444, -0.0125679458, -0.0122857522, -0.00101176777, -0.00726820948, 0.0124302907, -0.0190239884, -0.00397136062, 0.0109091969, -0.0215568487, -0.0266776327, -0.0204831362, -0.0263334941, 0.00717873359, 0.0146052474, -0.0169040933, 0.0518410578, 0.0125885941, 0.0237593371, -0.0117351301, 0.00536168134, 0.00065558427, 0.0134076448, 0.0074333963, -0.00470781745, -0.0110537354, -0.000136472503, -0.0047972938, 0.0281092506, 0.00261545414, -0.00724067865, 0.00110382494, 0.0302566756, -0.0175097771, -0.0282744374, 0.0190239884, 0.0224653762, -0.0270493031, -0.00221281196, -0.0105719417, 0.000369949121, -0.0182118211, 0.0128019601, 0.0142198121, 0.00426732, 0.00457016192, -0.00616352446, -0.000665048079, -0.0153623521, -0.0201527625, 0.00620482117, -0.010103913, 0.0213366, 0.0021973257, 0.00018250107, -0.0293206181, 0.00590542052, -0.00748845842, -0.00875488855, -0.048564855, -0.00641474547, 0.00464243116, 0.00262749917, -0.00270148902, -0.0229058731, -0.000196266614, 0.014384998, 0.0256176852, -0.0159955677, 0.0423703603, 0.000298325263, -0.00315403123, 0.00863099936, 0.015954271, 0.0123270489, -0.000403287559, -0.00435335469, 0.00641130423, -0.00498312851, -0.00322974194, -0.00375455339, -0.00646292511, -0.0251496565, -0.014536419, 0.00752287218, -0.00466996245, -0.000647841138, 0.00140580663, 0.00226443284, 0.00110382494, 0.00989054702, -0.00286667561, 0.0117213642, -0.00909902807, -0.0230572931, -0.00283914432, 0.00683803624, -0.00376831903, 0.0269391779, -0.00841763336, -0.00963588431, 0.00100402476, -0.0268152896, 0.0133388164, 0.0130841536, -0.0129946778, 0.0174822472, -0.00080571475, -0.0120173236, -0.0206620879, 0.0040883678, -0.0217082705, -0.0195057821, -0.00862411596, 0.0333126262, 0.00227819826, 0.00996625703, 0.00340009062, 0.0154036488, -0.00151851203, -0.00091454864, -0.00471470039, 0.00771559, 0.0192580018, 0.0247366913, 0.0150732761, -0.0138206109, -0.0221074708, 0.0232637767, 0.00513799116, -0.00260340935, -0.000967029773, -0.00544771599, -0.0083556883, 0.0120310895, 0.000769150036, -0.0134971207, -0.0317158252, 0.0034895665, -0.024915643, -0.000554063357, 0.0136829549, -0.0233876668, 0.00767429313, 0.00378552591, -0.00701354723, 0.0018187731, 0.00410557492, -0.0039162985, -0.0072200303, -0.0101589747, -0.00311445538, 0.00307660014, 0.00191685266, 0.0177437924, -0.00435679592, 0.0181016959, 0.0125885941, -0.000382639235, -0.0132906372, -0.00354462885, 0.00633559376, 0.0146052474, 0.0154311797, 0.00878930278, 0.00613599317, 0.00549933687, -0.00327275926, -0.00738521665, -0.00118039583, -0.00836257078, -0.013242458, 0.003257273, -0.0424529538, -1.33757044e-06, -0.00904396549, -0.026484916, 0.0170692801, -0.0162984096, 0.00446347892, -0.00410901615, -0.000952403876, -0.00468028663, 0.0152935246, 0.00875488855, 0.0208272748, -0.0148254959, -0.0113909915, -0.00770182442, -0.00226271199, 0.0217908639, -0.0305870492, 0.0162571128, -0.00130428572, -0.00691718841, 0.0150732761, -0.0236079153, 0.000616868667, -0.0177162606, -0.0343588106, -0.00580562, 0.0203317162, 0.0234014317, -0.00140408601, 0.00698601594, -0.000342848187, 0.0170004517, 0.0275448635, 0.00149786379, 0.00694471924, -0.00100316433, -0.0206070263, 0.0134627065, -0.00682427082, -0.00721314736, 0.0104342857, -0.0112395706, -0.00300261029, 0.00192201475, -0.010971142, -0.0147291366, -0.00949134585, -0.00978730526, -3.90651221e-05, -0.0249982364, 0.0112120397, -0.0430586375, -0.0141234528, 0.0187762082, 0.0147291366, 0.00223173946, 0.019368127, -0.0142748738, -0.0141096869, 0.00516552199, -0.000860777, 0.00801155, -0.00406083697, 0.00289248582, -0.0107921902, 0.00305595179, -0.0118039576, -0.0026120129, -0.00836257078, 0.00670038071, -0.0131392162, -0.00752975512, -0.0050760461, 0.00450821733, 0.0265675094, -0.0277926419, -0.00780506618, 0.0111913914, -0.00570926117, 0.0140408594, 0.00238316064, 0.00971847773, 0.00584347546, -0.0173996538, -0.0112189222, 0.00481794216, 6.90966044e-05, -0.0179502759, 0.019781094, 0.0299263019, -1.97073186e-05, 0.00567828864, -0.00531694293, -0.0173170604, 0.0169178601, -0.000366292632, 0.0220524091, 0.0238556955, -0.0203179494, -0.0124234073, 0.0144400606, -0.0238143988, 0.0103585757, -0.00803908054, -0.0245852694, 0.0256865136, 0.00954640843, 0.0293206181, 0.0137242517, -0.0162020512, -0.000872391625, 0.00839698501, -0.02307106, 0.0170279834, 0.0221350025, -0.0130015602, 0.00046372693, -0.0137930801, 0.00965653267, -0.0127331326, 0.0211301167, -0.00374422921, 0.00206655287, 0.00793583877, -0.0224240795, 0.0257966388, 0.013104802, -0.00585379964, 0.0217358, -0.0044738031, 0.00692407088, 0.0263334941, 0.0137173692, -0.0110812662, 0.00238144, 0.00923668314, -0.00396103645, -0.00402986445, -0.00872735772, 0.0185834914, 0.0112671014, -0.0194369555, 0.0297060534, -0.0125060007, 0.021515552, -0.00255006785, -0.0287424661, 0.016532423, 0.00782571454, -0.00549589517, 0.0343037471, -0.000143032652, 0.0211989451, 0.014095922, -0.0123270489, -0.0051139011, 0.0054614814, -0.0342486836, 0.0040883678, -0.00476632128, 0.00319188647, 0.02733838, 0.00908526219, 0.00355495303, 0.0150457444, -0.0114529366, -0.0157753192, -0.0108128386, 0.0239795856, 0.00148581888, 0.00728197535, -0.0161745194, -0.0125885941, -0.0156927258, 0.00990431197, -0.00240552961, -0.0136760725, 0.00752287218, 0.00252253679, -0.0087755369, 0.0342211537, -0.00930551067, -0.00667285, -0.0111982739, 0.000864218338, -0.0242548957, -0.0342762172, -0.00107715419, 0.00576432329, -0.0230435282, -0.00529629504, 0.00482482463, 0.0144400606, 0.00154948456, -0.00555095728, -0.0239382889, 0.00500377687, -0.000911967596, 0.00230056723, 0.00318672461, -0.0138206109, 0.0130428569, 0.00372013962, -0.0020785979, 0.007261327, -0.000925733126, 0.0130979195, 0.000715808535, -0.0104205199, 0.00308692432, 0.013531534, 0.0108472519, 0.0254387334, 0.0102828648, -0.0117075993, -0.0219147541, 0.00462178281, 0.00794272125, 0.0150870411, 0.0060224277, -0.00635624211, 0.0154587114, -0.0375799462, -0.0183770079, -0.00162777607, -0.00411245786, 0.00383370533, 0.03358794, 0.0120310895, -0.000128836939, 0.0136554241, 0.00362722203, 0.00528252916, -0.00418816833, -0.0265124459, -0.010255334, 0.00176199025, 0.00187383534, -0.0277788769, -0.0128707876, 0.00647669053, 0.0129533811, -0.00851399172, 0.0185559597, 0.0148943234, 6.86126587e-05, 0.00553030893, 0.00929174572, -0.000857765728, -0.0195883755, 0.0127262501, 0.024351256, -0.0114116399, 0.0248192847, 0.00194438372, 0.0103723407, -0.0177300274, 0.00203213911, -0.0200977, 0.0242961925, -0.00150388619, -0.00895449, 0.00433958927, 0.0137930801, 0.0286048092, 0.0131598646, -0.00217667734, 0.0244338494, 0.0208685715, 0.00375799485, -0.00262061623, 0.00627709, 0.014384998, 0.0125404149, 0.0112602189, 0.00175510743, 0.0014393602, 0.0109367287, 0.0189826917, 0.014384998, -0.0233876668, 0.00654207682, -0.0104480516, 0.012099917, -0.00505539775, 0.00808037724, 0.00301465509, -0.00611878652, 0.00867229607, -0.0192855336, -0.00361689785, 0.0278064087, 0.0199325141, -0.0347993076, -0.00922980066, 0.00276687532, -0.045151, -0.0056748474, -0.0228508115, -0.00587100629, 0.0187486764, 0.000131848152, -0.00275827176, -0.0153210554, -0.0108472519, -0.00199256325, 0.00662467023, 0.00565075781, 0.0168765634, -0.0270906, 0.0202766526, -0.0300914887, 0.0168903284, 0.0106545342, 0.0177162606, 0.000337471021, -0.00536512258, 0.0136210108, 0.0231261216, 0.00692751212, -0.00139118079, 0.0132699888, -0.0076467623, 0.0361208, -0.0194644853, -0.00317812106, 0.00739209959, 0.00692062965, 0.0243650209, -0.0104893483, 0.00501754228, 0.0253148433, 0.0105512934, 0.00810790807, -0.00694471924, -0.018652318, 0.0124027589, -0.00916785561, -0.0162158161, -0.00556128146, -0.00858970266, -0.0137930801, -0.000384144834, 0.00456327945, 0.00585724087, -0.00318672461, -0.00175940921, 0.00922291726, 0.00555095728, 0.00137225317, -0.0108128386, 0.00223173946, 0.0110743837, -0.00281333411, 0.0146603091, -0.0324316323, 0.0185421947, -0.00460113445, 0.0138894385, 0.0100832647, -0.00401609903, -0.00249328511, -0.0216119122, 0.0151696345, 0.00414687162, -0.0136278933, -0.00984925, -0.0202491228, -0.0134695889, 0.0139513835, 0.00060009188, -0.0451234691, -0.0141785154, 0.0116043575, -0.00519993622, 0.0147979651, -0.000630634197, -0.0159818027, 0.00392318144, -0.0030267, 0.0172482319, 0.0222451258, -0.0181292277, -0.0183494762, 0.0111638596, -0.007261327, 0.011824606, -0.00584347546, 0.012891436, -0.00384058803, -0.0107990727, -0.00117179228, 0.00737833418, 0.00553719187, 0.00885124784, 0.00351881841, 0.00273590279, 0.00402986445, -0.0100832647, 0.00024519884, -0.0234702602, -0.015238462, -0.0238419306, -0.00112017151, 0.00345687335, -0.017372122, -0.0022386224, 0.0104755824, 0.00455983775, 0.0091265589, -0.0172895286, 0.00295443088, 0.0146327782, -0.0058882134, 0.0206896197, -0.00189620431, -0.00832127407, -0.00335019035, -0.029761117, 0.037442293, -0.00315919332, -0.0105581759, -0.0282193739, 0.00797025301, -0.0317158252, -0.0151421037, 0.00760546559, 0.0198223908, -0.0196847338, -0.000249930745, 0.00960835256, 0.00436367886, -0.0151834, 0.00309380703, -0.00392318144, 0.00572302705, -0.0095119942, -0.00664187735, 0.0249982364, 0.0139169693, -0.0125472974, -0.0159680359, 0.0171518736, 0.014536419, 0.01161124, -0.0053960951, -0.0139445011, 0.00888566207, 0.000904224464, 0.0134214098, 0.00280645117, -0.0250257682, 0.0114873499, -0.00927798, 0.0209098682, 0.00595704094, 0.00544427428, -0.0075779343, 0.00395415397, 0.0263610259, 0.016532423, 0.0165599547, 0.00263782335, 0.0212815385, -0.00734392041, 0.00998690538, 0.0376625396, 0.00635968335, -0.00208720122, -0.0155000081, -0.0125472974, -0.0107853077, -0.00505539775, -0.0126505392, 0.00105478521, 0.00439121, 0.00799090136, 0.00302325864, -0.00687933294, -0.00549589517, -0.000233369065, -0.0117213642, -0.00885813, 0.0116043575, 0.014949386, -0.0202628877, -0.00324350735, 0.00479041087, -0.015376118, -0.00957393926, -0.00505195651, -0.00600522058, -0.0136760725, 0.000816469081, -0.0226856247, -0.00512422528, -0.00110554567, 0.00134558242, -0.00890630949, 0.0061669657, 0.0219009873, 0.025342375, 0.00053298485, -0.00840386748, -0.00724756112, -0.0224378444, 0.0340834968, 0.000936057302, 0.00263266126, -0.00430517551, 0.00362033932, 0.0101589747, 0.000748501683, -0.00512422528, -0.00872735772, 0.00163723994, 0.0262509, 0.00477320421, 0.0150595102, -0.000471900217, -0.00372702233, -0.000180672825, -0.0118452543, -0.0135246515, 0.00887189619, -1.58492e-05, -0.0339733735, -0.00702731265, -0.0247229245, 0.0249018781, 0.0144951222, 0.0155963665, -0.00628053164, 0.00110984733, -0.0191203468, -0.0011666303, -0.000186265082, -0.00210957043, -0.00741274795, 0.00883748196, 0.00717873359, 0.0103792241, 0.00982860196, 0.0043705618, 0.00544427428, 0.00280301, -0.00379929133, -0.0115079982, 0.0112739839, 0.0163534712, 0.0240346473, -0.0109504936, -0.0267464612, -0.0133044031, -0.00538232969, 0.003043907, -0.00319016585, -0.00123889942, -0.0257966388, -0.00611190358, 0.0174134187, -0.0256176852, 0.0101865064, -0.00815608725, 0.00325899362, -0.000728283543, 0.00800466631, -0.00125954766, -0.00404018862, 0.0058882134, 0.0149769168, 0.0046871691, 0.0132631063, -0.0233326051, 0.00492118346, -0.000232723803, 0.00691030547, 0.00443250686, -0.00567140616, 0.00512766698, 0.000859486463, 0.00221625343, -0.00391285727, 0.015376118, 0.0189964566, 0.0244338494, -0.0198636875, -0.00633559376, 6.39345235e-05, -0.0246128011, -0.000508895144, 0.0166012514, -0.00355151156, 0.000782915566, -0.0040505128, -0.00394727103, 0.00996625703, 0.00420537498, 0.00770870736, 0.0106683, -0.00999378785, -0.0158441458, 0.00334846973, 0.0058882134, 0.0198636875, -0.00649045594, 0.0231811833, 0.0149356201, -0.00166649173, -0.0143712331, -0.00946381502, 0.032321509, -0.0212264769, 0.00251393323, 0.0288801212, 0.00908526219, -0.0103861066, 0.00175510743, 0.017798854, -0.0390390977, 0.029485805, -0.00741274795, -0.00625644205, -0.0269391779, 0.00669349823, -0.00161401054, 0.00511046, 0.00128105632, -0.00386467786, -0.0146465441, -0.00381305697, -0.0168903284, 0.00494527351, 0.0259893555, 0.006125669, -0.0207997449, -0.0225204378, 0.00818361901, -0.0229884665, -0.00807349384, 0.0169866867, 0.00172757637, -0.0356527716, 0.0192717686, 0.00120792689, -0.00433614803, -0.00371669815, 0.01366919, 0.0146603091, -0.0178539157, 0.0123339314, -0.0123683456, -0.000218958259, 0.00114254048, -0.0318534784, 0.00614287611, -0.00708237477, 0.022644328, -0.0178814474, 0.00993184373, -0.00476632128, 0.00335019035, -0.00597768929, 0.0327069424, -0.00885813, 0.0190239884, -0.0043017338, -0.00163035712, -0.00356871844, 0.00308520347, -0.0176887307, 0.0042638788, 0.012237573, 0.00848646089, 0.017798854, -0.0157202557, 0.0109504936, 0.0133594647, 0.00802531466, 0.010895432, 0.00556472316, 0.00664876, 0.0214467254, -0.0045426311, -0.00795648713, -0.000755814661, -0.0107646594, -0.00443250686, 0.0102071539, 0.011108798, -0.00484891469, -0.0125885941, 0.0076467623, -0.0281780772, 0.0143299364, -0.00708925771, 0.0111432113, -0.00749534136, 0.0409387425, -0.0024175744, -0.00569893699, -0.0110468529, -0.00134214095, -0.00140150497, 0.0153485863, 0.00343450438, -0.0365337655, -0.0247366913, 0.00125696661, -0.011886551, 0.012313283, 0.00217323587, 0.00374078774, 0.00730950618, 0.00258448184, -0.000391672889, 0.0196709689, -0.00900955126, 0.0102690989, -0.00746781, -0.0185421947, 0.0139238527, -0.00688965712, -0.00252941949, 0.0081354389, 0.00830062572, -0.0053960951, -0.00148581888, -0.00974600855, 0.0012019045, -0.00121567, 0.0301465522, 0.01260236, -0.00269804755, 0.00777753489, 0.00133955991, 0.0139651494, 0.0011554457, -0.00357216, -0.0146052474, -0.0127537809, 0.0245852694, 0.0482344814, 0.0339733735, -0.00553375063, 0.00923668314, 0.00938810408, -0.0268290546, 0.00560257817, -0.00346203544, 0.00905084796, -0.00444627227, -0.0163947679, 0.00726820948, 0.000756675, -0.0100970296, 0.0294307433, 0.00282537891, -0.000493408879, 0.0125748282, -0.00737145124, -0.00574367493, -0.0186798498, 0.0206896197, -0.0301465522, -0.0311652012, -0.00591918593, -0.00499345269, -0.00865853, -0.00312994164, 0.00985613279, 0.00431894092, 0.0131942788, -0.00179984549, 0.00158906053, 0.00173962116, 0.00166649173, -0.00115028361, -0.0150182135, -0.0187073797, -0.0110468529, -0.00209236331, -0.000916269317, 0.0248330496, -0.0055268677, -0.0351296812, 0.00342762168, 0.0125335325, -0.00140580663, 2.25975455e-05, -0.0163947679, 0.000685266219, -0.000109586676, -0.0268841162, 0.00472502457, -0.00746781, -0.00646636635, 0.0170417484, -0.00945004914, -0.0232500117, -0.00964276679, -0.0141922804, 0.0130015602, -0.0142473429, -0.00859658513, -0.0236629788, -0.00265847147, -0.00760546559, -0.0102828648, 0.0167664383, -0.00569549575, -0.00583315128, 0.000784636242, -0.00230917078, -0.00384747074, 0.00548557099, 0.0251771882, 0.00657649105, -0.0200839359, 0.00506572193, -0.00018389913, 0.0116938334, 0.0115011157, 0.000375111209, 0.0170004517, 0.0117764268, 0.00216463255, 0.0215568487, 0.0150595102, -0.00610846234, 0.0247642212, -0.00305251032, -0.0381581, 0.00343106291, -0.00987678114, 0.00752287218, -0.0126092425, 0.00750222383, -0.0195470788, -0.0155413048, -0.00663843565, -0.0103103956, 0.00131030811, 0.0067692087, -0.0020252564, 0.00839698501, 0.0136485416, -0.00807349384, 0.00613943487, 0.0315781683, -0.00280817202, 0.00932615902, 0.00662467023, -0.00495215598, -9.21646497e-05, 0.0230022315, -0.0123408139, 0.0204831362, 0.010744011, 0.0201114658, 0.00393350562, 0.00925733149, 0.00460113445, 0.0221212357, -0.0120173236, -0.0167802032, 0.00565764029, 0.00730262371, -0.000420709577, -0.0093399249, -0.01892763, 0.0242548957, 0.0190515202, 0.00984236691, -0.0386261307, -0.0265124459, 0.00851399172, -0.00479041087, 0.00826621149, 0.0190652851, 0.00466996245, 0.0176887307, -0.00635624211, -0.0181016959, -0.00558881275, -0.0184733663, 0.00393350562, 0.0025707162, 0.0109849079, -0.00110984733, -0.000211860402, 0.00351021485, -0.0136003625, -0.000405008264, 0.0152246971, 0.0180053376, 0.00211645314, -0.0172619987, -0.0222038291, 0.00257415767, 0.0297886468, -0.00680362247, -0.00983548444, -0.0185421947, 0.00531694293, -0.00603619311, -0.00716496818, 0.00940187, 0.0210199933, -0.0135934791, 0.0134214098, 0.011673185, -0.00930551067, 0.0087411236, -0.0214191936, -0.00498657, -0.0178263858, 0.00909214467, 0.0135384174, 0.000378767669, 0.00722691324, -2.32562488e-05, -0.0317158252, 0.0173996538, -0.0279302988, 0.0143574672, -0.0133044031, 0.0104067549, 0.0148805585, -0.0116318883, 0.0347442441, -0.00668317406, -0.00109780254, -0.000766138837, -0.0041537541, -0.0134833548, 0.0111569772, 0.0101727406, 0.0143024046, 0.00350333215, 0.00218183943, -0.0263472609, -0.0022042084, 0.00836257078, 0.0131460987, -0.0153210554, 0.0144125298, 0.0157202557, -0.0139238527, 0.000538577093, -0.00287872041, -0.00790142454, -0.0134351756, -0.00249156426, 0.018087931, -0.0106614176, 0.0036960498, 0.0067244703, -0.0058469167, -0.0087755369, -0.00934680738, -0.0119966753, 0.00230572931, 0.00709614, -0.00826621149, 0.00300605176, -0.00497624604, 0.00929174572, 0.0121136829, -0.00807349384, 0.00964964926, 0.0051827291, -0.0064491597, -0.00971159432, -0.00407804362, -0.0319085419, -0.0282469057, 0.000644399726, -0.00830750819, 0.0209236331, -0.00530661922, -0.00750910677, -0.00347752171, -0.00699978136, 0.00684836041, -0.00266019232, 0.0109023144, 0.0128501393, 0.017647434, 0.00416752, 0.0294307433, 0.0280404221, -0.00220248778, 0.0229334049, -0.00882371701, -0.0200426392, 0.00964964926, 0.0133594647, 0.00222313614, -0.0249982364, 0.0144262947, -0.00709614, 0.00586068211, -0.000660316146, -0.003043907, 0.00277031655, -0.0168215, 0.00781194866, -0.0128432568, 0.0202491228, -0.027765112, -0.0153623521, 0.00247263676, -0.000362636172, -0.0194920171, -0.017647434, 0.00572646828, -0.00143247738, -0.0214467254, -0.015954271, -0.00536512258, 0.00351881841, -0.023635447, -0.0271456614, 0.0229747, 0.00525843957, 0.00498312851, 0.00315059, 0.00319360732, 0.00752287218, -0.0121274479, 0.00859658513, 0.00146172917, -0.0258104037, -0.0188725665, 0.00151679141, 0.00435679592, 0.0102484506, -0.0049693631, -0.00678641535, -0.00485235592, 0.006621229, 0.0444076583, -0.00265158876, 0.0047559971, 0.0282744374, -0.00273246132, 0.0161607545, -0.00102123164, 0.0195746105, 0.00581594417, -0.0107715419, -0.0268428195, -0.0114667024, -0.0245577395, -0.0110537354, 0.00931239408, -0.00702042971, 0.000386510801, -0.0217495672, 0.0212127101, -0.00199428387, 0.00711678853, -0.00973224267, -0.0267051645, -0.00527564669, 0.0193130653, -0.0150457444, 0.00227475702, 0.0289351828, -0.00679673953, -0.0045804861, -0.00357904262, 0.0223827828, -0.0116594201, 0.00407116115, -0.00982860196, 0.00115458539, 0.00698257471, 0.00525499834, -0.0264573842, -0.0126367733, 0.017234467, 0.000102004866, 0.0156514291, -0.00964276679, 0.0103585757, -0.0201940592, -0.0093743382, 0.00362033932, -0.0139995627, 0.0178263858, -0.0158992093, 0.0113428123, -0.0118659027, 0.0352398045, 0.015389883, 0.00555439899, -0.022644328, 0.0214191936, 0.0224378444, -0.0166976098, -0.00825932901, -0.00330201094, -0.00215430837, 0.0210337583, -0.0119897928, 0.0159129743, -0.000430388493, -0.011397874, -4.61898671e-05, 0.00879618526, -0.00685868459, -0.00551654352, -0.00829374325, -0.0195057821, 0.0341660902, -0.00942251831, 0.0128501393, -0.0203179494, 0.00609469647, -0.0152797587, 0.00980107, 0.00340181123, 0.0162295811, 0.0076467623, -0.0136898383, 0.0369467326, -0.00975977443, 0.0351296812, -0.00387500203, -0.0107164793, -0.00432582386, 0.0221212357, 0.00924356561, 0.0131460987, -0.0105099967, -0.0194231886, -0.00332610076, -0.00649389764, 0.0385160036, 0.000480073504, 0.00486612134, -0.0207446814, 0.00554407481, -0.0205519646, -0.0206207912, -0.0106407693, -0.0303943306, -0.00130514603, -0.00771559, 0.0114116399, -0.00789454207, -0.0150319794, -0.00154862425, 0.0116663026, -0.00544771599, 0.0197122656, 0.000786357, 0.00507260486, -0.0201940592, 0.0338632502, -0.0134695889, -0.00725444406, 0.0151696345, 0.00541674346, 0.0118659027, 0.0204556044, 0.00394383, -0.00716496818, -0.0259893555, -0.0125266491, -0.0076467623, 0.0160781611, 0.0191203468, 0.00410901615, -0.00584003422, 0.00651798723, 0.00125094422, -0.00452886568, -0.00252253679, 0.0159129743, -0.00225410867, -0.00143591873, -0.012099917, -0.0413517095, -0.0132562229, -0.0104411682, -0.0144675914, 0.00770182442, 0.00827309489, 0.00824556407, -0.00565764029, -0.00304906908, 0.0196572039, 0.0204005428, -0.0308623593, 0.024929408, -0.0105994726, -0.00461834157, -0.00738521665, 0.0112739839, 0.00629429705, 0.00413310574, 0.000470179511, 0.00732327206, -0.00518617034, -0.0216256771, -0.0051414324, -0.0151834, -0.00593639305, 0.0217495672, 0.00468028663, 0.0213228352, -0.00452886568, -0.00833504, -0.0197122656, -0.00319188647, -0.00402986445, 0.0113015156, 0.0203317162, -0.0074333963, -0.0022919639, -0.00930551067, -0.00727509242, 0.00843828171, 0.000268858363, 0.00449789315, -0.0054614814, 0.0249569397, -0.00695504341, 0.0175097771, 0.00527220499, 0.0140477428, 0.00383026386, 0.00314886915, -0.00552342646, 0.0106338859, 0.00228852243, -0.00738521665, 0.00177059369, -0.00498312851, 0.0081767356, 0.00389220892, -0.00613599317, 0.00993184373, -0.00342418021, 0.00191857328, -0.00667285, -0.0228921082, 0.00451854151, -0.000150238062, 0.00582626835, -0.00103843852, 0.00184630416, 0.000742479286, 0.00491430098, 0.00368916709, -0.0107784243, 0.0306696426, 0.0107990727, -0.0133525822, -0.00641130423, -0.0136210108, 0.0125954766, -0.0300364271, 0.000119803291, -0.0105168791, 0.0291279014, 0.00659713941, -0.0195608437, 0.0110124387, -0.00914032385, -0.0234564953, 0.0344138704, -0.0014221532, -0.00844516419, -0.0143161705, 0.00961523596, 0.00525843957, -0.0062736487, 0.0012793357, 0.00357904262, 0.0103103956, -0.00794960465, 0.0038096155, -0.00842451584, 0.0103379274, 0.0252460167, -0.00132493407, 0.0177575573, 0.00399889192, -0.00922980066, -0.020221591, 0.0109504936, 0.00520337746, 0.00651798723, 0.00373390503, 0.00224894658, -0.024915643, -0.0317158252, -0.0144262947, -0.00356183574, -0.00227475702, 0.0111225629, -0.00940875243, 0.0158166159, 0.00324866944, 0.00177747651, -0.0098974295, 0.0300364271, 0.0065558427, -0.0146878408, -0.000354032702, -0.00480761798, -0.0133388164, 0.0278477054, 0.00329340762, 0.0246540979, 0.0167802032, -0.00536168134, -0.00337772141, -0.00779818324, 0.0162020512, -0.022795748, 0.00862411596, -0.00270837173, -0.0161332227, 0.00994560868, -0.0140477428, 0.010117678]
|
18 Nov, 2020
|
HTML5 MathML rspace Attribute
18 Nov, 2020
This attribute holds the value of the space length after the operator default value thickmathspace (4.32px). This attribute is accepted by MathML <mo> tag only.
Syntax:
<element lspace="length">
Attribute Values:
length: This attribute holds the value of the space length after the operator default value is thickmathspace (4.32px).
Below example illustrate the rspace attribute in HTML5 MathML:
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML rspace Attribute</title>
</head>
<body style="text-align:center;">
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML rspace Attribute</h3>
<math>
<mpadded>
<mrow>
<mrow>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo rspace="120px">+</mo >
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
</mrow>
<mo rspace="120px">=</mo>
<msup>
<mi>z</mi>
<mn>2</mn>
</msup>
</mrow>
</mpadded>
</math>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML rspace attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute/HTML5 MathML scriptsizemultiplier Attribute/HTML5 MathML selection Attribute/HTML5 MathML separator Attribute/HTML5 MathML rspace Attribute
|
https://www.geeksforgeeks.org/html5-mathml-rspace-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML rspace Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, HTML5 MathML rspace Attribute, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML separator Attribute, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, HTML5 MathML selection Attribute, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, HTML5 MathML scriptsizemultiplier Attribute, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0135163963, 0.00325519871, -0.0165951308, 0.0494099371, 0.0509718321, -0.0187277179, 0.0479982235, 0.0433726124, 0.00795214623, -0.0173160043, -0.00368509511, 0.0257862806, 0.00571443187, -0.0353528857, 0.0160244387, -0.0116991913, -0.00468568411, 0.00311628031, -0.0402788594, 0.00698722573, 0.0370349251, 0.0174962245, -0.0139444154, 0.0298562162, -0.0496201925, -0.00740398141, 0.00235598302, -0.00472322945, 0.0043102284, 0.00865049381, 0.0217163432, 0.0203947406, 0.00191106822, 0.00714491727, -0.0273782108, -0.0102048786, 0.0198691022, 0.0440033786, -0.0348723, -0.0214610323, 0.00880818442, -0.0285346135, -0.00755416369, 0.0225723814, 0.0366144143, -0.0379059799, -0.00361939054, -0.0340312831, -0.0176764429, -0.0405792259, 0.0049147117, 0.0120971743, 0.0311477836, 0.004753266, 0.00401737308, -0.000109644723, 0.0427418463, 0.0389572568, -0.0324393511, -0.00632267, -0.00350675383, -0.0211606696, -0.0363140516, -0.0293756332, -0.038026128, 0.0177965872, 0.00186695217, 0.0255610067, -0.0191932824, -0.0357133225, -0.0249302424, 0.026191771, 0.0192233194, 0.0086955484, -0.00043083512, -0.00212320057, 0.0180368796, -0.0043102284, -0.0143499067, 0.00980689656, 0.0332503356, 0.0138843423, -0.00966422353, 0.0058571049, 0.00401737308, 0.00336783542, 0.0224972907, -0.0379960909, 0.0225123093, -0.00122210744, -0.0352327377, 0.0356832854, -0.00746405404, -0.0271078832, -0.0134713417, 0.00601104181, 0.00349173555, 0.0189079363, 0.00270140194, 0.0130508309, -0.00599977793, 0.0362539776, 0.00997209642, 0.00752037251, 0.0152585097, 0.00747907255, 0.018532481, 0.00101748423, 0.0360437222, 0.0210555419, 0.0046706656, -0.0236987472, -0.00845525693, -0.0227225628, -0.0275734477, 0.00812485628, -0.00867302064, -0.0624757856, 0.00476452941, 0.0220917985, -0.038056165, -0.00294920243, 0.030622147, 0.0213859417, -0.0308474191, 0.0078094732, -0.0683028549, -0.012089665, -0.016655203, -0.0144625437, -0.020034302, -0.00139012374, -0.00203121407, -0.0626560077, 0.0175412782, 0.0455352366, -0.00300739822, 0.0179768074, 0.00592093216, 0.00567688653, -0.0448744334, -0.024434641, 0.0377558, 0.0139669422, -0.0421711542, 0.00887576677, -0.0214309972, 0.0351726674, -0.0324693881, 0.0409997329, -0.00154312188, -0.00958162267, 0.00769683672, -0.0167753492, 0.0313880742, 0.00810983777, -0.0495000444, 0.0193584822, 0.00601479644, 0.0208152495, 0.0125552304, -0.012742958, 0.0400986411, 0.0374254, -0.0147704175, 0.0491996817, -0.00861294754, -0.00192796369, -0.0334906243, 0.0279789399, -0.0261316989, -0.00807229243, -0.01895299, 0.0106479162, -6.38714255e-06, -0.0205899775, 0.00207626866, -0.0165500753, 0.0103550609, -0.0104301525, -0.00921367668, -0.0194485914, 0.0206650682, 0.0145676713, -0.0424715206, -0.00862796605, 0.0192083, 0.00111604133, 0.00482084788, -0.0203647036, -0.0353228487, -0.0139444154, -0.00484713, 0.0225723814, 0.0367045254, -0.000617154874, -0.0121121928, 0.038086202, 0.0474876054, -0.00231656013, 0.00310877105, -0.0338510647, 0.0150107089, -0.0200793575, 0.0140420338, -0.0481183715, 0.011804319, 0.0207251403, 0.0384766757, -0.00614245096, -0.030051453, -0.000847121351, 0.0144925797, 0.018472407, -0.0466766208, 0.00853034761, -0.015251, 0.00214572786, -0.00928876735, -0.0291653797, 0.025425842, -0.0366144143, -0.00192139321, -0.00691213459, -0.0363741219, -0.0107755717, -0.0199892484, -0.017421132, -0.0195387, 0.00822247379, 0.0117667736, 0.0448744334, 0.0170456767, 0.00796716474, 0.0204998665, 0.0233383104, -0.00559428614, -0.0337008797, 0.027753666, -0.00550793158, -0.0532546, -0.0320188403, 0.0352327377, -0.00718997186, 0.0229178, -0.0443337783, -0.00633768784, -0.0398883857, 0.0262067895, -0.0106779533, 0.020034302, -0.0419909358, -0.0123074297, -0.0147854351, -0.0360737592, 0.0326496065, 0.0206049941, -0.0275584292, -0.0126453396, -0.00157691282, 0.0328898951, -0.0211156141, 0.0144325076, -0.0645783395, 0.0144249983, 0.0163398217, 0.0324093141, -0.0209654327, 0.018472407, -0.021596197, -0.0100997519, -0.074610509, 0.03649427, -0.000184677148, -0.0452348702, 0.0211456511, -0.0152209634, -0.0146352537, 0.0468268022, -0.0366444513, -0.00986696873, 0.0176013522, 0.00583457761, 0.0398283154, -0.000699285767, -0.00322516216, 0.00384090911, 0.0278137401, 0.011804319, -0.00597725064, -0.0155588733, -0.0272730831, 0.0249302424, 0.0546963476, 0.0173160043, -0.0159643646, 0.0145601621, -0.0232031457, -0.0184423719, -0.0251254775, -0.0139293969, 0.0143273799, -0.00886074826, -0.026987737, -0.0166101493, 0.00683328928, 0.000599790073, 0.00498604821, -0.0175112411, -0.0345118642, 0.0247950777, -0.000581017288, -0.0265522096, -0.00666433433, -0.0254108254, -0.00744152674, 0.00809481926, -0.0278437752, -0.0232482012, -0.0064615882, -0.0231130365, 0.0108356439, -0.0456253439, 0.0327397138, 0.0149206, 0.0101748426, -0.0394078046, -0.0235485658, 0.00319512584, -0.0315082222, -0.0531344563, -0.0206800867, 0.001493374, -0.00112073449, 0.0120371012, -0.0731687546, 0.0520831794, 0.00506489398, 0.00249114679, -0.0108731901, -0.0165650938, -0.0291353427, -1.70274907e-05, 0.00595847797, 0.0147929443, -0.0223170724, 0.0156790186, -0.000169893596, 0.0048696571, 0.0148830535, 0.00100903655, 0.0267925, 0.0303067639, -0.00472322945, 0.0132535771, -0.0182771701, -0.0261617359, -0.0246148594, -0.0259514805, -0.00123337109, -0.00794463698, 0.0100997519, -0.0246298779, -0.0284595229, -0.000192186257, -0.0377858356, -0.017481206, 0.00614245096, 0.00322140777, 0.00911605824, -0.0360437222, 0.0245097317, 0.0239690747, -0.0124801388, 0.00512496661, 0.0120971743, 0.0260716267, -0.0150332358, -0.0149806719, 0.00871056598, 0.00390098197, 0.0499205552, 0.00440033805, -0.0134413047, 0.01895299, -0.0142898345, -0.00291165686, 0.022362126, 0.0147779267, 0.0360737592, -0.0300965086, 0.0496802628, -0.00551919499, -0.0431923941, 0.0208152495, -0.00987447798, -0.017706478, -0.051902961, 0.0126528488, -0.0176163688, 0.0109933354, 0.000733076769, -0.0325895324, 0.00655169738, 0.0103400433, 0.0268976279, -0.039557986, -0.022046743, 0.0430422127, -0.0294957794, -0.0332203, 0.017736515, -0.0138017423, -0.0112711722, 0.0413301364, 0.00918364059, 0.0295107979, 0.0126378303, -0.036944814, 0.0154837826, 0.0662003, -0.0206951033, -0.00805727392, 0.0320188403, -0.0235936195, 0.022106817, -0.0815789625, -0.00938638579, 0.0258914083, -0.00830507465, -0.0422312282, 0.0458656363, 0.00176276336, 0.00956660509, -0.0171508044, 0.0210405234, 0.00583457761, 0.00964169577, -0.0222419798, 0.018247135, -0.0256661344, -0.0224672537, -0.0354730301, 0.0270628277, 0.00316884392, 0.0189980455, 0.0119620105, 0.00115452544, 0.0242544226, 0.0460458547, 0.00586461416, 0.00645032432, -0.0515124872, 0.00494474825, 0.0201544482, -0.0259214435, 0.0128180487, -0.0229778737, -0.0222269632, 0.00834262, -0.0152059458, -0.0160544757, 0.0318085849, 0.0374254, 0.0455352366, -0.0209654327, -0.0482985899, 0.0310576744, 0.00046720737, 0.0345719382, -0.0247950777, -0.00614996, 0.0290752705, 0.0120220836, -0.00367383147, 0.0440934859, -0.0128405765, 0.00694968039, -0.00504236668, -0.00884573068, -0.0116241006, 0.000786579156, 0.0115640275, 0.00198052754, 0.0064615882, -0.0141096152, 0.00904096756, 0.0209804494, -0.00163416984, 0.028234249, 0.00987447798, 0.0131259225, -0.0105202617, -0.0588413775, 0.00171583134, -0.00970176887, 0.0169856045, -0.0172108784, -0.00321014412, 0.0188328456, 0.00270515657, 0.024374567, -0.0352627747, 0.0491396077, -0.0156189464, 0.0416605361, -0.0509718321, 0.0152434912, -0.0707057714, 0.0139969792, 0.0240591858, -0.0105578071, -0.0148530174, 0.0175562967, -0.0118418643, -0.00977686, -0.0281441398, 0.023638675, 0.0110984631, 0.0018068793, -0.0278888308, 0.0190280825, -0.0201995037, 0.0120220836, 0.00556424959, -0.0076255, 0.0361638702, -0.00598851452, 0.00700975303, -0.0331301875, -0.0134413047, 0.00366819976, 0.0440634526, 0.00493723899, -0.0351726674, -0.00228276919, -0.0188779, 0.0178116057, 0.00659675198, 0.00143517845, -0.0406693332, -0.0179167334, -0.0199441928, 0.00997209642, -0.00733264489, -0.0197940115, 0.0126378303, -0.0348723, -0.0398283154, 0.0133587047, 0.00384466373, -0.0239690747, 0.00746405404, -0.00507615739, 0.0224672537, 0.00994206, 0.0109032262, -0.0103926063, -0.0190581176, -0.0309976023, 0.00730636297, -0.0182621535, 0.0392876565, 0.0242994763, -0.014274816, -0.0243445318, -0.00408495544, 0.00050357962, -0.0170456767, -0.00188666361, -0.00731387222, 0.0146652898, 0.0489293523, 0.00780196395, 0.0123599935, 0.0150557635, 0.00480207521, -0.0154237095, 0.0112711722, -0.00941642281, -0.0290452335, -0.0347221196, 0.00582331372, 0.0254108254, 0.0206650682, 0.00842522, -0.01617462, -0.041179955, -0.042621702, 0.000824124727, 0.016940549, 0.0423513725, -0.000482460251, 0.00240854663, 0.0101072602, 0.0511520505, -0.00221706438, -0.0257712621, 0.0156790186, -0.0155738918, -0.0216863062, 0.0311778206, 0.0143423984, 0.0223921631, -0.0408195145, -0.0245848224, 0.0342115, 0.0172559321, -0.0226775091, 0.0182020795, -0.0448444, -0.00987447798, -0.00384466373, 0.0133587047, -0.00726130838, -0.0177515335, -0.00556800421, 0.0223471075, -0.0086955484, -0.00685957121, 0.0269577, 0.00955158658, -0.0156339649, 0.00569190457, 0.0280690491, -0.0205299035, -0.0275434107, -0.00414502807, -0.000462514174, -0.019778993, -0.019748956, -0.0134187778, 0.0105127525, 0.00926624052, 0.0322591327, 0.0368246697, -0.0105728256, 0.0149506358, -0.0193284471, 0.00231092819, 0.00206125039, 0.0140195061, 0.0196588468, 0.0274533015, 0.0049147117, -0.000245923322, -0.00914609432, 0.071486719, 0.0230980199, 0.0220317263, 0.00543659506, -0.00250804238, 0.0068820985, -0.00878565758, 0.0293305796, 0.0283393767, -0.0109557901, -0.00569941383, -0.0151909273, 0.00805727392, -0.0319287293, 0.00147460122, 0.0058571049, 0.0180669166, 0.021596197, -0.0115415007, 0.0126828849, 0.00312754395, 0.000953656854, 0.00302429358, -0.0150782904, -0.0152735272, -0.00768181821, 0.0293606166, 0.0123149389, -0.0153110735, 0.00157315831, -0.000106007501, -0.0153936734, 0.0512421578, -0.00617624214, -0.00919114891, 0.0182321165, 0.0113612814, 0.0155738918, 0.00130940089, 0.00680700736, 0.0116466274, -0.0173160043, 0.00303743454, 0.0259965342, -0.0288950503, 0.00167922443, 0.0199742299, 0.017000623, -0.009904515, -0.00552294962, 0.017481206, 0.0121947927, -0.0476077497, -0.0179768074, 0.000722282392, 0.0124726295, -0.0172859691, 0.0124200657, 0.0330701172, 0.00619126, -0.0142522883, 6.35341e-05, 0.0156790186, 0.000874811201, 0.0539454371, 0.00264696078, 0.0393777676, 0.00752412714, 8.9639987e-05, -0.00136384193, 0.00411874615, -0.0343616828, 0.00902594905, 0.0139594339, -0.00597725064, 0.00450546527, -0.0613344, 0.00265447, -0.00522633968, 0.042711813, 0.0107079893, 0.000184325152, 0.00145207392, -0.0208753236, 0.0158592388, -0.00807229243, -0.0171808414, 0.0202595759, 0.0461059287, 0.00841771066, 0.00160694926, -0.00734015414, 0.00685206195, -0.00316696661, 0.0487491339, 0.0234584566, -0.00625133328, -0.00943895, 0.0135163963, -0.00996458717, -0.0123675028, -0.0211156141, 0.0158592388, -0.0198240466, -0.0508216508, 0.0281291213, -0.00856789295, 0.0295107979, 0.00179749297, 0.0508817211, 0.0165951308, 0.0105352802, -0.00772687327, -0.0195236839, 0.00915360358, 0.0113087175, -0.00574071379, 0.0350224823, 0.0363140516, -0.000282295572, -0.0378158726, 0.0124350842, -0.00983693264, -0.0154988011, -0.0138918515, 0.0294056702, -0.0141922161, 0.0191181917, 0.0377257615, -0.0425315946, -0.0128480857, 0.0109107355, -0.00744528137, 0.016204657, 0.0277987216, -0.0437630862, 0.0176313873, 2.79098331e-05, -0.0102949888, 0.00162478338, 0.0010221774, -0.0210104864, 0.00995707884, 0.0370649621, 0.0613344, 0.01980903, -0.0134488139, 0.0123149389, -0.0196137931, 0.0156489834, 0.0193584822, -0.00237475568, -0.0242544226, 0.0193134286, 0.00239728298, 0.012855594, -0.0291053057, 0.0266122818, 0.00175900874, 0.0141771976, 0.0147253629, -0.0204548128, -0.00453925645, -0.0112561546, 0.025140496, -0.0273331571, -0.0379059799, 0.0258763898, 0.0137191424, 0.0330701172, -0.010925753, 0.0155738918, 0.0216863062, -0.0107755717, -0.00887576677, -0.0167302955, -0.00384278642, 0.00694968039, -0.0145751806, 0.0153786549, -0.00106629345, 0.034992449, 0.00515875779, -0.00164824945, 0.00338285347, -0.00859793, 0.0304869823, -0.000993079622, 0.0232482012, -0.00874060299, 0.0260716267, -0.00919865817, 0.0260866452, -0.0232482012, -0.025966499, -0.0267925, -0.00839518383, -0.0273031201, -0.0020631277, -0.00718621723, 0.0122924112, 0.0123074297, 0.0358334668, 0.0333704799, 0.0400085337, -0.0152359819, -0.00173554278, -0.00385968201, -0.00713740801, -0.0302316733, 0.00419759192, -0.00377332722, -0.0342115, -0.0034804719, -0.000293089921, 0.00649537938, -0.0054741404, 0.0126753757, 0.0217313617, 0.0312378928, -0.00661552511, -0.00308624376, -0.00970176887, -0.00541031314, -0.00371888629, 0.0109407715, 0.0226474721, 0.0161896385, 0.0130808679, -0.0218965616, 0.0138242692, 0.0126603572, 0.0314481482, 0.00390098197, 0.0146277444, -0.0119319744, 0.0196137931, 0.0149356173, 0.0378158726, -0.035442993, -0.0233082734, -0.0179467704, -0.0319587663, 0.0194786284, 0.000783293915, 0.0381462723, -0.0303818546, -0.00950653199, 0.0442737043, -0.0194185562, 0.00913107675, 0.000269623939, 0.00838767458, 0.00199179118, -0.0398583487, -0.0038822093, -0.0285045765, -0.0218214709, -0.0122098112, -0.0101898611, 0.020830268, 0.00631516054, 0.0158141833, 0.00904847588, -0.00122492341, -0.0300064, -0.0160394572, 0.0305770915, 0.00244233757, 0.0116316099, -0.0223471075, 0.00359310862, 0.0293756332, -0.0229478367, -0.0110834446, 0.000713834655, 0.0204548128, -0.0320188403, 0.027498357, -0.0294657424, -0.00697220769, -0.0106854616, -0.00652541546, -0.0165500753, 0.0151909273, 0.0260115527, 0.0206200127, -0.015438728, -0.0131559586, -0.0203046296, -0.00228089187, -0.0414202437, -0.0114889368, 0.00226399628, -0.0138843423, -0.000389769673, -0.00574822305, -0.0155588733, -0.0182921886, -0.0309074931, 0.0142522883, 0.0147253629, 0.030502, 0.0126153026, 0.00379585451, -0.00693466188, 0.00895085745, 0.022842709, -0.0166401844, -0.00587212294, -0.00285533862, -0.00353866746, 0.0167753492, -0.00310126203, -0.00339036272, -0.00859042071, 0.00454676524, -0.0287148319, -0.0201995037, -0.0307272729, -0.0361338332, -0.000188901016, -0.00960415, 0.0082525108, -0.00780196395, 0.0259815175, -0.00169799721, 0.00901093055, 0.0094614774, 0.0108731901, -0.0170456767, 0.027528394, 0.0120295929, -0.0145226168, -0.00853785686, 0.00807229243, 0.00322703947, 0.0175412782, 0.0111585362, 0.0467066579, 0.015919311, -0.020514885, 0.0178566612, 0.033881098, -0.000470023282, -0.0453850552, -0.0377858356, -0.0115039544, 0.0182321165, 0.0203647036, -0.00388971833, -0.0117968097, -0.0124350842, -0.0347221196, -0.0400986411, 0.00464062952, 0.0286397412, -0.0274833385, -0.0172108784, -0.00832009222, 0.00430271961, -0.0221368521, 0.0217914339, -0.0168053862, 0.00116860506, 0.0241192579, -0.0299613439, 0.0216262341, -0.0186676439, 0.00626635132, -0.0317184776, 0.035412956, 0.0470070206, -0.0127354488, -0.0227676183, 0.00341289, -0.00802723784, 0.00839518383, -0.00322328508, -0.00554172229, 0.000542533118, 0.00263569714, -0.00726130838, 0.0333104059, -0.0128405765, 0.0260265712, -0.0154537465, -0.0150782904, -0.0101673333, -0.00885323901, -0.0422312282, -0.0159793831, 0.0126678664, 0.0066005066, 0.00880067609, -0.0185775347, -0.0146277444, -0.00391224585, -0.0346920826, 0.00796716474, -0.00786203705, 0.00161727436, -0.00565060461, 0.0388971828, 0.0186826624, 0.00853785686, -0.0338510647, 0.0108506624, 0.0171808414, 0.0160544757, -0.0307873469, 0.0329199322, 0.0171508044, -0.0376056172, -0.00859042071, -0.017421132, -0.00797467399, -0.0227676183, -0.00192796369, 0.00843272917, 0.0224071816, 0.0217463803, -0.0156940371, 0.00949151348, 0.0105352802, -0.0229928922, -0.0100021334, -0.00606736, -0.0148755452, -0.017000623, -7.4035117e-05, 0.00305996183, -0.0271078832, 0.022332089, -0.0217163432, 0.00541782193, 0.00390098197, 0.00759170903, -0.017421132, 0.0114889368, -0.00217576441, -0.0113687906, -0.00183597708, -0.0130433226, -0.00366819976, -0.0262368266, -0.00389347295, 0.0192533545, -0.0114288637, 0.0168654583, 0.0631365851, -0.00530894, -0.0111284992, -0.000411593035, 0.000605891226, 0.0111510269, -0.0020406004, -0.00191106822, 0.0223020539, -0.00013997448, 0.017421132, 0.0135989962, 0.0228877645, 0.0113012092, -0.0168354213, -0.00249865605, 0.0257111881, -0.00609364174, 0.0278888308, -0.00486214785, 0.00505738473, 0.0138693238, -0.000831164478, -0.00421261, 0.0560479872, 0.0230379459, -0.00152622641, -0.00520756701, -0.00988949649, -0.0113387546, -0.00680325273, -0.0165650938, 0.0113988277, 0.00449795602, -0.0204698313, 0.0703453347, -0.0115565183, 0.000388831046, -0.00492973, 0.000128945481, -0.00791460089, 0.0124501027, -0.0130658494, -0.0120295929, 0.00346733094, 0.0253958069, -0.0168954954, -0.0101222787, -0.00830507465, 0.0148905627, -0.00425391039, 0.0054741404, 0.0233232919, -0.00256999256, -0.00105033664, -0.0121872835, -0.0318085849, -0.0236837287, -0.00508366665, -0.0468568392, -0.00462185638, -0.0054140673, -0.00710361684, 0.0135839777, -0.0209053587, 0.00454301108, -0.00428394647, 0.00999462418, 0.00461810175, 0.0181269888, -0.0140795792, 0.0314181112, 0.00451672915, 0.00348610384, -0.00339599443, 0.00355180842, -0.00789207313, 0.0215811785, 0.0203947406, -0.0171658229, 0.0166702215, 0.0105502978, -0.0413001, 0.0382964537, -0.00603732374, 0.00937887747, -0.000344245724, -0.00289663882, -0.0053126947, -0.00952905882, 0.00923620351, -0.00642028823, -0.0103625702, 0.00707733491, -0.0024686195, -0.0198390651, 0.00755791832, -0.00420885533, 0.00258313352, -0.00303180283, -0.00685206195, 0.0136966147, 0.0155889103, 0.0107305162, 0.00850031152, -0.0076104817, 0.00307310279, -0.0206650682, -0.0205899775, 0.000777662091, -0.0118493736, 0.021310851, -0.00945396814, 0.0299763624, -0.0102574425, -0.0376056172, -0.00536525808, 0.00653292472, 0.00720499, 0.0188478641, 0.0132911224, 0.00616122363, 0.00993455108, -0.00760672754, -0.0078695463, -0.0224522352, -0.00494474825, -0.0119995559, 0.0116241006, 0.00608613295, -0.0136665786, 0.0318085849, -0.000804413285, 0.0279188678, 0.0162947662, 0.00964169577, 0.00669812504, -0.0108356439, -0.00234096474, -0.0116466274, 0.0226925276, 0.0124651212, 0.0367645957, -0.0310877115, 0.000570692297, 0.0117667736, 0.0226024184, 0.00637523364, 0.0251555145, -0.0040661823, -0.0307422914, -0.016940549, 0.00809481926, -0.00537276734, 0.000706325576, -0.0347221196, 0.00402863696, -0.00361188129, -0.0176013522, 0.00204623211, 0.0315082222, 0.00105409115, -0.0014117125, -0.00454301108, -0.00337534444, 0.0102574425, 0.00152059458, -0.0391074382, 0.0132986316, -0.00733639952, 0.00364004052, 0.0149656544, 0.0165200401, 0.00355931767, -0.00280840672, 0.0248701684, -0.00827503763, -0.00429521035, 0.012427575, -0.0185174625, 0.00892082136, -0.0143649252, -0.0158292018, 0.0144099798, -2.98751074e-05, -0.0085153291, -0.00966422353, 0.00938638579, -0.00878565758, -0.00675444352, -0.0162497126, 0.00669437042, 0.03059211, 0.0193284471, 0.0106554255, -0.0220016893, 0.0110308807, -0.0285496321, 0.00944645889, 0.00130376907, 0.00480207521, 0.0292254519, 0.0313580371, 0.0160995293, 0.00382025912, 0.0229178, -0.00409997348, -0.0163848754, 0.00226399628, -0.012855594, 0.0265522096, -0.0376356542, 0.00776441861, 0.0215811785, -0.0167302955, 0.00466691097, 0.0393176936, -5.84302543e-05, -0.0122698843, 0.0254108254, -0.0075842, 0.00170550635, 0.000643436797, -0.00474951137, -0.00710737146, 0.0241342764, -0.0104301525, -0.00517002167, -0.0136365416, 0.0090785129, 0.0190280825, 0.0333404429, -0.0210555419, -0.00446416531, 0.00292667514, -0.0159944016, 0.0150482543, -0.00233721, 0.0204397943, 0.00683328928, 0.00536901271, 0.0162797477, -0.0105878431, -0.0150182182, 0.0114664091, -0.000285580783, -0.0136966147, -0.0111059723, -0.0196588468, -0.00291916612, -0.0223771445, 0.0155889103, -0.00163980166, -0.0300814901, -0.0136290323, -0.00322140777, 0.0103400433, 0.00293606147, -0.00212507788, 0.0238489304, 0.0143649252, 0.0121046836, 0.0146577805, -0.0389872938, 0.00805727392, 0.028008977, 0.00309375278, -0.00119582564, 0.00258313352, -0.0221668892, -0.0248851869, -0.0138618154, -0.0137867238, 0.0266122818, 0.00797467399, 0.00609739637, 0.00427643768, 0.0118643921, -0.0127579756, -0.0037939772, -0.00723878108, 0.00422387384, 0.0173610598, -0.0157240741, -0.00880067609, -0.00859793, -0.0148304896, -0.00989700574, -0.0227826368, -0.0133511955, 0.0219416171, -0.0238188934, 0.00268638367, 0.00480583, 0.0154687641, 0.0107680624, -0.00116203458, -0.00747531792, -0.00688585266, 0.0145151075, 0.0215361249, 0.0013356827, 0.0203346666, -0.0165801123, -0.00732138101, -0.0094614774, -0.0144249983, 0.0083125839, 0.0184123348, -0.0265522096, -0.0150782904, -0.00955909584, -0.0283844322, -0.00804976467, 0.000724159705, -0.0163998939, -0.0045317472, -0.0149581451, 0.00149900583, -0.0435828678, 0.00716744456, -0.0204247758, -0.0247500222, -0.00312191201, 0.01103839, -0.0175863337, 0.00943144, -0.00377520453, 0.00439658342, -0.00167922443, -0.00283093401, 0.00755791832, -0.0163097847, 0.0164299309, 0.00391600048, 0.0131334318, 0.000246627285, -0.00719372649, 0.0278888308, -0.0079296194, -0.0232482012, -0.00282342499, -0.0172409136, 0.00076123589, 0.00115640275, -0.0231580921, -0.00534273079, 0.0203346666, -0.0120746475, 0.0144775622, -0.0107154986, -0.0200042669, 0.0358935408, -0.0058571049, -0.0214009602, 0.0100321695, 0.0329800062, -0.0191332102, 0.00485463906, -0.00199554558, -0.0128330672, -0.0272280294, -0.0180368796, 0.00804976467, 0.00587212294, -0.0374854729, 0.00747907255, -0.0249602776, 0.00787705556, -0.00134882366, 0.00219078246, 0.0156640019, 0.0309074931, 0.0122098112, -0.00534648541, 0.0190280825, 0.020544922, -0.0279789399, -0.0205299035, -0.00302429358, 0.00332841254, -0.0298412, 0.0198540837, -0.0162947662, -0.0307573099, 0.0220167078, 0.00167640857, 0.0187127, 0.00620252406, 0.0324393511, 0.0101147695, 0.016970586, -0.00873309374, 0.0254859161, 0.0162647292, -0.0253958069, -0.0121272113, -0.00476077525, -0.0013685351, 0.006101151, 0.0328598619, 0.0567388274, 0.0160995293, 0.0100246603, 0.0203046296, -0.00132348039, -0.0020631277, -0.0288800336, 0.000942862476, 0.0119845374, 0.0153936734, 0.0293005425, 0.00213070959, 0.00973931421, -0.0152434912, 0.0081924377, -0.0236536935, 0.0350525193, 0.00586085953, 0.0223771445, -0.0260265712, 0.0126753757, 0.00508742128, -0.000937230652, 0.018217098, 0.00534273079, 0.00373765896, -0.0315382592, 0.0275734477, -0.0128781218, -0.0123750111, -0.0130883772, -0.00958162267, -0.000317494501, 0.00452799257, -0.006683107, 0.00110759353, 0.0326195695, -0.00891331211, -0.00361563591, -0.0136440508, -0.0146577805, -0.0138242692, -0.00711112609, -0.00400235504, 0.00523384893, 0.0176764429, 0.0290452335, 0.0261767544, 0.0164749846, -0.00364942686, -0.0195387, -0.00165763579, 0.00709610805, -0.00265634735, 0.0047307387, -0.0177965872, -0.0135464324, -0.0192533545, 0.0219416171, 0.0169255324, 0.00966422353, -0.0112411361, 0.00877063908, -0.00790709164, 0.0044491468, 0.0209504142, -0.0108206263, -0.0101147695, 0.0129982671, -0.0249302424, -0.0201244112, 0.00181344978, -0.0230830014, 0.0269577, -0.0327096768, -0.00912356749, -0.0111735538, -0.0145526528, -0.0115189729, -0.00738896336, -0.0165500753, -0.00703228032, 0.00037005826, -0.00715618068, 0.0585109778, 0.00949902274, 0.0412099883, -0.00804225542, 0.0120971743, 0.00631516054, 0.00896587595, -0.00682578, -0.00544785848, -0.000245688658, -0.00556800421, 0.00545912236, 0.00943144, -0.00961916894, -0.00299988897, 0.00185005669, 0.0171057507, -0.0327397138, -0.0107079893, 0.0100246603, 0.00649913354, -0.0273932293, 0.00991202332, -0.0115189729, 0.0166401844, -0.015438728, -0.00382589106, -0.014642762, 0.012712921, 0.00747531792, 0.00613494217, -0.00140232604, -0.0069834711, -0.0272881016, 0.00639776094, 0.0109332623, 0.000758889306, 0.0165801123, -0.0149206, -0.0301716, 0.0157991648, 0.0129306857, -0.0175713152, -0.0270628277, 0.0060410779, -0.0131859956, 0.00468943873, -0.00449044723, -0.0117142098, 0.00806478318, 0.00269577, 0.0150632728, 0.00396105507, 0.0104076248, 0.00225085532, -0.0167302955, -0.0137566878, -0.000317025202, 0.00968675, 0.000592750264, 0.00445290143, 0.00400610967, -0.0146052167, -0.018983027, -0.0191632453, -0.00221143267, -0.0191482268, -0.00328523526, 0.00817741919, -0.0045918203, 0.00739647215, 0.0035855996, 0.000918457867, 0.00128499628, 0.0029172888, -0.0118268467, 0.0300364364, -0.0171057507, -0.017451169, 0.00117235968, 0.0123524843, 0.00241605588, 0.00734390831, -0.0182771701, -0.00904096756, -0.0121872835, -0.0286547597, 0.00297923898, 0.00643530628, 0.00435528299, 0.0155138187, -0.00389722758, -0.0307573099, -0.0277086124, 0.0148379989, -0.0198540837, -0.0162947662, -0.00810232852, 0.0127729941, 0.00992704183, -0.00453550182, -0.00951404124, 0.00964169577, -0.0180969518, -0.00569190457, -0.00585335027, 0.0111960815, 0.0129006486, 0.0249752961, 0.00954407733, -0.00272580655, -0.0298562162, 0.00876313, 0.00227150554, -0.001425792, -0.0220617615, -0.00918364059, 0.00783200096, -0.0118268467, -0.0164599661, -0.0288650151, -0.0192083, -0.00911605824, -0.0273181386, 0.0152810365, 0.0111660445, -0.0376056172, 0.0125251934, 0.00988198724, -0.0043102284, -0.00744152674, 0.00057303888, 0.00150839228, -0.0218364894, -0.023128055, -0.0226775091, 0.015123345, -0.00265259272, 0.0130658494, 0.00783950929, 0.0174061153, -0.0105052432, 0.00211005961, -0.0212207418, -0.0139819607, 0.0193735, 0.019268373, 0.0116015729, 0.0176614244, -0.00883822143, 0.00848529302, -0.0180068426, 0.00705856225, 0.00526013086, -0.0331001505, -0.0109708086, -0.0211606696, -0.00437781028, -0.0183222257, -0.0160394572, -0.0198240466, 0.0342115, -0.00445665605, 0.00471196603, 0.00342039904, 0.00131784857, -0.000286754104, 0.00671689771, 0.0276785754, 0.0197189208, -0.0231731106, -0.0181119703, -0.0207701959, -0.0116316099, 0.0078695463, -0.0184273534, 0.0235035103, -0.00928876735, -0.00770434551, 0.0070885988, -0.0249302424, -0.0109708086, 0.00674317963, -0.00269952463, -0.000784232572, 0.0378459096, 0.0399484597, -0.0226775091, -0.00223959167, 0.0278587937, 0.02468995, 0.0412099883, 0.00440409221, 0.00906349439, 0.00974682346, 0.0020406004, 0.0279038493, -0.0122098112, -0.0237137657, -0.00993455108, 0.00717495335, 0.00280277501, -0.0264771171, -0.0188028086, -0.00807229243, -0.0188178271, -0.0223020539, -0.0161145478, -0.00296422071, 0.00628887862, -0.0247800592, -0.0251855515, 0.00637523364, -0.00455802912, 0.0105052432, 0.0257412251, -0.0141922161, -0.018187061, 0.00976184197, -0.0131334318, -0.00756918173, 0.00881569367, -0.00718621723, -0.01390687, -0.00429896498, -0.0101898611, -0.00898840372, -0.00174211327, 0.00375830894, -0.0133737233, 0.0167603306, -0.0057181865, -0.00907100365, 0.0201844852, 0.00421636458, 0.00327021698, 0.0179918241, -0.0284895599, -0.00411123689, 0.00355556305, -0.00563183147, -1.75114765e-05, -0.00501233, -0.0176313873, -0.000313035969, -0.0113687906, 0.00302992552, 0.00582331372, 0.00913858507, -2.09873724e-05, 0.0141696883, -0.007449036, 0.00722000841, 0.00310689374, -0.00603732374, 0.00663805241, 0.0161145478, -0.0153636364, -0.0322290957, 0.00468943873, -0.0139669422, 0.0261016618, 0.00256999256, -0.0182921886, 0.0175112411, 0.0185174625, 0.00487716636, -0.00349361286, -0.0211306326, 0.0328898951, -0.0131784864, -0.00674317963, 0.0296459626, 0.0376056172, -0.00681827078, 0.0144099798, -0.00872558448, 0.0163698569, 0.00545161311, 0.00677697081, -0.0113312453, 0.000808637182, 0.0201394297, -0.00787705556, 0.00258313352, -0.00324768969, -0.0103024971, 0.0324994251, -0.0256210789, 0.0261767544, 0.0303968731, 2.733785e-05, -0.00242919684, 0.00425391039, -0.00343166268, 0.00250053336, 0.00214197324, -0.000716650567, 0.0182020795, 0.0310576744, 0.00138636923, 0.0199892484, 0.00872558448, 0.0206500497, 0.0170456767, -0.0163998939, 0.0234734751, 0.00912356749, -0.00583457761, 0.0179167334, -0.0129156671, -0.00222081901, 0.0148229813, -0.00685957121, 0.0106554255, 0.0115114637, -0.0115715368, -0.000280418288, -0.00532395812, 0.010925753, 0.0209654327, -0.012427575, -0.0103175156, 0.036974851, -0.0203046296, -0.0078094732, 0.00293606147, 0.0233983826, 0.0211306326, -0.0240892209, -0.0139444154, -0.00350487651, -0.000206500496, -0.00757669099, -0.00235035107, 0.00255497429, 0.0240591858, 0.00506489398, -0.00128968945, 0.0295258164, -0.0139369061, -0.0121872835, -0.0165050216, 0.000492785301, -0.0220917985, -0.0118418643, -0.0142898345, -0.01895299, -0.0242394041, -0.0269276649, -0.00880067609, -0.00933382194, 0.0119545013, -0.00360061764, -0.0170907322, -0.0151608912, -0.00882320292, 0.00694968039, 0.0138467969, -0.00934884, -0.00871056598, 0.0247049686, -0.0303067639, -0.0194335748, -0.00435903762, 0.0178866982, -0.00811734702, 0.0045918203, 0.0218515061, 0.0107980985, 0.0179167334, 0.0143273799, -0.0101523148, 0.00908602215, -0.0180368796, 0.00211193692, -0.00450171065, 0.00982942339, 0.00786203705, -0.0139744515, -0.0132010132, -0.0328298248, -0.00668686163, 0.00914609432, 0.000956942094, 0.00873309374, -0.000294263213, 0.00699473498, -0.000680513, -0.0037921, 0.00266197906, 0.0167903677, -0.0235786028, -0.0066455612, -0.00801221933, -0.00351238577, 0.0063001425, 0.0097843688, 0.00303555722, 0.0319287293, 0.00316884392, 0.00480958447, 0.026732428, -0.0032720943, 0.00344104925, -0.00791460089, 0.0252456237, 0.00779445516, -0.0089583667, -0.000933945412, 0.0171508044, -0.0189229548, 0.00645407895, -0.00014677961, 0.0194485914, -0.0188328456, 0.00816991087, -0.0097843688, 0.015296055, 0.000447261293, -0.00169330405, 0.00178059749, -0.00491846632, 0.0259965342, 0.00384841836, -0.00408120081, 0.0177515335, 0.0197189208, 0.0301115271, -0.00139293971, 0.0203496851, 0.00256811525, 0.00654043397, 0.00542157656, -0.010272461, -0.00200680946, 0.00466691097, -0.00783950929, -0.0128480857, -0.00741149066, 0.0155138187, -0.0013131554, 0.0116391191, 0.00958162267, 0.00763300899, -0.0065216613, 0.0064615882, 0.00301490724, -0.018217098, -0.0143348891, 0.0146277444, 0.0157541111, -0.0309375282, 0.000936761324, 0.00548915844, -0.0326496065, -0.0037470453, -0.0133737233, -0.0239991117, 0.019748956, 0.0070660715, -0.00326646236, -0.013591487, -0.00756542711, 0.00656296127, 0.0194035377, 0.00444539264, 0.00289476151, -0.00882320292, -0.0024873924, -0.0185475, 0.02207678, -0.00149055815, 0.01980903, 0.00765929092, 0.00746405404, -0.00983693264, 0.0133436862, -0.0163097847, 0.012427575, -0.00829756539, 0.00191388419, 0.0186225902, -0.01617462, 0.00283656595, -0.0146803083, 0.0252456237, 0.0169856045, 0.00168391771, 0.0192833915, 0.0252306052, -0.00979187805, 0.00559428614, 0.0104601886, -0.02746832, 0.00858291145, -0.00829756539, -0.0105953524, -0.00117423688, -0.00813987385, -0.0179918241, -0.00378834549, 0.00415253732, 0.00995707884, -0.0131259225, -0.0118118282, 0.0194185562, -0.014500089, -0.012742958, -0.0186225902, 0.00843272917, 0.00769683672, 0.0074865818, 0.0094614774, -0.0257412251, 0.0128931403, 0.00114889361, 0.00828254689, 0.00623631477, 0.0301115271, 0.0107530439, 0.0010080979, 0.0121422289, 8.7176064e-05, -0.0168204047, 0.0125627387, -0.0150782904, -0.00916862208, 0.00683328928, 0.000624664, -0.0235335473, -0.0164299309, -0.0013356827, 0.00975433271, -0.00693090772, 0.0104001155, -0.0180068426, 0.0110308807, 0.000407134503, 0.00205937307, 0.0347521566, -0.0130132856, -0.0191932824, 0.0155588733, -0.0024460922, 0.0163398217, 0.0164749846, 0.0040887096, -0.000259298919, -0.00640526973, 0.0101898611, -0.00539154, 0.023608638, 0.0145451436, 0.00367946341, -0.00748282718, -0.0219866708, -0.00689711655, 0.00300552091, -0.00408120081, 0.000293324556, -0.00816991087, -0.0125927757, 0.0315983295, -0.00308999838, 0.00270327926, 0.0124200657, 0.00541031314, -0.00311252568, -0.0222870354, 0.0144099798, 0.015296055, 0.00303555722, 0.0133887408, -0.0162497126, -0.00965671428, -0.0121046836, -0.0334906243, -0.0012005188, 0.0209053587, -0.00824500155, -0.017421132, 0.0100997519, -0.0191782638, -0.0112711722, -0.018472407, 0.0118493736, -0.0299763624, 0.0151608912, 0.00929627661, 0.0244646762, 0.00443037413, -0.00611992367, 0.0122999204, 0.0138918515, -0.00283093401, 0.00350487651, 0.0293305796, -0.006683107, -0.00620252406, -0.00402863696, 0.0255159512, 0.0157991648, 0.0176013522, -0.0094614774, -0.013223541, 0.0193284471, 0.0156189464, -0.00883071218, -0.00416004611, -0.0119094467, -0.0101147695, -0.00480207521, -0.00128124165, -0.00423138309, 0.00879316684, -0.000988386455, 0.00829756539, 0.00427643768, -0.0129006486, 0.0280840676, 0.00363065419, 0.015251, -0.00921367668, 0.0028253023, 0.0233833659, 0.00501608476, -0.0148755452, -0.0114964461, 0.00283656595, -0.0142447799, -0.0241643116, -0.0079296194, 0.0139669422, -0.00387845468, 0.00723502645, -0.00737019, 0.0142823253, 0.0120295929, 0.0151759088, 0.0133962501, -0.0161596015, 0.0104451701, 0.0231580921, -0.00844023842, 0.0109858261, -0.0193434637, -0.0111209899, -0.00647285208, 0.00493723899, -0.0183973163, -0.00872558448, -0.000795026892, -0.0115865553, -0.00603732374, 0.0183522627, 0.00578952301, 0.00805727392, -0.00265822466, 0.00813987385, -0.0056581134, -0.0109632993, -0.00795214623, -0.00168579491, -0.0207401589, 0.0314181112, 0.00944645889, -0.014387453, 0.0204548128, 0.00439282879, 0.00424264651, 0.00338848541, -0.0157390926, -0.000854161161, 0.00220392342, 0.00300364359, 0.0123975389, -0.00880067609, 0.00642404286, -0.0138317784, 0.00354054477, -0.00178998383, 0.0156640019, -0.0120070651, -1.63381792e-05, -0.0262067895, 0.0196738653, -0.0182020795, 0.0292554889, 0.00883822143, 0.0164299309, -0.00348234922, -0.00423513725, -0.00877814833, 0.0123599935, 0.000210137718, -0.00458806567, -0.018187061, 0.000648599293, 0.00360061764, -0.00937887747, -0.00478330255, 0.000738708593, 0.00808731, -0.016940549, 0.0144775622, 0.000364191772, -0.00198052754, 0.0052526216, 0.0124801388, -0.025140496, -0.000194063527, -0.016970586, 0.00201619579, -0.0082525108, -0.00135070097, -0.0120521197, -0.00265071541, -0.00633393321, 0.0114213545, 0.00195800024, -0.00617999677, -0.0218364894, -0.00804976467, -0.0124501027, 0.00249677873, -0.015040745, 0.00579703227, 0.00455052, 0.0102123879, 0.00200868654, 0.0126228118, -0.0176013522, 0.0286697783, -0.00176651787, 0.00514373975, 0.00777943665, -0.00500482088, -0.000382260565, -0.00935635, -0.0138242692, 0.00458806567, 0.00423889188, 0.0205299035, 0.0307573099, -0.0207852125, -0.00639776094, -0.0173760783, -0.0276335198, 0.00199930021, 0.00542533118, 0.00305433013, 0.00719372649, -0.000854630431, -0.00243295124, 0.0124876481, 0.00095835, -0.00431398302, 0.00877814833, -0.0023071738, -0.0260265712, -0.00369072706, -0.00532395812, -0.00380524085, 0.0109182447, 0.0344217569, 0.015889274, -0.0217163432, -0.0218815431, 0.00403614622, 0.005917178, -0.00288912957, -0.018472407, -0.00119770283, -0.00251930603, -0.0129982671, -0.0094614774, 0.00159286975, -0.0132535771, -3.21777043e-05, -0.000409011787, -0.00669437042, -0.0116391191, 0.00360061764, 0.0190881547, -0.0190881547, 0.0133887408, 0.00540280389, -0.0276335198, -0.00402488234, 0.00759921828, 0.0177965872, 0.00956660509, 0.0160094202, -0.0185475, 0.011691683, 0.0104752071, -0.015296055, -0.0229478367, -0.00438156491, 0.0105427885, -0.0267925, -0.0113462638, 0.00405867351, -0.0106253894, 0.0159042925, 0.0196438283, 0.0355931744, -0.0113387546, 0.0197039023, -0.0167302955, 0.00929627661, 0.019778993, -0.0375455432, 0.00125214388, -0.0215211064, 0.00549291307, -0.00768557284, -0.00355744036, -0.00394603657, 0.0187727716, -0.00716369, 0.0296009071, -0.0118794106, -0.0143649252, 0.00197865022, 0.0134863593, -0.00958913192, 0.00360812689, -0.0220617615, 0.00822998304, 0.00729509909, 0.0102274064, 0.00562056806, -0.00534648541, -0.00801221933, 0.0109482808, -0.0103700794, 0.0249302424, 0.000635458331, -0.00777943665, 0.0119620105, 0.00100434327, 0.00163604715, 0.0117142098, -0.0220016893, -0.00664931582, -0.00849280227, -0.00111510267, 0.011691683, 0.00144550344, 0.00812485628, -0.00890580285, 0.0160094202, 0.00783200096, 0.001862259, -0.0136140147, 0.0231130365, -0.0106779533, 0.00268638367, -0.00493348436, -0.0145977074, -0.00329837599, -0.0174962245, 0.00319700316, -0.0158592388, -0.0240591858, 0.00360061764, -0.00683704345, -0.0119545013, 0.016204657, 0.00461059297, 0.00791460089, 0.00232219184, -0.0122098112, -0.00502734864, 0.00319700316, 0.0189379733, -0.00233908743, -0.022902783, 0.00507991202, -0.00158723793, -0.00366069051, 0.00485463906, 0.0131859956, -0.0133737233, -0.00904847588, -0.0206800867, 0.00451297453, -0.0220167078, 0.0122398473, -0.00536901271, -0.000217764158, -0.00175994739, -0.0135239055, 0.00332465791, -0.0214760508, -0.00271266559, -0.0172859691, 0.00154124456, 0.0302767269, 0.0097843688, 0.0367345624, -0.00887576677, 0.00269201561, 0.0039047366, -0.0388070755, 0.00996458717, 0.0182771701, 0.00595847797, -0.000972429581, -0.0343917198, 0.0108806984, 0.00536901271, 0.00794463698, 0.0165500753, -0.0111735538, -0.00083726563, 0.000706325576, 0.00411874615, 0.00323642604, -0.01929841, 0.0147478897, -0.0291954149, -0.0020631277, -0.0109032262, 0.00676946156, -0.0226474721, 0.0125251934, -0.00337722176, 0.0104601886, 0.00816240162, 0.00425766455, 0.0199291743, -0.000897807826, -0.00624382403, -0.000550042256, 0.0118794106, 0.00326646236, -0.0233983826, -0.000328054186, 0.00162572204, 0.00853034761, 0.00402488234, -0.00518128509, 0.00826002, 0.0143123614, 0.00810983777, -0.0169105139, -0.0158292018, 0.0202745944, -0.0152134551, -0.00953656808, 0.00407369155, 0.00759546366, 0.000540186535, 0.0210104864, 0.0113462638, 0.000156166, -0.00251930603, -0.0127880126, 0.00352364942, -0.00465564756, -0.0192233194, 0.0168354213, 0.0021513598, -0.00283468864, -0.00287974323, 0.0119620105, -0.0132310502, 0.00488092098, 0.0106479162, 0.00914609432, 0.00488467515, -0.00728383567, -0.000643436797, 0.0196888838, -0.0150032, -0.0112937, -0.0126303211, 0.0173160043, -0.000781886, 0.00532395812, 0.0164149124, 0.00417506462, 0.025425842, -0.010640407, 0.0189079363, -0.0102949888, 0.0146352537, 0.00527139427, -0.0124651212, -0.0106929708, -0.0044266195, 0.00565435877, -0.0039648097, 0.0314181112, 0.00988949649, -0.000605891226, 0.0115565183, 0.00494850287, 0.0217313617, 0.0293155611, -0.0324093141, 0.00215886883, 0.0281291213, 0.00425391039, 0.0016041334, 0.0104526794, 0.00556800421, 0.00958913192, 0.00918364059, -0.0015694038, -0.00762925483, 0.00755040906, 0.000101196973, 0.016234694, -0.00684830733, 0.0248551499, 0.00321389851, 0.0158292018, 0.0163248032, 0.00133098953, 0.0108656809, -0.0336408094, 0.00291165686, -0.0116241006, 0.0133887408, -0.00516626704, -0.016655203, 0.00147272402, 0.022812672, 0.0309675653, -0.0159944016, -0.00658548856, 0.00814738311, -0.00729134493, 0.0260716267, 0.00906349439, 0.0137191424, 0.0173760783, -0.00272392924, -0.00922869518, 0.0157090556, -0.0220167078, -0.00326270773, -0.00664931582, 0.00627010595, 0.0169255324, 0.0125026666, 0.00105221383, -0.00867302064, -0.00564685, 0.016940549, 0.00635646051, 0.0112561546, -0.0324994251, -0.00260941545, 0.00309563, 0.00648036087, -0.00739271753, -0.000828817894, -0.00705105346, 0.00201431848, 0.000679105055, -0.0208603051, 0.00230529648, 0.0145901982, 0.00571443187, 0.00872558448, -0.00334718521, 0.00343729462, -0.0191632453, 0.0023128055, -0.00924371276, 0.00037005826, -0.00423138309, 0.0226474721, -0.0247350056, 0.00858291145, 0.0018951114, -0.0355931744, 0.0140044885, -0.0207852125, 0.0163248032, -0.0149281081, 0.0222720169, 0.0258463528, -0.00435152883, 0.0238188934, -0.0134863593, -0.0236987472, -0.0106929708, -0.00577075034, -0.00657797931, -0.0142673068, 0.0129832495, 0.0106479162, 0.0105352802, 0.0075842, -0.0382363833, -0.00286660227, -0.0028703569, 0.0242394041, 0.00106441614, -0.00185193401, -0.000264461443, 0.0139819607, 0.00458806567, 0.00776441861, 0.0065216613, -3.35856639e-05, 0.0203346666, -0.0103775887, -0.00976184197, 0.00828254689, -0.00479081133, -0.0156940371, -0.0274533015, 0.00076123589, -0.0128631033, 0.0138392877, 0.00462936563, 0.00583833223, -0.00780196395, 0.0106779533, 6.51180526e-05, -0.00337534444, 0.00838016532, 0.0172709506, 0.00590215949, -0.0169555675, -0.00668686163, 0.0291803963, -0.0120746475, 0.000272439851, -0.00567688653, 0.0024460922, 0.0200493205, -0.0132010132, -0.00829005614, -1.23196321e-06, 0.000801597373, -0.00675068889, -0.0135464324, -0.00321202143, 0.0108431531, 0.0206350312, 0.0044266195, 0.0273631923, 0.029000178, -0.0123900296, 0.0166401844, 0.00954407733, -0.0155889103, 0.0184123348, 0.0105728256, 0.0120295929, -0.0168204047, 0.00708108954, -0.000882320281, 0.0122098112, -0.00400610967, -0.0095215505, -0.0143499067, -0.00763676362, -0.00404740963, -0.0236987472, 0.0161445849, -0.0255159512, 0.0113988277, -0.00720123528, 0.00983693264, -2.95084519e-05, -0.0196288098, 0.000588995754, 0.00909353048, -0.00965671428, 0.0125777572, 0.00752788177, 0.0222870354, -0.0415103547, -0.0203046296, 0.0346620455, 0.000185381126, 0.000992141, 0.00992704183, -0.00912356749, 0.00222645071, -0.00231843744, -0.000956003438, 0.00574446842, -0.00270515657, -0.0201844852, -0.00466315681, -0.0130658494, 0.0141847068, 0.00711488072, -0.00959664118, -0.0136140147, 0.00520756701, 0.0320488773, 0.00505738473, -0.0105502978, 0.0204848498, -0.00705105346, 0.0145075982, 0.0156489834, 0.00668686163, -0.00676195277, 0.0010080979, -0.0216863062, 0.00911605824, -0.0123599935, -0.00624382403, -0.0184123348, -0.0346019752, 0.00791460089, -0.0147178536, -0.00752037251, -0.0141546698, 0.0121046836, -0.0183822978, -0.018472407, -0.000877157785, -0.0111960815, -0.0184573904, 0.00835763849, 0.0141621791, 0.00414502807, 0.00501983939, -0.000756073394, 0.015919311, 0.000666433421, -0.00661177048, -0.00995707884, -0.0106103709, 0.0170456767, 0.0238188934, -0.0269727185, -0.00429145573, -0.00458431104, 0.00678448, 0.0194485914, -0.00997209642, 0.0109783169, -0.0134863593, 0.0156489834, 0.00506489398, -0.00132535771, 0.00385217275, -0.0174962245, -0.000182565214, -0.0135464324, 0.00737769948, -0.00360249495, -0.00919865817, -0.0106178802, 0.0217613969, -0.00764051825, -2.04007229e-05, -0.00142203749, -0.000882789609, 0.000711488072, 0.0126603572, -0.0219115801, 0.00729134493, 0.00522633968, -0.0314481482, 0.000220345421, -0.00409621885, 0.0119394828, 0.00695718918, -0.0174661875, 0.00241793296, 0.0241643116, -0.0131259225, 0.00569941383, 0.00486214785, 0.00525637623, 0.00545912236, 0.0140870884, 0.00360061764, 0.0212657973, 0.0102123879, -5.82542598e-05, 0.0432224311, 0.00520756701, 0.0234284196, -0.00572945, -0.00561305881, -0.0214610323, 0.0110233715, -0.00497853942, -0.00891331211, -0.00524886698, -0.00273894751, 0.011579046, -0.0145226168, 0.0253207143, 0.00269389292, 0.00367946341, -0.0262368266, -0.000838204287, -0.0311778206, -0.0223471075, -0.0161295664, -0.0191482268, 0.00112073449, 0.0115715368, 0.00361751323, 0.00943144, -0.0123599935, -0.0295558535, -0.00132911233, -0.00970927812, -0.00380148645, -0.0104827164, -0.0130057763, -0.0187577549, 0.00150276045, -0.00294544804, 0.00211944594, 0.0164149124, 0.0103926063, -0.0130207948, -0.00502359401, -0.0209203772, 0.00684079807, -0.00147741719, -0.00895085745, -0.0273031201, -0.000982754631, 0.00477579329, 0.0030280482, 0.00559053151, -0.00834262, 0.00416380074, -0.00321014412, -0.000723221048, -0.00782449171, 0.0176163688, 0.0055567408, -0.0180368796, -0.0195086654, 0.0215060879, -0.00518503971, -0.00132441905, -0.0131184133, 0.0024460922, -0.00783200096, 0.00501608476, 0.00295295706, 0.0219716523, 0.0132761048, 0.000787517813, -0.00760672754, -0.0196738653, -0.00422762847, -0.000714304, -0.00894334912, 0.00928876735, 0.0178716797, 0.00389722758, 0.00420885533, -0.0114513915, -0.0189079363, 0.000511558, -0.0309675653, 0.00417881925, 0.0135464324, -0.00603356911, -0.00804225542, -0.00031420929, -0.0261316989, -0.0221668892, -0.019778993, 0.0114589, 0.00438907417, 0.00545536773, -0.00711112609, 0.0040887096, -0.00282154768, -0.00618750555, 0.00407369155, -0.0107755717, 0.00804225542, -0.00943144, -0.00273143826, -0.00256811525, -0.0135464324, 0.0148079628, -0.00177496567, -0.016940549, 0.023893984, 0.0109783169, 0.00814738311, 0.0141171245, 0.00659299782, 0.00462936563, -0.00308624376, -0.00115077093, 0.00408495544, -0.0108356439, 0.0171958599, 0.00484337518, 0.00590215949, -0.00681076199, -0.0379960909, 0.00247612875, 0.00913107675, -0.0173160043, 0.000861200911, -0.000464626122, -0.00212695519, 0.00555298617, -0.00350675383, -0.00835763849, 0.0192233194, 0.0173160043, -0.0198691022, -0.010813117, -0.0068820985, 0.015153382, -0.0132160317, 0.0162497126, -0.0223020539, 0.0409396626, 0.019013064, -0.010895717, -0.00488467515, -0.0162797477, -0.00260941545, 0.00440409221, 0.0124651212, -0.00160601072, -0.0142372707, 0.0122248298, 0.0018829091, 0.00956660509, 0.00408495544, -0.0202145204, 0.00552670425, -0.00251930603, -0.00715993531, 0.00505363, -0.00515500316, 0.0222119447, 0.0102799702, 0.0225723814, 0.0107605532, -0.0133812325, -0.00898840372, -0.00207063672, 0.0195837561, -0.00291165686, 0.00664931582, 0.0214460157, -0.0229478367, -0.0186225902, -0.0192833915, -0.0005110887, 0.0137416692, 0.00687083462, 0.00661927927, 0.0121497381, 0.00835012924, 0.010047188, -0.00455052, 0.0191932824, -0.00336220348, -0.00376957259, -0.0100772241, -0.0109557901, 0.00175431557, 0.0296009071, 0.0239991117, 0.00291353418, -0.0238789655, 0.00387470028, -0.0098444419, 0.0243144948, 0.00615371484, -0.0121872835, 0.0198240466, -0.00105972297, -0.0107380254, 0.00269201561, -0.00535774929, 0.0111960815]
|
18 Nov, 2020
|
HTML5 MathML stretchy Attribute
18 Nov, 2020
This attribute defines whether the operator stretches to the size of the adjacent element or not. Possible values are true or false. This attribute is accepted by the <mo> tag only.
Syntax:
<element stretchy="true|false">
Attribute Values:
true: This value defines the operator stretches to the size of the adjacent element.
false: This value defines the operator stretches not to the size of the adjacent element.
The below example illustrates the stretchy Attribute:
Example:
HTML
<!DOCTYPE html>
<html>
<body style="text-align:center;">
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML stretchy Attribute</h3>
<math>
<mrow>
<mrow>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo stretchy="true">+</mo>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
</mrow>
<mo stretchy="false">=</mo>
<msup>
<mi>z</mi>
<mn>2</mn>
</msup>
</mrow>
</math>
</body>
</html>
Output:
The output of the above code
Supported Browsers: The browsers supported by stretchy attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute/HTML5 MathML scriptsizemultiplier Attribute/HTML5 MathML selection Attribute/HTML5 MathML separator Attribute/HTML5 MathML rspace Attribute/HTML5 MathML stretchy Attribute
|
https://www.geeksforgeeks.org/html5-mathml-stretchy-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML stretchy Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, HTML5 MathML stretchy Attribute, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, HTML5 MathML rspace Attribute, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML separator Attribute, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, HTML5 MathML selection Attribute, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, HTML5 MathML scriptsizemultiplier Attribute, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0129174767, 0.00367799564, -0.011293523, 0.02626504, 0.107966967, 0.0157649573, -0.0056504691, 0.0175594632, -0.0154535137, 0.0173666645, 0.0111007243, 0.0327460244, -0.0117236106, -0.0295871012, 0.0141113419, -0.0205107573, 0.00494972197, -0.00844604243, -0.0111378012, 0.011167462, -0.0274366606, 0.00872782432, -0.0508097298, 0.00388562446, -0.0303731244, 0.0191018488, -0.0091356663, 0.00671456661, -0.0159280933, 0.0321231373, 0.0030662322, 0.00686287275, -0.0290383678, -0.021563733, -0.0242332444, -0.00608426472, 0.0036353576, 0.0153793609, -0.0295129474, -0.0151717318, 0.0123835737, -0.0119683165, 0.00789730903, 0.0367206335, 0.0206887256, -0.00491264509, -0.00372804888, 0.00725217676, -0.0178412441, -0.0232395921, 0.0160467383, 0.0057802368, 0.0277332738, -0.00325161498, 0.0045789564, 0.0049015223, 0.023684511, 0.0139333745, -0.0236251894, -0.0182268415, 0.0144524463, -0.0489410684, -0.0237438343, -0.00456041796, -0.0271845404, 0.00992168952, 0.00976596773, 0.0194577836, -0.022379417, 0.0208963547, -0.0577801242, 0.0420893207, 0.0380850509, 0.010388854, 0.00513881259, 0.0286972634, 0.00534644118, 0.00509432051, -0.00108819723, 0.00677018147, 0.0170552209, 0.00431942, -0.0495639555, -0.01865693, 0.003855963, 0.0165954717, 0.0203476213, -0.0336951837, -0.00695185643, 0.0128359077, -0.0282523446, -0.00120128086, 0.00494230632, -0.00773417205, -0.0087649, 0.0273180157, -0.00810493808, 0.00144691311, 0.00640683109, -0.0213264413, 0.0014320825, 0.0259832591, 0.00432312768, 0.00774158724, 0.00466423249, -0.000659036, 0.0141410027, 0.00777124893, 0.0441359468, 0.0125467107, 0.00601011189, -0.00215414865, -0.0181378573, 0.0132363345, -0.0351782478, 0.0428308509, -0.0343477316, -0.0413477905, 0.0325383954, 0.0235065445, -0.0521741472, -0.00208555697, 0.00215414865, 0.0320044942, -0.0212226268, 0.0100625809, -0.0650767908, -0.0348223113, 0.0347926505, -0.0337545089, -0.026635807, 0.0222311094, -0.000773046457, -0.0327163637, 0.0286379419, 0.033101961, 0.0257311389, 0.0273180157, -0.0267396215, 0.00548362453, -0.0272735227, -0.0106706368, 0.0484664887, 0.0426825471, -0.0753989071, -0.0021930791, 0.0123909889, 0.0472503789, -0.0309663489, 0.0262353793, -0.0351189263, -0.0476063117, 0.00437503494, -0.00603606552, 0.0180488732, -0.0262205489, -0.0245150272, 0.0165806413, 0.0214302558, 0.00828290544, -0.0299726985, 0.0183454864, 0.0207183864, 0.0342884101, -0.0285637882, 0.0368986, 0.0120943766, -0.000458822527, -0.0222014487, 0.0359791033, -0.00103165547, 0.0264875, -0.028311668, -0.00200955, -0.0186865907, 0.0172331892, 0.0228836574, 0.00210780301, 0.00793438591, -0.02528622, -0.0462715589, -0.0213116109, 0.0410808362, 0.0194874443, -0.0293201506, 0.00613246439, 0.0129026454, 0.000937573728, 0.0059767426, -0.0206294023, -0.0116939498, -0.0190128647, 0.0300616808, 0.00137090613, 0.0324197523, 0.00951384753, -0.0243222285, 0.0324790739, 0.0321231373, -0.0138740521, -0.0226611979, -0.0498605706, 0.0100403344, -0.0314112678, 0.0134662092, -0.0369875841, 0.00272512785, -0.00651806081, 0.0182268415, 0.01501601, -0.0144598614, 0.00327015342, 0.00762294233, 0.0111081395, -0.020169653, 0.0113899214, -0.0102257179, -0.0245001968, 0.00705567095, -0.0299282055, 0.00890579168, -0.00714465464, -0.0176039543, 0.0176039543, -0.0492970049, -0.038352, -0.011004325, -0.0503944717, -0.0335172191, -0.00962507725, -0.0278964099, 0.0288900621, -0.00870557781, 0.0159725863, 0.0167734399, 0.0228391662, -0.0105890678, -0.0386486165, 0.0593818314, 0.00697781, -0.0127543397, -0.0332502648, 0.0110117411, -0.0156463124, 0.0163136907, -0.0189387109, -0.00362423458, -0.0184048079, -0.0192798153, -0.016120892, -0.00277518108, -0.0334875546, 0.0250192676, -0.0267692823, -0.0216675457, 0.00698151765, 0.0181823485, -0.0254938491, -0.0223497562, -0.0144598614, 0.0130435368, -0.00897994451, 0.001155862, 0.0106632207, -0.00345739, 0.033012975, 0.0465385094, -0.00882422365, -0.0145933377, -0.029661255, -0.00271956623, -0.0370765664, 0.033012975, 0.00150438177, -0.0137257455, 0.0272290315, -0.00958058517, -0.000509339385, 0.0450554453, -0.0527080484, -0.0234917141, 0.0223645866, 0.0190425254, 0.0412291437, 0.0133846411, -0.0113009382, 0.00676647387, 0.0065959217, -0.0311146565, -0.00579136, -0.0103666084, -0.0230319649, 0.0231061168, 0.0373731814, 0.0159874167, -0.0020132577, -0.00446401862, -0.0101738106, -0.00531307235, -0.0299875289, -0.0425045788, 0.00972147658, -0.0207777079, -0.0309960116, 0.0038374248, 0.0160170775, 0.0354155377, -0.0185234528, -0.0025119374, -0.0338434912, 0.00875007, -0.024426043, 0.00227279356, -0.00367614185, 0.0191018488, -0.0189387109, 0.0256421547, -0.0267692823, -0.0340511203, -0.00706308614, -0.0241739228, 0.00862401, -0.027985394, 0.022334924, 0.0102183018, -0.00892803725, -0.0387376, -0.0538351759, -0.0355935059, -0.0157056339, -0.0918312445, -0.0295574404, -0.00514993537, 0.012072131, 0.0157204643, -0.0773565546, 0.0041562831, -0.0426528826, 0.00696668727, -0.0211633053, -0.010025504, -0.00854244176, -0.00509432051, 0.0305214301, 0.0331909433, -0.0396867581, -0.0091356663, -0.000985309831, 0.0114195831, 0.0225573834, 0.00100106734, 0.0461825728, 0.0198137183, -0.0235510357, -0.00145247451, -0.01194607, -0.00690365722, -0.00241924613, -0.0282078534, 0.0209408458, -0.0172183588, 0.0144153694, 0.0266951285, -0.0523817763, 0.0138592208, -0.048436828, -0.0202289764, -0.0154090216, 0.0122649288, -0.0352079086, -0.0439283177, -0.000555685081, 0.0262502097, 0.0236251894, 0.00177689455, 0.0210594907, 0.0124206506, -0.0180637036, -0.0194874443, 0.0129767992, -0.0233285762, 0.0234620515, 0.0205700807, -0.0115456432, 0.0180192124, -0.00179172517, 0.0179895516, -0.000788803969, 0.0123242512, 0.0352375694, -0.0247819778, 0.0235362053, -0.0165658109, -0.0403096452, -0.000601103879, 0.0180192124, -0.0106706368, -0.0358901173, 0.0301210042, 0.018330656, 0.00999584235, -0.0302248187, -0.0379367433, -0.00284748035, 0.0164916571, 0.016120892, -0.0375511497, 0.000360106176, 0.0414664336, -0.0388265811, -0.011330599, 0.00787506346, -0.00722993072, 0.00851278, 0.00954350829, 0.0136886686, 0.013911128, 0.00501275202, 0.0173814949, 0.0269472506, 0.0723734647, -0.0223052632, -0.0104778381, -0.0230912864, 0.00520184264, -0.00301988656, -0.0811531916, -0.00783057138, 0.0177819226, -0.0187310819, -0.0402799845, 0.011782933, 0.015423852, 0.0408435464, -2.22024919e-05, 0.0283709895, 0.00941744819, -0.00152662769, -0.0147861354, 0.00147379364, -0.0236251894, 0.00708162459, -0.0209705066, 0.0245298576, 0.000858786, 0.0192649849, 0.00424526725, -0.0128655694, 0.0238031559, 0.0350596, 0.0111081395, -0.025078591, -0.0362460539, -0.029334981, 0.0201548226, -0.0188348964, 0.0240849387, -0.00775641808, 0.0174111556, 0.0292459968, 0.00569125311, -0.0055021625, 0.0141113419, 0.0142596485, 0.0374028422, -0.0367206335, -0.037432503, -0.00108448963, -0.00924689602, 0.00914308149, -0.0235658661, 0.000142976511, -0.00113546988, 0.0168920849, 0.0112119541, 0.0223942474, -0.0195467658, -0.00452334154, -0.0138073144, 0.0190870166, 0.0322714448, -0.00528711872, -0.0124280658, -0.0262947027, 0.01264311, -0.0384706482, 0.0280002244, 0.0393308252, 0.024262907, 0.0155128362, -0.0171293747, 0.00610651076, 0.0132511659, -0.0179450586, 0.0116272122, -0.0043045897, -0.0169069152, -0.036661312, 0.009410033, 0.0253752042, -0.0144376159, 0.0445808657, 0.0182565022, 0.0317968652, 0.0186420977, 0.0197840575, -0.050364811, 0.0643056, -0.0172035284, -0.0213709343, 0.00828290544, -0.00518701179, 0.00689624157, 0.00363906519, -0.00960283075, 0.0035630581, -0.017470479, 0.0238773096, -0.0023932925, 0.00839413516, 0.00310145481, -0.00984753668, -0.0146674905, 0.0129916295, 0.0244557038, 0.0263391938, 0.0377884395, -0.0142670637, -0.02954261, -0.0291866753, -0.0127098477, -0.0181378573, 0.04778428, 0.0465088487, -0.0216823779, 0.0229281504, -0.0219938196, 0.0223497562, -0.00105019379, 0.000530658406, -0.0117977643, -0.0107299592, -0.030358294, -0.0147119826, -0.0101070721, -0.013258581, -0.0125467107, -0.0227353517, -0.00063400931, 0.00678130426, -0.0188645571, -0.00835705828, -0.00156277732, -0.00718914671, 0.0197247341, 0.010025504, -0.0249451157, -0.00684062671, -0.0113009382, -0.0290531982, 0.0028882646, -0.00561710028, 0.0106187295, 0.0270955563, 0.00474209292, -0.0316485576, -0.0145414304, 0.0268730968, -0.0227205213, 0.0178560745, -0.0116939498, -0.0204514358, 0.0637123734, 0.0129471375, 0.0147416433, 0.0151049942, 0.026917588, 0.0144746918, 0.00367428781, 0.00294202566, -0.0218306836, -0.0217565298, 0.033873152, 0.0138666369, 0.00133012189, 0.0208666921, -0.00393011607, -0.0333095901, -0.0652547628, 0.0145340143, 0.0341104418, 0.0436613671, -0.0114418287, -0.0047087241, 0.00263243634, 0.0294091348, -0.0322121233, -0.0025879445, 0.0240107849, -0.0221866183, -0.0159429237, 0.0221866183, 0.0187014211, 0.00952867791, -0.0117606875, -0.00347778201, -0.000126407918, 0.0223942474, -0.00927655771, -0.00209853379, -0.0310256723, -0.0258497838, -0.0015423852, -0.011538228, -0.00962507725, -0.0104704229, -0.011130386, 0.0260574128, -0.0183899775, -0.0175891239, 0.0515216, -0.00135792932, -0.0159577541, -0.00447884947, 0.0191908311, -0.00948418584, -0.0017203528, 0.0107744504, 0.00694073364, -0.0336062, -0.0107077127, -0.0178857371, 0.00961024687, -0.00970664527, 0.0261167344, 0.0110562323, -0.0353265554, 0.0285934489, -0.0140371891, 0.00590629736, 0.0137183303, 0.0152310543, -0.0188942198, 0.0265616532, -0.00570237637, 0.0286527723, -0.0196505804, 0.0525004193, 0.0125763724, 0.0129026454, 0.0110933091, -0.00414145272, 0.0332502648, 0.00718543911, 0.00339806755, 0.0273328461, -0.0040191, 0.0294387955, 0.0150382556, -0.0139482049, -0.0318858474, -0.00745609775, 0.0219789892, 0.0126950173, -0.00146545132, -0.0268582664, -0.0104704229, 0.0037336105, -0.00490523, 0.0265171621, 0.0147564737, -0.0197099037, 0.0112267844, 0.022053143, 0.00421189796, -0.016936576, -0.00705567095, 0.0436613671, -0.0200955, 0.0399833694, -0.0139333745, 0.00353525067, 0.0195615981, -0.00530936476, 0.0177819226, -0.00471243169, -0.0219641589, 0.00566159189, 0.00684062671, -0.0159280933, 0.0137331607, -0.01382956, 0.0236251894, 0.02626504, -0.00313482387, -0.0386486165, 0.0112490309, 0.00449368, -0.0112638613, -0.029498117, -0.0167734399, 0.00274181226, 0.00749688223, -0.0200658385, -0.0131695969, 0.0370172448, 0.00898736, -0.011085894, -0.026635807, -0.0209705066, -0.000356861972, 0.0508393906, 0.0168327615, 0.0403096452, 0.0105371606, -0.00987719744, 0.000939891, 0.0268137734, -0.018820066, 0.0133104883, -0.0153052071, 0.000430088199, 0.0172776803, -0.0216230545, 0.0227650125, 0.00774900289, 0.0327460244, 0.0140371891, 0.00500904443, -0.00707791699, 0.00318673113, 0.00088149542, -0.00124206499, -0.0025897983, 0.0162840281, 0.0335172191, 0.00609168038, 0.0358604565, -0.00504982844, 0.0124503113, -0.00975855254, 0.012969384, 0.0122352671, 0.022379417, 0.0195912588, -0.0203327909, 0.0270807259, 0.0141484188, -0.0173814949, 0.0140965115, -0.0206887256, -0.0132808266, 0.0202882979, -0.016981069, 0.0269324183, 0.0189238805, 0.0190573558, 0.0137776528, 0.0119831469, 0.0162691977, -0.0316782184, 0.00289753382, 0.00618437165, 0.0213561039, 0.0251824055, 0.0139407897, -0.0151569014, -0.02954261, 0.00498679839, 0.00217824848, -0.00386708602, -0.040339306, 0.0515216, -0.00613987958, 0.00675164303, 0.0205700807, -0.0389452279, -0.00371507206, 0.0104481773, -0.00569125311, 0.0335172191, 0.0292459968, -0.0208222, -0.00667378213, 2.60984289e-05, -0.00424526725, 0.00344441319, 0.0183454864, 0.0160764, 0.00992910471, 0.032034155, 0.0624666028, 0.0407842249, 0.0133179035, 0.00234880066, 9.17065772e-05, -0.0203179587, 0.0100032585, -0.000414098933, -0.0261463951, -0.0121907759, 0.0219641589, 0.021845514, -0.0361274071, 0.0162098762, -0.0234472211, -0.0114789056, 0.0195319355, -0.0253010504, -0.00376327173, -0.0320638157, 0.00773417205, -0.0355638452, -0.0391528569, -0.00726700714, 0.0211039819, 0.0307290591, -0.0329833142, -0.00614358718, 0.0226463675, -0.0114492439, -0.0182268415, -0.0192501545, -0.00662558293, 0.00867591705, 0.00897252932, 0.00972889178, -0.021845514, 0.0182713326, -0.00445289584, -0.00516105816, -0.0198285487, -0.00625481689, 0.038411323, -0.0350892656, 0.0116049657, -0.0159280933, -0.00685175, -0.0174853094, 0.0478139408, -0.0185382832, -0.00783798657, 0.00454929471, -0.00235992367, -0.0175001398, -0.00880197715, 0.00792697072, 0.0240256153, 0.0431571268, -0.00181675178, 0.0282820053, 0.0439579785, 0.00678501185, 0.0160912313, 0.00639570784, -0.0197840575, -0.0325383954, -0.00027019548, -0.0163433515, -0.0224090777, -0.0451147668, -0.024218414, 0.0196060892, -0.00492006075, 0.0418520309, -0.00959541555, 0.0131992586, -0.0260277502, -0.0337545089, -0.00262872875, -0.0148454579, -0.0118496716, 0.0150085948, 0.0464198627, 0.027407, 0.0158094484, -0.04778428, -0.019176, 0.00936554093, 0.0159577541, 0.0247374866, 0.0238328185, -0.013050952, 0.00710757822, 0.0241442621, 0.0368096158, -0.024262907, -0.0172183588, 0.0122056063, -0.0258942749, 0.00224127853, -0.0046345708, 0.0239959545, -0.0302841403, 0.00544284, 0.0450554453, -0.0327460244, -0.00354266609, -0.00822358299, 0.00323863816, 0.0129174767, -0.0171145443, 0.0131621817, -0.00462344801, 0.0228984877, 0.0139704505, 0.00281040394, 0.0341401026, -0.0114121679, 0.00451221829, 0.0309366882, 0.0154683441, -0.0198582094, -0.0207628775, 0.0250044372, 0.0135700237, -0.0129026454, 0.00196320424, 0.00863142498, 0.0264875, -0.0436020456, -0.0057765292, -0.0137035, 0.0313816071, -0.0457673147, 0.0149937645, -0.0035593505, -0.00345368241, -0.0209556762, 0.00576169882, -0.013621931, 0.0311443172, 0.0118422555, -0.000188395308, -0.0114714904, -0.0266951285, -0.0036353576, 0.00364462659, -0.0396867581, -0.0273625068, 0.0436317064, -0.014852873, 0.014771305, -0.0262502097, -0.0459156223, -0.0272438619, -0.0299133752, -0.000237521759, 0.0171590354, 0.0211484749, 0.0185086224, -0.00583955972, 0.00348890503, -0.015631482, 0.0164619964, -0.00980304461, 0.000324188237, 0.0157649573, 0.0210743211, 0.00955834, -0.00180562888, -0.00494230632, -0.027985394, 0.0262353793, -0.013258581, -0.0294536259, -0.0312036406, 0.000741067925, -0.00206331094, -0.00663670572, 0.0119979773, -0.0230912864, 0.0118793324, -0.00582843646, -0.00332762208, 0.0151865622, 0.0111229708, -0.0497419238, 0.0295574404, 0.0243370589, 0.00523891905, -0.0183603168, 0.0128284926, 0.0102850404, 0.0416740626, -0.00442694221, 0.0316188969, -0.0201844834, -0.0136145158, 0.0214599185, 0.0373435207, 0.00142837479, -0.0399240479, 0.00106502441, 0.0035612043, 0.0172183588, 0.0260129198, -0.017959889, -0.00532048754, -0.0265764836, -0.019309476, -0.0304917693, -0.0116272122, 0.0299282055, -0.0185679458, 0.0119609013, -0.0139259594, 0.0124651426, -0.0190276951, 0.010841189, -0.00435649697, 0.0246040113, 0.0153348688, -0.018004382, 0.0291718431, -0.00809752289, -0.0325680561, 0.00185382843, 0.0162543673, 0.0546656922, 0.0244705342, -5.93080267e-06, 0.0104481773, -0.0476952977, 0.00709645497, 0.00323493057, -0.0202438068, -0.0117532723, -0.00365389581, -0.0141780796, -0.00688141119, 0.0131918434, 0.0226463675, 0.02291332, -0.00679242751, 0.00111693167, -0.0305510927, -0.0388859063, -0.00322380755, -0.00212448742, 0.00343143637, -0.00700747129, -0.0292015057, -0.00757845072, -0.00600640383, -0.036868941, -0.0225128923, -0.00287343399, -0.00366316503, -0.0128804, 0.012969384, 0.0160467383, 0.0255976636, -0.0446401872, 0.0309366882, 0.00872040913, 0.0308773667, -0.0358901173, 0.00591371255, 0.0272586923, -0.00291977986, -0.0157797877, -0.0196505804, -0.000596932776, 0.00112898147, 0.00915049668, 0.0199323632, 0.0120202238, 0.0213561039, 0.0104481773, -0.0116049657, -0.00274366606, 0.000400890392, 0.00420819037, 0.000261853274, -0.00906892866, -0.00189461268, -0.0128210774, -0.00563563826, -0.0162543673, 0.0137554072, -0.0125615411, -0.0036372114, -0.0130657824, 0.00642907713, -0.0142448172, -0.007815741, 0.00053436606, -0.0375511497, -0.0060471883, -0.0196505804, 0.00489039952, -0.0221421272, 0.00579136, -0.00440469617, 0.0101812258, 0.00514622778, 0.0894583464, 0.013458794, -0.0105223302, -0.00375214871, 0.00532048754, -0.0138443904, -0.0023932925, 0.0188052356, 0.00589517457, -0.00264355936, 0.0115011511, 0.0207332168, 0.0262353793, 0.0571868978, -0.017307343, -0.0189238805, -0.00272883545, 0.00481995381, 0.0179302283, -0.00667378213, 0.00107892812, 0.0125392955, 0.00586922094, 0.0162691977, 0.0295277797, -0.0103591932, 0.0216823779, 0.0307587218, 0.00454558711, -0.0140890963, 0.00558373099, -0.00295685627, 0.00258238288, -0.0102034714, -0.0152458847, 0.0485851355, -0.0109375874, 0.0172480196, -0.00041340373, 0.000643278472, -0.00518330419, 0.00568754552, 0.0137998983, -0.0154386833, 0.00666265935, 0.0270214025, -0.018493792, 0.0107299592, 0.0075932811, 0.00869816262, -0.0120424693, -0.0127691701, 0.00285860337, -0.00280298851, -0.00756732747, -0.0112416157, 0.00120406155, -0.0125615411, -0.0119757317, -0.0443435758, -0.0164768267, -0.0277184416, -0.0114714904, -0.00513510453, -0.00811976846, -0.004234144, -0.0194281209, 0.00261204434, 0.00371321826, -0.00245261495, -0.00484590745, 0.0133920563, 0.0382630192, 0.00778607931, -0.020169653, -0.000930158421, -0.00912825111, 0.0187310819, 0.0168179311, 0.00142652099, -0.000215275824, 0.00113825069, -0.0129990447, 0.0425639, -0.0221866183, 2.19055892e-06, -0.0270510633, -0.0092839729, -0.0272438619, 0.0047828774, -0.00426751282, -0.018286163, -0.0307290591, -0.00393753173, 0.00562080787, -0.0148009658, -0.0155424979, 0.00281781913, 0.00100292114, -0.0370469056, -0.00606943434, 0.0100996569, 0.0152013926, 0.00487186108, -0.0285934489, -0.012109207, 0.0221569575, -0.0214005951, -0.0177226, 0.0138592208, -0.00994393602, 0.00429346645, -0.00546508608, 0.0142670637, 0.00569496071, -0.00394494692, -0.0184344705, -0.0106187295, 0.00475321617, 0.0123761585, -0.0109820794, 0.00795663148, -0.0068443343, 0.00135514862, -0.0179895516, -0.0210001674, -0.0103072859, -0.0289048925, 0.0275997967, 0.0243073981, -0.0157204643, 0.0255383402, 0.00506836688, 0.0350596, 0.00400056178, 0.0113676758, 0.0180340428, 0.0156759731, -0.0117532723, 0.00386708602, 0.0317375436, 0.0392715, 0.0393901467, -0.0347926505, -0.0141410027, 0.0195171051, -0.00112620078, 0.0234917141, 0.0332206041, 0.0111081395, -0.0307587218, -0.0425935611, 0.0273625068, -0.004827369, -0.00516847381, -0.0276887808, 0.0179747194, 0.00421560602, -0.00537239481, 0.00193354301, 0.0320638157, 0.00600640383, 0.0135996854, -0.00786764733, 0.00083190552, 0.0128581543, 0.0165213179, -0.0195022747, 0.00262316712, -0.00472355494, 0.0176929384, 0.0086165946, -0.000146104852, -0.00207072636, -0.0107744504, 0.0368096158, 0.0125615411, -0.00538351759, 0.0233730692, -0.00744126737, 0.0119757317, 0.00174445251, -0.00721139275, 0.00570608396, -0.00912825111, -0.010433346, -0.00963990763, -0.0153200384, 0.0029883713, -0.0331316218, -0.0315892361, -0.00740048289, 0.0150605021, 0.0291273519, -0.00843862724, -0.00904668309, 0.00272512785, -0.0210001674, -0.00553923938, -0.00433054334, 0.00835705828, 0.0392121784, 0.016447166, 0.0114418287, -0.000283172296, -0.0151420701, -0.0025916521, 0.0146155832, -0.00362423458, -0.0260722432, 0.0363350362, -0.0202882979, -0.00313853147, 0.00443065, -0.0351189263, 0.0145859215, 0.0352079086, 0.00142188638, -0.0122426832, 0.0146897361, -0.0101367338, -0.00550587056, 0.0035593505, -0.00353339687, -0.00204662653, -0.0122500984, -0.0121907759, -0.0121462839, -0.0102702091, -0.00351115107, 0.0161950458, 0.0263540242, -0.00847570319, 0.012680186, 0.0013338296, -0.0122945905, 0.0103072859, -0.0144153694, 0.018004382, 0.00567271514, -0.0210001674, 0.0175891239, 0.017959889, -0.00358901173, -0.00323122297, -0.000227673299, -0.01075962, 0.0139556201, -0.0127914157, 0.00453817192, -0.00360384234, 0.014726813, 0.0180340428, -0.0258349534, -0.000489874161, -0.0160912313, 0.00499050599, -0.00978079904, -0.0194132905, -0.00864625536, 0.0327163637, 0.0240256153, 0.0139037129, -0.0285489578, 0.02102983, 0.0314705893, -0.00728925318, -0.00774900289, -0.00122167286, -0.00216897926, 0.00493859872, 0.0147564737, -0.000701674, 0.0292756576, 0.00613246439, 0.00609909557, 0.0216082241, 0.0375214852, -0.00395236211, -0.00744126737, -0.00823099818, -0.016610302, 0.0323900916, -0.0320044942, -0.0189980343, 0.000288965501, -0.0185827762, 0.000862030196, -0.0101663955, 0.027451491, 0.0317968652, -0.0214302558, 0.00147657434, -0.0134365484, -0.0147861354, 0.0309663489, 0.0154980058, -0.0071224086, -0.00293831807, 0.0167734399, 0.0289197229, 0.00520184264, 0.0176336151, -0.00871299393, -0.0101663955, -0.024426043, -0.00738936, 0.00638458505, -0.00543171726, -0.0102257179, -0.014608168, -0.0154683441, -0.0165954717, -0.0170700513, -0.00692961039, -0.0142967245, -0.00760811195, 0.00144969381, 0.0122426832, -0.0155128362, -0.00852019526, -0.00741902133, -0.0187310819, -0.00246373797, 0.012724678, -0.00224498613, -0.00619549444, -0.0206294023, -0.0067961351, -0.0155573282, -0.00841638073, 0.0064513227, 0.00548733212, 0.000676183903, 0.0135255316, 0.0272142012, -0.00121055, -0.00300505594, 0.00681838067, -0.0210891515, -0.0288307387, 0.0324494131, -0.0234768838, 0.00322380755, 0.000639570819, -0.0440173, 0.00347407442, 0.00724476157, -0.0101070721, -0.0211188141, -0.0183009934, -0.0164768267, 0.0271993708, 0.00918757357, 0.00662929052, 0.0341104418, 0.0250489302, -0.0201548226, 0.00740789855, 0.0014413516, -0.0173518341, -0.00304584019, -0.00128006854, 0.0233879, 0.000863420602, -0.0526783876, 0.0114195831, -0.0355045199, 0.0157204643, 0.0148454579, 0.000811513397, 0.0196505804, 0.0178560745, -0.0108041121, -0.00809010677, 0.00570608396, 0.0162691977, -0.0157204643, -0.00533902599, -0.0170255601, -0.0231506098, -0.00912083592, 0.00802336913, -0.0181081966, -0.0307587218, 0.0128433229, 0.00963249244, -0.00972889178, 0.00562822307, 0.0192946456, 0.0105297454, 0.0109301722, 0.00575428316, 0.0287120938, 0.0271845404, -0.0203031283, 0.0137331607, -0.0250637606, 0.00301617873, -0.00502758287, 0.0261908881, 0.0559411272, 0.00367799564, 0.0196654126, 0.0167141166, -0.00635492383, 0.0172925107, -0.0194281209, 0.0232840851, -0.00935071055, 0.0234620515, 0.00654030684, -0.0309070274, 0.0107077127, -0.02151924, -0.00229503959, -0.000776290661, 0.0448181555, -0.00611021835, 0.00958058517, -0.0280150548, 0.00295500248, -0.00446772669, -0.0121685294, 0.00734857563, -0.00111137016, 0.00357418112, -0.0297947302, 0.0151865622, -0.000659036, -0.0160319079, -0.00836447347, -0.00681838067, -0.0287120938, 0.00710387062, -0.000802244234, -0.00569496071, 0.0105742374, -0.0231357794, -0.0161950458, -0.0160615686, -0.011619796, 0.0269769114, -0.019843379, 0.0173370037, 0.0137331607, 0.0161060616, 0.0257311389, 0.0337545089, 0.00230060099, 0.0185976066, -0.0228539966, -0.00710387062, 0.0250192676, -0.0185382832, 0.00477917, -0.0150753325, -0.0168624241, 0.0069259028, 0.011330599, 0.00483849226, -0.0214747488, -0.00300134812, 0.021726869, 0.00837930478, 0.00302544795, -0.00532790273, -0.0129397223, 0.0167289469, 0.0246633328, -0.011375091, -0.0079418011, 0.0109450025, -0.0246485025, 0.0268879272, -0.0200361777, -0.0189683717, -0.0169217456, -0.00445660343, -0.000632155512, -0.00199657329, -0.0134291332, -0.0252268966, 0.017307343, -0.0191018488, 0.0644242465, 0.00581360608, 0.0234323908, -0.0156611428, 0.0063252626, 0.00769709563, 0.0122649288, -0.0199471936, -0.00988461263, 0.000775363704, 0.00434537372, 0.015423852, 0.0286231115, -0.0143115558, -0.0165064875, 0.00879456196, 0.0271548778, -0.0129767992, -0.00345368241, -0.00480512343, 0.0136515927, 0.000410391251, 0.00415999116, -0.0179747194, -0.00623627892, -0.0233730692, -0.00197432726, 0.0104185157, 0.0102924556, 0.0194281209, -0.00371507206, 0.00774900289, -0.00986236706, -0.00728554558, -0.000907912443, 0.0130880289, 0.0195171051, -0.00320341554, -0.0263243634, -0.0173518341, 0.00896511413, 0.00243407674, -0.00392640848, -0.0266802981, 0.00318116951, -0.0134291332, -0.00433425093, -0.000259535969, -0.0186420977, 0.0150753325, 0.00102794787, 0.0347036682, 0.00559856184, 0.0380850509, -0.00257311389, -0.0158984326, 0.02291332, 0.0132215042, -0.00434537372, -0.00675535062, -0.0128507381, -0.00354081229, -0.00682579633, -0.000390926056, -0.00562451547, 0.00638087746, -0.0211336445, -0.015586989, 0.000717431598, -0.0107744504, 0.00573574519, -0.0167882703, -0.000961210055, -0.00326644559, 0.0178857371, -0.0203327909, 0.00434908131, 0.00460490957, -0.0165361501, 1.20716095e-05, 0.00582102127, 0.0083422279, 0.00768226478, 0.00342402118, -0.0150085948, -0.00157482724, -0.0258794446, 0.00750059, -3.01536784e-05, 0.00247856858, 0.00890579168, -0.0218603443, 0.00343143637, 0.00148677034, -0.00196876586, -0.0132882418, -0.0129174767, -0.0263243634, 0.00668119779, 0.000105899948, 0.0153793609, 0.00678501185, 0.011864502, -0.0101663955, -0.0105445758, 0.00565788429, -0.00175001402, 0.010841189, -5.50644982e-05, 0.00737452926, -0.0136071006, -0.0257311389, 0.0139778666, -0.0161060616, -0.00571720675, -0.00433054334, -0.00817167573, -0.00420077518, -0.00701117888, -0.00258238288, -0.0257459693, -0.0153793609, -0.00618807925, -0.00625852449, 0.0155276665, 0.0187755749, -0.0329536535, 0.0034388518, 0.0110562323, 0.00849795, -0.00842379592, -0.000195115441, 0.00414886791, -0.00687028794, -0.0143041397, -0.00964732282, -0.0162247065, -0.00626594, 0.00121425756, 0.0166399647, 0.014563676, 0.00402651541, -0.00239514629, -0.0280002244, 0.00197432726, -0.00454929471, 0.0142522324, 0.00735969888, 0.00185939, 0.00192242011, 0.0197099037, -0.0143412165, 0.0107966969, 0.00718173105, -0.0194281209, 0.000825417112, -0.00501645962, -0.0152458847, -0.0140075274, -0.00371321826, -0.00810493808, 0.0252268966, -0.0171590354, -0.00127172633, 0.0103591932, -0.00985495187, 0.00734116044, 0.016447166, 0.0152458847, 0.0284303129, -0.00664412091, -0.00558743905, -0.0227205213, -0.01501601, -0.00334801408, -0.0179302283, 0.027407, -0.00203179591, 0.0102998707, -0.000345507258, -0.0119089941, -0.00686658034, 0.00623627892, -0.00985495187, -0.0165658109, 0.0385299698, 0.0345257, -0.0176781081, -0.00242851512, -0.0112490309, 0.0218010228, 0.0430978, 0.00553553179, 0.00150716247, 0.00389674725, -0.0243370589, 0.00522408867, 0.00871299393, -0.00492006075, 0.00857210252, -0.0104407612, 0.00340177515, -0.0207925402, -0.027985394, -0.0163285211, -0.0281040389, -0.0118200099, -0.0110265715, -0.00811235327, 0.0206887256, -0.0360977463, -0.0123242512, 0.0108263576, 0.00156277732, -0.00562451547, 0.00772675686, -0.0054539633, -0.0084905345, 0.00689994916, 0.000842101581, 0.00300505594, -0.00251008361, 0.00286231097, -0.00251749903, -0.00754878949, 0.000331835297, 0.0111229708, 0.00499792118, 0.0152458847, -0.00931363367, 0.0107892817, -0.00665153656, -0.00711499341, 0.0145191839, -0.0140075274, -0.0125837876, -0.000667378248, -0.0365426652, -0.000111751091, -0.0149863493, 0.00647356873, -0.000217361376, 0.00358345034, 0.00546879368, 0.00280113472, 0.00389674725, 0.00503870565, 0.0161653832, 0.0190276951, -2.45921929e-05, 0.0159280933, -0.0063252626, -0.00822358299, 0.00941744819, 0.00397460815, 0.0208815224, 0.0192798153, -0.0107225431, -0.0257904604, 0.00887613, -0.0208963547, 0.00480883103, -0.00734857563, -0.020985337, 0.0221569575, 0.00981046, -0.00326829939, -0.000718821946, -0.0345553607, 0.00212077959, 0.013295657, -0.0175446328, 0.010188641, 0.00753766624, 0.00571349915, 0.00678130426, -0.0150011797, 0.00426380523, -0.0169217456, 0.00660333689, -0.00797146186, 0.00710387062, -6.89971785e-05, -0.0191315096, 0.0124058193, 0.00110302796, -0.0104407612, 0.0210891515, -0.0281337, 0.0286972634, 0.0124503113, -0.00272512785, -0.0116717033, 0.00737452926, 0.00128470315, 0.00249710679, 0.0120869614, -0.00409325305, 0.0207777079, 4.02628357e-05, -0.0205997415, 0.0276146289, -0.00152013928, 0.0345257, 0.00213190261, -0.0144746918, 0.00516105816, 0.00295500248, -0.00437132735, 0.0256421547, -0.000966771506, 0.00646615354, 0.0176632777, -0.00678871945, -0.0122797592, 0.00579877524, -0.0170107298, 0.00721880794, 0.00199286547, -0.00333318347, 0.0144672766, 0.00272698165, 0.00246003037, 0.00961024687, 0.00417111395, -0.0153645296, -0.00103629008, 0.0517292283, 0.0116420425, -0.0162543673, -0.0125096338, 0.0110784788, 0.00214673323, 0.017796753, -0.00443806499, -0.0116049657, 0.00766001921, -0.000841638073, -0.00434908131, 0.00789730903, -0.00656255241, -0.0149196107, -0.00704084, -0.0171145443, -0.0109746642, -0.0191315096, -0.00435649697, 0.001534043, -0.000706308638, -0.0243370589, -0.000156880225, -0.0174853094, 0.0173370037, -0.00825324375, -0.00311813946, 0.00480512343, 0.00222459412, -0.0026676592, 0.0142077412, 0.0100774113, 0.000860639848, 0.012435481, -0.0140816802, -0.0109672491, 0.00317004649, 0.0152458847, 0.00280484231, -0.00039370681, 0.0125318803, 0.0260574128, 0.00997359678, 0.0132511659, -0.00180192117, 0.00305696297, -0.000541781366, 0.00386337843, 0.00417482154, 0.0178709067, 0.00216527167, -0.0140001122, 0.0061250492, -0.0409028716, -0.00615841802, -0.00438245, 0.00352412788, -0.00415257551, 0.00836447347, -0.00394494692, 0.00489039952, 0.0177819226, -0.00351115107, 0.0118867476, -0.00841638073, -0.00857210252, -0.00866850186, -0.0107151279, 0.0247078259, -0.000283404021, -0.00338509073, 0.00353525067, -0.00177504076, 0.00088149542, 0.00915791281, 0.0165806413, 0.00061732484, 0.0108560193, 0.0129916295, 0.0189832021, -0.00810493808, 0.0076674344, 0.0184789617, -0.00697039487, -0.00112898147, -0.0143041397, 0.0255828314, -0.0201993138, 0.00218751747, -0.0149937645, 0.02200865, -0.0035612043, 0.0079418011, -0.015913263, 0.0108337728, 0.0281188693, 0.0113528455, -0.0231951009, 0.00745239, 0.0221866183, 0.0124873882, 0.00449738791, 0.00683691911, 0.0211188141, 0.0265023317, -0.00359086553, 0.0121388687, -0.000888910727, 0.00578765245, 0.00920240395, 0.00132919499, -0.0222904328, -0.0124206506, -0.0108337728, 0.00279557332, 0.0200510081, 0.00590629736, 0.00783798657, -0.00254716026, 0.0152013926, -0.0140890963, -0.000151782195, 0.0113602607, 0.0226611979, -0.0280150548, -0.014155834, -0.00535014877, -0.0242777374, -0.0117384419, -0.0124428961, 0.00735969888, 0.00945452508, -0.00404134579, 0.00446401862, -0.0140001122, 0.00370765687, -0.00426009763, 0.0325977206, 0.00778607931, 0.00434908131, 0.000984382932, -0.00451221829, -0.0122056063, 0.0142893093, 0.000951940892, 0.0203476213, -0.00199842709, 0.00646986114, 0.0142003261, 0.0100180889, 0.00214487943, -0.000828661316, 0.00939520262, 0.0033646985, 0.0208073705, -0.0191166792, 0.00877231639, 0.00302915554, 0.0109672491, 0.00437132735, -0.0251824055, 0.00603977311, 0.011085894, -0.0102405483, 0.0126356948, 0.0164768267, -0.00791213941, -0.0037354643, -0.00891320687, -0.0293943025, 0.0013421718, -0.00133661029, -0.0144821079, 0.0137331607, -0.012969384, -0.00158131565, -0.00730779162, 0.000638180412, 0.00602494227, 0.00944711, -0.00990685914, -0.00328683783, 0.00118645013, 0.0270065721, -0.00379664055, 0.00559485424, -0.0212671198, 0.00257311389, -0.0112861078, 0.0186717603, -0.0188645571, 0.00286045717, 0.0127691701, -0.00791213941, 0.00910600554, -0.0101293186, -0.0169069152, -0.00198174268, -0.0127988318, 0.00755249709, 0.0141632492, 0.00547250127, -0.0252565574, -0.000896326033, -0.00933588, 0.0225573834, -0.00259906752, -0.00694073364, -0.0113009382, 0.0119905621, 0.00510915089, 0.0148751196, 0.0183751471, -0.0117384419, -0.0272735227, 0.0109894946, -0.00578765245, 0.000898179889, 0.0144672766, 0.0190276951, -0.0128581543, 0.00099087134, 0.00416369876, -0.00497196801, 0.00906892866, 0.0116494577, 0.00884646922, -0.00366872642, -0.00676276581, -0.014608168, 0.0163285211, -0.00826807506, 0.00813459884, 0.00170181447, -0.00802336913, 0.00753025105, 0.00474950857, 0.000407610525, -0.00172406039, -0.00277888868, -0.00480512343, -0.0148380427, 0.0129471375, 0.0169662368, 0.00774900289, 0.00880939234, -0.0130806137, -0.00941744819, -0.0080382, -0.0290383678, 0.0112193692, 0.0194874443, -0.0113157686, -0.0289938767, 0.0115085663, -0.0396274365, -0.00571349915, -0.0177374296, 0.0278964099, -0.00771934167, 0.0136441775, -0.0136293462, 0.00765260356, -0.00265468238, 0.0105519909, 0.00686658034, -0.00208184938, -1.15429784e-05, -0.00425639, 0.0219196677, -0.00393011607, -0.0109375874, -0.0106558055, 0.0243073981, 0.0163730122, 0.0237734951, -0.00210965681, -0.014608168, 0.0100032585, -0.00413032947, -0.00642907713, -0.00574316038, -0.00415999116, -0.0137331607, -0.00569496071, 0.00362608838, 0.00331279146, 0.0232395921, 0.000417574862, -0.00184734, 0.0308773667, 0.0118941627, 0.00532419514, -0.000933402625, 0.013621931, -0.0170255601, 0.0195764285, 0.0201993138, 0.00854244176, 0.0024878378, -0.00337396772, -0.0135551933, 0.00223386334, -0.00863884, -0.0106261447, 0.00418594433, -0.0135107012, 0.0227056909, -0.0139556201, 0.00299393293, 0.0130583672, 0.00643278472, 0.0129248919, -0.013214089, 0.0180488732, 0.00965473801, 0.00472726254, -0.00263985177, -0.00764518837, -0.0110339867, 0.00450109551, -0.00585439, -0.0150530869, 0.0027863041, 0.00312740845, -0.00244705356, 0.00216341787, 0.00614729524, 0.00862401, -0.00548733212, 4.85905821e-06, 0.0038374248, -0.00675164303, -0.00600269623, -0.00284191896, 0.0368096158, -0.0140594346, 0.021192966, 0.00342216715, -0.00744126737, 0.00301247113, -0.0132808266, -0.00131065666, -0.011085894, 0.014726813, 0.00744868256, -0.0142967245, -0.00320341554, 0.0226463675, 0.00139871356, 0.00748575898, -0.0201844834, 0.00984753668, 0.00441581942, 0.0261315648, -0.000853688, -1.49754578e-05, -0.00961024687, 0.00387450145, -0.0236103591, 0.0200213473, 0.016936576, 0.0129100615, -0.000976967625, -0.00333689107, -0.0094396947, -0.000327432441, -0.0107522048, -0.00344626699, 0.00735969888, 0.0200065169, -0.0119609013, -0.00509061292, 0.0100032585, 0.00359271956, 0.00571720675, -0.00606572675, 0.0236103591, -0.0212226268, -0.00661816727, 0.0145191839, 0.0121907759, -0.0118200099, -0.0194577836, -0.0211781356, 0.00220049429, 0.00103999779, 0.00010398819, 0.00397090055, -0.0172776803, 0.00565788429, 0.0232395921, -0.00361496536, -0.00101311726, -0.0183009934, -0.0107299592, -0.00823099818, 0.000700283679, -0.00220049429, 0.00531678, -0.00105390151, 0.00696297968, 0.00263429014, 0.0213116109, -0.0147342281, 0.00463827886, 0.0145414304, -0.00592112774, 0.0123390816, -0.0143263862, 0.00345182861, -0.0102479635, -0.000217129651, 0.00254716026, 0.00615841802, 0.026591314, 0.0291421823, -0.0202586371, -0.0160319079, 0.00946194, -0.026591314, 0.00275849667, 0.0108930953, -0.00199842709, 0.0236696806, -0.0146897361, -0.0193688, -0.00153775071, -0.02200865, 0.015179147, 0.0224387385, -0.010188641, -0.0437503494, -0.00516105816, 0.0017305488, -0.00699264091, -0.00114103139, 0.0265468229, 0.000939891, -0.00673681265, -0.02389214, -0.00313667767, 0.0137109151, -0.0150901629, -0.0119609013, 0.0142596485, -0.0133623956, -0.0159429237, 0.0149270268, 0.0246781632, -0.0296464246, 0.0295871012, -0.00219493289, -0.0189832021, -0.0140075274, -0.00480512343, 0.00713723945, 0.00894286856, 0.00809752289, -0.00414145272, -0.0272290315, 0.00525004184, -0.0122575136, 0.0116049657, 0.0105297454, 0.00906151347, -0.033012975, -0.00976596773, 0.023684511, -0.0320044942, -0.00499792118, 0.0335765406, -0.0100180889, -0.0184048079, -0.00942486338, 0.00831256621, -0.00319970795, 0.000313528726, 0.00912825111, 0.0275849663, -0.0134884557, 0.0227353517, -0.0116939498, -0.00817167573, 0.00461232523, -0.0170997139, -0.00206145714, -0.0090170214, 0.0116865346, -0.0131770121, -0.00970664527, -0.00950643234, 0.0302099884, -0.00566900708, 0.0259387679, -0.00502387481, -0.0110265715, 0.00949160103, 0.00332020666, -0.015423852, 0.0103740236, -0.00115122739, -0.00244705356, 0.0117903491, 0.0251379125, 0.00625852449, -0.025241727, 0.00995135121, 0.0232099313, 0.0113157686, 0.0011465929, -0.0129842144, -0.00661445968, 0.0257163085, -0.00274181226, -0.00885388441, 0.0103072859, -0.0100699961, -0.00776383327, -0.00912825111, 0.00401539216, 0.0125467107, 0.00648469198, 0.00863884, -0.00618437165, 0.0131918434, 0.0009088394, 0.0189090502, -0.003262738, 0.02200865, 0.000445614016, -0.0171293747, -0.0194429532, -0.0100922417, -0.0220828038, 0.00836447347, 0.00380776357, -0.0116865346, -0.00341475196, 0.00441952702, -0.00651064515, 0.0202141441, -0.00274737366, 0.00829032063, 0.00460120197, 0.00243593054, 0.00599528104, 0.00890579168, -0.00025907252, 0.00863884, -0.000131737688, -0.0197543949, -0.00829773583, -0.00215414865, -0.00914308149, 0.00786764733, 0.00725217676, -0.00563193066, -0.0135996854, -0.00269732042, 0.00024493708, -0.0123835737, 0.0212967806, 0.017470479, 0.00565788429, -0.00823841337, -0.00985495187, 0.0179450586, -0.0101367338, -0.00636975421, -0.00333874486, -0.0120943766, 0.00869816262, 0.00963249244, 0.0371062309, -0.0106706368, -0.00155258132, 0.00880197715, -0.0230616257, -4.64326076e-05, 0.000743848621, 0.00610651076, 0.00420819037, -0.0127320932, -0.00136997923, 0.00743756, 0.0113528455, 0.0323604271, -0.00725588435, -0.0189535413, -0.00424526725, 0.0332206041, -0.00945452508, -0.0161653832, 0.044966463, -0.0113973366, -0.0127320932, 0.00155721582, 0.0146600753, 0.00790472422, -0.00138295605, 0.0130212903, 0.0158242788, -0.00944711, 0.00405617664, 0.0103962701, -0.00951384753, -0.000182717966, -0.00708162459, 0.01914634, -0.0133698108, -0.0049830908, 0.00320712314, 0.00596191222, 0.00875748508, -0.0162840281, -0.00790472422, -0.00193354301, 0.00484590745, -0.0209705066, 0.0186420977, -0.0249451157, 0.00685545756, -0.0087426547, -0.0219344981, 0.0197543949, -0.0114937359, 0.00308291661, 0.0152458847, 0.00355193531, -0.00960283075, 0.00213004882, -0.025078591, 0.0085943481, -0.00586922094, -0.0131473513, 0.00880197715, -0.0131473513, -0.00453446433, -0.00368726463, 0.0247819778, 0.0150530869, -0.0158539414, 0.0094396947, -0.00507948967, -0.00975855254, -0.0119089941, 0.0183454864, -0.00527599547, -0.014808381, 0.00171386439, 0.00587663613, 0.011330599, 0.0135107012, 0.00623627892, 0.00768226478, -0.00259721349, 0.0265764836, -0.00520184264, -0.00354452, 0.00133104878, 0.0176484473, -0.00315706967, -0.0389748886, -0.00130787597, -0.0213709343, -0.00112156617, 0.00324605359, 0.015586989, 0.0144895231, 0.00358159654, 0.00407100702, 0.00494972197, 0.00273995847, 0.00553182419, -0.0163433515, 0.0194726139, 0.007467221, -0.0115011511, 0.0124428961, 0.0189387109, 0.0103666084, 0.0218306836, 0.00978821423, -0.0211633053, -0.00618807925, 0.0137702376, -0.00495713716, 0.0221569575, 0.0163136907, 0.0313816071, -0.00135792932, 0.0141929099, 0.0029624179, -0.000579784857, 0.00124021119, -0.0115233976, -0.00579877524, -0.00805303082, 0.00116142351, 0.000673866656, -0.0256718155, 0.00477175415, 0.0285934489, 0.0260129198, -0.0323307663, -0.00452704914, 0.004030223, 0.00354637369, 0.00899477582, 0.00146452442, 0.00594708137, 0.0325977206, 0.000696112576, -0.00872040913, -0.00141169038, -0.0143412165, 0.00185382843, 0.00416740635, -0.00218010228, -0.00282708835, 0.0201251619, -0.000133475653, 0.000744775578, 0.00628447812, 0.00387820904, -0.000925987319, -0.00265468238, -0.0209408458, 0.000650230329, 0.00800853875, 0.0302396491, -0.00985495187, 0.00375029491, -0.01726285, -0.00657367567, -0.0174853094, -0.00842379592, 0.0101738106, 0.013258581, 0.001155862, 0.0121240374, 0.0025897983, 0.00568383792, 0.00389303965, -0.0216527153, -0.0102553787, 0.00166844553, -0.00944711, 0.00960283075, 0.00082680746, 0.00144969381, -0.00171293749, -0.0126653556, 0.0188942198, -0.00661816727, 0.0250192676, -0.0245150272, 0.0110488171, -0.0075932811, 0.0065996293, 0.008468288, 0.00621032529, -0.00470130891, -0.0140223578, -0.00477175415, -0.00981787499, 0.00847570319, 0.0166844558, 0.0171293747, 0.00866850186, 0.00484590745, -0.0269472506, 0.00532048754, -0.00372619508, 0.0112342006, -0.00162024598, 0.00668119779, 0.00563934585, -0.000262548449, -0.00567271514, -0.0201103315, 0.00286787259, -0.000748483231, 0.0194726139, 0.0203476213, -0.00587663613, 0.00449738791, 0.0054502557, -0.0144153694, -0.00673681265, 0.00178523676, -0.00710016303, 0.00437874254, 0.01501601, 0.0179005675, 0.00343514397, -0.000443296711, 0.0083422279, 0.0158391092, 0.00453817192, 0.0126356948, -0.00143949781, 0.00362238078, -0.00509432051, 0.00860917941, -0.0139852818, -0.0148825347, -0.00806044601, 6.44205356e-05, 0.0102108866, -0.0144969383, -0.0143560469, -0.0226315372, -0.0079418011, 0.0241146, -0.0038337172, 0.0136738382, 0.0218010228, 0.0181230269, -0.00559485424, 0.0172925107, 0.0145859215, -0.00171757198, 0.000477824273, -4.07262924e-05, -0.0039078705, 0.00334059889, 0.0122871744, 0.00831256621, -0.0275256447, 0.0134143028, -0.0110488171, 0.0153348688, 0.0112861078, -0.00424155919, -0.00803078432, -0.00390416267, 0.0110414019, -0.0141632492, 0.0183899775, -0.0371655524, -0.0150234252, -0.00227650139, -0.0189387109, -0.0191315096, -0.0306993984, -0.00472355494, -0.00120498845, -0.0173518341, -0.0102998707, 0.000305186491, 0.00319043873, -0.0374028422, -0.0119312396, 0.0301358346, 0.00402280781, -0.00190944329, -0.00273068924, 0.00837188866, -0.00729296077, 0.013584855, -0.000706308638, 0.00637346227, -0.0165509805, -0.00738565251, 0.01914634, 0.0119905621, -0.00372619508, -0.00754137384, -0.00279928092, -0.0179302283, -0.00495342957, 0.0180488732, 0.00940261781, 0.00956575479, 0.0293794721, -0.00292904885, 0.0178115834, -0.00413774513, 0.0146600753, 0.0133401491, 0.00163878431, -0.0178560745, -0.00334801408, -0.0243815519, -0.0164619964, -0.00971406, -0.0114714904, -0.00778607931, -0.0214747488, 0.0203624517, -0.0146749057, 0.00516476575, -0.0192798153, -0.00954350829, 0.0138221448, 0.00869816262, -0.0216230545, 0.0102108866, 0.0182713326, -0.00520555, -0.00746351341, 0.00260092132, 0.0210446604, 0.000263707101, 0.0107818665, -0.0151569014, 0.00291977986, -0.00938778743, 0.0239811242, -0.0219344981, -0.0113380142, -0.0105668223, 0.0153645296, 0.028267175, -0.0205700807, 0.0141039267, -0.0131176896, 0.00341660576, 0.00678501185, -0.0212226268, 0.0221717879, -0.0121759446, 0.00748946657, 0.00357418112, 0.0270065721, 0.0197692253, 0.00372248748, -0.01264311, 0.00931363367, -0.00731520681, -0.00733745284, 0.00540205603, 0.00399314659, -0.0131251048, 0.0129619678, 0.00156463112, 0.0067998427, -0.00705567095, -0.0227205213, -0.00438245, 0.0133401491, 0.0114344135, -0.00082680746, -0.0101589793, -0.0140816802, 0.0220383126, -0.00235250825, 0.0147638898, -0.0103591932, 0.0069259028, 0.0127098477, 0.0125837876, -0.0184048079, 0.0380553901, 0.0147193978, -0.0061213416, 0.0461232513, -0.00449738791, 0.0471020713, -0.00627706293, -0.0110488171, -0.0134143028, 0.00616212562, -0.00273625064, 0.00836447347, -0.0214302558, -0.000816611398, 0.00966215413, -0.0213116109, 0.0245446879, -0.0148232123, 0.00695927208, -0.0178560745, 0.00790472422, -0.0135403629, -0.0182713326, -0.0122797592, -0.0216675457, 0.00535756396, -0.00205033412, 0.00941744819, -0.00937295612, -0.0127320932, -0.0123984041, 0.00112434698, -0.00417482154, 0.0184344705, 0.00686658034, 0.00315150828, -0.0158687718, 0.0148306275, 0.00294387946, 0.00156185043, 0.0202586371, -0.0056541767, -0.0165213179, -0.00162488059, -0.0113825062, -0.00326829939, -0.00324790739, -0.00166381104, -0.0106928824, -0.0038374248, 0.0137479911, 0.00208741077, -0.00512027415, -0.00178523676, -0.00783057138, 0.0132734114, -0.00693702605, 0.0059248358, 0.0128136622, -0.002397, -0.0153052071, -0.0171590354, -0.0132511659, -0.00640312349, -0.0215785634, 0.00474950857, -0.00777124893, -0.00634380104, 0.0126060331, -0.0164619964, 0.0186717603, 0.0219641589, -0.0177670922, 0.0233582389, -0.010433346, -0.0215044096, 0.00481624622, -0.00438986579, 0.00731520681, 0.0142967245, 0.00370580307, -0.00773417205, -0.0162840281, -0.0158094484, 0.000493581814, -0.019887872, -0.00750429742, -0.00106502441, 0.00547620934, 0.0203179587, -0.00313111627, -0.0226167068, -0.0167289469, -0.0223200936, 0.0114714904, 0.00202623452, 0.0130287064, -0.0042304364, 0.00826065894, -0.0145785064, -0.000367753208, 0.0110265715, -0.00329054543, 0.00773417205, -0.0187607426, 0.000888447277, -0.0212522894, -0.00261019031, 0.0324197523, -0.00570979156, -0.0169514064, -0.00881680753, 0.0109301722, 0.00669602817, -0.00814943, 0.0146749057, 0.00483478466, -0.00010740618, 0.0182565022, 0.0062511093, -0.0141261723, 0.00783798657, 1.78720638e-05, -0.00601011189, 0.00932846498, -0.0378774218, 0.00751542, 0.0136293462, 0.00343514397, 0.0192649849, 0.0113231838, -0.00305510918, 0.00895769894, -0.00183529011, 0.00188348966, 0.0297057461, 0.00260833651, -0.00656626, 0.0180192124, 0.0038374248, 0.00348890503, -0.0183454864, 0.00580989802, -0.0158391092, 0.0224535689, -0.00837188866, -0.0273773372, 0.0116272122, -0.00970664527, -0.00687770359, 0.0113380142, 0.013421718, -0.00542430207, -0.00743014412, -0.00076053309, -0.0254196953, 0.000128145883, -0.0012476265, -0.0144895231, 0.0129100615, -0.018820066, -0.0122575136, 0.0016304421, 0.000721602701, 0.0130361216, 0.0061732484, 0.016610302, 0.00800853875, -0.00117810792, 0.00857210252, -0.00568383792, 0.0224832315, -0.0119831469, 0.0104852533, 0.0105445758, -0.0298837144, -0.00975113735, -0.0116494577, 0.00203179591, 0.00289753382, 0.00378922536, -0.00900219101, 0.0133698108, 0.00935071055, 0.0133401491, -0.00413774513, 0.017470479, 0.0243963823, -0.00273625064, -0.00389303965, 0.00149140495, -0.000734116067, 0.0264133476, 0.00760069629, 0.00272883545, -0.0134958709, -0.00794921629, 0.00920240395, 0.00583955972, -0.00828290544, -0.0207183864, 0.0150530869, 0.00831256621, -0.00704454817, 0.015179147, -0.00641424628, 0.00360198854]
|
16 Nov, 2020
|
HTML5 MathML subscriptshift Attribute
16 Nov, 2020
The MathML subscriptshift attribute in HTML5 is used to define the minimum amount by which the subscript is shifted below the baseline of the expression. The length value can be specified using any CSS length unit. This attribute is accepted by the <mmultiscripts>, <msub>, and <msubsup> tags.
Syntax:
<element subscriptshift="length">
Attribute Values: This attribute has a single value as mentioned above and described below:
length: This value holds the amount by which the subscript would be shifted below the baseline.
The example below illustrates the MathML subscriptshift attribute:
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>
HTML5 MathML subscriptshift Attribute
</h3>
<math>
<mfenced>
<mrow>
<msub>
<mi>x</mi>
<mn>2</mn>
</msub>
<mo>+</mo>
<msub subscriptshift="15px">
<mi>y</mi>
<mn>2</mn>
</msub>
<mo>=</mo>
<msub subscriptshift="25px">
<mi>z</mi>
<mn>2</mn>
</msub>
</mrow>
</mfenced>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML subscriptshift attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute/HTML5 MathML scriptsizemultiplier Attribute/HTML5 MathML selection Attribute/HTML5 MathML separator Attribute/HTML5 MathML rspace Attribute/HTML5 MathML stretchy Attribute/HTML5 MathML subscriptshift Attribute
|
https://www.geeksforgeeks.org/html5-mathml-subscriptshift-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML subscriptshift Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, HTML5 MathML stretchy Attribute, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, HTML5 MathML rspace Attribute, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML separator Attribute, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, HTML5 MathML subscriptshift Attribute, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, HTML5 MathML selection Attribute, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, HTML5 MathML scriptsizemultiplier Attribute, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0249397233, 0.00399452401, -0.0132896081, 0.0409039259, 0.0609668568, -0.0318450406, 0.0327064693, 0.0383752175, -0.0216468461, 0.045155488, -0.00846144371, 0.0172702372, 0.00847533811, -0.0149360467, 0.0089824684, -0.00723877223, -0.00235850597, 0.0154362302, -0.0255788472, 0.0107192183, 0.00455375761, -0.011240243, -0.0213828608, 0.0261346083, -0.0575211458, 0.0120599894, -0.00796126, 0.00957296323, 0.00657533389, 0.00865596, -0.0107122716, -0.010726165, -0.00620366959, -0.0107470062, -0.0226611085, 0.0106844837, -0.0205631144, 0.0231196098, -0.0415430516, -0.0350962356, -0.0283854343, -0.0128588937, -0.00830861, 0.0296775773, 0.00846144371, -0.0355130546, -0.0329009853, -0.0153667601, -0.0189792, -0.0339291394, 0.0364856347, 0.0100106243, 0.000119618628, 0.0227027908, -0.0191042461, 0.011900208, 0.0229112, 0.0314004309, -0.00468922406, -0.0363744833, -0.00105854892, -0.076305829, -0.0127477422, -0.0287883617, -0.0459335521, 0.00436966214, -0.030761309, 0.00291079236, -0.0443496369, 0.0104135508, -0.0298165176, 0.00533529464, 0.0109345755, 0.0106844837, -0.0196183231, -0.0268015191, 0.0133382371, -0.0172841325, 0.0137828449, 0.0116709573, 0.0268987771, 0.0143386042, -0.0291773938, -0.00816967, 0.0221331362, 0.0214801189, 0.00906583294, -0.0342625938, -0.00755138695, -0.00741244713, -0.0300666094, 0.0110318335, 0.00582853146, 0.0120113604, -0.0422933251, 0.018812472, 0.0223415457, 0.00913530309, 0.000485855708, 0.00809325278, 0.0211327691, 0.0140537778, -0.0203824937, 0.0123517634, 0.0155057, 0.00524498383, 0.00311051845, 0.00507130893, 0.0463781618, 0.0373470634, 0.0325397402, -0.0337068364, -0.017617587, 0.0248424653, -0.00170722487, -0.00371664413, -0.0349572971, -0.06191165, 0.0181733482, -0.000764169788, -0.0213689674, 0.0163254458, 0.0140468301, 0.0305390041, -0.0194793828, 0.000631742645, -0.0614670403, -0.0398757719, 0.0188263655, -0.00711025298, -0.0182011351, 0.0176592693, 0.00418556668, -0.0430158153, -0.00674900878, 0.0302611254, -0.0146998484, 0.0356519967, -0.0280658733, -0.0226194263, -0.0395978913, 8.6077649e-05, 0.052435942, 0.0482121669, -0.0384030081, -0.00779453199, -0.00974663906, 0.0402092263, -0.0125532262, -0.00666217133, -0.00970495678, 0.00653017825, -0.0179371499, -0.0305667929, 0.0147971064, -0.000128085288, -0.0155057, 0.0161726121, 0.00299762981, 0.00982305594, -0.00327203609, -0.0126921656, 0.0446830913, 0.0557149276, 0.00313483295, 0.0281770248, -0.0317061, -0.0205353275, -0.00431061257, 0.037624944, 0.00164383347, -0.026120713, 0.00926034898, 0.00618282845, -0.00915614422, 0.00766948611, 0.0123795513, -0.0314004309, -0.00749581121, -0.00647807587, -0.0420710221, -0.00382432248, 0.0255649537, -0.00510604354, -0.021355072, -0.0139148375, 0.031372644, 0.00812104065, 0.0100939889, -0.00186874252, -0.0226611085, 0.00691573694, 0.0281492379, 0.010774794, 0.0282881763, 0.017423071, -0.0109415222, 0.0060716765, 0.0337068364, -0.0163671281, 0.00602652086, -0.0314560086, 0.00427240413, -0.0035012872, 0.0245645866, -0.019423807, -0.00166120101, 0.00816272292, 0.0371247604, -0.00199726201, -0.00114625471, 0.0164504927, -0.00709288521, 0.0185068026, -0.00082539022, 0.018937517, -0.0220775604, -0.0331232883, -0.0176453758, -0.000474566827, 0.0406260453, -0.00223867013, -0.0159780961, -0.0286216326, -0.0421821736, -0.00112280855, -0.0322618596, -0.0229250938, -0.0151305627, 0.00763475103, -0.0290384535, 0.0390421301, -0.00556801911, 0.0138870496, 0.0208271015, 0.0399591327, -0.00308967754, -0.00588410767, 0.0159919895, -0.00479690218, -0.0471006483, -0.00834334455, 0.0320395567, -0.0373748504, 0.0146998484, -0.0135674877, -0.0219941959, -0.00609251764, 0.00855870172, -0.0251898151, 0.00804462377, -0.0413763225, 0.00619672239, 0.00264159613, -0.023994932, 0.0037235911, -0.000290471362, -0.0258289389, 0.00201289286, 0.0117404275, 0.024189448, -0.0268015191, -0.0140259899, 0.00167856843, 0.0497682951, 0.0283437539, 0.0455167331, -0.0137897916, -0.0180066191, -0.0128172114, 0.0400147103, -0.0573544167, 0.0312892795, -0.0235225372, -0.0531862192, -0.00228903606, 0.000343659311, -0.0135952756, 0.0558260791, -0.0374026373, -0.00438355608, 0.0265375338, 0.0355686322, 0.0193821248, 0.0166311134, -0.0206186902, 0.0156446397, 0.00634608278, -0.0248841476, -0.0300666094, 0.00175238028, -0.0186596382, 0.0407371968, 0.00941318274, 0.0121780876, -0.00173674955, 0.00136248, 0.00141805608, 0.00748191727, -0.0266625788, -0.0128797349, 0.0195766408, -0.0167839471, -0.0503240563, -0.0131298266, -0.0117126396, -0.000478474511, 0.0204380695, -0.0197016876, -0.0164504927, 0.0466004647, -0.034179233, -0.0181733482, 0.0032216704, -0.0123100812, -0.0263569113, 0.0218691509, -0.0564374141, 0.00243318616, -0.0170340408, -0.0215773769, 0.034401536, -0.0210494045, 0.0179788321, 0.0242450237, -0.0227861553, -0.0464615263, -0.0198545214, -0.0352629647, -0.0126713254, -0.082752645, -0.0431825407, 0.018617956, 0.00581811089, 0.00751665235, -0.0544922538, 0.0472673774, 0.00894773379, -0.00335540017, 0.00785010774, -0.0222026072, -0.0379861854, -0.0223276522, 0.0256761052, 0.0193543378, -0.00690878974, -0.0106705893, -0.00298547256, 0.010879, 0.0358187221, 0.000911793555, 0.0286216326, 0.0285660569, -0.0170618277, 0.00276316865, -0.0224249102, -0.0108373174, -0.00803073, -0.0216329526, 0.00446344633, -0.00905888621, -0.00796820689, -0.0122545054, -0.0516856685, -0.000237500499, -0.0538531318, -0.0144358622, -0.0389309786, 0.0352629647, -0.0205909032, -0.0330955, -0.0244951155, 0.0400424972, 0.00260859798, 0.00712762028, 0.014783212, 0.0172424503, -0.0232446566, -0.0164782796, 0.0216746349, -0.0103162928, 0.0641346872, -0.00205631158, -0.0407927744, 0.00914225, 0.0044981814, -0.00198510475, 0.00501920609, 0.0165616442, 0.0287883617, -0.024286706, 0.045350004, -0.0304556414, -0.0618005, 0.00877405889, -0.0251898151, -0.0352907516, -0.00526235113, 0.0194654893, -0.0143247107, 0.0342625938, -0.00878100563, -0.00648849644, 0.0152556086, 0.0268432014, 0.0150888804, -0.0409039259, -0.0171729792, 0.0272739157, -0.021257814, -0.0116779041, -0.00659270119, -0.00682542566, -0.0452110656, 0.0317616761, 0.00670732697, 0.000236632128, 0.00898941606, -0.0329843462, 0.00555412518, 0.0608001277, -0.0272600222, 0.0111499326, -0.000879229454, 0.00352733838, -0.0261623953, -0.0417931415, -0.00555759855, 0.0504629947, -0.0268154126, -0.0406816229, 0.0168256294, -0.00498099765, 0.00782926753, -0.0328731947, 0.0362911187, 0.0149082588, -0.0142969228, -0.0355408415, 0.0143108163, -0.0355130546, -0.00958685763, -0.0438772403, 0.014685954, -0.0120391482, 0.000442871155, 0.0132409791, 0.0150055159, 0.0213967543, 0.0472951643, -0.0204241741, -0.0108581586, -0.0320673436, -0.012900576, 0.0355408415, -0.0387086757, 0.0264402758, -0.0151583506, 0.0250091944, -0.0112749785, -0.00798210129, -0.00946181174, 0.0291218162, -0.0123587102, 0.0527694, -0.0366523638, -0.0410428643, 0.0228417311, -0.0298165176, 0.0117473742, 0.00188437325, 0.0155473826, 0.00511993794, -0.0157557931, 0.021758, 0.0136022223, -0.025703894, 0.00189653051, 0.00768338, 0.00130169385, 0.0364022702, -0.00894078705, -0.00508520287, -0.018617956, 0.000582245295, -0.0185762737, -0.00674553541, 0.024286706, 0.00363328, 0.0165338553, -0.00204241741, 0.00475174701, 0.0247035269, -0.0177982096, 0.0209243596, 0.0122058764, -0.000518419722, -0.00724571943, 0.0121641941, -0.00853091385, -0.0176592693, 0.0591328479, 0.00183574425, 0.0230223518, 0.0125671197, 0.0168951, -0.0549646504, 0.0441551208, -0.011851579, 0.0325675271, 0.0156168519, -0.0196738988, 0.00377569348, 0.0261485018, -0.0154501246, -0.00171243504, 0.030761309, -0.00359507161, -0.0015734951, -0.00789179, -0.00380348158, 0.00291252905, -0.00489763403, 0.0201046132, -0.0142413462, 0.0308446717, 0.0312059168, -0.00839892123, 0.0109206811, -0.00162299245, -0.0215495881, -0.00106636423, 0.0045294431, 0.0037027502, -0.0237587336, 0.01890973, -0.024161661, -0.00225603767, 0.00229598302, 0.0305112172, -0.0164227039, -0.0164782796, -0.0146303782, -0.00257907319, -0.0442384854, 0.00209104642, 0.00541171152, -0.0167561602, -0.0259678792, -0.00199899869, 0.00183921785, 0.00542213209, 0.00464406842, -0.00513730524, -0.00540129142, -0.00994115416, -0.0307890959, -0.0109345755, -0.00221609254, -0.0131715089, -0.0182150304, 0.00889910478, 0.0286494214, 0.0271071866, 0.00734297698, -0.0154779125, -0.0286494214, 0.023994932, -0.00347697269, 0.0231335051, -0.00622798409, -0.00656491332, 0.0648016, -0.0181872416, 0.00357423071, 0.0234530661, -0.0230362471, 0.0221331362, 0.00524498383, -0.0120669361, -0.0221053492, -0.0168812051, 0.0165199619, 0.0246062689, 0.0106983772, 0.0128727881, -0.0212717094, -0.0287049972, -0.048767928, 0.00858649, 0.0340680815, 0.0249536186, -0.01488047, 0.0145748025, 0.0101078823, 0.0179371499, -0.0348461419, -0.0117890565, 0.0270238239, -0.0236614756, 0.00635303, 0.0442107, -0.00771811511, 0.00548812887, 0.00580769079, -0.00197468419, 0.0128658405, -0.00568959164, 0.0151305627, -0.0137828449, -0.00966327451, -0.0197572634, 0.000872716657, 0.0161170363, -0.0341236554, -0.00193300226, 0.00124438107, 0.0173119195, 9.09622613e-05, -0.0207020547, 0.0366523638, 0.00677679665, -0.012754689, 0.0106150135, 0.0380973369, 0.0070685707, -0.00742634106, -0.00024401331, 0.0031226757, -0.0235086419, -0.00398410344, -0.00869069528, -0.0126365898, -0.017325813, 0.0572432652, 0.0402925909, -0.0447386689, -0.0101565113, -0.0160753541, 0.00639818562, 0.00743328827, 0.0268154126, -0.0139356786, 0.0330677107, -0.00540823815, -0.00492889527, 0.00402231188, 0.0251064524, 0.0166727956, 0.00301499735, -0.0350684486, -0.00612030551, 0.0116640106, 0.000932634517, 0.0264402758, 0.0273711737, -0.00522414269, 0.0100453598, 0.0239532497, -0.0104969144, -0.0425989926, -0.0372637, 0.00630440097, 0.0236892644, 0.00946181174, -0.0330121368, -0.0272600222, -0.0109484689, -0.0226611085, 0.0197989456, -0.00530750677, -0.0346794166, 0.0203824937, 0.0288995132, 0.0180760901, -0.0139634665, -0.0019764211, 0.0349850841, -0.00600568, 0.0396812558, -0.00137290056, 0.00135292788, 0.0273433849, 0.00199899869, 0.0218830444, -0.011948837, 0.0159086268, 0.0119557837, -0.017325813, -0.0112055084, 0.0300666094, -0.0180760901, 0.0247035269, 0.0227444731, 0.0198128391, -0.0115250703, 0.02096604, 0.0127616357, 0.0216190591, -0.044516366, -0.0012113828, 0.00340402918, -0.00532140071, 0.0247313138, -0.00594315724, 0.0207298435, 0.0130534098, -0.0124907028, -0.0100731477, -0.00515119918, -0.00955212303, 0.0514355749, 0.00567222433, 0.0502684787, -0.0136994803, 0.0337624103, -0.00666911853, 0.0118932612, -0.0376527309, 0.00175585377, 0.0024227656, 0.0267320499, -0.0250091944, -0.00596052455, 0.0150610926, 0.0101565113, 0.0135744344, -0.0156307463, -0.0196877923, -0.00444260519, 0.00936455373, 0.00785010774, 0.0203685984, -0.00572432671, 0.00950349402, 0.0272878092, 0.011483388, 0.00769032724, -0.00960769877, -0.0276907347, -0.0123239746, 0.0283576474, 0.00648154924, -0.0109276287, 0.00530750677, -0.0140815657, 0.005693065, 0.000731605745, -0.0158252623, 0.0367913023, -0.00340576586, -0.0194793828, 0.0310947653, -0.0135674877, 0.0203824937, -0.010066201, 0.00131732458, -0.00476216711, 0.0321229212, -0.00932981912, -0.0222998653, -0.00451207533, 0.0127755301, -0.00279616681, 0.0232168678, 0.0123031344, -0.0191042461, -0.0154501246, 0.00695741875, -0.0191737153, -0.00874627102, -0.0349572971, 0.0307335202, -0.00566180376, 0.0269126706, 0.0176314823, -0.0467671938, 0.0116431694, -0.00678027049, 0.0171174034, 0.00682195229, 0.0243700705, -0.0216051657, 0.025995668, 0.00848923158, 0.000290471362, 0.0144358622, 0.00329635059, -0.0118654734, 0.0281214491, 0.0218552575, 0.0401814394, 0.0255232714, -0.000359941361, 0.0355686322, 0.00240192469, -0.00653712545, -0.00339708221, 0.0217163172, -0.014977728, 0.0372637, 0.0214801189, 0.00577642908, -0.0115111759, 0.0184512269, 0.00200941926, 0.000844928669, -0.00935065933, -0.0365967862, 0.00373748504, -0.0407371968, 0.00907972641, -0.0116362218, -0.00709635857, 0.0267181564, 0.0192153975, 0.0161309298, -0.00475174701, 0.0154779125, 0.0133382371, -0.00878795329, 0.00209973031, 0.0110735158, -0.0101773525, 0.0156724285, 0.00186179555, 0.0138384206, -0.0091839321, 0.022549957, 0.00581116416, 0.00851007272, -0.0199100971, -0.00895468052, 0.0313170701, -0.0197850503, 0.0246618446, 0.00438355608, 0.00345613156, -0.0186874252, 0.00441481732, -0.024286706, -0.00581116416, -0.0266625788, -0.000119618628, -0.0209243596, -0.00418209285, -0.0133521305, -0.0120391482, 0.0294274855, 0.0286772083, 0.0385697335, 0.0353463292, 0.0092325611, -0.017520329, 0.0010377079, -0.00930897798, -0.0431269668, 0.0149221523, 0.00169246248, -0.0169645697, 0.00782232, 0.026217971, 0.0163949169, -0.0147554241, 0.0312614925, 0.0145748025, 0.0470172837, -0.0192431845, 0.0218413621, 0.00464059506, 0.020743737, 0.00849617925, 0.00791957788, 0.00646070857, 0.0201601889, 0.012435127, -0.0221887119, 0.0146720605, 0.00138418947, 0.0209938288, 0.0031226757, 0.0130811976, -0.00363328, -0.0214662254, 0.00653017825, 0.038680885, -0.029344121, -0.0343181714, 0.0200490374, -0.0283298586, 0.00553328404, -0.0070685707, 0.0242589172, -0.0369024538, -0.0111151971, 0.0124003924, 0.0141024068, 0.0142969228, -0.00231335033, 0.0216746349, 0.00928813685, -0.0245645866, -0.00335887377, -0.0381807, -0.00681500556, -0.0184651222, -0.00771811511, 0.0288439374, 0.0192431845, 0.0375415795, -0.00453639, -0.013657799, -0.013755057, -0.00985084381, 0.00805157144, -0.0191181395, 0.0294274855, -0.0144914389, -0.0134841241, 0.00755138695, -0.00936455373, -0.0118724201, -0.00935760699, 0.0271071866, -0.0437938757, 0.00605083536, -0.0112610841, -0.012046095, 0.0104274442, 0.0219108332, 0.00278921984, 0.00497752428, 0.0198823083, -0.0192570798, -0.00435229437, -0.0593551546, -0.0304556414, 0.00148665765, -0.0824191868, -0.00787094887, 0.0240227208, -0.00595705118, 0.0223276522, -0.000113431459, -0.0154362302, 0.00144671241, -0.0404871069, -0.00396326231, 0.0121086184, 0.01360917, -0.00246965792, 0.00445302576, -0.0177565273, -0.0215079077, 0.0119905192, -0.0175759066, -0.00882963464, 0.0297331531, 0.0221470315, -0.0149499401, -0.00373748504, 0.0103440806, -0.0181038771, 0.0259817746, -0.0154362302, -0.018520698, -0.0202991292, 0.00930897798, -0.011580646, -0.0062522986, -0.00535266241, -0.0314004309, 0.0095660165, 8.21156937e-05, 0.0165199619, 0.0187568963, 0.0108373174, -0.0182150304, 0.00305494247, 0.0161031429, 0.0145192267, -0.00575906178, 0.0359298736, 0.0383196436, 0.0204936452, 0.0151861385, 0.0202574469, -0.0126157487, -0.0228278358, -0.0136369579, 0.0391810723, -0.00580421695, -0.0102676637, -0.0160892475, 0.0170479342, 0.0221331362, 0.0306779444, -0.0245506912, -0.0313448571, -0.0354574807, -0.0269682482, 0.000530142803, -0.0124212326, 0.0162142944, -0.041709777, 0.0102954516, -0.0176453758, 0.00686016073, -0.0140885124, 0.00544644659, 0.0133521305, -0.0017749581, 0.0224943813, 0.000738552772, -0.0134146539, -0.0147693185, 0.000249874836, -0.017298026, 0.0285938457, 0.0439606048, 0.00310009811, -0.014977728, -0.00119488372, -0.0552147441, 0.000216550965, -0.00825998094, -0.00174630166, -0.0129908873, 0.0129075227, -0.000682976795, 0.0370691828, -2.79779506e-05, 0.017492542, -0.010017572, 0.00782232, 0.00296289474, -0.0168673117, -0.0435993597, -0.026120713, 0.00454681041, 0.0152972899, 0.0229945648, -0.000558799191, 0.0055020228, -0.0189653058, -0.0132757137, 0.0045224959, 0.00829471555, 0.0131298266, -0.015074986, 0.00597094512, 0.00554370461, 0.010823423, -0.022160925, 0.0106844837, -0.0168673117, 0.0254954845, -0.0205631144, 0.0298720933, 0.0172146615, -0.00355338957, -0.00273711723, 0.0109554166, -0.0216329526, -0.0207298435, -0.0208826773, -0.00288126757, 0.00451902254, 0.0184373334, 0.00154049683, -0.0120669361, 0.0268570948, -0.0312337037, 0.02457848, 0.00107591634, -0.00706162397, 0.0195071716, 0.000516248809, 0.00444955239, -0.0245506912, 0.00876016449, 0.000718580151, 0.0141024068, -0.000332587544, 0.00700952113, -0.0140954591, 0.0142066116, 0.0112194018, -0.0175898, -0.012435127, -0.012094724, -0.00807935931, -0.0368190892, 0.00576253515, 0.00510604354, 0.00862817187, 0.0231057163, 0.0810853615, 0.00250612968, -0.0170757212, -0.0248146784, -0.007843161, -0.011094356, 0.00967716891, 0.0158391558, 0.0140607245, 0.0180899836, -0.0132062435, -0.0123170279, 0.0364578478, 0.0418209285, -0.0117404275, -0.0137411626, 0.00847533811, -0.00366454152, 0.0183539689, -0.0121086184, -0.0182567108, 0.0128727881, 0.017395284, -0.00815577619, 0.0126157487, 0.0024713946, -0.0107539538, 0.00522761606, -0.0113236075, 0.00327377301, 0.00473090587, -0.0152972899, 0.0181872416, -0.00837113336, -0.0234530661, 0.0426545702, -0.0250647701, 0.00373748504, -0.00704772957, -0.00814882945, -4.39614741e-05, 0.0036992766, -0.00443565845, -0.0105247023, -0.00994115416, -0.0138592618, -0.0176731646, 0.024898041, -0.00951738749, -0.000249223551, -0.0198267326, -0.00864206627, 0.015394548, 0.0041265171, -0.00132166641, -0.00511299074, 0.00712762028, -0.0185762737, -0.0113652889, -0.0335123204, 0.0087949, -0.0158391558, -0.00198510475, -0.00208062609, -0.0100870412, 0.0348739326, -0.00209452, -0.0131854024, 0.00186700583, 0.00888521, 0.00265549, 0.0136647457, 0.02277226, 0.00769032724, -0.0258428343, -0.0290662404, -0.0200073551, 0.00294205383, 0.0240088254, -0.0185623802, -0.0132270847, 0.00524151, -0.00582158472, 0.0275795832, -0.0135952756, 0.00587716047, -0.0058493726, -0.0129561517, -0.0160892475, -0.00960769877, 0.0102607161, -0.0178259984, -0.0369024538, -0.00120443583, -0.0198823083, -0.00464059506, 0.0168673117, -0.000114842565, -0.0058736871, -0.012851947, -0.00324077462, 0.0198962037, 0.0268709902, 0.0141927171, 0.00102815579, -0.0088365823, 0.00302194431, -0.0220080912, -0.0417653546, 0.0107678473, -0.00400494458, 0.0171174034, -0.012143353, 0.0134493886, -0.00778758526, -0.00763475103, -0.00935760699, -0.00888521, 0.0104899677, -0.0138592618, -0.0122545054, 0.00442871125, 0.0261762887, -0.0215218011, 0.00400147121, -0.00632524211, -0.015589064, -0.0315393731, 0.0143108163, 0.00938539486, -0.0212439205, 0.0307335202, 0.0162420813, 0.0171729792, 0.00503657386, 0.0230779275, 0.00690878974, 0.00658922782, -0.00578337628, 0.0312337037, 0.0405426808, 0.04168199, 0.0258845165, -0.0325119533, -0.00993420742, 0.0264680628, 0.0204241741, 0.0354852676, 0.0103579741, 0.00465101516, -0.0220358782, -0.0424044766, 0.0112332962, 0.0322062857, 0.0122197699, -0.0406816229, 0.00192084501, 0.00866290648, -0.0145053323, -0.0343459584, 0.0124212326, 0.0152000319, -0.000968237873, -0.00793347228, -0.00672122091, 0.00163080788, 0.0140537778, -0.0164227039, 0.00472395867, -0.02589841, 0.0139843076, 0.00186874252, 0.0148387887, 0.0307890959, 0.0181594528, 0.00321819703, -0.00588758104, 0.0102607161, 0.0183678642, -0.0202018712, 0.0040952554, -0.00163601805, 0.015491806, -0.0131715089, -0.0238143094, 0.0284826923, -0.00814882945, -0.0108859465, 0.00909362081, -0.0437105149, -0.0197294746, 0.0119210491, 0.00271975, 0.00502268, -0.0281770248, 0.00183574425, 0.00370622356, -0.0119905192, 0.0140120955, -0.0173119195, -0.00584242539, 0.0366801508, 0.031983979, 0.0227861553, 0.00427587749, -0.00658922782, -0.00683237286, 0.00436966214, 0.0113930777, -0.0192570798, 0.029538637, -0.00281006075, 0.011948837, 0.0126435366, -0.0110874092, 0.0181177724, 0.0359020866, 0.00853786059, -0.00811409391, 0.0184512269, -0.0189236235, -0.00459891278, 0.0235920064, -0.00326682604, -0.0107470062, 0.0161865056, -0.025703894, 0.00469269743, -0.0298443045, 0.0102120871, 0.00770422118, 0.0369858183, -0.0125115439, 0.00446691969, 0.0105455434, 0.0153111843, 0.0345404744, 0.001411109, 0.0144219687, -0.0153528666, -0.0153806545, 0.00850312598, -0.00102207717, -0.020938253, -0.0319561921, -0.000259644061, -0.0115250703, 0.00975358579, -0.00453986321, -0.00687405467, -0.0109345755, 0.0127269011, 0.022577744, -0.0428490862, -0.00928813685, 0.0132270847, 0.00778758526, -0.00630092761, -0.0294830613, -0.00395284221, 0.0243978575, 0.0346794166, 0.000884439738, -0.0298998803, 0.0113930777, 0.0204519629, -0.00255475868, -0.00289863511, 0.0167422667, -0.0200212486, -0.0111499326, -0.0177426338, -0.0157696865, 0.0258150455, 0.0303722769, 0.00734297698, 0.0253148619, 0.0216746349, 0.00525540439, -0.00780147919, -0.00757917529, 0.00838502683, 0.0107122716, -0.0128797349, 0.00455028377, -0.0121086184, -0.0129353106, 0.00201983983, -0.0323174372, 0.00486289896, 0.0346794166, -0.022258183, 0.00407788809, -0.0161031429, 0.00109154708, 0.0143386042, -0.00835029222, -0.00651975814, -0.0238004159, -0.00322688068, 0.0202157646, 0.00876711216, 0.0383752175, -0.00913530309, -0.0126713254, -0.00498447148, -0.015074986, 0.0113583421, 0.0310391877, -0.0108998399, -0.0179232564, -0.00197815779, -0.0296220016, -0.0146164848, -0.00233419146, -0.00864901301, 0.00651628431, -0.0220080912, 0.00156133785, -0.0241338722, -0.0165477507, -0.00475174701, -0.0256483182, -0.0279547218, 0.00114017609, -0.0194793828, 0.00616893452, -0.00177843159, 0.0247174203, -0.00891299918, -0.00182532379, 0.0132618202, -0.0221470315, 0.0306779444, -0.00546728773, 0.00719709042, -0.00275448477, -0.00926729571, 0.0249814056, -0.0109276287, -0.0247174203, 0.0225221682, -0.0255510602, 0.0261901841, -0.00976747926, 0.00417514611, -0.0035256017, 0.0182706062, -0.0461002812, 0.0162004, 0.000149251922, -0.0177982096, 0.0457112491, -0.0158530492, -0.0118585257, 0.0145192267, 0.0339569263, 0.00251655024, 0.00796126, 0.00725961337, -0.0430158153, -0.0223971233, -0.00266243704, -0.00313135958, 0.00116970087, -0.0618560724, -7.40832256e-05, -0.0169367827, 0.0255093779, 0.000110283596, -0.00628703367, 0.00483163726, 0.0225221682, -0.00240366138, -0.0157418977, -0.00847533811, 0.00169680431, -0.0395978913, -0.000950002, -0.0180344079, -0.014220506, 0.0092325611, 0.0205075387, -0.0109623633, -0.00380695518, -0.0156585351, -0.0092047723, 0.0114139179, 0.00493931584, 0.00700604776, -0.0189653058, -0.00942012947, 0.00357423071, 0.00559580699, 0.00604041526, -0.0254538022, 0.00607515, 0.00662743626, 0.00353081198, -0.000231204787, 0.0099619953, 0.0568264462, -0.00256691594, 0.0127130067, 0.0268015191, -0.00203894405, -0.0232585501, 0.00581811089, 0.000110392146, -0.00323209097, 0.0374582149, 0.00851007272, -0.0450165495, -0.00107852148, 0.0162281878, -0.0221887119, -0.0242033415, 0.0320951305, 0.0163393393, 0.0191181395, -0.0199100971, 0.0162837636, 0.00153181318, -0.00584589923, 0.0221192427, -0.0209104642, 0.0100245187, -0.00946875848, 0.0114764413, 0.00687405467, -0.0107817417, -0.0112958197, -0.0105177555, -0.00604041526, -0.00288474094, -0.0182289239, 0.0155473826, 0.0321229212, -0.0164643861, -0.000804115, -0.0169784632, 9.27532819e-05, 0.00375832617, -0.0317338891, -0.00127911603, 0.0137689505, -0.00401189132, 0.0302611254, 0.0425712056, 0.00933676586, 0.00924645457, -0.000456765149, 0.00988557842, 0.014977728, 0.00869764201, 0.000963896, -0.0164088104, -0.00643292, -0.0171312969, 0.0261901841, 0.00682195229, -0.00288821454, 0.00606125593, -0.00830861, 0.000281787623, -0.00118706829, 0.0154223358, -0.0215773769, 0.0125254383, 0.0218413621, -0.025703894, -0.0269960351, 0.000565746159, -0.00191216124, 0.0255232714, -0.0308168847, -0.0221053492, -0.0135674877, -0.00440439675, -0.000230987687, -0.0119349435, -0.0134354951, -0.00311746541, 0.0284410119, -0.017909361, 0.052213639, -0.0113305543, 0.0114000244, -0.00333629595, -0.00697131269, -0.00809325278, 0.0159225203, 0.0211744513, -0.00629050704, -0.00535960915, -0.0144636501, -0.00148492085, 0.0154640181, -0.0168673117, -0.0167839471, 2.20825e-06, 0.0133382371, -0.0194377, -0.0126435366, 0.0157974735, -0.000737684371, 0.00942707714, 0.0197016876, 0.00591884274, -0.00998283643, -0.0215912703, -0.00672816765, -0.00273711723, 0.00737771206, 0.0282603893, 0.00214314903, 0.000119510078, 0.00609251764, -0.0237587336, 0.0176731646, -0.0023724, 0.0230223518, -0.00760696316, -0.0267598368, -0.0124629149, 0.0189514123, 0.0181038771, -0.0101842992, -0.0136369579, -0.0123726036, -0.0066552246, 0.00267806789, -0.00182011351, -0.0194654893, 0.0207854193, 0.00615504058, 0.0171312969, 0.00880184676, 0.0335401073, 0.00688100187, -0.0165755376, -0.0112194018, 0.00396673614, -0.00717624929, 9.23326661e-06, 0.012900576, 0.00945486501, 0.00334324292, -0.00493584247, -0.0123656569, -0.000818009, -0.00650239037, 0.00959380437, 0.0210910868, -0.00276490534, 0.0108998399, 0.0203408115, -0.0088226879, -0.00995504856, 0.0158530492, 0.0068775285, 0.0282048136, 0.00501920609, -0.00622798409, -0.00878795329, 0.00694699818, -0.000228382574, 0.0104552321, -0.00653365208, 0.00545686716, -0.00326335244, -0.00416819891, 0.0192153975, 0.00591884274, -0.00873237662, 0.0101842992, -0.00444607902, -0.00583895203, -0.00946875848, -0.00380348158, -0.00285521639, -0.0101078823, -0.0135049643, 0.0283993296, 0.0211327691, 0.0150055159, 0.0112471906, 0.00678027049, -0.0011349658, -0.00191042456, -0.0144219687, -0.00943402387, 0.000907451671, 0.0162837636, 0.00962854, 0.00552633731, -0.0289550889, 0.000729434832, 0.00142673973, -0.00878100563, -0.00732213631, 0.00663785683, 0.00042810876, -0.0278574638, -0.003225144, -0.0234530661, -0.0139356786, -0.00633218884, -0.0384030081, 0.0131367734, 0.0188819412, -0.0292607564, 0.0112749785, 0.0190764572, 0.00537697691, -0.0134771764, 0.00921172, 0.0237309467, -0.00461628055, -0.00873237662, -0.0081002, 0.0138731552, -0.00894078705, -0.0137481093, 0.00633566268, 0.00907278, 0.00289863511, 0.0118654734, -0.0305112172, -0.0101287235, 0.0136022223, 0.0169923585, 0.0100036776, 0.0126713254, -0.0103023984, 0.0165894311, -0.0214940123, -0.00768338, -0.00387295149, -0.00131645612, -0.00993420742, -0.00359854521, -0.00691573694, -0.012386498, -0.0084267091, 0.0018513751, 0.0187568963, 0.00301673403, -0.00958685763, -0.00362980668, -0.00925340131, -0.000900504645, 0.00929508358, 0.0104413386, 0.0177565273, 0.0162976589, -0.0207854193, -0.0108373174, -0.0138384206, -0.00848228484, 0.00335713685, 0.0126991132, -0.00422377512, -0.00307404669, 0.010580278, -0.0146998484, -0.0102190347, 0.000439397641, -0.00268501486, -0.0181038771, 0.0058493726, 0.0189514123, 0.000287214963, -0.0152972899, 0.0128727881, -0.00464406842, 0.048990231, 0.000634781958, 0.0213411786, -0.0173119195, 0.00182358711, 0.0115736993, 0.00504004722, -0.01228924, -0.00761391036, 0.0102885049, -0.000403794285, -0.0272600222, -0.00767643331, -0.012386498, -0.0180066191, -0.022063667, -0.00174717011, -0.00957296323, 0.00935760699, -0.0168951, -0.00582853146, 0.0202018712, 0.0174091775, 0.0076278043, 0.0115250703, -0.0163393393, -0.0119696781, -0.00846144371, 0.00951044075, -0.00259644073, -0.00427587749, 0.0172563437, -0.028024191, -0.0244256463, -0.00216920022, 0.0100731477, -0.0174508598, 0.00530055957, 0.00447734026, 0.0142969228, -0.00828776881, 0.00738465926, 0.0257177874, -0.0143524986, -0.00468922406, 0.00156828482, -0.0234808549, 0.000966501131, 0.0126088019, -0.00130603567, 0.00490805414, -0.00834334455, 0.00232550758, 0.00301326043, -0.0164504927, 0.00761391036, 0.0242589172, 0.0261346083, -1.60785021e-05, -0.00202331319, -0.0134146539, -0.00944097061, 0.0331510752, -0.00668995921, 0.0130881444, -0.00162993954, -0.026217971, -0.0228000488, -0.00800988916, 0.000368408015, 0.00747497, -0.00397368288, -0.0145470146, 0.0272044446, 0.0100106243, 0.00067733234, 0.0131645622, -0.00067733234, 0.0105385967, 0.00539434422, -0.0181177724, 0.0229528826, 0.0123031344, 0.00924645457, 0.033984717, 0.0123795513, 0.00853091385, -7.9130652e-05, 0.0134146539, -0.0250369813, -0.00497752428, 0.0232029743, -0.013706428, 0.0122336643, -0.00765559217, -0.0186318494, 0.0234113839, -0.0219941959, 0.0205631144, 0.0013364288, 0.00253912783, 0.00311746541, -0.00323382765, 0.0151027739, 0.00580421695, 0.0216885284, -0.00878100563, 0.0281075556, -0.0010524703, -0.022160925, 0.0131089855, 0.00885742251, 0.0270377174, 0.0276490524, -0.000913530297, 0.0120530417, -0.00681500556, -0.0160892475, 0.00340923946, -0.011094356, 0.0129908873, 0.00317477831, 0.00630092761, 0.0104899677, 0.0072179311, -0.0160197783, -0.000797602232, 0.00996894296, -0.00710330578, 0.00838502683, -0.00515119918, 4.48298488e-05, 0.00261380803, -0.0092047723, -0.0207993127, -0.0150194103, 0.0177982096, 0.00613767281, -0.0137411626, -0.00575906178, 0.00518940762, -0.00144758075, -0.00224040705, 0.0193543378, -0.00594315724, 0.000539260742, -0.00790568441, 0.00976053253, 0.01890973, -0.0330955, -0.0193126556, -0.0174786486, -0.0118793668, -0.0140259899, -0.010531649, -0.00775285, -0.00448428746, -0.02569, -0.0212161336, 0.00200941926, -0.0074471822, 0.0148943644, -0.00534918858, -0.0156029584, -0.00205631158, -0.00574864121, 0.0318172537, -0.00149186794, -0.00557843968, 0.0113166599, 0.0166727956, -4.69193765e-05, -0.0124212326, -0.0235225372, 0.0136647457, -0.014977728, -0.0328731947, 0.0213411786, 0.0176314823, 0.0177704208, 0.0133521305, -0.00871848315, -0.00528666563, -0.00896857493, 0.00834334455, 0.00962854, 0.0229528826, -0.0108373174, -0.0171590857, 0.000445476267, -0.00919087883, -0.0197155811, 0.00193126558, 0.0020476277, 0.0020511013, 0.00851007272, -0.018520698, 0.00980916154, -0.00393894827, 0.0177982096, 0.0184651222, -0.0259817746, -0.0232446566, -0.0161031429, -0.0034231334, 0.000847533811, -0.0161170363, -0.0153667601, 0.00603694143, -0.0176870581, -0.0191598218, 0.0260373503, 0.00748886401, 0.00187742629, -0.0015344182, 0.012845, 0.000957817363, -0.0149082588, 0.0152556086, 0.00833639782, -0.00912835542, 0.00739160599, -0.0199795663, 0.0287327841, -0.00871153548, -0.00693657761, -0.00916309096, 0.0228000488, 0.00409872923, -0.010066201, 0.01270606, 0.00989252515, 0.0315393731, -0.00638081785, 0.00445997296, 0.029344121, 0.0185345914, 0.0128380526, -0.0132062435, -0.00110978296, 0.0342348069, 0.0202991292, 0.00131732458, 0.000121246827, -0.00668648584, -0.00229598302, -0.0179649368, -0.0182289239, -0.00642597349, 0.00837808, -0.00804462377, 0.0070442562, 0.0144636501, 0.0179510433, 0.00229771971, 0.0057000122, 0.00338318828, -0.0293996967, -0.00566527713, -0.00251481333, 0.0188819412, -0.0230779275, -0.00829471555, 0.00698520662, -0.034818355, 0.021063298, -0.0115945404, -0.024481222, -0.0070685707, 0.00546381436, -0.00934371259, 0.00356033654, -0.00510951737, 0.0173119195, 0.0188402589, -0.000724658777, 0.031178128, -0.00501225935, 0.00358812464, -0.0207576305, 0.0190208815, -0.00690184301, 0.0100245187, 0.00683237286, -0.00333976955, 0.000936976401, 0.0184790157, -0.00187742629, 0.00516856695, -0.00456417771, -0.00796820689, 0.0224943813, -0.00690531638, 0.00545686716, -0.00165946421, 0.00752359908, 0.0234947484, -0.00716235535, 0.0185623802, 0.00944791734, 0.000629137561, 0.00326161576, 0.0167144779, -0.00778063806, 0.00311746541, 0.00140937231, -0.00766948611, -0.000685581879, -0.00692963088, -0.00980916154, 0.00316435774, -0.006853214, -0.000262683374, -0.00147971069, -0.00363328, 0.00504004722, -0.0144358622, -0.0151444562, -0.0319284052, 0.00944097061, 0.0191598218, 0.00447734026, 0.00699215382, -0.0300110318, 0.0213411786, 0.0193126556, 0.0125810141, 0.0177565273, 0.00375137897, 0.00794041902, 0.00453986321, -0.00181316654, 0.00933676586, -0.0115598049, 0.0344293229, 0.00945486501, 0.00119054178, 0.00299936649, -0.00783621427, -0.0045155487, -0.0165060684, 0.00102555065, 0.0109137343, -0.00560275419, -0.0149916224, -0.00531792734, 0.0104899677, 0.00402231188, 0.0117126396, 0.0146581661, -0.00246792124, -0.0201046132, 0.0182150304, -0.0129839396, 0.0158669446, 0.00539087085, -0.00383126945, 0.00356033654, -0.00719014322, 0.0195488539, -0.00275622169, 0.010580278, 0.0149221523, 0.0120738829, -0.0127824768, 0.00228035217, -0.0395701, 0.0114278123, -0.0128727881, -0.0135466466, 0.0151305627, -0.0211883448, 0.0185068026, -0.00760001596, -0.00571043277, 0.0257594697, -0.0146581661, -0.00538392365, -0.00656144, -0.0157141108, 0.00185311178, 0.014269135, 0.019006988, 0.00213272846, -0.0101078823, -0.00464754179, -0.034596052, 0.0183261819, 0.0194793828, -0.0140885124, -0.00505394116, -0.000699041702, -0.00946875848, -0.0033206651, 0.0119279958, 0.00905888621, -0.0225360617, 0.00304973219, -0.00436271494, 0.0292607564, -0.0129214171, -0.00716930209, 0.00211709784, 0.0130603565, 0.000171069827, 0.00743328827, 0.0285938457, -0.00292816, 0.00019701253, 0.000575732498, 0.0122683989, 0.0217302106, 0.0360688157, 0.000729000662, -0.0103162928, -0.0132201379, 0.0116501162, -0.0145192267, 0.0217718929, -0.0124976495, -0.0133035015, -0.0043245065, 0.00103249762, 0.015172244, 0.00196252693, -0.00592578948, 0.00860733073, 0.0242033415, -0.00406399416, -0.0086351186, -0.00291252905, 0.0227583665, -0.0293719079, 0.00208930974, 0.0235086419, -0.00800294243, -0.0171868745, 0.000802378287, -0.0100939889, -0.0111290915, -0.0174786486, -0.0151583506, 0.00573127344, 0.00602652086, 0.0122753456, 0.000245750067, -0.0134146539, -0.00275622169, 0.00680111116, -0.000818443252, -0.0320951305, 0.0100939889, 0.0306779444, -0.00254433812, 0.0120808305, -0.00799599476, -0.0112263495, -0.0191598218, -0.0060890438, -0.0221053492, -0.00703036226, -0.00743328827, -0.00653365208, 0.010726165, 0.0178676788, -0.00814188179, 0.0084267091, -0.00994115416, -0.0108095296, -0.0126018552, -0.00595010398, 0.00109502056, 0.0143386042, -0.0152278207, 0.0147137428, 0.00987863168, -0.0119905192, -0.00176714268, -0.0131784556, -0.0022734052, 0.0111360382, -0.0128658405, -0.0140259899, 0.0176453758, 0.0213689674, 0.0152278207, -0.0166866891, 0.00401883852, 0.00336408382, -0.00315393717, 0.00878795329, -0.00437660888, 0.00325640547, -1.72182445e-05, -9.99716503e-05, 0.0198267326, -0.0165338553, 0.0287883617, 0.00378264068, -0.00446344633, -0.0130117275, -0.00231335033, -0.0245923735, 0.00641555293, -0.00406746753, 0.0114278123, -0.0104969144, 0.0298165176, -0.015074986, -0.002150096, 0.00979526807, 0.000934371259, -0.00129040494, -0.00817661732, -0.00743328827, -0.000549247081, -0.0105872257, 0.0173119195, -0.00490458077, -0.0148526821, -0.0089963628, -0.0223693345, -0.0074471822, 0.00156915328, -0.00246965792, -0.00118533161, -0.0160614606, 0.0166866891, -0.0216468461, -0.00711372634, 0.0140607245, 0.009406236, -0.00928813685, -0.0186040606, 0.00321472343, -0.0227861553, -0.0256622117, 0.00765559217, 0.00703383563, 0.00933676586, 0.0134910708, -0.0164365973, 0.00121746142, 0.0137272682, -0.0180344079, -0.0216190591, -0.00398410344, 0.00606125593, -0.00965632778, 0.0151861385, -0.00106028561, 0.0105872257, 0.0209104642, 0.0221053492, -0.00502962666, -0.00933676586, 0.0111221448, -0.0182845, 0.0134077063, 0.00600220636, 0.00643639406, 0.0141579825, -0.00436271494, 0.00780147919, 0.000663004175, 0.00843365584, 0.00771116791, 0.015686322, -0.0207020547, -0.0292607564, 0.0060543092, -0.00620714296, 0.00207367889, 0.0135674877, 0.0290106647, 0.0171312969, -0.0105455434, -0.0263291243, -0.006450288, 0.0154223358, -0.0188819412, -0.00757917529, 0.0119905192, -0.00712762028, -0.0200073551, -0.00764864497, 0.0148110008, -0.0184790157, -0.00531792734, -0.011240243, 0.000809325313, -0.00890605152, -0.000672122114, 0.0197155811, -0.000494539447, 0.0118793668, -0.000915267039, -0.0168812051, -0.0082044052, -0.00199726201, 0.012337869, 0.0153111843, 0.00210841396, -0.0193404425, 0.00764169823, 0.00796126, -0.0358743, -0.0105455434, -0.0113930777, 0.00870458875, -0.0144219687, -0.000853612437, 0.00775285, -0.011142985, 0.014366392, 0.013998202, 0.0286772083, -0.0204519629, 0.0252314974, 0.00256865262, 0.0045294431, -0.00375485257, -0.015172244, -0.000142630553, -0.00546728773, -0.00473437924, -0.0090102572, 0.000145995509, 0.00668995921, -0.00292642298, -0.00969106238, 0.0220080912, -0.012851947, -0.0279130396, 0.0275934767, -0.00287605729, -0.00954517536, 0.0158391558, -0.0362355448, 0.00162993954, 0.00891994592, 0.0129839396, 0.00165425392, -0.0274684317, 0.00873932429, 0.0132757137, -0.000718145922, 0.0253565442, 0.00689142244, -0.00516509311, 0.0275517944, 0.00222651288, 0.00871153548, 0.00996894296, -0.0113652889, -0.0126991132, -0.00120443583, 0.0195349585, 0.00189132034, 0.00189132034, 0.0130047807, -0.0095660165, 0.0114278123, -0.0149221523, 0.00769727398, -0.0259123035, 0.0287883617, 0.00397368288, 0.0120322015, 0.00952433422, 0.021257814, -0.014366392, 0.000302411529, 0.00723877223, -0.0194932781, -0.031178128, 0.00897552166, 0.0119627314, 0.0145192267, -0.00953822862, -0.00401883852, 0.0109970979, 0.00951044075, -0.0132270847, 0.00163775485, 0.0106080668, 0.0127894236, 0.0162559766, -0.0198545214, -0.0126852188, 0.00194689631, -0.00517204031, 0.00996894296, 0.0275656898, 0.0152139263, -0.00382084912, -0.00282742828, 0.00749581121, -0.0120808305, 0.0144358622, -0.00249744579, -0.0109901512, -0.00126869557, 0.0167700537, 0.0189236235, -0.00989947282, 0.00737771206, -0.0112819253, -0.000197446716, 0.0152278207, 0.0137620037, 0.0262735467, 0.0117543209, 0.024898041, 0.0181038771, -0.0274684317, 0.0178537853, -0.0137272682, -0.00360201858, -0.00148405251, -0.0352629647, -0.00518246088, 0.0310669765, -0.0134354951, 0.0270238239, -0.0126991132, -0.0124281803, 0.00083581073, 0.0064225, 0.00244186982, -0.022869518, 0.0173813906, -0.0197016876, 0.0111568794, 0.00517551368, 0.0169506762, -0.000599612773, 0.00427587749, 0.00860733073, 0.00315741077, 0.00446344633, 0.0128936293, -0.00179579901, -0.0288439374, -0.00121051446, 0.0113513954, 0.0082530342, 0.00162038731, -0.0178676788, -0.0142552406, 0.000608730712, 0.0101912469, -0.0126921656, -0.0285938457, 0.00447386689, 0.0174508598, 0.0120877773, -0.0175898, -0.0154223358, 0.00692963088, -0.0101773525, -0.0253843311, 0.00502615329, -0.00923950784, -0.0204797518, -0.00410567597, 0.00532487407, -0.0123656569, -0.000852309866, -0.0106914304, 0.0119071547, 0.0150888804, -0.0130186751, 0.00889910478, 0.0103440806, -0.00720403716, -0.0072735073, 0.000392505404, -0.00203199708, 0.0160336718, 0.00188784674, 0.0242172368, -0.000303062814, -0.0181733482, 0.0257733632, 0.00466490956, -0.00891299918, -0.0147137428, -0.0159503073, -0.00265375338, -0.00936455373, -0.00152399775, 0.0201046132, 0.0160197783, 0.0200490374, 0.0110457269, 0.00320430286, -0.0234947484, 0.0266347919, 0.00677679665, -0.0281214491, -0.00834334455, 0.00226819492, 0.0068462668, -0.0066482774, 0.00492889527, -0.0226472151, 0.00853091385, 0.000713369867, 0.0108303707, 0.0124976495, 0.0122267166, -0.00992726069, 0.00679416442, 0.0153250778, -0.00374095864, -0.0172702372, 0.00403620582, 0.00245229038, 0.0288717244, 0.0150610926, 0.00162299245, -0.0096146455, -0.00645723473, -0.0111360382, 0.0164504927, 0.00179058884, 0.0251064524, 0.0158530492, 0.00676637655, -0.0020476277, 0.00512341131, 0.0111013036, -0.0177982096, 0.0176731646, -0.0127824768, 0.0148526821, -0.00628703367, -0.0230223518, 0.00298547256, 0.018937517, 0.0123448158, -0.03781946, -0.0199378859, 0.00653017825, -0.00312441238, 0.0115459114, 0.00559580699, 0.00814188179, 0.0190764572, 0.00306188944, -0.0121155651, -0.00430366537, -0.000712067354, -0.00928813685, -0.0118932612, -0.0198962037, 0.0175898, -0.00438702945, -0.00703036226, -0.00544297323, -0.0022768788, 0.0148526821, -0.00150489353, -0.0198267326, -0.031594947, -0.0100800944, -0.00314872689, 0.0277185235, -0.0167978425, 0.00279095653, -0.00383821665, 0.00414388441, -0.0090102572, -0.00426198356, -0.00953822862, 0.0237865224, 0.000808456913, -0.00107591634, 0.0132687669, 0.004300192, -0.00375832617, -0.0196738988, 0.0102815572, 0.00121572474, -0.00977442693, 0.0268293079, -0.0111013036, 0.0118863145, -0.026092926, -0.0467949808, 0.0250091944, -0.0161726121, 0.0287049972, -0.0395978913, 0.0128102647, 0.0158252623, -0.017617587, 0.0183817577, -0.0078570554, -0.0208687838, -0.00447039353, 0.00714846142, -0.00830861, -0.0234530661, 0.0119557837, 0.02770463, 0.00243839645, 0.0100939889, -0.0255649537, 0.0186040606, 0.00227514189, 0.00292816, 0.00280485046, 0.00910751522, 0.00989252515, -0.00426893029, -0.000963896, -0.0213133916, -0.0154640181, -0.0214940123, -0.00339187193, -0.00844755, 0.00378958764, 0.0179232564, 0.00461628055, 0.00342139672, -0.00852396712, -0.000335409772, -0.0130325686, 0.00497752428, 0.00296115805, 0.0182011351, -0.00255475868, -0.00376874651, 0.0131715089, 0.00400841795, -0.0023758735, 0.0116987452, -0.00982305594, -0.00952433422, -0.00329808751, 0.000609599112, -0.0165477507, -0.0107956352, 0.0119210491, -0.0172841325, 0.00662048953, -0.0215912703, -0.00681847893, -0.000770248414, -0.0034509215, 0.00772506231, -0.0140537778, 0.00497752428, 0.00032325252, 0.0089963628, -0.00599873299, 0.0217857864, 0.0196600053, 0.00574169401, 0.0143386042, -0.00566180376, -0.00478648162, 0.0236059, 0.00179753581, 0.0056513832, -0.0236197934, 0.00935065933, 0.0033276123, 0.0201879777, 0.00162559759, 0.000456765149, 0.00561317476, 0.00573474728, -0.0160892475, -0.0211188756, 0.0233558081, -0.0357631482, -0.0132340314, 0.00247834157, 0.0168534182, -0.0104343919, -0.00265722675, 0.00844060257, 0.00381737552, -0.0124490205, -0.00991336629, -0.00337624107, 0.0120738829, -0.00966327451, -0.000707291241, 0.0360410288, -0.0103857629, 0.00105854892, -0.0114069711, -0.00532487407, 0.00351865473, 0.00102207717, -0.00262596528, -0.000891820935, 0.00691573694, 0.0101773525, 0.00973274466, 0.000890084135, 0.00340055558, 0.00373401167, 0.002822218, -0.0220497735, -0.00165599072, 0.0244117528, 0.00583200529, -0.00219525141, 0.0163254458, -0.0312614925, 0.0145609081, 0.00633913605, 0.000419425021, -0.00281179766, 0.0022282498, -0.0140120955, -0.00337624107, -0.0330955, 3.03659817e-05, 0.00998283643, -0.0182706062, 0.00952433422, -0.0303444881, 0.0263985936, -0.00835029222, -0.00126001181, -0.034818355, -0.0300666094, -0.0140676713, 0.00634608278, -0.017492542, 0.0185901672, 0.0160614606, -0.00944097061, 0.00668301247, 0.00317304139, 0.0127338478, -0.0164227039, 6.33370873e-05, 0.0037479056, -0.00175151194, 0.0120877773, 0.0233141258, -0.0170757212, -0.000321949949, -0.00368538266, 0.0120044127, 0.0116223283, -0.0140468301, -0.0193126556, 0.00237761019, -0.0180344079, -0.00763475103, -0.0197016876, -0.00124351273, -0.0222442895, -0.0022490907, 0.00434882101, 0.0176870581, 0.000877926883, 0.0194099136, -0.022549957, -0.00100905146, 0.00616546115, 0.0160475653, 0.00466838293, -0.0297053643, 0.0188541543, 0.00163341302, 0.00415083161, 0.00124959135, -0.000573127356, -0.00612725271, -0.00972579792, 0.0135397, 0.0163532346, 0.0151027739, 0.00069643656, 0.00894078705, 0.0131159332, -0.000969106273, 0.00459196605, -0.0092047723, 0.00591884274, -0.00827387534, 0.0170618277, 0.0194099136, 0.0130603565, -0.00181316654, -0.0108998399, 0.0390421301, -0.0128866816, 0.0241755545, 0.0018496383, 0.00569653884, 0.0125115439, 0.00978832, -0.00260859798, 0.00433145324, -0.0264541693, 0.0076278043, 0.0276212655, -0.0138939964, 0.0238976739, -0.0161170363, 0.0102815572, -0.0109762577, 0.0152000319, -0.0241199788, -0.00838502683, -0.00871153548, -0.0285660569, -0.0120391482, 0.00963548664, 0.0242450237, 0.0126018552, -0.017395284, -0.0323174372, -0.0133799184, -0.00925340131, 0.0100384122, -0.0179788321, -0.0127755301, -0.0163810216, 0.0285660569, -0.00112107187, 0.0140051488, 0.0124490205, 0.00321646, -0.00325814215, 0.0093923416, -0.00992726069, -0.00367148849, -0.00750275794, -0.0228973068, -0.0165755376, 0.0129283639, 0.0160197783, 0.00034821828, -0.00329461391, -0.00198684144, -0.00350649748, 0.0314282216, -0.0162420813, 0.0250230879, 0.00323556457, 0.00637734449, -0.0156307463, -0.0264541693, 0.00205457467, 0.0120738829, 0.000460672833, 0.0121364063, 0.00906583294, 0.00149360462, 0.0100800944, -0.00579032302, 0.00786400214, 0.00283958553, 0.0111013036, 0.0120183071, -0.00628356, -0.0158530492, 0.00482121669, -0.00854480825, 0.0250369813, -0.00247660489, 0.00491500134, 0.00217788387, -0.0179510433, -0.018812472, -0.00830861, -0.0137967383, 0.00185658527, 0.0210077222, 0.00399799738, 0.00980916154, 0.00114538637, -0.0157002155, -0.0150888804, 0.000480211253, -0.00207715249, -0.0103371339, 0.012046095, -0.00824608654, 0.000643465726, 0.000798470632, 0.0143108163, 0.00452596927, 0.0006365187, -0.0076278043, 0.0180066191, 0.00520677539, -0.00039858403, 0.00325293187, 0.0204936452, -0.0024505537, 0.00311051845, 0.0139565198, 0.0094896, 0.00993420742, -0.00616893452, 0.0117404275, -0.0043175593, -0.0110665681, -0.00193300226, -0.00123309216, 0.00546381436, 0.00972579792, -0.00127651088, 0.0060786237, 0.00472395867, -0.0232307632, -0.0100384122, 0.00314351683, -0.00933676586, -0.010017572, 0.0112749785, -8.40695357e-05, 0.0126088019, 0.013900944, -0.0163949169, 0.0368746668, 0.0103579741, -0.00187568949, -0.0176453758, -0.00465796236, -0.00767643331, 0.00140763551, 0.00198163115, -0.0274684317, 0.0146303782, 0.00125827512, -0.0144358622, -0.00698173326, 0.00704078283, -0.00930897798, 0.0180621948, -0.00117230602, 0.00689836917, -0.00733603025, 0.0021709369, -0.0161865056, 0.0174786486, -0.00864901301, -0.0110040456, 0.0177426338, -0.00908667408, -0.00186874252, -0.0109693101, 0.0120322015, 0.0259261969, 0.0173397083, 0.0179927256, 0.00711372634, -0.01228924, -0.000691226334, 0.012949205, 0.00582158472, -0.00505394116, 0.0010133934, 0.0204519629, -0.0123170279, -0.0029212127, -0.0268848836, -0.0127616357, 0.00841976237, -0.00139287312, -0.00780842593, 0.00100123615, -0.0102815572, 0.0253287554, -0.00248181517, 0.0231473986, 0.0136994803, 0.0105594378, -0.00193300226, -0.00167075312, 8.81943124e-05, 0.0143524986, 0.012435127, 0.00383474305, -0.0197433699, -0.000281353423, -0.00331371813, 0.00930897798, 0.0231335051, -0.00756528135, 0.0203963872, 0.00930203, -0.0199517794, 0.00622103689, -0.000596139289, 0.00729434844]
|
01 Dec, 2020
|
HTML5 MathML supscriptshift Attribute
01 Dec, 2020
This attribute defines the minimum space that shift the supscript below the baseline of the expression. This attribute is accepted by the <mmultiscripts>, <msub>, and <msubsup> tags.
Syntax:
<element supscriptshift length="length">
Attribute Values:
length: This attribute holds the digit in specific unit, that much will be shifted the supscriptshift below the baseline.
Below example illustrate the supscriptshift in HTML5 MathML:
Example:
<!DOCTYPE html>
<html>
<head>
<title>
HTML5 MathML supscriptshift Attribute
</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>
HTML5 MathML supscriptshift Attribute
</h3>
<math>
<mfenced>
<mrow>
<msub supscriptshift="5px">
<mi>x</mi>
<mn>2</mn>
</msub>
<mo>+</mo>
<msub supscriptshift="5px">
<mi>y</mi>
<mn>2</mn>
</msub>
<mo>=</mo>
<msub supscriptshift="5px">
<mi>z</mi>
<mn>2</mn>
</msub>
</mrow>
</mfenced>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by supscriptshift attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute/HTML5 MathML scriptsizemultiplier Attribute/HTML5 MathML selection Attribute/HTML5 MathML separator Attribute/HTML5 MathML rspace Attribute/HTML5 MathML stretchy Attribute/HTML5 MathML subscriptshift Attribute/HTML5 MathML supscriptshift Attribute
|
https://www.geeksforgeeks.org/html5-mathml-supscriptshift-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML supscriptshift Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, HTML5 MathML stretchy Attribute, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, HTML5 MathML rspace Attribute, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML separator Attribute, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, HTML5 MathML subscriptshift Attribute, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, HTML5 MathML supscriptshift Attribute, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, HTML5 MathML selection Attribute, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, HTML5 MathML scriptsizemultiplier Attribute, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0243383497, 0.00211725966, -0.0139381653, 0.0464949459, 0.0688726678, -0.0200485513, 0.0338466689, 0.0487946346, -0.0107171293, 0.044608023, -0.00236602384, 0.0161567722, 0.0068032397, -0.0220681466, 0.00850589201, -0.00467308145, 0.00756980199, 0.0138423452, -0.0326083787, 0.0113510173, -0.00299438369, -0.00564971101, -0.0349670313, 0.0253112949, -0.0454925187, 0.0210952032, -0.00926508382, 0.00978103932, 0.0200338084, 0.0137465242, -0.0159798749, -0.00395074394, -0.00702804886, -0.00419766502, -0.0388293266, 0.0138497157, -0.0113510173, 0.0305150729, -0.0441952609, -0.0412764288, -0.0256061275, -0.0219944399, -0.0124713778, 0.0151248621, 0.0162157398, -0.0378858633, -0.0193556957, -0.0197684597, -0.00464359811, -0.0259451829, 0.0241319686, 0.020741405, 0.0101422081, 0.00563496957, -0.0223040115, 0.016569538, 0.0107466131, 0.0228936765, -0.00493842969, -0.0243825745, -0.00244341698, -0.0693444, -0.0188692231, -0.0303971414, -0.0572268181, 0.00522957603, -0.0207708888, 0.00200854056, -0.0449028574, 0.00398022681, -0.0340825357, 0.00658580149, 0.00120788836, 0.0157292672, -0.0159946159, -0.0328737274, 0.00133411307, -0.0237634294, 0.00869016256, 0.00100427028, 0.0244415421, 0.0130094457, -0.022613585, 0.000256365311, 0.0327852778, 0.0181026626, 0.00583766634, -0.0441952609, -0.0115131745, -0.00798993744, -0.0290409159, 0.0187218077, -0.00780566735, 0.00210620346, -0.0568140559, 0.0194294043, 0.0249427557, 0.00598508213, -0.00974418502, -0.0110709276, 0.023630755, 0.0105549721, -0.0199601017, 0.00582292443, 0.0136728166, 0.0158029757, -0.00894076936, 0.000706674531, 0.0454630367, 0.0398907177, 0.0296895448, -0.0491484329, -0.00695065549, 0.0218912475, -0.00740027381, 0.00201406842, -0.0426031686, -0.0698751, 0.0270360596, 0.00497159828, -0.0229084175, 0.0190313812, 0.0218322817, 0.0313406028, -0.0171592012, -0.00641995855, -0.0491779149, -0.0413059108, 0.0174392909, -0.019281989, -0.0210952032, 0.00976629741, 0.00108719163, -0.0499149933, -0.0111298943, 0.0216848664, -0.0136212213, 0.0329621769, -0.0294831619, -0.0207856297, -0.0469077118, 0.00135161867, 0.0618556738, 0.0415122919, -0.0312521532, -0.00598508213, -0.00115997822, 0.0413943604, -0.00981789269, 0.0249574967, -0.0102159157, 0.00382912578, -0.0212426186, -0.0306624882, 0.020107517, 0.00880072359, -0.0149553344, 0.0191935394, -0.00732656568, 0.00751083577, -0.00552440761, -0.00900710654, 0.03234303, 0.0338761546, 0.00586714922, 0.0227610022, -0.0374731, -0.0192525052, -0.0164368637, 0.0391241573, -0.00263137231, -0.0263726898, 0.00866067875, 0.00223703496, -0.0132453106, 0.0140855806, 0.0107687255, -0.0281121954, 0.00493474444, -0.00519640744, -0.0319007821, -0.00995056704, 0.0173655823, 0.00464359811, -0.0167759191, -0.0155671099, 0.0400381349, 0.00484629488, 0.0115426583, -0.0069322288, -0.0249869805, -0.000669359928, 0.030279208, 0.00648629572, 0.0316944, 0.0146752438, -0.0101127243, 0.0173361, 0.0344953, -0.00953780301, 0.0052590589, -0.0246036984, 0.00262768683, -0.0070685884, 0.00636836328, -0.0156703014, -0.0122723663, 0.0139823901, 0.0319302641, 0.00297779939, -0.000535303669, 0.00148797838, -0.00286170957, 0.0126556475, 0.0028414398, 0.0169528183, -0.0153017612, -0.0315175019, -0.00308836135, -0.012139692, 0.0301170498, -0.0097736679, -0.0179257635, -0.0269181281, -0.0362348072, 0.003784901, -0.0226872936, -0.0212278776, -0.0259599239, -0.0010291466, -0.0165400542, 0.0326083787, -0.00281379931, 0.0185596514, 0.0301465336, 0.0389767401, 0.00203249557, -0.0161567722, 0.0210657194, -0.0008665286, -0.0414828099, -0.0175572224, 0.0308099054, -0.039389506, 0.020092776, -0.0157882329, -0.0115647707, -0.0179110207, 0.0199748427, -0.0282301288, 0.015552368, -0.0406867638, 0.00150824804, -0.00659317244, -0.0304561071, 0.00695065549, 0.00356930541, -0.0253555197, 0.00427137315, 0.0133411307, 0.0199158769, -0.0178225711, -0.016186256, 0.0048942049, 0.0545733348, 0.0252670702, 0.0316944, -0.00536593562, -0.0199895836, -0.0330211408, 0.0325494111, -0.0567256063, 0.0236749798, -0.0118817147, -0.0459347665, -0.00665950915, -0.0102232862, -0.0171002336, 0.0674574748, -0.0406277962, -0.00204539439, 0.0252228454, 0.0334044248, 0.0202107076, 0.00920611713, -0.0166874696, 0.0203138981, 0.0104001854, -0.0169675592, -0.0234685969, -0.00424189, -0.0286576338, 0.0296305791, 0.0102306576, 0.018662842, 0.00510058692, -0.00908818468, -0.00691011641, 0.00323024904, -0.0235128216, -0.00891128555, 0.00801942, -0.0183974933, -0.0500918925, -0.0102159157, 0.00131107937, 0.00737816142, 0.0208888203, -0.0246479232, -0.0146236485, 0.0549860969, -0.0239845533, -0.0112846801, 0.0114836916, -0.0103191072, -0.0177046396, 0.0142256254, -0.0457578674, 0.00424926076, -0.0179405045, -0.0175129976, 0.017645672, -0.0253850035, 0.0198421683, 0.0400676169, 0.00331317028, -0.047055129, -0.0311637037, -0.0441362932, -0.0171002336, -0.0789559111, -0.0572268181, 0.0189724155, 0.00248764176, 0.00150179863, -0.0539836697, 0.0462885648, 0.0126187932, -0.00621726178, 0.00209330465, -0.0289082415, -0.039389506, -0.0259157, 0.0288345329, 0.00692117261, -0.0149037382, -0.00312337256, -0.014616278, 0.020741405, 0.0262694973, 0.00103928149, 0.0332570076, 0.0390651897, -0.020107517, 0.0087786112, -0.0164516047, -0.0208298545, -0.00801942, -0.0285839252, -0.00228310237, -0.00989160128, -0.00777618401, -0.0128620295, -0.0410405621, -0.000827831915, -0.0552514456, -0.0163778961, -0.0383281112, 0.0231442824, -0.0170412678, -0.048765149, -0.0182795599, 0.0391536392, -0.000661067781, 0.00182058522, 0.00179663021, 0.0250164624, -0.0119185681, -0.000640337414, 0.0192082804, -0.0167906601, 0.0559590422, 0.00621357653, -0.0334044248, 0.00989897177, 0.00191456289, 0.0131052658, -0.00224809116, 0.0203286409, 0.0189134479, -0.0248985309, 0.043753013, -0.0214490015, -0.0502982736, 0.00238445075, -0.0136875585, -0.0268591605, -0.0303381737, 0.0245005079, -0.021552192, 0.0368834361, -0.010776096, -0.0155818518, 0.00540647469, 0.033787705, 0.0238076542, -0.0416597091, -0.0243825745, 0.0338466689, -0.0227757432, -0.0115352869, -0.00366881094, -0.00476521626, -0.0336108059, 0.0321071632, 0.0160388406, 0.00159577618, 0.0138128614, -0.0187955163, 0.000984921935, 0.0713492557, -0.0308983549, 0.0150880087, -0.00532171084, 0.000965573592, -0.023011608, -0.0434876643, -0.00427137315, 0.0425736867, -0.0382691436, -0.0482344553, 0.0225693602, -0.00866067875, 0.00903658941, -0.0323135443, 0.0314585343, 0.00788674597, -0.00654894765, -0.0222303048, 0.0064162733, -0.0444606096, -0.0180731788, -0.0333454572, 0.0168791097, -0.0221271142, 0.0104812644, 0.00943461154, 0.00599613832, 0.0179994702, 0.0536593571, -0.0208003707, 0.0079236, -0.0297779944, -0.00286355219, 0.0322545804, -0.0440478437, 0.0236897208, -0.011808007, 0.0137096709, -0.0129283667, -0.0147415809, -0.00995056704, 0.0331390761, -0.00762139773, 0.0538362563, -0.0408931449, -0.0502982736, 0.0282890946, -0.0162009969, 0.0182205942, 0.0105254892, 0.0148889972, 0.00195694482, -0.00441878894, 0.0265053622, 0.0117490403, -0.0222892705, 0.000140620861, 0.00276036118, 0.00143730419, 0.0319597498, -0.0104517806, 0.00678481255, -0.0218027979, 0.00762139773, -0.0171297174, -0.000294370955, 0.023217991, 0.00889654458, 0.0251196548, -0.00906607229, 0.00706490269, 0.012331333, -0.0134074679, 0.0152575364, 0.00331685576, -0.00582292443, -0.0111814896, 0.0109751076, -0.00815946516, -0.0197979435, 0.0505931079, 0.00193483254, 0.0300580841, 0.0116900736, 0.0173803251, -0.0602341, 0.0272719245, -0.0259599239, 0.0188544821, 0.00971470214, -0.0128988838, 0.00956728589, 0.0248395652, -0.00759191439, -0.00305150729, 0.031104736, 0.00790148787, -0.00350112561, -0.00633150898, -0.00494948588, 0.00454409234, -0.00118854, 0.0201664828, 0.00140689965, 0.0237044618, 0.0297337696, -0.0103559606, 0.0105402302, -0.00942724105, -0.0251196548, -0.00167961896, 0.0117711527, 0.0126409056, -0.0275520161, 0.0129283667, -0.0236897208, -0.00165382109, 0.00833636429, 0.0283185784, -0.0272424426, -0.0248543061, -0.0208445955, 0.0156850424, -0.040008653, -0.000572618272, 0.0109898485, -0.0250754301, -0.0261957906, 0.0061398684, 0.00111298938, 0.00557231763, -0.00660422817, -0.0103707025, -0.0026534847, -0.00888180267, -0.0204318315, -0.0137465242, 0.000363932777, -0.019694753, -0.0119627928, -0.000809865596, 0.0309573207, 0.0287755672, 0.00367249642, -0.0233506653, -0.0272424426, 0.0249280147, -0.0132526811, 0.0229821242, -0.00739290286, -0.0135106593, 0.0653346851, -0.00926508382, 0.000733393652, 0.0329326913, -0.00581555394, 0.0163041893, 0.00816683564, -0.00866067875, -0.0192672461, -0.0185449086, 0.018043695, 0.0284070279, 0.00865330826, 0.0111372648, -0.0269623529, -0.0214342587, -0.0580818318, -0.00510058692, 0.0255913846, 0.0322545804, -0.0228641927, 0.00510427263, 0.00626148656, 0.0183532685, -0.0213752929, -0.0185596514, 0.0277583972, -0.0283185784, 0.00515955361, 0.0371782668, -0.0112699391, 0.00288382173, -0.0131126363, -0.00326710287, 0.0106360512, 0.0125819398, 0.00667056534, -0.00904396, -0.0171149764, -0.0198863931, 0.0101569491, 0.0105549721, -0.024692148, -0.0127367266, 0.00194773148, 0.00713124, -0.00502319401, -0.015758751, 0.0344363339, -0.000644483487, -0.0124566359, 0.0108350618, 0.0400381349, 0.0043893056, -0.0029667432, 0.0125082312, -0.00289119268, -0.0389472581, 0.00100979826, -0.0159503911, -0.0131642325, -0.0180731788, 0.0566961206, 0.0365886055, -0.03234303, -0.00582292443, -0.0154786604, 0.00317681069, 0.00599613832, 0.0255766436, -0.00870490354, 0.0336108059, -0.00922085904, -0.0149774468, -0.00555020524, 0.0372372344, 0.0141666597, 0.00276957452, -0.0264758803, 0.000502135139, 0.015552368, 0.0072823409, 0.0301907584, 0.0234243721, -0.00368723809, 0.00823317282, 0.016171515, 0.00308836135, -0.0321366489, -0.0227757432, 0.0101643205, 0.0183827523, 0.013171603, -0.0219207313, -0.0228641927, -0.00138294464, -0.0164958294, 0.0130020743, 0.000566629518, -0.0331095904, 0.0291441064, 0.0343478844, 0.0179257635, -0.0142919626, 0.00594454259, 0.028613409, -0.00902921893, 0.0433402471, -0.00250791153, -0.00258899014, 0.0197979435, -0.0009148994, 0.0294979047, -0.00787937548, 0.00741870096, 0.0120586138, -0.0131052658, -0.00629834039, 0.0359694585, -0.019709494, 0.0230705738, 0.0197979435, 0.0123534454, -0.017645672, 0.00535487942, 0.0190166403, 0.0213458091, -0.0430749021, 0.0025797768, 0.00539173326, -0.00702436361, 0.0208298545, -0.00504162069, 0.0207119212, 0.00413132831, -0.00184454035, -0.0169233344, -0.00906607229, -0.00429348554, 0.0541310869, -0.00365222665, 0.0471730605, -0.012139692, 0.0293210056, -0.00754031865, 0.0093461629, -0.0344658159, 0.00446301373, -0.00413501356, 0.0202696733, -0.0210952032, -0.0140266148, 0.00920611713, 0.00964836497, 0.0370898172, -0.0101348367, -0.0154639184, -0.00705016125, 0.0103559606, -0.00163907954, 0.0159503911, -0.00728602661, 0.00611038553, 0.0315764658, 0.0037111931, 0.00403550779, -0.0110267028, -0.0241024848, -0.0107171293, 0.0216701236, 0.0162304807, -0.010584455, 0.00285802409, -0.0210657194, 0.00494948588, -0.00546175567, -0.00782777928, 0.03765, -0.00897025224, -0.0248248223, 0.0398317538, -0.0151690869, 0.0180142131, -0.00520746363, 0.00202696747, 0.0138054909, 0.0221565962, -0.017011784, -0.0251638796, -0.00590400351, 0.0181763694, -0.00630939659, 0.0182058532, 0.0227904841, -0.0189281907, -0.0166727286, -0.00463991286, -0.0168054029, -0.00584135158, -0.0454630367, 0.0265790708, -0.00277141738, 0.0230853166, 0.0204318315, -0.0444606096, 0.0135254012, -0.00259451824, 0.0097736679, 0.00877124071, 0.0264169127, -0.0294831619, 0.039625369, 0.00432665413, 0.00409447402, 0.022805227, -0.00505267689, -0.00384018198, 0.0276257228, 0.024043519, 0.0550155826, 0.0278026219, -0.00569025055, 0.0374141335, -0.00335370982, -0.00536593562, 0.0158324577, 0.0122281415, -0.00745186908, 0.0270950254, 0.0120659843, 0.00750715, -0.00716440845, 0.021581674, 0.00171555148, 0.00843218435, -0.00575658726, -0.0273603741, 0.0052701151, -0.0370603353, 0.00861645397, -0.0204318315, -0.0172918756, 0.0266085546, 0.0278173629, 0.00968521927, -0.00404287875, 0.0143804122, 0.0127588389, -0.00609564362, -0.00398391252, 0.00312890066, -0.0116384784, 0.0133558726, 0.00550229521, 0.0095599154, -0.0149258506, 0.0137833785, 0.00229968666, 0.0103559606, -0.00634993613, -0.017218167, 0.0427800678, -0.0226283278, 0.0371782668, 0.00757717295, 0.0135475127, -0.0307804216, 0.00218175398, -0.0285249595, -0.0037111931, -0.0305150729, -0.00112036022, -0.0138276033, 0.00357667613, -0.0224809106, -0.00195141684, 0.0259157, 0.0206382144, 0.0440478437, 0.047880657, 0.00989160128, -0.016569538, 0.0117195575, -0.000910753326, -0.0490010157, 0.00800467841, 0.00506004784, -0.0198126845, 0.0064162733, 0.0202991571, 0.0114984335, -0.0102306576, 0.0315469839, 0.0140339853, 0.0444016419, -0.02405826, 0.0154786604, -0.00269033853, 0.0222892705, 0.00289487792, 0.00396548538, 0.0136433337, 0.027787881, 0.010776096, -0.0268444195, -0.00135622546, 0.00195694482, 0.016569538, -0.00666319486, 0.0178078301, -0.0138128614, -0.016171515, 0.00147692219, 0.0309868045, -0.0249574967, -0.0251196548, 0.00919874664, -0.0208593383, 0.0139529062, -0.0133116478, 0.0227315184, -0.0381217301, -0.00557968859, 0.0148595143, 0.012552456, 0.00400233921, 0.00379964267, 0.0292915218, 0.0137317833, -0.0236012712, 3.09227689e-05, -0.0447554402, -0.00626148656, -0.0106581636, -0.0101200957, 0.0290851407, 0.0152427955, 0.0374436155, 0.00841744244, -0.00347717036, -0.0146826152, -0.0110709276, 0.0153165031, -0.0178373139, 0.0197537187, -0.00644944189, -0.00851326343, 0.00972944405, -0.00936827529, -0.00777618401, 0.000455837318, 0.0322840624, -0.0418955721, 0.00654894765, -0.0105107473, -0.0126925018, -0.00687326211, 0.015965132, 0.00925034191, 0.0179257635, 0.0192525052, -0.00901447702, 0.00336476602, -0.050799489, -0.0350554809, -0.00866805, -0.0784252137, -0.00574184582, 0.0168791097, -0.0150585249, 0.0290998816, -0.00988423, -0.0114394668, -0.00358957495, -0.0375615507, 0.00337950746, 0.0196210444, 0.0145499408, -0.00290224887, -0.00409815973, -0.0147858057, -0.021154169, 0.0222155638, -0.0193999205, -0.00872701593, 0.0197979435, 0.0219059903, -0.0237192046, -0.00532539608, 0.0106581636, -0.0247953404, 0.0246331822, -0.00858697109, -0.0238518789, -0.0254587103, 0.0144614913, -0.00179386616, -0.000371533912, -0.0106876465, -0.0249427557, 0.0146605028, 0.000244387775, 0.00310678827, 0.0113436468, -0.000604404835, -0.0192967299, 0.000949910667, 0.0115721412, 0.00515955361, -0.00878598262, 0.0334928744, 0.033817187, 0.0385639779, 0.00768773444, 0.023217991, -0.00626885751, -0.0247068908, -0.0114026135, 0.0484703183, -0.0136433337, -0.019090347, -0.0274193417, 0.00986948889, 0.0308099054, 0.0330211408, -0.0212278776, -0.029660061, -0.0333454572, -0.0244120583, -0.00422346313, -0.010267511, 0.0234538559, -0.0422198884, -0.000508584548, -0.0206824392, 0.0167316943, -0.0219354723, 0.0116384784, 0.0134222098, 0.00555757619, 0.0187365506, -0.0055354638, -0.00245078793, -0.00838796, -0.00992845464, -0.0106213093, 0.0265201051, 0.0409815945, -0.00739290286, -0.0107834665, -0.00338319293, -0.0491484329, 0.00424926076, -0.00858697109, 0.00222966424, -0.0130684115, 0.0160388406, 0.0055354638, 0.0397138186, 0.00338872103, 0.0270655435, -0.00745924, 0.0057750144, -0.00275851833, -0.00970733166, -0.0400971025, -0.0250017215, 0.0030699342, 0.0220828895, 0.0269328691, 0.00406499114, -0.00191824825, -0.0211836528, -0.0167759191, 0.000786371238, 0.00580818299, 0.0109087704, -0.0128251761, 0.00825528521, 0.00335370982, 0.0169085935, -0.0316944, 0.00736710522, -0.00810049847, 0.0280090049, -0.0231737662, 0.0322250947, 0.0193262137, -0.00527748605, -0.00406867638, -0.00710912747, -0.0225546192, -0.0118153775, -0.0195178539, -0.00195878767, 0.0135475127, 0.0208003707, 0.00445932848, -0.0155671099, 0.0190166403, -0.02964532, 0.0236012712, -0.000902461179, -0.00636836328, 0.0249574967, 0.00261110254, -0.000128182655, -0.0243383497, 0.0105402302, -0.00904396, 0.00623200368, 0.01202913, 0.00392494584, -0.0155671099, 0.00817420706, 0.00639416091, -0.0163778961, -0.00213937205, -0.0174982566, -0.00368171, -0.0391536392, 0.00714966701, 0.00252818107, 0.0118890852, 0.0205939896, 0.089216046, 0.00384386722, -0.0187512916, -0.0253997445, -0.0162009969, -0.0121323215, 0.00674795872, 0.0200632922, 0.016584279, 0.00904396, -0.00446669897, -0.0148889972, 0.0342594348, 0.0374141335, -0.0095599154, -0.0124934902, 0.0177193806, -0.00889654458, 0.018456459, -0.0136507042, -0.0104886349, 0.0120880967, 0.00786463358, 0.00589663256, 0.0216111578, -0.00851326343, 0.00114707928, 0.00751820626, -0.0122281415, 0.000223427094, 5.05878088e-05, -0.0150585249, 0.0202549323, -0.0112183429, -0.0247363728, 0.0456399359, -0.0247511156, 0.00662265532, -0.00969996, -0.00569762103, -0.000734315, -0.00112312427, -0.0054212166, -0.0166874696, -0.0104960054, -0.00748503767, -0.0264021717, 0.0346132331, -0.0162304807, -0.000494303647, -0.02405826, -0.00664476771, 0.0135106593, 0.0154639184, -0.00942724105, 0.00755506055, 0.00121249503, -0.0199453589, -0.0103485901, -0.038770359, 0.00967047736, -0.0155818518, -0.0020693494, 0.00391388964, -0.00995056704, 0.0371487848, -0.00550229521, -0.00835847668, -0.00667425105, 0.0125082312, -0.00132582092, 0.00961151067, 0.0291735884, 0.00248948461, -0.0278910715, -0.0218765065, -0.0182353351, 0.00751083577, 0.0265938118, -0.0240730029, -0.0151985707, 0.00745186908, -0.0143288169, 0.0309278369, -0.0186186172, 0.0021375292, -0.00105218031, -0.00776881352, -0.0148595143, -0.0126335351, 0.0154491775, -0.0144688617, -0.0400676169, -0.00829951, -0.019281989, 0.000448236213, 0.00798256602, 8.90253286e-05, -0.00897025224, -0.0124050407, 0.00464728335, 0.0174098071, 0.0232622158, 0.0141224349, -0.00207119226, -0.0182058532, 0.0085280044, -0.0186333582, -0.0377089642, 0.00956728589, 0.00177451782, 0.0188692231, -0.0111520058, 0.0188839659, -0.0159061663, -0.00905133132, -0.0128251761, -0.00548018282, 0.00380332791, -0.0121323215, 0.00256134965, 0.00546912663, 0.0273603741, -0.0206824392, -0.00594454259, -0.0101569491, -0.0124934902, -0.0329032093, 0.0100832414, 0.0179552455, -0.0120954672, 0.0344953, 0.0173950661, 0.0233948901, -0.00180400105, 0.0135254012, 0.0162452217, 0.0100685, 0.000657843077, 0.0276109818, 0.0324609615, 0.0403034836, 0.0212573595, -0.0326968282, -0.00887443218, 0.0315175019, 0.0191493146, 0.0298517011, 0.0117564108, 0.00698750932, -0.0258419923, -0.0442837104, 0.0106507922, 0.0287608244, 0.0176014472, -0.0436940454, -0.00134424795, 0.00223150686, -0.00562022766, -0.0297927354, 0.00588557636, 0.00677375635, -0.00223703496, -0.00798993744, -0.0100537585, -0.00282117, 0.0121175796, -0.0214490015, 0.0116974451, -0.0316059515, 0.0143509293, 0.00684009353, 0.0130389286, 0.0147858057, 0.0129209962, 0.00128712435, 0.00328184455, 0.00275851833, 0.0152427955, -0.0191345718, 0.00930193812, -0.00345874345, 0.00639416091, -0.00811524, -0.0197979435, 0.0315175019, -0.00798993744, -0.00251896773, -0.000249455188, -0.0392715707, -0.0164221209, 0.0155671099, 0.00345690083, 0.0129725914, -0.0259451829, 0.00424189, 0.013377985, -0.0166285038, 0.018043695, -0.00936827529, -0.00456251949, 0.0401855521, 0.0231885072, 0.0272866674, 0.00647523953, -0.0111814896, -0.017203426, 0.0026995521, 0.00751452101, -0.0158914253, 0.0412174612, -0.00673321728, 0.0178962797, 0.0167906601, -0.00531065464, 0.0152722783, 0.0458758026, 0.0118890852, -0.00751083577, 0.0283628032, -0.00955254491, -0.00979578, 0.0191640556, -0.0015515514, -0.0116827032, 0.00410184497, -0.023630755, -0.002955687, -0.0266527794, 0.00947146583, 0.00548386807, 0.0407752134, -0.0077982964, 0.00520377839, 0.00664476771, 0.00888180267, 0.0255324189, -0.00518535124, 0.0213310681, -0.0122797368, -0.0193114709, 0.00972944405, -0.00416081119, -0.0198421683, -0.0298664439, -0.0002600507, -0.013584367, 0.00937564578, -0.0167316943, -0.00339793437, -0.00859434158, 0.00950832, 0.0159503911, -0.0340825357, -0.00508953072, 0.012965221, 0.00325420406, -0.00624306, -0.0185596514, 0.000852708356, 0.0226430688, 0.0264316555, 0.000476798, -0.0324609615, 0.0106360512, 0.0183237847, -0.00559811527, -0.00311968708, 0.01659902, -0.0179699883, -0.0140634682, -0.0184122343, -0.0190313812, 0.0228641927, 0.0263874307, 0.00784252118, 0.019709494, 0.0238961037, 0.00784989167, -0.00786463358, -0.0124050407, -0.00179663021, 0.0137022994, -0.00911029708, 0.00784252118, 0.00425663171, -0.0141592892, -0.00476153055, -0.0319007821, 0.000220202375, 0.0315764658, -0.0203876067, -0.00218543946, -0.00861645397, 0.0124861198, 0.0135327717, -0.00857222918, -0.0108645456, -0.0133485021, 0.000764258846, 0.0155671099, 0.00236418098, 0.0486767, -0.0122944787, -0.00165382109, -0.000138778167, -0.00823317282, 0.0122871082, 0.021552192, -0.0143435588, -0.00997267943, 6.4897511e-05, -0.0407162458, -0.0155671099, 0.00337766483, -0.0139307939, 0.00922085904, -0.0198863931, -0.000688708271, -0.0291146226, -0.00939038768, -0.00747766718, -0.0229231585, -0.0264758803, 0.00191087741, -0.0255029351, 0.00741501525, -0.00653420575, 0.0173950661, 0.00041368563, -0.0111372648, 0.00947883632, -0.0187218077, 0.0316059515, -0.000798348745, 0.00696171168, -0.00838796, -0.0101643205, 0.029232556, -0.00899973512, -0.028215386, 0.0249722395, -0.0293799713, 0.0216848664, -0.00710544223, -0.00703542, -0.00723074563, 0.0121102091, -0.0452861376, 0.00737079047, -0.00144836039, -0.014314075, 0.0407752134, -0.0167022124, -0.0174687747, 0.0171002336, 0.0335223563, -0.0030238668, 0.0109529952, -0.000925034226, -0.0319302641, -0.0195915606, -0.011822748, 0.00594822783, -0.00655631814, -0.0556936935, 0.00504899165, -0.00995056704, 0.0199158769, 0.00788674597, -0.00227757427, 0.0107023884, 0.0228936765, 0.00559811527, -0.010901399, -0.00881546549, -0.00219096756, -0.0479396209, -0.0018813943, -0.0198569093, -0.0152575364, -0.000463208125, 0.0164810885, -0.00571973342, -0.00604036311, -0.0142698502, -0.00866805, 0.00695065549, 0.00803416222, 0.0132084563, -0.0280827116, -0.00855748821, 0.00296858582, 0.00660791388, 0.0141445473, -0.0295716114, 0.00155339413, 0.0159061663, 0.0087933531, -0.00484998, 1.8542145e-05, 0.0574332, 0.00840270147, 0.0148742553, 0.0286576338, 0.000619607104, -0.0240140352, -0.00109824783, 0.00178281, 0.00244894507, 0.0313700847, 0.0104960054, -0.0506520718, 0.00496791303, 0.0186923258, -0.0171444584, -0.0213458091, 0.0272719245, 0.0163336713, 0.0214195177, -0.0255913846, 0.00950094871, 0.00342188962, -0.00593348639, 0.0233948901, -0.0167316943, 0.00489051966, -0.0149627049, 0.0120365014, 0.000196938316, -0.0151838288, -0.0138939405, -0.0153312441, -0.0106581636, -0.00034850018, -0.0264758803, 0.00915452186, 0.0230853166, -0.0174392909, -0.00885969, -0.00916189235, -0.0061398684, -0.000157320319, -0.0240730029, 0.00222045067, 0.0152575364, 0.00392494584, 0.0311637037, 0.033787705, 0.0025171251, 0.00911029708, -0.00770247635, 0.00318233878, 0.0130831534, 0.0130168162, 0.005284857, -0.0177488644, -0.00646418333, -0.0143583, 0.0232622158, 0.0163041893, -0.00221123709, 0.00700593647, -0.00332975457, -0.000688708271, 0.0106213093, 0.018648101, -0.0174540319, 0.00958202779, 0.0168791097, -0.0158766825, -0.0328147598, 0.00278800144, -0.0078130383, 0.0190166403, -0.0270360596, -0.0328737274, -0.0101200957, -0.00285802409, -0.0026479566, -0.010569714, -0.0170707516, -0.00458831713, 0.0247953404, -0.0105549721, 0.0622684397, -0.00681798114, 0.0111077819, 0.00167869753, -0.0037111931, -0.00949357823, 0.020122258, 0.0122871082, 0.00114707928, -0.0108719161, -0.0115573993, -0.000556034036, 0.0184269771, -0.00988423, -0.0136064794, -0.00377753028, 0.0161272902, -0.0223482363, -0.00626885751, 0.0197684597, -0.00023091305, 0.00517061, 0.0238371361, 0.00347348512, -0.0132821649, -0.0138718281, -0.0101569491, -0.00748872338, 0.0156555586, 0.0157882329, 0.00106507924, -0.00193298981, 0.0087933531, -0.0211983938, 0.0185891334, 0.00410921592, 0.0240287781, -0.00070575322, -0.0249574967, -0.0202401914, 0.0196800102, 0.0171886832, -0.0115942536, -0.0122576244, -0.00584503682, -0.00801942, 0.00594822783, -0.00472467672, -0.0218322817, 0.020520281, 0.0133411307, 0.0218322817, 0.0080636451, 0.0320187137, -0.0013921581, -0.018825, -0.0125082312, 0.00388072128, -0.00409078877, 0.00777618401, 0.0106876465, 0.000272258592, 0.00299254106, -0.0104149273, -0.0208593383, 0.00670373393, -0.0114394668, 0.00421977742, 0.0113362763, -0.00702067791, 0.012346074, 0.021979697, -0.00616935175, -0.0100021632, 0.0138865691, 0.0027106083, 0.0316059515, 0.0120659843, -0.00596296974, -0.0131494906, 0.00863856636, 0.00157089974, 0.0124640074, -0.0106655341, -0.000369921559, -0.0116384784, 0.00332238385, 0.00664845295, 7.50899271e-05, -0.00674427347, 0.00889654458, -0.0106729046, -0.0045293509, -0.0195325948, -0.00442984514, -0.00519272219, -0.00629834039, -0.00928719621, 0.0169233344, 0.0280827116, 0.00991371367, 0.0138865691, 0.00632045278, -0.0043893056, -0.00719020609, -0.00732288044, -0.00324499048, -0.00137096702, 0.0119185681, 0.0100906128, -0.000905685883, -0.0312226694, 0.000620528415, 0.00134977605, -0.000575843034, -0.012124951, 0.0101422081, 0.00967784785, -0.0276699476, -0.00593348639, -0.0289524663, -0.0167611782, -0.00468045194, -0.0307804216, 0.0140708396, 0.0235865302, -0.0310752541, 0.0117195575, 0.0241024848, 0.00181137177, -0.0071459813, 0.0101348367, 0.0142624797, 0.000661067781, -0.00149166374, -0.00558337383, 0.0136875585, -0.0170707516, -0.00946409535, 0.00559811527, 0.00632413849, 0.000157550647, 0.0164663456, -0.0311342198, -0.00231811358, 0.0170560088, 0.021552192, 0.00932405051, 0.00686589163, -0.0128841419, 0.0231000576, -0.0235717893, -0.00815946516, 0.000713124, -0.00801205, -0.00799730793, -0.00644207094, -0.00855748821, -0.0191493146, -0.00432665413, -0.001944046, 0.0334339067, 0.000902461179, -0.0020748775, -0.0105254892, -0.00292436127, -0.00576764345, 0.00312153, 0.0138423452, 0.0201812256, 0.0106360512, -0.0237044618, -0.0167316943, -0.0136359623, -0.00444458658, 0.0019809, 0.0119554223, -8.23455484e-05, -0.00584135158, 0.0182648189, -0.0124050407, -0.011616366, -0.00334081077, -0.00562759861, -0.021552192, 0.0135254012, 0.0150511544, -0.000467354199, -0.019709494, 0.0113952421, 0.00557968859, 0.0544554, 0.00526643, 0.0162599646, -0.00871227495, -0.00715335226, 0.021979697, 0.0121691748, -0.0141592892, -0.010171691, 0.0161125474, -0.00591874495, -0.0303086918, -0.00419029454, -0.0095451735, -0.0134222098, -0.0242941268, 0.00431928318, -0.0177046396, 0.00981789269, -0.0195178539, -0.00890391506, 0.0234391149, 0.0147194685, 0.00403919304, 0.024677407, -0.0125671979, -0.0226578098, -0.00898499414, 0.00613618316, -0.000442938443, -0.00818894804, 0.0171297174, -0.0224219449, -0.0263432059, -0.0010171691, 0.00853537582, -0.0130536705, 0.00605510455, 0.00302018155, 0.0187955163, -0.00755506055, 0.0093461629, 0.0281121954, -0.0080636451, 0.00476153055, 0.00621726178, -0.0209330451, 0.00346795702, 0.0062651718, -0.00327631645, 0.00810787, -0.0206382144, 0.00307177706, -0.000580910419, -0.0178078301, 0.00381069886, 0.0300138593, 0.0228494518, -1.8441373e-05, 0.00384018198, -0.0167022124, -0.00698750932, 0.0258125085, 0.000282623747, 0.00888917316, -0.00413501356, -0.0196357854, -0.0181321446, -0.00109087699, 0.000182427073, 0.00999479182, -0.00598876737, -0.00944935344, 0.0245299917, 0.0064383857, 0.00491263205, 0.0104001854, 0.00615461031, 0.0163926389, 0.00663371151, -0.0121470634, 0.0256356094, 0.0131421201, 0.00542490184, 0.0263874307, 0.00911029708, 0.0115426583, 0.00243788911, 0.018028954, -0.0187660325, -0.00768036395, 0.0177193806, -0.0194588881, 0.0111520058, -0.0115205459, -0.0168643687, 0.0269918349, -0.0189134479, 0.0308393873, 0.0163631551, 0.0127072427, 0.00699856551, -0.00331132766, 0.0148668848, 0.00410921592, 0.013377985, -0.00469519384, 0.0209330451, 0.0041386988, -0.0173361, 0.0144025246, 0.00445932848, 0.0227610022, 0.0296305791, -0.000164230427, 0.0160535816, -0.00492000254, -0.00944935344, -0.00227204617, -0.00901447702, 0.0154049527, 0.00522220507, 0.00316944, 0.00837321859, 0.00691011641, -0.0115352869, 0.00218543946, 0.00749977957, -0.00475416, 0.0105107473, -0.00791622885, -0.0082773976, 0.00585240778, -0.0147636933, -0.0165547952, -0.0111298943, 0.0208740793, 0.0118522309, -0.0216111578, 0.0045404071, 0.00480944104, 0.00133779855, -0.00759928534, 0.0173361, -0.00685852068, 0.0105991969, -0.00305703538, 0.00126685458, 0.0121691748, -0.0213310681, -0.0171002336, -0.014409896, -0.0060366774, -0.0180879198, -0.0112183429, -0.0178373139, -0.00399496872, -0.0255324189, -0.0202401914, -0.00462517096, -0.00869016256, 0.0174835157, 0.0010005848, -0.0225546192, 0.000781303796, -0.00749977957, 0.0241024848, 0.0012843603, -0.00793097075, 0.00815946516, 0.00960414, 0.000730168947, -0.0104001854, -0.0184122343, 0.0226725526, -0.0115205459, -0.030279208, 0.0208593383, 0.0152280536, 0.0140045024, 0.0167169534, -0.016997043, -0.00234391144, -0.0116679613, 0.01193331, 0.00191824825, 0.0253555197, -0.0109603656, -0.0163778961, -0.00229784404, -0.0121544339, -0.0168643687, 0.000235289452, 0.00516323885, 0.005911374, 0.0095599154, -0.0147636933, 0.00462517096, -0.00513007026, 0.0156408176, 0.0202549323, -0.0247953404, -0.0202401914, -0.0134885469, -0.000805719523, 0.0061767227, -0.00882283598, -0.0181174036, 0.00703910505, -0.0129799619, -0.0233948901, 0.0276994314, 0.00674795872, 0.00601825071, -0.00595191354, 0.0151543459, -0.00261294516, -0.0134885469, 0.0158914253, 0.00703542, -0.0125598274, 0.000763337477, -0.0156997833, 0.0286428928, -0.0104886349, 0.00544701423, -0.00600350881, 0.0170412678, 0.00676270062, -0.00768036395, 0.000830135308, 0.00116274226, 0.0298222192, 0.00186849537, 0.0050195083, 0.0263579469, 0.0266970042, 0.0152722783, -0.00956728589, -0.000873899378, 0.0298959259, 0.0236749798, -0.000361629413, -0.00277326, -0.00786463358, -0.00706121745, -0.018648101, -0.00784989167, -0.00368908071, 0.00627991371, -0.0140560977, -0.00194036064, 0.0152575364, 0.0146826152, 0.00263505755, 0.00424189, -0.000955438707, -0.0245594736, -0.00344031653, -0.00364485593, 0.0261810478, -0.0264463965, -0.00804153271, 0.000602562155, -0.0361463577, 0.0228641927, -0.00843955483, -0.0215227082, 0.0029040915, 0.00841007195, -0.0109308828, -0.00246737222, -0.00734499283, 0.012648277, 0.0240287781, -0.00390651915, 0.0365296379, -0.00691011641, 0.00672953203, -0.0162894465, 0.0216111578, -0.00392494584, 0.01025277, 0.00100334885, 0.00307177706, -0.00614355411, 0.0199453589, 0.00256134965, 0.00543595804, -0.012139692, 0.0019551022, 0.0160535816, -0.00714229606, 0.00294647366, -0.00675532967, 0.0159209073, 0.0238518789, -0.00471362052, 0.0136433337, 0.0141445473, -0.00268665329, 0.00542858709, 0.0149037382, -0.010046388, 0.00275851833, 0.00941987056, -0.0107318712, -0.00159393344, -0.0108055789, -0.0127146142, 0.00649735192, -0.00456251949, 0.00560917147, -0.00735604903, -0.00632782374, 0.00316022639, 0.00162157393, -0.015345986, -0.037944831, -0.00146494468, 0.0169085935, 0.00285618147, 0.00965573546, -0.0294389371, 0.0201959666, 0.0216996074, 0.0169528183, 0.0202844162, 0.00544332899, 0.00790885836, -0.00562759861, 0.00103743875, 0.00559443, -0.0161125474, 0.0314880162, 0.000635730685, -0.000484168821, 0.0030865185, 0.00010520652, 0.000282854104, -0.0246036984, 0.00355272111, 0.00355640636, -0.00180400105, -0.00794571266, -0.000244157447, 0.0121691748, 0.00865330826, 0.00886706077, 0.0188544821, -0.00493474444, -0.0214784835, 0.0105328597, -0.0123755578, 0.01109304, 0.0117711527, -0.00482049724, 0.00598508213, -0.00888917316, 0.0127293551, -0.00649366667, 0.0123092206, 0.0131642325, 0.00795308314, -0.0157440081, -0.00546544138, -0.0286576338, 0.0140560977, -0.0105918264, -0.00993582606, 0.00860908348, -0.0195768196, 0.0172476508, -0.0135401422, -0.00449986756, 0.0249280147, -0.0118964557, 0.00627254276, -0.0120586138, -0.00226836093, 0.00717915, 0.0206087306, 0.0233654063, 0.00436719367, -0.00846166722, -0.0106507922, -0.03523238, 0.0158177167, 0.0245742165, -0.0144688617, -0.0100390166, -0.00415712595, -0.0117048156, -0.00681429589, 0.0104370397, 0.00937564578, -0.0254439693, 0.0105107473, 0.00337582221, 0.0233211815, -0.0183827523, -0.00606984599, -0.00288566458, 0.0132895354, -0.00190719205, 0.00782040879, 0.0295421295, -0.0014667873, -0.00682535209, 0.00344215916, 0.00351771, 0.0171444584, 0.0399496853, 0.00204170891, -0.00759191439, -0.0120659843, 0.00904396, -0.0193704385, 0.0138718281, -0.0165253133, -0.0177341215, -0.000450769905, 0.00103191065, 0.013694929, 0.000706213876, -0.00179663021, 0.0082773976, 0.0237929113, -0.00415712595, 0.00229968666, -0.00965573546, 0.0231737662, -0.0204907972, 0.0095599154, 0.0173950661, -0.00226467545, -0.0187807754, -0.00763613917, -0.0115868831, -0.0179847293, -0.0170854926, -0.0147931771, 0.005911374, 0.00521483459, 0.0136728166, -0.00348454132, -0.0164516047, 0.00696908263, 0.00300359726, 0.00688063307, -0.0280237459, 0.0124934902, 0.0312521532, -0.00871227495, 0.0069322288, -0.0143361874, -0.00417923834, -0.00870490354, -0.0107318712, -0.0252523292, -0.00665950915, -0.00905870181, -0.00359326042, 0.00552072236, 0.0136433337, -0.0121839168, 0.00824791472, -0.0167906601, 0.000321781088, -0.0132747935, -0.00389546296, 0.00516692409, 0.00895551, -0.018028954, 0.0130905239, 0.0118153775, -0.00727128517, -0.00137741654, -0.0141887721, -0.00937564578, 0.00731182424, -0.01482266, -0.0131863449, 0.0183385275, 0.0214932263, 0.0174245499, -0.0122060291, -0.000432112603, -0.00665213866, 0.0131347487, 0.0113731297, 0.000843034184, 0.00462148571, -1.72752898e-05, -0.0049163173, 0.0161272902, -0.0171592012, 0.0324314795, 5.23153394e-05, -0.00291330507, -0.00798256602, -0.00163815822, -0.0305445567, 0.00547281187, -0.00234391144, 0.00865330826, -0.0147415809, 0.029660061, -0.00796045363, -0.0006306633, 0.00363379973, 0.00559443, -0.00633519469, -0.0117637822, -0.0060514193, -0.00316575449, -0.0046546543, 0.0193262137, -0.00267743971, -0.0223040115, -0.00493474444, -0.0225103945, -0.0111962305, 0.000535303669, 6.47823399e-05, -0.00367618189, -0.0124345236, 0.0221565962, -0.0183237847, -0.00408341782, 0.00568287959, 0.00429717079, -0.00407236163, -0.0201812256, 0.00257056323, -0.0175572224, -0.0146605028, 0.00533645228, 0.00643101474, 0.00852063391, 0.0135622546, -0.0164516047, 0.00731182424, 0.00297779939, -0.0173213575, -0.0224809106, -0.00122355123, 0.00622463273, -0.01025277, 0.00161328178, 0.00157274248, 0.0130168162, 0.0252818111, 0.0182353351, -0.000805258867, -0.00931667909, 0.00180307962, -0.0173066165, 0.0197389778, 0.00266822614, 0.000714506, 0.00915452186, -0.0097736679, 0.000410460896, 0.00144836039, 0.0095599154, 0.0130389286, 0.0182353351, -0.0144762332, -0.0197979435, 0.00556126144, -0.0052701151, 0.00827002712, 0.0167464372, 0.0372372344, 0.0197389778, -0.0146236485, -0.0227610022, -0.00275299023, 0.0218027979, -0.0149627049, -0.00206013606, 0.00715335226, -0.0020177539, -0.017218167, -0.0080489032, 0.0202844162, -0.023026349, -0.00683640828, -0.00869753305, 0.00411290117, -0.0125598274, 0.0027106083, 0.0230705738, -0.00521114888, 0.0125966808, 0.000640798127, -0.0167759191, -0.00931667909, 0.00757717295, 0.0126187932, 0.0152427955, 0.00165842788, -0.0174835157, 0.00809312798, 0.00913978, -0.0339351185, -0.00256872061, 0.000563865469, 0.00181689986, -0.0193409547, 0.000322702428, 0.0088302074, 0.000157665825, 0.0201517418, 0.012663018, 0.0353797935, -0.0144614913, 0.0241024848, -2.53802809e-05, 0.00526643, 0.000474033965, -0.0140560977, 0.00539173326, -0.00847640913, -0.00191272015, -0.00668530725, 0.00478364294, 0.00415712595, 0.00200485508, -0.0154049527, 0.0173803251, -0.00998742133, -0.0220386647, 0.019060865, 0.00743712764, -0.00979578, 0.00812261086, -0.0308099054, 0.00138018059, 0.00250606891, 0.0213310681, -0.00679586874, -0.0276257228, 0.00898499414, 0.0141740302, 0.00325788953, 0.0239403285, 0.00335370982, -0.00676638586, 0.0248837899, -0.00337029411, 0.00869016256, 0.0142772216, -0.0157292672, -0.0210362356, -0.00385123817, 0.00893339794, -0.00341636152, 0.00640153186, 0.0195768196, -0.00858697109, 0.0206824392, -0.0214637425, 0.0103117358, -0.0261810478, 0.0256208684, 0.00434508128, 0.00385860889, 0.00601825071, 0.0212573595, -0.00429348554, -0.00256319251, 0.0122060291, -0.0189724155, -0.0284954756, 0.0107466131, 0.00700593647, 0.0161420312, -0.00636467757, 0.00198274269, 0.0104149273, 0.00957465731, -0.0202696733, 0.0043008565, 0.0119627928, 0.0109898485, 0.00233654073, -0.0138791986, -0.00679586874, -0.00345874345, -0.00508953072, 0.0137244118, 0.0251933616, 0.0132158278, -0.00417186739, -0.00900710654, 0.0120733548, -0.00812998228, 0.0085648587, 0.00519640744, -0.00966310687, 0.00407604733, 0.0116827032, 0.0199601017, -0.0133190183, 0.00824054424, -0.00457726093, 0.0015635289, 0.0164221209, 0.0110709276, 0.0320776813, 0.00652314955, 0.0183237847, 0.0232769568, -0.0238961037, 0.0113657592, -0.0145941656, -0.000633427291, 0.00269586663, -0.0399496853, -0.00304413657, 0.0313995667, -0.00871227495, 0.0237192046, -0.00782040879, -0.0147415809, -0.00504162069, 0.00833636429, 0.00286539481, -0.0155965928, 0.025104912, -0.0228789337, 0.00776144257, 0.00164645037, 0.0245742165, 0.00653052051, -0.00255950703, 0.0137538956, 0.00943461154, 0.00542858709, 0.0141592892, 0.00088725891, -0.0217143483, 0.00484260963, 0.000511809252, 0.000475416, -0.00441878894, -0.0173213575, -0.0131789735, 0.0095451735, 0.0206529554, -0.00911029708, -0.0166285038, -0.00233101263, 0.0142845921, 0.00470993528, -0.0110119609, -0.0129209962, 0.00661159912, -0.00996530894, -0.0256061275, 0.00329474336, -0.00619883509, -0.0113289049, 0.00203618081, 0.0018869224, -0.0163926389, -0.00500108162, -0.0145720532, 0.00949357823, 0.00745186908, -0.0213458091, 0.00955254491, 0.00846903864, -0.00407236163, -0.00834373478, 0.00383281102, -0.00370935048, 0.0117048156, 0.00656000385, 0.0233211815, -0.000376601325, -0.0173361, 0.0220976304, 0.00812261086, -0.00822580233, -0.00534013798, -0.013171603, 0.00187218084, -0.00893339794, -0.00149811315, 0.0199453589, 0.0149848172, 0.0206971802, 0.010776096, 0.00513744121, -0.0255619027, 0.0235128216, 0.0107171293, -0.0316354334, -0.00535487942, 0.00360431662, 0.00906607229, -0.01202913, 0.0190461222, -0.01482266, 0.0144025246, -0.00381806958, 0.00808575749, 0.00244525983, 0.0171444584, -0.0150658963, 0.0061398684, 0.0132084563, -0.00773933, -0.0234833397, 0.00418660929, -0.00167685491, 0.0222597886, 0.0106286798, -0.00274009141, -0.0162009969, -0.00114339392, -0.0151838288, 0.0183237847, 0.00541753089, 0.0303086918, 0.00935353339, 0.0101864329, -0.00581923919, 0.00447038468, 0.00544701423, -0.016186256, 0.0071570375, -0.0098473765, 0.0187955163, -0.0103264777, -0.0189724155, -0.0042750584, 0.0207119212, 0.0189724155, -0.0380332805, -0.0137317833, 0.00888917316, -8.70242729e-06, 0.0196210444, 0.00349006942, 0.000319477695, 0.0181763694, 0.00595559878, -0.0114910621, -0.00678481255, -0.00847640913, -0.0156113347, -0.00456251949, -0.0188987069, 0.0191787966, 0.000218820351, -0.00754031865, -0.00218175398, 0.00223703496, 0.0103485901, -0.00494211493, -0.0192967299, -0.031753365, -0.00346242893, -0.0105623426, 0.0313111171, -0.0154196937, -0.00276036118, 0.00522957603, 0.000302202418, -0.0020582932, -0.00169436052, -0.0123534454, 0.0185301676, 0.00640153186, 0.00150271994, 0.0123829283, -0.000205691133, -0.00327815907, -0.0187218077, 0.00418292359, 0.000963730854, -0.0100979833, 0.0265790708, -0.0213458091, 0.0153017612, -0.0316649154, -0.0474678911, 0.0229379013, -0.0154639184, 0.034023568, -0.0397138186, 0.0143877836, 0.0164368637, -0.00757717295, 0.0217880569, -0.0134664346, -0.0238961037, -0.00320997927, 0.0111077819, -0.0105107473, -0.0199306179, 0.00935353339, 0.0260188915, 0.00612144172, 0.0162157398, -0.0310162865, 0.0110045904, 0.00121525908, 0.00429717079, 0.00974418502, 0.00484260963, 0.0174540319, -0.00419766502, 0.00595559878, -0.019075606, -0.0153017612, -0.018250078, 0.00563865481, -0.00958202779, 0.00995056704, 0.0158029757, 0.00345690083, 0.00501213782, -0.00869753305, -0.00343110296, -0.0115426583, 0.00404656399, 0.00661528436, 0.0158914253, 0.00662634056, -0.000513652, 0.0161125474, 0.00336660864, 0.00126224791, 0.0160388406, -0.00913978, -0.00794571266, -0.00313995685, -0.00310494564, -0.0132231982, -0.00440773275, -0.00486103632, -0.00850589201, 0.00846166722, -0.017218167, -0.00359326042, 0.00123368611, 0.000582292443, 0.00259820372, -0.0144320084, 0.00204170891, 0.00235865288, 0.011616366, -0.00650103716, 0.0217880569, 0.0106139388, -0.00357299065, 0.0142108845, -0.0110635571, -0.00302939489, 0.0148668848, 0.00266454089, 0.0128325466, -0.0194294043, 0.00913978, 0.00377200218, 0.0274783075, -0.000497067696, -0.00710175699, 0.00637941947, 0.00148982101, -0.0182205942, -0.0179405045, 0.0152280536, -0.03765, -0.0122281415, -0.00658211624, 0.0203138981, -0.00959677, -0.0035914178, 0.0105107473, 0.0040133954, -0.017630931, -0.00550966617, -0.00258714752, 0.00713861082, -0.01109304, 0.00478732865, 0.043782495, -0.00835847668, 0.000380977726, -0.0118596023, -0.00387703581, 0.000979393837, 0.00608827313, -0.00354719302, -0.00435613748, -0.000145342783, 0.000984000508, 0.0108129494, -0.000421056408, 0.0087933531, 0.00420872122, 0.000660146412, -0.0223482363, 0.00284328242, 0.0326083787, -0.00319523783, -0.00221308, 0.0146457609, -0.0285691842, 0.024692148, 0.00350849633, 0.000547741889, -0.00674058823, 0.00282854098, -0.00868279114, 0.00161604583, -0.0354387611, -0.00392863154, 0.00571973342, -0.0209920108, 0.00594822783, -0.0314880162, 0.0255029351, -0.0154491775, -0.00950832, -0.0325494111, -0.0220681466, -0.00635730708, 0.00110930402, -0.0158177167, 0.0202107076, 0.0184417181, -0.00673690252, 0.00981789269, 0.0037627886, 0.013776008, -0.0149111096, 0.000712202629, 0.00666688, 0.0010577084, 0.00937564578, 0.0251343958, -0.00743712764, -0.0113805011, -0.00759928534, 0.00904396, 0.015029042, -0.00523694651, -0.0152133116, -0.00139492215, -0.00744818384, -0.00551335141, -0.0181911103, 0.00458463188, -0.0200338084, 0.00381069886, 0.00380332791, 0.023217991, 0.00699119503, 0.0150806373, -0.0194146633, 0.00201406842, 0.00898499414, 0.0193409547, 0.00300359726, -0.0327263102, 0.00886706077, 0.00757717295, -0.00163355144, 0.00927245431, 0.00738921762, -0.014092952, -0.0070427903, 0.00987685937, 0.0154344356, 0.0187955163, -0.0010171691, 0.00612512697, 0.0173066165, -1.89452348e-05, 0.00351033895, -0.00474310387, 0.00675901491, 0.00157089974, 0.0162452217, 0.0168938525, 0.0156260766, 0.00512269931, -0.0107613541, 0.0448733717, -0.0133116478, 0.0196800102, -0.000156629307, -0.00104849495, 0.00196984387, 0.0166432448, 0.000137856812, 0.0145425703, -0.0265938118, 0.00572341913, 0.0243530925, -0.010363332, 0.0204023477, -0.00552440761, 0.00770984683, -0.0160388406, 0.00945672393, -0.0232769568, -0.0104444101, -0.00978103932, -0.0311637037, -0.0104370397, 0.0157882329, 0.0212721024, 0.0109161409, -0.0115868831, -0.0382691436, -0.014505716, -0.0110561857, 0.00914715137, -0.0216553826, -0.0098473765, -0.011409984, 0.0269918349, 0.00251528225, 0.00955254491, 0.0171444584, 0.00419398, -0.00626885751, 0.0172771327, -0.0126335351, 0.0036651257, -0.0150216715, -0.0231590234, -0.015537627, 0.01659902, 0.00557600288, 0.00614355411, 0.00240656314, -0.00616566651, -0.00532908179, 0.0271392502, -0.00975155644, 0.0153312441, 0.0135917375, 0.00521114888, -0.003888092, -0.0322250947, 0.00502687925, 0.0129504791, -0.00179478747, 0.00518903648, 0.0150143, -0.00592611544, 0.0142624797, -0.0021946528, 0.00731550949, 0.0028819791, 0.00734867807, 0.0103854444, -0.00620620558, -0.0201812256, 0.00316944, -0.0112478267, 0.0196357854, 0.0017671471, 0.0142772216, 0.00736342, -0.0208003707, -0.0167022124, -0.00521483459, -0.0152870193, -0.000656921708, 0.0155081432, -0.000301511405, 0.00762876822, -0.000879888132, -0.0147415809, -0.0219059903, -0.00303492299, -0.00372593454, -0.00658211624, 0.00476521626, -0.0110709276, -0.00304966467, -0.00224624854, 0.0148595143, 0.00514849741, -0.00159946154, -0.00841744244, 0.0141592892, 0.00535119418, -0.00871227495, -0.00692854309, 0.0101200957, -0.00869753305, -0.00217991136, 0.0208593383, 0.010790837, 0.00894814, -0.00742607145, 0.00944198295, 0.00443721609, -0.00674427347, 0.000679494755, 0.00333528267, -0.00345874345, 0.0115573993, -0.000962809543, -0.00284881052, 0.00630939659, -0.0332275257, -0.0054101604, 0.00640890235, -0.0172476508, -0.0149995591, 0.00144836039, -0.00732656568, 0.0150732668, 0.00793097075, -0.00795308314, 0.0411290117, 0.0175424814, -0.00129633781, -0.0137317833, 0.00181045046, -0.00107337139, 0.000871596, 0.002205709, -0.0190313812, 0.00605510455, -0.00229415856, -0.0222303048, -0.00668899249, -0.00363011449, -0.00427874411, 0.0196505282, 0.00336108054, 0.00206197868, -0.00869016256, 0.00365775474, -0.0147342104, 0.0146089066, -0.0101348367, -0.00965573546, 0.0250754301, -0.00748135243, -0.00362274353, -0.00762139773, 0.0114836916, 0.0247363728, 0.0194736291, 0.0211836528, 0.00702436361, -0.0181911103, -0.00262584421, 0.0104812644, 0.00137373107, -0.00667425105, 0.00177820318, 0.0157440081, -0.00882283598, -0.00656737434, -0.02218608, -0.0112699391, 0.0100242756, 0.00449249707, -0.00400971, 0.00272903522, -0.0110119609, 0.0234096311, -0.00123092206, 0.0152427955, 0.0131789735, 0.00799730793, 0.000878045452, -0.0104075568, -0.00283775432, 0.0123387035, 0.015758751, 0.0027622038, -0.018825, -0.0108203208, -0.00786463358, 0.0138718281, 0.0167611782, -0.00254660822, 0.0217290912, 0.00851326343, -0.0293062627, -0.000980315148, -0.000147185478, 0.00671110488]
|
18 Nov, 2020
|
HTML5 MathML symmetric Attribute
18 Nov, 2020
If the stretchy attribute is set to true, it specifies if the operator should be vertically symmetric around the imaginary Math axis. This attribute is accepted by the <mo> tag only.
Syntax:
<element symmetric="true|false">
Attribute values:
true: It specifies the operator should be vertically symmetric around the imaginary math axis.
false: It specifies the operator should not be vertically symmetric around the imaginary math axis.
Example: Below example illustrates the symmetric attribute in HTML5 MathML.
HTML
<!DOCTYPE html>
<html>
<body style="text-align:center;">
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML symmetric Attribute</h3>
<math>
<mrow>
<mrow>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo stretchy="true"
symmetric="true">+</mo>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
</mrow>
<mo>=</mo>
<msup>
<mi>z</mi>
<mn>2</mn>
</msup>
</mrow>
</math>
</body>
</html>
Output:
Supported Browsers: The browsers supported by symmetric attribute are listed below
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute/HTML5 MathML scriptsizemultiplier Attribute/HTML5 MathML selection Attribute/HTML5 MathML separator Attribute/HTML5 MathML rspace Attribute/HTML5 MathML stretchy Attribute/HTML5 MathML subscriptshift Attribute/HTML5 MathML supscriptshift Attribute/HTML5 MathML symmetric Attribute
|
https://www.geeksforgeeks.org/html5-mathml-symmetric-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML symmetric Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, HTML5 MathML stretchy Attribute, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, HTML5 MathML rspace Attribute, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML separator Attribute, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, HTML5 MathML subscriptshift Attribute, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, HTML5 MathML supscriptshift Attribute, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, HTML5 MathML selection Attribute, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, HTML5 MathML symmetric Attribute, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, HTML5 MathML scriptsizemultiplier Attribute, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.00627168082, -0.00886144303, -0.0200606119, 0.0383094847, 0.0852685571, 0.0183511488, -0.00277970242, 0.00768527435, -0.0137852784, 0.0218723491, 0.00840120297, 0.012857493, -0.00104284496, -0.0152974948, -0.00223727687, 0.0136099486, -0.0111041991, 0.00687437598, -0.0172553398, 0.0122365346, -0.039361462, 0.0143989315, -0.0514884181, -0.00167384837, -0.0470175147, 0.00928515568, -0.000475307199, 0.0150929438, -0.0125506669, 0.00702778902, -0.0142236017, -0.00707892701, -0.0103736594, -0.0044453321, -0.0149176149, -0.0126456367, 0.00428461377, 0.0242977403, -0.0233918708, -0.0142382132, 0.00175512093, -0.00757569354, 0.010643959, 0.0304781031, 0.0226467215, -0.0272198971, -0.00357416412, -0.00191949226, -0.00504802726, 0.00159531541, 0.0372575112, 0.0072542564, 0.025817262, 0.01038827, 0.0182634853, 0.00188661797, 0.0261679217, 0.00619132165, -0.0201190542, -0.0132885119, 0.00107389293, -0.0568359643, -0.0214194153, -0.0188771375, -0.0390400253, 0.0123753371, 0.0117689902, -0.00400700839, -0.0126310261, 0.011812822, -0.0490922481, 0.0494721271, 0.0341015793, -0.0120465951, 0.00101727608, 0.0139752189, 0.0330496021, -0.00357416412, 0.00484347623, -0.0095116226, 0.0188625269, 0.00727982493, -0.0404134393, -0.000388555636, 0.0226028897, 0.0206158217, 0.00682323799, -0.035591878, -0.00896371808, 0.0147788124, -0.0292215757, -0.0228074398, 0.00800671149, -0.0111991689, 0.00211856421, 0.00546808727, -0.00083464128, -0.00233955239, 0.00113964151, -0.0200898331, -0.00404718844, 0.0217116307, -0.00476311706, -0.00173046521, 0.00634108204, 0.00558497384, 0.019783007, 0.00338239735, 0.032026846, 0.0328742713, -0.00599042326, -0.0263724718, 0.00245826505, 0.00796288, -0.0360302031, 0.0355334356, -0.0427803881, -0.0472220667, 0.0272929519, 0.0151659977, -0.0662160888, 0.00932898838, -0.00677575311, 0.0236840881, -0.0146253984, 0.0225006137, -0.0678525, -0.0430433825, 0.0214924701, -0.0430726036, -0.0103444383, 0.0163348615, -0.0105343778, -0.0513715297, 0.00900755078, 0.0241954643, 0.0248821713, 0.0506117679, -0.0369945168, -0.00939473696, -0.0441538021, -0.00335865491, 0.0432479307, 0.0457902104, -0.0782553777, -0.0120612057, 0.00173868379, 0.0284764264, -0.0117397681, -0.000282855734, -0.0269715153, -0.0130547388, 0.00221718708, -0.0122949779, 0.0350951143, -0.0157650411, -0.0118712652, 0.00624976447, 0.0558716543, 0.000881213171, -0.0120319836, 0.0114548579, 0.0144208474, 0.0584139302, -0.0190670788, 0.0381926, -0.025817262, -0.0162764173, -0.00989150349, 0.0348613411, -0.0179128256, 0.0151367765, -0.0169339031, 0.0011898661, -0.0229097158, 0.0110457558, -0.00479599135, -0.0260656457, 0.025817262, -0.0515468605, -0.032026846, -0.0273513943, 0.0299813375, 0.0231142659, -0.013953303, 0.0376373902, 0.0155458786, -0.0183657613, -0.00656754943, -0.0177667178, -0.0137268351, -0.00841581356, 0.0428388305, 0.00270482223, 0.0265916344, -0.0102056358, -0.0103006056, 0.00725790905, 0.0309456494, 0.011586355, 0.00935090426, -0.0264601372, 0.0177667178, -0.0363516398, 0.00668808818, -0.0358256511, 0.00610730937, -0.00764144212, 0.0142455185, 0.0067903637, -0.00662964489, -0.0163348615, 0.0134711461, -0.00293128937, -0.0142016858, 0.0117909061, -0.00685611228, -0.01741606, 0.0124630025, -0.0329327174, 0.00686707, -0.0256419331, -0.0146692311, 0.0202213302, -0.045235, -0.0181758199, -0.00596485427, -0.0370821804, -0.0314716361, -0.0128209665, -0.0155751, 0.030857984, -0.0022391032, 0.0207034871, 0.0319099613, 0.02077654, -0.00558862649, -0.0454103276, 0.0418452956, 0.00373123, -0.0362639762, -0.0281695984, 0.0181758199, -0.022865884, 0.0170215685, -0.00745880743, -0.0178397726, -0.00884683244, -0.0147057585, -0.0193739049, 0.00756838825, -0.0109142587, 0.0143916262, -0.0164517481, -0.0129305478, -0.00076295709, 0.0122438399, -0.012755218, -0.0316469669, -0.00383533188, 0.0367022976, -0.0128940204, -0.00455491338, 0.0204258822, 0.0191693529, 0.0238594171, 0.0482740439, -0.00965773128, -0.0163348615, -0.0439492501, 0.00335134962, -0.0211125892, 0.0117324628, -0.0157650411, -0.00120904273, 0.0168170165, -0.0204404928, 0.0098768929, 0.0488292538, -0.0705408826, -0.0133250384, 0.0183657613, 0.0164809693, 0.0236840881, 0.0432771556, -0.0051028179, 0.00961389858, 0.00370383472, -0.0505533256, 0.00125287508, 0.0107535403, -0.00171128858, 0.00670269923, 0.0228804946, 0.0190378577, -0.0159257594, 0.00141998602, -0.0254373811, 0.00479233824, -0.0494721271, -0.0455856584, -0.00297512161, -0.0348321199, -0.0290900785, -0.0298498403, 0.00741132209, 0.0367315225, -0.00648719, 0.00794826914, -0.034627568, 0.00310296612, -0.0394491293, 0.000763413671, 0.00464623049, 0.02077654, -0.0362347551, 0.0161449201, -0.0326112807, -0.0249844473, 0.00178616878, -0.0108412048, 0.0280234907, -0.0181319881, 0.028315708, 0.00715563353, 0.00014348251, -0.0131277926, -0.0321437344, -0.0394199044, -0.0233918708, -0.0959636569, -0.0307410974, 0.0126310261, 0.00248018117, 0.0319099613, -0.0522774, 0.0427219458, -0.0299228933, -0.0072104237, -0.0346860103, 0.00075702148, -0.00025477563, 0.00824048463, 0.022661332, 0.0210395344, -0.0249113943, -0.00401066151, -0.00714832824, 0.0198268387, 0.0158234835, 0.00100631802, 0.0364977494, 0.0124045592, -0.0187456403, 0.0112649174, -0.0192862395, 0.00261533097, -0.0260948669, -0.0175913889, 0.00994994678, -0.0281988215, 0.0146546206, 0.0170800108, -0.0536800362, 0.01270408, -0.069430463, -0.0317346305, -0.0178543832, 0.00864228141, -0.0356503241, -0.0415823, -0.000753368775, 0.0175621677, 0.0134419249, 0.00437227823, 0.021770075, 0.0232311524, -0.0343937948, 0.00912443735, 0.0124191698, -0.0235672016, 0.0311502, 0.00815282, -0.0315593034, 0.0208642054, -0.0231288783, 0.0277604964, -0.018994024, 0.0190378577, 0.0262117535, -0.00653467514, 0.0415823, -0.00392299658, -0.037608169, 0.0113160554, 0.00435401499, -0.0191109106, -0.0362055339, 0.0375497267, 0.0240931902, 0.0264163055, -0.0321729556, -0.0395367928, -0.00774371764, 0.00854000542, 0.0300105587, -0.0232603736, -0.00819665194, 0.0270737894, -0.0447382331, -0.0150637226, 0.00268107955, 0.00101088395, -0.0174014494, 0.0204989351, 0.0128282718, 0.00129670743, 0.00628994405, 0.00498593133, 0.0261679217, 0.0662160888, -0.050465662, 0.00830623321, 0.00339700817, -0.00662599225, -0.00156974653, -0.0705408826, 0.00159531541, 0.0216093548, -0.0219892357, -0.0336048119, 0.0220476799, 0.011279528, 0.0459655374, -0.0242685191, 0.0285787, -0.000459783245, -0.000683054328, -0.00734192086, -0.000673922594, -0.0284618158, -0.00542425504, -0.0412900858, 0.025817262, -0.0092267124, 0.00791174173, 0.0161303096, -0.0359425396, 0.0133907869, 0.0229535475, 0.00986958761, -0.00332212797, -0.0354749933, -0.0369945168, 0.0249990579, -0.0341015793, 0.0298352297, -0.00581144076, 0.000526901567, 0.0335171483, -0.0123534212, 0.0158527046, 0.0246630106, -0.00374766719, 0.0493844636, -0.0176790543, -0.038981583, -0.00730539393, -0.0179274362, 0.00822587404, -0.0220038462, 0.00266829506, 7.43666315e-05, -0.00732731028, 0.0114767738, 0.00995725207, -0.0141286319, 0.00669539347, -0.0143843209, 0.00783868786, 0.0373451747, 0.0132958172, 0.00872264057, -0.0121780923, 0.0186433662, -0.0566314161, 0.0180881564, 0.0298790615, 0.00236694771, 0.0341015793, -0.00943126343, 0.00837928709, 0.0205135457, -0.00796288, 0.00819665194, 0.00250940281, -0.0147788124, -0.0140921054, 0.0218723491, 0.0215070806, -0.00583335711, 0.0331080444, 0.00306278653, 0.0286225341, 0.0101252757, 0.0210395344, -0.0549950078, 0.055404108, -0.0234064832, -0.0200898331, 0.00390108046, -0.0019414085, 0.0170800108, -8.68657e-05, -0.0107170129, -0.0165540222, -0.0392738, 0.01270408, -0.0026847322, 0.00101088395, 0.0169923473, -0.0298936721, -0.0100010848, 0.0285494793, 0.0450304486, 0.0208349843, 0.0321729556, -0.00716293883, -0.0483909287, -0.0254373811, -0.0187310297, -0.0129524637, 0.0304196607, 0.0341892429, -0.0193739049, 0.0180297121, -0.0312086437, 0.00794096291, -0.0220476799, 0.0194907915, -0.0132008474, -0.000314588542, -0.0391861349, -0.0157650411, -0.0150637226, -0.0144792907, 0.0126237208, -0.0321145132, -0.00891258102, 0.0063374294, -0.017825162, -0.00894910749, -0.00169850409, -0.00595024321, -0.00458048191, -0.000720494485, -0.0238740277, 0.00506629096, -0.00943856873, -0.0297475643, -0.000383761479, -0.0061511416, 0.00990611408, 0.0216970202, -0.00163001602, -0.0225298349, -0.0203820486, 0.0175037235, -0.00666251918, -0.00506629096, -0.00792635232, -0.0310333129, 0.0820541829, 0.00773641234, -0.0187602509, 0.0156043218, 0.0175913889, 0.0244730692, 0.00883222092, -0.0109507861, -0.0296306778, -0.0277166646, 0.0347736739, 0.0285202581, 0.00112411752, 0.0259341486, -0.00964312, -0.0285640899, -0.0425173938, -0.00367826596, 0.0424005054, 0.0378419422, -0.000669813307, -0.00801401678, -0.00259158853, 0.0346567892, -0.0305949897, -0.00885413773, 0.0497643426, -0.00563976401, -0.0118566547, 0.0347736739, 0.0185703114, -0.000746519945, 0.00761222048, -0.00112320436, -0.00854731072, 0.0244292375, -0.00812359806, 0.0151952198, -0.0402965546, -0.0179712698, -0.00144190213, 0.00357964309, -0.00897833, -0.00329655898, -0.010541684, 0.0141724646, -0.02225223, -0.0233626496, 0.0442706868, 0.00630090246, -0.0259341486, -0.00791904703, 0.0108485101, -0.0288855284, 0.00261898385, 0.0155897113, 0.00614018366, -0.0270884018, -0.00807976536, -0.00588814775, 0.00476311706, 0.000492657535, 0.0296014566, 0.0125945, -0.0301858876, -0.0055557522, -0.00635569263, 0.0295576248, 0.0156481545, 0.0118931811, -0.014537734, 0.0141651593, -0.00729443599, 0.0180151016, -0.0173576158, 0.0337509215, 0.00960659329, 0.018409593, -0.00701317843, 0.0241516326, 0.015224441, 0.00464623049, 0.0334294848, 0.0323775075, 0.000209116901, 0.0254081599, 0.0112576121, -0.0089344969, -0.0176936649, -0.0248821713, 0.00639587268, 0.012959769, -0.00431748806, -0.0135295894, -0.0120246783, 0.00100905751, -0.0135661168, 0.014742285, 0.0158234835, -0.0255834907, 0.00785329845, 0.0130182123, 0.0193739049, -0.0268546287, 0.00128209661, 0.0317638516, -0.0131424041, 0.0331080444, -0.0159988124, 0.0155166565, 0.00856922753, -0.00998647325, 0.00834276, -0.00744054373, -0.0056982073, -0.000347006222, 0.00751725025, -0.0239763036, 0.0130912662, -0.0147057585, 0.0106585696, 0.00901485607, 0.0126894694, -0.0236548651, 0.00972348, -0.000779850816, -0.0348321199, -0.0317346305, -0.00374766719, -0.00786790904, 0.017109232, -0.00155970163, -0.014486596, 0.024137022, 0.00566168036, -0.012273062, -0.0109946178, -0.0194761809, 0.00615479425, 0.0528618321, 0.0189209711, 0.0314716361, 0.0107316235, 0.0069255135, 0.00484347623, 0.0185410902, -0.0279650483, 0.0105051566, -0.010439408, 0.00134145294, 0.0036947031, -0.0112356963, 0.0221353434, 0.0170654, 0.0293384623, -0.0113671934, -0.00522335665, -0.0117543787, 0.00286371447, 0.0105270725, -0.00862036459, -0.0101764137, 0.00981114432, 0.035591878, 0.00576395588, 0.0118566547, -0.00759761, -0.023961693, -0.0241662432, 0.0237717517, 0.022076901, 0.0203528274, 0.0113744987, -0.0169631243, 0.0259925928, -0.000153413275, -0.0257442091, 0.00715198088, -0.00752455601, -0.00436862558, 0.0280527137, -0.026503969, 0.0312670879, 0.00144829438, 0.0190086346, 0.0187164191, 0.0160280336, 0.0082843164, -0.0207180977, 0.0224421695, 0.0101910243, 0.0163933039, 0.0218869597, 0.00410563126, -0.00814551394, -0.0272491202, 0.0130547388, 0.000714102236, 0.00686341757, -0.041962184, 0.0335463695, 0.016627077, -0.00100723119, 0.00368557125, -0.0378711633, -0.0061438363, 0.0159988124, -0.00379149942, 0.0253789388, 0.0162033644, -0.0537677, 0.00886874832, -0.00559958443, -0.0279504377, 0.0127625233, -0.00675383676, 0.000565254886, 0.00374766719, 0.044299908, 0.0628848299, 0.0228074398, -0.00139989611, 0.00542060239, 0.0061694053, -0.0117251575, 0.0158527046, -0.0156189324, -0.0335755907, -0.00712641189, 0.0206596535, 0.0218139067, -0.0349490047, 0.0175621677, -0.0339554697, -0.00908791, 0.0158234835, -0.0125506669, 0.0131277926, -0.0261971429, -0.011586355, -0.0274828915, -0.0312378649, 0.0191255212, 0.0221937876, 0.0166124664, -0.0259925928, 0.0156189324, 0.0221645646, -0.00279979222, 0.00116886303, -0.0182196535, 0.000161403543, 0.020469714, 0.0040435358, 0.0143843209, -0.0193885155, 0.00997916795, -0.0318222977, 0.00782407727, -0.0319099613, 0.00302991224, 0.0569236316, -0.0240931902, 0.00749533437, -0.00169119867, -0.00565437507, -0.0411439799, 0.0421082899, -0.0341892429, -0.0309748705, -0.0175183341, 0.000510921, -0.010643959, -0.00196880358, -0.0083208438, 0.0172699522, 0.0379588269, 0.0117689902, 0.028491037, 0.0504072197, 0.0139240809, 0.00482521253, -0.00139441714, -0.0154728247, -0.0275413357, 0.00174416287, -0.0169192925, -0.0157942623, -0.0183803719, -0.0170507897, 0.0197099522, -0.0163786933, 0.0399751142, 0.00270116935, 0.0376373902, -0.0293530729, -0.0296745095, -0.0144427642, -0.00241808547, -0.0206596535, 0.0171676762, 0.0277604964, 0.0140701886, 0.00765605271, -0.0518682972, -0.0187894739, 0.00163914775, 0.0334002599, 0.0135661168, 0.0433063768, -0.0324651711, 0.0015377854, 0.0141505478, 0.0246337894, -0.0314131938, -0.0173868369, 0.0140117453, -0.00638856692, 0.00686707, -0.0143404882, 0.0185557, -0.0202651639, 0.0156919863, 0.0461408682, -0.03579643, 0.00577856647, -0.0143112671, -0.000915457204, 0.0111845583, -0.0158234835, -0.0141140213, -0.011330666, 0.0039997031, 0.00179621379, 0.0216824096, 0.0307703204, -0.00569090201, -0.00819665194, 0.0204551034, -0.0100960545, -0.00995725207, -0.0301274452, 0.0199145041, 0.000528727891, -0.0271614548, 0.00349015207, 0.000178411414, 0.0122292293, -0.0162033644, -0.000216764733, -0.0058844951, 0.0344814584, -0.0498520099, -0.00206925278, -0.00745150167, 0.0161887538, -0.0178543832, -0.00268838508, -0.00848156214, 0.0225736666, 0.0306242108, -0.00416772719, -0.0147715071, -0.0278189406, -0.0115059959, 0.0065967706, -0.044884339, -0.0242685191, 0.0177813284, -0.0133688711, 0.0299813375, -0.000308196322, -0.0584431514, -0.0313547514, -0.0281695984, -0.00110768038, 0.0357087664, 0.0138218058, -0.0190670788, -0.00200167787, -0.022354506, -0.00877377857, 0.0120612057, -0.0419914052, 0.00111224619, 0.0107535403, 0.0105124619, 0.0142089911, 0.00908791, -0.00981114432, -0.021083368, 0.0197099522, -0.0254958253, -0.0118055167, -0.0286955871, 0.00986958761, 0.00461700885, -0.00168754603, 0.00948240142, -0.00508090155, -0.0010547163, 0.0058589261, -0.0250428915, -0.018000491, 0.00276143895, -0.0286517553, 0.0259487592, 0.0255542677, 0.002399822, -0.0143550988, 0.00483617093, 9.7481352e-05, 0.0357672088, -0.00761952577, 0.0342769101, -0.00965042505, -0.0412900858, 0.0111699477, 0.0455856584, -0.00420790678, -0.0538553633, -0.00444898475, 0.0157650411, 0.0248529501, 0.0338970274, -0.00757569354, -0.0186871979, -0.0331372656, -0.0181173775, -0.0359425396, -0.0162033644, 0.00849617366, -0.0241954643, 0.00453664968, -0.0200898331, 0.00771449599, -0.0161741432, 0.00587718934, -0.00801401678, 0.0265916344, 0.0152682737, -0.0133031225, 0.0146253984, -0.0130182123, -0.0320560671, 0.0117105469, 0.0305949897, 0.0502611101, 0.000900846382, -0.00441245781, -0.0102567729, -0.0633523762, 0.00465353578, 0.00180808501, -0.0126456367, -0.00236512139, -0.00440880517, -0.0143258777, -0.00106750068, 0.00305182836, 0.017898215, 0.0109873125, -0.00881761, 0.00907329936, -0.0107389288, -0.0348029, 0.00512108114, -0.00611096201, 0.00193775573, -0.00449281745, -0.0111845583, -0.00446724845, -0.0125725828, -0.0298352297, -0.0269130711, -0.00493844645, -0.00196149829, -0.0182196535, 0.0249406155, 0.0133542605, 0.0249406155, -0.0350951143, 0.0374620594, -0.00169667776, 0.0268984605, -0.0307703204, 0.0172407292, 0.0236402545, 6.26095061e-05, -0.0119443191, -0.00750994496, -0.00393760717, 0.00436132029, 0.00253862445, 0.00779485563, 0.00341709796, 0.0338093638, 0.00350293634, -0.0215801336, 0.0194177367, 0.00778024457, 0.0195346233, 0.00133414753, -0.0165540222, -0.000115174102, -0.00628629141, 0.00957006589, -0.0164517481, 0.0180881564, -0.0201482773, -0.00194323482, 0.000249753153, -0.00701683108, -0.0278919935, -0.00198889361, 0.0106512643, -0.0218577385, -0.00306826551, -0.0156189324, 0.00136976142, -0.00885413773, 0.0162471961, -0.00834276, -0.00199802523, 0.0126748588, 0.109171808, 0.00500054238, -0.00633377675, 0.0156919863, 0.00360703818, -0.00567994406, -0.0106220432, 0.0207473189, 0.000396089337, -0.0170069579, 0.00697299838, 0.0137633625, 0.0257588197, 0.043335598, -0.00668078288, -0.0319684036, -0.00918288063, -0.00316688837, 0.0121123437, -0.00732000498, 0.0142309079, 0.011966235, -0.0033659602, 0.0111407256, 0.0165832452, -0.00410563126, 0.0166562982, 0.0323482864, 0.00216604932, -0.00271943281, 0.0018108245, 0.00795557443, 0.00862767, -0.00629359717, -0.00252401363, 0.0410270914, -0.0172407292, 0.00506629096, -0.0063191657, 0.00902216136, -0.00568724936, 0.0049420991, 0.011074977, -0.0311209783, 0.013010907, 0.0114548579, -0.00851809, 0.0187602509, -0.00272308569, 0.0130693503, -0.0058844951, -0.0195346233, 0.00938743167, -0.00141268061, -0.00393760717, 0.0129013257, -0.00152408786, -0.0139313862, -0.0216970202, -0.026430916, -0.00405814638, -0.0229681581, -0.0165394116, -0.0155604891, -0.00400335575, -0.00307009183, 0.000644701, -0.00313584041, -0.00282536121, -0.014537734, -0.0125871943, 0.00442706887, 0.0171238445, 0.00950431731, -0.0299813375, 0.00965773128, -0.0201482773, 0.00886874832, 0.0367607437, -0.00583700975, -0.0210249238, -0.00607078243, -0.00549365627, 0.0348029, -0.0152536631, -0.00535485381, -0.0127113853, 0.00440515252, -0.0140774939, 0.00221718708, -0.00959928799, -0.00312670856, -0.0245022923, -0.00547904568, 0.00310661877, -0.0292654075, -0.0192862395, 0.0112722227, -0.00967964716, -0.0357672088, -0.00750263967, -0.00251122913, 0.0210395344, -0.00505533256, -0.0147203691, -0.00619862694, 0.0135222841, -0.0188186951, -0.0238155853, 0.0148299495, -0.00420060148, 0.0161741432, -0.000220759874, 0.00244913343, -0.0134565355, -0.00357781677, -0.0135368947, -0.0122073134, -0.00382802635, -0.00724695064, -0.00599407591, -0.00765605271, 0.00456587132, -0.00133414753, -0.0223837271, -0.00166654296, -0.0248675607, -0.0117251575, 0.0129159363, 0.0248383395, -0.0105489893, 0.0158088729, 0.00566533301, 0.00990611408, -0.00198706728, 0.00748072332, -0.00466449419, 0.0072542564, -0.00128574937, -0.000643331266, 0.0191839654, 0.0339262486, 0.0327866077, -0.0404718816, -0.00449281745, 0.0024619177, 0.0184680354, 0.0267523527, 0.0301858876, -0.00177429756, -0.0201774985, -0.0416115224, 0.0261533111, 0.00837198179, -0.00613653101, -0.0190816894, 0.00530006317, 0.00599772856, 0.0151367765, -0.0158380941, 0.0371114, -0.0075464719, 0.0193885155, -0.0141286319, -0.0105124619, 0.0116521036, 0.0220330674, -0.0286079235, 0.00605251873, -0.0273367837, 0.0115571329, 0.00976731163, 0.0174452811, -0.000745606783, 0.00238338485, 0.0287978631, 0.0291485228, -0.0204258822, 0.0202651639, -0.0205281563, 0.0154728247, 0.00604156079, 0.00216604932, -0.00333125959, -0.0146180931, 0.00220622891, -0.00681593269, -0.00878838915, 0.00801401678, -0.0217846856, -0.0324067287, -0.0041421582, 0.0148883928, 0.0297037326, -0.0138875544, 0.00626802817, -0.00851809, -0.0221353434, -0.00715928618, -0.0150345005, 0.0150929438, 0.0450304486, 0.0267961845, -0.00124191702, 0.0188771375, -0.00273952284, -0.0151806092, 0.0119077927, -0.00999377854, -0.0285202581, 0.0248237289, -0.0147642009, 0.002138654, 0.016627077, -0.0278627723, 0.00527814729, 0.0529494956, 0.023245763, 0.00623880653, 0.0379588269, -0.0083208438, 0.00495670969, 0.00638126163, -0.0149906687, -0.00238521118, -0.000642418105, 0.000509551261, 0.00311757694, -0.0168170165, 0.00189209706, 0.0185703114, 0.0236694757, -0.00980383903, 0.0181319881, -0.000395632756, -0.0180735439, 0.0123315053, -0.0121780923, 0.0296306778, 0.00665886654, -0.0200752225, -0.00361982267, 0.00775832823, -0.00639952533, -0.004328446, -0.000171448468, 0.00375131983, 0.0177374966, -0.00380976289, 0.00981114432, -0.0169923473, 0.00692186086, 0.0154436026, -0.0182780959, -0.00558497384, 0.00530371582, 0.0209226478, -0.0218285173, -0.0220330674, -0.00610730937, 0.0260364246, 0.011637493, 0.00705335801, -0.0115498276, 0.0106147379, 0.0333710387, -0.00281075039, -0.025919538, 0.000454532477, 0.00372392451, -0.0223398954, -0.00460970355, 0.015224441, 0.0380757153, 0.00711180083, 0.00725790905, 0.0209080372, 0.023348039, 0.000728256477, -0.00407275697, -0.00653102202, -0.0108046774, 0.0333710387, -0.0374036171, -0.0126383314, -0.0011597313, -0.0146692311, -0.000208546175, -0.0286955871, 0.0235233679, 0.0311794225, -0.0306242108, -0.0208203737, -0.00659311796, -0.0258464832, 0.0403549969, 0.0264016949, -0.00677210046, 0.00838659238, 0.00366548146, 0.0267961845, 0.00305182836, 0.0145669561, -0.000992620364, -0.00607808772, -0.0218139067, -0.0137341404, 0.0162764173, 0.00377323595, -0.00306278653, -0.00197610911, -0.0122073134, -0.0305949897, -0.0031559302, 0.00212039053, -0.0216093548, 0.00534024322, -0.0196076781, 0.00862036459, -0.00699856738, -0.0157065969, 0.00357599044, -0.0101252757, 0.00742593314, 0.0128282718, -0.00348102022, -0.0193008501, -0.0165978558, 0.00299338531, -0.0055301832, 0.019885283, 0.0089418022, 0.00152956683, 0.00199802523, 0.013010907, 0.0211272, -0.013851027, 0.00102732098, 0.00167110888, -0.0187164191, -0.0276582222, 0.0297621749, -0.0261679217, -0.00320158899, -0.00361069106, -0.0451473333, -0.0143477935, -0.00170215685, -0.0110968938, -0.00930707157, -0.00794096291, -0.0145085128, 0.0403257757, 0.0033659602, -0.00501150033, 0.0243123509, 0.022865884, -0.0219454039, 0.0104321027, 0.00147386326, -0.0221645646, 0.00215509115, -0.016627077, 0.0135442009, -0.000953353941, -0.0551118925, 0.0142747397, -0.0238301959, 0.00380245759, 0.0169046819, -0.00948970672, 0.0222376194, 0.0142528238, 0.000544708455, 0.000252036087, 0.000696751929, -0.00455856603, -0.00417138, 0.00572012365, -0.0381049365, -0.020192109, -0.0163348615, 0.00807976536, -0.00970156305, -0.0107681509, 0.0023121573, -0.00786790904, 0.00225736666, -0.00494575175, 0.0356795453, 0.00477042235, 0.0124995289, 0.00963581447, 0.0352412201, 0.0203236062, -0.011177253, 0.00794096291, -0.00172589929, 0.0041604219, 0.00120812957, 0.0355042145, 0.0429849401, 0.00442706887, 0.0224421695, 0.00443437416, -0.00390473311, 0.00550096156, 0.00451838598, 0.00381341577, -0.00535120117, 0.0351243354, 0.00665886654, -0.0390984677, 0.00255140895, -0.0105782105, 0.00063237315, 0.00109124323, 0.0405595489, -0.00688898657, 0.0127990507, -0.0266208556, 0.01741606, -0.0080359336, -0.0170654, 0.027599778, -0.0177813284, -0.000405905943, -0.0292946305, 0.0108996481, -0.00876647327, -0.0150929438, 0.00178890838, 0.002374253, -0.02948457, 0.0164663587, 0.00527814729, 0.00468641, 0.0164371356, 0.00235233689, -0.0163202509, -0.011761684, -0.0145742614, 0.0241808537, -0.0190670788, 0.0157358181, 0.0032983853, -0.000553383608, 0.0157065969, 0.0307703204, 0.00800671149, 0.0151221659, -0.0255834907, -0.0173430052, 0.0198414493, -0.0126237208, 0.00844503567, -0.0115498276, -0.0324943922, -0.0167585742, 0.00941665284, 0.00738940621, -0.0179566592, -0.0116447983, 0.0169192925, 0.00483617093, 0.00660042372, -0.00086066674, -0.0114037199, 0.00441245781, 0.0112210847, -0.00644335756, -0.0186579768, 0.00852539483, -0.0196661204, 0.0191693529, -0.0108485101, -0.0142162964, -0.0140117453, 0.00129853375, -2.00755658e-05, -0.0041421582, -0.0185557, -0.0101033598, 0.0280381013, -0.0238301959, 0.067501843, -0.00420425413, 0.0200606119, -0.00854731072, 0.0126310261, 0.00557036279, 0.0241808537, -0.0108923428, -0.00348102022, -0.00258610956, -0.0100156954, 0.00611826731, 0.0335171483, -0.0190232452, -0.00607443508, 0.00852539483, 0.0286809765, 0.004799644, -0.00175420777, 0.00690359715, -0.0121269543, -0.00360338553, 0.00486904522, -0.0178836044, -0.0080286283, -0.00681593269, 0.00905868877, 0.0120027624, 0.00108485098, 0.0246776212, -0.00212039053, 0.000345179869, -0.00463527255, -0.0141432425, 0.00350293634, 0.0112868333, 0.0197391752, 0.00425539212, -0.0185995325, -0.018584922, 0.0146619258, 0.00979653373, 0.00298060081, -0.024546124, 0.00149943214, -0.00637760898, 0.00642874651, 0.000719124742, -0.0095116226, 0.0134711461, 0.000487178477, 0.0432771556, -0.000972530572, 0.0463746414, -0.00349928369, -0.00997186266, 0.0137122246, 0.00756838825, -0.0058589261, 0.00342257717, -0.0151952198, -0.0044891648, 0.00886144303, -0.000443802681, -0.0121488702, 0.00364173902, -0.0172991734, -0.010285995, -0.0135661168, -0.00909521524, 0.00417503249, -0.0119881518, 0.00745880743, -0.00706431596, 0.0194323473, -0.0213609729, 0.0106585696, -0.0116521036, -0.00913904794, -0.0116009656, 0.00454030233, -0.00055429677, 0.00986958761, -0.00695838779, -0.0126821641, 0.0061511416, -0.0140409674, 0.0056982073, -0.00459509296, -0.00974539574, -0.00463527255, -0.0134930629, -0.000659311831, -0.00773641234, -0.00733096292, -0.0103955753, -0.0143039618, -0.0238301959, 0.0225444455, 0.00903677195, 0.0102786897, -0.00309566082, -0.00370931369, -0.0146765364, -0.0108996481, -0.00314679858, -0.00386820617, 0.012170786, 0.0103517435, 0.0192424078, -0.0184680354, -0.0184242036, 0.0169777349, -0.00848886743, -0.00396317616, -0.0124703078, -0.00428826641, -0.00750994496, -0.0106074316, -0.00385359535, -0.0116447983, -0.00773641234, 0.00473024277, -0.01670013, 0.0106731802, 0.00169485144, -0.0275851674, 0.00293494202, 0.0149906687, -0.0153705487, -0.00578221958, 0.0111115044, -0.00858383812, -0.00755377719, -0.0164371356, -0.000151016196, -0.015428992, -0.0039997031, 0.0142309079, 0.0085327, 0.0171968974, -0.0102494676, -0.00531102158, -0.0307410974, -0.00145651295, -0.0122146187, 0.0127406074, -0.00264455262, 0.0127625233, -0.0105270725, 0.0171384551, -0.0183365382, -0.00844503567, 0.0126310261, -0.0184534248, -0.00273039099, -0.0121927029, -0.0132446792, -0.00965042505, 0.00458048191, -0.0104028806, 0.0309748705, -0.0286079235, 0.012652942, -0.00157705194, 6.03265726e-05, 0.0106366538, 0.020294385, 0.00733096292, 0.0218431279, -0.0024747022, 0.00494575175, -0.02780433, -0.00479599135, 0.0035339843, -0.0194323473, 0.0216531884, -0.00390838599, -0.000716385199, 0.000330569077, -0.0127186906, -0.0155897113, 0.00613653101, -0.0108631207, -0.0152390515, 0.0206158217, 0.0256127119, -0.015633544, -0.00150947704, -0.0134492302, 0.0297913961, 0.0413193069, 0.0142309079, 0.00728347804, -0.00942395814, -0.0313839726, 0.00789713115, 0.00376593065, -0.00181539042, -0.00170033041, -0.008605754, -0.00445629051, -0.0147349797, -0.0211418103, -0.0155604891, -0.0172699522, -0.0139167756, -0.00528910523, -0.00729078334, 0.0168754607, -0.0313255303, -0.0102786897, 0.0106001263, 0.0127406074, 0.00648719, 0.0144427642, -0.002635421, -0.00924862921, 0.000345179869, -0.00278518139, 0.0168316271, -0.00490557216, -0.000854274491, -0.00375862513, -0.0168170165, -0.011126115, 0.011381804, 0.00389377493, 0.0112868333, 0.00028650841, 0.0092267124, -0.0155166565, -0.0120392889, 0.0216093548, -0.0172699522, -0.00282901386, -0.012652942, -0.0318222977, -0.0086130593, 0.00412754761, 0.0134273143, -0.00635204, 0.00447455375, -0.00186287542, 0.00541694975, -0.0114183305, 0.00280527119, 0.0219161827, 0.0223983377, -2.63108323e-05, 0.000773458567, -0.0135076735, 0.00126383314, 0.00708988495, 0.0014455549, 0.0110384505, 0.0235672016, -0.00193227676, -0.0168316271, 0.0135880327, -0.0143770156, 0.0103517435, -0.00905868877, -0.00723234, 0.0104686292, 0.0203236062, 0.00883222092, 0.00259889383, -0.0187894739, 0.0201336667, 0.0270884018, -0.0074222805, 0.0261240881, 0.0168024059, 0.00721407635, -5.00819e-05, -0.00734922616, 0.000644244428, -0.0088906642, 0.000524618605, -0.0196515098, -0.0131862359, 0.00141450693, -0.0236986987, 0.0061438363, 0.00509185949, -0.0168754607, 0.0179712698, -0.0225736666, 0.02225223, 0.00648353714, 0.00829162262, -0.0165394116, -0.000278974738, -0.0098403655, -0.00614748895, -0.00105380313, -0.00246557058, 0.0196222886, -0.0148372548, -0.0140263569, 0.0349197835, -0.0089418022, 0.0186287556, -0.00361799635, -0.0203089956, 0.000269158103, 0.00197793543, -0.0186141431, 0.0204258822, 0.0137268351, 0.00983306, 0.00764144212, -0.014537734, -0.0128355771, 0.0128647992, -0.0192716289, 0.00966503657, 0.00813090336, 0.00471197907, 0.018891748, -0.00516491337, -0.00310661877, 5.71304627e-05, -0.0064725792, -0.0198998936, -0.000946048531, 0.0362055339, 0.0201336667, -0.00752455601, -0.00881761, -0.000751999, -0.00162910286, 0.0160718672, 0.00373305636, -0.00915365852, -0.00492748804, -0.00767066376, 0.00363991247, 0.0250867233, -0.00357051124, -0.0116886301, -0.00157613878, -0.0266500767, -0.0225152243, -0.033458706, -0.0174014494, -0.00100723119, -0.00762683153, -0.00931437779, -0.0159549806, -0.00730174128, 0.0256857648, -0.00600503385, 0.00599772856, 0.00991341937, -0.00288015162, 0.00393395452, 0.00164736633, -0.000830075413, 0.00902946666, 0.0275121145, -0.00357416412, -0.0185410902, 0.00149303989, 0.0124922236, 0.0110019231, -0.00194506114, 0.0110311452, 0.0168754607, 0.00394856557, 0.020294385, 0.0110457558, 0.00520509342, -0.00606347714, -0.000264363945, 0.00415676925, 0.0128867151, -0.00135606376, -0.00566168036, 0.00891258102, -0.0326989442, -0.0110457558, -0.00212404341, 0.0034043137, 0.00023126138, 0.00630090246, -0.0072104237, -0.0133469552, 0.00795557443, 0.00632647099, 0.00657485472, -0.0137195298, -0.00173959695, 0.000388327346, -0.0167585742, 0.0147130638, -0.00640317798, -0.0029879061, 0.00707892701, -0.00039745908, -0.00214961218, 0.0203820486, -4.58299328e-05, 0.00171311491, -0.00346093043, 0.00233772607, 0.013010907, -0.0122584514, 0.0177667178, 0.00417503249, -0.010439408, 0.00797018502, -0.00531102158, 0.0128794098, -0.0244584586, 0.0177228861, -0.0158965383, 0.0063118604, -0.00875916705, 0.00178890838, -0.00914635323, 0.0036015592, 0.032085292, 0.028973192, -0.010870426, 0.0115790498, 0.00800671149, 0.00278700772, -0.00321254693, 0.0156627651, 0.0178543832, 0.0243561845, -7.74485889e-05, 0.00597946486, -0.00727251964, 0.0144281527, -0.000869341893, 0.00609635143, -0.0189355817, -0.0109361745, -0.0214486364, 0.00187565992, 0.00347006205, 0.0151221659, 0.00344814593, -0.000166654296, 0.0118712652, -0.024034746, 0.00219344464, 0.0173722263, 0.0297329538, -0.0216239654, -0.00786060374, -0.000514117128, -0.0216531884, 0.00361251738, 0.00818934664, -0.000737388211, 0.0169631243, 0.00698030414, 0.00307374448, -0.00456952397, 0.000826422707, 0.000717754941, 0.00567629095, 0.000204665179, 0.0153121054, 0.00346823572, 0.00737479515, -0.0172261186, 0.0200752225, 0.0122292293, 0.0198268387, 0.0110092284, -0.00354128983, 0.016729353, 0.0197976176, 0.0135734221, -0.0111991689, 0.0160864778, -0.00354311615, 0.00269203773, -0.00944587402, -0.0045877872, 0.00605617184, 0.0111334203, -0.00364721799, -0.0197391752, 0.0174598917, 0.00750263967, -0.0100010848, 0.020878816, 0.0118274326, -0.00173046521, -0.00332030165, -0.0157796517, -0.0259633698, 0.00382437371, 0.00935090426, -0.0187456403, 0.013062044, -0.00517587177, 0.00710084289, -0.00195054023, 0.0011971714, 0.00182726164, 0.0074222805, -0.0115279118, -0.0126310261, 0.0108338995, 0.0192570183, -0.000479873066, 0.0116959354, -0.0264893584, 0.00854000542, -0.000118256066, 0.0268546287, -0.011966235, -0.00546443462, 0.0195638444, -0.00841581356, 0.0107097076, 0.00350111, -0.0106147379, -0.0058662314, -0.00629359717, 0.0011898661, 0.0131424041, 0.00560688972, -0.0196222886, -0.0128501877, -0.00401066151, 0.0249260049, 0.000169165534, -0.00932898838, -0.00374766719, 0.0167147424, 0.00391203864, 0.00967234187, 0.0190524682, -0.0226175, -0.0271030124, 0.0159842018, 0.000311620708, 0.00516856648, 0.0124191698, 0.0115571329, -0.0107097076, -0.00249661831, -0.0186433662, -0.00223727687, 0.00812359806, 0.0141870752, 0.0143624051, -0.00343718799, -0.00343536143, -0.0233334284, 0.0135515062, -0.0109653967, -0.000136405404, -0.000745150202, -0.0053950334, 0.0116228815, -0.00425173948, 0.00266098976, 0.0135588115, -0.000836467603, 0.00126383314, -0.0180443227, 0.00824048463, 0.0211125892, 0.0106804864, 0.0152098304, -0.0155020459, 0.00582239917, -0.00958467647, -0.0349490047, 0.0213755835, 0.0162471961, -0.00709719025, -0.0160572566, 0.00348832575, -0.027629, -0.00244730688, -0.00816743076, 0.0197245646, 0.00125561457, -0.00863497611, -0.0122000081, 0.0123899486, -0.0128794098, 0.00779485563, 0.0137925837, -0.00326003204, -0.00240895362, -0.00214230688, 0.0279796589, -0.00296781631, -0.00191583962, -0.0108119827, 0.0176644418, 0.0130693503, 0.029659899, -0.00559958443, -0.0128428824, 0.00279431324, -0.000106556021, 0.00739305886, -0.0108850375, -0.0072615617, -0.00185739645, -0.0107535403, 0.00303539122, 0.00523431459, 0.00913904794, 0.00497132074, -0.00131405774, 0.0396829, 0.00840850826, -0.000368694105, 0.000848338881, 0.00849617366, -0.0201044437, 0.0203382168, 0.0350366682, 0.00684150169, -0.00279613957, -0.0132300686, -0.0181612093, 0.00134693203, -0.0170507897, 0.00543886563, 0.0191693529, -0.00250575016, 0.0261825323, -0.0178543832, 0.000264135655, 0.012959769, 0.00357416412, 0.00664790859, 0.00234685792, 0.0150637226, 0.0168462377, 0.00558132119, -0.0106147379, -0.00885413773, -0.0161449201, 0.00540233869, -0.0106366538, -0.0274975039, -0.00147112377, 0.00898563489, -0.00767066376, -0.000993533642, 0.0126967747, 0.000945135369, 0.000207633, -0.00908060465, 0.00935090426, -0.00375862513, -0.00665886654, 0.00118895283, 0.0330788232, 0.00500054238, 0.0264747478, -0.00271578017, -0.00776563399, -0.0127259968, -0.0200898331, -0.0014327704, -0.00865689199, 0.0134711461, -0.00110402761, -0.0101983296, 0.012806356, 0.0385140367, 0.0123753371, 0.00338057103, -0.00688168127, -0.000849708624, -0.00331482245, 0.00576760853, -0.00379149942, -1.35549299e-05, -0.018000491, 0.00806515478, -0.0258026514, 0.0152536631, 0.0104321027, 0.00936551485, 0.0117836008, -0.00755377719, -0.00219344464, -0.00613653101, -0.0128501877, -0.00235233689, 0.0101471925, 0.0170800108, -0.0141797699, -0.0133323437, 0.0092267124, 0.00582239917, 0.00521239871, -0.00289476244, 0.00765605271, -0.0237279199, 0.000477133552, 0.0148810875, 0.0114913844, -0.00258793589, -0.0143843209, -0.0253935494, -0.00273587, 0.00152682734, 9.28013324e-05, -0.000197588073, -0.0186433662, 0.00387916411, 0.0206158217, -0.00604886608, 0.00278518139, -0.0281549878, -0.00852539483, -0.0186141431, 0.000555209932, -0.00236146851, 0.00266829506, -0.00371296657, 0.00684880698, 0.00914635323, 0.015531268, -0.016422525, 0.00433575129, 0.0108631207, 0.00284179836, -0.000296096754, -0.0151075544, 0.00229572016, -0.0157650411, 0.00733096292, 0.00767066376, 0.0149249202, 0.0242539085, 0.0413485318, -0.0178105514, -0.00637395633, 0.00932168309, -0.0306242108, -0.000253405859, 0.0105782105, 0.000640591723, 0.0155604891, -0.0190670788, 0.00216057035, 0.00896371808, -0.00713371718, 0.00474485336, 0.0129013257, 0.00759761, -0.0193739049, -0.00206560013, -0.00632281834, -0.00113507558, 0.00351937348, 0.0296745095, 0.022865884, -0.0185410902, -0.0170215685, -0.00164919265, 0.033458706, -0.00107024028, -0.00829162262, 0.00951892883, -0.0119150979, -0.00826970581, 0.0202797744, 0.0287832525, -0.0274682809, 0.0259925928, -0.00526718888, -0.0152828842, -0.0129013257, 0.000667987, 0.00468275743, 0.00148847408, -0.00151495612, -0.00731269922, -0.0240055248, 0.00429557171, -0.0101544978, 0.00444898475, 0.0123095885, 0.0103225214, -0.0329034962, -0.0123753371, 0.0168608502, -0.0325236134, 0.00935090426, 0.0392153561, -0.0145596499, -0.0274536703, 0.0105270725, 0.0132373739, -0.00034563645, 0.00268838508, 0.0242100749, 0.0276728328, -0.00204185769, 0.0251013339, -0.00856192224, -0.0122657567, 0.00283814548, -0.0289585814, -0.00897833, -0.00979653373, 0.0205573794, -0.0218285173, -0.00778755, -0.00251305546, 0.0139386915, -0.00542790769, 0.0205135457, 0.000800397247, 0.00490922481, 0.0111626424, 0.00785329845, -0.0214048047, -0.00178890838, -0.0114037199, -0.00446724845, 0.00204733666, 0.0123388106, -0.00657850737, -0.0195930675, 0.0118712652, 0.0109507861, 0.00141998602, 0.00377323595, 0.00254410342, -0.000371890201, 0.0153997708, -0.00796288, -0.0114475526, 0.00818204135, -0.00877377857, -0.0115571329, 0.0015277405, 0.0108923428, 0.0146619258, 0.00160901307, 0.000407275715, -0.0204258822, 0.0135076735, -0.00602329755, 0.0260072034, 0.00271760649, 0.0157796517, 0.0106804864, -0.00558132119, -0.0107973721, -0.0191401318, -0.00391203864, 0.0144646801, -0.00209116912, -0.00925593451, -0.0190963, 0.00450012274, -0.00359425391, 0.0153705487, -0.00363808614, 0.0101691084, 0.00492748804, -0.010337133, 0.0024747022, 0.00779485563, 0.00845234096, 0.00394126028, 0.00876647327, -0.0124556972, -0.0079921009, 0.000549730903, -0.0223983377, 0.00462066149, 0.0170507897, -0.00248018117, -0.00852539483, -0.00780946622, 0.00882491563, -0.0161741432, 0.0189063605, 0.0202651639, -0.00503341667, 0.000799027446, 0.00753186131, 0.0209664814, -0.00854731072, -0.0208203737, -0.00347554125, -0.0092194071, -0.000743780402, 0.0182927065, 0.0557547659, -0.00594659057, 0.00857653283, 0.0142601291, -0.0150637226, 0.00185009104, 0.00137889315, 0.0282134321, -0.0133396499, -0.0198560618, 0.00011095067, 0.0140336622, 0.00580048282, 0.0255250465, -0.010490546, -0.0143989315, -0.00277970242, 0.0244730692, 0.00736018457, -0.0118347378, 0.0348613411, -0.0235672016, -0.0124776131, 0.00779485563, 0.0072542564, 0.00137798, -0.000801767, 0.0147130638, -0.00535120117, -0.0050845542, 0.00858383812, 0.0140336622, -0.00121634814, -0.000614109682, -0.00170946214, 0.0159695912, -0.00672461512, -0.00168389326, 0.000563428504, -0.0031011398, 0.0228512716, -0.0131424041, -0.014588872, 0.0121634807, 0.0117032416, -0.0125360563, -0.00477772765, -0.0156773757, 0.0154143814, -0.0100230007, -0.012017373, 0.0216385778, -0.021667799, 0.0120758163, 0.00408006273, 0.000943309, 0.00182452216, 0.00325090042, -0.0212148633, 0.0136391707, -0.00114238099, -0.000620045292, 0.00746246, 0.008803, -0.00304452307, -0.0115936603, 0.0249260049, 0.0064798845, -0.000572103658, 0.00693647144, -0.0027906606, -0.00120356365, -0.01270408, 0.0174891129, -0.0092194071, -0.0104613239, -0.0038499427, 0.00821126252, 0.00939473696, -0.00233042077, -0.0106293485, 0.00863497611, -0.00375862513, 0.0145961773, -0.0018610491, -0.0070752739, 0.00739305886, 0.0284472033, -0.00156883337, -0.0400335602, -0.00653102202, -0.0197391752, 0.000134464906, -0.00222631893, 0.0133834817, -0.00380976289, 0.00906599406, 0.00642874651, 0.00767796906, 0.0124264751, 0.0154874353, -0.0228951052, 0.0120319836, 0.0291485228, -0.0205866, 0.00670269923, 0.0236548651, 0.00579683, 0.0184680354, 0.00640683062, -0.0223398954, -0.00656024367, 0.0108046774, -0.00530736893, 0.0219307933, 0.00760491518, 0.0299521163, -0.001409941, 0.0130912662, -0.00538042281, -0.0112137794, -0.00161449204, -0.0113891093, 0.00061319652, -0.00166197715, 0.000188684629, 0.000973443734, -0.0213463604, 0.0135295894, 0.0201044437, 0.0213317499, -0.0307410974, -0.0157650411, 0.00364904432, 0.000217792054, 0.0181904305, -0.00619132165, -0.000800853828, 0.0202359408, -0.00430652965, -0.00872994587, -0.017606, -0.00467910478, -6.70612353e-05, -0.00913174264, -0.00163184234, 0.0124410857, 0.0175767783, -0.000615936, 0.00728347804, 0.00528545259, 0.0187602509, 0.0196076781, -0.00883952715, -0.0248821713, -0.00158801, 0.0172845628, 0.0317930765, -0.0159111489, 0.00126109365, -0.00705335801, -0.0205427688, -0.00870803, -0.00961389858, 0.0142382132, 0.0204989351, 0.00585162081, 0.0220915116, 0.00788982585, -0.00264455262, 0.000269843, -0.0210979786, -0.0222960617, -0.00322715775, -0.000711362751, 0.0136318654, 0.0057237763, 0.00361251738, 0.000956093427, -0.0181904305, 0.0123534212, -0.0138656376, 0.0371406227, -0.0353288837, 0.0103152161, 0.00211308524, -0.00961389858, 0.0183511488, 0.00883222092, -0.00544617139, -0.000176242625, -0.000728256477, -0.00611826731, 0.00247287587, 0.0213609729, 0.0187748633, 0.00113416242, -0.00603060285, -0.0192862395, 0.00865689199, 0.00807976536, 0.0159549806, -0.00379149942, 0.00537311751, 0.0156773757, -0.00840120297, 0.00182543532, -0.00530371582, -0.0167877953, -0.00213134871, 0.0127917454, 0.0240931902, -0.00367096043, 0.000110665307, -0.0134200091, -0.00741497474, -0.0109946178, -0.00516126072, 0.00304817571, 0.012652942, 0.024034746, -0.00330751715, 0.00965042505, 0.0108192889, 0.0200898331, 0.00688898657, -0.00129305478, 0.0049238354, 0.00268290588, 0.0180735439, 0.00744419638, -0.000840120309, -0.0193885155, -0.00818934664, -0.00702048372, 0.00523431459, 0.0207034871, -0.00381341577, -0.0035467688, -0.0162910279, 0.00308287633, 0.0101764137, 0.00191401318, 0.0205573794, 0.00794096291, 0.0103006056, -0.0092267124, 0.0157650411, 0.0211125892, -0.00334221777, 0.00642874651, 0.00586257875, -0.0125798881, -0.00450742804, 0.0158819258, -0.0192862395, -0.0234941468, 0.0115279118, -0.0168900713, 0.0143112671, 0.0105343778, 0.000686707033, -0.00124922232, -0.0151075544, 0.0209226478, -0.00608174037, 0.0239763036, -0.02780433, -0.0208495948, 0.00305000204, -0.00615844736, -0.0224421695, -0.0258318726, -0.00846695155, -0.0027523071, -0.00773641234, -0.0196222886, 0.00189209706, 0.0103079109, -0.0150929438, -0.0144573748, 0.0456733219, 0.00623880653, 0.000264592236, 0.00189940247, 0.011586355, 0.000213340332, -0.00479233824, -0.0130547388, 0.00155970163, -0.0181465987, -0.022179177, 0.00343536143, 0.00413120026, 0.0111553371, 0.0119735412, -0.014055578, -0.0111845583, -0.00359973288, 0.0274828915, 0.00521970401, -0.00624976447, 0.0420206264, 0.0130255176, 0.0115790498, 0.00504437461, 1.68723216e-06, -0.00204368401, -0.000283768895, -0.0102786897, -0.00139715662, -0.0269276816, -0.00796288, -0.00133506081, -0.0077071907, -0.00910982676, -0.023552591, 0.0101325819, -0.00790443644, 0.00749533437, -0.0199583359, -0.0207034871, 0.00833545439, 0.0194177367, -0.0191547424, 0.0142236017, 0.0193885155, -0.00826970581, 0.00397778722, 0.0165101904, 0.0103590488, -0.00877377857, 0.00139989611, -0.0120465951, 0.00519048236, -0.00521239871, 0.0234649256, -0.0057237763, -0.0142162964, -0.0236694757, 0.00912443735, 0.0322898403, -0.00895641278, 0.0126310261, -0.00459144032, -0.0105709052, 0.00179438735, -0.0237133093, 0.0225006137, -0.0141505478, 0.00780216092, -0.000284910377, 0.0351827778, 0.0173430052, -0.00233589974, -0.0197245646, 0.0114694685, -0.00135971641, -0.0110019231, 0.0038499427, 0.00906599406, -0.0177521072, 0.0254373811, -0.0133834817, 0.0100083901, -0.00341527164, -0.0134200091, -0.0142455185, 0.00511742849, 0.0077071907, 0.00769988541, 5.13375162e-05, -0.0126675535, 0.0140409674, -0.00549365627, 0.00551192, -0.0100156954, 0.00547539303, 0.00946048554, 0.0104321027, -0.0105636, 0.0334002599, 0.00786060374, 0.0108558154, 0.0468421876, -0.0225590561, 0.0506117679, -0.023245763, -0.00527814729, -0.00848156214, 0.0136683919, 0.000736475049, 0.0144939013, -0.0188625269, -0.00850347895, 0.00821126252, -0.0132812066, 0.0234357044, -0.0147203691, 0.0127625233, -0.0223837271, 0.000429648499, -0.0122292293, -0.0170654, -0.0100083901, -0.0282426532, -0.00155787531, -0.00205098931, 0.0157942623, -0.00481060194, -0.015531268, -0.0146253984, -0.00441611046, 0.0019414085, 0.0207473189, 0.000207633, -0.00250209752, -0.00792635232, 0.0137633625, -0.00738575356, -0.00435401499, 0.0247360636, -0.00661868695, -0.00577856647, -0.00699856738, -0.00902946666, 0.00930707157, -0.0172553398, -0.00375862513, -0.0187602509, -0.000809985562, 0.0140190506, 0.00952623412, -0.00366913411, -0.00494575175, -0.00876647327, 0.0156043218, -0.00181630359, 0.000846969138, 0.0114986906, -0.00201628869, -0.0052270093, -0.0227051638, -0.0122438399, -0.012806356, -0.0194031261, -0.0058844951, -0.00414581131, -0.00210212707, -0.00217152829, -0.00986228231, 0.0189209711, 0.0308287628, -0.0150783332, 0.0153851602, 0.00334039144, -0.013113182, 0.0023121573, -0.0116228815, -0.00189940247, 0.0216239654, 0.00601233914, -0.000589453964, -0.00914635323, -0.0158965383, -0.0144939013, -0.0164517481, -0.00676114205, 0.00212952239, 0.00443437416, 0.0158673152, 0.00288197794, -0.0204404928, -0.00864228141, -0.0116886301, -0.00617671059, -0.00629725, 0.0147203691, -0.0121780923, 0.0111407256, 0.00186835451, -0.0134930629, 0.00904407818, -0.00626802817, -0.00125196192, -0.00954084471, 0.00277970242, -0.00548269833, -0.00190670788, 0.0175621677, -0.00377323595, -0.0127771338, -0.00152500102, 0.0175329465, 0.0139752189, -0.00526718888, 0.0108558154, -0.000273039099, 0.0015907496, 0.00805784948, 0.0104613239, -0.0120831216, 0.00830623321, 0.00315045123, -0.0148080336, 0.0160572566, -0.0218431279, 0.00776563399, 0.0171676762, 0.00705701066, 0.0163933039, 0.0107827615, -0.00525623094, 0.00409102067, 0.000735561887, -0.0146253984, 0.0423128419, 0.0128501877, -0.0271322336, 0.0158527046, -0.00129031518, -0.00428461377, -0.0060086865, -0.0168754607, -0.0108777313, 0.0174745023, -0.0157065969, -0.01594037, 0.00295320549, -0.00253497181, -0.0022938936, 0.00866419729, 0.00908791, -0.00521605136, -0.0109946178, 0.00613287836, -0.00978192221, -0.0104759354, 0.00405084109, -0.0172991734, 0.0168316271, -0.00574203953, -0.0124630025, 0.0037768886, -0.00841581356, 0.0173430052, 0.00454760762, 0.0177667178, 0.00167932746, -0.00875186175, 0.0116521036, 0.000860210159, 0.0189501923, -0.0157650411, 0.00778755, 0.00675018411, -0.0165832452, -0.0215070806, -0.00199072, -0.000250894635, 0.000191538304, 0.0211564209, -0.0179128256, 0.0198122282, -0.00480329664, 0.0198414493, -0.00225919299, 0.0204258822, 0.0114475526, 0.0160280336, -0.00481790723, 0.00702048372, -0.0104832407, 0.0146107879, 0.00183182757, 0.00642144121, -0.0144208474, -0.0106512643, 0.0149760582, -0.000960659294, -0.00326185836, -0.0217846856, 0.0261533111, 0.0089710243, -0.0232603736, 0.0116521036, -0.0154874353, 0.00471563172]
|
18 Nov, 2020
|
HTML5 MathML voffset Attribute
18 Nov, 2020
This attribute is used to set the vertical position or increment. This attribute is accepted by only one tag and that is <mpadded> tag.
Syntax:
<element voffset="length">
Attribute Values:
length: This attribute value holds the digit in specific unit, that will be shifted the below or pull upward the baseline.
Below example illustrate the voffset in HTML5 MathML:
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML voffset Attribute</title>
</head>
<body style="text-align:center;">
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML voffset Attribute</h3>
<math>
<mrow>
<mpadded lspace="2em" voffset="1em"
height="1em" depth="3em"
width="7em">
<mfrac>
<mn>987654</mn>
<mn>20</mn>
</mfrac>
</mpadded>
</mrow>
</math>
</body>
</html>
Output:
Supported Browsers: The browsers supported by voffset attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute/HTML5 MathML scriptsizemultiplier Attribute/HTML5 MathML selection Attribute/HTML5 MathML separator Attribute/HTML5 MathML rspace Attribute/HTML5 MathML stretchy Attribute/HTML5 MathML subscriptshift Attribute/HTML5 MathML supscriptshift Attribute/HTML5 MathML symmetric Attribute/HTML5 MathML voffset Attribute
|
https://www.geeksforgeeks.org/html5-mathml-voffset-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML voffset Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, HTML5 MathML stretchy Attribute, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, HTML5 MathML voffset Attribute, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, HTML5 MathML rspace Attribute, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML separator Attribute, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, HTML5 MathML subscriptshift Attribute, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, HTML5 MathML supscriptshift Attribute, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, HTML5 MathML selection Attribute, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, HTML5 MathML symmetric Attribute, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, HTML5 MathML scriptsizemultiplier Attribute, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0494942665, 0.00209817407, -0.0167707838, 0.0133669581, 0.0477704406, -0.00299478276, 0.00818817504, 0.0308827851, -0.024016697, 0.00971478317, 0.0110149579, -0.00576678291, -0.0177495666, -0.0183046982, 0.00312078279, 0.0104086967, 0.000441228301, -0.00497060921, -0.0303860903, 0.0116504356, -0.00139786967, -0.0162156541, -0.0437384397, 0.0207735673, -0.0699464381, 0.0125926966, -0.00607356569, 0.00818817504, 0.0367554799, 0.0293050464, 0.01278261, -0.0135057401, -0.0220591333, 0.0135860881, -0.0491436571, 0.0281947851, 0.00560608739, 0.0272160023, -0.00673826132, -0.0285892207, -0.00451773964, -0.00220956537, -0.00960521866, 0.0190351326, 0.010153044, -0.0291735679, 0.0044666091, -0.0116942618, -0.0225120019, -0.017136002, 0.0302692205, 0.0238121767, 0.0160841756, 0.0343012214, 0.00275191339, -0.00486469595, 0.0629927, 0.0378365256, -0.00721669616, -0.0262956545, -0.00945182703, -0.0209780894, -0.0387422629, -0.0240459144, -0.0568570495, 0.00698295701, -0.00497060921, 0.014988523, -0.049523484, 0.0107008703, -0.0155290449, 0.00406487, 0.04125496, 0.0299478285, -0.0178956538, -0.00788869616, 0.00337278284, 0.00615756586, -0.00437165238, -0.00771339191, 0.0163617413, -0.00841460936, -0.0556299165, 0.000639130478, 0.0613565259, 0.0247325245, 0.023739133, -0.0332201757, -0.0166393053, -0.00198860886, -0.0480918288, 0.0289690457, 0.00448487, -0.00159234798, -0.0139293922, 0.00661408762, -0.015309914, 0.000525913085, -0.00257660891, -0.0030459133, 0.00679304404, 0.0226288717, 0.0119718267, 0.0140316533, 0.0140681751, 0.022774959, -0.0107300878, -0.0268653929, 0.0225120019, 0.0113728708, 0.0216354802, -0.0324313082, 0.00603339169, -0.000522717426, 0.00512400037, 0.0158942621, -0.0053613917, -0.0549287, 0.035616003, -0.0215040017, -0.0373690464, 0.00265878276, 0.0260180887, 0.00995582715, -0.0174281746, -0.00219678273, -0.0403200053, -0.00402104389, 0.0107227834, -0.0222636536, -0.0404368713, 0.0157043487, 0.00438991329, -0.0450824387, 0.0251707844, 0.0276688728, 0.0305029601, 0.0199116543, -0.00376173947, 0.00110386964, -0.0422483534, 0.00842921808, 0.0133961746, 0.0610059202, -0.0206566975, -0.0245133936, -0.00930574, 0.0524160042, -0.0173113067, 0.0116942618, 0.00946643576, -0.0321683511, 0.0155144362, -0.0331033058, 0.0219860896, -0.0234615672, -0.00147273927, 0.0292027853, -0.00254008709, -0.0141704362, 0.00433513103, -0.00774991373, 0.0297579151, 0.0711735711, -0.00449582655, 0.0506629609, -0.00980243552, 0.00867756642, -0.0221613925, 0.036521744, 0.0126949577, -0.016493218, 0.00993391406, -0.0333662629, -0.043563135, 0.0472445264, 0.0368431322, -0.0255067851, -0.00734452251, -0.0120813921, -0.0552500933, -0.0157043487, 0.00679304404, 0.0132281752, -0.0238706116, 0.004565218, 0.0106424354, -0.00352434814, 0.00189913064, -0.0194880012, -0.0243380889, 0.0101822615, 0.00311895669, 0.0236806981, 0.0345933959, -0.0326066129, -0.0360834822, 0.00430956576, 0.0465140902, 0.00239582639, 0.00165626104, -0.0287499148, -0.0228772201, -0.00271904375, -0.00341295684, -0.0225266106, 0.00445930474, 0.00786678307, 0.0515979193, -0.0272306111, -0.0112633053, 0.0101895658, 0.0150177404, 0.0322560035, -0.00104086963, 0.0169022623, -0.031963829, -0.00548556587, -0.0102918269, -0.0311165247, 0.0576751344, 0.00543443533, -0.0498156548, -0.012621914, -0.0579380915, -0.0201161765, -0.004116, -0.0482087, -0.0285161771, 0.0241920017, -0.010233392, 0.0240459144, -0.00662869634, -0.00704139192, 0.0179686975, 0.0337460898, -0.0245426111, -0.0195610449, 0.0488514826, 0.0111318268, -0.0475659184, -0.0222198274, 0.00765495701, -0.0276250467, 0.0216354802, 0.00441913074, -0.00239034812, -0.0157481749, -0.01568974, -0.0185676534, 0.0296118278, -0.0141850449, 0.0147547843, 0.000677021802, 0.0188598279, 0.0466893949, 0.039852526, 0.00781565253, -0.00919617433, -0.00755269639, 0.00815895759, 0.00487930467, -0.00684417458, -0.00750887, 0.0422483534, 0.00233191322, 0.0245864373, -0.0137321753, -0.0168000013, -0.00272634812, 0.00895513128, -0.0299478285, 0.0127972187, -0.0272598285, -0.0116650444, 0.0237537418, -0.0374859162, -0.00367591344, 0.0413133949, -0.0243819151, -0.00527374, 0.00745773967, 0.00844382681, 0.0702970475, 0.0199116543, 0.000892956625, 0.0157773923, 9.64972933e-05, -0.0203791317, -0.0341551341, 0.0110003492, -0.00516052218, 0.0193273053, 0.00563530484, 0.0307951327, -0.00609547878, -0.00874330476, -0.00733356597, 0.0255798288, -0.0283116549, -0.0314086974, -0.0159234796, -0.00354808732, -0.0289252196, -0.0410504378, -0.00825391337, -0.0225704368, -0.00613565277, 0.00648991344, -0.0467478298, 0.00950295758, -0.00711443555, -0.000154532623, -0.0160111319, -0.018319305, 0.00840730499, -0.00659217453, -0.0150615666, -0.0217815675, -0.0179102626, -0.0269092191, 0.00399547862, -0.00945182703, 0.0192396548, 0.000657391385, 0.00310800038, -0.0258866102, -0.02712835, -0.030619828, 0.00163800013, -0.0854900926, -0.0446733944, 0.00510573946, 0.00447391346, 0.020086959, -0.0311457422, 0.0423067845, -0.0113801751, -0.00723495707, 0.0131332185, -0.0442059152, -0.0106643485, 0.0113144359, -0.00325226109, 0.0186845232, -0.0137833059, 0.0167561751, 0.00407947879, -0.000127940235, 0.0211972184, 0.000959608762, 0.0423944369, 0.0391220897, -0.00679669622, 0.0228041764, -0.00708521809, -0.0553669631, -0.00227165245, -0.0318177417, 0.005116696, -0.0133377407, 0.00226617418, -0.0105401753, -0.0495527, -0.00615391368, -0.0673753098, -0.0203937404, -0.0303568728, 0.0179248713, -0.0287206974, -0.0489099175, -0.0461050458, 0.018319305, -0.0063547832, -0.032548178, 0.00711808773, 0.00415252196, -0.0449947864, -0.00684417458, 0.0191520024, -0.0359958299, 0.0312626101, 0.0428911336, -0.0385961756, 0.022453567, -0.00707060937, 0.00662869634, -0.0262518283, 0.0280194804, 0.023476176, -0.0258573927, 0.032928, -0.00509478291, -0.060480006, -0.000263184804, -0.0111464355, -0.037602786, -0.00939339213, 0.0132281752, 0.00428400049, 0.013805219, 0.0134619139, 0.0137540884, -0.0182900894, 0.0129360007, 0.0396772213, -0.0336876549, 0.00619408768, 0.034973219, -0.00280852197, -0.00707791373, -0.00124995667, 0.00343304384, -0.0344765261, 0.0354699157, -0.00540521787, 0.0270406976, -0.00245791324, -0.0321683511, 0.0423067845, 0.0624083541, -0.0276250467, 0.0158942621, 0.000415663089, 0.00916695688, 0.00242504361, -0.0517440028, -0.00696834829, 0.0272598285, 0.0178956538, -0.0471860915, -0.0055257394, 0.00914504472, 0.0213140883, -0.0186699145, 0.0333662629, 0.0180271324, 0.0201892182, -0.00863374, 0.00928382669, -0.0165078267, -0.0103502618, -0.025462959, 0.0248640031, -0.0537892208, 0.0114605231, 0.00361382635, -0.0260619149, 0.00965634827, 0.0173843484, 0.00108834787, -0.0131186098, -0.0420730487, -0.0104086967, 0.0353822634, -0.00631826138, 0.0317885242, -0.00372886984, 0.00154304365, -0.0163033064, -0.0234469585, -0.0127533926, 0.0249662623, 0.0115262615, 0.0688946173, -0.0218107849, -0.0496695712, 0.00775721809, -0.0089916531, -0.0209926981, -0.000697565265, -0.0200139154, 0.0026514784, 0.0220299158, -0.00281034806, 0.0259596538, -0.0289982632, 0.00938608777, 0.0231986102, 0.0198386107, 0.0453161784, -0.0122640012, 0.00625252211, 0.00192834798, 0.0159088708, -0.0221175663, 0.00613565277, -0.00644608773, 0.0230671316, 0.043826092, -0.0219860896, 0.0143603487, 0.0383916572, -0.0311457422, 0.00515321782, 0.00833426137, -0.0164055675, 0.00342208729, -0.0111537399, 0.0188160017, -0.0164201763, 0.0344765261, -0.0240313057, 0.0407290459, -0.00640591374, 0.0169022623, -0.0777182654, 0.0292320028, -0.0156020885, 0.0230379142, 0.019225046, 0.00137139147, -0.00415252196, -0.00583252218, -0.000311119598, -0.0217085239, 0.00445565255, 0.000940434868, 0.0140608707, -0.0106278267, -0.0061502615, -0.00240313075, -0.0137175666, 0.0123224361, 0.0108907837, 0.031905394, 0.0209780894, -0.0143603487, -0.0178518277, -0.0123735666, -0.00338373939, -0.0120521747, 0.00538695697, 0.00967826135, -0.0246448722, 0.0142946104, -0.0364633091, -0.0148205226, 0.0350316539, 0.0232278276, -0.030619828, -0.0437092222, -0.0187283494, -0.0217669588, -0.0380410478, -0.0414887, -0.00927652232, -0.000594391371, -0.0265147854, 0.00848034862, 0.0326066129, -0.00457252236, -0.0109857405, -0.00252913055, 0.00906469673, -0.00462730462, -0.0308827851, -0.0173989572, 0.00790330488, -0.0175888706, -0.00378000038, -0.0122420881, 0.0285453945, 0.00493773958, -0.032548178, -0.0184507836, -0.0388591327, 0.0124685224, -0.0394434817, -0.00336730457, -0.00236843503, -0.00806400087, 0.0577043518, -0.0327819176, 0.00689165294, 0.012519653, 0.000252913072, 0.00398817426, 0.0247763507, -0.0116285225, -0.0179833062, -0.0314086974, 0.0204521753, 0.0232570451, 0.00401008734, -0.00824660901, -0.0246448722, -0.021489393, -0.0599540919, -0.00754539203, 0.0212410446, 0.0504876561, 0.00148278277, 0.000178728282, 0.0233300887, 0.0138271321, -0.0203645229, 0.0240313057, 0.0168876536, -0.0153537402, 0.000566087, 0.0357620902, 0.00231913058, 0.0220153071, -0.0234469585, 0.00151473924, 0.0136372186, -0.0167853925, 0.0208466109, 0.00869217422, -0.0549287, -0.0177349579, 0.0204813927, 0.00956139248, -0.0190205239, -0.0102699138, -0.0175888706, 0.0218984373, -0.00951026194, -0.00284504378, 0.0286768712, -0.0132573927, -0.0127387838, 0.0151346102, 0.0387422629, -0.0311749596, -0.0197071321, 0.00194660889, -0.000817630498, -0.0489975698, -0.0188598279, -0.00644243555, -0.00539791351, 0.001299261, 0.0373106115, 0.0140535664, -0.0320222639, -0.00107647839, -0.011979131, -0.00703043537, -0.0184069574, -0.00436069584, -0.0129725225, 0.0355283506, -0.0128848711, 0.00390052213, -0.00337460893, 0.034534961, 0.0112633053, 0.0141558275, -0.0201161765, -0.021489393, -0.00663965289, -0.00617217459, 0.0136737404, 0.0103429575, -0.00104726094, 0.0104013924, 0.0122274794, -0.00523356581, -0.0151784364, -0.0184361748, 0.0133377407, 0.0108615663, 0.00546730496, -0.0386546105, -0.037865743, -0.00854608789, 0.00451408746, 0.0387714803, -0.00238669594, -0.0309704375, 0.0312918276, 0.00437895674, 0.0334539153, -0.0210219156, 0.00525913108, 0.0302692205, 0.00111482618, 0.0693621, -0.00157500012, 0.0183631312, -0.00155400019, 0.0150907841, -0.00631095702, -0.0174866095, -0.00915234908, -0.00480626151, 0.00282678287, -0.000732260931, 0.0208904371, -0.0138344364, 0.0527081788, 0.0241773929, 0.0110368701, -0.00834887, 0.0350900888, 0.0101165222, 0.0413718298, -0.0380410478, -0.0249954797, -0.0275227856, -0.0041233045, 0.0152660878, -0.00652278308, 0.00201234804, 0.00564991357, 0.0110441744, -0.0287353061, -0.0100069577, -0.0118914796, 0.0470107868, 0.00444104383, 0.0540521778, -0.0224389583, -0.00764034828, 0.0277419146, 0.00123443489, -0.0323728733, -0.00206895662, 0.0252292193, 0.0141704362, -0.00745043531, -0.0350024365, 0.00395165244, -0.00227895682, 0.0321975686, -0.00134856533, -0.00123808708, 0.00561704393, -0.0134107834, 0.00459808717, -0.0103210444, -0.0166685227, -0.0163617413, 0.042657394, 0.0131186098, 0.0107593052, -0.0153683489, -0.0324605256, -0.0248640031, 0.00784487, 0.0158066098, -0.0222198274, -0.00456156582, -0.00902817491, 0.019225046, 0.00492313085, -0.00325591327, 0.00939339213, 0.0019246958, -0.000419543503, 0.016464, -0.031321045, 0.0326650478, -0.0150761753, 0.0166685227, 0.014528349, 0.0265586115, -0.0122640012, -0.0181293935, 0.00665791379, 0.0168876536, -0.0255798288, 0.0233739149, 0.0275081769, -0.0030660003, -0.0166246966, 0.00836347882, -0.0122640012, 0.00524452236, -0.0169460885, 0.0349147841, 0.00989739224, 0.0120667834, 0.039268177, -0.0367554799, -0.00504000066, 0.0261203498, 0.00154030451, -0.0275666118, 0.0133377407, -0.0175596531, 0.0122640012, -0.00690626167, 0.0107300878, 0.0141412187, 0.00742487, -0.0180417411, 0.0173843484, 0.0396772213, 0.0529419184, 0.00735547906, -0.00187356537, 0.0236660894, -0.0102772182, -0.00913774, 0.0101676527, 0.0227603503, -0.0352361761, 0.0309996549, 0.018100176, 0.0216354802, 0.0107081747, 0.0152806966, -0.00472591352, 0.0107446965, 0.00108743482, -0.04125496, -0.0162448715, -0.0140973926, 0.0107300878, -0.00469669607, -0.0295826104, 0.00474052224, 0.0229794811, 0.0156459138, 0.00104178267, 0.0299478285, 0.00815895759, -0.0178080015, -0.00850956608, -0.0117746098, -0.0194733925, 0.00292539154, -0.012059479, 0.0067419135, -0.0120083485, 0.0169606972, 0.0146452188, 0.0013805218, -0.00810052268, -0.00675287, 0.0323144384, -0.00848765299, 0.0247763507, -0.00181239145, -0.0153975664, -0.0217085239, 0.0130601749, -0.0311457422, 0.00543808751, -0.0308535676, -0.00094773923, 0.00956869684, 0.0187283494, 0.00403565262, -0.00625982648, 0.0181147847, 0.00833426137, 0.0286476538, 0.0241481755, 0.023578437, 0.028092524, -0.00842921808, -0.0221029576, -0.0306490455, 0.000590282667, -0.00940800086, -0.0245426111, -0.0165662616, 0.00537234824, 0.0199993066, -0.0183923487, 0.0257405248, 0.0220883489, 0.0259012189, 0.00249078288, -0.0111610442, 0.0037361742, 0.00692817429, 0.00417443505, 0.0218546111, 0.0254191328, -0.00285965251, 0.0111391312, -0.0335707851, 0.00825391337, 0.0268653929, 0.00554400031, 0.00419269595, 0.0320807, -0.000720391341, -0.0119133927, 0.00619408768, 0.0221467838, -0.0504000038, -0.00520800054, -0.00518973963, -0.0263102632, -0.00541617442, -0.0177933928, 0.0340382643, 0.00681860931, 0.00910852291, 0.0300939158, 0.00617582677, 0.0185530446, -0.00448487, 0.0298017412, 0.0112486966, -0.028092524, 0.00291078282, -0.0250246972, -0.00644243555, -0.00666521816, 0.00976591371, 0.0176034793, -0.00682591368, 0.0298893936, -0.00415252196, -0.0223951321, -0.0121033052, -0.0210365243, 0.00816626195, -0.00517513091, 0.0236806981, -0.007735305, -0.00781565253, 0.0243088715, -0.00359921763, -0.00066469569, -0.018480001, 0.027829567, -0.0364633091, -0.00374713074, -0.0107300878, -0.00132665224, 0.0143238269, 0.0296264365, 0.0152222626, -0.000713543559, 0.0346810482, 0.000179755443, -0.0123297404, -0.0229210462, -0.0236514807, -0.00858261, -0.0440013967, -0.00153847842, 0.0326650478, -0.00303678284, 0.00948104449, -0.0129944356, -0.00251269597, -0.0379533954, -0.0214017406, 0.00232278276, 0.0230086967, 0.000741847907, 0.0294073075, 0.0278587844, -0.0288813934, -0.0253899153, 0.0471276566, -0.0266608726, -0.0085241748, 0.00767687, 0.0169899147, -0.0172820892, 0.0169460885, -0.0210219156, 0.0174866095, 0.0103283487, -0.0132135665, -0.0115993051, -0.00731530506, 0.0108469576, 0.00192652189, -0.00896974, 0.0267777406, -0.00894052256, 0.0210073069, 0.0163179152, 0.00840730499, 0.0164201763, 0.0151053928, -0.0192834791, 0.0176180881, -0.00344947865, 0.0227311328, 0.00589095708, 0.0259304363, 0.023154784, 0.0126949577, 0.0456960052, 0.021328697, -0.00593478326, -0.0411088727, 0.0136226099, 0.0293342639, -9.98070755e-05, -0.0189474802, -0.0173843484, 0.0208904371, 0.0220445246, 0.0297579151, -0.0133596538, -0.0102991313, -0.0464556552, -0.0324020907, 0.00408313097, 0.012621914, 0.0300062634, -0.0371353067, 0.0169606972, -0.0109419143, 0.0184946097, -0.0188890453, 0.0138125233, -0.00794713106, 0.0110076535, 0.0141120013, -0.00616852241, 0.00691721821, -0.00321391341, -2.23125026e-05, -0.0135714794, 0.00728243543, 0.0359666124, 0.00306052202, -0.0012225653, -0.0309704375, -0.0375735685, 0.00191739143, 0.00136773929, -0.02062748, -0.000532304402, 0.018100176, -0.0168438274, 0.0187721755, -0.00546730496, 0.0282970462, -0.0164786093, -0.00474052224, -0.0117819142, -0.0369892195, -0.0312918276, -0.0255506113, -0.0259888712, 0.0163909588, 0.017778784, -0.0335123502, 0.00472591352, -0.0239728708, -0.0298455674, -0.00587269617, -0.0108542619, -0.00921078306, -0.0191520024, 0.00297469599, 0.0237245243, 0.00364669599, -4.86481e-05, 0.0348855667, -0.0105328709, 0.0117453923, -0.00891130511, 0.0264709592, 0.0140243489, 0.011738088, -0.0174866095, -0.0052554789, -0.0251561757, -0.0391805246, -0.00492313085, 0.026967654, 0.00474052224, 0.019765567, -0.00146360882, -0.0135349575, 0.0187575668, -0.00809321832, 0.012519653, 0.00593843544, -0.01793948, -0.000609913084, -0.00105547835, -0.0196486972, -0.0315840021, -0.0164786093, -0.00595304416, -0.000390554371, 0.0188160017, 0.00602973951, -0.0128848711, 0.0221175663, 0.0260473061, -0.00989739224, -0.0118768709, -0.0197217409, -0.0113801751, -0.00370330457, -0.0124027841, 0.00557687, 0.0100873057, 0.00289069582, 0.0747380927, 0.0022241741, -0.0288229585, -0.00195208716, -0.00369600044, 0.00573026156, 0.00433513103, 0.0128775667, 0.015309914, 0.0148935663, 0.0307951327, 0.0122932186, 0.0419561788, 0.0404076539, -0.00264782622, -0.00948834885, 0.00115500006, -0.00381287, 0.0220299158, -0.0276542641, 0.00166904368, 0.0106497398, -0.00376173947, -0.00378000038, 0.0277273059, -0.00310252211, -0.0207589585, -0.00706695719, -0.0105620883, 0.00163069577, 0.00755269639, -0.0240897406, 0.0164786093, 0.00573756592, -0.0281655677, 0.0441182666, 0.00129560882, -0.00115865225, -0.0437676571, -0.013885566, -0.0247471333, -0.0175596531, -0.00878713094, -0.0352361761, 0.0137102623, -0.00345313083, -0.008736, 0.0297871325, -5.30135912e-05, 0.00266426103, 0.0069464352, 0.0120302616, 0.0122859143, 0.00985356607, -0.0105182622, 0.0011979132, -0.0072678267, -0.018801393, -0.0245572198, -0.0288229585, -0.0168292187, -0.0094591314, 0.00617947895, 0.00765495701, -0.0124539137, 0.0169022623, -0.00967095699, -0.00370878284, -0.0102553051, 0.00197034795, -0.00563530484, 0.032986436, -0.00150013051, -0.00180782622, -0.00208173925, -0.0178080015, 0.00792521797, 0.0074723484, 0.0226288717, -0.0260619149, -0.00999234896, -0.0141485231, -0.0167561751, 0.0187283494, -0.00384208723, -0.0224973932, 0.00207626098, -0.0247909594, 0.00485008722, -0.00543443533, 0.00902087055, -0.00667252252, -0.0202038269, -0.0215770453, 0.011256001, -0.0146306101, 0.00731530506, 0.00968556572, -0.00513495691, -0.0320807, -0.0260619149, 0.0150031317, 0.00230452185, 0.00221139146, 0.00172473933, -0.00745408749, 0.0126511315, -0.0186699145, -0.0186845232, 0.0150177404, 0.000460858748, 0.0173405241, -0.0139147835, 0.0116942618, -0.0169022623, -0.0129871313, -0.00743947877, -0.00504365284, -0.000296054379, 0.0112267835, 0.0251269583, 0.0197947845, 0.0283993073, -0.00424747868, -0.00162247836, 0.0254483502, -0.0087944353, -0.0181878284, 0.00703773974, -0.000291717413, -0.00747965276, 0.0247033071, -0.00208356534, 0.0145794796, -0.00877982657, 0.00387130468, 0.0086629577, 0.00779374, -0.01568974, 0.00825391337, 0.0286038294, 0.0266462639, 0.0354991332, -0.0314671323, -0.00544539187, 0.0218107849, 0.00330887, 0.0406121761, 0.0144991316, -0.0127972187, -0.0194587838, -0.0199554805, 0.0264709592, 0.030240003, 0.00341478293, -0.0394434817, 0.00393339153, 0.0139074791, 0.0157773923, -0.00597860944, 0.022453567, 0.0163325239, 0.0185238272, -0.0244111326, -0.0129652182, -0.00934226159, 0.00678939186, -0.0453161784, 0.00555495685, -0.0374859162, 0.037281394, -0.0134692183, 0.00196304359, 0.0266608726, 0.0284723509, 0.00361382635, -0.00243965234, -0.000213766325, 0.0244987849, -0.00629269611, 0.0111683486, -0.00443008728, -0.00151291315, 0.00331982644, -0.00766956573, -0.00326321763, 0.00395165244, 0.00438260892, -0.0101457397, -0.025302263, -0.0089332182, -0.00482452195, 0.00997043587, -0.0191520024, -0.0217231326, -0.00494139176, 0.00611373968, 0.00189365237, -0.00634017447, -0.0248786118, -0.0112267835, 0.0270553064, 0.0203791317, 0.0103867836, -0.00253278273, -0.0168292187, -0.00611739187, 0.0062086964, -0.00628173957, 0.00293086981, 0.0140170446, -0.0109930448, 0.00474052224, 0.0136372186, -0.0171944369, 0.0354407, 0.0373106115, 0.0218838286, 0.0277273059, 0.0274643507, -0.0130455662, -0.022935655, -0.00355356559, -0.00313173933, -0.0290713068, 0.0180563498, -0.0420146137, 0.0112413922, -0.00791060925, 0.0142946104, 0.0138782617, 0.0383916572, 0.0142726973, 0.0131770447, 0.0157189574, 0.00786678307, 0.0243965238, 0.00929843541, 0.0107739139, -0.0179833062, 0.0115043484, 0.0178518277, -0.0111099137, -0.0046893917, -0.00360834808, -0.00026250002, -0.0250393059, -0.00118421752, -0.00527008763, 0.0137102623, -0.0184069574, -0.000668347871, -0.0026898263, -0.0336876549, -0.0163763501, 0.0208173934, -0.0212848708, 0.00398817426, -0.0100434795, -0.00247252197, 0.0156313051, 0.0079398267, 0.0026514784, -0.024279654, -0.00915965252, -0.0119645232, -0.00505460892, 0.0133815659, 0.0158212185, -0.00697565265, -0.0165662616, -0.0225412194, -0.00632921793, 0.0281217415, 0.026587829, 0.0108688707, 0.0173843484, 0.00911582727, -0.00428765267, -0.0163325239, -0.012862958, 0.0122493925, -0.0086629577, -0.02331548, -0.0125561748, -0.0186114796, -0.0189328715, -0.0012426523, -0.0139440009, 0.00880904403, 0.0270406976, -0.0118403491, 0.0175742619, 0.00874330476, -0.00202513067, 0.00609913096, -0.0150615666, -0.00821739156, -0.0211826097, -0.00409043534, 0.0278587844, 0.00876521785, 0.0195172187, -0.00783026125, -0.0123735666, -0.0125342617, -0.0156459138, -0.0324313082, 0.0173405241, -0.0194733925, -0.0223805234, -0.00240130466, -0.0111537399, -0.00772800064, 0.00163891318, 0.00624887, 0.00202878285, -0.0130674792, -0.00692817429, -0.0205544364, -0.0309704375, -0.00608452223, -0.00418173941, -0.0282240026, -0.00741756568, -0.0125342617, 0.00913774, 0.0114459144, 0.0132062621, 0.00391513063, 0.000240130452, 0.0124100884, -0.03587896, 0.0245133936, 0.00889669638, 0.0115335658, 0.0131186098, 0.0131259141, 0.00129560882, -0.0201015677, -0.0218400024, 0.0442059152, -0.0257405248, 0.0156605225, -0.00410139188, -0.0057412181, -0.00294182636, 0.000431413093, -0.0413133949, 0.0147547843, -0.00185165228, -0.0240751319, 0.0175450444, 0.00726052234, -0.0107739139, 0.0195172187, 0.000320021762, -0.00703408755, 0.00734817469, -0.00460904371, -0.0335707851, -0.00461634807, -0.00289252191, 0.00461269589, 0.00818817504, -0.0355575681, -0.00602243515, -0.00867026206, 0.00375808729, 0.0144772185, 0.00463826116, 0.0252438281, 0.0427742638, 0.00330339163, -0.00434243493, -0.00831965264, 0.0064789569, -0.0130601749, -0.0201600026, 0.00129104359, -0.0137979146, -0.0124393059, 0.021168001, -0.0270406976, -0.0198970456, -0.00423652213, -0.000831782701, 0.00110660878, -0.00983895734, 0.0192104373, -0.00844382681, 0.0262372196, 0.00788869616, 0.0246594809, 4.87551e-06, -0.00974400062, 0.00495965267, 0.00518608745, -0.0105693918, 0.00917426124, 0.0341259167, 0.0552793108, 0.0100288708, 0.00987547915, 0.01568974, -0.00924730487, -0.0100215664, -0.00712904427, 0.0113436533, 0.00719113089, 0.0148351314, 0.0117526967, -0.0128556537, 0.00461634807, -0.00224973937, -0.0166831315, -0.0424528718, 0.0298455674, 0.00239582639, 0.0271137413, -0.0222490449, 0.0136810448, 0.00629634829, -0.0123881754, -0.0139732184, -0.0309704375, 0.00864104461, -0.000336913072, -0.0035316525, -0.00952487066, -0.0212848708, -0.0202914793, -0.0256382637, -0.00559878303, -0.0127387838, -0.0165078267, 0.0160111319, 0.0317593068, -0.0149739143, -0.00931304414, -0.00536869606, 0.0159380883, 0.0160695668, -0.0101822615, -0.0236953069, 0.00118695665, -0.00537234824, 0.0330740884, 0.0205982625, 0.00486834813, -0.0164493918, -0.00731895724, -0.0141485231, 0.0205836538, -0.00564626139, 0.00268434803, -0.0198240019, -0.0095175663, -0.016975306, 0.00989008788, 0.00582156563, 0.00845843554, -0.00132847833, 0.00248165242, 0.00208539143, 0.0259888712, 0.0124612181, -0.0172528718, -0.0124320015, 0.0165370442, -0.0120083485, -0.0175012182, 0.00393704372, -0.00815895759, 0.0225558281, -0.0141996536, -0.00251269597, -0.0110733919, -0.0205544364, 0.0103502618, -0.00352069596, -0.00647530472, 0.00493043521, 0.0144699141, -0.0195902623, 0.0504876561, -0.0120740877, 0.0116650444, -0.020948872, -0.00814434886, 0.0143384356, 0.0147255668, 0.00569373975, -0.0109200012, -0.00152295665, 0.00804208778, 0.0106789572, 0.00898434874, -0.0161718279, 0.00384208723, 0.00496695703, 0.00842191372, -0.00694278302, -0.0122128706, 0.00168730447, 0.0138417408, -0.0117746098, 0.0153391315, -0.000933587, 0.0118476534, -0.0149739143, -0.0114897406, -1.42663057e-05, 0.00276834797, 0.0251561757, 0.00563530484, -0.00258939154, -0.021489393, -0.0114751318, 0.0273036547, -0.00441913074, 0.0257843509, 0.00657391362, -0.0205690451, -0.00350243505, 0.0164347831, -0.00270626112, 0.00257660891, -0.0191081762, 0.00559147866, -0.0108907837, 0.00171743496, 0.00319200032, -0.0208466109, 0.00642782683, -0.000288065232, 0.0181878284, 0.0107227834, 0.0215186104, -0.008736, -0.00992661, -0.00502904411, 0.0129652182, 0.00576678291, -0.004525044, 0.0231255665, -0.0224097408, 0.00432417449, 0.0119206971, -0.0168876536, 0.00451773964, -0.0209780894, -0.0161718279, 0.00838539191, 0.00668713124, 0.0014106523, 0.00467478298, -0.00985356607, -0.0164201763, 0.00727147888, 0.00272452203, 0.0251707844, 0.0195610449, -0.00415982632, 0.00424747868, 0.0223805234, -0.00596400071, 0.00597130507, -0.00159234798, -0.00161700009, 0.0070450441, 0.0137979146, 0.00975860935, 0.0231401753, 0.00329973944, 0.0154560013, 0.00699026138, -0.00706330501, -0.0186699145, -0.00439721765, -0.0207297411, -0.00894052256, -0.0380118303, 0.0169460885, 0.0202330444, 0.0334539153, -0.0136372186, -0.0130674792, -0.0137175666, -0.0192104373, -0.0070450441, -0.00610643532, 0.00569739193, -0.00119882624, 0.00105821749, -9.0448375e-05, -0.0124539137, 0.015952697, -0.019663306, -0.000945000094, -0.019341914, 5.95190286e-05, 0.0128337406, -0.0222052187, -0.0236660894, -0.0482379161, 0.0131697403, -0.000403108745, -0.0358497426, 0.0291297417, 0.0120960008, -0.0399401784, 0.000438717427, 0.0195464361, 0.0182170458, -0.0120521747, -0.00401739171, 0.027552003, -0.0205982625, -0.0102480007, -0.00197582622, 0.0308243502, -0.00678573968, 0.000581152213, 0.00885287, 0.00029788047, -5.96331556e-05, -0.00740660913, -0.0191812199, -0.00301486976, 0.0035115655, 0.0269968715, 0.000778826128, 0.0265440028, -0.0120156528, 0.0143895661, -0.0103648705, -0.0109930448, 0.00633287, -0.0247325245, 0.00331617426, 0.00737739215, -0.0328695662, -0.0224097408, 0.00455426145, -0.000628174, 0.0285307858, -0.00386034814, 0.0039991308, 0.0207005236, -0.0133669581, 0.000714913127, 0.00916695688, 0.00918156561, 0.0194149576, 0.00798365287, 0.00298747863, -0.0407290459, -0.0164201763, 0.0156020885, -0.00949565321, 0.00988278352, 0.0042620874, -0.00265513058, 0.00903547928, -0.0194295663, -0.0187867843, 0.00801287, -0.00981704425, -0.022935655, 0.0144187836, 0.0169899147, -0.0011878697, -0.00378365256, 0.00670539169, 0.00396260899, 0.031321045, -0.00528104417, 0.002558348, -0.0237683505, -0.00916695688, 0.0120302616, 0.0150323492, -0.0249224361, -0.00473321788, -0.0194587838, -0.00508017419, -0.0201307852, -0.0118111316, -0.0117234793, -0.00986817479, -0.0184946097, -0.00457252236, -0.00551113114, 0.010715479, -0.0186260883, -0.0155290449, 0.0147547843, 0.0106424354, -0.0041634785, 0.027449742, -0.00677113095, 0.000238989145, 0.00444104383, 0.0210365243, -0.00637669628, 0.0161864366, -0.00319382641, 0.00137230451, -0.0251707844, -0.00887478329, 0.0176619142, -0.00768417446, 0.0231693927, 0.0104306098, 0.0111464355, 0.00256382627, 0.0116942618, 0.0204083491, -0.0273474809, -0.00875791349, 0.0106643485, -0.0238852203, -0.000975130533, -0.00336547848, -0.00934956595, 0.00488295685, 0.00139239139, 0.00769147882, 0.00809321832, -0.0134619139, 0.0104233054, 0.0158504359, 0.00734452251, -2.06290788e-05, 0.0129579138, -0.000763760938, -0.00946643576, 0.00410139188, -0.0153683489, -0.020306088, -0.00317373942, -0.00960521866, -0.0130455662, 0.0107885227, 0.00269530457, 0.00377269601, -0.0104013924, -0.0273766983, 0.0178226102, 0.0130674792, -0.0101676527, 0.0252146106, -0.0114897406, 0.0103721749, -0.00611739187, 0.00817356631, 0.0203645229, 0.0135860881, 0.00675652223, 0.0274935681, -0.00612469623, 0.0297871325, -0.0066360007, 0.00757460948, 0.0027829567, 0.000509478326, -0.00572660938, -0.00979513116, -0.00428765267, -0.0105840005, -0.0179248713, 0.0269822627, -0.0296118278, 0.0111683486, 0.00486469595, 0.0155436536, 0.0112194791, 0.00121891312, 0.0134400008, -0.00125726103, 0.0054782615, 0.0113728708, 0.0258866102, 0.0179979149, -0.0212702621, 0.010072697, -0.00521165272, 0.0202476531, 0.0239728708, -0.00899895746, 0.0364633091, 0.00625252211, -0.0275081769, 0.00206895662, 0.000905282679, 0.00182243495, 0.0280633066, 0.010072697, 0.00213469588, 0.00510208728, -0.012519653, 0.00681495713, -0.0075307833, -0.0119353058, 0.00252365228, -0.0148862619, -0.00270808721, 0.00579600036, 0.0150761753, 0.000773804437, -0.00346956542, 0.0282970462, 0.00747600058, -0.0018315654, -0.00233921758, 0.0016635654, 0.005788696, 0.00815895759, -0.00696834829, 0.0137686972, -0.0143822618, -0.00626347866, -0.0139001748, 0.0261787847, -0.00409043534, 0.00170647842, 0.00271356548, -0.0234323498, -0.0166100878, -0.00807130523, -0.00807130523, -0.00224791327, -0.0369307846, -0.00664695725, -0.00102169579, -0.00446295692, -0.00698660919, -0.0110441744, -0.0185384359, -0.0103210444, 0.0136883492, 0.00179139141, -0.00457982626, -0.0195902623, 0.00534678297, 0.0227603503, -0.00882365275, -0.00543808751, 0.00105547835, 0.0121617401, 0.00355904386, -0.0113071315, 0.0183631312, 0.00524452236, 0.00795443542, 0.00365947862, 0.00143804355, 0.00807861, -0.0102918269, 0.0113509577, 0.00981704425, 0.0120886965, -0.00837808754, -0.00754539203, -0.00657391362, -0.00148826104, -0.0225704368, 4.63084289e-05, -0.014506436, 0.00447391346, -0.00333626126, -0.012519653, -0.00143256539, 0.0123078274, 0.00174756534, -0.00745043531, -0.00999234896, -0.0130528705, -0.00570834847, 0.00196852186, 0.000867391354, -0.00602608733, -0.00247982633, 0.00989008788, -0.0069464352, -0.0137833059, 0.0273913071, 0.00266426103, -0.00853147916, 0.00705965282, 0.0201746114, 0.00579965254, -0.00781565253, 0.013345045, 0.0169168711, -0.0126657402, 0.0013640871, -0.00485008722, 0.0204229578, -0.000832695747, 0.02712835, 0.00219130446, 0.0195464361, 0.00808591396, -0.0019794784, 0.0056243483, 0.00357365259, 0.0219714809, 0.00658487, -0.00731165288, 0.0231693927, 0.0233008713, -0.00260765245, 0.00733721815, -0.00890400074, 0.0153537402, 0.023476176, 0.0054600006, 0.0050984351, -0.0117234793, -0.0067017395, -0.0188306104, -0.0220737401, -0.0107227834, -4.17432093e-05, -0.0136153055, 0.00575582637, 0.0107373921, -0.000445337, -0.0124393059, 0.0123735666, 0.00690260949, -0.0170337409, -0.0200431328, 0.0135422619, 0.0119060883, -0.0154998275, -0.00979513116, -0.0100946091, -0.0377196558, 0.0198678281, -0.0217377413, -0.00263504381, 0.00623791339, 0.00758191384, -0.00504730456, 0.0068003484, 0.00749426149, 0.00162613054, -0.00462000025, 0.0162594803, 0.0340674818, -0.00495965267, 0.0117088705, -0.0228333939, 0.0214747842, -0.00303860893, 0.0165808704, 0.0193273053, -0.0030459133, 0.0153683489, 0.00239217421, 0.0131697403, 0.00614295714, -0.0050984351, -0.00439721765, 0.0205252189, -0.00712174, -0.0199116543, -0.00113765232, 0.00884556584, 0.0195756536, 0.00297469599, -0.000154989146, 0.00970747881, -0.0174135659, 0.0152953053, 0.00642782683, -0.0231986102, -0.00715095736, -0.0121471314, -0.0106132179, -0.0058873049, -0.00443739165, -0.00386400032, 0.0099850446, -0.0250831321, 0.00570104411, -0.000127255451, -0.0132720014, 0.0123735666, -0.0157627836, -0.00799095724, -0.0184946097, -0.00217304355, 0.0220737401, 0.00516052218, 0.00721304398, -0.0250393059, 0.00892591383, -0.000979695702, 0.00406487, 0.016113393, 0.0144772185, -0.0140024358, -0.000167201099, 0.0117234793, 0.000522260903, -0.00421095686, 0.00640591374, 0.0162156541, -0.0194295663, 0.000362478284, 0.00801287, -0.00978052244, -0.0165516529, -0.00356087, 0.000566543546, -0.0015686088, 0.00741756568, -0.019663306, 0.0243965238, 0.00783026125, 0.0217961762, 0.0102772182, -0.0110514788, -0.0132135665, -0.000731804408, 0.0149739143, 0.00229721749, 0.0183339138, 0.0141485231, 0.00710713118, -0.017515827, 0.0184946097, 0.00654104399, 0.0257989597, 0.0129067842, 0.0121763488, -0.023899829, -0.0160987843, -0.0244841762, 0.00598226162, -0.0107812183, -0.000781108742, -0.00133121747, -0.0294511337, 0.02600348, -0.0112048704, 0.000565174, 0.025141567, -0.000700304401, -0.00141430448, -0.0104817403, -0.0241335668, -0.00918887, 0.0119864354, 0.020466784, 0.00110204355, -0.0197217409, 0.00133213052, -0.0369892195, 0.019926263, 0.0195756536, -0.00619408768, -0.0203791317, -0.0162886977, -0.0275227856, 0.00937147904, -0.0122420881, 0.015149219, -0.0263833068, 0.0072495658, -0.00563165266, 0.0338045247, 0.00358643499, -0.0180417411, 0.00850956608, -0.00152386969, 0.00800556596, 0.00930574, 0.032548178, -0.0160403494, -0.00612104405, 0.0150031317, 0.0254483502, 0.0227895677, 0.00661043543, -0.0125707835, -0.00591652235, 0.00821008813, -9.94646834e-05, -0.0112706097, 0.01568974, -0.0175450444, -0.0158942621, -0.00272086984, 0.00593478326, 0.0107300878, -0.00885287, -0.00284504378, -0.00864104461, 0.00578504382, 0.0302692205, 0.00539791351, 0.0106205223, 0.0120229572, -0.00323217409, 0.0151638277, 0.0317593068, -0.00086191314, -0.013082088, 0.000751434825, -0.0148935663, -0.0100215664, 0.00547460932, -0.0261641759, 0.00323947845, -0.00428765267, 0.00890400074, -0.0218253937, -0.00469304388, -0.0025053916, -0.00570104411, -0.00478434842, -0.0138709573, 0.0138709573, 0.0191812199, 1.42663055e-07, 0.0300062634, -0.0194587838, -0.0111172181, 0.010474436, -0.000822195725, -0.00685878331, -0.00834156573, 0.0181732196, -0.00117873924, -0.000720847864, 0.0178080015, -0.00811513141, 0.00180873927, -0.00363939162, 0.00462730462, -0.00375808729, -0.0057412181, -0.00390052213, 0.0120740877, -0.0102406964, 0.00459808717, 0.0116066094, -0.00335817412, -0.00136682624, 0.0131040011, -0.0158358272, -0.00382017414, -0.0115189571, 0.00994121842, -0.0167123489, 0.0208612196, 0.00179960881, -0.011277914, 0.00722765271, -0.0252584368, 0.00774260936, 0.00482817413, 0.00870678294, -0.0136226099, -1.5721469e-05, -0.0168584362, 0.00807861, -0.012380871, 0.0112633053, 0.0162156541, -0.00739930477, -0.00757460948, -0.024016697, -0.0113144359, 0.00107373926, -0.00929113105, -0.0242212191, 0.00549652241, 0.0231693927, -0.00223695673, -0.00599687, 0.00910121854, 0.0101676527, 0.000506282668, -0.0168730449, -0.0020726088, -0.0217961762, -0.00111300009, -0.000607173948, 0.0183046982, -0.00203060894, -0.0155290449, -0.0253606979, -0.00148369581, 0.0178080015, -0.00124356535, -0.00231182622, -0.0140754795, -0.00510573946, 0.00544539187, 0.000606717425, 0.0170191322, 0.00331434817, -0.00980243552, 0.00406487, -0.021109568, -0.0160987843, -0.00947374, 0.0156751312, -0.00495965267, 0.00932765286, 0.00334721757, -0.020788176, 0.0226580892, 0.0292612202, -0.00448852219, -0.00369052216, -0.00504000066, 0.00529930461, -0.014287306, 0.0170921758, 0.0114240013, -0.0047880006, 0.018962089, 0.0325189605, -0.023739133, -0.0109784361, -0.0120521747, -0.0147766974, 0.00484278286, 0.0015886958, -0.000823565293, 0.000208173937, -0.00785217434, -0.0232132189, -0.00428034831, 0.00519339181, 0.00986087, 0.0184946097, -0.000617217447, -0.0143238269, 0.00603704387, -0.0180709586, -0.00228078291, 0.00470034825, 0.0250539146, 0.0108542619, -0.0117600011, -0.0167415664, 0.000849130505, 0.00560243521, 0.00347504369, 0.0031043482, 0.00726052234, -0.00974400062, -0.000358369609, -0.000627260946, 0.0120886965, -0.0170045234, -0.00598226162, -0.0185676534, 0.000327097863, -0.0220591333, 0.00154852192, 0.0301523507, 0.00662139198, 0.00189000019, -0.000990652246, -0.00670904387, 0.00888208766, -0.0093203485, 0.00702678319, 0.0144918272, 0.000727239181, -0.0373690464, 0.0123370448, 0.0039406959, -0.0384208746, -0.00198495667, 0.0040393048, -0.00582156563, -0.0220883489, 0.00443008728, -0.00299660885, 0.0149154793, 0.00783756562, 0.0197217409, 0.0362880044, -0.0258281752, 0.0149593055, 0.00322121778, 0.00369052216, -0.00303495675, -0.0112121748, 0.0120667834, -0.014287306, -0.0103575662, 0.0104598273, -0.00301852194, 0.00377269601, 0.00856800098, -0.0201161765, 0.0304153077, -0.00537600042, -0.0118257403, 0.0246594809, 0.0111683486, -0.00973669626, 0.0163325239, -0.01681461, -0.0102626095, -0.000618587, 0.0155290449, 0.0175742619, -0.0321391337, -0.0170191322, 0.00101621752, 0.00887478329, 0.0215040017, -0.00105000008, 0.00995582715, 0.00983165298, 0.00533947861, -0.00844382681, 0.0331325233, -0.0114532188, -0.0204960015, -0.00172473933, 0.0058471309, 0.0120448703, 0.00765495701, 0.00795443542, 0.00454695709, 0.000502173963, -0.0165662616, -0.00579234818, -0.0310580898, 0.0299040023, -0.0106570441, 0.0141923493, -0.00997043587, -0.00579234818, -0.0122786099, 0.00980974, 0.0223366972, -0.0207589585, -0.00974400062, -0.000765587, 0.0118549578, -0.0178372189, -0.00132026104, 0.00537600042, 0.0139951315, -0.00537600042, -0.0122347837, -0.000486195699, -0.0121544357, 0.0142507842, -0.00507652201, 0.00869217422, -0.0211972184, 0.000501260918, -0.009130436, -0.00640226156, 0.00842921808, 0.0190643501, 0.0173113067, -0.0116869574, -0.0079982616, 0.000667434826, 0.0235930458, 0.00126547832, -0.0115554789, -0.0122055663, 0.0154560013, -0.00197400013, -0.0206128713, 0.0186553057, -0.0228918288, -0.00567182666, 0.00304956548, 0.0234177411, 0.0341259167, 0.0136883492, 0.0291297417, 0.0113144359, -0.0330740884, 0.013403479, -0.0169314798, 0.0114459144, -0.0177641753, -0.0266900901, 0.0195610449, 0.0293342639, 0.00208721752, 0.0351777412, -0.00443739165, -0.0137686972, 0.00535043515, 0.00253460882, -0.00593478326, -0.008326957, 0.0102406964, -0.0151346102, -0.00375078293, 0.0117307836, -0.00098791311, 0.00875060912, -0.00344217429, -0.00872869603, 0.0188452192, 0.00593113108, 0.00863374, -0.00353713077, -0.00818817504, 0.00542347878, 0.0149739143, 0.00622330466, -0.00500713103, -0.0294657424, 0.000661500031, -0.00475147879, 0.0214309581, -0.0190205239, -0.0209196545, -0.00377269601, -0.00182426104, -0.00991200097, -0.0038676525, -0.0220006984, -0.00406852225, -0.00918887, -0.0210949592, 0.00222965237, -0.00142891321, 0.00481721759, -0.0131551316, -0.00107373926, -0.0113290446, 0.00186900015, -0.0280779153, 0.0182170458, -0.00196121749, -0.011818436, 0.0157773923, 0.000223010895, -0.0219422635, -0.00425478304, 0.0227603503, -0.0183923487, 0.00264234794, 0.0151638277, 0.0303276554, 0.004565218, -0.00342391338, 0.0234323498, -0.00176400016, -0.00543443533, -0.0196194798, -0.0092619136, 0.0145794796, -0.0100873057, -0.0106424354, 0.00532487, 0.00342756556, 0.00117143488, 0.00945182703, 0.0110880006, -0.000639587, 0.0184507836, 0.0137102623, -0.0143530443, 0.00768417446, -0.00745043531, 0.00985356607, -0.00737739215, 0.0127680013, -0.0171798281, -0.0100069577, 0.00546730496, -0.00612104405, -0.00336547848, 0.0127753057, -0.0160111319, -0.0118549578, 0.0158942621, -0.0161572192, 0.00399182644, 0.00307330466, 0.00192652189, 0.00388591341, 0.00739565259, 0.00664330507, -0.0194587838, 0.00921078306, -0.00211826107, 0.0314671323, 0.0100069577, 0.0266608726, 0.00167178281, -0.0159088708, 0.00890400074, 0.0138563486, 0.00208721752, -0.025302263, 0.00766226137, -0.00618313113, 0.0110514788, -0.0119206971, -0.0188452192, 0.00876521785, 0.00674921786, 0.0312041771, -0.0265293941, -0.00441182638, 0.0205544364, 0.00480260933, 0.005116696, -0.00421826122, 0.0197509583, 0.01568974, -0.012621914, -0.0225996543, -0.00699026138, -0.00655930489, -0.00901356619, 0.0140097402, -0.0121690445, 0.00496330485, 0.00758921821, 0.00810782705, -0.0121179139, -0.0135203488, 0.0113217402, 0.00145265227, 0.00133213052, -0.0339213945, -0.0116723487, 0.0106716529, 0.0229940899, -0.0268507842, 0.00727878325, 0.00507287, -0.00357730477, 0.00895513128, -0.0152806966, 0.0177203491, 0.00591287, -0.0042620874, 0.000539152243, 0.0114240013, -0.00386400032, -0.0105401753, -0.0152076539, -0.0162010454, 0.00543078315, -0.00707060937, 0.00980243552, -0.0238560028, -0.00364487, -0.020788176, -0.0293050464, 0.0328987837, -0.0125269573, 0.0278003495, -0.0293342639, 0.0124831311, 0.0133304363, -0.0105328709, 0.0218400024, -0.0147766974, -0.0124539137, -0.019341914, 0.013644523, -0.00685878331, -0.0125123486, 0.0114751318, 0.018480001, -0.000932674, -0.00354626123, -0.0257989597, 0.0103210444, -0.00320295687, -0.000123032616, 0.00987547915, -0.000955956581, 0.0150469579, -0.00834887, 0.007735305, -0.0147840017, 0.00980974, -0.0114093926, 0.0148497401, 2.51657639e-05, 0.00392243499, 0.00658121798, 0.0074321744, -0.00406852225, -0.00222782628, -0.00429130485, -0.0117819142, -0.0022953914, -0.00266426103, 0.0250246972, 0.00139513053, -0.00500347884, 0.0201307852, -0.013644523, 0.00899895746, 0.0126000009, 0.00216756552, -0.00967095699, -0.0124977399, 0.00126000016, 0.00340747857, -0.010956523, 0.00603339169, -0.0364633091, 0.00788869616, -0.0174281746, 0.000108366854, -0.00116321747, 0.0123151317, -0.0222490449, -0.00120704353, 0.00286330469, 0.0123662623, 0.012059479, -0.00127552182, 0.0193273053, 0.0307659153, 0.00352800032, 0.00269713067, -0.0249078274, 0.00188086974, 1.60781256e-05, -0.00307147857, -1.74476918e-05, -0.00334904366, 0.0035517395, -0.0120960008, 0.0176180881, -0.00372704375, -0.00523721799, 0.0033800872, -0.0250539146, -0.0129067842, -0.00575582637, 0.024279654, -0.00910852291, -0.00486104377, -0.00670904387, 0.0109857405, -0.00456156582, -0.00631095702, -0.00367226126, 0.00478434842, -0.00443739165, -0.0126657402, -0.00640226156, 0.00764034828, -0.0197947845, 0.00319017423, 0.0358205251, -0.0146379145, -0.000615391356, -0.00875060912, 0.0154413925, 0.0108031314, -0.0147840017, -0.00766226137, 0.00888208766, -0.00277382624, -0.0169168711, 0.0110076535, -0.00031134786, 0.015792001, -0.000970565306, 0.00732991379, -0.0288960021, 5.07595141e-05, 0.0221906099, 0.00908661, -0.0122932186, 0.0116139138, -0.0185092185, 0.0232862625, 0.0164201763, 0.0153245227, -0.012139827, -0.00377269601, -0.00924730487, -0.0015320871, -0.0335707851, -0.00411965232, -0.000596217462, -0.016464, 0.0147036538, -0.0357328728, 0.0192834791, -0.0176034793, 0.0226580892, -0.0209926981, -0.0346810482, -0.00671634823, -0.00267339149, -0.00485739158, 0.0211972184, 0.0168292187, -0.0125269573, -0.00357730477, -0.014608697, 0.012921392, -0.0139805228, -0.0156166973, -0.00172108714, 0.00500347884, -0.0027099133, 0.0114020882, -0.0363464393, 0.012220175, -0.00467843516, -0.0160987843, 0.0175012182, -0.0150031317, -0.00752347894, -0.00724591361, -0.00314086978, -0.00481356541, -0.000168913059, -0.0139878271, -0.0199846979, 0.0181147847, -0.0126657402, 0.020788176, -0.0012691305, -0.0056243483, -0.0282678287, -0.0121836532, 0.00853147916, 0.00138691312, 0.00927652232, -0.00860452279, -0.000661956554, 0.00275373948, -0.0163033064, -0.00401739171, -0.0191666111, 0.00023739133, -0.00908661, 0.0116796531, 0.0203499142, 0.00847304426, 0.00535773952, -0.00527374, 0.0136591317, 0.0047880006, -0.0126657402, -0.0225996543, 0.00667252252, 0.007735305, 0.00262226118, 0.00886747893, 0.00888939202, -0.00319017423, -0.00462000025, 0.0418100916, 0.0062086964, 0.0226288717, -0.00484643504, -0.00857530534, -0.0078594787, 0.0269822627, -0.012519653, 0.00298930472, -0.0173697397, 4.37975577e-05, 0.0100873057, -0.0152953053, 0.0116358269, 0.00241226098, 0.00691721821, -0.014769393, 0.00673460914, -0.00991200097, -0.00452869618, -0.0121690445, -0.0309704375, 0.00762574, 0.0178080015, 0.0168730449, 0.00128100009, -0.0122713055, -0.0345933959, -0.0259742625, -0.0183631312, 0.00837808754, 0.00214747852, -0.0150907841, -0.0119280014, 0.022292871, 0.0023556524, 0.0172820892, 0.00337643502, 0.01525148, -0.00285234815, 0.00218765228, 0.00557687, 0.0170921758, -0.00758191384, -0.0182024371, -0.00329426117, 0.0187867843, 0.0321683511, 0.00629269611, -0.0128994798, 0.0114166969, 0.0119937398, 0.0198824368, -0.0226288717, 0.0201892182, 0.0200139154, 0.00458347844, -0.0120886965, -0.0214455668, 0.00302765239, -0.0137613928, 0.0140900882, -0.000853239209, 0.00815165322, -0.00977321807, -0.0116139138, -3.98885895e-05, 0.0151930451, -0.00155308715, -0.000699391356, -0.00858991407, -0.00828313082, -0.00888208766, -0.00721304398, 0.00767687, 0.0133085232, 5.87201139e-05, 0.00496330485, 0.00189730455, -0.0112852184, -0.00385669596, 0.00340930466, 0.000854152255, -0.00650452217, 0.0176911317, 0.00649721781, 0.0094591314, 0.0111829573, -0.0137175666, -0.0232424363, -0.0311165247, -0.00247252197, -0.00787408743, -0.00262773945, -0.0182170458, -0.00207991316, -0.0106862616, 0.00535408733, 0.00864834897, 0.00103356526, 0.00238669594, 0.00275373948, 0.0127680013, -0.0095175663, -0.00845113117, 0.000889304443, 0.0134326965, 0.000681130507, 0.00689165294, 0.00334904366, -0.0147036538, -0.00837808754, 0.00871408731, 0.00522991363, -0.00517147873, 0.00500347884, -0.00612104405, -0.00233191322, 0.00842191372, -0.0229940899, -0.00745043531, 0.0160403494, -0.00799095724, 0.0147620887, 0.0114240013, -0.0126803489, -0.00108378276, 0.00538695697, -0.0107446965, -0.00040721742, -0.000666521781, -0.00487930467, 0.0137467841, 0.0108834794, -0.0136737404, -0.000329837, -0.00815165322, -0.00209817407, 0.0106716529, -0.0113290446, -0.0177349579, 0.0209780894, 0.00510208728, -0.00250173942, -0.00166721758, -0.00948834885, -0.0117234793, 0.0130601749, 0.00183247845, 0.00129652186, 0.00780104427, 0.00932765286, -0.0126365228, 0.00834156573, -0.0100215664, 0.00238486985, 0.0081370445, -0.0085241748, -0.00484643504, 0.00505460892, 0.00178773934, 0.0147109581, 0.0142726973, 0.0359958299, 0.016274089, -0.0232570451, -0.00768417446, -0.000377543503, -0.00915234908, -0.00804208778, -0.00138234789, 0.0292173941, -0.0273182634, 0.00444834819, -0.0270114802, 0.0042036525, -0.00210547843, 0.00942261, -0.00314086978, 0.00105913053, -0.0150907841, 0.0186845232, -0.00566452229, 0.0149227837, 0.00548556587, 0.00530295679, -0.00683321804, -0.0005788696, -0.00168365228, 0.0156605225, 0.0100946091, 0.0064533921, 0.0141996536, 0.00791791361, -0.0170337409, 0.00108652178, 0.0134400008, -0.00891860947, 0.0039991308, 0.00560243521, 0.00903547928, -0.000731347885, -0.00198860886, 0.00948104449]
|
16 Nov, 2020
|
HTML5 MathML width Attribute
16 Nov, 2020
This attribute is used to set the width or increase/decrease the width of the content. This attribute is accepted by <mglyph>, <mpadded>, <mspace>, and <mtable> tags.
Syntax:
<element width="length">
Attribute Values:
length: Holds the digit in specific unit, that much width will be define.
Below example illustrate the width in HTML5 MathML:
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML width Attribute</title>
</head>
<body style="text-align:center;">
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML width Attribute</h3>
<math>
<mrow>
<mpadded lspace="2em" voffset="1em"
height="1em" depth="3em" width="7em">
<mfrac>
<mn>987654</mn>
<mn>20</mn>
</mfrac>
</mpadded>
</mrow>
</math>
</body>
</html>
Output:
Supported Browsers: The browsers supported by width attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute/HTML5 MathML scriptsizemultiplier Attribute/HTML5 MathML selection Attribute/HTML5 MathML separator Attribute/HTML5 MathML rspace Attribute/HTML5 MathML stretchy Attribute/HTML5 MathML subscriptshift Attribute/HTML5 MathML supscriptshift Attribute/HTML5 MathML symmetric Attribute/HTML5 MathML voffset Attribute/HTML5 MathML width Attribute
|
https://www.geeksforgeeks.org/html5-mathml-width-attribute/?ref=next_article
|
NextJS
|
HTML5 MathML width Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, HTML5 MathML stretchy Attribute, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, HTML5 MathML voffset Attribute, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, HTML5 MathML rspace Attribute, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML separator Attribute, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, HTML5 MathML subscriptshift Attribute, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, HTML5 MathML supscriptshift Attribute, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, HTML5 MathML selection Attribute, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML width Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, HTML5 MathML symmetric Attribute, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, HTML5 MathML scriptsizemultiplier Attribute, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.00597981876, 0.0136641497, -0.0156001374, 0.00977814384, 0.0824338198, -0.0118333781, 0.0314527974, 0.0365312584, 0.00617622351, 0.00497324532, 0.00376675976, 0.0285207555, -0.0119526237, -0.0432931893, 0.000111683206, -0.0128083862, 0.00984828826, -0.00248311553, -0.0224041548, 0.0242559705, -0.0149828661, -0.00418061251, -0.030947756, 0.0240876228, -0.0427881479, 0.00896446779, -0.00627793325, 0.00567819783, 0.0144778257, 0.0222778954, 0.0118193487, 0.0107741961, -0.0111529762, 0.00521173654, -0.0630739406, 0.00484698545, 0.00153704151, 0.0579674169, -0.00412449706, -0.0278473683, -0.0105146607, -0.0187005252, -0.00263392623, 0.0247750394, 0.0306110624, -0.0120297829, -0.020931121, -0.0413572, 0.00767380884, -0.0443874411, 0.0129907625, -0.0213660151, 0.0176623855, -0.011756219, 0.00278999773, 0.00205523404, 0.0381305516, 0.0318456031, -0.0230073966, -0.00895745307, 0.00308811176, -0.0455097556, -0.0322103575, 0.0070670587, -0.052804783, -0.00017185403, -0.00662514847, 0.0375693962, 0.000320691906, -0.00460147951, -0.0180692244, 0.00579393608, -0.00598683348, 0.0128083862, -0.00927310344, -0.0302743688, 0.00360542745, -0.0193458535, 0.00901356898, 0.0148566058, 0.00599384774, 0.00328100915, -0.0403751768, -0.00253221649, -0.00338622602, 0.0309196971, 0.0142673925, -0.0308355242, -0.0128715169, -0.0260937549, -0.0466320664, 0.0169469118, -0.0239613634, -0.0285207555, -0.0215483923, 0.00435597356, -0.0145479701, 0.0363067947, -0.0164278429, 0.00670230761, 0.0209451485, 0.0146181146, 0.0142463492, 0.0041455403, 0.00466110231, -0.0148004908, 0.0259394385, -0.00373519491, 0.0301060211, 0.00509249093, 0.00177991681, -0.0191213917, -0.0147443749, -0.00657604728, -0.0195983741, 0.0129416613, -0.0273844153, -0.0740726, 0.0446399637, 0.0303024258, -0.0432090163, -0.0155159645, -0.00612010807, 0.0284365825, -0.0201875884, 0.0184199475, -0.0524119735, -0.0225865301, -0.00292853313, -0.0345110968, -0.00467863865, 0.0250977036, -0.0206926279, -0.0514860675, -0.00110039196, -0.00460498687, -0.00417359779, 0.0263041891, 0.0105427187, -0.0155861089, -0.0349600203, -0.00332484953, 0.0178447627, 0.024298057, -0.0257290043, 4.8470949e-05, 0.00294080842, 0.0289556514, -0.0258131772, 0.0438543446, -0.0247750394, -0.0366154313, 0.00650590286, -0.0249012988, 0.0140920309, -0.0315930843, -0.0195703171, 0.0311722178, -0.0144918542, -0.0104655605, -0.000161113159, -0.00423322106, 0.0246908646, 0.0543479621, 0.00497324532, 0.0358859301, -0.00902759749, 0.0130328489, -0.0396456756, 0.0284085236, -0.0186864957, 0.000266110699, -0.00322489347, -0.0265567098, -0.0161753222, -0.0104725743, 0.0125137791, -0.00442611799, 0.000341077655, 0.00556245912, -0.0164699294, 0.0128855454, 0.0439385176, 0.0166663341, -0.0182796586, -0.0118403919, 0.0233440902, 0.0110477591, 0.0152494153, -0.00652343873, -0.0398701355, 0.00418061251, -0.00454536406, 0.0154177621, 0.0340621695, -0.0261358414, -0.0358017534, 0.00830510911, 0.0246628076, 0.000191910978, 0.00953965262, -0.0267671421, 0.0111599909, -0.0180411674, 0.00395615026, -0.0254203677, -0.0180411674, 0.00684961071, 0.0361945629, 0.00407539587, -0.00867687538, 0.0171152595, 0.0021359, 0.00921698753, -0.01672245, 0.00200788653, -0.0198088083, 0.00863478892, -0.00668827863, -0.045341406, 0.0559753142, -0.0202437043, -0.0313405655, -0.00146952737, -0.0537026338, -0.0246908646, -0.0184760615, -0.0261498708, -0.0125207938, 0.0117141325, -0.0149828661, 0.0311161019, 0.0104164593, 0.0399823673, 0.0296009816, 0.00789125636, 0.0170591436, -0.0163156111, 0.0197807495, 0.0101008089, -0.0262200162, -0.0368118361, 0.0159929469, -0.041048564, 0.0147303455, -0.00651642447, -0.02476101, -0.024676837, -0.00398771511, -0.0132713402, 0.0297693275, -0.0179850515, 0.0301340781, -0.0177185014, -0.021843, 0.0243962593, 0.0406557545, -0.00920295902, 0.0133835711, -0.00522225816, 0.0250836741, -0.0237369, 0.00287241745, -0.0340060554, 0.0288153626, -0.00082200591, 0.0292362291, -0.0332484953, 0.0175080691, -0.0335010141, -0.0260236114, -0.0418902971, 0.0370924138, -0.0259113796, -0.0518508181, 0.0274545588, -0.0151932994, -0.00150459958, 0.0324628763, -0.0130188204, 0.00855763, -0.00335992174, 0.00497675268, 0.0545724258, 0.0176623855, -0.020552339, -0.00201139366, 0.00391055597, -0.015473878, -0.0143305222, -0.00844539795, -0.0191354211, 0.0161332358, 0.0332484953, 0.00625338266, -0.000608065166, 0.00154317904, -0.0196825471, -0.00805258937, -0.0401787721, -0.0237930156, -0.00179482251, -0.0246066917, -0.0411888547, -0.00544672087, -0.00566767575, 0.0108794123, -0.0335571319, -0.00336167542, -0.0486802869, 0.0215904787, -0.00849449914, 0.00259008585, -0.00549582206, -0.0290678833, 0.00281104096, 0.0278193112, -0.0210293215, -0.0391406342, -0.0185041204, 0.00816482, -0.000304032583, -0.0388319977, 0.0110617885, 0.00140464364, 0.00288819987, -0.0370643549, -0.0347916745, -0.0152494153, -0.0398701355, -0.0782251507, -0.0487644598, 0.00806661788, -0.00256202812, 0.0143515654, -0.0884943083, 0.0315369703, -0.0231196284, -0.00697236368, 0.0157123692, -0.0173256919, 0.000340200844, -0.0142954504, 0.00175799662, 0.00867687538, -0.0317614302, -0.0200192407, 0.00675140833, 0.000229065641, 0.0179008767, 0.000841295638, 0.0565645285, 0.0329959765, 0.0165541023, 0.00390003435, -0.0122332014, -0.0178868491, -0.011538771, -0.0421708748, -0.000349188107, -0.0299657322, 0.00578692183, 0.0147443749, -0.060324274, 0.000795701693, -0.0570415109, -0.0363067947, 0.00163962774, 0.013818467, -0.0270196628, -0.0515141226, -0.013439687, 0.0206224844, 0.0198929813, 0.00956771057, 0.0305549465, 0.0149688376, -0.0156562533, -0.0308074672, 0.0192476511, -0.0334449, 0.0604365058, 0.0167084206, -0.0207487438, 0.0184199475, -0.0119666522, -0.00829809532, -0.0063936715, 0.046127025, 0.0148566058, -0.0232599173, 0.0541796163, -0.00948353671, -0.0521875098, 0.00974307209, 0.0212818421, -0.0157965422, -0.0493817292, 0.0418902971, -0.0140499445, 0.021394074, -0.0261639, 0.0111810341, -0.00113283377, 0.0258973502, 0.0295168068, -0.0308074672, 0.00766679412, 0.054376021, -0.0642523691, -0.00786319934, 0.0108092679, -0.0377096869, -0.0284225531, 0.0337254778, 0.0115738437, -0.00321086473, 0.00460147951, -0.0137413088, 0.0344269238, 0.0514299497, -0.0135238608, 0.0183638316, -0.00654448243, -0.0116159301, 0.00200262549, -0.0725574717, 0.0134467017, 0.0256588589, 0.0389442295, -0.0629055947, 0.0135449041, 0.0363067947, 0.0240876228, -0.0129276318, -0.00803856, -0.000685224135, 0.0517105274, -0.00579393608, 0.0116229439, -0.0273703858, -0.0135519179, -0.00105567474, 0.0283524077, -0.0205663685, 0.0204401091, -0.000797893736, -0.0400104262, 0.01634367, 0.0409363322, 0.00235334807, -0.00434545195, -0.0251959059, -0.0294045769, 0.0255045425, -0.0224883277, 0.0369801819, -0.00751949102, -0.00532046054, 0.00137746276, -0.0249153282, -0.0248451829, 0.0187145546, 0.0400665402, 0.0475299172, -0.0437421128, -0.0437701717, 0.0180131085, 0.00362997805, 0.00230775424, -0.0262621026, 0.00765276561, 0.016371727, -0.00428232178, 0.0119035225, 0.0143515654, 0.00310038705, -0.000918893, -0.0049872743, 0.00400875835, 0.0260937549, 0.00632001972, 0.00559402443, -0.0286891013, 0.017592242, -0.0303024258, 0.015473878, 0.00916087255, 0.0158666875, 0.019738663, -0.000416263792, 0.0113283377, -0.000949581212, -0.0296851546, -0.00179920648, 9.25030618e-05, 0.0124015482, -0.0113072945, -0.0145479701, 0.00997454859, -0.0167645365, 0.0251678489, -0.0256728884, 0.0273703858, 0.00319157494, 0.0239894204, -0.0467443, 0.0177886467, -0.0415816605, 0.0342866331, 0.00109074707, 0.00276018633, -0.00240069558, -0.00579393608, 0.00469266716, -0.0225304142, 0.0274545588, 0.00558700971, 0.0192055646, 0.0204681661, -0.00979217235, 0.00365452864, -0.0132011957, 0.0224602707, 0.0248732418, 0.0376535691, 0.0181814563, -0.0186724663, -0.0206505414, -0.0198088083, -0.0147584034, -0.0118123349, 0.0269354898, -0.000332528783, -0.0500551164, 0.00492063677, -0.0201875884, 0.000628670095, 0.0180692244, 0.0152494153, -0.0119526237, -0.0268372875, -0.0329398587, -0.010914485, -0.0140569583, -0.0277070794, 0.0045664073, -0.00678998791, -0.0396456756, -0.00168872892, 0.0215203334, 0.00777201122, -0.00194651, -0.0246487781, 0.0161332358, 0.00341428374, 0.0128504736, -0.0233160332, 0.00169311301, -0.0170170572, 0.00207101647, -0.0177044719, 0.00780708343, 0.0215764493, -0.0202016179, -0.026360305, -0.00760366442, -0.010914485, -0.00897849631, 0.0191494506, 0.00825600792, 0.00338096521, 0.0414133146, -0.0162454676, -0.00892939512, 0.0142323198, 0.0059728045, -0.0057202843, 0.00481542, -0.0110267159, -0.0236106403, -0.0288714785, 0.0141832186, 0.0244804323, 0.0179710221, 0.0233020037, 0.00359841296, -0.0339218825, -0.0962943733, -0.00625338266, 0.0296009816, 0.0521594547, -0.00748441881, -0.00568170473, 0.00676894467, 0.0268372875, -0.0140569583, -0.0129206181, 0.0240735933, -0.037681628, -0.00962382555, 0.0208329186, 0.0303024258, 0.0113774389, -0.0410766229, -0.00398771511, 0.00677595893, 0.0343427509, -0.0098623177, -0.0192195941, -0.0331362635, -0.021309901, 0.018377861, 0.00938533433, -0.00488205766, -0.0166803636, -0.00831212383, 0.00404032366, -0.00690572662, 0.00135203532, 0.0407679863, 0.00167645363, -0.00592721067, -0.0200753566, 0.0341744, -0.0266268533, -0.0114125106, -0.00728099933, 0.00111529767, -0.0298535, 0.00740024541, -0.00665671332, 0.00125383306, 0.00925907493, 0.0471932217, 0.019626433, -0.0153756756, 0.00207627728, -0.0147443749, 0.0145479701, 0.00301972101, 0.0157825127, -0.0311161019, 0.0251257606, 0.00582550094, 0.0227689054, -0.018490091, 0.0484558232, 0.0122752879, 0.019303767, 0.00102410978, -0.0130819501, 0.00303901057, -0.00174396776, 0.0105707766, 0.030162137, 0.000946950808, 0.0146461725, -0.0096939709, 0.00305303955, -0.0359420441, -0.0160210039, 0.00567469047, 0.00702847913, 0.0180131085, -0.0338657685, -0.00475930469, 0.00522576552, -0.00847345591, 0.0119876955, 0.00123015919, -0.0270757787, 0.0281700324, 0.0218289699, 0.0181954838, -0.0231336579, -0.0119666522, 0.0290117674, -0.0158386286, 0.0580235347, -0.00774395326, 0.00522576552, -0.00232178299, 0.015529993, 0.00696885632, -0.00085006369, -0.0376535691, 0.0258692931, -0.00691274088, -0.015908774, 0.0405996405, -0.0194019694, 0.0151371844, -0.00519420067, 0.0110056726, 0.00772291, 0.0115598142, 0.0108583691, 0.0324348174, -0.0319297798, -0.0236386973, 0.0202857908, 0.0042051631, -0.00300043123, 0.00131345587, 0.029264288, 0.00170889543, -0.00774395326, -0.0339779966, -0.00612361543, -0.000281235611, 0.0462673157, 0.0114545971, 0.0323787034, 0.0149688376, -0.0153897041, 0.00313545926, 0.0183638316, -0.0420305878, -0.0131801525, 0.0124436347, 0.00704601547, 0.0219692588, -0.0445838459, 0.00644978695, -0.0155720804, 0.0191634782, 0.00147478818, -0.0111389477, -0.00555895176, -0.0227969643, -0.00360893481, 0.000100229918, -0.0142463492, -0.00614816602, 0.0459306203, -0.000839542, 0.0300499052, -0.0130468775, -0.0130959786, -0.0158386286, 0.0230915714, 0.0111179035, -0.0314808525, 0.00220429106, -0.00453133509, 0.0199070107, 0.00755456323, -0.0201875884, 0.0151792709, -0.00360893481, -0.0328556858, 0.0263041891, -0.014253363, 0.0273002405, -0.0180972815, 0.0273283, 0.0198929813, 0.0162875541, -0.0182796586, -0.0479788408, 0.00303725712, 0.00168522168, 0.0114054959, 0.0295448657, 0.0213660151, -0.017185403, -0.0333326682, 0.0116019007, 0.000140069809, -0.0189811029, -0.01672245, 0.0241016522, 0.0143655948, 0.0206505414, 0.00884522218, -0.03611039, -0.00963785499, 0.0163576975, 0.0107671814, -0.000464707351, 0.0239333045, -0.0374010503, 0.030975813, 0.00145286799, 0.00057606172, 0.0134887882, -0.00792632904, -0.0114405686, 0.0212257262, 0.0302743688, 0.0395334437, 0.030190194, -0.00948353671, 0.0137132509, -0.000832966, -0.00319157494, 0.0100236498, 0.0142253051, -0.00842435472, 0.0147864614, 0.000615518, 0.0133835711, -0.00712317461, -0.00188513356, -0.018840814, 0.00801751669, 0.00134414411, -0.0389161706, -0.00971501414, -0.00788424257, 0.0132362675, -0.00984127354, -0.0267531145, 0.00571677694, 0.0166523047, 0.031059986, -0.00678998791, -0.00210608868, 0.0159508605, -0.00171678676, -0.00878209155, -0.000727310835, -0.00967292674, -0.00061814842, -0.00101271132, 0.024676837, -0.0252099354, 0.0444716141, -0.00495570945, -0.0100867795, -0.0196544901, -0.0199070107, 0.0221516341, -0.0149407797, 0.0308074672, -0.0130118057, 0.0174238943, -0.0300218482, 0.00781409815, -0.0236948133, 0.0118824793, -0.0108303111, -0.0225444436, -0.0122823026, 0.00382989, 0.0170030277, -0.0202437043, 0.0178026743, 0.00286891032, 0.0261077844, 0.0296009816, 0.0138745829, 0.0228530802, 0.00281980913, -0.0125067653, -0.0354931206, 0.0114335539, -0.0187566411, -0.0265847668, -0.0110968603, -0.0194159988, 0.0107812099, -0.0147303455, 0.0330240317, 0.0245365482, 0.0392248072, -0.0218149405, 0.00999559183, 0.00319157494, 0.00593773229, 0.00271108514, 0.019303767, 0.0317894891, -0.00220955187, 0.00996753387, -0.0399823673, 0.0174940396, 0.0130749354, 0.0218289699, 0.00520472229, 0.0153476177, -0.0148986923, 0.0100026065, -0.00665671332, 0.0156843103, -0.0404593498, -0.025111733, -0.0126751121, -0.0213239286, -0.00322314, -0.00250240508, 0.068124339, -0.0254203677, 0.00425777119, 0.0355772935, -0.0185041204, 0.0050714477, 0.015473878, 0.0162314381, 0.0118474066, -0.0433773622, 0.00900655426, -0.0237088427, -0.0044576833, -0.0186023228, -0.0158246011, 0.020496225, 0.00208329177, 0.0280858595, 0.00285663502, -0.000848310126, -0.0269775763, 0.00754754851, 0.0204401091, -0.000739147712, 0.0150670391, 0.00722488388, -0.00460849376, 0.00735114422, -0.0399543084, -0.000743093318, -0.0147724329, 0.0341744, -0.04099245, 0.0166102182, -0.00958173908, -0.0149127217, -0.00510301255, -0.0109004555, -0.0062253247, 0.0298815593, 0.0207206868, -0.0118193487, -0.0237509292, -0.0249433853, -0.0429003797, 0.00705653708, -0.0439104587, 0.000598420331, 0.014660201, 0.00096974778, 0.00763172191, 0.0249153282, -0.0113283377, -0.0260376409, -0.0137272794, 0.0152213573, 0.00704952283, 0.0232178308, 0.0195843447, 0.00421568472, -0.0127522713, 0.00213940744, 0.0258412361, -0.0235264674, -0.00220429106, 0.0190793052, 0.0265286509, 0.00784917, 0.0116159301, -0.0151792709, -0.0277772229, 0.0132362675, -0.0318456031, 0.000144563441, 0.00501182489, 0.00246908655, 0.0116790598, -0.0181533974, 0.0123243891, -0.0153476177, 0.0123594617, 0.00921698753, 0.00391406333, 0.0139657706, -0.0102761695, -0.0235264674, 0.0487644598, -0.00092766108, 0.0207627732, -0.0281560048, 0.0328276269, 0.0212678146, 0.0330520906, 0.00960278232, 0.0435737669, -0.0190372188, -0.0140709877, 0.0250275582, 0.0320981257, -0.00837525353, -0.0303585418, -0.0331082046, 0.0137693658, 0.00488907192, 0.0121911149, -0.0282962937, -0.00408942439, -0.00772992428, -0.0341463462, -0.0210152939, 0.016371727, 0.0282121189, -0.0279876571, 0.0194159988, -0.0290678833, 0.0303024258, 0.00785618462, 0.0160630923, -0.00159491063, 0.0114756413, 0.0205663685, -0.0275387317, 0.0291239973, -0.0189951323, -0.00887328, 0.00384742604, 0.000715473958, 0.0388039388, 0.0249433853, -0.0163576975, -0.0190091599, -0.0449205413, 0.0115668289, -0.00327048753, -0.0127312271, -0.0253361948, 0.0124436347, 0.00281630177, 0.023077542, -0.0120578399, 0.0252379924, 0.00174922857, -0.0255045425, -0.00874702, -0.0236386973, -0.0310880449, -0.0125628803, -0.0190652758, -0.00588512374, 0.0237789862, -0.0344269238, -0.0101499101, -0.0116299586, -0.0216465946, -0.00647433754, -0.00932220463, -0.0059728045, -0.00297237327, -0.00288293906, 0.0113704242, 0.0143936519, -0.0302182529, 0.0169609413, -0.00214466825, 0.0208329186, -0.035100311, 0.0107671814, 0.0266268533, -0.0160771199, 0.00711616, -0.00842435472, 0.00123191287, -0.0252941083, -0.00903461222, 0.0129136033, 0.0107250949, 0.00246031838, -0.00408241, -0.0104725743, 0.00364400703, -0.0120438114, -0.00462953746, 0.0104234731, -0.0182936862, -0.00884522218, -0.0124716926, 0.00395965716, -0.0262901597, 0.00874000508, 0.00836122502, -0.0134887882, -0.00384041155, 0.00979217235, -0.033529073, -0.000595789868, 0.0171292871, -0.0206505414, -0.0180832539, -0.0211555827, -0.00565715414, -0.0302463099, -0.0037842961, 0.0105357049, -0.00715473946, -0.00501533225, 0.0691905394, -0.00305654667, -0.031817548, -0.00531695364, 0.0059728045, 0.00298640225, -0.0198789518, 0.012134999, 0.0148145193, -0.000469091377, 0.00876104832, 0.0157263987, 0.032743454, 0.0282121189, -0.00460498687, -0.0154317906, 0.0167925935, 0.000781672832, 0.0256588589, -0.0130749354, -0.0124857221, 0.0249995012, -0.00967292674, -0.000474790606, 0.0473054536, -0.00704601547, -0.00679700263, 0.0193879418, -0.0112862503, -0.0115668289, 0.00394212129, -0.0338096507, 0.00618323823, 0.00953263789, -0.0164278429, 0.0426478572, -0.0169609413, 0.0136711635, -0.0237649586, -0.0170872, -0.0222919229, -0.0158105716, -0.00220078393, -0.033529073, 0.0107391234, -0.0102200545, -0.0177605879, 0.00550283631, -0.00595526863, 0.00750546204, -0.0211555827, 0.0186864957, 0.0207206868, 0.0131520946, -0.00146689697, 0.00154844, 0.00710563827, 0.000593597884, -0.00354229752, -0.0574343204, 0.00675842306, -0.0266969986, 0.00202892977, 0.0140780024, 0.0107391234, 0.00661813375, 0.00598332612, 0.000302498171, 0.0123033458, 0.0107391234, 0.00263041887, 0.0272441246, 0.0186864957, -0.00516614271, -0.00867687538, -0.00905565545, -0.00590616744, 0.0208188891, 0.0220534317, -0.016371727, -0.00159666431, 0.0236948133, -0.021857027, 0.0350441933, -0.0130328489, -0.010697037, 0.00197982858, 0.00239894213, -0.0201314725, -0.0219271723, 0.00892238133, 0.000234326479, -0.000223914409, -0.00461901538, 0.0212537851, 0.00835421, 0.00680050952, -0.00296185166, -0.00511704152, -0.0132783549, -0.00238140603, 0.0103603434, 0.0158105716, 0.00716526108, -0.0129556898, -0.0189951323, 0.00719682593, -0.00538008334, -0.00404032366, 0.00583953, -0.00910475664, 0.0324909352, 0.00565715414, 0.0179008767, 0.0141481468, -0.0257290043, 0.0106268926, -0.00391055597, 0.00283734524, -0.0128995739, 0.00455588568, 0.00754053425, 0.00991843268, -0.00987634622, -0.00126698508, -0.0231617149, -0.0165400747, -0.0123314038, 0.00862777419, -0.00416307617, -0.0245084893, 0.0191915371, -0.00281630177, 0.0351283662, 0.00113721774, 0.0181533974, 0.0222217795, 0.00646030903, -0.00208855257, 0.00145374483, 0.00366855762, 0.0237930156, 0.0250556171, -0.0497745387, -0.00627442589, 0.0225584731, 0.015095097, 0.0252099354, 0.0190372188, 0.00657604728, -0.046127025, -0.0330801494, 0.0269214604, 0.00812974758, -0.00423672795, -0.0336693637, 0.0153616462, -0.00652694609, -0.00755456323, -0.00823496468, 0.0313686207, 0.00620077411, -0.0124997506, -0.0203278773, -0.00305830035, 0.00805960316, 0.0265146233, -0.00630599074, 0.00796841551, -0.0168907959, 0.0286610443, 0.00316702435, -0.00262866518, 0.0238210745, 0.00251643406, 0.0176904444, -0.00437000254, -0.0142323198, 0.0263041891, -0.00747740408, 0.00136431062, -0.00293905474, -0.0134326722, -0.00955368113, -0.0199911837, -0.0148285478, 0.00118894933, -0.00991141889, -0.00227618916, -0.0202717613, -0.0182095133, -0.00604996365, 0.022179693, 0.0208890326, -0.00883119274, -0.00951159466, -0.000154537105, -0.0279034842, -0.00948353671, -0.030162137, 0.0075124763, 0.0393650942, 0.0258131772, 0.00454536406, -0.00567469047, -0.0116580166, -0.00274615735, -0.000586145034, -0.0114616118, 0.0040368163, 0.0160069764, -0.0145339416, 0.00217974046, 0.0199070107, -0.0329679176, 0.0188127551, 0.0650941, 0.026444478, 0.0130468775, 0.0287311897, -0.0095256241, -0.0268653445, 0.00848748535, -0.0117211463, -0.00469968189, 0.00464707334, -0.0168767683, 0.00884522218, -0.00328100915, 0.0162174087, 0.0189670734, 0.0411888547, -0.00404733792, 0.0185041204, 0.00142481027, -0.0155159645, 0.0115738437, -0.0069828853, 0.0283664372, 0.00760366442, -0.0174098667, 0.00461901538, 0.00529591, -0.0219973158, -0.00967994146, -0.000281235611, -0.0166242477, -0.0369801819, -0.00434895931, 0.0109916441, 0.00901356898, 0.0186023228, -0.00346163125, -0.0203839932, -0.000891273608, -0.00044936323, -0.00673738, -0.00261112908, -0.0175501555, 0.00308811176, 0.00939234905, 0.0296009816, 0.00886626542, -0.0308355242, -0.00116878282, 0.012815401, 0.0140148718, 0.00752650527, 0.00794035755, -0.0180131085, -0.0151371844, -0.00263918703, 0.00452081347, 0.0228951667, 0.00114773947, 0.018055195, 0.0206645709, 0.0281139165, -0.0133414846, -0.00588161685, -0.0141832186, -0.00672335085, 0.00632703444, -0.034398865, -0.0263883621, -0.0104866037, -0.0169188548, -0.00864881743, -0.000612010772, 0.00403330894, 0.0263883621, -0.0121279852, 0.0176343285, -0.00798244495, 0.00355983363, 0.0395334437, 0.00859971624, -0.0203980226, -0.0103182569, -0.00695132045, 0.0340902284, 0.0152634438, 0.0349880792, -0.0172836054, -0.0126821259, -0.0115878722, -0.00303024263, -0.00730905728, -0.00102586334, -0.0188267846, -0.0211555827, -0.0113002798, -0.00677595893, -0.0290398244, 0.00392809231, 0.00409994647, -0.013629077, -0.0257851202, 0.00935026258, -0.0152634438, 0.00278473692, 0.00805258937, -0.00897849631, -0.0112371491, 0.0141691901, -0.00858568773, 0.0195983741, -0.00367206475, 0.00148530991, 0.00381235383, 0.0128574874, 0.00567469047, -0.0374852233, 0.0247750394, 0.00619726675, 0.0207487438, -0.00573431328, -0.00593773229, 0.0178167038, -0.0147584034, -0.04099245, 0.0129556898, -0.0156983398, 0.00872597657, 0.0208609756, -0.0208048597, -0.00698639266, 0.0124576641, -0.0460147932, 0.00393510656, 0.00173081562, -0.0202998202, 0.0143375369, 0.0114265401, -0.0191634782, 0.0205383115, 0.0317053162, -0.0320981257, 0.030975813, -0.0199771542, -0.0271318946, -0.0103533287, -0.00447872654, 0.0113002798, -0.00247610104, -0.044359386, 0.0260376409, -0.0137553373, 0.0186023228, 0.0207066573, 0.00835421, 0.0162314381, 0.0177325308, -0.0172415189, -0.0199631266, 0.0149968946, -0.00899252575, -0.0218149405, -0.00120034779, -0.0154317906, -0.0156702828, -0.0183498021, 0.0207206868, -0.0131029934, -0.0323506445, -0.00756859221, -0.00632001972, -0.00136518746, 0.000460761716, 0.00813676231, 0.000763259886, 0.00626039691, 0.000980269397, 0.0117492042, 0.00483997073, -0.0148425773, 0.0095887538, -0.0090205837, 0.00570274796, -0.0199911837, 0.0274685882, 0.0400946, 0.0190652758, 0.00567819783, 0.0190512482, -0.0123033458, 0.0041455403, -0.00863478892, 0.00967292674, -0.0112722218, 0.0192476511, 0.0133695425, -0.0430687256, -0.00156860647, 0.00536956172, -0.00805258937, -0.0259394385, 0.0418622419, 0.00551686529, 0.0201174431, -0.0261779297, 0.00415255455, -0.00787021313, -0.0154458201, -0.000306882197, -0.0272862129, 0.00917490106, -0.0204821955, 0.0172555484, 0.00209732074, -0.0110617885, -0.0101990113, -0.0145058837, -0.00957472529, 0.0017597503, -0.0142463492, 0.0131871672, 0.0133835711, -0.0132292537, 0.00208504545, -0.0138815977, -0.0145760281, 0.00945547875, -0.0118474066, -0.00127750682, 0.0152915018, 0.00135904981, 0.0321823, 0.0273142699, 0.00600787671, -0.00256904238, -0.0159929469, 0.00158000493, 0.0283944961, -0.00222708797, 0.00389652723, 0.00115212344, -0.0184480045, -0.00915385783, 0.0208609756, 0.00116352201, 0.00423322106, -0.00887328, 0.000912755379, -0.00516614271, 0.0137342941, 0.00780708343, -0.0148145193, -0.000879436731, 0.0124997506, -0.0149968946, -0.0302743688, 0.00411748234, -0.0205102526, 0.0189670734, -0.0299096163, -0.0176343285, -0.00878209155, -0.0343708061, 0.00193248107, -0.00228846446, -0.0110126873, 0.00116176833, 0.000739586132, -0.0181113109, 0.0685732663, 0.0203980226, 0.0129136033, -0.0179149061, 2.83318041e-05, 0.0128715169, 0.0239052474, 0.00855061505, -0.00554492325, -0.00319508207, -0.0170030277, 0.00935026258, 0.0191634782, -0.028043773, -0.00501533225, -0.00136431062, 0.0198789518, -0.011131933, -0.0124296062, 0.0157123692, 0.0182656292, -0.0145619987, 0.0120227681, 0.000789564103, 0.00762470765, -0.023428265, -0.017620299, -0.00944145, 0.00677946629, 0.027258154, -0.00385444053, 0.00526434509, -0.0048189275, -0.0179990791, -0.00280402647, 0.00359139871, 0.0119245658, 0.00888730865, -0.0366434902, -0.0106759937, 0.0063094981, -0.000173936452, -0.00171678676, -0.00174396776, 0.00405084528, 0.00954666734, 0.0051556211, -0.000749230967, -0.00767380884, 0.0108022541, 0.0235966109, 0.020931121, 0.00785618462, 0.0191915371, -0.00758963544, -0.00899954, 0.00785618462, 0.00308811176, -0.000270275545, -0.00243576802, 0.00575184915, -0.00979918707, -0.00549582206, -0.018027138, -0.0225444436, 0.000219859183, -0.0107812099, -0.0163156111, 0.00619726675, 0.00533799687, 0.00815780554, -0.00571677694, -0.00619376, -0.0126119815, 0.0210152939, -0.00244278228, -0.000551511184, 0.00964487, 9.78187e-06, 0.00189916242, 0.00590616744, 0.00362296356, 0.00791230053, -0.000151687491, -0.00407188851, -0.00657254, -0.0211415533, 0.0127803283, 0.011973667, 0.0056606615, 0.00874702, 0.00616920926, -0.0145479701, -0.0266969986, -0.00950458, -0.0328556858, -0.0124366209, -0.0187285822, -0.00292327232, 0.0210854374, 0.00115826109, -0.00449977, 0.00119859423, -0.0152634438, -0.00638315, 0.00209030625, 0.00128276763, 0.00481191278, 0.0109846294, 0.0164839588, -0.00576237123, -0.0186444093, -0.000827705138, -0.0130749354, -0.0307794083, -0.0150249526, -0.00222884165, 0.00498376694, -0.0151091265, -0.00232353667, -0.0201034155, -0.0107250949, 0.00495921634, -0.0072599561, -0.00168785208, 0.00629196223, -0.039337039, 0.00618674513, 0.0268513169, -0.00239543477, -0.0132292537, 0.00425075693, -0.00679349527, -0.00542217027, -0.0102831842, 0.00560103869, 0.0370363, -0.0151091265, -0.00408942439, 0.000671195216, 0.02220775, 0.00948353671, -0.00173783011, -0.029376518, -0.0187846981, 0.0011065295, 0.0284646396, 0.0161472652, 0.00468565291, -0.00327750202, 0.0263743345, 0.00367907924, -0.00383339706, 0.0118824793, -0.0192616805, 0.00277596875, -0.00984127354, -0.0198789518, -0.00324944407, -0.00548880734, -0.020089386, 0.0280297436, -0.00251292693, -0.00614816602, 0.00761769339, 0.00632703444, 0.00940637756, 0.0072599561, 0.00253397017, 0.00859971624, -0.0241016522, 0.00478034792, -0.0208609756, -0.00924504548, 0.00464707334, 0.0010223561, 0.0167084206, -0.00437351, -0.00250766613, 0.00888029393, -0.0145339416, -0.0103954151, 0.0164559, -0.0120929126, -0.0175361261, 0.0138535397, 0.0279034842, -0.015908774, -0.00579393608, 0.0105216755, 0.0175220966, 0.034398865, 0.00163349009, -0.00449977, -0.0233020037, -0.000655412732, 0.0251257606, -0.0126119815, -0.0165821612, -0.00890133716, -0.00119070301, -0.00681804586, -0.0199490972, -0.0154458201, -0.0039526429, -0.00691624824, -0.00571677694, -0.0162174087, -0.00270933146, 0.0140850162, -0.0274545588, -0.00894342456, 0.0109986579, 0.00680401688, -0.00387197663, 0.0280858595, -0.011973667, -0.0222778954, 0.018027138, 0.0143094789, 0.00147478818, -0.00591668906, 0.0107180802, -0.0248311553, -0.00296886615, -0.0126189962, 0.00693027722, -0.0038684695, -0.00652694609, -0.0069232625, -0.00159754104, 9.11878524e-05, 0.00225689937, 0.00739323068, 0.00895043835, -0.00308986544, 0.0205803979, -0.0120508261, 0.00625688955, -0.0135589326, 0.00220955187, 0.00796140078, -0.0201314725, 0.00334589276, 0.000382945145, 0.00439455314, 0.000895657635, 0.0238210745, -0.00470318878, -1.95911416e-05, 0.0119596375, -0.0222919229, 0.00209556706, 0.015473878, -0.00535904, 0.000633054122, 0.00178605446, -0.0219692588, -0.0202857908, 0.00787021313, -0.00319508207, 0.0187566411, 0.00171327952, -0.0240455363, 0.0303865988, 0.0161612947, -0.000901356863, 0.0172976349, -0.00805960316, 0.0144778257, -0.0126540689, -0.0069828853, 0.0118824793, 0.0175361261, 0.00560454605, 0.0153756756, -0.0193177965, 0.0165400747, -0.00515912846, 0.00336167542, -0.00667775702, 0.0174379237, 0.0018588294, -0.0121560423, 0.0148425773, -0.0106900223, -0.0247329529, 0.0316211432, -0.00886626542, 0.0263182186, 0.0321261846, 0.000223804804, -0.00289696804, -0.00714421785, 0.0037842961, -0.0109215, 0.0101709533, 0.00283559156, 0.0089153666, 0.0105848061, -0.0141060594, 0.0247469805, 0.00917490106, 0.0266969986, 0.0241016522, -0.0149968946, 0.0195983741, 0.0119947102, -0.00890835188, 0.0127943577, -0.00388600561, -0.00826302264, 0.0143936519, 0.00228671078, 0.0108162826, -0.00541515555, -0.0124997506, 0.0162735246, -0.00164927263, 0.00404383056, 0.028478669, 0.00399122247, -0.0168907959, 0.00821392145, 0.00262165093, -0.0159508605, 0.00900655426, 0.0201314725, 0.0120508261, -0.0162735246, -0.0182095133, 0.00560103869, -0.00211485685, 0.0144497678, 0.0166382771, -0.00232529035, 0.00804557465, 0.00960278232, -0.0145058837, 0.00362997805, 0.00148969388, -0.00365102151, -0.0194721147, -0.0341463462, -0.0207768027, -0.00843136944, -0.00837525353, 0.00481542, -0.0259113796, -0.0150530105, 0.00108373258, -0.000543619914, 0.00416307617, -0.014035915, -0.0188548435, 0.0166382771, 0.00656552566, -0.00395615026, 0.0172134619, -0.00377728161, 0.0248451829, 0.0130609069, -0.00718981167, 3.57572571e-05, -0.00104339945, 0.0216325652, 0.00761067867, -0.0074283029, 0.00928011816, 0.00525382347, 0.00707758032, -0.00488205766, -0.0106479358, 0.00822795, -0.00889432337, -0.0038088467, -0.0100306645, 0.00815079175, -0.0181533974, -0.0157263987, -0.0124085629, -0.0150670391, 0.00203594426, -0.00380533934, -0.00584654463, -0.00206926279, 0.0306671765, -0.00408241, -0.00188162632, 0.0160210039, -0.0127663, -0.00157912821, -0.0149407797, -0.0166663341, -0.00525733037, 0.0102972137, -0.00158877298, -0.00491362251, -0.00721786963, 0.00591668906, 0.00595526863, 0.0128013724, 0.0255045425, -0.000945197186, -0.000883820758, -0.000831650803, 0.0295448657, 0.00984127354, -0.0124085629, -0.000994298374, 0.0189390164, -0.0117983054, -0.0106339073, -0.000543181493, 0.0222778954, -0.0145199122, 0.00532747526, -0.00526083773, 0.00823496468, 0.00932921935, -0.00754053425, -0.00714772521, -0.0058044577, 0.0306391194, 0.00239368132, -0.0171292871, 0.000939936377, 0.00951860938, 0.0133835711, 0.00463655172, 0.0047943769, 0.0122191729, 0.0161472652, 0.00840331148, -0.00690923352, -0.0101569239, 0.00963785499, 0.00124068093, -0.0124857221, -0.0240315069, 0.00941339228, -0.0258272067, 0.00552738691, 0.0103813866, 0.00530292466, 0.00607802114, -0.000137329786, -0.00348092103, -0.0206224844, 0.00919594429, 0.0104866037, 0.013657135, -0.0292362291, -0.0128294295, 0.00293730106, -0.029292345, 0.00819989294, -0.0233300626, -0.00315474905, 0.0168346819, -0.00710563827, -0.00071722758, -0.00234458013, 0.00906267, 0.00662514847, 0.0158105716, 0.00849449914, 0.0360823348, -0.0141060594, 0.00122139114, -0.0248592123, 0.0342585742, 0.00465408806, 0.0270617492, 0.00447171228, -0.00827003736, 0.00626741163, 0.0151932994, -0.00102761702, -0.000570362492, -0.0186864957, 0.00815079175, 0.0147022884, -0.019303767, 0.000417140604, 0.00950458, 0.0307232924, 0.0200753566, -0.00669880025, 0.0057202843, 0.0172274895, -0.0107812099, 0.0114475833, 0.00481191278, -0.0131520946, -0.000659796759, 0.00913281459, -0.0183498021, 0.00154756312, 0.00161595398, -0.0101919966, 0.0036159493, 0.00108723983, 0.0018588294, -0.0122121582, -0.0126610827, 0.013439687, 0.000312143035, -0.0175361261, -0.0379060917, -0.0134256585, 0.00626039691, 0.00477684056, 0.00119859423, -0.0220955182, 0.0141411321, -0.00611660071, 0.0156702828, 0.0134887882, 0.0121279852, -0.0130609069, -0.00255150627, 0.0111740194, -0.0158246011, -0.0117842769, 0.00161332358, 0.00758963544, -0.00284435973, 0.00132397749, -0.0043980605, -0.0157965422, -0.000423278252, -0.0169188548, 0.0118123349, -0.00163787417, -0.00162209163, -0.0217167381, 0.0156422239, 0.0199350677, 0.0125558665, 0.0272441246, -0.0175782125, -0.0261358414, 0.0191213917, -0.0038088467, 0.000961856509, 0.0127171986, 0.0110197021, 0.01672245, 0.000275974773, 0.00704952283, 0.0058290083, 0.00995350536, 0.0186864957, 0.0201034155, -0.0205944274, -0.0104585458, -0.00863478892, 0.0256869178, 0.00716526108, 0.00625338266, -0.000570362492, -0.0114195254, 0.0190933347, 0.00393861393, 0.00391406333, 0.0144778257, 0.00067382562, -0.0108092679, -0.021772854, 0.0145900566, 0.0156281963, 0.0126680974, 0.0132011957, -0.0153335882, -0.015095097, 0.00258307136, -0.02476101, 0.0132362675, 0.0115177277, -0.0149828661, -0.0118894931, -0.0147022884, -0.0248030964, 0.00131433259, -0.00185356848, 0.00589564536, -0.0414413735, 0.00819989294, 0.0103954151, 0.0163997859, -0.00836122502, -0.0111950627, 0.00876104832, 0.00779305445, 0.00592019595, 0.0125348233, 0.0275948476, -0.00445417594, -0.0111249182, -0.00589564536, 0.0267250556, 0.00937832054, 0.0143235074, -0.0144076813, -0.00366154313, 0.00322840083, 0.0250977036, 2.73659475e-06, -0.00169749698, -0.0272020381, -0.0171994325, -0.0161332358, -0.00272160675, 0.00480489852, 0.00177816313, 0.0133204414, -0.00237965235, 0.0262200162, 0.00789125636, 0.0049031009, -0.001829018, 0.000447171216, -0.0109776147, 0.0188127551, 0.0417500101, 0.00465759495, -0.0103533287, -0.0159789175, -0.0130538922, -0.0194300283, -0.0172134619, -0.000996051938, 0.00578341447, 0.00895745307, 0.0144918542, -0.0292362291, -0.00666723493, 0.00939234905, 0.00458394317, 0.00165453344, -0.0172695778, 0.0236386973, 0.0383550152, -0.0215904787, 0.000481366675, -0.0126049677, -0.0102060251, 0.00462252274, -0.0115738437, -0.00483997073, -0.0128224157, 0.00350722531, -0.0185041204, -0.0120929126, 0.00972904265, -0.000633930962, -0.00767380884, -0.00506794034, 0.000907494512, -0.00483295647, -0.00236913073, -0.00249539083, 0.0148425773, -0.0141200889, 0.0238070451, -0.00160017156, -0.00813676231, -0.000405742117, 0.0119526237, -0.0139938286, -0.00248136185, -0.00387548376, -0.00312493765, -0.00780006871, 0.019303767, 0.0196965765, -0.00157474412, 0.0139306989, -0.0288153626, 0.023456322, -0.00637613563, 0.0141902333, -0.01634367, -1.55085108e-05, -0.00801751669, -0.00322840083, -0.0119806817, 0.0287592467, 0.0166382771, 0.00848047063, -0.0112792365, -0.00576587813, -0.0398140214, 0.00870493334, -0.00634807767, -0.0102270683, -0.00585005153, 0.0297973845, -0.0063936715, -0.0043138871, 0.00765276561, 0.000533975, -0.00405435218, -0.0126610827, -0.0186584387, -0.00986933149, 0.000897411257, -0.00459095789, 0.02807183, -0.0114616118, -0.00121262309, -0.00657254, 0.00316000986, -0.000392151618, 0.00869090389, -0.00840331148, -0.0117211463, 0.0069899, 0.00207277015, -0.00620778883, -0.013411629, 0.00810169056, -0.0104094446, -0.00182200351, -0.00224462408, -0.00904162694, -0.00166242477, 0.0166663341, 0.000888204784, -0.00149846193, 0.000320691906, -0.0143235074, 0.0101779671, 0.0281840619, -0.00739323068, 0.0111389477, 0.00633054134, 0.00253221649, -0.00425426429, -0.00016177076, 0.00800348818, 0.00920997374, 0.0159929469, 0.00247785472, -0.0178307332, -0.0163857564, -0.0151512129, -0.0190933347, -0.00810169056, 0.0139447274, -0.00413501868, 0.0117492042, -0.0112441638, -0.0216746517, -0.00316527067, 0.00407890277, 0.0179850515, 0.0175782125, -0.029292345, -0.0134467017, 0.00979217235, -0.00911177136, 0.00230073975, 0.0229372531, 0.0263182186, 0.0173256919, -0.0109706009, -0.0173677783, -0.00161946123, 0.021857027, -0.00472072512, 0.00215343619, 0.00899252575, 0.00331082055, -0.0121560423, -0.00994649064, 0.00581848668, -0.0261218138, 0.0095887538, -0.0124506494, 0.00224813144, -0.0105637619, 0.0047347541, 0.00827705115, 0.0118193487, -0.0157684851, 0.0108513553, -0.0227969643, -0.0144778257, -0.00380183221, 0.0106549505, 0.0090205837, -0.0104234731, -0.018490091, 0.00580796506, 0.0168346819, -0.0237369, -0.0143655948, -0.00541515555, -0.00257079606, -0.0316211432, -0.00508196931, 0.00268478086, -0.0063094981, 0.0140850162, 0.00805258937, 0.0162174087, -0.0102130398, 0.00702146487, 0.010886427, 0.0159228016, 0.00278649037, -0.010914485, 0.0207066573, -0.0182235427, 0.00972202793, 0.00932921935, -0.0119315805, -0.0129697192, 0.0162314381, -0.0124296062, 0.0365312584, -0.00709511666, -0.0224602707, 0.00379481772, 0.0267531145, -0.00576237123, 0.00794035755, -0.0184760615, 0.0135519179, 0.00966591295, 0.00190442335, 0.0176062714, -0.025981525, -0.00628494751, 0.0174098667, -0.001829018, 0.00899954, -0.00538008334, 0.00421217736, 0.0164559, 0.0148986923, -0.00216395804, 0.0198088083, -0.00805960316, -0.0131520946, 0.00648836652, -0.00489608617, 0.00319157494, -0.00185356848, 0.0153195597, -0.00691274088, -0.0142182913, -0.00791931432, 0.011321323, -0.0356614664, 0.0273002405, 0.00515211374, -0.0138815977, 0.00578341447, -0.000207693491, -0.0108513553, 0.00790528581, 0.0168627389, -0.0122752879, -0.0051310705, 0.00124769541, -0.00508547667, 0.00786319934, -0.0100026065, 0.0133274561, 0.0199911837, 0.012134999, -0.0212958716, 0.0143164936, 0.00143708556, 0.00939936377, -0.00711265253, -0.0143585801, 0.00232704403, 0.00677946629, 0.0207908303, -0.00687766867, 0.0256448314, -0.00319683575, 0.00172029401, -0.00575184915, -0.00501533225, -0.0197947789, 0.0122402161, 0.0174659807, -0.0107321087, -0.00382287544, -0.0167364795, 0.0161051787, -0.0147584034, -0.000115628834, -0.0237930156, 0.000527837372, 0.00501883915, 0.0123173753, 0.0432370715, -0.00400875835, 0.0298535, 0.00240420294, -0.0327715129, 0.00474878307, 0.00870493334, 0.013846525, 0.0068390891, -0.0365593173, 0.0172555484, 0.0280016866, 0.00251818774, 0.0149548082, -0.00649538124, -0.0138815977, -0.0136431064, 0.0185181499, -0.0149688376, -0.0149407797, 0.0259534661, -0.0195142012, -0.020931121, -0.0170591436, 0.00725294184, 0.0219552293, 0.0104866037, -0.00753351953, 0.0174519531, 0.0112722218, 0.00110477593, 0.00944145, -0.00677946629, -0.0114896698, 0.0154177621, 0.0204681661, -0.00991843268, -0.0271599516, 0.00463304436, 0.00220253738, 0.0179850515, 0.0043980605, -0.0128645021, -0.011131933, 0.0150670391, -0.000677771284, -0.00128189079, -0.00635158503, -0.00263918703, -0.0091889305, -0.0191494506, 0.00607100688, -0.00629546912, -0.00434895931, 0.00340902293, 0.00657254, -0.00537657645, -0.00957472529, -0.0151512129, 0.00845241267, -0.00219727657, -0.0194019694, -0.0123945335, -0.0100026065, -0.0138254818, -0.00249188347, 0.00156071526, 0.00653045345, -0.00749143306, -0.00261112908, 0.0215063058, -0.00122402154, 0.00645329431, 0.0371765867, -0.00113020337, -0.00617622351, -0.00563961826, -0.00966591295, 0.0147163169, 0.00348267471, -0.000650151866, 0.0241156798, 0.00897849631, 0.000868476636, 0.00319858943, 0.00628494751, 0.0125769097, 0.0202577319, -0.00509249093, -0.0256448314, -0.00579042872, -0.00460498687, -0.00836824, 0.00281104096, 0.0186864957, 0.0117842769, -0.0042297137, 0.00938533433, 0.00294606923, 0.0045629, 0.0151512129, -0.025981525, -0.00655851094, 0.0147724329, 0.00576938549, -0.00930817612, 0.0211836398, -0.0121911149, 0.0207768027, 0.0203839932, -0.0131520946, -0.0233861785, 0.0124787074, -0.00423322106, 0.0112090921, 0.00250941957, 0.0347075, 0.0042297137, 0.0101358807, 0.0138886115, -0.00114072498, 0.00906968396, -0.00786319934, 0.00760366442, -0.0140850162, 0.000754491834, -0.020987235, -0.0208469462, 0.00980620179, 0.00833316706, 0.0372046456, -0.0186163522, 0.00796841551, 0.00845241267, -0.0147163169, 0.00876104832, 0.00200437917, 0.0215203334, 0.00994649064, 0.00165014947, -0.00294080842, 0.00810169056, -0.00569222635, -0.00648485962, -0.00173783011, 0.00157386728, -0.00939234905, 0.015473878, -0.000816306681, -0.00638315, -0.00802453142, 0.0114405686, 0.00910475664, 0.00869791862, -0.0151371844, -0.0164699294, -0.0052152439, 0.0275667906, 0.00312318397, -0.00393510656, -0.0189951323, -0.00961681176, -0.00836122502, -0.0190933347, -0.0156001374, 0.00837525353, 0.00221130555, 0.00782111194, 0.00557999546, 0.0193458535, -0.00890133716, -0.0102691557, -0.00192371302, 0.0122472309, 0.00279175118, 0.00589213846, -0.0194580853, 0.00595877552, -0.00688117603, -0.0398420766, 0.0315089114, -0.0221235771, 0.0266408827, -0.0190793052, 0.0199350677, 0.0195703171, -0.00402629469, 0.00712668151, -0.00738621643, -0.0101709533, -0.015038982, 0.00333712483, -0.00629546912, -0.000255589024, 0.00485750707, 0.0107601667, 0.0146040861, 0.00531695364, -0.0492414422, 0.000752299791, -0.00501533225, 0.0197807495, 0.0106479358, 0.00374922366, 0.0117912907, 0.0120157534, 0.00143007108, -0.00420867046, -0.00413501868, 0.0065620183, 0.0200192407, 0.0126540689, -0.00661462685, 0.0111670047, 0.0122542446, -0.00586057315, -0.00542918453, -0.00501533225, -0.00684610382, -0.00232529035, 0.0128645021, 0.00276720058, 0.00662164111, -0.00555895176, 0.0106549505, 0.00424374267, 0.00855763, 0.017620299, 0.00667424966, -0.0104234731, -0.0219131429, 0.013572962, -0.0161332358, -0.0220534317, 0.000216790359, -0.00297763431, 0.00411397498, -0.011131933, 0.0120578399, -0.00405435218, 0.0250836741, -0.00197106064, -0.00374922366, 0.0119315805, 0.0216886811, 0.0217167381, -0.00467513129, 0.00801751669, 0.017185403, -0.0161192063, -0.00443313271, -0.00978515856, -0.00550634367, 0.0240735933, 0.0211275239, 0.0115598142, -0.0231897738, 0.0177185014, -0.0174940396, -0.00151862856, 0.00677946629, -0.00164927263, -0.0161893517, -0.00982023, -0.0140990457, -0.0143585801, 0.00925206, -0.029264288, -0.0171152595, -0.000286058057, -0.00386496214, 0.00449275551, -0.0228390507, 0.00363699254, 0.00386496214, -0.00792632904, -0.00226742099, -0.00065365911, 0.0162594952, -0.0356895253, -0.0138395103, 0.0368118361, -0.00547828572, 0.0115317563, -0.00783514138, 0.00370362983, 0.000692677, 0.00789125636, 0.00775798224, 0.0138044385, -0.00540463394, -0.015529993, 0.0199210383, 0.00572379166, 0.00583251566, 0.0124366209, 0.0130749354, -0.0192195941, 0.00379481772, 0.0248592123, 0.00360542745, 0.00205523404, 0.0195001718, -0.0109776147, 0.0285628419, 0.00888730865, 0.0272160675, -0.00956069585, -5.22247756e-05, -0.0175220966, -0.0113704242, -0.0278333388, -0.00930817612, -0.0194019694, -0.0245365482, 0.0145339416, -0.0243401434, 0.00581848668, -0.0166382771, 0.0206224844, -0.0194019694, -0.0190231893, -0.00764575088, 0.0120297829, -0.0108162826, 0.0142112765, 0.0256308019, 0.000559840817, -0.0217588246, -0.00754053425, -0.00337044336, -0.0091258, 0.00774395326, -0.0172695778, 0.00812974758, -0.00120122463, 0.0274124723, -0.0472773947, 0.00663216272, -0.00765276561, -0.0134677449, 0.0336693637, -0.0241437387, 0.000489696336, -0.0117421905, 0.000839542, -0.00853658654, -0.00795438699, 0.0138044385, -0.00558350235, 0.00819287822, -0.0106900223, 0.0138535397, 0.012976733, -0.00392107759, -0.0316772573, 0.014660201, 0.00224287063, 0.00137833948, 0.0109285135, 0.00805960316, 0.0017597503, 0.0112862503, -0.0174519531, -0.0102691557, 0.0049872743, -0.0193458535, -0.00327925547, 0.0182095133, -0.00165979436, 0.000591405842, -0.00310038705, -0.00711966725, 0.0132853687, -0.00829108059, 0.00409293175, 0.00593422493, 0.00682155322, 0.00560103869, 0.00911878515, 0.0145339416, 0.0159508605, 0.0109986579, -0.0131240366, 0.041132737, -0.00259885378, 0.025546629, 0.00204821955, -0.00103112427, -0.0188969299, 0.0178167038, -0.0172695778, 0.00472423248, -0.00548880734, -0.0140078571, -0.00878209155, -0.017592242, 0.0266128257, 0.00495220209, 0.00425075693, -0.023891218, 0.0109776147, -0.0115948869, -0.00409994647, -0.0111108897, -0.0150530105, 0.00816482, 0.0145619987, 0.0120508261, -0.00370713696, -0.0146742305, -0.0138324965, 0.00291099702, -0.0150810685, 0.0139166694, -0.0108723985, -0.0145760281, -0.0256869178, 0.0101358807, 0.0165400747, 0.0123243891, 0.00789125636, -0.00880313572, -0.00236036256, 0.00467513129, -0.0198649243, -0.00340726925, -0.0163857564, -0.00983426, -0.0214361604, 0.0233440902, 0.0100797657, -0.00837525353, -6.5650871e-05, -0.00569924107, 0.00496973796, -0.000501971634, 0.00443313271, 0.0056606615, 0.00839629676, 0.0236807838, -0.0224462412, -0.0204401091, 0.00558350235, -0.00822795, -0.00405084528, -0.0102761695, 0.00896446779, -0.0104094446, 0.0149407797, -0.00217447965, 0.00434545195, 0.0202437043, -0.0114335539, 0.00745636085, -0.0185041204, -0.00161069317, -0.000807100208, -0.0145339416, 0.0111740194, 2.03994459e-05, 0.0123103606, 0.00629897648, -0.00914684311, -0.00433493033, -0.00919594429, -0.0187987275, -0.00675842306, 0.0136501202, -0.00176062703, 0.00483646337, 0.00557999546, -0.0223620683, -0.0153476177, -0.0206786, 0.0102060251, 0.0116439881, 0.00331082055, -0.00999559183, -0.0063094981, -0.00785618462, -0.00646381592, 0.00167206966, -0.0116089154, 0.00509599829, -0.000433799927, 0.0178728197, -0.0116860745, -0.00200613285, 0.0179569926, -0.0167084206, 0.00234458013, 0.00909774192, -0.00125032582, 0.00234984094, -0.00869090389, 0.00324769062, 0.00446820492, 0.00829108059, 0.0103603434, -0.00626741163, -0.00164225826, 0.0145058837, -0.0178728197, 0.00308635808, 0.00380183221, -0.0394212119, -0.00175273581, -0.00222358084, -0.010697037, -0.00546425674, 0.0104375025, -0.00508196931, -0.00274440367, -0.0103042275, 0.000775096763, 0.0366715454, 0.0103954151, -0.0140780024, 0.00535202585, 0.0056361109, 0.00824197941, 0.00228495733, 0.00715824682, -0.0220113453, 0.0238070451, 0.00576237123, -0.00970098469, -0.00419814838, -0.0164699294, -0.0121279852, 0.0095887538, 0.0128294295, 0.00426478591, -0.00188864081, 0.00522225816, -0.0132573117, 0.0155159645, -0.00204471219, -0.00351950061, 0.0077649965, -0.00439104578, -0.000370012247, -0.0130749354, -0.00356158731, 0.0284646396, 0.0164278429, 0.00678998791, 0.0120718693, 0.00262515806, -0.0267811716, -0.0114896698, 0.00323892245, -0.000958349265, 0.00932921935, 0.00792632904, -0.0255326, -0.0143305222, -0.0128364442, 0.000734325266, -0.000248136173, 0.0108583691, 0.00866986066, -0.00241297088, -0.00782111194, 0.00670581451, -0.0134747596, 0.0161753222, 0.0117842769, -0.00552037265, -0.0103533287, 0.00431739446, 0.00279876566, 0.0189951323, 0.00130819506, 0.00940637756, -0.00493466575, 0.00976411533, -0.00211661053, 0.00407539587, -0.00226566754, -0.0147303455, 0.0157825127, -0.0171994325, -0.00159140339, -0.0042051631, -0.00570274796, 0.000345023291]
|
21 Nov, 2023
|
HTML5 MathML Complete Reference
21 Nov, 2023
The MathML comes in HTML5 the current MathML version is 3 it was introduced in the year 2015. The MathML stands for Mathematics Markup Language. It is used to represent mathematical equations or expressions in web browsers like other HTML elements. The MathML is used to describe mathematics as a basis for the machine to machine communication, it is intended to be handled by specialized authoring tools such as equation editors and it is meaningful to other applications also.
Example:
html
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML</title>
</head>
<body style="text-align:center;">
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML</h3>
<!--start tag of the whole representation-->
<math>
<!-- Creating Matrix -->
<mrow>
<mi>A</mi>
<mo>=</mo>
<mfenced open="[" close="]">
<mtable>
<mtr>
<mtd>
<mi>a</mi>
</mtd>
<mtd>
<mi>b</mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>x</mi>
</mtd>
<mtd>
<mi>y</mi>
</mtd>
</mtr>
</mtable>
</mfenced>
</mrow>
<!-- Creating equation -->
<br><br>
<msub>
<mi>Geeks</mi>
<mn>4</mn>
</msub>
<mo>+</mo>
<mn>Geeks</mn>
<mo>=</mo>
<msub>
<mi>G</mi>
</msub>
<mo>→</mo>
<msub>
<mi>e</mi>
<mn>2</mn>
</msub>
<mo>→</mo>
<mi>k</mi>
<mi>s</mi>
<mn>4
</mn>
<msub>
<mi>G</mi>
</msub>
<mo>→</mo>
<msub>
<mi>e</mi>
<mn>2</mn>
</msub>
<mo>→</mo>
<mi>k</mi>
<mi>s</mi>
</math>
</body>
</html>
Output:
MathML Tag
Description
Example
math
Write a single mathematical formula.
Try
maction
Show the bind action of any expression.
Try
menclose
Render the contents inside an enclosing notation specified by the notation attribute.
Try
merror
Wrap the expression in a box, makes that expression eye-catching.
Try
mfenched
Add custom open and closing parentheses.
Try
mfrac
Add fraction symbols between two digits or equations
Try
mglyph
Print non-standard symbols.
Try
mi
Such as any kind of symbol or function.
Try
mlabeledtr
Represent a label in a row, either on the left or on the right side inside of the <mtable> element.
Try
mmultiscripts
Create multi-dimensional matrices.
Try
mn
Display a numeric character which is normally a sequence of digits with a possible separator.
Try
mo
Print operator between elements.
Try
mover
This tag is used to attach an accent or a limit over an expression.
Try
mpadded
Extra padding and to set the general adjustment of the position and size of enclosed contents.
Try
mphantom
To render invisibly but the dimensional are still kept.
Try
mroot
Display the power of the root like root squire.
Try
mrow
Create a row that contains some mathematical expression or any random text.
Try
ms
Represent a string that will represent the mathematical expression by programming languages
Try
mspace
It is used to print blank space.
Try
msqrt
Display the root squire of the element content.
Try
style
Change the styles of the children’s elements.
Try
msub
Print the base power on any expression.
Try
msubsup
Print base power and power on any expression.
Try
msup
Print power on any expression.
Try
mtable
Create tables or matrices in HTML5
Try
mtd
Create table data of a table or matrices in HTML5.
Try
mtext
Print any text before or after any expression.
Try
mtr
Create a row of a table or the matrices in HTML5.
Try
mth
Create a header of a table or the matrices in HTML5. It is similar to <th> of a table tag.
Try
munder
Attach any accent or limit under the expression.
Try
munderover
Attach any accent or limit under the expression plus over the expression.
Try
semantics
Markup mathematics there are two possible ways to markup mathematics.
Try
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute/HTML5 MathML scriptsizemultiplier Attribute/HTML5 MathML selection Attribute/HTML5 MathML separator Attribute/HTML5 MathML rspace Attribute/HTML5 MathML stretchy Attribute/HTML5 MathML subscriptshift Attribute/HTML5 MathML supscriptshift Attribute/HTML5 MathML symmetric Attribute/HTML5 MathML voffset Attribute/HTML5 MathML width Attribute/HTML5 MathML Complete Reference
|
https://www.geeksforgeeks.org/html5-mathml-complete-reference/?ref=next_article
|
NextJS
|
HTML5 MathML Complete Reference
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, HTML5 MathML stretchy Attribute, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, HTML5 MathML Complete Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, HTML5 MathML voffset Attribute, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, HTML5 MathML rspace Attribute, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML separator Attribute, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, HTML5 MathML subscriptshift Attribute, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, HTML5 MathML supscriptshift Attribute, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, HTML5 MathML selection Attribute, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML width Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, HTML5 MathML symmetric Attribute, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, HTML5 MathML scriptsizemultiplier Attribute, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0260004513, 0.00788465701, -0.0204783734, 0.0299447905, 0.0423412919, 0.00602920679, 0.0102713853, 0.0220239107, 0.0358693525, 0.0175643917, 0.033454448, 0.00216938742, 0.0138937393, -0.0059527345, 0.013708597, -0.00129700394, 0.0106497202, 0.0103599317, -0.0290915258, -0.000558949308, -0.0420193039, 0.00568709522, -0.0371573, 0.0305243675, -0.0174355954, -0.0144733153, 0.0119376685, 0.00448366906, 0.000546874769, 0.0105128754, 0.0133785596, -0.00426632771, 0.013708597, -0.0196412075, -0.02157313, 0.011905469, 0.0172907021, 0.0478472672, -0.0240363292, -0.0282865576, 0.0423090905, 0.0161959454, 0.0189650338, 0.0385096446, 0.00615397654, -0.00963546149, -0.00471308455, -0.0423412919, -0.0106094722, -0.0128955794, 0.0233440585, 0.0118571715, 0.0526448749, 0.00460441411, -0.00194399653, -0.0327460766, 0.0436614379, 0.0112775946, -0.00665708119, -0.0250022914, 0.0171780065, -0.0380266644, -0.00266645476, -0.00610567862, -0.00321785756, -0.0102472361, -0.0202529822, 0.0292042214, 0.0280772671, -0.0157210156, -0.0152380345, 0.0200597905, 0.0171941053, -0.0071199378, -0.0157290641, -0.0184176564, -0.00471710972, 0.0129197286, 0.00974815618, -0.00214322587, 0.00117827114, -0.0001335743, -0.0129599767, -0.00594066037, 0.0211867448, 0.0291559231, -0.0193353202, -0.0490386188, 0.00211505219, 0.00134731433, -0.0249378942, 0.0284314528, 4.02798178e-05, -0.0114788366, -0.0147228558, -0.0115190847, 0.0391536206, 0.00355594396, -0.0468169115, 0.0383486524, -0.0211062487, 0.0251632836, 0.0316191241, -0.0235694479, 0.00616202643, 0.00909613259, 0.0190133322, 0.0234567523, 0.0226839837, 0.00535705872, 0.0156002706, -0.0265317298, -0.0104806768, -0.0167111252, 0.000207279139, 0.0240524299, -0.0398941897, -0.0728334635, 0.0288822334, 0.0261775441, -0.0508417487, -0.0021251142, 0.00196412066, 0.0245193094, -0.0593100041, 0.0387350358, -0.0395722, -0.0210257508, 0.0188201405, -0.010005746, -0.0260648485, 0.00617410056, -0.00678185141, -0.00899148732, 0.0314903297, 0.00191079162, -0.0104162795, 0.018530352, 0.00468088593, -0.0100540444, -0.0448205918, 0.010665819, 0.0111327, -0.0115029858, -0.0522906892, -0.0277391803, 0.00496262452, 0.0720606893, -0.0250022914, 0.0195929091, -0.0307819583, -0.0215892289, -0.00640351651, -0.0154795256, 0.00622642366, -0.0151414387, -0.0026543804, 0.0342594162, -0.0279001743, 0.0012366313, 0.00908003375, -0.00603725621, 0.0357405581, 0.0399585888, -0.0132578146, 0.0171458069, 0.015769314, -0.00673355302, -0.0442410149, 0.0451425761, -0.0383164547, 0.0124930954, -0.0162120461, -0.022329798, -0.0227161832, 0.000252432772, 0.031055646, -0.0131370695, 0.018530352, 0.00179809611, -0.033454448, -0.0251632836, 0.0357083604, 0.0406991579, 0.00192487857, -0.00695894426, 0.0206876658, 0.0177736823, -0.00283751055, -0.00660878327, -0.0220883079, 0.0359337479, 0.033454448, 0.00377328508, 0.0458187498, -0.0220239107, -0.042083703, 0.0357405581, 0.00590443658, -0.00491030188, 0.00161094125, -0.0262580402, 0.0218468178, 0.000851253164, 0.0240685288, -0.00309912488, -0.00610567862, 0.0160108041, 0.0165018346, 0.00122757547, -0.0409245491, 0.00380347157, -0.0303472746, -0.00518801576, -0.0169848148, 0.00496262452, -0.0307497587, -0.0423090905, 0.00982865319, -0.054608997, 0.0461407378, 0.00445952, 0.0077357376, -0.0101908883, -0.0394112095, -0.0416329205, -0.0240846276, -0.041761715, -0.0121711083, -0.00212108926, 0.00971595757, 0.0387350358, 0.0171458069, 0.0106175216, 0.0313615352, 0.0029683176, -0.0132417157, -0.0249378942, -0.0045883148, 0.034420412, -0.0169204175, -0.0164696351, -0.00140668068, -0.0189167373, -0.0126943374, -0.00435487414, 0.00877414551, -0.0211545452, -0.0124125993, -0.00902368594, 0.0445630029, -0.0505519584, 0.00608555414, -0.000510902784, -0.0323918909, 0.0539006256, 0.0538040288, 0.00879024528, -0.0116559295, 0.00769951427, 0.0372538976, -0.00716018584, -0.0140225338, -0.00817847, 0.00857290346, 0.0368675105, 0.0388316326, -0.0428886674, -0.0323274955, -0.0189328361, 0.0380910635, -0.0495216027, 0.0202529822, -0.00611372804, -0.0244388133, -0.0404737666, -0.0380588621, -0.0144169684, 0.0424700864, -0.000422104844, 0.018787941, 0.0107543655, 0.0193192195, 0.0388960317, 0.0410211459, 0.00136643229, 0.0157049168, -0.00920077879, -0.0470101, -0.0195285119, -0.0154392766, 0.00835556258, -0.0142559744, 0.0198665988, 0.0296550021, 0.0277230814, -0.00476540765, -0.0221849047, 0.00115512835, -0.0326816812, -0.0259199534, 0.00595675968, 0.00379139697, -0.00866145, -0.0269825105, 0.0168238208, 0.0248412974, 0.00632704468, -0.0194641147, -0.0393790118, 0.000293310033, -0.0465271212, -0.0180634707, 0.000120933793, -0.0297355, 0.0188362394, 0.0173551, -0.0257589594, -0.0107785147, -0.0128392316, -0.00839581061, 0.00804162491, -0.0276425835, -0.00491030188, 0.0375114866, 0.00291599473, -0.00997354742, -0.0297998972, 0.0168721192, 0.000197971691, -0.058827024, -0.0336798392, -0.0111970976, -0.000236207648, -0.0166145284, -0.0763109177, 0.0433394499, 0.0140064349, -0.0174194966, -0.000106469532, -0.0391858183, -0.019609008, -0.00157572387, -0.00577161694, 0.0259199534, -0.0287695378, -0.0118249729, 0.00104142667, 0.0194963124, 0.0235372502, 0.00162100326, 0.0463661291, 0.0198344, -0.0187074449, 0.0236821435, 0.00111387379, -0.0108751114, -0.0171136092, -0.0390892215, 0.0233923551, -0.0173551, -0.00567502109, 0.0363845304, -0.0687764212, -0.00783233345, -0.0605657548, -0.0304921698, -0.0049425005, 0.028173862, -0.0120906122, -0.0162442438, -0.0141352294, 0.00682612462, 0.00384573219, -0.0260809474, 0.0232957602, 0.0275942869, -0.0256301649, -0.0335510448, 0.0056387973, -0.0206554662, 0.0543514043, 0.0434682444, 0.0226195864, 0.0156002706, -0.0208325591, 0.0137890931, -0.0428564698, -0.00480565615, 0.0136844479, -0.014706756, 0.0586982295, -0.0105531244, -0.0235694479, 0.0315064266, 0.00114204769, -0.0117042279, -0.00235050521, 0.0360947438, -0.00782025885, 0.0367065184, -0.0153668299, 0.0166145284, 0.00786050782, 0.00207279134, 0.00625057286, -0.0228449777, -0.00833946373, 0.0507773496, -0.0209613536, -0.00180715206, -0.0131692681, -0.0139178885, -0.0305243675, 0.00145296636, 0.0190777294, -0.00102281186, 0.0493606068, -0.0284153521, 0.0162361953, 0.0495216027, 0.000974010676, -0.00691869576, 0.00798527803, -0.00449574366, 0.0331324637, -0.0502299741, -0.0208164603, 0.00936982222, 0.0127587346, -0.00128794799, -0.00013294541, 0.0347745977, 0.00394031592, 0.00042185327, -0.00294416863, 0.0133544113, 0.0142962225, -0.00276305107, 0.0189167373, 0.00261815684, 0.00376523542, 0.00515984185, 0.0329392701, -0.0622078888, 0.018369358, -0.0207681619, -0.032536786, 0.0300735869, 0.0274493918, -0.00538120791, -0.00929737464, -0.0386706404, 0.00163609651, 0.0503909662, -0.0155117242, 0.0260004513, -0.0090719834, 0.0342272185, -0.0122516053, -0.0106738694, 0.026193643, 0.0352253765, 0.0272883978, 0.0393790118, -0.028173862, -0.0470101, 0.0466559157, -0.0293169171, 0.00100419694, -0.00324200653, -0.0210257508, 0.0456899554, 0.0111246509, 0.0220883079, -0.00489822729, 0.00837166235, -0.0117364265, -0.00170753733, 0.00292806933, 0.0431140587, 0.0200436916, -0.00406106096, -0.0227000844, 0.00539730722, -0.0179346763, -0.00212712656, 0.0106899682, 0.0358693525, 0.0143123223, -0.0122113572, 0.0303311758, -0.0238914359, -0.0387350358, 0.0070273662, -0.0142801236, -0.00389403035, -0.0257106628, -0.0126540894, 0.00857290346, -0.0213155393, 0.0354507677, -0.0321021043, 0.0597285889, -0.0110602537, 0.0303311758, -0.0524838828, 0.0339052305, -0.0138212917, 0.026354637, 0.0310717449, -0.00839581061, 0.0142640239, -0.00129096664, 0.0142881731, 0.00159987295, 0.00151535135, 0.0216858238, -0.00724470755, 0.00851655658, 0.0242295228, -0.00352374534, -0.00368675124, 0.0256945621, 0.0073936265, 0.00548987836, 0.0432106555, -0.0185625516, -0.00704346551, -0.026853716, -0.0141513292, -0.0253886748, 0.0234084558, 0.044080019, -0.021911215, -0.00375718577, -0.0326172821, 0.0127023868, 0.00612580264, 0.00932152383, -0.0541904122, -0.00699114287, -0.0299286917, -0.0132578146, 0.00110381166, -0.0237465408, 0.0221205074, -0.0333578549, -0.0140788816, 0.00225390913, 0.0327460766, 0.0142237758, 0.0203495789, -0.0142801236, -0.0201241877, 0.00902368594, -0.0170975104, -0.0162603427, -0.0210096519, -0.0266766232, 0.0218629166, -0.00306893862, 0.0310234483, 0.0298320949, -0.0134429578, -0.0418583117, -0.028753439, 0.00546975434, 0.00277713779, -0.0155841708, 0.00508739473, 0.00307900063, 0.0300896857, -0.0105289752, 0.00382359559, 0.0340018272, 0.035096582, 0.00674965233, 0.0292525198, -0.0107302172, -0.0308302548, -0.0114788366, 0.0353863724, 0.00471308455, -0.00534498412, 0.00577161694, 0.00669330498, -0.0239075348, -0.0595031977, 0.00740570109, 0.0197539032, 0.0256301649, -0.0232957602, -0.0103840809, 0.0289627314, 0.0358049534, -0.0164615847, -0.00356399361, 0.0194802135, -0.016228145, 0.00328426738, 0.0248412974, 0.0427920744, -0.0143123223, -0.0253886748, -0.0167433247, 0.0141996266, -0.0117042279, 0.0268215165, 0.00728093088, -0.0539972186, -0.0170331132, 0.0222815014, 0.028656844, -0.0501977727, -0.0223458987, -0.0165179335, 0.00936982222, -0.00548987836, -0.0104726274, 0.0279484726, 0.0145135643, 0.00340903737, -0.0196573064, 0.017709285, 0.000569011434, -0.0274815913, -0.00581589, 0.00542145595, -0.0213799365, 0.00257388363, -0.0334222503, -0.00342513667, 0.00192487857, 0.0541904122, 0.0229737721, -0.0191582274, -0.006806, -0.0214604344, 0.0202368833, 0.0152299851, 0.0438224301, -0.0307658575, 0.0902851522, -0.00927322544, 0.0205105729, 0.00048474138, 0.0416973159, 0.00813419651, 0.0206232667, -0.0132819638, -0.0264190342, 0.0132014668, 0.0158095621, 0.00684222393, 0.014706756, 0.000820060668, -0.00924102683, -0.00581589, -0.00657658465, -0.0200275909, -0.0103921304, 0.0115995817, 0.00609360402, 0.0159142073, -0.032134302, 0.00145095389, 0.00400471315, -0.00553012686, 0.0295584071, 0.0245515089, -0.0112292971, 0.0200436916, 0.0192065239, -0.00532486, -0.0182566624, -0.0198022015, 0.0276425835, -0.0131209707, 0.0313937329, -0.0469135046, -0.00891904, 0.00658865925, 0.0159303062, -0.00508739473, -0.0141352294, -0.0310717449, -0.0250183903, -0.0197861, -0.00786050782, 0.0555105582, 0.0119296182, 0.0125413937, 0.00903173536, 0.0150287431, -0.00709578861, 0.0134590566, 0.00373102445, 0.0029904542, -0.0282060616, 0.00314742303, -0.0132497652, -0.0159866549, 0.00879024528, -0.0222171023, 0.0270469077, 0.00945031829, -0.00321182027, -0.0219595134, -0.00463661272, 0.0217824206, 0.0191904251, 0.0265639275, 0.0427276753, 0.0226195864, -0.0123884501, -0.00616202643, 0.0198987965, -0.0486844331, 0.00707566459, 0.00764719117, -0.00524033839, 0.0105611738, -0.00766329048, 0.0119537674, -0.011784724, 0.014787253, -0.00522021437, 0.0042502284, -0.00424217852, 0.0115029858, -0.0113983396, 0.0306692626, 0.00734532857, -0.0152621837, -0.00405301154, 0.0238914359, 0.0111246509, -0.0151092401, 0.0259682517, 0.000769750157, 0.0175804906, -0.0188845377, -0.0169043168, 0.00768341497, -0.0126782386, 0.0318123139, 0.0153748794, -0.00459233951, 0.00965156, -0.00858095381, -0.016107399, 0.0442088172, -0.0452713743, 0.0265639275, -0.0166467279, 0.00551805226, -0.0165179335, 0.0244388133, -0.0131048709, -0.0276586842, 0.0216214266, -0.0131934173, -0.00127084251, -0.000269915676, 0.00848435704, -0.0444342047, 0.00345934788, -0.00768743968, -0.00914443098, 0.0211223476, -0.00522826379, 0.0558325462, 0.011945718, 0.00393629121, -0.0302506797, -0.0441766158, -0.0175321922, -0.018530352, 0.00127788587, -0.0333900526, 0.0123321023, -0.00945031829, 0.0355795622, -0.00364851533, -0.00887074228, 0.0269020144, -0.00886269193, 0.00431865081, 0.0246964023, 0.041761715, 0.0218468178, -0.000394937175, 0.0165984295, 0.0067255036, -0.00291197, -0.0195124131, -0.00481773075, -0.00381353358, -0.0132819638, 0.022651786, 0.00101929007, 0.0284475517, -0.0133222118, 0.0147953024, -0.00722860824, 0.0177575834, -0.00693479506, -0.0309429504, -0.0188684389, -0.00210901489, 0.0371573, -0.00989305, -0.0181761663, 0.00625459757, 0.0349999852, 0.0199953932, 0.021251142, 0.00138756272, 0.0187235437, 0.0102472361, 0.000495809654, -0.0153587796, -0.011784724, -0.0216536261, 0.028994929, 0.0280128699, -0.00777196139, 0.0215570293, 0.000939799589, 0.0234084558, -0.0257911589, -0.0292042214, 0.0238431375, -0.0182405636, 0.017870279, 0.00106658193, 0.0283670556, -0.00644376501, 0.0171458069, -0.0191260278, -0.00381957088, 0.00540938182, 0.015568072, -0.0207037646, 0.0373826921, 0.0268054176, -0.0286890417, 0.0208969563, 0.00212108926, 0.0376724787, 0.0347423963, -0.00062787463, 0.0482014529, -0.0150528923, -0.0021311515, -0.0378012732, 0.0185464509, 0.0397975929, -0.00787660666, -0.00829116534, 0.00395239051, 0.0140708322, -0.00899148732, 0.0211545452, 0.00221768557, 0.0300574861, -0.00676172692, 0.00858900324, -0.0169043168, 0.0154795256, -0.00328024267, 0.0322309, 0.0509061441, 0.00150327687, -0.00843606, -0.0612097308, 0.0145699121, 0.0291398242, 0.0155439228, 0.0220883079, 0.00269865361, -0.00177595951, -0.0073936265, -0.0110924523, 0.0173872989, -0.0399263874, -0.0262902379, -0.0191260278, -0.0235533491, -0.00689857174, 0.0151897371, 0.033454448, -0.0316191241, 0.00211706455, 0.0407313555, -0.0202207845, 0.0207359623, -0.0232474618, 0.0397975929, 0.00599700771, -0.0367065184, 0.00403489964, -0.0128392316, 0.00935372245, -0.0161235, -0.0164615847, 0.0140064349, 0.0146101601, 0.00330237928, 0.00701126689, -0.00290392037, -0.0131129203, -0.0198183, 0.0116720293, -0.0112614958, -0.0122757545, -0.00998159684, 0.0229737721, 0.0106980186, -0.0138373915, -0.0080778487, 0.0248734951, 0.0370929, -0.0401839763, 0.0168077219, -0.0319250114, -0.00206071674, -0.0201402865, -0.00395641522, -0.0217663217, 0.0225873888, 0.0272722989, 0.00866145, -0.0211867448, -0.0215087309, -0.0169043168, 0.0269825105, -0.0403127745, -0.00412948336, 0.0215248317, 0.000900557381, 0.00946641807, 0.018127868, -0.0184659548, -0.0264512319, -0.0323918909, 0.0267249215, 0.00192085374, 0.0293813143, 0.0172907021, -0.0192870218, -0.0139742363, 0.00487407809, 0.0173068009, -0.0316030234, -0.0151816867, 0.00965156, 0.0148114022, 0.0193353202, -0.0242617205, -0.016727224, 0.00055542757, 0.0118169226, 0.0308141559, -0.0206554662, -0.0107543655, -0.0170653109, -0.00441122195, -0.00802150089, 0.0154634258, 0.002306232, 0.0316191241, 0.00627472159, -0.0184015576, 0.0129760765, -0.000125776176, -0.027674783, 0.0302184802, 0.00435084943, 0.000770253304, -0.00990915, 0.0279806703, 0.0455933586, 0.0336476415, 0.00125172443, 0.0451747775, -0.0345170051, -0.00782025885, 0.0237143431, 0.0425666831, 0.0104565276, -0.0259199534, -0.0189972334, -0.00732520409, 0.013346361, 0.0303794742, -0.0330358669, -0.015407078, -0.00878219586, -0.0221205074, -0.017210206, -0.00236459216, 0.0302667785, -0.00658865925, 0.0219434146, -0.0104967766, -0.00563074788, -0.0166467279, -0.0187396444, -0.0110361045, 0.00699516758, 0.00133523985, -0.0199631937, 0.00811004732, -0.0151575385, -0.00332652824, 0.0087177977, 0.025871655, 0.0124206487, -0.0101586897, -0.00126983621, -0.00584406406, -0.0434360467, 0.0140627827, 0.00401276303, -0.0101425909, -0.00106658193, 0.00990110077, -0.0102069881, 0.00891099, -0.00216737506, 0.0143606206, 0.0107382666, -0.0120181646, 0.000227780649, -0.0107624158, -0.0669733, -0.00577966683, -0.00802150089, -0.0218629166, -0.00604933081, -0.00619422505, 0.0100701433, -0.0158659089, -0.0294940099, 0.0111488, 0.00666915579, -0.00415363209, -0.00614190195, 0.00504312152, 0.00264633074, 0.0353219733, -0.0136602987, 0.000296831771, -0.00264029345, 0.0124286981, -0.0348389931, 0.0306370631, 0.0144572165, -0.000901060528, -0.031876713, -0.0148436008, -0.00556232547, -0.0188201405, 0.00842801, 0.00679795071, 0.0133141624, -0.0085487552, 0.0151333893, -0.010005746, -0.00577966683, -0.00348349684, 0.011784724, 0.010005746, 0.00107865641, 0.0046285633, -0.0113902902, 0.00500689773, -0.0310073476, 0.00864535104, -0.000622843625, 0.0223780964, 0.0142801236, -0.0188201405, -0.0183210596, -0.00406911084, 0.0217180233, -0.014988495, -0.0270952061, -0.00228007045, 0.00279122475, -0.0142720742, -0.00639546663, -0.00528863631, -0.000947849243, 0.00511154346, 0.0907359347, 0.0132658649, -0.0231025666, -0.0265961271, -0.00110884279, 0.00398257654, -0.00695894426, 0.00997354742, 0.0139500871, -0.00819054432, 0.027513789, 0.0159705561, 0.00128392316, 0.0197217036, -0.0145699121, -0.00965156, 0.00294819358, 0.00549390307, 0.00741375051, -0.0108992597, -0.0218468178, 0.0127104372, 0.0328426734, 0.00226799585, 0.0116800787, 0.00162301573, -0.00326615572, 0.000562974135, -0.0310234483, -0.0149643458, 0.00763511658, -0.0116639789, 0.00587223796, 0.00702334149, -0.0102150375, 0.0600505769, -0.00711188791, 0.00553012686, -0.0052564377, -0.0241973232, -0.00125172443, -0.0108107133, -0.0219434146, -0.0342916138, 0.000889992225, 0.0205427706, -0.0112292971, 0.00466881134, -0.0127023868, 0.00843606, 0.00290190778, 0.00391012942, 0.033776436, -0.0184015576, -0.0193031207, -0.00701931678, -0.0157371145, -0.0109878061, 0.0204944722, -0.0338730328, -0.00370285055, -0.00631094538, -0.00722458353, -0.0180956703, -0.000535303378, 0.00968375895, -0.00416168198, -0.0259038545, -0.00920882821, 0.0188201405, 0.00217743707, -0.000352676376, 0.00891904, -0.00293410663, -0.000255325634, -0.0103599317, 0.0132578146, 0.0060573807, 0.00580784073, -0.0197217036, -0.0111327, 0.0231025666, -0.0346458, 0.0136361495, -0.0139742363, 0.0188362394, -0.00708773872, -0.00611775322, -0.00757071935, -0.021090148, 0.0320055075, -0.0258072577, -0.0136441989, 0.00144592288, 0.00477748225, -0.0124769965, 0.0140788816, 0.00602920679, -0.00928127579, -0.00417778129, 0.00321987, 0.0212189443, 0.0138534904, -0.0118974196, -0.00922492798, -0.0121630589, 0.0122435559, -0.0138051929, -0.00591248646, 0.0112695452, 0.0451425761, 0.0233923551, 0.0137890931, 0.00616202643, 0.0297515988, -0.0326333828, 0.0148838488, 0.00887074228, 0.011325893, -0.0118571715, -0.00908003375, 0.0146584585, 0.00853265543, -0.0347745977, 0.0191904251, -0.0164615847, 0.00893513951, -0.0204622746, 0.00415765727, 0.00538120791, -0.0207842607, 0.0171780065, -0.00340501266, 0.0159866549, 0.00103538949, 0.013507355, 0.00424620369, -0.00729703065, -0.00817042, 0.0010565198, 0.00337885111, 0.00212310185, 0.0137810437, -0.0176931862, -0.00179105275, -0.00204763608, 0.0194802135, 0.0359659493, 0.0257589594, -0.0278035775, -0.00204059272, -0.0119376685, 0.0173872989, -0.00920882821, 0.0146745574, -0.0329714678, 0.0136763975, 0.00544963, 0.00916858, -0.0177736823, 0.0257589594, 0.0120986616, 0.0258233584, 0.00107563788, -0.0305887647, 0.00515179196, 0.0237948392, -0.0286729429, 0.0111166015, -0.002090903, 0.00345733552, 0.00908808317, 0.0274815913, 0.0135556525, -0.00150528923, -0.00375517341, 0.0288983341, -0.0144008687, 0.0244549122, -0.008444109, 0.0118974196, -0.0112775946, -0.0134429578, 0.00632302, -0.0264029335, 0.00237666653, -0.00427840231, -0.000656551623, -0.0162522942, -0.00343922363, -0.0212994404, -0.00965156, 0.026032649, 0.0357405581, 0.0136763975, -0.00350362109, 0.00141372415, -0.0239236336, -0.0182244647, -0.0194158163, -0.0102230869, 0.0190938301, -0.00167131377, 0.00177595951, 0.00395440264, -0.0197217036, -0.0253242776, -0.00811407249, -0.0049586, -0.0279323719, -0.00487810327, 0.00379743427, 0.0166306291, 0.00683014933, -0.0169526152, 0.0185786504, 0.0388316326, -0.00265236804, 0.0141513292, 0.0446274, 0.00564282201, -0.012807033, -0.00417778129, -0.00439914735, -0.0189167373, 0.00271877786, 0.0112292971, -0.00944226887, 0.00661280798, 0.0222332031, 0.00696296897, 0.034098424, -0.0107704652, 0.0128150824, 0.00635119341, -0.0167433247, 0.00298039219, -0.00586418808, 0.000362738472, -0.00625057286, 0.00546975434, 0.0169365164, 0.00224384689, 0.00703541609, -0.0116076311, -0.000151686065, 0.00156364939, -0.013426858, -0.0198183, 0.0153748794, 0.0144250179, 0.0109314583, 0.0138212917, -0.0398941897, 0.00137850689, 0.00431060093, 0.00815834571, 0.00432267552, -0.0153507302, -0.02701471, 0.00620227447, 0.0371251032, -0.00154453143, -0.0201563872, -0.00110179931, 0.0177575834, -0.00224585924, -0.0191582274, -0.0153024327, -0.0126701882, -0.0174999926, -0.0293974131, -0.00842801, 0.0144974645, 0.0202207845, 0.00361229177, 0.00551805226, 0.016888218, -0.00900758617, -0.00499079842, 0.00884659309, 0.0243744161, -0.00941007, -0.0231669657, -0.0247769, 0.00297435489, -0.0134832058, -0.0292847175, 0.00575149292, -0.00455611618, 0.0257750601, -0.0209291559, 0.00384975714, -0.017049212, 0.00306491368, 0.0312488377, 0.00474528363, -0.00755059533, -0.00726885675, 0.00130002247, 0.0204461738, -0.00522021437, 0.0261614434, -0.00266243, 0.00344727328, -0.0144491671, 0.000473169959, -0.00643571513, 0.00539328251, -0.002811349, -0.00172564911, -0.0382520556, -0.00129599764, -0.016888218, -0.00247728755, 0.00312126148, -0.0145860109, -0.0214604344, 0.000593160454, -0.0290915258, 0.00381554593, -0.00117726496, -0.00954691507, -0.0309590511, 0.0160510521, -0.00251552346, 0.0119537674, 8.7477325e-05, -0.011285644, -0.0100540444, 0.0130002256, -0.00985280238, -0.0382842533, 0.0253081787, -0.00255577173, 0.0172263049, 8.98041908e-05, -0.00600103289, 0.0176609866, -0.0234567523, -0.0388638303, 0.0349677876, -0.0213316381, 0.0049706744, 0.0113902902, -0.0124125993, -0.0135798017, 0.0190938301, -0.0296389032, 0.0251632836, -0.0355795622, -0.0261614434, 0.0273366962, -0.00546170445, 0.00691869576, 0.0134349074, 0.020269081, 0.00659268396, 0.0197217036, 0.00448769378, -0.0176931862, -0.00186953705, -0.0135154044, -0.000489269325, 0.000658564037, -0.0197217036, 0.0147631038, -0.00722458353, 0.0378978699, 0.0078524584, -0.0067536775, 0.00802552607, 0.0108187636, 0.0101747895, -0.00440317206, 0.00700724218, -0.00515984185, -0.0056629465, 0.00288379611, -0.00257187127, -0.0277713798, -0.00766329048, 0.0169687141, -0.0201563872, 0.00276707578, -0.0201241877, -0.00769951427, 0.0378334746, -0.0132095171, -0.00488212798, 0.00143082975, 0.00466881134, 0.0127104372, 0.0195446108, -0.0124206487, -0.0557359494, -0.0204622746, 0.00487005338, -0.00340501266, -0.0111488, 0.0301379841, 0.0314581282, -0.0056267227, 0.00888684113, 0.0291881226, -0.0103277331, 0.00912028179, -0.0023283686, -0.000851253164, -0.0259038545, 0.00277713779, 0.0174677949, -0.0141593786, -0.0179507751, 0.00550597766, 0.00813017134, 0.0026423058, 0.0355795622, 0.0206554662, 0.0297194012, -0.00689454656, 0.0158739593, -0.0195929091, 0.0158176105, -0.0135234538, -0.0199631937, -0.001158147, -0.0166467279, -0.00449976837, -0.0208003595, -0.0122194067, -0.0119215688, -0.0193353202, 0.00211706455, -0.0280772671, 0.012726536, 0.00250546145, 0.0241168272, -0.0210740492, -0.00335470214, -0.00608957931, -0.00705956481, -0.0086695, 0.00320175826, -0.0104484782, 0.00965961, -0.000729501829, 0.00304076471, 0.0175160933, -0.00069378136, 0.00452794228, -0.0171941053, -0.00273487717, 0.00415363209, -0.0270630084, 0.00824286696, -0.0106416708, -0.0271274056, -0.0182083659, 0.0284153521, -0.017339, -0.00965156, -0.00036626021, 0.00326011842, 0.00451586768, 0.0312971361, 0.0174033977, 0.0102150375, 0.00352374534, -0.00932152383, -0.00802150089, -0.0322791971, -0.00311723677, -0.0312810354, 0.00252759806, -0.033776436, -0.010504826, 0.00761096785, -0.027224, -0.00740570109, 0.00101778074, 0.00063642743, 0.000638439844, 0.00891099, 0.0097803548, 0.051163733, -0.0101184417, 0.0130002256, -0.00751437154, 0.00109978684, 0.00163106539, 0.00912028179, -0.0074741235, -0.0196734052, -0.0222493019, -0.0188684389, 0.000911625684, 0.0141593786, -0.0121308602, 0.00720445905, -0.0104887262, 0.00602920679, -0.0101747895, -0.018787941, 0.00627069687, 0.0138293421, -0.0175804906, 0.0140225338, 0.00594468508, 0.00799332745, 0.00260004494, -0.0197217036, -0.00762304245, 0.000193946864, 0.0104726274, -0.00976425596, 0.00504312152, -0.0270952061, -0.0278035775, 0.00630692, 0.0138695901, 0.02849585, 0.00586016336, -0.015407078, -0.0021190769, 0.0218629166, 0.00893513951, -0.00414155796, -0.0232796595, -0.00875804666, 0.00523631368, 0.0149804456, -0.00429450162, -0.0209613536, 0.0126943374, 0.0212189443, -0.00406307355, -0.00858095381, 0.0151011907, 0.0132980635, 0.00298441714, 0.0164857339, 0.00369278854, 0.0078403838, 0.00528058689, 0.0118088732, 0.00154654379, -0.00321987, -0.0082066441, 0.000380347134, 0.0163005926, -0.004902252, -0.00395239051, 0.0109797567, -0.00180513959, 0.0168721192, -0.00472918432, -0.00729703065, -0.00998964719, 0.0153829288, 0.00810602307, -0.00435487414, -0.0135154044, -0.0110361045, -0.00312528643, 0.0202046838, -0.00446354505, 0.0122999037, -0.00100168143, -0.00181620789, -0.0167755224, -0.0183210596, 0.014747005, 0.0104806768, 0.011366141, 0.0342272185, 0.000893513905, -0.0122677051, -0.0255013704, 0.00683014933, -0.00673355302, -0.0178541802, -0.0266283248, 0.0132497652, 0.0227161832, 0.0202046838, 0.00411137147, 0.0221688058, -0.0160510521, 0.0115351845, -0.01560832, 0.0116076311, 0.00668928, 0.00732117938, -0.010665819, -0.00133926468, -0.0203012805, 0.00208687829, -0.0133946594, -0.00655243546, 0.000116405849, -0.0180473719, -0.00562269799, -0.00546975434, -0.00627069687, -0.0190133322, -0.0148033528, 0.00346337259, -0.0255496688, 0.00524838828, -0.00867755, -0.0286407433, 0.00377529766, 0.010005746, -0.00283751055, -0.00672147889, 0.00421400508, 0.000311170239, -0.021830719, -0.00744997431, 0.0150770415, 0.0158981085, -0.00317358435, 0.00993329939, 0.0139339874, 0.00476138294, -0.000775284308, -0.0118571715, -0.0368675105, -0.0223458987, 0.0166789275, 0.0174677949, 3.12396551e-05, 0.0124286981, -0.0037048629, -0.00398458913, -0.0190938301, -0.00837166235, -0.00998159684, -0.0154553764, -0.0101103922, 0.00390006765, -0.0128311822, -0.00924907625, -0.00895928871, -0.00671745371, 0.00156968669, 0.00846825819, 0.00389201799, -0.000725476944, 0.023150865, 0.0177575834, 0.00895123836, 0.00695089437, 0.0231669657, -0.0128633808, -0.0130082751, -0.0343560129, -0.0113178436, 0.0187557433, -0.0102874851, 0.00716421101, -0.00588833727, 0.00565892179, 0.00500287302, -0.0254047737, 0.0026543804, 0.00675770221, -0.0174999926, -0.00149925193, 0.0214604344, -0.00335470214, -0.0095066661, 0.00850850623, -0.0178058818, 0.0167433247, 0.0419549048, -0.00783635862, -0.0115754325, 0.00209895265, -0.00563074788, 0.0049183513, 0.00129599764, -0.0394112095, -0.0177575834, -0.0143686701, -0.00165521447, -0.0221527051, 0.00867755, 0.00274896412, -0.0175643917, -0.0227322821, -0.0153990285, -0.00935372245, 0.006806, -0.0362235382, -0.0158337113, 0.0231347661, 0.0159705561, -0.0037451114, 0.0475252829, -0.00365857733, -0.0187718421, 0.0159544554, -0.000752644613, 0.0133383116, -0.00193192204, 0.0220561102, -0.00503507163, -0.0125574935, -0.0166628268, -0.00805772468, -0.0121711083, 0.00520814, -0.0123482011, -0.000531278551, 0.0203334801, 0.012187208, 0.0163730383, 0.0163971875, -0.00405099895, 0.0210096519, -0.00163810886, -0.00764316646, -0.00589236198, 0.0270791072, 0.00395037793, -0.030894652, 0.0128231328, -0.00825896673, -0.0063994918, 0.0191260278, 0.00748619763, 0.00654438604, -9.52754544e-06, 0.00764316646, 0.0046406379, -0.00130002247, 0.0154714752, -0.0089029409, 0.0206393674, 0.0257911589, -0.0233440585, -0.0163166914, 0.00558647467, -0.0201885849, 0.0104404287, 0.0156646669, -0.00158679218, 0.0187396444, -0.00618617516, -0.00380749628, 0.0163810886, -0.0250022914, 0.00940202083, 0.0153909791, -0.0207681619, 0.0088224439, 0.0138293421, -0.00503507163, 0.00404496165, -0.00451586768, 0.0288983341, 0.00984475296, 0.00872584805, -0.0081019979, 0.00115412218, 0.014787253, -0.0143445209, 0.0170009136, -0.000963445462, -0.0118169226, 0.0365777239, -0.0170653109, -0.00694284495, 0.0303794742, 0.0102874851, -0.00500689773, -0.00493445061, 0.0102472361, 0.0182244647, -0.00803760067, -0.00453196699, 0.0266444236, 0.0138776395, -0.0209774524, 0.0106819188, 0.00953886472, 0.0142237758, 0.0100218458, -0.0170975104, 0.0342594162, 0.00352978241, 0.0119376685, 0.0324079916, -0.00811407249, 0.00482175546, 0.0094261691, 0.0144411167, 0.00913638156, 0.00741777569, -0.0127104372, 0.00439914735, -0.00815029629, 0.0158256609, -0.00228007045, 0.00621434906, -0.00270267832, 0.00541743124, 2.03600189e-06, -0.0148918992, 0.0230542701, 0.00979645457, 0.00846825819, 0.0199470948, -0.0131370695, 0.00603725621, -0.00688247196, 0.00342714926, -0.0144572165, 0.00422607921, 0.00700724218, 0.00786453206, -0.0169365164, 0.025871655, -0.008444109, -0.00140064349, -0.00562269799, -0.0168399196, -0.0200758893, -0.023311859, -0.00812212192, -0.0103518823, -0.0162844919, -0.0109153595, 0.0109556075, 0.00395239051, 0.00153648178, 0.000808489218, -0.00449976837, -0.00340098771, 0.01288753, -0.00148516509, 0.000382108, -0.000787358847, 0.00957911368, 0.00279323733, -0.007723663, -0.00795710366, 0.0108992597, 0.0126943374, 0.00253564771, -0.0115432339, 0.0070917639, 0.0227161832, -0.00144089188, -0.00753852073, 0.000546371681, -0.0107382666, -0.0127828838, 0.00274091447, 0.00147610914, -0.00376724801, -0.0111166015, -0.0209774524, 0.0049586, -0.0189650338, -0.0146584585, 0.00858900324, -0.00939397048, -0.00984475296, -0.00689052185, -0.00936982222, -0.0130485231, 0.0158498101, 0.00812614709, -0.0115029858, -0.00532486, -0.0204783734, -0.013966186, 0.00551000237, 0.0165662318, -0.0132497652, 0.00796917826, 0.00893513951, -9.04016275e-08, -0.00639144192, 0.0107785147, 0.00229214504, -0.00433877483, 0.00886269193, 0.0354829691, 0.00944226887, -0.0245676078, 0.00915248, 0.0183532592, 0.00278116274, 0.0120342644, -0.0118571715, 0.022072209, -0.0137810437, 1.40319044e-05, 0.0126782386, 0.0120181646, 0.000275952916, -0.0127184866, -0.00458026491, 0.00762304245, 0.0234889518, 0.00769548956, -0.0257428605, 0.00438707275, 0.0240685288, 0.0168560203, -0.0236821435, -0.00174074224, 0.00944226887, 0.016228145, 0.00969985873, -0.000515179185, -0.00359216752, 0.00707163941, -0.0302506797, -0.00240081549, -0.0185625516, 0.0108992597, -0.0120745124, 0.0225068908, 0.0107785147, 0.00150227058, -0.0141030308, -0.00498677371, 0.00585613865, -0.0316191241, -0.00221567298, 0.0188362394, 0.0203012805, -0.00794502907, -0.0136683481, -0.00262620649, -0.0224585943, -0.00260809483, -0.0257267617, -0.0100459941, 0.0154795256, 0.0110763526, 0.000555930659, -0.0125333443, 0.0136441989, 0.00708371401, 0.00682612462, -0.0124689471, 0.0102552865, -0.00190576061, 0.0171136092, -0.0214282349, 0.0224746931, 0.00710383803, 0.0198504981, -0.00294618099, -0.00834751315, 0.0134429578, 0.0178058818, 0.0165662318, 0.0139259379, -0.00484590419, -0.00395037793, 0.00625459757, 0.00542548113, 0.010086243, 0.00955496449, 0.0148999486, 0.0066731805, -0.0154634258, -0.00972400792, 0.0122999037, -0.00279323733, 0.0025195484, 0.0132658649, -0.0144089181, 0.015407078, 0.0144572165, -0.0131370695, -0.0180151723, 0.010424329, -0.00532486, 0.0110522043, -0.00023872318, 0.000472415297, -0.0024793, -0.00903173536, 0.00425827829, -0.00992524903, -0.00215731282, -0.0374470875, -0.00177193468, 0.0132900132, -0.00863730162, 0.00189871714, -0.0107141174, 0.0145135643, 0.00473320903, 0.00948251691, 0.0162039958, 0.00316955964, -0.00998159684, -0.00438707275, -0.00330439163, -0.00177495333, -0.0185464509, 0.00949056726, -0.00874194689, -0.0173711982, 0.00794905424, 0.00154956244, -0.0331002623, -0.0107221669, 0.00334061519, 0.00980450399, -0.00248734956, -0.00421400508, -0.0144813657, 0.00586821325, 0.0056629465, -0.000821569934, 0.00331445364, -0.0103357825, -0.0138293421, 0.0401517786, -0.00548182894, 0.00119235809, 4.60026349e-05, 0.0113902902, -0.000339595659, 0.00940202083, 0.00966766, 0.0244871117, 0.0232152622, 0.00802955125, 0.0109395087, -0.00518399058, -0.00526851229, -0.00790478103, -0.010504826, -0.0203173794, 0.00197116425, -0.0121711083, -0.0184176564, 0.0186108481, 0.00135435781, 0.00219353638, 0.0116559295, 0.000273437385, -0.00582394, 0.000108230393, 0.020752063, -0.00156063074, 0.00045329734, 0.0145940613, -0.0194802135, -0.00429047691, -0.00632302, -0.00798125286, 0.00251753582, 0.0168399196, -0.0247769, -0.0252759792, -0.00260608224, -0.0293974131, -0.00357405562, -0.003676689, 0.0223458987, -0.0184015576, 0.0144008687, -0.00640754122, 0.01412718, 0.00729703065, -0.00172464293, 0.00132920255, 0.0153104821, 0.00588028785, -0.000254948303, 0.0236982442, 0.00423815381, 0.00256382162, -0.00417375658, 0.0142157264, 0.013547603, 0.014747005, -0.00537315803, 0.00354588195, 0.0113097932, 0.000757675676, -0.019109929, 0.00212712656, -0.021991713, 0.00526448758, -0.0135315042, 0.00276506343, 0.000373555231, -0.0232474618, -0.00463258801, 0.00695089437, 0.0258072577, 0.00352173275, -0.00326414313, 0.00761901727, 0.00479760626, -0.00546572916, 0.0249700919, 0.0282382593, 0.00289184577, -0.00443939585, -0.00672952831, -0.0146906571, -0.0135959014, -0.00460843882, 0.00350965839, 0.000817042, 0.00274292682, -0.00329835434, -0.0279967692, -0.00365656498, 0.0130968215, 0.00597688369, 0.00497469911, -0.0284636505, -0.0028173863, 0.0273044985, -0.0154151274, 0.0115593337, -0.00416973187, -0.0157612637, 0.000231302387, -0.0115110353, -0.0222654, -0.0104484782, -0.00784440804, -0.00485797878, -0.00673757819, 0.0201724861, -0.0063592433, 0.00513166795, -0.0170009136, 0.0113983396, 0.0134993047, -0.0111085512, 0.00513971737, 0.00400471315, -0.0230864678, 0.0164132882, 0.0108026639, -0.0121711083, -0.00801747665, -0.00485395407, -0.01338661, 0.000673154078, -0.0085487552, -0.00384371984, 0.00514776725, 0.00136743858, -0.00806979928, -0.0151253399, 0.0105692232, -0.00424217852, 0.00968375895, 0.0101506403, 0.00536913332, -0.00891904, -2.47150183e-05, -0.0198665988, 0.000150931402, 0.00588431256, 0.0306209642, 0.0063471687, -0.00898343697, -0.00959521253, 0.0131773185, -0.0229737721, 0.00470101042, -0.0023001947, 0.0117525253, -0.0030025288, 0.0249861907, -0.00138454407, -0.00411137147, 0.00600103289, 2.9227238e-05, -0.000935774704, -0.0172585025, -0.00518399058, -0.0160188526, -0.0222493019, 0.01140639, 0.00801747665, -0.00274091447, -0.0193997175, -0.0237948392, -0.00759084336, 0.00112494209, 0.00411338406, -0.00910418294, -0.0182566624, -0.0158578604, 0.00849240739, 0.00605335552, 0.00185142527, 0.0117766745, -0.00570721971, -0.00895123836, 0.000117034731, -0.0176287889, -6.28566413e-05, 0.0154634258, 0.0189167373, 0.0120020658, -0.00301661575, -0.0242134221, 0.00258394564, 0.00239477842, -0.0018383445, 0.00205367338, 0.00174074224, -0.000115965631, -0.0107221669, -0.0161315482, 0.000223378476, -0.00205367338, 0.0194802135, 0.0374470875, -0.0140547324, -0.00962741114, -0.00870169885, -0.0319411121, -0.00305485167, 0.013225616, -0.00290995743, 0.0146584585, 0.00456819078, -0.0262258407, 0.00673757819, -0.0042743776, -0.00775988679, 0.0260487478, -0.00924907625, -0.0153507302, 0.00252357312, -0.00923297741, 0.031538628, 0.00129499147, 0.00676172692, 0.0205588695, 0.00149321475, -0.0137327453, -0.00230220705, 0.00526448758, 0.0060171322, 0.00382762053, 0.0212833416, -0.00163509022, -0.0112212468, 0.0124367476, 0.0206876658, -0.0171458069, 0.010005746, -0.0183049608, 0.00435084943, -0.0206232667, 0.0087177977, 0.00831531454, -0.00691064587, -0.00311723677, 0.00592858577, -0.0074620489, -0.00389000541, -0.00466478663, 0.0122194067, 0.0146343093, -0.000219982525, -0.0066611059, -0.00357204326, 0.00444342056, -0.0165179335, -0.00570721971, 0.0220400095, 0.00846825819, -0.028656844, -0.00718031032, -0.011945718, -0.00256583397, -0.008524606, 0.0109878061, 0.0100298952, -0.00683417404, 0.0142398756, -0.0155439228, -0.00232635601, -0.00730910478, -0.0220883079, -0.00206071674, 0.00274292682, -0.00881439447, 0.00266846735, -0.011325893, -0.0118571715, 0.00994134881, -0.0163569394, 0.0256623644, -0.0115673831, -0.00559049938, 0.0193997175, 0.00577966683, -0.00407716027, 0.0124286981, -0.0126540894, -0.00497469911, 0.00540133193, 0.0159464069, 0.0165984295, -0.0265800264, -0.00224585924, 0.00609360402, 0.0166950263, 0.00730508, 0.00468491111, 0.0159544554, 0.0245676078, -0.00181117689, -0.0245193094, -5.57188432e-05, -0.0131934173, -0.0173229, 0.0297515988, 0.00136039511, 0.00431462564, -0.0100540444, 0.0182566624, -0.0118410718, -0.0078403838, -0.0151092401, 0.00192789722, -0.00598895829, 0.0165501311, 0.00507129543, -0.0162200946, -0.00476138294, -0.00775183691, -0.00544158043, 0.0123482011, 0.00530473609, -0.0223619975, -0.0156002706, 0.00983670261, 0.0019339344, 0.00548987836, -0.0120181646, 0.0102150375, 0.00653633615, 0.0226678848, -0.0100379447, 0.00936982222, 0.00496664969, 0.0108268131, 0.0142559744, 0.0132658649, 0.00249539921, 0.00120040774, 0.0151575385, 0.00467283651, 0.028914433, -0.00144692906, 0.00509946933, -0.0248895958, 0.00881439447, -0.0127506852, 0.0049425005, -0.000158477982, -0.00079238991, 0.00543755572, -0.00434682472, 0.00412948336, -0.0218468178, -0.00663293246, -0.0264029335, -0.0144250179, 0.0331324637, 0.0278679747, 0.0277713798, 0.00204864237, 0.00712396251, 0.00656048534, -0.0601149723, 0.00590041187, 0.0113902902, 0.00743789971, -0.0108590117, 0.000333306845, 0.0154795256, 0.0207037646, 0.000986588304, 0.0202529822, 0.00468893582, 0.00650816225, -0.00643169042, -0.00153748796, -0.0108509623, -0.0139822857, 0.0109797567, -0.0122918542, -0.0148436008, -0.0106577696, 4.18834643e-05, -0.00258595822, 0.011905469, -0.00215932541, 0.00932957325, 0.0174355954, 0.00295221829, 0.00747009832, -0.00920882821, -0.00138353789, 0.00223982218, -0.00686234795, -0.0177897811, 0.00332451588, -0.00316754705, 0.00683417404, 0.0154231777, -0.0124286981, -0.014328422, -0.000924706401, -0.00122858165, -0.0030146034, -0.0126460399, -0.00388396811, -0.00601310749, 0.0102713853, -0.0136602987, -0.0098608518, -0.00961936172, -0.00727690617, -0.00571929431, 0.0239558332, -0.00674562762, 0.00720848422, -0.00361832883, 0.000767234655, -0.016888218, -0.0241007265, -0.00666513108, -0.0131773185, -0.0234406535, -0.0184337553, 0.00188563636, 0.00581991486, -0.00688649714, 0.022329798, 0.0121952575, 0.0123884501, 0.00213517621, 0.0235533491, -0.00358613022, -0.0107946144, 0.00350160873, -0.0323113948, 0.0134912552, 0.0215892289, 0.00572734373, 0.0205588695, 0.0186591465, 0.0216214266, 0.00648401305, 0.031876713, 0.0123804007, -0.00256985868, 0.0162039958, -0.00708371401, -0.023472853, -0.0174999926, -0.0020969403, -0.00746607361, 0.0146745574, 0.00841191, -0.00157874252, 0.0136602987, 5.00589158e-05, 0.0209291559, 0.00954691507, -0.00560659869, 0.018127868, 0.0268698148, -0.0165984295, -0.00765524106, 0.0207198635, -0.0045480663, 0.00583601464, -0.00947446749, -0.0137810437, -0.0261131451, 0.00353984465, -0.000703843485, 0.0201563872, -0.00806577411, 0.022490792, 0.00330640399, 0.0270952061, 0.00596078439, 0.0202207845, 0.00735740317, 0.00438304804, 0.00198122626, -0.00809797272, 0.00483785477, 6.32339725e-05, -0.0213638376, 0.0307658575, 0.0167111252, 0.010424329, -0.02157313, -0.0162200946, 0.00292404438, -0.0125011457, 0.0234889518, -0.00956301391, -0.0106175216, 0.00358613022, -0.00339696277, -0.00657658465, -0.00242093974, 0.011865221, 0.00146101601, 0.00761096785, 0.0116559295, 0.0103679812, 0.0147148063, 0.01486775, -0.01288753, -7.95534288e-05, 0.0100218458, 0.00185243145, -0.0143847689, -0.0128150824, -0.011285644, 0.00830726419, 0.0230542701, -0.0104726274, -0.00420193048, -0.0130485231, 0.00850045681, 0.00261815684, -0.00608555414, 0.0149643458, 0.014666508, -0.00943421945, -0.00231226906, -0.00912028179, 0.00654438604, 0.00499079842, -0.0234084558, -0.0144169684, -0.00681405, 0.00311522419, 0.0256301649, -0.00902368594, -0.00248131226, 0.000849743839, -0.0123884501, 0.0154714752, -0.00879024528, 0.0243744161, -0.0182405636, 0.0179668739, -0.00392824132, -0.00796917826, 0.0213799365, -0.00762706716, -0.018530352, 0.00252357312, 0.00507129543, -0.00114406, 0.0108751114, 0.0110280551, 0.0172907021, 0.00899148732, -0.0113822408, -0.0446917973, -0.00105953845, -0.00423815381, 0.016888218, -0.00136643229, 0.00983670261, 0.0101989387, -0.00644778972, 0.000136844479, -0.0144008687, 0.00301661575, -0.0049304259, -0.0152058359, 0.0197378024, -0.0237626415, -0.00224787183, 0.0124850459, 0.000542849943, -0.0144813657, 6.76046911e-05, -0.0158820096, -0.00775183691, -0.00211303961, -0.000384120445, 0.000888986, -0.00636326801, 0.011366141, 0.0172263049, 0.00922492798, 0.00608555414, -0.00549792824, -0.00792893, -0.00872584805, 0.00104947633, -0.000333809963, 0.000934265438, 0.000233817904, -0.00866145, 0.00546572916, -0.0160027537, -0.0204944722, 0.0102552865, 0.00796515308, -0.00681807473, -0.0246964023, 0.0203012805, 0.0166467279, 0.0139259379, 0.00969180837, 0.00845215842, 0.0168399196, 0.00310113723, -0.00927322544, 0.00387189374, -0.017548291, 0.003531795, 0.00341507467, 0.00895123836, 0.00802150089, -0.00509946933, -0.00872584805, 0.00166225794, -0.0116237309, 0.00168540073, -0.00297837984, -0.00630289549, 0.0080094263, -0.0199148953, 0.0279645715, -0.0229415745, -0.0115673831, -0.0113097932, -0.00508337, 0.000627371541, -0.00286568422, -0.000599197694, 0.00694284495, -0.00798930228, -0.00776793621, -0.00675770221, 0.0143847689, -0.0251954831, -0.0210096519, 0.048845429, -0.0126460399, 0.00235251756, -0.0152058359, -0.0186752453, 0.0146262599, -0.0154231777, 0.0070917639, -0.0146101601, -0.000304378336, -0.0184015576, 0.0107704652, -0.00460843882, 0.0103438329, 0.00618617516, 0.0207037646, -0.021669725, -0.00448366906, 0.0174516961, 0.00765524106, 0.00555025088, 0.0225229915, 1.2632644e-05, 0.021251142, -0.00113299175, 0.0016079226, -0.00703541609, 0.00120644504, -0.0256623644, -0.0208325591, -0.0312810354, -0.0184981525, -0.00189267984, -0.00955496449, 0.00229214504, -0.0218146201, -0.0095308153, -0.00695491908, 0.0131531693, 0.00244911364, -0.0258877557, -0.0134590566, 0.0132980635, 0.00699114287, -0.0198987965, 0.0195285119, 0.00924907625, -0.00787258241, 0.00392824132, 0.00405703625, -0.000688247208, -0.00784440804, 0.00623044837, 0.00616202643, 0.0159383565, -0.00279323733, -0.0204944722, 0.0079973517, 0.000827104086, 0.00578369154, 0.0108509623, -0.00837971177, -0.0111729493, -0.0183210596, 0.000733526656, -0.00381554593, -0.00641559111, 0.0130565725, -0.0074218004, 0.0201241877, -0.00788465701, 0.0354507677, -0.00179608376, -0.0052564377, -0.0244871117, 0.0177414846, 0.0180956703, -0.0150206937, 0.00639546663, -0.0109234089, -0.0104645779, 0.00780416, -0.00711188791, 0.00389805506, 0.00549390307, -0.0149562964, -0.0265156291, 0.0212028436, 0.00163106539, 0.00600103289, 0.0164535362, -0.0207681619, 0.0153909791, 0.00131914055, 0.00671745371, -0.0185142532, 0.0695491955, -0.00306491368, -0.00773171289, 0.000896532554, 0.0102069881, -0.00962741114, -0.000393427879, 0.0524194837, -0.0287856385, 0.0316674225, 0.0117444759, 0.0103035839, -0.000906091533, 0.0191904251, -0.00517996587, -0.0149160475, 0.00722860824, -0.00972400792, -0.0198987965, -0.008524606, 0.0241490249, -0.00688247196, 0.000119172924, -0.0182405636, 0.00517996587, -0.0159947034, -0.0369319096, 6.18189879e-05, -0.0221527051, -0.0157612637, 0.00231830636, 0.0179185774, 0.00134328951, -0.00275298883, -0.0185464509, -0.00330640399, 0.0172907021, -0.0033909257, 0.0130163245, -0.00593663519, -0.00647193892, 0.0150045939, 0.00986890122, 0.00276103849, 0.0149321472, 0.00955496449, 0.00719238445, -0.00764316646, -0.0120503632, -0.015527823, -0.00886269193, 0.00173671742, -0.000597688369, -0.0092571266, 0.0107946144, 0.00689052185, -0.00728093088, -0.00308503793, -0.00331042893, 0.00870974828, -0.00330841634, 0.0108992597, 0.00901563652, 0.0132980635, 0.00346136023, -0.0252276808, -0.00391012942, -0.00189972331, -0.0145618618, 0.00379743427, 0.00951471552, -0.00278116274, 0.0112534454, -0.0240524299, -0.00969985873, 0.0309268516, -0.0272562, 0.00550195295, -0.0145296631, -0.00528058689, -0.0167111252, 0.00673355302, 0.011366141, 0.00449976837, 0.00417375658, 0.00247728755, -0.0193353202, -0.0163730383, 0.00116015947, -0.00902368594, 0.00895928871, 0.00892709, -0.0159866549, 0.0255657677, 0.00374108646, -0.00263224379, -0.00314742303, -0.00843606, 0.0147631038, 0.00924907625, 0.0090719834, -0.00361832883, -0.00165320199, -0.0226839837, -0.0163408406, 0.0238753371, -0.0118249729, 0.00582394, 0.00309510017, 0.018127868, 0.00457624, 0.00927322544, 0.0125172446, 0.00416570669, 0.00504714623, 0.00179105275, 0.0122918542, 0.00752242142, 0.00166326412, 0.0169526152, -0.000225265132, 0.0138776395, -0.00420193048, 0.00793295447, -0.00891099, 0.0112775946, 0.00363442837, -0.00382158323, 0.0164857339, -0.0156163694, 0.00243301434, 0.000343620515, -0.00133322738, -0.00599700771, -0.00101274974, 0.00767134037, -0.00221768557, 0.00099011, 0.00063642743, 0.0274171941, 0.0107221669, -0.0281899627, 0.00696699368, -0.00359216752, -0.00171759946, -0.00700321747, -0.0019570773, -0.02157313, 0.0102150375, 0.00193896552, -0.00471710972, 0.00599700771, -0.0017709285, -0.0283026583, 0.0241168272, 0.009885001, 8.37040425e-05, -0.0154795256, 0.00131712807, 0.000162251265, 0.0130887721, 0.00643974, 0.0105370246, -0.00171659316, 0.00246118824, -0.000331042887, 0.00778001081, -0.00318565895, 0.0190455317, -0.000140869321, -0.00470906, 0.00379139697, 0.00333256554, 0.00228409539, 0.00540938182, 0.00965156, -0.00162100326, 0.00205266709, 0.0150770415, -0.0269020144, 9.00557425e-05, -0.0028173863, -0.00114305387, 0.0451425761, 0.0156727172, -0.00949861668, 0.000229415746, -0.018369358, 0.00687844725, 0.00407917285, 0.00987695158, 0.000889489078, -0.00132417155, 0.00307095097, -0.0120101152, -0.00365052768, 0.0159786046, 0.0131209707, 0.00318364659, -0.00289587071, 0.010086243, -0.0113580916, -0.00328627974, 0.00262620649, -0.0194802135, 0.020269081, -0.0138051929, -0.0166145284, 0.015326581, -0.00433072494, 0.0109636579]
|
08 Mar, 2024
|
HTML5 MathML Attribute Complete Reference
08 Mar, 2024
The MathML comes in HTML5 the current MathML version is 3 it was introduced in 2015. The MathML stands for Mathematics Markup Language. It represents mathematical equations or expressions in web browsers like other HTML elements.
The MathML is used to describe mathematics as a basis for machine-to-machine communication, it is intended to be handled by specialized authoring tools such as equation editors and it is meaningful to other applications also.
Note: HTML5 MathML attributare only supported by Mozilla Firefox browser.
Example: In this example, HTML5 MathML attributes (e.g., mathcolor, mathsize) style mathematical content, enhancing accessibility and visual presentation for mathematical expressions within HTML documents.
HTML
<!DOCTYPE html>
<html>
<body>
<h3>HTML5 MathML Attribute</h3>
<math>
<ms mathcolor="Red" mathsize="small">
A Computer Science Portal for
Geeks
</ms>
</math>
</body>
</html>
Output:
HTML5 MathML Attribute Example outputrepresents
Attribute
Description
Example
supscriptshift
It defines the minimum space that shift the supscript below the baseline of the expression.
Try
displaystyle
It contains a Boolean value specifying whether more vertical space or a more compact layout is used to display formulas.
Try
display
It holds the value of rendering of HTML element.
Try
href
It is used to specify the URL of the linked document.
Try
framespacing
It defines the space between the table and the frame.
Try
linethickness
It holds the value of the thickness of the fraction.
Try
close
It holds the closing parentheses of any equation the same as the open attribute.
Try
mathbackground
It holds the value of the math expressions background color.
Try
height
It holds the height value length.
Try
id
It is used to specify the document.
Try
largeop
It defines whether the operator should be drawn larger than normal.
Try
frame
It holds the border value for the entire table.
Try
mathsize
It is used to specify the size for the content.
Try
align
It holds the alignment of the tables.
Try
actiontype
It contains three types of action statusline, toggle and tooltip.
Try
movablelimits
It defines whether attached under- and overscripts move to sub- and superscript positions.
Try
open
It holds the opening parentheses of any equation same as close attribute.
Try
separator
It is used to specify if the operator is a separator.
Try
rowalign
It holds vertical alignment of the table cells.
Try
scriptsizemultiplier
It specifies the multiplier used to adjust the font size due to changes in scriptlevel.
Try
selection
It specifies the child element that should be used for viewing.
Try
voffset
It sets the vertical position or increment.
Try
accent
It specifies whether an operator should be treated as an accent.
Try
accentunder
It specifies whether an element is treated as an accent or not.
Try
numalign
It holds the alignment value of the numerator.
Try
rowspacing
It specifies the spacing between the rows of a table.
Try
rquote
It holds the opening quote that depends on the dir attribute.
Try
stretchy
It defines whether the operator stretches to the size of the adjacent element or not.
Try
subscriptshift
It defines the minimum amount by which the subscript is shifted.
Try
width
It sets the width or increase/decrease the width of the content.
Try
rowlines
It holds the row borders value.
Try
mathcolor
It specifies the foreground color to be used in the math expressions.
Try
denomalign
It holds the alignment value of denominator.
Try
columnalign
It holds the horizontal alignment of the table cells.
Try
rowspan
It holds the value that how many rows does the cell extend.
Try
rspace
It holds the value of the space length after the operator default value thickmathspace (4.32px).
Try
scriptlevel
It holds the value to controls over the font-size.
Try
scriptminsize
It holds the minimum value that has been used to adjust font size due to changes in script level.
Try
dir
It holds the direction value.
Try
notation
It holds symbols those are each drawn as if the others are not present.
Try
symmetric
It specifies if the operator should be vertically symmetric around the imaginary Math axis.
Try
bevelled
It holds the value for displaying any fraction.
Try
minsize
It holds the min size of the operator.
Try
depth
It sets the depth or increase/decrease the depth of the content.
Try
maxsize
It holds the max size of the operator.
Try
columnlines
It holds the border style value for the column-lines.
Try
columnspacing
It defines the space between the table’s columns.
Try
mathvariant
It specifies the logical class used for displaying the text.
Try
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute/HTML5 MathML scriptsizemultiplier Attribute/HTML5 MathML selection Attribute/HTML5 MathML separator Attribute/HTML5 MathML rspace Attribute/HTML5 MathML stretchy Attribute/HTML5 MathML subscriptshift Attribute/HTML5 MathML supscriptshift Attribute/HTML5 MathML symmetric Attribute/HTML5 MathML voffset Attribute/HTML5 MathML width Attribute/HTML5 MathML Complete Reference/HTML5 MathML Attribute Complete Reference
|
https://www.geeksforgeeks.org/html5-mathml-attribute-complete-reference/?ref=next_article
|
NextJS
|
HTML5 MathML Attribute Complete Reference
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, HTML5 MathML stretchy Attribute, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, HTML5 MathML Complete Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, HTML5 MathML Attribute Complete Reference, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, HTML5 MathML voffset Attribute, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, HTML5 MathML rspace Attribute, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML separator Attribute, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, HTML5 MathML subscriptshift Attribute, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, HTML5 MathML supscriptshift Attribute, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, HTML5 MathML selection Attribute, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML width Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, HTML5 MathML symmetric Attribute, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, HTML5 MathML scriptsizemultiplier Attribute, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0312720574, 0.0096585406, -0.0207692403, 0.0301913824, 0.0590319224, 0.00486726314, 0.00428471109, 0.0260037649, 0.0260375347, 0.0233020745, 0.033163242, 0.00241674599, 0.015703572, -0.00976829696, 0.0169108901, -0.00845122337, 0.00574953342, -0.00526407361, -0.0358311608, -0.0123771159, -0.0316266567, -0.00201149238, -0.0458274111, 0.0383977666, -0.0309343487, -0.00459709391, 0.0153827462, 0.0144202691, 0.00466463622, 0.011971863, 0.0213433485, -0.00318081747, 0.0209549814, -0.0242983233, -0.0319474824, 0.0146313384, 0.0099371532, 0.0461651236, -0.0172486, -0.0244840644, 0.0251426, -0.0071046, 0.0106632318, 0.0422814451, 0.0140403444, -0.0174427852, -0.016725149, -0.0455234721, -0.0160497259, -0.0286716837, 0.0217992589, 0.00559334224, 0.0390731879, 0.00261304062, 0.0153152039, -0.00661069714, 0.0288911946, 0.0203808714, -0.012807698, -0.0257335957, 0.015357418, -0.0359324738, -0.0209549814, -0.00196716795, -0.0121238325, -0.0135168917, -0.0167926904, 0.0412007682, -0.00145215821, -0.00650938367, -0.0333996415, 0.029347105, 0.00992871, 0.000356971315, -0.0105534755, -0.0133649213, -0.00912664551, 0.00385201862, 0.00725657, 0.00527251652, 0.0145975677, -0.00334967324, -0.028654797, -0.0121829323, 0.0111697987, 0.0234878156, -0.0132636083, -0.0546754487, 0.00856520049, -0.0130778672, -0.040525347, 0.0138714882, 0.00688086636, -0.00471529318, -0.029347105, 0.0116848079, 0.0272364095, 0.00571998395, -0.0344634317, 0.0177467242, -0.0166576058, 0.0323189646, 0.0289756227, -0.00610835152, 0.0214953199, 0.00348264701, 0.0127992555, 0.00690619461, 0.0319137089, 0.00204209751, 0.024923088, -0.0421125889, -0.0209549814, -0.00640384899, 0.00322303153, 0.0194859374, -0.022474682, -0.0576810762, 0.0185741168, 0.0108743012, -0.0454897024, 0.00808396284, 0.0125206439, 0.0249568596, -0.0597073436, 0.0396135263, -0.0493733808, -0.0280975737, 0.0299887564, -0.026493445, -0.0237073284, 0.00968387, -0.0050867754, -0.0141669856, 0.0115581667, -0.00522608124, 0.00136139838, 0.0162439104, -0.00143738335, -0.0145891253, -0.0550131574, 0.00292964489, 0.0203639865, 0.00985272508, -0.0480563082, -0.0125122005, 0.00560178468, 0.0729456246, -0.0237917565, 0.0241801236, -0.0235215873, -0.0167758055, -0.00198405352, -0.0153405322, 0.0161510389, -0.0232683029, -0.0107814306, 0.0413020812, -0.0197898783, 0.0123771159, 0.00396810705, -0.0193339679, 0.0246529188, 0.0391069613, 0.00329057383, 0.0187260881, -0.00323358504, 0.00119359815, -0.0522101559, 0.0446116515, -0.0118030077, -0.00392167177, -0.0160159543, -0.0319305956, -0.0394109, 0.0117439078, 0.023943726, -0.0132045085, -0.000472004205, -0.0171050727, -0.0272026397, -0.015602258, 0.0233189594, 0.0324202776, 0.00604080968, -0.00518386718, 0.0318123959, 0.0192833114, 0.000475697918, -0.0227448512, -0.0229474772, 0.0262401626, 0.0270675551, 0.0131707378, 0.0455572456, -0.0221200846, -0.0280300323, 0.0244840644, 0.013930588, 0.00628987141, 0.0131285237, -0.0300394129, 0.00567354867, -6.36836266e-05, 0.0305459797, -0.0085820863, 0.00129913283, 0.018540347, 0.0212082639, 0.00311749661, -0.0387017056, 0.0164043233, -0.00195661443, -0.000792038336, -0.00770825846, 0.0157711133, -0.0252607986, -0.0353245921, 0.0155431591, -0.0524465516, 0.0424503, 0.00219090167, -0.00661914, -0.00852298737, -0.040727973, -0.033956863, -0.0193001963, -0.0478874519, -0.00703705754, 0.00317870686, 0.00606613792, 0.0194521658, 0.00313649303, 0.00672467472, 0.0403564908, 0.0135000059, -0.0107054459, -0.0233865026, 0.00203365483, 0.0279624891, -0.0208874382, -0.0118874349, 0.00128963473, -0.0178142674, 0.0100806803, -0.0108236447, 0.0053864941, -0.0292120203, 0.00730300508, -0.00920263119, 0.0519737564, -0.054371506, 0.0109334011, -0.00261515123, -0.0345647447, 0.0503527448, 0.046705462, 0.0126557285, -0.00818105415, 0.00678377412, 0.0274390373, -0.0151632335, -0.00721435621, -0.00631942134, 0.00142894057, 0.0328761861, 0.0428555533, -0.0404578038, -0.0255816244, -0.0401538648, 0.0361013301, -0.0516698174, 0.0176454112, 1.16912724e-05, -0.0292289071, -0.0178311523, -0.0271013249, -0.00931238662, 0.0339062065, -0.011380868, 0.0115497243, 0.00450000213, 0.0307654925, 0.0582551844, 0.0157289, -0.00704127923, 0.0117692361, 0.00190173637, -0.0440375432, -0.0277429763, -0.0216979459, -0.00300140842, -0.00970919803, 0.0101313367, 0.0222551692, 0.0262063909, -0.0159399696, -0.0268480424, 0.00744231092, -0.0398836955, -0.0204315297, 0.00181414245, 0.0014025569, -0.0190975703, -0.0239606109, 0.0169108901, 0.0245516058, 0.00209380966, -0.00159568549, -0.0582889579, -0.00571576227, -0.0299718715, -0.0140656726, -0.0142345279, -0.0284352843, 0.00874672085, 0.00665291119, -0.0329437293, -0.0204653, -0.0167926904, -0.00751829613, 0.0182701778, -0.0324709341, 0.00623077201, 0.0219681151, -0.0157120153, -0.0206341557, -0.0355272219, -0.00888180546, -0.015602258, -0.0688593164, -0.0287729967, 0.00279456028, 0.00555957109, -0.0111866845, -0.0811182335, 0.053662315, 0.0165731777, -0.0201275889, -0.00499390485, -0.056803029, -0.017029088, -0.0142092, 0.0108236447, 0.0150365923, -0.0376548022, -0.0083625745, -0.00559756346, 0.031576, 0.0110093858, 0.00176876248, 0.0524465516, 0.00563555583, -0.0172823723, 0.0300563, 0.000366733293, -0.00602392387, -0.0129343402, -0.0481576212, 0.00124953152, -0.0244334061, 0.00108806335, 0.0228461642, -0.0526154079, 0.00170122029, -0.057410907, -0.0176622961, -0.0074380897, 0.0267298426, -0.00206848118, -0.0231332183, -0.0169699881, 0.00141522114, 0.0161510389, -0.0281313453, 0.02541277, 0.0215628613, -0.0244165212, -0.0351557396, 0.00724390568, -0.0237748697, 0.0423489884, 0.0353583656, 0.0193001963, 0.0161257107, -0.00981051102, 0.012014077, -0.0463339798, -0.00609568739, 0.018742973, -0.0149943782, 0.0393433571, -0.00947279949, -0.0419099629, 0.0373508595, -0.000745075406, -0.0142345279, -0.0108743012, 0.0376210287, -0.00845544506, 0.0441726297, -0.000778318848, 0.0168771185, 0.0165478494, 0.0125122005, 0.0196716785, -0.0315084569, -0.00464352919, 0.057005655, -0.023352731, -0.0175272133, -0.0176622961, -0.0274052657, -0.018844286, -0.000940842379, 0.0220525432, 0.0123433452, 0.0408968292, -0.0263414755, 0.0232683029, 0.0655835196, 0.00148487405, -0.00276501058, -0.00469840737, -0.00234498223, 0.0176116396, -0.0703114793, -0.0217486024, 0.02708444, 0.0068893088, -0.014133215, 0.0243152082, 0.0317786261, -0.00682598818, -0.00855675805, 0.00864118617, 0.0107223317, 0.00918574538, -0.0139643587, 0.0186247732, -0.00649249833, -0.0114061963, -0.005394937, 0.0357298478, -0.0487317294, 0.0138208317, -0.0201782454, -0.029144479, 0.0260037649, 0.0280469172, -0.0192157682, -0.00750141032, -0.0348855704, -0.0105703613, 0.0423827581, -0.0215290897, 0.0365403555, -0.0116594797, 0.0141669856, -0.0133986929, -0.0241125822, 0.0193677396, 0.0354259089, 0.0212758072, 0.0585591272, -0.0295666177, -0.0625778884, 0.0316604264, -0.0194352809, 0.0111866845, -0.00736210449, -0.0135928765, 0.0662927106, 0.00615478726, 0.0278442912, 0.0139559163, 0.00202837796, -0.00659803301, 0.00225844374, 0.00126008503, 0.0547767617, 0.0282326583, 0.00250328449, -0.0205835, 0.013930588, -0.0208367817, -0.00277556409, 0.0227110796, 0.025716709, 0.0246529188, -0.0206848122, 0.0275065787, -0.018050665, -0.023150105, 0.0051965313, 0.00549625, 0.00848499406, -0.0223902538, -0.00668668235, 0.0178311523, -0.0159568544, 0.0449831337, -0.0327748731, 0.0395122133, 0.00147115451, 0.0304953232, -0.0700413063, 0.0263583604, -0.00975985453, 0.0180675499, 0.0276585501, 0.0020304888, 0.015788, 0.00803752709, 0.0215290897, -0.00343199028, -0.000132775909, 0.0270168986, -0.0111697987, 0.00797842722, 0.0252270289, -0.00922795944, -0.0118621066, 0.0158217717, 0.0234709308, 0.00961632747, 0.0422814451, -0.0134493494, -0.00972608291, -0.0318461694, -0.00322092068, -0.0245178342, 0.0262570474, 0.0269662403, -0.0275234655, 0.00504878256, -0.0260206498, 0.0051374319, 0.00489681261, 0.0155178308, -0.051332105, -0.0169953164, -0.0359662436, -0.0263414755, -0.00584240397, -0.0232345313, 0.0155684873, -0.0247035753, -0.0143696126, 0.000227559314, 0.03385555, 0.00329057383, 0.00503189722, -0.0103339637, -0.0190469138, -0.00126641709, -0.0221538562, -0.0114399679, -0.0165731777, -0.0264427885, 0.00488414848, -0.00857364386, 0.0356960781, 0.0335347243, -0.012318017, -0.0390731879, -0.041031912, 0.0145891253, 0.000489681261, -0.0122758029, -0.00761116669, 0.000252096157, 0.0485628732, -0.00494746957, -0.00398921361, 0.0253789984, 0.0162945669, 0.0129596684, 0.0196716785, -0.00342987967, -0.030123841, -0.0277598631, 0.0367767513, 0.00484193489, -0.0021581857, 0.0108827446, -0.0054371506, -0.0260881912, -0.0608217902, 0.000638485304, 0.0196041372, 0.0396472961, -0.0174427852, -0.0193508528, 0.0199249629, 0.0578499325, -0.0150788063, -0.00782223605, 0.0252776854, -0.0100215804, -0.00845122337, 0.0238761827, 0.0381613672, -0.0092701735, -0.0197561067, -0.0235722438, 0.0116088232, -0.0132551659, 0.0151632335, -0.00490947673, -0.0354934484, -0.0160497259, 0.0210562944, 0.0329099596, -0.0392082743, -0.0234878156, -0.0134324636, 0.0129427826, -0.0101228943, -0.011237341, 0.026594758, 0.0136519764, -0.00189329358, -0.0115581667, 0.0327242166, -0.0180337802, -0.0301069561, 0.000156323353, 0.00177826069, -0.0279793739, -0.00717214216, -0.0239099544, -0.0116341515, 0.00634052837, 0.0585253537, 0.0287054535, -0.0279287174, -0.00784756429, -0.0147495372, 0.018844286, 0.0143864984, 0.0206172708, -0.0266791862, 0.0815910324, -0.0109334011, 0.017476555, -0.00920263119, 0.054371506, 0.0212926921, 0.0221369714, -0.00482082786, -0.00965009816, 0.0114906244, 0.0162861235, 0.00919418782, 0.0161088258, 0.00555112818, -0.00277134264, -0.00386046153, -0.0107729882, -0.0378236584, -0.0151632335, 0.0189287141, 0.00615478726, 0.0223058257, -0.0195872504, -0.000511315884, 0.0080037564, -0.00134767883, 0.0323189646, 0.018050665, -0.0195365939, 0.0178649239, 0.02541277, 0.00688508758, -0.0216472894, -0.00562289171, 0.026881814, -0.0120478477, 0.0277598631, -0.0397148393, -0.00597748859, 0.0142176421, 0.012216703, 0.00663180416, -0.0142936278, -0.030326467, 0.00188379537, -0.0247880034, -0.00593105331, 0.056904342, -0.00385201862, 0.0229812488, 0.0089915609, 0.0101819932, -0.0129849967, 0.0213095788, -0.00118409994, -0.000895990117, -0.043463435, -0.00516276, -0.00565244164, -0.0242814366, 0.0110009434, -0.0110853706, 0.02541277, 0.0129174544, -0.0102664214, -0.0183039475, -0.0057537551, 0.0125628579, 0.0334165245, 0.0316773131, 0.0327411033, 0.0127823697, -0.0158977564, 0.00925328769, 0.0231163334, -0.0486979596, 0.0136688622, 0.0159484129, -0.00791088585, 0.0150788063, -0.0237410981, 0.00878049154, -0.00212335936, 0.0146482242, 0.00790666416, -0.00333700911, -0.00452110916, 0.0129343402, -0.0171557292, 0.0279287174, 0.0022352261, -0.0086243, 0.00871294923, 0.0354934484, 0.0115919374, -0.0108236447, 0.0169193316, -0.00419395138, 0.0260881912, -0.00970919803, -0.0172654856, 0.0155178308, -0.00717214216, 0.0224577971, 0.0154165169, 0.00406942, 0.00925328769, -0.00906754658, -0.0171979442, 0.0346154, -0.0295328461, 0.0340075195, -0.0218499154, 0.00616745139, -0.00566088455, 0.0244502928, -0.0105956895, -0.0304615516, 0.0199249629, -0.0202457886, -0.0101144509, 0.0140234586, 0.0157457851, -0.0367429815, -0.00181941921, 0.00363883842, -0.0106885601, 0.00528095942, -0.00179514627, 0.0548105314, 0.0143611701, 0.0160497259, -0.015112577, -0.0465703793, -0.00770403724, -0.00658536889, 0.00823171064, -0.0200093891, 0.0235047, -0.0116848079, 0.0226941947, 0.00244418508, -0.00946435705, 0.00972608291, -0.000927650544, -0.00493480545, 0.0284015145, 0.0412007682, 0.0312551744, 0.0156107014, 0.000940314669, 0.0174258985, -0.0144878114, -0.00853143, 0.00304362248, 0.00414329441, -0.010055352, 0.0139728021, 0.00046461678, 0.0125037581, -0.0100975651, 0.0126388427, -0.00274601439, 0.00196083589, 0.00364728132, -0.0367092118, -0.015906198, -0.0085820863, 0.00995403808, -0.0175272133, -0.0227110796, 0.0130356532, 0.0239268392, 0.0139390305, 0.0120985042, -0.00437336043, 0.0149352793, 0.000269377459, 0.0114061963, -0.0204990711, -0.0066613541, -0.00799953472, 0.0157373436, 0.0272026397, -0.00620966498, 0.0175103266, 0.00210225233, 0.0182870626, -0.0298367869, -0.0295835026, 0.0337711237, -0.0108743012, 0.0260037649, 0.000927650544, 0.0299043283, -0.0177467242, 0.0236229, -0.0070792716, 0.000907598936, -0.0154249603, 0.0248893164, -0.0211576074, 0.0347842574, 0.0178818088, -0.0139981303, 0.0141078867, 0.00713415, 0.0397823825, 0.0422814451, 0.00792355, 0.0378911979, -0.00291909138, -0.0127654839, -0.0401538648, 0.00895779, 0.0206341557, -0.013052539, -0.010891187, 0.00745497504, 0.0158893131, -0.00450422335, 0.033568494, 0.011237341, 0.033450298, -0.0126303993, -0.00216768403, -0.00615478726, 0.021394005, -0.00985272508, 0.0330450423, 0.0390731879, 0.000596799073, -0.00265103299, -0.0442739427, 0.00792355, 0.0210056379, 0.0286885686, 0.0268986989, 0.0124699865, -0.00348264701, -0.00581285451, -0.010789874, 0.0260881912, -0.0472458, -0.0161510389, -0.0224071387, -0.0184221473, -0.000209618418, 0.000548253069, 0.0419437326, -0.0298367869, 0.00564399874, 0.0423489884, -0.017273929, 0.0134831201, -0.0240788106, 0.0274559222, 0.0145384679, -0.0302926973, 0.00450844504, -0.0119634196, 0.00669512479, -0.0039575533, -0.0266791862, 0.0250581726, 0.0174934417, 0.00701172929, 0.00386468275, -0.00259193359, -0.0100637944, -0.0127232699, 0.0211407226, -0.0121744899, -0.00529784476, -0.00359662459, 0.0150788063, 0.0116510373, -0.0216979459, 0.00457598688, 0.00620966498, 0.040221408, -0.0510957092, 0.0154925026, -0.0136604188, -0.00380558334, -0.0214615483, -0.002784007, -0.0142176421, 0.0216304045, 0.0257335957, 0.00491369842, -0.0265609883, -0.0266116448, -0.0295835026, 0.0205328427, -0.0508593097, -0.00455065863, 0.0228968207, -0.0131791802, 0.00466885744, 0.0118283359, -0.0170122031, -0.0308836922, -0.0304953232, 0.0177298393, 0.00351219671, 0.00886492, 0.017476555, -0.00151970051, -0.0127823697, -0.00195133768, 0.0253789984, -0.0355272219, -0.0166238341, 0.0164212082, 0.0217317175, 0.0187092014, -0.0228292793, -0.0199249629, 0.00907598902, 0.0185741168, 0.0121998182, -0.00167167059, -0.00894934777, -0.00921951607, -0.00376548013, -0.0130018825, 0.0156444721, -0.0106885601, 0.0238930695, 0.0149774924, -0.0199925043, 0.00691885874, 0.00780957192, -0.0293808766, 0.0342101455, 0.0155938156, 0.000511052087, 0.00659803301, 0.0271182116, 0.0387017056, 0.0502176583, 0.000273071171, 0.046705462, -0.0252607986, -0.0209212098, 0.0184390321, 0.0552495569, 0.00368316309, -0.0221707411, -0.0105788037, -0.000927650544, 0.00648827665, 0.012849912, -0.0455910154, -0.0123940017, -0.00455065863, -0.0207016971, -0.0160666108, 0.00239986042, 0.0344127752, -0.0104521625, 0.0196716785, -0.0144202691, -0.0108743012, -0.00640807068, -0.0176454112, -0.0154080745, -0.000851137796, 0.000341932609, -0.013052539, 0.0383302234, -0.00999625213, 0.00198721956, 0.0102242073, 0.0244165212, 0.0105956895, -0.00240197103, 0.0111613562, -0.00196927856, -0.054371506, 0.0131791802, 0.00201571384, -0.0144287124, -0.0177467242, 0.00175187702, -0.00147537596, 0.00684709521, 0.00273968233, 0.015788, 0.00320825656, -0.0162945669, -0.00432270346, -0.0201951303, -0.0655159801, -0.00763227371, -0.0137110753, 0.000169119448, 0.000634791562, -0.0106379036, 0.00129596679, -0.00897467602, -0.0264259037, 0.00901689, 0.00737476861, -0.0101060085, -0.0169024467, 0.0029908549, 0.0114568528, 0.0312889442, -0.0117776785, 0.00484193489, 0.00124319945, 0.0128414696, -0.0230319053, 0.0324033909, 0.0150450347, -0.00459287269, -0.0246022623, -0.0149521641, -0.0124953156, -0.0242983233, 0.000411321729, 0.00967542641, 0.0137195187, -0.00360506726, 0.00397866033, -0.00979362521, -0.000641123625, -0.0155093875, 0.00345942937, 9.39259335e-05, 0.00682598818, 0.0188274011, -0.0124024451, 8.56150727e-05, -0.0328761861, 0.0113639822, 0.00368105224, 0.0150872488, 0.0172908138, -0.0116425948, -0.0206003841, -0.000798370456, 0.0155938156, -0.0164718647, -0.0205328427, -0.00847233, -0.000538754917, -0.0186754297, -0.0105788037, -0.00379925128, 0.00864118617, -0.0082232682, 0.0972608328, 0.0138377175, -0.0256829392, -0.0269155838, -0.00716369925, -0.00687242346, -0.00363883842, -0.000538227265, 0.0222889408, -0.00674156, 0.017848039, 0.0135844341, 0.00748452498, 0.0414371677, -0.00767448731, -0.000840056688, 0.00476172846, 0.00239563896, 0.00487148436, -0.0151547911, -0.0164718647, 0.0141163291, 0.0208198968, -0.00279244967, 0.0226266515, 0.00728189806, 0.000474642584, 0.0124446582, -0.021579748, -0.0191651117, 0.0150703629, -0.0161679257, -0.00474906387, 0.00642917724, -0.00407153089, 0.0619024672, -0.013297379, 0.0108827446, -0.0176622961, -0.0125544146, -0.00231543253, -0.0109080728, -0.0183208343, -0.0226435382, -0.000755628862, 0.0173414722, -0.0135844341, 0.0145806819, -0.00438180333, 0.00992871, 0.00366416667, 0.0110347141, 0.0212420356, -0.00207692408, -0.00628565, 0.00163262268, -0.00444934517, -0.0094896853, 0.0151463486, -0.0414709374, -0.00190173637, -0.00983583927, -0.00742964679, -0.0126050711, 0.00916041713, 0.00340033, -0.00210225233, -0.0176791828, -0.00586773269, 0.0168180186, 0.00449578045, 0.0139643587, 0.0157457851, -0.00192706462, -0.00639118487, -0.0118958782, 0.0122758029, 0.0123940017, 0.0148170795, -0.0264427885, -0.00859475, 0.0270000119, -0.0209380966, 0.0402551778, -0.0165562928, 0.00984428171, -0.00613368, -0.00455488032, -0.014031901, -0.00854831561, 0.0328761861, -0.014276742, -0.024821775, 0.00232809666, -0.00212441455, -0.0154334027, 0.00458865147, 0.00796154235, -0.00766604487, -0.00184580288, 0.00988649577, 0.0136604188, 0.016682934, -0.00612101611, -0.0086707361, -0.0312214028, 0.0152729899, -0.0158808697, -0.00529784476, 0.00297819078, 0.034260802, 0.0193677396, 0.00236819987, 0.00225211168, 0.025024401, -0.0299043283, 0.00148170802, 0.0217654891, 0.00226899725, -0.00359029253, -0.00770825846, 0.00760694547, 0.0252439138, -0.0126050711, 0.0160834976, -0.0175440982, 0.000390214758, -0.021985, 0.0111444704, 0.011583495, -0.0168180186, 0.023555357, 7.4995638e-05, 0.0257673655, 0.00300140842, 0.0079362141, 0.01074766, -0.00029180359, -0.0107054459, 0.0114652961, 0.0104183909, 0.00999625213, 0.0116594797, -0.0255478546, 0.0100300238, 0.00770403724, 0.0135759916, 0.0250075161, 0.0267973859, -0.0201444738, -0.0167758055, -0.0345478579, 0.0121576041, 0.0010252702, 0.00344043318, -0.0289925076, 0.0115159526, -0.0109249577, 0.00566932699, -0.0156529155, 0.0357973911, 0.00923640188, 0.0324033909, -0.00470262859, -0.0211744942, 0.0029022058, 0.0224240255, -0.0305628665, 0.0190975703, -0.00733255502, 0.0094896853, 0.00647561252, 0.0294146482, 0.00446200976, -0.00644606305, -0.00841745269, 0.0209887531, -0.0162439104, 0.0296510458, -0.00562289171, 0.0159821827, -0.00985272508, -0.0167504773, 0.00321669946, -0.0279793739, -0.00776313664, 0.00284099556, 0.00566510577, -0.0176791828, -0.0101144509, -0.0300563, -0.00190912373, 0.0216135178, 0.0363039561, 0.00399554567, -0.00376548013, 0.00785600767, -0.0242983233, -0.0171979442, -0.0139981303, -0.00786867179, 0.0365403555, 0.0226266515, 0.00186690991, 0.00109861686, -0.0047279573, -0.0184390321, -0.00722702034, -0.00695685111, -0.0249062032, 0.00290642725, -0.00520075299, 0.0194521658, -1.59951123e-05, -0.0173077, 0.0096078841, 0.0538311675, -0.00214235554, 0.00783067942, 0.0351895094, -0.00416018, -0.0127739273, 0.00271013263, 0.00549625, -0.0228968207, 0.0118621066, -0.00458443, -0.0126472851, -0.00688086636, 0.0114230821, 0.0105534755, 0.0425516143, -0.00662758294, 0.022474682, 0.0163536668, -0.0273208376, 0.015804885, -0.00649671955, 0.0102326497, -0.00531050889, -0.00519231, 0.0177129544, 0.00336866942, 0.00195661443, -0.0106379036, -0.00010586455, -0.000183366647, -0.0107138883, -0.0201275889, 0.0259193368, 0.00675844587, -0.00167800265, 0.0138546033, -0.0304108951, 0.00054561469, 0.00881426316, 0.00903377496, 0.00225633313, -0.010891187, -0.024821775, 0.00334967324, 0.0273039527, 0.00443668105, -0.0147579806, 0.0033560053, 0.0262063909, 0.00892401952, -0.0223227125, -0.0019049024, -0.010156665, -0.0190469138, -0.0147833088, -0.0131285237, 0.0235215873, 0.00961632747, 0.00818949752, 0.0115075102, 0.0220694281, -0.012706385, -0.00973452628, -0.00546670053, 0.0202964451, -0.00394488918, -0.0182364061, -0.0142260855, -0.00155980373, -0.0114737386, -0.0290262792, -0.00780957192, 0.000266871, 0.018945599, -0.0214784332, -0.00232387544, 0.00251805922, 0.0141078867, 0.0268311575, -0.00519231, -0.0255647395, -0.00969231222, -0.00764493784, 0.0271688681, -0.00458865147, 0.0428555533, 0.00313438219, -0.00734944036, -0.0270337835, -0.00409474876, -0.00749296788, 0.00260037649, -0.0175440982, -0.00686398055, -0.0345647447, -0.00433536805, -0.0116003808, 0.00478705671, 0.000157510629, -0.0123349028, -0.0193846244, 0.00123159064, -0.0279456042, -0.00602814555, -0.00730300508, -0.0209212098, -0.0209043249, 0.0148930652, -0.00269957911, 0.00970919803, 0.00548358588, -0.00438602455, -0.00994559564, 0.00383513304, -0.0160243977, -0.0420112759, 0.0235384721, -0.00810084771, 0.00240619248, -0.00144160481, -0.0240112673, 0.0269324705, -0.0254465397, -0.0259868782, 0.0317786261, -0.0218330305, 0.0020399869, 0.00523452414, -0.0135084493, -0.0170375314, 0.0165478494, -0.030613523, 0.015788, -0.0266454164, -0.0266454164, 0.0251426, 0.00615478726, -0.00588039681, 0.0154080745, 0.0336698107, -0.00142577454, 0.0174427852, 0.000653787807, -0.0198405348, -0.00138039468, -0.00368738431, -0.0041475161, 0.0036937166, -0.0364728123, 0.0158639848, -0.00970075466, 0.0341257192, 0.0182701778, -0.00836679526, 0.0102833072, 0.00576641923, 0.0127401557, -0.00849765819, 0.00677533122, 0.00223733694, -0.015458731, -0.00517542427, -0.00613790145, -0.0321669951, -0.0120647335, 0.0206848122, -0.0126810567, -0.0052682953, -0.00187957403, -0.007138371, 0.0323358513, 0.00627720729, -0.0073789903, 0.00394277833, 0.00181203173, -0.00381402601, 0.0187260881, -0.00815150421, -0.0418424197, -0.0162776802, 0.0106970025, -0.00817261171, -0.00513321068, 0.0219512302, 0.0335347243, -0.0102495356, 0.00866229273, 0.028553484, -0.00246318127, 0.000825281779, -0.00826126058, 0.0110853706, -0.0221538562, 0.000443245983, 0.0144624831, -0.0214446634, 0.000328213093, 0.00363461697, 0.0057537551, 0.00130546489, 0.0332139, 0.0229643639, 0.0114568528, -0.00946435705, 0.0068302094, -0.00137722853, 0.000269113632, -0.0019650571, -0.0224915668, 0.011583495, -0.0144793689, -0.00324413832, -0.0221876279, -0.0111275846, -0.00802064128, -0.0211576074, 0.00144371553, -0.0260881912, 0.000697584765, 0.00420872634, 0.0226097666, -0.0239943825, -0.00421716878, -0.0152476616, -0.0022352261, -0.00377603364, -0.00257504801, -0.0119043207, 0.0112457834, 0.000122486279, 0.0120225195, 0.0323527344, -0.00314704655, 0.0088227056, -0.0143189561, -0.000606824877, 0.00433114637, -0.0245009493, 0.00433114637, -0.0154418461, -0.0275572352, -0.018253291, 0.0305459797, 0.00273335027, -0.0096585406, -0.00429526484, 0.00694840821, 0.00410530204, 0.0165225212, 0.0146313384, -0.0021761267, 0.00983583927, -0.00342987967, -0.010055352, -0.0267805, -0.00502345432, -0.0314240307, 0.004660415, -0.0338893197, -0.0154671744, 0.0131369662, -0.0241970085, -0.0112204552, 0.00433114637, 0.0011798786, -0.00747186085, 0.0175440982, -0.000527409953, 0.0553508699, -0.00603236677, 0.012706385, -0.00556801399, -0.000989916, 0.00640384899, 0.0132213943, -0.00102210417, -0.00886492, -0.00777580077, -0.00662758294, 0.00206637057, 0.011583495, -0.011971863, 0.00624343613, 0.00324624917, 0.00845122337, -0.00431848224, -0.0199756194, 0.00974296872, 0.017476555, -0.0211576074, 0.0082739247, 0.00234076101, 0.00198405352, -0.00134873425, -0.0209549814, -0.00123581197, 0.00209803088, 0.0151970051, -0.00626454316, 0.0104099484, -0.0213095788, -0.0206341557, 0.00332856621, 0.00734521914, 0.0255816244, 0.00562711339, -0.0185572319, -0.00633208547, 0.0161932539, 0.00902533252, 0.000738743285, -0.00947279949, -0.0095572276, 0.0113639822, 0.020110704, -0.00153553067, -0.0249568596, 0.00856942218, 0.0191988833, 0.00178248202, -0.00764071662, 0.00947279949, 0.00238508545, -0.00123159064, 0.011727022, 0.00820216164, 0.0111275846, 0.00220356579, 0.010257978, -0.00164845295, -0.00880582, -0.0149943782, -0.00863696449, 0.0118874349, -0.0117692361, -0.0106125753, -0.000539282628, 3.32434502e-05, 0.0187598579, -0.00628565, -0.00296974811, -0.011583495, 0.0163114518, 0.00334545178, 0.00676688878, -0.0133058224, -0.0152898757, 0.00195555901, 0.00751407491, -0.00199777284, 0.0125037581, -0.00155558228, -0.00609990908, -0.00756051, -0.0161172673, 0.0103508485, 0.0182364061, 0.013888374, 0.0314578, -0.00179514627, -0.0154165169, -0.0257673655, -0.0104437191, -0.0110600423, -0.0121998182, -0.0293977614, 0.0137532894, 0.0267298426, 0.0199249629, 0.00735788327, 0.0183714908, -0.00523030246, 0.00639540609, -0.00722702034, 0.00657692598, 0.0161425956, 0.00643339893, 0.0034742041, -0.00520075299, -0.0241801236, 0.0081050694, -0.012318017, -0.00805863366, -0.00947279949, -0.0176622961, 0.000764599303, -0.0133227082, -0.00808396284, -0.0141585432, -0.0207861252, 2.46687487e-05, -0.0301744975, -0.00170227559, -0.00550891412, -0.0320487954, 0.00686398055, 0.0148508511, 0.00199671765, -0.00947279949, -0.00254760892, -0.00214341097, -0.00701595051, -0.019823648, 0.011279555, 0.00658114767, -0.00959099829, 0.0019829981, 0.0104859332, 0.000898628437, 0.00244207424, -0.0132636083, -0.0361013301, -0.0200600475, 0.0158302132, 0.022272056, 0.00514587481, 0.0179155804, -0.0105197048, 0.0100891227, -0.0125459721, -0.0178311523, -0.00790244248, -0.0201782454, 0.000682809856, 0.00371693424, -0.0170797445, -0.0102917496, -0.00810084771, -0.0147410948, 0.0109334011, 0.00402931683, -0.00113344332, 0.0061041303, 0.0160075128, 0.0134155788, 0.00698640104, 0.00384779717, 0.0283002, -0.0156613588, -0.00665291119, -0.0250919443, -0.000510260579, 0.00742120435, -0.014031901, 0.00770403724, -0.0043522534, 7.83595606e-05, 0.00621388666, -0.0243489798, 0.00748030376, 0.00643762, -0.00623499323, -0.016682934, 0.0233358461, 0.00138883735, -0.0135084493, 0.0118114501, -0.018540347, 0.0171050727, 0.0446791947, -0.00881426316, -0.0141669856, -4.04989623e-05, -0.00366205606, 0.00631519966, 0.00905910321, -0.0298199, -0.0117607936, -0.0192664247, 0.00326735619, -0.0184390321, -0.00461397972, 0.00391322887, -0.0174427852, -0.0208874382, -0.0117439078, -0.0127654839, 0.00517542427, -0.0463677496, -0.0212589223, 0.0258517936, 0.0200093891, -0.00439868867, 0.0400525518, -0.00597326737, -0.0155938156, 0.0108489729, -0.00313016097, 0.0177973807, -0.0118114501, 0.0185572319, -0.022373369, -0.000744547695, -0.0138208317, 0.00576641923, -0.0136941904, 0.00693574408, -0.020515956, 0.00290009519, 0.0155684873, 0.00662758294, 0.0307823773, 0.0107983164, -0.00626032194, 0.0227617361, -0.00712570688, -0.00954034179, -0.0120394053, 0.0183377191, 0.00371693424, -0.0331463553, 0.00813884, -0.0110600423, -0.0131116379, 0.0147157665, 0.00733677624, -0.000748769089, -1.17407417e-05, 0.00193023076, -0.000915514, 0.00594793912, 0.0199418478, -0.00593949622, 0.0218499154, 0.0180337802, -0.0270506684, -0.0299043283, 0.00698217936, -0.0102495356, 0.0146735525, 0.0137110753, -0.0169784315, 0.0233189594, -0.00442401692, -0.00755206728, 0.0109925, -0.0251932573, 0.0253958832, 0.00173288072, -0.0181013215, 0.0116763655, 0.00982739683, -0.00213813409, 0.0137364035, 1.58714374e-05, 0.0198743064, 0.0140065728, 0.00429948606, -0.0178142674, -0.00660225423, 0.0168686751, -0.00759428134, 0.0272364095, -0.00161362649, -0.021579748, 0.0369456075, -0.0145891253, 0.00190279167, 0.0293808766, 0.0107729882, 0.00246318127, 0.00290431641, 0.0103677344, 0.00937992893, -0.00558067812, 0.00788977835, 0.0226604231, 0.0181688629, -0.0268311575, 0.00474484265, 0.00379502983, 0.0151970051, 0.0191988833, -0.0131369662, 0.0327411033, 0.00815150421, 0.000853248523, 0.0244334061, -0.00941370055, 0.00243363157, 0.00916041713, 0.00987805333, 0.00653893361, 0.00542448647, -0.00691463752, 0.00763649493, -0.00769137312, 0.00656848308, 0.00421294756, 0.00633630669, -0.000754573499, 0.00511210365, -0.00358184963, -0.0136941904, 0.0231838748, 0.0179831218, 0.0139812445, 0.0062223291, -0.0224915668, 0.00481660618, -0.00696529401, 0.00325047062, -0.0176285263, 0.00111550244, 0.00387734687, 0.0100637944, -0.0163452234, 0.019823648, 0.000288109877, -0.00729034096, -0.00257926947, -0.0212589223, -0.0235722438, -0.0167420339, -0.0100891227, -0.00927861594, -0.0227617361, -0.018844286, 0.00439024577, -0.00464352919, 0.00775047252, 0.00779268658, -0.00493480545, -0.00715103513, 0.0144033832, 0.00325680268, -0.00991182402, -0.0103930626, 0.0116172656, 0.0177129544, -0.00600703852, -0.00619700085, 0.00426993612, 0.012461544, 0.00603658799, -0.0132213943, 0.0138968164, 0.016682934, -0.000237057451, 0.00250328449, -0.0131116379, -0.00818949752, -0.0180675499, 0.00261515123, 0.00404409179, 0.00707505, -0.0181350932, -0.0273039527, 0.0020220459, -0.00965009816, -0.0112626692, 0.0137955034, -0.00647561252, -0.00995403808, 0.00212441455, -0.0109080728, -0.00390478596, 0.0144624831, 0.0064122919, -0.0016938328, -0.00356496405, -0.0135253342, -0.0104099484, 0.0061125732, 0.013685747, -0.0161763672, -0.000792038336, 0.00248217746, -0.00682598818, -0.00586773269, 0.0188611727, 0.0014996489, -0.00417284435, 0.00435647462, 0.0245178342, 0.0143105127, -0.0190300271, 0.0171810593, 0.0182364061, -0.00747186085, 0.00745497504, -0.0044704522, 0.0174596701, -0.0133733647, -0.00352908229, 0.00349320052, 0.0129934391, -0.0029317555, -0.0122589171, 0.000519758672, 0.00934615824, 0.0249399729, 0.0174596701, -0.00878049154, 0.00986961089, 0.0228461642, 0.0142345279, -0.0198067632, 0.00585084688, 0.0180168934, 0.015112577, 0.00373381982, -0.00379080838, 0.00281144585, 0.0119127631, -0.0252945703, -0.00458865147, -0.00807551946, 0.0127654839, -0.0156444721, 0.0160497259, 0.00496435491, -0.00285577052, -0.0114906244, -0.00239141751, 0.00695263, -0.0252607986, -0.00173077, 0.0282495432, 0.0248386599, -0.0135506624, -0.00292542344, -0.00475328555, -0.0201444738, -0.00434803218, -0.0239268392, -0.0161594823, 0.0190131422, 0.0178311523, -0.00112816656, -0.00408630585, 0.00142366393, 0.00898311846, 0.00374226249, -0.00582551863, 0.0171557292, -0.00377181219, 0.017172616, -0.0225928817, 0.0327073336, 0.0145469112, 0.0155093875, -0.00331168063, -0.00824437477, 0.0193001963, 0.0219005719, 0.00114505214, 0.0146144535, -0.00651782658, -0.00292964489, 0.0152307758, -0.00491369842, -0.000940314669, 0.0137364035, 0.0156360287, 0.013787061, -0.0111106988, -0.007138371, 0.0120647335, -0.00310272188, 0.00712570688, 0.0144709256, -0.0256829392, 0.00798264891, 0.00770825846, -0.0216472894, -0.00503189722, -0.0039491104, -0.00830769632, 0.0143696126, 0.000832669262, 0.00455065863, -0.00361773139, -0.00553846406, 0.00666979654, -0.0100131379, 0.00204631896, -0.0352232791, 0.00377181219, 0.00591416797, 0.00173077, 0.00153342, -0.0110347141, 0.0127232699, -0.00273546088, 0.0207016971, 0.0245684907, 0.00932927243, -0.013930588, -0.00340666203, -0.00267847208, 0.00273546088, -0.0140234586, 0.00460553681, -0.00187957403, -0.0264259037, 0.0107814306, -0.000974085822, -0.0229643639, -0.0129427826, 0.00249695242, 0.00812617596, -0.00981051102, -0.00138250529, -0.020212017, 0.0160159543, 0.00676688878, 0.00100099714, 0.0129005685, -0.000899156148, -0.0119043207, 0.0390731879, -0.00978518277, 0.000142076169, 0.00148804008, 0.00871294923, -0.0094896853, 0.0135253342, 0.0070201722, 0.0185065754, 0.0121576041, 0.010891187, 0.0173077, -0.000756684225, -0.0119465347, -0.0132298367, -0.00371271279, -0.0200769324, -0.00848077331, -0.00986116752, -0.0149859358, 0.0199080762, 0.0032019245, 0.00418761931, 0.00946435705, 0.00179620157, -0.0101482226, -0.00671623182, 0.00922795944, 0.000368052453, 0.0143189561, 0.0275065787, -0.0135253342, -0.0050783325, -0.00424882909, -0.00930394419, 0.0113217691, 0.0178649239, -0.0253789984, -0.0234202724, -0.00743386848, -0.0242645517, -0.00325891329, 0.00108278659, 0.0229812488, -0.0182364061, 0.0218161456, -0.0019344521, 0.0150028206, 0.00883959141, -0.00102315948, -0.0010537646, 0.0101144509, 0.00503611844, -0.0057453122, 0.0319474824, -0.00130124355, -0.00949812774, 0.00202732277, 0.0106632318, 0.0165394079, 0.0244840644, -0.00509943953, 0.00360717811, 0.0162101388, 0.0103424061, -0.0196041372, 0.00627720729, -0.0170037597, 0.00100416318, -0.00991182402, 0.00527673773, 0.00318714976, -0.00901689, -0.00269957911, 0.015500945, 0.0248555467, 0.000134886606, -0.00165689574, 0.00281777792, 0.00573686929, -0.0106801176, 0.0289418511, 0.033365868, -0.000392589311, -0.0027629, -0.0113470973, -0.014276742, -0.0106125753, -0.00604925212, -0.00225211168, 0.00582974, 0.00970919803, -5.1151379e-05, -0.0220525432, -0.00369582721, 0.0100215804, 0.00245895982, 0.0164296515, -0.0353583656, -0.00450000213, 0.0235384721, -0.0133227082, 0.0113724256, -0.00279456028, -0.0151379053, -0.00242307805, -0.0112035694, -0.0183546059, -0.00152919861, -0.0086243, -0.00200938177, -0.0100891227, 0.0153827462, -0.00283044227, 0.0105956895, -0.00244629569, 0.0128921261, 0.00526407361, -0.00393011421, 0.0103086354, 0.00520919543, -0.0221032, 0.016784247, 0.00600703852, -0.00661069714, -0.00379925128, -0.00823171064, -0.00998781, -0.00712570688, -0.0138039459, -0.00393222505, -0.00166955986, 0.00740853976, 0.00935460068, -0.0140065728, 0.00658114767, -0.0114146397, 0.0145131396, 0.00853143, 0.00885647722, -0.0086243, -2.41410762e-05, -0.021394005, -0.00153553067, 0.00154713949, 0.0346829444, 0.00536538707, -0.00652626948, -0.00915197376, 0.00302251545, -0.0260375347, 0.00359029253, -0.00387101481, 0.0111782411, -0.011380868, 0.0319137089, 0.000181783616, -0.0133649213, 0.00697795814, 0.000211861028, 0.0036937166, -0.0111022564, -0.00463508675, -0.0117016938, -0.0158724282, 0.0123940017, 0.0122504747, -0.00479127793, -0.0190637987, -0.0198911913, -0.0127317132, -0.00997092389, 0.00354174641, -0.00409263792, -0.00482504908, -0.010055352, 0.00915197376, -0.000965115381, 0.000287846051, 0.00840478763, -0.0037823657, -0.0103255203, 0.00313227158, -0.0143527268, 0.00197561062, 0.0171388444, 0.0118114501, 0.00454221573, 0.00329057383, -0.0272195246, 0.0101904357, 0.00628987141, -0.00499812607, -0.00168855616, 0.00215290906, 0.00246951333, -0.0154418461, 3.00444262e-05, -0.00184263685, 0.00280300318, 0.0255647395, 0.0323189646, -0.0150872488, -0.0011323879, -0.0074887462, -0.0373170897, 0.00159885152, 0.0212082639, -0.00235553575, 0.0129343402, 0.007138371, -0.0273377243, 0.00753940316, -0.00109545083, -0.000886491966, 0.018945599, -0.0104099484, -0.0111613562, 0.00376125867, -0.00231121108, 0.0140234586, 0.0112542268, 0.0205666143, 0.0111191422, 0.00692308, -0.0142851844, -0.00309427897, 0.0152983181, 0.00303517957, 0.00273335027, 0.0182026345, -0.00509943953, -0.015458731, 0.0110347141, 0.0222213976, -0.0171472877, 0.0103001921, -0.0129258968, 0.00429315399, -0.0187598579, 0.00444090273, 0.0140910009, -0.00231754337, -0.00848499406, 0.00458865147, -0.00924484432, -0.00602392387, -0.00854409393, 0.00121364975, 0.013888374, 0.00487570558, -0.0172570441, -0.00389212184, 0.0146144535, -0.0200093891, -0.00166533852, 0.0172148291, 0.00440291, -0.0296172742, -0.00566510577, 0.000903905195, 0.00895779, 0.00115455023, 0.0050867754, 0.0164043233, -0.0145637961, 0.00868762098, -0.0136013199, 0.00599859562, -0.0047279573, -0.0273039527, 0.0155853732, 0.0053864941, -0.00592683209, 0.00129596679, -0.00549625, -0.00935460068, 0.00696951523, -0.0143611701, 0.0229305923, -0.015500945, -0.0100300238, 0.012461544, 0.0156444721, -0.00739587564, 0.00484615611, -0.0218330305, -0.000787816942, 0.0104943765, 0.0200600475, 0.0203302149, -0.0309343487, 0.00433958927, 0.00122947991, 0.0182364061, 0.0126726134, 0.00745497504, 0.00329057383, 0.0167420339, -0.000633208547, -0.0192157682, -0.00323358504, -0.0200431608, -0.0210394096, 0.0151210204, 0.00810929108, 0.00716369925, -0.00550891412, 0.0204484146, -0.0122673605, 0.00865385, -0.0126726134, -0.00312593952, -0.0180844367, 0.0205497276, 0.0060450309, -0.0118367784, -0.00980206858, -0.00294441963, 0.0035311929, 0.0126726134, 0.00961632747, -0.0253283419, -0.0145637961, 0.000978834927, -0.00255605183, 0.0103761777, -0.0074887462, 0.0117607936, 0.0047195144, 0.0207185838, -0.00908443145, 0.00905066077, 0.0116172656, 0.0154925026, -0.00641651312, 0.00150598097, 0.000826864794, 0.00450844504, 0.00528940186, 0.00468996447, 0.0208536685, -0.00265525444, -0.00063690223, -0.0316773131, 0.0121407183, -0.0224915668, 0.00549625, 0.00768293, 0.00268058293, 0.0060450309, 0.00237242132, -0.00243363157, -0.0176791828, -0.000134358939, -0.0272195246, 0.00407153089, 0.0283339713, 0.0289587379, 0.023555357, -0.00514165359, 0.00983583927, 0.0087213926, -0.0697035939, 0.0104352767, 0.00460975803, 0.00499812607, -0.0106801176, -0.0127317132, 0.0113555398, 0.0238592979, 0.00211386126, 0.0178818088, 0.00275234645, -0.011625709, -0.00691041583, -0.0017413235, -0.0147917513, -0.0246698055, 0.0252270289, -0.00493480545, -0.0150281498, -0.00720169162, 0.00117776787, -0.00755206728, 0.0101735508, -0.0019049024, 0.0175440982, 0.0146904383, 0.00990338158, 0.00946435705, -0.00577908335, -9.30684619e-05, 0.00141944247, -0.00464352919, -0.0199925043, 0.00454221573, -0.0036852737, 0.00311749661, 0.0133227082, -0.00727345562, -0.00661069714, -0.00920263119, 0.0073789903, -0.00495169079, -0.0116341515, -0.0159652978, -0.00608724495, 0.0088227056, -0.0173077, 0.00300985132, -0.0108067589, 0.00237242132, 0.00205476163, 0.0291275922, -0.0135337776, 0.00549625, -0.00611679442, 0.0128330262, -0.0152392192, -0.0264259037, -0.001238978, -0.0151379053, -0.0163452234, -0.0121998182, 0.00748452498, 0.0025729374, -0.0112626692, 0.00842589512, 0.0127485991, 0.00283888495, -0.00614634436, 0.0165140796, -0.0013930588, -0.0042066155, 0.00335811591, -0.0246022623, 0.00679221703, 0.00905910321, 0.00243785279, 0.0169784315, 0.0189118292, 0.0113470973, 0.00754362438, 0.0152645474, 0.00600703852, 0.0013920035, 0.00542026525, -0.0126979416, -0.0203808714, -0.0127232699, 0.0042150584, -0.00631519966, 0.0180844367, 0.0022141193, -0.00352275022, 0.018151978, 0.00193972886, 0.0210056379, 0.00157141255, -0.00756051, 0.0238930695, 0.0184052624, -0.0123349028, -0.012360231, 0.016725149, -0.00194817164, 0.0122926887, -0.00645872718, -0.011237341, -0.0225928817, 0.00577908335, -0.00233442872, 0.0154925026, -0.00605769502, 0.02875611, 0.0109756151, 0.0174090136, 0.00626454316, 0.0194521658, -0.0026024871, 0.017848039, -0.00273968233, -0.0115243951, 0.00195661443, -0.00147115451, -0.0208705533, 0.0256660525, 0.00980206858, 0.0260206498, -0.0235722438, -0.0159399696, -0.00523452414, -0.0181182064, 0.0216135178, -0.00366416667, 0.000333489821, 0.00883959141, 0.010156665, -0.00368949515, -0.00788555667, -0.00292331283, -0.00194817164, 0.00112077908, 0.0130018825, 0.0114230821, 0.015357418, 0.0119971912, -0.011237341, -0.00324413832, 0.00695263, 0.0105872471, -0.0142514138, -0.0136604188, -0.0101397792, 0.00228166138, 0.0237242132, -0.026881814, -0.00222889404, -0.00439446745, 0.00291909138, 0.00385412923, -0.0118958782, 0.0171979442, 0.0220187716, -0.0117354654, -0.00559334224, 0.000969864428, 0.00436491752, 0.00177720527, -0.00260459771, -0.0110600423, -0.000391533948, 0.000122684156, 0.0251594856, -0.0154249603, -0.000920790771, -0.00561867049, -0.0290769357, 0.024821775, -0.01074766, 0.0300056413, -0.0187767446, 0.0203977581, -0.00259404443, -0.00297396956, 0.0245516058, -0.00450422335, -0.0115666091, -0.00279456028, 0.00121681578, -0.00108384201, 0.00485459901, 0.015458731, 0.0221538562, 0.00741698267, -0.00984428171, -0.0473808832, -0.000330059964, -0.00499390485, 0.0209887531, 0.00548780756, 0.0120394053, 0.020414643, 0.00290009519, 0.00526407361, -0.0132636083, -0.00443246, -0.0206510406, -0.00848499406, 0.00423194375, -0.0214108918, 0.00857786462, 0.00762805203, -0.00425305078, -0.00818105415, 0.000856942206, -0.00878893491, -0.0104606049, -0.00122736918, 0.00388156832, 0.00130968634, -0.00294019841, 0.0144455973, 0.00642495602, 0.00921107363, 0.00281566731, -0.00319770304, -0.0211069509, -0.0113724256, 0.00566932699, 0.0029022058, 0.00106326269, -0.00300562987, -0.00729878386, 0.0128414696, -0.0145046972, -0.0113724256, 0.00593527453, 0.00428471109, -0.0127570415, -0.0207185838, 0.020414643, 0.0131285237, 0.0164465364, 0.00572420517, 0.0100722369, 0.0123686735, 0.00510366075, -0.00854831561, 0.00353541435, -0.0151547911, 0.0102242073, 0.00564399874, 0.00524296658, 5.10524405e-05, 0.00919418782, -0.00725657, -0.00148592936, -0.0156866871, 0.0037443731, -0.00392167177, -0.00597326737, -0.000197877671, -0.0174090136, 0.0223564822, -0.0245684907, -0.0156275872, -0.0117607936, 0.000770403713, -0.0089915609, -0.0064207348, 0.00174343423, 0.00849343743, -0.0214446634, -0.00346154, 0.00211069523, 0.0193001963, -0.0278442912, -0.0146397818, 0.0524127819, -0.0127739273, -0.00439024577, -0.00816416927, -0.0100722369, 0.00139622483, -0.013440907, 0.00315337861, -0.00902533252, -0.00416440144, -0.0120478477, 0.00992871, 0.000494958, 0.0139137022, 0.00563133461, 0.0173077, -0.0237242132, -0.00362406345, 0.0158639848, 0.00973452628, 0.00714259222, 0.0244671777, -0.00916886, 0.0247035753, -0.0101060085, -0.0017698179, -0.00397866033, -0.00444934517, -0.0336698107, -0.024720462, -0.0353245921, -0.0153067615, -0.00433958927, -0.012807698, 0.00443668105, -0.0222213976, 0.00126114034, -0.0145806819, 0.013196066, -0.00414118404, -0.0296003893, -0.0156529155, 0.0114568528, -0.00434381049, -0.0128161414, 0.0119549772, 0.00559756346, -0.00442401692, 0.0034151047, 0.017071303, 0.0023893069, -0.00336655881, 0.0145722395, 0.00249906303, 0.0124953156, -0.000518703309, -0.0256660525, 0.00241463515, 0.000785706274, -0.00536960829, 0.00702439342, -0.0152054476, -0.0113977538, -0.0181350932, 0.00422350084, 0.00286632404, -0.00545825763, 0.0108574154, -0.0133142648, 0.0153743038, -0.00574953342, 0.0438011438, 0.00853143, -0.000356179808, -0.0296848174, 0.019823648, 0.0238255262, -0.00595216034, 0.0149183935, -0.0100131379, -0.00104584941, 0.00338977645, -0.0105619188, -0.00174448953, 0.00363883842, -0.0158302132, -0.0131791802, 0.0167758055, -0.00343410089, 0.0151885627, 0.00771670137, -0.0161425956, 0.00669512479, -0.000199064933, 0.00667401822, -0.0107561024, 0.0753096044, 0.00685975933, -0.00480394205, 0.0077378084, 0.0140403444, 0.000482557691, -0.000769348408, 0.0545403622, -0.0230487902, 0.0352232791, 0.0121913748, -0.00280722464, -0.0150365923, 0.0249568596, 0.000641123625, -0.00669934647, 0.0100300238, -0.0230487902, -0.0088902479, -0.00697795814, 0.0240281541, -0.0104183909, 0.00474906387, -0.0154334027, 0.00809662696, -0.0138377175, -0.0221876279, -0.00493480545, -0.028063802, -0.0163621083, 0.00547514297, 0.0219005719, 0.000688614266, 0.00619277963, -0.0273208376, -0.00170227559, 0.0108489729, 0.0041622906, 0.00916886, -0.00264259032, -0.0100975651, 0.0137279611, 0.00451266626, -0.00138883735, 0.0148846218, 0.00398288155, -0.00623921491, 0.000114966926, -0.0124531016, 0.00170333101, -0.00611679442, -0.000674367126, -0.0165900644, -0.00536960829, 0.00905910321, 0.00815994758, 0.00816416927, 0.00566088455, -0.00402720645, 0.0145046972, -0.00733677624, 0.0177804958, 0.00663180416, 0.012706385, -0.00344887585, -0.0245178342, -0.0111191422, 0.00111972378, -0.0123771159, 0.00343410089, 0.00304151163, -0.00757739553, 0.0100300238, -0.0175103266, 0.00628565, 0.0280469172, -0.0128836827, 0.00873827748, -0.0101228943, -0.00714259222, -0.013196066, 0.0115075102, 0.0157542285, 0.00944747124, 0.00331168063, 0.000828447868, -0.0172401574, -0.00727345562, -0.00709615694, -0.00506144715, 0.0094896853, 0.0114568528, -0.0105112614, 0.024045039, 0.000669618, -0.000149991276, -0.0132636083, -0.00637007784, 0.0108067589, 0.00628987141, 0.0127739273, 0.00625187904, -0.00773358718, -0.0261388496, -0.0102242073, 0.0319474824, -0.0119465347, 0.0088902479, 0.00607035914, 0.0192833114, 0.00661491835, 0.0136182047, 0.0173583571, 0.00649249833, -0.00257082679, 0.00251172716, 0.011727022, 0.00402931683, 0.00188907213, 0.0201444738, 0.00421294756, 0.00549202878, 0.00142683, -0.00216768403, -0.00544981472, 0.0105197048, 0.0108236447, 0.000388895569, 0.0126894992, -0.024045039, -0.00799109135, -0.0132636083, -0.00167061517, -0.00839212351, 0.0015671911, 0.00261304062, 0.0018183639, -0.000138646283, 0.00525563071, 0.0328930728, 0.0111529129, -0.0259362217, -0.00128013664, 0.000693891, 0.00514587481, -0.00791088585, -0.00249062036, -0.0153236464, -0.0038984539, 0.0048292703, -0.0158471, 0.00256027328, -0.00800797716, -0.0220187716, 0.0307992641, 0.00435647462, 0.00198721956, -0.015788, 0.00824015401, -0.0111444704, 0.0144118266, -0.00163578871, 0.00382035831, -0.0053864941, -0.00232809666, -0.00341088325, -0.00674156, -0.00453799451, 0.0195197091, 0.00920263119, 0.0100131379, -0.00347631495, -0.00480394205, -0.00415384816, -0.0110347141, 0.011625709, -0.00558912056, -0.00290642725, 0.016378995, -0.021681061, -0.00626876438, -0.00885647722, -0.00185424567, 0.0503865145, 0.0171388444, -0.0135759916, 0.00370215927, -0.0175103266, 0.0104606049, -0.00787289254, 0.0155347167, 0.00469418615, 0.000827392505, 0.00372115546, -0.00527673773, -0.000471212697, 0.0190131422, 0.0120985042, 0.00268691499, -0.00958255585, 0.00449578045, -0.00547514297, -0.00121576036, 0.0109418435, -0.0148930652, 0.0311032031, -0.0081050694, -0.0144455973, 0.0156529155, -0.0034742041, 0.00428471109]
|
16 Nov, 2020
|
HTML5 MathML columnspacing Attribute
16 Nov, 2020
This attribute defines the space between the table’s columns. This attribute is accepted by the <mtable> tag only.
Syntax:
<element columnspacing="number">
Attributes Value:
number: This attribute defines the space between columns.
Below example illustrate the columnspacing attribute in HTML5 MathML:
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML columnspacing Attribute</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML columnspacing Attribute</h3>
<math>
<mi>GeeksforGeeks</mi>
<mo>=</mo>
<mtable frame="solid" columnlines="dashed"
columnspacing="2" align="axis 1">
<mtr mathbackground="green;">
<mtd>Course</mtd>
<mtd>Fee</mtd>
</mtr>
<mtr>
<mtd>
<mi>C++ STL</mi>
</mtd>
<mtd>
<mi> 1499</mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>Placement 100 </mi>
</mtd>
<mtd>
<mi>9999 </mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>DSA Foundation </mi>
</mtd>
<mtd>
<mi>7999</mi>
</mtd>
</mtr>
</mtable>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML columnspacing attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute/HTML5 MathML scriptsizemultiplier Attribute/HTML5 MathML selection Attribute/HTML5 MathML separator Attribute/HTML5 MathML rspace Attribute/HTML5 MathML stretchy Attribute/HTML5 MathML subscriptshift Attribute/HTML5 MathML supscriptshift Attribute/HTML5 MathML symmetric Attribute/HTML5 MathML voffset Attribute/HTML5 MathML width Attribute/HTML5 MathML Complete Reference/HTML5 MathML Attribute Complete Reference/HTML5 MathML columnspacing Attribute
|
https://www.geeksforgeeks.org/html5-mathml-columnspacing-attribute/
|
NextJS
|
HTML5 MathML columnspacing Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, HTML5 MathML stretchy Attribute, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, HTML5 MathML Complete Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, HTML5 MathML Attribute Complete Reference, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, HTML5 MathML voffset Attribute, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, HTML5 MathML columnspacing Attribute, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, HTML5 MathML rspace Attribute, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML separator Attribute, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, HTML5 MathML subscriptshift Attribute, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, HTML5 MathML supscriptshift Attribute, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, HTML5 MathML selection Attribute, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML width Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, HTML5 MathML symmetric Attribute, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, HTML5 MathML scriptsizemultiplier Attribute, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0273971763, -0.00773435226, -0.0204884373, 0.0476874672, 0.0708574951, -0.0037053558, -0.0122785317, 0.0360099822, -0.000170695697, 0.00377470721, -0.0189693067, -0.00974885, 0.00619540736, -0.0015075712, -0.0147950035, -0.0165387, 0.00234309258, 0.0100989109, -0.0207922626, 0.0229718834, 0.00515843648, 0.0321791321, -0.0132428491, 0.0260101445, -0.0320998728, -0.00040558289, 0.00842786767, 0.0153498156, 0.0300127212, 0.0393124372, -0.0125097036, 0.0109377345, 0.00894965604, -0.00500322087, -0.0365119539, -0.0334472768, 0.00330575858, 0.0526543595, -0.0117765581, -0.0186654814, -0.00426016841, -0.0110830422, 0.0105084153, 0.0324169099, 0.0247552097, -0.0480045, -0.0276877917, -0.0556926206, -0.0214131251, -0.0116114356, 0.00599726, 0.00761546381, 0.0200789329, 0.0266970545, 0.0117303235, -0.0102177989, -0.00406202115, 0.0321527123, -0.0249533579, 0.0119350757, 0.0127540855, -0.00854675658, -0.0482951179, -0.0286917388, -0.017001044, 0.0256931074, -0.0108452654, 0.0113670537, -0.0124304444, -0.0369082503, -0.0385991074, 0.00733145233, 0.0172256101, 0.0219415184, -0.00518815825, -0.0224170722, 0.0416637845, 0.00449464284, 0.00631099334, -0.0182163473, 0.00692855287, 0.0163801815, -0.0611350648, -0.00173213822, 0.0235266965, 0.0105942786, 0.0143062398, -0.0363534354, -0.0127672954, 0.0165915396, -0.0385991074, 0.0159046277, -0.0186258517, -0.0300919805, -0.0199996736, -0.00834860932, -0.0135268597, 0.00203596405, 0.000310224452, -0.000313114113, -0.0278463103, 0.0282954443, 0.0323112309, 0.0158649981, 0.0383084901, 0.0135796992, 0.0350324549, -0.0117963729, 0.0441208147, 0.0109575493, 0.0306732114, -0.0125559382, -0.0281633455, -0.0364591144, 0.00910156872, 0.015310186, -0.0286124796, -0.041029714, 0.0370667651, -0.0171199329, -0.0374630615, -0.0165915396, 0.00218952843, 0.0250590369, -0.00763527863, -0.00417760713, -0.0362741761, -0.0237908941, 0.00558445323, -0.0484272167, -0.016327342, -0.0140948826, -0.0118624223, -0.0343455411, 0.0338171497, 0.00480507361, 0.0142137706, 0.00128300418, -0.0101187257, -0.0126484064, -0.0409768745, 0.00914119836, 0.0301448181, 0.00774756214, -0.0478195623, -0.00631429581, -0.0286917388, 0.0671587437, -0.0497481972, 0.0609237105, -0.028348282, -0.0360892415, 0.0163801815, -0.0252968129, 0.027317917, -0.0156272221, -0.0192070846, 0.0162877124, -0.00291111507, -0.0337907299, -0.0195769593, 0.00026171963, 0.0324697495, 0.0308053102, 0.0133683421, 0.050672885, -0.00577269308, 0.00526411505, -0.0157989506, 0.0285860598, 0.0153762354, -0.00984131917, -0.01427982, -0.0328132026, -0.0187711604, 0.00737768691, -0.00663463399, -0.0182295572, 0.0157064814, -0.0155215431, -0.0336850509, -0.0324961692, 0.0262611303, 0.0291408729, -0.0221660845, 0.0115387812, -9.95251867e-06, 0.00754280947, 0.0136853782, -0.0104423659, -0.0551113859, -0.000196805748, 0.0022621823, 0.00914119836, 0.0128135299, -0.0233549699, -0.0237248447, 0.0251250863, 0.0283747017, -0.0213867053, -0.0125295185, -0.00575287826, -0.00433942722, -0.0178596824, 0.0205280669, 0.00754941441, 0.0309902485, -0.00140602072, 0.0409768745, 0.008500522, -0.043750938, 0.0185598023, -0.00278397044, 0.0112877944, -0.0304354355, 0.0144119179, -0.0118426075, 0.0183484461, -0.0115321763, -0.0087052742, 0.0600782819, -0.0116444603, -0.00815706607, -0.00746355066, -0.0298277829, -0.00690213311, -0.0149799408, -0.0488763489, -0.0289823543, 0.00986113399, -0.0145308068, 0.0256666876, -0.027661372, 0.00293588336, 0.0330245607, 0.0141609311, -0.0106999576, -0.0110434126, 0.0301712379, -0.00061466964, -0.0309902485, 0.0219283085, -0.026644215, -0.0405277424, -0.00129208597, -0.0210036207, -0.0264724884, -0.0279255677, 0.0152309276, -0.00305972551, 0.0177143738, -0.0434339, -0.00532025658, -0.0363270156, 0.00178332627, 0.0334472768, 0.0115387812, -0.0396823138, -0.0136457486, -0.00292927842, 0.0354287475, -0.0250590369, -0.000735622074, -0.0231039822, 0.00804478303, 0.0332095, 0.04285267, -0.0217962097, 0.0136193288, 0.00116081326, -0.0150591992, -0.0388633, 0.066736035, -0.0230379328, -0.0508578233, 0.0405805819, 0.00134987896, -0.0300919805, 0.012694641, -0.0153762354, -0.020065723, 0.000478443311, -0.00595102599, 0.052020289, -0.0014340916, -0.0229718834, 0.0136853782, 0.00883737206, -0.000573388941, -0.0339492485, -0.0116312504, -0.0317035764, 0.026195081, 0.0616106205, 0.00374828768, -0.00378131215, 0.008500522, -0.00900249556, -0.00323805818, -0.0486385711, -0.0194316506, -0.00320173125, -0.00217466732, -0.0486649908, -0.0372252837, -0.00907514896, 0.0273443367, -0.0137646366, 0.0072654034, -0.0432489663, 0.0216773208, -0.0150459902, -0.0118756322, -0.0140288332, -0.0131305652, 0.00797212869, 0.0117237186, -0.0246099029, -0.0138438959, -0.0176219046, -0.00697478699, 0.0214923844, -0.0432753824, 0.0149931507, -0.0235134866, -0.0087713236, -0.0318885148, -0.00411816267, -0.0153498156, 0.00427007582, -0.0694836751, -0.0134608112, 0.0281369258, 0.0116180405, 0.0246495325, -0.0417430438, 0.0396030545, 0.00774756214, -0.00223411154, 0.0202770811, -0.0304090157, -0.00495368429, 0.00326117547, 0.0374630615, 0.012126619, -0.0181106683, 0.00805799291, 0.0182163473, 0.0148742618, -0.00965638179, 0.000852033671, 0.0445699468, 0.0159046277, -0.00465646293, -0.00638695, -0.00801836327, -0.0308581498, -0.0240022503, -0.0272914972, -0.00990076363, -0.000915605924, -0.0142137706, 0.0169878341, -0.0288238358, 0.00395964459, -0.0354815871, 0.00358646736, -0.0290616136, 0.0188636295, -0.0151384585, -0.0573306382, 0.00602368, 0.0216376912, 0.0148082133, 0.00262380135, 0.0337378904, 0.0280312467, -0.0297749434, -0.0149799408, 0.00840805285, 0.00738429185, 0.0501180738, 0.00731163751, -0.0182031374, 0.0137778465, -0.0163141321, 0.0145704364, 0.00499001099, -0.0102574285, 0.0422978587, -0.0120275449, 0.0326811038, -0.0142005607, -0.030039141, 0.00623833947, -0.0147289541, -0.0140816728, -0.0419808216, 0.0214923844, -0.00833539944, 0.013269268, -0.0177672133, 3.00575102e-05, 0.0115850158, 0.0208715219, 0.0272386577, -0.0399465077, -0.0178332627, 0.0283218622, -0.00782682095, -0.0342662856, -0.0261290316, -0.0189560968, 0.00829577, 0.0395766348, 0.028216185, 0.00936576538, 0.024702372, -0.0383349098, 0.0198411569, 0.0812668353, -0.000885883812, 0.000930467, -0.00374828768, 0.00574957579, -0.00583544, -0.0581232272, -0.016327342, 0.00748997042, 0.0243985448, -0.0434339, 0.0359043032, -0.0177407935, 0.00154389825, -0.0164198112, 0.000338295329, 0.0167236384, 0.000558940694, 0.0068823183, 0.00640676497, -0.00664123893, -0.0356136858, -0.0247948393, 0.00118475605, -0.044437848, -0.00791928917, 0.00603358727, 0.0117369285, 0.00210201321, 0.0278463103, -0.0142005607, 0.00225887983, -0.054847192, -0.00608642632, 0.0103763165, 0.0042172363, -0.009524283, -0.00789947528, 0.00450455025, -0.0131107504, -0.0405277424, -0.0325754248, 0.0100328615, 0.00393983, 0.0430904478, -0.00806459785, -0.0518881902, 0.0170935132, -0.00284176343, 0.0102376137, -0.0279255677, -0.0170274638, -0.0114066834, -0.0138438959, -0.0114397081, 0.0458116718, -0.0205941163, 0.00722577376, 0.00912798848, -0.0216641109, 0.0240022503, 0.0206205361, -0.0146364849, -0.0260233544, -0.00337180775, 0.00645960402, -0.0365647934, 0.00351051078, -0.00626145676, 0.0123379761, 0.0147421639, 0.0350852944, 0.00610624114, -0.0429847687, 0.00321659213, 0.0209111515, 0.00182790938, -0.0334736928, 0.0064034625, 0.00645299908, -0.00455408683, 0.0107263774, -0.0157064814, 0.0314129628, 0.000438401039, 0.0204620175, -0.0324697495, -0.0090817539, -0.0435924195, 0.0447020456, 0.0158914179, 0.0140156234, -0.0011765, 0.0385198481, 0.00218787719, 0.0043031, 0.00976206, 0.0322319716, 0.00715972483, 0.00286653196, -0.0240154602, -0.00642327685, -0.0138174761, 0.0203695484, 0.0342398658, 0.00811743736, 0.0213602856, -0.0199864637, -0.000921385246, -0.0374894813, 0.0110500176, -0.0265517458, 0.00795231387, 0.0226812679, -0.0301448181, 0.0042172363, -0.008500522, 0.00559436064, 0.0141080925, 0.00625485182, -0.0289823543, -0.00536649115, -0.0157989506, -0.0310430862, 0.0072323787, -0.0137910563, -0.00707386108, 0.00984792411, -0.0222585537, 0.000658014382, 0.0117501384, 0.00744373584, -0.011221746, -0.0133947618, -0.0201978218, -0.0187183209, -0.00351381325, -0.00434603216, 0.00844107755, -0.0216905307, 0.00610293867, -0.0112547707, 0.0420336612, 0.0021598062, -0.0296428464, -0.0427205712, -0.021981148, 0.0160103068, 0.0114529179, 0.0176086966, 0.000392373069, -0.0190353561, 0.0747676045, -0.0137910563, -0.000685259642, 0.00331236352, -0.0177143738, -0.00320008, -0.00722577376, -0.00263536, -0.0158914179, -0.0163405519, 0.00991397351, 0.0145175969, 0.0136193288, 0.0193523932, -1.20230043e-05, -0.0358514637, -0.066630356, -0.00076410576, 0.0193259735, 0.0429055095, -0.00382754649, -0.00428989064, -0.000934595068, 0.0408711955, -0.0251779258, -0.0128003201, 0.0112679796, -0.00966959167, -0.0211489294, 0.00687571336, 0.0276877917, -0.0205544867, -0.0306732114, -0.00994699728, 0.00424695853, 0.0125030987, -0.00735126715, 0.00976206, -0.0121662477, -0.0294314884, 0.0163669717, 0.0152969761, -0.0292201303, -0.00667096116, 0.0335529521, 0.00988755375, -0.010435761, -0.00797212869, 0.0197090581, 0.0270801391, -0.00408844044, 0.00164297188, 0.0409504548, -0.0301712379, -0.0422978587, 0.000252018683, -0.00419081654, -0.028348282, -0.0137382168, -0.0152177177, -0.00465316046, 0.0153233958, 0.0419808216, 0.0208186824, -0.0294843279, 0.00563068734, -0.00130942382, -0.00804478303, -0.0101781692, 0.00168342702, 0.00892984122, 0.031862095, -0.00441208109, 0.0213734955, -0.00142748666, 0.0612935834, 0.0322848111, 0.0157329012, 0.0180446208, -0.0265649557, 0.0270801391, -0.00114677788, 0.00143821957, 0.0115321763, -0.00340813468, 0.0292465501, 0.0119548906, -0.00257426454, -0.0157196913, -0.0131701948, 0.0436188392, 0.0202638712, 0.0285860598, 0.0090487292, -0.00835521426, -0.0121794576, -0.0261026118, 0.00167599646, 0.00168507826, -0.00215650373, 0.0121794576, 0.0305675324, 0.0204752274, -0.0284803808, -0.0116378553, 0.0224170722, 0.00177341886, 0.0298806224, -0.0109047098, -0.0104952054, 0.00974224508, 0.0208979417, 0.0107792169, -0.00501973322, -0.00550519442, 0.00330906105, 0.0109773641, -0.00820330065, 0.0401842855, 0.0112943994, 0.016895365, 0.0215848535, 0.0125097036, -0.00389359565, 0.0155083332, 0.0180446208, 0.00696818251, -0.0492726453, 0.00313403085, 0.00989415869, -0.0366440527, 0.00745694572, 0.000389483408, 0.0500388145, 0.0010749494, -0.0141873509, -0.032522589, -0.0165254902, -0.00187744631, 0.0125559382, 0.0220339876, 0.0246099029, -0.0167896859, -0.0206601657, -0.0086062, 0.0177407935, -0.0466306806, 0.0265913755, -0.0189428888, -0.00430640252, 0.0230115131, -0.0336586311, 0.00451115519, -0.00855336152, 0.0379650332, 0.000649345398, 0.0104621807, -0.00211852556, -0.0162480846, -0.001473721, -0.00748997042, -0.00966959167, -0.0127276657, 0.0352438092, 0.0152045079, 0.00799854845, 0.0108518703, 0.0103366878, -0.0122521119, 0.0278463103, -0.00119714031, 0.00423705112, 0.0261686612, 0.0166443791, -0.00762867369, -0.00593121117, 0.00075296, 0.0143722892, 0.00779379625, -0.0333415978, 0.030382596, 0.00111210207, 0.0296692643, -0.0145308068, -0.00620861724, 0.0168689452, 0.0224963315, -0.0144911772, -0.0114198932, 0.00134987896, 0.00949786324, -0.00741731608, 0.0224302821, 0.0312544443, -0.00631429581, -0.0171859805, -2.91286942e-05, 0.00264196494, -0.02698767, -0.0275821127, 0.0305146948, 0.00702102156, 0.0139627839, 0.0251647159, -0.0294579081, 0.00735787209, 0.0104225511, -0.00709367543, 0.0252968129, 0.0364855342, -0.00975545496, 0.0134013668, -0.0132230343, -0.00394973764, 0.0188636295, -0.000466471916, -0.0197751075, 0.0416902043, 0.0348475166, 0.0506200455, 0.00772114238, 0.0068228743, 0.0145704364, -0.00614256831, 0.00436584698, 0.0141345123, 0.00677663973, -0.0287709963, 0.0135929091, 0.00711349025, 0.0224302821, -0.0221396647, 0.0166840088, -0.0181502979, -0.00902231, 0.0234210175, -0.0251515061, -0.00253628637, -0.0115784109, 0.00611614855, -0.0144251278, -0.0154026551, 0.028797416, 0.0194580704, 0.0235399064, -0.00968940649, 0.000459867, 0.0101451455, -0.0186126418, -0.0243060775, 0.0135136498, 0.00945163, -0.00627136417, -0.00676343, 0.0196958482, -0.0113604488, 0.0653093681, 0.00463995058, -0.0027377361, -0.0228133667, -0.0329188816, 0.0397087298, -0.0109311296, 0.0163801815, -0.0350324549, 0.0210168306, -0.0111226719, -0.000554812606, -0.011902052, -0.0116576701, 0.00119301223, -0.00356665254, -0.0192599241, 0.00955070276, -0.0138042662, -0.0252439734, 0.0171859805, 0.0246495325, 0.0168821551, 0.0503822714, -0.021201767, 0.0125691481, 0.00240583927, 0.00499661593, -0.0288766753, 0.0159970969, 0.0177143738, -0.0302240774, 0.00963656697, 0.0190353561, 0.00965638179, -0.00661481963, 0.0342134461, 0.0049999184, 0.0356929451, -0.00715312, 0.0101847742, 0.00145968562, 0.0174765978, 0.0168821551, 0.0167104285, 0.0223510228, -0.018255977, 0.00949786324, -0.0327603631, 0.0196958482, 0.0106206983, 0.0172256101, 0.0280312467, 0.00687571336, -0.0124766789, 0.00331236352, 0.00052963139, 0.0256006401, -0.0463929027, -0.0110566225, -0.0143458694, -0.0450455, 0.0146629047, -0.00977527, 0.0607651919, -0.0365383737, -0.0269480422, 0.0379386134, -0.0229850933, 0.00518815825, 0.00883737206, 0.00802496821, 0.0105282301, -0.0400786065, 0.0166047495, -0.0249797776, -0.00797873363, -0.017344499, 0.00248179561, 0.0255478, -0.0115850158, -0.0131635899, 0.00816367101, -0.0152309276, -0.026406439, -0.00752959959, 0.036036402, -0.00188074878, 0.0210300405, 0.00669407845, 0.0220075678, 0.0231171921, -0.00444840826, -0.00106091402, -0.0265517458, 0.0126880361, -0.0356929451, 0.00757583417, -0.00186919014, -0.0202506613, -0.00855996646, 0.00627136417, -0.00403229892, 0.0210696701, 0.0269084126, 0.00261389394, -0.00799194351, -0.019048566, -0.0298542026, 0.0119284717, -0.0447548851, 0.0229983032, 0.0145308068, -0.00136474, -0.00713330507, 0.00370205333, 0.00462013623, -0.0128201349, -0.00782021601, -0.010997179, 0.0192202944, 0.0332887582, 0.00665444881, -0.00653886283, 0.00343455421, -0.000840887893, 0.0175954867, -0.0250986665, -0.0051022945, 0.00846089236, 0.00655537518, -0.0141609311, 0.0204884373, -0.0292993896, 0.00696157757, 0.0143326595, -0.0156800617, -0.0099337874, -0.00529383728, -0.00892323628, 0.0227076877, -0.00466306787, 0.035375908, -0.0364591144, 0.0063043884, -0.00168672937, -0.020303499, 0.0123115564, 0.0184012856, -0.0195505396, 0.0291937124, 0.0057925079, 0.0183088165, -0.0190221462, -0.00785984565, 0.0257591568, 0.0280576665, 0.00876471866, 0.034794677, -0.00106339087, -0.0180842485, 0.03083173, 0.0448077247, -0.0091147786, -0.0345569, -0.021875469, 0.0102177989, 0.000153048197, 0.0212281868, -0.0191278253, -0.0304090157, -0.0148346322, -0.0116973, -0.0308845695, 0.0167104285, 0.0433546416, -0.0507521443, -0.00803157315, -0.0156536419, 0.014398708, -0.0132032195, 0.00848070718, -0.00247849338, 0.0110566225, 0.0126484064, -0.025389282, 0.0397351496, -0.0232889205, -0.024372125, -0.00580902025, 0.0215848535, 0.0417430438, 0.020303499, -0.0130975405, 0.00585855683, -0.030382596, 0.00534337386, -0.00153316522, -0.0187579505, -0.0111821163, 0.0268291533, -0.0147025343, 0.0230643526, 0.0146496948, 0.0381763913, 0.00477865385, -0.0251250863, 0.00356665254, -0.0167104285, -0.0187975802, 0.00111953262, -0.024596693, 0.00933934562, 0.00277571427, -0.00683608418, 0.00188074878, -0.00862601493, -0.0232889205, -0.0239758305, 0.00278562168, -0.0082627451, -0.031175185, 0.0143062398, 5.75865779e-05, -0.0152309276, 0.00343455421, 0.014966731, 0.000390928239, 0.0100790961, -0.0343455411, 0.00780700613, 0.0167632662, -0.0226548482, -0.0199864637, -0.00649923366, -0.0112679796, -0.0193391833, 0.00122686243, 0.00934595056, 0.00674361549, -0.000932118215, 0.0104093412, -0.00551510183, -0.0124964938, -0.0253364425, -0.0115982257, 0.0125559382, -0.00828256, -0.0214659646, -0.00406862609, -0.00976206, -0.0187183209, -0.00309605245, -0.00579911284, 0.00707386108, 0.01167088, 0.0157461111, -0.00560757052, 0.00930632092, -0.00354023278, -0.0443585888, -0.0121728526, -0.0168293156, -0.0141080925, 0.00849391706, 0.0155479629, 0.0176219046, 0.00951107312, 0.00766830286, 0.0581232272, 0.00224732142, -0.0121530388, -0.0228529964, 0.000579168205, -0.0175558571, -0.00549528701, 0.00587506918, 0.018018201, -0.00231502159, 0.00630769087, 0.0275556929, 0.0216376912, 0.0319413543, -0.0295635872, -0.0159706771, 0.00974224508, -0.00190221472, 0.0179257318, -0.00710688531, 0.00580241531, 0.0238173138, 0.00411155773, -0.00275259721, 0.0462079644, -0.00885058194, 0.00156453857, 0.0248212591, -0.0229850933, -0.00883737206, 0.0076418831, -0.0182823967, 0.00627466664, 0.00472911727, -0.0101385405, 0.0686382502, -0.0278198905, 0.025389282, -0.0262743402, -0.0109113147, -0.0112547707, 0.00631759828, -0.0218622591, -0.0123379761, 0.00998002198, 0.0118227927, -0.0208186824, 0.0134079717, 0.00575287826, 0.015191298, -0.0172916595, 0.0236984249, 0.0095903324, 0.0109245246, -0.0106735379, -0.0162348747, -0.0168161057, -0.00913459342, 0.0063704378, -0.0187843703, 0.00242400286, -0.00704083638, -0.00341143715, -0.00552170631, -0.0132758729, 0.0262611303, 0.0247684196, -0.00707386108, -0.00295569818, -0.00216476, 0.0081240423, 0.0247552097, 0.0135202548, -0.00957051758, -0.0100064417, -0.0074371309, -0.0111358818, 0.0255213808, 0.0187315308, -0.036723312, 0.0130777257, 0.0128729735, -0.000519724039, 0.031967774, -0.0121926675, 0.00994039234, 0.0108122416, -0.013374947, 0.00661151716, 0.0124502592, 0.0165387, -0.017106723, -0.00962996203, 0.0106933527, -0.00252472772, -0.0284803808, 0.0157461111, 0.000447482802, 0.010316873, -0.00716633, -0.0245702732, 0.0130909355, 0.0216509011, 0.0155743826, 0.00492396206, -0.0109707592, -0.00117897685, -0.00306963292, -0.0198543649, 0.0170803033, 0.00517164636, 0.00219613337, -0.00588167412, 0.0122521119, 0.000816945045, -0.0318092555, -0.0178596824, 0.00918743294, 0.000900744868, 0.00745034078, -0.01315038, 0.00199138094, 0.00857978128, 0.00793910399, 0.00855336152, -0.0295107476, -0.00757583417, -0.0286124796, 0.00724558858, -0.0189957265, -0.0145175969, 0.0182427671, 0.00434603216, 0.0276349522, 0.00967619661, 0.0029804667, -0.0101385405, -0.000739750161, -0.0335265324, 0.00286818319, 0.0342927054, 0.024596693, 0.0380178727, -0.0439622961, 0.0056901318, 0.0230775625, 0.00564719969, 0.0244778041, 0.0266045853, -0.0150988288, -0.0453361161, -0.0177011639, 0.016208455, -0.0144647574, -0.00439226674, -0.0126285916, 0.0156932715, 0.00352041819, 0.0160499364, 0.0151120387, 0.0410825536, 0.00775416661, 0.0159970969, -0.010653723, -0.00354683772, 0.0126814311, 0.0136853782, -0.0213470757, 0.0154951243, -0.0169746242, 0.015534753, 0.0037053558, 0.0199072044, 0.0100526763, -0.00592460623, 0.00554482359, -0.00673370808, -0.0226416383, -0.000181841489, -0.0136985881, 0.0175954867, -0.0118690273, -0.0385462679, 0.0128993932, -0.0186786912, -0.00543584256, 0.00257591577, -0.000755024, -0.0135004399, -0.0140420431, -0.0155215431, -0.0121134091, 0.0140156234, 0.0509106629, -0.0203827582, -0.00343455421, 0.0195505396, 0.00369544839, -0.0138703156, 0.00230181194, 0.00972243, 0.037410222, 0.0409768745, 0.0315714814, 0.0082627451, -0.00506266532, 0.00208880357, -0.00456069177, 0.0097950846, -0.0206733756, 0.0275028534, -0.0236587953, 0.0109773641, 0.0101121208, 0.00439226674, -0.0039431327, 0.0195373297, 0.00998662692, -0.0172916595, 0.0370403454, -0.0186919011, -0.00704744132, 0.010429156, -0.00504285051, -0.0213602856, -0.00365912123, -0.0205941163, 0.00716633, -0.00230841688, 0.00772774732, 0.0239890404, 0.045679573, 0.0046597654, 0.00538630597, 0.0289559346, 0.0041842116, 0.0214659646, -0.00688892324, 0.00485130772, 0.0101913791, -0.0273971763, 0.0392331779, -0.0128993932, -0.0100592813, -0.011902052, -0.000263577269, -0.0105150202, -0.015878208, -0.00749657536, 0.00922706258, 0.00693515781, 0.0160103068, 0.000641089282, -0.0371724442, -0.0173709188, 0.00675022, -0.0123115564, 0.00370865804, 0.0047258148, 0.0103234779, -0.00411816267, 0.019616589, 0.00670728832, -0.0231832415, 0.0088770017, 0.0286389, 0.0204620175, -0.00520136813, -0.00556463841, -0.0234342273, -0.0157593209, 0.00724558858, 2.9722105e-05, 0.0312280245, 0.0103631075, 0.0332095, 0.0100394664, 0.0020904548, 0.00842786767, -0.0097290352, -0.0228001568, 0.0112613747, -0.000357078068, -0.016208455, 0.00459371647, -0.0204488076, -0.000786397373, 0.0024025368, -0.0255742203, -0.0058618593, 0.0252175536, -0.0337643102, 0.0365119539, -0.00749657536, 0.0192467142, 0.017793633, -0.00262215012, -0.017569067, -0.00779379625, 0.0090817539, 0.0211225096, 0.00477535138, -0.00404220633, -0.0139627839, -0.00457390165, -0.00785984565, -0.0126021719, 0.00918743294, 0.014398708, -0.0212546065, -0.0225887988, -0.0144119179, -0.0231171921, 0.00424365606, -0.00725879846, -0.0114661278, -0.00559766311, -0.0145175969, 0.0197354779, -0.0149271013, -0.0101385405, -0.0154554946, -0.0336322114, -0.0268027335, 0.013606119, 0.0171727706, 0.0123247663, -0.00554152112, -0.00178993121, -0.0313337035, 0.00890342146, 0.000245620176, -0.012806925, 0.00458711153, 3.58110083e-05, 0.0169614144, -0.00247353967, -0.012014335, 0.021875469, -0.00273608486, -0.0317035764, 0.0142005607, -0.0197751075, 0.00925348233, -0.00402899645, 0.00192202942, -0.00570003921, 0.0256402697, -0.0319149345, -0.00801836327, -0.0122983465, -0.013711798, 0.0205676965, 3.61206133e-07, -0.0189825166, -0.00892984122, 0.0295900069, -0.0166311692, 0.0123710008, -0.000711679284, 0.000963491562, -0.014847842, -0.00241244421, 0.0094912583, -0.0192335043, -0.0309902485, 0.0309638288, -0.0029804667, 0.0217169505, 0.0302240774, 0.00397615694, 0.0349531956, 0.00541602774, 0.0184937548, -0.0208715219, 0.00974885, 0.0178464726, -0.00862601493, -0.0179521516, -0.0369875096, -0.0222981833, -0.0398672484, 0.00624494441, -0.0149931507, -0.0350060351, 0.00287313666, 0.00483809831, 0.0189957265, 0.00745034078, 0.0045573893, -0.000842539128, 0.0187579505, -0.0138042662, 0.0242928676, 0.0259308852, -0.0281369258, 0.000348615518, 0.000204133059, -0.00595763093, 0.0258648358, 0.0416637845, 0.0426941514, 0.000874325226, 0.0129786525, 0.040342804, -0.00673040561, -0.0151648782, -0.0224302821, -0.00430970499, 0.00193193683, 0.00492396206, 0.0224302821, -0.00519476319, 0.00787305553, 0.0108584752, 0.00974885, -0.0414524302, 0.0323640704, 0.0195373297, 0.0143854981, -0.00603358727, 0.0118624223, 0.00221099425, -0.0261554513, -0.0161688253, -0.0387312062, 0.00188900484, -0.0163537618, 0.0258648358, -0.0266706347, -0.0136193288, -0.00709367543, -0.0175954867, -0.0191146154, -0.0184144955, -0.0286389, -0.0107527971, 0.0226284284, -0.00209705951, -0.000436749804, -0.00215320126, -0.00729182316, -0.00122851366, -0.00970922, -0.00340483221, 0.014847842, 0.0164066013, 0.0127474805, 0.0208451021, 0.00415449, 0.00908835884, -0.0172916595, -0.00781361107, 0.0229454655, 0.00807120278, -0.00504615298, -0.00375819509, -0.0148610519, -0.0153630255, 0.0282954443, -0.000492478779, 0.00282194861, -0.0211093, -0.00717293471, -0.0131107504, 0.00854015164, 0.0157989506, -0.0130645158, -0.00109063613, 0.00988094881, -0.0169217847, -0.0327339433, -0.00584204495, -0.0210432503, 0.00504615298, -0.0151252486, -0.00334869046, -0.0143722892, -0.00072654034, -0.028348282, 0.00424365606, -0.00482158596, -0.00464655552, 0.00514522661, -0.0144647574, 0.0484536365, 0.000644391752, 0.0355608463, -0.0165915396, 0.0214923844, 0.0163405519, 0.0128861833, -0.0123445811, 0.00244051497, 0.015983887, -0.00338501739, 0.00783342589, 0.00458380906, -0.014623275, -0.0083287945, 3.38759746e-05, 0.0120077301, -0.0213074461, -0.0152309276, 0.0236587953, 0.0260894038, -0.00701441662, 0.0148082133, -0.00215155, -0.00183286308, -0.0182163473, -0.00808441266, -0.00206073257, 0.0085665714, 0.0163537618, -0.0142930299, -0.020065723, -0.0145968562, -0.026406439, 0.00359637453, 0.000370081485, 0.0271593984, 0.00352372066, -0.0338435695, -0.015191298, 0.0102244038, 0.0101187257, -0.00930632092, -0.00292597618, -0.0107990317, -0.00566040957, 0.0125625432, -0.000662968, -0.0182956066, 0.00399597175, 0.00869866926, 0.0101055158, -0.00972243, 0.00926669128, -0.0108122416, -0.0255874302, 0.0059609334, 0.00341804209, 0.0132494541, 0.00372847286, 0.0110698324, 0.00671389326, 0.00980829448, -0.00622182712, -0.00142335857, -0.0234870669, -0.00976206, -0.0400786065, 0.0100592813, -0.000138290343, 0.0099668121, 0.00583213754, -0.000305477181, -0.00704744132, 0.019827947, -0.0138967354, 0.0023975831, 0.00189891225, -0.0207658429, 0.0129456278, 0.0129456278, -0.00351381325, 0.0162612945, -0.00259407912, 0.000508165453, 0.00759564899, -0.0214395449, 0.00121282693, 0.0365383737, 0.013949574, 0.0150591992, -0.00659830729, 0.012357791, -0.0356136858, 0.0060633095, -0.0207658429, -0.0135532795, -0.0208186824, 0.0184937548, 0.020752633, 0.00359637453, -0.0014398708, -0.012245507, -6.66167325e-05, -0.00865904, 0.0100460714, -0.00442529097, 0.00947144441, 0.0200260933, 0.00748997042, 0.00784663577, -0.00886379182, 0.008500522, -0.0181238782, -0.0168821551, -0.0356929451, 0.0120077301, -0.00982810929, -0.0126219867, -0.0241343491, -0.0365912132, -0.0139759937, -0.0108056366, -0.0265781656, 0.0207658429, 0.00869866926, -0.037648, 0.00951767806, 0.0130513059, 0.0017602091, -0.0177275836, 0.0134343915, 0.017687954, -0.012014335, -0.00892984122, -0.00452106213, 0.03083173, -0.0128465537, -0.011334029, 0.00828256, 0.0161291957, -0.00403890386, 9.96928939e-05, -0.0226020087, -0.0176219046, 0.00491075218, 0.0140288332, -0.00048215859, 0.00626475923, -0.0119416807, 0.0057925079, 0.00325622177, 0.00445171073, 0.00222420413, -0.024372125, -0.000910652278, -0.0058255326, -0.00484140078, -0.0128795784, -0.00477204891, -0.0184277054, 0.0325754248, 0.000809514546, -0.00617559301, -0.0149271013, 0.00147041853, -0.00612605596, 0.000936246302, 0.00933934562, 0.0148610519, -0.0102904532, 0.000551510137, -0.022786947, -0.0240550898, -0.0124370493, -0.00857317634, 0.0126219867, 0.00193193683, 0.00124254904, 0.0102442186, -0.0352438092, 0.00752959959, 0.000369875081, -0.00220769178, 0.00896947086, 0.0166179594, 0.0390746593, -0.0159178376, 0.00183451432, 0.000370907102, 0.00404220633, 0.023579536, 0.00742392102, -0.0115982257, -0.0138438959, -1.76088e-05, -0.00255279848, 0.00570664415, -0.00933274068, -0.00652895542, 0.00374168274, 0.00793249905, -0.0137646366, -0.0303297564, -0.00678324467, -0.0174765978, -0.00693515781, -0.0156008024, 0.00337511, -0.0217301603, -0.0202374514, -0.00531365164, 0.0101781692, 0.012806925, 0.00280873897, 0.036723312, -0.013936365, -0.0154819144, 0.0196694285, 0.00614587078, -0.00925348233, -0.0021201768, 0.00367893605, -0.0370403454, -0.0144119179, -0.00481167855, 0.0147289541, -0.0177275836, -0.0104555758, -0.00501973322, -0.0042832857, -0.00740410667, 0.00489093736, 0.0120407548, -0.00245867856, -0.00463334564, 0.0164726507, -0.00206733751, 0.0192863438, -0.00703423144, 0.00400257669, 0.00464325305, -0.000587837189, -0.00060434948, -0.00467958, -0.0215716437, 0.0176615342, -0.00526411505, 0.0164066013, -1.13844435e-05, 0.0218886789, -0.00762867369, 0.00628127158, 0.00313733332, -0.00259242789, -0.00230841688, -0.00713330507, -0.0369875096, -0.0185862221, 0.00218787719, -0.019960044, 0.00314889196, 0.0167104285, -0.0222057141, 0.0249137282, -0.00168342702, -0.000303825946, -0.00497019617, -0.0311223455, 0.0347682573, -0.0143326595, 0.000189581624, 0.0120935943, 0.026749894, -0.00606991444, 0.00630769087, -0.00119796593, 0.0149006816, -0.000345106644, -0.0013226337, -0.00591800129, 0.00725879846, 0.00520136813, 0.00438896427, 0.0058618593, -0.00663463399, -0.00367563358, 0.0303561762, -0.015191298, 0.0159046277, 0.0112085361, 0.00605009962, -0.0107395872, 0.00286157825, -0.00248840055, 0.00883076712, -0.00813725218, -0.00959693734, 0.0119879153, 0.0117567433, -0.0166972186, 0.00235465122, 0.0025049129, 0.0149006816, 0.0276085325, 0.00241079298, 0.0304090157, 0.013606119, 0.00706725614, 0.0197090581, -0.040131446, 0.0101913791, 0.013949574, 0.00927990116, 0.00560096558, 0.00221099425, 0.000331690419, 0.00758904405, 0.0103234779, -0.0070606512, 0.0126880361, -0.0145308068, -0.0177407935, 0.0175426472, -0.00579911284, -0.00377470721, 0.00217631855, 0.0243589152, -0.00262215012, -0.0221660845, -0.0245570634, 0.000407234125, -0.0127871102, 0.000171005304, 0.00114842912, 0.00787305553, 0.00451445766, -0.00303165475, 0.00165122806, 0.0181502979, 0.00387708331, -0.013711798, 0.00273113116, -0.00341804209, -0.0289823543, -0.00148858211, -0.00411486, -0.0041478849, -0.020752633, -0.00364921405, -0.000960189092, -0.0106339082, 0.0040124841, 0.0117765581, -0.0166707989, -0.00468618516, -0.00112613756, 0.0143590793, 0.0177804232, -0.020514857, 0.0117633482, -0.00833539944, -0.00977527, -0.00768811768, -0.0164858606, 0.0128201349, 0.000384529732, 0.00661151716, 0.0201185625, -0.00237611705, 0.0189428888, 0.0249269381, -0.000370081485, 0.0141873509, -0.0323376507, -0.00332392193, 0.00496359123, -0.0102772433, -0.0267763138, -0.0128333438, -0.0140816728, -0.0424299538, -0.0195505396, 0.00177341886, 0.0162745044, 0.0131437751, 0.0213867053, 0.0040719281, -0.00876471866, 0.0219943579, 0.0149138914, 0.0268819928, -0.00809762254, -0.0272122379, -0.00115420844, 0.0122983465, 0.0052046706, 0.00782021601, -0.00112861441, 0.0160367265, -0.00868545938, 0.00984131917, 0.0253760722, 0.00569343427, 0.00415449, -0.00443519838, 0.023922991, 0.000735209265, -0.00955070276, 0.0133419223, -0.00253628637, -0.0127210608, 0.00568352686, -0.0118558174, 0.0160763562, -0.0159178376, -0.0124370493, -0.00702102156, 0.0255874302, 0.0106669329, 0.010884895, -0.00320008, -0.00597744528, 0.0140156234, 0.00966298673, -0.00607321691, 0.00887039676, 0.00861941, 0.0134674162, 0.00143161474, 0.0244778041, 0.0201317724, 0.0140288332, 0.00410825526, 0.00357325748, -0.00211357186, -0.00335859787, -0.0224038623, 0.00298376894, -0.0237512644, 0.0155479629, -0.00225227512, 0.00721256388, -0.00352041819, -0.000742639822, -0.00138785713, 0.00668086857, 0.0138042662, -0.0244249646, -0.00236620987, 0.0119152619, 0.0111160669, -0.0433546416, -0.0141477222, -0.00166196097, -0.0198807847, -0.00201945193, -0.0368025713, -0.0127606904, 0.0037350778, 0.0160367265, -0.0012499796, 0.00314889196, -0.00159591192, -0.00609633373, 0.0172520299, 0.00423705112, 0.0258384161, -0.0188504197, 0.0142534, -0.025957305, 0.0107395872, 0.0140024135, 0.006855899, -0.00154885184, 0.0143458694, 0.00755601935, 0.0149138914, -0.00573306391, 0.00896947086, 0.0056571071, 0.019048566, 0.02630076, -0.010316873, 0.00598405, 0.00940539502, 0.0177804232, -0.000228075878, 0.0049999184, 0.00391341047, 0.0173312891, -0.0221925043, 0.0133022927, -0.0095903324, -0.0225755889, 0.0143194497, 0.00612935843, -0.0265517458, 0.00255114725, 0.00703423144, -0.00330245611, 0.0197751075, 0.00801836327, -0.000351917959, 0.00749657536, -0.0161291957, 0.00622182712, -0.0122322971, -0.00748336548, -0.0226548482, 0.0100592813, -0.0131834047, -0.0119284717, 0.0010452274, -0.018599432, 0.00739089679, -0.000811991398, -0.00334538799, 0.00757583417, 0.00501643075, -0.0113076093, 0.00111457892, 0.0219018888, -0.00766830286, -0.0120935943, -0.00149766379, -0.0206733756, -0.0134079717, 0.0118756322, -0.0102508236, -0.0227737371, -0.00646290649, 0.00218622596, 0.0091147786, -0.00424365606, -0.00385726872, -0.0131371701, 0.0150195705, 0.0161556154, 0.0234870669, 0.00516173895, -0.0274764337, -0.00871187914, 0.0170670934, -0.00620531477, -0.00177011639, 0.0151648782, 0.0477667227, 0.00659500482, -0.00422384124, -0.0129918624, -0.00666765869, 0.00622843206, 0.00523439283, 0.01202094, -0.0023975831, -0.00317531149, -0.0028054365, 0.0126285916, 0.000889186282, 0.00732484739, 0.000621274521, -0.00389359565, 0.0282426048, -0.0240550898, 0.011109462, 0.00119548908, -0.00766830286, -0.0021598062, -0.0216641109, 0.00916761812, 0.00898268074, 0.00951107312, 0.00926008634, -0.0127144558, -0.0213338658, -0.00082355, -0.0298542026, 0.00190881966, -0.00181469962, -0.00646951143, -0.0360892415, -0.00617559301, -0.00686910842, -0.0231436118, -0.0122521119, 0.0122587169, -0.0299598817, 0.0175030176, 0.0320734531, 0.0194316506, -0.0111292768, -0.00720595894, 0.0157461111, 0.00205743, 0.0132758729, -0.00184607296, 0.031175185, -0.00219943584, -0.00315384544, -0.00125245645, 0.0259969346, 0.0159574673, 0.0259044655, -0.000949456124, -0.00617229054, 0.00854015164, 0.013606119, -0.000470187195, -0.00840144791, -0.0147685837, 0.00739750173, -0.0333944373, 0.000527567347, 0.00403890386, 0.0100658862, -0.00494047441, 0.0110698324, 0.0127805052, 0.0262347106, -5.01560498e-05, 0.0139231551, 0.00824293, -0.0243589152, 0.0117699532, 0.0348475166, -0.00319182384, -0.015640432, 0.00474893162, -0.011902052, -0.0124172345, -0.0203695484, -0.0147025343, 0.0135796992, 0.00669077598, 0.00340813468, -0.0250722468, -0.0234606471, 0.00965638179, 0.00762867369, -0.000941199949, -0.0206205361, 0.00374828768, 0.0344776399, -0.0072654034, 0.0202242415, -0.0177672133, -0.0127276657, 0.00345436903, 0.000717045798, -0.00762206875, -0.011677485, -0.00615908066, -0.00311421603, 0.00129456283, 0.0145572266, 0.0107990317, 0.0132890828, -0.0151120387, 0.0167896859, 0.0077409572, 0.00646620896, -0.00188074878, 0.00199303217, -0.0233813897, 0.0289030951, -0.00948465336, -0.00737768691, 0.000850382436, 0.015191298, 0.0026403137, -0.00750978524, -0.000981655088, -0.00318191643, 0.00358976983, 0.0124832839, 0.0237116348, -0.01655191, 0.0122190872, -0.0152441375, 0.00399927422, -0.0097290352, 0.0123379761, -0.0136193288, -1.80990064e-05, -0.0282426048, -0.00684268912, -0.0159442574, 0.028110506, 0.022443492, 0.00998002198, -0.0240154602, -0.0295635872, -0.0323904902, -0.00067535229, -0.00575287826, 0.00776737649, -0.0206865855, 0.00602698233, 0.0144647574, 0.00247849338, 0.00760885887, 0.00672710314, 0.00776077155, -0.0124370493, 0.00800515339, 0.0128003201, 0.00191047078, -0.00296725682, 0.0200525131, -0.0183748659, -0.0244645942, -0.0102838483, -0.00227869465, 0.00338006369, 0.00797212869, -0.0158385783, -0.00975545496, -0.0212546065, 0.00596423587, -0.00271296757, -0.00477204891, -0.00022415421, -0.0195241198, -0.0188768394, -0.00612275349, -0.0058255326, -0.00741731608, 0.0195901692, 0.021426335, 0.0320206136, -0.00373177533, -0.0157196913, 0.00692855287, 0.0281633455, 0.00791268516, 0.0234870669, -0.00844107755, 0.0144515475, -0.0104027363, 0.00445831567, 0.00109971792, 0.0115255713, 0.0105612548, 0.0193920229, -0.0181635078, -0.00402239151, -0.0198807847, -0.0314922221, 0.0121134091, 0.0107924268, -0.00915440824, 0.0154554946, -0.0271858182, -0.00398606434, 0.0263271797, 0.00670728832, -0.00661151716, -0.00866564456, -0.0202374514, -0.0153498156, 0.00640016, -0.0152705573, 0.01315038, -0.00637374027, 0.0147817936, 0.00984131917, -0.0224038623, -0.0185598023, -0.00422384124, 0.0053400714, -0.00518485578, 0.00516504142, -0.00403229892, 0.0103895264, -0.0262611303, 0.000165432415, 0.0107726119, -0.010766007, 0.00666105375, -0.00128465542, -0.0113274241, -0.0088043483, 0.00878453348, -0.00491405465, 0.00495368429, 0.00604019221, 0.0121596428, -0.0254421216, -0.00412146514, -0.0101517495, 0.00437245192, 0.00597084034, 0.00311916973, -0.007199354, 0.0122983465, 0.0229850933, -0.0252175536, -0.0124436542, 0.00302174734, 0.00516834389, -0.00843447261, 0.0017172771, -0.00392001541, -0.00696818251, 0.00266838446, 0.0295107476, 0.019378813, -0.0247948393, 0.0063374131, -0.0140420431, 0.012575753, 0.0106074885, -0.0291144531, 0.00889021158, -0.0100262566, 0.0221792944, -0.0156536419, -0.0136457486, 0.00382754649, -0.00446822308, -0.00778719131, 0.0265253279, -0.00600386504, -0.0234606471, 0.014504387, 0.013711798, 0.00172553328, 0.00544905243, -0.0153366057, 0.00654546777, 0.00417430466, -0.0086722495, 0.0166311692, -0.0150856189, -0.0204620175, 0.0110830422, -0.00766830286, 0.0271593984, 0.00358646736, -0.0012301649, 0.0141080925, -0.0106273033, 0.00544905243, 0.0103565026, -0.0208451021, -0.00115668529, 0.0130513059, 0.0155215431, 0.00968280155, -0.000847079966, 0.00517164636, 0.00357325748, 0.00408844044, -0.00756262429, 0.0226284284, -0.00627796911, 0.0398144089, -0.00401908904, -0.00910817366, -0.0226416383, 0.0011476035, 0.00160251686, 0.0115057565, 0.00255444972, 0.00232327776, -0.00962335709, -0.00670398585, 0.00216971361, -0.00700120674, -0.00223080907, 0.0135532795, 0.0234078094, -0.00446492061, -0.01167088, -0.00610954361, -0.000594854879, 0.0137382168, -0.00427998323, -0.0160499364, 0.00504945545, -0.00569673674, -0.0358514637, -0.0093195308, -0.00403890386, -0.00616898807, 0.0109839691, -0.00644639414, -0.0066445414, -0.011340634, 0.0111755114, 0.0175822768, -0.0144119179, -0.00694176275, -0.00574957579, 0.0200393032, -0.00787966, -0.00166608905, -0.0202638712, -0.00178167503, 0.00488103, 0.0152045079, 0.0246363226, 0.00734466221, -0.000893314369, 0.00529713929, -0.026062984, 0.0173048694, 0.0115057565, 0.0120077301, -0.00449134037, -0.0291937124, 0.00112943992, 0.011902052, -0.0112943994, 0.00822311547, 0.0102838483, -0.0152969761, -0.00147784909, 0.00430640252, -0.0142137706, -0.0207922626, 0.0168557353, -0.025389282, -0.0170935132, -0.00587506918, 0.00107825187, 0.00200293958, 0.0230115131, 0.00398276187, 0.00499001099, 0.0177540034, 0.0197751075, 0.0132890828, -0.0032198946, 0.00133419223, 0.0194052309, 0.009412, -0.0080910176, -0.0105612548, 0.0116642751, -0.00572976144, 0.0171859805, -0.000364715, -0.00780700613, -0.0135796992, 0.00986773893, 0.00745034078, -0.000814468251, -0.000854510523, 0.000647281413, -0.00980169, -0.0270273, 0.019960044, 0.0051353192, -0.00366902864, 0.00168838061, 0.00671059079, 0.00613596337, -0.00249335426, -0.0230115131, -0.00247188844, -0.00121860625, -0.0214923844, -0.00932613574, -0.023922991, -0.0288502555, -0.0125955679, -0.0125361234, -0.0104819955, -0.00386717613, 0.0159310475, 0.0157461111, -0.0108386604, 0.00265517458, 0.00250986661, 0.00124667713, -0.0155083332, -0.018255977, -0.0125295185, 0.0204223879, -0.0147817936, 0.0132824779, 0.00951767806, 0.00430640252, -0.00146711606, -0.00368554099, 0.00054119, 0.019378813, 0.012925813, 0.0104555758, -0.00477535138, 0.0140288332, -0.00707386108, 0.000759564922, 0.00569673674, 0.0117105087, -0.00400257669, -0.0159178376, 0.000880104548, -0.00384736131, 0.0181238782, 0.0124568641, -0.0224170722, -0.00393652776, 0.00813064724, -0.013262664, -0.0087382989, 0.00502303569, 0.00378461462, 0.0315714814, 0.0173180792, 0.00829577, 0.00632750569, 0.00519476319, -0.010092306, -0.00332061946, 0.0140684629, 0.0194184408, -0.00221759919, 0.000465646299, 0.00775416661, 0.0072984281, 0.00181139715, -0.0103498977, -0.00481498102, 0.0020855011, 0.0135532795, -0.00639355509, -0.0159970969, 0.00187909754, 0.0164330211, 0.0258516259, -0.022892626, -0.00160169124, -0.00603358727, -0.0121068042, 0.0245702732, 0.00396624953, 0.0249005184, 0.00903551932, -0.000402074016, -0.0212678164, -0.00631099334, 0.0107792169, -0.0120473597, 0.0043856618, -0.0127408756, 0.0183352362, 0.00566371204, 0.00260563777, -0.00629448146, -0.0150591992, 0.0087052742, 0.0174369682, -0.00333217811, -0.0311487652, -0.00263866247, -0.00554482359, 0.018824, -0.0179653615, 0.00420072395, -0.00216971361, 0.00637704274, -0.00360958441, -0.0197883174, 0.0282954443, 0.0137646366, -0.0130050723, 0.0077079325, -0.00532686152, 0.00828256, -0.0212149769, -0.0149799408, 0.00588167412, -0.00202770811, -0.00335199293, 0.0168161057, -0.00141179992, -0.00571655156, -0.01427982, -0.0354023278, 0.012701246, -0.0113868685, -0.00180644344, -0.0191938747, 0.0156668518, 0.0101583544, -0.0133881569, 0.0187975802, -0.00197982229, -0.00889681652, -0.00055687665, 0.000793002255, -0.00772774732, -0.0086722495, 0.0132494541, 0.0258252062, -0.00741731608, -0.000204029857, -0.0283747017, 0.0171199329, -0.00617229054, 0.0172520299, -0.00659500482, 0.00634401804, 0.00066255522, 0.0200789329, -0.00141923048, -0.011109462, -0.000582057866, -0.0108386604, 0.0175162274, -0.0154554946, -0.0245438535, 0.0129456278, 0.00625154935, -0.0158517882, -0.02561385, 0.0151384585, 0.0138835255, -0.0181238782, 0.00637704274, -0.0170142539, 0.00386057119, 0.000612605596, 0.014174141, -0.00181635085, 0.0150988288, 0.0253760722, -0.000807037693, -0.00459701894, -0.0175822768, 0.0123643959, -0.0181106683, -0.0165122803, 0.00683608418, -0.0289030951, 0.0167500563, 0.000265847717, 0.00715312, -0.0123313712, 0.00367893605, -0.012470074, -0.0103565026, 0.0172784496, 0.011789768, 0.0210168306, 0.00947144441, -0.00743052596, 0.0188504197, -0.00889021158, 0.0156668518, -0.00460692635, -0.0123313712, 0.0189428888, 0.028348282, 0.018599432, 0.00296395435, 0.00666435622, -0.007199354, 0.0171331428, 0.00145555753, 0.00379782449, -0.0286124796, -0.00822311547, -0.00751639, -0.0187447406, 0.00677663973, -0.0156140123, -0.00118062808, -0.00784663577, 0.00175855786, 0.00108981051, -0.0244381744, 0.00797212869, 0.00742392102, -0.000292060955, 0.00908835884, -0.00063530996, 0.0153366057, -0.0272122379, -0.0097950846, 0.00957712252, -0.014847842, 0.0125427283, -0.0011525572, -0.0276349522, -0.00663463399, 0.0087052742, -0.00518485578, 0.00409174291, -0.0243985448, -0.0250061974, 0.00782021601, 0.00953088794, -0.00108733366, -0.00408844044, 0.00191872695, -0.00900249556, -0.0103036631, 0.0110698324, -0.00322154583, -0.0132296393, 0.0292201303, 0.00192037818, 0.0279784072, 0.011446313, 0.0126219867, 0.00851373188, -0.00988755375, -0.0222321339, 0.00615247572, -0.0141213024, 0.000847079966, -0.019722268, -0.0343719609, 0.0153498156, -0.0198015273, 0.0153894452, -0.0123379761, 0.01202094, 0.000634484342, -0.0306732114, -0.0208318923, -0.0152441375, -0.00200789329, 0.0224302821, 0.0120341498, -0.0244381744, -0.00495038182, -0.00527072, 0.00885058194, -0.00213999161, -0.00139281084, 0.00408513797, -0.000264402886, 0.0086392248, 0.00942521, -0.0433282219, 0.00342134456, -0.0078862654, 5.49033321e-05, 0.0132890828, -0.0273443367, -0.010429156, -0.00840144791, -0.00293918583, 0.0120803844, -0.00694836769, 0.00295074447, -0.00641667191, -0.000582883484, -0.0125493333, 0.0149006816, 0.0106933527, 0.011215141, -0.0229454655, 0.0287445784, 0.00297551299, 0.0125691481, -0.0072323787, -0.0162480846, -0.0177143738, 0.0266310051, -0.0231832415, -0.0111160669, 0.008500522, -0.0125955679, 0.00692194793, -0.00798533857, -0.000106607411, 0.00417760713, -0.00969601143, -0.0142534, 0.00312907714, -0.0214527547, 0.0125691481, -0.0197486877, 0.00881095231, -0.000463582255, 0.00657519, 0.000195876928, 0.0291672926, 0.0129390229, 0.00271461881, 0.0364855342, -0.00926669128, 0.022892626, -0.0114661278, -0.000900744868, -0.0139099453, 0.0240815096, 0.00673370808, 0.0159970969, -0.0138703156, -0.0122058773, 0.00927990116, -0.00381763931, 0.0166707989, -0.00405871868, 0.00337345875, -0.0338699892, 0.00392992282, -0.0140948826, -0.0101319356, -0.00496359123, -0.00744373584, 0.0167104285, 0.00631759828, 0.0147025343, -0.0133485273, -0.0163669717, -0.0266177952, -0.00988755375, 0.0018675389, -0.00286983442, 0.00208715233, -0.0263932291, -0.0159046277, 0.000294331403, 0.00184442173, -0.00624824688, 0.0150591992, 0.0131966146, -0.000491240353, -0.0182427671, -0.0205544867, 0.023130402, -0.00581892766, -0.00686250348, -0.00972243, 0.00541602774, 0.0171463527, 0.021981148, 0.00556463841, 0.00583544, 0.0146629047, 0.0048645176, -0.000520962465, 0.0232625, 0.0180049911, 0.0123974197, -0.0112415608, -0.0118360026, 0.0107594021, 0.00627136417, -0.00460362388, 0.00694836769, -0.00641006744, -0.00445831567, 0.0218490493, -0.00848070718, -0.00305312057, 0.0173312891, -0.00277571427, 0.0138967354, -0.00312742591, -0.0160763562, -0.0206865855, 0.00849391706, 0.0202242415, 0.015191298, 0.002295207, -0.00758243911, -0.0198147371, -0.0122587169, -0.0103432927, -0.0290880334, -0.00782021601, 0.0255478, 0.00239923433, 0.00779379625, -0.00694176275, -0.0169482045, 0.00100559788, -0.0275292732, 0.00151169929, 0.00441538356, 0.0266706347, 0.0101649594, -0.0138703156, -0.00666765869, -0.000253876322, 0.0022621823, -0.00367893605, 0.00172388204, 0.0110962521, 0.0152441375, -0.0104952054, 0.0125097036, 0.0187843703, -0.00424035359, 0.011558596, 0.0155479629, 0.00811743736, 0.0102574285, -0.0149799408, 0.0118095828, 0.00645299908, -0.00616898807, 0.022218924, 0.00807780772, 0.00785984565, 0.00250656414, -0.00628787652, 0.0062680617, -0.00305146934, -0.0351909734, -0.00321328966, 0.0102838483, 0.00220108707, 0.00793249905, 0.000574214559, -0.0160895661, 0.00385066378, 0.00605340209, -0.00347088138, 0.0220075678, 0.023922991, -0.0139759937, 0.000108981047, -0.0113868685, 0.0148610519, -0.00374168274, 0.0020855011, -0.00694836769, 0.0355872661, 0.0035600476, -0.0204488076, -0.0119416807, -0.027423596, -0.0293258093, 0.0182691868, 0.00559436064, -0.0171991903, 0.000643978943, -0.00111292768, -0.00361949182, -9.80932673e-05, 0.00885058194, 0.0121332239, 0.00145060383, -0.0110169938, 0.00623833947, -0.0171991903, -0.00593121117, 0.0260497741, 0.0122653218, 0.0245438535, 0.00777398143, -0.0185069647, -0.00955070276, -0.00926669128, -0.017687954, 0.00417760713, 5.08784651e-05, 0.021783, -0.0370403454, -0.0130579108, -0.0229190458, 0.00730503257, 0.0038077319, 0.0120869894, -0.00945163, 0.00731163751, -0.000568848045, 0.0106801428, -0.000582057866, 0.0208451021, -0.00288139284, 0.00614587078, -0.00773435226, 0.00834860932, -0.00834860932, 0.037648, 0.0141609311, 0.00368884346, 0.0062020123, -0.00614256831, -0.0106074885, 0.00121447816, 0.00975545496, 0.00647941884, 0.0108452654, -0.00704744132, 0.00293588336, 0.000461931049, -0.0023348364, -0.00641667191]
|
16 Nov, 2020
|
HTML5 MathML columnlines Attribute
16 Nov, 2020
This attribute holds the border style value for the column-lines. The possible values are none, solid and dashed. This attribute is accepted by the <mtable> tag only.
Syntax:
<element columnlines="none|solid|dashed">
Attribute Values:
none: This attribute sets the column lines of the table as “none”.
solid: This attribute sets the column lines of the table as “solid”.
dashed: This attribute sets the column lines of the table as “dashed”.
Example: Below example illustrates the columnlines attribute in HTML5.
HTML
<!DOCTYPE html>
<html>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML columnlines Attribute</h3>
<math>
<mi>GeeksforGeeks</mi>
<mo>=</mo>
<mtable frame="solid" columnlines="dashed"
columnaline="left" align="axis 1">
<mtr mathbackground="green;">
<mtd>Course</mtd>
<mtd>Fee</mtd>
</mtr>
<mtr>
<mtd>
<mi>C++ STL</mi>
</mtd>
<mtd>
<mi> 1499</mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>Placement 100 </mi>
</mtd>
<mtd>
<mi>9999 </mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>DSA Foundation </mi>
</mtd>
<mtd>
<mi>7999</mi>
</mtd>
</mtr>
</mtable>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML columnlines attribute are listed below.
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute/HTML5 MathML scriptsizemultiplier Attribute/HTML5 MathML selection Attribute/HTML5 MathML separator Attribute/HTML5 MathML rspace Attribute/HTML5 MathML stretchy Attribute/HTML5 MathML subscriptshift Attribute/HTML5 MathML supscriptshift Attribute/HTML5 MathML symmetric Attribute/HTML5 MathML voffset Attribute/HTML5 MathML width Attribute/HTML5 MathML Complete Reference/HTML5 MathML Attribute Complete Reference/HTML5 MathML columnlines Attribute
|
https://www.geeksforgeeks.org/html5-mathml-columnlines-attribute/
|
NextJS
|
HTML5 MathML columnlines Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, HTML5 MathML stretchy Attribute, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, HTML5 MathML Complete Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, HTML5 MathML Attribute Complete Reference, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, HTML5 MathML voffset Attribute, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, HTML5 MathML rspace Attribute, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML separator Attribute, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, HTML5 MathML subscriptshift Attribute, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, HTML5 MathML supscriptshift Attribute, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, HTML5 MathML selection Attribute, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML width Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, HTML5 MathML symmetric Attribute, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, HTML5 MathML columnlines Attribute, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, HTML5 MathML scriptsizemultiplier Attribute, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.021266086, -0.00680643367, -0.0249104761, 0.0366153978, 0.06739977, -0.00669567287, -0.0119693195, 0.0252820607, -0.00786759425, -0.00866793096, -0.00649916148, -0.0110689402, 0.000582387787, -0.00411601644, -0.00275651645, -0.00294766808, 0.00620260835, 0.00946826767, -0.0130697824, 0.0169928595, -0.00650988054, 0.0187507421, -0.0264968574, 0.0395023264, -0.042789422, 0.00881799404, 0.00402312027, 0.00413388107, 0.0248390175, 0.0182076562, -0.00287799607, -0.0131769702, 0.0293552019, -0.00736738415, -0.0323850475, -0.0364724807, 0.00324958074, 0.0472484417, -0.0202656649, 0.00421963166, -0.00020723, -0.0243530981, 0.0027404381, 0.044475846, -0.00525220856, -0.00481631095, -0.0557091422, -0.0190079939, -0.00703152828, -0.0148633933, -0.0170071516, 0.00823917892, 0.0122265704, 0.00691719446, 0.0443900973, -0.00649916148, 0.0103400629, 0.0495065339, -0.0182076562, 0.00588104455, -0.0237242635, -0.0105044171, -0.0189794097, -0.0203657076, -0.0195510797, 0.012440946, 0.00731736282, 0.0133627625, -0.0497066192, -0.000550231372, -0.0464481041, 0.0262110233, 0.00768180192, 0.018607825, -0.0168642346, -0.00972551852, 0.0356435627, 0.0208230428, 0.0162211079, 0.0135914301, 0.00950399693, -0.00783186499, -0.0710584521, 0.0248818919, -0.00420534, 0.00431610085, 0.0180647392, -0.0316990465, -0.013848681, 0.00984699838, -0.0246675164, 0.00735309208, 0.0299268719, -0.000393469032, -0.0174359046, 0.00212053466, -0.0164497755, -0.00250283815, -0.0285262819, -0.0154493544, -0.00796763599, 0.0297553707, 0.000801676419, 0.0322993, 0.0510500409, -0.00550588686, 0.039016407, 0.00946826767, 0.0244960152, 0.0274829865, 0.00351576414, -0.00883228611, -0.0399882458, -0.023081135, 0.00384090096, 0.0261109807, -0.0342715569, -0.0425035879, 0.0496780351, 0.00231168652, -0.0507070385, -0.0190508682, -0.00717087276, 0.0275973193, -0.00434111152, 0.00517717702, -0.0225094669, -0.0274115279, 0.0254392698, -0.0153064365, -0.0286406167, -0.0152349779, -0.00746028032, -0.0556805581, 0.00505212462, 0.0351862274, -0.00796049088, -0.00379445287, -0.0108188353, 0.00385876559, -0.0236670952, -0.0100971032, 0.00718873739, -0.00188829412, -0.0567667298, -0.00823917892, -0.00201691967, 0.0435897596, -0.00407671463, 0.0401025787, -0.0182219483, 0.00237599923, 0.0288407, -0.0161210652, 0.0240243897, -0.0223522577, -0.017207237, 0.0152635621, -0.00738882134, -0.0471055247, 0.0131984074, 0.0111475447, 0.00893947389, 0.0532223806, 0.0124695292, 0.0282547399, 0.0159638561, 0.0236670952, -0.0392450765, 0.044075679, 0.0041267355, 0.00232776464, -0.00146222208, -0.0583102368, -0.00271006837, 0.00884657726, 0.00313167414, -0.0180075727, 0.00711013284, -0.0334140509, -0.0381874889, -0.0323850475, 0.012305175, 0.0172644034, -0.0226380918, 0.0192080773, 0.0326708816, 0.0174501948, -0.0098327063, 0.0235813446, -0.0623690858, -0.00235634809, 0.0123909255, 0.00776040647, 0.0385876559, -0.0119693195, -0.0367869, 0.00239386386, 0.0157780647, -0.000744956138, -9.28962108e-05, -0.00522005232, 0.00251177046, 0.00662064133, 0.00157298287, -0.00607041, 0.0154350623, -0.00951828808, 0.0409600809, -0.012862552, -0.0262253135, 0.0406742468, -5.41801492e-05, 0.0248676, -0.0354434773, 0.022237923, -0.00366940023, -0.00652774516, -0.00124338, -0.0400739945, 0.078032814, -0.0159066897, -0.0321563818, 0.00463051861, -0.0593964085, -0.0294409525, 0.00421605865, -0.0322135463, -0.0383018218, -0.0256822295, -0.0266540665, 0.0112261493, -0.0121479658, -0.00958260149, 0.00795334484, 0.0278116949, 0.0228238832, -0.0349575579, 0.0570525639, 0.000754781708, -0.0144203501, -0.0135485549, -0.0125195505, -0.0527364649, 0.00324958074, -0.024195889, 0.00709941424, -0.0425035879, 0.0135128256, 0.00173108513, 0.0259537715, -0.0581101514, 0.00242780661, -0.0320706293, -0.00336927408, 0.0341572203, 0.0190079939, -0.00456620613, -0.00729235262, -0.0263253562, 0.031470377, -0.00195260684, 0.00277080806, 0.00654918281, -0.0104543967, 0.0241101384, 0.0226095077, -0.0161210652, -0.0189794097, 0.00826061703, -0.01483481, -0.0418175869, 0.0369584, -0.0203371234, -0.0118406937, 0.0313846283, 0.0146633089, -0.0409886651, -0.0108402735, -0.0332711339, -0.0243816823, -0.0309272911, 0.0247103907, 0.0238528885, 0.00859647244, -0.0279974882, 0.022237923, 0.0020723, -0.000962011691, -0.0367869, -0.00394808874, -0.00800336525, 0.0118692769, 0.0290979501, 0.00664922502, 0.0214947537, -0.0102900416, -0.00640983833, 0.00866793096, -0.0318991281, -0.023352677, -0.00341572217, -0.00256000506, -0.0585960709, -0.0255393125, 0.000661885482, 0.0437040925, -0.00112458, 0.03049854, -0.0485061146, -0.00760319736, -0.0143917669, -0.00757461414, -0.0141202239, -0.00313167414, -0.00239743688, 0.0189222433, -0.0341572203, -0.00362116564, -0.0168070681, 0.0169071108, 0.026153855, -0.0401311629, 0.00821774174, -0.0184792, -0.00841782615, -0.0218949225, -0.00773182278, -0.0262396056, 0.0120550692, -0.0863791853, -0.0159638561, 0.0328423828, 0.00746742589, 0.00200977386, -0.0684287772, 0.0452476, -0.0190651603, -0.0122623, 0.0147490595, -0.0560235605, -0.0164069, 0.015806647, -0.0113333371, 0.00901807845, -0.0171643607, 0.0112475874, 0.0131340949, 0.0271971524, -0.0047698631, 0.00100935309, 0.0128839901, 0.00364974909, 0.00244209846, 0.024338806, -0.00486275926, -0.0189222433, -0.0273257773, -0.0388163254, 0.00685288198, -0.0205943752, 0.00244567124, 0.01873645, -0.0157923549, 0.00065831258, -0.0453047678, -0.0140559115, 0.00133895595, 0.0146204345, -0.00942539237, -0.0404741652, 4.89603226e-05, -0.00625977525, 0.00738167576, -0.0145203918, 0.0178074893, 0.0589390732, -0.000986129, -0.026711233, -0.00961833075, -0.0125624258, 0.0538798, -0.00531294849, -0.00970408134, 0.00335855526, 0.00601681601, 0.0244674329, 0.00820345, 0.00296910573, 0.0168213602, 0.0182076562, 0.0253963936, -0.00751030119, -0.0264253989, 0.0234955959, -0.0131626781, 0.0177217387, -0.0152063947, 0.0364153124, -0.0147204762, 0.0274401102, -0.0433039255, 0.00659205811, 0.0305557065, 0.0403312482, 0.0168928187, -0.0235956367, 0.025739396, 0.00449474715, -0.0079890741, -0.0396738276, -0.0280689467, 0.0112261493, -0.014406058, 0.0207801666, 0.0223093815, 0.00448760157, 0.0310702082, -0.0125767179, 0.0298125371, 0.0878083557, -0.01483481, -0.00612043077, 0.00349789951, 0.0110260658, -0.00811769906, -0.0579672344, -0.0265969, 0.00316025759, 0.0133699086, -0.0337284692, 0.0249104761, 0.0132269906, -0.000531026861, -0.00577743, 0.00130054692, 0.0136414506, -0.00652774516, -0.00314417947, 0.0168070681, -0.0284976978, -0.0190079939, -0.024624642, 0.0287978239, -0.0301269554, -0.00530223, 0.00189543993, -0.0021473316, -0.00299768918, 0.0263825227, -0.00256000506, -0.0207944587, -0.0382732376, -0.0303842071, 0.0204371661, 0.00783186499, 0.0179932807, -0.0220807139, 0.0271114018, 0.00587032596, -0.041846171, 0.00783186499, 0.00735309208, 0.00385519257, 0.037072733, -0.0272971932, -0.0479344428, 0.0149062686, -0.00448760157, -0.0135128256, -0.0118764229, -0.0416175, 0.0219806731, -0.00771753117, 0.0131412409, 0.0450475141, -0.00145596941, 0.0310416259, 0.0218377542, -0.0109546063, 0.0252677687, 0.0071780188, 0.0215947963, -0.015806647, 0.00828205422, -0.0114262337, -0.0206372496, 0.00914670341, -0.00267612538, -0.00633123377, 0.0127482181, 0.0310130417, -0.00510214549, -0.0476771928, -0.00190794526, 0.00768180192, -0.000815968146, -0.00891803578, -0.0191937853, -0.0153207285, 0.0221950486, 0.0339857191, 0.00373014016, 0.0277688205, 0.0256822295, 0.0328709669, -0.0322993, 0.0207658764, -0.0230382606, 0.0262681898, 0.00692791352, -0.0261252727, 0.0382446535, 0.028955033, 0.000859736523, 0.00203478429, 0.00479487376, 0.0312131271, -0.0155493962, -0.0149777271, -0.00418390241, -0.0125195505, -0.00167749112, 0.009096683, 0.011612026, 0.00283154799, 0.0216948371, -0.0213804189, -0.0279974882, -0.0352148078, -0.00666708965, -0.00652417215, 0.00430895481, 0.0401025787, -0.0357293114, -0.00122015597, -0.00753888488, 0.00512715615, 0.012440946, 0.0237385537, -0.0336141363, 0.0209659599, -0.00893232785, -0.0396452434, -0.0103329169, 0.000923602667, -0.0191080365, 0.0175931137, -0.0267684, -0.000463587814, 0.00223308196, 0.0309272911, -0.0246103499, -0.0259394795, -0.0184792, 0.00501282234, -0.0150777698, -0.0244245566, 0.0162068158, -0.0161067732, -0.00524506299, -0.022109298, 0.0211374611, 0.0293552019, -0.0507356226, -0.0206658337, -0.0023009677, 0.00185613777, -0.0112332953, 0.00598466, -0.00588104455, -0.0258251466, 0.0531938, -0.00063106895, -0.00851786789, 0.00899664, -0.00645271363, 0.0273829438, 0.0116334641, -0.0105973138, -0.0167356096, -0.0212375019, 0.0245246, 0.00313524716, -0.023081135, 0.00171232724, -0.00635267142, -0.0363009796, -0.0596822426, 0.0105115632, 0.00266183377, 0.0541084707, 0.0122765917, -0.0101042492, -0.000858843327, 0.0316418782, -0.0204371661, -0.00209373771, 0.035386309, -0.00533081312, -0.0188222, 0.0124195088, 0.00107813196, -0.00529865688, 0.0128053855, -0.0115477135, 0.00322278379, -0.0133699086, -0.0154636456, -0.0218663383, 0.000179316485, -0.0410744175, 0.0140344733, 0.00932535063, -0.0208659172, -0.0130983656, 0.0425607562, 0.0193795785, -0.00671711052, -0.0081248451, 0.0300126206, 0.0144846626, 0.0207515843, 0.00783901103, 0.0303270388, -0.0374729, -0.0349003896, -0.0102686044, -0.00150509726, -0.0311845429, -0.0105830217, -0.0320992135, -0.00640626531, 0.00552017847, 0.0314989612, 0.0183934495, -0.0303842071, -0.0127839474, 0.00554161612, 0.00319241406, -0.00262074498, 0.000147048442, 0.0284548234, 0.0175502375, 0.00102632446, 0.0312988758, -0.0285119899, 0.0550517216, 0.0391021594, 0.0152778532, 0.00725305034, 0.0003898961, 0.0212089196, -0.00652774516, 0.00743884267, -0.00569525221, -0.0141916825, 0.0229096338, 0.00421605865, -0.0238957629, -0.0275401529, -0.0113476291, 0.0369584, 0.0134556582, -0.00371584832, 0.00466624787, -0.00293694949, 0.0133413244, -0.0503068715, 0.012869698, -0.00900378637, -0.0140058901, 0.0128482599, -0.00396595336, 0.0344716385, -0.026153855, -0.0106759183, 0.0454191, -0.00284405309, 0.0292122848, -0.0280260723, 0.00154886569, 0.0250962675, 0.03132746, 9.15563578e-05, 0.00408028718, -0.0231097192, 0.0127482181, 0.000718159135, -0.0169928595, 0.0547944717, 0.0036443898, 0.00904666167, 0.0350433066, 0.020994544, -0.0137772225, 0.0113047538, 0.00582030462, -0.0103615, -0.0621975847, 0.00823203288, 0.0175788216, -0.0160067305, 0.00592749286, 0.00306021539, 0.0427608378, 0.00498781167, -0.0161353573, -0.0302698724, -0.000786491437, -0.0138272438, 0.020008415, 0.0322707146, 0.0162211079, -0.00266719307, 0.00303163216, -0.00130679959, 0.0206372496, -0.0296696201, -0.0104472507, 0.00579529442, -0.00490920758, 0.0117049227, -0.0255536027, 0.0200369973, 0.00258858851, 0.00736023812, 0.0043625487, 0.0206515417, 0.00206872704, -0.00192402338, -0.00498423912, 0.00458764378, 0.00191509107, -0.0303270388, 0.0136128673, 0.032013461, 0.0106044598, 0.000783365162, -0.00356042595, -0.00596679514, 0.0493064485, -0.0118764229, -0.00856074318, 0.0182076562, 0.0184506159, 0.00413388107, -0.0175502375, 0.0102257291, -0.0225666333, 0.0112475874, -0.0123837795, 0.0320706293, -0.0294123683, 0.015935272, -0.0109688984, 0.00143453188, -0.00504497858, 0.0213804189, -0.0186507013, -0.0409315, 0.0288692843, 0.00799622, -0.0356149785, 0.012312321, 0.0145989964, -0.0107187936, -0.0228381753, -0.00710656, 0.00836780481, -0.028397657, -0.00263325032, 0.0426179208, 0.0081248451, 0.0112904627, 0.00302448613, -0.0293266177, 0.0154350623, 0.00768180192, 0.00797478203, 0.019579662, 0.0407885835, -0.0132698659, 0.00620975439, -0.0309844594, -0.00475914404, 0.0121979872, -0.0158495232, -0.0208230428, 0.030355623, 0.0377301537, 0.00384804676, 0.00613115, -0.00782471895, 0.0106973555, -0.00901093241, -0.00958974753, 0.0234241355, -0.0245674737, -0.0116691934, 0.00523434393, -0.0112475874, 0.0173787363, -0.0191080365, 0.0287263654, -0.00530580292, -0.00441614306, -0.00963976793, -0.0365582295, -0.0156780221, -0.0271685682, -0.00840353407, -0.0128125306, -0.00469125854, 0.0378444865, 0.0250248089, 0.0173215698, -0.0128554059, -0.0175645296, 0.0258394387, -0.0136843259, -0.0109831905, 0.000602932123, 0.000528793782, -0.0276401956, 0.0134628043, 0.0184077416, -0.0138701182, 0.0466767736, 0.0121122366, -0.00968264323, -0.0147919348, -0.0185649507, 0.0175073631, -0.0225380491, 0.0229239259, -0.0145061007, 0.0604254119, -0.00898949429, -0.000571222336, -0.0227238424, 0.0118192565, -0.0164640658, 0.00826061703, -0.0108331274, 0.0232955106, 0.00672068354, -0.026725525, 0.0261824392, 0.0243245158, 0.0265683159, 0.0445330143, -0.0128554059, 0.027697362, 0.00553089753, -0.00582745066, -0.0498781167, 0.0235956367, 0.00981126912, -0.0260252301, -0.0167070255, 0.0209373757, 0.00386233861, -0.0111189615, 0.0244531408, -0.0070351013, 0.0322135463, -0.0119621735, 0.0109688984, 0.000556484039, 0.00591677381, -0.00396238081, 0.0210088342, 0.0184934922, -0.0109760445, -0.00054263894, -0.0128053855, 0.0264111068, 0.0263110641, 0.00958260149, 0.0203657076, 0.000227216093, -0.0016891032, -0.0377873182, 0.0072887796, 0.0266683586, -0.0431038402, 0.00401240168, 0.00353005598, -0.0503068715, 0.0070351013, -0.0202084985, 0.0492207, -0.0261252727, -0.0165498164, 0.033556968, -0.0130912196, -0.000585514063, -0.0324993804, -0.00538440701, 0.000614544144, -0.0328423828, 0.0188507847, -0.0140702026, -0.00695292372, -0.0120050488, 0.00259930734, -0.00016748115, -2.10747112e-05, -0.0127696563, 0.0057488461, -0.0147204762, -0.01371291, 0.00350504532, 0.0328709669, -0.00207765936, 0.0176502801, 0.00913241226, -0.00105937407, 0.0178360716, -0.00534510473, -0.00672425656, -0.0234955959, 0.0346717238, -0.0196797047, 0.0157351885, -0.0211088769, -0.0105687305, -0.0238385964, 0.0125481337, -0.0200798735, 0.00718516437, 0.0104329586, 0.00216340972, -0.00844640937, -0.0238528885, -0.017493071, 0.010075666, -0.0659134313, -0.00282797497, 0.0100184986, 0.0225523412, -0.00882514, -0.0148062268, -0.0103186248, -0.0326708816, -0.00678499602, -0.0108974399, 0.00826061703, 0.0253821034, 0.0388449058, 0.00470912317, -0.0170929022, -0.0150206024, 0.00654918281, -0.0397024117, -0.00907524489, -0.00218663388, 0.017764613, -0.0125767179, 0.0249104761, -0.0303842071, 0.000897698919, 0.019436745, -0.022237923, 0.00290836603, 0.004616227, -0.00563093927, 0.00865363888, -0.00966120604, 0.0236099288, -0.027568737, -0.016649859, 0.00539869908, -0.0195653699, 0.0149205606, 0.00791047, -0.0054272823, 0.0214661695, -0.00175073626, 0.0215519201, -0.00943253841, -0.0234241355, 0.021823464, 0.0223093815, 0.0431324244, 0.0527650453, 0.0085893264, -0.00297089224, 0.0354148932, 0.0361008942, 0.00741740502, -0.0195367876, -0.00404813094, 0.00380874448, -0.0155779794, 0.0270113591, -0.0242673475, -0.0128053855, -0.0152778532, -0.00684930896, -0.0319848806, 0.0286977831, 0.0532509647, -0.0262967739, 0.00704939291, -0.00982556, 0.0190651603, -0.00410529785, 0.00703867432, -0.0231811777, 0.0268684421, 0.0205086246, 0.00416603778, 0.0184220336, -0.0153207285, -0.00584531529, 0.0120693613, -0.00111564773, 0.0386734046, 0.0298125371, -0.0101471245, 0.0121193826, -0.0330710486, 0.00439113239, -0.0173787363, -0.0125266965, -0.0156494379, 0.0128482599, 0.00273150578, 0.0209087934, 0.00627406687, 0.0188650768, 0.0151349362, 0.017350154, 0.00609899359, -0.0256679375, -0.0108545646, -0.0143560376, -0.0311559588, -0.00899664, 0.0126981968, 0.00244567124, 0.0293266177, -0.0170500278, 0.00431252783, -0.0237385537, 0.00484489463, -0.0203085411, -0.0100899572, 0.00883228611, 0.00876082666, -0.0107902521, 0.00127017696, 0.0173787363, 0.0086322017, 0.000590426847, -0.0145275379, 0.000365108892, 0.0192509536, -0.0068242983, -0.0050056763, -0.00161496492, 0.00247782771, -0.0252391845, -0.00114512444, -0.0103972293, -0.00318884104, -0.0124052167, 0.00981126912, -0.0163497329, -0.0036015145, -0.0143774748, -0.0027350788, 0.00219199318, 0.00204014359, -0.033699885, -0.00154797244, -0.00813913718, -0.0224951748, -0.0063919737, -0.00723518571, -0.00588819059, 0.00258680223, 0.0142131196, -0.00993274804, -0.0240386799, -0.0061132852, -0.0384447388, -0.0208373349, -0.017750321, 0.00155422499, 0.0118478397, -0.0182791147, 0.0208373349, -0.0120765073, 0.00528436527, 0.0523077101, 0.00982556, -0.040159747, -0.012026486, 0.00522719836, -0.00688503822, -0.0122765917, -0.0136057213, 0.0276544876, -0.00654918281, 0.00318348152, 0.0346145555, -0.00584888831, 0.053851217, -0.0132126994, -0.0166355669, 0.0168213602, -0.0118406937, 0.0228667594, 0.00383375515, -0.0071351435, 0.0226952583, 0.00898234919, 0.00873938948, 0.0302698724, -0.0117335059, 0.00314596575, 0.0133627625, -0.0197940376, -0.00933249574, 0.00741740502, -0.0155493962, 0.0206658337, 0.00671711052, 0.00245817658, 0.0652845949, -0.025739396, 0.00709226821, -0.0242244732, 0.00706725754, -0.0102757495, -0.0264111068, -0.000292757031, -0.0156780221, 0.0193938706, 0.0160067305, -0.0124695292, -0.0028458396, 0.00352826947, 0.0100256447, -0.0130983656, 0.00846070051, 0.00796763599, 0.0112976078, -0.0154207703, -0.00548802223, -0.00370870251, -0.0366439819, 0.0256965198, -0.0352719761, 0.00440899702, -0.00844640937, -0.00155065209, -0.0117263598, 0.0136414506, 0.0256679375, 0.0165926926, -0.00315489806, 0.0106830643, 0.0130411983, 0.0176788624, 0.0240815561, 0.0265683159, -0.0110760862, -0.0205800831, -0.00849643, -0.00367297325, 0.0172644034, 0.00768894795, -0.0120693613, 0.0296410359, 0.00545943854, -0.0280403625, 0.0367583148, -0.00698150741, 0.0105472924, -0.000448402861, -0.0137414932, -0.0213089604, 0.0186935756, 0.0200369973, -0.0013175183, -0.0165784, 0.00397667242, -0.0112475874, -0.0166212749, -0.0116549013, 0.0101042492, 0.00264396891, -0.0192652438, -0.0148633933, 0.00422320468, 0.0248533096, 0.0150348945, -0.00905380771, -0.0169356931, 0.000465820893, -0.0150348945, 0.0015247484, 0.00369441067, -0.00563451229, -0.0151778115, 0.00950399693, 0.0166641511, 0.0113404831, -0.017207237, 0.00255285925, 0.0187078677, 0.0122480076, -1.33915137e-05, -0.01160488, 0.000373147981, -0.0137915146, 0.0138844103, -0.000969157554, -0.0105830217, -0.0192080773, -0.0236099288, 0.00264754193, -0.025610771, -0.0098755816, 0.01160488, 0.0154207703, 0.00791047, 0.00601681601, 0.000285611168, -0.000999527518, -0.0144489333, -0.0377873182, 0.0217091292, 0.0395594947, 0.0191080365, 0.00488062389, -0.0113762124, -0.000573455472, 0.0137843685, 0.0144775165, 0.0129340105, 0.0201084558, -0.01930812, -0.0340714715, -0.0305557065, 0.0234098453, -0.00011104, 0.00475557148, -0.00303341844, 0.0134770963, -0.0200369973, 0.025868021, 0.00999706145, 0.0249390583, -0.00706011197, 0.0290550757, -0.0180647392, -0.0214947537, 0.0116263181, 0.0225380491, -0.044332929, 0.00181236933, -0.0123194661, 0.0120121948, 0.00205800822, 0.00655275583, 0.00978268497, -0.0216376707, 0.0257108118, 0.00968978927, -0.0154064791, 0.00476629, -0.0071780188, 0.00332639879, 0.00725305034, -0.0451904312, 0.00550946, -0.0142988702, -0.0132198455, 0.00254571345, 0.00550588686, -0.0171786528, -0.00826776214, -0.0194081627, -0.0139487227, 0.0234670117, 0.0289693251, -0.022095006, 0.00790332351, 0.00657776603, 0.00780328177, -0.00502354093, -0.00133181, 0.00335676875, 0.0500210375, 0.0302412882, -0.00151134981, 0.00763178105, 0.00366582721, 0.00548802223, 0.0197511632, -0.00147919345, -0.0206372496, 0.017207237, -0.0171357784, 0.013705764, 0.00421963166, -0.0158781055, 0.0126338843, 0.0315847099, 0.016364025, 0.00502354093, 0.0105687305, -0.0247389749, 0.0142274117, 0.00561307464, 0.00992560294, -0.034557391, -0.00770323956, -0.014263141, 0.00465552928, -0.00119067926, 0.00895376503, 0.0401025787, 0.0402740799, -0.000170830768, 0.0121122366, 0.00346752955, -0.0109903365, 0.0146204345, -0.0140344733, 0.0137986597, 0.00892518181, -0.0195224956, 0.00297446526, -0.0193652865, -0.00328531023, -0.0276116114, -0.000304145768, -0.0240958482, -0.00844640937, -0.0034836079, 0.00910382811, 0.0290693678, 0.0045483415, -0.00801765732, -0.0268112756, -0.0261395648, 0.00686002756, -0.00109599659, -0.0027904592, 0.00647057826, -0.00705296593, -0.00371942134, 0.0174501948, 0.000778899, -0.0208516251, 0.01483481, 0.0425607562, -0.00390521367, -0.0189079512, 0.00144078443, -0.013284158, -0.00689933, -0.00406242255, 0.00710656, 0.0417318344, -0.00794619881, 0.0396166593, 0.0283690728, -0.016506942, 0.0032728049, -0.0080319494, -0.020723, -0.00220449851, -0.00308165303, -0.0224094242, -0.00381589052, -0.0147919348, -0.00558449142, 0.0059596491, -0.0175502375, 0.000152854453, 0.0225237571, -0.0208945014, 0.0216948371, -0.00126660406, 0.00589176361, 0.0215947963, 0.00584174227, -0.00773896882, -0.000254124723, -0.00393022411, 0.0197654553, -0.0157494806, 0.0133984918, -0.0206944179, -0.0123337582, -0.0158209391, -0.0138915563, 0.0163926072, -3.07048758e-05, -0.0346145555, -0.0131698241, -0.00844640937, -0.00661349529, 0.0203228313, -0.0114405258, -0.0195939541, -0.0167641919, 0.00953972619, 0.000154194306, 0.00595607609, -0.0122051323, -0.00463409163, 0.00445187232, -0.033699885, 0.00864649285, 0.00765321823, 0.019451037, -0.00986843556, 0.00567381456, -0.0135914301, 0.0146061424, 0.0115477135, -0.0345002227, 0.0228810515, 0.00789617747, 0.017750321, 0.00215626392, -0.0135628469, 0.0226095077, 0.00220628502, -0.0221521724, 0.0156780221, -0.0210374184, 0.024767559, -0.00635981746, 0.0110689402, 0.00550588686, 0.0236099288, -0.0335283838, -0.00274579762, 0.00379087985, -0.0273114853, 0.000229337515, -0.0188364927, -0.0223236736, -0.0133413244, 0.0111975661, -0.0196225382, 0.0153493118, 0.00160513935, -0.0012067575, 0.0133842, -0.00540227164, -0.0144918086, 0.00564165832, -0.0289693251, 0.0258108545, 0.0178503636, 0.00586675294, 0.02295251, 0.00192759628, 0.0289836172, 0.00755317649, 0.0284119491, -0.0100542279, 0.00351755065, 0.0076675103, 0.0102686044, -0.00905380771, -0.0188079085, -0.0119764647, -0.0182934068, 0.0125409886, -0.0201942064, -0.0291979928, -0.00619546277, 0.0056237937, 0.00891089067, -0.0148491021, 0.00475914404, -0.00552732451, 0.00942539237, -0.0137986597, 0.0158352312, 0.0131984074, -0.0177931972, 0.00603825366, 0.0201942064, -0.0103757922, 0.0187221598, 0.0418175869, 0.0297553707, -0.0035389883, 0.0154350623, 0.0258537289, -0.0251820181, 0.0113762124, -0.0315561295, 0.00856788922, -0.00776755204, -0.00594893051, 0.0151349362, -0.0227667168, -0.0145632671, -0.0151206441, 0.00731021725, -0.011183274, 0.0385019071, 0.0322135463, 0.0143774748, -0.00023224052, 0.0216090865, -0.0168213602, -0.0208373349, -0.0196654126, -0.035100475, 0.0115191303, 0.000995954499, -0.00921101682, -0.0213804189, -0.0190079939, -0.0054701576, -0.0225809254, -0.00904666167, -0.0263968147, -0.00835351273, -0.0101113953, 0.0251248516, -0.0057488461, 0.0108045433, 0.000953079376, -0.0149777271, -0.0131055117, 0.000784705, -0.0131984074, 0.000792297476, 0.0051914691, 0.0165784, 0.0179646984, 0.0104686879, 0.0137986597, -0.0025314216, -0.00208123238, 0.00395166175, -0.010768814, -0.0209516678, -0.00650988054, -0.0382160731, -0.028955033, 0.0252677687, 0.00771038514, -0.0115334215, -0.0210517105, 0.0133413244, -0.00457692472, 0.0026368231, -0.00145328976, -0.0176645722, -0.00402312027, 0.00347467558, -0.0192080773, -0.0244817231, -0.00204728963, -0.00983985234, 0.00783186499, -0.0130912196, -0.00549159525, 0.00519504165, 0.0134127839, -0.0312417094, 0.00464481, -0.00763892662, 0.0042267777, 0.0128839901, -0.00317633571, 0.0557091422, 0.00995418616, 0.0250962675, -0.00860361848, 0.00222772267, 0.0229239259, 0.0259108972, -0.00881799404, -0.00406242255, 0.00390878646, -0.0169499852, -0.00154171977, 0.0122623, -0.0294409525, -0.000790064398, 0.0142988702, 0.0137486393, -0.0271828603, -0.0206229575, 0.0160781909, 0.0141488072, -0.00309951766, 0.00411958946, -4.57781789e-05, 0.019165203, -0.0098755816, -0.0101113953, -0.0151349362, 0.000356176577, 0.0228524674, -0.00373014016, 0.00443043467, -0.0112833166, -0.0232812185, -0.00383732794, -0.00148008671, 0.0150063103, 0.0190794524, -0.0144203501, -0.00786759425, 0.015806647, 0.00157208974, 0.00418390241, 0.0119121522, -0.0102471663, 0.00278867269, 0.0174501948, 0.000557377236, -0.0170357358, 0.00209909701, 0.016921401, 0.0125695718, -0.0308129583, 0.00645628665, 0.00304592378, -0.0156494379, 0.0208230428, 0.00674212119, 0.0183076989, 0.00175430917, -0.0109688984, 0.00410529785, 0.00748171797, 0.00281725614, -0.00900378637, -0.0175931137, -0.0124766752, -0.0334140509, 0.00986128952, 0.00144971674, 0.0181790739, 0.00512715615, -0.00758890575, -0.0190365762, 0.0108045433, -0.00926103722, -0.00131483865, 0.00758890575, -0.0148491021, 0.0121265287, -0.00172483246, 0.00289407419, 0.0179646984, -0.00272436, 0.00421963166, -0.00422320468, -0.0222950894, 0.0211374611, 0.0429895073, 0.0283404905, 0.00579886697, 0.0063240882, 0.0031620441, -0.0110903783, 0.00130679959, -0.0128411148, -0.00554876216, -0.01371291, 0.014406058, 0.0059596491, 0.013848681, 0.00121658307, -0.00851072185, 0.00699579902, 0.0046198, 0.00995418616, -0.00746742589, 0.0271685682, 0.011054649, 0.000473859982, 0.00365868141, -0.0012380206, 0.0116977766, -0.0278545711, -0.0330710486, -0.0266397744, -0.00364617631, 0.000430314889, -0.00143095886, -0.00148187322, -0.0328423828, -0.0335283838, -0.00234562927, -0.0252677687, 0.00741740502, 0.00687074661, -0.0354148932, 0.015106353, 0.0210231263, -0.00455548707, -0.00721374806, 0.00263325032, 0.0257536881, -0.00353005598, -0.00753173884, 0.00898234919, 0.0178503636, -0.0231383014, 0.00574527308, 0.00949685089, 0.0209373757, 0.000673497503, -0.00463409163, -0.0174216125, -0.0231525935, 0.00303520495, 0.000424732192, 0.0180218648, 0.0119764647, -0.00584174227, 0.0195939541, 0.00854645111, -0.017750321, -0.00332997181, -0.025596479, -0.00606326433, 0.00507356226, -0.00240458269, -0.013991598, -0.00900378637, -0.0207515843, 0.0166927334, 0.00662778737, -0.0045733517, -0.00850357581, 0.00453404943, 0.00888230652, -0.0020919512, 0.00706368499, 0.008810848, -0.00305842911, -0.012312321, -0.0294981189, -0.0154064791, -0.00911097415, 0.00712442445, 0.00388734904, -0.00602038903, 0.0128339687, 0.00710656, -0.0257679801, 0.00976124778, 0.00404455792, 0.005095, 0.00443400769, 0.00616330607, 0.0350718908, -0.00554876216, 0.00343001378, 0.00908239093, -0.00134967477, 0.0151492283, 0.00926103722, -0.0199512467, -0.00679928809, 0.00601324299, 0.0120907985, 0.0131412409, -0.00625977525, -0.00861791, 0.00103257713, 0.00904666167, -0.0220807139, -0.0203228313, -0.00510214549, -0.00683144433, -0.0172358193, -0.0118621318, 0.0131912613, -0.0119264442, -0.0283690728, -0.00250105187, 0.00329245604, 0.0212089196, -0.00501996838, 0.0284548234, -0.0104543967, -0.006856455, 0.0351862274, 0.00597394072, 0.00442328863, 0.00782471895, 0.00271185464, -0.042789422, -0.0191080365, 0.00520576071, 0.000928962079, -0.000651613285, -0.0065348912, -0.00411601644, -0.00418390241, -0.00833207555, 0.00727091497, 0.0110260658, 0.00274579762, 0.00181683549, 0.00387663022, 0.00818915851, 0.020551499, -0.00496280147, 0.0189651176, 0.00302269962, -0.0080748247, -0.00390164088, -0.00549516827, -0.0165784, -0.00579529442, -0.0056488039, -0.0133770537, -1.25959778e-05, 0.0147776427, -0.000278018706, 0.0160353146, 0.0184934922, 0.00730307121, -0.00357829058, -0.0149062686, -0.0311273765, -0.00920387078, 0.0187793262, -0.0046198, -0.00233133766, 0.0103257708, -0.0227810089, 0.00615973305, 0.00147740706, -0.00389449485, 0.00394808874, -0.046705354, 0.039016407, -0.0098327063, -0.0132484287, 0.0171929449, 0.0186935756, 0.00312095531, 0.00783901103, 0.00259216153, 0.00751744723, 0.00662064133, -0.0128982812, -0.0177074466, 0.021251794, 0.00833922159, -0.00921816193, 0.00205979473, 0.00788188633, -0.00584531529, 0.0227667168, -0.0239100549, 0.00772467721, 0.0157208964, 0.0255107284, -0.0130626364, 0.0187507421, 0.000742276432, 0.0209516678, -0.00727091497, 0.00184899184, 0.0131984074, 0.00768180192, -0.0153207285, 0.00736023812, 0.00272971927, 0.0161639396, 0.0249533504, -0.00810340792, 0.028397657, 0.0068135797, -0.00728163356, 0.0106902095, -0.0202942491, 0.016364025, 0.00141220097, 0.0157208964, 0.00339964405, -0.0106687723, -0.00487347785, 0.0110689402, 0.0128125306, -0.0113619212, -0.000295883365, 0.0126910517, -0.0128411148, 0.00183112721, 0.010497272, -0.00748886354, 0.0156923141, 0.0240672641, -0.0146633089, 0.0102686044, -0.0240100976, 0.00999706145, -0.0213518366, -0.00725662289, -0.0133913457, -0.0146633089, -0.0103114787, -0.0139701609, -0.00816057436, 0.0150491856, 0.0188507847, -0.00130144018, 0.00893947389, -0.00610613916, -0.031470377, -0.0241387226, 0.00573455449, -0.00613115, -0.0159924403, -0.00668138126, -0.00813199114, -0.0109474612, -0.0010424027, -0.00638125511, -0.0241530146, 0.0133770537, 0.0163068585, 0.00714228908, 0.0032245703, -0.0123480503, -0.00420176703, 0.00977554, -0.0123480503, -0.00698865345, 0.00654203678, -0.0136914719, -0.00852501392, 0.00874653552, 0.00290657952, 0.0120907985, 0.00272614649, 0.0110117737, 0.00326208607, -0.00478415471, -0.0128125306, -0.0107187936, 0.00378016103, -0.0168213602, -0.0496208668, -0.0118549857, -0.0123909255, -0.0267398171, -0.00702438271, 0.0162925664, -0.0141488072, -0.00735309208, 0.0128411148, 0.00780328177, 0.00069180876, 0.022095006, 0.00185613777, -0.00395166175, 0.00139612285, -0.0199941229, 0.00785330217, -0.00350683182, 0.00983985234, -0.0205372088, 0.00396595336, 0.0098755816, -0.00469840458, -0.00848928466, 0.0338999704, 0.00610971218, 0.0164640658, -0.0196225382, 0.0132198455, -0.0153350206, -0.0105330013, 0.0268255677, 0.012305175, -0.00966120604, -0.013434221, -0.00981126912, 0.0233812612, -0.0105258552, 0.00362652517, -0.0134913875, 0.0215090457, 0.00358007709, 0.00614544144, -0.00866793096, -0.000956652279, 0.0179361142, 0.0030137673, -0.0178360716, 0.00368726486, 0.0121622579, 0.00184541894, 0.0061811707, 0.0141345151, 0.00712442445, 0.0192795359, -0.00220449851, 0.0159209818, 0.00799622, -0.00275115692, -0.010204291, 0.00517360447, -0.0203657076, 0.0105044171, -0.000512715604, -0.000681536621, 0.00991131086, 0.00309415837, -0.00761748897, -0.00429823622, 0.0126767596, -0.0155351041, -0.00402312027, 0.0110046277, 0.022366548, -0.0182791147, -0.0136700347, -0.00753888488, -0.018321991, -0.0104401046, -0.0225952156, -0.0244388487, 0.00196689856, 0.00217234204, 0.0156208547, 0.00479844632, 0.00551660545, -0.0135914301, -0.00607398292, -0.0142917242, 0.0068135797, -0.0104329586, 0.0106473351, -0.0262967739, 0.0174359046, 0.0159638561, 0.0115977339, -0.00445187232, 0.00795334484, -0.00458049774, 0.0203657076, 0.00425893394, -0.0123480503, 0.0107473768, 0.0140630566, 0.0459621847, -0.0213232525, 0.0129125733, 0.0161353573, 0.010768814, 0.00374085899, 0.00319420034, -0.014413204, 0.0110617951, -0.020551499, -0.0119693195, -0.0373585671, -0.0143631827, -0.000284941256, 0.00958974753, -0.0358436443, -0.00749600958, 0.0158781055, -0.00023916307, 0.0058345967, 0.00542370928, -0.00379087985, 0.0104329586, -0.00240994198, 0.00027712548, 0.000412003632, -0.0153350206, -0.0396166593, 0.00921101682, -0.000260600675, -0.00644556759, 0.0118192565, -0.013705764, -0.00248318701, 0.00576313771, -0.00374800479, 0.0147347683, 0.0130626364, -0.00515931239, -0.00688861124, 0.0147490595, -0.000448626175, 0.00153636036, 0.00345859723, -0.0124695292, -0.026711233, 0.0101256864, -0.001661413, -0.0213232525, 0.00699937204, -0.0058596069, -0.00326387258, 0.0013711123, -0.0132770119, -0.025882313, 0.0198369138, 0.0105901677, 0.00306736142, 0.0231383014, -0.0152349779, -0.00133716944, 0.0223522577, -0.00252248929, -0.0120765073, 0.0145561211, 0.0333283022, 0.0139987441, 0.00148633937, -0.0059703677, 0.00336034177, 0.00496280147, 0.014270287, 0.0214090031, -0.00240815547, -0.00951828808, -0.00928247534, -0.00184005953, -0.024052972, 0.0189222433, -0.000462247961, -0.00592034683, 0.00868222304, -0.0245674737, 0.00143631827, 0.0101399785, -0.0101614157, 0.00914670341, -0.0102900416, 0.020279957, 0.00290122, 0.0173215698, 0.0214947537, -0.0235670544, -0.0164354835, -0.0030637884, -0.024767559, 0.00699937204, 0.0135985762, -0.00463766465, -0.0182648245, -0.00854645111, -0.0181076154, -0.000960225239, -0.0105258552, 0.00623119203, -0.027554445, -0.000593553181, 0.0276830699, 0.0110260658, -0.00545229297, 0.00132913038, 0.012583863, 0.0100042075, 0.0136200134, -0.00196332554, 0.0187650342, 0.00463409163, -0.00478415471, 0.0049377908, 0.0241244305, 0.00347110257, 0.0242101811, 0.00402669329, -0.0061132852, -0.00406956859, -0.00849643, 0.000983449281, 0.00522719836, -0.0244817231, 0.0120907985, -0.0217805877, 0.00211696164, -0.00109421019, 0.00362473866, 0.00908953696, 0.0128982812, 0.0201656241, 0.0260966886, 0.00565595, 0.0139272856, 0.00145507616, -0.0158495232, 0.0156208547, 0.0455048494, 0.000610078, -0.0150063103, -0.00862505566, -0.032613717, -0.0126338843, -0.0300983712, -0.0103615, 0.0192652438, 0.00133181, 0.0114047965, -0.0320992135, -0.00321385148, -0.000566756178, 0.00543800136, 0.00139433634, -0.0258108545, -0.00836065877, 0.0359865613, 0.00818915851, 0.0126338843, -0.0200655814, -0.00198297668, -0.000580154709, -0.0150634777, 0.00159352727, -0.00153814687, 0.00313346065, 0.00714228908, 0.0087250974, 0.0117192138, -0.00130679959, 0.00294766808, 0.00478058169, 0.0225094669, 0.00948970485, -0.00848928466, 0.00661349529, 0.00989701878, -0.0298411213, 0.0357007273, -0.020980252, -0.0155922715, 0.00332639879, -0.01160488, 0.00724233128, -0.0014193469, -0.00761748897, -0.00423392328, 0.00149527169, 0.000770413259, 0.0286263246, -0.00976124778, 0.0266397744, -0.0160781909, 0.00838924199, -0.00535582379, 0.0147347683, -0.00864649285, -2.08932724e-05, -0.034843225, -0.00127821614, -0.0217377134, 0.0225523412, 0.0211803354, 0.00767465588, -0.0163497329, -0.00495565543, -0.020723, 0.00149884459, 0.00517003145, 0.0100184986, -0.0126124471, 0.0231811777, 0.0158923976, 0.00030481568, -0.00704582036, 0.00604182668, 0.0093182046, -0.00813199114, -0.00347288908, -0.00554518914, -0.0167499017, -0.00224380079, 0.0251820181, -0.000198855952, -0.0309844594, 0.00150599051, -0.0234384276, -0.00699937204, -0.00106205372, -0.0127553642, -0.0129911778, -0.0244817231, 0.00747457193, -0.00790332351, -0.00334783643, 0.0100542279, -0.0171643607, -0.00642055739, -0.00552017847, -0.0122908829, -0.00797478203, 0.00764607266, 0.00480916537, 0.0405313298, 0.00456977868, -0.0161353573, 0.00446973694, 0.0364438966, -0.00177664, 0.0257251039, -0.00764607266, 0.00780328177, -0.0136700347, 0.0167927761, -0.00603825366, 0.0179075301, 0.0254535619, 0.00856788922, -0.0219806731, -0.00232597813, -0.0125624258, -0.029383786, -0.00709226821, 0.00158816786, -0.00237599923, -0.0039159325, -0.0291979928, -0.00118621311, 0.0140773486, 0.00111118157, 0.00534867775, -0.0103400629, -0.0167070255, 0.0024635361, -0.0246103499, -0.0163211487, 0.00920387078, 0.00119961158, 0.018593533, 0.00929676648, -0.00550231384, -0.0139701609, 0.00269756303, 0.00846070051, 0.00220807153, -0.00290122, -0.00158906111, 0.00794619881, -0.0190651603, 0.00151224306, 0.0143703287, -0.0103757922, 0.00318348152, 0.00452690385, -0.00419819402, -0.0148633933, 0.00988272764, -0.00443043467, 0.0101757078, 0.00218306086, 0.00942539237, -0.0172929857, -0.01019, -0.0307557918, 0.00329960184, 0.00593106588, -0.00103704329, -0.00156941, 0.0136914719, 0.0320420451, -0.0162782744, -0.01371291, 0.00981126912, 0.00465195626, -0.00575241912, -0.0014264927, 0.00496280147, -0.00664207898, -0.0160210226, 0.0130983656, 0.0272257347, -0.0155922715, -0.00593821146, -0.00197047158, 0.00266004726, 0.00182755431, -0.00846070051, 0.0282833222, -0.00389092206, 0.0111332536, -0.0147061842, 0.00287799607, -0.00594893051, 0.0058596069, -0.00411958946, 0.0171500687, -0.0144775165, -0.0179218221, 0.00267255236, 0.0053593968, -0.00415889174, 0.0101256864, -0.0183648653, 0.0112904627, 0.01930812, -0.0087179523, 0.00608112896, -0.010633043, -0.0208945014, 0.00396238081, -0.00283869379, 0.0272114426, 0.018336283, 0.00515216682, 0.020008415, -0.021266086, -0.00436969474, 0.00608112896, -0.00472341478, -0.00266362, -0.00509142689, 0.012726781, -0.0142202657, 7.91627535e-05, -0.00731379, 0.00348539441, 0.0222808, -0.0129911778, 0.00499138469, -0.00809626188, 0.032613717, 0.00921816193, -0.00616330607, -0.00714943511, -0.0151635194, 0.0191937853, 0.00131841155, -0.00408386, -0.000519861467, -0.00972551852, -0.00344251911, -0.00604897225, 0.017621696, -0.00369798369, 0.018593533, 0.017621696, 0.00192045048, -0.00808911584, 0.00289228768, 0.00674569374, 0.0228953417, 0.00398381799, 0.00750315515, 0.0029583869, -0.0242530573, -0.0255678948, -0.00474842545, 0.0184363239, -0.000263503665, 0.00538083445, -0.00409457926, -0.010768814, -0.0139058474, 0.0156065635, 0.0134770963, 0.00168821, -0.00380159868, 0.0189937018, 0.00689575728, -0.000787384692, -0.00320849218, -0.0258108545, 0.00611685822, -0.000847231306, 0.0331568, 0.033842802, 0.0115834428, 0.00737452973, 0.00344251911, -0.0281261131, 0.0171214864, 0.00743884267, 0.0139058474, -0.0126124471, -0.0220378395, 0.0122480076, 0.0152635621, 0.00635624444, 0.00677785045, 0.0190079939, -0.00946112163, 0.0111261075, 0.0157066043, -0.0251534358, -0.00474842545, 0.0219520889, -0.00933964178, -0.0166784432, -0.0121622579, -0.00394451618, 0.0101757078, 0.0294981189, 0.00207051355, -0.000894572644, 0.0338713862, 0.0034889672, 0.00825347099, 0.00289050117, -0.0116620474, 0.00127642963, 0.00794619881, -0.0183505751, -0.0147061842, 0.0206372496, -0.00389806787, 0.0251391437, -0.00346395676, -0.00395523477, -0.00479487376, 0.00445187232, 0.00619903533, 0.0128839901, -0.00716729974, -0.0234098453, -0.0328423828, -0.0156065635, 0.0170929022, -0.0187793262, 0.00153278746, 0.0123480503, 0.00782471895, -0.0112190042, -0.0133556165, -0.0220092554, 0.00166587916, -0.00338892522, -0.0155065209, 0.00428037159, -0.00599180534, -0.0136414506, -0.0221378803, -0.0157637727, -0.0104472507, 0.00250641117, 0.0082892, 0.0112904627, -0.0117120678, 0.0066706622, -6.51501687e-05, 0.00405527698, -0.0143703287, -0.00298875687, -0.0188222, 0.00335140945, -0.00289943349, 0.00486633228, 0.00835351273, 0.00732450886, -0.00570239825, 0.00369441067, 0.0354148932, 0.0322421305, 0.0146132885, -0.0011531635, -0.013284158, 0.0140487654, -0.0120907985, 0.00882514, 0.000643127598, 0.0136128673, 0.0080748247, -0.00619546277, -0.00218306086, 0.0121979872, 0.00981126912, 0.0152063947, -0.0253249351, -0.00207765936, 0.00232061883, -0.0182791147, -0.00135860709, 0.00578457536, -0.00191866397, 0.0193367023, 0.013841535, 0.0240672641, -0.00186685647, 0.00484132161, 0.0108617106, 0.00129608077, 0.0122980289, 0.0299268719, 0.00123266119, 0.0137414932, -0.0027904592, 0.0145275379, -0.00251713, 0.00276544876, -0.00647415128, -0.0156065635, 0.0166927334, -0.00818915851, -0.0253392272, 0.0046198, 0.0135199716, 0.0390449911, -0.016506942, -0.00593463844, 0.0109831905, -0.0133413244, 0.0193652865, -0.000130077024, 0.00785330217, 0.00456620613, -0.000876261329, -0.0190937445, -0.0137414932, -0.00153368071, -0.0156494379, -0.00200441433, 0.00169714226, -0.00563451229, -0.0107831061, 0.00919672474, -0.0233812612, 0.0021526909, 0.00153100095, 0.010218583, 0.0233240947, -0.0308987089, -0.0194224529, -0.0223951321, 0.0182362404, -0.012312321, -0.00407314161, -0.00441971561, -0.00370512949, 0.0056809606, 0.000733344117, 0.0267969836, 0.0200227052, -0.015935272, -0.0034836079, 0.00376944244, 0.0150777698, -0.00726376893, 0.00895376503, 0.00893947389, 0.00514144776, -0.0026850577, -0.00524149, -0.00283512077, -0.0143703287, -0.010211437, -0.0328423828, 0.0274686944, -0.000129183783, 0.0109474612, -0.0137200551, 0.0251963101, 0.00988987368, -0.0184934922, 0.037615817, -0.00776755204, -0.00584888831, 0.000746742589, -0.00398381799, 0.00129697402, -0.00110939506, 0.0189651176, 0.0117620891, 0.00668852683, -0.00972551852, -0.0375300683, 0.020422874, 0.000229337515, -0.000195059707, -0.0103257708, -0.00963262189, -0.00341929519, 0.017478779, -0.0121908411, -0.0138701182, 0.00948255882, -0.0417318344, 0.00403741235, -0.0120622152, -0.0151921036, 0.0139415776, -0.00224022777, -0.0109688984, -0.0143417455, 0.0267826915, 0.0187078677, -0.0152349779, 0.000681983249, -0.0133270333, 0.00090127188, 0.00148276647, 0.0300126206, -0.00580601301, 0.0162353981, 0.0274972785, -0.00460908096, 0.0082105957, -0.0050056763, -0.00136039348, -0.0131841162, -0.013855827, 0.00946112163, -0.0184363239, 0.0239958055, -0.00657062046, -0.00623476459, -0.0122480076, 0.0112618785, -0.0106044598, -0.0166069847, 0.0195939541, -0.0108760027, 0.0336713046, 0.00473413384, -0.0110189198, 0.0200227052, -0.0125552798, 0.0110117737, -0.010082812, -0.000595339632, -0.00121747633, 0.0289121587, 0.00345502445, -0.00350504532, 0.00690647587, -0.00778898969, 0.00654918281, 0.00993989408, 0.00598823233, -0.0191080365, 0.00717444578, -0.00771038514, -0.016378317, 0.0194939114, -0.00798192807, 0.00677070441, -0.0139415776, -0.00887516048, -0.00605611829, -0.00565595, 0.00821774174, 0.00463409163, 0.00891089067, -0.0091895787, 0.00994704, 0.0161496494, -0.0254535619, -0.0229953844, 0.0249819346, -0.00427679857, 0.0175931137, -0.0118049644, -0.0165355243, -0.0121622579, 0.000446393067, 0.00681000669, 0.0179218221, -0.00893947389, -0.014277433, 0.00491635315, 0.0229239259, 0.00686717359, -0.0115620047, 0.00884657726, 0.00773896882, -0.00703152828, 0.0108474186, 0.00141398748, -0.0107116476, 0.0540513024, -0.00304592378, 0.0339285545, 0.0159638561, 0.00672068354, 0.00136128673, -0.00493421778, -0.0209373757, -0.00657419348, -0.0101971459, 0.0146633089, -0.00469840458, -0.0127910934, 0.000648487, -0.0175645296, -0.00183827302, -0.00645271363, -0.0103686461, -0.00898949429, -0.034843225, -0.0150063103, -0.0063919737, 0.0055380431, -0.00115227024, -0.0135771381, -0.0110403569, -0.00632051518, -0.000716819311, 0.0149777271, -0.0153064365, 0.00137468521, -0.00504497858, 0.0110903783, 0.0116691934, 0.0122408615, -0.028669199, -0.00612400379, -0.0158495232, -0.000380293845, 0.0117120678, -0.0393308252, -0.0217377134, -0.0163354408, -0.0187650342, 0.00302448613, -0.00549874082, 0.00924674608, -0.000426741957, 0.000283154804, -0.0103186248, 0.0251105595, 0.032013461, 0.0126767596, -0.025596479, 0.0336427204, 0.0127053428, -0.0055702, -0.0171500687, 0.009096683, 0.00765321823, 0.00299411616, -0.00498423912, -0.0102971876, -0.00561664766, -0.0180647392, 0.0125624258, -0.00649558892, 0.00185435126, -0.00205086241, -0.0131984074, -0.028955033, -0.00326565909, -0.00646700524, 0.00972551852, -0.0145989964, 0.0128482599, 0.00584888831, 0.0114834011, -0.00192223699, 0.0265397318, 0.00934678782, -0.00557377236, 0.0399024934, -0.00873224344, 0.0318991281, 0.00344609213, -0.00891803578, -0.00946112163, 0.0270542353, 0.0112761706, -0.000832046324, -0.00237242621, -0.0127839474, 0.00784615707, 0.00618831674, 0.0241244305, -0.0156780221, 0.00931105856, -0.018193366, 0.00386233861, 0.0101757078, -0.0118264016, -0.00232240511, -0.0149920192, 0.00978268497, -0.00563451229, 0.0284548234, -0.00391235948, -0.00783186499, -0.0132412827, 0.0103329169, -0.0140702026, 0.00652059913, 0.0109974816, -0.00455906, -0.00868936814, 0.0170786101, -0.00430180924, -0.0107402308, 0.0198083296, 0.00592034683, 0.0132198455, -0.00818915851, -0.0117335059, 0.0149062686, -0.00409100624, 0.0123766335, -0.00717444578, 0.00210802932, 0.013848681, 0.0284119491, -0.0145203918, 0.00342286797, 0.0087679727, 0.00954687223, -0.0266826488, 0.0113690672, 0.000616777223, 0.0056237937, -0.0166784432, -0.0176502801, -0.0106401891, -0.00287620956, -0.00256179157, 0.0143560376, 0.0160067305, -0.00454476848, 0.00400525564, -0.00764607266, 0.00329066953, 0.0311845429, -0.0236242209, 0.0117835272, -0.00710656, -0.0126553224, 0.00286370423, 0.0118406937, 0.0125481337, 0.0131626781, -0.00595250307, -0.0104543967, -0.0188936591, -0.0130269071, -0.0141988285, -0.0286406167, 0.00352291018, 0.00836065877, 0.0137915146, 0.00219377968, -0.0167641919, 0.00460193539, 0.00665279757, -0.0195082035, -0.00304413727, 0.00505212462, 0.0229953844, 0.00978268497, 0.00145864917, -0.0140416194, 0.00128089578, 0.0103829382, 0.00634195283, -0.00625977525, 0.0109260231, 0.0186792836, 0.00642055739, -0.0030566426, 0.0176502801, -0.00271900068, -0.00433396548, 0.0148919765, 0.0126839057, 0.00776040647, -0.00588104455, 0.0163354408, 0.0115262754, 0.00878941081, 0.0162496902, -0.0070351013, 0.00240994198, 0.00978268497, -0.00341929519, 0.0110617951, -0.00528079225, -0.0214661695, -0.00831778347, -0.00998276938, -0.00801051129, -0.00790332351, 0.0128268227, -0.00373728597, -0.00696364278, 0.0258966051, 0.0148491021, 0.0230668429, 0.0102757495, -0.00152564154, -0.00232061883, -0.00494850939, 0.0154064791, 0.00599180534, 0.0145775592, -0.023081135, 0.0380159877, 0.00117370789, -0.0230239686, -0.00491635315, -0.0191080365, -0.0254249778, 0.0277831126, 0.0121908411, -0.0142131196, -0.000479219394, 0.00711727887, 0.00183112721, -0.00515216682, 0.00173823093, -0.00578814838, -0.0170643199, -0.00128178904, -0.0125124045, -0.0215519201, -0.0142274117, 0.0290264916, 0.0119121522, 0.0332139693, -0.00104686886, -0.00200262782, -0.0163068585, -0.00796049088, -0.000544425391, 0.0160496067, 0.00720660202, 0.0191366188, -0.0267969836, -0.0118835689, -0.00994704, 0.00396952638, 0.00255285925, 0.00918243267, 0.0027904592, 0.0142345577, -0.0069243405, -0.00702080969, 0.00388377602, 0.0135128256, 0.00737452973, 0.00723161269, -0.0156494379, 0.00808197, -0.0119907567, 0.0315275453, -0.00827490818, 0.00370155671, 0.00947541371, 0.00725305034, -0.0137557844, -0.0125767179, 0.0055702, -0.00196868507, 0.00761748897, -0.0087250974, 0.00395880779, 0.0106401891, -0.0140702026, 0.010204291]
|
16 Nov, 2020
|
HTML5 MathML depth Attribute
16 Nov, 2020
This attribute is used to set the depth or increase/decrease the depth of the content. This attribute is accepted by <mpadded> tag only.
Syntax:
<element depth="length">
Attribute Values:
length: This attribute sets or increments the depth.
Below example illustrate the depth attribute in HTML5 MathML:
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML depth attribute</title>
</head>
<body style="text-align:center;">
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML depth attribute</h3>
<math>
<mpadded depth="20">
<mrow>
<mrow>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo>+</mo>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
</mrow>
<mo>=</mo>
<msup>
<mi>z</mi>
<mn>2</mn>
</msup>
</mrow>
</mpadded>
</math>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML depth attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute/HTML5 MathML scriptsizemultiplier Attribute/HTML5 MathML selection Attribute/HTML5 MathML separator Attribute/HTML5 MathML rspace Attribute/HTML5 MathML stretchy Attribute/HTML5 MathML subscriptshift Attribute/HTML5 MathML supscriptshift Attribute/HTML5 MathML symmetric Attribute/HTML5 MathML voffset Attribute/HTML5 MathML width Attribute/HTML5 MathML Complete Reference/HTML5 MathML Attribute Complete Reference/HTML5 MathML depth Attribute
|
https://www.geeksforgeeks.org/html5-mathml-depth-attribute/
|
NextJS
|
HTML5 MathML depth Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, HTML5 MathML stretchy Attribute, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, HTML5 MathML Complete Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, HTML5 MathML Attribute Complete Reference, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, HTML5 MathML voffset Attribute, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, HTML5 MathML depth Attribute, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, HTML5 MathML rspace Attribute, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML separator Attribute, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, HTML5 MathML subscriptshift Attribute, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, HTML5 MathML supscriptshift Attribute, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, HTML5 MathML selection Attribute, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML width Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, HTML5 MathML symmetric Attribute, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, HTML5 MathML scriptsizemultiplier Attribute, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0453806818, 0.0227048397, -0.0162239559, 0.00712969666, 0.0621700846, 0.000985906227, 0.030737076, 0.0331728458, 0.0085831834, 0.00795974303, 0.0103737628, 0.0129835149, -0.00408136193, -0.0288087595, 0.0230818037, 0.00616916316, 0.00956909, -0.00208961382, -0.0273443982, -0.018833708, -0.00308458158, -0.024169201, -0.048541382, 0.0229368173, -0.041321069, -0.000469845923, 0.0228788238, 0.00328937452, -0.00561821554, 0.0435538553, 0.0135054654, 0.00844544638, -0.00511438865, 0.00777126057, -0.0366525128, 0.0134547204, 0.0122730825, 0.0370294787, -0.0210374985, -0.0311140399, -0.00243033119, -0.00351954019, -0.0231542978, 0.00863392837, 0.0235457607, -0.0486573726, 0.0272139106, -0.0208490174, -0.001593036, -0.0249376278, 0.0296496786, 0.00601692777, 0.0157310031, 0.00773501396, -0.00653887773, 0.0106274886, 0.0501652285, 0.0348256864, -0.0132227419, -0.00348873064, 0.0396972224, -0.029983148, -0.0441917963, -1.03359307e-05, -0.0537318885, 0.00264418591, 0.0228498261, 0.0315779969, -0.0203705616, 0.00264781062, -0.0167894028, -0.00569070876, -0.00589368911, 0.02922922, 0.0200805888, -0.0195586402, -0.00363371684, 0.000244437688, 0.0248941313, 0.00999679882, 0.0198486112, 0.020994002, -0.0411760844, -0.00411398383, 0.041234076, 0.018456744, -0.00198268634, -0.0304181054, -0.0121860905, -0.0048642871, -0.0259670299, 0.0242996886, 0.0071151983, 0.00558559364, -0.0273154, 0.0269094408, -0.0256335605, 0.0211679861, -0.0273299, -0.00678535458, 0.00188119605, 0.0380733795, 0.012882024, 0.0132227419, -0.00405236427, -0.00829321146, 0.00994605385, 0.0266774613, 0.0219364129, -0.00101490342, -0.00352316489, -0.0304761, -0.0252855942, -0.0209360085, 0.0012804094, 0.0175868273, -0.0165429264, -0.0596763231, 0.0495562851, 0.00275473786, -0.0544858165, -0.0178623013, 0.00776401116, 0.0288812518, -0.0221538916, 0.0103737628, -0.0697093681, -0.0325929, -0.00215666974, -0.0438148305, -0.038508337, 0.0167024117, 0.000983187696, -0.0394362472, 0.008010488, 0.0251551066, 0.00324769109, 0.00998954941, -0.0043242136, -0.0141579034, -0.0313170217, 0.0121063478, 0.00888765417, 0.0350866616, -0.0109247109, -0.00592631102, -0.00616553845, 0.0339557715, -0.0416980349, 0.0245171674, -0.0108739659, -0.0117293838, 0.00722756237, -0.0276053734, 0.0232557878, -0.0334918126, -0.0264889803, 0.0215304513, -0.0289247483, 0.00289791171, 0.0111131929, 1.05553927e-05, 0.0225453544, 0.0528329723, 0.00130215741, 0.0530939475, -0.00410673441, -0.0116133951, -0.0476714633, 0.029983148, -0.0231253, 0.0122730825, 0.00710432418, -0.00157944346, -0.039900206, 0.0135054654, 0.00833670702, -0.0170068815, -0.00415023, 0.000586288, -0.0330858529, -0.0153395403, 0.0198486112, -0.0111929355, -0.00233971491, -0.0172823556, 0.00917762704, 0.00508176675, 0.00343979779, -0.0201385841, -0.0374354385, 0.0317809768, 0.0239662193, 0.021269476, 0.0600242913, -0.039262265, -0.00202255766, 0.0127732847, 0.0120483534, 0.0014580175, 0.000690496818, -0.0473814942, 0.0112726772, 0.0148465876, -0.0052158786, -0.0258945357, 0.00434233667, -0.0113451704, 0.0485703796, 0.0245606638, -0.00601692777, 0.0208055209, 0.000800142647, 0.00880066305, -0.0141071584, 0.0261700097, -0.0336947963, -0.0254305806, 0.00649900688, -0.0392332673, 0.0528909676, -0.0229223184, -0.0069230916, -0.0156150144, -0.0697093681, -0.0166299175, -0.0114974063, -0.0599083, -0.0125703039, 0.0293452088, 0.00375876739, 0.0331728458, 0.00387113169, 0.0153540391, 0.047787454, 0.00365184015, -0.00638301764, -0.0168908928, 0.0271269195, 0.0070499545, -0.0245606638, -0.0263729915, -0.00975032244, -0.023241289, 0.0019373782, -0.00036835557, -0.0149625763, -0.0412630737, -0.00219835341, -0.0170068815, 0.0358695872, -0.0182247665, 0.0204720516, 0.00668386417, -0.0142956404, 0.0392042696, 0.0572985485, -0.00195187679, -0.0136939473, -0.0243141875, 0.0379283912, -0.0134257227, 0.0117293838, -0.0300411414, 0.0353476368, 0.0119613623, 0.038508337, 0.000757099828, -0.00458881352, -0.00932261348, -0.0195151437, -0.0368264951, 0.022385871, -0.019312162, -0.0207765233, 0.0254305806, 0.00937335845, -0.00628152722, 0.0407411233, -0.0295336898, 0.00668748887, 0.00462143542, 0.0302731209, 0.0373194478, 0.0119903591, 0.0109319603, 0.0139331743, -0.00635764515, -0.0434958637, -0.0392042696, -0.0199790988, 0.00548410323, 0.00903989, 0.0311430376, 0.0189496968, -0.00525212521, -0.0285332855, -0.0207910221, 0.0122730825, -0.0235602595, -0.0302441232, -0.0046721804, -0.00948934723, -0.0358405896, -0.00258981623, 0.0434378684, 0.00404874, -0.00165193656, -0.0220379028, -0.0172388609, 0.0235747565, 0.00259706541, -0.00701733259, -0.0133532295, -0.0458156429, -0.0115698995, 0.011852622, -0.0212549772, -0.0220669, -0.0220814, -0.0227483362, 0.00782200601, -0.0310270488, 0.0398422107, 0.0256480593, -0.00711882254, -0.0281563215, -0.0236037541, -0.0276488699, -0.0201530829, -0.0755668133, -0.0547467917, 0.0171663668, 0.00759002799, 0.00242126966, -0.0468305461, 0.0568925887, -0.0162094571, 0.0111856861, -0.00213129725, -0.0308820624, 0.00840195082, -0.0117003871, 0.0273878947, 0.0149335796, -0.03636254, -0.0167604052, -2.97334986e-06, -0.000392368936, 0.0217624288, 0.000992249348, 0.0531229451, 0.0218784194, -0.0193701573, 0.0234877653, -0.0117656309, -0.0158614907, -0.004896909, -0.0610681921, 0.00125231838, -0.00405598897, 0.00068641908, 0.0192686673, -0.0469755307, -0.0226178486, -0.074870877, -0.0193556584, -0.00882966, 0.00573420431, -0.0260250233, -0.0277648587, -0.0196311325, 0.0208055209, 0.0296641774, 0.0156585108, -0.00913413148, -0.0241547022, -0.0184712429, -0.0217914265, 0.0208200198, -0.0332888328, 0.0339267738, 0.0161369648, -0.0207765233, 0.00545510603, -0.00582482107, 0.00643738778, 0.00174436532, 0.0538478754, 0.0372614563, -0.0236907471, 0.0455256701, -0.0208345186, -0.042828925, 0.014527618, 0.0155135244, -0.0117583815, -0.013824435, 0.0206895322, -0.0268949419, 0.00511801289, 0.00790899806, 0.00748128816, -0.015267048, 0.044974722, 0.0214144625, -0.00482804049, -0.0143826315, 0.0437858328, -0.0140709113, 0.0105984919, -0.000496124674, -0.0238502305, -0.0222118869, 0.0179057959, 0.00935161, 0.0110479491, 0.0102795223, -0.0395232402, 0.0613581613, 0.0513251163, -0.0138896788, -0.00513251172, -0.0403351635, -0.0133024845, -0.0104897525, -0.0479324386, -0.0102650234, 0.0606622286, 0.0223133769, -0.041408062, 0.00525212521, 0.0109319603, 0.0334048234, -0.0279243439, 0.0114394119, 0.00327668828, 0.0220524017, -0.0293742064, 0.00129762653, 0.000608035887, -0.0332888328, -0.00497302692, 0.0413790643, -0.0291567259, -0.000741695054, -0.0125340577, -0.00554209761, 0.0111784367, 0.0531809404, 0.00727105839, 0.0089384, -0.0228353273, -0.0111131929, 0.0561676584, -0.0279243439, 0.0363915376, -0.00341080059, -0.00520500494, -0.00796699245, -0.020704031, 0.00246114098, 0.0410021, 0.0459316298, 0.0654757693, -0.0518760644, -0.0403931588, 0.0246621538, 0.00269130641, -0.010170782, 0.00164015649, -0.00180870295, 0.00348329358, 0.0166299175, 0.0188192092, 0.0165429264, -0.00854693726, -0.0247056503, -0.00814822502, 0.00830770936, 0.0353766344, 0.0135562103, 0.00401974237, -0.00142358337, -0.00656062597, -0.0301281344, 0.0230383091, 0.00964158308, 0.00361015648, 0.0232267901, -0.0151510583, 0.00927186757, -0.00224003685, -0.0288957506, 0.0116206445, 0.0046431832, -0.0177318137, -0.0193411596, 0.00822071824, 0.015267048, -0.0129037723, 0.00444745179, -0.0106782345, 0.0360435694, -0.0161079671, 0.026706459, -0.0574435368, -0.00380226318, -0.0221828893, 0.0233717766, 0.00221466436, 0.0037152716, -0.0181377754, 0.00591181265, -0.00186307274, -0.0176303219, 0.0256915558, 0.0529199652, -0.00105477462, 0.00907613616, -0.0118453735, 0.00691221748, -0.0127225397, -0.00388563029, -0.0104027605, 0.0503392108, 0.0262570027, -0.00897464622, -0.0005205911, -0.0418430194, -0.0120483534, -0.00785100274, 0.0269529354, -0.0134184733, -0.0388273075, 0.0164849311, -0.0272429083, -0.00206242874, 0.00380588789, -0.00494040502, -0.0106782345, -0.0438148305, -0.0334048234, -0.000666936568, -0.028388299, -0.0250971131, 0.012367323, -0.00911238324, -0.0408281162, -0.00526662404, 0.035608612, -0.0121933399, 0.00225272309, -0.0141071584, -0.0168473981, 0.00951834489, -0.0189207, -0.000471658248, -0.000779753958, -0.0277648587, 0.00162837631, -0.0149045819, 0.00776401116, 0.0164559353, -0.0151510583, -0.0366525128, -0.0138534317, 0.00252638455, -0.00813372619, 0.0176593196, 0.00199899729, -0.00189207, 0.0650118142, -0.00993880443, 0.000267544849, 0.026329495, 0.0273154, -0.0024665778, 0.0044184546, 0.00398349622, -0.0271849129, -0.0141144069, 0.0211389884, 0.030360112, 0.00925012, -0.00026550598, -0.0139404237, -0.0337237902, -0.0752768368, -0.00611479348, 0.0421039946, 0.0515570939, -0.00702458154, -0.00800323859, 0.00682885, 0.0383923464, -0.0211824849, 0.00108014722, 0.0117801297, -0.00571970595, -0.000318743114, 0.017151868, 0.0345357135, 0.00253363396, -0.0118453735, -0.0159919783, 0.0115988962, 0.000310361094, 0.0181377754, 0.00766977, -0.0365655199, -0.0166154187, 0.00968507864, 0.00299577741, -0.047120519, 0.00613291655, -0.0160354748, -0.000239906862, -0.0204140581, -0.0115988962, 0.0319839567, 0.00959083717, 0.00198087399, 0.0109247109, 0.0231687967, -0.0266484655, -0.003795014, 0.000595349586, 0.00186307274, -0.0384793393, -0.01555702, 0.00645913556, 0.00717681739, 0.0025753174, 0.0503972061, 0.0110262008, 0.00488241063, 0.0158904884, -0.0174563397, 0.00885140803, 0.0121063478, -0.000261428242, -0.0400741883, 0.0195441414, -0.00324950344, 0.0040668631, -0.0158904884, 0.0468595438, 0.0109319603, 0.00388563029, -0.0164414365, -0.0164124388, 0.00797424093, 0.00604592497, 0.0194426496, 0.0126500465, -0.00474467361, 0.00407773722, 0.0278663486, -1.3188931e-05, -0.0597343184, -0.0510351434, -8.59722932e-05, 0.0119106174, 0.0156005155, -0.0144841224, 0.00234696432, -0.00937335845, -0.004005244, -0.00413935632, 0.00499839941, -0.0486863665, 0.0221393947, 0.029142227, 0.0208490174, -0.0218204241, -0.00316794869, 0.0366525128, -0.0143318865, 0.0647798404, -0.0148900831, 0.00339086493, 0.0105042504, 0.0082642138, -0.000637939316, -0.00880066305, -0.00471205171, 0.0127877835, 0.00305014732, 0.000322367763, 0.0472655036, -0.0179347936, 0.0268514454, 0.0128675262, 0.0201240852, -0.0188482068, 0.0211244896, 0.0109827053, 0.0277503598, -0.0486283749, -0.0121425949, 0.00563633861, -0.0154120335, 0.0214434601, 0.00114357867, 0.0108667165, -0.00789449923, 0.00615103962, -0.00229078205, 0.00164468726, 0.00374064408, 0.0637359396, 0.0414660536, 0.0413790643, -0.00636851927, -0.00240495871, -0.00662587, -0.022023404, -0.0257060546, 0.00151873054, -0.00260250247, 0.0116931377, 0.0187902115, -0.0243286863, 0.0165574253, -0.00619091094, 0.0268949419, -0.0052158786, -0.00319150882, 0.00344342249, -0.0270254295, 0.0022563478, 0.00774951279, -0.0119758612, -0.0162384547, 0.039175272, 0.0332308374, 0.0248361379, 0.0191236809, -0.00158850511, -0.0268659443, 0.0195006449, -0.00521950331, -0.0223713722, -0.0038783811, -0.00240677106, 0.0223133769, 0.00716231856, 0.0132952351, 0.00255175726, -0.00322956778, -0.0412050784, 0.0423649698, -0.0135562103, 0.0383053571, -0.022385871, 0.0109464582, 0.0104245087, 0.000878525781, 0.0111131929, -0.0257640481, 0.00329118688, -0.01629645, 0.00745229097, 0.0138026867, 0.0135199642, -0.0130850049, -0.0244591739, 0.0126862936, -0.0085831834, 0.0257060546, -0.00301208836, 0.0352316499, 0.00911963265, 0.00202437, 0.0105622448, -0.0270254295, 0.0144116292, 0.0207620244, -0.022008907, -0.008010488, 0.0387693122, -0.0210954938, 0.0302151255, 0.00184857415, -0.0169053916, 0.0222118869, -0.00708620064, -0.0179782901, 0.00517963246, 0.0316649862, 0.0424229652, 0.020994002, -0.00751028536, 0.0214434601, -0.0084092, -0.00853968784, 0.0157020055, 0.00825696439, -0.014476873, -0.00719131576, -0.00255719433, 0.00661137095, -0.00916312821, -0.00366633874, -0.0304761, 0.022385871, 0.00622353284, -0.0153830368, -0.00903264061, -0.00321325683, 0.00500564883, -0.0165574253, -0.0233862754, 0.00131574983, 0.0225018598, 0.0150350695, 0.00188482064, -0.000678716693, 0.0229658149, -0.0100112977, 0.00973582361, -0.00506726792, -0.00463593379, 0.0199790988, 0.00735805, 0.0396972224, -0.0321869366, 0.0117148859, 0.00565446215, 0.00529562123, -0.0172968544, -0.0170793757, 0.0182102676, 0.00897464622, 0.0383633487, -0.00996055268, 0.0338107832, -0.034854684, 0.0241112057, -0.0379573889, -0.00209142594, -0.0265904702, -0.013635953, 0.00720581459, 0.010497001, 0.0170358792, -0.0117946276, 0.0174853373, 0.0371454656, 0.041234076, 0.0338397808, 0.00438220799, 0.0132807363, 0.0107797245, -0.00396537269, -0.0509191565, -0.0111421896, 0.0128167802, -0.0203560628, -0.00622715754, 0.0155860176, 0.00630327547, -0.00202799449, 0.0352026522, 0.021457959, 0.0298671592, -0.0089673968, -0.00372252078, -0.00561096612, 0.0154410312, 0.00534274196, 0.0164269377, 0.029504694, 0.0228788238, -0.00772776501, -0.0491503254, 0.0118743703, 0.0325349048, 0.0148755852, 0.0253435895, 0.000777035428, -0.0141941495, -0.00197906164, 0.0105984919, 0.0204140581, -0.0519630574, -0.0139331743, 8.68784555e-05, -0.0209650062, -0.00281092012, -0.00887315627, 0.0356666073, -0.0342167467, -0.0203705616, 0.0230818037, 0.00036155936, 0.0099243056, -0.00877891481, 0.0301571302, 0.0236327518, -0.0339557715, 0.018558234, -0.0271414183, 0.00526299933, -0.0152525492, -0.00462143542, 0.00157581887, 0.00532099372, 0.0295626875, -0.0150350695, -0.00452356972, -0.00767701957, -0.0301571302, 0.0185002405, -0.0276053734, 0.0113959154, -0.0222118869, -0.00573057961, 0.00720219, -0.0193556584, 0.00975757185, -0.00980831683, 0.0360145755, -0.044220794, -0.00628877664, -0.00339448964, -0.00592993572, -0.013585208, 0.0107579762, 0.00710794888, 0.00955459103, 0.0237052441, 0.00641563954, -0.00169271394, -0.0328248776, -0.0453806818, -0.00480629271, -0.0503102131, -0.00505276909, 0.0319259614, -0.0145348674, 0.00491865724, 0.0076915184, -0.0296206828, -0.0225888509, -0.0129110217, 0.00956184, 0.00526662404, -0.0113161737, 0.0386533216, -0.00500564883, -0.0279968362, 0.0124253184, 0.0566896051, -0.014991574, -0.00157219416, 0.014339136, 0.0346227065, -0.0149480775, 0.00777126057, -0.0211824849, -0.00969957747, 0.0128022823, -0.00763352402, -0.0165139288, 0.0045163203, 0.00412848219, -0.00598793058, -0.00882241, 0.0300411414, -0.0286492743, 0.00334374444, 0.0179347936, 0.00906888768, 0.0200805888, -0.0100982897, -0.0386533216, 0.0207910221, 0.00589006487, -0.00550947571, 0.0131864958, 0.0225018598, 0.0170213804, 0.0319259614, 0.0240677111, 0.0550947599, -0.00894564856, -0.0356666073, 0.0123818219, 0.0178623013, -0.0168763939, -0.00192469195, -0.021356469, 0.00384938391, 0.0113741681, 0.0195151437, -0.0294177011, -0.00119523, -0.0261555109, -0.019297665, -0.0121715916, 0.0192541685, 0.0146798538, -0.0104172593, 0.00583207, 0.00380951259, -0.0105115, 0.0161659624, 0.0309980512, -0.0107942233, 0.0118888691, 0.0110189514, 0.000767520745, 0.0133459801, -0.00901814178, -0.00269493111, -0.00625615474, 0.0103375167, 0.0316069946, 0.0132372407, -0.0127080409, -0.0255465694, -0.0545438118, 0.00123872596, -0.00150966889, -0.0147016011, -0.00848894287, 0.00759002799, -0.0125993015, 0.0175143331, -0.0115481513, 0.0278083552, -0.00714419549, -0.0275763758, -0.00257350528, -0.00460331189, -0.0418720171, -0.0217769276, -0.00882966, 0.00123057049, 0.0177028161, -0.0272719059, 0.012367323, -0.0374064408, -0.0172533579, 0.0024484545, 0.00595530868, -0.00755378138, -0.0110479491, -0.0137301935, -0.00140908465, 0.0108739659, -0.0314910039, 0.0239807181, 0.0232267901, 0.0430609025, -0.000598521205, 0.0170938745, 0.0152090527, -0.0133677283, 0.0038747564, -0.00743779261, -0.0229658149, -0.0234732665, -0.0104317572, 0.0247346461, 0.00604954967, 0.0156295132, -0.00154682156, -0.0101780314, 0.0111059435, -0.0137809394, -0.00587919075, 0.00142720796, -0.0219944082, 0.00534999091, -0.0131285014, -0.0149190808, -0.0176013261, -0.00590456324, 0.00397624681, -0.00271849148, 0.0140419146, 0.015267048, -0.0119613623, 0.00337999105, 0.0304761, -0.026141014, -0.0315779969, -0.024169201, -0.00401249342, -0.0126935421, -0.00423359731, 0.0200080965, 0.00122060266, 0.0079452442, 0.0876876563, -0.00723481178, -0.0172823556, -0.0227193385, 0.00345973345, 0.00156766339, -0.017151868, 0.00691584218, 0.0126427971, 0.00177970564, 0.0018830084, 0.0189062022, 0.0225598533, 0.0355796143, -0.0198051166, -0.00819897, 0.0158469919, 0.0111421896, 0.017427342, -0.0162384547, -0.000968689099, 0.00914138, 0.000992249348, 0.00501289824, 0.038421344, 2.53159506e-05, 0.0113741681, 0.00112273695, -0.00291784736, -0.0161369648, 0.0139259249, -0.0145638641, 0.0115554007, 0.00180417206, -0.0167894028, 0.061938107, -0.00681072706, -0.00671286136, -0.0207185298, 0.00687234616, -0.0137011968, -0.027170416, -0.0102505246, -0.0258655399, 0.00348329358, 0.00300665153, -0.0138606811, 0.0104897525, 0.00481354212, 0.00225091097, -0.00835120585, 0.00411398383, 0.016122466, 0.0222988781, 0.00498027634, 0.0271124206, -0.0051868814, -0.00133568549, 0.0159484819, -0.0507161766, -0.0086484272, -0.0113451704, 0.00962708425, -0.0124398163, 0.014150654, 0.016774904, -0.0239082258, -0.00137465051, -0.00305558438, 0.0138679305, 0.00602417672, 0.0218784194, 0.00507451734, -0.00910513382, -0.0194281526, -0.0123020792, -0.00937335845, 0.0289972406, 0.00308639393, -0.0131502487, -0.00888765417, -0.00111005059, -0.0383053571, 0.041988004, -0.00644826144, 0.000834576844, -0.0227773339, 0.000690949906, -0.0173258521, -0.00951834489, 0.010497001, -0.00603142614, -0.0191091821, 0.00587194134, 0.0105115, -0.00287616393, 0.00542248413, 0.0046721804, -0.00704633, -0.017151868, 0.0135489609, 0.0117728803, 0.029504694, -0.00235965056, 0.0100982897, -0.0291132312, 0.00207873969, -0.0130487587, 0.00387113169, 0.000419553835, 0.0117003871, 0.0446557514, -0.025300093, 0.00817722175, -0.00221828907, -0.0244301762, -0.0083294576, 0.00887315627, 0.00368808676, -0.00361196883, -0.0050563938, 0.00637214398, 0.0151945548, -0.0128892735, 0.00280729542, -0.0110551985, -0.00462143542, -0.0211389884, 0.01377369, -0.00273117772, -0.029983148, 0.0224583633, 0.00237777387, 0.0186162293, -0.00709707476, 0.0172388609, 0.0097140763, 0.0102505246, -0.0140854102, 0.00758277858, 0.0174708385, 0.0236762483, 0.0273443982, -0.0346517041, 0.00694121467, 0.034187749, 0.00414660573, 0.0370584764, 0.0103157684, -0.0185872316, -0.0254740771, -0.0172243621, 0.0347966887, 0.0233137812, -0.0100765415, -0.0306790806, 0.0020823644, 0.00943860225, 0.00545873074, -0.0202690717, 0.0118816197, 0.0181667712, -0.00050745171, -0.0187612157, -0.0198196154, 0.00751753477, 0.0199935976, -0.0243866798, 0.0174418408, -0.0265904702, 0.03636254, 0.0100185471, 0.007401546, 0.000650625618, -0.00523762684, 0.0423939675, -0.000355442753, -0.0277793575, 0.00578132505, -0.0075610308, -0.00343979779, -0.00285804062, 0.00426984392, -0.00504914485, -0.00755378138, -0.016020976, 0.00281454483, -0.00401974237, -0.00434958609, 0.00417922763, -0.0212549772, -0.0136214541, 0.0225888509, 0.00785100274, -0.00732542807, -0.0197036248, 0.00163834414, -0.00940235518, -0.001897507, 0.00307733216, -0.0170068815, 0.034854684, 0.0186597239, 0.00845994521, 0.00021985799, -0.0175868273, 0.0122730825, 0.000960533624, 0.00398349622, -0.0102360258, 0.0255320705, 0.0132662384, 0.0011789191, 0.0266919602, -0.0196601301, 0.0291567259, 0.0566316135, 0.00888040476, 0.00636489457, 0.0165574253, -0.0147813438, -0.0218204241, 0.00507089263, -0.0144406259, -0.0195731372, 0.0144913718, -0.0182392653, 0.00871367101, -0.0116278939, 0.00867017545, -0.000413663773, 0.0414370596, -0.00255719433, 0.0259235334, -0.00476279669, -0.022487361, 0.01555702, 0.00980106741, 0.0304471031, -0.00392550137, -0.00836570375, 0.00177517487, -0.00239770929, -0.00903264061, -0.0157020055, -0.000266185612, -0.0200370941, -0.00466855569, -0.0108449683, 0.0156730097, 0.00472292583, 0.00770601677, 0.00276742433, -0.0339847654, -0.0211824849, 0.0128022823, -0.0135779586, -0.0108304694, -0.0120918499, -4.51382839e-05, 0.0135997059, 0.0239372235, 0.00675273268, -0.0233862754, 0.00938060787, 0.0124615645, 0.0076262746, -0.00222191354, 0.0139694214, -0.0183407553, -0.0225308575, -0.0200660918, -0.00130759436, 0.0289102495, 0.0104390066, -0.00555659644, -0.00225816015, 0.00296496786, -0.00564358803, -0.0088369092, -0.0124035701, -0.00953284279, 0.0116496421, -0.0209505074, -0.0189496968, -0.00312626502, -0.0189931933, 0.0103447661, -0.0125775533, -0.00380226318, 0.0279243439, -0.000862214831, -0.00457069, 0.00806123298, 0.0141361551, 0.0235747565, 0.0114394119, 0.00560009247, -0.0150060728, -0.00913413148, 0.0378124043, 0.0188627057, 0.0299251527, -0.00460693659, -0.00800323859, -0.0108522177, -0.0179492924, -0.0114466613, 0.00280004623, 0.00231253, -0.0101345358, 0.000712244713, -0.00657512434, -0.021356469, 0.00980831683, 0.00796699245, 0.0252276, -0.0198196154, -0.0023542135, -0.0214724578, 0.00169724482, -0.0211679861, 0.00263331202, -0.0244736709, 0.0298091639, -0.0239227246, 0.0118888691, -0.0107289795, -0.00288341311, 0.00210411241, -0.00430246582, 0.010583993, -0.0601982735, 0.0506581813, -0.0109682065, 0.0144406259, -0.0162384547, -0.0105115, 0.0246621538, -0.0246621538, -0.0433218777, 0.018456744, -0.024169201, 0.0188192092, 0.00977207068, -0.00964883249, 0.00620178506, 0.0190511867, -0.0289247483, 0.00843094755, -0.00560371671, -0.00590456324, 0.017151868, -0.00954734161, -0.0287942607, 0.031288024, 0.0224293657, -0.019674629, 0.0213999636, -0.0022273506, -0.0233572777, -0.00695208879, -0.00399799459, 0.00521225436, 0.00273117772, -0.0340427607, 0.00624890532, -0.0142086484, 0.00743779261, 0.0296931751, 0.0144986203, -0.000218612011, 0.0161949601, 0.00184676179, -0.000230505422, 0.00465043262, 0.00094512885, 0.00473379949, -0.00363734155, -0.00753928255, 0.0111784367, 0.00352135254, 0.0157310031, -0.0235022642, -0.025198603, -0.00983006507, -0.00603505084, 0.00692671584, -0.00554209761, 0.0239517223, -0.0142738922, 0.00158306817, -0.00286710216, 0.0202545729, 0.00587919075, -0.0138534317, -0.000361785904, -0.0126790442, -0.0160644725, -0.00102940202, 0.0241257045, 0.047033526, 0.0177318137, 0.00782925542, 0.01639794, 0.00394, -0.0300701391, -0.0202980693, 0.0147958426, 0.00682160119, 0.0223423745, 0.000985906227, -0.0205445457, 0.0077205156, -0.0121425949, -0.00156585104, -0.0140491631, 0.0281563215, 0.00509626511, 0.017427342, -0.0194426496, 0.014150654, -0.00463230954, -0.0197326224, 0.0141579034, -0.0263584927, 0.0240822099, -0.0247926414, 0.0075610308, -0.00287797628, -0.0293307099, -0.00782925542, -0.0273009036, -0.00475917244, 0.00695933774, -0.00394724961, -0.00444020238, 0.0297221728, -0.0141724013, -0.0146798538, -0.0190656856, -0.00527749816, 0.00962708425, -0.00201530824, -0.0109319603, 0.0040378659, -0.00580669753, 0.0356666073, 0.0136504518, 0.0154410312, -0.0104172593, 0.00276742433, 0.0142956404, 0.0189786945, -0.000549135264, 0.0117801297, -0.0141651528, -0.0164994299, -0.0173838455, 0.0207620244, 0.010446256, -0.00105749315, -0.00253907102, 0.0179057959, -0.0129182711, 0.00808298122, 0.018935198, -0.00588281546, 0.00664399285, 0.000922021689, -0.0102287773, -0.020979505, 0.0140201664, -0.00859768223, 0.00711882254, -0.0170213804, -0.0263584927, 0.00164559344, -0.0225163586, -0.00613291655, -0.00191381795, -0.0147305988, 0.0112291817, 0.0180942789, -0.0147233494, 0.0672156066, -0.00119794859, 0.0168329, -0.00349960453, -0.00595893292, 0.00761177577, 0.013396726, -0.000764802215, -0.0132444901, 0.00124959985, -0.00910513382, 0.009793818, 0.00956909, -0.00425534509, 0.00283810496, 0.0153395403, 0.00744504156, -0.00729643088, -0.00554209761, 0.0170938745, 0.0225308575, -0.0101417853, 0.00349779218, -0.00684697367, 0.00772776501, -0.0139041776, -0.0177028161, 0.00845994521, 0.0210519973, 0.0322449319, -0.00779300882, 0.00935886, -0.0183117576, -0.0151220616, 0.0108667165, 0.00253544631, 0.0109899547, 0.00615828903, -0.0224728622, -0.000191653642, 0.00704633, 0.00657874905, -0.00653525349, -0.0143028889, -0.00976482127, -0.0119178658, -0.00307914452, -0.00238864776, -0.0167169105, 0.00347966887, -0.0116786389, 0.0217914265, 0.00293234596, 0.0152525492, -0.0122730825, -0.000698652293, 0.00643376308, -0.0075610308, 0.0142666427, 0.00549497735, 0.015180056, 0.00743779261, -0.0135054654, -0.00922837202, -0.0173693467, 0.0025281969, -0.0304471031, -0.0154265324, 0.00910513382, 0.00744504156, -0.00806848239, 0.00336911692, 0.00146254839, -0.0053137443, 0.0246186573, -0.00785100274, 0.00501289824, 0.00547685381, 0.00680710236, 0.0104245087, 0.00242851907, -0.00449457252, 0.000771145395, -0.0126572959, -0.00159394217, 0.00164468726, 0.000694121467, 0.00793074537, 0.0230963025, -0.00602417672, 0.0189207, -0.0023034683, -0.0174708385, -0.029983148, -0.00484616403, -0.0192541685, -0.0228498261, -0.0166154187, 0.0168473981, 0.0114466613, 0.0228498261, 0.00346698263, 0.00321506918, -0.0288812518, -0.0044184546, -0.0050890157, -0.0201530829, -0.0038747564, 0.0189496968, -5.01505019e-05, -0.00961258542, -0.0253435895, 0.00999679882, 0.00239952165, 0.00319332117, -0.00625615474, 0.00201349589, 0.0110479491, -0.0173113532, -0.0103375167, -0.0400161929, -0.00824246556, 0.00144170655, -0.0246041585, -0.00142448943, 0.0164124388, -0.0318389721, 0.00591906207, 0.020240074, 0.00173530367, -0.00380951259, -0.000534636667, 0.00326037733, -0.0177173149, -0.01082322, 0.00931536406, 0.0321579389, -0.0117076365, -0.000540979789, 0.00390375359, 0.00538623752, 0.00583931943, -0.00350504159, -0.0211969838, -0.00825696439, 0.00305377203, 0.0253870841, 0.00458518881, 0.00882966, -0.0240822099, 0.0278083552, 0.000564993126, -0.000916131597, -0.000742601231, -0.0262135062, -0.00188119605, 0.0112799266, -0.030360112, -0.000458971976, 0.0115771489, -0.000228693083, 0.0174998343, 0.00458518881, 0.00152054289, -0.00128494028, -0.0208490174, 0.0158614907, -0.0109247109, 0.00118073146, 0.0224438645, -0.0316649862, -0.00923562143, -0.0144696236, -0.00412485749, 0.033549808, -0.0195296425, 0.00643376308, -0.0102070291, -0.0113089243, -0.00697746128, -0.0172243621, -0.0135489609, -0.00098771858, -0.00996780209, -0.0119033679, 0.0113234231, 0.0253725871, -0.00758277858, 0.00703183096, 0.00784375425, 0.0247346461, 0.0372034609, 0.00294865691, -0.00767701957, -0.00950384606, -0.00587556604, 0.0131429993, -0.000635673874, -0.0136142047, -0.010960957, -0.00357391, -0.00492228195, -0.00320600742, -0.00238864776, 0.00801773742, -0.00487153651, -0.00471205171, -0.0140564125, -0.00763352402, 0.0105622448, -0.0179347936, -0.0195441414, 0.0161514636, 0.000787003257, -0.0191091821, 0.0305340961, -0.0105332481, -0.0196891278, 0.0151075628, 0.0135779586, 0.00207692734, 0.012367323, -0.00460693659, -0.01807978, 0.0045489422, -0.0125848027, 0.0109464582, -0.00765527179, -0.00118979311, -0.014665355, 0.0241547022, 0.00460693659, 0.000408226799, 0.029983148, -0.00165012432, 0.0040342412, 0.0156730097, -0.0230818037, -0.00376964128, -0.0175723284, 0.00248832582, -0.0153105436, -0.0222408846, 0.00632502325, -0.00308095687, -0.0111204423, -0.00198087399, 0.0312300287, 0.0107072312, -1.90719165e-05, 0.0241837, -0.00920662377, 0.0213274714, 0.00921387319, -0.0102215279, -0.00450182194, -0.0162384547, -0.0166154187, -0.02922922, 0.000638845493, -0.0102795223, 0.011337921, 0.000672373513, -0.0217479318, 0.0372034609, 0.0134257227, -0.0156150144, 0.0190221909, 0.00177426869, 0.0190221909, -0.00930811465, -0.00545510603, 0.0186162293, 0.0229803137, -0.00294684456, 0.0204865504, -0.0187177192, 0.00802498683, -0.0099098077, 0.00202255766, 0.000887587434, 0.0163834412, 0.0114321625, -0.0109029626, 0.00614741538, -0.0101562841, -0.0212839749, 0.0306210872, -0.0183407553, 0.0044510765, 0.0158904884, 0.0051832567, 0.0105259987, 0.00999679882, 0.004005244, 0.00178967346, 0.00615466433, 0.00137736893, 0.00809023064, 0.00911238324, -0.00709345, 0.0307080783, 0.00528474711, 0.0131719969, 0.0408571139, -0.0184857417, 0.038508337, -0.000862667919, -0.0102432752, 0.0106637357, -0.00126500463, 0.0157745, 0.00218385481, 0.00508539099, -0.000494765409, -0.00522312801, -0.00289791171, 0.0149045819, -0.00516513363, 0.00246839016, 0.0136866979, 0.00505276909, 0.000737164228, 0.00811922736, -0.00911963265, -0.0100257965, -0.00527024874, 0.0309110601, 0.0101272864, 0.000514248, -0.00919212587, 0.00108649035, -0.0124978106, 0.0121498443, 0.0108884638, 0.0077205156, 0.0143318865, -0.0102287773, -0.0148755852, 0.021080995, 0.000132866262, -0.0076262746, -0.000936067197, -0.0171808656, -0.022487361, -0.0118381241, -0.0148755852, 0.00541161, -0.0215594489, -0.0197616201, 0.0125485566, -0.00441120518, -0.000306056812, -0.0110551985, -0.0172098633, 0.000605317415, 0.0121280961, 0.00164378108, -0.0116496421, -0.00147432846, 0.00834395643, 0.0110769458, -0.011475658, -0.00871367101, 0.00547685381, 0.0124833127, 0.00780025776, -0.0134909665, 0.0180217847, 0.0268224478, 0.0113451704, 0.00487878593, -0.0107797245, 0.0298671592, -0.00534274196, -0.00680347765, -0.00446195062, 0.00740879541, -0.0172388609, -0.0196166337, -0.0213129725, -0.0215014536, -0.0187757146, 0.00752478419, 0.00211679866, -0.0111856861, 0.0131574981, -0.00887315627, 0.0119541129, 0.0151655572, -0.000937879551, -0.000875354221, -0.0192831662, -0.008902153, 0.000137850162, 0.00588644, 0.00408136193, -0.00602055248, -0.01629645, 0.0134909665, 0.00440758048, 0.00344523485, 0.0114394119, 0.00562184025, -0.00728555676, 2.96202288e-05, 0.029896155, 0.00894564856, -0.0127080409, 0.00874266867, 0.0135997059, -0.0120266061, -0.00394362491, 0.0018576358, 0.0249811243, -0.00382038648, 0.0156150144, -0.0130850049, 0.00573420431, 0.0104245087, -0.0176303219, -0.00937335845, -0.00289609958, 0.0173838455, 0.00670561194, -0.0127950329, 0.0166154187, 0.00859768223, 0.0159339849, -3.07246155e-05, -0.00343436073, 0.0169053916, 0.0269239377, 0.00933711138, 0.00204611779, -0.00343617308, -0.00736167468, -0.008902153, -0.0289102495, 0.00793074537, 0.0103157684, -0.00923562143, 0.00833670702, 0.0189641956, 0.0122368354, 0.0207330268, 0.00370620983, -0.00178604887, -0.0156150144, -0.00245207921, 0.00647000968, 0.00158034964, -0.0206460357, -0.00452356972, -0.00843819696, -0.0248941313, 0.00344342249, -0.014150654, -0.0396102332, -0.00503464602, 0.00627065357, -0.00320057059, -0.00625253, -9.07296489e-05, 0.0046431832, 0.00262968731, 0.00822796766, 0.0323609225, -0.0170793757, 0.00350141688, -0.0241257045, 0.019312162, 0.00919212587, 0.0173258521, 0.00218023, -0.00367902499, -0.0034289239, 0.0139041776, -0.00256625586, 0.00548772793, -0.0166444164, 0.000492046936, 0.0209360085, -0.0132299913, 0.00140908465, 0.00935161, 0.0174418408, 0.0130125117, -0.00495490385, -0.00953284279, 0.00425897, -0.0101997796, 0.0021947287, 0.00262243813, -0.0169633869, -0.00112726772, 0.0054079853, -0.0258365422, -0.000478454487, 0.0172533579, -0.00146345457, 0.0113234231, -0.00968507864, -0.000529199664, -0.00316251162, 0.00369352358, 0.00909788441, -0.00799598917, -0.0160934683, -0.0135489609, -1.43428742e-05, 0.0299251527, -0.00344523485, 0.0193701573, -0.0192541685, 0.0201095864, 0.0171663668, 0.0230383091, 0.0129835149, 0.016020976, -0.00259706541, -0.0139839193, -0.00560009247, -0.00603505084, 0.00231615477, 0.0238357317, -0.00641563954, -0.0174563397, -0.000664671126, 0.00664761756, 0.00179964129, -0.000744866615, -0.00790899806, -0.00208961382, -0.0106854839, -0.0187757146, -0.0183407553, 0.0288812518, 0.0127080409, 0.0167604052, 0.0104100099, -0.00437133433, -0.0222698823, 0.0204575546, -0.00336730457, 0.00596618233, -0.004005244, 0.00170811871, 0.00287253922, -0.0089673968, -0.00245570391, 0.00836570375, 0.0229223184, 0.0193266608, 0.00837295316, -0.0143681327, -0.00165103038, -0.00176430086, 0.00771326618, -0.00968507864, -0.00549135264, 0.00271667913, -0.0131429993, 0.0181377754, -0.0180362836, 0.00601692777, 0.0141144069, 0.00865567662, -0.0127515374, -0.0142303966, -0.00260250247, 0.000166281054, 0.0257205535, 0.0202835705, -0.00248288875, 0.0010230589, -0.0249521267, -0.0148320887, 0.0218059253, 0.0229803137, -0.0151655572, -0.0187322181, 0.00411398383, -0.00580307283, 0.00436046, -0.00147070386, 0.00260975165, -0.0287072696, -0.00196275068, 0.00951109547, 0.0249376278, -0.00183860632, -0.00673098443, -0.00864117779, -0.00156313251, 0.00609304523, 0.00598068116, 0.0330568552, -0.00189569464, -0.0186742228, 0.00391462771, 0.0170213804, -0.00016662087, 0.0201820806, 0.000695480732, -0.00856143516, 0.0128530273, 0.00520500494, 0.00688322028, -0.00143536343, -0.0141361551, -0.0187467169, -0.00520862965, 0.00365908933, 0.0123093287, -0.00551310042, 0.0154990256, 0.0051506348, 0.0166154187, 0.0121280961, 0.0122513343, 0.0236037541, -0.00619453564, -0.0129617667, 0.0187757146, 0.0325349048, -0.00784375425, -0.00623078225, 0.00494765444, -0.0127732847, -0.0164994299, -0.0173403509, -0.00876441598, 0.00655337656, -1.35853779e-05, 0.0159629807, -0.0350866616, -0.00291059818, 0.00278373528, 0.0161804613, 0.00660774624, -0.0124325668, 0.0139549226, 0.0343907289, -0.0242126957, 0.00713694608, -0.00789449923, -0.0108667165, 0.00860493165, -0.0200225953, -0.0184712429, -0.00181232754, 0.0111711873, -0.0021766054, 0.00494402973, 0.0176883172, 0.000984093873, 0.0137156956, -0.00694846408, -0.00391825242, 0.00144442508, 0.00861218106, -0.008010488, 0.0202255752, -0.0118888691, 0.0111421896, 0.00901089236, -0.0229948126, -0.0043532108, -0.00759002799, -0.020704031, -0.00801773742, -0.000201394898, -0.0106854839, 0.00922837202, 0.0166589152, 0.00816272385, -0.0046431832, 0.00475554774, -0.0170358792, 0.0221538916, 0.00369714829, 0.0194571484, -0.0124108195, -1.72454293e-05, -0.00239046, -0.00116351433, -0.0186017305, 0.0343907289, 0.0131502487, 0.00491503254, -0.0258800387, -0.00962708425, -0.0206025392, -0.00748128816, 0.00153957226, 0.00542248413, -0.00935886, 0.0361305624, -0.0111421896, 0.00876441598, -0.00323862932, 0.0135344621, -0.000637486228, -0.0166444164, -0.000960533624, -0.0225888509, -0.0106709851, 0.0120773511, 0.0113016749, -0.01818127, -0.00284716673, -0.00824246556, 0.000215893524, 0.00572333066, 0.0021023, -0.0113089243, -0.0109972041, 0.00258075446, 0.0073689241, -0.00444382709, -0.00165374891, 0.00417197822, 0.000355216209, 0.0173693467, -0.00995330326, -0.0227773339, -0.00911963265, 0.0145058697, 0.004005244, 0.000134565329, -0.000682794431, -0.0245751627, 0.0156150144, 0.0171953645, -0.012178841, 0.00203705626, 0.0110479491, 0.0046721804, -0.00697383657, -0.00865567662, 0.019587636, 0.0210374985, 0.00527387345, 0.0215594489, -0.0274313912, -0.004708427, -0.0114684086, -0.0182392653, -0.000866292568, 0.0186162293, 0.000634767755, 0.00691584218, 0.00161478389, -0.0151365604, 0.00102487125, -0.00477367081, 0.000134678601, 0.0124180689, -0.0160789695, -0.00106564863, 0.00457069, 0.00973582361, -0.0100837909, 0.0216899365, 0.0229223184, 0.00182229537, 0.0010556808, -0.00897464622, 0.00453081913, 0.00899639446, -0.00292328442, 0.00559284305, -0.00186126039, -0.00417197822, -0.0108014727, -0.00252094772, 0.00558196893, -0.0278518498, -0.00557109481, -0.0114176637, -0.00459968764, -0.00872092, 0.00071315089, 0.0119323647, -0.00317882258, -0.00566896051, 0.00511438865, -0.014991574, -0.00347423204, -0.00369896065, 0.0153830368, 0.029983148, 0.00783650484, -0.0335788056, 0.00255356962, 0.0107362289, -0.0218784194, 8.00255875e-05, -0.00760452636, 0.00333287055, -0.037754409, -0.00853968784, -0.0178912971, 0.0119541129, 0.00351591548, 0.013962172, 0.0207185298, -0.0103447661, 0.00114357867, 0.0113161737, 0.0150640672, -0.00506364321, -0.0102287773, 0.00458518881, -0.00708982535, 0.00459606294, 0.0146001112, -0.00133387314, -0.0211969838, 0.0101635335, -0.0123238275, 0.0301861279, 0.000285215065, -0.00597705645, 0.00945310108, 0.00885865744, -0.0126862936, 0.0174998343, -0.0160064772, 0.0137374429, -0.0115698995, 0.00247745193, 0.0225743521, -0.0167604052, -0.00975032244, -0.00281273248, 5.20761023e-05, 0.00600605365, -0.000213288309, 0.0128095318, 0.00964883249, 0.00611841772, -0.00160753459, 0.023893727, -0.0130125117, -0.0140274158, -0.000555025297, 0.00237596151, 0.000152008972, 0.0025281969, 0.0224728622, -0.0033165596, -0.0190656856, -0.00439308211, 0.0138461832, -0.0186307281, 0.0401901752, -0.00288341311, 0.00216935622, -0.00793074537, 0.00256988057, 0.00607492216, -0.00282360637, 0.0238212347, -0.0314330086, -0.0258655399, 0.00690134335, 0.00291965972, 0.00391825242, -0.009793818, 0.0051216376, 0.0136866979, 0.0049947747, -0.0159049872, 0.00344161014, 0.00299577741, 0.0115119051, 0.000415023, -0.000100470912, 0.000413890317, 0.0123890713, 0.0169343892, 0.00712607196, 0.00182320154, 0.000249874662, -0.00483529, -0.0148320887, 0.00963433366, -0.0218929164, 0.00650625583, 0.00628515193, 0.00332380878, 0.0126065509, -0.00929361582, 0.0150495684, -0.0323609225, 0.000100017831, -0.00935886, 0.00141452171, 0.00427709334, 0.0249666255, 0.0378124043, -0.00602055248, 0.00652075466, 0.0117511321, -0.0176883172, 0.00811197795, 0.00549135264, 0.00311176642, -0.000165714708, -0.00735080056, 0.0110841952, 0.0235602595, -0.0132082431, 0.0291712247, 0.00237596151, -0.0263004974, -0.00152416748, 0.0145638641, -0.0219944082, -0.0144841224, 0.0286637731, -0.02164644, -0.00878616422, -0.00238864776, -0.00321144448, 0.010497001, 0.000419780379, -0.00493678031, 0.0274458881, 0.00948209781, 0.00653887773, 0.00704633, -0.0089673968, -0.00911238324, 0.0116786389, -0.000521950366, -0.0079452442, -0.031954959, 0.0118163759, -0.00351954019, 0.0272864047, -0.0135127148, -0.0195006449, -0.01639794, 0.011475658, 0.00394, -0.020051593, 0.000301979075, 0.00438220799, -0.0140346652, -0.0243431833, 0.00828596205, -0.00672011077, -0.0118381241, -0.000279551517, 0.0211679861, -0.00504552, 0.00289428723, -0.0236907471, 0.00594805926, 0.0040668631, -0.0104680043, 0.00394, -0.00896014739, -0.0273009036, 0.00370620983, 0.0125195589, -0.00880791247, 0.00333830738, 0.000329164, 0.0324769095, 0.00111095677, 0.012229587, 0.0224148668, -0.00504552, -0.0139911687, 0.0025608188, -0.00843094755, 0.0128312791, 0.00156403868, -0.00431333948, 0.0258220434, 0.0155280223, 0.0110407, 0.00634677103, 0.0144333765, -0.00900364388, 0.0164559353, 0.00520862965, -0.0292147212, 0.00517600775, 0.00610391935, 0.00104661915, -0.00896014739, 0.0111784367, 0.00549497735, -0.000523762661, 0.00902539119, 0.0175868273, 0.00911238324, 0.0155860176, -0.0171228703, 0.0163109489, 0.0103665134, 0.000232431019, -0.00255356962, 0.0143971303, -0.00475554774, -0.00110461365, 0.00973582361, -0.0199066065, -0.0289972406, 0.0190656856, -0.0101417853, 0.00771326618, 0.010120037, 0.0370584764, 0.00562184025, 0.000572242425, 0.00941685401, 0.00322775543, -0.000622534542, -0.0137229441, 0.00021487409, -0.0124833127, 0.0131212519, -0.0118308747, -0.0167604052, 0.00185944815, 0.00785825215, 0.02922922, -0.0268659443, -0.0283738, 0.0258800387, -0.0142376451, 0.00202980684, -0.000411851448, 0.00629240135, 0.00908338558, -0.0119686117, -0.00649175746, 0.00169905706, -0.00548047852, -0.0118961185, 0.0021149863, 0.00695208879, -0.00657874905, 0.0140274158, 0.00224003685, -0.00698108599, -0.00919937529, 0.0177898072, -0.00138824293, 0.00369171123, -0.0174708385, -0.0111566884, 0.0146291079, 0.0198776089, -0.018833708, -0.0123528251, -0.00425172038, -0.00418285187, -0.00342167448, 0.00225091097, -0.00937335845, 0.0150350695, -0.00803223625, 0.0145131191, -0.00219654106, -0.0129110217, -0.0110334503, 0.000884415873, -0.00450544618, 0.0183407553, -0.0039726221, 0.00411035912, -0.0113814175, -0.00848894287, -0.00479179434, -0.0387403145, 0.014991574, -0.0167314075, 0.019950103, -0.0146798538, 0.0105042504, 0.0226178486, -0.0191671774, 0.0136142047, -0.0210374985, -0.0186162293, -0.0232847854, 0.00200443435, -0.00642651366, -0.00520862965, -0.00712607196, 0.00715506915, 0.00748853758, -0.00189207, -0.040654134, 0.00695208879, -0.00032168816, 0.00831495877, 0.0135634597, 0.0142593933, 0.00745954039, 0.00666574109, 0.00391462771, 0.00973582361, 0.0164124388, -0.00788725, 0.0129690161, -0.00597705645, -0.00174980226, 0.00888765417, 0.00310814171, -0.0136577, 0.00311901583, -0.000642923231, -0.0228933226, -0.00538261281, 0.00677448045, 0.00927911699, 0.0111929355, 0.0126065509, 0.0115046557, 0.000876260397, 0.0124253184, 0.012744288, 0.0216899365, 0.00101127883, -0.029896155, 0.0153105436, -0.00109102123, -0.0104680043, -0.00161297154, -0.00577407563, 0.00988805946, -0.0197326224, -0.000408679858, -0.00111548766, 0.0316939838, -0.00625253, -0.00674548326, -4.6497531e-05, 0.0102940211, 0.0294756964, 0.010634738, 0.00413573161, 0.0226613451, 0.00571245654, -0.00274567632, -0.00332924584, -0.0189062022, 0.00851069, 0.00444745179, 0.000747585145, -0.0100257965, 0.00593718514, -0.00806123298, 0.00682160119, -0.00166371674, -0.00532099372, 0.000955096621, -0.0245896615, 0.00156403868, -0.00714057079, 0.0266629644, -0.0187612157, -0.01986311, -0.000316251157, 0.0169633869, 0.00421184953, -0.00867017545, -0.0140419146, 0.00787275098, -0.0167894028, -0.000441075215, -0.01818127, 0.0129690161, -0.026793452, -0.000775676221, 0.033549808, -0.0120918499, -0.00474467361, -0.00824246556, 0.00529199652, 0.00233971491, -0.0128675262, 0.0121063478, -0.008010488, 0.0126572959, -0.00401974237, 0.0150205707, 0.00536811445, -0.00280185835, -0.00131756219, 0.00716231856, -0.0223713722, -0.00660774624, 0.00691584218, 0.0019844987, -0.0116931377, 0.0264889803, -0.0172243621, 0.0261990074, 0.0151220616, 0.00661137095, -0.00668748887, -0.00424809568, -0.0257930458, -0.0146943517, -0.0481934138, -0.0122078387, -0.00447282428, -0.0333468281, 0.0301571302, -0.0202545729, 0.0116931377, -0.0130342599, 0.013070507, -0.0183697529, -0.030360112, 0.000489781552, 0.00426621921, -0.00914138, 0.0109682065, 0.0160934683, -0.00263149966, 9.60533653e-05, -0.012178841, 0.0195441414, -0.00528474711, -0.000446738763, 0.00269130641, 0.00517963246, 0.00293959538, 0.0257785469, -0.0139549226, 0.00619816035, 0.0147740943, 0.00689771865, 0.0169343892, -0.0176448207, -0.00310814171, -0.00366271404, -0.0046105613, -0.00571970595, -0.00796699245, -0.00529199652, -0.0139694214, 0.00071315089, -0.0142303966, 0.0258655399, 0.0145928618, -0.0110986941, -0.0280258339, 0.00710432418, 0.0127225397, 0.00485703815, 0.0153395403, 0.00186850969, -0.00780750718, 0.0134982159, -0.0126645453, 0.00500564883, -0.00633952208, -0.0232557878, -0.0132662384, -0.00372252078, 0.014527618, 0.0101272864, -0.00396537269, -0.00771326618, 0.00179148582, -0.0126210498, -0.00192650419, 0.00373701937, 0.00851794, -0.000790174818, 0.0120990993, 0.0172243621, 0.00696296245, -0.00149335794, -0.0115336524, 0.0416980349, -0.0240822099, 0.0211244896, 0.00571608124, -0.0077857594, -0.00961258542, 0.0208055209, -0.000742601231, -0.00725655956, 0.00174164679, -0.0194281526, -0.000245343836, -0.0098445639, 0.014339136, 0.000830046, 0.00563271437, -0.0182537641, 0.00581032224, -0.0233717766, -0.00822071824, -0.00800323859, -0.0265759714, -0.00276923645, 0.00628877664, 0.00728918146, -0.0144188786, -0.018558234, -0.0121570937, 0.000701823854, -0.0127950329, -0.00664761756, -0.00411760807, -0.00894564856, -0.0134402215, 0.00973582361, -0.00140092918, 0.0187322181, 0.0100112977, 0.00153232296, 0.00988081, 0.00611116877, -0.0126717947, -0.00699558435, -0.0150930639, -0.00903989, -0.01986311, -0.000688684464, -0.00175433315, -0.00903989, -0.00438220799, 0.00310814171, 0.00263331202, 0.0037986387, 0.00567258522, 0.00742329378, 0.0266629644, 0.0190656856, -0.0166154187, -0.0180217847, -0.0142013989, -0.00466493098, -0.00411398383, -0.00888765417, -0.00580669753, -0.00166190439, 0.0146871032, -0.0146508561, -0.00392912608, 0.0158324931, 0.00557109481, 0.0166589152, -0.0142811416, -0.0195731372, 0.00653525349, -0.00296678022, 0.0104752537, 0.01818127, 0.00964883249, -0.0077857594, -0.020341564, -0.00816997234, -0.0105042504, -0.00408861088, -0.00465768203, 0.00140455388, 0.00148157775, 0.0076915184, 0.00627427828, -0.0125195589, -0.0119758612, -0.0327378847, 0.00621990813, 0.004802668, 0.0242416933, -0.00151782436, 0.00710432418, -0.0109247109, 0.0131429993, 0.00549860206, -0.00563996332, 0.00207873969, -0.0070209573, 0.00215123291, -0.0153540391, -0.0112509299, 0.0214144625, -0.0165139288, -0.00142902031, 0.00267137098, -0.000963252096, 0.00832220819, -0.00612204242, 0.00246114098, 0.00244301767, -0.0036862744, -0.00274023926, -0.0103012696, -0.00196637539, 0.0218494218, -0.0151075628, -0.00323862932, 0.0120846005, -0.0181667712, 0.010772475, -0.0140129169, -0.00541161, 0.00803948473, 0.00614741538, -0.0193411596, 0.00396537269, -0.000872635748, -0.0115046557, 0.0179782901, -0.00160662842, -0.0191091821, 0.0112219322, -0.00749578699, 0.00687959557, -0.0119178658, -0.000812828948, -0.0154410312, 0.0394362472, 0.000137170544, 0.00720581459, 0.000738523493, -0.00977932, -0.00600967836, 0.0167894028, 0.0116931377, -0.0154990256, 0.000286121212, 0.00140364771, -0.0101272864, 0.0256625582, -0.00127769099, 0.00165374891, -0.00168455846, 0.00260975165, -0.000990437, -0.00271305442, 0.00970682688, 0.01986311, 0.01576, 0.00845269579, 0.00234333961, -0.00407411251, 0.000250554294, -0.00337999105, 0.00616553845, 0.0177173149, -0.0121425949, 0.0140056675, -0.0171373691, -0.000733539579, -0.020051593, 0.0043894574, -0.00513251172, 0.00974307302, 0.00586106721, -0.0052811224, -0.0148755852, 0.018268263, -0.00775676221, 0.0167169105, 0.0171083733, -0.00476279669, -0.00958358869, 0.0035884087, -0.00681435177, 0.0242851898, 0.00226540957, -0.00642651366, -0.00709707476, -0.00328574982, -0.0160354748, 0.0166009199, 0.0105115, -0.00498027634, 0.00927911699, -0.00547685381, -0.00796699245, 0.0037805154, -0.00918487646, -0.0045163203]
|
16 Nov, 2020
|
HTML5 MathML bevelled Attribute
16 Nov, 2020
This attribute holds the value for displaying any fraction. If the value is true then the numerator and the denominator are displayed side by side and separated by a slash. If the value is false (default value) , displayed numerator and denominator are on top of each other. This attribute is accepts <mfrac> tag.
Syntax:
<element bevelled="true|false">
Attribute values:
true: If the value is true then the numerator and denominator are displayed side by side and separated by a slash.
false: If the value is false(default value), displayed numerator and denominator are on top of each other.
Example: Below example illustrates the bevelled attribute in HTML5 MathML.
HTML
<!DOCTYPE html>
<html>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML bevelled attribute</h3>
<math>
<mfrac bevelled="true">
<mfrac>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
</mfrac>
<mfrac>
<msup>
<mi>a</mi>
<mn>2</mn>
</msup>
<msup>
<mi>b</mi>
<mn>2</mn>
</msup>
</mfrac>
</mfrac>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML bevelled attribute are listed below.
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute/HTML5 MathML scriptsizemultiplier Attribute/HTML5 MathML selection Attribute/HTML5 MathML separator Attribute/HTML5 MathML rspace Attribute/HTML5 MathML stretchy Attribute/HTML5 MathML subscriptshift Attribute/HTML5 MathML supscriptshift Attribute/HTML5 MathML symmetric Attribute/HTML5 MathML voffset Attribute/HTML5 MathML width Attribute/HTML5 MathML Complete Reference/HTML5 MathML Attribute Complete Reference/HTML5 MathML bevelled Attribute
|
https://www.geeksforgeeks.org/html5-mathml-bevelled-attribute/
|
NextJS
|
HTML5 MathML bevelled Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, HTML5 MathML stretchy Attribute, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, HTML5 MathML Complete Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, HTML5 MathML Attribute Complete Reference, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, HTML5 MathML voffset Attribute, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, HTML5 MathML rspace Attribute, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML separator Attribute, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, HTML5 MathML subscriptshift Attribute, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, HTML5 MathML supscriptshift Attribute, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, HTML5 MathML selection Attribute, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML width Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, HTML5 MathML symmetric Attribute, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, HTML5 MathML bevelled Attribute, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, HTML5 MathML scriptsizemultiplier Attribute, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0255069844, -0.00588050112, -0.00815259386, 0.00342408917, 0.0583016761, 0.000753228727, -0.0232100785, 0.0160783324, 0.000785130193, -0.00389197725, -0.00111743703, 0.0209557097, -0.00658233324, -0.00199738541, 0.0101588406, 0.0157380495, 0.0108110476, -0.00261769141, -0.00920179673, 0.0200057551, -0.0234369338, 0.00905292295, -0.0514393188, -0.028810557, -0.0559764169, 0.0226571206, 0.0056182, -0.0145116169, 0.00723099615, -0.00408338616, 0.0141358878, 0.00200979155, 0.0139586581, -0.0196371172, -0.0330924392, 1.62691867e-05, 0.00767761655, 0.0394727327, -0.0252092369, 0.00121845829, -0.00353574427, -0.0025024917, -0.0166880041, 0.0338580757, 0.0176379588, -0.031816382, -0.0322417356, -0.017864814, 0.013150488, -0.0319298096, 0.0438396856, 0.00658233324, 0.0227989051, 0.0058485996, 0.00314761, 0.0115766823, 0.0262584407, 0.0367221162, -0.0381399579, -0.00412592106, 0.000334300654, -0.0210124236, -0.035417702, -0.0133135393, -0.0349356346, 0.0277755316, -0.0105841933, 0.0168014318, -0.0401249379, -0.00668158196, -0.0338580757, 0.0508721843, 0.0527153797, 0.0245853867, 0.00606482057, 0.00676310807, 0.011753913, -0.0116830207, 0.020034112, 0.0175103527, 0.00953498948, -0.0151000209, -0.0397562981, 0.00558275403, 0.0328939408, 0.0462216623, 0.0131292203, -0.0285411663, -0.00589467958, 0.00458317529, -0.0696444139, -0.0168439671, 0.018701341, -0.0329790115, 0.00860630348, 0.00165001408, -0.0327238031, 0.00524247205, -0.00692616, 0.00146126375, 0.00389552186, 0.0402950794, 0.0209415313, 0.000249451638, 0.0257763732, 0.00758545659, 0.0275486764, 0.0103360703, 0.0403234363, 0.00654334249, -0.0130087035, -0.0108039584, -0.0126400646, -0.0171558931, -0.00115554151, 0.0203318596, -0.0264711175, -0.0554943494, 0.0265278295, 0.0163335446, -0.0597195216, 0.00115022459, -0.0024174212, 0.0174111035, -0.0222175904, -0.00459380914, -0.0510423258, -0.0123352287, 0.0138664981, -0.0388772376, -0.0147030251, -0.00544097, -0.00767761655, -0.0427904837, 0.0156104444, 0.0197789, 0.00244046119, 0.00172356458, -0.00256806705, -0.00114313536, -0.00488092238, -0.0130725065, 0.00458317529, 0.0381399579, -0.00966259558, -0.0130937742, 0.0116333961, 0.0500781909, -0.00277542649, 0.0244010668, -0.000296417653, -0.0155820874, 0.0402383655, -0.00828728825, 0.042053204, -0.0187155195, 0.00720618386, 0.0447187461, 0.00494118081, -0.041032359, 0.0212534573, -0.0192968342, 0.00672766194, 0.0209273528, 0.00361727038, 0.0481782816, -0.00716010388, 0.0046611568, -0.0392458774, 0.045994807, -0.0294060502, 0.0186588056, -0.00569972629, -0.0314477421, -0.0255920552, 0.0365519747, 0.0259039793, -0.00564655708, 0.00183965045, -0.0520631708, -0.0593792386, -0.00416845642, 0.000727973413, 0.00578479702, -0.00336914789, -0.0204452872, 0.0234936476, 0.00433859741, 0.00186091813, -0.0127393138, -0.0181767382, 0.00379981752, 0.033461079, 0.0357012711, 0.0631223395, -0.0337162912, -0.0363818333, 0.0260599423, 0.0319298096, 0.0022455079, 0.00731606642, 0.00118655676, 0.0132001126, -0.0116759315, 0.0270098969, -0.0117468238, 0.00894658547, 0.00192649325, -0.000632712152, 0.00839362666, -0.00192826556, 0.0109244753, -0.0348222069, 0.0164611489, -0.0125124585, 0.0117326453, -0.0262300838, -0.0228272621, 0.0184319504, -0.0261166561, 0.0439247563, -0.0221466981, -0.0361833386, 0.0244719591, -0.0463067293, -0.0198072568, 0.00886151474, -0.0222317688, -0.0174819957, 0.0109386537, -0.0169432163, 0.00876226556, -0.0412308574, 0.0222459473, 0.02598905, -0.00316001615, -0.0285553448, -0.0270524323, 0.0307671782, 0.0222884826, -0.0147597389, -0.0148731666, 0.00152683898, -0.021707166, 0.02797403, -0.0134482346, 0.0295761917, -0.0470723659, 0.00732315565, -0.0120516596, 0.021026602, -0.0249540247, -0.00161634025, 0.0155253736, -0.0125975292, 0.019878149, 0.00664259121, 0.0147880958, 0.0145328837, 0.0169573948, 0.033773005, -0.00174749072, 0.0114278095, 0.00488446699, 0.0203885734, 0.00569263706, 0.00396995852, -0.0398697257, -0.0257054809, -0.00338332634, -0.00837944821, -0.0402383655, 0.0206721406, 0.00171470304, -0.0147880958, 0.0032610374, -0.0166738257, 0.00193712709, 0.0197505448, -0.0200482905, -0.0153694106, 0.0231675431, 0.00395932468, 0.0570823327, 0.00752874278, 0.0132780932, 0.0289948769, 0.000245463947, -0.0408055037, -0.0205445364, -0.018701341, -0.0358430557, -0.0011218678, 0.0154544814, -0.00321850204, 0.0138381412, -0.0198639706, -0.0280023869, 0.0160357971, -0.000745253405, -0.0295478348, -0.00818095077, 0.0270240754, -0.0281725284, -0.0197505448, 0.0214377772, 0.0406070054, 0.0147455605, 0.00456899684, -0.0643700436, 0.00586632267, -0.0353042744, 0.00119098753, 0.0139515689, -0.0429322645, -0.033149153, 0.0187580548, -0.035417702, -0.0156671572, -0.00928686745, -0.0257196594, 0.0138381412, -0.0228272621, 0.0101659298, 0.00711756852, 0.0021320805, -0.0132072018, -0.0505319, -0.0082234852, -0.0175954234, -0.085864529, -0.0462216623, 0.0150433071, 0.0262300838, -0.02977469, -0.0656177476, 0.012930722, -0.0128952758, -0.0115766823, -0.029803047, -0.0218064152, -0.0020824559, -0.0250816308, -0.00490573468, 0.0144265462, -0.0410040021, -0.00795409549, -0.0130157927, 0.0104140518, 0.0110591706, 0.000982741942, 0.0358997695, 0.0142989401, -0.0199632198, -0.000742151868, -0.00523538282, -0.0231533647, -0.017864814, -0.0621582083, 0.0186871625, -0.00613216823, 0.00868428405, 0.0419681333, -0.0146463113, 0.0046328, -0.0488304906, -0.0508438274, -0.015908191, 0.0179640632, -0.0271942168, -0.0299731866, -0.0172834974, 0.0227847267, -0.0032344528, -0.00863465946, 0.0272651091, 0.00433150819, -0.0183468796, -0.0202184319, 0.0193393696, -0.0326103754, 0.0325536616, 0.0122218011, -0.0362400487, 0.0365803316, 0.00521057053, 0.0266129, -0.0116759315, -0.00627749693, 0.00840780511, -0.0168014318, 0.0429322645, 0.00705731, -0.0260457639, -0.0113994526, 0.00913799368, 0.0161350463, -0.0239473581, 0.039784655, -0.00439531123, 0.049709551, 0.0166596472, -0.00461862143, -0.0157096926, 0.0158656556, 0.00759254582, -0.0125479046, -0.00616761437, 0.0352759175, -0.0207288545, 0.00240324275, -0.0178364571, 0.0180491339, -0.0182050951, 0.00812423695, 0.0223310161, 0.0121154627, 0.0238339305, -0.00228804303, 0.0180916693, 0.0804200172, 0.000131261186, 0.00774850836, -0.0146463113, 0.00236779661, -0.00688008, -0.05396308, -0.0219340213, 0.030455254, 0.00238729198, -0.0412592106, 0.00379981752, 0.0276762825, 0.0343685, 0.0204311088, 0.0268113986, 0.0277471747, 0.0175812449, 0.00537362229, 0.00865592714, -0.00460798759, -0.0035960027, -0.0289523415, 0.0404368639, -0.0230966527, 0.00150379899, 0.0055579422, -0.0499931201, 0.0181342028, 0.0429039113, -0.00853541121, 0.00733024487, -0.0550406389, -0.0271233246, 0.0240182485, -0.00628813077, 0.0393025912, 0.00511841103, 0.0225011576, -0.00863465946, -0.0596060939, 0.0262159053, 0.00636611227, 0.0200057551, 0.0564017668, -0.0316178836, -0.068793714, 0.0281158146, -0.0096696848, -0.0116971992, -0.00907419063, 0.0173118543, 0.0197363663, 0.00342408917, -0.0112789357, 0.0175103527, -0.0364385471, -0.0211967435, -0.00434923125, -8.03628645e-05, 0.0442366824, 0.0124911908, 0.0524885245, -0.0402383655, 0.0077839545, -0.031504456, 0.0196229387, 0.000399211247, -0.00116351689, 0.0303418264, -0.0199065059, -0.0115128802, 0.0171417147, -0.0355594866, 0.0046328, 0.0334894359, -0.00273643574, 0.00104743103, 0.00616406975, -0.00248299632, -0.00773433, 0.0191125143, -0.0347371362, 0.0183327012, -0.00727353105, 0.0213952418, -0.0718562528, 0.0472708642, -0.0132072018, 0.013426967, 0.0031990069, -0.0181200244, 0.0105345687, -0.0166312903, 0.0177230295, -0.0186446272, -0.00632003229, 0.0192968342, -0.0203035027, 0.00384235266, -0.0010403418, -0.0116830207, -0.0277188178, 0.0268397555, 0.0396145135, 0.0258898, 0.0238906443, -0.0284135602, -0.0405219346, -0.0229548682, 0.0153835891, -0.00818804, 0.0188856609, 0.0300582573, -0.0144761708, 0.00901747774, -0.0229832251, 0.00968386326, 0.00506878644, 0.0121154627, -0.0189849082, -0.0247838851, -0.017864814, -0.0286971293, -0.0382250287, -0.0103006251, 0.0113002034, -0.00495181419, -0.0195662249, -0.019537868, 0.0472141504, -0.000492257124, -0.00755001046, -0.0186020918, 0.0103289811, 0.0128740082, -0.00942156278, -0.00636611227, -0.00886151474, -0.0208848175, 0.0160357971, -0.00393096777, 0.0201050043, 0.0389906652, -0.0268397555, -0.0269390047, -0.0303985402, 0.0151567347, -0.0298881158, 0.0102793574, -0.0120374812, -0.0155537305, 0.0549555682, -0.00506524183, -0.0342550725, 0.0118318945, 0.030143328, 0.0019087703, 0.0135545731, 0.00547641609, -0.0145328837, -0.0358997695, 0.0450306721, -0.0163477231, -0.0154970167, 0.0105558364, 0.0135191269, -0.0173685681, -0.0458813794, 0.00582733192, 0.0279173162, 0.0414009951, 0.0114490772, -0.0257338379, 0.0294344071, 0.0243868884, -0.0148306312, 0.0213243496, 0.0321850218, 0.000926028297, -0.0328655839, 0.0285411663, 0.0300015435, -0.000574669219, 0.00641573686, -0.0131363096, -0.0270098969, -0.00993198529, -0.00133099954, -0.0263860468, -0.0607970804, -0.0151425563, 0.0189849082, -0.0151283778, -0.0326103754, 0.00336914789, 0.00675247423, -0.0152985193, -0.00224196329, -0.0213101711, 0.0484051369, -0.00222424022, 0.0146888467, 0.015411946, 0.0485469215, -0.0325253047, -0.018389415, -0.0194669757, 0.0166312903, -0.0227563698, -0.015752228, -0.011073349, 0.00151266053, 0.00473204907, 0.0379131027, 0.0219340213, -0.0298881158, 0.0140649965, -0.0132072018, -0.00800372, 0.0168014318, -0.00744367251, -0.0245853867, 0.0209273528, 0.00841489434, 0.0192117635, -0.00523183821, 0.0568838343, -0.00371120241, -0.00872681942, -0.0152559839, -0.0197647233, -0.0028091, 0.00747202896, 0.0187155195, 0.0182759874, -0.00543033611, 0.0266129, 0.000663284387, -0.0019087703, -0.0457963087, -0.000367088243, 0.0188431256, -0.00932231359, -0.00314229308, -0.0114774341, 0.0193393696, 0.00399831543, -0.00360309193, 0.025861444, 0.00714238081, -0.0221183412, 0.0154403029, 0.0234652907, 0.0211967435, -0.0221892335, -0.00918761827, 0.0417129211, -0.00896785315, 0.0438680425, -0.0115128802, -0.000622521387, 0.013646733, 0.0012335229, 0.00783357862, -0.0133702531, -0.0378280357, 0.0073373341, 0.00600101752, -0.024868954, 0.055324208, -0.0130725065, 0.0338580757, -0.00474977167, 0.00561465556, -0.0220616274, 0.00667803735, -0.00551540684, -0.0146037759, -0.0293776933, -0.0351624899, -0.0257054809, -0.010605461, -0.0235503614, -0.0164186135, 0.01448326, 0.0148731666, -0.0117680915, -0.0200057551, -0.0312492456, -0.00923015364, 0.00606836518, 0.0207430329, 0.0202751458, -0.0240466055, -0.00543742534, -0.00261060218, 0.0153552331, -0.0423084162, 0.00162874639, 0.0253935568, -0.00253262091, -0.0144336354, -0.00841489434, 0.0220332704, 0.00853541121, 0.0344535708, 0.0372325405, -0.00884733628, -0.00176521367, 0.012157998, 0.0211542081, -0.00731606642, -0.00529209664, -0.00507587567, 0.0185737349, 0.0273076445, 0.00680209883, 8.46274634e-05, 0.00344004, -0.0231533647, 0.0252375938, 0.000373955932, 0.00827311, 0.0349639915, -0.0142776724, 0.02797403, 0.0110449921, 0.00593012571, -0.00661777938, 0.0190416221, 0.00218702178, 0.036069911, -0.0290090553, 0.0485469215, -0.00421099178, 0.00524956128, 0.000522829359, -0.000681007397, -0.00786193553, -0.0326954462, 0.0235503614, -0.0202042535, 0.00686944602, 0.0263151545, 0.0155111952, -0.0373459682, -0.0387921669, 0.00667449273, -0.00517158, -0.0069686952, 0.00719909463, 0.0362400487, -0.0324118771, -0.0123564964, 0.0189990867, -0.0299731866, 0.0069935075, 0.0198214352, 0.00825893134, -0.00787611399, 0.0362684056, 0.00501916185, 0.00956334639, -0.0261875484, -0.0228414405, 0.000441746495, -0.0140649965, 0.00263718679, -0.000252553175, 0.0185170211, 0.0357863419, 0.0282008834, -0.0184319504, 0.0171275362, -0.019878149, -0.0138168735, 0.0195945818, 0.00347548607, -0.00870555174, 0.0150007717, -0.0174678173, 0.0139090335, -0.00102970796, 0.0181625597, -0.00546932686, -0.00695451675, -0.0140437288, -0.0294911209, -0.00792573858, -0.0272651091, 0.0165745765, 0.0145328837, -0.0380832441, 0.00808170158, 0.0084290728, 0.0124132102, -0.00266908831, -0.0111513305, 0.00279314932, -0.00847160816, 0.00384589727, -0.00747911818, -0.00496599264, 0.00705731, 0.0146463113, -0.0155820874, -0.0123139611, 0.0355878435, -0.00328407739, 0.00404794, -0.0145895975, -0.00594430417, 0.0293209795, -0.0223026611, 0.0280874576, -0.0239473581, 0.0149865933, -0.0259606931, 0.0244152453, -0.00884733628, 0.0168581456, -0.0172409639, 0.00316356076, 0.00747911818, 0.0289523415, 0.0131221311, -0.0156246228, 0.0231675431, 0.0188005902, 0.0089536747, 0.019878149, 0.00134340557, 0.0322984494, 0.00702895364, -0.0197080094, -0.0288672708, -0.00123086444, -0.0247697067, -0.0284560956, -0.0291791949, 0.0135262161, 0.0307388213, -0.0208989959, 0.032128308, -0.0137814274, 0.0153126977, -0.0156529788, -0.0257621948, -0.00847869739, -0.0140437288, -0.0143485647, 0.00336914789, 0.0224160869, 0.00630230922, 0.0108748507, -0.0307671782, 0.00944283, 0.0103998734, 0.0165036842, 0.0143698324, 0.0336312205, -0.0123068718, -0.00137176248, 0.000399875862, 0.0232809708, -0.0388488807, -0.0159365479, 0.0242876392, -0.0157805849, -0.00916635059, 0.0103289811, 0.0423084162, -0.0378847457, -0.0088260686, 0.0359564833, 0.00287999236, -0.0174536388, -0.0264144037, 0.00221537868, 0.00507587567, -0.00976893399, 0.00999578834, -0.015411946, 0.00620660512, -0.0237913951, -0.0202893242, -0.0118815191, 0.0156955142, 0.0147455605, -0.00784775708, -0.0129165435, 0.0055579422, -0.0285553448, 0.0137956059, -0.00539134536, 0.0129449, 0.000664613617, 0.0212959927, 0.00954916794, -0.020502001, 0.0224586222, -0.0017288815, 0.0227989051, -0.020346038, -0.00574226165, -0.000856908446, 0.0182901658, -0.0171275362, 0.0242309254, -0.0143485647, 0.021863129, 0.0207572114, -0.0109528322, -0.0422233455, -0.0522333123, -0.0562883429, 0.0112222219, -0.0310223904, -0.0275912117, 0.0298597608, -0.0221183412, 0.0131575773, -0.0312776, -0.0347087793, -0.0420248471, -0.0141004417, -0.00936484896, 0.00443430198, 0.0121012842, 0.0188289471, -0.0175954234, -0.0156671572, -0.0184744857, 0.0263151545, -0.0156529788, -0.00994616374, -0.0140224611, 0.0200908259, -0.00031990069, -0.00785484631, -0.0222175904, 0.00845034048, 0.00543742534, -0.00796827395, -0.02977469, -0.0122218011, -0.00290480442, 0.0056182, -0.014887345, 0.0137176244, -0.015411946, 0.0476962179, 0.0146604897, -0.0059513934, 0.00124681508, 0.0175954234, -0.0199206844, 0.011505791, 0.025648769, 0.0138097843, 0.00161190948, 0.0133489855, 0.0260599423, 0.0409756452, 0.00737278024, 0.0400682241, -0.0169573948, -0.0165036842, 0.0114207203, 0.0360131972, -0.0158656556, -0.0265561864, -0.0407487899, 0.019069979, 0.0188714825, 0.0520348139, 0.00217816024, -0.0234227553, -0.00932231359, -0.025861444, -0.0151141994, 0.025861444, -7.45474899e-05, -0.0174394604, 0.0089536747, -0.0434710458, 0.0122572472, -0.00631294306, 0.0104991226, -0.0157096926, 0.0265278295, 0.0236779675, 0.00440240046, 0.0240466055, -0.00706794392, -0.00881897938, 0.00183078891, 0.0145187052, 0.0440098271, -0.00141607, 0.0288672708, -0.026513651, -0.0371474698, -0.00633421075, -0.0146888467, -0.0319014527, -0.0146321328, 0.0179073494, -0.015908191, 0.0158372987, 0.00718846079, 0.010357338, 0.0316178836, -0.00293138903, -0.00496599264, -0.0130725065, -0.0376011804, -0.0150858425, -0.0164327919, -0.0175812449, 0.0110024568, -0.0227989051, 0.0125195477, -0.0202609673, -0.0116121285, -0.0308806058, 0.00360840885, -0.0183043443, -0.00851414353, 0.00941447355, 0.0109953675, 0.0017971152, -0.0157664064, 0.0197789, -0.010017056, -0.000104455103, -0.0163193662, 0.0086701056, 0.0220049135, 0.0097972909, -0.00692261523, -0.0133915208, 0.000173574925, -0.00815259386, -0.0223735515, 0.0252092369, 0.0234227553, 0.0200482905, 0.00832982361, -0.0188714825, 0.00275947573, -0.0194953326, 0.0105700148, -0.00192472094, 0.0011785815, -0.00834400207, -0.00797536317, 0.0158372987, -0.0161208678, -0.00803207699, -0.00428542867, 0.000118744298, 0.00636965688, -0.00159773114, -0.0031990069, -0.00955625717, 0.0253652, -0.00859212503, -0.0388772376, -0.0181058459, 0.0352759175, -0.0207004976, -0.0284135602, 0.0294911209, -0.0119453222, 0.00635547843, 0.0719129667, 0.00377146062, -0.0423934869, -0.00505460799, -0.0102722682, -0.00910963677, -0.0246988144, 0.00826602057, 0.0161634032, -0.00476040551, -0.000381709746, 0.00290657673, 0.0128952758, 0.045994807, -0.0230257604, -0.020034112, -0.00618533744, -0.00345953531, 0.0021923387, -0.00231994456, 0.000814373197, 0.00709630083, -0.00203814846, 0.000867542287, 0.0306821093, -0.00378918368, 0.00995325297, 0.0285269879, -0.00238729198, -0.0171700716, 0.0122856041, -0.0150574856, 0.00177053059, 0.00694388291, -0.00625977386, 0.0488021336, 0.00447329273, -0.0220758058, -0.0116971992, 0.01259044, -0.0235361829, -0.00133099954, -4.13998896e-05, -0.0216079168, 0.00735151256, 0.0205445364, 0.00975475553, 0.0207855683, 0.0078264894, 0.00190168107, 0.00760672428, 0.0135262161, 0.00599038415, 0.0191975851, -0.0202184319, 0.00104122795, 0.00232348917, -0.0351624899, 0.00432087434, -0.0216504522, 0.00132656877, -0.0304268971, 0.000218768648, -0.0117113777, 0.000944637461, 0.010449498, -0.0205870718, 0.0317029543, 0.00253971014, 0.0132355588, 0.00187332416, 0.0100879483, 0.0121012842, -0.00224373559, 0.000488712511, -0.0178364571, -0.00405148463, 0.0216504522, 0.017864814, -0.00879771169, -0.0256062336, 0.0119807683, -0.00187864108, 0.0340282172, 0.0110379029, -0.0168865025, -0.0221041627, -0.0182050951, -0.000438423449, -0.0112718465, 0.0276053902, -0.00975475553, -0.0345953517, -0.00860630348, 0.00923724286, -0.00388488802, -0.0216788091, 0.0218489505, 0.00173154, -0.0290232338, -0.00222601253, 0.0131221311, 0.0126826, 0.00262655295, 0.00908128, 0.0266837925, 0.0445769653, -0.0096413279, 0.009428652, 0.00718491618, 0.00361727038, 0.00883315783, -0.00272934651, 0.0174394604, -0.00271162344, -0.00808879081, -0.00869137328, -0.00954207871, 0.00900329929, 0.0185312, -0.00937193818, 0.00191408722, -0.000887480681, -0.0152985193, -0.00817386154, 0.00177761982, -0.00720972847, -0.0127251353, 0.0136892674, 0.0264994744, 0.00520702591, 0.0116617531, 0.00986109395, 0.0200624689, -0.00815259386, 4.4279881e-05, 0.0137956059, -0.0118177161, -0.0143556539, 0.0223026611, 0.0113143818, 0.00865592714, 0.0155820874, -0.00475331629, -0.00373247, 0.0155395521, 0.00609317748, 0.0181909166, 0.0248547755, -0.0173260327, -0.0125408154, -0.0202893242, 0.0362116918, 0.00175635226, -0.00711756852, -0.0492274873, 0.0135758407, 0.0241458546, 0.0168297887, -0.0153126977, 0.0107826907, 0.00420035794, 0.0342267156, -0.00404439541, -0.0271942168, -0.000434878835, 0.0246988144, -0.0569121912, 0.0100454129, -0.0265561864, 0.0265278295, 0.0185170211, 0.0154970167, 0.00487028854, 0.00673475116, 0.0153694106, 0.0246704575, -0.00518575823, 0.0408055037, -0.0327238031, 0.0242025685, -0.000790447113, -0.014731382, 0.00745785097, -0.0111867758, -0.0484902076, 0.00866301637, 0.01637608, -0.000241919348, -0.0162910093, -0.0237063244, -0.00744367251, 0.0230257604, 0.00543742534, -0.0148306312, -0.0129165435, 0.0103289811, -0.0169573948, -0.0149724148, 0.00345599069, -0.00675956346, 0.0269957185, 0.00610735593, 0.0309373196, -0.000787788653, 0.0137105351, -0.002504264, 0.0282292403, -0.0093506705, -0.0180633124, 0.0312492456, -0.0027275742, 0.0200482905, 0.0216362737, -0.0286262371, 0.0278464239, 0.0546720028, 0.00128935033, 0.0163619015, 0.009272689, -0.0120729273, -0.00227740919, 0.0095137218, 0.00551895145, -0.0167588964, 0.00789738167, -0.0109244753, 0.0059265811, 0.00110768934, -0.0109102968, 0.0190841574, 0.0311641749, -0.00769888377, 0.0224444438, 0.0174819957, -0.00036487286, 0.000972108159, -0.0133773424, 0.00193181017, 0.00395932468, 0.0133631639, -0.00318837306, 0.00261769141, -0.00943574123, -0.0180349555, -0.000234387058, -0.000479407958, -0.0203318596, -0.0102935359, 0.00371120241, 0.00856376812, -0.0105912825, 0.010109216, -0.0158372987, -0.00793282781, 0.0123777641, -0.0161208678, -0.00161899871, 2.46807031e-06, -0.016716361, 0.00433150819, 0.0135616623, -0.0201758966, -0.0272651091, -0.00130087032, 0.00979020167, -0.0199490413, -0.00718846079, 0.0114845233, 0.00621369388, -0.0097972909, -0.0256913025, -0.0107330661, 0.0253226645, 0.00467179064, 0.0155111952, -0.00344181224, 0.019537868, 0.00610381132, -0.0114348987, -0.00904583465, 0.0154403029, -0.00433859741, -0.027818067, -0.00804625545, 0.00489864545, -0.01358293, -0.000798422494, -0.00639446918, 0.000480294082, 0.0168014318, -0.0050581526, 0.00683754496, -0.015227627, 0.0203602165, 0.0267830417, 0.0127676707, -0.00597620569, 0.0140224611, 0.0019105426, 0.0220474489, 0.00182369968, 0.0401532948, 0.00872681942, -0.0240040701, -0.0207430329, -0.0246988144, -0.0236212537, 0.00523538282, -0.00954916794, -0.00144619925, -0.0114065418, -0.0129378112, -0.0168865025, 0.0112009542, -0.0252375938, 0.0181342028, -0.0122572472, 0.0135900192, -0.0116617531, -0.0182618089, -0.0243301746, 0.00575644, -0.0132568255, 0.018233452, -0.016744718, 0.00402312772, 0.0069686952, -0.000909191382, -0.00774850836, 0.0307104662, 0.0162768308, -0.0414577089, 0.0304268971, 0.0122076226, 0.0254219137, -0.0191550497, -0.00506524183, 0.0141855124, -0.025861444, -0.0457963087, 0.0618746392, -0.0219482, -0.00587695651, 0.0172693189, -0.0182050951, -0.00144088233, 0.00253616553, -0.0264994744, 0.00498371571, -0.00667449273, -0.0334327221, 0.0176521372, 0.0146463113, 0.010853583, 0.00433859741, 0.0269248262, -0.000479407958, 0.023507826, -0.00115554151, -0.00645472715, 0.00470014755, -0.00512904488, 0.0221325196, 0.00975475553, -0.037714608, 0.0105771041, 0.00464343373, 0.00148518989, 0.0112860249, -0.00490573468, 0.00487028854, 0.0230257604, 0.016900681, -0.00786193553, 0.000713795, 0.00585568883, -0.0163902584, 0.000771837949, -0.0113427388, -0.0167730749, -0.000830767, 0.0242167469, -0.00665322505, -0.0209273528, 0.000102682803, 0.00275593111, 0.0052814628, -0.0113002034, 0.019225942, -0.00404085079, 0.0165178627, -0.00664259121, 0.0438396856, 0.00405857386, -0.0359848402, -0.00247059041, 0.00446974812, 0.0171842501, 0.00297215208, 0.0240891408, 0.0114278095, 0.0206012502, 0.0132001126, 0.0186162703, -0.0237346813, 0.00379627291, 0.0011236401, 0.0149157019, -0.0118815191, 0.010669264, 0.00551186223, -0.0108606722, 0.0150007717, -0.00109971396, -0.0028091, -0.0186871625, 0.0131150419, -0.00599038415, 0.020190075, -0.0212959927, 0.015908191, -0.00278074341, -0.00674538501, 0.00381754059, -0.0129094543, 0.0244577806, -0.00511486642, 0.0014869622, -0.00811005849, -0.0207997467, -0.0157096926, -0.00808879081, -0.0145328837, -0.0136183761, 0.00511132181, -0.00405502925, 0.0199773982, -0.0214519557, -0.00116085843, -0.013646733, 0.00206827745, 0.0013885994, -0.0104069626, -8.82274544e-05, 0.000411174289, 0.00259465142, 0.0100595914, 0.0211542081, 0.00737278024, -0.00541970227, -0.0295478348, 0.00650435174, 0.0290090553, -0.0210407805, 0.0107826907, -0.0127393138, -0.0284135602, -0.0231108312, 0.00371120241, 0.00422871485, -0.0134695023, -0.0135333054, 0.014731382, 0.00462216605, 0.0176663157, 0.00330357277, -0.00416491181, 0.00556857605, -0.00396995852, -0.011413631, -0.0168014318, 0.0205870718, -0.0284277387, 0.0066674035, -0.0124911908, -0.00574580627, 0.000409845059, -0.0343117863, 0.0114490772, 0.00308557949, -0.0121225519, 0.00582024269, 0.0156813357, -0.0227421913, 0.0448038168, -0.00027359926, 0.0250674523, -0.00727353105, 0.00572453858, -0.0138168735, 0.0201758966, -0.0162768308, -0.00934358127, -0.0249540247, -0.000214337881, 0.0129378112, 0.0247838851, -0.0138806766, 9.76982e-05, 0.0183043443, 0.0123635856, -0.0116759315, -0.00645118253, 0.00991780683, 0.0201758966, -0.0214803107, 0.00444848044, -0.0164044369, 0.00913090445, -0.00662841275, -0.00347016915, 0.00888278242, -0.00667094812, 0.0297179762, -0.00437049894, 0.00827311, -0.020190075, -0.00562174479, -0.00699705211, 0.000959702069, 0.0161350463, 0.00414364412, -0.00461507682, -0.0225295145, 0.0152559839, -0.00601165136, -0.00648662867, -0.0238622874, 0.00957043562, -0.00106515409, 0.0125195477, -0.00387779879, -0.0127109569, 0.00272402959, -0.00235184608, 0.0027275742, -0.00930104591, 0.0330073684, -0.0111584188, -0.00481003, 0.00978311244, 0.00384235266, 0.00233412301, 0.00661069, 0.00699705211, -0.0208848175, 0.0045158281, 0.00214625895, -0.0180491339, 0.00438113278, -0.0115625048, -0.0180916693, 0.00845034048, -0.0112931142, -0.0137459813, -0.0176946726, -0.00619951589, -0.0215653814, 0.00338687096, -0.0101942867, 0.000280688488, 0.0138664981, 0.000985400402, 0.0125124585, 0.00618533744, 0.00536653306, 0.0160074402, -0.0124628339, 0.000593721459, 0.00610381132, -0.018857304, 0.00325217587, 0.0276053902, 0.00812423695, 0.00658942247, -0.0212109219, -0.0132213803, -0.0262867976, 0.00702895364, -0.0118389837, -0.00569263706, -0.0255353414, 0.0145895975, 0.0197930783, 0.0110662598, 0.00904583465, 0.000323888351, -0.0117326453, -0.00346485223, -0.0203318596, -0.000994261936, 0.01637608, 0.00767052732, -0.0006043553, -0.0216646306, -0.0158940125, 0.0159649048, -0.00637674611, 0.000748798, -0.0146888467, 0.00253793783, 0.00664613582, -0.0159649048, 0.00014433192, -0.0403234363, -0.000745253405, 0.00407984154, -0.015071664, 0.0225720499, 0.0135758407, -0.0226429421, -0.00589467958, 0.0217922367, 0.00519993668, -0.00267440523, 0.00148075912, 0.00596911646, -0.0231391881, -0.0352192037, 0.000634041382, 0.00613925746, -0.0164186135, 0.00901038852, 0.002194111, 0.0150433071, 0.0109315645, 0.0017288815, -0.0090671014, -0.0234652907, 0.00201156386, 0.0127889384, 0.0153977675, 0.0160499755, -0.00339573249, 0.0194527972, -0.00028955, 0.00211790204, 0.0254786275, -0.0194669757, -0.00154633436, 0.0125124585, -0.0338297188, -0.00596202724, -0.000785573269, -0.00686944602, 0.00588050112, 0.00199384079, -0.00546932686, 0.00694033829, -0.00623496156, -0.00013203657, -0.0186020918, -0.00230222149, 0.0191834066, -0.0125479046, 0.0015170913, -0.0164044369, -0.0250107385, 0.00962006, -0.0165178627, 0.000852920813, -0.00576707395, 0.0139586581, -0.00235361839, -0.017085, 0.00792573858, 0.00789738167, -0.00652916403, -0.0167872533, 0.0139090335, 0.0129023651, -0.00977602322, -0.00438467739, -0.0161917601, 0.0265703648, 0.0456261672, 0.0107897799, -0.00849996507, -0.000405414292, -0.0132213803, 0.00588050112, 0.0145612406, -0.000815702428, -0.01349077, -0.00662486861, 0.00532399816, -0.0228414405, -0.014235137, -0.0151141994, -0.0141075309, -0.00569972629, 0.00793991704, -0.00133277185, 0.00752874278, -0.019381905, -0.0115625048, 0.021707166, 0.012994525, 0.00182369968, 0.0224869791, -0.00497308187, -0.0305403247, 0.00755001046, 0.00796827395, 0.0195945818, 0.00432087434, 0.0267830417, -0.00505460799, -0.000594164536, 0.0148164527, -0.0154544814, 0.00579543039, 0.0135049485, -0.0138806766, 0.0163051877, 0.00364385475, 0.000575555372, 0.00908836909, -0.0139657473, -0.0154970167, 0.00177318905, -0.010173019, 0.00589113496, -0.00862757, -0.00129643956, 0.0101942867, -0.00468242448, 0.0136609115, -0.00222424022, -0.0179782417, -0.00504751876, 0.0146321328, 0.00744367251, -1.804149e-05, -0.00235539069, -0.0111087952, -0.0163902584, 0.000606127607, 0.0046611568, 0.00623496156, 0.00340636633, -0.00734442333, -0.0285837017, 0.00527437357, -0.00104743103, 0.0229406897, -0.0217497014, -0.0178931709, 0.0195520464, 0.0120445704, 0.00347903068, 0.0110449921, -0.0263718683, 0.015567909, -0.00588050112, -0.0237630382, 0.0207572114, 0.00101730193, 0.00237665814, 0.0153835891, -0.0203318596, 0.00140898081, 0.000652207469, 0.00260174065, -0.0201191828, 0.0123990318, -0.00270276191, -0.0143840108, 0.00151354668, 0.00476749474, -0.00767052732, 0.0367221162, -0.0151709132, -0.00450164964, 0.0270382538, 0.0155253736, 0.00356232887, 0.0138806766, 0.00232348917, -0.00529209664, 0.00947827566, 0.00190345338, 0.0111584188, 0.0258189086, -0.0175812449, 0.0259465147, -0.00401249388, 0.00650789635, 0.00707503315, -0.0263718683, 0.0350774191, -0.00388843263, -0.00658587785, 0.0199348629, 0.00768470531, -0.000148873442, 0.0121438196, 0.0178222787, 0.0102013759, -0.000832982361, -0.0134624131, 0.00754292123, -0.00781231141, -0.015071664, 0.00188927492, -0.0209698882, -0.0071920054, 0.00824475288, 0.000714681169, -0.00630230922, 0.00482420856, 0.0224019084, 0.0161775816, 0.00113693229, -0.00760672428, -0.00225436944, -0.00656815479, -0.00663195737, -0.00837944821, -0.0103077143, -0.00387070957, -0.00788320322, -0.000204147145, 0.0239615366, 0.00103768334, 1.78753362e-05, -0.0017536938, -0.00990362838, 0.00110503088, -0.0121438196, 0.00320786843, 0.0119382329, -0.00585214421, 0.00292075519, -0.0059017688, -0.00481357472, 0.0107117994, -0.0062455954, -0.0142776724, 0.0099603422, 0.0249965601, -0.00970513094, -0.00981146935, -0.0209557097, 0.00205409899, 0.00653979788, -0.00825184211, 0.0044378466, 0.017396925, 0.00453709532, -0.00776977604, 0.00742240483, 0.0101021267, 0.0228414405, 0.000139790398, 0.00656106556, -0.0246279221, 0.0101517513, 0.00368993473, 0.00756418891, 0.00613216823, 0.00104211411, 0.00752874278, -0.0129590789, -0.0239898916, -0.0416278504, -0.00284809084, 0.0163193662, -0.0109102968, 0.00120073522, 0.0111371521, 0.00787611399, 0.00510777719, 0.00994616374, 0.0125124585, 0.00312988693, -0.00712465774, -0.00524956128, -0.00133897492, 0.00474977167, 0.00815259386, -0.0055579422, -0.0183327012, 0.00556503143, -0.00619951589, -0.00416491181, 0.0156955142, 0.00114756613, -0.00420744717, -0.00684108911, 0.0448321737, 0.00774141913, -0.0141855124, 0.00632712152, 0.00373247, -0.00871264096, 0.00472850446, 0.00238729198, 0.0359281264, -0.00598683953, -0.0010669264, -0.0184744857, 0.00587695651, 0.0292359088, -0.0107401554, 0.0104849441, 0.0028640416, 0.0169857517, 0.00447329273, -0.0144549031, 0.00716364849, 0.0202893242, -0.00232880609, 0.0159507263, -0.000121181212, 0.00478521781, 0.0363251194, -0.000537007814, 0.0193535481, -0.00421099178, -0.0105700148, -0.009428652, -0.014050818, -0.0328088738, 0.0114916125, -0.017056644, -0.00968386326, 0.0012955534, -0.00320786843, 0.00159418653, -0.00801789854, -0.000705819635, -0.00912381522, -0.0135687515, 0.0134978592, 0.0133418962, -0.0246421, -0.0111158844, 0.000412946596, -0.0135474838, -0.00437049894, -0.00255743321, -0.00833691284, 0.0184886642, 0.00576352933, -0.0156388, -0.00965550635, 0.00496599264, -0.00291012134, 0.00789029244, -0.000761647185, 0.016900681, -0.00397704775, 0.00377146062, -0.0145045277, 0.0229406897, 0.00229513226, 0.0144619923, -0.00109173858, 0.00800372, 0.00129289494, 0.0102439113, 0.00153570052, -0.00660714554, -0.000430448068, 0.00468242448, 0.0329790115, -0.01259044, -0.0302567557, 0.00358891347, -0.00259287911, 0.0123139611, -0.0160074402, 0.00306608411, 0.0237913951, 0.0039061557, 0.0153977675, -0.00295620132, -0.011073349, 0.00260351296, -0.0137318028, -0.0431874767, -0.000128491956, 0.00529918587, -0.0196796525, 0.0110591706, -0.00382108521, 0.00525310589, -0.0052034813, -0.00465761218, -0.0129023651, 0.00453709532, -0.00759254582, -0.00957752485, 0.00505106337, 0.0190274436, -0.00745076174, 0.0103360703, -0.0105558364, 0.00343826762, 0.0118177161, 0.00420035794, 0.00447683735, 0.0201191828, 0.000777154812, -0.00929395668, 0.0115554156, 0.00728062028, -0.00307140104, 0.003457763, -0.0132355588, -0.0223735515, 0.0153552331, 0.00618179282, -0.007535832, -0.0127322245, 0.00272048498, 0.0123139611, -0.0210549589, 0.000787788653, -0.0183752365, 0.00485611, 0.00723454077, 0.0189140178, 0.0210833158, -0.00511132181, -0.0324969478, 0.00452646147, -0.00813132618, 0.0115554156, 0.0116830207, 0.0283284895, 0.00257870066, -0.00744367251, 0.00885442551, 0.00454064, -0.00665676966, 0.0193393696, -0.00590531342, 0.00610381132, -0.0203176811, -0.00121314137, -0.0055579422, -0.0107897799, 2.25691711e-05, -0.0144123677, -0.012930722, 0.00854959, -0.0235787183, -0.00424998254, -0.00580606423, 0.000914508302, -0.0157238711, 0.00565364631, 0.0103644272, 0.0190558, 0.0204594657, 0.0208564606, -0.00560756633, -0.00245818426, 0.00928686745, -0.0307955351, 0.0204311088, 0.0282575972, -0.0146321328, -0.0103006251, -0.0152559839, -0.0205445364, -0.000762976415, -0.000506878656, 0.0110804383, -0.013334807, 0.00998161, 0.000137242707, 0.0173827466, -0.0105274795, -0.00421099178, -0.00430315174, 0.000367309782, 0.00301468722, 0.00184673967, 0.0213810634, -0.00483838702, 0.00554730836, 0.0134765916, 0.0214661323, 0.00747911818, 0.0133631639, -0.00657878863, -0.0124273878, 0.00742240483, 0.00327876047, -0.00760672428, -0.0104140518, -0.0160925109, 0.0103360703, -0.00827311, 0.013646733, -0.000175125679, -0.0184744857, 0.00358182425, 0.0113143818, 0.0201617181, 0.00724163, 0.00422517024, 0.0054267915, 0.00702186441, 0.00431378512, 0.0202467889, 0.0310507473, 0.000173131848, 0.00532045355, -0.0148022743, -0.017056644, -0.0118389837, -0.0122430688, -0.00954916794, 0.00686235679, 0.0108819399, 0.00570681551, -0.0326670893, 0.00533108739, -0.000803739356, 0.00680209883, 0.0125124585, -0.0124202985, 0.0155395521, 0.0123210503, -0.00265313755, 0.00523538282, 0.00221183407, -0.000475863344, 0.0107047101, -0.0167021826, 0.000946409767, -0.00619597128, 0.00512904488, 0.0103998734, -0.00543742534, 0.00780522218, -0.00389906648, 0.00936484896, -0.00716010388, 0.0127747599, -0.00641928101, -0.018020777, -0.00384235266, 0.0053062751, -0.0266270787, 0.0114987018, -0.00701477518, -0.0141429771, 0.00510423258, -0.0136538222, 0.00643700408, -0.0164044369, 0.00840071589, -0.00260882988, -0.0142634939, 0.0191125143, -0.00243868888, -0.0062455954, 0.00417554565, -0.00837235898, 0.0175387096, 0.00103768334, 0.0162484739, -0.00276124803, -1.67814942e-05, -0.02518088, -0.00801789854, -0.0181625597, 0.0290657673, 0.0133702531, 0.0205161795, -0.000898557599, -0.0235787183, -0.0167305395, 0.00561111094, -0.000369968242, -0.0273785349, 0.0107117994, 0.0242025685, 0.0163051877, 0.0130299712, 0.0054019792, -0.00549059454, -0.00680209883, -0.00239438121, -0.00281618931, -0.0151709132, 0.00732315565, 0.00357827963, 0.021338528, 0.0130087035, -0.0204311088, -0.017396925, -8.45720788e-05, 0.00245818426, 0.00345421839, 0.00702540902, -0.00931522436, -0.0170708224, 0.0204169303, -0.00845034048, 0.0132072018, -0.0204311088, 0.0115908608, 0.00853541121, -0.00366866705, -0.0214094203, -0.00299696438, 0.00462216605, -0.00201688078, 0.0272083953, 0.0131221311, -0.0275912117, 0.0176096018, 0.0283284895, -0.0173685681, 0.00258047297, -0.00342054456, -5.98152255e-05, -0.00584151037, -0.00687653525, -0.000949068228, 0.00879771169, 0.011349828, 0.0116121285, -0.0237913951, -0.0139161227, -0.00565719092, -0.0277755316, 0.00455127377, 0.00542324688, -0.00114490767, 0.0051361341, -0.0166880041, -0.0173118543, -0.00905292295, -0.0185170211, 0.00535589969, 0.00106426794, -5.52736965e-05, -0.0279456731, -0.0097972909, 0.00289417058, 0.000433328067, 0.00585568883, 0.0247129928, 0.00658942247, -0.00264427601, -0.00180686289, 0.00199738541, 0.03275216, 0.00167128164, -0.00676665269, 0.0151567347, 0.00161899871, -0.025648769, 0.0141004417, 0.00820221845, -0.0290941242, 0.0293493364, -0.00949954335, -0.0144052785, -0.0215653814, 0.0250958093, 0.0183043443, -0.00151354668, -0.00658587785, 0.0125691723, -0.0249398462, 0.00240147044, -0.00706439931, -0.00306962873, 0.019069979, 0.00393096777, -0.0191266928, 0.00950663257, 0.0281016361, -0.0202326104, -0.0105062118, 0.0116404854, -0.0154686598, -0.0339431465, 0.0027258019, 0.0137034459, 0.0227563698, -0.00721327309, 0.00940029509, 0.0282008834, -0.0186729841, 0.000395223557, 0.000260971603, 0.0115766823, -0.00432796357, -0.0160074402, -0.00333901867, -0.000503777119, 0.00308203488, 0.00742240483, -0.00117415073, -0.0277755316, 0.00530273048, -0.0232242569, 0.0360982679, -0.00532754278, 0.0076634381, -0.0025538886, 0.0141855124, 0.0135971084, 0.013426967, 0.000285562302, 0.0122218011, 0.0132922716, 0.00791156, 0.020034112, -0.0220758058, 0.00253084861, 0.0149298804, 0.0132072018, 0.00658942247, -0.0114278095, 0.00468242448, 0.0188005902, -0.00415073335, -0.00743658328, 0.0183752365, -0.00731606642, -0.0191834066, 0.00974766631, 0.00442366814, 0.0121154627, -0.00465052295, -0.0078264894, -0.0128031168, 0.0121792657, -0.0187864117, -0.0171417147, -0.012094195, 0.0360982679, -0.00286049698, -0.0229690466, 0.00209663436, -0.0158089418, 0.00209308974, 0.0111584188, 0.0195945818, -0.0326670893, -0.0159932617, -0.00763508119, 0.00265490985, 0.0117751807, -0.00176166918, -0.00179445674, 0.00252553169, -0.00903874543, 0.00161545409, 0.0105274795, -0.00101818808, 0.029462764, 0.00601519598, 0.0110662598, -0.00607191, -0.00519993668, -0.00768470531, -0.000506435579, 0.0247697067, -0.00483129779, 0.0014453131, -0.0184603073, -0.00182192738, 0.0048596547, 0.0123635856, 0.00411883183, -0.00489510084, 0.00427479483, 0.0131433988, 0.0175954234, -0.00152240822, 0.00420744717, -0.022855619, -0.00606482057, 0.0210124236, 0.0198639706, 0.0352192037, -0.00874099787, 0.0182901658, 0.00281796162, -0.0173543897, -0.00296151824, -0.0149865933, 0.00757127814, 5.19506284e-05, -0.00170672778, 0.00823057443, 0.00350561528, 0.013150488, 0.0264144037, 0.00580606423, -0.011413631, 0.0010536341, 0.0152134486, -0.00342231686, -0.0171558931, 0.0455410965, -0.0147172036, -0.0184177719, -0.0207004976, -0.0222034119, 0.00862757, 0.00427125, 0.00544451457, 0.0153126977, 0.00633066613, 0.00229513226, 0.00239438121, -8.1470549e-05, -0.00241919351, 0.001655331, 0.0106409071, -0.0210974943, -0.0226145852, 0.00857085735, -0.0108110476, 0.0216929875, -0.0265845433, -0.00733024487, -0.00462925527, -0.017708851, -0.00154013128, -0.000933117524, -0.0240749624, -0.0196796525, -0.00776268682, -0.0188005902, -0.0109244753, -0.0128881866, -0.00207004976, -0.00305190566, -9.81966587e-05, -0.00446265889, -0.0132568255, -0.0176237803, 0.0142918508, -0.0200482905, -0.000686767395, 0.00558984326, -0.0114774341, -0.0175245311, -0.025677124, 0.0160357971, -0.00115908612, -0.00998869911, 0.00843616202, 0.0252375938, -0.0117042884, 0.00612862362, 0.0344252139, -0.0042677056, -0.0074153156, 0.0206721406, -0.0121650873, 0.0160925109, -0.0091947075, -0.0105416579, 0.0142989401, 0.0140437288, 0.0212251, 0.0149724148, 0.00580606423, 0.00985400472, 0.0253226645, 0.00375728216, -0.0179357063, -0.00533817662, -0.0109386537, 0.00438467739, -0.00505460799, 0.0155537305, 0.00999578834, 0.000470103347, -0.00195307785, -0.011257668, -0.00877644401, 0.00351624913, -0.0127818491, 0.0240466055, 0.0132639147, 0.0028126447, -0.0085850358, 0.0100950375, -0.010357338, 0.0157947633, 0.000910077535, -0.00349675375, -0.00793282781, 0.0118318945, -0.00565719092, 0.0142776724, 0.0085850358, 0.0318447389, 0.00595493801, -0.00263186987, 0.0132355588, 0.0203176811, 0.00328407739, 0.00552604068, -0.0131292203, -0.0141429771, -0.00355701195, -0.0040160385, -0.0163051877, 0.0142067801, 0.00737278024, 0.014235137, -0.0282434188, -0.00430669636, 0.000606127607, -0.0141784232, 0.00217107101, -0.00732315565, 0.0197080094, 0.0121721765, -0.00229513226, -0.0187155195, -0.0241742115, -0.0150433071, 0.000306165341, -0.00896076392, 0.00430315174, -0.00322736357, 0.00456899684, 0.00363676553, -0.00937193818, -0.00191408722, 0.00254679937, 0.0217497014, 0.00546578225, -0.0249965601, -0.0145895975, 3.4892214e-06, 0.0244577806, -0.0222743042, 0.00368993473, -0.00798954163, 0.00981146935, 0.00311039155, -0.0140224611, 0.0235787183, 0.0180633124, 0.0145116169, 0.00100666808, 0.00946409814, 0.00727353105, 0.00309444102, -0.00645118253, -0.00830855593, -0.00913799368, 0.00598683953, 0.00394160161, 0.00457608607, -0.016588755, -0.00815259386, -0.0203885734, 0.0206579622, -0.0226854775, 0.0329506546, -0.0237772167, 0.023011582, -0.0117255561, -0.00645118253, 0.0124628339, -0.00317242229, -0.00886860397, -0.0172976758, -0.0174961742, -0.0084290728, -0.00217816024, 0.00586986728, 0.0230257604, 0.00554730836, -0.00586277805, -0.0114490772, 0.00367575628, -0.00650435174, 0.0014187285, 0.000629167538, 0.0110662598, 0.00114933844, -0.00386716495, -0.000118744298, -0.0146179544, 0.00674892962, -0.0190274436, 0.0243301746, 0.00330357277, -0.00442012353, 0.00639801379, -0.000642902916, -0.0132639147, -0.00314229308, 0.0046115322, 0.0021320805, -0.0048348424, 0.00726644183, -0.000653979776, 0.00122466136, 0.01169011, 0.0168014318, 0.0095279, 0.00860630348, 0.00183787814, 0.000808170123, -0.0156671572, -0.00713529158, 0.00805334467, -0.0150291286, 6.21967556e-05, -0.00345421839, -0.0194669757, 0.0084290728, -0.0370624, -0.0135616623, -0.00886860397, 0.0027771988, -0.00905292295, -0.0227705482, 0.00438822201, 0.00388134341, 0.0364385471, 0.0109811891, 0.017396925, 0.0177230295, 0.0189707298, 0.00840071589, 0.00398059236, -0.0107188886, 0.00397350313, 0.00983982626, 0.00410819799, -0.0150291286, -0.00157114654, -0.0120800165, 0.00491636852, -0.0114987018, -0.00554730836, -0.000713795, -0.0128810974, 0.016900681, -0.00256629474, 0.0287254862, -0.010017056, -0.0150291286, 0.00618533744, 0.00238729198, -0.0204311088, -0.0274919625, 0.00394869084, -0.00764217041, -0.0325253047, -0.00120516599, 0.0136538222, 0.0153977675, -0.0355311297, -0.0232667923, 0.0463918, -0.00311570847, 0.014575419, -0.017864814, 0.00183078891, 0.000736834947, -0.0207997467, 0.0083014667, -0.0167588964, 0.00235893531, -0.0257338379, 0.00406211847, 0.00489864545, 0.0273076445, 0.00150822976, 0.00752874278, 0.00109528319, 0.00377854984, 0.00759254582, 0.0243868884, -0.0102935359, 0.0151000209, -0.000499789428, 0.0314761, 0.00528500741, 0.0141429771, -0.0193677265, 0.00110591704, -0.0346237086, -0.0216362737, -0.03479385, 0.000271162338, 0.00181838276, -0.0120445704, -0.00276124803, -0.0165320411, 0.00369347935, -0.0236212537, 0.0286404155, -0.0142067801, -0.0230257604, 0.000971222, 0.00720618386, -0.0095279, -0.00190168107, 0.0150858425, -0.011909876, -0.000957043609, -0.0160074402, 0.0177230295, -0.00628104154, 0.000649549, -0.00389197725, 0.0102935359, -0.00977602322, 0.0017288815, -0.014731382, -0.00297392439, 0.00438113278, -0.0109102968, 0.0120800165, -0.00842198357, 0.0156671572, -0.00897494238, -0.0211967435, 0.0147455605, -0.0189707298, 0.0164753273, -0.0122005334, 0.0133915208, -0.00947118644, 0.030823892, 0.00897494238, 0.00210904051, -0.0161492247, 0.0114632556, 0.0196654741, -0.00481003, 0.000457254151, 0.00127074122, -0.00815968309, -0.00348080299, -0.0149440579, -0.0030891241, 0.0032096405, -0.00622432772, -0.0165462196, 0.0108464938, -0.000915394456, -0.00730897719, 0.00725226384, -0.0117822699, 0.0128952758, 0.00963423867, -0.00149405142, -0.0239331797, 0.00689425832, 0.00350207067, -0.000674361247, 0.00840780511, 0.01249828, 0.00196016696, 0.00472850446, 0.0439247563, -0.00767052732, 0.0317880251, 0.00254325476, -0.0176237803, -0.00476395, 0.0174111035, -0.00628813077, 0.00383880828, 0.000848933123, -0.00585568883, 0.00877644401, -0.0123352287, 0.021338528, -0.012030392, 0.0190416221, -0.0185312, 0.0044910158, -0.0103927841, -0.0265561864, -0.0126187969, -0.0299448296, 0.0128810974, -0.00245641195, 0.0463067293, -0.0213243496, -0.0223451946, -0.0103431595, 0.00928686745, -0.035134133, 0.0136821782, -0.00161634025, 0.00867719483, -0.0145895975, 0.0290374104, 0.0088260686, 0.000197501009, 0.00533463201, 0.00472496, 0.0039132447, -0.0132922716, -0.0189140178, 0.00293316133, -0.018389415, -0.00329648354, -0.0128598297, 0.00800372, 0.0112364, 0.00376437139, -0.016716361, 0.0115837716, 0.00415427797, 0.00448392658, -0.0114632556, -0.00191940414, 0.00662132399, 0.0107117994, 0.00546932686, -0.0161208678, 0.00804625545, -0.0203035027, -0.0114632556, 0.000852920813, 0.0170991793, -0.00423934869, 0.0136538222, -0.0146604897, 0.0017536938, 0.0247555282, -0.0205161795, 0.00130795955, -0.0120729273, -0.0161917601, -0.0018104075, 0.00996743143, 0.0260032285, 0.0292075519, -0.000820133195, -0.0213243496, -0.0184177719, -0.0113285603, -0.00527437357, -0.0266837925, 0.00285518, 0.0183327012, -0.0049376362, 0.015567909, 0.00814550463, -0.000150202672, -0.0245428514, -0.0142564047, 0.000284454611, -0.00165090023, 0.0028091, -0.0218347721, -0.00101818808, -0.00461862143, 0.000810385507, 0.00876226556, -0.00875517633, 0.00644409331, -0.00889696088, 0.0232951492, -0.000105618179, 0.0120233027, 0.0137956059, -0.000120516597, -0.0160783324, 0.0238622874, 0.000885265297, 0.0110662598, 0.000981855788, 0.014887345, -0.000147211918, 0.0109528322, 0.000436651142, -0.00857794657, 0.0103856949, 0.0211258512, -0.00617470359, -0.00453000609, 0.00554376375, -0.00945700891, 0.00694742752, 0.0118531622, -0.00695097214, -0.00118832907, 0.0154970167, -0.0144194569, 0.0176096018, 0.00174837688, 0.00303241028, 0.0241458546, 0.000549857, -0.0284419172, 0.00954916794, 0.00111212011, 0.0176946726, -0.0106621748, -0.0132355588, -0.00544451457, 0.0311074611, 0.000909191382, -0.0281583499, 0.00860630348, -0.00720618386, -0.0284702741, 0.0358430557, -0.00105008949, -0.00584505498, 0.00375019293, -0.00354992272, 0.00115908612, 0.0138026951, 0.00618888205, -0.0186162703, 0.0083014667, -0.0134765916, -0.00616761437, -0.0081384154, -0.0122572472, 0.00355701195, 0.00551186223, 0.0128881866, 0.00234121224, -0.0207004976, -0.00690843677, 0.00638383534, -0.00520702591, 0.00897494238, 0.0177939218, 0.0174394604, -0.0267972201, -0.0134836808, -0.0188005902, -0.00694742752, 0.00169786625, -0.00308380718, -0.000594607613, -0.012002035, -0.0290941242, -0.00544805918, -0.0150858425, 0.0181058459, 0.00836527, -0.0096696848, 0.000163605713, -0.0157805849, -0.0188005902, 0.0226145852, 0.00527082896, 0.0167588964, 0.0129094543, 0.0140720857, -0.00880480092, 0.00398413697, 0.0135191269, -1.43999614e-05, 0.0164895058, -0.0161492247, -0.0100808591, -0.00684463372, -0.0221325196, 0.0004709895]
|
16 Nov, 2020
|
HTML5 MathML columnalign Attribute
16 Nov, 2020
This attribute holds the horizontal alignment of the table cells. Possible values are left, right and center. This attribute is accepted by the <mtable>, <mtd>, <mtr> and <mlabeledtr> tags.
Syntax:
<element columnalign="left|right|center">
Attribute Values:
left: This attributes sets the alignment of the context of each row to the left.
right: This attributes sets the alignment of the context of each row to the right.
center: This attributes sets the alignment of the context of each row into the center.
Below example illustrate the columnalign attribute in HTML5:
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML columnalign Attribute</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML columnalign Attribute</h3>
<math>
<mi>GeeksforGeeks</mi>
<mo>=</mo>
<mtable frame="solid" rowlines="dashed"
columnalign="left" align="axis 1">
<mtr mathbackground="green;">
<mtd>Course</mtd>
<mtd>Fee</mtd>
</mtr>
<mtr>
<mtd>
<mi>C++ STL</mi>
</mtd>
<mtd>
<mi> 1499</mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>Placement 100 </mi>
</mtd>
<mtd>
<mi>9999 </mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>DSA Foundation </mi>
</mtd>
<mtd>
<mi>7999</mi>
</mtd>
</mtr>
</mtable>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML columnalign attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute/HTML5 MathML scriptsizemultiplier Attribute/HTML5 MathML selection Attribute/HTML5 MathML separator Attribute/HTML5 MathML rspace Attribute/HTML5 MathML stretchy Attribute/HTML5 MathML subscriptshift Attribute/HTML5 MathML supscriptshift Attribute/HTML5 MathML symmetric Attribute/HTML5 MathML voffset Attribute/HTML5 MathML width Attribute/HTML5 MathML Complete Reference/HTML5 MathML Attribute Complete Reference/HTML5 MathML columnalign Attribute
|
https://www.geeksforgeeks.org/html5-mathml-columnalign-attribute/
|
NextJS
|
HTML5 MathML columnalign Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, HTML5 MathML stretchy Attribute, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, HTML5 MathML Complete Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, HTML5 MathML Attribute Complete Reference, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, HTML5 MathML voffset Attribute, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, HTML5 MathML rspace Attribute, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML separator Attribute, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, HTML5 MathML columnalign Attribute, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, HTML5 MathML subscriptshift Attribute, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, HTML5 MathML supscriptshift Attribute, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, HTML5 MathML selection Attribute, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML width Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, HTML5 MathML symmetric Attribute, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, HTML5 MathML scriptsizemultiplier Attribute, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0118094869, 0.00577717181, -0.0174080599, 0.0365073532, 0.0491916165, 0.00580997625, -0.0193179883, 0.0344078876, -0.00314008445, -1.14757504e-05, -0.00925805513, -0.0115397647, 0.00385630783, -0.00116910285, -0.00785112195, -0.031725239, -0.0119844424, 0.0402688943, -0.0228899941, 0.00837598834, -0.0235460773, -0.00713672116, -0.014149515, 0.0384610221, -0.0541195273, 0.00342438673, -0.00100508216, -0.0101109622, 0.0170873068, 0.0195221025, 0.00535436301, -0.00234549539, 0.0334164761, -0.00585007, -0.043738842, -0.00843430683, 0.0051939874, 0.0589891188, -0.0119771529, 0.00956422649, -0.00502632186, -0.00867487, 0.00507735042, 0.0208925866, -0.000541268149, -0.037440449, -0.0393358, -0.0226567201, -0.0199449118, -0.0085217841, -0.00379798934, 0.0144921364, 0.0258204956, 0.0125894966, 0.010475453, 0.0199740715, 0.0184869505, 0.0341454558, -0.0222922303, 0.0245374907, -0.00113447616, -0.00895188283, -0.0188077018, -0.0139089515, -0.0343787298, -0.00761055853, -0.0219131596, 0.0197699573, -0.0377612, 0.00443949224, -0.0377320424, 0.039510753, -0.0175538547, 0.00699821487, -0.0286052022, -0.0188660212, 0.0238668285, -0.0122687453, -0.0114887357, 0.00450874539, 0.00999432523, -0.00776364421, -0.0667163134, 0.0239543058, 0.0170873068, 0.0150170019, -0.012596786, -0.0412019901, -0.0476170182, 0.0144046582, -0.0297132526, -0.00724971294, -0.0056605353, -0.0265932158, -0.0154106515, -0.00409322651, -0.00524866115, -0.0145869041, -0.0413769446, -0.000929450383, -0.00893001352, 0.0278470628, 0.0108836815, 0.0044139782, 0.0375570841, 0.0215049312, 0.038694296, -0.00385995279, 0.0472379476, 0.0189826582, 0.0292467047, -0.0028904085, -0.0256747, -0.0244062729, -0.0226712991, -0.00536165293, -0.0254705846, -0.0624007471, 0.0282552913, 0.00661185477, -0.0764554963, -0.0285323039, 0.0196241606, 0.0247561838, 0.00790215097, 0.0117074298, -0.0196679, -0.015687665, 0.03919, -0.0146306427, -0.0318127163, 0.000929906, -0.00670662243, -0.0268556494, 0.0235023368, 0.0215924084, 0.0236772932, -0.00527053047, -0.0183119942, 0.0121229487, -0.0450218469, -0.00827393122, 0.00444678217, 0.00809897576, -0.0557816029, -0.0335039534, -0.00325672119, 0.0495415293, 0.00024785343, 0.0146233523, -0.027249299, -0.00793131, 0.0260975081, 0.0018971723, 0.0419892892, -0.032395903, 0.000508919649, 0.0173205808, -0.0162708499, -0.0419601277, 0.0130341752, 0.00536165293, 0.00356289325, 0.0362740792, 0.0104098441, 0.0411728285, -0.00409322651, -0.00558399223, -0.0311712138, 0.0526615642, -0.00738457451, -0.0300923232, 0.000363806932, -0.0459841, -0.0164749641, -0.00141695619, 0.0276283678, -0.0330374055, 0.00545642059, -0.0359241702, -0.0328332894, -0.0254414268, 0.0271909796, 0.0382860675, -0.0134278247, -0.0175538547, 0.0187056456, -0.00517576281, 0.00906123, 0.028284451, -0.0414935797, -0.00636400143, 0.0237064529, 0.0169269312, 0.0257476, -0.00936740171, -0.0247561838, 0.0100526437, 0.021300815, -0.0218402613, -0.00133859075, -0.0211404394, -0.00592296803, -0.00823019166, 0.0414935797, -0.015687665, 0.0219568983, -0.0039729448, 0.0183703136, -0.00739550916, -0.00918515678, 0.0255143251, 0.0123343533, 0.0106722778, -0.032629177, 0.0171893649, 0.00302162487, 0.00257512438, 0.000976834097, -0.0387817733, 0.0772719532, -0.0129612768, -0.0273805149, -0.0120063117, -0.0383152254, 0.000804612471, -0.0053580082, -0.018895179, -0.0255143251, -0.020498937, -0.0363032371, 0.0313753299, -0.0177142303, 0.0223213881, 0.0514077172, 0.0235460773, 0.00446500676, -0.00323120691, 0.0418434925, 0.0199157521, -0.0181224607, -0.028401088, -0.0283427685, -0.038694296, 0.0110950861, 0.00295783929, -0.0119115449, -0.0100453543, 0.0154835498, -0.00379798934, 0.0146379322, -0.0477628149, -0.00846346561, -0.033883024, -0.00813542493, 0.0297132526, 0.0147035411, -0.0170289893, 0.00556212291, -0.00879879668, 0.0204843581, 0.0110513475, -0.00758868922, -0.0160229951, 0.00711485138, 0.0268993881, 0.0366823077, -0.0274534132, -0.00748663163, -0.00164840755, -0.017757969, -0.0139016621, 0.0436805226, -0.00914870761, -0.0312003735, 0.0337080657, -0.0223213881, -0.0308504626, 0.00244573015, -0.0301798, -0.00905394, 0.000794133346, 0.0429515429, 0.0356617346, -0.00107160164, -0.00875505805, 0.0208634268, 0.00339887245, -0.020950906, -0.0328332894, 0.00180878339, -0.0198720135, 0.0356908962, 0.0252227318, 0.000513931387, 0.00188806, -0.0032476089, -0.0216798857, 0.00247488939, -0.0373529717, -0.00927263405, 0.00974647235, -0.00774906483, -0.0440887511, 0.0125238886, 0.00439575361, 0.00879150722, 0.000995058683, -0.000534434, -0.0378486775, 0.0108618122, -0.0185744278, 0.000422581, -0.0147472797, -0.0159792565, 0.0217965227, 0.0343495719, -0.0305880308, -0.0145869041, 0.0147327, 0.002376477, 0.0212279186, -0.0371196978, 0.0165041238, 0.00905394, -0.00631297287, 0.0124728596, -0.0159938373, -6.60638761e-05, -0.0192596707, -0.107480913, -0.0172768421, 0.0199011732, 0.020834269, -0.0114158373, -0.0548193492, 0.0318418778, -0.00326218852, -0.0312003735, 0.0129612768, -0.0421934, 0.00363761373, 0.0102203097, 0.0174226388, 0.0187639631, -0.0284448266, 0.000153541565, -0.000767707766, 0.0286343619, 0.0226567201, 0.000996881, 0.0199011732, 0.0388400927, 0.008988332, -0.00143518078, -0.00403490802, -0.0205718353, -0.0280949157, -0.0210821219, -0.00191904174, -0.0247999225, -0.0146889612, 0.0182390977, -0.0389858894, -0.000822381349, -0.0489875041, 0.012195847, 0.0186910648, 0.0283719283, -0.0330665633, -0.0675910935, -0.0304422341, 0.0339121819, 0.0189534985, 0.00366312801, 0.0136173591, 0.0398606658, -0.0132237095, 0.00366312801, -0.00228899927, -0.017860027, 0.0508828536, 0.00649886299, -0.00797504839, 0.026913967, -0.0256163813, 0.0356034189, -0.0189243387, -0.0134715633, 0.0220589563, 0.00922889542, 0.0383735448, -0.0231815856, -0.0174663775, -0.00129120704, -0.0158917792, -0.0067941, -0.0150315817, 0.0410853513, -0.0274096746, 0.0286343619, -0.0127061335, 0.0259079747, 0.00614530733, 0.0267098527, 0.00106340065, -0.0481127277, 0.00293414737, 0.0377028808, 0.00114632212, -0.0202510841, -0.0211258605, -0.0106285382, -0.0259517133, 0.0290134326, 0.0260537695, -0.00987039879, 0.0426016301, -0.0314919651, 0.0168540329, 0.0787299126, -0.0303547569, -0.0131362323, -0.0114304172, 0.0201198664, -0.0100307744, -0.0453134403, -0.0119115449, -0.00363579113, 0.0139162419, -0.0194346253, 0.00264984486, 0.0130924936, 0.0146306427, 0.000202975556, 0.00770532573, 0.0420184471, 0.0224963445, -0.0142369932, 0.00213044602, -0.0272784568, -0.00666652853, -0.0215195101, -0.0149295246, -0.0380527936, -0.0126259457, 0.0119261239, -0.00094403, 0.00177142303, 0.0367114693, -0.00400210405, -0.00945488, -0.0581435, -0.0273221973, 0.0141276456, -0.0138652129, -0.00166663213, -3.25193723e-05, 0.0182974152, -0.00707840268, -0.0447594151, -0.0384610221, 0.0138943717, -0.00079732266, 0.0421059243, -0.0390733667, -0.0409687161, 0.0102859177, -0.0143682091, -0.0130050154, -0.0276866872, -0.0428932235, 0.0115762139, 0.0022962892, -0.0182245169, 0.024508331, -0.000712123, 0.00320204766, -0.0016848566, -0.000626467809, 0.0247999225, 0.0179475043, -0.00720597431, -0.0395690724, 0.0187056456, 0.00073125877, -0.0312003735, 0.00490968488, -0.00470192544, 0.0155127095, 0.0229774714, 0.0413769446, 0.00107615779, -0.0172622632, -0.0035410237, 0.0121083697, 0.00342256436, -0.019230511, -0.0223505478, -0.00732625602, 0.00442126812, 0.0267244317, -0.00135772652, 0.0381111093, -0.00742831314, 0.00395472, -0.0345536843, 0.0181370396, -0.0204114597, 0.0230357908, 0.00401303871, -0.023239905, 0.0226567201, 0.0329499282, 0.00891543366, 0.0100963823, 0.0127790319, 0.0290425904, -0.00416976959, -0.0263745207, -0.0076032686, -0.0145067163, -0.0308796223, -0.00831767, 0.0408229195, 0.00155364012, 0.0204260387, -0.0191867724, -0.0285906233, -0.0509994887, 0.00203750096, -0.0263891015, 0.0162271112, 0.0372946523, -0.0221464336, 0.0150461616, -0.0268702284, -0.000991413719, -0.00138141843, 0.00209217449, -0.0461882167, 0.0164603833, -0.0118386466, -0.0295674577, -0.00940385088, -0.0178454481, 0.0076470077, -0.0016693658, -0.0209071655, 0.0134205343, 0.0159063581, 0.0201052874, -0.0285468847, -0.00679774489, -0.0108836815, -0.0132893184, -0.0162854288, -0.0212570764, 0.00145705021, -0.00608334411, 0.00356107065, -0.0328041315, 0.0300048459, 0.0134424036, -0.017860027, -0.0280803367, -0.00872589927, 0.0158626195, 0.0113283601, -0.00930908322, 0.0106722778, -0.0373238102, 0.0797213316, -0.0137194172, -0.0154835498, -0.00126387028, -0.00113629864, -0.00977563113, -0.00826664083, -0.0237793494, -0.013515302, -0.0326874927, 0.021650726, 0.015337754, 0.00476388866, 0.0206301529, -0.013566331, -0.035370145, -0.0521658584, 0.0127498722, -0.000928083551, 0.018093301, -0.00993600674, -0.0165187027, 0.0106941471, 0.0317544, -0.0232107453, -0.0162708499, 0.0267098527, -0.0130997831, -0.010825363, 0.0240272041, 0.0305880308, 0.00394014083, -0.0106649874, -0.0176559128, -0.00458528847, 0.00138779695, -0.00162198208, -0.00917786732, 0.00366130564, -0.0127207134, 0.0140037192, 0.00252956292, -0.0269431267, -0.0199594907, 0.022102695, -0.00143518078, -0.00486594625, -0.0105483504, 0.0304713938, 0.0276575275, -0.00364854839, 0.0016857679, 0.0361282825, -0.0198720135, -0.0349619128, -0.00119917328, -0.00380527927, -0.0430390202, -0.0066155, -0.0463923328, -0.0330665633, 0.000236918728, 0.0432722941, 0.0129102478, -0.0444095023, -0.00910496898, 0.0190992951, 0.0106358286, -0.00742831314, 0.0275263116, -0.0016693658, 0.0319293551, -0.00589016406, 0.0054527754, -0.00516118342, 0.0260829292, 0.00465818681, 0.0165041238, -0.00124200084, -0.0161396321, 0.0447302572, -0.0128883785, 0.0107524656, 0.0288676359, -0.0186910648, 0.021650726, -0.00247488939, -0.000625556568, -0.0175392758, -0.018895179, 0.0195512623, 0.00823748205, 0.0170435682, -0.0122250067, -0.00693625119, -0.009505908, -0.0314336494, 0.0112190126, -0.00681232475, -0.0238085091, 0.0111971432, 0.0295966156, 0.0314336494, -0.02679733, -0.00307265366, 0.0287801586, -0.0252664704, 0.0383443832, -0.021767363, -0.00124382332, 0.0287655778, 0.020265663, -0.0235606562, -0.0073043867, -0.0254851654, 0.0247124452, -0.00464725215, -0.0459841, 0.0366823077, -0.00485136639, 0.0142224133, 0.0191430338, 0.00782925263, -0.00797504839, 0.0083832778, -0.00109255977, -0.0100089051, -0.0500080772, 0.0124509903, -0.0129904356, -0.00887898449, 0.00842701644, -0.025995452, 0.0297132526, 0.00893730298, -0.0143244704, -0.0050153872, -0.0121083697, -0.010242179, 0.0120136021, 0.0151773784, 0.02302121, -0.0103515256, -0.00118368235, -0.00958609581, 0.0276866872, -0.0438554771, 0.00157004222, -0.0304130744, 0.01660618, 0.0288967956, -0.0295674577, -0.0126551045, -0.00787299126, 0.0126040764, 0.00324578653, -0.00678681023, -0.000783654221, -0.0110659273, -0.0107889147, -0.00911225844, -0.00380892423, 0.0232690647, 0.0318710357, 0.0192159303, 0.0135080125, 0.00739550916, -0.00678681023, -0.019347148, 0.0334747918, -0.00408958178, -0.000848351279, 0.0251352545, 0.0123343533, 0.000315967569, -0.0178454481, 0.00858010259, 0.00776364421, 0.0264765788, -0.00658634072, 0.0156585053, -0.00820832234, 0.0037615404, -0.0156730842, -0.0073043867, 0.00987039879, 0.0238376688, -0.00776364421, -0.0384610221, 0.00497893803, 0.00634577684, -0.0176267531, 0.00413332041, 0.0225109234, -0.022787936, -0.0252664704, 0.00346812559, 0.0135007221, -0.0168831926, -0.0247416049, 0.0468588807, 0.00578081701, -0.00326947845, 0.00385266286, -0.0372654945, 0.00488052564, 0.00251316093, 0.0127498722, 0.0235898159, 0.02302121, -0.0185890086, 0.00597035186, 0.00597035186, -0.0175538547, 0.0137631558, -0.00352279912, -0.00931637362, 0.0183411539, 0.0333873145, 0.0198136959, 0.013282028, -0.000280657579, 0.0130633339, -0.0126186563, -0.00662278943, 0.0046727662, -0.0514077172, -0.0236043949, 0.0217090454, 0.00637493609, 0.00763971778, -0.0396565497, 0.0288822148, -0.00976105127, 0.0112627521, 0.0136975469, -0.0348744355, -0.000847440038, -0.0230066311, 0.0125457579, 0.0163583271, -0.00460715778, 0.017058149, 0.00783654209, 0.0202365033, 0.00181698438, 0.00771990558, -0.0118605159, 0.00416976959, -0.014134936, 0.00802607741, 0.0105337715, -0.0324250609, 0.0156001868, 0.024493752, -0.00565689, 0.0528073609, -0.012363513, -0.00359751983, -0.0344953649, -0.0154106515, 0.0270889234, -0.0188077018, 0.0182682555, -0.0137339961, 0.0412603058, -0.0250040386, 0.011393968, -0.0319876745, -0.00174317509, 0.00332415197, -0.00607969891, -0.0173060019, -0.00715859048, -0.00116090174, -0.0375570841, 0.024843663, 0.0161542129, 0.0405313261, 0.0499497578, -0.0165187027, 0.0316377617, 0.00804065727, 0.0174955372, -0.0403563716, 0.00198829477, 0.0137923146, -0.0158188809, 0.0144046582, 0.0268993881, 0.00654989155, -0.0324542224, 0.024391694, 0.0138068944, 0.0237939302, -0.0240855217, 0.0160229951, -0.0142369932, 0.0282990299, 0.0262141451, 0.0495706871, 0.0203968789, -0.0141130667, -0.00798233878, -0.0182974152, 0.0055767023, 0.0115251848, 0.0057953964, 0.0277595855, 0.00827393122, -0.0355451, -0.0181370396, 0.0034608359, 0.0186619051, -0.0412894674, -0.0106576979, -0.0146306427, -0.0473837443, 0.0104608731, -0.0205718353, 0.0353118256, -0.0221318547, -0.000257876934, 0.0609427877, -0.00995787606, -0.0174517985, -0.00465454161, 0.00361392181, 0.000872498786, -0.0287364181, 0.00517211808, -0.0151044801, 0.00748663163, -0.028284451, -0.010759755, 0.0188660212, 0.004752954, 0.00380527927, 0.0133549264, -0.0179912429, 0.00240199128, -0.0159938373, 0.0337663852, -0.00502267713, 0.014083907, 0.00621091574, -0.00513202418, 0.019128453, 0.0117292991, 0.00493519939, -0.00971731264, 0.024172999, -0.0425433144, 0.0163000077, -0.00981937, -0.00835411903, -0.0226712991, 0.00476753386, -0.0173497405, 0.0113866786, 0.0199594907, 0.00851449464, 0.00689615728, -0.00554025313, -0.0497748032, 0.00512473425, -0.057152085, -0.0145650348, 0.022904573, 0.0118094869, 0.0100089051, -0.00600680104, -0.000611888187, -0.00684148399, -0.0224963445, -0.0106212487, 0.00991413742, 0.0247999225, 0.0172914229, -0.00818645302, -0.0108691026, -0.017976664, 0.0180204026, -0.047966931, -0.012881089, 0.0053580082, 0.0312003735, -0.00400574878, 0.00339340512, -0.0220881142, 0.0162854288, 0.00612343801, -0.0171602052, 6.00839558e-05, -0.0105191916, -0.003550136, 0.0234002806, -0.0182974152, 0.0187348034, -0.0237064529, 1.87086061e-05, 0.00675765099, -0.0209363252, 0.00268447143, 0.0129029583, -0.0176121742, 0.0268993881, 0.0264182612, 0.0238230899, -0.0142953116, -0.0167811364, 0.0270889234, 0.0208488479, 0.00181151705, 0.0424558371, -0.00895917229, -0.00271727564, 0.0279782787, 0.0308213029, -0.00346994819, -0.0339996591, -0.0224671848, -0.0089081442, -0.000219605441, 0.0413186252, -0.0257330183, -0.00371597917, -0.00363943609, -0.0274242535, -0.0381402709, 0.0398315042, 0.0424266756, -0.0537696145, 0.0160813145, -0.0222484916, 0.00150443392, 0.008988332, -0.00886440556, -0.0291009098, 0.0237647705, 0.0150607415, -0.0157168247, 0.0284739863, 0.00303802709, -0.0289551131, 0.00773448497, 0.00763242785, 0.0361574441, 0.0161979515, -0.00966628361, -0.00227259728, -0.0323084258, 0.00264073256, -0.0134424036, -0.00198465, -0.0197553765, 0.0196970589, -0.0266369544, 0.00555847771, 0.0101328315, 0.0212716572, 0.0136683881, -0.0107233059, 0.00385630783, -0.0263307821, -0.0344953649, -0.00383443851, -0.0226275604, 0.00674671633, 0.0127863213, 0.00164202903, 0.0115033155, -0.03919, -0.00766887702, -0.0175101161, -0.00685606338, -0.0186035875, -0.0149586843, 0.0135007221, 0.00586829474, -0.00377247506, -0.00343714398, 0.0210092235, -0.00982666, 0.00354831363, -0.0305588711, 0.012130239, 0.0330665633, -0.00613072747, -0.0192159303, -0.0115397647, -0.00906123, -0.0307921451, -0.013231, 0.0086092623, 0.00796046946, 0.00675765099, 0.0174226388, -0.010307787, -0.0108034937, 0.00440304354, -0.00718774972, -0.0034098071, 0.0158772, -0.0211987589, -0.00878421776, 0.0108545227, -0.0183703136, -0.0032403192, 0.000858830404, 0.00236372, -0.00357382791, 0.00170034752, -0.0107451752, -0.00180240476, 0.00404948788, -0.0243333764, -0.0112554617, -0.0232690647, -0.0035082195, 0.00472379476, -0.00300704548, 0.00321662729, -0.0149003658, 0.000958609628, 0.054848507, 0.0113793891, -0.0377320424, -0.0120427608, 0.00882795639, -0.0150170019, -0.00150990125, -0.00292685744, 0.00107524649, -0.00145887258, 0.0108107841, 0.0143754994, 0.0320168324, 0.0526615642, -0.0230357908, -0.0222047511, 0.0252518915, -0.0177871287, 0.0152356969, -0.0332706794, 0.00554025313, 0.0131581016, 0.00277741649, 0.022787936, 0.0315794423, -0.00654260162, 0.0129102478, 0.0101547008, -0.0286926795, -0.00426818198, 0.0127571626, -0.0151919574, 0.0158043019, -0.00365037075, -0.00971731264, 0.0529823154, -0.0226712991, 0.00472015, -0.0365948305, 0.00766158709, -0.034466207, -0.0200032294, -0.0264182612, -0.0208051093, -0.00143335829, 0.0097975, -0.020600995, 0.0235169176, 0.0104973223, 0.0200761277, -0.0300631635, 0.0193179883, 0.0238376688, 0.0102203097, 0.00452697, 0.00110987306, -0.0201490261, -0.0211112816, -0.011627242, -0.0269577056, 0.014834757, -0.0289405342, -0.00866758078, 0.00348088285, 0.0229191538, 0.0086092623, 0.0115033155, 0.0110732168, 0.0130414646, 0.00427182671, -0.00568240462, 0.017524695, 0.0260829292, -0.00441762293, -0.0285177249, -0.0200323891, -0.00236736471, 0.00926534459, 0.00939656142, -0.0100599332, 0.0136610987, 0.0157459825, -0.000607787631, 0.047296267, -0.0173643194, 0.00399845932, 0.0158626195, 0.00197371515, -0.0132018402, -0.0047565992, 0.0158626195, -0.0112992, -0.0119334143, -0.00170672603, -0.00142789097, -0.0209217463, -0.00134588056, 0.0274388343, 0.00303984946, -0.0154689699, -0.00991413742, -0.00823748205, 0.0101619912, 0.0165041238, 0.00206119288, -0.0116855605, 0.0155856069, -0.000546279887, -0.00819374342, 0.00421715342, -0.00434108, -0.00250951597, 0.0214611925, -0.00501903193, 0.017860027, -0.0219131596, -0.00465818681, -0.00266624684, 0.00505183637, 0.000822381349, -0.0224671848, 0.00720232911, 0.00968815386, 0.0271180812, -0.0218985807, -0.0118605159, -0.00459622312, -0.0178162884, 0.0155272884, -0.00675400626, 0.011962573, -0.00185161096, 0.0149878431, 0.00820103288, 0.0193179883, 0.00556212291, -0.000242158276, 0.00675036106, -0.0330082476, 0.000522132439, 0.0253685284, 0.00919973664, 0.0161833707, -0.0157314036, -0.00953506771, 0.0149149448, 0.0121375285, 0.0308213029, 0.0177871287, -0.0105993794, -0.0230503697, -0.0445261411, 0.0239105672, -0.00745747238, -0.0126842642, -0.0234877579, 0.00938927103, 0.00154999516, 0.0163291674, 0.0105337715, 0.0215486698, -0.00360663189, 0.0227150377, 0.00300704548, -0.027249299, 0.00276283687, 0.0072241989, -0.0143463397, -0.00550744915, -0.0284156669, 0.0058354903, -0.00361756678, 0.00984123908, 0.00705653336, -0.00420257356, 0.0208925866, 0.0103004975, -0.0205135159, 0.0110659273, -0.015687665, 0.0225984, -0.00515753822, -0.0311712138, 0.00905394, -0.0255726427, -0.0130050154, 0.0035009298, 0.00613437267, -0.0275700502, -0.0312878527, -0.0165624414, 0.00356289325, 0.0105410609, 0.0213299748, -0.00971731264, 0.000917604426, 0.0167957153, -0.00367588527, -0.00933095254, -0.0152648557, 0.0146962507, 0.0395690724, 0.0337372273, 0.0110513475, 0.000948586152, 0.000806434895, 0.0091268383, 0.00608334411, 0.0262141451, -0.0257330183, 0.0137850251, -0.0303547569, 0.00325307646, -0.00307994336, -0.0230649486, 0.0162562691, 0.0453425981, 0.0126259457, 0.000813724706, 0.042834904, -0.0141568054, 0.00788757112, 0.00241110357, -0.000680230092, -0.0287218392, -0.0130560445, -0.0179037657, -0.0148201771, 0.000878421764, -0.00371597917, 0.0183848925, 0.0446427763, 0.000136000468, 0.0232690647, 0.0229191538, -0.0241438411, 0.0234294403, -0.00923618581, 0.0124582797, 0.00147071853, -0.0145140057, 0.00940385088, -0.0105993794, -0.00307265366, -0.0141568054, -0.000277012674, -0.00442855759, -0.0156001868, 0.00474566454, 0.0171456262, 0.0120937899, 0.0129248276, -0.0118605159, -0.0344078876, -0.0201198664, 0.0140401684, -0.0208196882, -7.51761327e-05, 0.00280657574, -0.0229191538, 0.00848533493, 0.0203531403, 0.000867942639, -0.0163437463, -0.00688522262, 0.00738093, 0.000679774501, -0.0185306892, 0.000906669768, -0.0259517133, -0.031025419, 0.00844888669, 0.00357565028, 0.00314008445, 0.00450145593, 0.0381985903, -0.00517211808, 0.00225801766, 0.00762513792, -0.00984123908, -0.0181224607, -0.00924347527, -0.0125822071, -0.0252664704, 0.0052340813, 0.000143518075, 0.00120919675, 0.0094403, -0.0174372178, 0.0012939407, 0.0436222032, -0.0104462933, 0.0219423193, -0.0162271112, 0.0061781113, 0.00698727975, 0.00106157816, -0.00721690897, -0.0118678054, -0.00736999465, 0.0262287259, -0.00470557, 0.0141276456, -0.0126769748, -0.0117438789, -0.0120427608, -0.00888627488, 0.00419892883, 0.0227296185, -0.0156585053, -0.0056605353, -0.00890085474, -0.00957151689, 0.01396727, 0.00172221684, 0.00322756195, -0.0230941083, -0.00998703577, 0.00683419406, 0.00839785766, -0.0174372178, 0.00392191624, -0.0203094017, -0.0125311781, 0.0104827425, -0.00619633589, -0.0122687453, -0.00300340052, -0.00506277103, -0.0123416428, 0.017860027, -0.00574072311, -0.0242896359, 0.0333873145, 0.0249603, 0.0314044878, 0.015571028, -0.0161833707, 0.0102203097, -0.00496071344, -0.0278324839, 0.0266952738, -0.0252227318, -0.00366677297, -0.0100963823, 0.00295966165, -0.000363579136, 0.021417452, -0.0316960812, 0.00286307163, -0.0180787221, -0.0155127095, 0.0190847144, -0.00560950628, -0.0173643194, 0.00457070908, 0.0411436707, -0.00418070424, 0.032395903, 0.010876392, 0.00617082138, 0.00417705951, -0.00358840753, 0.0193763077, -0.00028703615, -0.0251644142, 0.0289113745, -0.000276557053, 0.0046727662, 0.0061817565, 0.0086019719, 0.0329207666, 0.0173643194, 0.0117220096, -0.0124509903, -0.0095933862, -0.00749392156, -0.0122614549, -0.01471812, -0.0316377617, -0.0234002806, -0.0136975469, 0.0287655778, -0.0340579785, -0.0265494771, 0.00593025796, -0.00869674, 0.0135080125, -0.010825363, 0.00721690897, 0.000995969865, 0.0109201306, -0.020950906, 0.0207905304, 0.00905394, -0.0286635216, -0.00187894772, -0.00293596974, 0.00084288395, 0.012997726, 0.0175684355, 0.0157459825, 0.00684512872, 0.0139235314, 0.00826664083, -0.00721326377, -0.00489875, -0.0176267531, -0.00592296803, 0.00594483735, 0.0157605633, 0.00686335331, -0.0248728208, -0.0173351616, 0.0139454007, 0.00988497864, -0.0408812389, 0.0266661141, 0.0194783639, 0.0112408819, 0.0175392758, 0.0119407037, 0.000683419406, -0.00334966625, -0.00254596514, -0.0378486775, 0.0177142303, -0.0189972371, 0.0132382894, -0.0410853513, -0.00363396876, 0.00338247046, -0.0230941083, -0.0187202245, -0.0242896359, -0.00938198157, -0.0171018876, 0.0283136107, 0.0137704452, 0.000200697497, -0.00357747287, -0.00773448497, 0.000224275471, -0.0123197734, -0.00180058228, 0.00767616695, 0.0064004506, 0.0278470628, 0.0145285856, -0.0140474578, 0.000158781113, -0.0111023756, -0.00562044093, 0.0239543058, 0.000475204288, -0.0153814927, -0.0109857395, -0.0185890086, -0.0189534985, 0.0268848073, -0.0035410237, -0.008470756, -0.0223213881, 0.00106066687, 0.000681596925, 0.0255872216, -0.000437388429, -0.0145067163, 0.018209938, -0.00102695159, -0.0125676272, -0.0340579785, -0.0104608731, -0.0222339109, 0.0144265275, -0.013631939, -0.0180349816, 0.00406771246, -0.00432650046, -0.0204551984, 0.00526688574, 0.00210128678, -0.0105191916, 0.00801149756, -0.0144702671, 0.0523116551, 0.0125020193, 0.0266661141, -0.00232362607, 0.00478211325, 0.00354649103, 0.0175975934, -0.00372509146, 0.00681232475, -0.000974100432, -0.0165041238, -0.00784383249, -0.00376518536, -0.020950906, -0.00352826668, 0.0214320328, 0.00897375215, -0.0218985807, -0.00836140849, 0.00257512438, 0.0229628924, -0.00630932814, 0.00424631266, -0.0199449118, 0.0102348886, 0.00365037075, -0.0187493842, -0.00169488008, -0.00201745401, 0.0201198664, -0.0134642739, -0.0109565798, -0.0133403465, -0.0274096746, -0.00624371972, -0.004494166, 0.0257476, -0.00505183637, -0.0318418778, -0.00398023473, 0.0389567278, -0.00241292617, -0.0111606941, -0.00624736445, 0.0100016147, -0.0144338179, 0.0164020658, -0.00229264423, -0.0149076553, -0.00219605444, 0.0220152177, 0.00911225844, -0.0146743814, 0.00666288333, 0.00397658953, -0.00751579087, 0.0166936573, 0.0156147666, 0.0179475043, 0.0148201771, 0.00251498329, 0.000443994795, 0.00314919651, -0.00633119745, -0.0161833707, -0.00334784389, -0.0118386466, -0.0286635216, -0.0121666882, 0.00996516645, 0.00657540606, -0.00528511, -0.0115397647, -0.030908782, 0.0206301529, -0.0152794356, -0.000124610131, 0.00190446211, -0.0204406194, 0.0128227705, 0.0136975469, 0.00534707354, 0.00680503482, 0.0112554617, -0.00219058688, 0.00801149756, -0.000314600737, 0.0100599332, 0.0416393764, 0.00761055853, -0.00246942206, 0.0002644833, 0.00771261565, -0.0198282748, 0.000721235294, -0.0104827425, -0.00967357401, -0.0223942865, 0.00851449464, 0.00160649116, 0.0286343619, 0.00162836059, -0.00895188283, -0.000686153071, 0.00742831314, -0.00684877345, -0.0151190599, 0.00919244625, 0.00481491769, 0.0104171345, -0.00967357401, -0.0173934791, 0.0119115449, -0.029421661, -0.0300340038, -0.0269577056, 0.00118186, -0.00113720994, -0.0254851654, -0.00851449464, -0.0179183446, -0.00630932814, 0.00902478117, -0.0363907181, 0.0175538547, 0.00270269602, -0.0394232757, 0.00451603532, 0.0322792642, 0.00901749078, -0.025878815, 0.0129904356, 0.00794589, -0.0123343533, -0.0109565798, 0.0166936573, 0.0178891867, -0.00723148836, -0.00111989654, -0.00504819117, 0.0183848925, -0.00352097675, -0.0238814075, -0.023473179, -0.0237064529, 0.00090120238, -0.00523772649, 0.0119990222, 0.0173934791, -0.00582820084, -0.000955875963, -0.00537623279, 0.00190446211, 0.0140110087, -0.0160521548, 0.0114304172, 0.0106285382, -0.000954053481, -0.0139599806, -0.00122104271, -0.00859468244, 0.022102695, -0.00101054949, -0.00139235309, -0.00125020184, 0.0147327, 0.00837598834, -0.00932366308, 0.00195549079, 0.0283573493, -0.00187894772, -0.00266989181, -0.0171602052, -0.0319876745, 0.00701279426, 0.0136538083, 0.0176996514, 0.00247124466, 0.0187348034, 0.0059193233, -0.0246395469, 0.0110003185, 0.0138943717, -0.0110440571, -0.000637858117, 0.00355742569, 0.0222339109, -0.00187894772, 0.000550380442, 0.00953506771, 0.000513931387, 0.0296840947, 0.0165770203, -0.0156001868, 0.00162653823, -0.00743560307, 0.0101474114, 0.0204406194, -0.00103879755, 0.00762513792, -0.000979567762, 0.00703466358, -0.0186181664, -0.0203968789, -0.00656447094, -0.00954964757, -0.0189097598, -0.0149586843, 0.0121593978, 0.00356836058, -0.0258933939, -0.00453426, 0.00552567374, 0.0139599806, 0.00646970375, 0.0338247046, -0.0126332352, -0.0112190126, 0.036186602, 0.0132382894, -0.00645512389, 6.91392634e-05, 0.00287218392, -0.0389567278, -0.0171310455, 0.0100890929, 0.00693625119, -0.00948403869, 0.00435565971, -0.00679045497, -0.0128373504, -0.00999432523, -0.00455248449, 0.0173205808, -0.0136902574, -0.00789486058, -0.00585007, -0.00720232911, 0.0215486698, -0.00812813453, 0.00993600674, 0.00180696091, -0.0137850251, 0.0106576979, -0.013515302, -0.017058149, 0.0126842642, 0.00876234751, -0.000126888204, -1.66298723e-05, 0.0185161103, -0.00268993876, 0.0232690647, 0.0210821219, -0.0146379322, 0.00775635475, -0.0176850725, -0.0225109234, -0.0172476824, 0.0232690647, 0.00224890537, 0.000100747413, 0.00424631266, -0.0153814927, 0.0118386466, -0.0026771815, 0.00858010259, -0.00201745401, -0.020498937, 0.033329, -0.00941114, 0.00124746817, 0.0173789, 0.00891543366, 0.014601483, 0.0115178954, -0.00585007, 0.0133840851, 0.0114012584, 0.00078410987, -0.0149732633, 0.0138652129, 0.00693989638, -0.00408229185, 0.00925805513, -0.00460715778, -0.0150315817, 0.0388400927, -0.0222193319, 0.0123926718, 0.0196387395, 0.0129612768, -0.00605418487, -0.00168941275, 0.00462173764, 0.000283846864, -0.0147035411, -0.00200651935, 0.0236918721, -0.000552658516, -0.00681961421, 0.0254414268, -0.00270269602, 0.0216361471, 0.0157459825, -0.00738821924, 0.0210383832, 0.0206884723, -0.0141640948, -0.00455977442, -0.0177142303, -0.00351733179, -0.00528146513, -0.0101619912, -0.0124509903, 0.000852907426, 0.000583640183, 0.0162562691, 0.00715494575, -0.0111606941, -0.00321298232, 0.000664283638, -0.00736999465, 0.00124017836, 0.00248764665, -0.0157897212, -0.00230540149, 0.011962573, -0.00480033783, 0.00506277103, -0.0132601587, 0.000908492191, -0.0266952738, -0.0028083981, 0.0080042081, 0.0167519767, -0.00227259728, -0.0140984869, -0.012764452, 0.0112846214, 0.0206301529, 0.00253138551, 0.00836869795, -0.00575165777, -0.0284594055, -0.00517576281, 0.0108180735, 0.00701279426, -0.0199886505, -0.00264437753, -0.0077417749, -0.00907580927, 0.00891543366, -0.00588651933, -0.0230503697, 0.00169670256, 0.00895917229, -0.00205390318, 0.0229337327, -0.0162271112, 0.0161833707, 0.00619633589, -0.0230066311, -0.00159464532, -0.0116491113, 0.000187143014, -0.00636400143, -0.000332825235, -0.000949497335, 0.0139162419, 0.0105993794, -0.0035009298, 0.00985581893, -0.00649521779, -0.0261120889, 0.000484316552, -0.0108326534, 0.0129248276, -0.0299173687, -0.0113502294, -0.0131508121, -0.0252373125, -0.0117220096, 0.00795317907, -0.0137558654, 0.004836787, 0.0168977734, 0.00766158709, -0.024391694, 0.0292612854, -0.00331868464, 0.00313279452, -0.00207941746, -0.0208780076, -0.00442855759, 0.00579175167, 0.0103369467, -0.0068779327, -0.00252956292, -0.000849718112, -0.0130487541, 0.00366130564, 0.0122250067, 0.00163382804, 0.00247306703, -0.0170873068, 0.0189389177, -0.00685970858, -0.0122614549, 0.0164166447, 0.00739186443, -0.0252956301, 0.0119698634, -0.0052924, -0.000192382562, -0.0077417749, 0.000746294, -0.000333280856, 0.0304130744, 0.00797504839, 0.0185598489, -0.0138943717, 0.00714036589, 0.0293925013, 0.0154981297, -0.0161687918, 0.00846346561, 0.00759597868, -0.00720597431, 0.0146452226, 0.0112919109, 0.0128373504, 0.0384610221, -0.0101328315, -0.012246876, 0.0076470077, 0.00277377153, -0.0247707646, -0.00156184111, -0.0340579785, 0.00150352274, -0.0226421412, 0.0091268383, 0.00976105127, -0.00500080734, 0.00706017809, 0.00473108469, -0.00218511955, -0.0235023368, 0.00320751499, 0.00104973221, 0.0122104269, -0.0151336389, -0.0189826582, -0.00411874102, -0.015571028, 0.00300340052, -0.0117147202, -0.0132601587, 0.0146452226, 0.010942, 0.0139526902, 0.0154835498, -0.00213409099, -0.00657540606, 0.0070419535, -0.0175684355, 0.0148566263, -0.00700914953, 0.000768163416, -0.0297861509, 0.00997974537, 0.0189972371, 0.00559857162, 0.00727887219, 0.0127425827, 0.00893001352, 0.0284885652, 0.00895188283, 0.0121666882, 0.00766887702, 0.00312550482, 0.0224671848, -0.0252227318, 0.00658634072, 0.00879879668, -0.00597764179, 0.012246876, -0.0110003185, -0.0196533203, 0.0135080125, -0.0211987589, 0.00701643899, -0.0139016621, 0.0118313571, 0.0173060019, 0.00878421776, -0.0304422341, 0.00933095254, 0.00844888669, -0.00159737899, 0.019230511, 0.0057006292, 0.000499807415, 0.0119115449, -0.00568240462, -0.00404584268, -0.00527053047, -0.0194346253, -0.0292467047, 0.021067543, -0.00490239495, 0.00200469699, 0.00119643961, -0.0121010793, 0.0103806853, 0.00310363527, 0.0175830144, 0.00461444771, 0.0046727662, -0.0171310455, 0.00703830877, 0.020265663, -0.0175975934, -0.000653348921, 0.0135809099, -0.00243479549, -0.0028083981, 0.0119261239, -0.00402032863, -0.0211841799, 0.0130997831, 0.0106576979, 0.00806981605, -0.0174372178, -0.00109255977, -0.0122979041, 0.00741008855, 0.00432285573, 0.0139235314, 0.0108399428, -0.0150899, 0.0134934327, 0.0363032371, 0.0031182149, 0.00576988235, 0.00997974537, 0.0432139747, 0.00224161567, -0.00390369166, -0.00684148399, -0.0018561671, 0.00842701644, 0.0226567201, 0.0126040764, -0.00148620934, -0.0113575188, -0.0244354326, -0.0028083981, -0.0115324743, 0.0116636911, 0.00144702673, -0.0136538083, 0.025310209, -0.00987768825, -0.00274279, 0.00831038, 0.0056496, 0.000482494099, -0.0213445555, 0.0277595855, 0.0105337715, 0.0135444617, 8.08001062e-07, -0.0280803367, -0.00711849658, -0.00538716745, -0.0321334675, 0.0097246021, 0.00834682863, -0.00457070908, -0.0255580638, -0.0158917792, -0.0103515256, 0.000710756169, -0.0157314036, -0.00251316093, -0.021767363, 0.00593390269, 0.0265640561, 0.0162416901, -0.0172039438, -0.0072241989, 0.0145650348, 0.0105264811, 0.00458893366, 0.00234914036, 0.0274096746, -0.0013231, 0.00689615728, 0.0059193233, 0.0217965227, 0.0265203174, 0.0124947289, -0.00316195376, -0.00414061034, -0.00897375215, -0.00500809727, 0.00930908322, -0.00323485187, -0.0107743349, 0.0173789, -0.0169852506, 0.00909767952, 0.0155856069, 0.00664830394, 0.0174226388, 0.00763242785, 0.0265494771, 0.0252810512, 0.00209581945, 0.0162854288, 0.0072205537, -0.0294799786, 0.00478940317, 0.031142056, -0.0123416428, -0.0073444806, -0.00746476231, -0.025310209, 0.00274096732, -0.0148274675, -0.0104390038, 0.0135298818, 0.00899562147, -0.0034098071, -0.0303255972, -0.00186801306, 0.010242179, -0.00424266746, -0.0164749641, -0.0216944646, -0.00414425507, 0.0286343619, -0.00556576764, -0.0139964297, -0.00761784846, 0.000741282245, -0.00265531219, -0.0114012584, -0.0059193233, -0.00439575361, 0.00402761856, -0.00104153121, -0.000267672585, 0.00090120238, 0.00429734122, -0.000232134786, 0.00474566454, 0.00843430683, -0.00425360259, -0.00128391723, -0.000359706406, 0.0162708499, -0.029654935, 0.0262141451, -0.00201563165, -0.00443584751, -0.0179183446, 0.00101419445, 0.0134861432, -0.00515753822, -0.0106504075, 0.00245666504, -0.000591841177, 0.0187348034, 0.0136027802, -0.00729345204, 0.0224963445, -0.0237501916, 0.0166936573, -0.0063968054, 0.0130779138, -0.0139016621, -1.68292027e-05, -0.0285468847, -0.0138433436, -0.0133111877, 0.0225838218, 0.0347286388, 0.0226567201, -0.00139690924, -0.018195359, -0.0224963445, -0.00598857645, -0.00286853896, 0.0105337715, -0.00757410936, 0.0143682091, 0.00434108, 0.000621000421, 0.0106649874, 0.00566418, -0.00455612922, -0.00779280346, -0.0036704177, -0.00434837, -0.008470756, 0.012647815, 0.0185306892, -0.00643325457, -0.0220443755, -0.00492790947, 0.00574436784, -0.0064405445, 0.00136683881, -0.0243333764, -0.00971731264, -0.0183703136, 0.00396201, 0.00414790027, -0.00701643899, 0.00247488939, -0.0185161103, -0.0235752352, -0.00369410962, -0.00702737411, 0.000301843567, 0.00706382282, 0.0202510841, 0.0252081528, 0.0057006292, -0.0363615565, 0.0198865943, 0.0486959107, -0.00136683881, 0.0149222352, -0.00931637362, 0.00691438187, -0.0166207608, 0.00503725652, -0.00862384122, 0.0185306892, 0.00653531216, 0.023123268, -0.0237356108, -0.00607605418, -0.0120281819, -0.031142056, 0.00267353677, 0.00620727055, -0.0119552836, 0.0194200464, -0.00662643462, -0.000340570667, -0.00161286979, 0.0106431181, -0.00690344721, 0.0145431645, -0.0223651286, -0.0056167962, 0.0024584874, -0.00310545787, 0.019463785, -0.00558034703, 0.00859468244, -0.00061371061, -0.0129321171, -0.014083907, -0.0036303238, 0.00130487548, 0.00124564581, 0.0139964297, 0.00874776859, 0.0145723242, -0.0147764385, -0.00802607741, 0.00729709677, -0.0134059554, 0.00463267229, -0.000668839784, -0.00373238116, -0.0161542129, 0.00547829, -0.00909038913, 0.0184140522, 0.0104025546, -0.0057006292, -0.0186473262, 0.00933824293, -0.0180204026, -0.0144775566, 0.00412238576, 0.0111898538, 0.00103515259, -0.0121010793, 0.024610389, -0.0243042167, -0.0161396321, 0.0179912429, -0.00658269553, -0.00534707354, -0.004151545, -0.00121193042, -0.0068779327, -0.00431192061, 0.020600995, 0.00875505805, -0.0170435682, 0.0140110087, 0.00640409533, 0.0102640484, -0.00346994819, -0.0232107453, 0.0184577908, -0.00783654209, -0.00500080734, -0.0270014443, 2.64967402e-05, -0.00541268149, -0.00429369649, 0.0141130667, 0.0328916088, -0.0159063581, -0.0189972371, 0.0230649486, 0.000746749574, -0.00810626522, 0.0116855605, -0.0328041315, 0.00172221684, 0.00965899415, 0.00274096732, 0.00147071853, -0.0258204956, -0.0172331035, 0.0140037192, 0.00258423667, 0.0220152177, 0.00416976959, 0.000820103276, 0.0165332817, -0.0123197734, 0.00293596974, -0.00164658518, -0.0144411074, -0.00127298257, 0.00231086882, 0.0214757714, -0.00215049298, -0.0203094017, 0.00112900883, -0.00909038913, 0.0104390038, -0.0033788255, 0.00500445254, -0.0211841799, 0.0221901722, 0.0116418218, -0.00625829911, -0.0261704065, -0.0086019719, -0.00469828071, 0.00811355561, 0.00345172361, -0.00828122068, -0.0186473262, -0.0245229099, 0.00075813994, 0.000366085, -0.00699821487, 0.00686699804, 0.0141568054, 0.00358658493, -0.014885786, 0.00559128216, -0.00235096272, 0.00957880635, 0.00502267713, -0.00533613889, 0.00790944, -0.00876963791, -0.0244062729, -0.00811355561, 0.0233128034, 0.00306536374, 0.0029797086, -0.00339340512, -0.00739186443, -0.00858739298, 0.0228462555, 0.00554389833, -0.0136173591, -0.0105556408, -0.0132528692, 0.0159063581, -0.00931637362, -0.00147527468, -0.0169123523, 0.00954235718, 0.00880608708, 0.0143536301, 0.0403272137, 0.00131216529, 0.00330592738, 0.0124145411, -0.0187931228, 0.00714036589, 0.0102057299, 0.0236627143, 0.00193726621, -0.0316960812, 0.018209938, 0.0306463484, 0.0101109622, 0.000560859509, 0.00293596974, -0.0126623949, 0.00420986349, 0.009505908, -0.0468588807, -0.0177871287, 0.0222047511, 0.0134424036, -0.0323667414, -0.00655353628, 0.00469463551, 0.0126915537, 0.017757969, 0.00676494092, -0.00661185477, 0.027365936, 0.012764452, 0.0115907928, -0.0123197734, -0.0106139593, 0.0119479932, 0.0312878527, -0.0138360532, -0.0102932071, 0.00439939834, -0.00566782476, 0.0186764859, -0.019595, -0.00219240948, -1.07069036e-05, 0.00590838864, 0.0154106515, 0.00777822407, -0.0102203097, -0.00586100481, -0.00279564108, -0.0213882942, 0.0271618199, -0.00388182211, 0.0122395856, -0.00880608708, 0.0126988441, -0.0115907928, -0.00275919191, -0.0285323039, 0.00234002806, 0.00692896172, -0.0176267531, 0.000280201959, -0.0254705846, -0.0257476, -0.0197262168, 0.00609063357, -0.0102494685, 0.0103879748, 0.00383443851, 0.0239397269, -0.013449694, 0.010424424, 0.00153450435, -0.00432650046, -0.0210383832, -0.0109565798, -0.00462902756, 0.00402761856, -0.000707566913, 0.0153523339, 0.0143390503, 0.00834682863, -0.00245119748, 0.00291410042, 0.0113283601, 0.0318710357, 0.0103806853, 0.00859468244, -0.0184286311, -0.00066610612, -0.0134278247, -0.000245119765, 0.00611614808, 0.0152211171, 9.40840691e-05, 0.00265531219, 0.00493884413, -0.00385995279, 0.025878815, 0.0143682091, -0.0207322109, 0.008988332, 0.0121521084, -0.0262141451, 0.0220589563, 0.0143827889, 0.00333326426, 0.0250769351, 0.00844888669, 0.0112335924, -0.00011447275, 0.00443584751, 0.0178454481, -0.000878421764, 0.0107743349, 0.0446136184, -0.0123343533, 0.0100234849, -0.00447958615, -0.000655627, 0.00121830904, 0.00251498329, -0.0133549264, -0.0166790783, 0.00499716261, -0.0254705846, -0.0288676359, 0.00871131942, 0.0122687453, 0.0251060948, -0.0172185246, 7.95614105e-05, 0.00859468244, -0.000173702429, 0.0204114597, 0.00876234751, 0.0153085943, 0.001710371, 0.00714765582, -0.0101328315, -0.00869674, -0.00894459337, -0.0052924, -0.0144921364, -0.0055366084, 0.00386724249, -0.00434837, 0.0101182517, -0.0106285382, 0.00398752419, -0.010942, 0.0154835498, -0.00871131942, -0.0148639167, -0.0247416049, -0.0133330571, 0.0169269312, -0.0161687918, 0.00269905105, -0.00698363502, 0.0111679845, -0.00688157789, -0.00667017326, 0.0298298895, 0.0114814462, -0.023123268, -0.010256758, 0.0108399428, 0.00374331581, -0.00430463115, -0.00952048786, 0.0202802438, -0.00777822407, 0.00104517606, 0.00399845932, -0.00333326426, 0.00133767957, -0.00868216, -0.042484995, 0.0218111016, -0.0235314965, 0.0115251848, -0.0166645, 0.031725239, 0.00708569214, -0.0091268383, 0.017174786, 0.00881337654, -0.00519034266, 0.00291227782, -0.0145869041, 0.00595212728, -0.0061380174, 0.0140693272, 0.00301251281, -6.67401764e-06, -0.00684148399, -0.0450510085, 0.0134861432, -0.00589745399, -0.00842701644, -0.00298517593, -0.00297424127, 0.0184577908, 0.0106649874, -0.000223705953, -0.0120208915, 0.00454155, -0.00858010259, 0.00486959098, 0.0124364104, -0.0165770203, 0.0176996514, 0.00919244625, 0.00227988721, -0.00285213697, 0.0221318547, 0.0117803281, -0.00481856242, 0.00184887729, -0.00641138526, -0.000137253402, 0.000537167653, 0.0206593126, 0.0112627521, 0.019580422, 0.0292904451, -0.0111388247, -0.0106066689, 0.0110440571, -0.00849262532, -0.00343714398, 0.000968633103, -0.00283573498, -0.0349327549, 0.0177142303, -0.00128209474, 0.00584642496, -0.00818645302, 0.0130924936, 0.00625100965, -0.0162854288, 0.0114085479, 0.00298517593, 0.0325417, 0.00516847335, 0.00147071853, 0.0164458044, -0.0174226388, 0.0218985807, -0.0181516185, 0.00092717231, 0.00353008904, 0.0162416901, 0.00772719551, -0.00686335331, 0.0260537695, -0.0107889147, 0.00369046489, 0.00411874102, -0.000462902739, -0.0206447337, -0.00503361179, -0.0128665091, -0.0119479932, 0.0182536766, -0.0203823, -0.00122104271, -0.0135080125, -0.00946945883, -0.0100016147, -0.000422353187, 0.00424266746, 0.00633848738, -0.00132765609, 0.00880608708, -0.00290681049, 0.01248015, -0.0262870435, -0.0146816708, 0.0426307917, -0.0171602052, 0.00963712484, -0.00249858131, -0.0135809099, -0.00585736, 0.00717317, -0.0113283601, 0.00594119262, -0.0160229951, -0.00605053967, 0.0108399428, 0.0169269312, 0.00906123, -0.0236043949, 0.00607240899, -0.00583184557, -0.000136797782, 0.0199594907, -0.00993600674, -0.00283937971, 0.0381111093, -0.00547829, 0.0194929447, 0.0150753204, 0.014134936, 0.00672484701, 0.00365766068, -0.0165770203, -0.00387453241, -0.00247488939, 0.00901749078, -0.00813542493, -0.0146233523, 0.0155564481, -0.0171310455, -0.00187348039, -0.0112627521, 0.0169998296, -0.00732261129, -0.0212716572, 0.0022069891, -0.0156730842, -0.00708204741, 0.00619269116, 0.0109711597, -0.0122979041, -0.00488417083, -0.012997726, 0.0068378388, 0.00998703577, 0.00283937971, 0.00418799417, 0.0086092623, 0.00788028166, 0.00326401112, -0.0264036804, 0.0102494685, -0.0145650348, 0.0108107841, 0.0137704452, -0.0280803367, -0.00801878795, -0.0133257667, -0.0039729448, -0.00162653823, 0.00789486058, 0.00500080734, -0.00276101427, -0.0102203097, -0.0134278247, 0.022102695, 0.0148566263, 0.0102640484, -0.0183703136, 0.0310545769, -0.000514387, -0.000800967566, -0.0133184772, 8.37758271e-05, -0.0130268848, 0.00459257839, -0.0222776495, -0.0052924, -0.0102494685, -0.0144556873, 0.0014087552, -0.0093746921, -0.00895188283, 0.00815729424, -0.0145577444, -0.00355560333, 0.00693260645, -0.0129612768, 0.0176559128, -0.0153669128, 0.0108472323, 0.00759597868, 0.00169305771, -0.00360298716, 0.0271472409, 0.0109784491, -0.00161286979, 0.0458966233, -0.00095314224, 0.0267681703, -0.00372873619, -0.0186619051, -0.0202219244, 0.0339413397, 0.0165187027, -0.00836140849, -0.0108618122, -0.00733354595, -0.00121466408, 0.0133840851, 0.0253831074, -0.0214466117, 0.00593390269, -0.0243042167, -0.00673578167, 0.00589016406, -0.0156001868, 4.03217455e-05, -0.0162708499, 0.0007572287, 0.00952777732, 0.0316669196, -0.00498622796, -0.0126915537, -0.0235606562, -0.00836140849, -0.0117876176, 0.00280657574, 0.0150461616, 0.00610521343, 0.0070419535, 0.0200178102, -0.00668475311, 0.00352462172, 0.0138506331, 0.0123343533, 0.00279381848, -0.0151482187, -0.0056167962, 0.0111825643, -0.0050554811, 0.00459257839, -0.0163583271, 0.00161469227, 0.0108618122, 0.0290571712, 0.002848492, 0.00405313261, 0.00656447094, -0.0122614549, -0.00067248469, 0.0216653068, 0.00602138042, -0.000146479564, -0.00446865149, -0.0144192381, -0.00228535454, 0.0120063117, -0.00876234751, -0.00546735525, 0.00350457476, -0.00981937, 0.0135080125, 0.000993236201, 0.000130077489, 0.0138943717, -0.0143244704, 0.0192596707, 0.00639316067, -0.0144046582, 5.79767475e-05, -0.00617446657, 0.0138141839, -0.00977563113, 0.00751579087, -0.00576623715, -0.0280365981, 0.00459257839, -0.0120646302, -0.0103952652, -0.000540812558, 0.0271035023, 0.004752954, -0.000327357906, -0.00406042254, -0.00592296803, -0.0157168247, -0.0213737134, -0.00305078411, -0.00967357401, 0.0280074384, 0.000291592267, -0.00970273279, -0.0200178102, -0.0127425827, 0.0103150764, -0.0214611925, 0.00309634558, 0.0182828363, 0.0138433436, -0.0158043019, -0.0137631558, 0.0124437008, -0.00253503048, -0.0133695062, 0.0224088673, 0.0284594055, 0.00965899415, -0.00954235718, 0.00914141815, 0.0031510191, -0.00169396889, 0.011678271, 0.00198829477, 0.0119771529, -0.0155856069, 0.00995787606, -0.00109529344, -0.00181242824, -0.0214757714, -0.00771261565, -0.014083907, 0.00352826668, 0.000721690885, 0.019463785, -0.021534089, 0.00117001403, 0.00454519456, 0.0140547482, 0.0468005612, 0.0138287637, -0.0111752739, -0.0052741752, -0.00747934217, 0.0149003658, -0.0106576979, 0.00316195376, -0.0320168324, 0.0290717501, -0.00868216, -0.0127280029, 0.00741373375, -0.0188514404, -0.0200907085, 0.0308796223, 0.0106941471, -0.00490604, -0.0150753204, -0.004235378, -0.00576623715, -0.0104900319, 0.000415519, 0.0144483978, -0.00588651933, -0.00599586638, -0.00532884896, -0.0165770203, -0.0216361471, 0.0273950938, 0.0108909719, 0.0247999225, 0.00873318873, 0.00368682, -0.0148930755, 0.00325489882, -0.0115689235, -0.00379434461, 0.00649521779, 0.0136027802, -0.0347578, -0.00439939834, -0.0135444617, 0.00541632669, 0.000143859783, 0.0220006369, -0.00998703577, 0.00709662726, 0.000123471109, -0.00968086347, 0.00806981605, 0.0147399893, -0.00379798934, 0.000346265821, -0.010256758, 0.00136410515, -0.0110076088, 0.0384027027, 0.00075813994, 0.012429121, 0.00162198208, 0.00949132908, -0.0154689699, 0.017058149, 0.0110513475, 0.0052741752, 0.018195359, -0.0054965145, 0.0111242458, 0.00377976499, -0.0110367676, 0.00988497864]
|
16 Nov, 2020
|
HTML5 MathML denomalign Attribute
16 Nov, 2020
This attribute holds the alignment value of denominator, possible values are left, center and right. This attribute is accepted by <mfrac> tag only.
Syntax:
<element denomalign="left|right|center">
Attribute Values:
left: This attribute sets the alignment of the denominator context of each row to the left.
right: This attribute sets the alignment of the denominator context of each row to the right.
center: This attribute sets the alignment of the denominator context of each row into the center.
Below example illustrate the denominator attribute in HTML5 MathML:
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML denomalign attribute</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML denomalign attribute</h3>
<math>
<mfrac bevelled="true" denomalign="left" >
<mfrac>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
</mfrac>
<mfrac>
<msup>
<mi>a</mi>
<mn>2</mn>
</msup>
<msup>
<mi>b</mi>
<mn>2</mn>
</msup>
</mfrac>
</mfrac>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML denomalign attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute/HTML5 MathML scriptsizemultiplier Attribute/HTML5 MathML selection Attribute/HTML5 MathML separator Attribute/HTML5 MathML rspace Attribute/HTML5 MathML stretchy Attribute/HTML5 MathML subscriptshift Attribute/HTML5 MathML supscriptshift Attribute/HTML5 MathML symmetric Attribute/HTML5 MathML voffset Attribute/HTML5 MathML width Attribute/HTML5 MathML Complete Reference/HTML5 MathML Attribute Complete Reference/HTML5 MathML denomalign Attribute
|
https://www.geeksforgeeks.org/html5-mathml-denomalign-attribute/
|
NextJS
|
HTML5 MathML denomalign Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, HTML5 MathML stretchy Attribute, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, HTML5 MathML Complete Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, HTML5 MathML Attribute Complete Reference, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, HTML5 MathML voffset Attribute, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, HTML5 MathML rspace Attribute, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML separator Attribute, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, HTML5 MathML subscriptshift Attribute, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, HTML5 MathML supscriptshift Attribute, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, HTML5 MathML denomalign Attribute, How to Access Request Parameters in Postman?, HTML5 MathML selection Attribute, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML width Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, HTML5 MathML symmetric Attribute, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, HTML5 MathML scriptsizemultiplier Attribute, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0151300374, 0.0147219058, -0.0157422349, 0.0124698915, 0.0459148549, 0.00808976, -0.0115297297, 0.033554282, 0.00996279437, 0.00849060342, -0.0142408926, 0.0198527072, -0.0205377862, -0.00705849752, 0.0134027647, -0.0308722723, -0.0177828949, 0.0212228652, -0.00319946371, -0.00308832061, -0.0315136239, -0.0235258956, -0.0159171484, 0.0120617589, -0.0392972827, 0.0128415832, -0.001310942, -0.0156985074, 0.0136942873, 3.53300675e-05, 0.0226513278, 0.000355976779, 0.00613291236, -0.0216018446, -0.0464104414, 0.0174039155, -0.00341992779, 0.0489466898, 0.0161503684, 0.0149113955, -0.0157422349, -0.0219370965, -0.0205377862, 0.0316885374, -0.00183659419, -0.0391806737, -0.0255957097, -0.00354929105, -0.000549338409, -0.0229574274, 0.0218059123, 0.0118941339, 0.00337984343, -0.00345636811, -0.0163107049, 0.00950364582, 0.0195757616, 0.0299394, -0.0295604207, 0.00051016506, 0.00130729796, -0.020523211, -0.0214560833, -0.00668316195, -0.0415128581, 0.00561545929, -0.0188032258, 0.0180889945, -0.0245462265, 0.00829382613, -0.0319509059, 0.0494131297, -0.0218204875, 0.0251438487, -0.0298810955, -0.0196194891, -0.000291978387, -0.0203482974, -0.0110268528, 0.0125865005, 0.00255446928, 0.00138382264, -0.041163031, 0.0142919095, 0.0160629097, 0.0186720397, -0.0178266242, -0.0387433916, -0.0261350255, -0.0181764513, -0.0415128581, -0.0124771791, 0.0145178391, -0.0272573885, -0.0178849287, -0.00653740065, -3.53016e-05, 0.0135412375, -0.0202025361, 0.00108136772, -0.019269662, 0.00833755452, 0.0117775239, 0.00830111373, 0.0278258584, 0.0353325717, 0.0220537055, 0.00657384098, 0.0152903749, 0.0284380578, 0.00499597332, -0.0173601881, -0.0242401268, 0.00655926485, -0.0255665574, 0.00865094177, -0.0289482214, -0.0799938813, 0.0181472991, 0.010604145, -0.0728807226, -0.0138181848, 0.0109539721, 0.0317759924, -0.00355475722, 0.00522919185, -0.0506375246, -0.0121127758, 0.00641714735, -0.007000193, -0.0228553936, 0.0183076374, 0.0010358172, -0.0198672842, 0.0143137733, 0.0223598052, 0.0248814784, -0.00267472235, 0.00397199905, 0.0136797111, -0.0259163845, -0.0132351387, 0.0147656342, 0.00412869267, -0.0162378252, -0.0226950552, 0.014065979, 0.0519785285, 0.00704392139, -0.000281046261, -0.0199255887, 0.00836670678, 0.0283651762, 0.00794399809, 0.0303183794, -0.00254171505, 0.00693460042, 0.0323590413, -0.000583501242, -0.0245899539, -0.000618119608, 0.00561181549, 0.0164856184, 0.0192550868, -0.011223631, 0.036965102, -0.0201588068, -0.00660663703, -0.016660532, 0.0511039607, -0.0339915678, -0.014568856, -0.0189927164, -0.0326505639, -0.0307848155, 0.00745205348, 0.0325631052, -0.0245899539, 0.00701841339, -0.0381894968, -0.0331461504, -0.00255993521, 0.0138764894, 0.035944771, -0.00984618533, -0.0228262413, 0.0170978177, -0.00572113646, 0.00374971307, 0.0280299243, -0.0332044549, 0.000593522389, 0.0187303443, 0.0318926, 0.0533195361, -0.0270533226, -0.0125427721, 0.025508251, 0.0316010788, -0.0287295803, -0.0102980454, -0.0405216813, 0.0112309186, -0.0217330307, 0.0193571188, -0.0385101736, -0.00492673647, 0.0320966691, 0.0166168045, -0.00357844331, -0.014619872, 0.0209021904, -0.00490851654, -0.00450767251, -0.037518993, 0.0109612606, -0.0233801343, -0.0156985074, 0.0160774868, -0.0548354536, 0.0753878132, -0.0175205246, -0.0397054143, -0.00319764158, -0.0419501439, 0.000596710888, 0.00614384469, 0.01542156, -0.0148312263, -0.0201005023, -0.0388308465, 0.0161503684, -0.0282194149, 0.0256685894, 0.0335834362, 0.000356660021, -0.00524741178, 0.000504699, 0.0106916018, 0.0364986658, -0.03833526, -0.00869467, 0.00142481807, -0.00635884283, 0.0176517107, -0.0257851984, 0.00103855028, -0.0132059865, 0.0185700078, -0.00188396662, 0.00833755452, -0.038218651, -0.0156693552, -0.0213977788, -0.0181764513, 0.0286129713, 0.0130092083, -0.000150544234, 0.0111653265, 0.00290611875, 0.0214998126, 0.0138473371, -0.00102397415, -0.0295312684, 0.0062021492, 0.01916763, 0.0249397829, -0.0358864665, -0.0138983531, -0.0134610692, -0.0284526329, -0.00790755823, 0.0167334136, 0.0123897223, -0.0241380949, 0.0129436161, -0.00230849674, -0.00444572372, 0.0491216034, -0.0313970149, -0.0111944787, 0.0103271976, 0.0246336833, 0.0126739573, -0.0132788671, 0.0182930604, 0.000487845304, -0.00732451212, -0.0234967433, -0.02211201, -0.00683985557, -0.00646452, 0.0202316884, 0.000296533428, 0.00356568932, 0.00263099396, 0.000205660283, -0.0324464962, 0.0114058331, -0.0268492568, -0.012243961, -0.00256357924, 0.00651189219, -0.045011133, 0.0262807868, 0.016675109, -0.0115953228, 0.00465707807, -0.0124626029, -0.0302892271, 0.00103855028, -0.0351285078, -0.00173456117, -0.0106260087, -0.0513663329, -0.00262006186, 0.0169957839, -0.0290356781, 0.00224654819, 0.0162086729, -0.00178284466, 0.00474089105, -0.0270824749, 0.00510165049, 0.000658204, -0.00512351468, 0.0143356379, -0.032184124, -0.00869467, -0.0287441555, -0.119524382, -0.0352451168, 0.00401572743, 0.00416877726, -0.0240943655, -0.0674583912, 0.0520076826, 0.0152320703, -0.021893369, -0.00521461572, -0.02063982, -9.45171851e-05, -0.0265868865, 0.00486478815, 0.0167917181, -0.0384810194, -0.0155964736, -0.0154798646, 0.0215289649, 0.0207855813, 0.00105312641, 0.0105021121, 0.0149988523, 0.00268565444, 0.0173747633, -0.0404342227, -0.0176517107, -0.0314261653, -0.0507541336, 0.0164564662, -0.033437673, 0.0055899513, 0.000141548022, -0.0504917614, -0.00508707436, -0.054631386, -0.0148968194, 0.00206799037, 0.038539324, -0.0284380578, -0.0443989336, -0.0432328433, 0.0214852355, 0.0190947484, 0.0313970149, 0.0136432704, 0.0142554687, -0.0175205246, -0.00478097517, 0.0175351016, -0.0266306158, 0.0578381382, 0.024036061, -0.0148020741, 0.0263390914, -0.0244441926, 0.0208584629, 0.000131982422, 0.000465753343, 0.0160483345, -0.0018056198, 0.02937093, -0.0168791749, -0.0312221, 0.0185408555, -0.0116973557, -0.00833026599, -0.0084322989, 0.0513954833, -0.0157859642, 0.00876026228, -0.0160774868, 0.00228845468, 0.00270569674, 0.0398803316, 0.0183659419, -0.0219662488, -0.0154069839, 0.0501419343, -0.00393555872, -0.00670867041, -0.00603816751, -0.0106988894, -0.0217038784, 0.0318342969, 0.0157859642, -0.0227533616, 0.0433786027, -0.0192988142, 0.00936517213, 0.0988262594, -0.0251292717, -0.0230740365, -0.00645723194, 0.0194883049, -0.00652282452, -0.0447487608, -0.0344580039, 0.0242692791, 0.0121273519, -0.0275634881, 0.021310322, 0.0340207182, 0.0196632184, 0.0106697371, 0.00764518743, 0.0393847413, 0.029254321, -0.014000386, 0.0194591526, -0.00494495686, -0.0166168045, -0.0239777565, 0.0492965207, -0.0169083271, -0.00929229148, 0.0108665153, -0.0354783349, 0.0196923707, 0.0421542078, -0.0051818192, -0.0194883049, -0.041046422, -0.024604531, 0.0216893014, -0.00618028501, 0.0260621458, 0.00991906598, 0.0330295414, -0.000199055459, -0.0495880432, -0.0101231318, 0.0194154233, 0.0146563128, 0.0474599265, -0.023700811, -0.0604618452, 0.0233947113, -0.0230303071, -0.00845416356, -0.00820636936, -0.0416294672, 0.0223306529, 0.00168445567, -0.00197688956, 0.0277384017, -0.0162378252, -0.0277384017, 0.0068544317, 0.00940161292, 0.0221411623, 0.0132205626, 0.0288024601, -0.0274031498, 0.02381742, -0.021324899, -0.00356022315, 0.0165147707, 0.0104438076, 0.0252167284, -0.00390640646, 0.0244733449, -0.0018930767, -0.0148676671, 0.00265285815, 0.0142773334, 0.0115224421, -0.0130092083, -0.00672689034, -0.0131622581, 0.00239959778, 0.0248085968, -0.00811162405, 0.0250126626, -0.00698561687, 0.0139930984, -0.0507249795, 0.0290648304, -0.0268929861, 0.0187449213, 0.0181035716, -0.0421250574, 0.00899348, 0.0194883049, 0.012863447, -0.0131841218, -0.01542156, 0.0344871581, -0.01712697, -0.0196632184, 0.00297171134, -0.0150280045, -0.0230157319, 0.00986804906, 0.0208147336, 0.0134683568, 0.0262516346, -0.00524376798, -0.0128342947, -0.0495297387, 0.0250272397, -0.00927042775, 0.0363529027, 0.0220391303, -0.0218204875, 0.00883314293, -0.0273448452, -0.00225383625, 0.00380072952, 0.00849060342, -0.0181910284, -0.00576486485, -0.0203920249, -0.0167625658, -0.0275343359, -0.00916839484, 0.00978788082, -0.0053239367, -0.0195903368, 0.00951093435, 0.0219662488, 0.0116973557, -0.0316010788, -0.00819179323, 0.00194591517, -0.0148603786, -0.0232197978, -0.00978788082, 0.00399750751, -0.0124407392, 0.0145397037, -0.00824280921, 0.0422708169, 0.0129436161, -0.00401208363, -0.0171706975, -0.0188469533, 0.00266014622, -0.00525105605, 0.014350214, 0.012980056, -0.0448945239, 0.05171616, 0.0100210989, -0.0073828171, 0.00307010021, 0.0235404726, -0.0168937501, 0.0195028801, -0.010655161, -0.0227679368, -0.0407257453, 0.0328254774, 0.00367318839, 0.0184971262, 0.0223743804, 0.00401208363, -0.0397054143, -0.0396471098, 0.000228549383, 0.0253187623, 0.0135266613, -0.00945991743, -0.0248669013, 0.0194154233, 0.0388308465, -0.000882767723, -0.00708036171, 0.0247940216, -0.025741471, -0.0208730381, 0.025741471, 0.0230011549, -0.008046031, -0.00400843937, -0.00390276243, -0.012644805, 0.00723341154, 0.00307556638, -0.0136724226, -0.0368193388, -0.00554622291, 0.0108665153, -0.0126229404, -0.03198006, -0.0186428875, 0.0172873065, -0.0151300374, -0.00758688292, 0.00197324553, 0.0315719284, 0.0114714252, 0.0104219429, 0.00271662883, 0.0399677865, -0.0322424322, -0.0191967823, -0.0167917181, 0.00551342638, -0.035828162, -0.0304641407, -0.0131112412, -0.0365861207, 0.0046716542, 0.0398220271, 0.0198672842, -0.0427955575, -0.02211201, 0.0139275054, 0.00744476542, 0.00246154633, 0.0266743433, -0.0336417407, 0.0355366394, 0.00411411654, 0.0197652504, 0.00918297097, 0.047751449, 0.00481741549, 0.0170395114, -0.0160337575, 0.00430360669, 0.0152320703, -0.00735002058, 0.0282631423, 0.0209313426, -0.0148603786, 0.000952004397, -0.000242100636, 0.000294028141, -0.0221703146, 0.00797315, 0.0250126626, 0.00929958, 0.0193425436, -0.0492673665, 0.013264291, 0.00552800251, -0.00540410541, 0.0199401658, 0.0206543952, -0.04241658, 0.0183950942, 0.0191967823, 0.0305515975, -0.0105604166, -0.00937246066, 0.0485677123, -0.0326797143, 0.0377230607, -0.0249689352, -0.0120909112, 0.014000386, 0.0143939424, -0.0154652884, -0.00280226371, -0.022447262, 0.0355657898, 0.00624587759, -0.0309888814, 0.041600313, -0.0265868865, 0.0267472249, 0.0149842761, -0.0020825665, -0.0219808258, 0.0235987771, -0.00819908082, 0.00521825952, -0.0402593091, -0.00370962871, -0.0404342227, -0.0152612226, 0.00146034744, -0.0109831244, 0.0244733449, 0.00956923887, 0.00252713892, 0.0181035716, -0.00518910727, -0.0172727313, 0.00975144, 0.00890602358, 0.0248523261, -0.0168645978, 0.0112090549, 0.00105677044, 0.000339806342, -0.0269367136, -0.0124626029, -0.0260621458, 0.0178995039, 0.0170978177, -0.018482551, 0.000394466886, -0.00884771906, 0.0276946742, -0.00692731235, -0.0117119318, -0.00109412184, -0.0202316884, 0.00420886138, -0.0140076745, -0.00091510854, -0.00317031122, 0.0112527832, 0.0305224452, 0.0205086339, -0.00587783, -0.00440199533, -0.0455358736, 0.0377813652, 0.0144230947, 0.019284239, 0.0220537055, -0.0012453493, 0.0239777565, 0.00482470356, -0.000189603743, -0.000180152027, 0.0153778316, -0.0137890326, 0.0199984703, -0.0142044527, 0.0305224452, -0.0293563548, 0.00783467758, -0.00534215663, 0.0177683197, -0.00537859695, -0.0323298872, -0.00389547436, 0.00286239036, -0.0155818975, 0.0119961668, 0.0121054873, -0.0478097536, -0.0299685523, 0.0117629478, 0.0295312684, -0.00988991372, -0.00375700113, 0.0187886488, 0.00435462315, -0.0097295763, 0.0165001955, -0.0359156169, 0.0102907578, 0.00304641412, 0.0163690094, 0.00806060806, 0.0431453846, -0.0174913723, 0.0126885334, 0.00688358396, -0.025843503, 0.0108738029, -0.00550978258, 0.0117993886, 0.0137453042, 0.017229002, 0.0413379446, 0.0249835104, -0.00126903551, 0.0298810955, -0.0180889945, -0.0133225955, -0.00585960969, -0.0332919136, -0.0225055665, 0.00536402082, 0.00284234807, -0.00898619276, -0.0192988142, 0.0161795206, 0.00102579617, 0.0171852745, -0.00781281292, -0.0327380188, -0.010203301, -0.0383061059, 0.00635884283, 0.0243713129, -0.0328254774, 0.0185554307, -0.01916763, 0.00462428154, -0.00088231219, -0.0015004318, -0.00435462315, -0.00935788453, 0.0140222507, -0.0139347939, 0.00247430033, -0.0195028801, 0.0267618, 0.0187740736, -0.000283096044, 0.0453609601, -0.00747027388, 0.0114349853, -0.0297353342, -0.00784196518, 0.0343997, -0.0268201046, 0.0140805552, -0.00274578109, 0.0320092104, -0.0401718542, 0.0353034213, -0.0253479145, -0.0040193717, -0.0182639081, -0.00556444284, 0.00527292024, -0.00366043416, 0.0254790988, -0.0271262042, 0.0105968565, 0.0100648273, 0.042737253, 0.0304641407, -0.0327380188, 0.0331753045, 0.0136942873, 0.019838132, -0.0283214469, -0.00744112162, 4.32159904e-05, -0.0324464962, -0.00132187409, 0.042620644, 0.00355657912, -0.0482470356, 0.0264265481, -0.000648182875, 0.0361196846, -0.0175642539, 0.00204066024, -0.0229574274, 0.0174913723, 0.00769620389, 0.0372566245, 0.006490028, -0.0116973557, 0.0175059494, -0.0347203761, 0.0029990417, 0.00792213436, -0.00159153272, 0.00570656033, 0.0325339548, -0.038451869, -0.00484292395, 0.0177683197, 0.0227533616, -0.0175351016, -0.00603087945, -0.00743747735, -0.0533778407, 0.0122293849, -0.0188761055, 0.0240214858, -0.0274468791, 0.0118139647, 0.0538734272, -0.00137015758, -0.0243130084, -0.0235258956, 0.00683256751, -0.00537859695, -0.0306973588, -0.00243057194, -3.34511133e-05, 0.0170832407, -0.0309888814, -0.0108154984, 0.0084322989, 0.0179432333, 0.00658477284, -0.00722247921, -0.0158588439, 0.0161503684, -0.0183222126, 0.0327088684, -0.0210188, 0.00548427412, 0.0177537426, -0.0145032629, 0.0052547, -0.000959292462, -0.00361670577, -0.0275634881, 0.0213540513, -0.028583819, 0.0251438487, -0.0215581171, 0.0114787137, -0.0201150794, 0.0241380949, -0.00700748106, 0.00713502243, 0.00528020831, -0.000620852632, -0.0129436161, -0.0247648694, -0.0504917614, -0.00421250565, -0.0508124381, -0.0288024601, 0.0195757616, -0.00664307782, 0.0406091362, -0.00712409057, -0.00461334968, -0.0208876152, -0.0262516346, 0.00419428525, 0.0149697, 0.0242109746, 0.00569927227, -0.0210333765, -0.00398293138, -3.03764555e-05, 0.0289627984, -0.0408715084, -0.0144303823, 0.00998465903, 0.0393847413, -0.01031991, 0.0023485811, -0.00746298581, 0.0181764513, -0.00134829327, -0.00884771906, -0.0131331058, -0.0030992527, 0.0174767971, 0.00354929105, -0.00712409057, 0.0092048347, -0.00290247472, 0.020625243, 0.00661756936, -0.0371691659, 0.0132205626, 0.0049376688, -0.0291668642, 0.0078929821, 0.0329712369, 0.0153924078, 0.0053275805, 0.0120617589, 0.0366152748, 0.0250709672, -0.0105822803, 0.0476639904, -0.00956195, 0.000388317596, 0.00760874711, 0.0327380188, -0.0160774868, -0.0451568924, -0.0133153079, 0.00392098259, 0.00865822937, 0.0365861207, -0.0321549736, -0.0141388597, -0.00397199905, -0.0353034213, -0.00210443069, 0.0361488387, 0.00471538259, -0.0342247859, 0.0142481811, -0.0153195271, 0.00304459198, 0.00859263726, -0.00392098259, -0.0179286562, 0.0228262413, 0.0270679, -0.0222140439, 0.0220828578, -0.0128415832, -0.0239048768, 0.0072406996, -0.00736459671, 0.0365861207, 0.021426931, -0.00644265581, -0.0255957097, -0.0373440795, -0.0014065979, -0.00948907, -0.0139275054, -0.0047955513, 0.00327416626, -0.0262370594, -0.0114276968, 0.00397564331, 0.0051818192, 0.0088185668, -0.00970042404, 0.0136432704, -0.0236425046, -0.046701964, 0.000326824491, -0.00706214178, -0.00254171505, 0.0259163845, -0.010203301, 0.0135412375, -0.0353034213, -0.0224764142, 0.00996279437, 0.00569927227, 0.0053239367, -0.0155235929, 0.0123022655, 0.0161940958, 0.0200130455, -0.0228262413, 0.0165585, -0.012076335, 0.0218642168, -0.0290065259, 0.00320128561, 0.0192988142, 0.000301771739, 0.00281866174, -0.0231177639, 0.00317942142, -0.0202754159, -0.0120544713, 0.00273667113, 0.000366453372, 0.013329884, 0.0105749927, -0.0173893403, 0.000918297097, -0.0155381691, 0.0164564662, -0.0145178391, 0.0123022655, -0.0136286942, -0.0252458807, 0.0185117032, -0.0222140439, 0.00588147389, -0.00118340063, -0.00190947484, -0.000340489612, 0.0127541255, -0.01746222, 0.00333793694, 0.0122585371, -0.0115880342, -0.03886, -0.0202462636, -0.00200786372, 0.00479919557, -0.0229136981, 0.0183950942, -0.0252313055, 0.0104948236, 0.0635519847, 0.0322132781, -0.0509581976, -0.00813348871, -0.00537130889, 0.000974779599, -0.00912466645, 0.00250527472, -0.00396471098, 0.000136765229, 0.00955466274, 0.020406602, 0.0281756856, 0.0459440053, -0.0379854329, -0.00350191863, 0.00968584791, -0.0134537807, 0.0089570405, -0.0300560091, 0.0031101848, -0.00069965492, 0.00563367968, 0.0171852745, 0.0456816368, -0.00468987413, 0.0302017704, -0.000116609153, -0.0352451168, -0.0086728055, 0.0117702363, -0.03198006, 0.0157276597, 0.00324683613, -0.00992635358, 0.0196049139, -0.00292069488, -0.0106770257, -0.0262953639, 0.0169229023, -0.033117, -0.014685465, -0.0258143507, -0.0232781023, -0.0086728055, 0.0197360981, -0.00876755081, 0.0228116661, 0.00832297839, 0.0111507503, -0.00784196518, 0.0109831244, 0.0195611846, 0.0213394742, -0.00782738905, 0.00996279437, -0.0197215229, -0.0131258173, -0.0294000823, -0.0163398571, 0.00186483539, -0.0358573124, -0.00459148549, -0.0118358294, 0.0228116661, -0.00140204281, -0.00439470727, 0.0233072545, 0.0224618372, -0.00330149662, -0.0289482214, 0.0183076374, 0.00752129033, 0.00323954807, -0.0141534358, -0.0184096694, -0.00137289055, 0.0127687017, 0.0195611846, 0.00321768387, -0.0194883049, 0.00569562847, 0.00348552037, 0.043670129, -0.00956923887, 7.6297e-05, -0.00319581968, 0.003742425, -0.0155235929, -0.02268048, 0.0337000452, -0.00679248292, -0.0302892271, -0.0327671729, 0.00990449, 0.000370097405, 0.000985711697, 0.0376356021, -0.00678519486, -0.0202754159, -0.00991906598, -0.0049158046, 0.0301434658, -0.00956923887, -0.000703298952, 0.00834484212, 0.0099700829, -0.000922396604, -0.0185408555, -0.00831569, -0.00250527472, 0.0200421978, 0.0185262784, 0.000709220476, 0.00412869267, -0.00156693545, 0.0086655179, 0.0151300374, 0.012644805, 0.00407403242, -0.0101377079, 0.00577215292, 0.0114787137, 0.000117406285, -0.0168937501, -0.0105531281, -0.0140149621, -0.0116973557, 0.0152612226, 0.0127687017, 0.00952551048, -0.00507978629, 0.012528196, 0.0178849287, 0.00649367226, -0.000796221837, 0.00477733137, -0.00512715848, -0.0261641778, 0.00718968315, 0.0114204092, 0.000793944346, 0.0109539721, -0.0190364439, -0.00110596488, 0.0120107429, 0.0144668231, 0.0172873065, 0.0173601881, 0.00305370218, -0.0183222126, -0.0446321517, 0.0275926404, -0.00399021944, -0.0144668231, -0.0358864665, 0.00409589661, 0.0116098989, 0.000625407672, 0.00181290787, 0.0101814363, -0.00422343751, 0.0168500226, 0.00243057194, -0.0202754159, 0.0174913723, 0.0130237844, -0.0172144268, -0.0108810915, -0.0418043807, 0.0149842761, -0.00805331953, 0.0117921, 0.00732086832, 0.01943, 0.0124480268, 0.000682345766, -0.0135631021, 0.0336417407, -0.00808976, 0.0174767971, -0.00901534501, -0.0166896842, 0.0158005394, -0.0296770297, -0.0287733078, 0.0110778697, 0.00636248663, -0.0135922544, -0.033554282, -0.0214998126, -0.0024706563, 0.0173018835, 0.0292105917, -0.00333064888, -0.00166350242, 0.0134610692, -0.0122658247, -0.00510165049, -0.00357297738, -0.00155873643, 0.0278550107, 0.02324895, 0.0242401268, 0.0054259696, 0.00202972814, -0.00220099767, 0.0116026103, 0.0157276597, -0.0216455739, 0.0143210618, -0.0302309226, -0.000240278619, 0.00154689327, -0.034574613, 0.0334085226, 0.0708400607, 0.00941618904, -0.00966398325, 0.0367027298, 0.00113785022, 0.0240069088, 0.0162378252, -0.00449309638, -0.0175496768, 0.00669045, -0.0210188, -0.00276582339, -0.00541503727, -0.00961296726, 0.0185554307, 0.0324756503, -0.00953279808, 0.020741852, 0.0247065648, -0.0176662859, 0.011624475, -0.0227242094, 0.0101158442, 0.000367136614, 0.0167188365, 0.00894975197, -0.0117848124, -0.0102616055, -0.0295895729, -0.0002284355, 0.000524285657, -0.0194737278, -0.00543690147, 0.0114860013, 0.0114787137, -0.0109248199, 0.018817801, -0.0139420815, -0.0234238636, 0.00481741549, -0.0129071753, -0.0126739573, -0.00155235932, -0.0301143136, -0.00311929476, 0.00767433969, -0.00265650218, -0.0298519433, -0.00425623404, 0.00862178952, -0.0157422349, 0.00600901525, 0.00954008661, -0.0156110497, -0.0384227149, -0.0133590363, -0.0127031095, -0.00728807179, -0.0025817994, 0.0208876152, -0.00554986671, 0.0168208703, -0.00741925742, -0.00270934077, -0.0201879591, -0.0195028801, -0.0155818975, -0.0143793663, -0.00532029243, -0.00202790601, -0.00263828202, 0.00449309638, -0.0129581923, -0.00292069488, 0.0346329175, -0.0105166882, 0.0102688931, -0.0105021121, 0.0151737658, 0.0206543952, 0.0135339499, -0.0122220963, -0.00771078, -0.000222741699, 0.0164564662, -0.000144053294, 0.0521825962, 0.00451496057, -0.0179432333, -0.0129654799, -0.0210479517, -0.00822094548, 0.0158588439, -0.0157859642, 0.0128342947, -0.0217913352, -0.0042853863, -0.0067560426, 0.0150571568, 0.000969313551, -0.00980245695, -0.0338458046, 0.0116536273, -0.0116390511, -0.0188323781, 0.00602359138, -0.0364695117, -0.0128853116, 0.00520003913, -0.0119815907, -0.00298264343, -0.00280408561, 0.00405945629, -0.00663578976, 0.0298810955, 0.00253624911, -0.045244351, 0.0240214858, 0.0180889945, 0.0373732336, -0.0171852745, 0.00439835154, 0.0125646358, -0.0152757987, -0.0368484929, 0.0419792943, -0.0237445384, -0.0088185668, -0.0124188745, -0.0130675128, -0.000759781513, 0.01542156, -0.0311929472, 0.018701192, -0.0241235178, -0.0115953228, 0.0118576931, 0.0250418149, 0.0100283874, 0.0264702775, 0.0406674407, -0.00956923887, 0.0211208332, -0.00262370589, -0.00984618533, -0.00975144, 0.000102089944, 0.00747027388, 0.0147219058, -0.0331753045, -0.00141661894, -0.00573571259, 0.0178120472, -0.0082865376, 0.000201788498, 0.0210479517, 0.00576122105, -0.00075613748, -0.00787840597, 0.00468987413, -0.0111434618, -0.0175788291, -0.0111944787, 0.00213904912, -0.00482470356, 0.0163690094, 0.0335251316, -0.0391806737, -0.0275634881, 0.00152685109, -0.01394937, 0.0219808258, 0.0147291934, 0.0120180305, 0.00483199162, 0.0174184926, -0.0141388597, 0.010436519, 0.00102397415, -0.0319217555, 0.0155090168, 0.000619941624, -0.00163526111, 0.00285874633, 0.0136578465, 0.0257268939, 0.00519639533, 0.0119670145, 0.0116827795, -0.0244441926, -0.00610740436, -1.90884857e-05, 0.000452543725, 0.0115297297, 0.0126083642, 0.00737552904, -0.0103053339, -0.0231031887, 0.00795857422, -0.0107134655, -0.0224181097, 0.0212665945, 0.00198235549, 0.00967855938, 0.00383352581, 0.0278695878, 0.00737188477, 0.0099700829, 0.00527656404, -0.0337583497, 0.0214560833, -0.0180015378, 0.00282594981, -0.0180598423, -0.0194445755, -0.017914081, -0.0166459568, -0.00163981621, -0.0329420865, -0.00965669565, -0.011843117, 0.0248814784, -0.0055680871, -0.0211208332, -0.00932144374, -0.000346638932, -0.00357115525, -0.0029662454, -0.00158606668, -0.00225201435, -0.000725163147, 0.0162086729, 0.00222286186, -0.00543325767, -0.00476639904, -0.0161940958, 0.00599079533, 0.00533851283, -0.0125573482, 0.00340170763, -0.00623130146, -0.026645191, -0.0244441926, 0.0109685482, 0.00513809081, -0.00053612882, -0.00548427412, 0.0101158442, 0.00411411654, 0.0148166502, 0.00908822566, -0.0152029181, 0.0172144268, 0.00605638791, -0.0138692008, -0.0275051836, -0.004139625, -0.0357407033, 0.015304951, -0.0110487174, -0.0184388217, -0.00654104445, -0.00778366067, 0.000426124461, -0.00588147389, -0.0126229404, 0.01077177, 0.0197215229, -0.0127978548, 0.0436409749, 0.0186137352, 0.0276800971, -0.0088112792, 0.00335980114, -0.0179286562, 0.0240214858, -0.00286967843, 0.00238866569, -0.0130602252, -0.0184971262, -0.0120617589, 0.0236133523, -0.0139712337, 0.00158151158, 0.0309597291, 0.0167334136, -0.00694917655, -0.0189489871, 0.00739374897, 0.0243421607, -0.0128051424, 0.015873421, -0.0235696249, 0.0219516736, -0.00767433969, -0.0159608778, 0.00115515944, -0.00640257122, 0.00830840226, -0.00598715106, 0.00799501501, -0.0167334136, -0.0247357171, -0.0135047976, -0.000199624847, 0.0247794446, 0.00772535615, -0.0202899929, -0.0208584629, 0.0245608017, -0.00062176364, -0.00710587, -0.0188323781, 0.000320675172, -0.00742654549, 0.0032213279, -0.00806060806, -0.0207272768, 0.00633697864, 0.0154361362, 0.00625681, -0.00633333437, 0.013548526, 0.021091681, -0.000126402505, 0.00681070331, 0.00474453485, 0.0138473371, 0.00809704792, 0.0225347187, -0.0132861556, 0.00425623404, 0.00041860863, -0.0276655219, 0.00742290122, -0.0216309968, -0.0298519433, -0.0138983531, 0.00170267583, -0.00312658283, -0.0117921, -0.00912466645, -0.0319217555, 0.00514173461, -0.0124553153, 0.0131039536, 0.00643172348, 0.00401208363, 0.00520732766, 0.0104802474, 0.0107863462, -0.00663578976, 0.00216273544, -0.00857806113, 0.00335251307, -0.0102980454, 0.0033543352, 0.0348661356, -0.00100119889, 0.005185463, -0.013883777, -0.00109776587, -0.0126156528, -0.000949271373, -0.0138692008, -0.0117556602, -0.0181035716, 0.00593977887, 0.0228553936, 0.0185262784, -0.00609282823, 0.00887687132, -0.0180744193, -0.0106843133, -0.0138181848, -0.00524741178, 0.00587783, 0.0031101848, 0.0107426178, -0.0299394, -0.00884771906, 0.000150316482, -0.00748485, -0.00950364582, -0.0241235178, 0.00181381893, 0.00928500388, -0.05579748, 0.00350191863, -0.0202462636, 0.00213722722, 0.00865094177, -0.0194445755, 0.016777141, 0.0216309968, -0.0294583868, -0.00442385953, 0.0255228281, -0.00941618904, -0.0242401268, 0.00985347293, 0.00419792952, -0.00393191492, -0.0214415081, 0.0179869607, 0.00822094548, -0.0165439229, 0.00670138234, -0.000378979748, 0.0191967823, -0.00652282452, -0.0105677042, -0.0167625658, -0.0158151165, 0.00654104445, 0.0104583837, 0.0269367136, 0.0207272768, 0.00281137368, -0.00197871146, -0.0154507123, 0.00306099025, 0.0142117403, -0.0132132741, 0.00651918026, 0.00741196936, -0.0222869236, 0.0040193717, 0.00313751493, -0.0130164968, 0.00756501872, 0.00307192234, -0.00374606904, -0.0109539721, 0.00496317679, -0.00225201435, -0.0114058331, -0.00443479186, 0.0325631052, -0.00415784493, -0.0112309186, -0.0164564662, -0.0279278923, 0.0102761816, 0.00447123218, 0.00637706276, 0.0119232861, 0.0173601881, 0.00757230679, -0.0163107049, 0.0220391303, 0.0189635642, -0.0045477571, -0.00146308041, 0.000203041127, 0.0194737278, 0.00464979, 0.00775450841, 0.00101759704, 0.019386271, 0.0409589633, 0.00914653, -0.00957652647, 0.00416877726, -0.0104073668, 0.0191530529, 0.0244587697, -0.00658477284, -0.00105494843, -0.0114495615, 0.00131640804, -0.0262953639, -0.015873421, -0.000682345766, -0.0124042984, -0.0304349884, -0.00513809081, -0.00760874711, 0.0123751462, -0.0172727313, -0.0227533616, 0.0111507503, 0.011558882, 0.01031991, 0.0219662488, -0.00475182291, -0.0143793663, 0.00217731157, 0.0111434618, -0.00336344517, 0.00403030403, 0.0235258956, -0.0220682826, -0.00601265952, 0.0112673594, -0.00332700484, 0.00368229835, 0.0187740736, -0.0163981616, 0.00104492728, 0.00814806484, -0.00106588053, 0.0181910284, -0.00644265581, -0.000987533713, 0.000229232639, -0.0126520926, 0.0107353302, -0.0114058331, -0.00139202178, -0.00431818282, -0.0097295763, 0.0171998497, -0.00814806484, -0.026543159, -0.00619850541, 0.0236425046, 0.00438741921, -1.75938621e-05, -0.00129181077, -0.0209021904, 0.0028368819, 0.0171561223, -0.00486478815, 0.00243421597, 0.00633333437, -0.0125573482, -0.0100648273, 0.0123897223, 0.00217548944, 0.0125500597, -0.0155090168, -0.0158151165, 0.0119524384, 0.00529842824, 0.00217913347, 0.00433640275, -0.00757959485, 0.0131185297, -0.00987533759, -0.0101668602, 0.013665135, 0.00166350242, 0.0159463, 0.0228116661, -0.0201879591, 0.00776908454, 0.00847602729, 0.0036440359, -0.00975872856, 0.0174330678, 0.00306463428, -0.0234530158, -0.00229392061, -0.00537859695, -0.0169374794, 0.047955513, -0.00466801, 0.00196413533, 0.0199255887, 0.0114641376, 0.00356022315, 0.00130820891, 0.00830840226, -0.000286284572, -0.00195320323, 0.00877483841, 0.00501783751, -2.21773753e-05, 0.00903721, 0.0332627594, 0.0106478734, 0.00693824468, 0.016675109, -0.017797472, 0.0203045681, 0.00471902639, -0.0180452671, 0.00667951815, 0.00889144745, -0.00999923516, -0.00723705534, -0.000519730616, -0.00773993228, 0.00219006557, -0.00203519408, 0.017797472, 0.00660299323, -0.000795766362, 0.00823552161, 0.00408496428, -0.00133736117, 0.0134173408, -0.00613655662, -0.0174184926, -0.00729900412, 0.0122512486, 0.00369505258, 0.0112454947, -0.00995550677, 0.00259637553, -0.0117119318, 0.00508343, 0.00265468028, 0.0072662076, -0.00785654131, -0.021310322, 0.00138655573, 0.0142117403, 0.0106405849, -0.000842683308, 0.0068726521, -0.0192259345, -0.0207564291, -0.00598715106, 0.0149551239, 0.00978059229, -0.0149697, -0.0071168025, 0.00421979371, 0.00806060806, -0.00463885767, -0.00194773718, -0.0226950552, 0.0139347939, 0.0117119318, 0.00108227867, 0.00481377169, -0.0278258584, 0.0128925992, 0.0144668231, -0.0112892231, -0.00179104367, -0.00749942614, 0.00671960227, -0.00702205719, 0.00954737421, -0.00140022079, 0.0193571188, 0.013548526, 0.000509709527, 0.000987533713, -0.00100484292, -0.0216309968, -0.00191311887, -0.00831569, 0.00827196147, 0.00175460335, -0.0130602252, -0.0197069459, -0.0138108963, -0.0135922544, 0.00272573903, -0.0225930233, 0.00884771906, 0.0232926775, 0.00290794065, -0.0158296917, 0.0111507503, -0.0104656713, -0.0178120472, -0.0142117403, 0.0042853863, 0.00173273915, 0.00415420113, 0.0270241704, -0.00302272779, -0.00924127549, 0.0100575397, -0.00760145904, -0.0188615303, 0.0102251647, -0.00204612617, -0.00773264421, -0.0102470294, 0.0126375165, 0.000238684355, -0.0180161148, -0.00509071816, 0.0230157319, -0.0292397439, -0.00205341424, 0.0105094, 0.0142554687, -0.00102215214, 0.00221192976, -0.00314298109, 0.00442385953, 0.0305515975, -0.0120471828, -0.00462792581, 0.00253624911, 0.023467591, 0.00361852767, -0.0320383646, 0.0152903749, 0.00264921412, 0.00513444655, 0.0166896842, 0.0192550868, 0.00467894226, 0.0513663329, -0.00811162405, -0.000244605908, 0.00549156219, -0.00421979371, -0.0107499063, -0.00667951815, -0.0264848527, 0.00443479186, -0.0214123558, 0.0102616055, -0.00514173461, -0.00385539, -0.0038772542, 0.00523648, 0.00221921783, -0.0132059865, -0.0119451499, -0.00545512186, 0.00819179323, -0.0196049139, 0.000815353065, -0.0153778316, -0.0203774497, -0.00811162405, 0.00855619647, -0.0104656713, 0.0232197978, 0.00752129033, 0.00824280921, 0.00189854275, -0.00155327038, -0.00873111, 0.00376793323, -0.0267034955, 0.00321586174, -0.00753586646, -0.00525105605, -0.0190218687, 0.0076524755, 0.00603816751, 0.0051818192, 0.00278404355, 0.00541503727, 0.00609282823, 0.0208001565, 0.00585232163, 0.0109831244, 0.0045258929, -0.00266743428, 0.0165293477, -0.0185408555, -0.0076524755, 0.00395742292, -0.00606732, 0.0126010766, -0.0168500226, 0.00637341896, 0.0230011549, -0.0187303443, 0.0125209074, -0.016675109, 0.00223561609, 0.00807518419, 0.00295349117, -0.0318342969, -0.00219917577, 0.00911009, -0.0111507503, 0.0263973959, -0.00806789566, 0.0103053339, -0.00631511444, -0.00515266694, -0.0145542799, -0.00764518743, -0.0226221755, -0.0307556633, 0.0152029181, 0.00946720503, 0.00405945629, 0.0108738029, -0.012980056, 0.0175642539, 0.0113839684, 0.0181181468, 0.02211201, 0.0201442316, -0.0103417737, 0.00788569357, 0.0199838933, 0.0162378252, 0.0103927907, 0.00952551048, -0.00126448052, 0.0105312644, 0.0114641376, -0.00770349195, -0.0194737278, 0.00287878839, 0.00419792952, -0.00538224122, -0.0289627984, -0.0136359828, -0.0249689352, 0.0103490623, 0.000313614844, 0.0113621047, 0.00596893113, -0.00980974454, -0.00173547212, 0.0122658247, -0.0161795206, 0.00579037331, 0.0140805552, 0.0235550478, 0.00350191863, -0.00763789937, 0.00391369453, 0.00811162405, -0.00256722327, 0.0203045681, 0.00129727682, 0.00495588873, -0.0226075985, -0.0250855442, -0.000254627026, -0.00791484583, -0.00386632211, 0.00026123182, -0.0193716958, 0.00481377169, -0.00036053182, -0.00921941083, -0.00224837, 0.0220391303, 0.0040230155, -0.0147874979, 0.0155818975, 0.025275033, 0.0115661705, -0.00512351468, -0.0151154613, 0.00049194484, -0.0167625658, -0.0240943655, 0.0212811697, 0.0153632555, -0.0129727684, -0.0169520546, -0.0206543952, -0.0211062562, 0.00578308525, -0.0228991229, 0.00302637182, -0.0180889945, 0.0143647902, -0.0068726521, 0.00779094873, -0.0171561223, -0.0055680871, 0.0054296134, 0.00592884654, -0.00212629489, 0.00153505011, 0.0244004652, -0.00645723194, 0.00283323787, 0.00499961758, 0.0220828578, 0.0235987771, 0.0120180305, -0.0151300374, -0.00607460784, -0.00773264421, -0.00611104816, -0.0135849658, -0.00708036171, -0.011223631, 0.020406602, -0.0113475276, 0.00719697122, 0.0148676671, 0.00612562429, 0.00168445567, 0.00623494573, 0.0171415452, 0.0263245162, 0.0138910655, 0.00941618904, 0.00695282081, -0.00441657146, 0.0143793663, 0.0279278923, -0.00303001585, 0.00280408561, -0.0165147707, -0.0230157319, -0.010436519, -0.00833026599, -0.00438013114, 0.00607096404, 0.00386996614, 0.00739010517, -0.02177676, 0.0143575016, 0.0106988894, -0.00994821824, -0.00577944098, -0.0116098989, 0.00102670712, 0.00567376381, -0.0174184926, 0.00122530712, -0.00826467387, -0.009583815, 0.00692366855, -0.0232197978, -0.00407403242, -0.013329884, 0.00831569, 0.00855619647, 0.00277675549, -0.00765976356, 0.000575757702, -0.0046716542, -0.000122872341, 0.013329884, -0.0118722692, -0.00765976356, 0.00702205719, -0.0201733839, -0.0290502552, 0.0244296174, -0.00166805752, -0.00806060806, -0.018482551, -0.0125719244, 0.0159463, -0.000685989799, -0.013716151, 0.000352788222, 0.0121419281, 0.0289190691, 0.0073318, -0.0105531281, 0.0115734581, -0.020741852, 0.0293563548, -0.00690909242, 0.0127176857, -0.00653740065, -1.63839268e-05, -0.0208293106, 0.00300268573, -0.0199401658, 0.033437673, 0.0182784852, 0.03198006, 0.000560726039, -0.00614020042, -0.00161886297, 0.00260730786, 0.000191084138, -0.00632604631, -0.000227866127, 0.0078929821, -0.000742472359, 0.00564825581, 0.0135339499, 0.00991906598, -0.00270569674, -0.00531664863, 0.00407403242, 0.00962754339, -0.0028660344, 0.0163544342, 0.0155673213, -0.012579212, -0.0120617589, -0.0215435401, 0.00577215292, 0.00166805752, 0.00235040323, -0.00701476913, -0.0168937501, -0.0302309226, 0.000799865928, -0.00601265952, -0.0110778697, 0.00603087945, -0.00369505258, -0.00787111744, 0.00931415614, -0.00827925, 0.0044603, 0.00808976, 0.00211900682, 0.0158005394, 0.0105604166, -0.0253624897, 0.0263682436, 0.0313678607, -0.0105895689, 0.01031991, 0.00129818777, 0.00677790679, -0.0156110497, 0.00875297468, 0.00619486114, 0.0159171484, 0.00558266323, 0.0164856184, -0.00858534873, 0.00326505629, -0.0189198349, -0.0231906455, 0.019051021, 0.0186720397, -0.0089570405, 0.0182201806, 0.00250527472, -0.0090590734, -0.0168645978, 0.00171634101, -0.0102980454, 0.0245462265, -0.0152466465, -0.0226950552, -0.0113256639, -0.0110778697, 0.0150717329, -0.00933602, 0.0176808629, 0.0148166502, -0.0198089797, 0.00672689034, -0.0076524755, 0.0279424675, 0.00933602, 0.00560817122, 0.0211062562, 0.0034891644, -0.0292251687, -0.00880399067, -0.00658841711, -0.0145105515, 0.0292251687, -0.0111143095, -0.000320902909, -0.0250126626, 0.0116098989, 0.0112309186, 0.0165147707, 0.000518819608, -0.00491216034, -0.0236570816, 0.0171415452, -0.00165439234, -0.000139270502, 0.00240324182, 0.00888416, -0.0177245904, -0.0159025732, 0.019838132, -0.0330878459, -0.000887322763, 0.0189781394, -0.01236057, -0.0177391674, -0.00914653, -0.00647180807, 0.012579212, 0.00985347293, 0.0100283874, 0.0254207943, -0.0211499855, 0.0142117403, 0.0111215981, 0.00803145487, -0.0056883404, -0.0289336462, 0.00228663255, 0.00954008661, -0.0122002326, -0.00830840226, 0.00808976, -0.0153778316, 0.00741561316, 0.00487207621, 0.0306390543, -0.00857806113, -0.00337255537, 0.0130748013, 0.00954008661, -0.0013674245, 0.00869467, -0.0192113575, 0.0131986979, 0.00368412049, 0.0249106307, 0.0208001565, -0.0345163085, 0.00400843937, 0.0279424675, 0.00599443913, 0.00670138234, 0.00910280179, 0.00516724307, 0.0212811697, -0.00447487598, -0.00455504516, -0.00276217936, -0.016441891, -0.00677790679, -0.00836670678, 0.0245753787, -0.00825009774, -0.0167625658, -0.000858170504, -0.0304641407, 0.0134100523, -0.0127031095, -0.0064681638, -0.0300560091, 0.0187886488, 0.0105895689, -0.0122512486, -0.0235696249, -0.0148603786, -0.00325230206, 0.00689087203, 0.0275926404, -0.0145615675, -0.0194445755, -0.015975453, -0.000415192364, 0.00988991372, -0.0115151536, 0.0049376688, 0.0103490623, -0.00450402871, 0.00260730786, 0.027315693, 0.0084250113, 0.0205523632, 0.0169812068, 0.00418699719, -0.00330696255, -0.00181108585, -0.0147729218, -0.00397199905, 0.0211208332, 0.00744112162, -0.00128270069, -0.00386996614, 0.00248887669, -0.0116171865, 0.0127832787, -0.00824280921, -0.00130365393, -0.0055717309, -0.0136724226, 0.00238137762, -0.0188469533, 0.0088185668, -0.00525105605, -0.00168081163, 0.0109904129, 0.00417606533, 0.0278112832, -0.0107936347, 0.015873421, 0.0145542799, -0.0168791749, -0.00948907, -0.00161704095, 0.00807518419, -0.0139858099, -0.0289627984, 0.0194445755, 0.0293417778, 0.000820363581, 0.0148749547, -0.0111726141, -0.0153778316, 0.004139625, 0.0127905663, -0.0302892271, -0.0264265481, 0.0184679739, -0.0106697371, -0.0272719655, -0.0107280416, 0.00941618904, 0.0240214858, 0.00823552161, 0.00208803266, 0.00126265851, 0.0170395114, 0.00578672905, 0.00641714735, -0.00692731235, -0.0121710803, 0.00745205348, 0.0282631423, -0.0162524, -0.00957652647, 0.0109758368, -0.00259819767, 0.0303475317, -0.018701192, -0.00449674, 0.0131039536, -0.00887687132, 0.0121637918, -0.00305370218, -0.0279133152, -0.00898619276, 0.00226659048, -0.0263682436, 0.00437284308, -0.0107426178, 0.0168645978, -0.00510893855, -0.00192222896, -0.0101960124, -0.000772535626, -0.00760874711, -0.00192405097, -0.00653011259, -0.0204503294, 0.0131914103, -0.0120544713, -0.0232197978, -0.0165001955, 0.022665903, -0.000302227243, 0.0040193717, -0.0129873445, 0.0168937501, -0.00948907, 0.0157276597, 0.0198964365, 0.00188761065, -0.0128197186, 0.010203301, 0.00125901448, 0.0115224421, -0.00313933706, 0.000382396, 0.016675109, 0.00832297839, 0.00642443541, 0.000789389305, 0.00798043888, 0.00972228777, 0.0150571568, 0.0145105515, -0.0166313797, -0.00565554388, -0.00995550677, 0.00788569357, 0.00160701992, 0.0204940587, 0.00126539147, 0.00991177745, 0.00321039581, -0.00228845468, 0.00694553275, 0.0081262, -0.0246628355, 0.0223160759, 0.0185117032, -0.0117046433, 0.012528196, 0.0175059494, -0.00706214178, 0.0233072545, -0.00964211952, 0.011558882, -0.0127978548, 0.00333064888, 0.00688358396, 0.0134392045, 0.00251802895, 0.0260621458, -0.00741196936, 0.0035092067, 0.00798043888, 0.009583815, 0.0116609149, 0.00891331211, -0.00585960969, -0.0132424263, -0.000175710855, -0.0184679739, -0.0202608407, 0.00588876195, 0.0151154613, 0.025960112, -0.0209167674, 0.00264192605, 0.0062240134, -0.00474089105, 0.00233947113, -0.00353653682, 0.00308649847, 0.00941618904, 0.00313022686, -0.0115151536, 0.00223197206, -0.0165730752, -0.0147291934, -0.00677426299, 0.00575393299, 0.0162524, -0.00810433645, 0.0119815907, -0.0139930984, 0.00404852396, -0.00643901154, 0.0165293477, -0.01134024, -0.0217038784, -0.0235258956, 0.00654833252, 0.0223598052, -0.0163252819, -0.0040011513, -0.00845416356, -0.00431089476, -0.00271662883, -0.00456233323, 0.00864365324, 0.0218496397, 0.00114240532, 0.000236179083, 0.000156124166, 0.0147219058, -0.0042635221, -0.00624223379, 0.0118212523, -0.0156547781, 0.00878941454, 0.0111361742, -0.00303912605, -0.00441292766, 0.000515175576, -0.0316010788, 0.0195320323, -0.0345163085, 0.0283506, -0.00499597332, 0.0241380949, -0.00477004331, 0.00419428525, 0.0105166882, -0.00282230577, -0.00717510702, -0.000427263207, -0.0319509059, 0.0133590363, -0.00216455734, 0.0191384777, 0.00378250936, 0.00147583452, -0.0150571568, -0.0202462636, 0.00690544816, 0.0016379942, 0.000639072794, 0.00807518419, 0.00845416356, 0.00655562058, 0.00806060806, 0.00327963242, -0.0175496768, 0.000994821778, -0.0146708889, 0.0164564662, 0.00975144, -0.000533395796, 0.0221848916, 0.0171561223, 0.00717875082, 0.00013824561, 0.000480101735, 0.00516359881, 0.00182930601, 0.0075285784, 0.0058377455, 0.00871653389, 0.0128197186, 0.0209750719, -0.00591062615, 0.00774722034, 0.0194154233, -0.00237773359, -0.0137963202, -0.000834484235, -0.0118358294, -0.0144741107, 0.00421614945, -0.011959726, -0.0363820568, 0.0125427721, -0.0104729598, 0.00710222637, 0.00840314664, 0.0110705812, 0.0102616055, -0.0165001955, 0.00498139719, 0.0142044527, 0.0315427743, 0.0253041852, 0.0155673213, 0.0285400897, -0.00372967077, 0.0257268939, -0.00276764529, 0.000161817967, 0.00588511815, 0.00173273915, 0.00900076889, 0.00816264097, 0.0193133913, -0.0116463387, 0.0080387434, -0.00296260137, 0.00149314373, -0.00793671049, -0.00564096775, -0.00872382242, -0.0119670145, 0.0220828578, -0.0223160759, -0.00825738534, 0.000614475575, -0.0013063869, -0.0150717329, -0.0144886868, -0.00931415614, -0.00504699, -0.0299977046, 0.0109248199, 0.00442750379, 0.0157859642, -0.0137744565, -0.0242838562, 0.0585377924, -0.0170103591, 0.0103563499, -0.0103636384, -0.00208985456, -0.00528385211, -0.00421250565, 0.0171852745, -0.0216309968, -0.00717510702, -0.00279315352, 0.00338348746, 0.00862907711, 0.0236862339, -0.0134319169, 0.00233400497, -0.0176371336, 0.00703298952, 0.0172581542, 0.00359848561, 0.0128707355, 0.0270387474, -0.00530936057, -0.00252349488, 0.0196923707, 0.00692731235, -0.00736095291, -0.00582316937, -0.00702934526, -0.0109977005, -0.0124115869, 0.00322679384, 0.00348005444, -0.000514264568, 0.0129654799, -0.0304641407, -0.0052547, -0.0198964365, 0.0305807497, -0.0191239, -0.019269662, 0.0114276968, -0.00489758421, -0.0152757987, 0.0140295383, 0.0144158062, -0.00288789859, -0.0020588804, -0.0250855442, 0.0058341017, 0.0073864609, 0.00564825581, -0.00340899569, 0.00310471863, 0.0131622581, 0.021426931, -0.0147437695, 0.0147291934, 0.00520368339, 0.00108865579, 0.015188342, -0.0128780231, -0.00499961758, -0.0119815907, -0.00833755452, -0.00827196147, -0.000356204517, 0.0166168045, -0.0170249362, 0.00653375639, -0.0112673594, 0.0186137352, 0.0162815526, -0.00714959856, -0.0220974348, 0.0287587326, 0.00894975197, 0.0015614694, -0.00846145116, 0.0105312644, -0.00963483099, 0.00651553646, -0.0174476448, 0.00798772648, -0.0164127387, -0.0140368268, -0.00662485743, 0.0004873898, -0.00589969428, 0.0112454947, -0.0126593811, -0.00182384, 0.0140878428, -0.00927771535, 0.00902992114, -0.00279679755, 0.00579037331, -0.0109175323, 0.00767433969, 0.00884771906, 0.0116317626, 0.00784196518, -0.00928500388, 0.0466728136, 0.0109466845, 0.0241526701, 0.0016270621, -0.00624223379, -0.0148676671, 0.021878792, 0.0270679, -0.00168627768, 0.00638799509, -0.0076524755, 0.00143210613, -0.00215362525, 0.0144522469, -0.00868738163, 0.0106624495, -0.0271990839, -0.00300268573, 0.00513444655, -0.0288753416, -0.0250855442, -0.0221994668, -0.0112673594, 0.0114349853, 0.0324756503, -0.0040631, 0.0006172086, -0.0153195271, 0.0144813992, -0.0186720397, -0.00520732766, 0.0209459197, 0.0213540513, -0.00948907, 0.0346620716, 0.00331971678, 0.0104948236, 0.00922669936, 0.0160046052, -0.0018930767, -0.021893369, -0.00999923516, 0.000396516669, -0.0189781394, -0.00576850912, -0.0222286191, 0.0285109375, 0.0217330307, 0.0223743804, 0.00731722405, 0.0163107049, 0.00820636936, 0.00218824367, -0.00809704792, 0.0153632555, 0.0172727313, -0.00108956674, 0.00339077553, -0.0197215229, 0.00193133904, -0.0168937501, -0.0160337575, -0.0152029181, 0.00638070703, -0.00668680621, 0.00987533759, -0.004675298, 0.00340535166, 0.0152320703, -0.00521825952, 0.0237591155, 0.00923398696, -0.00849789195, 0.00921212323, -0.0107353302, 0.0306973588, 0.00615477702, 0.0315719284, -0.00914653, -0.0188761055, -0.0102105886, -0.0290211029, -0.0145834321, -0.000383534789, 0.0267618, -0.0102688931, 0.00245243614, -0.00926313922, -0.00126174744, -0.0152320703, -0.0176662859, -0.00482105976, -0.0140514029, 0.0117775239, -0.0103490623, -0.00126539147, -0.0310180336, -0.0134829329, 0.0106843133, -0.0109321084, 0.00786383, 0.00390640646, 0.0176517107, -0.013264291, -0.00188032258, 0.0180015378, -0.00138108968, -0.0072406996, 0.0226221755, 0.015873421, 0.0102178771, 0.00316302315, 0.0220828578, 0.000390822854, -0.0108009223, 0.00495224493, 0.00269476464, 0.0112673594, -8.35850733e-05, -0.000580768217, 0.0010513044, -0.00495588873, -0.00834484212, -0.00116791355, -0.0140951313, 0.00362763787, 0.00114513829, 0.0261350255, -0.0327671729, 0.00795857422, 0.00174367125, 0.00300268573, 0.046381291, 0.0075067142, -0.0151300374, 0.00169265468, -0.00254171505, -0.00436191121, -0.0134464931, -0.00587418582, -0.0312512517, -0.00628596218, -0.0098316092, -0.0274760313, 0.00276582339, -0.0181618761, -0.0231906455, 0.0320092104, 0.00813348871, 0.00702934526, -0.0220099781, -0.00366407819, -0.00214269315, 0.00535308896, -0.00849789195, -0.00751400227, 0.00802416727, -0.0110924458, 0.0032431921, -0.0128488708, -0.0192988142, 0.0195903368, 0.0128270071, 0.0151446136, -0.000280818524, -0.0136724226, -0.00615842082, -0.0060782521, -0.0135339499, 0.00384081388, 0.0133153079, -0.00218824367, -0.0289482214, -0.01746222, -0.0226075985, 0.00467894226, -0.00558630703, 0.0146636, -0.00795128662, -0.017229002, -0.00831569, -0.000804876443, 0.00425623404, 0.0254936758, -0.000550249417, -0.00730629219, -0.0058158813, -0.0115151536, -0.000977512682, 0.0265868865, 0.0101595726, 0.0172581542, -0.00253807101, 0.00965669565, -0.012980056, 0.0125063313, 0.00964211952, -0.00399021944, 0.0181618761, -0.0133080194, -0.009715, 0.000754770939, -0.0242109746, 0.00104583835]
|
16 Nov, 2020
|
HTML5 MathML actiontype Attribute
16 Nov, 2020
This attribute contains three types of action statusline, toggle and tooltip each of them behave differently. This attribute is only accepted by the <maction> tag.
Syntax:
<element accentunder="statusline|toggle|tooltip">
Attributes Value:
statusline: This attribute show the calculated value through status line.
toggle: This attribute toggle the calculated value.
tooltip: This attribute popup the calculated value.
Below example illustrate the actiontype attribute in HTML5:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 actiontype Attribute</title>
</head>
<body>
<center>
<h1 style="color:green">GeeksforGeeks</h1>
<h3>HTML5 MatheML actiontype Attribute</h3>
<math>
<maction actiontype="toggle">
<mfrac>
<mn>25</mn>
<mn>10</mn>
</mfrac>
<mfrac>
<mrow>
<mn>5</mn>
<mo>⋅</mo>
<mn>5</mn>
</mrow>
<mrow>
<mn>2</mn>
<mo>⋅</mo>
<mn>5</mn>
</mrow>
</mfrac>
<mfrac>
<mn>5</mn>
<mn>2</mn>
</mfrac>
</maction>
</math>
<p>Click the number</p>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML actiontype attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute/HTML5 MathML scriptsizemultiplier Attribute/HTML5 MathML selection Attribute/HTML5 MathML separator Attribute/HTML5 MathML rspace Attribute/HTML5 MathML stretchy Attribute/HTML5 MathML subscriptshift Attribute/HTML5 MathML supscriptshift Attribute/HTML5 MathML symmetric Attribute/HTML5 MathML voffset Attribute/HTML5 MathML width Attribute/HTML5 MathML Complete Reference/HTML5 MathML Attribute Complete Reference/HTML5 MathML actiontype Attribute
|
https://www.geeksforgeeks.org/html5-mathml-actiontype-attribute/
|
NextJS
|
HTML5 MathML actiontype Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, HTML5 MathML stretchy Attribute, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, HTML5 MathML Complete Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, HTML5 MathML Attribute Complete Reference, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, HTML5 MathML voffset Attribute, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, HTML5 MathML actiontype Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, HTML5 MathML rspace Attribute, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML separator Attribute, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, HTML5 MathML subscriptshift Attribute, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, HTML5 MathML supscriptshift Attribute, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, HTML5 MathML selection Attribute, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML width Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, HTML5 MathML symmetric Attribute, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, HTML5 MathML scriptsizemultiplier Attribute, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0314163528, -0.0225997902, -0.0120199146, 0.0317396298, 0.0601877384, 0.0164135024, 0.000672263, 0.0379406102, 0.0279485062, 0.0155759286, 0.0137464916, -0.0089782, 0.0166633055, 0.00119390967, 0.0223940704, -0.0497548059, -0.0226144847, 0.00811123848, -0.0439946502, -0.00236394117, -0.0238047205, 0.00243741251, -0.0697684065, 0.0413790718, -0.0422019511, -0.0152820433, 0.00383887859, 0.00700182095, 0.0248333197, 0.000801756221, -0.0183384512, 0.00714876363, 0.0208070893, -0.00704223, -0.0211450588, -0.00596954813, 0.0303583667, 0.0139228236, 0.0111676473, -0.0180592611, 0.0177506804, -0.0177947637, -0.0169571899, 0.023158174, -0.00287456694, -0.00855941325, -0.00145197776, -0.0371177308, -0.00530830584, -0.00623037154, 0.012563603, -0.0117995, 0.0128721828, 0.0402916968, -0.00314824795, 0.00356887141, 0.0158110373, -0.00587403541, -0.0352074765, 0.0171776041, -0.00361479097, -0.0127913645, -0.0400859751, 0.0167808589, -0.0141946673, -0.0142387496, 0.0383814387, 0.0160902292, -0.0300057046, -0.012387272, -0.0336204953, 0.0291534364, 0.00164575852, -0.0219091605, -0.000910126488, -0.0161049217, -0.00733244186, 0.00323641347, -0.00922800321, 0.0352956429, -0.00395643292, 0.0402329192, -0.0279338118, 0.00476829149, 0.00831695832, 0.0149734635, -0.0285068881, -0.0488731489, 0.0136362845, -0.0173392408, -0.0535753183, 0.00941902865, -0.0402035303, 0.0292562973, -0.0224381536, 0.0105284462, 0.0345315412, 0.00274231867, -0.0252888426, 0.0152526544, -0.00183035526, 0.0111088697, 0.0124313543, -0.0122770648, 0.015414292, 0.00833165273, 0.0123946192, 0.0131219849, 0.000858237327, 0.0106900828, 0.00922065601, -0.0236724727, -0.00451114168, -0.0206013694, 0.00910310168, 0.0188821405, -0.00261374377, -0.0381463319, 0.0171629097, -0.00810389128, -0.0507540181, 0.0180004835, 0.0200576819, 0.0104623223, -0.0156787895, 0.0184560064, -0.0122256344, -0.0163547248, 0.0178976245, -0.020131154, -0.0142093617, 0.038645938, -0.0119831795, 0.000714509, -6.58372301e-05, -0.00608342886, 0.0159873683, -0.00554708764, 0.00215638452, -0.000980842742, -0.0674761, -0.0119097074, 0.0271256268, 0.0217622183, -0.053986758, -0.0147971325, 0.0026725207, 0.020234013, 0.0037286717, 0.0405855812, -0.0179564, -0.039733313, 0.00775122875, -0.0360891335, -0.00982312113, 0.00334111019, -0.00594750699, 0.0418786779, -0.0129603483, -0.0082655279, -0.0161930881, -0.00594016, 0.00635527261, 0.0348548144, 0.0139889475, 0.0175155737, 0.00092619838, -0.0122256344, -0.00171463797, 0.04278972, -0.000359091297, -0.000278272782, -0.0174714904, -0.0338262171, -0.0062744543, 0.0158404261, 0.0075308145, 0.00270190928, -0.0227173455, -0.025303537, -0.0316220745, 0.0194846056, 0.0179270115, 0.0188380573, 0.00257884478, -0.0153995976, 0.0289183278, 0.00936025195, 0.0154436808, -0.0235255305, -0.0409676321, 0.0082802223, 0.021292001, -0.00330988481, 0.0234520584, 0.0227173455, -0.033356, -0.0164135024, 0.0231287852, -0.0100949649, 0.00574546074, -0.0321804583, -0.0132395392, -0.0203221794, -0.00609812327, -0.0128868772, 0.0161049217, -0.0126297269, 0.0499017499, -0.0121815521, 0.0259500854, -0.0102712968, 0.01439304, -0.00847124774, -0.0175302662, 0.0161049217, -0.00468012597, -0.0119905267, 0.019322969, -0.0404092483, 0.0635380372, -0.00734346267, -0.0217181351, 0.0213213898, -0.0284040291, -0.002305164, -0.00461400161, -0.0381169431, 0.00186892773, 0.000326258771, -0.0111309113, 0.021218529, -0.00692100218, 0.0125856446, 0.0292416029, 0.0316514634, 0.0163253359, -0.00966883171, 0.0156494, 0.0275517609, -0.0246863775, -0.0235108361, 0.0171188265, -0.0283599459, 0.0142240562, 0.00823614, 0.00916187931, -0.0144738583, 0.00930147432, -0.00456257164, 0.0396745354, -0.0443767, 0.00933821, -0.0102566024, 0.00228679623, 0.0259206966, 0.043112997, -0.0223646834, 0.000536800129, -0.00446705893, 0.045963686, 0.0026835415, -0.0153261265, 0.0389104337, 0.0235402249, -0.00427236, 0.0413202941, -0.0382638872, -0.0451701954, -0.0167955533, 0.00190107152, -0.0499017499, 0.0271844044, -0.000924820779, -0.0185735598, 0.0259060021, -0.00927943271, 0.0284921937, 0.0128060589, -0.0123138, -0.0259500854, 0.0159432851, 0.0248186253, 0.024950875, 0.0181033444, -0.0100214938, 0.00394173851, 0.0105284462, -0.0533402078, -0.0145473294, -0.0360597447, -0.0212038346, 0.0162665602, 0.0152526544, 0.00717080478, 0.0289477166, -0.00427236, -0.00765571604, 0.0246422943, -0.0359128, -0.019352356, -0.00709366, 0.00106074277, -0.0291093532, 0.000445190526, 0.0136583261, 0.0536340959, -0.0012747281, 0.0074573434, -0.0709439442, 0.00731040072, 0.00494462252, -0.0163841136, -0.00400786288, -0.0305640865, -0.0140991546, 0.0107047772, -0.0435832106, -0.0182355922, -0.0333266109, -0.0491082594, 0.0143195689, -0.0270668492, 0.0310930796, 0.00564994756, -0.00519075152, -0.0318865702, -0.0393218733, -0.0158698149, -0.00208475, -0.0670058802, -0.0311518572, -0.00756020332, 0.0185147841, -0.0227908157, -0.053457763, 0.0460224599, 0.00522381393, -0.00235843076, -0.00476094428, -0.0354132, -0.000967066793, -0.0196609367, 0.0293444619, -0.0125415614, 0.0109839691, 0.00928678, -0.0256708935, 0.00640670257, 0.05046013, 0.00103961979, 0.0386165492, 0.0509597361, -0.0322098434, 0.0297412071, 0.000410750828, 0.00661609601, -0.0298587624, -0.044200372, -0.0100361882, -0.021292001, -0.00589975, 0.020131154, -0.0219091605, -0.00105064048, -0.066712, -0.0335911065, -0.00286170957, 0.0207336191, -0.0279632, -0.0337380506, -0.0344139859, 0.038645938, 0.0462869592, -0.0037305085, 0.0469335057, -0.00506585045, -0.0209246445, -0.0265378561, 0.0327094495, -0.0200723764, 0.0117921541, 0.0366475172, 0.0072846855, -0.0204691216, 0.00125452352, 0.0264349952, -0.0187351983, 0.0100141466, 0.0333266109, 0.0169278011, 0.0627739355, -0.0321510695, -0.0574546047, 0.0166339166, -0.0330033377, 0.00511360681, -0.0246129055, 0.0343258195, -0.0174421016, 0.0347078703, -0.019322969, 0.00862553809, 0.0334147774, 0.0161049217, 0.0192788858, -0.0632441491, 0.0219238549, 0.0279632, -0.0112852016, -0.029844068, 0.00366805773, -0.0115276566, -0.0124901319, 0.0119831795, 0.0198078789, 0.0123578832, 0.0146722309, -0.0116966413, 0.0112852016, 0.0825818107, -0.00488584582, -0.0249949582, -0.0100508826, -0.000911504088, -0.0144959, -0.0537222587, -0.0158845093, 0.03511931, -0.0162812546, 0.00731040072, -0.0104108918, 0.0259647798, 0.0186470319, -0.00786143541, 0.00794960186, 0.00668956758, 0.00191392901, -0.00367724174, -0.0236577783, -0.0180151779, 0.004856457, -0.0222618226, 0.0484617092, -0.0412909053, 0.00310600176, 0.00368826231, -0.0316514634, 0.0148412148, 0.0416435674, -0.00732509466, 0.020307485, -0.0243631043, -0.00544055458, 0.0321804583, 0.00479400624, 0.0274195131, -0.0224381536, 0.0291093532, -0.022276517, -0.0223352946, 0.0258325301, 0.0276252329, 0.0155759286, 0.0574252158, -0.0369120128, -0.0427603312, 0.0562790632, 0.0057821963, 0.0182062034, -0.023437364, -0.0346784815, 0.00895615947, -0.00279374863, 0.018264981, 0.021292001, 0.0155171519, 0.00570872473, -0.0067814067, 0.00916187931, 0.0285803601, 0.00401888369, 0.0144077344, -0.00323273987, 0.0241720788, -0.035648305, 0.0211597532, 0.034031935, -0.00359826, 0.0154583743, 0.00418786751, 0.00964679, 0.00201311521, -0.000328325143, 0.017383324, -0.0111676473, -0.00974965, -0.0157228708, 0.0207483135, 0.00617894158, -0.0305053089, 0.00429440103, -0.0275958441, 0.0376761146, 0.0130044315, 0.0300497878, -0.0609518439, 0.0358834118, -0.00597689534, 0.00318682031, -0.0184853952, 0.00338151935, 0.0337380506, 0.00544422772, -0.00362213817, -0.00486747781, -0.0102345608, 0.01221094, -0.00362397498, 0.0096394429, -0.0251419, -0.00714509, 0.00117094989, 0.00700549455, -0.00451114168, 0.0140477242, 0.0300497878, 0.00216189492, -0.043671377, -0.0269639902, -0.0257443655, -0.0087063564, 0.0211744457, 0.0243924931, -0.00722223474, 0.00616424717, -0.0313281901, -0.00411807, 0.00277170725, 0.00736550428, -0.026993379, 0.000615322671, -0.0382051095, -0.0220561028, -0.0326506719, -0.0119097074, 0.00518340478, -0.0273754299, -0.015237961, 0.00654262491, 0.0137905749, 0.0162812546, 0.00440828176, -0.0237606391, -0.0069908, 0.00841981824, -0.0256268103, -0.045434691, 0.000602924381, -0.010734166, 0.02111567, -0.015237961, 0.0469041169, 0.0268317424, -0.00717815198, -0.0119317491, 0.00982312113, 0.0177212935, 0.0436126, 0.00137299614, 0.00369009911, 0.00861819088, 0.0553974062, 0.00513564842, 0.0121154273, 0.012387272, 0.00939698704, 0.0124607431, 0.00803042, -0.00416582637, -0.0247010719, -0.045963686, 0.0321510695, 0.0052825911, -0.00191576581, 0.00437154621, -0.00794225466, -0.0125121726, -0.0671822131, 0.0229671486, 0.0091398377, 0.0387928784, 0.00278272782, -0.0109986626, -0.00894881226, 0.0305346977, -0.0160902292, -0.00232720538, 0.0371177308, -0.00660874881, 0.0112043824, 0.0257443655, 0.0246716831, 0.0131881097, -0.00900758896, -0.000932627125, 0.0100582298, 0.000159111412, 0.00440828176, 0.00681446865, -0.0224087648, -0.0529287681, 0.0237900279, 0.0134305647, -0.0301820356, -0.00850063656, -0.00562790642, 0.0379993878, -0.0141652785, -0.0112337712, 0.0371765085, -0.00681814225, 0.0021765891, 0.00300865225, 0.054868415, -0.0411733501, -0.0283599459, -0.00286722, 0.0100582298, -0.0284040291, 0.00160810445, -0.0206748415, 0.00812593289, 0.0181915089, 0.0402916968, 0.0301526468, -0.000585474947, 0.00593281258, -0.0116599053, 0.0417905115, 0.0101023121, -0.00339621375, -0.00505482964, 0.0417905115, 0.00406664, 0.0225557089, -0.00209393376, 0.022349989, 0.0135040367, 0.0162665602, -0.0186323375, -0.0130338194, 0.0201017652, -0.00220781448, 0.0217622183, 0.0124093127, -0.0349723697, 0.0192054138, 0.0114615327, -0.0162371714, -0.0434950478, -0.0257296711, 0.00731040072, -0.00886064675, 0.00537443, -0.0105725294, -0.000414424401, -0.0180445667, -0.00917657278, 0.037617337, 0.00796429534, -0.0119390963, 0.023334505, 0.0333853886, 0.0230700076, -0.00725897076, -0.0105945701, 0.0249802638, 0.00121411425, 0.0294620171, -0.0268464349, 0.0235108361, 0.00424664468, 0.00434215739, -0.00418419391, -0.0130632082, -0.0344433747, 0.0158257317, -0.00439358735, -0.0296824295, 0.0501074679, -0.0114468383, 0.023158174, 0.0178388469, 0.0242014676, -0.00398214767, -0.00270558288, -0.0255680345, -0.0134966895, -0.0471098386, -0.0271844044, -0.000677773322, -0.0101978248, 0.0060393461, -0.0195727702, 0.0280954484, -0.00132615806, -0.0155612342, -0.0285950545, -0.0368238464, 0.00283783139, 0.0349723697, 0.0261558052, 0.037088342, -0.012284412, 0.0228642877, 0.00122421654, 0.0315926857, -0.0309755262, 0.00295905909, -0.0173539352, -0.00607608166, -0.0036056072, -0.0168543309, 0.00483074225, 0.00969822, 0.0206013694, 0.0156053174, -0.00262476434, 0.00266333693, 0.00149697904, 0.0219826307, 0.0038572466, 0.00339805055, -0.02878608, 0.0370295681, 0.0103447679, 0.011718682, -0.00472053513, -0.0176037382, -0.0211450588, 0.0459049083, -0.0125709502, -0.0156787895, 0.0299028438, -0.00504013523, 0.0152673488, -0.00148320314, 0.00046264, 0.00278823823, 0.00101023121, -0.0113219367, 0.00854472, -0.0389104337, 0.0225704033, -0.0332678333, 0.00785408821, 0.0221148804, 0.0212773066, -0.00589975, -0.0403210819, 0.0127619756, -0.0104402807, 0.00993332826, 0.0266847983, -0.00211597513, -0.0183972288, -0.0107855964, 0.0165604446, 0.0224087648, -0.0262145828, -0.0214977209, -9.64885621e-05, -0.00999945216, 0.00401521, -0.0181621201, -0.0523997769, 0.00813328, -0.00500339968, -0.0025549666, -0.013055861, 0.0402329192, -0.0387341, 0.0185147841, 0.00238414574, 0.00159065495, 0.00469114631, 0.0206601471, -0.0151644889, 0.00711937482, 0.0563672297, 0.00997006427, 0.0573664382, 0.0266554095, -0.00904432498, -0.0228936765, 0.0130044315, 0.0340025462, 0.0313575789, -0.0186029486, 0.0256121177, 0.0238341093, 0.0153555144, -0.0333853886, 0.0246129055, 0.000937219069, 0.0103374207, -0.0157816485, -0.0172657706, 0.00592179177, -0.0270521548, -0.0130779026, -0.018264981, -0.0182943698, -0.00529728504, 0.0227320399, -0.00456257164, -0.00716345804, -0.00244292291, -0.00656099245, 0.00443399651, -0.000915177632, -0.0198666565, -0.0274929833, 0.007214888, 0.020307485, 0.0235843081, -0.00105798757, 0.0349723697, 0.00213250634, -0.0112337712, -0.0235255305, -0.0264937729, 0.0116672525, -0.0229230653, 0.0111529529, -0.0166486111, 0.0139522115, -0.0246422943, 0.0365593508, -0.0277721751, 0.0225997902, 0.0130338194, 0.0120639978, -0.0140256835, 0.0400271975, 0.0246863775, -0.0144444695, 0.0358540229, 0.0126223797, 0.0140550714, 0.0505189076, 0.0181474257, 0.0170747451, -0.00421725633, -0.00149789744, -0.03511931, 0.00922065601, 0.0176478215, -0.0290211886, -0.019352356, 0.0199254341, 0.00803042, 0.000468150334, 0.0419962294, 0.0270521548, 0.0354719721, -0.0245100465, 0.0230700076, 0.0142240562, -0.00909575447, -0.00296824309, -0.00881656352, 0.0292416029, 0.0152820433, -0.00272578746, -0.0280072838, -0.00777327, 0.0109251915, 0.00676671229, 0.0135113839, 0.00671528233, -0.00285068876, 0.00154106179, -0.021218529, 0.0312694125, -0.03456093, -0.00957331806, 0.00864758, -0.00494829612, -0.000777878042, -0.000812776969, 0.0324449539, -0.0522528328, -0.00479400624, 0.0367944576, 0.00299946847, -0.0158698149, -0.0198078789, 0.0346784815, 0.0144444695, -0.0394100398, 0.023261033, -0.00618261518, 0.0104108918, 0.00157412398, -0.0201458484, 0.032268621, 0.00343294931, 0.0232316442, 0.0226291791, -0.00566096837, -0.0280954484, 0.01277667, 0.0215271097, -0.0363242403, -0.0148338685, -0.00051246275, -0.00580791105, 0.0185294785, -0.0268611293, -0.00670426199, 0.00278823823, 0.0387047119, -0.0220414083, -0.00725162355, 0.0138126165, 0.0208511725, 0.00505850324, 0.00957331806, -0.0107488604, 0.0180298723, -0.00348988967, 0.0132468864, -0.00961740129, -0.0119097074, -0.02716971, 0.0228936765, -0.0430836082, 0.00203332, 0.0234226696, -0.00238230894, 0.00106717157, 0.0121227745, -0.0276546199, -0.014885298, -0.0220854916, 0.000636445649, 0.000943188614, 0.0183384512, 0.00624139234, 0.00650588935, -0.0155024575, -0.0082802223, -0.00234373636, -0.0197491031, -0.00883125793, -0.000345085806, -0.00352662546, 0.025230065, -0.00223352946, 0.0180004835, 0.0135922022, 0.0306228641, 0.0158845093, 0.00936759915, -0.0186764207, 0.00875044, -0.00147401926, -0.0182208978, 0.00329151703, -0.0243337154, 0.0116011277, 0.0155024575, -0.00895615947, 0.00122421654, 0.00536340941, -0.00338886655, 0.0206601471, 0.0162665602, 0.026464384, 0.011579087, 0.0124533959, 0.0134966895, 0.0208070893, 0.0188821405, 0.0197197143, 0.0130117787, -0.015237961, 0.0105431406, 0.0247451551, 0.00571239833, -0.00952923577, -0.0161196161, -0.00484911, -0.00100563932, 0.0203368738, -0.0274048187, 0.00743897539, -0.010521099, -0.0221295748, -0.01439304, -0.0195727702, 0.0484029353, -0.0197050199, 0.0389692113, -0.010381503, 0.00489686616, -0.00983046833, -0.00446705893, -0.00681079552, 0.0236283895, -0.000255772175, 0.0153702088, 0.0265525505, 0.0127031989, 0.00707896566, -0.0140477242, 0.0155171519, 0.0316808522, 0.0134305647, 0.00308396039, -0.00289660855, -0.0422607288, 0.0112852016, -0.0210128091, -0.0131146386, -0.0135040367, 0.00367907854, -0.00593648618, -0.00133075006, -0.00250537344, 0.0143122217, 0.00497033773, -0.00300681544, 0.00164392171, -0.0452583581, -0.0439358763, -0.0002876863, 0.00535973581, 0.0159432851, -0.00428338, -0.0299763158, -0.00157779746, -0.00173300575, -0.0162077826, -0.0114541855, -0.00769245159, -0.0151204066, -0.0108664148, 0.00797164254, 0.0010304359, 0.0190143883, -0.0111676473, 0.00621935073, -0.0053523886, 0.00895615947, -0.032591898, -0.00415113196, 0.0200282931, 0.00166228961, -0.0239810534, -0.0223793779, -0.0207777, -0.00988924503, -0.0128281, 0.0111749945, 0.00401888369, -0.00309681799, 0.0166633055, -0.00850798376, -0.0130411666, -0.0275076777, -0.0163400304, -0.00131697417, 0.0117848068, -0.00739856623, -0.0129383067, 0.0114982678, -0.0215858854, 0.0159285907, -0.0138566988, -0.0108590676, 0.00811123848, -0.00613485882, -0.0108958026, -0.00477563869, 0.031710241, -0.0190290827, -0.0227614287, -0.0126150325, -0.000727366481, -0.00934555754, -0.0268023536, -0.011086829, -0.00476461789, 0.0140918074, 0.0621273853, 0.000726907281, -0.0203515682, -0.0247010719, -0.00686957221, 0.00146299845, -0.0119684851, 0.0126150325, 0.0131954569, -0.020131154, 0.00724060275, 0.0163253359, -0.00104880368, 0.0486674309, -0.00470216712, -0.0172510762, 0.00537075661, -0.00341825513, 0.00308763399, -0.0138493516, -0.00387928798, 0.000234649167, 0.00774388155, -0.00440460816, 0.0125121726, -0.0105504878, 0.0077218404, 0.0195580758, -0.00688794, -0.00657201326, 0.00433113659, -0.01221094, 0.00211597513, 0.0216446631, -0.0136950621, 0.0738240257, -0.0177506804, 0.00487115141, -0.0194846056, 0.000471135107, -0.00992598105, -0.0100214938, -0.00881656352, -0.0324743427, 0.00327314925, 0.0211597532, -0.00898554735, -0.00732142106, -0.0116746, 0.00811858568, -0.0111823417, 0.025127206, 0.0276987031, 0.0100876177, -0.0034807059, -0.0284334179, -0.0194405224, -0.0135113839, 0.0105504878, -0.0351487, -0.00411807, -0.0149293812, -0.00345315412, -0.0259500854, -0.0101684369, 0.023437364, -0.0200870708, 0.00220965128, 0.0122697176, 0.0184707, 0.00883860514, 0.0123946192, 0.0243924931, -0.00345131732, -0.00863288529, -0.00664915843, 0.016398808, 0.0489025377, 0.00169535168, 0.00157871586, 0.0178241525, 0.0117260292, -0.0217034407, 0.0457873531, -0.010910497, 0.00302885682, -0.0158845093, -0.0214242488, -0.0177066, -0.00150157092, 0.0255239513, 0.0033539678, -0.00961005408, -0.0219973251, -0.00426133908, -0.0128648356, -0.0142975273, -0.0021802627, -0.0120786922, -0.0144003872, 0.014848562, -0.00032534037, 0.0348548144, -0.005102586, -0.00747571094, -0.00178351731, 0.0150469346, 0.00237863534, -0.011895014, -0.00847124774, 0.0214977209, -0.0122329816, -0.0119244019, -0.00328049622, -0.00433481, -0.0343845971, 0.000447486527, 0.0246422943, 0.0252888426, 0.0124460487, 0.0199548211, 0.00236026756, -0.00692834938, 0.0131293321, 0.02603825, -0.0110353986, -0.00462134881, -0.0301820356, 0.00438624, 0.00977903791, -0.010557835, 0.00822879281, 0.0125489086, 0.0182796754, -0.00237863534, 0.0135775078, 0.0250978172, 0.00685855187, -0.0138420044, 0.0417905115, 0.0072773383, 0.0305640865, 0.00538912462, -0.0169571899, 0.00380214304, 0.00391235, 0.0137171037, 0.0055360673, 0.00564260082, 0.00249067927, -0.0304465331, -0.0369120128, 0.00294069131, 0.0118288891, 0.0168837197, -0.0424370579, 0.0188674461, -0.00748673175, -0.00184688636, 0.00841247104, 0.00558382366, -0.0137685332, 0.038851656, -0.0183090642, -0.00493727578, 0.000831144804, 0.0218209941, -0.030828584, 0.0135922022, -0.0227026511, 0.0235255305, 0.012600339, -0.0109545803, 0.005348715, 0.010770902, 0.0105357934, 0.0235843081, -0.0327682272, 0.0278897285, -0.0111382585, 0.000944107, -0.0012811569, -0.0390573777, -0.00124625803, 0.00547361653, -0.0112484656, -0.015061629, 0.0101170065, -0.0225263201, -0.0134819951, -0.0313281901, -0.015766954, 0.0225116257, 0.0252594538, -0.00674467115, -0.00756755052, 0.00320335128, -0.0332384445, -0.0170894396, 0.0106386533, -0.0196903255, 0.0387634896, 0.0254798681, 0.002305164, -0.00546994293, -0.0120786922, 0.0141065018, -0.00221148808, -0.0153702088, 0.000478941452, 0.0165016688, -0.00537443, 0.00492625497, 0.00323825027, -0.0383814387, -0.000540014531, 0.0562202856, 0.00409235479, -0.00358907599, 0.0439946502, -0.0158992037, -0.0134966895, 0.00317212613, 0.0193670504, -0.019602159, 0.00486747781, 0.00492258137, 0.00264496915, -0.00504013523, 0.0192641914, 0.00894146506, 0.035442587, -0.0111749945, 0.0177653749, 0.00892677065, -0.0322098434, 0.0164281968, -0.0121154273, 0.0224087648, -0.0052825911, -0.00420623552, 0.00105523248, -0.00467277877, -0.0222177394, -0.0266847983, -0.000284012727, -0.00966148451, 0.00257517118, 0.0082802223, -0.0114101022, 0.0082802223, -0.0086549269, -0.00582627906, -0.0162665602, -0.00919126719, 0.00712672202, 0.0124313543, -0.010557835, -0.00715978444, -0.00625608629, 0.00592546538, 0.00446705893, 0.0173539352, -0.0294179339, 0.011542351, 0.0346490927, 0.0187645853, -0.0325037315, -0.00465441076, -0.0156787895, -0.0245394353, -0.0248333197, -0.00979373232, 0.00394541211, -0.000815991312, 0.0102933375, 0.0116525581, 0.00756755052, -0.0277427863, -0.00610547, -0.000230057209, 0.00352662546, 0.00237128814, 0.00129952468, -0.0302702021, -0.00532300025, -0.00749775255, -0.0285509713, -0.0197784901, 0.00479033263, 0.0121595105, -0.0148412148, 0.0155171519, -0.00281211641, 0.0184266176, 0.0216887463, -0.0152085721, 0.0121080801, -0.0305053089, -0.0140330298, 0.0282130037, -0.0224675424, 0.0327094495, -0.0165604446, -0.00955862459, -0.0126444213, -0.0111309113, -0.0102125192, -0.0043605254, -0.0106753893, -0.00890472904, -0.000340034661, -0.00174218963, 0.00335580437, -0.0126958517, 0.0072112144, 0.01372445, -0.0161343105, 0.0222912114, -0.0287419967, -0.022173658, -0.00596954813, -0.00533034746, -0.0123431887, 0.0125856446, -0.0344433747, 0.00705692451, -0.00997741055, 0.00375254988, -0.026993379, -0.0121301217, -0.00501809409, -0.0368238464, 0.0154436808, 0.00576382829, 0.0154877631, 0.0253182314, -0.0202780962, -0.0023070008, -0.0222618226, -0.0114762271, 0.0286244433, -0.0251419, -0.00555443484, -0.00103410939, 0.00416582637, 0.0026798679, -0.00764102163, -0.0337674394, -0.003052735, -0.0286832191, -0.0281248372, 0.00339805055, -0.0015465722, 0.000597873237, 0.022100186, 0.0146722309, -0.0283452515, 0.0108002899, 0.00829491671, -0.0175890438, 0.00847859494, -0.012284412, -0.00911779609, 0.00160167564, -0.0423488915, 0.0116892941, -0.0191613305, 0.0172951594, 0.0186617263, -0.00391602376, 0.014040377, 0.022349989, -0.0147603964, 0.00337600918, -0.00809654407, -0.00581158465, -0.0163841136, -0.0134452591, 0.00825083442, 9.07486101e-05, 0.0141211962, 0.0160608403, -0.0215124153, -0.0226879567, -0.0108884554, -0.01136602, 0.00714141643, -0.00638098782, 0.0203221794, 0.0292709898, 0.00364969, -0.00815532077, 0.0200723764, 0.00512462761, -0.0291240476, -0.00513932202, -0.00600261, -0.0251125116, -0.00977903791, 0.0258031432, 0.0422607288, -0.00979373232, 0.00721856114, 0.00228863303, -0.00134636275, -0.015135101, -0.0202193186, -0.00646915333, 0.00785408821, 0.0077218404, 0.0112558128, -0.0191613305, 0.0135775078, -0.0188968349, 0.00690998184, -0.013019125, 0.0269639902, 0.0106680421, 0.0207042303, -0.010065577, -0.0123431887, 0.00146942725, -0.000115143397, -0.000566188712, -0.0250831228, 0.00169075967, -0.0387928784, -0.00863288529, -0.00531932665, 0.00157045037, 0.00437889341, -0.0373234525, -0.0176625159, -0.0312106349, 0.0262292773, -0.0182502866, 0.0217622183, 0.00223169266, -0.00574178714, -0.0258325301, -0.0115937814, 0.0144150816, -0.00197086926, -0.00358723919, -0.000331309915, -0.0070201885, 0.0263615251, 0.0152820433, 0.015414292, 0.00743897539, -0.0211450588, -0.0022996536, -0.000247277057, -0.0160461459, 0.00822144561, -0.00880186912, -0.0291828252, 0.0116525581, 0.0354132, -0.00383153162, 0.00924269762, -0.00479033263, 0.0184119232, 0.0111529529, 0.0132468864, -0.00228679623, -0.0125195198, 0.015237961, 0.000317534053, -0.00772918714, -0.0137391444, 0.00389765576, -0.022349989, 0.00349356327, -0.0101096593, -0.00400051568, -0.0116452109, -0.0218503829, 0.00146391685, -0.00735448347, -0.00647650054, -0.0104035446, 0.0220120195, -0.0180592611, 0.0474918894, 0.0168396365, 0.00540014496, -0.0207777, -0.0246276, 0.0155465398, 0.0285950545, -0.0131513737, -0.0045993072, 0.000551494421, 0.00203883019, 0.0114321439, 0.019425828, -0.0210715868, -0.00612016441, 0.0158257317, 0.00917657278, -0.0115129622, -0.0244806577, 0.017456796, 0.0157375652, -0.0347960368, -0.00987455156, -0.0142901801, 0.000992781832, -0.0156494, -0.00778796431, -0.011858278, 0.00339070335, 0.034913592, -0.00961740129, -0.00468379958, -0.012387272, -0.017383324, 0.0103227263, 0.00052577944, 0.0175008792, 0.0174861848, -0.032797616, -0.00131054537, 0.0337086618, -0.00100012892, -0.0179123189, -0.0167367756, -0.0197491031, 0.00864758, 0.0232757274, -0.000212033759, -0.0177653749, 0.0132762752, 0.0207483135, -0.00781000592, -0.0117701124, 0.0135187311, 0.0140109891, -0.0131293321, 0.0118876668, 0.00937494542, -0.000175527675, -0.00893411785, 0.00666385237, -0.00311518577, 0.0108443731, 0.017206993, -0.00784674194, 0.00206454517, -0.00904432498, -0.0187792797, 0.0019304601, -0.015414292, 0.00222618226, 0.00285987277, -0.00850798376, -0.0144444695, 0.0261411108, -0.0132836225, 0.00814062729, -0.00741326064, -0.0164281968, 0.00190474512, 0.0151497945, -0.00958801247, 0.0100729242, -0.00358172902, -0.00113880611, -0.0114541855, -0.0274048187, 0.012739934, 0.0207042303, 0.00421725633, 0.0119023602, -0.00328049622, -0.00330804801, -0.014606107, -0.0016705551, -0.017559655, -0.0223940704, -0.0300791766, 0.0166192222, 0.0234079752, 0.0167367756, -0.00345866429, 0.00925004482, 0.00797164254, -0.00747571094, -0.00282313721, 0.0037286717, 0.0106166117, -0.00536340941, -0.00499605248, -0.0159726739, -0.0282130037, 0.0070275357, 0.00621567713, 0.00207556598, -0.0200870708, 0.00816266797, 0.00228679623, -0.0164281968, 0.00382051081, -0.0141505841, -0.00537075661, 0.0145767182, -0.0237900279, 0.00969087239, 0.0266847983, -0.0278309528, 0.00916922558, 0.00729203271, 0.000694304355, -0.0148559092, 0.00517973118, 0.013408524, -0.00792756, -0.0240398291, -0.0143709984, 0.0134379119, 0.00645078579, -0.0136583261, 0.0111603, 0.0125489086, -0.0104623223, -0.00860349648, -0.0188380573, -0.0139228236, 0.021218529, 0.0233785883, 0.00362397498, 0.0119684851, -0.0161490049, 0.00882391073, 0.00121962465, -0.0145546766, -0.00109013135, -0.0299910102, 0.0105725294, 0.014606107, -0.00753816171, -0.0109986626, -0.00400418928, -0.0201605409, 0.00616057357, -0.0142828329, -0.00617159437, 0.0207777, -0.00811123848, 0.00626343349, 0.0133864824, 0.0053523886, 0.00936759915, -0.0169278011, 0.0116672525, -0.013055861, -0.00947780535, -0.00524585508, -0.000679150922, -0.00358356559, -0.000865125272, -0.0164428912, 0.0132248448, -0.035442587, -4.04379498e-05, 0.015414292, -0.0271403212, -0.013621591, 0.0201458484, 0.0176625159, -0.00429440103, -0.00417684717, -0.009712914, 0.015414292, 0.0244953521, 0.00530830584, -0.0121888993, -0.0159873683, 0.0138713932, 0.0199401285, 0.0280072838, -0.00106349797, -0.0109619275, -0.000601546781, 0.0138126165, -0.00403725123, -0.0241279956, 0.0167808589, -0.0128281, -0.0130779026, -0.00454420364, -0.00844186, 1.87983369e-05, -0.018617643, -0.013864046, 0.00249067927, 0.0160020627, -0.00571974553, 0.0278162584, -0.0194552168, -0.010873762, -0.000725988881, -0.0127178924, 0.0152526544, 0.0111235641, 0.00833165273, -0.0285509713, 0.0155024575, 0.0170306619, -0.00457359245, 0.00912514329, 0.017735986, -0.00894881226, -0.00615322636, -0.0191172492, -0.00425399188, 0.0202927906, 0.000472053507, -0.0163106415, 0.017383324, -0.0392043181, -0.00695406459, 0.000593281235, 0.0161196161, 0.00794960186, -0.0134011768, 0.00199474744, -0.000175986876, 0.00315375812, 0.0147677436, -0.00063782325, 0.00799368415, -1.72198506e-05, 0.0190878604, 0.00955862459, -0.00236026756, 0.0268611293, 0.00761163328, 0.013268928, -0.0219532438, -0.0132909697, -0.0209540334, 0.0177066, -0.00214536372, 0.0300938692, -0.0314751305, -0.0232463386, 0.0105725294, -0.000904616143, -0.00975699723, 0.00554708764, -0.0209834203, 0.0175155737, -0.00558749726, -0.0132395392, 0.00163749303, 0.014077113, -0.00087660522, 0.0247892383, -0.00822879281, 0.0175008792, 0.000111642032, -0.00739121903, 0.00176606781, 0.00185515184, 0.00867696758, -0.00125084992, 0.00534136826, -0.0118215419, 0.00315008475, 0.04061497, -0.0141432369, 0.0117995, 0.0160167571, 0.0214242488, -0.00956597179, -0.00977169164, 0.00993332826, 0.0132395392, -0.0146575365, 0.0105872229, 0.0110941753, -0.00513932202, -0.0274635945, 0.0234814472, -0.0200576819, 0.0199548211, 0.0215711929, -0.0192935802, 0.0339437686, 0.00427236, -0.010734166, 0.00259904936, -0.0159873683, -0.00231985818, 0.0122917593, 0.0132615808, -0.00264313235, 0.0157963429, 0.00505482964, 0.0154583743, -0.00122697174, -0.00563525362, 0.0134452591, 0.00911779609, -0.0126150325, 0.00696508493, 0.00264129555, 0.00181933457, 0.00731407432, 0.0124460487, -0.00063736405, 0.00504380884, -0.00625241315, -0.0015493274, -0.0157375652, 0.0138126165, -0.000739305571, -0.00972760841, 0.00222250866, 0.00922800321, -0.00247598486, 0.0341494903, 0.0191172492, -0.0111088697, -0.00491523417, -0.0235402249, -0.0176919047, -0.00450379448, 0.00223536626, -0.0044891, -0.0440534279, -0.0082655279, 0.00730672712, -0.010557835, 0.0226291791, -0.0253182314, 0.00719284639, -0.00123799243, 0.0169278011, -0.00660507567, -0.00236026756, -0.0240545236, 0.000956964504, 0.013055861, -0.0100949649, -0.00810389128, -0.0116892941, 0.0187498908, -0.00336498837, -0.00759693887, 0.0188380573, 0.00308947079, 0.00972760841, 0.0136583261, -0.0124313543, 0.00888268743, -0.0126664629, 0.00808919687, -0.0164281968, 0.0184119232, -0.013900782, -0.0109178443, -0.00200025784, -0.000270236866, -0.00549198454, 0.0150028523, -0.0178976245, -0.0275517609, 0.0102198664, -0.0169865787, 0.00709366, 0.021292001, -0.0121815521, -0.00978638511, -0.00740591343, -0.0268317424, -0.0206601471, 0.00850063656, 0.0205719806, -0.00983046833, 0.00346784829, -0.00183770247, -0.0055985176, -0.0011461532, 0.0185588654, -0.0036037704, -0.0103594624, -0.0160167571, 0.0163841136, 0.000928035122, -0.0218503829, 0.0155612342, 0.0196903255, -0.0146281486, 0.00193597039, -0.0160755347, 0.0210715868, -0.0240545236, 0.00489319256, -0.00531932665, 0.033150278, 0.00406296644, 0.000900024199, 0.00794225466, 0.00607608166, 0.0452877469, -0.00504013523, -0.0164869744, 0.0111382585, 0.0160608403, 0.0144371223, -0.00640670257, 0.0208217837, 0.0246716831, 0.00329335383, 0.00228679623, 0.00346417469, 0.00574546074, 0.00754550891, -0.00972760841, 0.00161820673, -0.0170747451, 0.0149955051, -0.0070275357, -0.00172014826, 0.0050915652, 0.00183035526, -0.00565362116, 0.00972026121, 0.00279191183, -0.0193964392, -0.00238965615, 0.0225410145, -0.00110941753, -0.0107562076, 0.00302150985, 0.00468012597, 0.00527524389, -0.0165457502, -0.0182796754, -0.00773653435, 0.0165310558, 0.0143122217, -0.00214720052, -0.00239516632, 0.0173392408, 0.0072846855, -0.00168616779, 0.00543688098, 0.00426868629, 0.000862829329, 0.00917657278, -0.019425828, 0.0137171037, 0.0209687259, 0.00117829698, 0.00570505112, -0.00374336587, 0.00743897539, 0.0111235641, 0.00762632722, 0.0101610897, 0.0148926452, 0.0144738583, 0.0244659632, -0.00184045767, 0.0187498908, 0.00969822, 0.0257296711, 0.0191760249, -0.0147677436, -0.0171482153, 0.00145748816, -0.00434215739, 0.00507319765, 0.00725162355, -0.00685120467, -0.00741326064, 0.000444501755, -0.0411733501, -0.0106019173, -0.00608710246, -0.0144444695, 0.0148779508, -0.00763367442, 0.00716713117, 0.0129383067, -0.0229671486, 0.0245982129, -0.00117003149, -0.001654024, -0.0293885451, -0.00300314184, 0.0203221794, 0.00659405487, 0.0208364781, -0.00384255219, -0.00112870382, 0.000338886661, 0.00634057866, 0.0170306619, 0.0117995, -0.0124680903, -0.000769612496, 0.0091398377, -0.030828584, -0.0069614118, 0.00290946593, -0.0135187311, -0.017456796, 0.00979373232, 0.000633231306, -0.017206993, 0.0122697176, 9.31593895e-05, -0.00901493616, -0.00251639425, -0.00626343349, -0.00661242241, 0.0219385494, 0.0148632564, 0.00599158974, -0.00442297617, -0.0025494562, -0.02111567, 0.0277868696, -0.017280465, 0.00129768788, 0.0117701124, 0.0328857824, -0.00734346267, -0.00507687125, 0.015135101, -0.00639200862, 0.00743162818, 0.0248186253, 0.0101096593, 0.00161269645, -0.00927943271, -0.000719100935, -0.0058373, -0.0238781925, 0.0103594624, 0.000213985346, -0.00869166199, 0.00354315643, 0.00919126719, 0.00452583609, 0.0318277925, -0.00412541721, -0.00125452352, 0.00276803365, -0.0187939741, -0.00134452595, 0.011579087, 0.0183825344, -0.0048527834, -0.0215564985, -0.00851533096, -0.0176478215, 0.0183825344, 0.0206748415, -0.0239075813, -0.00324743427, -0.00847124774, -0.0188380573, -0.0137685332, -0.000257838576, 0.0395863689, -0.0146428421, 0.00828756951, 0.00126738101, 0.00602097809, 0.00294252811, -0.00530830584, -0.0050364621, -0.00811858568, 0.00671528233, 0.00261925417, 0.0284775, -0.00654629851, -0.0200870708, -0.00489319256, 0.0072810119, 0.00605404, 0.0215564985, 0.0208658669, -0.012247676, 0.00551402569, 0.0174274072, 0.00440093456, 0.00954393, -0.0396157578, -0.00861819088, 0.00645078579, -1.58422627e-05, 0.0187939741, 0.0121154273, 0.00539279822, -0.00146759045, 0.012034609, -0.0016531056, 0.0195580758, -0.0173539352, 0.00733244186, -0.0109986626, 0.0277721751, 0.0302702021, -0.0222912114, -0.00283232098, -0.00334662059, -0.0116452109, -0.0123431887, -0.0107562076, 0.0165604446, 0.014077113, 0.00833165273, 0.0126811573, -0.0253476202, 0.00130044308, 0.0112998951, 0.000960638048, 0.0111235641, -0.0231434796, 0.0109472331, 0.0220561028, -0.0117480708, -0.000655272685, -0.00558749726, -0.00450012088, 0.00968352519, -0.00584464706, -0.00379479583, 0.00855941325, 0.0148412148, 0.000795327476, 0.00188270363, 0.013548119, 0.000178053248, 0.00733244186, 0.0323567875, 0.0201752353, -0.0213801656, -0.0114101022, 0.00544790132, -0.00640302943, -0.0171629097, 0.0187645853, -0.000636445649, 0.0010230887, -0.0258031432, -0.013900782, -0.00947045814, 0.00663079042, -0.00723325554, 0.00176147593, 0.00799368415, 0.0160755347, 0.00545892213, -0.00199107383, 0.0139669059, -0.0149367284, 0.00583362626, -0.00444869092, 0.0171922985, -0.00470216712, -1.97310783e-05, -0.0151204066, -0.018617643, -0.0105945701, 0.0361479111, -0.00690263463, 0.00938964, -0.0161049217, 0.0142460968, -0.0145105943, -0.00334662059, 0.0149881579, 0.0154289864, -0.010381503, 0.00638466142, -0.00117921538, -0.00923535, 0.00546626933, 0.0142387496, 0.000128574888, -0.019073166, 0.0262439698, -0.0135334246, -0.0173539352, 0.0142975273, 0.0150248939, 0.0112852016, -0.0158551205, -0.0130999442, -0.0148191741, -0.0173539352, -0.0060246517, -0.00403357763, 0.00132707646, -0.00576750189, 0.0257737543, -0.00844186, -0.0120125674, 0.00107176346, -0.005102586, 0.017735986, 0.0113586728, -0.00562055921, -0.0115129622, 0.0100214938, 0.00687324582, 0.00262843794, -0.0070238621, -0.0151938777, -0.00375071308, 0.0207777, -0.00483441586, 0.0166339166, 0.0113733672, -0.00380214304, 0.00172014826, -0.00298844767, -0.00627078069, -0.00942637585, 0.017104134, 0.0239957478, 0.00563892722, -0.00149973424, -0.00464339, -0.0330327228, 0.00324927107, 0.0362948515, -0.00917657278, 0.012387272, 0.00492625497, -0.0119464435, 0.0108517203, -0.0160020627, 0.00171280117, 0.0327388383, -0.00396010652, -0.0125195198, -0.0030564086, -0.00814062729, 0.0126517685, 0.00513932202, 0.0280219782, 0.00416215276, -0.00439726096, 0.00154106179, -0.0193964392, 0.00595485372, -0.0158845093, 0.0195727702, 0.0299175382, 0.00134360755, -0.0158404261, 0.0275076777, 0.0321216807, -0.0201458484, 0.00109196815, -0.00725897076, -0.0144885527, -0.0106019173, 0.0221883506, 4.60057e-05, 0.00925004482, 0.00558749726, -0.0126885045, -0.00151259173, 0.0115643926, 0.0091471849, -0.0082067512, 0.00858880207, -0.00480502704, -0.018441312, -0.00253292522, 0.0179270115, -0.0203368738, -0.0157375652, 0.00999210496, -0.00751979416, -0.00883125793, 0.00353580923, -0.00232353178, 0.00470584072, -0.0046029808, 0.0198666565, 0.035795249, -0.00656099245, 0.00792021304, -0.00483808899, -0.0156934839, -0.00416215276, -0.0213507786, 0.00795694813, -0.00588138262, 0.0019304601, -0.00334294699, -0.00817736238, -0.00235475716, -0.00261374377, -0.011895014, 0.0157963429, -0.00341641833, 0.000905993744, 0.0209246445, 0.00135003624, 0.00361111737, 0.00231802138, 0.00675201835, -0.00212883274, 0.0106019173, 0.0197050199, 0.0139154764, -0.00732509466, -0.00513564842, 0.00891942345, 0.00552872, 0.00566831557, -0.00264864252, -0.0108958026, 0.0102272136, -0.00650221575, -0.00118197058, 0.0190437771, -0.0178829301, -0.0201458484, 0.00495564332, 0.00674099755, -0.0146281486, -0.000505115604, 0.00189372431, -0.00343845971, 0.0163106415, -0.00549198454, 0.0162518658, -0.0182502866, 0.00840512384, 0.000195617497, 0.000958801305, -0.0260970276, -0.00614220602, 0.00578587, -0.00248333206, 0.017104134, -0.00775122875, -0.0104623223, 2.41795406e-05, -8.49512653e-05, 0.00722958194, -0.00117829698, 0.0222177394, -0.0102566024, 0.00791286584, -0.00546626933, 0.0228348989, -0.00483441586, 0.00238414574, 0.005102586, 0.00797164254, -0.0103080319, -0.0144665111, -0.0220267139, 0.0155759286, 0.00482706865, 0.0060356725, 0.0126664629, -0.023261033, 0.0219091605, -0.0251125116, 0.0119170547, 0.0106313061, 0.0156494, 0.0109766219, -0.00504013523, -0.00660507567, 0.00502176769, 0.0077806171, -0.0275223721, 0.0104476279, 0.0181327313, 0.0335323289, 0.0318571813, -0.00279007503, 0.0103668096, -0.0113880616, -0.0398214795, 0.00352111505, 0.00120952225, 0.0172510762, -0.00654997211, -0.0284921937, 0.0181474257, 0.0304171443, -0.0217916053, -0.00159800216, 0.0105357934, -0.029844068, -0.00573811354, 0.0052899383, -0.00569035718, -0.00775122875, 0.0149440747, -0.0115350038, 0.00444501732, 0.00432011625, 0.0020480142, 0.00260455976, 0.012563603, -0.00395643292, 0.00718182558, 0.0169424955, -0.00860349648, 0.0171629097, 0.014077113, -0.0088533, 0.0127913645, -0.00708263926, -0.0225997902, -0.00447073253, 0.010521099, -0.0137538388, 0.0139522115, -0.0121448161, -0.00147952954, 0.0048601306, -0.00414745836, -0.00364417955, 0.00591811817, -0.0178682357, 0.00197086926, -0.00636996701, -0.0225704033, 0.0139448643, -0.0114615327, -0.00445603812, 0.00841981824, 0.0132028041, 0.0032272297, -0.00357070821, -0.0219385494, 0.0034770323, -0.00307110301, -0.0194111336, 0.004099702, 0.00825083442, -0.0142093617, -0.0196462423, 0.00879452191, -0.0082140984, -0.0132542336, 0.0140330298, 0.0101757841, -0.0215711929, -0.0232169498, 0.0241279956, -0.0104990574, -0.0150248939, -0.000183448807, -0.0187792797, 0.00748305814, 3.30334151e-05, -0.00877248, 0.0183531456, 0.00366071053, 0.0166926943, 0.00421725633, 0.0120933866, -0.00403357763, 0.0195286889, 0.00649486855, -0.0204691216, -0.0198666565, -0.00889738183, 0.000604761124, -0.00351560465, 0.01287953, 0.00456257164, 0.000758591807, 0.0077218404, -0.000844920694, -0.00380581664, -0.0121742049, -0.0233492, 0.015237961, 0.0107047772, 0.00370479352, -0.00301599945, 0.0367062911, -0.000202620242, 0.0127325868, 0.014848562, -0.00231985818, -0.0367062911, 0.0189262237, 0.00847124774, 0.00285068876, 1.68898041e-05, 0.0230700076, 0.0103741568, 0.00803776737, 0.0145252887, 0.0173098538, 0.00406296644, -0.00408500759, -0.0199695155, -0.00960270688, 0.00333559979, -0.0121962465, -0.0296089593, 0.00491156057, -0.00464339, 0.0208952557, -0.00607608166, -0.0177947637, 0.000580882945, -0.0114394911, -0.00341825513, 8.47216652e-05, 0.0129089188, 0.000385035848, 0.00739121903, 0.0143636512, -0.00649119494, -0.0164281968, 0.00262292754, 0.014569371, 0.00412909035, 0.0148632564, 8.48364652e-05, 0.0118435835, -0.0286097489, -0.000837573549, 0.0141285425, 0.0169865787, 0.00466543157, -0.0309755262, -0.0120493034, -7.04291888e-05, 0.0121668577, -0.0149367284, -0.0155759286, 0.00272027729, 0.00640302943, -0.00956597179, -0.00693937, 0.0115717398, -0.00407766039, -0.00282681058, -0.00854472, 0.00772918714, 0.00446705893, 0.00368091534, 0.0162665602, -0.0017477, -0.00232353178, 0.00108278415, 0.0125342142, -0.000764561351, 0.0192935802, 0.00147677434, -0.0305346977, 0.0156934839, -0.0131734153, 0.0277868696, -0.01808865, 0.0219238549, 0.00714509, -0.013900782, 0.0225410145, 0.00246496429, 0.00144646748, -0.0162812546, -0.0011580924, 0.00632221065, -0.000439909782, -0.000258756947, 0.0301526468, 0.00397480093, -0.00253659883, -0.0172216874, 0.00663813762, -0.00630384311, 0.000174379689, -0.00789817143, 0.0112117296, 0.0132468864, -0.00498135854, 0.00556545565, -0.0230259243, -0.00449277367, -0.0229524542, -0.00330621121, -0.00277170725, -0.00809654407, 0.0213507786, -0.00368826231, -0.016222477, -0.0191613305, -0.00576382829, 0.0170894396, -0.00176698621, 0.0116378637, 0.0158110373, 0.00875044, -0.0102272136, 0.033356, -0.000586393289, 0.0137391444, 0.0153995976, -0.0110353986, -0.0205719806, -0.0193964392, 0.004856457, 0.0194993, 0.012350536, 0.0142460968, -0.0166633055, 0.0108664148, -0.0016733103, 0.00853737257, 0.00106717157, 0.0137097565, -0.00899289455, -0.015237961, 0.0118215419, -0.00351744145, 0.025053734, 0.00645078579, 0.0123138, 0.0216740519, -0.0108664148, 0.00318131, 0.00540749216, -0.0188380573, 0.00709366, 0.00126829941, 0.0168984141, -0.00623404514, 0.00825083442, -0.00877248, 0.00798633695, -0.00183219207, -0.00620098319, -0.0187351983, -0.0159579795, 0.00810389128, -0.00404092483, 0.0265084673, -0.0307110287, -0.00719284639, -0.00930882152, -0.0117113348, -0.0136289373, -0.00979373232, 0.01136602, 0.000750785461, -0.0264937729, -0.0103521151, 0.00789817143, 0.0198519621, -0.0187058095, -0.0139889475, 0.0263468307, 0.0078247, 0.0091398377, 0.010418239, 0.00246863789, -0.000784766, 0.0153702088, -0.00656099245, -0.000186318779, -0.000596036436, -0.00448542647, 0.00802307297, -0.0122623704, 0.00688059302, 0.00836838782, -0.000656191085, -0.00289109815, 0.00552504649, 0.00973495562, -0.00644711219, 0.010557835, 0.00853002537, -0.00930147432, 0.0374410078, 0.0058373, 0.0125195198, 0.00544790132, 0.00670793559, -0.0151057122, -0.0180739556, -0.044347316, -0.0131072914, -0.011050093, -0.0103961974, 0.00413643755, -0.00817001518, 0.000209048987, -0.0145914126, 0.000414654, 0.00156218489, -0.0341494903, -0.0165457502, 0.0141799729, -0.0193964392, 0.00658670766, 0.00580791105, -0.00757489726, 0.00377275445, -0.00182484498, 0.0291975196, 0.00196903246, -0.0107929427, 0.00792756, -0.00228495942, 0.00133809715, 0.0160167571, -0.0295060985, -0.000572158257, 0.00842716545, -0.0147163142, 0.00800837856, -0.0228202045, -0.01836784, -0.00499972608, 0.0197050199, 0.0072810119, -0.012284412, 0.00270558288, -0.00714141643, 0.0142901801, -0.0148559092, 0.0368238464, 0.0199989043, -0.0107415132, -0.0157375652, 0.0129236123, -0.00206638197, 0.00338335615, -0.00785408821, 0.00734346267, -0.00139320071, 0.00110574404, -0.00403357763, -0.00261558057, 0.00295171188, -0.0182355922, -0.0183825344, -0.00675569195, 0.00906636566, -0.00124993152, -0.000360468868, -0.0134893423, 0.000419016375, -0.000703029102, -0.00666017877, 0.00195250148, 0.00534136826, 0.0201899298, -0.00103227259, 0.0119244019, 0.0218503829, 0.019425828, -0.00240986072, 0.0466984, 0.00987455156, 0.0294326283, 0.00725897076, -0.0140844602, 0.00878717471, 0.0182796754, 0.0130264722, -0.0193964392, -0.0140477242, 0.00707896566, -0.00421725633, 0.00297742686, 0.0258178376, -0.0215271097, 0.00822879281, -0.0242014676, 0.00440460816, -0.000787062, -0.0104035446, -0.019425828, -0.017456796, -0.000630935305, 0.00131330057, 0.0217622183, -0.0016723919, -0.00497033773, -0.0156640951, -0.00883125793, -0.0138713932, -0.0101904776, 0.0117333764, -0.0087137036, -0.0272872634, 0.0163841136, -0.00239332952, 0.00135830184, 0.0141873201, -0.00407766039, -0.000734713627, -0.00278823823, -0.00108737615, -0.00520911952, -0.00689896103, 0.00433848379, -0.0211597532, 0.00556545565, 0.00175412872, 0.0112190768, -0.0018000484, 0.0220120195, 0.00522014033, 0.0146208014, -0.0078247, 0.00200025784, -0.00736183068, 0.0152232666, -0.0197050199, -0.0171335209, -0.0074683642, -0.00723692914, -0.0289918, 0.0082802223, 0.0218944661, -0.00556178205, 0.00236761454, -0.00699447375, -0.00328233303, 0.00362030137, -0.00918392, 0.00122697174, -0.0189996939, -0.0215564985, 0.00526054949, 0.00391602376, 0.0266407151, 0.0160314515, 0.00717080478, 0.00145748816, -0.0276252329, -0.0234079752, -0.00642139697, -0.00729203271, -0.0045956336, 0.0158992037, 0.0153849032, 0.00496666413, 0.0082728751, -0.0190584715, -0.0077144932, -0.0380875543, -0.00375438668, -0.0050989124, 0.0161049217, -0.000870635617, -0.00574178714, -0.0251859836, 0.00458093965, 0.00598424254, 0.00265047932, 0.00687324582, 0.0181033444, 0.011226424, -0.00710100727, 0.00662711682, 0.00916187931, -0.0271844044, -0.0104990574, 0.00890472904, 0.0151497945, 0.00684385747, -0.00551769929, 0.00822144561, 0.00170269888, -0.0125856446, 0.0203515682, 0.00575280748, -0.0185294785, 0.0116452109, 0.0112705072, 0.00855206698, 0.0121595105, -0.0288007744, -0.00883125793, -0.00652058329, -0.00397480093, -0.0308579728, 0.0025531298, 0.00585934101, 0.0183972288, 0.00933821, 0.00507319765, 0.0378818326, -0.00390867656, -0.0351487, -0.00166779989, -0.0167661645, 0.0214536376, -0.026185194, 0.0170012731, -0.00378744863, 0.0327388383, -0.0065352777, -0.0232757274, -0.0156053174, -0.00578587, -0.029770596, 0.0427309461, -0.00225006044, 0.0124607431, -0.0244071875, 0.00414011115, -0.00844186, -0.0159726739, -0.00972026121, 0.0065279305, 0.00130595348, -0.0214095544, 0.00597322173, 0.0152232666, 0.00685487827, 0.0318277925, 0.0120493034, 0.0262733586, 0.0111456057, 0.00166228961, -0.0153702088, 0.00851533096, -0.00852267817, 0.0166339166, 0.00344029651, -0.0129162651, -0.0114909215, -0.00803042, -0.00896350574, -0.00362213817, 0.00519809872, 0.00439726096, -0.0126958517, 0.00985251, -0.0147089669, 0.00208658678, -0.0285656657, 0.00446338532, 0.0208364781, 0.00576750189, -0.00389030855, -0.0223059058, -0.00479033263, 0.0224822368, 0.0019194393, 0.015061629, -0.00641772337, 0.000208015801, -0.0131807625, 0.0103961974, 0.0184853952, -0.0176037382, 0.039939031, -0.018617643, 0.00716345804, -0.000306972535, -0.0295060985, 0.00631486345]
|
16 Nov, 2020
|
HTML5 MathML align Attribute
16 Nov, 2020
This attribute holds the alignment of the tables. Possible values are axis, baseline, bottom, center and top. This attribute can be accepted by many tags like <mtable>, <munder>, <mover> and <munderover> tags.
Syntax:
<element align="axis|baseline|bottom|center|top">
Attributes value:
axis: This attribute defines the row alignment for the table accepted int numbers.
baseline: This attribute set the alignment of the table at baseline.
bottom: This attribute set the alignment of the table at bottom.
center: This attribute set the alignment of the table at center.
top: This attribute set the alignment of the table at top.
Below example illustrate the align attribute:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML align Attribute</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML align Attribute</h3>
<math>
<mi>GeeksforGeeks</mi>
<mo>=</mo>
<mtable frame="solid"
rowlines="dashed" align="axis 3">
<mtr mathbackground="green;">
<mtd>Course</mtd>
<mtd>Fee</mtd>
</mtr>
<mtr>
<mtd>
<mi>C++ STL</mi>
</mtd>
<mtd>
<mi> 1499</mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>Placement 100 </mi>
</mtd>
<mtd>
<mi>9999 </mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>DSA Foundation </mi>
</mtd>
<mtd>
<mi>7999</mi>
</mtd>
</mtr>
</mtable>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML align attribute are listed below:
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute/HTML5 MathML scriptsizemultiplier Attribute/HTML5 MathML selection Attribute/HTML5 MathML separator Attribute/HTML5 MathML rspace Attribute/HTML5 MathML stretchy Attribute/HTML5 MathML subscriptshift Attribute/HTML5 MathML supscriptshift Attribute/HTML5 MathML symmetric Attribute/HTML5 MathML voffset Attribute/HTML5 MathML width Attribute/HTML5 MathML Complete Reference/HTML5 MathML Attribute Complete Reference/HTML5 MathML align Attribute
|
https://www.geeksforgeeks.org/html5-mathml-align-attribute/
|
NextJS
|
HTML5 MathML align Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, HTML5 MathML stretchy Attribute, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, HTML5 MathML Complete Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, HTML5 MathML Attribute Complete Reference, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, HTML5 MathML voffset Attribute, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, HTML5 MathML align Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, HTML5 MathML rspace Attribute, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML separator Attribute, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, HTML5 MathML subscriptshift Attribute, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, HTML5 MathML supscriptshift Attribute, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, HTML5 MathML selection Attribute, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML width Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, HTML5 MathML symmetric Attribute, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, HTML5 MathML scriptsizemultiplier Attribute, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0216361452, 0.0193524119, -0.0130647318, 0.0223924462, 0.0606523901, 0.0135170296, -0.0108922198, 0.0314680599, 0.0054386952, -0.000360077218, 0.00566855166, -0.00104640203, 0.00434131688, -0.0049752756, -0.0095724, -0.0204053018, 0.00679558842, 0.0243499316, -0.0141769396, -0.00451556314, -0.025121063, -0.0211616028, -0.0192041174, 0.0382896, -0.0617497675, -0.0114705674, -9.98669784e-05, -0.00884575769, 0.0202718377, 0.00349974656, -0.00515693612, 0.000472456537, 0.039446298, -0.0173949264, -0.0449925065, -0.0103954338, 0.0200345665, 0.0467127189, -0.015837837, 0.00382970157, 0.0127533143, -0.00219846377, 0.00841570459, 0.00591323711, -0.00561664859, -0.0254769698, -0.0401877686, -0.0270192306, -0.021828929, -0.0242016371, 0.0275530908, 0.00474171201, 0.0173800979, 0.00234119711, -0.0234601665, 0.024068173, 0.0285318326, 0.0351754203, -0.00243573473, 0.0080375541, 0.0253138449, -0.0244685672, -0.0177211743, -0.0258477051, -0.0440730788, -0.0228076708, -0.00811911561, 0.0164458435, -0.0314977206, -0.000307247363, -0.0252545271, 0.0319426022, -0.00718856836, -0.00758525589, -0.0347601958, -0.024987597, 0.00894215, -0.00869004894, 0.0107735842, 0.022155175, 0.0247206688, -0.00295847235, -0.0584576316, 0.0287839323, 0.00960947387, 0.0235491432, -0.0145625053, -0.0425901376, -0.0268116184, 0.00477878517, -0.0322095342, -0.00515693612, -0.00825258065, -0.00760008534, -0.00827482436, -0.00790408906, -0.00206314516, 0.000127092891, -0.0276717246, -0.010336116, 0.00228187931, 0.0468313545, -0.00959464442, -0.00257105334, 0.013828448, 2.3663375e-05, 0.0232377239, 0.00567225879, 0.0256400928, 0.010469581, 0.0176766869, -0.0141695254, -0.00015130658, -0.0178991277, -0.0472465791, 0.00655461, -0.0189371891, -0.0702915192, 0.0507463254, -0.00513098435, -0.0800196305, -0.0205832552, 0.0182253756, 0.0221255161, -0.0129535114, 0.00647304812, -0.0271082073, -0.00314013287, 0.0215471685, -0.00694388291, -0.0214878507, 0.0208056979, -0.00757413404, -0.0346119, 0.0302372184, 0.0128645347, 0.0107439253, -0.00357945473, -0.0137987891, -0.00183514261, -0.0565594658, -0.0291991569, 0.0154819302, 6.54001269e-05, -0.0393869802, -0.0233860184, 0.0124863843, 0.0472465791, 0.00573157659, 0.0115002263, -0.034433946, -0.0224665944, 0.0169797037, 0.00224851305, 0.0390607305, -0.0308748838, -0.00294549647, 0.0261146352, -0.00698466366, -0.0042931214, 0.0173949264, 0.00207982818, -0.00350345392, 0.0425604768, 0.0178249814, 0.0360058695, 0.0038074574, 0.0161789134, -0.0272268429, 0.0512505285, -0.0116336914, -0.011655936, -0.0183736701, -0.0461492, -0.0267819595, 0.00898663793, 0.049678605, -0.0132945888, 0.0193969011, -0.0314977206, -0.0363617726, -0.0292288158, 0.0215471685, 0.0342559963, 0.000235185566, -0.0160899367, 0.0144142108, -0.00585762691, 0.00368511467, 0.0342559963, -0.0340187252, 0.0195155367, 0.0230004527, -0.00179158105, 0.0384675525, -0.0252990164, -0.0189223588, 0.00980967097, 0.0240385141, -0.0232525542, 0.00348491711, -0.0172911212, -0.00868263375, -0.0170241911, 0.0187295768, -0.015704371, 0.0117671564, 0.00384453102, 0.0226297174, -0.00131240499, -0.018566452, 0.00236529484, 0.00969845057, 0.00285466621, -0.0408699214, 0.0206277445, -0.00980225671, -0.00969845057, 0.032298509, -0.0512208678, 0.0647749677, 0.000877717161, -0.0246910099, -0.00871229265, -0.057745818, -0.0083563868, -0.00483068824, -0.015014803, -0.0382302813, 0.000964840117, -0.00949083827, 0.0244240798, -0.00641373079, 0.0134947859, 0.0465051085, 0.0155115891, 0.00966137648, -0.0160751082, 0.0260553174, 0.0189816765, -0.040069133, -0.0100024538, -0.0127829732, -0.0177508332, 0.0200197361, 0.00401136233, 0.00331067131, 0.00462307641, 0.0340187252, -0.0116262771, 0.0338407718, -0.0447552353, 0.00963913277, -0.024527885, -0.0116336914, 0.0316460133, 0.0107809994, -0.00208353554, 0.0135911768, -0.0098245, 0.0240533426, 0.008067213, -0.0215471685, -0.0010686462, 0.0211171154, 0.00566855166, 0.0463864729, -0.0154374419, 0.00692905346, -0.00897180848, -0.0208056979, -0.0188333821, 0.0442510322, -0.0141398665, -0.0146440668, 0.0191892888, -0.0335441828, -0.0181660578, 0.00523849763, -0.0370142683, -0.00104084099, 0.000617738639, 0.0386158489, 0.0351161025, -0.00210021879, 0.00486776186, 0.0109441234, -0.0163123775, -0.0275975782, -0.0184329879, -0.00557957496, 0.0049456167, 0.0288432501, 0.0194710474, 0.00756301172, -0.00848985184, -0.0128867785, -0.027953485, 0.0131759532, -0.0268412773, -0.0364507511, 0.00590582239, -0.0201532021, -0.0497972406, -0.0107587548, 0.00325506087, -0.00245983247, 0.00656202482, -0.0116336914, -0.0481066853, 0.0159119833, -0.0230004527, -0.000610323914, -0.0203904733, -0.0323578268, -0.00214099977, 0.0113815917, -0.0405140147, -0.00750740152, 0.00687715039, -0.00711442158, 0.0188333821, -0.0193524119, 0.0349381492, 0.0138506917, -0.00299183838, 0.0204942785, -0.0351457596, -0.00441917172, -0.0242906138, -0.0984081328, -0.0251655504, -0.00940186158, 0.01942656, -0.00937961787, -0.0703508407, 0.0345229246, -0.0183736701, -0.0290805213, -0.00290656928, -0.0448738709, 0.00113074447, 0.00557216024, 0.0259811692, 0.0113815917, -0.0188037232, -0.0110924169, -0.00727013033, 0.0221996643, 0.0223776177, 0.00105196307, 0.0205980856, 0.0414037816, -0.000842033827, 0.0276272371, -0.0193524119, -0.0216806345, -0.0282055847, -0.0336924754, -0.00926839653, -0.0283835381, -0.0252100397, 0.00624689925, -0.0330399796, -0.00751852337, -0.0512208678, -0.0084082894, -0.00356462551, 0.02857632, -0.0178991277, -0.0616311319, -0.0216658041, 0.0492633842, 0.0110256849, -0.00283427583, 0.0101433331, 0.0189816765, -0.0296737, -0.0150963645, 0.00791150331, -0.0412258282, 0.0247058384, 0.0421155952, -0.0254769698, 0.0140879629, -0.0104918247, 0.0209836494, -0.0184774753, -0.00600221381, 0.0137246419, -0.00381857948, 0.0463568121, -0.0161789134, -0.0113815917, -0.00444512302, -0.0215916578, -0.0118932072, -0.0113815917, 0.0336035, -0.026470542, 0.0465051085, -0.0150889503, 0.0275086015, 0.0136060063, 0.0321502164, 0.0166979432, -0.0422638878, -0.00442658644, 0.0471576042, -0.0148442639, -0.0117819859, -0.00592065183, -0.0143029895, -0.0374591537, 0.0183291808, 0.011225882, -0.0299554579, 0.0248096436, -0.0221700054, 0.0153929535, 0.0587542206, -0.0184181575, -0.0209836494, -0.0275679193, 0.00689939456, 0.0240088552, -0.0442806929, 0.000983376871, 0.00596884731, 0.0174245853, 0.00178138586, 0.00865297485, 0.0143400636, 0.0208501853, -0.0146292374, 0.00774838, 0.0612752251, 0.0200642254, -0.00904595573, 0.00933512952, -0.0192337763, -0.00488629891, -0.0164903309, 0.0212802384, -0.0461195409, -0.000247929624, 0.015541248, -0.00215026806, -0.00523108337, 0.049352359, 0.0120637454, -0.00619128905, -0.0378743783, -0.0198269542, 0.0212209206, -0.0020279251, 0.0268709362, -0.0115966182, 0.0113519328, -0.0106104603, -0.0400987901, -0.0115669593, 0.0319426022, -0.0036628705, 0.0605337545, -0.0466534, -0.0543943681, 0.0240385141, -0.000426114537, -0.00220031734, -0.00910527259, -0.0557586737, 0.0191596299, 0.011982183, -0.0134280529, 0.0269154236, -0.00553508662, 0.00255437, -0.0133168325, 0.00481585879, 0.011982183, 0.0115447147, -0.0179732759, -0.0396242514, 0.0113371033, -0.0303113647, -0.00375740812, 0.00998021, 0.00235788012, 0.0294067692, 0.0237419251, 0.0221106876, 0.00324764615, -0.0177953225, -0.0040336065, 0.00414112, -0.0014477236, -0.0150963645, -0.0300296061, 0.00114928116, -0.0161640849, 0.021398874, -0.0186554287, 0.0213543866, 0.0101804072, 0.0291546695, -0.0589914918, 0.0396539085, -0.00689568743, 0.0191596299, 0.00232636766, -0.0294216, 0.0491447486, 0.0151705118, -0.00153206603, 0.00978001207, 0.00354052754, 0.0234305076, 0.0150889503, -0.0257883873, -0.0120340865, -0.0236826073, -0.019589683, 0.00534601137, 0.0262332708, 0.011129491, 0.0242016371, -0.0142733315, -0.0314384028, -0.0275827497, -0.0161047671, -0.0169945322, 0.0226593763, 0.0423528664, -0.0397132263, 0.0282204151, -0.0290953517, 0.00630992465, 0.0185219646, 0.0248837918, -0.0368956327, 0.00430795085, -0.0141324513, -0.0153781241, -0.0434502438, -0.0192634352, 0.0147404587, -0.00072525203, -0.00423009647, 0.00557957496, 0.0339000896, 0.00254695537, -0.0164458435, -0.0188037232, -0.0124715548, -0.00586504163, -0.039149709, -0.0178694688, -0.00284725148, 0.00486776186, -0.00716632418, -0.0117152538, 0.0304003414, 0.013531859, -0.00562035572, -0.0297181867, -0.0238605607, 0.00994313601, -0.00173967809, -0.0109886108, 0.00634699827, -0.0247799847, 0.0890952423, 0.000233100174, -0.0165199898, 0.0030882298, 0.00717003178, 0.000835545943, 0.00233934331, -0.0269599129, -0.015244659, -0.0462085195, 0.033217933, 0.020049395, -0.0025135891, 0.00556474552, -0.0214730222, -0.0414037816, -0.0336331576, -0.00198343699, 0.00563889276, 0.0376074463, -0.00210948708, -0.0172318034, 0.0172021445, 0.0343153104, -0.0205980856, -0.00809687097, 0.0250914041, -0.0272861607, 0.0149999736, 0.0182995219, 0.0330992974, 0.0247206688, -0.00748144975, -0.00949083827, 0.00894215, 0.00230597705, 0.0039149709, 8.01716305e-05, -0.0288877394, -0.00746291317, 0.0105288988, 0.000506981276, -0.0381116457, -0.0298368223, 0.0153039768, 0.013694983, -0.0136430804, -0.00607265346, 0.0349084884, 0.00655461, -0.00734427758, 0.0025154429, 0.0315570384, -0.0169945322, -0.00203719363, 0.00732944813, 0.0135911768, -0.0523182452, -0.0148442639, -0.0236826073, -0.0167720914, 0.00310491282, 0.0565298051, -0.00305671734, -0.0365693867, -0.0228225011, 0.00496415328, 0.00593177415, 0.0062913876, 0.0193820707, -0.00609860523, 0.0388531201, -0.00573528372, 0.0180177633, 0.00415224163, 0.0279386546, 0.00834897161, 0.0293622818, 0.00309749809, -0.00672514876, 0.0198714435, -0.00716261705, -0.00156357849, 0.0317646489, -0.0284576863, 0.0206574034, -0.0071477876, -0.00460453937, -0.0258921925, -0.0286059789, 0.0228966475, 0.0121749658, 0.0107958289, -0.0329510048, -1.55245652e-05, -0.00727013033, -0.0169797037, 0.010603046, 0.0162530597, -0.0391793661, 0.0192930941, 0.0237122662, 0.0342263356, -0.0253435038, 0.00691422401, 0.041581735, -0.0199307613, 0.0514284782, -0.00694017531, -0.00484181056, 0.0196193419, 0.0189371891, -0.0180622526, -0.00619499618, -0.0263963938, 0.0178843, 0.000648324378, -0.0295402333, 0.0387344845, -0.0042338036, 0.0254621394, 0.0174542442, 0.0125827752, -0.0146885552, 0.0158674959, -0.00536084082, 0.00786701497, -0.0492633842, -0.00264334679, -0.0311418138, -0.000562128262, 0.00113074447, -0.0145995785, 0.0266040061, 0.011655936, -0.0183884986, -0.016460672, -0.0180029348, -0.0119599393, 0.00963171758, 0.0213840455, 0.019886272, -0.00530152302, 0.00433019502, -0.0104028489, 0.0178843, -0.0435688794, 0.00544981752, -0.0182253756, 0.00545723224, 0.0177508332, -0.0250172559, -0.000471761392, -0.00309379096, 0.0133316619, -0.00027295429, -0.000309564464, -0.00826741, -0.0201235432, -0.0134280529, -0.0119376946, -0.00400765473, 0.00320130424, 0.051487796, 0.0147997756, 0.0165644791, -0.0104992399, -0.0112629561, -0.0295847226, 0.0467720367, 0.00295105763, -0.00683266204, 0.0277013835, 0.00608377578, 0.0119599393, -0.00751110865, -0.00536084082, 0.0195303652, -0.0035738938, -0.00452297786, 0.0345822424, -0.0216658041, 0.0394759551, -0.03043, 0.00311047398, -0.00871970784, 0.00439692754, 0.00207982818, -0.0689865276, 0.0139322542, 0.00333106192, 0.000300527754, 0.000230783073, 0.000508834957, -0.0119154509, -0.0236232895, 0.0107068522, 0.023771584, -0.0129831703, -0.0204942785, 0.050242126, 0.00902371109, 0.0131981969, 0.00727013033, -0.0359465517, 0.00260812696, -0.00381857948, 0.000208886486, 0.00853434, 0.0199752487, -0.015177927, 0.0139544979, -0.00385194574, 0.00259885844, 0.00545723224, -0.0125160431, -0.00468610134, 0.0296440404, 0.0397725441, 0.0275382604, -0.00831931271, 0.00269710342, 0.0160602778, -0.0129683409, -0.00963171758, 0.00779286819, -0.0306969304, -0.0269450825, 0.0253435038, 0.0214285329, 0.0150963645, -0.0307265893, 0.0152594885, -0.0141769396, 0.0191744585, 0.0172466319, -0.0401877686, -0.00695500476, -0.0317646489, 0.00302705844, 0.00437097577, -0.0067511, 0.012545702, 0.00955757, 0.0157340299, -0.00126050191, 0.0110553438, 0.0177211743, -0.0105808014, 0.00845277775, -0.0321798734, 0.00276012858, -0.0120785749, 0.0287542734, 0.00728496, -0.00745549845, 0.0457339771, -0.0221848339, 0.010336116, -0.0395352729, -0.0155857364, 0.049026113, -0.0259811692, 0.0221996643, -0.0119376946, 0.0263074171, -0.0275382604, 0.0383489169, -0.0111962231, -0.0198121257, -0.00901629683, -0.00258402899, -0.00961688813, 0.00651753647, 0.0166534558, -0.0229559653, 0.0402174257, 0.0203311555, 0.0482549816, 0.0516657494, -0.0294216, 0.0181957167, 0.00304374145, 0.0161937419, -0.0531486943, 0.00692905346, 0.00800048, -0.0116188619, -0.0060911905, 0.0125679458, 0.0121527221, -0.0252990164, 0.0110479286, 0.0120044276, 0.0304893181, -0.0252396986, 0.00906819943, -0.00929805543, 0.0211171154, 0.0169203859, 0.0396835692, 0.0370735861, -0.000174477565, -0.00716632418, -0.0211319439, 0.0268412773, 0.0251655504, 0.00906819943, 0.0271675251, 0.0192189477, -0.0260553174, -0.00842311885, -0.000264612725, 0.0291991569, -0.0373701751, 0.000917571306, -0.0235046539, -0.044013761, 0.00792633276, -0.0374591537, 0.0381413065, -0.00802272465, 0.00172484864, 0.0521106347, 0.00446366, -0.00253027235, -0.0211912617, 0.017810151, 0.00819326285, -0.0382302813, 0.00738505833, -0.0346119, 0.011589203, -0.0269005951, -0.0155560775, 0.0214433633, -0.0113667622, 0.0213840455, 0.0129757551, -0.0159119833, -0.0119080357, -0.0162382312, 0.0404546969, -0.0359465517, 0.00425604777, -0.0119673535, -0.0134577118, 0.00854917, 0.00966879167, 0.000298210653, -0.0117968153, 0.0270044, -0.0230746, 0.0183291808, -0.0210577976, -0.0124863843, -0.0211616028, 0.0116855949, -0.0136504946, 0.00965396222, -0.000979669509, -0.00541274389, 0.000509298407, -0.0235194843, -0.0410775356, 0.0241868086, -0.0565594658, -0.0278200191, 0.0279831439, -0.00899405219, 0.0226742066, -0.00952049717, -0.0232525542, -0.0148590934, -0.0307859071, 0.0137023982, 0.00877161, 0.0312011316, 0.0457932949, 0.00801530946, -0.0208650157, -0.00653236592, 0.0292733051, -0.028872909, -0.00527186412, 0.00372774922, 0.0177656636, -0.0121749658, 0.00255437, -0.00524591235, 0.00557586737, 0.0159268137, -0.00201865681, -0.00651753647, -0.0109663671, 0.00664729439, 0.0160306189, -0.00628026575, 0.0258180462, 0.00200938853, 0.00447478192, 0.00576494262, -0.0118116448, -0.0124344807, 0.00365174841, -0.0138803506, 0.0243795905, 0.0228076708, 0.0203608144, 0.00375740812, 0.00149499241, 0.00791891851, 0.00679188129, 0.00994313601, 0.0602371655, 0.0141027924, -0.00682154, 0.022288641, 0.0193524119, -0.000754910929, -0.0330399796, -0.0129609257, 0.0086381454, 0.00529781543, 0.0272861607, -0.0223479588, 0.000806813943, -0.0269599129, -0.0247651562, -0.0362727977, 0.0237122662, 0.0266781524, -0.0300889239, 0.0028639345, -0.013991572, -0.00421526702, 0.0114779826, -0.0120192571, 0.00808945671, 0.0349084884, 0.0103435311, -0.0131537085, 0.0214878507, 0.00460824696, -0.0205387678, 0.00234675803, 0.00933512952, 0.027849678, 0.00121045264, -0.00633216882, -0.00930547062, -0.0498862192, 0.00357574737, -0.00574269844, -0.00322169461, -0.0193969011, 0.0156153953, -0.028116608, 0.00572786899, 0.0159268137, 0.0130647318, 0.00539420685, -0.020182861, -0.00563889276, -0.0298961401, -0.0500048548, -0.0164903309, -0.0117078386, 0.00825999491, 0.00405214308, -0.00670290459, 0.00709959213, -0.0252396986, -0.0177656636, 0.00113908597, -0.0086381454, -0.0112184677, -0.00640260847, 0.0227631833, 0.0111146616, 0.0145180169, -0.0301927291, 0.0290953517, -0.0059169447, 0.00867521949, -0.0286504682, 0.0127310697, 0.0216806345, -0.00297515537, -0.00956498552, -0.00699207839, -0.00921649393, -0.0159713011, -0.0181957167, 0.0386455059, 0.0119970124, 0.0172614623, 0.0135763474, -0.0147627024, -0.00843053404, -0.00880868454, -0.00437468337, 0.0026322247, 0.0239643659, -0.012871949, -0.0125605315, -0.00273788441, -0.0340187252, -0.00174153177, -0.00378521322, -0.0150889503, 0.0182105452, 0.00150148023, -0.0184181575, -0.00374072487, 0.0165496487, -0.0144661134, -0.0236232895, -0.0232673828, -0.00280461693, -0.000198111986, 3.32214113e-05, -0.00955015607, -0.0160306189, 0.017647028, 0.063944526, 0.00260998053, -0.0255659465, -0.0155857364, -0.00399653288, 0.000754447479, 0.00384823838, -0.00139211316, 0.00788926, -0.00427829195, 0.00797082111, 0.0131759532, 0.020642573, 0.0507166684, -0.0122268694, -0.0133390762, 0.0208353568, -0.00612826413, 0.0225704, -0.0367769971, -0.00493078725, 0.0104250927, 0.00551654957, 0.018403329, 0.019322753, 0.00388901937, 0.0271675251, 0.0177656636, -0.0185219646, -0.014058304, 0.0029733018, -0.0198417846, 0.0214433633, -0.00140879629, -0.0148294345, 0.0483143, -0.0168758966, -0.00142084528, -0.0247503277, 0.00943152048, -0.0139767425, -0.0153336357, -0.0295254048, -0.00960205868, 0.00221329322, 0.00162567676, -0.0173652675, 0.0167720914, -0.0049456167, 0.0169797037, -0.0269154236, 0.00374257867, 0.0137839597, 0.0152743179, -0.000472224812, 0.00290100812, -0.0158081781, -0.0106475344, 0.0102323098, -0.0253435038, -0.0116336914, -0.0275382604, 0.00710329926, -0.000601518957, 0.00920907874, 0.00524591235, -0.00240236847, -0.00212431652, 0.0137691302, 0.0095724, -0.00301222899, 0.0258921925, 0.0341670178, -0.0139841568, -0.0219327342, -0.0222441517, -0.0121601364, 0.0100172833, 0.0201383717, -0.0100469422, -0.0160899367, 0.00893473439, -0.0119080357, 0.0474541932, -0.0195007063, 0.00395204453, -0.000176562957, -0.0226742066, -0.00779286819, 0.00488629891, 0.00768906204, 0.00206870609, -0.0212950688, 0.00375370076, -0.00149684609, -0.00359428418, 0.0063247541, 0.0411665104, -0.00380375, -0.0276717246, -0.00222256151, -0.000475932175, 0.0149925584, 0.00615421543, -0.000150379739, -0.0209539905, 0.0125308726, -0.00925356708, -0.0179287866, -0.0021169018, 0.000871229277, 0.0240533426, 0.00898663793, 0.00375184696, 0.0149258263, -0.0308452249, -0.00608748291, 0.00905337, 0.0169945322, 0.00777803874, -0.00145513832, 0.0123380898, 0.0117894011, 0.0175432209, -0.0155560775, -0.00724788615, -0.00435614632, -0.0255362876, 0.0138136186, 0.00265446887, 0.00270822551, -0.015177927, 0.0109144645, 0.00410033856, 0.0114186648, 0.0194562189, -0.00240236847, 0.00524591235, -0.0250172559, 0.00261368789, 0.0185071342, 0.0175580513, 0.0277013835, -0.0234453361, 0.00966137648, 0.0219030753, 0.0250617452, 0.0211912617, 0.0219623931, -0.00244314945, -0.0301779, -0.0421155952, 0.0233267, -0.00961688813, -0.00116225693, -0.0426791124, 0.0101581626, -0.000753057247, 0.0177063458, -0.00712554343, 0.0251655504, -0.00389643409, 0.0217992701, -0.0018064105, -0.0272268429, -0.00255251653, 0.0211467743, -0.00757042645, 0.00676592952, -0.0309342016, 0.0084082894, -0.00365730934, -0.000461102754, 0.00179806899, -0.0107513405, 0.0333958864, 0.0172911212, -0.0242016371, 0.0133464914, -0.0013689422, 0.0166682843, 0.00525703467, -0.0325357802, 0.0165644791, -0.0114186648, -0.0263667349, 0.00819326285, 0.013168538, -0.024824474, -0.0231635775, -0.00732944813, 0.0123603344, 0.0137320571, 0.00945376512, 0.00480102934, -0.00353311282, 0.0195155367, -0.00154133444, 0.00335886702, -0.0211764332, 0.00234119711, 0.0538901649, 0.0349381492, 0.0235936306, 0.00751481624, 0.00214285334, 0.0185961109, -0.0136208357, 0.0155857364, -0.0182846934, 0.00767423259, -0.0152594885, 0.0137913749, -0.008067213, -0.0324171446, 0.0182550345, 0.0383489169, 0.0221403465, 0.0037481396, 0.0361541621, -0.0106104603, 0.000556567218, 0.0118042305, 0.0085788276, -0.0165199898, 0.0109737813, -0.0106401192, -0.00192597287, -0.00109645131, -0.00352384453, 0.0241571497, 0.0371032469, -0.00897180848, 0.0162827186, 0.0244092494, -0.0322095342, 0.0137543008, -0.00637665717, 0.0131092202, -0.00879385509, 0.00677334424, 0.0105585577, -0.0112407114, -0.00299554574, -0.00898663793, -0.000296357, -0.00203163247, -0.00222997623, -0.00621353323, -0.00218919525, -0.00485293241, 0.00245427154, -0.00477137044, -0.0314087421, -0.0173949264, 0.0167869199, -0.00707734795, -0.00824516546, -0.00895697903, -0.0165348202, 0.0171873141, 0.0288135912, 0.000390662928, -0.0095724, 0.00742954668, 0.0175728798, 0.00641743792, -0.0216064863, 0.0110108554, -0.0220661983, -0.0137172276, -0.000909229741, -0.002913984, 0.00968362112, 0.0283687096, 0.0257142391, 0.00424863305, 0.019129971, -0.0171724856, -0.00838604569, -0.00764457369, -0.0150370467, -0.0076075, -0.0175728798, 0.00712925103, -0.00125308719, -0.00364618725, 0.00301037519, -0.0164310131, -0.00175450754, 0.0166237969, -0.0144216251, 0.00502347108, -0.0176915154, 0.00348120974, 0.0149999736, -0.00551284244, -0.0119673535, -0.0135096153, 0.0020297789, 0.0172021445, 0.0064359745, 0.0232525542, -0.0191151407, -0.0093203, -0.00248207664, -0.00590953, -0.014651482, 0.0180622526, -0.025284186, 0.0081487745, -0.0189816765, -0.00495673856, 0.0162678901, -0.0115595441, -0.000574177189, -0.0181215685, -0.00840087514, 0.00460083224, -0.000763252494, -0.0204942785, -0.00698095653, -0.0199752487, 0.00285652, 0.00799306575, -0.0211616028, -0.000362626015, -0.00476024859, -0.0120934043, -0.0217547808, 0.00166831142, -0.00106123148, -0.0388234593, 0.0314977206, 0.0197972953, 0.0206574034, 0.00512727723, -0.0207315497, 0.00582426041, -0.0173800979, -0.0158674959, 0.0316460133, -0.0191003121, 0.00871229265, -0.0205535963, -0.00923132338, -0.017647028, 0.00465273531, -0.0342263356, -0.000608006842, -0.0113890059, -0.012938682, 0.0225407407, -0.00149313873, -0.00903854053, 0.016890727, 0.0266633239, -0.0025135891, 0.0224072766, -8.63119421e-05, -0.0285318326, 0.00131518545, -0.000821643393, 0.0164013542, -0.00596514, -0.0146663114, 0.0136579098, -0.00713666575, 0.000817472581, 0.0119006215, 0.00181753258, 0.024661351, 0.0183884986, 0.0234453361, -0.00407067966, -0.00876419619, -0.000517176522, -0.0074703279, -0.0169945322, -0.0211764332, -0.0144809429, -0.00399282528, 0.0204497911, -0.035027124, -0.0323578268, 0.00388531201, -0.00626914343, 0.0182995219, -0.00514210667, 0.0199307613, 0.007440669, 0.0032068654, -0.0256994106, 0.0225704, 0.0101359189, -0.0277755316, 0.00711812871, -0.0146440668, -0.00421526702, -0.00057510403, 0.0151334386, 0.0327137336, 0.0122194542, 0.0131759532, 0.0106846076, -0.0156302247, -0.00262666354, -0.0253879931, -0.0143400636, -0.00958722923, 0.0153484652, 0.00599850621, -0.0332772508, -0.0193672422, 0.0236826073, 0.0233415309, -0.0276124086, 0.0286949556, 0.0176618565, 0.0151037797, 0.00363506516, 0.0178843, 0.00684007676, -0.00353125925, 0.0203756429, -0.027493773, 0.0231190883, -0.0133316619, 0.0158823244, -0.0225852299, -0.0147478729, -0.000549152493, -0.0189520177, -0.0133390762, -0.0265891775, -0.0138877658, -0.0131537085, 0.0269154236, 0.000979669509, -0.0160306189, -0.0149925584, 0.00108162186, -0.00837121624, -0.0102916276, -0.00816360395, -0.0050605447, -2.71245426e-05, 0.0397725441, 0.00789667387, 0.00294920383, -0.00519771688, -0.0131240496, -0.00218178052, 0.00592806656, -0.0110924169, -0.0165644791, -0.0132278558, -0.0176173691, -0.0210726261, 0.0244833976, 0.0112332972, -0.0181957167, -0.0211764332, -0.00658426899, 0.00917200558, 0.023934707, 0.00365730934, -0.00682524731, 0.018966848, -0.0051791803, -0.0136356652, -0.024364762, -0.00552025717, -0.0339000896, 0.00929064117, -0.0143474778, -0.0154967597, -0.000350577116, 0.00630251, -0.00964654703, -0.00798565056, -0.0108848056, -0.00783735607, 0.00915717613, -0.0177508332, 0.0644783825, -0.00394463, 0.0237122662, -0.00760008534, -0.0100840153, 0.00578347966, 0.0263963938, 0.0019723149, -0.0183291808, -0.00728125265, -0.0168314092, -0.013828448, -0.000596421305, -0.0221255161, -0.00487517659, 0.0260553174, 0.00698466366, -0.0141769396, -0.00851951074, 0.0199900791, 0.0108773904, -0.0212060921, -0.00380004267, -0.0255214572, 0.00091062, 0.000907376059, -0.0291101802, -0.00271564024, 0.00520142447, 0.0260108281, -1.22806259e-05, -0.00620241091, -0.0159564726, -0.0270044, 0.000457163667, 0.000531079131, 0.0301185828, -0.00180826418, -0.0352940559, -0.00642485265, 0.027849678, -0.00104640203, -0.00673256349, -0.00804496836, 0.0100914305, -0.00337740383, 5.99549412e-06, 0.00369809032, -0.00456746574, 0.00481215166, 0.00543498807, 0.0205980856, -0.00813394506, 0.015837837, 0.0126717519, 0.00567596639, 0.00593918888, 0.0167276021, -0.00288988603, 0.0087271221, 0.0104844104, 0.00100469426, 0.0032068654, -0.0119006215, -0.0195155367, 0.00303818053, -0.0225407407, -0.0227928422, -0.0171131678, 0.00609860523, 0.0190706532, -0.00691051641, -0.00250617438, -0.020776039, 0.0131388791, -0.0214730222, 0.0084379483, 0.00356277172, -0.013991572, 0.011292615, 0.00905337, 0.000852692523, 0.00328471977, 0.00350160035, -0.0073554, -0.00920166448, -0.0144883581, 0.00221885415, 0.0438061506, -0.00581313856, 0.00229670876, 0.000933327537, 0.00867521949, -0.017350439, -0.00512356963, -0.0102916276, -0.0200197361, -0.0298219938, -0.000693276059, 0.00719227595, 0.0178398099, 0.0017582149, -0.00183236203, 0.00495673856, 0.00343486783, -0.00858624279, -0.0128348758, 0.00733686285, 0.00111035397, -0.00222256151, -0.0151853412, -0.0140360603, 0.00282871467, -0.0176766869, -0.0181660578, -0.0159713011, -0.008297069, 0.00662505, -0.0312011316, -0.0116930092, -0.0226297174, -0.0234898254, -0.00610602, -0.0324764624, 0.0146144079, 0.0101285037, -0.0292436462, -0.003457112, 0.0326247551, 0.00181938626, -0.0213692151, 0.00200568116, 0.0169797037, -0.0191892888, -0.00531264488, 0.0106771933, 0.0181808863, -0.00936478842, 0.00653236592, 0.000518566812, 0.0125382869, -0.00356647908, -0.019322753, -0.0254028216, -0.013302003, 0.00424121832, 0.00443400117, 0.01142608, 0.011225882, -0.00972069427, 0.00430795085, -0.0100617716, -0.0123751638, 0.00880868454, -0.022748353, 0.010699437, -0.000803106581, -0.00928322598, -0.0116188619, -0.00970586482, -0.00788184442, 0.0230449419, -0.0124270665, 0.0111369053, 0.00541645102, 0.019129971, -0.000282222696, -0.000534323102, 0.00475283386, 0.0276420657, 0.00569079584, -0.00448590424, -0.0309935194, -0.032595098, 0.0079485774, 0.00823033601, 0.00831189845, 0.00898663793, 0.0117968153, -0.000292881334, -0.0083786305, 0.00246539363, 0.0138951801, -0.0197083186, -0.000870302436, -0.0141324513, 0.0209688209, 0.00384082366, 0.00201494945, 0.00378706702, 0.0102323098, 0.0280424617, 0.00944635, -0.00315125496, -6.82965e-05, -0.0120637454, 0.00751481624, 0.0242757853, -0.0081784334, 0.00304744882, -0.0162085723, 0.0159119833, -0.0213692151, -0.0204646196, 0.0082377512, -0.0127014108, -0.0258328747, -0.0120785749, 0.00586504163, 0.00768906204, -0.02153234, -0.00919424929, 0.0117004244, 0.00646934099, -0.000860107248, 0.0376964249, -0.019589683, -0.00609860523, 0.0202273484, 0.00900888164, 0.00777062401, 0.00126884354, 0.00946117938, -0.0333662294, -0.00756671932, 0.00358686945, 0.00379077438, -0.000255807739, 0.0119154509, -0.0101433331, -0.00412629033, -0.0062913876, -0.00470463838, 0.0200642254, -0.00836380105, -0.0155560775, -0.00496044615, -0.00926839653, 0.00391867803, -0.0110330991, 0.0111813936, -0.00219104905, -0.0064656334, 0.00643226737, -0.00390014146, -0.0187592357, 0.00582426041, 0.000880497682, 0.0169055555, -1.54521549e-05, 0.0145699196, -0.0100988448, 0.0101581626, 0.0212950688, -0.0113445176, 0.00696983421, 0.00780769764, -0.0248986203, -0.0196045134, 0.0236232895, 0.00570562528, 0.00411516801, -0.00763715897, -0.0333662294, 0.00605040928, 0.00604299456, -0.00493078725, 0.00808204245, -0.0109292939, 0.0228966475, -0.00207056, 0.00056166487, 0.0101581626, 0.0212209206, -0.00581684569, 0.0205980856, -0.007555597, 0.0326247551, 0.00571674714, 0.00262666354, -0.012412237, 0.00965396222, 0.0108551467, -0.0166831147, 0.00467497949, -0.00506795943, -0.0201976895, 0.0357092805, -0.0246316921, -0.00544981752, 0.00954274088, 0.0193375833, 0.000734520436, -0.0150296325, -0.00692905346, -0.00139211316, -0.00328657357, -0.0109070493, 0.0169648733, 0.0135689331, -0.0195303652, 0.0236974377, -0.00202607154, 0.017350439, 0.0171279982, -0.0190558229, 0.0154226124, 0.0147256292, -0.021695463, -0.0128200464, 0.00539791444, 0.00889024604, -0.0043487316, 0.00148850447, -0.0120785749, 0.00124567258, 0.000229276964, 0.0129238525, 0.0114186648, -0.00575752789, -0.00874195155, -0.00238383166, -0.00309564453, -0.00921649393, 0.00381116476, -0.0019333876, -0.00295105763, 0.0100543564, -0.000276893348, 0.0169055555, -0.0144216251, 0.00501976348, -0.00774096511, -0.00810428616, -0.0053534261, -0.00487517659, -0.00471576024, -0.012508628, -0.0106549487, 0.0246020332, 0.00493820198, -0.00778545346, -0.00645821868, -0.0124789691, -0.0302965362, -0.00805979781, -0.00665470911, 0.010239725, -0.0440434217, -0.00860107224, 0.00421526702, -0.0175283924, -0.000401321595, -0.0153039768, -0.0171279982, -0.000873546407, 0.0158674959, -0.00159416429, 0.0072367643, -0.0199455898, 0.0164310131, 0.0144586992, -0.0284428559, -0.00763715897, -0.0105882166, 0.0019129971, 0.00390755618, -0.013531859, 0.00152094394, 0.0072071054, 0.00573157659, 0.00534230378, 0.000821643393, -0.00469722366, -0.0189965069, -0.0076075, -0.00387048256, 0.0166831147, -0.0142807458, -0.0144661134, -0.0138062043, -0.0143697225, -0.0149406558, 0.00977259781, -0.00027921045, -0.00997279491, 0.015014803, -0.00739618065, -0.00939444732, 0.0271526948, -0.00362950424, -0.00382970157, -0.0104399221, -0.0118561331, -0.00742954668, 0.00355350343, 0.00749998679, -0.0059169447, -0.00412629033, 0.0118264742, 0.00783735607, -0.00674739294, 0.00388531201, 0.00111128076, -0.000556567218, -0.00818584766, 0.0146811409, -0.00764457369, -0.0111517347, 0.0212802384, 0.00974293891, -0.0254917983, 0.00439692754, -0.0136504946, 0.0121453069, 0.00135040539, -0.000960205914, -0.0223776177, 0.0311714727, 0.00573899131, 0.00841570459, -0.0168165788, 0.00306783943, 0.0216361452, 0.0164458435, -0.0071218363, 0.00632846123, 0.0106104603, 0.00190002134, 0.0137098124, 0.0173059497, 0.00146162615, 0.0303706825, -0.0137913749, -0.00702544488, -0.00330325658, 0.0081487745, -0.0245575439, -0.00552767189, -0.0193672422, -0.0038074574, -0.012938682, 0.0186257698, 0.014058304, 0.00119284261, -0.00313642551, 0.011885792, 0.00577606494, -0.0173652675, 0.000774374523, 0.00541274389, 0.0118932072, -0.0219030753, -0.0161640849, -0.00834897161, -0.00657685427, 0.00908302888, 0.00215026806, -0.0143845519, 0.0284725148, 0.0147923613, 0.00362765044, 0.0087271221, 0.0180622526, -0.00548318354, 0.0043783905, -0.00868263375, 0.0156450532, 0.00487146946, 0.00243202737, -0.0267671291, 0.0192337763, 0.0194117296, 0.00628397288, 0.0156450532, 0.0141324513, 0.00797082111, 0.035027124, 0.0120340865, 0.0152298296, 0.00676222239, 0.00681041786, 0.0235046539, -0.0079485774, 0.00754447514, 0.0103064571, 5.70296033e-05, 0.0207612086, -0.00205387664, -0.00801530946, -0.000717837305, -0.0100914305, 0.0108625609, 0.00756671932, -0.00395575166, 0.013302003, -0.0106178755, -0.0277607013, 0.0118709626, -0.00770389149, -0.0212802384, 0.0222144928, 0.00622094795, 0.0145031875, 0.0146144079, 0.0010973782, 0.000577884552, -0.00698095653, -0.0120934043, -0.0233415309, 0.0128793642, 0.0083267279, -0.00662505, 0.0245872028, -0.0119154509, 0.010039527, -0.00360540627, 0.006354413, 0.0041781934, 0.00772613566, -0.016297549, 0.0158081781, 0.0171131678, -0.0193524119, 0.00027967387, 0.0010195236, 0.00377038377, -0.00526815653, 0.00629880233, 0.00599109149, -0.0200049076, 0.00656573242, 0.00788184442, 0.00258959015, -0.0149628995, -0.0210726261, -0.00727383792, 0.00938703213, 0.00351828337, 0.00365916314, 0.00676963711, -0.00925356708, 0.00700320071, 0.0152594885, -0.000225337892, 0.00699207839, 0.000909693132, 0.0247058384, -0.00319388951, -0.00444512302, 0.00467497949, 0.00159787165, 0.012278772, 0.0272861607, 0.0131388791, -0.00275827479, -0.0122046247, -0.0360058695, -0.00342189218, -0.00912751723, 0.000643226726, -0.00578347966, -0.0199900791, 0.0283538792, -0.015244659, -0.00526815653, 0.0086084865, 0.0111888088, 0.00257846806, -0.0274789426, 0.0175432209, 0.017350439, 0.0083786305, -0.00407809438, -0.0254769698, -0.0103806043, -0.00961688813, -0.0206129141, 0.00650641462, 0.0187592357, -0.0144957723, -0.0205832552, -0.0155709069, -0.0355313271, 0.00550913485, -0.0237122662, 2.57777283e-05, -0.00894956384, 0.00441917172, 0.0165199898, 0.0228669886, -0.0166682843, 0.00669178227, 0.00191670447, 0.00113167125, 4.2974948e-06, 0.00453409972, 0.0266781524, -0.00464902772, 0.00624319213, 0.00416707108, 0.0249134507, 0.0149925584, 0.0167276021, -0.00562406331, -0.000731739914, -0.00779286819, 0.00678817369, -0.00217807316, 0.000199154674, -0.0223331284, 0.0164013542, -0.00576123549, 0.00297886273, 0.00907561369, -0.000872619567, 0.0158230066, 0.00561664859, 0.0187740643, 0.0307859071, 0.0139693273, 0.0102693839, 0.0103509454, -0.0261591226, 0.0163123775, 0.0317349918, -0.0232970417, -0.0127162402, -0.00435243919, -0.0188927, -0.00401136233, -0.0242461264, -0.0041448269, 0.0135763474, -0.00385194574, 0.0170686804, -0.0373108573, -0.00460824696, 0.00036285774, 0.0118338894, -0.006499, -0.015541248, 0.00137079589, 0.0287987627, -0.00407067966, -0.00117430591, -0.0081784334, -0.00604670215, -0.00463049114, -0.0191151407, -0.0147997756, -0.0154522713, -0.00651753647, -0.00673997821, 0.0104473373, 0.00731832627, 0.00965396222, 0.00416336395, 0.00289173983, 0.0202125199, 0.00308452244, 0.00104547513, 0.00384082366, 0.0040298989, -0.0137987891, 0.0261591226, 0.00255807745, -0.0201976895, -0.0213543866, -0.0111369053, 0.00420043757, -0.00473429728, -0.0179139581, 0.0117819859, -0.0042375112, 0.0263519064, 0.0126050198, -0.00846019294, 0.012508628, -0.0245130565, 0.0207167212, -0.0163123775, 0.00760008534, -0.00868263375, -1.83774937e-05, -0.0254621394, 0.0063803643, -0.0262036119, 0.0237270966, 0.0250914041, 0.00386306783, -0.00760008534, -0.00531635247, -0.0109886108, -0.0171873141, 0.000511152088, 0.00877161, -0.00433019502, 0.016297549, 0.00180363, 0.00224480568, 0.00762974424, -0.000501420291, 0.00185924035, -0.0137691302, 0.00143104047, 0.00129108771, -0.0138729364, 0.0229856241, 0.00904595573, -0.00861590169, -0.0349084884, -0.0116781797, -0.00499010505, -0.00411516801, 0.00437468337, -0.0226742066, -0.0118264742, -0.00996538065, 0.0107365111, 0.00528298598, -0.0101878215, -0.00244129566, -0.0114186648, -0.0180474222, 0.00332735456, -0.00150704128, -0.00866039, 0.0101285037, 0.0062617287, 0.0189520177, 0.00758154877, -0.0194710474, 0.0219030753, 0.0392683446, -0.00695129763, 0.000655275653, -0.00820067711, -0.0059169447, -0.0155264186, -0.00281203166, -0.0102693839, 0.0120266713, 0.0105363131, 0.0283242203, -0.0220513698, 0.00518659502, -0.0124418959, -0.0264853705, 0.00678817369, 0.000869839045, -0.00448961137, 0.0101507483, 0.00458971, -0.0188185535, -0.00240792939, 0.012182381, 0.00871229265, 0.0229559653, -0.0173652675, -0.0182995219, -0.00706622563, -0.0144216251, 0.0146366525, 0.000104327388, 0.0139767425, 0.00966137648, -0.011655936, -0.0145328464, -0.00250617438, 0.0121378927, 0.00128367299, 0.0184478164, 0.0260108281, 0.000829521508, -0.0221255161, 0.00393721508, 0.0011548422, -0.0201383717, 0.0208650157, 0.000379077421, 0.000723398349, -0.0271675251, 0.0103657749, 0.00100006, 0.0278051905, 0.0123603344, 0.00338296476, -0.0166831147, 0.00493820198, -0.00326618296, -0.00442287885, 0.0064656334, 0.0143178189, -0.013761716, -0.0108254878, 0.0174245853, -0.0329806618, -0.00764457369, 0.00391867803, -0.00955757, -0.0195600241, -0.0106697781, 0.00298998482, -0.0040892167, -0.0145921642, 0.0201383717, 0.0098245, -0.0122936014, 0.00690310216, 0.0060318727, 0.00344599, -0.0021447069, -0.0318239667, 0.0183291808, -0.000763715885, -0.0184774753, -0.0275530908, 0.00451556314, -0.00176470273, 0.0110775875, -0.00237641693, 0.0307859071, -0.00218178052, -0.0179139581, 0.0130499024, 0.000395528827, -0.0184923057, 0.00973552372, -0.0314977206, -0.000949083827, 0.00344784372, 0.00437097577, 0.00217065844, -0.0268857647, -0.00547206169, 0.012998, 0.0172614623, 0.01810674, 0.00274529913, -0.00247466192, 0.0261887815, -0.00226890342, 0.00058947003, 0.00717003178, -0.0162234, -0.0121008186, 0.00803013891, 0.00154226122, 0.0028064705, -0.012545702, 0.0031753527, -0.0052607418, 0.0166831147, -0.0075259381, -0.00402619177, -0.0301037524, 0.0260701459, 0.00964654703, -0.0107587548, -0.0232970417, -0.0147330435, -0.00480844406, 0.00781511236, 0.0126272636, -0.00729978923, -0.0267523, -0.00681041786, 0.000796618697, 0.010469581, -0.011982183, 0.000318601145, 0.0154226124, -0.00125030673, -0.0052941083, 0.000950937509, -0.00269895722, 0.0132723441, -0.00999504, -0.00470463838, 0.00468239421, -0.00988381822, -0.00456005102, 0.0138210328, 0.0213098973, 0.00250988174, -0.00283242203, -0.0203608144, 0.00452297786, -0.02047945, 0.021695463, 0.0135244448, -0.0070921774, -0.00733315572, 0.00100376736, 0.00543128047, -0.00332364719, 0.00189816765, -0.0042078523, 0.00836380105, 0.0111443205, 0.0322095342, 0.0398615226, -9.79553661e-05, 0.00294920383, -0.00509761833, -0.0188037232, 0.00627285102, 0.0109886108, 0.0154226124, -0.0181512274, -0.0302817058, 0.00407438725, 0.0307562482, -0.0055536232, 0.00446736719, -0.00281017786, -0.00572786899, -0.000501420291, 0.0174394157, -0.0295402333, -0.0170093626, 0.0237864144, -0.00919424929, -0.0164755024, -0.000678910059, 0.00580572383, 0.00197972963, -0.000181544718, 0.00235788012, -0.0038074574, 0.0123825781, 0.00190558238, 0.0159713011, -0.00840087514, -0.016297549, 0.00581684569, 0.0233267, -0.0145031875, -0.0167276021, 0.00303261937, 0.00707734795, 0.0269747414, -0.0200049076, -0.00599850621, 0.00842311885, 0.00453039212, 0.00889024604, 0.00444141589, -0.0144735286, -0.00715520233, 0.00249690609, -0.0256845821, 0.0234156772, -0.00834155735, 0.00173040968, 0.00983933, 0.00438951282, -0.0124196513, 0.00510503305, -0.0213247277, 0.0142955752, 0.00947600883, -0.00326803676, 0.00920907874, -0.0123380898, -0.026796788, -0.0236529484, 0.0129831703, -0.00104362145, 0.0111517347, -0.00567967352, 0.0302372184, -0.0137098124, 0.00709959213, 0.0113371033, -0.00520142447, 0.00121972105, -0.00249505253, -0.0262629297, 0.0101285037, -0.00286949566, 0.00310305925, 0.015215, 0.0135763474, 0.0114928121, 0.000768350088, 0.0125382869, 0.0148961674, 0.0177656636, 0.00379448174, -0.0311714727, -0.00315310853, -0.0193820707, 0.0167127736, -0.00139025948, 0.0127903875, 0.00215768279, 0.0107513405, 0.000461102754, 0.00649158517, 0.00653607352, 0.00725159375, -0.0176766869, 0.00810428616, 0.00758525589, -0.0311121549, 0.0103287017, 0.0147330435, -0.000919425, 0.0219030753, -0.00376296905, -0.00127440458, -0.000266466406, 0.00162567676, 0.0140805487, 0.0136801535, 0.0108032431, 0.0416707136, 0.00244871038, 0.00451556314, -0.00698095653, 0.0008156189, 0.00716261705, 0.00826741, -0.0114779826, -0.024364762, 0.00396316638, -0.0186257698, -0.0230746, 0.00616904488, 0.0169500448, 0.0287987627, -0.0213247277, -0.00543128047, 0.00721822726, -0.00949825346, 0.0214878507, 0.00636182772, 0.00897922274, 0.00392980035, 0.00256734597, -0.00581313856, 0.00195377809, -0.00937961787, -0.000650178059, -0.0110479286, -0.00249876, 0.00482327351, 0.00881609879, 0.0120637454, -0.025121063, -0.00324208522, -0.000142269884, 0.0149554852, -0.00811911561, -0.01037319, -0.024824474, -0.00741471723, 0.022555571, -0.022288641, 0.00607265346, -0.00162845734, 0.00107791449, 0.00606894633, -0.00493449438, 0.0233860184, 0.0126272636, -0.0193079244, -0.000719227595, 0.018269863, -0.000641836494, -0.0061468007, -0.00474912673, 0.00687344326, -0.00464532059, -0.000761398813, 0.00375926169, -0.00818584766, -0.00182494731, -0.0197824668, -0.0556103811, 0.0314977206, -0.0233415309, 0.0138803506, -0.0130943907, 0.0205091089, -0.00273417705, -0.0180770811, 0.0252100397, -0.00425975537, -0.000848521711, -0.0106549487, -0.00557957496, 0.0131537085, -0.0118042305, 0.00554620847, 0.00217065844, 0.000804496813, -0.00436356105, -0.0248986203, 0.0229263064, 0.000999133219, 0.00147089455, 0.00109181716, 0.00753335282, 0.00575382076, -0.00388531201, -0.0012725509, -0.00899405219, 0.0158971548, -0.0174245853, 0.0141991843, 0.0073516923, -0.0113890059, 0.0119376946, 0.0119451098, 0.00294735027, -0.000186989899, 0.00813394506, 3.90431233e-05, -0.00567225879, -0.0179584455, 0.0111888088, 0.000308637624, 0.00681041786, 0.0226445477, 0.00387789728, 0.025996, 0.0141695254, -0.00422638888, -0.0121230632, 0.00642485265, -0.0211319439, 0.0063507054, -0.000149568747, -0.00824516546, -0.0298368223, 0.00605040928, 0.000647860928, 0.00133650284, 0.00704398146, 0.00857141335, 0.0151556823, -0.00607265346, -0.00377223757, -0.00187128934, 0.0239643659, -0.0108032431, 0.0185812823, 0.0208501853, -0.00728125265, 0.0223627873, -0.00545723224, -0.0022336836, -0.0011761596, 0.0034293069, 0.00283427583, -0.00562777044, 0.0376371071, -0.0196786597, -0.00924615283, 0.00782252662, -0.00560181914, -0.0123232603, 0.00250432082, -0.0115150558, -0.0154374419, 0.0128497053, -0.027953485, -0.00614309357, -0.00716261705, -0.0037203345, -0.0183588397, -0.00791150331, 0.00683266204, 0.0054386952, -0.00556845265, -0.0142140137, 0.00168592134, 0.0251952093, -0.0237270966, -0.00293437438, 0.0304003414, -0.0102100661, 0.0107439253, -0.00771130621, -0.00637665717, 0.00185738667, 0.000276429928, -0.00556474552, 0.000774374523, -0.0325061195, -0.00530893775, 0.00513469195, 9.48852103e-05, 0.0118635483, 0.00160714, 0.00104454835, -0.0135689331, 0.00229670876, 0.03043, -0.00491966493, 0.0122342836, 0.0371329039, -0.00877161, 0.0235046539, 0.011129491, 0.00406697253, 0.00141435734, 0.0110924169, -0.0206574034, -0.0168610681, -0.0131388791, 0.000327406102, 0.00435985392, -0.0141546959, 0.0236232895, -0.0255362876, -0.00222256151, -0.0152891474, 0.018403329, 0.00219846377, -0.0304596592, -0.0160751082, 0.00307154679, -0.00880868454, 0.00183236203, -0.000278747029, -0.00130777084, -0.00253954064, -0.00923873764, 0.0153781241, 0.00943152048, -0.00703656673, -0.00225222041, -0.00663987966, 0.0221996643, 0.0238309018, -0.0153484652, 0.0164013542, -0.0131240496, 0.0155264186, 0.021828929, -0.0285911504, -0.0135689331, -0.00727754505, 0.00267671305, -0.00421897415, 0.0154522713, -0.00437468337, -0.00758154877, 0.00346823409, -0.00933512952, 0.0160899367, 0.0165793076, 0.00484551769, -0.024661351, 0.0199752487, 0.00355721079, -0.0158674959, -0.011292615, -0.000510688638, -0.0176915154, 0.0138432775, -0.0103806043, 0.00636553485, -0.00884575769, -0.00775579456, -0.00402248418, -0.00963913277, -0.00098430377, 0.00365174841, -0.00907561369, -0.0143697225, 0.0206722319, -0.00918683503, -0.00659539131, -0.00798565056, 0.00624689925, 0.0131092202, 0.00736281462, 0.00678446656, 0.0231487472, 0.0016034327, -0.00212246296, 0.0472762398, 0.000447895261, 0.0261146352, -0.0136727393, -0.019649, -0.0176173691, 0.0266484953, 0.0102693839, -0.00162660365, -0.0306672715, -0.00319574331, -0.00706622563, -0.0014477236, 0.0270785484, -0.0188185535, 0.0181660578, -0.0202125199, -0.00929805543, 0.000941205712, -0.0184923057, -0.00737022934, -0.0236232895, -0.0119006215, 0.00966879167, 0.039446298, -0.00381487212, -0.0135392742, -0.0253879931, 0.00110015867, -0.0276272371, 0.00483068824, 0.0162382312, 0.0146440668, -0.00547947595, 0.0147775318, -0.00833414216, 0.008756781, 0.0106549487, 0.00696983421, -0.0116781797, -0.00284169056, -0.00632846123, 0.0150592914, -0.0198269542, -0.00676592952, -0.019649, -0.000486127421, 0.0137765454, 0.0246910099, 0.000962059596, 0.0121304775, 0.00519030215, 0.000585762667, 0.0052904007, -0.00240792939, 0.0147033846, 0.0009226689, -0.0085565839, -0.0275382604, -0.00216695108, 0.00509761833, -0.00963171758, -0.00853434, 0.0104769953, -0.00927581172, 0.00953532662, 0.0001481785, 0.00364062632, 0.0107587548, -0.0085565839, 0.0140212309, 0.00805979781, -0.0179881044, 0.00554250134, -0.00333291548, 0.0113000292, -0.00765198842, 0.0106697781, 0.000746105914, -0.0244685672, -0.00758896349, -0.00902371109, -0.00996538065, 0.00056027458, 0.0262777582, -0.00731461868, -0.00112054916, 0.00980225671, -0.012278772, -0.0182995219, -0.0266188364, -0.00105196307, -0.00891990494, 0.0201087128, -0.0032346705, -0.00692905346, -0.0137394713, -0.00975776836, 0.00216139015, -0.0147923613, 0.00103620673, 0.0118783778, 0.0123380898, -0.0117374975, -0.00890507549, 0.0122491131, -0.00135874702, -0.0136579098, 0.0183440112, 0.0173356086, 0.0035738938, 0.00207982818, 0.0116262771, -0.010899635, -0.00369994389, 0.000615884957, 0.00110942707, 0.00906078424, -0.00167294557, -0.000601055508, 0.000190118, 0.00528298598, -0.0125753609, -0.00997279491, -0.0118487189, 0.00696241949, -0.0173652675, 0.0192041174, -0.0181660578, 0.0110479286, 0.00339408685, -0.000697446871, 0.029006375, 0.0231784061, -0.0227780119, 0.00229856232, 0.000770203769, 0.00598738436, -0.00969103537, -0.0136727393, -0.0377854, 0.0141324513, -0.0124567254, -0.00912010204, 0.00281017786, -0.00253027235, -0.0121749658, 0.0302965362, 0.0147478729, 0.0172614623, -0.01037319, -0.00104362145, -0.00476766331, 0.00154226122, -0.00404843548, 0.0115743736, 0.00427458482, -0.00123918464, -0.00599109149, -0.018566452, -0.0064100232, 0.0253731627, 0.0146811409, 0.0288580805, 0.00482698111, -0.0128497053, -0.00923132338, -0.00415594922, -0.00661392789, 0.000463419827, 0.00328471977, 0.0100246975, -0.032298509, -0.00251915026, -0.0110553438, 0.00636553485, 0.0110479286, 0.0159119833, -0.00831931271, -0.000814692059, -0.00616533775, -0.0165348202, -0.00809687097, 0.00222997623, -0.00613567885, -0.00920907874, -4.33876812e-05, -0.0081784334, 0.00355350343, 0.0363321155, 0.00942410622, 0.0108551467, 0.00563889276, 0.00214099977, -0.0102545545, 0.0145773347, -0.00540532917, -0.00834155735, 0.0142585021, -0.000798472378, -0.00170538505, 0.000737300958, -0.00896439329, 0.0142585021]
|
20 Nov, 2020
|
HTML5 MathML close Attribute
20 Nov, 2020
This attribute holds the closing parentheses of any equation the same as the open attribute. This attribute is accepted by the <mfenched> tag.
Syntax:
<element close="parentheses">
Attribute value:
Parentheses: It holds the parentheses which will be used to close any equation.
Example: Below example illustrates the close attribute in the HTML5 MathML.
HTML
<!DOCTYPE html>
<html>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML close attribute</h3>
<math>
<mfenced open="{" close="}" separators="">
<mrow>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo>+</mo>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
<mo>=</mo>
<msup>
<mi>z</mi>
<mn>2</mn>
</msup>
</mrow>
</mfenched>
</math>
</center>
</body>
</html>
Output:
Supported browsers: The browser supported by HTML5 MathML close attribute are listed below.
Firefox
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute/HTML5 MathML scriptsizemultiplier Attribute/HTML5 MathML selection Attribute/HTML5 MathML separator Attribute/HTML5 MathML rspace Attribute/HTML5 MathML stretchy Attribute/HTML5 MathML subscriptshift Attribute/HTML5 MathML supscriptshift Attribute/HTML5 MathML symmetric Attribute/HTML5 MathML voffset Attribute/HTML5 MathML width Attribute/HTML5 MathML Complete Reference/HTML5 MathML Attribute Complete Reference/HTML5 MathML close Attribute
|
https://www.geeksforgeeks.org/html5-mathml-close-attribute/
|
NextJS
|
HTML5 MathML close Attribute
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, HTML5 MathML stretchy Attribute, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, HTML5 MathML Complete Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, HTML5 MathML Attribute Complete Reference, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, HTML5 MathML voffset Attribute, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, HTML5 MathML rspace Attribute, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML separator Attribute, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, HTML5 MathML subscriptshift Attribute, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, HTML5 MathML supscriptshift Attribute, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, HTML5 MathML selection Attribute, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, HTML5 MathML close Attribute, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML width Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, HTML5 MathML symmetric Attribute, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, HTML5 MathML scriptsizemultiplier Attribute, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0185065065, -0.0151480213, -0.0170293301, 0.0245824382, 0.0418068655, -0.0186458621, 0.0051492122, 0.0200951677, -0.00955286901, -0.00486004818, 0.00307977246, -0.0188130904, 0.00468585314, -0.0177679192, -0.00723955594, -0.0071559418, -0.0125629632, 0.0106886225, 0.0120055387, -0.0196910333, -0.0404133052, -0.0235512014, -0.0297107473, 0.00498198485, -0.000294172263, 0.00409707287, -0.0026251229, 0.00873763487, 0.0110857878, 0.0172523, 0.0103193279, 0.00222447375, -0.000357535813, -0.00502030784, -0.0151062142, 0.00144930475, -0.000416326715, 0.0268818159, 0.000851379416, -0.0115456628, 0.0183810852, -0.00291602896, -0.0194680635, 0.0189385097, 0.0155800255, -0.0164300986, -0.00960164331, -0.0419183522, -0.0182138588, -0.00795724057, 0.0324978717, -0.0270211715, 0.0426151343, -0.00426081661, 0.00120194745, 0.0132667124, 0.0401067212, 0.00139704614, -0.0340307876, 0.00410752464, -0.0085286, -0.00267215562, -0.0415560268, 0.0112739187, -0.0283311196, -0.00741375098, 0.000105333704, 0.0303239133, 0.000572667, -0.0311321802, -0.00696781091, 0.0179351456, 0.0236069448, -7.17466828e-05, -0.0170432664, -0.0343373716, 0.0176146273, 0.0211542752, 5.81921086e-05, -0.0246381797, 0.00219311845, -0.00246486324, -0.00146236934, 0.0182696, 0.00921841431, 0.0307977255, -0.0103402315, -0.0391033553, -0.00179072749, 0.00863311812, -0.02072227, 0.0209173691, -0.00288467389, -0.00698523084, 0.000473375665, -0.0144233694, -0.0195516776, 0.0157890599, -0.0220600907, 0.0174195282, -0.0131482594, 0.037514694, 0.0328601971, 0.0290975794, -0.00535127893, 0.0237602368, 0.0232306831, -0.0189663824, 0.038936127, 0.00349087338, -0.025613673, -0.0204435587, -0.0195795484, -0.00633025635, 0.00297873933, 0.00543837668, -0.0139913643, -0.0393263251, 0.0172383655, 0.0232585538, -0.0455137417, 0.00308325631, 0.0234954599, 0.0052188905, -0.0278155021, 0.0185204428, -0.0399952345, 0.00179769529, 0.0231610034, -0.0363162309, -0.0491370037, -0.00461965892, 0.00723955594, -0.0450678021, 0.0306026265, 0.00881428085, 0.0337799489, 0.00182905036, -0.00159040291, -0.0412215702, -0.0408871174, 0.00129165803, 0.0499731414, 0.0344488584, -0.0507535376, -0.0169875231, 0.00760188187, 0.025962064, -0.0253767688, 0.027926987, -0.0241922401, 0.0214608591, 0.0400231071, -0.0354800932, 0.0207501408, -0.0238995925, -0.00771336677, 0.0262825843, -0.023802042, -0.00293693249, 0.0104099102, -0.00687026186, 0.0282057, 0.0231331326, -0.0296550039, 0.0487746783, -0.0114759849, -0.00125420594, -0.0247914717, 0.0392984562, -0.00801995, -0.0100824228, -0.00670303451, -0.0332225226, -0.0250980556, 0.00489140349, 0.0169039089, -0.00967132207, 0.00628496567, -0.00382184447, -0.0462662652, -0.0279687941, 0.0166251976, 0.0231331326, 0.00528856879, -0.0205550436, 0.0057275407, -0.013287616, 0.0211124681, -0.0267285239, -0.0223945454, -0.00812446792, 0.0182138588, -0.00781091629, 0.0744162202, -0.00946228765, -0.0195377432, 0.0273695625, 0.00856344, 0.00919751078, 0.0190360602, -0.0509765074, 0.0264776815, -0.00182208256, -0.0196213555, -0.0100963581, 0.00398558797, -0.00726742717, 0.0154406698, -0.00938564166, -0.00584250968, -0.0105353305, -0.0111624338, -0.0190778673, 0.000550021592, 0.00928112399, -0.0290139653, -0.0430889428, 0.00432004267, -0.0527045242, 0.0513667, -0.0127719976, -0.0197328404, 0.0180884376, -0.0494435877, -5.03805422e-05, -0.0129601285, -0.0175728202, -0.0146324029, 0.00504817907, -0.00527114933, 0.0412494428, -0.0279409233, 0.0138032334, 0.0267563947, -0.0125699313, -0.0133921327, -0.0629332736, 0.0403854325, 0.0194401927, -0.0430053286, -0.0159005448, -0.00695039146, -0.0208476912, -0.0343095027, 0.00287596392, -0.0175170768, -0.0165555198, 0.00175414642, -0.00951106194, 0.0316059925, -0.0393820666, -0.00174021081, -0.0127510941, -0.0353964791, 0.0469909199, 0.0452071577, 0.0197746474, -0.0144094331, 0.00455346471, 0.0364277177, -0.0262547117, -0.00584947737, 0.0112530151, 0.000144582082, 0.0274531767, 0.0256554801, -0.0133015513, 0.00231679715, -0.0331110395, 0.00661593676, -0.0361490026, 0.0495272, -0.0182974711, -0.0412773117, 0.00353442226, -0.0346997, 0.00835440587, 0.0461826511, -0.034476731, -0.00447333464, 0.0166251976, 0.0218371209, 0.0281220861, 0.0522864535, -7.40874311e-05, -0.00805479, 0.0105004916, -0.0162768066, -0.0261292923, -0.0117686326, -0.0212657601, 0.0220461544, 0.0202066526, 0.0247496646, 0.0346160866, -0.00719774887, -0.0306026265, 0.00326093566, -0.0408035032, -0.029850103, -0.0161931925, -0.00145365961, -0.0499731414, -0.00674135704, 0.00960164331, 0.0299615879, 0.0159284156, -0.00857737567, -0.0220461544, 0.0204574931, -0.0173219778, -0.0108906887, 0.0157054458, -0.032358516, 0.006163029, 0.0106537836, -0.0196631625, -0.00964345, -0.016792424, 0.0249168929, 0.0282475054, -0.00838227663, -0.000169949271, 0.0084240837, -0.0175449476, -0.0152037637, -0.053234078, -0.00838227663, -0.0168760382, -0.0560212024, -0.0217256341, 0.00892576575, 0.00391590968, -0.0350062847, -0.0661663339, 0.0414166674, -0.0218092483, -0.0164579693, -0.0231749397, -0.0113017894, -0.00566831417, -0.0078666592, 0.031773217, 0.0316896066, -0.0382950902, 0.0105074588, -0.024457017, 0.0229241, 0.014520918, 0.000968525768, 0.0287631247, -0.00229066797, -0.0341144, 0.010939463, -0.0230216477, -0.0232864246, -0.0118383113, -0.0411379561, -0.010786172, -0.023955334, 0.024457017, 0.0486631915, -0.062320102, -0.00299964263, -0.0615397058, -0.0433397852, 0.00426081661, 0.0246242452, -0.00859131105, -0.0268818159, -0.0406920165, 0.00930202752, 0.00592612335, 0.0101172617, -0.00708974758, 0.00265822, -0.0163743552, -0.0315223783, 0.0104168775, -0.0123539288, 0.0442874059, 0.0372359827, 0.0181859862, 0.0264916178, -0.0125211561, -0.00559166819, 0.00448727049, -0.0140819466, 0.0138171697, 0.00586341321, 0.0647727698, -0.0204156861, -0.0322749019, 0.0353128649, -0.0139495581, -0.0289582238, -0.00589825213, 0.00149895041, -0.000302228815, 0.0166948754, -0.00790846534, 0.0102496501, 0.0340586603, 0.00403784635, 0.0260456782, -0.0270351078, -0.0261711, 0.032358516, 0.00686677778, -0.00597489811, 0.00432004267, -0.0200394243, -0.00730923377, 0.00179595326, 0.0312436651, 0.0164579693, 0.0166670047, -0.00756007526, 0.0510879904, 0.0569130816, -0.0367343, -0.0091348, -0.00808266085, 0.00513527682, -0.0102984244, -0.0638251528, -0.020875562, 0.01247935, 0.0163743552, -0.056467142, 0.0189803168, 0.039521426, 0.0156915113, 0.0168342311, -0.0123818, -0.022729, 0.0303517859, -0.00253105746, 0.0165973268, 0.00761581771, -0.0392427109, -0.0152176991, 0.0586411, -0.0228265487, 0.00792240165, 0.003832296, -0.0608150549, 0.0537915, 0.0370687544, -0.021070661, -0.000746862264, -0.0551850647, -0.010514427, 0.0396886505, -0.00928112399, 0.0579164475, -0.0207780134, 0.00566483056, -0.00561257172, -0.035284996, 0.0142979482, 0.024498824, 0.0242340472, 0.0271465927, -0.028233571, -0.0233003609, 0.0335569791, -0.00896060467, 0.0130019356, -0.000355140626, 0.00728136254, 0.0192729663, -0.01467421, 0.0334176235, 0.0109255277, 0.00215131161, -0.00528160064, -0.0150086647, -0.0360375196, 0.0205411073, 0.00753220404, 0.00669955043, -0.000647570938, 0.00200324575, -0.003870619, -0.0101311971, -0.0106468154, 0.0148135666, 0.00721168472, -0.00677271234, 0.0035187446, -0.0124932854, -0.0480500236, 0.00616651261, 0.0212657601, -0.00559863634, 0.00591915566, 0.0107164932, -0.00838227663, 0.00509695383, 0.0123051545, -0.0123399934, 0.0514503159, 0.0155382184, 0.0230773911, -0.0533176921, -0.00075426558, -0.064717032, 0.035284996, 0.00900241174, -0.00852163322, 0.0119637316, -0.022840485, 0.0344488584, -0.0113714673, 0.0169735886, 0.0337242074, -0.0206804629, 0.0275646616, 0.00606896356, -0.00568573363, -0.0104726199, 0.0226732567, 0.0419183522, 0.0360375196, 0.0209173691, -0.036706429, -0.0188827682, -0.0262407772, 0.0183253437, 0.00228544208, 0.000625796558, 0.0194959361, -0.03135515, -0.0111206267, -0.0112739187, 0.0123818, -0.00345255039, -0.0048705, -0.0224363524, -0.0292090643, 0.00612470601, 0.000495585555, -0.0101381652, -0.0301566869, 0.00737891207, -0.0247078575, -0.0119079892, -0.00743465452, 0.0200394243, 0.0102287466, 0.0155242831, -0.00060358661, 0.00453256117, -0.012862579, -0.00074032991, -0.00689464901, 0.0124514783, -0.0302681718, -0.0115526309, -0.0140819466, 0.0193147715, 0.0165137127, -0.0406641439, -0.0296271332, -0.0224224161, 0.000639296661, 0.00888396, 0.0187991541, 0.0109812701, 0.00141707854, 0.0486353226, 0.00081000803, 0.00291080307, 0.0138032334, 0.00947622303, 0.00327835511, -0.00446985103, -0.00380442478, -0.0290975794, -0.0133991009, 0.0110439807, 0.014019236, 0.00323480624, 0.00668909866, 0.00909996126, -0.00690510077, -0.0890765, 0.0288746096, 0.0025868, 0.0366785564, -0.00169840397, -0.0120473458, 0.0170850735, 0.0429774597, -0.015022601, -0.0131552275, 0.01209612, -0.00947622303, -0.00904421881, 0.0151619567, 0.0293762907, -0.0162768066, -0.0233700387, -0.0322191603, -0.0107164932, 0.00150417618, 0.00130210968, 0.0149668586, -0.0205411073, -0.0448727049, 0.00124723813, -0.0198164545, -0.0242479835, -0.000529553625, 0.00584250968, 0.00247008912, -0.00856344, -0.00428172, 0.0405247882, 0.0187155399, -0.00254150899, 0.00575192785, 0.0169596523, -0.0073301373, -0.00345603423, -0.00703748921, -0.00294564222, -0.0233561024, -0.00510043791, -0.0214608591, -0.0161513854, 0.00413539587, 0.0118801184, 0.0328601971, -0.0209870469, 0.0104168775, -0.0167227462, 0.00702703744, 0.0194959361, -0.011169401, -0.0533734336, 0.0205550436, 0.00103472, 0.00999880861, -0.00132911, 0.059811689, 0.0178515315, 0.000431133318, -0.00242479821, -0.0232306831, 0.0264498107, 0.00413888, 0.0305747557, 0.0163186137, -0.00923931785, 0.00657412969, -0.0162489358, -0.0288746096, -0.0339471772, -0.0380163789, 0.0202066526, 0.0108767534, 0.0179351456, -0.022882292, -0.0274531767, 0.0168899745, -0.0151619567, 0.0180466305, -0.00211124681, -0.0194959361, 0.00637903111, 0.0331389084, 0.0175588839, -0.0130019356, -0.0122981863, 0.0332225226, -0.0183950216, 0.0477991849, -0.0233979095, -0.00572405662, -0.0144791119, 0.00453952886, -0.00788756181, -0.00365810073, -0.0309928246, 0.0139216864, 0.0011662374, -0.0254603811, 0.0257112235, -0.0178654678, 0.0289303511, 0.00428520376, 0.00402391097, -0.00283415709, 0.00882124901, -0.0273277555, -0.00966435391, -0.0388246439, -0.0345324725, 0.00260073552, -0.00885608792, 0.0348669253, -0.00526069757, 0.0198303908, 0.00475553097, 0.00302228797, -0.0182138588, 0.0088700233, 0.0128765153, 0.0245963726, 0.0130158709, 0.0237463, 0.00137875567, -0.0204993, 0.00626057805, 0.0326651, -0.0446497351, 0.00334977522, -0.0050690826, -0.00307803066, -0.00442456, 0.00222447375, -0.00588431628, 0.0106189437, 0.00161914516, 0.00376610202, -0.0031738379, 0.00734407268, -0.0303796567, -0.0127929011, -0.0369294, 0.00960861146, -0.0276482739, 0.000516924483, 0.0287909955, 0.0171547513, 0.00665774336, 0.00843105186, -0.0194959361, 0.0281638931, -0.00377655355, 0.00912086479, 0.0205411073, -0.0162628703, 0.00295957783, 0.0147299524, 8.79822255e-06, 0.0181859862, 0.0216002148, 0.00279235025, 0.0207501408, -0.0144094331, 0.0442037955, -0.015984159, -0.00862615, -0.010591073, 0.0217813775, -0.0108070746, -0.023802042, 0.00854253676, -0.00461617485, 0.00728136254, 0.00387758692, 0.00274357572, 0.00150330528, -0.024457017, 0.00250318623, -0.00382532831, -0.0135384565, -0.0276482739, 0.0325257406, 0.00662638852, 0.00266867154, 0.0137823308, -0.0307419822, 0.0184925701, 0.0176006909, -0.0361211337, -0.00196143892, 0.0240389481, -0.0264358763, 0.020568978, 0.005797219, -0.010786172, -0.00541747315, -0.0201648455, 0.0107931392, 0.0268400088, 0.019063931, 0.0262965187, 0.0357309356, -0.0147160171, 0.00187782513, -0.0295992624, -0.0159284156, -0.00260770321, 0.00134304562, -0.0233700387, 0.000500375929, 0.0170293301, 0.0117337937, -0.0328880697, 0.00084746, -0.00919054262, 0.00431655906, -0.00588083267, -0.0332225226, 0.00345777627, 0.00472417613, 0.00995700248, -0.0034072597, -0.0338635631, 0.0242061764, 0.0238717217, 0.00613864139, -0.00943441596, -0.0132040018, 0.00812446792, 0.0175728202, -0.0103472, -0.0167088117, 0.00658806553, -0.02642194, 0.00967132207, 0.0337242074, -0.0124096712, 0.0253907032, 0.0117128901, 0.0086470535, -0.00730226608, -0.0094065452, 0.0244152099, -0.0023725396, 0.0296828747, 0.00652187131, 0.0314387642, -0.025153799, 0.0193565786, -0.024847215, 0.0202484597, -0.00344384066, -0.015022601, -0.0367900431, 0.0298222322, -0.00406571757, -0.0233142953, 0.0124375429, 0.0169735886, 0.0135523928, 0.0268539432, -0.00362326181, 0.0392705835, -0.0200812314, -0.0209591761, -0.0394378118, 0.00399952335, -0.0258784499, -0.0235930085, -0.00353616406, 0.0223527383, -0.0033741626, -0.00277144695, 0.0455416143, 0.0085843429, 0.0346997, -0.0113784354, -0.0139495581, -0.0140331713, -0.0108976569, -0.0340586603, 0.0427266173, 0.0411379561, 0.0168202966, -0.0159423519, -0.0377376638, 0.0263243895, 0.0274531767, 0.024847215, 0.0167506188, 0.00166443584, 0.00200847164, 0.00203808467, 0.0111415302, 0.0477713123, -0.0299337171, -0.0202763304, -0.0180884376, -0.0274949819, -0.00185169582, -0.0178236607, 0.0364277177, -0.0154406698, -0.00643825764, 0.03247, -0.052927494, 0.019760713, -0.0197189059, 0.0149250515, 0.011824375, -0.0270351078, 0.0140401395, -0.00229415181, 0.0102705536, 0.000530424644, -0.036706429, 0.024498824, -0.00316687021, 0.00827079173, -0.0158726741, -0.00709323166, 0.0143397553, 0.0120473458, 0.0199697465, 0.00257112226, 0.00778304506, 0.00126378669, 0.015635768, -0.00856344, -0.0280106012, 0.00446288288, -0.0215862785, 0.0245545655, -0.026115356, 0.00937170628, 0.00986642, -0.00615954492, -0.0156218326, 0.00863311812, -0.0256972872, 0.0171965584, 0.0334176235, 0.0123121226, -0.0193844512, -0.0340029188, -0.0335569791, -0.0136569096, -0.0287073813, -0.0305468831, 0.0163604207, -0.0155521547, 0.0110788196, 0.0108070746, -0.0339471772, -0.0165833905, -0.00373823056, 0.00743465452, -0.00758794649, 0.015329184, 0.00289512542, -0.0144094331, -0.0408592448, -0.0253907032, 0.0256554801, -0.0180187598, -0.00990822725, 0.012862579, 0.0227847416, 0.0227847416, -0.0163882915, -0.0470187888, 0.00674832519, 0.00603064056, 0.0116850194, -0.0150922788, 0.00810356438, 0.0200115535, 0.0154685406, -0.0177400466, 0.0490533896, -0.0085355686, 0.0331946537, 0.022840485, 0.0251956042, 0.0128068365, 0.0112530151, -0.0385738, 0.0197885837, 0.0376819223, 0.0206665285, 0.00708278, 0.00392636145, 0.0437857248, 0.0197189059, 0.0223527383, 0.0359260328, -0.00620831968, -0.0152176991, 0.0207640771, 0.026770331, -0.0199558102, -0.0116501804, -0.0139077511, 0.040329691, 0.00826382358, 0.0447612181, -0.0272580776, -0.00837530941, -0.0177818537, -0.0361768752, -0.00500637246, -0.00795724057, 0.00970616098, -0.0294320341, 0.0249168929, 0.0048705, -0.00262163882, -0.0263801329, 0.016945716, -0.0221297685, 0.0110857878, 0.0195098706, -0.0147578241, 0.0216280855, -0.00880731363, -0.0149389869, -0.00500637246, 0.0188409612, 0.0358702913, -0.00313899899, -0.0100057768, -0.0177539829, -0.0331389084, 0.00288293185, 0.00121588307, -0.00999880861, 0.00994306616, 0.00565786241, -0.00653929077, 0.00642432179, -0.00360584236, 0.00669955043, -0.00536521478, -0.01633255, -0.0103750704, -0.0077342703, -0.0217535067, -0.0260735489, 0.00331842015, -0.0106398473, 0.0104795881, -0.0367900431, 0.0110091418, -0.00381836039, -0.0232585538, 0.00691555254, 0.001068688, -0.000311374053, -0.00949015841, -0.0186876692, 0.00734407268, 0.0360932611, -0.0343373716, 0.00815233868, -0.00859827921, 0.0154127982, -0.0175031424, 0.0203320719, -0.00271918834, -0.00108697847, -0.00288989977, -0.0205132365, 0.00785969105, -0.0112390798, -0.0153709911, 0.00623270683, 0.00190569635, 0.0166670047, 0.00512134098, -0.0269933, -0.00133433577, -0.0285680257, -0.00527463295, 0.00927415676, 0.00724652363, 0.0014858857, -0.0118383113, 0.0266031027, -0.025962064, 0.0202623941, 0.000173759792, 0.0050377273, -0.00374868233, -0.00772033492, 0.00385319954, 0.00630935282, 0.00654625846, -0.0151201505, -0.0296271332, -0.0173637848, 0.00192485785, -0.0314666368, 0.0188548975, 0.00241783052, -0.00378003763, 0.00532340771, 0.0735800862, -0.00238647521, -0.0024230564, -0.0153988628, 0.00224711909, -0.0164719056, -0.00967132207, 0.00476946682, 0.021572344, -0.0157611892, 0.000677619653, 0.0138938157, 0.00740678329, 0.0628217831, -0.0312157944, -0.0205132365, -0.0102635855, 0.00342293712, 0.0119079892, -0.00900241174, -0.00662987214, -0.000511263148, 0.0134200044, 0.00841711555, 0.0152037637, 0.000676313182, -0.00454649655, -0.00190047047, -0.0402460769, -0.0217117, 0.0180605669, -0.017099008, 0.00815930683, -0.00463011069, -0.00597489811, 0.0513109602, 0.0130019356, -0.00614212546, -0.008089629, -0.0197189059, 0.00949015841, -0.0113366283, -0.000240824971, -0.0407756306, 0.00277493079, 0.00976190343, -0.00590522, 0.0260178074, -0.0061909, -0.015482476, -0.00989429187, 0.00985945296, 0.0399116203, 0.0183253437, 0.00126814167, -0.0228962265, -0.00466494961, -0.0100057768, 0.00475901505, -0.0479664132, -0.0134409079, -0.0294041634, -0.0041876547, -0.0225896444, 0.00868189242, 0.0155242831, 0.0164858419, 0.0114690168, 0.00639645057, -0.0106468154, 0.00132040016, 0.024847215, 0.0146463392, -0.00788756181, -0.0137335556, 0.000163416946, -0.00078823365, 0.0217674412, -0.00454301294, -0.00153814431, 0.00154598313, 0.00691206846, -0.014367626, 0.0113854036, 0.00938564166, 0.0277876314, -0.0146184675, -0.00395074906, 0.00803388655, -0.00181859871, 0.0136569096, -0.0107792038, -0.00344384066, -0.00834047, 0.00946925487, 0.00784575567, -0.0110021736, -0.00547669968, -0.0105841048, -0.0180605669, -0.00466843322, 0.0228265487, 0.0208476912, -0.012172766, -0.0157751236, -0.0306304973, 0.0317453481, -0.0158866085, 0.0173916556, -0.00931596383, 0.0137474909, 0.00566483056, 0.00636161165, -0.00724652363, -0.00451862533, -0.0234257802, -0.0146881454, 0.0134130362, 0.000963299884, 0.00173237198, -0.00138311053, -0.00150069233, -0.0151340859, 0.0119219245, 0.00745555805, -0.00240912079, -0.0184368286, -0.0343652442, 0.0193008371, 0.0122912191, -0.000355358352, 0.0159284156, 0.017294107, 0.00746252574, -0.00261118729, -0.000412842812, 0.0255439952, 0.00610380247, -0.00794330426, 0.0083613731, 0.0030815145, 0.0037591341, 0.0379048921, -0.0171129443, 0.003870619, 0.0271884, 0.00413191179, 0.0129670966, 0.0239274632, -0.00746252574, -0.0287631247, -0.00674832519, 0.024457017, 0.0228962265, -0.00745555805, -0.0379327647, 0.0163186137, 0.0135384565, 0.0126883844, -0.0231052618, 0.0209034327, -0.000620570674, 0.0196213555, -0.0109255277, -0.0254464466, 0.00884215254, 0.0275646616, -0.0225199647, 0.0157193821, -0.0113645, 0.0141098173, 0.0321912877, 0.00403436273, -0.00565089472, 0.00599580165, 0.0215305369, 0.00914873555, -0.00111223687, 0.0251398627, 0.00488791941, -0.00652187131, -0.0106677189, -0.0288746096, 0.00071855553, -0.0047032726, -0.0122703156, 0.00772730261, -0.00280454406, 0.0090720905, -0.00737891207, -0.0229101628, -0.0237602368, 0.0122354766, 0.0323306434, -0.0014789179, -0.000453343207, 0.00274357572, -0.0226593222, -0.0202623941, 0.00666122744, 0.0107722357, 0.0299615879, 0.0105771376, 0.00777607737, 0.00937170628, -0.0328323245, -0.0149389869, 0.00289512542, -0.0294599049, -0.0211542752, 0.010556234, -0.00919751078, 0.0284426045, 0.00285331858, -0.0110021736, 0.0147160171, 0.065553166, 0.0041562994, 0.00895363744, 0.0510322489, -0.0160399, -0.00135436829, -0.00984551664, -0.00582857383, -0.0108419145, 0.0197746474, -0.00749039697, -0.00112268853, -0.0142073669, 0.00203808467, 0.00359190651, 0.0345046, -0.000140009448, 0.0201927163, 0.000872718345, -0.0256554801, 0.0199836828, -0.0155521547, 0.0164997764, -0.00480082165, -0.00733710499, 0.00180988899, 0.0307419822, -0.0438414663, -0.0296550039, -0.000245615345, 0.00631283689, 0.0127232233, 0.00491230702, 0.0165694542, 0.0129322577, 0.00304667535, -0.0033236458, -0.0458203256, -0.0105422987, -0.0140262041, 0.00204331055, -0.00448727049, 0.00660200091, -0.0131482594, 0.0229937769, 0.0216698926, 0.0123469615, -0.0115874698, -0.00837530941, 0.0407756306, 0.00359887443, -0.0122842509, -0.00752523588, -0.0268400088, -0.0318010896, -0.00972009636, -0.00734407268, 0.0276482739, -0.00870279595, 0.020875562, 0.00508301798, 0.0214329865, 0.00234989426, -0.00340900151, -0.00513527682, -0.0249587, -0.0119985705, -0.00767852785, -0.00279060844, -0.00838227663, 0.00146759523, -0.0189663824, -0.00584599329, 0.00957377255, 0.0311321802, -0.0245127603, 0.0258923862, 0.00483914465, 0.0112669505, 0.0260038711, -0.00378352148, -0.0238577854, -0.00336022698, 0.00178375968, 1.38131406e-06, -0.0167784896, 0.0401067212, -0.00396816852, -0.008089629, -0.0223527383, -0.0165833905, 0.00607941533, 0.00939261, -0.02072227, -0.0037208111, -0.0109464312, -0.0280106012, -0.000480778952, -0.000422641286, -0.00442456, -0.00893273391, -0.0305747557, 0.0116919866, -0.040329691, 0.00279757613, -0.0299337171, -0.00582509, -0.0153570557, 0.00943441596, -0.0204435587, 0.00831956603, 0.0013421746, 0.000235163621, -0.00300138467, 0.0172801707, -0.00753917173, -0.0550735779, 0.0220182836, -0.000292648067, 0.027383497, -0.027230205, -0.00969919283, 0.0171686858, -0.023955334, -0.0251119919, 0.0331110395, -0.0246381797, 0.00314422487, -0.00542095723, -0.00354487379, -0.0108628171, -0.00169056514, -0.0239692703, -0.0162628703, -0.0218928624, -0.00582857383, 0.0208476912, 0.0025868, -0.0219764765, 0.0182556659, 0.0339471772, -0.0245685019, 0.0131761311, 0.0152595062, -0.00698871445, -0.0129322577, -0.0136987166, 0.019914005, 0.00180814695, -0.0396607816, -0.000206312528, -0.0166809391, 0.0345603414, -0.00347171188, 0.00891183, 0.0139147192, -0.00958074071, -0.00919054262, 0.00142404635, -0.000808701559, -0.0286795106, -0.00604109233, -0.014520918, 0.0127023198, -0.00710368343, -0.0113157248, 0.0444546342, -0.00867492519, -0.0218231846, -0.0114063071, -0.0131203886, 0.0253767688, -0.00496108131, 0.0154546052, 0.0192032866, 0.00744859, 0.00292473868, 0.00342816301, -0.00889789499, -0.026268648, -0.00205724617, 0.00811053254, -0.0278991163, -0.00207466586, 0.024805408, 0.0412215702, 0.0228544213, 0.0119916033, 0.00909996126, -0.0187712833, 0.00329403277, -0.00817324221, 0.013406069, -0.0154267335, 0.0156636387, 0.0127441268, -0.0123608969, 0.00170798472, -0.0136778131, -0.0013683039, -0.0181720518, 0.0295713898, 0.0217535067, 0.0155103477, -0.0132458089, 0.0100336475, 0.00549063506, -0.0108558498, 0.0153988628, -0.0104517164, 0.00648354832, -0.0223527383, -0.00273486576, -0.00914873555, 0.00217744103, -0.00535824662, -0.00841711555, -0.00231679715, -0.0067100022, 0.0178794041, -0.0144930473, 0.0216420218, -0.00240215287, 0.00379048917, -0.00525721349, -0.00310415984, 0.00476946682, -0.00914176833, -0.0127023198, 0.00799904671, 0.0062431586, 0.0247914717, 0.0219207332, -0.000409794389, -0.00325396773, -0.0163882915, -0.00497501716, 0.0195934847, -0.00680406764, 0.00409010518, -0.00778304506, -0.0147020817, -0.00282196351, 0.0131064523, -0.00958770793, -0.000474682136, -0.00359190651, 0.0141516244, 0.00838227663, 0.01209612, 0.0119288927, -0.0146463392, -0.00196318072, -0.00749736466, -0.0235651378, -0.0176285617, -0.00352048664, -0.00649051601, 0.012555996, -0.0287352521, -0.00055916683, -2.76535011e-05, -0.0219625402, -0.00589476805, -0.00172453327, -0.00800601486, 0.0167366825, 0.00170450076, -0.000121718949, 0.0538193733, 0.0114829531, 0.0114063071, -0.0183810852, 0.00223840936, -0.00350829284, 0.028275378, -0.00710019935, -0.0115735345, -0.0133572938, -0.00556379696, 0.00430610729, -0.00483217696, 0.00269828481, -0.00120368937, 0.0145905968, 0.0207640771, -0.000879686151, -0.0171268806, 0.0207083337, 0.0115247592, -0.0302124284, -0.0123818, -0.00473462744, -0.00425384846, -0.0219764765, 0.00123678648, 0.00672045397, 0.00263905851, -0.00479037035, -0.00351003488, 0.0079781441, -0.017489206, -0.0105004916, -0.00323480624, 0.00646264479, 0.0206247214, 0.0305468831, -0.0221158322, -0.0274671111, 0.00928112399, -0.0138520086, -0.0152734416, -0.0227150638, -0.0036093262, 0.00868189242, 0.00965738576, -0.00235686218, -0.00919751078, 0.0046335943, -0.00396120083, 0.0143815624, -0.00479037035, 0.0134339398, 0.000618828752, -0.0106537836, 0.021223953, 0.00476598274, 0.0209591761, -0.00284112501, 0.0141307209, 0.00407965342, -0.0135523928, 0.00741375098, 0.0124932854, 0.0115456628, 0.00216698926, -0.00935777, 0.00946228765, 0.0132945832, 0.0108906887, -0.00254673488, -0.00752523588, -0.0140122678, 0.00298396521, -0.0112878541, 0.0109533994, -0.00423294539, -0.00264080032, -0.00152769254, 0.0250423122, 0.00362326181, 0.0170572, -0.00822898466, 0.00573450839, 0.000688071363, -0.0150922788, 0.00403087866, 0.0119497962, 0.0114968885, 0.0153849265, 0.0018307924, 0.00775517384, -0.0189385097, 0.00541398907, -0.0252513476, -0.0207362063, -0.0218789261, 0.0156497043, 0.0102287466, 0.00784575567, 0.00243699201, -0.0103262961, 0.00372429495, -0.0130785815, -0.0358424187, -0.00990126, 0.0154546052, 0.000584425172, 0.0162768066, -0.0166809391, -0.0253210254, 0.0135454247, 0.00668561459, 0.00986642, -0.0131830983, 0.00198931014, -0.00069591013, -0.00774123799, 0.000261728419, 0.00480082165, -0.00785272289, 0.00766459201, -0.00747646112, 0.00420855777, -0.00307280477, -0.0379606336, 0.00854253676, 0.00135959417, -0.00953893363, -0.0255439952, 0.0125978021, -0.0166948754, -0.0121797342, -0.0265473612, 0.00279583409, 0.0131761311, 0.0075113005, 0.0068214871, 0.0184925701, 0.0108070746, 0.000757314, -0.00564044295, -0.0161513854, -0.0233700387, 0.00958770793, 0.00114359194, -0.000204135096, 0.0212100167, -0.0056160558, 0.00733710499, 0.00639645057, 0.00264254236, 0.00964345, -0.0167506188, -0.0013029807, 0.00265822, 0.000434399466, -0.0246103089, -0.01174773, -0.0107025579, 0.0140471067, 0.00935080275, 0.0122563802, -0.00651838724, -0.00132649706, 0.0106816543, 0.00537218247, 0.0158866085, 0.0149529222, -0.0345324725, 0.00143188518, -0.02218551, -0.0275925323, 0.0174613353, 0.00178114674, 0.0124166394, 0.00303796562, 0.00319822528, -0.000484698365, -0.0126744481, -0.00625709444, 0.000567876617, -0.00972706452, 0.00174543669, 0.02642194, 0.000737717, -0.0163046774, 0.0104935234, 0.000573973462, 0.0140122678, 0.0294599049, 0.0122563802, 0.0169039089, 0.00476249866, -0.0141167855, 0.0389918722, 0.0146463392, -0.0144930473, -0.00670651812, 0.00154946698, 0.00113139837, -0.00646264479, -0.00413191179, -0.0144233694, -0.0098524848, -0.0171129443, 0.000714636117, -0.0110718515, 0.0174613353, -0.0263104551, 0.00287770596, 0.0115247592, 0.00728136254, -0.0166530684, 0.0183253437, 0.00231853919, -0.017642498, 0.00698871445, 0.00677271234, 0.0164997764, -0.00266692974, 0.0287352521, -0.0318289623, 0.0107931392, -0.00384274777, 0.00810356438, 0.00538611785, 0.0146463392, -0.0198443253, 0.00606547948, 0.00290906103, 0.00673090573, 0.0305190124, -0.0119288927, -0.0142979482, 0.00268783304, -0.0106468154, 0.00662290445, -0.0111763692, 0.0136151025, 0.00834047, -0.0170153938, -0.00201021344, 0.00264951028, -0.00949712656, 0.00830563065, 0.0163464844, -0.00552895805, -1.5786447e-05, 0.0333340093, 0.00324874185, 0.00746252574, 0.0171129443, 0.0189942531, 0.0206386559, -0.0142003987, -0.0202484597, -0.00464753, 0.00706884451, -0.0202484597, -0.00076384627, -0.0127650304, -0.0253907032, 0.0175031424, 0.00386365131, 0.0132806478, 0.00808266085, -0.0131482594, 0.0144373048, -0.0110230772, -0.0195656139, 0.0198025201, 0.0377376638, 0.00115578563, 0.0222412534, -0.0102635855, 0.0100127449, -0.0144930473, 0.00250144419, -0.010361135, 0.0131830983, 0.00981067773, -0.0138589758, 0.00951106194, 0.00610728655, -0.00921841431, 0.030964952, -6.37445846e-05, 0.00482172519, 0.0238159783, -0.00347519573, 0.0122145731, 0.00852163322, -0.00220705406, 0.0012507221, -0.00676226057, -0.0109673347, 0.0190918017, -9.96179224e-05, -0.0174334627, 0.0136499424, -0.00629193336, 0.0213911794, 0.0290139653, -0.0421970636, 0.0289582238, 0.0104726199, 0.00657064607, 0.0273277555, -0.00563347526, 0.00613864139, 0.0261571631, -0.00659154914, -0.00240041083, 0.00637903111, -0.0121588307, 0.0157333184, -0.00805479, 0.00967828929, 0.0188827682, -0.00834743772, -0.0115386955, -0.0040134592, -0.00928809214, -0.0107234614, -0.00421900954, 0.0209034327, 0.0345603414, 0.000665425963, -0.0165137127, -0.00652187131, -0.0165137127, 0.0350341536, 0.0160677731, -0.0157333184, 0.0123539288, -0.00135175535, -0.0207780134, 0.0378491506, 0.000318341859, -0.006932972, -0.00396120083, -0.0291254502, -0.0159423519, -0.0110509489, -0.00517708343, 0.00815233868, -0.012249412, -0.0171547513, -0.00949712656, -0.00872369949, 0.00999184139, -0.0171547513, -0.0218231846, 0.00352222845, 0.00960164331, -0.0058390256, -0.0219067987, -0.00318080583, 0.00937170628, 0.0116989547, -0.00115491473, -0.0161374509, -0.00235337811, 0.00581115438, -0.000215675522, 0.00161740312, 0.01063288, 0.00420507416, 0.0144094331, 0.0190499946, 0.00960861146, 0.00513179274, -0.00609683478, 0.0103750704, 0.00478688627, 0.00476598274, -0.00488095172, -0.0198443253, 0.0151898284, -0.0162489358, 0.00190395443, 0.00818021, -0.0102287466, -0.00577283138, 0.0152037637, 0.00854253676, -0.00694342377, 0.0149529222, -0.000714200665, 0.00330971018, -0.0154546052, -0.0172244292, -0.00088883139, -0.00839621201, 0.0274949819, -0.00158256409, -0.00675877696, 0.0118731502, 0.000939783524, -0.0138311051, 0.023955334, 0.00182556652, 0.000614909339, -0.00208860147, 0.00781091629, -0.000719426491, -0.0128416754, -0.0109115923, 0.0195238069, 0.00274009164, 0.0177121758, -0.00520147104, 0.000387802225, -0.00983158126, 0.00245092763, 0.00661245268, 0.0124096712, 0.01779579, 0.00447333464, -0.00466843322, -0.00124810915, 0.0181999225, 0.00759491418, -0.0312715359, 0.0176843051, 0.024457017, 0.00554986158, -0.00224537705, 0.00888396, 0.00875157118, 0.0377376638, 0.00142665929, -0.0202345233, -0.00806175731, 0.0195377432, -0.0106816543, -0.0100266803, -0.0184925701, 0.00968525745, -0.0133572938, 0.00424339715, -0.0189663824, 0.00185343775, -0.0227568708, -0.00150766014, 0.00328880688, -0.00214608572, -0.000822637172, 0.0204574931, 0.0311879218, -0.0330552943, -0.0207501408, 0.00477991858, -0.0238438491, 0.00124288327, -0.0206247214, 0.00121588307, 0.0213075671, 0.00134043267, -0.00756007526, 0.00171930739, 0.0267563947, -0.0136220707, -0.00347519573, -0.00361629389, 0.0141307209, -0.015677575, 0.000864444068, -0.0309092104, 0.00831956603, 0.0118522467, 0.00709323166, -0.0227011293, -0.00992913079, 0.01467421, 0.00896060467, -0.0020258911, 0.0134618115, 0.00472417613, -0.00141794956, 0.0145627251, -0.0112669505, 0.00204331055, 0.0210009832, 0.0136220707, 0.0164997764, -0.00744859, -0.00110614, 0.0122145731, -0.0124514783, 0.00195621303, 0.0244012736, -0.00865402166, 0.00765762432, 0.000884476525, -0.0416396409, -0.0144651756, -0.000310938573, -0.00942744873, 0.00880034547, 0.0222691242, 0.01633255, -0.000523021328, -0.0195516776, 0.00908602588, -0.012326058, -0.0169317815, -0.0478270538, -0.00258157402, 0.0151480213, -0.0248193424, 0.0102984244, -0.00552547444, -0.00725349132, 0.0250701848, 0.02364875, 0.0120891519, 0.00642083772, -0.0152455708, 0.00571360532, -0.00452907709, -0.00117668905, -0.0272023343, 0.00776214153, -0.0121657979, -0.010514427, 0.0151062142, 0.000136090064, -0.0219346695, -0.0132736806, -0.000916267163, 0.0112669505, 0.00168185541, -0.0159144811, -0.0256694164, 0.0150086647, 0.017642498, 0.0185483135, 0.000222534465, -0.0219346695, 0.00358145498, 0.0307141114, -0.00926022138, -0.00106520415, 0.00861918274, 0.00929506, 0.00334629137, -0.0155660901, 0.00919751078, 0.00214086, -0.00402042689, 0.0177400466, -0.00314770872, 0.00102601014, -0.0267145876, -0.0142352385, 0.00217569899, -0.0101102935, -0.00444198, -0.0127510941, -0.018562248, -0.000258897722, 0.0198303908, 0.00967132207, 0.0318847038, 0.002137376, -0.00240737875, -0.023802042, -0.00230808742, 0.00704794098, 0.0255439952, 0.0301288161, 0.00128991599, -0.0136499424, 0.00547669968, -0.018604055, 0.0223945454, 0.0147856949, -0.017447399, -0.0154127982, 0.00657761376, -0.0300173294, -0.0111833364, -0.0117686326, 0.0252513476, -0.0276204031, 0.0149111161, 0.00658458145, 0.00806175731, -0.0157054458, 0.00358493882, 0.0118801184, -0.0174055919, -0.00464056199, 0.00590173621, 0.0204714295, -0.00769246323, 0.000527376193, -0.00321912882, 0.0180605669, 0.0102287466, 0.0154964123, 0.00358842267, -0.0122354766, 0.00932293106, -0.000528247154, 0.00904421881, -0.00622225553, -0.0253488962, -0.00956680439, -0.0140680103, 0.0235233307, 0.00272267219, -0.000372995652, -0.0133572938, -0.00448030233, 0.0286516398, 0.0230634548, 0.00573799247, 0.0201091021, 0.010242682, -0.0149111161, 0.020568978, 0.0537078865, -0.00712458696, -0.0120821847, -0.00293344841, -0.017447399, -0.0131830983, -0.00498198485, -0.0193287078, 0.00983158126, 0.017294107, -0.0029386743, -0.0264358763, -0.00367552042, 0.0147160171, 0.0143954977, 0.00173063, -0.0185343772, 0.0123887686, 0.0476877, -0.0248611495, 0.00591915566, -0.0149947293, -0.0180187598, 0.00041697995, 0.00135001342, -0.0249447636, -0.0109743029, 0.00494366186, 0.0066786469, -0.00896060467, 0.0171826221, -0.00198931014, -0.00964345, 0.00469630491, 0.0118522467, 0.00705490867, -0.00976190343, 0.010207843, 0.0101381652, -0.0156078972, 0.0164719056, -0.000543924747, -0.0046719173, 0.00186040555, -0.0051492122, 0.00178724353, -0.0161513854, -0.000636248267, -0.018910639, 0.0104447491, 0.00921144616, 0.00825685635, 0.0145348543, 0.019412322, -0.0178097244, 0.0219486058, 0.00440714043, 0.011824375, 0.00209034327, -1.85762929e-05, -0.0163604207, -0.00560560403, -0.00740678329, 0.0343373716, 0.0220322181, -0.00550108682, -0.00662987214, -0.00024539759, 0.0022837, 0.00194401934, -0.00451862533, 0.00658458145, -0.00790149812, 0.0146881454, 0.00520495512, 0.0102984244, 0.00330274249, 0.00612470601, 0.00362674566, -0.0119079892, 0.0109255277, -0.0142840128, 0.0106468154, 0.014061043, 0.0087585384, 0.00411100872, -0.00654277485, -0.00400649151, -0.000904073473, 0.00173411402, 0.00676922826, 0.0135732964, -0.0286516398, -0.00140053, 0.022338802, 0.0100754546, 0.0228544213, -0.0164579693, 0.00328706484, 0.00351700257, 0.0049575977, 0.00534779485, 0.00621528737, 0.011322693, 0.0105701694, 0.0201509092, 0.0108488817, -0.0363719724, 0.0285958964, 0.0243594684, -0.010284489, -0.00254847691, -0.00127772242, 6.0097369e-05, -0.0319961868, 0.0108558498, -0.00571708893, 0.027926987, 0.0122633474, 0.0381557345, -0.0243315957, -0.0038113927, 0.00116449548, -0.0198164545, -0.00449772226, -0.00391939376, -0.00271047861, 0.0174055919, -0.00779698044, -0.018562248, 0.0185204428, 0.00534431124, -0.000791717554, 0.0127998693, -0.0171547513, -0.0154406698, -0.00105823635, -0.00857737567, -0.00560560403, 0.00821504928, 0.00177417893, 0.013134324, -0.0128486436, -0.0117407618, -0.00684587425, 0.0159423519, -0.00588431628, 0.006163029, 0.00838227663, -0.00538960192, -0.0188270248, 0.00307106273, 0.0086958278, -0.0235512014, -0.00211473065, -0.00417371886, 0.00101817143, -0.00641387, -0.00214260188, 0.0164997764, -0.0016879522, -0.00665425975, -0.0256415457, -0.00976887159, 0.00217918283, -0.0133015513, 0.00133085193, -0.00203808467, 0.00356751936, -0.0126047703, -0.00984551664, 0.0162628703, -0.0185901206, 0.00868189242, 0.0152176991, 0.0061316737, -0.0110648843, -0.017642498, -0.00459527131, 0.00503424369, 0.00542095723, -0.00140140101, 0.0190360602, -0.0114550814, 0.0023707978, 0.000464665907, 0.0169735886, -0.0143536907, -0.0248611495, 0.00964345, 0.00987338834, 0.0106189437, -0.0164161623, -0.0281778276, -0.0169596523, -0.00750433234, -0.0294320341, 0.0310485661, -0.0115317274, 0.00136220711, 0.000748604187, 0.00553941, -0.0170153938, 0.0052502458, -0.0117756007, 0.0073301373, 0.00626406213, -0.00243873382, 0.030045202, -0.00956680439, 0.0155939609, 0.011671084, 0.000316382182, 0.0122703156, 0.00816627499, 0.00499940431, 0.0101799723, 0.00144930475, -0.0287631247, 0.00185517967, -0.0181163084, -0.0155660901, 0.00411797641, 0.00354487379, -0.00154162815, 0.0026651877, 0.0153152486, -0.0201369748, 0.00834743772, -0.0181302447, 0.0116850194, -0.0197328404, 0.0285958964, 0.012904386, -0.00580070261, -0.000352527684, -0.0022087961, 0.00488095172, 0.0015773382, 0.00839621201, -0.0228126142, -0.00304319151, 0.00537218247, 0.00365113304, 0.00193879346, -0.0105213951, 0.0080269184, 0.0137683945, -0.00153466035, -0.00208163355, 0.013789298, 0.0117965043, 0.0102357147, 0.00799207948, -0.00838924479, -0.00898847636, 0.0055045709, -0.000135763446, -0.00595747866, 0.0278155021, -0.00605502771, -0.000580070249, -0.0288746096, 0.00636161165, -0.0121030882, 0.00312854722, 0.00481824158, 0.00512134098, -0.00838924479, -0.0131203886, 0.0081384033, -0.00949015841, 0.00376610202, -0.0160538368, -0.00719078118, 0.0142561411, 0.0224224161, 0.0285401549, -0.0083613731, 0.0129949674, -0.00544882845, -0.029041836, 0.00136917492, 0.00400649151, 0.0151062142, 0.00320693501, -0.0250980556, 0.0144233694, 0.0116571477, 0.00818021, -0.000391068403, -0.00486004818, -0.017489206, 0.00124375429, 0.00634767581, -0.0200394243, -0.00602715649, 0.0305190124, -0.0234675873, -0.0166809391, 0.00399952335, -0.0104099102, -0.00604806, -0.0120682493, 0.00475553097, 0.0217953138, 0.00270002685, 0.0137544591, 0.00460920716, -0.0252931546, -0.00390545814, -0.0110300453, 0.0108349463, -0.0186737329, -0.0216698926, -0.0205968488, -0.012555996, 0.0172662362, 0.0103193279, -0.00749736466, -0.0184228923, 0.024805408, 0.00733710499, -0.0189524461, -0.00686677778, -0.0155800255, 0.00291777099, -0.0168063603, -0.00520147104, -0.00289512542, -0.000638861209, -0.000729007239, 0.0157333184, -0.00877247378, -0.0142282704, -0.00750433234, -0.00210602093, -0.0211542752, -0.0354522243, -0.00681800302, -0.00995700248, -0.0226453859, 0.00677271234, 0.0265612956, 0.0106816543, -0.00582509, 0.00351526076, 0.0364834592, 0.0246799868, 0.00568573363, 0.0319961868, -0.00911389664, -0.0215584077, 0.0243734028, -0.0188967045, 0.0296271332, 0.0117546972, -0.0150922788, 0.024805408, 0.00145104667, 0.00626406213, 0.00253279926, 0.0178933386, -0.0111624338, 0.00642432179, 0.00561257172, -0.0155103477, -0.00068241, -0.00801298302, 0.0124514783, 0.00531992363, -0.00647309655, -0.0199558102, -0.00541398907, 0.0241643693, -0.0228265487, 0.0429495871, 0.00163830654, -0.0263383258, 0.0224781595, 0.0169178452, -0.0147996312, -0.0114550814, 0.0239274632, -0.01925903, -9.29222952e-05, 0.0081384033, -0.000518666464, -0.0205411073, 0.0407756306, -0.012988, 0.0130646462, -0.01209612, 0.0359539054, 0.00893273391, 0.000493843632, 0.00328880688, -0.00302925589, 0.00926022138, -0.00692948792, -0.00440365681, -0.00332190399, 0.0162210651, -0.0224781595, -0.0303239133, 0.0169735886, 0.0177400466, 0.0290139653, -0.0288467389, -0.0103820385, -0.00605851179, -0.0139704617, 0.0179769527, -0.0119428281, 0.0112739187, -0.0127789658, -0.00978977419, 0.00422946131, 0.00442804396, -0.0166112613, -0.00575541193, 0.00615257723, 0.0184228923, 0.0204574931, 0.0269096866, 0.00187608309, -0.0109743029, 0.00348216365, 0.0143397553, 0.0067518088, 0.00162001606, -0.0227708071, -0.00207466586, 0.0053303754, 0.0255161244, -0.0091835754, -0.00366506865, -0.0192729663, 0.0144233694, 0.000526505231, -0.015677575, -0.0128486436, 0.0138868475, -0.00453256117, 0.0165833905, 0.0042677843, 0.00788059458, 0.00328532304, -0.0140331713, -0.014869309, 0.00742071867, -0.00677968, 0.0041249441, 0.00972009636, -0.0116153415, -0.00428520376, -0.0248611495, 0.0356751941, -0.022533901, 0.0396886505, -0.0175728202, 0.0154406698, -0.000868363481, -0.0128068365, 0.00997790508, -0.00541398907, -0.0112112081, -0.0145766605, -0.00331842015, 0.00163830654, -0.0118801184, 0.0165276472, 0.0201509092, 0.00332712987, 0.0124375429, -0.0534570478, 0.00211473065, 0.000520843896, 0.00275054341, -0.00787362643, -0.000599667255, -0.00385668338, 0.00718381302, -0.00384623162, -0.00654625846, -0.00551153859, -0.0100754546, 0.00589825213, -0.00283067324, -0.0141167855, 0.00505166315, -0.00112268853, -0.00627799798, 0.00820808113, -0.00499940431, 0.0044907541, 0.00953196548, 0.0181302447, 0.00737194438, 0.0101102935, 0.00809659623, 0.0160817076, 0.00781091629, 0.000192376916, 0.00285331858, -0.00441759219, -0.00111049495, -0.0170014594, -0.009741, -0.0210985318, -0.00729529839, -0.0277040172, -0.0160956439, 0.0200115535, 0.00210427889, -0.00235686218, -0.000327269372, 0.00275925314, -0.0136917485, -0.0118801184, -0.00546973152, -0.0104656527, 0.0111833364, 0.00713503873, 0.00656019431, 0.022143703, -0.0102566183, -0.00279931817, -0.015830867, -0.0151619567, 0.006163029, 0.0156218326, 0.00123939943, 0.00707232812, -0.00321912882, -0.00691903662, 0.0155242831, -0.00360584236, -0.00328706484, -0.00526766526, -0.0011671083, 0.00466843322, -0.0161513854, 0.0073998156, -0.026463747, -0.00684239063, -0.00707929628, 0.0063058692, 0.0107164932, -0.0204435587, 0.00363371358, 0.00785969105, -0.0276761465, -0.00224189321, -0.0134200044, 0.0114968885, -0.0219346695, -0.0144930473, 0.0416117683, -0.00168969424, 0.00874460302, 0.0130785815, 0.00549760275, -0.00348042161, -0.00550805451, 0.00857737567, -0.00502727553, -0.0123957358, 0.000758184935, 0.0028289312, -9.11259049e-05, 0.00822201744, -0.000152420864, 0.0152734416, -0.00228544208, 0.00790846534, 0.0342537612, -0.00843105186, 0.0167784896, 0.0128347082, -0.0129601285, 0.0172383655, -0.000248010532, 0.00526418118, -0.00653580669, -0.0124305747, -0.0169039089, -0.0105422987, -0.00935777, 0.00411797641, -0.0112390798, -0.0126605127, -0.00336545287, -0.0222691242, 0.0120125059, -0.0224224161, 0.00328009715, -0.0153709911, -0.0039333296, 0.00724652363, 0.00849376153, 0.0128765153, 0.000198691487, 0.00420855777, 0.00728136254, -0.0047834022, 0.00277318875, 0.0221297685, 0.0108349463, -0.00341422739, 0.00724652363, 0.012904386, 0.00374868233, 0.00303970766, -0.0234397165, 0.00784575567, -0.00828472711, -0.00513179274, 0.00253279926, -0.00843801908, -0.00806175731, -0.000603151158, -0.00639296649, -0.0127789658, -0.012172766, 0.00370339165, 0.00380094093, -0.0115874698, -0.00127423846, 0.0151480213, 0.00350829284, -0.00517011574, -0.0196492281, 0.0223248675, 0.00965738576, -0.0079154335, 0.00730226608, 0.00154337019, 0.0101869395, 0.0244152099, -0.01633255, 0.011824375, 0.00136743288, -0.0199697465, 0.00268434919, 0.0125211561, 0.000817846856, -0.00278538256, 0.00732316962, -0.0217117, 0.021990411, 0.0059505105, -0.0155103477, -0.01779579, 0.00488095172, 0.0178515315, -0.00980371051, 0.0291533209, 0.013670845, 0.0104656527, -0.0169317815, 0.0415281542, -0.0253488962, 0.0206247214, 0.0111484975, -0.0142422058, -0.0028672542, 0.0348669253, 0.0101172617, -0.00668909866, 0.00274357572, -0.0150365364, -0.00171233958, -0.000395205541, 0.0336963348, 0.00501682376, 0.00838924479, -0.0318568312, 0.00712458696, -0.00540005369, -0.034476731, -0.00519101927, -0.0216002148, 0.00242479821, -0.00293344841, 0.0103262961, -0.0193705149, -0.000857911771, -0.0131830983, -0.0128834825, -0.0273138192, -0.00330796838, 0.000995526, -0.00890486222, -0.00703052152, 0.0181720518, 0.0113575319, -0.00460572308, 0.00924628507, -0.00900938, 0.0130716134, -5.201362e-05, -0.0236626863, 0.0133363903, -0.0153570557, 0.00141882058, -0.00700961798, 0.00475553097, 0.00921144616, -0.00698871445, -0.0198303908, 0.00691206846, 0.00482869288, 0.00662638852, 0.00663684029, 0.00395423267, -0.000822637172, 0.00144320785, 0.00628844975, -0.0141585926, 0.000699829543, -0.0168621037, -0.027926987, 0.00658458145, 0.0128556117, -0.00729529839, 0.0112739187, 0.00646961248, -0.0108210109, 0.0175310131, -0.0194680635, 0.0133991009, -0.0150365364, 0.00226976443, 0.00114968885, 0.00319125759, 0.0233839732, 0.0107583, 0.0136499424, -0.00233770069, -0.014367626, 0.00722562, -0.0138102015, -0.00552547444, -0.00435139798, 0.0113435965, 0.00751826819, 0.0170014594, -0.00396816852, -0.00321738678, -0.0142840128, -0.0132179381, -0.0110300453, -0.00957377255, 0.0122354766, -0.0126047703, -0.000582683191, -0.00941351242, -0.00540005369, -0.00283764116, -0.0137753626, 0.00908602588, 0.00922538154, 0.00556728104, -0.00888396, 0.0276622102, 0.0200951677, -0.0221576393, -0.00194750319, 0.00278538256, 0.0174334627, -0.0104865553, 0.00546973152, 0.0123190898, 0.00259550964, 0.00275054341, 0.0118383113, 0.00361281, 0.0049959207, 0.0113645, -0.0155521547, 0.00115404371, -0.00794330426, -0.0294599049, -0.00562302349, -0.0117128901, 0.00625012675, 0.010207843, 0.000696781091, -0.00488095172, 0.0100057768, -0.00537566608, -0.0222273171, 0.0425872616, -0.000611860887, -0.029041836, 0.00653580669, 0.000770814077, 0.00231679715, -0.0308813397, 0.00436881743, -0.0157751236, 0.0280524082, -0.00355532556, -0.0149529222, -0.000452472246, -0.0100197122, -0.0219067987, 0.0373474658, 0.0104795881, -0.0017855016, -0.0213911794, 0.00542792492, -0.0156497043, -0.0015773382, 0.00537218247, 0.00454998063, -0.00585296145, -0.0065985173, 0.00243525, -0.00327487127, -0.0107234614, 0.0193426441, 0.00756007526, 0.0260317419, 0.00944835227, -0.0107164932, -0.0214469228, -0.0137056848, -0.0163604207, -0.000351874449, -0.00300138467, 0.0069643273, -0.0231331326, -0.0136011671, -0.0087585384, 0.0119846351, -0.000951106194, 0.0165694542, -0.014869309, -0.00781091629, -0.00724652363, 0.0100754546, -0.0148832444, 0.0349784121, -0.00962254684, 0.00331145222, 0.00470675621, -0.00685981, -0.0172662362, 0.0116501804, 0.00422597723, 0.00497501716, 0.00361629389, -0.000756878464, 0.000124658502, 0.00568573363, -0.00519450335, -0.0336963348, 0.0167366825, -0.00834743772, -0.0144373048, 0.00817324221, -0.0195934847, -0.0104726199]
|
24 Aug, 2021
|
HTML5 | MathML <munder> Tag
24 Aug, 2021
The MathML <munder> tag in HTML5 is used attach any accent or limit under the expression.Syntax:
<munder> base underscript</munder>
Attributes: This tag accepts some attributes which are listed below:
accentunder: This attribute defines the tag contains the accent or not. Possible values are true that means the elements is an accent that drawn closer to the base expression and false that means the elements is an limit that drawn closer to the base expression.
align: This attribute holds the alignment value of the underscript. Possible values are left, right and center.
class|id|style: This attribute is used to hold the styles of the child elements.
href: This attribute is used to hold any hyperlink to a specified URL.
mathbackground: This attribute holds the value of the math expressions background color.
mathcolor: This attribute holds the color of the math expressions.
Below example illustrates the concept of HTML5 <munder> tag:Example:
html
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML munder tag</title>
</head>
<body>
<center>
<h1 style="color:green">GeeksforGeeks</h1>
<h3>HTML5 MathML <munder> Tag</h3>
<math>
<munder accentunder="true">
<mrow>
<mi>GeeksforGeeks</mi>
</mrow>
<mo> ⏟ </mo>
</munder>
<mrow>
<mo> = </mo>
<mi>A Online Computer Science Portal</mi>
</mrow>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML <munder> tag are listed below:
Firefox
Safari
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute/HTML5 MathML scriptsizemultiplier Attribute/HTML5 MathML selection Attribute/HTML5 MathML separator Attribute/HTML5 MathML rspace Attribute/HTML5 MathML stretchy Attribute/HTML5 MathML subscriptshift Attribute/HTML5 MathML supscriptshift Attribute/HTML5 MathML symmetric Attribute/HTML5 MathML voffset Attribute/HTML5 MathML width Attribute/HTML5 MathML Complete Reference/HTML5 | MathML <munder> Tag
|
https://www.geeksforgeeks.org/html5-mathml-munder-tag/
|
NextJS
|
HTML5 | MathML <munder> Tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, HTML5 MathML stretchy Attribute, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, HTML5 MathML Complete Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, HTML5 MathML voffset Attribute, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, HTML5 MathML rspace Attribute, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML separator Attribute, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, HTML5 MathML subscriptshift Attribute, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, HTML5 MathML supscriptshift Attribute, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, HTML5 MathML selection Attribute, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 | MathML <munder> Tag, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML width Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, HTML5 MathML symmetric Attribute, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, HTML5 MathML scriptsizemultiplier Attribute, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0309663843, 0.0139598828, -0.015475614, -0.012285, 0.0623874888, -0.00170425011, 0.00776812155, 0.038469255, 0.00521032559, 0.00687005091, 0.00148541643, -0.0114513477, 0.00604018802, 0.00223949272, -0.0177340526, -0.015809074, -0.0186586492, 0.0235089883, -0.0410156809, -0.00647596084, -0.00896554906, 0.0128912926, -0.0471695513, 0.00980678, -0.0355893634, 0.0105343303, 0.0121106906, 0.0210080314, 0.0243881121, 0.016870087, -0.00623723306, -0.00561578339, 0.0181887727, 0.00187571719, -0.0149072148, 0.0261615179, -0.00977646559, 0.0280864965, -0.0192043129, -0.036135029, 0.0320122391, -0.0322547555, 0.00933690276, 0.0478667878, 0.0236454047, 0.00907922909, 0.0142630292, -0.00910196453, -0.0295264404, -0.00957184192, 0.0077757, 0.0212050769, 0.00617660396, 0.0330429375, 0.000590187788, 0.00798032433, 0.0168094579, 0.0363169163, -0.0164305251, -0.000542821188, 0.014361552, -0.0538387671, 0.00409626309, -0.0111254659, -0.0310118571, 0.00296893809, -0.0179765709, -0.00464571547, 0.0128382416, -0.00712014642, 0.00791211613, -0.00647975039, 0.034952756, 0.00134426402, -0.033740174, -0.0125881461, 0.0111785168, 0.011746916, 0.0215840098, 0.0141569283, 0.0187495928, -0.00981435832, -0.0120121688, 0.0108829485, 0.0413188264, 0.0353165343, -0.0240243375, -0.0453506708, -0.0103751794, 0.00214854884, -0.0183100309, 0.042076692, 0.0157787595, -0.00966278557, -0.019371042, -0.00486928597, -0.000707656902, 0.00898828544, -0.0358015671, -0.00876850449, 0.0238121338, 0.0337704867, 0.000988067128, -0.0162334796, 0.00380448485, 0.00226412318, 0.0179159418, 0.0217962116, 0.00544147426, 0.0362866, 0.0186586492, -0.0325275883, -0.0079272734, -0.0157939177, 0.0128988707, 0.0360440835, -0.000611502735, -0.0626300052, -0.00254263892, 0.0305722952, -0.00927627366, 0.00348618138, 0.0108223194, 0.0487155952, -0.0227814373, 0.0284502711, -0.0380448475, 0.00248769368, 0.00581282843, 0.0194771439, -0.022432819, 0.00803337432, -0.0185070764, -0.00970067829, 0.00402047671, 0.0155817149, 0.00640017446, -0.00980678, 0.00997351, -0.0131034944, -0.0299963169, 0.00670332043, 0.000535242551, 0.00174782739, -0.057173375, -0.0199773349, 0.0137931528, 0.0565367676, 0.00344260409, 0.00935963914, -0.0118605951, -0.0182342436, 0.0265101362, -0.0113452468, 0.0106934821, 0.0134293772, 0.0105115948, 0.0163244233, -0.0394999497, 0.0482911915, 0.0278742947, 0.0194619857, 0.0278742947, 0.0154149849, -0.0108829485, 0.0466845147, -4.82547184e-05, -0.00645701401, -0.0252975505, 0.0469270311, -0.0235544611, 0.0173096489, 0.0212505497, -0.00770749245, -0.0138992537, 0.0261463597, 0.0162183214, -0.0133687481, 0.0201743804, -0.00331376703, -0.0424101539, -0.00934448186, 0.0112164095, 0.032739792, -0.00284578511, -0.00106385374, 0.0231906846, 0.016976187, -0.0132778035, 0.00327018974, -0.0207806733, -0.00746497558, 0.0295415986, -0.00431604404, 0.0560214184, -0.00298599014, -0.0313756317, 0.0615386814, 0.0124289943, -0.00942026824, -0.00398637261, -0.0372566693, 0.0309966989, -0.0084274644, 0.00930658821, -0.000723287929, 0.018764751, -0.00248769368, 0.0177795254, -0.0180978291, -0.0170974452, -0.0129595008, 0.0101629766, -0.00615007849, -0.0141796637, 0.0149072148, -0.0537478216, -0.0342555232, -0.00832136348, -0.0351649597, 0.0291171931, -0.0183251891, -0.0145737538, -0.0147101693, -0.0446231216, -0.023221, -0.0217507407, -0.0226601791, -0.0124517307, 0.0261615179, -0.00829104893, 0.033740174, 0.00398258353, 0.0113300895, 0.00850325078, 0.0211444478, 0.000609134382, -0.00308072334, 0.0298750587, 0.0269800127, -0.0218568407, 0.00858661626, 0.00782117248, 0.0013262647, 0.0137173655, -0.0165063106, 0.0234483592, -0.0467148311, 0.017142918, -0.028889833, 0.0107313758, -0.0287231039, 0.000159388597, -0.00929143094, -0.0326185301, 0.037468873, 0.0251914505, -0.0428042449, -0.0264343489, 0.0157939177, 0.0273286309, -0.00537705608, -0.0439865142, 0.0252672359, -0.0057067275, 0.00586966844, 0.051777374, -0.0481093042, -0.000860651, -0.000481007766, 0.00784390792, -0.034346465, 0.0101932911, -0.0038215369, -0.0187192783, -0.00428951904, -0.0168397725, 0.0111254659, 0.0374991857, -0.0019988704, 0.0263585635, 0.0100114038, 0.0159303341, 0.028556373, 0.0297234859, 0.0109208422, 0.0351952761, -0.0288595185, -0.0184464473, -0.0357106216, 0.0172490198, -0.0291929804, 0.0241607521, 0.0348921269, 0.0180978291, 0.0317697227, -0.000860177388, -0.0183858182, -0.0137022082, -0.00136131595, 0.00285336375, -0.0037684862, 0.0327701047, -0.0181736145, -0.00251800823, 0.027662091, 0.0262827761, 0.0248125177, -0.00521032559, -0.0284048, 0.0119515397, -0.0538993962, -0.0404093899, -0.00925353821, 0.00505875237, -0.0277227201, 0.0265707653, -0.0173096489, 0.0140356692, -0.0064077531, -0.0335886, 0.0116938651, -0.0408944227, 0.0183251891, 0.0449262671, -0.0100947684, -0.0118378596, -0.00967036374, 0.0101099256, -0.00300872605, -0.0530202724, -0.0562639348, 0.011133044, 0.0296780132, 0.0018131932, -0.0825163946, 0.0604170375, -0.00270179054, 0.0204926841, -0.0350437, -0.0305268224, -0.0219023135, -0.000164362078, -0.00888218358, 0.0172490198, -0.00970067829, -0.000722340599, 0.00641533174, -0.0144752311, 0.044471547, 0.00100511918, 0.0110193649, 0.0272376873, -0.00614628941, 0.00410005264, -0.0267374963, -0.0388936587, 0.00361880776, -0.0344374105, 0.0259493161, -0.0277833492, 0.0106404321, 0.00930658821, -0.0653583258, -0.0173854344, -0.0738464147, -0.0276772492, 0.00233043637, 0.0393483788, 0.00776054291, -0.00837441441, -0.0300266314, 0.0250701923, -0.00196287176, 0.000818968401, -0.00145604915, -0.00486549642, 0.000362591294, -0.0307693407, 0.0162941087, -0.0402578153, 0.00591135118, 0.0237666629, -0.0287988894, 0.0328913629, 0.00156688702, -0.0416522883, 0.0291626658, -0.00243085367, -0.00210497156, -0.0166881979, 0.0396515243, 0.00766580971, -0.0251914505, 0.0148162711, -0.030557137, -0.0241455957, 0.00483139278, 0.0103448648, -0.0310724862, 0.0192497838, -0.00875334721, -0.00718835462, -0.00685868273, -0.0022489659, 0.0242516957, -0.0248731468, -0.028889833, 0.034346465, -0.0732401237, 0.014308501, -0.0158393886, -0.0158393886, -0.0510195084, 0.0362259708, 0.0151573103, 0.0138310455, 0.0121106906, -0.011799966, 0.0134672699, 0.0689354464, -0.021932628, -0.00172982807, -0.00906407181, 0.024721574, 0.0071580396, -0.0321638137, -0.029056564, 0.00277189305, 0.0196590312, 0.0163850524, -0.0229784828, 0.00924595911, 0.030056946, -0.0082986271, 0.00577872479, 0.0156120295, 0.0175218508, -0.0253127087, 0.0100796111, -0.0109284203, 0.008237998, -0.026661709, 0.0148162711, -0.0374991857, -0.0102842348, 0.0038158528, -0.0035847039, 0.0154680349, 0.0142327147, -0.00059918745, -0.00613871077, -0.0389846, -0.0327094756, 0.0428345576, -0.0315272063, 0.0590528809, 0.0235544611, 0.0251762923, -0.00166256749, -0.0321334973, 0.0107920049, 0.0279197656, 0.00899586361, 0.0402275026, -0.0348314978, -0.0549604073, 0.0553241819, -0.0204775259, 0.00892007723, 0.0291929804, -0.0271619, -0.00462676911, 0.00481623551, 0.0171883907, 0.00237780297, -0.0255400687, -0.00744602876, 0.00718077598, 0.00793485157, 0.0282077547, 0.0207503587, 0.00308640744, -0.00377606484, 0.00564609794, -0.0383783095, 0.0105949603, -0.00311293267, 0.0242062248, 0.0346799269, -0.0141190346, 0.0043084654, 0.0148920575, -0.0536265634, 0.00419857493, 0.0199773349, -0.0107313758, -0.0313756317, 0.0200834367, -0.0150815239, -0.0131717026, 0.0329823084, -0.0290414058, 0.0372566693, 0.00291209831, 0.0298144296, -0.0605989285, 0.0457447618, -0.0255400687, 0.0369838364, 0.0110269431, -0.00345018273, 0.0256310124, 0.0115650278, 0.0150512094, 0.0152634112, 0.0348921269, 0.0580525, 0.00851840805, -0.0259038433, 0.0225843918, -0.00640396355, -0.0198863912, 0.0454113036, -0.00784390792, 0.0066919527, 0.0218871571, -0.0144676529, -0.020765515, -0.0468360893, -0.0218265262, -0.00775296427, 0.0184767619, 0.0331035666, -0.0385601968, 0.0113755614, -0.0299205314, -0.00602503074, 0.0201895367, 0.0365897454, -0.0137249446, -0.0119060669, -0.0337704867, -0.00135847391, -0.0235544611, 0.000520085217, -0.00828347, -0.0342555232, 0.00124195206, -0.00102880248, 0.0154225631, 0.0443199761, -0.00153657235, -0.0130959162, -0.0101857129, -0.00406215899, -0.0325275883, -0.0130428653, -0.00762791652, -0.0183403455, 0.0134672699, 0.00663890177, 0.0424404703, 0.014414602, -0.0225692354, -0.0217204262, -0.0154528776, 0.042076692, -0.0035847039, 0.00870029628, 0.0125502534, 0.00760518061, 0.0435014814, -0.0162789505, 0.0327701047, 0.0328004211, 0.0251459777, 0.00716561871, 0.0437743142, -0.00345586683, -0.0135582145, -0.00651764357, 0.0340736322, 0.0100871902, 0.0193255711, -0.00397500442, -0.00566883385, -0.0289049912, -0.0618418269, 0.0156726595, 0.0183555037, 0.00746876467, -0.00330997771, -0.0131413881, 0.0179917272, 0.00574462069, -0.0146040684, 0.00480865687, 0.0249186177, -0.0213718079, 0.00131489662, 0.0079196943, 0.0211747624, 0.0106480103, -0.0147177484, 0.0213869642, 0.0116711287, -0.0310724862, 0.0165517833, -0.0170822889, -0.0512620248, -0.0164305251, 0.0293293949, 0.00123058411, -0.0441077724, 0.00333650294, -0.00707467459, -0.00446761725, -0.00654795812, -0.0125729889, 0.0436227396, -0.0157029741, -0.00822284073, 0.0155210858, 0.00872303173, -0.0141872428, -0.0407125354, -0.0168397725, 0.00369459437, -0.0151724676, -0.0111557804, -0.0205987841, -0.011686286, -0.00692689093, 0.0296931714, 0.0451081544, -0.046442, -0.00373817165, -0.00381016894, 0.02457, 0.00788938, 0.0362562872, -0.0408034809, 0.042864874, -0.0104358084, 7.35366411e-05, 0.00626754807, 0.0182645582, -5.39165057e-06, 0.0235393029, -0.022326719, -0.00147878507, 0.00886702631, -0.00910196453, 0.0123911016, 0.0117848087, -0.0220842, 0.00908680726, -0.0174005926, 0.00193824107, -0.0212353915, -0.0445928089, 0.0209777169, 0.00723003689, 0.0124062588, -0.00762412697, 1.74220258e-05, -0.0244790558, -0.0502616428, 0.0274347309, -0.0159303341, -0.0204472113, 0.0190982111, 0.0292232949, 0.0198863912, -0.0180068854, -0.0103827575, 0.0280713383, -0.0209777169, 0.0218719989, -0.0291020367, -0.00748013286, 0.0297234859, 0.0362866, -0.0278136637, -0.00346723478, -0.0202046949, 0.0274802037, -0.0139295682, -0.0349830724, 0.0342252068, -0.0151345748, 0.0504132137, 0.0170822889, -0.0177643672, -0.0192800984, -0.00205381564, -0.00666921679, 0.0164305251, 0.00141720846, -0.0139674619, -0.0214627516, -0.00310345925, -0.00611597486, -0.0212202352, 0.0355893634, 0.00320387655, 0.00310724857, -0.0183251891, 0.00514211738, 0.00154130894, 0.00812431797, 0.0362259708, 0.0457750782, -0.0190982111, 0.000947805587, 0.0111557804, 0.0378023311, -0.0221599881, 0.020037964, -0.0155817149, 0.000198229201, 0.00193066243, -0.00593408709, 0.00162751623, -0.0185525473, 0.0251914505, 0.00820010528, -0.011466505, 0.0081091607, -0.0112846177, 0.00782875065, 0.000342460495, 0.0133990627, -0.0334976576, 0.015975805, 0.0378023311, 0.00627133716, 0.00273021054, -0.0189921092, -0.0191891547, 0.0267526526, -0.0168397725, -0.0187799074, 0.0145207029, -0.0397121534, -0.0139295682, 0.0116483932, 0.00712772505, 0.0272680018, -0.0318606682, -0.0214021225, 0.0321334973, -0.0268435962, 0.00630165171, -0.024994405, -0.0198560767, 0.0256461687, -0.000762128504, -0.0271619, -0.0178856254, -0.00330050429, -0.0116105, -0.0159606487, 0.00212012883, -0.00929901, -0.0221296735, -0.0280864965, 0.0117696514, 0.0136188436, 0.00199129176, -0.0329823084, 0.0294809695, 0.00579388207, 0.0136188436, -0.0175976381, -0.0282532275, -0.0173248053, -0.0120652188, -0.0370444655, -0.0207806733, 0.0120879551, -0.00740055693, 0.0378629602, -0.0230391119, 0.00871545356, 0.0105570666, -0.021098977, 0.00117374421, 0.0126260398, 0.0174157489, 0.0384086259, 0.00724898372, 0.000426299346, 0.00499054464, -0.00052434823, -0.0222812463, -0.0157787595, 0.00163035817, -0.00937479641, 0.0197954476, 0.0228875391, -0.0110572577, 0.0071012, 0.0442896597, 0.00212012883, 0.019371042, -0.00941269, -0.00115479762, -0.00956426281, -0.00600608438, 0.0173551198, -0.0218113698, -0.00157730759, -0.00610839622, 0.0248883031, 0.0145207029, 0.0123077361, 0.00668058451, 0.0229178537, -0.0124441516, 0.0256158542, 0.00522927195, -0.0111406231, 0.0122622643, 0.035740938, 0.0189011656, -0.0245245285, 0.00386132486, -0.00912470091, -0.0220690444, -0.0200228076, 0.00403563399, -0.0147177484, -0.0221145153, 0.00208413019, 0.00420994312, 0.0172490198, -0.021932628, 0.0391361751, -0.0120197469, 0.00293862354, -0.0111178868, -0.0195529312, -0.0108753704, 0.0216597971, 0.00975372922, -0.0254188087, -0.00270557986, 0.0299660023, 0.030784497, 0.0345283523, -0.0090186, 0.0226298645, 0.0158697031, -0.00702541322, -0.023099741, -0.00275863055, 0.0198863912, -0.012914028, -0.000262884598, -0.00356196798, 0.00273589464, -0.01837066, 0.0457447618, 0.0128761353, 0.0649945438, -0.0277681928, 0.0181584582, 0.0204472113, 0.0301782042, -0.0042743613, 0.0235089883, 0.0151345748, 0.0023152791, -0.0193255711, -0.0161880068, 0.0209625605, 0.0023967498, 0.0143691301, 0.0109966286, 0.0170974452, 0.00664648041, -0.0223873481, 0.00934448186, 0.00148162711, -0.0028363117, -0.0114058759, 0.00801821705, -0.0449262671, 0.0230087973, -0.00953394827, 0.0211444478, -0.0174612217, -0.00322661246, 0.0213869642, -0.0135582145, 0.0354681052, -0.0330126211, 0.0223873481, 0.000636133365, -0.0330429375, 0.0158545468, -0.0127548771, 0.00244601094, 0.00397121534, -0.0274650473, 0.00366238505, 0.0239333939, 0.0368322656, -0.0187041219, -0.00467224093, -0.00557031156, 0.0054490529, 0.00559304748, -0.040075928, 0.00968552101, 0.00882913359, 0.0194013566, -0.0293597095, -0.00941269, -0.0187344365, 0.00252179755, 0.0209474023, -0.0172338616, 0.00547936792, -0.0125350961, 0.0135506354, -0.0174157489, 0.0157332886, -0.0230542682, 0.0172490198, 0.00485033914, 0.00602882029, 0.00736266375, -0.00537326653, -0.0279500801, 0.00482381415, -0.0335582867, -0.0172338616, 0.00723382644, 0.00202729017, 0.014528282, -0.0104812803, -0.0121485842, -0.0251308214, -0.0282380693, -0.00329671497, -0.0239637084, 0.0130201299, 0.00835925713, 0.010579803, -0.0148314284, -0.0107920049, 0.00467981957, -0.0165063106, -0.00838957168, 0.00727550918, -0.00712772505, 0.0100265611, 0.0181736145, -0.00303146197, 0.00114058761, 0.0212050769, 0.00591893, 0.00575219933, -0.0178249963, 0.0223873481, -0.00031830353, -0.00539221335, 0.0216446389, -0.00132910663, 0.0348921269, 0.0176582672, 0.0199621785, -0.0075824447, 0.0190678965, -0.00306367129, 0.0310270134, 0.0140508264, 0.0211899206, -0.0149602657, 0.0248883031, 0.0319212973, 0.0103979148, 0.00855630171, 0.0341039486, -0.00964004919, -0.0160212778, 0.000420141703, 0.0175066944, -0.00904891454, -0.0197196603, -0.00430088677, 0.0249337759, 0.0264495071, 0.0517167412, -0.00563094066, -0.0242820121, -0.0226601791, -0.0335886, 0.0146722766, -0.0112846177, 0.0138158882, -0.0409247391, 0.0376204439, -0.00289694103, 0.0173096489, -0.00558167975, -0.0204623695, 0.00203486881, -0.0155514, 0.0176279526, -0.0288140476, -0.010852634, -0.00857145898, -0.00533158379, -0.0125881461, 0.0348618142, 0.0401668735, -0.0021409702, -0.00506254146, 0.00289883558, -0.0657221, -0.00208223541, -0.0079272734, -0.0133460118, -0.0178856254, 0.021098977, -0.010466123, 0.0168549288, -0.0164153669, 0.00227359659, -0.0105040157, 0.0074536074, 0.00114532432, -0.0157181304, -0.0457447618, -0.0351952761, 0.00680184318, -0.0174612217, 0.000158559676, -0.0172338616, 0.0371960402, -0.0326791629, -0.00769991381, 0.012133427, -0.0123304715, 0.000503506919, 0.00802579615, -0.00825315528, 0.017870469, 0.0256613269, -0.0213414934, 0.029784115, -0.00422131084, 0.0155362431, -0.0238576066, 0.0217810553, 0.0232967865, 0.00280410238, -0.0136415791, 0.000889544666, -0.0222509317, -0.00948089734, -0.00441456679, 0.00571430614, -0.0254339669, 0.00831378438, 0.0118984887, -0.0201440658, 0.0100947684, -0.0134596918, 0.022205459, 0.00764686288, -0.00253127073, -0.00334976567, -0.0146343829, 0.00428951904, -0.0528686978, 0.00572567387, -0.00772264972, 0.012860978, 0.00945816189, -0.000429378182, -0.00961731374, 0.00444488134, 0.00124668877, -0.0135430573, -0.00477455277, -0.0181281436, 0.0136112645, -0.00751044741, -0.00389921805, 0.0139447255, -0.00936721824, -0.0123380506, 0.060507983, 0.00327587361, 0.00399395125, -0.00985983, -0.0214930661, -0.0109284203, 0.00455477182, -0.00328345248, 0.0158545468, 0.0147632202, -0.00627512671, 0.0121637415, 0.030784497, 0.00602882029, -0.00709362142, -0.0217962116, -0.0126260398, 0.0101857129, 0.0233574156, -0.0193407275, -0.00489202188, 0.00315461517, 0.0391058624, -0.0103069711, 0.0240698084, 0.00237780297, 0.0130731799, 0.016976187, -0.0150436303, -0.00322282314, 0.0049488619, -0.0140053546, 0.00742329285, -0.0014778378, 0.00729445554, 0.0426829867, -0.0100644538, 0.00506633101, -0.00806368887, -0.0197802894, -0.000801442773, -0.0076430738, -0.0152937258, -0.0481396168, 0.00471771276, -0.0148390066, -0.0155665576, 0.0173096489, -0.0153391985, 0.00132247538, -0.0111406231, 0.00319250859, 0.0355590507, -0.0225843918, 0.00265631871, 0.00146552245, 0.00711256778, 0.00172224944, -0.0202501658, -0.0115422923, -0.0149451084, -0.0281471256, -0.0128988707, -0.0251459777, -0.0022015993, 0.02738926, -0.0243426412, -0.0151724676, 0.0154377203, 0.0272680018, -0.00502843782, 0.0128079271, 0.0265859216, 0.0109208422, -0.0239637084, -0.00823042, -0.0077037029, 0.000790074817, 0.00298599014, 0.00294620218, -0.0113149323, 0.0103751794, -0.0214475933, 0.0223873481, 0.00452824635, -0.00466087274, -0.0212960206, -0.00683973636, 0.00548694655, 0.0139901973, 0.010579803, -0.0220538862, -0.0108677913, -0.0254036523, 0.00391058624, -0.020932246, -0.00686247228, 0.0170822889, -0.0199470203, -0.0132929608, 0.0219629426, 0.0206139423, 0.0250095613, 0.000567925454, 0.0062789158, -0.0299205314, 0.0187344365, -0.0234483592, -0.0230845846, 0.0201895367, 0.0206897296, 0.0271164291, -0.0107844267, -0.00926111639, -0.00864724535, -0.00502085919, 0.000341276318, 0.00323229632, 0.0186586492, -0.00518001104, -0.00115574489, 0.0245396849, 0.0141114555, -0.00999624655, -0.0151876248, -0.00456992909, 0.00456992909, -0.0178249963, 0.0285109, 0.012914028, -0.0138916746, 0.000210070852, 0.00545284245, 0.00442593452, 0.0135733718, 0.0137476809, -0.000871071708, 0.00722245825, -0.000139613039, 0.0161728505, 0.00238538161, 0.00954152644, 0.00352596934, -0.0210231896, 0.00426678266, 0.0189466383, 0.0151194176, 0.0532931, 0.0161880068, -0.0288140476, -0.0276014619, -0.0215385389, 0.0207048859, 0.0281471256, 0.00162467419, -0.0225843918, 0.00913985819, -0.00755591923, 0.0150739448, -0.0291626658, -0.0117241796, 0.0166730415, 0.0128230844, -0.0193407275, -0.0338614322, 0.0238576066, 0.0181433, -0.0304207224, -0.0185980201, -0.0479274169, 0.00869271718, 0.0132702254, -0.0121864779, 0.00509285647, 0.0147177484, 0.0124896234, 0.0149678439, -0.00365291187, 0.0125350961, 0.0079272734, -0.00126563536, -0.0136112645, -0.00991288107, 0.00142952381, -0.024721574, 0.000821810449, -0.00713151461, -0.0114513477, -0.0405003317, -0.024100123, -0.00120216422, -0.0196590312, 0.016976187, 0.0352559052, -0.00619555078, -0.0204168968, 0.00932932459, -0.0153770912, 0.0167488288, -0.0102539202, -0.00341797341, 0.046442, 0.0119894324, 0.00262600393, 0.0205987841, 0.00373627711, -0.00292915013, 0.0240546521, -0.00846535806, -0.00813189708, 0.00315272063, -0.0154452994, 0.0230542682, -0.0115347132, -0.0181281436, -0.00199508108, 0.0268284399, 0.00148352177, 0.00374764507, 0.03195161, 0.00358091458, 0.00359607185, 0.00716561871, 0.00471771276, -0.00586209, 0.00390679669, 0.0217810553, -0.00936721824, -0.000819915731, 0.018870851, 0.0124441516, 0.0269193836, -0.00468360912, 0.00423646811, -0.0107465331, -0.0035657573, 0.0218568407, -0.0057673566, -0.00840472896, -0.0164153669, 0.0261918325, 0.0161880068, 0.00179993059, -0.025494596, -0.0393483788, -0.000367327943, 0.0123077361, 0.016142536, -0.00970825739, -0.00703299185, 0.0108677913, 0.00116995489, 0.0150512094, -0.0300721042, -0.0125426743, 0.0173854344, -0.00579767115, -0.0102008702, -0.0125578316, -0.0165972542, 0.0129443435, 0.0216446389, 0.00174972205, -0.0331945084, -0.00124384684, 0.0221903026, -0.0371657237, -0.00622207578, -0.0196438748, -0.00205381564, 0.0105343303, -0.0174915362, -0.0066578486, 0.0141493492, 0.0171126034, 0.00513453875, -0.0108753704, 0.0024384323, -0.00127416139, -0.000482902426, 0.000817547436, -0.0242668539, 0.00484655, -0.0051042242, -0.0214930661, -0.00501706963, -0.0136718936, -0.0155514, 0.00115574489, 0.011913646, 0.0355287343, 0.00176677399, 0.0204472113, 0.00546421, -0.00273021054, 0.0196438748, -0.0044031986, -0.000920806604, -0.0253127087, -0.0062448117, 0.0183100309, -0.00657827267, 0.0267829672, 0.00437667361, 0.0051989574, 0.00105248578, -0.0112239886, -0.0016142535, 0.0245548431, -0.00658964086, -0.0140205119, 0.016475996, -0.00604018802, -0.00982193742, -8.86643465e-06, -0.0216294825, -0.00163888419, -0.00191550516, 0.0281016529, -0.019765133, -0.0188860092, -0.0181433, 0.00920806639, -0.0100341393, 0.0128306635, -0.0404397026, 0.00441456679, -0.000791495782, 0.00871545356, 0.00186434912, 0.00954152644, 0.00274915714, -0.0179159418, 0.0278136637, 0.0170216598, 0.0352255888, 0.00113016693, 0.00127226673, -0.00230959523, -0.0179614127, -0.032739792, 0.0469573475, -0.0285109, 0.00902617816, -0.0429558158, -0.0048541287, -0.00233612047, 0.0341948904, -0.0383479968, 0.00669574179, -0.00462676911, -0.0180826709, 0.0258735288, 0.00175919535, -0.0142933438, 0.0321941264, 0.00948847644, 0.0176734235, 0.0207048859, -0.00216181134, -0.0238727648, -0.00585830025, -0.00869271718, -0.00144373381, -0.0222812463, -0.0277227201, -0.00722245825, -0.0313150026, 0.0161728505, -0.00626375852, -0.00129973935, -0.0150739448, -0.00536568789, 0.00845777895, 0.00769233517, -0.00853356533, -0.0142781865, -0.0044373027, -0.0228723809, -0.00933690276, -0.025994787, 0.00756349787, 0.0213263351, -0.0259341579, -0.0241455957, -0.0153922485, -0.00877608266, 0.0328610502, -0.0310118571, 0.0182797164, 0.0253127087, -0.00677152863, -0.00463813683, 0.0191133693, -0.0177188963, -0.0416826047, -0.00934448186, -0.0027472626, -0.0118075451, -0.0180523563, 0.0250701923, 0.0405306481, 0.00359986117, 0.00651006494, 0.014081141, -0.0157332886, -0.00686626183, -0.0167033561, 0.0138916746, -0.0224176627, 0.0220387299, 0.0309966989, -0.0262524616, -0.00405458035, -0.00505117374, -0.015308883, -0.00879124, 0.0179917272, 0.0230542682, 0.020538155, -0.00898070633, 0.0203411113, 0.00922322366, 0.0155968722, 0.0145889111, -0.0039977408, 0.00756349787, -0.0213414934, -0.00223380863, -0.012300157, -0.0238424484, -0.028283542, -0.0036794371, 0.0193104129, -0.0207958296, 0.0181281436, -0.00169856614, 0.0213111788, -0.0232513137, -0.0042743613, -0.00672605634, 0.010685904, 0.00916259456, 0.000363064959, 0.00693068, 0.0332248248, 0.00982193742, 0.0193255711, 0.0204623695, 0.0191285256, 0.0108450558, 0.0019988704, -0.000601555745, 0.0128533989, -0.00374385575, -0.00644185673, -0.0207958296, -0.0138462028, -0.0297689568, 0.0162941087, -0.0100341393, -0.0143388156, -0.00563473, 0.00704436, 0.00427057222, 0.0248428322, -0.0103221284, 0.00850325078, 0.00340660545, 0.0221448299, -0.0101175047, -0.00916259456, 0.00579009252, -0.0133156972, 0.0082455771, -0.0155968722, -0.0164608397, -0.000147428524, -0.0175976381, 0.00973857194, -0.000935490243, -0.0227359664, -0.00250853482, 0.0295264404, -0.0147101693, 0.0554454401, -0.00776812155, -0.00147310109, -0.0182948727, 0.00955668464, 0.00988256652, 0.00602503074, 0.00184919185, -0.0185828619, -0.00741192466, 0.00928385276, 0.00301441015, 0.0133914836, -0.012027326, -0.00814705435, 0.00762791652, 0.0169458725, -0.0130656017, -0.00951879099, 0.00921564456, 0.00455098227, -0.0185980201, 0.00406973762, -0.000935016607, 7.95166707e-05, -0.00508148829, -0.0142781865, -0.0162031651, -0.00342744682, 0.0380145349, 0.000103969673, 0.00580525, -0.0185070764, -0.0107541122, -0.000674026669, 0.00580525, 0.00789695885, 0.00982951559, -0.0229784828, -0.000676868658, 0.0315878354, -0.0148693211, -0.000556557497, -0.0102766566, -0.0209019314, 0.00451308908, 0.012027326, 0.00206139428, -0.0141493492, 0.00630923035, 0.0138992537, 0.0230542682, -0.010246342, 0.0215536952, 0.0138765173, -0.0148465857, 0.0165820979, 0.00343313091, -0.00472150231, 0.00889734086, 0.0302085187, 0.00182550855, 0.00898828544, -0.00174403808, -0.0065972195, 0.00747255422, 0.00308261788, 0.00408110581, 0.0258432142, -0.00383479963, -0.0051838, -0.0181129854, 0.0070974105, 0.00938995369, 0.0142099783, -0.0138386246, 0.00944300462, -2.54003371e-05, 0.000219899419, 0.00211444474, 0.00811674, 0.000274252583, 0.0156878158, -0.00979920104, -0.00233422569, 0.0100492965, -0.00983709469, 0.0165366251, 0.00903375726, 0.0158393886, 0.0199773349, -0.00303146197, -0.014755642, -0.0207200442, -0.00679047499, -0.0215233807, -0.017870469, -0.0219023135, 0.0385905132, 0.0272376873, 0.013914411, -0.00800306, 0.000932648254, -0.0194923, 0.0032815577, -0.0142402928, 0.0155362431, 0.0224631336, 0.0202804804, 0.000227833327, -0.0135051636, -0.0212353915, 0.0102539202, -0.00753318332, -0.00520274695, -0.0269345399, 0.00772643881, 0.0079272734, -0.0199470203, 0.0171732325, -0.0308148116, -0.0106025385, -0.0129822362, -0.0189769529, 0.0150133157, 0.0240698084, -0.0264191926, 0.00942026824, 0.014308501, 0.00907165, -0.0144828102, -0.00480107823, 0.0187344365, -0.0258735288, -0.012527517, 0.00866998173, 0.0305874515, 0.00398637261, -0.0194771439, 0.00477834232, 0.0201743804, -0.0170974452, 0.0138234673, -0.00571430614, -0.00259379484, 0.0145131247, 0.00731340237, -0.00170425011, 0.00237022433, -0.0116180787, -0.0101023475, -0.00282115443, -0.0124365734, -0.00435393723, -0.0082455771, 0.028283542, 0.0153922485, -0.0261766743, -0.00187287515, -0.00496401917, 0.00119363819, 0.00781359337, 0.000811389764, 0.0150587875, -0.00768475654, 0.00296514877, 0.00331187225, 9.59173558e-05, -0.00702920277, 0.00762033788, 0.00737024238, -0.00327208429, -0.0328004211, -0.0187495928, 0.0106025385, 8.70953299e-05, 0.00183308718, 0.00680563226, -0.00377227552, 0.00538463471, -0.0144524956, -0.014914793, 0.00361501845, -0.0348314978, 0.00311103789, 0.00713909324, 0.0260705743, -0.00668437406, 0.00723382644, -0.0224025045, 0.00211065542, 0.0408337936, 0.0101023475, 0.00562715158, -0.015308883, -0.012133427, 0.00985225197, 0.00847293623, -0.00571051659, -0.0155362431, -0.00169667148, -0.0064077531, -0.00475560594, -0.0101175047, -0.0169458725, 0.00192687311, -0.0182342436, -0.0127624553, -0.0136340009, 0.00206707814, -0.0454416163, -0.00677152863, 0.0109359995, 0.0242062248, -0.0119212242, 0.0260857306, -0.0129595008, -0.0035847039, -0.00703299185, 0.0174915362, 0.00997351, 0.0129443435, 0.0171126034, -0.0209170878, -0.0181584582, 0.012300157, 0.000505875214, 0.0152330967, 0.00814705435, 0.0064683822, 0.000428194, 0.000620502396, 0.00348618138, 0.0238576066, -0.008738189, -0.00840472896, 0.00416068174, -0.0211141333, -0.00602882029, -0.00984467287, 0.028283542, 0.0115422923, -0.0122319497, 0.0156575013, -0.00367185846, -0.0137022082, -0.00691173365, 0.0171580762, 0.0180523563, -1.58382045e-05, 0.00459266501, 0.00533537334, -0.000662658655, 0.0148162711, 0.00107237976, 0.00586209, 0.023099741, -0.0228420664, -0.0176582672, 0.00134142197, -0.001795194, 0.010299392, -0.0176279526, -0.00520653604, 0.0237060338, -0.000471771287, 0.00831378438, 0.0128837135, -0.0114210332, 0.0159909632, -0.000950173882, -0.0265404508, 0.0243729558, 0.00526337605, -0.0104206512, 0.00375901302, 0.0045093, 0.0170822889, 0.00364912255, 0.00463434774, -0.00304661947, 0.00187192787, 0.0105419094, -0.0320122391, -0.0057332525, -0.00812431797, -0.0351043306, 0.0464723147, -0.0144221811, 0.00729824509, 0.0244639, 0.0051648533, -0.0077984361, 0.00167488283, 0.00122963684, -0.000395511073, -0.000574083126, -0.0126487752, 0.0320425555, -0.00169477682, -0.00538084516, 0.0139371473, -0.000928858935, 0.0233877301, 0.0144979674, -0.0163547378, 0.023221, 0.0127548771, -0.0113149323, 0.0206139423, 0.00644943537, 0.0167639852, 0.00283062761, 0.0112164095, -7.7622004e-05, 0.0233725719, -0.00668816315, 0.00302767265, 0.00610460667, 0.00320198177, 0.000119008568, -0.00117279694, 0.011746916, 0.0016199376, 0.00237022433, -0.00908680726, -0.00539979199, 0.0198560767, 0.0114361905, 0.00475560594, 0.00408110581, -0.0044373027, 0.00127510878, 0.00713909324, -0.0190678965, -0.0122016352, -0.0029784115, -0.00376280234, -0.00673363497, 0.0423798412, -0.00686626183, -0.0102387629, -0.0264646634, -0.00704814913, -0.0200076494, -0.0227359664, -0.0102918139, 0.00219023135, -0.0181129854, -0.0119060669, 0.0135885291, 0.00556273293, -0.0115953423, -0.00329671497, -0.0195529312, -0.00300872605, 0.0223721899, 0.00776054291, -0.00930658821, -0.00262979325, 0.00763170561, 0.0268284399, -0.00584314298, -0.00546421, 0.00313756336, -0.0104130721, 0.00320766587, -0.0254794396, 0.00859419536, 0.0271922145, 0.00860935263, 0.0217204262, 0.0140508264, -0.00724898372, 0.00180277263, 0.00664648041, 0.00209928746, 0.00946574, 0.00236832979, -0.021432437, -0.0196893457, -0.0125199379, -0.00575219933, 0.0128079271, -0.0085487226, -0.00348428683, -0.0145813329, -0.0141493492, 0.0172338616, 0.00735129556, 0.010685904, -0.0201592222, -0.0117696514, -0.0208413024, -0.00185203389, 0.000749339524, 0.00653659, -0.0193104129, -0.00926869549, 0.00324366451, 0.0211292915, -0.0216597971, 0.00413794583, 0.00894281268, -0.0131338099, -0.00736266375, 0.035740938, -0.0074877115, -0.0114892414, -0.000452587818, 0.0104358084, -0.00629407307, 0.00128647673, -0.00663511269, 0.0263130907, -0.0236150902, -0.00317356177, -0.000575504149, 0.0162789505, -0.00314703654, -0.00528990151, -0.0125047807, -0.0139674619, 0.0285260584, -0.0156878158, -0.0126411971, 0.0142327147, 0.0136264218, 0.0028893624, 0.000644659332, 0.00142573449, 0.0308299698, 0.0425617285, -0.00189750583, 5.65068694e-06, -0.00546799973, 0.00359417731, -0.0200985931, -0.00306177675, -0.0184767619, -0.000834599428, 0.00480486732, 0.0108753704, 0.00603260938, 0.00342176273, -0.012974658, 0.0123759443, -0.00214286475, -0.0172338616, 0.00539221335, 0.00011812045, 0.0298295859, -0.0118227024, -0.0128079271, -0.00733613828, -0.0197196603, -0.00164456817, -0.00682836818, -0.0175824799, -0.00376469688, -0.00187098049, 0.00723003689, 0.00277757715, -0.00341228954, -0.011746916, -0.00921564456, 0.00511938147, 0.023994023, 0.0077984361, 0.00641912082, 0.00260895211, 0.00775675336, 0.00342555204, 0.00603260938, -0.00550968247, 0.00247253617, -0.00641912082, 0.0127776125, 0.0243426412, 0.0292990804, 0.00310724857, 0.00549831428, 0.0224631336, -0.00982193742, 0.00655174721, -0.00769612426, 0.0160515923, -0.00732855964, -0.00364343845, -0.000329671515, 0.00108280033, 0.0079272734, -0.0142478719, 0.0251308214, -0.0230391119, 0.0143236583, -0.014141771, -0.0294203386, -0.00788938, 0.0181281436, 0.0111482022, -0.00136036857, -0.00499054464, 0.0029784115, 0.00325882179, 0.000386985077, -0.00240243366, -0.0223873481, -0.0126108825, -0.031557519, -0.000895702338, 0.0117620733, 0.000202965864, 0.012247107, -0.0176582672, 0.00934448186, 0.00886702631, -0.00673742453, 0.0178249963, 0.00419857493, 0.00599471619, -0.00191455777, 0.00697236275, -0.000210307684, -0.00412657764, 0.00342176273, 0.0262827761, -0.0218568407, 0.00607808167, -0.00217317929, -0.0237515047, 0.0112921959, -0.00238727638, -0.00223949272, 0.000298883213, -0.0208261441, -0.0143918665, -0.00593787618, 0.000429615029, 0.0103448648, -0.00172698603, -0.0225540772, -0.00148257439, 0.0187041219, 0.000517716864, 0.0202501658, 0.00384237827, 0.00725656236, 0.0150436303, -0.0265252925, 0.00699509867, 0.00284389034, 0.00208981428, 0.0438349433, 0.00973857194, -0.0134217981, -0.017537009, -0.0266010799, -0.00644564629, -0.0162031651, 0.0143009219, 0.00178572058, -0.00960215647, -0.00273021054, -0.00998108927, -0.00365101709, 0.00467981957, -0.00675637089, -0.0152861476, -0.00822284073, 0.0197802894, 0.00429709768, 0.00419478584, 0.0156878158, -0.025828056, -0.0155210858, -0.0065631154, -0.0285260584, 0.0236150902, -0.00785148703, -0.0119970115, -0.0109284203, 0.0033289243, -0.0247670449, -0.0037078571, 0.000189347964, 0.0340130031, 0.00204055291, 0.0132853827, -0.00409626309, 0.0217658971, -0.00865482446, -0.00356007321, -0.0082455771, 0.000195979286, 0.0172490198, 0.00399395125, 0.0157332886, 0.000467271457, 0.00617660396, -0.00956426281, 0.0113073532, 0.0260554161, 0.012285, 0.0218113698, -0.00315651, 0.0148996357, -0.00567641295, -0.0068132109, 0.00530126924, -0.0375598148, -0.00405458035, 0.00250095618, 0.00471013412, -0.00219591544, -0.0120424833, 0.0185980201, -0.00841988623, 0.0115726069, 0.0351952761, 0.00544526381, -0.00449035317, 0.0103297066, -0.0230239537, 0.00779085746, 0.0144070238, -0.0079272734, -0.0139219891, 9.01741587e-05, -0.0107616903, -0.0195680875, -0.0154301422, -0.00133100129, 0.0151724676, -0.00467603048, 0.00907165, -0.0234028865, -0.00924595911, -0.0177492108, 0.00113395625, -0.00963247102, -0.0151952039, 0.0221751444, 0.0318303518, -0.0194013566, -0.00260137348, -0.012860978, -0.0153164621, 0.000985225197, -0.0145813329, -0.0330732502, -0.0260857306, -0.0130580226, 0.00169004011, 0.00962489191, 0.0168549288, -0.0166578833, 0.0100568756, -0.00957184192, 0.00958699919, -0.00980678, -0.0122622643, -0.00879124, -0.010466123, -0.021265706, -0.00442593452, -0.00553620746, -0.0209777169, -0.00258053211, -0.00884429086, 0.00127416139, -0.00586209, 0.0169458725, -0.00093217456, 0.0134824272, 0.000114863993, 0.0115953423, -0.00543768518, -0.000419431191, -0.010132662, 0.0252975505, 0.00853356533, 0.0156120295, 0.0229481682, -1.96275323e-05, -0.00967794284, -0.000482665608, -0.0112694604, 0.0236454047, 0.0140735628, -0.0276014619, -0.0101478193, 0.00178193126, -0.00989772379, 0.00853356533, 0.0109284203, 0.0056119943, -0.00986740924, 0.0236605611, -0.00675637089, -0.0149830012, -0.00131300197, 0.0279197656, 0.00207086746, -0.0194771439, 0.0117317578, 0.00673363497, -0.0066578486, 0.0279652383, 0.0132853827, -0.0067866859, -0.0123380506, -0.00608187076, -0.0218416844, 0.000970067864, 0.000959173543, 0.0165669397, -0.0122925788, -0.00943542551, -0.00441835588, -0.00146362779, 0.00987498742, 0.00624860125, -0.0150208948, -0.014975423, 0.00503980555, 0.00887460541, 0.001127325, 0.0251308214, 0.0196741894, 0.011186095, 0.0178553108, -0.0231755283, -0.000295330712, 0.0201743804, 0.00028727841, -0.00279841851, -0.0104433866, 0.0205229986, 0.0114816623, 0.0079272734, 0.0117923878, 0.00737024238, 0.0244032703, 0.0308299698, -0.00508148829, 0.00600229483, -0.00228117523, -0.0435621105, 0.00640396355, 0.0180826709, 0.000757391856, 0.0172338616, -0.000117113908, 0.00788180158, -0.00456992909, -0.0152027821, 0.021038346, 0.0299963169, -0.00796516705, -0.00217886339, 0.00756728742, 0.0117241796, 0.0223418754, 0.0171277616, 0.0245548431, 0.0188556947, -0.0115574496, -0.00686247228, -0.0156878158, 0.00863208808, -0.01837066, 0.025888687, 0.00738918874, -0.0084274644, -0.0173248053, 0.00582040707, -0.00389921805, -0.0215385389, 0.00527095469, -0.012413837, 0.00944300462, 0.000897123304, 0.0127851916, 0.0246154722, 0.00976130832, -0.00354870525, 0.00585830025, 0.00345207751, 0.00385564077, -0.00558925839, -0.00218265271, 0.00609323895, 0.0142024, -0.0143463947, 0.00847293623, -0.0125881461, -0.0348314978, -0.0188253801, 0.00585072162, -0.0077984361, -0.0289807767, 0.00389542873, -0.00246685231, 0.000841230736, 0.00724898372, 0.00442972407, 0.0259341579, -0.0105419094, 0.0265404508, -0.00875334721, 0.00514211738, -0.00628649443, -0.0145737538, -0.0115574496, 0.0146040684, 0.021599168, -0.0183100309, -0.00394090079, 0.0137552591, -0.0059227189, -0.0142857647, 0.0218416844, 7.50168474e-05, -0.00271315849, 0.00959457736, 0.00885944813, 0.0166124124, 0.00312809, -0.0121864779, 0.000398826727, -0.00454340363, -0.00849567261, 0.0152027821, -0.0398031, 0.0141569283, 0.0269800127, 0.0104130721, 0.00923838094, 0.0112543032, 0.0156575013, 0.0272073727, 0.00878366176, -0.0169004016, -0.00251990277, -0.0378326476, -0.0155210858, 0.0038632194, 0.0107010612, -0.00275484123, 0.0197802894, 0.0100644538, 0.0114437696, 0.0104585439, -0.0168094579, 0.00938995369, -0.00747634331, 0.0301933624, 0.00314893131, -0.0132778035, -0.00149583712, -0.00460782228, -0.00763170561, 0.0127776125, 0.0240546521, -0.0103145493, -0.0282532275, -0.00223001931, 0.00360175595, 0.0204623695, 0.00463813683, 0.00205002632, 0.00211444474, 0.0133081181, -0.00532021606, 0.00682457909, 0.00791211613, 0.0240546521, 0.0209777169, 0.016642727, -0.0196741894, -0.00176961604, -0.00910196453, 0.0172338616, 0.0168852434, -0.00849567261, -0.00669953134, -0.00459645456, 0.000208531434, -0.00713151461, 0.0127851916, -0.0184919182, -0.00198750221, 0.0137779955, -0.000802863797, 0.0348618142, -1.79252966e-05, -0.00361122913, -0.0294051822, -0.00572188478, 0.0138158882, 0.0381661057, 0.0180675145, 0.00160856952, 0.0243881121, 0.00496401917, -0.0252369214, -0.00623723306, 0.00668437406, 0.0116483932, -0.0230845846, -0.0112770386, 0.0167033561, 0.0287534185, -0.00720351189, 0.0319212973, -0.00472908095, -0.00926111639, 0.00795758795, -0.00190318981, -0.00829104893, -0.00607050303, 0.0194013566, -0.0190830529, -0.0120879551, 0.00375143439, -0.0107768476, -0.00955668464, 0.0137173655, 0.00290073035, 0.00641154218, -0.001349948, -0.000564609829, -0.00583935389, -0.029283924, -0.00248011481, 0.0118075451, -0.00758623378, -0.0263130907, -0.00200834358, 0.000535716186, -0.017370278, 0.00546042109, -0.0157029741, -0.0202501658, -0.000253648119, 0.00453961454, 0.0132095963, -0.0117393369, -0.00558167975, -0.00533158379, 0.0011604816, -0.0256764833, -0.0016616201, -0.0208413024, -0.00985983, 0.00107332703, -0.00444867043, -0.0201137513, -0.00661995541, -0.0193407275, 0.00746118603, 0.00599092711, -0.0127624553, 0.00187098049, 0.00499433372, -0.0217962116, -0.0118681742, 0.00676395, 0.0161273777, 0.00216181134, 0.0128837135, 0.0168397725, 0.00961731374, -0.0166730415, 0.0343161523, 0.0101932911, -0.00811674, -0.0106934821, -0.0378932767, 0.0170368161, 0.015475614, -0.0238879211, 0.024721574, 0.00183024525, 0.0283290129, 0.0044373027, 0.00894281268, -0.0140129337, 0.0247518886, 0.0334673412, -0.0104964375, -0.00374006643, -0.0226753354, 0.0195984021, -0.00628649443, -0.0175066944, 0.00765823107, 0.0158697031, 0.0152406758, -0.0160212778, 0.019765133, 0.00176487933, -0.0135506354, 0.0151800467, 0.0184919182, -0.0164911542, -0.00326640042, -0.00374764507, 0.00173930137, 0.00181508786, 0.0105494885, -0.00946574, -0.0200228076, 0.000478876289, 0.00140394585, 0.0155135067, 0.00145604915, 0.0266010799, 0.00311293267, 0.00694583729, -0.00375901302, 0.015028473, 0.00923080184, -0.00768096698, 0.00852598716, -0.0104509657, 0.0121410061, -0.00280410238, -0.00226222863, -0.00659343, 0.0140432483, 0.00778327882, -0.0251914505, -0.0118530169, 0.0113528259, -0.0212960206, 0.00644185673, -0.0074536074, -0.0172338616, -0.000596819096, 0.0167791434, -0.00613871077, -0.00711256778, 0.00408110581, -0.000983330538, 0.0107844267, 0.00393332215, 0.00964762829, -0.0137779955, 0.000973857183, -0.0127397198, 0.00527853332, 0.0298447441, 0.0191588402, 0.00281357579, -0.0249640904, 0.00327397906, 0.0243123267, 0.00379122235, -0.00577872479, -0.00212581269, -0.0125123598, 0.0125881461, 0.0069079441, 0.00754076196, 0.00723761553, 0.0104054939, -0.00273778918, -0.00303146197, 0.00885944813, 0.00560820475, 0.00358659867, -0.0142175574, -0.00217507407, -0.0183555037, -0.00574841, 0.0161728505, -0.000721393269, 0.00172130205, -0.0224479772, -0.0243123267, 0.0217355825, -0.0182948727, 0.0421373211, -0.0180826709, 0.0145585965, 0.00578630343, -0.0165063106, 0.0343161523, -0.00772643881, -0.0261918325, -0.00462676911, 0.0110648368, -0.012080376, -0.00115858694, -0.000201900111, 0.00597198028, -0.0068814191, -0.0106404321, -0.0174915362, 0.0198560767, 0.00439183088, -0.00148825836, -0.00484276051, 0.0154983494, 0.0112164095, -0.00732855964, -0.010852634, -0.0139901973, -0.00870029628, -0.0203562677, -0.00136036857, -0.0051648533, -0.0108905276, 0.000345776149, -0.0121485842, 0.000563662499, -0.00712772505, 0.0117848087, -0.00116521819, -0.00123342616, 0.0107465331, 0.00479728868, -0.0133384336, -0.00473287, 0.00698373094, 0.000131915964, 0.00499054464, 0.00746497558, -0.00985225197, -0.00365670118, -0.0125502534, 0.00137552596, -0.0168549288, 0.00962489191, -0.00660858722, -0.0311028, 0.021265706, -0.0227965955, -0.0181433, -0.00138026255, -0.0144752311, 0.00636228081, -0.0168094579, -0.00417204946, -0.00895039178, 0.0124289943, 0.0251156632, 0.0217962116, 0.00864724535, 0.00815463252, 0.0022679125, 0.00587724708, -0.0111178868, -0.0158697031, -0.00145131245, 0.00158393895, -0.0119363824, 0.0029499915, 0.00163983146, 0.0284199566, -0.0152179394, -0.00240622298, -0.0194619857, 0.00425162539, 0.00157446566, -0.0172944907, 0.0120879551, -0.0259493161, 0.00202918495, 0.0167336706, 0.0015962543, 0.0133535909, -0.00087012432, -0.00228496455, 0.00258053211, -0.02293301, -0.0109359995, -0.00652522221, 0.0278742947, -0.00599092711, -0.0162941087, 0.0393786915, -0.0160515923, 0.00430088677, -0.0163547378, -0.00232475251, 0.00432362268, 0.00737782102, 0.000591608754, -0.00971583556, 0.00788180158, -0.00734371692, -0.00882913359, -0.00844262168, 0.00987498742, -0.00831378438, 0.00832136348, -0.0209019314, 0.00549073564, 0.0225692354, -0.0222357735, 0.011580185, 0.0335279703, -0.0115726069, 0.023827292, 0.0216143243, 0.0134824272, -0.00491854735, -0.0191891547, -0.0163244233, -0.00794243068, -0.0197954476, -0.00626375852, 0.00489960052, -0.0128003489, 0.0153998276, -0.0179159418, 0.00156878168, -0.00339334295, -0.00897312816, -0.00603260938, -0.0019988704, -0.00685110409, 0.0133687481, -0.0122622643, 0.00398637261, -0.000203439529, -0.00382343144, 0.00105438044, 0.00514969602, 0.0116938651, -0.0132550681, -0.023099741, 0.00262221461, -0.00683215773, 0.00331376703, -0.00574083114, -0.0077984361, -0.0104054939, 0.0251005068, 0.00746118603, 0.0343161523, 0.00912470091, -0.0216749534, -0.00574083114, 0.000927437912, 0.00400153, -0.00789695885, 0.0100114038, -0.00766580971, 0.00935206097, -0.0154604567, 0.023327101, 0.00234180456, -0.000230675316, -0.0222509317, 0.00477834232, 0.00558925839, 0.00928385276, -0.00317356177, -0.0156726595, -0.00909438636, 0.00948089734, 0.00827589165, 0.00687384047, -0.00417583901, -0.0110875722, -0.0111633595, 0.0113907186, 0.0175066944, 0.0103221284, -0.0102236057, -0.0154074058, 0.0110042077, 0.0145207029, 0.00826831255, 0.00294241286, 0.00455098227, 0.00329482043, -0.00146741711, 0.0182948727, 0.00464571547, -0.00133763265, 0.00175351137, 0.0486549661, 0.000209005098, 0.00759002334, 0.0113907186, 0.00230770046, 0.0208716169, 0.0241455957, 0.00287609966, 0.00879124, -0.0236302465, 0.0115574496, 0.00661237678, -0.0283138566, 0.0118302805, -0.0130731799, 0.00514969602, -0.0143539729, -0.00954152644, -0.0131338099, -0.0188253801, -0.00686247228, -0.0219932571, -0.0117620733, -0.0166124124, 0.0203714259, -0.00781359337, -0.0261766743, -0.013080759, -0.0150891021, -0.0191436838, -0.00808642525, 0.0174005926, 0.0108374767, -0.0231603701, 0.0256310124, 0.00960215647, 0.0314968899, 0.00282115443, 2.68805434e-05, -0.00735887419, -0.00668058451, -0.0296931714, 0.0077757, -0.0112694604, -0.00646080356, -0.00533158379, 0.00769612426, 0.011466505, 0.0183100309, 0.00198371289, 0.002491483, 0.0171732325, -0.000128955551, 0.00384995691, 0.0121182697, 0.00486170733, -0.00109701033, 0.000493559928, -0.017870469, 0.0107768476, 0.00972341467, -0.0214627516, 0.00197992357, 0.0338917449, -0.0113149323, 0.00735129556, 0.0078590652, -0.0121713206, 0.0116635505, -0.0232967865, -0.0101478193, 0.0115498705, -0.0160364341, -0.00916259456, -0.00359417731, 0.00186434912, -0.0114892414, 0.000611976429, -0.00800306, -0.0161122214, 0.0122546852, 0.0119363824, -0.0129670789, -0.00741950329, 0.0211596061, -0.00596440164, 0.0117166005, 0.00016601992, -0.019537773, -0.0132020172, -0.0221296735, -0.0183858182, 0.00677910727, 0.0109284203, -0.015809074, -0.0227511227, -0.0260251015, 0.0120576406, -0.00356386253, -0.0052330615, 0.00283252238, 0.0063395449, -0.008184948, -0.00780601474, 0.00254074414, 0.0137552591, -0.00233422569, -0.00734750601, -0.00688520819, 0.0113225104, 0.00125900412, -0.00789695885, 0.00482381415, -0.0237969775, -0.0158242323, 0.019537773, 0.0161880068, 0.00689657638, -0.00269231736, -0.00740434602, 0.0170974452, 0.00749907922, -0.016475996, 0.0104282293, -0.00937479641, -0.00458887592, -0.0118757524, -0.000315461511, -0.00370406779, 0.0185677055, 0.0144449165, -0.0223873481, 0.0150815239, 0.00476697413, -0.0376204439, -0.00324366451, -0.0244639, 0.00166446215, -0.0139219891, -0.00259000552, -0.0132702254, 0.0242971685, -0.00832894165, 0.00163983146, -0.00161141157, 0.00577872479, -0.0246154722, 0.00979920104, 0.0159454904, 0.0137931528, -0.0179159418, 0.0113528259, -0.00984467287, 0.0131338099, -0.0111178868, 0.0117544942, 0.00665405905, 0.0131034944, -0.0154907713, 0.0018662439, -0.00346534, 0.0180675145, 0.00095680519, 0.0113755614, 0.00142194517, -0.00279273442, -0.011466505, 0.0228572246, -0.0152103612, 0.00244980026, -0.016976187, 0.00754076196, -0.000957278884, -0.00609323895, -0.0123456297, -0.00705951732, 0.00462676911, 0.0183555037, 0.0101099256, -0.0132095963, -0.0168549288, 0.00208034087, -0.0028552583, 0.0203714259, 0.00392195396, 0.00737024238, -0.00275673578, 0.0165669397, -0.0149451084, 0.0115877641, 0.0069079441, -0.0138840964, 0.00547557836, 0.00473665958, -0.00781359337, 0.00183498184, -0.00932932459, -0.000944489904, 0.0178098399, 0.00674500316, -0.00557031156, 0.00464192638, -0.0192497838, -0.00325124315]
|
30 Aug, 2021
|
HTML5 | MathML <mth> Tag
30 Aug, 2021
The MathML <mth> tag is used to create header of a table or the matrices in HTML5. It is similar to <th> of a table tag.Syntax:
<mth attributes="value"> child elements </mth>
Attributes: It accepts some attributes which are listed below:
class|id|style: This attribute is used to hold the styles of the child elements.
columnalign: This attribute holds the horizontal alignment of the table cells. Possible values are left, right and center.
href: This attribute is used to hold any hyperlink to a specified URL.
mathbackground: This attribute holds the value of the math expressions background color.
mathcolor: This attribute holds the color of the math expressions.
rowalign: This attribute holds vertical alignment of the table cells. Possible values are top, bottom and center.
Below example illustrates the MathML <mth> tag in HTML5: Example:
html
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML mth tag</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML <mth> tag</h3>
<math>
<mi>GeeksforGeeks</mi>
<mo>=</mo>
<mtable frame="solid" rowlines="dashed" align="axis 1">
<mtr mathbackground="green;">
<mtd>Course</mtd>
<mtd>Fee</mtd>
</mtr>
<mtr>
<mtd>
<mi>C++ STL</mi>
</mtd>
<mtd>
<mi> 1499</mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>Placement 100 </mi>
</mtd>
<mtd>
<mi>9999 </mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>DSA Foundation </mi>
</mtd>
<mtd>
<mi>7999</mi>
</mtd>
</mtr>
</mtable>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML <mth> tag are listed below:
Firefox
Safari
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute/HTML5 MathML scriptsizemultiplier Attribute/HTML5 MathML selection Attribute/HTML5 MathML separator Attribute/HTML5 MathML rspace Attribute/HTML5 MathML stretchy Attribute/HTML5 MathML subscriptshift Attribute/HTML5 MathML supscriptshift Attribute/HTML5 MathML symmetric Attribute/HTML5 MathML voffset Attribute/HTML5 MathML width Attribute/HTML5 MathML Complete Reference/HTML5 | MathML <mth> Tag
|
https://www.geeksforgeeks.org/html5-mathml-mth-tag/
|
NextJS
|
HTML5 | MathML <mth> Tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, HTML5 MathML stretchy Attribute, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, HTML5 MathML Complete Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, HTML5 MathML voffset Attribute, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, HTML5 MathML rspace Attribute, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML separator Attribute, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, HTML5 MathML subscriptshift Attribute, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, HTML5 MathML supscriptshift Attribute, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, HTML5 | MathML <mth> Tag, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, HTML5 MathML selection Attribute, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML width Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, HTML5 MathML symmetric Attribute, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, HTML5 MathML scriptsizemultiplier Attribute, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0292543024, 0.00793484785, -0.0182094593, 0.0519688949, 0.0525792688, 0.00860335212, -0.018979691, 0.0238917414, 0.000625359768, 0.0158987623, 0.03237883, -0.0243277214, 0.0110085122, -0.0097805, 0.00445790216, -0.0317684561, -0.00911199581, 0.00831996463, -0.0388313457, 0.000825184223, -0.0365351811, 0.00450513372, -0.0165527333, 0.0259553827, -0.0223948732, -0.0161748827, -0.000498652866, 0.0048139533, 0.0349656492, 0.0304314513, -0.000790669117, 0.0347331278, 0.0159132946, -0.0190087575, -0.0446734838, 0.00165854313, -0.0067686, 0.0476090871, -0.0166108627, -0.0205637552, 0.0182966553, 0.0120258, 0.0257955231, 0.0272051934, 0.0225402, -0.0145181566, 0.00422901241, -0.0263913628, -0.0213049222, -0.00457053073, 0.029632153, 0.00909746345, 0.0554567426, 0.00858881883, 0.00393835874, -0.00573314587, 0.0513294563, 0.0465336703, -0.0306058433, -0.0186018422, 0.00471949065, -0.0305767767, -0.00542432629, 0.0048357523, -0.0147361467, 0.00781132048, -0.00858881883, 0.0501668416, 0.0103182094, -0.015797032, -0.0278736968, -0.0124981124, 0.00465046056, 0.0187907666, -0.00459596282, -0.0244149175, 0.0179478712, 0.0135226669, -0.00836356264, 0.00233612978, 0.0191104859, 0.0207236148, -0.038802281, 0.00305731432, 0.0192558132, 0.0378431231, -0.0248508975, -0.0404299423, -0.0101656159, 0.0287601911, -0.0126870377, 0.028672995, 0.00325713889, -0.0195464659, -0.0164800696, -0.0132756112, 0.00643071486, 0.00271942932, -0.0464464724, 0.0041418164, -0.0221042205, 0.0243131891, 0.0115316883, -0.0131593496, 0.0189942252, 0.00754246535, 0.0356341526, 0.030547712, 0.016015023, 0.00022934399, 0.0320591107, -0.0179914683, -0.0382209718, -0.0524630062, -0.00499924505, 0.00568228122, -0.028585799, -0.0671991557, 0.0238481425, 0.00775318965, -0.043598067, -0.0135299331, 0.0382500365, 0.0530152507, -0.0503121689, -0.00277392706, -0.0434818044, 0.0182239916, 0.0134427371, -0.019720858, -0.0177444126, -0.00195464655, 0.00949711259, -0.0302279927, -0.00467952574, 0.0122437906, 0.00644161412, -0.0120403329, -0.00672500161, -0.00175391394, -0.0361863971, -0.00151503284, -0.0114590256, -0.00656514242, -0.034035556, -0.00345514668, 0.0124254487, 0.0708032623, -0.00258318544, 0.0621999092, -0.0326113552, -0.0301698614, 0.0224239398, -0.0185001139, -0.0245747771, -0.0110811749, 0.0174682923, -0.00143056153, -0.0183693189, 0.00525356689, 0.0144672915, -0.0271906611, 0.0232668351, 0.0346459299, 0.00176390517, 0.0587701946, 0.0377849899, 0.00833449699, -0.0219152942, 0.0347040594, -0.0211159978, 0.033337988, -0.0143292313, -0.00119077216, -0.0158842281, -0.00130975863, 0.0186018422, -0.029370565, 0.0152883884, -0.0245893095, -0.0203893632, -0.00355505897, 0.0319137834, 0.0405462, -0.0113936281, 0.0110012451, 0.0301698614, 0.0222640801, -0.00392382592, 0.015622641, -0.034994714, 0.0108123207, 0.0119822016, 0.00746980216, 0.0301698614, -0.0301407967, -0.053509362, 0.0260425787, 0.0284404717, -0.00908293, 0.0124181826, -0.00990402792, 0.0173520297, -0.0148088103, 0.0387441479, 0.00982409809, 0.00205274229, -0.0110666426, 0.028585799, -0.00627812138, -0.0385697559, 0.0109649142, -0.00134699862, -0.00285204, 3.51395865e-05, 0.00946804695, -0.013268345, -0.0330473334, -0.0155645097, -0.0410403125, 0.0611535534, -0.000728905201, 0.000494111446, -0.0101074856, -0.0496146, -0.0120475991, -0.0185001139, -0.0334542505, -0.0361863971, -0.00162130315, 0.000373989664, 0.0339483619, 0.0180350672, 0.00502467714, 0.0256792605, 0.0136243962, 0.0180786643, -0.00842895918, 0.0494692735, 0.0387150832, -0.0325241573, -0.0205201562, -0.00645614695, -0.0191976819, 0.0178752076, 0.00362953916, -0.017104974, -0.0347912572, 0.00754246535, 0.00775318965, 0.0458651669, -0.0438015237, 0.00848709047, 0.00275212806, 0.0106524611, 0.0756281167, 0.0175554883, -0.016102219, -0.00308093, -0.0138714518, 0.0393545218, -0.000635805132, -0.0194592699, -0.016189415, 0.0252723452, 0.0319719166, 0.0510969348, -0.031681262, 0.00560961803, 0.00542795938, 0.00475945557, -0.0353725664, 0.0142565677, 0.0070083891, -0.00073889643, 0.0172939, -0.0431039557, -0.0321753733, 0.0284550041, 0.00957704242, -0.00334433513, -0.0292688347, 0.0247782338, 0.0455454476, 0.0550498255, -0.000757062284, 0.0396161117, -0.0212467909, -0.0355469584, -0.0130212894, 0.00212358916, -0.0251706168, 0.0190087575, 0.0217118375, 0.0265512224, 0.0214793142, 0.0197935216, -0.0219734255, 0.00236701174, -0.0391510651, -0.0156517066, 0.00446516881, -0.0247491691, -0.0389476046, -0.01405311, 0.0112337684, 0.019720858, -0.01248358, -0.00770959165, -0.0419704057, 0.00945351459, -0.0524339415, -0.00120530487, -0.00911926199, -0.0239498708, -0.00736080715, 0.0154191833, -0.0112410346, -0.0063144532, -0.0214066505, -0.0357504152, 0.0111320401, -0.0274377167, 0.0157389026, 0.041766949, 0.00467952574, 0.000230138758, -0.0385697559, 0.0120403329, -0.0022562, -0.0449641384, -0.0277138371, 0.00575494487, 0.0165236667, 0.0129413595, -0.0671991557, 0.0382500365, 0.00427261041, -0.0267110821, -0.0189070292, -0.035343498, 0.00959157478, 0.00350237801, -0.00364952139, 0.0204910915, -0.0156953037, 0.00133337418, 0.025359543, 0.0119313374, 0.0178316087, 0.00090647646, 0.0389185399, 0.0345587358, -0.00989676081, 0.0136679942, 0.0243131891, -0.00408731867, -0.026275102, -0.0307802353, 0.0221187528, -0.0103763398, -0.0198807176, 0.0254322048, -0.0591771081, -0.031681262, -0.0635950491, -0.0388604105, 0.014096708, 0.0131302848, -0.0105725313, -0.0350528471, -0.0177444126, 0.0221478175, 0.0127451681, -0.00910473, 0.0227436572, 0.00583124161, -0.0221478175, -0.0100711538, 0.013965914, 0.00418178132, 0.0346459299, 0.0307511706, -0.00688486127, 0.0447606817, -0.0206654835, 0.0128541635, -0.0267837457, -0.0326113552, 0.00265039923, 0.00547155738, 0.0399358273, 0.00270308019, -0.032030046, 0.0185582433, -0.00236156187, -0.000619001745, -0.0217263699, 0.0147579452, -0.0280044917, 0.0413600318, -0.018979691, 0.0127524342, 0.00528989872, 0.0100202886, 0.0115389554, -0.0257083271, -0.000801568618, 0.0530443154, -0.0321463086, -0.00659057451, -0.00647794595, 0.0109503809, -0.0105579989, 0.0147652123, 0.015361052, 0.00398922293, 0.0477544144, -0.0284404717, 0.0291089751, 0.0347621925, -0.00944624748, -0.0213921182, -0.0188779626, -0.00884314161, 0.0351109765, -0.0320009813, -0.0075134, -0.013747924, 0.00821096916, -0.0124908462, -0.0253886078, -0.00405098684, 0.0346459299, -0.0113572963, -0.0137769887, 0.0263622981, -0.000602198299, -0.00830543134, 0.0178025439, -0.013399139, 0.0215665102, 0.016930582, 0.0165236667, -0.0484229177, 0.0331926607, -0.0243422538, 0.00197644578, 0.0120330667, 0.0311290193, -0.00877774414, 0.00290290453, -0.0439177863, -0.00574404513, 0.0318847187, -0.0144164274, 0.0416506864, 0.013006757, 0.00903206598, -0.026187906, 0.00517000398, -0.003415182, 0.0472893715, -0.00553695438, 0.0540616028, -0.0214066505, -0.0423191898, 0.042115733, -0.00454509864, -0.016276611, -0.0143292313, -0.0173374973, -0.00689576101, 0.0245457124, -0.0031136286, 0.00191104854, -0.0041418164, -0.000737079827, 0.0383372344, -0.0265948214, 0.0486263782, 0.0281788837, 0.0213921182, -0.00312997797, 0.0105870636, -0.00553695438, 0.00718278158, -0.0275539774, 0.0118659409, 0.0259989798, 0.0136679942, -0.0135008683, 0.0048357523, -0.0318847187, -0.000166217636, 0.00863241684, -0.00126616051, -0.0397323705, -0.00887220632, -0.010383606, -0.0116842818, 0.0129922237, -0.00388386101, 0.0390057378, -0.0103182094, 0.0329310745, -0.0366223752, 0.0362445265, -0.0389185399, 0.0611535534, 0.0271325298, -0.00437433925, 0.013093953, 6.460234e-05, 0.0134863351, 0.0231941715, 0.0180931985, 0.0461558215, -0.0119458707, -0.0033298023, 0.00784765184, -0.00874867849, -0.0194302052, 0.0239353385, -0.00864695, 0.00820370298, 0.0398486331, -0.00507554179, -0.00648157904, -0.05333497, -0.014576287, -0.014358297, 0.0252723452, 0.0257083271, -0.0134718027, 0.0141185075, -0.0127088362, 0.000314269389, 0.0114444923, -0.00762966182, -0.0223076772, -0.009003, -0.0133337425, -0.0481613316, 0.00108995172, -0.000399421871, -0.00879227649, -0.0268709417, -0.0165527333, -0.00501377787, 0.0440921783, 0.0405752659, -0.00922099128, -0.0110448431, -0.0204910915, 0.0240225345, -0.0254758038, -0.0160004906, 0.00350237801, -0.0194156729, 0.00177571294, -0.00909746345, 0.0282515474, 0.00984589662, -0.0218716972, -0.0420285352, -0.03665144, 0.0324078947, 0.0306058433, 0.0179624036, -0.000971873582, -0.00954797678, 0.0507190861, -0.00967877079, 0.0108849844, 0.025446739, 0.0286584627, -0.00707015302, -0.00400738884, -0.0280335564, -0.00860335212, -0.0249235611, 0.0479288064, 0.0176862832, -0.0201568399, 0.000741621305, -0.0126434397, -0.0315359347, -0.100798734, 0.00408005249, 0.0152447904, 0.0313324779, 0.000763874443, 0.000237745713, 0.0202876329, 0.0286003314, -0.0378140584, -0.0080947075, 0.00729177659, -0.00722637959, 0.0203167, 0.0214211829, 0.0272487924, -0.00692482619, 0.00194919691, -0.00793484785, -0.00647794595, -0.0397614352, 0.0105144, 0.00485028513, -0.0436852612, -0.0119168051, 0.00707741966, 0.0116624832, -0.0385116264, -0.0107033253, -0.00734990742, 0.0110811749, -0.00916286, -0.0111175068, 0.0425226465, 0.0159859583, -0.0175409559, -0.00816737115, 0.0335705131, -0.0149541367, -0.0411565751, -0.00121620437, 0.0106742596, -0.0476672202, -0.0107905213, -0.030286124, 0.00226346636, -0.017322965, 0.032727614, -0.000211632287, -0.0234412272, -0.0250834208, -0.00685942918, 0.0208689421, 0.0205346886, 0.0270453338, -0.00987496227, 0.0684198961, -0.0195464659, 0.0163347423, -0.00912652817, 0.0329892039, 0.030722104, 0.0319428518, -0.00919192564, -0.0249671601, 0.0167997889, 0.00177480467, 6.295606e-05, 0.0112919, -0.0192848779, 0.0175118893, -0.00103272917, 0.00227254932, -0.0363607891, -0.0312743448, 0.0253304765, 0.0140458439, 0.0341808833, -0.015666239, -0.00839262828, -0.016015023, -0.0177008156, 0.00491931522, -0.00942444894, -0.027583044, -0.0024632907, 0.0143800955, 0.0139586478, -0.0299373399, -0.028498603, 0.0550788902, -0.00337703363, 0.0363898538, -0.0193430092, -0.00391655974, 0.0113354977, 0.015361052, 0.000398740638, -0.00899573416, -0.0262896344, 0.000967332104, 0.00319900806, -0.019633662, 0.0504284315, 0.00886494, -0.00746253552, 0.0297920126, -0.00163129438, 0.000149073603, 0.0232087038, -0.00811650697, 0.0223076772, -0.0419704057, 0.00537346164, 0.00210723979, 0.00115171564, 0.00907566398, -0.00879227649, 0.038976673, 0.00453056581, -0.0210578665, -0.0139877135, -0.00911199581, 0.0202876329, -0.0123600522, 0.0218135659, 0.0214647818, -0.0112192361, -0.00631808629, -0.00637985, 0.0317103267, -0.0392673239, -0.0107178576, -0.0121057294, 0.00326258875, 0.00888674, 0.00496654632, 0.0179914683, -0.00989676081, 0.00115262391, 0.00635078503, -4.03906561e-05, 0.000461867021, -0.00734990742, -0.015927827, 0.00646341359, 0.0022434839, -0.0163783412, 0.0322916359, 0.0246910378, -0.000413273345, -0.00184474315, 0.001112659, -0.0105870636, 0.0382791, -0.0388604105, -0.00458143, 0.027844632, 0.00894487, 0.015666239, 0.0107251247, 0.00270126364, 0.0275539774, 0.0048357523, -0.029719349, 0.0460976884, -0.0508934781, 0.0455163829, -0.0111611048, -0.00789125, -0.0171631053, 0.0291816387, -0.0233685635, -0.018892495, 0.0062926542, -0.0116624832, -0.00365133816, 0.00113173318, 0.00512640597, -0.0315359347, -0.035343498, 0.0182966553, 0.00176935492, 0.0145036234, -0.0125199119, 0.0598165467, 0.0200551115, 0.0126289064, 0.003415182, -0.0326985493, 0.0104780691, -0.0104998676, 0.0143001657, -0.0038729615, -0.0110811749, -0.0033189028, 0.0311871506, -0.0124254487, 0.00757879717, 0.0333961174, -0.0136243962, -0.00089875597, 0.0268128105, 0.0367095731, 0.0320591107, 0.00461412873, 0.0170468446, 0.0268854741, -0.00250688894, -0.00100638869, 0.000712101755, -0.00839989446, -0.0231069755, 0.0190087575, 0.0117351459, 0.0304023847, -0.0178752076, 0.0242259931, -0.0122583229, 0.0217699688, -0.011168371, -0.0325241573, -0.00380029809, -0.00487208413, 0.00621272437, 0.00122528733, -0.0258100554, 0.0135226669, 0.0323497653, 0.0123600522, -0.00114172441, 0.0148960063, 0.0226273965, -0.0145254228, -0.000628992915, 0.00107723556, 0.00442883698, -0.0282224827, 0.00668867026, 0.0295594893, -0.0209706705, 0.0270889327, 0.0172212366, -0.0100566205, -0.0310127586, -0.0257809907, 0.018412916, -0.00871961378, 0.0150268, -0.0207526796, 0.0481613316, -0.0249671601, 0.0215374455, -0.0295304246, -0.00893760379, 0.0116334176, -0.0220606215, -0.0209997352, 0.0206945483, 0.0199243166, -0.0345878, 0.0234848261, 0.0249671601, 0.055950854, 0.0383372344, -0.000760695431, 0.0476381555, -0.0061800261, 0.0040764194, -0.0498471223, 0.0227291249, 0.014663483, -0.0246329084, -0.00519543607, 0.0104562696, 0.0104926014, -0.00932998583, 0.0313034132, 0.0248799641, 0.048393853, -0.003436981, 0.0149832023, 0.0172067042, 0.0250398237, -0.0102964099, 0.0342971459, 0.050224971, 0.0081964368, -0.00607466418, -0.0146998148, 0.0134718027, 0.0161312856, 0.00435254024, 0.0272487924, 0.00827636663, -0.0202731, -0.0146562168, 0.0209852029, 0.0181803945, -0.0356050879, -0.0320009813, -0.0210288, -0.0224094056, -0.00334615167, 0.00667777052, 0.0341808833, -0.0164219383, 0.00193648075, 0.0550788902, -0.0200115126, 0.00514457189, -0.0156807713, 0.0269145407, 0.019066887, -0.0499924496, 0.00717188185, -0.0238772072, 0.015840631, -0.0179188047, -0.00238154433, 0.00907566398, 0.000474583125, 0.0220024902, 0.0258827191, 0.0145399552, -0.0217263699, -0.018238524, 0.00531169772, -0.0292688347, 0.0190959536, -0.0109939789, 0.00281025865, 0.00399648957, 0.0069647911, 0.00200369442, 0.00692845928, 0.032727614, -0.0226564612, -0.00665597152, -0.0200405773, 0.00378939859, -0.007615129, 0.00286657293, -0.0351400413, 0.0168288536, -0.00048820753, -0.00220715208, -0.00491931522, -0.0134136714, -0.0442084409, 0.0114372261, -0.0528699234, -0.0145617547, 0.0145980855, 0.00150140841, 0.0112628341, 0.0149105387, -0.03237883, -0.0151285287, -0.0330473334, 0.0216682386, -0.015361052, -0.0028120752, 0.0228017885, 0.00340791559, -0.0340646245, 0.00540252728, 0.0322916359, -0.0241533294, -0.00858881883, 0.00461412873, 0.0355469584, 0.00211450621, 0.000335387216, -0.0202295035, 0.0176281519, 0.0185146462, -0.00401102193, 0.00616912637, -0.00752066635, -0.0091701271, 0.0105652651, -0.0171921719, 0.0140894419, 0.00441067107, 0.0260425787, 0.0125853084, -0.0308093, 0.0247782338, 0.0174537599, 0.000851070567, 0.033337988, 0.0124908462, 0.018238524, -0.00144146103, 0.00825456716, 0.0228599198, 0.0208253432, 0.016930582, 0.0440921783, -0.0199533813, -0.0110811749, -0.000761603704, 0.0441793725, 0.0056423163, -0.0406624638, -0.00982409809, -0.0116334176, -0.00577311078, 0.0376687311, -0.0120693985, -0.016668994, -0.014358297, 0.00173483975, -0.00927912164, 0.00665597152, 0.013660728, -0.0284840707, 0.0141984373, -0.0289055184, 0.0180350672, -0.00745526934, -0.00531169772, -0.00612552837, 0.0116915479, 0.0023016145, -0.0196045972, 0.0107105915, 0.0030918296, 0.0107033253, 0.01832572, 0.0206509512, 0.0408949852, 0.00600563362, -0.0162039474, -0.0193430092, -0.0344134085, 0.008421693, -0.00735354051, -0.00844349246, -0.00458143, 0.0128832282, -0.00223076786, 0.0121057294, 0.00770232501, 0.00784765184, -0.00854522083, -0.0192994103, 0.00733174151, -0.0172648337, -0.0522014201, -0.00552242156, -0.00302461581, 0.0155935753, -0.0116842818, -0.0346749946, 0.00906839781, -0.0213049222, -0.0209270716, -0.0146707492, 0.00885040779, -0.0241242629, 0.00705925375, 0.000437116047, -0.000418268959, 0.000252732541, -0.00752066635, 0.00718278158, 0.0105652651, -0.000454827736, -0.0267692134, 0.0219298285, 0.00899573416, -0.00771685783, -0.0205056239, -0.0114372261, -0.00628175493, -0.0135299331, 0.0147216143, 0.0017620885, 0.00418178132, -0.00406915275, 0.0165527333, -0.00762239518, -0.0285567343, -0.0234412272, -0.00575131178, 0.00908293, 0.0236301515, -0.00269399723, -0.00142147858, 0.00211813929, -0.0416216217, 0.00792758167, -0.00354052638, 0.00513003906, 0.000737079827, -0.0163492747, 0.00528989872, -0.0248944964, 0.0122873886, -0.0259844474, -0.0311290193, -0.0179478712, -0.00471949065, 0.00500651123, -0.00556602, -0.00142238697, -0.00104362867, 0.00623452337, 0.0837082863, 0.00281389197, -0.0267256144, -0.0237318818, -0.000119099925, -0.0145835532, -0.00895940233, 0.0167416576, 0.0189215615, 0.0226273965, 0.0101438165, 0.027495848, -0.00204729266, 0.031681262, -0.00723364577, -0.0199243166, 0.0100566205, 0.0146271512, 0.014532689, -0.0187471695, -0.0220170245, 0.0135008683, 0.00641981512, 0.0271179974, 0.018006, -0.00355324242, 0.0195900649, -0.00945351459, -0.0239789374, -0.0152011923, 0.00701565575, 0.00266674836, 0.0149396043, 0.00407278584, -0.00829816516, 0.0535965562, -0.00337158376, -0.00352236046, -0.00803657714, -0.0214066505, -0.0120621314, -0.0214357153, -0.00440340489, -0.0284840707, -0.00109540147, 0.0115244221, -0.00635805121, 0.0192267466, 0.0170904417, 0.00947531313, -0.01518666, 0.00509007415, 0.0259408504, 0.0106306616, -0.00345333014, -0.0107033253, -0.00657967478, -0.0185291786, -0.000393517956, -0.0190232899, 0.00053316803, -0.0196481962, 0.00701565575, -0.0123019209, 0.00317357597, 0.00400012266, -0.019561, -0.0200987086, 0.0240806658, 0.0299373399, 0.0108995168, 0.0199679136, 0.0184710473, -0.0124472482, -0.00792758167, 0.00391292665, -0.0140385777, 0.00475218939, 0.0345006026, -0.0208689421, 0.0154773137, 0.00762239518, -0.0262315031, 0.0222931448, -0.0105216671, 0.0109067829, -0.0018102281, 0.007615129, -0.0124690467, 0.00580217596, 0.0205637552, -0.0170904417, -0.00624179, 0.00832723081, -0.00426897733, -0.0158260986, -0.0138133205, 0.00975143444, -0.0138278538, -0.0180931985, -0.00485028513, 0.00637985, 0.0205492228, 0.00899573416, 0.003436981, -0.00834176317, -0.00992582645, -0.00253413757, -0.00232523028, 0.0103472741, 0.0112991659, 0.00826909952, -0.0217263699, -0.000506373355, 0.00206909166, -0.0282515474, -0.0135807982, -0.00853068847, 0.0199388489, -0.00866874866, -0.0135226669, 0.0330473334, -0.00344969705, -0.0126652382, -0.00891580433, -0.0196627285, 0.00814557169, -0.00589663861, 0.0124981124, 0.000457779708, -0.00327712134, 0.0080511095, 0.0163783412, 0.00845075864, 0.00577674387, 0.0193139426, 0.00734627433, -0.0106597273, -0.0260280464, 0.00162221142, 0.0161603503, 0.00335886772, 0.00619455846, -0.0116479499, 0.012396384, 0.00246147416, 0.0142347692, 0.0317975245, 0.0235138908, -0.0320009813, -0.00964243896, -0.0118441414, 0.0170613769, 0.00371673517, 0.00483211922, -0.0238772072, 0.0269726701, 0.00339156622, -0.00160041242, -0.00901753362, 0.00127706, 0.0104562696, 0.0212758575, -0.00773865683, -0.0178897399, 0.0138133205, 0.0339774266, -0.0174246933, 0.0109067829, -0.0289055184, 0.0171631053, 0.0178461429, -0.0108050546, -0.0161167514, -0.0177734792, 0.00228889845, 0.0311580859, -0.0200987086, -0.00481032, 0.000519543653, 0.0127524342, 0.00234339619, -0.028585799, 0.00569318095, -0.041418165, -0.00401828857, -0.0081964368, 0.00458143, -0.0103690736, 0.00406551966, -0.00880681, -0.0100856861, 0.00721184677, 0.0171340406, 0.00098095648, 0.00831996463, 0.0156807713, -0.0174682923, -0.00297193485, -0.0232959, -6.85761261e-05, 0.0378721878, 0.0229761805, 0.0113936281, 0.00330618676, 0.00204729266, -0.015099464, -0.0215810426, -0.0224820692, -0.0278301, -0.00403282139, -0.00583124161, 0.01632021, 0.00270489673, -0.00964970514, 0.0227291249, 0.0369130298, 0.0103763398, 0.0130285555, 0.03237883, -0.0238336101, -0.00139967958, -0.00466136, -0.00318084238, -0.030286124, 0.00619819202, 0.000574041216, -0.00903206598, 0.0116624832, 0.0200260449, 0.0314778052, 0.0405171365, -0.003818464, 0.0179914683, -0.0112773664, -0.015491846, -0.000916467689, -0.00610009627, 0.00315541, -0.00962064, -0.00687759509, 0.0101510836, 0.00752793299, -0.00665597152, -0.0147288805, -0.000341972336, -0.0136679942, -0.0170468446, -0.00955524296, 0.00691756, -0.0116261514, 0.0242986567, -0.013137551, -0.0173084326, -0.0170904417, 0.00879227649, -0.00443610316, 0.0047485563, -0.0139949797, -0.0183111876, 0.0180496, 0.0480160043, 0.0140022459, -0.0086106183, 0.0093953833, 0.0144818248, -0.00766599318, -0.0206364188, -0.0177444126, -0.00536256237, -0.00821823534, -0.0097805, 0.000174732879, 0.0173665639, 0.00863968395, 0.0089812018, -0.00254503707, -0.000117056268, -0.00524266763, -0.00869054813, -0.0133192092, 0.0061364281, -0.0044688019, -0.0148960063, -0.0315940641, -0.00480668666, -0.00530806463, -0.00305186468, 0.0049483804, 0.0236010868, 0.0372908786, -0.00332071935, 0.0185001139, -0.0257373918, 0.00577674387, 0.0214502495, -0.00697205728, 0.0022107854, -0.0232523028, -0.0106015969, 0.00398559, 0.00390202692, 0.0188488979, -0.00193829741, -0.0080947075, -0.0136970589, -0.0152593236, 0.013355541, 0.018412916, -0.00518817, -0.00392382592, -0.0196917932, -0.00356595847, 0.00762239518, -0.0261297747, 0.00350782787, -0.0201713722, -0.00712465076, 0.0153465196, -0.0214793142, -0.0061800261, -0.0379593819, 0.00667413743, -0.00340064918, 0.00706288684, -0.0182675906, -0.00386569533, -0.00471222447, 0.0147797447, -0.000595840218, -0.00311181205, 0.00343516422, -0.0423773192, 0.0204765592, 0.0120112672, 0.0251996834, -0.00248327316, -0.0235865545, 0.0162475463, -0.0137987882, -0.025359543, 0.00322262384, -0.0239498708, 0.00648884568, -0.0100784199, -0.00583850779, 0.00768779265, 0.011742413, -0.030896496, 0.00168306706, -0.0124254487, -0.0156953037, 0.017671749, -0.00500651123, -0.0194302052, 0.0196772609, 0.0246329084, 0.00471949065, 0.0168288536, 0.00311726169, -0.0080075115, -0.00723001268, -0.0114154276, 0.00454509864, -0.0287311263, -0.0201277733, 0.0103182094, 0.00957704242, 0.0202876329, 0.0081964368, -0.00463592773, -0.00894487, 0.0121202627, 0.00837082881, 0.0059002717, 0.00567501504, -0.00841442682, -0.00130612543, -0.00693209283, -0.0168143213, -0.01632021, -0.016407406, 0.0138205867, -0.0255048685, -0.0147579452, -0.00299373385, 0.000826092553, 0.0195028689, -0.00425081141, 0.00707741966, -0.00791304931, 0.00081110571, -0.0111756381, 0.0229325835, -0.00383663, -0.0371746197, -0.00150867482, -0.014532689, -0.0016558182, 0.00926458929, 0.0258972514, 0.0424645171, 0.00842895918, 0.00684852945, 0.0239934698, -0.0183111876, -0.00503921, -0.00832723081, 0.00911926199, -0.0219734255, 0.0147579452, 0.0025704694, -0.0224530045, 0.00314269401, 0.00256138644, 0.00627812138, -0.0308093, 0.02923977, 0.0153029216, 0.0222640801, -0.00419631414, 0.0241969265, -0.00602016645, -0.0101147518, -0.0209852029, -0.0295594893, 0.00928638782, -0.0148306089, 0.00839989446, 0.0120839309, -0.0184855796, -0.0188488979, -0.0421738625, -0.0120475991, -0.0218280982, -0.00344061409, -0.00164582697, 0.0306058433, -0.0170904417, 0.000637167599, 0.0129340934, -0.00510097388, -0.00235066237, -0.0137624564, -0.0142783672, 0.0051627378, 0.015753435, 0.0218716972, 0.0175118893, 0.00226528291, -0.0186454393, -0.00710285176, -0.0283387434, 0.0317393914, -0.0120621314, 0.00724091241, -0.00340791559, -0.0206945483, -0.0351981707, 0.0317975245, -0.0102455458, -0.0217263699, -0.0129558919, -0.000277256448, 0.00820370298, 0.0256792605, 0.0205346886, -0.0143800955, 0.00715734949, 0.0141257737, -0.00087468623, -0.0259553827, 0.00593297044, -0.0265802871, 0.00814557169, -0.00909746345, -0.00666687125, 0.00934451912, -0.0192558132, 0.00172484852, 0.0115898196, 0.00616549328, 0.00226528291, 0.00651791086, -0.0331345312, 0.0665597171, -0.000819734472, 0.0123745846, -0.0172212366, 0.0105579989, 0.00630718702, 0.00940991566, 0.00514457189, -0.0109285824, -0.0178752076, 0.00067440758, 0.0117642116, 0.000254549115, -0.0109067829, 0.00946078077, 0.008421693, -0.0148669407, -0.0243567862, -0.00221986813, -0.00634715194, 0.0270453338, -0.0207962785, 0.00115807366, -0.00350419455, 0.00801477768, -0.013181149, -0.00174483098, -0.0127815, 0.00699385675, 0.0105434656, -0.00127070199, 0.00158043, -0.0223367419, -0.0240661334, 0.0138278538, 0.000439386757, 0.0131884152, 0.0120330667, -0.0230052471, 0.00842895918, 0.0240806658, -0.00680493144, 0.00970783643, -0.0206509512, -0.016843386, -0.00515183806, 0.0123164542, 0.00808744133, -0.0118659409, 0.00580217596, 0.0192848779, -0.000501831935, -0.00697569083, 0.00159587094, -0.00372400158, 0.00484301848, 0.0221042205, -0.003840263, 0.0123818507, 0.00166126795, 0.00738623925, 0.00596566871, -0.00231433078, -0.00507917488, -0.0127233695, 0.00726271141, -0.0106088631, -0.0074007716, 0.000276575243, -0.00457416382, 0.0114008943, -0.0040764194, -0.00253958744, 0.000684398809, 0.0281934161, -0.000344470143, -0.00497017941, -0.000435072376, -0.00890127197, 0.00362227275, 0.00443973625, -0.00691756, 0.0163056776, 0.0075134, 0.00483938539, -0.00818917062, -0.00752793299, -0.00178297923, 0.00328257121, 0.0128250979, 0.0284404717, 0.00376033317, -0.011786011, -0.0260571111, 0.00521723554, -0.0100711538, -0.026013514, -0.0260425787, -0.00183838513, 0.00643071486, 0.0255339351, 0.0102382796, -0.00249235611, -0.00259590149, -0.00485391822, -0.00762239518, -0.00826909952, 0.00582034187, 0.00955524296, -0.00620545819, 0.00245784107, -0.00868328195, 0.0178606752, -0.0101365503, -0.0128323641, -0.015143062, -0.0194011405, 0.0072445455, -0.017584553, -0.0135517325, -0.0135444663, -0.0108559188, 0.00148415088, -0.0125998417, -0.00800024532, 0.0146707492, -0.0218716972, -0.00183566031, 0.0188779626, 0.00457779691, -0.0112265022, 0.0185582433, 0.0189215615, -0.0251270197, -0.00999122392, 9.84362632e-05, 0.0306058433, 0.00690302718, 0.0115607539, 0.0102382796, 0.0109140491, -0.00920645799, 0.00192558125, -0.0248363651, -0.01518666, 0.0181803945, 0.0247201044, -0.0198952518, 0.00268309773, -0.0101074856, 0.00858881883, -0.0117206136, -0.0122655891, -0.00657604169, -0.015317454, -0.00324078952, 0.0148960063, 0.00475582248, -0.015491846, 0.0029410529, 0.000633988529, 0.0109067829, 0.0270744, 0.00282115815, -0.00147870113, 0.0218280982, 0.0178606752, -0.000375579169, 0.00359320734, 0.0151721276, -0.0252723452, 0.00619455846, -0.029065378, -0.0252287481, 0.019633662, -0.00259590149, 0.00405098684, 0.00240334333, 0.00251052203, -0.00952617731, -0.012439982, -0.00637985, 0.00917739328, -0.0142057035, 0.0185873099, 0.0229035169, 0.0238336101, -0.0158115663, -0.00111810875, -0.0216682386, 0.0195464659, 0.0348493867, 0.00824730098, -0.0222204812, -0.00115171564, -0.00415271567, 4.91329774e-05, -0.00176118023, -0.0119022718, -0.0235720221, -0.00821096916, 0.0031354276, -0.0175409559, -0.00961337332, 0.0129776914, -0.0249235611, -0.0192994103, -0.000817009597, 0.00474128965, -0.000542705122, -0.0294722933, -0.00508280797, 0.00756426435, 0.0131520834, -0.00886494, 0.0421447977, -0.00462139491, -0.0015241158, 0.0328148119, 0.0103109432, 0.00610372936, 0.0139077837, -0.00340609904, -0.0281352848, -0.0209416039, 0.0159132946, -0.00271397969, 0.00115989021, 0.0162330139, 0.00267401477, -0.00606376445, 0.00888674, 0.00789851602, 0.0123164542, 0.0162620787, -0.00948257931, 0.00314996042, -0.0191976819, -0.00531896437, 0.000876502774, 0.0108995168, 0.00184111006, -0.014096708, 0.0203312319, -0.00414908258, -0.014837875, 0.0146344174, -0.00413091667, 0.0206364188, -1.73852968e-05, 0.0126507059, -0.00343153113, 0.0138060544, 0.042115733, 0.00291380403, -0.00181476958, -0.0126289064, -0.0197935216, -0.0195174012, 0.0222204812, -0.0191250183, 0.0186890382, 0.00533349672, -0.0209706705, 0.011742413, -0.0123164542, -0.0146562168, 0.0208108108, -0.0216246415, 0.00937358476, 0.00209452375, -0.0205201562, 0.0158842281, 0.00818190351, 0.00222531799, 0.0167125929, -0.0106451949, 0.016538199, 0.00406915275, 0.00138060539, -0.0200405773, -0.00319900806, 0.00125435274, -0.0181077309, 0.0117642116, -0.00450876681, -0.0210869312, 0.0459523611, -0.0136171291, 0.00587120652, 0.0145908194, 0.0185873099, -0.0177444126, -0.00978776626, 0.00128795952, -0.00834902935, -0.00551152229, -0.00368222012, 0.0162620787, 0.0228599198, -0.0121783931, 0.0268709417, -0.000259090593, 0.01248358, 0.019066887, -0.0188488979, 0.0220751539, 0.00824730098, 0.00369130308, 0.0247782338, -0.0117206136, 0.00919192564, 0.00196009642, 0.0306930393, 0.0177734792, -0.013965914, 0.00123527856, -0.0106161293, 0.00929365493, -0.00767326, -0.00320264138, -0.00793484785, -0.0047267573, 0.000596294412, -0.00471585756, -0.00947531313, 0.00410548458, 0.0139949797, 0.0107687227, 0.0237900112, -0.00669230334, 0.000107746266, -0.00325895543, 0.0127015701, -0.0275539774, 0.0118804732, -0.000368085748, 0.00315541, -0.0186599717, 0.0264058951, 0.00409458531, -0.00882860832, 0.00167307584, -0.0100420881, -0.0269145407, -0.017976936, -0.00233794632, -0.00430530915, -0.0251270197, -0.00586757297, 0.000752974942, -0.016451003, 0.0171195082, -0.00580217596, -0.0114808241, -0.00951164495, 0.0132174809, 0.00473402347, 0.00137606403, -0.00606376445, 0.00351509405, 0.00947531313, -0.00272487919, 0.00886494, -0.0035986572, 0.00648521259, 5.37028282e-05, 0.000571770477, 0.00792758167, 0.0178316087, 0.0044215708, -0.00681946427, 0.00101728819, 0.00117896439, -0.00651427777, 0.0180931985, 0.0101656159, -0.00577674387, -0.0225111358, -0.0136534609, -0.0270308014, -0.00830543134, -0.0130576212, 0.019720858, -0.00561325112, 0.00707378611, 0.00906113163, -0.0121129965, 0.00283932406, 0.0286148638, 0.00374216749, 0.00389839383, -0.0182530563, -0.00625995593, -0.00513730571, 0.011124773, 0.0201713722, -0.0135081345, -0.0133846067, 0.0108123207, -0.00511187315, 0.00789851602, 0.00746253552, 0.0022562, 0.00352599355, -0.00863968395, 0.0455163829, -0.0128759621, -0.00448333472, 0.00894487, 0.00872688, -0.0170468446, 0.00495928, -0.0232813675, 0.0270744, -0.015230258, -0.00137878885, -0.00677586626, 0.0252432805, 0.00554058747, 0.00536982855, -0.00727361068, 0.00658694142, 0.00877047796, 0.00829089899, -0.00357867475, 0.00284295715, 0.0350237787, 0.000705289538, -0.000498198729, 0.00834902935, 0.0115825534, 0.0264058951, 0.0200987086, 0.000381937221, -0.00877774414, -0.00026930889, -0.0306639727, -0.00843622629, -0.0122001925, -0.0018765335, -0.0133192092, 0.0277283713, 0.00930092111, -0.00226346636, -0.0069211931, -0.00491931522, -0.00122074585, -0.0143800955, -0.00159132946, 0.0162911434, 0.0114444923, -0.033686772, -0.00918465946, 0.0106597273, -0.0111175068, -0.0135299331, -0.0051845368, -0.0108849844, 0.0117932772, -0.0100202886, 0.000595386082, -0.00613279454, 0.000570862205, -0.00539889373, -0.00348602864, -0.0211741272, 0.0134282047, 0.0106960591, 0.0127887661, -0.0173665639, 0.0154773137, -0.00215810421, 0.011742413, 0.00689212792, 0.0158115663, 0.0124472482, 0.0185291786, 0.0130648874, 0.00658694142, -0.0127306357, 0.0125853084, 0.0115970857, 0.00503194332, 0.0152157256, 0.0038075645, 0.00789125, 0.00537709473, -0.0106815267, -0.0103182094, -0.00135335664, -0.0125199119, -0.00404008757, 0.00720458059, -0.0160004906, 0.0133918729, -0.00828363281, -0.0205928199, -0.00875594467, 0.0177008156, -0.014445493, 0.0145108895, -0.00544612529, 0.0154337157, 7.14713096e-05, -0.0166108627, 0.0183402542, -0.00333888526, -0.0107832551, -0.0222350135, 0.00675406726, 0.0012743352, -0.0271761287, 0.0227581915, -0.015448248, 0.0137551902, 0.0110303108, -0.00547882356, 0.0299082734, 0.0122510567, -0.00558055239, 0.00663053943, 0.00619092537, -0.014663483, -0.00114081602, 0.00112537504, -0.017410161, -0.030198928, 0.0161603503, 0.000715734903, -0.0204184279, 0.00485028513, 0.00282842456, -0.00732810842, 0.00167670893, -0.0177008156, 0.0027539446, -0.00103454583, 0.0100493543, 0.00808744133, 0.0160440877, -0.0196772609, -0.00612552837, 0.0213339869, -0.00533713, -0.00110811752, 0.00216900371, 0.0301698614, 0.00626722211, -0.00628175493, 0.00232523028, 0.00723727886, 0.0255194, 0.0155209117, -0.00292470353, -0.013399139, 0.0146489507, -0.0158115663, -0.00968603697, -0.00330073689, 0.0157679673, -0.0032426063, -0.0301407967, 0.0272487924, -0.0129195601, 0.00901026744, 0.0114081604, -0.00661963969, 0.000941899896, -0.00305549777, 0.0248799641, 0.00665597152, 0.00212722225, 0.0101147518, -0.0231651068, 0.00429077633, -0.00822550151, -0.016276611, -0.00380029809, 0.0210433342, -0.00599836744, -0.0204765592, 0.00905386545, -0.0187471695, -0.0100638866, -0.00829089899, 0.0126434397, -0.0394998491, -0.013922316, 0.00727724377, 0.0217990335, 0.00667777052, -0.00499197841, 0.00310817873, 0.0231796391, 0.0201859046, -0.000653971, 0.0322625712, -0.00774592301, -0.00499197841, 0.00188561634, 0.0141621055, 0.00831996463, 0.0231215078, -0.000861516, 0.00045210286, -0.00229798141, 0.00334978476, -0.000442338729, -0.00278301, -0.0225983318, 0.00149323384, -0.00174483098, 0.00404008757, -0.00579854287, -0.0130794197, 0.0243713185, -0.000349692826, 0.0279608928, 0.0137333907, -0.00282842456, 0.0080511095, 0.00581670878, -0.018979691, 0.0170759093, 0.0228889845, -0.0126943039, -0.00226346636, -0.00217263703, -0.0093953833, -0.00996942446, -0.00424717832, 0.0102310134, -0.00336795067, -0.00685579609, -0.0106887929, -0.0339192972, -0.00533349672, 0.00878501, 0.0021036067, 0.0148088103, -0.0168143213, 0.00986042898, 0.0286148638, -0.0101583498, 0.00661963969, -0.00436707307, -0.0142202359, 0.00531169772, -0.0191976819, -0.0243713185, -0.000468679209, 0.00137061428, -0.0032644053, -0.00885040779, 0.0168288536, 0.00080020621, -0.00102637114, -0.00383299659, 0.00421447959, 0.00821096916, -0.00690302718, -0.00959884096, 0.0188779626, -0.0228308551, 0.0134645365, -0.0107178576, -0.00746253552, -0.00466862647, -0.0130212894, -0.00823276863, -0.0149396043, -0.00232159696, -0.00411638431, -0.0135662649, 0.00957704242, 0.000214016545, -0.00864695, 0.0139877135, -0.0247491691, 0.00880681, -0.000680311525, 0.000110130532, -0.00550425611, -1.77259062e-05, -0.0375815332, 0.00723001268, -0.00574767869, 0.0196627285, 0.0195319336, -0.00414544949, -0.0199824478, 0.000900572573, -0.0252868794, -0.00612552837, -0.00678676553, 0.0121493284, -0.00363680534, 0.0308674313, 0.0135008683, -0.00321899052, 0.00785491802, 0.0136316624, -0.00559508521, -0.0282660797, -0.0127379019, -0.00688849436, -0.011742413, 0.0107178576, 0.0303442553, 0.00121802103, -0.0113064321, -0.0105943298, -0.00830543134, -0.000165309335, -0.00212903903, -0.013704326, -0.0139150498, -0.00627812138, 0.00465409365, 0.0233394988, 0.0129195601, 0.0118659409, -0.00697205728, -0.00681946427, -0.00132338295, -0.00118986389, -0.00107451074, 0.0113354977, 0.00595113588, 0.0143001657, 0.00271942932, -0.0244730487, 0.00606376445, 0.042290125, -0.00552968821, 0.0299373399, -0.00180205342, 0.0081964368, -0.0130212894, -0.0119240712, -0.00676496653, -0.00670320261, 0.0324660279, 0.0352563038, -0.0182094593, 0.0127815, -0.015840631, -0.0197499245, -0.00459232973, -0.00793484785, -0.0237754788, 0.0245602448, -0.0052281348, -0.00501377787, 0.0207962785, 0.000141580182, 0.0120475991, 0.0161748827, -0.0185291786, 0.00215265458, 0.0218571648, -0.0165963303, 0.0370583571, 0.00350782787, 0.0132102147, 0.00842895918, -7.30608226e-05, -0.0153029216, 0.0116116181, 0.014881473, 0.00896666944, -0.000386024563, 0.0137697225, 0.00693209283, -0.018979691, 0.0116624832, 0.00777498866, -0.0208980069, -0.00473765656, -0.00688122818, 0.0160440877, -0.0229471158, 0.0020382097, 0.00860335212, 0.000111379435, -0.00358594093, 0.00738260616, -0.00693572592, -0.00956977531, -0.0113863619, 0.0112047028, 0.00940264948, 0.0100202886, -0.017235769, -9.21349783e-05, 0.00616186, -0.0342680812, -0.0110157784, 0.0282515474, -0.0103908721, -0.0321463086, -0.00890853815, -0.00972963497, 8.66852206e-05, -0.0201423075, 0.00562778395, 0.0167416576, -0.0134936012, 0.00437433925, 0.00363135571, 0.00352599355, -0.00272306264, -0.0178752076, 0.0189942252, -0.000664870546, -0.0110085122, -0.0182675906, 0.00403282139, -0.00101093017, -0.00542795938, -0.00746253552, 0.0160586219, 0.00308456318, -0.0142928995, 0.018412916, 0.00463592773, -0.0105216671, -0.00579491, -0.0152011923, -0.00135880639, -0.00348784542, 0.00951891113, 0.0101002185, -0.0287311263, -0.000202435811, 0.0116552161, 0.00174483098, 0.01496867, -0.0118296091, 0.00784765184, 0.0301407967, 0.00156589726, -0.0204910915, 0.00917739328, -0.0192703456, -0.0217845012, 0.0255048685, 0.0233685635, 0.00603469927, 0.0124254487, 0.00321535743, -0.00677586626, 0.00321354088, -0.0210433342, 0.0103327418, -0.00935178529, 0.051532913, 0.0072009475, -0.0148742069, -0.0205056239, 5.10914833e-05, -0.00421811314, 0.0143219652, 0.0161312856, -0.00277937669, -0.00612916145, 0.00233976287, 0.0031027291, 0.0197499245, -0.000368312845, 0.018805299, 0.00216718717, 0.0024632907, -0.0101510836, 0.0153319864, -0.00645614695, 0.00917739328, 0.0217118375, 0.00672136853, 0.0145472214, -0.00938085094, 0.0117714778, 0.00406551966, 0.0233540311, 0.000109392546, -0.0105797974, -0.0102746114, -0.00323534, -0.0243277214, 0.00649974495, 0.0105507318, -0.00347694592, 0.00822550151, 0.00495201396, 0.017235769, -0.0216973051, -0.00895213615, -0.015579043, -0.000250007666, 0.0176862832, 0.0185001139, 0.0177444126, -0.00374943367, 0.0179333389, -0.00617639301, -0.0182094593, -0.00882860832, 0.0125998417, 0.00456689764, -0.00149323384, 0.00206182525, 0.0198516529, 0.0114154276, -0.00124981126, 0.0063144532, 0.00954797678, -0.0139441146, -0.00627448829, 0.00231796387, -0.0220460892, -0.00743347034, 0.0220170245, -0.00502831, -0.0168143213, -0.0150268, 0.00784038566, 0.0101510836, 0.0148742069, -0.00110993406, 0.0150849307, 0.0310999546, 0.00602743262, 0.00528263254, -0.0176281519, -0.017584553, -0.00196191296, -0.000590844662, -0.0181222633, -0.0128759621, 0.0190523546, -0.0126725044, 0.00919919182, -0.00794211403, -0.0115171559, -0.00794938114, 0.016407406, -0.00528626563, -0.00526809972, -0.0107323909, -0.00607466418, -0.00161857822, -0.0195755325, 0.000294286961, -0.0130285555, 0.00302824914, 0.00513730571, 0.000865603273, 0.00178842898, -0.0115752863, -0.0175409559, 0.0031463271, 0.00925732311, -0.0115607539, 0.00511187315, -0.00418178132, -0.0176281519, -0.0289200507, 0.00243422529, 0.00383663, -0.00975143444, 0.0279463604, 0.0186454393, 0.00893760379, 0.00785491802, 0.0180786643, -0.00653244369, 0.000652608578, -0.00178570417, -0.0207672119, 0.00927912164, 0.0159714259, -0.00496291323, 0.0192122143, 0.000814738858, -0.00119440537, -0.0026031679, 0.0357213505, 0.0215810426, 0.00825456716, 0.0146271512, -0.00748433499, -0.0166108627, -0.0299373399, -0.00274849473, -0.0196772609, 0.00893033762, 0.00927185547, 0.00286657293, -0.00637621712, 0.00294650276, 0.00739350542, 0.00218172, -0.00621272437, 0.00389839383, 0.0215955749, -0.0254612714, -0.00168942509, 0.0216973051, -0.0164655373, 0.0203167, 0.00271761278, 0.00430167606, -0.0119676692, 0.0221332852, 0.0155645097, -0.014314699, 0.00728451042, 0.0324660279, 0.00473402347, 0.00682673045, 0.00164946017, 0.0108486526, 0.00371491862, -0.0037639665, -0.0135081345, -0.00563868321, 0.0103327418, -0.0120112672, -0.0268128105, 0.0131520834, 0.00432710815, 0.0148088103, -0.0169160496, -0.00652154395, 0.0142783672, -0.00712465076, 0.0198371205, 0.0109721804, 0.00637985, 0.00124708633, -0.0108704511, -0.00401828857, 0.00261770049, 0.0109503809, -0.00439613825, -0.000798389607, 0.0037639665, -0.00634351885, 0.00816737115, 0.00354052638, -0.00936631765, -0.00580580905, 0.00802204385, 0.00886494, -0.00550425611, -0.017410161, 0.00575131178, -0.00730267633, 0.00612189528, -0.00757879717, -0.0170759093, -0.000750250067, 0.000597656821, 0.00609282963, -0.00292470353, 0.00599473435, 0.013965914, -0.0115098897, -0.00111720047, 0.000689848559, 0.00817463733, -0.0128541635, -0.0196627285, 0.00817463733, -0.00125889422, -1.59660885e-06, 0.015840631, -0.00337885018, -0.00300281681, -0.0158115663, -0.0326694846, 0.02880379, -0.0131956814, 0.0130285555, -0.0135008683, 0.0110884421, -0.00494111422, -0.0142928995, 0.0224820692, -0.00784038566, -0.0102092139, -0.0119604031, 0.00233976287, -0.00403645448, -0.0187617019, -0.00641254894, 0.00981683098, -0.00392382592, -0.0227727238, -0.0392673239, 0.0205201562, 0.00166671781, 0.00444337, 0.0148160765, -0.00341336522, 0.0124617806, -0.00970783643, 0.00388022792, -0.0326694846, 0.00410185149, -0.0106015969, 0.000837900327, -0.00157679676, -0.0194738023, -0.00104453706, -0.0042544445, -0.0119240712, 0.00184746808, 0.00196191296, -0.00938085094, -0.014576287, -0.00267764786, 0.00614369428, 8.15760723e-05, -0.00925005693, 0.0142638339, 0.0161167514, 0.0122946547, 0.00666687125, -0.000474129, 0.0132029476, -0.0130866859, 0.00427987706, -0.0127960322, 0.00263041677, -0.00770232501, -0.017671749, -0.00935178529, -0.0119240712, -0.00877774414, 0.00247600698, 0.015709836, 0.0010536199, -0.0187326353, 0.0122292573, 0.00134154886, 0.0410693772, 0.0138278538, -0.000202095209, 0.0129122939, -0.00341336522, 0.0167707223, -0.011124773, -0.0146780154, 0.0120621314, 0.015448248, -0.0047267573, -0.0122001925, 0.0137697225, 0.000908293063, 0.0114444923, 0.00273941178, 0.0015350153, -0.0225402, -0.0134936012, 0.000184951175, -0.00379303191, 0.0160440877, -0.0197499245, -0.00773865683, -0.0122801224, -0.0127306357, 0.00829089899, -0.0115534877, 0.00161403674, 0.00030768427, 0.0128904954, -0.0116915479, -0.00645614695, 0.0193430092, -0.00563505, -0.0214066505, 0.0210433342, -0.00722637959, 0.0097659668, 0.00133882393, -0.014881473, 0.00270126364, 0.00413091667, -0.00660874043, -0.00485391822, 0.0112773664, -0.0254612714, 0.0041418164, 0.00835629646, 0.00166490115, -0.0136679942, 0.0045124, -0.00133791566, 0.000732538349, 0.0155645097, 0.000207204357, -0.0062018251, 0.0399358273, -0.000210383383, 0.0291671064, 0.0144091612, 0.0100348219, -0.0125199119, -0.00454146508, -0.0111320401, -0.00496291323, -0.0258681867, -0.00874141231, -0.00263949973, -0.0230779108, 0.0235865545, -0.0211159978, -0.0144600254, -0.0098095648, 0.0139949797, -1.12472226e-05, -0.017758945, -0.01675619, 0.000598110957, -0.00734627433, 0.0014796094, 0.0098095648, -0.00923552364, -0.00836356264, -0.00195646333, -0.0052063358, -0.00881407596, -0.0262315031, -0.000439386757, 0.00111447554, 0.0208108108, 0.00659784069, -0.0279318281, -0.00279754261, -0.00716824876, 0.00187835, 0.0110666426, -0.00816010498, -0.0105216671, -0.00827636663, 0.0031899251, -0.00105816138, 0.00742983725, 0.00021787679, -0.00524630072, 0.00812377315, 0.00319719152, 0.028498603, 0.000241833026, -0.00232159696, -0.0208253432, 0.0191540848, 0.0160004906, -0.0309546273, 0.00239062728, -0.0197935216, -0.00918465946, 0.00472312374, -0.0125925746, -0.0128105655, 0.000842441805, -0.0112192361, -0.0182821229, 0.0105289333, 0.00278301, -0.00588573888, -0.00857428648, -0.0261588395, 0.0103254756, -5.78753e-05, -0.00654334296, -0.0202149712, 0.00351509405, -0.00410911767, -0.0197644569, 0.0101002185, 0.0131084854, 0.00575857796, -0.00196191296, 0.0426970385, -0.00826183334, 0.0107832551, -0.0134500032, -0.010470802, -0.0108268531, 0.00957704242, 0.0104998676, -0.00300281681, -0.0118223429, -0.00079702714, -0.015927827, -0.015753435, 0.0110012451, -0.0139804464, -0.000759333, -0.00748433499, -0.00866874866, -0.0097805, -0.0142783672, 0.0145544875, -0.0102019478, -0.00257228594, 0.00182294415, 0.0239934698, 0.00401828857, -0.0171921719, -0.0196627285, 0.00196736283, -0.026187906, -0.00915559381, 0.0135589987, -0.00511187315, 0.00534439646, 0.00163129438, -0.00334251835, 0.0101147518, 0.0103981392, 0.0123745846, -0.00914106146, -0.00424354523, -0.00951164495, -0.0243858527, -0.0103981392, 0.00589663861, -0.0110012451, -0.00364407175, 0.0116988141, 0.015099464, -0.00682673045, 0.00319900806, 0.00161222019, -0.00258500199, -0.00141239574, 0.0145690208, 0.0153755853, 0.0019019657, -0.00344606396, -0.0222786125, 0.00522086862, 0.000317675498, -0.0142202359, 0.00179115392, 0.00752793299, -0.012527178, 0.0128323641, -0.00542432629, 0.0122801224, 0.0220460892, -0.017322965, 0.00728451042, -0.00870508049, -0.00878501, 0.000598565151, -0.0010318209, 0.00735354051, 0.017497357, -0.00799297914, -0.00115262391, -0.0240080021, -0.0170759093, -0.00236519519, -0.0143510299, -0.00726271141, 0.0204765592, 0.000616276811, 0.00775318965, -0.00291198748, -0.0177298803, -0.0097805, -0.032204438, 0.00818190351, -0.00938811712, 0.0225838, -0.00935905147, -0.0121929264, -0.00212540571, -0.00353689305, 0.00911199581, -0.0126361726, 0.00721184677, -0.0106088631, 0.0240951981, 0.00015213908, 0.00116261514, 0.00595840253, -0.016015023, -0.00732084224, 0.0094389813, 0.00607829727, -0.00160404551, -0.00312089501, 0.0153901177, 0.0141330399, 0.0160731543, -0.00159768749, 0.00517000398, 0.0036095567, 0.00239244383, -0.00742257107, -0.0112628341, 0.000745254452, -0.029501358, 0.00610372936, 0.00317357597, 0.013181149, 0.00160949526, 0.0142928995, -8.91262534e-05, 0.00215083803, 0.00204365933, -0.00318265893, 0.0274813138, 0.00854522083, -0.0173374973, -0.00737170642, -0.00661237352, 0.0106524611, 0.00153319864, -0.00970783643, -0.0258245878, 0.0454873145, -0.00269218069, -0.0239062738, 0.000966423831, -0.0075134, -0.0347331278, 0.00580580905, 0.00909746345, -0.00273396214, -0.00673226826, -0.007615129, -0.00417451467, 0.0122583229, 0.00319355843, 0.00685942918, -0.0114808241, 0.0139949797, -0.0235720221, 0.0169887133, -0.0175409559, 0.0245166458, 0.0048611844, 0.014794277, 0.00794211403, -0.00260498445, 0.000947349647, -0.000643071486, -0.00804384332, 0.0128105655, 0.00045210286, 0.0143219652, -0.0320881754, -0.0103182094, -0.0137987882, 0.0146998148, 0.00609646318, 0.0174246933, -0.0110230446, 0.00343334768, 0.00215628766, 0.00153592357, -0.00389839383, 0.0093953833, 0.0042762435, 0.00345514668, -0.00910473, -0.00321354088, -0.014925071, 0.029501358, 0.00417451467, -0.00328983739, 0.00504647614, 0.00325895543, -0.0186309069, 0.0211595949, -0.0122583229, -0.00334978476, 0.00863968395, 0.00029996378, 0.00778225483, 0.00451603299, -0.00144509424, 0.0150413327]
|
22 Aug, 2021
|
HTML5 | MathML <msub> Tag
22 Aug, 2021
The MathML <msub> tag in HTML is used to print the base power on any expression.
Syntax:
<msub> Contents </msub>
Attributes: This tag accepts some attributes which are listed below:
class|id|style: This attribute holds the style of the contents.
mathbackground: This attribute holds the value of the math expressions background color.
href: This attribute holds any hyperlink to a specified URL.
mathcolor: This attribute holds the color of the math expressions.
subscriptshift: This attribute defines the minimum space that shift the subscript below the baseline of the expression.
Below example illustrates the MathML <msub> tag in HTML5:Example:
html
!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML msub tag</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML <msub> tag</h3>
<math>
<mfenced open="(" close=")" separators="">
<mrow>
<msub subscriptshift="5px">
<mi>x</mi>
<mn>2</mn>
</msub>
<mo>+</mo>
<msub>
<mi>y</mi>
<mn>2</mn>
</msub>
<mo>=</mo>
<msub subscriptshift="5px">
<mi>z</mi>
<mn>2</mn>
</msub>
</mrow>
</mfenched>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML <msub> tag are listed below:
Firefox
Safari
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 MathML rowlines Attribute/HTML5 MathML rowspacing Attribute/HTML5 MathML rowspan Attribute/HTML5 MathML rquote Attribute/HTML5 MathMl scriptlevel Attribute/HTML5 MathML scriptminsize Attribute/HTML5 MathML scriptsizemultiplier Attribute/HTML5 MathML selection Attribute/HTML5 MathML separator Attribute/HTML5 MathML rspace Attribute/HTML5 MathML stretchy Attribute/HTML5 MathML subscriptshift Attribute/HTML5 | MathML <msub> Tag
|
https://www.geeksforgeeks.org/html5-mathml-msub-tag/
|
NextJS
|
HTML5 | MathML <msub> Tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, HTML5 MathML rowlines Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, HTML5 MathML stretchy Attribute, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, HTML5 | MathML <msub> Tag, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, HTML5 MathML rowspan Attribute, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, HTML5 MathMl scriptlevel Attribute, jQuery Mobile Collapsibleset Widget expandedIcon Option, HTML5 MathML rspace Attribute, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, HTML5 MathML separator Attribute, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, HTML5 MathML subscriptshift Attribute, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, HTML5 MathML selection Attribute, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, HTML5 MathML rowspacing Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML rquote Attribute, HTML5 MathML open Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, HTML5 MathML scriptminsize Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, HTML5 MathML scriptsizemultiplier Attribute, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[0.000686402, 0.0113154529, -0.0108448807, 0.0306957904, 0.0591617934, -0.0108738393, 0.0177079961, 0.041323483, 0.0097734239, 0.0351553671, -0.00542606041, 0.00695723, 0.00673642289, 0.000306098198, 0.0121118063, -0.0174908098, -0.0306957904, 0.0368059911, -0.0156519581, 0.00358539866, -0.00275103794, -0.00720699504, -0.0289293341, 0.0198943466, -0.0418447331, -0.00486861309, -0.0127344094, 0.0170419551, -0.00218092138, 0.0111127449, -0.00215015328, -0.00514371693, 0.00791285373, -0.00693551125, -0.0193151813, 0.0264099631, -0.0217042416, 0.0234272592, -0.0420764, -0.0240933, 0.003409839, -0.0249186121, 0.0125317015, 0.0323753729, 0.0205459092, -0.0207051802, -0.018475391, -0.0277565233, -0.0152175827, -0.024397362, 0.00929561257, 0.0127344094, 0.0200246591, 0.0192862228, -0.0121190455, 0.0104539441, 0.0147252921, 0.0375299491, -0.041584108, -0.0273076706, -0.0020487993, -0.0636503249, 0.0191124734, -0.0104829017, -0.0376168229, 0.00135561009, -0.0154202916, 0.0339391194, -0.00562876835, -0.00695723, -0.0134294089, -0.00235105143, 0.0313907899, 0.0172301847, 0.00264425413, -0.0213857, 0.00773186423, 0.0117425881, 0.00876712333, -0.00288135023, 0.0225295518, -0.0226598643, -0.00532470597, 0.0153768538, 0.0258452762, 0.0253529865, -0.00127597479, -0.0468255617, 0.00716717774, 0.00632014731, -0.00533194561, 0.0358793251, 0.0164338313, 0.0106059751, -0.0145732611, 0.00624775188, 0.0195468478, 0.00268226187, -0.00532470597, 0.0156374779, 0.0163469557, 0.0289148558, 0.0164772682, -0.0123362327, 0.0153044583, 0.0139651373, 0.0217621569, 0.0226743445, 0.0258018393, 0.0206907, 0.0284225643, -0.0179975796, -0.0271918382, 0.0207775757, 0.0251068398, 0.0183306, -0.0199233051, -0.0654457435, 0.00982410088, 0.0132846171, -0.0293057933, 0.0202418473, -0.000614006305, 0.0365743227, -0.0546442978, 0.0182002876, -0.0503295138, -0.00894811284, 0.0166075807, -0.0130239921, -0.0171722677, 0.0226164274, 0.00414827559, -0.0281329826, 0.00240353844, 0.0404547341, -0.0186201818, 0.0126258163, -0.00717079733, -0.0177659132, -0.0294795427, 0.0138565432, 0.00496634748, 0.0182582047, -0.0445957705, -0.00641426211, 0.0320857875, 0.0458120182, -0.0128285242, 0.000650204194, -0.00574822119, -0.00237277, -0.00575546082, -0.0134945642, 0.00424601, 0.0147832083, 0.00150492636, 0.0301166251, -0.0210671593, 0.0345472433, -0.00583871594, -0.0178527869, 0.0363426581, 0.0254977774, -0.00548397657, 0.0302035, 0.00272026961, -0.0163035188, -0.0192572642, 0.0388909876, -0.0155071663, -0.011119985, 0.00473468099, 0.0058785337, -0.00550931552, 0.0273945462, 0.00910738297, -0.0330124535, -0.00931733102, 0.000215377309, -0.044885356, -0.00991097558, 0.0311591234, 0.0178817455, -0.0325491205, -0.0258887149, 0.0231521558, 0.0167089347, 0.00516181579, 0.00770290615, -0.0345762037, 0.00596178882, 0.024498716, -0.0206617415, 0.0496634729, 0.00541882077, -0.0315934978, 0.0534859672, 0.0335916206, -0.0169261228, -0.0137334708, -0.00983858, 0.0223268438, -0.00970826764, 0.0474626422, -0.0136610745, 0.00483603496, 0.0151741458, 0.0212988239, -0.0231521558, -0.0127995657, -0.00275465776, -0.0166799761, -0.00803592615, 0.0175342467, 0.00344422692, -0.04086015, -0.041786816, -0.0202708058, -0.0272497535, 0.050908681, -0.00321437046, -0.0166944563, -0.0357345343, -0.0511403456, -0.00351662282, -0.0457830615, -0.0227467399, -0.015492687, 0.0159849785, 0.000622150837, 0.0480128489, 0.0147904484, 0.00931009091, 0.00253747054, 0.025222674, 0.00701152673, 0.00996889267, 0.0242091324, 0.026815379, -0.0366901569, -0.00366684399, 0.00872368552, -0.011988733, 0.00535004446, -0.00983134098, 0.00993269496, -0.0270470455, 0.0113588907, -0.0181713291, 0.0137262307, -0.0238326751, -0.00821691565, 0.00788389519, -0.0172736216, 0.0293926671, 0.0175197683, -0.0421343185, -0.0322016217, 0.0339391194, 0.0177369546, -0.0247303825, -0.0217476785, 0.00714545883, 0.0402230695, 0.0132339401, 0.0776082277, -0.0399334878, -0.0261203814, 0.00827483274, 0.0230073631, -0.0484182648, 0.00427858764, 0.0158401858, -0.0379932821, -0.0107000889, 0.00388403097, -0.0181568507, 0.0360530764, -0.00752191665, 0.00398176536, 0.0209223665, 0.0332441218, 0.0136176376, 0.0492291, 0.00230942387, 0.0288714189, 0.000486861303, -0.0405416116, -0.0145949796, 0.00826759264, -0.0260335058, 0.0232100729, 0.0123362327, 0.00458626961, 0.00890467502, 0.0158401858, -0.0165496655, -0.00176645594, -0.00815175939, -0.00345327659, 0.0203866381, -0.00275103794, -0.0469703525, -0.0173025802, 0.00456093112, 0.0214146581, 0.0345182866, -0.0231955927, -0.0246435069, 0.0367191173, -0.0679361597, -0.0298270416, -0.0078332182, -0.00869472791, -0.0150003955, 0.0163614359, -0.0377905741, -0.0056251483, -0.0180989336, -0.0158691444, 0.0206038263, -0.027843399, 0.0273655877, 0.0226019472, -0.0133208148, -0.0430030636, 0.00419171294, -0.00405778084, 0.00978790317, -0.0560053401, -0.0455513969, 0.0178383086, 0.0222689267, -0.000573283702, -0.0743649, 0.0600015819, 0.0234851763, -0.00719251623, -0.0187215358, -0.0266416296, -0.0244552791, -0.0227612182, -0.00291573815, 0.0264678802, 0.00051672454, -0.0259031933, -0.00687759463, 0.0157388318, 0.0414393172, 0.000971912697, 0.0221241359, 0.0333889127, -0.0167378932, -0.00333744334, -0.0210092422, -0.0212843455, -0.00799972843, -0.0331572443, 0.00834722817, 0.00607038243, -0.00426410884, 0.0119959731, -0.0785348937, -0.0177369546, -0.0592197105, -0.032172665, -0.0131615447, 0.0421632752, -0.0141171683, -0.0297401678, -0.0285963155, 0.0251792353, -0.0034333677, 0.0137262307, 0.00968654919, 0.0112285782, -0.0101933191, -0.0273511074, 0.0222544484, -0.0337653682, 0.044161398, -0.00530660711, -0.0180554967, 0.024759341, -0.00363607565, -0.00614277786, 0.01780935, -0.00497358665, 0.0154058123, -0.0296388138, 0.0403389037, -0.00883228, -0.0374430716, 0.0226453859, -0.00213929382, -0.0147108128, -0.0167668518, 0.000274425081, -0.0162456017, 0.0517484695, -0.0223992392, 0.00930285174, 0.0181713291, -0.00520887319, 0.00825311337, -0.0209513251, -0.0146673759, 0.027380066, -0.0527330525, 0.00263339491, -0.0221530944, -0.00193296606, -0.0415551513, 0.0246290285, 0.0267864205, -0.00396728609, 0.0188518483, -0.0306378752, 0.0144791463, 0.043234732, -0.0106421728, 0.0189676825, -0.0140085742, -0.0111996196, -0.00359987793, -0.0250054859, -0.0296098553, 0.0412945263, -0.00744228158, 0.00433650427, -0.0116412342, 8.89675721e-05, 0.010910037, -0.0197929926, 0.0255556945, 0.0144574279, 0.0154058123, -0.026815379, 0.00474192062, -0.00660973042, -0.00213024439, -0.0259176716, 0.0325780809, -0.029856, 0.0109389955, -0.0168826841, 0.00456093112, 0.0234127808, 0.0322595388, -0.0353580751, -0.0141678452, -0.0400203615, -0.0165786222, 0.0393832773, -0.0215304904, 0.047810141, 0.0242670495, 0.0173025802, -0.0220372621, -0.00420257216, 0.00508218026, 0.0339970365, -0.00997613184, 0.0418157764, -0.0175921638, -0.0700790733, 0.0437270217, -0.0325780809, -0.00283429306, 0.0312170405, 0.0219359063, 0.00521611236, -0.0015981358, 0.00416999403, 0.0105046211, -0.0201549716, -0.0238616336, 0.029856, -0.0155361239, 0.0555420071, 0.0232390296, -0.00123615714, 0.0131977424, 0.0122421188, -0.0380222388, 0.0248751733, -0.00515095657, -0.0137841478, 0.0208789296, -0.0151886251, 0.0339970365, 0.000553374877, -0.037211407, 0.00566858612, 0.0179831, 0.00275103794, -0.0357634909, 0.0147687299, -0.0154782077, -0.0110910265, 0.0444799401, -0.00906394608, 0.0536886752, 0.0224716347, 0.00802144688, -0.0335916206, 0.0534570105, -0.0261203814, 0.0686890706, 0.0333599523, -0.010243996, 0.00701152673, 0.000395461684, 0.00585319521, 0.0194020569, 0.0275682956, 0.0247014239, 0.00709840143, -0.0103236316, -0.00393470796, -0.012249358, -0.00647579832, 0.0337364115, -0.0437849388, 0.00830379, 0.0311591234, -0.000107123058, -0.00962139294, -0.0211250745, -0.00880332105, 0.00224426761, 0.0176935177, 0.0166220609, -0.0302035, 0.00230037444, -0.0129660759, -0.000536180916, 0.0238905922, 0.0216608029, -0.0369507819, -0.00535366451, -0.0212988239, -0.0278289206, -0.0255412143, 0.00137823378, 0.00107688655, -0.0273221489, -0.0131832631, 0.00943316426, 0.00126149564, 0.0337943286, 0.00675090216, -0.00619345484, -0.00696084974, -0.000480074203, -0.0160863325, -0.00566858612, -0.0025555694, -0.0104177464, -0.00555275287, 0.01595602, 0.0523276366, 0.0229928847, -0.0167234149, -0.0101209236, -0.0315355808, 0.030724749, 0.0254832972, 0.0199812222, -0.0113299321, 0.00858613383, 0.053109508, -0.0241512172, 0.00768842688, 0.047346808, 0.00356729981, -0.00243792636, 0.0169695597, -0.0212843455, -0.0143560739, -0.0100195697, 0.0227033012, 0.0109824324, 0.0110910265, -0.00091263873, -0.0166654978, -0.0208789296, -0.0639399141, 0.0266995467, 0.0245276745, 0.0155795617, -0.00169406016, -0.0014632988, 0.0101643605, 0.00623689219, -0.0260190256, -0.0148556046, 0.0277854819, -0.0197350774, 0.0169406012, 0.0398755707, -0.00145967898, 0.00705496408, 0.00457903, 0.00450663455, -0.000988201704, -0.0343155786, 0.0299428757, 0.00140538218, -0.0463043116, -0.0327807888, 0.000712645473, -0.00346051599, -0.0369507819, -0.0212698672, 0.00205603894, 0.0053174668, -0.00293564703, -0.0366032831, 0.0406574421, -0.00578803895, -0.0167813301, 0.0065518138, 0.0213422626, 0.00580613781, -0.0135307629, -0.0140230535, 0.0097734239, -0.0332730785, -0.0164338313, -0.0240064245, -0.00845582131, -0.00302071194, 0.0304641239, 0.0301166251, -0.0230073631, -0.0146673759, -0.0260769427, 0.0266126711, 0.0354739092, 0.0146239381, -0.0250344444, 0.0453197286, -0.00875988416, 0.0141244074, -0.0209078882, 0.0232245512, 0.00716717774, 0.00770290615, -0.0310432911, -0.0092738932, 0.00162075949, 0.0010651222, 0.00931009091, 0.00580613781, -0.0295229796, 0.0171867479, 0.0193296615, 0.00720337545, -0.0360820331, -0.031448707, 0.00647217873, 0.0289438143, 0.0140882097, -0.00919425767, -0.0129081588, -0.016419353, -0.048070766, 0.0201115347, 0.00261891563, -0.0182437245, 0.0121914418, 0.0287266262, 0.0165931024, -0.0258307979, -0.0284225643, 0.0437559821, -0.0100123296, 0.0197929926, -0.0210816376, 0.0103308707, 0.0202708058, 0.0282488149, 0.0284225643, -0.00533556566, -0.00498444634, 0.0107869646, -0.0257294439, -0.0132049816, 0.0225150734, -0.0167523734, 0.0289148558, 0.01883737, -0.00416275486, 0.002238838, -0.00546225812, -0.00551655469, 0.0217042416, -0.0234851763, -0.00605952274, -0.0160863325, -0.0258597564, -0.000555637234, -0.0141388867, 0.023774758, 0.00899879, -0.0144574279, 0.00598350726, 0.0124665452, 0.00902050827, 0.0156664364, 0.0154782077, 0.0443641059, -0.00797801, -0.00595816877, -0.00528488867, -9.36054203e-05, -0.0294216257, 0.0145153441, 0.00671832403, 0.0127344094, -0.0225585103, 0.00925217476, 0.0166365393, -0.0275682956, 0.0122059202, -0.0059038722, -0.00949832052, -0.00430754619, 0.0114602447, -0.00775358314, 0.0137841478, 0.00973722618, 0.00516905542, 0.0126547739, 0.021356741, -0.000931190094, -0.0114457654, -0.0123362327, -0.0160863325, 0.0347209945, -0.0139578972, -0.0140737304, 0.0174618512, -0.00346232601, 0.0152899791, 0.000450210966, -0.011836702, 0.0281908978, 0.006331007, -0.020893408, 0.0336205773, -0.0361689068, 0.0273221489, -0.0236154888, -0.0216752831, -0.0104539441, 0.0194454938, -0.0131832631, -0.0118005043, 0.00389489043, 0.00496272743, 0.00363426586, 0.00839066505, -0.00227684574, -0.0303482916, -0.0188084114, 0.00319084199, -0.00486137345, 0.000135628885, -0.0222544484, 0.0429161899, 7.45874e-06, 0.0121769626, -0.00725043286, -0.0465359762, -0.0051111388, -0.0165641438, 0.0112864953, -0.0164772682, 0.00205422891, -0.0282488149, 0.0411786921, -0.0188228898, -0.00940420572, 0.0117063904, -0.0313328728, -0.00583509589, 0.0209802836, 0.0085137384, 0.031245999, -0.00415913481, 0.0130095128, 0.021979345, -0.0112647759, -0.00238000974, -0.00246145483, 0.0101571213, -0.0105335796, 0.042510774, 0.0240788218, 0.00803592615, -0.00637806393, 0.0352132842, 0.0028723008, -0.00715269847, -0.0204879921, -0.0173749756, -0.0102005592, -0.0180410165, 0.0275827739, -0.0179396626, -0.00424239, 0.0121335248, 0.0218345523, 0.0137117514, -0.000263339491, 0.00902774837, 0.0224861149, 0.00680519873, 0.00225150725, 0.00349490391, -0.0100630065, 0.0105697773, 0.0383118205, 0.01595602, -0.00240172842, 0.00844134204, 0.0228625722, 0.0163903944, -0.0327807888, -0.0176066421, 0.0158691444, -0.00687397504, -0.00310396706, 0.00583871594, 0.0278578773, -0.0108376415, 0.0119814938, -0.025686007, 0.000850649842, -0.00552379433, -0.00807936396, -0.0173315387, 0.0104105063, 0.00807936396, -0.0221386161, 0.0208499711, 0.0228191353, 0.0439876467, 0.0390357785, -0.00691017276, 0.00870920625, -0.00349490391, 0.0103815477, -0.0315645412, -0.00404330157, 0.0177659132, -0.0078332182, 0.0157967489, 0.0251502786, 0.0304930825, -0.0152465412, 0.030000791, 0.0166510195, 0.0709478185, 0.00112846855, 0.0203142427, -0.0101788398, 0.0105770165, -0.00702962559, 0.0195468478, 0.00184247142, 0.018374037, -0.00875988416, -0.0341418274, 0.0120900879, -0.00236191088, 0.0342576616, 0.00315645407, 0.0207341388, 0.00950556, -0.0307537075, -0.00225693709, 0.0461016037, -0.0214146581, -0.0401941128, 0.0195758063, -0.0371245332, 0.0131615447, -0.00240172842, 0.0378195308, -0.0303482916, -0.00932457, 0.0296388138, -0.0113516506, 0.021356741, -0.0301455837, 0.0178962257, 0.00251756166, -0.023673404, -0.00468038395, -0.00354015129, 0.0142330015, -0.00207775761, -0.0133642526, 0.0304062087, 0.0159125812, 0.0374430716, 0.00467676437, -0.00416275486, -0.0119163375, -0.000646584376, 0.00996165257, -0.0148194069, 0.0160284154, -0.0232245512, -0.00217730156, -0.0200101808, -0.00454645185, -0.0397886932, 0.00781873893, 0.0261927769, -0.0264244433, -0.00594007, -0.0104249856, 0.0268588178, 0.00891191512, 0.0166220609, -0.0177803915, 0.0114312861, 0.0049772067, -0.0127416486, -0.0144284694, -0.0559184626, -0.0325491205, 0.0110910265, -0.0687469915, -0.00587491365, 0.00457179034, -0.00576632, 0.0161442477, 0.00956347678, -0.0113806091, -0.00652647531, -0.0513140969, 0.0313907899, -0.0170419551, 0.0225585103, -0.00472744135, 0.0168971643, -0.0156374779, -0.0143488348, 0.0205314308, -0.0325780809, -0.00996165257, 0.0268009, 0.00725405244, 0.00667488668, 0.00379715627, -0.0108231623, 0.0150438333, 0.0255122557, 0.0267719422, -0.00302976137, -0.023774758, -0.000495910761, 0.000833003432, -0.00150854606, 0.00659525115, -0.0265692342, 0.0293926671, -0.00285058189, 0.00503874291, -0.00224607764, 0.0137045123, -0.00443785824, 0.00839066505, 0.0152031044, 0.0235286132, -0.00831103, 0.03819599, 0.0406574421, 0.0139940949, -0.0167234149, 0.0303193331, -0.0249186121, -0.00564686721, -0.0119525352, 0.0505611785, -0.00647941791, -0.0114240469, -0.0113371722, 0.0140447719, 0.0210092422, 0.0448563956, -0.0217042416, -0.0298270416, -0.0343445353, -0.01256066, -0.0108376415, -0.0217042416, 0.030551, -0.0311012063, 0.00571564306, -0.0139940949, -0.00508218026, -0.0242525712, -0.0068450165, 0.00575184077, -0.00470210286, 0.0194744524, -0.00208137743, -0.00853545684, 0.00835446734, 0.0117570674, 0.00391298952, 0.0357345343, 0.0606386662, -0.00133841613, -0.0110113909, -0.000586857903, -0.0659090728, 0.00189857814, -0.00465504546, -0.0146311773, 0.000503602845, 0.0238616336, -0.00639978284, 0.0253385063, -0.0017320679, 7.23957346e-05, -0.0155795617, 0.000519891852, 0.00876712333, -0.0149859171, -0.0590459593, -0.0331282876, 0.00588939292, 0.00224969746, 0.00527764903, -0.0114023276, 0.0159849785, -0.0162890404, -0.0267574638, 0.0119742546, 0.00111308438, 0.0044089, -0.00819519721, -0.010758006, 0.00224064803, 0.0222978853, -0.0310143325, -0.00660249079, -0.0111417035, 0.0172736216, -0.0269312132, 0.0177948717, 0.009368008, -0.00980962161, -0.0148700839, 0.0111127449, -0.0201115347, 0.000671470421, -0.0115977963, 0.00466590514, -0.00585681479, 0.0152610205, 0.0132411793, 0.00215558289, -0.00773910386, -0.0270325672, 0.0402230695, 0.00326142786, -0.0174039342, -0.00243068673, 0.00583871594, -0.0133714918, -0.0308405831, 0.0155216455, -0.0091653, 0.0214870535, -0.0031419748, -0.00236191088, 0.000958338496, 0.00653733453, -0.00465142587, -0.00411569746, -0.0167813301, -0.016317999, 0.00972998608, -0.00618983526, -0.00923769549, 0.0154637285, -0.000983677, -0.0049772067, 0.0767394751, -0.00436184276, -0.0162890404, -0.0193441398, -0.00889019575, -0.0174908098, -0.00080585503, 0.010758006, 0.0189097654, 0.0155795617, -0.0119235776, -0.0147252921, 0.00959967449, 0.0403678603, -0.00634910585, -0.021356741, -0.00126421044, 0.00189676823, 0.0132990964, -0.0218055956, -0.0161297694, 0.00380077609, 0.0323464125, 0.00413379632, 0.0228480939, -0.00214110385, -0.0136031583, 0.0201404933, -0.0125751393, -0.00119090977, -0.00350757316, -0.0161732063, 0.0120321708, -0.00372838019, -0.0121118063, 0.0426845253, -0.0281619411, -0.00622603297, -0.00575908041, -0.0132846171, -0.000736626564, -0.00846306141, -0.0113082137, -0.0268877745, -0.0127995657, -0.00669660512, -0.00785493664, 0.0222689267, 0.00223159837, -0.0120394109, -0.0064178817, -0.0114095677, 0.0201984104, -0.0172591433, 0.00315826386, -0.0102222776, 0.0025790981, -0.0165496655, -0.0123145143, -0.0208789296, 0.00104883313, -0.0147904484, 0.0104611833, -0.0112502966, -0.0122421188, 0.0268298592, -0.0122927958, -0.0272352751, 0.000200898154, 0.0244697575, -0.00828931108, 0.00575184077, 0.0181423705, -0.00509304, -0.00722871395, -0.0167813301, -0.0226598643, 0.0133425333, 0.00952727813, 0.00399624463, -0.0165496655, -0.00770290615, -0.0242525712, 0.0227756985, -0.0122131603, -0.000425098697, -0.0048432746, -0.00453921268, -0.0147614898, -0.00249584299, 0.0197929926, -0.0191414319, -0.0156809166, -0.00401434349, -0.0195758063, -0.022341324, 0.00863681082, 0.00879608188, -0.0164483115, -0.00636720471, 0.0153478952, 0.0311880819, 0.0144646671, 0.0098675387, 0.015492687, -0.0152031044, 0.00222073914, -0.0198653899, -0.0266705882, 0.00573374191, 0.00254832976, 0.0168247689, -0.00503512332, 0.00327952672, 0.00260081678, -0.0135235228, -0.0225150734, -0.00589301251, 0.030261416, -0.0330703706, 0.0119742546, 0.0120394109, 0.0221241359, -0.0117787858, -0.00142529095, -0.00510751875, -0.00542244036, -0.00674366252, 0.0147542506, -0.00123977696, -0.0137624284, 0.00152574, 0.0125244623, 0.0098602986, -0.0113299321, 0.00273655867, 0.003140165, -0.0071382192, -0.00287049077, 0.0113009736, 0.0208789296, 0.0292913131, 0.0130963884, -0.0251357984, 0.00738436496, 0.000406094827, 0.0220517404, 0.0423659831, 0.0106638912, -0.0274669416, -0.0158257075, -0.020994762, 0.0103598293, 0.0147976875, 0.0143995117, -0.0333889127, 0.0220517404, -0.00349852373, -0.0139144603, -0.0343734957, 0.00368313282, 0.0125678992, 0.0203721598, -0.00461160811, -0.0185622666, -0.00177188555, 0.0233838223, -0.00443423865, -0.00622603297, -0.0220083036, 0.00905670598, -0.000195242246, 0.0111561827, 0.00982410088, 0.00140266737, 0.00256642886, 0.00712012034, 0.00388041139, 0.0275103785, -0.00344603695, 0.00454645185, -0.00141986134, 0.00505322218, 0.00246688467, -0.0359372422, 0.017548725, -0.0217911154, -0.0147614898, -0.0172881018, -0.02460007, -0.0126185762, -0.00293745683, 0.0210816376, 0.0218490325, -0.0211250745, 0.00449577486, 0.0187794529, -0.0125461807, -0.000966483, -0.0127488887, -0.0246869456, 0.0243249666, 0.0149424793, 0.0150872711, 0.0132484194, -0.010707329, -0.00343155768, 0.00789113529, -0.00442699902, -0.0206762217, 0.0175197683, -0.00714183925, 0.0331572443, 0.0161297694, -0.00864405092, 0.013277377, 0.0264968388, 0.00987477787, -0.0149714379, 0.0263520461, -0.00241801748, -0.000136194474, 0.0115326401, -0.00625137147, -0.0264534, 0.0124303475, 0.00364512508, 0.00260443659, -0.00105245295, 0.0289003775, 0.00629842887, 0.0390068218, -0.025584653, -0.00213386421, 0.00409035897, 0.00508580031, 0.0229204893, -0.00805040542, 0.0045030145, -0.0231521558, 0.006819678, 0.0336205773, 0.000195807836, -0.0237313211, -0.0288714189, -0.000309491763, 0.00822415575, 0.0205459092, -0.0102150375, -0.00206146855, 0.00879608188, 0.00840514433, 0.030000791, -0.0475205593, -0.0202852841, 0.0168102887, 0.00386955193, 0.007927333, -0.0274235029, -0.0184319541, 0.0294505842, 0.0527330525, -0.0140882097, -0.0311012063, 0.00638530357, 0.0252516326, -0.0119018583, 0.0124231074, 9.44538078e-06, -0.0146456566, -0.0170274768, -0.0235286132, -0.000528488832, 0.0339680798, 0.0129733151, 0.0013293667, 0.0163469557, 0.00854993612, -0.00355101074, -0.00823139492, -0.00260081678, -0.00226598652, 0.00682329806, -0.0143415947, -0.0193875767, -0.013842064, -0.0110548288, -0.00532108638, 0.0013845684, 0.00611382, 0.0311301649, -0.0220517404, 0.0140882097, -0.0202997644, -0.00496272743, 0.0218345523, 0.00921597704, 0.0026659728, -0.02800267, -0.00530660711, 0.0205024723, 0.00030994424, 0.0474626422, 0.00102620956, 0.00599798653, -0.00786217675, -0.00579165854, 0.0225295518, 0.0313328728, -0.00402520271, -0.011735348, -0.0219938233, -0.00294288667, -0.00985305943, 0.000849744945, -0.00920873694, 0.00365779432, -0.0240064245, 0.0103236316, -0.0249186121, -0.0115109216, -0.00861509237, 0.00532108638, -0.0153044583, -0.00386593211, -0.0182582047, 0.0123145143, 0.000281212182, 0.0178238302, -0.00934629, -0.00882503949, 0.00482517574, -0.0276551694, 0.0236444473, -0.000545682851, 0.00308767799, 0.00105607277, -0.0269601718, 0.0154347699, -0.00527402898, -0.0443930626, 0.0410628617, -0.0204155967, 0.0195468478, -0.0199233051, 0.00573736196, -0.0082458742, 0.024035383, -0.0403968208, -0.000606766727, -0.0290886052, -0.0120756086, 0.0467097275, -0.0145443026, -0.000419895252, 0.0195178892, 0.0197061189, 0.00394918723, 0.00841238443, -0.000332567899, -0.0320857875, -0.0172012262, -0.00972274691, -0.00390213, -0.0151162287, -0.0519801378, 0.00525231054, -0.0188518483, 0.0338522457, -0.0110113909, -0.0263665263, 0.000471024745, 0.000336413912, -0.0171722677, 0.00243249652, -0.0207630955, -0.00902774837, -0.0245421529, -0.00733368797, -0.0105191, -0.00690655317, 0.013277377, 0.0137986271, -0.0121697225, -0.00356187, -0.0137696685, -0.00894811284, 0.0226453859, -0.0231521558, -0.00422429107, -0.00830379, -0.0121697225, 0.0191414319, 0.00959243439, -0.0235575717, -0.0523855537, 0.00319265178, 0.00691379234, -0.00459350925, -0.00351662282, 0.0198074728, 0.0445088968, -0.00242706691, 0.0113009736, 0.0352712, 0.00025655239, -0.00886123814, -6.3176587e-05, -0.000639797305, -0.0271484, 0.0257149637, 0.0201260131, -0.0266271513, 0.00686311536, 0.013176023, -0.0249910075, -0.0237313211, 0.0219069496, 0.0144284694, 0.0237168428, -0.0216608029, 0.0393832773, -0.00345508638, 0.00922321621, 0.00542968, -0.00966483075, 0.0101788398, -0.00669298554, 0.0121118063, 0.0114023276, -0.0267285053, -0.0265402757, 0.00182346755, 0.0156229995, -0.0157822706, -0.00847030059, 0.00605952274, 0.0474336855, -0.0273366291, -0.000769204693, -0.0111779012, 0.00434736395, 0.00108412607, -0.0166654978, -0.00485051423, 0.0317672491, 0.00765222916, 0.0177659132, 0.0123217534, 0.0125896176, 0.00186961982, -0.00726129208, -0.0071128807, 0.0170998722, -0.00760155218, 0.0051581962, -0.00460074889, -0.0142691992, -0.0275682956, 0.0451749377, -0.00246507465, -0.015753312, 0.00132212706, -0.00283972267, -0.00537900301, 0.00725043286, 0.00812280085, -0.0149714379, 0.0162456017, 0.0220227819, -0.0182292461, -0.0173025802, 0.00402882276, -0.00192934624, 0.0179831, -0.0284949597, -0.0177948717, -0.00466228509, -0.027843399, 0.00298813381, -0.0128792012, -0.028567357, -0.000612196396, 0.0408311933, -0.0164627898, 0.0655615777, -0.0165207069, 0.0134945642, -0.00889019575, -0.00488309236, 0.00150854606, -0.00292297779, 0.0208354928, -0.0145515427, -0.0152031044, 0.000557447143, 0.00170672941, 0.00220625987, -0.0134656066, -0.0156229995, -0.00264606415, 0.0157967489, -0.0214291364, -0.00900602899, 0.0183595587, -0.000234154955, -0.00524145085, 0.00400348427, 0.00766670797, 0.00394194759, -0.00763775, -0.0114819631, -0.00355282053, 0.00225693709, 0.0261782967, 0.00435822317, 4.81035713e-05, -0.00495548779, -0.0230073631, 0.0260335058, 0.013277377, 0.0101933191, 0.00470572244, -0.0190545563, -0.00763775, 0.0367770307, 0.0165062267, -0.0104105063, -0.0126475347, -0.0219214279, 0.000323292188, 0.0101933191, -0.0024994628, 0.00219721044, 0.0139289387, 0.0129153989, 0.0183450785, -0.00644684024, 0.0288279802, 0.0112864953, -0.00532108638, 0.00605590316, -0.00846306141, -0.00550207589, 0.00923769549, 0.0274669416, 0.0101933191, 0.00403244235, 0.00246688467, -0.00533194561, 0.00300442288, -0.00127959461, 0.0134004503, 0.0170564353, -0.007464, 0.00609934051, 0.00776082277, -0.00331572467, -0.00306776911, 0.0207486171, -0.00470210286, 0.0276551694, 0.000931190094, -0.00672194362, -0.00418085372, 0.00363426586, -0.00606676238, 0.0146673759, -0.00926665403, 0.00333563332, -0.00794181228, -0.0126185762, 0.00521973241, -0.0105914958, -0.00256823865, 0.0146818543, 0.00205784873, -0.00427496806, -0.0174763296, 0.00256642886, 0.0013845684, -0.0151741458, -0.0233403835, 0.0292913131, 0.0357924514, 0.0123289935, 0.0173749756, 0.00223702821, -0.0116050364, 0.00760879135, -0.025222674, -0.00634910585, 0.0241512172, 0.0193296615, -0.0038297344, 0.00104068872, -0.0232679881, 0.00333563332, 0.00239448878, -0.00820243638, -0.013842064, -0.0116991503, -0.00728301099, -0.0264534, -8.86847702e-05, -0.0123434728, -0.006331007, -0.0168971643, -0.0154492492, 0.0103091523, 0.0128647219, -0.00827483274, 0.00647217873, 0.00181260821, 0.00350576336, -0.00963587221, 0.00597988768, 0.0197350774, -0.0134004503, -0.0152465412, 0.00231485348, 0.0284225643, 0.000256099913, -0.0106132142, 0.00429306692, 0.0180989336, -0.00456455117, 0.0148556046, -0.0304930825, -0.0173749756, 0.00848478, 0.0146746151, -0.000614458811, 0.00536814379, 0.00242887693, -0.00201260136, -0.013588679, -0.00855717529, 0.0076594688, -0.00100087107, 0.0169550814, 0.00811556168, -0.0170419551, -0.0110113909, -0.00568668498, 0.0149714379, 0.00555999251, 0.0148121668, 0.000165039644, -0.0100847259, 0.00155379344, 0.00664230855, 0.00654457416, -0.00658439193, 0.0171577893, -0.00088187051, 0.000815809413, -0.0369507819, -0.0118511813, 0.000870558666, -0.00776806194, 0.00893363357, 0.00462246779, 0.00751467701, 0.00279628509, -0.00142710085, -0.00831103, 0.0046369466, -0.0138855018, 0.00661335, 0.0157388318, 0.0127344094, -0.0147252921, -0.0115326401, -0.00213929382, 0.00780426, 0.0416999422, 0.00301166251, 0.0194310155, -0.0164917484, -0.0050640814, 0.0136972731, 0.00475278, -0.00863681082, -0.0246145502, 0.00457179034, 0.000908113958, -0.0255701728, -0.000256099913, -0.0169985183, -0.0203721598, -0.0324043296, -0.0078332182, 0.00839066505, 0.000855174614, -0.034836825, 0.00421705144, 0.014052012, 0.0172736216, 0.00742780231, 0.0174763296, -0.0276262127, -0.00462608738, 0.00643598055, 0.0111127449, 0.00234562182, 0.00165152771, 0.0234272592, -0.00816623867, -0.0201260131, 0.00923045631, -0.00825311337, -0.00378991663, 0.0188228898, 0.0051835347, 0.0031962716, 0.00939696655, 0.00494824816, 0.0167523734, -0.0029030689, -0.00629480882, 0.00391298952, -0.0184174739, -0.00565772643, -0.00357091962, 0.00225874688, 0.0104249856, -0.00604866352, 0.0130095128, -0.00925941393, -0.0169985183, 0.0145153441, 0.0161297694, 0.0342866182, -1.50023188e-05, 0.00698618824, 0.00205784873, -0.00773910386, 0.0157967489, -0.00482517574, -0.00257185847, 0.00818795711, -0.0145081049, -0.0139578972, 0.00366865378, -0.00777530158, 0.00881056115, -0.0123217534, -0.00782597903, 0.0286107939, 0.00491567049, -0.00402158312, 0.0141968029, -0.00509665953, 0.0188518483, 0.00605952274, -0.0286831893, 0.0290886052, 0.0100992052, 0.00149859162, 0.0212119501, 0.000949289068, 0.016057374, 0.00112303882, 0.0187504943, -0.0198653899, -0.00757983327, 0.0128574818, -0.0215884075, 0.00432202546, -0.00587491365, -0.020994762, 0.0280750655, -0.0211105961, 0.000410845794, 0.00654095458, -0.0026659728, -0.00430754619, -0.00467314478, 0.0152610205, 0.00659163157, 0.00904222671, -0.0206762217, 0.0261348598, -0.00388403097, -0.000299989828, 0.0174908098, 0.00310939667, 0.0249765273, 0.0150583126, -0.0121552432, 0.0225295518, 0.00218816102, -0.0073192087, 0.0184029955, -0.00372114079, 0.016115291, 0.00894087274, 0.00949832052, 0.0146239381, 0.00486861309, -0.0121045662, -0.00399624463, 0.0136321168, -0.00454645185, -0.00331029482, 0.00016628395, -0.00427134847, -0.00993993413, -0.000368765759, -0.0230363216, -0.0125244623, 0.00102620956, 0.00752915628, -0.00131126773, -0.0101788398, -0.00302976137, -0.00741332304, 0.0108231623, 0.00254290015, -0.00529936748, -0.00818071794, 0.00533194561, -0.0135669606, 0.0386882797, -0.0170274768, 0.000775539316, -0.0127488887, 0.00245964504, -0.018475391, -0.0135669606, -0.0040505412, -0.00866576936, -0.0125534199, -0.00862233154, -0.00839066505, -0.00569392461, 0.0118439421, -0.0143126361, -0.0137117514, -0.00924493559, -0.00278542587, 0.0190835148, -0.000721242512, -0.00188409898, 0.0148700839, 0.0208065342, 0.00641426211, -0.000288225507, -0.00894087274, 0.000377589, -0.00651561609, -0.0332441218, 0.021356741, 0.0294650625, 0.0073192087, 0.0118149836, 0.00669298554, -0.00174292724, -0.00203613, 0.0193441398, 0.00671832403, 0.00831827, -0.00566134648, -0.0129443575, -0.0121045662, -0.0016225694, -0.0112430574, 0.0147904484, -0.0124158682, -0.00864405092, -0.0112792552, -0.0148556046, 0.0113588907, 0.0133352941, 0.00814452, 0.00531384675, -0.0255267359, -0.0104249856, -0.00778978085, 0.00697170896, 0.00530660711, -0.0289438143, -0.0214291364, 0.0199088268, -0.00637444435, -0.0254109018, 0.0145515427, 0.0126475347, 0.000526679, -0.00282886322, 0.0244697575, -6.53823954e-05, -0.00908566453, 0.0233259052, 0.0185333081, 0.00568668498, 0.00239991862, -0.019300703, 0.0274669416, -0.0187649745, -0.00539710186, 0.00210128608, 0.0262362137, -0.00067192287, -0.00656991266, 0.00629118923, -0.000974627561, 0.0296822507, -0.0217766371, -0.00773186423, 0.0222110115, 0.0268732961, 0.0175776836, -0.00987477787, -0.00520525314, 0.0203866381, 0.0442193151, -0.00327952672, 0.00739160413, 0.00478535797, 0.00293202722, -0.0306668319, -0.00506046182, -0.00364150549, 0.0132701378, -0.00852097757, 0.0113661299, 0.00759431254, 0.00117824052, -0.0062586111, 0.00735178683, 0.00188047916, -0.0223847609, -0.00972998608, 0.00020157687, 0.0158691444, -0.0335047469, -0.00596902799, 0.00548035698, -0.0315934978, 0.00689931354, -0.0114023276, -0.0100412881, -0.00669298554, -0.00280895433, -0.00745676039, -0.00332115428, -0.0101209236, 0.00840514433, -0.00604142388, -0.00500978483, 0.0140302926, 0.0109245162, 0.014102689, -0.014616699, 0.0108231623, -0.00787665602, 0.00748571893, -0.00157189241, -0.00594007, -0.00826759264, 0.0132628987, 0.0172157045, 0.0166944563, 0.0083327489, 0.00152212032, 0.0128936805, 0.00158094184, 0.00817347784, -5.22606715e-05, 0.00361797679, 0.00422067102, -0.00999785122, 0.00657715229, 0.0199377853, 0.0168826841, -0.00730834948, 0.0295519382, -0.014928, 0.0136031583, -0.0117932651, -0.0113009736, -0.00407226, 0.0110113909, -0.00385507289, 0.00110041513, -0.00128954905, -0.000744771096, -0.00769566651, -0.0132049816, 0.00683777686, -0.0215594489, -0.00691379234, -0.0288135018, -0.00482155569, 0.0197640359, -0.00803592615, 0.0185912251, -0.0257004853, 0.0200825762, 0.0200101808, -0.00152393023, 0.0121842017, 0.00163342874, 0.0077463435, 0.00331210485, 0.0122638373, 0.00764498953, -0.0116484733, 0.0243249666, 0.00300080306, -0.0217042416, 0.00469124364, 0.00262615527, -0.0216028877, -0.0116267549, -0.00408673892, 0.00946212187, -0.00558895059, -0.0204011183, -0.00147596805, 0.00437994208, -0.0142909177, 0.00394918723, 0.00799972843, -0.0181423705, -0.00641064206, 0.0171867479, -0.027177358, 0.0121262856, 0.000323065964, 0.00519077387, -0.00726853171, -0.0179251842, 0.0184029955, 0.00949832052, 0.0150003955, 0.0159270614, 0.00669660512, -0.00188047916, 0.000324875844, -0.0169985183, 0.00481431605, -0.0168247689, 0.00598350726, 0.0110548288, -0.0242960081, -0.00178998453, -0.00650113681, 0.00115199713, 0.00839066505, -0.00352567225, -0.00875988416, -0.00576994, 0.00316912332, -0.00332115428, 0.0210092422, 0.0102005592, -0.0120611293, -0.00834722817, -0.00188590889, -0.0326070376, 0.017447371, 0.00811556168, -0.0143343555, -0.0193586182, 0.0184898712, -0.0038297344, 0.00251937145, 0.0017040146, 0.0324043296, -0.021356741, -0.00454283226, -0.00537900301, 0.025584653, 0.00461522816, -0.0114312861, 0.00245783525, 0.0166944563, 0.00581699703, -0.00278904568, 0.0202708058, -0.00138909311, 0.013950658, -0.00111217948, 0.0169261228, 0.0155071663, 0.0278144404, -0.00324694859, -0.00604504393, -0.00997613184, 0.00348042487, -0.0212698672, 0.0222254898, -0.0409759842, 0.000321934785, -0.00131669745, 0.000756535388, 0.00305691, -0.0057446016, 0.00211938517, -0.00479983725, 0.0205748677, 0.0195902847, 0.00365779432, -0.00248136371, 0.026554754, -0.0266995467, 0.0074784793, 0.0177079961, 0.000160628028, -0.00856441539, -0.000400665129, -0.019561328, -0.0144501887, -0.0123941498, -0.00745676039, -0.00337002147, 0.0019456353, -0.00747123966, -0.0104105063, -0.0122059202, -0.0142257614, -0.00369580206, -0.000424646219, -0.0260914229, 0.00797801, 0.0395280719, -0.0100123296, -0.000366050925, -0.00760155218, -0.0216028877, -0.0163035188, -0.00625499152, -0.0219359063, -0.0172446631, -0.0140882097, -0.00482155569, 0.0179251842, 0.0319699571, -0.0081589995, 0.0144284694, -0.0125027429, 0.000167075777, -0.0234417375, -0.0113806091, -0.0225585103, 0.00369580206, -0.0215739291, -0.0038369738, -0.00152935984, -0.0193730984, -0.00364331529, -0.00691741239, -0.0029048787, -0.00257185847, 0.00385869248, -0.00823863409, 0.0100195697, 0.0206327848, 0.0142764384, -0.0216897614, 0.00379353645, -0.00589663256, 0.00654095458, 0.0179396626, -0.0172446631, 0.0136248767, -1.79858143e-05, -0.00315283425, 0.00586405443, -0.00764498953, 0.036545366, 0.00458626961, -0.00664592814, -0.0105842566, -0.00360892736, -0.013791387, 0.000287546805, 0.00163252384, 0.0166510195, -0.000591835123, 0.0241512172, 0.0153768538, 0.000399307726, 0.00234924164, 0.00635996507, 0.00151035597, -0.00489395158, 0.000233023762, 0.0145805, -0.0126040969, 0.0231811143, 0.0054043415, -0.00903498754, -0.0200680979, -0.0232535098, -0.0139796156, -0.00502064405, 0.00644322, -0.0143995117, -0.0171433091, -0.000168659433, -0.0179686211, 0.00555637246, 0.0157243535, 0.0168682057, -0.0174908098, -0.0262362137, 2.61020559e-05, -0.0209513251, -0.0198074728, 0.0114457654, 0.00100901548, 0.019199349, 0.00750743737, -0.0343445353, 0.00282343361, 0.021255387, 0.00458988966, -0.0106059751, -0.0132846171, 0.0193875767, -0.0088178, 0.0148556046, -0.00201984099, 0.00643960061, 0.0287121478, 0.0465938933, -0.0115760779, 0.00596178882, 0.00111760909, -0.0282777734, 0.00948384125, 0.0234996546, -0.0138565432, 0.0151596665, -0.00107598153, 0.00625499152, 0.00269674114, 0.000618983526, 0.015594041, 0.0123434728, -0.0269022547, -0.0247014239, 0.0181278922, -0.00996889267, 0.0209368467, 0.00865129, 0.0130167529, 0.0193730984, -0.00348585448, -0.0117498273, -0.00523421168, 0.0173315387, -0.00693913084, 0.0103091523, 0.0132628987, 0.00279809511, -0.0382828638, -0.00598350726, 0.00340078957, -0.0222689267, 0.00147053832, -0.0165786222, 0.00904946681, -0.0109824324, -0.000641607214, 0.0198798683, -0.0101209236, 0.0214291364, 0.00972998608, -0.00965759065, -0.00153931428, -0.00859337393, 0.0123145143, 0.0122638373, 0.00551655469, -0.0178817455, 0.00865129, 0.000188228907, -0.0428293161, -0.00966483075, 0.00688121421, -0.00457903, -0.0302035, -0.0130095128, -0.0162600819, -0.00879608188, 0.0114892032, 0.0131977424, 0.0198074728, -0.00975894462, 0.02223997, -0.00873816479, -0.00219540065, -0.00778254122, -0.00912910234, -0.00999061111, 0.0141099282, 0.0119452961, -0.00795629062, -0.0172301847, 0.0130095128, -0.00160537544, -0.0163903944, 0.0284370445, -0.00938972645, -0.0138275847, 0.0158691444, -0.00346232601, -0.0004590342, -0.0114023276, -0.0138565432, -0.00178545981, -0.000499078073, 0.000266054325, 0.00611382, -0.0241077784, 0.00865852926, 0.0153623745, 0.00776806194, 0.0182582047, 9.67161759e-05, 0.00320351124, 0.0341418274, -0.00146963343, -0.00579889817, 0.00264244433, -0.0260914229, -0.00177641027, 0.00386955193, 0.0178527869, 0.00461522816, -0.000855174614, 0.00676176138, -0.00270036096, 0.00468038395, -0.0188952871, 0.0119235776, -0.0151162287, 0.0324043296, 0.000564686721, 0.0021284346, -0.000250217767, 0.0104249856, -0.023774758, 0.00749295857, 0.00203432, -0.0180265382, -0.0186201818, 0.00679795956, -0.00346594583, 0.0247159041, -0.014566022, 0.00293383701, -0.00171668385, 0.011069308, -0.00643960061, 0.0124448268, 0.00537900301, 0.00654819421, 0.030985374, -0.00302795158, -0.013950658, 0.00320351124, -0.0174618512, 0.00704048527, 0.034634117, -0.00212119496, -0.00968654919, 0.0064649391, 0.0113299321, -0.00711650075, 0.0190545563, -0.00855717529, -0.00806488469, 0.0115181608, 0.0156664364, 0.0281474609, -0.0065518138, -0.0142185222, -0.01034535, -0.0137117514, 0.0182147659, 0.0170419551, 0.0236444473, 0.00268769148, 0.0366901569, 0.0109969117, -0.0249475688, 0.0127923265, 0.00487223268, 0.00211757515, -0.0160139371, -0.00519077387, 0.00582423666, 0.0243104864, -0.0118729006, 0.0230073631, -0.0220951773, -0.0069789486, 0.00157732202, 0.00233476236, 0.00646855868, -0.0160139371, 0.0134945642, -0.0285239182, -0.000593645032, -0.00391298952, -0.003989005, -0.00138818822, 0.0103598293, 0.00183432689, 0.00407226, 0.00744228158, 0.00579527859, -0.0106494119, -0.0244263206, -0.00539710186, 0.0159994569, -0.0103019131, -0.00662058964, -0.0129660759, -0.0120249316, -0.0151017504, 0.0133425333, -0.0135524813, -0.0270760041, 0.000215603548, 0.0128068049, 0.00704772444, -0.0175197683, -0.0140085742, -0.000324423367, -0.00483603496, -0.0325201638, -0.00260624639, -0.0137479501, -0.00845582131, -0.00112756353, 0.00739884377, -0.0136176376, -0.0122276396, -0.0102222776, 0.0039166091, -0.00271664979, -0.00532470597, -0.00245421543, 0.0117715467, -0.0115833171, -0.0206762217, -0.000544777897, -0.00355825038, 0.00419171294, 0.015130708, 0.0213422626, 0.0217476785, -0.00711650075, 0.0280895438, -0.00389489043, -0.0130095128, -0.0177803915, -0.0332730785, -0.00192753645, 0.0187649745, -0.0142185222, 0.0208065342, -0.00907842536, 0.0222110115, 0.0135162836, 0.0260624643, -0.0142257614, 0.0182002876, 0.0294795427, -0.0208789296, -0.0161732063, -0.0115109216, 0.0124955038, -0.0122421188, 0.00270941039, -0.00866576936, 0.00649751723, -0.000206101598, -0.00138999813, 0.0233114269, 0.0178527869, -0.00367951323, 0.00749295857, 0.0227033012, 0.00048233656, -0.00579889817, 0.000365598447, -0.00570478383, 0.0209802836, 0.0143560739, 0.0023981086, -0.0127416486, -0.00395280682, -0.00789113529, 0.0113299321, 0.00508580031, 0.0286397524, 0.011272016, 0.00611743936, 0.0118729006, 0.00825311337, 0.00452835299, -0.0063925432, 0.011069308, -0.018113412, 0.0107435267, -0.011322693, -0.0159125812, 0.0173894558, 0.00934629, 0.00562152872, -0.0383697376, -0.0207486171, 0.00652647531, -0.0106421728, 0.0130674299, -0.00103616389, -0.0028252434, 0.0170853939, -0.00387317175, -0.0123869097, 0.000501792936, 0.0202273671, 0.00349671394, -0.00810108241, 0.000420121476, 0.000859699328, -0.00180355867, -0.0117063904, -0.00206870819, 0.00996165257, 0.0237168428, 0.00334106316, -0.00854993612, -0.0280895438, 0.00015248351, 0.00598350726, 0.0167958103, -0.00880332105, -0.0068450165, -0.0123579521, 0.0146601358, 0.0117932651, 0.00366503396, -0.000332567899, 0.0188808069, -0.00324875861, -0.00107688655, -0.00529574789, 0.00623689219, -0.00500254519, -0.00246507465, 0.00529212831, -0.011221339, 9.0155314e-05, 0.0315066241, -0.00607038243, -0.00396728609, -0.0340549536, -0.0322016217, 0.0227322597, -0.00834722817, 0.02223997, -0.0319989137, 0.0181278922, 0.012350712, -0.0128430035, 0.0237458013, -0.0203721598, -0.0197495557, -0.00543329958, 0.0109389955, -0.0163614359, -0.0239629876, 0.0101209236, 0.0161732063, 0.00507132104, -0.00230037444, -0.02748142, 0.0191414319, 0.00380439567, -0.000603599416, -0.00150492636, 0.0116991503, 0.000221711933, -0.00839066505, 0.00802868698, -0.0176935177, -0.0139289387, -0.0161297694, -0.00613553822, -0.00823139492, 0.0078332182, 0.0133425333, -0.00696808938, -0.00836894661, -0.00976618472, -0.000742056291, -0.00624051224, -0.00730111, -0.00988925714, 0.0289293341, -0.012611337, -0.00251756166, -0.00142529095, 0.0160284154, -0.000569211436, 0.00714907888, -0.0212843455, -0.00828931108, -0.0143777924, 0.00322342012, -0.0223123655, 0.00926665403, -0.00714907888, -0.0222689267, 0.0119090984, -0.0269601718, -0.01780935, 0.00499892561, 0.000484146469, -0.00462608738, -0.0143488348, 0.013791387, -0.000284831971, 0.0141678452, 0.00588939292, 0.00929561257, 0.0259031933, 0.02171872, 0.0227756985, -0.00462970696, -0.0015709874, 0.00319446181, -0.00213024439, 0.00229132501, -0.0166075807, -0.00755087519, 0.0181713291, 0.0103019131, -0.00641064206, 0.00377181778, -0.00743504195, 0.00802144688, 0.0120321708, -0.019300703, 0.0187794529, -0.0201115347, -0.00540072192, 0.00538624264, 0.00856441539, 0.00047011979, -0.00288316, 0.00543329958, 0.00696084974, -0.0198798683, -0.00569030456, -0.0141895637, 0.0224137194, -0.0117425881, -0.0164917484, 0.0343734957, -0.0141895637, -0.00508218026, -0.00976618472, -0.00598712731, 0.00694637047, 0.00384059362, 0.000397271593, 0.00525231054, 0.0134656066, 0.00088865764, -0.00152121531, -0.0102077983, -0.00293021719, -0.0191848688, 0.0122131603, -0.0100195697, 0.00535366451, 0.0254832972, -0.00142891076, -0.00256642886, 0.0195758063, -0.0166799761, 0.0120756086, 0.0323464125, -0.00585681479, -0.0138565432, 0.0104756625, -0.0216028877, -0.0143343555, -0.0240064245, -0.0127488887, 0.0102657154, -0.0102295168, 0.0242815297, -0.0249186121, 0.00778254122, 0.00658439193, 0.00469124364, -0.0211395547, -0.00832551, -0.0131398253, 0.0188952871, -0.0189821608, 0.00545863807, 0.00579165854, -0.00325056841, 0.00606676238, 0.00483603496, -0.00486499304, -0.0145081049, -0.0181278922, 0.00261348602, 0.00345146656, 0.00365598453, 0.0114240469, -0.0136465961, -0.00326685747, 0.00460074889, 0.00975894462, 0.0162745602, -0.00515457615, -0.0238181967, 0.00232933275, -0.00161442487, -0.00629480882, -0.00152031041, 0.00133479631, -0.0186201818, -0.00679433951, -0.00381525513, 0.0147180529, -0.00168501073, 0.0164917484, -0.0262506921, 0.00586405443, 0.0102584753, 0.00828931108, 0.0122203995, -0.0319989137, 0.0116557134, 0.0105625372, 0.000232797523, 0.00375371869, 0.00674366252, -0.00653371494, -0.0123072751, 0.0185188279, 0.0194020569, 0.00820243638, -0.0032198003, -0.0125823785, 0.0270760041, 0.00318360236, 0.00172301847, -0.0092738932, 0.00403968198, -0.00634186622, -0.00512561807, 0.0184464324, 0.00326142786, -0.00127145008, -0.00347680505, 0.0432636887, -0.0200101808, 0.0173170585, -0.00331753446, 0.00104702334, 0.0166220609, 0.00962863211, -0.000421478908, -0.00592197105, -0.0180410165, 0.00484689418, 0.011836702, -0.0136321168, 0.012300035, -0.0148700839, 0.00488671195, -0.00988925714, 0.00894811284, -0.0146528967, -0.0226598643, -0.0105335796, -0.028364649, -0.021052679, -0.00280714454, 0.0342576616, 0.00414465554, -0.0167668518, -0.024397362, -0.00172573328, -0.000858794374, -0.00717441738, -0.0138637833, 0.00307500875, -0.0170709137, 0.030261416, 0.00241077784, 0.0147325313, 0.0148411253, 0.00128502422, -0.00576994, -0.00283791265, -0.0186491404, -0.0130674299, -0.0123869097, -0.00604504393, -0.0100123296, 0.009368008, 0.0224571563, 0.0100050904, -0.00889019575, -0.00874540489, 0.00215377309, 0.0198364314, -0.00161713967, 0.00732282829, 0.0128719611, 0.0139868557, -0.00679072, -0.0297401678, 0.00221530953, 0.00411569746, -0.018012058, 0.0167813301, 0.0130891483, -0.00964311138, 0.00737712532, -0.00722147431, -0.00199631229, 0.0090132691, -0.0128719611, 0.0140375327, -0.000403379963, -0.00132393697, -0.00167324638, 0.000738436473, 0.0130167529, 0.00726853171, 0.0160139371, 0.00298451399, -0.0130529506, -0.00760879135, -0.00158003683, -0.0123434728, 0.00244154618, 0.013791387, -0.00573012233, 0.0115977963, 0.00180446368, -0.0068920739, -0.0219503865, -0.00724319322, 0.00362159661, -0.00755087519, 0.00225874688, -0.01883737, -0.00258090789, -0.00831827, 0.0126764933, 0.00361073716, 0.0026587334, 0.00540796109, 0.0130529506, 0.0206617415, -0.00813004095, 0.0126764933, 0.020430075, 0.009368008, -0.00353291188, 0.0160428938, 0.00521249278, 8.1162405e-05, -0.00578079931, 0.00147596805, 0.00344060711, -0.00819519721, 0.00957071595, -0.0014361504, -0.00727577135, -0.000448401086, 0.004477676, 0.00667488668, 0.0115905572, -0.029856, 0.0108159222, 0.00514371693, 0.00117733562, -0.002611676, -0.00646131905, 0.00914358068, 0.00494824816, 0.00301347231, -0.0164772682, 0.0334468298, 0.00351843261, -0.0176935177, -0.0143053969, -0.00923769549, -0.00299175363, -0.0168102887, -0.00503150327, -0.019662682, 0.027177358, 0.000380982558, -0.0103815477, 0.00646131905, 0.0166510195, -0.025425382, 0.0187794529, 0.0091870185, 0.00797801, -0.00709840143, 0.00350395357, -0.0133497734, 0.0223702807, -0.0112647759, -0.0048179361, 0.00642512133, 0.00063029537, -0.0113154529, 0.0137841478, 0.00445957715, 0.0243249666, 0.00418085372, 0.0114892032, 0.00229675462, -0.0169116426, 0.00707668299, 0.0151596665, -0.00462246779, -0.0103598293, 0.00760155218, 0.0260914229, -0.00723233353, -0.0091653, -0.0239195507, -0.0108955577, 0.0114095677, 0.00648665754, -0.00113842287, -0.00422067102, -0.0184319541, 0.00915082078, -0.0139216995, 0.0252950694, -0.00435460312, 0.0104105063, -0.000110346933, -0.000750653271, -0.0166944563, 0.00494100899, 0.0129009197, -0.00649027759, -0.0085064983, 0.00166057714, -0.00717803696, 0.0131905023, 0.00697170896, -0.0121045662, 0.0190400779, 0.00972998608, -0.0102295168, 0.012763368, -0.00604504393, 0.0201984104]
|
24 Aug, 2021
|
HTML5 | MathML <mtr> Tag
24 Aug, 2021
The MathML <mtr> tag is used to create row of a table or the matrices in HTML5. It is similar to <tr> of a table tag.Syntax:
<mtr attributes="value"> child elements </mtr>
Attributes: It accepts some attributes which are listed below:
class|id|style: This attribute is used to hold the styles of the child elements.
columnalign: This attribute holds the horizontal alignment of the table cells. Possible values are left, right and center.
href: This attribute is used to hold any hyperlink to a specified URL.
mathbackground: This attribute holds the value of the math expressions background color.
mathcolor: This attribute holds the color of the math expressions.
rowalign: This attribute holds vertical alignment of the table cells. Possible values are top, bottom and center.
Below example illustrates the MathML <mtr> tag in HTML5:Example:
html
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML mtr tag</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML <mtr> tag</h3>
<math>
<mi>GeeksforGeeks</mi>
<mo>=</mo>
<mtable frame="solid" rowlines="dashed" align="axis 1">
<mtr mathbackground="green;">
<mtd>Course</mtd>
<mtd>Fee</mtd>
</mtr>
<mtr>
<mtd>
<mi>C++ STL</mi>
</mtd>
<mtd>
<mi> 1499</mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>Placement 100 </mi>
</mtd>
<mtd>
<mi>9999 </mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>DSA Foundation </mi>
</mtd>
<mtd>
<mi>7999</mi>
</mtd>
</mtr>
</mtable>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML <mtr> tag are listed below:
Firefox
Safari
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 | MathML <mtr> Tag
|
https://www.geeksforgeeks.org/html5-mathml-mtr-tag/
|
NextJS
|
HTML5 | MathML <mtr> Tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, HTML5 | MathML <mtr> Tag, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML open Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0426750518, -0.0153922234, -0.0216355361, 0.0255245678, 0.0406485833, 0.0134477075, -0.0148930559, 0.0229467805, 0.023185188, 0.00271189213, 0.0165544637, -0.00415351614, 0.00446270173, 0.000677507429, -0.000656087941, -0.0348969847, -0.00270257937, 0.0193557572, -0.0347181819, 0.0077184625, -0.00775571354, 0.00778551446, -0.0171504822, 0.0294583011, -0.0363572352, -0.00199480541, -0.0108103175, -0.000446782389, -0.00762160914, 0.0193855595, -0.0122929178, 0.0143044861, 0.0162117518, -0.0251520555, -0.02910069, 0.00517792581, 0.00122836046, 0.0744429305, -0.0202348884, -0.00195569149, 0.0382943, -0.0106538618, 0.0210842174, 0.0395757444, 0.0346585773, -0.00473836111, 0.0125834774, -0.0206968039, -0.0259268805, -0.00885835104, 0.0120768603, 0.0124344723, 0.05733715, 0.0102888, 0.00616880972, 0.0204434954, 0.0399333574, 0.0417810194, -0.0436882861, -0.00589315034, 0.0086720949, -0.021128919, -0.0160925463, -0.0112945838, -0.00116130826, 0.00127492461, -0.0237067062, 0.0432412699, 0.00542378426, -0.0237812083, -0.0256884731, -0.000973189308, 0.011667097, -0.00119855953, -0.0293539986, -0.0064295684, 0.0189534444, 0.00886580162, -3.65819069e-05, -0.000286136288, 0.012307818, 0.0149750095, -0.024898747, 0.0203987937, 0.0233490933, 0.0368042514, -0.0332579315, -0.0467875898, -0.0145354439, 0.0116074942, -0.0321254916, 0.0294732023, -0.0160925463, -0.0241537206, -0.00796432048, -0.032721512, 0.00923086423, 0.00556533923, -0.0452975407, -0.0114286887, 0.00229467801, 0.010385653, 0.016509762, -0.0173441898, 0.0233490933, -0.00276963157, 0.0320956893, 0.0319168866, 0.0161968507, 0.011950206, 0.0316188745, -0.0178210065, -0.0265974049, -0.0500359, -0.00780786527, 0.00747260405, -0.0273126289, -0.0715820342, 0.0127250329, 0.00331722526, -0.0582013801, -0.0147887524, -0.00307695451, 0.0447015204, -0.0479498282, 0.000761322735, -0.0302480292, 0.0189385433, 0.0208756104, -0.00643701898, -0.00655249786, 0.00483521447, -0.00260758866, -0.0377876833, -0.0092830155, 0.0401717648, -0.0165246613, -0.0169716775, -0.00302852807, 0.00199108012, -0.0350459926, -0.00408273889, -0.00908930879, -0.00462660706, -0.0435094796, -0.0103558516, 0.0130751943, 0.0677079, 0.00216057338, 0.0506021194, -0.0269401167, -0.0139692249, 0.0349863879, -0.00797922164, 0.0127473837, -0.0294583011, -0.00952142384, 0.0238259099, -0.0366850458, -0.0152432183, 0.0402015671, 0.000824184273, 0.00879874919, 0.0397545509, 0.0105495583, 0.0518835634, 0.0372512676, 0.00541260885, -0.0308142472, 0.0438670926, -0.0304566361, 0.0362380333, -0.00107004261, -0.00632526493, -0.0176272988, 0.0036133728, 0.0113765365, -0.0282215588, 0.0180892143, -0.0307844467, -0.0296967104, -0.0097747324, 0.00573297, 0.0323341, -0.0119278552, 0.00945437141, 0.0407975875, 0.0267017074, -0.00646682, 0.00253308611, -0.0525391847, 0.00591177586, 0.0214269292, 0.0118906042, 0.0300394204, -0.00552808773, -0.0505425185, 0.0199666787, 0.0211587194, -0.013797869, 0.000741765834, -0.0110338246, 0.0171355829, -0.0103111509, 0.0383241028, -0.0206372011, 0.00879874919, -0.00694363611, 0.0225295667, -0.0277000424, -0.0371618643, -0.00203019404, 0.00367111224, -0.00108866824, -0.0061613596, 0.0047532618, -0.0181786176, -0.0217398386, 0.00222762581, -0.0306354407, 0.0584993884, -0.024749741, -0.00650034612, -0.00265415269, -0.0560855083, -0.022976581, -0.0155859301, -0.0308440477, -0.0529266, -0.00254426152, 0.00304342853, 0.0513769463, 0.00658229878, 0.0033023248, 0.00594530208, 0.0218888447, 0.0102291973, -0.0158094373, 0.0469365939, 0.0253755618, -0.0298457146, -0.00792706944, -0.0277894456, -0.0171504822, 0.0254351646, -0.00819527823, -0.0241388213, -0.0259119812, -0.00401568646, -0.0136786653, 0.0374002717, -0.0421386324, 0.0258374792, -0.0101770461, 0.00686168345, 0.0586781949, 0.0163160544, -0.0258523785, 0.00743535254, -0.0154965268, 0.033645343, -0.00812822673, -0.0337347463, -0.00668660225, 0.0190428477, 0.0329301208, 0.0552808791, -0.0442247, 0.012911289, -0.00411254, 0.016509762, -0.0574265532, 0.0131198959, 0.0108773699, -0.00550946221, -0.00971513055, -0.0431518666, -0.0239600148, 0.0350161903, 0.0168971736, 0.00732359895, -0.0182680208, 0.026105687, 0.0419300236, 0.0461617708, 0.0072639971, 0.0532246083, -0.00367111224, -0.0161372479, -0.016718369, 0.00383315538, -0.0312612616, 0.0144311404, 0.0051928265, 0.0553702824, 0.000174615314, 0.0376684815, -0.000161577365, 0.0031365566, -0.018715037, -0.0168077722, 0.0114584891, 0.00549083669, -0.0348671861, -0.0124493735, 0.0184915289, 0.0208309088, 0.000765047909, -0.0360294245, -0.0583205819, 0.0136265131, -0.0395757444, -0.02767024, 0.00317939557, -0.0148260044, -0.0104825059, 0.0292496942, 0.00466758385, -0.00924576446, -0.0196537673, -0.0300245211, 0.000925693952, -0.0282364599, 0.0167630706, 0.0271636229, -0.0103931036, -0.000814871455, -0.0217398386, 0.0202944893, -0.00949162245, -0.0355228074, -0.0107879667, 0.00461543212, 0.0255096667, -0.0144534912, -0.065443024, 0.0367744491, 0.0121141123, -0.00676855491, -0.00388903217, -0.0406783819, -0.0235428, 0.0130826449, -0.00704421429, 0.0340625569, -0.0118682534, 0.0126952315, 0.0257778764, -0.00499912, 0.0186703354, 0.000957357523, 0.0386221111, 0.0330195241, -0.00271934248, 0.0271338224, 0.00462288223, -0.0143044861, -0.0129038384, -0.029234793, 0.0140362773, -0.0276255384, -0.0169269759, 0.00688403379, -0.0649066046, -0.0236769058, -0.0501849055, -0.0348671861, 0.01884914, 0.0317082778, 0.00012257995, -0.029160291, -0.0138053196, 0.0186107326, 0.00120414724, -0.0117415991, 0.00715224305, 0.031797681, -0.00541633414, -0.00316449511, 0.0121290125, -0.0025107353, 0.0202944893, 0.0114659397, -0.00817292742, 0.0269997176, 0.00131496973, 0.0243772287, -0.0265229, -0.0368340537, 0.00155524036, 0.016569363, 0.0319168866, -0.000623027445, -0.0228424761, 0.00698833773, 0.0088062, -0.00260758866, -0.0166140646, 0.0204285942, -0.0200262815, 0.0275957379, -0.0120917615, 0.0123376194, -0.00137084664, -0.00286089722, 0.00627311319, -0.0232447907, 0.00814312696, 0.0642509833, -0.027878847, 0.00191657769, -0.000856779108, 0.0113765365, -0.00574787054, 0.0377280824, 0.0171802845, 0.0095512243, 0.0484266467, -0.0315890722, -0.0093798684, 0.0438670926, -0.00750613026, -0.0103782024, -0.00886580162, -0.00108773692, 0.0395161435, -0.0456551537, -0.0492312722, -0.0161372479, 0.0116745466, 0.0168971736, -0.00865719467, -0.000794848893, 0.0220378488, 0.00167444441, -0.0153177204, 0.0207117032, 0.00741672702, 0.00161111727, 0.0313804671, -0.0270146187, 0.0304268338, 0.00584844872, 0.0140362773, -0.0535524189, -0.000163672754, -0.0175229963, -0.0143938893, -0.0115702432, 0.0384433083, 0.0105197579, -0.00588197494, -0.0532842129, -0.0161372479, 0.0393075347, -0.0180296134, 0.049439881, 0.00964807812, 0.013514759, 0.00208607083, -0.00575532066, 0.00742045231, 0.0260013845, -0.00163812446, 0.042466443, -0.0331089273, -0.038413506, 0.0376088768, -0.0132167488, -0.0251073539, -0.0153922234, -0.0312612616, -0.000960151374, 0.0246156361, -0.00228909031, 0.0161223486, -0.0104974071, -0.00618743524, 0.0109220715, -0.0190130472, 0.047234606, 0.0250775516, 0.00262435176, 0.0140511775, -0.00264484, 0.00923086423, -0.0101174442, -0.00808352511, -0.0180147123, 0.0266570058, 0.0205925, 0.0237365067, -0.00780041516, -0.0448207222, -0.0106240613, -0.0103782024, -0.00555416383, -0.0415128097, -0.0119800074, -0.0322446972, -0.00755083188, 0.0187895391, -0.00899990555, 0.0350757912, -0.0268209111, 0.0303523317, -0.037847288, 0.0197282713, -0.0497676916, 0.0363572352, 0.0205925, -0.00788236782, 0.0257927775, 0.00459680613, 0.0210097134, 0.0246603377, 0.0225891676, 0.0371916629, -0.00219596224, -0.0250775516, 0.00979708321, -0.00306391669, -0.0361784287, 0.0161968507, -0.00170517666, 0.00302666542, 0.0143417371, -0.0050214706, -0.0102440985, -0.0398737565, -0.0122258654, -0.0110785263, 0.0458339565, 0.0499763, -0.014364088, -0.00220713764, -0.0193557572, 0.0196537673, 0.00556161394, -0.00367856259, -0.00489854161, -0.00971513055, -0.0231106859, -0.0379366912, -0.00377541594, -0.00376237789, -0.0107954172, -0.0274318326, -0.0221868549, 0.0113318348, 0.0157498345, 0.045953162, 0.0154220238, -0.00936496817, -0.00909675937, 0.00413116533, -0.00839643553, -0.0111157782, 0.00537163252, -0.0139766755, 0.0157796368, -0.0245560352, 0.0290857889, 0.0102813495, -0.0178806074, -0.0324831046, -0.0335559398, 0.0323341, 0.0143491877, 0.00890305266, 0.0121364621, -0.00216616108, 0.0444929115, -0.0188193396, 0.0213673264, 0.0255096667, 0.0195792653, -0.0198623743, -0.00693618599, -0.0191024486, 0.00300431461, -0.0236918051, 0.0283407625, 0.0212779231, -0.0170312785, -0.0112424325, -0.0271487236, -0.0272977278, -0.0750389472, -0.00590805104, -0.000507082848, 0.0165842641, 0.00300058955, 0.00323341, 0.00263925223, 0.00850819, -0.0320062898, -0.0132018486, 0.0223656595, -0.0234831981, 0.0134179061, 0.0239302143, 0.0365360416, -0.00794197, 0.00319057098, -0.0201156847, 0.00170610799, -0.0334665366, 0.0126356296, -0.00890305266, -0.0587675981, -0.0170461796, 0.00973748136, 0.0114212381, -0.0187895391, -0.0139841251, 0.0328705162, 0.020979913, -0.0180892143, -0.0198176745, 0.0514067486, -0.0026765035, -0.00297823874, 0.00550946221, 0.00882855058, -0.0279980525, -0.0318572819, 0.0113541856, 0.00489481632, -0.037489675, 0.00361523544, -0.03969495, 0.00717459386, -0.0317082778, 0.0208309088, -0.00176012237, -0.0122407665, -0.0195792653, -0.00967787858, 0.0223060586, 0.0240345169, 0.0235279, -0.00254798657, 0.0496782884, -0.0156753324, -0.00834428333, -0.0206074, 0.0293837991, 0.0343009643, 0.00822508, -0.0135743618, -0.005673368, 0.0105793597, -0.00187466992, 0.0104080038, 0.00278825732, -0.0220974516, -0.000803230447, 0.00177129766, 0.00232634158, -0.0106836632, -0.0232447907, 0.00917871203, 0.00740182679, 0.0246603377, -0.000470064406, 0.00455210451, -0.00865719467, -0.0331983268, 0.0130826449, -0.0112498822, -0.0230659842, 0.00425781962, 0.00561749097, 0.0167630706, -0.0252265576, -0.0159137417, 0.0469663963, -0.0182382204, 0.0352844, -0.0176422, -0.00801647268, 0.0244368315, 0.0127995349, 0.0058298232, -0.0113169346, -0.0371618643, -0.00140437274, -0.00765141, -0.0196239669, 0.0375790782, 0.0147142503, 0.00562121626, 0.0294136, 0.000469831604, -0.0204583947, 0.00980453286, 0.00872424617, 0.00911911, -0.0319168866, 0.00385923125, -0.0149452081, -0.0237663072, -0.0143715385, -0.0297265109, 0.0377280824, 0.00518537639, -0.0167034678, -0.0150569621, -0.00734222447, 0.0171057824, -0.0143044861, 0.0289218836, 0.0376684815, -0.0192216542, -0.0178955086, -0.00903715752, 0.0355824083, -0.0534630157, 0.0131198959, -0.00296706334, 0.0117937513, 0.029160291, -0.000722208933, 0.00633644033, -0.00669777766, 0.00708519062, 0.00352024473, -0.000470064406, -0.000860038621, -0.0058857, -0.0178061053, -0.00397098484, 0.0061501842, -0.0208458081, 0.040052563, 0.0346287787, -0.00963317789, -0.00155617169, 0.00613155821, -0.0120470598, 0.0559961051, -0.0435392782, -0.0221272521, 0.0343903676, 0.0118012009, 0.00390020758, 0.00313841924, 0.00479423814, 0.0155114271, -0.00656739809, -0.0306950435, 0.0310526565, -0.0337347463, 0.0215014312, 0.00123394816, -0.0184766278, -0.00203578174, 0.0169418752, -0.0326917097, -0.03087385, 0.00252377335, 0.000124675338, 0.0011138129, 0.00267277844, 0.0142895859, -0.0320658907, -0.0285493713, 0.0204434954, -0.0105272075, -0.0134626077, -0.0106240613, 0.0580523722, 0.00987903588, -0.000887511414, 0.0037735533, -0.0318572819, 0.00568826823, -0.0204285942, 0.00547593599, -0.0109667731, 0.00336006423, -0.00618371041, 0.0250328518, -0.0189087428, 0.0134030059, 0.0310228541, -0.00629173871, -0.0116745466, 0.0123599702, 0.0354334041, 0.00263180188, 0.000364596781, 0.00412744051, 0.00978218298, -0.0190130472, -0.0222613569, 0.0148483552, -0.0358804204, -0.0203242917, 0.0285344701, 0.00446270173, 0.0278341454, -0.00328556169, 0.032721512, -0.0151463645, 0.0131422468, -0.00794942, -0.0380260944, -0.00988648646, -0.0168077722, 0.0157945361, -0.014796203, 0.00271747983, 0.0172100849, 0.0293241963, 0.0355228074, -0.00949162245, 0.0126430802, 0.0196835697, 0.0159733426, -0.0206670035, -0.0178508069, -0.00134756451, -0.0461021662, 0.0232000891, 0.0335261412, -0.0037065011, 0.0259715822, 0.00720439479, -0.0107656159, -0.0160031449, -0.0147515014, 0.0181041155, -0.0120619601, 0.00867954548, -0.00964062754, 0.0354334041, -0.0316784754, 0.0328407176, -0.0258970801, -0.00202646898, 0.00806862395, -0.0104750562, -0.0230361838, 0.0122184157, 0.0104080038, -0.0256884731, 0.0170610808, 0.0229020789, 0.0432710722, 0.0430922657, 0.00336378929, 0.0385029092, -0.00145000557, 0.0082101794, -0.0244517308, 0.00879874919, 0.0214567296, -0.0218590423, 0.00146118097, 0.020488197, 0.0137531674, -0.0144534912, 0.0234533977, 0.00683933264, 0.0390393287, -0.00550573738, -0.00779296504, -0.00255916198, 0.0117639499, -0.00242505735, 0.0227679741, 0.0250477511, 0.00131962611, -0.00371395121, -0.00419449247, 0.012233316, 0.0141480314, 0.019638868, 0.0453273393, 0.017359091, -0.0194004588, -0.0108103175, 0.0131198959, 0.0185064282, -0.035344, -0.0223954618, -0.0176571012, -0.0439266935, -0.0016073921, -0.00951397326, 0.0342413634, -0.0119874571, 0.00534928171, 0.0499166958, -0.00269512902, 0.00752103049, -0.0301884264, 0.0165544637, 0.00682070665, -0.0418108217, -0.0154071236, -0.0146173965, 0.0304417349, -0.0143566383, -0.0225891676, 0.0136488639, 0.00128516869, 0.00503637129, 0.023468297, -0.00539398333, -0.00342897908, -0.0024380954, 0.0289963856, -0.00986413565, 0.0171206817, -0.00793452, 0.00506244693, -0.00193334068, -0.0130751943, -0.0172100849, 0.0224103611, 0.0221123509, -0.0239153132, 1.34381035e-05, -0.0142821353, -0.0164799597, -0.0260013845, 0.00611293269, -0.0390989296, 0.0121662635, -0.0130006922, -0.00257592509, -0.00377541594, 0.00135594606, -0.0252712592, 0.0213077236, -0.0434498787, -0.0267166086, 0.0119278552, 0.00672757858, 0.00459308131, 0.0118235517, -0.0140809789, -0.01586904, -0.0336155444, 0.0215014312, -0.0129261892, 0.0223060586, 0.00821762905, 0.000482403906, -0.0400823615, -0.0240643173, 0.0173441898, -0.018715037, -0.00247720932, -0.00283482135, 0.0276255384, 0.00636996655, 0.0018504567, -0.0111902803, 0.00576277077, 0.0121662635, 0.000350860355, 0.0194302611, -0.0121513633, 0.00550201209, 0.0191918518, -0.00623213686, -0.00254053646, 0.00547966128, 0.0320658907, -0.0042764456, -0.00528968, 0.0303225312, 0.0190875493, -0.0047532618, 0.0348373838, 0.0234086961, 0.0274020322, -0.0264334977, -0.00592667656, 0.018282922, 0.018208418, 0.0251073539, 0.0277000424, -0.0184319261, -0.0272977278, 0.00635134103, 0.0312016606, 0.00127585582, -0.0280576535, 0.00153661473, -0.0111008771, 0.00757318223, 0.0394863412, -0.014796203, -0.0187597368, -0.0118608028, -0.0379366912, -0.0140809789, -0.00196872931, 0.0332281291, -0.0338539518, 0.00819527823, -0.0196835697, 0.00225370168, -0.0174633935, -0.000656553544, -0.00893285405, 0.0242282245, 0.000351326016, -0.0234981, 0.0075322059, 0.000985296, -0.00124512357, 0.0296967104, 0.0201454852, 0.0438074879, 0.0089403037, -0.00411254, -0.0154816266, -0.0371618643, 0.00973748136, -0.0163458548, -0.0141927321, 0.00343642943, 0.0192216542, -0.00953632407, 0.014155481, 0.0161223486, -0.000535021303, 0.00245299586, -0.022693472, 0.000484732096, -0.00752475578, -0.0444929115, -0.00578884687, -0.0155263282, -0.00219409959, 0.008500739, -0.0275361352, 0.0256288704, -0.0130677447, -0.0206521023, -0.0073869261, 0.00378659111, -0.0183425229, -0.000564356684, -0.00450367806, -0.00347554311, 0.00788236782, -0.0170759801, 0.0266421065, 0.00249769748, 0.00906695798, -0.035910219, 0.0251073539, 0.0143566383, -0.0146397473, -0.0194302611, -0.00859014224, -0.00609430717, -0.0178806074, -0.00526360376, -0.00380521687, -0.00731242355, -0.00531948078, 0.0173739903, 0.00397098484, -0.0308142472, -0.0244666319, -0.00401941175, 0.0136190634, 0.0119353058, -0.00551691232, -0.00980453286, 0.00262435176, -0.0269699171, -0.00151147018, 0.000287300383, 0.0119725568, -0.00381825469, -0.0214865301, 0.00527850445, -0.0119427564, 0.0132241994, -0.0262993947, -0.0252712592, -0.0200113803, 0.00666797673, 0.0155710289, -0.0209352113, 0.00925321411, 0.00221272511, 0.00965552777, 0.0694363639, -0.00561004085, -0.0202050861, -0.013909623, -0.0059900037, -0.0053381063, -0.0218888447, -0.00406038808, 0.0198027734, 0.00393745862, 0.00530085526, 0.0255990699, 0.00518910121, 0.0267315079, -0.00695108622, -0.0193408579, 0.00261690142, 0.00230026571, 0.00996098854, -0.0209948141, -0.0136786653, 0.00583727332, 0.0128591368, 0.0295179039, 0.0244368315, 0.0111604789, 0.00314400694, 0.00757318223, -0.0313506648, -0.0169269759, -0.00765141, -0.00314028165, 0.0259119812, 0.00242133229, 0.0042354688, 0.0678271055, -0.00510714855, 0.0122482162, -0.00704048946, -0.00494324323, -0.0163309556, -0.00763650937, -0.00258337543, -0.0490226671, 0.00537163252, 0.00556533923, 0.0160478447, 0.00859759189, 0.014229984, 0.00495069334, 0.00288697309, 0.0103633022, 0.0256288704, -0.00588197494, -0.00325576076, 0.00675737951, -0.011026375, -0.0291453917, 0.00654877257, -0.00215684832, -0.000773895066, -0.0181935187, -0.0019724546, -0.00395608461, 0.0024380954, -0.0112275314, 0.0070926412, -0.0196835697, 0.0115478924, 0.0204285942, -0.00808352511, 0.020771306, 0.00777806435, -0.000300338346, -0.0135743618, 0.00580747239, -0.00103465398, 0.00441055, 0.0213226248, -0.00748377945, 0.0118906042, 0.0105048567, -0.0289665852, 0.0271189213, -0.0134700583, 0.0115553429, 0.0124717243, -0.0185809322, -0.00289442344, 0.00904460717, 0.00713361753, -0.00823253, -0.0048873662, 0.0222017542, -0.00157665985, -0.033645343, -0.0108028669, 0.00221831282, -0.014758952, 0.000680766883, -0.0144832926, 0.00341594103, 0.0084485868, 0.0312910639, 0.0095512243, -0.0113914376, -0.0126430802, 0.000168212748, -0.000382523955, 0.0077035618, 0.00761415903, 0.0115329921, 0.00541633414, 0.00854544062, -0.00838898495, -0.0255245678, -0.00997588877, -0.0266868081, 0.0262248907, -0.000312445, -0.0103335017, 0.0347181819, 0.012628179, -0.0234981, -0.0183425229, -0.0175825972, 0.00609058188, -0.0112126311, 0.0147217, 0.00879874919, -0.0162266511, 0.0102291973, 0.0148781557, -0.00837408472, 0.0183723252, -0.000399519835, 0.0127995349, -0.00750985509, -0.0177912042, 0.00987158529, 0.00997588877, 0.00561749097, 0.0187597368, -0.0140809789, -0.0155263282, 0.00324272271, 0.0143938893, 0.0401419662, 0.0282513611, -0.0058298232, 0.000502892071, -0.0165544637, 0.0316188745, 0.00248279679, 0.00452975417, -0.0251967572, 0.0413340069, 0.0141927321, 0.0240643173, 0.00783021655, 0.0135594606, 0.00560259027, 0.0317380801, -0.0132763516, -0.0272530261, 0.0117937513, 0.0274169315, -0.0215610322, 0.0115553429, -0.034360569, 0.0129857911, 0.0170759801, 0.00543123484, 0.0123525197, -0.0162117518, 0.00491344184, 0.0227530729, -0.00838898495, 0.0151687153, -0.00801647268, 0.0170312785, -0.00788236782, -0.0350757912, 0.0155114271, -0.0348373838, -0.0122184157, -0.0159137417, 0.0128814876, -0.0208160076, -0.0100354915, -0.0122109652, -0.0100727426, 0.0168226715, 0.0178359058, -0.00142206706, -0.00857524108, 0.0237067062, -0.0142150829, 0.0110859768, -0.0109295212, 0.012307818, 0.0371022597, 0.0117192483, 0.00716714375, 0.00522635272, 0.0172100849, -0.0285493713, 0.0122407665, 0.00382570503, -0.0145726958, 0.0136637641, -0.000538746419, 0.029234793, 0.0200113803, -0.0184319261, 0.0106017105, 0.0413638055, 0.0269401167, 0.0199815799, 0.0423472412, -0.00768121099, -0.00827723183, -0.00975983217, -0.013514759, -0.0326619111, -0.0197431706, -0.00777806435, -0.00818782859, 0.00768121099, 0.0180296134, 0.0280129518, 0.0340327583, 0.0144832926, 0.00525242835, -0.0121439127, -0.0142970365, -0.00294098747, -0.00346436771, -0.00605333084, -0.0100205904, 0.0217547398, -0.00410881452, 0.00529340515, 0.00577767147, 0.00847093761, -0.00030615885, -0.0206819028, -0.00942457, -0.0280427542, 0.0122184157, 0.019847475, 0.0148856062, -0.0103260512, -0.0250775516, -0.00221458776, 0.010706014, -0.00920106284, 0.0203838926, -0.00853799, -0.0242878255, 0.022544466, 0.0386817157, 0.00480168825, -0.0325725079, 0.0117266988, 0.00457818061, -0.000635134114, -0.0235726014, -0.0160180442, -0.0224401634, -0.0285642706, 0.000301502441, 0.0142076332, 0.0266123042, -0.00374561478, 0.0121141123, -0.0151314642, 0.0120545095, -0.013343404, -0.00618743524, -0.0119278552, 0.0103335017, 0.015116564, -0.023334194, -0.0126058282, -0.0165991634, 0.000228862467, 0.00505127152, 0.00705538969, -0.0025982759, 0.0138425706, -0.00660837442, 0.0193259567, 0.00116317079, 0.0240345169, 0.0165544637, -0.00882855058, 0.00742045231, -0.0256139711, 0.00196500425, 0.0195792653, -0.000503823394, 0.0168971736, 0.00588942505, -0.00606823107, -0.0112573327, -0.0171206817, 0.00562866637, 0.0199964792, -0.0240941197, 0.00132148864, -0.0290261861, -0.0139692249, 0.0146173965, -0.00537908264, 0.0104825059, -0.00812077615, -0.00755455671, -0.00232820422, -0.0094841728, -0.00938731898, -0.0143938893, 0.00419076765, 0.00654132245, -0.002827371, -0.016718369, -0.0130230431, -0.0153326215, -0.00132800767, 0.00235428, 0.00169865775, -0.00447015185, -0.0282811616, 0.0125015248, 0.00643701898, 0.0237216055, 0.00521517731, -0.0275659375, 0.00738320081, -0.012628179, -0.0281768572, 0.0221719537, -0.0238259099, 0.0141778318, -0.0169567764, -0.0142001826, 0.00748750474, 0.0268358123, -0.01586904, 0.00492461724, -0.0310824569, -0.00982688367, 0.00124046719, -0.01234507, -0.00349789392, 0.0144013399, 0.0294732023, 0.00375306513, 0.0282662604, 0.00543123484, 0.00656367326, -0.00894775428, -0.0105346581, 0.0179551095, -0.0277894456, -0.025464965, 0.0322148949, 0.00451485347, 0.0169567764, -0.00444035092, 0.00914891064, -0.00371953892, 0.0103409514, 0.00701813865, 0.00537535781, -0.0108773699, -0.00429507112, 0.00116968981, -0.0152730187, -0.0134626077, -0.0210842174, -0.0137606179, 0.025822578, -0.0268656127, -0.0247795433, 0.011950206, 0.000241201953, 0.0128591368, -0.0188193396, 0.0174186919, 0.0154071236, -0.000841878646, -0.00642211828, 0.0194302611, -0.0102515481, -0.0527179912, -0.0198772755, -0.0196090657, -3.37298588e-05, -0.000820459158, 0.0228871778, 0.038413506, 0.000143417376, 0.00421684328, 0.0413042046, -0.0199815799, 0.0128889382, -0.0137010161, -0.00127958099, -0.0189981461, 0.00371022616, 0.00997588877, -0.0304566361, -0.00869444571, -0.0105719091, 0.010102543, -0.0265676025, 0.0429432616, 0.0245113336, 0.0205477979, -0.00768121099, 0.0275510363, -0.0185958315, 0.00516675087, -0.0161372479, -0.0299053174, 0.00696226163, -0.00242692, 0.00879129861, -0.0058186478, -0.0361188278, -0.00349789392, -0.0283407625, -0.00680208113, -0.0171802845, -0.00223507592, -0.00905950833, 0.0416618176, -0.00116317079, -0.00517047569, 0.00199108012, -0.0147142503, -0.00386668136, -0.00638114195, -0.00427272031, 0.0171802845, 0.0086199427, 0.0261354893, 0.0287430771, 0.0126132788, -0.0109146209, -0.00717086857, -0.0239749141, 0.023617303, -0.021054415, -0.00871679652, -0.0217398386, -0.0074130022, -0.0457147546, 0.0234831981, -0.017359091, -0.0193855595, -0.0236620046, -0.00121439132, 0.0041162651, 0.024049418, 0.0151612656, -0.0133359535, 0.00249210978, 0.00897755474, -0.00352396979, -0.0175974984, 0.00910420902, -0.0258374792, 0.00733849965, -0.015720034, -0.0138798216, 0.00360964774, -0.0242878255, -0.0050214706, 0.00386295631, -0.0134253567, -0.00121718517, 0.00734222447, -0.0187597368, 0.0649066046, 0.000905205787, 0.0105346581, -0.0250775516, 0.00801647268, 0.00605705613, 0.0104452549, -0.000421637757, -0.0139617743, -0.0203689933, -0.0035519083, -0.00463033235, 0.0118533531, -0.000912656, 0.00445152633, 0.00498794438, -0.000182181975, -0.0237812083, -0.00160087319, -0.00919361226, 0.023900412, -0.0197580718, 0.00215871097, -0.00736457529, 0.0156753324, -0.012479174, -0.00990138669, -0.020488197, -0.00224252627, 0.0320062898, 5.58769e-05, 0.0169269759, -0.023468297, -0.0374300741, 0.0115553429, 0.00379776652, 0.0111753801, 0.00525242835, -0.0180445127, 0.00276031881, 0.0340327583, -0.00390765769, 0.00173311518, -0.0102068465, -0.0035519083, -0.00523752812, 0.00569944363, 0.00111940061, -0.0148409046, -0.00166699418, 0.0163756572, 0.00178154185, -0.0121960649, 0.00416469155, 0.00290187355, 0.00349044357, 0.0213226248, -0.00468248408, 0.00830703229, 0.00101509702, 0.00566591742, -0.00483521447, -0.000117516101, 0.0011361636, -0.0209650118, 0.00347554311, -0.0134626077, -0.0110487258, 0.00823998, 0.00360592268, 0.00899990555, 0.00680580642, 0.0109220715, -0.0161074474, 0.0379664898, -0.00692873541, 0.00226301444, 0.00745397853, -0.00477561215, -0.000444687, -5.94274097e-05, -0.0039449092, 0.0102142971, -0.000708239677, -0.00474581122, -0.00357984658, -0.0194600616, -0.00357798417, 0.0135594606, 0.0303523317, 0.0217696391, -0.00339545286, -0.0070926412, -0.02205275, -0.000596951519, -0.0219931472, -0.0312612616, -0.0232745912, 0.0065897489, 0.0052189026, 0.00980453286, 0.00498794438, 0.00128516869, -0.00750985509, 0.0141703812, -0.0073869261, -0.00713361753, 0.0205030963, 0.0271338224, -0.00573297, -0.00224997639, -0.0150718624, 0.0268656127, -0.0126579804, -0.0141331302, -0.0185213294, -0.018566031, -0.00444780104, -0.0146173965, -0.00873914734, -0.0205925, -0.0186256338, -0.00193334068, -0.0211587194, 0.00413116533, 0.00404921267, -0.0201007836, 0.00232820422, 0.0233192928, 0.0100727426, -0.0153773231, -0.00200970587, 0.0230808854, -0.0267762095, -0.00999079, 0.0106464121, 0.0209054109, -0.00608685706, -0.0016185675, -0.00699951313, 0.0173143893, -0.0102068465, -0.00504009612, -0.0184766278, -0.0127846347, 0.0311718602, -0.00952887349, -0.00901480671, 0.000832565827, -0.00625448767, -0.00574042, -0.021128919, -0.00468248408, -0.00698461244, -0.023185188, 0.00726772193, 0.00888815243, -0.0014239297, -0.00400078623, 0.00736830058, -0.00981198344, 0.0269252155, 0.0150867626, 0.00975983217, -0.000304063462, 0.0242282245, 0.0264185984, 0.00112871337, 0.0133732045, 0.00723047089, -0.0197282713, -0.0026820912, -0.0285493713, -0.0252861604, 0.0110412752, 0.000273564, 0.0164799597, -0.00826233067, 0.00346064265, -0.00836663414, -0.0259268805, -0.00382570503, 0.00550201209, -0.0113392854, 0.00460798154, 0.026254693, 0.0234086961, -0.0185064282, -0.00252004806, -0.00655622268, 0.0194749627, 0.0368936546, 0.012911289, -0.0117341485, 0.00105979852, -0.00245113322, -0.00496186875, -0.0095512243, -0.00431742193, -0.00890305266, 0.0111977309, -0.00759553304, -0.0156008303, 0.00178899209, 0.00271189213, -0.0181786176, -0.0125983786, -0.00641839299, 0.0138798216, -0.00680953171, -0.0331685282, 0.0025889629, 0.0064295684, 0.0133583043, -0.00487991609, 0.0325725079, -0.0120768603, 0.00170238293, 0.021844143, 0.0128814876, 0.0016455747, 0.0031421443, -0.00849328842, -0.0212332215, -0.0121439127, 0.0102440985, 0.00677228, -0.00508479774, 0.0220378488, 0.00910420902, -0.0073720254, 0.00389275723, -0.00031826552, 0.00497676898, 0.0189981461, -0.0236620046, 0.0172547866, -0.00895520486, 0.00388903217, -0.00136432762, 0.0056472919, 0.0144087896, -0.0161819495, 0.0146993501, -0.0130677447, -0.00436957367, 0.00841878634, -0.0126877809, 0.0166140646, -1.97460813e-05, 0.0278490465, 0.0138500212, 0.00385550596, 0.0309632532, -0.00787491724, -0.0149675589, -0.005353007, -0.0161968507, -0.0067760055, 0.00757690752, -0.00554671371, 0.0215759333, -0.00305087864, -0.0183872245, 0.008836, -0.00993118715, -0.00856034085, 0.0029093239, -0.0350459926, 0.0161223486, 0.00428017043, -0.00965552777, 0.020339191, 0.0235428, 0.00575532066, 0.00795687083, -0.00712244213, 0.0125462264, 0.00881364942, -0.00655622268, -0.0229318794, 0.000452602893, 0.0122035146, 0.000190796331, 0.0212034211, -0.00859759189, -0.0214716308, 0.0524497814, -0.00634761574, 0.0140660778, 0.0196090657, 0.0211736206, -0.0175676979, -0.0103335017, 0.00569199352, 0.00577767147, -0.00388903217, -0.00894775428, 0.0216355361, 0.0274914354, -0.0152208675, 0.0358804204, -0.00236731791, 0.0111306785, 0.0156306308, -0.0218143407, 0.0144460406, 0.0181786176, 0.00157293468, 0.0227381736, -0.0223954618, 0.0023710432, 0.00540515874, 0.00163812446, 0.0152432183, -0.0138500212, 0.00441427529, -0.00283482135, 0.00825488102, -0.00442545, 0.00547221117, -0.00447387714, -0.0051928265, -0.000620699197, 0.00412744051, -0.0102142971, 0.00888070185, 0.00156175939, -0.000776688918, 0.0143119367, -0.00529713, -0.00558023946, -0.0169567764, 0.0149675589, -0.0326917097, 0.0146844489, 0.00761415903, 0.00218106154, -0.010028041, 0.0198772755, 0.0195494648, -0.0119204056, -0.000218851186, 0.00241015689, -0.0388009176, -0.020979913, -0.00785256736, 0.00263180188, -0.0169567764, -0.00178340438, 0.00668287696, -0.0120470598, 0.00734594977, -0.00511087384, -0.0092830155, -0.0143044861, 0.0199070759, 0.00572924456, 0.00205440726, -0.0175229963, 0.00829213206, 0.00993118715, -0.0121141123, 0.0059527522, 0.000921503175, 0.00363013591, 0.000136665578, -0.0132987024, -0.00547593599, 0.015928641, -0.00288697309, -0.0138574708, 0.00115572056, -0.00924576446, -0.0127622839, 0.0179402102, 0.0110189244, -0.00603843, -0.0263738967, -0.015720034, -0.017001478, -0.0218292419, -0.0107209142, -3.33224234e-05, -0.0106166108, -0.00344574219, 0.0149154067, -0.00539398333, 0.00544986036, 0.0266868081, 0.0042764456, -0.00444407621, -0.00956612546, -0.00224438868, -0.00478306273, 0.014475842, 0.0050587221, -0.0217845403, 0.00208048313, 0.00291677425, 0.00409763912, -0.00512204925, 0.00264111487, 0.00989393611, 0.00275659375, -0.0186405331, 0.0494100787, 0.00448132725, -0.00457445532, 0.0199219771, 0.0053381063, -0.00670522777, 0.00982688367, -0.00216057338, 0.0252861604, -0.0174782947, -0.00547593599, -0.00799412187, 0.0277745444, 0.00611293269, 0.0140511775, -0.013477508, -0.00748750474, 0.0144013399, 0.00347554311, -0.00978218298, 0.00333957607, 0.0108997207, -0.0086199427, -0.00546848588, 0.000747819198, 0.00401568646, 0.0348671861, 0.00174708443, -0.00649289554, -0.00521517731, -0.00483148918, -0.0185362305, -0.00257033738, -0.0171653833, 0.00365248672, -0.00904460717, 0.0224550627, 0.0115776937, 0.00174242794, -0.012553677, -0.00441427529, -0.00183462491, -0.0182680208, 0.00130100048, 0.0212034211, 0.00906695798, -0.0267911106, -0.00873914734, 0.0045819059, -0.00978963263, -0.000902411935, -0.00333398837, -0.0263291951, 0.0106464121, -0.00515557546, 0.00593785197, -0.0108624697, -3.78915211e-05, -0.00652642176, 0.0072528217, -0.0262993947, 0.0124493735, 0.0109667731, 0.0118831536, -0.0184915289, 0.0174186919, 0.00436584838, 0.00620978605, 0.00809842534, 0.00305087864, 0.0122258654, 0.0272381268, 0.0111455787, 0.0100056902, -0.00261317636, 0.00353328255, 0.01586904, -0.0117564993, 0.00239898148, 0.0180892143, -0.00305460393, -0.000102382779, 0.00746887876, -0.000200691196, 0.0129634403, -0.0100131407, -0.00312351878, 0.00539025804, -0.0163905565, 0.00906695798, -0.0029707884, -0.0240196157, 0.0125015248, 0.0130900946, -0.0121066617, 0.014438591, -0.0103931036, -0.000216290166, -0.00211028429, -0.0236620046, 0.0211438183, -0.00908930879, -0.00710381661, -0.0227679741, -0.00680208113, 0.0176272988, -0.032721512, 0.0242282245, -0.00609430717, 0.00964062754, 0.00560631556, 0.00919361226, 0.0201603845, -0.00623586215, -0.0101323444, 0.011383987, 0.0149079571, -0.00945437141, 0.00512949936, 0.00493579265, -0.00542378426, -0.018074315, 0.0322148949, 0.00337123964, -0.0290708877, 0.000643981271, -0.00170424546, 0.00851563923, -0.00923831388, -0.0067462041, -0.00162136136, 0.00293539977, 0.0125611266, 0.0133359535, 0.0101323444, -0.0154965268, -0.000763651, 0.0327811129, 0.00426527, -0.0133210532, 0.000273564, 0.0341817625, 0.000677041768, -0.00518910121, -0.0183276236, 0.0013466333, 0.0187597368, -0.00341594103, 0.00958102569, 0.00131869479, 0.00243064505, -0.0149452081, -0.0133136027, 0.00832193252, 0.0213673264, -0.00604960555, -0.0229914822, 0.023900412, -0.0179402102, 0.00499912, 0.00202088128, 0.00104769191, -0.00863484386, 0.0177018, 0.0297265109, 0.00961082708, 0.0169418752, 0.0235726014, -0.024541134, -0.00654132245, -0.0107507156, -0.0211736206, -0.00308440486, 0.0301288236, -0.011667097, -0.0219782479, 0.0069473614, -0.0146248471, -0.00500284508, -0.000676110503, 0.0212332215, -0.0269103143, -0.00226115179, 0.00966297835, 0.0139692249, -0.00172939, -0.00795687083, 0.00186442584, 0.0206670035, 0.00602725474, -0.00437329849, 0.0225593671, -0.0108401189, 0.00831448287, 0.00448132725, 0.0211140178, 0.0192663558, 0.0174037907, 0.00461543212, 0.00339359045, 0.00203205668, -0.00540515874, -0.00721929548, 0.00490226643, -0.0370426588, 0.0207415055, 0.00428017043, -0.000423500343, -0.00322409719, 0.00591922645, 0.0175527968, -0.00572179444, 0.0257480759, 0.0304864366, -0.0023710432, -0.00182531204, 0.0120098079, -0.0266272053, 0.00534928171, 0.0175080951, -0.0119204056, -0.00358915958, -0.00823253, -0.0143044861, 0.000962945225, -0.014364088, 0.00469365949, 0.005032646, -0.00456328, -0.0139990263, -0.0320956893, -0.00799412187, 0.00559141487, 0.00605705613, 0.00881364942, -0.00502892118, -0.00150122598, 0.0200113803, -0.00513322465, -0.0012246354, -0.00667542685, -0.000550387485, 0.00324086, -0.00937241875, -0.0227977745, -0.00265415269, -0.00446642702, -0.0125164259, 0.000436771108, 0.0225146655, -0.00205813255, -0.00549456198, -0.0111157782, 0.0136339637, -0.00813567638, -0.00645937, -0.0201156847, 0.013909623, -0.0211140178, 0.0264483988, -0.0116149448, -0.019698469, -0.00982688367, -0.00367483753, 0.0220974516, -0.0184319261, 0.0105123073, -0.00511087384, -0.0115627935, 0.00760670844, 0.00400451105, -0.00508852303, 0.00659347419, -0.0117714, 0.0121737141, 0.0021996873, 0.0024436831, -0.00185325055, -1.54680056e-05, -0.0359698236, 0.00208234577, -0.00495069334, 0.0132912518, 0.0178359058, -0.0134328064, -0.00626566308, -0.0083815353, -0.0178955086, -0.00967042893, 0.00540143345, 0.000344108586, -0.0146471979, 0.0202348884, 0.0104080038, 0.00876149815, -0.0166587662, 0.0216504354, -0.00430252124, -0.0184170268, -0.0194004588, -0.00207489543, -0.0142970365, 0.0191620514, 0.0164352581, -0.00410881452, -0.0201454852, -0.0111157782, -0.00691756, 0.00192402792, -0.00132148864, -0.0114435889, -0.00695481151, -0.0199964792, 0.00917126145, 0.0212779231, 0.0014518681, -0.00517792581, -0.00937241875, -0.0208160076, -0.00509224832, -0.00903715752, -0.000439099298, -0.00104396674, 0.0190726481, 0.0175825972, 0.0110934274, -0.0241686217, 0.00193334068, 0.0334069356, -0.0104527054, 0.0140064759, -0.0111679295, -0.00217733649, -0.0201603845, -0.0124568231, -0.0127995349, -0.00660837442, 0.0239153132, 0.0261503886, -0.0196686685, 0.00286275987, -0.0162117518, -0.031440068, 0.00905205775, -0.00433604745, -0.0181786176, 0.0228722766, -0.00569571881, 0.00547966128, 0.0197580718, -0.0086720949, 0.00840388611, 0.0260460861, -0.0122482162, -0.00123860466, 0.0130900946, -0.017284587, 0.0259566829, 0.00284972182, 0.0119725568, 0.00881364942, 0.00635134103, -0.0199070759, 0.00654504728, 0.00800157245, -0.00477933744, 0.00847093761, 0.00847838819, 0.00644819438, -0.011346736, 0.0129559906, 0.00512577407, -0.0161074474, -0.00935751852, -0.00623213686, 0.0128516871, -0.00635134103, 0.000783207885, -0.000367157802, 0.00262993947, 0.00325017306, -0.00923831388, -0.0227232724, -0.00584099861, -0.0161372479, 0.00247162161, 0.0072528217, 0.0123674208, -0.000735712529, -0.00387413171, 0.00693618599, -0.0261652898, -0.0111083277, 0.018074315, -0.0129559906, -0.0324831046, -0.000746887876, -0.00888070185, -0.000577394618, -0.0216355361, 0.00841133576, 0.0137457177, -0.0115031907, 0.0080611743, 0.00247907173, -0.00460425671, -0.00511087384, -0.0174186919, 0.00514067477, 0.00370277581, -0.0136339637, -0.00323341, 0.00225370168, -0.00613900879, 0.00524497824, -0.0177614037, 0.0265676025, 0.00250701024, -0.012628179, 0.0184766278, 0.00975983217, 0.00113523239, -0.0111679295, -0.00979708321, -0.00739065139, -0.00121718517, 0.00625821296, 0.0130751943, -0.025822578, -0.00180016749, 0.0174186919, 0.00890305266, 0.0216802377, -0.00716341846, 0.00433977274, 0.0264334977, -0.00401568646, -0.0235279, -0.00964807812, -0.0177763049, -0.0222762581, -0.000510807964, 0.0186852347, 0.00258151279, 0.00221272511, 0.0117564993, 0.00108401186, 0.00322409719, -0.0202944893, -0.00309371762, -0.0118533531, 0.0386519134, 0.0064556445, -0.00986413565, -0.0303970333, -0.00262062647, -0.0130081419, 0.00898500532, -0.00358729693, -0.0128516871, -0.0262248907, -0.014513093, -0.00404548738, 0.0279086493, 0.00980453286, 0.0118310023, 0.006295464, -0.00231889123, -0.0109667731, 0.00190074591, 0.00137270917, 0.0157796368, 0.0187299363, 0.00790471863, 0.00748005416, -0.02027959, 0.00140716659, 0.000906602712, 0.0059527522, -0.00216243602, 0.00145559327, 0.00255171163, -0.00341407862, -0.0194749627, 0.0103409514, -0.000343642925, 0.00395235932, 0.00572924456, 0.0010635237, 0.0120023582, -0.0121141123, 0.00164371217, -0.0292496942, 0.0145354439, 0.022976581, 0.0178508069, 0.0229914822, -0.00150029478, 0.00262435176, -0.00374747743, -0.0176869016, -9.70861147e-05, 0.00455583, 0.00229281536, -0.00683188206, 0.00263925223, 0.0222464558, 0.00405293796, 0.00219782465, 0.00468620937, 0.0121066617, -0.0138202198, -0.00599372853, 0.00849328842, -0.0301586259, -0.0135743618, 0.0323042981, -0.00898500532, -0.025673572, -0.00364503637, 0.00247348403, -0.00131962611, 0.0169567764, 0.00504009612, 0.00488364091, 0.029309297, 0.00100485294, 0.0010532795, -0.0193855595, -0.012024709, 0.0101695955, 0.00161111727, -0.0356122106, -0.0128889382, 0.00448132725, -0.00450367806, 0.0261950903, -0.0021996873, -0.00635879114, -0.00538280793, 0.00758808292, 0.00449622795, -0.00870189536, -0.0156455319, -0.00862739328, -0.00925321411, -0.0126728807, 0.00483893929, -0.0113914376, 0.0199666787, 0.00692873541, 0.00135035836, -0.00572924456, -0.00556533923, -0.00735712517, -0.00964062754, -0.0107879667, -0.0042391941, 0.00347740576, -0.00488364091, -0.0235726014, -0.0385923125, -0.000373676769, 0.000631874602, 0.00186628848, 0.0203242917, 0.020413693, 0.00818782859, 0.00541260885, 0.0212928243, -0.00925321411, 0.00278639467, -0.00300803967, -0.0213971268, 0.0108252177, 0.0222017542, 0.00525615364, 0.018715037, 0.00505127152, 0.00828468148, 0.000170075306, 0.0356122106, 0.0273573305, 0.0031365566, 0.00500284508, -0.00680953171, -0.0166885667, -0.0232298896, 0.00701813865, -0.0107209142, -0.000569013064, 0.0154816266, 0.00274169329, -0.000761788397, -0.00252749841, 0.00862739328, 0.00881364942, -0.0202199873, 0.00993863773, 0.00594530208, -0.00870934594, 0.00398588553, 0.010065292, -0.0120321587, 0.0107507156, 0.00841878634, -0.0222613569, -0.0123301689, 0.0110412752, 0.021263022, -0.0101099936, 0.00409763912, 0.0309334509, 0.0106240613, 0.0118682534, 0.00360406, 0.0128963888, 0.00343084172, 0.00322223455, -0.0185362305, -0.0110710766, 0.00108028669, -0.0116074942, -0.0227381736, 0.0246752389, 0.00978963263, 0.0126430802, -0.0215759333, -0.00289069838, 0.018074315, -0.0045446544, 0.0219186451, -0.00358915958, 0.0162564535, -0.00224997639, -0.00349044357, -0.010385653, -0.00447387714, 0.0073720254, -0.0013466333, -0.00691383518, 0.00571806915, -0.00420566788, -0.00357053382, 0.00784511678, -0.0257033743, -0.0186107326, 0.00471228501, 0.0258672796, -0.00301176496, -0.0338837504, -0.00525242835, -0.00195941655, 0.0161670502, 0.00359288463, -0.00648917072, -0.00904460717, 0.00569944363, 0.00556906452, -0.000670988462, -0.00248093437, 0.0211885199, -0.0127771841, -0.00491716713, 0.00167816959, 0.00221831282, -0.0143864388, -0.00941712, 0.00384805584, -0.0032147842, -0.000562494097, 0.00844113715, 0.00609430717, -0.00221831282, -0.00944692083, -0.0341221616, 0.0276255384, -0.0151016638, 0.0275510363, -0.00125536765, 0.0275063347, 0.0072639971, -0.006295464, 0.0275212359, -0.0139692249, -0.00183928129, -0.0152432183, -0.00131962611, -0.0107954172, -0.00623213686, -0.000308021408, 0.0125238756, 0.00176198489, -0.0126654301, -0.0435690805, 0.0183872245, -0.00223135087, 0.00633271504, -0.0102366479, 0.000720346346, 0.0100876428, -0.00787491724, 0.0193557572, -0.0145801455, 0.0104154544, -0.00449622795, 0.00265601533, -0.0103707528, -0.0140213771, 0.00412744051, -0.0191024486, -0.0042764456, -0.00234682974, 0.00574042, 0.000185674275, -0.00806862395, 0.000730124826, -0.0030862675, 0.0025982759, -0.0134179061, 0.0186405331, 0.0287728775, 0.00309371762, 0.0249285474, 0.00365248672, -0.00500657037, -0.0034736807, 0.00048799158, -0.00332281296, 0.00340662827, -0.019057747, -0.0177912042, 0.000935938093, -0.0182382204, -0.0141405808, -0.00292236195, 0.0180445127, -0.00917126145, -0.0357016139, 0.005673368, 0.0023710432, 0.0361784287, 0.00726772193, 0.00445152633, 0.00625448767, 0.00174801564, 0.0202199873, -0.0153326215, -0.00938731898, 0.00789726805, 0.00816547778, -0.0125760278, -0.0195345636, 0.0190130472, -0.00301176496, 0.00555043854, 0.00513694948, 0.00170890184, -0.02325969, -0.0131124454, -0.00400451105, -0.00458563073, 0.016643865, -0.0284748673, -0.00638486724, -0.00459308131, -0.00869444571, 0.012270567, -0.00178619823, 0.0118608028, 0.000220364527, 0.0150942132, 0.00486874068, -0.00970768, 0.0202050861, -0.0200709831, -0.0188938417, 0.0280129518, 0.0141331302, 0.00993863773, -0.00319988374, -0.0243176259, 0.00336751458, 0.00697343703, -0.00414606603, -0.0083815353, -0.00566591742, -0.0187448375, -5.21517723e-05, 0.0137904184, 0.00275286869, -0.017925309, 0.0141033297, -0.00216988637, 0.000118447388, 0.0157796368, 0.00417214166, 0.00555416383, 0.0417512208, 0.00733849965, 0.0250626523, 0.019206753, 0.0136712147, -0.016360756, 0.00984178483, -0.0229467805, -0.010385653, -0.0267613102, -0.0155710289, -0.00108866824, -0.00693991082, 0.0252414588, -0.0133583043, -0.0144311404, 0.000270304503, 0.0151687153, -0.0043844739, -0.0170759801, -0.0145652452, -0.018133916, -0.00923831388, -0.0157051347, 0.018074315, -0.00764396, -0.0109816734, -0.0023710432, -0.00252377335, -0.00333212572, -0.0247795433, -0.00860504247, 0.0077184625, 0.0107581653, 0.000867023249, -0.014475842, -0.0142970365, 0.00454092957, 0.00540143345, 0.0215014312, 0.00495069334, -0.00745025324, -0.0209948141, 0.00281433319, 0.00546848588, 0.00619861064, 0.0126058282, -0.00313096889, 0.00635879114, -0.0188342407, 0.0395161435, 0.013157147, 0.00555043854, -0.0226636697, 0.0331685282, 0.0120619601, -0.0265974049, -0.00683560735, -0.0084485868, 0.0017284588, -0.00112033181, -0.0111604789, 0.00182065566, 0.00381825469, -0.0131198959, -0.015153815, 0.00100019656, -0.00217174878, -0.00323527236, -0.00870189536, -0.019206753, 0.0114957411, -0.0181935187, 0.00328928675, -0.0268209111, 0.00815802719, -0.0078898184, -0.0162415523, 0.000332001917, 0.0140288267, 0.0134104555, 0.0010588672, 0.0448803268, -0.00830703229, 0.0227530729, -0.00752848107, 0.00588197494, -0.00344574219, 0.00288697309, 0.0107879667, -0.0104378052, -0.0148260044, -0.0105644595, -0.0145354439, -0.0108773699, 0.0177614037, -0.0261652898, -0.00494324323, -0.0204285942, -0.0112498822, -0.0129410895, -0.0278490465, 3.42246021e-05, -0.018133916, -0.0115255415, 0.00777806435, 0.0253904629, 0.00393373379, -0.018774638, -0.0225891676, 0.0018504567, -0.0215610322, -0.0241984222, 0.0119427564, 0.00391510827, 0.00238221837, 0.0108922701, -0.00764396, 0.0155710289, 0.012024709, 0.0141033297, -0.00292422436, -0.00702931406, -0.00323713501, -0.00870189536, -0.0106911138, -0.00511832396, -0.0130528435, 0.00212332211, 0.00654132245, 0.0322446972, -0.00296147563, 0.00275845616, 0.00176477875, 0.00188863918, -0.00475698663, 0.0154667255, 0.014438591, -0.00525987893, -0.0142523348, -0.016718369, 0.0167630706, 0.00572179444, -0.0116447462, 0.00299872691, 0.0116521958, -0.0178359058, 0.000258663495, -0.00310116797, 0.0102813495, 0.0263440963, -0.0105048567, 0.00268767891, -0.00470856, -0.00908930879, -0.00144348654, -0.00171542086, 0.000830237579, 0.000366924971, -0.00134756451, 0.000314540375, -0.0264334977, -0.00853054, 0.0103558516, -0.0128442366, -0.00232820422, 0.0136488639, -0.00780041516, 0.0218292419, 0.00486501539, -0.00226860214, -0.0163309556, -0.0213673264, 0.0111828297, -0.00669777766, 0.0281917583, -0.0101844966, -0.0255990699, -0.0176124, -0.0120843109, 0.00470856, -0.00571061904, 0.00569571881, -0.0104527054, 0.00814312696, 0.00497676898, 0.00630663941, 0.010385653, -0.0173888914, -0.0142970365, 0.00999079, 0.0152059672, -0.00453720428, -0.00740927691, 0.0196090657, 0.00410136441, 0.00254053646, 0.0075694574, 0.0103037, 0.000751544314, 0.00035691369, 0.0112424325, -0.00616508443, 0.00817292742, -0.0289665852, 0.00794942, 0.00386295631, 0.0143417371, -0.000565287948, 0.00878384896, 0.00476816203, 0.0121066617, 0.00790471863, 0.0139915757, 0.0363572352, 0.0191322509, -0.0151016638, -0.0111455787, -0.0177614037, 0.0134924082, -0.000311979355, -0.000771101215, -0.0388307199, 0.0354334041, -0.000968532928, -0.00720812, 0.00452230358, -0.00733477436, -0.026314294, 0.0171951838, 0.00698833773, 0.000922434498, -0.0094841728, -0.00762160914, -0.010422904, 0.00225183903, 0.00636996655, 0.00463778246, 0.0027435557, 0.00836663414, -0.00653387234, 0.0061352835, -0.0144907422, 0.0143417371, 0.00145093678, 0.0189981461, 0.00969278, -0.00128144352, -0.000274728081, 0.0238706116, -0.00481658895, 0.00968532916, 0.00666797673, 0.0312612616, -0.0249136463, -0.0226636697, -0.0108922701, 0.00533065619, 0.0117415991, 0.0104154544, -0.00359288463, -0.0073869261, 0.00682815723, 0.0014956384, -0.00721184537, 0.0072528217, -0.00544241, 0.0102664493, -0.00984923448, 0.00187932642, -0.0221421532, 0.0390393287, -0.000225370168, 0.0137904184, -0.00108680571, 0.0111232279, -0.00545358518, -0.00407528831, -0.00638486724, 0.00197990471, 0.00494324323, 0.00440682471, 0.00630291412, 0.0197878722, -0.00988648646, 0.0162564535]
|
24 Aug, 2021
|
HTML5 | MathML <mtd> Tag
24 Aug, 2021
The MathML <mtd> tag is used to create table data of a table or the matrices in HTML5. It is similar to <td> of a table tag.Syntax:
<mtd attributes="value"> child elements </mtd>
Attributes: It accepts some attributes which are listed below:
class|id|style: This attribute is used to hold the styles of the child elements.
columnalign: This attribute holds the horizontal alignment of the table cells. Possible values are left, right and center.
href: This attribute is used to hold any hyperlink to a specified URL.
mathbackground: This attribute holds the value of the math expressions background color.
mathcolor: This attribute holds the color of the math expressions.
rowalign: This attribute holds vertical alignment of the table cells. Possible values are top, bottom and center.
columnspan: This attribute holds the value that how many columns does the cell extend.
rowspan: This attribute holds the value that how many rows does the cell extend.
Below example illustrates the MathML <mtd> tag in HTML5:Example:
html
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML mtd tag</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML <mtd> tag</h3>
<math>
<mi>GeeksforGeeks</mi>
<mo>=</mo>
<mtable frame="solid" rowlines="dashed" align="axis 1">
<mtr mathbackground="green;">
<mtd>Course</mtd>
<mtd>Fee</mtd>
</mtr>
<mtr>
<mtd>
<mi>C++ STL</mi>
</mtd>
<mtd>
<mi> 1499</mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>Placement 100 </mi>
</mtd>
<mtd>
<mi>9999 </mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>DSA Foundation </mi>
</mtd>
<mtd>
<mi>7999</mi>
</mtd>
</mtr>
</mtable>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML <mtd> tag are listed below:
Firefox
Safari
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 MathML framespacing Attribute/HTML5 MathML height Attribute/HTML5 MathML href Attribute/HTML5 MathML id Attribute/HTML5 MathML largeop Attribute/HTML5 MathML linethickness Attribute/HTML5 MathML mathbackground Attribute/HTML5 MathML mathcolor Attribute/HTML5 MathML mathsize Attribute/HTML5 MathML mathvariant Attribute/HTML5 MathML maxsize Attribute/HTML5 MathML minsize Attribute/HTML5 MathML movablelimits Attribute/HTML5 MathML notation Attribute/HTML5 MathML numalign Attribute/HTML5 MathML open Attribute/HTML5 MathML rowalign Attribute/HTML5 | MathML <mtd> Tag
|
https://www.geeksforgeeks.org/html5-mathml-mtd-tag/
|
NextJS
|
HTML5 | MathML <mtd> Tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, HTML5 MathML height Attribute, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, HTML5 MathML minsize Attribute, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, HTML5 MathML framespacing Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, HTML5 MathML linethickness Attribute, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, HTML5 MathML id Attribute, HTML5 MathML mathvariant Attribute, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTML5 MathML notation Attribute, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, HTML5 MathML href Attribute, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, HTML5 | MathML <mtd> Tag, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, HTML5 MathML mathsize Attribute, jQuery Mobile Checkboxradio Widget defaults Option, HTML5 MathML maxsize Attribute, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, HTML5 MathML numalign Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, HTML5 MathML open Attribute, HTML5 MathML mathbackground Attribute, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, HTML5 MathML rowalign Attribute, jQuery Mobile Listview initSelector Option, HTML5 MathML largeop Attribute, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, HTML5 MathML mathcolor Attribute, Foundation CSS Thumbnail Sass Reference, HTML5 MathML movablelimits Attribute, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0235917792, -0.0254680272, -0.0159807373, 0.0267569274, 0.0549822226, -1.80837412e-06, -0.00967491325, 0.0246522669, 0.0212097596, 0.0231349524, 0.0402332805, -0.0115756337, 0.017963035, -0.00240445253, 0.00486192945, -0.0276216324, 0.0113145905, 0.00572255626, -0.0374596976, 0.0029469328, -0.013770028, 0.00403597252, -0.0374923274, 0.0367744602, -0.0290084239, -0.00595504791, -0.000519282185, 0.00677488651, 0.0267895572, 0.0200513806, -0.0314067602, 0.016967807, 0.0288615879, -0.0306236297, -0.0382102, 0.0201655868, 0.0139005501, 0.0602030866, -0.0266590361, -0.00542480359, 0.00720723951, 0.00947913062, 0.0137537131, 0.0363176353, 0.00582860503, -0.00269200793, -0.00980543531, -0.0523717888, -0.0312599204, 0.008842838, -0.00678712316, 0.00619161827, 0.054655917, 0.0327119753, 0.0209487155, 0.00407472113, 0.0370681323, 0.0442468226, -0.0221397262, 0.000513673876, 0.0197903365, -0.0199045427, 0.00673001958, 0.00947097316, 0.0121221934, -0.00478035351, -0.0251417216, 0.0493045337, 0.00713382103, -0.0315372795, -0.02246603, 0.00943834335, 0.0031182426, -0.00588570815, -0.00806378759, -0.0111269662, 0.0212587044, 0.0233796816, 0.00889178365, 0.00381367793, 0.0187951103, 0.0180446114, -0.0251254067, 0.00504139671, 0.0196108706, 0.0450625792, -0.0334135294, -0.0434310623, 0.000944242172, 0.0110453898, -0.0116653675, 0.0332503766, -0.00297344499, -0.0189256314, -0.00610188441, -0.012024302, 0.00903862063, -0.000457590359, -0.0415711291, 0.0105314609, -0.0180119798, 0.0260390583, 0.0187624786, -0.0039217663, 0.0250112, -0.00295101176, 0.0419953242, 0.035240829, 0.0414079763, -0.00207101065, 0.0227270722, -0.00721539697, -0.0463351682, -0.0289105326, -0.0176530462, 0.0101562114, -0.00396459363, -0.0590936542, 0.0122690303, 0.0046620681, -0.0555369407, -0.0231512673, 0.00504955417, 0.03768811, -0.0500550307, 0.0267895572, -0.0333645828, 0.00330586731, 0.00879389234, -0.00883468054, -0.0364481546, -0.00705632381, 0.00812496897, -0.0283558164, -0.00978911947, 0.0357629173, 0.00469469884, -0.00633845478, -0.0153444447, -0.00579189602, -0.0326140821, 0.00896520168, -0.0152383959, -0.00332626118, -0.0488477089, -0.0116816824, 0.0119345682, 0.0642166287, 0.015222081, 0.0496308357, -0.0274095349, -0.0118203619, 0.0315046497, -0.0123506058, 0.0135905612, -0.0312109757, -0.0161275752, 0.0207203031, -0.0440836698, -0.0174572635, 0.0186809041, -0.00333237951, 0.0119590415, 0.0332830064, -0.00422971556, 0.0364807844, 0.0390259586, 0.00616306672, -0.0227270722, 0.0441489294, -0.00902230572, 0.0287963264, -0.00987069588, -0.00328955217, -0.0317493789, -0.0016896429, 0.0141044902, -0.0213565957, 0.0231512673, -0.021454487, -0.0251580384, -0.014414479, 0.0436268449, 0.0360892229, -0.00512705138, 0.0216013249, 0.0214218572, 0.0350450501, -0.00168352469, 0.0219602585, -0.0298241843, -0.00107680319, 0.021307651, 0.00403801166, 0.0349145271, -0.0206876732, -0.0617040843, 0.0272953287, 0.0277684703, 0.00908756629, -0.00587347196, -0.00810049661, 0.0227270722, 0.0207203031, 0.0474119708, 0.0161683634, 0.000951380061, -0.00475180196, 0.0323693566, -0.000922318606, -0.0309173036, 0.00358526502, 0.0136558218, 0.00473956531, 0.0104743578, 0.0144307939, -0.0171146449, -0.0296773482, -0.00748459762, -0.0454867743, 0.0590610206, -0.0250275154, -0.0228575952, -0.00282660825, -0.05478644, -0.0248969942, -0.00566137442, -0.0231349524, -0.0396785662, 0.0117714163, 0.0113635361, 0.0377207398, 0.00509034237, -0.00542072486, 0.0233144201, 0.00341395545, 0.0135579305, -0.013549773, 0.0372312851, 0.00702777226, -0.0237549301, -0.0211118683, -0.0193824563, -0.0258432757, 0.00179671135, 0.0080801025, -0.00250438321, -0.0328098647, 0.0330872238, 0.00162234262, 0.05566746, -0.0287473816, 0.00259819557, 0.00653423741, 0.0186482724, 0.0524696819, 0.0265122, -0.00174776569, -0.00612635724, -0.0091446694, 0.0345229618, 0.000911101932, -0.0199045427, -0.00377696869, 0.019415088, 0.0425826721, 0.051327616, -0.0340987667, 0.0146184191, -0.0174572635, -0.0018976616, -0.0486519262, 0.017408317, -0.00743565196, 0.00226169452, 0.00116959587, -0.0487824455, -0.00714605721, 0.0186645873, 0.015589173, 0.018126186, -0.0211771298, 0.00580005348, 0.0493045337, 0.0568421558, 0.00432760688, 0.0465635806, -0.000783129595, -0.0255496018, -0.0283231866, -0.0041603758, -0.00699106278, 0.0192193054, 0.0170330685, 0.0309173036, 0.0170004386, 0.0109638143, -0.027099546, 0.000744890829, -0.0257780142, -0.0296610333, -0.00578781683, -0.0028837116, -0.02739322, -0.00500468723, 0.00930782128, 0.0226781275, -0.0127829583, -0.00908756629, -0.0459762327, -0.00409511523, -0.0354039818, -0.0215850081, 0.00803523604, -0.03143939, -0.0192356203, 0.0309173036, -0.0052249427, 0.00628950959, -0.0235754624, -0.00539625203, 0.000941183069, -0.0475098602, 0.0223844536, 0.0402659141, -0.00972385891, -0.015572858, -0.0191540439, 0.0160296839, -0.0117224706, -0.0587673485, -0.00814128481, -0.00458865, 0.0135987187, -0.00999306, -0.047999315, 0.0320104212, -0.00231471891, -0.0140963327, 0.00293265702, -0.0347513743, 0.012758486, 0.0236896705, -0.0162009932, 0.036382895, 0.0045723347, 0.00375657459, 0.0427131914, -0.00111453212, 0.0178977735, 0.00139392982, 0.03680709, 0.0120161446, 0.0062160911, 0.0274747964, 0.0285026543, -0.0125627033, -0.0138923926, -0.0310967695, 0.00398702687, -0.0198229682, -0.00671370467, 0.0183219686, -0.0589631312, -0.0232817903, -0.0532528125, -0.0233796816, 0.00619977573, 0.0189093165, -0.0166088734, -0.017522525, -0.0102541028, 0.0155647006, 0.0115348464, -0.0270669162, 0.0285679139, 0.029563142, -0.00779458648, -0.0221560411, 0.00484153535, 0.000367856759, 0.0158583745, 0.0136802951, -0.018697219, 0.040461693, -0.015148663, 0.0118285194, -0.00549006462, -0.0198882278, 0.0147326253, 0.00704408716, 0.0508707911, 0.0102051571, -0.0144552663, 0.0387649126, -0.00715421513, 0.00596728409, -0.0155157549, 0.0276542623, -0.0371007621, 0.0284210779, -0.00298364204, 0.00686462037, -0.0121548232, 0.0225476064, 0.00342823123, -0.0104417279, -0.00900599, 0.0567768924, -0.0339029841, 0.0082799634, -0.0271811225, 0.0119100958, -0.011583792, 0.029563142, 0.00384630822, 0.00654239487, 0.0353060924, -0.0503487065, 0.0117877312, 0.0483256206, 0.00415833667, -0.00946281571, 0.00224741874, 0.0133213606, 0.0469551459, -0.0570379384, -0.0263979919, -0.00784761086, 0.00347105879, 0.00628950959, -0.0128971655, -0.00256352569, 0.0272626989, -0.0144063216, -0.0117551014, 0.0121629816, 0.00885915291, 0.0071093482, 0.0158991627, -0.00909572374, -0.00648529176, 0.0142921144, -0.0047028563, -0.0584410429, 0.0206224117, -0.0224170834, 0.00326507934, 0.00761511922, 0.0141534358, -0.0132071543, -0.0138516044, -0.0464330576, -0.0164946672, 0.0206224117, -0.0230207462, 0.047248818, 0.00123179751, 0.00653423741, -0.0131174205, -0.00559611339, 0.0115756337, 0.0346534848, 0.0128971655, 0.0401680209, -0.014504212, -0.0299383905, 0.030721521, -0.0161031019, -0.00902230572, -0.0118693076, -0.0169188622, 0.0186319575, 0.0381123051, -0.00190989801, 0.00453562522, -0.00249622553, 0.00616306672, 0.00889994111, -0.00298364204, 0.0459762327, 0.0188114252, 0.00655871024, -0.00924256071, -0.001277684, -0.0191540439, 0.00252477708, -0.0177509375, -0.00880205, 0.0184361748, 0.00785576832, 0.0204103142, -0.0196761303, -0.0424521491, -0.00646081893, 0.00408491818, -0.00482522044, -0.033348266, -0.0332993232, -0.00518823322, -0.0146836797, 0.0194477178, -0.0311946608, 0.0416363887, -0.0139739681, 0.0193661414, -0.0291878916, 0.0103356792, -0.0348818973, 0.046367798, 0.0177019909, -0.00488640228, 0.020736618, 0.00704408716, 0.00858995225, -0.00295712985, 0.0242280718, 0.0421911068, -0.00806786586, -0.0228249636, 0.0157767981, -0.00898151752, -0.0234938879, 0.0138189737, -0.00681159599, -0.00271852012, 0.0291552618, -0.00995227136, -0.000866744958, -0.0446383841, -0.020296108, -0.00733776111, 0.0294163041, 0.0284537077, -0.0277358387, 0.0111351237, -0.023901768, -0.0187951103, 0.0164946672, -0.00342211314, -0.0155483847, -0.00848390348, -0.0249133091, -0.0348166339, 0.0281926654, -0.00358730438, -0.0139331799, -0.0193008818, -0.00244727987, -0.00432352768, 0.0413427167, 0.034359809, -0.00453970442, 0.000353835901, -0.0181588177, 0.00767630152, -0.0185177512, -0.00695027504, -0.00858995225, -0.0199045427, 0.0126361223, -0.0112248575, 0.0375902206, 0.00728065753, -0.0242607016, -0.0304278471, -0.0434636921, 0.0212587044, 0.0382754579, -0.0115022156, 0.0166578181, -0.0217155311, 0.0463025346, -0.00670962594, 0.0196924452, 0.0198392831, 0.0293999892, -0.00198229682, 0.00425826712, -0.036285, -0.00886731129, -0.021307651, 0.0296610333, 0.00927519053, -0.0138842352, -0.00220459141, -0.0174246337, -0.0270179696, -0.0862095132, 0.00395847531, 0.0114451125, 0.0230370611, 0.0103112059, -0.00407472113, 0.021894997, 0.0274584815, -0.0255496018, -0.00326100038, 0.0278174151, -0.000568992575, -0.000191321204, 0.030150488, 0.0418321714, -0.000193997912, -0.0152955, -0.0266100895, -0.0128482198, -0.0345882215, 0.00717053, -0.000618448, -0.0503487065, -0.0329893343, -0.0039217663, 0.0285679139, -0.0269363951, -0.00999306, 0.0345882215, 0.0168699156, -0.0176530462, -0.0234612562, 0.0330382772, 0.00173858844, -0.000337265752, -0.0131745236, 0.0182893388, -0.0268548187, -0.0308357272, -0.000615898753, -0.00615083, -0.0395480432, 0.00889178365, -0.0381775685, 0.0111759119, -0.0103519941, 0.039287, 0.0031631093, -0.023183899, -0.029709978, -0.0184198599, 0.0111432811, 0.0361871123, 0.047379341, -0.0215360634, 0.0641839951, -0.0151976086, 0.0102296304, -0.00741933705, 0.0381775685, 0.0214381721, 0.0379817858, -0.0272626989, -0.0209487155, 0.0288615879, 0.00342211314, -0.00367907737, -0.000199606264, -0.018697219, 0.00361381657, 0.0103112059, 0.00157951529, -0.0274258498, -0.0448015369, 0.025223298, 0.0139250224, 0.0360565893, -0.0239507128, 0.00886731129, -0.00504547544, -0.0295141954, 0.0079985261, 0.00783129595, -0.0154994391, 0.000354600663, 0.0136476643, 0.00469061965, -0.032189887, -0.0273279585, 0.0327772349, 0.00306929694, 0.00629358832, -0.0129868984, -0.0184524897, 0.0146265766, 0.0255822334, 0.00193539052, -0.0134845125, -0.0445404947, -0.00482114125, -0.0145939458, -0.00456009805, 0.0444099717, 0.0183219686, 0.00228616735, 0.0284700226, 0.0040788, -0.00142452086, 0.00939755514, 0.00247583142, 0.00925887562, -0.0265285149, -0.000790267484, 0.000268436, -0.0193661414, -0.00383203244, -0.0269853398, 0.0327609219, 0.0107761892, -0.0134681975, -0.00586939324, -0.0106048798, 0.0161112603, -0.00935676694, 0.0257617, 0.0413100868, -0.016086787, -0.006415952, -0.0152139235, 0.0267406125, -0.07257, -0.00364032877, -0.00868784357, 0.0130684748, 0.0217155311, -0.013109263, -0.0007530484, -0.000914670876, -0.0227107573, 0.0101072658, -0.00634253398, 0.00358118629, -0.00728065753, -0.0192682501, 0.0126198065, -0.00534322765, -0.00465798937, 0.0126198065, 0.0299547054, -0.0061549088, -0.0158665311, -0.00502916, -0.00175082486, 0.0540359393, -0.0277684703, -0.0196924452, 0.0183382835, 0.0178814586, 0.0298241843, -0.00193131168, -0.00272055948, 0.00202512415, 0.00366276223, -0.0233959965, 0.0315699093, -0.0354039818, 0.0159644224, -0.00219643372, -0.0161194168, 0.00810049661, 0.0319777913, -0.0165517703, -0.0275726877, -0.00575518655, -0.015222081, -0.000904983724, 0.0143329026, -0.00100287492, -0.0286005437, -0.0317656919, 0.0129461112, 0.000714299851, 0.0247991029, 0.0144471088, 0.0531222895, 0.012244557, 0.00956886448, -0.0115022156, -0.0304278471, -0.0063670068, -0.0027511504, 0.00856548, 0.00379736256, -0.00205877423, -0.0211934447, 0.0292857829, -0.000599073712, -0.0201166403, 0.043789994, -0.00550638, -0.0266916659, 0.0212260745, 0.0341640264, -0.00702369353, -0.00834522489, -0.00384630822, 0.0235102028, -0.0204103142, -0.0171635896, 0.0112982756, -0.0160949435, -0.0202634782, 0.0165354554, 0.00675449241, 0.0243749078, -0.0201492719, 0.0285352841, -0.023901768, 0.00408287859, -0.0099441139, -0.0269363951, -0.00400130264, -0.00222906424, 0.026381677, -0.000193105676, -0.00934045203, 0.0141779082, 0.0381775685, 0.0142676421, -0.0112982756, -0.00219847308, 0.0211934447, 0.00628950959, -0.00551861618, -0.0162254665, 0.0225802362, -0.0390259586, 0.00185279478, 0.0282252952, -0.00794142298, 0.0248643644, 0.00535546429, -0.0157686397, -0.025060147, -0.0211771298, 0.00579189602, -0.00362401363, 0.0117469439, -0.0140963327, 0.0340661369, -0.0148713039, 0.0228412785, -0.014063702, 0.0006714724, 0.00423787301, -0.0218460523, -0.00575110782, 0.0163478293, 0.0180772413, -0.0453888848, 0.00976464711, 0.0292042065, 0.0537096374, 0.0507076383, -0.0065668677, 0.0394501537, -0.0244075377, 0.015442336, -0.021307651, 0.0219602585, 0.0325325094, -0.0141942231, 0.00287963264, 0.00511889393, -0.00681159599, -0.00971570145, 0.0228412785, 0.0340008773, 0.0397764556, -0.0122282421, 0.00630990323, -0.00248398911, 0.0237549301, -0.0167883411, 0.0300362818, 0.0356323943, -0.00776603492, -0.00716237258, -0.0351755694, 0.0130684748, 0.00734591857, 0.00836969726, 0.0290736854, 0.0130032143, -0.020573467, -0.0224986598, 0.00597952073, 0.011673525, -0.0340008773, -0.0208508242, 0.00454378314, -0.0295141954, -0.00269608665, -0.0127666434, 0.0263001, -0.0270506013, 0.00356283179, 0.0510339439, -0.0196108706, 0.00526165171, -0.0281274039, 0.0281437188, 0.00460496498, -0.0398417152, 0.00040788, -0.00816167891, 0.0354692452, -0.0310478248, -0.00685238373, 0.00474772323, 0.0159073193, 0.0020353212, 0.015572858, -0.00146734831, -0.00876126252, 0.000641901104, -0.00372190494, -0.0144715821, 0.00758248894, -0.0148876198, 0.0229881164, -0.000312538032, -0.0134274093, -0.00606109668, 0.0156299602, 0.0358934402, -0.0222865622, -0.00732144574, -0.0284700226, 0.00153260899, -0.0127666434, 0.0114369551, -0.023901768, 0.0205082055, 0.0107680317, 0.00365256518, -0.00550638, -0.000658726203, -0.040461693, 0.0266427211, -0.0468898825, -0.00656278897, 0.000216176399, 0.00704408716, 0.0133458329, 0.021160813, -0.0110943355, -0.0201982167, -0.0383080877, 0.0254843421, 0.00166720944, 0.0127829583, 0.0171799045, -0.00230656122, -0.0462046452, -0.00555124646, 0.0204592608, -0.0355997644, -0.0170330685, 0.00992779899, 0.0331688, 0.0181425, -0.00165089429, -0.0162499379, 0.00681159599, 0.0143329026, 0.00458865, 0.0143655334, -0.00130521599, -0.0133213606, 0.0034445466, -0.0197413918, -0.00597952073, -0.00518823322, 0.0269037634, -0.00666475901, -0.0197413918, 0.0358608067, 0.00681975344, -0.0179956648, 0.0448994301, 0.0129216379, 0.0119590415, -0.0134110935, 0.00544927642, 0.0353387222, 0.0122119272, 0.0183219686, 0.0339682437, -0.016804656, -0.0227923337, 0.0011155518, 0.0278500449, -0.00150915596, -0.0309009869, -0.0100420052, -0.0152139235, 0.00982990768, 0.0291389469, -0.0256148633, -0.0130276866, -0.0117551014, -0.0303789, -0.0141697507, 0.00870415848, 0.0429742336, -0.0188766867, 0.00395031786, -0.0255496018, 0.00252681645, -0.0175062083, -0.020573467, -0.0414732359, 0.0167067647, -0.00526980963, -0.00326100038, 0.00490679638, 0.00464575319, 0.0111759119, 0.0227270722, 0.0107925041, 0.0220581498, 0.0217644759, -0.00417465158, -0.0195456091, -0.0304931086, 0.00623240601, -0.00207610917, 0.00499245105, 0.00318554277, 0.00283272658, -0.0196271855, 0.00729697291, 0.00981359277, 0.00826772768, -0.00247583142, -0.0218460523, -0.0182893388, -0.0112738032, -0.0482277311, 0.00302035129, -0.0142676421, -0.00670962594, 0.00573479244, -0.0182403922, 0.0209324, -0.0213239659, -0.0134600392, -0.0103927823, 0.0167883411, -0.0158339012, -0.00223314296, -0.0101072658, 0.0105885649, 0.00819023047, -0.0091201961, 0.0099441139, 0.0165354554, 0.00737447, -0.0459436029, 0.0268548187, -0.000282711815, -0.0153852329, -0.033054594, -0.00974017382, -0.030150488, -0.018697219, 0.00427866122, -0.00378512638, 0.00338132516, -0.00230044313, 0.0166904498, 0.00166618975, -0.0272790138, -0.0285026543, -0.00722355442, 0.0200676955, 0.00640371582, 0.0135334581, -0.00971570145, 0.00341599481, -0.0205245204, -0.00991964154, 0.00854916498, 0.0143900057, 0.00552677363, -0.0283395015, 0.00621201238, 0.00261247135, 0.0111432811, -0.0254843421, -0.0398090854, -0.00723987, -0.00357914693, -0.00274095358, -0.00460904371, -0.0137537131, -0.00347717688, 0.0119427256, 0.074332051, 0.0037035502, -0.0123098176, -0.0232817903, -0.00330790668, -0.0151812928, -0.0195782389, 0.0131418929, 0.0361218527, 0.0185666978, 0.0180609263, 0.024342278, -0.00887546875, 0.017685676, -0.0151160322, -0.0143900057, 0.0149202496, 0.00730920956, 0.0128482198, -0.0206224117, -0.00348125561, 0.0126687521, 0.0138597619, 0.0145939458, 0.0173756871, -0.00706040254, 0.0178977735, 0.00131745241, -0.037818633, -0.0168699156, -0.0040318938, 0.00336908875, 0.0125056, -2.76274968e-05, -0.000825957, 0.0708079636, -0.00933229364, 0.00580005348, -0.00796589628, -0.014283957, -0.015075244, -0.0186156426, -0.0236407239, -0.0203450546, -0.00433576433, 0.0158257429, 0.00907940883, 0.00209242431, 0.00532691274, 0.028992109, -0.000670452719, 0.00586939324, 0.0232817903, -0.00995227136, -0.00349553139, 0.00722355442, -0.00670962594, -0.00590202352, 0.00166211091, -0.0269363951, 0.00650568586, -0.0232981052, 0.011950884, -0.00332830078, 0.00246971333, 0.000356640056, -2.51419769e-05, -0.00757433148, 0.00401353929, 0.0366439372, 0.00312843942, 0.0182077624, 0.0130358441, -0.00189868128, -0.00978096202, 0.00250438321, 0.00400334224, 0.0187624786, 0.0127503285, -0.00825141184, 0.0044622072, 0.03143939, -0.0122282421, 0.00948728807, -0.00750907045, 0.0182730239, -0.00704000844, 0.00284088403, -0.00645266147, 0.00711342692, 0.0032487642, -0.0238854513, -0.0133050447, 0.00740302168, -0.00544519769, -0.0464330576, 0.00736631267, 0.00308561209, -0.00851653423, 0.00330178859, -0.0123995515, 0.00736631267, 0.00500468723, 0.0140881743, 0.00289594801, -0.0117551014, -0.0109719718, -0.00816575717, 0.00370558957, 0.0175551549, 0.0142594846, 0.00867152866, 0.00129603862, -0.0124484971, 0.00449483749, -0.0308520421, 0.0022107095, -0.0129542686, 0.0176367313, -0.0121874539, -0.0223028772, 0.0277521536, 0.0400048681, -0.0162009932, -0.00436023716, -0.0232002139, 0.0305094235, -0.0217644759, 0.00528204581, 0.00562874367, -0.0150834015, 0.0123261334, -0.00586939324, -0.0094057126, 0.00539217331, 0.0160459988, 0.00345066469, 0.0011614383, -0.0332993232, -0.00239629485, 0.00711342692, 0.018697219, 0.00173960812, -0.00991148409, 0.00551861618, 0.00110127591, 0.00926703308, 0.0503487065, 0.0187298488, -0.0163152, -0.00672594085, -0.00338336453, 0.00853284914, 0.00428274, 0.0121058784, -0.0145286852, 0.0316351727, 0.0136395069, 0.0193335116, 0.00873678923, 0.0201982167, 0.000406605366, 0.0413100868, -0.00820246618, -0.0183546, 0.0138923926, 0.0259248521, -0.0151405055, 0.000326813839, -0.0271648075, 0.0128645347, 0.0125300735, 0.0126361223, 0.00464575319, -0.0024921468, -0.00401965715, 0.0269363951, -0.00417669117, 0.00703592971, -0.0062854304, 0.0170493834, 0.00694619631, -0.0228086486, 0.0170004386, -0.0245706905, -0.00629766705, 0.00668107439, 0.0114287976, -0.00781498, -0.0158746894, -0.0116490526, -0.0166333467, 0.00100542419, 0.0269690249, 0.0120650902, -0.00577150192, 0.0247012116, -0.0151976086, -0.00596728409, -0.00488232356, 0.000123383696, 0.0337072, 0.0242117569, 0.000720927899, 0.0163804609, -0.00436023716, -0.0172125362, -0.0118856225, 0.00424195174, -0.0252559297, -0.00245339819, 0.00858995225, 0.0221070945, 0.0015581015, -0.0171472747, 0.012391394, 0.0388954356, 0.0109148687, 0.0182077624, 0.0365460478, -1.68250499e-05, -0.00957702193, -0.000944242172, -0.0180609263, -0.0237223, -0.00387282041, 0.00462535908, -0.0132071543, 0.00960965268, 0.035240829, 0.0162907261, 0.0341966599, 0.0120406169, 0.00392584503, -0.012391394, -0.00488232356, -0.00453562522, 0.00235550688, -0.0116408952, -0.021291336, 0.0228412785, 0.0225149747, 0.00457641343, -0.0175877847, -0.00395235699, -0.000282456895, -0.00737039139, -0.00933229364, -0.0201003253, 0.0234612562, 0.0173430573, 0.0266590361, -0.0024064919, -0.0257780142, -0.00882652309, 0.0169025473, 0.00101256208, 0.0037239443, -0.0146673648, -0.0270342864, 0.0184851214, 0.0378512628, 0.0131908385, -0.0182403922, 0.0118448352, 0.00977280457, -0.00693803839, -0.0248317327, -0.0202308465, -0.00817799382, -0.0263979919, -0.0198229682, 0.0175714698, 0.0145205278, -0.0221070945, 0.0122608719, -0.00304686348, 0.00343231019, -0.00447852211, -0.00134192512, -0.016600715, 0.0299057607, 0.000836154, -0.0118448352, -0.026381677, 0.00356691051, -0.00291838124, -7.52028718e-05, 0.0144389514, 0.00582044758, 0.0323856696, -0.00920177251, 0.00882652309, -0.0108088199, 0.001930292, 0.0185503811, -0.00562874367, 0.0102133146, -0.0227760188, -0.00530244, 0.000484867342, -0.00133682671, 0.00704816636, 0.0177672524, -0.00825956929, -0.00277766259, -0.0118529927, -0.00841864292, 0.0203450546, -0.0185177512, 0.000867764698, -0.0316188559, -0.00834522489, 0.0053717792, -0.00438063126, -0.00346494047, -0.00703185098, -0.0127911167, 0.00384222949, -0.00689725066, -0.0194314029, -0.0221560411, -0.0197577067, -0.00759472512, 0.000101651342, 0.00308561209, -0.0237549301, -0.00246155565, 0.00880205, -0.00106762582, 0.0148386741, -0.0189419463, -0.0291389469, 0.0214871168, 0.00517191831, 0.00802299939, 0.00363421068, -0.029269468, 0.0107761892, -0.0107272435, -0.0234775729, 0.0349145271, -0.0205897819, 0.00982175, 0.0120079871, -0.0136068761, 0.00982175, 0.0277521536, -0.0166251883, -0.00269404729, -0.0285026543, -0.0302483793, 0.0229554866, -0.00669331057, -0.0102459453, 0.0170820132, 0.019137729, -0.00460088626, 0.0216665845, 0.0132153118, -0.0213239659, 0.00730920956, -0.0156381186, 0.0038340718, -0.025060147, -0.0278500449, 0.0332666934, -0.00573887164, 0.0283231866, 0.00731328828, -0.0104172546, 0.00684014754, 0.0082799634, 0.00246563461, 0.00207406981, 0.00369947148, 0.0067585716, -0.000907533, -0.0046620681, -0.0177835673, -0.0357302874, -0.0161846783, 0.0142186964, -0.00761104049, -0.0259248521, -0.00333034014, -0.00801892, 0.0197087601, -0.00739486422, 0.00989516824, -0.00188134646, 0.00297548459, -0.00923440326, 0.0299220756, -0.00757025275, -0.0436268449, -0.0128808497, -0.00352000422, -0.00600807229, 0.00659949798, 0.0385365, 0.0414406061, 0.010719086, 0.010074636, 0.0241301805, -0.0182240773, -0.00191397686, -0.0030121936, -0.00279397797, -0.036252372, 2.13340354e-05, 0.0101562114, -0.0412121937, -0.00420932146, 0.00243504345, 0.0202797931, -0.0174246337, 0.0427458212, 0.0173430573, 0.0229554866, -0.00769669516, 0.0274095349, -0.00489048101, -0.0133132031, -0.00785984751, -0.0453236252, 0.00487416564, -0.0104580428, 0.00217196089, 0.00559203466, -0.0165354554, -0.0246522669, -0.0266100895, 0.0015071166, -0.0233633649, 0.00140514656, -0.0118285194, 0.0347840041, -0.008842838, -0.00500060851, -0.00542072486, -0.0110372324, 0.00445812847, 0.00114512304, -0.00560835, 0.0130766323, 0.00584084122, 0.0159317926, 0.0165517703, -0.000416802359, -0.00881020725, -0.00593057508, -0.0154912816, 0.0185177512, -0.0222049858, 0.00487008691, 0.00558387721, -0.0267406125, -0.03320143, 0.0293999892, -0.0143981632, -0.0238365065, -0.0177346226, -0.000570012257, 0.0123669216, 0.0195782389, 0.0151160322, -0.0114124818, 0.00311620301, 3.59444239e-05, -0.00525349425, -0.0254843421, 0.0112819606, -0.0223191921, 0.00031177327, -0.00559611339, -0.0181914475, 0.00652200077, -0.0165517703, 0.00458457088, -0.00622017, 0.011526688, -0.0043316856, 0.00555532519, -0.0133539904, 0.0542969853, 0.0065464736, 0.0124240248, -0.0193498265, 0.0131826811, 0.00958517939, 0.00951991882, -0.00859811, -0.0189419463, -0.00934860948, 0.00537993712, -0.00395031786, 0.00217807922, -0.00741117913, -0.0118529927, -0.00130623567, -0.00613043597, -0.0135416156, -0.00872047432, -0.0114206392, 0.00927519053, -0.0153199723, -0.010368309, -0.00713789975, 0.00359138334, -0.00785576832, -0.0114451125, 0.000625585904, 0.0125708608, 0.0363176353, 0.00294489344, 0.00679528061, -0.0332340598, -0.0246196352, 0.00427866122, 0.00553085282, 0.0091446694, 0.00234327046, -0.0175551549, 0.0154586518, 0.0279642511, -0.00564098032, 0.0146510489, -0.0203776844, 0.00462943781, -0.00613859389, 0.004421419, 0.00217400026, -0.000536362175, -0.00901414733, 0.01709833, -0.00468654092, -0.0184851214, -0.0088836262, 0.00550638, 0.00498021441, 0.0308357272, -0.00717053, 0.0243585929, 0.00162744115, 0.0133376755, 0.00882652309, -0.000887648843, 0.00354039832, -0.0217971057, -0.000199223883, -0.0101072658, -0.0144634247, 0.00889994111, 0.0105314609, 0.0164212491, -0.000156906332, 0.00190072076, -0.00687685655, 0.0340008773, 0.00290410547, 0.000105029096, -0.00750907045, -0.0189582612, 0.00478851097, 0.00768038025, -0.00375861418, 0.0107435584, -0.00287555391, -0.0124974428, -0.00380144152, -0.0159970522, 0.0174898934, 0.00958517939, 0.0149855111, 0.0210629217, 0.000540950859, -0.00797405373, -0.0386017635, 1.60124764e-05, -0.0147326253, -0.020002434, -0.0175551549, 0.0024064919, 0.0161765199, 0.0107517168, -0.00107782288, 0.0158420578, -0.002555368, 0.00506994827, -0.00256352569, 0.00761511922, 0.0202471633, 0.0215360634, -0.00648121303, 0.0100256903, -0.0101725273, 0.0182893388, -0.0167720243, -0.0233959965, -0.0202634782, -0.0210302919, 0.00210873946, -0.0160296839, -0.0127258552, -0.019561924, -0.0247338433, 0.00528204581, -0.0329730175, -0.00540441, 0.00614675134, -0.0304604769, 0.00369743211, 0.0177019909, -0.00991964154, -0.01413712, 0.00478851097, 0.0016692488, -0.0342619196, -0.00719908159, 0.00875310414, 0.0109801292, -0.00123587635, -0.00568992598, 0.0109148687, 0.0136639792, -0.00655871024, -0.0107517168, -0.0235591475, -0.021013977, 0.0112574873, 0.000817799359, -0.0100175329, 0.00790063571, -0.0133050447, 0.00489863846, -0.0323693566, -0.00218419731, 0.000927417132, -0.026675351, 0.0101398965, 0.00511073601, 0.00287351455, -0.00768038025, 0.00326711871, -0.00951176137, 0.0136721367, 0.0163152, 0.00987069588, 7.79433176e-05, 0.0091038812, 0.00868784357, -0.00568584679, 0.0131663661, 0.0192682501, -0.0273279585, -0.00584084122, -0.0205897819, -0.0245380607, 0.010294891, 0.00268385024, 0.00674225623, 0.000835644139, 0.0110046016, 0.00267977151, -0.0259248521, 0.0122690303, 0.00434800051, -0.0184361748, 0.00612635724, 0.0231675841, 0.00870415848, -0.0171472747, -0.00187012972, -0.0280131977, 0.0154586518, 0.0479340553, 0.00768853771, -0.0282252952, 0.00965044089, 0.000381367776, -0.00967491325, -0.00276542641, -0.00583268376, -0.00239833421, 0.00051647803, -0.00388301746, -0.0166251883, -0.000689827, 0.021160813, -0.0244564842, -0.0158991627, -0.0146592064, 0.000396408373, -0.00451931031, -0.0301831197, -0.0011481822, 0.00726842135, 0.012317976, -0.00711750565, 0.0337398313, -0.0093812393, -0.0111269662, 0.0259574819, -0.00664436491, 0.00164477609, -0.00509034237, -0.0076681436, -0.0340987667, -0.00679528061, 0.0026410229, 0.00686054118, -0.00845943112, 0.0164783522, 0.0107027711, -0.00130317651, 0.00925887562, 0.0116245793, 0.00529836118, 0.0183056537, -0.0156381186, 0.0084268, -0.000790267484, 0.00348533457, 0.00430313405, 0.00695027504, 0.00387485977, -0.0224334, 0.0200676955, -0.0108822379, -0.0176367313, 0.0274258498, -0.0011288079, 0.0155157549, -1.2937443e-05, 0.0190724675, 0.00196292251, 0.00557979802, 0.0155973304, -0.00310804555, -0.00338540389, 0.00360769848, -0.0234775729, -0.00972385891, 0.00882652309, -0.0172614809, 0.0115185305, 0.0109719718, -0.0115103731, 0.00398090854, -0.0161520466, -0.0209160857, 0.0152873415, -0.0293347295, 0.0283884462, 0.00683606835, -0.0206224117, 0.000780070492, 0.0190724675, -0.00109005929, 0.00407676026, -0.00430313405, 0.0251743533, 0.00290002674, 0.00709303282, -0.0191866737, 0.0121629816, 0.0105233034, -0.00832483079, 0.0260390583, -0.0046620681, -0.0167230796, 0.0416690186, -0.0136884525, -0.00840232801, 0.0226291809, 0.0200676955, -0.0240159743, -0.00309376977, 0.000166720944, 0.00107884256, -0.0146184191, -0.00428274, 0.0205082055, 0.0100583201, -0.014487897, 0.025223298, 0.00721947569, 0.0119835138, 0.0149610378, -0.0247501582, 0.0217644759, 0.00627319422, 0.00153770752, 0.0317983255, -0.0189582612, 0.00189970108, 0.013916865, 0.0106375096, 0.0110372324, -0.00825549103, -0.00704000844, 0.00685238373, 0.0160052106, -0.000216303859, -0.000325794128, 0.00136843731, -0.00516783958, -0.0050944211, 0.000744381, -0.0141942231, 0.0129461112, 0.00482114125, 0.00302443, 0.0240159743, -0.00770893181, 0.00272055948, -0.0210792385, 0.0242280718, -0.0394501537, 0.0225312896, 0.0111351237, 0.00896520168, -0.0145531576, 0.00843495782, 0.0106946137, 0.00113798515, 0.00247787102, -0.0147652552, -0.0386670232, -0.0137781864, -0.00785169, -0.0177346226, -0.0101888422, -0.00198127702, -0.00147244672, -0.015075244, 0.00739486422, -0.00370762916, -0.00379736256, -0.00159481075, 0.014063702, -0.00156625919, 0.000187624799, -0.0102296304, 0.0024248464, 0.00374025945, -0.00378104742, 0.00721947569, 0.00814944226, 0.0163723025, 0.00275930809, -0.0164946672, 0.0101806847, 0.0176693611, -0.00731328828, -0.00184055849, 0.00182730239, -0.0125137577, -0.0115430038, -0.00186401152, 0.00133784639, -0.00231675827, -0.0323530398, -0.00935676694, -0.0115348464, -0.0133703062, -0.0246196352, -0.00193844968, 0.00128380221, -0.000418077, 0.0130684748, 0.012464812, -0.00331198541, 0.0300362818, -0.000475690031, -0.00704408716, -0.00246563461, -0.0221070945, -0.00302035129, 0.0169514921, 0.00804339349, -0.0237386152, 0.00551453745, -0.0052412576, -0.00334665528, -0.00989516824, 0.0142513271, 0.0209813472, -0.00860626809, -0.0127258552, 0.0432026498, -0.00049175031, -0.00328547321, 0.0104417279, 0.0123098176, -0.0128155891, -0.0021454487, -0.00701145688, 0.0183546, -0.0114777433, -0.0060651754, 0.00291022379, 0.0167720243, 0.00452746777, 0.0109719718, -0.0207039881, 0.00821062457, 0.0113716936, 0.0217481609, -0.0123098176, 0.00817391463, 0.0252559297, -0.00614675134, -0.0064771343, 0.0137781864, 0.0107517168, 0.03143939, 0.00557571929, -0.00825549103, -0.00167230796, 0.0041624154, -0.0384386107, -0.00789247733, -0.0124811279, 0.00253089541, -0.000722457422, 0.0142594846, 0.011804047, 0.003768811, -0.0145776309, -0.00267569278, 0.00359138334, -0.033478789, -0.00890809856, 0.0100909509, 0.0191703588, -0.0240975488, -0.00444997055, 0.0123342909, -0.021894997, 0.00184463721, -0.00648121303, -0.00867968611, 0.00663620746, 0.000845331291, -0.00462535908, 0.000391564798, 0.0128237465, -0.00415833667, 0.000946281594, -0.0248154178, 0.00487416564, 0.00333237951, 0.00584084122, -0.0261858944, 0.0250927769, -0.000839722925, 0.0005251455, 0.00198841491, 0.00339152198, 0.0103356792, 0.0255822334, 0.0232328437, 0.0052453368, 0.000522596238, 0.00881020725, 0.0201982167, -0.0180609263, 0.0103519941, 0.0159073193, 0.0140555445, -0.011233015, -0.0154912816, -0.0114940582, 0.00972385891, -0.0112901181, 0.00348533457, 0.00833298825, -0.00949544646, 0.00609372696, -0.0112248575, -0.0251090918, -0.00163253967, 0.00234938879, -0.0142676421, 0.0050985, -0.0107272435, 0.008842838, -0.00582860503, -0.0207203031, 0.0114124818, -0.00130521599, 0.00583676249, -0.0366113074, 0.00203328184, 0.0117306281, -0.0149691952, 0.0143165877, -0.0153199723, 0.00175592338, 0.0152791841, 0.00271648075, 0.0162173081, -0.00100236502, -0.00234734942, -0.00232491596, 0.0083411457, 0.00666475901, -0.00247583142, 0.000894276891, -0.00614267262, -0.0209160857, 0.00670554675, 0.0133866211, -0.0143410601, 0.00280009606, 0.00335685234, 0.00384019013, 0.00243504345, -0.00788432, -0.00713382103, -0.00806786586, 0.00726434262, 0.00230656122, 0.0107680317, -0.00761511922, -0.0115593188, 0.0275237411, 0.00260839262, -0.00731328828, 0.00333645823, 0.0413753465, -0.00564913778, -0.0010309167, -0.00467430474, 0.00840232801, 0.0136395069, -0.0060243872, 0.0131011056, -0.00895704422, -0.00147550588, -0.0144389514, -0.0119916713, -0.00873678923, 0.0091854576, -0.00768038025, -0.0197577067, 0.0232981052, -0.00653423741, 0.00647305558, 0.00332830078, -0.008842838, -0.00479258969, 0.00477627479, 0.0253048744, 0.0106048798, -0.000261553039, 0.0188277401, -0.0266264062, 0.00480482634, -0.00691356556, -0.0132479416, 0.0006393519, 0.0250927769, -0.0150507716, -0.0393196307, 0.00529428245, -0.0294978805, -0.00348329498, 0.00153056963, 0.0212097596, -0.0228575952, -0.00496797822, 0.00885915291, 0.025794331, 0.00630990323, -0.00751314918, 0.010645668, 0.021894997, 0.016013369, -0.0100175329, 0.0326140821, -0.0156625919, -0.00502508134, -0.00642818864, 0.0260553733, 0.00857363734, 0.019561924, 0.00175796275, -0.00186299183, 0.00144491484, 0.00626095757, -0.00583676249, -0.00158155465, -0.0259574819, 0.00689317193, 0.0122200847, 2.46560262e-06, -0.00758656766, -0.00436839461, 0.0144063216, -0.00334053719, 0.0109556569, 0.0207039881, -0.0174246337, 0.00470693503, 0.0154097062, -0.027246384, 0.0113961669, 0.0178814586, -0.00258799852, -0.00347105879, -0.00904677808, -0.00690948684, -0.00480482634, -0.0110372324, 0.00523717888, -0.0131337354, 0.00180180988, -0.0114451125, -0.0272137523, 0.00146224978, 0.0172288511, 0.00542072486, 0.0201819018, -0.0106293522, 0.00364032877, 0.0223681387, -0.0143981632, 0.0105967224, -0.0143981632, -0.00758656766, -0.00438471, -0.0111269662, -0.0123342909, 0.00491087511, -0.00318962149, -0.0173267424, -0.0140392287, 0.00957702193, 0.00748459762, 0.00727657881, -0.0343924388, 0.00321613369, -0.00714197848, -0.0165517703, -0.00867152866, 0.00375657459, -0.0169514921, 0.00757025275, -0.0138597619, -0.0177183058, 0.0016886231, -0.0127176978, 0.000772932603, -0.0271811225, -3.98001648e-05, -0.00212913356, -0.0147326253, 0.00495166285, -0.00982175, -0.0139739681, -0.00387893873, -0.0221397262, 0.00802707858, 0.00384222949, -0.0024901072, -0.015793113, -2.17482884e-05, -0.037818633, 0.00632214, -0.00461720163, 0.0216665845, 0.0270342864, -0.0033772462, -0.0246033203, -0.000580209307, -0.023053376, -0.00127462496, 0.00667291647, 0.0119590415, 0.00183444028, 0.0325977691, 0.0133213606, 0.00370762916, -0.00391564798, 0.00706448127, -0.00340987672, -0.0143329026, -0.00597136281, -0.0106946137, -0.00533099147, 0.0149202496, 0.0105559342, -0.000552677375, -0.0202634782, -0.0116327368, -0.00772116799, 0.00211281842, 0.000336755911, -0.0197413918, 0.00818615127, -0.013402936, 0.0115674762, 0.00650568586, -0.00159481075, 0.0114451125, -0.00522086397, -0.00601622975, -0.00872863177, -0.0121548232, 0.00569808343, 0.0140881743, 0.00986253843, 0.0036851957, 0.000500927621, -0.0282579251, 0.00584492041, 0.0358281769, 0.00189970108, 0.0135579305, -0.0106864553, 0.00871231686, -0.012317976, -0.0137781864, -0.0255332869, -0.00587347196, 0.0367418304, 0.0263327323, -0.00801892, 0.0052412576, -0.00574295036, -0.0313251838, 0.0104498854, 0.0103030484, -0.012978741, 0.0260227434, -0.0127176978, -0.0114043243, 0.00816575717, 0.00858995225, 0.0110698631, 0.017963035, -0.015352603, 0.00841864292, 0.00592241762, -0.0184688065, 0.0375902206, 0.00488640228, 0.0143165877, 0.00654239487, 9.75088115e-05, -0.0124403397, 0.00399518432, 0.0110046016, -0.000313302822, -0.000635782955, 0.0141697507, 0.0130847897, -0.00610596361, 0.0182403922, 0.0149610378, -0.00277358387, -0.00272055948, -0.0103927823, 0.0187135339, -0.00889994111, 0.0134437243, 0.00872047432, -0.00021260744, -0.00209038495, 0.00120528531, 0.00534730684, -0.00615083, -0.0155810155, -0.000837173662, 0.00219847308, 0.0103275217, -0.00122465962, -0.00240037381, 0.0203450546, -0.030150488, -0.0191540439, 0.0230860077, -0.00761919795, -0.0249622557, -0.00639147917, -0.0118774651, 0.00376269291, -0.0182893388, 0.0117224706, 0.0103356792, -0.0213239659, 0.0170820132, 0.00410531228, 0.00210262137, -0.0106864553, -0.00775379874, 0.00693803839, 0.00668923184, -0.012464812, -0.0150181409, 0.00170799741, -0.00434800051, 0.00721947569, -0.0151160322, 0.0216339547, -0.00268181087, -0.00805155095, 0.0190072078, 0.0156218037, 0.00720316079, -0.00177427789, -0.0189419463, -0.00377492933, -0.000513928768, 0.00736631267, 0.0160459988, -0.0132724149, -0.00518007576, 0.0103438366, 0.0246033203, 0.00584492041, 0.00152343174, 0.00588978687, 0.0159154776, -0.0017355294, -0.0147978859, -0.00868784357, -0.00915282685, -0.0148876198, 0.0257780142, 0.00197821786, 0.00211281842, -0.010865923, 0.00356283179, 0.00258595916, -0.0117469439, -0.0215034336, -0.00368111697, -0.017408317, 0.0296936631, 0.0106375096, -0.0169514921, -0.0159970522, 0.00201696646, 0.00272463821, 0.0179140884, -0.00409103604, -0.0206876732, -0.0143247452, -0.00554716773, 0.00544111896, 0.0229391698, -0.0068279109, 0.0147407828, 0.00745604606, -0.00135824038, -0.0148305167, 0.00422563683, 0.000893767, 0.0129868984, 0.0123098176, 0.00582452631, 0.00392788416, -0.0138189737, 0.00678304397, -0.00410123309, 0.0211281832, -0.0133213606, 0.000495574204, -0.00398702687, -0.00501284515, -0.0156544335, 0.014781571, 0.00490271766, 0.00768853771, 0.0102867335, 0.00135926006, 0.00553901028, -0.00200778921, -0.00297548459, -0.0288126431, 0.00999306, 0.0235102028, 0.00574702909, 0.0190072078, 0.0195292942, 0.0105885649, 0.00194456789, -0.0614104122, -0.00225149747, 0.0024248464, 0.000730105152, -0.000490730628, -0.00185381458, 0.00440510362, 0.0220907796, 0.0042134, 0.0043316856, 0.0218786821, -0.0187461637, -0.0193661414, 0.00863889791, -0.025794331, -0.0105069885, 0.0171146449, 0.00608964823, -0.0226291809, -0.0138271311, 0.000493024942, -0.00105844857, 0.00810049661, 0.00148876198, 0.00704000844, 0.0321572572, 0.0136476643, -0.0049435054, -0.020736618, -0.00934860948, 0.00863074, -0.00395847531, -0.0324019864, -0.00453970442, -0.000705632381, -0.0113716936, 0.0173104275, -0.00464167446, 0.00159277138, 0.00287759327, 0.00339764031, 0.0104009397, -0.00982990768, -0.0123016601, -0.00230452185, -0.00988701079, -0.0135416156, 0.00274095358, -0.0140229138, 0.00396663276, 0.00280213542, 0.0168536, 0.00389117515, -0.00503731798, -0.0168862306, 0.00803115685, -0.00420524273, -0.0148305167, 0.00535546429, 0.00171003689, -0.0149447229, -0.0266427211, -0.00325080357, 0.0120650902, -0.0102785761, 0.0197903365, 0.0145776309, 0.0115919495, -0.000429038773, 0.00770893181, -0.0194803476, -0.000711240747, 0.00384630822, -0.0189093165, 0.0100175329, 0.0133376755, -0.000640371582, 0.0146836797, 0.00885915291, 0.0046620681, 0.0111024929, 0.0322388336, 0.0280295126, 0.00319981854, 0.00258188043, 0.00448260084, -0.0121548232, -0.0262837857, -0.00440510362, -0.00478035351, 0.00525757298, 0.0182077624, -0.00284700235, -0.0112003842, -0.00665252237, 0.0119753564, -0.000333696808, -0.00493942667, -0.00210262137, 0.0205082055, -0.0119590415, 0.0052249427, 0.0120814051, 0.00741933705, 0.0149120921, 0.00315495161, -0.016967807, -0.0224170834, 0.0195782389, 0.00292449957, -0.0111922268, 0.00730920956, 0.0314720199, 0.00559203466, 0.0172777958, 0.0154994391, 0.0109474985, 0.00318962149, -0.00426642457, -0.00975649, -0.0132968873, 0.019137729, -0.00354447705, -0.0137047675, 0.00874494668, 0.00937308185, 0.00238201907, -0.0142757995, -0.00227189157, 0.00920177251, -0.00126136886, 0.0263979919, 0.00219643372, 0.0101154232, 0.00534322765, -0.00960965268, -0.0117143132, 0.00348533457, 0.0116408952, -0.0043112915, -0.00293265702, 0.0130276866, 0.00248194975, 0.00587755069, -0.0215850081, -0.0212423895, -0.00678712316, 0.0038993326, 0.013623192, -0.017245166, -0.0255496018, -0.0111024929, 0.00578781683, 0.0130032143, -0.0063262186, -0.00887546875, -0.00361381657, 0.00214137, 0.0129216379, 0.00476811687, 0.00783945341, 0.0246196352, -0.0101888422, -0.00769669516, 0.00271852012, 0.00664436491, -0.000306419854, -0.00957702193, 0.00115430041, -0.00289798738, -0.000139953816, 0.0240812339, -0.00713789975, -0.0104172546, -0.00202920288, -0.0293999892, 0.0193498265, -0.0128645347, 0.0239670277, -0.0159236342, 0.015001826, -0.00321613369, -0.00679935934, 0.0270506013, -0.0115593188, 0.00410735141, -0.00854100659, 0.0124974428, -0.0030774544, 0.0035077678, -0.00359546207, 0.0114940582, -0.0076518287, -0.0157849547, -0.0398743488, 0.0133458329, 0.00417669117, 0.00614267262, -0.00690540811, -0.0050944211, 0.0131745236, 0.00429905485, 0.0158012714, -0.0221560411, 0.00392992375, -0.0124240248, -0.00536770048, 0.00378512638, -0.0219765734, 0.000275828846, -0.0106701404, -0.0107680317, 0.0032487642, 0.0201003253, 0.004853772, -0.00953623373, -0.0126687521, -0.0118448352, -0.0148631465, -0.00791287143, 0.0177998822, 0.029432619, 0.0162580963, 0.0193498265, -0.00054044096, -0.0170820132, -0.0124484971, -0.0031447548, -0.00754985865, 0.00775379874, -0.0101643689, -0.0129379528, -0.00471509248, -0.00269200793, -0.0100991083, 0.00903046317, 0.0185993277, 0.000451727072, -0.0227597039, 0.016453879, 0.0139331799, 0.0329077579, 0.0168209709, -0.00172023382, 0.00925887562, 0.011233015, -0.00571031962, -0.0121058784, -0.00622832729, 0.012611649, 0.0201492719, -0.00181098713, -0.00875310414, 0.0177019909, 0.000177555252, 0.0120569328, 0.00233919173, 0.00389117515, -0.0233633649, -0.0158502162, 0.00414406089, -0.0104254121, 0.0161194168, -0.0118856225, -0.0122282421, -0.00626911549, -0.00418484863, 0.0169188622, -0.00922624487, -0.00275930809, 0.0114206392, 0.00466614682, 0.00252273772, -0.00663212873, 0.00496797822, -0.0127748009, -0.0205897819, 0.035371352, -0.0103519941, 0.009707544, -0.0117224706, -0.0035730286, -0.00425418839, 0.0068686991, 0.0112982756, -0.00711750565, 0.000763755292, -0.00857363734, 0.0110617056, 0.0124403397, -0.00328955217, -0.01145327, 0.0169188622, -0.00262674713, 0.00678304397, 0.0137618706, 0.00299791782, -0.00237386161, 0.0334461592, 0.00475588068, 0.0409837812, 0.00246767397, 0.00845943112, -0.0207855646, 0.00310396659, -0.0226944424, -0.00454378314, -0.0344577022, -0.00180588861, -0.00376269291, -0.0156218037, 0.0181914475, -0.0108496072, -0.00197311933, 0.00760288304, 0.00215564575, -0.013476355, -0.0237386152, -0.0060651754, -0.0108740805, -0.0002127349, -0.0156870652, 0.00692172348, -8.36791296e-05, -0.00720723951, -0.00203838013, 0.0021658428, -0.0120814051, -0.0199534893, -0.00996042881, -0.00658318307, -0.00117673376, -0.000476964662, -0.0178325139, 0.00112982758, -0.00211893651, 0.00521678524, 0.00843495782, 0.00164171692, -0.0104662, -0.0149365654, -0.00188032677, -0.000405840576, 0.011804047, -0.00745196734, -0.00590610225, 0.00403801166, -0.010719086, 0.0425174087, -0.000452236942, 0.00199351343, -0.0218786821, 0.0301831197, 0.0222539324, -0.0152873415, 0.00736223394, -0.0240975488, -0.0139005501, 0.00175694306, -0.0024248464, -0.014545, 0.00872863177, -0.0154749667, -0.0122527145, 0.00678304397, 0.000577150204, 0.0088836262, 0.00180588861, -0.0316514857, -0.00128584169, -0.00719092414, 0.00698698405, -0.0182730239, 0.0615409315, 0.00284292339, -0.0133132031, 0.00169270195, 0.00952807628, 0.00180690829, 0.00152037269, 0.0435942113, -0.0221397262, 0.0147652552, -0.000842782, 0.00128890073, 0.000469826773, 0.0162417814, 0.00112472905, -0.0180446114, 0.00549414335, -0.00560019212, -0.0299873371, -0.00840232801, 0.0228086486, -0.0240322892, 0.00247379206, -0.0251906682, -0.00371374725, -0.0175877847, -0.025663808, 0.00615898799, -0.0212750193, -0.00800260529, -0.00144695421, 0.0231349524, 0.00860626809, -0.00898151752, -0.0257780142, 0.00152955, -0.0177672524, -0.0155075975, 0.0230370611, -0.00928334892, 0.0121956114, -0.00257780147, 0.00436023716, 0.00711750565, 0.00497205695, 0.00943018496, -0.0109311836, -0.0046824622, -0.00965859834, -0.0207692496, -0.00876126252, 0.00290614483, -0.00367907737, -0.00528204581, 0.0151649779, 0.0150262984, 0.0111759119, 0.00415221835, -0.000728575629, 0.00831259415, 0.000401251949, 0.0201003253, -0.00239425548, -0.0030121936, -0.00497205695, -0.0200350657, -0.00873678923, 0.00679120189, -0.0119100958, 0.0107761892, 0.0141452784, -0.0119916713, 0.00228412799, -0.00992779899, 0.00597136281, 0.0335766822, -0.023771245, 0.00722355442, -0.010197, -0.00338132516, -0.00338132516, 0.0143655334, 0.00775787747, -0.0044622072, -0.000889688206, 0.00608149078, -0.0348492675, -0.0222376175, -0.00102326891, -0.00621201238, 0.00317126699, 0.0158665311, -0.00750907045, 0.0111759119, -0.00445812847, -0.0106375096, -0.0101562114, -0.0123832365, 0.0122527145, -0.0124240248, 0.0309336185, -0.00854916498, -0.0110943355, -0.0138189737, -0.0279805679, 0.0224986598, -0.0183382835, 0.00334461592, -0.000514693558, 0.0184198599, 0.00326915807, 0.00520454859, 0.0096830707, -0.004421419, 0.00448668, 0.000387231063, 0.0091773, 0.0153362872, 0.00172737171, 0.0171309598, 0.00717053, 0.00532691274, -0.00387689937, 0.0120487744, 0.00102326891, -0.00393604208, 0.0128890071, -0.00661173463, 0.0168862306, -0.0255169719, 0.00118285196, -0.00226373388, 0.017522525, -0.00766406488, 0.00959333684, -0.000336501, 0.00327527639, 0.00475995941, 0.0150099834, 0.0293184128, -0.000260150962, -0.0210792385, -0.00635069143, -0.00678712316, 0.0183219686, 0.00560427085, -0.000927927, -0.0403311737, 0.0368723497, 0.00493942667, -0.0192193054, 0.00237997971, -0.00378716574, -0.0279642511, 0.0244891141, 0.00783945341, -0.00573071372, -0.00979727693, -0.00851653423, -0.00187420857, 0.0179956648, 0.00988701079, 0.0141044902, 2.89180534e-05, 0.00522902142, -0.0260390583, 0.00828404259, -0.00480482634, 0.0156299602, 0.00331198541, 0.00777827157, 0.0167883411, 0.0060447813, -0.00122160057, 0.000451982021, -0.0050985, 0.00118693081, 0.00286739622, 0.0313578136, -0.0280784573, -0.0103438366, -0.0115756337, 0.00267569278, 0.0464656875, 0.00958517939, -0.0121629816, 0.00336297043, -0.0112656448, 0.00411346974, -0.00440918282, 0.00501284515, 0.00375657459, 0.00670146802, -0.0107517168, 0.00341395545, -0.0166904498, 0.0313904434, -0.00478035351, 0.0199534893, -0.00132153113, 0.0118366769, -0.0100256903, 0.00497613568, 0.00835338235, -0.000353580952, 0.0140392287, 0.00956886448, 0.0048333779, 0.0187951103, -0.0015846137, 0.0144634247]
|
22 Aug, 2021
|
HTML5 | MathML <mtable> Tag
22 Aug, 2021
The MathML <mtable> tag is used to create table or the matrices in HTML5. This tag is similar to the normal HTML <table> tag. The <table> has the <tr>, <td> and <td> tag, similarly it has the <mtr>, <mtd> and <mtd> tag, that act as same as those. But we don’t use the <table> and other sub tags to create the matrices. Here <mtable> is useful to create matrices. Because the MathML is all about the mathematical expression representation in HTML.
Syntax:
<mtable attributes="value"> child elements </mtable>
Attributes: It accepts some attributes which are listed below:
align: This attribute holds the alignment of the tables. Possible values are axis, baseline, bottom, center and top.
class|id|style: This attribute is used to hold the styles of the child elements.
columnalign: This attribute holds the horizontal alignment of the table cells. Possible values are left, right and center.
columnlines: This attribute holds the border style value for the column-lines. Possible values are none, solid and dashed.
displaystyle: It is a Boolean value attribute that defines whether more vertical space is used for displayed equations or more compact layout is used to display formulas.
frame: This attribute holds the border value for the entire table. Possible values are none, solid and dashed.
framespacing: This attribute defines the space between the table and the frame.
href: This attribute is used to hold any hyperlink to a specified URL.
mathbackground: This attribute holds the value of the math expressions background color.
mathcolor: This attribute holds the color of the math expressions.
rowalign: This attribute holds vertical alignment of the table cells. Possible values are top, bottom and center.
rowlines: This attribute holds the row borders value that multiple value can be separated by using a space can consider also. Possible values are none, solid and dashed.
width: This attribute holds the width value length.
Note: There are few more attribute but those are not implemented yet like rowspacing, side, minlabelspacing, groupalign etc.Below example illustrates the MathML <mtable> tag in HTML5:
Example:
html
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML mtable tag</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML <mtable> tag</h3>
<math>
<mi>GeeksforGeeks</mi>
<mo>=</mo>
<mtable frame="solid" rowlines="dashed" align="axis 1">
<mtr mathbackground="green;">
<mtd>Course</mtd>
<mtd>Fee</mtd>
</mtr>
<mtr>
<mtd>
<mi>C++ STL</mi>
</mtd>
<mtd>
<mi> 1499</mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>Placement 100 </mi>
</mtd>
<mtd>
<mi>9999 </mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>DSA Foundation </mi>
</mtd>
<mtd>
<mi>7999</mi>
</mtd>
</mtr>
</mtable>
</math>
</center>
</body>
</html>
Output:
Supported Browsers: The browsers supported by HTML5 MathML <mtable> tag are listed below:
Firefox
Safari
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML frame Attribute/HTML5 | MathML <mtable> Tag
|
https://www.geeksforgeeks.org/html5-mathml-mtable-tag/
|
NextJS
|
HTML5 | MathML <mtable> Tag
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, Node.js Readable Stream close Event, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML frame Attribute, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, HTML5 | MathML <mtable> Tag, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0292956773, -0.0186709464, -0.018857345, 0.0379942879, 0.0616048, 0.011246061, -0.00414737314, 0.0244337749, 0.0167758912, 0.0208456, 0.0310198665, -0.0135915792, 0.0133352811, -0.0156575, -0.000452890818, -0.0366584286, -0.000391243317, 0.00629484281, -0.0298393406, 0.0122246547, -0.0192612093, 0.00688510574, -0.0373108275, 0.0154711, -0.0488364846, -0.0154012, 0.00157176901, 0.00866754446, 0.0147643378, 0.0236571133, 0.00252997526, 0.0126207517, -0.0075879842, -0.0291092787, -0.035602171, 0.00720353704, -0.0064074588, 0.050483007, -0.0235483814, -0.00506383413, 0.0354779027, 0.0130712157, 0.0287986137, 0.0520674, 0.00312023819, 0.00042182437, 0.000563565118, -0.0467239656, -0.0199136045, -0.00780156627, 0.00905587524, 0.0073821689, 0.0705830082, 0.0228959862, 0.00676860614, -0.0100655351, 0.0255832355, 0.0329925865, -0.0103218332, 0.00601912802, 0.00752585148, -0.0223989226, 0.00712975394, -0.00982477, 0.0030483969, 0.00855104439, -0.0287830811, 0.0459473021, 0.0153157683, -0.0276025552, -0.0302121378, 0.00954517163, 0.011331494, -0.0109198634, -0.0143604744, -0.0198359396, 0.0171642229, 0.0101975678, 0.00653949101, 0.00705208769, 0.00796078239, 0.00699772174, -0.0300878733, 0.00205038674, 0.0203951355, 0.0398893431, -0.0276336223, -0.044393979, -0.00326197897, 0.00312994653, -0.0171486903, 0.0150827691, -0.0106169647, -0.0181117505, -0.0231289845, -0.0113159604, 0.00702490471, 0.00409300672, -0.0559817739, 0.0169933569, -0.0116809914, 0.0388330817, 0.0183447488, -0.0122557208, 0.00974710379, 0.000615989789, 0.0379632227, 0.0203951355, 0.0176302195, -0.00881511, 0.030584937, -0.000161521355, -0.0397340097, -0.038926281, -0.0171176232, 0.00915684085, -0.021000931, -0.0700238124, 0.0275559556, 0.0127217183, -0.0593058839, -0.00992573611, 0.0030639302, 0.0307868682, -0.0579078943, 0.0301655382, -0.0320295282, -0.000120139848, 0.0310043339, -0.0167137589, -0.0277578868, -0.00615892699, -0.00566186337, -0.0342041776, 0.0021397029, 0.0130712157, -0.00784428231, -0.0078248661, -0.0111373281, -0.0213271286, -0.0234396495, -0.0100189354, -0.00393573288, -0.0119683566, -0.0452949069, -0.01088103, 0.0190903433, 0.0695267543, -0.0202553365, 0.0472831614, -0.0299014747, -0.00917237438, 0.0223989226, -0.0152847013, 0.0176768191, -0.0262666978, 0.00152711093, 0.0274472237, -0.0255987681, -0.0152303353, 0.0133585809, -0.0199912712, 0.0243716426, 0.0130013162, 0.000114557595, 0.0420018621, 0.0331479199, 0.0167603586, -0.032588724, 0.0513218, -0.0262511633, 0.0317809954, -0.00454735383, -0.0131022818, -0.0287054144, -0.0109897628, 0.0236571133, -0.0198048726, 0.0271986909, -0.028441349, -0.0406970717, -0.0204572678, 0.0410077348, 0.0477180928, -0.00241930108, 0.0157118645, 0.0407281369, 0.0202087369, -0.00125430862, 0.00890830904, -0.0302432049, 0.0190903433, 0.0144847399, 0.0157196317, 0.0265928954, -0.0264841616, -0.0582806915, 0.0314392634, 0.0124731865, -0.00453570392, 0.00203291187, -0.0078171, 0.00944420602, -0.0099878693, 0.0254745018, 0.00792583264, 0.00341342809, -0.00676472299, 0.0236726478, -0.00362118497, -0.0552361757, 0.00117372989, 0.00676472299, -0.0184845477, -0.00705985446, 0.0099956356, -0.0175370201, -0.032588724, 0.00565021345, -0.0365031, 0.060517475, -0.00513373362, -0.0117664244, -0.0106946314, -0.0440833159, -0.0334585831, -0.00329692871, -0.0322780572, -0.0397650786, 0.0170554891, 0.00791029911, 0.0256609, 0.00994903594, -0.00126790011, 0.0315324627, 0.00536284875, 0.00511431694, -0.00675307307, 0.0322159268, 0.0131333489, -0.024045445, -0.00457065366, -0.0192146096, -0.00465220353, -0.00185039639, 0.00440755486, -0.0204728, -0.021280529, 0.00824038, -0.00457453728, 0.04871222, -0.0431823879, 0.00589486212, -0.00626377622, 0.00752585148, 0.068470493, 0.0287986137, -0.00432212232, 0.00992573611, 0.0091180075, 0.0394544117, 0.00183000905, -0.0248221066, -0.0116033256, 0.00583661254, 0.0463822335, 0.061760135, -0.0584360249, -0.00259210821, -0.00917237438, 0.0169312246, -0.0538692512, 0.0326819234, 0.00240376778, -0.00526964944, 0.000693655922, -0.0540556498, -0.0173195545, 0.0372176282, 0.026919093, 0.00684627239, -0.0297150742, 0.0159370974, 0.060268946, 0.0402310751, -0.0140886428, 0.0468793, -0.00574729638, -0.0396097451, -0.0271831583, -0.00363671826, -0.0171331558, 0.00772778364, 0.0327440538, 0.0190748107, 0.0263443626, 0.0147255054, -0.0103995, 0.00054026529, -0.0195408072, -0.0133508136, 0.00410077348, 0.0123566873, -0.0277734213, -0.0221814569, 0.00919567421, 0.0234396495, 0.00366001809, -0.0101354346, -0.0517878, -0.00176205114, -0.0433377214, -0.040168941, 0.00322314585, -0.0223523229, 0.00655502453, 0.0180496164, -0.00851221196, -0.0189194772, -0.0244337749, -0.0086364774, 0.00785981584, -0.0339245796, 0.0298393406, 0.0338624492, 0.00392214116, 0.00125916267, -0.0260492321, 0.0259715654, -0.00342896115, -0.0413494669, -0.0167758912, -0.00163390196, 0.0223057233, -0.00243095099, -0.0705208778, 0.0145002734, 0.0168380253, -0.0123799872, 0.00450852094, -0.0524091274, -0.0232687835, 0.0321227275, -0.0121935876, 0.0209387988, -0.0285345484, 0.0134207131, 0.0198670048, 0.0103684328, 0.0153701343, 0.00142808666, 0.0369069614, 0.0141663086, -0.000474006316, 0.0307247359, 0.0161700957, -0.0158050656, -0.0333343185, -0.0342041776, 0.0179564171, -0.0229425859, -0.0189660769, 0.0208922, -0.0686568916, -0.0164962932, -0.0337071158, -0.0274316892, -0.0118440902, 0.0188262779, -0.0218241923, -0.0341109782, -0.0253813025, -0.000735401525, 0.0175525527, -0.0278355535, 0.018997144, 0.0280374866, -0.0143371746, -0.0153934341, -0.00487355189, -0.0225387216, 0.0352915041, 0.0302432049, 0.0136459451, 0.0380874872, -0.0133663472, 0.018857345, -0.0276957545, -0.0263598971, 0.00807728153, 0.0108033633, 0.033738181, -0.00321343751, -0.0249929726, 0.00469880318, -0.00756856799, 0.0155254668, -0.024014378, 0.0141663086, -0.0228027869, 0.0542109832, -0.0017377804, 0.0127605507, 0.0118906898, 0.00611621048, 0.0029260728, -0.026779294, 0.0138711771, 0.0561681725, -0.0290005468, 0.00521528302, -0.0110285953, 0.00473763607, 0.00756468438, 0.0316567309, 0.0289694797, 0.00324838748, 0.0402310751, -0.0282238852, 0.00585214561, 0.0475627594, -0.00425610598, -0.00654725777, -0.00448133796, 0.0153235346, 0.0303519368, -0.0452017076, -0.0219950583, -0.0228649192, 0.0116110919, 0.0144459065, -0.0166516267, -0.00347361923, -0.000773749198, 0.00121644628, -0.0103373667, 0.0340177789, 0.00785981584, -0.00376680912, 0.00625989307, -0.0082248468, 0.00940537266, 0.02695016, -0.000167831735, -0.0630338565, 0.0203485359, -0.0112538273, -0.00142711576, 0.0038503, 0.0106091984, -0.00857434515, -0.005440515, -0.0580942929, -0.0207213331, 0.0414737314, -0.0126207517, 0.0401068069, 0.00436483836, 0.0140109761, -0.0197738055, -0.013614879, 0.00296490593, 0.0390505493, 0.00715693738, 0.0460094362, -0.0159370974, -0.0423746593, 0.0461958349, -0.0203640684, -0.00809281413, -0.0212960634, -0.0158205982, 0.0382428207, 0.0173816886, 0.0114790592, 0.00765400054, 0.00657444075, 0.00924227387, 0.00711422088, -0.00438813819, 0.0566341691, 0.0198825393, 0.00554924738, -0.0237503126, -0.00294937263, -0.00178340927, -0.0146633722, -0.0251327716, 0.00452405401, 0.0183447488, 0.011727591, 0.0251793712, -0.00620552665, -0.0458230376, -0.00520751625, -0.00609291065, 0.0030639302, -0.0377457552, -0.0182670821, 0.0112305274, -0.0218241923, 0.0194320753, -0.04228146, 0.0453570411, -0.0224765874, 0.0263598971, -0.0303519368, 0.0292956773, -0.0433066525, 0.0325265899, 0.0267326944, -0.0172729548, 0.0253813025, 0.00218630256, 0.00740935234, 0.00877627637, 0.0106713315, 0.0434930511, 0.00305033871, -0.00977817, -0.000878113089, 0.00514926668, -0.010710164, 0.0187020134, -0.000240037, 0.0167292915, 0.0397650786, -0.0192456767, -0.0052114, -0.0466929, -0.0198204052, -0.0168380253, 0.031765461, 0.0473763607, -0.0354157723, 0.00392408296, -0.00733556924, 0.00938207284, 0.0233309157, 0.0136847785, -0.01916801, 0.000529100769, -0.0227251202, -0.0408213362, -0.00813164748, -0.0139799099, -0.00428717257, -0.00745206838, -0.0148808369, 0.00436483836, 0.0387398824, 0.0339556485, 0.00884617586, -0.00642299186, -0.0148497708, -0.00104460993, -0.0244648419, -0.0146245388, -0.000165768724, -0.00493180146, 0.00904034171, -0.0207524, 0.0451395772, 0.02435611, -0.0135760456, -0.051725667, -0.0395165458, 0.0134595465, 0.0213426631, 0.00865201093, 0.00525411591, 0.00144070736, 0.0529061928, -0.0107878307, 0.00313577149, 0.0219639912, 0.016744826, -0.00135624537, 0.002015437, -0.0246823076, -0.016884625, -0.00487355189, 0.029652942, 0.0176923517, -0.0043997881, -0.0017950593, -0.00941313896, -0.0281772856, -0.0882909, -0.00399204111, 0.00234163483, 0.0221659243, -0.00296878908, -0.0128226839, 0.00513373362, 0.0171176232, -0.0171331558, -0.0124654192, 0.0146789057, -0.0164652281, 0.00349691906, 0.0147332717, 0.0419707969, -0.00810058136, -0.000432746165, -0.0234551821, -0.00680743949, -0.0338003151, 0.0101354346, 0.00136304123, -0.0502344742, -0.0234707147, 0.0126052191, 0.016884625, -0.0289073475, -0.0196806062, 0.0243405756, 0.0149895698, -0.0295908097, -0.0196029395, 0.0307558011, -0.00634920923, 0.0107567636, -0.011952823, 0.0220105909, -0.020690266, -0.044393979, 0.00832581334, 0.00386000844, -0.0452638417, -0.00642299186, -0.0353847034, 0.0115800248, -0.0268258937, 0.0402621403, -0.00456288736, -0.0283170845, -0.0140886428, -0.0113547938, 0.0178632177, 0.0240299124, 0.0409766696, -0.00795301516, 0.077355504, -0.0162322279, 0.00445415452, -0.00305616367, 0.0420639962, 0.0132731479, 0.0315013975, -0.0163254272, -0.0181738827, 0.0357885696, 0.00794136524, -0.00711810403, -0.000476918794, -0.016263295, 0.00366778462, 0.00767341722, -0.000902869157, -0.0201000031, -0.0305538699, 0.0314547978, 0.00974710379, 0.0218086597, -0.00981700327, 0.00536284875, 0.00679578958, -0.0313305296, 0.00701713795, 0.00702490471, -0.0186243467, 0.00891607627, 0.00697442191, 0.0202553365, -0.0262822304, -0.0104538659, 0.0387709513, -0.00500558456, 0.0178787522, -0.0283170845, -0.0157817639, 0.0188107453, 0.018096216, 0.0025591, -0.0117431246, -0.0475627594, -0.0101587344, -0.000717441202, -0.0117741907, 0.0572244301, 0.0253968369, 0.0114945928, 0.0303985365, 0.00412795693, -0.0205038674, 0.0120537886, 0.010741231, 0.0206281338, -0.0320295282, 0.00989466906, -0.0116887577, -0.0155487666, -0.000506771728, -0.0213892628, 0.0326508544, 0.0118363239, -0.0170865562, -0.0341109782, -0.0189660769, 0.028441349, -0.0015193444, 0.0228649192, 0.0456677042, -0.000357021665, -0.01595263, -0.0103373667, 0.0271365587, -0.0532479249, -0.00151643192, -0.00410077348, -0.00796078239, 0.0253036376, -0.00686568907, 0.0173972212, -0.00642299186, -0.00381340878, 0.00659774058, -0.00991797, 0.000672297727, 0.00718800351, -0.0112615945, 0.00599971134, -0.000542206923, -0.0233309157, 0.0162322279, 0.0301189385, -0.00205427012, -0.022523189, 0.00834134594, -0.00825591385, 0.0376525559, -0.0345769785, -0.0172729548, 0.0425299928, 0.00488131866, 0.0191835426, 0.00366001809, -0.00469491957, 0.0128925834, 0.0133352811, -0.0133508136, 0.0310819987, -0.0339245796, 0.0201466028, -0.00679967273, -0.0129469503, -0.00279404037, 0.0272763576, -0.0279287528, -0.0336760506, 0.0256609, -0.00691228872, 0.00339012803, 0.00406582374, 0.000131183013, -0.0302121378, -0.0259094331, 0.00646959152, -0.0105936648, 0.0182826146, 0.00463278685, 0.0596786812, 0.0116266254, 0.0120615559, -0.0262511633, -0.0413805321, 0.00541333156, -0.0197738055, -0.00131352898, 0.000183000899, 0.00874521, -0.00724237, 0.0257075, -0.0135139124, -0.00629872596, 0.0401378758, 0.00391049124, -0.0103296, 0.0288607478, 0.0366584286, 0.0185311474, -0.00879181, 0.0063336757, 0.00876074377, -0.0212028641, -0.0200378709, 0.00710257096, -0.0208456, -0.0216688607, 0.0229425859, -0.00421338947, 0.0258162338, -0.0170554891, 0.0199912712, -0.0260492321, 0.00566963, 0.00419008965, -0.0332721844, -0.00924227387, -0.00118635071, 0.0128459837, -0.00359594356, 0.00184457144, 0.0194320753, 0.0312994644, 0.0257385671, -0.0112227611, 0.000997039373, 0.0148342373, 0.00459395349, -0.00537061552, -0.0151138362, 0.00621717656, -0.0421261266, 0.0282238852, 0.019307809, -0.0101354346, 0.0194942076, 0.0117198247, -0.00598029466, -0.0238279793, -0.0225542542, 0.0280064195, -0.0169778243, 0.0168069582, -0.0166205596, 0.0391126797, -0.013249848, 0.0244337749, -0.0108887963, -0.000225231881, 0.0130168498, -0.0102985334, -0.00990243629, 0.0196495391, 0.0154633336, -0.0291714109, 0.0157895312, 0.0212028641, 0.0431513228, 0.0378389545, -0.0101509681, 0.0413184, -0.00643464178, 0.00702102156, -0.0356643051, 0.0193699412, 0.031765461, -0.00987913646, 0.00614727708, 0.00690452196, 0.0105936648, -0.0104926992, 0.0218397267, 0.0153856678, 0.0296684746, -0.00678413967, -0.00111548032, 0.0040813568, 0.0180806834, 0.0041939728, 0.0333343185, 0.0379632227, -0.00704820454, -0.00817048084, -0.0186398793, 0.00893160887, 0.0209232643, 0.012317854, 0.0289073475, 0.00547546474, -0.0184224136, -0.0213426631, 0.0110285953, 0.0129236495, -0.0495510139, -0.0214669276, -0.0123411538, -0.0284724161, -0.0145546393, -0.00173486792, 0.0310353991, -0.0175059531, -0.00634920923, 0.0412873328, -0.00899374206, 0.010430566, -0.0132886814, 0.0394233465, 0.00732391933, -0.0392680131, 0.00809281413, -0.0128226839, 0.025847299, -0.0297461413, -0.00415125675, 0.0091102412, 0.00480365241, 0.00417067297, 0.0215445943, -0.00711033726, -0.0149895698, -0.00759963412, 0.0140498094, -0.00875297654, 0.020830065, -0.0111140283, 0.0295286756, 0.00336294505, -0.00671424, -0.0100422353, 0.026468629, 0.04414545, -0.0211717971, 0.0111761615, -0.0264064968, -0.00435707206, -0.0291403458, 0.00854327809, -0.0329615213, 0.0181738827, 0.0110441288, -0.000217707973, -0.0176146869, -0.00265812455, -0.0267016273, 0.0239367131, -0.049613148, -0.014515806, 0.0142750414, 0.0141430087, 0.00718800351, 0.00645405846, -0.0162788276, -0.0173816886, -0.0163564943, 0.026468629, -0.011331494, 0.0157662313, 0.00948303845, -0.00036017684, -0.0260647647, -0.00652395794, 0.0175370201, -0.0326508544, -0.0174282882, -0.00573176285, 0.0179719515, 0.00864424463, -0.00986360293, -0.0294044111, 0.00765011739, 0.00941313896, 0.0161390286, 0.00253580022, -0.00526188267, -0.0122790206, 0.00387554173, -0.0168535579, 0.0151837356, 0.00123683363, 0.0173972212, -0.00329692871, -0.011727591, 0.019307809, 0.0057589463, -0.0136925448, 0.0337071158, 0.00838794559, 0.0227717198, -0.0334585831, 0.00444250461, 0.0330857858, 0.0129469503, 0.012007189, 0.0500791445, -0.0257385671, -0.0199912712, 0.014150775, 0.0379010886, 0.00297461404, -0.0324023254, -0.0062016435, -0.00376098417, 0.00424833922, 0.0366894975, -0.0273384899, -0.00873744395, -0.0158205982, -0.0198670048, -0.0183602814, 0.00755303446, 0.0423435941, -0.0149352038, 0.00232221838, -0.0328061879, -0.0082248468, -0.00765788415, -0.00720742, -0.0231289845, 0.0113703264, 0.00347944419, -0.0213737283, 0.0198980719, -0.00181447575, -0.00365613471, 0.0127605507, 0.0153157683, 0.0164807606, 0.0115101254, -0.00946750585, -0.00888500921, -0.0416290648, 0.0126673514, 0.00182806735, -0.0146633722, -0.00133585802, 0.0156108988, -0.00947527215, 0.00765788415, 0.0140342759, 0.00734721916, 0.00540168164, -0.0198204052, 0.00186010462, -0.0109586958, -0.0565409698, -0.014515806, -0.0307247359, -0.00305033871, -0.00238240953, 0.000107519096, 0.0184224136, -0.00834134594, -0.0194320753, -0.0108111305, 0.0124887191, -0.0217309929, 0.0002550848, -0.00346196932, -0.000735401525, 0.0126751186, -0.00142032, 0.0131022818, 0.0105936648, 7.56031586e-05, -0.0401378758, 0.0231600497, 0.0144070741, -0.0113858599, -0.036192432, -0.00836464576, -0.0141818421, -0.0278976876, 0.000289063755, 0.0141274752, -0.00181447575, 0.00238240953, 0.0147643378, -0.0101354346, -0.0282083508, -0.0167758912, -0.00721518695, 0.0218707919, 0.0103529, -0.00105820154, -0.00963837095, 0.00424833922, -0.0260492321, -0.00900927559, -0.00532013224, 0.0155409994, 0.0139566101, -0.0229270514, 0.00715305377, -0.0109120961, 0.0133508136, -0.0294510107, -0.0384913534, 0.0001155891, 0.00841901265, 0.00343284453, -0.0045551206, -0.00740158558, 0.00199796213, 0.012092622, 0.0650531799, -0.00591816194, -0.0135527458, -0.0197582729, 0.0100189354, -0.000838309177, -0.00645405846, 0.00712587079, 0.026608428, 0.00629484281, 0.0179719515, 0.0142206745, -0.00122712541, 0.0221659243, -0.01446144, -0.0217154603, 0.0135216797, 0.00719188713, 0.0121625215, -0.0143604744, -0.00591427833, 0.0131799486, 0.0179408845, 0.0169622898, 0.0175680872, -0.00415125675, 0.00649289135, 0.00391825801, -0.0288452134, -0.0150361694, -0.00386195, -0.00803844817, 0.0159215648, -0.00257269177, -0.00615116, 0.0712664723, -0.00976263732, 0.0062831929, -0.0104072662, -0.0140187433, -0.0186709464, -0.0124498866, -0.0187330786, -0.0195097402, -0.0037687507, 0.0130168498, 0.00140381593, 0.0100888349, 0.0117198247, 0.0120615559, -0.00551818125, 0.017785551, 0.0325576551, -0.00883064326, -0.00887724292, 0.0043182387, -0.000826173811, -0.015812831, 0.0175059531, -0.0262200981, -0.00317848776, -0.015587599, 0.00914907455, -0.00199407875, 0.0111994613, 0.00209310325, -0.000247803604, -0.0170710236, 0.000697539246, 0.0249153059, 0.00398815749, 0.0187796783, 0.0178942848, -0.00266589108, -0.00474928599, -0.00284840656, 0.00419008965, 0.00834134594, 0.023563914, -0.0238435119, 0.00655890768, 0.0243716426, -0.0231755842, 0.0233619828, -0.0169156902, 0.00723072, 0.00760740088, -0.00850444473, -0.00714140385, 0.0107567636, 0.0124731865, -0.0219484586, -0.0121081555, 0.013164415, -0.00194262492, -0.0317033306, -0.00527741574, 0.0139022432, -0.00665599061, 0.00367943454, -0.00913354103, 0.0169312246, 0.00339012803, 0.0177700184, 0.00941313896, -0.0104771657, -0.00686957221, -0.00855104439, -0.00123003789, 0.00935877301, 0.0182049498, 0.0158594307, -0.006046311, 0.00397650758, 0.0107800635, -0.0340488479, 0.00716470368, -0.0102674672, 0.0163254272, -0.00256492523, -0.0138867106, 0.0289694797, 0.0192767419, -0.0253813025, 0.00486578513, -0.0175370201, 0.00935877301, -0.0255832355, 0.0122401873, 0.00188049208, -0.00668705674, -0.00332411192, -0.00130673323, -0.00142323249, 0.00183971727, 0.0144925062, -0.00265229959, -0.00279792352, -0.0174904205, 0.00159701053, -0.000892190088, 0.0198048726, 0.00603466108, -0.0102519337, -0.000640260463, -0.000892190088, 0.00202320353, 0.0458541028, 0.0240765121, -0.0242163111, 0.00362312654, -0.0129003497, 0.0244182423, -0.00320955436, 0.00657444075, -0.0096772043, 0.0258939, 0.0158827305, 0.0176457521, 1.54422178e-05, 0.028441349, 0.0113159604, 0.0387398824, 0.00631037587, -0.0148730706, 0.0105936648, 0.0338003151, -0.0308179352, 0.0130323824, -0.0216843933, 0.0104150325, 0.00867531076, 0.012939183, 0.00930440705, -0.0123799872, -0.00828698, 0.02695016, -0.010119901, 0.0115256589, 0.00521528302, 0.0160302967, 0.0043920218, -0.0335828513, 0.0284258164, -0.0342352465, -0.00892384257, -0.00380758382, 0.0130945155, -0.01657396, -0.0146167725, -0.0154633336, -0.00354546052, 0.00831804611, 0.0262666978, -0.00144167815, -0.0173816886, 0.0262666978, -0.0102131, -0.0137158446, -0.011642158, 0.00495121814, 0.0315790623, 0.018236015, 0.00116693415, 0.0163098946, 0.00228338526, -0.0215290617, -0.00982477, 0.00245036744, -0.0261113644, 0.00228726864, -0.00595699484, 0.0154866334, 0.00701713795, -0.0196806062, 0.0128848171, 0.0415669307, 0.0143604744, 0.0209387988, 0.0443007797, -0.0138711771, -0.00354546052, -0.000249745266, -0.00360371, -0.0207524, -0.00733168609, 0.00335323671, -0.00794913247, 0.0107179312, 0.0159370974, 0.0258939, 0.0412873328, 0.00549488142, 0.00663269032, -0.0104072662, -0.0080695143, 0.0169001576, -0.00813164748, -0.00941313896, -0.0117353573, 0.0217154603, 0.00974710379, -0.00605796091, 0.00248143403, -0.000584437919, -0.000199504968, -0.00337265315, -0.0213426631, -0.0178166181, 0.0226163883, 0.0066443407, 0.0308800675, 0.000397796393, -0.0254900362, -0.00585602876, 0.0139488438, 0.00671035657, 3.18552629e-05, -0.00848891214, -0.0225697886, 0.0140032098, 0.0459162369, -0.00526188267, -0.0179719515, 0.00200184551, 0.0263443626, 0.000804330222, -0.0285190158, -0.0148187047, -0.0145080397, -0.0178166181, -0.0121003883, 0.00278044865, 0.0244337749, 0.000165404665, 0.0106480317, -0.00269113271, 0.00918790698, -0.00394738279, -0.00547158159, -0.00977040362, 0.024635708, -0.00613174401, -0.0271831583, -0.0134517802, 0.000828115502, 0.00490461849, -0.0019999037, 0.0178632177, 0.0052036331, 0.0285190158, -0.00627930928, 0.0190748107, -0.000851900782, 0.0173040219, 0.0240920447, -0.00529683242, -0.00734721916, -0.00708703743, 0.00178826344, 0.00663657393, -0.00433377223, 0.0102286339, 0.00692782179, -0.00458618719, -0.00205232832, -0.00594534492, -0.00443473784, 0.0171642229, -0.00662880717, -0.00130090828, -0.0402621403, -0.0210941304, 0.00505218422, -0.00421727262, -0.00637639221, -0.00585214561, -0.0140109761, 0.000748507679, 0.00266977446, -0.00493568461, -0.0211562626, -0.00858987775, -0.0149585037, 0.00944420602, -0.00613562716, -0.00656279083, -0.00426387228, 0.00154070253, -0.0165584274, 0.0185000803, -0.0181117505, -0.0253502373, 0.020379601, 0.00614727708, 0.0114712929, 0.0080695143, -0.0305072702, 0.0181894153, -0.0110829622, -0.0338313803, 0.0244493093, -0.0172418896, 0.00858987775, 0.0142439744, -0.0154400337, -0.00728508644, 0.0201155376, -0.0270122923, 0.00402310723, -0.0334585831, -0.0303830039, 0.0191369429, 0.00275909062, 0.0082248468, 0.000632008421, 0.0177389514, 0.0049240347, 0.0277734213, 0.00996456947, -0.0132265482, -0.00211251969, -0.0136071127, 0.00890830904, -0.0141973747, -0.0190592762, 0.024666775, -0.00455123745, 0.0294976104, 0.0257385671, 0.00371050113, 0.00637639221, 0.00855881162, 0.0125508523, 0.000591719116, -0.00104752241, 0.000271588884, 6.13213797e-06, -0.0135527458, -0.0292956773, -0.0297461413, -0.0175680872, 0.0189194772, -0.0201466028, -0.0186554138, -0.0214358624, 0.000244648429, 0.0275870226, -0.0196806062, -0.00311052985, 0.0017940884, 0.000153269328, -0.00478423573, 0.018857345, -0.00362506835, -0.0561060384, -0.0126673514, -0.0133508136, -0.000332993688, -0.00322314585, 0.0243095104, 0.0301966053, -0.000835396699, 0.00725790299, 0.0394544117, -0.0164962932, 0.0167914256, -0.00921897404, -0.00918014068, -0.02695016, -0.00178243848, 0.0148420045, -0.0230513178, -0.0185932796, 0.00801514834, 0.0117120575, -0.0121935876, 0.0365341641, 0.0305228028, 0.0122013548, 0.00488131866, 0.0251327716, -0.0166982263, -0.00568128, -0.0231289845, -0.0339556485, 0.0135449795, -0.0138789434, -0.000480559393, -0.0008562695, -0.0173040219, -0.00473375292, -0.028752014, -0.0076928339, -0.014997337, 0.00311635481, 0.000759672199, 0.0308800675, 0.00792583264, -0.00973157, -0.00256686681, -0.00645017484, -0.00315712974, -0.00286976481, -0.0121547552, 0.0128304502, 0.0106091984, 0.0160458293, 0.0111606279, 0.0012280962, -0.00163972692, -0.00837241299, -0.0244493093, 0.020969864, -0.0242784433, -0.000222440751, -0.00127663754, -0.0204883348, -0.0321537927, 0.0209853984, -0.00826368, -0.0228183195, -0.0116887577, 0.00114266342, 0.0111450944, 0.0263754297, 0.019199077, -0.00358235184, 0.00294937263, 0.00972380396, -0.00295519759, -0.0357575044, -0.000300228276, -0.028441349, -0.000140891279, -0.0131566487, -0.0123877535, 0.00457842043, -0.0141740749, -0.00313771307, 0.000595602382, 0.00369302626, 0.00369885121, 0.0115256589, -0.00166205596, 0.0467550308, -0.00424057245, 0.0125120189, -0.0064152251, 0.0177544858, 0.00587156229, 0.0102674672, -0.00192709174, -0.0218552593, -0.0172574222, -0.00313382968, 0.00872191, 0.0100966012, -0.0190748107, 0.00326780393, 0.00370855932, 0.00216882769, -0.0125741521, -0.0129158832, -0.00312994653, 0.0283481497, -0.0182049498, 0.000824232178, -0.00136498292, 0.000192466468, 0.00129993749, -0.0203019362, -0.0119605893, 0.00643075863, 0.0223212559, 0.00180768, 0.0105315316, -0.0317343958, -0.021932926, 0.0043182387, 0.00322702923, 0.0169312246, 0.00672977325, -0.0301810727, 0.0149274366, 0.03709336, -4.37478957e-05, -0.0058909785, -0.0154245, -0.0118906898, -0.00403475715, 0.0108965626, 0.000853357, -0.00624824315, -0.00186592957, 0.0122790206, 0.00233386829, -0.013218781, -0.00218241918, 0.00938983914, 0.00455900375, 0.0197582729, -0.00360759348, 0.0116499253, 0.000766468, 0.00960730482, 0.0030639302, -0.00309305498, 0.0011727591, -0.00763846748, 0.00355128548, -0.00514926668, -0.0171176232, 0.0167137589, -0.000883938046, 0.0166671593, 0.000959662546, -0.000135673079, -0.0123877535, 0.0231445171, -0.00221931073, -0.00692005549, -0.00865977723, -0.0185156148, 0.00711810403, 0.00540944841, -0.00497063482, 0.00904034171, 0.0116654579, -0.0156808, -0.00839571282, -0.0221037902, 0.00179991336, 0.0134362467, 0.0190592762, 0.0280840863, 0.00381729193, -0.0138245774, -0.0305383354, 0.00856657792, -0.00976263732, -0.0170554891, -0.0128615173, -0.000392942253, 0.0197116733, 0.00932770688, 0.00862094481, 0.00799961481, -0.00470268633, 0.0129547166, -0.00711810403, 0.00438425504, 0.0154322674, 0.0106169647, -0.0124265868, 0.00231445185, -0.0120304888, 0.0265307613, -0.0183913484, -0.0239056461, -0.0168224908, -0.023424115, 0.00183777569, -0.0163720269, -0.0161390286, -0.0147565715, -0.0154711, -0.00125625019, -0.0276802219, -0.00260764151, -0.0050793672, -0.0294354763, 0.000355565426, 0.0192456767, -0.00437648827, -0.00726566976, 0.00602301117, 0.0159215648, -0.0192456767, -0.0202242695, 0.0108421966, 0.00858211145, -0.00699772174, 0.000798019872, 0.0100966012, 0.0160924289, -0.0123799872, -0.0138556436, -0.027260825, -0.0183602814, 0.0190437436, -0.00445415452, -0.01595263, -0.00146789057, -0.0114635257, -0.00584826246, -0.0277578868, -0.0063259094, 0.00122324214, -0.0180806834, 0.014741038, 0.00722295325, -0.00237852638, -0.0204262, -0.0163409617, 0.00152614014, 0.0070948042, 0.00754138455, 0.0101043684, 0.00203679525, 0.0277268216, 0.0100888349, 0.00767341722, 0.00566186337, 0.01595263, -0.0228959862, -0.0143915405, -0.021000931, -0.00825591385, 0.0141973747, -0.00698607182, 0.0050793672, -0.00555313099, 0.0148653043, -0.000836367544, -0.0214824621, 0.0139799099, 0.00628707604, -0.0181272831, 0.00455900375, 0.0253813025, 0.0153468344, -0.0116033256, -0.000462113676, -0.0277112871, 0.0129314167, 0.0447978452, 0.0146323061, -0.0249308385, 0.00977817, -0.00283869845, -0.0124110533, -0.00307558, -0.00679190597, -0.00928110722, -0.00286588143, 0.00278239045, -0.0140420431, -0.00251250039, 0.0143061075, -0.027058892, -0.0216067266, -0.0140187433, 0.000862579851, -0.000344886328, -0.0280374866, -0.000899471284, 0.0140498094, 0.0241386443, -0.0038095254, 0.0362545662, -0.00900927559, -0.00682685617, 0.0180651508, -0.000343915483, 0.00581331272, -0.00816271361, 0.0144381402, -0.0331168547, -0.0087995762, 0.00546381483, 0.0117431246, -0.0175836198, 0.00399204111, 0.00407747366, -0.00514926668, 0.0138556436, 0.00896267593, 0.00976263732, 0.018236015, -0.0161079634, 0.00901704188, -0.0114790592, -0.000570846314, -0.00581719587, 0.0178632177, 0.00359400176, -0.026468629, 0.0273229573, -0.0115644922, -0.0127916178, 0.0219795257, -0.00881511, 0.0171797555, -9.55657924e-06, 0.0166671593, -0.000397796393, -0.00404252391, 0.0245114416, -0.00554148108, -4.08050764e-05, -0.00344643602, -0.0240609776, -0.0142129082, 0.00744430209, -0.00807728153, 0.0205815341, 0.0103606666, -0.0198980719, 0.01347508, -0.0100966012, -0.00831804611, 0.00497840112, -0.0324023254, 0.0182826146, 0.00415902305, -0.0103529, 0.0133352811, 0.0143993068, 0.0013115874, 0.00690840557, -0.00506771728, 0.0192767419, 0.0154555673, 0.00818601344, -0.0245891083, 0.00183292152, 0.00845007878, -0.00551429763, 0.019338876, 0.000892675482, -0.0220105909, 0.0421261266, -0.0186398793, -0.00276491558, 0.0244648419, 0.0309266672, -0.0181117505, -0.00526576582, 0.00851997826, -0.000785399112, -0.0169156902, -0.00987136923, 0.0207524, 0.0223678555, -0.0199757386, 0.0256143, 0.00577836251, 0.00960730482, 0.0111373281, -0.0202398021, 0.0194476079, 0.0209232643, 0.00964613818, 0.0249929726, -0.0253191702, 0.00266006612, 0.0184534807, 0.0147099718, 0.0130479159, -0.0102441674, -0.00129896658, 0.0190437436, 0.00942867249, -0.00212805299, -0.00549488142, -0.00568128, -0.00949080568, 0.00499393465, 0.00296878908, -0.00517645, 0.0125508523, 0.0121236881, -0.000620843901, 0.0261890311, -0.00903257541, 0.00973933749, -0.0165273603, 0.0128615173, -0.0290782116, 0.0141197089, 0.00846561231, -0.00264453283, -0.0157196317, 0.0136226453, 0.00645794161, -0.0105548315, 0.00646570837, -0.00407359051, -0.0351983048, -0.0172108226, -0.0058094291, -0.00810058136, -0.0158283655, -0.00874521, 0.003425078, -0.00914130732, 0.00691228872, -0.000827144657, 0.0026639495, -0.00390466652, 0.0170244239, 0.00193097501, 0.00180573831, -0.0104150325, -0.00508325035, 0.0191214103, -0.012403287, -0.00115140085, 0.0137158446, 0.00900927559, 0.00918790698, -0.01088103, 0.00730450312, 0.0174127538, 0.00139799097, -0.0068579223, -0.00763458386, -0.0163098946, -0.00729285274, 0.00450852094, 0.0114479931, -0.00276879873, -0.0279287528, -0.0113159604, -0.0134207131, -0.0121392217, -0.0203174688, 0.0107334638, -0.00762293395, 0.00694335531, 0.0175991524, 0.0063259094, 0.00198437064, 0.0254123695, 0.0136304125, -0.00510655, 0.00185816304, -0.0179253519, -0.0070637376, 0.00996456947, 0.00839571282, -0.013529446, -0.00561526371, 0.000986360246, 0.000340517581, -0.00773943355, 0.00790253282, 0.00218824414, -0.00429493887, -0.00468326965, 0.0562613718, 0.000993641559, -0.00665599061, 0.0190903433, 0.00648512505, -0.00619776, 0.00366584305, -0.0131799486, 0.0182981491, -0.0073821689, -0.014515806, -0.009669438, 0.0279753525, 0.00108635554, 0.00474928599, -0.0132343145, 0.00149798614, 0.0255055688, 0.0148730706, -0.0109120961, 0.00537449867, 0.0239367131, 0.00164652267, -0.0172263552, 0.00843454525, -0.00223290222, 0.0178166181, 0.00540168164, -0.00695888838, -0.000307994895, 0.00734333601, -0.0325576551, -0.00454347068, -0.0192456767, -0.000392699556, -0.00960730482, 0.0172108226, 0.00920344051, 0.00152516935, -0.0138867106, -0.00680743949, -0.000586864946, -0.0251949038, -0.00265812455, 0.0190126766, 0.012007189, -0.0302276723, -0.0167137589, 0.00465608668, -0.0177389514, -0.000855784048, -0.0123333875, -0.0195563398, 0.0115489587, 0.000456531445, 0.00159992301, -0.0077006, 0.0176457521, -0.00707927113, 0.00848114491, -0.0242939759, 0.011246061, -0.00218436099, 0.0201000031, -0.0273540244, 0.0271831583, 0.000863550697, 0.00735498592, -1.31061652e-05, 0.0112693608, 0.00574729638, 0.0278200209, 0.0262511633, 0.0099878693, -0.0086364774, 0.00988690276, 0.0115178926, -0.00930440705, 0.00811611395, 0.00880734343, 0.0158749651, -0.00393573288, -0.00921897404, -0.000863065245, 0.0154944, -0.00797631498, 0.000820834306, 0.0143993068, -0.0150206368, 0.0130323824, -0.00202126196, -0.0224921219, 0.00481141917, 0.011952823, -0.00436095521, 0.0131178154, -0.0047182194, 0.0096772043, -0.00381535036, -0.0153934341, 0.000463327218, -0.00525411591, -0.00171933474, -0.0217465255, 0.000395612034, 0.00856657792, -0.0218707919, 0.02114073, -0.00216300273, 3.56854798e-06, 0.00129508332, 0.00380758382, 0.0192301422, -0.00362312654, -0.0188728776, 0.000980535289, 0.0138012776, 0.00232416, -0.00271443254, 0.00478423573, -0.00319013768, -0.0166671593, 0.0223367885, 0.00434930529, -0.0248376392, -0.00350468582, 0.00759186782, 0.0049240347, -0.000195500295, -0.0120615559, -0.00309693837, 0.0126673514, 0.00119994231, 0.00473763607, -0.00098733115, -0.00945197232, -0.00756468438, 0.0238124467, -0.00798408221, -0.0184379481, 0.00149216119, 0.0261268988, 0.00151060696, 0.00369885121, -0.00915684085, 0.00804621447, 0.0152536351, 0.00586767867, 0.0191369429, -0.00748313498, 0.00513761677, -0.00609291065, -0.0110751949, -0.00359400176, 0.0195563398, -0.0091102412, -0.020830065, 0.0228338521, -0.00998010207, 0.00488520181, -0.00182612578, 0.00415125675, -0.00628707604, -0.00417843973, 0.0273384899, -0.000155817746, 0.00808504783, 0.0125819184, -0.0221969895, -0.00465997, -0.00956847146, -0.0189039446, -0.0014222617, 0.0201776698, -0.0169467572, -0.0239988454, 0.00251638377, -0.0331168547, 0.00126692932, 0.00349886087, 0.0123799872, -0.0242318437, -0.00429882249, 0.0098480694, 0.0197893381, -0.00551429763, -0.00410854025, 0.00864424463, 0.0189660769, 0.00476870267, -0.00317266281, 0.0301189385, 0.00116208, 0.00434542214, 0.00652395794, 0.0131566487, 0.0207368657, 0.0336449817, -0.00288141472, 0.00504830061, 0.00527353259, -0.000303383451, -0.0123023205, -0.00109897624, -0.032868322, 0.0174127538, 0.00110868446, -0.0064890082, -0.00103684328, -0.00497840112, 0.00820154697, -0.00335517828, 0.0205970667, 0.0207834654, -0.006652107, 0.0061705769, 0.00695888838, -0.0141818421, 0.0155487666, 0.0238901135, -0.00372603419, -0.00663657393, -0.00399980741, -0.0137469117, 0.00572011294, -0.0175370201, 0.00263094134, 0.000584923313, -0.00583661254, -0.0145779392, -0.0391126797, -0.00023020737, 0.00881511, 0.00733945286, 0.0165273603, -0.0137236118, 0.00168050162, 0.0245891083, -0.0109198634, 0.0105858985, -0.00824814662, -0.0077239, -0.00190670439, -0.0087995762, -0.0186088141, 0.00207368657, -0.0150051033, -0.0208766647, -0.0130090825, 0.0110596623, 0.0110285953, -0.00153681927, -0.0189816114, 0.015137136, 0.0118363239, -0.0116266254, 4.56592097e-05, 0.0144925062, -0.0200223383, 0.00935877301, -0.00762681756, -0.00508713396, -0.00873744395, -0.0108499629, 0.0051531503, -0.0206592, -0.00157856487, -0.00613174401, -0.0128382174, 0.000309936557, -0.0030639302, -0.00931994, 0.00610067742, -0.0192146096, 0.00782098249, 0.00622105971, -0.00427552219, -0.0111994613, -2.21773316e-05, -0.0352293737, 0.00254939194, -2.14947177e-05, 0.0241541769, 0.0126052191, -0.0134673128, -0.00279404037, -0.00401922408, -0.0199291389, 0.00546769798, 0.00454735383, 0.00133682892, -0.000176205111, 0.0253813025, 0.00705208769, 0.00256104185, -0.00615116, 0.00832581334, -0.00132517901, -0.0155099332, -0.0156963319, 0.00236299308, -0.0123489201, 0.00918790698, 0.00759575097, 0.00355128548, -0.0240765121, -0.0156963319, -0.00297267246, -0.0103839664, 0.00242124265, -0.012178055, -0.0171797555, -0.0163254272, 0.0134595465, 0.0098325368, 0.00324062072, 0.0131799486, -0.00485801883, -0.0148653043, -0.00742100226, -0.00670647342, 0.00257075019, 0.0144536737, 0.0175370201, 0.0140109761, -0.00748313498, -0.0227095876, 0.000697539246, 0.0310198665, -0.00639580889, 0.0141973747, -0.0040813568, 0.00434542214, -0.0120615559, -0.0165894926, -0.00643464178, -0.00823261403, 0.0251949038, 0.0360681675, -0.0164652281, 0.00154458592, -0.00507548405, -0.0397029445, 0.0046056034, 0.00550264772, -0.0171642229, 0.012146988, -0.00643075863, -0.0063336757, 0.0174127538, -0.00456288736, 0.0116188582, 0.0224765874, -0.0163875613, 0.00409300672, 0.00801514834, -0.0156963319, 0.0352293737, 0.00542109832, -0.000299500156, 0.0136459451, 0.0043920218, -0.00945973862, 0.000724237, 0.0100500016, -0.00816271361, 0.00493568461, 0.0109043298, 0.00577447936, -0.0225076545, 0.0215445943, 0.00401534094, -0.0189039446, -0.00285811489, -0.0108421966, 0.0106014321, -0.013164415, 0.0073821689, 0.00493956823, -0.00415902305, -0.00373185915, 0.00627154298, -0.00868307706, -0.00148924871, -0.0176146869, 0.00279792352, 0.0126984185, -4.24130085e-05, -0.00105723063, 0.00188728783, 0.0141430087, -0.0306160022, -0.012178055, 0.0205349345, -0.000691228895, -0.0291092787, -0.00889277551, -0.00105528906, -0.00295908097, -0.0267948266, 0.00592981186, 0.00977040362, -0.0181894153, 0.00743653532, 0.00154944, 0.00224843551, -0.0070637376, -0.0123877535, 0.0134828463, 0.00126790011, -0.00987913646, -0.0126129854, -0.00190864597, -0.0130712157, 0.0116110919, -0.0179874841, 0.0213737283, 0.000807728095, -0.011556725, 0.0175836198, 0.0114091597, 0.00310664671, 0.00473763607, -0.0103529, -0.00828698, -0.00421338947, 4.84503398e-05, 0.0131954812, -0.0241386443, -0.00449298788, 0.0152381016, 0.01446144, 0.0137158446, 0.00135430379, 0.00958400499, 0.0199446715, -0.00177078857, -0.0254745018, -0.0118285567, -0.0162166953, -0.0163254272, 0.0269967597, -0.00549488142, 0.000331052026, -0.0114246933, 0.00825591385, 0.00212805299, -0.00123974623, -0.02373478, 0.00723848678, -0.0217775926, 0.0354779027, 0.00768506713, -0.0187796783, -0.0154400337, -0.00550264772, -0.00352021889, 0.013700312, -0.00577059621, -0.0153468344, -0.0101820342, -0.00146206561, 0.00196980801, 0.0143138748, -0.00897820853, 0.0147954049, 0.0113547938, 0.0103140669, -0.0113780936, -0.000746566046, -0.00818601344, 0.0106014321, 0.0031474214, 0.00823261403, -0.00890054274, -0.0105781313, 0.00049536454, 0.00136595371, 0.0249774382, -0.00363671826, -0.00314936298, -0.0118440902, -0.00828698, -0.000410174427, 0.00634920923, 0.00528129935, 0.00420562271, 0.00229503517, -0.00032935309, 0.00957623869, -0.00679190597, -0.00780544942, -0.0277268216, -0.00296878908, 0.0277578868, 0.0174748879, 0.0266705621, 0.00886947569, 0.00773943355, 0.00505218422, -0.0654881075, 0.00359594356, 0.00770836696, 0.000632493815, -0.0119683566, 0.0018222424, 0.0108266631, 0.0139100105, 0.00714140385, 0.0078248661, 0.00914130732, 0.000392699556, -0.00943643879, 0.00459783711, -0.0179874841, -0.00881511, 0.0269812252, -0.0032600374, -0.0271676239, -0.012543086, -0.00058298168, 0.00661715725, 0.00607737759, -5.8553007e-05, 0.000437600305, 0.029513143, -0.000217707973, -0.000850929937, -0.0200689379, -0.0165428929, 0.00502888439, 0.000319402112, -0.0261890311, -0.00190087943, 0.000969856221, -0.0077006, 0.0144536737, -0.0133974133, -0.0118906898, -0.00661715725, -0.0022212523, 0.000568419229, -0.0201000031, -0.0137391444, -0.0098325368, -0.00339206983, -0.0166671593, 0.000613562705, -0.0147565715, -0.000940246042, 0.00898597576, 0.0139954435, -0.00556089729, -0.0141663086, -0.00514926668, 0.00686568907, -0.0142051419, -0.00469491957, -0.000357992481, -0.0119761229, -0.0330236554, -0.0283170845, 0.0016970057, 0.00045968662, -0.00711033726, 0.0235483814, 0.0207213331, 0.0035066274, 0.00974710379, 0.0167603586, -0.00305810524, -0.00988690276, 0.00705208769, -0.0307402685, 0.0100500016, 0.0216843933, 0.00318042957, 0.0175836198, 0.00121935876, 0.00492791831, 0.00930440705, 0.0436794534, 0.0346080437, 0.00283093168, 0.00529683242, 0.00912577473, -0.0196650736, -0.0227717198, -0.00498616789, -0.00488520181, 0.0124498866, 0.0157506987, -0.00163196027, -0.00452793762, -0.00578612927, 0.00161545619, 0.00200378709, -0.00517256651, 0.000493665575, 0.0205815341, -0.0164652281, 0.00348721095, 0.0175214875, -0.00271637412, 0.0182981491, -0.00845784508, -0.0202708691, -0.0206592, 0.0136770122, 0.00475705275, 0.00539003173, 0.00270084082, 0.0306160022, 0.00919567421, 0.0158904977, 0.00539391534, 0.00413572323, 0.00812388118, -0.00313188811, -0.0109509295, -0.00557643082, 0.00556478091, -0.00690063881, -0.0249774382, 0.0255521685, 0.00658220751, 0.0110596623, -0.0176768191, -0.0116887577, 0.0116887577, -0.00503276754, 0.0331479199, 0.00187855039, 0.0024173595, 0.00427940581, -0.00804621447, -0.012939183, 0.00931994, 0.00574729638, -0.00259405, 0.00109218049, 0.0040813568, 0.00963837095, 0.0100888349, 0.000601427397, -0.021311596, -0.0130945155, 0.0024833756, 0.00718412036, -0.0143837743, -0.0237192474, -0.00398427434, -9.13791e-05, 0.021280529, -0.0071685873, -0.00969273783, -0.00166885171, 0.0035474021, 0.00935877301, -0.00141546584, 0.0202553365, 0.0163720269, -0.0156963319, -0.00268530776, 0.00284646498, 0.00647735829, -0.00145235728, -0.0247599743, 0.00424057245, 0.000146837599, 0.00990243629, 0.0256143, -0.00408912357, -0.0165428929, -0.00427552219, -0.0268103611, 0.0248221066, -0.0102208676, 0.012038256, -0.00951410551, 0.0130323824, -0.00400369102, -0.0116110919, 0.0341109782, -0.0178321525, 0.000625212619, -0.00850444473, 0.0127838505, -0.00320761255, 0.00458618719, 0.00679190597, 0.0201776698, -0.00279015698, -0.0137313781, -0.0368758962, 0.0105470652, -0.00260764151, 0.0079064155, -0.00355905201, -0.00194262492, 0.0142051419, -0.00197174982, 0.00722295325, -0.00736663584, 0.00768118398, -0.0126362853, -0.00252997526, 0.00815494731, -0.0179564171, -0.00601912802, -0.0065705576, 0.000272559701, 0.00490073487, 0.00481141917, -0.000320372928, -0.014376007, -0.00629484281, -0.00614727708, -0.017785551, -0.00452017086, 0.0110363625, 0.023424115, 0.0199446715, 0.00560749695, 0.0020406784, -0.00553371431, -0.00845007878, 0.000917431607, -0.00824814662, 0.00892384257, -0.0149274366, -0.0132110147, -0.000583467074, -0.00740935234, -0.0109742293, 0.00147954049, 0.0113858599, -0.00537061552, -0.0254434366, 0.0184534807, 0.00621329341, 0.0285345484, 0.0134983798, -0.00504441746, 0.012939183, 0.00312606315, -0.00546769798, -0.0100733014, -0.00997233577, 0.0154012, 0.0102752335, -0.00458230358, -0.0130168498, 0.00716470368, -0.00497840112, 0.00448910426, -0.00108732632, 0.00973933749, -0.0194631405, -0.00591816194, -0.00842677895, -0.00757633429, 0.025847299, -0.00668317359, -0.00301538897, -0.012263488, -0.0112227611, 0.00465608668, -0.00875297654, 0.00860541128, 0.00631037587, 0.00792194903, -0.00510266703, -0.00886947569, 0.00497840112, -0.0255366359, -0.021000931, 0.0324333906, -0.00763070071, 0.010655798, -0.0124731865, -0.0241075773, 0.00528906565, -0.000101754813, -0.00138925354, -0.0118207904, -0.00828698, -0.0197427385, 0.0031454796, 0.00426387228, 0.00331828697, -0.00991020259, 0.0147954049, -0.00712975394, -0.00534343207, 0.0151992682, 0.00643852493, -0.00227950187, 0.0375593565, 0.00931217335, 0.0364099, 0.00311441324, 0.00900927559, -0.0121392217, 0.00952187181, -0.0311285984, -0.0132343145, -0.0267326944, -0.00731226942, -0.0080539817, -0.0125896856, 0.0132653806, -0.0113392603, -0.00921897404, 0.00445803814, 0.012628519, -0.00035508, -0.0246046409, -0.0146944383, -0.0132420808, -0.00568904681, -0.0172418896, 0.00314936298, -0.0051881, -0.0110130627, 0.00512985047, 0.010345133, -0.00582884578, -0.0162166953, -0.00951410551, 0.00432988862, 0.00824814662, 0.00133391644, -0.0164807606, 0.00464443676, 0.00276297377, 0.00370467617, 0.013529446, -0.0170865562, -0.0162788276, -0.0157506987, -0.00118246733, 0.0112771271, -0.00165428931, 0.00497840112, -0.00180379674, 0.0109819956, -0.0126751186, 0.03709336, 0.00541721517, 0.0100810686, -0.0201310702, 0.0294199437, 0.0189039446, -0.0129780164, 0.00469880318, -0.0126751186, -0.0103373667, 0.0105625987, -0.00592204509, -0.00309888, 0.00498228474, -0.0172574222, -0.0217309929, 0.0119450567, -0.000931023154, -0.00464055361, -0.00695500523, -0.0316567309, 0.00812388118, -0.00511043379, 0.00323479576, -0.0173040219, 0.0673521, 0.000197077898, -0.0119683566, 0.00590651203, 0.0156186661, 0.00585602876, 0.00298432237, 0.0415669307, -0.0196495391, 0.0297306087, -0.0033105202, 0.0113470266, -0.000208485115, 0.016884625, -0.00347944419, -0.00869084429, -0.00428328896, -0.00728508644, -0.0177234188, -0.00702490471, 0.0141818421, -0.0186243467, 0.00123780454, -0.0255832355, -0.00231639342, -0.0132110147, -0.0318431295, 0.00392990792, -0.023703713, -0.00921120681, -0.00258822506, 0.0232687835, 0.00425610598, -0.00505606737, -0.0241386443, 0.00400757417, -0.00402699085, -0.0215135273, 0.0160458293, -0.010570365, 0.000705791288, 0.00545993168, -0.00313577149, 0.00704043778, 0.00646570837, 0.0144381402, -0.000417212927, -0.0080539817, -0.00909470767, -0.00650065811, -0.0047104531, 0.00108344306, -0.011020829, -0.0108577302, 0.0211251974, 0.0132032484, -0.00332799531, 0.00904810801, 0.000802388589, -0.00113586767, 0.00246395916, 0.0103606666, 0.00165234762, 0.00152808183, -0.00618999358, -0.015641965, -0.00556089729, 0.0132576143, -0.0115800248, 0.00107276393, 0.00565021345, -0.0101276683, 0.00475316914, -0.0168224908, -0.00149410288, 0.0361303, -0.0234551821, 0.00679967273, -0.0133508136, -0.0154711, -0.0126207517, 0.00249502552, 0.009669438, 0.00139993266, -0.00189602526, 0.00249502552, -0.0303208716, -0.0168224908, -0.00918014068, -0.00558808073, 0.000625212619, 0.0145080397, -0.00658609066, 0.0108421966, 0.00579389604, -0.00645017484, -0.0181117505, -0.0165894926, 0.011106262, 0.00025824, 0.0288607478, 0.000367700763, -0.0178787522, -0.0192301422, -0.023874579, 0.024946373, -0.00994127, 0.00942867249, -0.000201567964, 0.0207524, 0.00192223757, 0.00973157, 0.0103529, 0.0066210404, -0.00304063037, -0.000733945286, 0.0161700957, 0.00416679, 0.0137624443, 0.0144692063, 0.00935877301, 0.00842677895, -0.00865977723, 0.000195864355, -0.00162904779, 0.0106868641, 0.0167603586, 0.00915684085, 0.0205970667, -0.0288452134, 0.00302898046, -0.00296490593, 0.0138711771, -0.00760351773, 0.000587350398, 0.000393913098, -0.00128731667, -0.000572302553, 0.0119295232, 0.0183913484, 0.0160924289, -0.02114073, -0.00488908496, -0.00181738823, 0.0142051419, 0.0064074588, -0.00182806735, -0.026437562, 0.0256919675, 0.000263579539, -0.0168690905, 0.00835687947, 0.00028590858, -0.0294354763, 0.0204106681, 0.0095296381, 0.00622105971, -0.00573564647, -0.00178826344, 0.000682006, 0.00813164748, 0.0119372895, 0.0129857827, -0.00594922807, 0.00356876035, -0.0183136817, -0.00295325601, -0.0151526686, 0.0202087369, 0.00302509707, 0.00814718101, 0.0130090825, 0.011106262, -0.00614339393, 0.00371438428, -0.000972283306, 0.0030483969, -0.00365030975, 0.0253036376, -0.0343905799, -0.00982477, -0.00344449445, 0.00398039119, 0.0530615225, 0.0149818035, -0.00250279228, 0.00339983637, -0.000978593715, 0.00349497749, -0.0010213101, -0.000111341731, -0.00773166679, 0.00188728783, -0.00694723846, -0.00505995052, -0.0192146096, 0.0284102838, 0.0149585037, 0.0118984561, 0.00772778364, 0.00760740088, -0.00294743106, 0.00319790444, 0.00131547067, 0.00221542735, 0.00914130732, 0.00660939049, 0.00781321619, 0.0129702501, 0.000178510832, 0.012543086]
|
27 Feb, 2025
|
HTML5 MathML Introduction
27 Feb, 2025
Mathematical Markup Language (MathML) is an XML-based markup language designed to represent mathematical expressions and formulas on web pages.
It is an integral part of HTML5, allowing browsers to display mathematical content without the need for additional plugins or images.
Importance of MathML in HTML5With the inclusion of MathML in HTML5, web developers and educators can seamlessly integrate mathematical notation into web pages, improving accessibility and readability. MathML provides a structured and semantic way to present mathematical content, ensuring it can be rendered properly across different devices and assistive technologies.
Example
HTML
<html>
<body>
<p>Here is a simple fraction:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mfrac>
<mn>1</mn>
<mn>2</mn>
</mfrac>
</math>
</p>
</body>
</html>
<math>: Root element for MathML content.<mfrac>: Represents a fraction.<mn>: Numeric value (numerator/denominator).MathML TagsMathML (Mathematical Markup Language) provides a variety of tags to represent mathematical notations. Below is a list of commonly used MathML tags:
Tag
Description
MathML <math> tagMathML element you want to use they should wrapped inside of the <math> tag.MathML <maction> tagThis tag is used to show the bind action of any expression.MathML <menclose> TagThis tag is used to renders the contents which is inside of an enclosing notation specified by the notation attribute.MathML <merror> TagThis tag is used to wrap the expression in a box, makes that expression eye-catching.MathML <mfenched> tagThis tag is used to add custom open and closing parentheses.MathML <mfrac> tagThis tag is use to add fraction symbol between two digits or equations.MathML <mglyph> TagThis tag is used only for those characters or symbols that are not available on Unicode characters.MathML <mi> TagThis tag is used as an identifier such as any kind of symbol or function. You can put any statement inside this tag.MathML <mlabeledtr> tagThis tag is used to represent a label in a row, either on the left or on the right side inside of the <mtable> element.MathML <mmultiscripts> TagThis tag is used to create multi-dimensional matrices. The degree depends on the conditionality of a representative array.MathML <mn> TagTHis tag is used to display a numeric character which is normally a sequence of digits with a possible separator.MathML <mo> TagThis tag is used print operator between elements. Any kind of mathematical operator can be used by this tag.MathML <mover> TagThis tag is used to attach an accent or a limit over an expression.MathML <mpadded> TagThis tag is used to add extra padding and to set the general adjustment of position and size of enclosed contents.MathML <mphantom> TagIt is used to rendered invisibly but the dimensional are still kept.MathML <mroot> TagThis tag is use to display the power of the root like root squire.MathML <mrow> TagThis tag is used to create a row that contains some mathematical expression or any random text.MathML <ms> TagThis tag is used to represent string that will represent the mathematical expression by programming languages and computer algebra systems.MathML <mspace> TagThis tag is used to print blank space. The size of the blank space has to be mentioned in the attributes.MathML <msqrt> TagIt is use to display the root squire of the element content.MathML <style> TagIt is an inbuilt tag in HTML5. This tag is used to change the styles of the children elements.MathML <msub> TagIt is used to print the base power on any expression.MathML <msubsup> TagIt is used to print base power and power on any expression.MathML <msup> TagIt is used to print power on any expression.MathML <mtable> TagThis tag is similar to the normal HTML <table> tag.MathML <mtd> TagThis tag is used to create table data of a table or the matrices in HTML5MathML <mtext> TagThis tag is used to print any text before after any expression.MathML <mtr> TagThis tag is used to create row of a table or the matrices in HTML5.MathML <mth> TagThis tag is used to create header of a table or the matrices in HTML5.MathML <munder> TagThis tag is used attach any accent or limit under the expression.MathML <munderover> TagThis tag is used attach any accent or limit under the expression plus over the expression.MathML <semantics> TagThis tag is used to markup the mathematics there are two possible ways to markup mathematicsLimitations:MathML is not designed to perform calculations or solve equations; it solely serves to display mathematical expressions.It is a markup language for representing mathematical notation, not a programming language.Capabilities:MathML can represent matrices, allowing for the structured display of rows and columns.It can depict partial differential equations, facilitating the presentation of complex mathematical relationships.MathML is capable of illustrating chemical reaction equations, enabling the clear representation of reactants and products.More Examples of HTML5 MathML
Pythagorean Theorem Using MathML
html
<html >
<body>
<p>The Pythagorean theorem states:</p>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<msup><mi>a</mi><mn>2</mn></msup>
<mo>+</mo>
<msup><mi>b</mi><mn>2</mn></msup>
<mo>=</mo>
<msup><mi>c</mi><mn>2</mn></msup>
</mrow>
</math>
</body>
</html>
In this example,
The <msup> element is used to create superscripts, representing the squares of sides ‘a’, ‘b’, and ‘c’.The <mo> element denotes operators, such as ‘+’ and ‘=’, to construct the equation. Chemical Reaction Equation Using MathML
HTML
<html>
<body>
<p>A simple chemical reaction:</p>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<msub><mtext>Zn</mtext></msub>
<mo>+</mo>
<msub><mrow><mtext>CuSO</mtext><mn>4</mn></mrow></msub>
<mo>→</mo>
<msub><mrow><mtext>ZnSO</mtext><mn>4</mn></mrow></msub>
<mo>+</mo>
<msub><mtext>Cu</mtext></msub>
</mrow>
</math>
</body>
</html>
In this example,
The <msub> element is used to add subscripts, representing chemical formulas like ‘CuSO₄’ and ‘ZnSO₄’.The arrow symbol (→) indicates the direction of the chemical reaction.Best Practices for Using MathML in HTML5Use the <math> Tag: Always encapsulate MathML content within the <math> element to ensure proper rendering and semantic clarity. Validate MathML Code: Regularly validate your MathML markup using tools like the W3C MathML Validator to maintain correctness and compatibility. HTML5 MathML -FAQsWhat is MathML? MathML stands for Mathematical Markup Language; it’s an XML-based language designed to display mathematical notation on the web.
How do I include MathML in an HTML5 document? Embed MathML within the <math> tag in your HTML5 document to integrate mathematical expressions seamlessly.
Is MathML supported by all browsers? MathML support varies among browsers; while some have native support, others may require polyfills like MathJax for proper rendering.
Can MathML handle complex equations?Yes, MathML is capable of representing complex mathematical expressions, including matrices, integrals, and differential equations.
Does MathML support accessibility features?MathML enhances accessibility by allowing screen readers to interpret and vocalize mathematical content effectively.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today.
|
NextJS/Next.js Tutorial/How to create previous and next button and non-working on end position using JavaScript ?/How to make a Icon position Radio Button using jQuery Mobile ?/How to make a Themed Radio Button using jQuery Mobile ?/How to make a Disabled Radio Button using jQuery Mobile ?/jQuery Mobile Button Widget disabled Option/jQuery Mobile Selectmenu Widget disabled Option/jQuery UI Selectmenu disabled Option/jQuery UI Selectmenu icons Option/jQuery UI Selectmenu position Option/jQuery UI Selectmenu width Option/jQuery UI Selectmenu Widget Complete Reference/jQuery Mobile Selectmenu Widget Complete Reference/jQuery Mobile Rangeslider Widget defaults Option/jQuery Mobile Checkboxradio Widget defaults Option/jQuery Mobile Checkboxradio Widget wrapperClass Option/jQuery Mobile Checkboxradio initSelector Option/jQuery Mobile Selectmenu initSelector Option/jQuery Mobile Listview initSelector Option/jQuery Mobile Listview inset Option/jQuery Mobile Listview splitTheme Option/jQuery Mobile Listview filterTheme Option/jQuery Mobile Filterable filterTheme Option/jQuery Mobile Filterable defaults Option/jQuery UI Introduction/jQuery Mobile Introduction/How to make Non-inset collapsibles using jQuery Mobile ?/How to create a 3D outset and inset border using CSS ?/CSS inset-block-start Property/How to Apply Inset to Box Shadow in Tailwind CSS?/How to Apply Shadow Effect on Text Using CSS?/How to apply colored shadow and border properties to a grayscale image?/Drop shadow for PNG image using CSS/How to Add Shadow to Image in CSS ?/How to Add Shadow to Button in CSS ?/How to Add a Shadow to a Button ?/How to make a Shadow Button using jQuery Mobile?/How to make Mini sized Grouped button footer using jQuery Mobile ?/How to create a Mini sized selects using jQuery Mobile ?/How to create right positioned icon selects using jQuery Mobile ?/How to make Vertical selects using jQuery Mobile ?/How to make Vertical Selects controlgroup using jQuery Mobile?/How to make a horizontal controlgroup using jQuery Mobile ?/jQuery Mobile Controlgroup Widget Complete Reference/jQuery Mobile Controlgroup direction Option/jQuery UI Controlgroup option(optionName, value) Method/jQuery UI dialog option(optionName) method/jQuery Mobile Dialog Widget closeBtnText Option/jQuery Mobile Button Widget corners Option/jQuery Mobile Flipswitch Widget corners Option/jQuery Mobile Flipswitch option() Method/jQuery Mobile Flipswitch create Event/jQuery Mobile Flipswitch enable() Method/jQuery Mobile Flipswitch refresh() Method/jQuery Mobile Collapsibleset refresh() Method/jQuery Mobile Collapsibleset Widget expandedIcon Option/jQuery Mobile Collapsibleset Widget iconpos Option/jQuery Mobile Button Widget iconpos Option/jQuery Mobile Button Widget iconshadow Option/jQuery Mobile Button Widget theme Option/jQuery Mobile Collapsible Widget theme Option/jQuery Mobile Collapsible Widget contentTheme Option/jQuery Mobile Page contentTheme Option/jQuery Mobile Page defaults Option/jQuery Mobile panel defaults Option/jQuery Mobile panel classes.panel Option/jQuery Mobile panel classes.animate Option/jQuery Mobile panel classes.contentFixedToobar Option/jQuery Mobile panel close() Method/jQuery Mobile panel create Event/jQuery Mobile Page create Event/jQuery Mobile Dialog create Event/Onsen UI Dialog CSS Component Basic Alert Dialog/Onsen UI CSS Component Basic Toast/Onsen UI CSS Component Basic Notification/Onsen UI CSS Component Basic Action Sheet/Onsen UI CSS Component Call To Action Button/Onsen UI CSS Component Radio Button in List Item/Onsen UI CSS Component List Item with Subtitle/Onsen UI CSS Component Textarea in List Item/Onsen UI CSS Component Basic Textarea/Onsen UI Textarea CSS Components/Onsen UI Button CSS Components/Onsen UI Text Input CSS Components/Onsen UI CSS Component Basic Text Input/Onsen UI CSS Component Basic Search Input/Onsen UI CSS Component Material Search Input/Onsen UI CSS Component Material Popover/Onsen UI Popover CSS Components/Onsen UI CSS Component Popover (top)/Primer CSS Popover Right-top/Primer CSS Popover Left/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Foundation CSS Progress Bar Sass Reference/Foundation CSS Thumbnail Sass Reference/Foundation CSS Badge Sass Reference/Foundation CSS Badge Coloring/Foundation CSS Button Group Coloring/Foundation CSS Button Group/Foundation CSS Button Group Sass Reference/Foundation CSS Close Button Sass Reference/Foundation CSS Kitchen Sink Close Button/Foundation CSS Kitchen Sink Orbit/Foundation CSS Kitchen Sink Dropdown Pane/Foundation CSS Kitchen Sink Dropdown Menu/Foundation CSS Kitchen Sink Drilldown Menu/Foundation CSS Accordion Menu ScrollTop Drilldown/How to create Nested Accordion using Google AMP amp-accordion?/How to create Floating amp-addthis in Google AMP ?/Google Amp amp-ad/Google AMP amp-date-countdown/Create a Countdown Timer for New Year Using Python/Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript/Design an Online Voting System Card using Tailwind CSS and JavaScript/BMI Calculator Card using Tailwind CSS & JavaScript/Tip Calculator Card using Tailwind CSS & JavaScript/HTML5 | Introduction/HTML5 | MathML <msubsup> Tag/HTML5 | MathML <munderover> Tag/HTML5 MathML <semantics> Tag/HTML5 MathML accent Attribute/HTML5 MathML dir Attribute/HTML5 MathML display Attribute/HTML5 MathML displaystyle Attribute/HTML5 MathML Introduction
|
https://www.geeksforgeeks.org/html5-mathml-introduction/
|
NextJS
|
HTML5 MathML Introduction
|
How to create previous and next button and non-working on end position using JavaScript ?, jQuery Mobile Checkboxradio initSelector Option, jQuery Mobile panel defaults Option, Foundation CSS Badge Sass Reference, Node.js http.ServerResponse.getHeader() Method, How to make a Icon position Radio Button using jQuery Mobile ?, How to create Floating amp-addthis in Google AMP ?, jQuery Mobile Button Widget iconpos Option, Foundation CSS Button Group Sass Reference, Node.js Stream readable.destroyed Property, Primer CSS Popover Left, jQuery Mobile panel classes.contentFixedToobar Option, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Happy New Year 2025 | New Year Card Design using HTML CSS and JavaScript, Onsen UI Text Input CSS Components, HTML5 MathML <semantics> Tag, CSS pause-before Property, jQuery Mobile panel close() Method, HTML5 | MathML <munderover> Tag, Onsen UI CSS Component Call To Action Button, How to Play and Pause CSS Animations using CSS Custom Properties ?, jQuery Mobile Rangeslider Widget defaults Option, Create a Countdown Timer for New Year Using Python, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Foundation CSS Kitchen Sink Dropdown Pane, jQuery UI Selectmenu Widget Complete Reference, Foundation CSS Badge Coloring, Tip Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Selectmenu Widget disabled Option, Onsen UI CSS Component Radio Button in List Item, Google AMP amp-date-countdown, Foundation CSS Close Button Sass Reference, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, How to Add a Shadow to a Button ?, Node response.writeHead() Method, jQuery Mobile Filterable defaults Option, What is the use of a double-click event in AngularJS ?, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, jQuery Mobile Collapsibleset Widget iconpos Option, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, HTML5 MathML display Attribute, How to create right positioned icon selects using jQuery Mobile ?, jQuery Mobile Page contentTheme Option, How to change the style of alert box using CSS ?, How to create Nested Accordion using Google AMP amp-accordion?, Onsen UI CSS Component Popover (top), How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, How to make a Disabled Radio Button using jQuery Mobile ?, Onsen UI CSS Component Basic Search Input, Different types of module used for performing HTTP Request and Response in Node.js, How to make Mini sized Grouped button footer using jQuery Mobile ?, jQuery Mobile Button Widget corners Option, How to Apply Shadow Effect on Text Using CSS?, React MUI ToggleButtonGroup API, jQuery Mobile Checkboxradio Widget wrapperClass Option, jQuery Mobile Flipswitch refresh() Method, jQuery Mobile Dialog create Event, Onsen UI CSS Component Textarea in List Item, React MUI AppBar API, Onsen UI CSS Component Material Popover, jQuery Mobile Selectmenu Widget Complete Reference, jQuery Mobile Collapsible Widget contentTheme Option, jQuery Mobile Button Widget iconshadow Option, Onsen UI CSS Component Basic Action Sheet, Node.js response.writeContinue() Method, How to make a Shadow Button using jQuery Mobile?, jQuery Mobile Selectmenu initSelector Option, How to directly update a field by using ng-click in AngularJS ?, Onsen UI CSS Component Basic Textarea, jQuery Mobile Filterable filterTheme Option, jQuery Mobile Collapsibleset Widget expandedIcon Option, jQuery UI Introduction, CSS Tutorial, jQuery Mobile Page defaults Option, jQuery Mobile Dialog Widget closeBtnText Option, jQuery Mobile Controlgroup direction Option, jQuery Mobile Flipswitch enable() Method, How to apply colored shadow and border properties to a grayscale image?, Drop shadow for PNG image using CSS, jQuery Mobile Controlgroup Widget Complete Reference, jQuery Mobile Flipswitch Widget corners Option, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, HTML5 | MathML <msubsup> Tag, Onsen UI CSS Component Basic Notification, How to Add Shadow to Button in CSS ?, jQuery Mobile Listview inset Option, jQuery UI Selectmenu icons Option, jQuery Mobile Listview filterTheme Option, What are pre-request scripts in Postman, and how are they used?, How to create a 3D outset and inset border using CSS ?, How to Display JavaScript Variable Value in Alert Box ?, Node.js Stream readable.pause() Method, jQuery Mobile Flipswitch option() Method, How to Apply Inset to Box Shadow in Tailwind CSS?, How To Create an Alert Message Box using CSS?, jQuery UI Selectmenu disabled Option, How to Access Request Parameters in Postman?, Design an Online Voting System Card using Tailwind CSS and JavaScript, How to make a Themed Radio Button using jQuery Mobile ?, How to use Slider Component in Material UI ?, jQuery Mobile Listview splitTheme Option, HTTP status codes | Server Error Responses, jQuery Mobile Collapsible Widget theme Option, jQuery Mobile Flipswitch create Event, NextJS, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to make Vertical selects using jQuery Mobile ?, How to get original element from ng-click in AngularJS ?, Foundation CSS Kitchen Sink Close Button, jQuery UI dialog option(optionName) method, jQuery Mobile panel create Event, Node.js Stream readable.resume() Method, How to make Vertical Selects controlgroup using jQuery Mobile?, Foundation CSS Button Group Coloring, CSS inset-block-start Property, How can you view different types of responses in Postman?, jQuery UI Controlgroup option(optionName, value) Method, jQuery UI Selectmenu width Option, Primer CSS Popover Right-top, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, HTML5 | Introduction, HTML5 MathML displaystyle Attribute, Next.js Tutorial, Onsen UI Dialog CSS Component Basic Alert Dialog, jQuery Mobile Checkboxradio Widget defaults Option, Node.js Readable Stream close Event, HTML5 MathML Introduction, Onsen UI CSS Component Basic Toast, How to use AppBar Component in Material UI ?, HTML5 MathML dir Attribute, Foundation CSS Button Group, Explain the use of environment variables in Postman requests., How to make a horizontal controlgroup using jQuery Mobile ?, Onsen UI CSS Component Material Search Input, Foundation CSS Kitchen Sink Dropdown Menu, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to Add Shadow to Image in CSS ?, Google Amp amp-ad, Foundation CSS Kitchen Sink Orbit, BMI Calculator Card using Tailwind CSS & JavaScript, jQuery Mobile Page create Event, jQuery Mobile Button Widget disabled Option, Onsen UI Textarea CSS Components, Onsen UI CSS Component List Item with Subtitle, Express: Specify HTTP status code when throwing error in service, jQuery Mobile Collapsibleset refresh() Method, How to use TextField Component in Material UI ?, jQuery Mobile panel classes.animate Option, jQuery Mobile Listview initSelector Option, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Http2ServerResponse.sendDate Method, How to create a Mini sized selects using jQuery Mobile ?, p5.js | pause() Function, jQuery Mobile panel classes.panel Option, How to make Non-inset collapsibles using jQuery Mobile ?, How to organize requests within a Postman Collection?, Node.js Http2ServerResponse.getHeaderNames() Method, HTML5 MathML accent Attribute, Node.js Http2ServerResponse.writeHead() Method, Onsen UI Button CSS Components, jQuery Mobile Button Widget theme Option, Foundation CSS Thumbnail Sass Reference, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Foundation CSS Progress Bar Sass Reference, Onsen UI CSS Component Basic Text Input, React Suite Button <ButtonGroup> Props, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, Foundation CSS Kitchen Sink Drilldown Menu, How to write an Alert Box in JavaScript ?, Foundation CSS Accordion Menu ScrollTop Drilldown, How to create a new request in Postman?, Onsen UI Popover CSS Components, jQuery UI Selectmenu position Option, jQuery Mobile Introduction
|
GeeksforGeeks
|
[-0.0346372351, 0.00985369552, -0.0213496741, 0.0337414443, 0.0512591265, -0.00151890412, 0.00662304414, 0.0185130052, 0.03211575, 0.0265917089, 0.0236057397, 0.00532497698, 0.0110978493, -0.0150708463, 0.0158836935, 0.00556966057, 0.00375734363, 0.00131569232, -0.0315019675, 0.0219302792, -0.0407418795, -0.000190381412, -0.0358979777, 0.023589151, -0.0187286586, -0.00416791439, 0.0146312453, 0.00114565808, 0.00417828234, 0.00571481185, 0.0151952617, -0.00687602162, 0.00587240467, -0.0186623037, -0.0177499242, 0.00477340259, 0.017584037, 0.0240536351, -0.0297103859, -0.0237716269, 0.0382535756, 0.00362878107, 0.0330281295, 0.031120427, 0.016588714, -0.0162901171, -0.0228592474, -0.0435619615, -0.0174347386, -0.0280183367, 0.018645715, 0.0182144083, 0.0561030284, -0.00251319, 0.0100693488, -0.0326963551, 0.0403105728, -0.00857636519, 0.00736124162, -0.0253475551, 0.0154855642, -0.0319664516, 0.00153238245, -0.00395226106, -0.00482731592, -0.00399788, -0.029826507, 0.0291297808, 0.0204372946, -0.0204538833, -0.0272552576, 0.0257788617, 0.014739072, 0.000597712118, -0.0070211729, -0.00875054672, -0.0112803252, 0.0209349561, 0.0150459632, 0.00440015644, -0.000614300778, -0.0050595575, -0.0278192721, -0.00377600593, 0.0190106668, 0.0159002822, -0.0229256023, -0.0504296906, 0.0152699109, -0.00713314675, -0.0344049931, 0.0288477726, 0.00576043082, -0.011296914, -0.0170034319, 0.000624150329, 0.0161408186, 0.00112077501, -0.0338078, 0.033940509, -0.0141916443, 0.0362629294, 0.0289141275, -0.0187950134, 0.00163191475, -0.00252148439, 0.016588714, 0.0166882463, 0.0306725316, 0.0186291263, 0.0156846289, -0.0350021869, -0.0237384494, -0.0191267878, -0.000745973724, 0.0243024658, -0.0340732187, -0.0782323778, 0.025115313, 0.0373246074, -0.0413722508, 0.00824044365, 0.0075063929, 0.0377890915, -0.0546100475, 0.0466806404, -0.0266912412, -0.030473467, 0.0357652679, -0.0150542576, -0.0175508596, 0.0203377623, -0.00623735646, -0.0108739017, 0.0225938279, 0.0020829204, -0.00810358673, 0.0216980372, -0.0116121, -0.0193424411, -0.0278524496, 0.0104923612, -0.000187659825, 0.00168582809, -0.0482399799, -0.00656913081, -0.0067930785, 0.0716632456, -0.0298430957, 0.0129889632, -0.0278690383, -0.0233734977, -0.00173248374, -0.0190604329, 0.0213828515, -0.0176172145, -0.0119024022, 0.0302412249, -0.0314024352, -0.00299011567, 0.0104674781, -0.012408358, 0.0371918976, 0.0274045542, -0.00730732828, 0.0133622093, 0.0207524803, -0.0154026207, -0.0475432537, 0.0459839143, -0.0370260105, 0.0103430627, -0.0380876884, -0.0302744024, -0.0302246362, 0.00393567234, 0.0194253847, -0.019408796, 0.015850516, -0.0213662628, -0.038518995, -0.0391161889, 0.0272054914, 0.0544773377, -0.00838974211, -0.00164850347, 0.0421685092, 0.016057875, -0.0191267878, -0.0125244791, -0.0244849417, 0.0298430957, 0.0337414443, 0.0146063622, 0.0323645808, -0.0221459325, -0.0229256023, 0.0403105728, 0.0127898986, -0.00383199286, 0.00186000951, -0.023589151, 0.00349192414, -0.000709167507, 0.02153215, 0.000698799558, 0.00779669546, 0.0246342402, 0.0293122567, -0.00389005337, -0.0394147821, 0.0150044914, -0.0374573171, -0.012408358, -0.0164725929, 0.00549501134, -0.0437942035, -0.0413390733, 0.00516323699, -0.055771254, 0.0426329933, 0.00946386158, -0.00909891, -0.0056650457, -0.0297435634, -0.0487376414, -0.0143492371, -0.0440264456, 0.00622491492, 0.00912379287, 0.0346704125, 0.0174181499, 0.0140340514, 0.0127898986, 0.0157426894, -0.000629334303, 0.00132294989, -0.0271059591, -0.0077469293, 0.0318171531, -0.0360970423, -0.0166965406, 0.00239292206, -0.0200557541, -0.0247337725, -0.00697970111, 0.0176006258, -0.00533327134, -0.00724097341, -0.00356449978, 0.0517899655, -0.0527521111, 0.0110978493, 0.00471948925, -0.0302246362, 0.0436946712, 0.0458180271, -0.00500979135, -0.00990346167, 0.0063700662, 0.0396138467, -0.00562772108, -0.0132709714, -0.0111393211, 0.0180319324, 0.0271225479, 0.0330778956, -0.0435619615, -0.0235725623, -0.0144902412, 0.0349026546, -0.0470124148, 0.023174433, 0.00812847, -0.0308550075, -0.0333764926, -0.0357984453, -0.0122839427, 0.038817592, 0.00498905545, 0.0290302485, 0.000365729298, 0.0288809501, 0.0372914299, 0.0344381705, -0.0136691006, 0.00459922105, 0.00345874671, -0.045353543, -0.00555721903, -0.0231080782, -0.00470290054, -0.0111807929, 0.00780499, 0.0484058671, 0.0379549786, -0.00797917135, -0.013378798, 0.00184238399, -0.0294449665, -0.021648271, -0.00641568517, 0.00372831337, -0.0119355796, -0.0207856577, 0.0184466504, 0.0277860947, 0.0117282206, -0.0100859376, -0.0435951389, 0.00763910264, -0.023058312, -0.0200391654, 0.00210573, -0.0234896187, 0.0348363, 0.0300919265, -0.0176006258, -0.007323917, -0.0183139406, -0.00243854104, 0.0156846289, -0.0393484272, 0.00197094656, 0.0311370157, -0.00890814, -0.0327793, -0.0301416926, 0.0120517006, 0.000451783242, -0.0398129113, -0.0404101051, -0.00700458419, -0.0104260063, -0.0134451529, -0.0846024379, 0.0340732187, 0.0229919571, -0.0145565961, 0.0056235739, -0.0329285972, -0.0180651098, 0.00290509849, 0.00021098771, 0.0318503305, -0.0412727185, -0.0183637068, 0.0164891817, 0.0262433458, 0.021117432, 0.00165783463, 0.0454862528, 0.00502223289, -0.0179821663, 0.0146976, -0.00780913699, 0.00761421956, -0.0136193344, -0.0492684804, 0.0171527304, -0.00430477131, -0.00115084206, 0.0145648904, -0.0662885, -0.00118920347, -0.0521880947, -0.042002622, -0.00583093287, 0.0389171243, -0.0236223284, -0.0128396647, -0.0161988791, 0.0142994709, 0.0109070791, -0.037523672, 0.0258618053, 0.0122175878, -0.0263428781, -0.039713379, 0.00673087081, -0.0080496734, 0.0603497401, 0.0357984453, 0.0348363, 0.0190770216, -0.0243190546, 0.0253807325, -0.0376232043, -0.0045494549, 0.0285823531, -0.0108490186, 0.0539796762, -0.0106001878, -0.0256295633, 0.0420689769, 0.00917355902, -0.0154606812, -0.00894961134, 0.0322650485, -0.0148303099, 0.0350353643, -0.0112305591, 0.00828606263, 0.0143824145, 0.0135363908, 0.00592217082, -0.021117432, -0.0210676659, 0.044590462, -0.0270396043, -0.00948874466, -0.0191931427, -0.00773448776, -0.0204207059, 0.00418242952, 0.0242195223, 0.00110418629, 0.0640324354, -0.0177831016, 0.0267244186, 0.0390166566, 0.00925650261, -0.00373246055, 0.00698799547, -0.0104260063, 0.016381355, -0.0565675125, -0.0323314033, 0.0152616166, 0.0129474914, -0.00379052106, 0.00322857848, 0.0272718463, 0.00719950162, -0.00500149699, 0.00410778029, 0.0182641745, 0.00873395801, -0.0110314945, 0.00635762466, 0.00395018747, -0.0115623334, 0.00818653, 0.026409233, -0.0728576332, 0.0105753047, -0.0189277232, -0.0261272248, 0.0323645808, 0.0136359232, -0.0114793899, -0.000716425071, -0.0511264168, -0.00403935183, 0.0315185562, -0.0238877479, 0.0111144381, -0.0129474914, 0.0181812309, -0.0259281602, -0.015502153, 0.0222620536, 0.0334594361, 0.0377227366, 0.0357984453, -0.0338078, -0.0485054, 0.0366942361, -0.0162071735, -0.0133622093, -0.00526691647, -0.0225938279, 0.0563352704, 0.0166882463, 0.0156265683, 0.00298182131, 0.0168956053, -0.0171029642, -0.00527935801, -0.0209017787, 0.0397465564, 0.0379881561, 0.000271899393, -0.0219800454, 0.00723682623, -0.00913208723, 0.00380918337, 0.016937077, 0.0466806404, 0.0283832885, -0.020769069, 0.0138515756, -0.0232076105, -0.0400783308, 0.0112388534, -0.0205202382, -0.00357279414, -0.0268239509, -0.00948045, 0.0174015611, -0.0223449972, 0.042301219, -0.0379218, 0.0453867204, -0.00865930878, 0.0189277232, -0.04177038, 0.0300753377, -0.0108490186, 0.0194917396, 0.0210676659, -0.0136691006, 0.0119272852, -0.00317466515, 0.0199230444, -0.00992834475, 0.000840322056, 0.0181480534, -0.0229919571, 0.0128396647, 0.0329949521, -0.0069216406, -0.00613782415, 0.0129889632, 0.00617514877, 0.00670184055, 0.0454198979, -0.0221625213, -0.00151475694, -0.0205036495, -0.0106831314, -0.0222454648, 0.0168375447, 0.0415381379, -0.0138183981, 0.00347740902, -0.0244351756, 0.0155850966, 0.00503467442, 0.0012037186, -0.0566338673, 0.00661889696, -0.0206695367, -0.00771789905, 0.00267078285, -0.0223947633, 0.030058749, -0.038817592, -0.0154938586, -0.000836693274, 0.0235559735, 0.0156099796, 0.0207524803, -0.00615441287, -0.010674837, -0.00187970861, -0.00714558829, -0.0220298115, -0.0221293438, -0.0199728105, 0.016173996, -0.0104011232, 0.0379218, 0.035466671, -0.0136608062, -0.0373909622, -0.0278690383, 0.00875884108, 0.00492270058, -0.00770960469, -0.00436283182, 0.00629541697, 0.0266912412, -0.0026811508, 0.00380918337, 0.0308881849, 0.0434624292, 0.00208084681, 0.025878394, -0.00237425976, -0.0221956987, -0.00676404824, 0.0211671982, -0.00105597533, -0.00662304414, 0.0179324, 0.00932285748, -0.0208686013, -0.0618095472, -8.06755779e-05, 0.0132046165, 0.0249494258, -0.0191765539, -0.0103762401, 0.0238711592, 0.0371918976, -0.0198069233, -0.00283044926, 0.0139096361, -0.0164560042, -0.005926318, 0.0216814484, 0.0387180597, -0.00961316, -0.0246010628, -0.0203211736, 0.00699629, -0.0108573129, 0.0300753377, 0.00112595898, -0.0369596556, -0.0184134729, 0.0170863755, 0.0166965406, -0.0395143144, -0.0263097, -0.0189443119, 0.0151372012, -0.00973757543, -0.00899937749, 0.0189277232, -0.00205285335, 0.00282422849, -0.0167877786, 0.022411352, 0.00509688212, -0.024468353, 0.00164435629, 0.00145980681, -0.0424671061, 0.00914867595, -0.0274874978, 0.00176566117, -0.0053415657, 0.0484058671, 0.0248167161, -0.0250987243, 0.00075686007, -0.0163564719, 0.00735294726, 0.00707093906, 0.0519558527, -0.0329451859, 0.107229449, -0.00352924876, 0.023589151, -0.00712070521, 0.0394479595, 0.0184632391, 0.0209183674, -0.0149547253, -0.014092112, 0.0206363592, 0.016937077, 0.00733635854, 0.0157426894, 0.00724097341, -0.0198898669, -0.00554892467, -0.0144321807, -0.0211671982, -0.00833582878, 0.0223615859, 0.0176669806, 0.0189277232, -0.0409741215, 0.00994493347, 0.00792525802, -0.00702532, 0.0363956392, 0.0261604022, -0.0114296237, 0.00387139106, 0.0293786116, -0.0020839572, -0.0239872802, -0.014116995, 0.028648708, 0.00130947155, 0.0272054914, -0.0347699448, -0.00226643309, 0.00311867823, 0.0143492371, 0.0079294052, -0.0154689755, -0.0283998773, -0.0234896187, -0.023705272, -0.00848927442, 0.0562025607, 0.00154689758, 0.0221127551, 0.00925650261, 0.016265234, -0.000935188727, 0.00512176519, -0.00181957451, 0.00215238566, -0.0303739347, 0.00865930878, -0.0242858771, -0.0130802011, 0.00271640182, -0.0138266925, 0.0235725623, 0.0116286883, 0.00144840206, -0.0266580638, -0.00534986, 0.017351795, 0.0185627714, 0.0200557541, 0.0312531367, 0.0221956987, -0.0117779868, 0.0065110703, 0.0153196771, -0.0423675738, 0.0113300914, 0.00522544468, -0.00542865647, 0.015502153, -0.00935603492, 0.0166633632, -0.00316637079, 0.0148717817, -0.00609635236, -0.000269566604, -0.00700043701, 0.0131797334, -0.0143990032, 0.0393484272, 0.00247379183, -0.0187452473, 0.00051865651, 0.0298928618, 0.0282505788, -0.0175508596, 0.0285989419, 0.000442452088, 0.0105089499, -0.0231578443, -0.0237550382, 0.00992005, -0.0179324, 0.0246342402, 0.0223449972, 0.000669250905, -0.00352510158, -0.00104301539, -0.0213662628, 0.0283335224, -0.0497993194, 0.0287316516, -0.018994078, -0.00448724721, -0.0198069233, 0.0206529479, -0.00814505853, -0.0278358608, 0.0117779868, -0.00496831955, 0.00129599322, 0.0136939837, 0.0027018867, -0.0502638035, 0.011852636, 0.00340483361, -0.0137769263, 0.00390042132, -0.00337580335, 0.0553399473, 0.00281386054, 0.00783402, -0.0203709397, -0.038054511, -0.013055318, -0.0130055519, -0.00338824489, -0.0232573766, 0.0023452295, -0.00993663911, 0.0402773954, -0.00593875954, -0.0135032134, 0.0238048043, -0.00297352695, -0.000721609045, 0.0215653274, 0.0265585314, 0.0340400413, -0.00467387028, 0.0108324299, 0.0229587797, -0.00380088901, -0.00364536978, -0.0122009991, -0.0140755232, -0.0106997201, 0.0205865931, -0.00377185876, 0.0181480534, -0.0168956053, 0.0111476155, -0.0125576565, 0.0136110401, -0.0129474914, -0.0231246669, -0.00650692312, 0.000194917389, 0.0268737171, -0.0157675724, -0.0161574073, 0.0124664186, 0.0237218607, 0.0224942956, 0.0312863141, -0.0180982873, 0.0317176208, 0.00376978517, 0.00525447493, -0.00941409543, -0.0165555365, -0.00770960469, 0.0267244186, 0.0191267878, -0.00814920571, 0.040244218, 0.0125742452, 0.0196576249, -0.0218971018, -0.0252812, 0.0264424104, -0.0146146566, 0.0225108843, 0.00612953, 0.0262433458, -0.0128645478, 0.0164560042, -0.0296274424, -0.0132046165, 0.00310831028, 0.0183802955, -0.0219634566, 0.0394811369, 0.023705272, -0.02217911, 0.0276699737, -0.000935707125, 0.03918254, 0.026641475, 0.0134866247, 0.0496334322, -0.0118692247, -0.00598023133, -0.0324309357, 0.0132212052, 0.033641912, 0.000130312124, 0.00218763668, -0.00908232108, 0.0184466504, -0.0158090442, 0.0252646115, 0.00644471543, 0.0256295633, 0.00234730309, -0.00587655185, -0.0148220155, 0.0095219221, -0.0153694432, 0.026459, 0.0387180597, -0.00520470878, -0.0047899913, -0.0575296581, 0.0214823838, 0.0163481776, 0.0130221406, 0.019524917, -0.0070419088, 0.00637836056, -0.0102186473, -0.00268944516, 0.0158919878, -0.0450549461, -0.0182973519, -0.00985369552, -0.0137437489, -0.000599785708, 0.0181314647, 0.0433960743, -0.0171195529, -0.00767228, 0.0329451859, -0.0323479921, 0.018877957, -0.0184632391, 0.0365615264, 0.0112637365, -0.0331442505, -0.000560905901, -0.00125141104, 0.0108324299, -0.0036225603, -0.0174347386, -0.00170967437, 0.0161988791, -0.0076266611, -0.00148572668, -0.00634103594, -0.0113798575, -0.0122175878, 0.0153279714, -0.0100361714, -0.00915697, -0.00646130415, 0.0185130052, 0.0121595273, 0.00445407, -0.00626223953, 0.0216814484, 0.0398460887, -0.0394479595, 0.0165555365, -0.0306725316, 0.0170697868, -0.028001748, -0.00591802364, -0.00729488675, 0.027769506, 0.0331110731, 0.00327627105, -0.0248167161, -0.0155602135, -0.0255963858, 0.0180485211, -0.0478750281, -0.0070419088, 0.0131216729, 0.00247793901, 0.00347740902, 0.00485634618, -0.0317673869, -0.0446236394, -0.0243024658, 0.0361633971, 0.000257513864, 0.019707391, 0.0186623037, -0.00775107648, -0.000644367828, 0.00276616798, 0.0180485211, -0.0269566607, -0.018645715, 0.0176338032, 0.0064903344, 0.0155685078, -0.0146561284, -0.0109402565, 0.00146395399, 0.0176503919, 0.0306393541, -0.00559039647, 0.00352717517, -0.0323645808, -0.0114462124, -0.00902426057, 0.0247503612, -0.00766813289, 0.0102601191, 0.00780084264, -0.0127816042, 0.00641983235, -1.99744954e-05, -0.0310208946, 0.0267741848, 0.0103596514, -0.00289473054, -0.0126820719, 0.0182807632, 0.0386185274, 0.0334594361, -0.0114379181, 0.0460170917, -0.0294615552, -0.0203709397, 0.00625394518, 0.0342391059, 0.00271225465, -0.0246342402, -0.026409233, -0.00816164725, -0.00369513594, 0.0321986936, -0.0281676352, -0.0123668863, -0.00410985388, -0.024352232, -0.0202548187, 0.000427159393, 0.0333599038, 0.0107246032, 0.0290302485, -0.0149215478, -0.00908232108, -0.0160412863, -0.018761836, -0.0182144083, -0.0073031811, -0.00372001901, -0.0100610545, 0.0233403202, -0.0209349561, -0.0167628955, 0.000686358, 0.0309877172, 0.00256502978, 0.00644056825, 0.00680966722, 0.011620394, -0.0288975388, 0.0190438442, 0.00187037745, -0.015294794, -0.00563601544, 0.0107328976, -0.0201055203, -0.00158733258, 0.00353132235, 0.0149961971, -0.00023224199, -0.010766075, -0.00184860476, -0.0193922073, -0.0725922137, -0.00977904722, 0.00115498924, -0.0263097, 0.00176255079, -0.0106333653, 0.00406630849, -0.0203211736, -0.0254470874, 0.0113052083, 0.012706955, -0.00449968874, -0.0111144381, 0.0044084508, 0.00334469951, 0.03017487, -0.0159832258, -0.00883349, 0.000885941, 0.0147473663, -0.029063426, 0.0303573459, 0.013884753, -0.0010414602, -0.0239541028, -0.0130055519, -0.00352717517, -0.0131050842, 0.00484390464, 0.00723267905, 0.00901596621, -0.00648618722, 0.0180153437, -0.00207566284, 0.00267285644, -0.0026210167, 0.00962974876, 0.0128728421, -0.000691542, 0.00275994721, -0.0098371068, -0.000924820779, -0.0171693191, 0.0112305591, -0.0029237608, 0.0180816986, 0.0181314647, -0.0139676966, -0.0198401, -0.00851830468, 0.0133041488, -0.0201055203, -0.0345045254, -0.00528350519, 0.0111393211, -0.0189609, -0.00745247956, -0.00611294108, -0.00274957926, -0.00309379515, 0.0949538, 0.000459818402, -0.0299260393, -0.0309711285, 0.0013613113, -0.00120579218, -0.0179821663, 0.00943897851, 0.0204041172, 0.00122860156, 0.0250821356, 0.0133456206, 0.00491440622, 0.0253807325, -0.00964633748, -0.00126696297, 0.0074441852, 0.0059470539, 0.00428818259, -0.0199230444, -0.0163979437, 0.0132295, 0.0248333048, 0.00832753442, 0.0223615859, 0.00639494928, 0.000348362984, -0.00668110466, -0.0472778343, -0.023174433, 0.00147121155, -0.00477754977, -0.00392945157, 0.0153943263, -0.00886666775, 0.0555058345, -0.00523373904, 0.00874225236, -0.0140838176, -0.0115872165, -0.00430891849, -0.0156680401, -0.0335423797, -0.0196244475, -0.00525447493, 0.0127235437, -0.0204704721, 0.0144653581, -0.00369098876, 0.0150542576, 0.00499735, 0.00928138569, 0.0304071121, -0.0112720309, -0.0154523868, 0.00435039029, -0.0134119755, -0.0065110703, 0.0185130052, -0.0405096374, -0.0026811508, -0.017351795, -0.000188048623, -0.018761836, -0.00250489567, 0.0052005616, -0.0164311212, -0.0120185232, 0.00352302799, 0.0215155613, 0.00610464672, -0.00108967116, 0.0091984421, -0.000263086637, -0.00469460618, -0.00693822931, 0.00454530772, -0.000935188727, 0.00191495963, -0.0227597151, -0.014855193, 0.0315185562, -0.0291961357, 0.0221127551, -0.00945556723, 0.0123585919, -0.0143326484, -0.00998640526, -0.0169619601, -0.0261769909, 0.0370591879, -0.0351017192, -0.0185627714, -0.00899108313, 0.00968780927, -0.00697970111, 0.00274957926, 0.0147888381, 0.000984954881, 0.00610464672, 0.010882196, 0.0186623037, 0.00981222373, -0.0205865931, -0.00698384829, -0.013378798, 0.00822385494, -0.0102850022, -0.000481072697, 0.022527473, 0.043827381, 0.0307222977, 0.00639909646, 0.00267078285, 0.0288145952, -0.0184798278, 0.0202879962, 0.00216068, 0.00318088592, -0.00673087081, 0.00229961053, 0.0188281909, 0.00243646745, -0.0350353643, 0.0208188351, -0.0115374504, 0.0124747129, -0.0127484268, 0.0026002808, 0.00389627414, -0.0117531037, 0.0194419734, 0.00172418938, 0.0171693191, 0.00133642822, 0.00951362774, 0.00542450929, -0.00956339389, -0.0128396647, -0.00353754312, -0.00651936466, -0.0014204086, 0.00197509374, -0.0120434063, 0.0010015436, 0.00165161386, 0.0167463068, 0.0366278812, 0.0215819161, -0.0403105728, -0.00644886261, -0.0051798257, 0.0102435304, -0.00322235771, 0.0101357037, -0.0242195223, 0.0181812309, 0.00387761183, -0.000570237054, -0.020769069, 0.0253475551, 0.0215985049, 0.0332769603, -0.00799161289, -0.0247337725, 0.00278690387, 0.0153113827, -0.0212169643, 0.0106582483, 0.00485634618, 0.0142745879, 0.0129143139, 0.0209349561, 0.00800405443, 0.0104674781, -3.21568332e-05, 0.0241531674, -0.0129972575, 0.0140672289, -0.00820311904, 0.014116995, -0.00722853187, -0.0187286586, 0.00452457182, -0.02282607, -0.00305854413, -0.00217312155, -0.00367232645, -0.0136110401, 0.00345459953, -0.0148054268, -0.00311453105, 0.024352232, 0.0322982259, 0.0141833499, -0.00806211494, -0.00303988182, -0.0285823531, -0.0095219221, -0.0109319622, -0.00390249491, 0.0170863755, -0.00222081412, -0.00517153135, 0.00442918669, -0.0135198021, -0.0271225479, -0.00368891517, 0.00017871747, -0.0153528545, -0.000660956546, -0.00746077392, 0.00803723186, 0.0152699109, -0.00971269235, 0.0190106668, 0.0406091698, -0.00721609034, 0.00852659903, 0.04177038, -0.00146499078, -0.00765154418, -0.0107743694, -0.0100527601, -0.00912379287, 0.00333640515, 0.00843121391, -0.00295901182, -0.00202797027, 0.0123337088, 0.00160910527, 0.0308881849, -0.00155000796, 0.0102020586, -0.00284911157, -0.0202050526, 0.0189609, 0.000649033405, 0.00649448158, -0.00412022183, 0.0108573129, 0.0342059284, 0.00296730618, -0.00133435463, -0.0108739017, -8.72851451e-05, 0.0106167765, -0.0161574073, -0.0217975695, 0.0162735283, 0.00670184055, 0.0155187417, 0.0242029335, -0.03340967, 0.000682210841, 0.00662719132, 0.000644367828, -0.0059055821, -0.0189277232, -0.0263262894, 0.00476096105, 0.0396802, 0.00254844106, -0.0159085765, -0.00608391082, 0.0311038382, -0.00382991927, -0.0147556607, -0.0156929232, -0.0164891817, -0.0149298422, -0.0282174014, -0.0100859376, 0.0154523868, 0.0241697561, 0.00209743553, 0.000602377695, 0.0129723744, -0.0040455726, -0.00524618058, 0.0022850954, 0.024584474, -0.0134949191, -0.0153943263, -0.0199230444, 0.0139511079, -0.0197737459, -0.0287814178, 0.00525032775, -0.0117116319, 0.0397797339, -0.0208022464, 0.00855148211, -0.00823629647, -0.00500564417, 0.028532587, 0.0139842853, -0.00324724079, -0.0040248367, 0.00202382309, 0.0241531674, -0.00271640182, 0.0185461827, 0.00442089234, 0.00483975746, -0.00897449441, 0.0122009991, -0.00324309361, -0.00727829803, 0.00205181655, -0.00576872518, -0.0506951101, 0.00153756642, -0.0238379817, -0.00228094822, 0.00310831028, -0.019524917, -0.0257954504, -0.00472778361, -0.0365947038, -0.000851208402, 0.00205492694, -0.000737160968, -0.0280349255, 0.00515909, -0.00114462129, 0.0151289068, -0.000641775841, 0.00030274404, -0.00727415085, 0.00843950827, -0.0170531981, -0.038817592, 0.0199396331, -0.00232034642, 0.0162154678, -0.00267493, -0.0133870924, 0.0184134729, -0.0205700044, -0.0440928, 0.032231871, -0.0226435941, 0.00158836937, 0.0189774893, -0.0241034012, -0.020005988, 0.0149049591, -0.032231871, 0.0287482403, -0.0316180885, -0.012615717, 0.0268239509, 0.00646545133, 0.0116535714, 0.0121097611, 0.0213662628, -0.0040041008, 0.000956443, 0.0114296237, -0.0195415057, 0.00180609617, -0.0169536658, -0.003286639, -0.0016225836, -0.0329617746, 0.00288021541, -0.000568681862, 0.0331940167, 0.00637421338, -0.00413473696, 0.00676819542, 0.0170697868, 0.0168292504, -0.00841462519, 0.00427574106, -0.000730940199, -0.00751054, 0.00575628364, -0.0112637365, -0.0161905847, -0.00959657133, 0.00727000367, -0.016173996, -0.00651521748, -0.012939197, -0.00958827697, 0.0392488949, -0.0163896494, -0.00041782824, -7.24946233e-07, 0.00618344313, 0.00415547285, 0.0165638309, -0.0195083283, -0.0411400087, -0.0121097611, -0.000167831124, -0.000701909943, -0.00244890875, 0.0217809808, 0.0330778956, -0.00981222373, 0.0120682893, 0.0242692884, -0.00326797669, 0.0113964463, -0.00261064875, 0.00561942672, -0.0209681336, -0.00199894, 0.00647789286, -0.0170366094, -0.0166716576, 0.00218556309, 0.0053830375, -6.8428446e-05, 0.0387180597, 0.0218473356, 0.0239043366, -0.0099781109, 0.0166467745, -0.010766075, 0.0139511079, -0.0130967898, -0.0174845047, 0.0173352063, -0.0186954811, -0.00673916517, -0.0157841612, -0.0125742452, -0.014531713, -0.025115313, 0.00660645543, -0.0336087346, 0.0158754, 0.0089662, 0.0175508596, -0.0175508596, -0.00365573773, -0.00693408214, 0.00124311668, -0.0194419734, 0.0018206113, -0.0069009047, 0.0089164339, 0.00260857516, 0.00332189, 0.015825633, -0.00782157853, 0.00731562264, -0.0109568452, 0.00341727515, 0.00711655803, -0.0286321193, 0.00617100159, -0.00617100159, -0.029295668, -0.0107246032, 0.0298099183, -0.0129060196, -0.0170697868, -0.00945556723, -0.000377652439, 0.0061875903, 0.0279851593, 0.0198069233, 0.00967122056, 0.00394604029, 0.00288643618, -0.00761007238, -0.0326797664, -0.00483561028, -0.0282671675, 0.0106831314, -0.0339570977, -0.0113964463, -0.00253185234, -0.0233237315, -0.00885007903, 0.00602585031, 0.00423426926, 0.00350643927, 0.0146395396, 0.00676404824, 0.0551740602, -0.00370135671, 0.0142911766, 0.000239369954, 0.00250904285, 0.0158754, 0.0133290319, -0.0109900227, -0.0212335531, -0.017882634, -0.0195415057, -0.00093674392, 0.00818653, -0.0176006258, 0.00068843161, -0.00610049954, 0.00351058645, -0.00367647363, -0.0153030884, 0.00975416414, 0.0146561284, -0.0154938586, 0.016265234, 0.00542865647, 0.0121512329, 0.00636177184, -0.0246342402, 0.000372986862, -0.0018216481, 0.0187452473, -0.00484805182, 0.00572310621, -0.0182807632, -0.0153528545, 0.0147473663, 0.00782157853, 0.0288477726, 0.0134866247, -0.0161905847, 0.000386983593, 0.0101522924, 0.00552818878, 0.00027241779, -0.0168292504, -0.0115208616, 0.00254222029, 0.0123005314, 0.000219670852, -0.0269732494, 0.00555307185, 0.00768057443, -0.00177395553, -0.00656913081, 0.0142911766, 0.0187120698, 0.00870907493, 0.0155187417, 0.00253185234, 0.00910720415, 0.00127111014, 0.00928968, 0.00500564417, -0.00449554157, -0.0073446529, -0.0161325242, 0.0175176822, -0.00679722568, 0.00109381834, 0.0113052083, -0.000233537983, 0.00971269235, -0.00311453105, -0.00508858776, -0.00812432263, 0.0122839427, -0.00390871568, -0.00395640824, -0.0121346442, -0.00962974876, 0.00413888413, 0.0197571572, -0.00309172156, 0.00488122925, -0.00488952361, -0.00617929595, -0.0214657951, -0.00981222373, 0.00757274777, 0.0108656073, 0.00802479, 0.0347367674, 0.000764636032, -0.0163979437, -0.0196244475, 0.00629541697, 0.00111870142, -0.0219634566, -0.0186291263, 0.00614611851, 0.0223947633, 0.0198069233, 0.0109402565, 0.028001748, -0.020354351, 0.00586411031, -0.016912194, 0.0096629262, 0.000819586159, 0.00763910264, -0.00347118825, 0.00163398834, -0.0241199899, -0.00227887463, -0.0133373262, -0.00616685441, 0.000735605776, -0.0153943263, -0.00404972, -0.00804137904, -0.00965463184, -0.0251319017, -0.00506370468, -0.00222910848, -0.025115313, 0.00215445925, -0.0124332411, -0.0336750895, 0.007485657, 0.00106893526, -0.00467387028, -0.00740271341, 0.00391908363, -0.00237840693, -0.00940580107, -0.0131797334, 0.0148800761, 0.0212335531, 0.00302121951, 0.00466557592, 0.0113466801, -0.00791281648, -2.70133592e-06, -0.00567748724, -0.0355993807, -0.028117869, 0.0103347683, 0.0201552864, -0.0033467731, 0.00980392937, -0.00222288771, -0.00239084847, -0.023821393, -0.0108573129, -0.0124581242, -0.0131548503, 0.00116846757, 0.0098785786, -0.0100361714, -0.00713314675, -0.00643227389, -0.00620003184, -0.00446651131, 0.00904914364, 0.000953851035, 0.00368476799, 0.0296274424, 0.0140672289, 0.00795428827, 0.00327419746, 0.0256295633, -0.0184798278, -0.0145483017, -0.0255632084, -0.0083524175, 0.0128147816, -0.0151289068, 0.012823076, -0.016173996, 0.00534986, 0.00277031516, -0.0265751202, -0.00946386158, 0.00760177802, -0.00852659903, 0.00137478963, 0.0151537899, -0.000537578, -0.0125078904, 0.00589314057, -0.0144819468, 0.0209681336, 0.0449554138, -0.00548257, -0.00765154418, 0.00981222373, -0.0136608062, 0.00561942672, 0.0010813768, -0.035698913, -0.0189277232, -0.0156846289, -0.00763080828, -0.0201884639, 0.00272884336, 0.000607043272, -0.00888325647, -0.0101357037, -0.0232573766, -0.0118277529, 0.000182994248, -0.0526525788, -0.0207856577, 0.0248498935, 0.0140755232, -0.00405594055, 0.0463488661, -0.000307409588, -0.0145731848, 0.00750224572, 0.00464069284, 0.0142331161, -0.00238670129, 0.0191599652, 0.00422390131, -0.00660230825, -0.0150376689, -0.00307098567, -0.00869248621, 0.0184134729, -0.009057438, 0.00688431598, 0.0195083283, 0.0130636124, 0.0153362658, 0.0121678216, -0.00484805182, 0.0246508289, -0.00131465553, -0.0115042729, -0.00644056825, 0.0186125375, 0.00415547285, -0.0234896187, 0.0170531981, -0.00634103594, -0.0137769263, 0.0235559735, 0.00954680517, 0.00612953, -1.64672147e-05, 0.0079086693, -0.00198649848, 0.00106893526, 0.00440430362, -0.0118277529, 0.026409233, 0.0208022464, -0.0201552864, -0.011413035, 0.00567334, -0.0136193344, 0.0118443416, 0.0161159355, -0.00259406, 0.020769069, -0.00271847541, -0.00998640526, 0.0130884955, -0.0252646115, 0.0140755232, 0.00775107648, -0.0262433458, 0.00991175603, 0.0151703786, -0.000602896092, 0.00426329952, -0.00732806418, 0.0175176822, 0.0106997201, 0.0096629262, -0.00842292, 0.0107826637, 0.00990346167, -0.00296730618, 0.0157675724, 0.00228302181, -0.0155104473, 0.0356325582, -0.017235674, 0.00197198335, 0.0299094506, 0.0045494549, -0.00108863437, 0.000229002, 0.00771375187, 0.0176669806, -0.0139759909, 0.0015023154, 0.022527473, 0.0181812309, -0.0190106668, 0.0112886196, 0.0159334596, 0.0208354238, 0.00295693823, -0.0113466801, 0.033525791, 0.0107909581, 0.00818653, 0.0353007838, -0.00761421956, 0.00695067085, 0.00373868132, 0.0149547253, 0.00953021646, -0.00340483361, -0.0139096361, 0.011736515, -0.00579775544, 0.0163730606, -0.0128811365, 0.00907402672, -0.0116038052, -0.000475629524, 0.00366817927, -0.0112637365, 0.0165389478, 0.00982881244, 0.015850516, 0.0104011232, -0.0178494565, 0.00845195, -0.00501393853, 0.0115042729, -0.00795014109, 0.00724512059, 0.00770131033, 0.0134949191, -0.0188281909, 0.0191267878, -0.00986199, -0.00666451594, -0.0153279714, -0.0121014668, -0.0136027457, -0.0205534156, -0.00895790569, -0.0133041488, -0.015941754, -0.00757274777, 0.00813676417, -0.00486464053, 0.00531253545, 0.00120475539, -0.00129910361, -0.00535400724, 0.0066313385, -0.00582263852, -0.00870078057, 0.0055240416, 0.00495587802, 0.0139511079, -0.00539962621, -0.00820311904, 0.0121595273, 0.016912194, 0.00399580644, -0.0133456206, -0.0121927047, 0.029942628, -0.00569407595, -0.00421146, -0.00841877237, -0.00925650261, -0.00718706, -0.00175944041, 0.00840633083, -0.0045494549, -0.0122507652, -0.0128064873, -0.00341727515, -0.0184134729, -0.0183139406, 0.00615026569, -0.0105172442, -0.012615717, -0.00563601544, -0.00337165617, -0.00478169695, 0.00808285084, -0.00155519194, -0.0122673539, -0.0069216406, -0.0172854401, -0.00645715697, 0.00633274158, 0.0131548503, -0.00998640526, -0.00364951696, 0.00820311904, 0.00364744337, -0.00632444723, 0.00963804312, 0.00812017545, -0.00726170931, 0.0100610545, 0.0309379511, 0.0138432812, -0.0173186176, 0.00356657337, 0.0142331161, 0.0018413472, 0.0116535714, -0.016497476, 0.021648271, -0.00817408878, -0.00143699732, 0.017235674, 0.00463654567, -0.0035002185, -0.0218971018, 0.0049185534, 0.00662304414, 0.0256295633, 0.00963804312, -0.0229753684, 0.0114296237, 0.0263594668, 0.0150791407, -0.0244019981, 0.00751054, 0.00595949544, 0.0169702545, 0.0105172442, 0.00231827283, -0.000380762824, 0.00907402672, -0.025231434, -0.00513420673, -0.0119189909, 0.0110646719, -0.0080289375, 0.0212335531, 0.013262677, 0.00173870451, -0.0103181796, -0.00606317492, 0.00564845698, -0.031120427, -0.0105421273, 0.0193092637, 0.0152367335, -0.0166633632, -0.00567748724, -0.00248208619, -0.0247669499, 0.00077707757, -0.0212833192, -0.0153362658, 0.0132875601, 0.00791696366, -0.000534467632, -0.00518812, 0.0137520432, 0.0107246032, 0.00835656468, -0.0100278771, 0.0183802955, 0.00277653593, 0.0204041172, -0.0209183674, 0.0268073622, -7.28996238e-05, 0.0132875601, -0.00133020745, -0.0109236678, 0.0195415057, 0.0193590298, 0.0113383858, 0.015734395, -0.00962974876, -0.00607146928, 0.000252977887, -0.00339239207, 0.00892472826, 0.00302536669, 0.0241863448, 0.000909268856, -0.0210510772, -0.0083524175, 0.0100527601, -0.00268529798, -0.00156867027, 0.0131880278, -0.0132295, 0.00501808571, 0.00335506746, -0.0132212052, -0.0190936103, 0.0101025263, -0.00609635236, 0.00904084928, -0.00549501134, 0.00723267905, -0.00900767185, -0.00369098876, 0.00387139106, -0.0106831314, 0.00216897437, -0.039049834, -0.0002301684, 0.0055116, -0.0149464309, -0.00367854722, -0.0158339273, 0.0216814484, 0.000396055548, 0.0111807929, 0.012059995, -0.000349140581, -0.0136359232, -0.0106167765, -0.00477754977, -0.00414925208, -0.0145980678, 0.0163232945, -0.00955509953, -0.0114047406, 0.0076059252, 0.00474437233, -0.0309213623, -0.0154938586, 0.00496417237, 0.00471534207, -0.00257125054, -0.00317259156, -0.0196908023, 0.0122175878, 0.00839803647, -0.00658157235, 0.0124664186, -0.00341312797, -0.0106997201, 0.0366278812, -0.00783816725, -0.000118842581, -0.00632859441, 0.00954680517, -0.006088058, 0.00555307185, 0.00373868132, 0.017998755, 0.0299094506, 0.0131133785, 0.0141087007, -0.0103928288, -0.0052212975, -0.00867589749, -0.00481902156, -0.0224942956, -0.00393981952, -0.0109568452, -0.0100278771, 0.0131050842, -0.0033654354, 0.00338409771, 0.0135032134, 0.00580190262, -0.000376097247, 0.00172522618, 0.012383475, -0.00459507387, 0.00309586874, 0.0129309027, -0.0274709091, 0.0011021127, -0.00509273494, -0.00831924, 0.00256295619, 0.0185295939, -0.02347303, -0.0303075798, -0.00791696366, -0.0289473049, 0.00661060261, 0.00325138797, 0.0194751509, -0.0180153437, 0.0108573129, -0.00710826367, 0.017351795, 0.00571895903, 0.000252070691, -0.00372416619, 0.0196078587, -0.00143181335, -0.00189629733, 0.0209681336, 0.00370757747, -0.00397092337, -0.00571481185, 0.00889984518, 0.0187784247, 0.0225606505, -0.00977904722, 0.0104260063, 0.0121512329, 0.00593461236, -0.0100278771, 0.0020424854, -0.0201386977, 0.00844780263, -0.0131963221, 0.00213579694, -0.00550745288, -0.0253143776, -0.00239499565, 0.0056650457, 0.0299592167, 0.00379881542, -0.00994493347, 0.0110149058, 0.00343801081, -0.00607976364, 0.025994515, 0.0267078299, 0.00553233596, 5.85788948e-05, -0.0027827567, -0.0177499242, -0.0114628011, -0.00917355902, 0.00375319645, -0.00390871568, 0.00355413184, -0.000216690067, -0.0257290956, 0.00370550388, 0.0119106965, 0.0144072976, 0.0132875601, -0.0267244186, -0.00368891517, 0.0235393848, -0.0212169643, 0.0191599652, -0.0111642042, -0.0138349868, 0.00312075182, -0.0118111642, -0.0149215478, -0.00716632418, -0.0133290319, -0.00707923342, -0.016497476, 0.0198898669, -0.00953021646, 0.00904084928, -0.0114959786, 0.0106582483, 0.0201884639, -0.00860124826, 0.00903255492, 0.00932285748, -0.0105255386, 0.0178162791, -0.00153756642, -0.0111973817, -0.007647397, -0.00246135029, -0.01959127, 0.00578946108, -0.0102601191, 0.00378844747, 0.00646959851, 0.00279105105, -0.00322857848, -0.0186291263, 0.00311453105, -0.00917355902, 0.00577701954, 0.00799576, 0.0186291263, -0.00166198181, -2.12542891e-05, -0.0167877786, 0.00850171596, 0.00873395801, 0.0271391366, 0.00625394518, 0.00585581595, -0.0135115078, 0.00652765902, -0.0178328678, 0.0103845345, -0.00337787694, 0.0115706278, -0.00266248849, 0.0273547899, -0.00540792057, -0.00527106365, 0.0105255386, 0.00291131926, 0.000969402958, -0.0152533222, -0.000841358851, -0.014000874, -0.0199728105, 0.00269981311, 0.00769301597, -0.00654424774, -0.0273713786, -0.0247171838, -0.00448724721, -0.0083109457, 0.0115042729, -0.0126820719, -0.0105753047, -0.0146146566, 0.0136939837, -0.00542036211, -0.00199582963, 0.0154357981, 0.00341727515, -0.00923162, -0.00174492528, -0.0157758668, 0.000805589429, 0.0159915201, 0.0250655469, 0.00598023133, -0.00346911466, -0.0321821049, 0.00395226106, -0.00440430362, -0.00685113855, -0.00418865029, 0.0124664186, -0.00429233, -0.0089662, -0.011321797, -0.00303573464, -0.00722023752, 0.022295231, 0.0389503, -0.00927309133, -0.00923162, -0.00285325875, -0.0386517048, -0.00349399773, 0.0191433765, -0.00440015644, 0.0144736525, 0.00399995362, -0.0253973212, 0.00791696366, 0.00151475694, -0.00954680517, 0.0249162484, -0.00817408878, -0.0116867488, 0.0044831, -0.0135032134, 0.0234232638, 0.000411089073, 0.0018009122, 0.016057875, -0.00242402591, -0.00806626212, -9.02659303e-05, 0.0124415355, 0.011620394, 0.0129060196, 0.0184466504, 0.00083358289, -0.0110978493, 0.0123917693, 0.0140257571, -0.0186954811, 0.00105390174, -0.0106582483, 0.0145151243, -0.0150791407, 0.00413473696, 0.00628712261, -0.00838559493, -0.00615026569, 0.0109817283, -0.00820726622, 0.00157074386, -0.00879201852, 0.0179821663, 0.00843121391, 0.00192636438, -0.0047111949, 0.00374904927, 0.015527036, -0.0219966341, -0.00474022515, 0.0182144083, -0.00423219567, -0.0217478033, -0.0138598699, -0.00803308468, -0.000953851035, -0.0013001404, 0.00784646161, 0.0116950432, -0.00787963904, 0.0112554422, -0.0183637068, -7.12796318e-05, -0.00924820825, -0.0263760556, -0.000820622954, 0.000194269393, -0.00866760314, 0.0142165273, -0.0103513571, -0.0170697868, -0.000138800882, -0.021117432, 0.0236886833, -0.0119521683, -0.0162735283, 0.0192097314, 0.00929797441, -0.000160184762, 0.00861783698, -0.0190936103, -0.00442089234, 0.0016236204, 0.0188447796, 0.021117432, -0.0258618053, -0.00713729393, -0.00942239, 0.012383475, 0.00430062413, 0.00917355902, 0.0201718751, 0.0111144381, -0.00206011091, -0.0248498935, -0.00233071437, -0.007485657, -0.0102684135, 0.0209349561, 0.00511347083, -0.000307668786, -0.00967122056, 0.0211008433, -0.0133870924, -0.0123088257, -0.0108656073, 0.00510932365, -0.015087435, 0.0146312453, 0.00190666527, -0.0144487694, 0.00168479129, -0.00516323699, 0.00111040706, 0.024236111, 0.00775522366, -0.0277529173, -0.0268571284, 0.00454116054, 0.00523373904, 0.00382784568, -0.00624565082, 0.0174181499, 0.0120931724, 0.0253641438, -0.00755201187, 0.0162154678, 0.00705849752, 0.0192429088, 0.0089662, 0.00544109801, -0.00950533338, -0.000413421862, 0.0133373262, 0.00458677951, 0.0334262587, -0.0036225603, 0.00419487106, -0.0249162484, 0.0143990032, -0.00549915852, 0.00603414467, 0.00016057356, 0.00260235439, -0.00765569136, -0.00184549438, 0.000358730933, -0.0149132535, -0.000565571478, -0.0240868125, -0.00700043701, 0.0383199304, 0.0216648597, 0.0198898669, -0.00323687284, -2.83174522e-05, 0.0113715632, -0.0573637709, -0.00110625988, 0.0023846277, -0.00145877, -0.00351680722, 0.0027018867, 0.0112222647, 0.020122109, -0.00582263852, 0.0217312146, 0.00741100777, 0.00182890566, -0.0125410678, -0.00236803899, -0.0095219221, -0.0160164032, 0.0104177119, -0.00687602162, -0.012615717, -0.0189111345, 0.00809944, -0.00532497698, 0.00715803, 0.000776040775, 0.00412851619, 0.0171361417, 0.00171485823, 0.0154606812, -0.00160806847, -0.00168168091, 0.00496831955, -0.00131776591, -0.00780913699, 0.00220629899, 0.00754786469, 0.0120517006, 0.0138598699, -0.0112554422, -0.00812847, -0.00557795493, -0.00519226724, -0.00633274158, -0.0171029642, -0.00922332518, -0.0111310268, 0.00955509953, -0.0119272852, -0.00854318775, -0.00493099494, -0.00583922723, -0.00595949544, 0.0301416926, -0.000306632, 0.00771789905, -0.000814402185, 0.0115208616, -0.0148054268, -0.0287814178, -0.00509273494, -0.0133622093, -0.0205700044, -0.0121595273, -0.0017812131, 0.00303780823, -0.00305232336, 0.00336128823, 0.00661475, 0.0157095119, 6.82988466e-05, 0.0219800454, 0.000806107826, -0.0132212052, 0.00134886976, -0.0160246976, 0.00963804312, 0.0210344885, 0.00408911798, 0.016149113, 0.0111476155, 0.0216814484, 0.00220837258, 0.0228592474, 0.021416029, -0.00175114605, 0.0131631447, -0.0099781109, -0.0296440311, -0.0159085765, 0.0026002808, -0.00571066467, 0.0175508596, 0.00193154835, -0.005926318, 0.00413059, -0.000635036675, 0.0109651396, 0.00355205825, -0.00749395136, 0.00819897186, 0.0242527, -0.00992834475, -0.015527036, 0.0184466504, 0.000719535456, 0.00851830468, -0.0117862811, -0.00880860724, -0.0323314033, 0.00686772726, -0.00934774056, 0.0318503305, -0.0101357037, 0.0236720946, -0.00628712261, 0.025646152, 0.0109817283, 0.0205534156, 0.00263138465, 0.0119853457, -0.00122963835, -0.0131714391, -0.00767228, 0.000113723407, -0.0220132228, 0.0291463695, 0.0183802955, 0.00924820825, -0.0145897735, -0.00879201852, 0.00205700053, -0.0111061437, 0.0207358915, -0.00422390131, -0.0124249468, 0.00675990107, 0.00484390464, 0.0034069072, -0.00220837258, 0.00234937668, -0.00225606514, 0.00186726707, 0.0150210802, 0.00299633644, 0.0134285642, 0.0113300914, -0.00911549851, -0.00440430362, 0.00314978207, 0.000348881382, -0.0215487387, -0.0061875903, -0.0143907089, -0.00273506413, 0.0160744637, -0.0135446852, -0.000533430837, -0.0160081089, 0.00977904722, -0.00112803257, -0.00116432039, 0.015203556, 0.0108656073, -0.00581019698, -0.00254429388, 0.00484390464, 0.00093259674, 0.00123793271, -0.0153694432, -0.0168790165, -0.00173248374, 0.00923162, 0.0240204576, -0.00564845698, 0.00303573464, -0.00332811079, -0.00426329952, 0.0171693191, -0.00545353955, 0.0271225479, -0.0121097611, 0.0098785786, 0.00493514212, -0.014647834, 0.0211671982, -0.0112222647, -0.0100112883, 0.00593461236, 0.00900767185, -0.00272884336, 0.00698384829, 0.0122839427, 0.0127567211, -0.000711759494, -0.00354791107, -0.0401446857, -0.00596364262, 0.000632963085, 0.0250157807, 0.00157489104, 0.0130387293, 0.0105918935, -0.00130843476, 0.0101108206, -0.0164477099, 0.0082321493, -0.00923162, -0.00974587, 0.0167628955, -0.0190936103, -0.0127152493, 0.0127401324, -0.00405179337, -0.0123088257, -0.000469149556, -0.0105835991, 0.00159873732, -0.014116995, -0.000988065265, 0.00289265695, 0.0023244936, 0.0011632836, 0.0191101991, 0.00262309029, -0.00283874362, 0.000516323722, -0.0205036495, -0.00962974876, 0.00171174796, 0.005926318, -0.00088438578, 0.00675575389, -0.00315185566, 0.00120890257, -0.0116784545, -0.023174433, 0.0110563776, 0.0126820719, 0.00165472424, -0.0250821356, 0.0138681643, 0.0153528545, 0.0155353304, -0.00499735, -0.000904084882, 0.0167794842, 0.0167877786, -0.00266248849, -0.00560698519, -0.0116121, 0.0017801763, 0.00457019079, 0.0118277529, 0.00560698519, 0.00193465874, -0.00158422219, 0.00688846316, -0.012615717, 0.00843950827, 0.000593046541, 0.000556240324, 0.00699629, -0.0160329919, 0.0358648, -0.0180485211, -0.0139096361, -0.00848512724, -0.00387139106, 0.00320369541, -0.00739856623, -0.000946075073, 0.00889155082, -0.00838559493, -0.00661060261, 0.00175114605, 0.0174181499, -0.0239375141, -0.0209681336, 0.041239541, -0.0122009991, 0.00596364262, -0.0118194586, -0.02217911, 0.0112720309, -0.0125659509, 0.00119853462, -0.0104591837, 0.00437112618, -0.0199230444, 0.0110978493, 0.000235870772, 0.00893302262, 0.00697970111, 0.0226104166, -0.0250655469, -0.00719120726, 0.0153196771, 0.0145980678, 0.000903048087, 0.027288435, 0.00226021232, 0.0217478033, -0.00961316, -0.00641983235, -0.00274750567, -0.00169412245, -0.0296274424, -0.0193424411, -0.0318171531, -0.0242029335, 0.00115706283, -0.00967951491, 0.0055116, -0.0126488945, -0.00768886879, -0.0070211729, 0.0237384494, -0.000917563215, -0.0310706608, -0.00754371751, 0.00594290672, 0.002882289, -0.0125327734, 0.00603829185, -0.00147950591, -0.00575628364, 0.002801419, 0.0116618657, -0.000748047314, -0.00602585031, 0.00806211494, 0.00729903392, 0.0209847223, -0.0110646719, -0.018114876, 0.0137437489, -0.00662719132, 0.00263138465, 0.0148634873, -0.0123171201, -0.0110563776, -0.0156265683, -0.00690919906, -0.00738612469, -0.0121844104, 0.00641568517, -0.0102932965, 0.00729903392, -0.00477754977, 0.0359643325, -0.005926318, -0.00380710978, -0.0199064557, 0.0169536658, 0.0203377623, -0.0160993468, 0.0156431571, -0.00104405219, -0.00770545751, 0.0114793899, -0.0100444658, 0.00629956415, 0.00490196468, -0.0169039, -0.0302412249, 0.0218639243, 0.000387502, -0.000386206, 0.0144653581, -0.0148386043, 0.00216690078, 0.00672672363, 0.00290095131, -0.0170200206, 0.0802230164, -0.0038444344, 0.000560905901, -0.00304195541, 0.00992834475, -0.0200889315, -0.00564431, 0.0567665771, -0.026641475, 0.0366942361, 0.0151289068, 0.0172854401, -0.00441674516, 0.0131299673, -0.0114710955, -0.0129806688, 0.0069009047, -0.0104840668, -0.0251650792, -0.0132958544, 0.0120931724, -0.00437527336, 0.00803723186, -0.0196244475, 0.0135280965, -0.017467916, -0.0301914588, -0.00140900386, -0.0224279407, -0.0123171201, -0.00212542899, 0.0251816679, -0.0040455726, 0.00550745288, -0.0225772392, -0.00267700362, 0.0164725929, -0.00232656719, 0.0104094176, -0.00994493347, -0.0106582483, 0.0172522627, 0.0152450278, -0.0013011772, 0.0159998145, 0.00726170931, 0.00204144861, -0.00542036211, -0.00927309133, -0.0113881519, -0.00662304414, -0.00447480567, -0.0104674781, -0.018114876, 0.0102518247, 0.0139925797, 0.00203522784, -0.0101357037, -0.00237011258, 0.0042467108, -0.00239292206, 0.00867589749, 0.00799576, 0.012408358, 0.00607146928, -0.0227265377, -0.00619588466, -0.00923162, -0.0154275037, 0.00533741852, 0.00606317492, -0.0103679458, 0.0140755232, -0.0171195529, -0.00252148439, 0.0325470567, -0.0222786423, 0.00945556723, -0.0167297181, -0.00661060261, -0.0127981929, 0.0066520744, 0.00143077655, 0.00819482468, -0.00318088592, -0.00293620233, -0.0164394155, -0.0197737459, -0.00579775544, -0.00937262364, 0.00858466, 0.0103513571, -0.0208188351, 0.0190106668, 0.00304195541, -0.00130325078, -0.00706679188, -0.00488122925, 0.0151289068, 0.0117696924, 0.0151869673, -0.00504296878, -0.00323479925, -0.0247835387, -0.0129806688, 0.0189443119, -0.00935603492, 0.00345459953, 0.00622491492, 0.0180651098, 0.00083358289, 0.00866760314, 0.0164891817, 0.0077676652, 0.00948874466, -0.0019014813, 0.0138764586, -0.00165057706, 0.0176669806, 0.0168624278, 0.00323272566, 0.0112471478, -0.0104343006, -0.00517567853, -0.0122507652, 0.0133290319, 0.00894131698, -0.0039045685, 0.0148137212, -0.0133373262, 0.00264589977, 0.00745247956, 0.00262723747, -0.00489367032, -0.00105234655, 0.00971269235, -0.00655668927, 0.00136545848, 0.00637836056, 0.0266912412, 0.00768472161, -0.0309379511, 0.0068801688, 0.00609220518, 0.00513005955, -0.00186415669, -0.00239292206, -0.0151537899, 0.0231246669, 0.003124899, -0.0100278771, 0.00451627746, -0.00492270058, -0.0284994096, 0.0325802341, 0.0125825396, 0.000470186351, -0.0075063929, 0.0042674467, 0.00136649527, 0.0130138462, 0.00967951491, 0.0161988791, -0.0042467108, -0.000960071804, -0.00529179955, 0.00668525184, -0.00894131698, 0.0202050526, 0.00440430362, 0.00264589977, 0.00156348629, -0.0022643595, 0.00443333387, -0.000634518277, 0.00418865029, 0.00408289721, 0.000953851035, 0.0136691006, -0.0243356433, -0.00115187885, -0.00567748724, 0.00595120108, 0.0382203981, 0.00682625594, -0.00404972, -0.00173559412, -0.021117432, 0.00958827697, -0.00141107745, 0.013262677, -0.000270862598, 0.00353546953, 0.00199271925, -0.00256295619, -0.00229546335, 0.0122258822, 0.0138598699, -0.00231619924, -0.00754786469, 0.00899937749, -0.00248623337, -0.00368062081, -0.00136753207, -0.0227431264, 0.0217975695, -0.0232076105, -0.0235393848, 0.0151123181, -0.00928138569, 0.00885837339]
|
31 Jan, 2025
|
Operating System Tutorial
31 Jan, 2025
An Operating System(OS) is a software that manages and handles hardware and software resources of a computing device. Responsible for managing and controlling all the activities and sharing of computer resources among different running applications.A low-level Software that includes all the basic functions like processor management, memory management, file management, etc.It mainly acts a government for your system that has different departments to manage different resources.Examples are Linux, Unix, Windows 11, MS DOS, Android, macOS and iOS. Basics : IntroductionTypes of OSFunctions of OS System Initialization Kernel in OSSystem Call Privileged Instructions Process Scheduling : Process Introduction Process Creation and DeletionStates of a Process Process Table and Control BlockTypes of Processes in Process TableProcess Management Introduction Process SchedulerCPU Scheduling AlgorithmsPreemptive vs Non-PreemptiveTime spent in Context SwitchDispatcher vs schedulerStarvation and Aging in Operating Systems >> Quiz on CPU Scheduling Process SynchronizationInter Process CommunicationIntroduction to Process Synchronization Critical SectionPeterson’s Algorithm in Process SynchronizationLock variable synchronization mechanismSemaphores in operating systemClassical IPC Problems Communication using signals in CMutex vs. SemaphoreMonitors for Process Synchronization Dekker’s algorithmBakery AlgorithmMutex lock for Linux Thread SynchronizationPriority Inversion >> Quiz on Process Management in OS Deadlock : Deadlock IntroductionDeadlock Prevention And AvoidanceDeadlock Detection And RecoveryBanker’s AlgorithmDeadlock, Starvation, and LivelockResource Allocation Graph (RAG)Methods of resource allocation to processes by operating systemProgram for Deadlock free condition in Operating SystemDeadlock detection in Distributed systemsTechniques used in centralized approach of deadlock detection in distributed systems >> Quiz on Deadlock Multithreading: Operating System | ThreadThreads and its typesOperating System | User Level thread Vs Kernel Level threadProcess-based and Thread-based MultitaskingMulti threading modelsBenefits of MultithreadingOperating System | Remote Procedure call (RPC) Memory Management : Introduction to memory and memory unitsMemory Management in Operating SystemBuddy System: Memory allocation techniquePagingSegmentationVirtual MemoryMemory InterleavingOperating system based VirtualizationSwap SpacePage Fault HandlingMemory Segmentation in 8086 MicroprocessorProgram for Next Fit algorithm in Memory ManagementOverlays in Memory ManagementBelady’s AnomalyPage Replacement Algorithms Second Chance (or Clock) Page Replacement PolicyAllocating kernel memory (buddy system and slab system)Static and Dynamic Libraries | Set 1Working with Shared Libraries | Set 1Named Pipe or FIFO with example C programTracing memory usage in Linux >> Quiz on Memory Management Disk Management: File SystemsUnix File SystemImplementing Directory Management using Shell ScriptFile Directory | Path NameStructures of DirectoryFile Allocation MethodsFile Access MethodsSecondary memorySecondary memory – Hard disk driveDisk Scheduling AlgorithmsProgram for SSTF disk scheduling algorithmWhat exactly Spooling is all about?Difference between Spooling and BufferingFree space management >> Quiz on Input Output Systems Misc Computer Memory Introduction to UNIX System MicrokernelKernel I/O Subsystem (I/O System)Important Linux Commands (leave, diff, cal, ncal, locate and ln)Process states and Transitions in a UNIX ProcessIntroduction to Linux Shell and Shell Scripting‘crontab’ in Linux with Examplesindepth and maxdepth in Linux find() command for limiting search to a specific directory.Real time systemsTasks in Real Time systemsMonolithic Kernel and key differences from Microkernel Get/Set process resource limits in CDual Mode operations in OS Types of Operating System Batch OS (e.g. Transactions Process, Payroll System, etc.)Multi-programmed OS(e.g. Windows, UNIX, macOS, etc.)Timesharing OS(e.g. Multics, Linux, etc.)Real-Time OS(e.g. PSOS, VRTX, etc.)Distributed OS(e.g. LOCUS, Solaris, etc.) Operating System Functions Memory and processor ManagementNetwork ManagementSecurity ManagementFile ManagementError DetectionJob AccountingFrequently Asked Questions on Operating System - FAQs Why learn Operating Systems? OS is the most important part of a computer. Through OS users can interact with computer software. It provides an interface between Hardware and CPU. It also provides a platform for the program to run on it and services to users. It performs all the basic tasks required in an application. Write the top 10 Operating System Examples? Some most popular OS examples are given below: WindowsLinuxMacOSIosAndroidUbuntuCentOSSolarisChrome OSFedoraWhat are the Advantages of a multiprocessor system? A multiprocessor system involves the processing of two or more computer programs simultaneously that share the same memory area. It increases reliability. What is a thread in OS? A thread is a lightweight process or subprogram which is part of the process or a program. A thread has its own Registers, Stack, State, and Program counter. Quick Links : Last Minute Notes (LMNs) | Operating SystemsCommonly Asked Operating Systems Interview Questions‘Quizzes’ on Operating Systems !‘Practice Problems’ on Operating Systems !
Dreaming of M.Tech in IIT? Get AIR under 100 with our GATE 2026 CSE & DA courses! Get flexible weekday/weekend options, live mentorship, and mock tests. Access exclusive features like All India Mock Tests, and Doubt Solving—your GATE success starts now!
|
Operating Systems/Operating System Tutorial
|
https://www.geeksforgeeks.org/operating-systems/?ref=outindfooter
|
Operating Systems
|
Operating System Tutorial
|
Operating System Tutorial, Operating Systems
|
GeeksforGeeks
|
[-0.0407978706, 0.0376845635, -0.00894060824, 0.0107003041, 0.00445, 0.039552547, -0.0130285164, 0.0302938391, -0.00910981, -0.00106173952, 0.0102400761, -0.0423409864, 0.0363850929, -0.0196138397, -0.00454813661, 0.0322430395, -0.00484254723, 0.00309131178, -0.00433155894, -0.00264292769, 0.0518704168, 0.00656840298, -0.037197262, 0.00971893501, -0.0442089736, -0.0149303414, 0.0394442566, -0.00435524713, -0.00933992397, 0.00505235745, 0.0238235742, 0.0285341442, -0.00663608359, -0.00616908725, 0.00453460077, -0.0280468427, -0.0402293541, -0.0284529272, 0.0191671476, -0.0233768821, -0.00843300391, -0.00958357379, 0.0126562733, -0.000662423961, -0.0223481357, 0.0279385541, -0.0267338399, -0.0301584788, 0.0131571097, 0.00315391622, 0.00996935368, -0.00196950557, 0.0492173359, 0.0233498085, 0.0143888975, 0.0234851707, 0.0383342952, -0.00429771841, -0.024825247, -0.0508687459, -0.00195596949, -0.00113788026, -0.00555996178, -0.054740075, 0.0235122424, 0.00399992382, -0.0324054733, 0.0353834219, 0.00209809886, -0.0176781751, -0.0384696573, 0.00489330804, -0.0030523953, 0.00898798462, -0.0152146006, 0.00509973383, 0.0175834224, -0.0109168822, 0.00882555079, 0.0114786308, -0.0220774133, 0.00274952454, 0.0302667674, 0.00227237632, 0.0226053223, -0.000884077919, 0.0117493533, -0.0756398439, 0.0527908728, -0.0190182496, 0.00721475249, 0.0406354368, 0.00573593145, 0.0267067682, 0.0149303414, -0.0376304165, -0.0124870716, -0.00607433449, 0.0285612158, -0.0016116444, 0.0238777176, -0.0421785526, -0.0046462738, -0.025285475, 0.0136105698, 0.0033975665, -0.0184091255, 0.0212111026, -0.00691357395, 0.0235663876, -0.029535817, 0.00129185361, -0.0120674521, 0.0291297324, -0.0247846376, -0.0194920152, 0.0170013681, -0.0821371824, -0.0217660833, 0.0164057799, 0.0350585543, 0.0255561974, -0.0160673764, 0.0168389343, -0.0667601526, 0.0561478324, 0.0236069951, 0.0122840302, 0.0134616727, -0.00927901082, -0.00072122144, 0.0430719368, -0.0386862345, -0.00129777566, 0.0118373381, -0.0267473757, 0.0225782506, 0.0743403807, 0.0185580216, 0.00716737611, -0.0141858552, -0.021942053, -0.0375492, -0.0159861594, 0.0103212921, 0.00695079844, -0.0214412156, 0.00569532299, -0.0362226591, 0.0474576429, -0.0276949052, -0.0195732322, -0.0162298102, 0.0111943725, -0.0124938404, -0.02505536, -0.00479517085, 0.0207644105, -0.0270993151, 0.0036141444, -0.0123652471, -0.0142670721, 0.00800661556, -0.0397149809, 0.0117155127, -0.0216307212, 0.0210486688, -0.0174751319, -0.0257863104, 0.0132044861, -0.0361685157, 0.0470786318, -0.010476958, -0.000329731469, -2.63980801e-05, -0.000326770416, 0.0263954364, 0.0559312552, 0.000995750888, -0.0175022054, -0.0234174896, -0.0128728515, -0.0274241827, 0.014578403, 0.00263446756, -0.0202365015, 0.0393630415, -0.040175207, -0.0188964251, -0.0176781751, -0.0292380229, -0.0315662362, 0.0249876808, 0.0366558172, 0.0447233431, -0.0290214438, -0.0454542972, 0.0476742201, 0.0159726236, -0.0433697328, -0.0100438017, -0.0232144482, 0.00439247116, 0.0170284398, -0.0184226613, 0.00176307978, -0.0323242582, -0.0311872233, 0.0224022809, -0.0100167301, 0.00625707209, 0.00160403037, -0.0308623575, -0.000963602623, 0.00819612108, -0.0212111026, -0.00353969564, 0.011086083, 0.00805399194, -0.00653794641, 0.0270451698, 0.0281280596, 0.0242161211, 0.000498721492, -0.0370077565, -0.0537113287, 0.00720121665, -0.0256238785, -0.0251636505, -0.0132924709, -0.0193972625, 0.0386320911, -0.00187306083, -0.00470718602, -0.0338944495, 0.0253125466, 0.0477283634, 0.0199251715, 0.0231873766, 0.0252177939, -0.00672406843, 0.000237939632, 0.00345678697, -0.0178406071, -0.0267609116, 0.0206831936, 0.00147882127, 0.0331635, -0.011769658, 0.0114447903, 0.034462966, -0.0188828893, -0.0121080605, 0.0335425101, -0.0367641039, -0.0148355886, 0.0257321671, -0.0342463888, 0.00848038, -0.0134278322, -0.0114447903, -0.000289969088, -0.0213735364, 0.0162839536, 0.00492376415, -0.0279656276, 0.0657855496, -0.0377387069, 0.00517418236, -0.0247846376, 0.0517621264, -0.0281822048, 0.0226188581, 0.00702524697, 0.0340027362, -0.0187475272, -0.015715437, 0.021942053, -0.00528247142, 0.020114677, -0.00249910634, -0.0169472247, 0.0175022054, -0.0406895801, 0.00687973388, -0.00772235729, -0.011695209, -0.00251771859, -0.0193701889, 0.0221180227, -0.00625368813, 0.0180165768, 0.0286424328, 0.0263548288, 0.039552547, 0.0172720905, -0.0019441254, 0.00977984723, -0.00546859298, -0.00290519, 0.0492173359, 0.00141283264, 0.00142467674, -0.00701171067, -0.0188558176, 0.00374612166, -0.00495422026, -0.0115124714, 0.0240672231, -0.0166223571, 0.0267338399, -0.0547942184, -0.061887145, -0.0496775657, 0.0149844866, 0.0244733077, 0.0339756645, -0.00864281319, -0.0144701134, -0.00858866889, 0.033109352, 0.00198473386, -0.028019771, 0.0563644096, 0.0212246384, -0.0287777949, -0.0244326983, 0.0406625085, -0.0597213656, 0.0165817495, -0.0147273, -0.0232550558, -0.0028815018, 0.0067579085, 0.0399044864, -0.0431260839, 0.00870372634, 0.0522223562, 0.0134075284, 0.0377657786, -0.0134481369, -0.0201011393, -0.0532511026, -0.0144159691, -0.00822996162, 0.000629006652, 0.000577400147, 0.00461581722, 0.0115463119, 0.0269233454, 0.000890846, 0.014957414, 0.0237558931, -0.0170961209, 0.011004867, 0.00514034228, -0.021563042, 0.00615893537, -0.0122366538, 0.0126088969, 0.0283175651, -0.0076614446, 0.025813384, 0.0202906467, -0.0286695044, -0.0471327752, 0.00169624516, 0.0221857037, -0.00386117864, 0.00159134029, 0.00029546814, -0.0251636505, 0.0154447146, 0.00975277554, -0.0134278322, -0.0294546, -0.0294004548, 0.00872403, -0.0252990108, 0.0114921667, 0.0178270712, 0.0143212164, -0.0067173, 0.00825703423, 0.00501851691, -0.0189641062, 0.00724182511, -0.0229843333, -0.00533999968, 0.00994228106, -0.022172166, 0.00885939132, 0.00590851717, 0.00216239528, 0.0158101898, -0.0142806079, -0.0338673741, -0.0254479088, -0.0373596959, 0.0267879833, 0.0273429658, -0.000596012338, 0.000394662551, 0.0368453227, -0.0281551331, -0.010246844, -0.0236746762, -0.028398782, -0.0137256272, 0.00419958169, -0.00384087441, -0.00871726219, -0.0128119392, 0.0242296569, 0.00297794677, 0.0161079839, -0.0340298079, 0.0543881357, 0.00629429659, -0.00810813624, -0.0300231166, -1.94053e-05, -0.0186798479, 0.0342734605, 0.00183076039, 0.0326761976, -9.12630712e-05, -0.0300501902, -0.00389163499, 0.010402509, 0.00830441061, 0.0106393918, -0.00490346, 0.0147273, 0.00392209133, -0.0740696564, 0.0126968818, 0.00262939162, -0.0159320142, -0.00245849811, -0.0317557417, 0.0019898098, -0.00493391603, 0.039552547, -0.096972771, -0.0209809877, -0.0355729274, -0.0165005326, -0.00807429664, -0.0453730784, -0.0400939919, 0.0021945436, 0.0191671476, 0.03643924, 0.0351939164, 0.00563441031, 0.0669767261, -0.000101045029, -0.00614539906, -0.0390923172, 0.0340298079, 0.0274377186, 0.0246492773, -0.0176781751, 0.0109507218, -0.00866988581, -0.0121283643, -0.0279385541, 0.00202872627, 0.0101385545, 0.0242161211, -0.0184226613, 0.0143618248, 0.0555522405, 0.0270993151, -0.00443984801, 0.0220097341, 0.0211163498, 0.00824349746, -0.0613457, -0.00399654, 0.0334342197, 0.00101182505, 0.00138745247, -0.021414144, 0.00593897328, 0.0284258556, 0.0125073763, -0.00445676781, -0.016933687, -0.0162568819, 0.00439923955, 0.018598631, -0.0175698847, 0.0176375657, -0.0166358929, -0.0179082882, -0.00956327, -0.0239995439, 0.0422868431, -0.0551461577, -0.0069914069, -0.0149303414, 0.0187204555, -0.00177830795, 0.00815551355, 0.0177729279, -0.00783741381, -0.0137594678, -0.017542813, 0.0089, -0.003226673, 0.0313496552, 0.0390111022, 0.00944144465, 0.00650072237, -0.0102942204, -0.00121825095, 0.0164463874, 0.0130555891, 0.00128508557, 0.0154988589, -0.00853452459, -0.00620292779, -0.0309706461, -0.0195461586, 0.0173262358, -0.0314038023, -0.0390381739, -0.016324563, -0.0167306457, 0.0322159678, 0.0139286686, 0.0196273755, -0.00540768029, -0.0153770335, -0.00935346, 0.0346524715, -0.0172044095, 0.00402699597, -0.0289673, 0.0544152074, -0.00924517121, -0.0229707975, -0.027559543, 0.0276001506, 0.0106123192, -0.0174886696, 0.00151773763, 0.00703878328, -0.0174209885, 0.0334612913, 0.00561072212, -0.0136241065, -0.0201011393, 0.00910304207, -0.000711492379, -0.0113365017, -0.0206561219, 0.0121960454, 0.0148761971, 0.0172991622, 0.0262465384, 0.022632394, 0.0166088212, -0.000891692, 0.0117155127, 0.0081149051, -0.0101859309, 0.0254885163, 0.0152958175, 0.00900828838, 0.00940083619, 0.0168795437, -0.0137120914, 0.0432885177, -0.00161249051, -0.0601545237, -0.0133195436, 0.0179759692, 0.00330281351, -0.0045176805, 0.0387403779, -0.00200334587, 0.0306728501, -0.0132518625, 0.0032689732, -0.00860220473, 0.0148761971, 0.0101385545, 0.0222804565, 0.0392006077, 0.000581630215, 0.0181248672, -0.0197492018, -0.000744486693, 0.0479178689, -0.00224361219, 0.00762083614, -0.011918555, 0.0293463115, 0.0167847909, 0.00079693913, 0.03172867, 0.0270451698, 0.0269774906, 0.00559380231, 0.00140775659, -0.0312413685, 0.0541715585, -0.00722152088, 0.00998288952, 0.0322159678, 0.021332927, 0.00769528514, 0.00121232891, -0.0165276043, 0.0102874525, 0.000674268056, 0.000173537308, 0.0265984777, 0.0187746, -0.0082231937, 0.0190453231, -0.0112214442, 0.0170013681, -0.0249606073, -0.0158101898, -0.00336372619, -0.0374138393, -0.0214682892, -0.00273260451, -0.0220097341, 0.00357353594, -0.00825026631, 0.0229572617, 0.00825026631, -0.01943787, -0.0247711018, 0.0122501897, -0.0168930795, 0.0100370338, 0.0187069196, 0.109426007, 0.000154396388, 0.0694132298, 0.00204564631, 0.0145242587, 0.0201417487, -0.0124126235, 0.00162010454, -0.0281822048, -0.0237017479, 0.0195055511, -0.0197085924, 0.0046462738, 0.0282904934, -0.0150250951, -0.0269504171, 0.00374612166, -0.00126055127, -0.0285341442, 0.0186257027, 0.0354375653, 0.00239927741, 0.010246844, 0.0159049425, 0.0310247894, -0.0391193889, 0.0298877563, -0.0309435725, -0.0172991622, 0.0140775666, 0.0430990122, -0.036520455, 0.00168270909, -0.0254343729, 0.0336237252, 0.0173939168, -0.0114177186, 0.00228252844, 0.0044263117, 0.0524660051, 0.0147949802, 0.0122704944, 0.00232144492, -0.0194784794, 0.00586114032, -0.00167255697, -0.0176781751, -0.00617585517, 0.00275290874, -0.00770882098, -0.00283920136, 0.0072824331, -0.0276272241, -0.00212347903, 0.00477148267, 0.0190453231, -0.0192212928, 0.0174074527, 0.001670019, -0.0273294281, -0.0050794296, -0.0214953609, 0.0224564262, -0.00599311758, -0.00804722402, -0.0154311787, -0.00732304156, 0.0154717863, -0.0139828138, -0.011160532, -0.0176375657, -0.00384764257, -0.00507604564, -0.0014297528, -0.0281280596, -0.0120606842, 0.0152687449, 0.0224158168, 0.000856582657, 0.000114105271, -0.0256509501, -0.0152146006, -0.0117425853, -0.00369536108, 0.00100928708, -0.0293192379, -0.00193397328, -0.00265307981, 0.00381041807, -0.0149032697, -0.0106190871, -0.00435524713, 0.01912654, 0.0415829644, 0.0154717863, -0.0120539162, 0.0129134599, 0.0251636505, 0.0272346754, -0.0224022809, 0.00369197712, -0.00759376399, 0.000747870712, 0.0365746, 0.0117493533, 0.016852472, -0.0016361787, -0.01556654, -0.00858190097, 0.00369197712, -0.0517621264, 0.00911657792, 0.0174209885, 0.00259555131, -0.0172179472, 0.0271399226, 0.0372243337, 0.0299689732, 0.0429907218, -0.0114515582, 0.0137256272, 0.00449399231, -0.0305374898, -0.0496775657, -0.0030523953, 0.0119050192, 0.00521817477, 0.00948882103, 0.0218743719, 0.0355729274, -0.00258201524, 0.0167171098, -0.00808783248, 0.00333496183, -0.0257863104, -0.0120471483, -0.0014179087, -0.0172720905, 0.0205884408, 0.0269639529, 0.00538737653, -0.0221857037, -0.0378740691, 0.0226459317, 0.00121825095, 0.03172867, 0.0326220542, -0.0101250187, 0.00715384027, 0.0220909491, 0.0284529272, -0.0035227756, -0.016324563, -0.0298336111, 0.0102739157, -0.035843648, -0.017610494, 0.0278573371, 0.00246188208, 0.000296525657, 0.030754067, 0.0347607583, -0.0152552091, -0.0201688204, -0.0282904934, -0.0316745229, -0.00866988581, 0.0136511782, 0.0217796192, -0.0015092775, 0.0269368812, 0.020046996, 0.0171367303, 0.0119388588, 0.0341381, 0.00212009507, 0.00174277567, -0.0185580216, -0.0118914824, 0.00405068416, 0.0171096567, 0.0219826605, 0.0562019758, 0.0183008369, 0.0162839536, -0.0111063877, 0.0118305702, 0.0148491254, -0.00124024716, 0.00332650193, 0.00198642584, -0.0272888206, 0.0165276043, 0.0417724699, 0.00223515206, 0.0372784771, 0.0247846376, -0.00437555136, -0.00514372624, 0.0245003793, -0.00510650175, 0.0001343037, 0.00572239514, -0.00860220473, 0.0183549803, 0.0196544491, -0.00649733841, 0.0344358943, 0.00898798462, 0.00520802289, -0.0269639529, -0.00220469572, 0.00107527559, 0.00752608338, 0.0026987642, 0.00511326967, 0.00372920139, 0.00514034228, -0.00232990482, -0.0177323185, 0.0481073745, 0.0124193914, -0.00197288976, -0.0139828138, 0.0220097341, -0.0424222052, -0.00459212903, -0.0135564255, -0.0149438782, 0.0150927752, 0.00201180601, -0.00417927746, 0.0104634222, 0.00736365, 0.0162162725, 0.0266120154, 0.00601342181, -0.0115801515, 0.0249606073, -0.0163380988, -0.0109710265, 0.0215495061, 0.00777650159, -0.00755315553, -0.0188964251, 0.0311060064, -0.0263683647, 0.0111063877, -0.0276542958, 0.0141046382, 0.00179522811, -0.00749901123, 0.0311330799, -0.0188693535, -0.0133060077, -0.0211975668, 0.00382395438, 0.0130217485, -0.000917918223, -0.0171638019, -0.0392547511, 0.0181519389, -0.0309977178, 0.0188016724, 0.016175665, -0.0485405326, -0.0164193157, -0.00136630225, 0.00662254728, -0.000582476205, -0.0305104181, 0.00771558937, 0.0319723189, -0.0205207597, -0.0216984022, 0.0182602275, 0.0181654748, -0.00213532313, 0.000759291812, -0.000521986687, 0.031430874, 0.00994904898, -0.0202635732, -0.0297794677, -0.000994904898, 0.00164971477, -0.00637551304, -0.0273158923, 0.00372581743, 0.00782387797, 0.0191400759, 0.0056039542, 0.00992874522, -0.035464637, 0.00484593166, -0.0350044109, -0.00643980969, -0.0133466152, 0.0276949052, 0.0337320156, 0.00312684407, 0.039552547, 0.00570209092, -0.00998288952, 0.0273971092, -0.0140369581, 0.00988813676, -0.00699817482, -0.0129743721, 0.00300332694, -0.00685942965, 0.00378334592, -0.00755315553, -0.00910304207, -0.0278031938, -0.000958526565, 0.0262194667, 0.0228489731, -0.00426726229, 0.00868342165, 0.0044635362, 0.0162298102, 0.0347878337, -0.00520463847, -0.0217254739, 0.00571562722, -0.0178270712, 0.0109507218, -0.0379282124, 0.0402834974, 0.0100911781, -0.00886615925, -0.0367099606, -0.000988136861, -0.00805399194, -0.0109642586, -0.0161485933, 0.0226730034, -0.0260164253, 0.0116410647, -0.00938053243, 0.0168930795, -0.0196815208, 0.012446464, 0.00638228143, -0.00117425853, 0.0287236497, -0.00620969571, -0.00625030417, -0.00295425858, -0.0100776423, -0.00184260448, 0.00306931557, 0.0224428885, 0.00956327, -0.0385508724, -0.0480261594, -0.0159184784, -0.0128796194, -0.0232144482, 0.0196815208, 0.0302938391, 0.0345712528, -0.00561410654, 0.0127510261, 0.00714030396, -0.00603711, -0.00426049437, -0.0559854, -0.0375492, -0.00883908756, 0.0389028117, 0.0447233431, 0.00307439151, -0.00814197678, 0.024297338, 0.0165140685, -0.01943787, 0.00636536116, -0.00290180603, -0.0065616346, 0.00881878287, 0.00812844094, 0.0120945247, -0.0211298857, 0.0154041061, 0.0287236497, -0.0100776423, 0.00308454363, -0.013969277, 0.0161485933, -0.0100573385, -0.0156748276, -0.0133939916, -0.0616164245, 0.0160809122, 0.0158372615, 0.00795923918, -0.0241890494, 0.00548212929, 0.00618262356, -0.0172720905, -0.0241619758, 0.0106596956, -0.00295933452, 0.00841269922, -0.0101588592, 0.0170419775, 0.0011539543, -0.0215765778, -0.0172720905, -0.0042300378, 0.0212381743, 0.0151063111, 0.0068865018, 0.0220232699, -0.0113568055, -0.0051335739, -0.00208794675, 0.0107409125, -0.0103551326, -0.00603034208, 0.0301314052, 0.00868342165, -0.00313192, 0.0115057034, -0.00265307981, 0.0148355886, 0.000933992385, 0.00418604538, -0.0142129278, 0.00220131176, 0.0132383266, -0.0328657031, 0.0120674521, -0.0130217485, -0.00385779468, 0.0260299612, -0.0247304942, 0.03172867, 0.00828410592, -0.015187528, 0.0049880608, 0.0148491254, -0.0308894292, -0.0130488211, -0.0268150568, -0.0285341442, 0.0292109493, 0.0251230411, 0.00851422, 0.00949558895, 0.0068865018, 0.00676806085, 0.0908544436, -0.0106529277, -0.0353292786, -0.0179082882, 0.00867665373, 0.0023772812, -0.0154717863, 0.00617585517, 0.00683912542, 0.000626891619, 0.026341293, 0.00124532322, -0.0125479847, 0.0015219677, 0.0134684406, 0.00833825115, -0.00755315553, 0.0151739921, 0.00146443909, -0.0171638019, -0.0101520913, 0.00635182485, 0.0275053978, -0.00492714811, -0.000411794201, 0.0218743719, 0.00706585543, -0.00666992366, -0.0020693345, -0.00803368818, 0.0247034207, -0.0232279841, -0.00488653965, -0.0074651707, -0.0210757405, -0.00164633081, 0.0344900377, -0.00848714821, -0.00648380211, 0.00703878328, -0.00352954376, 0.00142806082, -0.0233768821, -0.00900152, -0.00373596954, -0.00468688179, 0.00695756637, -0.0236476045, -0.00270045619, 0.00601003785, 0.00357692013, -0.00349908741, -0.0042807986, 0.00594235724, 0.00387809868, 0.00537384, -0.0112620527, -0.0150250951, 0.00858190097, 0.0243785549, -0.0230249427, 0.0164734591, -0.00112857413, 0.00398300355, 0.0135564255, 0.018449733, -0.016933687, -0.0177864637, -0.0148626612, 0.00864958111, -0.00915041845, 0.0209809877, 0.0146866916, 0.00533999968, -0.0250418242, 0.00502866926, -0.00566148292, 0.0292109493, 0.022321064, -0.0259216726, -0.00491699623, -0.0057088593, 0.0159861594, 0.0259487443, -0.00113957224, -0.0217796192, 0.000123094098, -0.00243311771, 0.0205478314, 0.0123855509, -0.0180436503, 0.00957680587, -0.0238777176, 0.0231332313, 0.00103382126, -0.0101656271, 0.0419349037, 0.00606079819, -0.0240807608, -0.0244056266, 0.0140775666, 0.00135530415, -0.00270045619, -0.00835855491, 0.0137662357, -0.027491862, 0.0287507214, -0.0129676042, -0.0370348282, -0.000887461938, 0.0315933079, -0.0151063111, 0.00555996178, -0.00291703409, 0.0260570329, -0.0123517103, 0.0218608361, 0.0187339913, -0.00723505672, -0.0226459317, -0.0209945235, -0.000584168243, -0.00776973367, 0.00257863104, -0.00369197712, 0.00586114032, -0.00434847921, 0.0196138397, 0.0067173, 0.0111402282, 0.00360399229, 0.0211163498, 0.00412174873, 0.000430829357, -0.0314850174, 0.0159455501, -0.0161079839, 0.0292650945, -0.00913688168, 0.00184937252, 0.0131706465, 0.0265172608, -0.0213193912, 0.00355999987, 0.0123652471, 0.0109101143, 0.0011886406, -0.0130961975, -0.00943467673, 0.0433426611, -0.0239183269, -0.00736365, 0.00836532284, -0.00976631138, 0.00143905892, -0.00779680582, -0.00866988581, -0.00253802282, 0.0060878708, 0.0102806846, -0.0103348289, 0.0159320142, 0.00720798457, 0.0106461598, -0.00105243339, -0.0172585547, 0.0217254739, 0.00907596946, -0.0379823558, 0.0128457788, 0.00317929662, -0.00197965768, 0.00403376436, -0.0119117871, -0.017231483, 0.0051335739, 0.0298877563, -0.0233904179, 0.0152552091, 0.00242973375, -0.0193431173, 0.012832243, 0.0079863118, -0.00847361237, -0.010253612, 0.00261416333, -0.016094448, -0.00558365, 0.0171638019, 0.00331634982, 0.000543559901, -0.00898798462, -0.0103619006, -0.0247440301, 0.011004867, 0.0140234213, 0.0055667297, 0.00918425806, -0.0121689728, 0.0166358929, -0.00582391629, -0.0389028117, 0.00581714837, -0.0230249427, -0.00688988576, 0.0205613691, 0.011390646, 0.00244157785, -0.0204801522, 0.0142806079, 0.0159184784, 0.01821962, 0.00939406827, -0.0162298102, -0.0204395428, 0.0164193157, -0.0167577174, -0.00123855507, -0.00524863089, 0.0242838021, 0.0111876046, -0.0170419775, -0.0092180986, 0.00958357379, 0.00674098823, 0.0027444486, 0.00672406843, -0.000544405892, -0.00560057024, 0.0201688204, -0.0107138399, 0.0279114824, 0.0431802273, -0.0184632689, 0.00294918241, -0.0351126976, 0.0103212921, -0.0177458543, -0.0322971866, 0.0263954364, 0.0139963496, 0.0232956652, -0.00243819389, -0.0114244865, -0.0157695822, -6.19700586e-05, -0.00280874525, -0.0206561219, -0.0167171098, -0.0153770335, 0.00133584603, -0.0136714829, 0.0176511016, -0.0108085927, 0.0131232692, -0.00989490468, 0.0248117112, 0.00569193903, 0.0170419775, -0.0377116352, -0.0114177186, 0.00824349746, 0.0182331558, 0.0190859307, 0.0104092769, 0.00975277554, -0.0221857037, -0.00472749025, -0.00172585552, 0.00187475281, -0.00852098875, 0.0394713283, 0.0318098851, 0.00783741381, -0.00343479076, -0.0113771101, 0.00213701511, 0.00934669189, -0.0263277553, -0.00191874523, 0.0164328516, 0.023620531, 0.0187610649, -0.0337590873, -0.0105717108, -0.00778327, -0.0122772623, 0.00107104564, 0.0030439354, 0.00625707209, 0.00468688179, 0.00162602658, -0.0191536117, -0.0186121669, -0.0249741431, 0.0372243337, 0.0281009879, -0.00952942949, -0.0381718613, 0.0240266155, -1.36418721e-05, -0.0280468427, -0.0163380988, -0.000403968617, -0.00190182508, -0.00530954357, 0.00209302269, -0.0185038783, -0.00795923918, -0.0195461586, -0.00342294667, 0.00194581749, 0.00971216708, 0.00567840273, -0.0261247139, -0.0114853987, -0.00855482835, 0.000746601669, 0.00755315553, 0.00257693906, -0.011918555, -0.014578403, 0.0258269198, -0.0106123192, -0.0159455501, -0.0344088189, -0.0167306457, -0.0219691247, -0.00709292758, -0.0211840291, -0.0325949788, -0.0178135354, -0.000154396388, 0.0107273757, 0.00533323176, 0.0158507973, 0.00186629267, 0.00292041828, -0.0299960449, 0.0128728515, -0.00807429664, -0.00347539922, -0.026341293, 0.0109168822, -0.0267879833, -0.00280366908, 0.00440939143, 0.0278573371, -0.0036141444, -0.00550243352, -0.0223481357, -0.00158626423, 0.0093263872, -0.0245545246, 0.000662846956, -0.010476958, -0.00490007596, 0.0278844107, -0.0121283643, 0.0189370345, 0.00817581732, 0.00545167271, -0.00725536095, -0.00374612166, 0.00559380231, -0.0294275284, -0.0227136109, 0.00094583648, 0.0155259315, 0.025285475, 0.00781034213, 0.0186257027, 0.018382052, 0.0264631175, 0.00163533271, 0.0228489731, 0.0186933838, 0.00262431544, -0.00648718607, 0.011613992, 0.00524186296, -0.0295628887, -0.0107206078, -0.018598631, -0.0144701134, 0.0117087448, -0.000302659202, 0.0170284398, 0.0111537641, 0.0047004181, 0.0399315581, -0.0200063866, 0.00394239556, 0.0249876808, -0.0293192379, 0.0121351331, -0.0151063111, -0.0167577174, -0.0228760447, -0.0309706461, 0.00867665373, 0.0351126976, -0.027708441, 0.00537722418, -0.0170419775, -0.0137797715, 0.0235528518, -0.03416517, 0.00620631175, -0.028019771, -0.0176646393, 0.0117087448, 0.00468349783, -0.0221315585, 0.0032351329, -0.00725536095, 0.0183279086, 0.0285882875, -0.0170961209, 0.029914828, -0.0308894292, 0.00317929662, 0.0122569576, 0.00565471454, -0.0190859307, -0.000815974316, 0.0288319383, 0.0029271862, 0.00239250949, 0.0103619006, -0.0200876035, -0.0213058554, -0.0114921667, 0.00522155873, 0.00304224319, 0.0347878337, 0.0178135354, -0.0114109507, -0.00514034228, -0.00269030407, -0.0114312544, -0.0134549048, -0.0205207597, -0.00911657792, -0.00321821286, -0.0106935361, 0.0122704944, -0.0040845247, -0.000151012355, 0.00494406838, 0.0204801522, 0.0229843333, -0.0158914067, 0.00388825079, -0.0031099238, -0.0048053232, -0.0139015969, 0.007478707, -0.00179522811, -0.00363444863, -0.00302024698, -0.00475117844, -0.00685942965, -0.000730527565, 0.0106393918, -0.00402022805, 0.00546182506, 0.025353156, -0.0270722434, 0.0205478314, 0.0103551326, 0.00405068416, -0.00615216698, 0.0113974139, 0.0125615206, -0.0117493533, 0.00580699602, 0.0118508739, 0.00566148292, 0.0192619, -0.0216442589, 0.0173939168, 0.00669361185, 0.0250959694, 0.0231196955, 0.0738530755, -0.00777650159, 0.0211163498, 0.022997871, 0.024297338, 0.00831117854, -0.00839916337, -0.00096783269, -0.00703878328, -0.0054753609, 0.00418266142, 0.0104837259, -0.00948882103, 0.0155800758, 0.0165005326, -0.0253260825, 0.00647703419, 0.00843300391, 0.0374950543, 0.0188693535, -0.00526555115, -0.0165952854, -0.000200080787, 0.00617247121, 0.000466150173, -0.00935346, -0.0323784, -0.00548889721, 0.00915041845, 0.0347878337, -0.0122163491, -0.00453121681, 0.00677482877, 0.00338233821, 0.039850343, 0.026503725, -0.0184903424, -0.000621815561, 0.00112434407, 0.0146460831, -0.00673760427, 0.0105717108, 0.0189505704, 0.00926547498, -0.0078577185, -0.00658870721, 0.0259622801, -0.00806076, 0.0179353617, -0.0396879092, -0.00518771866, -0.013745931, -0.00761406822, 0.0248929281, 0.00674775662, -0.023769429, 0.00865635, -0.0361955874, 0.00339587452, 0.0149709499, 0.00446015177, 0.0123517103, 0.00103466725, -0.00324190105, -0.000651425857, 0.00990844052, -0.00674098823, 0.00362091255, 0.00724859303, 0.00887292717, 0.0152822807, -0.00786448643, 0.0164869949, -0.00546859298, -0.0102130035, 0.00123347901, 0.004896692, 0.00440939143, 0.00130961975, 0.0139015969, -0.00902859308, -0.00270553236, 0.0133263115, 0.00153634977, -0.0166223571, 0.00810136832, -0.00868342165, 0.0183414444, 0.023688212, 0.0158237256, 0.00112688215, -0.0120539162, 0.00774942944, -0.0154041061, 0.00326728122, -0.00951589365, -0.0206967294, -0.0228489731, -0.00164210075, -0.00426726229, 0.000338826037, 0.00865635, -0.00724859303, -0.0285070725, 0.0146460831, 0.0203447901, 0.0200876035, -0.00583068421, -0.00969186332, -0.0105378702, -0.0189641062, -0.0015202756, 0.0167983267, 0.0015786502, -0.0215359684, 0.000915380195, -0.0116681363, 0.00352615956, 0.00679851696, -0.0299960449, -0.0332176425, -0.0151063111, -0.0126156649, -0.0279385541, -0.000606164453, 0.00976631138, 0.0036479847, 0.00856836513, -0.00113534217, 0.00277659693, -0.01207422, 0.00437893532, 0.00184260448, -0.00540091237, -0.0139828138, 0.00900152, 0.0262059309, 0.0210892763, 0.02383711, 0.00789832696, 0.022997871, 0.0124735357, 0.0180165768, -0.00596604543, 0.0070996955, 0.0315662362, -0.0131571097, 0.00302024698, 0.017691711, -0.0078577185, -0.00923840236, 0.00367844105, -0.010246844, -0.00669022789, 0.0239724703, 0.00919779483, 0.00707262335, -0.0186257027, 0.00822996162, -0.0153499618, -0.00621646363, 0.0137053225, 0.0176240299, -0.00103889732, -0.00586114032, 0.012906692, 0.0192212928, -0.00101351703, 0.00782387797, 0.0139015969, -0.0193160456, 0.0214682892, 0.0105987834, -0.0101182507, -0.0156342201, -0.00133584603, 0.00428418256, -0.0282634217, 0.00687296549, 0.0140504939, -0.00465304172, 0.00382733834, 0.0142129278, -0.0248387828, 0.00478501897, 0.00279182498, 0.00622661598, 0.0233227368, -0.00401684409, 0.00175800372, -0.00315053225, -0.00173939159, -0.010781521, -0.0237288214, -0.00867665373, -0.000829933444, -0.00685604569, 0.00387809868, -0.0364121683, 0.00548551325, -0.0223075282, -0.00929931551, -0.00938053243, 0.0110251708, -0.00621307967, 0.00181891629, -0.00409467658, 0.00830441061, 0.0142941438, -0.0029728706, -0.0642153621, -0.00455828896, 0.0154582504, 0.00889323186, 0.00257186312, 0.0265714061, 0.0109101143, 0.0196815208, -0.00263277558, -0.00701847905, -0.00264292769, 0.0118779466, 0.014578403, -0.0047004181, 0.00254817493, -0.0196409114, 0.00720121665, 0.00348216714, -0.0155394673, -0.0121554369, 0.00396269932, -0.0171231944, -0.00491699623, 0.0173939168, 0.0118711786, -0.0105987834, 0.00970539916, -0.020574905, 0.0242431927, -0.0150250951, 0.007478707, -0.00671391608, -0.0257727746, -0.00291703409, -0.0127239544, -0.0167847909, 0.0255697332, 0.0108356653, 0.0261382498, -2.76009978e-05, 0.0139557412, 0.00965125486, 0.0168930795, -0.00613863114, 0.0301855505, -0.0143618248, 0.0100302659, -0.00234174891, 0.000593474309, -0.00422665384, -0.0104498854, 0.0260976423, 0.0100844102, -0.0152416723, 0.00521479081, -0.00963095, -0.0158237256, -0.0150386309, -0.00329435361, -0.0069914069, -0.00967832655, -0.0043890872, -0.0108695058, -0.00561410654, -0.00748547493, 0.00766821252, -0.0221450943, -0.00848714821, -0.0140234213, 0.0201958939, -0.00829764269, -0.008960912, -0.00455828896, 0.00544490479, 0.00992874522, 0.0343005322, -0.0133939916, 0.0162568819, -0.000193947242, 0.0108153606, 0.0132044861, 0.0011091159, 0.0089067677, -0.0137594678, 0.0120336115, -0.000215837688, -0.0241890494, -0.00818935316, 0.0136038018, 0.000384510437, -0.0046462738, -0.000507604564, 0.00720121665, -0.00112096011, -0.00397623563, 0.0204666164, 0.0209809877, 0.0171096567, -0.00808783248, 0.0179624334, 0.00716060819, -0.0221180227, -0.0098475283, 0.00170385931, 0.00365475286, 0.00340771861, -0.025285475, -0.00209640688, -0.00147712929, -0.0113432696, -0.0089270724, 0.00952266157, 0.0212246384, -0.0184091255, -0.00732304156, -0.0265307985, -0.00308792759, -0.0022859124, -0.0136782508, 0.00431802263, -0.0119253229, -0.0327032693, 0.00121825095, 0.0255832691, -0.0149032697, 0.00720798457, 0.00151266158, 0.0150386309, 0.0249741431, -0.000852352649, -0.0200740676, 0.00676129246, -0.0101588592, 0.0321347527, 0.00620969571, 0.00286796573, -0.0149303414, -0.0157966539, -0.035843648, -0.0146460831, -0.00183752843, -0.0117155127, -0.00789155904, -0.00758699607, 0.00485269958, -0.0392818227, 0.0168118626, -0.00238912553, 0.00320129259, -0.00621984759, 0.026341293, -0.00550243352, -0.000604895409, -0.000744063698, -0.0172450189, 0.0159861594, 0.00255832705, 0.0159726236, 0.0089812167, 0.0237152837, -0.00797277503, -0.0179353617, -0.0110454746, -0.0112417489, -0.0124396952, 0.00300840288, -0.0088526234, 0.0121012926, 0.0114718629, 0.00430448679, -0.00902182516, 0.00812844094, 0.018909961, -0.0155800758, 0.00670714816, 0.0156883653, 0.0104431175, 0.00329266163, 0.00243481, 0.0117019769, 0.0101588592, -0.00842623599, -0.0109710265, -0.00719444873, 0.00133246195, 0.0195596945, 0.00526893511, 0.00135615014, -0.0163787063, 0.0221315585, 0.00383410626, -0.00123770908, 0.0259216726, -0.00312176789, -0.0275189355, 0.0146325473, 0.0177323185, 0.0191130042, 0.00587129267, 0.0101588592, 0.0179488976, 0.0089270724, 0.0042300378, -0.0161621291, -0.00610140665, 0.0051335739, 0.0166629646, 0.0029390303, -0.00784418266, -0.0154582504, 0.000219115958, 0.0141317109, 0.00982722454, 0.0226053223, 0.0096647907, -0.01853095, 0.00169624516, 0.00308115967, 0.0136985546, -0.000510565587, -0.0150927752, -0.0329198465, -0.0109642586, -0.00829764269, -0.0125682885, 0.0160403047, 0.0113229658, 0.0196273755, -0.0187746, 0.0155800758, -0.00771558937, 0.0173533075, 0.0122704944, 0.00633490458, -0.00179353612, 0.00789155904, -0.00644319365, 0.0202365015, 0.00338064623, -0.0114515582, 0.00940760411, 0.0199251715, -0.0197492018, 0.022321064, -0.00454475265, -0.0233498085, 0.00103212928, 0.00670714816, 0.00130538968, 0.00535353599, -0.0167306457, 0.00360737625, -0.0183549803, -0.0176781751, 0.0169472247, -0.0107950568, -0.0183955897, 0.024446236, -0.00204564631, 0.00753961969, -0.00208963873, -0.00951589365, -0.0116478326, -0.00666315574, -0.00237220526, -0.0056039542, -0.00749224331, -0.00201180601, 0.00872403, 0.0205478314, -0.011844106, -0.0297253225, 0.0149844866, -0.00749901123, 0.00350585533, -0.0212111026, 0.0100505697, 0.00443646358, -0.00570209092, -0.0070320149, 0.00451429654, 0.0240130797, 0.00915718637, -0.00656501902, -0.0171096567, -0.0150521668, 0.00453121681, -0.00692711025, -0.021563042, 0.00169116911, -0.0197085924, 0.00173939159, -0.00613863114, 0.0155800758, 0.00541106472, -0.00036547528, -0.00883908756, -0.000261204841, 0.0101588592, -0.00832471438, -0.00671391608, 0.00788479112, -0.0139422053, 0.00654133083, -0.0144836502, 0.0105175665, 0.00241619768, 9.3853967e-05, -0.0217660833, 0.0143888975, -0.0202229656, 0.00487300381, 0.00143229088, 0.00848714821, -0.0302126221, 0.00671391608, -0.00759376399, 0.000164231227, -0.0109913303, 0.0175022054, -0.024446236, 0.00635520881, 0.0093263872, 0.0269639529, 0.00568517111, -0.000298217667, -0.000888308, 0.0170419775, -0.00840593129, -0.0269910265, -0.0178676806, 0.00568855507, 0.00559041789, -0.0182466917, -0.0159184784, 0.00361752836, -0.00854129251, -8.08466e-05, 0.00063577469, 0.014348289, -0.00945498049, 0.0111402282, 0.0140369581, -0.00172331743, 0.00694403, -0.021414144, 0.0129337637, -0.00227576052, -0.00291872607, 0.00213024719, 0.0174886696, -0.00574608333, -0.0101317866, -0.00429771841, -0.0291297324, -0.00883232, 0.0156477559, -0.00332988589, -0.0346254, -0.0326761976, 0.00420634961, -0.0114583271, -4.95046606e-06, -0.00981368776, -0.00689326972, -0.00665977178, -0.00140775659, -0.0304292012, -0.00735011371, 0.00980692, -0.0162298102, -0.00147120724, -0.0414476022, -0.0133195436, -0.003796882, 0.00914365, 0.0333259292, -0.0179895051, 0.0215901136, 0.00152873574, 0.0247846376, 0.0262330025, 0.00309131178, 0.0034889353, -0.00721475249, 0.00533323176, 0.0130758928, 0.00633828901, -0.00919102598, 0.00536030391, -0.0102130035, 0.0082231937, 0.0242567286, 0.0271128509, -0.0138068441, 0.00944144465, -0.0109101143, 0.00390855502, -0.0128119392, -0.00456167292, 0.00390517106, -0.0210757405, 0.0163922422, 0.022781292, -0.0067173, -0.00933315605, 0.000571055105, 0.011918555, 0.027031634, -0.0158372615, -0.00508281356, 0.00836532284, 0.0239047911, -0.00180030416, 0.0154041061, 0.00237220526, -0.0142264636, 0.0117155127, 0.00325882132, -0.00210825098, 0.0173939168, -0.000268818898, -0.00940083619, -0.00756669184, -0.00354646379, -0.0136647141, 0.00178338401, 0.000999135, -0.0106732314, 0.00416912558, 0.0398774147, -0.0100370338, -0.0124735357, -0.0122772623, 0.0130149806, -0.0074245627, 0.00591190113, -0.00348555134, 0.00841269922, -0.0210080612, -0.0205072239, 0.00677144481, -0.00752608338, -0.0305104181, 0.00154819386, -0.000396777556, 0.000856582657, -0.0137933074, 0.0112079084, 0.0251636505, -0.0033857224, 0.0123449424, -0.00122755696, 0.00607771846, 0.00140352664, -0.0157425087, -0.0170149039, 0.000423638296, -0.00582730025, -0.0129676042, 0.0134955132, -0.023458099, -0.0172856264, 0.0170690492, 0.00490346, 0.0032723574, 0.00379349804, -0.00403376436, 0.00952942949, -0.00274106464, 0.0167171098, 0.0166494288, 0.0163922422, -0.00941437203, -8.83681332e-06, -0.00510311779, 0.0194107983, -0.0163380988, 0.00747193908, 0.0230249427, -0.00721475249, -0.000832894468, -0.00190013298, -0.0225917865, 0.00782387797, -0.00900828838, 0.0171367303, -0.00591866905, -0.026801521, 0.0211840291, -0.0129743721, 0.0232956652, 0.000366744294, -0.0143212164, 0.0299689732, -0.012757794, 0.00212686299, 0.0075328513, 0.00996935368, 0.0087984791, -0.00185783266, 0.00837209076, -0.0155123947, -0.0144701134, -0.00364460074, -0.00241788966, 0.00291703409, -0.000382818427, -0.000979676726, 0.0147543726, -0.00468688179, -0.00898798462, 0.0243108738, -0.0151739921, -0.00807429664, -0.00875110272, 0.00794570334, -0.018070722, 0.024676349, -0.0102333082, -0.00948882103, -0.012378783, -0.0146190114, 0.00561410654, 0.00525878323, 0.0149980225, 0.00466657802, 0.00504897349, 0.00743809855, 0.0083314823, -0.0113297338, 0.0143753607, 0.00800661556, 0.00279182498, 0.00988136884, -0.0074110264, -0.00146443909, -0.00259555131, 0.00309300376, -0.00829764269, 0.0302126221, -0.0172991622, 0.00617585517, 0.00847361237, -0.0270045623, -0.0117899617, 0.00592882093, -0.00860220473, 0.0123111028, 0.0198439546, -0.0222804565, 0.000463612145, 0.00103635935, 0.0186663121, -0.0130149806, -0.00257863104, 0.00169201521, -0.0105784787, -0.00733657787, 0.0221044868, -0.0111740679, -0.00733657787, 0.0105107985, 0.00428418256, -0.0187204555, -0.00860220473, 0.000257397798, 0.00909627322, 0.0168118626, 0.00610479061, -0.000846853596, -0.00856836513, -0.024297338, 0.0239860062, -0.0134887453, -0.0239589345, 0.0010744296, 0.00309131178, 0.00207271869, 0.0103889732, 0.00818258524, 0.00914365, -0.00559041789, -0.0274783261, -0.0104972618, 0.00284935348, 0.0079863118, -0.00540429633, -0.0105987834, 0.0206831936, -0.00403376436, 0.000213405408, -0.00400669174, 0.0193431173, -0.015715437, 0.0159455501, -0.00248895423, -0.00801338349, 0.0156342201, 0.0217390116, -0.0184903424, 0.0125209121, 0.00425034203, -0.0127984025, -0.00837209076, 0.00774942944, -0.000632390671, 0.00569532299, -0.0140098855, -0.00235020905, -0.00180876418, 0.020277109, 0.0219555888, -0.0180977937, -0.00381718623, 0.025353156, 0.00835178699, -0.00447707204, 0.00926547498, -0.0435050949, -0.00174954371, -0.00312007591, -0.00146866916, -0.00429771841, -0.0279656276, -0.00768174883, 0.0210215971, -0.0104160458, -0.007478707, 0.00132061786, 0.0121554369, -0.00696433429, -0.010179163, -0.0107409125, -0.0192483645, 0.0102806846, -0.00557349809, 0.0320806094, -0.0197762735, 0.00325543713, 0.00578330783, -0.00194920145, 0.00386794657, -0.00269538024, -0.00105412549, -0.00669022789, 0.00123770908, 0.000140966018, -0.00512342202, 0.0117493533, -0.0173533075, 0.00237051328, 0.00183583645, 0.020953916, 0.00762760453, -0.0011996387, -0.00664961943, 0.02823635, -0.00832471438, -0.0116478326, 0.00459551299, 0.00568178715, -0.0101588592, 0.0217254739, -0.00944144465, 0.0111402282, 0.00294072228, 0.00614539906, 0.00760053191, -0.031214295, -0.0143753607, -0.0184632689, -0.0189911779, 0.0250688959, -0.0218202285, 0.0314850174, -0.013062357, -0.0063619772, -0.00428418256, 0.0105378702, -0.00792539865, 0.00980692, 0.00440262351, -0.00133669202, 0.028696578, -0.0186257027, 0.00487977173, 0.00142552273, -0.0059829657, 0.000933992385, -0.00481885904, 0.0312413685, 0.0151739921, 0.00362429651, -0.0132992389, -0.00674437266, -0.00407437235, -0.0165817495, 0.0157560445, 0.00514372624, 0.00100421102, 0.00940083619, -0.0105987834, -0.00665977178, -0.0178406071, 0.0103009883, 0.016026767, 0.00425034203, -0.0108356653, 0.0039931559, -0.0144701134, 0.00654133083, -0.00402361201, -0.00109980989, -0.00651087426, 0.00244665402, -0.0289943721, -0.0238641817, 0.017691711, 0.00193566538, 0.000856582657, -0.00604726234, -0.00883908756, -0.00837885868, -0.0185580216, 0.00408790866, -0.0164057799, 0.00572916353, -0.00328758545, -0.0181519389, 0.00297963875, -0.00619954336, 0.00732304156, -0.0211704932, -0.00285612163, 0.0222398471, 0.00799308, 0.00808106456, -0.0127036497, -0.0287236497, -0.000564287067, 0.0240807608, 0.0118508739, 0.0010532795, -0.00384764257, 0.0103212921, 0.000952604518, -8.69272772e-05, 0.00625707209, 0.0036479847, 0.0212787837, -0.0172450189, 0.00271399226, -0.00911657792, 0.0208862349, -0.00504897349, 0.0092180986, 0.00544828875, -0.021265246, -0.0164599232, -0.000306254748, 0.0241890494, -0.00192889734, -0.00592543697, -0.00558026601, -0.00307946769, -0.00440600747, -0.00609802268, 0.00306762359, 0.0127848666, -0.00323682511, 0.0106664635, 0.0105243344, 0.00278844102, -0.0107273757, 0.0211704932, 0.0144430418, 0.00145090302, -0.00369536108, -0.000216472195, 0.0167306457, 0.0137526989, 0.00293226237, -0.007478707, -0.0180030409, -0.00373596954, 0.011011635, 0.00195427751, 0.0154717863, 0.0193295814, 0.0150521668, 0.0301043335, -0.0115801515, 0.00846007559, 0.00521479081, 0.00212686299, 6.80507364e-05, 0.00652441056, 0.0388215967, 0.0187746, 0.0315391645, -0.0212246384, 0.00126647332, 0.00740425847, 0.00720798457, 0.00807429664, -0.00944821257, -0.000557096, -0.0167712551, 0.00303716725, 0.0345171094, 0.0184361972, 0.0232685935, -0.00789155904, -0.0108018247, 0.00140944868, 0.00381718623, -0.0396608338, 0.00954296533, -0.00580361206, -0.012223118, -0.023458099, -0.0232550558, -0.00807429664, -0.0186527744, -0.0111131556, -0.00930608343, 0.016094448, 0.016554676, 0.00329773757, -0.000274740974, 0.00799308, -0.00435524713, -0.00367844105, 0.0172991622, 0.00280705327, -0.00137814635, 0.00143736694, 0.00725536095, -0.00418942934, -0.0263954364, -0.0132518625, -0.0178541448, 0.0292921662, 0.00286119757, -0.00260739541, 0.0136985546, -0.00532646384, 0.0130894296, -0.00291026616, -0.00552612171, 0.0133398473, 0.0116546005, 0.00856159721, 0.0148355886, -0.0151739921, 0.0103077563, 0.00172585552, -0.00427741418, -0.00096867868, 0.0176375657, -0.00755315553, -0.0152146006, -0.0156612918, 0.0207373388, -0.0202094298, 0.0273023564, 0.00165479083, 0.0294275284, 0.0118711786, 0.00324866921, -0.00799984764, 0.000583745248, 0.00533999968, -0.00181045628, 0.015485323, 0.00710646389, 0.0102062356, -0.00635520881, -0.011844106, -0.0135293528, -0.0182873, -0.00160826044, 0.0125479847, -0.00559718627, 0.000513949606, -0.0133127756, 0.0211434215, -0.00245342194, 0.00925870705, 0.00246526604, -9.05756897e-05, -0.000696264266, 0.0110657793, -0.00623, 0.0129202278, -0.010023498, 0.011465095, 0.00280536106, 0.00123178703, 0.0125682885, -0.00950912479, 0.0101182507, 0.0140098855, -0.00345340301, -0.0111334594, 0.00649733841, 0.0162027366, -0.0169066153, -0.000291872624, 0.0114515582, -0.0100708744, -0.00498129288, 0.0218743719, -0.00701847905, 2.86056311e-05, -0.00499144476, -0.00720798457, 0.00618262356, 0.00273429649, -0.00183076039, 0.00375627377, -0.00202365, 0.0154311787, -0.00418266142, -0.0169472247, 0.0154582504, -0.0262465384, -0.003226673, -0.0105378702, 0.0118373381, -0.0104566533, 0.00211163494, -0.00411498081, -0.0164193157, 0.00106089353, -0.00894737616, 0.00452444842, -0.00388825079, 0.00340602663, 0.0170961209, 0.0220774133, 0.0137933074, 0.00266323192, -0.0198304169, -0.0251771864, -0.0239453986, 0.00457520923, -0.0304292012, 0.00423680618, 0.0193431173, 0.00540429633, -0.00709292758, 0.00102366915, -0.0106596956, 0.01246, 0.0126088969, -0.00701847905, 0.0168118626, -0.0171638019, -0.0145919388, 0.0122840302, 0.0114041818, -0.00261585554, -0.0100438017, -0.0202906467, 0.00013229443, -0.00946174841, -0.00684250938, -0.0108085927, 0.026341293, -0.02293019, -0.0124058556, 0.0055125854, 0.0128187072, -0.0335695818, 0.0101385545, 0.0180301145, -0.0184632689, 0.00242296583, 0.00452444842, 0.0101656271, -0.00886615925, 0.00384425838, -0.00247372617, -0.00236374512, 0.00950912479, 0.0111943725, 0.0117561212, 0.0126427375, -0.02823635, 0.00864281319, -0.00524524692, -0.00392209133, -0.00667669205, -0.00745163485, -0.00153804175, -0.0106190871, 0.00173939159, 0.00470718602, 0.0200740676, -0.00829087477, -0.0135428896, -0.00649733841, 0.000725451508, -0.0113094291, -0.00833825115, 0.0256780218, -0.00248895423, 0.00546520902, 0.0139963496, 0.0169742964, -0.0218066908, 0.00563441031, 0.0131165013, 0.00248726225, -0.00659885909, -0.00344494288, 0.0168389343, 0.00646688184, 0.00701171067, -0.0167577174, 0.0147408359, -0.0087443348, -0.0240401514, 0.00426726229, -0.0267067682, 0.0150521668, 0.00418942934, -0.0013840684, -0.00067173, 0.0286424328, -0.00381041807, -0.0216713306, 0.0321888961, 0.0010989639, -0.00466996199, 0.0254614446, -0.0105378702, 0.0156071475, 0.0128525468, -0.0184632689, -0.000819781329, 0.0175292771, 0.0109710265, -0.0106258551, -0.00639581727, 0.00130623567, 0.028398782, -0.00609463872, 0.00139252853, 0.00241958164, -0.0137865394, 0.0165952854, 0.0116546005, 0.000558788, -0.010172395, -0.0215224326, -0.00164210075, 0.00973924, 0.0109439539, 0.0095565021, 0.00910981, -0.00147374521, -0.0127780987, 0.00658193883, -0.012453232, 0.00283412542, -0.022469962, 0.00803368818, 0.0115192393, -0.00603372604, -0.0181384031, 0.00603372604, -0.0203041825, -0.0072282888, 0.0476742201, 0.00946851727, 0.0273158923, -0.0150927752, 0.0115598477, -0.00597281335, -0.004896692, -0.021332927, -0.0157560445, -0.0141317109, -0.00177492388, -0.000883231929, 0.00675114058, 0.00551596936, -0.00444323197, -0.00545167271, -0.0153228892, 0.0121622048, 0.0180842578, -0.0089270724, -0.0204395428, -0.00614539906, 0.00699817482, -0.0196544491, 0.0152822807, 0.0180165768, 0.00607095053, 0.00119287067, -0.000160635696, 0.0345441811, 0.0131165013, -0.00524863089, -0.00168270909, 0.000481378316, -0.00453460077, -0.0197221283, -0.00663608359, 0.0110590113, 0.0147273, -0.00348216714, -0.0218337644, -0.00640596962, -0.0125479847, -0.00294918241, -0.0109168822, 0.0218879078, -0.0306999236, -0.00427064626, 0.0111673, -0.00325712911, 0.00169962924, 0.0256780218, -0.00600665389, 0.00494406838, 0.0126427375, -0.00812167302, -0.0180301145, -0.00762083614, 0.00282058935, -0.00391870691, 0.00731627364, -0.00256340299, -4.38073293e-05, 0.0152010638, -0.00336203421, 0.00909627322, -0.00217931555, 0.0048594675, -0.00909627322, 0.0134684406, 0.0279927, -0.0173668433, 0.00618939148, -0.00648718607, -0.00349231926, 0.000251898746, -0.01821962, -0.0197221283, -0.00751931546, -0.00663946755, -0.00524186296, -0.0160132311, 0.00730273733, 0.00796600711, 0.0377657786, -0.00954973325, 0.00418604538, 0.0103551326, -0.00473764259, -0.00622661598, 0.00639243331, 0.0122434217, -0.00326728122, -0.00110826991, -0.00708615966, -0.00381041807, -0.00835855491, 0.00142383075, 0.000892538, -0.0069914069, -0.0099761216, 0.0191671476, 0.00224530417, 0.0135428896, 0.0104566533, -0.0022520721, 0.0293463115, -0.0126901139, 0.00720121665, 0.0207238011, -0.00471733836, 0.000385144958, -0.00935346, 0.00592205301, 0.0170690492, -0.0178, -0.00224699616, 0.00370212924, -0.00760053191, -0.00128846953, 0.00873079803, 0.00507604564, -0.00888646394, -0.000312811317, 0.00858866889, 0.0165276043, -0.0137730036, 0.0164463874, 0.0314038023, -0.0307811406, -0.00340264244, -0.0081690494, 0.0241755135, 0.00320636877, 0.00952266157, 0.0187475272, -0.0178135354, -0.0129743721, 0.000543559901, 0.00373596954, -0.000259724329, 0.0456167273, -0.00354984775, -0.0133939916, 0.0248658545, -0.00345509499, -0.00722152088, -0.000237939632, 0.000860389729, 0.000710646389, -0.0128187072, 0.00137307029, -0.00172416342, -0.000931454357, -0.000593051314, 0.0405000746, -0.00906920154, 0.00786448643, 0.00909627322, 0.0147679085, 0.0267473757, -0.0135225849, 0.0106258551, 0.0444255508, 0.0165682118, -0.0164869949, 0.00467334595, -0.00933315605, 0.0128728515, 0.00181722431, 0.0045176805, -0.00687634945, -0.0056174905, -0.00599650154, 0.000400373101, 0.000803284172, 0.0121419011, 0.0119388588, -0.00598634966, -0.0236340687, -0.00873756595, 0.0194649417, 0.0192212928, 0.0217254739, -0.00282566529, -0.0271669962, -0.0137053225, 0.0042300378, -0.00706585543, 0.00278505706, 0.00426726229, -0.0167847909, -0.00434171082, -0.0257727746, 0.00374950562, 0.00263615954, 0.028398782, 0.00203718618, 0.00359384017, 0.00278336485, 0.0316203795, -0.0112958932, 0.00183245237, 0.00446692]
|
26 Jul, 2024
|
Booting and Dual Booting of Operating System
26 Jul, 2024
When a computer or any other computing device is in a powerless state, its operating system remains stored in secondary storage like a hard disk or SSD. But, when the computer is started, the operating system must be present in the main memory or RAM of the system.
What is Booting?
When a computer system is started, there is a mechanism in the system that loads the operating system from the secondary storage into the main memory, or RAM, of the system. This is called the booting process of the system.
Types of Booting
There are two types of booting depending on the number of operating systems installed on the machine/computer, i.e.
1. Cold or Hard Booting
A state in which a computer is switched on from being switched off is referred to as cold booting. Powering on a computer that has been turned off completely is usually called a cold boot. In this procedure, the system undergoes a complete power-on self-test (POST) that initializes hardware devices and loads operating systems from a storage medium into random-access memory (RAM).
2. Soft or Warm Booting
Soft boot or restart method Warm Booting, also called soft boots or restarts, reboots a computer system without shutting it down entirely. This technique is usually started by an operating system restart command or by pressing an appropriate key combination. Warm reboots do skip some of the hardware initialization processes that are done on cold booting since the hardware components have been on power and have been initialized earlier. In operation of a computer system, both cold boot and warm boot processes are absolutely necessary, where the cold boot yields total system initialization whereas the warm boot allows a quicker restart choice that does not really involve the entire start up sequence.
What is Power on Self Test (POST) Booting?
Power on Self Test booting is a part of the booting cycle in a computer system. The POST is the very first diagnostic routine that the installed hardware components undergo every time you power up your computer to assure the presence and functionality of the devices. The POST tests the status of many hardware components, including the CPU, memory, storage devices, and other peripherals. It watches for problems that may prevent booting. In case of a malfunction, the POST usually displays some error message or beeps in a pattern that indicates where the problem lies. If it succeeds, the computer starts loading the operating system and other necessary software for normal running.
What is Master Boot Record (MBR)?
A piece that is very important in the boot process of a computer is called the Master Boot Record (MBR). This thing is located at the very beginning on the hard disk, and it has critical details for starting up. It is composed by division tables among other parts for different types of partitions used on disks with their respective filesystems being identified here too. During system startup sequence or POST (Power On Self Test), firmware like BIOS (Basic Input Output System) /UEFI (Unified Extensible Firmware Interface) tries looking for MBR from storage device used during boot up process (boot device) before running its contents. The bootloader is loaded by this code, and subsequently, the operating system is loaded by the bootloader. MBR is an essential cog in booting procedure wherein it starts off steps that culminate in the system booting appropriately.
Process of Booting
After an operating system is generated, it must be available for use by the hardware. But how does the hardware know where the kernel is or how to load that kernel? The procedure of starting a computer by loading the kernel is known as booting the system. Hence, it needs a special program, stored in the ROM to do this job known as the Bootstrap loader. Example: BIOS (boot input-output system). A modern PC BIOS (Basic Input/Output System) supports booting from various devices. Typically, the BIOS will allow the user to configure a boot order. If the boot order is set to:
CD Drive
Hard Disk Drive
Network
Then the BIOS will try to boot from the CD drive first, and if that fails, it will try to boot from the hard disk drive, and if that fails then it will try to boot from the network, and if that fails, it won’t boot at all. Booting is a startup sequence that starts the operating system of a computer when it is turned on. A boot sequence is the initial set of operations that the computer performs when it is switched on. Every computer has a boot sequence. The Bootstrap loader locates the kernel, loads it into main memory, and starts its execution. In some systems, a simple bootstrap loader fetches a more complex boot program from disk, which in turn loads the kernel.
Process of Booting
What is Dual Booting?
When two operating systems are installed on a computer system, it is called dual booting. In fact, multiple operating systems can be installed on such a system. But how does the system know which operating system to boot? A boot loader that understands multiple file systems and multiple operating systems can occupy the boot space. Once loaded, it can boot one of the operating systems available on the disk. The disk can have multiple partitions, each containing a different type of operating system. When a computer system turns on, a boot manager program displays a menu, allowing the user to choose the operating system to use.
Comparison Between Booting and Dual Booting
Parameter
Booting
Dual Booting
Definition
The process of starting up a computer
The process of installing and running multiple operating systems on a single computer
Purpose
Loads the operating system into memory and initializes the computer
Allows users to choose between different operating systems at startup
Single OS
Only one operating system is installed and runs on the computer
Multiple operating systems are installed on different partitions or drives
Configuration
The computer is configured to boot directly into the installed operating system
The computer is configured with a boot loader to choose between different operating systems
Setup Complexity
Relatively simpler, as there is only one operating system to configure
Requires additional setup and configuration to manage multiple operating systems
Resource Utilization
Utilizes the full resources of the computer for a single operating system
Resources are divided among the installed operating systems, potentially affecting performance
Conclusion
In conclusion, when a computer is turned on, the process of loading the operating system into main memory is known as booting. Dual booting, on the other hand, is a more sophisticated form of booting that involves installing two operating systems on a single computer. The user then selects an operating system to run from the boot manager menu.
Frequently Asked Questions on Booting and Dual Booting – FAQs
How can I set up a dual boot system?
To create a dual boot system, we must typically partition our hard drive to create separate areas for each operating system. Then we install each operating system on its own partition and use a boot manager (for example, GRUB for Linux) to select between them during startup.
Can I dual-boot different versions of the same operat.
Yes, different versions of the same operating system can be dual booted. we can, for example, install Windows 10 and Windows 11 on separate partitions of your hard drive and select which version to boot into at startup.
What is a boot manager?
A boot manager is a basically a software utility that enables users to choose which operating system to boot when their computer boots. It displays a menu of available operating systems and allows the user to choose one.
Dreaming of M.Tech in IIT? Get AIR under 100 with our GATE 2026 CSE & DA courses! Get flexible weekday/weekend options, live mentorship, and mock tests. Access exclusive features like All India Mock Tests, and Doubt Solving—your GATE success starts now!
|
Operating Systems/Operating System Tutorial/Booting and Dual Booting of Operating System
|
https://www.geeksforgeeks.org/booting-and-dual-booting-of-operating-system?ref=asr10
|
Operating Systems
|
Booting and Dual Booting of Operating System
|
Operating System Tutorial, Operating Systems, Booting and Dual Booting of Operating System
|
GeeksforGeeks
|
[-0.000908412505, 0.00310477335, -0.023514092, 0.00770486, 0.00222014124, 0.0337568, -0.0271819849, 0.0255839396, 0.00493111042, 0.00646827742, 0.0565251373, -0.0620954633, 0.0414578542, -0.0387792252, -0.00699334964, 0.0161326453, -0.0166501068, 0.0226618014, 0.00707705691, -0.0101285614, 0.0074727633, 0.0011709485, -0.0589298122, 0.00923061278, -0.0361310393, 0.0207593665, 0.00236282381, -0.00525071938, 0.000189292245, 0.0315956324, 0.032661, 0.0145269902, -0.000160161217, -0.0253252089, -0.00548662152, -0.00363365, -0.0441973619, -0.0295257848, -0.0129517745, -0.00497676898, -0.000994022121, 0.0261318423, 0.0230575074, -0.00324555347, -0.0441060439, 0.00393803976, -0.00808154233, -0.0162848402, 0.0116809485, -0.00612203451, -0.00414350256, 0.00674222829, 0.0697052, 0.0434059463, 0.0080282744, 0.0205615126, 0.0238184817, -0.00905558839, -0.0444104336, -0.00649110693, 0.028247349, -0.00255306717, -0.0181416161, -0.0466324762, 0.00724066608, 0.00323984609, -0.0270145703, 0.0281103738, 0.00662427722, -0.0122288493, -0.0288713481, 0.013902992, 0.00868271105, -0.0386270322, -0.00325316307, -0.00584047427, 0.0151281599, -0.0198918562, 0.00011931832, 0.0174871795, -0.0133474814, 0.0146183074, -0.0160413291, -0.032661, 0.0101057328, -0.00699715456, 0.0377747416, -0.0578340106, 0.0203180015, 0.00235901889, 0.0202419031, -0.0109428037, 0.0268928148, -0.0115211438, 0.0136670899, -0.017517617, -0.00311238295, 0.0199831724, 0.0139562599, 0.00246365275, -0.0157217197, -0.0158130359, 0.0218095109, -0.0506504178, -0.000558364554, 0.000584047404, 0.00147914293, 0.0217029732, 0.0241380893, 0.0289931037, -0.0373790339, 0.00587852299, -0.0123658245, 0.016787082, -0.0143519668, -0.00237994571, -0.0119625088, -0.062156342, -0.0199831724, 0.0107145114, -0.00966436788, 0.0466324762, -0.0524463169, 0.0307129044, -0.0638609231, 0.0340611897, -0.00793695729, 0.0049615493, 0.0254165269, -0.00649871677, 0.00779237226, 0.0170914717, -0.0310477316, 0.00195760513, -0.000223179362, -0.0125560686, 0.0403011739, 0.0591733269, -0.00495393947, -0.0155010372, 0.00827178545, -0.0172741059, -0.0374703519, 0.00413208781, -0.0217486322, 0.014390015, -0.011315681, 0.0204701964, -0.0567686483, 0.0309259761, -0.0198005401, 0.00552467024, 0.00035195041, 0.0259796474, 0.00810437091, -0.0260861833, -0.0128376288, 0.0185221024, 0.0198766366, -0.00725588575, 0.00016741424, -0.0221899971, -0.0119701186, -0.0180959571, 0.0305911489, 0.00458106259, 0.0182024948, -0.00956544094, -0.0231944826, 0.027805984, -0.0342742614, 0.0228748731, 0.00807393249, 0.0328740701, -0.0330871418, -0.0112167541, 0.0101209516, 0.055368457, -0.0053115976, -0.0327218734, -0.0392053723, -0.0215812176, -0.000285127375, -0.0087512, 0.0161326453, 0.016391376, -0.0075412509, -0.00265960349, -0.0379878134, -0.0130126523, 0.0102350982, -0.0323261693, 0.0520810485, 0.0498894453, 0.010638414, 0.00702759344, -0.0340307504, 0.0542117767, 0.00749939727, -0.00808154233, -0.000953119714, -0.0155543052, -0.0307129044, 0.0286887139, 0.0538465083, -0.0110493405, -0.0276690088, -0.0263144746, 0.0142758694, -0.00409784401, 0.014146504, 0.00549423089, -0.00994592812, -0.00860661454, -0.0106536336, -0.00429950235, -0.0121223135, -0.0114754857, 0.00203750748, 0.00268623768, 0.00327979727, -0.0113765588, 0.0346090905, 2.09267801e-05, -0.0670265779, -0.026390573, 0.0353396237, -0.0389314219, -0.0201049279, -0.0112167541, -0.0234075561, 0.0394488834, 0.00479033031, -0.00612203451, -0.0295410044, -0.014344357, 0.0148389898, 0.0176698118, -0.00310096843, 0.0447757021, 0.00313521223, 0.0121908011, -0.0275320336, -0.0101513909, -0.0212768279, -0.00283843232, 0.0242294073, 0.061578, -0.0158891343, 0.0269080345, 0.00803588331, 0.0388096645, -0.00468759891, 0.0428884849, -0.00126226537, -0.0204245374, -0.0136214318, -0.0249142833, 0.0276081301, 0.0105318781, 0.00602691295, 0.0107677802, -0.0341525041, 0.0479109138, 0.000885583286, -0.0139866993, 0.0562511869, 0.0049957931, 0.0221291184, -0.0177459102, 0.0834027305, -0.063556537, 0.00445169676, 0.00410925876, 0.0163761564, -0.0376529843, -0.0115668019, 0.0364658646, 0.010341634, 0.0202114657, 0.024883844, 0.00191384915, 0.0214899015, -0.0435277037, -0.00498437881, -0.00758690899, -0.0230575074, 0.0122364592, -0.0316565111, 0.0321435332, 0.0120766545, 0.008096762, 0.0302867591, 0.0410317108, 0.0562207475, 0.0235749688, -0.00271857902, 0.00939041749, -0.00612583943, -0.00898710079, 0.023027068, 0.00273570092, 0.0121223135, -0.00322652911, -0.0266493037, -0.0104101216, -0.0111787058, -0.010052464, -0.0103872931, -0.00945129525, 0.0194352716, -0.0216420963, -0.0473325737, -0.0550640672, 0.0127615314, 0.0417013653, 0.00418155128, -0.0029811149, -0.0291148592, -0.0150216231, 0.0606039576, -0.0118179237, -0.0397532731, 0.0446539447, 0.0114754857, -0.0320217796, -0.047363013, 0.047271695, -0.0251273569, -0.00134692364, -0.00437179487, -0.0556728467, 0.00842398, 0.0112928515, 0.0235445313, -0.0250969175, 0.015660841, 0.0315347575, 0.00282511534, 0.0528724641, -0.0195265878, 0.00592037663, -0.0380791314, -0.0322044119, -0.0300280284, 0.00807393249, -0.0141693326, 0.0239554569, -0.00957305077, 0.00318657793, 0.00163324014, 0.0035613575, 0.013560554, -0.0217334125, -0.0118407533, 0.0342438221, -0.00433374615, -0.00384291797, -0.0120766545, 0.022296533, 0.0112776319, -0.049950324, -0.0114298267, 0.028293008, -0.0224943869, -0.0111558763, 0.00583666936, -0.00992309861, 0.0108971456, 0.00599266915, 0.0175784957, 0.00930671, 0.0227378979, 0.020926781, -0.0347612835, 0.0111026084, -0.0195874665, -0.0234227739, -0.00296018831, 0.011368949, 0.0107449507, 0.0234227739, -0.0241837483, 0.0158434752, -0.00865227263, -0.0510461256, 0.0281712506, 0.00100924156, -0.0246859919, -0.00174453249, -0.0333610922, 0.0285213, -0.0126702143, 0.03521787, 0.00342628476, 0.00904036872, -0.000782851828, -0.00803588331, -0.0110036815, 0.0289170053, 0.0321435332, 0.0212616082, -0.0201201476, 0.0260405242, -0.0109428037, -0.0287039336, 0.00305150519, 0.0180350803, -0.00160565483, -0.004562038, -0.00368882064, -0.0354005024, -0.0305150505, 0.0369224511, -0.0173349846, 0.0420666337, -0.0354005024, 0.041762244, 0.0157673787, -0.0171523504, -0.051320076, 0.0339394324, -0.0341829434, 0.0181416161, 0.0282169096, 0.0196026862, 0.0182177145, 0.00386764947, 0.0138877723, 0.0193135161, 0.00990027, -0.00194999541, -0.0062437905, 0.0168175213, -0.00643783854, -0.0577731319, 0.0472108163, 0.0261014029, -0.0309716351, 0.00592418155, 0.00217258022, 0.00577198667, 0.0255230628, -0.0114754857, -0.0649567246, -0.0136823095, -0.0448670164, -0.0219617058, -0.0166805461, -0.0117722657, -0.0410317108, -0.0155543052, -0.0186286401, 0.0171827897, 0.034974359, 0.00620193686, 0.017806787, -0.0268167183, -0.00202038558, 0.00448594056, 0.0368615724, 0.0306672454, 0.0427971669, 0.00622476591, 0.0388096645, 0.00273379846, -0.0455366746, -0.0248381868, -0.0122592887, -0.0156912804, 0.0345482118, -0.0279277395, 0.023514092, 0.0403316133, 0.0310172942, -0.0106612435, 0.00662427722, 0.0105699264, -0.0083022248, -0.0414578542, 0.00811959058, 0.0172436666, 0.0105242683, -0.0397228338, -0.00587091316, 0.0298606139, 0.024929503, 0.00834027305, -0.00514798798, 0.00512896385, -0.00405218545, 0.0136670899, -0.0338785537, 0.0356440134, 0.0112624131, -0.0383835211, -0.0154705979, 0.0111406567, -0.0227531176, 0.0471499376, -0.0431928746, -0.0169849358, -0.0598429814, 0.0496763736, -0.0181720555, 0.0242141876, 0.0292822737, 0.0375312306, 0.0194961503, -0.046145454, -0.00636935094, -0.0285973977, 0.00409784401, 0.023118386, 0.0184307862, -0.00910885725, -0.0230879467, 0.0128832869, 0.0247773081, 0.00881207734, 0.0250664782, 0.0225704834, -0.00655959453, -0.00324935839, 0.00394564914, -0.0147248441, 0.050193835, -0.0216268767, -0.0285973977, -0.0394488834, -0.0192374177, 0.0233466774, 0.000700095901, -0.00751461647, 0.00678408192, 0.00646827742, -0.0081272, -0.00258921343, -0.0134540172, -0.00382579607, 0.00858378503, 0.0492806658, -0.0221595578, -0.000700095901, -0.0117418263, 0.0188569315, -0.00865988247, -0.0347004086, 0.00111292419, -0.015219477, 0.0199222956, 0.00361652812, -0.0151357697, 0.0177154709, -0.00554369437, 0.00708086137, -0.0149150873, -0.00043637093, -0.0206984878, -0.000112481444, 0.00659003342, 0.0332089, 0.0212463904, 0.0210789759, 0.0148922578, -0.0155695248, 0.00898710079, 0.00727110496, -0.00842398, 0.00416633161, -0.00776954275, 0.00881207734, 0.0240011141, 0.000328645576, 0.0139334314, 0.0305302702, 0.0194200519, -0.014686795, 0.00746134855, 0.0206376109, -0.0054828166, 0.0130887497, 0.0165892299, -0.0088501256, 0.0273037404, -0.00510232942, -0.00237233588, -0.00439842883, -0.0137279676, -0.001024461, 0.0127234822, 0.0277451053, 0.000178947754, 0.0218856074, 0.0129061164, -0.00377252791, 0.021611657, 0.0191308819, -0.000619242433, -0.0139638698, 0.00482457411, 0.0114450464, 0.0222356562, 0.0197701, 0.00577579159, 0.0088501256, -0.00781520177, -0.00154382573, -0.0273494, 0.00160089869, -0.0197701, -0.0141997719, 0.0204854161, 0.0257665738, 0.00671178941, 0.0076782261, 0.0105394879, 0.00247506751, -0.000842778536, -0.00199375139, 0.0272885226, 0.0192069802, -0.0204245374, 0.0285517387, -0.0135681638, 0.0153260129, 0.0020755562, -0.0288409088, 0.0113917785, -0.019070005, -0.0416404866, 0.0276994482, -0.0189025905, 0.00230194582, 0.0128528485, -0.000850863871, 0.000821851718, -0.0305911489, -0.0206071716, -0.0127006536, -0.000162777054, 0.0169392768, 0.022296533, 0.122851618, -0.00533823157, 0.0387487896, 0.0220225826, 0.037713863, 0.0451105274, -0.031413, -0.00578340096, 0.00564262085, -0.00461911131, 0.0248534046, -0.00375160109, 0.0137203587, -0.00801305473, -0.0185982, 0.0278820805, 0.0369224511, -0.00163514249, -0.0377747416, 0.0599951781, 0.0318087079, 0.00259492081, -0.0202571228, 0.0129517745, 0.0272885226, -0.0288409088, 0.0205767322, -0.0143063078, -0.0144052347, 0.022342192, 0.0181568358, -0.0169544965, -0.0127995797, -0.00328930933, 0.0299367104, 0.020881122, -0.013073531, -0.0159347914, 0.00415491732, 0.0450192131, 0.000487974467, -0.0255839396, -0.00134121638, -0.0327218734, -0.0237880424, -0.0224030688, 0.0100296354, -0.0244576987, 0.0172588862, 0.0177611299, -0.0283691045, -0.00174548372, -0.00609920546, -0.0089186132, -0.00146772829, -0.00688681332, -0.0198309775, 0.0106460238, -0.0225857031, -0.03902274, -0.031413, -0.0065519847, -0.00824134704, -0.00881207734, -0.0171523504, -0.0177763496, -0.0213681459, -0.00452398928, -0.0295562241, -0.0281255934, -0.00654818, -0.0100905132, 0.00697813, 0.0096948063, -0.0129365548, -0.011658119, 0.0284604207, -0.00313140731, 0.0066204723, 0.0308651, -0.0422492661, -0.0074727633, 0.0187503956, 0.00972524565, -0.00127368, -0.033908993, -0.0103492439, 0.026436232, -0.000747181184, 0.00223726314, -0.00502623199, -0.0218095109, -0.0212311707, 0.0178372264, 0.0231640432, 0.00550184073, 0.00257018907, 0.0277907643, 0.0308194403, 0.00280228606, -0.00560837705, -0.000358371122, 0.0161783043, 0.00940563623, 0.00675364258, -0.00527354889, 0.0110493405, -0.00166367902, 0.0226465818, -0.0214138031, -0.0075412509, 0.011658119, -0.033665482, 0.00110150967, -0.0145726493, 0.0171371307, 0.0159804504, 0.0357048921, 0.0296779796, 0.00765920151, 0.00600788835, 0.0110036815, -0.00196711742, -0.0153412325, -0.014100845, 0.00546759693, -0.0089186132, 0.0156304035, 0.0111939255, 0.0412447825, -0.0294192489, -0.00751081156, -0.0252491124, -0.0117950942, -0.0432841927, -0.00313330977, -0.00087083946, -0.0236967262, 0.023803262, 0.00223345822, -0.0118864113, -0.00840876065, -0.0357962102, 0.0177154709, 0.00869793072, 0.0508026145, 0.0225552637, 0.00230194582, 0.0440756045, 0.00916212518, 0.0382922031, 0.0102579277, 0.00056074257, -0.0322044119, -0.00247316505, -0.0243207235, -0.0316260718, 0.0123886541, -0.048489254, -0.00594320567, 0.0155010372, 0.00354804052, -0.0496763736, -0.0282169096, -0.0315651931, -0.0154629881, 0.0137279676, 0.00207936112, 0.0421275124, -0.00624759542, 0.0295105651, 0.030880319, 0.0316565111, -0.0215507783, 0.0312912427, -0.00405218545, 0.0144661125, -0.0200136118, 0.000881778426, 0.00484740315, -0.0177915692, 0.0233162381, 0.0476065241, 0.00983178243, 0.0215812176, 0.0122897271, 0.00334828487, 0.0497372486, -0.0181416161, -0.00967958756, -0.00824895594, -0.0327827521, 0.0222813133, 0.00427667284, -0.0102350982, 0.00622857083, 0.0159652308, -0.0199527349, -0.0211094134, 0.0148618193, 0.00867510214, 0.00494252518, -0.00652154582, -0.00234189699, -0.00653296057, -0.0010891438, 0.00382199115, 0.0354309417, 0.0311999265, -0.0228139963, 0.0179133248, -0.0198309775, 0.0351874307, -0.0193743948, 0.011658119, 0.0141845522, -0.0128604574, 0.0198157579, -0.00930671, -0.020150587, 0.0318695828, 0.00637315586, -0.0053458414, -0.0127387019, 0.0127843609, -0.0302715395, -0.0227683373, -0.0245946739, -0.0386879109, -0.00834788289, 0.0271667652, 0.00260633533, -0.0163609367, 0.000670132576, 0.0128832869, 0.0334524103, -0.0113993883, 0.0201201476, 0.0212920476, -0.00879685767, -0.0138268946, 0.0159804504, 0.0033558947, -0.0390531756, -0.026299255, 0.0498894453, -0.0132485544, -0.00865988247, -0.0334828496, -0.00515559781, 0.0174415205, -0.0045277942, 0.0217790715, -0.00416633161, 0.00815003, -0.0224335082, 0.00304770027, 0.00196141, 0.00905558839, -0.0282169096, -0.00254736, 0.0383226424, -0.0148389898, 0.0254317448, 0.0153716719, -0.0376225449, -0.0150825018, -0.000938851445, 0.0261775, -0.0135681638, -0.0212463904, -0.000218898887, 0.0364658646, -0.0269993525, -0.0133550912, 0.0378356203, 0.0191308819, 0.0015875817, 0.0189482477, 0.00276804226, 0.013073531, -0.00967197772, -0.0357657708, -0.0329653881, 0.0262840372, 0.00036431622, 0.0181872752, -0.0006981935, -0.00996114779, 0.00322272419, 0.0309564155, -0.00184536155, 0.0134540172, -0.0117494361, 0.0119929481, -0.0286887139, -0.0054828166, -0.00620193686, 0.0416709259, 0.029221395, 0.0151509894, 0.014390015, 0.0092991, -0.0298910532, 0.0189482477, -0.0235293116, -0.0133931395, 0.0127615314, -0.00994592812, 0.00187580055, -0.0135377245, 0.000318657781, -0.0369833298, -0.0166044496, -0.00599266915, 0.0106308041, 0.00974807516, 0.00500340294, -0.0285517387, 0.00701237377, 0.00965675805, 0.0390531756, 0.0296779796, 0.0262383781, -0.00681832572, 0.0109504135, -0.017608935, -0.000755742134, -0.0160108898, 0.0171371307, -0.000979753793, -0.000505096396, -0.0198157579, -0.0260557439, -0.0113080712, 0.00609920546, -0.00303438329, -0.00404457608, 0.00428428268, 0.0133550912, 0.0135225048, 0.0229661912, -0.023803262, 0.0341220684, -0.0136442613, -0.0142378202, 0.0153260129, 0.00225628749, -0.00326457783, -0.0115059242, -0.0192222, -0.00245604315, -0.000183822747, 0.0213985834, -0.00521267066, -0.0202571228, -0.0398750305, -0.018248152, -0.0489153974, -0.00825656578, 0.0366180614, 0.026344914, 0.0303171985, 0.0247316491, 0.000242084803, 0.00327979727, 0.0181416161, -0.0135681638, -0.0506199785, -0.0396923944, -0.00440603867, 0.0170001555, 0.0194048323, -0.022829216, -0.0193287358, 0.00234379945, -0.00682974, 0.00765159214, 0.0138040651, 0.00276994472, 0.0105547067, 0.00605354691, 0.0217029732, -0.0195722468, 0.00296018831, 0.00748037267, 0.0170914717, 0.00818046834, -0.000240182373, -0.00978612341, 0.000511754886, 0.00139828946, -0.00808154233, 0.00287457858, -0.0491284691, 0.019754881, 0.00589754712, 0.0155238658, -0.0193743948, 0.00103397318, 0.0147552826, -0.0133474814, -0.0451105274, -0.00877402816, 0.00627042446, 0.0119396793, -0.0165892299, 0.0259948671, -0.00667754561, 0.013218116, 0.0096111, -0.00666232593, 0.0189482477, -0.00796739571, 0.00270145712, 0.0370137691, -0.0138649438, -0.0146106975, -0.00846202951, 0.0191004425, 0.00102636346, 0.00747656776, 0.0238945782, 0.0224335082, 0.00866749231, 0.0177154709, 0.010585146, 0.0265123285, -0.0189178102, -0.00175309344, 0.00510613434, 0.0175024, -0.010242708, -0.0135453343, -0.000141493569, -0.022981409, 0.0100448551, 0.00294496864, -0.00277184718, 0.0466933548, 0.0169697162, -0.0321130976, 0.00802066457, 0.0109960716, -0.0155847445, -0.00677647209, -0.0329653881, -0.00904036872, 0.00916212518, 0.0103872931, 0.0137660168, 0.0082337372, -0.0101209516, 0.0327218734, 0.0879076943, -0.00508711, -0.0250512585, -0.0254469644, -0.00237043342, -0.00472564762, -0.0202875622, 0.0134083591, 0.0129137263, -0.0120538259, 0.0348830409, -0.00798261538, -0.00254926225, 0.0149835749, -0.00335018733, 0.0198614169, 0.00438701408, -0.00309335859, -0.00125180196, -0.00288409088, -0.0282777883, -0.0134920664, 0.0300128087, 0.00142016739, -0.0105470978, 0.0149379168, 0.00327218743, 0.00244843331, 0.00339774811, -0.00833266322, 0.0254774038, -0.00210789754, -0.00690964237, 0.0101209516, 0.0064150095, 0.0128071895, 0.001365948, -0.0120309964, -0.0144737223, 0.0256448183, -0.00492350059, -0.0190852247, -0.0151129402, 0.0028270178, -0.00982417259, 0.0100676836, 0.0131572373, -0.0328436308, -0.0108210482, 0.00117189973, -0.00547140185, -0.00855334569, 0.00185962976, -0.0177002512, -0.021170292, 0.0303171985, 0.0147096245, -0.0144204544, 0.0169544965, 0.011026511, -0.020394098, 0.0129822139, -0.0147705022, -0.0122668985, 0.0159195736, -0.00371735729, -0.0352483094, -0.00781520177, -0.0276385695, 0.0189482477, -0.0166957658, -0.00972524565, 0.00528876809, 0.0155847445, -0.00722925132, -0.00191194681, 0.00338823604, -0.000954070943, 0.0166196693, -0.0243207235, 9.14060365e-06, 0.0112319738, 0.0280038379, -0.00735100731, -0.0050300369, -0.0156151829, 0.0110569503, -0.0181263965, 0.00434896536, 0.0020241905, -0.0208050255, -0.00719881244, -0.0387792252, 0.0163152795, 0.0146030877, 0.00460389163, 0.0165283512, 0.0207441468, -0.00926866103, -0.0195722468, 0.00828700513, 0.00611061975, -0.0119625088, 0.000281322515, -0.00584808411, -0.0219921432, 0.0287191533, 0.00673461845, -0.0391444936, -0.002853652, 0.0345786512, 0.00202038558, -0.0116048511, 0.0207137074, 0.00226199464, -0.0159347914, 0.0341220684, 0.00678788684, -0.00529257301, -0.0152727449, -0.0304541737, 0.00461911131, -0.0141388942, -0.0165587906, 0.00512896385, -0.021657316, 0.018780835, 0.014100845, 0.00127748481, 0.0198461972, 0.00818807818, 0.0257970132, -0.0112624131, -0.000774290878, -0.0204093177, 0.0113309007, -0.0108590964, 0.0298301745, 0.00860661454, 0.00934475847, -0.00467237923, 0.0326305591, -0.0155238658, 0.0161326453, 0.00545998709, -0.00055693771, -0.0173349846, 0.0121147037, -7.27681254e-05, 0.0170914717, 0.0155695248, -0.00807393249, -0.00244653085, 0.0089186132, 0.0233314577, -0.0139334314, -0.00957305077, -0.00425764872, 0.00799022522, -0.00211360492, 0.00300965155, 0.0219617058, 0.0105623165, -0.00528496318, -0.0217029732, -0.00758310407, 0.0207745861, 0.0164674744, -0.0334219709, 0.0136899194, 0.00776573783, 0.00222204369, 0.00264248159, -0.0270906687, 0.00939802732, -0.00527354889, 0.032447923, -0.00690964237, 0.00378013751, -0.0274254978, -0.00550945057, -0.013902992, -0.00052364514, 0.0276385695, 0.0158130359, 0.014001919, -0.0201810263, -0.00226199464, 0.00846963841, 0.00333306543, -0.00759451883, 7.90699341e-05, 0.0101133427, -0.00503384182, 0.00606876658, 0.0229509715, 0.0109351939, -0.00277755456, -0.0185677614, 0.0257209148, -0.008781638, -0.0408795141, 0.0107373409, -0.0120766545, -0.000995924463, 0.00691344729, -0.000113313763, 0.0231792629, 0.024929503, -0.00132694817, 0.0120157767, -0.00941324607, 0.00866749231, -0.0158586949, -0.0227987766, 0.00738144619, 0.00464194035, 0.00198233686, 0.00144870393, 0.0199679527, 0.00253975019, 0.00629325351, 0.00486642774, 0.00910124741, 0.0117342165, -0.0191917606, 0.0281255934, 0.0226618014, 0.0284604207, 0.00840876065, -0.020196246, 0.0238337014, 0.0242294073, 0.00168936187, -0.0100144157, 0.0091469055, 0.028293008, -0.0260100849, -0.0291452985, 0.0136138219, 0.000205462929, 0.0233771168, 0.00689822761, -0.0100144157, -0.0132561643, 9.33381962e-05, 0.0017207521, -0.0229357518, -0.00840876065, 0.039418444, -0.0292518344, 0.00725969, 0.016193524, 0.00794456713, 0.0228596535, -0.0223726314, -0.00699715456, 0.0150140142, -0.00559315784, -0.052537635, 0.00089176622, 0.00324555347, 0.0315651931, 0.0173806418, 0.00897949096, 0.000333401666, 0.00551325548, 0.00125941169, 0.00187294686, 0.0155010372, 0.00739666587, 0.0199983921, 0.00325316307, 0.0268623773, -0.00839354098, -0.0141845522, -0.0163152795, -0.00053505972, -0.00836310256, -0.00756408, 0.00963392854, 0.0292974934, 0.0361006, -0.00296209077, -0.0112395836, 0.00329311425, -0.00474847667, -0.0249903817, -0.00954261236, 0.0110341208, 0.0145954778, -0.00522789033, 0.00127368, 0.00169506925, -0.0235749688, 0.0561598688, 0.00048845011, 0.00121375325, -0.0126702143, 0.0244576987, -0.0010415829, -0.0123049468, -0.0119092409, 0.0375007913, 0.0110036815, 0.00035956013, 0.0148694292, -0.0169849358, -0.0181416161, 0.0193896126, -0.00217448268, -0.0343960188, 0.0177306905, -0.00071626663, 0.000853241887, -0.0109504135, 0.0197853204, 0.00705803232, 0.00467618415, 0.023711944, -0.0114374366, -0.00916212518, 0.0129441647, -0.0123734344, 0.0164218154, -0.0256448183, -0.000336255325, 0.000682974, -0.0177002512, -0.0036564793, -0.000759071379, -0.0205615126, -0.0263296943, 0.0189330298, 0.0162391812, 0.00226770202, -0.00910124741, 0.00253023789, -0.0301041249, -0.0166805461, -0.0250208192, 0.00621715607, -0.0180655196, 0.00683354493, -0.00612583943, -0.0223726314, 0.00508711, 0.0162087418, 0.000953119714, 0.000747656799, -0.0163761564, 0.0160108898, 0.00284794462, 0.0171371307, -0.000974997703, -0.00159043528, -0.0256448183, 0.0205310732, -0.0294192489, 0.00418916112, 0.00149436237, 0.00716837356, 0.0119092409, -0.0153868906, 0.00590515696, -0.00436038, 0.00302106608, 0.00470281811, 0.0342742614, 0.0517766587, -0.00790651795, -0.00614866847, 0.0358875245, 0.0224639475, -0.0183090307, 0.0112624131, -0.00353282108, 0.0283082277, 0.0119244596, -0.0123886541, -0.0109047554, -0.0181416161, -0.0033216509, 0.012632166, -0.0127691412, 0.0114754857, 0.00713032484, 0.0206223913, 0.00226199464, 0.00845442, 0.0228900928, -0.00485881791, -0.000822327333, 0.0509852469, -0.0199527349, -0.00456584292, -0.0139943091, -0.00917734485, -0.00563881593, -0.00808154233, 0.0243511628, 0.0128224092, -0.0221139, 0.00933714863, -0.00859139487, -0.0144052347, 0.00232097018, -0.014390015, 0.000711034925, -0.0292518344, 0.0278973, -0.00142111862, -0.00145536242, -0.0303019788, -0.0061753029, 0.0055170604, 0.0252338927, 0.00225058012, -0.0157065, 0.0346090905, 0.00260443287, 0.0280342754, 0.00288028596, 0.00525452429, -0.0444713123, -0.0133094322, -0.00215926324, -0.00402174657, 0.00375730824, -0.0223269723, 0.00926866103, -0.0175480563, 0.00310096843, -0.0223574117, -0.0265123285, 0.0215812176, 0.00893383287, 0.00111482665, -0.00782281067, 0.00274901791, -0.0119396793, -0.01541733, -0.0300736856, -0.00793695729, -0.00357657694, 0.00447452627, 0.00679549621, -0.00941324607, -0.00967197772, -0.00646827742, 0.00930671, 0.008096762, -0.00681071589, -0.0090784179, -0.00455823308, -0.00126987509, -0.0293583702, -5.01767136e-05, -0.00695910584, -0.00276233512, -0.00522028049, -0.00893383287, -0.0133779198, 0.000383340579, 0.0052355, -2.38547455e-05, 0.00744993379, -0.00639218045, -0.0048778425, 0.0174719598, 0.0193591751, 0.00226960448, 0.00872837, -0.00476750126, 0.00212121452, -0.00163989863, 0.0119625088, -0.00987744052, 0.00728251971, 0.0042880876, -0.00398750277, 0.00657481374, -0.000399511278, 0.00871315, 0.0215812176, 0.0571643561, -0.0133474814, 0.0097632939, 0.0233010184, 0.030347636, 0.00787607953, -0.0127767511, -0.0156151829, 0.00795217697, -0.0113841686, 0.00666613085, 0.00337491906, -0.00880446751, 0.0094208559, 0.0102122687, 0.000959778263, 0.0139258215, 0.00344530912, 0.0321130976, 0.00965675805, 0.00373257673, -0.00771627482, 0.0177306905, 0.00288028596, -0.00145155762, -0.002963993, -0.0175480563, -0.0153716719, 0.0159804504, 0.0214746818, 0.00587852299, -0.00545237772, -0.00179875188, 0.00584047427, -0.00216306816, 0.0237271637, -0.0112243639, -0.00440603867, -0.016924059, 0.00813481, 0.00566545036, 0.00482837902, 0.0198157579, 0.00269194506, -0.0193287358, 0.0159195736, 0.0294496883, -0.00480555, 0.0191156622, -0.0322652906, -0.000358846737, 0.000218779984, 0.0035784794, 0.0113385106, -0.00639598491, -0.00683354493, 0.00122421666, -0.00497296406, -0.00375540578, 0.00681452081, -0.0265427679, 0.0135529442, 0.0128071895, -0.00069914473, -0.00776573783, 0.00263867667, -0.00496535422, 0.0123962639, 0.0170610342, 0.0272428636, 0.0191613212, -0.00461150147, -0.00320750475, 0.00143919175, -0.00904797856, 0.00516320765, 0.000545998744, 0.00814242, -0.00752222631, 0.000963583123, 0.0072254464, 0.0150520625, 0.0217181928, 0.00380106433, -0.00363555248, -0.00159519142, 0.0145117715, 0.0180350803, 0.00443267263, 0.00327599235, 0.0182024948, -0.0190547854, 0.0115668019, -0.0232705791, -0.00691725221, 0.0129898237, 0.00573774287, -0.00697432505, -0.00711130071, -0.00315043167, 0.0112015344, 0.0182329323, 0.010341634, -0.0189025905, 0.0123886541, 0.0200897101, 0.00618291227, -0.00573774287, 0.00462672114, -0.0174871795, 0.00188245904, -0.00466096494, 0.01337031, -0.00164084986, -0.0153564522, 0.0167262051, -0.00380867417, 0.00399130769, -0.0087512, -0.0207289271, -0.0199983921, -0.00795217697, -0.00569588924, -0.0195874665, -0.0140780164, -0.00706183724, -0.00632749731, 0.00103968056, -0.00595842535, 0.00384101551, -0.00746515347, 0.000137807612, 0.00467618415, -0.0148161603, -0.0178676657, 0.00966436788, 0.0136214318, -0.00144680147, 0.0179894213, 0.00177592272, 0.0158130359, 0.0120309964, -0.0100600738, -0.00483598886, -0.0068259351, 0.0135529442, 0.00760212867, 0.0064492533, 0.0304541737, -0.00758690899, 0.0174567401, -0.0158130359, -0.0373790339, 0.0155162569, 0.0178828854, 0.00824134704, 0.00692866696, -0.00448974548, -0.00559315784, 0.00181016652, 0.00347194308, 0.0011709485, 0.00325887045, 0.00779998163, -0.00276233512, 0.0109656332, 0.0203484409, 0.0125256293, 0.00687159365, -0.00165416684, -0.0262079388, 0.0365571827, 0.0051175491, 0.00175404467, -0.00904036872, -0.00464194035, 0.00186438591, -0.00112624129, 0.0122821173, 0.0111026084, -0.00671939878, 0.00495774439, 0.000241371396, -0.0218399484, 0.0057225232, -0.0138497241, -0.000167652048, -0.00528496318, 0.00303628552, -0.00821090769, 0.0137279676, 0.0114298267, -0.0264057927, -0.0178372264, 0.0081272, 0.0148085505, 0.00384672265, 0.0136290416, -0.00664710626, 0.00279087154, -0.0152803548, 0.0115363635, -0.0150825018, 0.00826417562, 0.00266340841, 0.000381913735, 0.00248077465, 0.00113765593, 0.00590515696, 0.00427667284, -0.044440873, -0.0113613391, 0.00608779071, -0.0115363635, 0.00298682228, 0.0254774038, -0.00119377766, -0.00506047579, 0.00806632265, -0.000568827963, -0.0094208559, -0.0171980094, 0.0103796832, 0.0252643321, 0.0172284469, -0.00212882436, -0.00327979727, -0.017608935, -0.00964914821, -0.0123810442, -0.00847724825, 0.00558935292, -0.005927986, 0.00727871479, 0.0110569503, -0.0223726314, 0.0169392768, -0.0184612256, 0.0050833053, -0.0142682595, -0.000808534678, -0.0104557807, -0.0349439196, 0.00430711173, 0.00264628651, -0.0204093177, 0.0314434394, -0.00334067503, 0.00889578462, -1.39858666e-05, 0.00495774439, 0.00371545483, 0.0125560686, -0.00381818623, 0.0124038737, 0.0137964552, 0.00909363758, -0.00140970398, 0.0100372452, 0.00728632463, -0.00701237377, 0.014686795, -0.0151281599, -0.0127082635, 0.0153564522, -0.00188341027, -0.0201201476, 0.0123734344, -0.00573774287, -0.010440561, -0.00457725767, -0.00404457608, -0.000238042136, 0.00362604042, 0.010052464, 0.00552847516, -0.0185221024, 0.0010587048, -0.000956449, 0.00998397637, -0.0207898058, 0.00113575347, 0.00102541223, -0.0117266066, 0.0100600738, 0.0252947696, -0.00924583245, 0.0255839396, 0.00269765221, -0.000198566617, 0.00647588726, -0.0153412325, 0.00432994124, -0.00621335115, 0.00739286095, 0.00822612736, -0.0268167183, -0.00887295511, -0.00050795, 0.0168479607, -0.00858378503, 0.00370974746, 0.0104481708, 0.0139410403, 0.0118788015, -0.00444789231, 0.0148618193, 0.0128908968, -0.023027068, 0.00056074257, -0.00866749231, -0.00462291623, 0.0160717666, -0.00873598, -0.00764017738, 0.0170001555, -0.00984700117, -0.00187484932, 0.0142302103, -0.0162087418, -0.0267254, 0.015364062, 0.00685637444, -0.0155999633, -0.0128604574, -0.00413589273, 0.0118103139, 0.0075754947, -0.00584047427, 0.000925058848, -0.0135757737, -0.00744232396, -0.00407501496, 0.00286696898, -0.0176393744, 0.00652915565, 0.000411163666, 0.0287800301, 0.00951217301, -0.00533062173, -0.0156151829, -0.00644164346, -0.00752603123, 0.00289360294, 0.00887295511, 0.0120233865, -0.0105927559, -0.018248152, -0.0105775362, 0.0169697162, -0.00310096843, -0.00407121, -0.00291643222, -0.00477511063, 0.00354804052, -0.00209077564, 0.00251692091, 0.00315994397, 0.00745373871, 0.00582905952, 0.0234227739, 0.00871315, 0.010684073, 0.00819568802, -0.00283843232, 0.0114069982, 0.00588232791, -0.00520125637, 0.0132561643, 0.00990027, -0.0189634673, -0.0279277395, -0.0264818892, -0.0183242504, 0.00505286641, -0.0190091264, -0.0103720734, -4.5034194e-05, 0.020835463, 0.00192336133, -0.00835549273, -0.0105090486, 0.00496915914, 0.00055313285, 0.0022049218, 0.00647969218, -0.00589754712, 0.0255078431, 0.00500720786, 0.0245642345, -0.00843159, -0.0171675701, -0.000124371669, -0.0209724382, 0.00494252518, 0.0167262051, -0.00614105863, -0.00237804325, -0.0101361712, -0.00678408192, 0.00237804325, -0.00761354342, 0.0229205322, 0.00959588, -0.0263753533, 0.00612203451, 0.0247925278, 0.00395706389, -0.0132105062, 0.00777715258, 0.0180350803, 0.00371545483, 0.00593179092, -0.0127919698, -0.00294877356, -0.00821851753, 0.00368691818, 0.0163152795, -0.01951137, -0.0119092409, -0.00312950485, 0.0225400459, 0.0231336039, -0.00253214035, 0.00394945405, -0.00504525658, 0.00674603321, 0.00671939878, -0.0113765588, -0.0125941169, -0.00733959256, -0.0206832681, 0.0102655366, -0.00299443211, -0.00754886027, 0.0104329512, -0.000114621682, 0.0178372264, -0.0133931395, 0.019024346, -0.00530779269, 0.0010159, -0.00609920546, 0.0126626045, -0.00576818176, 0.0132485544, -0.00973285548, 0.00034243823, 0.00379535696, -0.00382008869, -0.00515559781, -0.0147781121, -0.0177306905, 0.0155543052, -0.00227911654, -0.032447923, -0.0160261095, 0.00425764872, -0.0115059242, 0.0226618014, -0.000196545268, 0.00395706389, -0.00964153837, -0.0155238658, 0.00604974199, -0.0128985066, -0.0296932, 0.0126549946, 0.00935997814, 0.020439757, 0.00351760164, 0.0228596535, -0.00318467547, -0.00025040796, -0.00649871677, -0.00160184992, -0.0177002512, 0.0153031843, -0.000535535335, 0.0152423056, -0.00955022126, -0.0121984109, 0.0120233865, -0.00671178941, 0.000426145358, -0.00808154233, -0.0079597868, 0.00944368541, -0.0209724382, -0.011513534, -0.00676886225, 0.0235293116, 0.00705803232, 0.00788368937, -0.00234570191, 0.0103720734, -0.00958827, -0.00346052856, -0.0161174256, 0.0124951908, -0.00386194233, 0.014047577, -0.0168479607, 0.00444028247, -0.00567686465, 0.0148694292, 0.00400652736, 0.00986983068, 0.00135643582, -0.00539530441, -0.00171219115, 0.0050490615, 0.00678027701, 0.00762495771, -0.00276994472, -0.00683354493, 0.00893383287, -0.00201658066, -0.0198918562, -0.00230765319, -0.0202571228, 0.000683925231, 0.00815003, -0.000938375888, -0.0439538471, -0.0120386062, -0.000499864691, -0.0103872931, -0.00964914821, 0.0120918741, -0.0238945782, 0.0109047554, 0.00308384653, 0.0280038379, 0.0186438598, 0.00349667482, 0.00525452429, -0.00233999453, 0.0097632939, -0.00296589546, -0.0182329323, 0.00442886772, 0.00899471063, -0.0269841328, -0.0121908011, 0.00577959651, -0.0193896126, 0.0146106975, -0.00205462938, -0.00305721234, 0.00235331152, 0.0125180194, 0.0179742016, 0.000365743064, 0.00830983464, -0.0180198606, 0.0135681638, -0.00239136023, -0.00850007776, 0.00579481572, 0.0164674744, 0.000250170153, -0.0021611657, 0.000608303468, -0.00990787894, 0.00409403909, 0.000901278399, -0.00162943522, -0.0359179638, -0.0149074774, -0.0148237702, -0.0110189011, -0.00701617869, -0.0189025905, 0.00595842535, -0.000356230885, 0.00990787894, -0.0114374366, -0.00852290727, -0.00419296604, -0.0250360388, -0.0216268767, -0.0109199742, -0.0189330298, 0.0164979119, 0.0258731097, 0.0169392768, -0.0101057328, 0.00884251576, -0.00650252122, 0.0214138031, 0.025614379, -0.00622096099, 0.0218856074, -0.00616008323, 0.00537247537, -0.00550184073, -0.00088225404, -0.0114069982, 0.000360986975, -0.000177283116, 0.0158891343, 0.0103949029, 0.025903549, 0.00595842535, 0.00274331076, -0.0189634673, -0.00305150519, -0.0208506826, 0.00844681, -0.0201049279, 0.014100845, 0.0139714796, 0.0290844198, 0.00773149403, -0.00544096297, 0.00197282457, 0.00998397637, 0.00939802732, -0.00739666587, -0.000429950218, -0.00960349, 0.00998397637, -0.00859139487, -0.000470852567, -0.0148998676, -0.00478272047, -0.00598125439, 0.0123962639, -0.00526593905, -0.00955022126, 0.0171675701, -0.0149303069, -0.0199222956, 0.021657316, -0.0121375332, 0.00806632265, -0.0127463117, -0.0293279309, 0.0212311707, 0.0248077475, -0.0350048, -0.00635793619, -0.0067574475, 0.00792934746, 0.0132485544, -0.00617910735, 0.00642642425, 0.0121299233, -0.0283234455, -0.00322082173, -0.0101513909, -0.0172132291, -0.0261775, 0.00939041749, 0.00423101475, 0.0166196693, -0.00741569, 0.00619052211, 0.0138116749, 0.00464955, 0.0113613391, 0.0121299233, 0.0186438598, 0.000381913735, -0.0169544965, 0.00595462043, 0.0116885584, -0.00735100731, -0.0177763496, 0.00908602774, -0.0234227739, -0.0255078431, 0.0149683552, 0.00692866696, 0.00222394615, -0.0154629881, 0.0176393744, -0.00717978831, -0.011270023, 0.00850007776, 0.00995353796, 0.00820329785, 0.00370404, -1.89203074e-05, -0.0221291184, 0.0175784957, 0.00322843157, 0.0201810263, 0.00144299667, -0.0035784794, 0.00711510517, 0.0117646558, -0.00695530092, -0.00715315389, 0.00465716, 0.0190091264, -0.00758310407, -0.0149074774, 0.000134359449, -0.00475228159, 0.00773529895, 0.00751081156, 0.000440651405, 0.00691344729, -0.00939041749, 5.32458762e-06, -0.0038105764, 0.0158891343, -0.00232287263, 0.00237804325, -0.00674603321, -0.0177915692, -0.00982417259, -0.00721783703, -0.0154021103, 0.00122136297, 0.0022467752, -0.00672700861, 0.0274711549, 0.0155390855, -0.00297160284, 0.0214899015, -0.00450496515, -0.0173502043, -0.00756027503, 0.00377252791, -0.0115515832, 0.0245490167, 0.00124419224, 0.00288218842, 0.00593179092, -0.0264818892, 0.010295976, 0.00121755817, 0.00915451534, 0.0170001555, 0.00189292245, 0.00388477137, -0.00603832724, -0.00517842686, 0.00808154233, -0.0182024948, 0.00844681, -0.00938280765, 0.00349477236, 0.00510613434, -0.00699715456, -0.0215812176, 0.0128071895, 0.0136975292, -0.0256904773, 0.0136518702, 0.0147933317, -0.0422492661, -0.0156151829, -0.00909363758, -0.0121451421, 0.0164674744, 0.0136823095, -0.0276537891, 0.00398369785, -0.000767632329, 0.00365077192, -0.011026511, -0.00724066608, 0.00611822959, 0.00831744447, -0.00155619148, 0.00458867243, 0.00602310803, -0.000804254203, 0.00514798798, -0.0183546897, 0.0177306905, 0.00877402816, -0.0169392768, 0.0173349846, 0.00298491982, 0.00808915216, -0.00832505338, -0.00799022522, -0.0148237702, 0.0264057927, -0.0255078431, -0.0100600738, 0.00662808213, 0.00202038558, 0.0189482477, 0.0359484032, 0.030347636, 0.00223345822, 0.00945129525, -0.0197853204, -0.00854573585, -0.00284794462, 0.000901754, -0.00747656776, -0.0149835749, 0.017121911, 0.0281408131, 0.0215812176, -0.018293811, 0.00546379201, 0.0112928515, 0.00234189699, 0.0116048511, 0.00525071938, 0.016787082, 0.0182785913, 0.00029606637, -0.000889388146, -0.00939041749, -0.0229509715, -0.00630086334, -0.00950456318, 0.00292404206, 0.00559315784, 0.00519745145, 0.00173026428, 0.0202419031, 0.00323984609, 0.0131648472, -0.0102807563, -0.0091469055, 0.0065177409, 0.0157673787, -0.00320750475, 0.0152118672, -0.0296475403, -0.0184460059, -0.00054837676, -0.0151966475, 0.00848485809, -0.0253860876, 0.00430711173, 0.0110189011, 0.00101209525, -0.00569208432, 0.0123353861, 0.0279886182, -0.00419296604, 0.00347765046, -0.0127615314, -0.0423710234, 0.0108514866, 0.00271287165, 0.0314738788, -0.00853051711, 0.0105090486, 0.0131267989, -0.00368501572, -0.0160413291, -0.00970241614, -0.00135263102, -0.00971002597, 0.0285821781, 0.00479413522, -0.00692105712, -0.00175309344, -0.00410925876, -0.00719881244, 0.000992119662, 0.0187656153, 0.00652154582, -0.00251311599, -0.0110417306, 0.010052464, 0.0188112725, -0.00627042446, 0.00488545187, 0.00152194768, -0.0130126523, 0.0207137074, -0.025614379, 0.0111863157, 0.00105394877, 0.0261775, -0.0136214318, -0.0247773081, -0.0252186731, -0.0141617227, -0.014587868, 0.00785325, -0.00819568802, 0.00783803, -0.0079597868, -0.00795217697, -0.00363555248, -0.000617815647, 0.00389618613, 0.017806787, -0.00699715456, 0.00339774811, 0.0175024, -0.0120157767, 0.00873598, -0.0350656733, 0.00217067776, -0.00296970038, 0.0186134204, -0.00271857902, 0.00368501572, 0.022783557, -0.0266645234, -0.0242598467, -0.0773149431, -0.0200744905, 0.0157065, 0.0266340841, 0.0232857987, -0.0179133248, 0.00798261538, -0.00243892125, 0.0106155854, 0.0107982187, 0.0252947696, -0.0117950942, 0.0127387019, 0.017121911, -0.00557413325, -0.0116048511, 0.00436799, -0.000595462043, -0.0168784, -0.0127539216, -0.0068259351, -0.037713863, 0.0170153752, 0.00964914821, -0.00630086334, -0.00696671568, 0.00336921168, 0.000398797856, -0.00318087055, -0.00874359, -0.0199983921, 0.000767156773, -0.0217942912, -0.00946651492, 0.00381818623, -0.0173045453, -0.00175594713, -0.0163761564, -0.00105965603, 0.0199375153, 0.011711387, -0.00525452429, 0.0113385106, -0.0260405242, 0.005414329, 0.0203332212, 0.0061753029, 0.010684073, -0.00735861715, 0.00136975292, -0.0210180972, -0.0044593066, 0.0035879917, -0.000788559148, 0.029617101, -0.00773910386, -0.017608935, -0.0117646558, -0.00150482578, -0.000314139499, -0.0131876767, 0.0045962818, -0.0111863157, -0.00825656578, 0.00693247188, 0.0100905132, 0.00784564, 0.00375730824, 0.00709608104, 0.0273037404, 0.0149835749, -0.00884251576, -0.00660525309, 0.0172893256, 0.00663188705, 0.00277374964, 0.00786086, -0.0056197918, 0.00574535225, 0.0232401416, 0.0271058884, -0.0148846479, -0.00113194855, -0.00346243102, 0.0188569315, 0.00901754, -0.021170292, 0.00741949491, -0.00161136209, -0.0257970132, 0.00336921168, 0.0108134383, -0.00951978285, 0.0301345643, 0.00181111775, 0.0219008271, -0.023803262, -0.00683735, 0.0182633717, 0.00805110298, -0.0206071716, -0.000777144509, 0.0317173898, 0.00450877, 0.0118711917, -0.00396467373, -0.00618671719, 0.00319228531, -0.0072673, 0.0115059242, 0.0262688175, 0.00799022522, 0.003536626, -0.0108514866, 0.018248152, 0.0273494, 0.0171827897, 0.0179133248, 0.0123125566, 0.00745754363, -0.0052355, -0.0456888676, 0.0135986023, -0.0149379168, 0.00122992392, -0.00745373871, -0.0075412509, 0.0107601704, -0.00373638165, -0.0147096245, 0.00091744907, 0.0183699075, 0.0239402372, -0.0121679716, 0.00507189054, 0.00862944312, -0.00183109334, -0.0234227739, -0.00810437091, 0.00409403909, 0.0154021103, -0.022342192, -0.0037420888, 0.0194504913, -0.0289931037, -0.0230422877, -0.0229205322, 0.0321739726, 0.0100829033, -0.0178981051, 0.0103796832, -0.0123658245, -0.00510232942, 0.016924059, -0.0260253046, 0.0217790715, 0.00254736, 0.0277298875, 0.00840115082, -0.00783803, -0.00426525855, -0.016193524, -0.020881122, -0.0165131316, -0.000835644372, 0.00662427722, -0.0192222, -0.022387851, 0.0228596535, -0.012830019, 0.0162848402, -0.00423481921, 0.0159347914, 0.0132409446, -0.00685637444, 0.00543335313, 0.0104329512, 0.00869793072, 0.00968719739, 0.0373485945, 0.016102206, 0.00328360219, -0.00209838524, 0.00146011857, -0.00930671, -0.0204093177, 0.0131344087, 0.0329349488, -0.00601169327, 0.0103949029, 0.00394184468, 0.0190395657, -0.00660525309, 0.00201087329, -0.0108210482, 0.00919256359, -0.00538769457, 0.0135377245, -3.40060178e-05, 0.0035023822, 0.00844681, 0.00441745296, 0.0026729207, -7.33626366e-05, 0.0021782876, -0.0104938289, 0.00900232047, 0.0204245374, -0.00682974, -0.00580242556, -0.00221062894, 0.00268243277, -0.0137660168, -0.003475748, -0.00072007149, -0.00526213413, -0.00709608104, 0.0143519668, -0.00472184271, -0.00282131042, 0.00548662152, 0.000757644593, 0.0181872752, -1.24327071e-05, 0.0235749688, -0.0136366514, -0.0107753891, 0.0217029732, 0.0115515832, -0.00677266717, 0.0130354818, -0.00807393249, -0.005414329, -0.00893383287, -0.0159043539, 0.00729012955, -5.27925586e-05, -0.00819568802, -0.00951978285, 0.0152270868, 0.00391901517, 0.010341634, -0.00283272518, 0.0153488424, 0.0166348889, 0.034974359, 0.0121755814, 0.00325316307, 0.00137736264, -0.00882729609, -0.00697432505, -0.0195265878, -7.83565265e-05, 0.0118864113, 0.0159195736, 0.000297731021, -0.0131952865, 0.0120842643, -0.0239097979, 0.0134692369, -0.00367740612, -0.00351189426, 0.0281103738, -0.0178524461, -0.0162696205, 0.00954261236, 0.0160717666, -0.0126473848, -0.00214784872, -0.0118255336, 0.00111577788, -0.0217942912, 0.00388857629, -0.00462672114, 0.00134787487, -0.0172893256, 0.0174415205, 0.0191461015, -0.0177154709, -0.0217486322, -0.00653676549, 0.00461150147, -0.0128908968, -0.00230575074, -0.00580242556, -0.0040636, -0.0134844566, -0.00741188508, 0.00152385014, 0.00869793072, -0.0101361712, -0.00286887144, 0.0143063078, 0.0139638698, -0.00461530639, -0.0049273055, 0.0212159511, -0.00740808, -0.011901631, -0.00324174855, 0.0131267989, -0.00707705691, -0.0102655366, 0.00817285944, -0.00749178743, -0.0288713481, -0.0134235788, -0.0144661125, -0.00993070845, -0.0185982, -0.0144280642, 0.0343960188, 0.0104101216, -0.00698193489, 0.0137279676, 0.0106079755, -0.0065862285, -0.0019899467, 0.00971002597, 0.00189292245, -0.0053458414, 0.00884251576, -0.00619813194, -0.00150863058, 0.00551325548, -0.0151205501, 0.0130507015, -0.016832741, -0.0154858176, 0.00663569197, -0.010295976, 0.0117418263, -0.0196026862, -0.00748798251, -0.00780759146, 0.0158891343, -3.60570812e-05, -0.0341220684, 0.0130811399, -0.0102198785, 0.00490447646, 0.0232097022, -0.0125332391, -0.00468379399, 0.0165435709, -0.0173502043, -0.00262345723, 0.00947412383, -0.00425764872, -0.0107297311, 0.00471042795, 0.00158567925, 0.0223117527, 0.0111026084, -0.0121223135, -0.00120424107, -0.00345482118, -0.00971763581, 0.0106308041, -0.00517081702, -0.00786086, -0.0199222956, -0.00389618613, 0.00108438777, 0.00346243102, 0.00947412383, 0.00312189525, 0.007073252, -0.0123353861, 0.0022467752, -0.00382008869, -0.0106231952, -0.0241380893, 0.0784107447, -0.00640739966, 0.000521267066, -0.0249447227, 0.0156304035, -2.9071578e-05, -0.0136899194, 0.0504069068, 0.00694008125, 0.0146106975, -0.0109504135, 0.011315681, -0.0214290228, 0.00744232396, -0.0242141876, 0.00623618066, 0.00199375139, -0.00665091118, -0.0112624131, 0.0127539216, 0.0142682595, 0.00157902075, 0.00627422938, -0.00869032089, -0.00941324607, 0.00127463113, -0.0153260129, -0.0134235788, -0.00796739571, 0.00770486, -0.00828700513, 0.0135681638, 0.00323223649, 0.0134540172, 0.00335208979, -0.00982417259, 0.0352483094, 0.00837832224, 0.0110873887, 0.0050985245, 0.00249789655, -0.0126778241, 0.00334067503, -0.00916212518, 0.00728632463, 0.00581764476, -0.00633510714, -0.0225552637, 0.00634271698, -0.0161630847, 0.0112243639, -0.00861422345, -0.00200136122, -0.0179894213, -0.000431852648, 0.0165435709, 0.00504145166, 0.0071569588, 0.00898710079, 7.00928213e-05, 0.00453159912, 0.00611061975, 0.0045277942, -0.011901631, 0.0104329512, -0.00528876809, -0.0159804504, 0.00660905801, 0.00246745767, -0.0111863157, -0.00715315389, -0.00456584292, 0.00248457957, -0.0212463904, 0.00426145364, -0.00896427222, -0.0119396793, 0.0128376288, -0.00768203102, 0.00902515, -0.0118483631, 0.017517617, -0.00279087154, -0.0181568358, -0.00262726215, -0.00590896187, -0.0224487279, -0.0221139, -0.0146106975, 0.000898900325, 0.000480126939, 0.0167718641, -0.0112852417, 0.0283234455, 0.0162087418, -0.00260823779, -0.00386384455, 0.0174263, 0.0218399484, 0.00816525, 0.0188264921, -0.0144280642, -0.00412828289, -0.0103035858, -0.00627422938, 0.0236358475, -0.00747656776, -0.0067232037, 0.00819568802, -0.011414608, 0.0156304035, 0.0107906088, 0.00107487559, 0.0306215864, -0.0149683552, -0.000985461171, 0.00417013653, -0.0145726493, 0.000813290768, -0.0188417118, -0.00231716526, 0.00835549273, -0.0170914717, -0.0157217197, -0.00636174111, -0.0319609, 0.0162848402, -0.00487023266, 0.0253252089, -0.00243701879, 0.0264210124, 0.0218247306, 0.0189178102, -0.0147020146, -0.00210599508, 0.0373485945, -0.00204321486, 0.00235901889, -0.00162658154, 0.0333306529, 0.0253404286, -0.00229053129, 0.00882729609, 0.00320750475, -0.00592418155, -0.00151338673, 0.0130659211, -0.0126626045, -0.0279886182, 0.000505096396, -0.0021345315, 0.0245946739, 0.0102046588, 0.000297255407, -0.0104786102, -0.00261965254, -0.00300394418, -0.0157521591, 0.00101399759, 0.00743090967, 0.00686017936, -0.000889863761, 0.0152042573, 0.00107772916, -0.0053800852, -2.69164775e-05, 0.0191613212, 0.0152042573, 0.00248838449, -0.00280609098, 0.0333002135, 0.00436418504, -0.00441364804, 0.00177497149, -0.00247316505, 0.00221823878, -0.00781520177, -0.00530779269, -0.00407121, 0.0042538438, 0.00656720437, -0.00488545187, -0.0130887497, 0.0402707346, 0.00648730202, 0.00346813817, -0.0162087418, 0.00109485106, 0.0213224869, -0.00319609023, -0.00569588924, -0.00458106259, -0.0259796474, -0.00778856734, 0.0139562599, 0.000429474603, 0.00333496789, 0.00542574329, 0.00207365374, -0.0111558763, -0.00068963255, 0.00274901791, -0.0136214318, 0.0154934274, -0.00417013653, 0.00772388466, -0.0159652308, 0.0173349846, 0.000698669115, -0.00220111688, 0.0128985066]
|
02 Jan, 2023
|
Concept behind Multiple Booting Guide
02 Jan, 2023
Most of the computers that are used today are of the kinds: Traditional BIOS-MBR type, and UEFI-GPT method (used by advance/latest computers).
Step-1: Power Supply: Normal not much important.
Step-2: Bootstrapping: When the computer is switched on, Computer has no idea where is the OS and what to load on to the CPU. Hence, we use a special program called as Bootstrap Loader. In simple terms this locates the Kernel and Loads it to the main memory.In some cases, even the simple Bootstrap Loader Loads a more Complex Bootstrap Loader.
Step-3: The Role of BIOS in booting process: (Now from here something real starts). When the computer boots up initially or is reset then the Instruction Register gets loaded with some default address which is basically a jump address that transfers control the bootstrap Loader and the job of BIOS starts. BIOS stands for Basic Input Output System: The Functions that BIOS perform are:
CMOS is checked for custom settings
Device Drivers are checked and Power-on self-test (POST) is Performed.
All the Settings are Displayed.
Find Bootable Devices that are available and are having a valid OS
Bootstrap Loader continues performing subsequent steps.
CMOS is a small memory RAM chip that is present in the motherboard. The contents of this CMOS doesn’t get erased when computer is shut down . The CMOS contains the information of about where we should look for finding a valid bootable file. Nowadays, the modern computer manufactures are protecting the CMOS, so that users don’t modify the CMOS settings easily.
Its normally a misconception that people have is that when they modify the boot order they change the BIOS setting but in reality they modify the CMOS settings is the place where you modify the boot order etc. Once the POST check is completed successfully.
BIOS will check the CMOS settings to find what is the boot order. BootOrder is the order of preference of devices/sources according to which the BootStrap Loader will find the source of Loading the OS on to the Main Memory.The various sources of Booting the OS are Hard-disk, Network, USB Drivers, CD etc. Any of the Source can be used to load the OS on to the Main Memory given that the OS image is correctly (without any corruption is present those sources) present on those devices.
The BootOrder can be modified as per requirements.
If trying to install Dual Boot then we can create a boot-able pen drive by burning the required Linux OS (Open source so free) file onto the USB stick and Loading that OS on the partition of the Disk that we may create for installing a new OS.
BootStrap Loader will check as per the order in CMOS and will load the first source where ever it finds a bootable source.
Step-4: MBR and GRUB: Pay attention here, it is really important. Considering Normal Boot from the Hard Disk the BIOS will always initially look at a fixed address of the Hard Drive which is usually the starting Sector of the hard-drive.In simple, terms the it means the BIOS loads the Oth block of the Hard-disk. This sector contains the MBR (Master Boot Record).MBR contains all the details of the partitions. Followed by MBR is the Partition Tables . This Partition tables contains the information about the various partitions of the Hard-disk and also stores information about where each of the partitions starts. Note: The above step is same for all the OS be it Windows / a series Loaded Linux Systems.Usually when we load a UNIX on the system then the default MBR is replaced by the GRUB. In simple terms, GRUB is a secondary boot Loader. GRUB stands for GRand Unified Bootloader. Now suppose our Hard-Disk has 4 partitions and in each partition we are having a different OS. And here each of the partitions would be starting with a block called as boot-block (in UNIX) or called a Boot sector (in NTFS). This block would be having information about where each of the OS is present in the memory. Followed by Volume control Block which stores information about size of that partition and number of blocks allocated to that partition. In UFS(Unix File System), it is called as Super Block and in NTFS it is called as Master File Table. Figure – MBR DetailsBootstrap Loader, Boot Loader, BIOs are not same things they should not be confused with each other. BootStrapping is a whole process BIOS and Boot Loader are a part of this, where BIOS performs the tasks which I have previously explained and BootLoader is anything that is loaded on the main memory before the actual OS or Kernel is Loaded in to the main memory. The GRUB usually has 3 stages names 1, 1.5 and 2. The stage 1 is simple and calls the stage 1.5 performs the task explained below. The Stage 2 actually Loads the Kernel. Normally partitions doesn’t start any before sector 63. So partitions start from sector number 63. So, in this free space the GRUB 1.5 is stored. This free space between MBR and the starting point of the partitions is called as MBR GAP. Grub Stage 1.5 is present in this MBR GAP and it usually contains the drivers for reading file systems. So grub stage 1 will load grub stage 1.5 to the RAM, and will hand over the control to GRUB 1.5 stage. Now grub stage 1.5 will load the file system drivers and once the file system drivers are loaded, it can now access /boot/grub/grub.conf file which contains other details about kernel path and initrd path etc. Now this is the point where you are presented with a beautiful TUI (Terminal user interface), where you can select your operating system kernel and press enter to boot it. Thus after the above step we choose the OS that we want use of all the installed OS in our Machine. Step-5: Loading The Kernel: Kernel is the core part of the OS . OS and Kernel should not be confused as Kernel is just a core part of the OS and OS is a complete set of operations and utilities. Normal OS loading will continue depending on the OS we choose from the GRUB (given that we have already installed multiple OS). If we don’t choose any of the OS from GRUB screen then a default OS is loaded.
Boost your GATE 2025 rank with our GATE CS & IT Test Series! Get 60 PYQ quizzes, 60 subject-wise mocks, 4500+ practice questions, and 20+ full-length tests—designed by GATE toppers and industry experts. Track your progress with personalized rankings. Exclusive features: All India Mock Test, Live GATE CSE Mentorship Classes and Live Doubt Solving Sessions
|
Operating Systems/Operating System Tutorial/Booting and Dual Booting of Operating System/Concept behind Multiple Booting Guide
|
https://www.geeksforgeeks.org/concept-behind-multiple-booting-guide?ref=asr2
|
Operating Systems
|
Concept behind Multiple Booting Guide
|
Operating System Tutorial, Operating Systems, Booting and Dual Booting of Operating System, Concept behind Multiple Booting Guide
|
GeeksforGeeks
|
[0.0159221441, 0.0018341298, -0.0188472643, 0.00479087373, 0.00768832443, 0.0259308014, -0.032761354, 0.0246816948, 0.011676766, -0.00269783102, 0.0375996605, -0.0561623201, 0.0632458553, -0.0516086183, 0.012190639, 0.0206972063, -0.00644712429, 0.0179143883, -0.00452207867, -0.00821405556, 0.00437582284, -0.00761322, -0.0413944125, 0.0103486031, -0.0178985782, 0.0191160608, 0.006549899, 0.00875955075, -0.00741162384, 0.0127440402, 0.0328562222, 0.0261521619, 0.00944735, -0.0366193503, 0.00151691237, -0.0156691615, -0.0297729876, -0.0222309195, -0.0288559217, -0.0163016189, 0.0010870382, 0.0112577621, 0.0215035919, -0.00798478909, -0.0344373696, 0.0338365324, 0.0222941637, -0.0131472321, -0.00310102338, -0.0162858088, 0.00584628899, 0.00639178418, 0.0702029, 0.0291721504, 0.0223574098, 0.0101114316, 0.0145544531, 0.0168866441, -0.0303896349, -0.0229740571, 0.0333621874, -0.00197544484, -0.00994541124, -0.0347536, 0.0170447584, -0.0166020375, -0.04579, 0.0422166102, 0.0051545375, -0.00645107729, -0.0490471609, 0.0117874462, 0.00809151679, -0.0174716674, 0.0100165624, -0.0218356326, 0.0321605168, 0.00437187, 0.0240492374, 0.0121352989, -0.0127914743, 0.0316545516, -0.00507943286, 0.00371767045, 0.0314015672, 0.0176455937, 0.0367774665, -0.068685, -0.00426118961, 0.00531265186, 0.0353228115, 0.00627319841, 0.0214561559, 0.0122064501, 0.000416533265, -0.00974776782, 0.0172661189, 0.011684672, 0.00962918159, 0.0144121498, -0.0154003659, -0.0259940475, -0.0174400453, -0.0403508581, -0.000690763351, 0.00183808268, 0.0358920246, 0.0198275764, 0.0153766489, 0.0397816449, -0.0427858233, 0.00683845812, -0.00519011309, 0.0169973243, -0.0260889158, -0.0144516779, -0.0171870608, -0.0553085022, -0.000859254273, 0.00644317176, 0.00788201485, 0.0386748426, -0.0599886961, 0.0356390402, -0.0864570886, 0.0515137501, -0.015953768, -0.0187840201, 0.032792978, -0.0122222621, 0.00666848477, 0.0066842963, -0.0420901179, -0.00417817943, 0.0178985782, 0.00711911172, 0.0168550201, 0.0330143385, 0.00253181066, -0.00410307478, 0.00167897984, -0.0319549702, -0.0241282936, -0.0102300169, -0.0157956518, 0.0292512085, -0.000220001704, 0.00510710292, -0.0421849862, 0.0424695909, -0.045442149, -0.00291326223, -0.0128784375, -0.00502409274, -0.00913902652, -0.0061743767, -0.0162858088, 0.022910811, 0.00999284536, -0.00168095622, 0.00304568326, -0.0165546034, -0.0228791889, -0.0216775164, 0.0296464954, 0.0210924931, 0.0254564565, 0.0111391768, -0.0302947648, 0.0252192859, -0.0343741216, 0.0169182662, 0.00173728459, 0.0315122493, -0.0544230603, -0.0180092584, 0.0123329423, 0.0494898818, -0.00457346579, -0.0190686248, -0.0568264, -0.0469916724, -0.00917855464, 0.00166119193, 0.024333844, 0.0171238165, 0.0164439231, 0.009826825, -0.0306109954, -0.00546286069, 0.0109889675, -0.032761354, 0.0513872579, 0.0412363, 0.00838798191, -0.000761420815, -0.0529051572, 0.0437661335, -0.00626134, 0.00790573191, 0.0251086056, -0.0157877468, -0.0272747763, 0.0283815786, 0.0209818128, 0.00977939088, -0.0272273403, -0.0288084876, 0.0168866441, -0.00815871544, -0.0156059153, 0.00220174645, -0.0240492374, -0.0310537163, -0.0086884, -0.00623367, -0.0277333073, 0.00245472975, 0.00604788493, -0.0100244684, 0.0144358668, -0.00325320871, 0.047718998, 0.000595400459, -0.03272973, -0.0248714332, 0.0303580109, -0.0275435708, -0.00745510543, -0.00931295194, -0.0105067175, 0.0536008626, 0.0240492374, 6.81869424e-05, -0.0378526449, 0.000605282607, 0.0032571617, 0.0226420164, -0.00199718564, 0.0211557392, -0.00905206334, 0.0138192195, -0.0353544354, 0.00742743537, -0.0424379706, 0.0182148069, -0.0096924277, 0.0619493164, -0.0171396267, 0.0150446082, 0.00438372837, 0.041932, 0.0147441905, 0.041173052, 0.0126807941, 0.00853819, -0.00466042897, -0.0412679203, 0.0228317548, 0.0157719348, 0.0020337496, 0.00664081471, -0.0123092243, 0.0127440402, -0.00581466593, -0.00850656815, 0.0404141024, 0.0253932122, 0.00688193971, -0.0233219098, 0.087848492, -0.0443985909, 0.0017748368, 0.010483, 0.0198117644, -0.0419003814, -0.0105620576, 0.00502013974, 0.0174874794, 0.0387697108, 0.0274328906, 0.0047750622, 0.00585419452, -0.0349749587, -0.0200331248, -0.0209501907, -0.0279862918, 0.020096371, -0.0637834445, -0.00636016158, -0.00545100216, 0.0269111115, 0.0203493536, 0.0358287767, 0.0313067, 0.0262944642, -0.0138982767, 0.0146335103, -0.00823777262, -0.00270376028, 0.0293777, 0.0162541848, 0.0148943989, -0.00194579829, -0.0115502747, -0.0099612223, -0.0252983421, 0.00034859337, -0.0237013847, -0.0149181159, 0.036967203, -0.0428174436, -0.0414892808, -0.0616963319, -0.00167799159, 0.0258675553, 0.0153608378, 0.00319193932, -0.0213929117, -0.0372518077, 0.0582178123, -0.0231005494, -0.0202228632, 0.0451891646, 0.00217407639, -0.0249030553, 0.0118427863, 0.0615065955, -0.0465805717, 0.00109593209, 0.00299231964, -0.061253611, -0.0131314211, 0.00154161779, 0.0151473824, -0.0206339601, -0.00752625708, 0.0445567071, 0.00670010783, 0.0373150557, -0.0217723865, -0.00973195583, -0.0384851024, -0.0274328906, -0.0143568097, 0.0119376555, 0.00765274884, 0.0237330068, 0.00573165575, -0.0133923097, 0.00166119193, 0.0351646952, 0.0224048439, -0.0148785878, 0.00788992085, 0.028539693, 0.00273143034, -0.00120167132, -0.0147995306, 0.00150307734, 0.0162541848, -0.0460746065, -0.00506757433, 0.028112784, -0.00954221841, -0.0136927282, 0.0109178163, -0.023875311, 0.000519307796, -0.000210613638, -0.0123645645, 0.0115265576, 0.01404058, -0.0018341298, -0.035069827, 0.0131314211, -0.0191002488, -0.021045059, -0.00389554957, 0.0124910567, 0.00401611207, 0.00746301096, -0.00194085727, 0.0145781701, -0.0206972063, -0.0473079, 0.00966871064, 0.00261482084, -0.024808187, 0.000993157621, -0.0469284244, 0.0075420686, 0.00715073477, 0.0104592834, 0.00708353613, -0.00518616, 0.00509524439, 0.000690269226, -0.0143093746, 0.0191634949, 0.0302315187, 0.041173052, -0.006545946, 0.0215984602, -0.0260572936, -0.0267371852, -0.00128072861, 0.0167601518, 0.00608741352, -0.0310379043, 0.0139773339, -0.0171080045, -0.0195113458, 0.00134496263, 0.00531265186, 0.0312434528, -0.0365244821, 0.041679021, -0.0096845217, -0.0154873291, -0.048161719, 0.0534427501, -0.0209501907, 0.0233851559, 0.0221518613, 0.0152501576, 0.035038203, 0.0128072863, -0.00219581719, -0.0123566594, 0.00413865084, -0.00376115204, -0.009344575, 0.000348840433, -0.00728513207, -0.0793103054, 0.032350257, -0.0100007514, -0.0110284965, -0.0013202572, 0.0329510905, 0.0283341445, 0.0123013193, -0.000749068102, -0.0757052898, 0.00226301583, -0.0532530099, -0.00988216512, 0.00122044736, -0.009344575, -0.057047762, -0.0155584803, -0.0198750105, 0.0420901179, 0.0382637419, -0.00364256604, -0.00472367508, -0.0235907044, 0.0195587818, 0.014483301, 0.0453789, 0.0221202374, 0.0302157085, 0.00502409274, 0.0224048439, 0.0113763483, -0.0100639965, -0.0118269753, -0.00824567862, -0.0341527611, 0.0372518077, -0.0364928581, 0.05053344, 0.0205074698, 0.0401294976, -0.00876745675, -0.0171712507, 0.0284764469, -0.0130681749, -0.0379158892, -0.0092101777, 0.0427542, 0.0245077685, -0.0406987071, -0.0320340246, 0.0295832492, 0.00653408747, -0.0044034929, -0.000167626218, -0.00195073942, -0.0166336596, 0.00309904688, -0.0322395749, 0.0140010519, 0.0137085393, -0.0374731682, -0.0240018032, 0.0204126, -0.00952640735, 0.0423114784, -0.0430704281, -0.0180725027, -0.0471181646, 0.0642894134, 0.0096845217, 0.0119376555, 0.0468019322, 0.035038203, 0.0047711092, -0.0273854565, 0.0107043609, -0.015439895, 0.00335005391, 0.0120720528, 0.0156375375, 0.0162067506, -0.0284764469, 0.0242231637, 0.0342476331, 0.00790968537, 0.0150208911, 0.0188314542, -0.0161118824, 1.37964289e-05, 0.00555773, -0.018720774, 0.0494266376, -0.0254880805, -0.00850656815, -0.0482565872, -0.0311643966, 0.0289824139, 0.0020297966, 0.00155545282, -0.0167285297, -0.0236539505, -0.00568817416, 0.0209027547, -0.0188788883, 0.00418213243, -0.0199066326, 0.0423431024, -0.0237171967, 0.0056565511, -0.0284764469, 0.0427858233, 0.00255552796, -0.00811128132, -0.00933667, 0.00510710292, 0.0204758458, -0.0103960373, -0.0109889675, -0.00138943247, -0.00810337532, 0.0140010519, -0.00147244264, -0.00637992565, -0.00724560348, 0.00862515345, 0.0124594336, 0.00335400691, -0.00229266239, 0.0073048966, 0.0336151719, -0.016807586, 0.00560911698, 0.0199856907, -0.00576327881, 0.0150525142, -0.00498456415, 0.00719421636, 0.0231163613, -0.00207130169, -0.000713986403, 0.0292195864, 0.0134081217, -0.0106806438, -0.0246184487, 0.0286503732, 0.00850656815, 0.00554191833, -0.000842948677, -0.0262312181, 0.0117321061, -0.0315913036, -0.000269783108, 0.00125602318, -0.00417027343, 0.0068226466, -0.0032947138, 0.0178669542, -0.0100639965, 0.0263418984, 0.0155268582, -0.0195113458, 0.0291879624, 0.015463612, 0.00136571517, -0.0202702973, 0.0228633769, 0.0137006333, 0.0340262726, 0.00469600502, 0.011724201, -0.00931295194, 0.00941572711, 0.00280851126, -0.0219146889, 0.0132737244, -0.0145939812, 0.00378486933, 0.00263260887, 0.010751796, -0.00536403898, -0.00356943812, 0.00776738161, -0.00509524439, 0.00242705969, -0.0130286468, 0.03087979, 0.0165862255, 0.00799269509, -0.00241322466, -0.0176772177, 0.0235748924, -0.0237962529, -0.0100956196, 0.00490550697, -0.0186100937, -0.0277965534, -0.00247647054, -0.0367774665, -0.011716295, 0.0274170786, 0.00609136652, -0.0041663209, -0.0209501907, -0.00124021177, 0.00455765473, -0.00356548512, 0.0285871271, 0.0188314542, 0.113210082, -0.0138271255, 0.0266581289, 0.0231479835, 0.0332989432, 0.00715468731, -0.0150287971, -0.000987228239, -0.0231005494, 0.00538380351, 0.0282708984, 0.00619414123, 0.00362873101, -0.0130760809, -0.0150999483, 0.0229582451, 0.0283973888, -0.00783458073, -0.0399397574, 0.0440191142, 0.0286661852, 0.00521383, -0.0174400453, 0.0189579446, 0.0320656486, -0.0272115301, 0.0248556212, 0.00572770275, -0.0186259039, 0.0298046097, 0.018278053, -0.017329365, -0.0241441056, 0.0036504718, 0.0398132652, 0.0108466642, -0.0127756633, -0.0135504249, 0.00426118961, 0.0441772304, -0.00681869406, -0.00737209525, -0.000660622725, -0.0242231637, -0.0281285942, -0.0184045434, 0.0275277589, -0.0456002615, 0.0319233462, 0.021551026, -0.0184361674, -0.000911135634, 0.00560911698, -0.0113131022, 0.0127203232, 0.0289349798, -0.00060380029, -0.000722880359, 0.00463275891, -0.0377894, -0.00581071293, -0.00442325696, 0.00249228207, -0.00228870939, -0.0181041267, -0.0178827662, -0.0325399935, -0.0006601286, -0.0058028074, -0.0209185667, 0.00066111685, -0.00434815278, -0.00229463866, 0.00928923488, -0.00822986662, -0.0200647488, 0.025235096, -0.013582048, -0.00488178944, -0.0030160367, -0.0281918403, 0.00125009392, 0.017329365, -0.00350026297, -0.00887813699, -0.0203019194, -0.0110126846, 0.0366193503, -0.00944735, 0.00139437348, -0.00494898809, 0.000334264245, -0.0328246, 0.0169657, 0.0109652504, -0.0236223266, 0.0175665375, 0.035101451, 0.0377894, 0.0152817797, -0.0132104782, -0.00106035627, 0.0124989627, 0.0108071361, 0.014499113, -0.0106253037, 0.0216617063, 0.0136136701, 0.00701633701, 0.0014497136, 0.00139437348, 0.00909949746, -0.02991529, 0.0124752456, -0.0260731038, 0.0152975917, -0.00924180076, 0.0184361674, 0.0381056294, 0.00871211663, 0.0076725129, 0.003510145, 0.0180250686, -0.0202861093, 0.00325518521, 0.0106094927, -0.0131235151, 0.0113289142, 0.0232586637, 0.0432917885, -0.0310379043, -0.00271364255, -0.0246500727, 0.00356943812, -0.0240492374, -0.00421770802, 0.00233812025, -0.0256778169, 0.0254564565, 0.0237330068, -0.000112656679, -0.00395681895, -0.0230689254, 0.0133527815, 0.00260691508, 0.0573007464, 0.0181673728, -0.0134160277, 0.056668289, 3.45875778e-05, 0.050027471, 0.021060871, -0.0222941637, -0.0307691097, -0.00519406609, -0.0381372496, -0.00462880591, 0.0233377218, -0.0423114784, -0.000135509195, 0.0323818773, 0.0111549878, -0.0413944125, -0.0323344432, -0.0278756116, -0.0260414816, -0.0138982767, -0.00370778842, 0.035133075, -0.0099612223, 0.0480352268, 0.0529684052, 0.036998827, -0.0158668049, 0.0209027547, -0.0119376555, 0.0300734043, -0.0149260219, 0.0023835781, 0.0089651, -0.0141986944, 0.0106094927, 0.035069827, 0.013091892, 0.0148232477, 0.00787015632, -0.0207920745, 0.0423431024, -0.00573560875, -0.00449440861, 0.00887023099, -0.0287768655, 0.0464857034, -0.00869630557, -0.0152817797, 0.0190844368, 0.0213138536, -0.0123329423, -0.0240176134, 0.0134318387, 0.0060399794, -0.00131037505, -0.00804408267, -0.0021543121, -0.00628505694, 0.0113763483, 0.00448650308, 0.0391808078, 0.0206497721, -0.0231796056, 0.0264209565, -0.0107043609, 0.0132737244, -0.0100402795, 0.00146354863, 0.00619018823, -0.00218593492, 0.0303263888, 0.00804012921, -0.00432443526, 0.0398448892, 0.0204758458, -0.00164636865, -0.00614670664, 0.0123013193, -0.0188630763, -0.0329827145, -0.011210328, -0.0489206687, -0.0160644483, 0.0266897511, 0.00831683, -0.0051545375, -0.00826149, 0.000366875378, 0.0205549039, 0.00350223924, 0.0203809775, 0.0173926111, -0.00846703909, -0.00809151679, 0.00965289865, 0.00368209463, -0.046264343, -0.0169024542, 0.0362714976, -0.0284448247, -0.00704796, -0.0392124318, -0.0176455937, 0.010735984, -0.0109494384, 0.0115423687, -0.00449836161, -0.00673568388, -0.02526672, 0.0123882825, 0.000995628187, 0.0105067175, -0.0341211408, -0.000938805693, 0.0361133851, -0.0564785488, 0.0286819953, 0.00544309663, -0.0237330068, -0.00274921837, 0.0197801422, 0.0150999483, -0.00199125637, -0.0224839021, 0.00513872597, 0.0271008499, -0.0227685086, -0.0211241152, 0.0375680402, 0.0249979254, 0.0197010841, 0.00701238448, 0.0109257214, 0.017329365, -0.00855400227, -0.0357655324, -0.0430388041, 0.0221992955, -0.00388962, 0.0135029899, 0.000262618531, -0.0148469647, 0.000855795515, 0.0338365324, -0.00943944417, -0.00258517428, -0.0096924277, 0.0081903385, -0.0303738229, -0.017345177, -0.00266620819, 0.0354176797, 0.0244445242, 0.0108782873, 0.0153924599, 0.00797293056, -0.00168095622, 0.0290298481, -0.0173926111, -0.0191160608, 0.0147125674, -0.00103960373, 0.00575932581, -0.0115739917, -0.00298441388, -0.0192109291, -0.0115423687, -0.0364612378, -0.00130444579, 0.00243891822, 0.00223732227, -0.00962918159, 0.00575142028, 0.00108802633, 0.025282532, -0.00712306472, -0.00272352458, -0.000325864385, -0.00564864557, -0.0226103943, -0.00290733296, -0.0175032914, 0.0259940475, 0.00424537808, 0.00900462922, -0.0136611052, -0.0259308014, -0.0185942817, 0.0090678744, -0.00490155397, 0.0206972063, -0.0112893851, -0.0015682996, 0.0130681749, 0.024318032, -0.0121352989, 0.0235116463, 0.000769326522, -0.0173768, 0.0170447584, -0.00439163437, -0.00208316045, 0.00227487436, -0.0221834835, 0.0125938309, 0.0128547205, 0.0216458943, 0.00809546933, -0.0268953, -0.0480352268, -0.00364256604, -0.0478771143, 0.00359710818, 0.0408252, 0.018246429, 0.0239227451, 0.00550238928, 0.00802036561, 0.00883860886, 0.0228317548, -0.0215668362, -0.0473395251, -0.0192899853, 0.0157086905, -0.00297848461, 0.0144042438, -0.0330775827, -0.00694123283, -0.00748672802, 0.0100956196, 0.0162541848, 0.0136927282, -0.00939991511, 0.000417521485, 0.0126728881, 0.0110126846, -0.00925761182, 0.000228401535, 0.00121352985, 1.3974e-06, 0.00157126423, 0.0046801935, -0.0113842543, 0.00815080944, 0.00320775085, -0.0013311276, -0.00435210532, -0.0550238937, 0.0100560915, -0.00711911172, 0.0249346793, 0.00324530294, -0.00153470028, 0.0156691615, -0.00356548512, -0.0516718663, -0.00676730648, 0.0183254872, 0.00618228223, -0.0218672547, 0.031828478, -0.00571584422, 0.00235393178, 0.0174242333, -0.00887023099, 0.0249346793, -0.0177246518, 0.00306347106, 0.0296464954, -0.0209027547, -0.00698866695, -0.00622576382, 0.00488178944, -0.000806384662, 0.00597673329, 0.00976357888, 0.0198275764, -0.00447464455, -0.00437582284, -0.00315834, 0.0288401097, -0.0219463129, 0.0122696962, 0.0036682596, 0.0102142058, -0.00755392713, -0.00213454757, 0.0058028074, -0.0141117321, -0.00764089, 0.000413568603, -0.0176930279, 0.0453789, 0.0160091072, -0.0176139716, 0.0138034085, 0.0123329423, -0.0123013193, -0.00954221841, -0.0184045434, -0.00614275364, 0.0070598186, 0.0178037081, 0.00422561355, 0.0141591663, 0.00668034377, 0.025282532, 0.0964499339, -0.018720774, -0.0384218581, -0.0246816948, 0.0054233321, 0.0010761678, 0.000916076708, 0.0164439231, 0.0141196372, -0.0316229276, 0.0436712652, -0.0152580626, -0.00928923488, -0.00353979156, 0.0139457118, -0.00280060549, -0.00220372272, -0.00407540472, 0.0114000654, 0.00872792862, -0.0228001308, 0.00270771328, 0.0290930942, -0.0138745597, -0.0109494384, 0.00125602318, -0.0126966061, 0.0119692786, -0.016349053, 0.00357932015, 0.0255987607, -0.0138824657, 0.011724201, 0.00824567862, 0.0114791226, 0.00851447321, 0.00219384069, -0.00534032192, -0.0251086056, 0.0122855073, 0.00238160184, 0.00312276417, -0.0251718517, 0.00611903658, -0.0129812118, 0.000665069732, 0.0146493213, -0.0172344968, -0.0277491193, -3.96058658e-06, -0.00261086808, 0.00550634228, 0.0115502747, -0.022942435, -0.0108861933, 0.0161118824, 0.0228317548, -0.0126966061, 0.0186259039, 0.0132895354, -0.00798874255, 0.0267055631, -0.0075776442, -0.0244129, 0.0207446404, 0.00263656164, -0.0349749587, -0.0101272427, -0.00851447321, 0.0154794231, -0.00585814752, -0.0126728881, -0.00273143034, 0.00559330545, -0.0194322895, -0.0115107456, 0.00717049884, -0.00545100216, 0.0168550201, -0.024333844, -0.00709144166, 0.0135899531, 0.0178511422, 0.00229068589, -0.0219146889, -0.0106253037, 0.00765274884, -0.0187840201, 0.0127677573, 0.000702127814, -0.00111866114, 0.00146157225, -0.0359868929, 0.022499714, -0.00799269509, -0.0120878639, 0.0333621874, 0.00422561355, -0.00172246143, -0.00606369646, -0.00274724187, 0.0134160277, -0.012617548, -0.0061783297, 0.00749858702, -0.0135899531, 0.0140722031, 0.00731675513, -0.0311643966, -0.00473158062, 0.0377577767, 0.00741162384, -0.00944735, 0.0111312708, 0.00939201, 0.00288559217, 0.0262628421, 0.0147520956, -0.00147639541, -0.00649851188, -0.00377498707, 0.00462090038, 0.00173036708, -0.0178037081, -0.00181930664, -0.0197010841, 0.0273538325, 0.00100995728, 0.0177246518, 0.025250908, -0.0066842963, 0.0324135, -0.00615065964, 0.00892557111, -0.0262628421, 0.0180566926, -0.00745115243, 0.0352595635, 0.00572770275, 0.00564074, -0.00120957696, 0.0325399935, 0.00277886493, 0.0209818128, 3.57610843e-05, 0.00237962534, -0.0308007319, 0.0266581289, 0.00853819, 0.0276384391, 0.0128468145, -0.00695309136, -0.00328483176, 0.00594511069, 0.0218198206, -0.00658547459, -0.00643526576, 0.00195469218, 0.00900462922, -0.0169182662, -0.0100244684, 0.01965365, 0.0284606349, 0.00429281266, 0.00588186458, -0.0118269753, 0.0141196372, -0.0198750105, -0.0133290645, 0.0142461294, 0.00406354619, -0.00724165048, -0.0086884, -0.031449, -0.00676730648, 0.00926551782, 0.0549606495, -0.00607950799, 0.00883860886, -0.0316071175, -0.00723374495, -0.00924970675, -0.00544704916, 0.0203019194, 0.0198908225, 0.0199698787, -0.0265790708, -0.00816662144, 0.0159853902, -0.0122855073, 0.00517825456, 0.0129495887, 0.00682659959, -0.0055261068, 0.0137955025, 0.0137085393, 0.0217091404, 0.0133685926, -0.00662895618, 0.017297741, -0.0152185345, -0.0550871417, 0.000726833241, -0.00688984571, 0.00711120619, -0.00966871064, 0.0159616731, 0.0208078865, 0.0049134125, 0.0110522136, 0.00257726875, 0.0190686248, 0.0111312708, -0.0153608378, -0.0100086564, 0.0102142058, 0.0160170123, 0.0105699636, 0.00602416787, -0.00124910567, -0.000891371281, -0.0022709216, -0.00664081471, 0.00191516359, 0.0141512603, -0.0266739391, 0.0215035919, 0.025250908, 0.0242073517, 0.0200647488, -0.00788596738, 0.0250769816, 0.0300101582, 0.00189836393, -0.0169498902, 0.00419399096, 0.0279072337, -0.0143726207, -0.0263735224, 0.0178353321, 0.0141828833, 0.0181673728, -0.00766460737, -0.0157403126, -0.0142935636, 2.89207728e-05, 0.00489760097, -0.0134792728, -0.0214719679, 0.0218514428, -0.0127519462, -0.00169182662, -0.00523359468, 0.00306149479, 0.0168550201, 0.00756578567, -0.00864096545, 0.00694913836, 0.00931295194, -0.0401294976, 0.00178471906, -0.00206141965, 0.0139931459, 0.00315043423, 0.0045339372, 0.00284408708, -0.00111866114, 0.00385206798, 0.000232724982, 0.00815080944, 0.0113605373, 0.0339946486, 0.00974776782, 0.00446278555, -0.0118902214, -0.0119297495, -0.00287768641, -0.00973195583, -0.00100847497, -0.00519406609, 0.016349053, 0.032792978, 0.0314648151, -0.00459323032, 0.00130741042, 0.0119534666, -0.0161909387, -0.0134713678, -0.00296860235, 0.020080559, 0.00678311801, 0.00930504687, 0.00900462922, -0.00314450497, -0.00927342381, 0.0502172112, 0.00865677651, 0.00409516925, -0.0134713678, 0.00559725845, -0.00137856207, -0.009826825, -0.0129574947, 0.0249663014, 0.0160644483, 0.0105067175, 0.0027927, -0.0270217918, -0.0442721, 0.0208078865, 0.00241717766, -0.0204916578, 0.00978729594, -0.0138666537, -0.0188947, -0.0134081217, 0.0162067506, 0.00193888077, -0.0113289142, 0.0152975917, -0.0138982767, -0.00959755853, 0.0155901033, -0.0274803247, 0.0171238165, -0.0316071175, -0.0052849818, -0.00170072063, -0.011724201, -0.0131867612, -0.019669462, -0.03272973, -0.0197643302, 0.00946316123, 0.00738790678, -0.0151236653, -0.0113368202, 0.00704400707, -0.02904566, -0.0156691615, -0.0436080173, 0.00643131323, -0.0223574098, 0.0170921925, -0.010301169, -0.0123329423, 0.00911530945, 0.0145623581, 0.00299627241, 0.00137362094, -0.0211083051, 0.00965289865, 0.00951850135, 0.0125859259, -0.00488574244, 0.00298243738, -0.0152106285, 0.0253141541, -0.0347219743, 0.0218040086, 0.00758554973, 0.0144595839, -0.000447662082, -0.014475395, 0.00709539466, 0.0026424909, 0.018704962, 0.010293263, 0.0356706642, 0.031828478, -0.0110522136, -0.00773180602, 0.0145623581, 0.0261047278, -0.00385404448, 0.0163332429, -0.0165071692, 0.0143409977, 0.0123092243, -0.00514267851, -0.0129258716, -0.021013435, -0.00545890816, 0.0122380732, -0.0114870286, -0.0060360264, -0.00664872071, 0.00493712956, 0.0096924277, 0.00649455888, 0.0237804428, -0.00687798671, -0.013099798, 0.0313225091, -0.0292670205, 0.00493317703, -0.0247133188, -0.00583838299, -0.0171396267, -0.0101430546, 0.0312592648, -0.00329866679, -0.0297729876, 0.00181041262, 0.00675940095, -0.00235986104, 0.00555773, -0.0260889158, 0.0184203554, -0.0189421345, 0.0233219098, 0.00864096545, 0.00277491193, -0.00649060588, -0.000582059496, 0.0172661189, 0.0192109291, 0.0116372379, -0.00433234125, 0.0245710146, 0.00613880111, 0.02430222, 0.00258912728, 0.0159063321, -0.0317019857, -0.00512291444, -0.00857771933, 0.00661709765, -0.00149912445, -0.00868049357, -0.00451812567, -0.0118823154, 0.00522173615, -0.0106648328, -0.000749068102, 0.0246342607, -0.000780691043, -0.00251006987, -0.01263336, 0.00137164455, -0.00309904688, -0.0110601187, -0.0265948828, -0.0118585983, -0.0159221441, -0.00822986662, 0.00575932581, -0.00255355146, -0.00166316843, -0.0148153417, 0.00530869886, -1.55566904e-05, -0.00424537808, 0.000684339902, -0.00500432821, 0.001401291, -0.0322079509, -0.0142540345, -0.00460904185, 0.00271166605, -0.0026622552, -0.00731675513, -0.00449045561, 0.00145761936, -0.00476715621, 0.00890185405, 0.00422561355, 0.00130839867, -0.00233021448, 0.0216458943, 0.0213138536, -0.00649455888, 0.00464461744, -0.00625738688, 0.0099691283, 0.00499246968, -0.00719026336, 0.0078108632, 0.00719026336, 0.0174874794, -0.0169498902, 0.0116293319, 0.0101035256, 0.0211557392, 0.0282392744, 0.0703926384, -0.0123408474, 0.0221518613, 0.022926623, 0.0155584803, 0.0140880141, -0.00425723661, -0.00939201, 0.00785829779, -0.00486993091, -0.000110556721, 0.00817452651, -0.0164913572, 0.0144121498, 0.0105383405, -0.00187168201, 0.0212822314, -0.00011259492, -0.000726339116, 0.0111708, 0.0127203232, 0.0153608378, 0.0145307351, 0.0171238165, -0.0138982767, -0.0107913241, -0.0115502747, -0.00904415734, 0.0170921925, 0.0207604524, 0.00583047746, 0.0040200646, -0.0103881322, 0.0174716674, 0.0115344627, 0.0184203554, -0.0120483357, 0.0126807941, -0.014016863, 0.00878326874, 0.00360501371, 0.00709144166, 0.0281444062, 0.00411098078, -0.014499113, 0.0190053806, 0.0200173128, -0.00420980249, 0.015439895, -0.0147600016, -0.00804408267, -0.0096845217, 0.0201596171, 0.0141828833, -0.010735984, -0.0101193367, 0.00124218815, -0.0163016189, -0.00344887562, 0.00458532479, -0.0152817797, 0.00992959924, 0.0036465188, -0.0110680247, -0.0188788883, 0.00910740346, -0.00175606075, 0.00780295767, 0.0111628938, 0.0191160608, -0.0003624284, 0.00679497654, -0.0173926111, 0.0172028728, 0.00206932542, -0.00560911698, -0.000604294415, 0.00633644406, -0.00152580626, -0.000504731608, -0.00324530294, 0.0105383405, 0.0152896857, 0.000567236275, -0.00719421636, 0.00546286069, 0.00547867222, 0.0224206559, 0.00146651326, 0.0147600016, 0.0192741752, -0.0170289464, 0.00235590804, -0.00152580626, 0.00188057602, -0.00103663909, 0.0057988544, -0.00445488, -0.0166336596, 0.0103327921, 0.00828520674, 0.0277965534, 0.0133923097, -0.0357339084, 0.00639573717, 0.00517430156, 0.000891371281, -0.00735233072, 0.00158015825, -0.00639573717, -0.0125701139, -0.0131393271, 0.000398251257, -0.00557749392, -0.0292828307, 0.00410307478, -0.0101904888, -0.00350223924, -0.00751044555, -0.023875311, -0.0188947, -0.0125859259, -0.00199619727, -0.0273063984, -0.0185310356, -0.00821405556, -0.00392717263, 0.0051505845, 0.00750649255, 0.0176297817, -0.00534427492, -0.00476715621, 0.0058028074, -0.00987425912, -0.00931295194, 0.010767607, 0.0178985782, 0.00570003269, 0.0112735741, 8.77659768e-05, -0.000425427192, -0.000738197705, -0.0104592834, 0.00191121071, -0.00577118434, 0.0149418339, 0.0200173128, -0.0009763579, 0.0237646308, -0.00183907093, 0.0167759638, -0.0138587486, -0.00878326874, 0.0101272427, 0.0204758458, 0.0134792728, 0.0115344627, -0.00130444579, -0.0194639117, -0.00704400707, -0.000974381459, -0.0141512603, -0.00447069155, 0.0141591663, -0.00600835634, 0.0196062159, 0.0309430361, 0.0143489037, 0.0138350315, -0.00285396934, -0.0180092584, 0.0156138204, -0.00119080092, -0.00374138774, -0.000799961272, 0.00158114638, 0.00613089511, -0.0086884, 0.0142066, 0.00587000605, -0.0077239, 0.0122459792, 0.00824567862, -0.0148548707, 0.00158509926, 0.00592929916, -0.00519011309, -9.95628143e-05, 0.00208711321, -0.0141038261, 0.00790968537, 0.01965365, -0.0108782873, -0.0168233979, 0.00722188642, 0.0124831507, 0.00768832443, 0.00942363217, -0.0183729213, -0.00134002161, -0.0244603343, -0.00247251778, -0.0153134027, 0.0132658184, 0.00802431814, -0.00509129139, -0.0159221441, 0.0128151914, 0.0011838834, 0.00727722654, -0.054770913, -0.00961337052, 0.00769227743, 0.00297848461, 0.0058067604, 0.0350065827, 0.0123092243, -0.00444302149, 0.0176930279, 0.0156612545, -0.0117716352, -0.0123171303, 0.0159063321, 0.0235590823, 0.00169874413, -0.0192741752, 0.00323937368, -0.0135108959, 0.000683845836, -0.0156691615, -0.0203335434, 0.00266818446, -0.0114633115, 0.0150604192, 0.0129812118, -0.0219146889, -0.00132519833, -0.0224206559, 0.00754602114, -0.00261284434, 0.0150050791, -0.0124515276, -0.0317336097, 0.00759740872, -0.00286978064, -0.0144042438, 0.0246026386, -0.00562097551, 0.0205549039, -1.46611183e-05, -0.00285989861, 0.00786620378, 0.00594906323, 0.00277491193, 0.0213296656, 0.0131946672, 0.00769623, 0.00142500817, 0.00411888631, -0.00374731701, -0.00128962251, 0.0127124172, -0.00383428, -0.000258418615, 0.0206655841, 0.0101035256, -0.0237488188, 0.00492131803, -0.0028796629, -0.0108624762, 0.00741952937, -0.00168589735, 0.00613880111, -0.00933667, 0.00688193971, 0.0141117321, -0.0218198206, 0.00249030557, -0.00788201485, -0.00297650811, -0.0203493536, -0.00315043423, 0.00795316603, 0.000628011592, 0.0125780199, 0.0217881966, -0.00279665273, 0.0375047922, 0.0015090066, -0.00783853326, 0.0141986944, -0.0107834181, -0.000659634534, -0.00130246941, 0.0189421345, 0.00943944417, -0.0145307351, -0.0140959201, 0.000621588202, 0.0161276925, -0.0170289464, 0.00104355661, 0.0142540345, 0.00989797618, -0.00138251483, -0.0186100937, 0.023843687, 0.00256145722, -0.0276858732, 0.0092101777, -0.00195864518, -0.00804012921, 0.00830101874, 0.000872595177, 0.00121056521, -0.000981299, -0.0240492374, -0.00470786355, 0.00735628372, -0.00503199827, -0.0224048439, 0.0216933284, 0.00610717805, -0.00460904185, -0.00404773466, -0.00424933108, 0.0309904702, -0.00633644406, -0.00420584949, 0.00152284163, -0.0110364016, 0.00742348237, -0.00291721523, -0.00217012339, -0.0147600016, 0.0183729213, 0.00192504574, 0.00744719943, 0.00159399328, -0.00702029, -0.00420980249, 0.00499246968, -0.0061704237, 0.0073009436, -0.00136966805, 0.0179143883, -0.0084512271, -0.00599649781, -0.0132974414, 0.014475395, 0.00494108256, 0.00594906323, -0.00667639077, -0.00562888104, 0.00475134514, 0.00229463866, 0.00978729594, 0.00726932054, -0.0020337496, -0.00469205203, 0.0175507255, 0.00150801835, -0.0037670813, 0.0152975917, -0.00352398, -0.00402204134, 0.00632063299, 0.006791024, -0.000479037961, 0.0126728881, -0.00936038699, -0.0243496541, -0.0428174436, 0.0108071361, 0.00111075537, -0.0161276925, -0.00407540472, 0.0138508426, 0.0106094927, 0.00592534617, -0.0102537349, -0.00530869886, 0.00577118434, -0.000489414204, 0.0069293743, -0.00471576909, -0.0127045112, 0.0205232799, -0.000350075687, 0.00520197162, -0.00668034377, -0.0154478, -0.0115344627, -0.0122776022, -0.00689775124, 0.0153766489, 0.00209501898, -0.00206537242, -0.0151710995, -0.00720607489, -0.00417422643, -0.0146572273, 0.00802431814, -0.00244682399, -0.0138587486, -0.00844332203, 0.0226420164, -0.0136927282, -0.0151078543, 0.000268794887, 0.0120167127, 0.025282532, 0.0150367022, -0.00918646064, 0.00118684804, -0.0169973243, 0.00148232479, 0.020080559, -0.0131867612, -0.0178985782, -0.0120404297, 0.0202544853, 0.0132104782, 0.00309904688, -0.000991675304, 0.00588977057, 0.00999284536, 0.000313264638, 0.0102774519, -0.00783853326, -0.0127756633, -0.0244129, -0.00417422643, 0.00187859964, -0.0160644483, 0.0205232799, 0.00383032719, 0.0179618225, -0.00287175714, 0.0101588657, -0.0058067604, 0.00296267308, -0.00463275891, 0.0037710343, -0.00631668, 0.00158707576, -0.00582652446, -0.00750253955, 0.00876745675, -0.0114554055, 0.0108861933, -0.00792549644, -0.00498851715, 0.0202702973, -0.0195271578, -0.0396551527, -0.0115107456, 0.00735628372, -0.0096845217, 0.0171238165, 0.00219186419, 0.00823777262, -0.0059332517, -0.0144595839, -0.00104059197, 0.00209106621, -0.0199698787, 0.0141196372, 0.0148390587, 0.0180092584, -0.00155446457, 0.000359957863, -0.0118902214, -0.00417817943, -0.00866468251, -0.0127361342, -0.0183571093, 0.00865677651, -0.00715864031, 0.00811918639, -0.0211241152, -0.011234045, 0.0166336596, 0.00287373364, -0.00221162848, -0.0110047786, -0.0157956518, 0.0141749773, -0.0132500073, 0.00139733811, -0.00400425307, 0.0159853902, -0.00592929916, 0.00866468251, -0.0174874794, 0.00445883302, 0.00618228223, 0.00324925594, -0.0212347955, 0.0146335103, -0.0117321061, 0.00984263606, -0.0283341445, -0.00432443526, -0.0150287971, 0.0193216093, 0.00281641702, -0.0162699968, 0.00389752584, 0.00372952898, -0.00590162911, -0.00379475136, 0.000177384863, 0.00460113585, 0.00178076618, -0.00411493331, 0.000584035937, -0.00925761182, -0.0191476829, -0.0118111633, -0.0180566926, -0.00895719416, 0.0110284965, 0.000657163968, -0.0251718517, -0.00777133461, 0.00122143561, 0.000718927535, -0.00326704374, 0.0115265576, -0.0247133188, 0.00772785302, -0.00563678704, 0.021977935, 0.0176772177, 0.00199422101, 0.00905206334, 0.00529684033, 0.017329365, 0.00350619224, -0.0120641468, 0.0227368847, 0.00365640107, -0.00959755853, -0.0158035588, -0.0140642971, -0.0123408474, 0.0108861933, 0.00923389476, -0.0122776022, 0.00411888631, 0.0165071692, 0.0133290645, -0.0134713678, 0.0184519794, -0.0119218435, 0.0138903717, 0.00847494509, -0.0162699968, 0.0158509929, 0.00925761182, 0.00463275891, -0.00488178944, 0.0013222337, -0.0169815123, -0.0021325713, -0.011234045, 0.00217605266, -0.0420584939, -0.0218198206, 0.000496825844, -0.00843541604, 0.00372755271, -0.0315122493, -0.00150604197, -0.000196408029, 0.0114633115, -0.0284448247, -0.0165704135, -0.00222546351, -0.0182148069, -0.0169182662, -0.00608741352, -0.0212980416, 0.0223257877, 0.0224364679, 0.0110284965, -0.0115818977, 0.0125068678, -0.00262075, 0.0269111115, 0.0268478654, -0.00662895618, 0.0258833673, -0.00887023099, 0.00914693158, -0.00509919738, 0.00511500845, -0.0220569931, -0.00746696396, -0.0152343456, 0.0243812781, 0.0123013193, 0.0187682081, 0.00554191833, 0.00554191833, -0.000939793885, 0.00426118961, -0.0309272241, 0.00560121099, -0.0132025722, 0.0086884, 0.0102300169, 0.0300575942, 0.0113526313, -0.00234207301, 0.0025278579, -0.00785434525, 0.0078148162, -0.0129100606, -0.0175191015, -0.00922599, 0.0051505845, -0.00765274884, 0.00507548, -0.00726141501, -0.011716295, -0.0132816294, 0.0127282282, -0.0237330068, -0.00512686744, 0.00801641215, -0.0179460123, -0.0156454444, -0.00285989861, -0.0131867612, 0.0028816394, -0.0204284117, -0.0272905864, 0.00962127559, 0.0314015672, -0.0325399935, -0.00540752057, -0.0100481855, 0.00068779866, 0.0115107456, -0.00585024152, -0.00114731933, 0.0185942817, -0.0268162433, -0.00902044, -0.0123250363, -0.0173768, -0.0253774, 0.00910740346, 0.0144042438, 0.021551026, -0.0144516779, 0.00055389537, 0.00558144692, 0.00770808896, 0.0130444579, 0.00856981333, 0.00628901, -0.00929714087, -0.0129021546, 0.00636411412, 0.00763298431, -0.00653013447, -0.00530869886, 0.00732466066, -0.018246429, -0.0352279432, 0.00132124545, 0.0151157593, -0.00993750524, -0.000956593605, 0.0125463968, -0.00326506724, 0.00135780952, 0.0104513774, 0.00281246426, 0.000562789326, -0.0196852721, -1.85908229e-05, -0.0244287122, 0.0253141541, 0.00685426965, 0.0244761463, -0.00590162911, 0.00571979722, -0.00535218045, 0.00868049357, -0.0227526966, 0.000483484939, -0.00610717805, 0.0153292147, 0.00527707627, -0.018246429, 0.000454579596, -0.0052415, 0.012143204, 0.0132341953, -0.00150505372, -0.00170566165, -0.0270692259, 0.00358920242, 0.00436001131, 0.0081903385, -0.00325320871, -0.0128151914, -0.00129159901, -0.00705586607, -0.00343701709, -0.00610717805, -0.00550634228, -0.00992169417, 0.00649455888, -0.0141433543, 0.0246500727, 0.00548262522, -0.00722188642, 0.0319233462, -0.00737604778, -0.0125226798, -0.0199698787, 0.00398844201, -0.0152422516, 0.0234958362, -0.000541048532, 0.014016863, 0.0021325713, -0.0214877799, 0.00320972712, -0.00151295948, 0.00958174746, 0.00312671694, 0.0106648328, -0.0125226798, -0.0131630441, -0.015930051, 0.00918646064, -0.00987425912, -0.00422956655, 0.00322949165, -0.00191812823, 0.00130642217, -0.0160407312, -0.0132341953, 0.00445488, 0.0146888504, -0.0131630441, 0.00600835634, 0.0164439231, -0.0399081372, -0.0142540345, 0.00268399599, -0.00143686682, 0.0099691283, 0.014491207, -0.0235274583, 0.0156928785, -0.00110186136, 0.0114158774, 0.00662500365, -0.00170566165, 0.00680683507, 0.0081824325, -0.00224127504, 0.0132816294, 0.0164123, -0.00171850855, 0.00407540472, -0.00650246441, 0.0078108632, -0.00952640735, -0.0180250686, 0.0246500727, 0.00183808268, 0.00895719416, -0.0109336274, -0.00683845812, -0.0027828177, 0.0202070512, -0.0247449409, -0.00980310794, 0.0109652504, 0.000450873777, 0.00826149, 0.0476557538, 0.0313067, -0.0096845217, 0.00605183793, -0.0162383728, -0.0106648328, -0.00883070286, -0.00384416222, -0.0129574947, -0.0168866441, 0.0165229794, 0.0204758458, 0.00647479435, -0.0155980093, 0.00247054128, 0.00500828121, 0.00910740346, 0.00204560813, 0.0115186516, 0.0136531992, -0.00707167713, 0.00180744799, -0.000952146598, -0.00960546453, -0.0118902214, -0.0189421345, -0.0146888504, -0.00956593547, 0.00433629425, -0.00122242386, 0.00152284163, 0.00853819, 0.0151078543, 0.00609136652, -0.0175349135, 0.00488969544, 0.0184994135, 0.0129891178, -0.0101351487, 0.00662105065, -0.0410149395, -0.0164913572, -0.00878326874, -0.0262312181, 0.0022867329, -0.0166652836, -0.000548460172, 0.0090678744, 0.00403192313, 0.00838007592, 0.00879117381, 0.0212822314, -0.0141907893, -0.000326111447, -0.0158351809, -0.0174558572, 0.00720212189, 0.0111154597, 0.0338681564, -0.0246342607, 0.0175665375, 0.00989797618, 0.000264842034, -0.010751796, -0.00792549644, 0.00836426485, -0.00568026863, 0.00450626714, 0.00435605831, -0.00716259331, -0.00567631563, 0.00858562533, 0.00131630444, -0.0150446082, 0.0246816948, 0.0114712175, -0.0108387582, -0.00479877926, 0.000408380467, 0.0226262044, -0.0184203554, -0.00262865587, 0.00742743537, -0.0132737244, 0.00630482147, -0.0211083051, 0.00465252344, 0.00752625708, 0.0111787049, -0.00788596738, -0.026642317, -0.0252192859, -0.0272589643, -0.000830101839, 0.0148785878, -0.0201596171, 0.0236223266, -0.00841169897, -5.50004261e-05, 0.00103466271, 0.0041623679, -0.00522964168, 0.00379870436, 0.00190923433, 0.00274131261, 0.021045059, 0.000142550227, 0.0080836108, -0.017756274, -0.00684636412, 0.000165402744, 0.0154794231, 0.0142461294, -0.00276502967, 0.014475395, -0.0201121829, -0.0237171967, -0.078677848, -0.0258201212, 0.0130286468, 0.0220095571, 0.0249979254, -0.00974776782, -0.00547471922, -0.00349433348, -0.000467426406, 0.016791774, 0.0294251349, -0.00331645459, 0.0075420686, -0.00464857044, 0.00564469257, 0.00702819601, -0.000871607, -0.00676730648, -0.00694518583, -0.00883070286, -0.00479087373, -0.0324135, 0.00441535143, 0.00136670342, -0.00618623523, -0.00421375502, -0.00780295767, -0.00472367508, -0.0143014695, -0.0167601518, -0.00807175227, 0.00963708758, -0.0039074081, -0.0180092584, 0.00265632593, 0.000897300604, 0.00166218018, -0.0172344968, 0.00628505694, 0.0221044272, 0.00432443526, -0.00187859964, 0.0193057973, -0.0306900516, 0.00494108256, 0.0320498385, 0.00162265147, 0.00661314465, -0.0251244158, 0.00632458553, -0.0145623581, -0.00575142028, -0.0056565511, -0.00291128573, 0.019669462, -0.0174084213, -0.0106332097, -0.00544309663, 0.00639573717, -0.00718235737, -0.00335005391, -0.0021325713, -0.0127045112, -0.00816662144, 0.00370778842, 0.0077239, 0.0047750622, 0.0059332517, 0.00120463595, 0.0315913036, 0.00520592462, -0.0083326418, -0.00887813699, 0.0133290645, 0.0102142058, -0.00890185405, 0.0122064501, -0.0083247358, 0.0037651048, 0.0221202374, 0.0289982259, 0.00485016638, 0.0121115819, -0.00784248579, 0.0184203554, 0.0139852399, -0.0150920423, 0.0186100937, -0.0139773339, -0.00875164568, 0.000689281034, 0.0111154597, 0.0037907986, 0.0152580626, -0.0110047786, 0.0181673728, -0.014056392, -0.00393507816, 0.0146097932, 0.00323344441, -0.0115107456, 0.00725746201, 0.0297097415, 0.0060399794, 0.00811918639, 0.00811918639, -0.01355833, 0.00375917554, 0.000389110239, 0.00966871064, 0.0297887977, 0.0110443076, 0.0121273929, -0.00875164568, 0.0258833673, 0.0181515608, 0.0188630763, 0.0199698787, 0.00241124816, -0.000300911925, -0.00943153817, -0.0406354629, 0.00408726325, -0.0174084213, 0.0129812118, -0.0083326418, 0.00415050937, 0.00452603167, -0.00592929916, -0.00366628333, 0.00881489087, 0.0291089062, 0.032350257, -0.0049134125, 0.00218000566, 0.000463967648, 0.00245275348, -0.00817452651, 0.00234800251, 0.00605183793, 0.0132104782, -0.0200647488, -0.00290535646, 0.0123092243, -0.0232902858, -0.012143204, -0.00531265186, 0.0237171967, 0.00407935772, -0.0160170123, 0.0178511422, -0.00643131323, 0.00218593492, 0.0212664194, -0.0170289464, 0.0071981689, 0.00295081455, 0.0210924931, 0.0223574098, -0.0114316884, -0.00682659959, 0.00177582505, -0.0191002488, -0.0199224446, -0.00178274256, 0.00360699021, -0.0179776344, -0.00596487476, -0.000708057138, -0.0131709492, 0.0215826482, -0.00630086847, 0.0300417822, 0.0173926111, 4.00227691e-05, 0.00307532982, 0.00459718332, 0.014507018, -0.00479482627, 0.0425012149, 0.0189105105, 0.0133764986, -0.00760926725, 0.000636411423, -0.0130207408, -0.0181673728, 0.00251995213, 0.0245710146, -0.00838798191, 0.0109968735, 0.00901253428, 0.00796502549, 0.00211478327, 0.006549899, -0.0157007836, 0.0141433543, -0.0128230974, 0.0147758136, -0.000185537647, 0.00334017188, 0.0176139716, 0.0108308531, 0.00284606358, 0.0121273929, -0.00211280677, -0.00962918159, 0.00349038071, 0.0169815123, 0.003514098, -0.00309707061, 0.0165387914, 0.0165862255, -0.014514924, 0.00901253428, 0.00387578504, -0.000294241472, -0.0104118492, 0.00774761755, -0.0119850896, 0.0101272427, 0.0078227222, -0.000632952666, 0.0129021546, -0.00864096545, 0.0237488188, -0.0109336274, -0.00145959575, 0.0175191015, 0.0163332429, 0.00663290918, 0.000989204738, -0.0165546034, -0.00409516925, -0.0116609549, -0.0155189522, -0.00534032192, 0.00150801835, 0.00720212189, 0.00253576366, -0.00688984571, -0.00696890289, 0.0105225295, -0.00358920242, 0.00369790616, 0.0142382234, 0.0187523961, 0.0127045112, -0.00698076142, -0.0069293743, -0.0143726207, -0.0119297495, -0.00620995276, 0.018246429, 0.01355833, 0.0221834835, -0.00496084709, -0.0245077685, 0.000144403137, -0.0194006655, 0.0174242333, -0.016349053, -0.0106964558, 0.0370304473, -0.0035121215, -0.00975567289, 0.00195469218, -7.97367175e-05, -0.00955803, -0.00513477297, -0.0167759638, 0.00324925594, -0.0193690434, -0.0112893851, 0.0106015867, 0.0199382566, -0.0139219938, 0.0120404297, 0.00585814752, -0.020080559, -0.0206339601, -0.00907578, -0.00424933108, -0.00333424238, -0.000276947685, -0.00907578, -0.00423747255, -0.01026164, -0.016349053, -0.0115898028, 0.00346468715, 0.00665662624, 0.00926551782, 0.0100798085, 0.00796897803, 0.0014408197, -0.000807372911, 0.0172661189, -0.00720607489, -0.0164913572, -0.0126570771, 0.00107221492, -0.0101904888, 0.0104513774, 0.0147520956, -0.00911530945, -0.0207446404, -0.00987425912, -0.0102537349, -0.00821405556, -0.00756578567, -0.00185290596, 0.0272431523, 0.00277095917, -0.00221755775, 0.0104355663, 0.0105067175, -0.00129061076, -0.00598068628, 0.00771994749, 0.00787806232, -0.00775947608, 0.00793735497, -0.0177088398, 0.000126615239, 0.0135899531, -0.00890185405, 0.0137401624, -0.0124594336, 0.000292759127, 0.00236381381, -0.0113210082, -0.00319984509, -0.0354176797, -0.0107201729, 0.000411345129, 0.0118744094, 0.00178076618, -0.0268320553, 0.0212189853, -0.00483040232, 0.00903625134, 0.0238120649, -0.0140959201, -0.0213612877, 0.0199698787, -0.00445883302, -0.00512686744, -0.000562789326, 0.00588186458, -0.00779900467, 0.00683845812, 0.00263458514, 0.0107122669, -0.00204560813, -0.0172819309, -0.00638783164, -0.0117637292, -0.0103881322, 0.0153766489, 0.00612694211, 0.00128369324, -0.032698106, -0.00889394898, 0.00577513734, 0.0128863435, 0.0131156091, 0.0015771935, 0.0132658184, -0.010309075, -0.00858562533, -0.0109257214, -0.00769623, -0.00562888104, 0.0735549331, -0.00760531425, 0.00223929854, -0.0192425512, 0.00466042897, 0.00312078767, -0.0172344968, 0.0550555177, 0.0162067506, 0.00695704436, -0.00619414123, 0.0168866441, -0.0199224446, -0.00761717279, -0.0129258716, 0.00123922352, 0.0150050791, -0.00206141965, -0.00586605305, 0.00395484269, -0.0105146235, -0.00881489087, 0.00481854379, -0.0189105105, 0.00636411412, 0.00679497654, -0.00533241639, -0.0185468476, -0.00406354619, 0.00858562533, -0.000475826237, 0.00584628899, 0.009344575, -0.0017066499, -0.0110047786, -0.00941572711, 0.0219146889, 0.0224522799, -0.0066842963, 0.00142204354, -0.00912321452, -0.0135504249, 0.00837217, -0.0130444579, 0.00953431241, -0.00240136613, -0.00789387338, -0.0219146889, -0.00324332668, -0.00676730648, 0.00162363972, -0.0181041267, -0.00924970675, -0.0153450258, 0.00028015938, 0.00864096545, -0.0230847374, -7.14604e-05, 0.00583047746, -0.00461299485, 0.0124199055, 0.010735984, 0.0159695782, -0.0138745597, 0.00943944417, -0.0133132525, -0.0253457762, 0.0104750954, -0.00409121625, -0.00339946477, -0.0021721, -0.00514267851, -0.00224720431, -0.0181831829, -0.0160170123, -0.0156533495, -0.000411098066, -0.00114040182, -0.00928133, -0.00391926663, -0.00745510543, 0.00971614476, -0.00909159146, -0.00790968537, -0.000267559633, -0.0224839021, -0.0129258716, -0.0188472643, -0.00451417314, -0.00677125948, 0.00734047219, 0.0268162433, -0.0239859913, 0.0267055631, 0.0283657666, -0.0155584803, 0.00649851188, 0.0258517433, 0.00860143639, -0.00772785302, 0.0124594336, -0.00928133, -0.0229740571, -0.00977148488, -0.0145307351, 0.0223890338, -0.0136373881, -0.0143726207, 0.0217407625, 0.0127914743, 0.0103406971, 0.0134002157, 0.00221360498, 0.0342476331, -0.00325913797, 0.0115502747, 0.00937619805, -0.0317336097, -0.0041623679, -0.0129179666, 0.00387776154, 0.0132500073, -0.0132183842, -0.0138034085, 0.00756183267, -0.0175349135, 0.0241599176, -0.00895719416, 0.0207920745, -0.00326506724, 0.016380677, 0.0245552044, 0.0226736404, -0.0110284965, -0.0186575279, 0.0335835479, 0.00317415153, -0.00823777262, -0.000251624617, 0.0264842026, 0.0159063321, -0.00562492851, 0.00623762282, -0.00875955075, -0.0129258716, 0.0160249192, 0.00626924541, -0.0176930279, 0.00305754179, -0.00244484772, -0.00937619805, 0.0343425, 0.0155268582, 0.0028796629, -0.00421375502, 0.00127677573, -0.000737703638, -0.000779208727, 0.000955605356, 0.0105936807, 0.00937619805, -0.00017009677, 0.026199596, 0.00939201, -0.00144279609, -0.00987425912, 0.029899478, 0.0260414816, -0.000823678449, -0.00224522781, 0.017772086, 0.00322553865, -0.0102063, -0.00334610115, -0.00605579093, -0.00274526537, 0.00807175227, -0.00758554973, -0.00689379824, -0.000973887392, -0.000244707102, -0.00217802916, -0.0224680901, 0.0424379706, 0.0101351487, 0.00302394247, -0.0140880141, -0.00608346099, 0.0284290127, 0.00651037041, -0.0254722685, -0.0150208911, -0.0203967895, -0.0092022717, 0.00787806232, -0.00753020961, -0.00472762762, -0.00342318206, -0.0116609549, 0.00571584422, 0.00153272378, 0.0131946672, 5.91694625e-05, 0.00726932054, -0.00427304814, 0.00479482627, -0.0160328243, 0.0326348618, 0.00096993451, -0.00325320871, 0.0122855073]
|
15 Sep, 2024
|
Differences between Multiple Cycle Datapath and Pipeline Datapath
15 Sep, 2024
Data paths are essential parts of the computer architecture that work in a processor to execute instructions. There are two basic categorized methodologies in datapath design: multi-cycle data paths and pipeline data paths. It is therefore important to gain an understanding of the differences between these two strategies to enhance their utilization, depending on the responsible requirements of the processor available. To better understand these differences, the working principle, advantages, disadvantages, and example applications for each have been compared.
What is a Multi-Cycle Datapath?
By incorporating a multi-cycle datapath, the various operation stages of instructions are divided into several tasks, and each task is completed in a different cycle. This means the processor of the computer can reuse such components as the ALU or memory in executing instructions in a cycle rather than having one for each segment of the instruction. Multi-cycle data paths are very compact as far as implementation is concerned, and this is because their units can perform various functions at different times.
Advantages of Multi-Cycle Datapath
Reduced Hardware Requirements: One of the important benefits is that the hardware that is needed is minimized; for instance, functional units such as ALUs or memory modules can be used in different instructions in different clock cycles.
Lower Power Consumption: With reduced functional units active at a time, multiple-cycle data paths tend to save power, which is beneficial in power-conscious applications like embedded systems.
Flexibility in Instruction Execution: Multi-cycle data paths are able to effectively compute the execution part of expensive instructions procedures that require sequential control by carrying out their work in stages.
Disadvantages of Multi-Cycle Datapath
Variable Clock Cycle Count: A cycle can encompass any number of instructions in a machine, and, therefore, the timing of an instruction is difficult to predetermine; and even if the cycle time is efficient, what may happen is that one instruction may take many cycles to execute, and therefore, it could take many cycles to execute an instruction.
Slower Throughput: Due to the fact that it is only one instruction at a time, the throughput is much lower comparatively to pipeline designs, particularly when there are simpler stem instructions that do not require many cycles.
What is a Pipeline Datapath?
Pipeline data paths, on the other hand, seek to enhance throughput by running many instructions at the same time, whereby each instruction is segmented into several phases. Thus, when an instruction is being executed, the stages are distinct, and multiple instructions are executed at a given time in the various stages. This technique, known as pipelining, also utilizes the processors most, and this leads to increased performance.
Advantages of Pipeline Datapath
Higher Throughput: The first benefit of a pipeline datapath is in its potential for enhancing throughput, which is the rate at which an organization’s computer system processes an instruction at a given time. The overlapping of instruction execution means more work is achieved in the same amount of time.
Fixed Number of Cycles Per Instruction: It organizes instructions in line pipelined data paths into fixed stages where every instruction stage must take the same number of cycles, and hence, the performance is much easier to deal with.
Improved Performance for Simple Instructions: Pipelining is beneficial in programs that are composed of large amounts of small or simple instructions since instructions flow in a continuous and orderly manner.
Disadvantages of Pipeline Datapath
Increased Hardware Duplication: As the FE has to permit multiple stages of various instructions to run concurrently, some functional units must be repeated and consequently lead to the general expense.
Hazard Handling Complexity: Pipelining also brings in several kinds of hazards (data hazards, control hazards, and structural hazards), which pose challenges to the control logic of the processor. These hazards can be managed by means of such techniques as forwarding, stalling, branch prediction, and others.
Power Consumption: Rolled pipeline processors are even more power-hungry as a greater number of functional units are operational at once as compared to multi-cycle designs.
S.No.
Multiple Cycle Datapath
Pipeline Datapath
1
Instructions are divided into arbitrary number of steps.
Instructions are divided into one per stage.
2
Clock cycles are short but long enough for the lowest instruction.
Clock cycles are short but long enough for the lowest instruction.
3
There are only 1 instruction that can be executed at the same time.
There are as many instructions as pipeline stages.
4
There is a variable number of clock cycles per instructions.
There is a fixed number of clock cycles per instruction, one for each pipeline stage, i.e., CPI = k.
5
Control unit generates signals for the instruction’s current step and keeps track of the current step.
Control unit generates signals for the entire instruction; these signals are propagated from one pipeline stage to another via the pipeline registers.
6
There is no duplicate hardware, because the instructions generally are broken into single FU steps.
There is duplicate hardware, so that there are no restrictions on which instructions can be in the pipeline simultaneously.
7
Extra registers are required to hold the result of one step for use in the next step.
Extra registers are required to provide the results of one pipeline stage to the next pipeline stage.
8
Performance is slightly slower to moderately faster than single cycle, latter when the instructions steps are well balanced and a significantly fractions of the instructions take less than the maximum number of cycles.
Performance is moderately faster to significantly faster than a single cycle.
Conclusion
Multicycle data paths and pipeline data paths are two distinct ways of providing for the execution of instructions. Multi-cycle data paths consume less hardware and are good for use in complex instructions that need several processing steps. Yet they are inferior in terms of performance because they are sequential in nature. Pipeline data paths, on the other hand, are well suited for improving the rate of operations or instructions per clock cycle by performing different instructions in parallel. It only benefits from the higher operating speed but at the same time incurs hardware complexity and power consumptions. Depending on the goals of the processor, one of these design choices is chosen; for example, if power consumption is the issue, the first design is used, and if performance is the priority, the second design is utilized.
Differences between Multiple Cycle Datapath and Pipeline Datapath-FAQs
What is the main benefit of using a multi-cycle datapath?
The advantage of a multi-cycle datapath is the hardware utilization that cuts across the various phases of a clock cycle so that there is little reiteration of the same hardware.
How does pipelining improve performance?
Pipelining enhances the speed of execution since it allows many instructions to be worked on at once. It enhances the instruction per-second transmission rate and cuts down on the on the time required to perform many instructions in sequence.
What are the challenges in implementing pipeline data paths?
The main hurdles are: mitigating risks include data, control, and structure risks; dealing with the volume and density of control logic; and coordinating the pipeline stages unless time and date loads dilute it.
Why might a multi-cycle datapath be chosen over a pipeline datapath?
Multi-cycle datapath might be used instead of pipeline datapath in low resource-constrained environments, power-sensitive applications, or in cases of complex instruction whose execution time needs to be more flexible.
Dreaming of M.Tech in IIT? Get AIR under 100 with our GATE 2026 CSE & DA courses! Get flexible weekday/weekend options, live mentorship, and mock tests. Access exclusive features like All India Mock Tests, and Doubt Solving—your GATE success starts now!
|
Operating Systems/Operating System Tutorial/Booting and Dual Booting of Operating System/Concept behind Multiple Booting Guide/Differences between Multiple Cycle Datapath and Pipeline Datapath
|
https://www.geeksforgeeks.org/differences-between-multiple-cycle-datapath-and-pipeline-datapath?ref=asr10
|
Operating Systems
|
Differences between Multiple Cycle Datapath and Pipeline Datapath
|
Operating System Tutorial, Concept behind Multiple Booting Guide, Operating Systems, Booting and Dual Booting of Operating System, Differences between Multiple Cycle Datapath and Pipeline Datapath
|
GeeksforGeeks
|
[-0.038213335, -0.000387453, -0.0220880769, 0.0376042314, 0.00904040318, 0.0230177641, -0.00318778399, 0.0223926306, -0.041451212, -0.0242199451, 0.030022474, -0.0167984795, 0.0543065369, -0.0388224423, -0.0304712877, 0.0166061316, 0.00785825867, 0.0105311079, 0.0240756832, -0.0158046763, 0.0222323388, 0.00417557638, -0.0423488393, -0.0220399909, -0.0261434354, 0.0143460296, -0.0111883, 0.0128873838, -0.0211263318, 0.00496100122, 0.0212705936, 0.0469972752, -0.0121821035, -0.0153799057, -0.0315612666, -0.0460355282, 0.00668012071, -0.0336290188, -0.0210141297, -0.00623130612, -0.0290767588, 0.0194432791, 0.00178724283, 0.0084232837, -0.0155882835, 0.0261113774, 0.0106032388, 0.00685644057, 0.00907246117, -0.0318978764, -0.0180968363, -0.0350716338, 0.0639560446, 0.0261113774, 0.0195394531, -0.0018553664, 0.010394861, 0.00298742042, -0.0111642573, -0.00436792523, 0.0121740894, 0.000325841218, -0.0224567465, -0.0145784514, 0.00240436266, -0.00114407588, -0.063763693, 0.038149219, 0.00482074684, -0.0142498557, -0.0504595563, -0.038149219, -0.0080826655, -0.0192829873, 0.00161192473, -0.0114768241, 0.0511968918, 0.0217674952, 0.00609105173, 0.0145143354, -0.0188502017, 0.0295416, 0.00619924814, -0.000548996148, 0.0313048, -0.0365142524, 0.0177922826, -0.0508442521, 0.0692456439, -0.00365062384, 0.00153077755, -0.00502511766, 0.0245405268, -0.0112924892, -0.0520304069, 0.0191226974, -0.0100261923, 0.0112444023, 0.0084072547, 0.0131919356, -0.00818685442, 0.0132159796, -0.0132480375, -0.00530963391, 0.0400406495, -0.0371554159, -0.00540580833, 0.0309361313, 0.0316253826, 0.047446087, -0.0534089059, -0.0117332889, -0.00812674593, -0.0122061474, -0.0238192193, -0.0271853264, 0.00579852099, -0.0450737849, 0.0187219698, -0.0256946217, 0.0218797, 0.0533447899, -0.0345907621, 0.0194432791, -0.0319459625, 0.041451212, -0.0212545656, -0.0292210206, -0.0156283565, -2.066249e-05, -0.0275539942, -0.00537375035, -0.016133273, -0.00990597345, 0.0187540278, -0.0482475422, 0.00020224195, 0.057832934, -0.0042717508, -0.016189374, 0.0172633231, -0.0375080556, -0.0381171629, -0.0443364456, 0.011581013, -0.00377885648, -0.0191387255, 0.0562941432, -0.0247809626, 0.0498825088, -0.00881599635, -0.015027266, 0.00644769892, 0.011572998, 0.00233623898, -0.0387903824, -0.0116371149, 0.0276020821, -0.00591072487, -0.0326672718, 0.00295736594, -0.0147066843, -0.0271532685, -0.0118294638, 0.0124065112, -0.00066220155, 0.0262556393, -0.00813476, -0.0460034721, 0.0282592755, -0.0682197809, 0.05074808, -0.00398523081, 0.0389827304, 0.0313528888, 0.0064597209, -0.00131739036, 0.0199722387, -0.0246527307, 0.0063515245, -0.0300705619, -0.057640586, -0.0166381896, -0.00690052053, 0.0448173173, 0.0456508324, 0.0328916796, 0.00480071036, -0.0170870032, 0.00179726107, 0.00115810125, 0.00738139311, 0.0565826669, 0.0629301816, -0.0094972318, 0.00708485488, -0.0285798572, -0.000755370595, 0.00199261541, 0.0071810293, -0.03008659, -0.00981781352, -0.00360854738, 0.0538577214, 0.00940907188, -0.00847938564, -0.00323787495, 0.0199241508, 0.0239314213, -0.0201165, -0.0209339838, 0.0253259521, 0.00934495591, -0.0423488393, -0.0141536808, 0.00615116069, -0.0222002808, -0.00775406929, -0.0333725512, -0.0520945229, -0.0192509294, 0.0245244987, -0.016165331, 0.00468850695, -0.0637957528, -0.0514854155, 0.00527757592, -0.0136487652, -0.0112924892, -0.00906444713, 0.0156363714, 0.0298140962, 0.0241878871, -0.0316574387, -0.035937205, 0.0010233568, -0.0041795834, 0.0335649028, -0.00228013727, 0.0107875736, -0.00524952495, 0.00827902183, -0.0339816585, 0.000452070264, -0.0322344862, 0.00406537624, 0.059019085, 0.0320581682, 0.0191707835, 0.0259350576, 0.0287561771, -0.0130076017, 0.00635553151, 0.0189944636, -0.00520143751, -0.00263077347, -0.00809468701, -0.0294133686, -0.00700070243, -0.0177762546, 0.0131117906, -0.00703276042, -0.016101215, 0.0430220626, -0.0129515, -0.0175678767, 0.0234665778, 0.0432785265, 0.00619524065, -0.0335649028, 0.0382774509, -0.0462278761, -0.00314570777, -0.00589469541, 0.0351998694, -0.0403932929, -0.00631545903, 0.0307598114, 0.035873089, 0.0284516234, 0.00965752266, -0.0422526635, -0.0120298276, -0.00657192431, -0.0199722387, -0.0142738987, -0.00317776576, 0.00706882589, -0.0627698898, -0.0331802033, -0.0222643968, -0.000714296068, 0.00139653392, 0.00779814925, 0.018513592, 0.0203248784, 0.00571036106, -0.0139853759, -0.0249252245, -0.0182250682, -0.0146986702, 0.00641964795, 0.0219117571, -0.00601090631, -0.0361936726, -0.0118855657, 0.0146425683, -0.00159990287, 0.0183853582, -0.0272494424, 0.0121580604, 0.00440799817, 0.0125187142, -0.0134804593, 0.0158287194, 0.0203088485, 0.0244443528, -0.00037242574, -0.0485040061, -0.0135926632, 0.00887209829, -0.00437193271, -0.00551400473, 0.0448493771, 0.0162775349, -0.0167343635, -0.00173514837, 0.0164618697, -0.0245244987, -0.0494336933, 0.0202607624, -0.0363539606, -0.0190746095, 0.00433987426, 0.0140815498, -0.04847195, -0.0171190612, 0.0134323724, -0.00964950863, 0.00863166153, 0.00490890676, 0.0103147151, 0.0148749901, -0.000394966628, -0.00507721212, -6.12987205e-05, -0.0303751137, 0.0148429312, -0.00313368579, -0.00497703068, 0.00177221559, 0.023145996, -0.000359903031, 0.0282272156, 0.0232582, 0.00039221163, 0.0159970261, -0.00314971502, 0.0301507059, -0.033596959, 0.0276020821, 0.000450817985, -0.00129134301, 0.0347189941, -0.0272494424, 0.00490089227, -0.000972264097, -0.035744857, 0.0011570995, 0.0222964548, -0.00878393836, -0.00120719033, 0.0295736603, 0.0329237394, -0.0271692965, 0.0174075849, 0.0222804267, -0.00983384252, -0.0102906721, 0.00991398841, -0.0355204493, 0.0361295566, 0.0106352968, 0.0205973722, -0.0238352474, -0.00916062109, 0.0439838059, -0.00904040318, -0.00843129773, 0.0111642573, -0.0169587713, 0.0101624392, -0.00254662079, 0.00215991912, 0.00538977934, -0.00539779384, 0.0364180766, -0.0217033792, 0.0294614565, -0.035744857, 0.0224407166, 0.0198279768, -0.0188502017, 0.0395597778, 0.00666809874, 0.0281791296, -0.0164137818, -0.0250534583, -0.00976171158, 0.0160290841, 0.0203729663, -0.0369951241, 0.0158447493, 0.0266884249, 0.0166221596, 0.00924076699, -0.0262396093, 0.039175082, -0.0222483687, -0.000469101156, -0.0102826571, 0.0499786846, -0.00590271, -0.000185837183, 0.0449134931, 0.005766463, 0.00678831711, 0.00256665703, 0.00911253411, 0.0373477638, 0.000921672327, -0.0164298117, 0.0214469135, 0.0236268695, -0.0225048345, -0.0537294894, 0.0367386602, 0.0563262, -0.0151314549, -0.00966553763, -0.0148028592, 0.00175117736, 0.0305193756, -0.0313528888, -0.0379248112, -0.0215110313, -0.0686686, -0.00609505922, -0.0257587377, -0.0256465338, -0.0440799817, 0.025309924, -0.0304392297, 0.010402875, 0.00118815585, 0.0209019259, 0.0217674952, -0.047446087, 0.0269448906, 0.00220199535, 0.00706882589, 0.0232582, 0.00490489975, 0.012703049, 0.0250374284, -0.00289725699, -0.0322986022, -0.00852747262, -0.00549797574, 0.0479269587, 0.0496581, -0.0313689187, 0.0299102701, 0.0680274293, 0.0314170048, -0.00884003937, 0.0186899118, 0.00675225165, -0.0195073951, -0.0411306284, 0.00337211858, 0.0278425179, 0.0108356606, -0.0225849785, -0.0400406495, 0.0133762704, 0.0258549117, 0.0273776744, 0.035873089, -0.026640337, -0.0162134189, -0.0153077748, -0.0281631, 0.0171992071, -0.032394778, -0.0227773283, -0.0516777672, 0.00265481696, 0.00412348192, 0.0206614882, -0.0199401807, -0.0222643968, -0.0146425683, 0.0317215584, -0.0184334461, -0.00147567748, 0.011581013, 0.0467087515, 0.0164458398, -0.0251496322, 0.0100582503, 0.00860761758, 0.00297740242, 0.0463240519, 0.0222483687, 0.0204531103, -0.0292530786, 0.00038845482, -0.00512529956, -0.0132400235, 0.0186738819, 0.0176159628, 0.00286920602, -0.0229055602, -0.0121179875, 0.006920557, -0.000153403336, -0.0251496322, 0.0167984795, -0.0419320837, 0.0062353136, 0.017343469, 0.00421564886, 0.00122722669, -0.00394716207, -0.00332803861, -0.0142097827, 0.0343343, -7.61381452e-05, 0.00790634565, -0.0199401807, 0.0395277217, -0.00255864253, 0.00800252, 0.00397521257, 0.045169957, -0.0205172263, -0.00188341737, -0.00686846254, 0.0226651244, -0.0152837317, -0.0134564154, -0.00102536043, -0.0256946217, -0.029958358, 0.0162454769, 0.0374439396, -0.0111321984, 0.00607903, -0.00619924814, -0.00923275203, 0.0202767905, 0.0279226638, 0.0245565567, -0.00873585, -0.00285117328, 0.00791035313, 0.021991903, -0.000571537, 0.0244122948, -0.0100742793, -0.00166201557, 0.011572998, 0.0097296536, 0.0468049236, 0.0157726184, -0.00932892691, -0.0101864832, -0.0220239609, 0.0326993316, 0.00651983, 0.002594708, 0.0101544242, -0.0145383794, 0.0165420137, -0.0247008186, 0.0144101465, -0.00952929072, 0.00981781352, 0.00906444713, 0.00894422829, 0.0255984459, -0.0195073951, 0.010386846, 0.00902437419, 0.0167183336, -0.000239434434, 0.00262275874, -0.00180727919, -0.00881599635, 0.0101464102, 0.0189784355, 0.0260472614, -0.0107635297, -0.0213347096, -0.00476865238, -0.0131678926, 0.0127591509, -0.0110039664, -0.0133201685, 0.0486963578, -0.0146826403, 0.0100261923, -0.0024243989, 0.0158046763, -0.00706882589, 0.0414832681, 0.00472457241, -0.0227132123, -0.020757664, 0.00662802625, -0.0117092459, 0.0149310911, -0.010338759, -0.025341982, 0.0326672718, 0.00993803237, -0.00352840195, -0.0132480375, -0.0301346779, -0.0135365613, 0.0159809962, -0.0198119469, -0.024284061, -0.00630343705, -0.0290607288, -0.0224246886, -0.00311164581, -0.034558706, -0.0166862756, -0.032282576, -0.00901635922, -0.00908047613, 0.0918787047, -0.00510927057, 0.0579291098, 0.00503313215, 0.0174075849, 0.019683715, 0.0140334629, 0.00184835377, -0.0144662485, 0.0207095761, 0.0378286391, -0.00283915154, -0.0126148891, 0.0141697098, -0.0405215248, -0.00573039753, 0.0256465338, -0.0209339838, -0.00694460049, 0.0310803931, 0.0294454265, -0.0301827639, -0.0155081386, 0.0112764603, 0.0211744197, -0.0329878554, 0.01852962, -0.00898430124, -0.0241558291, 0.0224246886, 0.0467408076, -0.0155241676, -0.0135285463, 0.016229447, 0.0467728674, 0.0257427078, -0.0257747676, -0.0120618856, -0.00651983, -0.0134724453, 0.00822292, 0.0179846324, -0.00591873936, -0.045041725, -0.0194593072, -0.040553581, 0.00569032459, 0.00256665703, 0.014979179, -0.00871982146, 0.00874386542, 0.00346628926, 0.00334807485, -0.0222323388, -0.0073854, -0.00127932127, -0.0356807411, 0.0223445427, 0.0038650129, -0.0188982897, -0.0190746095, 0.0232582, 0.017247295, 0.00291528972, -0.0206614882, -0.0274898782, -0.0111963153, 0.0155562256, 0.00131037761, 0.000648677, -0.0021979881, 0.009369, -0.0102906721, -0.00843129773, -0.00582657196, -0.00442001969, -0.0133361975, 0.0261274073, 0.0224567465, 0.0194913652, -0.0373798236, -0.0240917131, 0.0324108079, -0.000411997549, 0.00206574821, -0.0273295883, -0.0119897546, 0.0162534919, -0.0314650908, 0.0155482115, -0.0200684126, -0.0165259857, -0.0100582503, 0.0309521612, 0.00590271, 0.0087759234, -0.000402730744, 0.0405856408, 0.00568631757, -0.0164778978, 0.00292330422, 0.0114127081, -0.00586263742, 0.0652063116, -0.00776208378, 0.00371874752, -0.00904040318, -0.00852747262, -0.0013835103, 0.0102265552, -0.0240917131, 0.00375481276, -0.0120458566, -0.012783194, -0.00378086022, 0.0215591174, -0.0214469135, -0.000746354228, 0.0388865583, 0.0146185244, -0.00807465054, 0.0233543757, -0.0246206727, -0.0448173173, 0.0142258117, 0.0201806165, 0.00446810713, 0.0318978764, 0.0365463123, 0.0464202277, -0.00309762033, -0.0100742793, 0.0263678432, -0.00346228201, -0.00735334214, -0.0146585973, 0.0050732051, -0.0165099557, 0.0275539942, 0.00341219129, 0.00221000984, 0.0109478645, -0.0272654723, 0.043791458, 0.0058746594, -0.00742146559, 0.026480047, 0.00785024371, 0.0487284139, -0.00727720419, 0.0194112211, 0.00706481887, -0.0255824178, -0.0266243089, 0.00569032459, -0.0418359078, -0.012783194, 0.0482154824, -0.024235975, -0.0207736921, 0.00284916954, -0.0190265216, -0.052126579, -0.0215751473, -0.066039823, -0.018497562, -0.0153478477, -0.00923275203, -0.00780616375, -0.00958539173, 0.00620325562, 0.0250534583, 0.0136487652, 0.011645129, -0.0201806165, -0.0349754617, 0.00947318878, 0.0171511192, -0.00592675386, 0.0302468818, -0.0277944319, -0.0165901016, -0.000480872521, 0.026480047, 0.0285958853, 0.0380209871, 0.0180487484, 0.0128553249, -0.00595079735, -0.0469011, -0.0164618697, -0.0116371149, -0.00298541691, -0.00336610759, 0.0238512773, 0.0143941175, 0.00872783642, 0.00319179124, -0.00428778, -0.00168505742, 0.0134163434, 0.0116932169, 0.0233062878, 0.00484479079, -0.0052976124, 0.0187540278, -0.00498504518, 0.0360333808, -0.00369871105, -0.0242520031, 0.0122141615, -0.0354883932, 0.0314330347, 0.00686445506, -0.00965752266, -0.0203729663, -0.00798248406, 0.0192349013, 0.0084232837, -0.0350075178, 0.0203088485, 0.000613613345, 0.00201064814, -0.0102746431, 0.0114127081, -0.0215110313, -0.0443043858, -0.0281150136, -0.00729323318, -0.0074054366, 0.0260472614, 0.0164137818, -0.0248290505, 0.00522548147, -0.00910451915, -0.0129835578, -0.00632748101, 0.0370271839, 0.00318578049, -0.0188502017, 0.0127751799, -0.0239955392, 0.0238673054, -0.00418359088, -0.0527356863, 0.0191226974, -0.0303751137, -0.015075353, 0.0250214, -0.0199722387, -0.0012081922, -0.0027830496, 0.00384698017, -0.0238031894, -0.0128312819, 0.0136888372, -0.0100502353, -0.00900033, -0.00736937113, -0.0325390399, 0.00992200244, 0.015003222, -0.0536333136, 0.0176319927, -0.0053256629, -0.0109398495, -0.0168465674, -0.0073974221, 0.0202447325, -0.00333204586, 0.00177121372, 0.0257747676, 0.0450737849, -0.0361616127, -0.00911253411, -0.0106833847, -0.0196035691, -0.00256866077, 0.0072892257, 0.00386100565, 0.00742948055, -0.00884805433, -0.00561017916, -0.0264319591, -0.0114527801, -0.020725606, 0.0339175425, 0.0134644303, 0.0108276457, -0.00618321914, 0.00588668091, -0.0080986945, 0.0106593408, -0.0187540278, 0.00222603907, -0.0470293313, 0.00270090066, -0.024139801, 0.0125988601, 0.0136006773, -0.00108897593, 0.0222483687, -0.010442948, 0.00137249031, 0.0256785918, -0.00952929072, -0.0108116167, -0.0215911753, -0.0215751473, -0.00926481, 0.00186738826, 0.0271853264, -0.0256785918, -0.0223445427, -0.0334046111, 0.00744550955, 0.0152276298, 0.0377324633, -0.0112363873, 0.0146265393, 0.00794241112, 0.0170228872, -0.00931289792, 0.00600289181, -0.0193471033, -0.0197798889, -0.0185456499, 0.00218396261, -0.0333084352, 0.0211904496, 0.0148509461, 0.010426919, -0.0147307282, -0.0302949678, -0.0242199451, 0.0151715279, 0.0136407502, 0.0162134189, -0.00567429559, 0.0250374284, 0.00125527766, -0.00219999184, 0.0104910349, -0.00186137739, -0.0350716338, -0.0107875736, -0.00116010499, -0.0104509629, -0.00983384252, 0.0128793688, -0.0307758413, -0.011500868, 0.000425271632, -0.00984987244, 0.0119336527, -0.00637556799, -0.0185777079, -0.0121420305, -0.0301987939, -0.0105391229, 0.0197478309, 0.021975873, 0.035873089, -0.00200864463, 0.00293532596, 0.00760580041, 0.00298742042, -0.0217835251, -0.0452661328, -0.0189624056, 0.015035281, 0.0116852019, 0.0211904496, -0.0466766916, -0.00944914483, -0.00668412773, -0.0210301578, 0.0132400235, 0.00359051465, -0.00036391028, -0.00176019373, 0.0130236307, 0.0124065112, 0.00217594812, 0.00319579849, -0.0109799225, 0.0199722387, 0.00446810713, -0.0116210859, 0.0106433118, -0.00353240944, 0.0214469135, -0.0182571262, -0.010426919, -0.0454905406, 0.00189143186, 0.00429579429, 0.00215991912, 0.00207977369, 0.00150372845, 0.00964149367, 0.0133281834, -0.0258228537, -0.013841114, -0.0084232837, -0.00537775783, 0.000162294469, 0.0175358169, -0.00101934955, 0.00188742462, -0.0118615218, 0.00541783031, 0.0337251909, -0.0233383458, 0.000579050626, 0.0160932, 0.00127531402, -0.014987193, -0.0309521612, 0.0240756832, 0.00969759561, -0.0156283565, 0.0260152034, 0.00241638441, 0.0166221596, -0.00650380086, 0.0107314717, 0.00166401931, -0.027778402, -0.00204270636, -0.028948525, -0.0263197552, -0.00967355166, 0.0100261923, -0.0251977202, -0.0141055938, 0.010426919, -0.0209179539, 0.00171210652, 0.0220880769, -0.021863671, -0.00464843446, 0.00407739822, -0.0108436756, -0.017343469, -0.0145944804, -0.0170549452, -0.00996207539, 0.0322344862, 0.00462038349, 0.00191447372, -0.00678430963, -0.00167704292, 0.0345266461, 0.0966874361, -0.0158447493, -0.00690853503, -0.0396880098, -0.000724314246, 0.0268326867, -0.000183332639, 0.0272334125, 0.0425091311, -0.00858357456, 0.0402971171, 0.00422366336, 2.9256209e-05, 0.0347189941, -0.0187219698, 0.00831108, -0.00698868046, 0.0102425842, 0.00399324531, 0.00380891096, -0.0169106834, -0.0016720338, 0.0247328766, -0.00482475432, -0.00716099329, -0.0041635544, 0.0223766, -0.0194272492, -0.00243842439, -0.0207095761, 0.0246847887, -0.0232902579, 0.000369420304, 0.00285918778, 0.000243316477, 0.0276982561, 0.00011257927, 0.0149070481, -0.023065852, -0.00594278285, -0.00574241905, -0.009208709, -0.0160451122, 0.0141697098, 0.00550999772, -0.00922473799, -0.0184013881, -0.00590271, -0.0372195318, 0.0133442124, -0.0233383458, -0.0211103037, 0.012727093, 0.013889201, -0.00399524905, 0.0263678432, 0.00068073516, 0.00303951511, 0.0314650908, -0.0326031558, -0.00573440455, 0.00349033298, 0.00648777187, 0.00519342301, -0.0091445921, 0.0192349013, -0.024332149, -0.00597083382, 0.000174316287, 0.00600289181, 0.00774605479, -0.0146505823, 0.0137689831, -0.00282312231, -0.0310803931, 0.00440799817, -0.0240756832, -0.000110325178, 0.0154440226, -0.045105841, -0.0204210524, 0.00182831741, 0.0104830209, 0.00608704472, -0.00626336457, -0.0155482115, -0.0159489382, -0.0143700736, 0.0132159796, -0.000284265785, -0.0070287534, -0.0198440049, -0.01268702, 0.00364862, -0.0169427413, -0.00821490586, 0.00476063788, 0.00928084, -0.00920069404, 0.000335108023, 0.00948120281, 0.00642766245, -0.0157325454, -0.00439196918, -0.0194913652, -0.0110280095, -0.00209780643, 0.0147387423, -0.0150673389, -0.00182931917, 0.0264640171, -0.0110520534, 0.0165580437, 0.000588567927, 0.0309201032, -0.0292530786, 0.0194432791, 0.0204691403, 0.0175518468, 0.00089412235, -0.0136247212, 0.0110520534, -0.00286119152, -0.0317856744, 0.00847137067, 0.00629141554, 0.0221041068, -0.00404333649, -0.00268086419, 0.00596281933, 0.00499706669, 0.0301827639, -0.0139933899, 0.0128553249, -0.0158527642, -0.000247699441, 0.0156924725, 0.0177281667, -0.00570635404, -0.00809068, 0.00707283337, 0.0240756832, -0.0280829556, -0.00506519061, -0.00101083412, 0.00765388738, -0.0325711, 0.0123183513, 0.00109298318, -0.00960943568, -0.0171992071, -0.0164778978, 0.00558212865, -0.00775406929, 0.0181609523, 0.00571837556, 0.00454023806, 0.00325390394, 0.0110921264, -0.00774204731, 0.000272494421, 0.0183372721, 0.0200042967, -0.0112764603, -0.0289004389, -0.0136247212, 0.00327995117, -0.0026568207, -0.0121019585, 0.0224888045, -0.00619924814, -0.0145864664, 0.010418904, 0.0143139716, -0.00886408333, 0.0163897388, 0.021863671, -0.0365142524, 0.0284676533, 0.0255343299, -0.0237070154, -0.0145944804, -0.0110600675, 0.0206294302, 0.0228895321, 0.0190585814, -0.0155401966, 0.00627538608, 0.0152276298, 0.0302308518, -0.009208709, 0.0151074119, -0.00351237296, -0.0160370991, 0.0269769486, 0.0131759066, 0.00904841814, -0.00262275874, -0.0209500119, 0.00856754556, -0.00900834519, -0.0145944804, 0.00785024371, -0.0194432791, 0.0154760806, -0.0343663543, -0.0388224423, 0.0173755269, -0.0195073951, -0.00132239936, 0.0134564154, 0.0303109977, 0.0146505823, -0.0122622494, 0.00985788647, 0.000744851481, 0.0162695199, -0.0137289101, -0.0145383794, -0.00234826072, 0.00291328598, -0.0211263318, 0.00189744274, 0.0323787481, -0.00884003937, -0.021863671, 0.0182731561, 0.00915260706, 0.0327794775, -0.00132340123, -0.00625535, 0.023145996, 0.0474781469, 0.0158207063, -0.0226010084, -0.0182891842, 0.0225208625, -0.0423488393, -0.0245244987, 0.0313048, 0.00329397665, 0.0288683791, -0.003468293, -0.020725606, -0.0212064777, 0.000113080176, 0.00107495044, 0.00945716, -0.0178724285, 0.012735107, 0.0114768241, -0.00515335053, 0.0226651244, -0.00182931917, 0.00897628721, -0.00319379498, -0.00400727103, 0.0279867798, -0.00278505334, -0.0145303644, 0.0201645866, 0.0178724285, 0.0052976124, 0.0274257623, 0.004612369, 0.0193471033, 0.00494497223, 0.00480071036, -0.00182531192, 0.00264079147, -0.0367386602, 0.0234986376, 0.00102435867, 0.0249412544, -0.0228254162, 0.002604726, -0.00934495591, -0.0174877308, -0.0337572508, 0.0058746594, -0.000463841599, 0.0410344526, -0.0153959347, -0.00308760232, -0.0214148555, -0.0111321984, -0.00414351793, -0.00844732672, 0.0272334125, -0.0123904813, 0.0297820382, 0.00781417824, 0.0183052141, -0.0029994424, 0.0128953978, 0.0433747023, -0.0042717508, 0.0228735022, 0.0021358754, 0.0401688851, 0.013937288, 0.00879996736, -0.0372195318, 0.0036947038, -0.00323186396, -0.0176480208, 0.0182571262, 0.000986289582, -0.00527356844, -0.00832710881, 0.0159329101, -0.0311124511, 0.0142097827, -0.00409743469, -0.0201806165, 0.00732929865, 0.00399524905, -0.0248290505, 0.0202607624, 0.00860761758, -0.0016209411, -0.00348231848, -0.00748558203, -0.00235627522, 0.00102085224, 0.0148028592, -0.00265080971, 0.00710088434, -0.000795944186, -0.0177281667, -0.00105291046, -0.0123183513, -0.0222163107, 0.000670216046, -0.000732328743, 0.00241638441, -0.0286119152, 0.0147467572, 0.00611108821, -0.0014376085, -0.0264159292, -0.00884003937, -0.0117332889, 0.0130156158, 0.00831909478, -0.0204050243, 0.00766991638, 0.0179205164, -0.01610923, 0.00348432199, -0.0285317693, -0.0108196316, -0.0087759234, 0.0216552913, -0.0100261923, -0.00140354666, -0.013953317, 0.0225368924, -0.00735734962, 0.0140575068, 0.00415153289, -0.00337412208, -0.00405335473, -0.023065852, -0.00315572578, 0.0039732093, 0.00854350161, -0.00919267908, 0.0203248784, 0.0225849785, 0.00696463697, -0.00930488296, 0.00647975691, 0.00610307371, -0.019587541, 0.00196757, -0.00913657807, 0.00735734962, 0.012670991, -0.0141697098, 0.00477266, -0.0192990173, -0.00266884244, -0.00671618618, -0.000825497787, 0.01610923, -0.0100101624, 0.00641964795, 0.0153398328, 0.00675625866, 0.0346869379, -0.0351678096, 0.00211183168, 0.0232421719, -0.0272013545, 0.0193150453, -0.0337251909, 0.00254461705, -0.0257747676, -0.00942510087, 0.00156083202, 0.00875187945, -0.0112123443, 0.0134564154, 0.0192028414, -0.00655589532, 0.011645129, -0.0387262665, 0.0295896884, -0.018738, 0.0080826655, 0.00777410576, -0.00209580269, -0.0230818801, -0.00107895769, 0.0109879365, 0.0262876973, 0.0274417922, 0.000467097532, 0.0470293313, 0.0106994137, 0.00591473188, -0.011516897, -0.00799450558, -0.0248130225, -0.0159970261, 0.00498905219, 0.002875217, -0.00731727667, -0.0263357852, -0.00470453594, -0.00316173676, 0.00380690745, -0.00643968442, -0.0274257623, 0.0187700577, 0.0256785918, -0.0186097659, 0.0107715447, -0.00163897383, 0.00367266382, -0.0245244987, -0.0224246886, 0.0101464102, 0.012662976, -0.0003243385, 0.0186578538, 0.00567830307, 0.0101464102, -0.00566227362, 0.0140895648, 0.0158367343, -0.0121420305, -0.00322986045, -0.00991398841, -0.00226010079, -0.00457630353, -0.00770598184, -0.0286600012, 0.00822292, 0.00716099329, -0.0142258117, -0.0191226974, 0.0083431378, 0.0148108732, 0.0117012309, 0.00410745293, 0.0158046763, -0.0171831772, -0.00105090684, 0.0140014049, 0.00399925653, -0.0152436588, 0.00150272658, 0.00291528972, -0.00560617214, -0.0164458398, 0.000423268, 0.0128312819, -0.00251856982, -0.0142979426, 0.00944914483, -0.00616318267, 0.00849541463, 0.00482475432, 0.0453623086, -0.00309361308, 0.0215430893, 0.0123584233, 0.013881187, 0.00126329216, -0.01268702, -0.0252778642, -0.00325190043, -0.0119737256, 0.00727720419, 0.00120218133, -0.0188822616, -0.00599487731, 0.00268887891, -0.00642365543, -0.000537475222, 0.0251656622, 0.0181609523, 0.0197798889, 0.0058746594, -0.0217995532, 0.00961745065, 0.0167183336, -0.0139933899, -0.00458832504, 0.00898430124, 0.00183032104, 0.0245565567, 0.013921259, -0.00241438067, 0.00104289223, 0.00355645292, 0.0144422045, 0.0165420137, 0.0256465338, -0.0118775507, -0.0107555157, -0.0044961581, 0.0108997766, -0.00213186815, 0.00251656608, 0.0150673389, -0.000422516634, -0.00553003373, -0.00449215062, 0.0141777247, -0.00839122571, -0.00361055112, -0.0159729812, -0.00160992111, -0.0100502353, 0.00436792523, 0.00209981, 0.00853548665, -0.00918466505, 0.00348832924, -0.0239955392, -0.00498103769, -0.00992200244, 0.000473859778, 0.0181128643, 0.0192669593, -0.00879195239, -0.00337412208, 0.00859960355, -0.00876790844, 0.00684441859, -0.00923275203, 0.0333725512, 0.0135686193, 0.00410745293, 4.17319716e-05, -0.00482475432, -0.00528158294, 0.016069157, 0.00640762644, -0.0132961245, -0.0122702634, 0.0236268695, -0.00662001176, -0.000156283568, 0.000132114714, -0.0159168802, -0.00322184595, -0.00150172482, 0.00456828903, 0.0141616957, 0.00845534168, 0.0139453029, 0.026640337, -0.00187640463, 0.0130556887, -0.00129034126, 0.016165331, 0.00270891516, -0.00284516229, -0.0146986702, 0.00424770731, -0.00302148238, -0.00557411369, 0.0325711, -0.000550498837, -0.00481273234, 0.00944113079, 0.0193951912, 0.0134403864, -0.00269889692, -0.00658394629, -0.00975369755, 0.0105391229, 0.00110801042, 0.0119496817, 0.0163336359, -0.0108597046, 0.0171030331, -0.00910451915, 0.0097136246, -0.02537404, -0.00036992121, -0.0159329101, -0.0183212422, -0.00409342721, 0.0116691729, -0.00822292, -0.00239234068, -0.0107314717, -0.00577047, 0.00178323558, 0.00170910102, 0.00309962407, 0.0246527307, 0.00477266, -0.0283394195, -0.00115910312, 0.00698467344, 0.00334607135, -0.0109558785, 0.0141777247, -0.00651983, 0.0125908451, 0.0122382054, -0.0199562088, -0.00605899375, -0.0203248784, 0.0182571262, -0.00386902015, 0.00674423715, 0.0146345533, -0.0123904813, 0.0314650908, -0.0327153616, -0.00429579429, 0.00730525516, 0.0121500455, 0.0118214497, -0.000918165955, -0.00963348, 0.00319579849, -0.00732929865, -0.00379688921, -0.00253860606, 0.00675225165, 0.00425171433, -0.00294133695, 0.0114367511, 0.0164458398, 0.0126469471, 0.0126309181, 0.00548595376, -0.024171859, -0.004612369, 0.0125347432, 0.0125908451, -0.00610708073, -0.00661600428, 0.00930488296, 0.0192669593, 0.0126068741, -0.00763785839, -0.00185837189, 0.0145383794, -0.000655188807, -0.0152116008, 0.00382293644, -0.0158848222, 0.000233423532, -0.00806663651, -0.00418759836, -0.0257106498, 0.0109318355, 0.0210782457, 0.00439998368, -0.0369630679, 0.018449476, 0.00942510087, -0.00956936274, 0.00454424508, -0.00240436266, 0.00557812117, -0.0169748, 0.00584660843, -0.00466847047, 0.0174075849, 0.0143540446, 0.00444005616, 0.00357047841, -0.0148669751, -0.00201565726, -0.0145624224, -0.0384056829, -0.0220079329, 0.0191868134, -0.00415954739, -0.0127431219, 0.0446249694, -0.00557812117, 0.0191226974, -0.00724514574, -0.00763785839, -0.0108997766, -0.00516136503, 0.0297660083, 0.0260472614, 0.00921672303, -0.00271893339, 0.00717702229, -0.000391710724, 0.0113966782, -0.0102666281, 0.000643667881, -0.00205372646, -0.0181930102, 0.00514132855, 0.012735107, -0.00557411369, 0.0182891842, 0.0137449391, 0.0209981, -0.00126729941, -0.0143941175, -0.0129835578, -0.0221682228, -0.0167503934, 0.00254261331, -0.0199562088, 0.0155802695, 0.00528559042, -0.0123664383, -1.38532605e-05, -0.0163496658, 0.0162134189, -0.00602292828, -0.0217033792, 0.00366464932, -0.0110199954, -0.00560216466, 0.0111963153, 0.0192669593, -0.00599487731, -0.0134964883, -0.00229015527, -0.024139801, -0.013889201, 0.0224727746, 0.00548194675, -0.0193631332, 0.0153398328, -0.0147708, -0.00575444102, 0.00482074684, -0.00931289792, -0.00400126, 0.00795042515, -0.00751764048, 0.00175217923, -0.00512930658, -0.0250855163, 0.00177522108, 0.0164939277, -0.00170609565, -0.00523750298, -0.00482876133, 0.00285317702, -0.0111402133, 0.0226490945, -0.0245244987, 0.0228414442, -0.00198059366, 0.013873172, 0.0246847887, -0.00946517382, -0.0200844426, -0.0114287371, -0.00601491379, 0.0128713539, -0.0155642405, -0.0143700736, 0.000586564303, 0.00747756753, -0.0131198047, -0.00209379918, 0.00313168229, 0.00867974851, 0.0222804267, -7.94566658e-05, 0.00661600428, 0.00727319671, -0.00940105785, 0.0206775181, 0.0140975788, -0.00540580833, 0.0325711, 0.00818284694, 0.00435590371, -0.0100422213, 0.0124385692, 0.00705680391, -0.00829505082, 0.0185616799, -0.0163176078, 0.00573039753, -0.00963348, -0.00271692965, 0.00377685297, -0.00415954739, 0.000907145964, -0.0156363714, -0.0102265552, 0.00444406364, 0.00492493622, 0.00138851942, -0.0188822616, 0.0168625955, -0.0142177977, 0.00524151046, -0.000519442488, 0.0281470716, 0.01268702, -0.0206454601, -0.0118775507, -0.0101864832, 0.000960242294, -0.0259350576, 0.00270290417, -0.00520143751, -0.0156203425, -0.0370271839, -0.00411546743, -0.0132720815, -0.0245405268, 0.00233022799, -0.0206614882, 0.00796645507, 0.0277623739, 0.0148349172, 0.0129114268, 0.0187540278, -0.0268647447, -0.0167023055, 0.0255984459, -0.00270691141, 0.00576245552, 0.00342822028, -0.00638358248, 0.00218796986, 0.0120378416, 0.00208778819, 0.0187059399, 0.0292691067, -0.00242840615, -0.00812674593, -0.00837519672, -0.0128713539, 0.00480471784, -0.00112504128, -0.0339175425, -0.00553003373, -0.00352639845, 0.00573841203, 0.00238833344, 0.00365863834, -0.0234986376, -0.0252618361, 0.0186257958, 0.00808667298, -0.0140895648, 0.0412268043, -0.000534970663, 0.0194432791, -0.0120458566, -0.0160611421, -0.018738, -0.0149711641, 0.0095773777, 0.0212866236, -0.00283113681, 0.00639159698, 0.00169707928, 0.00651582237, -0.0018393374, -0.00279306783, 0.025903, 0.00481273234, -0.0140174339, -0.000475863431, 0.0280188378, 0.0108356606, -0.0140494918, 0.00863166153, 0.00708084786, -0.00131538673, -0.00328395865, -0.03478311, -0.0193791632, 0.0139853759, -0.00490890676, 0.0280028097, -0.00179425557, -0.0293813106, -0.0147467572, -0.0110440385, 0.0220239609, -0.00851945765, 0.00341219129, -0.00952127576, 0.0209500119, -0.00547793927, -0.0011841486, -0.00293332222, 0.00686445506, -0.00975369755, 0.00278104609, 0.0162534919, -0.00154981203, 0.00396319106, 0.0178724285, 0.0163095929, 0.00123624306, 0.0147066843, -0.00907246117, -0.000617119716, -0.0190746095, 0.00623932108, 0.0147627862, -0.00463240501, 0.00807465054, -0.00686846254, -0.00266884244, -0.0160611421, -0.00541783031, 0.0007794142, -0.0196997449, 0.0135606052, -0.0175999347, -0.00511327758, -0.0163336359, 0.0147227133, 0.0202607624, 0.00458431803, -0.0136647942, 0.00451218709, -0.0178243406, -0.0200363547, 0.007513633, 0.00774605479, -0.0197157729, 0.0234505497, 0.00170108653, 0.00286119152, 0.00488887075, 0.0106433118, 0.00705680391, -0.00680835312, -0.00492894324, 0.00445207814, 0.0109398495, 0.00586263742, 0.00481273234, 0.00614314619, -0.0186578538, 0.00048462933, -0.00137449394, -0.0199081227, 0.0340457745, 0.0176480208, 0.00908849, 0.00706081139, -0.0182090383, 0.00573440455, -0.0236268695, 0.00421965634, 0.0178724285, 0.010442948, -0.0243481789, -0.0263838712, -0.00270290417, 0.0120538706, -0.00876790844, 0.00569833908, 0.00672820769, 0.00933694094, 0.00462839799, 0.00536573585, 0.00271692965, 0.00925679598, -0.00858357456, -0.0172312651, 0.00144061388, -0.0291889608, -0.0214308854, 0.0180006605, -0.0190906394, 0.028916467, 0.00886408333, 0.0112684462, 0.0043879617, 0.0226170365, -0.00744951656, 0.00105691771, -0.0320100784, -0.0289004389, 0.0270731226, -0.012654962, -0.00225609355, -0.0112924892, -0.00644369191, 0.00215591188, -0.000966253225, 0.00872783642, -0.00354443118, 0.00373477652, -0.000377935736, 0.0114607951, 0.0210141297, -0.0109879365, 0.0283875074, 0.0130316447, 0.0133442124, -0.0184013881, -0.0144582335, 0.0124946712, -0.00564624462, -0.00568231, -0.0220720489, -0.0151635129, -0.0119576966, 0.01268702, -0.00933694094, -0.00166602293, -0.00740944408, 0.00328395865, 0.0153959347, -0.00467247795, 0.046131704, -0.00102986861, -0.00696062949, -0.00494096521, 0.00383095094, -0.00273095514, 0.0133201685, -0.00238633, -0.00245445338, -0.000442052085, -0.00690452801, 0.0109799225, 0.00499305967, 0.00223405357, -0.0234826077, -0.0153718917, 0.00569032459, 0.0112684462, 0.0133121544, -0.0143941175, 0.00928885397, 0.00568231, 0.0113165332, -0.00168105017, 0.00983384252, -0.00815880392, -0.0140815498, -0.0151234409, 0.00454424508, -0.0226010084, 0.0171350911, 0.0217354372, 0.0193150453, -0.00411947444, 0.00201365375, -0.0106352968, 0.0100582503, 0.00537375035, 0.00591873936, 0.0123984963, 0.0157405604, 0.000470603874, 0.00297539867, 0.00459633954, -0.026544163, -0.00240235892, -0.0122702634, 0.0105551518, -0.0232101139, 0.0250694863, 0.016221432, 0.00504114665, -0.0210782457, -0.00905643217, -0.0105952248, -0.011645129, -0.00481674, -0.00184635, -0.00466446346, 0.0114928531, -0.0121179875, 0.0107154427, -0.00649979338, 0.0131839216, -0.00141456665, 0.0175358169, -0.0220720489, -0.00383095094, 0.023065852, 0.00367066, 0.0135045033, -0.00089161779, 0.0170870032, -0.0188822616, 0.00702474592, -0.0311765671, 9.56109798e-05, 0.00758576393, 0.0107555157, -0.0162134189, 0.0240596551, -0.00185937376, -0.00487284129, 0.00847137067, 0.00573841203, -0.00247448985, 0.0167984795, -0.010362803, -0.013857143, 0.00207175897, 0.00394315459, -0.0115890279, -0.000450317079, 0.00192649546, -0.00251255883, -0.0134243574, -0.018738, 0.0108597046, 0.00657192431, -0.0154440226, 0.00439998368, -0.0167984795, -0.00221602083, -0.00169808103, 0.0142979426, 0.0151795419, 2.02868086e-05, 0.00334807485, -0.00817483291, 0.0251496322, 0.0107875736, 0.0213347096, -0.00363058737, -0.0146105103, -0.0209981, -0.0125347432, -0.00505717611, -0.0143139716, -0.00766190188, 0.0190906394, -0.00647975691, 0.00183032104, -0.00192649546, 0.0166221596, 0.00727319671, -0.00767793134, 0.000491141167, 0.0166061316, -0.00433185976, -0.0102666281, -1.89562707e-05, -0.00452821609, 0.00515735755, 0.020725606, 0.0112123443, 0.00469652144, 0.000588067, 0.0143861026, -0.00658795331, -0.0273937043, -0.0121500455, -0.0080466, 0.0114127081, -0.00301947864, -0.00225008256, 0.0109959515, -0.0297980662, 0.00420763437, -0.00675225165, -0.00154580479, -0.0384377427, -0.00427575829, -0.00757774943, 0.00265281345, 0.00605899375, -0.00263478071, -0.00124025031, -0.0138010411, -0.0028371478, -0.00885606837, -0.0162454769, -0.000642165192, -0.0087759234, -0.00320982398, -0.020757664, 0.0116291, -0.00601491379, -0.0108677186, 0.000925178698, 0.00356847467, -0.0163737088, 0.00581855746, -0.00678831711, -0.0154279927, 0.0316895, -0.00350435846, 0.012679005, -0.0157806333, 0.00789833069, -0.00871180743, -0.00822292, 0.0340137146, 0.00552201923, 0.0121260015, -0.014947121, -0.0148990331, 0.00373477652, -0.0133522265, -0.010370817, -0.00470854342, 0.000830005971, 0.00439196918, 0.00206174096, 0.00390909286, -0.0183052141, 0.00808667298, 0.019651657, 0.00416756188, -0.0060269353, 0.0142738987, -0.0155562256, -0.0157565884, 0.0226170365, -0.0134644303, -0.00469652144, 0.0197638609, 0.0148188882, -0.00427575829, -0.00941708684, -0.00171911926, -0.0102425842, 0.0136567792, -0.00833512377, -0.00672420068, -0.00950524677, 0.00383295468, 0.00340016931, -0.00905643217, 0.000402730744, -0.0315933228, -0.0143780885, 0.00011658654, 0.00490489975, 0.00511327758, 0.0176640507, -0.00148068659, 0.00209780643, -0.0185456499, -0.00773403281, 0.0307277534, -0.0273937043, -0.00347230025, -0.000613613345, 0.0122141615, 0.0101784682, 0.0361936726, 0.00661199726, -0.000454825262, 0.00167303567, -0.012783194, 0.0131919356, -0.0175037589, 0.00263678422, -0.00700871693, -0.00732529117, 0.00717702229, 0.025341982, 0.00933694094, -0.0159729812, 0.0069285715, -0.00720908027, 0.0124946712, 0.00643167, 0.0116371149, 0.00513331406, -0.00619524065, -0.0235306956, 0.00436391821, 0.000456578447, -0.010418904, 0.013857143, -0.0205492862, 0.0157405604, 0.0143219866, 0.0028832315, 0.000290527154, -0.0174717, 0.013793027, 0.00964950863, -0.0113485912, 0.000518941612, 0.000106380518, 0.00109398493, 0.00799450558, 0.019619599, -0.0374118797, -0.00977774151, 0.0165580437, 0.00384497643, 0.0155642405, -0.0167984795, 0.00923275203, 0.00459633954, 0.00306556234, 0.000671217858, -0.000140254488, 0.00795844, -0.0037568165, -0.00722110225, -0.000796946, -0.0262876973, -0.00637556799, -0.00536573585, 0.0237070154, -0.0170870032, -0.0189624056, -0.0142017687, -0.0267685708, -0.00701272395, -0.00486883428, -0.00294935144, -0.0101784682, 0.00498103769, 0.00593076088, -0.0101143522, -0.0114367511, -0.00112103403, 0.0128152529, 0.00439998368, 0.00143460301, 0.00544588128, -0.00151174294, -0.0121901184, -0.0144902915, 0.00280508958, -0.00368468557, -0.00362457661, 0.0105391229, 0.00184234278, 0.0190906394, -0.017343469, -0.0097296536, -0.00116811949, 0.00775406929, -0.0118695367, -0.00506118312, -0.00758576393, -0.00209179544, -0.00777811278, 0.0264640171, -0.00983384252, 0.016189374, 0.0117974058, -0.00635953899, 0.00412348192, -0.0124465832, 0.00431182375, -0.00892018527, -0.010378832, -0.00553404121, 0.00610307371, -0.00240837, 0.00304953312, -0.0079904981, -0.0300705619, -0.00349233672, 0.0132400235, 0.0249572843, 0.0155562256, 0.00477666687, -0.0222964548, -0.0132159796, -0.0651422, -0.0128713539, 0.0236268695, 0.0141296377, 0.00579050649, -0.0108997766, -0.00560617214, 0.00273696613, -0.0142177977, 0.0133361975, 0.0232742298, -0.0147467572, -0.00992200244, -0.00651582237, 0.0154039497, 0.00147167023, 0.0013564612, 0.0227292404, -0.0243161209, -0.00674022967, -0.00424770731, -0.0307598114, 0.00559415, -0.00771399634, 0.0121981325, -0.0234024618, 0.00117112498, -0.0223605726, 0.00325190043, 0.00888011232, 0.00520143751, -0.0108196316, -0.00561819365, -0.0192028414, -0.00776609126, -0.000313068042, -0.00668813521, -0.0375401154, 0.0141456667, 0.031224655, -0.00248450809, 0.00315171853, -0.00815880392, -0.00964950863, -0.00346228201, 0.0277623739, 0.0137128811, 0.00628340105, -0.0198119469, 0.0237711314, 0.00305955135, 0.0122141615, -0.0194593072, -0.00610708073, 0.0279386938, -0.0105952248, 0.00510125607, -0.0347189941, 0.0284836814, -0.00104790134, -0.00389907463, 0.0190746095, -0.000155532209, 0.010386846, -0.00800652709, 0.0107314717, 0.00440799817, 0.00884805433, -0.00747356052, 0.00769796735, 0.00707283337, -0.009208709, -0.00326993316, 0.0126309181, -0.0111883, 0.0197798889, 0.0123584233, 0.00494897971, 0.0387262665, 0.0146746263, 0.0237390734, -0.0035143767, 0.00561819365, 0.000571537, -0.0054498883, 0.0187059399, 0.00303951511, 0.00060810335, -0.0067121787, -0.00179726107, 0.0152677028, 0.00722911675, 0.018481534, 0.00726117473, 0.00290727499, 0.00989795942, -0.00732529117, -0.00470854342, -0.00314971502, -0.00838321075, -0.0087759234, -0.000566527946, 0.0057584485, -0.00292931497, 0.0030555441, -0.00280308607, 0.00500908867, 0.0176961087, -0.0119336527, -0.00698868046, 0.0222483687, -0.00326191843, 0.00580252847, 0.000107444954, 0.0235146657, 0.00306956959, 0.0185937379, 0.00322384946, -0.00439998368, -0.00524952495, -0.00114908488, -0.0217514671, -0.00256866077, 0.013849128, 0.00797847658, -0.0180006605, -0.0118214497, -0.00780215673, -0.0210141297, -0.00596682634, 0.0188822616, 0.0167984795, -0.00125728128, 0.00357849291, 0.00466446346, -0.0134083284, 0.00552201923, -0.0131117906, -0.0165580437, -0.00527757592, 0.00593476836, -0.00313568953, 0.0117974058, 0.0102425842, -0.0216392633, -0.0252618361, -0.00686044805, 0.0228414442, -0.00194352644, 0.00142859214, 0.0102986861, 0.0021979881, 0.0387903824, 0.0032879659, -0.0170549452, 0.00452821609, 0.00442803418, 0.017279353, 0.0275860541, -0.00952127576, -0.000945715932, -0.012679005, -0.0097296536, -0.00418759836, 0.00373678026, 0.00151875569, 0.00531764841, 0.00649177888, -0.0269448906, -0.00653986633, 0.00454825256, 0.00392111484, 0.00342020579, -0.00442001969, -0.00222603907, 0.0053336774, 0.0138170701, -0.0121821035, 0.0281470716, 0.00667210622, -0.0172953811, 0.0221682228, 0.00574241905, 0.0054338593, -0.0131037757, -0.000315322133, 0.00695662247, 0.0125668021, -0.00676026614, -0.0012703049, 0.00667210622, 0.0238192193, -0.00476865238, -0.00213988265, -0.0221361648, -9.09149603e-05, -0.00664806226, 0.00927282497, 0.00734132, -0.00463641249, -0.0120618856, 0.024300091, -0.0125187142, 0.00164298108, -0.00669614971, -0.0233704038, -0.0229055602, 0.00205973722, -0.0141055938, -0.00624733558, -0.00933694094, 0.00817082543, -0.0251175743, 0.00827902183, -0.00991398841, -0.00970561057, -0.0256144758, 0.00142558664, -0.00754168397, 0.00224006455, 0.000186338104, -0.000553504273, 0.00635953899, -0.00164398295, 0.0112764603, -0.00678030262, -0.00355845666, 0.0123023214, 0.0182410982, -0.00562620861, -0.00654387334, 0.0101143522, 0.00631545903, -0.0199722387, 0.00302548963, -0.00157185202, 0.0187700577, -0.0117172599, -0.00130637037, 0.00433185976, 0.0203088485, 0.0125187142, -0.0267525408, -0.0110921264, 0.00274297688, 0.000650680624, 0.0060189208, 0.00436391821, -0.0097937705, -0.0263678432, 0.0120218126, -0.00172813563, 0.0217835251, 0.00029353259, 0.0130076017, 0.0125427581, 0.00216993713, 0.00952127576, -0.00711691333, 0.0133442124, -0.00253059156, -0.00538176484, 0.0285798572, 0.00398523081, 0.00379688921, -0.00253660255, 0.009369, -0.0157325454, 0.00385299092, 0.00543786678, 0.00642766245, -0.0103067011, 0.00354643469, -0.0068283896, -0.00169507565, -0.0171350911, -0.0114447661, -0.0113646202, 0.00348031474, -0.00279306783, -0.0227933563, -0.0164778978, -0.0176640507, -0.00342020579, 0.00207376271, -0.0168305375, 0.0071529788, 0.000729323307, -0.00641964795, 0.0024404279, -0.000887109607, 0.00393113261, 0.00781818572, -0.000751864223, -0.0139853759, 0.0071810293, 0.0252938941, -0.0211744197, -0.00213186815, 0.00483677583, 0.00625535, 0.00221802457, 0.018513592, 0.0237871595, -0.0211423617, -0.0196997449, -0.0214469135, -0.0212866236, -0.00165099557, -0.0125427581, -0.0293652806, 0.0341740064, 0.0117893908, -0.0109238205, -0.0124946712, -0.000225909898, 0.000554506143, -0.0028932495, -0.000173064, -0.0114287371, 0.0166542176, -0.00492092874, -0.00359251839, 0.0200523846, 0.00025646534, -0.00375280925, 0.0131518636, -0.0109238205, 0.00394115085, 0.0114527801, -0.0180327184, -0.0105471369, -0.00180327194, -0.0149070481, 9.73015485e-05, 0.0085595306, 0.00945716, 0.00199261541, 0.0144021316, -0.0156123275, -0.00114307401, 0.00802255608, -0.00251055532, -0.0142498557, 0.0121420305, -0.0113245472, -0.00929686893, 0.00181629555, 0.028980583, 0.00617921166, 0.00586263742, -0.00228013727, 0.00617921166, 0.0067041642, 0.00195053918, -0.0144902915, -0.00776208378, -0.000415253453, 0.0117012309, -0.0102425842, 0.0149150621, -0.0126068741, -0.00871982146, -0.00629943, -0.00856754556, 0.00370472204, 0.0166221596, -0.00972164, -0.0100261923, -0.0187540278, -0.00562220113, -0.000631646079, 0.00688849855, 0.0879034922, 0.0209981, 0.0051974305, -0.00928885397, 0.000153653789, -0.0238031894, -0.0186899118, 0.050876312, -0.0180647783, 0.000817984168, 0.0013324176, -0.00220800634, -0.00244443538, 0.000590571552, -0.0112684462, -0.0177441966, -0.0184013881, 0.00602292828, -0.00180527556, -0.00754569098, 0.0168786254, -0.00723713124, 0.00577848451, 0.00640361896, -0.0119657107, -0.0190425515, -0.0109558785, -0.00802656356, -0.0175999347, -0.00466446346, 0.0124786422, 0.0267685708, -0.0116771879, 0.0158928372, -0.00638358248, -0.00779814925, 0.013937288, 0.0272013545, 0.00940105785, -0.00317375851, 0.0263037272, -0.0111883, 0.00272494415, -0.0109719075, 0.00336210034, 0.00357448566, 0.0184655041, -0.00750161102, 0.00195755181, -0.0178724285, 0.0117893908, -0.0266563669, -0.00218596635, -0.013953317, -0.00557812117, 0.0166542176, -0.00376883824, -0.00851144362, 0.00230418076, 0.00234225, 0.00833512377, 0.0204050243, -0.012727093, 0.0191066675, 0.00664806226, 0.00291528972, -0.0141136078, -0.00591873936, 0.00177622284, -0.000546992465, 0.0145143354, -0.00325390394, 0.0180006605, -0.00341619854, -0.0142498557, -0.000805461488, -0.015019251, 0.0112844752, -0.0155882835, -0.00864769053, -0.00639560446, 0.020757664, -0.0272494424, 0.00428377278, 0.0058826739, 0.00831108, -0.0143460296, -0.0185616799, -0.00336210034, -0.01610923, 0.00853548665, 0.00890415628, -0.0250053704, 0.00918466505, -0.00674824417, 0.00731326966, -0.0129675288, 0.00621928461, 0.0223445427, -0.000917665, 0.0251336042, 0.00293332222, -0.00439196918, 0.00205372646, 0.00793439616, 0.0309040733, 0.00070678239, -0.00422767084, 0.00274297688, -0.0210782457, 0.0235787816, -0.0189463776, 0.0154600516, 0.0282753035, 0.00607101526, 0.00782219321, 0.00377284549, 0.00493695773, 0.00608704472, -0.0119657107, 0.0256785918, 0.000913657772, 0.0056662811, -0.000511427934, 0.00448012911, 0.0125267291, -0.000956235046, 0.0119576966, 0.00831909478, -0.0112764603, 0.023113938, -0.00690052053, 0.0367386602, -0.0194432791, 0.00210381718, 0.0123584233, -0.0197798889, 0.00119516859, 0.00594278285, 0.00924878102, 0.0119256387, -0.00426373631, 0.00869577751, 0.0100021483, -0.00757374195, -0.0114848381, -8.5342348e-05, -0.01496315, -0.0271212105, 0.00286319503, 0.0133682555, 0.015003222, 0.0188181438, -0.00708485488, 0.0125187142, -0.00577047, -0.00387903838, -0.00333004212, 0.0186097659, -0.0160130542, 0.00645571342, 0.0054418738, 0.0117092459, -0.0251336042, 0.0123584233, -0.0132480375, 0.00224607531, 0.0164458398, 0.00978575554, 0.00481273234, 0.0171992071, -0.00142258115, -0.00597083382, 0.0116291, 0.00694860797, 0.013881187, 0.00986590143, 0.000947218679, -0.00203469186, -0.0147868302, -0.00207977369, 0.00380690745, -0.000738339673, 0.0420923755, -0.0246046428, 0.00327794766, -0.0237551015, 0.00608303724, 0.0189944636, 0.00550999772, -0.00766190188, 0.019683715, -0.0269929767, -0.00328395865, 0.011613071, -0.0152997607, 0.0260152034, -0.0203409065, -0.0120538706, -0.00473659439, -0.011572998, 0.00405936548, -0.0121099725, 0.0114607951, 0.0102906721, -0.000386701635, -0.0169748, 0.00379889295, 0.00823894888, -0.00542584481, -0.0278906059]
|
28 Dec, 2024
|
Differences between POP3 and IMAP
28 Dec, 2024
POP3 (Post Office Protocol 3) and IMAP (Internet Message Access Protocol) both are MAA (Message accessing agent), and both of these protocols are used to retrieve messages from the mail server to the receiver system. Both of these protocols are accounted for by spam and virus filters. IMAP is more flexible and complex than POP3.
In this article, we are going to discuss What are POP3 and IMAP, what are the advantages and disadvantages of IMAP and POP3 and lastly, we will discuss the differences between them.
POP3 (Post Office Protocol 3) downloads emails to the client device and typically removes them from the server. IMAP (Internet Message Access Protocol), on the other hand, keeps emails on the server and synchronizes them across multiple devices, making it ideal for users who access email from multiple locations.
What is POP3?
Post Office Protocol Version 3 is known as POP 3. Access to the mail inbox that is kept on the email server is made possible via the POP3 protocol. Messages can be downloaded and deleted via POP3 protocol. The POP3 client may quickly retrieve all of the messages from the mail server after it has established a connection with it. Even when the user is not connected, they can still view the messages locally. The protocol does not inherently support real-time synchronization or automatic checking for new messages; users can configure their email clients to check for new messages at intervals or manually. Many email programs, including Apple Mail, Gmail, and Microsoft Outlook, support the POP3 protocol, although IMAP is often preferred for its synchronization features.
Features of POP3
Emails are kept on a single device.
Emails can only be accessed by one device.
Additionally, every message sent is stored on the same device.
The user must enable “Keep email on server” in the settings if they wish to save their messages on their device; otherwise, POP3 will erase them as soon as an app or piece of software installs.
Advantages of POP3
You can read the message offline as well.
POP3 uses less space in storage.
POP3 is simple to set up and utilize.
Numerous email programs support POP3.
The emails are already on our PC, so accessing them is quick and easy.
We have no restrictions on the size of emails we send and receive.
There is less requirement for server storage capacity because all emails are stored locally.
Disadvantages of POP3
It is not possible to achieve real-time synchronization with POP3.
An email with malicious attachments can quickly compromise the system.
POP3 does not allow simultaneous access to the same email on many platforms.
You can delete a whole email folder at once.
The email folder that is downloaded from the mail server could potentially become corrupted.
Anyone utilizing your computer can access the email folder because the emails are stored locally.
What is IMAP?
An application layer protocol called Internet Message Access Protocol (IMAP) functions as a contract to receive emails from the mail server. IMAP, which is currently on version IMAP4, was created by Mark Crispin in 1986 as a remote access mailbox protocol. It is the protocol that is most frequently used to retrieve emails. Interim mail access protocol, Interactive mail access protocol, and Internet mail access protocol are some other names for this phrase.IMAP contacts your email provider to obtain a copy of all of your recent messages. Once you download them to your Mac or PC, they are immediately deleted from the email service.
Features of IMAP
Every email is kept on the server by it.
Additionally, it stores on the server every communication that is delivered or received.
All of a user’s emails may be simply synchronized and accessed from different devices and places.
Advantages of IMAP
It provides synchronization between all of the user-maintained sessions.
Since the email is stored exclusively on the IMAP server, it offers security over the POP3 protocol.
All of the contents are accessible to users remotely.
Because the centralized server synchronizes it, it provides simple device migration.
To store contents, no physical storage space needs to be set aside.
Disadvantages of IMAP
IMAP maintenance is difficult.
User emails can only be accessed when there is an internet connection.
Message loading is slower.
It’s challenging to manage emails that don’t support IMAP.
Difference between POP3 and IMAP
Post Office Protocol (POP3)
Internet Message Access Protocol (IMAP)
POP is a simple protocol that only allows downloading messages from your Inbox to your local computer.
IMAP (Internet Message Access Protocol) is much more advanced and allows the user to see all the folders on the mail server.
The POP server listens on port 110, and the POP with SSL secure(POP3DS) server listens on port 995
The IMAP server listens on port 143, and the IMAP with SSL secure(IMAPDS) server listens on port 993.
In POP3 the mail can only be accessed from a single device at a time.
Messages can be accessed across multiple devices
To read the mail it has to be downloaded on the local system.
The mail content can be read partially before downloading.
The user can not organize mail in the mailbox of the mail server.
On the mail server, the user can directly arrange the email.
The user can not create, delete,e or rename email on the mail server.
The user can create, delete,e or rename an email on the mail server.
It is unidirectional i.e. all the changes made on a device do not affect the content present on the server.
It is Bi-directional i.e. all the changes made on the server or device are made on the other side too.
It does not allow a user to sync emails.
It allows a user to sync their emails.
It is fast.
It is slower as compared to POP3.
A user can not search the content of mail before downloading it to the local system.
A user can search the content of mail for a specific string before downloading.
It has two modes: delete mode and keep mode.
In delete mode, the mail is deleted from the mailbox after retrieval.
In keep mode, the mail remains in the mailbox after retrieval.
Multiple redundant copies of the message are kept at the mail server, in case of loss of message on a local server, the mail can still be retrieved
Changes in the mail can be done using local email software.
Changes made to the web interface or email software stay in sync with the server.
All the messages are downloaded at once.
The Message header can be viewed before downloading.
Frequently Asked Questions on POP3 and IMAP – FAQs
Out of IMAP and POP3 protocol which provides more security?
IMAP Provides more security as compared to POP3 as it creates multiple copies of data and stores on ICMP server .Thus if data is lost , a copy of it is resent improving security.
With POP3 is it possible to access the same email on different systems at the same time?
No, POP3 does not provide such features. The same email cannot be accessed at the same time on different systems.
Which ports are used by IMAP?
IMAP makes use of port 143 and if IMAP is used with SSL secure it makes use of port 993.
What is the POP3 maximum size?
The entire encoded email size is limited by the ServiceNow servers to 75 MB for incoming (POP3) emails and 25 MB for outgoing (SMTP) emails. Emails larger than this are not accepted.
Dreaming of M.Tech in IIT? Get AIR under 100 with our GATE 2026 CSE & DA courses! Get flexible weekday/weekend options, live mentorship, and mock tests. Access exclusive features like All India Mock Tests, and Doubt Solving—your GATE success starts now!
|
Operating Systems/Operating System Tutorial/Booting and Dual Booting of Operating System/Concept behind Multiple Booting Guide/Differences between Multiple Cycle Datapath and Pipeline Datapath/Differences between POP3 and IMAP
|
https://www.geeksforgeeks.org/differences-between-pop3-and-imap?ref=asr10
|
Operating Systems
|
Differences between POP3 and IMAP
|
Operating System Tutorial, Concept behind Multiple Booting Guide, Operating Systems, Booting and Dual Booting of Operating System, Differences between POP3 and IMAP, Differences between Multiple Cycle Datapath and Pipeline Datapath
|
GeeksforGeeks
|
[-0.0591256283, 0.0217660274, -0.0174837019, 0.0485527143, 0.00355876028, 0.0141021414, 0.00576637313, 0.0165386368, -0.0116951792, -0.00970168225, 0.0529827066, -0.0349674039, 0.0191818662, -0.0492910445, -0.0204517972, -0.0118649956, -0.00506495778, 0.022223793, -0.0165238697, -0.00743131153, 0.0245126225, -0.0250442214, -0.0319845416, -0.0207471289, -0.0223714598, 0.0345244035, 0.00329111493, 0.00283519505, -0.0282190498, 0.00846866798, 0.0184878334, 0.0145008406, 0.00217807945, -0.0178381018, -0.049025245, -0.00555964, -0.0312166773, -0.0137772756, -0.0275545511, -0.0190194324, -0.0198611319, -0.00598048931, 0.0490843132, -0.0382456, -0.0390429981, -0.0108682476, -0.0039574597, -0.0391020626, 0.00963523239, -0.0073980866, -0.0232869927, -0.0281009171, -0.0129060438, 0.037566334, 0.0313052759, 0.0135262422, 0.0378321335, 0.00781893637, -0.00756790303, -0.0744829327, 0.049793113, -0.0116804121, 0.00223714602, -0.0161251705, -0.0426460579, 0.00914055, -0.0289869159, -0.0352627374, 0.0136369923, -0.0255462881, -0.0179267023, 0.04447712, 0.00992318243, -0.0287211146, -0.0177642684, -0.0329591408, 0.0403424613, 0.0245273896, 0.0245569237, 0.0190932658, -0.00419741729, 0.037271, 0.033343073, -0.00878615119, -0.00329849822, 0.022223793, -0.025162356, -0.0403129272, 0.0653866827, 0.0246602893, 0.0210424624, -0.000130592482, 0.0178233348, -0.00459242519, -0.00910363346, -0.00430447562, 0.00459242519, -0.00214854628, -0.014958607, -0.0112300301, 0.0280123167, -0.0292084143, -0.0124113616, -0.00880091731, 0.0189308338, 8.77346101e-05, -0.0227553919, 0.00773033639, 0.0276874509, 0.0447133854, 0.00206548371, 0.026624253, 0.0100191655, 0.0179857686, -0.0309213456, 0.00363997696, 0.0216626618, -0.0350560024, -0.0103218816, -0.00922176708, -0.0247045886, 0.0187684, -0.0379502662, 0.0312757455, -0.0334612057, 0.0516537093, 0.00576637313, -0.00538613228, 0.00819548499, 7.24488273e-05, 0.00306407781, 0.0262698531, 0.0112004969, 0.0148921572, -0.0297252461, -0.00413835095, -0.00756790303, 0.0443589874, 0.0120938784, -0.00398330111, -0.0102480482, 0.00265984121, -0.00790015236, 0.0047770082, 0.00899288431, 0.000403083133, 0.00615768926, 0.018960366, -0.0477553159, 0.0352332033, -0.0464263186, -0.0624333546, 0.0109346975, 0.00160310336, 0.0438864566, -0.0255315211, 0.0373300686, 0.00149881397, -0.0132161435, 0.0116582625, -0.00393161783, -0.0123596778, -0.00146374328, -0.00708429562, 0.00181445095, 0.0498521775, 0.0247193556, -0.0348788053, -0.00682587968, 0.0421735235, -0.0190046653, 0.0214116294, 0.00978289917, 0.00996009912, -0.0234494247, -0.000883691129, -0.0129429605, 0.00767865311, -0.0429413915, 0.000228075369, -0.0296218805, -0.0150472065, -0.0127657605, -0.00443368359, -0.0101742148, 0.0383637324, 0.0252952557, -0.00299209054, -0.0141759748, -0.0409035943, -0.0147297233, 0.0332249403, 0.067808412, 0.0348788053, 0.00640503038, 0.00970906578, -0.0449496545, 0.0331363417, 0.017129302, -0.0385409296, -0.0231983922, -0.019491965, -0.0103883315, 0.0198758971, 0.0276874509, 0.019329533, -0.00116010418, -0.00203779642, 0.0591846928, -0.0110823633, -0.0343767405, -0.0275988504, 0.0357943363, -0.00826193485, -0.0120052788, -0.000838468317, -0.0284110159, -0.0252952557, -0.046692118, -0.00849081855, 0.00359567697, 0.0313052759, 0.0215445291, -0.00179506966, -0.04302999, -0.0268605184, -0.00630904688, -0.0167306028, 0.00662283832, 0.00379133481, 0.0338156074, 0.0457175188, -0.0034572396, -0.00469579175, -0.0531303734, -0.0264913533, -0.0161399376, -0.012935577, -0.0516241752, 0.0211310629, -0.0238185916, 0.0117911622, -0.0302273128, -0.00761958631, -0.041907724, 0.0267571528, 0.0317187421, 0.0531599037, -0.0122636948, 0.00515724905, 0.0204960965, 0.000125516439, -0.00610600598, 0.0187536329, -0.0093842, -0.00379502657, -0.00263584522, 0.00981243234, -0.00462934189, -0.0111340471, 0.0215297621, 0.0159775056, 0.0095540164, 0.0276431516, -0.00526799913, -0.00981981587, 0.032250341, 0.0148700066, -0.00872708485, -0.00791491941, 0.0301682465, -0.014670657, -0.00105304609, 0.000932605646, -0.0219727606, 0.024069624, -0.0083505353, -0.00812903512, 0.0430890583, 0.0287063494, 0.0198315978, -0.0117542455, 0.0234789588, -0.00657115504, -0.0214854609, 0.00400175946, -0.0287654158, 0.0120126624, -0.0445952527, 0.0283371825, 0.000904456712, 0.0214411616, -0.0248670224, 0.0387476645, 0.00893381704, -0.0336974747, -0.00506126601, 0.0276726838, -0.0105655314, 0.0199792646, -0.0165829379, -0.00104473985, -0.00282042823, -0.0126402443, -0.0456584506, -0.0292084143, -0.0413170606, 0.00962785, 0.0136000756, -0.0165681709, 0.0303897467, -0.00271152426, -0.0330477394, -0.0256201215, 0.038127467, 0.0258711539, 0.0024752582, -0.00541566545, -0.0183106344, -0.0404310599, 0.026240319, 0.0403424613, -0.010026549, 0.0370052, -0.0104030985, -0.0274216514, -0.0222828612, 0.0449791849, 0.036119204, -0.0313052759, -0.00891166739, -0.0399585292, 0.0361782685, -0.0172622018, 0.0182072669, -0.0128174443, 0.0344358049, 0.0298286136, 0.0122415451, 0.0458651856, -0.0244535562, -0.0123818284, -0.000976444106, -0.0175280012, 0.00624628877, 0.0257973205, -0.0198315978, 0.0142867249, -0.0122489277, 0.0188274663, 0.00148773903, -0.0168487374, 0.0346130058, -0.00321912766, 0.0228882916, 0.00624998054, 0.00164832629, -0.0238038246, 0.0125368778, -0.0290016811, 0.0201564636, 0.000165432517, -0.0214854609, 0.0402538627, -0.0242911242, -0.0219727606, -0.00775248604, -0.00777463615, 0.040667329, 0.0147814071, 0.011023297, 0.00915531721, -0.0147075737, 0.017675668, -0.041553326, -0.00256939535, 0.0301830135, 0.00308807357, -0.0268752854, 0.00290718232, -0.0204370301, 0.00421587564, 0.00193812151, 0.018059602, 0.00747192, -0.0375368, 0.00701415399, -0.00871231779, 0.0194181316, 0.0499407761, -0.00917746685, 0.0182663333, -0.0153868394, -0.00889690127, -0.0157707725, -0.00749407, -0.00751991151, -0.00474009151, -0.00976813305, -0.0255462881, 0.0190046653, 1.51992572e-05, -0.0597162955, 0.0239219572, -0.0156083386, 0.00162248465, -0.00561132329, -0.00988626573, -0.0104252482, -0.000800628797, 0.00392054301, -0.0278351177, 0.00287026563, -0.00296994066, 0.00743869506, 0.0204813294, -0.0325161405, 0.0774953291, 0.00745346164, -0.00878615119, -0.0134745594, 0.0127214603, -0.00316559849, 0.0171145368, -0.000411389366, 0.0132752098, 0.0245126225, 0.0174394026, 0.0153720723, 0.041907724, 0.045569852, 0.00863110088, 0.0241434574, 0.0252952557, -0.0303011462, -0.0163171384, -0.0125959441, 0.0278646499, -0.0230211932, -0.00296809478, -0.0157707725, 0.0418781936, 0.0127214603, -0.0238038246, -0.0559655651, -0.0109937638, -0.0437978543, -0.00452966709, 0.00258231629, -0.01476664, 0.0054378151, -0.0218103286, 0.0116287293, 0.018399233, 0.0316596776, -0.000430770597, -0.0161251705, -0.0337270051, -0.00154772855, 0.0107131973, 0.0139249414, 0.0149807567, 0.0110675972, -0.0129946433, 0.0518604405, 0.0202745963, -0.0127509944, 0.0336679406, -0.00392792653, -0.00229621259, 0.0122341616, -0.0421735235, 0.0395450629, 0.0513288416, 0.0314824767, 0.0114736799, 0.0131053934, 0.00998224877, 0.00773033639, -0.04302999, 0.0301682465, 0.0369461328, -0.0106615145, -0.0265061203, 0.00376180164, 0.0285882149, 0.00877876766, 0.0263879858, 0.0290607475, -0.0165681709, -0.0183401667, 0.022799693, -0.00885260105, -0.0168635026, -0.0177790355, -0.0527759716, -0.00854988489, 0.0125737945, -0.020599464, 0.0389543958, 0.000458688766, 0.0115032131, -0.0423507243, 0.0641462877, 0.00818810239, 0.0361782685, 0.00825455226, 0.0391020626, -0.00642718, -0.0125294942, 0.014958607, 0.00616507232, 0.00545996521, 0.0407263935, 0.0270524845, -0.000554671919, -0.0190784987, -0.00107242726, 0.000991210691, 0.0153720723, 0.0134524098, 0.0367394, -0.0112078805, 0.011488446, 0.00593249779, -0.00732425367, 0.0471941829, 0.00885998458, -0.00375995575, -0.0391315967, 0.020053098, 0.00433770055, 0.0193442982, 0.0023386667, 0.00227221684, 0.00178584061, 0.0184287671, -0.0213082619, 0.00852035172, 0.0189160667, -0.0101963654, -0.0147887906, -0.0147814071, -0.00520524057, -0.00890428387, 0.0211162958, -0.0430004559, 0.00224822108, 0.0226963256, 0.0124630444, 0.0390725322, 0.0181777347, -0.0173951015, -0.00163540547, -0.019491965, 0.00073233305, 0.00701046269, 0.000798321504, -0.0279237162, 0.00790015236, 0.00602109777, 0.0503837764, 0.0286472831, 0.0337565392, -0.00370827247, -0.0254872218, 0.0370642655, 0.0215888284, 0.00669667125, -0.0113776959, 0.0114736799, 0.00101243774, -0.0128322104, 0.0079518361, 0.0213082619, 0.045215454, 0.0179119352, -0.00148497033, 0.00673727971, 0.0167158376, -0.00577006489, 0.022607727, 0.015313006, -0.0166272372, 0.015490206, 0.0209390968, 0.0127952937, -0.0204960965, -0.0140947578, -0.0175723024, 0.0487889796, 0.0234051254, -0.0137920417, -0.0102406647, -0.0029791696, 0.0120938784, 0.00945065, -0.00843913481, -0.022784926, 0.0191671, -0.0223862268, 0.017129302, 0.0365917347, 0.024778422, -0.016213771, 0.0161251705, -0.0120495781, 0.00937681645, 0.0318073444, 0.0105655314, -0.00984196551, 0.00614292221, 0.030803211, 0.0300205797, -0.00266907015, -0.00478808302, 0.0206142291, 0.0122415451, -0.0191523321, 0.0109420801, 0.00519785751, -0.0402833931, -0.00259708287, 0.0258416198, 0.0180743672, -0.00976074953, -0.0133342762, -0.0242763571, -0.00737224519, -0.00905195065, -0.00718027866, 0.00962046627, -0.0064788633, -0.0022389919, -0.00294040726, -0.00334095233, -0.00684064627, -0.0167453699, -0.0463377163, 0.0155345052, 0.00387624302, -0.00214116275, -0.00716920383, 0.102126084, -0.00644933, 0.0294742137, 0.00180614472, 0.0301091801, 0.00950971618, -0.00376364752, -0.0357943363, -0.004418917, 0.00482130796, -0.000879076542, 0.000502527226, -0.0107279643, 0.000644194661, -0.0378321335, -0.00408297591, 0.00292379479, -0.0017932239, -0.0352922715, 0.0649732202, 0.00234235823, -0.0113481628, -0.0275988504, 0.000118363852, -0.009029801, 0.00510925753, 0.056142766, -0.00468840823, -0.0218103286, 0.00101151492, 0.0133785764, -0.0238038246, -0.0129872598, 0.00742023671, 0.0375958681, 0.00725411205, -0.039899461, -0.00997486524, 0.00335571892, 0.0268457513, -0.0037285767, 0.0308918115, 0.00891166739, -0.0258120876, -0.0143900914, -0.00475485809, -0.00371196424, 0.0419963263, -0.00984934904, 0.0386885963, 0.00333910645, -0.0105507644, -0.0386885963, -0.000887844246, -0.00835791882, 0.001150875, -0.0168635026, 0.0232869927, -0.00599525589, -0.00929560047, -0.0144860744, -0.00834315177, -0.00162802206, 0.00232020835, -0.0115770465, -0.039899461, -0.00877876766, 0.00720981229, -0.0200973973, -0.00237189163, 0.0152096394, 0.00442999229, -0.0056334734, 0.00035693738, 0.0143236415, 0.00215592957, -0.0047179414, 0.04778485, -0.00981981587, 0.00826931838, 0.00218730862, 0.00617245585, 0.0214116294, -0.016405737, 0.0316301435, -0.0236709248, 0.00633488875, 0.0226372592, -0.0317778103, 0.0152834728, -0.00732425367, 0.000201541567, 0.014670657, 0.0139027918, 0.0103144981, 0.0316892117, -0.0152687058, 0.0344948731, -0.0369756669, -0.0123818284, 0.0171883702, 0.0100708483, -0.0296071135, 0.0294151474, 0.0310099442, -0.027170619, -0.014574674, -0.00805520266, -0.0105655314, 0.0242763571, -0.0187093336, -0.0451859199, -0.0258268546, 0.0107427305, 0.0346425399, 0.00544150686, 0.042114459, 0.0237890575, 0.0302420799, 0.00712121231, -0.0043192422, -0.0397813283, -0.0217364952, -0.0349378698, 0.0104178647, 0.0167453699, -0.019683931, -0.00467364164, 0.028617749, 0.0267423857, -0.00732794544, 0.025516754, 0.0105359983, -0.00332064833, -0.0369461328, -0.0233165249, 0.0175723024, -0.00873446744, 0.012677161, -0.0203631967, 0.00818071887, 0.0211310629, -0.0246602893, 0.0379798, 0.00107519596, -0.00352184381, 0.00380240986, -0.00108073349, 0.0316596776, -0.00540828193, 0.0231983922, -0.0105802976, 0.00151265773, -0.0137108257, -0.0135631589, -0.00231097918, -0.0194033645, -0.00342216901, -0.00746084517, 0.0108239474, -0.00904456712, -0.0245716888, -0.0450382531, -0.0298433807, -0.0215297621, -0.00687756296, -0.0134893255, 0.00728364522, -0.0119905118, -0.00622413913, 0.0218546279, -0.00220207521, 0.0357648022, -0.00316375261, -0.0109716142, -0.00181352801, 0.0262255538, -0.00771557, 0.0176904351, 0.0349083394, -0.00674466277, -0.00868278462, 0.0119314454, 0.00519785751, -0.00100966904, 0.0182811, 0.0024014248, -0.00819548499, -0.0402243286, -0.0157855377, -0.00746822823, -0.0369166024, -0.00328557752, 0.00866801757, 0.0218103286, 0.00234974176, 0.00839483459, -0.00872708485, -0.0262550861, -0.0362668671, -0.00760481972, 0.0039980677, 0.0104621649, -0.00204333384, 0.0157560054, 0.0147075737, -0.00130038732, -0.0040940512, 0.00353845628, -0.00701046269, 0.0351150706, -0.00297178631, 0.017660901, -0.000703261234, -0.00225006673, 0.0198611319, -0.0102628153, 0.0172031354, 0.0549319, -0.0275102518, 0.0197577644, 0.0113776959, -0.00404236792, -0.0135705424, -0.00273182848, -0.0128100608, 0.00305484864, -0.00480284961, -0.0154606728, -0.00222237944, 0.015313006, -0.00164740335, 0.011761629, 0.00897811726, 0.00660068821, 0.0183401667, -0.00306776958, 0.0408149958, 0.0215740614, -0.035351336, 0.00193073822, 0.0172179025, 0.0010982689, -0.0290902816, -0.0345834717, -0.00248633302, 0.0229178257, -0.0115475124, 0.0209243298, -0.0144122411, -0.000358552497, -0.0186355, 0.0054378151, -0.0246455222, -0.0281747505, 0.0212491956, -0.0106984312, 0.00662653, 0.0231983922, -0.0142128915, -0.00323204836, 0.00249002478, -0.0279975496, 0.0118354624, -0.0171440691, 0.0038651682, -0.0350560024, -0.0116434963, 0.0298581477, -0.0172031354, 0.00869755074, 0.000581436441, 0.0656229481, -0.0272444524, -0.0306850784, -0.0245273896, 0.0291198157, 0.00430447562, 0.0104473978, -0.00762697, 0.0359420031, 0.00515355729, -0.00546365697, -0.018059602, -0.0103144981, -0.00838745199, 0.0266980864, 0.00337048573, 0.0108756302, -0.0109642306, -0.00792968553, -0.0253690872, -0.0164352711, -0.0132013764, 0.00976813305, -0.0633784235, -0.00445214193, 0.00492836628, 0.00562239811, 0.0172031354, -0.00355691439, 0.0161694717, -0.00682587968, -0.00315636932, 0.00488037476, 0.0271558519, -0.0147592574, -0.00143144117, -0.0237595253, 0.0358534046, -0.00479915831, 0.0128912767, -0.0282781161, -0.0290459823, -0.0280861501, -0.0157264713, 0.0288983155, 0.024630757, 0.0227258597, 0.0188274663, 0.00634965533, -0.00823978521, 0.00215408369, 0.00162063877, -0.0130094104, -0.00566669833, 0.0199054312, 0.0269786511, -0.019137565, 0.0346425399, -0.00327450247, 0.00268937438, -0.0174837019, -0.00839483459, -0.0149512235, -0.00723196194, 0.0100413151, 0.00814380217, -0.00106135232, -0.00241619162, 0.00391315948, 0.019506732, -0.0228735264, 0.00922176708, -0.0192113984, -0.0210129283, 0.00577375619, -0.0160661042, -0.0204074979, -0.0153425392, -0.0104695484, 0.00720981229, -0.00343324384, -0.011038064, -0.0118206954, -0.0525692403, -0.0159184374, 0.0101815984, 0.00554118166, -0.0174689349, 0.00779678626, 0.00818810239, 0.0196543988, 0.0585644953, 0.0195510313, -0.00486191642, 0.0277465172, 0.00279274094, -0.0640281513, -0.0129281934, 0.00167785946, 0.00323389424, 0.0184287671, -0.0452745184, -0.020067865, 0.00357537274, 0.000724949758, -0.00125147274, 0.00159479713, -0.0129724937, -0.00334833562, 0.01732127, 0.0113555463, 0.0034000189, -0.0204960965, -0.0206585303, 0.0320731439, 0.00106873561, -0.0173360351, 0.0173951015, -0.00480654137, -0.00936205, -0.012307995, -0.0165829379, -0.0597162955, 0.00661914656, -0.0195805654, 0.0284700822, -0.00428970903, 0.0148847736, 0.0146411238, -0.00115733547, -0.00921438355, -0.008837834, 0.00490990793, -0.0115475124, -0.0303011462, -0.00306038628, -0.00120348122, 0.0218841601, 0.0185321327, -0.0138437254, 0.0161990039, -0.00950971618, -0.00372488494, 0.000824163144, 0.00443737535, -0.0151505731, -0.0259449873, 0.0219432283, -0.00888951775, -0.0260188207, 0.0378911979, 0.015313006, 0.00514248246, -0.00471055834, 0.0167010706, -0.00818071887, -0.0157264713, 0.0183697, -0.00273182848, -0.00576637313, -0.00547473179, -0.0336384065, -0.0397813283, 0.0031212985, -0.0101520652, 0.00832100213, 0.00169539487, 0.00992318243, 0.0169078037, 0.00818810239, 0.00396484276, 0.00241988315, -0.0125590274, -0.0248374883, -0.0117394794, -0.00823978521, -0.00374149741, 0.00554118166, 0.0209390968, -0.00647148024, 0.0282338168, -0.00268568262, 0.0944474339, -0.0269048195, -0.0142276576, -0.0336384065, 0.00530122407, 0.00521262409, 0.020230297, 0.033018209, 0.0136886761, 0.000727718521, 0.0448315218, -0.00963523239, 0.015667405, 0.0270820186, -0.00364366849, 0.0145599078, 0.00539351534, 0.0180005338, -0.000396622723, -0.000791861094, -0.0118059292, -0.00912578404, 0.00162063877, -0.0107944142, -0.00191597163, 0.0146411238, 0.0127879102, -0.0266537853, 0.0160956383, -0.0189160667, -0.00191227987, -0.0155492723, -0.00674835453, 0.0277169831, 0.0195510313, 0.0201564636, -0.00792230293, -0.0138437254, -0.0291936472, 0.00431555044, -0.000192197054, -0.00602109777, -0.0184287671, 0.0165681709, 0.00453705, -0.0144786909, -0.0231245589, -0.0209243298, -0.00899288431, 0.00264876615, -0.0162580702, -0.0165681709, 0.036798466, -0.0099527156, -0.0232869927, 0.0233017579, 0.0148995398, 0.0130167939, -0.00759743666, -0.00516832434, -0.0148700066, -0.00608754763, 0.0224009939, -0.00409774249, -0.0331068076, -0.0148552405, 0.0148626231, 0.000165086429, -0.0130389435, 0.00447429204, 0.0208209623, -0.0030160863, -0.0031951319, 0.0084760515, -0.0157855377, 0.0288540144, 0.00503173284, -0.0190194324, 0.023523258, -0.0206437632, -0.0137403589, 0.00124501239, -0.0196100976, 0.0112374136, -0.0101372981, -0.0130241765, -0.00826193485, 0.000390393048, 0.0219136942, -0.0030954571, 0.00821025204, -0.034790203, -0.0172622018, -0.0169078037, -0.0103144981, 0.0165534038, 0.00180522178, 0.0423802584, 0.0173951015, 0.0156969391, 0.0147814071, 0.0164205041, 0.00378026, 0.000747561164, -0.0083136186, -0.0359715372, -0.00441522524, 0.00444845064, -0.0092291506, 0.00397960935, 0.0151801063, -0.0151801063, -0.0213820953, -0.00268383697, 0.0288983155, -0.0174394026, 0.0209981631, -0.00661914656, 0.0290902816, 0.01303156, -0.00724672899, 0.00281858258, 0.0219875276, -0.0146115907, 0.0189160667, -0.0145229911, 0.00849081855, -0.0183844678, -0.0182663333, 0.0215888284, -0.0195805654, 0.0248079561, -0.0350560024, -0.0069366293, -0.00390577642, -0.00421218434, 0.00216885027, -0.00191966328, 0.0121824779, 0.00806258526, -0.019491965, 0.0222533271, 0.00832100213, -0.0146558909, -0.00300501124, -0.00131884555, -0.00518309092, -0.00505019119, 0.00179968425, -0.029341314, -0.0349083394, -0.0338746719, 0.0049763578, -0.0165829379, 0.0479029827, -0.020230297, -0.0106984312, -0.0332544744, 0.000210655358, 0.0048397663, 0.0160218049, 0.00664129667, 0.0152244065, 0.00627951371, -0.0214706957, -0.0289278477, -0.0115548959, -0.00877138413, -0.035351336, -0.00369719765, 0.00269491179, 0.00154126808, 0.0152834728, -0.0166863035, 0.00852035172, -0.00162340747, 0.00832100213, -0.0399880633, -0.00196211739, 0.0114515293, -0.00474747503, -0.0234789588, 0.0161842387, 0.0178528689, -0.0239957906, 0.0183697, -0.0303602125, -0.00047045594, 0.0177199692, 0.013673909, -0.00603955612, -0.0095171, -0.00727626216, -0.0198463649, 0.0132161435, 0.00612077257, 0.0206880625, 0.00664867973, 0.00314344862, 0.00962046627, 0.010122532, 0.00466256682, 0.010380948, 0.0173655692, -0.00340555655, -0.0108903972, -0.0046145753, 0.00965738297, 0.0228882916, -0.0134376427, -0.00582174817, 0.032102678, -0.00934728328, 0.00500958273, -0.00817333534, 0.0164795704, 0.0203336645, -0.0230064262, 0.00633119699, 0.0212934949, -0.0237595253, -0.00178676343, -0.00826193485, -0.00081539544, -0.0273035187, -0.032102678, 0.0228439923, 0.0072947205, 0.030064879, -0.0109642306, -0.0163171384, 0.0234051254, 0.0254281554, 0.00789276883, 0.0160808712, -0.0109125469, -0.00609123893, -0.00749776186, -0.0230359584, -0.000788169447, -0.00712859584, 0.00775248604, -0.0207175966, -0.0312757455, -0.00945803337, 2.9764009e-05, 0.000926145236, -0.00703261234, 0.00078355486, -0.00268568262, -0.0311280787, -0.00472163316, 0.0160808712, -0.0266685523, 0.017675668, 0.0106762806, -0.0299172141, 0.0160218049, 0.0076934197, -0.0254281554, 0.0276136175, 0.0264618192, -0.0153425392, 0.0190637335, 0.00911101699, 0.0309804119, -0.0124113616, 0.0126550104, -0.00812165253, 0.00334464409, -0.0237890575, 0.0246455222, 0.00963523239, 0.0189899, -0.00583651476, -0.0116730295, -0.0074350033, -0.00303269876, 0.0046921, -0.0127288438, 0.000198772817, 0.0379207321, 0.00736855343, -0.0236561578, 0.00423433399, 0.00661914656, 0.00665237149, 0.0143827079, -0.00754575338, -0.0181482, 0.0247193556, 0.016405737, -0.0024881789, 0.0112595633, -0.0134967091, 0.030626012, 1.91072249e-05, -0.0196100976, -0.0105359983, 0.0235380251, 0.0208209623, -0.00179137802, -0.0100191655, 0.0277760513, -0.00998963229, 0.00812903512, 0.022784926, 0.0134228757, 0.0135188596, 0.0291493479, 0.00252878712, -0.0347311385, -0.00393161783, 0.0164205041, 0.00480654137, 0.00121732487, 0.0346720703, -0.0117911622, 0.000400083663, -0.00838006847, 0.00294040726, 0.00125239568, -0.0198168308, 0.0210276954, -0.00929560047, -0.0199054312, 0.00414942577, 0.0199054312, 0.0184435342, -0.016952103, -0.0269491188, -0.0248522554, -0.025354322, 0.0193590652, 0.00293856137, -0.0101889819, -0.0236561578, 0.013577926, -0.0109863803, -0.0125590274, 0.00947279949, 0.00378026, -0.02079143, 0.0201859977, -0.00343878148, -0.000180660616, -0.0111857299, 0.0171145368, -0.0148183238, 0.0360010676, -0.0336679406, -0.0125664109, 0.00894120056, 0.0111857299, -0.00267091603, 0.0112447962, -0.0170554705, -0.00490621617, -0.0142941074, 0.01303156, -0.0262255538, 0.0096943, 0.0162728373, -0.0199497305, -0.00566300657, -0.00583282299, 0.0120421955, -0.00564824, 0.0188274663, 0.0120791122, -0.00137052883, -0.00933251716, 0.00882306788, -0.00101705233, 0.011023297, 0.00293856137, 0.00554856518, 0.0267423857, 0.0138584916, -0.0296366476, -0.0266390201, -0.0188865326, 0.0262255538, -0.00736855343, -0.000754021574, 0.0113555463, 0.020067865, 0.015682172, -0.00528276572, -0.0188127, 0.00941373315, 0.0127066942, 0.0178676341, 0.0308327451, -0.0348492712, 0.0212639626, -0.0438273884, -0.0101299156, -0.00641979696, 0.00916270074, -0.00860156771, 0.020776663, -0.023331292, 0.0130389435, 0.00889690127, 0.0211162958, 0.00235158741, -0.0413465947, 0.00677050464, -0.0130241765, -0.00305115711, 0.0341995396, -0.0160956383, -0.0113038635, 0.0175870694, 0.0022888293, 0.00204148795, 0.0105581479, -0.0233755913, 0.0287211146, -0.0114810625, 0.0163171384, -0.00441153394, -0.0261221863, -0.00516463257, 0.0210276954, 0.0325456746, -0.0414647274, 0.00122655404, -0.0158003047, -0.0136000756, -0.0184435342, 0.0202598311, 0.00220761262, -0.0146558909, 0.00486191642, 0.0222680941, -0.0139544755, -0.0152244065, 0.00888213422, 0.00380979315, -0.0157560054, -0.0275102518, -0.0174394026, 0.00636073, 0.0147887906, 0.00575160654, 0.00258600782, -0.00586235616, -0.00127731438, -0.00875661802, 0.00237004575, -0.0121381786, -0.0176166017, -0.0019104341, 0.00661176303, -0.0328114741, -0.0322208107, -0.000825086, 0.00514986599, -0.0067778877, -0.00797398575, -0.0147149572, 0.00130684767, 0.020953862, -0.00110657513, -0.00213747122, 0.0107205808, 0.00634965533, 0.0204074979, -0.00184583, -0.0128322104, 0.021337796, 0.0224452931, -0.0163171384, -0.00668190466, 0.017513236, -0.00464410847, 0.0180300679, -0.0029791696, -0.00081539544, -0.00510187447, -0.00223345426, 0.0353218019, -0.000902610889, 0.0714114755, -0.0173655692, 0.0177790355, 0.0140135419, -0.00546734873, -0.00523108244, -0.00587343099, 0.00192704657, 0.0058955811, 0.0227110926, -0.00965738297, -0.00582543947, -0.00475485809, 0.00573684, 0.00578483148, -0.0135262422, -0.00564085646, 0.0256348886, 0.0310690105, 0.0145451408, -0.000336402532, -0.0145229911, -0.00877876766, 2.0260868e-06, -0.015667405, -0.000958908699, 0.00801090244, -0.0042195674, 0.00396484276, 0.000616507255, -0.0120938784, -0.0185616668, 0.0174394026, -0.00770080276, 0.00623521395, 0.0150250569, -0.00676681288, -0.012662394, -0.00550426496, 0.0102923485, 0.010026549, -0.0125737945, 0.00454443367, -0.00301793218, -0.0273625851, -0.0108165639, 0.00310099451, -0.0115327463, 0.0121677117, -0.0344358049, -0.0170702357, -0.00746084517, 0.00492098276, 0.00256385794, 0.0134228757, 0.00803305209, -0.00801828597, -0.0144122411, -0.00644933, -0.0109863803, -0.00962046627, 0.0199054312, 0.00394269312, 0.0367098674, 0.012389211, -0.0222976264, -0.000502065755, -0.0185026, 0.0147001902, 0.0305669457, 0.0200383309, 0.0105138477, 0.0132382931, -0.0116508789, -0.00724303722, -0.00448167557, -0.021337796, -0.0135705424, 0.0185469, 0.00160587218, -4.72417123e-05, -0.000717566407, 0.006058014, 0.000942757702, 0.00540828193, 0.0134228757, 0.0279827826, -0.00191966328, 0.0158741381, 0.00475116633, 0.00152834726, 0.00215592957, -0.00316006108, -0.0348197371, -0.00644194707, 0.014028308, -0.00735009508, -0.0111118965, 0.00615768926, -0.0036861226, 0.0267423857, 0.0323094092, 0.0144491578, -0.00989364926, 0.00720242877, 0.0155049721, 0.0135410093, -0.00904456712, 0.0165681709, -0.0134745594, 0.00462934189, -0.00570730632, 0.000705568527, 0.0207175966, 0.00155326596, 0.000908148359, -0.0184435342, -0.00335387327, -0.0180891342, -0.0150988894, -0.00251402054, -0.0257382542, 0.00272444519, -0.00956878252, -0.0036861226, -0.0122046284, -0.0145672904, 0.000149281506, -0.0227701589, 0.00231836247, -0.000488683523, 0.0139397085, 0.0103292651, -0.0152834728, -0.0114146126, -0.00174707815, 0.00163632829, -0.00223530014, -0.000544981332, -0.00675204629, -2.94611782e-05, -0.00123855192, -0.00950233266, -0.017675668, -0.00494682463, 0.0181777347, 0.0178528689, -0.00949495, 0.0180153, -0.0164795704, 0.0178381018, -0.0347606726, -0.0404015295, -0.0198906641, -0.00470317481, 0.00479546655, -0.00105673773, -0.0114810625, 0.00537874876, -0.00234235823, -0.00857941806, -0.0146558909, -0.0079518361, 0.0131866103, 0.00705107069, 0.0066745216, 0.000267876079, -0.00600633118, -0.00201380067, -0.00413465919, -0.00897811726, 0.00757528655, 0.0168782696, 0.0079592187, -0.00279458659, 0.00447798381, 0.000498835579, 0.0150102898, 0.013851109, 0.00670774654, -0.00345354807, 0.030448813, -0.0023885041, -0.00351261464, 0.00457396684, 0.00789276883, -0.00339448149, 0.00162525335, -0.0201269314, -0.0147592574, 0.00496159121, 0.000443229947, -0.0240843911, -0.0431776568, 0.00312314439, -0.0131423101, -0.0149881402, 0.0258416198, -0.0191818662, 0.0189899, -0.0286620483, 0.00299762795, 9.47141525e-05, 0.0117763961, -0.00476593338, -0.00786323566, -0.00123578322, -0.0148257073, 0.0158593711, 0.000109884568, -0.032250341, -0.016405737, 0.0249556229, -0.00526430737, -0.0144860744, 0.0226815604, -0.00573314819, 0.0165386368, -0.0141981244, -0.00484345807, 0.00208578794, -0.00167232205, 0.0102775814, 0.0177347343, -0.0170111693, -0.00522739068, 0.00857941806, -0.0155788055, 0.00175723026, -0.00104104809, 0.00872708485, -0.000522369926, 0.00591034768, 0.00594357261, 0.00424171751, 0.00528276572, 0.0094285, 0.00253432454, 0.0142867249, -0.00296071148, -0.0163023714, -0.00073233305, -0.0237595253, -0.00426017586, -0.00180429884, -0.0113112461, 0.0217512604, 0.00823240168, -0.00747192, -1.15364373e-05, 0.00461088354, -0.00608016411, 0.000701415411, -0.00244941656, 0.0118576121, 0.00508341612, 0.0167158376, -0.0182515681, 0.0071359789, 0.00284811575, -0.0105802976, -0.00295701972, -0.000882768247, -0.00835791882, 0.0342881382, -0.0155197391, -0.0108977808, 0.0174394026, 0.00331880245, 0.0172622018, 0.00832838472, 0.00792230293, -0.000389700872, 0.0055337986, 0.00594726438, 0.00945065, 0.0104547814, -0.00367504754, 0.0164500382, 0.0182663333, -0.000467917911, -0.0173360351, -0.00928083342, 0.019506732, 0.00785585307, 0.017675668, 0.0107353479, 0.0152244065, 0.0177052021, 0.0144860744, 0.0158741381, -0.0130167939, -0.00278166588, -0.0243649557, 0.00586235616, 0.00964999944, -0.0212639626, -0.00163725123, 0.0165977031, 0.023346059, -0.00801828597, 0.00582913123, 0.0203336645, 0.00221499614, -0.00157726172, -0.02079143, 0.00984196551, 0.00988626573, -0.0179414675, 0.0100856153, 0.00684802933, 0.00849820115, 0.00231097918, 0.000153319255, 0.000564362563, 0.00627213065, 0.0218841601, 0.00294594467, -0.00712490408, 0.0101372981, -0.0103735644, 0.0115844291, -0.0270081852, 0.00161602418, 0.000996748218, 0.0215740614, 0.0119683621, -0.0167158376, -0.0118206954, -0.0296218805, 0.0103883315, -0.00268937438, -0.0018956674, -0.00844651833, -0.0188127, 0.00655269669, -0.0220318269, 0.017660901, 0.000445306505, 0.0110823633, -0.00772295287, -0.000452228356, -0.000662653, -0.0148626231, 0.0142867249, -0.0181186683, -0.0262550861, -0.0166124701, -0.0011656417, -0.00705107069, 0.0071359789, 0.0209833961, 0.0185912009, 0.00541197369, 0.0185912009, -0.00708429562, -0.00648993859, 0.00332064833, -0.0116213458, -0.00103551068, 0.037271, 0.0136960587, -0.00156157219, 0.0021596211, -0.003237586, 0.0116287293, 0.00185321341, 0.0106319813, 0.00853511784, 0.0294446815, -0.0279680174, -0.0148478569, -0.00866063498, -0.0271263178, 0.00356245204, 0.00177291979, -0.0420258567, -0.00105673773, 0.00705476245, -0.00303823617, -0.00826193485, -0.00357168121, 0.00455181673, -0.0281599835, 0.00495051639, 0.00654531317, 0.000838929729, 0.00593988132, 0.00502065755, 0.010668898, -0.0029164115, -0.00627582194, -0.00926606636, -0.0171145368, 0.0026672245, 0.00714705372, -0.024232056, 0.013947092, 0.00452228356, 0.00636811368, -0.00294594467, 0.00711752055, 0.021323029, -0.0277612843, -0.0177790355, 0.0052384655, 0.0069107879, -0.0035864478, -0.00434508407, 0.00185229047, 0.00077709445, -0.027170619, -0.00791491941, -0.0233165249, -0.00295148231, 0.00781893637, 0.0138215758, 0.0128395939, -0.00163817417, -0.0194771979, -0.0190489665, 0.00086569431, 0.0197134651, -0.0108165639, 0.0181925017, -0.000164971061, 0.0061170808, 0.00662653, -0.0110085299, -0.00838006847, -0.00292194891, 0.0191966332, -0.0224895924, -0.00130592473, -0.00857203454, 0.00283150328, -0.0103292651, 0.010491698, 9.44257408e-05, 0.0172031354, -0.0250885226, 0.0168044362, -0.00505388249, 0.0187684, 0.0216035955, -0.0045185918, 0.00389839313, -0.0108830137, -0.00193073822, 0.00153757643, 0.00873446744, -0.0176313687, 0.0122046284, 0.0110823633, -0.0187979341, -0.0111857299, -0.00533075724, 0.00852773525, -0.00763435289, 0.0099527156, -0.00412358437, -0.00462934189, -0.0145451408, 0.00516463257, 0.00347754383, -0.000223230076, -0.0253986213, 0.0268162191, 0.00499850791, 0.0202598311, -0.00345908548, 0.0212787297, 0.000288410956, -0.00332618575, 0.0231097918, -0.0160808712, 0.0056593148, 0.0058549731, 0.00344431889, 0.0324866101, 0.00129946438, -0.00532337371, 0.00414942577, -0.000691263354, 0.00905933417, 0.0137551259, -0.00308622792, -0.00686279591, -0.0109125469, -0.0177642684, -0.00389839313, 0.00195104233, 0.00715443725, 0.0160218049, -0.00722088711, -0.0194476657, -0.00287580327, 0.00561132329, -0.0055337986, 0.000666806125, 0.00573684, -0.00921438355, -0.030626012, -0.000792784, -0.00203041313, 0.0153573062, 0.00165847829, 0.000180545248, 0.00962046627, -0.0212491956, -0.0242025238, 0.0136812925, -0.0130758602, 0.00584389782, -0.000703722704, -0.00714336243, -0.00276874518, 0.00832100213, 0.0138363419, -0.0246602893, -0.0252804887, -0.0227701589, 0.0109716142, 0.00239219563, -0.0129208099, 0.0103144981, -0.0186355, -0.00805520266, 0.0103587983, 0.00180522178, 0.00479177479, 0.000468148646, 0.00114164583, 0.0228882916, 0.0212048963, 0.00334464409, 0.0252066553, 0.00137606624, 0.0126402443, 0.00353291864, -0.0172031354, 0.0036787393, 0.0163171384, -0.00713228714, -0.00674466277, -0.000691263354, 0.0132604428, 0.00166309287, -0.011746862, 0.0253838543, 0.0149216903, 0.000680188357, 0.0136369923, -0.0149955237, 0.0165829379, -0.00658961339, 0.00110565219, -0.00928821694, 0.0101889819, -0.00470686657, -0.00636442192, 0.0120126624, -0.0155640393, 0.0189751331, 0.0126476279, -0.00607647235, 0.00608385587, 0.00393161783, -0.0130684767, -0.0214706957, -0.00260077463, -0.0145377573, 0.00458873343, -0.000123324513, -0.00866063498, 0.0103587983, -0.0145525243, 0.0107427305, 0.0126993107, 0.00610600598, -0.022061361, -0.0207028296, -0.0200973973, -0.0314824767, 0.0174098685, 0.0225929599, 0.00999701582, -0.0190784987, 0.0168635026, -0.00332433986, 0.009753366, -0.0029662489, -0.00781893637, 0.0225486606, 0.016952103, 0.0108387144, 0.00726149557, 0.0102923485, -0.00639026379, -0.0104621649, 0.0114146126, 0.00492836628, -0.00694770413, 0.00608385587, -0.00130777061, 0.00334464409, 0.0130610932, -0.00313975685, -0.0322208107, -0.00888951775, 0.00490252441, 0.00767126959, -0.0171145368, 0.0329886749, -0.0164352711, -0.00698092906, 0.00379502657, -0.00877876766, 0.0147075737, 0.00787800271, 0.00918485, -0.00770080276, 0.0120938784, -0.00846866798, 0.0021596211, 0.00423433399, 0.0153277731, -0.000637734309, -0.0083136186, -0.00829146896, -0.00529753231, 0.0170554705, -0.00329296081, -0.00430447562, 0.0229030587, 0.00629428029, -0.00041069719, 0.00890428387, -0.00710644573, -0.000596664555, 0.000852312, -0.0308918115, -0.00582913123, -0.00284996163, 0.0325161405, 0.00902241748, 0.00359567697, 0.0257087201, 0.0164648034, -0.0197429974, -0.0247193556, -0.0226520263, -0.0312166773, -0.0129798772, -0.0131053934, -0.0105950646, 0.0023386667, -0.00446690852, 0.0220170598, 0.0163319036, 0.0176313687, -0.00374334329, 0.0154606728, 0.0289573818, -0.0117247123, -0.000633119722, 0.0191228, -0.0208652634, -0.00431185914, -0.0250146892, -0.0133490432, -0.0184287671, -0.00929560047, 0.0130832437, -0.00767865311, -0.0134081095, 0.00540828193, 0.01129648, -0.00843175128, -0.0138880257, 0.00988626573, 0.0196986981, -5.65573864e-05, -0.0108756302, -1.70450876e-05, 0.000151588785, -0.0106467474, -0.0021596211, 0.0383932665, 0.00751991151, 0.00988626573, 0.00182183424, -0.005334449, -0.0217512604, 0.00253432454, 0.00430816738, -0.00980504882, -0.00846866798, -0.0285291485, 0.00465518329, -0.0088747507, 0.00226667919, 0.00275397836, 0.0102775814, -0.00114626042, 0.0232279245, -0.00267829932, -0.0132973595, 0.0195214991, -0.00400914298, -0.00331141916, 0.00339448149, -0.00630904688, -0.0177495014, -0.0215740614, 0.00501696626, -0.0265947189, -0.012307995, 0.0102554318, 0.0225634258, 0.0244830903, 0.00124408945, 0.000168662722, -0.000414388836, -0.0247193556, -0.015667405, -0.0162433051, -0.0153425392, 0.0254872218, -0.000999516924, 0.00113980006, -0.00739070354, 0.0102775814, 0.00968691614, -0.0182958674, 0.0159922708, -0.00659330515, 0.0194624327, 0.0046145753, -0.0199349653, -0.00440045865, 0.0237890575, -0.00656377152, -0.012950344, 0.0230950247, 0.000115768155, 0.0130758602, -0.0138215758, -0.022962125, 0.00999701582, 0.00225191261, -0.00740547, 0.0177347343, 0.0223271605, -0.00380240986, -0.0116508789, 0.000924299413, -0.00485822465, -0.0224600602, 0.0268309861, -0.0243058894, -0.0303306784, -0.016937336, 0.0017683052, -0.00773033639, -0.00194919656, -0.0167896692, 0.0354104042, 7.33717461e-05, 0.0117763961, -0.0112669468, 0.0162433051, 0.0196248647, -0.0248522554, -0.0168192033, -0.0138068087, 0.0231097918, 0.00926606636, -0.00122193946, 0.00796660222, 0.00509818271, 0.00878615119, -0.00512402412, 0.0126180938, -0.0161842387, -0.00976813305, -0.00940635, -0.00516094081, 0.0136296088, 0.0151948733, 0.0221647266, 0.00826193485, 0.00202302984, -0.0113850795, 0.0123965945, -0.000490529346, 0.00414942577, 0.011392463, -0.00318036508, -0.0049135997, 0.00570730632, 0.00218177121, 0.00596941449, 0.00125239568, -0.00912578404, 0.0194771979, 0.0184287671, 0.0116951792, 0.00161602418, 0.00362336449, -0.0235675573, 0.0150176734, -0.00296071148, 0.000574053149, 0.00457396684, -0.000724026817, 0.0122046284, 0.00983458292, 0.00418634247, -0.0270524845, -0.0151062729, 0.0168044362, -0.00233128341, -0.0249999221, 0.00319882343, 0.00797398575, 0.00629428029, -0.00833576825, 0.0220318269, -0.0337565392, -0.0201564636, 0.0189751331, 0.00133914966, 0.0278646499, -0.0131644597, 0.00284442399, -0.00662653, -0.0132530602, 0.00411620084, 0.0147444904, 0.00658592163, -0.00232759165, -0.0168339703, -0.0243058894, -0.0239514913, -0.00408666767, 0.00921438355, 0.0321617424, -0.00653793, 0.0144196246, -0.0195657983, 0.0163319036, -0.00136960589, -0.0186207332, 0.00977551565, 0.000868463, 0.0244978555, -0.00270414096, 0.0101815984, 0.00243464974, -0.00505388249, 0.010846097, 0.00623521395, -0.0111931134, 0.0177642684, -0.000734178873, -0.00154865137, 0.00710644573, 0.00366581837, -0.0213820953, -0.0066782129, -0.0010835022, 0.00132253719, -0.003029007, 0.00356060616, -0.00345539395, 0.0157117061, -0.00622413913, -0.0277612843, 0.0101151485, -0.0265799519, -0.0166715365, 0.00138529541, 0.0092513, 0.00923653319, 0.0293265469, -0.0008592339, -0.0168782696, 0.0236561578, -0.00160310336, -0.0101889819, -0.0141907418, -0.00111118972, 0.0148921572, 0.00942111667, -0.025354322, -0.00288134068, 0.00732425367, -0.00323020248, 0.00732425367, 0.00433400879, 0.00936205, -0.0140135419, -0.00250294548, -0.0254133884, -0.0133933425, -0.0424097925, -0.00883045048, 0.030626012, 0.0269343518, -0.00885998458, -0.00112134172, -0.00799613539, -0.00414942577, -0.0050391159, 0.0251475889, 0.00832100213, 0.0157855377, 0.0163466707, 0.00039823784, -0.012935577, -0.0073980866, -0.0166567694, -0.017129302, 0.0158446059, -0.0132752098, 0.0180743672, -0.00141667458, -0.00940635, -0.00856465101, 0.00211901288, -0.0144786909, -0.025162356, 0.00387993478, 0.0159332044, -0.00351446052, 0.0179267023, -0.00687756296, 0.0068738712, -0.00806258526, 0.023892425, -0.00768603617, -0.00966476649, -0.0174541697, -0.00412727613, 0.0159479715, -0.00343139796, -0.0136960587, -0.0342290737, -0.0172917359, 0.00915531721, 0.008114269, 0.00626843888, 0.0284700822, -0.00371196424, 0.0135557754, -0.011038064, 0.0329296067, 0.00626105536, -0.0158446059, 0.0236709248, 0.000810319383, -0.0150545901, -0.0161694717, 0.0139618581, -0.011215263, -0.0141464416, -0.00449275039, -0.0083136186, -0.00473270845, 0.00116748747, -0.00150619727, -0.00581436465, 0.0220318269, 0.00156341807, 0.0132973595, 0.00507972436, -0.0119831283, 0.00686648767, 0.00502065755, -0.0162433051, -0.0012625478, 0.0019178174, 0.00874185096, -0.0115253627, -0.00288134068, 0.0217660274, -0.00537505699, 0.0157412384, -0.0184730664, -0.00987888221, 0.0203927308, -0.0137034422, -0.00952448323, 0.0152391726, -0.00763435289, 0.0190784987, -0.0122267781, 0.0158003047, 0.0267719198, 0.00936205, 0.0200087968, -0.00716182077, 0.00925868377, 0.00864586793, 0.00592142297, -0.011665646, 0.00964261591, 0.0219579935, -0.00710275397, 0.0184583012, -0.0220465939, -0.00591403944, -0.00222422532, -0.0102037489, -0.012212012, 0.000517755339, -0.000177315043, -0.00816595182, -0.0019178174, 0.00785585307, 0.022962125, 0.00466625858, -0.00101889821, -0.0136222262, 0.00855726842, -0.00143328705, -0.0373891331, 0.0187536329, -0.00479546655, 0.0113850795, -0.0047807, -0.00849081855, -0.00262661604, -0.018414, -0.0242763571, -0.0149290739, 0.00895596761, 0.00752360327, -0.00633858051, -0.0194328986, 0.00623890571, 0.0253986213, 0.00459242519, -0.00629797205, 0.0233755913, -0.0052347742, 0.0023589707, 0.00354030193, 0.00182368013, -0.0157264713, 0.00151634938, -0.00494682463, 0.0185321327, -0.00189382164, -0.0106245978, 0.00730579533, -0.0270081852, 0.0123965945, -0.00227221684, -0.0339632742, -0.0197282322, 0.00118871452, -0.00157449301, 0.0049394411, 0.00764173642, 0.00504280766, -0.0186355, -0.00302716135, 0.00163725123, 0.0121529447, 0.0251328219, 0.0121750953, 0.00111488136, 0.00390208466, 0.000676496711, 0.0131423101, 0.000691724825, -0.0097902827, 0.00545627344, -0.010668898, 0.00771557, -0.0178381018, -0.000771095511, -0.00804043561, 0.0321322083, -0.00548949838, 0.0125073446, 0.0185912009, -0.0154754389, 0.00322097354, -0.0123596778, 0.00544519862, 0.0215297621, -0.00037585714, 0.0121898614, 0.0203631967, -0.00129208108, -0.00627951371, -0.00448536687, -0.0242763571, -0.00331511069, -0.0144343907, 0.00514248246, 0.0126107112, -0.0020101089, -0.016937336, 0.020230297, -0.00753467809, 0.0046145753, -0.00254539959, -0.0262698531, -0.00120255828, -0.00289610727, -0.00237558316, -0.0222680941, -0.00420480082, 0.0264175199, -0.00428232551, 0.00251771207, -0.0269638859, -0.000647886365, -0.017675668, 0.0198906641, 0.00332987751, -0.010750114, 0.000951525406, 0.00962046627, 0.0145156076, -0.0144565413, 0.00778940273, 0.00159572007, 0.019329533, -0.00239404151, 0.0108534805, -0.00290718232, 0.00835791882, -0.00257308711, 0.0273625851, 0.00860895123, -0.00476593338, 0.0115032131, 0.0105507644, -0.00583282299, 0.00792968553, 0.008114269, 0.0261960197, 0.0052347742, -0.010107765, -0.0031951319, -0.0102258986, 0.00505757425, -0.00819548499, 0.0221499614, -0.0210572295, 0.00966476649, -0.000705568527, -0.0222828612, -0.0182663333, -0.00672989618, 0.00786323566, 0.0170259364, -0.00407190109, 0.0340223387, 0.00620937208, 0.0211753622, -0.0042564841, 0.00306223193, 0.0297990795, 0.00137883506, -0.0245569237, 0.0090371836, 0.0325456746, 0.00600263942, -0.000359244674, -0.0207175966, 0.00137606624, 0.0168192033, -0.0016935491, -0.0217955615, -0.0034074022, -0.0134376427, 0.0127362274, 0.010395715, -0.00414204272, -0.00773771945, -0.0067778877, -0.0218693949, -0.0137255918, -0.0118206954, 0.00186613423, -0.0129946433, -0.00350153958, 0.00718766218, -0.0206585303, 0.0096943, 0.00845390186, 0.0122932279, 0.00832838472, 0.00144805363, 0.00222976273, -0.0150915068, 0.00360121438, -0.00626843888, -0.0084760515, 0.00760481972, 0.0328410082, -0.0124335112, 0.00168062828, 0.0184287671, -0.0113407802, -0.0172622018, -0.032250341, -0.0103144981, -0.00514248246, -0.00249740807, -0.0317187421, 0.00104104809, -0.0205846969, 0.000238573528, -0.00623521395, 0.000570822915, -0.0121086454, -0.00128469768, 0.00516832434, 0.00782631896, -0.00668928819, 0.00437461725, 0.00400545122, 0.00220761262, -0.00632381393, 0.0120938784, 0.0219727606, -0.00628320547, -0.0181925017, 0.011215263, -0.0043561589, 0.00500219921, -0.00233682082, -0.0211458281, 0.00484345807, -0.00773033639, -0.00268199109, -0.00673358794, -0.00604693918, -0.0261074193, -0.0105212312, 0.02988768, 0.0167896692, -0.0146263577, 0.00516463257, -0.0267276186, 0.00708060386, 0.0122858444, 0.021337796, -0.0185321327, -0.0153425392, 0.0157117061, -0.00723934546, -0.00164648041, 0.00519785751, -0.00119978958, -0.010476931, -0.00609493069, 0.0198315978, 0.00174523226, -0.0056593148, -0.00970168225, 0.0109346975, -0.000769249687, 0.00148220151, 0.0027299826, -0.00350892288, -0.00673727971, -0.00720242877, -0.0139766252, -0.00105212315, -0.00756790303, 0.00934728328, 0.0757233351, 0.0148847736, 0.0135114761, -0.0199054312, 0.0148478569, -0.0363554694, -0.0237152241, 0.0462195836, 0.00803305209, 0.0172622018, -0.00828408543, 0.00672989618, 0.0218841601, -0.00444106711, -0.0249556229, -0.0128395939, -0.0249113217, -0.0103661818, 0.00237004575, 0.000315175479, -0.00190120493, -0.0211901292, 0.0100560822, -0.0177495014, -0.00229067518, 0.0153277731, 0.00050575746, -0.012130795, 0.0108165639, 0.0159922708, -0.00703261234, 0.0115105966, -0.000906764, 0.0241729897, -0.00814380217, -0.00697723776, -0.00202118396, -0.00759005314, 0.00976074953, 0.0151136564, 0.0158003047, 0.0040940512, -0.0181482, 0.0245864559, 0.00445952546, 0.0201859977, 0.00296255713, -0.0134154931, -0.0111931134, -0.0111488132, 0.0189308338, -0.0216478948, 0.00691447919, -0.0238333568, 0.0305078793, 0.0191080328, 0.0417895913, -0.00142498082, 0.018399233, 0.0198020656, 0.00525692385, 0.00313791097, -0.0155049721, -0.018414, 0.0248079561, -0.0102775814, -0.0238481238, -0.0103514148, 0.00446690852, 0.00316006108, -0.00485084113, -0.012403978, -0.0232574586, -0.0183254015, 0.00934728328, 0.0133121265, -0.00945065, 0.0017683052, 0.00883045048, 0.00617245585, -0.0188717656, 0.0047770082, -0.0036861226, -0.0197429974, 0.0149955237, -0.008114269, -0.0119092958, -0.00232020835, -0.0150472065, -0.00227960013, -0.00792230293, 0.00141390576, -0.0124187442, 0.0149290739, 0.0143827079, -0.00668928819, -0.0196100976, -0.00198611314, 0.0167453699, 0.00861633476, 0.0115844291, 0.00697723776, -0.00345908548, 0.00691817096, -0.0252066553, 0.0188717656, -0.0026875285, 0.00957616605, 0.0130980099, 0.00510187447, 0.0111561967, -0.00395007618, 0.0155788055, 0.0153425392, -0.0124261277, 0.00641241344, 0.0128617436, 0.0017184678, 0.0144639239, -0.0219432283, 0.0086754011, 0.0126993107, -0.0106984312, -0.0011582583, -0.0383342, 0.0149659896, -0.0102628153, 0.00168062828, 0.000760020514, 0.00687017944, 0.00302531547, 0.00861633476, 0.027333051, -0.00817333534, -0.00350153958, 0.016213771, 0.00073879346, -0.00102074398, -0.0125885606, 0.0208061971, 0.0117173288, 0.000222537885, 0.0147887906, 0.0267423857, -0.0113407802, -0.000554210448, -0.00478808302, 0.0011333396, -0.010107765, 0.0026875285, 0.0187093336, 0.0417305268, 0.01140723, -0.00538244052, 0.0027872033, 0.00321728177, -0.00171293027, -0.00809950195, 0.00287395739, -0.0273921173, -0.0103071146, 0.00361228944, 0.00492098276, -0.0045185918, 0.00695877941, -0.00522739068, 0.0226815604, -0.00824716873, -0.00185690506, 0.00437092548, -0.00315636932, 0.00409035943, -0.0173951015, 0.0100782318, 0.00126808521, 0.0210572295, 0.0122046284, 0.0240105577, 0.0245864559, -0.0268162191, 0.00252324971, 0.00804043561, 0.00179783849, 0.0402833931, 0.00818071887, -0.0111340471, -0.0101299156, 0.0191228, 0.0154163726, 0.0135262422, 0.0170997698, 0.0155492723, 0.0145820575, 0.00220207521, 0.0117911622, 0.00198426726, 0.00667083, -0.0108017977, -0.0242172908, -0.00751252845, 0.0279237162, 0.00627582194, -0.0071728956, -0.00685910461, -0.0204813294, 0.0123596778, -0.0033870982, -3.21578191e-05, 0.0142276576, -0.0128617436, 0.022061361]
|
23 Jun, 2022
|
What are the differences between Bellman Ford’s and Dijkstra’s algorithms?
23 Jun, 2022
Bellman Ford’s algorithm Like other Dynamic Programming Problems, the algorithm calculates shortest paths in a bottom-up manner. It first calculates the shortest distances which have at-most one edge in the path. Then, it calculates the shortest paths with at-most 2 edges, and so on. After the i-th iteration of outer loop, the shortest paths with at most i edges are calculated. There can be maximum |V| – 1 edge in any simple path, that is why the outer loop runs |v| – 1 time. The idea is, assuming that there is no negative weight cycle if we have calculated shortest paths with at most i edges, then an iteration over all edges guarantees to give the shortest path with at-most (i+1) edges
Dijkstra’s algorithm Dijkstra’s algorithm is very similar to Prim’s algorithm for minimum spanning tree. Like Prim’s MST, we generate an SPT (shortest path tree) with a given source as root. We maintain two sets, one set contains vertices included in the shortest-path tree, other set includes vertices not yet included in the shortest-path tree. At every step of the algorithm, we find a vertex which is in the other set (set of not yet included) and has a minimum distance from the source.
Differences between Bellman Ford’s and Dijkstra’s algorithm:
Bellman Ford’s algorithm and Dijkstra’s algorithm both are single-source shortest path algorithm, i.e. both determines the shortest distance of each vertex of a graph from a single source vertex. However, there are some key differences between them. We follow the Dynamic Programming approach in Bellman Ford’s algorithm and Greedy approach in Dijkstra’s algorithm. Let’s see the other major differences between these two techniques-
Bellman Ford’s Algorithm
Dijkstra’s Algorithm
Bellman Ford’s Algorithm works when there is negative weight edge, it also detects the negative weight cycle.
Dijkstra’s Algorithm may or may not work when there is negative weight edge. But will definitely not work when there is a negative weight cycle.
The result contains the vertices which contains the information about the other vertices they are connected to.
The result contains the vertices containing whole information about the network, not only the vertices they are connected to.
It can easily be implemented in a distributed way.
It can not be implemented easily in a distributed way.
It is more time consuming than Dijkstra’s algorithm. Its time complexity is O(VE).
It is less time consuming. The time complexity is O(E logV).
Dynamic Programming approach is taken to implement the algorithm.
Greedy approach is taken to implement the algorithm.
Bellman Ford’s Algorithm have more overheads than Dijkstra’s Algorithm.
Dijkstra’s Algorithm have less overheads than Bellman Ford’s Algorithm.
Bellman Ford’s Algorithm have less scalability than Dijkstra’s Algorithm.
Dijkstra’s Algorithm have more scalability than Bellman Ford’s Algorithm. .
Master Data Structures and Algorithms at your own pace with our DSA Self-Paced course. In just 90 days, you’ll cover core concepts, solve real-world problems, and sharpen your problem-solving skills. Take the Three 90 Challenge: complete 90% of the course in 90 days and get a 90% refund. Stay motivated, track progress, and achieve DSA mastery. Start today!
|
Operating Systems/Operating System Tutorial/Booting and Dual Booting of Operating System/Concept behind Multiple Booting Guide/Differences between Multiple Cycle Datapath and Pipeline Datapath/Differences between POP3 and IMAP/What are the differences between Bellman Ford’s and Dijkstra’s algorithms?
|
https://www.geeksforgeeks.org/what-are-the-differences-between-bellman-fords-and-dijkstras-algorithms?ref=asr10
|
Operating Systems
|
What are the differences between Bellman Ford’s and Dijkstra’s algorithms?
|
Operating System Tutorial, Concept behind Multiple Booting Guide, Operating Systems, Booting and Dual Booting of Operating System, Differences between POP3 and IMAP, What are the differences between Bellman Ford’s and Dijkstra’s algorithms?, Differences between Multiple Cycle Datapath and Pipeline Datapath
|
GeeksforGeeks
|
[0.00921107, -0.00463394634, -0.0178198107, 0.0129670948, 0.0287071709, -0.0142513029, 0.0278434549, -0.0178084467, -0.0650059432, -0.00604600739, -0.00596645474, -0.00138080807, 0.0111885229, 0.000865135924, -0.0432766862, 0.0414356068, 0.0421856754, 0.0154559584, 0.032184761, -0.0539140217, -0.038321685, 0.0198768172, -0.0229793731, -0.00835871883, -0.0144899618, 0.0371170305, 0.0286389831, -0.0229452793, -0.0333894156, 0.0192517601, 0.0240021944, -0.000271864352, 0.0151263829, -0.0452314094, -0.00409696577, 0.0141603854, -0.0133648589, 0.00242635817, -0.0105009601, 0.0159900989, 0.00655173557, 0.0576870926, 0.00246045226, 0.00723361596, -0.0344576947, 0.00680744089, -0.0340485685, 0.0175925177, 0.012489778, 0.0153536769, -0.023433961, -0.0252295788, 0.00780185, 0.0280707479, 0.0520047545, 0.0338667333, 0.00284969248, 0.0128648132, -0.00491522206, 7.73330685e-05, 0.0160582867, -0.0396172591, -0.0419583805, 0.00175442174, -0.00714838086, 0.0259114597, -0.0183198564, 0.00148735195, 0.0171606597, -0.0430266634, -0.0299118254, 0.0287526287, -0.0405037031, 0.00448620552, 0.0150695601, 0.00207121205, -0.00151576358, -0.00986453798, 0.0223202221, -0.00537549146, 0.0131716589, -0.0089951409, -0.0136035169, -0.0666424558, -0.0115919691, -0.0270479284, 0.00651195925, -0.0196722541, 0.065187782, -0.0148649961, -0.0142967617, -0.0423220508, 0.0233885031, -0.0291617569, -0.0116487928, 0.00329859718, 0.00158679287, -0.00794959068, -0.00677902903, 0.013137565, 0.0282753129, 0.00210956787, -0.00173169246, 0.0133875879, 0.0410946682, -0.00749500375, -0.0234112311, 0.0169220027, 0.00721656904, 0.0536412671, -0.0106771123, -0.00619374821, -0.0550504886, 0.0736885592, -0.00108887802, 0.000214863394, 0.023229396, -0.0415492542, 0.057368882, -0.0346395299, -0.0370488428, 0.00155980175, -0.0290935691, 0.00330143818, -0.0117397094, -0.00167202787, 0.0153764058, -0.00502602756, 0.00721088657, -0.0115351453, 0.00880194083, -0.0222065765, 0.0122397551, -0.0135921519, 0.0140012801, 0.00831894297, 0.0162173919, 0.0146263372, 0.00403730106, -0.0217519887, 0.019069925, -0.0387308151, -0.00166634552, 0.011381723, 0.029116299, 0.00273746625, 0.0161832981, 0.0282753129, -0.0202973112, -0.0162628517, -0.037412513, -0.0675516352, 0.0214451421, -0.0194222312, 0.00817120168, -0.0132171176, -0.030661894, -0.0303436834, 0.00808028411, -0.0607782863, 0.0446404442, -0.0399809293, 0.0232634917, 0.0152968531, -0.0307073537, 0.0252068508, 0.0228202678, -0.000704609905, -0.0490954, 0.0244340524, -0.0287526287, 0.0310255643, -0.00199734163, 0.0367533602, -0.031752903, 0.0138421748, -0.00861442368, 0.00266927807, -0.00622784207, 0.010290714, -0.0398445539, -0.0136717046, 0.00860306, 0.00684153475, 0.0345031545, 0.00959746819, 0.0242749471, 0.00253716391, 0.0223656818, -0.0147968074, 0.0102850311, 0.000217704568, 0.0388899185, -0.00289657176, 0.00810869597, -0.0118647208, -0.0248659104, -0.00622216, 0.0571415871, -0.00323325023, -0.000975941541, 0.00779048493, 0.00443790574, 0.0379807465, 0.011393087, -0.0720065832, 0.0117738042, -0.00923948083, 0.0527775548, 0.00555732613, -0.0344804265, 0.0323211364, -0.0227407161, -0.0387762748, -0.0132966703, -0.0054550441, -0.0177402589, 0.019285854, -0.0110862413, -0.0172856711, 0.028684441, -0.00608010124, -0.0103418548, 0.00186948909, -0.0422084033, -0.0205473341, 0.0316165276, -0.00309119164, -0.0142172091, -0.0263433177, 0.0123306727, -0.0197518058, -0.0103645837, 0.00854055397, -0.0632785112, 0.0179789159, -0.00361112575, 0.0217633545, -0.0268660933, -0.00126076874, 0.0042248182, 0.0200245585, 0.00294060982, 0.0143876793, -0.0319574662, 0.0231043845, 0.0267524458, 0.0106771123, 0.0067676641, 0.0029008335, 0.0155127821, -0.0169560965, 0.00365090207, 0.02277481, -0.0173197649, 0.00694381678, -0.00362533145, 0.00362249045, -0.00776207354, -0.0370943025, 0.0197859, 0.0273206793, -0.00980203226, 0.0131489299, 0.0151150189, 0.0473225079, 0.0121261086, 0.0226611625, -0.00594372535, 0.00626193639, -0.0327984542, -0.0259341896, 0.00952928048, 0.00901218783, -0.00471349899, -0.0301845782, 0.0156377945, 0.0191381145, 0.0533685163, 0.0233203135, 0.0322756805, -0.0230475627, -0.000208470767, 0.000288733776, 0.00821666047, -0.020581428, 0.0029889096, 0.0112226168, 0.000914856384, -0.0221042931, -0.0256841667, -0.00731316861, 0.0210814737, -0.00677334657, 0.0231271144, -0.0172629431, -0.0164901447, -0.0352986827, -0.0134103168, -0.000789844955, -0.0398672819, -0.0325029716, 0.0199790988, -0.0255023316, 0.0168879088, -0.0331166647, -0.0153536769, -0.0238430891, 0.0175129659, -0.0132853054, -0.0532776, -0.0156264286, -0.0280025601, -0.0371397585, -0.0086769294, -0.019933641, 0.0319801979, 0.0206837095, -0.0227293503, -0.0432312265, 0.0147627136, 0.00663128821, -0.00035958545, 0.049504526, 0.0605055317, -0.0195927, -0.00195614481, -0.037003383, -0.0441176705, -0.0230248328, -0.0149672776, -0.022786174, -0.0217747185, 0.00248460216, 0.011603334, -0.0387080833, -0.0391399413, 0.0131034711, -0.0151150189, -0.034389507, 0.0267524458, 0.0287980884, -0.0347304493, 0.0193085838, 3.34947181e-05, -0.0257978141, -0.00805755518, -0.00147314603, 0.0123079438, -0.0500045717, 0.000639973267, 0.0496863611, 0.0144217731, -0.0143990442, 0.0213087667, -0.0177061651, -0.032616619, -0.0236839838, 0.00540106185, 0.0360487513, 0.0419811122, -0.0415265262, -0.00796095561, 0.0134330466, -0.00949518662, 0.000867977098, -0.00266217533, -0.00712565146, -0.0359351039, 0.0395490713, -0.0328666419, 0.0296390746, 0.0334576033, -0.0427084491, -0.00526468595, 0.0292299464, 0.010506643, 0.00270621339, -0.00380716636, 0.0203086752, -0.0199677348, 0.0275479741, 0.00625625392, 0.00731316861, -0.0156150647, 0.00338383205, 0.0198540874, 0.0206837095, 0.0112226168, 0.0148081724, 0.00330996187, -0.0167288017, 0.00295197451, 0.0193085838, -0.0188880917, -0.0212292131, 0.0109839588, -0.0103873136, -0.0169447307, -0.0220020115, 0.0288435463, 0.0441404, -0.0312528573, 0.00257125776, -0.0340485685, 0.00141561241, 0.00114499102, -0.0314801522, 0.00239226432, 0.0528230108, -0.00486408127, 0.00821666047, 0.00371056655, 0.0054522031, 0.0132966703, 0.00202717399, -0.0250477456, 0.0337303579, 0.00728475722, 0.0141603854, -0.0500045717, -0.00377307227, 0.0135239642, -0.011614698, 0.018831268, 0.0269115511, -0.0276843496, 0.0250704736, 0.0125352368, 0.0269797407, -0.0179789159, 0.0105577838, 0.00314233289, 0.0248659104, -0.034344051, -0.0145467846, 0.0461405814, 0.0301163904, -0.0358669162, -0.0326848067, -0.0107055241, 0.0349122845, 0.0276161619, -0.0464360639, -0.0364806093, -0.022570245, -0.0240703821, 0.0177629888, -0.0435267091, -0.0191267487, -0.00764842657, 0.00339803798, -0.0109953238, -0.00413958309, 0.0253204964, -0.0474588834, 0.0215928834, -0.030661894, 0.0417538173, -0.0202745814, 0.0244113225, 0.0371624902, 0.0414810665, 0.00964861, 0.0220588353, 0.0433676019, 0.00144047267, 0.00948382169, -0.0177970827, 0.0166037902, 0.0023198144, -0.0548686534, 0.0395718, 0.0311392117, 0.0187858082, 0.0028894688, 0.0132966703, 0.000970259192, 0.0273888689, -0.00035372554, -0.00860306, 0.0533685163, 0.0264569651, -0.0303209536, -0.00355998473, 0.00270479289, 0.063505806, -0.0032190443, -0.026479695, 0.00216639135, -0.00511978613, 0.00589826657, -0.00769388536, -0.0331848525, -0.000157063361, 0.0524593443, -0.0212178491, 0.000616888807, 0.00103986787, 0.0474588834, 0.0260023773, 0.0166947078, -0.0251386631, 0.00180130103, -0.00168623379, 0.00435267063, -0.0278889146, 0.0142513029, 0.0238885488, -0.0578689277, 0.00909174047, -0.00800073147, 0.0019916594, -0.00976793841, -0.0111203352, 0.00228572031, -0.0211610254, 0.0040032072, -0.0156946164, -0.00058812194, 0.0208541788, -0.010506643, 0.00668242946, 0.011381723, -0.0207518972, 0.00284969248, 0.00607441925, -0.00879625883, -0.00813710783, -0.020138206, -0.0154332295, 0.0239340067, 0.00602896046, -0.0165356025, 0.00387819554, 0.0101657026, 0.0193881374, 0.0269797407, 0.00999523234, 0.0268660933, -0.0228202678, 0.00868829433, 0.00927357562, 0.00152002531, -0.008944, -0.0170583781, 0.0174561422, -0.0129898246, -0.00302868593, -0.00355430227, 0.002902254, 0.00283406605, -0.00146178144, 0.00882467069, -0.0314801522, 0.00655741803, -0.00323893246, -0.0371170305, 0.0165128745, -0.0127625307, 0.00827916618, 0.00511978613, 0.0047958931, 0.00471065799, -0.00206695031, 0.0169447307, 0.00657446496, -0.0211496614, -0.00995545555, 0.0156832524, -0.023218032, 0.00881898869, -0.0141831152, -0.0515956283, -0.0114612756, 0.0120806498, -0.0118874507, -0.00206695031, -0.00450325292, -0.00549197942, -0.0128079895, 0.00793254375, -0.0187517144, -0.00161094277, -0.000796237553, -0.0131602939, -0.024956828, -0.0103873136, 0.0298890974, 0.0096599739, 0.021467872, 0.0559596643, 0.0246840753, 0.0169220027, -0.0143990442, 0.0144672319, 0.0091087874, -0.00523911556, -0.020160934, 0.000616533624, 0.0158991814, -0.010302078, 0.0101145608, 0.0110180527, -0.00893831719, -0.0366169848, 0.00628466578, 0.0336849, -0.00490101613, -0.0314119644, -0.00052348536, -0.00559710292, 0.0231271144, -0.047277052, 0.0185357854, 0.000557579391, 0.00166918675, 0.0196949821, -0.00311676227, -0.0124556841, -0.00798368454, -0.0145467846, 0.0046850876, 0.0200131945, -0.0121374736, -0.00530162128, 0.0342758633, -0.0181948449, -0.00152144593, -0.0122965788, -0.00787003804, 0.0152400304, -0.000757171481, 0.0146604311, -0.0224566, -0.0199563708, 0.000456007605, 0.0199563708, -0.0162514858, -0.00605737185, -0.0406855382, 0.0163537674, 0.0199790988, 0.0640513152, 0.003230409, 0.0394581519, -0.0106884772, 0.0166719798, 0.0367533602, 0.0166947078, -0.0103191258, 0.0261387546, 0.00703473436, 0.0268206336, 7.6578377e-05, -0.0191494785, -0.0185812451, -0.0314801522, -0.0262524, 0.0483680591, 0.00751773268, 0.00142768736, 0.0262069423, 0.00506580435, -0.000144810823, 0.0230702907, 0.0186494328, 0.0176948, 0.00573916128, 0.00974520948, 0.00402025413, -0.0325257033, -0.0127284369, 0.0300482027, 0.0230930205, -0.0230248328, 0.0049890927, 0.0271843038, 0.021911094, -0.00345770246, -0.00713701639, -0.0312528573, -0.0204564165, -0.0054522031, -0.0163083095, 0.0113135343, 0.010955547, -0.0417310894, 0.00159957807, 0.0438221879, -0.0216042474, -0.0215474255, -0.000736573, -0.00250306982, 0.00285253348, -0.0167628974, 0.00449472899, -0.0075745564, -0.00447484106, 0.0179789159, 0.0156718884, -0.0224566, -0.0295936149, 0.00131333037, 0.0132057527, 0.029548157, -0.00611419557, 0.0270933863, 0.000984465, -0.0215701535, -0.0142626679, -0.0373897813, -0.0085632829, -0.0158309937, 0.00822234247, -0.0226270687, -0.00763706211, -0.00168623379, -0.0372761376, -0.0139899161, -0.0158423577, 0.00290793646, 0.0266388, -0.00746659189, -0.0321393, -0.0114840046, -0.0119783683, -0.006239207, 0.00219622348, -0.0101600196, 0.0181493871, 0.022342952, 0.006239207, -0.0120124621, -0.0146945259, 0.0136035169, 0.0064324066, 0.019945005, 0.0325711593, 0.010944183, 0.0172970369, -0.00135381694, -0.00724498089, 0.00920538697, -0.0164901447, 0.012694343, 0.00464815227, 0.0243885946, -0.000794106687, -0.00132114359, 0.000995119452, 0.0184221398, 0.027366139, -0.000277013954, 0.00579598453, -0.0255477913, 0.00964861, -0.0211042017, 0.000485484721, 0.0345258862, -0.0218656361, 0.0170015544, 0.00504023349, 0.00842690654, 0.00184107746, -0.0468224622, -0.0303209536, 0.0123647666, 0.0139444573, 0.0436176248, 0.00361964921, 0.0219451878, -0.00468792859, 0.0168424491, 0.00670515839, 0.0145695144, 0.0116715217, 0.000333659758, 0.00864283554, 0.0166037902, 0.00285253348, 0.0222861283, 0.0260023773, 0.0105918776, 0.0185926091, 0.00335826166, 0.0294345096, -0.0280480199, 0.0147854425, 0.0145467846, -0.00781321432, 0.0549141131, 0.0125352368, 0.0296618026, 0.00701200496, -0.0369579233, -0.0266160704, -0.00967702083, -0.0141944801, -0.0136148818, 0.0103532197, -0.0156718884, -0.0129670948, 0.0142853968, -0.00733021554, -0.018615339, 0.000333482196, -0.0141490214, -0.00558857899, 0.00597213721, -0.00968838576, 0.00903491676, -0.0233203135, 0.0175811537, -0.0124670491, 0.000190180741, -0.0178198107, 0.0291390289, -0.0329348296, 0.014887725, -0.00537265046, 0.0026593341, 0.0107680298, -0.00365942554, 0.0122511201, -0.00383273675, 0.0403900556, -0.0216042474, 0.0115862871, 0.0150241014, 0.0313437767, 0.0256841667, -0.0152173005, -0.00661992375, -0.0237294417, 0.0245931577, -0.00332132634, 0.0111544291, 0.0322529487, 0.0106202895, -8.57677878e-05, 0.0117965331, 0.0129898246, -0.00565676717, 0.0062164776, -0.00936449226, 0.00746090943, 0.0160014629, 0.00512831, 0.0289799236, 0.0155241471, 0.000206162324, 0.0115976511, -0.018842632, -0.00090207113, 0.00575904921, -0.00791549683, -0.0410492085, -0.0122511201, 0.0143876793, 0.028457148, 0.0130011886, -8.74547331e-05, -0.00185102155, 0.0398900099, 0.0237067137, 0.0219338238, 0.00702336943, 0.0363442339, -0.0433448739, -0.0180243757, -0.0189790074, 0.00530446228, 0.0210814737, 0.0237067137, -0.0246386174, 0.0189221855, 0.00273462501, 0.0357305408, -0.0384126045, 0.0320483856, 0.0208655447, -0.0149786426, -0.0174447764, 0.00302300369, 0.00715406332, -0.0215246957, -0.0197404418, -0.0109044062, -0.0170583781, -0.0117738042, 0.012705707, -0.0266615283, -0.0224679634, 0.0157514401, -0.00821097847, 0.00412253616, 0.00185244216, 0.00186664797, -0.00592099596, 0.0054522031, 0.0123761315, 0.0049890927, -0.00463678781, 0.037412513, -0.0247295331, 0.0289571937, 0.0063301241, 0.0193313137, 0.0131602939, 0.00863715354, 0.0122056613, 0.0411628559, -0.0247749928, 0.019058561, 0.0266615283, -0.0232975855, -0.0538231023, -0.0160923805, 0.022127023, 0.0130693773, 0.0147513486, -0.0295026973, 0.0131602939, -0.00853487104, 0.0250704736, -0.027366139, 0.0015427547, -0.00200018287, 0.00124017021, -0.0131716589, 0.0320711136, -0.000258368789, -0.0492772348, -0.00956905726, -0.00738703925, -0.0273434091, 0.0235021487, -0.0409582891, -0.00997250248, -0.00333269103, 0.010949865, 0.0109385, -0.00227861735, -0.0152627593, -0.0163196735, 0.033025749, -0.0117738042, -0.00452314084, 0.00214508246, -0.0154559584, -0.00626193639, -0.0104270894, -0.0221042931, -0.00503739249, -0.0470952168, -0.000901360821, 0.00859737676, 0.00188653613, 0.0101997964, 0.0294572394, 0.027366139, 0.00395490695, -0.0018339745, 0.00478168717, -0.0122852139, 0.0485044345, -0.0367760919, -0.0303664133, 0.00796095561, 0.029570885, 0.0209564622, 0.0147740785, -0.0180812, -0.0200131945, -0.000559710257, 0.00906901155, -0.021911094, -0.0185585152, 0.0167060737, -0.0322756805, 0.0264115054, -0.019933641, 0.000798368477, 0.0221952107, -0.000409838627, 0.0310255643, -0.0140581038, 0.0297072623, 0.0138535397, -0.0275479741, -0.00735862739, -0.00715974579, -0.0104100425, -0.0179789159, -0.00609714864, -0.0147968074, -0.00108532654, -0.0289344639, 0.0128648132, -0.0181607511, 0.0181380231, 0.000701413548, -0.0189562794, 0.0245477, 0.0165924262, 0.031093752, 0.0167969912, -0.00661424128, 0.0132625764, -0.0087508, -0.0257978141, 0.00404866552, -0.0379580148, -0.0258660018, -0.0200018287, -0.0188880917, 0.0128989071, -0.0164560508, -0.0180471055, -0.0305027887, -0.0152854882, -0.0263205878, -0.0147968074, 0.0087792119, 0.0237067137, 0.00874511804, -0.0259114597, 0.0132284826, 0.0208541788, -0.0217178948, 0.00764274411, -0.0152968531, 0.0330939367, -0.022570245, 0.00292356289, -0.0149900075, -0.00976225641, 0.00377023104, 0.000852350669, 0.00674493518, -0.00533287413, 0.011177158, -0.00419924781, 0.00692108739, -0.0449813865, -0.0196495242, -0.000507858931, 0.00540106185, -0.0222179405, 0.00700064, -0.0024391436, -0.00260109012, -0.010074785, 0.00328155, 0.024297677, 0.0159332752, 0.0110521466, -0.0206950735, 0.0359123759, 0.0156491585, 0.00763706211, -0.000588477124, 0.00284258951, -0.00479873409, -0.00250164932, -0.00459417, 0.0417310894, -0.00647786492, 0.00605169, -0.00595509, -0.0214906018, -0.00797232, -0.0367306322, -0.0116715217, -0.00122383353, 0.0193199478, 0.0110862413, -0.058232598, -0.0155923348, -0.00841554254, -0.0189221855, 0.0222747643, 0.0156264286, -0.0011712719, -0.0215587895, -0.00375602534, -0.015546876, -0.0314574204, -0.0597781949, -0.0126375193, 0.0168538131, 0.0103418548, 0.0202745814, 0.0189449135, -0.0349122845, 0.023865819, 0.0419583805, -0.00219054124, 0.0289799236, -0.00961451512, 0.0160128288, 0.0292299464, 0.0017842541, 0.0283435, 0.00296902144, -0.00608578371, 0.0128307184, -0.00406855391, -0.00611987757, 0.00630739471, -0.0277070794, 0.00950655155, -0.0248886403, -0.0160128288, -0.00346338493, 0.00519365678, -0.0154786883, 0.00659719435, -0.0217860825, -0.00372761348, -0.020592792, 0.0188085381, 0.0284344181, -0.000383912935, 0.00251443451, -0.00170612196, 0.0263660476, 0.00835303683, 0.0274797864, -0.0112396637, -0.0100520551, 0.02802529, -0.00329859718, -0.014455867, -0.00881898869, 0.0284116883, -0.0209110025, -0.0116203809, -0.00428164145, 0.0176493414, 0.022990739, 0.0101543376, -0.0155696059, 0.0111885229, -0.00207121205, 0.00681880536, -0.00535560353, -0.000298855448, -0.00964861, 0.0215928834, -0.0256614368, -0.00602327799, -0.00124017021, -0.00682448782, 0.027138846, -0.0219906475, -0.0223202221, -0.00110734557, -0.0016635044, 0.0135012344, 0.00315369735, 0.000880052045, -0.023865819, -0.00151008123, 0.00989295, -0.0109725939, -0.0238885488, 0.0137285283, -0.0014575196, -0.00636990042, -0.0219338238, 0.00514819799, -0.00713133393, -0.00377307227, 0.012694343, -0.0016521397, -0.0136944344, 0.0166719798, 0.00114925287, -0.000411614339, 0.00771661475, 0.00500329863, -0.00917697512, -0.00115777634, -0.00513683353, -0.0292526744, 0.00266785757, -0.00750068575, -0.0412992314, -0.0220361054, 0.0222520344, -0.0208655447, 0.0223997757, 0.0198654532, 0.0139785511, 0.00359976105, -0.0327529944, 0.00827348419, -0.00728475722, -0.00249312562, -0.0158991814, -0.00784162618, 0.00144615502, 0.0106373364, -0.0250250157, 0.0121715674, 0.0320711136, -0.00356282573, 0.00689267553, 0.00927357562, 0.0208996385, -0.0285026059, 0.0378671, -0.014444503, -0.00871670619, -0.0168879088, -0.00419356534, 0.0180016458, 0.0124102253, -0.0235703364, -0.00355146104, -0.0324347839, 0.0237294417, -0.00993272662, -0.0142740328, -0.00300595677, -0.0419811122, 0.010949865, -0.0230589267, -0.0143535854, -0.0158423577, 0.0294345096, -0.0088814944, 0.00539822085, 0.00164077501, 0.0279343724, 0.00575904921, 0.0147740785, 1.53378733e-05, 0.00621079514, 0.00384410145, -0.00198455644, -0.0241158418, 0.0170242842, -0.00775070861, -0.0173311308, -0.00410548924, -0.0195245128, -0.00169049553, -0.0047731637, 0.0082280254, 0.0121261086, 0.00214366196, 0.0411401242, 0.0128534483, 0.0146831609, 0.00664265268, -0.0199109111, 0.0327302665, 0.0100009143, -0.00463110534, 0.0143308556, -0.0242294874, 0.0121829323, -0.0133421291, -0.0247068051, -0.0187176205, -0.00977362134, 0.0304800607, 0.0326620787, 0.0126375193, 0.00494647492, -0.0159219112, 0.010518007, 0.0066597, -0.0139671862, -0.0163651332, 0.0184675977, 0.0127170719, 0.0118078981, -0.0192972198, -0.0239567365, 0.0240476541, -0.0102850311, 0.00799504947, 0.0133875879, 0.00274598971, 0.0144217731, 0.00658582943, -0.0144785969, 0.0053413976, 0.0322529487, 0.0063301241, -0.00221611164, -0.000914856384, 0.0350713879, -0.0268660933, -0.00204280042, 0.00692677, 0.0103248078, -0.0182062108, -0.0076654735, -0.0200927462, 0.00774502661, -0.00735862739, 0.0380716622, 0.0179220941, 0.00613692496, -0.00176294532, -0.0316392556, 0.00718247518, 0.000813284598, -0.00204706215, 0.0163196735, -0.0181039274, -0.0206382517, 0.0360714793, -0.0154900532, 0.00379296043, 0.0202177577, 0.00242493767, -0.02189973, 0.0211155675, 0.00819961354, 0.00805187225, -0.0101713846, -0.0337985456, 0.0129898246, 0.0058925841, -0.00902923476, 0.0109725939, 0.00871670619, 0.00971111562, -0.0333666876, -0.0313665047, 0.0460496657, 0.012921636, -0.0020044446, 0.0140467389, -0.0220361054, -0.00794959068, -1.37508132e-05, 0.0101259258, -0.00367363147, 0.00638126535, 0.0159900989, -0.00458848756, -0.0019902389, 0.0395718, 0.00263092248, -0.0110691944, -0.0300709307, -0.00919970497, -0.0128307184, 0.00418788288, -0.0191381145, -0.00371624902, 0.0131943887, 0.0015171842, 0.0117738042, 0.0021877, 0.011830627, -0.0345713422, 0.000781321432, -0.00424754759, -0.0167515315, -0.0043754, 0.00479873409, 0.0165015087, 0.0137057984, 0.00754614454, -0.0248204507, -0.0113248993, -0.0163651332, -0.0267297179, -0.00562551431, -0.0147968074, -0.0210928377, 0.00976793841, -0.00456007617, 0.00810869597, -0.00860306, -0.0118647208, -0.0120806498, -0.0190926548, -0.0133989528, 0.00907469355, 0.00572211435, 0.00685858168, 0.0370943025, -0.0262069423, 0.0484589748, -0.00494363392, 0.0115749221, 0.0403218679, 0.0315938, 0.00137583609, 0.0156718884, -0.0200245585, 0.00800073147, 0.026706988, -0.00200870633, -0.00827916618, -0.0108134886, 0.05564145, -0.0138421748, 0.0589599386, -0.022331588, 0.0400036573, 0.00568802, 0.00650627678, -0.0223770458, 0.0188653618, -0.0264342353, 0.0278889146, 0.00599486614, 0.00146178144, -0.00164077501, 0.0232407618, 0.025184121, -0.0497318208, 0.0256387088, 0.000485839875, 0.0327984542, -0.00576473167, -0.00491522206, -0.0160923805, -0.0169788245, -0.025388686, 0.0307300836, 0.0193426777, 0.0077961674, -0.027366139, 0.0283889603, 0.0110919233, 0.0041168537, -0.00515672145, 0.00505443942, -0.0169106368, 0.00348327309, 0.0084553184, -0.0305937063, -0.011165794, 0.00931335147, 0.0192290302, 0.0199563708, -0.0224566, -0.0249113683, -0.0269570109, 0.00639831228, 0.00229282328, 0.0139330924, -0.00897809397, -0.00240647, 0.00709155761, -0.00112439261, 0.00919402298, 0.0180471055, 0.00706882821, -0.0159560051, -0.0110294176, -0.0211382974, -0.00141987414, -0.0197745357, 0.0266388, 0.0109271351, 0.0218542702, -0.00852350704, 0.0211496614, 0.00655173557, 0.0179789159, -0.0113987699, -0.00883035269, 0.0398445539, -0.0221611168, 0.00518797431, 0.0125011429, -0.0227179863, -0.00945541, 0.00561699085, 0.0103759486, 0.00653468864, -0.0298890974, 0.0142513029, 0.0161832981, 0.0307073537, -0.000484419288, 0.032616619, 0.000590608, 0.0125352368, 0.00792117883, -0.0172856711, -0.0260023773, -0.0102395723, -0.0060005486, 0.0153082181, -0.0336621702, 0.00191494788, 0.0395263433, 0.0106884772, 0.021467872, -0.0166037902, -0.00839281268, -0.0219906475, 0.00417083595, -0.0179902818, 0.0018226098, -0.00575620821, -0.00493795145, 0.0106884772, 0.0191153847, 0.0146490671, 0.00460269349, 0.0364124216, 0.00775639107, -0.0122511201, -0.0342531316, 0.0252523087, 0.00342360861, -0.00481862249, 0.0124443201, -0.00120678649, 0.022331588, -0.00419924781, -0.0117738042, -0.0395036116, -0.0175584238, -0.0248659104, -0.00700064, 0.00625625392, -0.0451404899, 0.00674493518, 0.000439670897, -0.00259540789, -0.00703473436, -0.00897809397, 0.00402025413, -0.00950086862, -0.0307982713, 0.00273320451, -0.00925652869, 0.00200586533, 0.0156718884, 0.00497488678, -0.0156264286, 0.0128648132, -0.00585280778, 0.0175356939, -0.00508569228, -0.00540106185, -0.0263205878, 0.00831894297, -0.00471065799, -0.00638694782, -0.00349463779, -0.0279343724, -0.00692108739, 0.0255932491, -0.00358555513, 1.27741614e-05, 0.00402593613, -0.0133762229, -0.00471349899, 0.0204905104, 0.000573560945, 0.0191381145, 0.00095179159, 0.0134444116, -0.0018339745, 0.00286958064, 0.00564256124, -0.00622216, -0.00808596704, -0.00593804289, -0.0279571023, -0.006460818, 0.0158082638, 0.024320405, 0.00929062255, 0.00708587514, 0.0186948907, 0.0469588377, -0.0128193544, 0.000461334799, -0.0091087874, 0.0139785511, -0.0263887774, 0.00229140278, -0.0194449592, -0.00981908, -0.00693245232, -0.0187971741, -0.0126375193, -0.0122170262, -0.034798637, -0.0169674605, 0.00329859718, 0.00225730869, 0.0336849, 0.0270251986, 0.032184761, -0.00594372535, 0.004472, 0.0175811537, 0.000418717274, -0.0143649504, 0.000228714096, 0.0114499107, -0.0362078547, -0.00450609392, -0.0101543376, 0.00487260474, 0.014228574, 0.0017842541, -0.00592099596, 0.0306164362, 0.0234794188, 0.00148024899, -0.0028894688, -0.006460818, -0.00215644715, 0.02014957, -0.00308550941, 0.0142172091, 0.00417083595, 0.00154133409, -0.00580734899, 0.0103759486, 0.00224026176, -0.00090704317, -0.0165810622, -0.00727339229, 0.0193995014, -0.00532435067, 0.0100520551, -0.0110635115, -0.00407423638, -0.00835303683, -0.0164219569, 0.000166563521, 0.0102395723, -0.00564256124, 0.00217349431, 0.00730748661, -0.00733021554, -0.00535844453, 0.0153991356, 0.0113533111, -0.000903491687, 0.00161094277, -0.00141277118, 0.0104384543, -0.00625625392, 0.0122852139, -0.0254796017, 0.0149900075, -0.0041140127, 0.00740408618, -0.00454587024, -0.00350032, -0.00261813705, 0.00675629964, -0.0128420833, 0.019729076, -0.0160582867, -0.00502886903, -0.00390092493, 0.0286162533, -0.0076882029, 0.0173993185, 0.0121829323, 0.00460269349, -0.0195586067, -0.00675061718, -0.00163651328, 0.0133875879, 0.014444503, -0.00128918036, -0.0134557756, -0.00755750947, -0.00249880808, -0.0137853511, 0.0238203593, -0.0121715674, -0.00902355276, 0.00809733104, -0.021888366, 0.0213883203, 0.00388103677, -0.00244624633, 0.00500329863, 0.00246045226, 0.00558289699, 0.00761433272, 0.0226157047, 0.0167288017, 0.013569423, 0.0172402132, 0.0302527659, 0.0248659104, -0.0203086752, -0.0168310851, 0.0148990899, -0.0169560965, -0.0024519288, -0.0333212279, -0.0032162033, -0.00868829433, 0.00471065799, -0.00489249267, 0.0185244214, -0.00134600373, 0.0255477913, 0.00642672414, -0.00980203226, 0.00509137474, 0.0057789376, 0.00209252094, 0.0178652704, 0.0171038359, 0.0149218189, 0.0115578752, 0.0233657733, -0.0231839381, -0.0161946621, 0.000114001901, 0.0202518515, 0.0126829781, 0.0238885488, 0.00420493, -0.0126034254, 0.0195586067, -0.00819961354, -0.0392308608, 0.00230276748, 0.0196608882, 0.00946109276, -0.000202078139, 0.0221838467, -0.00747795636, 0.00132185384, -0.00336110289, 0.0239567365, -0.0228770915, 0.0116374278, 0.00680175843, 0.0158650875, 0.00181124522, 0.0272752214, 0.0228884574, -0.00451745838, -0.026706988, -0.00554027921, 0.0117169805, 0.0128307184, -0.027138846, -0.00988726784, 0.0128420833, 0.0207291674, 0.0196154304, 0.015103654, 0.00552891474, -0.0050118221, -0.00805187225, -0.00170470134, 0.00644377107, -0.0185357854, -0.0298436377, -0.00946109276, 0.0122738499, -0.0135012344, 0.0103929956, 0.0110635115, -0.00825643726, -0.0138308099, -0.000306135946, 0.00545788556, 0.00186096563, 0.0100406911, -0.00926221069, 0.0172743071, -0.0149559127, -0.000419072399, -0.00103844726, 0.00989863276, 0.00668242946, 0.0257068966, -0.0108419005, -0.00701200496, 0.0200927462, 0.028229855, -0.0272752214, -0.0124102253, 0.00747227436, 0.0044464292, -0.0293890517, 0.0247068051, 0.00752909761, -0.0196722541, -0.00314517389, -0.00284401, -0.0171492957, 0.0105975596, 0.0291617569, -0.00372477248, 0.0100406911, 0.0166151561, 0.00550902635, -0.028684441, 0.00464815227, -0.0127738956, -0.000919118116, -0.0104100425, 0.0118760858, 0.0318892784, 0.0146945259, 0.0196608882, 8.6522472e-05, 0.0302527659, 0.0091144694, -0.0262296721, 0.0134785054, -0.00922811683, 0.00898377597, 0.00404298352, -0.00638126535, -0.0156491585, 0.0271843038, 0.0165810622, -0.0279798321, -2.18747809e-05, -0.019706348, 0.00984749105, 0.0305255186, -0.0239567365, 0.028252583, 0.00410548924, 0.00923948083, -0.00596645474, 0.0127284369, -0.00634148903, 0.0183653161, -0.00876216497, -0.013569423, -0.0174561422, 0.0147854425, 0.00112723373, -0.0136262458, 0.00383841922, 0.0032190443, 0.0120579209, 0.0170697421, 0.0166151561, 0.00782457925, -0.0191722084, -0.0219224598, 0.00358555513, 0.0196154304, -0.00276303664, -0.02189973, 0.0146149732, 0.00332132634, 0.00963156298, 0.00156974583, -0.0115124164, 0.00763706211, 0.0230361968, 0.00318779144, -0.00773934415, 0.0010022223, -0.00131617149, 0.0081257429, -0.00168481318, -0.0115578752, -0.00627898332, -0.0151377479, -0.0067847115, -0.0111089703, -0.00518229185, 0.014012645, 0.000506793498, 0.0121033797, 0.00696086371, 0.000541597838, 0.00922811683, 0.0174561422, 0.00707451068, 0.00785299111, 0.0115635572, 0.0160128288, -0.00426743552, 0.0375716165, -0.00994977355, 0.00413674209, 0.0141490214, -0.0144331381, 0.0123534026, -0.00410548924, 0.00353725534, -0.0255250614, 0.0107509829, -0.0130921062, -0.014444503, -0.0198654532, -0.0149786426, 0.0158650875, -0.00414810656, 0.00066270266, -0.0139103625, -0.0178652704, 0.00461121695, -0.00633580657, -0.0144672319, -0.00629603025, 0.00260109012, -0.0264569651, -0.0175470598, 0.00818824861, -0.00535844453, 0.00520218024, 0.0166037902, -0.007114287, 0.0115067344, -0.00565392617, 0.0054550441, 0.0277752671, -0.00390660716, -0.00876216497, -0.0194676891, -0.011819263, -0.00421629474, -0.00100577378, -0.00396058941, -0.000407352578, -0.007773438, -0.0047760047, -0.006239207, 0.0154218646, 0.0027815043, -0.0122283911, -0.00560278492, 0.0107509829, 0.0231157504, 0.007114287, 0.0243431348, 0.0123420376, 0.00473338738, 0.0332985, -0.00675061718, 0.00958042126, 0.0323211364, 0.0165128745, 0.00515103899, -0.020581428, -0.0182403047, -0.0155014172, -0.013137565, -0.0376852639, -0.000868687406, 0.00213087676, -0.0211951192, -0.0213201307, 0.0043384647, 0.002902254, -0.00559426146, 0.0243885946, -0.0101941144, -0.00960315112, 0.0168424491, -0.00405150698, 0.032184761, -0.000488681078, -0.00272041932, 0.00545788556, -0.0180925634, 0.0143990442, -0.00227719685, 0.00594372535, 0.0274115968, -0.00842122454, 0.0001805918, 0.00591531349, -0.000947529799, 0.0180243757, -0.00228714105, 0.00390944863, -0.0110862413, 0.0140012801, 0.00913719926, -0.00237521715, 0.0118647208, -0.00843258947, -0.0162173919, -0.00876784697, -0.0162514858, 0.0313665047, -0.0387080833, 0.00290793646, -0.000397053343, -0.00224168226, -0.0170697421, -0.00750068575, 0.0238430891, -0.00463394634, -0.0106487013, -0.0023198144, -0.0307073537, 0.00207405328, -0.000358342426, -0.00789276697, -0.00782457925, 0.0056709731, 0.00417935941, 0.00159105461, 0.0131602939, -0.00151292246, 0.010512325, 0.0233203135, 0.0135239642, 0.000604458677, 0.00566244964, 0.0136717046, 0.0242522173, 0.0246158876, 0.000514606712, 0.00706882821, 0.0220929291, 0.0106771123, -0.0145467846, -0.00785867311, 0.0319347382, 0.00782457925, 0.00172743073, 0.0108930413, -0.00046062452, 0.000897809397, 0.00200586533, 0.00957473926, -0.0181948449, -0.00014534354, -0.0314574204, -0.0185926091, 0.00517661, -0.0137398932, -0.00998954941, 0.00742681557, -0.000838144799, -0.00319631491, 0.00760865025, 0.00267496053, -0.0215701535, -0.0166037902, 0.0181266572, 0.00451745838, -0.0169788245, -0.0218201764, -0.00975657441, 0.0145467846, 0.0126261543, -0.00265649287, 0.00905764662, -0.0222293045, 0.0135239642, -0.00639831228, -0.0208428148, -0.00997250248, 0.00246897573, -4.96760622e-05, -0.00608010124, -0.0174561422, 0.034798637, -0.0158423577, 0.0167515315, 0.0104668662, -0.00241925521, -0.00974520948, -0.00338099105, -0.00942131598, 0.00821097847, 0.0119215446, -0.00250449032, -0.0132284826, 0.00930766948, -0.0176720712, 0.00626193639, 0.00567665556, -0.00788140297, 0.00841554254, -0.00804619, -0.00215644715, -0.0125238728, -0.0118874507, 0.00091698725, -0.0183425862, 0.022115659, 0.0107225711, 0.0279798321, -0.0025627343, 0.023865819, 0.0191040188, -0.00218201778, -0.0209450964, -0.0111430641, 0.0161605682, 0.00421345327, 0.0289344639, 0.00404866552, -0.000858743326, 0.0160582867, -0.0230248328, -0.0128079895, 0.00321052084, 0.0267751757, -0.00752341514, 0.00527320942, 0.00226015, -0.0236157961, 0.0175356939, -0.0192290302, 0.0217633545, 0.0198086295, 0.0177857168, 0.0138535397, -0.000753620057, -0.00689267553, -0.00780753233, -0.0160241928, -0.0200700164, -0.00921107, -0.0241840295, 0.00100506353, -0.00851782411, 0.0226270687, -0.0166151561, -0.00257551949, 0.0195131488, 0.0173879545, 0.00196608878, -0.0160810165, 0.0104782311, -0.00508001, 0.021251943, -0.00421345327, 0.000194797642, 0.0323665962, -0.0161151104, -0.00669379393, 0.0185812451, -0.00458280556, -0.0128875421, -0.0162628517, -0.0164560508, 0.000880762353, -0.00307698594, 0.00685858168, -0.0187971741, -0.0127625307, -0.0119101796, 0.0109044062, -0.0197518058, 0.0025726785, -0.0179220941, -0.0180243757, 0.000190358318, -0.0198768172, 0.021683801, 0.000611561583, 0.00439244695, -0.0052334331, -0.002902254, -0.0116317458, -0.00718247518, -0.00658014696, -0.0105691487, -0.0139558213, -0.00563119678, -0.00157826929, 0.0110862413, 0.0190131031, -0.0267979056, 0.0186380688, 0.0139217274, 0.00771093229, -0.00837008376, 0.0268433634, 0.0125352368, 0.000845958, -0.0133421291, 0.00848373, -0.010069103, -0.0188653618, -0.00342076737, -0.000313238881, 0.000690404035, 0.0183766801, -0.0109953238, 0.0195699707, -0.00462258188, 0.0142058441, -0.000858033, 0.000419782707, 0.0237067137, -0.00909742247, -0.0143535854, 0.0125579666, 0.0169901904, 0.0181266572, -0.0133762229, -0.00140921981, 0.0160469227, -0.0134671405, -0.00511978613, 0.0154218646, -0.0211382974, -0.0371170305, 0.00227293512, 0.00770525, -0.0111373821, 0.0173538588, -0.00905764662, 0.000910594652, -0.0090406, -0.00065631, -0.0325257033, 0.0122965788, 0.0262978598, 0.000618664548, 0.0121488385, -0.0247068051, -0.00185670389, 0.00380148389, -0.0179902818, 0.0170356482, 0.00748363882, -0.0117397094, 0.00807460211, -0.0129784597, -0.0248204507, 0.0434357896, 0.00151860481, -0.0208996385, 0.0100179613, -0.00293492735, 0.00679607596, 0.0224338695, 0.0156377945, -0.00550902635, 0.0130921062, -0.00798936654, 0.0189676434, -0.00819393154, -0.0121602025, -0.0181493871, 0.0135580581, -0.00561415, -0.0188994557, 0.00691540493, 0.0187971741, 0.00191068603, 0.00244908757, 0.0162401218, 0.00897241104, 0.0232521258, -0.0158537216, -0.0167174377, -1.25189008e-05, 0.00770525, 0.00553175574, 0.0225816108, 0.0188539959, 0.00964861, 0.00859737676, -0.00324177369, -0.0108930413, 0.0091144694, 0.00552039128, 0.00873375311, 0.0333894156, -0.00736999232, 0.00969975069, 0.0145922434, -0.0132284826, -0.0129443659, -0.00729043921, 0.0107907597, -0.0116715217, 0.0213769544, 0.00250591105, 0.00104270899, 0.0209905561, -0.00898945797, -0.00902923476, -0.00854055397, -0.0161832981, -0.0128761772, -0.0204677805, -0.00338383205, -0.00532719167, 0.0283435, -0.00101145613, 0.031752903, 0.00175442174, -0.0101884315, -0.0151150189, 0.00202291226, -0.00178141287, -0.00539538, -0.0107055241, -0.0127511658, 0.00129699358, 0.00792686082, -0.00108035444, -0.00874511804, 0.0210019201, 0.000520644186, -0.0228657275, -0.00938722212, -0.00505728042, 0.0181266572, -0.0220929291, 0.0136717046, 0.007114287, -0.000315724901, -0.00626193639, 0.000390305562, -0.00917697512, 0.0129443659, 0.0141262915, 0.0122170262, -0.0228770915, -0.007335898, -0.0250022858, -0.00398047781, 0.00234112306, -0.0460269377, -0.0201041102, -0.00673357025, 0.000630029186, -0.000253929466, -0.00958042126, -0.00763137965, 0.00360260205, -0.0103475368, -0.0156832524, -0.00275451317, -0.0178198107, 0.00565676717, -0.0213314965, -0.00154985767, 0.00942131598, -0.0249113683, -0.00117624388, 0.0104157254, -0.00753478, -0.00240647, 0.0043754, -0.0058869021, 0.0279116426, -0.00600623107, -0.0133307641, -0.00412821863, -0.00503455149, -0.00926789269, 0.0172402132, 0.0142967617, -0.0123306727, 0.00964292698, 0.00839849561, 0.0263433177, 0.00131404062, 0.0344576947, 0.024320405, 0.00193767715, -0.00974520948, -0.00713701639, 0.0056681321, -0.0113703581, 0.0178539045, -0.00563119678, -0.000403445971, -0.00303436839, 0.0174334124, 0.0086655654, -0.0103873136, 0.00319063268, -0.0187062565, 0.0150581952, 0.00813710783, 0.00275025144, -0.00849509519, 0.0294799693, -0.0186607968, 0.0150354654, 0.00191494788, -0.00775070861, 0.00382989575, -0.00698927557, -0.00627330085, 0.00976793841, -0.00337530859, -0.0368670076, -0.0337303579, -0.01006342, -0.00127213332, 0.0169901904, 0.00128847011, -0.0128648132, 0.00846100133, -0.0194449592, 0.0119783683, -0.0094383629, -0.00340087921, -0.0120692858, -0.0178652704, 0.00999523234, -0.0115067344, -0.0143081266, -0.00246755523, -0.0228543617, -0.011603334, -0.0107509829, 0.00303152716, 0.00579314353, 0.00906332862, 0.0162742157, -0.0241613, -0.00113788818, -0.0119329095, -0.00602896046, 0.0165810622, 0.00243346114, 0.000396343064, 0.00936449226, -0.0165242385, 0.00120536587, 0.00528173288, -0.0100293262, -0.00492374552, 0.00203427696, -0.00325597962, -0.0218429063, -0.0189335495, -0.00507432781, 0.00693245232, -0.000191778905, -0.00918265805, 0.00446915859, -0.0185244214, 0.0122397551, -0.0150127364, 0.00895536412, -0.00626193639, 0.00163509266, 0.0157855339, -0.00668242946, -0.0163083095, 0.0283662304, 0.000232620703, 0.0142967617, 0.0112339817, -0.00885308255, -0.00989863276, 0.0165696964, 0.0101429727, 0.00512831, -0.00282412185, 0.0127966246, -0.0137398932, -0.00290793646, 0.00363385491, -0.00636990042, 0.0190017372, 0.0216042474, -0.00693813432, 0.0137739871, 0.0137398932, -0.00753478, 0.00194193888, 0.0297299922, 0.00927925762, 0.0063244421, 0.00216070889, -0.0239112768, -0.0076825209, 0.00989295, -0.00506296288, 0.02627513, -0.0139217274, 0.0113703581, -0.0111942058, 0.018615339, 0.0192063022, -0.00841554254, -0.0291390289, -0.036571525, 0.0125806956, 0.0497772805, 0.0226384345, -0.00307414471, 0.0105634658, 0.0114669576, 0.00794390868, -0.00776207354, -0.00574484328, 0.0145467846, -0.0230134688, -0.00346906716, -0.00146604318, -0.0224338695, 0.0137171634, -0.00901218783, 0.0056681321, -0.0144104082, -0.0084439544, 0.0129898246, 0.0204905104, -0.0102679841, -0.0239112768, 0.00595509, 0.00737567432, -0.00267922226, 0.0196381602, 0.000605169, -0.028889006, -0.00277582207, -0.0106771123, -0.00103844726, 0.000619019673, 0.0175016, -0.00134032138, 0.000400604826, 0.00342076737, 0.00627330085, 0.0234566908, -0.00170043961, -0.0133762229, -0.00859169476, -0.0138649046, 0.0305255186, -0.00686426414, -0.00855191797, 0.0086769294, 4.30836626e-05, -0.0190926548, -0.0125125078, 0.000296547, -0.0163083095, 0.00121175859, -0.000317500613, 0.0165469684, -0.0085632829, 0.00538685638, 0.00940995105, -0.0138876336, -0.013353494, 0.0258660018, 0.0119101796, 0.0156946164, 0.00679607596, 0.00214082072, -0.00527320942, -0.007335898, -0.0131943887, -0.0212633088, -0.0135239642, 0.00629603025, 0.0096599739, 0.00896672904, 0.00321052084, 0.021888366, 0.0400945768, -0.00586985471, 0.00883035269, 0.00359691982, -0.00296902144, 0.00793254375, 0.0153991356, 0.0118760858, -0.00208967971, 0.020160934, 0.0236157961, 0.00638694782, 0.0161605682, -0.0220474713, 0.00313665043, -0.00833599, 0.0129330009, -0.00885308255, 0.00756887393, -0.00281417789, -0.0162855797, 0.0162969455, 0.00514535699, -0.00485271635, -0.0024391436, 0.0112339817, -0.00631307717, 0.00202717399, 0.00429016491, 0.00931335147, -0.00581871392, 0.0110691944, 0.0103134429, 0.00772229722, 0.0115465103, -0.0187403504, -0.0135921519, 0.0092167519, -0.0278661847, -0.0044407472, 0.00126645109, 0.00892695226, -0.0024419846, 0.00658582943, -0.0063471715, 0.00583576085, 3.95543975e-05, -0.0167628974, -0.00345202023, 0.00478736963, 0.0109782768, -0.0245704278, 0.00465099327, -0.0202632174, -0.0310710222, -0.0215701535, 0.0191949364, -0.0170470141, -0.00673357025, -0.00342644961, -0.013137565, -0.0264569651, -0.0358441882, -0.0118078981, 0.0137398932, 0.00134032138, 0.0262069423, -0.00371909, -0.0234112311, 0.0189335495, 0.00592099596, 0.00571074942, 0.00979635, 0.00792686082, -0.00826780125, 0.00672220578, -0.0159446392, 0.000215040971, -0.000592738856, -0.0119329095, -0.0115010515, 0.0119897323, -0.00975089148, -0.000434343703, -0.00972248, 0.0131602939, -0.00605737185, -0.00204422092, -0.0119556384, -0.00481009902, 0.00425607106, -0.00640399475, 0.00726202782, -0.0151832066, -0.0261387546, 0.0136944344, 0.0167515315, 0.00863715354, 0.0091087874, -0.00815983675, 0.00758592086, -0.00807460211, -0.0109725939, -0.00653468864, -0.0208541788, 0.00912015233, 0.00958610419, -0.0130239185, 0.0104668662, -0.0182516687, 0.0014930343, 0.0141490214, 0.023206668, 0.00484987535, 0.0317074433, -0.00602327799, 0.00612556, -0.0116942516, 0.00606305432, -0.00446915859, -0.0208996385, -0.00590394903, -0.0050175041, -0.0170470141, -0.00887581147, -0.00383841922, -0.00314801512, 0.0138194459, -0.032184761, -0.00538117392, 2.52375703e-05, 2.67691375e-05, 0.000652403396, -0.0262524, 0.00188653613, -0.0173197649, 0.000750778883, 0.0242749471, -0.0221497528, 0.0198086295, -0.00637558289, -0.00390944863, -0.00553175574, 0.0110294176, -0.0154105, -0.00683585228, -0.0110862413, 0.00743249804, -0.0119670033, 0.0266388, -0.0129670948, -0.00864283554, -0.0132398475, -0.00551470881, 0.00908037554, -0.0216156133, 0.0221952107, 0.0122397551, 0.0122397551, -0.0127284369, -0.00404014206, 0.0132284826, 0.00525048, 0.0193540417, -0.0127738956, 0.0133194, 0.000319986633, -0.0020016036, -0.00382421329, 0.00640399475, -0.00362533145, -0.00177004817, 0.00596645474, 0.00962019805, -0.0142058441, 0.000963866536, 0.0328439139, -0.00148024899, -0.00880194083, 0.0152627593, -0.0109669119, -0.00140566833, -0.0278889146, 0.00726202782, -0.0119670033, -0.0122056613, 0.0126488842, -0.000332416763, -0.00534992106, 0.0179789159, 0.00568517903, 0.010733936, -0.0209905561, -0.0161264744, -0.00708019268, -0.0118647208, -9.79315373e-05, -0.0245022401, -0.022570245, 0.00621079514, 0.0181607511, -0.0057817786, -0.0127511658, -0.0165696964, -0.0294345096, -0.0108191716, 0.00664265268, 0.0278889146, 0.00188795675, -0.0057789376, 0.00684721721, -0.0461405814, -0.00879625883, 0.00198597717, -0.0121261086, -0.00566529064, -0.0311164819, -0.0104839131, 0.0081200609, 0.00244340533, -0.0198427234, -0.0187176205, -0.0119101796, -0.025184121, -0.000540887529, 0.00154985767, 0.0114214988, -0.0354123302, 0.0176720712, 0.0108475825, 0.00436403556, 0.00887012947, -0.00991568, -0.00157542818, -0.00797232, 0.010733936, -0.0126602482, 0.00779048493, 0.0104668662, -0.00680175843, -0.00893831719, -0.0144104082, 0.0129557298, 0.022786174, 0.011393087, -0.000345202017, 0.00423334166, -0.00172885123, -0.0156491585, 0.000213797961, 0.00625625392, 0.019922277, 0.00174163654, -0.0154332295, -0.00239794655, 0.0186948907, -0.025615979, -0.00674493518, 0.00873943511, -0.00692108739, -0.0123534026, -0.0067676641, -0.00270621339, 0.0019305743, 0.0138649046, 0.0290935691, -0.0154673234, -0.00235817023, -0.000109651359, 0.00226441165, -0.00524479756, -0.00242777891, -0.0183653161, 0.00831326, 0.0183539502, 0.0141944801, 0.0111942058, -0.0118533568, -0.00719383964, -0.0251613911, -0.00307698594, 0.000539822096, -0.000699282682, 0.0162514858, -0.00569654349, -0.0187630802, 0.00719383964, -0.00524195656, 0.000823939, 0.000432212808, 0.0119442744, 0.0215815194, 0.013580787, -0.00575620821, -0.0211837552, 0.00206552981, 0.00230418798, 0.0288662761, 0.00180556288, -0.00460837595, 0.0193426777, -0.0368897356, 0.00330143818, 0.0153764058, -0.0347531773, -0.00153849297, -0.0211496614, -0.00836440083, -0.00432710024, -0.0185016915, -0.00659151189, 0.0164901447, -0.00294345105, 0.0251613911, -0.000755750923, -0.0117283454, -0.0055630086, -0.0118078981, -0.0286389831, 0.0419356525, -0.0215587895, 0.0246840753, 0.0048839692, -0.00390944863, -0.0186039731, -0.0159105454, -0.0318438224, 0.00358839636, 0.00163083093, 0.000909174036, -0.00675061718, 0.0104839131, 0.0146604311, 0.0223202221, 0.00033880939, 0.00408276, 0.0293663219, 0.00180840399, 0.0140581038, -0.0106714303, -0.000409483473, -0.0280707479, -0.00777912047, -0.029980015, -0.0179448221, 0.0247295331, 0.0116317458, -0.00440949434, 0.0040088892, 0.0124102253, -0.00713701639, 0.0195131488, 0.0181380231, -0.0112510286, 0.000981623889, -0.0102566201, -0.0113305813, 0.00879057683, -0.00366226677, -0.0209564622, 0.0243431348, -0.00243488164, 0.0199790988, -0.0116715217, 0.0104668662, -0.00640399475, -0.0110180527, 0.0349577405, -0.0126829781, -0.0058925841, -0.0127511658, -0.000967418, -0.000354258256, -0.0120806498, 0.00271899858, -0.00617101882, -0.00430721184, 0.00783594418, -0.00710292207, -0.00638126535, 0.0084553184, 0.0260251071, -0.0232407618, -0.0104327723, -0.022763446, 0.0109271351, -0.00615965435, -0.00746659189, 0.0142853968, 0.00671652332, 0.0101145608, -0.00383273675, -0.00347759062, -0.00360828452, -0.0185357854, -0.000288733776, 0.00901787, 0.0244795103, -0.000634646101, -0.0174220484, 0.000943978375, 0.00469361106, 0.00156122225, 0.0244340524, -0.00815415476, 0.00974520948, 0.0046850876, 0.0101202438, 0.0115862871, 0.00706314575, -0.0139671862, 0.00528457435, -0.00895536412, -0.0105009601, 0.00319347391, 0.0303891432, 0.00784162618, 0.00489817513, 0.0176607054, 0.00835303683, 0.00982476212, 0.00683585228, 0.00767115597, -0.00249880808, 0.0198313594, 0.0014447344, -0.0208541788, -0.00345486146, -0.0164901447, 0.0152286654, -0.00606873678, 0.00321336207, 0.00553743821, -0.0105009601, 0.000375744596, -0.00721656904, -0.0112680756, 0.00971679762, 0.0128761772, -0.00457428209, 0.00730180414, 0.0154445944, 0.0174902361, 0.0203200392, 0.00162372808, -0.0185585152, -0.00533571513, 0.00221611164, 0.00897809397, 0.00288094534, 0.0224452335, -0.00720520411, -0.0209450964, -0.0372761376, -0.000448904699, 0.0013481346, -0.00602896046, 0.00475895777, -0.0116203809, 0.0259796493, 0.0108646294, 0.0146263372, -0.0065687825, 0.0166947078, -0.00746090943, 0.00596077228, -0.0146036083, -0.00490954, 0.00622784207, 0.000811153732, 0.0117510743, -0.0203200392, 0.0129330009, 0.00386967207, -0.0186380688, -0.0163537674, -0.00946109276, -0.00613692496, 0.034798637, 0.00963156298, 0.0142853968, -0.00581303146, 0.0026607546, 0.014671796, -0.00127071282, 0.013796716, 0.00715974579, -0.00207689451, -0.00171748665, 0.00257836073, -0.00535844453, -0.00865988247, 0.0117283454, 0.00100506353, 0.00608578371, -0.00634148903, -0.00584712578, -0.0159900989, 0.0318438224, -0.00798936654, 0.000824649294]
|
24 Dec, 2024
|
What is Dijkstra’s Algorithm? | Introduction to Dijkstra’s Shortest Path Algorithm
24 Dec, 2024
In this article, we will be discussing one of the most commonly known shortest-path algorithms i.e. Dijkstra’s Shortest Path Algorithm which was developed by Dutch computer scientist Edsger W. Dijkstra in 1956. Moreover, we will do a complexity analysis for this algorithm and also see how it differs from other shortest-path algorithms.
Table of Content
Dijkstra’s AlgorithmNeed for Dijkstra’s Algorithm (Purpose and Use-Cases)Can Dijkstra’s Algorithm work on both Directed and Undirected graphs? Algorithm for Dijkstra’s AlgorithmHow does Dijkstra’s Algorithm works?Pseudo Code for Dijkstra’s AlgorithmImplemention of Dijkstra’s Algorithm:Dijkstra’s Algorithms vs Bellman-Ford AlgorithmDijkstra’s Algorithm vs Floyd-Warshall AlgorithmDijkstra’s Algorithm vs A* AlgorithmPractice Problems on Dijkstra’s AlgorithmConclusion:
Dijkstra’s Algorithm:Dijkstra’s algorithm is a popular algorithm for solving many single-source shortest path problems having non-negative edge weight in the graphs i.e., it is to find the shortest distance between two vertices on a graph. It was conceived by Dutch computer scientist Edsger W. Dijkstra in 1956.
The algorithm maintains a set of visited vertices and a set of unvisited vertices. It starts at the source vertex and iteratively selects the unvisited vertex with the smallest tentative distance from the source. It then visits the neighbors of this vertex and updates their tentative distances if a shorter path is found. This process continues until the destination vertex is reached, or all reachable vertices have been visited.
Need for Dijkstra’s Algorithm (Purpose and Use-Cases)The need for Dijkstra’s algorithm arises in many applications where finding the shortest path between two points is crucial.
For example, It can be used in the routing protocols for computer networks and also used by map systems to find the shortest path between starting point and the Destination (as explained in How does Google Maps work?)
Can Dijkstra’s Algorithm work on both Directed and Undirected graphs? Yes, Dijkstra’s algorithm can work on both directed graphs and undirected graphs as this algorithm is designed to work on any type of graph as long as it meets the requirements of having non-negative edge weights and being connected.
In a directed graph, each edge has a direction, indicating the direction of travel between the vertices connected by the edge. In this case, the algorithm follows the direction of the edges when searching for the shortest path.In an undirected graph, the edges have no direction, and the algorithm can traverse both forward and backward along the edges when searching for the shortest path.Algorithm for Dijkstra’s Algorithm:Mark the source node with a current distance of 0 and the rest with infinity.Set the non-visited node with the smallest current distance as the current node.For each neighbor, N of the current node adds the current distance of the adjacent node with the weight of the edge connecting 0->1. If it is smaller than the current distance of Node, set it as the new current distance of N.Mark the current node 1 as visited.Go to step 2 if there are any nodes are unvisited.How does Dijkstra’s Algorithm works?Let’s see how Dijkstra’s Algorithm works with an example given below:
Dijkstra’s Algorithm will generate the shortest path from Node 0 to all other Nodes in the graph.
Consider the below graph:
Dijkstra’s AlgorithmThe algorithm will generate the shortest path from node 0 to all the other nodes in the graph.
For this graph, we will assume that the weight of the edges represents the distance between two nodes.
As, we can see we have the shortest path from,Node 0 to Node 1, fromNode 0 to Node 2, fromNode 0 to Node 3, fromNode 0 to Node 4, fromNode 0 to Node 6.
Initially we have a set of resources given below :
The Distance from the source node to itself is 0. In this example the source node is 0.The distance from the source node to all other node is unknown so we mark all of them as infinity.Example: 0 -> 0, 1-> ∞,2-> ∞,3-> ∞,4-> ∞,5-> ∞,6-> ∞.
we’ll also have an array of unvisited elements that will keep track of unvisited or unmarked Nodes.Algorithm will complete when all the nodes marked as visited and the distance between them added to the path. Unvisited Nodes:- 0 1 2 3 4 5 6.Step 1: Start from Node 0 and mark Node as visited as you can check in below image visited Node is marked red.
Dijkstra’s AlgorithmStep 2: Check for adjacent Nodes, Now we have to choices (Either choose Node1 with distance 2 or either choose Node 2 with distance 6 ) and choose Node with minimum distance. In this step Node 1 is Minimum distance adjacent Node, so marked it as visited and add up the distance.
Distance: Node 0 -> Node 1 = 2
Dijkstra’s AlgorithmStep 3: Then Move Forward and check for adjacent Node which is Node 3, so marked it as visited and add up the distance, Now the distance will be:
Distance: Node 0 -> Node 1 -> Node 3 = 2 + 5 = 7
Dijkstra’s AlgorithmStep 4: Again we have two choices for adjacent Nodes (Either we can choose Node 4 with distance 10 or either we can choose Node 5 with distance 15) so choose Node with minimum distance. In this step Node 4 is Minimum distance adjacent Node, so marked it as visited and add up the distance.
Distance: Node 0 -> Node 1 -> Node 3 -> Node 4 = 2 + 5 + 10 = 17
Dijkstra’s AlgorithmStep 5: Again, Move Forward and check for adjacent Node which is Node 6, so marked it as visited and add up the distance, Now the distance will be:
Distance: Node 0 -> Node 1 -> Node 3 -> Node 4 -> Node 6 = 2 + 5 + 10 + 2 = 19
Dijkstra’s AlgorithmSo, the Shortest Distance from the Source Vertex is 19 which is optimal one
Pseudo Code for Dijkstra’s Algorithmfunction Dijkstra(Graph, source): // Initialize distances to all nodes as infinity, and to the source node as 0.
distances = map(all nodes -> infinity)
distances = 0
// Initialize an empty set of visited nodes and a priority queue to keep track of the nodes to visit. visited = empty set queue = new PriorityQueue() queue.enqueue(source, 0)
// Loop until all nodes have been visited. while queue is not empty: // Dequeue the node with the smallest distance from the priority queue. current = queue.dequeue()
// If the node has already been visited, skip it. if current in visited: continue
// Mark the node as visited. visited.add(current)
// Check all neighboring nodes to see if their distances need to be updated. for neighbor in Graph.neighbors(current): // Calculate the tentative distance to the neighbor through the current node. tentative_distance = distances[current] + Graph.distance(current, neighbor)
// If the tentative distance is smaller than the current distance to the neighbor, update the distance. if tentative_distance < distances[neighbor]: distances[neighbor] = tentative_distance
// Enqueue the neighbor with its new distance to be considered for visitation in the future. queue.enqueue(neighbor, distances[neighbor])
// Return the calculated distances from the source to all other nodes in the graph. return distances
Implemention of Dijkstra’s Algorithm:There are several ways to Implement Dijkstra’s algorithm, but the most common ones are:
Priority Queue (Heap-based Implementation):Array-based Implementation:1. Dijkstra’s Shortest Path Algorithm using priority_queue (Heap)In this Implementation, we are given a graph and a source vertex in the graph, finding the shortest paths from the source to all vertices in the given graph.
Example:
Input: Source = 0
ExampleOutput: Vertex
Vertex Distance from Source
0 -> 01 -> 22 -> 63 -> 74 -> 175 -> 226 -> 19
Below is the algorithm based on the above idea:
Initialize the distance values and priority queue.Insert the source node into the priority queue with distance 0.While the priority queue is not empty:Extract the node with the minimum distance from the priority queue.Update the distances of its neighbors if a shorter path is found.Insert updated neighbors into the priority queue.Below is the C++ Implementation of the above approach:
C++
// Program to find Dijkstra's shortest path using
// priority_queue in STL
#include <bits/stdc++.h>
using namespace std;
#define INF 0x3f3f3f3f
// iPair ==> Integer Pair
typedef pair<int, int> iPair;
// This class represents a directed graph using
// adjacency list representation
class Graph {
int V; // No. of vertices
// In a weighted graph, we need to store vertex
// and weight pair for every edge
list<pair<int, int> >* adj;
public:
Graph(int V); // Constructor
// function to add an edge to graph
void addEdge(int u, int v, int w);
// prints shortest path from s
void shortestPath(int s);
};
// Allocates memory for adjacency list
Graph::Graph(int V)
{
this->V = V;
adj = new list<iPair>[V];
}
void Graph::addEdge(int u, int v, int w)
{
adj[u].push_back(make_pair(v, w));
adj[v].push_back(make_pair(u, w));
}
// Prints shortest paths from src to all other vertices
void Graph::shortestPath(int src)
{
// Create a priority queue to store vertices that
// are being preprocessed. This is weird syntax in C++.
// Refer below link for details of this syntax
// https://www.geeksforgeeks.org/implement-min-heap-using-stl/
priority_queue<iPair, vector<iPair>, greater<iPair> >
pq;
// Create a vector for distances and initialize all
// distances as infinite (INF)
vector<int> dist(V, INF);
// Insert source itself in priority queue and initialize
// its distance as 0.
pq.push(make_pair(0, src));
dist[src] = 0;
/* Looping till priority queue becomes empty (or all
distances are not finalized) */
while (!pq.empty()) {
// The first vertex in pair is the minimum distance
// vertex, extract it from priority queue.
// vertex label is stored in second of pair (it
// has to be done this way to keep the vertices
// sorted distance (distance must be first item
// in pair)
int u = pq.top().second;
pq.pop();
// 'i' is used to get all adjacent vertices of a
// vertex
list<pair<int, int> >::iterator i;
for (i = adj[u].begin(); i != adj[u].end(); ++i) {
// Get vertex label and weight of current
// adjacent of u.
int v = (*i).first;
int weight = (*i).second;
// If there is shorted path to v through u.
if (dist[v] > dist[u] + weight) {
// Updating distance of v
dist[v] = dist[u] + weight;
pq.push(make_pair(dist[v], v));
}
}
}
// Print shortest distances stored in dist[]
printf("Vertex Distance from Source\n");
for (int i = 0; i < V; ++i)
printf("%d \t\t %d\n", i, dist[i]);
}
// Driver program to test methods of graph class
int main()
{
// create the graph given in above figure
int V = 7;
Graph g(V);
// making above shown graph
g.addEdge(0, 1, 2);
g.addEdge(0, 2, 6);
g.addEdge(1, 3, 5);
g.addEdge(2, 3, 8);
g.addEdge(3, 4, 10);
g.addEdge(3, 5, 15);
g.addEdge(4, 6, 2);
g.addEdge(5, 6, 6);
g.shortestPath(0);
return 0;
}
Java
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.PriorityQueue;
public class DijkstraAlgoForShortestDistance {
static class Node implements Comparable<Node> {
int v;
int distance;
public Node(int v, int distance)
{
this.v = v;
this.distance = distance;
}
@Override public int compareTo(Node n)
{
if (this.distance <= n.distance) {
return -1;
}
else {
return 1;
}
}
}
static int[] dijkstra(
int V,
ArrayList<ArrayList<ArrayList<Integer> > > adj,
int S)
{
boolean[] visited = new boolean[V];
HashMap<Integer, Node> map = new HashMap<>();
PriorityQueue<Node> q = new PriorityQueue<>();
map.put(S, new Node(S, 0));
q.add(new Node(S, 0));
while (!q.isEmpty()) {
Node n = q.poll();
int v = n.v;
int distance = n.distance;
visited[v] = true;
ArrayList<ArrayList<Integer> > adjList
= adj.get(v);
for (ArrayList<Integer> adjLink : adjList) {
if (visited[adjLink.get(0)] == false) {
if (!map.containsKey(adjLink.get(0))) {
map.put(
adjLink.get(0),
new Node(v,
distance
+ adjLink.get(1)));
}
else {
Node sn = map.get(adjLink.get(0));
if (distance + adjLink.get(1)
< sn.distance) {
sn.v = v;
sn.distance
= distance + adjLink.get(1);
}
}
q.add(new Node(adjLink.get(0),
distance
+ adjLink.get(1)));
}
}
}
int[] result = new int[V];
for (int i = 0; i < V; i++) {
result[i] = map.get(i).distance;
}
return result;
}
public static void main(String[] args)
{
ArrayList<ArrayList<ArrayList<Integer> > > adj
= new ArrayList<>();
HashMap<Integer, ArrayList<ArrayList<Integer> > >
map = new HashMap<>();
int V = 6;
int E = 5;
int[] u = { 0, 0, 1, 2, 4 };
int[] v = { 3, 5, 4, 5, 5 };
int[] w = { 9, 4, 4, 10, 3 };
for (int i = 0; i < E; i++) {
ArrayList<Integer> edge = new ArrayList<>();
edge.add(v[i]);
edge.add(w[i]);
ArrayList<ArrayList<Integer> > adjList;
if (!map.containsKey(u[i])) {
adjList = new ArrayList<>();
}
else {
adjList = map.get(u[i]);
}
adjList.add(edge);
map.put(u[i], adjList);
ArrayList<Integer> edge2 = new ArrayList<>();
edge2.add(u[i]);
edge2.add(w[i]);
ArrayList<ArrayList<Integer> > adjList2;
if (!map.containsKey(v[i])) {
adjList2 = new ArrayList<>();
}
else {
adjList2 = map.get(v[i]);
}
adjList2.add(edge2);
map.put(v[i], adjList2);
}
for (int i = 0; i < V; i++) {
if (map.containsKey(i)) {
adj.add(map.get(i));
}
else {
adj.add(null);
}
}
int S = 1;
// Input sample
//[0 [[3, 9], [5, 4]],
// 1 [[4, 4]],
// 2 [[5, 10]],
// 3 [[0, 9]],
// 4 [[1, 4], [5, 3]],
// 5 [[0, 4], [2, 10], [4, 3]]
//]
int[] result
= DijkstraAlgoForShortestDistance.dijkstra(
V, adj, S);
System.out.println(Arrays.toString(result));
}
}
Python
# Python implementation of Dijkstra Algorithm
import heapq
class Node:
def __init__(self, v, distance):
self.v = v
self.distance = distance
def __lt__(self, other):
return self.distance < other.distance
def dijkstra(V, adj, S):
visited = [False] * V
map = {}
q = []
map[S] = Node(S, 0)
heapq.heappush(q, Node(S, 0))
while q:
n = heapq.heappop(q)
v = n.v
distance = n.distance
visited[v] = True
adjList = adj[v]
for adjLink in adjList:
if not visited[adjLink[0]]:
if adjLink[0] not in map:
map[adjLink[0]] = Node(v, distance + adjLink[1])
else:
sn = map[adjLink[0]]
if distance + adjLink[1] < sn.distance:
sn.v = v
sn.distance = distance + adjLink[1]
heapq.heappush(q, Node(adjLink[0], distance + adjLink[1]))
result = [0] * V
for i in range(V):
result[i] = map[i].distance
return result
def main():
adj = [[] for _ in range(6)]
V = 6
E = 5
u = [0, 0, 1, 2, 4]
v = [3, 5, 4, 5, 5]
w = [9, 4, 4, 10, 3]
for i in range(E):
edge = [v[i], w[i]]
adj[u[i]].append(edge)
edge2 = [u[i], w[i]]
adj[v[i]].append(edge2)
S = 1
result = dijkstra(V, adj, S)
print(result)
if __name__ == "__main__":
main()
# This code is contributed by ragul21
C#
// C# Code:
using System;
using System.Collections.Generic;
public class Graph {
// No. of vertices
private int V;
// adjacency list
private List<Tuple<int, int> >[] adj;
// Constructor
public Graph(int v)
{
V = v;
adj = new List<Tuple<int, int> >[ v ];
for (int i = 0; i < v; ++i)
adj[i] = new List<Tuple<int, int> >();
}
// function to add an edge to graph
public void addEdge(int u, int v, int w)
{
adj[u].Add(Tuple.Create(v, w));
adj[v].Add(Tuple.Create(u, w));
}
// prints shortest path from s
public void shortestPath(int s)
{
// Create a priority queue to store vertices that
// are being preprocessed.
var pq = new PriorityQueue<Tuple<int, int> >();
// Create a vector for distances and initialize all
// distances as infinite (INF)
var dist = new int[V];
for (int i = 0; i < V; i++)
dist[i] = int.MaxValue;
// Insert source itself in priority queue and
// initialize its distance as 0.
pq.Enqueue(Tuple.Create(0, s));
dist[s] = 0;
/* Looping till priority queue becomes empty (or all
distances are not finalized) */
while (pq.Count != 0) {
// The first vertex in pair is the minimum
// distance vertex, extract it from priority
// queue. vertex label is stored in second of
// pair (it has to be done this way to keep the
// vertices sorted distance (distance must be
// first item in pair)
var u = pq.Dequeue().Item2;
// 'i' is used to get all adjacent vertices of a
// vertex
foreach(var i in adj[u])
{
// Get vertex label and weight of current
// adjacent of u.
int v = i.Item1;
int weight = i.Item2;
// If there is shorted path to v through u.
if (dist[v] > dist[u] + weight) {
// Updating distance of v
dist[v] = dist[u] + weight;
pq.Enqueue(Tuple.Create(dist[v], v));
}
}
}
// Print shortest distances stored in dist[]
Console.WriteLine("Vertex Distance from Source");
for (int i = 0; i < V; ++i)
Console.WriteLine("{0}\t\t{1}", i, dist[i]);
}
}
public class PriorityQueue<T> {
private readonly List<T> _data;
private readonly Comparison<T> _compare;
public PriorityQueue()
: this(Comparer<T>.Default)
{
}
public PriorityQueue(IComparer<T> comparer)
: this(comparer.Compare)
{
}
public PriorityQueue(Comparison<T> comparison)
{
_data = new List<T>();
_compare = comparison;
}
public void Enqueue(T item)
{
_data.Add(item);
var childIndex = _data.Count - 1;
while (childIndex > 0) {
var parentIndex = (childIndex - 1) / 2;
if (_compare(_data[childIndex],
_data[parentIndex])
>= 0)
break;
T tmp = _data[childIndex];
_data[childIndex] = _data[parentIndex];
_data[parentIndex] = tmp;
childIndex = parentIndex;
}
}
public T Dequeue()
{
// assumes pq is not empty; up to calling code
var lastElement = _data.Count - 1;
var frontItem = _data[0];
_data[0] = _data[lastElement];
_data.RemoveAt(lastElement);
--lastElement;
var parentIndex = 0;
while (true) {
var childIndex = parentIndex * 2 + 1;
if (childIndex > lastElement)
break; // End of tree
var rightChild = childIndex + 1;
if (rightChild <= lastElement
&& _compare(_data[rightChild],
_data[childIndex])
< 0)
childIndex = rightChild;
if (_compare(_data[parentIndex],
_data[childIndex])
<= 0)
break; // Correct position
T tmp = _data[parentIndex];
_data[parentIndex] = _data[childIndex];
_data[childIndex] = tmp;
parentIndex = childIndex;
}
return frontItem;
}
public T Peek()
{
T frontItem = _data[0];
return frontItem;
}
public int Count
{
get { return _data.Count; }
}
}
class Program {
// Driver program to test methods of graph class
static void Main(string[] args)
{
// create the graph given in above figure
int V = 7;
Graph g = new Graph(V);
// making above shown graph
g.addEdge(0, 1, 2);
g.addEdge(0, 2, 6);
g.addEdge(1, 3, 5);
g.addEdge(2, 3, 8);
g.addEdge(3, 4, 10);
g.addEdge(3, 5, 15);
g.addEdge(4, 6, 2);
g.addEdge(5, 6, 6);
g.shortestPath(0);
}
}
JavaScript
class PriorityQueue {
constructor() {
this.queue = [];
}
enqueue(element, priority) {
this.queue.push({ element, priority });
this.queue.sort((a, b) => a.priority - b.priority);
}
dequeue() {
if (this.isEmpty()) {
return null;
}
return this.queue.shift().element;
}
isEmpty() {
return this.queue.length === 0;
}
}
class Graph {
constructor(V) {
this.V = V;
this.adj = new Array(V);
for (let i = 0; i < V; i++) {
this.adj[i] = [];
}
}
addEdge(u, v, w) {
this.adj[u].push({ v, w });
this.adj[v].push({ v: u, w });
}
shortestPath(src) {
const pq = new PriorityQueue();
const dist = new Array(this.V).fill(Infinity);
const visited = new Array(this.V).fill(false);
pq.enqueue(src, 0);
dist[src] = 0;
while (!pq.isEmpty()) {
const u = pq.dequeue();
if (visited[u]) continue;
visited[u] = true;
for (const { v, w } of this.adj[u]) {
if (!visited[v] && dist[u] + w < dist[v]) {
dist[v] = dist[u] + w;
pq.enqueue(v, dist[v]);
}
}
}
console.log("Vertex Distance from Source");
for (let i = 0; i < this.V; i++) {
console.log(`${i}\t\t${dist[i] === Infinity ? "Infinity" : dist[i]}`);
}
}
}
function main() {
const V = 7;
const g = new Graph(V);
g.addEdge(0, 1, 2);
g.addEdge(0, 2, 6);
g.addEdge(1, 3, 5);
g.addEdge(2, 3, 8);
g.addEdge(3, 4, 10);
g.addEdge(3, 5, 15);
g.addEdge(4, 6, 2);
g.addEdge(5, 6, 6);
g.shortestPath(0);
}
main();
Final Answer:
Output
Complexity Analysis of Dijkstra Algorithm:
Time complexity: O((V + E) log V), where V is the number of vertices and E is the number of edges.Auxiliary Space: O(V), where V is the number of vertices and E is the number of edges in the graph.2. Array-based Implementation of Dijkstra’s Algorithm (Naive Approach):Dijkstra’s Algorithm can also be implemented using arrays without using a priority queue. This implementation is straightforward but can be less efficient, especially on large graphs.
The algorithm proceeds as follows:
Initialize an array to store distances from the source to each node.Mark all nodes as unvisited.Set the distance to the source node as 0 and infinity for all other nodes.Repeat until all nodes are visited:Find the unvisited node with the smallest known distance.For the current node, update the distances of its unvisited neighbors.Mark the current node as visited.Complexity Analysis:
Time Complexity: O(V^2) in the worst case, where V is the number of vertices. This can be improved to O(V^2) with some optimizations.Auxiliary Space: O(V), where V is the number of vertices and E is the number of edges in the graph.Dijkstra’s Algorithms vs Bellman-Ford AlgorithmDijkstra’s algorithm and Bellman-Ford algorithm are both used to find the shortest path in a weighted graph, but they have some key differences. Here are the main differences between Dijkstra’s algorithm and Bellman-Ford algorithm:
Feature:Dijkstra’sBellman FordOptimizationoptimized for finding the shortest path between a single source node and all other nodes in a graph with non-negative edge weightsBellman-Ford algorithm is optimized for finding the shortest path between a single source node and all other nodes in a graph with negative edge weights.RelaxationDijkstra’s algorithm uses a greedy approach where it chooses the node with the smallest distance and updates its neighborsthe Bellman-Ford algorithm relaxes all edges in each iteration, updating the distance of each node by considering all possible paths to that nodeTime ComplexityDijkstra’s algorithm has a time complexity of O(V^2) for a dense graph and O(E log V) for a sparse graph, where V is the number of vertices and E is the number of edges in the graph.Bellman-Ford algorithm has a time complexity of O(VE), where V is the number of vertices and E is the number of edges in the graph.Negative WeightsDijkstra’s algorithm does not work with graphs that have negative edge weights, as it assumes that all edge weights are non-negative.Bellman-Ford algorithm can handle negative edge weights and can detect negative-weight cycles in the graph.Dijkstra’s Algorithm vs Floyd-Warshall AlgorithmDijkstra’s algorithm and Floyd-Warshall algorithm are both used to find the shortest path in a weighted graph, but they have some key differences. Here are the main differences between Dijkstra’s algorithm and Floyd-Warshall algorithm:
Feature:Dijkstra’sFloyd-Warshall AlgorithmOptimizationOptimized for finding the shortest path between a single source node and all other nodes in a graph with non-negative edge weightsFloyd-Warshall algorithm is optimized for finding the shortest path between all pairs of nodes in a graph.TechniqueDijkstra’s algorithm is a single-source shortest path algorithm that uses a greedy approach and calculates the shortest path from the source node to all other nodes in the graph.Floyd-Warshall algorithm, on the other hand, is an all-pairs shortest path algorithm that uses dynamic programming to calculate the shortest path between all pairs of nodes in the graph.Time ComplexityDijkstra’s algorithm has a time complexity of O(V^2) for a dense graph and O(E log V) for a sparse graph, where V is the number of vertices and E is the number of edges in the graph.Floyd-Warshall algorithm, on the other hand, is an all-pairs shortest path algorithm that uses dynamic programming to calculate the shortest path between all pairs of nodes in the graph.Negative WeightsDijkstra’s algorithm does not work with graphs that have negative edge weights, as it assumes that all edge weights are non-negative.Floyd-Warshall algorithm, on the other hand, is an all-pairs shortest path algorithm that uses dynamic programming to calculate the shortest path between all pairs of nodes in the graph.Dijkstra’s Algorithm vs A* AlgorithmDijkstra’s algorithm and A* algorithm are both used to find the shortest path in a weighted graph, but they have some key differences. Here are the main differences between Dijkstra’s algorithm and A* algorithm:
Feature: A* AlgorithmSearch TechniqueOptimized for finding the shortest path between a single source node and all other nodes in a graph with non-negative edge weightsA* algorithm is an informed search algorithm that uses a heuristic function to guide the search towards the goal node.Heuristic FunctionDijkstra’s algorithm, does not use any heuristic function and considers all the nodes in the graph.A* algorithm uses a heuristic function that estimates the distance from the current node to the goal node. This heuristic function is admissible, meaning that it never overestimates the actual distance to the goal nodeTime ComplexityDijkstra’s algorithm has a time complexity of O(V^2) for a dense graph and O(E log V) for a sparse graph, where V is the number of vertices and E is the number of edges in the graph.The time complexity of A* algorithm depends on the quality of the heuristic function.ApplicationDijkstra’s algorithm is used in many applications such as routing algorithms, GPS navigation systems, and network analysis. A* algorithm is commonly used in pathfinding and graph traversal problems, such as video games, robotics, and planning algorithms.Practice Problems on Dijkstra’s Algorithm:Dijkstra’s shortest path algorithm | Greedy Algo-7Dijkstra’s Algorithm for Adjacency List Representation | Greedy Algo-8Dijkstra’s Algorithm – Priority Queue and Array ImplementationDijkstra’s shortest path algorithm using set in STLDijkstra’s shortest path algorithm using STL in C++Dijkstra’s Shortest Path Algorithm using priority_queue of STLDijkstra’s shortest path algorithm using matrix in C++Dijkstra’s Algorithm for Single Source Shortest Path in a DAGDijkstra’s Algorithm using Fibonacci HeapDijkstra’s shortest path algorithm for directed graph with negative weightsPrinting Paths in Dijkstra’s Shortest Path AlgorithmDijkstra’s shortest path algorithm with priority queue in JavaDijkstra’s shortest path algorithm with adjacency list in JavaDijkstra’s shortest path algorithm using adjacency matrix in JavaDijkstra’s Algorithm using Adjacency List in PythonDijkstra’s Algorithm using PriorityQueue in PythonDijkstra’s Algorithm using heapq module in PythonDijkstra’s Algorithm using dictionary and priority queue in PythonConclusion:Overall, Dijkstra’s Algorithm is a simple and efficient way to find the shortest path in a graph with non-negative edge weights. However, it may not work well with graphs that have negative edge weights or cycles. In such cases, more advanced algorithms such as the Bellman-Ford algorithm or the Floyd-Warshall algorithm may be used.
Master Data Structures and Algorithms at your own pace with our DSA Self-Paced course. In just 90 days, you’ll cover core concepts, solve real-world problems, and sharpen your problem-solving skills. Take the Three 90 Challenge: complete 90% of the course in 90 days and get a 90% refund. Stay motivated, track progress, and achieve DSA mastery. Start today!
|
Operating Systems/Operating System Tutorial/Booting and Dual Booting of Operating System/Concept behind Multiple Booting Guide/Differences between Multiple Cycle Datapath and Pipeline Datapath/Differences between POP3 and IMAP/What are the differences between Bellman Ford’s and Dijkstra’s algorithms?/What is Dijkstra’s Algorithm? | Introduction to Dijkstra’s Shortest Path Algorithm
|
https://www.geeksforgeeks.org/introduction-to-dijkstras-shortest-path-algorithm?ref=asr10
|
Operating Systems
|
What is Dijkstra’s Algorithm? | Introduction to Dijkstra’s Shortest Path Algorithm
|
Operating System Tutorial, What is Dijkstra’s Algorithm? | Introduction to Dijkstra’s Shortest Path Algorithm, Concept behind Multiple Booting Guide, Operating Systems, Booting and Dual Booting of Operating System, Differences between POP3 and IMAP, What are the differences between Bellman Ford’s and Dijkstra’s algorithms?, Differences between Multiple Cycle Datapath and Pipeline Datapath
|
GeeksforGeeks
|
[-0.00828774087, 0.0106265163, -0.0245806854, 0.0254439935, 0.0215041768, -0.00580377318, 0.0359763317, 0.022948252, -0.0160261057, 0.0249103121, 0.00666315528, 0.0118900826, 0.0323033556, -0.0551574267, -0.0305453483, 0.0280653052, 0.0417526327, 0.0111758932, -0.0112700723, -0.054466784, -0.0218965877, -0.0112229828, -0.0436989963, 0.0109247491, -0.00787570886, 0.0339985751, 0.0320208184, 0.00196696515, -0.0463987924, 0.00049419381, 0.0141739203, 0.0124159148, -0.0158926845, -0.0412189551, -0.00108894322, 0.0293524154, -0.00994372, -0.0081778653, -0.0360391177, 0.0306238309, 0.0311889034, 0.0307651, 0.00878218, 0.00545060216, -0.00126749068, 0.0104303109, -0.0178312, 0.00504641794, -6.23873711e-05, 0.000970238645, -0.0221634284, -0.0501973405, 0.0403399505, 0.0144250644, 0.0322719626, 0.0181451291, -0.0019345911, -0.0128240231, -0.00334727415, -0.000616086822, 0.0488474444, -0.0379854813, -0.0270450339, 0.0136009995, 0.0354112573, 0.0125964247, -0.0413759202, 0.0382680148, 0.00191889459, -0.0478742607, -0.0463360064, 0.0243609361, -0.0312202964, 0.00251536071, 0.0143387336, -0.0305924378, -0.0282850545, 0.0142680993, -0.0052347756, 0.00291562104, 0.0201071892, -0.0192281865, -0.0227441974, -0.0528343506, 0.0235290229, -0.0213472117, 0.0108070262, -0.056570109, 0.0682482943, 0.00877433177, -0.0026664394, -0.0170620736, 0.0309848506, -0.0231680032, -0.0393353775, 0.0231837, 0.0171091631, -0.00605099276, -0.00988093391, 0.0415642783, 0.0173132159, 0.00120764785, 0.00346107362, -0.00600782735, 0.00989663, -0.0348461829, -0.0176585391, 0.0239999164, 0.0378913023, 0.0524890274, 0.00485806027, 0.0149038071, -0.03384161, 0.0319580324, -0.0225087516, 0.00523869973, -0.00696531264, -0.0479370467, 0.0626917407, -0.0160339531, 0.0129182022, 0.0300744548, -0.0199659206, 0.0210960675, -0.0426630303, 0.00299998955, -0.000345322536, 0.008750787, -0.0158691406, -0.00884496607, 0.00531718228, 0.00929231569, -0.0183177907, -0.02955647, 0.0198874399, 0.0131065603, 0.0123138875, 0.0288815219, -0.0252556354, 0.00174034713, -0.00902547594, -0.0266526211, -0.006945692, -0.0246434715, -0.0146605112, 0.0157906581, -0.00289796246, 0.049381122, -0.0372006558, 0.0155709069, -0.0382680148, -0.0257265288, 0.00905686803, -0.0125728799, 0.0131850429, -0.00948852208, -0.0352542922, -0.00556440186, -0.02233609, -0.0078050741, 0.0358193666, -0.0210960675, 0.00171091617, -0.0142131615, -0.0574805066, 0.0153040672, 0.0445152149, -0.0326486751, -0.0567270741, 0.0372006558, 0.00457944768, 0.00894699339, -0.00408108439, 0.0475917235, -0.0382052287, 0.00782469474, 0.011168045, -0.01297314, 0.0185846314, 0.0191340074, -0.0218808912, -0.00297448272, 0.0220535528, 0.00616086787, 0.00813077576, 0.0199816171, 0.0184276663, -0.0115761533, 0.022916859, -0.0268723723, 0.0155238183, 0.00137834705, 0.0471208319, 0.0215983558, 0.00157749618, -0.0197147783, -0.0295721665, 0.0148567175, 0.0189770442, -0.00803659763, -0.0153433084, -0.023560416, 0.00777760521, 0.0354426503, 0.0232150927, -0.038519159, -0.0214099977, -0.00542313373, 0.0584536865, -0.00299017923, -0.0484079421, 0.0453942195, -0.0425688513, -0.0359449387, 0.0163400341, -0.00364158326, -0.0274531413, 0.0248632226, -0.0143308854, -0.047215011, 0.0346578248, 0.0239214338, 0.00707126362, -0.00358272134, -0.0583595112, -0.0426316373, 0.00933940522, -0.00116252049, 0.0216140524, -0.0182236116, 0.0393667705, -0.0232778788, 0.00234858575, -0.0109404456, -0.0249574017, 0.00382994092, -0.0232150927, 0.0217396244, -0.0492241569, 0.00813862402, 0.00380051, 0.00947282556, 0.0071536703, 0.0117331184, -0.0304982588, 0.0140640456, 0.0207507461, 0.000462555618, 0.0206408706, 0.021048978, 0.02282268, -0.0281280912, 0.0176585391, -0.0104538547, -0.0496008731, 0.000871645112, 0.0024800438, -0.0130673191, -0.0155238183, -0.025428297, 0.0179567728, 0.0146919042, -0.0190084372, 0.0280653052, 0.0043047592, 0.0180980396, 0.0257422253, -0.0122511024, -0.000753431, -0.0206722636, 0.0195421167, -0.0160496496, 0.0129966848, -0.00744797941, -0.00722822873, -0.027233392, 0.00230542035, 0.0137030259, 0.0496950522, 0.0262131207, 0.0137030259, -0.0648578554, 0.0207507461, 0.0134754274, 0.00883711781, -0.0322405696, 0.00557225, -0.000817197957, -0.042254921, -0.021143157, -0.0372948349, -0.00830343738, 0.0252399389, 0.0120156547, 0.0439187475, 0.0176742356, -0.0267468, -0.0266526211, -0.0242824536, -0.0360391177, -0.012698452, -0.0172190368, 0.0136559373, 0.0184904523, 0.0111837415, -0.031361565, -0.00814647228, -0.0194008481, 0.0164342131, -0.0171091631, -0.00948852208, 0.00470501976, -0.0340927541, -0.0602430888, -0.0118429931, -0.0203269403, 0.0534936, 0.0196833853, -0.0171876438, -0.0412817411, 0.00838192, -0.00112426037, 0.00961409323, 0.0667414293, 0.0723293796, -0.00675341, -0.0275787134, 0.00715759443, -0.0378599092, -0.022398876, -0.00268606, -0.0189927407, -0.0353798643, 0.00460299244, 0.0313772634, -0.0549690686, -0.015971167, 0.0108776605, -0.00261542574, -0.00675733434, 0.00920598488, 0.0226657167, 0.00166088366, -0.00788748078, 0.00136559363, -0.0221477319, -0.0095827, 0.00155689451, 0.0220378563, -0.0178155042, 0.00159907877, 0.0644811392, 0.0144172162, -0.0060431445, 0.0382994078, -0.0291954521, -0.0159005336, -0.0317068882, 0.022367483, 0.0165911783, 0.0432281047, -0.0151784951, -0.0127533888, 0.00246042316, -0.0170463771, -0.00165499747, 0.00597643433, -0.0256637428, -0.015484577, 0.0190398283, -0.0307337064, 0.0117409667, -0.010524489, -0.0344694667, -0.048345156, 0.00785608776, 0.0429455675, -0.00304315495, -0.0259305835, -0.00299214129, -0.008750787, 0.0461162552, 0.0142994924, 0.0150372274, -0.00957485195, 0.0093786465, 0.00488552917, -0.000929035363, 0.0236075055, 0.0220692493, -0.0328998193, 0.00813077576, -0.00282144221, -0.0190712214, 0.00438716589, -0.022304697, 0.0282693598, -0.00964548625, 0.0025702985, -0.028332144, 0.0214727838, 0.0466185436, 0.00609415816, 0.0316911899, -0.0301215444, 0.024203971, -0.0170934666, -0.00147743116, 0.00885281432, 0.0155316666, 0.00125179417, 0.00703594694, -0.0364472233, 0.0297291316, 0.00741658639, 0.0189142581, -0.0098103, 0.0311261173, -0.00348461838, 0.00131065596, -0.0214256942, -0.00199541496, 0.0177213252, 0.0135931512, -0.0163400341, 0.011748815, -0.0227128062, -0.00638846681, 0.0140012596, -0.0118272966, -0.0370750837, 0.0153982462, 0.00968472753, 0.0261346381, -0.0358193666, -0.0439501405, 0.0253027249, 0.0213629082, -0.0311575104, -0.0164656062, -0.0158063546, -0.00554870535, 0.000744111196, -0.0420979559, -0.0285675917, 0.00222693803, -0.0512960926, 0.0187102035, -0.0208135322, -0.0165754817, -0.0321463905, 0.00382209267, -0.0188671686, -0.0287088603, 0.0359135456, -0.0515786298, 0.00214256952, -0.03384161, 0.0167167503, -0.0141032869, 0.0300116688, 0.0213158187, 0.00853103679, 0.00498363236, 0.0347833969, 0.0409678109, 0.00156768586, -0.0118351448, -0.0161673743, 0.0016461683, -0.00483059138, -0.0653601363, 0.059144333, 0.0344380736, 0.033967182, 0.00758532342, 0.0108776605, -0.012667059, 0.0014480002, -0.0219122842, 0.0195578132, 0.0425060652, 0.0320365131, -0.0358507596, -0.0217396244, 0.0167481434, 0.0300744548, 0.00712620141, -0.0206408706, 0.00160692702, -0.00852318853, 0.0252556354, -0.0403399505, 0.000517493288, -0.00855458155, 0.0327114612, -0.0383935869, -0.0282222703, 0.00127533893, 0.0556597151, 0.00757747516, -0.0120941373, -0.0275002308, 0.0219907667, -0.00856243, -0.0227285, -0.0162929446, 0.0159554705, 0.00837407168, -0.0597094074, 0.0231993962, 0.0124708526, -0.0134440344, 0.00653365953, -0.00367493811, 0.00363177294, -0.0177684147, 0.0270607304, -0.00508173509, 0.00468539912, 0.00867230445, 0.0130202295, -0.00714582205, 0.00418703584, -0.0247376505, 0.0114270365, 0.00289796246, -0.0101242289, -0.00829558913, -0.00976321, -0.0334021077, 0.0220064633, 0.00943358429, -0.00101144193, -0.00607453752, -0.00333157764, 0.00507781096, 0.0328056403, 0.0187415965, 0.0247062575, -0.0186317209, 0.0334648937, -0.00115074811, 0.00383975124, -0.0185061488, 0.00297448272, -0.00312948553, -0.0175172705, 0.00258991914, 0.0115761533, 0.00167265604, 5.99654559e-05, -0.00118998927, 0.0192281865, -0.0286303777, -0.00256048818, -0.000294554251, -0.0347833969, 0.0050699627, -0.0275944099, 0.00355917658, -0.0122589506, 0.0021798485, 0.0213315152, 0.00616479199, -0.00929231569, 0.00556440186, -0.000886360533, -0.00829558913, 0.0064159357, 0.0106971506, -0.0136323925, -0.000480949937, -0.052991312, 0.0131458016, 0.0269822478, -0.00596466195, -0.0108698122, -0.00700063, -0.0180980396, 0.00123511674, 0.0063217571, -0.00650619064, -0.0111131072, 0.000543981092, -0.016983591, -0.0252556354, -0.0132242832, 0.00911180582, 0.00752253784, 0.0018541466, 0.0647950694, 0.0109639904, 0.00345911155, -0.00835837517, 0.0249103121, 0.00353759388, 0.000249672128, -0.0203740299, -0.0130594708, 0.0272176955, -0.0110503212, 0.00934725348, 0.0152805224, -0.00441071065, -0.0142367063, 0.0163400341, 0.0242510606, -0.0100143533, -0.0367297605, -0.0260404591, -0.00181294337, 0.0264799595, -0.0188514721, 0.0167324468, -0.0112857688, 0.00369063462, 0.0365100093, -0.0245022047, -0.0106265163, -0.0155709069, -0.0263543893, 0.00890775211, 0.0261189416, 0.0132635245, 0.00884496607, 0.00714974618, -0.00397709524, -0.0197147783, -0.0287559498, 0.0129260505, -0.014809628, 0.00646694936, -0.00538781658, -0.00828774087, 0.0292582363, -0.0212216396, 0.0125807282, -0.0110424729, -0.000247832679, -0.0276101064, 0.0333079286, 0.0158612914, 0.10905914, -0.00124296499, 0.0274060518, -0.0120705925, 0.00304904114, 0.0381738357, 0.0141032869, 5.42019043e-05, 0.0097946031, 0.0400888063, 0.0346892178, 0.000243908566, -0.029619256, 0.0283949301, -0.02282268, -0.0294622909, 0.0376087651, 0.00215826579, -0.0117095737, 0.0167167503, 0.0267781932, 0.00026291603, 0.0098103, 0.0261032451, 0.0168580189, 0.0161045883, 0.0325858891, -2.38206339e-05, -0.0287559498, -0.0266212281, 0.034940362, 0.00290384865, -0.0296663456, -0.0081778653, 0.0131379534, 0.00820141, 0.0128789609, -0.0258521, -0.0177527182, -0.00787963253, -0.0141739203, -0.00867230445, -0.00186493795, -0.0145192435, -0.0189142581, -0.0191026144, 0.0278612506, -0.0328370333, -0.0141425272, 0.0129888365, 0.0135696065, -0.000388487853, 0.00329626072, 0.0110660177, 0.00615694374, -0.0160339531, -0.00248593, 0.0053485753, -0.024109792, -0.00145682949, 0.00184924144, 0.00965333451, 0.0203426369, -0.00652188715, 0.0316911899, -0.0300587583, -0.0270921234, 0.0393981636, -0.0125022456, -0.0182707012, 0.0137972049, 0.0264485665, 0.012941747, -0.0231052171, -0.00378677552, -0.00324917119, -0.0199188329, 0.00114289986, 0.0123766735, 0.0143622784, -0.0416898504, -0.0156101482, -0.0209547989, -0.0169992875, -0.0164656062, 0.00820141, -0.00916674361, 0.0244865082, 0.00438716589, 0.0268723723, -0.00537212, -0.0143779749, 0.00293131755, 0.0100300498, 0.0239842199, 0.0110267764, 0.0112857688, 0.0222105179, -0.0358821526, -0.00976321, 0.0180980396, -0.00422627712, 0.0183177907, 0.00634137774, 0.019338062, 0.00154316006, 0.00113897573, -0.00865660794, 0.0119607169, 0.0202013683, -0.0166068748, -0.000214845553, -0.0277670715, 0.0088920556, -0.0115918498, 0.0244708117, 0.0382366218, -0.00101929007, 0.0333079286, 0.0100300498, 0.00630998472, 0.0012959406, -0.0276885889, -0.0331195705, 0.0220849458, -0.00448526908, -0.00870369747, 0.00606668927, 0.0127219968, 0.0123766735, 0.015390398, -0.0105323372, 0.00134106795, 0.00683581689, -0.0140875904, -0.00182765874, 0.0161673743, -0.020625174, 0.00598428259, 0.020499602, 0.00647872174, -0.00415956695, -0.00237997854, 0.0251614563, -0.00298821717, 0.0121569233, 0.0294622909, -0.0168423224, 0.0368553326, -0.00649049412, 0.0258050114, 0.00461868895, -0.0346264318, -0.0138129015, -0.0176585391, -0.0121804681, -0.0284891091, 0.0117095737, -0.0226500202, -0.00351601141, -0.00282536633, -0.0142288581, -0.027233392, 0.00240548537, -0.0142367063, -0.010281194, 0.00451273797, 0.00159613567, -0.008476099, -0.0360705107, 0.0222419109, 0.00876648352, -0.00552516058, 0.0113171618, 0.0262759067, -0.041124776, 0.016245855, -0.0117566632, 0.00899408292, 0.00684758881, -0.022854073, 0.00711442903, 0.0141739203, 0.02955647, -0.0279083401, 0.0250044912, 0.0148331728, 0.00625504693, 0.0405597, -0.0352542922, 0.0233249683, -0.00378088932, 0.021080371, -0.00762848882, 0.0117174219, 0.0177684147, 0.0201071892, 0.0276571959, 0.00574098714, 0.0117252702, -0.021755321, 0.00584301446, 0.0248161331, -0.00463830959, 0.017438788, 0.00397120928, 0.0275002308, 0.009637638, -0.00670632068, 0.0167638399, -0.0157121755, 6.4931919e-05, 0.0284577161, -0.0073616486, -0.0234662369, 0.00289796246, 0.00369063462, 0.0289600044, 0.00298233097, -0.00522692734, -0.00165009242, 0.0478742607, 0.0184119698, 0.0118979309, -0.00719291158, -0.00889990386, -0.0254753865, -0.0052347756, -0.0128789609, 0.0192281865, 0.0393039845, 0.00249181618, -0.0143387336, 0.00628644, 0.0055133882, 0.0299174897, -0.0271549094, 0.0142053133, -0.00338062923, -0.0258991905, -0.016245855, -0.00924522616, 0.00425767, -0.00952776242, 0.000204667376, 0.0137422672, -0.0151863433, -0.00106049341, -0.00685936119, -0.0326172821, -0.0100614429, 0.00156081864, -0.00127239584, -0.0255852602, 0.0233249683, 0.0112543758, 0.0124159148, 0.0212844256, 0.0236075055, 0.00901762769, 0.00178547448, 0.0176899321, -0.0310947243, 0.0136009995, 0.0033551224, 0.0178939868, 0.0107128471, 0.01600256, -0.00289992453, 0.0218338016, -0.0340613611, 0.013279221, 0.00103989174, -0.0282850545, -0.0136873294, 0.0283164475, 0.00916674361, 0.00224852073, 0.00547807105, -0.0131301051, 0.0125336386, -0.00369848288, 0.0195107237, -0.0526146, -0.00475603295, -0.0228069834, 0.0163400341, -0.014715449, 0.0453314334, -0.011168045, -0.0360077247, -0.0171719473, 0.00332569145, -0.0198246539, 0.0167638399, -0.0355054364, -0.013279221, -0.0235133264, 0.042254921, 0.000330852345, 0.00495223934, -0.0141739203, -0.0395865217, 0.0212216396, 0.0124159148, 0.0142837958, 0.00180411409, -0.0173289124, -0.0206565671, -0.00806799065, -0.0133498553, -0.0143387336, -0.0495694801, -0.0176742356, 0.0144643057, 0.00480704661, 0.00951206591, 0.00888420735, -0.00638061855, -0.00644732872, -0.00224655867, 0.0196519922, -0.00597643433, 0.0370122977, -0.0361646898, -0.0182550047, 0.0072243046, 0.0323347487, 0.0100692911, 0.0287873428, -0.0199973136, -0.0116546359, 0.0336532518, -0.0098103, -0.0586106516, -0.0182550047, -0.00766380597, -0.0345322527, 0.0144643057, 0.00906471629, 0.015696479, 0.0355054364, -0.00971612055, 0.0317382812, -0.0103753731, 0.0271235164, 0.00860167, 0.00141464523, 0.00511312811, -0.00262719812, -0.0183491837, -0.0167638399, 0.00240744743, -0.0208135322, 0.0153825497, -0.0178939868, 0.00760102, 0.00375538273, -0.000683287333, 0.0102576492, -0.0112229828, 0.0266526211, 0.0221163388, 0.0202170648, -0.00286068325, 0.00211117649, -0.00419096, -0.016245855, -0.0183177907, -0.0168109294, -0.0197461713, -0.00921383314, -0.0142602511, -0.0322091766, 0.0140248043, -0.0111915898, -0.0249574017, -0.0323661417, -0.00999080855, -0.0295093805, -0.000792181701, 0.00680442387, 0.0354112573, -0.00468539912, -0.0153511567, 0.00159907877, 0.0192909725, -0.0303255972, 0.00692607136, -0.00802874938, -0.00757747516, -0.00552516058, -0.00751076546, -0.00516021764, -0.0440443195, -0.00423412537, 0.0288344324, 0.0199502241, -0.00645517698, 0.00924522616, 0.00734202797, -0.00816216879, -0.042223528, -0.00295486231, 0.0359135456, 0.00482274313, -0.00809153542, 0.00950421859, -0.0114270365, -0.00289992453, -0.000204912634, -0.0194322411, 0.0226657167, 0.0159476232, 0.0185846314, 0.00613732357, 0.0190398283, -0.0013518593, -0.00809153542, 0.00532503054, -0.0169992875, -0.0035689869, 0.016889412, 0.0158926845, 0.00459122, 0.000666119333, 0.0161516778, 0.0114976708, -0.0136009995, -0.00304119289, -0.0140012596, 0.00782077108, 0.00179724686, 0.00744013116, 0.00990447868, -0.0228383765, -0.0177684147, -0.00234662369, -0.0356310084, 0.0212687291, 0.017470181, -0.0201699752, -0.0361332968, 0.0183648802, -0.0191183109, -0.0176899321, -0.0358193666, -0.000990840257, 0.0039162715, 0.0135617582, 0.0180038624, -0.00758139929, -0.0202641543, 0.0276571959, 0.0850749165, -0.00707126362, 0.0124237631, -0.0156179965, 0.00968472753, 0.00678480323, -0.0117880562, 0.0161673743, -0.00504249381, -0.00477172947, 0.034908969, 0.000140532546, 6.46483386e-06, -0.00461476482, -0.0263073, -0.00682796864, -0.0222733039, -0.0206722636, 0.00881357305, -0.0030078378, -0.00605884101, -0.000658761594, 0.00205820077, -0.0231366102, 0.00777368108, 0.0231523067, 0.0365414023, -0.0201071892, -0.0150607722, -0.000419145043, 0.0119607169, 0.00992802344, 0.0189456511, 0.000245748, -0.00731063494, 0.0305453483, -0.0180823449, -0.0102654975, -0.0117880562, 0.031330172, 0.000347529858, -0.00172661268, -0.0331509635, 0.0378599092, -0.00658467319, 0.00586655922, -0.0224459656, 0.0101320772, -0.0168737154, 0.0128789609, -0.02955647, 0.000682796817, -0.0157671124, 0.00477172947, -0.0127455415, 0.011230831, 0.00387114426, -0.0119293239, 0.0435106419, -0.0230267346, -0.0132713728, 0.00159024959, -0.00612162706, -0.00337474304, 0.00655720429, -0.00122138229, -0.0414387062, -0.0124630043, -0.00546629867, -0.0105401855, -0.0163557306, 0.012117682, -0.00220731739, -0.00147448806, -0.0179567728, -0.00778152933, -0.0150215309, -0.00246238522, 0.011230831, -0.0115604568, -0.00514844526, 0.0150372274, 0.00112033624, -0.00145388639, 0.00955915544, -0.00247219554, -0.00849964377, -0.0116860289, -0.00678872736, -0.0182393081, 0.00199443381, -0.00918244, -0.0524262413, -0.00243491633, 0.00760102, -0.00133420073, 0.0260404591, 0.0185846314, 0.00399867818, 0.0225244481, -0.0419409908, 0.0174230915, 0.00190417911, 0.0189456511, -0.0110503212, -0.00154512213, 0.00505034206, 0.0116310911, -0.0141268317, 0.021048978, 0.0372948349, -0.00200914941, 0.0184119698, 0.0199031364, 0.0316597968, -0.00902547594, 0.0252085458, -0.00431260746, -0.0135068204, 0.0101163806, -0.00150195684, 0.023623202, 0.00753038609, -0.017470181, 0.00225244486, -0.0306866169, 0.0150058344, -0.00380051, -0.0208763164, 0.00955915544, -0.0488788374, 0.0277042855, -0.0213786047, -0.0234819334, -0.0125022456, 0.016983591, -0.00939434301, 0.0449233241, -0.000954051618, 0.010312587, 0.00727531826, 0.00761671644, -0.0177056286, -0.00893129688, 0.0131614981, -0.00534465117, -0.0272804815, 0.0043753935, -0.0122746471, -0.00890775211, -0.00246630935, -0.0222262144, 0.00310986489, 0.0113250101, 0.00107422774, 0.010555882, -0.000520436384, 0.014809628, 0.000558696571, 0.0206722636, 0.0146526629, 0.0221320353, 0.0307494029, 0.00435969699, -0.0142602511, 0.0114348847, -0.0245649908, -0.0244865082, -0.0252713319, -0.0110503212, -0.0176742356, -0.0232150927, 0.0250986703, 0.0107991779, 0.0251300633, 0.00718898745, 0.00416349107, 0.024235364, 0.00983384438, -0.0175486635, -0.00966903102, 0.000947184395, -0.00912750233, 0.00729101477, -0.0216297489, -0.00505034206, -0.00133420073, -0.0155944517, 0.0166539643, 0.0178468972, -0.00369259669, 0.00842900947, -0.0067377137, -0.00698493328, 0.0144015197, 0.0241882745, 0.00690645073, -0.0179567728, -0.00286068325, 0.0263700858, -0.033935789, -0.0208135322, 0.00388291664, 0.00232700305, -0.0104617029, -0.0263229962, -0.030874975, -0.0110189281, 0.00496401172, 0.0180038624, 0.0210960675, -0.0157671124, -0.00935510173, -0.0164813027, -0.00638454268, 9.63861894e-05, -0.0255538672, 0.00531325815, 0.00817001704, -0.00621188153, 0.023560416, 0.000969748129, 0.0173289124, 0.00529363751, -0.00516414177, -0.0332137495, 0.021755321, 0.019243883, 0.0198089574, 0.0037985479, -0.0247690435, 0.012329584, 0.0327114612, 0.000361264276, 0.00794241857, 0.00343556679, 0.0315656178, -0.0316284038, -0.0568840392, 0.0287873428, 0.013648089, 0.0095827, 0.00837407168, -0.0198874399, 0.00454805465, 0.000241578629, 0.0203740299, 0.010281194, -0.0175800566, 0.0265113525, -0.0172033403, -0.0151314056, 0.0617813431, -0.0230267346, -0.00158142031, -0.00133420073, -0.000919225044, -0.0104538547, -0.019338062, -0.0142131615, 0.0123452805, 0.0216768384, 0.00481097074, 0.0183491837, -0.0161359813, 0.0200444032, -0.0305453483, -0.00205035252, -0.00195224956, -0.012667059, 0.000435822556, 0.00693784375, 0.00145486742, 0.00915889535, -0.00510528, -0.0284263231, 0.0138521427, -0.00483451551, -0.0173289124, -0.00433615223, -0.024753347, 0.0361646898, 0.0116781807, 0.00529363751, -0.008476099, 0.00133125763, -0.00835837517, -0.00166971295, 0.00201307354, 0.00406931201, -0.0037985479, 0.00250947452, -7.17378134e-05, 0.0159947127, -0.0185532384, 0.0406852737, 0.00810723193, 0.0118429931, 0.00443425542, 0.0361332968, -0.00613732357, 0.0105323372, -0.0327428542, -0.00143917091, 0.00795026682, -0.0135460617, 0.02233609, -0.00948067382, 0.0257422253, -0.0180666484, 0.0275630169, -0.024235364, 0.0112700723, -0.00728709064, 0.00189240673, 0.000617067853, 0.00501894904, -0.0133734, 0.0224616621, -0.0101791667, -0.00133910589, -0.00208959379, 0.0028469488, 0.00657290081, -0.0123531288, 0.0219279807, -0.00536819594, 0.0197932608, -0.0124159148, -0.0107677849, 0.00727139413, -0.0331823565, -0.0202484578, 0.0123452805, 0.0137187224, -0.00410855329, -0.0240470059, 0.00146663981, 0.0157985054, 0.005277941, 0.00816216879, 0.00630213646, -0.0139934113, 0.00472856453, 0.00327467802, -0.0232464857, -0.008750787, 0.0431025326, 0.016920805, 0.0267938897, -0.027264785, -0.0136402408, -0.00801697653, 0.0283949301, 0.0245335978, 0.0101320772, 0.00447349669, 0.0182707012, -0.00622365391, 0.0190712214, -0.0114898225, 0.0208763164, -0.00698493328, -0.0111131072, 0.00806799065, -0.0274688378, -0.0135774547, -0.0208449252, 0.052959919, 0.0440129265, 0.00104087277, 0.00393981626, 0.0243295431, -0.00279593538, 0.00945712905, 0.00505426619, -0.0127141485, 0.027814161, -0.0027096048, 0.00176781591, 0.00692214724, -0.0179410763, -0.026495656, 0.00900193118, -0.0258050114, -0.012086289, -0.0197775643, 0.0312516913, 0.0230424311, 0.00970827229, 0.00585086271, 0.00940219127, 0.0284891091, 0.0167010538, -0.0106500611, 0.00797381159, -0.0292739328, 0.00502287317, -0.00399279175, -0.016497, -0.00973181706, 0.00224263454, 0.0081778653, 0.0155552104, 0.00369063462, 0.0172347333, -0.0137972049, -0.029587863, 0.0281751808, -0.0129025057, -0.000576845603, -0.00696138851, -0.0210332815, -0.0274531413, 0.0198089574, 0.0218338016, 0.00837407168, 0.0378599092, 0.0207978357, 0.00214845547, -0.00807583891, -0.00719291158, -0.00603529625, -0.0154610323, -0.0028960004, -0.00314910617, 0.0307337064, 0.00239175092, -0.0180980396, -0.00744013116, -0.00762848882, -0.0195107237, -0.0300116688, 0.010493096, -0.0234191474, -0.00628251582, 0.00773051614, 0.00626289519, -0.0142131615, -0.00937079825, 0.0167481434, -0.000651403912, -0.0152726742, 0.00717721507, -0.00421842886, 0.0101242289, 0.0323661417, -0.00557617424, -0.00466577848, 0.00732633146, 0.0109796869, 0.01453494, 0.0151863433, 0.00434400048, -0.00668277591, 0.0242196675, -0.00170895422, -0.00667100353, 0.0124237631, -0.0147389937, -0.0039594369, 0.00827204436, -0.0120784407, 0.010893357, 0.0185375419, -0.0168737154, 0.00468147499, 0.0174858775, 0.00240352331, 0.0105637303, 0.000228825229, -0.00561933964, 0.000529756187, 0.00785608776, 0.0146291181, -0.00337670511, -0.0202484578, -0.00720468396, -0.0103518283, -0.0095670037, 0.00990447868, 0.0379540883, -0.0039594369, 0.00652188715, 0.00540351309, 0.0266055316, -0.0118900826, 0.0106893023, -6.84881525e-05, 0.0303255972, -0.0199345294, -0.000769617967, -0.0135303652, -0.00789532904, -0.0053485753, -0.00879002828, -0.0115996981, -0.0100614429, -0.0294779874, -0.0362588651, 0.0136794811, -0.0074676, 0.0219279807, 0.0266997106, 0.0273432676, 0.0174858775, 0.00514844526, 0.0225558411, -0.000987897161, -0.0135068204, 0.00773051614, -0.00736557273, -0.0343438946, 0.0125414869, 0.0092373779, -0.00245649903, 0.0144800022, -0.00644732872, 0.0172190368, 0.0278612506, 0.0148645658, 0.00294897612, 0.00664353464, -0.0162144639, 0.000759807706, 0.0130516225, 0.00975536183, 0.0152569776, -0.00190908427, -0.00414387044, 0.00612162706, 0.00820925832, -0.00469717151, -0.00468147499, -0.00798558351, -0.0101477737, 0.0182707012, 0.00705556758, 0.00601959974, 0.00528578926, -0.00838976819, -0.0121804681, -0.0203583334, 0.00535642356, 0.0016432252, -0.0131928911, 0.00375734479, 0.00647872174, 0.00896269, -0.00505034206, 0.011168045, 0.0185218453, 7.67655947e-05, -0.00550554, 0.000684758881, 0.00770697137, 0.0131301051, 0.00857027806, -0.010249801, 0.0119293239, -0.00829558913, 0.00468932325, 0.00313537172, -0.00594504131, 0.00291365897, -0.00966118276, -0.00769127486, 0.000869192532, -0.00630213646, -0.0294936839, 0.00511312811, 0.015633693, -0.00294309, 0.0354740433, 0.0118743861, 0.00809153542, -0.0155159701, 0.00226029311, 0.0110660177, 0.00012655287, 0.000952580071, -0.0104146143, -0.00621973, -0.0157828089, 0.00114976708, -0.00351993553, 0.0286774673, 0.0301843286, -0.0144407609, 0.00684366468, 0.00118998927, 0.0194950271, -0.00636099838, 0.0101791667, -0.00470501976, -0.0153276119, -0.00689467834, -0.00341202226, 0.00709873252, 0.0110424729, 0.00930016395, -0.00488552917, 0.0231837, 0.00674556196, -0.0134204896, -0.0265427455, 0.0169051085, 0.000322023086, -0.0321463905, -0.0316911899, -0.00851534, -0.0197304748, -0.00180509512, -0.00778545346, 0.00686720945, -0.00436754525, 0.00375342066, -0.00455197878, -0.0104067661, -0.0110189281, -0.00201111147, 0.00922953, 0.015359005, -0.00178841758, 0.031298779, 0.00296859653, -0.0137187224, -0.0179567728, -0.00618441263, -0.00999865681, 0.0141896168, 0.00761671644, 0.0156101482, 0.00219162088, -0.00786393601, 0.00948067382, -0.0160182565, -0.0357565805, 0.0120391995, 0.0139620183, 0.0199345294, 0.00180215202, 0.0172975194, -0.00312359934, -0.000339191116, 0.0079188738, 0.0116467876, -0.0153354602, 0.00112327933, 0.0135382134, 0.0293995049, 0.00951206591, 0.0254126, 0.012360977, 0.0165911783, -0.0210960675, -0.00776583329, 0.00408500852, 0.0212216396, -0.0190555248, 0.00328841247, 0.0164813027, 0.0243923292, 0.0203583334, 0.0148488693, -0.00280182157, 0.0174073949, 0.00351404934, 0.0117880562, 0.00183845009, 0.00431653159, -0.0224145725, -0.0199188329, 0.0137579637, -0.0239685234, 0.0118194493, 0.0371064767, -0.00467755087, -0.0100222016, 0.0178939868, -0.0092373779, 0.00188946363, 0.00790710095, -0.0111288037, 0.00722822873, -0.0315185301, -0.0107756332, -0.0102733457, 0.0150450757, -0.00389076467, 0.020530995, -0.0307964925, -0.0113250101, 0.00488160504, 0.0224459656, -0.0225401446, -0.0203426369, 0.0144093679, -0.00337278098, -0.00865660794, 0.0384877659, 0.0219750702, -0.0213786047, 0.0101320772, -0.00875863526, 0.00656112842, 0.00352582172, 0.0088920556, -0.0016000598, 0.0161987673, 0.00271352893, 0.00171876443, -0.0258834939, 0.000496646389, -0.0143387336, -0.0134440344, 0.00109286734, 0.016983591, 0.024659168, 0.0175800566, 0.0285989847, 0.0046108407, 0.0149744414, 0.00601175148, -0.0163714271, 0.0180195589, -0.0142367063, -0.0107756332, 0.00371614145, -0.00339436368, 0.00329626072, 0.021111764, 0.017438788, -0.029007094, -2.35140615e-05, -0.0210960675, 0.0071811392, 0.015115709, -0.00648657, 0.0204211194, 0.000317853701, 0.0149038071, 0.00620010914, 0.0164342131, -0.0176114496, 0.0151863433, -0.000617558369, 0.000920696591, -0.0126121212, 0.0221163388, 0.00435184874, -0.0318010673, 0.00540351309, 0.00174721435, 0.0119921099, 0.0119450204, 0.00774228852, 0.00533680292, -0.00653365953, -0.00576060778, 0.00976321, 0.0177213252, -0.00539958896, -0.0178155042, -7.63363932e-05, -0.00181098131, -0.017438788, 0.000768146419, -0.0024800438, 0.00706341583, 0.015939774, -0.013616696, 0.0235290229, -0.0196676888, -0.0232464857, 0.00462261308, -0.000113860791, -0.0197618678, 0.00298429304, 0.00740089, -0.00794634223, 0.00829558913, -0.0269822478, 5.82869734e-06, -0.0139384735, 0.00670632068, 0.0086644562, 0.0179724693, 0.0119607169, 0.0173760019, 0.000955523166, 0.0415014923, 0.0353170782, 0.00863306317, 0.0102654975, -0.00136166962, -0.0169365015, 0.0163400341, 0.00684366468, -0.0183805767, -0.00557617424, -0.00946497731, -0.0110503212, -0.0165597852, 0.0216768384, 0.000410561042, 0.0078992527, -0.00183452596, -0.00386525807, 0.00801305287, -0.00888420735, -0.00206016283, -0.0118586896, -0.00729101477, -0.00422235299, -0.00517983828, -0.0172975194, 0.00696138851, 0.00688290596, -0.0143544301, 0.00875863526, 0.00162556663, -0.00516806589, 0.000619520433, 0.00372398971, -0.00647479761, -0.00490907393, -0.0142210098, 0.00285479706, 0.00865660794, -0.00196794607, -0.0139463218, -0.0237801652, -0.0236702897, -0.0119293239, 0.00377892726, 0.00904117245, 0.0191026144, 0.00402222294, 0.000749016355, 0.0023878268, 0.0193694551, 0.0117017254, -0.0295721665, 0.00516021764, -0.00674556196, 0.0183020942, -0.00266251527, -0.00123805983, 0.0146605112, 0.0240940955, 0.0200130101, -0.0164813027, 0.00546629867, 0.0368553326, 0.00921383314, 0.0118194493, -0.0166539643, -0.0116153946, -0.00716151856, -0.00856243, -0.00222105184, 0.0106579093, -0.0141425272, -0.010312587, 0.0105323372, -0.00268409797, -0.017470181, -0.00748329656, 0.0153825497, 0.00022318431, -0.0185061488, 0.0125022456, -0.00436362112, 0.0294152014, 0.0060706134, -0.0295721665, -0.0033610086, -0.0166068748, 0.00054054748, 0.00420273235, -0.00058812747, 0.0239999164, -0.00922953, -0.00405361596, 0.00684758881, 0.0224773586, 0.0156493895, 0.00172563165, -0.0162301585, -0.0130987121, 0.0262759067, 0.0121804681, -0.0109718386, 0.0185532384, 0.00270568067, -0.00348265632, 0.00371221732, -0.02545969, 0.0257893149, -0.0112072863, -0.00897838641, 0.00912750233, -0.00951206591, -0.0178155042, -0.00306866178, -0.000324720924, 0.0165126957, -0.00638454268, 0.0238900408, -0.0303099, 0.0217396244, 0.00393981626, 0.00467755087, -0.018757293, -0.0022289, 0.000992802321, -0.00519945892, 0.000177566413, -0.0143936714, 0.00545845041, 0.0260247625, -0.00166676985, -0.029619256, 0.0318324603, 0.0161673743, 0.0225558411, 0.0307964925, 0.00456375116, 0.0108776605, 0.00565465679, 0.00471679214, 0.0137501154, -0.00393981626, -0.0014695829, -0.0028960004, 0.00297840685, 0.00909610931, 0.000338455342, -0.00971612055, -0.0158298984, 0.013648089, -0.013648089, 0.0383621939, -0.0225872342, -0.0186474174, 0.00165009242, -0.0200130101, -0.0216925349, 0.00940219127, 0.0218181051, -0.00399475405, 0.00724392524, -0.00620010914, -0.0141268317, -0.0252085458, 0.0146212699, 0.00961409323, -0.00261346367, -0.00230738241, -0.0150136827, 0.00587833161, -0.000568506832, 0.00967687927, 0.0261817276, -0.0147625385, 0.0053485753, 5.96588834e-05, -0.0165597852, -0.00948852208, -0.00160692702, -0.00505034206, -0.017014984, -0.0285518952, 0.0199659206, -0.0248004366, -0.00750684133, -0.00639631506, 0.011230831, -0.0177370217, -0.00397513341, 0.0094492808, -0.000984463608, -0.0128868092, -0.0110817142, -0.0168266259, 0.00412032567, -0.00773051614, 0.000548886252, -0.000152182271, 0.00839761645, 0.00209155586, -0.000610691146, 0.0116546359, -0.0336218588, -0.0128083266, 0.00532503054, -0.00980245136, 0.0206094775, 0.0151706468, 0.0334962867, 0.0031471441, 0.0171405561, 0.0168737154, 0.0251300633, -0.0162144639, -0.0256323498, 0.0161045883, 0.00196696515, 0.0202798508, 0.0124708526, -0.00095503265, 0.00950421859, -0.0142602511, 0.00764810946, -0.0105166407, 0.0226500202, -0.0105715785, 0.0066867, 0.00395355048, -0.00348265632, -0.00422235299, 0.00363962119, 0.0188043825, -0.00949637, 0.0132321315, 0.0155630587, -0.0137501154, 0.00857027806, -0.0157121755, -0.0123374322, -0.0156493895, 0.0126356659, -0.0233720578, -0.00566642918, -0.00550946407, 0.0240470059, -0.00507388683, 0.000464517681, 0.027814161, 0.00657682493, -0.00107226567, -0.00528186513, 0.0161673743, -0.0239842199, 0.0141032869, -0.00133518176, 0.00457159942, 0.0186317209, 0.0155630587, -0.012729845, 0.0106814541, -0.000983973, 0.00323151262, -0.00842900947, -0.0112936171, -0.00318834721, 0.00268409797, 0.020625174, -0.0185218453, -0.0101163806, -0.0177998077, -0.0101006841, -0.00938649476, 0.0213001221, -0.00537996832, -0.00270371861, 0.0026664394, -0.0203269403, 0.0356937945, 0.0179567728, 0.0123688253, -0.00262523605, 0.00927661918, -0.0186631139, 0.00333157764, 0.00570959412, -0.0091510471, -0.000765693898, -0.0120627442, 0.00371810351, -0.0037769652, 0.0218181051, -0.0248475261, -0.00188946363, -0.00378481345, 0.00507388683, -0.0117252702, 0.049412515, -0.000863306341, -0.00767950248, 0.00110267766, 0.010218408, -0.00987308566, -0.0150529239, 0.00512490049, -0.00805229414, 0.0178782903, 0.00940219127, -0.0177998077, -0.00147448806, -0.0044578, 0.0149195036, -0.00120666681, 0.0125807282, 0.000329871313, -0.00358468341, -0.0148802623, 0.0217396244, 0.00427729078, 0.00306669972, -0.00170895422, 0.00235839607, 0.0207350496, -0.0164185166, 0.0171248596, 0.019306669, -0.0220378563, -0.027719982, 0.00723607698, -0.00392411975, 0.00175408158, 0.0161830708, -0.0161830708, 0.00610985467, 0.000271009514, -0.0142759476, -0.0173603054, 0.00369455875, 0.0163086411, -0.000479478389, 0.0163243376, -0.0195421167, 0.00943358429, 0.00683189277, -0.00911180582, 0.0066670794, -0.00475995708, -0.0126513625, -0.014809628, -0.00476780534, -0.0182236116, 0.0192124899, 0.00698100915, -0.00647087349, -0.00542705785, -0.006808348, 0.0134440344, 0.0189613476, -0.00384956156, 0.0116546359, 0.0164813027, -0.0156493895, -0.00700455392, -0.00158926856, -0.00647087349, -0.0098103, -0.00490907393, 0.010249801, -0.00610985467, -0.0153747015, 0.0117645115, 0.00176781591, 0.0161673743, 0.00400064, 0.00154414109, 0.0224616621, 0.000526322576, -0.0183491837, -9.31212e-06, 0.00415956695, 0.00470109563, 0.0328998193, 0.026009066, -0.00274884584, 0.00251732278, 0.00369259669, -0.00218965882, -0.00775406091, 0.00938649476, 0.001736423, 0.0165283922, 0.00131359906, 0.00836622342, 0.0101242289, -0.00172170752, 0.00527009275, -0.0176428426, 0.00411640154, -0.0154139427, 0.0117174219, -0.0112936171, -0.0032158161, 0.0133498553, -0.00480704661, 0.00184041215, -0.0125650316, -0.0105009442, -0.0243452396, -0.0064591011, -0.00621973, -0.0249417052, 0.0338102169, 0.0114034917, 0.0140091078, 0.00839761645, -0.0315813161, 0.00251732278, -0.00748329656, -0.00835837517, -0.0129888365, -0.0178155042, 0.00776975695, 0.0164656062, 0.000817197957, -0.00661999, 0.00232111686, 0.0109953834, -0.0056703533, -0.0157357212, 0.0171248596, 0.00281555601, 0.014566333, -0.0110346247, 0.00729101477, -0.0155552104, -0.000267575932, -0.00980245136, 0.0107128471, 0.0135146687, 0.00310201664, 0.00426944252, -0.00937079825, -0.01355391, 0.000178424816, 0.00479919836, 0.0180195589, 0.00857027806, -0.0160574988, -0.0291954521, -0.00797381159, 0.00176192983, -0.000146541352, 0.00766773, -0.00282340427, 0.0092373779, 0.00340221194, -0.00930016395, 0.00496793585, -0.0074322829, 0.00942573603, -0.022398876, 0.0021327592, 0.00747152418, 0.00717721507, 0.0037082932, 0.0135382134, -0.0123766735, -9.85935112e-05, -0.00641986, -0.00894699339, 0.00708696, 0.00663176225, -0.00434400048, 0.0147860833, -0.00894699339, -0.0159319267, 0.00790710095, 0.00375734479, -0.00530148577, 0.00177762622, -0.0126592107, 0.0204211194, 0.00420665648, 0.0428199954, 0.0262759067, -0.00561149139, 0.00344930124, -0.00756177865, 0.0102262562, -0.00496793585, 0.0115133673, -0.0126278177, -0.0173132159, 0.013310614, 0.0133734, 0.0178155042, -0.0195107237, 0.0101242289, -0.0137579637, 0.0165597852, 0.0149195036, 0.00527009275, -0.0103361318, 0.00846040249, -0.0165597852, 0.00872724224, 0.00397513341, -0.0280496087, 0.0128632644, -0.00991232693, -0.00151372922, -0.000106441752, 0.00713012554, -0.0207507461, -0.024659168, -0.0145113952, 0.00713797379, -0.00988878217, -0.0050267973, -0.0104460064, 0.0128789609, -0.00593326893, 0.0121569233, -0.0101085324, -2.95381979e-05, -0.00489337742, 0.00239763712, 0.00591757242, -0.0143858232, -0.00707911188, -0.00997511204, -0.00674948609, -0.0109325973, 0.0100378981, 0.00052337948, -0.00789532904, 0.0131458016, -0.00366905192, -0.027814161, -0.015727872, -0.00328448834, 0.00614517136, -0.00886066258, 0.00113897573, 0.00313537172, 0.00810723193, -0.00753823388, 0.0025271331, 0.0124237631, -0.00587048335, -0.0133655518, 0.00975536183, -0.00941003952, -0.00733810384, -0.00439893827, 0.00447349669, 0.0120156547, 0.0287088603, 0.0157671124, -0.00635707425, -0.0100143533, 0.00528578926, -0.0163243376, -0.0031039787, -0.00525047211, 0.00384563743, 0.00295682414, -0.0019444013, -0.0172504298, 0.0081778653, 0.00724000111, 0.00264093257, 0.00917459186, -0.0208292287, -0.0112151345, -2.56907224e-05, 0.00418311171, 0.0210018884, 0.00407716027, 0.0164028201, -0.0107991779, -0.0154610323, 0.00599605497, 0.000185046767, 0.01141134, 0.0134518826, 0.0115369121, 0.00211902475, 0.01453494, 0.00415956695, 0.0103518283, 0.0249574017, 0.000944731815, -0.00272333925, 0.00802482478, -0.0142994924, -0.00721253222, 0.0177684147, -0.00202092179, -0.00708303601, -0.0688761473, 0.0134440344, 0.00449311733, 0.033873003, 0.0111209555, -0.00148135517, 0.000119808283, -0.0170777701, 0.00597643433, 0.0429141745, 0.023623202, -0.00261150161, -0.00100408413, 0.00876648352, 0.00529363751, 0.000163586737, 0.0121098338, 0.0293838084, -0.010218408, -0.00630998472, 0.00628251582, -0.0310319401, 0.0185846314, -0.00532895466, 0.00846825074, -0.0178312, -0.00394570222, 0.00291562104, 0.0119136274, -0.00591364829, -0.0158848371, -0.00352385966, 0.0218181051, -0.00625897106, 0.00700455392, -0.00203269394, -0.0320836045, -0.00700455392, -0.00367101398, -0.00733417971, 0.00619618502, 0.00716936681, -0.0112936171, -0.00402614707, -0.00239175092, 0.00980245136, 0.0071811392, -0.00114289986, -0.00368671049, -0.00849964377, -0.0215041768, 0.0225715376, -0.009637638, -0.00552908471, 0.00612555118, -0.0085938219, -0.00491299806, -0.018694507, 0.0163400341, -0.00650619064, 0.00585086271, -0.0104381582, -0.00902547594, 0.00387899252, 0.00911180582, 0.00642770808, -0.0176428426, -0.00631783297, 0.0179253798, 0.00152255851, 0.00027272632, -0.0148488693, 0.00232111686, -0.000882436463, -0.0130202295, 0.0104617029, -0.0109169008, -0.0202327613, -0.0118508413, 0.0123374322, 0.0111288037, 0.0102262562, 0.0303883832, 0.00976321, -0.0151235573, 0.0172818229, 0.0111601967, -0.00862521492, -0.000302402477, 0.00587440748, 0.00902547594, 0.00494046696, -0.00582731795, 0.012054896, 0.00267624971, 0.00702025043, -0.0266212281, 0.00412425, 0.00588225573, 0.0151941916, 0.0140012596, -0.00463830959, 0.0025702985, 0.00868800096, 0.0302000251, 0.00396924699, -0.0097946031, -0.0124316113, 0.00355329039, 0.00477172947, 0.00929231569, 0.00619226089, 0.000369848276, -0.00145388639, 0.0224930551, 0.0147939315, -0.000804935058, 0.0018757293, -0.0124551561, -0.015484577, 0.00410855329, -0.0304982588, -0.00941003952, -0.0107991779, 0.0206565671, -0.00529756164, 0.00733025558, 0.000564582762, -0.00728709064, -0.00474426104, -0.00102125213, -0.00045127378, 0.0119921099, -0.00985738914, -0.0108462675, -0.00675341, -0.0200444032, -0.0151314056, -0.0143230371, 0.0109875351, -0.00472856453, -0.00401241239, 0.006945692, -0.00888420735, -0.0172504298, -0.00806799065, -0.0105951233, 0.00469324738, -0.010524489, 0.0154139427, 0.00268606, -0.00613732357, 0.0101477737, 0.00375930686, -0.0126513625, 0.000778937771, 0.00917459186, -0.0124316113, 0.0151941916, -0.0200601, -0.00275473204, -0.000729886291, -0.0212373361, -0.0116467876, -0.00289992453, -0.00508958334, 0.001017328, -0.0147311455, -0.0043322281, -0.0150686204, 0.00619618502, -0.00992802344, -0.00622365391, 0.0113877952, 0.00180607615, 0.0121412268, -0.00900193118, -0.0330567844, 0.00609415816, 0.0128946574, 0.0127847819, 0.020530995, -0.00773051614, 0.00166775088, 0.00415956695, -0.0194479376, 0.00309220632, -0.0108462675, 0.00109482941, 0.00160790805, 0.00251339865, 0.013247828, -0.0112700723, 0.00751468958, -0.00488160504, 0.0203269403, -0.000451519038, 0.0287559498, -0.00351012521, 0.0121883163, 0.00869584922, 0.00072154752, 0.00118214113, -0.0126199694, -0.00417133933, -0.0120470477, -0.00889990386, -0.00212491094, 0.00547807105, -0.00493654283, 0.0161045883, -0.00558794662, 0.00759317167, -0.0176899321, -0.0185846314, -0.00625897106, -0.0270450339, 0.000250285259, -0.0254753865, -0.00848394725, 0.0253498144, -0.00252320897, 0.022854073, -0.013004533, 0.0334962867, -0.0151235573, 0.0263543893, 0.0100614429, -0.00156376173, 0.00589795224, -0.00672986545, 0.00394570222, 0.0179724693, -0.0136873294, 0.00306866178, -0.0102890423, -0.0100535946, 0.0158220511, 0.00238390267, 0.0243609361, 0.0161359813, 0.0135068204, -0.02282268, 0.00806799065, -0.00349639077, 0.0184590593, 0.0149822896, -0.0311575104, 0.00758139929, -0.00774621265, 0.00486590853, 0.00440678652, 0.000228212099, 0.00388487848, -0.00536034768, -0.000395845593, -0.00719683571, -0.0103989178, -0.0107599366, 0.0341241471, -0.0163557306, -0.0119528687, 0.0102733457, -0.00616086787, 0.0146291181, -0.0230424311, -0.00425767, -0.0150607722, -0.0190241318, -0.00486590853, 0.00423412537, -0.00793064572, -0.023623202, -0.000638650497, -0.00588225573, -0.0302157216, -0.0155944517, -0.00565858092, -0.0143465819, 0.00507781096, -0.0243923292, -0.0243766326, -0.00864876, 0.00785608776, 0.000464272423, -0.0117095737, -0.0161202848, -0.0142288581, 0.00217003818, 0.00864091143, 0.0166853573, -0.00106441753, -0.0175643601, 0.00240548537, -0.0401829854, -0.00651011476, 0.0132870693, -0.00708696, -0.00120764785, -0.0173446089, -0.0115996981, 0.00137638499, 0.000522888964, -0.00528578926, -0.0154139427, -0.0297448281, -0.0355368294, -0.0285048056, -0.000620992, 0.000558696571, -0.0228697695, 0.0140483491, 0.0162301585, 0.00244865078, -0.000920206076, -0.0213786047, -0.00135087827, -0.00180607615, 0.0102341045, -0.0105951233, 0.0103047388, -0.00228579971, -0.0137579637, -0.00784431584, -0.000248077937, -0.00234466163, 0.0245963819, 0.00747544831, 0.00911180582, 0.00366316573, -0.00572921475, -0.0137108741, -0.00374949654, 0.0101948632, -0.00663176225, 0.0129260505, -0.0202798508, -0.00735772448, 0.0200757962, -0.0276571959, 0.0024800438, 0.0125964247, -0.0128789609, -0.0202484578, 1.87008827e-05, -0.00181196234, -0.0102733457, -0.00250555039, 0.0415328853, -0.0113564031, -0.0112779206, -0.00654935604, 0.00239959918, 0.0125414869, -0.00547414692, -0.0195421167, 0.0131928911, 0.00323543674, 0.0170620736, 0.00784431584, 0.0110974107, -0.0334335, -0.0239685234, -0.0263386928, -0.00494046696, -0.0020837076, 0.00941003952, 0.00745190354, -0.0126906037, -0.0151000125, 0.00145584845, -0.0133263106, 0.00749114482, 0.0946811587, 0.0283164475, 0.00919813663, -0.0224773586, -0.00999865681, 0.000226127406, -0.018820079, 0.0489102304, -0.000628349662, 0.00988093391, 0.00139110046, -0.024659168, -0.0135303652, 0.0125807282, -0.024627775, -0.0160888918, -0.0153433084, -0.00592149654, 0.00346107362, -0.0237487722, -0.00402222294, 0.00637277076, 0.0140326526, 0.0038691822, -0.00271941512, -0.0184590593, -0.011379947, 0.0012743579, -0.034908969, 0.0328684263, -0.0105401855, 0.0152020399, -0.00436362112, -0.00863306317, -0.0400888063, 0.00554478122, -0.0273118746, 0.0023878268, 0.0102105597, -0.021786714, 0.0181294326, 0.0148881106, 0.0176428426, 0.00161183218, 0.00485806027, -0.0164185166, 0.0130202295, 0.00239371299, 0.0059999791, -0.0148645658, 0.00468147499, -0.020562388, 0.00444995193, -0.0351601131, -0.003174613, 0.0176585391, -0.00260757771, -0.0273118746, -0.000862815825, -0.00127632, -0.00605491688, 0.0281123947, 0.0177841112, 0.0105637303, -0.00200718734, -0.00667492766, -0.0118743861, 0.0015873065, -0.0136716338, -0.0195421167, 0.00814647228, -0.00502287317, 0.00779330172, -0.00134891621, -0.00202484592, 0.00509350747, -0.0207821392, 0.0323661417, -0.0115918498, -0.0256794393, -0.00307650981, 0.00150980509, -0.0190398283, -0.0263543893, 0.00153629284, 0.00172366959, -0.0181294326, -0.00874293875, -0.00724000111, -0.0114348847, 0.00139502459, 0.0258364044, -0.0166696608, -0.0078992527, -0.0143544301, 0.014166072, -0.00637277076, 0.00640416332, 0.0163243376, -0.00880572479, 0.0131301051, 0.0071536703, -0.00341202226, 0.00378088932, -0.00970827229, 0.0260718521, 0.0166853573, 0.0128161749, 0.000610691146, -0.0124316113, 0.0118037527, -0.00596466195, 0.00976321, 0.0336532518, 0.00505426619, -0.00262719812, 0.0073891175, 0.00328448834, 0.0203269403, -0.00173838506, 0.00229561, 0.0115840016, -0.0172190368, -0.00826419611, 0.00651796302, 0.00918244, 0.0208606217, 0.0100300498, 0.0329312123, -0.0149587449, 0.0143701266, 0.00345714949, 0.0064159357, 0.000297497318, 0.014503547, 0.0282536633, -0.0361019038, 0.00635707425, -0.00455590291, 0.00726354588, -0.00338062923, -0.00266447733, -0.000624916051, -0.00134499208, 0.0128161749, -0.00867230445, 0.000899113948, 0.0130280778, 0.0151941916, 0.00310986489, -0.0191810969, 0.0137187224, 0.00898623466, -0.000292101671, -0.00353955594, -0.021755321, -0.00233485131, 0.00150980509, 0.0196519922, -0.0093786465, 0.00141758833, -0.0022445966, 0.0178939868, -0.0200130101, 0.00542705785, -0.0125807282, 0.00177272107, 0.0112229828, 0.000774523127, 0.0163714271, -0.00216611405, 0.00160104083, -0.00634530187, 0.0173132159, -0.0257108323, 0.0107442401, 0.000853986596, -0.00871154573, -0.00112327933, -0.00871939398, 0.00291954516, 1.11975369e-05, -0.00208763173, 0.00894699339, -0.0323347487, -0.00352974585, -0.011199438, -0.0110660177, 0.0331509635, 0.0195735097, -0.0078482395, -0.00410462916, -0.0153354602, 0.00774228852, -0.00595681369, -0.00186788104, 0.00548199518, 0.00421058061, -0.00700063, 0.00697708502, -0.00425767, 0.0020150356, 0.0106971506, 0.00404576771, -0.00542705785, -0.00412032567, -0.0114191882, -0.0128397197, 0.015084316, 0.0119214756, -0.00498755602]
|
28 Nov, 2024
|
What is Ethernet?
28 Nov, 2024
A LAN is a data communication network connecting various terminals or computers within a building or limited geographical area. The connection between the devices could be wired or wireless. Ethernet, Token rings, and Wireless LAN using IEEE 802.11 are examples of standard LAN technologies.In this article we will see ethernet in detail.
Ethernet
Ethernet is the most widely used LAN technology and is defined under IEEE standards 802.3. The reason behind its wide usability is that Ethernet is easy to understand, implement, and maintain, and allows low-cost network implementation. Also, Ethernet offers flexibility in terms of the topologies that are allowed. Ethernet generally uses a bus topology. Ethernet operates in two layers of the OSI model, the physical layer and the data link layer. For Ethernet, the protocol data unit is a frame since we mainly deal with DLLs. In order to handle collisions, the Access control mechanism used in Ethernet is CSMA/CD.
Although Ethernet has been largely replaced by wireless networks.A wired networking still uses Ethernet more frequently. Wi-Fi eliminates the need for cables by enabling users to connect their smartphones or laptops to a network wirelessly. The 802.11ac Wi-Fi standard offers faster maximum data transfer rates when compared to Gigabit Ethernet. However, wired connections are more secure and less susceptible to interference than wireless networks.
History of Ethernet
Robert Metcalfe’s invention of Ethernet in 1973 completely changed computer networking. With Ethernet Version 2’s support for 10 Mbps and an initial data rate of 2.94 Mbps, it first gained popularity in 1982. Ethernet’s adoption was accelerated by the IEEE 802.3 standardization in 1983. Local area networks (LANs) and the internet were able to expand quickly because of the rapid evolution and advancement of Ethernet, which over time reached speeds of 100 Mbps, 1 Gbps, 10 Gbps, and higher. It evolved into the standard technology for wired network connections, enabling dependable and quick data transmission for private residences, commercial buildings, and data centers all over the world.
There are different types of Ethernet networks that are used to connect devices and transfer data.
Let’s discuss them in simple terms:
Fast Ethernet: This type of Ethernet network uses cables called twisted pair or CAT5. It can transfer data at a speed of around 100 Mbps (megabits per second). Fast Ethernet uses both fiber optic and twisted pair cables to enable communication. There are three categories of Fast Ethernet: 100BASE-TX, 100BASE-FX, and 100BASE-T4.
Gigabit Ethernet: This is an upgrade from Fast Ethernet and is more common nowadays. It can transfer data at a speed of 1000 Mbps or 1 Gbps (gigabit per second). Gigabit Ethernet also uses fiber optic and twisted pair cables for communication. It often uses advanced cables like CAT5e, which can transfer data at a speed of 10 Gbps.
10-Gigabit Ethernet: This is an advanced and high-speed network that can transmit data at a speed of 10 gigabits per second. It uses special cables like CAT6a or CAT7 twisted-pair cables and fiber optic cables. With the help of fiber optic cables, this network can cover longer distances, up to around 10,000 meters.
Switch Ethernet: This type of network involves using switches or hubs to improve network performance. Each workstation in this network has its own dedicated connection, which improves the speed and efficiency of data transfer. Switch Ethernet supports a wide range of speeds, from 10 Mbps to 10 Gbps, depending on the version of Ethernet being used.
In summary, Fast Ethernet is the basic version with a speed of 100 Mbps, Gigabit Ethernet is faster with a speed of 1 Gbps, 10-Gigabit Ethernet is even faster with a speed of 10 Gbps, and Switch Ethernet uses switches or hubs to enhance network performance.The Manchester Encoding Technique is used in Ethernet. Using Manchester encoding, data can be transmitted over a physical medium in communication systems. It is a type of line coding where the signal transitions, as opposed to the absolute voltage levels, serve as the data representation.
Each bit of information is split into two equal time periods, or “halves,” in Manchester encoding. If the signal level is higher during the first half of the bit period than it is during the second, the result is a logic high (typically 1), or vice versa.
Since we are talking about IEEE 802.3 standard Ethernet, therefore, 0 is expressed by a high-to-low transition, a 1 by the low-to-high transition. In both Manchester Encoding and Differential Manchester, the Encoding Baud rate is double of bit rate.
Key Features of Ethernet
Speed: Ethernet is capable of transmitting data at high speeds, with current Ethernet standards supporting speeds of up to 100 Gbps.
Flexibility: Ethernet is a flexible technology that can be used with a wide range of devices and operating systems. It can also be easily scaled to accommodate a growing number of users and devices.
Reliability: Ethernet is a reliable technology that uses error-correction techniques to ensure that data is transmitted accurately and efficiently.
Cost-effectiveness: Ethernet is a cost-effective technology that is widely available and easy to implement. It is also relatively low-maintenance, requiring minimal ongoing support.
Interoperability: Ethernet is an interoperable technology that allows devices from different manufacturers to communicate with each other seamlessly.
Security: Ethernet includes built-in security features, including encryption and authentication, to protect data from unauthorized access.
Manageability: Ethernet networks are easily managed, with various tools available to help network administrators monitor and control network traffic.
Compatibility: Ethernet is compatible with a wide range of other networking technologies, making it easy to integrate with other systems and devices.
Availability: Ethernet is a widely available technology that can be used in almost any setting, from homes and small offices to large data centers and enterprise-level networks.
Simplicity: Ethernet is a simple technology that is easy to understand and use. It does not require specialized knowledge or expertise to set up and configure, making it accessible to a wide range of users.
Standardization: Ethernet is a standardized technology, which means that all Ethernet devices and systems are designed to work together seamlessly. This makes it easier for network administrators to manage and troubleshoot Ethernet networks.
Scalability: Ethernet is highly scalable, which means it can easily accommodate the addition of new devices, users, and applications without sacrificing performance or reliability.
Broad compatibility: Ethernet is compatible with a wide range of protocols and technologies, including TCP/IP, HTTP, FTP, and others. This makes it a versatile technology that can be used in a variety of settings and applications.
Ease of integration: Ethernet can be easily integrated with other networking technologies, such as Wi-Fi and Bluetooth, to create a seamless and integrated network environment.
Ease of troubleshooting: Ethernet networks are easy to troubleshoot and diagnose, thanks to a range of built-in diagnostic and monitoring tools. This makes it easier for network administrators to identify and resolve issues quickly and efficiently.
Support for multimedia: Ethernet supports multimedia applications, such as video and audio streaming, making it ideal for use in settings where multimedia content is a key part of the user experience.Ethernet is a reliable, cost-effective, and widely used LAN technology that offers high-speed connectivity and easy manageability for local networks.
Advantages of Ethernet
Speed: When compared to a wireless connection, Ethernet provides significantly more speed. Because Ethernet is a one-to-one connection, this is the case. As a result, speeds of up to 10 Gigabits per second (Gbps) or even 100 Gigabits per second (Gbps) are possible.
Efficiency: An Ethernet cable, such as Cat6, consumes less electricity, even less than a wifi connection. As a result, these ethernet cables are thought to be the most energy-efficient.
Good data transfer quality: Because it is resistant to noise, the information transferred is of high quality.
Baud rate = 2* Bit rate
Disadvantages of Ethernet
Distance limitations: Ethernet has distance limitations, with the maximum cable length for a standard Ethernet network being 100 meters. This means that it may not be suitable for larger networks that require longer distances.
Bandwidth sharing: Ethernet networks share bandwidth among all connected devices, which can result in reduced network speeds as the number of devices increases.
Security vulnerabilities: Although Ethernet includes built-in security features, it is still vulnerable to security breaches, including unauthorized access and data interception.
Complexity: Ethernet networks can be complex to set up and maintain, requiring specialized knowledge and expertise.
Compatibility issues: While Ethernet is generally interoperable with other networking technologies, compatibility issues can arise when integrating with older or legacy systems.
Cable installation: Ethernet networks require the installation of physical cables, which can be time-consuming and expensive to install.
Physical limitations: Ethernet networks require physical connections between devices, which can limit mobility and flexibility in network design.
How Ethernet Works?
In the Open Systems Interconnection (OSI) model, the Ethernet is located in the lower layers and facilitates the operation of the physical and data link layers. The OSI model consists of seven layers, which are as follows.
The topmost layer, known as the application layer, is what enables users to download and access data from email clients or web browsers. With the aid of the application, users enter their queries, and the request is then sent to the following layer, which is known as a “packet.” The packet contains data about the sender and the destination web address. The packet is transmitted from the application layer until it reaches the bottom layer, also known as the Ethernet frame.
Frequently Asked Questions on Ethernet – FAQ’s
What types of cables are used in Ethernet networks?
Ethernet networks commonly use copper cables, such as twisted pair cables and fiber optic cables. Twisted pair cables are more affordable and suitable for shorter distances, while fiber optic cables offer higher bandwidth and are used for longer distances or in environments with electromagnetic interference.
How do I connect an Ethernet Cable?
To connect an Ethernet cable, locate the Ethernet ports on both devices. Use a Cat5e, Cat6, or Cat6a cable with an RJ-45 connector. Remove any protective caps and check the cable for damage. Finally, insert one end of the cable into each device’s Ethernet port to establish a connection.
How does Ethernet differ from Wi-Fi?
Ethernet uses physical cables to establish a wired connection between devices, while Wi-Fi uses wireless signals for communication. Ethernet generally offers faster and more stable connections compared to Wi-Fi, but it requires physical cable connections to each device.
What is the maximum distance supported by Ethernet cables?
The maximum distance supported by Ethernet cables depends on the type of cable and the Ethernet standard being used. For twisted pair cables like CAT5e or CAT6, the maximum distance is typically 100 meters (328 feet). Fiber optic cables can support much longer distances, ranging from a few hundred meters to several kilometers, depending on the specific type of fiber and equipment used.
Dreaming of M.Tech in IIT? Get AIR under 100 with our GATE 2026 CSE & DA courses! Get flexible weekday/weekend options, live mentorship, and mock tests. Access exclusive features like All India Mock Tests, and Doubt Solving—your GATE success starts now!
|
Operating Systems/Operating System Tutorial/Booting and Dual Booting of Operating System/Concept behind Multiple Booting Guide/Differences between Multiple Cycle Datapath and Pipeline Datapath/Differences between POP3 and IMAP/What are the differences between Bellman Ford’s and Dijkstra’s algorithms?/What is Dijkstra’s Algorithm? | Introduction to Dijkstra’s Shortest Path Algorithm/Applications of Dijkstra’s shortest path algorithm/What is Ethernet?
|
https://www.geeksforgeeks.org/local-area-network-lan-technologies/
|
Operating Systems
|
What is Ethernet?
|
Operating System Tutorial, What is Dijkstra’s Algorithm? | Introduction to Dijkstra’s Shortest Path Algorithm, Concept behind Multiple Booting Guide, What is Ethernet?, Operating Systems, Booting and Dual Booting of Operating System, Differences between POP3 and IMAP, Applications of Dijkstra’s shortest path algorithm, What are the differences between Bellman Ford’s and Dijkstra’s algorithms?, Differences between Multiple Cycle Datapath and Pipeline Datapath
|
GeeksforGeeks
|
[-0.0442668907, 0.0170769673, -0.0187422745, 0.0129515473, -0.0120583372, 0.0318527818, -0.0315802768, 0.0241772309, 0.00141361868, 0.0155933304, 0.0112938099, -0.0373634361, 0.0334878117, -0.0445393957, -0.026856862, 0.0169861317, 0.0212856531, -0.00379425078, 0.000685519888, 0.000987829873, 0.0251158588, -0.0336997584, -0.0432374291, -0.0488389172, -0.0240863971, 0.0189088043, 0.0188936666, 0.0105822701, -0.0310655478, 0.0205892511, 0.0383928977, 0.0173646118, -0.0160929225, -0.043086037, -0.00336278486, -0.0317013897, -0.0084703574, -0.0366064794, -0.0209374521, 0.00864445791, -0.0154570779, 0.0342750475, 0.0251915548, -0.0076831216, -0.0180761516, 0.0252218321, 0.00094383175, -0.0215581581, 0.0448119, -0.0573471226, -0.0347292237, -0.00323788682, 0.00107582624, 0.0323372371, -0.00941655505, 0.0159263909, 0.0610410757, 0.0329428, 0.0207557827, -0.00893210154, 0.0383020639, 0.0338814296, -0.0392406918, -0.0422685221, 0.0108244959, 0.0198777113, -0.0559845977, 0.0297030229, 0.0484150201, -0.00751659088, -0.0468708239, 0.0267054699, -0.0100675384, -0.0343658812, 0.0127093215, -0.0190147795, 0.0159415305, 0.0200593807, 0.0227238722, 0.00592319435, 0.00781937409, 0.015880974, 0.00541224796, -0.000886586786, 0.0162140355, 0.0133981528, -0.0200896598, -0.0646744743, 0.0483544618, 0.0344869979, 0.00694508757, 0.0347897783, 0.00689210044, -0.0450541265, -0.0274927057, 0.0183940735, 0.00324167171, 0.0105444221, -0.0166682098, 0.0253429469, 0.04266214, 0.00793291721, -0.00406864798, -0.0267508868, 0.00709647918, -0.00153473183, -0.0293245446, 0.0276440978, 0.0237533357, 0.0036333974, -0.00479532732, -0.0172889158, 0.0263875481, 0.0336392038, -0.0192418657, 0.0120961852, -0.00968149, -0.0453569107, 0.0119750723, 0.0690951049, 0.0146471327, -0.00738412328, -0.0148363719, 0.00984045118, -0.0329125226, 0.0291277356, -0.0101280948, 0.00589670101, 0.00348011334, 0.0015044536, -0.00587020768, 0.000172562723, 0.00209109578, -0.0239804219, 0.0340631, -0.00991614722, -0.00406107865, 0.0373331569, 0.0137842009, -0.0458413623, 0.00759228645, 0.0204681382, -0.000757903967, 0.00723273167, -0.0107563697, 0.0160626434, -0.0127017517, 0.0448421799, -0.0466891564, 0.0422079638, -0.0222394187, -0.0328822471, -0.000340631, -0.0155327739, -0.0303540062, -0.0304145627, -0.0142232366, 0.0450844057, -0.0303540062, 0.00545388088, 0.0050678323, -0.0406940505, -0.0114452019, -0.00285183848, 0.0121945897, 0.0344264396, 0.0618888661, 0.0112029752, -0.0582554713, 0.048536133, 0.0209525917, 0.00154514, 0.0011307057, 0.0317013897, -0.0117631238, 0.0278711859, -0.00321896304, 0.0264178254, 0.0181064308, 0.0199534073, -0.0341539346, -0.0335180908, -0.0131029394, 0.0196657628, 0.0166530702, 0.0405123793, 0.00894724112, 0.00702456804, 0.00594968814, -0.0474158339, -0.00576423341, 0.0172586367, 0.0408454426, 0.0154570779, -0.00827354845, 0.00886397529, -0.0279771592, 0.0452963524, 0.0137766311, -0.0237381961, -0.0163048711, -0.0126639036, 0.00821299199, -0.0137993405, 0.0424501933, -0.0239047259, 0.0183637962, 0.0101659428, 0.00748252776, 0.0353045091, -0.0457202494, 0.000251215359, 0.0141702499, -0.00224437984, 0.0190147795, -0.000559675682, -0.0243437625, -0.0084703574, -0.0464772061, -0.0106125483, 0.000540278619, 0.0187119953, 0.0116193015, 0.0151921427, -0.0731524, -0.0336392038, 0.0265389401, -0.038725961, -0.00926516298, 0.00678234175, -0.0261150431, 0.00628274959, -0.00598375127, -0.00452660769, -0.0452357978, -0.00731978146, -0.00837952271, 0.00897751935, -0.0488389172, -0.00202107732, -0.036515642, 0.0211039819, -0.0373028778, -0.0580435209, -0.0145941461, -0.0166379325, 0.00690345466, 0.0570746176, -0.00478775799, 0.00967392, -0.0307173468, 0.0065439, 0.0333969779, 0.0376359411, -0.0173797496, 0.0187119953, -0.00929544121, -0.0251461379, 0.00509811053, -0.0148363719, 0.00510189543, -0.0102340691, -0.00178736658, 0.0128909908, -0.0301723368, -0.00339306332, -0.00685425242, 0.0211796779, 0.0305810943, -0.0449027345, 0.0291125961, -0.0474461131, 0.0211494, -0.0231931861, -0.0109910266, -0.00635844516, -0.0233597159, 0.00227465807, 0.0444182828, -0.00938627683, 0.0175008643, -0.0574076772, -0.00903050601, 0.0343961604, 0.0290671792, -0.035970632, -0.0209980085, -0.00398159772, 0.00459094904, -0.0292185694, -0.0134360008, -0.0100751081, 0.0171678029, 0.0360614695, 0.011483049, -0.0175765604, -0.0282950811, -0.00467042951, 0.00666879816, -0.0297333021, 0.0120583372, -0.0189996399, 0.00429195073, -0.0114224926, -0.0555607, -0.0200896598, -0.0276895147, -0.00716839032, 0.036939539, -0.00931058079, 0.0328822471, -0.0113240881, -0.022224281, -0.0327914096, 0.0475369468, 0.000210174054, 0.00640386296, -0.0154040903, -0.0136782266, -0.0280528553, 0.0320647322, 0.0439943857, -0.00811458752, 0.0601024479, 0.00680505, -0.00646820432, 0.0171526633, 0.0307627637, -0.00661959592, -0.0174554456, -0.0142005282, 0.0130953696, 0.00956037641, 0.0104006, 0.0484150201, -0.0569837801, -0.0218458, 0.0292034317, 0.00624490157, 0.0441155, -0.0165470969, -0.0109834569, -0.0251915548, 0.00467042951, -0.0191207528, 0.00248849858, 0.0016038043, 0.0112635316, 0.0212402344, -0.026856862, 0.00160001952, 0.00490887137, 0.0118993763, 0.0155630521, 0.0211494, 0.0185606051, -0.00775881717, 0.00848549698, -0.0050678323, -0.0257365648, 0.0103476131, -0.0272202, 0.00518516079, 0.0426015817, -0.0313077718, -0.0133981528, -0.0120961852, -0.0224665068, 0.0136025315, -0.00974204671, -0.0121491719, 0.0109153315, -0.000535074505, 0.0161383394, -0.0448119, 0.0127093215, 0.0360311903, 0.0104990043, -0.000953766808, -0.0035633787, -0.00426167203, 0.0279771592, 0.0204984173, 0.0184092131, -0.00213083602, 0.0151542947, 0.0249039102, 0.0180761516, 0.0112256836, 0.0412996151, -0.010900192, 0.0134208612, -0.018257821, 0.0325189047, 0.0226784553, 0.014753107, 0.00352931558, 0.00545766577, -0.000134833099, -0.0202561896, -0.0148212332, 0.0182275437, -0.0154949259, -0.0104233082, -0.000752226799, 0.0309141558, -0.0247827973, -0.0204984173, -0.0188179705, -0.0287189782, 0.0110818613, -0.0560148768, -0.00916675851, -0.0160020869, -0.00816757418, 0.0649167, 0.00152905472, 0.0249039102, 0.0280831326, 0.00550308311, 0.0268114451, 0.0275229849, -0.0180458724, -0.0100599686, 0.0262512956, 0.0147758154, -0.0189239439, 0.0143670589, -0.0130272433, 0.033820875, -0.0260847639, -0.0365762, 0.0206498075, 0.0197414588, -0.0152451294, -0.0454477444, 0.0631, 0.00859147, -0.0241469536, 0.0271899235, -0.00791020878, -0.0106958132, 0.0352136753, -0.0260090698, -0.0403004326, 0.0118463887, -0.0574379563, -0.0432979837, -0.00553336134, -0.0350320041, -0.0345475525, -0.0120810457, -0.0523209199, -0.00607837085, 0.0309747122, -0.00881855842, 0.024328623, -0.0301117804, 0.0410271101, 0.00309028, -0.00139280234, 0.0251612756, 0.00477261888, 0.024404319, 0.0207709204, 0.000609824085, -0.0253580846, 0.00498456694, -0.00806917, 0.0486269668, 0.0309595726, -0.0428135321, 0.0612530224, 0.016698489, 0.0333969779, 0.000456776703, -0.00553714624, 0.00117139216, 0.0109910266, -0.0340631, -0.00013991892, 0.0849003866, -0.0137917707, -0.0269628353, -0.00494293403, 0.0472644418, 0.0102340691, 0.0199534073, 0.00135590066, -0.0159112532, -0.0192115884, 0.00257933349, -0.00881098863, -0.00654011499, -0.026508661, -0.0203318857, -0.0235565268, 0.0091743283, -0.0336694829, 0.049081143, -0.0237230565, -0.00650983676, -0.0167136285, 0.0496564284, -0.0149726244, 0.00158298796, 0.00428059604, 0.0700034574, 0.00096464809, -0.0340025425, 0.00914405, 0.0203470252, 0.00537061552, 0.0557423718, -0.00399295241, 0.0241772309, -0.0253580846, 0.0133830132, -0.0164865404, 0.011793402, 0.0171072464, 0.0126336254, 0.028613003, 0.0127471685, 0.0113543663, 0.00931058079, 0.0239350051, -0.0125276512, -0.0293548219, -0.0305205379, -0.010589839, -0.0156538859, -0.00957551599, -0.012610916, -0.0338814296, 0.0170315504, 0.00272883289, 0.0390590206, 0.00405350886, 0.0134360008, -0.00895481091, 0.0229509603, -0.0124519551, 0.0206800867, 0.0215732958, 0.0023900941, -0.0130499518, -0.0199836846, 0.0190147795, -0.00906078424, 0.046598319, -0.000977421761, -0.0124595249, -0.0036863843, -0.00735006, 0.00145619747, -0.0171072464, -0.0274624284, -0.00617677532, -0.0135873919, -0.00774746295, 0.0122324377, 0.00528735, 0.029930111, 0.00156027917, -0.0177430902, 0.0049353647, 0.0107942177, -0.0175614208, 0.0235565268, -0.00977232493, -0.0197414588, 0.00728571834, -0.00894724112, 0.0349714495, 0.0395131968, 0.049626153, -0.0165925138, -0.0062978887, 0.0425410271, -0.0168801583, -0.0194386747, 0.0296121873, 0.00621462334, 0.00612378819, -0.0083870925, 0.00828111824, -0.0086520277, 0.0040308, -0.0107336612, -0.00686560711, 0.0442366116, -0.0306265112, 0.00674449373, 0.0210131481, 0.0121718813, -0.00574152451, 0.0170012712, 0.00444334233, -0.00222924072, 0.00828111824, 0.0279771592, 0.0283556376, -0.00375072565, 0.00905321538, 0.0140567059, -0.0226784553, 0.0173797496, -0.037484549, -0.0233445782, -0.0264026877, -0.00184319215, 0.0338814296, 0.0287038386, -0.0126260556, -0.0123232724, 0.00482560601, -0.00990857743, 0.00422003958, -4.25493054e-05, -0.00190847984, 0.0117706936, -0.016970994, 0.0241166744, 0.0163502879, 0.0319436193, 0.00568096805, -0.00628653448, -0.0145108802, -0.0240258388, 0.00633195182, -0.00312245078, 0.0137312142, 0.0206346679, -0.0183486566, -0.01506346, -0.0114376321, -0.0124216769, -0.0102492087, -0.00142686535, -0.0478700101, 0.00274586421, -0.00169653166, 0.11996267, 0.00510568032, 0.0357284062, 0.00274207955, 0.0374542698, 0.028416194, 0.00712675741, 0.0174251683, 0.018333517, 0.00279317424, 0.0442971699, -0.00904564559, -0.0182426814, -0.00229736674, -0.0231023505, 0.00678991107, 0.00702456804, -0.0291277356, -0.0348503366, 0.0465074852, 0.00967392, -0.01397344, -0.019423537, 0.0170618277, 0.00704727694, -0.0375753827, 0.0224665068, -0.00763770379, -0.027205063, 0.0256154519, 0.0339722633, -0.0111045707, 0.00185170793, 0.000117801552, 0.0374542698, 0.0322161242, -0.0162594523, -0.0217398275, 0.0150407506, 0.0113619361, 0.001376717, -0.001367255, -0.00124614174, -0.048263628, 0.00738033839, -0.00626761047, -0.000698766671, -0.00524950214, -0.0097496165, 0.00113922148, 0.000334480719, -0.00391347148, 0.0124368165, 0.0170921069, -0.0024468659, 0.0141778188, -0.0498986579, 0.0200745203, 0.0223302543, -0.0113089494, -0.0217246879, -0.0187574141, 0.0187119953, 0.00370530831, -0.00824327, -0.0405426584, -0.00422760937, 0.0121945897, 0.0091213407, 0.016153479, 0.0256760083, 0.0310655478, 0.00672556972, -0.0069791507, 0.00744089484, -0.00664987415, 0.00522679323, 0.0159869473, 0.0111954054, 0.0162897315, -0.026311852, -0.00669529149, -0.000392435293, 0.0279771592, 0.0446605086, -0.0145108802, -0.0061389273, 0.0108396355, -0.0152829774, 0.0163805671, -0.00205135555, 0.00398159772, -0.00667636748, -0.000143230602, 0.00872015394, 0.0189088043, 0.0152678387, 0.0237381961, -0.0236927774, -0.0116495797, 0.00829625688, -0.00993885566, -0.00661581103, 0.0257971212, 0.0140339974, 0.00514352787, -0.00455310103, -0.0314591639, -0.0179096218, 0.0184697695, -0.0360311903, -0.0173494723, -0.0125503596, 0.0211494, 0.002403341, -0.00242794212, 0.000171971347, 0.00735762948, 0.0474763922, 0.000391016, -0.00444334233, 0.0129061304, -0.00862174947, -0.0519878604, -0.0071078334, 0.0157295819, -0.013390583, 0.000185809477, 0.0422685221, 0.0300966408, -0.0120356288, -0.0255094767, 0.00557120936, 0.0341236554, -0.037212044, -0.00266638375, -0.0183486566, -0.0336997584, 0.0328822471, -0.00520786969, 0.00787993055, -0.0125200814, -0.0355770141, 0.0478094518, -0.01397344, -0.00314326724, 0.0370000973, 0.003084603, 0.0427832529, -0.00248471391, 0.0370606519, 0.000980260316, -0.00359933428, -0.0119296545, 0.0102870557, -0.0211948175, -0.0191056151, 0.00934842881, -0.00477261888, 0.00785722211, -0.0134814177, -0.0188028309, -0.0432374291, -0.0355770141, -0.0422079638, -0.0263724085, -0.0189390834, 0.0113770757, 0.0136101, -0.01650168, 0.0461441465, 0.0111272791, 0.0117252758, 0.0194538143, -0.0285221692, -0.0166530702, 0.0111424187, -0.0152375596, 0.0136933662, 0.00962093286, -0.00945440214, -0.0199534073, 0.0108926222, 0.0277652107, 0.000216797431, 0.00506026251, 0.0190753359, 0.00140321045, -0.0208617561, -0.03300336, -0.00325681083, -0.0204681382, -0.00116571493, 0.00501106028, 0.00294835051, 0.0058815619, -0.00887911487, 0.0134814177, 0.00797076523, 0.0062978887, 0.0139658712, -0.0229509603, 0.0425410271, 0.0014760677, -0.00534033729, 0.02078606, -0.0172132198, 0.00996156409, 0.0196506232, -0.0186968576, 0.00761121046, 0.0209374521, 0.0310352687, -0.0162443146, 0.00847792719, -0.00207784912, -0.0168196019, -0.0261907391, -0.0017797969, -0.0127017517, 0.020710364, 0.0187574141, -0.00703970715, -0.00451525301, 0.00624868646, -0.00125844229, -0.0231931861, -0.0281436909, -0.0102416389, -0.00502998428, 0.0479002893, -0.0067142155, 0.00424274849, 0.00822056178, 0.0283253603, 0.0213007908, -0.0174705852, 0.0343356058, 0.0104838647, -0.00732356636, 0.0282193851, 0.00638493896, 0.00319814659, -0.027205063, -0.0164562613, 0.0172132198, -0.0284313336, -0.00248471391, 0.00373180187, -0.0297181625, 0.0176371168, -0.00896238, -0.00508675631, -0.032730855, 0.0100675384, -0.000682208221, 0.0098782992, 0.00612378819, 0.0246465448, -0.00924245454, 0.0106579652, 0.0287341177, -0.0373331569, -0.00735384459, 0.0144730322, 0.00641143229, -0.0200139638, -0.0132240523, -0.0032927664, -0.0236776397, -0.0199534073, 0.0346686654, 0.0440852195, 0.00650605187, -0.0385442898, 0.0269174185, -0.0128909908, -0.024676824, 0.00959065463, 0.012103755, 0.0245405715, -0.0205286946, 0.0147758154, -0.0293245446, -0.00895481091, -0.01308023, -0.000631113537, -0.000164283498, 0.0032833044, -0.00485966867, -0.0206346679, -0.0272504799, 0.00433358317, -0.00649091275, 0.0108472053, -0.0358495191, 7.14970301e-05, -0.0200139638, 0.0049126558, 0.0212250967, 0.00993885566, -0.0218912195, -0.00362204295, 0.00101243099, 0.0039740284, 0.0138296187, -0.00215354492, -0.00430330494, -0.00541224796, 0.0152678387, -0.0166682098, 0.0146925505, -0.0472644418, -0.0272656195, -0.0586490892, -0.00375640299, 0.00148836826, 0.0572865643, -0.000594211859, -0.00531005859, 0.00536683062, 0.00121018628, 0.0172737762, 0.00876557082, -0.043086037, -0.013155926, -0.00238630944, 0.00554850046, 0.00524950214, 0.0328822471, 0.0145638678, 0.0185908824, -0.0266751926, 0.0141475406, -0.0392104127, 0.0397857, 0.00974204671, -0.00405729376, -0.00501863, -0.0032833044, 0.0218155235, 0.0264178254, -0.00808430929, 0.00641900208, -0.0152451294, -0.0194538143, 0.00521543901, -0.00108055724, 0.0111272791, -0.00950739, -0.00362204295, -0.0323372371, 0.0175614208, 0.00700564403, 0.00996913388, -0.0221485849, -0.02133107, -0.0132770389, -0.00950739, -0.0106428266, 0.039270971, 0.00325113372, 0.0262815747, 0.0178944822, 0.00145998225, 0.00730085792, -0.000117565, -0.00583235966, -0.0520786941, -0.00523057813, -0.00259258039, 0.00411028089, -0.00464772061, -0.0267054699, 0.0176825337, -0.0112332534, 0.00578315742, -0.00725922501, -0.0380598381, 0.00733492104, -0.0168498792, 0.0247676577, 0.0390287414, 0.00940898526, -0.00721002277, -0.00713811163, 0.00764905848, 0.00359744183, -0.00159245, -0.00134265388, 0.00131048309, -0.00518894568, -0.0141172623, -0.0173494723, -0.0435704887, 0.0206952263, -0.00922731496, 0.0122854244, -0.0108169261, -0.00884126686, 0.0059042708, -0.0190147795, -0.0407546051, -0.0173948891, 0.00123762595, -0.0102264993, -0.0104157394, 0.0122551462, -0.0181064308, -0.00908349361, 0.0034914678, -0.0114149228, 0.0171678029, -0.00977232493, -0.0190299191, 0.0239955615, -0.000745603407, -0.0125125116, -0.0138371885, 0.0163200088, 0.00888668466, -0.0273564532, 0.0265994966, 0.0171072464, 0.0132997483, 0.0182275437, 0.0144881718, 0.0254186429, -0.0274927057, 0.0255851727, -0.0110742925, -0.0112938099, 0.011483049, -0.0291125961, 0.0083870925, 0.0029956603, 0.00591184, -0.0107563697, 0.00588913169, 0.0338511504, 0.0177279506, 0.00506026251, -0.00631302781, 0.0160929225, -0.0103400433, -0.00953009818, -0.0524117574, -0.00888668466, 0.00529870437, 0.0208617561, 0.0288098119, 0.00904564559, 0.0113467975, 0.00753929932, 0.0972539335, -0.0119826412, 0.018333517, -0.0263875481, 0.0118539585, 0.00488616247, 0.00639250828, 0.0121340333, 0.0173797496, -0.00325681083, 0.0136479484, 0.0124216769, -0.0032132857, 0.00138523267, -0.00709269429, 0.00878828, -0.00817514397, 0.0147833852, -0.00796319544, 0.00169463921, -0.0206195302, 0.00369395385, 0.00472341664, -0.0104611563, 0.0183637962, -0.0116722891, 0.0306416508, -0.0195749272, -0.0091213407, -0.0102946255, 0.0324280709, -0.00299187563, 0.00822056178, 0.00334007619, -0.00204189355, 0.0268871393, -0.00133224565, 0.00887154508, 0.00250742259, 0.00926516298, -0.00383588346, -0.0197263192, -0.0200139638, 0.004496329, -0.0137085048, -0.0141248321, -0.0314288884, 0.00612000376, -0.023783613, 0.0046515055, -0.0182881, -0.000601781416, 0.0071116183, 0.00304107787, -0.0223151147, 0.0321858451, 0.0189239439, -0.0028064209, 0.0384837314, -0.0209677294, 0.000501484552, -0.00863688812, -0.00796319544, 0.00558634847, 0.0191661716, 0.00624111667, -0.0210434254, -0.0203773025, -0.0430254787, 7.43356213e-05, 0.0154192299, 0.0196960419, -0.00223491783, 0.0279014632, -0.0236019436, 0.0220577493, 0.0146471327, 0.0025452706, -0.00138239411, -0.0236170832, 0.0130726611, -0.00280263624, -0.00199269131, 0.014480602, 0.0040800022, -0.0117631238, -0.0111424187, 0.00934842881, 0.0112711014, -0.000145004728, 0.0150331818, -0.0252521113, -0.0161080621, -0.01237626, 0.0120356288, -0.00570746139, 0.0308990162, 0.0293548219, 0.00312623568, 0.000777774083, 0.010355182, 0.0113316579, -0.0076604127, -0.0086520277, 0.00374126388, -0.026236156, 0.00308838766, 0.0110894311, -0.00987072941, 0.00121397106, 0.0236927774, 0.0151391551, -0.00849306583, 0.00791777857, 0.00238820189, -0.0281285513, 0.00650226744, -0.00225194939, 0.00808430929, -0.0190450568, 0.00058001891, 0.0309898518, 0.0101659428, -0.0146395629, -0.0104611563, -0.0196354855, 0.000546428899, -0.00909106247, 5.4376771e-05, -0.0089093931, -0.0151467249, 0.019226728, -0.013155926, 0.00381695968, -0.0289763436, 0.0202561896, -0.0168044623, 0.0492628105, 0.00449254457, -0.00329465861, 0.00939384568, 0.0224513672, 0.00585128367, -0.00986316, -0.00651740655, 0.00744846463, -0.0289763436, -0.00619569933, -0.00615028199, -0.00311109633, -0.0177733693, -0.0300209448, 0.0115738846, -0.00784965232, 0.0428135321, 0.0183789339, -0.0141702499, -0.0129439775, 0.0046552904, 0.000322889799, 0.0278863236, 0.0209980085, 0.0202561896, -0.00791020878, -0.03155, -0.0151694333, 0.00515866699, 0.0102567775, -0.00641521718, 0.00946954172, 0.00709647918, -0.00274207955, 0.0095679462, -0.0102189295, 0.00310352677, 0.010355182, 0.0260090698, -0.000796698034, 0.00466664461, 0.00770583, 0.00543495687, -0.0191661716, 0.0104081696, 0.0288703702, -0.0185757428, 0.00279128179, -0.0300512239, 0.00121207861, 0.00565447472, 0.0028196678, -0.010900192, 0.0108017875, 0.0119372243, -0.0225573424, 0.0270990878, 0.015025612, 0.00442820275, -0.00358419516, -0.0146849807, 0.0135722533, -0.0265692174, -0.0175765604, -0.000712486508, 0.00312434323, -0.00196619774, -0.00215543737, -0.0213462096, -0.010779079, -0.000687412277, -0.0124595249, -0.00584371388, 0.0104838647, -0.00761499535, -0.0204681382, -0.0147001203, 0.00513974344, -0.0061654211, -0.0172283594, 0.0305508152, 0.000279601285, -0.0174403079, -0.0264178254, -0.00611621886, 0.00490130158, -0.0129893953, -0.0363642499, 0.024328623, 0.016077783, 0.0180761516, 0.0180155952, -0.0194538143, 0.0204984173, 0.0269022789, 0.0186665785, 0.00540089374, -0.00371855497, 0.0350017287, -0.0111272791, -0.031761948, 0.013390583, 0.00151486171, -0.00276289578, 0.0306265112, -0.00425031781, -0.00831139646, 0.000148198145, 0.00795562658, -0.01650168, -0.0141324019, 0.0261907391, 0.0129212691, 0.00458716415, 0.0292034317, -0.0210131481, -0.00108907302, -0.0120886154, -0.0192115884, 0.0187271349, -0.00208352623, -0.0389379077, 0.0156236086, 0.00796319544, -0.00207595667, 0.000707755506, -0.0103400433, 0.0236019436, -0.0108926222, 0.00650226744, 0.00111935136, 0.0131634958, -0.00150539982, 0.0356375724, 0.00293321139, 0.00746738864, -0.00887154508, -0.0108396355, -0.0131786345, 0.0183789339, -0.0258122608, -0.00515866699, 0.00270233932, 0.0226481762, -0.000356243254, -0.00763013447, -0.0311866608, 0.00507918652, -0.00639629317, -0.00719109876, 0.00168612343, -0.00834924448, -0.00397781329, -0.00460987305, 0.0252975281, -0.0159263909, -0.013504127, 0.0492930897, 0.00685803732, -0.0071078334, -0.00755822333, 0.0148969293, 0.0157598611, 0.00529113505, 0.00265124463, 0.00922731496, -0.000650037488, -0.0127471685, 0.014480602, 0.00496185804, 0.0143443495, -0.00131521409, 0.00705106184, -0.0340328217, -0.00859904, 0.0129742566, 0.00591184, -0.0150937382, -0.0113467975, 0.0173191931, 0.0172132198, 0.0239198655, 0.00357473316, -0.00661581103, -0.00481425133, -0.0177733693, 0.00691102445, -0.00225573406, 0.013663088, 0.00069640117, -0.00902293622, 0.0163351484, 0.000212539555, -0.0209525917, -0.0339722633, -0.0162594523, -0.0094316937, -0.00939384568, -0.00240144855, 0.00745981885, -0.00206649466, -0.00244308123, -0.0363642499, 0.0110591529, -0.00959065463, 0.0231931861, 0.0160929225, 0.00140321045, 0.026584357, 0.0229812376, -0.0142383752, 0.00947711151, -0.0131786345, 0.0110515831, -0.00359365693, 0.00828868803, -0.0217398275, 0.0190147795, -0.00624490157, 0.0134814177, -0.00378857367, -0.00340441754, -0.0489600301, 0.0123838289, -0.0020494631, -0.0215127394, -0.016698489, -0.00460230326, 0.0130272433, -0.0267054699, 0.0427529737, 0.0511703454, -0.00143632735, -0.00560905691, 0.0122021595, -0.0123913987, 0.00936356746, 0.026781166, 0.00741061661, 0.0154268, -0.00532141328, -0.000244591967, -0.0254792, -0.0343053266, 0.00831896625, -0.0124898031, -0.0130726611, 0.0183183774, 0.00139469467, 0.0163048711, 0.0383323431, -0.0123081338, 0.00565447472, -0.0188633874, 0.0226330366, 0.0362128615, -0.0238895882, -0.00636223, -0.0186665785, -0.00957551599, -0.0118842367, 0.0101432344, 0.00680126576, 0.0147228288, -0.0178339258, 0.0146925505, -0.0117858322, 0.0015044536, -0.0182124041, -0.0455991365, 0.026311852, -0.00873529259, -0.00337224687, 0.00772096915, -0.0148742199, -0.019423537, 0.00430330494, -0.00323220971, 0.0134738488, 0.0249039102, 0.00308838766, 0.0206346679, -0.0122702857, -0.00590805523, 0.0188331101, -0.0191207528, -0.00319814659, -0.0236473605, 0.0228449851, -0.00651740655, 0.0161080621, -0.0316408351, -0.0170921069, -0.0035009298, 0.00073898, -0.00830382667, 0.00253013126, 0.0182124041, 0.00978746358, -0.00261339662, 0.00435629208, 0.00249039102, -0.0158658344, -0.000248613331, -0.0251461379, -0.00534033729, -0.00704727694, 0.00159718085, 0.0203318857, 0.0155327739, -0.0125049427, -0.00797076523, 0.00626004068, -0.00980260316, -0.0147303985, -0.0113089494, -0.00937113725, -0.0104762958, 0.000552106067, -0.0166379325, 0.0213159304, 0.00226708851, -0.0203016084, 0.00455688592, -0.0034214491, 0.0119372243, 0.020710364, -0.00377911166, 0.0124898031, -0.00208731112, -0.0158961136, 0.0363642499, 0.00569610717, -0.00551065244, -0.00154514, -0.00543874176, 0.00159812707, 0.00764148869, 0.00380939, -0.0116117327, 0.0252975281, 0.00237684743, 0.00345740467, 0.0261453222, 0.00797833502, 0.0226935949, 0.00598375127, 0.0658856, -0.0115663148, 0.0136403786, 0.016153479, 0.00203621644, 0.0027307251, -0.00607458595, -0.016774185, 0.0120129194, -0.001371986, 0.0140264276, -0.00474991, -0.015025612, -0.0111651272, -0.0178642031, -0.0199079886, 0.00210055779, 0.0166682098, 0.0319436193, 0.00318111503, -0.0124519551, -0.0112332534, 0.00775124738, -0.00517002167, -0.0116193015, -0.00253770105, -0.0141248321, 0.0080616, 0.00972690713, 0.0154722165, -0.00935599767, -0.000138617892, -0.00186684716, 0.0260242075, 0.00775124738, 0.0129061304, -0.0152602689, 0.0137766311, -0.0315197222, 0.00560148759, 0.00498078205, -0.00548037421, 0.0152148511, 0.00661202613, 0.00782694295, -0.00165111409, 0.0153662432, -0.0167287663, -0.0147682466, 0.011520897, -0.00808430929, -0.00856119208, 0.00337603176, 0.0110742925, 0.00764148869, 0.00345172733, 0.0143973371, -0.0158204176, 0.00261528906, -0.003425234, 0.000972690759, -0.00971933734, 0.0141172623, 0.0139810098, -0.00499592116, 0.000595631136, -0.0131029394, 0.017712811, -0.00272694044, 0.0155176343, 0.0163805671, -0.0034119871, -0.00446226588, 0.00515109766, 0.0100145517, -0.000940046913, -0.00785722211, -0.0174100287, -0.0166530702, -0.00488616247, 0.0112938099, 0.00317922258, 0.00186306227, 0.00258122594, -0.0165925138, -0.0199988242, 0.0129439775, -0.00174478767, 0.0142989326, 0.0105141439, 0.018606022, -0.00722137699, 0.00535926083, -0.0115890233, 0.00473855576, -0.00183656882, -0.00123100262, -0.0057490943, -0.0236170832, -0.000274160644, 0.00588913169, 0.0282042474, 0.0196657628, -0.00462122727, 0.00983288139, 0.0181669872, 0.0178490635, 0.00440170942, 0.00334386085, -0.0108699137, -0.01093804, -0.00307514099, 0.0199382678, 0.0115738846, 0.0150029026, -0.0147606768, -0.0214521829, 0.0170466881, -0.00610486465, -0.0206649471, -0.0304145627, -0.00706998538, 0.00846278761, -0.00111556647, -0.00554093067, 0.00468178373, -0.0204529986, -0.00392104127, -0.00754308421, -0.0126033472, -0.0140869841, 0.0261907391, 0.0165622365, 0.000133177251, 0.0223756712, -0.00640007807, 0.0182124041, -0.00436007697, 0.00360690383, 0.00173248712, -0.00161515863, -0.000599415915, -0.019226728, -0.0136933662, -0.00689210044, 0.00990100764, -0.012141603, 0.00811458752, -0.00705484627, -0.0126714734, -0.00627139537, -0.0258728173, -0.00644171052, -0.000466475234, -0.000406628242, 0.00688453112, -0.0124670947, 0.000596104248, -0.0247979369, -0.0118539585, 0.00784965232, -0.00498835184, 0.00538953952, -0.00110799691, -0.0100145517, 0.0193327013, 0.00362772, -0.00401187642, 0.00436007697, -0.0134132914, -0.0172586367, -0.0115965931, 0.000260677334, 0.0113392277, 0.00495050382, 0.0050678323, -0.00178547413, 0.00668015238, 0.023783613, 0.00426167203, -0.00518516079, 0.0207709204, 0.015775, -0.011210545, -0.0159718096, 0.0107639395, -0.00831896625, -0.0214219056, -0.00672178483, -0.0183637962, 0.0205892511, 0.0287946742, -0.00405350886, -0.0211948175, 0.0237533357, 0.00886397529, -0.0255851727, 0.0164562613, -0.00359365693, 0.0185757428, -0.0199836846, 0.00698293559, -0.000687412277, -0.00475369487, 0.00173154089, 0.0141021237, -0.00854605343, -0.0165319573, -0.000463400094, 0.00742575573, -0.0425107479, -0.0185606051, 0.0113846445, -0.00523814792, -0.013935593, 0.0138371885, -0.00652497588, -0.0167136285, 0.000222592891, 0.00166625332, -0.00431465916, -0.00408757199, 0.0192570053, 0.00700564403, 0.0187574141, -0.00246579, -0.00442820275, -0.0145941461, 0.0115965931, -0.0036296125, -0.0211039819, 0.000625436369, -0.00311488123, 0.0200896598, 0.00849306583, -0.0173948891, 0.0254792, -0.00717595965, -0.00556363957, -0.00952252839, 0.01093804, -0.00450768368, -0.00825840887, 0.0115133282, -0.0151391551, -0.00509432564, 0.0342750475, 0.00376397255, -0.0122021595, -1.50282731e-05, -0.00624868646, 0.0116041629, 0.0200593807, -0.00558256358, 0.00557120936, -0.000400951074, 0.00738412328, 0.0052230088, 0.0034119871, 0.00144484313, -0.00578694232, 0.0287038386, 0.0200442411, -0.00749009708, 0.020513555, -0.00170693977, -0.00708512496, 0.0122475764, -0.00892453175, -0.000559675682, -0.0213159304, -0.00755822333, 0.0163654275, -0.00090645696, 0.00404215464, 0.00981017295, 0.01039303, -0.0172434989, -0.00256040972, 0.0169558544, -0.0113165183, -0.0107942177, 0.00516623678, 0.00774367806, 0.00607458595, 0.0164714, -0.00230682874, 0.021679271, -0.00596861215, 0.0252672508, 0.00940141547, -0.00832653511, -0.00854605343, -0.0166833494, 0.00763013447, -0.0117328456, -0.0211494, -0.00129345164, 0.0127850166, -0.0155933304, -0.0291731525, -0.00736141438, 0.0036296125, 0.0205286946, 0.0252369717, -0.00175708823, 0.0127623081, 0.0190904755, -0.000835965213, 0.0161988959, 0.0059042708, -0.00664608926, 0.00180912903, -0.00837952271, 0.00154514, -0.0149499159, 0.00962850265, 0.00573017029, 0.00973447692, -0.000250742276, -0.0214370433, 0.0112938099, -0.00413298933, 0.0105292825, -0.00724408589, -0.00796319544, -0.00216679159, 0.00256608683, 0.00623354735, 0.00416705245, 0.00300133764, 0.0104157394, 0.00923488475, 0.000340631, -0.0321555659, 0.0178036466, -0.0141399708, 0.0137085048, -0.00999941211, -0.00301647675, -0.00776638696, -0.0060329535, -0.0257819816, -0.00304486253, -0.00429573515, 0.0163200088, -0.0294759348, -0.0142308064, -0.00716082053, -0.0147833852, -0.00125749607, 0.00147512148, 0.00412542, 0.000500538328, 0.0302631725, -0.00241848, -0.00673692441, 0.0158204176, -0.00652497588, -0.00026398903, 0.0209525917, 0.0125503596, -0.0061389273, -0.00270801643, -0.00258690328, 0.0114149228, 0.000592319469, 0.00150256115, 0.0128152948, -0.0014098339, -0.00837952271, -0.0151240164, -0.0147833852, -0.0198020153, -0.00158488029, 0.0057490943, -0.0120431986, -0.0108850524, -0.00481425133, -0.0147076892, -0.0274472889, -0.0115587451, -0.00390968705, -0.01093804, 0.0170164108, 0.00724787079, -0.0221031662, 0.00582857477, -0.000328803522, 0.032579463, -0.00390968705, -0.0118085416, -0.0151088769, -0.0275078453, 0.00426545693, -0.00774746295, -0.00386616192, 0.00990100764, 0.0104535865, -0.00460608816, 0.00169747777, 0.00968149, 0.0239198655, 0.00831896625, -0.00472720107, 0.00512460433, 0.0137160746, -0.00067984272, 0.00509432564, -0.00103419356, -0.0132240523, 0.00319625414, -0.00770961493, -0.0167893227, 0.0111121405, 0.0245405715, -0.00675963284, 0.0155479126, -0.0318830609, -0.0146471327, -0.010627687, -0.0199836846, 0.0150710288, 0.0108017875, -0.00906078424, -0.00371666276, -0.00725544, -0.00874286238, 0.00848549698, -0.00810701773, 0.0141399708, 0.00495428871, 0.00932571944, 0.00522679323, 0.00179588236, 0.0149499159, 0.0170618277, 0.0199988242, -0.0125276512, 0.000996345654, -0.0145108802, -0.00795562658, -0.00604430772, 0.00963607244, 0.00808430929, 0.0116647193, -0.0023238603, -0.00978746358, -0.00718352944, 0.00252823904, -0.0264178254, -0.00230304408, -0.0039740284, 0.00955280755, -0.012065907, -0.0248130765, -0.0082054222, -0.004806682, 0.00517380657, 0.00949982, -0.0101432344, 0.0122097293, -0.0258122608, -0.00962093286, -0.004806682, 0.0116420109, -0.00554093067, 0.00753929932, 0.00168990821, 0.00193213474, -0.0114981886, 0.0194689538, -0.00967392, 0.00207974156, -0.00519273, -0.015025612, -0.000396456628, 0.00102567778, 0.0114300624, 0.0148136634, -0.0139507316, 0.000619286089, 0.00578694232, -0.00854605343, 0.00276478822, -0.0115738846, 0.00912891049, -0.00586263789, -0.0256457292, 0.00323410216, -0.0281891078, -0.00188198627, 0.00345361978, 0.0170315504, -0.0211494, -0.0187574141, 0.00136536255, -0.00977232493, -0.0119145149, -0.0111499876, -0.0158658344, -0.00209109578, -0.0178793427, -0.00735762948, -0.000593738747, 0.0261301827, 0.00174762623, -0.00840980094, 0.00256230216, -0.0123611204, -0.0160172265, 0.00168328488, -0.00490887137, -0.00298998319, 0.00827354845, 0.0110364445, 0.0172132198, 0.00795562658, -0.00369395385, 0.0252672508, -0.016698489, -0.0102113606, 0.00566204404, 0.00989343785, -0.0290066227, -0.010665535, -0.00685046799, -0.0135495439, -0.0052003, 0.0095679462, -0.0178490635, 0.0174857248, 0.00269855442, 0.0285978653, 0.00694130268, -0.0068466831, 0.00586642278, 0.0220577493, 0.02187608, -0.00434115296, -0.0128531428, 0.0129288388, 0.00680505, 0.000867662835, 0.018954223, -0.0137160746, 0.000173982015, 0.0146925505, 0.000434777612, 0.00447362056, 0.000540278619, 0.0122929942, 0.00868230592, -0.00174951868, 0.0152224209, -0.00747117307, 0.00387562369, -0.003765865, 0.0100826779, -0.00295592, -0.0114754802, -0.00275911111, -0.00502241496, 0.0242983438, 0.0137766311, -0.00479154289, 0.000893210177, 0.0149347773, -0.00984045118, -0.0091743283, 0.0114224926, -0.0210888442, 0.00172586367, -0.00352742313, 0.0230720732, 0.00298619852, -4.83078e-06, -0.0189845, -0.00828111824, -0.00968905911, -0.0248282142, -0.023586804, -0.0146092847, -0.0329428, 0.0146395629, -0.00156311784, 0.0156236086, 0.00256230216, -0.00415948313, 0.00790263899, 0.0158204176, 0.0300512239, 0.00608215574, 0.0134814177, -0.0218003839, 0.00725165568, -0.00377343455, 0.00319436169, -0.00676720263, -0.0250704419, 0.00534412172, 0.0100069819, -0.00461744238, 0.0232840218, 0.0122854244, 0.00702078314, -3.26364125e-06, 0.0012962902, -0.0120583372, -0.00794805679, -0.00720623787, 0.00159812707, 0.00873529259, 0.00383966835, -0.00769069092, 0.00795562658, 0.00660824124, -0.0148817897, 0.00678991107, 0.0062978887, -0.00707377028, 0.0142610846, 0.0117101371, 0.00798590481, 0.0132619, 0.0297333021, 0.0178339258, -0.0149347773, -0.000815148873, -0.0251158588, -0.00283859158, 0.0065817479, 0.00685803732, 0.0057490943, 0.0083341049, 0.00589670101, -0.0170315504, 0.00341955665, -0.000617866754, -0.0176219773, 0.0209071729, -0.0224059504, -0.0120810457, 0.0114073539, 0.013042382, 0.00478775799, -0.00323788682, -0.000849685108, -0.000508107885, -0.00913648, -0.0253883637, -0.000926327077, -0.0176371168, -0.0231477693, -0.0219669137, -0.00501484517, -0.0032795195, -0.00314326724, -0.00596104236, 0.0298089962, -0.0143973371, 0.0166076533, -0.000179422641, 0.0121794501, -0.00638493896, 0.00927273277, 0.00701699872, -0.00492401049, -0.00582857477, -0.015805278, -0.00632438203, -0.0204681382, -0.00416705245, 0.0207709204, -0.00498078205, -0.018333517, -0.00913648, 0.00230872119, 0.0149801942, -0.00619191444, 0.00197755219, 0.0180458724, 0.00188577105, -0.0134889875, -1.42151348e-05, 0.000423896359, -0.00314326724, 0.0148590812, 0.0297333021, 0.0264935214, 0.00105690234, 0.00188104, 0.00492779491, -0.0145790065, 0.00472720107, 0.000389360153, -0.0189996399, 0.00291617983, 0.00197755219, 0.00203810888, -0.00910620205, 0.0225270633, 0.0136706578, -0.0037526181, -0.00432979828, -0.0214824621, 0.00850820541, -0.0270839483, 0.0204075817, -0.01595667, -0.00893967133, 0.000789128477, -0.0168498792, -0.0204681382, -0.0089093931, 0.0105292825, 0.00426167203, -0.0225573424, 0.0139810098, 0.0291731525, 0.0016795001, -0.0148212332, 0.011679858, -0.0124822333, -0.0163351484, 0.00845521875, -0.00331547507, 0.00350471446, 0.0297030229, 0.00846278761, -0.00218003849, -0.0110288747, 0.00344983512, -0.00494293403, -0.00468178373, 0.0163351484, 0.0140339974, -0.000647198875, 0.00283102202, -0.0156236086, -0.013118078, -0.00258122594, -0.0075014513, -0.00938627683, -0.0094846813, 0.000163100747, -0.0160475057, -0.0198625717, -0.0379387252, 0.00158109551, 0.0363339745, 0.0021724687, -0.00316786836, 0.00353877759, -0.0105065741, 0.0114376321, 0.00353499269, -0.00169653166, -0.00963607244, 0.013352735, -0.00176844257, -0.0127698779, -0.0101962211, 0.00134738488, -0.00587020768, -0.00770583, -0.0032265326, -0.00907592382, -0.0107942177, 0.0149650555, 0.00937113725, 0.0108699137, 0.00937113725, 0.00164354453, -0.0308081806, -0.0268114451, 0.0174857248, 0.0206498075, 0.003434696, 0.00671043061, -0.00324167171, 0.0180307347, 0.00906835403, 0.0138220489, -0.0394223593, -0.0118690981, -0.0206498075, -0.00324356416, 0.0126411952, 0.0245405715, 0.0173646118, 0.00728193391, 0.00377154211, -0.00196241308, 0.004106496, -0.00274964911, 0.0254792, 0.00433736807, -0.0337905958, -0.00285940804, 0.0230569337, 0.0201804936, -0.0199079886, -0.00702456804, 0.0105141439, 0.0179701783, 0.00640007807, 0.0154646477, -0.0011590916, -0.00689588534, -0.0126563339, 0.0083341049, 0.00283291447, -0.00518894568, 0.00711540319, -0.0232840218, 0.00322842482, 0.0155176343, 0.0104535865, -0.00926516298, 0.00128966675, -0.00946954172, -0.0104535865, -0.0102340691, -0.0117404154, 0.00608972507, 0.00643792609, -0.00908349361, 0.0151391551, -0.0274321493, -0.00903050601, 0.00367124518, 0.00626004068, 0.0147076892, -0.00349714491, 0.00866716634, 0.0204075817, 0.00297484407, -0.00224627228, 0.00786479097, 0.00360690383, 0.00912891049, -0.00797076523, -0.0175614208, -0.0345475525, -0.00207784912, -0.00545766577, 0.000108162167, -0.0289006475, 0.0205286946, 0.0102113606, -0.00685425242, 0.00830382667, 0.0060367384, 0.00214976, 0.00918946695, 0.0100826779, 0.00716839032, 0.011210545, -0.00925759319, -0.00536683062, 0.00609729486, -0.0118842367, 0.0247827973, 0.00928787142, -0.0128152948, 0.0216641314, 0.00745224906, 0.0172132198, -0.00775124738, 0.00609351, -0.00925759319, 0.00429573515, 0.0281739682, -0.0146244243, 0.00575287919, -0.000409466855, -0.00985559, -0.00215922203, 0.00112692092, -0.0207406431, -0.00886397529, -0.00132183754, 0.0188179705, -0.0188028309, 0.0263421312, 0.000433594862, 0.00775124738, -0.00337792397, -0.00966635067, -0.00540467864, 0.00775124738, 0.00881855842, 0.00400809152, 0.00349903735, -0.0057718032, -0.000575761, -0.00576044852, -0.0229206812, -0.00583235966, -0.00324167171, 0.0185606051, 0.0130272433, 0.00167571532, -0.00916675851, -0.00910620205, -0.0624338761, 0.0010597409, 0.0180004556, 0.0217246879, -0.000403316575, -0.000514731277, -0.00147228292, 0.000309406489, -0.000615501311, 0.00750902109, 0.00650226744, 0.00661959592, -0.00650226744, -0.0001091675, -0.0238138922, 0.0046287966, 0.00070539, 0.00257176394, -0.0215884354, -0.0243134834, 0.0109834569, -0.0436613262, -0.00112692092, 0.0119826412, 0.00744467974, -0.0238290299, 1.55235484e-05, -0.000194916633, -0.00574530941, 0.012065907, -0.0113240881, 0.00243740412, 0.000338975166, -0.00482560601, 0.00113922148, 0.0105368523, -0.00365042896, -0.0149120679, 0.00224059494, -0.00346875889, 0.001036086, -0.012338412, 0.005487944, -0.000370909314, -0.00809944794, -0.00618813, -0.00649469765, 0.0237987526, -0.00956037641, 0.00803132169, -4.97344918e-05, 0.00727814902, -0.0233445782, -0.0042578876, 0.0242680665, 0.00679369597, -0.00937113725, -0.0262967125, 0.0223453939, -0.00365042896, -0.0169255752, 0.00884126686, -0.00290104072, 0.00848549698, 0.0100069819, 0.00834167469, 0.00392104127, 0.00523057813, 0.00974204671, 0.0332153067, 0.00623733224, 0.00176844257, 0.00168328488, 0.0068428982, -0.0138220489, 0.0114452019, 0.00801618304, -0.00290104072, 0.0172737762, 0.0102567775, 0.00608215574, -0.0200442411, 0.0285524465, -0.0147455372, -0.0105519909, 0.0229206812, -0.00534033729, -0.0073689837, 0.00424274849, -0.0170769673, 0.0288098119, 0.0175008643, 0.0234202743, 0.0237684734, -0.00363718206, 0.0145790065, -0.00873529259, 0.00095613231, -7.33302877e-05, 0.0183637962, -0.0170315504, 0.00884126686, 0.00307703344, 0.00339306332, 0.0114603406, -0.0131634958, 0.00243172678, 0.00514731277, -0.0078875, -0.0213764869, 0.0148742199, -0.00632816693, 0.015805278, -0.0148439417, 0.022966098, 0.00935599767, 0.000197873494, -0.00159150374, -0.00263232063, -0.0197111797, -0.00385291502, -0.0326702967, 5.64465772e-05, -0.00456824, 0.0155327739, -0.0120734768, -0.00883369707, 0.00640007807, -0.0200291034, -0.0181215685, 0.00278560468, 0.0259939302, 0.0137690622, -0.0173797496, -0.00296538207, -0.00139090989, -0.00330790551, 0.0100902468, -0.0113467975, 0.0207557827, 0.00641900208, -0.00959822442, 0.00486723846, 0.00927273277, -0.0146774109, -0.0122400075, -0.0237381961, 0.0024468659, -0.0164562613, -0.00662716525, 0.00711540319, -0.0168196019, 0.0147833852, 0.0142762233, -0.0303842854, 0.00835681427, -0.00286887, 0.0170012712, 0.0176825337, 0.00777395628, -0.00397781329, -0.0193932578, -0.015805278, -0.00967392, 0.0113997841, 0.00687696133, -0.000347490917, -0.0121643115, -0.0167439058, 0.000293084595, 0.00647577364, 0.000664703548, -0.00653254567, 0.00682775909, -0.0105974087, -0.000134241724, 0.00221031671, 0.00399673684, 3.04261539e-05, 0.0341842137, 0.015775, 0.0144503238, 0.00562798092, 0.0163654275, -0.00598753616, -0.0146849807, 0.0036296125, 0.0221183058, -0.00403458485, 0.00276668067, -0.00872015394, -0.000736614515, 0.00591562502, 0.00113827526, -0.0376662202, 0.000516623666, -0.0111045707, 0.0140112881, 0.00520786969, -0.0113392277, -0.0057718032, 0.0267357491, -0.00825084, 0.0170164108, 0.004806682, -0.0121340333, 0.0010550099, 0.0142383752, -0.0180458724, -0.00738790771, -0.0109456098, 0.011210545, 0.00433736807, 0.0108547742, 0.0114754802, -0.00973447692, -0.0170164108, 0.0137463529, -0.0106428266, 0.00626382558, -0.000905983848, -0.0145865763, 0.0142989326, 0.00967392, 0.0295213535, 0.00415948313, -0.00182994537, 0.0236625, 0.00140226423, 0.00510568032, 0.0156841651, 0.0197414588, 0.0100448299, -0.0128682824, 0.00831139646, -0.00816000439, -0.00740683172, 0.0144730322, -0.00418219157, 0.0272353403, -0.0026115044, -0.00351796136, -0.013042382, 0.0047801882, -0.000101420512, 0.00484831445, 0.00193497329, 0.00102473155, -0.0148817897, -0.00195673574, 0.0138523271, -0.0152526991, 2.82824258e-05, -0.0159112532, 0.0153283952, 0.0145790065, 0.0122324377, 0.00632438203, -0.0104233082, 0.0273867324, -0.0116949975, -0.00876557082, 0.0183637962, -0.00493158, -0.0121264635, 0.00977989472, 0.00813729595, 0.0153056858, -0.0147076892, -0.00170031644, -0.000729044958, -0.00854605343, 0.00997670367, -0.0356678516, 0.0191207528, -0.00446226588, 0.00371477031, 0.018061012, 0.00124803418, -0.018061012, -0.0296878833, 0.00696401158, -0.00711918762, 0.00549551332, -0.00749766687, -0.00754308421, -0.00799347367, -0.00157636451, 0.00781937409, -0.00175803446, 0.0156993046, 0.0127093215, 0.0021062349, -0.00940141547, -0.00974204671, -0.00869744457, 0.0166833494, -0.00175803446, -0.00373558654, -0.00716460543, 0.0118388198, -0.00728193391, -0.00105122512, -0.00797076523, -0.0142762233, -0.0155933304, -0.0198171549, -0.0227692891, 0.000542171, -0.0183183774, -0.0141399708, -0.00848549698, 0.00207784912, 0.00124330318, -0.00835681427, 0.00342334155, -0.00526464125, 0.00494671892, 0.00450011389, -0.0162745919, 0.00828868803, 6.39274513e-05, 0.00405729376, 0.0132921785, -0.00950739, 0.0128985606, 0.0202259123, -0.00615028199, -0.00440549431, 0.0318830609, -0.0187876914, 0.00617299043, 0.00552579155, -0.00641521718, -0.00590048591, -0.0062978887, -0.00390211726, 0.00424274849, 0.00490508648, -0.0186665785, 0.00333250663, 0.00651362166, 0.0147076892, -0.014245945, 0.0237381961, -0.0168952979, -0.0109304702, 0.0073916926, 0.0298392754, 0.00531762838, 0.00550686801, -0.00629031891, -0.00764905848, 0.0111499876, -0.015025612, 0.00488237757, -0.0112635316, 0.00252634659, 0.00212705135, -0.00481046643, -0.000894629455, -0.00309217256, -0.0268417224, -0.00295781251, -0.00107961101, 0.00699807471, 0.0112711014, 0.00198133686, -0.0327611342, -0.0149120679, 0.00793291721, -0.00569989206, -0.00242037256, 0.0867776424, 0.0123611204, 0.0218609404, -0.0260242075, 0.00425031781, -0.04157212, -0.0200745203, 0.0485966876, -0.00543117197, 0.00738033839, 0.0099539943, 0.0209071729, 0.00471584685, 0.0193327013, -0.00605566241, -0.0141096925, -0.0029388885, -0.0132467607, 0.0170618277, -0.0136025315, 0.0108774835, -0.0157295819, 0.00984802097, -0.00407621777, -0.000119634809, 0.00210812734, -0.0263572689, -0.0113997841, -0.0147758154, 0.0130121037, -0.00571881607, 0.00175803446, 0.00070539, 0.00911377184, -0.0231477693, -0.00965878088, 0.00784965232, -0.00549172843, 0.00406864798, -0.0112029752, 0.0035671636, 0.00509432564, 0.0078875, 0.00279885135, 0.0173343327, -0.00884126686, 0.000421530858, -0.0119599327, -0.0140188579, -0.021255374, 0.00428438094, -0.0200896598, 0.00866716634, -0.0140794143, -0.000206389261, 0.0109077618, -0.0157598611, -0.00241848, -0.000901252846, -0.0202107728, 0.0105595607, 0.00476504909, -0.016077783, -0.00429952, 0.013193774, -0.00677098706, -0.018878527, 0.00437521609, -0.000281493674, 0.00686560711, -0.00310541922, -0.0125049427, 0.00743711, -0.0381506719, -0.00185076171, 0.0254792, -0.0125654992, 0.00934842881, -0.0115360366, -0.00482560601, -0.00356905581, -0.00616163621, -0.00440927921, -0.00828111824, 0.00211758935, 0.0231780466, -0.0195597894, -0.00775124738, -0.00554471556, -0.0159112532, -0.00761878, 0.0205438342, -0.0203621648, 0.0267508868, -0.0043865703, 0.0161383394, -0.0114527708, 0.0201653559, 0.0292942654, 0.00630167359, 0.0296727438, -0.00859147, 0.00844007917, 0.000472625514, -0.00260015, 0.0300966408, 0.0061389273, -0.00825084, 0.0263269916, -0.0077134, 0.013466279, 0.00131332176, 0.0254186429, 0.0281588286, 0.000161563177, 0.00591941, -0.00284048403, 0.00319625414, 0.00828868803, -0.00697158091, 0.0106958132, 0.0186363012, -0.0198474322, 0.000657607045, 0.00523814792, -0.00251309969, -0.00617677532, 0.00284805358, 0.0114452019, -0.0127471685, 0.0117706936, 0.0151542947, 0.0128607126, -0.0144276153, 0.0112332534, 0.0243740398, -0.00698672, -0.0140415663, -0.00719866855, 0.000915918907, 0.0191056151, -0.0287038386, 0.0162897315, 0.00602916861, -0.0032795195, 0.00486345356, -0.0155024948, 0.000770677638, -0.0148212332, -0.0123232724, -0.00344794267, 0.0105217127, 0.00556363957, -0.0230720732, -0.00819785241, 0.000168068276, 0.000671326939, -0.0111651272, -0.0129439775, -0.0155933304, -0.004496329, -0.0039475346, 0.0199988242, 0.00883369707, -0.00915918872, -0.0116495797, 0.0284918901, 0.0150558902, 0.0116571495, 0.00918946695, 0.0104914345, 0.00921974611, 0.0102870557, -0.00313380524, -0.0104233082, 0.00988586806, 0.0149272075, 0.00691859424, 0.000152929118, -0.00442441832, 0.00226708851, -0.0149272075, 0.00297105918, 0.0299603883, 0.00567339873, -0.00135873922, -0.021951776, -0.00474991, 0.014245945, 0.0232991595, -0.0146925505, 0.0199836846, -0.00222545583, -0.000541697897, 0.0153813818, 0.00746738864, 0.0108320657, 0.00449254457, -0.0146925505, -0.00453039212, -0.00279885135, 0.00445848145, -0.00716839032, -0.000811364094, 0.000923961576, 0.00434115296, 0.0116722891, 0.0142383752, -0.009613364, -0.00072336779, -0.0104535865]
|
10 Feb, 2022
|
What is Power Over Ethernet (POE)?
10 Feb, 2022
Power Over Ethernet (POE) is a technique used for building wired Ethernet local area networks (LANs) which use Ethernet data cables instead of normal electrical power cords and wiring to carry the electrical current required to operate each device. The transfer of power through network cabling is possible because of the coupling of data transmission and power-providing hardware on the same RJ45 Ethernet connection.
In 2003, the PoE standard was created to accommodate devices such as wireless access points (APs). Before then, several types of proprietary PoE were employed by different companies to give PoE capabilities. Today, some of these proprietary PoE devices are still in use. Installers of PoE devices must discover where these older, proprietary devices are placed since they may be incompatible with subsequent standard PoE devices. AP installations are easier and more adaptable with today’s standard PoE devices, especially in ceilings, which might be difficult to wire for electrical power.
Consider a scenario where we want to install a digital security camera,
Power over Ethernet
Here two connections are usually required :
To communicate with video recording and display devices, you’ll need a ‘Network Connection’.
A ‘Power Supply’ is required to provide the electrical power to the camera it requires to operate.
But if the camera is POE-enabled, only the network connection is required to be formed because it will get its electrical power as well from this cable.
Working of POE:
The working of POE is solely dependent on the flow of the electrical current which must enter an Ethernet data connection at the power source end and exit at the device end. With Ethernet, the data signal and the power current may be maintained separately so that neither interferes with the other. An injector allows current to flow into the Ethernet wire. If the device on the other end of the wire is PoE-compatible, it will work without any changes. If it isn’t PoE-compatible, you’ll need to install a picker, or tap, to remove the current from the cable. The current that has been picked up is directed to the power jack.
Why use POE?
There are several advantages to specifying Power over Ethernet in an installation :
By lowering the time and cost of installing electrical power cabling Network cables do not require the installation of a certified electrician and may be placed almost anyplace.
Devices like IP cameras and wireless access points may be placed wherever they are needed most and relocated quickly if necessary because they are not linked to an electrical outlet.
The intelligent POE distribution system protects network equipment from overload, underpowering, and wrong installation.
Installation and deployment of network connections are straightforward and effective when there is electricity accessible on the network.
Rather than a variety of scattered wall adapters, POE power comes from a single, globally compatible source. It can be powered by an uninterruptible power source, or it can be remotely operated to deactivate or reset devices.
History of POE:
Devices like cameras used to require a signal connection to relay the picture back to a recorder before Ethernet communications. Local power supplies were also required to power these gadgets. Companies began running a combination of signal and power cables with a power supply sending electricity from the head end recorder site because cameras and similar devices are frequently deployed in regions where local power may not be accessible.
Cameras began using multi-pair UTP cables, such as CAT5, to convey a combination of signaling and power as signaling and power technology advanced. On one or two of the four pairs of a CAT5 cable, signaling was conveyed, while power was transmitted on the remaining two pairs. This simplified installations by using fewer cords to do the same purpose.
This functionality was lost when endpoint signaling switched from analog to IP broadcasts. The Institute of Electrical and Electronics Engineers(IEEE) designed and standardized Power over Ethernet in 2003.
Devices that use POE:
POE is compatible with the following devices that need equal or less than 30 watts (W) of power :
VoIP phones
IP cameras
Network audio
Tilt and zoom robotic cameras
Large TVs and liquid crystal display screens
wireless AP devices
IP, VoIP, and video telephones
POE+ or High-power PoE:
The 802.3AT standard, often known as PoE+ or high-power PoE, stipulates that Power Sourcing Equipment may deliver 30W of power to assure 25.5W at the endpoint. Both the switch and the endpoint device must be IEEE compliant to ensure a successful negotiation. Some device makers, on the other hand, have developed their own PoE implementations.
Transmission of electricity through Ethernet cabling may be accomplished in three ways. Mode A (also known as common-mode data pair power), Mode B (spare-pair power), and 4PPoE (4-Pair power) are the three modes available. Power is sent over the same cable pair as the data pairs in a 10Base-T or 100Base-TX transmission in Mode A. The spare pairs are used in Mode B, while all four pairs of the Ethernet cable are used for power transmission in 4PPoE.
The specifications of each mode are shown below.
PoE Mode
Ethernet Cable pairs utilized
Pin allocation
Mode A
Data Pairs
Pins : 1, 2 & 3, 6
Pins 1, 2 = Positive Voltage (DC+)
Pins 3, 6 = Negative Voltage (DC-)
Mode A
Spare Pairs
Pins : 4, 5 & 7, 8
Pins 4, 5 = DC+
Pins 7, 8 = DC-
Mode A
All 4 Pairs
Pins 1, 2 and 4, 5 : DC+
Pins 3, 6 and 7, 8 : DC-
The following devices are supported by this standard :
Video Conferencing
Wireless, high-performance APs
Video surveillance cameras
Security card readers
LED lighting
Upgrading to POE:
It’s simple to integrate POE into your network, and you can choose either from two routes below :
A Power over Ethernet switch (POE switch) is a network switch with built-in Power over Ethernet injection. Simply attach other network devices to the switch as usual, and the switch will automatically determine whether they are POE-compatible and turn on the power. From low-cost unmanaged edge switches with a few ports to complicated multi-port rack-mounted systems with sophisticated administration, POE switches are available to meet all applications.
Upgrading to POE
To add POE functionality to non-POE network lines, midspan (POE injector) is required. Midspans may be used to convert existing LAN setups to POE and provide a flexible option when only a few POE ports are required. Each network connection may be upgraded to POE by patching it through the midspan, and power injection is regulated and automated, much as with POE switches. Midspans come in a variety of configurations, including multi-port rack-mounted devices and low-cost single-port injectors.
Upgrading to POE
Endspans and Midspans:
Power Sourcing Equipment (PSE) is a POE equipment that acts as a power source like a POE ethernet switch. PSEs can be used as endspans (e.g., a PoE-enabled Ethernet switch) or as midspans (PoE-enabled Ethernet switch) (a power hub used in conjunction with a non-powered Ethernet switch already in place on the network). Endspans and midspans can both provide electricity to power devices (PDs).
Endspans deliver electricity to the devices directly. Endspans can use either the spare pairs or the data pairs in the cable, which can also be used for Gigabit Ethernet transmissions, according to the requirements. Endspans necessitate PoE-enabled switches, which are often selected for new installations that require new equipment.
Midspans employ an injector which is a powered patch panel that lies between an existing Ethernet switch and the PDs. The PSE is often positioned near to the switch and allows the cable to be routed unimpeded to remote devices. Midspans are only allowed to use the cable’s spare pair, therefore they can’t transfer power across data lines like Gigabit Ethernet connections.
Advantages of POE:
POE is easy to install
Both power and data signals can be carried through Ethernet so it’s a cost-effective solution.
If there is a service outage, PoE immediately pauses power current flows ultimately ensuring safety.
Using Cat5 and Cat6 connections, PoE can currently transport data at 1 gigabit per second (Gbps) — 10/100/1,000 megabits per second. Over a distance of 100 meters, the IEEE 802.3bz PoE standard provides speeds of 2.5 to 5 gigabits per second (m).
POE devices connected to high-security networks are protected in the same way as other network assets.
Disadvantages of POE:
Multiple devices are frequently connected to a single PoE connection. If one device in the stream fails, the entire network goes down.
The maximum power consumption for devices that accept the 2003 PoE standard is 30 W. PoE release IEEE 802.3bz is required for devices that require more power.
Unless PoE extenders or other means are utilized to deliver power, PoE power transmission is restricted to 100 meters.
PoE switches are more costly than regular switches, although combining power and data signals saves money.
Threat actors that wish to breach PoE devices connected to these networks will have an easier time getting access if network security is insufficient.
Dreaming of M.Tech in IIT? Get AIR under 100 with our GATE 2026 CSE & DA courses! Get flexible weekday/weekend options, live mentorship, and mock tests. Access exclusive features like All India Mock Tests, and Doubt Solving—your GATE success starts now!
|
Operating Systems/Operating System Tutorial/Booting and Dual Booting of Operating System/Concept behind Multiple Booting Guide/Differences between Multiple Cycle Datapath and Pipeline Datapath/Differences between POP3 and IMAP/What are the differences between Bellman Ford’s and Dijkstra’s algorithms?/What is Dijkstra’s Algorithm? | Introduction to Dijkstra’s Shortest Path Algorithm/Applications of Dijkstra’s shortest path algorithm/What is Ethernet?/What is Power Over Ethernet (POE)?
|
https://www.geeksforgeeks.org/what-is-power-over-ethernet-poe?ref=asr10
|
Operating Systems
|
What is Power Over Ethernet (POE)?
|
Operating System Tutorial, What is Dijkstra’s Algorithm? | Introduction to Dijkstra’s Shortest Path Algorithm, Concept behind Multiple Booting Guide, What is Ethernet?, Operating Systems, Booting and Dual Booting of Operating System, Differences between POP3 and IMAP, Applications of Dijkstra’s shortest path algorithm, What is Power Over Ethernet (POE)?, What are the differences between Bellman Ford’s and Dijkstra’s algorithms?, Differences between Multiple Cycle Datapath and Pipeline Datapath
|
GeeksforGeeks
|
[-0.0531474315, 0.0275392476, -0.0107073057, 0.0372954309, -0.0130058452, 0.0351337977, -0.0146342786, 0.00996514317, 0.0106496615, 0.00446377927, 0.0277554113, -0.0258964039, 0.0238068216, -0.0496023484, -0.0110603729, -0.0206364226, -0.012926585, 0.0182442106, 0.0089419689, 0.0261702109, 0.00486007892, -0.033260379, -0.0368342847, -0.0380736217, -0.0107217161, 0.0337503478, 0.0031992218, -0.000786295219, -0.0238068216, 0.0335774198, 0.0173651446, 0.0290812142, -0.0129626123, -0.00597332185, -0.0263719633, -0.0271789748, -0.0101452796, -0.017019283, -0.0144469365, 0.0124005871, -0.0331739113, 0.0091581326, 0.0192817971, -3.14394238e-05, -0.0188638791, 0.000250389538, 0.0139425546, -0.0256514177, 0.0125879291, -0.0276833568, -0.00707575632, -0.0340673886, -0.037353076, 0.0207228865, -0.0099075, 0.0111036059, 0.0687112138, 0.0245850105, 0.0109522911, -0.0336350612, 0.0013735398, 0.021529898, -0.0154052619, -0.03458618, -0.00597692467, 0.0246138331, -0.0486800522, 0.0412728451, 0.0293694325, 0.000199726186, -0.0218469389, 0.0293694325, -0.0206220113, -0.015275564, 0.00359912449, -0.0245850105, 0.0429445095, 0.0214434322, 0.0091581326, 0.0325686559, 0.0117953289, 0.0455096513, 0.0168175306, 0.0241670944, 0.00450340891, -0.0129554076, -0.0110891946, -0.0718816146, 0.0658866763, 0.0159096438, 0.00361353555, 0.00908607803, 0.00700370176, -0.0173219126, -0.00532122795, 0.0138993217, -0.00390175357, -0.0206796546, 0.00618948555, 0.0370360352, 0.0513316579, 0.00532843359, -0.00743602915, 0.0113413855, 0.00664703175, 0.00031681484, -0.0464031287, 0.0327704065, -0.00640204642, 0.0423392504, -0.00109342777, -0.00838714931, 0.0376124717, 0.0381600857, -0.0115863709, -0.00474839471, 0.0409846269, -0.0245273672, -0.0211119819, 0.0266025383, 0.0182009786, -0.0151458653, 0.0036837887, 0.0561737232, -0.0209102295, 0.0246282443, -0.010764949, -0.0131499544, 0.00370000093, 0.00518432446, 0.0013321084, 0.0123501495, 0.00539688533, -0.0313004963, 0.0148432367, 0.0246282443, -0.00560584385, 0.018907113, 0.0275680684, -0.0455384739, -0.0054076938, -0.00426923158, -0.0076449872, -0.0114638777, 0.000109995766, -0.00875462685, -0.00248948461, 0.0205787774, -0.0194835495, 0.0416475274, -0.0285912436, -0.0236194804, 0.0115791652, -0.0198870543, -0.00796202756, -0.0303205531, -0.0208237637, 0.0199591089, -0.0355373025, -0.00956163835, -0.0174948443, -0.0628315657, 0.0116656311, 0.0137912398, -0.00837273803, -0.0042223963, 0.0648490936, 0.000409585045, -0.0298017599, 0.0175524876, 0.0205787774, 0.0260693338, 0.0126383668, -1.87876594e-05, -0.00595530821, 0.0127968872, -0.0187630039, 0.0148864686, 0.0136111034, 0.00328748859, -0.0327704065, -0.0388806313, -0.00577877462, -0.00615706109, 0.00261197728, 0.0328568742, 0.0192529745, -0.0252623241, -0.00246606674, -0.0295423642, -0.0253776107, 0.0248732287, 0.0425121821, -0.0222216211, -0.00171760027, -0.0233889055, -0.0316175334, 0.0183883198, 0.0168175306, -0.0405811183, -0.0254208427, -0.0118025346, -0.0264296066, -0.00784674, 0.0172786806, -0.0128040928, 0.0184891969, 0.0160393417, 0.018950345, 0.00198690407, -0.00846640952, -0.0123069165, 0.00800526, 0.00560224103, 0.00802687649, -0.00823583454, -0.0140506364, -0.0135246385, -0.0289803389, -0.0102965944, 0.00391256204, 0.0277986433, -0.0221928, 0.00721986545, -0.0901546478, -0.0502940714, 0.0142523888, -0.00679114088, -0.00154737139, 0.00629036175, -0.00219946494, 0.0330009833, 0.0129409963, -0.00306952372, -0.0418204591, 0.00152755633, -0.0125230802, 0.0283030253, -0.0149873458, -0.00379727455, -0.0480171479, 0.0293262, -0.0178118832, -0.0237924103, -0.00332891988, -0.00147801882, 0.0119178221, 0.0551361367, -0.0154052619, 0.00558062457, -0.0485647619, 0.00407828717, 0.00647770381, 0.0511587262, -0.0198438223, 0.0147711821, 0.00330009824, -0.0319345742, 0.0198438223, 0.0099075, 0.00529600913, -0.0043016565, -0.0266457703, 0.00956163835, -0.055251427, 0.00238860818, 0.0440397374, 0.0296000075, 0.0135894874, -0.011499905, 0.0333180204, -0.0513893031, 0.00910769496, -0.00126725936, -0.00484927092, -0.00647770381, 0.0122636836, -0.00804128684, 0.0453367196, -0.0136111034, 0.00263359374, -0.100645788, 0.0110891946, 0.0175668988, 0.0137768295, -0.0639844388, -0.0336927064, 0.012170013, -0.00867536757, -0.0343556069, 0.00966251455, 0.00515550282, -0.00845920388, 0.00555540528, 0.032885693, -0.000750267936, -0.00095112, 0.00584722636, 0.0125807235, 0.00241022464, -0.0188062359, 0.00480603799, -0.0033271187, 0.0274239592, -0.0448467508, -0.0334333107, -0.00887712, 0.036113739, 0.0229854, -0.0309834536, 0.032885693, -0.0158808213, -0.0104623204, -0.0662901849, 0.0330009833, 0.00563106267, -0.0180712808, -0.0222792663, -0.0254208427, -0.0280724503, 0.00284615462, 0.0104479091, -0.0179559924, 0.0675583407, 0.000482765463, -0.0259972792, 0.0128617361, 0.0213713776, -0.0205211341, -0.00594810257, -0.0198726431, -0.0322516151, 0.0300611556, -0.0102893887, 0.0320210382, -0.024844408, -0.0153476186, 0.00250749825, -0.00992191117, 0.0302052647, 0.0348167568, 0.00116007822, -0.0235906579, -0.00807010941, -0.00352707, -0.000342934596, -0.0183883198, 0.0208525863, -0.0132364202, 0.0200743955, 0.00110783859, 0.0247002989, 0.00958325434, -0.0133445021, 0.0260549244, -0.00388734275, -0.0040062326, 0.00861772336, -0.00432687532, -0.0500346757, 0.00758734345, -0.0206364226, 0.0291100368, 0.0267178249, -0.039514713, -0.0130490782, 0.00509425625, 0.011038756, 0.0352202617, -0.0297441166, -0.0272942614, 0.0100371977, -0.0100588147, -0.000567879877, -0.020881407, 0.00810613669, 0.0279139318, 0.0311563853, -0.00815657433, 0.0240950398, -0.0188638791, 0.0238500554, 0.00634440267, 0.00411431445, 0.00600574631, 5.36539e-06, 0.0398605727, 0.0125230802, -0.0223224983, 0.050784044, 0.0254064333, 0.0100011704, 0.0132940635, 0.0152035095, 0.0165004916, 0.00586524, 0.0133733237, 0.000584542518, -0.0310122762, -0.0230574552, 0.00881227106, -0.0223945528, -0.0418492816, 0.00861772336, -0.0334621295, 0.00104749296, -0.0325974748, -0.00290920236, -0.0309546329, -0.0278274659, -0.000772334635, -0.0295711849, -0.00899240747, -0.0205355454, 0.00566709, 0.0642150119, -0.00323705049, 0.0256802402, 0.0363731347, 0.0181001015, -0.0136975693, 0.0523404218, 0.0170769263, -0.00858169608, 0.023965342, 0.028288614, 0.0188350584, -0.0106064286, 0.0298305824, 0.0253632, -0.00144649495, -0.0334044881, 0.0181289241, 0.0176965967, -0.0528303944, -0.0340385661, 0.0579894967, 0.0387365222, -0.027971575, 0.0466625243, -0.0385924131, 0.00458266912, -0.00448899809, -0.0226395372, -0.0599493831, -0.00941032358, -0.036574889, -0.0210687499, 0.00183829153, -0.0167022441, -0.0299746916, -0.0244409014, -0.0313869603, 0.0117953289, 0.031646356, 0.0183450878, 0.00588325365, -0.039975863, 0.0339232795, 0.0117448913, 0.0186044835, 0.0107793603, 0.00455024466, 0.0217748843, 0.0634656399, -0.00846640952, -0.0342403203, -0.00672629196, 0.00489250384, 0.0278274659, 0.0310699195, -0.031559892, 0.0372666121, 0.0471236743, 0.00663262093, 0.0221207459, 0.00553378928, -0.0130995167, 0.0256946515, -0.0304646622, 0.00464031287, 0.0178262945, -0.0243976694, -0.0219478142, -0.014627073, 0.037353076, -0.00732074166, 0.00101236638, -0.0111036059, -0.00695686648, -0.00270744949, -0.00715141371, -0.00932385772, -0.00964089856, 0.000679114077, -0.0195267815, -0.0173795559, 0.0201608613, 0.00741441268, 0.027092509, -0.0372089669, 0.00755131617, 0.00340457726, 0.0458266921, 0.00320282462, -0.00879065413, 0.0252190903, 0.0434633, -0.0122204507, -0.0237059463, 0.0306952372, -0.00333072129, -0.00268583326, 0.0608716793, -0.00518792728, 0.0494005978, -0.0125735179, 0.00502220169, 0.0144901695, 0.0169904623, 0.0296864733, 0.0158375893, -0.00450340891, 0.0134381726, -0.0195556041, 0.0191953313, 0.0197141245, 0.0127680656, -0.0114710834, -0.0154917268, 0.00746485079, 0.0247435309, 0.00687040109, -0.00424761558, -0.0432039052, 0.0247147083, -0.0122853, 0.0101885125, -0.00910769496, -0.0263863746, -0.0187630039, 0.027092509, 0.000379637379, -0.012256478, -0.0176533628, 0.0138200615, 0.0028371478, -0.0206652433, -0.00747205643, -0.00863934, -0.00392337, -0.0298882257, -0.00983544532, 0.017480433, 0.00119790679, -0.0075297, -0.0253055561, -0.0271933861, -0.00824304, -0.0271789748, -0.0220054574, 0.00149603246, 0.0102317454, -0.00986426696, -0.00631558103, -0.00574635, 0.008646545, 0.0297729373, 0.005141092, 0.025665829, -0.00414673891, -0.0013330091, -0.0158087667, 0.01101714, 0.0389959216, 0.033346843, 0.0259684585, -0.0135606658, -0.0243544355, 0.00603817077, -0.0580759645, -0.00129518041, 0.0102605671, 0.00654615555, 0.000863303547, -0.0141659239, 0.0236483011, 0.00170949404, 0.021529898, -0.0247435309, 0.0184603743, 0.0300035123, -0.0179271717, 0.000488169549, 0.0258099381, 0.00694966083, 0.00480603799, -0.0152323311, -0.00320822862, 0.00631558103, -0.00197249325, 0.0402064361, 0.0275968909, 0.000805209565, 0.0172642693, -0.00428364286, -0.0122420676, 0.00212921179, 0.000924099528, -0.0218469389, -0.00544372108, 0.00136273156, 0.0156214256, 0.0172642693, 0.00653534709, -0.0364596, -0.00316499593, 0.0140362252, 0.0021310132, -0.0103182113, 0.0110819889, -0.00991470553, 0.00397380814, 0.0257811155, 0.0108442092, 0.0367766395, 0.0176533628, -0.0209534615, -0.0184891969, -0.0226395372, 0.00276869582, -0.0039053564, 0.0178695265, 0.0117376857, -0.0260981563, -0.022077512, -0.0132508306, -0.0233456735, -2.76889295e-06, 0.0105271693, -0.00689922273, -0.00216163625, 0.0320210382, 0.0786835626, 0.00692804437, 0.0291388575, 0.00875462685, 0.0191665087, 0.0528880358, 0.0111036059, 0.00981382933, -0.0189935789, 0.00497896923, 0.0213281456, -0.0204634909, -0.02631432, -0.0168607645, -0.027323084, -0.000496275665, -0.0281733274, -0.0274527818, -0.0142235672, 0.0296864733, 0.0260405131, -0.00976339076, -0.00239401218, -0.00582921272, 0.010764949, 0.00553739164, 0.010491142, -0.0113413855, -0.00938870758, 0.0133949397, -0.00645969, -0.0122492723, -0.0111540435, 0.0150161674, 0.0216163639, 0.0180568695, -0.0239365194, -0.00491051748, 0.000558873056, 0.0312428512, -0.0120763415, -0.00596251385, 0.00754411099, -0.0459131561, -0.0244264901, -0.030176444, 0.0028479558, -0.0242967922, -0.0237491783, -0.011456673, 0.00189683586, 0.0114494674, -0.00727390638, 0.0108081819, 0.0116079869, 0.00387653452, -0.029945869, -0.0219766367, 0.0221207459, -0.0187341813, -0.0202761497, -0.0114710834, 0.0128545305, -0.00123303337, -0.020103218, -0.0233456735, -0.00169328181, -0.00346762501, -0.000600304455, -0.0097922124, 0.0264296066, 0.0377565809, 0.0108730309, -0.0306952372, -0.0137696238, -0.0240662172, -0.00060976157, 0.0325398333, 0.0195123702, -0.00660740165, -0.0124726417, 0.00556261092, -0.00756572746, 0.0130058452, 0.0262999088, -0.0121267801, 0.00117989315, 0.0206796546, 0.00923018716, -0.00252190907, 0.00749367289, 0.0186477154, 0.0230286326, 0.0111972764, -0.00515910564, -0.000144672013, 0.0167022441, 0.0424257144, -0.0215443093, -0.0135246385, 0.00477721635, 0.00773145258, -0.000903383887, 0.0315310694, 0.0313869603, -0.00315598911, -0.0348744, -0.0184891969, -0.0154917268, 0.0140146092, -0.0343556069, 0.000156718641, -0.00408549281, -0.00260477187, 0.00265340856, 0.0135174328, 0.00211299956, 0.0118025346, 0.0516775213, 0.00563466549, -0.0142451832, 0.0340673886, 0.00109252706, -0.0280292183, -0.00941752922, 0.0156646576, 0.00629396457, 0.0335197747, 0.0453943647, 0.00477721635, 0.00190404139, -0.0323380791, 1.38972391e-05, 0.0303493738, -0.0517351627, 0.0171057489, 0.00726670073, -0.0383906625, -0.000151764893, -0.0200455748, 0.0171201602, -0.013661542, -0.0427427553, 0.0330298021, -0.0240229852, -0.0151602766, 0.00499338, 0.0156646576, 0.0430886187, 0.00201032171, 0.0295711849, 0.0163275599, 0.00474118907, 0.0198726431, 0.0214866661, -0.0159240551, -0.0067371, 0.0323669, -0.00651373109, 0.000961027516, 0.0106064286, -0.0326262973, -0.0347879343, -0.0117953289, -0.03836184, -0.01586641, -0.0345285386, 0.0235618372, -0.0180856902, -0.027135741, 0.0229133461, -0.0226827711, 0.0310699195, 0.0225963052, -0.017206626, -0.0265160725, 0.0140362252, 0.00264800456, -0.0145334015, 0.00466913451, 0.00409990363, -0.0194979608, 0.00405306835, 0.0313004963, -0.0186188947, -0.00736037176, 0.0583930053, 0.00473758625, -0.0129914349, -0.0260549244, 0.000504381838, -0.0140938694, -0.00639123796, 0.011456673, 0.0181577448, 0.00175182614, -0.0134021454, 0.000590847281, 0.0151602766, -0.0196276587, 2.45295068e-05, -0.00226611551, 0.0124005871, -0.00946796685, -0.00554099446, 0.0336927064, -0.0137696238, 0.0153043857, -0.00315598911, -0.02157313, 0.0406387635, 0.00669747, 0.0242103264, 0.000800706155, 0.00219045812, 0.00489250384, -0.0063984436, -0.02249543, -0.00124474231, 0.0083223, 0.0214866661, 0.036113739, 0.00416115, -0.00171669957, 0.0340097472, 0.00546894, -0.0364884213, -0.0314446, -0.00428724522, 0.00563826831, 0.0344708934, -0.0106856888, 0.00866095629, -0.0142595945, -0.00368558988, 0.0518504493, 0.0048456681, 0.0354796574, 0.00347663183, 0.00556981657, 0.0239221081, 0.0097922124, -0.00330009824, -0.021529898, 0.00553378928, 0.0228412915, 0.000447188533, 0.024657065, 0.0251470357, 0.00209318451, 0.0209822841, -0.00075972511, 0.012213245, -0.0120186983, -0.00354868639, 0.0183018539, 0.00719824899, 0.00116638292, 0.025622597, -0.0338368155, 0.00141226908, 0.0484206527, -0.0342979617, 0.00579678826, -0.00724148192, -0.00677673, -0.0188350584, 0.0102533614, -0.0197285339, -0.00956884399, -0.0332315564, 0.0549055636, 0.0272222068, 0.0246714763, -0.0261558, 0.012926585, 0.0182009786, -0.008646545, 0.0146847162, 0.00966972, 0.0101813069, -0.0112837413, 0.0195556041, 0.0168175306, 0.00901402347, 0.00806290377, 0.0216451846, 0.00817098562, 0.0160393417, -0.0120114926, 0.0158087667, 0.0073279473, -0.00130058452, -0.0158808213, 0.00400983542, -0.0182874445, -0.0101020476, -0.0154484948, 0.00946796685, -0.0102029238, -0.00205535581, 0.000678663724, -0.010073225, -0.00763057638, 0.0311563853, 0.00294342823, -0.00446377927, 0.00696767448, -0.0181577448, 0.000209633698, -0.039428249, -0.00631558103, -0.0433191918, -0.0205931887, -0.05308979, -0.0175092537, 0.0131931873, 0.0310699195, -0.00734956376, 0.0120619312, 0.00622191, 0.00559863821, 0.0272654407, -0.0121123688, -0.0290235709, -0.00404226, -0.00998676, 0.0072883172, -0.0105055524, 0.040667586, 0.00930944737, -0.00282814098, -0.0416763499, 0.011247715, -0.036747817, 0.00165004912, -0.00965530891, 0.0314446, 0.0128617361, -0.00302989362, 0.00480603799, 0.0133661181, -0.0264151972, -0.00781071279, -0.0140650468, -0.00912931096, -0.00278130546, -0.00337035139, -0.00347483042, -0.000337080157, -0.00388374, -0.0109811127, -0.0112549197, -0.00545092626, -0.0149873458, -0.0119970813, -0.0300899781, -0.00966251455, -0.0122780949, -0.0370360352, 0.0516775213, -0.00434128614, 0.0195411928, 0.0150017561, -0.0174227897, -0.0125302859, -0.00992191117, 0.00104929437, -0.0300323348, -0.00763778202, 0.0212993231, -0.0104046762, 0.0235474259, 0.00761616556, 0.00252010766, -0.0409558043, 0.0197285339, -0.0106280455, -0.00894917455, -0.0211263932, -0.0103830602, 0.0178695265, 0.0442703143, 0.00617867708, -0.00498257158, 0.00420438265, 0.000718744064, -0.00126365654, -0.00629396457, -0.0105055524, -0.0190656334, -0.00590126729, -0.0183594991, -0.0215010755, -0.0374971852, 0.0243400261, -0.0254496653, 0.008646545, -0.0269916318, -0.0148720583, -0.000407783693, -0.0172786806, -0.0221207459, 0.00510146189, -0.0178839378, -0.0206364226, 0.0126455724, 0.011290947, -0.0209822841, 0.018445963, 0.0133156795, -0.0245706, 0.0216884185, -0.00596971903, 0.0165725462, -0.00829347782, -0.0113846185, -0.0102029238, -0.0289515164, 0.0314157829, 0.0241526831, -0.0170048736, 0.00522395456, 0.00712979725, 0.0203626137, 0.00602376, 0.0103686489, 0.0333180204, -0.0355084799, 0.0139569659, 0.0165725462, -0.00654615555, 0.015362029, -0.0201752726, 0.0136975693, -0.026357552, -0.00989308953, -0.0117593016, 0.0119682597, 0.0251902696, 0.00551577564, 0.00438812189, -0.0159384646, 0.00426923158, -0.0117376857, -0.00409990363, -0.0283750799, -0.0195267815, 0.0298882257, 0.0275248364, 0.0066650454, -0.0112765366, 0.00906446204, 0.000476460671, 0.0932097584, -0.0259252246, 0.0296864733, -0.0247435309, 0.0251038037, -0.0157511234, -0.0159816984, 0.0342403203, 0.0116223982, -0.0125014633, 0.00330730365, -0.00725949556, 0.00163023407, 0.0189215243, 0.0324245468, 0.00716582453, -0.0109090582, 0.00624712929, 0.00641285442, 0.00323344767, -0.0141154854, 0.00611382816, 0.00364956283, -0.0163852032, 0.00536806369, -0.0018193773, 0.01244382, -0.0305511281, 0.00669026468, -0.0179992262, 0.0178407058, -0.0197573565, 0.0169039965, 0.0169039965, 0.00893476326, 0.0016410423, 0.0100371977, 0.00487809256, -0.000219541194, 0.0243832581, -0.00199230807, -0.0164572578, 0.00829347782, -0.00693525, -0.0217316505, -0.0095112, -0.0326262973, 0.00281553133, -0.0209678728, 0.0113053583, -0.0135534601, -0.0178983491, 0.00906446204, 0.0132508306, -0.0204923134, 0.0487665161, 0.0261702109, 0.000946616579, 0.0329721607, 0.00222468399, -0.0174227897, 0.00358291226, -0.0135246385, 0.0055482, -0.0170913376, 0.00831509475, -0.00357570685, -0.00679114088, -0.0417051725, 0.00509065343, 0.0319057517, 0.0270636864, -0.00242643687, 0.0131139271, -0.00607419806, 0.0109018525, 0.00489250384, -0.0221928, -7.18856681e-05, -0.0156214256, 0.00226791692, -0.0138560887, -0.0181433354, 0.0189215243, -0.0071334, -0.00253271731, -0.0151458653, -0.00387653452, 0.0126023404, -0.0114494674, 0.00166626135, -0.0029704487, -0.0168463532, -0.0222792663, 0.0115503436, -0.0261990335, 0.0378718674, 0.0190656334, -0.0165725462, -0.0118313562, 0.0175524876, 0.0170048736, -0.00267682644, -0.0231295098, 0.00157439185, -0.0292541459, 0.00468714815, -0.00076422852, -0.00523476256, -0.00144469365, 0.00650292262, 0.00217244448, 0.00440613553, 0.0101308692, 0.000235753469, -0.00756572746, 0.00398461614, -0.00912210532, -0.0107217161, -0.0131211327, 0.0144109093, 0.00648130616, 0.00233096443, -0.00645248452, -0.00621830719, -0.0336638838, 0.00684157899, 0.00853125844, -0.00863213465, 0.00693525, 0.0040062326, 0.0245129559, -0.0130923111, 0.0123573542, -0.0206652433, 0.0146558946, -0.0181145128, 0.0255793631, 0.00701450976, -0.00894917455, 0.00858169608, 0.00412152, 0.00993632153, -0.000809262623, -0.0162987374, -0.010325416, -0.0147279492, -0.000383465289, -0.00056697923, 0.0110964, -0.00721626263, -0.0298594031, -0.0107793603, -0.0208093524, 0.03790069, -0.00948237814, -0.0162987374, -0.0310122762, 0.0118385619, -0.000199388436, 0.0135318432, 0.0039053564, 0.00610302, -0.0111108106, -0.02249543, -0.00641285442, -0.00855287444, -0.00154286798, -0.0183018539, 0.0161546282, 0.0128112985, -0.00622551283, 0.0100227874, 0.00678393524, 0.00106730789, 0.00446377927, 0.00930224173, 0.0205355454, 0.0381889082, -0.00209318451, -0.019411495, -0.0119682597, 0.00992911588, 0.0462590195, 0.000528700242, 0.0319345742, -0.0345573612, -0.00830068346, 0.0186909493, 0.00702892104, 0.0028821819, 8.75913101e-05, 0.0122780949, -0.00710818078, 0.00655336073, 0.00848082, -0.0071225916, 0.0102245398, -0.00925180316, 0.00910048932, -0.0183018539, 0.0235186033, -0.0064885118, 0.0293694325, -0.00180586707, -0.0145189911, -0.0189647563, 0.00136723497, 0.00821421854, 0.00523476256, -0.00246426556, -0.0043593, -0.010029993, -0.0137768295, -0.00949678943, 0.0154196722, 0.00169328181, -0.0189647563, 0.0203626137, 0.00189323316, -0.0108946469, 0.0111324275, -0.00907887239, 0.0155781927, 0.00483125728, -0.0037720555, 0.0158952326, 0.00438451907, 0.0107289217, -0.0154196722, 0.00715861889, -0.00645608734, 0.0157367121, 0.0205211341, -0.00227512233, 0.00616426626, -0.00641285442, -0.00836553238, -0.0212128572, 0.0385347717, -0.00535365287, 0.0232592076, 0.0436362326, 0.0027741, -0.00114927, 9.31642717e-06, 0.00206436263, -0.0163275599, -0.0199302863, 0.022538662, -0.0064885118, 0.00203373958, 0.0293982551, -0.0174948443, 0.00814936869, 0.00787556171, -0.0240229852, 0.0172642693, 0.0179415811, -0.011478289, 0.0146775106, -0.00435569743, 0.0223224983, -0.015088222, -0.0104767308, 0.0101452796, -0.00455745, 0.000837634085, -0.000925000233, 0.00407468434, -0.011038756, 0.0157078914, 0.0238788761, 0.0179848149, -0.00196528761, -0.0198294111, 0.00309294136, -0.00241022464, -0.00376485, 0.000577787403, 0.00133030699, 0.0167598873, -0.00323164626, -0.0215154868, -0.0223657303, 1.77884667e-05, -0.00156088162, 0.0114350561, -0.0135678705, 0.00546173472, -0.00632638903, 0.00402064342, 0.0197141245, -0.0106424559, -0.0350185074, 0.0511299036, -0.00692444202, -0.00645969, 0.000287542673, 0.00725949556, 0.0115503436, 0.0114350561, 0.0198294111, 0.00831509475, -0.0106928945, -0.00568870641, 0.0182586219, -0.00554459728, 0.0112116877, 0.00282453815, 0.00418276619, -0.0314157829, 0.0266890042, -0.0175380763, 0.019224152, -0.00928783, 0.000779990456, 0.021803705, 0.0271645635, 0.0274239592, -0.0131643657, -0.0154917268, 0.0230430439, -0.0198870543, 0.0186621267, -0.0154484948, -0.00170318934, 0.0106280455, -0.0142523888, 0.00656416919, 0.00614265, -0.0100444034, -0.0227115918, -0.0216451846, -0.00620749919, -0.0160393417, -0.00602015713, 0.0102101294, -0.00221207459, -0.0132796532, -0.0367189981, 0.030176444, -0.0107937707, 0.0187630039, -0.019224152, -0.0224233754, 0.0213569663, 0.00189323316, -0.00798364356, -0.00108442095, -0.0238788761, 0.0290956255, -0.00783232879, -0.0197429452, -0.022308087, 0.0204202589, -0.000666954904, 0.0210111048, -0.015088222, -0.0147351548, -0.0174516104, 0.0031595917, -0.00192025362, -0.0064488817, -0.0123861767, 0.00160141231, -0.0165004916, -0.0308393445, 0.0214002, 0.00997234881, -0.0160825737, 0.00828627311, 0.0283030253, -0.0149585232, 0.0267754681, 0.0442703143, -0.000945715932, -0.002213876, -0.0148144141, 0.00646329252, -0.00929503608, -0.0547038093, -0.00824304, -0.0117737129, -0.0067046755, 0.0120907528, 0.00770983612, 0.0143244434, 0.0460284427, -0.00241743, 0.0132148033, -0.00403505471, 0.0145910457, 0.0186621267, -0.0273663159, 0.00509425625, -0.00850964151, -0.0404658318, -0.0144109093, 0.00647049816, -0.014627073, 0.0269484, -0.0127896816, 0.0178551171, -0.0052419682, -0.0040062326, -0.021760473, -0.0282742027, 0.00719104381, 0.000527349184, -0.0167887099, -0.0152035095, -0.00210939674, -0.0100371977, 0.00243904628, -0.0223657303, 0.00747205643, 0.0271501523, -0.0209534615, 0.0272798501, -0.00364776142, 0.000421744247, 0.0156070143, -0.0157367121, -0.000139267926, -0.017480433, 0.00954722706, -0.0142956218, 0.034413252, -0.0108730309, -0.0133300908, 0.0188206472, 0.00776027469, -0.0105055524, -0.00212200638, 0.0119250277, -0.00118079386, -0.00315058511, 0.00533563923, 0.00338115962, -0.011456673, -0.00193286315, -0.0181289241, -0.00527799549, 0.00559863821, -0.0149729345, 0.0288362298, 0.00621830719, -0.0057247337, -0.019137688, -0.0161690395, -0.00418636901, -0.00544732343, -0.00845199823, -0.00143838883, 0.000913741707, 0.0168463532, -0.0179127604, -0.002759689, -0.00121411914, -0.00734956376, 0.000116413124, -0.011038756, 0.0184603743, 0.00270024408, -0.00457186112, 0.0088627087, 0.0128112985, -0.0037720555, 0.0341250338, 0.00685599, 0.00607419806, -0.0150161674, 0.0238212328, 0.0176965967, -0.00915092696, 0.0135390488, -0.0188782904, 0.0046799425, 0.0095760487, 0.00743602915, 0.0176677741, 0.0167022441, 0.0267322361, -0.00666144257, 0.0747061521, -0.0108586196, 0.00441334071, 0.0039053564, 0.0169472285, 0.0104623204, 0.00707575632, -0.0226683598, 0.0202473272, 0.00882668141, 0.0193682611, -0.00357930944, -0.0421951413, 0.00385852088, 0.00776027469, -0.00828627311, 0.0115359323, 0.0241670944, 0.0296864733, 0.0298882257, 0.000586343871, -0.0110675786, 0.00624712929, -0.00420798548, -0.00447458727, -0.025709061, 0.00586524, 0.0245850105, -0.00799805485, 0.00773145258, -0.00968413055, -0.00198330125, 0.00394858886, 0.0168463532, 0.0126095451, 0.00305691408, -0.0145982513, -0.00645248452, -0.0268042907, 0.0236050691, 0.00874742214, 0.0261990335, 0.0120691359, 0.00488890102, 0.00692444202, -0.00631197821, 0.00763057638, -0.0156646576, 0.00400263, -0.0088194767, -0.01918092, -0.0107361274, 0.0140650468, 0.0120186983, 0.0116728367, -0.008646545, 0.0112405093, -0.0160249304, 0.0097922124, 0.0141298966, -0.0147423595, 0.00252010766, 0.0230862759, 0.0288506392, -0.020650832, -0.00504381815, -0.00627955375, 0.000915092707, -0.00662901811, 0.00402424624, 0.00345861819, 0.00493213348, 0.00487809256, 0.00247147097, 0.00148432364, -0.00723787909, -0.00190764409, 0.00148072094, -0.00870418921, -0.00975618511, 0.0224666074, 0.00415034173, 0.0105992239, 0.0138705, 0.0168463532, -0.0202905592, 0.0137696238, 0.00620389637, 0.00687760627, 0.0140866637, -0.00825024582, -0.00276869582, -0.00229673856, -0.023417728, 0.00892035291, -0.0139497602, 0.00880506542, -0.00796202756, -0.0199302863, -0.0181577448, 0.0191088654, 0.0389382765, 0.000687670545, -0.00449260091, -0.014374882, -0.00138164591, 0.012717627, -0.00247507356, -0.00954002142, -0.0111324275, -0.00926621445, 0.00309834536, 0.0296576507, 0.0282021482, 0.0109162638, 0.00333972811, -0.0219045822, 0.0217892937, 0.00567069277, -0.0303205531, -0.0261702109, -0.0064380737, 0.0024930872, 0.015275564, -0.0123141222, 0.0130706942, -0.0168607645, 0.00698929094, -0.0301188, -0.0138416784, 0.00173741521, 0.024930872, 0.0168607645, 0.000306231814, -0.00264440174, 0.00364055601, -0.00664342893, -0.0209678728, 0.023778, -0.0108297979, 0.00915092696, 0.0302917305, -0.0240229852, 0.000555720704, 0.00569951441, 0.00176083297, -0.0135966931, 0.00326226954, 0.00379367173, -0.0108946469, -0.0127680656, -0.0170481056, -0.00426923158, 0.0257378835, -0.00346762501, 0.0192529745, -0.00161222043, -0.0130706942, -0.0334909521, 0.00190944551, -0.00575355534, -0.00590487, -0.00552298082, 0.00866095629, -0.00727030355, 8.65498896e-06, 0.00205355464, -0.000220216709, 0.0143100331, -0.00509065343, -0.0133733237, -0.00969133619, -0.0067551136, 0.00464751804, -0.0148720583, 0.0145189911, -0.00581840472, -0.0170625169, -0.00786835607, 0.005876048, 0.0083078891, 0.0176389534, -0.0138849113, -0.00201032171, 0.00127806747, -0.00138344732, -0.0199302863, 0.00480964081, -0.00426562922, -0.021529898, 0.0215443093, 0.0154484948, -0.00635160832, -0.0308969896, -0.0121628074, 0.00625433447, -0.0173651446, 0.0115863709, -0.0108514149, 0.00930944737, -0.0180712808, 0.0122997109, -0.00117448904, -0.00265521, 0.00423320476, -0.00060705957, -0.0106064286, -0.0131931873, 0.0106064286, 0.010995524, -0.0471236743, -0.00413953373, 0.0101813069, 0.00351265911, -0.0215875413, -0.00874742214, -0.00347122783, -0.0111036059, 0.0190512221, 0.00631918339, -1.1357035e-05, 0.0170625169, 0.0164428465, 0.0109811127, 0.0122492723, 0.0142379785, -0.0088194767, -0.0104046762, 0.0091581326, -0.0128689418, -0.0127320383, 0.00414673891, -0.0183306765, 0.000812415, 0.00179415813, 0.00123303337, 0.0260405131, -0.0234321374, 0.0140578421, -0.0212272685, -0.0176101308, -0.00242823828, -0.00189863727, 0.00700730458, -0.0110459616, -0.00376845268, 0.0536085814, 0.00170859345, -0.0171345714, -3.05668909e-05, -0.0269916318, 0.000634530326, -0.00819980726, 0.00933106337, 0.00408189, -0.00391256204, 0.015823178, 0.00260116905, 0.0416475274, 0.0036837887, -0.0158808213, -0.00303709903, 0.0203049704, 0.00248588179, 0.02631432, -0.00649211463, -0.0205355454, 0.0158952326, 0.000214925196, 0.00472317543, -0.0211119819, -0.00680194888, 0.0108153876, 0.0273807272, -0.00889873598, 0.0120979585, 0.00367838447, -0.0147567708, 0.00778909633, 0.011456673, 0.00925180316, 0.00896358583, 0.00365496683, 0.00765939802, -0.00964089856, 0.00842317659, -0.00889873598, 0.0173363239, -0.00897799619, 0.0166013669, 0.0097705964, 0.00114116387, -0.0136543363, -0.0373819, -0.00167616887, -0.0018662127, -0.0259396359, -0.00734235812, -0.00495375, -0.00134381722, -0.032885693, 0.00290199672, -0.00580039108, -0.00287857908, 0.0152323311, 0.00348563865, 0.00513028353, 0.0142956218, -0.0140434308, 0.0156502482, 0.0314734243, -0.0242967922, 0.00288938731, -0.00520954374, 0.0107721547, 0.00905005075, 0.0064092516, 0.0101668965, -0.0103038, -0.00354148098, -0.0113197686, 0.0228412915, -0.000781341456, 0.0122997109, 0.008646545, -0.0117448913, -0.00935268, -0.00757293263, 0.0166157782, 0.0217316505, 0.0127752712, 0.005876048, 0.00863934, 0.0249596946, -0.0233456735, 0.0130634895, -0.00584002072, 0.00685238745, -0.0137840342, 0.0143388547, -0.000113992544, -0.0126311621, -0.0042620264, -0.0111828651, 0.000374683645, -0.00258495682, -0.0274527818, -0.0222072117, -0.00751528889, 0.00274347677, -0.0213281456, -0.0100444034, -0.00744323432, -0.0132508306, 0.0211696252, -0.00744323432, 0.00747926161, -0.00502580451, -0.00824304, -0.0109522911, 0.00853125844, -0.00390175357, -0.00907887239, 0.000338656362, -0.00542210462, 0.0200311635, 0.00329829683, 0.00812775269, 0.00786835607, -0.00830068346, 0.00574274734, -0.0227548257, -0.0197573565, -0.0218757596, -0.0102893887, 0.0168175306, -0.00697848294, -0.00804128684, -0.0149729345, 0.0130634895, -0.0286200661, 0.00156448432, 0.00642366288, -0.010534375, -0.0224233754, -0.0101668965, -0.00846640952, 0.0179415811, 0.00622911565, 0.0274671931, -0.0298305824, -0.00632999185, -0.0295135416, -0.00403505471, 0.013409351, -0.00718023535, -0.0127032166, 0.0239509307, -0.0162122734, 0.0111252218, -0.00974177476, 0.0122492723, 0.0487665161, 0.00711538643, -0.0151746869, -0.000880866835, 0.0192673858, -0.00444216281, 0.00660019647, 0.0066650454, -0.00420438265, 0.0294126645, 0.00972736347, -0.0102749784, 0.00901402347, 0.0148720583, 0.0111252218, 0.0137408022, -0.00929503608, -0.0120763415, -0.0135390488, -0.0101452796, 0.0202905592, -0.00819980726, -0.0119754653, -0.00304970867, -0.0120186983, -0.0148720583, 0.00290379813, -0.00982103497, 0.0163131487, -0.00568150077, 0.00810613669, 0.00486368174, -0.0111684548, 0.0275392476, 0.0172786806, 0.0317904651, -0.01729309, 0.0146919219, -0.00522035174, -0.00617867708, -0.00357210403, -0.00143838883, 0.00101416768, -0.00952561107, -0.0088194767, -0.00601295196, -0.00440973835, 0.00920857117, -0.0134958159, 0.00560584385, 0.00603456795, 0.00935988501, -0.003963, -0.0188927017, -0.0211696252, -0.000371531263, -0.0168751739, 0.0151314549, -0.016284328, -0.00999396574, -0.0210255161, -0.00273086736, -0.00948958378, -0.0085456688, -0.002759689, 0.00979941804, 0.0134669943, 0.00540048815, -0.0216163639, 0.00087996613, -0.00916533824, 0.00834391639, -0.0189935789, -0.00500058522, 0.00322263944, -0.0248011742, 0.00359011767, 0.0217028297, -0.0103830602, 0.0120259039, 0.0242823809, -0.0149441129, 0.00303169503, -0.00773865823, -0.00591207528, 0.00423680712, -0.00575715816, -0.00926621445, 0.007926, -0.00201572594, 0.0106352512, -0.00401704106, 0.00383330183, -0.0331162699, 0.00364956283, -0.0019580822, -0.0202761497, -0.0153764402, -0.00756572746, -0.0106208399, -0.0059445, -0.0108946469, -0.0109090582, 0.0223801415, 0.0112405093, -0.0197573565, -0.0109522911, -0.0185468402, -0.0183594991, 0.0200167522, 0.00918695424, 0.00464031287, 0.000344285625, 0.00663982658, 0.00449260091, 0.00475199707, -0.0250461604, -0.00614625262, -0.0245994218, -0.0198294111, 0.0114854947, 0.00226611551, -0.0162266828, 0.0026714222, 0.00522035174, -0.00794761628, -0.0036441586, 0.00573554169, -0.00209498592, 0.0275680684, -0.00588325365, 0.00477721635, 0.0239941627, -0.0260549244, 0.00339196762, 0.0226827711, 0.0203482043, -0.00565988431, -0.00087681372, 0.0126527781, 0.0156502482, 0.0155205494, 0.00050303078, -0.0230286326, 0.00941032358, 0.018445963, -0.00960487127, -0.0309258103, 0.0121628074, 0.0229277555, 0.0204490796, 0.00997955445, 0.0271645635, -0.0127392439, 0.0294126645, 0.0189215243, -0.0108009763, -0.00146811141, -0.00109883177, 0.00720905745, -0.0168319419, 0.00270204549, 0.00416835537, -0.00317400275, 0.0146775106, 0.00494654477, -0.00786115, -0.0140866637, -0.00513028353, -0.0185036063, 0.0209390502, 0.00232556043, 0.00825745054, -0.011456673, -0.00747926161, -0.0150738107, -0.0104839364, -0.0165149011, -0.018633306, -0.012234862, 0.00697848294, -0.0231150985, 0.00748646725, -0.0102101294, 0.032712765, 0.0042728344, -0.00114746869, 0.0144901695, 0.00807731412, 0.0102893887, 0.00309474277, 0.0185612515, -0.0152035095, 0.00486728456, 0.0107937707, 0.000427823863, 0.00989308953, -0.00974898, -0.00877624378, 0.00866095629, -0.00645608734, 0.0213569663, -0.0183883198, 0.0156502482, -0.00754411099, 0.0159816984, -0.0101308692, -0.0242967922, -0.0146342786, -0.0088627087, 0.00345501537, 0.0210111048, 0.00584362354, 0.00969854183, 0.0219766367, -0.0184603743, 0.0102965944, 0.0152467415, 0.00608500652, -0.0162987374, -0.000991650624, 0.00320102321, 0.0101668965, 0.0260116905, 0.00377565809, 0.00452142255, 0.00136453297, -0.00113485905, 0.0067371, 0.00780350715, 0.00667945622, 0.0244409014, 0.0156790689, 0.000843938848, -0.0152179198, 0.00329289283, -0.0261413883, -0.0194259062, 0.0140434308, -0.0235330146, -0.00493933912, -0.00842317659, 0.0149441129, -0.00988588389, -0.0128112985, -0.0101524852, 0.0193826724, -0.00197609584, -0.0279139318, 0.00994352717, -0.00486368174, -0.0194835495, -0.0246282443, -0.0132003929, -0.0045682583, -0.0218613483, 0.0141659239, 0.025435254, -0.0229421668, -0.00989308953, -0.00483125728, 0.0285336, -0.00786835607, 0.00934547465, 0.0255361311, 0.000194209511, -0.00276329182, -0.0265304837, -0.0229998101, -0.0215443093, 0.00788276736, 0.0073171393, -0.0291676801, -0.0199735202, -0.0038224936, 0.00979941804, 0.0162410941, -0.0193970837, 0.00630477257, -0.00218325271, -0.00998676, 0.01315716, -1.09559496e-05, -0.0100876363, -0.00431606732, -0.00399902742, 0.0118962051, 0.00546894, -0.0213425569, 0.0144253196, -0.00817819126, -0.0271789748, 0.00184819906, 0.00236519054, -0.0105487853, -0.00879786, -0.00114836928, -0.00236699171, -0.0177686512, 0.0174948443, 0.00537887169, 0.0103758546, 0.0174083784, 0.000162685654, 0.00128076959, -0.0210975707, 0.0199879315, -0.0168463532, -0.00282994215, -0.0111612491, -0.0340673886, -0.0223945528, 0.00036207409, 0.00245886133, 0.000365451648, -0.00567069277, 0.0170336943, 0.0276833568, 0.013178776, -0.0198438223, 0.00367478188, 0.0040566707, -0.0204346683, 0.0101668965, -0.0242103264, -0.00311816041, 0.023734767, -0.00145820389, 0.00206976687, 0.00419717748, 0.00861051772, 0.00164914841, 0.00405306835, 0.0114134401, 0.019137688, 0.0112333037, -0.0083295051, -0.00682356535, -0.0119178221, 0.00343339914, -0.0165869556, -0.00477001071, -0.00551217282, 0.0058148019, -0.0184891969, -0.0229854, -0.0159961097, 0.0127392439, 0.0148000037, 0.00142938201, -0.00935988501, 0.00618588272, 0.00289479131, 0.0235906579, 0.00991470553, -0.00201932853, -0.0104334978, 0.00760896, 0.00648490898, -0.0180424582, -0.00770983612, -0.0142091559, -0.0188782904, -0.000158970346, -0.0157511234, 0.00485647656, -0.00106640731, -0.0108009763, 0.0156934801, 0.0168895852, 0.0199302863, -0.0061714719, -0.0357102342, -0.0288938731, 0.00205535581, 0.0183306765, -0.0134597886, -0.00264260056, -0.00661100447, -0.00618228, 0.00106640731, 0.00209678733, -0.0224233754, -0.0057247337, 0.003294694, -0.0156358369, 0.0112837413, 0.0287641753, 0.0215875413, 0.0048961062, -0.0132075986, 0.0103182113, 0.000910139, -0.00335053634, 0.0244985446, 0.00570672, -0.00837994367, -0.00413593091, 0.0216019526, 0.028058039, -0.00843038224, -0.00498257158, -0.00277950405, 0.0267754681, 0.0196853019, 0.0204779021, 0.0148432367, -0.0109018525, -0.0190512221, -0.0075297, 0.00248047779, -0.0208237637, 0.00581840472, -0.0258099381, 0.00802687649, 0.0117737129, 0.00928783, -0.00104749296, -0.00362434355, -0.00358111085, -0.0162122734, -0.00996514317, -0.0133012692, -0.015088222, 0.00205535581, 0.000721896475, 0.0232592076, -0.00768101448, -0.0129770236, 0.0242823809, -0.00201752735, 0.0228124689, 0.00279751769, 0.002581354, 0.00516631082, 0.00538247451, -0.0167310648, 0.00800526, 0.0202761497, -0.00281553133, -0.00808452, -0.00425842358, -0.0109018525, -0.0206364226, 0.0113485912, 0.0155926039, -0.0217460617, 0.0202905592, 0.0158808213, -0.00178154861, 0.0320786834, -0.00460788794, -0.00626154, 0.0227115918, 0.0132148033, -0.00210759556, -0.026271088, 0.0109522911, -0.0175813083, 0.008624929, -0.0111180162, 0.00899961311, 0.0239797533, 0.00536446087, 0.0131067215, 0.00538247451, 0.00600934913, 0.00687040109, -0.00189143186, -0.0131715713, 0.0115503436, 0.0275680684, 0.000473758642, -0.00470155897, -0.0232159737, -0.00224269764, -0.0208525863, 0.00961928163, -0.0282597933, -0.0105848126, 0.00154196727, 0.0219045822, -0.0049861744, 0.0139497602, -0.000318616192, 0.00707935914, -0.00842317659, 0.0023543823, 0.00702531822, -0.00110783859, 0.0154773165, -0.00410350645, -0.0139281433, -0.00429445086, -0.00307492772, -0.00123753678, -0.0160249304, -0.00212380779, 0.00132760499, 0.0205499567, 0.0162410941, 0.0114494674, -0.0197573565, 0.000266151474, -0.0114638777, -0.00912210532, 0.0200311635, 0.016976051, -0.0147207435, -0.00610662252, -0.0127896816, 0.000913741707, -0.0296288282, 0.00263899774, 0.0030154828, -0.00949678943, 0.00756572746, 0.00408189, -0.020838175, -0.00741441268, -0.00104479096, 0.00497536641, -0.0387941673, -0.0229133461, 0.00371080916, -0.0409846269, 0.00955443271, -0.00607419806, -0.000449890562, -0.0121988347, 2.37414097e-05, -0.00337575539, 0.00300107175, 0.00952561107, -0.0161258075, 0.00243904628, 0.00761616556, -0.0264728405, -0.0154196722, -1.69933332e-06, -0.0139065273, -0.0167310648, -0.000683167134, 0.0195844248, 0.00842317659, -0.00734956376, -0.00155637821, 0.000763327815, -0.0205787774, -0.00636962196, -0.0120186983, 0.0178839378, -0.0180280469, 0.0140290195, -1.71411011e-05, -0.0197285339, -0.0132364202, -0.016932819, 0.0235474259, -0.00474118907, -0.0198726431, -0.000731804, -0.00172120298, -0.00264800456, -0.00156988844, 0.0243976694, 0.00602736278, 0.0111612491, 0.0165149011, 0.00972736347, -0.00633359468, 0.00562025467, -0.00214362261, 0.0288650505, -0.0121556018, 0.0191232767, 0.00332531729, 0.0353067257, -0.00219946494, -0.0174516104, -0.00213821861, 0.000144784601, -0.00454303902, 0.0298017599, 0.00206616404, -0.0189215243, -0.0035504878, -0.00770983612, -0.00804128684, 0.0166013669, -0.0101380749, -0.0114278505, 0.00673349714, -0.019411495, 0.0255937744, 0.0101524852, 0.0283750799, 0.0145189911, 0.0170336943, -0.00201032171, -0.0125591075, -0.00570672, 0.00931665301, 0.000668305904, -0.026818702, 0.00595170539, 0.00565628195, 0.0170913376, 0.0308105238, -0.00861051772, 0.00343700172, 0.0139569659, 0.0176101308, -0.0330874473, 0.0148144141, -0.0019112468, 0.00966251455, -0.00575715816, 0.015549371, 0.0121844234, 0.0116079869, 0.00323705049, 0.0073387553, -0.0242679715, -0.00308933854, -0.0295135416, -0.00515910564, 0.00233636866, 0.0308393445, -0.0340385661, 0.00367117906, 0.0179704037, -0.0124942586, -0.00347302901, 0.00701811258, 0.00750808371, 0.0163419712, -0.0199735202, -0.0169904623, -0.00631918339, 0.0190800428, 0.0042512184, 0.00300287316, 0.0126888053, 0.0134958159, -0.00704333186, -0.00587965082, 0.00338836503, -0.0271645635, -0.00698929094, -0.0160249304, -0.00943194, -0.0105920183, -0.0111900708, 0.00731353648, -0.0269484, 0.00131049205, 0.00925180316, -0.0375548303, 0.00363695319, 0.0273086727, 0.0165869556, 0.00045326812, 0.00704693468, -0.0162699167, -0.0239076987, -0.0290379822, -0.0154196722, 0.00968413055, 0.0318481103, 0.00454664184, -0.0193826724, -0.00825024582, -0.00214362261, 0.0125014633, 0.0109739071, -0.0210111048, 0.00779630197, 0.00537166651, -0.0142595945, -0.00223909505, -0.0111180162, 0.0187630039, 0.023778, 0.00892755855, 0.0247147083, 0.012465436, 0.00027741, -0.0122997109, -0.0144397309, 0.00243364228, 0.0153908506, 0.000790798629, -0.0132940635, 0.00282994215, 0.0139713762, -0.00678393524, 0.0092590088, -0.0300323348, -0.00373242539, -0.00604897924, -0.0039557945, 0.00462590158, -0.00500418805, -0.00811334141, -0.00186080858, -0.00495735276, -0.00868257228, 0.0328280516, 0.00479162717, -0.00734596094, -0.00575715816, -0.00884829834, -0.0045790663, -0.000504832133, -0.00915092696, -0.00411071163, 0.00782512408, -0.016976051, -0.00430886168, -0.0200888067, 0.0348167568, -0.00419717748, -0.00275248359, -0.00123933819, -0.0149008799, 0.0091365166, 0.00964089856, 0.0032442559, -0.00779630197, -0.00689562, 0.015779946, 0.00956163835, -0.012948202, 0.00993632153, 0.00255973777, 0.0103110056, -0.00304970867, 0.0215154868, 0.00425842358, -0.0083223, 0.0259684585, 0.0127896816, 0.00969854183, -0.00894917455, 0.000950219342, -0.0100371977, -0.00263719633, 0.0224521961, 0.00652814191, 0.0212560911, -0.010764949, -0.0162555054, -0.00717663253, 0.0228701122, -0.0150161674, 0.0131427487, 0.0077458634, 0.0206652433, 0.0217316505, 0.00776748, 0.0138344727, -0.00771704176, 0.0360272713, -0.00331991329, -0.00482765445, -0.00291640777, -0.00951840542, -0.0138849113, 0.0167310648, 0.0261558, 0.0190656334, -0.0108442092, -0.0163563825, 0.00375764444, 0.00460068276, 0.034413252, -0.0349032208, 0.0211408045, -0.0127896816, -0.0142884161, 0.0125446962, 0.00252371049, -0.0170913376, -0.00348023465, 0.010764949, 0.00486368174, 0.0175524876, -0.00879786, -0.00537887169, -0.00640564924, -0.00130418723, -0.00657497719, -0.0101957181, 0.00273987418, 0.0173507351, -0.00712979725, -0.0122925052, -0.0277842321, -0.00403865706, -0.00377565809, -0.00959046, -0.0123213269, 0.0174516104, 0.0178695265, 0.0258243494, -0.0209246408, -0.00667945622, 0.0175813083, 0.00724868709, -0.0111108106, -0.0139065273, -0.00678033289, -0.00641285442, -0.0138056511, 0.0178262945, -0.00367298047, -0.00966251455, 0.00133390981, -0.00606699288, 0.00721626263, 0.0138777057, 0.0141371014, -0.0083078891, 0.00264260056, -0.00230034138, 0.0206220113, 0.012256478, -0.0135462545, -0.00350365229, 0.015779946, -0.00498977723, 0.0108586196, 0.0222072117, -0.0207084771, -0.007926, 0.00192205503, -0.000967332278, -0.00178605202, 0.0138416784, -0.0088627087, -0.000760625815, 0.0124726417, -0.0145261968, -0.0210255161, 0.0302340873, 0.00180136366, -0.00150053587, 0.0153908506, -0.023778, -0.000127896812, 0.0125374906, 0.0359984525, -0.00789717771, -0.00259036082, 0.0087186, 0.00108712295, -0.00482044928, 0.000616967038, 0.00505462615, -0.0159816984, 0.00108712295, 0.00274707959, -0.000720995769, -0.00423680712, -0.0107721547, -0.0227548257, -0.00139155344, -0.0175957195, -0.0053032143, 0.00570672, 0.0124149984, -0.0253055561, 0.0181289241, -0.00479162717, 0.0119250277, 0.00526718749, 0.0189215243, 0.00403145188, 0.00164284359, -0.00923739281, -0.00429084804, -0.0337503478, -0.01918092, 0.0483918339, 0.0214578435, 0.0165437236, 0.0127464486, -0.00132760499, 0.00204094499, -0.00762337074, -0.000405757164, -0.014396498, -0.00755131617, -0.0157943554, 0.0180424582, -0.0170336943, 0.00395939732, -0.00513388636, -0.00101867109, 0.00174101791, -0.012213245, 0.00296504446, -0.0308393445, -0.0113630015, -0.0113702072, 0.0142235672, -0.00213281461, 0.0124149984, -0.0033721528, 0.0161546282, -0.0106064286, -0.0181001015, 0.00217244448, 0.00606699288, 0.00483486, -0.00709016714, 0.00429805368, 0.00795482192, -0.00984265096, 0.0175668988, 0.019411495, 0.00136993709, 0.00498977723, -0.0092590088, -0.0125374906, -0.023504192, -0.0161834508, -0.0155205494, -0.0106496615, -0.00705774268, 0.00942473486, 0.0307817012, -0.0329721607, -0.00543651544, 0.00114927, -0.0417051725, 0.00532122795, -0.0018662127, -0.0232159737, -0.00585443201, 0.0170625169, -0.00830068346, -0.00194907549, -0.0083223, -0.00671908632, 0.00691003073, -0.00126275595, -0.00961207598, -0.00230574538, -0.0215154868, 0.0164284371, 0.015823178, -0.0152179198, 0.0183018539, 0.00573914452, 0.00334333093, -0.000704783539, 0.00656056637, 0.000714691, -0.00359011767, -0.000622371153, 0.013892116, -0.00473758625, 0.0112765366, -0.0112621253, -0.0238500554, -0.0135174328, 0.0185468402, -0.0237924103, -0.000923198881, -0.013935349, 0.018676538, -0.00429805368, -0.00836553238, 0.0247291196, 0.00106190389, 0.0304646622, -0.00872580521, 0.0142668, -0.00985706225, -0.0130995167, 0.0252623241, 0.0169472285, -0.0298305824, 0.0193394404, 0.00536806369, -0.00342619373, -0.00512307836, 0.0209678728, 0.0221207459, 0.00246246415, 0.0016023129, 0.00122132455, -0.000944815227, 0.00902122911, -0.0124726417, 0.00819980726, 0.0111684548, 0.00404226, 0.000722346827, 0.00878344942, -0.000666954904, -0.0119970813, -0.00358471368, 0.0123933814, -0.00367298047, 0.00289299, 0.00747205643, 0.00516631082, 0.000209183345, 0.024008574, -2.36851174e-05, 0.000275608647, -0.0127464486, 0.000360948237, -0.00646329252, -0.000725048885, -0.0172210354, 0.0228268802, -0.00389454816, -0.0136759523, 0.0100227874, -0.0106136343, -0.0082070129, -0.00974898, -0.0184603743, 0.00954002142, 0.00533563923, 0.0169184078, -0.0247723535, -0.00525637902, 0.00195447961, 0.00495375, -0.000798904744, -0.00425482076, -0.0183883198, 0.0191088654, -0.00628315657, 0.00927342, -0.00302809221, -0.0206940658, -0.00885550398, 0.0385347717, 0.0170913376, 0.017480433, 0.00611382816, 0.023734767, -0.00153836457, 0.0075945491, -0.00787556171, -0.00855287444, -0.000470606261, 0.00740720704, 0.0202905592, 0.00194187, 0.0151458653, -0.000418591866, -0.0147711821, 0.0149441129, 0.0151602766, 0.00747205643, -0.00504742097, -0.0116584254, -0.00617507473, 0.00626874529, 0.0289226938, -0.00892755855, 0.0352490842, 0.00644167652, 0.00544372108, 0.0132364202, 0.0109018525, -0.00256874459, 0.00761616556, -0.0222072117, -0.0159384646, 0.00667585339, 0.00607780088, -0.0114278505, -0.0182009786, 0.000103184364, -0.00345501537, -0.00959766563, 0.028058039, -0.00430886168, -0.00312896864, -0.01586641]
|
02 May, 2024
|
Ethernet Over Internet Protocol (EoIP)
02 May, 2024
Ethernet over IP (EoIP) Tunnelling is a MikroTik RouterOS technique that constructs an Ethernet tunnel between two routers on top of an IP connection based on GRE RFC 1701. The EoIP tunnel can be used in conjunction with an IPIP tunnel, a PPTP tunnel, or any other IP-capable connection.
When the router's bridging capability is active, all Ethernet traffic (all Ethernet protocols) is bridged as if there were a physical Ethernet interface and cable between the two routers (with bridging enabled). This protocol enables a variety of network schemes.
Network Setups with EoIP InterfacesPossibility to bridge LANs over the InternetPossibility to bridge LANs over encrypted tunnelsPossibility to bridge LANs over 802.11b 'ad-hoc' wireless networksLike PPTP, the EoIP protocol encapsulates Ethernet frames in GRE (IP protocol number 47) packets and transfers them to the remote side of the EoIP tunnel.
Property DescriptionPropertyDescriptionAllow-fast-path (yes | no; Default: yes)Whether to allow FastPath processing. Must be disabled if IPsec tunneling is used.arp (disabled | enabled | proxy-arp | reply-only; Default: enabled)Mode of the Address Resolution Protocol.
The interface will not use ARP if this option is deactivated.enabled indicates that the interface will utilise ARP.proxy-arp indicates that the interface will use the ARP proxy capability.The interface will only respond to requests that originate from matching IP address/MAC address combinations that are entered as static entries in the "/ip arp" database. There will be no dynamic entries kept in the "/ip arp" database. As a result, for communications to succeed, a valid static entry must already exist.arp-timeout (integer[/time]; Default: auto)Time interval during which ARP entries should time out.clamp-tcp-mss (yes | no; Default: yes)Changes whether the MSS size for received TCP SYN packets is changed. When enabled, a router will adjust the MSS size for incoming TCP SYN packets if the current MSS size is larger than the tunnel interface MTU (after accounting for TCP/IP overhead).The received encapsulated packet will still contain the original MSS, and the MSS will be modified only after decapsulation.
comment (string; Default: )Short description of the interface.disabled (yes | no; Default: no)If an item is disabled.dont-fragment (inherit | no; Default: no)Whether the DF bit should be included in associated packets.dscp (integer: 0-63; Default: inherited)The packet's DSCP value. The inherited option specifies that the dscp value shall be inherited from the encapsulated packet.ipsec-secret (string; Default: )When secret is supplied, the router adds a dynamic IPsec peer to remote-address with a pre-shared key and policy (by default, phase2 uses sha1/aes128cbc).
keepalive (integer[/time],integer 0..4294967295; Default: 10s,10)The tunnel keepalive parameter specifies the time interval during which the tunnel running flag remains even if the remote end of the tunnel fails. If the configured number of retries fails, the interface operating flag is deactivated. KeepaliveInterval,KeepaliveRetries are the parameters, where KeepaliveInterval is the time interval and KeepaliveRetries is the number of retry attempts. Keepalive is set to 10 seconds and 10 retries by default.
l2mtu (integer; read-only)Layer2 The most powerful gearbox unit. EoIP is not customizable. RouterOS' MTUlocal-address (IP; Default: )Source address of the tunnel packets, local on the router.loop-protectloop protection in EoIP may vary depending on the equipment and technologies used.loop-protect-disable-time"loop-protect-disable-time" is not a standard or widely recognized term in the context of Ethernet over Internet Protocol (EoIP) or Ethernet networking in general. It appears to be a specific configuration or parameter related to a particular networking device, software, or vendor's implementation, but it's not a standard term in Ethernet or EoIP technology.
loop-protect-send-interval"loop-protect-send-interval" is not a standard or widely recognized term in the context of Ethernet over Internet Protocol (EoIP) or Ethernet networking in general. It appears to be a specific configuration or parameter related to a particular networking device, software, or vendor's implementation, but it's not a standard term in Ethernet or EoIP technology.
mac-address (MAC; Default: )An interface's Media Access Control number. The authority in charge of address digitization IANA freely permits the use of MAC addresses in the range 00:00:5E:80:00:00 - 00:00:5E:FF:FF:FF.mtu (integer; Default: auto)Layer3 Maximum transmission unitname (string; Default: )Interface nameremote-address (IP; Default: )IP address of remote end of EoIP tunneltunnel-id (integer: 65536; Default: )Unique tunnel identifier, which must match other side of the tunnelConfigurationA tunnel can be identified using the tunnel-id parameter. Each EoIP tunnel must have its own.
EoIP tunnels add at least 42 bytes of overhead (8byte GRE + 14byte Ethernet + 20byte IP). MTU should be set to 1500 to minimise packet fragmentation inside the tunnel (this enables transparent bridging of Ethernet-like networks, allowing full-sized Ethernet frames to be transported via the tunnel).
Setting distinct MAC addresses for each tunnel is strongly advised for bridging EoIP tunnels in order for the bridge algorithms to function properly. You can utilise the MAC addresses that IANA has set aside in the range 00:00:5E:80:00:00-00:00:5E:FF:FF:FF for EoIP interfaces. Alternately, you can adjust the second bit of the first byte to change the automatically issued address into a "locally administered address," assigned by the network administrator. To do this, you can use any MAC address; all you need to do is make sure each host connected to a bridge has a different MAC address.
Two networks: 'Station' and 'AP'. By using EoIP setup can be made so that Station and AP LANs are in the same Layer2 broadcast domain.Note: Make sure both MikroTik routers have functioning IP connectivity to each other over the Internet or the IP network.
ExampleLet's imagine that we want to connect "Station" and "AP," two different networks. Station and AP LANs can be configured to be in the same Layer 2 broadcast domain using EoIP.
Think about the configuration below:
At first, we create an EoIP tunnel on our AP/interface eoip add name="eoip-remote" tunnel-id=0 remote-address=10.0.0.2 disabled=noVerify the Interface is Created[admin@AP] > /interface eoip printFlags: X - disabled; R - running 0 R name="eoip-remote" mtu=auto actual-mtu=1458 l2mtu=65535 mac-address=FE:A5:6C:3F:26:C5 arp=enabled arp-timeout=auto loop-protect=default loop-protect-status=off loop-protect-send-interval=5s loop-protect-disable-time=5m local-address=0.0.0.0 remote-address=10.0.0.2 tunnel-id=0 keepalive=10s,10 dscp=inherit clamp-tcp-mss=yes dont-fragment=no allow-fast-path=yesStation router/interface eoip add name="eoip-main" tunnel-id=0 remote-address=10.0.0.1 disabled=noVerify the interface is created[admin@Station] > /interface eoip printFlags: X - disabled; R - running 0 R name="eoip-main" mtu=auto actual-mtu=1458 l2mtu=65535 mac-address=FE:4B:71:05:EA:8B arp=enabled arp-timeout=auto loop-protect=default loop-protect-status=off loop-protect-send-interval=5s loop-protect-disable-time=5m local-address=0.0.0.0 remote-address=10.0.0.1 tunnel-id=0 keepalive=10s,10 dscp=inherit clamp-tcp-mss=yes dont-fragment=no allow-fast-path=yesNext, we will bridge local interfaces with EoIP tunnel on our AP. If you already have a local bridge interface, simply add EoIP interface to it/interface bridge port add bridge=bridge1 interface=eoip-remoteThe bridge port list should list all local LAN interfaces and the EoIP interface[admin@AP] > /interface bridge port printFlags: I - INACTIVE; H - HW-OFFLOADColumns: INTERFACE, BRIDGE, HW, PVID, PRIORITY, PATH-COST, INTERNAL-PATH-COST, HORIZON# INTERFACE BRIDGE HW PVID PRIORITY PATH-COST INTERNAL-PATH-COST HORIZON0 H ether2 bridge1 yes 1 0x80 10 10 none 1 H ether3 bridge1 yes 1 0x80 10 10 none 2 eoip-remote bridge1 yes 1 0x80 10 10 noneOn Station router, if you do not have a local bridge interface, create a new bridge and add both EoIP and local LAN interfaces to it/interface bridge add name=bridge1/interface bridge port add bridge=bridge1 interface=ether2/interface bridge port add bridge=bridge1 interface=eoip-mainVerify the bridge port section[admin@Station] > /interface bridge port printFlags: I - INACTIVE; H - HW-OFFLOADColumns: INTERFACE, BRIDGE, HW, PVID, PRIORITY, PATH-COST, INTERNAL-PATH-COST, HORIZON# INTERFACE BRIDGE HW PVID PRIORITY PATH-COST INTERNAL-PATH-COST HORIZON0 H ether2 bridge1 yes 1 0x80 10 10 none 2 eoip-main bridge1 yes 1 0x80 10 10 noneBoth locations are now in the same Layer 2 broadcast domain. IP addresses from the same network can be assigned to both sites.
Frequently Asked QuestionsQ.1: What is EoIP (Ethernet over Internet Protocol)?Answer:
EoIP is a networking technology that allows Ethernet frames to be transmitted over an Internet Protocol (IP) network. It is used to extend Ethernet networks over long distances or across different physical locations using an IP-based infrastructure.
Q.2: What is the purpose of EoIP?Answer:
EoIP is used to connect remote Ethernet networks over an IP network, such as the Internet, to enable communication between distant LANs or to provide access to resources in remote locations.
Q.3: What are some common use cases for EoIP?Answers:
Connecting remote offices or branch locations to a central office network.Interconnecting data centers for workload migration and redundancy.Extending LANs to cloud services or virtual private clouds (VPCs) over the Internet.Providing Ethernet-like services over Internet Service Provider (ISP) networks.
Dreaming of M.Tech in IIT? Get AIR under 100 with our GATE 2026 CSE & DA courses! Get flexible weekday/weekend options, live mentorship, and mock tests. Access exclusive features like All India Mock Tests, and Doubt Solving—your GATE success starts now!
|
Operating Systems/Operating System Tutorial/Booting and Dual Booting of Operating System/Concept behind Multiple Booting Guide/Differences between Multiple Cycle Datapath and Pipeline Datapath/Differences between POP3 and IMAP/What are the differences between Bellman Ford’s and Dijkstra’s algorithms?/What is Dijkstra’s Algorithm? | Introduction to Dijkstra’s Shortest Path Algorithm/Applications of Dijkstra’s shortest path algorithm/What is Ethernet?/What is Power Over Ethernet (POE)?/Ethernet Over Internet Protocol (EoIP)
|
https://www.geeksforgeeks.org/ethernet-over-internet-protocol-eoip?ref=asr2
|
Operating Systems
|
Ethernet Over Internet Protocol (EoIP)
|
Operating System Tutorial, Ethernet Over Internet Protocol (EoIP), What is Dijkstra’s Algorithm? | Introduction to Dijkstra’s Shortest Path Algorithm, Concept behind Multiple Booting Guide, What is Ethernet?, Operating Systems, Booting and Dual Booting of Operating System, Differences between POP3 and IMAP, Applications of Dijkstra’s shortest path algorithm, What is Power Over Ethernet (POE)?, What are the differences between Bellman Ford’s and Dijkstra’s algorithms?, Differences between Multiple Cycle Datapath and Pipeline Datapath
|
GeeksforGeeks
|
[-0.0776721314, -0.0131747238, -0.0154404407, -0.000777266745, -0.00777476514, 0.0602177158, 0.00550904823, 0.0277424436, -0.0226236023, 0.00242935191, 0.00479157129, -0.00214823522, 0.0219858438, -0.036486432, -0.011261452, 0.000579540967, 0.000224080446, -0.00765728345, 0.00601254124, -0.00840413105, 0.0424276441, -0.00677197566, -0.0506513566, -0.0527660251, -0.00315102469, 0.0180753842, 0.0289340429, 0.0164054669, -0.0368892252, 0.00472024316, 0.0368220918, 0.0347409919, -0.00783770159, -0.00517338654, 0.011001314, -0.0219354946, 0.0150376465, -0.00157446333, -0.0312165432, 0.00829504058, 0.00548806973, 0.0204082336, 0.0171187483, 0.025795605, -0.0231103115, -0.00437199418, 0.0141313598, -0.0234291907, 0.0147607252, -0.0307466164, -0.0382990055, -0.0289843921, -0.0148698157, 0.0329116359, -0.00461534923, 0.0360500701, 0.0503828265, 0.0470262095, 0.00557198515, -0.0379969105, 0.0188977569, 0.0135187767, -0.0337172225, -0.0214991346, 0.00733840512, 0.017152315, -0.018679576, 0.0144586293, -0.00826567, -0.00360207, -0.0466905497, -0.00257830182, 0.0255102925, -0.0150879957, 0.0326766707, -0.00356011232, 0.0197033454, 0.025577426, 0.0552834906, 0.00851741713, -0.0217173155, 0.041991286, 0.0149453394, -0.0134600364, 0.0176222418, 0.00176222413, -0.00948244426, -0.0603184141, 0.0545450337, 0.0143411485, -5.85441303e-05, -0.00307340291, -0.00734679634, -0.00532023888, 0.0236809365, 0.00500555569, 0.00340277096, -0.0167830866, -0.0204585828, 0.0106740436, 0.0389703289, 0.0308473147, -0.0152054774, 0.0130740246, 0.0151131703, -0.00969223306, -0.00710344175, 0.0206935462, 0.0229760464, 0.0497450717, 0.0180418193, 0.0115048066, 0.0275746118, 0.0499129035, -0.0345731601, 0.0152726099, -0.00534121739, -0.0376948155, -0.0016783087, 0.040413674, -0.021079557, -0.019904742, -0.0251746308, -0.0185285285, -0.0441730842, 0.0373255871, -0.0254263766, 0.0165732987, 0.0155159645, -0.0149201648, -0.00641953107, -0.00800133683, -0.00500975177, -0.0197872594, 0.0362514704, 0.0211634729, -0.00620974228, -0.00180942658, 0.0154740065, -0.00928104762, 0.0102964239, 0.00870203, -0.00221536751, 0.0455493, 0.00236221962, 0.019468382, 0.0376276821, 0.0126292733, -0.0307298321, 0.0129985008, -0.0279606227, -0.0240837298, 0.00625589583, 0.0137453489, -0.0090041263, -0.0245872233, -0.0126628391, 0.0273564328, -0.0388024971, 0.0321060456, 0.00603351975, -0.0584051423, 0.00861811545, 0.00417479314, -0.00197515963, 0.0177732892, 0.0531352535, -0.000622547639, -0.0280277561, 0.0504163951, 0.00417479314, -0.00636498583, 0.0225900356, 0.0291354395, -0.0209620763, -3.71391361e-05, -0.00764050055, 0.0142152747, -0.0146264601, 0.0199886579, -0.0328445025, -0.0253256783, -0.0189313218, 0.0146180689, 0.00885307882, 0.0342039317, 0.0260473508, -0.00284053758, 0.00335032376, -0.044911541, -0.00559296366, 0.00949083548, 0.0389031954, -0.00618876331, -0.00410136674, -0.0062936577, -0.0141061852, 0.0303102564, 0.0246543549, -0.029068308, 0.00376990088, -0.0210963413, -0.00623911293, -0.0115551557, 0.00850482937, -0.00754819345, -0.00577338226, 0.0163299441, 0.0219187122, -0.0257116891, -0.03282772, -0.0306459181, 0.0202739686, 0.0159103666, -0.00185977586, -0.00350976316, -0.0414542258, -0.0313004591, -0.00273774122, 0.0144586293, 0.0144586293, 0.0491744466, 0.00666708127, 0.00327270199, -0.0682064667, -0.0482345931, 0.00605869433, -0.0373927169, 0.0110936211, 0.0145425452, 0.0123691354, 0.0588415042, 0.0176222418, -0.0135523435, -0.0706232339, 0.00464052381, -0.00928943884, 0.0137873059, -0.00112027104, -0.0191327203, -0.0606205128, 0.0314682871, -0.0514905117, 0.00579436077, -0.0292361379, -0.000342217652, 0.00588247227, 0.0583715774, -0.0179243367, 0.0198879577, -0.0133425547, 0.0342374966, 0.00898734294, 0.0468248129, -0.0405479372, 0.0212306064, 0.00302934716, -0.0339186192, -0.0141649256, 0.0134936022, 0.00979293138, 0.0223215055, -0.0039020679, 0.0163802933, -0.0109929219, -0.0393731222, 0.00177481154, 0.0253760274, -0.00953279343, 0.00186606951, 0.0162544195, -0.0205257162, 0.0214655679, 0.00970062427, 0.0138963964, 0.0136278672, -0.0152642177, -0.00341955409, 0.074114114, 0.00388318673, -0.00840832666, -0.0439716876, 0.0113705415, 0.0207103305, 0.00267690234, -0.000641428633, -0.031031929, 0.0167579129, -0.00340277096, -0.0210963413, 0.00743071176, 0.00385801215, 0.00888664462, 0.0233284906, 0.0220194105, 0.002924453, -0.03517735, -0.00373843266, 0.000767826219, -0.00594960432, -0.023043178, -0.00490485737, -0.00514401635, -0.0034069668, -0.0315018557, -0.0153061757, -0.0275074802, 0.0280781053, 0.00666288566, -0.0235131048, 0.035479445, -0.00217970344, -0.0251410641, -0.0484024249, 0.0144838048, -0.00187341217, 0.00547128636, -0.00760693429, -0.0189648885, -0.0150376465, 0.0393395573, 0.0110097053, -0.0492415763, 0.0538401455, 0.0219690613, -0.0249061, 0.0320724808, 0.0293368362, -0.0122348703, -0.0268697236, -0.0190823711, -0.00161012739, 0.0142068835, 0.0246543549, 0.00537478365, -0.0344053283, -0.0265508443, -0.00898734294, -0.00574820722, 0.0430654027, 0.00368388765, -0.0379297771, 0.0383997038, 0.0059873662, -0.0295885839, -0.00526988925, 0.0123271775, 0.00519017, -0.0177229401, 0.0177732892, 0.00172341324, 0.0184110459, -0.0029391381, 0.029504668, 0.0191830695, -0.0361172035, -0.0245033074, -0.00557618076, 0.00948244426, -0.0395409539, 0.0135439513, -0.0143075818, -0.00645729294, 0.0342878476, -0.0559883788, 0.0303438213, -0.00913839135, -0.0266347602, -0.00321186334, -0.0213816538, -0.016539732, -0.0124362679, -0.00167201506, 0.0202739686, -0.0433003642, 0.0111859273, 0.0451800711, 0.0124782259, -0.00416010758, 0.00436779857, -0.00657477463, -0.0215830505, 0.0105229961, 0.0124362679, -0.0208110288, -0.0127383629, 0.0304277372, -0.00413283519, 0.0175718926, 0.028850127, -0.00610484788, -0.00174858794, -0.0289004762, 0.0154823978, 0.0100782439, 0.00819853786, -0.00344053283, -0.0250739325, 0.0017045323, 0.0147355506, 0.00774539495, -0.0148194665, -0.0150460377, 0.0261648335, -0.0301256422, 0.0233284906, -0.0279438403, -0.0248054024, -0.00948244426, -0.0225564688, 0.0120922141, -0.0342207141, -0.0115719391, -0.0198711753, 0.00584471, 0.0404808074, -0.0230263956, 0.0632386729, 0.0405479372, 0.0153481336, -0.00622232957, 0.029941028, -0.0235131048, 0.0106992181, 0.0360836387, 0.0316529, 0.000171371052, 0.0337675735, 0.00557618076, 0.0252585467, 0.0346738584, -0.0431661, 0.0154907899, 0.00159124646, -0.0192669835, -0.0383661389, 0.0281955861, 0.00637337752, -0.0352780484, 0.0245872233, -0.0244193915, 0.0161117632, 0.00336500909, -0.0344053283, -0.0284305494, -0.0209117271, -0.0691463202, -0.0302263405, 0.0155243557, -0.0394402556, -0.0198711753, -0.0128222788, -0.0458513945, -0.0170684, 0.00165313412, -0.0174711943, -0.00493003195, -0.0277256612, 0.0555855855, 0.0352109186, -0.0139970947, 0.029286487, -0.00959992595, -0.00782511476, 0.0304445196, 0.000812930812, -0.0268025901, 0.00191327196, 0.00250068, 0.0177061576, 0.00463632774, -0.0423940793, 0.0542765036, 0.035882242, 0.0365199968, 0.00862650666, -0.0181425177, -0.0330962464, 0.00275872, -0.0345395952, 0.00257620402, 0.0118908174, 0.0204753671, -0.0103132073, 0.00993558764, 0.0422262475, 0.0108167, 0.0224725548, 0.0166068655, -0.0208613779, 0.0228585657, 0.0200222228, -0.0154991811, -0.0265172776, -0.0106153032, -0.0472947396, -0.0210124254, 0.0149789052, 0.00240417733, 0.0369563587, -0.036184337, 0.0294039696, -0.0230263956, 0.0224893373, -0.00343004358, -0.00987684727, 0.0199383069, 0.0710260272, 0.0311997589, -0.0331801623, 0.00169614074, 0.0325759724, 0.0104642548, 0.0483352914, 0.0356808454, 0.0410178639, -0.0021587247, 0.00491324859, -0.00435940688, 0.0368220918, -0.00537058804, 0.00746008242, 0.0220529772, 0.00995237101, 0.00426919805, 0.0147775086, 0.020206837, -0.00144439447, 0.0179579034, -0.0175718926, -0.0178404227, 0.00969223306, -0.000461010437, -0.00576499058, -0.0274739135, 0.00173600065, 0.0049006613, 0.021079557, -0.0143243652, -0.0062517, -0.0138460472, 0.0185285285, -0.0286822971, 0.0212138221, 0.00199089362, 0.0160781983, -0.00613841414, -0.0205089319, -0.00615519704, 0.0214823522, 0.0361507684, -0.0194348153, -0.0169425271, 0.0176893733, -0.00184299273, -0.00674680108, -0.0204082336, -0.0097677568, -0.00436360249, -0.00214718631, -0.0133425547, 0.0223550722, 0.00215662667, 0.00435521128, -0.00743071176, 0.00430486212, 0.0296892822, 0.0253256783, -0.00767406682, 0.0190823711, -0.0122684371, -0.0225732531, -0.0184613969, -0.00334612792, 0.0374934189, 0.0444080494, 0.0466569811, -0.0169928763, -0.0323242247, 0.00804749, 0.00363353849, -0.0052237357, 0.00964188389, 0.0120670395, 0.00426500197, -0.0247718375, 0.0128558446, 0.00412234571, 0.00218809512, -0.0113957161, 0.0138544384, 0.0133257713, -0.0205760654, 0.00166467251, 0.0356137119, 0.0127719296, -0.0115299812, 0.0291186571, -0.0167663042, -0.00420416333, 0.00785448495, 0.0396080874, 0.0203746688, 0.0227914322, -0.00893699378, 0.021868363, 0.0289843921, -0.00592023414, 0.0245200898, -0.0244361758, -0.0220697597, 0.0295382328, 0.0319382139, 0.0391717255, 0.0119747324, -0.00193739764, 0.0087523805, 0.024268344, -0.0163299441, -0.0332472958, 0.00518597383, -0.0118824262, 0.0186124444, 0.0387353674, 0.00503492635, 0.013921571, 0.0106824348, -0.011563547, -0.00879433751, 0.0124614425, -0.0123103941, 0.0267018918, 0.00185033539, 0.00821951684, -0.00659155753, 0.0117901191, -0.0137201743, -0.0259466525, 0.00160698057, 0.0104390802, -0.0318710841, 0.00366081088, 0.0122936117, 0.0825056583, -0.00498038111, 0.0289676096, 0.00690624025, 0.0541422404, 0.00217131199, 0.0183942635, 0.00207900489, -0.00710763736, 0.00550904823, 0.0290850904, -0.00694819819, -0.033482261, -0.00808525272, -0.0498122, -0.0111271869, 0.0245872233, -0.0276081786, -0.0212641712, 0.0307801813, -0.0117313778, -0.0172530133, -0.00958314259, 0.0173704959, -0.0140894018, -0.014752334, 0.000953489158, -0.0187131427, -0.00955796801, 0.0292697046, -0.00238110055, -0.0152642177, -0.0113789327, 0.00615100143, 0.0224054214, 0.0478318, -0.0203914512, -0.0110516632, 0.014710376, -0.00813560188, -0.0190655869, -0.00258459547, 0.0017853009, -0.0438038595, -0.00409717113, -0.0260977, -0.00293704029, -0.0059538004, 0.00250487588, -0.00187131425, -0.0111859273, -0.014970514, 0.00631463667, 0.0135607347, -0.0104390802, 0.026013786, -0.0228585657, -0.014139751, 0.0258459542, 0.011915992, 0.00945727, 0.005739816, 0.0180753842, 0.0152474344, -0.0382990055, -0.0558541156, -0.00373213901, 0.0142152747, -0.0101873344, 0.0262319651, 0.0395073891, 0.0262487493, -0.000449996529, -0.0161537211, 0.0286151636, -0.0165481232, 0.0150796035, 0.004244023, 0.0244193915, 0.0281452369, -0.0251075, -0.023093529, 0.00843350124, 0.0164306425, 0.0113957161, -0.0197201278, 0.00184194383, -0.0158935841, -0.00160383375, -0.018025035, 0.0130320676, 0.0325759724, -0.00524891075, -0.00215033302, -0.00547548244, 0.015667012, -0.00200872566, 0.029286487, -0.0223550722, -0.00237270887, -0.0139887035, 0.0246207882, -0.00842511, 0.0238487665, 0.0239998139, -0.0298403297, -0.0212138221, -0.0407493375, -0.0327605866, -0.0167830866, -0.0169677, -0.00518597383, 0.00503492635, 0.0122348703, -0.00337130274, 0.0124446591, 0.00216501835, -0.000263284688, 0.0357815437, -0.00433842791, 0.0100278948, 0.0194515977, 0.0249564517, -0.0198208261, 0.0101453764, 0.019770477, -0.0157005787, -0.0107327839, 0.0309480131, 0.0251242816, -0.0305284355, -0.0178739876, 0.00359158078, 0.0293368362, -0.0363521688, 0.00640694378, -0.0210963413, -0.0118488595, 0.00205487921, -0.0208278112, -0.0122348703, -0.00224683573, -0.0439381227, 0.0580359176, 0.0127635375, -0.0282123704, -0.0181425177, 0.0155663136, 0.0188809726, 0.0065076421, 0.0104390802, 0.0145928944, -0.0126964059, -0.00469506858, -0.00804749, 0.00730483886, -0.0146852015, 0.0569282323, 0.028111672, 0.00720833614, 0.0183942635, -0.0403465405, -0.0377955139, -0.020995643, -0.0663267598, -0.0250739325, -0.0111439703, 0.0195019469, -0.000427182, -0.0362514704, 0.0240165982, -0.000816602085, 0.00966705848, 0.0130236754, -0.0379633419, 0.00388318673, -0.0007578613, -0.00642792229, -0.000158259267, 0.0171690974, -0.00228669564, -0.0159942824, 0.0128054954, 0.0235298891, 0.00803909916, -0.00668386463, 0.0043342323, 0.00464052381, -0.0112782344, -0.00885307882, 0.000829713885, -0.0399773158, 0.0108502656, 0.00189753785, -0.000545974821, -0.0133341625, 0.0174376275, -0.00560555095, 0.0136530418, -0.0125957066, -0.021297738, -0.0102628581, -0.00177900726, 0.00615100143, 0.00790483411, 0.0161369387, -0.0153816994, 0.000644051, 0.00270207715, -0.0312668905, 0.00623072125, -0.000629890244, -0.00723770633, -0.00760273868, 0.00982649717, 0.00952440221, 0.00449786754, -0.0125369662, 0.0185788777, -0.0229928289, 0.00660414482, 0.0173704959, 0.00599575788, -0.00453982502, 0.014534154, -0.0178739876, -0.0226739515, -0.0462541878, -0.0174040608, -0.00357269961, 0.0330291167, -0.0210124254, -0.00218389928, 0.0206264146, 0.0222375914, 0.0254767258, -0.0172530133, 0.0327270217, 0.00199194276, -0.016497774, 0.00165418303, 0.03517735, 0.0139970947, -0.0454150327, 0.00191956561, 0.0245033074, -0.0134012951, -0.0027083708, -0.00115593511, -0.0154572232, 0.040413674, -0.0228921305, 0.0254767258, -0.0315018557, -0.0127719296, 0.0217508804, 0.0231438782, 0.00412654178, 0.010254466, -0.031854298, 0.0219522789, 0.0450793728, -0.0487380847, 0.0115299812, -0.0010877538, -0.0213313047, -0.0100614605, -0.0143327564, -0.0123355696, -0.0134684276, -0.00944048632, 0.0230767448, 0.0358486734, 0.0143998889, 0.00807686057, -0.00925587304, 0.0414877906, -0.0492080115, 0.0137537401, 0.0383661389, 0.0391717255, -0.0198543929, -0.0179243367, -0.0324417092, 0.0286655128, 0.00207795599, 0.0205928478, -0.0101537677, 0.00478737568, -0.00713281194, 0.0198543929, -0.0160110649, 0.0194180328, -0.00547967805, -0.000556464249, -0.0508527532, -0.0102880327, -0.00432164501, 0.0213648695, 0.00859294087, -0.00789224636, -0.0121593466, 0.00158809964, -0.00305871759, 0.00479157129, -0.00307550072, 0.00257200818, -0.0197201278, -0.0249564517, -0.00361465733, -0.034002535, 0.00404472416, -0.0271550361, -0.0310151447, -0.0522625335, -0.0225732531, -0.0150040798, 0.0301759914, 0.00569785805, -0.00656218734, 0.0106320856, 0.00594540872, 0.017504761, 0.0275578294, -0.0467241146, -0.0163299441, -0.0113369757, 0.0118404683, -0.00604610704, -0.00108146016, -0.00825308356, 0.0235298891, -0.0269032884, -0.0267858077, -0.0395073891, 0.00271886, -0.00102481723, 0.0237648524, -0.00443073502, -0.00642792229, -0.0130992, 0.00355381868, 0.0148278577, -0.0176222418, 0.0085761575, -0.0216334, 0.00489646569, 0.00542513281, 0.00423982739, -0.0188474078, -0.00633981125, -0.0105397785, -0.00542932888, 0.00698596, 0.024570439, -0.0174879767, -0.0324920565, 0.00226991251, -0.00596638769, -0.012746755, 0.0468919463, 0.0262823142, 0.0242012125, 0.0010536632, -0.00991880428, 0.00205802615, -0.0262990985, -0.00160068693, -0.0288165603, -0.00989363, -0.00709085446, -0.00233075116, -0.00999432895, -0.00560974702, 0.00406570313, -0.0282627195, 0.0300920755, -0.00172760908, -0.0127215805, -0.0343717635, 0.0155159645, 0.0243690424, 0.0317200348, -0.0201061387, 0.00163844891, 0.0147942919, 0.00724609802, -0.00375521579, -0.000541254587, -0.0215662681, 0.000230767444, -0.0347745568, -0.0182935651, -0.0109929219, -0.0625002161, 0.0108334832, -0.00486289943, 0.0190488044, -0.0115299812, -0.00186397159, 0.0196362119, -0.0257116891, -0.0397087857, -0.0107411761, -0.00134054909, -0.018679576, 0.00921391509, 0.00670064753, -0.0167495217, 0.0193005502, 0.0119327754, -0.0357479751, 0.036486432, -0.0071495953, 0.00129334664, 0.00926426426, -0.0204921495, -0.0142824072, -0.0368892252, 0.00957475137, 0.00451045483, 0.000744749501, 0.0103719477, 0.0120334737, 0.00686847838, 0.044911541, 0.00754819345, 0.00183145446, -0.0211634729, 0.0124698337, -0.00638176873, -0.00217760564, 0.0195187312, -0.0194851644, 0.000759434712, -0.00379087985, -0.00394192757, -0.016715955, 0.0154404407, 0.0303606056, 0.0048670955, -0.000601044332, 0.00745169073, 0.027624961, -0.0247550532, 0.0126460567, -0.0390374623, -0.00965866633, 0.0153984828, 0.00932300463, 0.0215830505, -0.0114124995, 0.0159691069, -0.00344472867, 0.0931125656, -0.028111672, 0.00981810596, -0.0275913961, -0.0107076094, -0.00282375445, -0.0047622011, 0.0291690063, 0.0115048066, -0.00801392458, 0.060452681, 0.00914678257, -0.00363353849, 0.00751462718, 0.015583097, 0.0389031954, -0.00580275245, 0.0167075638, 0.00448108418, 0.00894538593, -0.0155075723, -0.0098600639, 0.0132922055, -0.0326598883, 0.0100950273, -0.00553841889, 0.00975097343, -0.045616433, -0.00193844654, -0.00599156227, 0.01701805, -0.00114334782, 0.00464052381, 0.0163299441, -0.00545869907, 0.0232445765, -0.0182599984, -0.00183355226, -0.00259508495, 0.0229256973, 0.00880273, -0.0182767827, -0.0196362119, -0.000808735, -0.0199886579, -0.01701805, -0.0278934911, -0.0166068655, -0.0361172035, -0.00262865098, -0.0167579129, -0.035009522, -0.00820693, 0.00325591885, -0.0170935746, 0.0223718546, 0.0122013045, -0.00703211362, 0.0296557155, -0.00970901642, -0.0204921495, 0.0155243557, -0.0267186742, 0.00442234334, -0.0162124615, -0.0109677473, -0.00481255027, -0.00338808587, -0.0302766897, 0.0163635109, 0.0116810286, 0.00364612578, 0.0116306795, 0.00425661029, -0.00686008716, 0.0319214314, 0.0173033625, -0.00356011232, 0.00208005379, -0.0338179208, 0.0177565068, 0.009339788, -0.0163970757, 0.0133929038, 0.007485257, -0.0193005502, -0.0112446686, 0.0104474714, 0.0327941515, 0.00694819819, 0.0130404588, -0.00237480691, -0.00955796801, -0.0152474344, 0.00888664462, -0.0160949808, 0.0290515237, 0.00262025953, -0.00873559713, -0.0232445765, 0.00250697369, 0.0207942445, -0.00968384184, 0.0260641351, 0.0163047686, -0.019552296, 0.00679295463, 6.00847634e-05, -0.00576918619, 0.0089118192, 0.00569366245, -0.00508947112, -0.00602512853, 0.00996915344, -0.0135439513, -0.0134600364, 0.00719574885, -0.00389787205, 0.00888664462, -0.00754819345, -0.0131075913, 0.0181593, 0.00224893377, -0.00912999921, 0.0106824348, -0.0223550722, 0.00446430128, 0.0039209486, -0.00130593393, 0.00145907968, -0.00230767461, 0.0441395193, -0.0175718926, -0.0136194751, -0.0106320856, 0.0090041263, 0.00356011232, 0.0301592071, 0.0160530228, 0.00944887847, 0.00584051432, 0.0169509184, 0.0179243367, -0.00403423468, -0.0039041657, -0.0133509459, -0.0349423885, 0.0244697407, -0.00158180599, 0.00126922096, -0.00187655899, -0.0498122, 0.0128474534, -0.0137369568, 0.0330291167, -0.00209893496, -0.0214655679, -0.014576111, 0.014928556, 0.00178739883, 0.00615939312, 0.0131998984, 0.0312165432, 0.00134159799, -0.00560135534, -0.00524891075, -0.00524891075, -0.00167201506, -0.0241508633, -0.00598317059, 0.00413073739, -0.00203809608, 0.00385381654, 0.00600834517, 0.0175551102, 0.0156754032, 0.0273732152, -0.00539576262, 0.0325424075, 0.00613421854, -0.00676778, -0.0104978215, 0.0130404588, 0.0278934911, 0.0159775, 0.0165481232, -0.0323410109, -0.0013814579, -0.00246921182, 0.00882790424, -0.00648246752, 0.0238152016, 0.0215998329, 0.00436779857, 0.00380976079, 0.00746008242, 0.00500975177, 0.011261452, -0.00176537095, 0.0163215529, -0.0134684276, 0.00231606606, -0.00271676225, 0.0147691164, 0.00310906698, -0.0191327203, 0.0056181387, -0.0073635797, 0.0322403125, -0.0260977, -0.0136866076, -0.0138124805, -0.0180753842, -0.00187131425, 0.0152390432, 0.0124866171, 0.011697812, -0.0187634919, -0.00235382793, -0.0129061937, -0.00935657136, -0.019552296, 0.0137453489, 0.0143663231, -0.016497774, -0.017152315, 0.0329619832, 0.0257116891, 0.014576111, 0.0164809916, -0.0185788777, 0.0162963774, 0.00733001344, 0.0198040437, 0.00965027511, -0.0337675735, 0.0344388969, -0.0199550912, -0.022304723, 0.0187970586, -0.00828664936, -0.000654015923, 0.0308305323, -0.00116013095, -0.00469506858, -2.3289811e-05, -0.00529926, -0.016892178, -0.0181089509, 0.028850127, -0.00471604755, 0.000444489589, 0.0376276821, -0.0237480681, -0.00664610276, 0.00593282143, -0.0146935927, 0.00777476514, 0.0233620573, -0.0268697236, 0.0107999165, 0.0102292914, 0.00646568416, 0.00728386, -0.0124950083, 0.00845448, -0.0234459732, 0.0109677473, -0.00522793178, 0.0207438953, -0.0005438769, 0.0253256783, 0.0380976088, 0.0206935462, -0.0111943195, -0.0251242816, -0.0151719106, 0.00715379091, -0.00605449872, -0.00282375445, 0.00508527551, 0.0321396105, 0.00234543649, -0.0295885839, -0.0154656153, 0.0136782164, 0.00774959056, 0.00371325808, -0.0143831056, -0.0240333807, 0.0149621228, -0.00699435174, 0.0208613779, 0.0161788967, -0.0222208072, 0.0495772399, 0.0294878837, 0.00246921182, -0.0202571861, -0.000697022595, 0.0181257352, -0.00420416333, -0.0108754402, 0.0140306614, -0.0123775266, -0.00864329, 0.00459017418, -0.00409717113, 0.0170516167, -0.0104390802, -0.00610904396, -0.00804329477, -0.000698596, 0.0178236384, -0.00117166934, -0.00937335473, 0.00356430816, 0.0183439143, 0.0121845212, 0.0189648885, -0.00240417733, -0.00246501598, 0.00775378617, -0.00592023414, -0.00330417021, -0.0266851094, -0.00696917716, -0.00418738043, -0.00374053069, 0.015188694, -0.00852580834, -0.0188306235, -0.019770477, -0.0200054403, -0.0134012951, -0.00795518328, 0.00164893828, 0.0151551282, -0.00408458384, 0.00288878893, -0.00756078074, -0.0129313683, -0.0223382898, 0.0147355506, -0.0208613779, 0.00728386, 0.0142068835, 0.00285102706, -0.0113873249, 0.00361675536, -0.0243354775, 0.0131075913, 0.00617198041, 0.00473283045, -0.0153900906, 0.0209285095, -0.00541674159, 0.00965027511, -0.00508527551, -0.00848385, -0.0284641162, -0.0103635564, -0.00203390047, -0.0342542827, 0.0011139774, 0.0134348618, -0.00259508495, -0.0145005872, 0.00712861633, -0.00112341787, -0.0186292268, 0.0234459732, 0.0208781604, 0.0026034764, 0.0262990985, 0.0060796733, -0.00255942089, 0.0161956791, 0.00704889651, -0.000901566469, 0.000785658252, -0.0358151086, 0.00612163125, -0.0251914132, 0.00202550879, 0.0240837298, 0.0104055144, 0.010254466, 0.0443744846, -0.00628946209, 0.0189145394, 0.00750623597, 0.0136362584, 0.0239326824, -0.0205089319, -0.00519017, -0.00369857298, -0.030679483, -0.0224725548, 0.00322864647, 0.0177061576, 0.0227075163, -0.0224557705, 0.0171019658, 0.00660834042, 0.0151970852, -0.00500975177, -0.0243690424, 0.0241844282, -0.0124194846, -0.011781727, 0.0177397225, 0.00618037209, 0.00108250917, 0.00644470565, -0.00230347877, 0.0280445386, 0.0100278948, -0.00846287142, 0.027759226, 0.00475800503, 0.0101789422, -0.000319927611, -0.0267186742, 0.00792581309, -0.00572303263, 0.0262487493, -0.0211634729, -0.0253088959, 0.00145803066, -0.0246879216, 0.0124194846, 0.0138460472, -0.00759015139, 0.00226781471, 0.0211466905, 0.0333312117, 0.0200222228, 0.00204124302, -0.00468248129, -0.00355172087, 0.00225312938, -0.0194012485, -0.0166991726, -0.00699854735, -0.0243858267, 0.0282123704, 0.0195355136, -0.0130572421, -0.0107160015, 0.012570532, -0.00517758261, -0.0279941894, 0.00451884605, -0.0140474439, -0.0113873249, -0.00719155278, -0.0271550361, -0.00465730671, 0.0137201743, -0.0155663136, 0.00794259645, -0.00965027511, 0.00689365296, 0.0356472768, 0.000363196508, 0.00140453468, -0.00464052381, -0.0105565619, 0.0419241525, 0.0288333446, 0.00728805549, -0.00633141957, -0.000113154725, 0.0162628125, -0.0252081975, -0.00769504532, -0.00318459072, 0.0172026642, 0.0127383629, 0.0152726099, 0.0175383259, 0.00509366719, 0.000927790068, 0.00907965, 0.0431325361, -0.018981671, 0.0187634919, -0.00241047097, -0.0104810381, 0.00982649717, -5.07426157e-05, -0.0146935927, 0.00539995823, 0.00791742187, 0.0222543739, -0.00492583634, -0.0326934531, -0.00571464142, -0.000352969306, 0.0024398414, 0.00316570979, 0.0175383259, 0.0453814678, 0.00882790424, 0.000800343463, -0.00441395212, -0.00449786754, 0.0231270939, -0.00378458621, 0.00560974702, -0.00864329, 0.0301592071, -0.0182096492, 0.0173033625, 0.0158264507, -0.00843769684, 0.000977614778, 0.0301927738, 0.0102292914, 0.0123271775, -0.0272221677, 0.0161285475, -0.0305452198, 0.0318039507, 0.0025468336, -0.00730064278, 0.0147355506, 0.0241844282, 0.005848906, 0.000602093234, 0.00633561565, -0.00636498583, -0.0125453575, -0.00473702652, -0.0258291718, -0.0178739876, 0.00104369828, -0.00360207, 0.0300585087, 0.00501394738, -0.00447269296, -0.0245200898, 0.00885307882, 0.0036880835, -0.0146264601, -0.0068433038, -0.00654540397, 0.0274739135, 0.00234543649, -0.00665869, -0.00329368096, 0.0118236849, 0.00481255027, 0.00128495507, 0.0244193915, -0.00466569839, -0.00689365296, -0.0142572327, -0.00406360487, -0.00150523311, -0.00703211362, 0.00496359821, 0.0111020124, 0.0083621731, 0.0106236944, 0.0060796733, 0.00905447546, 0.00769504532, -0.0107747419, -0.0240669474, 0.0231438782, 0.00504751364, 0.00817336328, 0.00829084497, 0.00965866633, -0.0071495953, -0.0121006062, -0.0215998329, 0.0228585657, 0.002389492, -0.00449786754, -0.00548806973, -0.0295550171, -0.0223718546, 0.00610065227, 0.0355465785, 0.0222543739, -0.00785448495, 0.0255606417, 0.0122180879, 0.0199383069, -0.000151572254, -0.00239788368, 0.0110264886, -0.00491324859, 0.0228082165, 0.0146852015, 0.0317032523, 0.014097793, 0.015583097, -0.00221746531, 0.0177732892, -0.00239788368, -0.0158935841, -0.0181425177, 0.0211131237, 0.00889503583, -0.00824469142, -0.00535380468, 0.0175383259, -0.0146096777, -0.00062464556, -0.0233452749, 0.00539995823, -0.00443493063, 0.0119495578, 0.0165565163, -0.0176725909, 0.00321186334, 0.00146537332, -0.00138984947, 0.000840203313, 0.0214152187, 0.00825727917, 0.00664190669, -0.014139751, -0.0127551463, 0.0116138961, -0.00683910819, 0.0147439418, -0.00987684727, -0.00371745392, 0.00706987549, -0.0112782344, 0.00214403938, -0.0243690424, -0.00700693903, 0.00381185859, -0.0042230445, -0.00420206552, -0.00691463193, -0.0107243927, -0.023831984, -0.000566953677, 0.00471185194, 0.00863489881, -0.00404052809, 0.00366920256, -0.0073803626, 0.0145845031, -0.0101118097, 0.00541254552, 0.00598317059, -0.0233788397, -0.0068433038, 0.01283067, -0.000877965242, 0.0203746688, 0.0123103941, -0.00121467595, -0.0131243747, 0.00274823047, 0.0195355136, -0.00180837768, -0.00356221036, 0.0270543359, 0.0177061576, 0.00830343273, -0.0059705833, 0.00359787443, -0.00282795029, 0.00398598332, -0.0112782344, -0.0192837678, 0.0141901, 0.00604610704, -0.00660414482, -0.0304948688, -0.00378248841, 0.014752334, -0.0232949257, -0.00477478839, -0.0220194105, 0.0280613229, -0.0154572232, 0.00740553718, -0.00981810596, -0.00615519704, -0.00478737568, -0.00595799601, -0.0147775086, -0.00628946209, 0.00597477891, 0.012788713, -0.0383997038, -0.0201061387, 0.0251914132, 0.00566009618, -0.00440975605, 0.00664610276, 0.0129817184, -0.00354542723, 0.00594960432, 0.0105901277, -0.00378668401, 0.0140642272, 0.0056517045, 0.00873559713, 0.000719050411, -0.000618351856, 0.00573562, -0.0100950273, 0.0266683251, -0.00810203515, -0.0187802743, -0.0231438782, -0.0331130326, 0.00273774122, 0.000946146552, -0.00753141055, 0.0204753671, -0.000227882862, 0.0111355782, -0.0109341815, 0.000186580728, -0.000747371872, 0.00611323956, 0.00898734294, -0.000186449615, 0.00846287142, 0.0398430489, -0.000118596115, 0.000353756, -1.82417734e-05, -0.0157005787, 0.02566134, 0.00498457672, -0.0207942445, -0.00277969893, 0.00380556495, 0.0244026091, -0.00169614074, 0.0306962673, -0.00462374045, 0.0049929684, 0.0116055049, 0.0183606967, 0.0130320676, 0.0232110098, -0.00406150706, -0.0103215985, 0.00215662667, -0.00576079451, -0.0241005141, -0.0132502476, -0.00366920256, 0.0133173801, 0.010212509, -0.0035810913, 0.0236305874, -0.00229508709, -0.0152222598, 0.00937335473, 0.0192166343, 0.0113369757, -0.0137621313, 0.0209452938, 0.0121593466, -0.00420206552, -0.00262655318, -0.00763210887, 0.0253256783, -0.00780413579, 0.0141229676, -0.00258669327, 0.000358476245, -0.00642372668, -0.0282795019, 0.0252417624, 0.000860133208, -0.0269704219, -0.0134180784, 0.0116558541, -0.00867685582, -0.0221872423, -0.00650344649, -0.00992719643, 0.0205928478, 0.00702791801, 0.000998069183, 0.0259298701, 0.0180921685, -0.00529506383, 0.0104222968, 0.00582792703, 0.00250907149, -0.00138040888, -0.00644050958, 0.0228417814, -0.00266011944, 0.00508527551, -0.00278179673, 0.00680134632, 0.00607128162, -0.00877755508, 0.0135775181, -0.00806846935, 0.0150963869, 0.00328948512, -0.0019059293, 0.00850063376, -0.01745441, -0.00944048632, -0.00911321677, 0.00759015139, 0.011781727, 0.0130908079, 0.00294543174, -0.014928556, 0.0118572516, -0.0235131048, 0.0196194295, 0.0131075913, 0.0119243832, -0.000271151745, -0.014097793, -0.00931461342, -0.0106404778, -0.000851741701, 0.00338598783, -0.0255102925, -0.0173872784, -0.0193509, -0.0137956981, -0.013308988, 0.00194474019, -0.00840832666, 0.00642372668, 0.0344053283, -0.0202907529, -0.0154320486, 0.0184110459, -0.00965866633, -0.00872720499, 0.000926216657, 0.0226403847, 0.00252585462, -0.00153775036, 0.00573142432, 0.0114880232, -0.0141901, 0.0182935651, 0.00395661267, 0.00698596, -0.00286571216, -0.0245033074, -0.00446010567, -0.0332808606, -0.0104222968, -0.00566009618, -0.00218180125, -0.0203746688, -0.00490485737, -0.014492196, -0.0037447263, 0.00129439565, -0.0173033625, -0.0118236849, 0.0388024971, -0.00567268347, -0.0107411761, 0.0182096492, -0.00915517379, 0.0308640972, -0.000230767444, -0.026886506, -0.023831984, -0.020341102, -0.0174208451, 0.00222375896, 0.00435521128, 0.010648869, -0.000641953084, 0.0038517185, 0.0109929219, 0.0144502381, 0.0278599244, -0.00238529639, -0.0129145859, -0.00492583634, 0.0270711202, -0.00636498583, -0.00446430128, 0.010606911, 0.00485870382, 0.00907125883, -0.00262025953, 0.00245872233, 0.0162292458, 0.0178907719, 0.00839993544, 0.00781252701, -0.0134684276, -0.0137201743, 0.00108355808, -0.0178404227, 0.0362514704, -0.0049929684, 0.0113369757, -0.00410766061, 0.00425661029, -0.00717057427, 0.00218809512, -0.00197515963, 0.000596848549, -0.00175173476, 0.0113957161, 0.0107411761, -0.0110264886, 0.0119915158, 0.0283634178, 0.0149621228, 0.0112530598, -0.000186580728, -0.00958314259, -0.00381815247, -0.0027083708, -0.000780413568, -0.00177166471, -0.00488807401, 0.00481674587, -0.00397549383, -0.00273564318, 0.00758595532, -0.00103845354, -0.00669225585, 0.0048838784, 0.00983488932, -0.00671743089, -0.0211802553, -0.00446010567, 0.00434262399, -0.00945727, -0.0177061576, -0.00529926, 0.000817126536, -0.0146180689, -0.00829084497, -0.00033199045, -0.00535380468, 0.00247970107, -0.0068265209, -0.0144082801, -0.00874398835, -0.0137705235, 0.0106656523, -0.0289172586, -0.00719994446, -0.0115383724, -0.0126796225, 0.0114124995, -0.0012744657, 0.0125789242, 0.00892860256, -0.0162460282, 0.0125034, 0.00165313412, -0.00772861158, 0.0155495303, -0.0114041083, 0.0156837944, -0.0100446781, 0.00419157604, 0.00457339128, -0.00243774336, -0.0132334642, 0.0180921685, 0.00729644718, 0.000174386762, -0.0138460472, 0.00137726206, -0.0326934531, -0.00511884177, -0.0137117822, 0.000121349585, -0.00998593681, -0.0239998139, -0.00849643815, 0.00323284208, 0.0205928478, 0.0274067819, -0.015406874, -0.00209264131, -0.00447269296, -0.0115131978, 0.0265676267, -0.0143327564, -0.000483562704, -0.00722092343, 0.00905447546, -0.0161788967, 0.000878489751, -0.0051146457, 0.0136782164, -0.00956636, -0.0102628581, 0.00811881851, 0.000243092523, -0.0146768102, -0.0155663136, 0.00693141529, -0.00276081776, 0.0028720058, -0.00217131199, -0.0216334, 0.0110264886, 0.00696078548, 0.0289843921, 0.0226403847, -0.0126208812, 0.0252417624, 0.0121677388, 0.0351102203, -0.00216711615, -0.0111439703, 0.0142236669, 0.00712861633, 0.00370067079, 0.0129481517, -0.0220529772, 0.0110348798, 0.0123775266, 0.0138963964, -0.0263997968, -0.00494261924, 0.0165145583, 0.0182935651, -0.000877440791, 0.0411185622, 0.00226152106, 0.00542932888, 0.000720099313, -0.0049761855, -0.00742232054, -0.0183439143, 0.00650344649, -0.000952964649, -0.00117062032, 0.0154320486, 0.00820273347, 0.00535800075, 0.0109929219, -0.015927149, 0.00566429179, -0.00832860731, -0.0166823883, 0.00658316584, 0.0173704959, 0.0284976829, 0.0103803398, 0.000894748315, 0.00588247227, 0.0020685154, 0.0184949618, -0.02478862, -0.00185558014, 0.0181257352, -0.0362514704, 0.0186292268, 0.00769504532, 0.0016499873, 0.00465730671, -0.00358528714, 0.00503073027, 0.0129817184, -0.00431325333, 0.00756078074, 0.0165145583, 0.000902615429, 0.00861811545, 0.00533702178, 0.0183606967, -0.00777896075, -0.00564331328, 0.0131831151, 0.0183942635, -0.0172194485, 0.0117985103, 0.0219019298, 0.0105062127, 0.00932300463, -0.00585729768, -0.00812721, -0.0101873344, -0.00158180599, -0.00985167269, 0.0129733263, 0.00623491686, -0.0136530418, 0.00849224254, 0.00178110518, -0.0159691069, -0.00152935879, -0.00104055146, 0.0020653687, -0.00746008242, 0.00657897023, -0.00686428277, 0.0102880327, 0.031250108, 0.0155914882, -0.00842930563, 0.0100950273, -0.00302515156, 0.0253424626, 0.0192334186, -9.47982189e-05, 0.00193844654, -0.00055803766, -0.0127971042, -0.00765308784, -0.00285312487, -0.0254431609, -0.00587408058, 0.0184110459, -0.0148949903, -0.000848594878, -0.0117901191, 0.0252081975, 0.00473283045, 0.0026580214, -0.00851322059, -0.00215243106, -0.0131159825, -0.0198040437, -0.0105146039, -0.00348039274, -0.00782511476, -0.0205089319, -0.00446849689, 0.00871881377, -0.0184110459, 0.00712861633, 0.0189145394, -0.00400696229, -0.00540835, 0.0150628211, 0.0192502011, 0.0216501821, -0.00399647281, 0.00906286761, -0.00112236897, -0.0131159825, -0.0129313683, 0.0105481707, -0.015801277, 0.0160530228, 0.011261452, -0.0102460748, -0.0208613779, 0.00436360249, -0.00734679634, 0.00769084971, -0.00199613837, -0.0028720058, 0.018025035, 0.00527408533, -0.00740973325, -1.97332392e-05, -0.0302263405, -0.0141649256, 0.00766567513, 0.0377283804, 0.00736777531, -0.0032454296, 0.014055836, -0.00389577425, -0.00577757787, 0.00192690827, -0.0146264601, -0.00443073502, -0.00505170925, -0.00854259171, -0.00913839135, -0.0157005787, 0.0105313873, 0.00333354063, 0.0114208907, 0.0105146039, 0.000268398289, 0.00631463667, -0.0179746859, 0.0105733452, 0.00335661741, -0.002225857, -0.00578177348, -0.00764050055, -0.00264753192, -0.00889503583, 0.0105313873, -0.0129313683, -0.0127719296, 0.0122432625, 0.0233452749, 0.0115551557, -0.0115131978, -0.00449786754, -0.00104160036, -0.0150712123, 0.00160383375, -0.00640694378, 0.00585310161, 0.0242515616, -0.00442234334, -0.00163005735, 0.0181425177, 0.0106320856, -0.00679715024, 5.30043981e-05, 0.014752334, 0.0156586207, 0.0125034, -0.000754714478, -0.0305787846, -0.00852161273, -0.00659155753, -0.0121089974, -0.0142236669, 0.0192669835, 0.0117229866, -0.0131663317, 0.00290347403, -0.0253424626, -0.00736777531, 0.00826147478, -0.00738875428, 0.00120313757, 0.0173704959, -0.00373633485, -0.00996915344, 0.0202739686, -4.49078689e-05, -0.00292655081, 0.00811881851, 0.00856357068, -0.0192166343, -0.016976092, -0.000186842968, -0.00743071176, -0.00259718276, -0.0130824167, 0.00241886242, -0.00886986125, 0.00184089493, 0.00937335473, -0.000419052725, -0.00197201269, -0.00127971044, -0.058304444, -0.0281955861, 0.00272934954, 0.00221536751, -0.00054440141, 0.00470346026, 0.00238529639, -0.00225732522, -0.00316780782, 0.00898734294, -0.0167579129, -0.0117229866, 0.00397759164, -0.0194348153, 0.0193676837, 0.0302263405, 0.0262487493, -0.00243774336, 0.0114208907, -0.00822790898, 2.95179107e-05, -0.00353703555, 0.00520275719, -0.00310906698, -0.0217844471, 0.0113873249, 0.00704470091, 0.021079557, -0.00208529853, 0.00229298929, 0.0191495027, 0.0142824072, 0.0215830505, 0.0129565438, 0.0272893, 0.00789224636, -0.0211634729, -0.0140726184, 0.00498877279, -0.00530345552, -0.0190488044, -0.0156082716, -0.000427706487, 0.015583097, 0.00938174594, -0.0109006148, -0.0166823883, 0.0148110744, -0.00519017, -0.0267354585, -0.0073635797, 0.000775168824, -0.00550065702, -0.0139887035, 0.0119243832, -0.0180418193, -0.0103467731, 0.0185956601, 0.00756497681, 0.0195019469, -0.0115299812, 0.00295172539, 0.0138040893, 0.0186124444, 0.0104894293, 0.0167243462, 0.0027650136, 0.0132166808, -0.00130383612, -0.0214991346, -0.0198543929, -0.00429227436, 0.0163635109, 0.00078356039, -0.0150292544, 0.0212809555, 0.00400696229, -0.00473702652, 0.0153565248, 0.00654120836, 0.00395871093, 0.0233452749, 0.0177565068, -0.000319665356, 0.0117649445, 0.0146180689, -0.00337969419, 0.0123355696, -0.00794259645, 0.00171292387, 0.00225522742, -0.00777056953, -0.0161453299, 0.0127215805, 0.000117481613, 0.00574401161, 0.00137201743, 0.00912160799, -0.00596219162, 0.0143831056, -0.00559296366, -0.00442234334, 0.00239788368, -0.00417269487, -0.00767406682, -0.0143243652, -0.0186124444, 0.00430905772, -0.00991041306, 0.0125957066, 0.0181089509, 0.0356808454, 0.00510205841, 0.025795605, 0.0052069528, -0.00910482462, 0.00351605681, -0.0171103571, 0.0142068835, 0.00593701703, 0.00444751792, 0.000811881851, -0.00446849689, -0.00235382793, -0.0301927738, -0.00881951209, 0.00735099241, 0.0186627936, 0.0122516537, -0.00466150232, -0.00871042255, -0.009339788, -0.0533366501, 0.00715798652, 0.0152390432, 0.020206837, -0.0101285931, 0.00406989874, -0.00278599258, -0.00116537558, -0.0140726184, 0.00666708127, 0.00532443449, 0.00165942777, -0.00636918144, -0.00202341098, -0.0154404407, 0.00469087297, -0.00112132006, -0.018679576, -0.00323284208, -0.0110768378, 0.00724190241, -0.0513898134, 0.00489646569, -0.00793000869, -0.000967125408, -0.0249564517, 0.00547548244, -0.0115803303, -0.0237145033, 0.00555520179, -0.0023873942, 0.00584051432, -0.00123565481, -0.0146432435, 0.00184928649, -0.00100855867, 0.00386640383, -0.00295592123, -0.000666603271, 0.0030838924, 0.00632722396, -0.0132166808, -0.00314892665, -0.0073803626, -0.0038496207, -0.0110684456, -0.00628526602, 0.0072754682, 0.0237145033, 0.00859294087, 0.00096869882, -0.00677617174, -0.0128558446, -0.0113201924, 0.0269032884, -0.00523212738, -0.00407409435, -0.00621393789, 0.00719994446, -0.0065076421, -0.0148614235, 0.00939013716, -0.00271256641, -0.000483300479, 0.00254263775, 0.0297564138, 0.00673421379, 0.00439716876, 0.00375311798, 0.0348081216, -0.0110097053, -0.0131663317, 0.00429437263, 0.0193509, -0.0181928668, 0.006524425, 0.00263914047, 0.00451465044, 0.0131915063, 0.0171858817, 0.0164306425, -0.00724190241, 0.00766147953, -0.0019321529, -0.0136530418, 0.0175551102, -0.001489499, -0.00959992595, 0.00236641522, -0.0036209512, 0.0132586388, 0.00925587304, 0.0145509364, 0.00391885079, -0.00364193, 0.0120838229, -0.0135187767, 0.00384332705, 0.00581114413, 0.00354123139, -0.00245033065, 0.00325801689, 0.00395871093, 0.00991880428, 0.0294878837, -0.020643197, 0.00234963233, 0.0214991346, 0.00417898875, -0.00705309259, 0.0281620212, -0.00323494, 2.95834689e-05, 0.00129019981, 0.0143663231, 0.0128054954, -0.00236012158, -0.016061414, -0.00247130962, -0.00485031214, 0.0072544897, -0.0390374623, 0.0067216265, -0.00908804219, 0.0122264791, -0.0235131048, -0.0129985008, 0.00626848312, -0.024486525, -0.00525730196, 0.00648666313, 0.0105649531, 0.00932300463, -0.0324752741, -0.00844608899, -0.0225061197, 0.000528405, 0.00694400258, -0.0222375914, 0.00901251752, 0.0151970852, 0.0132922055, 0.0057565989, 0.0131915063, -0.0177397225, -0.0164893828, -0.0258123875, 0.00181467133, -0.00798035786, -0.00473702652, 0.00964188389, -0.0123355696, 0.00808944833, -0.000143967423, -0.0120250825, 0.00858874526, 0.00624330854, 0.000283214613, 0.020206837, -0.00469087297, -0.00418947823, -0.00239788368, -0.0110180965, -0.00906286761, 0.00316780782, -0.00560555095, 0.0242012125, -0.00878594629, -0.026013786, -0.00516079925, 0.0116726374, -0.00226361887, -0.028111672, 0.0150544289, 0.00755238952, -0.00981810596, -0.00114544574, -0.000984957442, 0.0196529943, 0.0250571501, 0.00434262399, 0.0239662491, -0.0036356363, -0.00922230631, -0.00427549146, -0.0177732892, -0.00753560616, 0.0272389501, -0.00646568416, -0.00393563416, -0.00492583634, 0.0147187673, 0.0146012856, -0.00123250799, -0.0154991811, -0.00994397886, -0.00953279343, 0.0179075543, 0.00183250336, -0.00333354063, -0.0031531225, 0.0128810192, 0.00266851089, 0.0107160015, 0.0158768, -0.0013835557, -0.00564750889, -0.000447636412, -0.00444751792, -0.00949083548, -0.0128138876, 0.0101957256, -0.0145509364, 0.0128978025, -0.0181257352, -0.00678036734, -0.00550485263, 0.00939013716, -0.0233284906, 0.0137956981, 0.00728386, -0.0112530598, 0.00242935191, 0.0069523938, 0.0157005787, -0.0138040893, 0.00111712422, 0.0310654938, 0.00119894184, -0.00234963233, 0.00344263087, 0.00123145909, 0.021079557, -0.00664610276, 0.0144838048, -0.000722197234, -0.0145928944, 0.0161117632, 0.00659575313, 0.0119243832, -0.00826147478, -0.00118845236, -0.000103714236, 0.0021052286, 0.0045440211, 0.0110768378, 0.0222543739, 0.0125537496, -0.022606818, 0.00474541774, 0.0211466905, -0.00798035786, 0.0114964144, -0.0121593466, 0.0162040703, 0.00654120836, 0.0157928858, 0.0139635289, 0.0046531111, 0.0190320201, -0.00574820722, -0.00795518328, 0.0106824348, 0.0039062635, -0.0125621408, 0.00508108, 0.00912160799, -0.00531604281, -0.0197872594, -0.0055258316, -0.00250068, -0.0101453764, -0.00156397396, -0.0393395573, 0.00941531174, -0.0221201088, -0.00829084497, -0.00553002721, 0.00421884842, -0.019770477, -0.0031006753, 0.000315994053, -0.0132082896, 0.00445171399, -0.0194012485, -0.00348249055, -0.0158516262, -0.0159355421, 0.00785448495, 0.00623491686, -0.00201082369, 0.00043793369, -0.00535800075, 0.0180586018, -0.000241912465, 0.0105817365, 0.0146432435, -0.00963349175, -0.0194012485, 0.0021587247, 0.0101873344, 0.00809784, 0.00882790424, -0.0111523615, -0.00669645192, -0.0136949988, -0.00803490262, -0.0139383543, 0.00488807401, -0.00872720499, -0.00974258222, -0.0102460748, -0.00398178725, 0.00722931465, 0.00928943884, -0.00785448495, -0.0207271129, 0.0150292544, 0.0100698527, 0.00032543455, 0.0231942274, -0.0103215985, 0.0163551178, 0.00944887847, -0.00508527551, 0.0108418744, 0.0192166343, -0.0179914702, -0.00341745606, 0.00670064753, -0.0357815437, -0.00461954484, -0.0141145764, -0.000203101576, -0.00484611653, 0.00125243794, -0.00800133683, -0.0137117822, 0.0103971222, -0.0230599623, -0.0244026091, 0.0111355782, 0.0255270749, -0.00399227673, 0.0154152662, -0.0137453489, 0.00145383494, 0.00221536751, 0.0267018918, 0.000343004358, -0.0105565619, 0.0044559096, -0.00172341324, 0.0121509554, -0.0041370308, -0.00301256427, 0.000164552926, 0.00147691171, -0.00854678731, 0.011303409, 0.0212306064, -0.0258795209, -0.0177397225, 0.00873559713, -0.00310906698, 0.00149474374, 0.0123355696, 0.00220697606, -0.00821112562, -0.0190488044, 0.00248599472, -0.00418947823, 0.000984433, 0.0795518309, -0.00219438877, 0.0280781053, -0.0301424246, 0.014534154, -0.0109090069, -0.0155243557, 0.062231686, 0.00194893603, 0.00371325808, 0.0118824262, -0.00328738731, -0.0146768102, 0.00884468667, 0.0125537496, -0.0124362679, -0.00735518802, -0.00897895172, 0.029941028, -0.00444751792, 0.00960831717, -0.0196697786, 0.0157089699, -0.000794049818, -0.011563547, -0.00962510053, -0.0291857887, 0.00560135534, -0.0146432435, 0.00848804601, -0.0169341359, -0.00243144971, 0.00730903447, -0.000326221256, -0.0132082896, -0.010170551, -0.0221201088, 0.000575869693, -0.000741602678, 0.00133110862, 0.0193509, 0.0157928858, 0.00195208285, 0.00847965479, 0.0224557705, -0.0061845677, 0.0146684181, -0.000416168128, -0.00821112562, -0.0280109718, 0.0217508804, -0.00949083548, 0.00305661978, -0.0110264886, -0.00966705848, 0.00659155753, -0.0257116891, 0.00260977, 0.00589086348, -0.016715955, -0.00594121311, -0.00893699378, 0.000885832356, -0.00330626825, 0.00169299392, -0.0135691259, -0.017941121, -0.00557618076, -0.00621393789, -0.00366500672, 0.000513195351, -0.020995643, -0.0012199207, -0.02566134, 0.0211634729, 0.00280906935, -0.0248557515, 0.0101285931, -0.0128138876, -0.00521114841, 0.00395661267, -0.0172026642, -0.0145173706, -0.00849224254, 0.00523632346, 0.0214487854, -0.0137789147, -0.001140201, -0.0187634919, -0.0183606967, -0.00436779857, 0.013527168, -0.0098600639, -0.00822371244, -0.00300207478, 0.0144334547, 0.00469926465, 0.0168166533, 0.0257116891, 0.00498877279, 0.0249900166, 0.00603351975, 0.0101285931, 0.00752721447, -0.00659994921, 0.0323410109, 0.00939852931, 0.017941121, 0.0222040247, -0.00847126357, 0.0210124254, -0.00602512853, 0.0153229591, 0.0208445936, 0.00867685582, -0.0120502571, 0.00220697606, -0.01283067, 0.00687687, -0.00919713173, 0.0103299906, 0.0202236194, 0.000104369821, -0.0101453764, -5.51678422e-05, -0.00771602429, -0.0181593, -0.00872720499, 0.00869363919, -0.00583212264, 0.00188285264, 0.0282123704, 0.0124950083, 0.000191563202, 0.000281116721, 0.00581533974, -0.0281284545, -0.00346570765, 0.00191012514, 0.00337969419, 0.0157173611, -0.00837895647, 0.0185788777, 0.0042251423, -0.00123460591, 0.0142488414, 0.000374210387, -0.00399647281, 0.00647407584, -0.0186627936, 0.00465730671, 0.0265340619, 0.018243216, -0.0150963869, -0.012352352, -0.00495520653, 0.0180753842, -0.00397549383, -0.00345521816, -0.0268193744, 0.0121006062, -0.00264543411, 0.0296892822, -0.000243879243, -0.00910482462, 0.00349717587, 0.0243354775, 0.004244023, 0.0102964239, -4.0285966e-05, 0.00970062427, 0.0102880327, -0.011261452, -0.00825727917, -0.0325424075, 0.0219187122, -0.00324752741, -0.000884258887, 0.0101621598, 0.00121467595, -0.00284473319, 0.0112950178, 0.0271718185, 0.0357144102, 0.00691043632, -0.00149474374, -0.00500975177, 0.000795623229, 0.0163802933, 0.0129733263, -0.010606911, 0.0228417814, 0.0139551368, -0.00487968279, 0.0015975401, -0.00168774917, 0.00716218259, 0.0230263956, -0.00827406161, -0.0185956601, 0.00688106567, 0.00488807401, -0.00425870856, 0.0122096958, -0.0241508633, 0.00651603378, -0.00516079925, 0.0161705054, 0.00681812922, -0.00842091441, 0.0118656429]
|
27 Apr, 2023
|
Types of ICMP (Internet Control Message Protocol) Messages
27 Apr, 2023
Pre-Requisite: Internet Control Message Protocol (ICMP)
Internet Control Message Protocol is a protocol used for error handling and debugging in the network layer. It is mainly used in network devices such as routers for sending errors and operations. The main work of the Internet Control Message Protocol is of reporting errors, between any two devices which are connected through the Internet. Internet Control Message Protocol (ICMP) also has the work to assess network performance. In this article, we will see the types of IMCP Messages.
Types of ICMP Messages
Type
Code
Description
0 – Echo Reply
0
Echo reply
3 – Destination Unreachable
0
Destination network unreachable
1
Destination host unreachable
2
Destination protocol unreachable
3
Destination port unreachable
4
Fragmentation needed and DF flag set
5
Source route failed
5 – Redirect Message
0
Redirect datagram for the Network
1
Redirect datagram for the host
2
Redirect datagram for the Type of Service and Network
3
Redirect datagram for the Service and Host
8 – Echo Message
0
Echo Request
9 – Router Advertisement
0
Use to discover the addresses of operational routers
10 – Router Solicitation
0
11 – Time Exceeded
0
Time to live exceeded in transit
1
Fragment reassembly time exceeded
12 – Parameter Problem
0
Pointer indicates error
1
Missing required option
2
Bad length
13 – Timestamp
0
Used for time synchronization
14 – Timestamp Reply
0
Reply to Timestamp message
Echo-Request and Reply Message
Network managers use it to check the operations of the IP and the host’s reachability. The host/router sends the echo request message, while the echo reply message is sent by the host/router that receives an echo request message. For example, host A wants to check whether it can communicate with another host B so it will send an echo request to B and if there is a link between A and B and B is active then it will send an echo reply to A on receiving the request.
Destination Unreachable Message
The host/router sends this message if it is not able to route the IP packet to its destination.For example, if sender A wants to send the datagram to receiver B but it is not received by B then the intermediate router will discard the datagram and send the destination unreachable message to A.
Destination Unreachable Message
Redirection Message
The host/router sends this message to update the routing table of the host.For example, sender A wants to send the message to receiver B and there is a router between them. Then, A sends the data to the router and the router sends the message to B and redirection message to A so that A can update its routing table.
Redirection Message
Router Solicitation and Advertisement Message
It is used to confirm the presence of a router on the local area network. It is done by broadcasting a router solicitation message and the router that receives the message broadcasts the routing information using a router advertisement message. For example, if host A wants to get the information of routers present on the network. It will broadcast a router solicitation message to request routers to advertise their presence and in response router on the network will announce its IP address available for routing through an advertisement message.
Time Exceeded Message
The host/router sends this message if it decrements the time-to-live value of the datagram to zero or if the destination address does not receive all the packets in the specified time interval.For example, a packet is sent from a layer having 1000 units to a layer having 200 units, then the packet is divided into five fragments. If all the fragments don’t reach the destination in a set time, all fragments are discarded and the time-exceeded message is sent to the source.
Time Exceeded Message
Parameter Problem Message
The host/router sends this message if some parameter is not set correctly in the datagram. It is used to indicate errors in the header field of the datagram.
Parameter Problem Message
Timestamp Request and Reply Message
It is used to determine the round trip time taken by each IP datagram to travel from one host to another host. It can also synchronize the clocks between hosts if transit time is known.For example, if host A wants to synchronize its clock with B then it will ask time on B’s clock by sending a timestamp request and B will reply with the timestamp to A. Then A will add the time and propagation delay to synchronize the time on its system.
Dreaming of M.Tech in IIT? Get AIR under 100 with our GATE 2026 CSE & DA courses! Get flexible weekday/weekend options, live mentorship, and mock tests. Access exclusive features like All India Mock Tests, and Doubt Solving—your GATE success starts now!
|
Operating Systems/Operating System Tutorial/Booting and Dual Booting of Operating System/Concept behind Multiple Booting Guide/Differences between Multiple Cycle Datapath and Pipeline Datapath/Differences between POP3 and IMAP/What are the differences between Bellman Ford’s and Dijkstra’s algorithms?/What is Dijkstra’s Algorithm? | Introduction to Dijkstra’s Shortest Path Algorithm/Applications of Dijkstra’s shortest path algorithm/What is Ethernet?/What is Power Over Ethernet (POE)?/Ethernet Over Internet Protocol (EoIP)/Types of ICMP (Internet Control Message Protocol) Messages
|
https://www.geeksforgeeks.org/types-of-icmp-internet-control-message-protocol-messages?ref=asr10
|
Operating Systems
|
Types of ICMP (Internet Control Message Protocol) Messages
|
Operating System Tutorial, Ethernet Over Internet Protocol (EoIP), What is Dijkstra’s Algorithm? | Introduction to Dijkstra’s Shortest Path Algorithm, Concept behind Multiple Booting Guide, What is Ethernet?, Operating Systems, Types of ICMP (Internet Control Message Protocol) Messages, Booting and Dual Booting of Operating System, Differences between POP3 and IMAP, Applications of Dijkstra’s shortest path algorithm, What is Power Over Ethernet (POE)?, What are the differences between Bellman Ford’s and Dijkstra’s algorithms?, Differences between Multiple Cycle Datapath and Pipeline Datapath
|
GeeksforGeeks
|
[-0.0394073129, -0.00181531417, -0.00872244, 0.0108918846, 0.00615420192, 0.0350173786, 0.000655219948, 0.00697412435, -0.0149308788, -0.0022683451, 0.0134505527, -0.0385395326, 0.0269011054, -0.0412704796, -0.0147649804, -0.0278454516, -0.0101708639, 0.0202013515, -0.00153695536, -0.0080141807, -0.0015034565, 0.0144459447, -0.0383098274, -0.0140375784, -0.0272839479, -0.00337858987, 0.0115363374, -0.0194101427, -0.00405494589, 0.0115554789, 0.0302446, 0.00964126457, 0.0465537161, -0.0073633478, -0.0183637049, -0.025267642, -0.00417937, 0.00802694261, -0.0263396017, -0.0357320197, -0.00547784613, -0.00900957268, 0.0212477893, -0.0205969568, -0.0549762622, 0.0282282941, -0.0217454843, -0.0348131955, 0.00431336509, -0.0169471856, -0.0157476105, -0.0473194, -0.00417937, 0.0306019206, 0.0138461571, 0.044639498, 0.0479064286, 0.0151223, -0.0200099293, -0.0301169865, 0.0513520129, 0.00451754779, -0.0464516245, -0.0105792293, 0.0128826685, 0.0357575417, -0.00782914, -0.0275646988, 0.0228429679, -0.0245274771, -0.0440014265, -0.011019499, -0.0184530355, -0.0274370853, 0.024042543, 0.00394647382, -0.00387947634, 0.0250762198, 0.0263396017, -0.0149308788, -0.0247061383, 0.00620843796, 0.0240680669, -0.00597235141, 0.00858844537, -0.00131761818, -0.0111088287, -0.0490804799, 0.0556398556, 0.0273094699, -0.0134760756, 0.00994115788, 0.00498653064, -0.00726763718, -0.00365615101, -0.0258674286, 0.0400198586, -0.0023369377, -0.045813553, 0.0145225134, 0.0258929506, -0.000797190878, -0.0407855473, 0.00146277947, 0.0307805818, -0.0162580684, -0.0192314833, 0.0318525434, -0.0212733112, 0.0511988774, -0.014382137, 0.0057905009, 0.0158497021, 0.0107451286, -0.0117788045, -0.00728039863, -0.00695498195, -0.01004963, -0.0248209909, -0.0192059595, -0.0167685263, 0.00978802051, 0.00203704415, 0.048570022, -0.0469110347, 0.028458, 0.0135143595, 0.00627862616, 0.0118745156, -0.00239117397, -0.00853101909, 0.000366492459, 0.0328734554, 0.0172151756, 0.00283303857, -0.0248847976, 0.0140886242, 0.00147474336, 0.0226515476, -0.0147649804, -0.033460483, 0.009067, 0.0208394229, 0.00910528377, -0.0177639183, -0.00357001135, 0.0320312, 0.01387168, -0.0137695884, 0.000740960822, -0.0434654467, -0.0525260679, -0.00196207059, 0.00952641107, 0.00137504458, 0.0196526106, -0.000332993688, -0.0126146786, -0.0325161368, -0.0219369065, 0.0306274444, -0.0219751913, -0.000219137772, 0.00181531417, 0.0127933389, -0.00748458179, 0.0286366604, -0.00494505605, 0.00379652693, 0.0229450595, 0.0237235073, 0.0101325791, -0.0102282902, 0.0397391096, 0.00233374746, -0.00789932813, -0.0317249261, 0.0328479335, -0.00837788172, 0.0332818218, -0.0247571841, 0.00244860025, -0.0319801569, 0.0265182611, 0.0107706515, 0.0131059941, 0.0211967435, -0.00485253567, 0.0110450219, -0.0107323667, -0.0166281499, 0.00397199672, 0.0244891942, 0.0237490311, -0.0288408436, 0.00595001923, -0.0245019551, -0.00148670713, 0.0218986217, -0.0544658042, -0.0109046465, 0.000902073923, 0.0116320476, 0.0098199239, 0.0247827061, -0.0313931294, 0.0220517591, 0.0298362356, 0.0181595217, -0.0171513688, -0.0513264909, -0.0282027721, 0.00775257172, -0.0263906475, 0.0159135088, -0.0302701239, -0.0145735592, -0.0296575744, -0.00494505605, -0.0169599466, 0.0852974281, 0.0130358059, 0.0219496675, 0.015377529, -0.0979567766, -0.0288663656, 0.0140248174, -0.0329500251, -0.0691669807, -0.0129975211, -0.0116256671, 0.0428784229, -0.00177862495, -0.0427508056, -0.0379525088, 0.0253059249, -0.0311123785, 0.0189379696, -0.0246295687, 0.0136930197, -0.00627862616, 0.0247954689, -0.00321269128, 0.00615101168, -0.047370445, 0.0089904312, 0.0262885559, 0.0370336846, -0.0230343901, -0.0153264832, -0.00922013633, 0.0276157446, 0.0171386078, 0.0510967858, -0.00564374449, 0.0143055683, 0.0207373314, 0.024042543, 0.0126721049, -0.0214774944, 0.0268755816, -0.0210308451, -0.00524814, -0.00957107637, 0.0069422205, -0.0211839825, 0.0368805453, -0.0201120209, -0.000443061057, -0.0200482141, 0.0093732737, -0.0269266274, -0.0303977374, 0.00628819689, -0.0140503403, 0.0140631013, 0.00337220915, -0.00760581531, 0.0168706179, 0.0244891942, -0.0172534604, -0.0110960677, 0.025293164, -0.0442566574, -0.0446905456, 0.0034838717, -0.0646749511, 0.00712726125, -0.0363445655, -0.0161432158, -0.026033327, 0.023276858, -0.0241701584, 0.0145097515, 0.0106175141, -0.00455902284, -0.0323885232, -0.00742715504, 0.00503119593, 0.0253314488, -0.0407600217, 0.00972421374, -0.0123211658, 0.00390818948, -0.00171322259, -0.00585749885, 0.00514923921, -0.0085246386, -0.0139227258, -0.0159645546, -0.000654821109, -0.0123084038, -0.025037935, -0.00955831446, -0.0140375784, 0.00623077061, 0.00133117719, -0.0392541736, -0.0455583222, -0.00540127745, 0.0285600908, 0.018108476, -0.0214902572, 0.0906572342, -0.0044952156, -0.0126912473, -0.000954714837, 0.0541595295, -0.0271308105, 7.05866842e-05, -0.029734144, -0.00398475816, 0.0152754374, -0.0125763938, 0.0242594872, -0.0203672498, -0.0263140798, 0.0350684226, 0.00851825811, 0.022294227, -0.010789793, -0.0302701239, -0.0189124458, -0.0181850456, -0.0229450595, 0.0249486044, -0.00117644481, -0.0275902227, -0.00398475816, 0.00749734323, 0.000902871543, 0.0345834903, 0.0154923825, 0.0119829876, 0.0415257104, -0.0109174075, -0.018835878, -0.0339709409, 0.0284835231, 0.0100241071, 0.0270797648, -0.000223524505, 0.0266458765, 0.00880539, -0.0144587057, -0.00715916511, -0.00379971717, -0.0110258795, -0.0267990138, 0.0169089, -0.0114023425, 0.00798865873, -0.0251783114, 0.0290705487, -0.023276858, 0.00956469588, 0.000147055602, -0.0121297436, -0.0332563, 0.0313165598, -0.00386671489, 0.0147905033, -0.0159645546, -0.0139737716, -0.0525771119, 0.0255228691, 0.00791209, -0.0572222732, -0.0117469011, 0.0100687724, 0.00120675319, 0.0290195029, 0.00399432937, 0.00203225855, 0.0115937637, 0.0125763938, -0.0188869238, -0.00552251097, -0.000662797, -0.00736972876, -0.00617015362, 0.0444608405, -0.0447926372, 0.047344923, -0.018580649, -0.00775257172, -0.0152499145, -0.0509181246, 0.00299415179, 0.00375505234, -0.015619996, 0.0081481766, 0.040377181, -0.0169727076, -0.00371038727, 0.0328989811, -0.0313676074, 0.0490549542, 0.0112109203, -0.0183764659, 0.00953279156, -0.0121871708, -0.0044760732, 0.00613825, 0.016857855, 0.045864597, 0.00580645306, 0.0200737379, 0.0101325791, -0.0051205256, 0.00437717233, -0.0326437503, 0.00631372, 0.0211201757, 0.00368805462, -0.0623268485, -0.00640624, 0.020558672, -0.0210436061, -0.0065402356, -0.013629213, 0.0509691723, -0.0103814276, 0.00137025909, -0.0936178863, -0.0419596, -0.0321843401, -0.0102538131, 0.0534448884, -0.0109046465, -0.0207500923, 0.00947536528, 0.0379269831, 0.0156455189, 0.0185040813, 0.0112683475, 0.0225239322, -0.0316483602, 0.0287132282, -0.00486210687, 0.0339964628, 0.0262119882, -0.000756513793, -0.0252038334, 0.029504437, 0.0294023454, -0.00840340462, 4.83040239e-05, 0.00745905889, -0.00768238399, 0.00976249762, -0.0673803762, 0.0490804799, 0.00186795508, 0.0343027376, -0.0434909686, -0.0141013861, 0.0149819246, -0.0053534219, -0.0124551607, -0.0161814988, 0.0169089, -0.000588621187, -0.0257398151, 0.00399113866, 0.00314888405, 0.0350939445, 0.0144842286, 0.00062491151, -0.0249486044, 0.0135271214, 0.0154540977, -0.00465792371, -0.0212733112, -0.0201503057, -0.015109539, -0.033460483, -0.0044952156, 0.0107834125, 0.00309145753, -0.024553, -0.000506469456, -0.0145225134, 0.0509436466, -0.0101963868, -0.0209415145, 0.00206575729, 0.0396880619, -0.00821836386, -0.0372123457, -0.0196015649, 0.031444177, 0.0142034767, 0.0126210591, -0.00446650246, 0.00823750626, 0.0030116986, -0.0127805769, 0.00577773945, 0.0136547349, 0.00640943088, 0.00389542803, 0.00666784961, 0.00016799233, -0.024297772, -0.0115746213, 0.0218348149, 0.00967954844, -0.0272073802, -0.043108128, 0.00383162079, 0.0099092545, 0.0266203526, -0.0191421527, -0.0244381484, -0.0185423642, -0.00641262112, 0.00450478634, -0.0221538506, -0.00608082395, -0.0169727076, -0.000346153916, -0.0442821793, 0.0224984102, -0.021566825, 0.0304232612, -0.0523729287, -0.024042543, -0.00589897344, -0.00196047546, 0.0282793399, 0.0190528221, -0.00299574691, 0.00218061, -0.036165908, -0.0236979853, 0.0203927737, -0.0156838037, 0.00319514424, 0.0241573956, -0.0172789823, 0.0149436407, 0.00153216976, 0.0515306741, 0.0183637049, 0.0170492772, -0.0100113461, 0.0245147161, -0.0030324359, 0.017087562, -0.00571712293, 0.000970666646, -0.014879833, -0.00726125669, 0.0294023454, -0.0156327579, 0.0181467608, -0.0143948989, 0.00851825811, 0.0189124458, -0.013641974, -0.0186189339, 0.0154285748, 0.0191931985, 0.0353491753, -0.0180319082, 0.0163091142, -0.00471215975, -0.00759305386, 0.0089712888, 0.0278709736, 0.00953279156, -0.0151988687, 0.00970507134, 0.00178979128, 0.018835878, 0.0104388539, 0.0239021685, 0.00382524, -0.0150329703, 0.00298617571, 0.0350173786, 0.024310533, -0.0169216637, 0.0113640577, 0.00796951633, 0.0174321197, -0.015607235, -0.0167047177, 0.0038156691, -0.03966254, -0.000405773753, 0.0425466225, 0.0179042928, -0.00557993725, -0.00978164, -0.00488762977, 0.0166791957, -0.0289174113, -0.00897766929, 0.0375441425, 0.00426550955, 0.0220389981, 0.0571712293, 0.0147266956, 0.0047089695, -0.0013080471, -0.0322864316, -0.0316738822, 0.000980237732, -0.0182871372, -0.0247444231, -0.0134633137, 0.0130677093, -0.0249230824, 0.0167302415, 0.000816333049, -0.0278199278, -0.03371571, -0.0065402356, -0.00883729383, 0.0236086547, -0.00259376154, 0.0826430544, -0.00335625745, 0.0800907686, 0.00175310217, 0.0529344305, 0.0103112394, 0.0060584913, 0.00479510939, 0.0129145719, -0.0158241801, 0.0151223, 0.00545870373, -0.0116192866, -0.00705707353, -0.0296320524, 0.0239659753, -0.00162867818, 0.00738249, -0.0385140106, 0.0580390058, -0.033460483, -0.0256887693, 0.00231301016, 0.000396003277, -0.0254590623, -0.0256377235, 0.0368550234, -0.000536379055, -0.0327458419, 0.00994753838, 0.0356554501, -0.0147139346, -0.0165898651, -0.014126908, 0.00452392874, 0.0213881657, -0.026007805, -0.00966678653, 0.00111263758, -0.022562217, -0.000107774307, 0.00183126586, 0.010655798, -0.00670613395, -0.00894576591, -0.0122892614, -0.0296575744, 0.0247571841, 0.00606168155, 0.00843530893, -0.0151605848, -0.0183381829, 0.022562217, -0.0161942616, -0.0304487832, 0.0016071432, 0.00249486044, 0.0149181178, 0.00397837721, -0.0231492426, -0.0253697336, -0.032209862, 0.0208904687, -0.0102729555, -0.0101963868, -0.0328224115, -0.00485253567, 0.00622758036, -0.0404537469, -0.00728039863, 0.00604573, 0.0259057134, -0.00153536012, -0.00512371631, 0.00321747689, -0.0121297436, -0.00456221309, 0.0249103215, 0.0208649468, 0.0166536719, -0.0155434273, -0.00456540333, 0.0206097178, 0.00133037963, 0.00636795582, -0.0204310566, 0.00823112577, -0.00294470112, 0.00241988711, -0.00904147699, 0.00407089759, -0.00731868297, 0.0202141125, 0.00753562711, 0.0168961398, 0.0529854782, -0.0123403072, 0.0211584587, -0.0204821024, 0.00815455709, -0.0168706179, -0.011517195, -0.0037071968, 0.00797589682, 0.00825026724, -0.00271818554, -0.00480787084, 0.00222048978, -0.00338816107, 0.0618163906, -0.0392796956, -0.0605912916, -0.0143310912, 0.0442566574, -0.016130453, -0.00312336115, -0.01387168, 0.00245179073, 0.0413725711, -0.0024358388, 0.0113449153, -0.00360829569, -0.0155561892, -0.0462474413, 0.0244253874, 2.54480965e-05, 0.00527366297, -0.00103766413, 0.040402703, -0.0222176574, 0.00864587259, -0.00205459096, -0.0356554501, 0.0391520821, 0.000426311686, -0.0160794072, -0.0199461225, -0.00846083183, -0.00816093758, -0.0137313036, 0.0191931985, -0.0165643431, -0.0175086893, 0.0208521839, 0.00429103244, -0.0400198586, 0.00206894754, -0.00019929772, 0.0293257777, 0.0231364816, 0.027998589, -0.0203672498, -2.09118043e-05, -0.0123147843, 0.00828855205, 0.000974654569, -0.0139227258, 0.0248082299, 0.00446331175, 0.00726125669, -0.0121233631, -0.0153009603, -0.0428528972, -0.0234938022, -0.0434654467, -0.0177128725, -0.00271180482, 0.0288918894, 0.0156327579, 0.0119191799, -0.000727003, -0.0139482487, -0.0069166976, -0.00508543197, 0.0165388193, 0.00515881, 0.0123530691, -0.000507665856, -0.0203672498, 0.013144278, -0.00588940224, -0.0239787363, 0.0159262717, 0.0371612981, -0.0289174113, 0.0178149641, 0.0165260583, -0.0256760065, -0.0414236188, -0.00567245763, -0.0344814, -0.010911027, -0.00573307462, 0.012767816, -0.00189347786, -0.000906859466, 0.0100687724, -0.0220389981, -0.000738169241, -0.00677632215, -0.00721659139, 0.0102601936, 0.0258929506, 0.00371038727, -0.0156455189, -0.0172534604, -0.00918823294, 0.00327330804, 0.022549456, -0.00305955391, -0.0164877735, -0.00808436889, -0.00159517932, -0.00973697472, -0.0224090796, 0.0154030519, -0.0193973817, -0.027028719, 0.017100323, -0.023289619, 0.0428528972, 0.024553, 0.0257398151, -0.038411919, -0.008058846, -0.00441545667, 0.0098645892, -0.0210053213, -0.00879900903, 0.027513653, -0.00111104245, 0.00102889072, -0.00836512074, -0.0103495233, 0.00754200807, 0.00392095093, 0.00967954844, 0.0234427564, 0.0051300968, -0.0291471183, 0.0115873832, 0.00864587259, -0.00479191868, -0.0123339267, -0.0169471856, -0.0122382157, -0.0331031606, -0.0108982651, 0.017087562, -0.0271308105, -0.0114852916, -0.00542999059, -0.00786742475, -0.0189379696, -0.029734144, -0.00479510939, 0.00638709823, 0.00572031317, -0.0123147843, 0.00242626783, 0.000451834552, 0.032694798, -0.0356554501, 0.0100751529, 0.00767600304, -0.00223325123, -0.0227281153, 0.00351896579, 0.0157220885, -0.00635838509, 0.00548103638, 0.0310102869, 0.0416022763, -0.0165643431, -0.0173555519, 0.0056214123, 0.0301425084, 0.0120085105, 0.00186157436, -0.0150074475, 0.0235065632, 0.0229450595, -0.0241318736, -0.00560865086, -0.0375186205, 0.0171768907, 0.039917767, -0.00373271969, 0.0114406263, -0.027998589, 0.00395604502, -0.028764274, 0.000132200497, -0.0365742743, -0.00583835645, -0.0630925372, -0.0401219502, -0.00343282591, 0.0142545225, 0.0179681, 0.0165771041, 0.0312910378, -0.00420489302, 0.00590535393, -0.000784828269, 0.0286366604, -0.0198950768, -0.0501779616, -0.0134122679, -0.00266235438, 0.0161814988, -0.001471553, -0.0542616211, -0.0138972029, -0.0364977047, 0.0012825242, -0.00147633848, 0.0328224115, -0.0147394575, 0.0145480363, 0.00722935284, 0.0159900784, 0.0335370526, -0.00226994022, -0.010158102, -0.0108216964, -0.00521304598, 0.00255069183, -0.0191293918, -0.0117086163, -0.0211584587, -0.0259439964, -0.0185423642, -0.00137584226, -0.00669975346, 0.00914356858, 0.011504434, -0.0161942616, -0.00958383735, 0.00400071, -0.00380928838, 0.012282881, -0.0108153159, 0.0309337191, 0.00368805462, -0.00923289824, -0.00340092252, -0.0162197836, -0.0225749779, -0.0260971338, 0.0147394575, -0.00409004, 0.0114852916, -0.00137743738, 0.0404792726, -0.0336646661, -0.010158102, -0.0221538506, 0.0348642394, -0.0186827406, 0.0316738822, 0.00409323024, 0.0342772156, 0.0180574302, 0.00969869085, 0.0149053559, 0.000375664735, -0.0118681341, -0.0257015303, -0.0130677093, -0.00190304895, 0.0226643085, 0.0108663617, -0.0309592411, 0.00435483968, -0.00387947634, 0.00865225308, -0.0435164943, 0.000818327, -0.034966331, 0.00437079137, 0.00890748203, 0.0151733458, -0.0184913184, -0.0106877014, 0.0196526106, 0.0135271214, 0.0186699796, -0.0289684571, -0.00837150123, 0.00966678653, -0.0281006806, 0.0049227234, -0.000659606652, -0.0767727941, -0.00170843711, 0.0100241071, 0.0152116306, -0.00826302916, -0.00375505234, 0.0084799733, -0.0232130494, 0.00691031711, 0.00432293629, 0.00566926738, -0.0162070226, 0.00199237908, 0.00654661609, 0.00616696337, 0.0104707573, -0.00835874, -0.0119127994, 0.0249486044, -0.0221921355, 0.0202779192, 0.0303977374, 0.00555122411, -0.00871606, -0.0251527876, 0.0180446692, -0.0157476105, -0.011504434, 0.00724211428, 0.019588802, -0.00517476164, -0.000655618729, 0.00524175959, 0.0051205256, -0.0262375101, 0.0115554789, -0.0410662964, 0.0208649468, 0.0212350283, -0.000941155828, -0.0240680669, -0.0137568265, -0.0171386078, 0.00489401026, 0.00580326235, 0.00297979498, 0.00462921057, -0.00839702412, 0.000339573802, 0.0241701584, 0.00152339635, 4.10758694e-05, -0.0323885232, -0.0190400612, 0.00745905889, 0.00615101168, -0.00351258507, 0.013373984, -0.000342564774, 0.00989011209, 0.0708004385, -0.0228557307, -0.029734144, -0.0299638491, -0.0122445971, 0.00110306649, -0.00416979892, 0.0331542082, 0.0130932322, -0.00432931678, 0.0408365913, -0.0188869238, 0.00577135896, 0.00955193397, 0.0136547349, 0.0212605502, 0.012876288, 0.00504714763, 0.00168291421, 0.0185678881, -0.022306988, -0.00475682504, -0.00891386252, -0.000138481511, 0.0132718924, -0.00470577925, 0.0161942616, -0.0297851898, -0.00922013633, 0.0117341392, -0.00372952945, -0.0224473644, 0.00198280788, 0.0177001096, 0.0146884117, 0.0227281153, -0.0132974153, 0.00154732401, 0.000247651595, 0.00580326235, -0.0112555856, 0.00313452748, -0.00295427209, -0.0016669624, 0.00292874943, 0.00431655534, -0.0165005345, -0.0242594872, -0.0310358107, -0.007433536, 0.00677632215, -0.00151861075, 0.0390499905, -0.00488124881, 0.0124104954, 0.0276667904, 0.02677349, 0.00528004393, 0.0350939445, 0.00028912627, -0.00665508816, 0.00597554212, -0.0125381099, -0.00273892307, -0.00688479422, 0.00401666155, 0.00266554463, 0.00368486438, -0.0235065632, 0.0207883772, 0.00508224126, -0.0183254201, -0.00742077455, -0.0171386078, -0.0175597351, 0.028509045, 0.0293513, -0.00876072515, -0.0144331828, -0.00561503135, -0.020584194, -0.00263523636, 0.00756753096, 0.0399688147, 0.0122190742, -0.00706345402, -0.0150712542, 0.00987735, 0.00405494589, 0.00269585312, -1.45061622e-05, -0.0260843728, 0.00422084471, 0.0227153543, -0.010413331, -0.00591811538, 0.0155689502, 0.0184785575, -0.0134633137, 0.00625310326, 0.0278964974, 0.00413789507, 0.0140631013, -0.00378695573, -0.0196398478, -0.0344048291, 0.0135398824, -0.0135654053, -0.00968592893, -0.00809074938, 0.0251527876, -0.0116320476, 0.00334987673, -0.0144459447, -0.00398475816, 0.00581921451, 0.036268, 0.0252165962, 0.0109620728, -0.00137185422, -0.0196270868, -0.00251878821, 0.0123977344, -0.0176363029, 0.011893657, -0.0126210591, 0.00863949116, -0.00171641295, -0.0222814661, -0.00750372373, -0.0157476105, 0.0363700911, 0.00232736673, -0.00636157533, 0.00110705453, 0.00401347131, 0.0155434273, 0.00500567304, -0.0044952156, 0.00059101393, 0.0275902227, -0.0122637386, -0.00668699201, 0.00242307736, 0.0180446692, 0.0166409109, -0.038437441, -0.0111598745, -0.00893300492, -0.00025702329, -0.0230088681, 0.00477596698, -0.0119000385, -0.0269521512, 0.0194484275, 0.0250762198, -0.00588302128, 0.00778447511, 0.0281006806, -0.0157220885, -0.0230343901, 0.0197291784, 0.00974335521, 0.00297660474, -0.00561822159, -0.0216944385, -0.0150840161, -0.00780361751, -0.0100304876, 0.00327330804, -0.0143438531, 0.01004963, -0.00929670502, 0.0156965647, 0.0202651583, 0.0269266274, 0.00473130215, 0.0142162386, 0.02677349, 0.00068991509, 0.00794399343, -0.0121744089, 0.0116129061, 0.0134505527, -0.0348897614, -0.005825595, -0.025050696, 0.000890110095, -0.005576747, -0.00245338585, -0.00206416217, 0.0146756498, 0.0229578223, -0.0167685263, 0.0158369411, 0.00668061106, 0.0142034767, 0.0143438531, -0.00925204065, 0.0131698009, -0.0227408763, -0.0338178, 0.0200864989, 0.00295905769, -0.0157731343, -0.0198695548, 0.0223835576, 0.0089266235, 0.048110608, 0.0032350237, -0.000984225655, 0.0394073129, 0.00858844537, -0.000284141337, 0.00927118212, 0.0197419394, 0.0105983717, 0.00846083183, -0.0126274396, 0.022306988, -0.0335370526, -0.026747968, 0.00526090153, -0.0136164511, -0.0332818218, -0.027768882, 0.0387437157, 0.0191421527, 0.00733144442, -0.00119558698, -0.0114725297, 0.0132208467, 0.0211967435, 0.0131570399, -0.00299574691, -0.00779723655, 0.0120021291, -0.00237681717, -0.0147905033, 0.0129337143, -0.0188869238, 0.0429294668, 0.0217965301, -0.0280241109, -0.0161942616, -0.000108272798, -0.00908614136, 0.0152754374, -0.0121999318, -0.0232258122, -0.0159007479, -0.023276858, 0.018134, 0.00436122, -0.00245179073, -0.00241031614, -0.0106494175, 0.031444177, 0.00676994119, -0.0146373659, 0.0264672153, 0.0145225134, -0.00422403496, 0.00227472582, 0.0169854704, -0.0150202094, 0.0131698009, -0.00310581434, -0.00877348613, 0.0099092545, 0.00363700907, -0.00393371237, 0.0470386483, -0.0121807894, 0.000223524505, 0.00115490984, -0.0144459447, 0.023544848, -0.0121106021, 0.00120595563, 0.01004963, 0.0248337518, -0.0131187551, -8.85324553e-05, -0.026007805, 0.00193176221, -5.83735964e-05, -0.00591492513, 0.00987097, 0.00784828234, 0.0157858953, -0.000923608837, -0.00297979498, 0.0116958553, -0.00251081237, 0.0355533585, 0.0269776732, 0.0258163828, -0.0339709409, 0.0104707573, -0.000938763085, 0.00507905101, -0.00737610925, 0.0257398151, 0.00228270167, -0.00263045076, 0.00775895268, -0.0177256335, 0.0110896872, 0.00564055424, 0.0131698009, -0.00786742475, 0.0016326661, -0.00417298917, 0.0250634588, 0.000233494386, 0.0042431769, 0.00268787728, -0.00393690262, 0.0215157792, -0.0351194702, -0.00554484362, 0.0157093257, 0.0156838037, -0.0203672498, -0.00170046126, 0.00186635985, 0.0168323331, -0.00385076297, 0.00879900903, 0.0236469395, -0.0103367623, -0.0143566141, 0.0255866777, -0.0142417615, -0.0318014957, 0.0113895806, -0.00802694261, 0.00347749097, -0.0158369411, 0.00683374843, 0.0226260237, -0.020584194, 0.00832045544, 0.00321747689, -0.0115810018, 0.0100815333, 0.0424190089, -0.00966678653, 0.0507394671, -0.0261354186, 0.0118617537, 0.0131825618, 0.0065402356, -0.0021231838, 0.0151223, -0.0169216637, 0.0062722452, 0.00221410906, -0.00648280885, -0.0265437849, 0.0366253182, 0.0132718924, 0.00488124881, 0.0201503057, 0.0180446692, 0.0310102869, -0.0155944731, 0.00833959784, 0.00892024301, 0.0249613672, 0.012889049, -0.000108771295, -0.00131123746, 0.0243615787, 0.0451499559, 0.0276923142, 0.0600808375, 0.0166664347, 0.00159438176, -0.0120404139, -0.00738249, 0.00483977422, 0.000716235547, -0.0164622515, 0.00831407495, -0.00342644518, 0.0517093353, 0.0102091478, -0.00581283355, 0.0231492426, -0.000145859216, 0.0157220885, 0.000131004112, -0.0164877735, -0.00635519437, -0.0164494906, -0.0289174113, -0.0443587489, -0.00651152199, 0.00774619123, 0.0121616479, 0.00154732401, 0.0067635607, -0.0048972005, 9.00777814e-05, -0.0209798, -0.0289174113, -0.00593406707, -0.0265182611, -0.0357320197, -0.0124487802, -0.00632648123, -0.0286111366, 0.0112109203, -0.00537575455, 0.00622119941, 0.0491825715, 0.00514285825, 0.0275902227, -0.0256632455, -0.0116767129, 0.00913718715, -0.019844031, -0.0172789823, 0.0080333231, 0.0266969223, -0.00405175565, -0.0132080847, -0.0218475759, -0.0236597, 0.00512371631, 0.0290960725, 0.0162580684, -0.00610953709, 0.0274115615, 0.0255739149, 0.00428146124, -0.00737610925, -0.000194412482, -0.00190304895, -0.00242467271, 0.00673165685, -0.0124743022, -0.0081226537, -0.00193814293, 0.001671748, 0.0135526443, -0.0189634915, 0.00733782491, 0.0141651928, 0.0157603715, 0.000408365915, -0.0154413367, 0.00587345054, -0.000760900555, -0.0127167702, -0.0311379, -0.00905423798, -0.000774459564, -0.00123227609, 0.0111343516, -0.0136036901, 0.0022476078, 0.0242212042, 0.0107323667, 0.0224346034, 0.00525452103, -0.015377529, 0.0172279365, -0.00329883094, 0.0117086163, 0.012014891, 0.0118426112, 0.00661680382, -0.00838426314, 0.0135526443, 0.0117086163, -0.00595001923, 0.0195249952, 0.00537575455, -0.0004322936, 0.00892024301, 0.0240170211, 0.0110577829, 0.0593661964, -0.00840340462, 0.0105856098, -0.0142162386, -0.0169727076, -0.00713364221, -0.00554484362, -0.00734420586, 0.0114470068, -0.00885643624, 0.0149308788, -0.00622119941, -0.0275646988, -0.0164622515, 0.00576178776, -0.0141524309, -0.0113832, -0.0157986563, 0.0196908936, 0.0069422205, 0.0115235755, -0.0227791611, 0.00655937754, 0.00114613643, -0.00107594847, -0.0214264486, -0.00484615471, -0.00898405, 0.00689117471, 0.0170748, -0.0129209533, -0.000595400692, 0.00286494219, 0.0203927737, 0.0232130494, 0.0141779538, -0.00296703354, -0.0112173017, -0.0162708294, 0.0162835903, 0.00383481127, 0.003841192, 0.0228302069, -0.00189188274, 0.00265437854, 0.00885005482, 0.0118553732, -0.0115873832, -0.0174704045, -0.00309145753, 0.0181722827, -0.0245785229, -0.00944984239, 0.0132718924, 0.007809998, -0.00309464801, 0.000824707735, -0.036446657, -0.0267224442, 0.0120595563, -0.00590216368, -0.00301967445, 0.00823112577, 0.015619996, 0.000975452189, -0.0115554789, -0.0198567919, 0.0147649804, 0.0172279365, 0.00902871508, 0.00764409965, -0.0359362, 0.00126657239, -0.00747820083, 0.0121616479, -0.000693903, 0.00513966801, 0.00528961467, 0.00995391887, -0.0028458, 0.0119000385, -0.00586706959, -0.00729316, -0.00789294764, -0.00768876448, -0.0204948653, 0.0163984448, 0.0134760756, 0.0257525761, 0.0248082299, 0.0153009603, -0.00797589682, -0.0120595563, -0.00684012892, 0.0186189339, 0.00851187669, 0.000585032045, 0.00244860025, -0.0203927737, 0.00777171366, 0.00870329887, 0.0303977374, -0.00795675442, -0.00263683149, 0.0341496, 0.0124998251, 0.0305253528, -0.00460687792, 0.00634562364, 0.00147235056, -0.0071400227, 0.00773343, 0.0171768907, 0.0210180841, 0.027513653, 0.00560227, -0.00358596328, 0.0124806836, 0.006013826, -0.0297851898, -0.000333791279, -0.00111742318, 0.0130358059, 6.63494939e-05, -0.00380290765, 0.01227012, 0.0123849725, -0.00043349, -0.00925204065, -0.00877348613, 0.0162453074, 0.0128188618, 0.0169471856, -0.0204565804, -0.0157476105, -0.0021183982, -0.0118043274, -0.0202906821, 0.00481425133, -0.0136674969, 0.0135781672, 0.0138972029, -0.0251272656, 0.0121807894, -0.0127741965, 0.0185040813, 0.0160283614, -0.00378695573, -0.00342963566, -0.0225877389, 0.00902871508, -0.0189379696, -0.0216561556, -0.0227153543, -0.00675717974, -0.0126082981, 0.000190225139, -0.00962850265, 0.0107515091, 0.00294948672, -0.00117086165, -0.014867072, 0.00627862616, 0.0118298503, 0.0100879148, 0.0243360568, -0.00989649259, -0.014126908, -0.0116830934, 0.00107594847, -0.0342516899, 0.0104197115, -0.0115746213, 0.0120021291, -0.00384438224, -0.00417298917, 0.00551613048, 0.0102857165, 0.00789294764, 0.0168068092, -0.022294227, 0.0139354868, 0.0187848322, -0.0085054962, -0.00286653731, 0.0195505191, -0.015862463, -0.0256632455, -0.0298872814, -0.0154413367, 0.0209542755, 0.0109429304, 0.00342963566, -0.0224601254, -0.023544848, 0.000628500653, -0.0236469395, 0.0382843055, -0.0167557634, 0.0180063844, -0.00578731066, 0.00628500665, -0.0157476105, -0.00732506346, 0.00772704883, 0.00344558735, -0.0161687378, -0.00978802051, 0.0189124458, -0.000102490274, -0.026263034, -0.00861396827, 0.012767816, 0.0107961744, 0.00180414785, 0.0100751529, 0.00161591673, 0.011287489, 0.00527366297, -0.0136547349, -0.00070506928, -0.00844168942, 0.0221410897, -0.00898405, 0.0287132282, 0.00959021877, 0.00565969618, -0.00167812873, -0.00821836386, 0.0072102109, -0.0208777077, -0.00216625351, -0.0286877062, 0.0194229037, 0.0170620382, -0.006013826, -0.000726604194, 0.0237617921, 0.0119447028, 0.0206990466, -0.0193718579, -0.0173045062, -0.00684012892, -0.0157476105, -0.0125891557, 0.0042272252, 0.0319801569, 0.00736972876, 0.00219337153, -1.4269378e-05, -0.0110769253, 0.00896490831, 0.0136802578, 0.00262726052, 0.0382332578, 0.0101517215, 0.00987735, -0.00266714, -0.0165388193, 0.00578093, -0.0106621785, 0.00548422663, 0.010923788, -0.00717192655, 0.0304232612, -0.0194994733, 0.00317281182, 0.00596597092, 0.00655937754, -0.0162963532, -0.0166536719, 0.0158497021, 0.00888195913, 0.0120212715, 0.000285537099, 0.000287531089, -0.00641900161, -0.00342644518, 0.000695897, 0.00329245022, -0.0109365499, 0.00147075532, -0.00565650593, -0.0107323667, 0.00541722914, 0.000389622553, 0.00436760113, 0.00219656201, 0.0220262371, 0.00136627117, -0.0144842286, -0.00414427603, 0.00712088076, 0.00658490043, 0.0116256671, -0.018082954, -0.041627802, -0.0098454468, 0.000457417686, -0.00353491749, -0.0212095045, -0.00440907571, -0.0212477893, -0.00685289036, 0.0126976278, -0.00167653349, -0.010911027, 0.0102665741, 0.00294470112, 0.0226387847, 0.00487167761, -0.0145990811, -0.0142034767, 0.00625310326, 0.0081226537, 0.0202268735, 0.0219369065, -0.00120356283, -0.027513653, -0.00908614136, -0.00714640366, 0.0044952156, -0.00155769265, 0.00923927873, -0.00109748344, -0.0160666462, 0.0125636328, -0.0137057807, -0.0215030182, -0.0196653716, 0.0231747665, -0.00138062774, 0.00754838856, -0.0114661492, -0.0185678881, 0.0142417615, -0.0382587835, 0.0298362356, -0.0074080131, 0.00299415179, -0.000685129547, 0.0217072014, -0.00296384329, 0.0145863201, -0.00428465195, 0.0040198518, -0.0387181938, -0.013131517, 0.0196270868, -0.0211839825, 0.00490996195, 0.00182009966, 0.00198759348, -0.00662318477, 0.0133229382, -0.0127422931, 0.0107068438, 0.00419213157, 0.0233279038, -0.00339135132, 0.00178022019, -0.00572031317, -0.00147075532, 0.0254845861, 0.00843530893, -0.00375505234, 0.0114533883, 0.0368295, 0.00637114653, -0.0132080847, 0.00578093, -0.0302956458, -0.0102346707, -0.00240712566, -0.0276412684, -0.0130677093, 0.000819922192, 0.00379014621, -0.0236341767, 0.00123068085, -0.00327968877, 0.0115937637, 0.0186699796, -0.037646234, 0.0185551271, -0.00732506346, 0.00724211428, 0.0105090421, 0.0228046849, 0.0295299608, 0.00265756878, -0.00193814293, 0.000762894517, -0.00583835645, 0.00336263818, 0.0080141807, 0.0270797648, -0.0016278805, -3.95554634e-05, -0.010911027, 0.000776054745, 0.0269521512, 0.00536618335, -0.0133484611, -0.00132320123, 0.000827898097, 0.0234810412, 0.0168323331, 0.00283303857, 0.00742077455, 0.0190017764, 0.00227791606, 0.000985023216, -0.0174576435, 0.0154796205, 0.0166919567, 0.00686565181, -0.00435483968, -0.00647961861, -0.00435483968, 0.0103367623, -0.0116448095, 0.0042431769, -0.0256122, -0.0239404514, 0.0066933725, 0.000962690741, -0.0203544889, 0.00994753838, -0.0133995069, -0.0106111327, 0.00139259163, -0.00240074494, 0.0213754028, 0.0247316603, 0.0122318352, 0.00659128092, 0.00891386252, -0.00897766929, 0.00724849524, -0.0175597351, -0.0124615412, 0.00646366691, 0.0119638452, 0.0186699796, -0.0216433927, -0.00539170625, 0.000554723607, -0.003131337, 0.00192697672, 0.00709535787, -0.00888195913, 0.00408684975, -0.00904147699, -0.0196143258, -0.0216689166, -0.0167557634, 0.00819922239, 0.00811627228, 0.0181595217, -0.00985820871, 0.00580326235, -0.0286621824, -0.0169216637, 0.00741439359, -0.011140733, 0.00245817145, -0.000985820894, -0.00505990908, 0.00439950451, 0.00405494589, 0.00971783232, 0.000172079977, -0.00580645306, -0.00417617941, -0.005825595, -0.0217582472, -0.01227012, 0.00275008916, 0.0199206, 0.00809713081, 0.0124104954, 0.0106749404, 0.000371477392, 0.0129464753, 0.00842892751, 0.02774336, -0.000402982201, 0.0120467944, -0.0204565804, 0.0184913184, -0.00163824926, 0.0149181178, 0.000676356, -0.0139482487, -0.0133101763, 0.0283559076, -0.0261226576, -0.00306274439, -0.00900957268, -0.0286366604, -0.0102282902, -0.0320822485, -0.0279730652, 0.00104244973, 0.0085246386, -0.0106940828, -0.00989649259, -0.0122190742, -0.017853247, -0.0177256335, 0.00777809462, -0.0162580684, -0.00547784613, 0.00095631, -0.00921375584, -0.00230184384, -0.0172151756, 0.00775895268, 0.00825664867, 0.00934137, 0.0110067381, 0.0172024146, -0.00395604502, -0.0162453074, 0.00486848736, 0.022294227, -0.0276667904, 0.0180446692, -0.00701240869, -0.00350301387, 0.00906061847, 0.00572031317, 0.0208394229, 0.00434845919, 0.00372952945, 0.0107834125, -0.00599468406, 0.0105154226, 0.0189634915, -0.0116256671, 0.0084799733, 0.00155849021, 0.000663195795, 0.0233406648, 0.0281006806, 0.0160028394, 0.0171896536, 0.0051907138, -0.00284260954, 0.0143948989, 0.010036869, 0.00749734323, -0.020571433, 0.000596995873, 0.000838266744, 0.0123020234, -0.0296065286, 0.00977525953, -0.00479829963, -0.000532789913, 0.00353491749, 0.00837150123, 0.00712088076, -0.00179776712, 0.00315526477, 0.019576041, 0.00830769446, -0.034175124, 0.00635519437, 0.0109365499, -0.0137057807, 0.0333328694, 0.000225119686, 0.00497376919, 0.000733782537, -0.00668699201, 0.0147394575, -0.0108344583, 0.0264672153, -0.0174321197, -0.0156455189, -0.0151605848, -0.0343027376, 0.0247827061, 0.00867777597, 0.000713045185, -0.0177001096, 0.0242339652, 0.0147139346, 0.0197036564, 0.00833321735, -0.00542360963, -0.00478553819, -0.00662956527, 0.00633605244, 0.0196526106, 0.00510776415, -0.0234299954, -0.0121552665, -0.00526090153, 0.009794401, 0.0104771378, 0.0202013515, -0.00200833078, -0.00535661215, -0.00804608501, -0.00589259248, -0.0242084414, -0.013629213, -0.0105473259, 0.000638071739, 0.0120914597, 0.038896855, -0.00403580396, -0.00539170625, 0.00741439359, -0.00433250703, 0.00876072515, 0.0271052886, -0.00842254702, 0.00175310217, 0.0146884117, -0.00133436755, 0.00185997912, 0.0291215945, -0.00638709823, 0.0120404139, -0.0192187205, -0.0256632455, -0.0102538131, 0.00956469588, 0.00337858987, 0.00284739514, 0.00548103638, -0.0101134367, -0.0126082981, 0.000795196916, 0.00249007507, 0.0017546973, -0.0042974134, -0.00241988711, -0.00146118435, 0.00997306127, 0.0238128379, 0.00745905889, 0.010426092, 0.023289619, 0.00631372, -0.0242084414, 0.0114789112, 0.00142369757, 0.000799583679, -0.0174193587, 0.00777171366, -0.0098645892, -0.0125891557, -0.0200609751, 0.00937965512, 0.0129018109, -0.00599468406, 0.00486210687, 0.00125062058, 0.0166026261, -0.00714640366, 0.00290322653, 0.0171768907, -0.00872244, -0.0126784854, -0.0228557307, 0.0126976278, -0.00386671489, -0.0148543101, 0.029478915, 0.00651152199, -0.00669975346, -0.00167334313, -0.0025650484, 0.0144714676, -0.0225749779, -0.00359553425, 0.0167812873, 0.0032350237, -0.0266458765, -1.32100795e-05, -0.00634562364, 0.0168068092, -0.00293353479, 0.0297086202, 0.00334030553, -0.021541303, 0.0089968117, -0.00137504458, -0.0137823494, 0.00480787084, -0.0063169105, 0.00633286219, -0.00722297234, -0.0154158138, 0.0063073393, -0.027998589, 0.0194356646, -0.000540367037, -0.0182871372, 0.0060584913, 0.000781239069, -0.00876710564, -0.0143438531, 0.0234172326, 0.0146501269, -0.0242339652, 0.0144204218, 0.00712726125, 0.00468663685, -0.0119702257, 0.0203672498, -0.0130613288, 0.0139482487, 0.0105728488, 0.0202013515, 0.0123658301, -0.0099603, -0.0289684571, 0.00248209899, -0.0163729209, -0.0169599466, -0.0179553386, -0.0135909282, 0.0221921355, -0.00500567304, -0.0257270522, 0.000183246229, 0.0185168423, -0.0209159926, -0.00555441435, -0.0031456938, -0.00391137972, 0.0221155658, -0.00517157139, -0.00937965512, 0.00725487573, 0.00467706611, -0.0089712888, -0.0200609751, 0.0318270177, -0.000527605589, 0.0155179054, -0.0094626043, -0.0219496675, -0.00492591411, -0.00585111789, -0.00193495257, 0.0120085105, 0.0124423988, -0.0133995069, -0.0249103215, 0.00377100403, 0.0234682783, -0.030474307, 0.0106047522, -0.0122063123, -0.0101963868, -0.0254335403, 0.00442502741, -0.00958383735, 0.0034583488, -0.000405175553, 0.0152499145, -0.00511095487, 0.00204023439, 0.00969230942, -0.00548422663, 0.00350620435, 0.0308826733, -0.0203927737, -0.0199461225, 0.0160028394, -0.00297819986, 0.00573945558, -0.00110864965, 0.00183924183, -0.00817369949, 0.00148271921, -0.00480468, -0.016857855, -0.00642219232, -0.00484296447, -0.0021136126, 0.000616935606, -0.00400071, 0.0118107079, 0.00676994119, 0.00551613048, -0.00604892, 0.0113321543, 0.00289365533, 0.0175597351, -0.0111981593, -0.01165119, 0.009794401, -0.0134633137, 0.00865225308, -0.00809713081, -0.0197802242, -0.0291726403, 0.00659766188, 0.024310533, 0.000363900297, 0.0229705833, -0.00395285431, -0.0110131186, 0.0165515803, 0.0032701178, 0.00695498195, -0.0131953238, -0.00135271205, 0.00412513362, 0.0147905033, 0.00266075926, -0.0189379696, 0.0137057807, 0.0238638837, 0.00411875313, -0.0106111327, -0.00833321735, 0.0120340334, -0.00659766188, -0.011893657, 0.0110896872, -0.033460483, -0.013010283, 0.00295267696, -0.0108663617, 0.0154668596, -0.0274370853, 0.0117405206, 0.00151621795, -0.0199716464, 0.00724849524, 0.0103686657, -0.0201885905, -0.000402184611, -0.00254909671, -0.0377993695, -0.0140886242, 0.0122637386, -0.0107706515, 0.0269011054, -0.0098645892, 0.01983127, -0.00267033023, -0.00450797705, 0.00907338, -0.00106398459, -0.000907657086, 0.00475682504, 0.0203162041, 0.0054140389, 0.00234012818, -0.0103495233, -0.0285345688, -0.0042718905, -0.0192952901, 0.00516200066, 0.00524814, -0.018848639, 0.00487486832, -0.00710811932, 0.00766962254, 0.0133356992, 0.0236979853, 0.0169344246, -0.0182360914, 0.0140375784, -0.0065306644, 0.013884441, 0.00161352393, 0.00170843711, 0.0112300627, -0.0133484611, -0.00754838856, -0.0119447028, 0.008058846, 0.00503119593, -0.00519390404, 0.0167557634, 0.0160794072, -0.00235448475, 0.0110705448, 0.0129337143, -0.014229, -0.00648280885, 0.00529918587, 0.00139737711, 0.00730592152, 0.000325615983, 0.00746543938, -0.0259695202, -0.0200099293, 0.0173683129, 0.00644771522, 0.000992201618, -0.00290482165, 0.00447926344, -0.00522580743, -0.00377738476, -0.0217199624, -0.0017546973, 0.0198567919, 0.00757391145, -0.00592768658, 0.0194356646, -0.00410918193, 0.0153264832, -0.0182998981, 0.0166281499, 0.00834597833, 0.00304838782, -0.00473130215, -0.00379652693, -0.0277944058, 0.00180255272, -0.00952003058, -0.00393690262, -0.011504434, -0.0134633137, 0.001920596, 0.00294629624, 0.0182488523, -0.00982630532, 0.0225111712, -0.00444097957, -0.00650195125, -0.00822474528, -0.00611910783, 0.00541722914, -0.00505990908, -0.00195409474, -0.00115411228, -0.000430698419, 0.00872882176, -0.00647642836, -0.000776453584, 0.00246455218, -0.00510457391, 0.00946898479, -0.0184657965, 0.00314728892, -0.00524495, 0.00103048584, 0.0141651928, -0.0109174075, -0.0139099639, 0.017100323, -0.00754200807, 0.0122190742, -0.000308866613, 0.0136930197, 0.0127614345, -0.00178341055, 0.00410599168, -0.00158560835, 0.00277720718, -0.0140503403, -0.00879262853, -0.0123977344, -0.00206735241, -0.0120723173, -0.0142162386, -0.00509819342, 0.00280432543, 0.0100815333, 0.00832045544, -0.00436122, -0.00696774339, 0.00328287925, 0.00530556636, -0.0252038334, -0.0101325791, 0.00121472904, 0.00858844537, 0.0142417615, -0.0116958553, -0.00676994119, 0.0157093257, 0.00306912512, 0.0135654053, -0.00209447043, 0.00369443535, -0.000314449746, -0.00096189318, -0.00133755791, -0.0049067717, 0.0113895806, 0.00290003605, -0.0288408436, 0.0199333616, -0.0115618603, 0.0116129061, 0.0179170538, -0.00109907857, 0.0133612221, 0.00377100403, 0.0162708294, -0.000401187601, 0.0199971683, 0.0131698009, -0.00317759719, 0.0022380366, 0.00553527242, 0.00619886722, 0.00828855205, 0.0130677093, -0.00753562711, 0.00887557771, -0.0241446346, 0.0193335731, -0.00475363433, 0.00929032452, -0.00167334313, 0.0192570053, -0.00515242945, 0.00589897344, 0.00496419799, -0.00165579619, -0.00502800522, 0.0180319082, -0.0296830982, 0.0199078377, -0.0172534604, 0.0103878081, -0.0180319082, 0.0183764659, -0.00772704883, -0.014611843, -0.0115554789, 0.00173396, -0.0069613629, -0.00477596698, -0.00791209, -0.0197802242, -0.0246550925, -0.0111981593, 0.00171322259, 0.015377529, 0.00308507681, -0.00291598798, 0.00405175565, 0.0187848322, 0.00346792, -0.00842892751, -0.0115618603, -0.0172534604, 0.0123339267, -0.0132463695, -0.00403580396, -0.0202651583, -0.0262375101, 0.00650833175, -0.0101963868, -0.00714640366, -0.0207373314, 0.0119127994, 0.00157922762, 0.0175597351, 0.0201247837, 0.00948812719, -0.0257908609, 0.00687203277, -0.0247061383, -0.0158497021, 0.0176235419, 0.0179042928, -0.00523537863, -0.0124296378, 0.0188741628, 0.019091107, 0.00254112063, 0.0197802242, 0.013023044, -0.0094370814, 0.0127359116, -0.00967316795, -0.0269011054, 0.0258036219, 0.0300404187, 0.0256632455, 0.0194356646, -0.0036912451, 0.0164112058, -0.000634083815, -0.0169599466, 0.00377419428, 0.00432612654, -0.00463559106, -0.0105728488, -0.0105728488, 0.00543318084, 0.00795037393, 0.00444417, -0.00513647776, 0.00544594228, -0.00404537469, 0.0128571456, 0.0123722116, 0.00679546408, -0.00117006409, 0.00844168942, -0.0104324734, 0.00016769323, -0.00567245763, -0.00991563499, -0.00987735, -0.0190273, -0.027768882, 0.0151223, -0.00632967195, 0.000994594302, -0.0132846534, 0.0151988687, 0.000705866842, -0.00811627228, -0.00256664352, 0.000847837829, -0.0180191454, 0.00663594622, 0.0165515803, 0.00100416539, -0.000109768283, -0.00197164179, 0.00433888799, 0.0297851898, 0.00523856888, -0.00322704786, 0.0109812152, -0.0159900784, 0.0265948307, -0.00642219232, 0.0104771378, 0.013373984, 0.0034838717, -0.000767281279, 0.0141141471, 0.00714640366, -0.00457497453, 0.0124551607, 0.0307040121, 0.0208649468, 0.0164622515, 0.00498972088, -0.00233534258, 0.0177511554, 0.0291981623, -0.00459730672, -0.0217837691, -0.0062913876, -0.0149436407, -0.0117660426, 0.00781637896, -0.0134377908, 0.026747968, 0.010279336, 0.0177256335, 0.00616377313, -0.010655798, 0.01956328, 0.00601063576, -0.0014069482, 0.0104707573, 0.0182488523, -0.0172789823, 0.000847837829, 0.0122765, -0.00846721232, -0.0232640952, -0.00107275811, -0.00473768264, 0.00866501406, 0.00913718715, -0.0114852916, 0.00637114653, -0.0264927391, 0.00616058288, 0.0203672498, -0.0136802578, -0.0189507306, -0.0192697663, -0.0108599812, -0.00840340462, 0.0134633137, -0.0141907157, -0.00995391887, -0.00970507134, 0.0234682783, -0.00441226596, -0.0004633996, -0.00293193967, 0.0155051434, -0.0180063844, -0.00295905769, -0.0293768235, -0.0315207429, 0.0282538161, -0.0060393489, -2.06376335e-05, 0.000688319909, -0.00230503408, 0.0118808961, 0.0234555174, 0.0113449153, -0.00430698413, 0.00917547196, -0.0180446692, -0.000585430826, 0.0160028394, 0.00789932813, -0.0196908936, 0.00296862889, 0.00364019931, -0.00617015362, -0.000421526143, 0.0149691636, 0.00274370844, -0.00109509064, -0.000419133372, -0.0130804712, -0.0114916721, 0.00120436039, -0.00327968877, -0.000977844931, -0.00365296076, 0.00551613048, 0.0132208467, -0.00328926, 0.000198799229, 0.00662956527, -0.013641974, -0.00387628586, 0.00686565181, -0.0123084038, 0.00176426838, -0.00875434466, 0.0069613629, 0.00846083183, 0.0210180841, -0.0278964974, -0.00929032452, 0.0145352744, -0.00328606949, -0.00710173836, 0.0291471183, -0.00376143306, -0.00155529985, -0.00375824259, 0.0204565804, -0.0161559768, -0.0216051098, -0.0117596621, -0.0013814253, 0.0103686657, -0.0118808961, 0.0100177266, -0.0150712542, 0.0197929852, -0.00078522705, 0.0144331828, -0.00594682852, -0.00851187669, 0.0136547349, 0.00426550955, -0.0304232612, 0.012889049, 0.000932382361, -0.0152371535, -0.0084799733, -0.00252676406, -0.00962212216, -0.0150840161, 0.000134992049, 0.0130677093, 0.0022683451, 0.00617972482, -0.0234938022, -0.0151350619, -0.00243105344, 0.00676994119, 0.0347876735, -0.0119447028, 0.01983127, -0.009794401, -0.00867139548, 0.0197802242, -0.0120659368, -0.0168706179, -0.00366253173, -0.0266203526, -0.0186189339, 0.0155051434, -0.0153137222, -0.0184530355, -0.0125763938, -0.00666146912, -0.00262726052, -0.0105792293, -0.0157731343, -0.00323023833, 0.0104388539, 0.0122190742, 0.0191038679, -0.00173236476, 0.0165898651, -0.00656575849, 0.014879833, -0.0234427564, -0.00344239711, -0.0187337864, 0.00282187224, 0.0065402356, 0.00686565181, -0.000444656238, -0.00715278415, 0.0173045062, -0.00896490831, 0.00679546408, 0.00726125669, -0.019091107, -0.0176490638, -0.0155051434, -0.018823117, 0.0139737716, -0.0321588144, 0.0029223687, -0.0141524309, -0.00137903262, 0.00530556636, -0.0189890154, 0.0105281835, 0.0170492772, 0.0010615919, 0.0109812152, -0.0229961053, -0.0276412684, -0.0229195375, -0.00158879859, 0.00219815713, -0.027003197, 0.00563098304, -0.029249208, 0.0190017764, 0.018848639, -0.00693584, -0.045098912, -0.0046834466, 0.017827725, -0.0251017418, 0.00788656715, -0.00206735241, -0.00724849524, 0.00777171366, -0.009417939, -0.0211329367, 0.0049322946, -0.000247053395, 0.0116767129, 0.00307550584, 0.00231939089, 0.00935413223, -0.00192697672, -0.00747182034, -0.00177383947, 0.0235958938, -0.000132998073, 0.00273413747, 0.0245657619, 7.16335271e-05, -0.00777809462, 0.0173555519, 0.0227281153, -0.00366572221, -0.00391776068, 0.00805246551, 0.00886281673, -0.00421127351, -0.0158369411, 0.0118107079, -0.00817369949, 0.0165643431, 0.00123546645, -0.0140631013, 0.00690393616, 0.0137440655, 0.00665508816, 0.0159900784, -0.0062467223, 0.0152881993, 0.0136674969, 0.0127805769, 0.0130932322, -0.00168929494, 0.00244541, 0.0200099293, -0.0193973817, 0.0109493108, -0.020826662, -0.00284739514, -0.000876551087, -0.0053693736, 0.00155529985, -0.00831407495, 0.00529918587, 0.0163856819, 0.0184019897, -0.0195249952, 0.00524175959, 0.026263034, -0.00390180876, -0.0120021291, 0.00268309168, 0.0101836249, 0.0130294254, -0.00966678653, 0.0112173017, -0.0159900784, 0.00232258113, -0.00479829963, 0.00134633144, 0.0278709736, 0.0250762198, -0.0192697663, 0.00367529318, 0.0143310912, 0.0140631013, -0.0165643431, 0.0163729209, -0.0210563671, 0.00115969544, -0.00017626732, 0.0142545225, 0.0094626043, 0.0071145, -0.00436760113, 0.00621162867, -0.029759666, -0.00041713941, 0.0179681, 0.0132208467, 0.00322226225, -0.00394009287, 0.0122573581, 0.00714640366, 0.0121233631, -0.0107834125, -0.0193590969, -0.0200864989, 0.00741439359, 0.00401028106, 0.012027652, 0.0248592757, -0.0274626072, 0.00719744945, 0.00218699081, -0.0114661492, 0.00893938541, -0.000305078051, -0.00894576591, -0.0185678881, -0.00791847054, -0.00821836386, 0.000973059388, 0.00603296841, 0.0129719982, 0.0114789112, -0.00727401813, 0.00251719309, -0.00722297234, 0.0230854359, -0.0202013515, -0.0211839825, -0.0230343901, 0.00921375584, -0.0280496348, -0.00439950451, 0.0291981623, -0.0181722827, 0.000258618442, -0.00107116299, -0.000776054745, -0.000682736747, 0.00622439, 0.017113084]
|
29 Nov, 2022
|
RPC Message Protocol
29 Nov, 2022
The distributed information system is defined as “a number of interdependent computers linked by a network for sharing information among them”. A distributed information system consists of multiple autonomous computers that communicate or exchange information through a computer network. There are three ways by which entities in the distributed systems communicate:
Interprocess Communication: It is a low-level communication paradigm. Examples are: Distributed shared memory like a mailbox
Remote Invocation: It is a high-level and direct communication paradigm. Examples are: RPC, RMI, etc
Indirect Communication: It is a high-level indirect communication paradigm. Examples are: Group communication, Publish/Subscribe model, etc
RPC stands for Remote Procedure Call. In RPC, a computer program causes a procedure to operate in a different address space, and it is programmed as if it were a normal procedure call. Whether the subroutine is local to the current program or remote, the programmer writes essentially the same code. A request-response message-passing mechanism is generally used to accomplish this type of client-server interaction. It’s preferable to think of it as a generic structure for distributed systems. RPC is popular because it is built on the semantics of a local procedure call: the application software makes a call to a procedure, regardless of whether it is local or remote, and waits for it to return. RPCs are represented via remote method invocation in the object-oriented programming paradigm.
Theoretical suggestions of remote procedure calls as the paradigm of network operations come from the 1970s, while actual implementations emerge from the early 1980s. In 1981, Bruce Jay Nelson is credited with coining the term ‘Remote procedure call’. It is widely used in:
Protobufs (Google)
Thrift on Facebook
Finagle on Twitter
RPC aims to make network communication appear as if it were a function call. An application developer’s job can be considerably simplified if he is entirely unaware of whether an operation is local or remote. When the procedures being called are methods of objects in an object-oriented language, RPC is known as a remote method invocation. While the RPC concept is simple, it has some flaws listed below:
The network between the calling and called processes is prone to limit message sizes and has a proclivity for losing and reordering messages.
The calling and called processes may operate on machines with vastly different architectures and data representation types.
RPC mechanism consists of two key components:
A protocol that controls the messages delivered between the client and server processes and deals with the underlying network’s possibly unfavorable characteristics.
The arguments are packaged into a request message on the client computer, which is then translated back into the arguments on the server machine, and the return value is translated back into the parameters. A stub compiler is a name given to this part of the RPC system.
Client-server request lost
Server-client reply lost
Server crashes after receiving a request
Client crashes after delivering the request
The fundamental algorithm is easy to understand. The client sends a request message, which is acknowledged by the server. The server then sends a reply message after completing the operation, which the client acknowledges.
RPC timeline
Following steps are followed in the RPC mechanism:
Each RPC takes place within a thread. A thread is a single control flow that has just one point of execution at any one time. An application thread is a thread that is generated and maintained by application code.
Both RPCs and RPC run-time calls are issued by RPC apps using application threads. One or more client application threads, each of which can conduct one or more RPCs, make up an RPC client.
In addition, an RPC server employs one or more call threads provided by the RPC run-time framework to execute called remote operations. The server application thread sets the maximum number of concurrent calls it will execute when it starts listening.
There is only one call thread in single-threaded programs. In multi-threaded applications, the maximum number of call threads is determined by the application’s architecture and RPC implementation policies. The call threads are created in the server execution context by the RPC run-time mechanism.
An RPC can be used in both client and server environments. As a result, when a client application thread contacts a remote procedure, it becomes part of an RPC thread, which is a logical thread of execution.
An RPC thread is a conceptual construct that extends over real execution threads and the network to include the different phases of an RPC.
The calling client application thread joins the RPC thread after making an RPC. Until the call returns, the RPC thread usually retains execution control.
The RPC thread of a successful RPC passes through the execution stages depicted in RPC Thread Execution Phases.
The following items are included in the execution phase:
The RPC thread starts in the client process when a client application thread makes an RPC to its stub; the client thread then joins the RPC thread.
The RPC thread connects to the server across the network.
The RPC thread becomes a calling thread, which runs the remote procedure.
The calling thread becomes part of the RPC thread when a called remote operation is running.
When the call completes, the calling thread is no longer part of the RPC thread.
The RPC thread then returns to the client via the network.
When the RPC thread reaches the calling client application thread, it delivers any call results, and the client application +thread exits the RPC thread.
Getting Around Network Limitations:
To deal with the reality that networks aren’t ideal conduits, RPC protocols frequently perform extra duties. There are two such functions:
Deliver messages in a timely manner.
Fragmentation and reassembly are used to support huge message sizes.
In most situations, the RCP protocol builds its own reliable message delivery layer on top of an unreliable substrate (e.g., UDP/IP). Similar to TCP, such an RPC protocol would most likely implement dependability using acknowledgements and timeouts.
Benefits of RPC:
Process-oriented and thread-oriented architectures are both supported by remote procedure calls.
Remote procedure calls can be utilized in both a distributed and a local context.
The user is not aware of RPC’s underlying message transmission method.
To enhance performance, RPC skips several of the protocol layers.
In remote procedure calls, the work required to rewrite and develop the code is minimal.
Drawbacks of RPC:
The notion of a remote procedure call can be implemented in a variety of ways. It isn’t a set of rules.
RPC does not allow for hardware architectural flexibility. It is solely dependent on interaction.
Costs have increased as a result of the remote procedure call.
Dreaming of M.Tech in IIT? Get AIR under 100 with our GATE 2026 CSE & DA courses! Get flexible weekday/weekend options, live mentorship, and mock tests. Access exclusive features like All India Mock Tests, and Doubt Solving—your GATE success starts now!
|
Operating Systems/Operating System Tutorial/Booting and Dual Booting of Operating System/Concept behind Multiple Booting Guide/Differences between Multiple Cycle Datapath and Pipeline Datapath/Differences between POP3 and IMAP/What are the differences between Bellman Ford’s and Dijkstra’s algorithms?/What is Dijkstra’s Algorithm? | Introduction to Dijkstra’s Shortest Path Algorithm/Applications of Dijkstra’s shortest path algorithm/What is Ethernet?/What is Power Over Ethernet (POE)?/Ethernet Over Internet Protocol (EoIP)/Types of ICMP (Internet Control Message Protocol) Messages/RPC Message Protocol
|
https://www.geeksforgeeks.org/rpc-message-protocol?ref=asr10
|
Operating Systems
|
RPC Message Protocol
|
Operating System Tutorial, Ethernet Over Internet Protocol (EoIP), What is Dijkstra’s Algorithm? | Introduction to Dijkstra’s Shortest Path Algorithm, Concept behind Multiple Booting Guide, What is Ethernet?, RPC Message Protocol, Operating Systems, Types of ICMP (Internet Control Message Protocol) Messages, Booting and Dual Booting of Operating System, Differences between POP3 and IMAP, Applications of Dijkstra’s shortest path algorithm, What is Power Over Ethernet (POE)?, What are the differences between Bellman Ford’s and Dijkstra’s algorithms?, Differences between Multiple Cycle Datapath and Pipeline Datapath
|
GeeksforGeeks
|
[-0.0493827835, -0.0138857178, -0.0223600902, 0.0324510597, -0.00211965642, 0.0229216442, 0.0128562, 0.0303239562, -0.0120734274, 0.0284691248, 0.0364159755, -0.00750866765, 0.0314981155, -0.0405340418, -0.00675992807, 0.0308174435, 0.00573041104, 0.00674291141, -0.00712153548, 0.00259931781, 0.0289285779, -0.0100994771, -0.0218495857, 0.00844884664, -0.0244361404, 0.0227344595, 0.00717258593, -0.00872962363, -0.036007572, 0.0237895, 0.0107461158, 0.00961449835, 0.0196544174, -0.0165063068, 0.0201308876, -0.00895935111, -0.0253890809, -0.0355991684, -0.00746187149, -0.0429164, -0.0214922316, 0.0216794163, 0.0104993721, -0.0090784682, -0.0200798362, 0.0301197544, -0.00530924508, -0.00286520552, 0.00647915062, -0.0268184934, -0.00307366136, -0.0373348817, 0.0624516942, 0.0324170254, 0.0264441241, 0.00350120873, 0.0256613512, -0.00405000104, -0.00764480233, -0.0488722809, 0.0450605154, 0.0130689107, 0.0107120825, -0.0370626152, 0.0286392923, 0.0257294178, -0.0630643, 0.041350849, 0.0228025261, -0.0431546308, -0.0564277433, -0.00094390125, -0.0159362424, -0.0114267888, -0.000818934, 0.0341697559, 0.0429844633, 0.0373008475, 0.0202329885, -0.0142090367, 0.0109503176, 0.0369945467, 0.019603366, -0.0286733266, 0.0197224841, 0.00170061749, -0.0109673347, -0.0621794276, 0.075078167, 0.0103462208, 0.00289923907, 0.00308642397, 0.0112310955, -0.0280777384, -0.00382452831, -0.00308429706, 0.00901891, -0.00365223293, -0.0446521118, 0.0326042101, 0.0085594561, 0.000477800146, -0.0043988456, -0.0183611382, 0.0228535775, -0.0133326715, -0.0227684937, 0.0412147157, 0.0403638743, 0.105027758, -0.0062494236, -0.00219091447, 0.0139878187, 0.00952090602, -0.0373008475, 0.00499868812, 0.0101760533, -0.0431886651, -0.0422016904, -0.0117586162, -0.00180803612, 0.0262569394, -0.0165658649, 0.00211752951, -0.0569042154, 0.0200968534, 0.00726617826, 0.00853393, -0.0167785753, 0.016923219, -0.0485319458, 0.00203244528, -0.0106184902, -0.00751292193, 0.0148471678, -0.000648234156, 0.0110098766, 0.0395130329, 0.0426441282, -0.0122606121, 0.0068535204, -0.00947836321, -0.019041812, -0.0405340418, 0.0206584092, 0.0110694356, -0.0223090388, 0.0345441252, -0.0487701781, 0.018803576, -0.0400575735, -0.00946134701, 0.0137495827, -0.000900295621, 0.00253125071, -0.00703219697, 0.0443798415, 0.0285882428, -0.0218836181, 0.0146259489, 0.00567936059, -0.0234151315, 0.00237809937, -0.0117501076, 0.0243850891, 0.0300346706, 0.0421676561, -0.0186334085, -0.0810000226, 0.0365180746, -0.0275332, 0.00510078901, 0.0315321498, 0.0379134528, -0.00266951229, 0.0105759483, 0.00203350885, 0.0125243729, -0.0208626091, 0.0115373973, -0.00956344791, -0.0294390824, -0.0125754233, 0.000198485141, 0.0110098766, 0.0561214425, 0.0288434941, -0.000487903861, -0.00854669325, -0.0136900246, -0.00552620925, 0.00410530576, 0.0285542086, 0.044107575, -0.00161872408, -0.00646213396, -0.0331827812, 0.0256613512, 0.0256953835, -0.0106525235, -0.0410785824, -0.0564617775, 0.00483702868, 0.00882321596, -0.00231003202, -0.00581124099, -0.000731191074, -0.0160298366, 0.0340336226, -0.00184951467, -0.0238405522, -0.0227174424, 0.00511355186, -0.000613137, -0.00798088405, -0.023925636, 0.0133496877, 0.0100654438, -0.0459794216, -0.0234491657, -0.0146855079, -0.00759375188, 0.00657699723, 0.0118351923, -0.0207094587, -0.0393769, 0.00323744817, -0.0302388724, -0.00935924612, 0.00716833165, 0.00584527431, 0.0393428653, 0.0158171263, -0.0183611382, -0.0329785794, -0.0134177553, -0.0172550455, 0.0224451739, -0.0505739599, 0.0181909706, -0.0269886628, 0.0262739565, -0.0051050433, 0.00884023309, -0.00303111947, 0.00878067408, 0.0153661799, 0.0696668252, 0.00411806814, -0.0104738474, -0.0308174435, 0.0267504267, -0.000892319, 0.0433248021, -0.0146004241, -0.0358714387, 0.00503272191, -0.013502839, 0.0271588303, -0.00464133499, -0.00419038953, -0.0107716415, 0.00348844612, 0.0017463502, -0.00335231167, 0.00945283845, 0.0166934915, 0.0144217471, 0.0256953835, -0.0271247961, 0.0452987514, -0.0609882511, -0.0041755, -0.0128136585, -0.00288647646, -0.0106525235, -0.0144472728, 0.0253720656, 0.0470685, 0.0147195412, 0.0214071479, -0.0385260582, -0.00098431611, -0.00550493831, -0.0124733225, -0.0227514766, -0.0406021103, 0.0216964334, -0.0238916017, 0.0102271037, -0.0329955965, -0.0117330914, -0.0100399181, 0.0378113538, 0.0554407686, 0.0246743765, -0.00190588285, 0.0301537886, -0.00442011654, 0.0306642931, 0.0274821501, -0.0129072508, 0.00735126249, 0.00180484552, -0.00498167146, -0.0202670209, -0.0114693306, 0.00534753269, 0.00227599847, -0.00474343589, 0.0268525276, -0.0443798415, -0.0469323657, -0.0219687019, 0.0238575693, 0.0366882458, 0.00399895059, -0.0155448569, -0.0106184902, -0.0293369815, 0.038968496, 0.0369264781, -0.0529222824, 0.037607152, 0.0376411863, -0.0171104036, 0.0195863489, 0.0594227, -0.0272779483, -0.0190758444, -0.032825429, 0.00601544278, -0.00683224946, -0.012703049, 0.0072874492, -0.0693264902, -0.0144983232, 0.0190588273, 0.0107461158, 0.0410445482, -0.0183271058, -0.0304090418, -0.00224621897, -0.0222920217, 0.00851266, -0.00992930867, -0.00667909812, -0.00888277497, 0.0057474277, 0.0151789952, 0.00176230352, 0.0311918147, 0.0174762644, 0.0129923355, 0.0108482167, 0.0386962295, -0.00181122683, -0.0273289979, -0.0127711166, 0.00920609478, 0.0428823642, -0.0238405522, -0.0177825671, 0.0466941297, -0.0276012663, -0.0315321498, 0.0197735336, -0.0139793102, 0.0144727975, 0.0152470628, -0.00776392, 0.00427547377, 0.000239963614, -0.00259931781, -0.0366882458, -0.000553578138, -0.00272056274, -0.00121457491, -0.0333189145, 0.0198756345, 0.00315661845, 0.00169210916, -0.0208285768, 0.00399682345, -0.00639406685, -2.83668905e-05, 0.0156724826, -0.0280777384, -0.0312258471, 0.0140643939, -0.0543176606, 0.0122946454, -0.00273970654, 0.0121670198, -0.0120308856, -0.0145663898, -0.0119202761, -0.0146599822, 0.00453498028, 0.0157575663, 0.0131284697, 0.0416911878, -0.0119798351, 0.056529846, -0.0362117738, 0.00670462335, -0.0192630291, 0.00738529582, 0.0179357193, 0.0112566203, 0.00827017, -0.060035307, -0.0287584104, 0.00603671372, 0.00450520078, 0.0170678608, 0.00669186097, 0.0528201796, -0.00826166198, 0.00713004358, 0.00163574098, 0.00631749118, 0.0113161793, 0.0464218594, 0.0236874, 0.0310556795, 0.0197735336, -0.00297581474, 0.00434354087, -0.000266818271, 0.00630047405, 0.00894233398, 0.013902734, -0.00464133499, -0.0084743714, -0.0458092541, 0.02016492, 0.0250657629, -0.00705346791, 0.0109247928, -0.0129923355, 0.0446180776, 0.0108312005, -0.0152470628, -0.0580613576, -0.0123201711, -0.028945595, -0.0300346706, -0.0277714357, -0.00999737624, -0.0220878199, 0.0135709066, -0.0249806792, 0.0244191233, 0.0184292067, -0.00684501231, 0.0122691207, -0.051050432, 0.0337953866, 0.0116394982, 0.022343073, 0.0060494761, 0.0210838281, 0.0102781542, 0.0277714357, 0.0290987473, -0.0113927545, -0.0154597722, 0.00656423485, 0.00342250615, 0.0247934926, -0.0197395012, 0.0185993742, 0.0390025303, 0.029064713, -0.0197054669, 0.00447967555, -0.00116777862, -0.0361777395, -0.0199096687, 0.0032927529, 0.0508462302, -0.0105844559, -0.0278395023, -0.00335443881, 0.0240787864, 0.00730872, 0.0014772719, 0.00445415033, -0.00941029657, 0.00311833061, 0.00309493253, -2.55916875e-05, -0.0215773154, -0.0324340425, -0.0406701788, -0.0208285768, 0.0161064118, 0.00570914, 0.052309677, -0.0306132436, -0.00219516852, -0.0293029491, 0.0402958095, -0.0433588326, -0.0158851929, 0.0218836181, 0.0120904436, -0.0244361404, -0.0340846702, -0.00525819464, 0.0555088371, -0.0230407622, 0.0477832034, -0.00648765918, 0.00308855111, -0.0324340425, 0.00276948605, 0.00838928763, 0.0359054692, 0.00827017, 0.0220878199, 0.0128136585, 0.00700667175, -0.00396917108, -0.0118096666, 0.016863659, -0.00469663972, -0.0353268981, -0.0280947555, -0.00580273243, 0.0147195412, 0.0118437, 0.00353098824, -0.0237384513, -0.0160298366, 0.0111460108, 0.0226663928, -0.0305792093, 0.0185823571, -0.0127711166, 0.0614987537, -0.0203180723, 0.00891680922, 0.0311067309, 0.0483958088, -0.0126094567, -0.00664081052, -0.0218836181, 0.00437332038, 0.0180548355, 0.0360756405, 0.0169402361, 0.00682374137, -0.0262229051, 0.000785963959, 0.0280607212, -0.0178166013, -0.022785509, -0.0145919155, -0.0160723776, 0.0419974886, -0.00948687177, 0.00531349937, 0.0102951704, -0.0166934915, 0.00986975059, 0.0170763694, 0.00314811, 0.008351, 0.00417337287, -0.00239937031, -0.0175273158, 0.00769585278, 0.0275161825, 0.045707155, -0.00184738752, -0.00538156647, -0.0249296278, 0.00849989709, -0.00902741775, -0.0184462238, 0.0107801501, 0.00857221801, 0.033625219, 0.00505399285, 0.0159107186, 0.0104738474, 0.00887426641, -0.00963151455, 0.0119883437, 0.00629622, -0.0297794193, 0.0114182802, 0.0203521065, 0.00761927711, 0.0222409721, 0.0120138684, 0.00179740065, -0.0127796251, 0.00341399759, 0.0346121937, 0.0103462208, -0.0231598802, -0.00283755315, 0.0118181752, -0.00412444957, 0.0181399211, 0.0226493757, 0.0207775254, -0.00313960155, 0.0137495827, 0.0257804692, 0.017663449, 0.00635577878, -0.0257464349, 0.00703645125, 0.0102781542, -0.0074278377, -0.00309280539, 0.0334550515, -0.0153491637, 0.00249296287, 0.0256953835, 0.00292689144, 0.0310897138, -0.0273970645, -0.0283500068, -0.00979317445, -0.0096655488, -0.024044754, -0.0165488478, -0.0212029461, 0.00246743765, -0.00498592574, -0.00399469631, -0.0259166025, -0.00992930867, -0.0344590433, 0.00481150346, -0.0134007381, 0.0338464379, -0.0138942264, 0.111834481, -0.00672589429, 0.036484044, -0.00786176696, 0.0380836241, 0.00344803138, -0.0036245808, -0.00114757114, 0.00352035277, 0.0139282597, 0.0254571494, -0.00225260039, -0.0356672369, 0.023364082, -0.0434609354, -0.0274821501, 0.0134262638, 0.000597715494, -0.00128476927, 0.0432227, 0.0158766843, -0.00502846763, -0.019943703, 0.0163531546, 0.0117586162, -0.0157320425, 0.0511185, -0.014523848, 0.00442862511, 0.002520615, 0.0111545194, -0.044107575, -0.0156044159, -0.0181739535, 0.0134432809, 0.0117075657, -0.0150088267, -0.0202329885, 0.0195012651, 0.0284861419, 0.0154087218, -0.00429674471, -0.000668973371, -0.0262229051, -0.0268184934, -0.0142260538, -0.0265292078, -0.0033225324, -0.00571339438, 0.0191439129, -0.000746612553, -0.00356502179, 0.0229897108, -0.00550919259, 0.000149162981, -0.00946134701, -0.0412487499, 0.00149322511, -0.00914653577, -0.00703219697, -0.0116054649, -0.0121500026, 0.0213390812, -0.000851372315, -0.0173656549, -0.0263590403, -0.00657699723, 0.0193481147, -0.0125328815, -0.0129753184, 0.0125158643, 0.023244964, 0.023364082, -0.0037649693, 0.00356927607, 0.00346504804, 0.00464984355, 0.00874664076, -0.00874664076, 0.00992080104, -0.0327573605, -0.0125158643, 0.0161234289, -0.00159107184, 0.0107120825, -0.0167700667, -0.000159399657, 0.0410105139, -0.0117586162, 0.00126456178, -0.00301835686, 0.024844544, -0.0176464319, 0.0207605101, -0.00356927607, 0.0240617711, 0.00211965642, 0.0237895, -0.0208285768, 0.022223955, 0.0196714327, -0.00843608379, -0.0297453851, 0.0332338326, 0.0290306788, -0.0169317275, -0.00430525327, -0.00820635725, 0.000701943471, 0.00929968711, -0.0312428642, -0.0309365615, 0.0102185952, 0.036007572, 0.0110779442, -0.0185313076, 0.00296730641, 0.00602395087, 0.0493487529, 0.0136049399, 0.0138772093, -0.000638130412, -0.00033103014, -0.033625219, -0.00311194919, 0.0103121875, -0.0156214321, 0.00964002311, 0.0332168154, 0.0375050493, -0.0285882428, 0.0119117675, 0.0141069358, 0.0242659729, -0.0190928616, -0.0106269987, -0.00838077907, -0.00506250141, 0.0308174435, -0.0132731125, 0.0053049908, -0.00630472833, -0.028707359, 0.0244701747, -0.00346504804, 0.0190758444, 0.0227684937, 0.0177825671, 0.0267504267, 0.0122776292, 0.036347907, 0.0208796263, -0.0195693318, -0.0147365583, 0.0164807811, -0.0417932868, -0.014983302, 0.0533306859, -0.0237214342, 0.00222069374, -0.000961981597, -0.00114757114, -0.0224451739, -0.0264100898, -0.0799109414, -0.0370285809, 0.00441160798, 0.0106184902, -0.000437119335, -0.00901891, 0.0350546315, 0.000278916152, -0.00337145571, 0.0212880298, 0.024963662, -0.00806596875, 0.00350546301, 0.0057474277, -0.0090784682, 0.0320766866, -0.0064834049, -0.0269376114, 0.0329955965, 0.0330466479, 0.0203691218, 0.0294901337, 0.0281287879, -0.0086360313, 0.00248232717, -0.0284691248, 0.00738955, -0.0140558854, -0.0198416021, 0.0100229019, 0.000785963959, 0.0157150254, -0.00612605177, 0.0101164943, -0.0162680708, -0.00397980679, 0.00153789425, -0.00105982821, 0.00509653473, -0.0119287847, 0.0214922316, -0.00110609271, -0.00972510781, 0.0113161793, 0.00208243215, 0.0039159935, 0.0186504237, -0.0374029502, 0.00892531686, 0.0147280497, -0.0178336184, 0.0105248978, -0.013562398, 0.0122521035, 0.0039840606, -0.0117160743, 0.0433928668, -0.0209306777, -0.00389046827, -0.00835525431, -0.00904443488, -0.0177315176, -0.0491785817, -0.0156044159, -0.0470344648, 0.0107205911, -0.00706623076, 0.0066833524, -0.00134432805, 0.000986975, 0.00744060054, 0.000133874448, 0.00881470833, 0.00479448633, -0.00746612577, -0.0159617681, 0.00611328939, 0.0113502126, -0.0391386636, -0.0319916047, -0.0407722779, 0.00347568351, -0.00782347843, 0.00239298912, 0.00834249146, -0.0113927545, 0.00368201244, 0.00656848913, -0.00707473932, -0.02940505, 0.00860199798, -0.00261208043, 0.0178166013, -0.0112481117, -0.00360756391, -0.0158681758, -0.012303154, 0.0335401334, -0.029626267, -0.00158894469, -0.00850415137, 0.014183512, -0.0512886681, 0.0091635529, 0.0204882398, -0.0268695448, -0.0160979033, 0.0159192272, 0.0409764796, -0.0421336219, -0.0288434941, 0.00974212401, 0.030885512, -0.00380325713, -0.00148258964, -0.0263590403, 0.00178463804, -0.00110396557, 0.00229088822, -0.0269546285, -0.00990378391, 0.00545814214, 0.0164977983, -0.0109503176, -0.0014443018, -0.0237554684, 0.00663230196, -0.00129540474, 0.032127738, -0.0443798415, -0.0153746884, -0.0506079942, -0.000708324776, -0.0381176546, 0.0278905537, 0.036109671, -0.0213731136, 0.00718960259, 0.0153661799, -0.00715982309, 0.0527521148, -0.00488382485, -0.0396151356, -0.0406021103, -0.0127370832, 0.0241298378, -0.0167105086, 0.0162340384, -0.0181058869, -0.0251508467, -0.0287584104, -0.0215773154, 0.0156044159, 0.0162000041, -0.00788303744, 0.0160468519, -0.00733424537, -0.00496465433, 0.0250317287, -0.00836376287, -0.042610094, -0.026784461, 0.00338847237, 0.0190247949, -0.00227812561, 0.0273119807, -0.000865730224, 0.0112566203, -0.021424165, -0.0129838269, -0.0343739577, 0.0189907607, 0.0182079878, 0.0416911878, -0.0222409721, -0.0221388713, 0.023704417, -0.0227174424, -0.0241298378, 0.0055772597, 0.00144323823, -0.0244871899, 0.00338421832, 0.00662379339, 0.0267674439, 0.00973361544, -0.0294561, -0.0183781553, 0.0120649189, -0.00213560974, -0.00431376137, -0.027465133, -0.0492806844, -0.0158851929, -0.0291327797, -0.0149407601, 0.0339315198, 0.0236363504, 0.00992080104, 0.0357693359, 0.0226323586, -0.0294731166, -0.000284233916, -0.0276523177, -0.0593206026, -0.00918056909, 0.00454774266, 0.0133241629, 0.0109673347, -0.0220537875, 0.013281621, -0.0117671248, -0.00593461283, -0.0285712257, 0.0231258459, -0.00926565379, 0.00705346791, 0.0233981144, 0.0171104036, -0.00411168672, 0.000309493247, 0.00183037075, 0.0381176546, 0.0149322515, -0.00565383537, 0.00270141871, -0.0127455909, -0.0243340395, -0.007721378, -0.00276310463, -0.0594907701, 0.0234321486, 0.00660677673, 0.0279586203, -0.0110864518, 0.00493487529, 0.00710451836, -0.0173571464, -0.0377432853, -0.00773414038, 0.0134432809, -0.000635471544, -0.0291838311, 0.0150258439, 0.00509653473, 0.00148152607, 0.00521565229, -0.00466260593, -0.000234512918, -0.00920609478, -0.00539007504, 0.0314811, 0.0039266292, -0.0170763694, -0.0264611412, 0.0110098766, -0.00636428734, -0.00633025356, 0.0273119807, 0.00129965891, -0.00215262664, 0.00633450784, -0.000308695569, 0.0343058892, -0.00808298495, -0.0128391841, -0.0173656549, -0.0253550485, 0.0150343524, -0.0168721676, -0.0160298366, -0.000162457363, 0.00908697676, 0.00826166198, -0.00343101448, -0.0122776292, 0.00692158798, -0.0290476959, -0.0221899208, 0.0249806792, -0.0203691218, -0.00558151398, -0.0233981144, -0.00912101101, 0.00805746, 0.0136134485, 0.0233810972, -0.000142515797, 0.0318554714, -0.0166169163, 0.105027758, 0.00152725878, -0.00816381536, -0.0352928638, 0.0322808884, 0.0104993721, 0.00679396186, 0.0156044159, 0.0327233262, -0.00608351, 0.0661273301, -0.00420740666, 0.00780646177, -0.00393301062, -0.0100994771, 0.0228705946, -0.00299495878, 0.0095804641, 0.00182611647, 0.00878067408, -0.0181909706, 0.0152725875, -0.0136559904, 0.00124541786, 0.0190928616, 0.0090784682, 0.0114863478, -0.0458773226, -0.0324510597, -0.0103887627, 0.01510242, -0.0220878199, -0.0115799401, 0.0091635529, -0.000731191074, 0.0352588333, -0.000300718966, -0.00558151398, -0.00133050187, 0.0171189122, -0.0111289946, 0.0189056769, -0.0127115576, 0.00993781723, -0.0117160743, -0.00720236497, -0.00102154037, -0.00921460334, -0.0276693348, 0.0237724856, -0.00202074624, -0.0314130336, 0.02016492, 0.00707473932, -0.0111034689, 0.0274821501, -0.000605160312, -0.00115182542, 0.0175783653, 0.0232279468, -0.0151619781, 0.00458603073, 0.00727468682, 0.0153151294, -0.00401384, 0.00906996056, -0.0177825671, 0.0157405492, -0.0380836241, 0.00817657728, 0.00234193867, 0.0118522085, -0.00749165099, 0.00871260744, -0.00818508584, 0.0111715365, 0.00687904563, -0.00333742192, 0.0179016851, -0.0158426501, -0.0110864518, 0.00488382485, -0.0236533675, 0.00751292193, -0.00737253344, -0.00647064252, -0.00111566461, 0.00202074624, 0.0333359316, 0.00256953854, 0.00986975059, -0.0179527346, -0.0355311, 0.0236874, -0.0209817272, -0.0111885527, 0.023585299, 0.00326084648, -0.00142834859, -0.00716833165, 0.00246318337, 0.0205563083, -0.0130263688, -0.0154767893, 0.017663449, -0.0223260559, 0.0275502168, -0.000171630483, -0.000143579338, -0.00125818048, 0.0317874029, -0.00330338837, 0.0167105086, 0.011282146, -0.00215262664, -0.0189737435, 0.025525216, 0.0145663898, 0.00558151398, 0.00481575727, -0.0258655529, 0.0277033672, 0.000322255859, -0.0119372932, 0.0109673347, -0.000136068018, -0.0134347724, 0.00875514932, -0.0185993742, 0.0202670209, -0.0180718526, 0.0472386666, -0.0268355105, 0.00339485379, -0.00596864661, 0.00147089059, 0.015663974, 0.029064713, 0.00482426584, 0.0155959073, -0.00373519, 0.00703645125, -0.0114608221, 0.00799790118, -0.0137240579, -0.000669505156, -0.0214582, -0.00877216551, 0.00689606275, -0.0028886036, -0.0216453839, -0.0189737435, 0.0209987443, -0.0343399234, 0.0273289979, -0.0254401322, -0.00899338443, -0.00668760668, 0.00254614023, -0.0120564103, 0.00688755419, 0.0138346674, -0.00741507532, -0.0133241629, -0.0339995883, -0.014302629, -0.0138091417, 0.00123903656, -0.0149407601, 0.00859348942, 0.0129072508, 0.0111204861, -0.00946985558, -0.00221431255, 0.00565383537, 0.00814254396, 0.0135709066, -0.0113417041, 0.0324850902, 0.00548792165, -0.00430738041, -0.0237554684, -0.00578146148, 0.018122904, 0.00554322591, 0.0239937026, -0.0371306799, -0.00490084151, 0.0163106136, 0.026325006, -0.00892531686, 0.00531775318, 0.00091359, 0.00993781723, 0.0129497927, 0.0190758444, 0.00572615676, 0.0129753184, -0.0019303445, 0.0149492687, -0.0308174435, -0.0245212242, -0.017663449, 0.0110779442, -0.000820529356, -0.013222062, -0.0269716457, -0.0180718526, 0.0146259489, -0.00171231653, 0.00100505538, 0.0283500068, -0.00643235445, -0.0051731104, 0.0100654438, -0.0174762644, 0.00969958212, -0.00294603547, 0.00693860464, 0.00263973279, -0.00249508978, -0.0257634521, -0.017544331, 0.0138601921, -0.00661953958, -0.017263554, 0.0265292078, 0.0121755283, 0.0220878199, -0.00293539977, 0.015264079, 0.0201819371, 0.0209306777, -0.000894977886, 0.00278224866, -0.0352588333, 0.0212710127, -0.000118519427, -0.0213390812, 0.0323829912, 0.00220580399, 0.0168891847, 0.00801066402, -0.00863177702, -0.0112055698, -3.31861047e-05, 0.00942731276, 0.015442756, -0.0137495827, 0.00492211245, -0.0194331985, -0.00718960259, 0.0162085127, -0.00356076774, 0.0147195412, 0.018003786, -0.0119713265, 0.0116565153, 0.00462431833, -0.0268184934, 0.0111204861, -0.00359692844, -0.00525819464, 0.0241128206, -0.0163786802, 0.0137240579, -0.0126860328, 0.00499017956, -0.00236533675, 0.00636854162, -0.0131454859, 0.0424399264, 0.0127285747, 0.00570914, -0.00838077907, -0.00673440285, 0.0075894976, -0.00401596725, -0.0212369803, -0.00175804924, 0.0187184922, 0.0532285832, 0.000794472347, -0.0354970656, -0.00867006555, 0.00110396557, 0.00289711193, -0.00122840109, 0.0158681758, -0.0188546255, -0.00102366752, 0.0103292046, 0.000917844241, -0.00503272191, -0.003105568, 0.0462516919, 0.0273800492, -0.004115941, -0.0410785824, 0.00190588285, 0.0206073578, -0.00408403482, -0.00058654818, 0.0136730075, -0.015944751, 0.00299708592, 0.0145323565, -0.0272609312, 0.00239724317, 0.00181654457, 0.0113587212, -0.0264781583, 0.011503364, -0.000133874448, 0.00218666019, -0.00761502283, 0.0167955924, 0.00673865713, 0.0126179652, -0.013962293, 0.00482852, -0.0109928595, 0.0051348228, 0.00700241746, -0.0143536795, -0.00812127255, -0.0120734274, -0.00668760668, 0.000160463213, -0.02016492, -0.0114352973, -0.00210370333, 0.00132199354, -0.00921460334, -0.0196714327, -0.00416911859, -0.00735977059, -0.00320341461, -0.0246913917, -0.00409041578, -0.0171784703, 0.00595588377, -0.0253890809, 0.0135964323, 0.00353524252, -0.0163361393, 0.00272056274, 0.027005678, -0.0030396278, 0.0198586173, -0.0182079878, 0.0263420232, 0.00129434117, 0.0187525246, -0.0191609282, 0.00584527431, -0.0156044159, 0.0145663898, -0.0124307806, 0.0110183852, 0.00276523177, -0.00347142946, -0.0183611382, -0.036484044, -0.00900189299, 0.0142685957, -0.00092156668, 0.0120564103, 0.0284180734, -0.00110396557, -0.00274183368, -0.00754270144, 0.0248785783, 0.0057474277, -0.00199947529, 0.00992930867, 0.00797663, 0.0253380314, 0.0213731136, 0.000303377834, -0.0274821501, -0.0330976956, 0.0109758433, -0.00970809069, 0.0166424401, 0.0266142916, -0.00112204591, 0.0119458009, 0.00895084254, -0.00918907765, 0.0307493769, -0.00237171794, 0.0116394982, 0.00474343589, -0.0274310987, 0.00543261692, -0.0335401334, -0.0350886621, -0.0202670209, 0.0158511586, -0.0156384483, -0.00309493253, -0.0219687019, 0.0122521035, 0.000943369465, 0.0162425451, -0.00179101934, -0.052309677, 0.013562398, -0.0326722786, -0.0122180702, -0.00737678772, -0.00485404534, -0.0106780492, -0.0143196462, 0.017323114, 0.0240617711, 0.00347993779, -0.0157405492, 0.025984671, -0.00885725, -0.00693009607, -0.0126264738, -0.0113842469, -0.0327913947, -0.0280437041, 0.00417762715, -0.00763203949, 0.00567510631, -0.019041812, -0.00366924983, 0.00539007504, 0.00266313087, 0.0204371903, -0.0100909686, 0.0106269987, 0.0305621922, -0.00423931284, -0.0138176503, 0.0311067309, -0.0158256348, -0.0123456959, -0.0272439141, -0.0177825671, -0.00900189299, -0.0103292046, 0.0232789963, 0.0196203832, 0.0200287867, 0.00792132504, 0.0121074608, 0.0107631329, -0.00818083156, 0.00434354087, -0.00733849965, 0.0210497957, -0.0179016851, -0.0191439129, 0.00208668644, -0.00923162, -0.011962818, 0.0136644989, -0.00963151455, 0.0132560953, 0.0323149227, 0.0102185952, 0.0261037871, 0.00385005353, -0.0177655499, 0.0100739524, 0.0165573563, -0.0191949625, -0.00118266838, 0.00321405, 0.0069854008, 0.00015009359, 0.00187503989, 0.00997185148, 0.0118181752, -0.00652169297, -0.00680672424, 0.0272098798, 0.0157916, 0.0155788902, 0.0110694356, 0.0339995883, -0.0239596702, 0.0228195433, 0.0128476918, 0.0248955935, -0.00573041104, 0.00154108496, -0.01254139, 0.00510929758, 0.00888277497, 5.70661396e-05, -0.00235470128, -0.00442862511, 0.000541613204, -0.009061452, -0.0223771054, -0.00293327286, 0.0175953824, 0.0150343524, 0.0205563083, 0.00404149247, -0.0030396278, 0.00650042156, 0.0103377122, -0.00633450784, -0.0169742685, -0.0105929645, -0.0141494786, 0.00567085203, 0.0106525235, -0.00554322591, -0.00776817417, 0.0100654438, 0.0222409721, 0.0159277357, 0.0314300507, -0.0163616631, 0.0124052549, -0.0191949625, 0.00584952859, 0.0186674409, 0.0241808873, 0.0188886598, 0.0186674409, 0.00522841513, -0.00396066252, 0.0105844559, -0.0077596656, 0.00352248, -0.00639832066, -0.0135368733, -0.0162595622, 7.45150173e-05, 0.00461581, -0.0035777844, -0.0120989522, 0.00684501231, -0.00718960259, -0.00855520181, 0.00369477505, -0.028026687, 0.010601473, 0.0135198561, 0.00675141951, 0.0114863478, 0.00486680772, -0.0017133801, 0.01936513, 0.00992930867, 0.0241298378, 0.0224111397, -0.0135453818, -0.00567510631, 0.000607819238, 0.00591334188, 0.00885725, -0.00991229247, 0.00104972452, 0.00731297443, 0.0115969563, -0.00513056852, -0.00693009607, -0.011562923, 0.0103292046, -0.0123967463, -0.00660677673, 0.00146557286, 0.00765756471, 0.000922630192, 0.00462006405, 0.00758524332, -0.00354162371, -0.00392875634, -0.0130774193, -0.00955493934, -0.00683650374, -0.00686202897, -0.0205392912, -0.0140048349, 0.0163701717, 0.00458177645, 0.0132560953, 0.00597290043, -0.0175102986, 0.0256783683, -0.00559853064, 0.0175102986, -0.00785751268, 0.0123967463, -0.0103547294, 0.00255252165, 0.00576444482, 0.0237554684, 0.00203776313, -0.00446691271, 0.00705346791, -0.0115884477, 0.00563256443, 0.00133369258, -0.0167785753, -0.0322979055, -0.0163191222, -0.00331827812, -0.020624375, 0.00713855214, 0.00102313573, 0.00414784765, -0.0045009465, -0.0263079889, -0.0218495857, -0.00588356238, 0.00850840565, -0.000578571577, -0.000787027471, 0.0117926495, -0.00503697619, -0.00309280539, 0.00559427636, -0.0034076164, -0.00648765918, 0.00693009607, 0.0187355094, -0.0126519985, -0.00952090602, -0.00503272191, 0.0354630351, -0.0177315176, -0.00735977059, 0.0100229019, -0.026665343, 0.000665250933, -0.024163872, -0.0152215371, -0.000128889049, 0.00121457491, -0.00162404194, -0.00841055904, 0.00598566327, -0.00020593, -0.00900189299, -0.0124648139, -0.00679396186, 0.00507526379, 0.00964853168, 0.00268652895, 0.00828293245, -9.75475359e-06, -0.00739805866, 0.0193140805, -0.00103536656, -0.0265972745, 0.00486680772, 0.0147280497, -0.00450520078, -0.00852542184, 0.00583676621, -0.00189205667, -0.00214624521, 0.0147961173, -0.00827867817, -0.015663974, 0.019603366, 0.0103462208, -0.0156895, 0.00128476927, 0.00816807, -0.014864184, -0.0090784682, -0.028945595, -0.0106355064, 0.00352248, 0.0170763694, -0.0118181752, -0.0248955935, -0.00884874165, 0.000612605189, 0.00165701192, 0.00233981153, -0.0310897138, 0.0114012631, -0.000696093892, 0.00412657671, -0.00505824713, 0.0257804692, 0.0205563083, -0.0295411833, -0.00298432331, -0.0157150254, 0.000932202151, -0.0241808873, -0.0473067351, -0.00958897267, 0.00751717621, 0.0115459058, 0.00469238544, 0.0181909706, -0.00735551631, -0.0111545194, -0.00955493934, -0.00567510631, -0.00784900412, -0.00415848335, 0.0114352973, -0.00179420994, 0.00440735416, -0.0188205931, -0.00361819938, 0.00487957057, -0.00713855214, -0.0129072508, -0.0131454859, 0.00410955958, -0.0087976912, 0.0213901307, 0.0115373973, -0.0021696433, 0.0184292067, 0.00451370887, 0.0199607182, 0.00802768, -0.00303537352, -0.0101335105, -0.00931670424, -0.00921460334, -0.00918907765, -0.0106610321, 0.0322808884, 0.0203861389, 0.00330764265, -1.81135983e-05, 0.00313534751, -0.00190162857, 0.00297156069, -0.0136644989, 0.0203861389, -0.00728319492, 0.0114182802, 0.00851266, 0.0124137634, -0.014302629, 0.00104440679, 0.00929117855, -0.0140388692, -0.0200117696, 0.0304771084, -0.0194331985, -0.0120308856, 0.000227068071, -0.00243978528, -0.00202074624, -0.00484979106, 0.00849989709, 0.00323744817, 0.0179016851, 0.0115714315, 0.00850840565, 0.00482852, 0.00390110398, -0.00506250141, 0.00744060054, -0.0198245849, -0.00469238544, 0.0136730075, 0.0149067258, -0.00180803612, 0.0167870838, 0.00640257495, 0.0182079878, 0.0010337712, 0.000956132077, 0.0125754233, -0.00786602125, -0.00451796316, -0.0207094587, 0.0227344595, -0.00191758189, -0.0195523165, -0.00600268, 0.00948687177, 0.000944433, -0.00822337344, -0.00654296391, 0.0141664948, -0.00649616774, 0.000997078721, 0.00547090452, -0.00440735416, 0.0181058869, -0.0160043109, -0.00306940731, -0.00671738619, -0.00439033704, -0.00690031657, 0.00012224185, 0.0155788902, -0.0173656549, 0.00886575878, -0.0101079857, -0.024844544, -0.0102781542, -0.0088997921, 0.00459879311, -0.000218027883, 0.00241426, 0.000157139613, 0.00877216551, -0.00466686, -0.0133326715, -0.00693009607, -0.00298006902, 0.0081935944, 0.00558151398, 0.00262697018, 0.000440575881, -0.00922311191, 0.0111545194, -0.0156384483, 0.0150683858, -0.000934329291, 0.000831164827, -0.0063132369, -0.0146174403, -0.0148301506, -0.000870516233, 0.00351609848, 0.0139793102, -0.0302388724, -0.0238065179, -0.0084573552, 0.00752568478, -0.0135283647, 0.00590057904, 0.000718960247, 0.00895935111, 0.0238745864, -0.0173911806, 0.00753844716, -0.00442011654, -0.0144217471, 0.00561554777, 0.0286052581, 0.0153491637, 0.000147700601, 0.00338209118, 0.00451796316, 0.00447116699, -0.0139112426, 0.0169997942, -0.0161489528, 0.0291327797, -0.0175953824, -0.0181399211, -0.00508802664, -0.0264781583, 0.0137666, 0.00578146148, -0.00440735416, 0.00163255027, -0.00252274214, -0.0110779442, -0.00309493253, -0.00844033808, -0.00853818469, 0.000814679835, 0.00220367708, 0.0105844559, -0.0182930715, 0.00827867817, 0.0115884477, 0.0270737465, 0.00146769988, -0.0177315176, -0.00598140899, -0.026665343, -0.00329488, -0.000784900389, -0.00106833666, 0.0236363504, 0.0180378202, 0.00872962363, 0.0212199632, 0.0175953824, 0.0131880287, -0.0136730075, -0.00778944511, 0.0178336184, 0.0286733266, -0.00920609478, -0.00302261091, 0.0113587212, 0.0111545194, -0.00029034933, 0.00138474302, -0.0139282597, -0.00519012753, 0.0231768955, -0.0146174403, 0.0164892897, -0.0112055698, -0.0169487428, -0.00139112433, -8.06304379e-05, 0.00206222478, -0.00630898261, -0.00785751268, 0.00360543677, 0.0189056769, 0.0189056769, -0.00128264213, -0.00131348509, -0.0078532584, -0.0124733225, -0.0014868438, 0.0242829882, -0.0116054649, 0.0113417041, -0.0059090876, -0.00903592631, -0.00726617826, 0.00585378287, -0.0121414941, 0.0014868438, 0.0137240579, -0.00430312613, 0.0112481117, -0.00224409183, -0.0125158643, 0.00753419288, -0.0159787852, -0.00335869309, -0.00511355186, -0.00773414038, 0.00157086435, 0.00742358388, -0.00426271092, -0.0197905507, -0.00775115751, 0.0105504226, 0.00855094753, 0.0130178602, -0.0088062, -0.00305239041, -0.00347142946, -0.0106610321, -5.05518947e-05, 0.0247424431, -0.0251338296, 0.00456050551, 0.00158469053, -0.00168891845, -0.00119436742, 0.000402022153, -0.000236374137, -0.00181122683, 0.0122606121, -0.0112310955, -0.00193247152, -0.00490509579, -0.00976765, 0.0248105098, 7.18561423e-05, -0.00644937111, 0.00693860464, -0.0244361404, 0.0100994771, -0.00650042156, 0.00343526877, 0.00112204591, -0.0113417041, 0.0110864518, -0.00734700821, 0.0146769993, -0.000871048, 0.00591334188, 0.00211965642, -0.0280096699, 0.0227514766, 0.0156214321, -0.0105759483, 0.00346504804, -0.00366924983, -0.0116394982, -0.0101675447, 0.00938477088, 0.0101845609, 0.0053432784, -0.0153321465, -0.0100739524, 0.019484248, -0.00686628325, -0.00776817417, 0.0163616631, -0.0200798362, 0.00435630372, -0.0104313046, 0.0147365583, 0.00581124099, -0.0036139451, 0.000912526506, 0.017442232, -0.0112906536, 0.00747038, 0.0210327785, 0.003775605, -0.0351907648, 0.00979317445, 0.0170933865, -0.00797663, 0.0143196462, 0.0104738474, -0.00636428734, -0.00743209198, -0.00975063257, 0.0433928668, -0.00245254789, 0.00538156647, -0.000553046353, 0.012481831, 0.022343073, -0.00522416085, -0.0222920217, 0.00416061, 0.00515183946, 0.00912951864, -0.0204031561, -0.0111375023, 0.00269078324, 0.00656848913, -0.00024009656, 0.00396066252, 0.0170933865, 0.00780220795, 0.00368201244, -0.012822167, 0.0297624022, -0.0128902346, -0.00283329911, -0.00341187068, 0.0121074608, -0.00562405586, 0.00324170245, -0.00563256443, -0.00213880045, 0.0140643939, 0.00935073756, 0.0130178602, 0.0211518966, 0.00305877184, -0.0204371903, -0.00690031657, 0.022564292, -0.0147280497, -0.0146089317, -0.0101079857, -0.00580698671, 0.00246743765, 0.000697689247, -0.00324808387, -0.00461581, 0.00592185, -0.0169317275, -0.0105504226, -0.00027200309, -0.0287754275, 0.017144436, 0.0223090388, 0.0075894976, -0.0125073558, -0.00485829962, -0.00240787864, 0.0037947488, 0.0136644989, -0.00114544411, 0.0227004252, 0.020284038, 0.00858498085, 0.00423080474, 0.00402660295, -0.0231768955, 0.00154108496, -0.0187184922, 0.0233981144, -0.00536880363, 0.0156554654, -0.00617284793, 0.0143196462, 0.00559002254, 0.0121244779, -0.02016492, -0.0297283679, -0.0139537845, 0.0107886577, 0.0165148154, 0.0129497927, -0.00923162, -0.000456263253, 0.0139367683, 0.0111970613, -0.000658337842, -0.0056453268, -0.0268695448, 0.00299495878, 0.00602395087, -0.00126243464, 0.000460251555, 0.000350174058, 0.0169317275, -0.00397342537, 4.72947686e-05, -0.0192460138, -0.00196969579, 0.0060111885, 0.00689606275, 0.0013294383, 0.0192460138, 0.00284393458, 0.00100292824, 0.00894233398, -0.00877216551, -0.00441586226, 0.00642384589, -0.0243000053, -0.00908697676, -0.0168211181, 0.0139282597, -0.00788303744, -0.001552784, 0.0037649693, 0.0236363504, -0.00416486431, -0.0179187022, 0.000783836877, -0.0183611382, -0.0182930715, -0.0125158643, -0.0048029949, 0.00647064252, -0.0111119775, -6.81337187e-05, 0.0141494786, -0.0186674409, -0.00679396186, -0.0105504226, 0.00996334292, -0.0142856129, 0.0102441199, 0.0195353, -0.00894233398, -0.003020484, -0.0186163913, 0.0114693306, -0.0166934915, -0.0166509487, 0.00680247, -0.0122776292, -0.0177655499, -0.00356289465, -0.00613456033, 0.00912951864, -0.00410743291, -0.00506250141, 0.00680672424, 0.00792557932, -0.00854669325, -2.05232045e-05, -0.0191268958, 0.00403723819, -0.000674822892, 0.00217815186, -0.00988676678, 0.00282053649, 0.00409467, -0.00455625122, -0.0114012631, -0.00982720871, 0.00145387382, -0.00104334322, -0.00630472833, -0.0320426561, 0.0160298366, -0.000571658486, 0.0131795201, -0.00449669221, -0.0117926495, -0.0056070392, -0.0236193333, -0.00741507532, -0.0218666028, 0.00747463433, -0.0172890797, -0.0107716415, 0.00676418236, -0.0210838281, -0.015663974, -0.0178336184, 0.0185993742, -0.00385218044, -0.00492636673, -0.002265363, 0.0167105086, 0.0109162843, -0.0115459058, 0.00295667094, -0.0166509487, -0.028707359, -0.0107886577, -0.00675567379, -0.02528698, 0.0227514766, 0.0153151294, 0.00560278492, -0.0139452768, 0.0045392341, 0.00496465433, -0.0111460108, 0.0220197532, 0.00582825765, 0.00151875033, 0.00083435548, -0.0131965363, -0.0149577763, -0.0040861615, -0.0132901296, -0.0120734274, 0.0129923355, -0.00656848913, 0.0183781553, -0.0375390835, -0.0204882398, 0.00015873494, 0.0158341434, -0.00181867171, 0.0116565153, 0.00788729172, -0.0271077789, -0.00816381536, 0.0273119807, -0.00741082104, -0.0204201732, 0.00977615826, -0.0122521035, -0.00536455, -0.0132390792, -0.00324382959, -0.00509228045, 0.00011233754, 0.00554322591, 0.0179697517, -0.00166445679, 0.0319916047, 0.0072491616, 0.000297262421, 0.000838609703, -0.0204712227, -0.00992930867, -0.0111204861, -0.00380113022, 0.00801066402, 0.0122350873, 0.0188205931, -0.00395640871, -0.00356927607, -0.00751292193, 0.00522416085, -0.0184632391, -0.0244701747, 0.0101250028, 0.00295028952, -0.00597715471, 0.0268355105, 0.0171104036, 0.00369690219, -0.000735445297, 0.0159192272, 0.0205392912, -0.0105248978, 0.0162935965, 0.0155959073, -0.0341187045, -0.00797237549, 0.0193481147, 0.0161744785, -0.00358416582, -0.00951239746, 0.000957727374, 0.0311918147, -0.00278012152, 0.00986975059, 0.0252529476, 0.00736827916, -0.0266313087, 0.0214071479, 0.00980168302, -0.000854562968, -0.00666633574, -0.0160979033, 0.000431269786, 0.00623666123, -0.0110098766, -0.0122095617, -0.0133752134, 0.00135070935, 0.0087976912, -0.00504548429, -0.0157150254, 0.00359267415, 3.12418e-05, -0.0119117675, 0.0220367704, -0.0351226963, -0.0152555713, 0.00565383537, 0.0090784682, 0.00137517101, -0.027465133, 0.0118181752, 0.0210327785, -0.000106886844, -0.012941285, 0.00661953958, 0.0227684937, -0.00525394036, -0.0190588273, -0.0207094587, -0.0176464319, 0.0048029949, -0.00359267415, 0.0334550515, -0.0138261588, -0.0040967972, 0.00986124203, 0.00210370333, -0.00889128353, -0.0101505276, 0.0158341434, -0.00767032756, 0.0114012631, -0.00324595673, -0.00626644073, -0.0081935944, 0.00215581711, 0.004360558, 0.00255677593, 0.00853393, 0.0235682838, 0.0237895, -0.0117841419, -0.0054368712, 0.0115884477, -0.0164892897, 0.0270397123, 0.00830420386, -0.00314385584, 0.00798513833, -0.0121755283, -0.00618561078, 0.00435204944, -0.00967405736, 0.0109333014, -0.00995483436, -0.0191439129, -0.00783624128, -0.0109588262, 0.00741507532, -0.00397767965, 0.0291668139, 0.0040776534, 0.00882321596, 0.00541134598, 0.0116650239, -0.0120479017, -0.00479874061, 0.00168466428, -0.0167105086, 0.00492636673, -0.0129157593, 0.00425845711, -0.00563681871, -0.0265972745, 0.0111119775, 0.0153321465, 0.00302261091, -0.00154533912, -0.008351, -0.0155533655, -0.0077596656, -0.0582315251, -0.0202159714, 0.0162510537, 0.0206754245, -0.00275672344, 0.00638981257, -0.00703219697, -0.0111119775, -0.0112055698, 0.0180548355, 0.00382452831, 0.00568786915, 0.00410530576, -0.0039266292, -0.00413933909, 0.0127200661, 0.00565383537, -0.000978998374, -0.00477746967, -0.0151109276, -0.00449243793, -0.0229726955, 0.0153917056, 0.00419038953, -0.00300346711, 0.0115203811, 0.00504973857, -0.0135198561, -0.00407978054, 0.00848713424, 8.0696911e-05, -0.00395853585, 0.00440735416, -0.00690882513, 0.0245382413, -0.00150917843, 0.0105589312, -0.0181739535, -0.000435789902, 0.0220367704, 0.00628345739, 0.0131114526, -0.000578039791, -0.00730872, -0.00444989605, 0.00951239746, 0.00738529582, 0.0213220641, -0.00251848809, 0.00145174668, 0.00381176569, 0.0168381352, -0.013102944, -0.00816807, 0.0164807811, -0.0020186191, 0.0112055698, -0.00788303744, 0.0264441241, 0.00295879808, -0.0115714315, 0.0162765794, -0.0149918105, 0.0100058848, -0.00827017, -0.0119883437, -0.00998035911, 0.0164127145, -0.0125584062, 0.0101675447, 0.0105674397, -0.0089763673, -0.0217815172, 0.0177145, -0.00792983361, 0.00618561078, 0.00759375188, -0.00609201845, -0.00239724317, 0.0232789963, 0.016523324, -0.00737253344, 0.00180378195, -0.0136815161, -0.00758524332, 0.0109673347, -0.0183611382, -0.00764905661, 0.00514758518, -0.0257124, 0.027584251, 0.0154257389, -0.00142196729, 0.027005678, -0.00399895059, 0.0205392912, 0.000127160776, -0.00552195497, 0.0203691218, 0.00787878316, 0.00375433383, -0.000252327387, 0.00511355186, 0.0109247928, 0.0164552554, -0.0105844559, -0.00405425532, 0.00925714523, 0.00651743868, 0.00986975059, 0.00550493831, -0.0119202761, 0.00714706071, -0.000975807721, 0.0196884498, 0.0081935944, 0.0120989522, 0.00757248094, 0.0118351923, 0.00161766063, -0.0132135535, -0.0325361416, 0.0115118725, -0.0046711145, 0.016063869, -0.0245552585, -0.011962818, 0.00102951704, -0.00377135072, -0.0335061, 0.0144727975, 0.040227741, 0.00982720871, -0.00199522101, -0.0169062018, -0.00501570478, 0.0114267888, 0.0072874492, 0.00675992807, 0.0194672309, 0.000975276, 0.0134092467, 0.0204201732, 0.00485829962, -0.00882321596, -0.00673440285, -0.0203861389, 0.0228705946, 0.0132560953, -0.00872962363, -0.00178144732, -0.00482852, 0.0174167063, 0.0089763673, -0.00538582075, 0.0222069379, 0.000155278394, 0.0297453851, 0.0205563083, -0.00388834137, -0.000844991, -0.0116905486, -0.0199777354, -0.0228195433, -0.00670036906, -0.00255890284, -0.0114012631, -0.0138601921, -0.0123797301, -0.000329966599, 0.0197395012, 0.00119755801, -0.000615264056, 0.00475619873, -0.00645787967, 0.0122265788, -0.0127966413, -0.000763629389, 0.0166849829, 0.0216964334, -0.00143792049, 0.0100229019, -0.00602820516, -0.00458603073, -0.0124903396, -0.0306642931, 0.00178782863, 0.0260867719, 0.0110864518, 0.00131029438, 0.0077596656, 0.0046711145, -0.0079936469, 0.00770861516, -0.0141579863, 0.00969958212, -0.0103036789, 0.0182250049, 0.0051348228, -0.00836376287, -0.00132093, 0.0180718526, 0.00584952859, 0.0088062, 0.00817657728, -0.0108907586, -0.0107120825, -0.0106269987, -0.00539858313, -0.0130859278, -0.0244361404, 0.00580273243, -0.0212369803, -0.00539432885, 0.00570063153, 0.00325021078, -0.0112396032, 0.0199096687, -0.00956344791, 0.0083722705, 0.00301197544, 0.00243978528, -0.00477746967, 0.0118947504, 0.0165063068, 0.00147408119, 0.0145748984, 0.0230067279, 0.0143536795, -0.00698114652, 0.00304600922, -0.00295028952, 0.00901040155, -0.00198033126, 0.016923219, -0.00709175598, 0.00730446586, 0.00513907708, -0.00103962084, -0.0105844559, 0.0122776292, 0.0121159693, 0.00121670193, 0.00578146148, 0.0104227969, 0.0154087218, -0.00266951229, 2.45281371e-05, -0.0176464319, -0.0242659729, 0.00890830066, -0.0217134506, -0.00858498085, 0.00632599927, 0.0140303606, 0.0149577763, -0.00778519083, 0.000446691294, -0.0213901307, 0.0145748984, -0.0135538895, -0.00393088348, 0.00700667175, -0.0133241629, 0.00804469734, -0.00255252165, -0.00127413368, 0.00332891359, -0.0226663928, 0.000655147189, 0.00124860846, -0.0142771043, -0.0114182802, -0.0240617711, 0.0111034689, -0.0135964323, -0.00639832066, 0.00624517, -0.00679821614, -0.0172465369, -0.0212199632, -0.000840736786, 0.00584952859, 0.00220155, 0.0105929645, -0.0195863489, -0.0151449619, 0.0112566203, -0.00184313336, 0.00301197544, -0.00608351, 0.021543283, -0.0148982182, 0.0022355835, 0.00222920231, -0.0084190676, 0.00810425635, 0.000923162, -0.0165658649, 0.00272907107, 0.014923743, -0.0110098766, -0.019041812, -0.00374369835, 0.00303537352, -0.0212539975, -0.009401788, -0.0143621881, 0.00245892908, -0.0184972733, -0.0281117707, 0.00395640871, 0.0277033672, 0.0146940164, 0.000946028333, 0.0172295216, -0.00530924508, 0.0264100898, -0.00056527718, -0.0111800451, 7.91015846e-05, 0.0041988981, -0.0147620831, 0.00329488, 0.00584952859, 0.0136815161, 0.00366712268, -0.0198756345, -0.0227004252, 0.0109588262, -0.0253039971, -0.00983571634, -0.00511780567, -0.0189907607, -0.0196203832, 0.00526244892, 0.00281202793, -0.00040361748, 0.00699390937, -0.0130774193, -0.00629622, 0.00802342594, -0.00242276839, -0.00277586724, 0.00326084648, -0.032365974, -0.0119202761, 0.0119202761, 0.0193821471, -0.0219687019, -0.00326084648, 0.00780220795, -0.00826166198, -0.0169402361, -0.0251848791, -0.00046849408, 0.000355757715, 0.00118054124, -0.00530073652, -0.00237171794, -0.00997185148, -0.000364000211, -0.00465835212, -0.00275034201, 0.0156214321, -0.010541914, 0.00671738619, -0.0198586173, -0.00196969579, -0.00687904563, -0.0115714315, -0.00620262744, 0.010142019, 0.0731722862, 0.0206073578, 0.0228195433, -0.0219687019, 0.003275736, -0.0184292067, 0.00293114572, 0.0614987537, -0.0121329864, 0.00991229247, -0.00140601397, 0.00698965508, -0.000723214471, 0.000574849139, -0.00618986506, -0.0221729036, 0.00365648721, 0.0108652338, 0.0242829882, 0.0131454859, -0.00100080122, -0.0180718526, 0.00710451836, -0.0150683858, -0.00523266941, -0.0187865589, -0.0171018951, -0.0202159714, 0.00673014857, 0.00931670424, 0.00202606409, 0.0152896047, 0.00457752217, 0.00904443488, -0.016063869, 0.00991229247, 0.0163871888, 0.0138857178, 0.0140218521, 0.00429249043, 0.00402447581, -0.00569637725, 0.00640257495, 0.000624836, 0.0249126107, -0.0087976912, 0.00714280643, -0.0214922316, -0.00502846763, -0.0055772597, 0.0119372932, -0.0245892908, -0.00989527535, -0.0155618731, -0.0018122904, -0.00322043151, 0.000528318807, -0.00372242741, 0.0245042071, -0.0041350848, 0.022564292, -0.00935924612, 0.00387345161, -0.0159362424, 0.0125328815, -0.00930819567, -0.0203521065, -0.0151279448, -0.010541914, -0.0031608725, 0.0143877137, -0.00145919155, 0.0225132406, -0.0169572514, -0.00535604125, -0.00949538, -0.0081553068, 0.0102781542, 0.00377347786, 0.0088997921, -0.0130689107, 0.000720555603, -0.0194502156, -0.00722363638, -0.00745336292, -0.0100654438, -0.011282146, -0.0125243729, -0.0119117675, -0.00509653473, 0.00464984355, 0.0177145, -0.0224451739, 0.00155384757, 0.0069556213, 0.00868282747, -0.0088997921, 0.00278224866, 0.0286563095, 0.00572190247, 0.0133667048, 0.00243127695, -0.0123712216, 0.00731722871, -0.0068152328, 0.0317874029, -0.018922694, -0.00896786, 0.0129668098, -0.0246403422, 0.0188205931, -0.000106222127, 0.0123371882, 0.0144217471, -0.0138516836, -0.000815743348, 0.00787452888, 0.00223345635, 0.018122904, -0.0171699617, 0.0200798362, 0.0198245849, -0.0343058892, 0.00227812561, 0.0121500026, -0.00990378391, 0.0193991642, 0.0124563053, 0.00829144102, 0.00628771167, 0.022104837, 0.0277544186, 0.022785509, 8.22922302e-05, 0.000474609493, 0.0254401322, -0.0239766873, 0.00387132447, -0.0179357193, 0.00184632395, 0.0225813072, 0.00641959207, 0.000956663862, 0.00041717774, -0.00578146148, 0.0124648139, 0.00133369258, -0.00238022651, -0.00193459867, -0.00938477088, -0.00451796316, 0.0294901337, 0.026784461, -0.0100994771, 0.00138474302, 0.000505984237, 0.00508377235, -0.00280990079, 0.00528372, -0.00115182542, 0.00346930232, 0.00529222796, 0.0137751084, -0.0026524954, 0.0155618731, 0.0078149708, 0.0121500026, 0.00418188144, -0.0147961173, 0.0111970613, 0.0123201711, 0.00112310948, -0.00841055904, 0.0148471678, 0.00545388786, 0.00876365788, 0.00393726444, -0.00406914484, 0.000700348115, -0.0039840606, -0.0198245849, 0.0116139734, 0.0076915985, 0.0513907671, -0.00367563125, -0.00565808965, -0.0262909718, 0.0044371332, 0.00920609478, 0.0195523165, 0.00959748123, -0.0142090367, 0.000201011077, -0.00538582075, -0.000333689037, 0.00584952859, 0.00546239642, 0.00347993779, -0.0178506337, -0.0145578813, 0.0111970613, 0.0108056748, 0.00576869864, 0.00943582132, -0.00861476082, 0.00949538, -0.0120053599, 0.0102526285, -0.00678119902, -0.000760970521, 0.0259336196]
|
13 Feb, 2025
|
Pandas Tutorial
13 Feb, 2025
Pandas, which is styled as pandas is an open-source software library designed for the Python programming language, focusing on data manipulation and analysis. It provides data structures like series and DataFrames to effectively easily clean, transform, and analyze large datasets and integrates seamlessly with other Python libraries, such as NumPy and Matplotlib.
It offers powerful functions for data transformation, aggregation, and visualization, which are important for credible analysis. Created by Wes McKinney in 2008, Pandas has grown to become a cornerstone of data analysis in Python, widely used by data scientists, analysts and researchers worldwide. Pandas revolves around two primary Data structures: Series (1D) for single columns and DataFrame (2D) for tabular data enabling efficient data manipulation.
To learn pandas step-by-step refer to our page: Pandas Step-by-Step Guide
Important Facts to Know :
DataFrames: It is a two-dimensional data structure constructed with rows and columns, which is more similar to Excel spreadsheet.pandas: This name is derived for the term “panel data” which is econometrics terms of data sets.What is Pandas Used for?With pandas, you can perform a wide range of data operations, including
Reading and writing data from various file formats like CSV, Excel, and SQL databases.Cleaning and preparing data by handling missing values and filtering entries.Merging and joining multiple datasets seamlessly.Reshaping data through pivoting and stacking operations.Conducting statistical analysis and generating descriptive statistics.Visualizing data with integrated plotting capabilities.Learn PandasNow that we know what pandas are and their uses, let’s move towards the tutorial part. In the section below, you will find 8 sections, from basic to advanced, that will help you learn more about pandas.
Pandas BasicsIn this section, we will explore the fundamentals of Pandas. We will start with an introduction to Pandas, learn how to install it, and get familiar with its core functionalities. Additionally, we will cover how to use Jupyter Notebook, a popular tool for interactive coding. By the end of this section, we will have a solid understanding of how to set up and start working with Pandas for data analysis.
Pandas IntroductionPandas InstallationGetting started with PandasHow To Use Jupyter NotebookPandas DataFrameA DataFrame is a two-dimensional, size-mutable and potentially heterogeneous tabular data structure with labeled axes (rows and columns)., think of it as a table or a spreadsheet.
Creating a DataFramePandas Dataframe IndexPandas Access DataFrameIndexing and Selecting Data with PandasSlicing Pandas DataframeFilter Pandas Dataframe with multiple conditionsMerging, Joining, and Concatenating DataframesSorting Pandas DataFramePivot Table in PandasPandas SeriesA Series is a one-dimensional labeled array capable of holding any data type (integers, strings, floating-point numbers, Python objects, etc.). It’s similar to a column in a spreadsheet or a database table.
Creating a SeriesAccessing elements of a Pandas SeriesBinary Operations on SeriesPandas Series Index() MethodsCreate a Pandas Series from arrayData Input and Output (I/O)Pandas offers a variety of functions to read data from and write data to different file formats as given below:
Read CSV Files with PandasWriting data to CSV FilesExport Pandas dataframe to a CSV fileRead JSON Files with PandasParsing JSON DatasetExporting Pandas DataFrame to JSON FileWorking with Excel Files in PandasRead Text Files with PandasText File to CSV using Python PandasData Cleaning in PandasData cleaning is an essential step in data preprocessing to ensure accuracy and consistency. Here are some articles to know more about it:
Handling Missing DataRemoving DuplicatesPandas Change DatatypeDrop Empty Columns in PandasString manipulations in Pandas String methods in PandasDetect Mixed Data Types and Fix itPandas OperationsWe will cover data processing, normalization, manipulation, and analysis, along with techniques for grouping and aggregating data. These concepts will help you efficiently clean, transform, and analyze datasets. By the end of this section, you’ll be equipped with essential Pandas operations to handle real-world data effectively.
Data Processing with Pandas.Data Normalization in Pandas Data Manipulation in PandasData Analysis using PandasGrouping and Aggregating with PandasDifferent Types of Joins in PandasAdvanced Pandas Operations In this section, we will explore advanced Pandas functionalities for deeper data analysis and visualization. We will cover techniques for finding correlations, working with time series data, and using Pandas’ built-in plotting functions for effective data visualization. By the end of this section, you’ll have a strong grasp of advanced Pandas operations and how to apply them to real-world datasets.
Finding Correlation between DataData Visualization with PandasPandas Plotting Functions for Data VisualizationBasic of Time Series Manipulation Using PandasTime Series Analysis & Visualization in PythonPandas QuizTest your knowledge of Python’s pandas library with this quiz. It’s designed to help you check your knowledge of key topics like handling data, working with DataFrames, and creating visualizations.
Python Pandas QuizProjectsIn this section, we will work on real-world data analysis projects using Pandas and other data science tools. These projects will cover various domains, including food delivery, sports, travel, healthcare, real estate, and retail. By analyzing datasets like Zomato, IPL, Airbnb, COVID-19, and Titanic, we will apply data processing, visualization, and predictive modeling techniques. By the end of this section, you will gain hands-on experience in data analysis and machine learning applications.
Zomato Data Analysis Using PythonIPL Data AnalysisAirbnb Data AnalysisGlobal Covid-19 Data Analysis and VisualizationsHousing Price Analysis & PredictionsMarket Basket AnalysisTitanic Dataset Analysis and Survival PredictionsIris Flower Dataset Analysis and PredictionsCustomer Churn AnalysisCar Price Prediction AnalysisTo Explore more Data Analysis Projects refer to article: 30+ Top Data Analytics Projects in 2025 [With Source Codes]
Python Pandas Tutorial – FAQsWhat is Pandas?Pandas is a free software library for the Python programming language that provides data structures and operations for manipulating numerical tables and time series.
What is pandas used for in Python?Python Pandas is used for data manipulation, analysis, and cleaning. It simplifies handling structured data like spreadsheets and SQL tables. With Pandas, you can import data, clean it, transform it, and perform operations such as grouping, merging, and aggregating.
Is Python pandas easy to learn?Yes, Python Pandas is relatively easy to learn, especially for those with basic Python knowledge.
What are the Benifits of Pandas?Pandas derives various key benifits yo data scinetics and developers like:
Manage missing data, resize DataFrames, and auto-align data.Perform grouping, aggregation, and data conversion.Easily slice, subset, merge, and join datasets.Pivot, label hierarchically, and restructure data.What are Pandas best used for?Pandas are best used for tasks like data cleaning, transformation, and analysis. You can work with time-series data, perform merging, and handle missing values with ease.
What are the basic data structures in Pandas?Pandas has two main data structures: Series and DataFrame. A Series represents a single column of data, while a DataFrame is a multi-dimensional table composed of multiple Series. These structures are highly flexible and can store different data types, such as integers, strings, and floats.
Is pandas good for big data?Pandas is excellent for handling large datasets but has limitations when working with big data. It processes data in memory, meaning its performance depends on system RAM. For extremely large datasets that exceed memory capacity, alternatives like Dask, Vaex, or PySpark are more suitable, as they allow for distributed or out-of-core data processing. However, pandas can still be used for big data by applying techniques like chunking, filtering, or optimizing data types to manage memory efficiently.
When to use pandas?Use Pandas when working with structured datasets like spreadsheets, databases, or CSV files. It’s ideal for data cleaning, transformation, analysis, and visualization.
What are the disadvantages of Pandas?There are multiple cons of Pandas like:
Memory Consumption issue with large data setPerformance limitations for certain operations.Steeper learning curve because of a rich set of functionalitiesDependency on external libraries like NumPy
|
Pandas/Pandas Tutorial
|
https://www.geeksforgeeks.org/pandas-tutorial/?ref=outindfooter
|
Pandas
|
Pandas Tutorial
|
Pandas, Pandas Tutorial
|
GeeksforGeeks
|
[-0.0590171553, 0.0240291301, -0.0191906299, 0.0487871803, 0.0203342754, -0.00660424074, -0.0115181478, -0.0225964319, -0.00786099397, 0.00948849, 0.0372501798, -0.0445644855, 0.02142765, -0.0251225065, -0.0304637104, -0.00322357332, 0.00369485584, -0.00275071966, 0.00595387071, -0.014967937, 0.0173054989, -0.0184491444, -0.0463239402, -0.0269950703, -0.00642515346, 0.0288802, 0.0128628742, 0.00296279695, -0.0152569897, 0.0178082, -0.00937538221, -0.0202714372, 0.0060009989, -0.0289304703, -0.0517782532, 1.19047957e-06, 0.0280256066, -0.0198818427, -0.0131959142, -0.00138635642, 0.0169913098, 0.0271710157, 0.0182103608, 0.0115181478, 0.00164006359, 0.0241673738, -0.0353650488, 0.00842024945, -0.00558941206, 9.80857e-05, -0.0215533264, -0.0170038771, 0.0342842415, -0.0107892305, 0.0176699571, 0.0349628888, -0.0168782026, -0.024431292, 0.010512745, -0.0124104423, -0.02219427, -0.0111159869, 0.0212517045, -0.0185622517, 0.00451802975, 0.0205730572, -0.0371245034, 0.0185873881, 0.0389845, -0.0259142611, 0.00910518, 0.0249339938, 0.0407942235, 0.0159356371, -0.02239535, -0.026215883, -0.0120459842, -0.00395877426, -0.0317455977, 0.0303129, 0.000551008, -0.00796781853, 0.017054148, 0.00217889668, 0.049113933, 0.02025887, 0.0012999546, -0.0328012705, 0.0372250453, -0.030287765, 0.0140505061, 0.0137111833, 0.0247203447, -0.0143269924, -0.0106949741, -0.00153009768, -0.0157471243, 0.000786256511, 5.61120905e-05, 0.0276485812, 0.00358489, 0.0297850631, 0.0335050523, -0.033907216, -0.0100100432, -0.0391101763, -0.00142327358, 0.0100665968, -0.0115055805, -3.93717382e-05, 0.0124481451, -0.0245946702, -0.0213522445, 0.0186753608, -0.0598717481, 0.0101231514, 0.0159733389, -0.0412466563, 0.0476058312, -0.00912403222, 0.0410204418, 0.057056617, 0.00106038596, 0.0580117516, -0.0492144749, 0.0668593, 0.0258388557, -0.0209375173, 0.0213773809, 0.0161367171, -0.00341208628, 0.0272212848, 0.00620836345, 0.00534120342, 0.0132713187, -0.0199572481, 0.0375266671, 0.0515771732, -0.0121967951, -0.013233616, 0.00545745296, -0.0168404989, -0.0162246898, -0.0236772392, -0.0207113, 0.000329897855, -0.00967700314, 0.06565281, -0.0069435644, 0.02092495, -0.0139499661, -0.04245314, 0.0202337354, -0.0197184663, 0.0492898785, -0.0131205088, -0.0141384788, 0.0137614533, -0.0217041373, -0.0118260523, 0.0204850845, -0.0116061205, 0.0484352894, 0.00556427706, 0.0171044171, 0.02066103, 0.0290812813, -0.034460187, -0.0597209372, 0.0397385508, 0.000497203204, -0.010663555, -0.0286791194, 0.0212014355, -0.000457929622, -0.00980896223, -0.0189644136, -0.00750281941, -0.00757822488, 0.0164509062, 0.00579363434, -0.0416236818, 0.0329520814, 0.0501696095, -0.0138619933, 0.0128063206, 0.0378031507, 0.00977126, -0.0273469612, 0.00230300124, -0.0103053804, 0.00486049475, 0.0498679876, 0.026618043, -0.0254743975, 0.00709437486, -0.0447907, 0.004364077, -0.0123350378, 0.0202840045, -0.0467009693, -0.0423526, -0.0142390197, 0.0356918052, 0.00882869493, -0.00168562087, -0.00429809745, 0.00182386383, 0.0367223434, -0.0393866599, 0.00601670844, 0.0170792826, -0.00520296, 0.00569937797, 0.0136232097, 0.00657282164, -0.00513069704, -0.00776673807, -0.0207992736, -0.0198064391, -0.0101420023, 0.012265916, 0.0509739295, -0.0101482859, -0.0332537033, -0.0375769362, -0.04031666, 0.0309915468, -0.0203971118, 0.0232750792, 0.0792257562, -0.00803065579, -0.00555799343, -0.0370993689, 0.0078484267, -0.0107263932, -0.0167525262, -0.0147668561, -0.072338745, 0.0103619341, 0.0394117944, -0.00283712149, -0.00317016128, -0.0446650274, -0.0137237506, 0.0357169397, 0.0103368, 0.023513861, 0.014402397, 0.0539901406, -0.006374883, -0.0352142379, 0.00248837238, 0.0245066974, -0.0360185616, 0.000595779798, 0.0317204632, 0.00272715557, -0.0267688539, 0.00593816116, 0.0154706379, 0.0104750423, -0.0133718597, 0.0205981936, -0.0138242906, -0.00723261759, 0.0155460434, -0.00737714441, 0.0375518, 0.00276328716, 0.0408444963, -0.00612981617, 0.00887896493, 0.00614866754, -0.0333793797, 0.00417870609, -0.00901092403, -0.00148139847, 0.0279753376, 0.0231996737, 0.0429055728, -0.0232499428, 0.0219177846, 0.0689203739, 0.0400653072, -0.0180469826, 0.00739599532, -0.0440869182, -0.0152067197, -0.00459343474, 0.00194796827, -0.0345858634, 0.0243935902, 0.0346109979, 0.0279250666, 0.000252332567, -0.0329772159, -0.00769761624, -0.032625325, 0.0174688771, -0.0199949518, -0.00813119672, 0.0101922723, 0.0276737157, -0.010280245, -0.0542917587, 0.0175568499, 0.0100477459, 0.00225430191, -0.00590045843, -0.00576849934, -0.0172426607, -0.0126429424, -0.0114992959, -0.0153198279, 0.0569560789, 0.00743369805, -0.02219427, -0.00263918284, -0.0322483, 0.0121465242, 0.0131456433, -0.0454442129, 0.0215030555, 0.0214779209, -0.0379288271, -0.0384063944, -0.0133215897, 0.0406434163, -0.0233253483, 0.00444890792, -0.0270202048, -0.0481588021, 0.04051774, 0.0274475012, -0.030438574, -0.0384566635, -0.00409701699, 0.00337124174, 0.0261153411, -0.0282769576, -0.0208998136, -0.0276737157, -0.0283775, 0.0314439759, -0.0122596323, -0.0457207, 0.0228100792, 0.00871558674, 0.0129696978, 0.00116092619, 0.00172646542, -0.00521867, 0.0223199464, 0.0179338753, -0.00618637027, 0.0150559098, -0.0223702155, -0.0221565682, 0.00369171402, -0.000880513049, 0.00843281765, -0.0187507644, -0.00728917168, -0.0164509062, 0.0142138842, -0.028503174, -0.0224958919, 0.0329018123, -0.00405931426, -0.00577478344, -0.0027067333, 0.0190775208, -0.0101168677, -0.0126680769, 0.00105017482, 0.0216413, 0.0142641542, -0.0416990891, -0.0180972535, -0.0320472196, -0.00944450404, 0.0145657752, 0.0336558633, 0.0198441409, 0.00131409313, 0.0296091177, 0.0364207216, -0.0052563725, 0.0103242313, 0.00297379354, -0.0238531847, 0.0339323506, -0.0444388092, 0.00344036333, -0.0356164, 0.00232342351, 0.0198692754, 0.0140253715, -0.0183360372, 0.0109337568, -0.0233002137, 0.0113422023, -0.00722633395, 0.00518725067, 0.00346549833, 0.00911774766, 0.0120774033, 0.00345293083, 0.023413321, -0.0158727989, 0.0328766778, -0.038632609, 0.0377780162, -0.0110594323, 0.0339826196, -0.0336809978, 0.0345355906, 0.00238940306, 0.0302123595, 0.000101620317, 0.0140002361, 0.0410204418, -0.0167273916, -0.0119140251, -0.00708809076, -0.0253235865, -0.0120208487, -0.00360059924, 0.044539351, 0.00518725067, -0.00109730312, -0.0058941748, -0.0159105025, 0.0108017977, -0.0416488163, 0.0354404561, 0.0356164, 0.0312931687, -0.0476058312, -0.0222696755, 0.0132210487, 0.0275731757, -0.0068618753, -0.023312781, -0.00277114194, -0.024732912, 0.0276988521, 0.0163629334, -0.00732687395, -0.0312177613, -0.00550458115, -0.0609776899, -0.00590674253, 0.010946325, 0.00861504674, 0.00955132768, -0.0161115825, 0.0163252298, 0.0108080814, 0.000466569822, 0.0176825244, 0.0211637318, -0.0105755823, 0.018273199, -0.0127434824, -0.0245066974, 0.0149553688, -0.0198692754, -0.0159733389, -0.00897322129, -0.0493401513, 0.0301620886, 0.0254869647, 0.0223199464, 0.036546398, 0.0355661288, 0.0368228853, -0.00488248793, -0.0463239402, 0.0815884471, 0.00340580242, -0.0104687586, -0.0323991105, -0.0330777578, 0.025600072, -0.0337564051, 0.013233616, 0.025197912, -0.0306145195, 0.0019542519, 0.00561768888, 0.00606069481, -0.0317204632, 0.00417556427, 0.0364709906, -0.0646474138, -0.0127183478, 0.00731430668, 0.026618043, 0.0436344892, -0.00222288305, -0.033706136, 0.0185371172, 0.0128817251, 0.000709280372, 0.00524694659, 0.00122612028, -0.0349377543, -0.0310418159, -0.0159607716, 0.0176322553, 0.000699069235, 0.0561014861, 0.0148673961, -0.00281669921, -0.0273972303, 0.0410455763, -0.025964532, -0.0122596323, 0.0210631918, 0.026215883, 0.00754680578, -0.00393049698, 0.0101168677, 0.00803065579, -0.0251225065, -0.0192157645, 0.0125235505, -0.0145406406, 0.0101042995, 0.0163000952, -0.028804794, 0.0115684178, 0.00252293306, -0.0206484627, 0.0324745141, 0.0294080358, 0.0310166813, 0.0148045588, -0.030237494, 0.0316953287, -0.0310669523, -0.011882606, 0.0115621341, -0.0235767, -0.0110782841, 0.0194796827, 0.02056049, -0.00984666497, -0.00445833383, 0.02066103, 0.010079165, -0.00178616121, -0.0309664104, -0.000638980709, -0.0068367403, -0.0140253715, 0.0134221297, -0.00955761224, -0.0098655168, 0.00848308764, 0.0175191462, 0.0180469826, -0.0148045588, -0.0183611717, 8.68927382e-05, 0.0174940117, -0.015169017, 0.0206107609, 0.00413157791, 0.0170415808, 0.0129445633, -0.02102549, -0.00316387741, 0.00109651755, 0.0125424024, -0.0188638736, -0.0100100432, 0.0173054989, 0.00637174118, 0.024179941, 0.0199698154, -0.00647228165, 0.0446901619, -0.00834484491, -0.00611410663, -0.0111348378, -0.00625549164, 0.00801808853, -0.0210003536, 0.032424245, 0.00261718966, -0.0133592915, -0.00916801859, 0.0247706156, 0.00359431561, 3.86599022e-05, 0.0165514462, 0.00132744608, 0.0193540063, 0.0107452441, 0.0476058312, 0.00760964351, -0.00155680371, -0.024280481, -0.0311926268, -0.0275480412, 0.02035941, 0.00734572532, -0.017154688, -0.0205479227, 0.0481588021, -0.0166519862, 0.00955761224, -0.0146034779, 0.0187759, 0.00367600447, -0.0279250666, -0.011782066, -0.0104938932, 0.0121339569, 0.030539114, -0.0154203679, 0.0259896666, 0.0305642504, -0.00180501246, 0.0147417206, -0.00723890122, -0.013183346, 0.0309915468, 0.00449917838, 0.0166771207, -0.02092495, 0.0110342978, -0.0052312375, -0.0115935532, 0.015219287, 2.56750845e-05, -0.0200075191, 0.0405428745, 0.0173180662, -0.00183800224, 0.102953263, 0.000780365488, 0.0357672088, -0.0373507217, 0.00657282164, 0.0444388092, -0.00578420889, -0.0220183246, -0.016589148, 0.02152819, 0.0198692754, -0.0121402405, -0.0311926268, 0.0298353322, -0.0120019978, -0.0109588923, 0.0269196648, 0.00919943675, -0.000111831439, 0.028201554, 0.0121905105, -0.00464056293, -0.0170164444, 0.0173809044, 0.02035941, 0.0343847796, 0.0098026786, 0.0245444, -0.0335553251, -0.0161241498, 0.0297347922, -0.0274475012, -0.00819403399, -0.00818146672, -0.000752481283, 0.0211511645, -0.0182354953, -0.0221565682, -0.0280256066, -0.0174940117, 0.0107955141, -0.0280004721, -0.0103745013, -0.00213805214, -0.0309664104, -0.00746511715, -0.0104561904, -0.00091507379, -0.0033900931, 0.0101734214, 0.0125549696, 0.0332034342, -0.00797410216, -0.00345293083, 0.00215061987, -0.008728154, -0.00456201611, -0.00276171626, 0.00202651531, -0.00811234489, -0.00741484668, -0.00958903, 0.0121088224, -0.00857106, -0.0068870103, -0.0197938699, 0.0201206263, 0.0142767224, 0.0131079415, -0.00469083339, 0.0016164995, -0.0111788241, 0.0463239402, 0.0125549696, 0.0171421207, 0.00652883528, 0.000906433619, 0.0241925083, 0.0371747762, 0.0128440224, 0.00502701476, -0.0430312455, 0.00129916915, -0.0277742576, -0.00803694, -0.0265929084, -0.0111159869, 0.0126869287, -0.038481798, 0.0578106716, 0.00646599801, 0.00481022475, -0.0139248306, -0.00519667659, 0.0168907698, -0.0490888, 0.0190021154, 0.0235389974, -0.0453185402, -0.0366469361, -0.00830714218, 0.0334547833, 0.0130074006, 0.048711773, 0.0234510247, 0.0117757823, -0.0139751015, -0.00185371167, -0.00691842893, 0.0534371659, -0.00794268306, -0.00525951432, 0.0088915322, -0.0275731757, -0.0147417206, -0.00699383439, 0.0368731543, -0.0234510247, -0.00951362588, -0.00218046759, -0.0205227882, -0.00161335757, -0.0217418391, -0.0226215664, 0.00150182063, 0.0077416026, -0.0168279316, 0.0172929317, 0.0300866831, 0.073143065, 0.0172929317, -0.00522495341, 0.00638745073, 0.0086716, -0.0209123809, -0.0146537479, -0.00465627247, -0.0068870103, 0.0162749607, -0.0169787426, 0.0107263932, 0.00262190239, -0.0205102209, 0.0133090215, -0.0023595551, -0.00180187065, 0.028251823, 0.0188387372, 0.038632609, -0.030036414, -0.00540718297, -0.00327384332, -0.00955132768, -0.030438574, -0.0350382924, -0.0182480644, -0.0159356371, 9.85275256e-05, -0.00926227495, 0.0104499068, -0.0125424024, 0.0361693725, -0.024431292, -0.00889781583, -0.0067236321, 0.00494846748, 0.0190272518, -0.00631518755, 0.000300639047, -0.0447655655, 0.00933768, 0.002061076, -0.0244438592, -0.0173054989, 0.00921200495, -0.0371999107, 0.00506471749, -0.00235798419, -0.00788612943, 0.0150810443, 0.00442691473, -0.0104687586, 0.00310418173, 0.00906119402, -0.00054236775, 0.0451677293, 0.017054148, -0.00305862422, -0.0160110425, -0.0402915254, 0.0251476411, -0.0162749607, 0.0181475226, 0.0366720743, -0.0268191248, 0.0301118195, 0.0121276733, -0.0114113232, 0.000305155496, -0.023312781, 0.0234258883, 0.0112793641, 0.0201331936, -0.000278449501, 0.0270956103, 0.0242427792, 0.0459469147, 0.0134724, -0.0271961503, -0.00722633395, 0.0115872687, -0.0252733175, 0.0126555096, 0.0301118195, 0.00645971391, 0.00345607265, 0.0416990891, 0.0308156013, 0.00695613166, -0.00840139855, 0.030488845, 0.0207615718, -0.013133076, -0.0224079192, 0.0277491212, -0.0223827828, -0.0308910068, -0.0224079192, 0.0145657752, 0.0428804345, 0.0285534449, 0.0185371172, -0.0134849669, -0.00701896939, -0.00955761224, -0.00277114194, -0.00740856305, 0.0223702155, -0.00477880612, 0.0290310103, 0.0132587515, 0.0182983335, 0.0132210487, -0.00159686268, -0.0127434824, -0.0226592701, 0.00374198426, 0.0207113, 0.00215061987, -0.0149805043, -0.039964769, -0.0279250666, 0.0126869287, -0.00984038133, 0.0315193832, -0.00387708517, 0.00474738702, 0.00941936858, 0.0176573899, -0.0184114426, -0.0292572267, 0.00817518309, -0.0106321359, 0.0220434591, -0.0158225298, -0.00792383216, -0.0155711779, 0.00451174565, -0.0133718597, -0.000227590237, -0.0367223434, 0.0307653304, 0.00222759601, -0.0235641319, -0.0201834645, 0.0260399375, -0.0426039509, -0.0227472428, 0.00567110116, -0.00354090356, 0.0286288485, -0.000594601617, 0.0185999554, -0.0280004721, -0.00179872871, -0.0297850631, 0.0163629334, -0.0103745013, 0.0252104793, 0.00656653801, -0.00360059924, -0.0147668561, 0.0141133443, -0.044288002, 0.0132838869, -0.0169913098, 0.00466569792, -0.00857106, 0.0157722589, 0.000886011345, -0.00424154382, -0.0345858634, -0.067764163, 0.038079638, 0.017054148, 0.00518410886, -0.00605755299, -0.00445519201, 0.0229106192, 0.00951362588, -0.00740227941, 0.00953247678, -0.0131707788, -0.0161618534, -0.0119768623, -0.00882869493, 0.001113798, -0.00544802751, -0.0077416026, 0.0298101977, 0.0107075414, -0.0188764408, 0.0105755823, -0.0052815075, -0.015169017, -0.0193163045, -0.00764734624, 0.0237903483, -0.0205981936, 0.00164791825, -0.0248083174, 0.00563339842, 0.0168404989, -0.0139625333, -0.0376774743, 0.0177076589, -0.0250722356, 0.00873443857, -0.00388651085, -0.0181977935, -0.00832599308, -0.0069121453, -0.0377780162, -0.00248994329, -0.023312781, -4.82573778e-05, 0.0110782841, -0.00380482175, -0.0170918498, 0.024632372, -0.0171044171, -0.0118700387, -0.0353399143, 0.0107955141, -0.00416613836, 0.00705038849, 0.0169033371, 0.00574022252, -0.0135226697, -0.00118527585, 0.000150810447, 0.0317204632, 0.0200954918, 0.0285785794, -0.0125926724, -0.0126932124, 0.0098655168, -0.0206484627, -0.0296593867, -0.025398992, -0.0171169862, 0.0210883263, 0.0507225804, -0.00569937797, -0.0351388343, 0.0145029379, -0.0277239867, 0.00457772519, -0.00587218162, -0.00259519648, 0.00960159861, 0.0224833246, 0.00512441341, -0.000667257642, 0.0118386196, 0.00609525526, 0.0053066425, -0.0160110425, 0.00496103521, 0.0314691141, -0.00379853812, 0.0224707555, -0.00109808857, -0.0210506245, -0.0506723076, 0.00517468341, -0.0107075414, -0.00437664473, -0.00529093295, 0.0218046773, -0.02132711, 0.0261153411, -0.031971816, 0.00196839054, 0.00124497165, 0.00409073336, 0.0236018337, -0.00112008175, 0.0221188646, 0.00357546424, 0.0116124041, -0.014251587, 0.0233756192, -0.00772903534, 0.0229483228, -0.00853335764, 0.00947592314, -0.0192660335, -0.0140253715, 0.0388588235, -0.0086904522, -0.0146788834, 0.00955761224, 0.0027067333, 0.0192660335, -0.00158979348, 0.0155963134, -0.0176196862, -0.0126115233, -0.0194796827, 0.00606069481, -0.00157565495, -0.0147668561, -0.00833227672, -0.00219774805, -0.0336055942, -0.00532549387, 0.0255749375, 0.0240542665, -0.00527208159, 0.0277239867, 0.00953876, -0.0274475012, 0.00636545755, -0.00468769111, -0.0146286134, -0.00252607488, 0.00874700584, 0.0176322553, -0.0216915682, 0.0180344153, -0.0117380796, 0.0112228105, -0.0139122633, 0.0364961289, -0.0187130626, 0.00969585497, -0.0112542296, 0.00308847218, 0.017054148, 0.00365401129, 0.0173306335, 0.00475052884, 0.0123476051, 0.0178584699, 0.0105315959, 0.00175002951, 0.0190021154, -0.00567110116, -0.0210883263, -0.0177202281, 0.00775417034, -0.000336574361, -0.0383561216, 0.00955761224, 0.0160487443, -0.00276014535, -0.00360059924, 0.0125172669, 0.0190146826, 0.0115747014, -0.00517468341, -0.0269699339, -0.00825687218, -0.00710694212, 0.00516211567, -0.00226529851, 0.00389279448, 0.0183109, 0.00529407477, -0.0156340152, 0.0128942933, -0.0336809978, 0.0162749607, -0.00473481975, -0.02005779, -0.0354655907, 0.0477063693, 0.00584076298, 0.0230488628, -0.0165137444, 0.00558627024, 0.0149553688, 0.0124732805, -0.0213396773, -0.0125675369, -0.0039085038, -0.0176573899, 0.00870301947, 0.0358426161, 0.0134849669, 0.00555170933, 0.00122297846, -0.0286791194, -0.0180218481, 0.0017013303, 0.0287796594, -0.0350382924, -0.0021066335, 0.0224581882, -0.00350634288, 0.0125298342, -0.0156968534, 0.00302092172, -0.00219460623, -0.00105724402, 0.00289210444, 0.0149805043, -6.54886535e-05, 0.029935874, 0.0129068606, -0.00536633842, -0.0017484586, -0.0396128781, 0.00638430892, 0.00435465155, 0.014301857, -0.0211134627, -0.0109149059, -0.0159105025, 0.00643457891, -0.024531832, -0.0253738575, -0.0240165628, 0.00280884444, -0.02025887, -0.0166519862, 0.0130451033, -0.011832336, -0.0269950703, 0.00903605949, 0.00155366177, 0.00737714441, 0.0123538887, 0.0169410408, -0.00163849269, -0.0148422616, 0.006349748, -0.00260619307, -0.0178207681, 0.00509613613, 0.00739599532, -0.0224204864, 0.0078295758, 0.0274726357, -0.0265929084, 0.0182857662, 0.00977126, 0.0354404561, -0.0199949518, 0.00164791825, -0.0140882088, 0.02142765, 0.0225964319, -0.0116752423, 0.02112603, -0.0014806129, -0.0068618753, 0.012598956, -0.0117757823, 0.0159984753, 0.0300112776, -0.00317330309, 0.0186502244, 0.016953608, 0.00301778, -0.00953247678, -0.00476309657, 0.0101105832, -0.0102676777, -0.032223165, 0.0173180662, -0.0028276958, 0.00845795218, -0.0107389605, 0.0148171261, 0.00541975, -0.030136954, -0.00256063556, 0.0332285687, 0.00106195686, 0.0205227882, -0.00374512607, -0.0253612902, -0.00864646584, 0.017154688, 0.0228603501, 0.00532863569, 0.00118920323, 0.00661052437, -0.0203342754, -0.00161178666, 0.00823802, 0.00558627024, 0.0281764176, 0.0271710157, -0.00722633395, -0.00265017943, -0.0114238914, -0.000574179343, 4.20472461e-05, -0.0173306335, 0.00741484668, 0.000545116898, -0.0189769808, 0.0152821252, 0.00827572308, -0.00224487623, 0.00549829751, 0.00454316474, 0.0411963873, 0.0126617933, 0.0197561681, 0.0156591516, -0.0198441409, 0.00118998869, -0.0165011752, 0.0276988521, 0.00987808406, 0.00726403622, 0.0146411806, -0.00169347564, 0.0115244314, 0.00803694, -0.00758450851, -0.0335050523, -0.00662309211, 0.0261153411, 0.0233504847, 0.00899207313, 0.0173809044, -0.00635289, -0.000299264473, 0.00967700314, -0.00891038403, 0.0122407814, 0.000416299677, -0.00323928264, 0.0154078007, -0.030589385, -0.0234761592, -0.00410015881, -0.0184365772, -0.0180469826, -0.00724518532, 0.00560198, -0.00513698068, 0.000547866046, 0.0272715557, -0.0143269924, -0.000360531209, -0.0162121225, 0.00519667659, 0.000873443845, -0.00894808676, -0.0182354953, 0.0122219296, -0.0166771207, 0.0169033371, -0.0122030787, 0.00807464216, 0.00698755076, -0.0154455034, 0.00976497587, -7.86084729e-06, 0.00712579349, 0.0322483, -0.00837626308, -0.00277428376, 0.00377654494, -0.0109274732, -0.0265426375, -0.0254366957, 9.09428218e-06, 0.0127183478, 0.0141887497, -0.028302094, -0.0251350738, -0.0310669523, 0.000132057321, 0.02025887, -0.0221188646, -0.00634032255, 0.0298856031, -0.0225964319, -0.00537576387, 0.00656653801, -0.0149805043, 0.0110405814, 0.00613924162, 0.016589148, 0.0108017977, -0.0096707195, -0.0222822428, 0.000263525551, 0.030388305, 0.0193288717, 0.00441748928, -0.0218423791, 0.0152067197, -0.0267688539, -0.00708180713, 0.0118386196, 0.0181600917, -0.0340328887, 0.00789241306, -0.00387394335, 0.0243181847, 0.00118449039, 0.00481650839, -0.00690586166, -0.00943822, -0.00758450851, -0.00470654247, -0.0226592701, 0.0375518, 0.0121590924, -0.000819246343, 0.0117380796, -0.00230614305, -0.00123633142, 0.00820031762, 0.0045274552, -0.0171923898, 0.033706136, 0.00537576387, 0.00531606795, 0.00437350292, -0.00418813154, 0.0274475012, 0.0121716596, -0.0067550512, -0.00180187065, -0.0164006352, -0.000436721923, -0.00647228165, -0.0136986151, -0.0164383389, -0.00128188881, -0.0106761223, 0.0419253036, 0.0140882088, 0.00482907612, -0.0156717189, 0.0169913098, -0.0319215432, 0.0188010354, -0.0237526447, -0.0141259115, -0.0109274732, -0.018122388, 0.00674248347, 0.0202840045, 0.00205479236, -0.0235892665, -0.0128628742, 0.00806207489, 0.0130576706, -0.0280256066, -0.00701268576, -0.0116061205, -0.00968957134, -0.00705667213, 0.0116878096, 0.0218675137, -0.0127623342, 0.00669221347, 0.02025887, 0.00508042704, 0.013133076, -0.024079401, -0.00597272208, -0.00851450674, 0.00869673584, -0.00422269246, 0.0105315959, 0.0062177889, 0.0102928132, 0.0277239867, -0.00765363, -0.0033523906, 0.0306396559, -0.0177830644, 0.00934396405, -0.00829457399, -0.0193540063, 0.000470104424, 0.034711536, 0.0273720957, 0.0202965718, -0.000454787747, 0.0220811628, -0.0149302343, 0.0309664104, -0.00544802751, 0.034309376, 0.0196556281, -0.00244909874, 0.0101105832, -0.00838883128, -0.0346864, -0.00291881058, 0.0296593867, 0.0275983121, -0.00650998438, -0.0166645534, 0.0333542414, 0.0242930483, 0.010280245, 0.00661680801, 0.0137363179, -0.00527522387, -0.00328012719, -0.0186627917, -0.025964532, -0.0516274422, -0.00222759601, -0.0177830644, -0.0063811671, 0.000948849, -0.00212705554, 0.0166017171, -0.00313245854, 0.00189141429, 0.0406434163, -0.0355912633, 0.0612793118, 0.00799295399, -0.00375140971, 0.0119957142, -0.018474279, 0.00524694659, -0.00736457668, 0.00419755746, 0.00826315582, 0.00101325766, -0.0105253123, 0.00972727407, 0.00322985696, -0.0189267099, 0.026618043, -0.0206358954, 0.0211763, -0.000133235531, -0.0184240099, 0.000341483537, -0.0108520687, -0.023978861, 0.0293829013, -0.00941936858, 0.0127246315, 0.0267939884, 0.000897793449, -0.024531832, -0.000629162299, 0.00903605949, 0.0191906299, 0.0049830284, 0.00728917168, 0.00129681267, 0.0275229067, 0.00817518309, -0.00941936858, -0.0302626286, 0.0077730217, 0.00791754853, -0.0266934484, 0.0226718374, 0.00173117826, 0.0218298119, -0.0139876688, 0.0118449032, -0.0143772624, 0.0262912866, 0.00593187753, 0.010512745, -0.0154580707, -0.0108709196, 0.0068053212, 0.00567424297, 0.00990321953, -0.00274757785, -0.00745254941, 0.000964558451, 0.00762849487, 0.0222194046, 0.00705038849, 0.00157251302, -0.00652255164, 0.00464056293, 0.0238280501, 0.00321728946, -0.00386451767, 0.00172803632, -0.0218298119, -0.0113484859, 0.00226215669, -0.0141259115, 0.00375455176, -0.00514012249, 0.00145076506, 0.0310418159, -0.0152569897, -0.00345293083, -0.0215533264, -0.0096707195, -0.00315759378, -0.00122219301, 0.000214433603, -0.0175191462, -0.00459343474, 0.00366657902, 0.00845795218, -0.0109337568, -0.00933768, 0.0177202281, 0.00414728699, 0.0290058758, 0.0238657519, 0.028352363, -0.00808721, 0.0183611717, 0.00620522117, 0.0200829245, 0.0221188646, 0.0104813259, -0.00947592314, -0.00255749375, -0.0197310336, 0.0118134851, -0.000443398429, 0.00055964815, -0.00327070151, -0.0184491444, 0.00216318737, 0.00491704885, 0.0239914283, 0.00836369582, 0.022646701, -0.000892295153, 0.00735829305, -0.0133215897, 0.00474738702, -0.00733315805, 0.0256377757, -0.0144652352, -0.0189267099, 0.00953876, -0.00539147342, -0.014251587, -0.00474110339, 0.00441120565, 0.0239285901, 0.016488608, 0.0227221064, 0.00269887852, 0.0137740206, -0.0110154459, 0.024179941, -0.0118511878, 0.00205793418, -0.0138871288, 0.00701268576, -0.0112039596, 0.00943193678, -0.00157251302, -0.00639373437, 0.00236426783, -0.0170918498, -0.0139373988, 0.0130702388, -0.00286696944, 0.00325185014, 0.019441979, -0.0354404561, 0.0265929084, -0.00765363, 0.00899207313, -0.0255623702, 0.000960631121, 0.00810606126, -0.00221974123, -0.00874700584, 0.00303191831, -0.00351891038, -0.00388651085, -0.02035941, -0.000298086263, 0.0078295758, -0.00196053577, 0.00339951878, 0.0174311735, -0.0197310336, 0.000706923951, 0.0159105025, -0.0199321136, 0.00833856, -0.00354404538, 0.0246952102, -0.010280245, -0.0049327584, -0.00821916945, 0.0134346969, 0.00188984338, -0.0179590099, 0.00562711479, -0.00703782076, -0.00240825419, 0.00459657656, -0.00133687176, -0.00268788193, 0.00745254941, -0.00163849269, -0.0123727405, 0.00316544832, -0.0156717189, 0.00304605672, 0.00354404538, 0.0069624153, 0.0245444, -0.00245538261, 0.00344036333, 0.00113814755, 0.00252921693, 0.00166048587, 0.0212391373, -6.49854564e-06, 0.00114678778, -0.0256629102, 0.0118763223, -0.00989693496, 0.0179213081, -0.00332097174, -0.0213899482, -0.0124795642, -0.00862133, -0.022546161, -0.00598528935, -0.00241139624, -0.030136954, -0.0098026786, -0.00116799551, -0.0235641319, -0.0181600917, -0.00262347329, -0.0380293652, -0.00447404338, 0.00348120765, -0.00508042704, -0.00911146402, -0.00364772766, -0.0186879281, 0.00465941429, 0.0135478051, -0.0117255123, 0.0103745013, 0.000227590237, -0.00493904203, 0.0103682177, 0.0096518686, 0.00275543239, 0.00442691473, -0.0295588467, -0.00877842493, -0.00697498303, -0.00311203627, -0.00941936858, 0.00929369405, -0.00669849711, 0.0110845678, -0.037878558, -0.00539147342, -0.0164257716, -0.00296122581, 0.00212077191, -0.0158979334, 0.0174186062, -0.0185622517, -0.0067236321, -0.0123853078, -0.00783585943, 0.0147919906, 0.0170038771, -0.0145155052, 0.0182606317, -0.0138996961, 0.0221565682, 0.00497674476, 0.00918686949, -0.0273720957, -0.000157781498, 0.00969585497, -0.00655397074, 0.0165137444, 0.00237055169, 0.00121119642, 0.00537576387, 0.0116563905, -0.0279250666, 0.00933768, -0.0012331896, -0.00654140301, -0.00089150964, 0.0149050988, -0.0164634734, -0.0172300935, -0.00354404538, -0.00466255611, -0.0170415808, 0.003016209, 0.0078798458, 0.00578106707, -0.00718863122, 0.0133467242, -0.0190775208, -0.0122784832, 0.0115369987, 0.00924342312, 0.00187413394, -0.0232248083, 0.000552971615, 0.00287639513, 0.00811862852, 0.0149428016, -0.0127434824, 0.00307433377, -0.0126680769, 0.00550143933, -0.00821916945, -0.0270956103, -0.00757822488, 0.0245066974, -0.00779187307, 0.00647228165, 0.0101671377, 0.0206107609, 0.0195299517, 0.00911774766, -0.0118637551, -0.0108080814, -0.00597900571, 0.0141133443, -0.00643457891, 0.0148422616, -0.00387394335, 0.0111725405, 0.00407816563, -0.00305862422, -0.00634032255, -0.00180501246, 0.0182480644, 0.0054951557, 0.000559255423, -0.00460286066, -0.00505214976, 0.00423526, -0.00969585497, 0.018474279, -0.0187381972, -0.00726403622, -0.00333982287, -0.0208621118, 0.0226215664, -0.00659167301, -0.00949477404, 0.0165765807, 0.00745883305, -0.0232373755, -1.2444807e-05, 0.018939279, -0.0149050988, -0.0096707195, 0.0178836044, 0.017154688, -0.00292038149, -0.001629067, 0.00518410886, 0.00305705331, -0.00142484449, 0.000688072643, -0.00228729169, 0.00933768, -0.00262661534, 0.00343093765, -0.0107452441, -0.00530035887, -0.00629319437, 0.00407502381, 0.0182480644, 0.0154329352, -0.0098718, -0.00531292614, 0.00727032032, 0.00700640166, 0.00354718743, 0.0148422616, -0.000654690142, -0.00213648123, 0.0301118195, -0.0201708972, -0.00294080377, -0.0131582115, 2.47914304e-05, 0.00268474012, 0.0124104423, -0.0193288717, -0.0171923898, -0.00715721212, 0.0200452209, 0.0112479459, 0.000839668559, 0.0169787426, -0.00486363703, 0.0107201086, 0.00276957103, -0.0167776626, 0.00200452213, 0.0122596323, 0.0169410408, -0.0139122633, 0.0063811671, 0.0141384788, -0.0122533487, -0.0110782841, -0.015219287, 0.0355409943, 0.00964558497, 0.00572451297, 0.0156214489, 0.000311242911, 0.0102739614, 0.00938166678, 0.00840139855, 0.00821916945, -0.024431292, -0.0191152245, 0.0140253715, -0.011480445, 0.027950203, -0.0163629334, -0.0052312375, 0.00578420889, -0.00638430892, 0.010764095, 0.0190272518, 0.00956389587, -0.0120145651, -0.00221345737, -0.0122847678, -0.00377026107, -0.000246834272, -0.0120836869, 0.0174940117, -0.0134598324, 0.0131959142, -0.0108709196, -0.00722005, 0.0134221297, 0.00289995922, -0.0112353778, 0.0145406406, 0.0187884681, 0.00753423851, -0.00231242692, -0.00810606126, -0.00491390703, -0.0248083174, -0.0249088593, -0.00017918559, 0.00913031586, 0.0114678778, 0.00801808853, 0.00247109192, 0.0078484267, -0.000211291714, 0.0188764408, 0.0131707788, -0.0148296934, -0.00540404068, -0.00324556651, 0.0166645534, -0.00664194347, -0.00992835406, 0.0069624153, 0.0290310103, -0.00984038133, -0.0205730572, -0.0164509062, -0.00608583, 0.0111788241, -0.0302123595, -0.0114930123, 0.00524066295, -0.00237840647, 0.0136232097, -0.00864646584, -0.00694984803, -0.00598843116, 0.00826943945, -0.00268474012, -0.0107892305, -0.0225084592, -0.0143395597, -0.00719491486, 0.00968957134, -0.000938637939, 0.0316953287, 0.013032536, -0.00290624285, -0.0164006352, -0.00660424074, -0.0105001768, -0.0219052173, -0.006249208, 0.00730802258, -0.00705038849, 0.00791754853, -0.023212241, 0.0136106424, 0.00706295576, -0.00995977316, 0.0141133443, 0.0051684, -0.0119894305, 0.0157722589, 0.0104247723, -0.00814376399, -0.00583447888, 0.000980267883, -0.0146286134, 0.0212768409, -0.00482279249, -0.0294583067, -0.00597900571, 0.0109651759, -0.00412843609, 0.00710694212, 0.00342465378, -0.0112919323, 0.00380482175, -0.00173274917, 0.0150056388, 0.00288267876, 0.0201206263, -0.0200326536, 0.00600728253, 0.0178710371, -0.00264703739, -0.0149428016, 0.00463742111, -0.00290310103, -0.0254618302, 0.0113422023, -0.00481650839, 0.0166394189, 0.0199446809, 0.00273343921, 0.00156073098, 0.0268191248, -0.0119894305, 0.016953608, 0.00915545, 0.0112667968, 0.014402397, -0.00766619761, 0.00312303286, -0.00539775705, -0.00606069481, 0.000757586851, -0.0119642951, 0.0109211896, 0.00285126, 0.0134221297, 0.00481336657, -0.0181852262, -0.00855849311, 0.00733315805, 0.0345355906, 0.013082806, -0.0114992959, 0.00405617245, -0.004263537, -0.00043711465, 0.00889781583, 0.0105190286, -0.00698126666, 0.0244564265, -0.00763477851, 0.00368543016, -0.032022085, 0.0275983121, 0.0204222482, -0.0151438825, 0.00964558497, 0.00327384332, 0.00644714665, 0.0307150614, -0.00115307153, 0.0253738575, -0.0104122041, 0.00893551856, -0.0191654935, -0.0214779209, -0.000582426786, -0.0133844269, 0.0192911699, -0.0174437407, -0.00564596616, -0.00835112855, -0.019341439, -0.00151360279, 0.00260619307, -0.002035941, -0.0010179705, -0.00499873795, 0.00587846525, -0.0125424024, -0.00822545309, -0.00198724167, 0.013233616, 0.0242930483, 0.000697105541, 0.00907376129, -0.00293137808, 0.00162121223, -0.00535377068, 0.0155837461, 0.00035601476, -0.0539901406, -0.00738342805, 0.011147405, -0.0177327953, 0.00692471303, 0.000326755951, 0.0146160452, 0.0214779209, 0.00767876534, 0.0143646952, 0.0132713187, -0.00226529851, -0.0388085544, 0.0125738205, 0.0113170668, -0.00162278325, 0.0255372357, 0.025398992, 0.0131959142, 0.0149302343, -0.00662309211, 0.0114427423, 0.00684930757, -0.0122344969, 0.0049013393, 0.0213648137, -0.00818146672, -0.00564596616, -0.0195676554, 0.0167776626, -0.0171923898, -0.00990950316, 0.0102048405, -0.0130576706, 0.00665451074, -0.00848308764, -0.0150056388, -0.00711951, 0.0300112776, -0.028302094, 0.0200829245, 0.00214747782, 0.0193917099, 0.02025887, 0.00710694212, 0.0253487229, -0.0112479459, 0.00439235428, 0.0100980159, 0.00209877873, -0.0176322553, 0.0172677953, 0.0086590331, -0.0124292942, 0.0251350738, -0.0174814444, 0.00565853342, 0.0223199464, -0.00372941652, 0.00541660842, 0.00359745743, 0.030136954, 0.00405617245, 0.00643457891, 0.0152821252, -0.0102111241, -0.0106384205, -0.0347366706, -0.00999119226, 0.0108143659, 0.0254618302, -0.0100540295, 0.00333353924, -0.0442377292, 0.00725146895, -0.000415121467, 0.012649226, 0.0183109, -0.0116501069, 0.0100603132, -0.016237257, 0.00580934389, -0.0097209895, 0.00484164385, 0.002144336, 0.004046747, 0.00436721928, -0.0101168677, 0.0113673368, -0.00820031762, -0.0154957734, -0.00287796604, 0.00187099213, -0.00425725337, 0.010512745, -0.00533491932, 0.00574336434, -0.010462475, 0.0129445633, -0.0119642951, 0.010129435, -0.00169190462, -0.00960159861, -0.00415985473, 0.0132210487, -0.00641572755, 0.00377340289, 0.00357232243, -0.00414100336, -0.00931882858, 0.0265929084, -7.06924e-05, -0.00749025214, -0.00448346883, 0.0149176661, 0.0179841463, 0.0111788241, -0.00708809076, 0.0134975351, 0.00744626578, -0.00198095804, 0.00357860606, 0.00130152551, -0.00170604314, -0.0217544064, 0.0189644136, -0.00332411355, -0.00920572132, -0.0143269924, 0.00404046336, 0.0097335577, 0.0222822428, -0.0163629334, -0.0287796594, -0.0121716596, 0.0261404775, -0.00113107834, 0.00204222486, -0.0118072014, 0.0276988521, -0.006249208, -0.02045995, 0.000933139643, -0.0266683139, 0.00645971391, -0.00123947335, -0.0114678778, -0.00370428152, 0.0150307743, 0.00955761224, 0.00622093072, -0.00103289448, -0.0114238914, -0.0128314551, 0.0257885866, 0.00104467652, -0.0113045, 0.00648484891, -0.0117192287, -0.0265929084, -0.0169284716, 0.0068367403, -0.0276988521, -0.000498381385, 0.0190523863, -0.0260902066, -0.0172426607, -0.00512441341, 0.0134724, -0.00786727853, 0.00202023168, 0.00934396405, 0.00314031332, 0.00419441564, -0.00167462428, -1.52185021e-05, -0.00500502158, 0.00644086255, 0.0116626741, 0.015068477, 0.00224487623, -0.0220811628, 0.000543546, -0.0123413214, -0.00286696944, -0.00249936897, -0.0058124857, 0.00617694436, -0.00398390926, 0.0188638736, 0.0049264743, -0.0239537247, 0.00185056985, -0.00460286066, 0.00352833606, 0.0114741614, 0.00296279695, -0.0154455034, -0.0111034187, -0.00157801132, 0.00421326701, -0.0190146826, -0.0302123595, 0.0182606317, -0.0228980519, -0.0228980519, -0.00350320083, -0.023513861, 0.0022637276, -0.00618322799, -0.00674248347, 0.0331531614, 0.00941936858, 0.000325970497, 0.0102111241, -0.0267437194, -0.0142138842, -0.00369485584, -0.00980896223, 0.0245821029, 0.0223325137, 0.0167902298, 0.00244752783, -0.00331154605, 0.019240899, -0.00508042704, 0.0238531847, 0.000328523281, 0.0118951742, -0.0152444225, -0.00253707147, -0.0161995552, -0.0106886905, 0.0144903706, 0.00922457222, 0.0200075191, 0.00139342563, -0.0200075191, 0.00669849711, -0.00267374353, 0.00616751891, 0.0067299162, 0.00748396851, 0.0079803858, -0.00999119226, -0.0261907466, -0.00901092403, 0.02025887, -0.00825687218, 0.0049830284, 0.00567110116, 0.0112039596, -0.0196807627, -0.00684930757, 0.0169159044, -0.00444890792, -0.00906747766, -0.00919943675, -0.0174186062, -0.00585647207, 0.0297599267, 0.0117129441, 0.0211134627, 0.00650370028, -0.0077730217, -0.0174311735, -0.00933139585, 0.0069624153, 0.0130451033, -0.0050081634, 0.0122030787, 0.00146568904, 0.00251822034, -0.00139656756, 0.00955761224, 0.00454944838, -0.00479137339, -0.0212391373, -0.00781072443, 0.0058124857, 0.026165612, 0.012366456, 0.00418813154, -0.00139028381, 0.00815004762, 0.00616751891, 0.00249622692, 0.010764095, 0.00676761847, -0.00858991127, -0.00225430191, -0.00944450404, 0.00644714665, 0.00190555281, 0.026366692, 0.0109840278, 0.00684930757, -0.0079301158, -0.0113610532, -0.0172929317, 0.0220685955, -0.0215030555, 0.00558941206, -0.0116124041, -0.0176573899, 0.0263415575, 0.0160487443, -0.00547944615, 0.00251350738, -0.00711322576, -0.000640944403, -0.00532863569, -0.0205981936, 0.0111913914, -0.0201331936, -0.0210003536, 0.00506785931, 0.0146286134, 0.0203719772, 0.00968957134, -0.00176259712, 0.000633875141, 0.0299610086, -0.0162623934, 0.0229483228, 0.00858991127, -0.0144526679, 0.0130702388, 0.000362691266, -0.00347492401, -0.00315916468, 0.00562397297, -0.00656025438, -0.00746511715, -0.0164509062, -0.00585961435, 0.00539775705, -0.0191529263, 0.0263918284, -0.00953247678, -0.0296091177, 0.000507021556, 6.3034051e-05, 0.0212768409, -0.0115432823, 0.00331154605, -0.00619893754, -0.00861504674, 0.00757194124, 0.00733315805, 0.0156717189, 0.00695613166, 0.000675505085, -0.0120082814, 0.0196179245, 0.00101482857, 0.0138745606, -0.00635603163, 0.00698126666, -0.0190146826, -0.00179715781, -0.02066103, -0.0159230698, 0.00406245654, -0.00682417257, 0.00636231573, -0.00135101017, -0.00747140078, 0.0012276913, 0.0153198279, -0.00587532343, -0.0193917099, -0.0127183478, 0.00141149154, 0.00848937128, -0.00325499219, 0.0232248083, -0.00764106261, -0.0238783211, 0.00796781853, 0.0145280724, -0.00736457668, 0.00737714441, -0.00801180489, -0.010280245, 0.00728917168, 0.000453609537, 0.0165011752, 0.00323928264, -0.0039650579, -0.00891038403, 0.00660424074, 0.0350382924, -0.00481022475, -0.0110342978, -0.0214025155, 0.00491390703, -0.0307401959, 0.00989065133, 0.0171672553, 0.0262410175, -0.00350634288, 0.0197058972, 0.00059067423, -0.0022385926, 0.0179715771, 0.0183988735, 0.0187381972, 0.000770547136, -0.00657282164, -0.0170164444, 0.000342072657, -0.00524066295, 0.0205981936, 0.0165263116, -0.0251602083, -0.0098718, 0.0101608541, -0.0157722589, 0.0153072597, -0.000958274701, 0.0136232097, -0.0098152468, -0.0115495669, -0.00850822218, 0.0174940117, -0.0124041587, -0.00385509199, -0.0260902066, -0.00209563691, -0.00327384332, 0.0170164444, -0.0097021386, -0.012598956, -0.0314942487, -0.00636859937, 0.00539461523, -0.00463742111, 0.00644086255, -0.0213019755, 0.00584076298, -0.0246700756, 0.0195802227, 0.0261404775, 0.0123601723, 0.0099157868, 0.015068477, -0.0171169862, 0.00719491486, -0.0254869647, 0.00727660395, 0.02056049, -0.00811234489, 0.00607640436, -0.00551714888, -0.00716349622, -0.0112919323, -0.00946335495, -0.00848937128, -0.0197436, -0.00534120342, 0.00622721482, 0.00711322576, -0.0185371172, 0.00333353924, -0.0104499068, -0.0016887628, -0.0168656353, 0.00522495341, 0.00313088764, 0.00833227672, 0.00627120119, 0.02219427, -0.0025842, -0.0142641542, -0.00225116, -0.00155051984, -0.00535062887, -0.00347806583, 0.0267939884, 0.0113422023, -0.00407816563, -0.00747768441, -0.00836997945, -0.00745883305, -0.00759079214, 0.0171044171, 0.0079615349, 0.00536633842, -0.00092371396, -0.0194671154, -0.0148925316, -0.0181600917, 0.0052563725, -0.00792383216, 0.0013415846, -0.00607954618, 0.0139373988, 0.00153481041, 0.00300521217, -0.00649741665, 0.0379288271, -0.0168656353, -0.0132461842, -0.0245066974, -0.00496417703, 0.00640944391, -0.0079803858, 0.0058439048, 0.00101639959, 0.000579284912, 0.0301872231, 0.00299421558, 0.00714464486, -0.000745019293, 0.000344036322, -0.00985923316, -0.004288672, -0.0459971838, -0.0106886905, -0.00368857221, 0.00427296245, -0.00644086255, -0.0127686178, -0.00361316698, -0.0137488851, -0.0352645107, -0.00412843609, -2.9356981e-05, 0.00329897855, -0.00732059032, -0.0172677953, -0.0100980159, -0.00620522117, -0.0259142611, -0.0138745606, -0.00575279025, 0.00178930303, -0.00921200495, 0.0181349553, 0.0359431542, -0.0252607502, -0.00120491267, -0.00367914652, 0.00616751891, -0.0112039596, 0.000575357582, -0.0112856487, -0.0175065789, 0.0219177846, 0.00679903757, -0.000590281503, 0.018574819, -0.00268002716, 0.00287168217, 0.0122533487, -0.0033523906, 0.012316186, -0.00652255164, 0.000225233831, -0.0185622517, -0.00102661073, -0.00361945061, 0.00519981841, 0.00705038849, -0.00713207712, -0.0127560496, 0.00590674253, 0.0112039596, 0.00795525126, 0.00424468564, 0.00697498303, -0.0038582338, 0.0191654935, -0.0112982159, -0.00187570485, 0.00452117156, -0.0225712974, 0.00124104426, -0.00951990951, 0.0016164995, 0.00712579349, -0.0119265923, 0.00935653131, 0.00431066519, -0.0112353778, 0.00755309, 0.00559569569, -0.0181475226, -0.02005779, 0.00904234312, -0.00397448335, 0.00212548464, 0.00823173672, 0.00454630656, -0.000693178212, 0.000977911521, 0.0160361771, -0.0113170668, -0.0191529263, -0.000896222482, 0.00913659949, -0.00641258573, -0.00825687218, 0.00963930134, -0.0125801042, -0.00574336434, -0.00710694212, 0.0134095624, -0.00481022475, -0.00532549387, -0.0113861887, -0.00807464216, -0.044539351, 0.0226969719, 0.0108897705, -0.0113547696, 0.010079165, -0.00729545532, -0.00831970945, -0.013233616, 0.0228980519, -0.00160707382, 0.0115747014, 0.0132964542, 0.0162749607, -0.00663565937, 0.0089041, -0.00802437216, 0.00166205678, 0.00175160042, -0.012982266, 0.0140882088, 0.00193540065, 0.026718583, -0.0134849669, 0.00397134153, 0.0344350524, 0.00617380254, -0.000706531224, -0.0104750423, -0.00205950509, 0.0455447547, 0.0112416623, 0.0211763, 0.0136734806, -0.0154078007, -5.41975023e-05, -0.00725775259, 0.00828200672, -0.00217575487, 0.0148045588, -0.00604184344, -0.00429181382, -0.00423211791, -0.00790498, 0.0157722589, -0.0103870695, -0.0107326768, -0.0136734806, -0.0169410408, -0.0098529486, -0.0119705787, 0.00365401129, -0.0067299162, 0.0155586107, 0.00677390257, 0.017255228, 0.0055202907, -0.00484164385, -0.00309318514, 0.00699383439, -0.0144149652, -0.0158727989, -0.00295022922, -0.000324203167, -0.00592245162, -0.0258137211, -0.00792383216, 0.00197310327, 0.00644714665, 0.00613924162, -0.0118009169, -0.0137488851, 0.0136986151, -0.0226341337, 0.0128314551, -0.000563968206, 0.00947592314, 0.00605126889, 0.00608897163, -0.0413220599, -0.0105755823, -0.00312146195, -0.0205730572, 0.00608583, 0.0184617117, 0.010229975, -0.0191780608, -0.0172175262, -0.0202840045, -0.00191183656, -0.00337124174, -0.0113422023, -0.0222822428, -0.0100540295, -0.0108897705, -0.0191152245, -0.0016416345, 0.0269448, -0.00967700314, 0.0173180662, 0.00909889676, -0.00355661288, -0.0088915322, 0.0252607502, -0.0171044171, -0.00419441564, -0.0237652119, 8.34563e-05, 0.0163629334, 0.000733237248, -0.0189267099, 0.0159230698, 0.0360436961, 0.0249465611, -0.0087407222, -0.00961416587, -0.00322043127, -0.010996595, -0.0103682177, -0.00168247905, -0.00163063791, -0.00422269246, -0.00261090579, -0.038079638, -0.00573079707, -0.0158099607, 0.00681788893, -0.00761592761, -0.000247030635, 0.00887896493, -0.012931996, -0.0179464426, -0.00957646314, 0.0209752191, 0.00805579126, -0.00512127113, -0.0033681, -0.00385195017, 0.00725146895, 0.00369485584, 0.00524380477, -6.45559048e-05, -0.00511812931, 0.0101985559, -0.00925599132, -0.00168719189, -0.00405617245, 0.00203122827, -0.0125549696, -0.0049578934, 0.0164383389, 0.0292069558, -0.0172803625, 0.000948063564, 0.006299478, -0.0165514462, 0.000926070381, -0.0303631686, 0.0784717, -0.00102582516, 0.00342151197, -0.0108206496, -0.00899207313, -0.0086716, 0.0124292942, 0.0283775, 0.00537890568, 0.00350005901, 0.0153700979, 0.00948220678, -0.0150559098, 0.00999747589, -0.034912616, 0.00176730985, -0.00574022252, -0.00784214307, 0.0109149059, -0.00804950763, -0.00976497587, -0.0159607716, 0.00742741441, -0.00966443587, -0.00515269, 0.000582034059, 0.00703782076, -0.00495475158, -0.00667336211, -0.004263537, -0.00799295399, 0.00527208159, -0.000858519867, 0.0173809044, -0.0266934484, 0.006349748, 0.00950105768, 0.0123476051, 0.0201457627, -0.0179464426, 0.0175191462, -0.0064063021, 0.00128267426, 0.00799295399, 0.002119201, 0.0219052173, 0.00200923509, -0.0214779209, 0.00924970768, -0.0113610532, -0.000524301955, -0.00690586166, 0.0141259115, 0.0022888626, 0.00836369582, -0.00633403845, 0.00912403222, -0.0118951742, -0.0078170076, 0.0169787426, 0.0129696978, -0.000802358671, 0.00722005, 0.0163252298, 0.0067299162, -0.0135478051, 0.00663565937, -0.0164132025, -0.00950105768, 0.0116124041, 0.0221565682, 0.00335553242, 0.00758450851, -0.00688072667, -0.00249465602, 0.022546161, -0.0368228853, 0.0255749375, 0.00940051768, -0.0302123595, -0.0138242906, 0.0189769808, -0.0192283317, -0.0331028923, -0.0139248306, -0.00569623616, -0.0142264515, -0.0144149652, -0.00800552126, 0.0145406406, -0.0121716596, 0.00919315312, -0.0229734574, 0.00641886937, -0.0123601723, -0.002035941, -0.00351576856, -0.00601042435, 0.0217292719, 0.0320472196, 0.0320472196, 0.0173934717, -0.0238908883, -0.0161241498, 0.00220088987, 0.0122030787, -0.00313402945, -0.00701896939, -0.00468769111, 0.015018207, 0.0121402405, 0.00647856528, -0.00755937351, 0.0359431542, 0.0098152468, 0.00792383216, 0.00947592314, 0.0233630519, 0.034259107, -0.00677390257, -0.00143034279, 0.0031371715, -0.0294583067, -0.00804950763, 0.00814376399, 0.0143646952, 0.0168027971, 0.0234384574, 0.0141636143, 0.015219287, -0.00416613836, -0.0111913914, 0.0208118409, 0.0127811851, 0.0100100432, 0.0277742576, -0.0126429424, 0.0113107832, -0.001654202, 0.00109730312, 0.0292320903, 0.00601670844, 0.0146537479, 0.0208495446, -0.0176573899, 0.0174940117, -0.00833856, -0.0145532079, 0.0358677506, 0.0317204632, 0.00261090579, 0.00140913506, -0.00464998884, -0.0259142611, 0.0264923684, 0.0137740206, -0.00273815216, -0.00153716689, 0.0172426607, -0.0207867064, -0.0104059204, 0.00717606349, 0.0108897705, -0.0190900881, -0.0077730217, -0.0286791194, 0.00735200895, -0.00792383216, -0.02112603, 0.0250471011, 0.00869673584, 0.0127686178, 0.0096518686, 0.0208118409, -0.00826943945, -0.0109903114, 0.00906119402, -0.00684302393, -0.00420698291, -0.0160738807, -0.025298452, 0.0252733175, 0.00479137339, 0.02229481, 0.0130953733, 0.00310575264, 0.00836369582, -0.020208599, 0.0183988735, 0.0343345106, 0.00448975246, 0.00126932119, -0.0310920868, 0.00224958919, 0.0107578114, 0.0005993144, 0.0172426607, 0.0110845678, -0.0127749015, 0.0111097023, 0.00175788428, 0.00795525126, -0.0124858478, -0.00700640166, 0.028804794, -0.00141777529, -0.0097524086, 0.0122219296, 0.00446147565, 0.00477880612, -0.00435150973]
|
04 Dec, 2023
|
Python | pandas.date_range() method
04 Dec, 2023
Python is a great language for doing data analysis, primarily because of the fantastic ecosystem of data-centric Python packages. Pandas is one of those packages that makes importing and analyzing data much easier.
pandas.date_range() is one of the general functions in Pandas which is used to return a fixed frequency DatetimeIndex.
Pandas.date_range() Syntax
Syntax: pandas.date_range(start=None, end=None, periods=None, freq=None, tz=None, normalize=False, name=None, closed=None, **kwargs)
Parameters:
start : Left bound for generating dates.
end : Right bound for generating dates.
periods : Number of periods to generate.
freq : Frequency strings can have multiples, e.g. ‘5H’. See here for a list of frequency aliases.
tz : Time zone name for returning localized DatetimeIndex. By default, the resulting DatetimeIndex is timezone-naive.
normalize : Normalize start/end dates to midnight before generating date range.
name : Name of the resulting DatetimeIndex.
closed : Make the interval closed with respect to the given frequency to the ‘left’, ‘right’, or both sides (None, the default).
Returns: DatetimeIndex
Date_range() in Pandas Examples
The date_range() function in Pandas for generating sequences of dates. It allows you to specify the starting date, ending date, frequency, and timezone for the generated dates, making it versatile for various time-based applications. We may build date ranges in a number of ways using the pandas.date_range function, a few of which are as follows:
Specifying the Start and End
The code will provide a range of dates with a by-default frequency from start to finish.
Python3
# importing pandas as pd
import pandas as pd
per1 = pd.date_range(start ='1-1-2018',
end ='1-05-2018', freq ='5H')
for val in per1:
print(val)
Output:
2018-01-01 00:00:00
2018-01-01 05:00:00
2018-01-01 10:00:00
2018-01-01 15:00:00
2018-01-01 20:00:00
2018-01-02 01:00:00
2018-01-02 06:00:00
2018-01-02 11:00:00
2018-01-02 16:00:00
2018-01-02 21:00:00
2018-01-03 02:00:00
2018-01-03 07:00:00
2018-01-03 12:00:00
2018-01-03 17:00:00
2018-01-03 22:00:00
2018-01-04 03:00:00
2018-01-04 08:00:00
2018-01-04 13:00:00
2018-01-04 18:00:00
2018-01-04 23:00:00
Specify Start, End and Frequency
The code will provide a range of dates with a given frequency from start to finish.
Python3
# importing pandas as pd
import pandas as pd
dRan1 = pd.date_range(start ='1-1-2018',
end ='8-01-2018', freq ='M')
dRan2 = pd.date_range(start ='1-1-2018',
end ='11-01-2018', freq ='3M')
print(dRan1, '\n\n', dRan2)
Output:
DatetimeIndex(['2018-01-31', '2018-02-28', '2018-03-31', '2018-04-30',
'2018-05-31', '2018-06-30', '2018-07-31'],
dtype='datetime64[ns]', freq='M')
DatetimeIndex(['2018-01-31', '2018-04-30', '2018-07-31', '2018-10-31'], dtype='datetime64[ns]', freq='3M')
Specifying Start and Periods
The code will provide a range of dates with a predetermined number of periods starting at the beginning.
Python3
# importing pandas as pd
import pandas as pd
# Specify start and periods, the number of periods (days).
dRan1 = pd.date_range(start ='1-1-2018', periods = 13)
# Specify end and periods, the number of periods (days).
dRan2 = pd.date_range(end ='1-1-2018', periods = 13)
# Specify start, end, and periods; the frequency
# is generated automatically (linearly spaced).
dRan3 = pd.date_range(start ='01-03-2017',
end ='1-1-2018', periods = 13)
print(dRan1, "\n\n", dRan2, '\n\n', dRan3)
Output:
DatetimeIndex(['2018-01-01', '2018-01-02', '2018-01-03', '2018-01-04',
'2018-01-05', '2018-01-06', '2018-01-07', '2018-01-08',
'2018-01-09', '2018-01-10', '2018-01-11', '2018-01-12',
'2018-01-13'],
dtype='datetime64[ns]', freq='D')
DatetimeIndex(['2017-12-20', '2017-12-21', '2017-12-22', '2017-12-23',
'2017-12-24', '2017-12-25', '2017-12-26', '2017-12-27',
'2017-12-28', '2017-12-29', '2017-12-30', '2017-12-31',
'2018-01-01'],
dtype='datetime64[ns]', freq='D')
DatetimeIndex(['2017-01-03 00:00:00', '2017-02-02 06:00:00',
'2017-03-04 12:00:00', '2017-04-03 18:00:00',
'2017-05-04 00:00:00', '2017-06-03 06:00:00',
'2017-07-03 12:00:00', '2017-08-02 18:00:00',
'2017-09-02 00:00:00', '2017-10-02 06:00:00',
'2017-11-01 12:00:00', '2017-12-01 18:00:00',
'2018-01-01 00:00:00'],
dtype='datetime64[ns]', freq=None)
Specifying Start, Periods and tz
The code will provide a range of dates starting at the beginning that have a predetermined number of periods and the timezone tz.
Python3
# importing pandas as pd
import pandas as pd
# Specify start and periods, the number of periods (days).
dRan1 = pd.date_range(start='1-1-2018', periods=13, tz='Asia/Tokyo')
dRan1
Output:
DatetimeIndex(['2018-01-01 00:00:00+09:00', '2018-01-02 00:00:00+09:00',
'2018-01-03 00:00:00+09:00', '2018-01-04 00:00:00+09:00',
'2018-01-05 00:00:00+09:00', '2018-01-06 00:00:00+09:00',
'2018-01-07 00:00:00+09:00', '2018-01-08 00:00:00+09:00',
'2018-01-09 00:00:00+09:00', '2018-01-10 00:00:00+09:00',
'2018-01-11 00:00:00+09:00', '2018-01-12 00:00:00+09:00',
'2018-01-13 00:00:00+09:00'],
dtype='datetime64[ns, Asia/Tokyo]', freq='D')
|
Pandas/Pandas Tutorial/Python | pandas.date_range() method
|
https://www.geeksforgeeks.org/python-pandas-date_range-method/?ref=lbp
|
Pandas
|
Python | pandas.date_range() method
|
Python | pandas.date_range() method, Pandas, Pandas Tutorial
|
GeeksforGeeks
|
[-0.0143167749, 0.013190737, -0.011990454, 0.0246614795, -0.0025413204, -0.0012706602, -0.023448823, 0.0141930347, -0.0153066991, -0.00833392236, 0.0236839298, 0.0109139113, 0.0242160149, -0.0318260565, -0.0103447055, -0.00388235808, -0.00293729, 0.00208812091, 0.0311331078, -0.00245470204, -0.0203181896, 0.0106973657, -0.0533074029, 0.0245501138, 0.0224712733, 0.0211596247, -0.00817924645, 0.0114954915, 0.0102704605, 0.00986211747, 0.00613752846, -0.029277, 0.0126091558, -0.00240365905, -0.0270249229, -0.000397129654, 0.0491249748, 0.00497746142, -0.0173607916, -0.0120585114, -0.011507866, 0.0222980361, 0.019699486, -0.00485372078, -0.0251688156, 0.0393989719, 0.00215153792, 0.00861233845, 0.00427214056, -0.0405868813, 0.00189786986, -0.0310836118, 0.0290047713, 0.00941665191, 0.0208379, -0.00148179242, 0.0303411689, 0.0380130783, -0.0171628073, -0.00847003702, 0.0570196211, 0.0187590588, 0.0158511568, 0.00143229624, 0.0495951883, 0.0144528896, -0.0214566011, 0.013549584, 0.00673148269, -0.0490012355, 0.0173607916, 0.0170514397, 0.0405126363, 0.0190436617, -0.00201542326, -0.0438783802, -0.0176330209, 0.0160367675, -0.0678097904, 0.013549584, -0.023065228, -0.0202686936, 0.00356991333, -0.00756054418, -0.012757645, 0.0242160149, 0.0225207694, -0.0348205753, 0.0483577847, -0.0393989719, 0.0365529433, 0.0383348055, 0.0127081489, -0.0216545872, -0.00967032, 0.00201078295, -0.00232786802, 0.0425419807, -0.0347710773, 0.0345978402, -0.00374315, -0.0166059751, 0.0148364855, -0.0248718392, 0.014415767, 0.0197984781, 0.0487785041, -0.016024394, -0.0433091745, -0.0114336219, 0.0116749154, 0.012528725, -0.00505789276, 0.0378645919, -0.0703835934, 0.0325685, 0.0373201333, -0.00790701713, 0.0269506797, 0.0166802183, 0.0373201333, 0.0599893928, 0.0176330209, 0.0182022266, -0.0222485401, 0.00146477809, 0.0186476931, -0.0238076709, 0.02551529, -0.00104870065, -0.0128195155, -0.012120381, -0.0103261443, -0.0245748628, -0.0113655645, -0.00197056727, 0.044323843, -0.00216081832, -0.00741205551, 0.00201851688, -0.0182640962, -0.0183012187, 0.0233498309, -0.0390772484, -0.0175711494, -0.0187466852, -0.0182764716, 0.0145518817, 0.00478257, -0.0347215831, -0.00817924645, -0.0242902581, 0.00806788, 0.0202686936, 0.0113964994, -0.0543963201, -0.0174721573, 0.0169524476, -0.00172463316, -0.0300441924, 0.024723351, 0.0052744383, 0.0415768065, -0.0123802368, 0.0173979141, 0.0339048952, 0.0194520056, -0.0194148831, -0.0247728471, 0.0256390311, 0.0378398411, -0.0398939364, -0.0408591107, 0.0226445105, -0.0341771245, 0.00432473, -0.000226793127, 0.00120414968, 0.00476091541, 0.0199593417, -0.012528725, -0.0135248359, -0.0211472511, 0.0353402831, 0.0107468618, 0.00877938792, 0.0457839817, 0.0242160149, -0.0352907889, -0.05207, 0.0028259235, -0.00619939854, 0.0341523774, 0.0465264246, -0.00833392236, 0.0316528194, -0.0187466852, 0.0118110301, -0.0507830977, 0.0428142101, -0.0339048952, -0.0432844236, -0.00529609295, -0.0195881203, -0.00908873882, -0.0205285475, -0.024315007, 0.0499911606, -0.0030579369, -0.0146261267, -0.0253420528, -0.0322467722, 0.0173979141, -0.00648400187, -0.0154923098, 0.00585911237, 0.01561605, -0.00211750926, 0.0257132743, -0.0152819511, -0.0504366234, 0.0334346816, 0.00918773189, 0.0142672788, -0.0523174815, -0.00481041148, -0.0231270976, 0.0324447565, -0.0553862453, 0.0071212654, 0.0135124614, -0.00610659318, -0.0117182247, -0.0192416459, 0.0220010597, 0.00408653, 0.00266815443, -0.00881032273, -0.0200459603, 0.0170514397, 0.0371716432, -0.0431111865, 0.0264062211, -0.0331377052, -0.0003895892, -0.0128195155, -0.00876701437, 0.0331624523, 0.0435071588, 0.0278168637, -0.0076471623, 0.00460933335, -0.0046897647, 0.0133392252, -0.0408838578, -0.0141806602, 0.00497746142, -0.0192663949, 0.00495580677, -0.0340286344, 0.0167668369, 0.0451405309, -0.00150576711, -0.00374933705, -0.00358228735, 0.0370231569, 0.0089093158, 0.0129556293, 0.0223846547, -0.0388050191, 0.0220134333, -0.020182075, 0.0101590948, -0.0202810671, 0.00900212117, 0.0133021027, -0.0171380583, 0.00469904533, 0.0495704412, 0.0315785743, 0.0152819511, -0.00029330363, -0.00546004949, -0.00929909851, 0.0352165438, -0.00039790303, -0.00692946743, -0.00929291081, 0.0218649451, 0.000174880115, 0.00868039578, -0.0020742, 0.0154304393, 0.00362559641, 0.0315538272, 0.0421460122, -0.00694802869, -0.00485372078, -0.0136980722, 0.0526144579, -0.0204295553, 0.0187838078, 0.00634788722, 0.00010914298, 0.0275446344, -0.0450910367, 0.00813593715, -0.00267743482, 0.00385760982, 0.0109757818, -0.0280890912, -0.0156655461, 0.00580033567, -0.0248099696, 0.00808644108, 0.0154428137, 0.0194025096, -0.00408343645, 0.00128148752, -0.00321106589, 0.0136114545, -0.0216422118, -0.018140357, 0.0186229441, 0.0101529071, -0.0375923626, 0.013116492, -0.0122688701, 0.0280890912, -0.0314548351, -0.0318260565, 0.002372724, -0.00904543, -0.0291285124, 0.0070470213, -0.00157614448, -0.0110067166, -0.0582570247, 0.00963319745, 0.0232260898, 0.0141682867, -0.0198356, 0.00757910544, -0.0417995378, 0.0235849377, 0.00152355479, -0.0156284235, 0.0321477801, 0.00554357423, 0.0350680575, 0.00096904271, -0.00474235462, -0.03199929, -0.0100415414, 0.0170390662, -0.0325437486, -0.0149354776, -0.0133639732, 0.0106973657, -0.0104375109, -0.0360332318, 0.00759147946, -0.00379883312, -0.00803075824, -0.0255400371, -0.0178062562, 0.00756054418, -0.0023742707, 0.0172618, 0.0074553648, 0.00281818979, -0.00686759735, -0.00182671903, -0.00570443692, 0.0180166159, -0.010691179, 0.0367261767, 0.014465264, -0.0256637782, -0.00885363203, -0.0413293242, 0.0130298743, 0.0221248, 0.00227527833, 0.026381474, 0.0281385891, -0.00711507816, 0.032964468, 0.0130546223, -0.032073535, -0.0109757818, 0.00263721915, 0.00198603491, -0.0495456941, 0.00733162416, -0.0138094388, 0.0174474102, -0.007220258, 0.0290790163, 0.000317471713, -0.0246738549, -0.00335027394, -0.0216050893, 0.00404322054, -0.0268021915, 0.00614062184, -0.0185115784, -0.013116492, 0.0283860695, 0.0586035, 0.00925578922, 0.0424924865, -0.0339296423, -0.0250079539, 0.00376789807, 0.00260164379, -0.0189694185, 0.0336326659, -0.0344741, 0.0400424227, 0.0360084847, 0.00192107121, -0.0206275396, -0.00377408508, -0.00262948545, 0.00871751737, 0.00256297505, 0.00971981604, -0.0267774425, 0.0357362553, -0.0384337977, -0.00290016783, 0.037938837, 0.0134629654, 0.00613443507, -0.0384337977, -0.0180413648, 0.0362064689, 0.0115016792, -0.0531094186, -0.0511790663, -0.0103756404, 0.0276188776, 0.00109433, -0.0036194094, -0.00817306, -0.0363302082, 0.0327912308, -0.0215060972, 0.00387307745, -0.027990099, -0.0102024041, -0.00440206798, 0.0141806602, 0.0284108166, 0.00834010914, 0.0225702655, 0.00371221476, 0.0150344698, 0.0102085909, 0.0381863154, -0.0110067166, 0.0110005299, -0.030514406, 0.0170638133, -0.0322962701, 0.0372706354, -0.0154428137, -0.0287077948, -0.0284850616, -0.0155046834, -0.00926816277, 0.00924960151, 0.007220258, 0.0419232808, 0.0146013778, -0.0145890042, -0.00358847436, 0.0190560352, -0.0135000879, 0.0590984598, -0.00922485348, 0.0228548683, -0.00244078133, -0.0321725272, 0.0255400371, -0.0250574499, -0.0124111716, -0.000681346108, 0.00285685854, 0.023040479, 0.0310836118, -0.00266351411, 0.00308268494, -0.00649637589, -0.00306103053, -0.0170266926, 0.0159254018, 0.0153685696, -0.0159006529, 0.0143291494, 0.0143538974, -0.0426657237, 0.0172246769, 0.0129927518, -0.0101219723, -0.0151087139, -0.000827514566, -0.024698602, -0.0396712, -0.00524969026, 0.0240180306, 0.0299452, 0.0401414149, -0.000559539068, 0.00753579615, -0.0218525715, 0.020157326, 0.00407106243, -0.0199964643, 0.0384585448, 0.0257875193, 0.0163461193, 0.0347958282, -0.00385760982, 0.030514406, -0.0329892151, -0.000314571545, 0.00280581578, -0.0197613575, 0.0185115784, 0.000830608071, 0.00545695564, -0.000697200361, -0.013982676, -0.0599398948, -0.0223846547, 0.0244511217, 0.0153809432, 0.0115202395, -0.0156284235, 0.0392009877, -0.0288562831, 0.00704083405, -0.0031677566, -0.0146879964, -0.012194626, 0.00929291081, 0.0374191254, 0.00427832734, -0.0116439806, 0.0266784504, -0.000468280428, -0.00377408508, -0.020540921, -0.00932384655, 0.00963319745, 0.0186476931, 0.00710889138, 0.00871133059, -0.00634788722, 0.0123059917, 0.00817924645, -0.00996729638, -0.0145147601, 0.0182888452, -0.0204914249, -0.0104560712, -0.0466006696, 0.0196004938, 0.0141682867, -0.00546932966, 0.00876701437, 0.00211905595, 0.00203707791, -0.00384214241, 0.0247357246, -0.00230621337, 0.00860615168, -0.0166925918, -0.00468357746, 0.0140569201, 0.0106602432, -0.00653968519, 0.0153933177, -0.0388297662, 0.00828442629, -0.0182146, 0.00903924275, 0.00377717847, -0.00596429175, 0.0303906649, 0.00593645032, 0.00369365374, -0.00367509271, 0.000960535603, -0.0105550643, 0.00407724921, 0.0275446344, -0.0158387832, -0.00512285624, 0.0102766482, 0.00974456407, -0.0253915489, -0.0242160149, 0.0145395081, 0.020540921, -0.0163584929, 0.000180487114, -0.0161976311, -0.0366519354, 0.0223227851, 0.013165989, -0.0270496719, 0.0261092447, -0.0200583339, 0.0187961813, 0.0322220251, -0.0259855036, 0.019291142, -0.0105550643, 0.0066696126, 0.0349690616, 0.00915060937, -0.0245748628, 0.0269754268, 0.0102271521, -0.00100771163, 0.00379264611, 0.00189168274, 0.0245253649, -0.0260597486, 0.053604383, 0.013574332, 0.0389535055, -0.0145642562, -0.0188085549, -0.00681810128, -0.00967032, -0.016407989, 0.0327912308, -0.0135000879, 0.0109757818, 0.0690966919, 0.000890158175, 0.0245748628, -0.00683666207, 0.0365281925, -0.00783277303, 0.0329397209, -0.00647781463, 0.0131288664, 0.023065228, 0.0260597486, 0.00634170044, -0.014366271, 0.00801838376, 0.00868039578, -0.0168163329, 0.00129231473, 0.0040030051, 0.0123554887, 0.0226692576, -0.000627983, 0.0113531901, -0.0216669608, 0.0056085377, 0.0074553648, 0.0432101786, 0.00258617639, -0.0153066991, -0.0449178, 0.0133516, -0.0136856986, -0.00640357053, 0.00179269037, -0.00683047529, 0.0344493538, 0.00921248, -0.0082968, -0.00832773559, -0.0150468443, -0.0118110301, 0.00183290604, -0.000829061319, -0.0101467203, 0.0137104467, -0.0239066631, 0.00432473, -0.0278168637, -0.00791320484, -0.0108272936, 0.0260102525, 0.0270991679, -0.0055342936, 0.0236096866, -0.0169648211, 0.0311331078, 0.00257225544, -0.0185610745, -0.00337502197, 0.0229291134, 0.0205532964, 0.0123369275, -0.0302421767, -0.00501767686, -0.00167977717, -0.00486609479, -0.00281200279, 0.00174164749, 0.0126586528, 0.00786989555, -0.0266042054, 0.00708414335, -0.0277921148, 0.0314795822, 0.0206027925, 0.010740675, -0.0106788045, -0.0249955803, 0.00936715491, 0.00907017849, 0.0163832419, 0.0131783625, -0.0122379344, 0.0345236, -0.00689234538, -0.0310341157, -0.0373448804, -0.00994873606, -0.0466749147, -0.0154428137, 0.0206646621, 0.0124235451, -0.0161233861, -0.00746155158, -0.0265052132, 0.00139285391, -0.0264309701, 0.034548346, -0.00832773559, -0.0110933352, 0.00843910128, -0.0170390662, 0.0357857496, 0.0059426371, 0.0241541434, -0.0125472862, -0.0230033584, -0.0320982821, -0.0136362026, 0.00301926793, 0.0405373871, -0.0264062211, 0.000483747979, 0.00696659, -0.00164729531, -0.0114336219, 0.0112418234, 0.0398691855, -0.00805550627, -0.00307959155, 0.00742442952, -0.0250821989, -0.00105643447, -0.0102457125, -0.0167420879, 0.00704083405, 0.0209245179, 0.000102279249, 0.0141806602, -0.00692946743, 0.0290295202, 0.0323457643, 0.00538580492, 0.0239809081, 0.00785133429, -0.000941201113, 0.0312815979, 0.00341833103, -0.0224465262, -0.00127452705, -0.0156284235, -0.0121080074, 0.00601069443, -0.0220010597, 0.00274085184, 0.00313218124, 0.0272971522, 0.0132031105, 0.0208997689, -0.00892787706, 0.00472998, -0.0200583339, 0.00673148269, 0.0118048433, -0.0480113104, -0.0487042591, -0.032519, -0.00848859828, -0.00727594085, 0.0108644152, 0.00836485717, -0.0203924328, 0.0341028795, -0.0244634952, -0.0196499899, 0.00412674528, 0.0105736256, 0.0277921148, 0.0100106057, 0.0197366085, -0.0326922387, 0.00569515629, 0.00599522702, -0.0227558762, -0.00374005642, -0.000392489368, -0.0594944283, -0.0183012187, -0.0235354416, -0.0425419807, -0.0132526066, -0.00564566, 0.00318631763, -0.0180289894, 0.0193530135, 0.0152943246, 0.0436556451, 0.0199345928, -0.023881916, 0.0141682867, -0.0645430386, 0.0285593066, -0.0133392252, 0.023448823, 0.019390136, -0.00211132225, 0.0110005299, 0.016024394, -0.0161233861, -0.00224279636, -0.00604162971, 0.00382976816, 0.0452642739, 0.0111057097, -0.00872370508, 0.0103199575, 0.0264309701, 0.0319250487, 0.00479803747, 0.0134010958, -0.0406858735, -0.0282375813, 0.00303318887, -0.00979406, -0.00708414335, 0.0171751808, 0.0173855387, 0.0166802183, 0.0327664837, 0.0211843718, -0.00340905064, 0.0194025096, 0.00323890732, -0.0124544809, 0.00113609235, -0.00796888769, -0.0112294499, -0.0641965643, -0.00165193563, -0.00415149378, 0.0388792641, 0.0173112955, 0.00558069628, -0.0331129543, -0.000411437155, 0.00236808369, -0.00655824598, -0.0326179937, 0.0145518817, -0.0077894642, -0.00888456777, -0.00516307214, -0.0208750218, -0.00759147946, -0.00994873606, -0.0204295553, -0.0175711494, -0.00285840547, 0.0503376313, 0.0138713093, 0.0022659977, -0.030440161, 0.000979096629, 0.00869895704, 0.00593645032, 0.0131783625, 0.0143538974, 0.0261092447, -0.000109046312, 0.00446393853, -0.00117476133, -0.0490754806, 0.0315290764, -0.0118976487, -0.000745923142, -0.00647781463, -0.0260102525, -0.0054755169, 0.0114026861, -0.0228919908, -0.00765953632, 0.00454436941, 0.0146261267, -0.0429132022, -2.36544929e-06, 0.027990099, 0.033038713, -0.0136362026, -0.00958988816, 0.00308887218, -0.0145890042, 0.0132278586, 0.0264062211, 0.00313372794, -0.041972775, -0.0217288304, -0.00218556635, 0.000426904706, -0.0162347537, -0.00200459594, -0.0183507148, 0.00754817, -0.0459572189, 0.0423192494, -0.0397207, -0.00473616738, 0.00037354161, -0.0193282645, -0.0063200458, 0.0317518115, 0.00810500234, 0.0162100047, 0.0197984781, -0.033038713, 0.0205532964, 0.0294749849, 0.0233003348, -0.008241117, 0.0281633362, -0.00589623442, -0.0179547463, 0.0195881203, 0.00537652429, -0.0161110125, -0.028881032, -0.00595501112, -0.00734399818, 0.0116687287, 0.00642213179, -0.00208502728, -0.0201697, -0.00530846696, -0.014848859, -0.00874845311, 0.0100291669, -0.0265794583, -0.0216917079, -0.0143291494, 0.0124173583, -0.0154428137, 0.016457485, -0.00933003332, 0.0285840537, 0.0237334259, -0.0174474102, -0.0361817218, -0.0135248359, -0.00911967456, 0.00862471201, 0.027148664, 0.0138341868, -0.00283984421, 0.0221495479, -0.0208873954, -0.0331129543, -0.00844528899, 0.00121033669, -0.000207071978, -0.00885363203, -0.00916298386, -0.0214442275, -0.0326179937, -0.0233498309, 0.00231704069, 0.0227929987, 0.000784592063, 0.000894025085, 0.0200583339, -0.0121327555, -0.0199222192, -0.0324200094, 0.034696836, 0.0198727231, 0.0236963052, 0.0343503617, 0.00708414335, -0.000529377314, -0.00577558763, -0.0189941656, -0.0272971522, -0.00233405503, -0.0224465262, 0.0334346816, 0.0278416108, 0.0124421064, 0.00868658256, -0.00385760982, -0.00175866182, 0.0133639732, -0.0329397209, -0.00191643089, 0.0163461193, 0.0138960574, 0.0134753399, -0.0116192326, -0.00380192674, 0.0169276986, -0.0176082719, -0.0234983191, -0.0201697, 0.0270496719, -0.005868393, 0.0103880148, -0.00100384478, 0.00414530654, -0.025564786, 0.0066696126, 0.006787166, -0.0304154139, -0.00368437311, 0.0281880852, -0.0204790514, 0.0139331799, -0.013116492, 0.0230776016, 0.0220381822, -0.000133697729, 0.00735018542, 0.0170885623, -0.0219515637, 0.0262329839, -0.00217009895, 0.0278416108, 0.00483206613, -0.0301679317, -0.00713982666, -0.00523422286, 0.00127220689, -0.0220381822, 0.0171256848, 0.0189694185, 0.00386070344, -0.00807406753, 0.0145518817, 0.00181898521, -0.0019226179, -0.0293264966, 0.0103137698, -0.00148488593, -0.00990542676, 0.00453508925, 0.0030594836, 0.00402775314, -0.0284355655, 0.0266784504, -0.00147715211, -0.00558378967, -0.0350433066, 0.0432101786, 0.0162595, -0.00698515074, 0.00245779566, 0.0231023505, 0.00475782203, -0.000769124483, -0.000361360901, -0.0240675267, -0.0205780435, 0.0053734309, 0.00797507446, 0.00143384293, 0.0268269386, -0.0237581749, 0.00845147576, 0.00389782549, 0.0452147759, -0.0151334619, 0.0184744559, 0.00438660057, 0.0378398411, 0.00404322054, -0.0175711494, 0.0564256646, -0.000528603909, 0.0073378114, 0.0168163329, 0.0169153251, -0.0270496719, 0.0189941656, -0.00438350718, -0.00838960521, -0.00456602406, 0.000747469894, -0.00087933091, -0.00695421593, -0.0313558392, -0.00593335647, -0.00963319745, 0.0215803422, 0.032890223, 0.0423934944, 0.0351423, -0.00242686039, -0.0182022266, -0.00986830425, 0.0120646982, 0.0140940426, -0.00544458162, -0.00886600651, 0.000498828886, 0.00251193205, -0.0273713972, 0.00468357746, -0.022607388, 0.0238076709, 0.0130669959, 0.00962701067, -0.0102024041, 0.0195138752, 0.0136733241, 0.00241293968, -0.0278168637, -0.0212833658, -0.0104127629, 0.00131164922, -0.0200830828, -0.0408838578, -0.0229786094, 0.0104003884, -0.010487007, 0.036231216, -0.00127143355, -0.0229786094, -0.00287387287, -0.0399681777, -0.0128566371, -0.0220010597, 0.0206770357, -0.0183630884, -0.00806788, 0.00851953309, -0.0202686936, 0.015232455, -0.00777709, 0.0163708664, 0.0111737661, -0.011507866, -0.00897737313, 0.0122317476, -0.00773996767, 0.0356125124, 0.0157397911, 0.0276683737, 0.00605400372, -0.010258087, 0.000535564322, -0.00301153422, 0.0182022266, -0.0177072641, -0.026307229, 0.00977549888, -0.00183290604, -0.000603621593, -0.0183630884, -0.023448823, -0.0125039769, -0.0116687287, -0.00567040825, 0.0127081489, 0.00198448822, -0.0241788924, 0.019748982, 0.00387617084, 0.0168534555, 0.0104375109, 0.0179299973, -0.0112665715, -0.000141624856, -0.00262329844, -0.00493105873, -0.0246738549, -0.0132773547, 0.00849478506, 0.0071212654, -0.0095713269, 0.00238355133, -0.00148720609, -0.0188209284, 0.0112851327, 0.0191179067, -0.0214813501, 0.00465573603, -0.00441753538, 0.0165317301, 0.0124173583, -0.0278663598, -0.00037412165, 0.00129850185, 0.032073535, 0.0177443866, -0.0240922738, 0.0135867065, 0.0294997338, 0.0200459603, -0.000486068137, -0.0141311642, 0.0208255257, -0.0202810671, -0.0233498309, 0.0139331799, -0.0204295553, 0.0157397911, 0.0327169858, -0.0067129219, 0.0307866354, 0.00161172, 0.00645925384, 0.0070222728, 0.00676860521, -0.00950327, 0.0191674028, -0.0126957744, 0.0087422654, 0.0142796533, 0.000282089663, -0.00558378967, 0.009695068, 0.0209987611, 0.0247357246, -0.00851334631, -0.0142301563, 0.00258772308, 0.0169276986, -0.00469285809, -0.00834629592, 0.00706558209, 0.0209368914, 0.0232879613, -0.0126957744, 0.00104251364, -0.00156067696, 0.00885363203, -0.00618702453, -0.0304154139, 0.0166802183, -0.0193777606, 0.0445960723, 0.0171380583, 0.0150592178, -0.00558688305, -0.0139331799, 0.0165441036, 0.0147746149, 0.0125844078, 0.0359094925, -0.0143044014, -0.00353279104, -0.0425914787, 0.0211843718, -0.00149029959, 0.0489517376, 0.00347401435, 0.0111428313, 0.0349195674, 0.0033348063, 0.0102519, 0.0155046834, 0.00559925754, 0.0233374573, 0.00340905064, -0.0143167749, 0.00473307399, -0.0294254888, -0.00338120898, 0.0102519, -0.00949089602, 0.00084839575, -0.0151458364, -0.0172989201, 0.00554048037, -0.0481598, -0.0105179418, 0.00583745772, 0.00542292697, -0.00434019789, -0.00777090294, 0.00610659318, 0.00301308092, 0.00118094834, -0.00687997136, -0.00176175532, 0.0351670496, -0.0287325419, 0.00960226264, -0.0129680037, -0.013190737, -0.00793176517, 0.00965794548, -0.0318013057, 0.000457066461, 0.00183754636, -0.0069047194, -0.00341833103, -0.00642213179, -0.00817306, 0.00195509987, 0.0146385, -0.00039403612, -0.0154056912, 0.0228424948, 0.00461861398, -0.00717076147, 0.00129076804, -0.0368004218, 0.00889694132, 0.0132278586, -0.00997348409, 0.00107654231, -0.0188085549, -0.00302700186, -9.84123617e-05, 0.02628248, -0.0237210523, -0.0194891281, 0.0174226612, -0.00530228, -0.00877320115, 0.00248099701, -0.021431854, 0.0134010958, -0.0104251364, 0.0154551873, 0.0277426187, 0.032964468, 0.00357919373, 0.000769124483, -0.00487846881, 0.029598726, -0.00756054418, -0.00121420354, 0.00127530051, -0.0367756747, 0.00907636527, -0.0228301212, 0.0165317301, -0.0113655645, 0.0309351236, 0.00195664656, 0.0159872714, -0.00236344337, -0.0196376164, -0.0130669959, 0.0285345577, 0.0133516, -0.00074863, -0.0329892151, 0.0256390311, -0.0203800593, 0.0174969062, -0.0066758, -0.0229043644, -0.0129185077, 0.0220134333, 0.0284108166, -0.0188209284, 0.0230157319, 0.00134567788, 0.00924341474, 0.00493415212, 0.0104003884, 0.0360332318, 0.0290295202, 0.00493724551, -0.0118419649, -0.00709033, -0.00152819511, 0.010536503, 0.00738112, 0.0157026686, -0.0181527305, -0.00448559271, 0.0435319059, 0.00323272031, -0.00583127094, -0.0318755507, 0.00441134861, -0.00101776561, -0.0108582284, 0.00623033382, -0.0110252779, -0.000943521271, 0.00134645123, 0.0214194786, 0.0254162978, 0.000320758554, -0.000298330589, 0.00871133059, -0.0188085549, 0.0127947666, -0.0427647159, -0.00388235808, -0.00466811, -0.00213297666, 0.0102147777, -0.00940427743, 0.0312073529, -0.00930528529, -0.0049805548, 0.0178681277, -0.0178928748, 0.0177196395, -0.0270744208, 0.036280714, 0.00224124966, 0.00843910128, 0.00885363203, 0.0388050191, -0.0245006178, 0.00601997506, 0.0213081129, -0.0119223967, -0.0106416829, 0.000658144767, 0.0059426371, -0.00442372262, 0.00139285391, -0.00842054095, 0.0206770357, 0.0503623821, 0.00552810635, 0.00714601343, -0.00805550627, 0.025032701, -0.0110252779, 0.0541983359, 0.00720788352, 0.0123059917, -0.0161233861, -0.0107035525, 0.0413293242, -0.00110438385, -0.0178928748, 0.0033843026, 0.0343751088, 0.00835867, -0.0203181896, -0.00450724736, 0.0256390311, 0.0323210172, -0.00608493853, -0.0102085909, -0.000593181, -0.0239809081, -0.0313310921, -0.0125410995, -0.0150839658, -0.00227991864, -0.000424584578, -0.0304154139, -0.0276931226, -0.00133871741, -0.00686759735, 0.00729450211, -0.00407724921, 0.00260937773, 0.0312568471, 0.00172927335, 0.011507866, 0.00177412934, 0.0211596247, 0.0135619584, -0.00219639367, 0.00252894638, -0.0146385, 0.000774924818, -0.00257844245, 0.0149231032, 0.018981792, 0.0139208054, 0.00766572356, -0.0182022266, 0.00339977, -0.0174102876, 0.000754430308, -0.00244232803, -0.0338553973, 0.00759147946, -0.0195262507, 0.0113903126, 0.0118419649, -0.0238447934, 0.0311826039, 0.0407106206, 0.0162718743, 0.0175340287, 0.0167544633, 0.0068861586, -0.0043711327, -0.0110067166, 0.00756673096, 0.00740586873, -0.0254410449, 0.00445775129, 0.0129061332, -0.00465264264, 0.00675004395, 0.042863708, 0.017657768, 0.0182888452, 0.00762860151, 0.0159501489, -0.0191302802, 0.0101529071, -0.00309505919, 0.0140816681, 0.00377099146, 0.00427214056, 0.00539817894, -0.00696659, 0.0228177477, 0.00804313179, 0.0104931938, 0.00465573603, 0.00599522702, 0.00422883127, -0.0118110301, 0.0133887213, 0.00799363572, 0.00504242489, 0.0110624, -0.00191024388, 0.0179547463, -0.033731658, 0.00395041518, -0.000204365162, -0.0271981601, 0.0089093158, 0.0104931938, -0.0183878373, 0.0308113825, -0.011891461, 0.0198727231, -0.0132402331, -0.0187838078, 0.0174226612, -0.0117182247, -0.0205904189, 0.0126029691, 0.00625508185, -0.0107592363, -0.00277024019, -0.0084329145, -0.00410818448, -0.00756054418, -0.0108025447, 0.00195509987, 0.0128195155, 0.00973837636, 0.00970744155, -0.00233869534, 0.0281880852, 0.026307229, -0.00971981604, -0.011891461, 0.0221742969, 0.00881651, 0.0126834009, -0.0106169339, 0.0160491411, -0.000247867662, 0.0187466852, -0.0142920269, 0.00714601343, 0.00795032643, -0.0310341157, 0.0165069811, 0.00461861398, -0.0108767897, -0.00622414704, 0.011074774, 0.0192416459, 0.00638500927, -0.00871133059, 0.00131396938, -0.0101157855, -0.00145240407, -0.0118048433, -0.00506407954, 0.0158759058, -0.0124854157, -0.0358352475, 0.00270837, -0.0062612691, -0.0190189146, 0.0061437157, 0.0154675618, -0.01089535, 0.0151334619, -0.0056085377, 0.0102952095, -0.0222856626, 0.0243645031, 0.014391019, 0.00842672773, -0.000133697729, -0.019390136, -0.0269506797, -0.00168441748, 0.0266784504, 0.00571371708, -0.00955276564, 0.0138713093, -0.0106045604, 0.01561605, 0.0116130449, -0.0249089617, 0.0165812261, -0.00443919, 0.0189446695, -0.00905161723, -0.00630767178, -0.0196376164, -0.0175711494, 0.00730068889, 0.00795651414, -0.0101590948, -0.0269506797, 0.00460933335, 0.00265578041, 0.00881651, -0.00705939531, 0.0136733241, 0.0291285124, -0.0363549553, -0.00336883496, 0.0272476561, 0.00751104811, -0.00101699214, -0.00174319418, 0.023881916, -0.00321415928, 0.000684439612, -0.0167915858, 0.00754198292, -0.0253668018, -0.00648400187, -0.00731925, 0.00229538605, 0.00589314103, 0.0149849737, 0.00589004764, -0.0154923098, 0.0095713269, 0.0131783625, 0.00876701437, 0.0297967102, -0.00462480076, -0.0149849737, -0.023857167, -0.0205161739, 0.0210730061, 0.019315891, 0.00434638467, 0.00538580492, -0.0140569201, -0.0193282645, 0.0236344337, 0.0242283884, 0.00193963223, -0.0169524476, 0.00554357423, 0.00077647157, -0.0119842663, -0.01359908, -0.0166307222, -0.0132649811, -0.0227311291, 0.0174102876, 0.00368127972, -0.0045722113, -0.020231571, 0.00103477982, 0.00500530284, -0.0300194435, -0.0120275756, 0.0112170754, -0.0243521295, 0.00270527648, -0.0193530135, -0.0177815091, 0.0207512807, -0.0296234749, -0.0248470902, -0.00150190026, 0.00266660773, -0.00603853585, -0.0118790874, 0.00360084837, 0.0241417699, 0.000216932545, 0.00915679615, -0.00441134861, 0.00531156082, 0.0159625243, -0.0190189146, -0.0433586687, 0.00277797412, 0.00461552059, 0.000175943511, 0.00136965257, 0.00231858739, -0.033805903, -0.00658918126, -0.0171504319, -0.00200304925, -0.00883507077, 0.00572299771, -0.00444228388, -0.00385142281, -0.0131041184, -0.018140357, 0.0041793352, -0.00141064159, 0.00662630331, -0.00909492653, -0.0122317476, 0.0233250838, 0.0130298743, -0.0206770357, -0.00022775984, -0.0485805161, 0.0122503089, 0.030440161, -0.0019736609, 0.0291037634, 0.000796579407, 0.00786989555, -0.000747856626, 0.0180908609, 0.000230079982, 0.00886600651, 0.00242840708, -0.000914906268, 0.00872989185, -0.00283984421, -0.0161233861, -0.00214999099, 0.000630303111, 0.00410818448, 0.00561163155, 0.0278168637, 0.0296234749, 0.0163832419, 0.00834629592, 0.0155418059, 0.000955121941, 0.001157747, 0.00361322239, 0.0117862821, -0.00685522333, -0.0193530135, 0.0110500259, -0.0306381453, 6.91810874e-06, 0.00170761882, 0.0145271337, -0.0181279816, -0.00220258068, 0.0004095037, 0.0163832419, -0.00599522702, 0.00176020851, 0.033657413, -0.00180351769, 0.0214689765, -0.00440206798, 0.00970744155, 0.00954039209, 0.00573537173, -0.00265114, -0.00922485348, 0.00387307745, 0.0158511568, -0.0149726, 0.0223970301, 0.00310433959, -0.0121822516, 0.00407724921, -0.00223196927, -0.00903924275, -0.00555594824, -0.00038900919, 0.00406796858, 0.00131860957, 0.00875464, -0.00339048961, -0.000262368529, 0.0121760648, 0.0120708849, 0.0087917624, -0.00108427613, -0.00365653168, -0.00953420531, 0.00177876954, -0.00746155158, 0.00203243759, 0.0175587758, 0.00628292374, 0.00786370877, -8.55549479e-06, -0.00161017315, -0.0166059751, 0.0122379344, 0.0137846908, -0.00416077394, -0.00242995401, -0.0154428137, -0.00661392929, -0.000453586254, 0.00901449472, -0.00310433959, 0.00885982, -0.0146137523, -0.0217040833, 0.00131706288, -0.0137723172, 0.00520947482, 0.000557992316, -0.0106602432, 0.00292491587, 0.00158310495, -0.00908255205, -0.0171628073, 0.0234983191, -0.00133639737, -0.00697896397, 0.00848241057, -0.00973219, -0.00301153422, 0.00684284931, 0.0104127629, 0.0215927158, 0.0248718392, -0.0212091208, -0.0027671468, 0.0169771966, 0.00683047529, -0.0101095987, 0.0187343098, -0.00325437495, 0.00460005272, -0.012120381, 0.0231147241, -0.0068861586, -0.0041948026, -0.000306837755, -0.024649106, 0.00292336917, 0.0352165438, -0.00455983728, -0.00505170552, 0.0166307222, 0.0144281415, -0.0057075303, 0.0113160685, -0.0284355655, 0.0197118614, 0.0258122664, -0.0101343468, 0.0154923098, -0.00826586504, -0.0040215659, 0.0238942895, -0.0147374924, -0.000514683139, -9.73489659e-05, -0.00916298386, -0.0105426898, -0.00897118542, 0.0247852206, -0.005549761, -0.0258865114, 0.00279653515, 0.00382976816, -0.0103694536, -3.4560333e-05, 0.0138589349, -0.0129556293, 0.00190715038, 0.0169524476, 0.00224124966, 0.0019721142, -0.0104003884, 0.0167297143, -0.01314124, -0.0201449525, -0.00696659, -1.78722839e-05, 0.00499911606, -0.008241117, -0.00283056381, 0.012207, 0.0120337633, 0.012578221, -0.0112418234, 0.0128071411, -0.00621177256, -0.0315290764, -0.00547242351, -0.033038713, -0.0103137698, 0.0127081489, 0.00203398429, 0.010870602, 0.00562091172, -0.0147251189, 0.0248470902, -0.0183135923, 0.00761004025, -0.0210482571, -0.000407570245, 0.00112835865, 0.000272229081, -0.00378336548, 0.0141064161, 0.0145023856, -0.00428760797, 0.0171504319, -0.0249584578, -0.0128566371, 0.014799363, -0.0167915858, -0.00608493853, -0.0169029515, -0.0182517227, 0.00761622749, -0.000568819582, 0.00489393668, 0.00651493715, -0.0116192326, -0.0032172529, -0.0169524476, -0.0155665539, 0.000485681434, 0.0113346288, -0.00184992037, 0.0100601017, 0.0405373871, 0.00788845681, 0.013574332, -0.0197118614, -0.00791320484, 0.0169276986, -0.00229693297, -0.00110051699, -0.00848859828, 0.0101652816, 0.0234364495, -0.0170143172, 0.0293759927, -0.00132711674, -0.012782393, 0.00530537358, 0.0182393491, -0.00384832942, 0.00326984259, 0.012120381, 0.018115608, -0.0114274342, 0.00728212809, -0.00148024561, -5.42331363e-05, -0.0280395951, 0.00640975777, -0.0102024041, 0.0184620824, -0.0154675618, -0.00125905953, -0.00183445285, -0.0114336219, 0.0129803773, -0.0298709553, 0.00334718032, 0.00848859828, 0.0218278226, -0.0256885272, -0.011761534, 0.00298833288, -0.0251688156, 0.00298369257, -0.00904543, -0.00175247469, -0.0307123903, -0.00237117731, -0.0136733241, 0.00915060937, 0.0200707074, 0.00868039578, -0.00240365905, 0.0212338679, -0.00189786986, 0.00727594085, -0.00436803931, 0.0156531725, 0.0355630182, -0.0162347537, 0.0187961813, 0.00135882525, 0.0255400371, -0.0404136442, -0.00241293968, -0.0104375109, 0.0155294323, 0.0198232271, -0.00874845311, -0.0173607916, 0.00782658625, 0.0186353177, 0.0293759927, 0.0247604735, -0.0041793352, 0.00460933335, -0.0192168988, 0.016098639, 0.00952183083, -0.013574332, 0.0107035525, 0.00234642904, -0.00949708279, 0.0154304393, -0.00977549888, 0.0171133094, 0.015999645, -0.00699133798, 0.00386998383, -0.00214999099, 0.0114521822, 0.00823493, 0.00707176933, 0.0204790514, -0.0281138401, -0.00184373336, -0.00345854671, -0.00774615491, -0.0130917439, -0.0157026686, 0.0164327379, -0.00861852523, 0.00375243044, -0.00209276099, -0.00306412391, -0.00863708649, -0.0115511753, 0.00443300325, 0.00405868841, 0.00135650521, -0.00325437495, 0.00224743667, -0.0120213889, -0.00543839484, -0.0134629654, 0.020540921, 0.00903924275, 0.0180413648, 0.0143044014, 0.00348638836, -0.00514451088, 0.0150468443, 0.0100291669, -0.0311578568, -0.0232013427, 0.0104498845, 0.0102457125, 0.0137475692, 0.0369984061, 0.000220992792, 0.0156779196, 0.0089093158, -0.00237581739, 0.0149354776, 0.00605091034, -0.0126462784, 0.0171380583, 0.0135372104, 0.0066758, 0.0155294323, 0.0160491411, 0.0120213889, 0.00709651737, -0.0173607916, -0.00211132225, 0.000411050452, -0.000912586111, 0.0126091558, 0.0106293084, 0.00639738329, -0.00730687613, -0.015257203, 0.0356125124, -0.0416510515, 0.00442991, -0.00571990432, 0.00410818448, 0.016940074, -0.00408034259, -0.0204914249, -0.00498674205, 0.00976931211, -0.0150097217, 0.00512904348, 0.0192663949, 0.028881032, 0.010307583, 0.00125596602, 0.0213328619, -0.0230157319, -0.0134505918, 0.0147003708, -0.00962701067, -0.016098639, 0.0100910375, 0.0132031105, -0.0199222192, 0.0292522535, 0.00239437865, 0.0109324725, 0.0401661657, 0.00662011653, 0.023782922, 0.0243273806, 0.0217164569, 0.0381863154, -0.00195045955, 0.00200150255, 0.00859996397, -0.0221371744, -0.0246738549, -0.00397207, 0.0183383413, 0.0171133094, -0.011761534, 0.00480422471, -0.0441506095, -0.0148364855, 0.00492177811, -0.00045435963, 0.0129308812, -0.00720169675, -0.0100848498, 0.0157150421, -0.0166059751, 0.0139331799, -0.0158264097, 0.0018050645, -0.00573227834, 0.0113160685, -0.00138744025, -0.00177412934, 0.00167823047, -0.0481845476, -0.0189941656, 0.00897118542, -0.0172989201, 0.0151705844, 0.00202006358, -0.00822874252, -0.010511755, -0.0180784855, -0.0231270976, -0.0031600229, -0.00120879, -0.0128442636, -0.00637882249, 2.27663168e-05, -0.00216855225, 0.030514406, 0.00385760982, 0.00222114194, 0.00375861744, 0.0146756228, 0.0102457125, -0.00347092072, -0.0141930347, 0.0156779196, 0.00180351769, 0.0103570791, 0.000544071489, 0.0234240759, -0.00640975777, -0.0142177828, 0.00947852153, 0.000755203713, 0.00206646626, 0.00573846558, 0.013215485, -0.00606328435, -0.0323457643, 0.00505170552, -0.0101529071, 0.024315007, 0.0219020676, -0.0370974, -0.023857167, 0.0033843026, 0.0166307222, 0.0111613926, 0.00775852893, -0.00520328758, 0.0285345577, -0.0203553103, 0.00106339483, 0.0229786094, 0.000731615641, 0.0207884032, 0.00815449841, -0.0214813501, 0.00809262786, -0.0161233861, -0.00240211235, 0.00438041333, -0.0102147777, -0.0214442275, 0.021431854, 0.01561605, 0.00259545678, -0.00734399818, 0.0122503089, -0.022990983, -0.0118110301, -0.0229414869, 0.00769665884, -0.0254410449, 0.00163182779, 0.0165193565, -0.00471760612, -0.00950327, 0.00117321452, -0.00269754278, 0.0300689396, -0.0213081129, 0.000797352812, -0.00579414843, 0.0104003884, -0.0040215659, -1.96486362e-05, -0.0120152021, 0.00475163478, 0.0064530666, 0.0174226612, -0.00210204162, -0.0265794583, -0.00538889831, 0.0033348063, 0.0158882793, 0.0177691355, 0.00597357238, 0.00601069443, -0.0196004938, 0.0143786455, 0.0011036105, -0.0319745429, -0.0206151661, -0.00114923983, -0.00232168101, 0.0220876783, -0.0166802183, 0.0090268692, 0.0041205585, -0.0178557541, 0.0204295553, -0.000675159041, -0.00304246927, 0.0125472862, -0.00288624712, -0.010103411, -0.00978787336, -0.00958988816, 0.00426595332, -0.00422264449, -0.0142549053, 0.0328654759, 0.000869277, -0.00435257191, 0.00216545863, -0.0234611984, 0.00698515074, -0.00292646256, -0.00262793875, 0.0157769136, 0.0238447934, 0.000697200361, 0.00540127233, 0.00853809435, 0.0102024041, 0.0163956154, 0.00816068519, 0.0018607477, -0.010282835, 0.00444847066, -0.0187343098, -0.0412550792, -0.00344617269, 0.00363797043, 0.00980024692, 0.00372149539, 0.000189864324, 0.00192725821, 0.0122626824, 0.00341833103, -0.00161481346, 0.0087855747, -0.00810500234, 0.015999645, -0.0112108886, -0.0369489118, -0.00562091172, 0.0213204864, -0.0103199575, 0.00306257722, 0.0186229441, 0.00138821371, -0.0259855036, -0.0214813501, 0.0187466852, -0.011303694, -0.0018050645, 0.000439278752, -0.0231889691, 0.00377099146, 0.00445775129, 0.0199345928, 0.0244263727, 0.000473307387, -0.0220629293, -0.0242902581, -0.0362559631, -0.00249955803, 0.00199222192, -0.00532393483, 0.0161728822, 0.0214194786, -0.0112170754, 0.00928053726, 0.0201325789, -0.00827823859, 0.00631076517, -0.0292027555, -0.0163956154, 0.0110438392, 0.00735018542, 0.0262082368, -0.0212709904, 0.000782271905, -0.00141141505, 0.00631385855, 0.00727594085, 0.0143044014, -0.00138744025, -0.0177938826, -0.00448249932, 0.00838960521, 0.00898356, -5.98401275e-05, 0.0210853796, 0.00219639367, 0.0156284235, -0.0109757818, 0.00480422471, -0.0101590948, 0.0247604735, -0.017732013, 0.0110252779, 0.00992398802, -0.00131860957, 0.000646157365, -0.0066758, -0.00225981069, 0.000278222753, 0.00602616183, 0.00909492653, 0.000986830448, 0.00108736963, 0.0174721573, -0.0172865465, -0.0218649451, 0.00417314796, 0.0049063107, -0.00187312171, 0.000658144767, 0.0115697365, -0.00124127185, 0.0195262507, 0.0106478697, 0.00153206196, -0.012732897, 0.0135000879, -0.000989150605, -0.0140940426, -0.0015869718, 0.00420717662, -0.00305639021, -0.0031105266, 0.00917535741, -0.00773996767, 0.00901449472, -0.0119842663, 0.0237210523, 0.0319002979, -0.0151087139, -0.0122255608, 0.0150344698, 0.0095775146, 0.00182671903, -0.00189013605, -0.00536415027, -0.0104808202, -0.0102024041, -0.0128937596, -0.00924341474, 0.0047052321, 0.0172989201, 0.00295585115, 0.0166183487, -0.01112427, 0.00801219698, 0.0203676857, -0.00920629315, 0.00946614798, 0.00331005827, 0.00114227948, -0.00934859458, -0.00586220575, -0.0135867065, 0.0134629654, 0.00645925384, -0.0123307398, 0.00274239876, 0.00759766623, 0.0121760648, 0.00295894453, -0.0290295202, 0.0103323311, -0.0129061332, 0.00237581739, 0.00261092442, 0.0154428137, 0.0120523237, -0.000616769, -0.000229886631, -0.00392257376, -0.000596661179, -0.0122626824, 0.00198603491, -0.0141064161, -0.00858759, -0.007220258, 0.0042381119, -0.0203800593, 0.015232455, -0.00283984421, 0.00796888769, 0.00103477982, 0.000234333565, -0.0219515637, -0.00221031462, 0.00104638049, -0.0607318357, -0.00850097183, 0.0168534555, 0.0207512807, -0.011736786, 0.0293264966, 0.00159470562, -0.00176484883, 0.0179794934, 0.00830298755, 0.0145518817, 0.00874845311, 0.00588076701, -0.014848859, -0.0136609506, 0.0219886862, 0.0329397209, -0.0162966233, -0.0123183662, -0.00528681278, 0.0104684457, -0.0290047713, 0.0367014296, -0.00122967118, 0.00443609664, -0.0118729006, -0.0107283005, -0.0179794934, -2.19325193e-05, -0.00364106405, -0.0162347537, -0.0188704245, -0.00796888769, -0.00330696465, -0.00764097553, 0.00100925844, -0.0155541804, -0.0228424948, 0.000859223073, 0.0106045604, -0.0173979141, 0.0150468443, -0.0158635303, -0.00331933866, -0.0432596765, 0.0015537166, 0.0206275396, 0.0179547463, -0.0272971522, 0.0065953685, -0.000497668807, -0.0117800953, -0.00681191403, 0.00343689229, 0.0205780435, 0.00131783623, 0.0179671198, -0.0037369628, 0.0010371, -0.00380811375, 0.0117986556, -0.0442496, 0.00433401065, 0.00188240223, 0.0287572909, 0.00889075454, -0.00846384931, 0.0142796533, 0.00618393114, 0.0098868655, -0.0453880131, -0.00543839484, 0.00326056196, -0.0151087139, 0.00422573788, 0.000793485902, -0.000924186781, -0.00989305228, 0.0080493195, 0.0234611984, 0.00567659503, 0.00331624527, 0.0100662895, -0.00978787336, -0.00554666761, -0.00114923983, -0.00857521594, 0.00704083405, -0.0033348063, 0.018523952, 0.0266289543, 0.0168534555, -0.00416386779, 0.00409581047, 0.0146879964, 0.0101529071, 0.0138713093, -0.0176948905, -0.0208502728, 0.019847976, 0.00817924645, -0.00702846, -0.0100477282, 0.00501767686, 0.0231147241, 0.00689234538, -0.00581580307, -0.00161017315, -0.014465264, 0.0157892872, 0.00571990432, -0.00949708279, -0.013165989, -0.00010691952, 0.0139208054, 0.00288779382, 0.00238045771, 0.00271455711, 0.00236189668, -0.0129185077, -0.00204326492, -0.00888456777, -0.0125658475, 0.0106664309, -0.00174010068, -0.0156284235, 0.00104328699, 0.00681810128, -0.0110252779, -0.0134753399, -0.0104065752, 0.0128690116, -0.00538580492, -0.0100910375, -0.0179794934, -0.0213947315, -0.0107592363, 0.00125364587, -0.00348948198, -0.0163213704, -0.000500375638, -0.012732897, 0.0179052502, 0.0176701415, -0.0491002277, 0.00183445285, -0.00287077948, -0.0194520056, -0.00618702453, 0.00658918126, -0.0180537384, -0.0137351947, -0.00518782, -0.000139788084, 0.0154799353, 0.000663171697, 0.0191302802, -0.00854428113, 0.00333171268, -0.0115511753, -0.014366271, 0.011074774, 0.0128318891, 0.00876701437, -0.0219144411, -0.00368127972, -0.00723263202, 0.00199686224, 0.00554048037, -0.0161976311, 0.000939654361, 0.00608803239, -0.00427832734, 0.0194025096, 0.021741204, -0.00287696649, 0.0201202035, -0.0089093158, -0.00394113455, -0.00228146533, 0.0137970652, -0.00592098245, -0.0239932816, -0.0031584762, 0.00598285301, -0.0149973482, -0.00576011976, -0.00302081485, -0.00409581047, -0.0066696126, 0.0046897647, -0.000843755493, -0.0182888452, 0.0166802183, -0.00601069443, -7.81111885e-05, 0.0165564772, -0.00895881187, -0.0163832419, -0.0122812437, -0.00618083775, 0.00795651414, -0.0166430958, 0.0179671198, 0.0066758, 0.0173731651, -0.0182764716, -0.00303318887, 0.00147637876, -0.0137723172, -0.0404136442, 0.00672529591, 0.0111490181, 0.0224217772, 0.0105736256, 0.00611587381, -0.0200459603, -0.000618702441, -0.0126957744, -0.00897737313, -0.0129308812, 0.00234952266, 0.00484134676, 0.0114707435, 0.0350680575, 0.000711121131, 0.0249089617, 0.0213947315, -0.00402465975, 0.0109139113, -0.0166925918, 0.0210977532, 0.010487007, 0.0237952974, -0.00642831856, 0.00268207514, -0.00411437126, 0.00905780401, 0.00509192143, -0.00454127602, 0.0296977181, 0.00314300857, 0.00868039578, -0.0136238281, -0.0126462784, 0.0180413648, 0.0166925918, 0.00633242, 0.00103555329, 0.0138341868, -0.00235570967, -0.0122936182, 0.013549584, -0.00925578922, -0.00160707964, -0.00806169305, -0.0151705844, -0.00981880818, -0.0161605086, 0.0324942544, -0.0176206455, -0.00928672403, -0.0186600666, -0.00606637774, -0.0181279816, -0.0288315341, -0.00495580677, -0.0115511753, 0.000198564827, -0.00511976285, -0.00124436535, 0.0111861406, 0.0272476561, 0.00567040825, 0.00989305228, 0.00202779728, -0.0336079188, -0.0143538974, 0.00345545332, 0.00726356683, -0.0161110125, -0.0329892151, -0.010282835, 0.0127700185, 0.0149726, -0.00892787706, -0.0281138401, 0.00954039209, -0.0142796533, -0.0119162099, 0.00122503086, 0.0108829765, 0.0136362026, -0.0143538974, -0.0324942544, -0.0168410819, 0.0157645382, -0.0305639021, -0.000684826286, 0.0121080074, 0.0301184356, -0.00164110831, 0.00220258068, -0.028014848, 0.00321415928, -0.00235106936, -0.00509192143, -0.0109386593, 0.00990542676, 0.000367161236, -0.018598197, 0.00597666577, 0.00900212117, 0.0112418234, 0.00174474099, -0.00893406384, -0.0178805012, 0.00735018542, 0.0344741, 0.000485681434, 0.0049805548, -0.0275446344, 0.00804313179, 0.0112418234, -0.00598594639, -0.0135000879, 0.0169895701, 0.0229662359, 0.0201078299, -0.0122812437, -0.0062767365, -0.000726975384, 0.0163213704, -0.0182888452, -0.0330882072, 0.00604162971, -0.0113531901, 0.00111366448, -0.0179671198, -0.00884744525, 0.00364106405, -0.00984974299, -0.0102457125, 0.0171256848, 0.02628248, -0.013982676, -0.00751723489, 0.000837568485, 0.00739968149, 0.016890578, -0.0284355655, 0.0247357246, 0.00123972504, 0.00395041518, -0.00684903609, 0.0106849913, -0.00257225544, -0.0184002109, 0.00629529776, -0.00205873256, -0.0229291134, -0.0125039769, -0.0078822691, 0.0025413204, -0.0175340287, 0.0372706354, 0.030440161, 0.0101652816, -0.00278880144, -0.0113964994, -0.00199222192, 0.000414143957, -0.010307583, 0.0602863692, 0.0134134693, 0.0157397911, 0.000941974518, -0.0119533315, -0.0207636543, 0.00960844941, 0.0285593066, 0.00497436803, 0.0061437157, 0.00273002475, -0.0107716098, -0.0347710773, 0.00359156774, -0.0183878373, -0.000394422823, -0.0044546579, 0.00359775475, 0.00732543739, -0.0291285124, -0.0174721573, -0.00319559826, 0.00694184145, -0.00545386225, 0.0130917439, -0.0114707435, 0.00291408855, -0.00558378967, 0.00775234168, -0.00563019235, 0.00493724551, 0.00926816277, -0.00323890732, 0.0101962164, -0.017274173, 0.0155170579, -0.00760385348, 0.000124417202, 0.0117305992, -0.00088938477, 0.0224341508, -0.00404631393, -0.00036967473, 0.00137661304, 0.0109757818, -0.0216422118, 0.00464954926, -0.00265268679, 0.00900830794, -0.0175835248, 0.00816068519, -0.0258370154, 0.00364106405, 0.0274208933, 0.00247945, 0.0175340287, 0.0315290764, -0.0129308812, 0.00602306845, 3.61795937e-05, -0.0020386246, -0.000966722611, 0.00502077071, 0.00799363572, -0.0209368914, -0.0230281055, 0.0192168988, -0.0217040833, 0.00644069258, -0.00083292817, 0.000790779071, -0.00834010914, -0.00367199909, 0.00384832942, 0.011303694, 0.0105736256, -0.0414778143, 0.0437793881, 0.0132278586, -0.00883507077, -0.00684903609, 0.020949265, -0.025181191, -0.0168163329, 0.014415767, 0.00218401966, 0.00903305598, -0.0118419649, -0.00949089602, 0.00717694871, -0.0103508923, 0.0276683737, -0.0119533315, 0.0211472511, 0.000731615641, -0.0166802183, 0.0105179418, 0.00986211747, 0.0290542673, 0.0367756747, -0.00598904, -0.00816068519, -0.0177072641, 0.0045722113, -0.00757910544, 0.0207760297, -0.0173731651, 0.0143786455, -0.00898356, -0.000900212093, -0.0134877134, 0.00153747562, -0.0109634073, 0.0101281591, 0.00978168566, 0.00697896397, 0.0164451115, -0.00166585634, 0.00997967087, -0.00368437311, -0.00867420901, 0.00473926077, -0.0149602257, 0.00325128157, 0.00637263525, -0.00406796858, 0.00319559826, 0.0142301563, 0.0107221138, 0.0201078299, -0.0120213889, -0.0250945725, 0.00661392929, 0.0334099345, 0.0220629293, 0.000321918633, -0.0109262858, 0.0197242349, 0.00817306, 0.0143044014, 0.0327664837, 0.0108520417, 0.0216917079, 0.0223351587, -0.011303694, 0.00511666946, 0.0243645031, -0.0220258087, 0.0278416108, 0.0318260565, -0.0202439446, 0.00556522887, 5.20821823e-06, -0.0144900121, 0.0249213353, 0.0313805901, 0.00497127417, -0.0191921499, 0.0129185077, -0.0114212474, -0.00206337264, 0.00858140364, -0.00787608232, -0.0134134693, 0.011532614, 0.00240829936, 0.00992398802, -0.00710270414, 0.00382976816, 0.0185487, 0.0148364855, 0.0183507148, -0.0042968886, 0.0197366085, 0.0137351947, -0.00181898521, -0.0120832594, -0.0113346288, -0.00547242351, -0.0380378291, -0.0203924328, 0.0299699474, -0.0103632659, 0.0280890912, 0.00778327696, -0.0116934767, 0.0150468443, 0.00366271869, 0.0166183487, 0.0061591831, -0.00517853955, 0.0177691355, -0.00694802869, 0.0151458364, 0.0111737661, -0.0288562831, 0.0227435026, 0.00252430607, 0.00490940409, -0.0184125863, 0.0229786094, -0.00148411258, -0.0185115784, 0.00142146891, 0.00183135935, 0.00983118266, -0.0157769136, 0.00945996, 0.00052744383, 0.00887838, 0.00278880144]
|
13 Jun, 2024
|
Python | Pandas Working With Text Data
13 Jun, 2024
Series and Indexes are equipped with a set of string processing methods that make it easy to operate on each element of the array. Perhaps most importantly, these methods exclude missing/NA values automatically. These are accessed via the str attribute and generally, have names matching the equivalent (scalar) built-in string methods.
Lowercasing and Uppercasing a DataIn order to lowercase a data, we use str.lower() this function converts all uppercase characters to lowercase. If no uppercase characters exist, it returns the original string. In order to uppercase a data, we use str.upper() this function converts all lowercase characters to uppercase. If no lowercase characters exist, it returns the original string.
Code #1:
Python
# Import pandas package
import pandas as pd
# Define a dictionary containing employee data
data = {'Name':['Jai', 'Princi', 'Gaurav', 'Anuj'],
'Age':[27, 24, 22, 32],
'Address':['Delhi', 'Kanpur', 'Allahabad', 'Kannauj'],
'Qualification':['Msc', 'MA', 'MCA', 'Phd']}
# Convert the dictionary into DataFrame
df = pd.DataFrame(data)
# converting and overwriting values in column
df["Name"]= df["Name"].str.lower()
print(df)
Output :As shown in the output image of the data frame, all values in the name column have been converted into lower case.
In this example, we are using nba.csv file.
Code #2:
Python
# importing pandas package
import pandas as pd
# making data frame from csv file
data = pd.read_csv("nba.csv")
# converting and overwriting values in column
data["Team"]= data["Team"].str.upper()
# display
data
Output :As shown in the output image of data frame, all values in the Team column have been converted into upper case.
Splitting and Replacing a DataIn order to split a data, we use str.split() this function returns a list of strings after breaking the given string by the specified separator but it can only be applied to an individual string. Pandas str.split() method can be applied to a whole series. .str has to be prefixed every time before calling this method to differentiate it from the Python’s default function otherwise, it will throw an error. In order to replace a data, we use str.replace() this function works like Python .replace() method only, but it works on Series too. Before calling .replace() on a Pandas series, .str has to be prefixed in order to differentiate it from the Python’s default replace method.
Code #1:
Python
# importing pandas module
import pandas as pd
# Define a dictionary containing employee data
data = {'Name':['Jai', 'Princi', 'Gaurav', 'Anuj'],
'Age':[27, 24, 22, 32],
'Address':['Nagpur', 'Kanpur', 'Allahabad', 'Knnuaj'],
'Qualification':['Msc', 'MA', 'MCA', 'Phd']}
# Convert the dictionary into DataFrame
df = pd.DataFrame(data)
# dropping null value columns to avoid errors
df.dropna(inplace = True)
# new data frame with split value columns
df["Address"]= df["Address"].str.split("a", n = 1, expand = True)
# df display
print(df)
Output :
As shown in the output image, the Address column was separated at the first occurrence of “a” and not on the later occurrence since the n parameter was set to 1 (Max 1 separation in a string).
Code #2:
Python
# importing pandas module
import pandas as pd
# reading csv file from url
data = pd.read_csv("nba.csv")
# overwriting column with replaced value of age
data["Age"]= data["Age"].replace(25.0, "Twenty five")
# creating a filter for age column
# where age = "Twenty five"
filter = data["Age"]=="Twenty five"
# printing only filtered columns
data.where(filter).dropna()
Output :As shown in the output image, all the values in Age column having age=25.0 have been replaced by “Twenty five”.
Concatenation of DataIn order to concatenate a Series or Index, we use str.cat() this function is used to concatenate strings to the passed caller series of string. Distinct values from a different series can be passed but the length of both the series has to be same. .str has to be prefixed to differentiate it from the Python’s default method.
Code #1:
Python
# importing pandas module
import pandas as pd
# Define a dictionary containing employee data
data = {'Name':['Jai', 'Princi', 'Gaurav', 'Anuj'],
'Age':[27, 24, 22, 32],
'Address':['Nagpur', 'Kanpur', 'Allahabad', 'Kannuaj'],
'Qualification':['Msc', 'MA', 'MCA', 'Phd']}
# Convert the dictionary into DataFrame
df = pd.DataFrame(data)
# making copy of address column
new = df["Address"].copy()
# concatenating address with name column
# overwriting name column
df["Name"]= df["Name"].str.cat(new, sep =", ")
# display
print(df)
Output :
As shown in the output image, every string in the Address column having same index as string in Name column have been concatenated with separator “, “.
Code #2:
Python
# importing pandas module
import pandas as pd
# importing csv from link
data = pd.read_csv("nba.csv")
# making copy of team column
new = data["Team"].copy()
# concatenating team with name column
# overwriting name column
data["Name"]= data["Name"].str.cat(new, sep =", ")
# display
data
Output:As shown in the output image, every string in the Team column having same index as string in Name column have been concatenated with separator “, “.
Removing Whitespaces of DataIn order to remove a whitespaces, we use str.strip(), str.rstrip(), str.lstrip() these function used to handle white spaces(including New line) in any text data. As it can be seen in the name, str.lstrip() is used to remove spaces from the left side of string, str.rstrip() to remove spaces from right side of the string and str.strip() removes spaces from both sides. Since these are pandas function with same name as Python’s default functions, .str has to be prefixed to tell the compiler that a Pandas function is being called.
Code #1:
Python
# importing pandas module
import pandas as pd
# Define a dictionary containing employee data
data = {'Name':['Jai', 'Princi', 'Gaurav', 'Anuj'],
'Age':[27, 24, 22, 32],
'Address':['Nagpur junction', 'Kanpur junction',
'Nagpur junction', 'Kannuaj junction'],
'Qualification':['Msc', 'MA', 'MCA', 'Phd']}
# Convert the dictionary into DataFrame
df = pd.DataFrame(data)
# replacing address name and adding spaces in start and end
new = df["Address"].replace("Nagpur junction", " Nagpur junction ").copy()
# checking with custom string
print(new.str.strip()==" Nagpur junction")
print(new.str.strip()=="Nagpur junction ")
print(new.str.strip()==" Nagpur junction ")
Output :As shown in the output image, the comparison is returning False for all 3 conditions, which means the spaces were successfully removed from both sides and the string is no longer having spaces.
Code #2:
Python
# importing pandas module
import pandas as pd
# making data frame
data = pd.read_csv("nba.csv")
# replacing team name and adding spaces in start and end
new = data["Team"].replace("Boston Celtics", " Boston Celtics ").copy()
# checking with custom removed space string
new.str.lstrip()=="Boston Celtics "
Output :
As shown in the output image, the comparison is true after removing the left side spaces.
Extracting a DataIn order to extract a data, we use str.extract() this function accepts a regular expression with at least one capture group. Extracting a regular expression with more than one group returns a DataFrame with one column per group. Elements that do not match return a row filled with NaN.
Code #1:
Python
# importing pandas module
import pandas as pd
# creating a series
s = pd.Series(['a1', 'b2', 'c3'])
# Extracting a data
n= s.str.extract(r'([ab])(\d)')
print(n)
Output :As shown in the output image, that two groups will return a DataFrame with two columns. Non-matches will be NaN.
Code #2:
Python
# importing pandas module
import pandas as pd
# creating a series
s = pd.Series(['a1', 'b2', 'c3'])
# Extracting a data
n = s.str.extract(r'(?P<Geeks>[ab])(?P<For>\d)')
print(n)
Output :As shown in the output image, that named groups will become column names in the result.
Pandas str methods:
FUNCTIONDESCRIPTIONstr.lower()Method to convert a string’s characters to lowercasestr.upper()Method to convert a string’s characters to uppercasestr.find()Method is used to search a substring in each string present in a seriesstr.rfind()Method is used to search a substring in each string present in a series from the Right sidestr.findall()Method is also used to find substrings or separators in each string in a seriesstr.isalpha()Method is used to check if all characters in each string in series are alphabetic(a-z/A-Z)str.isdecimal()Method is used to check whether all characters in a string are decimalstr.title()Method to capitalize the first letter of every word in a stringstr.len()Method returns a count of the number of characters in a stringstr.replace()Method replaces a substring within a string with another value that the user providesstr.contains()Method tests if pattern or regex is contained within a string of a Series or Indexstr.extract()Extract groups from the first match of regular expression pattern.str.startswith()Method tests if the start of each string element matches a patternstr.endswith()Method tests if the end of each string element matches a patternstr.isdigit()Method is used to check if all characters in each string in series are digitsstr.lstrip()Method removes whitespace from the left side (beginning) of a stringstr.rstrip()Method removes whitespace from the right side (end) of a stringstr.strip()Method to remove leading and trailing whitespace from stringstr.split()Method splits a string value, based on an occurrence of a user-specified valuestr.join()Method is used to join all elements in list present in a series with passed delimiterstr.cat()Method is used to concatenate strings to the passed caller series of string.str.repeat()Method is used to repeat string values in the same position of passed series itselfstr.get()Method is used to get element at the passed positionstr.partition()Method splits the string only at the first occurrence unlike str.split()str.rpartition()Method splits string only once and that too reversely. It works in a similar way like str.partition() and str.split()str.pad()Method to add padding (whitespaces or other characters) to every string element in a seriesstr.swapcase()Method to swap case of each string in a series
|
Pandas/Pandas Tutorial/Python | pandas.date_range() method/Python | Pandas Working With Text Data
|
https://www.geeksforgeeks.org/python-pandas-working-with-text-data/?ref=next_article
|
Pandas
|
Python | Pandas Working With Text Data
|
Python | pandas.date_range() method, Pandas, Pandas Tutorial, Python | Pandas Working With Text Data
|
GeeksforGeeks
|
[-0.00136904162, 0.0242082942, -0.00910000131, 0.0425430126, 0.00214870507, 0.00608238438, -0.0257709883, -0.00345207308, -0.0173917133, -0.0236829054, 0.00344365346, -0.011066841, 0.00275492272, -0.00176981895, -0.0230228, -0.00883730687, 0.0327088125, 0.0149398986, -0.0109186545, -0.021837309, -0.00236593303, -0.0160715058, -0.0718300641, -0.0173512977, 0.0144549245, 0.0344870538, -0.0160445627, 0.00583652919, 0.00468134787, 0.0346217677, 0.00599818723, -0.0163005199, 0.0155057022, -0.0377471559, -0.017566843, -0.0143202096, 0.00956476852, 0.0292870514, -0.0181057025, -0.0312269479, -0.0143875666, 0.0236020759, 0.00603186619, 0.024316065, 0.00810311, 0.0675730705, -0.0341098495, -0.00623057084, -0.0105212452, 0.0079818666, -0.0168797951, -0.0453181416, 0.0193854943, -0.0122860121, -0.00400103675, 0.033247672, 0.0174455978, -0.0128518157, -0.0134984478, -0.0406031162, -0.030310886, -0.0414652899, 0.012744043, -0.0062844567, 0.0232248735, 0.0209616609, -0.0244642533, 0.00137998722, 0.0207595881, 0.00382253947, 0.0133435251, 0.060298454, 0.0647171065, -0.0029654149, -0.0422466397, -0.00625414588, 0.0177823864, 0.0118145095, -0.0419502668, 0.0538051911, 0.0129865305, -0.0241544079, 0.0128922304, -0.0130740954, 0.02516477, 0.0107569965, 0.00271282415, -0.0483896434, 0.0192777235, -0.0067121773, 0.0141585516, 0.0456414595, 0.0511917174, -0.00779326539, -0.00827823952, 0.0414114036, 0.0146569973, -0.00852746237, -0.00882383529, 0.0331668444, 0.00679974211, 0.0251378268, -0.0200994853, -0.0322777256, 0.0198435262, -0.00337629579, 0.00823782478, 0.0134445615, -0.0245046671, 0.0247740969, 0.00822435319, -0.0302839428, 0.00665829098, 0.029071508, -0.0247202106, -0.00150712463, 0.016004147, -0.0178497434, 0.055179283, -0.00252253935, 0.0588435307, 0.041061148, -0.00835233275, 0.0423813537, -0.0386632197, 0.0503834262, -0.0111948205, -0.0200994853, 0.0119357528, 0.00866891351, 0.000396988413, 0.00481606275, 0.00825803261, 0.0368580371, -0.00547953462, -0.000357415847, 0.00468808366, 0.0112823853, -0.0151285, 0.0189544074, -0.0505450852, -0.00142882147, 0.0130336806, -0.00491373148, -0.000242908063, -0.0175803136, 0.0163274631, 0.0711834282, 0.00803575292, -0.00629119249, -0.0160715058, -0.0391481929, 0.00808963832, 0.010723318, 0.0363191776, -0.0126093281, 0.00224637333, -0.00777979381, -0.00437487103, -0.00875647832, 0.0104404157, 0.0126093281, 0.017405184, -0.00531787658, 0.00837927591, 0.00780673698, 0.0300414562, -0.0269834232, -0.0363191776, 0.0412766896, 0.0125285, 0.00074051175, -0.0265658069, -0.0229554437, -0.016623836, -0.0273875687, 0.0123668415, -0.0223222841, -0.0203554444, 0.0166777223, -0.0307958592, -0.0361305773, 0.0154114012, 0.00126884738, -0.0113228, -0.00220259093, 0.00259831641, 0.0249492265, 0.010332644, -0.0283979326, -0.0199243557, -0.00455336878, 0.0200321283, 0.0209616609, -0.0187253915, 0.0038932648, -0.0323585533, -0.00660103746, 0.00466787629, 0.017957516, -0.0281015579, -0.0532124452, -0.0147108827, 0.0276165847, 0.0462880917, 0.00312538911, -0.0476082973, -0.0104538873, 0.00443549268, 0.0144818677, 0.00328367925, 0.0101373075, 0.0283440463, 0.0242217649, 0.0128316078, 0.0035834203, -0.0162870493, 0.0157212466, 0.00782694388, -0.0145626962, -0.00188769458, 0.0120502608, 0.00683678873, -0.0139430072, -0.0246932674, -0.0411419757, -0.0444559641, 0.0215678792, -0.0558259152, 0.000827655545, 0.0210829042, -0.00246528536, -0.0223222841, -0.0431357585, 0.0387709886, -0.0313886069, -0.0144414529, 0.00861502718, -0.0515150353, 0.0289367922, 0.0201668423, -0.000271956, 0.0303917136, -0.0364269502, 0.0376393832, 0.00522694364, -0.0144279813, 0.0313077755, 0.000829760509, 0.0368041508, -0.023238346, -0.0134715047, 0.0231709871, 0.0125015564, -0.0121041471, -0.0220528524, 0.0180114023, -0.0141181368, -0.00837254059, -0.0142259086, 0.0270777252, 0.0116393799, 0.0113766855, 0.0407917164, 0.00895181485, -0.0250839423, -0.0163678788, -0.0214331634, -0.0111072557, -0.00655388692, 0.034810368, -0.0235886052, -0.00216891221, 0.0109792762, -0.00501813553, 0.0160176195, -0.0363461189, -0.0205036309, 0.0314963795, 0.024410367, -0.00709948316, 0.00645621866, 0.0269025955, 0.0321430117, 0.00538523402, -0.0109455977, -0.0230497438, -0.00141619192, -0.0108310897, -0.0280207302, 0.0119020743, -0.00362383481, 0.0158290174, 0.0316041484, 0.00850051921, 0.0127575146, -0.000233646409, -0.021998968, -0.0269834232, -0.00695803203, -0.00940984581, -0.0158963762, -0.0282093305, 0.0281823874, -0.0337595902, -0.00804248825, 0.0431896448, 0.0243564807, -0.00864197, -0.012077204, 0.0311191753, -0.0498176254, -0.0322507806, -0.00516632199, -0.0403067432, 0.018509848, 0.0405492298, -0.0165968928, -0.00850051921, -0.0540476777, 0.0482818745, -0.0180652887, -0.0259730611, 0.00971969, 0.0158155467, -0.0110601056, -0.0265388638, -0.0162735768, 0.0360228047, -0.0366694368, -0.0209077746, 0.0187523346, 0.00164352357, 0.00834559742, -0.0144414529, 0.0111948205, -0.0186580345, -0.032035239, -0.00686709955, 0.00107856235, 0.00153996143, -0.0167450812, -0.0511108898, -0.0341098495, 0.00612953445, -0.0115652867, 0.000721146469, 0.0118886027, 0.00150207279, 0.0142797949, 0.00119728, -0.0273740981, 0.00581632229, -0.00269261701, 0.0345139951, -0.0595440492, 0.00443886081, 0.00237603672, -3.80201636e-05, 0.0319544077, 0.0238310918, 0.0356994867, 0.00525725447, -0.0373430103, 0.00151049241, -0.0304456, -0.00221437868, -0.0114979297, 0.0285326466, -0.0126834214, -0.0299875699, 0.00216554431, 0.018577205, -0.0313886069, -0.00431088172, 0.0129326442, 0.0372352377, 0.00852746237, 0.00528419763, -0.000356152916, -0.029691197, -0.0114575149, 0.0118347164, -0.0151150282, -0.0467730649, 0.0279399, 0.00884404313, 0.0318196937, 0.0252051856, 0.0466383509, -0.0197626967, -0.000279954693, 0.0171357542, -0.035915032, 0.0363191776, 0.000645790249, -0.00549974199, -0.0126564782, 0.0283171032, 0.0139699504, -0.014603111, -0.0248145107, 0.00742953504, -0.0128248725, -0.0208134744, -0.0196145102, -0.0144279813, 0.0347295403, 0.0191025939, 0.0383668467, 0.0139295356, 0.0200860128, -0.015155443, -0.0258248746, 0.0224839412, 0.00995544158, -0.0267948229, 0.0385015607, 0.00414585555, 0.0242082942, 0.0296103675, 0.00841969065, 0.0137813492, 0.0115248719, -0.0034419694, -0.0153036295, 0.00457694381, 0.0207461175, 0.00885751471, 0.00219585537, -0.0211233199, -0.00130336813, 0.00944352522, -0.0229150299, -0.0122792767, -0.0713989735, 0.032331612, -0.0139025925, 0.0240601078, -0.0434590727, -0.0304994863, 0.0068569961, 0.0157077741, -0.00712642586, -0.0122186551, 0.00693782512, -0.0198031124, 0.026889123, -0.0272124391, 0.00210997439, -0.0118751312, -0.00347564812, -0.0418963805, 0.0220663249, 0.0115114, -0.0354839414, 0.0258248746, -0.0284518171, 0.0291792788, 0.0327357575, 0.00367772067, -0.0111072557, 0.00150796655, -0.00115097163, 0.0437823907, -0.0176072568, -0.0106424885, -0.0129528521, -0.0407378301, 0.00616994919, -0.0265523363, -0.0722611547, 0.0235751327, 0.0235886052, 0.00964559708, 0.041195862, 0.0266601071, 0.0449678823, -0.00364067405, -0.0147378258, 0.0559336878, 0.00355310924, -0.0279129576, -0.0177419707, -0.0112015558, -0.0186310913, -0.00615647761, 0.0142528517, -0.00766528631, -0.0251917131, 0.0238445625, 0.0421927534, 0.00188769458, -0.0285326466, -0.0117269447, 0.0330590717, -0.05658032, -0.0116461162, -0.00325336843, 0.000613795419, 0.0411150306, 0.0389326476, -0.0182269458, 0.0452912, 0.0382590741, -0.013134717, -0.0574963801, 0.0095108822, 0.0161523335, 0.00161321263, -0.0186041482, 0.01809223, -0.0129124373, 0.0340020768, 0.00144145102, 0.00620699581, -0.0152766863, 0.0353492275, -0.017405184, -0.0278590713, 0.0239119213, 0.0194797963, -0.00383601105, 0.0270642526, 0.0146839404, -0.00100615295, -0.00200557034, -0.0245181378, -0.0490901619, -0.000923640036, 0.00737564871, 0.0313886069, -0.000660524704, -0.0145222824, -0.00746994931, -0.0113093285, -0.0105414521, 0.0124139916, -0.00278691761, 0.00488005253, -0.000976684, 0.0431627, -0.0132559603, -0.0173647702, 0.0141181368, 0.0151285, -0.0054492238, 0.0186984483, 0.00107940426, -0.0129191726, -0.00636528572, 0.0195740964, 0.017176168, -0.00406502653, 0.0179036297, -0.00541554485, -0.0132761681, 0.01060881, -0.0087227989, -0.00378549285, -0.0363461189, 0.0059476695, 0.0219854955, 0.0152901579, 0.0218777228, -0.00187253917, -0.0390134789, 0.028909849, -0.0418155491, 0.0486051887, -0.00099436543, 0.00394378277, 0.0168663245, -0.00386295398, 0.0208134744, 0.00676606316, 0.0381243564, -0.00784041546, 0.00549974199, 0.0262424909, -7.68823e-05, -0.0174860135, 0.0116528515, -0.0184963755, 0.0286404192, 0.00510906801, 0.00250569987, -0.00279870513, -0.00760466419, 0.000456347218, 0.00499792816, 0.0380704738, -0.000532966398, -0.00183380861, -0.00870259199, 0.0476621836, 0.00325673632, -0.002583161, 0.00270608859, -0.00323316106, 0.0304186568, 0.0256632157, 0.0377471559, 0.0190082937, 0.0128652873, -0.0190352369, 0.0142528517, -0.00551321311, 0.0300145131, -0.000662629609, -0.00860829186, 0.0101373075, 0.0494673662, -0.0122119188, -0.00100194314, 0.00802228134, -0.00216554431, 0.0288829058, -0.00862176344, -0.000395935931, 0.0231440458, -0.0045904154, 0.0333015583, -0.00869585667, 0.00192979304, 0.00921450928, 0.0160445627, -0.00664482, -0.018415546, -0.0016115288, 0.0390673652, -0.0246259104, -0.0118010379, -0.00617331685, 0.0265792795, 0.0109725408, -0.0221067388, 0.0336518176, 0.0139295356, -0.0100160642, 0.0290984493, 0.0165160652, -0.00693108933, 0.0897202194, -0.00572202168, 0.00987461302, -0.0184424892, 0.0193450805, 0.0106559601, 0.00118465046, -0.0157751311, -0.00797513, -0.00149786298, 0.0110870488, -0.000100299563, -0.0234404188, 0.0185502619, 0.0140103651, 0.00462409388, 0.0136803128, 0.0276435278, -0.0182943027, -0.00356321293, 0.0179979298, 0.00676943129, 0.0187388621, -0.0114171, 0.0270642526, 0.0263637342, 0.0133906752, -0.00385285029, -0.0288559627, -0.012858551, 0.0175533704, -0.0253803153, -0.00458704727, -0.0269160662, 0.0254476722, 0.0290984493, -0.00815026, -0.0237637348, -0.0181057025, -0.0162870493, -0.000844073948, -0.0203823857, -0.0134512978, 0.00263199513, -0.0309575181, -0.0406300575, -0.0290176217, -0.0212041475, 0.00714663323, 0.00963886175, 0.0251782425, 0.0302300565, 0.0211233199, 0.00973316189, 0.00764507893, -0.0248549264, 0.0147782406, 0.00728134811, 0.00256295386, 0.00134209869, -0.0233461168, -0.0220393818, 0.0239523351, -0.0164756496, 0.0141181368, 0.000514022075, 0.0196818691, 0.0119020743, 0.0289637353, 0.0114709865, 0.0167316087, 0.000559909386, 0.0345139951, 0.00626761746, -0.0168932676, -0.0177285, 0.000992681482, 0.0116393799, 0.017337827, 0.0217968952, -0.00810311, -0.0445906818, 0.0116393799, -0.0104000019, 0.0192103665, -0.0274549257, -0.0117673595, 0.0116663231, -0.0179171, 0.0411150306, 0.0167450812, 0.00862849876, 0.00794818811, -0.00558730634, -0.00216722838, -0.04771607, 0.012791194, -0.000934585638, -0.0185233187, -0.0278321281, -0.0190352369, 0.0269295387, 0.0163409356, 0.0206922311, 0.0245720241, 0.00984093454, 0.00333082955, -0.0187523346, -0.00345880887, 0.0601906814, -0.00583989732, -0.0203958582, 0.0125487065, -0.00712642586, -0.00276165851, -0.00932901725, 0.0503295399, -0.0111409342, 0.0158424899, -0.00367772067, 0.00997564942, 0.0217160657, -0.0161523335, -0.0465575196, 0.0335979313, 0.00402798, -0.0165160652, 0.0222683977, 0.0185233187, 0.0322777256, 0.00644274708, -0.0120974109, 0.0180518162, 0.0327088125, -0.00992176309, 0.0238984488, -0.00847357605, -0.0164756496, -0.0125285, -0.0181057025, 0.00276502641, 0.0175803136, -0.00225310912, 0.0394176245, 0.000337629579, -0.00536165899, -0.0004184586, 0.0230632164, 0.0219585523, -0.0192911942, 0.0281015579, 0.0132155465, -0.00899896491, -0.0459647737, -0.0286943056, -0.0140238367, 0.0058533689, 0.0182404164, -0.00807616673, 0.0108782398, -0.035888087, 0.0364808328, 0.000125558639, -0.00949741062, -0.00332746166, 0.00730155548, -0.00398083, 0.0254611429, 0.013983422, -0.0437554456, 0.0101238359, -0.0223357547, 0.0115316082, -0.00586347235, 0.0251378268, -0.051434204, 0.0242217649, -0.0191430077, 0.00047276562, 0.00249054446, -0.0379627, -0.00583652919, -0.00445233239, 0.0354031138, -0.0115652867, 0.0234269463, 0.0296373107, -0.00462746201, -0.00809637457, -0.0165160652, 0.00680311, -0.016233163, 0.0270642526, 0.0133704683, -0.025057, 0.0075777215, 0.0255015586, -0.019749226, 0.0227668434, -0.0134445615, 0.00523704756, 0.0143202096, -0.00444896426, 0.00780673698, 0.00985440612, 0.014374095, 0.0225917138, -0.00713316165, -0.009989121, -0.00125705975, 0.0177015569, 0.00826476794, 0.0328704715, -0.0187253915, -0.0209212471, 0.00560077792, 0.00725440541, 0.0219854955, 0.0212041475, 0.00455673644, 0.0313616619, 0.01942591, -0.0168932676, -0.01060881, 0.00132946915, -0.0172839407, -0.0273202118, 0.00392020773, -0.02649845, 0.0408994891, 0.0144953392, 0.0172974113, -0.0329243578, 0.00373497466, -0.0170953386, -0.000646632223, -0.0148455985, 0.00567487115, 0.00185233192, -0.0176476706, 0.00509896455, -0.00684015639, 0.016233163, 0.0367502645, -0.0380704738, -0.000716094684, -0.019358553, 0.0175264273, 0.0119829038, 0.0210290179, -0.0448601097, -0.00737564871, 0.0101642506, 0.0112352353, -0.0067896382, -0.00864870567, -0.0132694319, 0.0182269458, -0.038717106, -0.0210155472, -0.0281015579, 0.00996217784, -0.0210020766, -0.00813678838, -0.0156538878, -0.00572875747, 0.0258922316, -0.0034386015, -0.0197626967, -0.0109792762, -0.0190756507, 0.0095310891, -0.0146300541, -0.0123264268, 0.00553005282, 0.0392290205, -0.0277782418, -0.0210963767, -0.026431093, -0.00839948282, 0.0243295375, -0.00522694364, 0.0337595902, -0.0202207286, -0.00220932672, 0.00637202151, -0.00298562227, -0.0304456, 0.00724093383, -0.00161237072, 0.00126042764, 0.0103124371, -0.0044455966, -0.0443481952, 0.0248953402, -0.0403067432, -0.0105145089, 0.015155443, 0.0261347182, -0.00291489693, -0.0177823864, -0.00954456069, -0.0295564812, 0.00571865356, -0.00857461244, 0.0142393801, 0.0076720221, -0.0195471533, 0.00895855, -0.00366088143, -0.032035239, 0.010103628, -0.00811658148, -0.0253399, -0.0271989685, -0.00101288874, 0.0108782398, 0.000752720342, -0.0368310921, -0.0158155467, 0.00260336837, -0.0428932719, -0.0231171027, -0.0359689184, 0.00141787587, -0.024410367, -0.0324932709, 0.0269699525, -0.0168663245, 0.0169336814, -0.0186715052, -0.0107165817, 0.0131683955, -0.0497098528, -0.0469077788, -0.014926427, -0.000804080453, 0.0186715052, 0.0155730592, 0.00490699569, -0.0107165817, 0.0244238377, -0.022456998, -0.00784041546, 0.00780000119, -0.0107435249, 0.0156943034, 0.02516477, -0.00372487097, -0.0263098478, -0.0103528509, -0.0137341991, -0.0310652889, 0.0252321288, -0.0119761676, 0.0104000019, -0.0087901568, 0.0295834243, -0.000217228007, -0.0117943026, 0.00906632282, 0.0168259088, 0.00749015668, 0.0300683975, 0.00602849852, 0.00843989756, 0.00226152875, -0.0196683966, -0.011733681, -0.0167720225, 0.0164217651, -0.0084803123, 0.0311730616, -0.00358005241, -0.0393367931, 0.0158829037, 0.0120300539, -0.0135725411, 0.00281217671, -0.0233595893, 0.0229554437, 0.00103898975, 0.00647979369, -0.0169606246, -0.0162735768, 0.0122725405, 0.00873627048, -0.0158020742, 0.0160176195, -0.00171509094, 0.00111055712, 0.0350259133, 0.00299572595, -0.00541891297, -0.0240870509, 0.0160310902, -0.0183212459, 0.0106829032, -0.000636949553, 0.0132290171, 0.00923471618, 0.0102787577, -0.0231305733, -0.0015281738, -0.000628108915, 0.0160715058, 0.0222953409, 0.00821088254, 0.0331399031, -0.01347824, 0.0321968943, 0.00477228034, -0.00242823875, -0.0128248725, 0.0166507792, 0.00561088184, 0.0303647723, 0.000312581018, 0.0109792762, 0.0294217654, -0.0211637337, -0.0159637332, -0.00354637369, -0.0147782406, -0.0146435257, 0.0156404171, 0.0241544079, 0.0146839404, 0.0010625649, -0.00591062289, 0.0124746133, 0.0258114021, -0.0146704689, 0.0151015567, -0.00768549321, -0.0229150299, -0.0271450821, 0.0123398984, 0.000992681482, 0.0160445627, 0.00153490959, 0.00452979328, -0.0313616619, 0.029071508, -0.0177554432, 0.00796166, 0.0118683958, 0.00257137348, 0.018024873, -0.0053987056, 0.000522441813, -0.00770570058, 0.025878761, -0.00640570046, 0.0595440492, -0.0105481884, 0.00700518256, -0.0247606263, 0.00728134811, 0.00555025972, 0.013639898, 0.0364538915, -0.000741353724, 0.00122674892, -0.000295741629, 0.00594093371, 0.0412228033, 0.0341637358, 0.0050147674, -0.00360362744, -0.0048497417, 0.0246797968, -0.00722072646, 0.0121108824, -0.0369388647, 0.0010625649, -0.0135658048, 0.00312370504, 0.000151028202, 0.000265220238, -0.017337827, -0.0261347182, -0.0106020737, 0.0179305729, 0.0111274626, -0.00468808366, -0.00955129694, 0.00816373155, 0.0143336812, 0.0104000019, -0.0114507787, 0.0100901574, -0.026431093, 0.0237637348, 0.00293847197, -0.00912020821, 0.00732176285, 0.0379088148, 0.00773937954, 0.0164352357, -0.0220259093, -0.0233595893, 0.0261347182, -0.00137830328, -0.0216621794, -0.030257, -0.00775958691, -0.022686014, 0.0202342, 0.00365414564, 0.0210694335, 0.000567066134, 0.00524378335, -0.0170279816, -0.00978704821, -0.0151285, 0.0159637332, -0.0176880863, 0.00743627036, -0.00367098511, -0.0172031112, 0.0116528515, -5.18863417e-05, 0.0237367917, -0.00463082967, -0.0154518159, 0.0208404176, 0.0152632147, -0.00186411943, 0.0340290219, 0.0103528509, -0.00270945649, -0.0122927483, -0.0295834243, -0.00901243649, -0.00657072617, -0.0119155459, -0.0125487065, -0.0203689151, 0.00986114144, 0.0131010385, -0.0108984476, -0.0243295375, -0.0310652889, 0.0128114009, -0.0108580329, -0.00420310954, 0.0175533704, -0.00769896479, -0.0330051854, 0.0165968928, 0.0400642566, 0.00733523443, 0.027670471, 0.0278321281, -0.0124544064, 0.0122658052, 0.0207191743, 0.00267072581, -0.0170414541, 0.012696893, -0.0134176183, -0.0189678781, 0.0116528515, 0.00457357569, -0.0123331621, -0.00540207326, 0.0152497431, 0.0164891221, -0.00568160694, -0.00429067435, -0.0162735768, 0.0216082931, 0.0192373078, -0.0338134766, 0.0249357559, 0.00930880941, 0.0103865303, -0.00755751412, -0.0216082931, 0.0356725454, 0.00368782436, -0.014374095, -0.00269093295, -0.00856787711, -0.00223795371, 0.0277513, 0.00239119213, 0.0114575149, 0.00681994902, -0.0195606239, 0.0136196911, 0.0236559622, 0.000458031165, -0.000395094, -0.00224300544, -0.00792124495, 0.00889792852, -0.0106290169, 0.0263098478, -0.0163678788, 0.00645958632, 0.0118212458, -0.00468471553, -0.00995544158, -0.00240297965, 0.0221067388, 0.0229285, 0.0283979326, 0.00454663299, -0.0118751312, -0.0019466324, -0.023076687, -0.0163409356, 0.0111476704, 0.0417616628, 0.00512590772, 0.012009846, 0.00251580356, 0.0054694307, -0.0238849781, -0.0367502645, -0.000409196946, 0.00351606263, -0.032035239, -0.000754825247, 0.00751036406, -0.0317927524, -0.00797513, 0.021150263, 0.0202880856, 0.00803575292, 0.00193652883, 0.0146300541, -0.0301761702, -0.00177655462, -0.0203419719, 0.0238310918, 0.0029839382, 0.0257979315, -0.0127036292, -0.00323316106, 0.0186310913, -0.014926427, 0.00723419804, -0.0162466355, -0.00516632199, 0.0373430103, 0.0255419724, 0.0135051832, 0.001550065, -0.0191025939, -0.014306738, -0.012124354, -0.0206248742, 0.00163931376, -0.0309036318, -0.000146607854, 0.00606217701, -0.00868912, -0.0173647702, 0.00704559684, -0.0222010389, -0.0182808321, -0.00350595918, 0.00337797985, -0.00150207279, -0.0150611419, -0.0314424932, -0.00716010481, 0.0245720241, -0.0261077769, -0.0111678774, -0.008359069, 0.0191834234, -0.0159233194, 0.00694456045, -0.0319544077, -0.0105751315, -0.0118616596, -0.00382927526, -0.0186984483, -0.0146165825, 0.0213523358, -0.0120435255, 0.0110466341, 0.0553948283, -0.00577927567, 0.00443212502, 0.0111207273, 0.0170010384, -0.0274145119, -0.0238984488, 0.00130589399, 0.00337629579, 0.0400373116, -0.0459917188, -0.00130673591, -0.0310922321, 3.7888607e-05, 0.0251378268, -0.030149227, -0.020045599, 0.0207730606, -0.00555362785, -0.00663808407, 0.0190352369, -0.0181461163, 0.00516295433, 0.017176168, -0.00047402858, -0.00197525928, -0.0010844561, -0.013134717, -0.0142932665, 0.0165699515, 0.0242756512, 0.00563445687, -0.00374171045, 0.0058533689, -0.0387709886, -0.00120401569, 0.00433445675, 0.0240601078, -0.00883057155, 0.0224165842, -0.0179440435, 0.018186532, -0.00995544158, 0.013639898, -0.00557720289, -0.00729481969, -0.0131953387, -0.00373160676, -0.00771243637, 0.0341906771, 0.0187927485, -0.0110601056, 0.0106222816, -0.0246932674, -0.0205440447, 0.0178632159, 0.00837927591, -0.0285326466, 0.00946373213, 0.0167720225, -0.0118414527, -0.0118549243, 0.020597931, 0.0249357559, -0.00266230619, -0.0252321288, -0.0216352362, 0.00994197, -0.0162870493, 0.0389057063, -0.02516477, -0.0247202106, 0.00356994872, -0.0140103651, 0.0151419714, -0.00726787699, 0.0100497426, -0.0188735779, -0.0138082923, -0.0124072554, -0.0120974109, -0.00416606292, -0.00870932732, 0.00557720289, -0.00596787641, 0.00809637457, 0.0183481891, -0.00624404242, -0.00345544098, 8.95644553e-05, -0.0129393805, 0.0149129555, -0.0167316087, -0.0216352362, -0.0213658065, -0.0226321276, 0.000506023411, -0.00287448242, 0.00482279854, 0.0118683958, -0.0196414534, 0.0404414572, -0.0165160652, 0.00736891292, -0.000662629609, 0.01593679, 0.0135321263, -0.00816373155, -0.0277243573, 0.0112689137, -0.0137409344, -0.0123398984, -0.00195168424, 0.00801554509, -0.00546269491, 0.0252186563, 0.00227668439, 0.017566843, -0.00140440441, -0.0430549271, 0.00827150419, 0.0139968935, 0.000444559642, 0.0195740964, -0.0114709865, 0.052673582, -0.0261077769, 0.0362652913, -0.00397409406, 0.0185502619, 0.013249225, -0.0145222824, 0.0157751311, -0.0101575144, -0.0315233208, -0.0100968927, 0.00592072634, 0.0290176217, -0.0134647693, -0.00827823952, 0.0254746154, 0.0103663225, -0.000891645206, 0.0134580331, 0.00251748739, -0.037316069, -0.00263367919, 0.000662208651, -0.0355647728, -0.00465777284, -0.00525051914, -0.00827150419, -0.0170549247, -0.0141046653, -0.0133704683, 0.0137072559, 0.0213523358, -0.0131414523, 0.0318735801, 0.0055704671, 0.0507875718, 0.0118818674, 0.0136668412, 0.0193316098, -0.0227399, -0.0158829037, 0.0047049229, 0.0111544058, 0.0298797973, -0.00107435253, -0.0040852339, 0.0112891207, 0.00114255201, -0.0102450792, 0.00921450928, -0.0273202118, 0.0355917141, -0.00932901725, -0.028909849, 0.0369388647, -0.0516228043, -0.000149765241, 0.0425969, -0.00698497519, 0.0305803157, 0.0193854943, 0.00434456, -0.01060881, 0.0468808375, -0.0134176183, 0.0238176212, 0.0343253948, 0.0129191726, 0.00346891256, 0.0137813492, 0.0193046667, 0.0135590695, -0.00832539, 0.0127507793, 0.0159502607, -0.00636191806, 0.0232652891, 0.0234134756, -0.00976684131, -0.0133098466, 0.011343007, -0.00479248771, 0.00240466348, 0.0127103645, 0.0145761678, -0.00595777296, 0.0057557, 0.0108715044, -2.71008794e-05, 0.00558393868, -0.0143875666, 0.00300414558, -0.00411554473, -0.00100699498, -0.010770468, 0.00244002626, -0.0108445613, 0.00508549297, 0.00928860251, 0.00493057072, -0.00540880905, 0.00691088196, 0.00101457268, -0.0107435249, -0.0035834203, -0.013249225, -0.00723419804, 0.00689067459, -0.0156673603, -0.0160580333, 0.00898549333, 0.0051595862, -0.0138352355, -0.0203554444, -0.0236559622, -0.00573212514, 0.0167989656, -0.00230531115, 0.00189106248, 0.0139564788, 0.0132626966, -0.000383937877, -0.00801554509, 0.00951761845, 0.0118751312, -0.0125217633, 0.0093896389, -0.000543912, 0.0438632183, 0.00239119213, 0.00488342065, 0.00261515588, 0.0205575153, 0.0189005211, 0.0177015569, -0.00852072705, 0.0103663225, -0.0078134723, -0.0063787573, 0.0138891209, 0.000591483258, -0.00470155524, 0.00754404254, -0.00239287596, 0.0112621775, -0.00241981912, -0.000598219, -0.00275997445, -0.00161994842, 0.0176880863, -0.00856787711, 0.00887772162, -0.0135860126, 0.0292870514, -0.0126901576, 0.00155848474, 0.0175803136, -0.00641243625, -0.00673575234, -0.00171424903, 0.00527072605, 0.00896528643, -0.00926165935, 0.0311730616, -0.00740932766, 0.0301761702, -0.0120502608, 0.0120233176, 0.00298899016, -0.00307487091, 0.0207730606, 0.0192507803, -0.0332207307, -0.0209886041, 0.000318264298, -0.00703886105, -0.0154114012, -0.000118612392, 0.00338303158, 0.0189948212, -0.00407176232, 0.0153575158, 0.0104134735, -0.0141854947, 0.0276974142, -0.0235616621, 0.00306645129, -0.00165110128, 0.000380149024, 0.0187658053, -0.00569844665, 0.00720725488, -0.000207440127, 0.000259536959, -0.0107906749, -0.0161388628, -0.00687720301, -0.0141046653, 0.00469481945, -0.0108782398, 0.00874974206, -0.00926165935, -0.00526399026, 0.0078134723, -0.00932901725, 0.0206248742, 0.00991502777, 0.0202342, 0.00871606357, 0.00596450875, 0.0152901579, 0.00730155548, -0.00399430096, -0.00646295445, -0.0131145101, 0.0117067378, 0.00462072622, 0.0118347164, -0.00131094584, 0.00540207326, 0.00240466348, 0.0138082923, -0.0256362725, -0.000336577126, -0.0243564807, -0.00668860227, 0.00241981912, -0.00364067405, 0.0116326446, 0.0144279813, 0.0255150292, -0.0112217637, 0.00126463745, -0.0135590695, 0.0193046667, 0.0110062193, -0.0112015558, -0.0241544079, 0.00154585519, -0.0117202094, 0.00416606292, -0.0165160652, -0.0114709865, -0.00386968977, -0.0120165823, -0.0058095865, 0.0044455966, -0.0317658074, -0.0218642522, 0.00930880941, -0.00298225437, -0.0255689155, -0.0318196937, 5.3570282e-05, -0.0247740969, 0.00205272064, -0.00755077833, -0.00971969, 0.0251108855, -0.0245046671, -0.0160715058, -0.0117673595, -0.00388652901, -0.0034200782, 0.0133906752, -0.00822435319, 0.00576917175, 0.00406165887, -0.00930880941, 0.0102518154, 0.00155848474, -0.00161068677, 0.00387642556, -0.00792124495, 0.0110870488, -0.0196549259, -0.00965233333, -0.00782020856, -0.00124695618, -0.0381513, 0.00337797985, -0.0026993528, 0.0223492254, -0.000157237722, 0.00957150385, 0.00858808402, 0.00175634737, 0.0157077741, -0.00643264363, -0.00638212543, -0.00503160711, 0.00404481916, -0.00570518244, -0.0100901574, 0.0154787591, 0.00550647732, -0.0111072557, 0.00567150349, -0.0142259086, 0.0232922323, 0.00142713753, -0.0174994841, -0.00110550539, -0.014697412, 0.0045398972, 0.0265388638, 0.0238176212, -0.00657072617, -0.00436476758, 0.00557720289, 9.35638091e-05, -0.00996217784, 0.00680311, 0.0161523335, -0.0113093285, -0.00398756517, -0.00515285041, -0.00913368, 0.0134849763, 0.0367233232, -0.00474196952, -0.000199757153, 0.0244911946, -0.00876321364, -0.00112234475, 0.016556479, 0.000132820613, 0.003128757, -0.0308228023, -0.00875647832, 0.0155595876, 0.0101844575, -0.0187388621, 0.00478912, 0.00695803203, -0.00743627036, 0.00385958608, -0.00736891292, -0.0170549247, -0.00142124377, 0.00788756553, 0.00451969, 0.00667849835, 0.0160176195, 0.0136803128, 0.0256766882, 0.0156404171, -0.0118886027, -0.0215409361, -0.00839948282, -0.0063349749, -0.0253937859, 0.0158829037, -0.0284248739, -0.0101305712, 0.0175803136, -0.00568497507, -0.016718138, -0.00901917275, -0.00152312196, 0.00863523409, 0.0100362711, 0.0131414523, 0.00115265558, -0.00337124406, -0.00152480591, 0.0167585518, -0.0265523363, -0.00395388668, -0.00453652907, -0.0428124405, 0.0186580345, -0.00340492278, -0.00939637423, 0.00685362797, 0.0240735784, -0.00976010505, -1.49317948e-05, 0.00802901667, -0.0415730625, -0.00366088143, 0.044940941, 0.0187119208, -0.000285006507, 0.00960518327, -0.00304119219, 0.00130084215, 0.00594093371, -0.0140103651, -0.0130538885, 0.00530777266, -0.0104538873, 0.00510570034, -0.0192103665, -0.00868912, -0.00990155619, -0.00987461302, -0.00763834314, 0.0214466359, -0.017566843, 0.00247033709, 0.0043007778, -0.00984767, -0.0120637324, 0.00316917151, 0.00653704768, 0.0122792767, 0.0357533731, -0.0103461156, 0.00727461232, -0.00806943141, -0.0125621781, 0.0105818668, -0.0106694316, 0.00249728025, 0.0117269447, 0.0140507789, 0.0275896415, -0.00431088172, -0.014603111, -0.00642253971, 0.00913368, 0.00711969, 0.0156538878, -0.013592748, -0.021284977, 0.0148994839, -0.000443296711, 0.0104336804, 0.00254443055, 0.0123264268, -0.0144145098, 0.01235337, -0.0289637353, 0.0318466388, -0.00210997439, -0.0107435249, 0.0294217654, -0.00366424932, -0.0118347164, 0.00996217784, 0.00176645105, 0.00722746225, -0.0123601053, -0.0123870485, -0.01809223, -0.0281554442, 0.0240331646, -0.00775285112, -0.0025073837, 0.00252590701, 0.0169606246, 0.00880362839, -0.000947215187, 0.0126025928, -0.00585673656, -0.000277849787, -0.0086015556, -0.00901243649, 0.00614974182, 0.0106020737, 0.0191430077, -0.0159906764, -0.000362678169, -0.017957516, -0.0038494824, 0.0225647707, 0.00914041605, -0.0156943034, 0.0153036295, 0.000190811232, 0.00142629561, -0.00780000119, 0.00174792774, -0.00484637357, -0.012676686, -0.0148321269, -0.0187792778, 0.00991502777, 0.0230901595, 0.0284518171, 0.0147782406, 0.00550310966, -0.00262189168, 0.0180652887, 0.0125689134, 0.00945699587, -0.0022009071, -0.00398419751, -0.00896528643, -0.00226489664, -0.00271282415, 0.0175399, 0.0283979326, 0.00265388633, 0.00442202156, -0.015546116, 0.000924482, -0.00244507799, -0.0398487113, -0.027118139, -0.0161523335, -0.000479501381, -0.00125200802, -0.0179844592, 0.00139093283, 6.90677734e-06, 0.00644948287, 0.0134243546, -0.0292601082, 0.00327357557, -0.0065235761, -0.000403513666, -0.00425362773, -0.00608912, 0.0190082937, 0.011895339, -0.0029654149, -0.0176072568, 0.000267956639, 0.00990155619, -0.0283171032, -0.0224704705, 0.0092683956, -0.000158500668, -0.00945699587, -0.0120974109, -0.0202746149, 0.0211906768, -0.00581969, 0.0125015564, 0.0260673612, -0.00394715089, -0.00972642656, 0.00788083, 0.013410883, 0.0080020735, -0.00821761787, -0.0168393813, 0.0229958594, -0.00994197, -0.0174455978, 0.00742279924, -0.00165194331, -0.00814352464, 0.00596787641, 0.0027683943, -0.0075777215, 0.00467798, -0.0168393813, 0.00367098511, 0.00903264433, 0.00221269461, -0.00577590754, -0.00167636038, 0.00460388651, -0.00755077833, -0.00146755204, -0.0121782403, 0.019358553, -0.0369388647, 0.00356994872, -0.0208673608, -0.00249222829, 0.0127777224, 0.0029654149, -0.00740259187, 0.0148994839, -0.00315906783, 0.00239961175, 0.00626761746, 0.0102922292, 0.0170414541, -0.00186748733, 0.0157481898, 0.0118077742, 0.00763834314, -0.00419974141, 0.0163813494, -0.0080020735, 0.0168393813, 0.0170145109, -0.0116461162, -0.030930575, -0.0104202088, 0.00928186625, 0.0323585533, 0.00484637357, 0.0065740943, 0.0117538879, -0.00875647832, -0.0096321255, -0.013363733, -0.0141720232, 0.0118145095, 0.010332644, -0.0175533704, -0.00209650281, -0.00878342148, 0.0313077755, 0.0211637337, 0.0179440435, 0.0361305773, -0.0134647693, -0.00171256508, 0.0143471528, 0.00509559643, -0.0058803116, -0.00673238467, 0.00406839419, -0.00977357663, -0.0165025927, 0.0293678809, -0.0200725421, 0.0299875699, -0.0066683949, -0.00516295433, -0.000174498084, 0.016556479, -0.00957824, 0.00129073858, 0.00181865308, -0.00994870625, 0.00650673686, 0.00303614046, -0.00821761787, 0.00347228022, -0.00434792833, 0.0188735779, 0.01593679, -0.00379222864, -0.0169606246, -0.0074766851, -0.0143471528, -0.0120233176, 0.00376191759, -0.0018371765, -0.0280476734, -0.00527746184, 0.0138082923, 0.0144549245, 0.00608912, 0.00070977991, 0.00913368, 0.021055961, 0.0212310906, 0.00103814784, -0.0010187825, 0.00448601088, -0.018806221, -0.00340492278, 0.00187759101, 0.00802228134, 0.0236559622, 0.0154383443, -0.0105953384, 0.000516127038, -0.00975337, -0.00779326539, -0.00828497577, -0.0170549247, 0.0210155472, 0.0119896391, 0.0106155453, 0.000297636056, -0.0132963751, 0.0137409344, -0.0309844613, -0.0034891197, 0.000252801197, -0.0156404171, -0.0195202101, -0.0078134723, -0.0141989663, -0.00977357663, -0.00313717662, -0.0221336819, 0.0317388661, 0.00543238409, 0.023629019, 0.0214062203, 0.0115585513, 0.0201399, -0.00968601182, 0.0148860123, -0.016004147, -0.0118279811, -0.0209077746, 0.0119829038, 0.00265725423, -0.00386632187, 0.037316069, -0.0361036323, 0.00517305778, 0.00813005306, -0.000972474227, 0.00467461208, -0.00340829068, 0.0247202106, 0.00345880887, 0.00130336813, 0.0202611424, -0.000356573903, -0.00280544092, -0.0223492254, -0.00732176285, 0.0215813499, 0.00763160735, -0.0175264273, -0.0133502614, -0.0161253903, -0.023076687, -0.00658083, 0.0244238377, 0.00853419863, 0.00496088155, -0.00198367913, -0.0207057018, -0.0232248735, 0.000910168514, -0.00706580421, 0.016556479, -0.00554689206, 0.0146704689, -0.00563108874, 0.0108243544, 0.0113228, -0.0139564788, -0.00844663382, 0.0293678809, -0.0027683943, 0.0130673591, 0.00593756558, 0.00127474114, 0.0202476718, -0.00528083, -0.0283171032, -0.00547279883, -0.00307487091, -0.00325842015, -0.0078134723, 0.0132020749, 0.00611269521, -0.000295531121, -0.00148691738, -0.000663892599, 0.0147512974, 0.00694456045, -0.00707927579, -0.0122994836, -0.00627772138, 0.000355310942, -0.00182370492, -0.00621709926, 0.0146569973, 0.00881036371, 0.000553173653, 0.00556036364, -0.00895181485, 0.0114911934, -0.0122119188, -0.0412228033, 0.00083523331, -0.00366424932, -0.00437823916, -0.0192373078, 0.00322474143, -0.00529766921, 0.0102854939, -0.0389865339, -0.0244373102, 0.000879015657, 0.0127171008, 0.0166911948, 0.00870932732, -0.00172603654, 0.00852072705, 0.00644948287, -0.0120367892, -0.00582979387, -0.0270777252, -0.00730155548, 0.0161523335, 0.00302772061, 0.0180787593, 0.000321842672, 0.000150291467, 0.00686709955, 0.00442875735, -0.00727461232, 0.0173647702, 0.0181191731, -0.0244373102, -0.00544248801, 0.0219720248, -0.00661450857, -0.0199647695, -0.0103797941, 0.0118549243, -0.0331937857, -0.0249492265, 0.0144279813, -0.00979378354, -0.0242621806, 0.0115450798, 0.0203958582, -0.00885077845, -0.0114911934, -0.0014843914, 0.000168393803, 0.00886425, -0.0252725426, -1.52475332e-05, -0.0128720226, 0.00416606292, 0.0088911932, 0.0278860144, 0.00244339416, -0.00868238509, 0.00619015656, -0.00496761734, 0.00675259158, 0.010150779, -0.0157481898, 0.00257305731, 0.0195606239, 0.00246023363, -0.0112150274, -0.050221771, -0.00297046686, -0.00460725464, -0.00612279866, 0.00345207308, 0.0293678809, 0.000391726091, 0.000349417154, 0.00242487085, -0.00431088172, -0.00195505214, -0.0111341989, 0.0127238361, -0.0147108827, -0.0161792766, -0.0138621787, 0.00953782536, 0.00430751359, 0.00612953445, 0.00818393938, 0.0190621782, -0.00633160723, -0.00730155548, 0.0232518166, -0.0256362725, -0.00108193024, 0.0220797956, -0.00202577747, 0.0149668418, 0.0225782413, 0.00887772162, 0.0131010385, 0.00879689213, 0.00168730598, 0.0107839396, 0.00390673615, -1.70038277e-06, 0.00951761845, -0.00959171169, -0.00164857542, -0.0160580333, -0.0176342, 0.0119492244, -0.0105414521, 0.0217430089, 0.00532124424, -0.0138891209, -0.0162196923, -0.0158694331, -0.00101204682, -0.00908653, 0.0114709865, 0.0242217649, 0.0144549245, -0.023305703, 0.0021975392, 0.0230497438, -0.0123803131, 0.00854766928, -0.00811658148, -0.00402798, -0.0134512978, -0.0186580345, 0.00404818729, 0.00677279895, -0.00221269461, -0.00367098511, 0.00115854945, -0.0073823845, 0.0209481902, 0.00288963784, 0.0224704705, 0.00180012977, -0.0153440442, -0.0260673612, -0.0203554444, -0.00526735839, -0.0050215032, -0.00660103746, 0.0148860123, -0.00140272046, 0.0109253898, -0.00724093383, -0.00486994907, -0.00795492344, 0.0114844581, -0.0123129552, -0.00706580421, 0.00926165935, 0.0107300533, -0.000673996226, 0.00618342077, 0.00111560896, 0.0077865296, 0.0236020759, 0.00362046692, -0.000468134793, 0.00461735809, -0.0392559655, 0.0262829047, -0.0119694322, 0.00117117888, -0.00218406762, 0.0123264268, -0.024477724, -0.00166204688, -0.0135455979, -0.00977357663, -0.0233461168, 0.0291523356, -0.0363461189, 0.00775285112, -0.00600155536, -0.0017428759, 0.0329243578, 0.00193147699, -0.0137813492, -0.0158694331, 0.0220259093, -0.0137678776, -0.00371476752, 0.00693108933, 0.020597931, -0.00891813636, -0.0135792764, 0.00799533818, 0.00892487168, 0.0147782406, -0.0137072559, -0.000206282421, 0.00501139974, 0.0266601071, 0.00938290264, -0.00342176226, 0.0038932648, -0.00466787629, -0.0174994841, 0.0157212466, 0.0092010377, 0.00222111423, 0.001550065, 0.0141720232, -0.00472849794, -0.0170010384, 0.0127103645, -0.00651010452, -0.00167888624, 0.016165806, -0.00242992258, -0.0054256483, 0.00125874369, 0.000894171128, -0.0104202088, 0.00634507881, 0.00200051838, 0.014306738, -0.00090764265, 0.0151823862, -0.00697150361, 0.0189678781, 0.0132357534, 0.00439844606, -0.00947046746, 0.0211233199, 0.0257440452, -0.00694456045, 0.00482279854, 0.00158458576, -0.0255419724, -0.0045398972, -0.0198704693, -0.0204766877, -0.0252456, -0.00288627, 0.00240803137, -0.00492046727, -0.00378549285, -0.018415546, -0.00494741, -0.0237637348, -0.0145222824, -0.0065235761, 0.00198199507, 0.0108647682, -0.0100025926, 0.0170279816, -0.00544248801, -0.0195202101, 0.00844663382, 0.00904611498, 0.0144414529, -0.0074766851, -0.00296373107, -0.00102299242, -0.00366424932, 0.0135119194, 0.000302687869, -0.00741606345, -0.00359689165, -0.0228072572, -0.00206619198, 0.0448601097, 0.00142882147, -0.0278321281, -0.0195336826, 0.00530777266, -0.0648787692, -0.000858808402, 0.00541554485, 0.0118549243, -0.00350932707, 0.0245989673, -0.0158963762, -0.0182404164, 0.0104740951, 0.0176746137, 0.0114440434, 0.0263098478, 0.00948393904, -0.0168932676, 0.0103730587, 0.00434456, 0.0340829082, -0.00370803173, 0.00618342077, -0.0110533694, 0.0189678781, -0.0201264285, 0.010056478, -0.00382927526, 0.00984093454, 0.00125621783, -0.00855440553, -0.00760466419, 0.0111005194, -0.0231440458, -0.0172435269, -0.0189274643, -0.00426709931, 0.00838601124, 0.000459715084, -0.0104336804, -0.0194797963, -0.0294756517, -0.010150779, 0.0103528509, -0.0166642517, 0.00329378294, 0.00595103716, -0.017176168, -0.0137139922, 0.0158155467, 0.00442875735, 0.018509848, 0.00167804433, -0.0122119188, 0.00283575174, 0.0204901583, -0.0174590703, 0.0294217654, -0.0127103645, -0.00928186625, -0.0157077741, -0.0087901568, 0.0118549243, 0.00371813518, -0.00763160735, -0.0192238372, -0.00510233222, 0.00437487103, 0.0151015567, 0.0156000024, -0.03715441, 0.0173108838, -0.00986787677, 0.00813005306, -0.0322777256, 0.0133435251, -0.00393367931, 0.00793471653, 0.0061632134, 0.00872953515, 0.00605207356, -0.0131145101, 0.0104404157, 0.0113968933, 0.00577254, 0.00924818777, 0.0104000019, 0.00815699622, -0.000527493597, -0.0269160662, -0.025582388, 0.00164520752, -0.0148455985, 0.0249222834, 0.0106829032, -0.0054694307, -0.00376191759, -0.00720725488, 0.00364404195, 0.00302603678, 0.00274145114, -0.00839948282, 0.00840621907, -0.000560330402, 0.0204632152, 0.0261616614, 0.016852852, -0.0261886045, 0.0345678814, -0.00182033703, -0.0163948219, -0.0117471516, -0.014697412, 0.000278691761, -0.00894507952, 0.0103057008, -0.00624741, -0.0101844575, 0.00961191859, 0.0123264268, 0.0105683953, 5.15377133e-06, -0.0171626974, -0.0248818696, 0.00541217718, -0.0337595902, -0.019816583, -0.000880699605, -0.0212310906, -0.00553678861, 0.004970985, 0.0103057008, -0.00939637423, -0.0203554444, 0.00138756493, 0.000746405567, 0.00917409454, -0.0215005223, -0.0102922292, -0.0131683955, -0.0166642517, -0.0180114023, -0.0110466341, -0.0218642522, -0.00821088254, -0.0230497438, 0.0126632145, 0.00500466395, -0.0130606238, -0.00404818729, 0.0108984476, -0.0113699501, -0.000862176297, -0.0098207267, -0.0134984478, -0.00546269491, 0.0295834243, 0.0102585508, -0.00586684048, 0.0393098518, -0.00951761845, -0.00611269521, -0.00189779827, -0.00617331685, -0.0084129544, 0.0141854947, 0.0171626974, 0.00216891221, -0.0122523336, 0.0244642533, -0.0142259086, 0.0126699498, 0.00947046746, -0.00998238474, 0.00255621807, 0.011962696, -0.00020849258, 0.0128248725, 0.0108041465, 2.71798126e-05, 0.0134849763, -0.00993523467, 0.00046434594, -0.0124544064, 0.0268352367, 0.00597124454, -0.0163948219, 0.0187792778, -0.00383937894, -0.0181191731, -0.00492046727, 0.0072880839, -0.00744300615, 0.00047697546, 0.0125958566, -0.027050782, -0.0103797941, -0.00914041605, -0.0113834217, 0.00177318684, -0.00139682658, 0.0167989656, -0.00702538947, -0.00144229294, -0.00190621789, 0.0119155459, -0.0115854936, 0.00288963784, 0.012791194, 0.00367772067, -0.0362114049, -0.00594093371, -0.000639475475, -0.0131616602, -0.00912020821, 0.00392020773, -0.00551658124, -0.00794145186, -0.0121445619, 0.00702538947, -0.0195875671, 0.00796166, 0.0137813492, 0.00375518203, 0.00822435319, -0.00596450875, 0.0470694378, 0.00515621854, 0.0232518166, -0.00860829186, 0.0148455985, 0.0317388661, 0.00375518203, 0.00449274667, 0.0154922307, -0.0229285, 0.00862176344, -0.00524041522, -0.0050888611, 0.0186310913, -5.96219325e-05, 0.0413844623, -0.00924145244, 0.0084129544, 0.0293409377, 4.06513172e-05, -0.00843989756, -0.00143050542, -0.0127305714, 0.0327896439, 0.029529538, 0.019978242, 0.0145626962, 0.00699171098, -0.00644274708, 0.00111729291, 0.0116797946, 0.0151015567, 0.0113025922, 0.00804248825, 0.00485310936, -6.91467067e-05, -0.00143134734, 0.0134715047, -0.0113025922, 0.00838601124, -0.00864870567, -0.007692229, -0.0138352355, -0.0313077755, 0.009989121, -0.0140507789, 0.0150341988, -0.00331567414, 0.0127373077, -0.00273134746, 0.00492046727, 0.0122994836, 0.0136466343, -0.0227264278, -0.0199108832, 0.0107772034, -0.00637202151, 0.00675932737, -0.0162466355, -0.016718138, -0.0059476695, 0.00738912029, 0.0104134735, -0.013020209, -0.00665155565, 0.000129452746, -0.014535754, 0.00191800552, -0.00280712475, -0.00977357663, 0.0102450792, 0.0146165825, -0.038717106, -0.0194932669, 0.0108580329, 0.000214807354, 0.00954456069, -0.00117117888, 0.0162196923, 0.00260336837, -0.0164217651, -0.00434456, -0.0101777222, -0.00387979345, -0.000735459966, -0.0282362737, -0.00850051921, -0.0111072557, -0.0118279811, 0.00547953462, -0.00977357663, 0.00172603654, 4.67029713e-05, -0.00496088155, -0.0133233182, -0.0268352367, 0.00582979387, -0.00199378259, -0.00595440529, -0.0325471535, 0.0102316076, 0.0177823864, 0.00987461302, -0.0178766865, 0.0153036295, 0.0169606246, 0.0197222829, -0.00722072646, -0.000381622463, -0.0105953384, -0.00402798, -0.0172569975, -0.0134984478, 0.00309507828, -0.00245013, 0.0115720229, -0.0326549262, -0.0115989652, -0.00749015668, -0.0159098469, -0.00509559643, 0.00428057043, 0.035457, -0.0188196916, -0.0101171, 0.022456998, 0.00170582929, 0.00314391241, -0.0116124367, -0.0115854936, -0.0101103643, 0.0110803125, -0.000980051933, 0.0264849775, -0.0125891212, -0.0263906773, -0.00864870567, -0.0129932659, -0.00825803261, -0.0205036309, -0.0049945605, -0.00523704756, 0.00258821272, 0.00531114079, 0.0234269463, -0.0125958566, -0.0139295356, 0.00500466395, -0.0149668418, 0.0105751315, -0.0184829049, 0.0725844651, 0.0150746135, 0.0145222824, -0.00157448207, 0.00361036323, -0.0244642533, 0.00835233275, 0.0348911956, 0.0194528531, 0.0092212446, -0.00160647696, -0.000817972934, 0.00439171074, 0.00438497495, -0.0264445636, 0.00404818729, 0.000319106271, 0.0170279816, 0.0114507787, 0.00193989673, -0.0082917111, 0.000290900294, 0.0157347172, -0.0122455973, 0.00405155495, -0.0192238372, -0.00228510401, -0.00831865426, 0.00233562221, -0.0119694322, 0.00109961152, -0.000390252651, -0.0125689134, 0.00446243584, -0.0161119197, 0.00899223, -0.00176645105, 0.0183886047, 0.00135978, -0.0120031107, 0.0208000038, 0.0200186558, 0.0259730611, 0.0233865324, 0.00481943088, 0.013363733, 0.00486658094, -0.0207191743, 0.0136803128, -0.0161523335, -0.0119222812, -0.0167316087, 0.016233163, 0.00383264315, -0.0121782403, 0.00113665825, 0.0282362737, -0.0198704693, 0.00048539514, -0.00945026055, 0.00773937954, -0.00532461237, 0.0167720225, 0.00675932737, 0.00877668522, -0.0241274647, -0.00943005364, -0.00816373155, -0.0194663238, 0.0231575165, 0.0107502611, -0.00374507834, 0.00698497519, -0.00885751471, 0.0261347182, 0.0164891221, -0.0278590713, 0.0147782406, 0.0100766858, -0.0114036286, -0.000866386166, 0.0227668434, -0.0177823864, -0.0213658065, 0.0169067383, -0.00309002632, 0.00213691732, -0.00325168436, 0.0162735768, 0.0213119201, -0.0107839396, 0.0122253904, -0.0135792764, 0.0301222838, -0.0105751315, 0.0128383441, -0.00407513, 0.00159216346, 0.0105953384, 0.0166103654, 0.0237098485, -0.00429741, -0.00183212466, 0.00955129694, 0.00295025948, 0.0191564802, -0.0110937841, 0.0130740954, 0.0144683961, 3.12844131e-05, -0.00675595971, -0.00485310936, 0.00259831641, 0.0242352374, 0.0172839407, 0.0168124381, 0.00555362785, 0.0107502611, 0.014535754, -0.00595103716, 0.010265287, -0.0100295348, -0.0221606251, 0.00403808337, 0.00550984545, 0.00450621825, -0.00588367973, 0.0253803153, 0.0313347206, 0.0195740964, -0.0115922298, -0.0164217651, 0.00198367913, -0.000311949523, 0.0131145101, 0.0174321271, -0.017566843, 0.0191160645, -0.00241139927, -0.00142966339, 0.0230632164, 0.0035834203, 0.0031792752, 0.0138217639, -0.0190756507, 0.0152632147, 0.0132896397, -0.0122792767, 0.016623836, 0.0172704682, -0.00373160676, 0.0196818691, -0.019749226, -0.0254072584, 0.00203251326, 0.02300933, 0.00217059627, -0.00887098536, 0.0131683955, -0.0300414562, -0.0147917122, 0.00328367925, 0.010494302, -0.00505181402, 0.000653789, -0.0198300555, 0.0136062196, 0.0018994821, 0.0140507789, 0.0203285012, 0.0158020742, 0.000955634867, -0.00292331656, 0.00509222876, -0.00508549297, -0.000349206646, -0.00703212526, -0.00761813577, -0.0130067375, -0.0213792771, -0.0071937833, 0.0118751312, -0.0121108824, 0.0245720241, 0.0146704689, -0.0118414527, 0.00641243625, 0.00379559654, 0.00334598497, 0.0218103658, 0.0142259086, -0.00983419828, -0.00907305814, 0.00206955988, 0.000824708666, 0.00264209881, 0.0201264285, -0.00705906842, -0.00201904168, -0.00402124412, 0.0306072589, -0.00381243578, -0.00609585596, -0.0142663233, 0.024410367, 0.0185233187, -7.99344343e-05, 0.00796166, -0.00872953515, 0.00274481904, -0.0177554432]
|
17 Sep, 2018
|
Python | Pandas Series.str.swapcase()
17 Sep, 2018
Python is a great language for doing data analysis, primarily because of the fantastic ecosystem of data-centric Python packages. Pandas is one of those packages and makes importing and analyzing data much easier.
Pandas provide a method to swap case of each string in a series. This means lower case characters will be converted into uppercase and Uppercase character into lower case in every string. .str has to be prefixed every time before calling this method to differentiate it from Python’s default function otherwise, it will give an error.
This method works similarly to the str.upper() and str.lower() in Pandas.
Syntax: Series.str.swapcase()
Return Type: Series with Swapped case of each character
To download the CSV used in code, click here.
In the following examples, the data frame used contains data of some NBA players. As it can be seen, the text in data frame is mostly in Camel case. In the following examples, str.swapcase() method will be used to interchange case of the text. The image of data frame before any operations is shown below:
Example #1:
In this example, Null rows are removed using dropna() method (All though str.swapcase() doesn’t throw an error for null values, but it’s a good practice to remove them to avoid errors).
After that, the case of Text in Team column have been swapped using .swapcase() method and the results are overwritten in the Team column itself. After that, the Data frame is displayed to view the changes made in the text case of Team column.
# importing pandas module
import pandas as pd
# making data frame csv at url
data = pd.read_csv("https://media.geeksforgeeks.org/wp-content/uploads/nba.csv")
# removing null values to avoid errors
data.dropna(how ='all', inplace = True)
# using swapcase() to interchange case
data["Team"] = data["Team"].str.swapcase()
# display
data
Output:
As shown in the output image, the text case in Team column has been interchanged.
Example #2:
In this example, a copy of Name column is made. After that str.swapcase() is applied twice on it and it is checked with original Series that whether it’s same or not.
# importing pandas module
import pandas as pd
# making data frame csv at url
data = pd.read_csv("https://media.geeksforgeeks.org/wp-content/uploads/nba.csv")
# removing null values to avoid errors
data.dropna(how ='all', inplace = True)
# making copy of series
new = data["Team"].copy()
# using swapcase() twice to interchange case
data["Team"] = data["Team"].str.swapcase().str.swapcase()
# creating a filter
filter = new == data["Team"]
# displaying values only where text at new == data["Team"]
data.where(filter)
Output:
As shown in the output image, the whole data frame was returned when the filter was passed in .where() method. This means after that after doing str.swapcase() twice, the string becomes what it was before operation.
|
Pandas/Pandas Tutorial/Python | pandas.date_range() method/Python | Pandas Working With Text Data/Python | Pandas Series.str.swapcase()
|
https://www.geeksforgeeks.org/python-pandas-series-str-swapcase/
|
Pandas
|
Python | Pandas Series.str.swapcase()
|
Pandas, Python | Pandas Series.str.swapcase(), Pandas Tutorial, Python | pandas.date_range() method, Python | Pandas Working With Text Data
|
GeeksforGeeks
|
[-0.0283002313, 0.0307668671, -0.0130709633, 0.0696383938, -0.0017783998, 0.00179491739, -0.0255252682, 0.00168204692, -0.0169691276, -0.0384090319, -0.0075155287, 0.00120509986, 0.0182905383, 0.00686032837, -0.0342906304, -0.0180592928, -0.00418447, 0.0563802272, -0.00798352808, 0.0275734551, -0.00577016408, -0.0269567966, -0.0529005118, 0.0163414571, 0.0351495482, 0.020371763, -0.0184336919, 0.0169360917, 0.0399947241, 0.014832845, -0.0194908213, -0.00398901151, -0.0125534106, 0.00564352889, -0.0337400436, -0.0175307281, -0.0221776906, 0.0306347255, -0.005205811, -0.0390697382, -0.02079021, 0.0229044687, -0.0119147282, 0.0154164685, 0.0144914808, 0.0565564185, -0.0298859254, -0.0053654816, 0.0178170335, 0.00490023475, 0.0120799048, -0.0419107713, 0.0169030577, -0.0467339233, -0.00678324606, 0.0260318089, -0.00129388215, 0.0186539274, 0.0135664921, -0.024798492, -0.0368894078, -0.0366911963, 0.0288948677, -0.00546734035, -0.00558296405, 0.017200375, 0.00441021146, 0.0133462576, 0.00973990466, -0.0017783998, -0.00254371739, 0.0339382552, 0.0756287947, 0.0143042803, -0.0298418794, -0.00820926949, 0.0532969348, -0.0162203275, -0.0629872903, 0.0455006063, 0.0238955263, -0.0457208417, -0.00086855283, 0.011628422, 0.0637801364, 0.0104721868, 0.0230366085, -0.030788891, 0.00882592797, -0.0162093155, 0.014403387, -0.00346044661, 0.0511826761, 0.00330628199, -0.041646488, 0.0193917155, -0.0253711026, 0.00130351749, 0.00964630488, 0.0169250797, 0.0330573134, 0.0266044196, 0.0172444209, -0.0282121375, 0.00478461105, -2.89704e-05, -0.00293738791, 0.0207021143, -0.0319561362, 0.0274413135, 0.012421269, -0.0215830561, -0.0237193387, 0.0521957576, -0.0303263962, -0.00829185825, -0.00618861103, 7.00279343e-05, 0.0221226327, -0.00617759908, 0.0628111, 0.0238955263, -0.0143703511, 0.0249967035, -0.0109511986, -0.00379630551, -0.0150090335, 0.0162313394, 0.0194467735, 0.0113751516, 0.0020991175, -0.0233229157, -0.0142271984, 0.00941505749, -0.0318680443, 0.00152512919, 0.00433312869, -0.0178831033, -0.0215500202, 0.00293188193, -0.0383429602, 0.0115513401, 0.0473505817, 0.00297042308, 0.0403030552, -0.010004187, 0.0182024445, 0.00188714091, 0.0159450341, 0.0235211272, -0.0055168937, -0.00594635215, 0.0169360917, -0.015207245, 0.046381548, 0.0348852649, 0.0171122812, -0.0334317125, 0.0216931738, -0.00156229397, 0.0153283747, 0.0284984428, 0.0125203747, -0.0143813631, 0.00256849383, 0.00201239972, 0.0367132202, -0.0405673347, -0.0247544441, 0.0101693636, 0.0177509617, 0.0129828686, 0.0218473393, -0.0191604681, -0.00753755216, -0.0337620676, -0.00771374, -0.0195789151, 0.032837078, 0.0300400909, -0.0397965126, -0.0470863, 0.0138197634, 0.0144914808, -0.00112457632, -0.00560774049, -0.00325672911, 0.0534290746, -0.0173985865, 0.00620512851, -0.0105933165, -0.0184887499, 0.0396863967, -0.00932696369, -0.0117275277, 0.0211646091, 0.00559397601, -0.0230586324, 0.0206360444, 0.0535612181, -0.0222767983, -0.0310972203, -0.0117495516, -0.0132581629, 0.0412280411, 0.00431936421, -0.0298859254, 0.00326498784, 0.00317414082, -0.00504889339, -0.0107584931, 0.00989957526, -0.000966282212, 0.00688235229, -0.00901312847, -0.000821752823, -0.0230145864, 0.00299795251, 0.0123662101, -0.000131108813, -0.0127626341, -0.0195018332, 0.00455336412, -0.0179601852, -0.0146786803, 0.00100207049, -0.0246002786, 0.0387393832, -0.047614865, 0.00319341128, 0.03358588, 0.0191714801, 0.00390642323, -0.0416244641, 0.0310311485, -0.0223428681, -0.0121239517, 0.0079339752, -0.0331454091, 0.00154715276, 0.0300841369, 0.0101253167, 0.0472624898, -0.0738228634, 0.00513974065, 0.00468825828, -0.00363112893, 0.0117495516, -0.00445425836, 0.0281240437, -0.00445425836, -0.037241783, -0.00800004601, 0.0238074325, 0.00802207, -0.0361626297, -0.0469541587, -0.0241157617, -0.0137426807, 0.00841849297, 0.0181033388, 0.0311412662, 0.00697595207, 0.0345549136, 0.0216821618, -0.0483196191, -0.0549707226, 0.00738338754, -0.0416905358, 0.00497181108, 0.0239395741, -0.00279974076, -0.0272210799, 0.0261639506, 0.0126084695, 0.0160441399, -0.0334096886, -3.07823962e-06, 0.0219134092, 0.00503512891, 0.030018067, -0.0139408922, 0.053252887, 0.0230806563, -0.0142712453, -0.0435625352, -0.0320662558, 0.0160441399, -0.00223538792, -0.0356340669, 0.00891952869, -0.0164295509, 0.0299079493, 0.00361736421, 0.0351055, 0.0278597623, 0.0190393385, -0.0118046105, -0.0105107278, -0.0116394339, -0.0114962813, -0.00289334077, 1.00278021e-05, 0.0206140205, -0.0298418794, 0.0397524647, 0.0282561854, 0.0154274805, -0.000853411679, 0.0098445164, 0.0414262526, -0.0226842333, -0.0271329843, 0.0255032443, -0.0177069157, -0.00423402293, 0.0190503504, -0.00257537607, -0.0255252682, -0.0112375049, 0.00480112899, -0.014414398, 0.00652997568, 0.00363388192, 0.0358322784, -0.0129718576, -0.00777430506, -0.00845152885, 0.0275073852, -0.0488041341, -0.0383649841, 0.0110117635, 0.00573712867, 0.0299740192, 0.0135554811, 0.0371977352, -0.0165727045, -0.0250847973, -0.0209553856, 0.0171673391, 0.032418631, 0.00360910548, -0.0386733115, -0.0122560924, 0.00884795189, 0.00241845846, 0.000136356597, -0.00347145833, -0.00606197584, 0.0259216912, 0.000573299942, -0.0319561362, 0.0377923734, 0.00625468139, 0.0253490787, -0.0255472902, 0.0277936906, 0.00103648228, 0.015218257, 0.0156917628, 0.00918381102, 0.0020000115, 0.000890576339, -0.0357441828, 0.007207199, -0.037241783, 0.000907782232, 0.00776329311, 0.0187530331, -0.0257014558, -0.0338721834, 0.0102684693, -0.0039229407, -0.0100427279, -0.00868828129, -0.0103290342, -0.0065244697, 0.019997362, 0.0231687501, 0.0172444209, -0.0538695455, -0.0286305845, -0.0178500693, 0.0260318089, -0.0171232913, 0.0304365139, 0.0446196645, 0.0160441399, -0.0107805161, 0.0028410349, -0.0166607983, -0.0154495044, -0.0145135038, -0.0178941153, -0.0166828223, -0.0223648921, 0.0104611749, 0.0123331752, 0.0196339749, 0.00465522287, 0.00425054086, -0.0511826761, -0.0328811258, -0.00417070556, -0.00490849372, -0.0217372216, -0.0220455509, 0.0240717139, 0.00156367035, 0.013621551, -0.0291591492, 0.0310091265, 0.00598489353, -0.0246883743, 0.0145795746, 0.0113311047, -0.00519479951, 0.0539576411, 0.00548936427, 0.0024432349, 0.0381227247, -0.0235211272, 0.0212967508, 0.00141776458, 0.00260703498, -0.0384310558, 0.0222437624, 0.04158042, 0.00131452922, 0.0160991978, -0.00339712901, -0.0214399025, -0.0329471976, -0.0298418794, -0.0599480383, -0.03603049, 0.0166607983, -0.0012794293, 0.0263181143, -0.0591992401, -0.0013592646, -0.00791195221, 0.00741091697, 0.0042064935, -0.00450656423, -0.00496355258, 0.0163194332, 0.00627119932, -0.00661256397, 0.0391137823, -0.0292912908, 0.0422411226, -0.0350834765, 0.0178941153, -0.0145795746, -0.0368894078, -0.0239836201, -0.00489197578, 0.0379245132, 0.0586266294, 0.00846254, -0.00434964662, 0.0101968925, -0.0310091265, 0.0288948677, -0.00820926949, 0.00613905815, 0.00238955277, -0.0228604209, 0.0126415044, -0.0249086097, -0.0398625843, -0.0406554304, 0.0381227247, 0.0026207997, 0.0308769848, 0.02959962, 0.0252830088, 0.0391578302, -0.0212857388, 0.0617980175, 0.0153724216, 0.00324296439, -0.00157605868, -0.0251728911, -0.0300841369, -0.00680527, -0.00703651691, -0.0341364667, -0.0255032443, 0.0205039028, 0.0576135479, 0.0189402327, -0.0475267693, 0.0130379274, 0.03041449, -0.0512267239, 0.00913425814, 0.0134563753, 0.00278872903, 0.039201878, 0.00510395225, -0.0297537856, 0.0153173627, 0.00824230537, -0.0122781163, -0.0525481366, 0.0377703495, 0.0284984428, -0.00945910439, 0.0186649393, 0.0205039028, -0.0216711499, 0.0310751963, -0.00649694027, -0.011595387, -0.0195018332, 0.0186429154, 0.0113861635, -0.0150861163, 0.00810465775, 0.00469651725, 0.00654649315, 0.01479981, 0.00244736439, -0.0104997167, 0.00516451709, -0.0409637615, 0.00709157577, 0.0095527051, 0.0248645619, 0.0250847973, -0.0181914326, -0.00521407, 0.0282782093, -0.00799454, -0.0197551027, -0.0133352457, 0.03521562, 0.018367622, 0.01842268, 0.0605206527, 0.00886447, 0.0100372219, 0.0162753854, 0.0194027275, -0.027243102, -0.00285204663, -0.00577016408, 0.00739439903, -0.0260758549, 0.0103455521, 0.013995951, -0.00145355274, 0.00351825845, -0.0218032915, -0.027595479, -0.0057536466, -0.00019649115, -0.0222988203, -0.0156697389, 0.0135554811, 0.0283663031, 0.0163855031, -0.00730079925, -0.0118816923, -0.0203937851, 0.0423732661, -0.0227282792, 0.0290710554, 0.0106043285, 0.0274192914, 0.0389596187, 9.51485199e-05, 0.0054370584, 0.0191604681, -0.00463044643, 0.00811567, 0.00179078802, 0.0366471484, -0.0263401382, -0.0125313867, -0.0128727518, -0.00929392874, -0.00200827024, 0.00573162269, -0.00505990535, -0.00831388123, 0.00562150544, 0.00121542334, 0.0248645619, 0.030832937, -0.0318460204, 0.0127846571, 0.0290930793, 0.0431440882, 0.00181556446, 0.0106208455, 0.040435195, -0.00385687, 0.0124432929, 0.027243102, 0.0421750546, -0.00481764646, 0.0204598568, -0.0035237642, 0.023653267, 0.0219134092, 0.0244901627, -0.0209774096, 0.0210985392, -0.00584174041, 0.0282121375, -0.0646610782, 0.00182795268, 0.0138638103, 0.0258776434, 0.0293353386, -0.00911774, -0.0249746796, 0.00963529292, 0.0157027747, 0.0342025384, -0.0154495044, 0.000363044062, 0.0159119982, -0.0134123275, 0.00350999949, -0.00608950527, -0.00451757573, 0.0132581629, -0.0376161821, -0.014392375, -0.00730079925, 0.00283277617, 0.00582522294, -0.0325507708, -0.0101308227, 0.00485894037, 0.000931870483, 0.0198762324, -0.0232127979, 0.00542054046, 0.0340703949, -0.0109016458, -0.0122120455, 0.00795049313, 0.00210324675, 0.000198211739, 0.0158899743, -0.0507422052, -0.00671166973, -0.00368894078, 0.0108520929, -0.00336684659, -0.0123551982, 0.00528014032, 0.0107089402, 0.00934348162, -0.00241019973, 0.0171783511, -0.00849557575, 0.00365590537, -0.0124763278, 0.0186649393, -0.0133572686, -0.0187199973, 0.0220345389, 0.0228604209, 0.0097123757, 0.00822028145, -0.0326168425, -0.00834141113, 0.00398901151, 0.00297592906, -0.0268466789, -0.0220895968, 0.00320992898, 0.0551028624, -0.0187640451, 0.000341192615, -0.0109346807, -0.0314055495, -0.0046387054, -0.0165837165, -0.0158679504, 0.00350449374, -0.0314495973, -0.0160881858, -0.0215169862, -0.00708607, -0.0162093155, 0.00185410562, 0.0394441374, 0.05038983, -0.00580319948, 0.0130489394, -0.000806611672, -0.00179767038, -0.000178080867, 0.0018582351, 0.000558847, -0.00940404553, -0.00769722275, -0.0235651731, 0.0379685611, -0.0147447512, 0.00645839935, -0.0130709633, -0.00671166973, 0.0149099277, 0.0178060215, -0.00231659971, 0.0401488878, 0.0113200927, 0.0331013612, -0.0117275277, -0.0129498336, -0.028410349, -0.00578668155, -0.012806681, 0.00424503488, -0.000924299879, 0.00801656395, -0.0515350513, -0.00245424686, -0.0123441871, -0.0183345862, -0.00398625853, -0.00144116452, 0.00230834098, -0.0257014558, 0.0410959, 0.010808046, 0.0242258795, 0.0168479979, 0.00376602309, -0.00924988091, -0.05201957, 0.0259877611, -0.0157468226, 0.0107034342, -0.0368894078, 0.00327324658, 0.0429018289, 0.00190090563, 0.0457208417, 0.0158239044, 0.0112375049, -0.0102244224, 0.00530491723, 0.00526087, 0.0610932633, 0.0100867748, 0.00334757613, -0.00409637578, -0.0379245132, -0.00225328212, -0.0219354331, 0.0226401854, -0.00425054086, 0.00579218753, -0.00857816357, 0.00474331714, 0.00721821096, -0.0274633374, -0.000893329328, 0.0133572686, -0.0142271984, 0.00874334, 0.0124432929, 0.0139408922, 0.0242479034, 0.0202616453, 0.00347696431, 0.00528014032, 0.0443553813, -0.00878738705, 0.0108355749, -0.00904065743, -0.0234770793, -0.0370876193, -0.011220987, 0.00880390499, -0.0189292207, -0.00962978695, 0.0281680916, -0.00701999897, -0.00730079925, -0.00384035241, -0.00686032837, 0.0194357615, -0.0141501157, 0.00082244107, 0.0213958565, -0.00806611683, -0.0336959958, 0.00623265794, -0.0146346334, -0.00672818767, 0.00283002318, -0.00567656383, 0.0283442792, -0.0373519026, 0.0413822085, -0.00784037542, 0.0128727518, 0.00786790531, 0.0243139733, -0.0082973633, -0.0218803734, 0.00602343446, -0.028432373, 0.0280799959, 0.0106263515, 0.00396974059, -0.0384090319, 0.0217372216, -0.00385687, -0.00542329345, -0.0118927043, 0.011628422, 0.0308109131, -0.0186759513, -0.0172664449, -0.0238514803, 0.0183125623, 0.0103235282, 0.0294895023, 0.0454565585, -0.0217482336, -0.0206030086, -0.0114302104, 0.0177509617, -0.00197248207, 0.0121679986, 0.0148658808, 0.00801105797, -0.00175499974, -0.00943157542, 0.0183235742, 0.025613362, -0.0291811731, 0.0078899283, 0.00967383385, 0.0047185407, -0.00575915212, -0.0135775041, 0.0246883743, 0.0200744439, 0.0320001841, 0.0207681861, 0.00354854064, 0.00752103422, -0.0180703029, 0.0277496446, 0.0101418337, -0.0233669616, 0.00299519976, -0.00787891634, -0.00462494045, 0.0254151504, 0.0206250325, 0.0306787733, 0.0118486574, -0.00797251705, -0.0148438569, 0.00635929359, 0.01161741, -0.0303484201, 0.00913425814, -0.0082973633, 0.0372858308, 0.0133792926, -0.0295775961, -0.0208672918, 0.00182519981, -0.0220565628, -0.0304365139, 0.00775778713, 0.0180592928, -0.00450656423, 0.0145355277, 0.0118156224, 0.00661807, 0.0056049875, 0.0162203275, -0.00728978729, 0.0139408922, -0.0176188219, 0.00726776384, -0.00388715253, 0.0185768455, -0.0287186783, -0.0142161865, -0.00151549396, 0.0137096457, -0.00322919968, -0.000336374971, -0.0288948677, 0.00457263459, -0.0193036217, -0.0309430547, -0.020008374, -0.00808263477, -0.00362287019, 0.0184006561, -0.0155155743, -0.00190916448, 0.0202396214, 0.00536272861, 0.0156146809, -0.00637581106, 0.0197000448, -0.00935999863, -0.00854512863, 0.00534621114, 0.0289829616, 0.0289389137, -0.000467655831, 0.000625605811, -0.038453076, 0.00601242296, 0.00563802291, 0.0142161865, 0.00343842315, -0.0265163258, 0.00662908144, -0.00231797621, 0.010797034, -0.0161983036, 0.0253711026, -0.00226016436, 0.0225741155, -0.00258088205, 0.00145079987, -0.048848182, 0.00589679927, 0.00771374, 0.00819275156, 0.0383649841, -0.00305576436, -0.0223208442, -0.0179932211, -0.0197440926, -0.0166277625, -0.0107089402, -0.0204488449, 0.00397249358, -0.0152733158, -0.0138638103, 0.0109732226, 0.0246002786, -0.0178941153, 0.00555543462, -0.0146346334, 0.000146249979, -0.0137206567, -0.0268907268, 0.0165506806, 0.0251728911, -0.0202616453, -0.0139298812, 0.00682729343, -0.0302383024, -0.0631634742, -0.0743073821, 0.00112044695, -0.00386237609, -0.0104556689, 0.0335198082, 0.00644188141, 0.00207296456, -0.0304365139, -0.011182446, 0.00100551161, -0.0318900682, -0.0294014085, -0.0318900682, -0.00782936346, 0.0338942073, -0.00381282298, -0.0244901627, -0.00307228207, 0.0111659281, -0.0122450814, -0.0125534106, 0.0105492696, -0.00230834098, 0.00568757579, 0.00344943488, -0.000596011698, 0.0078458814, -0.0181583986, -0.00125671749, -0.00949214, 0.02878475, -0.0163194332, 0.0130599514, -0.00761463447, 0.0242699273, -0.00289609376, -0.0176408459, 0.00919482205, 0.00891402271, -0.00924988091, 0.0326608904, 0.0111273872, -0.01080254, -0.0367792882, -0.019997362, -0.00871581119, -0.0170131736, 0.024424091, -0.0119147282, 0.0365810767, -0.000957335171, -0.0421970785, 0.0327049382, 0.0461613126, -0.0354138315, -0.0287627261, -0.0249746796, 0.0100757638, -0.00814870466, -0.00129044103, -0.00603444641, -0.00872131623, 0.0195348691, 0.00828635227, -0.0197330806, 0.0225961376, -0.00604545791, -0.00860569347, 0.0555873811, -0.00402479945, 0.003303529, 0.00348797604, 0.0207681861, 0.0144364219, 0.0061280462, 0.00962978695, 0.000213869091, -0.0112595279, 0.00637030508, -0.0297537856, 0.00193944678, -0.0185438097, -0.00718517555, 0.0325727947, 0.00911774, 0.0491565131, 0.0240276679, 0.0185878575, -0.00786239933, -0.012421269, -0.0391798541, 0.014392375, -0.000332073483, 0.0433643237, -0.00359258777, 0.00037612053, 0.0130269164, -0.00143290567, -0.0319781601, -0.000710947, -0.000309189665, -9.72992566e-05, 0.0196780208, 0.025194915, 0.000697870506, 0.00536823459, 0.00553891715, 0.0128397159, 0.0108410809, -0.0303484201, 0.00913976319, 0.00347421132, -0.0127295982, -0.0147117162, 0.00601242296, 0.00382934068, -0.0184887499, -0.0141721396, -0.0201295037, 0.00158431742, 0.0257675257, -0.0209884215, 0.0176298339, 0.00420374051, -0.00410463475, 0.0312293619, 0.0144694569, -0.0153063508, 0.00714112865, 0.0023812938, -0.0174756683, 0.0312954299, -0.0429679, -0.00487270532, -0.0103620691, -0.00350174075, -0.0109346807, -0.0059573641, 0.0394441374, 0.00516727, -0.018797081, 0.00897458754, -0.00152788218, 0.0315597132, 0.0200303979, 0.00697044609, -0.0453684665, -0.00208810554, -0.00765868137, -0.00425604638, 0.0230366085, -0.0190283265, 0.0226401854, -0.0112264929, 0.0367792882, -0.0228604209, 0.000428770523, -0.0160991978, -0.0200964678, -0.00402479945, 0.0186539274, 0.00848456379, -0.00812117569, 0.00671166973, -0.00741642248, 0.0149099277, 0.0194687974, -0.00277221133, -0.01679294, -0.0171122812, 0.00234137615, 0.00811016373, -0.0135334572, 0.0175307281, 0.0403030552, 0.0195458792, 0.022838397, -0.0165286567, -0.0181473866, 0.0346870534, 0.00461943494, -0.0276615489, -0.0293573607, -0.00611152872, -0.0104776928, -0.00317689381, 0.0179381631, 0.0218583494, 0.00692089321, 0.0232788678, -0.00989957526, 0.0169911515, 0.00953618716, 0.0109732226, -0.0125313867, -0.0156367049, 0.0146236215, -0.00812117569, 0.00560223451, -0.0114302104, 0.0181253627, 0.0108851278, -0.0234550554, 0.0145685626, 0.00747698732, -0.0133242337, 0.0103400461, 0.00623816391, -0.0173875745, -0.0322644673, -0.0192815978, -0.00123813516, -0.0158569384, -8.46529292e-05, -0.00337235257, -0.011209975, 0.00169168215, -0.00935999863, -0.0311192442, 0.0105547756, -0.00138472929, 0.00725124637, -0.000646597, -0.0149980215, 0.0137757156, 0.00701449346, -0.0279919021, 0.00747698732, 0.0577897355, 0.00588028179, 0.0131480452, 0.0259877611, -0.0046387054, 0.00816522259, 0.0266484674, 0.0119257402, -0.00502962293, 0.000678599929, 0.00312458794, -0.0340263471, 0.0207241382, -0.00414042315, -0.0178170335, -0.00210875273, 0.00906818733, -0.0184777398, -0.00537649356, -0.0198211744, -0.0273091737, 0.00863322243, 0.0123441871, -0.0278597623, 0.0135004222, -0.00807712879, 0.026384186, -0.00817623455, -0.0196449868, 0.0221226327, 0.000261013192, -0.00449279929, -0.00873783417, 0.0106263515, -0.0237413626, 0.0312734097, 0.00600141101, 0.0102794813, 0.00111149985, -0.0273752436, 0.00962428097, 0.00815971661, 0.0111494102, 0.00325122313, 0.0015416469, -0.0133242337, 0.0378364176, -0.0281680916, 0.0115293162, -0.0183125623, -0.00472404668, 0.0138417864, -0.0045698816, 0.0325948186, 0.0273532197, -0.00531042274, 0.0170021635, 0.0280799959, 0.00141501159, -0.00634277565, -0.0197440926, -0.0190503504, -0.00171095273, -0.00845152885, 0.0397304408, -0.0100757638, 0.00206883508, -0.00803858694, -0.00591882272, -0.0192815978, -0.0288948677, 0.0141941626, 0.00204405864, -0.00591331674, 0.000808676356, 0.018004233, -0.00124364102, -0.00806611683, -0.00526087, 0.0208893158, -0.0057536466, 0.00115554687, 0.0301061608, -0.0076421639, 0.00795599911, -0.0208452679, 0.0107144462, 0.0210544914, 0.00401378796, 0.00545632886, 0.0133242337, -0.00290985848, -0.000599797, 0.0130819753, -0.0175637621, 0.00272541144, 0.00883694, 0.0292252209, -8.81801388e-05, 0.0215279981, -0.0239175502, -0.0202726573, 0.00814870466, -0.00150448212, -0.00860569347, -0.0123001393, -0.0133792926, 0.021230679, 0.0096407989, -0.00297317607, 0.032022208, -0.0161542576, -0.00966832787, -0.000965594, -0.00835792813, -0.0117605636, -0.0102023985, -0.023190774, 0.00922785792, 0.0155375982, -0.0160991978, -0.00686032837, -0.00681077549, 0.0257455036, 0.00204681163, 0.01760781, -0.00725124637, 0.0199753381, -0.0104887048, 0.0220895968, -0.022794351, -0.0127846571, 0.0265383497, -0.00357607, 0.0186539274, 0.0347531252, 0.00142189395, -0.00358983479, 0.00898559857, -6.74040348e-05, -0.0329031497, -0.0159009863, 0.00178252917, -0.0118596694, 0.0342465825, -0.0310972203, 0.00783486944, -0.0279698782, -5.44566101e-05, 0.0188961867, -0.0153944455, -0.0145245157, 0.0100372219, -0.000358226418, -0.00873232819, -0.00182519981, -0.0240717139, 0.00239505852, -0.00155128213, -0.000590161711, -0.0118927043, 0.00433588168, -0.026824655, -0.0258556213, 0.00652997568, -0.00393119967, -0.0096407989, -0.00806611683, -0.0160881858, -0.0361846536, 0.0114412224, 0.00132691744, -0.0155596221, -0.0299299732, 0.0130929863, -0.00763665792, 0.0252609849, -0.00694842264, -0.000482452888, 0.00266759959, -0.00228769379, 0.0123001393, 0.00383209367, -0.0295115262, -0.00949214, 0.00171508209, -0.00837995205, -0.00313835265, -0.0190723743, -0.0107584931, 0.0332775488, 0.0132251279, -0.00367517606, 0.0225080438, 0.0132691748, 0.00485618785, 0.000419479358, -0.00603444641, -0.00136958808, -0.0031796468, -0.0174316224, 0.0283002313, 0.0182244685, -0.033651948, 0.00458364654, -0.00560774049, -0.0156917628, 0.00329527026, -0.0245342087, 0.0197330806, -0.00671166973, 0.00217069383, -0.0214178804, -0.0136876218, 0.00347145833, 0.027595479, 0.0181363747, -0.0100482339, 0.0191054102, 0.0106593873, -0.00543430541, 0.00396974059, -0.0153063508, -0.0047185407, -0.00586376386, 0.0133132217, -0.00136201747, -0.00996564608, -0.0128397159, 0.000252066151, -0.0155816451, -0.000697526382, 0.0147557631, 0.0159119982, 0.0225410797, -0.018775057, 0.0230145864, 0.00432211719, -0.00737237558, -0.0181473866, 0.0128947748, 0.0202396214, 0.0121900225, 0.00134756451, 0.0211095512, -0.00218032906, -0.0261419266, 0.000962841033, 0.0201625396, 0.00944809336, 0.00325122313, 0.00229732925, 0.0123221632, 0.0111383991, -0.0426595733, 0.00594084617, -0.0151742101, -0.0324406549, 0.00749901077, -0.00282176444, 0.0310972203, -0.00862771645, 0.0251728911, -0.0120688928, -0.00765868137, 0.0107199512, -0.000602894055, 0.0123111513, -0.00910122227, -0.024424091, -0.00722371694, -0.0141611276, 0.0010791528, -0.00826983433, 0.0164515749, 0.00657402258, 0.00801105797, -0.00637030508, 0.0172444209, 0.0128947748, -0.0325948186, -0.0063207522, -0.0266264435, -0.0392899737, 0.0111934571, -0.00125534099, -0.0137316687, -0.0115513401, 0.000434964662, -0.00644738739, 0.0204378329, -0.0113200927, 0.0121679986, 0.0215500202, 0.00272678793, 0.0333656445, 0.0155816451, 0.00915077515, 0.0222217385, 0.00112732931, -0.00508468179, 0.000668620516, 0.00672268169, 0.0217041858, -0.0134343514, 0.00801105797, -0.000792846957, -0.0105052227, -0.0260758549, 0.00950315222, -0.0353257358, 0.0106979283, 0.0193696916, -0.0273972675, 0.0409417376, -0.013599528, -0.0205589626, 0.00428082282, -0.0157358106, 0.0163304452, 0.0223318562, -0.000339644088, -0.0169030577, 0.0390697382, -0.00475157611, -0.0237413626, 0.020008374, 0.0224529859, -0.00555818761, 0.00279148202, 0.0062767053, 0.0195238572, -0.0153063508, 0.0146786803, 0.0307007972, 0.00338061131, 0.0264943019, 0.0204598568, 0.0104831988, -0.00505164638, 0.00671166973, 0.0098720463, 0.00845152885, 0.00907919928, -0.00841298699, 0.00491675222, -0.00717966957, 0.00861670449, 0.00529390527, 0.0164515749, -0.013214116, 0.000112354399, 0.00234137615, -0.0157027747, 0.0022849408, 0.00911774, -0.0118156224, 0.0121129397, 0.0275294092, 0.0191714801, -0.0120468689, 0.00803858694, 0.0120909158, 0.00123194105, 0.0115293162, -0.0166718103, -0.0115733631, -0.00181281159, -0.0288067739, -0.0244681388, -0.00398625853, -0.0214399025, -0.025238961, -0.0185107738, -0.0392459258, -0.00983350445, 0.0201295037, -0.00684931688, -0.00112457632, 0.0310972203, 0.0132471509, 0.00765317539, -0.0061170347, -0.00120441162, -0.00582522294, -0.00101170572, 0.0146015985, -0.0136435749, 0.0116724689, -0.00686032837, 0.00237303507, -0.00460842298, 0.021594068, -0.000154680863, 0.00539301103, 0.0011287058, 0.0113751516, 0.0134453634, 0.00754856365, 0.000881629298, 0.0158789624, 0.00145768223, 0.000571235199, 0.00308879954, 0.0159670562, 0.00498557603, -0.0182905383, 0.0045946585, -0.0116504459, 0.0266925152, -0.00649143429, 0.00525261136, -0.00897458754, 0.029203197, 0.00247076433, -0.00558296405, 0.00782385748, -0.0221776906, -0.00602343446, 0.026009785, 0.00747148134, 0.0121239517, 0.0074384464, -0.00162285857, -0.0115513401, 0.0314716212, 0.00267172907, 0.00771374, 0.00885896385, -0.00633176416, -0.00539025804, -0.0103510572, -0.0267145373, -0.0239395741, 0.00937651657, -0.00831388123, -0.0179271512, 0.0105657866, -0.00744395191, 0.0481434278, -0.00610051677, 0.0171012692, 0.00829185825, -0.00922235195, 0.00912324619, -0.0178831033, 0.000193049971, -0.0054811053, 0.00518929353, 0.00609501125, 0.00844602287, 0.00358157605, -0.0163524691, 0.00456437608, 0.0110558104, -0.00584174041, 0.0149099277, -0.00587477582, -0.0283442792, 0.00156642334, 0.0199202802, 0.000918105769, -0.00882042293, 0.00327875256, 0.0133132217, -0.00412941119, -0.00509844627, 0.0260318089, 0.0122230574, -0.00318239955, -0.00403305842, 0.00189539976, 0.00948663428, 0.00497181108, 0.00705854036, -0.00758710504, 0.00115554687, 0.0250847973, 0.00284929387, -0.00818174053, -0.0197330806, 0.021649126, -0.0333876684, 0.00220097625, 0.0145465396, -0.00266347034, 0.0176298339, -0.0122010335, 0.00601792848, 0.011182446, 0.00520856399, 0.000485205819, 0.0012312528, -0.00794498716, 0.00505164638, 0.0218363274, -0.0125534106, -0.0177069157, 0.00893054, -0.0137757156, 0.00710258726, -0.00308604678, -0.00357331731, -0.0113641396, 0.0181033388, 0.00867726933, 0.0182244685, -0.0250627734, -0.0200524218, -0.00218170555, 0.00352101144, -0.0159450341, -0.0045230817, 0.0313394777, -0.0240276679, 0.00896357559, -0.00498282304, -0.0211315732, 0.0333656445, -0.0137316687, -0.00806611683, -0.0226622093, 0.00455887, -0.00438268203, 0.00963529292, 0.00528289331, 0.0074824933, -0.00610051677, 3.42827152e-05, 0.0210544914, 0.000860294036, 0.00567656383, -0.0179711971, -0.00713011669, 0.0160661619, -0.0313174538, -0.0225741155, -0.0059683756, 0.00812668167, -0.00850108173, -0.00222712918, 0.00533519918, 0.023653267, 0.00135307037, 0.00881491695, 0.0126304924, -0.00501585845, 0.0247103963, 0.0099160932, 0.00491124671, 0.00779082254, 0.00959124602, -0.0184006561, -0.0155816451, 0.0065960465, 0.012795669, -0.00512047, 0.0168590099, -0.0134453634, 0.0261419266, 0.02878475, -0.00634828163, 0.00706404634, 0.00387063483, 0.0112705398, 0.0196449868, 0.0191604681, -0.0010412999, 0.00845152885, -0.00075155287, -0.0176298339, -0.00927190483, -0.00142051745, 0.0162093155, 0.0227723271, -0.018786069, -0.00460842298, 0.00271027023, 0.0142822573, 0.00979496352, 0.0214509144, -0.0161432456, -0.00624917587, -0.0132471509, -0.00378254079, 0.0395983, 0.013621551, 0.0132691748, -0.0117825866, 0.0143263042, 0.0107695051, 0.00306952908, -0.00527188182, 0.00159257627, 0.00795599911, -0.00721270498, 0.026824655, -0.0294454545, 0.00795049313, 0.0346650295, 0.0279919021, 0.00942606945, -0.00325672911, 0.00831388123, -0.00304475264, 0.0140510099, 0.0167158563, -0.0216601379, -0.027595479, 0.0111604221, -0.00781284645, -0.00282176444, 0.012410257, 0.00120165863, -0.0366691723, -0.0027790938, 0.00749350479, -0.0186319035, 0.00950315222, 0.00113696454, 0.00324847014, -0.00171783508, 0.0118266335, -0.0178170335, -0.00765868137, -0.0263621621, 0.0262079965, -0.0180592928, -0.0119037163, -0.0135775041, -0.0170682333, 0.0193586797, -0.00252582319, -0.0098445164, 0.0185548216, 0.00193256442, -2.30343721e-05, -1.60337295e-05, -0.00670065824, -0.022408938, -0.00241157622, 0.0169691276, 0.0221226327, -0.0146566574, -0.00375501136, 0.00366967, 0.0143042803, -0.00889750477, -0.0295775961, -0.0169140678, 0.00473230518, -0.010791528, 0.0135334572, -0.0131700691, -0.00570959924, -0.00760912849, -0.00302272895, -0.00333931716, 0.0238294564, -0.0217592437, 0.0101198107, 0.0131260222, -0.0164735988, -0.00835242216, 0.00744945789, -0.0144914808, -0.000249657314, 0.0200634338, -0.0401268676, 0.0119697871, -0.00554717565, -0.0132251279, -0.0201184917, 0.00358157605, 0.00824230537, -0.00279148202, 0.0142712453, 0.0120909158, -0.00547009334, -0.0140840458, -0.00446527, 0.0122781163, -0.00159945863, 0.0145135038, -0.0381887965, -0.0156256929, 0.0109677166, -0.00714663463, -0.0128617398, -0.000525467563, 0.00111769396, -0.0154384924, 0.000768758706, -0.0215610322, 0.00645289337, 0.00450656423, 0.0102629634, 0.00450931722, 0.0187640451, -0.0177619737, 0.0227062553, 0.0120248459, -0.00567656383, -0.010417128, -0.0127846571, -0.0205149148, -0.0122450814, 0.0161983036, -0.00393670565, -0.00315211737, 0.0151191512, 0.0160331279, 0.00822578743, -0.0110172695, -0.00207158807, -0.00731731672, -0.00318239955, -0.0228824448, -0.0105327517, 0.00487270532, 0.00443223491, 0.0352596678, -0.0301942546, -0.00785689335, -0.0239836201, -0.0186869632, 0.022375904, 0.023190774, -0.0153944455, 0.0134453634, -0.00660705799, -0.0192926098, -0.0202726573, -0.0105107278, 0.00115279399, -0.00799454, -0.0159670562, -0.0114412224, 0.00216794084, 0.0142822573, 0.0141831515, 0.00666762283, -0.016825974, 0.00467449334, 0.00105368812, -0.00270338799, 0.00856164563, -0.0223869141, -0.0343126543, -0.0146676693, -0.0145024927, -0.0104281399, -0.000153046305, 0.0151081393, -0.00916729309, -9.58367527e-05, -0.0298418794, 0.0219244212, -0.0142602334, -0.00933797564, -0.021616092, -0.00850108173, 0.00895807, 0.0258776434, -0.00368068181, -0.00167378807, -0.00253958791, 0.0122230574, 0.0229485147, -0.0191384442, 0.0209994335, -0.00580319948, -0.0233449377, 0.0118266335, -0.0279698782, 0.00814319868, -0.00911774, -0.00151411747, -0.00808263477, -0.0123111513, 0.0257234797, -0.00290985848, -0.0209223498, -0.0132911988, -0.0197440926, -0.0144804688, -0.00926089287, 0.00534621114, 0.0160551518, -0.00325122313, 0.0305906795, 0.00733383466, 0.0170462094, -0.00607298734, 0.0112870578, 0.012035857, -0.00118238805, 0.00880390499, -0.0170462094, 0.0255913381, 0.0130599514, -0.01161741, 0.00295665837, 0.000736411661, -0.00670616375, 0.00491124671, 0.00998216309, -0.00546183484, 0.0151411751, -0.0101968925, 0.00797251705, 0.00644188141, -0.011628422, -0.0174206104, 0.0128176929, -0.00210875273, -0.015603669, 0.0123221632, -0.00468550529, 0.0138087515, -0.0121790105, 0.0051259757, -0.0145024927, 0.000493808766, 0.00915628113, -0.0158349164, 0.00444875238, 0.0252830088, 0.00254647038, -0.00792296417, -0.00622164644, -0.0120248459, 0.0161102097, -0.00223538792, 0.0162533633, 0.00245837611, 0.0213407967, 0.00711359922, -0.0155045632, -0.0030007055, 0.0051975525, -0.00895807, -0.000133431604, -0.00710809324, -0.00992159918, -0.00279836426, 0.021616092, -0.000252754369, 0.0188851748, 0.00583072891, -0.0195128452, 0.00261254096, -0.0150530804, 0.0099160932, 0.0110392924, -0.0115293162, -0.0192926098, 5.75106533e-05, -0.0056490344, 0.0131150102, 0.00997115206, 0.00124501751, 0.0313615, 0.00242809393, 0.00107089395, 0.0090296464, 0.00348522305, -0.00854512863, -0.00811016373, -0.0167709161, -0.00938202254, -0.0165286567, 0.0178500693, -0.0152953397, 0.00318790553, -0.0149099277, 0.0252169389, -0.012399246, 0.0148879038, 0.00588578731, -0.00109979988, 0.00471028173, -0.0171563271, 0.00665110489, 0.00287407031, -0.00618310506, -0.0113971755, 0.0151962331, -0.00563802291, 0.0112595279, -0.00539851701, -0.0157027747, 0.00205782335, -0.0130819753, -0.00953068119, 0.0206360444, -0.00971788075, -0.0244901627, -0.014006963, 0.0212857388, 0.00566555234, -0.0120468689, -0.0209113378, 0.0114962813, 0.0278377384, -0.00670616375, -0.0153834336, 0.00514524663, 0.0279038083, -0.0105327517, 0.00721821096, 0.017189363, -0.0163414571, 0.0337180197, -0.00546734035, -0.054001689, -0.0061280462, -0.0130379274, 0.0109622106, -0.00681628147, -0.00975091662, 0.00571510522, -0.00252031744, 0.0144804688, -0.00345494086, 0.0018114351, 0.0238735024, -0.0235431492, -0.0161102097, 0.0162753854, -0.0133903045, -0.0194908213, -0.00855063461, 0.00682178745, -0.0151631981, -0.0158569384, -0.0161322337, 0.00807712879, -0.00681628147, 0.0271329843, 0.0106098345, 0.0227503031, 0.0342025384, -0.00640884647, 0.0367132202, -0.0117605636, -0.0205039028, -0.00838545803, 0.00748799928, 0.00633176416, 0.017189363, 0.00953068119, -0.00779082254, 0.00698145805, 0.00356230536, -0.00411564671, 0.014414398, 0.00215279986, 0.0201074798, 0.0263621621, 0.0224860217, 0.0345549136, 0.00475983461, -0.00958023407, -0.0100867748, 0.0102629634, 0.0249967035, 0.0215610322, 0.00220923498, 0.00666211685, 0.0051975525, -0.0115072932, -0.00645289337, 0.0147887981, 0.0105272457, 0.00317689381, 0.0112870578, -0.0065244697, -0.00980597548, -0.00300345849, -0.00312734069, 0.00558296405, 0.00539025804, 0.031207338, -0.00312458794, -0.00934898667, -0.00380181125, 0.00985002238, -0.00861119945, 0.0161102097, 5.78977888e-05, 0.0229705386, 0.00765868137, -0.00439644651, 0.0200964678, 0.00888649281, -0.0196229629, 0.00812117569, 0.00262768194, 0.00279423501, -0.0144474339, 0.00370270549, 0.0110007515, 0.000875435187, -0.00403305842, -0.00644738739, 0.0190503504, 0.00947562233, -0.00735035213, -0.018015245, -0.00963529292, -0.0069594346, -0.0197771266, -0.00891952869, -0.000796288135, 0.000557126419, 0.0178610794, 0.00468550529, -0.00714663463, -0.00709708128, -0.0246663503, -0.0222107265, -0.00628771679, -0.00603995239, 0.0247544441, -4.92518338e-05, 0.00651896372, -0.00330077601, -0.000214041153, -0.0168700218, -0.00241708197, 0.000429802894, -0.00839647, 0.0165286567, 0.0195128452, 0.00502687, 0.00734484615, 0.0148989158, -0.0139739281, 0.00800555199, -0.0109291747, 0.0126194805, 0.0379245132, -0.0157137867, 0.00376327, -0.00226291735, -0.00434414065, 0.00645289337, -0.0039669876, -0.0213958565, -0.00114659988, 0.033651948, -0.0201955736, -0.0201955736, 0.03440075, -0.00185685861, -0.0234770793, -0.0194137394, -0.00872131623, -0.0235651731, -0.0266264435, 0.0196339749, -0.00466623483, -0.0122671044, -0.000187716156, 0.0258115735, -0.013995951, -0.00646390533, -0.00462218747, -0.00913976319, 0.00550863473, 0.00373298768, -1.19688402e-05, 0.00490023475, -0.00170957623, -0.0262520444, 0.00417896407, 0.00694291666, -0.0215169862, 0.00960776396, 0.0110503044, 0.0233449377, 0.0155486101, -0.0105217397, 0.00874334, -0.00423127, 0.00515901111, -0.0129167987, -0.0201515276, 0.0052856463, -0.00596287, 0.0160991978, 0.00399176404, 0.0410078056, 0.00698145805, 0.0254151504, 0.022794351, -0.0291591492, -0.00823129341, -0.00802207, 0.00491950521, 0.0202175975, -0.0147227272, -0.00293463492, 0.00991058722, -0.0150640924, 0.00115348224, -0.0160661619, 0.0228604209, 0.00641435198, -0.0155816451, 0.0281020198, -0.0117385397, 0.0057646581, 0.0196229629, -0.0230145864, -0.00215555262, 0.0194027275, 0.0150310574, 0.0108520929, -0.0104887048, -0.00977844559, 0.00635929359, -0.0136876218, -0.000780458737, 0.0030805408, -0.00590781122, 0.00058740878, 0.00898009259, -0.0346650295, 0.0439589582, 0.0096407989, 0.0122010335, 0.00206883508, 0.0101473397, -0.00791195221, 0.0156146809, 0.0131700691, -0.00452032872, 0.026384186, 0.0403250791, -0.00161322334, 0.00328976428, 0.00770823425, -0.00467724632, -0.0103290342, 0.0114522344, -0.0150971273, -0.0179822091, -0.0217262097, -0.0158128925, 0.00171095273, 0.00331454072, -0.0146566574, 0.00715764612, -0.00534896413, 0.0138417864, 0.00628771679, -0.0105933165, -0.000694429327, 0.00440195249, -0.0275514312, -0.0164515749, -0.00803308096, 0.00250517623, 0.0216271039, -0.00191604684, 0.0123221632, 0.00412390521, 0.0121129397, -0.00869378727, -0.000113472779, -0.0134453634, -0.0136655988, -0.0070034815, -0.0160991978, -0.00370821124, 0.00764767, 0.019193504, 0.0126855513, -0.00480938749, -0.00745496387, 0.00965731684, -0.00345494086, 0.0158459283, 0.00409362325, -0.00689336378, 0.0148879038, 0.0118156224, 0.0161983036, 0.00857265759, 0.0115513401, -0.0168920457, -0.028828796, -0.0070034815, -0.00289058778, -0.022023527, 0.0108465869, -0.0370655954, 0.00986103434, -0.00189815275, 0.00630974025, 0.014392375, -0.00802207, -0.00935999863, -0.0257455036, 0.00456162309, -0.00673919916, -0.00759261101, 0.011595387, -0.00170957623, -0.00167516456, -0.0230366085, 0.00297592906, 0.000867176394, 0.0110723283, -0.015185222, -0.0109401867, -0.00399176404, 0.0214288924, -0.00258363504, 0.0111439042, 0.00336409383, 0.0142051745, -0.00436065812, 0.00120441162, 0.0144584449, 0.0035595526, 0.00543155242, 0.0108906338, -0.00954719912, -0.0426155254, 0.02323482, -0.00505164638, 0.0108961398, 0.0166387744, 0.00442397594, -0.0150861163, 0.0064363759, -0.0182134565, -0.0171783511, -0.0115293162, 0.0301061608, 0.00688235229, 0.00499658752, 0.0293133147, -0.0217702556, 0.0100537399, 0.0096407989, -0.00607849332, -0.0116614578, -0.0104446579, 0.0141501157, 0.010389599, 0.0077192462, -0.0107254572, -0.0210544914, -0.0028768233, -0.0108851278, -0.00829185825, -0.00772475218, 0.00998216309, -0.00833039917, -0.024798492, -0.0218473393, -0.00813218765, 0.0101032928, -0.00268411729, -0.00319341128, -0.00844051689, -0.00968484581, 0.0223538801, -0.0069594346, 0.00749350479, 0.00493327, 0.00488096429, -0.0115623511, 0.0231247023, 0.0142932693, -0.0107695051, 0.00409087026, -0.00280937622, 0.000556438172, 0.00289334077, -0.0123111513, -0.0217702556, -0.00878738705, -0.0126304924, 0.0100207049, 0.0362287, 0.00524985837, -0.00737788156, -0.0230145864, 0.0169581156, -0.0362947732, -0.00442397594, 0.00962428097, 0.00917279907, -0.0169691276, -0.00127117045, -0.0141831515, -0.0114522344, 0.00729529327, 0.00855063461, -0.00877637509, 0.0169691276, 0.0110888453, -0.0246443264, 0.0164295509, 0.019204516, 0.0193586797, -0.00187062332, 0.0121679986, -0.00921684597, -0.0056490344, -0.00600691698, -0.00581421098, -0.00584724639, 0.000403649959, 0.0109952455, 0.00537649356, -0.0154495044, 0.0106703984, -0.0191274323, -0.0334977843, -0.0121239517, 0.0137757156, -0.00183208217, 0.0143152922, -0.000147024242, -0.00473781116, -0.0251508672, -0.00644738739, 0.00931044575, -0.00753204618, 0.00106951757, 0.00945910439, -0.0124763278, -0.0113861635, -0.00346870557, -0.0124653159, 0.0103620691, -0.00569858775, -0.0070034815, -0.0071191052, -0.00354854064, -0.0188080911, 0.011198963, -0.00168755278, -0.00901863445, -0.00563802291, -0.00305851735, 0.00765868137, 0.0197440926, -0.0100757638, -0.0349733606, 0.00158569391, 0.00859468151, 0.0284984428, 0.0256794319, -0.019997362, 0.0110778343, -0.0239836201, 0.00917830504, -0.022023527, -0.0001676713, -0.0312513858, 0.0181033388, 0.0121569866, -0.00655199913, 0.000390229368, 0.000108138956, 5.27790362e-05, 0.0182464924, -0.00973439869, -0.00522508193, 0.0102904933, 0.00359534076, -0.0129278107, -0.0268466789, -0.0126745393, 0.0167378802, -0.0301502086, 0.00634277565, -0.00474331714, -0.00195458811, 0.000944946951, 0.00430835225, 0.0104336459, -0.00898009259, -0.00935999863, -0.0165396687, -0.0109952455, 0.00269788201, -0.00315211737, 0.0037797878, 0.000951829308, -0.0118596694, 0.00600691698, 0.022816373, -0.00394496415, -0.00607849332, -0.00834141113, 0.017200375, 0.0106098345, 0.0124873398, -0.000772199885, -0.0144584449, -0.00774126966, 0.00681628147, 0.0130048925, 0.00929943379, -0.0168920457, -0.0338721834, 0.0260758549, -0.0220565628, -0.0197661147, 0.0187199973, -0.0151191512, -0.0164846107, 0.0203056913, 0.00262630568, -0.00926639885, -0.00329251727, 0.0112705398, 0.00848456379, 0.002302835, 0.00334757613, -0.00485894037, -0.0149539746, -0.0114852693, -0.014392375, 0.00368068181, -0.0268466789, -0.0149209397, -0.0156256929, 0.0172444209, 0.000689611712, -0.0181583986, -0.0181473866, 0.018411668, 0.0101528456, 0.0176959038, 0.00477635255, -0.0228604209, 0.00417896407, 0.0187089853, -0.00041879114, -0.00433312869, 0.0394661613, -0.0163194332, 0.00321818795, -0.00852861069, 0.0131480452, -0.0237854086, 0.0048424229, 0.0122781163, 0.00499934051, 0.00670065824, -0.0149649866, 0.00220510573, 0.00340814074, -0.00926089287, -0.00314661139, 0.0100757638, 0.0166607983, 0.0149539746, 0.00870479923, -0.00934898667, -0.00437717605, 0.00874884613, -0.0107034342, 0.0131370341, -0.0044900463, 0.0234330334, -0.0173985865, -0.0183345862, 0.0149980215, -0.00128355867, -0.00460016401, -0.00552239921, -0.00831938721, -0.00131521747, -0.0110558104, 0.00716865808, -0.0220785849, -0.0112980688, 0.00596287, 0.00189539976, -0.00367792905, 0.00085616461, -0.0249526557, -0.0123221632, 0.00274330564, -0.00981148146, 0.0109842336, -0.0207571741, 0.00886997581, 0.0165506806, 0.000813494, -0.0330573134, -0.00682178745, 0.00394221116, -0.0137316687, -0.0140840458, 0.0141721396, -0.0254151504, 0.000681008736, -0.00883143395, 0.0175747741, -0.00819275156, 0.0130269164, 0.00901312847, 0.00349623477, -0.00525536388, -0.0266484674, 0.0360525139, -0.01161741, 0.0115623511, 0.0118816923, 0.0199533161, 0.0336079, -0.00040984407, -0.012795669, 0.00915077515, 0.00671717571, -0.0047625876, -0.00219134102, 0.00169443514, -0.00780183449, 0.00273367018, 0.031207338, -0.00423677592, 0.0045230817, 0.0231247023, 0.000489335216, -0.00527188182, 0.00510945823, -0.00475432863, 0.0181583986, 0.0113421166, -0.000503444055, 0.0112760458, -0.0102849873, -0.00743294042, 0.00958574, -0.0121239517, -0.00589679927, 0.0151301632, 0.00906268135, -0.00792846922, 0.00348797604, -0.00117757043, 0.0130489394, -0.00282176444, -0.00108190579, -0.00700898748, -0.000743982266, -0.00237441156, -0.0205699746, 0.0168479979, -0.014414398, 0.00579218753, 0.00683279941, 0.00574263465, -0.00203029392, 0.00232761144, -0.0112980688, 0.00323470542, -0.0220675748, -0.0221666805, -0.0140620219, -0.00155678811, 0.0163194332, 0.00283277617, -0.00634277565, 0.0157358106, 0.0195568912, -0.00033448232, 0.000781147, -0.0404131711, 0.000282692607, -0.0105437636, 0.00159395277, -0.00120509986, -0.0159340221, 0.00717966957, 0.0252830088, -0.0312293619, -0.0135334572, 0.0115183042, -0.00475157611, 0.00671717571, 0.0148658808, -0.00246663508, 0.0134343514, -0.0267585851, -0.0233889855, 0.00672818767, 0.00505439937, 0.00907369331, -0.00789543428, -0.00755406963, 0.00509294076, -0.00678324606, 0.0144694569, -0.00581971696, 0.0213628206, 0.0097123757, -0.00845152885, 0.0111494102, -0.0260538328, 0.0104997167, -0.0152623039, -0.0155706331, -0.0283663031, 0.0316918567, 0.024798492, 0.00759811653, -0.0070475284, 0.00801105797, 0.00785138737, 0.0249967035, -0.00907369331, 0.0112705398, -0.0235651731, 0.0105823046, 0.0012388234, -0.00951966923, -0.0183015503, 0.0112705398, -0.00488096429, -0.0471303463, -0.00379630551, 0.000982799917, -0.00820926949, 0.00678324606, -0.00368068181, 0.0342906304, -0.0159670562, 0.00213352917, 0.0033365644, 0.000931182236, 0.0233669616, 0.00649143429, -0.00741642248, 0.0153614096, 0.0166387744, -0.0220895968, 0.00790094, -0.0053572231, -0.0113531277, -0.00844602287, -0.0202065855, 0.005808705, -0.0221226327, -0.00841849297, -0.0006796323, 0.0129388217, 0.0150530804, 0.0243139733, -0.0163965151, -0.00656851707, 0.00675571663, -0.00776879909, 0.0256353859, -0.0106979283, 0.00609501125, 0.0289609376, 0.0130269164, -0.00339162303, -0.00169305864, -0.0238074325, 0.0207681861, 0.0279258322, 0.0192705858, 0.0182575043, -0.00480112899, -0.00350449374, -0.00166690571, 0.00346044661, -0.0243139733, 0.00124088814, -0.0285865385, -0.00552239921, 0.0133132217, -0.00508468179, -0.00026789555, 0.0177619737, 0.0072787758, 0.00829185825, 0.0210214555, 0.00676672859, 0.00256023509, 0.0036201172, -0.00865524635, -0.0308769848, 0.00578117557, 0.0124322809, 0.00462218747, 0.00493327, -0.0138748223, 0.00726225786, -0.002604282, 0.0146786803, -0.0024611291, -0.00603995239, 0.023190774, 0.030788891, 0.0193366557, 0.0101858815, 0.0111494102, 0.0065244697, 0.0153393866, -0.0259437151, 0.00921134, 0.00449830526, -0.0125754336, -0.0315156654, 0.0105492696, 0.00422301143, -0.0147227272, 0.00409637578, 0.00999868102, -0.0310751963, -0.00305576436, -0.010824563, -0.00109911163, 0.0037797878, 0.00372472894, 0.00901863445, 0.00383759965, -0.00588578731, 0.00118720578, -0.0039229407, -0.0146236215, 0.0245562326, 0.0209333617, -0.0111053633, -0.00904065743, -0.0142602334, 0.0073228227, -0.00732832868, -0.04239529, 0.0246443264, 0.0290710554, -0.0182134565, -0.0053572231, 0.0285424907, -0.0151081393, -0.0343126543, 0.00862221047, -0.0104776928, -0.0159890801, -0.0102739753, 0.01923755, -0.00474331714, -0.010417128, 0.00557745807, 0.00789543428, 0.0200964678, -0.00358432904, 0.0155045632, -0.00302548194, -0.00541503448, 0.0202065855, 0.0164405629, -0.00627119932, 0.00684931688, -0.0220675748, 0.0162643753, -0.0181804206, 0.00934898667, -0.00536823459, 0.00637581106, -0.00519204652, 0.00654098764, -0.0129057867, 0.00153476454, -0.0168920457, 0.0284764208, 0.0066400934, 0.0169140678, 0.00583623443, 0.0102464454, -0.00339162303, 0.00670616375, 2.94650708e-05, -0.00196559983, 0.0023193527, 0.0103070103, 0.013588516, 0.00910122227, 0.00385411712, 0.0226401854, 0.0137867276, 0.0173765626, 0.0146015985, 0.0234991033, 0.0204488449, 0.00995463412, 0.00735035213, 0.00676672859, -0.0147887981, 0.0185548216, -0.010830069, 0.00969035178, 0.0241377857, 0.00189677626, 0.00597938756, -0.00495529361, -0.0161983036, 0.00212664669, -0.00025378674, -0.00964630488, 0.024424091, 0.00996014, 0.00557745807, -0.0029841878, 0.000254991144, -0.013599528, 0.0115513401, 0.0188080911, -0.00304475264, -0.0218583494, 0.0162093155, -0.0222327504, -0.010808046, -0.00364489364, 0.00547559932, -0.0127846571, 0.0139849391, 0.0156697389, 0.0134783983, 0.002399188, 0.00866625737, 0.0289829616, 0.00856164563, 0.0229705386, -0.00320717599, -0.00673369318, 0.00846804585, -0.0148548689, 0.00558571704, -0.0137536926, -0.0196229629, -0.00766418735, -0.0258996673, 0.0196339749, 0.0105988225, 0.00660155201, 0.0180703029, -0.01161741, 0.0193366557, -0.00857265759, 0.00161047035, 0.00121955283, 0.020812232, -0.00259327027, 0.00682178745, -0.0147007043, 0.0303043723, 0.0179051273, 0.0262300204, -0.00112526456, -0.00523334043, -0.00275431736, 0.0106043285, -0.0119367512, 0.0213738326, -0.0211756211, 0.0404572189, 0.0170572214, 0.00135513511, 0.00130420574, -0.0207681861, 0.00456712907, -0.00129044103]
|
05 Feb, 2019
|
Python | Pandas Series.sort_values()
05 Feb, 2019
Pandas series is a One-dimensional ndarray with axis labels. The labels need not be unique but must be a hashable type. The object supports both integer- and label-based indexing and provides a host of methods for performing operations involving the index.
Pandas Series.sort_values() function is used to sort the given series object in ascending or descending order by some criterion. The function also provides the flexibility of choosing the sorting algorithm.
Syntax: Series.sort_values(axis=0, ascending=True, inplace=False, kind=’quicksort’, na_position=’last’)
Parameter :
axis : Axis to direct sorting.
ascending : If True, sort values in ascending order, otherwise descending.
inplace : If True, perform operation in-place.
kind : Choice of sorting algorithm.
na_position : Argument ‘first’ puts NaNs at the beginning, ‘last’ puts NaNs at the end.
Returns : Series
Example #1: Use Series.sort_values() function to sort the elements of the given series object in lexicographical order.
# importing pandas as pd
import pandas as pd
# Creating the Series
sr = pd.Series(['New York', 'Chicago', 'Toronto', 'Lisbon', 'Rio', 'Moscow'])
# Create the Datetime Index
didx = pd.DatetimeIndex(start ='2014-08-01 10:00', freq ='W',
periods = 6, tz = 'Europe/Berlin')
# set the index
sr.index = didx
# Print the series
print(sr)
Output :
Now we will use Series.sort_values() function to sort the elements of the given series object in ascending order.
# sort the values in ascending order
sr.sort_values()
Output :
As we can see in the output, the Series.sort_values() function has successfully sorted the elements of the given series object in ascending order.
Example #2: Use Series.sort_values() function to sort the elements of the given series object in descending order.
# importing pandas as pd
import pandas as pd
# Creating the Series
sr = pd.Series([19.5, 16.8, 22.78, 20.124, 18.1002])
# Print the series
print(sr)
Output :
Now we will use Series.sort_values() function to sort the elements of the given series object in descending order.
# sort the values in descending order
sr.sort_values(ascending = False)
Output :
As we can see in the output, the Series.sort_values() function has successfully sorted the elements of the given series object in descending order.
|
Pandas/Pandas Tutorial/Python | pandas.date_range() method/Python | Pandas Working With Text Data/Python | Pandas Series.str.swapcase()/Python | Pandas Series.sort_values()
|
https://www.geeksforgeeks.org/python-pandas-series-sort_values/?ref=ml_lbp
|
Pandas
|
Python | Pandas Series.sort_values()
|
Pandas, Python | Pandas Series.str.swapcase(), Pandas Tutorial, Python | Pandas Series.sort_values(), Python | pandas.date_range() method, Python | Pandas Working With Text Data
|
GeeksforGeeks
|
[-0.0018840509, 0.0119443741, -0.010980254, 0.0346654654, -0.0162507761, -0.0208785515, -0.0179112051, -0.00516875368, -0.0332085714, 0.0341726914, -0.00441620452, -0.0285807978, -0.0130798928, 0.00950729288, -0.0356510095, -0.0015747291, 0.0107124429, 0.0508198291, 0.0100911213, -0.0308518354, -0.0440495647, -0.0167649724, -6.99237935e-05, 0.00916985143, -0.0192609727, 0.0242743958, 0.000629690767, 0.0120193604, -0.0145046478, 0.00542317424, -0.0231603011, -0.0111730779, 0.00847889856, -0.0127156693, -0.0156723037, 0.00223488337, 0.0411786288, 0.010000065, -0.00179567316, -0.000665175728, 0.00980188511, 0.0246386174, 0.0321159028, -0.00211972464, -0.00821108744, -0.000919931044, -0.0515911244, -0.000106371212, 0.00462509692, 0.0530051664, 0.0348154381, -0.0189610235, 0.0173327327, -0.0064810277, -0.024552919, -0.00171399082, 0.000540978333, 0.0243386701, -0.0181790162, -0.042207025, 0.0018666432, -0.0154259177, 0.0197430328, -0.0219390821, -0.00158544153, -0.01666856, -0.00448851334, 0.00391004141, -0.00875206571, -0.00114623143, 0.016925659, 0.0383933932, 0.0696308762, 0.0403002091, -0.0343869403, -0.00734873582, 0.0329729, -0.0102625201, -0.0426141, 0.0220247824, 0.0327372253, -0.0380291715, -0.00285754399, -0.00553833274, 0.057204444, -0.00576329418, 0.022153331, -0.0323944278, 0.014526072, -0.0225175545, 0.020739289, -0.0126192579, 0.0365294293, 0.000160351876, 0.0195073579, 0.00875742175, -0.0173005946, 0.0125121335, -0.00315749249, 0.00978046, 0.014783171, 0.0024531493, 0.0121371979, -0.0296734665, -0.0064863842, 0.00344672846, 0.0257955622, 0.0120514985, -0.0294163674, 0.00792185124, -0.00787900202, 0.0141618494, -0.00318962988, 0.040792983, -0.0481202938, -0.00271694339, 0.016218638, -0.0386719182, 0.00726303598, -0.00602039276, 0.0391861163, 0.0217783954, 0.0358866826, 0.0178683549, -0.051762525, 0.00521160336, 0.00673812628, 0.00474561192, 0.025517039, -0.00783079583, 0.0129727684, 0.00776652107, -0.0115587255, -0.0345369168, 0.0262883343, 0.0038136295, 0.0279594753, 0.0129192062, -0.00748264138, 0.00783615187, -0.0659458, -0.0195930582, 0.0163257625, -0.0241672713, 0.0430640206, -0.015490192, 0.0251313914, 0.0381791443, -0.0299519897, 0.00123527856, -0.036036659, -0.0264383089, 0.0166792739, 0.00875742175, 0.0260098111, 0.0274024289, -0.0105142621, -0.00966798, 0.0261383597, 0.00233531254, 0.0212749112, 0.00609002355, 0.00377613609, 0.0239101723, 0.0357152857, 0.00809325092, 0.0344297923, 0.00105919281, -0.0464920029, 0.00458760373, 0.0831285566, -0.0586613379, -0.018821761, 0.023138877, -0.0298877154, -0.0356295854, 0.0199679937, -0.0262454841, 0.0238887481, 0.0225604046, -0.00520089082, 0.00629356, 0.00065312424, 0.0225175545, -0.0157687161, -0.0365722813, 0.00481524318, 0.0207285769, -0.00581150036, 0.0607609749, -0.0306590106, -0.000123444159, 0.02718818, 0.0320730545, -0.0250456911, 0.0115587255, 0.0112802023, -0.0550191067, -0.00347886584, 0.0400431119, -0.0109106228, -0.00416178396, -0.0177290924, 0.0155437542, 0.0220462065, -0.0106535247, -0.0188967492, -0.0122871716, 0.0218748078, -0.0122764595, 0.00824322458, -0.0101553956, -0.000290909782, 0.0134012662, 0.0189181734, 0.0240601469, -0.0163150504, -0.00381898577, 0.00582221244, -0.0392289646, -0.0148581583, -0.00397431618, 0.033379972, 0.00621321658, -0.00740765408, -0.00362080568, 0.0223033056, 0.00886990223, -0.0393575132, 0.0255598892, 0.00888597127, 0.00361812743, -0.0264168829, -0.0271453299, 0.0344083644, -0.0271453299, -0.0464491509, 0.0156080294, -0.00247993041, -0.0337227695, 0.0230317526, 0.0026232095, 0.0137762018, -0.02048219, 0.00371721759, -0.00279862573, -0.0220247824, 0.027895201, 0.0417356752, 0.0104767689, -0.00210767309, -0.036957927, 0.00847889856, -0.0170434956, -0.0381791443, -0.00717733661, -0.00175550149, 0.0153723555, -0.0340012945, 0.00776652107, -0.02048219, 0.0551905036, 0.0201393925, 0.0647460073, 0.0134012662, -0.0692880824, -0.03333712, 0.0249171425, 0.00248662569, -0.00794327632, -0.0175684057, -0.0015666947, 0.0205893144, -0.0109159788, 0.00565616973, 0.0148260212, -0.0257098619, -0.0275095534, 0.00693095056, -0.0180504657, -0.0106803058, -0.0256241634, 0.0440495647, 0.0274881274, -0.00730588613, -0.0249599908, 0.0142154116, -0.0153723555, -0.0122121843, -0.00461974088, -0.0034681533, 0.0403430611, 0.0284308232, 0.0136369392, 0.0307661351, 0.0073219547, -0.020974962, -0.0354367606, 0.000871055527, 0.0497057326, -0.00933589414, -0.00281201629, 0.0197108947, -0.00529730273, -0.0343655162, -0.00254956144, -0.00783615187, -0.00312535511, -0.0120943477, -0.0277452264, -0.00803433172, 0.0198822934, 0.00367972418, -0.0128013687, -0.0034681533, -0.0273167286, 0.0301448144, -0.00429836754, -0.00982866623, 0.011440889, 0.0131548792, -0.0158544146, 0.00949122384, 0.0210820865, -0.0108999107, -0.00943230558, -0.0081307441, -0.0304876119, -0.0090305889, -0.0472633, -0.0198608693, -0.0173220206, -0.0447780117, 0.00183852296, 0.0123085966, -0.00107057474, -0.0173005946, -0.0165507235, -0.0149438577, -0.0195287839, 0.0103428634, -0.0158758406, -0.0286450721, 0.0185753759, -0.00195234269, 0.00316820503, -0.0341941155, 0.0192288347, 0.0313446075, 0.0181468781, 0.000399038487, -0.0481202938, 0.0673169866, -0.00165373331, 0.0456350073, -0.0638890117, 0.0153187932, -0.000339952676, 0.036443729, 0.02144631, 0.00191484916, 0.0368293785, -0.0370864756, -0.0259241108, 0.0147081837, -0.0140333, -0.00603646133, 0.0168935228, 0.0261597857, -0.00550083956, -0.0247243177, 0.0159508269, 0.0107017299, 0.000202029973, 0.0119657982, 0.019068148, 0.0203857776, -0.000743845245, 0.0248742923, 0.00102370779, -0.0155651793, -0.00566688227, -0.024102997, 0.0118265366, -0.0408786796, -0.00410822174, 0.0329514742, 0.0227318034, 0.00642746547, 0.0132834287, -0.0142046986, -0.00179701229, -0.00152250589, -0.0235459488, -0.0119443741, -0.00783615187, 0.0251956657, 0.0117622623, -0.0108463485, 0.0161008015, 0.0161757879, 0.0123300217, 0.000372257375, 0.00321641099, 0.00122925278, -0.0182647146, -0.0184896756, -0.0117515493, 0.0237173475, 0.0186717883, -0.0107874302, 0.0239530224, 0.00801290758, 0.0134762526, 0.0322444513, 0.0232460015, -0.00316017051, 0.00835034903, 0.00252679735, 0.0225175545, 0.0570758954, 0.0106695928, 0.0220033582, -0.00219872897, -0.015758004, -0.00681311358, 0.0062721353, 0.00181843713, 0.0114944512, 0.0328657739, -0.0197537448, 0.000405733765, 0.00415107142, 0.00341191306, -0.0431497209, -0.0315802805, -0.027895201, 0.0284093972, 0.027895201, -0.0389932916, -0.020503616, -0.0238887481, -0.000777321635, 0.012405009, -0.0348582901, -0.0110123912, -0.015265231, 0.0225175545, -4.04855e-05, 0.00349493441, -0.0196680445, -0.00112145883, 0.00423409278, 0.0118372496, 0.0398074389, 0.00886990223, 0.00563474465, -0.0074665728, 0.0149010075, 0.0389504433, 0.0215748604, 0.0133048538, -0.00284415344, -0.0441352651, 0.0185003877, -0.00152250589, -0.00294859987, -0.000135997805, -0.0137226395, -0.0338513181, -0.00210633408, -0.0640604049, -0.00606324244, 0.0185432378, 0.0137869138, 0.0172148962, 0.0137976259, 0.0621750169, -0.0263740346, 0.000967467495, 0.0513340272, -0.0220033582, 0.0159722529, -0.00502145756, -0.0170970578, 0.00283611915, -0.00262187026, -0.0192181226, -0.0203107912, -0.000121351892, 0.0178576428, -0.0122978846, 0.0177719425, -0.042207025, -0.000759913877, 0.0354153365, -0.0241886955, -0.0104178507, 0.0140333, -0.00443495112, 0.0310232341, -0.0110873785, -0.0163793247, -0.00173139852, 0.00508841034, -0.000212240266, -0.0118158245, -0.0280451756, 0.0110552413, 0.0127049573, 0.0304233376, 0.0227318034, -0.0250456911, 0.0155223291, 0.0182540026, 0.00449387, -0.00445102, 0.0081361, 0.0191109981, -0.00325122639, 0.00258705486, -0.0175362695, -0.0196466204, 0.0105999624, 0.000614961144, -0.00114154466, -0.000432180124, -0.0350511111, -0.00812003203, 0.0138726132, -0.0222604554, 0.0208464134, -0.00171265181, 0.00518482225, 0.00234334683, -0.0208464134, -0.0127370944, -0.00346547528, 0.0156401657, 0.0229674764, -0.0108891977, 0.0170327835, -0.0101179024, -0.00212374167, 0.00350564695, -0.0108409924, 0.00484738033, 0.0386504941, -0.020974962, -0.0136369392, 0.00629356, 0.0115265884, -0.0308089852, -0.0226246789, -0.00812538806, 0.0320944786, -0.0382005721, 0.00362080568, 0.00266204192, -0.0251742397, -0.0204179157, 0.0339798667, 0.00640068436, 0.0233531259, -0.00167381915, -0.012405009, 0.00217194785, 0.0323515758, -0.0435353667, 0.0174934193, 0.0215320103, -0.00438674539, 0.00864494126, -0.010246451, -0.0250885412, -0.00955014303, 0.00396628212, -0.00700058136, 0.0139154634, -0.0131441671, -0.0372150242, 0.0174184311, 0.00446173223, -0.00415642792, -0.02718818, -0.0353939123, -0.0310232341, -0.0297591668, 0.0179004911, 0.031237483, -0.00262454851, 0.0349011384, 0.0122550344, -0.00935731828, -0.0183718391, 0.0270167813, -0.0188646112, 0.00726303598, 0.0307018608, -0.00611144863, 0.00816823728, 0.0101928888, 0.0144510856, 0.00590255577, 0.0236316491, -0.00563474465, 0.0111623649, 0.0204393398, -0.00109534722, -0.00287629082, -0.0137333516, 0.00885919, 0.0128335068, -0.0538193136, 0.0132620037, 0.0265454333, -0.00908950809, 0.0404501855, -0.0143868104, -0.0191324223, 0.00202732976, 0.0206107404, 0.0115801506, 0.00399038475, 0.0371293277, 0.0302090887, 0.0225175545, 0.0292663928, 0.0131441671, -0.0389290154, 0.012158622, -0.02241043, 0.00418320904, -0.00683453865, 0.0142903989, -1.37671623e-05, -0.0342583917, 0.000782677846, -0.0126621071, -0.00615429832, 0.0283879731, -0.0282808486, 0.0115801506, 0.0310232341, -0.00195100368, 0.0112373522, -0.0141725615, 0.00645424658, 0.0124478582, -0.0154259177, -0.0152223809, -0.0213284735, -0.00059320149, 0.0124692833, 0.0232674256, -0.0330800228, 0.00754155964, 0.00557047036, 0.0215212982, -0.00365294307, -0.00503752613, -0.015758004, 0.0227532275, 0.0512483269, -0.0164007507, -0.00130557898, 0.0313017592, -0.0182432905, 0.0105838934, -0.0186289381, 0.0200965423, -0.0198501572, 0.0149759948, 0.0403002091, 0.00385112315, 0.0156187415, 0.0245100688, 0.0152223809, 0.0132191544, 0.0149652828, 0.0172898825, 0.0130906049, -0.0118586738, 0.0147081837, -0.00841998, -0.0275952518, 0.0141404243, -0.0289450195, 0.0152009558, -0.032887198, -0.0258598365, 0.000658480451, 0.0379220471, 0.0341941155, 0.0193680972, 0.00352439354, 0.00649174023, 0.024102997, -0.00440281397, -0.0196144823, 0.00856459793, 0.0188753232, 0.0132512916, -0.0255598892, -0.045549307, 0.0280237496, -0.000972154201, 0.0045019039, -0.0219605081, 0.0237173475, 0.0229460523, 0.0152116688, 0.00704343105, 0.0323730037, 0.00609538, 0.0465777, -0.0155437542, -0.0040975092, -0.0158972647, -0.0291592684, 0.0224318542, 0.0430640206, 0.0119550861, 0.000789373124, -0.0203000791, -0.00359134632, -0.00417517452, 0.0362080559, -0.00664171437, -0.00220542424, 0.00186396507, 0.0157687161, 0.0304233376, 0.0173755828, 0.00659886468, -0.0133691281, -0.000916583405, 0.0052732, -0.0287736207, -0.0156508796, -0.0110445283, -0.00204607658, -0.0119765112, 0.00677026389, 0.0301019643, 0.0304447617, -0.00480988668, -0.00378952664, 0.00439745793, -0.00611680467, 0.000611278752, -0.0229032021, 0.067916885, 0.00878420286, 0.0118693868, -0.0158972647, 0.00576865, 0.0155866044, -0.00542853028, 0.0638890117, -0.0122014722, 0.0233102757, -0.00541513972, -0.0131977294, 0.00969476067, -0.0426569469, -0.0306590106, 0.00382969831, -0.00191217102, -0.00762725901, 0.0133691281, -0.0363794565, 0.049620036, -0.0197430328, -0.0234602503, 0.0484202392, -0.010257164, 0.00563474465, 0.03196593, -0.0138511881, -0.00261115795, -0.0207714271, 0.0168613847, -0.00818966236, 0.0217462592, -0.0302090887, 0.0231603011, 0.00279326946, 0.0312160589, -0.00994650275, 0.0125014205, 0.00544727733, -0.0251313914, -0.0104285628, 0.016443599, -0.0246386174, -0.0545477569, -0.00146492652, -0.0174184311, 0.00406001601, 0.019068148, 0.0335513689, 0.0327800736, -0.0102893012, 0.0522338711, -0.00291914074, 0.00184521824, 0.0297377408, 0.0319445059, -0.00540978368, -0.0156615917, 0.0293735173, -0.0322873034, 0.00976439193, -0.00729517359, -0.00879491586, -0.00748799741, -0.0128442189, 0.0102785891, -0.0099893529, 0.0242315456, -0.03333712, -0.0119015239, 0.011676563, -0.0300162639, -0.0281951483, 0.0123621589, -0.00560796354, 0.0244672187, 0.0218748078, 0.0161115136, 0.00168854883, -0.0275952518, 0.0032083767, -0.0205678903, 0.00265132962, 0.0286664963, 0.00935196225, -0.021692697, 0.0108088544, 7.6368e-05, 0.00850032363, -0.036722254, 0.0117943995, 0.0275524035, -0.0112373522, -0.0126942443, 0.00207955297, 0.0336370692, 0.0238887481, 0.0194109455, -0.0118908118, -0.0345369168, -0.0180826038, 0.0046733031, 0.0471347496, -0.02192837, -0.0475632474, -0.00236343266, -0.00493843621, -0.0238030478, 0.0446494594, 0.00406269403, 0.0206321646, 0.0197108947, -0.0015318793, 0.00861280411, 0.0365294293, -0.0294806417, -0.0496628843, 0.00650780881, 0.0149545697, 0.0303162131, 0.00543388678, -0.00632569753, 0.00145957037, -0.0018412011, -0.00774509599, 0.00119845453, -0.00298341527, 0.00279059121, -0.00265400764, -0.0128656439, -0.00382166402, 0.0144939348, 0.0220676325, 0.022881778, 0.0154794799, 0.0250028409, -0.0278309267, 0.0310446583, -0.0192609727, -0.00982866623, -0.00401716586, 0.00411357777, -0.0316017047, 0.0175791178, 0.0226461031, -0.00508573232, -0.019796595, 0.00100094383, -0.0266097076, 0.0164221749, -0.030980384, -0.000484403281, 0.000619313098, 0.0367651023, 0.00789507, -0.0467491, 0.0103107262, -0.0265454333, -0.0277880765, -0.00340923481, -0.0248314422, -0.00960906129, -0.0384362452, -0.0155223291, 0.019314535, 0.0198608693, 0.00511786947, 0.00943766162, -0.00888597127, 0.00326997321, 0.0176219679, 0.00855388585, -0.0122550344, -0.0269525051, -0.00709699327, -0.00113150175, -0.00141538144, -0.0203322154, 0.00568830688, 0.000820171379, -0.00373864244, 0.00311999884, -0.0284093972, 0.000267978437, 0.00860744808, -0.0234816745, -0.0176755302, 0.0280880239, -0.00291378447, -0.0062721353, -0.0165293, -0.00968940463, -0.00677026389, -0.00157874625, 0.0103857135, 0.00351635925, -0.00248662569, 0.00647567166, 0.0406215824, -0.00981795415, -0.00253751, 0.0242743958, -0.00883240905, 0.00158945867, -0.014301111, -0.015500905, 0.00158945867, 0.0225175545, -0.0191431344, 0.00584899355, -0.0186825, -0.024552919, -0.0161436517, -0.0404287577, 0.0113980388, 0.0112694893, -0.010000065, 0.02192837, 0.00289771566, 0.00504823867, -0.00281201629, -0.0177933667, 0.0101982458, -0.0183397029, -0.0430854447, -0.0176005438, -0.0088752592, -0.0133048538, 0.0154366298, -0.0260740854, -0.0134226903, 0.0162722, -0.0277666524, -0.0153187932, -0.0126728201, 0.0106642367, 0.00242636818, 0.00315213623, 0.0132941417, 0.046277754, -0.0232888497, -0.002323261, 0.0180611778, 0.0135083906, 0.0223247297, -0.0223675799, -0.0113123395, 0.015008132, -0.0426569469, -0.00316820503, 0.00384844514, 0.0137226395, 0.000362884, 0.0288807452, -0.0178576428, -0.00259508914, -0.0020487546, -0.00118573348, 0.0244029444, -0.00862887222, 0.0328229256, -0.0229674764, 0.0419070758, 0.0232674256, -0.0494914837, 0.00302090892, 0.0313017592, 0.00630962895, -0.0235673748, -0.026202634, 0.0102250269, -0.00503752613, -0.00297270296, 0.0176862422, -0.0028736128, 0.01002149, 0.0108249234, -0.0272953045, 0.00568830688, 0.00809860695, -0.0107820733, -0.00341994734, -0.00600968, -0.0191109981, -0.0255813133, 0.00635247864, -0.0126085449, 0.0194537956, 0.0202893671, 0.0271024797, -0.000814145664, 0.00738622947, -0.0266525578, -0.00425819587, -0.0254527647, 0.0130906049, 0.00987151638, 0.00355920917, 0.0154259177, 0.0189396, 0.0011094074, -0.00971083, 0.0141618494, -0.0285379477, 0.0150509821, -0.0130477557, 0.0091055762, 0.0101286145, 0.00286825653, 0.0256670136, -0.0119336611, -0.010241095, 0.0210606623, -0.0172898825, 0.0120300734, -0.0058864872, -0.000737149967, 0.0323087275, -0.00455011, 0.00345208473, 0.0215855725, 0.0110445283, -0.000757235801, -0.0012225575, -0.00331817917, -0.0099893529, -0.0186396502, 0.0248957165, 0.0270382054, -0.0337227695, -0.0081361, -0.0238887481, -0.0268453807, 0.00072710705, -0.00860744808, 0.0206107404, -0.0424212739, -0.0123514468, -0.0082057314, 0.0079914825, -0.00724161137, 8.73733588e-05, 0.0153509304, 0.000450926891, 0.014065437, -0.0160043892, -0.0127692316, -0.0101768207, 0.00302090892, 0.0129727684, -0.00231522671, -0.00488219596, 0.00237146695, -0.0232460015, -0.00656137103, 0.00551690813, 0.0213927478, -0.00169256597, -0.00927161891, -0.0224747043, 0.0240172967, -0.0138833262, 0.00164168188, -0.00599896815, 0.00566152576, 0.0167328361, -0.0210820865, 0.0302519388, 0.0146331964, 0.0139368884, 0.00647567166, -0.0222176071, -0.00725232391, 0.00222015381, 0.00815216918, -0.0199572816, 0.0149759948, -0.0358224101, 0.0144082354, -0.0076058344, -0.00956621114, -0.0046224189, -0.0263311844, 0.0385433696, 0.0148153082, -0.0250885412, -0.00168587069, 0.0202358048, 0.0113766138, 0.00937874336, -0.000887124159, -0.00960370526, 0.0116230007, -0.00966262352, -0.0173862949, -0.034344092, -0.0409429558, 0.0103964256, 0.003872548, 0.00875742175, 0.0253456403, -0.00664707087, 0.019293109, -0.0205357522, -0.00493575819, -0.015265231, 0.00863958523, -0.0294806417, -0.0209214, 0.0143225361, -0.0064863842, -0.0128227938, 0.00429836754, 0.0199037194, 0.0148045961, -0.00187869463, 0.0257312879, 0.00825929362, -0.00222149282, 0.0184896756, 0.00555975782, -0.0148045961, -0.00996257178, -0.0172684584, -0.0415857024, -0.00762190297, 0.00430640206, -0.0147617459, -0.0140225878, -0.00146224839, 9.82322672e-06, -0.0104499878, 0.00965726748, -0.0139476005, -0.00300484, -0.00658279611, -0.0231817253, -0.00201527821, -0.0112909144, -0.00527855614, 0.0130798928, 0.0434282422, 0.0116122877, -0.00972689781, 0.0229889024, 0.0101714646, 0.0058864872, -0.00594004942, 0.0204072036, 0.00447244477, -0.00600968, 0.00262990477, -0.0121371979, 0.00684525073, -0.000598892511, -0.00871457253, -0.017407719, 0.0131548792, -0.0146546215, -0.0142903989, -0.025774138, 0.0140547249, -0.00129352743, 0.0274452791, -0.0155330421, 0.0147081837, 0.00926626287, 0.0416714028, -0.00822179951, -0.0290092956, -0.0179004911, 0.00889668334, -0.00211972464, -0.0215427224, 0.0298448652, -0.01262997, 0.0162293501, 0.00995186, -0.000415776682, -8.48626296e-05, -0.01214791, 0.0119765112, -0.029309243, 0.0177183803, 0.0293520931, -0.026931081, -0.0163793247, -0.0035377841, 9.5324e-05, 0.0286664963, -0.00240092631, -0.00604181783, 0.0204179157, 0.00844140444, 0.000121602963, 0.0224747043, 0.019807307, -0.000391004171, -0.0112266401, -0.023138877, 0.0157901403, 0.00236477167, -0.00136784499, -0.0109106228, -0.00680775754, 0.028130874, -0.00173809379, 0.0263954587, -0.0247671679, 0.0131548792, -0.000786025485, 0.0109374039, 0.0405787341, 0.010257164, 0.000315347541, -0.0129513433, 0.0235459488, -0.00854852889, 0.0163686126, -0.00513661606, 0.0170006473, -0.0282594245, 0.00569366338, 0.0160151012, -0.0141939865, 0.00982866623, 0.00030630891, 0.00237146695, 0.015018845, 0.0144832227, 0.00756834075, 0.0107874302, 0.00200054864, -0.01455821, -0.00764868408, -0.00326997321, 0.00720947376, 0.018125454, 0.00066885812, 0.0199465677, 0.000196841138, -0.00514197256, -0.0248742923, 0.0377078, -0.0368508026, 0.00565081369, -0.00440281397, 0.0160579514, 0.00480185263, -0.0150509821, 0.00688274438, 0.00253751, 0.00105383655, 0.00886990223, -0.0301662385, -0.00582756894, -0.0122228973, -0.0204393398, 0.00890739635, 0.00704343105, 0.0130156176, -0.00923412573, -0.0033985225, -0.0118800988, 0.0126085449, -0.0245743431, 0.0144939348, -0.00423677126, -0.00298877154, -0.00355117465, 0.000439210155, 0.0159186907, -0.0356081612, 0.011430176, 0.0466205515, -0.0147188967, 0.0340012945, 0.0138511881, 0.0099893529, 0.00362080568, -0.00917520747, -0.0268453807, -0.0262883343, 0.0166042857, 0.01262997, 0.0213606115, -0.0138619011, 0.0146117723, -0.0163686126, -0.000193158732, 0.00727910502, -0.00636319118, -0.0235887989, 0.0206000265, 0.012640682, -0.0170434956, -0.00818430632, 0.000353175856, -0.0118051115, 0.010969541, -0.0174719933, 0.00359938084, -0.0078415079, -0.00319230789, -0.0170542095, 0.010492838, 0.0217355471, 0.00766475266, -0.0112909144, 0.0113444766, -0.0227532275, -0.0125121335, -0.0177290924, -0.000719072705, -0.0320302024, 0.00890204, -0.0260098111, 0.0139047503, 0.0105035501, 0.00733266724, -0.000502480543, -0.00104379363, 0.0146439094, -0.00534818694, -0.00623999769, 0.0175041314, 0.00670063309, 0.0266954079, -0.00974296685, -0.00379488291, -0.024102997, 0.0178469289, -0.00714519946, -0.0137654888, 0.0171613339, 0.00465723453, -0.0186825, 0.00212240266, 0.0132941417, 0.0291378442, -0.0126728201, -0.0272096042, 0.00871992856, -0.00710234931, 0.0167971104, 0.0321159028, -0.00949122384, -0.012640682, 0.0104714129, -0.0120943477, 0.0150616942, 0.000164703801, 0.0149974199, -0.0149010075, 0.00367972418, -0.00224291766, 0.0223675799, 0.02192837, -0.0132512916, 0.0210392382, -0.02144631, -0.0268668067, 0.0098500913, -0.00494111422, -0.0264168829, -0.00538568059, 0.0325444, 0.0118158245, -0.0367865264, -0.0177612305, -0.0156615917, -0.0189181734, -0.0258812625, -0.0103375074, 0.0142046986, 0.0266311318, 0.00586506259, 0.0186610743, 0.0247243177, 0.00246252283, -0.00976439193, 0.000603579218, 0.00493040169, 0.00638461579, 0.0286236461, 0.0251313914, -0.0022536302, -0.0479060449, 0.00651852135, 0.0178469289, -0.00523570646, 0.0137440637, 0.0174719933, 0.00453404151, 0.0291164201, -0.00936267525, 0.0106321, -0.00769153377, 0.0101179024, 0.0163364746, 0.0154259177, -0.000840926776, -0.0251742397, 0.00801826362, -0.0232888497, 0.0243172441, -0.00416981848, -0.00113819703, 0.00268212776, -0.0245957691, -0.00503752613, -0.0191109981, 0.00357527775, 0.0160258152, -0.0135726649, 0.00890739635, -0.00441888254, 0.0242315456, 0.0165507235, -0.00910022, 0.00630962895, -0.0468348, -0.0128013687, -0.0253456403, -0.00790042616, -0.00952871796, 0.00388593855, -0.0140440119, -0.00952336192, 0.0213713236, 0.00915913843, -0.0151259694, -0.00855388585, 0.0313874558, 0.0342369676, -0.00958228, 0.0342369676, 0.0155973164, 0.0245957691, 0.0280880239, -0.0149117205, -0.0158437025, 0.0174827073, 0.0186932124, 0.0185539499, -0.0190252978, 0.0103267943, -0.000168972052, -0.0187039245, -0.0211677868, 0.00571508799, -0.0203322154, -0.00165641145, 0.0266311318, -0.0174505692, 0.0329086222, -0.0181468781, 0.00681846961, -0.0118051115, 0.000402386126, -0.000915244338, 0.0651316494, 0.00571508799, -0.0326301, 0.0149331456, 0.00442691706, -0.00136048021, -0.0156401657, 0.0522767194, -0.00766475266, -0.00446708873, -0.0103910696, 0.0282808486, -0.0200965423, 0.0229246281, 0.00548477052, 0.0123300217, -0.0178255048, 0.0243386701, 0.00622928562, -0.0287736207, 0.0132727167, 0.0149224326, 0.013583377, 0.00839855522, 0.00162427418, -0.0128549309, 0.00209026528, 0.00919663161, -0.00513126, 0.01666856, 0.0156508796, -0.011440889, 0.0185218137, -0.0127263824, 0.0226246789, 0.00494914874, -0.00824858062, 0.0194430836, 0.0154366298, 0.0156615917, 0.00584363751, -0.0102036018, 0.0137869138, 0.00343601592, 0.0056722383, -0.00653994642, -0.0142689738, -0.0102143139, -0.0215534344, 0.00635783467, -0.0221961811, 0.0178469289, -0.00976439193, -0.0103053702, -0.00170060026, 0.00772902742, 0.00855388585, -0.0147724589, 0.00724696741, 0.0143760983, 0.0125764078, -0.0175576936, -0.00167515827, -0.00236343266, -0.0141725615, 0.00371453958, 0.034344092, 0.0016523943, 0.0190360099, -0.00812003203, 0.0156723037, 0.00890204, 0.0213177614, 0.0144832227, 0.0187253505, -0.0132620037, 0.00284683169, 0.0212642, -0.00241967291, -0.0151688186, 0.00128549314, -0.0081361, -0.00837177411, -0.000428832485, 0.0076058344, -0.00599896815, -0.0192823969, 0.0243172441, -0.019293109, 0.0242315456, -0.0025040335, 0.00165105518, -0.0171291959, -0.0054124617, -0.0243172441, 0.0138833262, 0.0127906566, -0.00923412573, -0.00384308887, -0.00658279611, -0.0138940383, 0.0165614355, 0.0180183295, 0.00427962095, 0.00674883882, 0.0189503115, -0.0292663928, 0.0269953553, -0.0125014205, -0.00855924189, 0.00982331, 0.0077504525, -0.0359081067, -0.0191645604, -0.0109909661, 0.00297270296, 0.00365294307, 0.00582756894, -0.0218319576, 0.0310875084, -0.0104178507, 0.0280023254, 0.0247671679, -0.0203857776, 0.00369311473, -0.00511251343, 0.00201661745, -0.00642210944, 0.0121157728, 0.00769689027, 0.00744514773, 0.0152973682, -0.00980724115, -0.00222684909, -0.00974296685, -0.00578471925, 0.0104285628, -0.0073915855, -0.00876813475, -0.0148367332, 0.0352867879, -0.000966128428, 0.000335433375, 0.010969541, 0.0156937279, 0.0151045443, -0.00041376811, 0.0435139425, -0.00879491586, -0.0101821767, 0.0164221749, 0.00721483026, 0.0195287839, 0.0127692316, -0.0201286804, -0.00893953349, -0.00531069329, 0.0149652828, -0.00940016843, 0.0111516528, -0.00128482364, 0.0162507761, -0.00750406599, 0.00245984457, 0.00824322458, 0.00297538098, 0.00569901941, 0.0117729744, 0.00686131977, -0.000491098559, -0.00814145617, 0.0211035125, 0.00644889055, -0.00418856507, 0.020492902, 0.0127585195, -0.0186610743, -0.0314303078, 0.000488420425, 0.00876277778, 0.00328336377, 0.0046974062, -0.0102839451, -0.0076754652, -0.00571508799, -0.000185459168, 0.0126728201, -0.0477346443, -0.0185432378, -0.00504020415, 0.00536961202, -0.00846818555, -0.0166792739, -0.00483934581, -0.0376649499, -0.00518750027, 0.00749335391, -0.0186289381, -0.00130357035, -0.0125335576, 0.00393682253, 0.00101701252, -0.0119550861, -0.00756298471, 0.0137440637, 0.02337455, 0.0155223291, -0.00351368124, 0.00680775754, -0.00131495239, -0.0107874302, -5.84999798e-05, -0.0154152047, -0.023824472, 0.0068666758, -0.0190788601, -0.000993579, 0.0030289432, 0.0135726649, -0.00354849664, 0.00874135364, 0.0146653345, 0.00343601592, -0.0156615917, -0.0261383597, 0.00943766162, -0.00193493499, 8.78755091e-05, 0.00457956921, -0.0121050598, 0.00732731074, -0.0132834287, -0.00183986209, -0.00758976582, -0.00900916476, 0.0188539, 0.0043171146, 0.0198608693, -0.00741301058, 0.0301448144, 0.00812003203, -0.00897167064, -0.0059614745, 0.00566152576, -0.0109534729, 0.0137226395, 0.00325658266, 0.0211677868, 0.00491968915, 0.00322176726, 0.0178683549, -0.0103910696, -0.0210820865, -0.00483131176, 0.00092595676, -0.0161008015, 0.00453404151, 0.000436866801, 0.00915913843, 0.0194966458, 0.00912164524, -0.00919663161, 0.00622928562, -0.0273595788, -0.0125871198, 0.0322016031, 0.0129299182, 0.00201527821, -0.0187146366, 0.000433519162, 0.00874135364, 0.00276113208, -0.00168854883, -0.00571508799, 0.00616501085, 0.0175148435, 4.7536465e-05, -0.00877349079, -0.000584162888, 0.0191109981, 0.0101500396, 0.0039582476, 0.0284308232, 0.0166149978, 0.00379488291, 0.0153402183, 0.013336991, -0.0133905532, -0.0162936263, 0.00512322551, 0.010733868, -0.00418856507, 0.00424748333, 0.00413500285, -0.0321801789, 0.00808253791, -0.00405465951, -0.0115480134, 0.00608466752, -0.00969476067, 0.019785881, -0.00399841927, 0.00334496028, -0.013819051, -0.02718818, -0.0196144823, 0.010969541, -0.0315588564, -0.0318802297, 0.00410822174, -0.0296948906, 0.0212534871, -0.00764332805, 0.00016554071, -0.00215989631, 0.0322444513, -0.00260580168, -1.50852957e-05, -0.00319766416, -0.00351635925, 0.00457153516, 0.0077504525, 0.00910022, 0.00669527659, 0.00673812628, -0.0135512399, -0.0122550344, -0.00194296928, -0.0214248858, -0.00276916637, 0.00718804915, -0.0134441154, 0.0139904507, 0.00944301859, -0.00557047036, 0.0201822426, -0.00729517359, -0.00619179197, 0.00624535419, 0.0013336991, 0.0161543638, 0.0343869403, -0.0137333516, -0.020739289, 0.0105303312, -0.0154794799, -0.0298662912, 0.0343869403, -0.0188110489, 0.0129299182, 0.0224532802, 0.000891141302, -0.0167328361, 0.0105035501, 0.0169685092, 0.000408746651, -0.00024806, 0.0111730779, -0.0105303312, 0.00426890841, 0.0303804874, -0.0130370427, -0.0210606623, 0.00435728626, -0.0170327835, -0.0196787566, 0.00703807501, -0.0299091395, -0.0145796342, 0.00758976582, 0.00426890841, -0.0112909144, 0.0274881274, -0.015029557, 0.0119550861, 0.00060391397, -0.0176648181, 0.00794327632, 0.0190788601, -0.00614358578, 0.00543924281, -0.00910022, -0.00396628212, -0.00108597393, -0.0237816237, -0.015758004, -0.0125121335, 0.00676490739, 0.0122443223, -0.0147188967, 0.0123728709, -0.000754557666, 0.00431979261, -0.0168292467, 0.00366901164, 0.00344137219, -0.00317356107, -0.00272096042, -0.00465455651, 0.0311089344, -7.41083422e-05, 0.0214034598, 0.0185003877, -0.0112802023, -0.00724696741, -0.0117194122, 0.00092595676, 0.0222604554, -0.03100181, 0.00894488953, -0.020278655, 0.00394753506, -0.00767010916, -0.00344405044, -0.0114837382, 0.00871457253, -0.0236102231, 0.00822715554, 0.00988758449, -0.00379488291, 0.0154580548, -0.00178629986, -0.0100268461, 0.00314945821, -0.00875742175, -0.00741836661, -0.0201822426, -0.0107124429, 0.000656137126, -0.00756298471, 0.00432247063, 0.0199037194, 0.018361127, 0.0129406312, 0.000430506305, 0.0091055762, -0.0203750655, 0.0239101723, -0.00615965435, -0.0226032548, 0.00971618574, -0.0185539499, -0.0014890295, 0.00327265123, 0.0159722529, 0.00904130191, -0.0229032021, 0.0131441671, 0.0110123912, -0.00598289911, 0.0154473428, -0.0012044803, -0.00892882142, 0.00286290026, 0.00885383412, 0.00259642839, -0.0208785515, -0.0117622623, -0.00743979169, -0.0103107262, 0.00313874567, -0.0259241108, -0.0122336093, -0.0105035501, 0.0126942443, 0.0046733031, -0.00873064063, 0.005956118, -0.00113886653, 0.011922949, 0.0275309775, 0.014547497, 0.0173220206, 0.00192556158, 0.00718269264, 0.0117836874, -0.00392075395, 0.0194216594, -0.0044322731, 0.0158651285, -0.00283611915, -0.00354849664, 0.0129941935, 0.015008132, -0.00901452079, -0.00510715693, -0.00856995396, 0.00662028976, 0.0159936771, -0.00260178442, 0.0173434447, -0.0190467238, 0.0131870173, -0.0429997444, 0.0189181734, -0.0105838934, -0.0225818288, 0.00400109729, -0.0143118231, 0.0040332349, -0.0162400641, -0.0115158763, -0.00910022, 0.00412964681, 0.0103053702, -0.00319498614, 0.0023580764, 0.0330586, 0.0183182769, 0.00286022224, 0.00899845175, 0.0187896248, 0.0137226395, 0.00175416248, 0.0042233807, 0.03333712, 0.0165078733, -0.0208571255, 0.00652387785, 0.0118586738, -0.0143546732, -0.00944837462, -0.00847354252, 0.0119657982, 0.0105571123, 0.0011870726, 0.00952336192, 0.019314535, 0.0104071377, 0.0134548284, -0.00718269264, -0.0139476005, -0.00934125, 0.00516339717, -2.54211282e-05, 0.0254313387, -0.00198983634, -0.019550208, 0.00203402503, 0.0128442189, 0.0266525578, 0.00401716586, 0.0173434447, -0.00737016043, 0.00974832289, -0.00126072066, -0.00145689223, -0.0157044418, -0.0133691281, -0.00316552678, 0.0147296088, -0.0191752724, 0.00964119844, -0.00740229804, -0.0101821767, -0.00414571539, 0.0185432378, -0.0262883343, 0.00881098397, 0.00651852135, -0.0192074105, 0.00167248014, -0.017654106, 0.0132191544, -0.00401181, -0.00594004942, -0.0134334033, -0.00189476332, -0.0047349, 0.0121907601, -0.0102196699, -0.00292449677, -0.00382702, 0.00291378447, 0.00593469338, 0.0157794282, -0.00997328386, -0.0320730545, -0.0344297923, 0.0340012945, -0.0142796859, 0.00769153377, -0.000451931177, 0.0067916885, 0.0351796634, -0.00986080337, 0.00388326054, 0.0163043384, 0.0320730545, -0.00311464281, 0.00238485751, 0.000262287474, -0.00937874336, 0.0069363066, -0.0070809247, -0.0126621071, 0.00635783467, -0.00045059211, -0.00646495912, -0.0042180242, 0.00662028976, -0.00970547274, 0.00234334683, 0.0335085206, 0.00276648835, -0.0148902955, 0.0227532275, -0.00353242806, 0.00389932911, -0.016465025, -0.0173220206, -0.00778794568, -0.00398770673, 0.00323515781, -0.00139797374, 0.0074665728, -0.00178629986, 0.00496789534, 0.0191645604, 0.0229460523, -0.00905737, 0.00342798163, 0.0250885412, -0.00486612692, 0.0189503115, -0.00512322551, -0.00749871, -0.00264061708, -0.00415374944, 0.0145153599, 0.0167435482, -0.006556015, -0.0375792496, -0.0102678761, 0.0282594245, 0.00161490077, 0.0146760466, 0.00467598112, 0.00883776508, 0.0302519388, 0.00516607566, 0.0447780117, -0.00120849744, -0.0050776978, -0.0130906049, -0.0130906049, 0.0111837899, 0.0227103792, -0.00356456521, -0.00453939755, -0.00783615187, 0.0122121843, -0.00308250543, -0.000549682241, 0.017172046, 0.0116230007, 0.0139154634, 0.00221613655, 0.016947085, -0.0161865018, 0.0284522474, -0.0269096568, -0.00951264892, -0.00557582639, -0.00785757694, 0.00517410971, 0.0130263306, 0.00336906314, -0.022153331, 0.0160258152, 0.00552762067, 0.00754691567, -0.00737016043, -0.0022188148, -0.0101018334, -0.0113123395, -0.0203964915, 0.0339584425, 0.00959299225, 0.00755227217, -0.0175148435, 0.00591326831, 0.0293520931, 0.0113659017, -0.0151902437, -0.0101500396, -0.0191966966, 0.0199037194, 0.0200215559, -0.0162293501, 0.00671134517, -0.0132512916, -0.00501610152, 0.0115051633, -0.00566152576, -0.00748264138, 0.0140547249, -0.00638997229, 0.020503616, -0.00301287463, -0.00956621114, -0.046277754, 0.00352707179, -0.00111945032, -0.0213070493, -0.0053428309, -0.00392075395, 0.0123085966, 0.0076058344, -0.018821761, -0.01715062, 0.0219069459, 0.0153509304, -0.0052919467, 0.0196680445, -0.0111195156, 0.0111623649, 0.0151045443, -0.0208357014, -0.0270810556, 0.00509912288, -0.0117194122, 0.0273167286, -0.00532944035, -0.010010778, 0.015008132, 0.0165828615, -0.000282875437, -0.00315481448, 0.000488755177, -0.000180102943, -0.00151982775, 0.0175041314, 0.0218212456, 0.0106481677, -0.0320944786, -0.0207928512, -0.00111677218, -0.00415374944, -0.0156294536, 0.00666849548, 0.0146117723, 0.00352974981, -0.0244243685, 0.0274881274, -0.00320034218, 0.0076004779, -0.0206857268, 0.00950729288, 0.0053615775, -0.00471883081, -0.0153402183, -1.91233848e-05, 0.00433050515, -0.0250671152, -0.0202465169, 0.00773438346, -0.00509376638, -0.00544995535, -0.0149010075, -0.00358331203, 0.0128442189, 0.0169577971, 0.00866101, 0.0195073579, -0.00892346445, 0.00702736247, 0.00614358578, -0.0200965423, 0.00588113116, 0.000970815134, 0.00904665794, -0.024102997, 0.0334442444, 0.00957156718, -0.00229112362, 0.00223756139, 0.017172046, -0.0140440119, -0.00205277186, 0.0113551896, 0.00321908901, -0.0424641222, 0.000838918146, 0.00266204192, -0.0110231033, 0.0118265366, -0.00500538899, 0.015029557, 0.0147724589, -0.0260312352, 0.0185218137, 0.00904130191, -0.0110766655, 0.0192502588, -0.00262722652, -0.0105196191, 0.030509036, 0.000555373204, 0.0018840509, -0.00267275446, -0.0133798411, 0.00519017829, 0.00102370779, -0.00585435, 0.00874671, 0.0236316491, -0.00404394697, -0.0197644569, -0.03526536, 0.0188753232, -0.010251808, 0.002562952, -0.00764332805, 0.00261651422, 0.0043171146, 0.00415374944, 0.012169335, -0.0160793774, 0.0079164952, 0.0101071894, -0.0124692833, -0.0211142246, 0.0190360099, -0.00685596326, 0.00210633408, -0.0135512399, -0.00596683053, 0.000826866657, -0.0189074613, -0.00438942341, 0.0153402183, 0.0129192062, 0.00399841927, -0.0103642885, -0.0137762018, 0.0209214, -0.00495986082, 0.00291110622, 0.0214355979, -0.00875742175, -0.0123728709, -0.00386719173, -0.015254518, -0.0262669101, -0.0117194122, -0.0186396502, 0.0256884377, -0.00171800796, -0.00768617773, -0.0208142754, 0.000960102654, -0.00222283183, -0.000753888162, -0.00445102, 0.0177505184, 0.0101125464, 0.0122443223, 0.0259241108, -0.00457421318, -0.00252144132, 0.0107499361, 0.00288164709, -0.0110980906, 0.0158651285, -0.00608466752, 0.0152009558, 0.00446976675, 0.00357795577, 0.00509644439, -0.00178496074, 0.0115480134, -0.0207500011, -0.00287093455, 0.00433586119, -0.0190360099, -0.0216284227, 0.0133798411, -0.0277238023, 0.00917520747, 0.0142154116, -0.00737551693, -0.00139797374, 0.00779865822, 0.00922877, 0.000220441987, 0.0194002334, -0.00155598228, 0.00358599029, 0.0102678761, 0.0155651793, -0.0195609201, 0.00145555311, 0.0130798928, 0.0024785914, 0.00107392238, -0.0214891601, -0.0053428309, -0.00768082123, 0.0142475488, -0.0110231033, 0.0268882308, -0.0148902955, 0.00465187803, 0.00345476274, -0.0239101723, 0.0150831193, -0.00871457253, -0.0163471885, -0.000968137, 0.00317891734, -0.0274881274, 0.00757905329, 0.0137547767, -0.00728446105, 0.00568830688, 0.0146117723, 0.00154660887, -0.00988222845, 0.0266097076, -0.0196251944, 0.00425551785, 0.00949658081, -0.00631498499, -0.0479917452, 0.0135191027, -0.0194537956, -0.0075308471, 0.00881634, 0.0203536414, 0.0032083767, -0.000533278799, 0.0286236461, 0.0263740346, 0.0108517045, 0.00704343105, -0.00692559406, 0.0168078225, -0.00417785253, 0.0264383089, -0.0107767172, -0.0120836357, 0.00349761266, 0.0119657982, 0.00937874336, -0.00430908, 0.00749871, -0.00571508799, -0.0243172441, -0.00786293298, -0.000536291685, 0.0235245246, -0.019303821, 0.00396360364, -0.0143868104, 0.0112159271, 0.00347350957, 0.00799683854, 0.0283879731, 0.02337455, -0.00513661606, 0.00682918215, -0.000187300364, 0.00413500285, 0.00662028976, -0.00381630776, 0.00304501178, -0.0229246281, 0.0118800988, 0.0342583917, 0.00874135364, 0.0020139392, -0.0212320611, -0.00459296, -0.0230317526, 0.0110873785, 0.00734873582, 0.0129513433, -0.00284950971, 0.0244029444, -0.00243841973, -0.0256670136, -0.00990901, 0.0229032021, -0.0152759431, 0.0301662385, 0.0249171425, 0.0100268461, 0.0170970578, -0.00997328386, 0.0484202392, -0.0354153365, -0.00626142276, -0.0238030478, -0.0109481169, -0.00511519145, 0.0391432643, -0.00542049622, -0.0154687669, 0.00999470893, -0.0131977294, 0.0202893671, 0.0180933159, -0.0207928512, -0.0368722267, 0.0131441671, 0.0094698, -0.00110605976, 0.025517039, -0.010733868, -0.0157472901, -0.0494914837, -0.018843187, 0.00565081369, -0.010733868, -0.00198983634, 0.00486077089, -0.0184146892, -0.020032268, -0.0111088036, 0.0165828615, 0.025774138, 0.00271158712, -0.0199037194, -0.00401181, -0.01407615, -0.00369847077, 0.0267811064, 0.0260955114, -0.00772367138, -0.0122014722, 0.0241672713, 0.0290735699, 0.00823786855, -0.00248528668, -0.0382219963, -0.00816823728, 0.00677026389, 0.0110552413, 0.0115694385, -0.00730588613, 0.00258973311, 0.0144939348, -0.029566342, -0.0184146892, -0.00428497698, -0.0219819322, -0.00248394767, 0.0213177614, -0.00350029068, -0.000273502053, 0.00922877, -0.0153509304, 0.00148635148, -0.00219203369, -0.0035377841, -0.00153589644, 0.00299948407, -0.0310232341, -0.010964185, -0.0189181734, 0.0022536302, -0.00660422072, 0.0191752724, 0.0166471358, 0.00352439354, -0.00763261551, 0.0101393275, 0.0106106745, -0.0208142754, -0.00633105356, -0.0197323188, 0.00729517359, 0.0199251436, -0.00130959612, 0.000852978264, 0.00299144955, -0.0130691798, 0.0488058887, 0.00765939662, -0.0106910178, 0.00352974981, -0.0358224101, 0.0189717356, 0.0329943225, 0.00217060861, 0.00347886584, -0.0168078225, 0.0111088036, -0.0132512916, 0.00359938084, -0.0125764078, -0.00975903496, -0.0267168321, 0.0383291207, -0.0156294536, -0.0230960269, 0.00667385198, -0.0126728201, 0.0070755682, 0.0194537956, 0.00427158643, -0.0109213358, 0.00310660829, -0.00513929455, -0.0121157728, 0.00292985304, -0.00434389571, -0.0142261237, -0.0281523, -0.02622406, -0.0143332481, 0.00757905329, -0.00957156718, -0.0247671679, -0.0336799212, 0.0189181734, -0.00777723361, -0.0225604046, -0.00880562793, 0.0156830158, 0.00128750165, 0.0266954079, -0.00734873582, -0.01214791, -0.0126728201, 0.00806647, 0.00885919, 0.00078334735, 0.00921805669, -0.00382166402, -0.00848425459, -0.00483131176, -0.0166257117, -0.026481159, -0.00240226532, 0.0254741888, 0.00504556065, 0.00157205097, -0.0105035501, -0.00797005743, -0.000965458923, 0.0173327327, 0.0161543638, 0.00829678681, -0.0105624683, 0.0170006473, 0.0127263824, 0.0173862949, -0.00200858293, 0.0110552413, -0.0215855725, -0.00510447891, 0.0188753232, 0.00239021378, -0.00313071138, -0.0279809013, -0.0138833262, -0.0112266401, -0.00859137904, 0.00078334735, 0.000516540604, -0.0102678761, -0.000356188713, 0.0144510856, 0.00547405845, -0.0171934702, 0.0121800471, -0.0196037702, 0.0192181226, -0.00158410252, -0.0194966458, -0.0079164952, 0.015725866, -0.00251608505, -0.0010846348, 0.00397163816, -0.00219471171, 0.0289235953, -0.00354314037, -0.0067220577, -0.023138877, 0.0129513433, -0.0292021185, 0.0203322154, 0.0204179157, -0.0101446835, 0.0130477557, -0.0203107912, 0.0163686126, -0.0152866561, 0.0242743958, -0.00362616195, -0.00382434204, -0.00681846961, -0.0191109981, 0.00369311473, -0.0201822426, 0.0240601469, 0.0137547767, 0.00649174023, -0.00520089082, 0.000679570599, 0.00392075395, -0.00358331203, -0.0165721495, 0.00737016043, -0.00685596326, -0.00242101215, -0.00902523287, 0.0135512399, 0.0253456403, -0.00105115841, -0.010487481, 0.0159186907, -0.0262669101, -0.0150509821, -0.00797005743, 0.00748799741, 0.00594004942, 0.0363794565, 0.00198715809, 0.015490192, 0.00715591153, -0.00955549907, -0.0109909661, -0.00309053971, 0.00933053717, -0.000458961207, -0.00326997321, -0.0218855198, 0.0215320103, 0.0203000791, 0.00717198057, 0.00558118243, 0.00538032455, -0.0233531259, -0.016443599, 0.0041483934, -0.0133155659, 0.0214891601, -0.0117087, 0.00888597127, -0.00934660621, 0.00181308098, -6.55718686e-05, -5.55707957e-05, 0.0142368367, 0.0229246281, -0.00712377438, -0.00824858062, -0.0360152312, -0.036486581, -0.00952871796, -0.0215641465, 0.0237601977, -0.00250135548, 0.0261597857, 0.00384576689, 0.0109159788, -0.0221104827, -0.00506162923, -0.0037332864, 0.0121907601, 0.011676563, -0.000497124274, 0.00132432568, 0.0274881274, -0.00610073609, -0.0170649216, -0.00206214515, -0.0112694893, 0.0117408372, 0.00888061523, -0.00909486413, 0.0144725097, -0.00556511385, -0.0167863984, 0.00179969042, 0.00726839248, -0.0181468781, -0.0140868621, -0.00651852135, 0.0114194639, -0.0176969562, 0.00681846961, -0.00249198196, 0.0303162131, 0.00842533633, -0.00678097643, 0.0042233807, -0.0250885412, 0.0139368884, -0.000744514749, 0.00830749888, -0.0274024289, 0.0463206023, 0.00286022224, 0.0274024289, -0.0371079, 0.00303162122, 0.0240601469, 0.00496521732, -0.0240172967, -0.0132620037, 0.0100750523, 0.00065145042, -0.0103803566, -0.0152438059, -0.0135083906, 0.00107459188, -0.0108677736, -0.0222604554, 0.00271024811, -0.0154366298, -0.0105303312, 0.000788034056, 0.0297591668, 0.0192181226, -0.0242101196, 0.015736578, 0.00308250543, 0.00630962895, 0.00532676233, -0.00970547274, -0.032887198, 0.0106428117, 0.0180504657, -0.0161757879, -0.010728511, 0.00568295084, 0.00735409185, 0.00697380025, -0.0189503115, 0.0168720968, -0.00214516674, -0.000711038359, 0.000509175821, -0.0301233884, 0.00670598913, 0.0140440119, -0.0128442189, -0.0235245246, 0.00882169697, -0.0249599908, -0.0149545697, -0.0251742397, -0.000947381661, 0.0237601977, 0.0296091922, -0.00845747348, 0.0103428634, -0.00646495912, 0.0135191027, 0.0278095, 0.048848737, 0.0134441154, -0.013347704, -0.0102785891, -0.0113230515, -0.00607931102, -0.0161436517, 0.0156830158, 0.0120193604, 0.00847889856, 0.000285720947, 0.00472418731, -0.0204393398, 0.0134012662, 0.0180933159, -0.000873733603, 0.0195930582, 0.0045019039, 0.0298877154, 0.00430908, -0.0193573833, 0.00159079779, 0.0101714646, 0.00958763622, -0.00406269403, 0.0073165982, -0.024531493, 0.0130156176, -0.0160151012, 0.00833963696, -0.00875742175, -0.00712913042, -0.0124907084, 0.0210606623, 0.00133838586, -0.00275041978, 0.0046920497, -0.00976974797, 0.0260955114, -0.010728511, -0.00237682322, 0.0107927863, -0.0053615775, -0.020257229, 0.00633105356, 0.0322230272, -0.0142046986, 0.0125656957, 0.0130049055, -0.0131977294, 0.0268239565, -0.0142903989, 0.00759512186, -0.00816288125, 0.00765404, 0.00770224631, 0.0069416631, -0.013101317, 0.0370222032, -0.0161865018, -0.00333960401, 0.0138083389, 0.0107713612, -0.00773438346, -0.00557582639, 0.0258169863, 0.00732731074, -0.0174934193, -0.0195073579, 0.0146974716, 0.0105249751, -0.013101317, -0.00856995396, 0.0277452264, -0.0325444, -0.0232888497, 0.00706485612, -0.00051921868, -0.00611680467, -0.0174612813, 0.00538568059, 0.00769689027, 0.00401984435, 0.0104124947, -0.00677562, 0.0171077717, 0.0239315964, -0.00825393666, -0.00379488291, -0.02525994, 0.0285165217, 0.0194216594, 0.0153080802, 0.0176433939, -0.0219819322, -0.00906272698, -0.0234816745, -0.00621321658, -0.00360205886, 0.0194645077, -0.000921939616, 0.0399788357, -0.015736578, 0.0310875084, -0.0168935228, 0.013583377, -0.00238753576, 0.013358416, -0.0151473936, 0.0296734665, 0.00696308771, -0.00335567258, -0.0124585712, -0.0116337128, -0.0214141738, -0.0123621589, 0.0106803058, 0.00167248014, 0.0025281366, 0.00496789534, 0.00380559522, 0.00758976582, 0.00675955135, 0.00830749888, 0.0143546732, 0.00450458238, 0.045506455, -0.00837713, -0.0223247297, 0.0146546215, 0.00354046235, 0.0126513951, 0.0235245246, 0.0227318034, 0.00643817801, 0.00556511385, -0.019325247, -0.0033637071, 0.00630427245, 0.00480988668, 0.0203215033, 0.00926626287, -0.0147510339, 0.00537764607, -0.00582221244, -0.00185459165, 0.00995721575, 0.0306804366, 0.0070112939, -0.0102946572, 0.0304661877, -0.02096425, -0.00446173223, 0.00807718188, 0.0193788093, 0.011205215, 0.0120836357, -0.00695773168, -0.00418053055, 0.0203857776, 0.00768617773, 0.0202250928, -0.0336370692, 0.0434710942, 0.00769153377, -0.00779865822, -0.000395690848, 0.00214650575, 0.0137762018, 0.00952336192, 0.00783615187, -0.0191109981, -0.0142261237, 0.013347704, 0.0243815202, 0.00496789534, 0.03100181, -0.0373007245, 0.0148902955, 0.00667920802, 0.008344993, 0.0190145858, 0.00690952549, 0.0064167534, -0.00750406599, -0.00604717387, 0.0175469816, -0.0071505555, 0.037643522, 0.00881634, -0.0086502973, -0.0103750005, 0.00942159351, -0.0235673748, 0.00982331, -0.00843069237, 0.0179326292, 0.00922877, 0.0241458453, -0.00415107142, -0.00902523287, 0.00718269264, 0.0201072544]
|
28 Jan, 2019
|
Python | Pandas Series.var
28 Jan, 2019
Python is a great language for doing data analysis, primarily because of the fantastic ecosystem of data-centric python packages. Pandas is one of those packages and makes importing and analyzing data much easier.
Pandas series is a One-dimensional ndarray with axis labels. The labels need not be unique but must be a hashable type. The object supports both integer- and label-based indexing and provides a host of methods for performing operations involving the index.
Pandas Series.var() function return unbiased variance over requested axis. The variance is normalized by N-1 by default. This can be changed using the ddof argument.
Syntax: Series.var(axis=None, skipna=None, level=None, ddof=1, numeric_only=None, **kwargs)
Parameter :
axis : {index (0)}
skipna : Exclude NA/null values. If an entire row/column is NA, the result will be NA
level : If the axis is a MultiIndex (hierarchical), count along a particular level, collapsing into a scalar
ddof : Delta Degrees of Freedom. The divisor used in calculations is N – ddof, where N represents the number of elements.
numeric_only : Include only float, int, boolean columns. If None, will attempt to use everything, then use only numeric data. Not implemented for Series.
Returns : var : scalar or Series (if level specified)
Example #1: Use Series.var() function to find the variance of the given Series object.
# importing pandas as pd
import pandas as pd
# Creating the Series
sr = pd.Series([19.5, 16.8, 22.78, 20.124, 18.1002])
# Print the series
print(sr)
Output :
Now we will use Series.var() function to find the variance of the given series object.
# find the variance
sr.var()
Output :
As we can see in the output, the Series.var() function has returned the variance of the given Series object.
Example #2: Use Series.var() function to find the variance of the given Series object. The given Series object contains some missing values.
Note : We can skip the missing values by setting the skipna parameter to True.
# importing pandas as pd
import pandas as pd
# Creating the Series
sr = pd.Series([100, 214, 325, 88, None, 325, None, 68])
# Print the series
print(sr)
Output :
Now we will use Series.var() function to find the variance of the given series object.
# find the variance
sr.var(skipna = True)
Output :
As we can see in the output, the Series.var() function has returned the variance of the given Series object.
|
Pandas/Pandas Tutorial/Python | pandas.date_range() method/Python | Pandas Working With Text Data/Python | Pandas Series.str.swapcase()/Python | Pandas Series.sort_values()/Python | Pandas Series.var
|
https://www.geeksforgeeks.org/python-pandas-series-var/?ref=ml_lbp
|
Pandas
|
Python | Pandas Series.var
|
Pandas, Python | Pandas Series.str.swapcase(), Pandas Tutorial, Python | Pandas Series.sort_values(), Python | pandas.date_range() method, Python | Pandas Working With Text Data, Python | Pandas Series.var
|
GeeksforGeeks
|
[-0.00810794439, -0.0211071596, -0.0124570802, 0.0445033386, 0.0311788414, 0.00705379108, -0.0135052092, 0.00940304715, -0.0144208167, -0.0474670157, -0.00773447333, -0.04098548, -0.00232817279, -0.00431600446, -0.0217577238, 0.04098548, -0.00839708373, 0.0277091712, 0.0481416732, -0.0212999191, -0.00762002217, -0.00441840803, -0.0506475456, 0.00674055703, 0.0318535, 0.0257333871, 0.00509005412, 0.011294499, -0.00907776598, 0.017613396, 0.00299379532, -0.0354918353, -0.0309860818, -0.0299259052, -0.0033823261, 0.00833684672, 0.00556291733, 0.0130233103, 0.0241792649, -0.00988494605, -0.00175441219, 0.0500692688, 0.00692729279, 0.00223781681, -0.0120113231, -0.0159267504, -0.0241792649, 0.0169748794, -0.0177338701, 0.0362146832, 0.0318053104, -0.0057466412, -0.00318655465, -0.0261911917, 0.00654177414, 0.0222757645, 0.00678874692, 0.040624056, -0.0226853788, -0.0771037787, 0.0165773127, 0.00311125815, 0.0231190864, -0.00304650282, -0.0377808549, 0.0282392595, -0.0128425984, 0.00487922365, 0.0242635962, -0.03175712, 0.0191072803, 0.0212999191, 0.0640925169, 0.0411059521, 0.00883681607, -0.0211673975, 0.006921269, 0.0186976679, -0.0636588112, 0.0322390199, 0.0401421562, -0.0243720226, -0.0103307022, 0.00369556015, 0.00749352388, 0.023637129, 0.0139268702, -0.0233479887, 0.00182970893, -0.00962592568, 0.046406839, 0.0463827439, 0.0604782775, 0.0193602778, 0.0109270513, 0.0336847156, -0.0315402672, -0.000617432641, -0.006921269, 0.00492741354, 0.0200590305, 0.0247214, 0.0267935637, -0.0177700128, 0.00933678634, -0.00464731, -0.0151557121, -0.0123004625, -0.0128787411, 0.0399012081, -0.0156135159, -0.000582043198, -0.0127462186, 0.0218179598, -0.0379254222, 0.0272272732, -0.0117583266, -0.03594964, -0.0249141604, -0.0272754636, 0.0420938469, 0.0466718823, 0.0260466207, 0.0206252616, -0.0342388973, 0.0244684033, 0.0288416333, -0.0261670966, 0.0328413919, 0.00104059989, 0.00365339406, 0.0126016494, -0.0209505428, -0.0287452545, -0.0648635551, -0.0382868461, 0.00568038039, 0.0144569594, -0.00940304715, 0.0202517901, -0.0260225255, -0.0102343224, 0.00942111854, -0.0107885059, 0.0123064863, -0.00930064358, 0.00576772448, 0.0327932, -0.0116739944, 0.00198331405, 0.00892114826, -0.00480693905, -0.0260225255, 0.00612914842, 0.00267001963, 0.00392747391, 0.00532196788, -0.0174085889, 0.0155171361, -0.0190470442, 0.0164206959, 0.0235287, 0.00612613652, 0.0305764675, 0.022203479, -0.00779471034, 0.025227394, -0.00315643614, -0.0301909503, 0.00627070619, 0.0472501628, -0.0551292039, -0.0212878715, 0.0357809737, -0.0411300473, -0.0192518514, -0.00969218649, -0.00534003926, 0.0253960583, 0.0117763979, -0.0203240756, -0.0159267504, -0.0117101371, 0.028311545, -0.00707788626, -0.0237816982, 0.0568158478, 0.0251310132, -0.048984997, 0.0102885356, 0.000731507083, -0.0293717217, 0.0338533781, -0.00918016862, -0.010577675, 0.0155894207, -0.00120324071, -0.00368953636, 0.0102102272, 0.0157701336, -0.0209144, -0.00182519108, 0.0192879923, -0.0160954148, 0.0101319188, 0.000991657, 0.00374977384, -0.0160351768, 0.0225769505, -0.00828263257, 0.0316848345, -0.00674055703, -0.0078730192, 0.00111213175, 0.0139148235, 0.0167821199, -0.0397566371, 0.009391, 0.0153966611, -0.0448165722, -0.0301186647, -0.013661826, 0.00463225041, 0.0171314962, -0.0246370677, 0.00545750186, 0.002322149, -0.00957171153, -0.0455635153, 0.00797542278, 0.00302692573, 0.0233720839, -0.0134088295, -0.0240105987, 0.00513824401, -0.00463225041, -0.037298955, 0.0252032988, -0.0068791029, -0.0135654463, -0.00189295807, 0.00643334677, 0.0223962385, -0.0385037027, 0.00631287228, 0.00105791807, -0.00892114826, 0.00414432818, 0.011174025, 0.0156376101, -0.0290343929, -0.0179025345, -0.0194084682, 0.00709595717, -0.071031861, -0.0377808549, -0.00907776598, 0.000789109035, 0.00228751265, 0.011354737, 8.1367456e-05, 0.0383591317, 0.00479790336, 0.021540869, 0.00494849682, -0.00193663011, -0.0272754636, -0.0237816982, 0.00412926916, -0.0149990954, 0.023576891, 0.00553279882, 0.0213481095, -0.0248900652, -0.0175772533, 0.00693934038, -0.0306005627, -0.0180109609, -0.000112380265, 0.00407806737, 0.025468342, -0.0155291837, 0.0181434844, -0.0114209978, 0.0138907284, -0.0193120874, -0.0110896919, -0.0373230502, -0.00105867104, 0.0143003417, -0.0140955355, 0.0125293648, 0.0114631634, 0.04284079, 0.040624056, -0.0158303697, -0.0426239334, -0.021721581, 0.0233479887, 0.00461417949, -0.0131317377, -0.0139027759, 0.0106198415, 0.0193964206, 0.0189627111, -0.0212155879, 0.0386241749, 0.00634901458, 0.01797482, -0.0103788916, -0.00701764878, -0.0180230085, -0.0255406275, -0.017794108, 0.00618035, 0.0317812152, 0.0165050291, -0.00544545474, 0.00696343509, 0.00267905532, 0.0135052092, 0.0227215216, 0.0260466207, 0.0395638794, -0.00843925, 0.0149388574, -0.032263115, -0.0207698308, 0.0197819397, -0.0279742163, -0.0146617657, 0.0105716512, -0.0114209978, -0.0205168352, 0.00105189439, 0.00695741177, -0.0133967819, -0.0566712804, -0.0110415025, -0.0279019307, 0.0135895414, -0.000788356061, 0.00196072506, -0.019806033, 0.0139027759, -0.0182398632, -0.0475874916, 0.0222396217, 0.00552677503, 0.0217577238, 0.000578654872, -0.0215529166, 0.0491295643, 0.00644539436, 0.0124209374, -0.0287452545, -0.0327691063, -0.00774049666, 0.0354677401, -0.00955364, -0.003677489, 0.0156255625, -0.0160713196, -0.046406839, 0.0115414727, -0.0262875706, -0.0200108401, -0.0268417541, 0.0424070805, -0.0511294454, -0.0432744958, 0.0481898636, 0.0172519702, -0.0222275741, -0.00146150822, 0.0096078543, -0.00793325622, 0.0111017395, -0.0134570198, -0.00648153666, -0.054261785, -0.0237094127, -0.0501656495, -0.017348351, 0.00876453146, 0.0115234014, 0.011445093, 0.0456839912, 0.0519004837, 0.026456235, -0.024119027, -0.001014999, 0.0381904654, -0.0491536595, -0.0120956553, -0.0092042638, 0.00310523435, -0.00649358425, -0.00658996403, 0.0161676984, -0.0254924372, 0.00715619465, -0.00521655288, -0.0425516479, -0.00733088283, 0.0118306112, -0.0118426587, 0.0146015286, 0.00675862841, -0.00102026982, 0.000650186674, 0.0414432809, -0.0443346761, 0.0134329246, 0.0325763486, -0.0522860028, 0.0215890594, 0.0141798677, -0.0252996776, 0.0361423977, 0.050840307, 0.0134570198, 0.0604782775, 0.0190831851, 0.00327088707, 0.00154809933, -0.0240949318, -0.011445093, 0.0285284, -0.0164688863, -0.0407686234, -0.0349617451, -0.00500572193, -0.00791518483, -0.0187097136, -0.0107885059, -0.009391, 0.0452502817, 0.0580687858, -0.0593699105, -0.0179507248, 0.000750331208, 0.0297572408, -0.00671043852, -0.0187940467, -0.0173603985, -0.02234805, 0.015758086, -0.0262152851, 0.00778868655, -0.0298054311, 0.0247936845, -0.0159749389, -0.000597479, 0.000247161282, 0.0308415126, 0.0147460978, 0.0239142198, -0.0252755843, 0.00168513926, 0.0196494162, -0.0014479548, 0.0397084467, -0.0196614638, 0.0227576625, 0.000737907307, 0.00891512446, -0.0327691063, -0.0258538611, -0.00631287228, -0.0256370082, -0.0572013669, -0.0320944488, 0.00517137488, 0.0123366052, 0.0294440072, -0.00453888299, 0.0430817381, 0.000287633244, -0.0145653859, 0.0444551483, -0.00545449, 0.0080236122, 0.0215288214, -0.0385518894, 0.0126257446, -0.012673934, -0.00280856551, -0.0231913719, 0.000380436395, 0.016986927, -0.00142762472, 0.0481898636, -0.0293235313, 0.0237094127, 0.03493765, -0.0387928411, 0.00513523212, 0.0348894596, 0.0085055111, 0.0385277942, 0.00827660877, -0.0467923582, 0.0252996776, 0.013722064, -0.000871935335, -0.00113095588, 0.00667429622, 0.0300945695, -0.00880669802, 0.0359014496, 0.0174447298, -0.0201433636, 0.0118366349, -0.0104451533, -0.00742726261, -0.00296970038, 0.000377612771, 0.0366242975, -0.0303355195, 0.00592434127, 0.0220107194, 0.00300283078, 0.0265526157, 0.0221552905, 0.0255406275, -0.00206011673, -0.0218179598, -0.0326486342, 0.0232877508, 0.032118544, 0.0046804403, -0.0114029264, -0.0190590918, 0.00489428313, -0.0102644414, 0.0115474956, 0.00447563361, 0.0519004837, 0.0133485924, 0.0107764583, 0.0208662115, 0.0129269306, -0.00378290424, 0.00185380387, -0.0111077633, -0.00493343733, 0.0154087087, -0.00523462379, -0.0057767597, 0.028311545, -0.0118426587, -0.0151195694, -0.00249683741, -0.0156014683, 0.0123847947, 0.00868622307, 0.0215770118, 0.0146256238, -0.041226428, 0.00984880328, 0.0134690665, 0.0336606205, 0.00783085264, 0.0132281175, 0.0040479484, -0.0199987926, 0.0262152851, -0.0440214388, 0.00192458264, 0.0151677597, 0.00390337897, 0.0388169363, 0.00150292134, -0.00528582558, -0.00099241, 0.0180711988, -0.018215768, 0.00686103199, 0.0239744578, -0.0303596146, -0.00643937057, 0.00441539614, -0.0277814567, -0.000103344668, -0.0307933223, 0.00527377799, -0.00716221845, -0.00561110722, -0.0181675777, -0.0169748794, 0.037564, 0.022829948, 0.0172399245, -0.0175652057, 0.0282874499, -0.000720212585, 0.00678272313, 0.0175049677, -0.0117282076, -0.00440937234, -0.0166736934, 0.0202879328, 0.0230708979, 0.032359492, 0.00611710083, -0.0107764583, 0.0245647822, 0.021842055, -0.00682488922, -0.00988494605, 0.00657791644, 0.0501174591, -0.0527679, 0.00390639063, 0.0466477871, -0.0179266296, 0.026456235, -0.0321667343, 0.0256370082, 0.00876453146, 0.0148183834, 0.00708993385, -0.00331004127, 0.0115836384, 0.00939702336, 0.0182398632, -0.00727666961, -0.0173724461, 0.00980663765, 0.0159869865, -0.0287211593, 0.0125293648, 0.00446961, -0.0117703741, -0.00915607437, -0.00844527315, 0.00118893431, -0.0154448515, -0.0235527959, 0.0319016911, 0.000890759518, 0.020733688, 0.0241792649, -0.00830672774, -0.00476477295, -0.0242997389, 0.0222155266, -0.00319257844, -0.00421661325, -0.00137416413, -0.0218059141, -0.00927052461, 0.0125173172, 0.0050509, -0.0298295263, -0.0212999191, 0.0154087087, 0.000165464415, -0.0232997984, -0.0273236521, 0.00396361621, -0.0108427191, 0.0288657285, -0.0134570198, -0.02276971, 0.0110595739, 0.00765616447, 0.00578880729, 0.031251125, 0.00972832832, -0.0314679816, 0.00409312639, 0.0107945297, 0.020432502, -0.0195289422, 0.000418649433, -0.00500572193, 0.0172760654, -0.0157701336, 0.0135895414, 0.0156014683, -0.0195771325, 0.0363592505, 0.0224082861, -0.0131799281, 0.0120414421, -0.033973854, -0.0185410492, -0.0186976679, -0.0546954945, 0.00229956, 0.00205710484, 0.0472019725, 0.0249623489, 0.00584000908, 0.00815613475, 0.0251069181, -0.0199144613, 0.0174929202, 0.0289380122, -0.0175652057, -0.000207818783, -0.00707788626, -0.030889703, -0.00386723666, -0.00751761859, -0.0169025939, 0.00387024833, 0.0245768297, 0.0203602165, 0.030528279, 0.00309921056, 0.0140714403, 0.00197729026, 0.0338533781, 0.00627070619, -0.00291548669, 0.0104391295, 0.00061065593, 0.0205770712, 0.0329859629, -0.000709671061, -0.0149388574, -0.0108668143, -0.0302632339, -0.0050810189, -0.0226371884, -0.0196976066, 0.000339587947, -0.023938315, 0.00881874468, 0.0240828842, 0.015131617, -0.00902355183, 0.0119390385, -0.0266008042, -0.00580386678, -0.025468342, 0.0194084682, -0.00532196788, -0.0153243765, -0.0196976066, 0.0091319792, -0.00829468, 0.00551472744, 0.0193120874, -0.00134103349, 0.00547256134, 0.00990904, -0.0267453734, -0.0034576226, 0.0652972683, 0.000280668319, 0.0122823911, -0.0174567774, 0.00126197201, -0.0212637782, -0.0255165324, 0.0583097339, -0.000652445597, 0.00359315681, -0.0161315575, -0.0510812551, 0.0202879328, -0.0427444093, -0.00424974365, 0.039515689, 0.00437021814, 0.0202156473, 0.0271308925, -0.0231190864, 0.0308415126, -0.00821034797, -0.0160472244, 0.0384314172, -0.00564423762, -0.0326968208, 0.0397566371, 0.0243479293, -0.023938315, -0.026576709, -0.00854165293, 0.0189506635, -0.00418950617, -0.0350340307, -0.00403288938, -0.0195771325, 0.0283838287, -0.0105114141, 0.0158424173, -0.00663815392, -0.0225649029, -0.0127100768, 0.00703572, 0.0195409898, -0.0502620265, -0.0124088898, -0.0243238341, 0.0106680309, 0.0201072209, 0.0387928411, -0.00157068833, -0.0163725056, 0.0156617053, -0.00716824224, -0.0181314368, 0.0192638971, 0.0300463792, -0.0178543441, -0.00871634111, 0.0186374299, -0.0270586088, 0.00708993385, -0.0197819397, -0.000758990354, 0.00406300789, -0.0122703444, -0.0201192684, -0.00965002, 0.0159267504, 0.00217757956, -0.00159026554, -0.0183001012, 0.0174085889, -0.0299259052, 0.0305041838, -0.000672022696, 0.0378290415, 0.0183121487, -0.00679477071, -0.00687307911, -0.0117884455, 0.00937292818, -0.0117161609, 0.0141678201, 0.0173724461, -0.000645292399, 0.00478585577, 0.0177820604, 0.0114691872, 0.00219414476, -0.012914883, 0.00161887822, 0.0255165324, 0.00215348462, 0.0101379426, 0.0204686448, 0.0547436848, 0.032263115, -0.00813806336, -0.00870429445, -0.0137100164, -0.0239262674, 0.00249683741, 0.00247575413, 0.0109029571, -0.026094811, -0.014975, -0.000434085261, -0.0178663917, 0.0404312946, 0.0230588503, 0.00793928, 0.0208300687, -0.00162189011, 0.0359014496, -0.00248328387, -0.00808987301, -0.0174206365, 0.00669839093, 0.001014999, 0.0524787605, 0.00830672774, -0.0127944089, 0.00337027851, -0.0193000399, -0.0119812051, -0.0108366953, 0.0112704048, -0.0233720839, -0.0170953535, -0.0266249, 0.00916812196, -0.00431299256, -0.0255647227, 0.0190349966, -0.000397942844, 0.021601107, 0.00263839494, 0.0450816192, -0.0178904869, -0.00497861532, -0.0136377318, 0.0138304904, 0.0203722641, 0.0133365449, 0.0146376714, 0.000813956896, -0.0158544648, 0.0135774938, -0.012673934, -0.0157942269, -0.0258538611, -0.0179627724, -0.0194325633, 0.0306728482, 0.000981868478, -0.0603337102, 0.0322872102, -0.0188181419, -0.0247454941, -0.000745813421, -0.0143244369, 0.0131558329, -0.0123847947, 0.0268176589, 0.00552376313, 0.026335761, 0.0206734519, -0.0328172967, -0.0165170766, 0.0128305508, 0.0209264476, 0.00226793555, 0.0100114439, -0.0251069181, 0.000109180161, -0.00437925383, 0.0118547063, -0.000612538366, 0.0178422965, -0.0135533987, 0.0246973056, -0.0107162213, 0.00862598512, -0.0391542651, -0.0175531581, -0.0267212801, -0.0298536196, 0.0139871081, 0.017167639, 0.00135985774, 0.025974337, -0.00130940892, -0.0052286, 0.0142160095, -0.0193964206, 0.00525871897, -0.0105294855, -0.00160231302, 0.0174447298, 0.00497259153, 0.0181916729, 0.00995120686, -0.0104812952, 0.00638515688, -0.0200469829, -0.0209746379, 0.00286880275, -0.0108487429, -0.00356303807, -0.0171194486, 9.72268172e-05, -0.0242635962, 0.0129992161, 0.00162791379, -0.00634901458, 0.00815613475, -0.0202758852, 0.00439431332, -0.0264080446, 0.0256370082, -0.0364315361, -0.000511264312, 0.0114511168, -0.035684593, -0.0389856, -0.0135172568, -0.0276127923, -0.0147460978, 0.00093894935, 0.0051924577, -0.0241431221, 0.00251189666, 0.00606288714, -0.00858984329, 0.0208421163, 0.0152400443, 0.0186374299, -0.023817841, 0.00887898263, -0.0139148235, 0.0143003417, -0.0110655976, 0.0166495983, 0.0361664928, -0.0123004625, -0.0499728881, -0.0330341533, -0.0218902454, -0.049225945, 0.0143003417, 0.00828263257, -0.0208662115, 0.0161676984, 0.0259502418, -0.0131558329, -0.0155412313, -0.00915607437, -0.024058789, 0.00776459184, 0.00453587109, 0.016239984, -0.0215649642, 0.0400457755, -0.00105791807, -0.0116739944, 0.0303355195, 0.0312993154, 0.00953557, -0.0190349966, -0.0364315361, 0.0485271923, 0.00674658082, 0.00307963346, 0.0085717719, 0.00195319531, 0.0316366442, -0.0118667539, -0.0357568786, 0.0121679408, 0.0113125704, -0.0240828842, 0.00893922, 0.0068851267, -0.00754171377, -0.0393711179, 0.031130651, 0.0198421758, -0.0191675182, 0.000274832826, 0.0196735114, -0.00302993762, 0.0101921558, 0.00432202825, 0.0206373092, -0.0344316587, 0.00643334677, 0.0312029365, -0.00267001963, -0.00132220937, 0.0170592126, 0.0104752714, 0.00718631363, -0.0097524235, -0.0114029264, 0.0226251408, -0.0155050885, 0.0102282986, 0.00722245593, 0.00761399837, 0.00728871673, 0.0111860717, -0.00831275154, -0.0143364845, -0.026456235, 0.00019163001, -0.0146256238, 0.0126498388, -0.0115173776, 0.0317089297, 0.0146135762, 0.0362146832, 0.00580085488, -0.0431781188, -0.0157219432, 0.00600867346, -0.0206975471, -0.032865487, 0.0108126011, -0.0199024137, -0.00360520417, -0.00360821607, -0.00294409948, -0.0472260676, 0.00319559034, -0.00904162321, 0.0151557121, -0.0227335673, -0.0189868063, 0.0114029264, 0.0119691575, 0.00468646409, -0.0283838287, 0.0028898858, -0.0194084682, 0.0441178195, -0.00588217517, 0.0132160699, 0.0171435438, -0.000411872752, -0.00343352789, -0.0104511762, 0.0358291641, 0.00837901235, -0.00611408893, 0.0200349353, 0.0237816982, 0.0179627724, -0.00480091525, -0.005707487, -0.0434913523, 0.00304349116, 0.00557496492, -0.0133485924, 0.00825853832, 0.0133726867, 0.00641527539, -0.0257333871, 0.0236009862, 0.00875850767, -0.000711176952, -0.00502680521, 0.0119571099, -0.0120052993, 0.00327992253, 0.00978254247, -0.00415938767, -0.00616830261, -0.015999034, 0.0178904869, -0.00402385369, -0.00549063273, -0.0135895414, -0.0068068183, 0.0268176589, -0.00673453324, -0.0146858608, 0.0137100164, 0.0455876105, 0.0110174073, 0.0293235313, -0.0255406275, -0.00147882639, 0.00664417725, -0.00102855242, -0.0333955772, -0.00465032179, -0.0179989133, -0.000700635428, -0.00936690439, 0.0133967819, 0.0367688648, 0.00691524521, 0.0113728074, 0.00559002394, -0.0150834275, -0.0131678805, 0.0147581454, -0.0129028363, -0.0225889981, 0.00965002, -0.013782301, 0.00769230677, 0.0205770712, 0.00698753027, -0.00167309179, 0.0119390385, 0.00436419435, 0.0124691268, -0.00825251453, 0.0133004021, 0.0213963, -0.0136497784, 0.0117523028, -0.00429492164, -0.0158062745, -0.0311065577, 0.0056291786, -0.00497560343, -0.00981266052, 0.017288113, -0.0103849154, -0.0096801389, 0.0124811744, -0.0333473869, -0.00480392715, 0.0234805103, -0.011445093, 0.011143906, -0.00811999198, -0.0323113, 0.0289139189, 0.0189386159, 0.00636106217, -0.0191072803, 0.00702969637, -0.0188663322, 0.0189747587, -0.00530088507, 0.00731883571, 0.0127703138, -0.0148183834, 0.0183603372, -0.0211071596, -0.00547557324, -0.0208300687, -0.0137461582, -0.0175652057, 0.00309619866, 0.00618637353, 0.00530389696, -0.00966206752, 0.037298955, -0.00167911558, 0.0025359916, -0.0081742052, 0.0213360619, 0.00964399613, 0.00931269117, 0.00757183228, -0.00179055461, -0.0125655066, 0.0243961178, 0.00351484818, 0.00390639063, 0.00619842112, 0.0180711988, 0.0205650236, 0.00222727517, -0.00681886589, -0.0057436293, -0.0140955355, 0.0143967215, 0.00221974566, -0.0103849154, -0.0188181419, -0.0148183834, 0.00942714233, -0.0014396722, 0.000178829578, 0.0210348759, 0.0279983114, -0.00639720447, 0.00201945635, -0.0120474659, 0.0142642, 0.0112764277, 0.027082704, 0.0221311953, -0.0221552905, -0.0215047263, -0.0205288827, 0.0186494775, -0.0185530968, -0.000669010857, 0.00443045562, 0.0189506635, 0.00260375859, 0.00319559034, -0.00974037591, 0.0110354787, -0.0106800785, 0.0263839494, 0.000198594949, -0.0261430014, -9.36502256e-05, 0.00203150394, 0.00789109059, 0.0171555914, -0.0016053248, 0.0154689467, 0.00532799168, -0.00334016, 0.0242635962, 0.0134329246, -0.00499367481, 0.0202638377, -0.000542512455, 0.0340461396, 0.00224233465, 0.0229624696, -0.0025194264, 0.0135774938, -0.00191705301, 0.00628877711, 0.0191434231, -0.00120775844, 0.00497861532, 0.0145171965, 0.00871031824, 0.00264140684, -0.00699355407, -0.0256129131, -0.0306728482, 0.00421058945, -0.00813806336, 0.0126377922, -0.0210228283, -0.00545147853, 0.0139991557, -0.0116318287, -0.0213240143, 0.000376671553, 0.00124691275, -0.00102478755, -0.00946930796, 0.00813204, -0.00708391, 0.00950545073, 0.00373170245, 0.0192398038, 0.00308113941, 0.00685500819, -0.00572857, -0.00725859823, -0.00168815115, -0.00304047926, 0.0162761267, -0.035082221, 0.00470754737, 0.00706583867, -0.0308174174, -0.0126859816, -0.0222637169, -0.00284169591, 0.0142280571, 0.00609902944, 0.0416842327, 0.0201674588, 0.0143726273, 0.0123305814, 0.0226612836, -0.0441660099, -0.0251551084, -0.00402987748, 0.00778266275, -0.00961990189, -0.010993313, 0.0175531581, -0.0205288827, -0.000122639438, 0.000183817974, -0.00495452, -0.0218541026, 0.0153364241, -0.00948135555, 0.0121438457, 0.00164297316, -0.0296367668, 0.00609601755, 0.0126980292, -0.028191071, 0.010276488, -0.00893922, -0.012493222, -0.0195650849, -0.00799349323, 0.0281669758, -0.00991506409, 0.000163582, 0.00143891922, -0.0400216803, -0.00800554082, 0.00164749101, -0.00218059123, -0.0288175382, 0.016179746, -0.0123125101, 0.0367206745, -0.00322269718, 0.0168544054, 0.00546352565, -0.00215047272, 0.02486597, 0.00246521272, -0.023757603, -7.74614382e-05, -0.0188542847, 0.0144208167, -0.0487199537, -0.0128185041, -0.0353231691, 0.0324076824, 0.0172158293, 0.00729474053, 0.0140112024, 0.0204806924, -0.00334919547, -0.0288416333, -0.01654117, -0.00580687867, 0.00223781681, -0.017047165, -0.00384314172, -0.0296367668, 0.0118547063, 0.00261881785, -0.0136979688, -0.0133726867, -0.00329498202, -0.0148183834, 0.0187940467, 0.00116785127, 0.0222878121, -0.0510330647, 0.00340039725, 0.00855370052, 0.0137341116, 0.00725257443, -0.016866453, 0.0160472244, 0.0105656274, -0.0134449722, 0.0209987331, 0.000664493069, -0.0132401651, 0.0046804403, 0.0330823399, -0.00980061386, -0.0271067973, -0.00998132583, -0.0143485321, -0.0115234014, -0.000636256766, 0.0173363034, 0.00812601577, 0.00202548015, 0.0194325633, 0.0178784393, 0.00674055703, -0.00863200892, -0.0128907887, -0.00801156461, -0.0271790829, 0.024986444, 0.00887898263, 0.0505029783, -0.0175290629, -0.0524787605, 0.0333473869, 0.0230227076, 0.00690922188, 7.74614382e-05, 0.00769833056, 0.0116137573, 0.022203479, -0.0141557725, 0.0116920657, 0.0104150344, -0.0149388574, -0.00325281569, -0.0168182626, 0.0164568387, -0.0143364845, 0.0216252021, -0.0128305508, 0.0137582058, -0.00999337342, 0.00822239555, 0.0111137871, -0.0162640791, -0.0335642397, -0.00398771139, 0.0126257446, 0.0193482302, -0.0228781383, 0.00721040834, 0.0267212801, 0.0206614044, 0.00453888299, 0.00016442909, 0.0271790829, -0.0270586088, -0.0213963, -0.0142401047, -0.0312993154, -0.0071321, -0.0101740854, -0.0167098343, -0.0158544648, -0.00763206976, -0.00312330551, -0.0298295263, 0.0040479484, 0.0057827835, 0.0306005627, 0.00240798714, 0.0221191477, 0.0386482701, 0.00833684672, 0.0268899444, -0.0172399245, 0.0114631634, -0.025347868, 0.00379495183, 0.0282633547, -0.00538521726, 0.0115173776, 0.00731883571, -0.0259261467, -0.0176736321, 0.00307059777, -0.00837298855, 0.00478585577, -0.00762002217, -0.035443645, 0.0236612223, -0.00993915927, -0.00104812952, -0.0117402552, -0.010487319, -0.0103186546, 0.0292271525, -0.00147430866, -0.02995, -0.00858984329, 0.0271549877, 0.00326486328, -0.0101981796, 0.0143364845, -0.0129992161, -0.0130715007, 0.0162279364, 0.00384314172, -0.0287452545, 0.00225438201, 0.031010177, 0.0281669758, -0.00569845131, 0.0209144, -0.00359014492, -0.0242876913, 0.0022664296, -0.00937292818, -0.00882476848, 0.0142521523, 0.0232034195, -0.0010232816, 0.016239984, -0.0113005228, -0.0165893603, 0.0232997984, -0.0234564152, -0.00512318499, -0.0215288214, -0.00604481623, 0.00468646409, 0.0265285205, -0.00105340034, 0.0149027156, -0.00294711138, 0.0218059141, -0.0266008042, -0.0231793243, -0.00576170068, 0.00760195078, 0.00392145, 0.0105053904, -0.0244924985, -0.0306246579, -0.0132883545, -0.00971025787, -0.0107463393, -0.00309619866, -0.0155412313, -0.0185410492, 0.0133847343, -0.00105791807, -0.000422037789, -0.00192157086, 0.0155050885, 0.0162279364, 0.0166134555, -0.00265496038, -0.00469851168, 0.0068429606, -0.00554785784, 0.0212276354, 0.0247695893, -0.0127582662, 0.0176374894, 0.00362628722, 0.0196012277, 0.00329498202, 0.0278055519, -0.0112704048, 0.00552075123, -0.0107342917, 0.00718631363, -0.00142160093, -0.00628275331, 0.00748147629, 0.0186253823, -0.0183241963, -0.0023191371, -0.00730076432, 0.0148665728, -0.0113005228, -0.0136738736, 0.0262393802, -0.00496957963, 0.0233238935, -0.00978254247, -0.00277844677, 0.00112493208, 0.00249984907, -0.0282874499, 0.0196132753, -0.000914101489, 0.00339437346, -0.0130715007, 0.00830672774, -0.0040087942, 0.0221311953, 0.0312270317, 0.00732485903, 0.00526173087, 0.0258538611, -0.00643937057, 0.0111017395, -0.020733688, -0.00818022899, 0.0107945297, -0.00373170245, -0.0213601571, -0.0191554707, -0.00800554082, 0.00114225037, 0.0105415322, -0.00654779794, -0.0166255031, 0.0256370082, -0.00818022899, 0.00188844022, 0.00496656774, -0.0239262674, 0.0236612223, -0.00727666961, -0.0033823261, -0.000107203625, -0.00171826978, -0.000895277306, -0.0123245576, 0.0208662115, -0.0139750605, -0.00135006919, -0.00351484818, -0.00565026142, 0.0140714403, -0.00510511361, -0.0207698308, 0.0022829948, 0.00771640195, -0.00704174396, -0.0123064863, 0.0239985529, 0.0114993062, -0.00557797682, 0.00509909, 0.0237214603, 0.0098307319, 0.000634750875, -0.00305403257, -0.00981266052, -0.00184025045, 0.00660201116, 0.00303294952, -0.011535449, 0.00598759064, -0.00831877533, -0.00726462202, -0.00434009964, 0.00733088283, 0.018577192, -0.000753719592, 0.00536413398, 0.0170351174, 0.00730678812, 0.000948737958, 0.0084994873, 0.00830672774, 0.00980061386, -0.0135293044, 0.0357809737, -0.00796939898, -0.00967411511, 0.0137943486, 0.0186374299, -0.00177549524, -0.0245045461, 0.0119571099, -0.00616830261, -0.00344557525, -0.00686705578, -0.0144208167, -0.0225769505, 0.00184476818, -0.0172278769, -0.00555086974, -0.0103186546, -0.0282392595, 0.0159869865, -0.0130835483, -0.025227394, 0.00277091726, -0.00388229592, -0.0426239334, 0.00821637176, 0.00321968528, -0.00789711345, 0.00466236938, -0.0175170153, -0.0238419343, -0.00949340314, -0.00138470565, -0.00608698232, 0.00141105941, 0.00651767896, 0.0102825118, -0.00804770738, 0.0186735727, 0.00659598736, -0.0179266296, 0.00210830662, -0.00613818364, -0.0161074623, 0.00303294952, -0.0245165937, 0.00897536241, -0.00424372, -0.00213691918, -0.0180230085, -0.0213722046, 0.00593940075, -0.00272423332, -0.0393229276, -0.0119872289, 0.00685500819, 0.00379796373, -0.00195771316, -0.0137582058, -0.0232877508, 0.0129992161, -0.00727666961, -0.010125895, 0.000273326878, 0.0205288827, 0.0254442487, -0.00425877934, -0.0116318287, -0.0215529166, 0.0186133347, -0.0164327435, -0.00609300565, -0.00910788402, 0.0146738132, 0.00422263658, 0.028191071, -0.00475874916, 0.00571351079, 0.021420395, -0.00894524343, 0.00869827066, 0.00695741177, -0.017468825, 0.00204957509, -0.011264381, -0.0181193892, 0.00359918037, -0.00162791379, -0.00780675793, 0.0309860818, 0.00681886589, 0.0057466412, -0.00445756223, -0.00469851168, -0.0184446704, 0.0220950525, 0.00324378023, 0.000763884629, -0.00640322827, -0.0141678201, 0.00590928225, 0.00254050945, -0.00488825934, -0.00549063273, 0.00506897131, -0.00589422276, 0.0213601571, 0.00423468417, -0.0200590305, 0.0228660908, 0.00893319584, -0.00813204, 0.00775254425, -0.00774652045, 0.0100295153, -0.0108126011, 0.00739112031, -0.0302150436, -0.0150111429, -0.0163845532, -0.000204806915, -0.0142280571, -0.00677669933, 0.0184205752, -0.0106258653, 0.00852358248, 0.00195168948, -0.0139991557, -0.0174929202, 0.0111378822, 0.0180230085, -0.00752364239, 0.0104210582, -0.00750557147, -9.92033529e-05, -0.00808987301, 0.0215288214, -0.033757, -0.025468342, 0.0255406275, -0.00194114796, 0.0182519108, -0.00762002217, -0.00583097339, 0.00501174573, 0.00355701428, -0.00863200892, -2.15419041e-05, -0.00731281191, -0.000312481134, -0.0133004021, 0.00783687644, -0.00189747592, -0.00259321695, 0.00201945635, 0.0129389782, 0.0309860818, 0.00398168759, -0.000685952604, 0.00669236714, 0.0130474055, -0.0121438457, 0.0063731093, 0.00505391182, -0.0158183221, 0.00303746737, -0.00377085689, 0.0125896018, 0.0106800785, -0.00815011095, 0.0097524235, 0.035588216, -0.0121077029, -0.0164688863, -0.00918016862, -0.0107885059, -0.0123486528, 0.0408650041, 0.0143485321, 0.00340943295, -0.0167580247, -0.0144690061, 0.000798144611, 0.00907174218, 0.017914582, 0.00603879243, 0.0202276949, 0.0080958968, -0.00752364239, -0.0019004877, 0.0403108224, -0.00724655064, -0.00534606306, 0.0117643503, -0.0239142198, 0.00383410603, 0.0151557121, -0.00487922365, -0.0316607393, 0.00948737934, 0.00619842112, -0.000208571757, 0.000743178069, -0.017167639, 0.0270586088, 0.00182820298, -0.00337630231, 0.0110535501, 0.0109029571, -0.0162640791, 0.00718029, -0.00640925206, -0.00451478781, -0.00107749528, -0.0220468622, 0.00309619866, -0.0138666332, 0.0280465, 0.0286006834, -0.00969821, -0.00818022899, -0.00483404566, 0.0178904869, -0.0219143406, -0.0113908788, -0.0244443081, 0.00492741354, -0.00218962692, 0.00465333369, -0.0182037205, -0.0250587296, 0.00497259153, 0.0267212801, -0.0196494162, -0.00660803495, 0.0108909095, 0.00457803719, 0.0389615037, -0.0230829455, -0.00141934212, -0.00436419435, -0.0148063358, -0.0174085889, -0.00349978893, -0.0187097136, 0.00294711138, -0.0512740165, 0.0124209374, 0.0357327834, -0.00373471435, 0.011686042, 0.00426179124, 0.00459912, -0.0181434844, -0.0181675777, 0.000212713072, -0.0238419343, 0.0180230085, 0.000310410484, -0.0139750605, -0.0188301895, -0.00925847795, -0.0159749389, 0.0122221541, -0.00875248387, -0.00445756223, -0.0137100164, 0.0238660295, -0.0185530968, -0.0209866855, 0.00385518908, 0.0173363034, 0.0127100768, -0.0219504833, -0.00274531636, 0.0147822406, -0.00967411511, -0.020793926, 0.0133124497, -0.0103608202, 0.0044906931, -0.01839648, -0.0045599658, 0.0232275147, 0.00423769606, 0.0110595739, -0.0151075218, -0.00248027197, -0.00388530781, -0.0354195498, 0.0209625904, -0.0174326822, -0.00894524343, -0.00902957562, -0.0142401047, -0.00976447109, 0.00237184484, 0.00339437346, 0.0236732699, 0.00884886365, 0.0391301699, -0.00949340314, -0.01654117, 0.000866664574, -0.016986927, 0.00482199807, -0.00325883948, 0.00631287228, -0.0219625309, 0.0255647227, 0.00352087198, -0.0220107194, -0.00161737227, 0.00278748246, -0.00675260462, 0.0154930409, -0.00890307687, -0.00644539436, 0.0198903661, -0.00704174396, 0.0052286, -0.0025420154, 0.00347268209, -0.028672969, 0.00618637353, -0.0104632238, -0.00600264966, 0.00527076609, -0.0111559536, 0.0275164116, -0.0269863233, 0.023817841, -0.0274441279, 0.00879465, -0.00493644923, 0.00381001108, 0.00750557147, 0.034576226, 0.0219143406, -0.00334919547, -0.00657189265, -0.00663815392, 0.00325582759, 0.00510511361, 0.00612613652, 0.0234805103, 0.0149388574, -0.0121920351, 0.00324076833, 0.012613697, -0.015999034, -0.00111815543, -0.000584302121, 0.00599060254, -0.0210228283, -0.00636106217, 0.0194205157, 0.0194687042, -0.0227456149, 0.0109150037, -0.00454189442, 0.00135082216, -0.00828263257, 0.00840310752, -0.01654117, 0.0152882338, -0.00594241265, -0.00422866037, -0.00424070796, -0.00172730547, 0.0175411105, 0.00722847972, 0.00752966618, -0.0133967819, -0.000855370075, 0.0242997389, 0.00826456118, 0.000113509719, -0.017348351, -0.0109330751, -0.022829948, -0.0100536104, 0.0135774938, 0.00461417949, -0.0096018305, -0.00630082469, -0.000628727139, -0.0046804403, 0.0125655066, -0.0101198712, -0.0217095334, -0.00100295153, -0.0144208167, -0.0137702534, -0.00525871897, 0.00517137488, -0.0156737529, -0.0133485924, 0.00294409948, 0.0030901751, -0.00427383836, 0.00404192461, 0.00101575197, 0.0014170832, 0.0136377318, 0.00894524343, -0.0151918549, -0.0266971849, -0.0219263881, 0.0157098956, -0.0133967819, 0.0223841909, -0.0184205752, 0.000374600902, 0.025974337, -0.0262152851, -0.00236883294, 0.0179025345, 0.0168423578, -0.0107403155, -0.00207216409, -0.00275736372, -0.00319559034, 0.0300704744, 0.00680079451, -0.0179627724, 0.00306457421, 0.016239984, -0.0132883545, 0.0100837294, -0.0022799829, -0.0096861627, 0.00469248788, 0.0148183834, -0.0175772533, -0.0300222859, -0.00231311354, -0.0050840308, 0.00264893658, 0.000742048607, -0.0271067973, 0.00391542632, 0.0313475057, 0.00904162321, -0.00774049666, 0.0121378219, -0.00528883748, -0.0085055111, -0.00956568774, 0.0134811141, 0.0102102272, 0.0074754525, 0.0270586088, -0.0188181419, 0.00190349959, 0.0131919747, 0.0190109015, -0.0153364241, -0.00134103349, -0.00164598506, 0.00371061941, 0.0237094127, -0.0156978481, 0.013420877, 0.030889703, 0.0150472848, 0.0265285205, -0.00195620721, 0.00957773533, 0.0267453734, 0.00176495372, 0.0444792435, 7.59555041e-05, -0.0122402254, 0.00163694948, 0.00772844953, 0.0120836087, 0.0139750605, -0.00680079451, -0.00648756046, -0.0237214603, -0.0018613335, 0.0110475263, 0.00786097161, 0.0188904274, 0.00201644469, -0.00140955346, -0.00195319531, -0.00721643213, -0.0180591512, -0.00892114826, -0.0143123893, -0.0155773731, 0.00436118245, -0.00314740045, -0.00321667339, 0.0050509, 0.00436419435, -0.0121077029, 0.0211914927, 0.0014592493, 0.0292994361, -0.0018643454, -0.0158424173, -0.00805373117, 0.00624661101, -0.0155412313, 0.0117523028, -0.00661405874, -0.00951147452, -0.0293476265, 0.0189506635, 0.0208782591, 0.0195650849, 0.00368953636, -0.0154328039, 0.00390337897, 0.0224926192, 0.0101499902, -0.00158122985, 0.00530690886, 0.00917414483, -0.000524817733, 0.0125896018, 0.00504788803, 0.0103547974, -0.00925245415, 0.00151873368, 0.0105053904, -7.75320314e-06, -0.0170833059, -0.0155291837, -0.00258267554, 0.0121197505, -0.022528762, -0.00324679213, -0.0160351768, -0.00333413621, -0.00529184937, -0.0189145207, 0.000892265467, -0.00217757956, 0.0212035403, 0.00417745858, 0.00851153489, -0.0157339908, 0.0194928, 0.0241310745, -0.0242997389, -0.00722847972, 0.0119631337, -0.00918016862, 0.023878077, 0.0111258347, -0.00722847972, 0.011595686, 0.00933076255, -0.00368953636, 0.00194867759, -0.0197217017, 0.00888500642, 0.00043144988, 0.016239984, 0.00796337519, 0.0330341533, -0.0263839494, -0.0151798073, -0.0136859212, -0.00394855672, -0.0084332265, -0.00395156862, -0.00317450729, 0.0240828842, 0.0107764583, 0.00874646, 0.0124088898, -0.0024366, -0.0350099355, 0.0147942882, -0.00886091124, 0.00556291733, -0.00835491717, -9.94151196e-06, 0.00414131628, 0.0130474055, 0.00364435837, 0.0210348759, 0.00989097, 0.00387627212, -0.00728871673, -0.015131617, 0.0116498992, 0.0143726273, 0.0085777957, 0.000211207138, -0.00685500819, -0.00839708373, -0.0138184438, -0.0298054311, 0.00782482885, -0.00335220736, 0.0167218819, 0.00919221621, 0.0399012081, 0.0151918549, -0.00276639941, 0.00283868425, -0.0122944387, -0.0028763325, 0.00551171554, 0.00645744149, -0.0131678805, -0.0444310531, 0.00741521548, 0.0119450623, 0.00351484818, 0.0284079239, -0.0025390035, -0.00158424175, 0.00340943295, -0.03679296, 0.0287211593, -0.0148424776, -0.0178302489, 0.0052255881, -0.0291548669, -0.00616830261, 0.0273477472, 0.00014682849, 0.0183482897, 0.00435515912, 0.013963013, 0.0275164116, 0.013661826, -0.00884284, 0.0100174677, 0.00164297316, 0.00340039725, -0.0156255625, -0.0189747587, 0.0193120874, 0.0239985529, 0.0170110222, 0.00927052461, -0.0146617657, -0.00615625503, 0.0208541639, 0.0124209374, -6.37668636e-05, 0.0152039016, 0.000640398124, -0.00381904677, -0.0274682231, 0.00825853832, -0.0132642603, -0.016866453, -0.0207577832, 0.0104391295, -0.00883681607, -0.00493946113, -0.007879043, 0.00958978292, -0.0030871632, -0.00823444314, -0.00160231302, 0.00207216409, 0.0074875, 0.00580386678, 0.008029636, 0.0068128421, 0.00552376313, 0.00596650736, -0.0184205752, -0.0157339908, 0.00307059777, 0.0163243171, 0.00144946075, 0.0164688863, 0.00325883948, -0.00726462202, 0.000926148961, -0.00549364462, 0.0062526348, 0.0286247786, -0.0119571099, -0.00810794439, 0.0155412313, -0.00634299079, 0.0182398632, 0.000151158049, -0.00327088707, 0.000883229834, 0.00616529072, -0.0071321, -0.00773447333, -0.0236853175, 0.000389660214, 0.00702367257, 0.022203479, 0.0136136366, 0.012734171, 0.0166736934, 0.000648680725, -0.0124691268, 0.00189145212, 0.00206162268, -0.0408168137, 0.0133124497, -0.0277332664, 0.0165652651, 0.0116980895, -0.0217577238, 0.0100234915, 0.0102343224, 0.0122281779, -0.0226974264, -0.0206975471, -0.00162791379, 5.19546957e-05, -0.0143846739, 0.00256309845, -0.00148334424, -0.0282151643, -0.00364134647, 0.0162279364, 0.0186133347, -0.0100295153, 0.00470453547, -0.00868019927, 0.0230708979, -0.00360821607, 0.00478284387, -0.0197337493, -0.0110354787, 0.00798746943, -0.00096078543, 0.000406225503, -0.0103126308, -0.00829468, -0.00895126723, 0.0206373092, -0.00248478982, 0.0122040827, -0.000210265935, 0.0119390385, 0.0169146415, 0.0106138177, -0.00256309845, 0.0140473451, -0.000996927847, -0.00626468239, -0.00483705755, 0.0261911917, 0.0189627111, -0.0272513684, 0.000523688272, -0.0109330751, 0.00562315481, 0.00307662156, 0.027203178, -0.0134931616, -0.00720438454, 0.000112944996, 0.0290584881, -0.00611107703, -0.00459610811, -0.0218541026, 0.0217938665, -0.01402325, -0.00175441219, 0.00594542455, -0.0213842522, -0.000227584154, 0.019022949, 9.98622e-05, 0.0140352976, 0.000177606, -0.0154448515, -0.0167700723, -0.0156737529, -0.0104511762, 0.0310342722, -0.00577073637, 0.0132160699, 0.0164206959, 0.0321426392, 0.0100054201, 0.0160472244, 0.0101981796, 0.00901150424, 0.00832479913, 0.0203722641, 0.0040118061, 0.0213722046, 0.00858984329, -0.00187639287, 0.00936690439, -0.0126498388, 0.00405698409, 0.0068489844, 0.0105596036, 0.000543265429, -0.00711402856, -0.00900548, -0.0250105392, 0.0113969026, 0.00836094096, -0.0035028006, -0.0234564152, 0.00152852223, 0.00746340491, -0.0178422965, -0.00059145526, -0.00205710484, 0.00209023524, 0.0247454941, 0.0273959376, -0.00360821607, -0.0130835483, 0.00678874692, 0.00436118245, -0.00946328416, -0.00800554082, -0.0236973651, -0.0172037818, -0.00229203049, 0.0239624102, 0.00253448565, 0.00227094721, -0.0108909095, -0.0165652651, -0.0123847947, 0.0167580247, -0.000461192045, -0.0254924372, -0.0118245874, 0.0062526348, 0.00122507673, 0.0279742163, -0.0113005228, 0.00416239956, -0.0284320191, -0.00930666737, 0.00666827243, 0.00462321518, -0.0137943486, -0.0246370677, -0.00149990956, -0.0201915521, 0.00323173264, 0.0165893603, 0.013782301, 0.00700560119, 0.021095112, -0.0190109015, -0.00837901235, -4.67074606e-05, 0.028793443, 0.010216251, 0.00279802387, -0.0272513684, 0.0299259052, 0.00942111854, 0.00533401547, 0.00532498, -0.0267935637, -0.00399975851, -0.0218661502, -0.00582796149, 0.00284320186, -0.0330341533, 0.00405999599, 0.00015304047, 0.0118486825, -0.0234564152, -0.00136738736, -0.010637912, -0.00607794663, 0.0144328643, -0.0219384357, 0.0137582058, -0.00516836299, 0.0081019206, 0.00209776498, -0.0068851267, -0.0144208167, 0.0156376101, 0.0260225255, -0.0270345137, -0.017613396, -0.0216492955, -0.00662610633, 0.00521956477, 0.00459309621, 0.0124209374, 0.006921269, 0.00573158171, -0.0122040827, 0.00505391182, -0.0100837294, -0.0146858608, -0.027203178, -0.00556291733, 0.00921028759, -0.00567435659, -0.0161436051, -0.00350882439, 0.00758388, 0.0293235313, 0.0134329246, -0.0111920955, -0.00356002618, -0.00278597651, 0.032865487, 0.016866453, 0.00135684584, 0.00992108788, 0.00716221845, 0.01336064, -0.0120354183, -0.00489127124, 0.00361122796, -0.0312029365, -0.0157701336, 0.0119751813, -0.0129389782, -0.021239683, 0.00932473876, -0.00972832832, 0.00717426604, 0.00241401093, -0.00527076609, -0.00869224686, 0.000384201208, -0.0030871632, -0.0132401651, -0.0194687042, -0.0198662709, -0.00761399837, -0.0219986718, -0.0345280357, 0.00516535109, 0.0178784393, -0.0151075218, -0.0139027759, -0.016986927, 0.00406602, 0.0119269909, -0.0140834879, -0.0148424776, 0.0339015685, 0.00668032, 0.0243961178, 0.0201554112, -0.0127703138, -0.0106620071, 0.00194867759, 0.00267754938, 0.020432502, 0.00707788626, -0.00763809355, -0.0188663322, -0.0040871026, 0.00696945889, -0.0188542847, 0.0171194486, 0.0140593927, 0.000873441284, -0.0111077633, 0.00344557525, -0.0121980589, -0.0136136366, -0.00223329896, 0.00816215854, 0.00557195302, 0.00148560316, 0.0103427498, 0.0116619468, 0.0204445496, -0.000600114407, 0.0301668551, -0.0148063358, -0.00267754938, 0.0136497784, 0.019625321, -0.0156255625, -0.00818625279, -0.00272875093, 0.00712005235, -0.00326486328, -0.00562315481, 0.0102343224, -0.0316848345, 0.0154207563, 0.0120715611, -0.019504847, -0.0259984322, 0.017047165, -0.00194265391, 0.00350882439, -0.0056321905, -0.000252996775, -0.00619842112, 0.00811999198, 0.00334618357, -4.90016555e-06, 0.0113607608, -0.00969821, 0.00594843645, 0.0119932527, 0.0208300687, 0.00630082469, 0.0175049677, -0.0103126308, -0.00936690439, 0.00728871673, -0.0086561041, -0.00943919, -0.0205529761, 0.00365038216, -0.0272754636, 0.00154508755, -0.00414131628, 1.18239291e-06, -0.00015821711, 0.00190952339, -0.00989097, 0.0110716214, 0.0226371884, 0.000726612809, 0.00955966394, -0.00255255681, -0.00696945889, -0.00485814083, 0.0196614638, 0.00785494782, 0.00337027851, 0.0107764583, -0.00235377369, -0.00192910049, 0.00441840803, 0.0228179, 0.00436419435, -0.0123847947, 0.0046382742, -0.00664417725, 0.0119631337, 0.0155894207, -0.00501174573, -0.0125414124, 0.00898741, -0.00806577876, 0.0152279967, -0.000126874875, 0.0107764583, -0.019625321, 0.00343051599, -0.0181073416, 0.0107041737, 0.00108577788, -0.0278537404, -0.0250828248, 0.00774049666, -0.000987139181, 0.0111258347, -0.0132883545, -0.0176736321, -0.0199626517, -0.00232817279, -0.00631889608, 0.00321968528, -0.0216733906, -0.00149614469, -0.0280946903, 0.00534907496, -0.00340642105, 0.0107945297, -0.0119932527, 0.00270616193, -0.00278898841, -0.00910788402, 0.00223179301, -0.0138063962, 0.033226911, -0.026456235, 0.0278537404, 0.00388530781, 0.0281187855, 0.0236732699, 0.00435515912, -0.00825251453, -0.00447262172, -0.00896331482, 0.0052286, -0.00775254425, 0.0178422965, -0.000911089592, 0.0127221243, -0.00797542278, -0.0240949318, 0.0110234311, -0.0244081654, -0.0040449365, -0.00446057413, -0.00335823116, 0.00104662357, -0.00601469725, -0.0223841909, 0.0201554112, 0.0079513276, -0.00206312863, -0.0241913106, -0.0150472848, 0.0177218225, 0.00435515912, -0.00771640195, -0.00624661101, 0.0203361232, 0.0155171361, -0.0140714403, -0.00542738335, -0.0217938665, -0.00593940075, 0.000864405651, 0.00917414483, -0.033467859, 0.0295403861, 0.00804168358, 0.0184446704, -0.00332811242, -0.00876453146, 0.00902957562, 0.02049274, -0.0243961178, -0.000532347418, -0.0346244164, -0.0110776452, -0.0126859816, -0.0224564765, -0.00755376089, 0.0248177797, -0.00284169591, -0.010547556, 0.00472863, -0.00156767655, -0.0117824217, -0.0221673381, 0.025347868, 0.0170351174, -0.00641527539, 0.00957773533, 0.00776459184, -0.0011189084, 0.00212336588, -0.00183422666, -0.010156014, 0.00419251807, -0.00145473145, -0.0104933428, 0.00790313724, 0.0123366052, 0.0057376055, -0.0115294252, -0.0129028363, 0.013661826, -0.00138771744, 0.0108306715, -0.00508704269, -0.0271790829, 0.0247936845, 0.0326004438, 0.0146979084, 0.00216252, -0.00724655064, -0.0120173469, -0.00724052684, -0.0178182013, 0.00114978, 0.0242515486, 0.010186132, 0.00707186246, -0.00228148885, 0.00267754938, 0.016806215, 0.0279742163, 0.0172158293, 0.0241069794, -0.026456235, -0.0200469829, -0.0144449119, -0.00417444715, -0.00955364, 0.00390337897, 0.0104933428, -0.0144690061, 0.0151195694, -0.00402987748, 0.0068489844, 0.00755978469, -0.00441539614, -0.00994518306, 0.0034576226, -0.0123847947, 0.000451403495, -0.0096018305, -0.0155653255, -0.00139223528, -0.00210981257, 0.0046955, 0.0039425334, -0.00579784298, -0.0191554707, 0.000127533727, 0.0129992161, 0.00667429622, -0.0030871632, -0.00643937057, -0.00310222246, 0.00593337696, 0.000694611692, 0.00152551034, 0.00874043629, -0.00797542278, 0.0314679816, -0.0470814966, 0.00221372186, -0.0136377318, 0.0123847947, -0.00151647476, -0.000338458485, 0.0158906076, 0.00126573688, 0.0154930409, 0.0132040223, -0.0231913719, 0.0336365253, 0.00843925, 0.00742726261, 0.000842569629, -0.0056713447, 0.00635503838, -0.0074332864, -0.0204565972, -0.00476778485, -0.017288113, -0.0100536104, 0.0136859212, 0.000881723885, -0.00737907272, -0.0225889981, 0.0122462492, 0.0189024732, 0.012734171, -0.0028176012, 0.0184687655, 0.00758388, 0.00147280272, -0.00493343733, 0.0241069794, -0.0239985529, -0.0258297659, -0.00228450075, -0.00882476848, -0.0122040827, -0.00837298855, -0.00739112031, 0.00305855041, 0.00258719339, 0.0004645804, -0.00550870365, 0.0176977273, 0.0039395215, -0.00471959496, -0.00200891495, -0.0182639584, 0.0128666935, -0.0034576226, 0.016866453, -0.0161074623, -0.00883681607, 0.00493343733, -0.0274923164, -0.00361725152, -0.00429492164, 0.00193211238, 0.000605385168, 0.00105264736, -0.0165291224, 0.0163484104, -0.00845129695, 0.00844527315, 0.00746340491, -0.00786097161, -0.00530992076, 0.0160833672, 0.0252755843, -0.0110354787, -0.000387777807, -0.0149147632, -0.0173724461, -0.00576170068, -0.00929462, 0.00836696476, -0.0138666332, 0.0254201535, -0.00949942693, 0.0133244973, 0.0096801389, 0.0220348146, 0.0184808131, 0.0153484717, 0.035443645, -0.00273778662, -0.0257092919, 0.00677669933, -0.0339256637, 0.00650563138, 0.0408168137, 0.0217577238, 0.0254442487, 0.0283838287, -0.026335761, 0.0282151643, 0.00419251807, -0.00408409117, 0.0203602165, 0.00854767673, -0.0184808131, 0.0099030165, -0.000265044247, -0.0247214, 0.0192759447, 0.0181796253, 0.0114209978, -0.00324679213, 0.0246370677, -0.0124450326, 0.00722847972, 0.0145774335, 0.0142160095, -0.018782, -0.000646798348, -0.0254924372, -0.0129992161, 0.00916812196, -0.00668634335, 0.00474067777, -0.0283597354, 0.0330341533, 0.006336967, -0.010276488, -0.0307451338, 0.0138063962, -0.0100777056, 0.00226793555, -0.0196012277, -0.0331305303, -0.0194566566, 0.0251551084, 0.00889705401, 0.0167580247, 0.0258297659, -0.0292753428, 0.0130594531, 0.00547858514, 0.0109210275, 0.0290825833, 0.0256370082, 0.0146979084, -0.0164447911, 0.00215950818, 0.0269622281, 0.0123305814, 0.0533943698, 0.00486717606, -0.00157821807, 0.00355400238, 0.0106981499, -0.00646346528, -0.018215768, -0.018095294, 0.0301186647, 0.00682488922, 0.00210680068, 0.00769230677, 0.00273929257, 0.00838503614, -0.00726462202]
|
10 Oct, 2018
|
Python | Pandas Series.sum()
10 Oct, 2018
Python is a great language for doing data analysis, primarily because of the fantastic ecosystem of data-centric python packages. Pandas is one of those packages and makes importing and analyzing data much easier.
Pandas Series.sum() method is used to get the sum of the values for the requested axis.
Syntax: Series.sum(axis=None, skipna=None, level=None, numeric_only=None, min_count=0)
Parameters:
axis : {index (0)}
skipna[boolean, default True] : Exclude NA/null values. If an entire row/column is NA, the result will be NA
level[int or level name, default None] : If the axis is a MultiIndex (hierarchical), count along a particular level, collapsing into a scalar.
numeric_only[boolean, default None] : Include only float, int, boolean data. If None, will attempt to use everything, then use only numeric data
Returns: Returns the sum of the values for the requested axis
Code #1: By default, the sum of an empty or all-NA Series is 0.
# importing pandas module
import pandas as pd
# min_count = 0 is the default
pd.Series([]).sum()
# When passed min_count = 1,
# sum of an empty series will be NaN
pd.Series([]).sum(min_count = 1)
Output:
0.0
nan
Code #2:
# importing pandas module
import pandas as pd
# making data frame csv at url
data = pd.read_csv("https://media.geeksforgeeks.org/wp-content/uploads/nba.csv")
# sum of all salary
val = data['Salary'].sum()
val
Output:
2159837111.0
Code #3:
# importing pandas module
import pandas as pd
# making a dict of list
data = {'name': ['John', 'Peter', 'Karl'],
'age' : [23, 42, 19]}
val = pd.DataFrame(data)
# sum of all salary
val['total'] = val['age'].sum()
val
Output:
|
Pandas/Pandas Tutorial/Python | pandas.date_range() method/Python | Pandas Working With Text Data/Python | Pandas Series.str.swapcase()/Python | Pandas Series.sort_values()/Python | Pandas Series.var/Python | Pandas Series.sum()
|
https://www.geeksforgeeks.org/python-pandas-series-sum/?ref=ml_lbp
|
Pandas
|
Python | Pandas Series.sum()
|
Pandas, Python | Pandas Series.str.swapcase(), Python | Pandas Series.sum(), Pandas Tutorial, Python | Pandas Series.sort_values(), Python | pandas.date_range() method, Python | Pandas Working With Text Data, Python | Pandas Series.var
|
GeeksforGeeks
|
[-0.0130888009, 0.0445334613, -0.00555091305, 0.0507151596, 0.0108810514, -0.00832636934, 0.003797855, 0.0176935364, -0.00554565666, -0.0200589821, -0.0121531356, -0.0160745196, 0.0207738727, -0.0202377047, -0.00764301885, -0.0157906655, -0.00434979238, 0.0213205535, -0.00650760485, 0.00609233743, -0.0164319649, -0.0169681329, -0.0110282348, 0.022624176, 0.00785328075, 0.0329270065, -0.00329059805, 0.0239698533, 0.00457319571, 0.0115854284, -0.024642691, -0.0365014598, 0.0113541409, -0.00601348933, 0.0320859589, -0.0171258282, 0.0141926762, 0.0156855341, 0.00629734294, 0.00547732133, -0.00120966276, 0.0496217981, -0.00364278676, -0.00636567781, -0.0311608072, 0.011764151, -0.0314341486, 0.0305300225, -0.0369850621, 0.0402230956, 0.0336418971, -0.0285115093, -0.00657593971, -0.0240749829, -0.000344960863, 0.00765353162, 0.00140218379, 0.0229185428, -0.00203165528, -0.0442390963, 0.0254627112, -0.0123739103, 0.0441970453, -0.00603451533, -0.0243272968, -0.00692812819, 0.0296679493, 0.0217410773, 0.0473089181, -0.0234652236, 0.0230867527, 0.0646765456, 0.0501684807, 0.0243483242, -0.00769558409, -0.0210472122, 0.0116590206, 0.0183979124, -0.0393399931, 0.0389825478, 0.0306141265, -0.0314762, 0.017336091, 0.00853137486, 0.0142347282, 0.00774815, -0.0263458118, -0.0327588, -0.0179143101, -0.00942498818, 0.0667791665, 0.00104605278, 0.0390876792, 0.00816341676, 0.0139403613, 0.0373845585, -0.0177566148, 0.00781122828, -0.0180299543, 0.00282276561, 0.0318546705, 0.0250842404, 0.0136354817, -0.0211838819, -0.00168472319, -0.00201982795, -0.00313553, 0.0218672343, -0.0331793204, 0.0178091805, -0.0189761333, -0.0250632148, -0.023654459, 0.0367748, -0.00980871636, 0.00736442162, -0.0238016434, -0.0162532423, 0.0323803276, -0.0346721821, 0.0449960381, 0.0167368446, 0.024852952, 0.00642875629, -0.00876792, 0.0161375981, -0.00674414914, -0.0186292, 0.0225610975, -0.0302987341, -0.0159483626, 0.0117746647, -0.0162217021, -0.00724352105, -0.0300464202, -0.0159378499, 0.0147708962, -0.0229816213, -0.0154542467, 0.00767981447, -0.0353660472, -0.000121393372, 0.0408328548, 0.00100400043, 0.0382256061, -0.0209736209, 0.0176094305, 0.029310504, 0.0325485356, -0.0255468171, -0.0254416857, -0.00203428348, -0.00111307378, -0.0168524887, -0.0115433764, 0.0128049478, -0.00707531162, -0.0144239636, 0.029184347, 0.0120374914, 0.0348193645, 0.0232970137, 0.0160745196, 0.0218672343, 0.0163373463, 0.000443192577, 0.0110492613, -0.0126367379, 0.00010422746, 0.00474666152, 0.0544998758, -0.00326957204, -0.0133936806, -0.000722775178, 0.00568758324, -0.0181035455, -0.00272551947, -0.00717518618, -0.0102555221, 0.0624898262, 0.00110453181, -0.0343988426, -0.0106655331, 0.00936191, -0.0132254716, -0.0291002411, 0.00451011676, -0.0015572519, -0.023780616, -0.000828563177, 0.00183453481, -0.00800572056, 0.0160009284, 0.0290371627, 0.00623426447, 0.0108810514, -0.00854714494, -0.0175673794, 0.00799520779, 0.0207002796, -0.0332844518, -0.00245217909, -0.0232339352, 0.00697543751, 0.00619746838, -0.00559296552, -0.0102292392, -0.0169576202, 0.021341579, -0.00359022128, 0.00680197123, 0.0106024547, 0.00522763561, -0.00694915466, 0.0145080686, 0.0106339939, -0.0169681329, 0.0128890518, 0.030256683, -0.0262827333, -0.00270712143, 0.00871009752, 0.0122057013, 0.02971, -0.030340787, -0.00388721609, -0.0497900099, 0.018534584, -0.0465519764, 0.0214256831, 0.0036059909, -0.0187763851, 0.00469935266, 0.000425123202, 0.00738544809, -0.0366696678, -0.0351347588, 0.00224060309, -0.00801623333, -0.0223298091, 0.0154332211, -0.00647606561, 0.0489489622, -0.0558876023, -0.0165265817, 0.00444703829, -0.0415056907, 0.0412533768, 0.0366276167, 0.0134672727, -0.0221405737, -0.0308033638, 0.0110597741, -0.0113751665, -0.0571912266, -0.0150968013, -0.0139193358, 0.000217489622, -0.00315392786, 0.0127734086, -0.0220774952, 0.0430195779, 0.00151914195, 0.00769032771, 0.0191233158, 0.0101083387, -0.00336156157, -0.00356131024, 0.00164924155, -0.00416318467, -0.0287007447, 0.0217621028, 0.00986128114, -0.0242431927, -0.0287638232, 0.010113596, 0.0110282348, -0.020185139, -0.00699120713, 0.0175568648, 0.00232339348, -0.0445334613, 0.0211418308, -0.0167473573, 0.00856817048, -0.0277755912, -0.00033592619, -0.0387092084, 0.0193020385, 0.020101035, 0.00987705123, 0.0061133639, 0.0231918842, 0.0560137592, 0.0170942899, -0.0128680263, -0.0369640365, -0.0120480051, -0.000598589249, 0.0288689546, -0.0203218088, 0.0175989177, 0.0027491739, 0.0278596971, 0.0126998164, -0.0125946859, 0.0237385649, -0.0031723259, 0.00336418976, -0.000660353689, 0.00560347876, -0.0375107154, 0.0182822682, -0.00997166894, -0.0209946465, 0.037405584, 0.0215308145, -0.0206687413, 0.0251893718, -0.0237595905, 0.0164740179, 0.00215255585, 0.0170627497, 0.0289320331, 0.00412113266, 0.0180089287, 0.000336747529, -0.00139955548, 0.0289110057, -0.011848256, -0.00458633667, 0.0183138084, -0.0109336171, -0.0154542467, 0.002683467, 0.0101977, -0.0183874, -0.0643401295, -0.0396133363, -0.00150862883, 0.0162322167, -0.017336091, -0.00579797104, 0.00241012662, -0.00977717619, 0.00578220142, -0.0568548068, -0.00590835838, -0.00285956124, 0.0291212685, 0.000437607494, -0.00617118552, 0.0181455985, 0.00315392786, 0.0401600152, -0.0414846651, -0.0225610975, -0.00945127103, 0.00635516504, -0.0269135181, 0.010013721, 0.0269135181, 0.00145737757, -0.00861022342, -0.0432718918, 0.0124159632, -0.0121846749, -0.0576538034, 0.024726795, -0.0243483242, -0.0132885501, 0.0157065615, 0.017336091, -0.0254837386, 0.024768848, -0.0168524887, 0.00597143685, 0.0408118293, -0.0198907722, 0.00430774, -0.0311187562, -0.0304038655, -0.0233390667, -0.00672312314, -0.0182402171, 0.0284904819, 0.00690710219, 0.0380784236, 0.00405279733, 0.0287217703, -0.00734339561, -0.00970358495, 0.0257781036, -0.0411061943, 0.0187974107, 0.0242431927, 0.0216359459, 0.00538270362, 0.0197225623, 0.0150232101, -0.00971409772, -0.0207948983, -0.00821072608, -0.00622375123, 0.00455216924, 0.00094420719, -0.0192915257, 0.0206792541, -0.00855240133, 0.00293840957, -0.0041736979, 0.0485284366, -0.0131729059, -0.0119113345, 0.0134357335, -0.0423257127, -0.0033273939, 0.0179879032, -0.0213520918, 0.0335367657, 0.0352609158, -0.0343567878, 0.00761147961, -0.0017635714, -0.0429775231, 0.0109125907, -0.0109651564, -0.00425780285, 0.00699646352, 0.00200931495, -0.0344619192, -0.00762199238, 0.01576964, 0.0164950434, -0.0256519467, -0.0218672343, -0.0187238194, 0.0272709634, 0.0159904156, -0.0455847718, -0.00772186695, 0.00723300828, 0.0174096823, -0.0176619962, -0.0103028314, -0.0191022903, -0.0133411149, -0.00213415781, 0.00696492428, 0.0143503724, -0.00918844342, -0.0134882983, 0.00907279924, -0.0199853908, 0.0489910133, 0.0388774201, 0.0108284857, 0.0014126969, -0.0111018261, 0.0191233158, 0.039255891, 0.0254837386, 0.00515930029, -0.00172677555, 0.0525234118, 0.0178827718, 0.0275653303, -0.0400548838, -0.0313079916, 0.0139298486, -0.0201325733, -0.0455427207, -0.0114487587, 0.00591887161, -0.0103186006, 0.00854714494, 0.0148655139, 0.0378471352, 0.00426305924, 0.00353765581, 0.0711105615, -0.00816867314, 0.0142347282, -0.0153070632, -0.0547101386, -0.005656044, 0.0258622095, -0.0102292392, 0.0081476476, -0.0206372011, 0.0204164274, -0.00914639141, 0.00650760485, -0.0235283021, 0.0185556095, 0.0320649333, -0.0287427958, -0.0040738238, 0.0476032868, -0.0179248247, 0.0189130548, -0.0139403613, -0.0172625, 0.0193125512, 0.038309712, -0.0119533865, 0.00617118552, -0.0211733691, 0.0204689931, 0.0180194415, -0.00338258781, 0.0277966186, -0.0198697466, -0.0011301575, -0.0149391051, -0.0169471055, -0.00156907912, 0.0302987341, 0.0240539573, -0.0253365543, -8.35298124e-05, -0.000379785488, 0.00172808964, 0.0388143398, -0.00136275974, -0.0301936027, 0.00996641256, -0.00479922723, -0.0167578701, -0.006502348, 0.0338311344, 0.00993487332, -0.0157591272, 0.00907279924, -0.00431825314, -0.0193440914, -0.00886253733, -0.0240539573, 0.0503366888, 0.0203007832, -0.00342201185, 0.0245585851, 0.000535510655, 0.00581374066, -0.00955640152, 0.00374266109, 0.020847464, -0.0155173251, -0.0014179534, 0.00305405352, 0.0185030438, -0.0116379941, 0.0153491162, -0.0168209486, 0.0133831678, -0.00312764524, -0.038541, 0.0129941832, 0.0399918072, -0.0354501493, -0.00349560357, -0.00555617, 0.0164319649, -0.00978243351, -0.0138877956, -0.00350086, -0.0246006381, 0.0386251025, -0.0306141265, 0.0325064845, -8.45462091e-06, 0.012258267, 0.0230447, 0.015149367, -0.020311296, -0.00744327, -0.0153596289, 0.00951434951, -0.0159378499, -0.00768507132, -0.00659170933, 0.00491224276, 0.0385830514, -0.00469935266, -0.0193861444, -0.0380153432, 0.00750109181, -0.0238016434, -0.0168524887, 0.00623426447, -0.00150994305, 0.0330321379, 0.0300043672, 0.00352714281, -0.0140139535, 0.00641298667, -0.0146867912, 0.00200274424, 0.0217621028, -0.0240119044, 0.00975089427, -0.0195753798, 0.0229185428, 0.0218672343, 0.0276284087, 0.0249160305, -0.014613199, 0.0115118371, -0.00346932071, -0.0254837386, -0.00337995938, 0.000334612036, 0.0529018864, -0.0507572144, 0.0117956903, 0.0297730807, 0.0318967253, 0.029310504, -0.0246847421, 0.0341044739, -0.0131203402, -0.00489647314, 0.0121846749, -0.00867855828, 0.00456268247, 0.0160324667, 0.0237175375, 0.0452063, 0.0208684895, 0.00797943771, 0.00376631552, -0.0139719006, 0.027039675, 0.022750333, 0.0134252198, 0.0229816213, -0.0122267278, 0.0175043, -0.0209631082, 0.00451011676, 0.0361229889, 0.00055620831, 0.00767981447, 0.0286166389, -0.00968255848, 0.0166422259, -0.0371742956, 0.0195858926, 0.0286376663, -0.0142347282, -0.0289320331, -0.0321910903, -0.0137511259, 0.000212561601, 0.0190497246, -0.015275524, 0.0191338304, 0.0195438396, -0.0225821249, -0.0119849266, -0.00535904942, -0.0426621325, 0.00677568838, 0.0151283415, 0.0116064548, -0.00653914409, 0.00847355276, -0.0145185813, 0.00945127103, 0.00468883943, 0.0246637166, -0.0453324579, 0.002260315, 0.0185240693, 0.0108915642, 0.00140481209, -0.0132149579, -0.0148760267, 0.024768848, -0.00962473638, 0.0254837386, -0.00774289295, -0.0390666537, -0.0192284472, -0.0207423326, -0.00848932285, 0.0112910625, -0.0079373857, -0.0323803276, -0.0201430861, -0.0464678705, 0.0124685289, -0.00236676, 0.0425359756, 0.0196174327, -0.00237070257, -0.00410799123, 0.0376158468, -0.0164845306, -0.00316969748, 0.00441549905, -0.014034979, 0.0239698533, 0.0371322446, -0.0333685577, 0.0178302061, -0.0120480051, 0.00529071409, 0.0162952952, 0.0211208034, 0.0169050545, 0.0151598807, -0.00929357391, 0.0160219539, -0.000808851095, 0.034020368, -0.00147183309, -0.0198907722, 0.0223508365, 0.00401337352, 0.00164792733, 0.00927254837, -0.00711210771, 0.0112805488, -0.0163478591, 0.00526968809, -0.0127628949, -0.0439026766, 0.0250632148, -0.0093146, -0.00853137486, -0.0113646537, 0.0411903, 0.0165055562, 0.0133411149, -0.00313290185, -0.0123949368, 0.00598720647, -0.0314762, -0.00101517059, -0.0121846749, -0.00564553123, -7.10044478e-05, 0.0335157402, 0.00824752171, 0.00608708104, 0.0386461318, 0.0121741621, -0.00467044162, -0.0312028602, -0.0285535604, 0.00655491371, 0.0886464044, 0.034525, 0.0217831284, -0.0270607024, -0.0447016731, -0.00229842495, -0.0155804036, 0.0775866285, -0.0217410773, 0.0292894784, -0.0319177508, -0.0349875726, 0.0160640068, -0.0197541025, -0.0184609909, -0.00457056705, -0.0188394636, 0.0116169676, 0.00984551199, -0.0328849554, 0.0395712815, 0.0123739103, -0.00464941561, -0.00859971065, -0.00927780475, -0.0185871478, -0.003663813, 0.00325380242, -0.0103606535, -0.00943550095, -0.00843675714, 0.0259673409, -0.019112803, -0.00422100676, 0.0206056628, -0.002249802, 0.0458370857, -0.0126787899, 0.0237385649, -0.00535904942, -0.0285535604, 0.00965101924, -0.0291002411, -0.0126262251, -0.00519872457, -0.0205636099, -0.00855240133, -0.00229842495, 0.0422416069, 0.0391087048, 0.00799520779, -0.0132675236, 0.0115959421, -0.00470198086, 0.0208684895, 0.0284694564, 0.0243483242, -0.00853137486, 0.0261986274, 0.00104605278, -0.020721307, -0.00484653609, -0.0101977, -0.00115446909, 0.0159483626, -0.0225190464, -0.0293315295, 0.0192284472, 0.0187448449, -0.0014087545, -0.0275443047, -0.0130467489, 0.0242642183, -0.027081728, 0.00938819256, -0.00130559481, 0.0421995558, 0.047561232, -0.00685453694, -0.00757994037, -0.0375948213, 0.0138036916, 0.023612408, 0.00193966564, 0.0275443047, -0.026997624, -0.0296889748, -0.0102187265, -0.00833688304, 0.00680722762, -0.0260934979, -0.0228554644, 0.0132254716, 0.0181981642, 0.0138983093, -0.00976140704, 0.0399077, 0.0162742678, -0.00200143014, 0.0171783939, -0.0153701426, -0.020269243, -0.00871009752, 0.0178091805, 0.0337470286, -0.0255257897, 0.0218672343, 0.021057725, -0.0110597741, 0.0260304194, -0.000839733344, 0.0169786457, 0.00405805418, -0.0125105809, 0.0259673409, 0.000372886279, -0.0130782882, -0.0286586918, 0.0295628179, 0.0146237127, 0.063709341, -0.000563107547, -0.0212890133, -0.00876266323, -0.00383727904, -0.0255257897, -0.012847, -0.00869958475, -0.0140244663, -0.00947755389, -0.0223718621, -0.0139613878, -0.0318546705, 0.00153096917, -0.0108915642, 0.00258753495, 0.0494535901, -0.00356131024, 0.0445334613, -0.0131623922, -0.00495429523, -0.045248352, 0.00126551359, -0.00356919505, 0.0127523821, 0.0193440914, 0.00738019124, -0.000852217607, 0.002316823, -0.0263247844, -0.00245480728, -0.0631626621, -0.0165265817, -0.0124369888, 0.0510936342, -0.0201535989, -0.0666109547, 0.0195438396, -0.00703851599, -0.022413915, 0.00788482, -0.00472563552, -0.0110597741, -0.00623426447, 0.00870484114, 0.0312238876, 0.0196279455, -0.009887564, -0.0217831284, -0.0391928107, -0.00645503914, 0.008773176, 0.0187763851, -0.0064445259, -0.0248950049, 0.00514878752, -0.00138772826, 0.0256309211, -0.0227923859, 0.00893612951, 0.0180930328, 0.0119639, 0.0172835253, -0.00458896533, -0.0342306308, 0.0268294141, -0.0288479272, -0.00523814885, 0.0296679493, 0.00336944638, 0.00910959486, 0.0249160305, -0.0178407189, -0.0421785302, 0.000827249, -0.0282802209, 0.0160534941, -0.0346301273, 0.0462996624, 0.021257475, -0.00570860971, 0.0158327185, -0.00368746743, 0.00237727328, 0.0111228526, -0.0204689931, -0.0151598807, 0.00477820076, 0.00320386514, 0.00555617, -0.0227293074, 0.00301725767, -0.0153701426, 0.00689658895, -0.0331162438, -0.016263755, 0.0462996624, -0.0248739775, 0.0232549626, -0.0128259733, -0.00185687502, -0.0282802209, -0.00860496704, -0.00560347876, -0.00607656781, -0.0324223787, -0.00980871636, -0.0150232101, -0.026955571, 0.0190076716, 0.0286586918, -0.0338731855, 0.0102134701, 0.00251131505, -0.00785853714, 0.000548652, 0.0101083387, -0.00965101924, -0.0176830236, 0.00186870235, 0.0101451352, -0.0125841722, -0.0143398587, -0.00905177277, 0.0367748, -0.0114802979, -0.0236334335, -0.0212785, -0.00759571, -0.00923049543, -0.00115906855, -0.0130782882, -0.0106445067, -0.00257307966, 0.0176830236, -0.0217410773, -0.0121110836, 0.00933562685, -0.0111018261, 0.0039397818, 0.013498812, 0.0209736209, -0.0047098659, 0.0113015752, 0.019691024, -0.00749583542, 0.00896766875, 0.0198592339, 0.00087718619, -0.0222457051, -0.0234652236, 0.00779545866, 0.009887564, -2.03280506e-05, 0.0286586918, 0.00711736409, 0.0238857474, -0.000117286698, -0.0232970137, 0.0249370579, 0.00650760485, -0.00905177277, 0.0276284087, 0.00677568838, -0.0191758815, -0.0248950049, 0.0172625, 0.0102870613, -0.0164424777, 0.00735916523, 0.0102870613, -0.00435767695, -0.00697543751, -0.0207843855, 0.0400128327, -0.0158957969, -0.0288479272, 0.0391507596, 0.00500423228, 0.0116064548, 0.00826854818, 0.00527757267, -0.00264929957, 0.005656044, 0.00302514248, 0.0245796125, -0.0150232101, -0.00581899704, -0.0128259733, 0.00505942618, 0.0248739775, -0.000379456964, -0.0366486423, 0.00718044257, -0.00038175669, 0.0254627112, -0.0334947146, 0.0220774952, -0.0189971589, 0.00191863952, -0.0198066682, 0.00561399153, 0.0355552807, -0.0326746926, -0.0189866461, 0.010465784, -0.0255047642, -0.0120059522, 0.0310556777, -0.00958794076, -0.0089939516, -0.00801097695, -0.0032380328, -0.0276494343, 0.0096299937, -0.0125316074, 0.00410273438, 0.000269726559, -0.00703325914, -0.00629208609, -0.00697543751, -0.00422626361, -0.00735916523, -0.014823461, -0.0205530971, 0.0281330366, -0.0140665183, 0.00121886178, -0.00130953721, 0.0288899802, -0.00944601465, -0.000852217607, 0.0459632427, 0.000416909839, -0.00780597189, -0.0240119044, 0.0196699966, 7.19489835e-05, 0.030424891, 0.011890308, -0.0371322446, -0.00764301885, 0.0066915839, -0.0153280897, -0.0124790417, -0.00426831562, 0.0111754183, -0.0296048708, 0.0160955451, -0.000792424369, 0.0106813023, -0.0171048027, -0.00613439, 0.0137195867, 0.00719621219, -0.0031723259, 0.0245585851, 0.0125736594, -0.0119849266, 0.003374703, 0.00907279924, -0.0260304194, -0.00428934209, -0.0275232773, 0.0283643249, 0.0304879695, -0.0302987341, 0.00981922913, 0.0148339747, 0.016715819, 0.0175989177, -0.0136775346, -0.0196594838, 0.002828022, -0.026009392, -0.0468463413, -0.0238226689, -0.00532225333, 0.0095196059, -0.00700172, -0.0131413667, 0.0108389994, 0.00093632238, 0.0111333653, -0.028112011, -0.00957742799, -0.00752211828, 0.010591941, -0.0248319265, -0.0233811196, 0.0322331451, -0.0178407189, -0.00214992766, -0.00697018066, -0.0309715718, 0.0187553577, 0.00188710017, 0.00812136475, 0.0104605276, -0.0102923186, 0.0108495122, -0.0130467489, -0.0262617059, -0.0116695333, 0.0015519954, -0.0237595905, -0.0443652533, -0.00749583542, -0.0211208034, -0.00534328, 0.0131098274, -0.00795841124, -0.0108495122, -0.000562779, -0.0157591272, -0.039255891, -0.0135198375, -0.00735390885, 0.00624477724, -0.00694389781, -0.0255468171, 0.00034824622, 0.00757994037, 0.0147603825, -0.0216149203, 0.0126367379, -0.00722775143, 0.0238857474, -0.011764151, -0.000268740958, -0.00309084938, 0.0198171809, 0.00864176266, -0.0201641135, -0.00283327862, -0.0252524503, -0.0189025421, -0.00543001248, 0.0167263318, 0.000722118071, -0.0183663741, -0.00713839, -0.00457319571, -0.00212364481, 0.0102607785, -0.013414707, 0.0108810514, -0.0151598807, 0.00867855828, 0.016516069, -0.0301305242, -0.00575066218, 0.0133095756, -0.0310346503, -0.0103659099, -0.0258201566, 0.0276704617, 0.0289320331, -0.00381362461, -0.00456005428, -0.0176409706, -0.0435242057, 0.00785853714, 0.0208159238, 0.00135356071, -0.000930408773, -0.00812136475, -0.00230105338, 0.0246216636, -0.00450223219, 0.0175043, 0.0347773135, 0.0018305924, 0.0206897669, 0.0228344388, -0.00133187755, -0.00974563695, 0.0129731568, 0.00826854818, -0.00827906094, -0.00771135371, -0.0316233858, -0.00177408452, 0.000865359, 9.33858319e-05, 0.013004696, 0.0258201566, -0.00828431733, 0.000132481407, -0.0258622095, -0.00288847229, 0.00356919505, 0.0128259733, 0.00946704, -0.00888882, -0.0225821249, 0.00838944875, 0.00356131024, 0.00218409509, -0.017956363, -0.00177934102, -0.000721461, -0.007059542, -0.000816735905, 0.0108389994, -0.0205951501, 0.0436924137, 0.010860025, 0.0150021836, -0.011270036, 0.0116590206, -0.00794264209, 0.0170627497, 0.00330111128, -0.0100032082, 0.00285693305, 0.00539321685, -0.0108810514, 0.0180299543, 0.00181613688, 0.00325380242, -0.0163478591, -0.0220144168, -0.00159404776, 0.00860496704, -0.029268451, -0.00246794871, -0.0223087836, -0.0241801143, 0.0184715055, -0.019028699, 0.00292789633, -0.00790584646, -0.00539321685, 0.00124645862, -0.0104342448, 0.0235493295, 0.00272289105, 0.0127839213, 0.00177671271, 0.0166422259, 0.002817509, -0.0212785, 0.00327220024, -0.000620601058, 0.005945154, -0.0121005699, 0.0288269017, -0.022750333, 0.00780597189, 0.0132464971, -0.00105393759, 0.0131939324, -0.017420195, 0.0256098956, 0.0220354442, -0.010733868, 0.034020368, -0.0103816791, 0.00754314428, 0.00944075733, 0.0149391051, -0.0169155672, -0.00929357391, 0.000478017202, -0.0301515516, 0.0129731568, -0.0232759882, -0.0101766745, -0.033431638, -0.000131660068, 0.00285693305, -0.000982317142, 0.00164792733, 0.0280699581, -0.00574014895, 0.0121215964, 0.00214335695, 0.00377945695, -0.00735916523, 0.020227192, -0.00835265219, 0.000316214137, 0.00617118552, 0.00936191, -0.000560150773, 0.0172835253, 0.0305089969, -0.0132149579, 0.00736967847, 0.0224769935, -0.0460473485, 0.00474928971, -0.00385830528, 0.0191758815, -0.0343988426, 0.0169576202, -0.0176304579, 0.0108915642, -0.00345617929, 0.0118797952, 0.000927123416, -0.00411324762, 0.0211628564, -0.000227345634, -0.0183453467, -0.000731317035, -0.00616592914, 0.00974038057, -0.0159063097, 0.004788714, -0.0211838819, 0.0148339747, -0.00218803762, -0.00227871304, 0.0243693497, 0.00249685952, -0.0168735143, -0.00933037, -0.0168735143, 0.0392979421, 0.0186817665, -0.0357865691, -0.00571912248, -0.0178512316, 0.0089413859, 0.0107759209, -0.0194281954, -0.0210051592, -0.00395817962, -0.0183979124, 0.0336208716, -0.00243509514, 0.0305300225, -0.0132464971, 0.0128049478, 0.00543001248, 0.0279017501, 0.00530122733, -0.00401600171, -0.0114908107, 0.00554565666, 0.00647080876, 0.023780616, 0.003240661, -0.0147919217, 0.0094197318, 0.0387302339, -0.0421785302, -0.0356604122, -0.0419472419, -0.0106813023, -0.0267663356, 0.00414478686, 0.0202377047, -0.00128522562, -0.0133726541, 0.0069806939, 0.0230657272, -0.0116064548, -0.0127313556, -0.027081728, -0.00387670309, -0.00934088323, -0.00223666057, 0.0141611369, 0.032485459, -0.00219723652, -0.0109125907, 0.0126051987, 0.00299623166, -0.00622900762, 0.014529095, -0.00430248352, -0.0136354817, 0.0113751665, -0.00736442162, -0.00208553486, -0.00514090247, 0.0153175769, -0.0112805488, 0.00878894608, 0.0226662289, -0.00912010856, 0.0133200893, -0.0122687798, -0.00131347962, 0.0118587688, 0.00414741505, 0.014571147, -0.00250080205, -0.0274812263, 0.00730134314, 0.00250737276, 0.00697018066, -0.0208684895, 0.0204689931, 0.038541, 0.0116905598, -0.00237070257, -0.00609233743, 0.00461261952, -0.0248950049, -0.00586104952, -0.00405805418, -0.0212995261, -0.00116826745, -0.012342371, -0.0126787899, -0.00866804551, -0.0189761333, -0.00259147747, -0.00761147961, 0.00323277619, 0.0156119438, 0.00798995048, 0.014855, 0.0160219539, 0.000399826065, 0.0344829448, 0.0219092853, 0.000123282443, 0.0177040491, -0.0108495122, 0.0201220606, 0.0215308145, -0.0144449901, -0.00353502762, 0.003808368, 0.00519346818, 0.0089939516, 0.000927780464, -0.0254206602, -0.00355079724, 0.0215728674, -0.0222036522, 0.030340787, -0.0212995261, -0.00122083293, 0.0338942111, -0.0181771386, -0.000804251642, 0.0416739024, 0.00343252486, -0.045248352, -0.0144555029, 0.00525391847, 0.0126472507, -0.0139298486, 0.0404333547, -0.0150126973, -0.0170837771, 0.0267032571, -0.00246663438, -0.00710685086, -0.00077139819, 0.0208159238, 0.0117010726, 0.0170942899, 0.0136459945, 0.00150862883, -0.0292263981, 0.011722099, 0.00309347757, 0.00892035943, 0.00716992933, -0.00776917581, -0.006791458, 0.0102292392, 0.00705428561, 0.00569809647, 0.0104184756, -0.0263247844, -0.0135198375, 0.00167552417, 0.0041736979, 0.0185661223, 0.0115644028, -0.00490961457, 0.00241932552, 0.00955640152, 0.0264299158, -0.028238168, -0.0270186495, 0.00890459, -0.000616658595, 0.0150126973, -0.00157433574, -0.0121846749, -0.0171153154, -0.0254837386, 0.00870484114, -0.0149391051, -0.00326168723, -0.00567181362, 1.09134944e-05, -0.0134252198, -0.0133200893, 0.0284063779, -0.0249160305, 0.0148970531, 0.00839996152, -0.0033273939, 0.00205925223, -0.00090018363, -0.00296469219, -0.0180720072, 0.0176409706, 0.0293315295, -0.0115118371, -0.000742487202, 0.00264141476, 0.0114802979, -4.14363712e-05, 0.0133621413, 0.00778494542, 0.000275147351, -0.00967730209, -0.00678094523, 0.0103711663, -0.0183768868, 0.00947755389, 0.00291475514, -0.0217200499, -0.0111018261, 0.00537219038, 0.00837893505, -0.000479659881, -0.0133200893, 0.0297310278, 0.00457056705, 0.016179651, -0.00111701619, 0.00233390671, 0.00732236961, 0.0107548945, -0.0213626046, 0.00304879691, 0.00348509033, -0.00624477724, -0.0161691364, -0.0247898735, -0.0127839213, 0.0172309596, -0.007059542, 0.007059542, 0.00946704, 0.0219513383, -0.00797418132, 0.0180614945, -0.00371112186, 0.00428145705, 0.00602400256, 0.0075378879, -0.0327377729, -0.00251131505, -0.010591941, 0.000217489622, -0.00410273438, 0.0137195867, -0.0137406131, 0.00770084094, -0.0112805488, 0.0203218088, -0.000827906071, -0.0210156739, -0.00771661056, 0.0041763261, 0.0299202632, -0.00745904, -0.00722249504, 0.0174412224, 0.001019113, 0.0123528847, -0.00884151179, -0.0187868979, -0.005366934, -0.0294366609, 0.00815816, -0.0132044451, -0.0324013531, 0.0158957969, 0.0211313181, -0.00979820266, -0.00491749914, 0.0156645086, -0.00958794076, 0.0137090739, 0.010339627, 0.022413915, -0.01692608, -0.0129100783, -0.00127734081, -0.016516069, 0.0146447392, 0.00286218966, -0.0208579767, -0.0228134114, 0.0232339352, 0.00496743666, -0.0172730125, 0.0104184756, -0.00589784514, 0.00618695514, -0.016799923, -0.00412638905, 0.00150468643, 0.00363227376, 0.0243483242, -0.00812136475, 0.013498812, -0.00562976161, -0.00763250561, 0.0210787524, -0.0094197318, -0.007348652, 0.0199748762, 0.0255888682, -0.0094092181, -0.00817392953, 0.00831585657, -0.00468358304, -0.0137300994, -0.00322226295, -0.0208159238, -0.0154752731, 0.0155909173, -0.00735916523, -0.00854188856, -0.0192810129, -0.0250001363, -6.1805491e-05, -0.0142242154, -0.0212679878, -0.0173676293, 0.00885202456, -0.0210787524, 0.00797943771, -0.0149601316, -0.0140875448, 0.00926203467, -0.0105866846, -0.00646555237, -0.00655491371, -0.000816735905, 0.00127011305, 0.0178512316, 0.00998218171, 0.01923896, -0.0040422841, 0.00722775143, 0.00130888, -0.00511724828, 0.0370691679, -0.00956691522, 0.00692287181, 0.0245165341, -0.0222667307, -0.00589258876, -0.00375843071, 0.00950383581, -0.00685979333, -0.0204374529, -0.00259804819, -0.0162006766, -0.028238168, -0.013582916, -0.0117431255, -0.003674326, 0.00841573067, -0.00339047262, -0.0114802979, 0.00184767612, 0.00342201185, -0.0230447, -0.00865227543, 0.0319808312, 0.0125210937, -0.0122792926, -0.00237990147, -0.0101451352, 0.0177355874, -0.00308296457, 0.00799520779, 0.00295943581, 0.0020474249, 0.0149075659, 0.0205846373, -0.00199354533, -0.0114067057, 0.00387933129, -0.000308986375, 0.0151598807, 0.0132044451, -0.0153070632, -0.00623426447, -0.00581374066, 0.00703325914, 0.00900446437, -0.00228791195, 0.0113541409, 0.0136039425, 0.0149180796, -0.0157591272, -0.0195964053, -0.00350086, -0.011764151, 0.0108179729, 0.00786379352, -0.0197435897, 0.00822123885, -0.0177250747, 0.0148970531, 0.00310924719, 0.00404754095, -0.000710290857, 0.00375580252, -0.00857868418, -0.000364015839, -0.00569809647, -0.0102397529, 0.00891510304, 0.0289951116, -0.00316706928, 0.00446806476, -0.0109336171, -0.00250868686, 0.00205530971, 0.0153701426, -0.0302146301, -0.0116274813, -0.0079373857, -0.00791635923, -0.010113596, 0.00584002305, 0.0257360525, -0.0311187562, 0.0293315295, -0.000651154725, -0.00479134219, -0.0117746647, -0.00550360419, 0.00881522894, -0.00454954104, -0.0072487779, -0.0110808006, 0.000388655899, -0.0382466316, 0.0115118371, -0.0209210552, -0.0144344773, -0.0029042419, -0.00822649524, 0.0239698533, 0.00999269541, -0.00768507132, -0.000919895654, 0.0133831678, -0.0019028699, -1.29360324e-05, -0.00419735257, -0.00988230761, 0.00675991876, 0.0149391051, -0.0161481109, -0.00923575275, -0.0213626046, 0.0253575798, 0.00711210771, -0.00483339466, -0.0146762785, 0.0135093248, -0.000697149488, -0.0126577644, 0.00353502762, 0.0162952952, 0.00158747705, -0.0150862886, -0.00800046418, 0.00852086209, 0.016305808, -0.0089413859, -0.002817509, 0.0368378796, -0.0167263318, -0.00950383581, 0.00207370752, -0.00745904, 0.00301462947, 0.0369009562, -0.00739596086, 0.0235072765, -0.0101661608, -0.0264929943, -0.00858394057, -0.00260199048, -0.00351137319, 0.0100242347, 0.0150968013, 0.0234441981, 0.00532488152, 0.0241590887, 0.0273130164, 0.00838419143, -0.0190707501, -0.00861022342, -0.0467622392, -0.00340887043, 0.00258884928, -0.00844727, -0.0108389994, 0.0112805488, 0.00638670428, 0.00495955162, 0.00510936324, -0.00066298194, 0.0253365543, -0.0170732625, -0.0041763261, 0.003808368, 0.0179773886, -0.00185687502, 0.0131413667, 0.00286744605, -0.0010565659, -0.00510673504, -0.0153175769, 0.00371112186, 0.0116905598, 0.0207633581, 0.0158957969, 0.0146342255, -0.012258267, -0.0141295968, 0.00498846266, -0.00881522894, -0.00933562685, -0.0204900187, 0.00212890143, 0.0203007832, 0.0129731568, -0.00535379257, -0.0166737661, 0.0105183497, 0.00934614, -0.0274391733, 0.00460736314, 0.00630259933, 0.0024061841, 0.00990333408, -0.019154856, -0.00262433081, -0.0128680263, -0.0175673794, -0.0252103973, -0.0173150636, -0.0207423326, -0.00619746838, -0.0173781421, 0.00601874571, 0.0216149203, -0.00364015857, 0.018618688, 0.00601348933, -0.00662850542, -0.00754314428, 0.00820546877, 0.00471775047, -0.0083053438, 0.00695441104, -0.00764827523, -0.021383632, -0.0109756691, -0.00622900762, 0.00257176533, 0.0112490095, 0.00265192776, 0.000171823369, -0.00197646162, 0.0218462069, 0.0122687798, -0.0231288057, 0.00208422076, -0.00233127852, 0.0197015367, -0.000303565554, -0.00750109181, 0.0188499764, -0.0103606535, 0.00942498818, 0.00371637847, -0.0136459945, -0.002828022, -0.0142767802, -0.020721307, -0.000301922904, 0.00241801143, 0.00815816, -0.0133831678, -0.0112805488, -0.000906754285, -0.0380994491, 0.00423677638, -0.0145185813, 0.00167158176, -0.0151703935, -0.0267032571, -0.000941578881, -0.0107286116, 0.0266612042, 0.0204479657, -0.0121741621, 0.0322541706, -0.012258267, -0.00554565666, 0.00654965686, 0.0125421202, 0.0118272295, -0.00989807677, 0.00836842228, -0.0113436272, 0.00439184485, 0.0034509229, -0.0203638617, 0.0135724032, 0.00484653609, -0.0037505459, -0.00468095485, 0.0115118371, 0.00943550095, -0.0024061841, -0.0172519851, 0.00308033638, 0.0103501398, 0.0046573, -0.025799131, 0.00821598247, -0.00285167643, -0.0139193358, -0.00662850542, -0.00921998266, 0.00486756209, -0.0220774952, 0.0149601316, -0.0215728674, -0.00872061122, 0.0115013244, 0.0162111893, 0.00894664228, 0.00743275695, 0.0219933912, -0.00691235857, 7.89303303e-05, -0.0112805488, 0.0156329703, -0.00975615066, 0.0134462463, 0.012426476, 0.0178407189, 0.00167289597, -0.00712262047, 0.0240329318, -0.0417159535, 0.011848256, -0.0117956903, -0.00205793791, -0.00119192188, -0.0028832159, 0.0145185813, 0.00446806476, 0.0161586236, 0.00187001645, -0.0210156739, 0.00484916428, 0.00453114323, 0.0141821625, -0.00235756114, 0.0150442366, -0.0130782882, 0.0115538891, -0.0131623922, 0.0121321091, 0.00802149, -0.00665478781, 0.00362438895, -0.00210130448, 0.00621849438, 0.0375948213, 0.00620272476, -0.0146867912, 0.00196594838, -0.00841047429, -0.0358917, -0.0105604017, 0.0313920975, 0.0141926762, 0.00586104952, -0.00555091305, -3.46808883e-05, -0.0320859589, 0.025925288, -0.0179037973, 0.00689133257, -0.00295943581, -0.0175778922, -0.0192494728, -0.0102660358, 0.0228554644, -0.0219513383, -0.0156539958, -0.0115538891, -0.00399234705, 0.01576964, 0.000695835333, -0.0135934297, 0.012300319, 0.0319177508, 0.0247898735, -0.00970358495, -0.0429144464, -0.0290792156, 0.0173255783, -0.0156224566, 0.0179668758, -0.0211208034, 0.0194807611, 0.0214361977, -0.033431638, -0.00875215, 0.00285956124, 0.0293735825, -0.0127103301, -0.00389247271, 0.0278176442, -0.000240487, 0.030256683, 0.0187343322, -0.023654459, -0.0131939324, 0.00156776502, 0.00342201185, -0.00150468643, -0.00865227543, 0.00493589742, -0.00524603343, 0.0113226017, -0.028196115, -0.0375948213, -0.00109730405, -0.0249160305, 0.0180509817, 0.00243903766, -0.0157065615, 0.00111044548, 0.00883099809, -0.00803726, -0.0120900571, -0.0157170743, -0.0207633581, 0.0135934297, -0.00584002305, 0.014613199, -0.00404491276, -0.00569284, 0.0286586918, -0.00559296552, 0.000421837874, 0.00165844045, 0.00828957371, -0.0240960103, -0.000741830154, -0.0100610303, -0.0100820567, -0.003808368, -0.0149285924, 0.0110492613, 0.0147603825, 0.00995589886, 0.00844201352, 0.0277335402, 0.031413123, 0.0414846651, 0.00422363495, 0.0361229889, -0.0109966956, -0.00720146904, -0.00875215, 0.00878894608, 5.367427e-05, 0.00453114323, 0.00927254837, -0.00535642076, -0.0218041558, 0.0121110836, 0.00519872457, 0.0191758815, 0.00693864143, 0.00150600064, 0.0120059522, -0.00812136475, -0.0154752731, -0.0245796125, 0.00956165791, -0.0194492228, -0.0111228526, 0.0148970531, 0.00584528, -0.00755365752, -0.0222667307, -0.00627631648, -0.0224769935, 0.0250001363, 0.00774289295, 0.0244114026, 0.0113646537, -0.0085629141, -0.0184399653, 0.00886253733, 0.00326168723, 0.0235072765, 0.00440235762, -0.00396606419, -0.0214256831, 0.0124580152, 0.0262406804, 0.0252945013, -0.00192258193, 0.0012372596, 0.00692287181, 0.0217410773, 0.0190812647, -0.000191699684, 0.00488070352, 0.00959319714, -0.00467044162, 0.0162322167, 0.00767455809, 0.00660747895, -0.00505154114, 0.00539847324, -0.0124685289, 0.00861548, -0.00965101924, -0.0242431927, -0.00432876591, 0.0093146, -0.0246216636, -0.0112910625, -0.0127418693, -0.0193230659, -0.0112174703, -0.0395712815, -0.00897292513, 0.014529095, -0.0106550204, 0.00723826466, -0.00890459, 0.00163215771, 0.0106339939, 0.00131085131, -0.0303618126, -0.00643401314, 0.00524866162, 0.0132675236, 0.0152124455, 0.0080950819, -0.003106619, 0.016799923, 0.0120900571, -0.00534853619, -0.00663901819, -0.0436083116, 0.00691761542, 0.0227082819, -0.000315885583, 0.00923575275, 0.0164214522, -0.0360178575, -0.0399918072, -0.0091516478, 0.000613044773, -0.0192179345, 0.003663813, 0.0123213455, 0.0342306308, -0.0138036916, 0.0232759882, 0.00461524772, 0.0178302061, -0.0158852842, -0.00218672329, -0.0104500148, -0.00166632526, -0.0256309211, -1.65704423e-05, 0.00130888, -0.000263484399, -0.00784276705, 0.0231288057, 0.020847464, -0.0123108318, -0.0027491739, -0.0128575126, -0.00647606561, 0.00806354266, -0.00630259933, 0.00540373, 0.00846829638, 0.00687030656, -0.0152860377, -0.0200064164, 0.00213284371, -0.0198382065, 0.0231288057, -0.00684402371, 0.0390035771, -0.0120900571, 0.00600297609, 0.0199117977, 0.00242589624, -0.00582425343, 0.0134041933, 0.0150126973, -0.0016242729, -0.044953987, -0.00680197123, -0.00913062133, -0.00308296457, 0.0102818049, -0.0173255783, 0.036943011, 0.012384424, -0.0079373857, 0.0250842404, -0.0262406804, -0.00896766875, 0.0189235676, -0.0197646152, -0.0215938929, 0.0273550693, 0.0251893718, 0.0198802594, -0.0116379941, 0.0145501206, 0.0255047642, 0.00196857681, -0.00858919695, 0.00771135371, 0.00342201185, 0.00617118552, -0.00105590874, -0.0136670209, 0.0180089287, -0.00133713405, -0.0101030823, -0.00423677638, -0.00882048532, -0.006502348, 0.0173571166, 0.00513038924, -0.00868381467, 0.0199223123, 0.0169576202, -0.0327377729, -0.0219723638, 0.014119084, 0.00493326876, -0.0128575126, -0.0254416857, -0.00660747895, 0.0101977, -0.00350086, -0.0269765966, -0.00292526814, 0.00894664228, -0.0112384968, -0.00268872362, -0.00601874571, 0.013498812, 0.00385042047, 0.00714364694, 0.0130888009, 0.00766930124, 0.00900972076, -0.0145080686, -0.0140980575, -0.028027907, -0.0014823461, 0.0101241088, 0.0180930328, -0.00353502762, -0.0101346215, 0.0173991695, -0.00519083953, -0.0136565082, 0.0116169676, -0.0202166773, 0.0143819116, 0.0242221672, 0.00593464123, 0.018492531, 0.0114487587, -0.0299833417, 0.01808252, 0.0210051592, -0.0213205535, 0.0117956903, -0.00588733237, 0.00323540438, 0.00168340909, 0.0287638232, 0.00802149, -0.00405279733, 0.0037400329, 0.000589390285, -0.00281225238, -0.00162295881, 0.0138667701, -0.005945154, -0.000864701928, -0.0302777085, 0.0211418308, 0.00406593876, 0.00336156157, -0.000542738417, 0.00772186695, 0.00824226532, -0.0312238876, -0.0066127358, -0.0126367379, 0.00966153294, 0.010860025, 0.0171783939, 0.00297783362, -0.0166422259, 0.0132780364, 0.0144975558, 0.0260514449, -0.00771135371, 0.0158957969, -0.00984551199, 0.0160534941, -0.00211970252, 0.00392664038, -0.0126157114, -0.0144344773, 0.0275863558, 0.0125841722, -0.00617644237, -0.0119849266, -0.00763250561, 0.00254548271, 0.0180194415, -0.00906228647, 0.00979294628, 0.00707005523, -0.0055771959, 0.0260724705, 0.0136354817, 0.00499371905, -0.00331950909, 0.0113541409, 0.000956034404, -0.000518755463, -0.00620798161, 0.00827380456, -0.0424308442, -0.00535116438, -0.00748532219, 0.0103659099, -0.00536167761, 0.0323803276, 0.00268083881, -0.0040422841, 0.020101035, 0.0375527702, -0.00447857752, -0.0116169676, -0.0257150251, 0.0177040491, -0.022498019, -0.00591887161, 0.00694389781, -0.00697018066, 0.0144765293, -0.00304354052, 0.0050200019, -0.0110913133, 0.0135093248, -0.00955114514, -0.00584002305, -0.0340834484, -0.00183979131, 0.0273340419, 0.016799923, 0.0155068124, -0.00527757267, 0.00509885, 0.0172519851, -0.0153280897, 0.0126893036, 0.0232759882, 0.000372557726, 0.00223140395, 0.003240661, 0.0186607409, 0.00321963476, 0.0038845879, 0.00812136475, -0.0359758064, -0.00695441104, 0.0194176827, 0.0297941063, 0.00825803448, -0.0214782488, 0.020101035, -0.00167683838, 0.00552988704, 0.00507256761, 0.0128575126, -0.0179668758, 0.0186502282, -0.00137327274, -0.0224559661, -0.000267591065, -0.00741698733, 0.00115446909, 0.022498019, 0.00468621124, -0.00751686143, 0.00311187562, -0.00798995048, 0.00332213752, -0.00723826466, 0.0110597741, -0.000125253646, -0.000649840571, -0.0114697842, 0.0214467105, 0.00339310081, -0.011806204, -0.0174727608, -0.0163478591, 0.00193309505, -0.00107693498, 0.00717518618, -0.0224769935, -0.00540373, 0.0028832159, 0.022750333, 0.000929751666, -0.0288269017, -0.0184294526, -0.0500843748, -0.00800572056, 0.00837893505, -0.0128680263, -0.0099874381, -0.0263878647, 0.000674809155, -0.00625003409, 0.0116695333, -0.00880997162, 0.03038284, 0.00704902876, 0.00321963476, -0.00658645295, 0.011438245, -0.00791110285, 0.0136985602, 0.0112384968, -0.0220144168, -0.011722099, 0.0443232022, 0.00468095485, 0.00157039333, 0.0102818049, -0.0060555418, -0.00720146904, -0.00711736409, 0.0297520533, 0.00836842228, -0.0134882983, 0.0198487192, 0.00136933033, 0.0104815541, -0.0422836617, -0.00893612951, 0.00111898733, -0.00514615932, 0.0139088221, -0.00323277619, 0.0074800658, 0.00434716418, -0.0049989759, -0.0107391244, 0.00485704886, -0.014655252, 0.0150862886, 0.011143879, -0.025883235, 0.00248371833, -0.0101609044, -0.000996772666, -0.0113226017, 0.00876266323, 0.00498320628, 0.0149916708, -0.00392926857, -0.0121846749, 0.00384516385, -0.00909382571, -0.0195543524, -0.0184820183, -0.0105025796, 0.00695441104, -0.00222483324, 0.00556668267, 0.00337995938, -0.0305300225, 0.0199117977, -0.00276494352, 0.00539321685, 0.00598195, -0.0135513768, 0.0320228823, 0.0100084646, 0.00754840067, -0.0125210937, 0.0130257225, 0.00291212671, -0.0323803276, 0.00343515328, -0.00969832856, -0.0206266884, -0.0242431927, 0.0127313556, -0.00707531162, -0.0212364476, 0.008194956, -0.0105761718, -0.00668107066, 0.0141611369, 0.00010759494, -0.0143608851, -0.0023930429, -0.00933037, -0.0233811196, 0.00368746743, -0.0265350472, -0.010013721, -0.0276073832, -0.0262827333, -0.0333895832, 0.00133779109, -0.0230867527, -0.00216175476, -0.0292263981, 0.00487281848, 0.00441287085, -0.00183847721, 0.00274128909, 0.00641824352, 0.0203323215, 0.022413915, -0.00167026767, -0.0100610303, -0.000141926765, 0.0329059809, 0.00736967847, 0.00788482, 0.00539847324, -0.00697018066, -0.0306351539, -0.0100452602, 0.00909382571, -0.0255047642, 0.0169891585, 0.0246006381, 0.0147814089, -0.0162532423, -0.00411324762, -0.0083106, -0.0115118371, -0.00178853993, 0.00198697462, -0.00164529902, 0.00860496704, -0.0188394636, 0.00787956361, 0.0312028602, -0.0100873131, 0.0336629227, 0.0122372406, 0.0194492228, -0.00218672329, 0.0117431255, -0.00817918684, -0.0272499379, 0.00167421007, 0.00496743666, -0.00781122828, -0.00474666152, 0.00681248447, -0.000499700487, 0.00971935503, -0.00227345643, -0.0277335402, -0.0191758815, -0.00160718907, -0.0115328636, 0.00559822191, -0.00150600064, 0.0165370964, -0.00488333171, 0.00764827523, 0.00849983562, -0.008505092, 0.00897292513, -0.00524603343, 0.00864176266, 0.0180720072, 0.00420786534, -0.00913587771, 0.0364594087, -0.00661799219, -0.015149367, 0.006791458, -0.00777443219, -0.0148970531, 0.000758256821, 0.00980345905, -0.0239278, -0.00622900762, 0.00349034695, -0.00761147961, 0.0108284857, -0.00536956219, -0.0115328636, 0.00100005802, 0.0380573981, 0.00893612951, -0.00414478686, 0.00219855062, -0.0153491162, -0.0332634263, 0.0102344966, 0.0042867139, -0.00531174, 0.0138036916, -0.0135093248, -0.0148024354, 0.0286797173, 0.0263247844, -0.000404425547, -0.0174307078, -0.00402388629, 0.00404754095, 0.00735390885, 0.011185931, 0.00670209667, 0.0173991695, 0.0282171424, 0.00241406891, 0.010013721, 0.00593989762, 0.00522763561, -0.00513038924, -0.00357445166, 0.0134672727, -0.00732236961, 0.00124711567, -0.0235283021, -0.0187868979, -0.00595041085, -0.00838944875, 0.00118338, -0.00685979333, -0.0338101089, -0.0175253265, -0.0313500427, -0.0102450093, -0.0144870421, -0.021383632, 0.0113646537, -0.00319598033, 0.0146237127, -0.00322226295, 0.00916216057, -0.0095196059, 0.0023930429, -0.00626054686, -0.0155804036, -0.0124685289, 0.00543526933, -0.00188184367, -0.00979294628, 0.0312659405, -0.00254679681, 0.00980871636, 0.0181350857, -0.00621849438, -0.0233811196, 0.00626054686, -0.000992173213, 0.00236807414, 0.000725403428, 0.00367695442, -0.00570860971, 0.00659170933, -0.0100032082, 0.00863125, 0.000974432332, -0.000946178392, 0.018534584, -0.0198487192, 0.0180509817, 0.0189971589, -0.0185135566, -0.0335367657, 0.0193440914, 0.0253365543, 0.00909382571, -0.0143713979, -0.00112818636, 0.0113015752, 0.00828957371, -0.0232759882, -0.040328227, 0.0178512316, 0.0158432312, -0.0031723259, -0.0127944341, 0.000439578696, -0.0080950819, -0.0221616011, 0.0123633975, -0.0394030735, 0.0476453379, 0.00597143685, 0.0156960487, -0.0228554644, -0.0143924244, 0.0158327185, 0.00558770914, -0.0160534941, -0.00632888218, -0.0209736209, -0.0191758815, -0.0123528847, -0.00921998266, 0.00952486228, 0.00600297609, 0.00794789847, -0.0378471352, 0.0207738727, -0.0108284857, -0.0395712815, -0.0175989177, 0.0268083867, -0.00731185637, -0.0144344773, 0.00601874571, -0.0122372406, 0.00156776502, 0.0250001363, -0.0114067057, -0.00317495409, 0.00376894395, 0.00648132199, -0.0113436272, -0.00104079617, -0.0038845879, -0.00256782304, -0.00189104269, -2.57437318e-06, 0.00868381467, -0.00841573067, -0.00334053533, 0.0105288625, -0.0289951116, 0.014855, 0.0388774201, -0.0223087836, -0.0118797952, 0.0210156739, -0.0109020779, -0.0216779988, -0.0215203017, -0.0022616291, 0.0107969465, 0.0259463135, -0.00990333408, -0.00884151179, -0.0110808006, 0.0178407189, 0.0145185813, 0.0131098274, 0.0111754183, -0.00286744605, -0.0185871478, -0.0210051592, 0.00701223314, -0.014613199, -0.0100873131, -0.0160850324, -0.00584528, 0.0152439848, 0.00113541412, 0.0124580152, 0.022413915, 0.0189340804, -0.0042867139, 0.0285325348, 0.007348652, -0.00471512228, -0.0155173251, -0.0199012849, -0.0281750895, -0.00802149, -0.000384713494, -0.0221616011, -0.00520660961, -0.0233811196, 0.0110177221, 0.00402125809, 0.0228554644, 0.000566392904, -0.00160193257, -0.00204479671, 0.0269345455, 0.000759571, 0.00715415971, 0.00938293524, 0.0113856802, 0.0230447, -0.0210472122, -0.00803726, -0.0039397818, -0.000122378973, -0.0107969465, -0.00311450381, 0.0189866461, 0.00349823176, 0.00918844342, 0.00849457923, -0.0250632148, 0.0180509817, -0.00994013, 0.0185976624, -0.0114172194, 0.0136670209, 0.0138457436, 0.00329585467, -0.00985602476, -0.00341675524, -0.0307402853, -0.00562450476, 0.0177461021, 0.024726795, -0.000722775178, -0.0107759209, 0.0109441299, 0.0120059522, 0.00319598033, -0.0252524503, 0.00839470513, 0.0130152097, -0.0167473573, 0.0151703935, 0.0442811474, -0.0257781036, -0.0309295207, -0.00988230761, -0.00433927914, -0.00533539476, -0.00403965591, 0.00541949971, 0.00361650414, -0.00501737371, 0.0131413667, 0.00648657838, 0.0260934979, -0.00618695514, 0.000698463642, -0.00575591857, -0.013582916, 0.0151809063, 0.0125631467, 0.0174307078, -0.00196069176, 0.0037400329, 0.0136249689, -0.0159483626, -0.00136407383, 0.0178827718, 0.00562976161, -0.0049989759, 0.00939870533, -0.0165896602, 0.00298309023, 0.00201588566, 0.0353870727, 0.00697543751, 0.0101241088, -0.00552463066, 0.0112595232, 0.00680197123, -0.00108481979, -0.00276494352, 0.00786905, -0.0146762785, 0.00496480847, -0.0112279831, 0.00201457157, -0.000701748941, 0.0122267278, -0.00542475609, 0.0246637166, 0.0139193358, -0.0164424777, -0.00182927819, 0.00187001645, 0.0277335402, -0.0163688865, -0.0323172472, 0.00680722762, -0.0157906655, -0.00394766638, 0.00869432837, 0.00839996152, 0.0113646537, 0.0204269402, -0.0205110442, 0.0313710682, 0.0162322167, 0.0102502657, 0.0104920669, 0.0107391244, 0.00523814885, 0.0193440914, 0.00976140704, -0.0137195867, 0.00538796047, 0.0152650112, -0.00558770914, 0.0115013244, 0.00470460905, -0.0192074217, 0.000583476678, 0.00460473495, -0.000731974083, -0.00557193952, 0.0170312114, -0.0181771386, -0.00525391847, -0.00190549809, -0.00875740685, 0.0155068124, -0.0200169291, 0.032611616, 0.00694389781, 0.00629208609, -0.00552463066, 0.00759571, 0.00983499829, -0.00528282952, -0.00307245157, -0.0275443047, -0.0298571847, 0.0212364476, 0.0117536383, 0.0109020779, 0.00364278676, -0.0300674457, 0.025799131, 0.00139692728, 0.00338258781, 0.0219303127, 0.0191233158, 0.00262170262, 0.00711210771, 0.00474140514, 0.0163478591, 0.0233390667, 0.020311296, -0.00255599571, -0.00502263, -0.0179773886, -0.00953011867, 0.0047098659, 0.00316181267, -0.025799131, 0.00992961694, 0.00142321, 0.0099979518, 0.00405805418, 0.00791635923, 0.0172414724, 0.00157827814]
|
30 Oct, 2019
|
Python | Pandas Series.shift()
30 Oct, 2019
Pandas series is a One-dimensional ndarray with axis labels. The labels need not be unique but must be a hashable type. The object supports both integer- and label-based indexing and provides a host of methods for performing operations involving the index.
Pandas Series.shift() function shift index by desired number of periods with an optional time freq. When freq is not passed, shift the index without realigning the data.
Syntax: Series.shift(periods=1, freq=None, axis=0, fill_value=None)
Parameter :
periods : Number of periods to shift. Can be positive or negative.
freq : Offset to use from the tseries module or time rule (e.g. ‘EOM’)
axis : Shift direction.
fill_value : The scalar value to use for newly introduced missing values
Returns : Copy of input object, shifted.
Example #1: Use Series.shift() function to shift the data of the given Series object by 2 periods.
# importing pandas as pd
import pandas as pd
# Creating the Series
sr = pd.Series(['New York', 'Chicago', 'Toronto', 'Lisbon', 'Rio', 'Moscow'])
# Create the Datetime Index
didx = pd.DatetimeIndex(start ='2014-08-01 10:00', freq ='W',
periods = 6, tz = 'Europe/Berlin')
# set the index
sr.index = didx
# Print the series
print(sr)
Output :
Now we will use Series.shift() function to shift the data in the given series object by 2 periods.
# shift by 2 periods
sr.shift(periods = 2)
Output :
As we can see in the output, the Series.shift() function has successfully shifted the data over the index. Notice the data corresponding to the last two indexes has been dropped.
Example #2: Use Series.shift() function to shift the data of the given Series object by -2 periods.
# importing pandas as pd
import pandas as pd
# Creating the Series
sr = pd.Series(['New York', 'Chicago', 'Toronto', 'Lisbon', 'Rio', 'Moscow'])
# Create the Datetime Index
didx = pd.DatetimeIndex(start ='2014-08-01 10:00', freq ='W',
periods = 6, tz = 'Europe/Berlin')
# set the index
sr.index = didx
# Print the series
print(sr)
Output :
Now we will use Series.shift() function to shift the data in the given series object by -2 periods.
# shift by -2 periods
sr.shift(periods = -2)
Output :
As we can see in the output, the Series.shift() function has successfully shifted the data over the index. Notice the data of the first two indexes has been dropped.
|
Pandas/Pandas Tutorial/Python | pandas.date_range() method/Python | Pandas Working With Text Data/Python | Pandas Series.str.swapcase()/Python | Pandas Series.sort_values()/Python | Pandas Series.var/Python | Pandas Series.sum()/Python | Pandas Series.shift()
|
https://www.geeksforgeeks.org/python-pandas-series-shift/?ref=ml_lbp
|
Pandas
|
Python | Pandas Series.shift()
|
Python | Pandas Series.shift(), Pandas, Python | Pandas Series.str.swapcase(), Python | Pandas Series.sum(), Pandas Tutorial, Python | Pandas Series.sort_values(), Python | pandas.date_range() method, Python | Pandas Working With Text Data, Python | Pandas Series.var
|
GeeksforGeeks
|
[-0.0256000068, 0.00147692347, -0.00815112237, 0.0157289244, -0.00807634089, -0.013011883, -0.020751711, 0.016588904, -0.0262231827, -0.0235186052, -0.00944109354, -0.0158784855, -0.011154823, -0.0103446962, -0.027120553, 0.00592638925, -0.00311119854, 0.0361441188, -0.00974644907, -0.00490126712, -0.010463099, -0.0138095468, -0.0314079933, 0.0139217181, 0.00198013685, 0.0224716719, -0.0181219131, 0.00777721731, -0.0264973789, 0.00342745963, -0.032380145, -0.0126940645, -0.0332525894, -0.0174239576, -0.018271476, 0.00322181196, -0.00441519124, -0.00155014649, -0.0201783888, -0.0187949426, -0.0127750766, 0.0307848193, -0.0125694294, -0.0329534672, -0.00175267819, 0.0201285351, -0.0397585332, -0.00110223982, 0.00540292263, -0.00125803344, 0.0218734238, -0.00619747024, 0.025089005, -0.00508198794, -0.0107933823, 0.00625978783, 0.0300120823, 0.0232194811, -0.0052845194, -0.0467380844, 0.00850633159, -0.0151929939, 0.0167883206, -0.0331030264, 0.00562414946, -0.000347614521, -0.0402321443, -0.000181012714, -0.0433480181, -0.0322804376, -0.00350847235, -0.00857488066, 0.0846021697, 0.0734348819, -0.000304187037, -0.0617192, -0.00810126774, -0.000724050857, -0.0418025441, -0.00342122791, -0.0117779979, 0.0154796541, -0.00616631145, -0.0140338894, 0.0183088668, -0.00415968942, 0.0341998152, -0.0442204624, 0.00841285568, -0.0172370058, 0.0417277627, 0.0235559959, 0.0270208456, -0.0140089625, -0.0133608608, -0.00782084, -0.0257994235, 0.0168506373, -0.0239174366, 0.0208888091, 0.0222348645, -0.00808880478, -0.00517858, -0.0224467441, 0.0236681662, 0.00109445013, 0.00473924167, -0.030211499, -0.0441207513, 0.0360693373, 0.0139092542, -0.00573943695, 0.0271454807, 0.0363684632, -0.0548892096, -0.0108681628, 0.0221351571, 0.00275598909, 0.0304607693, 0.00776475389, 0.0668043047, 0.0383626223, 0.046638377, 0.0515489914, 0.00262823841, -0.0073285317, 0.0500035211, 0.0116595943, 0.0373904668, 0.00434041, -0.00697332248, 0.0187326241, -0.0232070182, -0.0462644733, -0.0130243469, 0.0198668018, 0.00917936, 0.0355708, -0.0167758577, -0.00774605852, -0.0229203571, -0.0276440196, 0.0376646668, -0.0349974781, 0.0347232819, -0.0110364202, -0.00840039179, 0.0213001035, -0.0123450868, -0.000789094658, -0.0208015647, -0.0203778055, -0.00537176384, -0.0411793701, 0.0172245428, 0.0131365182, -0.0104880268, -0.0174114946, 0.0117904609, -0.0228954311, 0.000881012937, 0.00627536699, 0.0209885165, 0.0221226942, 0.0244907569, -0.015803704, 0.035296604, -0.0396089703, -0.0402072184, 0.0118403146, 0.0323302932, -0.035296604, -0.0198917296, -0.00755287474, 0.00916066486, -0.00217176299, 0.00635637948, -0.0332525894, 0.0220603757, 0.00202843291, 0.00114742, 0.00305667077, -0.0455665179, 0.0195053611, 0.00149795564, -0.0223844275, 0.0104257092, 0.0529947579, -0.0338508375, -0.0231571645, 0.00335267861, 0.0157538503, 0.0332525894, 0.0191688463, -0.00630652579, 0.0370913446, 0.0184958186, -0.00607906701, -0.000978383934, 0.0398083851, -0.0247275624, -0.0244907569, -0.0232817978, -0.00831937883, -0.0220977664, -0.00681752898, -0.0235186052, -0.00468938798, 0.0241168514, -0.0281674862, 0.00939123891, 0.00684245583, 0.00955949631, -0.0205398314, -0.0213250313, 0.00441830698, -0.00162181153, 0.0155668985, 0.0190940667, 0.00350847235, -0.0356954336, 0.00168257114, -0.0218858868, 0.0192436278, -0.0311587229, 0.0102325249, -0.0212128591, 0.00894878525, -0.0258492772, -0.0346485, -0.0184335, 0.01107381, 0.00468004029, -0.00697955396, 0.00965920463, 0.0414784923, -0.0174862761, 0.0120334988, -0.0202407073, -0.0127065275, 0.051449284, -0.0114913378, 0.0196923129, -0.0460650586, -0.00786446221, 0.00764635066, 0.00648101466, 0.0446691476, 0.0162399262, 0.0175361298, 0.0218484979, -0.0113417758, -0.012862321, 0.0462644733, -0.0336763486, 0.00803895108, -0.0317818969, 0.0125071118, -0.00418150052, -0.00143096445, 0.014719381, 0.00661811279, 0.0135228857, 0.0463392548, 0.0151929939, -0.00100253196, -0.00641246559, 0.0178477168, -0.0117842294, -0.0482337028, 0.0454668105, -0.0234936774, 0.0194305796, -0.0205647573, 0.0112669943, 0.0195676778, -0.0554376021, -0.0271454807, 0.0468627214, 0.0149187967, 0.0282671936, 0.0196175333, 0.0168132465, -0.0333772264, 0.0127750766, 0.00777721731, -0.0237928014, 0.000724050857, -0.0291645657, -0.0143330125, 0.0130492738, -0.00831314735, 0.0265970863, 0.0146570634, 0.0448436365, -0.00537799578, -0.0117966924, 0.00867458899, -0.00677390676, 0.0600241646, -0.0271953344, 0.0224218182, 0.0182590131, 0.0045990278, 0.0236681662, -0.0549390614, 0.0153300921, -0.0208140276, -0.0110301878, 0.0108930897, 0.033776056, -0.0376148112, 0.00405063387, 0.00632522115, -0.00616319571, -0.0121145118, 0.0380136445, -0.0290648583, 0.0168506373, -0.0344740115, -0.00462707039, -0.0423758626, 0.00884284545, 0.000348782953, -0.0044120755, -0.0357203595, 0.0269211382, -0.0138469366, -0.0212876406, -0.017349178, -0.0647602901, -0.0219482053, -0.00716650626, 0.0127189914, 0.00348354527, 0.0457410067, -0.0171248354, -0.0143330125, -0.0302613527, 0.00820720755, 0.0204899777, 0.00674897945, -0.01153496, -0.0135228857, 0.0180595964, -0.009297763, -0.0170999076, 0.0194928981, 0.00831314735, 0.0382379852, 0.000547614589, -0.0413289331, 0.0391852111, -0.0258742049, 0.0403318517, -0.049280636, -0.0463891067, -0.00933515374, 0.0593760647, 0.0038792612, -0.0225589164, 0.0156292152, -0.00520350691, -0.0277686547, -0.00131801399, -0.0144327208, -0.0386118889, -0.035022404, -0.00203933846, 0.00088958157, -0.0309343804, 0.000838948647, 0.0151431402, -0.0122266831, -0.00753417937, -0.00770866824, 0.0238301922, 0.0157538503, 0.0129994191, 0.0247026365, -0.00649970956, 0.0313332118, -0.0165515132, -0.0047548213, 0.0110675786, 0.0287906602, -0.00896124914, 0.0241791699, 0.00605102396, -0.00952833798, -0.0132611524, 0.0169254187, 0.0327041969, -0.0177604724, -0.00288374, 0.00155482034, -0.00391353574, 0.0151306763, -0.00534995273, -0.0186578445, -0.0225963071, 0.00474858936, 0.0073285317, 0.00902979821, -0.0116907535, 0.0173242502, -0.0218983516, -0.0137472292, 0.00383563899, 0.0508261099, -0.0193059444, 0.0367922224, 0.00331217237, -0.00921051856, 0.0189195778, 0.00656825909, -0.017972352, 0.0478099473, -0.0248521976, 0.075478889, 0.0153425559, -0.0133110071, 0.010463099, 0.0138095468, 0.00364245474, -0.00844401401, -0.0108930897, 0.0126192831, 0.0282671936, -0.0043902644, -0.0417776182, -0.0162274633, -0.00281051686, 0.00277468446, -0.0254504457, -0.0143828671, 0.00610399386, 0.0168257114, 0.0105815027, -0.0635139421, -0.0398083851, -0.00692346832, 0.00590769388, -0.00502901804, -0.0240545347, -0.0208638813, -0.0117156804, 0.0401573628, -0.0200163648, 0.00500409119, -0.020290561, 0.0331279561, 0.00611957349, 0.0232693348, 0.00660564937, 0.00663680816, -0.00361129618, -0.0205149036, 0.0147816986, 0.0103197694, 0.0374403223, -0.00458968, 0.0486325361, -0.0421016663, 0.0320062414, -0.0228954311, 0.0030706923, 0.000265043898, -0.0246777087, -0.0103509277, 0.00886777323, -0.0149561875, -0.0486076102, 0.0133359339, 0.0434975773, 0.0231447, 0.0109491758, 0.0212377869, -0.0157663152, -0.000875560159, 0.0183836464, -0.0426251329, 0.0328537598, -0.0182216223, -0.0325047821, 0.0347980633, -0.00655579567, -0.00774605852, -0.0136599848, 0.037315689, 0.0158161689, -0.00419708, 0.0418773256, 0.00495735276, 0.0256498624, 0.0070356396, -0.0188821871, 0.0081075, 0.0260736197, -0.0117468387, 0.0192311648, 0.0100331092, -0.00811996311, 0.00846894085, -0.00290866685, -0.029114712, -0.0303361341, -0.0322555117, 0.0181966946, -0.0174364224, 0.013635058, 0.00941616669, 0.0152553115, 0.0390107222, -0.0250516143, 0.00802025571, 0.00195053616, 0.00581421796, 0.0189694315, -0.0143454764, 0.0207267832, 0.00414099451, 0.0163147077, 0.0210882239, -0.0109367119, 0.0340751819, 0.00222940673, -0.0112482989, -0.00696709054, 0.00171372981, 0.0285413917, 0.00261110114, 0.00467380835, 0.00709795719, 0.025089005, -0.0283669028, -0.0102325249, 0.0183836464, 0.0233441163, 0.0358699225, 0.00620058598, 0.0172993243, 0.010843236, 0.0178851075, -0.00348977698, -0.00785199832, 0.0175735205, -0.0177604724, 0.0345737189, -0.00591392582, 0.00316416845, 0.0281176325, -0.0208514184, -0.00402570702, -0.00201441138, -0.00131178228, -0.00919182319, 0.0194928981, 0.00502278609, 0.00828198902, 0.00144498586, -0.0185207445, 0.0187700149, 0.00334333116, 0.00903603, -0.0151929939, -0.00335579459, 0.0229452848, -0.031133797, 0.0322804376, 0.0112981535, 0.0222597923, 0.0295633972, 0.00410983572, -0.000213632, 0.00300837471, 0.0109990295, -0.016576441, 0.00176825759, 0.0360942669, -0.0315077, 0.0117281433, 0.000684712955, -0.00705433497, -0.0212377869, -0.0281176325, -0.00857488066, -0.014569819, 0.00820097607, 0.01889465, 0.00432794681, 0.0511003062, 0.00575813232, 0.0274944585, -0.0191439204, 0.0451676846, -0.0198668018, 0.0066928938, 0.0253756642, -0.00776475389, 0.0240669977, 0.0525959246, -0.00933515374, -0.0174364224, 0.0208389536, -0.00290243514, 0.0154173365, 0.0235310681, 0.00207049726, -0.0123450868, -0.00405686582, -0.0153674828, 0.0138967913, -0.0394843332, 0.034548793, 0.0387116, 0.00989601109, 0.0476603843, -0.0225339886, -0.00317663187, 0.00628783042, 0.0342745967, 0.046015203, 0.025400592, 0.0106812101, 0.0279929973, 0.0139715718, 0.0201534629, -0.00252541457, -0.00694216369, -0.0120646581, -0.0383626223, -0.00119104225, -0.0203154888, -0.0071727382, 0.0111236647, -0.0209885165, -0.00740954466, -0.00173554092, -0.0248397347, 0.0210757609, 0.00607595127, 0.000750925217, 0.0451178327, -0.017037591, -0.0195552148, -0.0194056537, 1.80014649e-05, -0.00693593174, -0.00803271867, -0.0430987477, -0.0230574552, 0.0253632013, 0.00360506424, 0.0146819903, -0.0169752724, 0.00680506509, -0.0154173365, 0.00368607696, -0.0028151907, -0.0164144151, -0.023705557, -0.00418773247, 0.0235061403, 0.0138220098, 0.00820720755, -0.0104194768, -0.0127252229, 0.0146072097, -0.0114227878, -0.00137020485, -0.0289402232, -0.00636572717, 0.0389110148, 0.0116222035, 0.00795793813, 0.0151680671, 0.0190317482, 0.0171497613, 0.0126442099, 0.01518053, -0.0164642688, -0.016888028, -0.00138188945, -0.0244409032, -0.0211754683, -0.0114726424, -0.0410298072, 0.00149483979, -0.0257994235, -0.00656202715, 0.00056786777, 0.012862321, 0.0108681628, -0.00344303902, -0.00261265901, 0.00419396441, 0.0286161713, 0.0169503465, 0.00179474254, 0.00200973777, -0.00891762692, 0.0199415833, 0.0289651491, -0.0500035211, 0.0448436365, -0.00434352597, -0.00628159894, -0.0089238584, -0.0267715752, 0.0258243494, 0.00911704265, -0.0202407073, 0.0326543413, -0.0035333992, 0.0369667113, -0.00343680731, 0.00248335022, -0.00452736253, -0.00896124914, -0.00514430553, 0.0424007922, -0.00324673904, 0.0264724512, -0.0299871564, 0.0393098444, 0.00188042899, -0.00821967144, -0.0274695307, -0.00181343767, -0.00474235788, 0.0278932899, 0.0279431436, 0.00141694292, -0.0140463524, 0.00572385779, -0.0335766412, 0.00228081853, 0.000798442285, -0.00575501611, -0.00190847181, 0.0194928981, -0.00219201623, -0.0197670944, 0.0100580361, 0.00312522, 0.00954080094, -0.0301117916, -0.00441519124, -0.00568335131, -0.00572697353, -0.0143579403, 0.0510255247, 0.0119711813, 0.0170500539, 0.000859201828, -0.000231353522, -0.0124572581, 0.0203653425, 0.0629655495, -0.00907965191, -0.0128249312, 0.0040662135, -0.0361441188, 0.0172619335, -0.0204650499, -0.0105378805, -0.00493242592, 0.0122827692, -0.0100642676, 0.0235061403, -0.0213125665, -0.0148814069, 0.0262231827, 0.00750302058, 0.0591766499, -0.00359571679, -0.00476728473, 0.0465885252, -0.00267653447, -0.0190940667, -0.0213374943, -0.000901266059, 0.0274446048, 0.0187326241, -0.022459209, 0.0252385661, 0.00202999078, 0.0492557101, -0.00448997226, 0.0158535596, -0.0112669943, -0.0169752724, -0.0142831588, 0.0213499572, 0.00648101466, -0.0492557101, -0.0182216223, 0.0295633972, -0.000877118087, 0.0149437236, 0.0371412, 0.00757157, 0.00974644907, 0.0490313694, 0.00510379905, 0.0197795574, 0.0107061379, 0.000212268802, 0.00506017683, -0.0359945595, 0.0340004, -0.0240794625, 0.0179848149, 0.00515053701, -0.0156167522, -0.0157912411, -0.00331528811, -0.0332027376, -0.0143454764, -0.00290399301, -0.0484580472, 0.0155295078, -0.0158909485, 0.00184615434, -0.0104132453, 0.000355014723, -0.00411295146, 0.00036436232, 0.0142333051, 0.00682376046, -0.0171123706, -0.0226835515, 0.0278434362, -0.0201036092, -0.000134177259, -0.00537799578, 0.00372346747, -0.0258742049, -0.0149561875, -0.0167135391, -0.0106064295, -0.0179848149, 0.0148814069, 0.0279680714, -0.0164268799, 0.00374839455, -0.0125071118, 0.0301367175, 0.0242290236, 0.000345472363, 0.00070185028, -0.00388549292, -0.0133608608, -0.0382130593, 0.00205336, -0.0277686547, 0.00474547362, 0.0094535565, 0.0180471335, 0.0318816043, 0.017959889, 0.0134481052, 0.032405071, -0.00725375069, -0.0144451847, 0.0073596905, 0.0252884198, -0.0151929939, -0.0340004, 0.0320311673, 0.0115100322, 0.0333522968, 0.00314235734, 0.0181717686, 0.00525647681, -0.00410048803, -0.00644985586, -0.00457098475, -0.0153425559, 0.0288654417, -0.0110426517, -0.0113293119, 0.0139715718, -0.0115848137, -0.00126037037, 0.00911704265, -0.0122329146, 0.00853125844, -0.0442453884, 0.0315824822, 0.0021265829, -0.0112420674, -0.0143704033, -0.000601363368, -0.00585472398, 0.00106173346, -0.0115972767, 0.0163770244, 0.00289464556, -0.000994742266, -0.0120272674, -0.016900491, -0.0553378947, 0.00859357603, -0.0265970863, 0.0310091618, -0.0108183092, -0.0444697291, 0.0252884198, -0.00931022689, -0.0461896919, 0.0076525826, -0.02664694, 0.0116595943, -0.0453421734, 0.00469250372, -0.00995209627, 0.00183992262, -0.000812463695, -0.00315326289, 0.0110675786, -0.00388237694, 0.0231447, 0.00635949569, 0.00662434474, -0.0371162705, -0.0226087701, 0.0168257114, -0.00524712913, -0.0164891966, 0.00641869707, 0.00689854147, 0.00302707, -0.0237554107, 0.00362999132, -0.0265970863, -0.0157912411, -0.0084564779, -0.00523778144, 0.00731606828, 0.00313924137, -0.0173865687, -0.00923544541, 0.0103883184, 0.00429055607, 0.00954703335, 0.00865589362, 0.0182465483, -0.0423758626, -0.00255189952, -0.00475170556, -0.0156042892, -0.000704576669, 0.0167135391, -0.00280116918, -0.00712911598, -0.0113355434, -0.00215618359, 0.00991470553, 0.0260985475, -0.0128124673, -0.0295883249, 0.00783330295, -0.0259240586, -0.0173616409, -0.0241168514, -0.0180097427, -0.0279929973, -0.0120023405, 0.00287127635, -0.0246777087, 0.0070667984, -0.0237928014, -0.000144985432, 0.0267217215, -0.0453421734, -0.0419022515, -0.0186827704, -0.0104319407, -0.00141460611, 0.0259240586, 0.00891762692, 0.0191688463, 0.019667387, -0.0353963114, -0.0232194811, -0.00815735385, -0.00362375961, -0.0115536544, -0.00530633051, -0.00926037226, -0.016888028, -0.0246153921, -0.000628627255, 0.0115536544, 0.00481090695, -0.0134107145, -0.0166636854, -0.00396650564, 0.00397273712, -0.0117406072, -0.0332276635, -0.0102636833, -0.0273448955, 0.0309094545, 0.0132362256, 0.00130555057, -0.0150808226, -0.0195801426, -0.00787069369, -0.00348977698, -0.0285663176, -0.000551509438, -0.0195178241, 0.0454418845, 0.0328786857, -0.0164891966, 0.0134356413, 0.0127439182, -0.0119462544, -0.0501530804, -0.000188705017, 0.0317320451, 0.00237429468, -0.000941772421, 0.00631898921, -0.0099334009, 0.0276938733, -0.010992798, -0.0377893, 0.0261982549, 0.0110177249, -0.0118652424, -0.00968413148, 0.0141709875, -0.00890516303, -0.0186329167, 0.0242913403, 0.0125008803, 0.00995209627, 0.00707926182, 0.0316572636, -0.0201036092, 0.00473924167, -0.0287158806, 0.0189569667, 0.00968413148, 0.00380136422, 0.0249768328, 0.0331030264, 0.012008572, 0.0137472292, -0.00611334154, 0.0274446048, 0.00606660359, -0.0108743943, -0.00174800446, 0.0119711813, 0.0192685556, -0.00398831675, 0.00381382788, 0.0064000017, 0.00768374139, -0.00496981665, -0.00453982595, -0.0190940667, 0.00838792883, -0.00270613516, -0.000338461628, -0.0176981557, 0.0205398314, 0.0171248354, 0.0282173399, -0.0137098385, -0.0214995202, 0.00904849358, -0.00242103287, -0.0177978631, -0.00966543611, 0.0153799457, 0.0256249346, 4.01412e-05, -0.00392599916, -0.00460837502, -0.00723505579, 0.00197702111, -0.00719766505, -0.0118964007, -0.0358699225, -0.0186703075, 0.00349600893, -0.0114726424, 0.0259739123, -0.00793924276, 0.00940993428, 0.00376708969, 0.0527953431, -0.00656202715, -0.003293477, -0.0160155836, 0.0146072097, -0.0110987378, -0.00433729449, 0.0450181253, -0.00574255269, 0.00942239817, 0.00506640831, -0.01518053, 0.0260736197, 0.0152179208, -0.0117779979, -0.0225090627, -0.00461772271, -0.0184708908, 0.0112171406, 0.000152969864, -0.00927906763, -0.00456163706, -0.0125569655, 0.0306352563, -0.00580175454, 0.00486076111, 0.0159906577, -0.00577371148, 0.00321246451, 0.0162399262, 0.017199615, 0.00757780159, 0.00878052879, -0.0279929973, -0.00777721731, 0.00614761608, -0.014258232, -0.00416280562, -0.00588588277, 0.0112607628, 0.0143828671, -0.00868705194, -0.0068798461, 0.0303361341, -0.00474858936, 0.00147458655, -0.030061936, -0.001782279, 0.00831314735, 0.00764635066, -0.0366426595, -0.0259240586, -0.0187575519, 0.0316323377, -0.00955326483, 0.0186703075, 0.0123513183, -0.00601986563, 0.00813865848, -0.016115291, -0.0186952334, -0.00768374139, -0.00912327413, 0.00134917279, -0.0370664187, 0.0299123749, -0.00375151029, 0.00157818932, -0.0214496646, 0.0249643698, 0.0112420674, 0.00234780973, -0.0127626136, 0.0112296045, 0.00107575499, -0.00709172571, -0.0216615442, 0.00029873426, 0.026347816, -0.0146446, -0.022010522, -0.0103509277, -0.002710809, 0.00478909584, -0.035944704, 0.0116097406, -0.0211006869, -0.00790808443, -0.00960935, -0.0230574552, -0.0138469366, 0.0126005877, -0.0162025355, 0.0250391513, 0.00096358353, -0.0140463524, 0.0271454807, 0.0016623179, 0.0187824778, -0.0194430444, 0.000439338, -0.0159781929, 0.0137472292, -0.00395404221, 0.0138095468, -0.00316105247, 0.00835677, 0.0189818945, -0.00369854062, -0.0135353496, 0.0153051652, 0.00671158917, -0.0243038051, 0.0318816043, -0.00361441192, -0.0205273665, -0.0201285351, -0.0164518058, 0.000310808275, 0.0253507383, -0.02293282, 0.020614611, 0.0201659258, 0.0183213297, 0.0135104228, -0.0167010762, -0.0106625156, 0.0151929939, -0.00539045921, 0.00472054677, -0.017648302, 0.0552381873, 0.00879299175, -0.0217487887, -0.00136708899, -0.0261733271, 0.0153799457, 0.0263976716, -0.000421421748, 0.000372346753, 0.0311587229, -0.0106874425, -0.0129246386, 0.0201783888, -0.012862321, 0.0214745924, -0.00181499566, 0.000731061562, 0.0253258105, -0.0245281477, -0.0170126632, 0.00263447012, 0.0130368099, 0.0165016595, 0.0111174323, -0.0298874471, -0.0153550189, 0.0442703143, 0.00243505416, -0.0177106187, -0.0227334052, 0.0224716719, -0.00226523913, -0.0134979589, -0.0168631021, 0.0116533628, -0.0140588162, -0.001782279, 0.00400389591, -0.0049947435, -0.0133733246, 0.0327041969, -0.000402726495, 0.00445881346, 0.0172245428, -0.00190847181, -0.006586954, 0.0120397313, -0.00274352566, 0.0141709875, 0.00206114957, 0.0071727382, 0.000388510351, 0.00254255184, 0.00254255184, 0.033925619, -0.0155170448, -0.00429990375, 0.017972352, -0.0157663152, 0.0161900725, 0.0119898766, -0.0115411915, -0.0113791656, -0.00741577614, -0.00310029299, -0.00705433497, -0.0186204538, -0.0118403146, 0.0048576449, -0.0153300921, 0.0172619335, 0.00530633051, -0.0138095468, 0.0238426551, -0.0381881334, -0.00876183342, 0.00654956372, 0.0136973746, 0.0188447963, 0.00279026362, 0.00444635, 0.00822590292, -0.00421889126, -0.00852502696, 0.00264693354, -0.00496046897, -0.0233067255, -0.0114913378, -0.0172743965, 0.0110862739, -0.00308782957, 0.0140712792, -0.0213125665, 0.0206520017, 0.0309593081, 0.00189133454, 0.00312054623, -0.0246527828, 0.0144950384, -0.00128841319, 0.0316323377, 0.0353963114, -0.0129371025, 0.00623174477, 0.00497293239, -0.00439961161, -0.0233191885, -0.0337262042, 0.00600117026, 0.00128140254, -0.0110987378, -0.0199291203, -0.0192311648, -0.0135353496, -0.000237585264, 0.0253382735, -0.00759026501, -0.0135976672, 0.0146695273, -0.00513495784, 0.0209386628, 0.00268432405, -0.0111298962, 0.0041191834, 0.0178477168, -0.0207891, 0.0289900769, 0.00694216369, -0.0119774137, -0.0133733246, -0.0141335968, 0.0312584303, -0.0152927013, -0.0114975693, -0.000849075208, -0.0290150028, -2.75803395e-05, 0.0026438178, -0.00778344925, -0.0314827748, 0.00294605736, -0.00114508311, 0.0148440162, 0.00584537676, -0.00893632229, -0.0119524868, 0.0138843274, 0.0207018554, -0.00140292151, -0.0252385661, 0.000402337027, -0.000512950472, 0.0273199696, -0.00559299113, -0.00933515374, 0.000894255354, 0.0155918254, 0.00671782065, -0.0164891966, 0.0200911444, 0.0086122714, 0.0134107145, -0.00564907677, 0.00919182319, 0.0247275624, 0.0209386628, 0.00788315758, -0.00431236718, 0.00265316525, -0.0115723498, 0.0217363257, 0.000601752836, -0.00479532778, -0.0161900725, -0.00635326374, 0.0479096547, 0.0147692347, 0.0267715752, -0.0348977707, -0.0210259072, 0.000764946686, -0.00833184272, -0.00511003053, -0.0148938699, 0.0125756608, 0.00984615646, 0.00829445198, 0.0171123706, -0.00769620482, -0.00423447043, 0.0045959116, 0.0201160721, -0.0231447, -0.0409301, -0.0377394445, -0.0329534672, 0.00609464617, 0.0131863719, -0.00884284545, 0.00248490833, 0.018607989, 0.00600740174, 0.0451427586, -0.00025394361, 0.0360194854, -0.0353963114, 0.0293889083, -0.0107746869, 0.0100206453, 0.000898929196, 0.015030968, -0.0112919211, -0.0058484925, 0.0157912411, 0.00562414946, 0.00438091671, 0.0155419717, -0.000737293274, 0.00854995381, 0.0335267857, -0.0382379852, 0.00180253212, -0.0109304804, -0.0211754683, -0.00019172352, 0.00436845329, 0.020303024, -0.0189569667, 0.0321558043, -0.00268899789, 0.0106500518, -0.00699824933, 0.000639532809, 0.0305854026, -0.00757157, -0.0339754708, -0.00328724529, 0.00787069369, 0.00553378928, -0.0105690388, -0.00985862, 0.0388611592, -0.00033631947, 0.016563978, 0.00618812256, 0.0187201612, -0.0390107222, -0.020926198, -0.0270208456, -0.0216241535, -0.0181468409, 0.00469250372, -0.0148190893, -0.00563038141, -0.0035333992, -0.00575813232, 0.00280272728, 0.00431859912, 0.0477102362, 0.015030968, 0.00307848188, 0.0268463567, -0.000101557962, 0.0243536588, 0.0132237626, -0.00736592244, -0.00382005959, 0.00641246559, 0.0137098385, -0.0174987391, -0.00191314565, 0.0287408065, 0.00297721615, -0.0122204516, -0.00118403148, 0.0200537555, -0.0158660226, 0.0155170448, 0.00953456946, -0.039210137, -0.00745939836, -0.0197172407, 0.0238800459, -0.018907113, -0.00328412955, 0.00457721669, 0.0456662253, 0.0169503465, -0.00806387793, 0.0147443078, -0.0208888091, -0.0271454807, -0.0186329167, 0.0184584279, 0.00168724486, -0.00338695338, 0.0198418759, -0.00398831675, -0.012550734, 0.00755910622, 0.0155668985, 0.0209386628, -0.0150932856, 0.0415283479, -0.014569819, -0.0143579403, 0.00956572779, 0.0105752712, -0.00463018613, -0.0167260021, 0.00768997287, 0.00922298245, -0.0183711834, 0.0157413874, -0.0178103261, 0.0084938677, -0.00392288342, 0.00762765575, -0.00485452916, -0.0184210371, 0.0204650499, 0.00836300105, 0.000359688507, 0.014096207, 0.00234780973, 0.0281674862, -0.0060884147, -0.0179349612, -0.00934138522, 0.00371100404, -0.00804518256, -0.0102886111, -0.0323552191, 0.0033620263, -0.00735345902, 0.0289651491, -0.0140089625, -0.00760272844, 0.0199166555, -0.0097776074, -0.016563978, 0.0163022447, 0.025724642, -9.89776308e-05, -0.00729737291, -0.00203933846, 0.00914196949, -0.0228954311, 0.0106625156, -0.00853749, -0.00218422664, 0.000556962215, 0.0271953344, 0.00482337037, 0.0328039043, 0.0113355434, 0.0122952322, 0.00803271867, 0.0237803385, -0.0050445972, 0.00843778253, -0.0151182124, 0.0137223024, -0.0239922181, 0.0099334009, -0.00895501766, -0.011154823, -0.0161651466, -0.00647478271, 0.00996456, 0.0105378805, -0.0130368099, -0.00507264026, 0.0184708908, 0.01967985, 0.0264724512, -0.00830691587, 0.000300097454, -0.00172775122, 0.000248101336, -0.0110114934, -0.00213748845, 0.00466757687, -0.020303024, -0.0048576449, 0.00540915458, -0.0167509299, 0.00129152916, 0.0223968904, -0.00345861842, 0.0207018554, 0.0128872478, -0.00202375907, 0.0118216202, -0.00535618467, 0.00570827816, -0.0168506373, -0.0125445025, -0.0268463567, -0.0168506373, -0.0135228857, 0.0035178198, 0.00305043906, 0.0146072097, -0.015803704, 0.0176233742, -0.00315170502, 0.0286411, 0.00832561124, -0.0211006869, 0.00825083, -0.00687361462, 0.0160779022, -0.00551197818, -0.021387348, -0.0101452805, -0.0141709875, 0.00847517326, -0.0178975705, -0.0137596922, -0.0300120823, -0.022621233, 0.0109741027, 0.00344615476, -0.00375151029, 0.0187575519, 0.0141959144, -0.0100580361, -0.00403505471, 0.0239672903, 0.0116097406, 0.0136475209, 0.0128124673, 0.0211006869, 0.0028977613, -0.0047548213, -0.0124198673, 0.0156292152, 0.00299435342, 0.00865589362, 0.011996109, -0.0187450889, 0.00410983572, -0.00247867638, -0.0199665111, -0.0213001035, 0.0137472292, 0.0163645614, 0.000740409188, 0.0155918254, 0.00541538605, -0.00787692517, -0.0025908479, 0.00476416899, 0.00121519028, 0.0316821896, -0.000688607804, 0.00367984525, -0.00694839563, -0.0105752712, 0.0149811143, 0.00516300043, -0.0107248323, -0.00284323352, 0.00389795634, -0.0029663106, -0.00512249442, -0.00869328436, -0.0127626136, -0.00552755781, -0.00531879393, 0.00326231844, 0.0110862739, -0.0354710929, -0.0341250338, 0.0058703036, -0.00362687535, -0.0434726514, -0.0134605691, 0.0190816019, -0.0303610601, -0.00811373163, -0.00431236718, -0.00960311852, 0.0226087701, -0.00545900827, -0.0018866607, 0.007515484, 0.0157787781, -0.00802025571, 0.0144451847, 0.00429678801, 0.00958442315, -0.0194056537, 0.0105690388, 0.00659318594, -0.0107933823, 0.00839416, -0.00178072101, -0.0144202569, 0.00995209627, -0.020602148, -0.0164642688, -0.0132486895, 0.0220603757, -0.0226960145, -0.0160529744, 0.0040132436, 0.00472054677, -0.0275193844, -0.00427186117, 9.83934078e-05, -0.00522220228, -0.000756378, 0.00482648611, -0.00480155926, 0.0278683621, -0.00791431591, -0.00133904617, -0.00648101466, 0.0027466414, 0.0215119831, 0.00922298245, 0.00944109354, -0.000279065309, 0.0354212373, 0.0158535596, -0.0273448955, -0.00378578505, -0.00830691587, 7.9260004e-05, 0.00517546386, 0.0109055536, 0.00663680816, 0.00980253424, -0.0107746869, -0.00601674942, -0.00911081117, 0.00401635934, 0.00491373055, 0.00915443338, -0.00134372, -0.0154173365, 0.00906718895, 0.0020440123, 0.0685491934, 0.0103571601, 0.0196175333, -0.0111049693, -0.00643116049, -0.0129869562, -0.00287439232, -0.000493086816, 7.79454931e-05, 0.00431859912, -0.0100206453, -0.0138469366, 0.0128124673, -0.0135228857, 0.00588276703, -0.0106625156, 0.0129994191, -0.00263602799, 0.0110488832, -0.0043559894, 0.00472989446, 0.0163520984, 0.00587965129, 0.00385121815, 0.0142457681, 0.00998948701, -0.000518403249, 0.00601986563, -0.000112853006, -0.00620993366, 0.001975463, 0.0121394387, -0.00541850226, -0.00950341113, 0.0270457715, -0.0229452848, 0.00985862, -0.00324050733, -0.00612892117, -0.0058173337, -0.00750925252, 0.0133359339, -0.0196175333, 0.014557356, 0.00410360377, 0.00609776238, -0.0260985475, 0.0349476263, -0.00167789729, 0.00796417, -0.0135104228, -0.00778344925, 0.0102948425, -0.00206582341, -0.00854372233, 0.0050445972, 0.0291396379, 0.00127283391, -2.17380784e-05, -0.00257838448, -0.0096779, -0.0153300921, 0.0213624202, 0.0142831588, -0.00744693493, -0.00534060504, -0.00109055534, 0.00129776087, 0.00424693385, -0.010843236, 0.0018196695, 0.00225121784, -0.0256249346, -0.00244284398, -0.0125008803, 0.00238052639, 0.00692970026, 0.0171497613, -0.00419084821, 0.00696085906, -0.0119587183, -0.0222847201, 0.0381382778, 0.0096779, -0.00129308703, 0.000577215338, 0.00275754696, -0.0212751757, 0.0296132509, -0.00820097607, 0.0190816019, 0.00971529, -0.0322305821, -0.0180969872, 0.00865589362, 0.037315689, -0.0106749786, 0.0161776096, 0.0232070182, -0.00922298245, -0.00133826723, 0.0150060412, 0.00139746873, 0.000842843496, 0.00664927159, -0.01107381, -0.0158535596, 0.0100081824, -0.0261733271, -0.0123700136, -0.00947848335, 0.0173865687, -0.00587965129, 0.0141211338, -0.000222200644, 0.0398582406, 0.006350148, -0.0225090627, 0.0047548213, 0.00899864, -0.0237678736, -0.00594196841, 0.00514742127, -0.00676144287, -0.00406309776, -0.00291178282, -0.0110862739, -0.0116720581, 0.00429367227, 0.0204650499, -0.0354461633, 0.0170002, -0.00878052879, -0.0090921158, -0.0278434362, 0.00395715795, -0.00728490949, 0.00150185043, -0.00343680731, 0.0212751757, 0.0226586238, -0.0119088646, 0.00349912466, 0.00852502696, -0.0193558, -0.0106687471, -0.0187949426, 0.00651840493, -0.00841908716, 0.00391976768, -0.0183961112, 0.00601051794, 0.00231197733, -0.0128747849, 0.00230418751, 0.0027622208, -0.00488568796, -0.0217238627, -0.00967166759, -0.000264459668, 0.00926660467, 0.0210757609, 0.0164642688, -0.00486076111, -0.0149935782, -0.0304607693, 0.000510613609, -0.0105129536, -0.00278714788, -0.00899864, -0.00181499566, -0.0121269757, -0.00735345902, -0.0172245428, 0.0310839433, -0.0229203571, 0.0284915362, -0.0271704067, 0.0221102312, -0.0114165563, -0.0169628095, -0.000131353489, -0.0203154888, 0.00183057506, 0.0159781929, 0.00261110114, 0.0129620293, 0.00431236718, -0.000928529946, 0.0232568718, -0.0151431402, -0.00391665148, 0.00114196725, -0.00613826839, 0.00935384911, 0.00096358353, -0.00308159785, 0.002419475, -0.00299435342, -0.00831937883, 0.0017589099, 0.00592638925, -0.0110364202, 0.000930087932, -0.00753417937, 0.00992716942, 0.0128249312, -8.72444289e-05, 0.0189569667, 0.0041160672, 0.00680506509, 0.0314827748, 0.0140463524, 0.00258305832, -0.00802025571, 0.00160000043, 0.0168381743, -0.0133359339, 0.009297763, -0.0173117872, 0.0146695273, -0.0134481052, -0.00787692517, 0.0167384669, 0.00649970956, -0.0134854959, 0.0124634895, -0.00793924276, -0.0115038007, 0.0171372984, -0.0154173365, 0.02664694, 0.00299902726, 0.0272451881, -0.0306851119, 0.00185082818, -0.00778968073, -0.0136973746, 0.00699201785, -0.00697332248, 0.00995832775, -0.017349178, 0.0137223024, -0.0168631021, 0.0145324292, 0.0197920222, 0.0189943574, -0.0074967891, 0.0237304848, -0.000764167693, -0.00291957241, 0.00773982704, 0.015030968, 0.0325047821, -0.0068798461, 0.0149686513, 0.0173741039, 0.0190192852, -0.020926198, -0.00612580497, 0.0111485915, -0.00481713889, -0.0024023375, -0.00609464617, -0.0131863719, 0.00383563899, 0.0110239564, 0.0292892, 0.00410360377, -0.0144825745, 0.00190847181, -0.00987108331, -0.00463641807, 0.00600740174, 0.0170749798, 0.00293047796, 0.00802648719, -0.0211505424, 0.0139715718, -0.00524089718, 0.00925414078, 0.0015540414, 0.00365803414, 0.016576441, 0.010855699, 0.0132736163, 0.0105877342, 0.0125320386, -0.000685491948, -0.028192414, -0.0101016583, -0.011385398, -0.0153674828, 0.00465199724, -0.0207641739, -0.00320311682, -0.00278870575, 0.00416592136, 0.00462707039, -0.00344615476, 0.00310964067, 0.00291178282, 0.00380448019, -0.0101328166, 0.00253164629, 0.0197172407, 0.00366115, -0.004493088, -0.0193184093, -0.0126379784, 0.0203404147, 8.86076232e-05, -0.0105254166, -0.00835053809, 0.00364868646, 0.000384810235, 0.0215119831, 0.00334021519, -0.0393098444, -0.0255501531, 0.0386368185, -0.0250017606, 0.0196175333, 0.00515988469, 0.00651840493, 0.0301616453, -0.00540292263, 0.011696985, 0.0256498624, 0.0145947458, -0.00205336, 0.00676767481, 0.013173908, 0.00716027478, 0.026023766, 0.00046971775, -0.0115848137, -0.00739084929, 2.22614472e-05, 0.0108743943, -0.0102636833, -0.0101764388, 0.00798909646, -0.00255501526, 0.0110800425, -0.00098149979, -0.0226960145, 0.025413055, -0.0157663152, 0.0290150028, 0.0112981535, -0.0202407073, -0.0342247412, 0.00548705133, 0.00869328436, 0.000606037152, -0.0116471313, 0.00124790694, 0.00772736361, 0.0178601798, 0.0152179208, 0.0057113939, -0.000500097522, 0.03128336, -0.0214122757, 0.00306757633, 0.00111781922, 0.0156541429, -0.0226586238, -0.0100144139, 0.0197795574, -0.0204027332, 0.020141, -0.0285164639, 0.0126504423, 0.0327789783, -0.00626913505, 0.00337137398, 0.0155918254, 0.00760272844, 0.0196050685, -0.0139217181, 0.0220853034, 0.00127750763, -0.0109180165, -0.0114290202, -0.00288997171, 0.00489815138, 0.0128747849, -0.00788938906, -0.000452580454, -0.0328288302, 0.0101141222, 0.0134979589, 0.0315077, -0.00352716749, 0.00913573802, 0.000965920452, 0.00604479248, -0.00869951583, -0.0281674862, 0.0111735184, -0.0230076015, 0.00583914481, 0.0109616388, 0.00467380835, -0.00774605852, -0.0122329146, -0.00834430661, -0.00517234812, 0.0147816986, -0.00626601931, 0.0195552148, -0.0197047777, -0.00544966059, -0.0271454807, -0.00864343, -0.0301117916, 0.0149811143, 0.0077024363, -0.00248335022, -0.0198044851, 0.0177230816, 0.021998059, 0.0274446048, -0.00204245443, -0.00841908716, -0.0120334988, 0.0379887149, 0.01107381, -0.0146072097, 0.0092853, 0.00580175454, -0.00371411978, 0.0226835515, -0.0210508332, 0.00606348785, -0.00131489814, -0.00187263929, 0.0071727382, -0.00213281461, -0.0134231783, -0.0106812101, 0.0117156804, 0.00755910622, -0.00394469453, -0.00867458899, 0.00197234727, 0.0230325293, 0.00739708124, -0.0242414866, -0.0178726446, 0.0157538503, 0.0177355465, -0.00632833689, 0.0101452805, -0.0129121747, -0.00821344, -0.0110613471, -0.0272202604, 0.00931022689, 0.00255501526, -0.00166076, 0.0357203595, 0.00480155926, -0.00235871528, -0.010382087, -0.00022200591, -0.00133593031, -0.0100829629, -0.0166761484, 0.0188447963, 0.0121705979, 0.0020580336, 0.00529698282, 0.0161526818, -0.00393223111, -0.0235559959, -0.0207766369, 0.0041160672, -0.00840662327, -0.00216241553, 0.00351158809, 0.0210757609, -0.0196424592, 0.0118714739, -0.00940993428, -0.00889893156, -0.0407805368, -0.00149094488, -0.00648724614, 0.00950964261, 0.0011941581, -1.46299944e-05, 0.00643116049, 0.00444635, -0.00362999132, 0.00532191, 0.00764011918, 1.14593513e-05, -0.00580175454, -0.0085624177, 0.0134854959, 0.01889465, 0.0141460607, 0.0262730364, -0.0131489811, 0.00203778059, -0.0160031207, -0.0218111072, -0.010992798, 0.0119213276, 0.000238753724, 0.0160529744, 0.0083380742, 0.00047867588, 0.00255968911, 0.0101078898, 0.00487010833, 0.00939747132, -0.0126566738, -0.0136101302, 0.00838169642, -0.0177230816, -0.00352716749, 0.0121145118, 0.00335891033, 0.0327540487, -0.01564168, 0.0284167565, 0.00608529896, -0.00925414078, 0.0297877397, -0.00603856053, -0.0133608608, -0.000704576669, -0.0117343757, 0.0140214255, 0.0114913378, -0.00291022472, 0.0178726446, 0.00503836572, 0.00752171595, 0.0226835515, 0.00234936783, 0.00258461619, 0.0127252229, 0.00987731572, -0.00676144287, -0.013173908, -0.0211131517, 0.00938500743, 0.00833184272, -0.0102200611, 0.00456475327, 0.00248958194, 0.0128997117, 0.0145075014, 0.00639377, -0.025400592, 0.00239454792, 0.0327291228, -0.0120584257, -0.0221850108, 0.00291489856, 0.00717897, -0.00926037226, 0.00473612593, -0.000460370153, -0.000386173429, -0.0066928938, -0.0285912454, 0.0217113979, -0.0134107145, -0.0104880268, 0.010301074, -0.0097277537, 0.00557429576, -0.00261889072, 0.00923544541, 0.0152179208, -0.00284323352, 0.000390068279, -0.00556183234, -0.0175859835, -0.00921675, -0.00141772197, 0.00843155105, 0.01967985, 0.00304109138, -0.00846894085, -0.0229702108, -0.00138422626, 0.00419084821, -0.00550886244, 0.0139840357, -0.0139964987, 0.00803271867, 0.00362999132, 0.0158410948, 0.00473301, -0.014719381, 0.0108370045, 0.00102122722, -0.0128747849, -0.0109304804, -0.0273448955, 7.0788723e-05, 0.00506640831, 0.0130617367, 0.0045460579, 0.0119337915, 0.0401822887, -0.00267809234, -0.00606348785, 0.0139591079, 0.00339318509, -0.0185706, 0.0315824822, -0.0235310681, 0.00554625271, 0.0115972767, 0.00283388584, -0.00665550353, 0.0186578445, -0.0234313607, -0.0278185084, 0.00675521139, 0.00549639901, -0.0117406072, -0.00337137398, 0.0116222035, -0.0260736197, -0.0372907594, 0.008132427, -0.00634080032, -0.00601051794, 0.00648724614, -0.00840662327, -0.0133483969, 0.00861850288, -0.00196923129, 0.000326582376, -0.0165515132, -0.00716027478, -0.0152428476, -0.0129371025, 0.0155295078, 0.00391665148, -0.00911081117, 0.00488568796, 0.0155918254, 0.00481713889, 0.00332775177, -0.0149686513, 0.00909834728, -0.000873223238, 0.0286909528, -0.0124884164, -0.00135462556, 0.00196767342, -0.0114539471, -0.00837546494, 0.0137472292, -0.0130492738, -0.0362936817, 0.00198169495, -0.0172370058, 0.00752171595, 0.0127376867, 0.00378266908, -0.00185705989, -0.0175859835, 0.017199615, 0.0170002, -0.00419396441, 0.033302445, -0.0110862739, -0.0127875404, -0.00744693493, -0.0061943545, 0.0208140276, 0.0108619314, -0.0101141222, -0.00690477341, -0.0209885165, 0.00808880478, 0.0180471335, -0.0299373027, -0.0232194811, -0.00254410971, -0.0135478135, 0.0203154888, -0.00902979821, 0.0367672928, 0.00725998264, 0.00866835658, -0.00462707039, 0.0242414866, 0.0176233742, 0.00800779182, -0.000258812157, -0.00178072101, -0.00347108184, 0.0242913403, 0.00851879548, 0.00102590094, 0.0158784855, -0.0209012721, -0.0036549184, 0.0212876406, 0.0129246386, -0.0199041925, -0.0115723498, 0.000177312613, -0.0218360331, 0.0031594946, -0.0103384648, -0.00191937736, -0.0100206453, -0.000748977822, -0.00378890079, -0.0129121747, -0.000768062542, -0.00162336952, 0.00495735276, 0.00798286498, -0.00478286389, -0.00133047753, 0.00518481154, 0.0110987378, 0.00714781135, -0.0190691389, 0.0172120798, -0.00374527858, -0.0126130516, -0.0144202569, 0.0352467485, -0.00990847405, -0.00500097498, -0.00551821, 0.000631743111, 0.000919182377, -0.0135727404, -0.00899240747, -0.0138718635, -0.0206395388, 0.0145199653, -0.01153496, 0.0198792666, 0.00210165582, -0.0463891067, -0.039334774, -0.0171123706, 0.0137721561, 0.000344498636, 0.00109055534, -0.0120459627, -0.014258232, -0.017037591, -0.0122516099, 0.0183711834, 0.0200662185, -0.00212035119, -0.00437780051, -0.0137223024, -0.00975268055, -0.000152969864, 0.00225433358, 0.0210882239, 0.0117156804, -0.00481090695, 0.0119774137, -0.00745316688, 0.00055774115, -0.0102262935, -0.0409301, 0.00138656318, -0.014868943, 0.00719766505, 0.0221351571, -0.00434041, 0.00065472268, 0.00556183234, 0.0106687471, -0.0377394445, 0.0149686513, -0.0187201612, 0.0158535596, 0.00273885182, -0.00231197733, 0.0182216223, -0.00139357394, 0.0122079877, 0.0146819903, -0.00803271867, -0.00106796529, -0.0128747849, 0.00373904686, -0.0102574518, -0.016588904, -0.0303361341, 0.0102138296, 0.00986485183, 0.0174738131, 0.0119711813, -0.00975891203, -0.00274352566, -0.0272451881, 0.0240420718, -0.00325920247, 0.00851256307, -0.0397834592, -0.0258243494, 0.0253258105, -0.00312989391, -0.0182465483, -0.0170126632, -0.00126270729, 0.0405063406, 0.0266967937, -0.00157429453, 0.0162399262, -0.0231447, 0.0174364224, 0.00930399448, -0.0169877354, -0.00445258152, -0.0016623179, 0.0165016595, -0.00196923129, 0.014258232, 0.00117857871, -0.0122952322, -0.0194555074, 0.0332775153, -0.0146072097, -0.00486387685, -0.00978383888, -0.0215244461, 0.00614761608, -0.00839416, 0.00108432362, -0.00762142381, 0.0169628095, 0.0150558958, 0.00760896038, 0.017037591, -0.0126816006, -0.0145822829, -0.00728490949, -0.0358200707, -0.0102512203, 0.00470496714, -0.0216615442, -0.0061413846, -0.024627855, 0.0136225941, 0.00642492902, -0.0391852111, 0.00213125674, 0.0198792666, -0.0120397313, -0.00980253424, 0.00241324306, -0.0192436278, -0.0167384669, -0.0111672869, 0.0176233742, 0.00905472506, 0.00250516133, 0.0247649532, -0.0152054569, 0.00126816006, -0.00633145263, -0.0304607693, 0.0154422633, 0.0168257114, 0.007515484, 0.00407244498, 0.0108868582, 0.00840662327, -0.0333522968, -0.00893632229, -0.00528140366, -0.0253632013, 0.0325047821, -0.00605102396, 0.0186952334, 0.00996456, -0.00893009, 0.00494488934, 0.000868549454, 0.0132736163, -0.0199540462, 0.0028463495, -0.0238426551, 0.00115365174, 0.00604167674, -0.0151431402, -0.00815112237, -0.0301616453, -0.0014753656, -0.0211256146, -0.00735345902, -0.00347731356, -0.000689386739, -0.0253382735, 0.024004681, -0.00982123, 0.0153799457, 0.0104568675, -0.0160654373, 0.00388860865, -0.0085001, 0.0018196695, 0.00186329172, 0.00155871513, 0.0050975671, -0.000599416, 0.0150434319, -0.0148440162, -0.00379513251, 0.0208389536, 0.00709795719, -0.0101078898, -0.0112669943, 0.00858111214, 0.0204899777, -0.0111797499, 0.0277935825, -0.0200288277, 0.00899864, 0.00769620482, 5.9445003e-05, -0.0235684589, 0.0190192852, 0.000567088777, 0.0016623179, 0.0298874471, 0.00207828684, 0.0155419717, -0.00474858936, -0.00848763622, -0.000975268078, 0.00631587347, -0.000600973901, -0.00699824933, 0.00472677825, -0.0139217181, -0.00522531802, 0.0118278516, 0.0097776074, -0.000754430599, -0.00658072252, 0.0210259072, -0.0354960188, -0.01146641, -0.00450243568, 0.00921051856, 0.00983992498, 0.0265721604, -0.00268588192, 0.0180471335, 0.0270208456, -0.0108619314, -0.0128997117, 0.0041191834, 0.0115287276, 0.0088179186, 0.00255034165, -0.0207143202, 8.14995365e-05, 0.00823213439, 0.0310340896, -0.0124946479, -0.00580175454, 0.0026064273, -0.0197920222, 0.00168101315, -0.00409114035, 0.0198792666, -0.0078083761, 0.0171248354, -0.0125008803, -0.00144187, -0.00909834728, 0.0285164639, 0.00427809265, 0.00575190037, -0.0231073089, 0.00708549377, -0.0120771211, -0.00888023619, 0.00635326374, 0.0142956227, 0.0224093534, -0.000523077091, 0.0306601841, 0.0205149036, -0.0102013666, -0.0220479127, -0.00577059574, -0.00317974784, 0.0141211338, 0.0135228857, -0.00727867801, 0.00474547362, 0.00707303034, -0.0103696231, 0.00100408983, 0.0241293162, -0.0209885165, -0.0229577478, 0.00723505579, 0.0122640738, 0.00845024548, 0.00718520163, -0.0434477255, 0.017972352, -0.00552132586, 0.00495112129, -0.0274695307, 0.00198481069, 0.0112545313, -0.0313581415, 0.0181468409, -0.0132362256, 0.0184708908, -0.00705433497, -0.00210477179, -0.014719381, -0.0267217215, 0.0141834514, 0.00886154082, 0.00465822918, -0.0212502498, 0.0384124741, 0.0104693314, 0.0172993243, -0.0125631979, -0.00881168712, 0.0163396355, -0.00065472268, -0.0300120823, 0.00186484959, 0.0116595943, 0.00426874496, -0.00691723684, -0.0228954311, -0.0296132509, 0.00791431591, 0.0141959144, -0.0203154888, -0.0106001981, -0.0127189914, -0.0228331126, -0.0143205496, 0.0133982515, 0.0169628095, -0.0246777087, 0.0121394387, -0.0155793615, -0.0186453797, 0.00487322453, -0.0126504423, 0.00509133562, 0.00389484037, 0.0163022447, 0.0059513161, -0.0229078941, -0.014407794, 0.0102138296, -0.00800156, -0.00521285459, 0.00265004952, -0.012849858, -0.00208140281, -0.00517546386, -0.0197047777, 0.0289402232, 0.0266718678, -0.00630029384, -0.000216747867, 0.000677312782, -0.00364868646, -0.0109180165, -0.000209152931, 0.000624342938, 0.0112046767, 0.00920428708, -0.00668043038, 0.00399766443, -0.0226087701, -0.00543096568, 0.0323053636, 0.0245655384, 0.00213904632, -0.0217238627, -0.0112607628, -0.0123263914, 0.00543408142, 0.000289386633, 0.0135727404, -0.00457721669, 0.0109304804, 0.0316821896, -0.0038107119, -0.00646231929, 0.0103135379, 0.00286504463, 0.000942551414, 0.0141211338, -0.0115723498, 0.0140837431, 0.00115832558, -0.00428744033, -0.00155793619, 0.00533437356, 0.0108930897, 0.0224342812, -0.0140588162, -0.033776056, 1.34493712e-05, -0.0263228901, 0.0104942583, -0.00111626124, -0.0109117851, 0.0167633928, 0.0174114946, -0.00163115922, 0.00541538605, 0.0131988358, -0.00533125782, 0.0154048726, -0.00278403191, 0.00168880285, -0.00272483029, -0.00293047796, -0.031133797, 0.00413164683, 0.0378640816, -0.0115536544, 0.0170126632, 0.0197047777, -0.0172868595, 0.0207143202, -0.00617877487, -0.00374839455, 0.0117219118, 0.0234064329, 0.00899864, -0.017037591, -0.0215867646, 0.0156790707, -0.0183711834, -0.00559922261, 0.0196923129, -0.00409114035, -0.00902356673, -0.00386679755, 0.0207392462, 0.00177760515, -0.016563978, -0.0214870553, 0.0482586324, 0.014557356, -0.0138594005, -0.0293889083, 0.0258243494, -0.00776475389, -0.00980253424, -0.00404440239, -0.0114103248, -0.00790808443, -0.0203279518, -0.015953267, 0.00768374139, -0.00712911598, -0.00658072252, -0.0218609609, 0.0121892923, -0.00312522, -0.00522220228, 0.013635058, 0.00484829722, 0.00404128665, -0.000435443158, 0.00990847405, -0.0200288277, -0.00482648611, 0.0148190893, -0.00711042061, -0.00405375, -0.0157289244, 0.0018196695, 0.00990847405, -0.000286465511, -0.0107933823, -0.011304385, -0.0149312606, 0.0168257114, 0.0114539471, 0.0188572593, 0.00740954466, 0.0237429477, -5.17040062e-05, 0.00838169642, -0.0127750766, -0.00890516303, -0.0437219217, 0.010301074, 0.0195552148, 0.012712759, 0.0090422621, 0.0310590155, -0.000536709034, 0.0106188934, -0.00444635, -0.00064576458, -0.00238831621, 0.0200163648, 0.0312584303, -0.0189195778, -0.0094037028, 0.0213125665, -0.00513184164, 0.0195552148, 0.0318317525, 0.0325795598, 0.0137347654, 0.00244128611, -0.0246652458, 0.0100642676, 0.0307100378, 0.00167633931, 0.0345737189, 0.0141086699, -0.0255127624, -0.00589834619, 0.00775852241, -0.000484128657, 0.00697332248, 0.0185706, -0.000320545369, -0.00182590121, -0.00514742127, -0.0238052644, 0.00106407038, 0.00858111214, -0.00291334069, -0.0176856909, 0.00113261957, -0.00966543611, -0.0101577444, 0.00270146132, 0.00707303034, 0.0209012721, -0.00843155105, 0.0239672903, -0.00257994235, -0.00629094616, 0.0175361298, -0.000503213378, -0.000144206468, -0.0290897842, 0.00969036296, -0.0409550257, -0.0153674828, 0.0113604711, 0.00830691587, 0.0123326229, 0.00623174477, -0.0416529812, 0.0119836451, -0.00840662327, 0.0420268849, 0.00197390513, 0.0106375879, 0.00386368181, -0.0225589164, -0.000512950472, 0.000866991468, -0.00934761669, 0.0184708908, 0.00140837429, -0.0116035091, -0.0237180199, 0.0148564791, 0.0038418707, -0.0050445972, 0.00212190906, 0.0149686513, 0.00499162776, 0.0213125665, -0.00716650626, -0.00761519233, 0.00860604, 0.00265939697]
|
05 Feb, 2019
|
Python | Pandas Series.to_string()
05 Feb, 2019
Pandas series is a One-dimensional ndarray with axis labels. The labels need not be unique but must be a hashable type. The object supports both integer- and label-based indexing and provides a host of methods for performing operations involving the index.
Pandas Series.to_string() function render a string representation of the Series.
Syntax: Series.to_string(buf=None, na_rep=’NaN’, float_format=None, header=True, index=True, length=False, dtype=False, name=False, max_rows=None)
Parameter :
buf : buffer to write to
na_rep : string representation of NAN to use, default ‘NaN’
float_format : formatter function to apply to columns’ elements if they are floats default None
header : Add the Series header (index name)
index : Add index (row) labels, default True
length : Add the Series length
dtype : Add the Series dtype
name : Add the Series name if not None
max_rows : Maximum number of rows to show before truncating.
Returns : Formatted string.
Example #1: Use Series.to_string() function to render a string representation of the given series object.
# importing pandas as pd
import pandas as pd
# Creating the Series
sr = pd.Series(['New York', 'Chicago', 'Toronto', 'Lisbon', 'Rio', 'Moscow'])
# Create the Datetime Index
didx = pd.DatetimeIndex(start ='2014-08-01 10:00', freq ='W',
periods = 6, tz = 'Europe/Berlin')
# set the index
sr.index = didx
# Print the series
print(sr)
Output :
Now we will use Series.to_string() function to render string representation to this series object.
# render to string form
sr.to_string()
Output :
As we can see in the output, the Series.to_string() function has successfully rendered a string representation to the given object.
Example #2: Use Series.to_string() function to render a string representation of the given series object.
# importing pandas as pd
import pandas as pd
# Creating the Series
sr = pd.Series([19.5, 16.8, 22.78, 20.124, 18.1002])
# Print the series
print(sr)
Output :
Now we will use Series.to_string() function to render string representation to this series object.
# render to string form
sr.to_string()
Output :
As we can see in the output, the Series.to_string() function has successfully rendered a string representation to the given object.
|
Pandas/Pandas Tutorial/Python | pandas.date_range() method/Python | Pandas Working With Text Data/Python | Pandas Series.str.swapcase()/Python | Pandas Series.sort_values()/Python | Pandas Series.var/Python | Pandas Series.sum()/Python | Pandas Series.shift()/Python | Pandas Series.to_string()
|
https://www.geeksforgeeks.org/python-pandas-series-to_string/?ref=ml_lbp
|
Pandas
|
Python | Pandas Series.to_string()
|
Python | Pandas Series.shift(), Pandas, Python | Pandas Series.str.swapcase(), Python | Pandas Series.sum(), Pandas Tutorial, Python | Pandas Series.sort_values(), Python | Pandas Series.to_string(), Python | pandas.date_range() method, Python | Pandas Working With Text Data, Python | Pandas Series.var
|
GeeksforGeeks
|
[0.0161614474, -0.00997987948, -0.0142343622, 0.0310567897, 0.0595068932, 0.013740954, -0.0346875302, 0.00767575623, -0.0224547293, -0.0059767561, -0.0210024342, -0.00185959041, -0.00836466625, 0.0343151465, -0.0466596596, -0.00476185512, -0.0240001213, 0.0450584106, 0.00621880544, 0.00590227963, 0.00163965137, -0.0094957808, -0.069039911, -0.0134802852, 0.0283756275, 0.0156680383, -0.0401057117, 0.016850356, 0.0146626029, 0.000431441265, -0.00942596, -0.0189915616, -0.018432986, -0.0104639782, -0.0210396722, -0.0159007777, 0.0132568553, 0.0560809672, 0.00333748781, 0.0193825644, 0.00657722494, 0.0469948053, -0.00225059316, 0.00842983276, 0.000202192634, 0.0221195836, -0.0188798476, 0.00498063024, 0.0134151177, 0.0218030587, 0.00107642123, 0.0107339565, 0.00249729725, -0.0191963725, 0.0331979953, 0.0183864385, 0.02763086, 0.0218775347, 0.0175578855, -0.0354509167, 0.00555782486, -0.0127168987, 0.0637893081, -0.00602330407, 0.0239815023, 0.0153980609, -0.0188984666, -0.0110877212, 0.0269791894, -0.0252289865, 0.0253593214, 0.0132568553, 0.0822967663, 0.0582780279, -0.0241118353, 0.000113897004, 0.0083600115, 0.0146346744, -0.0817009583, 0.036754258, 0.0234043077, -0.0124469204, -0.00497597549, 0.00676341634, 0.00874170475, 0.0240559783, -0.0111249592, -0.0142995287, 0.00358884665, -0.010761885, 0.0285804383, 0.0507931188, 0.0331979953, -0.0258061811, 0.0123072769, 0.00431033969, -0.0145229595, 0.0119907511, -0.014569507, 0.0111901267, 0.0058184932, 0.031894654, 0.000707528787, 0.00979368761, 0.00191777537, -0.00860671513, 0.0560809672, -0.0293438248, -0.0745884255, -0.0104732877, 0.0135640716, -0.0322297961, -0.004580318, 0.0126051838, -0.0480374806, 0.00102463667, 0.000366856, -0.0205555726, 0.0358977765, 0.0192708503, 0.0279101487, 0.0213748161, 0.0340172388, -0.0174740981, -0.0249683186, -0.00637706881, 0.00303027127, -0.0297348276, 0.0139550744, -0.0133685702, 0.00151164457, 0.00302561652, -0.0130985919, -0.00460359175, -0.0369218327, 0.00280218641, -5.34574065e-06, 0.00192359393, -0.0251545105, 0.0470320433, -0.0624859631, 0.00372383581, 0.0271281432, -0.0229388271, 0.0449839346, -0.0111342687, 0.0224919673, 0.0605868064, -0.0268116165, -0.00838794, -0.0105850026, -0.024446981, -0.0278542917, 0.0129217096, -0.0450584106, 0.0157425161, 0.00838328525, 0.0156028718, -0.00161870487, -0.00859740563, 0.00204345491, 0.00557178911, 0.038429983, -0.0170086194, 0.0197177101, -0.0105012171, 0.0409621932, 0.00228434056, -0.0546659082, 0.00490615331, 0.0279473867, -0.0216168668, -0.0134802852, 0.00272538234, -0.050532449, -0.0272398572, 0.00199457956, 0.022827113, -0.0265137106, 0.0405153334, -0.0495642535, -0.0147091513, 0.0100450469, 0.00895582512, 0.00128006854, 0.00728009874, 0.0184795354, 0.0665821806, -0.0191963725, -0.00925838668, -0.0425262041, -0.0134709757, 0.00886738393, -0.00504579721, -0.000155935617, 0.0070194304, -0.00330723147, -0.0391002744, -0.0170179289, 0.0440902151, -0.038429983, -0.0164872818, -0.0498621613, -0.00989609305, -0.0190846585, -0.0042381906, -0.0377224572, -0.0143460771, 0.0140481703, 0.0208534803, -0.00214818772, 0.0100450469, -0.0215051509, -0.0066237729, -0.0220637266, 0.0347992443, -0.0423400104, -0.0363446362, 0.0187122747, -0.0238697864, 0.0011293696, -0.0172692873, -0.0223802533, -0.0233112108, -0.0156121813, -0.00586969592, -0.01449503, 0.022771256, -0.0356184877, 0.0113018416, -0.0119628217, -0.000525991782, 0.0289342031, 0.0118790362, 0.0313733146, 0.00182351575, -0.000657489756, -0.0124934688, -0.0420048684, 0.0270909052, 0.0250241756, -0.0141505757, 0.0361584462, -0.0221754424, -0.00631655613, -0.0144484825, -0.000754658598, -0.00590227963, 0.0132847838, 0.00451515056, -0.0208348613, -0.0277798139, 0.024484219, 0.0154539179, -0.036679782, -0.000880919863, 0.00525991805, 0.0148115568, -0.00234019803, 0.00151513563, -0.0475161448, 0.0426006801, 0.01451365, 0.0116556054, -0.00066447194, -0.00891858619, -0.0257503241, -0.00381227676, -0.00788522232, 0.0253593214, 0.0357115828, -0.0229946859, 0.0135547621, -0.0164034963, -0.00806675944, 0.0207603835, -0.0388768464, -0.0231994968, 0.0257130861, -0.0216354858, 0.00307914661, -0.00433128653, -0.00563230133, -0.00115788018, 0.013005496, -0.0316712223, -0.00169318158, -0.00313034933, 0.0189543236, 0.0051249289, 0.0220451076, 0.00586504117, 0.0428613499, 0.0252289865, 0.0392119884, 0.0172879081, -0.0179675072, -0.0125307068, 0.00210745819, 0.0157145858, -0.0075454223, -0.0213375781, -0.000979834236, 0.00403803447, 0.00580452895, -0.000606287, 0.00483167684, -0.00742439739, -0.000704037666, 0.00256944657, -0.00150815351, -0.036568068, -0.0174089316, 0.0154911568, -0.0210024342, 0.0261040889, 0.0184422955, -0.00952836499, 0.0157425161, -0.0225105863, 0.0322670378, -0.0174089316, 0.00515285786, 0.0163848773, -0.000394784758, 0.00968197268, 0.0249497, -0.0136292391, 0.0179954357, -0.0080714142, -0.0277053379, 0.00863464363, -0.0246331729, 0.0328814685, 0.00486426055, -0.00205509178, -0.0389513224, -0.0579428822, -0.0256572273, -0.00291855633, 0.0357860625, -0.0184422955, -0.0209093373, -0.0495642535, 0.0203321427, -0.00834139157, -0.036661163, 0.0208162423, -0.00672617834, 0.0288411081, 0.000402930658, -0.00016684529, 0.036810115, 0.00411716569, 0.0425634421, -0.0333283283, -0.0134244272, -0.0063444851, -0.00323973713, 0.000838444859, -0.0209838133, 0.0393609442, -0.00261832192, -0.0179023407, -0.00731268246, -0.0122700389, -0.0116835348, 0.0125400163, 0.016096279, -0.0159007777, -0.0478512868, 0.0197549481, 0.000405258063, -0.0393237062, 0.0276681, 0.0209093373, 0.0187215842, -0.000315653248, 0.0236835945, -0.0144484825, -0.00570212351, 0.00465712184, 0.0203321427, 0.00580452895, -0.0543307625, 0.0391375124, 0.0221568216, 0.0189636331, 0.0126238028, 0.0210024342, -0.00671221362, -0.0027696027, 0.00463384809, -0.0620391034, -0.00331886858, 0.0408132374, 0.0171017163, -0.0169434529, 0.0216727238, 0.00721493177, -0.0398822799, -0.0189729426, 0.000305179972, -0.0340544768, 0.00896978937, -0.0143833151, -0.00601864932, 0.00920252874, -0.015928708, -0.00111773261, 0.0272584781, 0.0252289865, 0.0445370749, -0.0155935623, -0.0128751621, -0.0210024342, -0.00892324094, 0.00903495681, -0.0380762182, -0.00856482238, 0.0304795951, -0.0251172725, 0.00478512887, 0.0267743785, -0.0253593214, -0.00408225507, -0.00886272918, 0.0247076489, -0.00051930052, -0.0304795951, -0.0348364823, 0.013796811, -0.00148255203, 0.00280218641, -0.0517613143, -0.0281894356, -0.0307588819, 0.0121303946, 0.0500483513, -0.010761885, -0.0464362316, -0.0314477906, 0.036568068, 0.00296743168, -0.0270164274, -0.0117207728, -0.00411716569, -0.00468970556, -0.0261599459, 0.0102312388, -0.00244376715, -0.0109853148, -0.0149232717, 0.0330118, 0.00725682499, 0.0169806909, -0.000951905502, 0.0130613539, 0.0360839665, 0.0348551, 0.0539211407, -0.0128658526, 0.0100171184, -0.0126331123, 0.036661163, 0.0169434529, 0.0272584781, -0.053511519, -0.0216913428, 0.0129961865, -0.0074756, -0.0256386083, -0.0358605385, 0.00804813951, -0.018302653, 0.00938406587, 0.00863929838, 0.0300327353, 0.0134895947, -0.00744301639, 0.0409621932, -0.0254710354, -0.0146998418, 0.000863464375, -0.0308147408, 0.0112925321, -0.0372755937, -0.00182817061, 0.00536697824, 0.00418698788, 0.0217285808, 0.0128565431, 0.0289528221, -0.0202018078, -0.0104081212, -0.000598722952, -0.0414090529, 0.0208348613, 0.0333841853, -0.0132754743, 0.0262902807, 0.0151746301, 0.0119535122, 0.0329931825, 0.0269978084, 0.00938406587, -0.0309264548, 0.0307775028, -0.0048596058, 0.03196913, 0.0467713773, 0.0210769102, -0.00933751836, 0.00397286704, 0.00567884929, -0.0115625095, -0.0129124, 0.0211513862, 0.0217099618, -0.027184, 0.00904892106, 0.0174182411, -0.0375548825, 0.024353886, 0.00159543089, -0.00238558231, -0.011571819, -0.0245400779, -0.0342220515, -0.0234601647, 0.0238325484, 0.0148860328, 0.00432895916, -0.00326533848, -0.0081552, -0.019848045, 0.00564626604, -0.0153515125, 0.015211869, 0.0201831888, 0.0119628217, 0.0395098962, -0.0170551669, -0.0104825972, 0.00206905627, 0.00129985134, -0.0302747842, -0.00870446581, -0.0105570741, -0.00697753718, 0.0140947178, 0.0298651624, -0.00960749574, -0.0105943121, 0.0223616324, -0.0295486357, -0.0389513224, -0.00216564327, 0.0187495127, -0.0137875015, 0.0103615727, 0.0454680324, 0.0227340162, -0.010007808, 0.0179675072, 0.00115147978, -0.0193825644, 0.000518427754, -0.0570119247, 0.0255082753, 0.0150722247, 0.00412182044, 0.00104092842, 0.00787591282, -0.0257875621, -0.00899306312, 0.0134151177, 0.00506441668, 0.00762455352, -0.0172599778, -0.0215051509, 0.0220264886, -0.00939337537, -0.015379441, -0.0169341434, -0.0346689112, -0.0182747245, 0.0101753809, -0.0154259894, 0.00973783061, 0.0120279891, 0.0323228948, -0.00031768973, 0.00797366351, -0.0397333279, 0.0143646961, 0.00557178911, 0.00231110561, 0.0262344219, 0.0238325484, 0.00247635064, 0.0245400779, 0.0359722525, 0.0200714748, 0.00559040811, 0.0126424218, 0.0242049322, 0.0213189591, 0.0233856887, -0.0288224891, -0.0515751243, -0.000834371953, 0.0240373593, -0.0422655344, 0.0066237729, -0.00913270749, 0.0101381429, 0.0289900601, -0.0135454526, -0.00551127689, 0.0140388608, 0.0164314248, 0.0218961537, -0.0115532, 0.0232181158, 0.0167107135, 0.0180326737, 0.0057998742, -0.00147324253, -0.00839259475, 0.00608847151, 0.00273934659, 0.0429358259, 0.0120093701, 0.0148581043, -0.00101998192, -0.0024484219, -0.0122886579, 0.000703455822, -0.02763086, 0.0209465753, 0.0200900938, -0.00310474797, 0.035097152, -0.00400777813, 0.0136664771, -0.0466969, 0.00768041098, 0.0152956555, 0.000584176742, 0.00360979326, -0.0138247404, -0.018265415, 0.0201831888, -0.00209000288, -0.027481908, 0.00920252874, 0.0311312657, 0.0264392328, 0.00993333198, 0.0104174307, 0.000430277578, 0.0042381906, 0.00418233313, -0.0150163677, 0.0121490136, -0.00251126173, 0.0196990911, 0.0151373921, 0.00179558701, 0.0151094636, -0.0214492939, -0.00924907718, -0.00749887433, -0.0146905314, -6.60762671e-05, 0.0315222703, 0.0204810966, 0.0119721321, 0.00848103594, 0.0209093373, 0.00887203868, -0.0567884929, 0.0347620063, 0.00842983276, -0.00178860489, 0.00888600294, -0.0470692813, -0.012251419, 0.00545076467, -0.00281847804, -0.0131079014, -0.0192336105, 0.0419676267, -0.00784798339, 0.0330862813, 4.37296148e-06, 0.0181257706, -0.0193080883, 0.0177906249, -0.00584176742, -0.00463617546, -0.0163383298, -0.00671686884, -0.0606985204, 0.0196432341, -0.00960749574, -0.01766029, -0.00782005489, 0.0300885923, 0.0272770971, -0.00855551288, 0.00744767161, -0.00193057605, -0.00098565279, 0.0421538204, 0.0419303887, -0.00227270345, -0.00659584394, -0.0151839396, 0.00584642217, -0.00377271115, -0.0151001541, 0.00884876493, -0.0417069606, 0.00791780557, -0.0143740056, -0.00762920827, -0.03373795, -0.0100915944, 0.00858344138, 0.000233321582, 0.03373795, 0.0100822849, -0.0313919336, 0.000959469529, -0.0358046815, 0.00652602222, -0.0432337336, 0.0140667893, -0.00492477277, 0.0110784108, -0.0306099299, -0.017585814, 0.0308333598, 0.00208767527, 0.00860671513, 0.0106967185, 0.00354695343, 0.00592555339, 0.00555782486, 0.0321367, 0.0796900839, 0.00697288243, 0.0131544499, 0.00634914, 0.010706028, -0.0106408605, -0.0256386083, 0.0554479137, -0.0230691619, -0.000979252392, 0.00765248248, 0.00551593164, -0.00706132362, -0.00322577264, -0.0104453592, 0.00838328525, 0.0054228357, 0.0113483891, 0.0261599459, 0.0218775347, 0.00345618511, 0.0141971232, 0.0246517919, 0.0186284874, 0.00997987948, -0.0161335189, 0.0225292053, -0.00232506986, -0.00652136747, -0.006889096, -0.0040357071, 0.0219706297, -0.0267371405, -0.016720023, 0.00618156744, -0.00453144265, 0.0330304243, 0.00977506861, 0.00294881244, -0.00929562468, -0.0267557595, 0.0132940933, 0.0241676942, -0.0268116165, -0.0313733146, -0.0361212045, -0.0267371405, -0.0246890299, -0.0058091837, -0.00170598226, 0.0420793444, 0.00227270345, 0.0581663139, -0.0377410762, 0.0128379231, 0.00710321637, 0.00589297, -0.0129030906, 0.0140854083, 0.0427496321, -0.029194871, 0.0329000875, 0.00178395, -0.022771256, 0.000530064746, -0.000355800876, -0.0242607892, 0.00289062737, -0.0119069647, -0.00997057, -0.0166641641, 0.0194011834, 0.0110504823, -0.00207138364, 0.0456542261, -0.0105850026, 0.00861137, 0.0281335786, -0.0125958743, -0.0205555726, -0.024335267, -0.00401476026, -0.00234368909, 0.0286735352, 0.00504579721, -0.00128006854, 0.0131637594, 0.0157332066, -0.0312988386, 0.0054135262, -0.00942130387, 0.0236649755, 0.010780504, 0.00494339177, 0.0208907183, -0.00670755887, 0.0489684381, -0.0124376109, -0.0177161489, -0.0440157391, -0.0111994362, -0.0106967185, -0.00658187969, 0.00199690694, -0.0237953104, 0.00326766586, -0.00315362331, 0.0255268943, 0.0305726919, 0.0176509805, -0.000374129129, 0.0158542302, -0.0100729754, -0.00479443837, -0.0167014021, 0.0157890636, -0.0124562308, -0.0585014597, 0.0191405155, -0.027481908, 0.05209646, -0.0229388271, -0.00409156457, 0.00757800555, -0.0237394534, -0.0268860944, -0.0283011515, -0.000494571927, 0.00752680283, -0.0178930312, -0.00107758492, 0.00661446294, 0.0139271459, -0.0170830954, -0.00297674118, 0.0137130246, -0.0164034963, -0.0296417326, 0.0558575355, 0.00285804388, 0.00522733433, -0.026029611, -0.0118697267, -0.0297720656, 0.00233903434, -0.00223546522, 0.00927700568, -0.010194, 0.0118324878, -0.036735639, -0.0284314863, -0.0573843084, 1.24006638e-05, -0.0366984, 0.0237208325, 0.0264019947, -0.0517240763, -0.00738715893, 0.00165245205, -0.015304965, -0.00820174813, -0.0175206475, 0.0175020285, 0.00419397, -0.000564102898, 0.0120652281, 0.0195873752, -0.00245540426, -0.0390258, -0.0296231136, -0.0139830029, 0.0280032437, 0.0218589157, -0.00791780557, -0.038243793, -0.00501786871, -0.0164500438, -0.0115811294, -0.0271095242, -0.012325896, -0.0177906249, -0.00437085237, 0.00344222062, -0.00110376813, -0.065316081, 0.0148953432, -0.0284501053, -0.0128751621, 0.0109760053, -0.00380296726, -0.0209651943, -0.0143460771, 0.00231459667, 0.00272305496, 0.00694029871, 0.00882549, 0.0117207728, -0.0248938408, 0.0118883457, 0.0286362972, -0.0281894356, -0.00658187969, 0.0154911568, -0.0274074301, 0.0128193041, -0.00331421383, -0.00892324094, 0.00435456028, 0.00606054254, -0.000861137, -0.0107339565, 0.00329559459, -0.0229760669, 0.0125213973, -0.0248379838, -0.0264764726, -0.00830415357, -0.0219333917, -0.020388, -0.0167014021, 0.00225757528, -0.0379086472, 0.00302328914, -0.00208767527, -0.0398822799, -0.0258248, 0.0179581977, -0.0374431685, 0.0149977487, -0.00373081793, -0.034985438, 0.0051342384, -0.001903811, -0.00447558518, -0.0185260829, -0.00415905891, -0.0174554791, -0.00983092654, 0.0457287021, 2.12738669e-05, -0.0142995287, 0.00379133015, -0.00786660332, -0.0152770355, -0.000420677068, -0.0202576667, -0.0177533869, -0.00512027415, -0.00621880544, -0.0223243944, -0.0113204606, 0.0159007777, 0.0215796269, 0.00146742398, -0.00812261645, -0.00906754, -0.0323601328, 0.0155097758, -0.0355812497, 0.000527446391, 0.00867653731, 0.00386580685, -0.00435921503, 0.0225105863, 0.0240373593, -0.0415952429, 0.00702874, 0.0229946859, -0.00421957113, -0.00252522598, -0.000623160624, 0.0253407024, 0.00511561939, -0.00433361391, -0.00822502188, -0.0118604163, 0.00737319468, 0.000319726212, -0.00555317, 0.010780504, -0.00506441668, -0.0191777535, 0.0104825972, 0.00374710956, -0.00192243012, -0.0168969035, 0.0288783461, 0.0173344556, -0.0324904658, -0.0116928443, 0.00569746876, -0.00274632871, 0.0220078696, -0.0130520444, 0.00104907434, -0.0205555726, -0.00246471376, 0.015947327, -0.00924442243, 0.0266254246, -0.00672152359, 0.0266626626, 0.00935148261, -0.00300234254, -0.00505510718, 0.0171389543, -0.00755938655, 0.0118511068, 0.00351669732, 0.0331793763, 0.00180489663, -0.0105756931, -0.024372505, -0.0139736934, 0.0059674466, 0.0170737859, -0.0380389802, -0.00522733433, -0.00401941501, 0.0059674466, 0.0142343622, 0.025955135, 0.0117952498, -0.0212817211, -0.02288297, 0.00885342, -0.00895117, -0.0332910903, 0.00878825225, 0.0278356709, -0.00813192595, -0.00720562227, -0.00465246709, -0.0234043077, -0.0256758463, -0.0185819399, -0.0107898135, -0.0230133049, -0.000105242, -0.00293252058, -8.72773962e-05, 0.00586504117, 0.022827113, 0.0210582912, -0.0119907511, 0.0173251461, -0.00578125473, -0.00518544111, -0.0140388608, 0.0388396047, -0.00780609064, -0.00187355478, 0.035059914, -0.00343756587, 0.00123701163, -0.0387278907, 0.0071358, 0.00118289969, -0.0010484925, 0.0229015891, -0.0266068056, 0.00469436031, 0.00254151784, -0.0087835975, -0.0118976552, 0.00523198908, -0.00208069314, -0.0221382026, 0.0226595402, 0.00116660795, -0.00415673153, 0.000452387845, 0.00471530715, -0.00652602222, 0.026066849, 0.00234718015, -0.00981230661, -0.00302794389, -0.00243678503, 0.010780504, 0.0103522632, -0.0191405155, 0.00191893906, -0.00275796582, 0.0283011515, 0.0132196164, -0.0233298298, 0.0285245813, 0.0553362, -0.0140667893, -0.0232925918, -0.00492477277, -0.0269791894, 0.00602795882, -0.0206114314, -0.0248566028, -0.0364563502, -0.016040422, 0.015965946, 0.00986816455, -0.0035283342, 0.00511096464, -0.00366565073, 0.0172413588, 0.0037215082, 0.000733130146, -0.00917925499, 0.0116276769, -0.00105198356, 0.00834604632, 0.00184097129, -0.010706028, 0.0129217096, 0.0103336442, 0.0328069925, 0.0381693169, -0.0150442962, -0.000805279473, 0.03196913, 0.00315827806, 0.00937475637, 0.00826691557, 0.00388675346, 0.00814123545, -0.010007808, -0.0349295773, -0.00682392903, 0.00470832456, -0.0124934688, 0.00273701921, 0.00865791831, 0.0188146792, 0.00191079325, -0.0216168668, -0.0171575733, 0.000610359944, -0.00289528235, -0.0200342368, 0.0048689153, 0.0122234905, -0.00400545076, -0.00561833708, 0.00391933694, -0.00266719726, -0.00528784655, 0.0170551669, -0.0112646027, 0.016868975, 0.00274400134, 0.0280777216, 0.00539956195, -0.00735457567, 0.00828088, -0.0255641323, 0.000876265112, -0.0106594795, -0.00633052085, -0.0193639454, -0.000275069266, -0.00705201365, -0.0112087457, -0.019866664, -0.0152584165, -0.0115438905, 0.0133592607, -0.00691702496, 0.00846241694, -0.00413578516, 0.0104825972, 0.0119442027, -0.0282639135, 0.00751283858, 0.0248193648, -0.00613036472, -0.0223616324, 0.0537721887, 0.00777816167, 0.0493780598, 0.000294852158, -0.00464315759, -0.00780609064, -0.00815985538, 0.00492942752, -0.00714510959, 0.00979368761, 0.0124283014, 0.0108642904, -0.00099845347, 0.00837397575, 0.00375874666, 0.0220637266, 0.0104639782, -0.0057998742, 0.0161893759, -0.00941199437, -0.0126982797, 0.00600934, 0.0146160554, 0.00676341634, -0.000509990961, -0.0122886579, 0.0204438586, 0.0281521976, -0.019848045, -0.0192708503, 0.00134639931, 0.0133220218, 0.0140016219, -0.00817382, -0.0104453592, 0.00542749045, -0.00397752179, -0.00989609305, 0.0116090579, -0.0284501053, 0.00652136747, 0.0131079014, -0.00628397288, 0.00079189695, -0.0252848435, -0.00395424804, 0.00778747117, -0.0114880335, 0.00884411, 0.0104267402, -0.0126796607, 0.0190846585, 0.0220078696, 0.00505976193, -0.0266254246, 0.0361025855, 0.00531112077, 0.0008495, 0.0257317051, -0.0173251461, 0.00221451861, 0.0141040273, 0.00605123304, 0.0389140844, 0.022827113, 0.00391235482, 0.0142529812, -0.00262297667, -0.031913273, -0.0211141482, -0.00653067697, 0.0119814416, -0.0340730958, -0.0136571676, 0.00673548784, -0.0215982478, -0.00672152359, -0.00425448222, -0.0287107732, 0.00315827806, -0.0271095242, 0.000659235287, 0.00371685345, 0.0182561036, -0.00326533848, 0.0269791894, 0.0110318633, -0.0308705978, -0.00394261116, -0.0164128058, 0.0253593214, -0.0179954357, -0.00495270127, -0.0377596952, 0.0127075892, -0.00335610681, 0.00884411, 0.00258341106, -0.0227526352, 0.0022087, 0.0417069606, -0.00499459449, 0.0192336105, 0.00831811782, 0.0131544499, 0.0147556989, 0.0146905314, -0.0227153972, -0.0358233, -0.0033910179, -0.0155842528, 0.00245074928, -0.00106536609, 0.0092071835, -0.0363074, -2.9656132e-05, -0.004405763, -0.0164872818, 0.000128152315, 0.0210210532, 0.0168410465, 0.0174461696, 0.00379831251, 0.0101660714, -0.00435223291, 0.0121583231, -0.00821105763, 0.0204624776, 0.00364935887, 0.00734526571, -0.0110877212, 0.0133778797, 0.0289714411, 0.00212258636, -0.00661911815, -0.00616760273, -0.0156308, -0.00854154769, -0.00411949307, 0.00014029842, -0.0170551669, 0.029083157, -0.00294881244, 0.0262530409, 0.00330024934, 0.0064562, 0.020388, 0.0190381091, 0.00913270749, -0.00169318158, -0.0204810966, 0.0235346407, 0.00282313302, -0.00317922467, -0.00294415769, -0.0138526689, -0.0016896904, 0.0125120878, 0.0209651943, -0.0230133049, -0.00170714594, 0.0299768765, 0.0128844716, -0.0137316445, 0.0112832226, 0.0158263016, 0.0292507298, 0.017567195, 0.0308705978, 0.0158542302, -0.01449503, 0.0304982141, -0.0034352385, -0.0240932163, -0.0257317051, -0.0237580724, 0.0105663836, -0.0109666958, 0.0201645698, -0.0342592895, -0.0186936557, -0.000808188692, 0.0277425759, -0.00260901242, -0.005097, -0.00944457855, 0.000879174331, -0.00147091504, -0.00593486335, 0.0221940614, 6.46943736e-05, 0.00715441955, 0.0272026192, -0.00914201699, -0.0331235193, -0.0387278907, -0.024335267, -0.0244656, -0.00142785825, -0.0133871892, -0.00804348476, 0.0119255837, 0.00633983035, 0.00535301398, -0.0208907183, 0.00360048353, -0.0114694135, 0.0133127123, -0.00813192595, -0.00193755829, 0.000545774645, 0.00789453182, 0.0189263951, -0.0149418907, 0.0212444831, 0.0203507617, -0.00518078636, 0.0393237062, 0.000820407527, 0.000251213438, 0.0135454526, -0.0214865319, 0.00257642893, -0.0155004663, 0.0138061205, -0.00215516984, -0.00365634123, 0.0416697226, -0.0150815342, 0.0171296448, 0.00499459449, 0.0059674466, -0.00936079212, 0.0140109314, -0.0309450738, -0.00149651652, -0.0173996221, -0.00763851777, 0.0249310806, 0.00838328525, -0.00296743168, -0.0262902807, 0.00942596, 0.0277798139, 0.0132009974, -0.00212258636, 0.00556247961, -0.0338496678, -0.000960051373, -0.00518544111, -0.00761989877, -0.0107525755, -0.0289714411, -0.0178651, 0.00884876493, 0.00404967135, 0.0150256772, -0.0169062149, -0.00443834672, -0.00508303568, 0.0294555407, 0.0127355177, 0.0315036513, 0.00538094249, 0.00320017128, 0.0225664452, -0.0181443896, -0.00795038883, 0.0149418907, 0.0112459837, 0.0207417645, -0.0154166799, -0.0162824709, 0.00843914226, 0.0185633209, -0.0013592, 0.011441485, -0.0102591673, 0.0213748161, 0.0210769102, -0.0508303568, 0.020388, -0.0100450469, 0.0213003401, 0.0323042758, 0.00474323565, 0.0152584165, 0.0276867189, 0.0283570085, -0.0188891571, 0.0220451076, -0.00172809255, -0.00744767161, 0.0187867507, -0.00707528787, -0.0328256115, -0.00480840262, 0.024391124, 0.0413345769, -0.000645852764, 0.0166362356, 0.0185912494, -0.00262763165, -0.003398, 0.0314105526, -0.0015512103, -0.00984954555, 0.0207790025, -0.00455238903, -0.0167293325, 0.00954232924, -0.0130520444, 0.00453842478, -0.00615829322, 0.00495735649, 0.00403337972, 0.00496666599, -0.015965946, -0.0111901267, -0.0169248339, -0.00330490409, -0.00518078636, -0.0020097075, -0.003398, -0.00102114561, -0.0101009039, 0.0187495127, 6.40034268e-05, 0.000369765243, 0.0128193041, 0.0226036832, -0.0155470138, 0.00508769043, -0.0117580108, 0.00927235093, -0.0186191779, 0.000474498112, 0.00138480135, -0.00985885505, 0.00552524114, -0.0220078696, 0.00203647255, 0.0256944671, 0.00904892106, -0.0179395787, 0.0154166799, 0.00625604391, 0.0075547318, -0.00744767161, -0.00864395406, 0.0361584462, -0.00447558518, 0.000859391468, 0.015304965, -0.010194, 0.0124655403, 0.0066330824, 0.00660515344, 0.00683789328, 0.00308147399, 0.0124655403, 0.034966819, -0.0126982797, 0.0253220834, -0.000994380447, 0.0103243347, 0.00379133015, 0.00249962462, -0.0326021798, -0.0160124935, 0.0017548576, 0.038243793, -0.0144484825, -0.00219939044, 0.00166990759, 0.00862533413, 0.0180885326, -0.0255268943, -0.00378434802, -0.00224942947, 0.000441041775, -0.0125493258, 0.015267726, 0.003982177, -0.0136944056, -0.00479443837, 0.0170830954, -0.00176998565, 0.0148208663, 0.0125027783, 0.0104267402, -0.00569746876, 0.0184050575, -0.00552524114, 0.0254151784, 0.00562764658, 0.00699150143, 0.0035841919, 0.00600468507, -0.019885283, -0.0149977487, -0.0202390477, -0.00321646314, 0.0040729451, 0.0154632274, -0.0158449207, 0.0204810966, 0.00549265742, 0.00348644122, 0.0218402967, -0.00606519729, 0.0449094586, -0.0056881588, -0.0042032795, 0.00593020814, 0.0182188656, -0.00402174238, -0.00326766586, -0.0154166799, 0.00719165755, -0.00951905455, -0.00171063701, -0.0240001213, -0.000541410816, -0.000194919528, 0.00368659734, 0.0109480768, 0.0204252396, -0.00730802771, -0.00473159878, 0.00902099162, 0.00839259475, 0.0234415457, -0.00249729725, 0.00674479734, -0.00628862763, -0.0141412662, -0.0149791287, -0.000470425177, 0.017623052, -0.00552989589, -0.0166641641, -0.00958887674, -0.0246145539, 0.0130985919, -0.0118417973, 0.0142250527, -0.0136106191, 0.0194198024, -0.00609312626, 0.00626535341, 0.00979368761, -0.00980299711, -0.000448605831, 0.0157425161, -0.00434292341, 0.0237394534, -0.00714510959, -6.17123951e-05, 0.00675410684, -0.00562299183, 0.0120093701, 0.0147463894, -0.017641671, -0.0164034963, 0.00368892471, -0.00363772199, -0.00100194453, -0.0216913428, -0.00842052326, -0.0202390477, -0.00802486576, -0.00803417526, 0.00793642458, -0.00832742732, -0.0181350801, 0.0209093373, 0.00679134531, -0.0374245495, -0.0112925321, 0.00593486335, -0.0134244272, -0.0120093701, 0.000176591275, -0.0240745973, 0.0110318633, -0.036772877, -0.0118138688, 0.00912339706, 0.00912805181, -0.0256013703, 0.0173996221, -0.00104500144, 0.0127262082, 0.00516216736, -0.00197363296, 0.00148138835, -0.0309636947, 0.0110132443, -0.00575332623, -0.016720023, -0.00278589455, -0.0343337655, -0.0148394853, -0.00242514792, -0.00848569069, 0.000389839057, 0.0184422955, -0.00236812676, 0.0171668828, -0.00978437811, 0.0105756931, 0.00981230661, -0.00518544111, -0.00359117403, -0.00340265478, 0.00441041775, 0.00606519729, 0.0141785042, 0.00971921161, -0.0183678195, 0.0137316445, 0.00500855921, 0.00408691, -0.0029092466, -0.0251731295, 0.0325649418, -0.0106780985, -0.0250055566, 0.0105943121, -0.0110784108, -0.000841936, 0.0180699136, 0.00863464363, -0.0054228357, -0.00456868112, -0.00380762201, 0.0134337377, -0.00880687125, 0.0052552633, -0.0100264279, -0.00733595621, -0.00646550953, 0.00355393579, -0.00986816455, 0.00828553457, 0.0599537529, 0.0190194901, -0.000392457383, 0.00237510889, -0.0182933435, -0.0132568553, 0.0202204287, -0.0027696027, 0.01519325, 0.000268814387, -0.00446162047, -0.0113111511, 0.00234136172, -0.0203321427, 0.00584642217, -0.00150349864, -0.0126982797, -0.0120093701, 0.0121303946, -0.0153142745, -0.010612932, 0.0142995287, -0.00266487, 0.000567594, -0.0042218985, 0.00631655613, 0.0172692873, 0.0068984055, -0.00301630702, -0.0213561971, -0.00415905891, -0.00683323853, -0.0113111511, 0.00193523092, 0.0160497315, -0.0104732877, -0.000118406337, 0.0127168987, -0.0264764726, 0.000752331165, 0.0181537, 0.0163290203, -0.00682392903, -0.00565092079, 0.0200342368, -0.0052925013, -0.00670290412, -0.00695891771, -0.00845310744, -0.00292321108, -0.00308845611, -0.0261413269, 0.0369963087, -0.00693564396, 0.012195562, 0.0158356111, 0.0308519788, -0.0103895012, -9.93689537e-06, -0.00666566566, -0.019922521, 0.00260901242, 0.0231250189, 0.00615829322, -0.000670872279, 0.0158728492, -0.000145607788, 0.00462919334, 0.0063444851, -0.0325090848, 0.00193523092, 0.0230691619, -0.0128379231, 0.0105943121, 0.0083786305, -0.00715441955, -0.00208069314, -0.0196246132, -0.0176789109, 0.0116276769, 0.00138596515, -0.000790733262, 0.016757261, -0.00707994262, -0.0127634471, 0.00902099162, 0.00972852111, -0.027519146, 0.0141319567, -0.00105314725, 0.0308519788, -1.55462862e-06, -0.0116649149, -0.00799693726, -0.0122793484, 0.03215532, 0.011422866, 0.0127262082, 0.0153515125, -0.00956094824, -0.00243445765, 0.0186284874, 0.00632121088, 0.00724751502, 0.00676341634, -0.0123072769, -0.0141040273, 0.00501321396, -0.0206114314, -0.0339986198, 0.000850663695, 0.010724647, -0.0172320493, 0.00586969592, -0.00858344138, 0.032062225, 0.0109853148, 0.00239954656, -0.00132428901, 0.0182188656, -0.024372505, 0.00818778388, 0.00711252633, 0.00414509466, -0.00301863439, -0.00882549, -0.0126610417, -0.0127634471, -0.0204066187, 0.0114507945, 0.00207022, 0.0070101209, 0.00590693438, -0.0124841593, -0.0166362356, 0.00416836841, -0.0148767233, -0.00539956195, -0.00033543614, 0.000413694885, 0.0176789109, -0.0191591345, 0.00373081793, -0.00676341634, 0.0011974459, -0.0150070582, -0.0118417973, 0.0036470315, 0.0162079949, -0.0333655663, 0.000297470455, -0.00419629738, -0.0231064, -0.0213561971, 0.00857413188, -0.0232739728, -0.00388442609, -0.0152956555, -0.0041846605, 0.0134337377, 0.00966335367, 0.0045873, 0.00388442609, -0.00333748781, 0.0249683186, 0.0119255837, 0.00835535675, -0.00151513563, 0.00651671225, -0.00672617834, 0.00306518236, -0.0175020285, 0.0037959849, 0.0126238028, 0.0113018416, -0.00249729725, 0.0150256772, -0.0282266736, 0.0104639782, -0.0178837217, -0.00500855921, -0.00866722781, -0.00823433138, -0.00721027702, 0.0075640413, 0.0110504823, -0.00302328914, -0.00820174813, -0.00903961156, 0.0109387673, -0.0221940614, -0.00367728784, 0.0252289865, -0.0125772553, -0.000641779799, 0.0146998418, 0.00296510407, 0.0265509486, 0.00947250705, -0.00762455352, -0.0094957808, 0.0267743785, -0.0138340499, 0.00195152266, 0.00101998192, -0.00385417, -0.0186471064, -0.0108084334, -0.00120093697, 0.0029837233, -0.00345851248, 0.0302561652, 0.00707063312, -0.00519009586, 0.000322053616, -0.00606054254, 0.00688444125, -0.00202483567, 0.0148860328, -0.0355626307, 0.0233298298, -0.0251358915, -0.0102964053, 0.035022676, -0.00596279185, -0.00493873702, 0.00624673441, -0.000621415093, -0.00428241119, 0.0376852155, -0.0211141482, -0.000943759631, -0.00499459449, 0.00677738106, -0.017641671, 0.0188519191, -0.0117207728, 0.0285245813, 0.0184888449, 0.00719165755, 0.00369357946, -0.0233112108, -0.00742439739, -0.0173623841, 0.0188519191, 0.0165710691, 0.0111249592, 0.00168503565, 0.0114321755, -0.0208721, 0.0168969035, 0.00966335367, 0.0203135237, 0.0162824709, 0.00333981519, 0.0111715067, 0.00119511853, 0.0293252058, 0.00185726304, 0.0253407024, 0.0140109314, -0.0131451404, -0.004405763, 0.000315071404, 0.00573470676, 0.000161026808, 0.000646434608, 0.0225850642, 0.00367961521, -0.0229388271, 0.00292321108, -0.00838794, -0.0102126198, -0.017623052, -0.0161986854, -0.0038518426, 0.0315595083, -0.0208534803, 0.00483633159, -0.00245074928, 0.011534581, 0.0179581977, -0.00826691557, 0.0262344219, 0.0171296448, -0.0113670081, 0.0261227079, 0.029045919, -0.0150070582, 0.003444548, -0.0221382026, -0.0117580108, -0.0147463894, 0.0255455133, -0.000554211496, 0.0403663777, -0.00822502188, 0.00333748781, 0.00154422806, 0.0128751621, 0.0170737859, -0.00280916854, -0.0122607294, -0.00232739723, -0.0140388608, 0.00254384521, -0.00389839057, -0.0126703512, -0.000347945897, 0.000674363342, 0.00925373193, -0.00803417526, 0.010194, -0.000458206341, -0.00726147974, 0.0045267879, 0.0112739122, 0.00187704596, -0.0377410762, -0.0277425759, 0.0266068056, -0.0141598852, 0.00770834, 0.00695891771, -0.00113809726, 0.0094771618, -0.00643758103, 0.0136850961, -0.00291157397, 0.0206300505, 0.0113949375, 0.0101102144, 0.0105012171, -0.00604192354, 0.00941199437, -0.00970059168, -0.0331979953, -0.0143553866, -0.00146858767, -0.0302747842, -0.00650740275, -0.016059041, 0.00838328525, -0.00250893435, 0.0174834095, -0.0108270524, -0.024353886, 0.0147743179, -0.0068984055, -0.00943526905, -0.0103336442, -0.0166083071, -0.0177440774, 0.00550662214, -0.000509118137, -0.00665170141, 0.00573936198, -0.0124469204, 0.0218775347, -0.00753611233, 0.0184422955, 0.0118324878, -0.00898840837, 0.022845732, 0.000445405662, 0.0137502635, -0.00382158649, 0.00667963037, -0.0146253649, 0.0130148055, 0.00640499732, -0.01835851, 0.0148115568, -0.0399567559, 0.00360281114, 0.0279846247, -0.0140947178, 0.0211886242, 0.012214181, 0.00101067231, 0.0305354521, -0.00673083309, 0.0263275187, 0.0052645728, -0.00763386302, -0.0108177429, -0.000989725697, 0.00799228251, 0.0118324878, -0.00523664383, -0.0187681317, -0.0253593214, 0.00332119595, -0.00854154769, 0.0209465753, 0.00261599454, -0.00896048, 0.00789918657, 0.0301444493, -0.00483167684, -0.00847638119, -0.00668428512, -0.0241863132, 0.00157099322, 0.0159566365, 0.00511561939, -0.00529715605, 0.0249310806, 0.00923511293, 0.00229248637, 0.0174368601, -0.0103522632, 0.00957025774, 0.00413345778, -0.00618622219, 0.00848103594, 0.0172227398, -0.0191777535, -0.00580452895, -0.013592, -0.0173716936, -0.0248752218, 0.0214120559, 0.0159566365, -0.00727544399, 0.00153724593, 0.00158263021, -0.00779212639, -0.0111342687, 0.0215796269, -0.00551593164, 0.00855551288, -0.00489218906, -0.0124003729, -0.00370987132, 0.00780143589, -0.0054414547, -0.0113483891, 0.0121303946, -0.0123724444, -0.0080993427, -0.00194686779, 0.00405199872, 0.000497481145, -0.0147556989, -0.0222499184, -0.0115997484, -0.00307681924, -0.01065017, -0.00588831538, -0.0116276769, -0.0112273647, -0.0111528877, -0.00619087694, 0.0171017163, 0.00643758103, -0.0105850026, -0.0141785042, 0.00401243288, -0.00705201365, -0.0155190853, -0.0100264279, -0.0135268327, 0.0188426077, 0.0125865648, 0.0286176782, 0.0276681, -0.00219706306, 0.0150722247, -0.0143460771, -0.0426379181, 0.00505045196, 0.0253779404, 0.000829717144, 0.0206300505, 0.0256199893, -0.00348644122, -0.0254524164, -0.010687408, 0.0111808162, -0.0202576667, -0.0203321427, 0.0194756612, -0.00155702885, -0.00501321396, 0.0268674754, 0.00495270127, 0.00418931525, -0.0382065549, -0.0134802852, -0.0150629152, 0.00284640701, -0.0174089316, -1.85464469e-05, -0.000972270209, -0.00288597262, -0.00546938367, 0.0156773478, 0.0150908446, -0.0157238953, -0.0250427946, -0.000200156166, 0.0231436379, 0.0040776, -0.00856016763, -0.0106036225, -0.00183398905, 0.0151280826, 0.00877894275, -0.0112087457, -0.00219240831, -0.00614432897, -0.00752680283, 0.00701477565, 0.00599072082, -0.00729871774, 0.00615829322, -0.00280451379, -0.013778192, -0.00432197703, 0.00771764945, 0.00216564327, 0.0156587288, -0.00444765622, -0.0167665705, 0.00962611567, -0.0126889702, 0.00891393144, -0.00431266706, -0.0054368, -0.00710787158, -0.0222499184, 0.0282080546, -0.00763386302, 0.0075640413, 0.00584642217, -0.0196059942, -0.0240559783, 0.0248566028, 0.038355507, 0.0195501372, 0.015947327, -0.0071683838, 0.0206672885, -0.00947250705, -0.000378202065, -0.00957025774, 0.00502717821, -0.0205928106, -0.0181816276, -0.0439412594, 0.0119348932, 0.00344687537, -0.00700546568, -0.0111342687, 0.0176882204, -0.0124003729, 0.0251172725, 0.00520406058, -0.0135826906, 0.0113111511, -0.00248100562, -0.0146160554, -0.0246704109, 0.00427077385, 0.0224733483, -0.0131730689, -0.00583245745, -0.00664704666, -0.0115904389, -0.00822502188, -0.00367030548, 0.0129030906, -0.00866257306, -0.000897793507, 0.0040636356, -0.0273515731, 0.00557644386, 0.00122071989, 0.0102033094, 0.00485495059, 0.00734061096, -0.0095144, -0.0285059623, -0.0292507298, -0.00910477806, 0.000853573, -0.0116462959, 0.00412647519, 6.94946284e-05, 0.0155283948, 0.00552524114, -0.00718234805, -0.00107874861, 0.0155749423, -0.0016035767, 0.00765713723, 0.00849034544, -0.0142529812, 0.0232739728, 0.0126051838, -0.00231226929, 0.0104825972, 0.00880687125, -0.00294881244, 0.00929562468, -0.00198410614, -0.00905823056, 0.00725682499, 0.00369125209, 0.006907715, -0.00902564637, 0.0124283014, -0.0208348613, -0.0136292391, -0.0059767561, -0.00188053702, -0.0266068056, 0.0245214589, -0.00724286027, -0.0075733508, 0.0054368, -0.000684254803, 0.004580318, 0.00336541655, 0.00136036368, -0.0172134303, 0.000979834236, 0.0256199893, -0.016813118, 0.00110435, 0.0210769102, 0.0124469204, -0.0165710691, 0.000288160867, 0.00501321396, 0.00237976364, -0.00383787812, -0.00667497562, 0.0034003274, 0.014439173, -0.000352600706, 0.0173158366, -0.0112552932, 0.00617691223, -0.00788056757, 0.00427542906, 0.00976575911, -0.00752214808, 0.0109387673, -0.0102964053, -0.00142785825, -0.0124748498, 0.014476411, 0.0081086522, 0.00419629738, 0.0304423571, 0.0083600115, 0.010743266, 0.0122979674, 0.0360653475, -0.0108736, 0.00104151026, -0.00307216449, 0.00654464122, -0.0111435782, -0.00388675346, -0.0363446362, -0.00224710209, 0.0110411728, 0.00221102755, 0.00395890279, 0.00209582131, 0.00794107933, 0.00388908084, 0.0171575733, 0.00281382329, -0.0195315182, 0.0185074639, 0.00881618075, 0.00131381582, 0.0187588222, 0.0137223341, -0.00898840837, -0.00479909312, 0.0117021538, 0.00104674697, 0.00613036472, -0.00753611233, 0.00454307953, -0.031894654, 0.00518544111, 0.010761885, -0.0133220218, -0.00159077602, -0.00760593452, 0.0284873433, -0.00942596, 0.0151187731, 0.00916063599, -0.00174205692, -0.00430335756, -0.00698684668, -0.011460104, 0.00518544111, 0.00988678355, -0.0225478243, 0.00498528499, -0.0170924067, -0.00427542906, 0.0161707569, 0.00101416337, -0.0186098684, -0.0138526689, -0.00142087601, -0.0372011177, 0.0125772553, 0.0112180552, 0.00548800267, -0.00384486024, 0.019848045, -0.0176975299, -0.0149418907, 0.0176323615, 0.00878825225, -0.006502748, 0.0147929369, 0.0248752218, -0.00105780212, -0.0325277038, 0.0141319567, 0.00329792197, -0.0194570422, 0.00261366717, -0.00644223578, -0.00700546568, -0.000190846578, 0.0292879678, 0.0141785042, 0.00640965207, 0.0161800664, -0.0029092466, 0.0116835348, -0.00296510407, -0.0255268943, -0.0185167734, 0.00802486576, 0.00741508789, 0.0238139294, 0.00882549, 0.00521337, -0.00283942465, -0.0356743447, -0.0132754743, 0.022864351, -0.0122328, -0.0133313313, 0.000222993753, -0.00318853441, -0.0193453263, -0.0325463228, 0.00298605068, 0.0255268943, -0.00566954, -0.0183119625, -0.00448722206, 0.0110132443, -0.000960633217, 0.038243793, 0.00957025774, 0.0150536057, -0.0255082753, 0.0279101487, 0.0143367676, -0.00192359393, -0.0123165864, -0.0364563502, -0.0142716, 0.00127890485, -0.00342592876, 0.0142995287, -0.0249124616, 0.0232181158, -0.00360281114, 0.0178651, -0.0325090848, -0.0200900938, -0.00474556303, -0.0193639454, 0.0202018078, 0.0108922198, 0.0148115568, 0.015211869, -0.0150815342, 0.00778747117, 0.00474090828, 0.00460126437, 0.0182002466, -0.0057766, -0.00143716787, -0.0355812497, -0.0221940614, -0.000222848292, -0.0125213973, 0.0155097758, 0.0126238028, 0.013740954, -0.0160124935, -0.0261971839, 0.0116835348, -0.00380994938, 0.0031024206, -0.036623925, -0.00481305784, 0.00546472892, 0.013778192, -0.0154259894, -0.0028883, -0.00799228251, 0.0376107395, 0.0142157432, 0.000215575172, -0.0175765045, -0.0077129947, 0.0263833757, 0.00872774, -0.000129097825, -0.00024510402, 0.000183137076, 0.0113390796, 0.0081179617, 0.00147207885, -0.00697753718, -0.0066330824, -0.0434944, 0.0229388271, -0.0177440774, -0.0174554791, -0.00627931813, -0.0124655403, -0.00335610681, 0.0111435782, 0.00298837805, 0.00662842765, -0.00795038883, -0.00954232924, 0.00115846202, 0.00749887433, -0.00835535675, 0.00254384521, -0.0341661908, -0.0262716599, -0.0125958743, 0.00100078085, -0.00451282319, -0.0280404836, -0.0412228629, 0.00652602222, 0.0158263016, -0.0125586363, -0.00813192595, 0.0108922198, -0.019978378, 0.0128006851, -0.000349109585, -0.00598606607, 0.0125400163, -0.0032420645, 0.0163569488, 0.00257875631, 0.0345758162, -0.00415673153, -0.00733595621, -0.00726613449, -0.00566954, -0.0058278027, 0.0238139294, -0.00283477, -0.0115625095, -0.0130706634, 0.0071870028, -0.0226036832, 0.000291506527, 0.00993333198, 0.00145229592, -0.00638637831, 0.0253407024, 0.00353066181, 0.0192149915, 0.00455006165, -0.00112006, 0.0303492602, -0.00405665347, 0.0201645698, -0.0104546687, 0.035246104, -0.00607450679, -0.0222499184, -0.00295113982, -0.00675410684, -0.00363772199, 0.0126331123, -0.00873239432, 0.00800159201, -0.00196665083, 0.00100834493, -0.015984565, -0.0164221153, 0.0112273647, -0.000608032569, -0.0118883457, 0.00695426296, -0.00381460413, -0.00728009874, -0.0147184609, 0.0185074639, -0.00534835923, 0.00746629061, -0.00818778388, 0.0218961537, 0.0137502635, -0.0215610079, 0.00649809325, 0.0204810966, 0.00910943281, -0.00522733433, 0.002193572, 0.0057905647, -0.00229132269, -0.03513439, 0.0159193967, -0.00853689294, 0.00257875631, 0.0249124616, 0.0123817539, -0.0143553866, 0.00679134531, -0.0063351756, -0.00439412612, 0.0232925918, 0.0051435479, 0.0142902192, 0.0240559783, -0.00778747117, -0.00620949594, 0.026029611, -0.00239489181, 0.0141971232, -0.00357022742, -0.00804813951, 0.00450816844, 0.0160683505, 0.0170830954, -0.0071590743, -0.00657257, 0.00373081793, 0.00892789569, 0.0126889702, -0.0209093373, -0.0137316445, 0.0122607294, 0.00761058927, 0.0211886242, 0.027537765, 0.0186471064, 0.00944457855, 0.00733130146, 0.00764317298, 0.00565092079, 0.00984023605, 0.0048782248, -0.00722424127, -0.0167479515, -0.0038611521, 0.00886272918, 0.00155819254, -0.00133010757, -0.00205276441, -0.00190613838, -0.0104639782, -0.0247262698, 0.0128099946, -0.0404036157, -0.00431033969, -0.000925722299, 0.0065120575, 0.00900702737, 0.0121303946, -0.00420793425, 0.0122607294, -0.0109760053, -0.0205928106, -0.00667497562, 0.0112646027, -0.00255548232, -0.00832277257, 0.00202367199, 0.00173623837, 0.0219520107, -0.00939803, 0.0180699136, -0.00876032375, 0.00947250705, 0.00627000816, 0.00545076467, 0.00435688766, -0.00750818383, -0.000667963, 0.0117673203, -0.038392745, -0.00047740736, 1.82918884e-05, -0.0112366742, -0.0170086194, 0.00277425768, 0.00136385486, 0.0222499184, -0.00572074251, -0.0268302355, 0.0171668828, -0.00264857803, -0.000365110463, -0.0348178633, -0.00364004937, -0.0187122747, -0.015947327, 0.00868584681, -0.0210210532, 0.00100718113, -0.00548334792, 0.00181420625, -0.00654929597, -0.0040636356, 0.0127355177, -0.0129775675, 0.0361212045, -0.015965946, 0.0191032775, -0.00653067697, 0.00865791831, -0.0083600115, 0.0133499512, 0.00241816579, 0.027575003, -0.0226595402, -0.0151653206, -0.00189217401, -0.00967266317, 0.00120675552, -0.024409743, -0.00219008094, 0.00786194764, 0.00887203868, -0.0311312657, 0.00633983035, -0.016850356, -0.019996997, -0.00418931525, 0.0254524164, 0.0183678195, -0.0111621972, 0.0147277704, 0.0137223341, 0.00578125473, 0.00973783061, -0.0242235512, -0.00891858619, 0.0133685702, -0.0012416665, -0.0226781592, -0.00674014259, -0.00303958077, -0.00690306025, -0.00885342, -0.0155190853, 0.00907219481, -0.0105570741, 0.00711718109, -0.00785729289, -0.00377271115, -0.0140481703, 0.00694960821, 0.0211141482, -0.0285245813, 0.00619087694, -0.0296417326, 0.000317398808, -0.0311312657, 0.00504579721, 0.0171575733, 0.00485495059, 0.0065120575, 0.0123072769, -0.0250986516, 0.00945388805, 0.0160869695, 0.00698219193, -1.66372547e-06, -0.0146160554, 5.08027188e-05, -0.0107898135, 0.0040357071, -0.0197549481, 0.0078154, -0.00470832456, -0.00521337, -0.00477116462, -0.00167339866, 0.00244143978, 0.0078154, 0.00217495277, -0.015286346, 0.0329187065, -0.00303492602, 0.0135268327, 0.0054228357, 0.00053559232, 0.00836466625, -0.0051249289, -0.00630259188, -0.00472461665, 0.0114880335, 0.0114507945, 0.0153328935, 0.00342592876, 0.0177720059, -0.0107339565, -0.0193267073, -0.00947250705, 0.00657722494, -0.00329093984, 0.00538094249, 0.00499459449, -0.00411949307, 0.000966451713, -0.00733130146, 0.00910477806, -0.0295113977, -0.0293810628, -0.00267417962, -0.00237627258, 0.00940734, -0.00829484407, 0.00775954267, -0.00672152359, -0.0128193041, 0.0150070582, -0.032006368, 0.00750352908, -0.0213561971, 0.0263461377, -0.0100636659, 0.0138805974, -0.0184795354, 0.0289342031, -0.0118697267, -0.00214935141, 0.0317829363, -0.00411716569, 0.00246005901, -0.0214492939, 0.0181537, 0.0308892168, 0.00246238639, -0.0440902151, 0.0163383298, 0.0106036225, -0.0123072769, -0.00672617834, 0.0194756612, -0.00785263814, -0.0258806571, -0.00144298631, 0.00860206, -0.0141319567, -0.0172879081, -0.0136199286, 0.0170365479, -0.0195129, 0.0119814416, 0.00136152748, 0.0270909052, -0.0297162086, -0.000805861317, 0.0116090579, 0.00578590948, 0.015286346, 0.00969128218, 0.0128844716, -0.00428473856, -0.00706597837, -0.00221102755, -0.00317224255, 0.00259039318, -0.0182747245, 0.0329931825, -0.0128658526, 0.011422866, -0.0163848773, 0.00719165755, -0.00255082734, 0.0156121813, 0.0169248339, 0.000950159971, -0.00077735068, 0.016813118, -0.026010992, -0.0142995287, -0.031931892, -0.00142087601, -0.00512958365, -0.00555317, -0.0132475458, 0.00350506045, 0.00613036472, 0.0197363291, 0.00815054495, 0.0129030906, -0.00799228251, 0.0329745635, 0.00190613838, -0.00869981106, 0.0282452945, 0.00659584394, -0.0012835596, 0.0171296448, -0.00595348235, -0.000348527741, 0.0238884054, 0.0185074639, 0.0109573863, -0.00145229592, -0.0382065549, 0.0163941868, 0.0052552633, -0.00646085478, 0.0559692495, 0.0194384232, -0.0179581977, -0.0131823784, -0.0101381429, -0.0289528221, 0.00342127401, 0.0133685702, -0.0108829094, 0.00978437811, 0.00869515631, -0.0129124, -0.00134989049, 0.0163383298, -0.00348876859, 0.00781074539, 0.00575332623, -0.0164128058, 0.0155842528, -0.00126377679, 0.0110877212, 0.0103429537, -0.0252476055, 0.024409743, 0.00552524114, -0.00777816167, -0.00182700693, 0.00242747529, -0.0018712274, -0.0020748747, -0.0131544499, -0.0158821587, -0.0165152121, 0.00602795882, 0.00170598226, -0.000858809624, 0.0172413588, -0.0215237699, 0.0164872818, 0.00552989589, 0.0173437651, 0.0201645698, 0.00326301111, -0.00728475349, 0.0120000606, -0.00948181655, 0.00510631, 0.0080807237, 0.020015616, -0.00577194523, 0.0156121813, -0.0112925321, 0.00518544111, -0.000556538871, 0.000662726408, -0.0169527624, 0.0223616324, 0.0128286136, 0.00559040811, 0.0115532, -0.0322111771, 0.00675410684, 0.00204229122]
|
18 Mar, 2025
|
Pandas Series.tolist() – Python
18 Mar, 2025
The tolist() method in Pandas is used to convert a Pandas Series into a Python list. This method returns a new list containing all the elements of the Series in order. Let’s look at an example to understand its usage.
Python
import pandas as pd
s = pd.Series([10, 20, 30, 40])
# Convert Series to a list
a = s.tolist()
print(a)
print(type(a)) # Check the type of the output
Output[10, 20, 30, 40]
<class 'list'>
Examples of tolist() Method1. Converting a Series with Mixed Data TypesThis example highlights how tolist() converts a Pandas Series with different data types, including integers, strings, floating-point numbers, and booleans, into a Python list while preserving their types.
Python
import pandas as pd
s = pd.Series([1, "hello", 3.14, True])
a = s.tolist()
print(a)
Output[1, 'hello', 3.14, True]
Explanation: The Series contains elements of different data types (integer, string, float, boolean), and tolist() converts them into a list while maintaining their types.
2. Converting a Series with NaN ValuesWhen a Pandas Series contains missing values (NaN), the tolist() method converts them to numpy.nan in the resulting list, ensuring consistency with NumPy’s handling of missing data.
Python
import pandas as pd
import numpy as np
s = pd.Series([1, 2, np.nan, 4])
lst = s.tolist()
print(lst)
Output[1.0, 2.0, nan, 4.0]
Explanation: The NaN value in the Series is represented as nan in the list output.
Pandas Series.tolist() – FAQsCan tolist() be used on a DataFrame?No, tolist() is a method for Pandas Series. However, for a DataFrame, you can use .values.tolist() to convert it into a list of lists.
Does tolist() modify the original Series?No, tolist() does not modify the original Series. It creates and returns a new list.
What happens if the Series contains mixed data types?If the Series contains mixed data types, tolist() will convert it into a list while preserving the data types of the elements.
Is tolist() an efficient way to convert a large Series into a list?For small to medium-sized datasets, tolist() is efficient. However, for very large datasets, using .values (NumPy arrays) is faster for numerical operations.
|
Pandas/Pandas Tutorial/Python | pandas.date_range() method/Python | Pandas Working With Text Data/Python | Pandas Series.str.swapcase()/Python | Pandas Series.sort_values()/Python | Pandas Series.var/Python | Pandas Series.sum()/Python | Pandas Series.shift()/Python | Pandas Series.to_string()/Pandas Series.tolist() – Python
|
https://www.geeksforgeeks.org/python-pandas-series-tolist/?ref=ml_lbp
|
Pandas
|
Pandas Series.tolist() – Python
|
Python | Pandas Series.shift(), Pandas, Python | Pandas Series.str.swapcase(), Python | Pandas Series.sum(), Pandas Series.tolist() – Python, Pandas Tutorial, Python | Pandas Series.sort_values(), Python | Pandas Series.to_string(), Python | pandas.date_range() method, Python | Pandas Working With Text Data, Python | Pandas Series.var
|
GeeksforGeeks
|
[-0.0142792528, 0.0349378064, -0.0179510601, 0.0305056758, 0.0108485231, -0.00509973289, 0.00666210568, 0.0190451853, 0.00649056956, -0.0111174183, -0.0218268577, -0.0186557509, 0.00351417973, 0.00814566482, 0.0217897687, -0.00384102622, -0.0102365548, 0.034548372, -0.0263331681, -0.014622326, -0.00209784484, -0.00594814308, -0.0280948933, 0.0160966124, 0.00555407302, 0.0141123524, -0.0114697637, 0.0169589315, 0.0135560175, -0.0215672348, 0.0104961777, -0.0384612605, -0.0348821729, -0.0292631965, -0.0522583574, -0.0107187117, 0.0400560871, 0.00989348255, -0.0282617938, 0.00657865591, 0.018136505, 0.0312289111, 0.0209181774, -0.00409833109, -0.02497942, 0.0271305796, -0.0200651325, -0.00574879, 0.00358372158, 0.0422443338, -0.0101623768, 0.0140659912, 0.000908100221, -0.0652024075, 0.0113214077, 0.00318733323, 0.000548511045, 0.00577197084, -0.0168847535, -0.0429490246, -0.0406495072, -0.00169334316, 0.0231620613, 0.0155402776, 0.00912852213, 0.000224127478, -0.00676873652, 0.0051600025, 0.041428376, -0.0133149391, 0.0313030891, 0.0488832593, 0.0728798211, 0.0315998, -0.0300049745, -0.00523418048, -0.00733434362, -0.012452621, -0.0534822904, 0.0246456191, 0.00736216037, -0.0425781347, 0.0240336508, 0.017237097, -0.0112843188, 0.0244230852, -0.0119055584, -0.00832183752, -0.0079463115, -0.0326012038, 0.0146779595, 0.041205842, 0.00607331842, 0.0262033567, 0.0379234701, 0.0120817311, -0.0319336019, 0.00903116353, -0.00675946428, 0.00314560812, 0.0196942426, -0.0105425389, 0.00529908622, -0.027520014, -0.0176821649, -0.00984712131, 0.0255728438, 0.0144368811, -0.0128327832, 0.000590815675, 0.0140010854, -0.0191008188, 0.000893032819, 0.0198796876, 0.0183497667, -0.0232918728, 0.0086556375, 0.00647202507, 0.00139315438, -0.00969876535, 0.0298566185, 0.0441358723, -0.0142514361, 0.0195458867, -0.036384277, 0.0278723594, 0.013537473, -0.0189617351, 0.0278352704, -0.00348636298, -0.041539643, 0.000262085727, -0.02998643, -0.000944609637, -0.0147892265, -0.00665283343, 0.0396851972, 0.0149004925, -0.0228282604, 0.0423185118, -0.0393143073, -0.0208069105, 0.0469917208, -0.022587182, -0.00122277695, 0.0320634134, 0.0367366225, 0.0620127544, 0.00335423346, -0.00327078346, 0.00115555315, -0.0372002348, -0.00366948987, -0.00764032733, 0.00198541884, 0.00160177983, 0.00880399346, -0.00107615953, 0.0314699896, -0.0166993085, -0.0174039975, 0.0149375815, -0.0038850694, -0.00222881511, 0.0198240541, -0.0041887355, 0.0430232026, -0.0469175428, -0.0301533304, -0.00448081084, 0.0221050251, 0.00224967767, -0.0103107328, -0.00306447595, 0.00974512659, -0.0406124182, -0.00823838729, 0.0130645894, -0.0370704234, 0.0118221082, -0.0202134885, -0.0153362881, 0.0277240034, 0.0430602916, -0.0201764, 0.00453876238, 0.0290406626, 0.040278621, 0.00478911307, 0.0310805552, -0.0267411452, 0.0153177436, 0.050107196, -0.0228468049, -0.0105147222, 0.0138620017, 0.00946232304, -0.0104590887, -0.00956895389, 0.0534452, -0.024868153, 0.0104869055, -0.0462499447, -0.0112101408, 0.0229580719, -0.018284861, -0.0195273422, 0.017274186, 0.00950404815, -0.0237369388, 0.0278909039, 0.00438345224, -0.018099416, -0.00166204933, 0.00743170176, 0.0286141392, 0.00930005871, -0.0156700891, 0.00668065, 0.0159111675, -0.0138620017, 0.00384798041, 0.00145690108, -0.0118962862, 0.0146686872, 0.00451094564, -0.00293930061, 0.0532226674, 1.76571011e-05, -0.0175338089, 0.0165045913, -0.00538253644, 0.0116644809, -0.0234216824, 0.027260391, 0.0241820067, 0.000419279182, 0.00205148361, -0.0142977973, 0.0374413133, 0.0312289111, -0.00141981209, 0.015818445, -0.0321746804, -0.0309322, 0.00519709149, -0.0130367726, -0.0288366731, 0.0130645894, 0.0487719923, 0.00603159331, -0.0081224842, -0.0107836174, 0.0219566692, -0.0488832593, -0.0285585057, 0.00759860221, 0.00131086318, -0.0112472298, -0.00643493608, -0.0275014695, 0.0213261563, 0.0153270159, -0.00532226684, 0.00188226509, 0.0122300871, -0.014881948, -0.0151601154, -0.00190428668, 0.0121744536, -0.00964313187, 0.00480765756, -0.0221050251, 0.00709790131, 0.0066667418, 0.018173594, 0.0117664747, -0.0170794707, 0.0236256719, 0.0244045407, 0.0216043238, -0.0462128557, -0.00198078272, 0.000487661979, 0.00348868105, -0.049995929, -0.0108948844, -0.0217155907, 0.00793240312, 0.0100882, -0.0146779595, 0.0282247048, 0.027557103, 0.0170794707, 0.0400560871, 0.00900334679, -0.0231435169, 0.00808075909, -0.0222719256, 0.0181179605, -0.0151972044, -0.0199353211, 0.00234008208, 0.0223461036, -0.0105703557, -0.00470566284, 0.0376638472, -0.0274643805, 0.0169960205, 0.00436954387, -0.000564157963, -0.0377751142, 0.0366439, 0.00682437, -0.0407236852, 0.000724973448, 0.0140103577, -0.0356981307, -0.00610113516, -0.0303944089, 0.000294683443, -0.0390175954, -0.00984712131, 0.000353504234, -0.0249608755, 0.0166158583, -0.00835892651, -0.0128698722, 0.0174781755, -0.0168105755, -0.00156700891, 0.0290406626, -0.0324528478, 0.0467320979, 0.00815493707, 0.036384277, -0.0443213172, -0.0801863521, -0.00603159331, -0.0180530548, 0.0167827588, 0.0104034552, -0.0133613, -0.0115346694, -0.00938814506, -0.0156422723, -0.0432457365, 0.0149004925, 0.00495601352, 0.0384612605, 0.000461873569, -0.0314699896, 0.0139083629, 0.0124062598, 0.0174503587, -0.0326568373, 0.0215116013, -0.0162078794, -0.00956895389, 0.00534544745, -0.0322117694, 0.0234216824, -0.000405950355, 0.010097472, -0.0315441675, -0.020194944, 0.0163191464, -0.0165602248, 0.00981930457, -0.00225431379, 0.00122741307, 0.0244601741, 0.0092397891, -0.0159389842, 0.025127776, -0.000200946874, 0.0315998, 0.0229580719, -0.00860464, -0.00481229369, 0.00333105284, -0.0300235189, -0.0310249217, -0.00295784511, -0.00825693179, 0.0236813053, 0.0417992659, -0.0230137054, -0.00511364127, 0.0224573705, 0.0207327325, -0.00789067801, 0.0276869144, -0.0777384788, 0.0256655663, 0.0341589414, 0.0284843277, -0.00172695506, -0.0228838939, 0.00133056671, -0.0236256719, -0.0351974294, -0.000367992092, 0.0122393593, -0.0146779595, -0.0250721425, -0.0302831419, -0.002150001, 0.0158833507, 0.0371260568, -0.000730768545, 0.0546320491, 0.00329164602, 0.0247383416, 0.0154290106, -0.0203618426, 0.00143603852, 0.0267411452, 0.00398011, 0.0484011024, 0.0351603404, -0.00983784907, 0.0146130538, -0.0111545073, -0.00967094861, -0.0380161926, 0.0258510113, 0.0195644312, 0.0198796876, -0.0126287937, -0.00248496095, 0.0112472298, 0.0233475063, -0.010023294, -0.0300235189, -0.0156422723, 0.00569315674, -0.0186742954, 0.00178722467, -0.0152806547, -0.0485865474, -0.0141308969, 0.0238482058, 0.00104138872, -0.0257768333, -0.0268524121, -0.0130738616, 0.0135838343, -0.00120539148, 0.0323230363, -0.00448776502, -0.0333800726, -0.00344231981, 0.027520014, 0.0171072874, 0.0314514451, -0.000606172835, 0.00368339824, -0.0147799542, 0.0394255742, 0.0308951102, -0.00917024724, -0.0234773159, -0.0101623768, 0.0241634622, -0.0204545651, 0.0140752634, 0.00134795217, -0.0229024384, -0.00688000349, -0.0160131622, -0.06327378, -0.0264258906, 0.0267226, 0.0233289618, 0.0128513277, 0.00992129929, 0.0471771657, -0.0393884853, -0.00616140477, 0.0247939751, -0.0459532328, -0.00919806398, 0.0125546157, -0.0189431906, -0.00396851962, -0.0283730607, -0.00719062379, 0.0186557509, -0.0108763399, 0.0277981814, -0.0172278248, 0.018359039, -0.0153455604, 0.0263517126, -0.0118406527, -0.0118870139, -0.00222649705, 0.0306540318, 0.00650911406, 0.0146779595, -0.0478076786, -0.0434682705, 0.0154011939, -0.00738997711, -0.0258695558, 0.00286975899, -0.00779331941, 0.0265186112, 0.00644420832, -0.000571981422, 0.0158740785, 0.0151137542, 0.0186928399, 0.0156422723, 0.0176450759, -0.0144925145, 0.0243489072, -0.00470102672, -0.0226799045, 0.0128420554, 0.00777013879, 0.00916097499, 0.0213632453, -0.00523881661, -0.00801585335, 0.0222904701, -0.00312474556, 0.00936960056, 0.00505337212, 0.0233845934, 0.00168175285, -0.00835429, 0.0157720838, -0.0159018952, -0.00260318187, 7.62062409e-05, -0.0341960303, 0.033769507, 0.0219566692, -0.0177007094, 0.0395368412, -0.0110710571, 0.00931396708, -0.00129811384, 0.00176636211, -0.0272789355, 0.0152435657, -0.0064303, -0.0245158076, 0.00876226835, 0.0359948426, 0.020862544, -0.00417946326, -0.0223090146, -0.0143719753, -0.00316647068, -0.0295784529, -0.00900798291, -0.0304871313, -0.0144368811, 0.0496250391, 0.00446226634, 0.0199167766, 0.0117201135, 0.0134076616, 0.00858609565, 0.0281690713, -0.00668528629, 0.016040979, 0.00193558051, 0.014733593, 0.0217712242, 0.0126844272, -0.0183312222, 0.029133385, -0.0199724101, -0.0213261563, -0.0101809213, 0.001724637, -0.0209923554, 0.0254059434, -0.0349748954, -0.0193604417, -0.0141958026, -0.0164118689, -0.0366439, 0.00343304756, -0.0118684694, 0.0179603323, 0.0177192539, 0.0229951609, 0.0276312809, 0.00320355967, -0.00703299558, 0.0091424305, -0.0131109506, -0.00687073125, 0.0306725763, 0.0228653494, -0.0117942914, 0.036477, 0.045248542, 0.00604550168, -0.0132314898, 0.0022322922, 0.00935569219, -0.0244972631, 0.0106074447, -0.0191379078, -0.0181550495, -0.00529908622, -0.00638857484, -0.0219381247, -0.00988421, -0.0120260976, 0.0180623271, 0.0385354385, -0.00750587974, -0.020232033, 0.0040913769, 0.0181828663, 0.0183497667, -0.0116552087, 0.034845084, 0.0285214167, 0.0190822743, -0.00670383079, -0.00476593245, -0.0102736438, 0.0118313804, 0.0147150485, 0.00490501616, 0.000808423618, 0.0322859474, 0.0251092315, -0.0159946177, -0.00945768692, -0.00238528429, 0.0154290106, 0.0461015888, -0.001303909, 0.000983437174, 0.0489574373, -0.00273762946, 0.00509973289, -0.0344185606, 0.00328932796, 0.0229209829, -0.0271862131, -0.0108485231, -0.00370426057, 0.00614286028, 0.0190266408, 0.00566997612, 0.0123691708, 0.000934178359, 0.0288366731, 0.0259251893, 0.00159598468, -0.0108948844, -0.00400792668, 0.00688000349, -0.00513218576, -0.015818445, -0.00473811571, 0.00190776377, 0.0048725633, 0.0213261563, -0.0206585545, 0.0126844272, -0.0153548326, -0.000955620431, 0.029133385, -0.00834038202, -0.00484938268, 0.0110988738, 0.00969876535, 0.0354570523, -0.00276081, 0.00252900412, -0.0109690623, -0.0393513963, -0.0100696553, -0.00655083917, 0.00890135206, 0.0160317067, -0.0175338089, 0.000294103927, 0.0082986569, 0.00208045938, 0.0074595185, 0.011219413, 0.0304129533, 0.00856291596, 0.00872054324, -0.00407515047, 0.00923051685, 0.00450167339, -0.00403342536, 0.0166622195, 0.0130831338, 0.00593887083, 0.0290592071, -0.0517391115, -0.00135490636, -0.0184981227, -0.0168754812, 0.0268709566, 0.00491892453, 0.0185073949, -0.00630512461, 0.0130831338, 0.0361432, 0.00957822613, 0.0336767845, 0.027260391, 0.0315070786, -0.00395692931, -0.0139825409, 0.0237740278, 0.00797412824, -0.00189733249, 0.00633757748, -0.0487349033, 0.0116273919, -0.0459903218, -0.0479189456, -0.0126844272, -0.00575806247, 0.00535008358, -0.00418178132, 0.0447292961, 0.00733897975, 0.0190822743, -0.0105981724, -0.0142699806, 0.000769016566, -0.0352530628, 0.0318037905, 0.0259993672, 0.00713035418, -0.0248866975, 0.00859536789, 0.0487349033, -0.033546973, 0.0333244391, 0.0277240034, 0.0100511108, -0.0237554833, 0.00438113417, 0.0460645, 0.0562268756, 0.0209181774, 0.0204174761, -0.0118684694, -0.00439504255, 0.0338993184, 0.0111359628, 0.0648315176, 0.00583687657, 0.00554016465, -0.0199353211, 0.000148283434, -0.00695418147, -0.0192677192, -0.00112657738, 0.0111545073, -0.00460598618, 0.0356054083, 0.0271120351, -0.00402183505, -0.0106259892, 0.0106630782, 0.00192283117, 0.0218454022, 0.0152621102, 0.00416323682, 0.0193789862, 0.0247383416, 0.000928383204, -0.000112933012, -0.0180252381, 0.0136672845, -0.0157628115, 0.0064303, 0.0411316641, 0.011145235, 0.0221792031, 0.00565143162, 0.0442471392, -0.00752442423, -0.0137414625, 0.0329720937, 0.0126566105, -0.0273902025, -0.0247012526, -0.0121280923, -0.0253873989, -0.0143348863, 0.0408349521, 0.0104961777, 0.0256099328, 0.0212148894, 0.0448776521, 0.0120260976, 0.00302043278, -0.020602921, 0.0232918728, 0.0206585545, -0.0154753719, -0.00228328956, -0.034548372, 0.0237369388, 0.00604086556, -0.0149375815, -0.00296711735, -0.0302275084, -0.0378307477, -0.000218187444, -0.00397315575, -0.0744746476, 0.00178374758, 0.0154475551, 0.015744267, -0.00808075909, 0.045100186, -0.0180252381, 0.0427264906, 0.0309136547, -0.00695418147, 0.0122857206, -0.0128420554, -0.00571170123, -0.00383175397, 0.0124248043, 0.0302645974, -0.00552625628, -0.0148541313, 0.00481693, -0.0311547332, 0.0186001174, -0.0410203971, 0.02497942, 0.0149097648, -0.00372512313, 0.00571633736, -0.000312068907, 0.0320263244, 0.0150395762, -0.0177470706, -0.0386096165, -0.0017883837, -0.000278746767, 0.0160317067, 0.0133056669, 0.0234402269, -0.00826620404, 0.0314143561, 0.0351603404, 0.00538253644, 0.033472795, -0.0102180103, 0.00621703826, 0.00192167214, 0.0117293857, -0.00727407401, 0.00806685071, -0.0214930568, -0.0271676686, 0.0255543, -0.00995838828, 0.0162635129, -0.0183683112, -0.00766350795, 0.0131109506, -0.0290035736, -0.0560043417, -0.0306725763, -0.0103849107, 0.0313958116, -0.0351417959, 0.0164582301, -0.00729261851, -0.00577197084, 0.00133867993, 0.00543353381, 0.016866209, -0.0162264239, -0.00933251157, 0.0283359718, -0.015855534, -0.0229766164, -0.0122393593, -0.0454339869, -0.00627730787, 0.0184981227, 0.0125175267, 0.0112750465, -0.0174318142, -0.00862782076, -0.0188226514, -0.0111730518, -0.0462499447, 0.0157257225, -0.00722771278, 0.0181272328, 0.0140752634, -0.0336396955, -0.0169867482, -0.00109818112, -0.0208069105, 0.00110049918, 0.00614286028, 0.0129996836, -0.00609649904, 0.0274272915, -0.014659415, 0.0240892842, -0.0230137054, -0.00368108018, -0.0339178629, 0.0128420554, 0.00866027363, 0.000451732049, -0.00752442423, -0.0124989823, 0.00372975925, -0.00365094538, -0.00286744093, -0.0160131622, -0.0161800627, 0.00840992387, 0.0111545073, 0.008674182, 0.0281134378, -0.0229209829, 0.0144646978, -0.029467186, 0.0154290106, 0.0383870825, 0.0118870139, 0.0053547197, -0.0110246958, -0.00685682287, -0.0152342934, 0.00324760284, 0.0134540228, 0.00803903397, -0.0118684694, 0.0261848122, 0.0417250879, 0.00306679402, 0.00456889719, 0.0276869144, 0.0010825342, 0.0106259892, 0.0156051833, -0.0443213172, 0.0189617351, 0.00404501567, -0.00215579616, 0.0184424892, 0.0119426474, -0.0134169338, 0.0195644312, -0.0446180291, 0.000409427448, -0.0063607581, -0.0140567189, -0.00337509601, -0.0362915546, -0.00317574292, -0.02998643, 0.00143835659, 0.0355312303, -0.04995884, -0.029875163, 0.00861854851, -0.00222070189, 0.034770906, 0.0280207153, -0.0163933244, 0.0105703557, 0.00119611924, -0.00178374758, -0.0153548326, -0.00557261752, 0.0219566692, -0.00440663286, 0.0175523534, -0.0338993184, -0.00147428643, 0.00398474606, -0.0244045407, -0.014919037, -0.00787213352, 0.00520172762, -0.0220679361, 0.0108392509, 0.00204337039, 0.000151108572, -0.022401737, 0.0140567189, 0.0278909039, 0.000255711057, 0.0295413639, -0.00503482763, -0.0172092803, 0.00419337163, -0.0321746804, 0.00273067527, -0.022513004, 0.034733817, -0.0212890673, 0.0683178827, 0.0446180291, -0.00340754888, 0.0191935413, 0.041428376, 0.000530546124, -0.0275756475, 0.00227285828, 0.0300235189, -0.0022508367, 0.00499773864, 0.00733897975, -0.00208973163, 0.0403528, 0.0282061603, 0.000660067715, -0.0161707904, 0.0194160752, -0.00405428791, 0.012675155, -0.00703299558, 0.0107094394, -0.0180066936, 0.0353086963, 0.00354663259, 0.000793356216, 0.00334959733, 0.0176172592, 0.0105796279, 0.00600377657, -0.0209181774, -0.0173020028, -0.00717671541, -0.00491428841, 0.0401302651, 0.000948666246, 0.00954113714, -0.0029114841, -0.00761251058, 0.00715817092, -0.005211, -0.0123598985, 0.0124711655, -0.0165416803, 0.0175245367, 0.00184517622, -0.00491428841, 0.0230693389, 0.0139918132, -0.00754296873, -0.00994911604, 0.00382248173, 0.0142050749, -0.00548453117, 0.0190080963, -0.00104892242, -0.00496064965, -0.0120631866, 0.00834965426, 0.0338622294, -0.0141030801, -0.00075568771, -0.00541035319, -0.0123598985, -0.0168847535, 0.0382758155, 0.0238667503, 0.0324157588, 0.017200008, 0.0050441, -0.012378443, 0.000366543303, -0.0297082625, 0.0041586007, -0.0122022703, 0.00178374758, 0.0120260976, 0.0154104661, -0.0251463205, -0.00376684824, -0.00255218451, -0.0184517615, -0.024831064, -0.00155310053, -0.000474043365, -0.00998620503, 0.0375525802, 0.00209204969, -0.0120724589, 0.0116366642, -0.00334032509, -0.000441590528, -0.00549843954, 0.00359531189, -0.0129718669, 0.0241820067, 0.0280207153, -0.00350722554, -0.0199353211, 0.00877617672, -0.00903116353, 0.00293466449, 0.00538717257, -0.00544280605, 0.000251944206, 0.0325270258, 0.00276776426, 0.0103292773, -0.00272140303, -0.0218268577, -0.0109783346, 0.0109783346, -0.00582760433, -0.00445994828, 0.00841919612, -0.0304685868, 0.0070376317, -0.00753369648, -0.0033333709, -0.0175523534, 0.00532226684, 0.00526199723, 0.00743633788, -0.0214003343, 0.0254430324, 0.022438826, -0.0138063682, -0.00667137792, 0.0253688544, -0.0159853455, 0.00710253743, -0.0151972044, -0.027557103, -0.014696504, -0.014844859, 0.014659415, -0.0147521375, -0.0018034511, -0.016866209, 0.00754760485, 0.0170609262, 0.00535008358, -0.00780722778, -0.0201393105, -0.00718135154, -0.0126844272, -0.0162820574, 0.0304685868, -0.0045318082, 0.0225315485, -0.0379420146, 0.0304129533, 0.0191008188, 0.00177099823, 0.0150766652, 0.0123691708, 0.0130275, 0.00253132195, -0.0101438323, -0.0264258906, -0.033435706, -0.0172278248, -0.0134354783, 0.0229395274, 0.0113584967, -0.0033635057, -0.0093186032, -0.0133983893, 0.0047265254, -0.00340754888, -0.0175616257, -0.045174364, -0.0202134885, 0.00395461125, 0.00510900514, 0.00773305, -0.013611651, -0.00656474754, -0.000199787843, 0.0302460529, 0.033546973, -0.00947623141, 0.0169589315, -0.00628194399, -0.0058554206, -0.0296340846, -0.00271908497, -0.00981930457, -0.00560507039, -0.00889208, -0.00743633788, 0.0161337014, 0.0281505268, -0.0198240541, -0.0148541313, -0.00748733524, 0.0011086124, -0.0421701558, -0.0237925723, -0.00993057154, 0.0146501428, 0.00874836, -0.0162078794, 0.0269265901, -0.012675155, 0.0219752137, 0.0111266905, -0.0492912382, 0.00765887182, 0.0319706909, -0.022624271, -0.0104127275, 0.0220123027, -0.00605477393, 0.0416138209, -0.0104498165, 0.0142885251, -0.00946232304, -0.0142699806, 0.0127956942, -0.0110525126, -0.00162380142, 0.0195458867, -0.00745488238, 0.0058229682, 0.00846092124, -0.00989348255, 0.00315951649, 0.00851655472, 0.00541035319, 0.00289062154, 0.0100882, 0.0019877369, 0.0331019051, 0.0196015202, 0.00707472069, 0.00916561112, -0.0246641636, 0.0124340765, 0.0186372064, -0.00248959707, -0.0107650729, 0.0189524628, -0.0027654462, -0.00988421, -0.0151415709, 0.00387116103, -0.0166529473, -0.0139547242, 0.0092027, 0.0432086475, 0.0268153232, 0.00672237528, -0.00205380167, 0.0192120858, -0.00447385665, -0.000220505506, 0.0122022703, -0.00536399195, -0.027482925, 0.0437649824, 0.00597596, -0.0101160165, 0.0163376909, -0.00547525892, 0.00529908622, -0.00558652589, 0.00962458737, 0.00100372022, -0.0270749461, 0.00501164701, -0.00398938218, 0.0084933741, -0.0352159739, 0.00376221212, 0.0271862131, 0.00364399119, -0.000862318499, 0.000828127086, -0.0051600025, -0.0224202815, 0.0174318142, -0.00739461323, 0.0268709566, -0.0276869144, -0.00737606874, 0.013685829, -0.0383129045, -0.00284657837, 0.00916561112, 0.00827084, 0.011293591, -0.0284843277, -0.00599914044, 0.0198055096, 0.01447397, -0.000548800803, 0.0206214655, -0.00856755115, -0.0100047495, 0.0123228095, -0.00303202309, -0.00505337212, -0.0149097648, 0.0133242114, -0.0264258906, -0.00773305, 0.0243118182, -0.00746879075, 0.00452717207, -0.0357166752, 0.0191193633, 0.00673164753, 0.00555407302, 0.0265742447, 0.020528743, 0.0231064279, -0.00419105357, -0.00295552704, -0.0211592559, -0.0405753292, 0.010357094, -0.00946232304, 0.0344185606, -0.040167354, -0.0158740785, -0.0393884853, -8.31694797e-06, 0.020862544, 0.00968022086, -0.00794167537, 0.0269080456, 0.0269451346, -0.011219413, -0.000414932816, -0.000834501756, 0.00101531052, -2.52813479e-05, 0.00284426031, 0.0145945093, -0.00939278118, -0.00589714572, -0.00183938106, 0.0505151749, 0.0183404945, 0.00346550043, -0.0030250689, 0.00772841368, -0.0384983495, -0.00392679451, 0.0232362393, 0.0231806058, -0.0263702571, 0.0143905198, -0.0144090643, 0.0392772183, -0.020602921, 0.0102921883, 0.0179046988, 0.0246641636, -0.00110629434, -0.00193905761, -0.00645348057, 0.0228838939, -0.0193233527, 0.00336814183, -0.0287810396, -0.00108543178, 0.00770523306, 0.0184146725, -0.00523418048, -0.033695329, 0.0191193633, 0.0115903029, 0.00264027086, 0.0123691708, 0.0166900363, 0.0252761319, 0.020120766, 0.0227911714, 0.0209552664, -0.0185630284, -0.02998643, 0.0282247048, -0.0161337014, -0.0202691201, 0.00490038, -0.0189617351, 0.0218824912, 0.00490038, 0.0163376909, -0.0198796876, -0.0119519196, 0.0144276088, 0.0278723594, 0.0109041566, -0.0165973138, -0.00719062379, 0.0165045913, -0.0219937582, -0.010320005, -0.0129347779, -0.0117942914, 0.0252946764, 0.0439504273, -0.0203062091, -0.0495508611, -0.0361617431, -0.0373485908, -0.00854437146, -0.0140567189, -0.00697272597, -0.0216043238, 0.0174689032, -0.0217526797, 0.012563888, -0.00644420832, 0.0097080376, 0.0113028632, 0.0143163418, -0.0296711735, 0.00618458539, 0.00516463863, 0.0075568771, 0.00421423418, -0.0161244292, 0.0234958604, 0.040167354, -0.0140474467, 0.0154939163, -0.00868345425, 0.000646159344, -0.00584151223, -0.0141123524, 0.0237183943, -0.0488832593, 0.00993057154, -0.00143372046, 0.00146617321, 0.0177192539, -0.0142236194, 0.0341403969, 0.0108577954, -0.00553089241, -0.00862318464, -0.0132500334, 0.00621240214, 0.00342377531, -0.00377380243, -0.0205472875, 0.0266669672, -0.0120353699, 0.00619849376, 0.00154035119, 0.0319706909, 0.00357213127, 0.00588323735, -0.00595741533, 0.00751978811, -0.0129347779, 0.00525272498, -0.0203989316, -0.00518781925, 0.00843774062, -0.0128884166, -0.044988919, -0.00767741632, 0.0101252878, -0.00284657837, -0.0165045913, -0.00864172913, 0.01480777, 0.0167085808, -0.0152806547, 0.0361432, 0.0236256719, 0.0024756887, 0.0122671761, -0.00719526, -0.0135652898, -0.00414237427, 0.0175616257, 0.0263146237, -0.0177099817, 0.00322905835, 0.0048725633, -0.00552162, -0.0191193633, 0.022735538, -0.0528146923, -0.0010031407, -0.00518318312, -0.0308209322, -0.00161105208, -0.0256284773, -0.00289757573, 0.0163840521, -0.0196756981, 0.000914474891, 0.0361432, 0.00671773916, -0.0400560871, -0.00654620305, 0.0163376909, -0.00691245636, -0.00411919365, -0.000286425347, -0.00751515198, -0.0152713824, -0.00416323682, 0.0228097159, -0.0322674029, 0.020194944, 0.00516927475, -0.0280578043, 0.0160873402, 0.0138805462, 0.0129162334, -0.00245019, 0.00885962695, 0.0193048082, 0.000348578353, 0.00545671443, 0.007927767, -0.00232037855, -0.0157257225, 0.010468361, -0.00910070539, 0.0162449684, -0.0124711655, -0.00934178382, 0.00429072976, -0.0140103577, 0.0328237377, -0.0101531046, -0.00155078247, 0.00596205145, -0.00585078448, 0.033621151, 0.00998620503, 0.00347477267, 0.0259437338, -0.00704690395, 0.00223345123, 0.0182385, -0.0199909545, 0.00578587921, -0.0211963449, 0.0135652898, -0.000167045233, -0.00619385764, -0.0133798448, -0.00754296873, -0.00159482565, 0.0108856121, 0.0152342934, -0.00705154, -0.00321283191, 0.000388275133, -0.000113295209, -0.0288923066, -0.0105425389, 0.0108207064, -0.000346260291, 0.0253317654, 0.02931883, 0.0151972044, -0.00511364127, -0.00210479903, 0.0133613, 0.00743633788, -0.0235514939, 0.0128884166, 0.0165602248, -0.00149630802, -0.00353040616, 0.0031711068, 0.0128791444, -0.016903298, 0.00226706313, -0.00609186292, -0.0240521953, 0.00981003232, 0.010320005, -0.011145235, 0.00944841467, 0.0198240541, 0.00613358803, 0.000571981422, -0.0242376402, 0.00745488238, -0.0144183366, 0.00223808736, -0.0328237377, 0.00105587661, 0.00699590659, 6.21892177e-05, -0.0267782342, -0.00172347797, 0.00230531115, 0.0111174183, 0.010060383, 0.0101160165, -0.0305798538, 0.0202691201, 0.0161151569, 0.0120724589, -0.00612895191, -0.00497919414, -0.0170145649, -0.0130645894, -0.0255172104, -0.00769132469, -0.0120539144, -0.00456889719, 0.00352577, 0.0122486316, 0.000182402393, 0.0125824325, 0.00573024573, 0.0220679361, 0.022735538, -0.0210479889, 0.0144090643, -0.0313587226, 0.0350490734, 0.00776086655, 0.00529445, 0.00757078547, -0.00202830299, -0.0103292773, 0.0120724589, -0.0109690623, -0.0119797364, -0.0101067442, 0.010097472, -0.00617531314, 0.0104590887, 0.0129718669, 0.000797992339, -0.00627730787, -0.0118221082, 0.00377612049, 0.00476593245, 0.0327310152, 0.0152621102, 0.0403528, -0.00636539422, -0.0119333751, -0.00496528577, 0.00492356066, 0.00876690447, -0.00978221558, 0.00107558, 0.00131665834, -0.0167271253, 0.0177007094, 0.00896162167, 0.00763105508, 0.0217526797, -0.00434636325, -0.01832195, 0.0249608755, 0.000420148455, -0.0150488485, -0.00719526, 0.0123506263, 0.00949014, 0.00513218576, 0.0220308471, 0.0070561762, 0.00191239989, -0.00546598667, 0.00709326519, 0.0221977476, -0.0135652898, 0.00506728, 0.0142977973, -0.0215301458, 0.0249608755, -0.0113028632, -0.0240151063, -0.0176821649, 0.00100429973, 0.00359067577, 0.0177748874, -0.0139825409, -0.00660647266, 0.000354663265, 0.0110617848, -0.00616140477, -0.00690318411, 0.00341450307, -0.00679191714, 0.0026866321, 0.0170331094, -0.0198796876, 0.00550307566, -0.0165880416, 0.00502091926, -0.020788366, -0.0135282008, -0.00245482614, 0.00208625454, -0.0085768234, -0.00874372385, -0.00828938466, 0.0152806547, 0.020157855, -0.0258324668, -0.015818445, -0.0292631965, -0.0151879322, 0.00438113417, -0.0448034741, -0.0147984978, -0.00797412824, -0.0255913883, -0.00246409839, -0.00159482565, -0.00855828, 0.0125917047, -0.0100882, -0.00343304756, 0.00359067577, -0.0280948933, -0.00335655152, 0.0103663662, 0.0125731602, -0.00106920546, -0.00995838828, 0.0179046988, -0.00439967867, 0.00395692931, -0.00241541909, -0.00153107895, 0.0261662677, -0.02266136, 0.00598059595, 0.00648129731, -0.00495601352, -0.00560507039, -0.00610113516, 0.00528054172, 0.020862544, -0.00261709024, 0.0177099817, 0.00239223847, 0.00869736262, 0.0073297075, -0.00930469483, 0.00882253796, -0.0278723594, -0.0156793613, -0.0172556415, 0.00770523306, 0.00285353255, 0.0109876068, 0.0299678855, 0.0182755888, -0.00494210515, -0.0196200646, -0.00399865443, -0.0132593056, 0.0346781835, 0.00151369348, 0.0111174183, -0.000379002886, 0.0215301458, -0.0147892265, -0.0131758563, 0.0122949928, 0.0096894931, 0.00227054022, -0.0279094484, 0.01832195, -0.0101252878, 0.00442054123, 0.00798803661, 0.00709326519, -0.0106352614, 0.0136023788, -0.0119611919, 0.000372628216, 0.00821520668, -0.00353967841, -0.0329535492, -0.0129162334, -0.0202134885, -0.00842383225, -0.00329164602, 0.00305752177, 0.0263146237, -0.0185444839, 0.0139176352, 0.0050441, -0.0392772183, -0.00205148361, 0.00174318149, 0.0122300871, 0.00399401831, -0.0144554256, 0.00756151322, 0.00211986643, -0.0243859962, 0.00428609364, -0.0127586052, -0.00881790183, -0.00345854624, -0.022735538, -0.00600377657, -0.00836819876, 0.00496992189, 0.0140567189, -0.00136997376, 0.00352113391, -3.38880523e-06, 0.0140474467, -6.07585389e-06, 0.00539644482, 0.0189153738, -0.0108299786, -0.000422466517, -0.0116088474, -0.000197759538, 0.00457585137, -0.00668992242, -0.0253132209, -0.00871127099, -0.0128976889, -0.0146501428, 0.00309692882, -0.0178954266, -0.015104482, 0.00649056956, 0.00208277744, 0.00961531512, 0.00276312814, -0.0218824912, 0.0103756385, 0.0242747292, 0.00690782024, 0.00589250959, 0.000145675614, 0.00659256428, -0.017274186, 0.0126566105, -0.00482156593, 0.020677099, 0.0291519295, -0.00140358566, -0.00400097249, -0.00395461125, 0.00956895389, -0.0108948844, -0.0115253972, -0.00566070387, 0.0120817311, -0.000624137814, 0.0255172104, -0.000860000437, 0.0150859375, 0.0103014605, -0.0112750465, -0.0119333751, 0.00790922251, -0.00429768395, -0.0124989823, 0.0146315983, -0.00574879, -0.0127122439, -0.00339827663, 0.00273299334, 0.00835892651, -0.00289757573, 0.00325455703, 0.0116366642, 0.0168105755, -0.034733817, -0.00645348057, 0.00783504453, -0.0178768821, 0.022772627, -0.0191008188, 0.00148703577, -0.014956126, -0.00467321, 0.0157535393, 0.000546482741, 0.0125824325, -0.0219010357, -0.000643841282, -0.0150766652, -0.00142097112, 0.00342377531, -0.0173020028, -0.00754296873, -0.00351649779, 0.015633, -0.0247754306, 0.0056467955, -0.00598059595, 0.00801585335, 0.00455267075, -0.000762641896, -0.0167827588, 0.0174410865, -0.022772627, -0.00955968164, 0.000687884458, -0.00403342536, -0.0110710571, -0.0153455604, -0.00104080921, -0.0108392509, -0.00523881661, -0.00650447793, -0.00275849202, 0.00222302, 0.000310040603, -0.00696345372, -0.00688000349, 0.00483083818, 0.00498846639, -0.0104034552, 0.0114604915, 0.000664124324, -0.0231064279, -0.0161058847, 0.00592032634, -0.00166320836, 0.00948086753, 0.00612431578, -0.0186650231, 0.00457353331, -0.0270007681, -0.00650911406, -0.0138805462, -0.0172834583, -0.00850728247, 0.00983784907, 0.0103107328, 0.0253503099, -0.00309692882, -0.00280717132, -0.00910534151, 0.000924906111, -0.00379234692, -0.00266113342, -0.0235514939, 0.0060501378, -0.0149097648, -0.0125082545, 0.00382943591, 0.0211778, 0.00379698304, 0.0100047495, 0.00610577129, -0.0143534308, 0.0216228683, -0.0187855624, -0.0167085808, -0.0102272825, -0.0100696553, -0.0142236194, -0.0182663165, -0.0125917047, -0.00876226835, 0.00729261851, 0.00976367109, -0.00745488238, -0.00278167264, 0.0193975307, 0.004561943, 0.0195087977, -0.0133891171, -0.0026680876, -0.00681973388, 0.0302645974, 0.00495601352, -0.0292631965, 0.00736679649, -0.0136580123, -0.00494210515, 0.01133068, 0.000494036649, 0.0123691708, 0.0147243207, 0.000821172958, 0.00783504453, 0.00399865443, 0.0242747292, -0.0326382928, 0.00424436899, 0.00414237427, -0.00904970802, -0.00147776352, -0.0187948346, -0.0179974213, -0.0369777, -0.00733897975, -0.000881442509, 0.00860927626, 0.00657402, -0.0195829757, 0.022475915, 0.00754296873, 0.000333221193, -0.000303376175, 0.0160966124, -0.00115265558, 0.0120631866, -0.00956895389, 0.00346318237, -0.0100418385, 0.0109597901, -0.0175245367, 0.00618458539, 0.00823838729, -0.0186279342, -0.00430000201, 0.0107094394, 0.011219413, 0.0206956435, -0.0262960792, 0.0145666925, 0.00675482815, 0.00464075711, -0.00718598766, -0.00769132469, -0.0093371477, -0.00764959957, -0.0233289618, -0.00064789789, 0.0356054083, -0.0162913296, -0.0064303, -0.0182570443, -0.00452021789, 0.0365140885, -0.00809003133, 0.0221421141, 0.0283545163, 0.0216785017, 0.0124711655, 0.0194531642, -0.00288598542, -0.00618458539, -0.00500701088, -0.00471493509, -0.0207327325, 0.0159575287, -0.00274690171, 0.0280948933, 0.020714188, 0.0124062598, 0.00417714519, 0.0208996329, 0.0108021619, -0.0105703557, 0.00694490923, 0.00566534, -0.00260318187, 0.00567924837, -0.016977476, -0.0266669672, -0.0269080456, 0.00991202705, 0.0162449684, 0.0221050251, -0.00537790032, 0.00114164478, -0.0189895518, 0.0154753719, 0.0164860468, -0.00248032482, -0.0510715097, -0.0290962961, 0.029430097, -0.0244045407, -0.00129463675, -0.00277703651, 0.020232033, 0.00604086556, 0.00130970415, -0.0149839427, -0.0156422723, 0.0147057762, 0.00231342437, -0.00541498931, -0.000914474891, -0.0129162334, 0.0150117595, -0.0147984978, -0.0125731602, -0.00343768368, -0.00869272649, 0.0111266905, 0.0043857703, -0.0109227011, -0.00147660449, 0.0143163418, 0.0130738616, -0.0161337014, -0.0244787186, 0.0369220674, -0.00866027363, 0.0059713237, 0.0110710571, -0.0341218524, -0.00426059542, -0.0174318142, -0.000489690283, 0.0126936994, -0.01248971, -0.0282432493, -0.00215927325, -0.00453412626, 0.0116088474, 0.0241820067, 0.000111991299, -0.000385377556, -0.00115033751, 0.0237554833, 0.00859536789, 0.00204452942, -0.020825455, 0.0257953778, 0.00301811472, -0.0322117694, -0.00615213253, -0.0121373646, -0.0106259892, 0.0247939751, 0.00135606539, 0.000804946525, 0.00675019203, 0.014696504, 7.89589394e-05, 0.0138898185, 0.00812712, -0.00785822514, -0.0268895011, -0.0338251404, 0.00513218576, 0.0106816227, 0.0105147222, -0.014548148, 0.0196756981, -0.00692172861, 0.00613358803, -0.00631903298, 0.0017397044, 0.017162919, 0.00064789789, -0.00858609565, -0.00764496345, 0.00801121723, 0.00122045889, 0.00898943841, -0.0185444839, 0.0131944008, 0.00258231931, -0.00959677063, -0.0213632453, 0.0216599572, -0.00926297, -0.00409369497, 0.0103014605, 0.0199353211, 0.0133427558, 0.018136505, -0.00667601405, -0.000454629626, -0.0187855624, -0.00927687809, 0.0127864219, -0.02064001, -0.0144276088, -0.0153641049, 0.0115532139, 0.0131665841, 0.00227749441, 0.0177192539, -0.00847019348, 0.00227633538, -0.00459439587, 0.00125986594, -0.0137043735, -0.00365326344, -0.0146686872, 0.000809582649, 0.00177099823, 0.0128698722, 0.0104590887, -0.0011010787, 0.00401488086, -0.0139825409, 0.00992129929, -0.00422582449, -0.0530743115, 0.00344463787, -0.0232733283, -0.00550771179, -0.0162078794, 0.0140659912, 0.0166622195, 0.011182324, -0.00599450432, -0.00439272448, 0.00898480229, 0.0108207064, -0.020565832, 0.0171443745, -0.0194902532, 0.00833574589, -0.00698663434, -0.0219937582, 0.0190266408, 0.0151601154, -0.00797876436, 0.0379791036, -0.013574562, 0.0028628048, 0.0156793613, 0.00286512286, -0.00294393674, -0.0223090146, -0.0351788849, -0.00713962642, 0.0185537562, 0.000720337324, -0.0123877153, 0.00945768692, 0.00316183455, -0.0247012526, -0.0130924061, -0.00535008358, 0.000153716392, -0.0104498165, 0.0338807739, -0.00853046309, -0.0187299289, -0.00715817092, 0.0111359628, 0.0117108412, -0.0159204397, -0.0134818396, -0.00842383225, 0.0253688544, -0.0116552087, -1.67516082e-05, 0.00835429, -0.00583224045, -0.0156515446, -0.0104405442, 0.025053598, -0.0185537562, -0.00303202309, 0.00997693278, 0.00552625628, -0.0135282008, 0.017459631, 0.0265371557, -0.0156700891, -0.00919806398, -0.0301904194, -0.0124989823, 0.00469639059, -0.00510436902, 0.00246873451, -0.018210683, 0.00971731, -0.0269080456, 0.0070376317, -0.0043672258, 0.020565832, -0.00183126784, -0.00681046164, 0.0253873989, 0.0128884166, 9.93868452e-05, -0.0087715406, -0.0276127364, 0.00026425891, -0.00242237328, -0.000106992979, 0.0194717087, -0.00685682287, -0.0315441675, 0.0129904114, 0.011738658, -0.0113121355, 0.0024571442, -0.0113399522, -0.0183126777, 0.020232033, 0.00628194399, 0.0167085808, 0.000930121751, 0.00162264239, 0.0270934906, -0.00696809, 0.00996766053, 0.00962458737, 0.0281876158, -0.0170238372, -0.000305984, -0.0182663165, 0.0195829757, -0.0188319236, -0.00229140278, -0.0107558006, 0.00691709248, -0.00494674128, 0.00472884346, 0.0148634035, 0.000580384396, 0.00535008358, 0.014659415, -0.0120075531, -0.0159946177, 0.00650447793, 0.00909606926, -0.00195412501, 0.000478679489, -0.0287810396, -0.0141772581, -0.000668760447, 0.00720916828, -0.00606404617, -0.00292075612, 0.0236442164, -0.00544744218, -0.0136023788, 0.034585461, 0.0248125196, 0.00466161966, 0.0332317166, 0.00955040939, 0.00994911604, -0.0214745123, -0.00389434164, 0.000576327788, 0.0146686872, -0.0117572024, 0.0218268577, -0.00259622768, 0.0140567189, -0.00586469285, 0.0109968791, 0.00752442423, -0.00491428841, -0.00807612296, -6.7622168e-05, 0.0165787693, -0.0324713923, 0.0217526797, 0.0196571536, -0.00807148684, -0.0191564523, 0.0125824325, -0.00948086753, 0.00593423471, 0.000882022, -0.00835429, 0.00590641797, 0.00672701141, 0.0133056669, -0.000967790256, -0.0157720838, -0.0346040055, 0.00129231869, -0.0179139711, -0.0107001672, -0.00392215839, -0.000182112635, -0.0176914372, -0.00581369596, 0.0116366642, -0.0142514361, 0.0175152645, 0.0236627609, 0.0035582229, -0.0122486316, -0.0130460449, 0.00430000201, -0.0114512192, -0.0103756385, 0.0164396856, -0.0142607084, 0.00858609565, 0.0171351023, -0.00611040741, 0.00707472069, -0.00195528404, 0.00721380441, -0.00752442423, 0.0163284186, -0.0012853645, 0.0122486316, -0.00266345148, -0.0108856121, -0.00999547727, 0.00589250959, 0.012638066, 0.00123320823, 0.0108392509, -0.0222533811, 0.00844701286, -0.025016509, 0.0205101985, 0.0278909039, 0.00454339851, 0.0147150485, 0.0313587226, -0.00863245688, 0.0229951609, 0.0305798538, 0.0103756385, -0.00921197236, 0.00523881661, -0.00546135055, -0.0191749968, -0.00544744218, -0.00057603803, 0.0258510113, -0.00768668856, 0.0157164503, 0.0138156405, 0.000574589241, -0.0135652898, 0.0066157449, -0.00826620404, -0.00826156791, -0.00206886907, 0.0250721425, -0.0219752137, 0.00410296721, 0.00700054271, 0.0151508432, -0.00380857335, 0.017422542, -0.0153826494, 0.00614286028, 0.0119426474, -0.011108146, 0.00228213053, -0.015781356, -0.00901725516, -0.0190451853, -0.010245827, 0.00581369596, -0.00795094762, 0.00368339824, 3.75598247e-05, -0.00195528404, -0.0126566105, 0.000700054283, 0.0151693877, -0.000215579625, -0.0108021619, 0.0172185525, 0.0153641049, -0.026055, 0.00353736035, -0.0129069611, -0.00319660548, 0.0143441586, 1.10017322e-06, -0.00721844053, -0.00868345425, 0.0134262061, -0.0329906382, 0.0147150485, 0.0184054, -0.00786749739, -0.00489110779, 0.00993057154, -0.0212890673, -0.00151369348, 0.0272789355, -0.0151786599, 0.0179788768, 0.0257582888, 0.0363657326, -0.000620660721, -0.00129927287, -0.00686609512, -0.00981930457, -0.00732043525, 0.00589714572, -0.0031711068, -0.0201393105, -0.00151601154, 0.0377009362, 0.00408442272, -0.00205959682, 0.0285399612, -0.00384102622, 0.0151601154, 0.00466625579, -0.0196571536, -0.00184749428, -0.00766350795, 0.00600377657, 0.010245827, -0.0190637298, 0.00702835945, -0.00722307665, -0.0220679361, -0.0176265314, 0.0216785017, -0.0252946764, -0.0129811391, -0.0251092315, 0.00358372158, -0.0217155907, -0.00815957319, 0.0189246461, 0.0295969956, 0.00265417923, -0.00998620503, -0.00362312864, 0.0157628115, -0.0154846441, 0.0331760831, -0.0106723504, 0.00605477393, 0.00293234643, 0.014622326, -0.006244855, -0.00313633587, -0.00941132568, -0.041465465, -0.00364862732, 0.00112773641, 0.0094159618, 0.0156979058, -0.0350305289, 0.0161707904, 0.00786286127, -0.00480765756, -0.00962458737, 0.00864636526, -0.0399077311, 0.000995027483, 0.00786749739, 0.0252946764, 0.0195087977, 0.00136533764, 6.88898581e-05, 0.0183868557, 0.00832183752, 0.0188411959, 0.0101531046, -0.0124804378, -0.00148587674, -0.0064395722, 0.00209436775, -0.0211407114, -0.0163562354, 0.02266136, 0.0164582301, 0.00597596, -0.0250721425, -0.0311918221, 0.0236813053, 0.000740040792, -0.0152528379, -0.0280021708, 0.00845164899, -0.0191008188, 0.0123969875, -0.0258324668, -0.0118128359, -0.0055494369, 0.0441358723, -0.00932323933, -0.00162959658, -0.00849801, -0.0180530548, 0.0199909545, 0.0109134289, 0.0149375815, -0.0130089559, 0.00617994927, 0.00737143261, 0.000997345545, -0.00474507, 0.00669455854, -0.0117201135, -0.000760903349, 0.0306725763, -0.0310991, -0.00300188828, -0.00718598766, -0.00194137567, 0.0070376317, -0.0150766652, 0.0236442164, -0.00226822216, -0.0178954266, -0.00588323735, 0.012563888, -0.00258231931, -0.00848410185, 0.0152713824, -0.0139918132, 0.00509046065, -0.00205380167, -0.0140659912, -0.0138527295, -0.00692172861, -0.0117942914, 0.00946695916, 0.0127122439, -0.04031571, 0.00376684824, 0.0104498165, -0.0068429145, 0.000421887, 0.0134262061, -0.00499773864, -0.0028813493, 0.0156237278, -0.0101160165, 0.00790458638, 0.0209923554, -0.010357094, 0.0117942914, -0.00975439884, -0.00925369747, -0.0176358037, -0.00996766053, 0.0168383922, 0.0101531046, -0.00591105409, -0.00251741381, -0.00915633887, 0.00117815426, -0.00762641896, -0.0202876646, 0.00892916881, 0.0263888016, 0.00822447892, 0.00988421, -0.0146872317, -0.00446922053, 0.0022508367, -0.00453412626, 0.00571170123, 0.0126658827, 0.0116273919, -0.00470566284, -0.0220864806, -0.00354895066, 0.00366948987, -0.000744676916, 0.0109319733, -0.0263517126, -0.00327078346, 0.0107001672, 0.00254754839, -0.000463032571, -0.0394626632, 0.0120724589, -0.000861739, -0.00486329105, -0.00888744369, 0.00364630925, -0.00619849376, -0.00660183653, 0.00656938367, 0.0147057762, -0.011219413, -0.0107372561, 0.0198611431, 0.00655083917, -0.0119333751, -0.00700517884, 0.0186279342, 0.00931396708, 0.00316183455, 0.0110432403, -0.0133242114, 0.00165857223, -0.00656938367, 0.0177285261, -0.0141308969, -0.00822911505, 0.0026866321, 0.00205380167, 0.00311315525, 0.00390361389, 0.00330555439, -0.00379930111, 0.00948550366, 0.00813175645, 0.00671310304, 0.0176079869, 0.000344232, -0.0161522459, 0.0236442164, -0.0200651325, 0.00858609565, -0.0208069105, -0.0180530548, 0.0305242203, 0.0121373646, 0.0304871313, -0.0078165, 0.0172463693, 0.00459671393, 0.0177192539, 0.0144461533, -0.0161986072, 0.0049328329, 0.00841456, 0.0133983893, 0.00714889867, 0.0268895011, 0.010171649, -0.00022774945, -0.00129811384, 0.00733434362, 0.00942523405, 0.00342145725, -0.0372373238, 0.00276312814, -0.000959097524, 0.00639321096, 0.0255913883, 0.0159111675, -0.0168105755, -0.00318501517, 0.0100696553, -0.00439967867, -0.0268524121, 0.0108021619, -0.0274272915, 0.00252205, -0.014770682, 0.00827084, -0.000481287309, -0.00888744369, 0.00342377531, 0.0113770412, -0.0272233021, -0.027260391, -0.0150859375, -0.00588787347, -0.0129162334, -0.014956126, 0.0150766652, 0.00899407454, 0.0277981814, 0.0047752047, 0.0184517615, -0.016792031, -0.00963386, 0.00728798239, 0.0185908452, -0.00917024724, -0.00672701141, 0.0131109506, 0.00859536789, -0.0392772183, -0.0236442164, -0.000738881761, -0.0165880416, -0.0167085808, -0.00102400326, 0.0303573199, 0.0131851286, -0.016680764, -0.0119797364, 0.0151879322, 0.00703299558, 0.0132129453, -0.0183404945, 0.000522143149, -0.011293591, -0.00700517884, -0.00460366812, 0.00930005871, 0.0286141392, -0.0075568771, -0.011293591, 0.00330555439, -0.00159714371, -0.0125824325, -0.00396156544, 0.045026008, -0.0146037815, 0.0441729613, 0.020714188, 0.0118313804, -0.033509884, -0.01480777, 0.0330648161, 0.0169311147, -0.0192862637, -0.00879472122, 0.0127586052, -0.00776550267, -0.00232385565, -0.0233660489, 0.00278167264, 0.00229256181, -0.0128142387, 0.00634684972, -0.00769132469, -0.0206214655, -0.0261662677, -0.00693563698, 0.0178583376, 0.0203062091, -0.0150766652, 0.0194346197, -0.0139454519, -0.000226880176, 0.0266669672, -0.0181272328, -0.000485054159, -0.00611040741, 0.0110896016, -0.00664356118, 0.0107928896, -0.00696809, 0.0128884166, 0.000963154132, 0.00575342635, 0.00340754888, 0.0097265821, 0.0146408705, -0.00121814082, -0.0126844272, -0.00270749466, 0.0314885341, -0.0169311147, -0.0192862637, 0.0228097159, -0.0112472298, 0.015781356, -0.0346781835, 0.00279326295, 0.000523012422, -0.00388970552, 0.0117293857, -0.00163655076, -0.0165973138, 0.0109412456, 0.0117201135, 0.0171907358, -0.00105587661, 0.00481693, -0.0210850779, -0.0114883082, -0.00201555365, -0.0351417959, -0.00874836, -0.0236442164, -0.00370889669, 0.0222348366, 0.0102736438, -0.0234402269, 0.0254615769, 0.0212519784, -0.0304129533, 0.027260391, -0.00646275282, 0.000531994912, -0.0141587136, -0.00422118837, 0.00445994828, -0.00527126947, 0.0165324081, -0.012526799, -0.0129904114, -0.00366948987, -0.00450862758, 0.0118777417, 0.03365824, 0.00641175546, -0.00866491, -0.0259808227, 0.0306540318, -0.000128000407, 0.0083172014, 0.00982857682, 0.00845164899, 0.0116922967, 0.00426986767, 0.000853046251, -0.0227169935, -0.0218454022, 0.00614286028, 0.00108717033, 0.013685829, 0.010060383, 0.0185630284, 0.00436258968, -0.00189269637, -0.011441947, -0.0168569367, 0.00121466373, 0.00210016291, 0.0140289022, 0.00911925, 0.00883644633, -0.0370704234, 0.00279094488, 0.00892916881, -0.0204360206, 0.0201764, 0.0269822236, -0.00583687657, -0.00151832961, 0.015633, 0.0210109, 0.0199724101, -0.033509884, 0.0186093897, -0.00647202507, 0.00127493322, -0.00319196936, 0.0290592071, -0.00238296622, -0.0318779685, -0.00977294333, -0.0192120858, -0.00619385764, -0.0194717087, -0.00452253595, 0.0170331094, -0.00482156593, 0.00356054096, 0.00133636186, 0.0373300463, 0.00337741408, 0.00369962445, -0.00338668632, -0.0100882, 0.0155031886, 0.0035280881, 0.0110988738, -0.012415532, -0.00450862758, 0.00731579913, -0.0093371477, 0.00581833208, 0.00662965281, 0.0150581207, 0.00125638884, 0.00563752325, 0.000711644592, 0.00613822415, -0.00385261653, 0.00737143261, -0.00248959707, 0.0171443745, -0.013611651, 0.036421366, 0.00398938218, -0.0037390315, -0.0104869055, -0.00175129471, -0.0206585545, -0.00271908497, 0.0162913296, 0.0159760732, 0.0212334339, 0.022624271, 0.00290453, -0.00181040529, -0.0158833507, -0.00722771278, 0.0152250212, -0.00560507039, 0.0034307295, 0.00206075585, -0.020565832, -0.00507191615, -0.013537473, -0.0097265821, 0.00978221558, 0.0189802796, 0.0028628048, 0.00445763, -0.0136765568, 0.0102921883, 0.00171884184, -0.00633757748, -0.00518781925, 0.0197498761, -0.00839137938, 0.0048354743, 0.00305752177, -0.00264027086, 0.00810857583, 0.0269822236, -0.00447153859, -0.00528981397, -0.000858841406, -0.0171536468, -0.0178027041, -0.00717207929, 0.0191935413, -0.0328979157, 0.00279094488, -0.0241634622, 0.00795094762, 0.0150581207, 0.00325223897, 0.0314885341, -0.0221606586, 0.00704690395, 0.00840528775, 0.00488647167, -0.00911925, 0.00212797965, 0.00743633788, -0.0100325663, -0.00596668757, -0.01832195, -0.0124989823, 0.0070376317, 0.00702372333, 0.0155773666, 0.0205101985, -0.0286697727, 0.0330833606, 0.0167827588, -0.00283730612, 0.00151717057, 0.0140938079, 0.0205472875, -0.0252761319, -0.00762178283, 0.00102458277, -0.00145690108, 0.0241820067, -0.0177748874, -0.0157257225, -0.0347523615, -0.00256377482, -0.00203757524, 0.0102921883, 0.00239455653, 0.0218824912, -0.0071535348, 0.0128698722, 0.00344000175, -0.00469407253, 0.0107279839, 0.0206956435]
|
05 Feb, 2019
|
Python | Pandas Series.to_sparse()
05 Feb, 2019
Pandas series is a One-dimensional ndarray with axis labels. The labels need not be unique but must be a hashable type. The object supports both integer- and label-based indexing and provides a host of methods for performing operations involving the index.
Pandas Series.to_sparse() function convert the given Series object to SparseSeries. Sparse objects are basically compressed objects. If some of the data in our Series object is missing then, those locations will be Sparsified. Memory won’t be wasted in storing missing values.
Syntax: Series.to_sparse(kind=’block’, fill_value=None)
Parameter :
kind : {‘block’, ‘integer’}
fill_value : float, defaults to NaN (missing)
Returns : sp : SparseSeries
Example #1: Use Series.to_sparse() function to convert the given series object to SparseSeries object.
# importing pandas as pd
import pandas as pd
# Creating the Series
sr = pd.Series(['New York', 'Chicago', 'Toronto', 'Lisbon', 'Rio', 'Moscow'])
# Create the Datetime Index
didx = pd.DatetimeIndex(start ='2014-08-01 10:00', freq ='W',
periods = 6, tz = 'Europe/Berlin')
# set the index
sr.index = didx
# Print the series
print(sr)
Output :
Now we will use Series.to_sparse() function to achieve the conversion of the given Series object to SparseSeries object.
# convert to Sparse object
sr.to_sparse()
Output :
As we can see in the output, the Series.to_sparse() function has successfully converted the given series object to sparseseries object.
Example #2: Use Series.to_sparse() function to convert the given series object to SparseSeries object.
# importing pandas as pd
import pandas as pd
# Creating the Series
sr = pd.Series([19.5, 16.8, None, 22.78, None, 20.124, None, 18.1002, None])
# Print the series
print(sr)
Output :
Now we will use Series.to_sparse() function to achieve the conversion of the given Series object to SparseSeries object.
# convert to Sparse object
sr.to_sparse()
Output :
As we can see in the output, the Series.to_sparse() function has successfully converted the given series object to sparseseries object. If we look at the bottom two lines, it has returned the info about memory Block location and the number of values contained in those blocks.
|
Pandas/Pandas Tutorial/Python | pandas.date_range() method/Python | Pandas Working With Text Data/Python | Pandas Series.str.swapcase()/Python | Pandas Series.sort_values()/Python | Pandas Series.var/Python | Pandas Series.sum()/Python | Pandas Series.shift()/Python | Pandas Series.to_string()/Python | Pandas Series.to_sparse()
|
https://www.geeksforgeeks.org/python-pandas-series-to_sparse/?ref=next_article
|
Pandas
|
Python | Pandas Series.to_sparse()
|
Python | Pandas Series.shift(), Pandas, Python | Pandas Series.to_sparse(), Python | Pandas Series.str.swapcase(), Python | Pandas Series.sum(), Pandas Tutorial, Python | Pandas Series.sort_values(), Python | Pandas Series.to_string(), Python | pandas.date_range() method, Python | Pandas Working With Text Data, Python | Pandas Series.var
|
GeeksforGeeks
|
[0.0092263585, 0.0355190039, -0.0166811682, 0.0186287705, 0.0373235606, -0.00136373495, -0.0170662869, -0.00813151896, -0.00456091296, 0.000412627822, -0.0049487832, -0.0253958665, 0.00662955362, 0.00630495325, -0.0431113541, -0.0050120526, 3.92641159e-05, 0.0202242658, 0.05193609, -0.0389080532, -0.00379892671, 0.0124448547, -0.0259900503, -0.0148656052, -0.00224332, 0.00328176655, -0.00593083724, 0.0332743078, -0.0113005005, 0.00991957262, -0.00179493101, -0.000354516058, -0.0314037278, -0.00341105671, -0.0138863018, -0.0320199206, 0.0719622895, 0.0388420336, -0.00500655081, 0.00837909523, 0.021797752, 0.0024908965, -0.0394802317, 0.00330652436, 0.0264081806, 0.0122688, -0.00987555925, 0.00600786088, 0.00318273599, 0.0157898907, 0.00246888981, -0.0211485513, 0.00894026924, -0.0345066898, 0.00583180645, -0.0170662869, 0.0240534507, 0.0364432894, 0.0197401159, 0.00180593447, -0.0244935881, 0.0194320194, 0.0269583501, -0.0119166914, 0.0134571688, 0.0030837052, 0.0122467941, 0.0213466119, -0.00263119, -0.0335603952, -0.00795546453, 0.0224799644, 0.059022285, 0.0380717926, 0.00542743132, 0.0330762453, -0.00758685032, 0.0187167972, -0.0609148704, 0.00569426408, 0.00946293119, -0.0362672359, 0.0145465061, -0.00127502, 0.0114435451, 0.0113005005, 0.0243395399, -0.00641498715, 0.0277505964, 0.00255829259, 0.00711920531, 0.0246256292, 0.0489871763, -0.00801048148, 0.021665711, 0.0157678854, 0.00256516971, 0.00312496792, -0.0234152526, -0.00482774572, -0.000730351254, -0.00310846302, 0.00146207795, -0.0118726781, 0.00971601, -0.0147665739, 0.0226670224, -0.000118974356, -0.0283227731, 0.00226257578, 0.013479175, -0.00259817974, -0.02931308, 0.030677503, -0.0156578496, -0.0183646884, 0.00129702676, -0.00813151896, -0.000432227651, 0.00658003846, 0.0468305051, 0.0167912021, -0.00220480794, 0.0250877719, -0.0584941208, 0.0114875585, 0.0128519814, 0.00229971251, 0.0213246066, 0.00383468787, 0.00934189372, -0.0249117166, -0.0124668619, -0.0226230081, -0.0127419475, 0.0163180549, 0.0305234548, 0.0058868234, -0.0159439389, 0.028190732, -0.0513198972, -0.000195310495, 0.0240534507, -0.0293570943, 0.0384239033, 0.00188295834, 0.00167526898, 0.0482389443, -0.0310076047, 0.000787431432, -0.0329221971, -0.0153717622, 0.00802148506, -0.0073117651, -0.00577678951, 0.0419229865, -0.0334723704, -0.00604087114, 0.0491632298, -0.00399423717, 0.00798847433, -0.0135782063, 0.0167912021, -0.0112564871, 0.0269583501, -0.0164831057, 0.00459667388, 0.0162630379, -0.0336484239, -0.00138299086, 0.0267822966, -0.0279706642, -0.0298192371, 0.0423411168, 0.0163070522, -0.0216547083, -0.0260340646, -0.00656903489, 0.0349688306, 0.00178117678, 7.5863345e-06, -0.0108878724, 0.00713020889, 0.0166041441, -0.0143924588, -0.0288949516, 0.0125328824, 0.0420330204, -0.0467864946, 0.0265402216, -0.0335163809, -0.0128849912, 0.0321959741, 0.00167114264, -0.000955921132, -0.00701467274, -0.00289114565, -0.0206313916, 0.0144914892, 0.0260780789, -0.0518920757, 0.0201362371, -0.0149646355, -0.0378737338, -0.0186287705, -0.00643699383, -0.0221058484, -0.0148766087, 0.0218197592, -0.0203122925, 0.0138752982, 0.00505606644, -0.00215254189, -0.0194100123, 0.0164831057, 0.014711557, -0.0374776088, -0.0381378159, -0.000406438397, -0.0162300281, -0.0102001596, -0.00953445397, 0.022733042, -0.00984254852, -0.0127639538, -0.0239434168, -0.0273544732, 0.0130830528, -0.0222598948, -0.00148270931, 0.0384018943, -0.00897878129, 0.0388200246, -0.0408446528, 0.00483874884, -0.0176164564, -0.0151847042, -0.024471581, -0.000162386234, 0.0237893686, 0.031051619, 0.0248677041, 0.0179685671, -0.0444537699, 0.00219655549, 0.00415103603, -0.0428912863, 0.00662955362, -0.0144804856, 0.0462583303, 0.0210385174, -0.0172313377, -0.0178695358, 0.00328451744, -0.0601666383, 0.000714533846, 0.0121367592, -0.00953445397, -0.0230631437, -0.0109043783, 0.00483324705, 0.0216216985, 0.043243397, 0.00834608544, -0.010189156, 0.011085934, -0.0159109291, -0.00316348, 0.00438760919, 0.0118506709, 0.0296431836, -0.0118176611, -0.00531739742, 0.00189258624, 0.0194870364, 0.0187608115, -0.0595064349, -0.0497354083, 0.00924836472, 0.00513584074, 0.016020963, -0.00452240091, -0.0134351617, 0.0161199942, 0.030677503, -0.036135193, -0.0216987226, -0.0140733598, 0.00018104045, -0.0183866955, -0.0146895507, 0.010376214, 0.0236133151, 0.0258580092, 0.0650081411, 0.00641498715, -0.00620042067, -0.0363552608, -0.0045911721, 0.0225239769, -0.0103432043, -0.00413178, 0.0376976766, 0.0302153602, 0.00358436024, -0.0133141242, 0.0239874311, -0.000561173831, -0.0202022586, -0.014150383, 0.0223369189, 0.0210715272, 0.0187498089, -0.010711818, 0.00501755439, 0.0186067633, 0.0153057417, -0.010992405, 0.0129400082, -0.0261661056, 0.0137872705, -0.0259900503, -0.0121367592, 0.00110171631, 0.00132659846, 0.00352934329, 0.0155368131, -0.0135011822, -0.00453340448, -0.051187858, -0.0269143376, 0.00489101512, -0.00919885, 0.0294671282, -0.0212255754, 0.0112894969, -0.0206313916, -0.0405585654, -0.00789494533, -0.0319979116, 0.0167361852, -0.0363112465, -0.005449438, -0.02385539, -0.0102881873, -0.00124819914, -0.0574818067, 0.0258139968, -0.0047314656, 0.0178035144, 0.000530226738, -0.00851663854, 0.0055732266, -0.0149096185, 0.0430233292, -0.0355850235, -0.0235693, 0.00222268864, -0.0189368669, 0.0220948439, 0.0111024389, 0.0374776088, -0.007515328, -0.0199711863, -0.0317998491, 0.00120968721, 0.00237536081, -0.0116416067, 0.00476722699, 0.0269143376, -0.0261220913, 0.0228870902, -0.010618289, -0.0099305762, -0.0386439711, 0.017143311, 0.04396962, -0.00179768191, 0.00677809957, 0.0198061354, -0.0104752453, -0.00197923812, -0.0172533449, -0.00677809957, 0.0125328824, 0.044343736, 0.0273984876, 0.0365753286, -0.0230411384, 0.0392381549, -7.39721363e-05, -0.0273104608, 0.00530639384, -0.0872350261, 0.00840660371, 0.00886874739, -0.00809300691, -0.0207964424, -0.0267162751, 0.00195310498, -0.00812051538, -0.0155588193, -0.0220508315, 0.0130720492, 0.00699816784, 0.00130665477, -0.0203343, 0.0120817423, -0.00443987548, 0.00126057805, -0.00801048148, 0.0279486571, 0.0103982212, 0.045466084, -0.00934189372, 0.0118396673, -0.017275352, 0.0186287705, -0.0181886349, 9.32710827e-05, 0.0535205789, 0.0219407976, 0.0239214096, 0.0199491791, 0.0155148059, -0.0177595019, -0.0133251278, -0.00567775872, 0.0609588847, -0.0150966765, -0.00474797096, 0.0239654239, -0.00737778563, -0.0394362174, -0.0793125704, 0.00348532968, -0.0155808264, 0.0253958665, 0.0135121858, -0.0413067974, -0.0174844153, -0.018452717, -0.00479748612, 0.0386659764, -0.0212475825, 0.00924836472, -0.00733377179, 0.0331862792, 0.0194540266, -0.0061729122, -0.0241194721, -0.00326801231, -0.00632145815, -0.0101121329, 0.00375216221, 0.00896227639, 0.0253078397, 0.0101561463, 0.00817553233, 0.0280366857, 0.0237453561, -0.0117736468, -0.00537791615, -0.0285208356, 0.0216327012, 0.0125328824, -0.0189148597, -0.0051523461, -0.0109814014, -0.0518040471, 0.0122247869, -0.0304574352, -0.0366633572, 0.0136332233, 0.000744793215, 0.0521561578, 0.0120377289, 0.00307820365, 0.0112619884, -0.0191129204, 0.0180345867, -0.0325920954, 0.015085673, -0.0283227731, -0.0482829586, 0.00247576693, -0.00834058411, 0.00998559315, 0.0241414793, 0.00659104157, 0.0366193429, 0.0277505964, -0.00319649023, -0.0255279075, -0.00459942501, -0.0122137833, -0.034154579, -0.00982604362, 0.0472706445, 0.0296211764, 0.0554131642, -0.021478653, 0.00578229129, 0.0245816149, 0.0190799106, 0.00341655826, 0.00340830581, 0.0301053263, 0.017517427, -0.0171983279, 0.0469185337, 0.0154267792, -0.0212145709, -0.0028966472, 0.00882473402, -0.0196520872, -0.0190138891, 0.0051991106, 0.0216327012, -0.0200041961, 0.0219738074, 0.0134461652, -0.0147555713, 0.0405365564, -0.000459392293, 0.00878622197, -0.00715771737, -0.0152837345, -0.00856065191, -0.00621692603, 0.0524202399, 0.00623343093, -0.0128189707, -0.017517427, -0.00749332132, 0.00434084469, 0.0253738593, 0.0261661056, 0.00199024146, 0.0050285575, 0.0139633259, 0.0176824778, -0.000300702523, 0.00608488498, 0.00383468787, 0.00109002518, -0.0282787606, -0.0269583501, -0.00885774381, -0.00874220766, -0.0163070522, 0.0172643475, -0.000871332421, -0.0259240307, 0.00988656282, -0.00238773972, -0.0296431836, -0.000298467465, -0.00802698638, -0.034528695, -0.00894577149, -0.00771338958, 0.0407126099, -0.0248016827, 0.0216437038, -0.0176164564, 0.0114435451, 0.0258360039, -0.0270463787, 0.0175064225, 0.0227990635, -0.00619491888, 0.00129702676, -0.00248952117, -0.0296431836, -0.0115865888, -0.00559523329, -0.00744930748, -0.000946980843, 0.00929237809, -0.010992405, 0.0176714733, 0.0123348208, 0.00379342516, 0.000450795895, -0.0108438591, -0.00296541862, -0.0114435451, -0.0103156958, 0.015272731, 0.0360251591, 0.0380938, 0.0297092032, 0.00295441528, -0.0138863018, 0.0118066575, 0.00382918608, 0.0042775753, 0.0233712401, -0.0114435451, -0.0140733598, 0.0158229023, 0.0132811144, 0.0104202284, 0.0201362371, 0.0118726781, 0.0137762679, -0.00869819429, -0.0168572217, -0.0168792289, -0.00804349128, -0.0320859402, 0.0238773972, -0.0481509157, 0.0209064763, 0.0114545487, 0.00705318479, 0.0447838716, -0.0323720276, -0.027816616, 0.0351008736, 0.0525962934, 0.0273544732, -0.00809300691, 0.0218967833, 0.0144254686, -0.00306995097, 0.0336264148, 0.0163620692, 0.00149921444, 0.00122894323, -0.00689913705, 0.0176164564, -0.024977738, -0.0200152, 0.00407676306, -0.00760335522, 0.0169342458, -0.00918234419, -0.0348147862, 0.0353649557, 0.0153497551, 0.0188158285, 0.0294011068, -0.0194650292, 0.0096334843, -0.0446958467, -0.00316072907, 0.0245596077, -0.0199491791, -0.0207414255, 0.00593633903, 0.00818653591, 0.0262541324, 0.00774089806, -0.0301713459, 0.0324600562, 0.0119166914, 0.0227110349, 0.015459789, 0.0127199404, 0.0134351617, 0.0174293984, 0.0188598428, -0.000773677137, -0.00478098122, -0.0114875585, 0.00631045504, 0.0118726781, -0.0393261835, -0.00851663854, -0.00133278791, -0.0360031538, -0.00409051729, 0.00814802386, -0.0173743814, 0.017836526, -0.010860364, 0.0256819557, -0.0256159343, 0.00661855, -0.0171543136, -0.0286748819, -0.00952345, 0.016142, -0.012730944, 0.0209504906, -0.0112619884, -0.0117626442, -0.0122247869, -0.0191679373, -0.00661855, 0.0165381227, 0.0242515132, 0.0286088623, -0.00238498882, 0.0182766616, -0.000542605587, -0.0305894762, -0.0216987226, 0.0119166914, -0.00596384751, 0.00948493835, 0.0124668619, -0.0198501498, 0.0320199206, -0.00951794814, -0.00570526719, -0.0139193116, 0.0135782063, 0.0139303152, 0.0123678315, -0.0115755862, 0.00368614192, 0.0131270662, 0.0375876427, 0.00495153386, -0.000184822871, 0.00465169083, -0.0192119516, 0.00207001623, 0.0197951328, 0.00295166438, 0.0191899445, -0.0189698767, -0.00317173242, -0.0233712401, -0.0114655513, -0.00170140201, -0.00321849692, -0.028806923, 0.0243175328, 0.0499994867, 0.00752633158, -0.0197841283, -0.00637097377, -0.0277726036, -0.00217454857, -0.0169232432, 0.0170552824, 0.0188048258, 0.0194760337, -0.0333183222, 0.00373565732, 0.031051619, -0.00054329331, 0.00359811471, -0.0199821908, -0.0136332233, 0.00183481839, -0.00765287085, 0.00421155477, 0.0570416711, 0.00171103, 0.0284108017, 0.0106347948, -0.00475897407, -0.00732276822, -0.0196190774, 0.0313817225, -0.00847262423, -0.00171790714, -0.0135231894, 0.0135231894, 0.00973251462, 0.00156936119, 0.0174514055, -0.00156110863, 0.00571076898, -0.000451483618, 0.0407126099, -0.00521836663, 0.00956196245, -0.00302043557, -0.00733377179, 0.0389300585, 0.0116746165, 0.00269858586, 0.0267162751, 0.00520461239, -0.022171868, 0.0167361852, 0.0270903911, 0.0267162751, -0.00366963679, -0.0158559121, 0.0283447802, -0.010711818, 0.0235032812, -0.000603124325, 0.00113266334, 0.00458016898, -0.0363772698, 0.00649201125, 0.0173413716, -0.0535205789, -0.0266722627, -0.0321739651, -0.00426382059, -0.0353649557, -0.0143594481, 0.0170002654, 0.0323280133, 0.00681111, 0.0172973592, -0.00866518449, 0.00488551334, 0.0317338295, 0.0607828274, 0.00393371843, 0.0272664465, -0.0120597361, -0.0282127392, 0.0274425019, 0.0108878724, -0.0246476345, -0.022413943, -0.00938040577, -0.00414278312, 0.00393096777, -0.00776840653, -0.0136442268, -0.00691014063, -0.000309127, 0.00164913584, -0.024471581, 0.0514079258, -0.0220508315, 0.0329442061, 0.0457741804, 0.0110639269, -0.0251978058, -0.0203673095, 0.0158118978, 0.0245816149, 0.00819753949, -0.0142274071, -0.014282424, 0.00241799909, 0.0102496753, -0.00662955362, 0.00585381314, -0.0431773737, -0.00913833082, 0.0191899445, 0.029687196, 0.0182766616, 0.0197511185, 0.0232392, 0.0399203673, 0.0099140713, 0.020301288, -0.0221498609, -0.0461703, -0.0320639312, 0.00150471611, 0.0365973376, -0.017891543, 0.030435428, 0.00757034495, 0.0100681186, 0.0224799644, 0.0146455364, 0.0146345338, -0.00943542272, 0.00150196522, -0.000129547945, 0.0195200462, -0.0113775246, -0.0114325415, -0.0135561991, -0.0173633788, 0.027574541, 0.0269583501, 0.018078601, 0.00307545275, -0.0108273542, -0.0360251591, -0.0144364722, 0.0129840225, 0.0136882402, -0.00833508186, -0.00794446096, 0.0352549218, 0.00772989448, 0.00028419742, -0.00228320737, -0.0109263845, -0.00771889091, -0.0278606303, 0.045466084, -0.0103982212, -0.0223479234, -0.0287409034, -0.00499829836, -0.0144474758, 0.00296816952, 0.0327461436, -0.00112922478, 0.00833508186, 0.00782342348, -0.0234592669, -0.0240314435, -0.0198611524, -0.0139193116, -0.00894026924, 0.051187858, -0.0116966236, -0.0221278537, 0.0143154347, -0.0233712401, -0.00509457802, 0.00273297168, -0.00457191607, 0.00812051538, 0.00763086369, 0.0143704517, -0.010711818, 0.0326361097, 0.00105907803, -0.00369439437, 0.00568876229, -0.0205433629, 0.0292250533, 0.0182216447, 0.0011189091, -0.0350568593, 0.0163290575, -0.000161612566, 0.000523693452, -0.0179025456, 0.00300943223, 0.0186067633, 0.00409601862, 0.00464618905, 0.0247576684, -0.0146345338, 0.0186617803, -0.0155368131, 0.00150471611, -0.0150416596, 0.0162190236, -0.0351008736, -0.00406851, -0.0073117651, -0.0138973054, -0.00124957459, 0.0168572217, 0.0364873037, -0.0145795159, 0.0212585852, 0.0446958467, -0.0119386986, 0.00834058411, -0.00572177256, 0.00122069067, 0.00211678073, 0.000938728277, -0.043221388, 0.00826356, 0.00960597582, -0.00827456359, -0.0254178736, -0.00226257578, -0.00759785343, -0.0208184496, -0.0566455461, -0.0235913079, -0.00748231774, -0.012301811, 0.00715221558, -0.0391941406, 0.0159219317, -0.0312056672, 0.0169342458, 0.003570606, -0.0299512781, -0.0251757987, 0.0132040903, -0.00583180645, -0.00209477381, -0.0142604178, -0.0236573275, -0.000833508209, -0.0099910954, 0.00756484317, 0.00475072162, -0.0306995101, 0.000148116189, -0.0268043038, 0.0239874311, -0.0104697431, -0.00343306339, -0.00429958198, -0.0140843634, -0.0108933747, 0.00944092497, 0.00320199179, -0.0230411384, -0.00593633903, 0.012675927, -0.0502195582, -0.00103844667, 0.0241854917, 0.015404772, -0.0271344054, 0.015459789, 0.0133031206, -0.0108823711, 0.0310076047, -0.0253298469, -0.0141943973, -0.0182326473, 0.0107338252, 0.00939691067, 0.0309635922, 0.0106402962, -0.0311176386, 0.00132109679, 0.0254838951, -0.00341105671, -0.00183344295, -0.0455101, 0.00473421672, 0.00312771881, 0.0263641663, 0.0144254686, -0.00835708901, 0.0182766616, 0.00818653591, -0.0236133151, 0.00597485062, 0.0227990635, -0.0254178736, 0.0151516935, 0.00726775127, 0.0114985621, -0.0246476345, 0.00841210596, 0.00892926566, -0.00554846879, 0.0323720276, 0.0262541324, -0.0251097791, 0.0163840745, -0.00633246172, -0.00196685921, -0.00342206, -0.00232584542, 0.0165601298, 0.0105302623, 0.023723349, 0.00652502105, 0.0208184496, -0.00754283648, -0.010431231, -0.0197401159, 0.0214126334, 0.00899528619, 0.0241414793, 0.00563374534, -0.00261743576, 0.000330102252, -0.00328176655, -0.0167581905, 0.000493778, -0.0174844153, 0.0434854701, 0.00314147305, 0.0341325738, -0.00470120646, 0.00800498, -0.00764736906, 0.0311176386, -0.00328726834, -0.0226670224, 0.012488869, 0.0202682782, -0.0219738074, -0.0237013418, 0.0285428427, 0.016153004, 0.00691014063, -0.00184719719, -0.000101695565, -0.00552371098, -0.0183096714, -0.00391171174, -0.01559183, -0.0157018639, -0.00336429221, -0.00272747, -0.0146675436, 0.0198611524, 0.0225019697, -0.00158036454, -0.0311176386, 0.0243835542, -0.0108328555, 0.00850013271, 0.0253078397, 0.0177374948, -0.00154597894, -0.0401844494, 0.0245376, -0.0153937684, -0.0235472936, -0.00556222303, 0.0200262032, 0.0139743285, 0.00675609289, 0.0125108752, -0.024603622, 0.0270243715, -0.00825255644, -0.011982712, -0.0170442797, 0.0207964424, 0.00139399432, -0.0112564871, 0.0229311027, -0.00025101527, 0.0205653701, 0.0204223264, -0.0183426812, 0.00572177256, 0.021610694, -0.022413943, -0.0101176342, 0.0131710805, -0.00330102257, 0.0119056879, -0.0196961015, -0.040602576, 0.020488346, -0.000516472501, 0.000771614, 0.0029049, -0.0209614933, 0.016020963, 0.0309195779, -0.00539442105, 0.00953445397, -0.0139193116, -0.012918002, -0.00735577848, -0.0202022586, -0.0275965482, -0.0168572217, -0.00761435879, -0.027574541, -0.0191019177, 0.00102469244, 0.0209174789, -0.00490752, 0.0365533233, -0.0146015231, -0.00415103603, -0.0168902315, -0.00912182592, -0.0422530882, -0.0212145709, 0.00032631983, 0.00291315233, 0.0164721031, 0.00555121945, 0.0170662869, 0.0254178736, -0.0274204947, 0.0115865888, 0.0270903911, -0.00635997, 0.0163840745, 0.0146345338, -0.00458291965, 0.0122357905, -0.018639775, -0.022358926, -0.0116966236, 0.000410908542, 0.00382093363, -0.00406851, 0.00288839475, -0.0187057946, -0.00758134853, -0.0112399822, -0.0270683859, 0.0215556771, 0.00867068581, -0.0256379414, 0.0262321252, -0.0153167443, -0.0255719218, 0.0164170861, -0.00140637311, 0.0412627831, -0.01123448, 0.0168682262, -0.0119717084, 0.0510118, 0.00037652289, 0.00340555492, -0.00715221558, -0.0103322007, 0.00274947681, -0.0149646355, -0.00295716594, 0.00835158676, -0.00777390832, -0.0447838716, 0.0216216985, -0.0243835542, 0.00175091741, 0.00475072162, -0.014095366, 0.00106870604, 0.0181446206, -0.00342756184, 0.020301288, -0.0179685671, 0.01123448, 0.0127199404, -0.0419229865, 0.00347982789, 0.0257699825, -0.0392381549, 0.000233650499, 0.0107063167, 0.0320859402, 0.0302373674, -0.00561999111, 0.0230851509, -0.0196740944, -0.000427413645, 0.0267162751, 0.0107283229, 0.00359811471, 0.0221168511, -0.00978203, 0.0231731776, 0.0316678099, -0.0218857788, 0.00126951828, -0.00953445397, -0.0160319656, 0.026584236, -0.0354529805, -0.0128189707, -0.0129400082, 0.00366963679, 0.0129290046, 0.00614540372, -0.017275352, -0.0134571688, 0.0224689599, -0.0113775246, -0.0110144122, 0.0333183222, 0.00826356, 0.015459789, -0.0118726781, 0.00560623687, 0.0167031735, -0.0239434168, -0.0126209101, 0.0148876114, -0.00279761665, -0.00458016898, -0.0168022048, -0.00848913, -0.00817003101, 0.00161612558, -0.004981793, -0.00596934929, -0.019366, 0.0127529502, -0.00478373189, -0.0185297392, 0.00970500614, 0.036905434, 0.022601001, 0.000776428031, 0.0202572756, 0.0196520872, -0.00483599817, 0.0246916488, 0.00296266773, 0.00408226438, 0.00151847035, -0.00477823, 0.0134681724, 0.00638197688, 0.0113445139, -0.0103597092, 0.00337804644, -0.0216877181, 0.00810951181, -0.0393481888, 0.0403605029, -0.0153497551, 0.00895127282, 0.020301288, -0.0291590318, -0.0308975708, -0.0170112699, -0.0204223264, -0.00710820174, -0.0103266994, -0.000602436601, 0.00345782121, -0.00246338802, 0.0238773972, -0.00590332877, -0.00396672869, -0.0269583501, -0.0194320194, 0.00704218168, 0.0135782063, -0.00241662352, 0.0251317844, -0.0321299545, 0.0143484445, 0.00186232687, -0.0138312848, 0.00748231774, -0.0294451211, 0.00100749964, 0.0185077339, 0.00598035241, 0.0229311027, 0.00270958943, -0.0099470811, 0.0210055076, -0.0114985621, -0.0280366857, -0.00885224249, 0.0131380698, -0.0365753286, 0.0109759, 0.00159686967, 0.0103707127, -0.00996908825, -0.000114332295, 0.0201362371, 0.00600235956, -0.0218087565, 0.0173413716, 0.00458016898, 0.00947393477, 0.00399973895, -0.00726775127, 0.00138505409, -0.0253958665, -0.0182216447, 0.0267602894, -0.00262293755, -0.0268703233, 0.0138752982, -0.00307270186, 0.0167801976, -0.0162190236, -0.00651951972, 0.0208514594, -0.0430453345, -0.00954545662, -0.00569976587, 0.00190496515, -0.0276185554, 0.0151626971, 0.00631595636, 0.0313597135, -0.00306444918, 0.0094299214, 0.00284988293, -0.00023296279, 0.0227550492, 0.00275222748, -0.0101396414, 0.0237013418, 0.0049487832, -0.0142934276, -0.0194760337, -0.0156908613, 5.11056751e-05, 0.0250657648, -0.00437110383, 0.000549826596, -0.0137982741, 0.00410427153, -0.00735577848, -0.00236160657, 0.010002098, 0.016340062, 0.0388200246, 0.0232171919, 0.0166591611, -0.0152837345, -0.0215006601, 0.00909981877, -0.00168902322, 0.0120377289, -0.0155368131, 0.015272731, 0.0255499147, 0.0155038023, 0.0125658922, -0.0409987, -0.02011423, 0.00375216221, 0.0177484974, -0.00654152641, -0.0211925656, -0.011740637, -0.015459789, -0.0219628029, 0.0245155934, -0.0282787606, -0.0277285893, -0.0051055816, 0.0389960818, -0.0102166645, -0.0304574352, -0.011553579, -0.0109153809, -0.00671758084, -0.0261881128, -0.0105962828, 0.0176824778, 0.0264521949, 0.0242955256, -0.000258580112, -0.0145465061, 0.00764736906, -0.0154487854, 0.0042775753, -0.0109703988, 0.00658554025, -0.000400592835, -0.000275601, -0.000753733504, -0.0370374732, 0.00819203723, 0.0133031206, 0.0203673095, 0.024977738, -0.00575478282, -0.00165601296, 0.0122247869, -0.0159879532, -0.0102716815, 0.0138312848, 0.0253078397, 0.00309195789, -0.00812051538, 0.00222956575, -0.00962798204, 0.00143044314, 0.02104952, 0.00476722699, 0.00406851, 0.00650851615, -0.0267162751, -0.0026490707, 0.0060628783, 0.00110996887, 0.0290489979, -0.0270243715, -0.0295331478, -0.000843136164, 0.00486900844, 0.0314917564, -0.00540542463, 0.0130390394, 0.0117736468, -0.0235693, -0.0265402216, -0.0252638254, -0.000691839319, 0.00911082234, 0.00362287229, 0.00218830281, -0.0193770025, -0.00962798204, 0.00103225722, -0.00826906133, -0.017275352, -0.000287979841, 0.0226450153, -0.00206313911, 0.022358926, 0.00871469919, -0.00835158676, 0.0413288027, -0.0419449918, -0.000782617426, -0.00658554025, 0.0106623033, 0.0196740944, -0.00509457802, 0.00186232687, 0.00437110383, 0.00540542463, -0.0348147862, 0.0164280888, -0.00725674815, 0.0126979332, 0.0330762453, -0.0334723704, 0.0225569867, -0.0208294522, 0.0297092032, 0.0185077339, 0.0223919358, 0.00735577848, 0.0441016629, 0.0194430221, -0.0324600562, -0.00396948, -0.00577678951, -0.00257067126, 0.00542743132, 0.0263201538, -0.00441511767, 0.000101867496, 0.00401624432, 0.00386769813, -0.000643011706, 0.00694865268, 0.0141063696, 0.0387980193, -0.00829106849, 0.011927695, -0.00566675561, -0.0153937684, 0.023481274, 0.0028058691, 0.00474246917, 0.0131160626, 0.00115398248, -0.00350183481, -0.000125077815, 0.0135121858, 0.00142906769, 0.0227550492, -0.00908881519, -0.0105907805, 0.00771889091, -0.007421799, 0.00684412, -0.0118066575, -0.00977652892, 0.00668457057, 0.00622242736, 0.0126209101, -0.0104862479, -0.0172533449, 0.0347927772, -0.0012048732, -0.0034138076, -0.00686612679, -0.0228650831, 0.00728975795, -0.024097465, 0.0100131016, -0.000101695565, -0.0166481566, -0.00603537, 0.00373840798, 0.0162520353, 0.00382368453, 0.00488276267, -0.00661855, 0.0100461124, -0.00404925458, 0.0166261494, -0.00565025024, -0.00999659672, 0.0181226134, -0.0125658922, 0.0155808264, 0.00363662653, 0.00428582774, 0.00565575203, -0.00545218913, 0.0262321252, 0.0203232951, -0.00280862, 0.000247060903, 0.0128189707, -0.012488869, 0.00825805776, -0.00180180813, 0.0106513, -0.00700366963, 0.0128409779, 0.0138863018, -0.0296211764, 0.00664605899, 0.0173193645, -0.0073117651, -0.00358436024, 0.0260120574, -0.00624443451, 0.0280146785, -0.00928687677, -0.010095627, -0.00683861831, -0.000339386374, -0.0153057417, 0.0142164035, -0.00275772926, 0.000572864956, 0.00337804644, 0.00602986803, -0.00105701492, 0.0110364184, 0.00598035241, 0.00454440759, 0.0103652105, 0.00499004591, -0.0118506709, 0.0289609712, -0.0205323603, -0.00317173242, 0.00645900099, -0.00402174564, -0.0323940367, -0.0220288243, 0.00573277567, -0.000227289158, 0.00783442706, 0.00123925891, -0.0327681489, 0.0187938213, 0.00101712754, 0.00548244826, 0.00908881519, -0.0257039629, 0.0234592669, -0.0196520872, 0.000660548394, -0.00495978631, 0.0128519814, -0.0163620692, -0.0112894969, 0.00260093063, -0.00351283816, 0.00459667388, 0.00702017453, -0.0360471681, -0.010953893, -0.00156936119, -0.00667356746, -0.00548519939, 0.010057115, 0.00368064013, -0.00295716594, 0.0136002125, 0.0177595019, 0.0146785472, 0.0100901257, 0.0282787606, 0.000118458571, -0.00258029927, 0.00391171174, -0.00455266051, 0.0187388044, -0.0105632721, -0.0142384106, -0.00450039422, -0.0208514594, 0.00789494533, -0.0118726781, -0.0127419475, -0.000629601302, 0.0145795159, -0.0101066306, -0.00343031273, 0.00270271231, 0.00186507776, 0.00148683554, -0.000739979208, -0.0116526093, -0.0170222726, -0.00129771454, 0.0190469, -0.000280071137, -0.00172753516, 0.0127089368, 0.00521286484, 0.0113555174, -0.0162300281, 0.0039914865, 0.00648650946, 0.00734477537, 0.00868719071, -0.0191349275, -0.0263201538, 0.0220618341, -0.00441236701, 0.00415378669, -0.0304134209, -0.0328341722, 0.0165931396, -0.00369439437, -0.0129950251, -0.00984805077, 0.0183646884, -0.024229506, -0.000557391439, -0.00337804644, -0.0144474758, 0.00763636548, -0.0135341929, -0.0251317844, 0.0061344, 0.00869819429, -0.0181996375, -0.000228148798, -0.0125108752, 0.0014263168, -0.0151847042, 0.0168682262, 0.00550720608, 0.00546594337, 0.00628294609, -0.00412077643, -0.0280366857, 0.00579879619, -0.0387099907, 0.00502580684, 0.0101231355, 0.0198281426, -0.00964448787, 0.00504781352, -0.0108548626, -0.00495428452, -0.0103046922, -0.0110419206, 0.021104537, -0.0114105344, 0.0116856201, -0.00642599072, 0.00144557282, 0.0120157218, 0.011421538, 0.0113225076, 0.0120487325, -0.000722786412, 0.0110309171, 0.00681661163, 0.00205763732, -0.0165601298, 0.0375876427, 0.000512002327, -0.00985905435, -0.00467644865, -0.011047422, 0.0148105882, 0.0399423726, 0.0117076263, 0.0365973376, 0.00722923921, -0.00298192375, 0.0174954198, -0.0198611524, 0.00654152641, 0.0143924588, 0.000964173698, 0.000810125959, 0.0234372597, -0.0130060287, 0.0199821908, 0.0280146785, 0.0154707925, -0.0250877719, -0.00728425663, -0.0140843634, -0.0259240307, -0.00591983367, 0.00759235211, -0.010992405, -0.0119056879, -0.00831307471, -0.0209835, -0.00941891782, -0.00485800486, -0.00377967092, -0.00229971251, -0.00413453067, 0.00885774381, 0.0112014702, -0.00449214177, -0.00257067126, 0.0178805385, 0.00387044903, 0.00869819429, -0.0166371539, 0.0112234764, 0.00587582029, 0.00722923921, -0.0143924588, 0.00813702, 0.00750982622, -0.00956746377, -0.00732827, -0.0226230081, -0.00194622786, -0.0189148597, -0.013853291, -0.00269858586, -0.0146895507, 0.00988656282, -0.00828006491, 0.0179025456, -0.00726775127, 0.025968045, -0.00196410832, -0.0103982212, -0.0214016289, 0.0149536319, -0.0282127392, 0.00468745222, -0.00958947092, -0.00940791424, 0.0142384106, -0.0133141242, 0.0138312848, -0.00415653735, 0.00217317324, 0.00672858441, -1.5280124e-05, -0.0270463787, -0.0100296065, -0.0130500421, 0.00714671379, 0.0140843634, -0.015030656, 0.0147335641, -0.000972426205, 0.00771338958, -0.00267107738, -0.0120487325, -0.00470120646, 0.016142, -0.0131600769, 0.0113005005, 0.0065470282, -0.000494121807, 0.0120267253, -0.0197071042, -0.0134021519, 0.00354034663, 0.00395572558, 0.00790044758, 0.0354749896, -0.00749332132, -0.00928137545, 0.0143484445, -0.0136332233, -0.0285428427, 0.0201032273, 0.00208101957, 0.031557776, 0.0151626971, -0.00612339703, -0.00680010626, -0.00244138134, 0.010244173, 0.0110144122, -6.41722218e-05, 0.0151847042, 0.00552096032, 0.00680560805, 0.0235032812, -0.0125328824, -0.0364432894, 0.0116526093, -0.0108273542, -0.0197071042, 0.00747681595, -0.00338629889, -0.0148325944, 0.0177264903, 0.017836526, 0.0050285575, 0.012675927, 0.00279073953, 0.0386659764, 0.00900078844, 0.00157761376, 0.00536966324, 0.0064534992, -0.00777390832, 0.00176742254, 0.0030369407, -0.00744930748, 0.00828556623, -0.0100131016, -0.0133031206, 0.00905580539, 0.014898615, 0.00212090695, -0.00184994808, 0.0237453561, 0.00274122413, 0.00275222748, 0.00358160958, 0.00115879648, 0.0032267496, 0.0129400082, -0.0210385174, 0.00325975986, 0.0130830528, -0.00748781953, 0.0139523223, -0.0136772366, 0.00122894323, 0.00473421672, 0.00171103, -0.0130940564, -0.00460492633, -0.0117626442, -0.0160759799, 0.00676159468, -0.00341930916, -0.026584236, 0.00822504796, 0.00169865123, -0.0306334887, -0.0138312848, 0.0103156958, 0.00637097377, 0.0104807466, 0.0123678315, 0.0137322536, -0.025351854, -0.00634346483, -0.00818653591, 0.00291865412, 0.00130390387, -0.013853291, 0.00201775, -0.0192999784, -0.00349358213, 0.00305619673, -0.0173743814, 0.0217097253, 0.0122908074, 0.01052476, -0.0158008952, 0.0139303152, -0.0048084897, -0.0155148059, 0.0064700041, 0.00808750559, 0.00996908825, -0.0143924588, -0.000768863189, 0.00185820065, 0.00232034386, -0.00317173242, -0.00296816952, -0.0342646129, 0.0147445677, 0.0124778654, 0.0117626442, 0.0397003, -0.0115205692, 0.0195970703, 0.00348808058, 0.000920847757, -0.00111271965, -0.0165491272, 0.00836259, -0.0109263845, -0.0124998717, -0.00805999711, -0.00544118555, 0.000902967236, -0.0169122387, 0.0156028336, -0.0103652105, -0.00226395135, 0.00907781161, -0.00736678205, -0.00378242158, 0.0140513526, 0.00653602462, -0.00161062391, 0.000389589433, 0.0284988284, 0.00946293119, 0.0148546016, 0.00175917, -0.028938964, 0.0275525358, -0.0156798568, -0.00731726689, -0.01052476, -0.0132481037, -0.00835708901, 0.0204773434, -0.0153607586, 0.0173633788, -0.00226807757, 0.0120597361, -0.012543886, 0.0128079671, -0.00998009183, 0.0103046922, 0.00127983396, -0.0102991909, 0.0151847042, -0.0222598948, 0.00360911805, -0.0255499147, -0.004981793, 0.00938040577, -0.0099470811, 0.0101231355, 0.0222929064, -0.0161309969, 0.00616190862, -0.00791145116, 0.00882473402, 0.0199711863, 0.0010673306, 0.0229311027, 0.00708619505, -0.00573277567, -0.0108548626, 0.0246916488, 0.00402999856, -0.0125768958, 0.0199161693, -0.00286363717, -0.00189121079, -0.0136992438, -0.0182546545, 0.020862462, 0.0219628029, -0.011740637, -0.00840110239, -0.00962248072, -0.0138092777, -0.0157018639, 0.0106292926, -0.0184747223, 0.0306114834, -0.0277285893, 0.00576028461, -0.00401349319, 0.00607938319, 0.00415378669, 0.00711920531, 0.0104752453, 0.0353429466, 0.0128409779, 0.0218967833, 0.0104862479, -0.00580429798, -0.00157761376, -0.00776290474, 0.0222488921, -0.0364212841, 0.00494053029, 0.00324050384, 0.0118066575, -0.037631657, 0.00235748035, 0.00906130672, 0.0235693, 0.0221608654, -0.0325920954, 0.00328176655, -0.0215116646, -0.0101946583, 0.0183536857, 0.00130390387, 0.000502718205, -0.00828556623, -0.0118946843, 0.0146015231, -0.00034334074, -0.0181666277, -0.00795546453, -0.0102166645, 0.0194430221, 0.0326141044, 0.0164390933, -0.00980953872, -0.0261881128, 0.0347047523, -0.0241634846, 0.0192669686, 0.020433329, 0.011553579, 0.00850013271, -0.0029461626, 0.00503130862, 0.00699816784, 0.032680124, 0.0015446035, 0.0317118242, -0.0127199404, 0.000868581585, -3.11834883e-05, -0.0268263109, -0.0385559425, -0.00658554025, 0.00169039867, -0.00234647677, -0.00242350064, -0.00431608688, -0.0223809332, 0.00925386697, 0.0146455364, -0.0139193116, -0.0274204947, 0.00170965458, -0.016582137, -0.000680148194, 0.00365313166, -0.0173963886, -0.000289355259, -0.0136002125, 0.0093363924, 0.00917684287, 0.00632696, -0.0248677041, -0.00296816952, -0.00648650946, 0.032284, -0.00635446841, -0.0249557309, 0.0368174054, -0.0159439389, 0.0128739877, 0.0203893166, 0.00514684431, -0.000491370971, 0.0116746165, 0.0177595019, -0.00563099422, -0.00976002309, -0.0276405625, 0.0114105344, 0.02198481, -0.0190358963, 0.00183894462, 0.0110584255, 0.0219407976, 0.0260340646, -0.0180455893, 0.0355190039, 0.00432709046, -0.0203343, -0.00486900844, -0.00315247662, -0.0137542607, 0.0217757449, -0.00131146878, 0.000547763426, -0.0142714214, 0.0113555174, -0.00424456503, 0.0210715272, -0.00246338802, -0.01052476, 0.0133251278, 0.015085673, -0.00356785534, -0.00748231774, 0.0118066575, -0.0234152526, 0.00523212086, -0.00415653735, -0.00476722699, -0.015085673, -1.28946194e-05, 0.00255141547, -0.00469295355, 0.0247576684, -0.00293240836, 0.00120556098, -0.00356235355, -0.00696515758, 0.0241854917, 0.0315797813, -0.0224469528, -0.0106843095, 0.000479335984, -0.0108218519, -0.027200425, 0.0293570943, 0.00734477537, 0.0114875585, -0.00263944268, -0.0137872705, -0.022413943, 0.00299842888, 0.00979853515, -0.0152507238, 0.00370539795, 0.00577128772, -0.00593633903, 0.00548244826, -0.00119249441, 0.00602986803, 0.0112894969, 0.0298852585, 0.00680560805, -0.00472596381, -0.00677259779, -0.0112619884, 0.0187608115, 0.0190028865, -0.0199051667, -0.0138973054, -0.0180896036, -0.0285428427, 0.0191899445, -0.00857165549, -0.00422530901, -0.00544393621, -0.00245788647, -0.00117186306, 0.00480298791, -0.0252858326, -0.00464343838, -0.00372465374, -0.0229971241, -0.0291370265, -0.00671758084, -0.0207964424, 0.0261661056, 0.00320474268, -0.000464894023, -0.000789494545, 0.00473421672, -0.00427207351, -0.0109098796, -0.0259240307, 0.00237948704, 0.0271123983, 0.0126429163, 0.00944092497, 0.0309635922, -0.0118616745, -0.0272884537, 0.00796096586, -0.0123788342, 0.0026930843, -0.000291418401, 0.0150526632, 0.0122577967, -0.0485910513, 0.0197291113, 0.0160429701, 0.00431883801, -0.00541367708, -0.0253078397, -0.00918234419, 0.00349358213, 0.0226230081, -1.54090703e-05, -0.0037604149, -0.0110694291, -0.00808200333, -0.000440480188, -0.00674508931, -0.00883573666, -0.00658003846, 0.00465444196, 0.011421538, 0.0170662869, 8.57492159e-06, 0.0128519814, -0.0121917771, -0.0153277479, 0.0195200462, -0.00943542272, -0.0135561991, -0.00301768491, 0.0145024927, -0.0107558323, 0.0109373881, -0.0110034086, 0.00457741786, -0.00176467164, 0.00665156031, -0.0221278537, -0.0152507238, -0.0155368131, 0.00730076153, -0.0246916488, -0.00369714526, 0.0189698767, 0.0111134425, 0.0128079671, -0.0122357905, 0.00947943609, 0.00754283648, -0.0122357905, 0.0152067104, -0.00658003846, 0.00223369198, 0.00448388886, -0.023481274, -0.00347157544, 0.0181666277, 0.0160759799, 0.0117076263, 0.0131710805, -0.00622792915, 0.0341985933, -0.010711818, 0.00248539494, 0.00595834572, 0.00787844, -0.015217714, -0.0325700901, -0.0194870364, 0.00469020288, 0.0186507776, -0.0232612062, -0.0276845768, -0.00214153831, -0.0148546016, 0.0242074989, 0.01310506, 0.00563924666, 0.00608488498, 0.0200702175, -0.0288509373, 0.00828556623, 0.0132260974, -0.000918784586, -0.0246256292, -0.000725537247, -0.00346882455, -0.0126429163, 0.00333953439, -0.000617910177, 0.0257039629, 0.0106623033, 0.02931308, -0.00832407828, -0.00623893272, 0.00733927358, 0.0107008144, 0.0246476345, 0.0378297195, -0.00332853105, -0.0120927459, -0.0347927772, -0.00143181859, -0.00697616115, -0.0021442892, -0.00821954664, 0.0266942699, 0.00479198433, 0.0227110349, 0.00509182736, -0.00439586164, 0.00602986803, -0.00876971707, 0.00382093363, 0.0028333778, 0.00487726089, -0.00580429798, 0.034286622, -0.00872570276, 0.0167581905, -0.0154157756, -0.00379892671, -0.0228210688, 0.0120267253, -0.00585381314, 0.000410908542, 0.015646847, 0.0142384106, 0.0228870902, 0.015965946, 0.00338079734, -0.00110584253, 0.00477823, 0.0140733598, 0.000676709635, -0.0110089099, -0.0029049, -0.0317558385, -0.0061564073, 0.0310736261, 0.000587306917, 0.005355909, 0.0188158285, 0.016956253, -0.0108548626, -0.0114985621, -0.000890588388, -0.0106623033, 0.00694865268, 0.023107158, 0.0202022586, -0.00935289729, 0.02198481, 0.0159879532, 0.00550170429, -0.0313157, 0.00100062252, 0.00235610479, 0.0113335112, -0.0213466119, 0.0177925117, -0.0129069984, -0.00594734214, 0.00474522, -0.0167471878, -0.0139743285, 0.007047683, 0.0053861686, -0.0150526632, 0.00166564097, -0.0226890277, 0.00258305017, 0.00503405929, 0.0128079671, 0.0175944511, 0.0200702175, 0.00966649409, -0.0109208832, 0.0247356631, -0.00390896108, -0.00629945146, 0.0312936939, -0.0142054008, -0.0269583501, 0.00698166294, -0.0126099065, 0.0066405572, 0.00400249, 0.0203563049, 0.0129069984, -0.0250657648, 0.017649468, 0.0170662869, -0.00569976587, -0.0112784933, -0.0160539728, 0.00464343838, 0.00848362781, 0.00208927225, 0.00548795, 0.00153772638, -0.00804899354, -0.0191789418, -0.00923186, -0.00315797818, 0.000425694365, -0.00144969905, 0.00768588111, -0.0401624404, -0.00132591068, 0.00908881519, 0.000460080017, -0.00544668734, -0.00870369654, 0.0147775775, 0.00595834572, 0.0140513526, 0.0073117651, 0.00127983396, 0.00944092497, 0.00577128772, -0.020059213, 0.0267162751, 0.0248236898, -0.00984254852, -0.0154707925, -0.0131600769, 0.00349633303, 0.0347267576, -0.00343856518, -0.0212585852, -0.017891543, -0.00726224948, -0.0295991693, -0.0017632962, 0.011553579, 0.0124118449, -0.0151406899, 0.0120267253, -0.0164060816, -0.0100406101, -0.00519085815, 0.018452717, -0.0109043783, 0.0207524281, 0.00779041322, -0.010095627, -0.0149536319, -0.00563099422, 0.0213906262, -0.0298852585, 0.00252253143, -0.0197291113, -0.0113885282, 0.0022061835, 0.0315137617, 0.0118506709, 0.0155368131, -0.000449076615, -0.0112069715, 0.00599685777, 0.00730626332, -0.00525687821, -0.0110089099, -0.00284163025, 0.020807445, 0.00883023534, 0.00888525229, -0.0125878993, -0.0197621211, -0.0345507041, 0.00578229129, 0.0259900503, -0.0208844692, 0.00722373789, -0.0198611524, -0.00281549711, -0.0153607586, -0.0141723901, 0.00688813394, 0.0381378159, -0.014711557, -0.00680560805, -0.0238113757, -0.0167361852, -0.00392546598, 0.0439256057, 0.0162960477, 0.00614540372, -0.0229311027, 0.0143154347, 0.0160429701, -0.00139330665, 0.00273022079, -0.0405145511, -0.0132481037, -0.0227990635, -0.013479175, 0.0274645071, -0.0246256292, 0.00935839862, 0.0032239987, 0.0147225605, -0.0205653701, -0.00668457057, -0.0146785472, 0.00310571212, 0.0387980193, 0.00785093196, 0.00466269441, 0.0119607048, -0.00640398357, 0.0175064225, 0.00375491311, -0.0109098796, -0.0167801976, 0.00764186727, -0.0205543675, -0.0272664465, -0.00763636548, 0.018639775, 0.00272747, 0.0258580092, 0.0182546545, 0.0268263109, -0.0137762679, -0.0120597361, -0.000407469983, -0.0202132612, 0.00574928103, -0.0214456432, -0.014898615, 0.00963898562, 0.000476585119, -0.043595504, -0.0035238415, 0.00111134432, 0.047314655, 0.0093198875, -0.0130940564, 0.0100241052, -0.0124558583, 0.0168132074, 0.00957846735, 0.00295166438, -0.0179685671, 0.000186198304, 0.00236710836, -0.00873120502, 0.013479175, -0.0171543136, -0.00561173819, -0.00434359536, 0.0176054537, -0.0141173732, -0.025593929, 0.0141173732, 0.000197029789, -0.01746241, 0.0244275667, -0.00836259, 9.2626351e-06, -0.00798297301, -0.00191459304, -0.00253903656, 0.0151957069, -0.00248814584, -0.015965946, -0.0357170627, 0.00447838707, -0.000796371722, 0.00420055119, -0.00694315089, -0.0143924588, -0.021665711, -0.0104862479, 0.00733377179, -0.0350788683, 0.00240149396, 0.00100749964, 0.00691014063, 0.00659104157, -0.00364212831, -0.00912732724, 0.00944642629, -0.00123925891, -0.00350458571, 0.0102661802, 0.0260560717, 0.00491577294, -0.0100296065, -0.00813702, -0.021236578, -0.0096499892, 0.024603622, -0.00547419582, -0.0101286378, -0.00651951972, -0.00815902743, -0.0149866426, 0.00881923176, -0.00279761665, -0.0232171919, -0.00959497225, 0.0138642946, -0.00167251809, 0.0244055595, 0.0044343737, 0.00179080479, 0.0168462191, -0.00865418091, -0.0158669148, 0.0243835542, -0.0104147261, -0.0199381765, -0.024097465, 9.24114356e-05, -0.0034138076, -0.000499279646, -0.0154928, -0.028432807, -0.00980953872, -0.00617841398, 0.00818653591, -0.01216977, -0.0316017903, 0.0357170627, 0.0133581376, 0.0189148597, -0.00748231774, 0.00150471611, -0.001126474, -0.000649201102, 0.00769138243, 0.0103927189, -0.00221030973, -0.00885774381, 0.00860466529, -0.00578779308, -0.0321519598, 0.00484975241, 0.0231511723, 0.00103432045, -0.0186067633, 0.00710820174, -0.00256241881, 0.000271302793, -0.0118726781, 0.0381158069, -0.0222048778, 0.00630495325, 0.00440686522, 0.00779041322, -0.00633246172, 0.0115205692, -0.0182436518, -0.00708619505, 0.0183646884, -0.00488551334, -0.00327076321, 0.0103211971, -0.0136882402, -0.0121917771, 0.0319759063, 0.0107448287, 0.0273324661, -0.0246476345, -0.00596934929, 0.00170002657, 0.00527338358, 0.021236578, -0.0051523461, 0.000470051862, 0.00526238, -0.00139124342, 0.0101726511, -0.00869269297, 0.00447563641, 0.0114545487, 0.000177258029, 0.00698166294, 0.0299512781, 0.018265659, 0.00978753157, 0.00374390977, 0.00672858441, -0.0129620153, 0.000423631223, 0.00705868658, -0.0105577707, -0.00232447, 0.00722373789, 0.00530089205, 0.00513309, -0.00593633903, -0.00998009183, 0.0174734127, -0.0030864561, -0.0241194721, 0.012862985, -0.0222598948, 0.016395079, -0.0110914363, 0.00581530156, 0.00857715681, 0.0312496796, 0.00784543063, 0.0238773972, -0.0311396457, -0.0286528766, -0.0103982212, 0.00596934929, 0.00249777385, -0.0136442268, 0.00754833827, 0.0105137564, 0.00990306772, 0.024229506, 0.0117736468, -0.0186617803, 0.0045911721, -0.00517435279, 0.0077464, 0.0061344, -0.0139633259, -0.00441511767, 0.0132371, -0.0325040706, -0.00349633303, -0.00121862756, -0.00645900099, -0.00876971707, 0.000170037049, -0.00887424871, 0.0364873037, -0.00987555925, -0.0396562852, 0.0110694291, 0.00188433367, 0.0144914892, 0.000372740469, -0.00386769813, -0.00462968415, 0.00337254466, 0.0190799106, -0.00452515157, 0.0161199942, 0.00622792915, -0.0151186837, 0.00660754694, -0.0124008413, 0.00324875629, -0.00766937574, 0.00525962934, -0.0275965482, 0.0219187904, 0.00906680897, 0.00827456359, -0.0194210168, 0.000872707868, 0.0117516406, 0.00791695248, -0.0188268311, -0.0112179751, 0.000746168662, -0.00598585419, 0.00900078844, -0.0246696416, 0.00368339103, -0.00877521839, 0.0133141242, -0.00593083724, 0.00843411312, -0.0411967635, -0.0256159343, -0.0151516935, 0.00794996228, 0.00618391577, -0.00837359391, 0.0115205692, 0.00177154876, 0.021104537, 0.0244935881, -0.0219187904, -0.0114435451, 0.0174844153, -0.00406025769, -3.30747e-05, -0.0151076801, -0.00338904979, -0.0038539439, 0.0067505911, -0.0161640067, 0.0141833937, 0.007515328, -0.00561724, -0.0147225605, 0.00332853105, -0.00343581429, 0.0293570943, -0.000669488625, -0.0189588722, 0.0105907805, -0.0244275667, -0.00530639384, -0.0250437576, 0.00605737651, 0.003757664, -0.0036173705, -0.0143924588, 0.00412352756, -0.0134021519, 0.0205323603, 0.0252418201, 0.00862117, 0.015778888, -0.0170112699, 0.00272884523, -0.0262981467, -0.0196080748, -0.0230191313, -0.0111519545, -0.00794446096, 0.000330274197, -0.0120267253, -0.00671758084, -0.0107393265, 0.0162960477, 0.000341277599, -0.0207524281, 0.0182436518, -0.00923736114, 0.0097270133, 0.00618391577, -0.0292690676, 0.00344956852, -0.0147225605, 0.00907231, 0.00602436624, -0.0118286638, 0.00760335522, -0.00738878874, 0.00225019711, 0.0113115041, -0.0210935343, -0.0145905195, 0.0078289248, 0.0232392, -0.00546044158, 0.0294671282, 0.0218637735, -0.0143924588, -0.00428307662, -0.0160759799, -0.00725674815, -0.0380938, -0.0204223264, 0.012488869, 0.00637097377, 0.0106402962, -0.0103652105, 0.0115865888, 0.00556222303, -0.00542468065, 0.0231951848, -0.00358436024, 0.0209284835, -0.00614540372, 0.0178145189, 0.015404772, 0.0126979332, -0.0369714536, 0.0285428427, 0.00425831927, -0.0142164035, 0.0122908074, 0.00774089806, -0.00570526719, -0.0124448547, 0.00443987548, 0.0269363448, 0.00123238179, -0.016714178, 0.0358270966, 0.0154487854, -0.0163620692, -0.000585243804, 0.0160539728, -0.00364487898, -0.0259020235, 0.00583180645, -0.00182381494, 0.00644799741, -0.000828694203, -0.00669557415, -0.00632145815, -0.00564474845, -0.00229421072, -0.0140843634, 0.0307875369, -0.00445362972, -0.00820304081, 0.00364212831, 0.00104807469, 0.0264962073, 0.0237453561, 0.0262761395, -0.0152397212, -0.0290269926, -0.00261468487, -0.00633796351, 0.00393096777, -0.006954154, 0.0116746165, -0.0104202284, 0.00954545662, -0.0118946843, 0.0238994025, -0.0139633259, -0.00823054928, 0.0121477628, 0.00339730247, -0.0240754578, 0.0134241581, -0.00381818274, 0.00258855196, -0.017330369, 0.0212585852, -0.019366, -0.0242074989, 0.008071, 0.022733042, 0.0268703233, 0.0396782905, -0.00728975795, -0.00384569122, 0.00742730079, 0.0325260758, 0.0111079412, 0.0297312103, 0.0220618341, -0.0193770025, -0.0229090974, -0.00218692748, 0.000206313911, 0.00131009333, 0.0333403274, 0.0133581376, 0.0280366857, 0.0151516935, -0.0279926714, 0.0169342458, -0.00829106849, 0.00100887497, 0.0509237759, 0.023107158, -0.0303474013, -0.00717972405, -0.0160099603, -0.011927695, 0.0153607586, 0.0248016827, -0.0114325415, 0.0246476345, 0.0197291113, -0.00706969, 0.00370264705, 0.0105687743, -0.00567775872, -0.017649468, 0.00925386697, -0.0258360039, -0.00620592246, -0.00454715872, -0.0094299214, 0.0139193116, -0.0381158069, 0.0393481888, 0.0321519598, -0.0116196, -0.000408845401, 0.0316237956, 0.00477547944, -0.00491577294, -0.00108521117, -0.0322399884, -0.00632145815, 0.00654152641, 0.0135561991, 0.0135892099, 0.0188158285, -0.0271564126, 0.0320199206, 0.00312221725, 0.0309856, 0.00450314488, 0.0152397212, -0.000583524525, -0.00441236701, 0.00241662352, 0.00343306339, -0.00634346483, 0.00532014808, 0.00460767746, 0.014095366, 0.0065470282, -0.00147995842, 0.011085934, -0.00241524819, -0.00705868658, 0.0292470604, -0.00429683086, 0.00945192762, 0.0170442797, -0.00566675561, 0.00478923367, -0.00333128194]
|
12 Feb, 2025
|
Dictionaries in Python
12 Feb, 2025
Try it on GfG Practice
A Python dictionary is a data structure that stores the value in key: value pairs. Values in a dictionary can be of any data type and can be duplicated, whereas keys can’t be repeated and must be immutable.
Example: Here, The data is stored in key:value pairs in dictionaries, which makes it easier to find values.
Python
d = {1: 'Geeks', 2: 'For', 3: 'Geeks'}
print(d)
Output{1: 'Geeks', 2: 'For', 3: 'Geeks'}
How to Create a DictionaryIn Python, a dictionary can be created by placing a sequence of elements within curly {} braces, separated by a ‘comma’.
Python
# create dictionary using { }
d1 = {1: 'Geeks', 2: 'For', 3: 'Geeks'}
print(d1)
# create dictionary using dict() constructor
d2 = dict(a = "Geeks", b = "for", c = "Geeks")
print(d2)
Output{1: 'Geeks', 2: 'For', 3: 'Geeks'}
{'a': 'Geeks', 'b': 'for', 'c': 'Geeks'}
From Python 3.7 Version onward, Python dictionary are Ordered. Dictionary keys are case sensitive: the same name but different cases of Key will be treated distinctly. Keys must be immutable: This means keys can be strings, numbers, or tuples but not lists.Keys must be unique: Duplicate keys are not allowed and any duplicate key will overwrite the previous value.Dictionary internally uses Hashing. Hence, operations like search, insert, delete can be performed in Constant Time. Table of Content
Accessing Dictionary ItemsAdding and Updating Dictionary ItemsRemoving Dictionary ItemsIterating Through a DictionaryNested Dictionaries Accessing Dictionary ItemsWe can access a value from a dictionary by using the key within square brackets orget()method.
Python
d = { "name": "Alice", 1: "Python", (1, 2): [1,2,4] }
# Access using key
print(d["name"])
# Access using get()
print(d.get("name"))
OutputAlice
Alice
Adding and Updating Dictionary ItemsWe can add new key-value pairs or update existing keys by using assignment.
Python
d = {1: 'Geeks', 2: 'For', 3: 'Geeks'}
# Adding a new key-value pair
d["age"] = 22
# Updating an existing value
d[1] = "Python dict"
print(d)
Output{1: 'Python dict', 2: 'For', 3: 'Geeks', 'age': 22}
Removing Dictionary ItemsWe can remove items from dictionary using the following methods:
del: Removes an item by key.pop(): Removes an item by key and returns its value.clear(): Empties the dictionary.popitem(): Removes and returns the last key-value pair.
Python
d = {1: 'Geeks', 2: 'For', 3: 'Geeks', 'age':22}
# Using del to remove an item
del d["age"]
print(d)
# Using pop() to remove an item and return the value
val = d.pop(1)
print(val)
# Using popitem to removes and returns
# the last key-value pair.
key, val = d.popitem()
print(f"Key: {key}, Value: {val}")
# Clear all items from the dictionary
d.clear()
print(d)
Output{1: 'Geeks', 2: 'For', 3: 'Geeks'}
Geeks
Key: 3, Value: Geeks
{}
Iterating Through a DictionaryWe can iterate over keys [using keys() method] , values [using values() method] or both [using item() method] with a for loop.
Python
d = {1: 'Geeks', 2: 'For', 'age':22}
# Iterate over keys
for key in d:
print(key)
# Iterate over values
for value in d.values():
print(value)
# Iterate over key-value pairs
for key, value in d.items():
print(f"{key}: {value}")
Output1
2
age
Geeks
For
22
1: Geeks
2: For
age: 22
Read in detail – Ways to Iterating Over a Dictionary
Nested Dictionaries
Example of Nested Dictionary:
Python
d = {1: 'Geeks', 2: 'For',
3: {'A': 'Welcome', 'B': 'To', 'C': 'Geeks'}}
print(d)
Output{1: 'Geeks', 2: 'For', 3: {'A': 'Welcome', 'B': 'To', 'C': 'Geeks'}}
Read in Detail: Python Nested Dictionary
Python Dictionary Operation ProgramsDictionary Creation Programs.Dictionary Add/Append Programs.Dictionary Removal Programs.Dictionary Access Programs.Dictionary Conversion Programs.Dictionary Programs involving Lists.Dictionary Programs involving String, Tuple and Set.Python Dictionary ProblemsLength of a DictionaryCheck if a Key ExistsAccess a Value by KeyRemove a Key from a DictionaryRemove keys with substring valuesSum All Numeric Values in a DictionaryFind Keys with Maximum ValueRemove Duplicates from a DictionaryFilter Dictionary by Key PrefixCount Frequency of Elements Using DictionaryCheck if two arrays are equal or notMax distance between two occurrences in array2 Sum – Count Pairs with target sum3 Sum – Count all triplets with target sumCount all pairs with absolute difference equal to kRemove minimum elements such that no common elements exist in two arraysCheck If Array Pair Sums Divisible by kLongest subarray with sum divisible by KLongest Subarray having Majority Elements Greater Than KCount distinct elements in every window of size kRelated Dictionary Articles Dictionary ComprehensionDictionary MethodsPython Dictionary ExercisePython Dictionary QuizPython Dictionary – FAQs How to use dictionaries in Python? Dictionaries in Python are used to store key-value pairs. They are unordered, mutable, and can contain any Python objects as values.
# Creating a dictionarymy_dict = {‘key1’: ‘value1’, ‘key2’: ‘value2’}# Accessing values by keysprint(my_dict[‘key1’]) # Output: value1
# Modifying valuesmy_dict[‘key2’] = ‘new_value’# Adding new key-value pairsmy_dict[‘key3’] = ‘value3’# Removing a key-value pairdel my_dict[‘key1’]
How to print dictionaries in Python? You can use print() to display the contents of a dictionary. You can print the entire dictionary or specific elements by accessing keys or values.
my_dict = {‘name’: ‘Alice’, ‘age’: 30}# Printing the entire dictionaryprint(my_dict)# Printing specific elementsprint(my_dict[‘name’]) # Output: Alice
How to declare a dictionary in Python? You can declare a dictionary by enclosing key-value pairs within curly braces {}.
# Empty dictionaryempty_dict = {}# Dictionary with initial valuesmy_dict = {‘key1’: ‘value1’, ‘key2’: ‘value2’}
What are dictionary keys and values in Python? In a dictionary, keys are unique identifiers that are used to access values. Values are the data associated with those keys.
my_dict = {‘name’: ‘Alice’, ‘age’: 30}# Accessing keys and valuesprint(my_dict.keys()) # Output: dict_keys([‘name’, ‘age’])print(my_dict.values()) # Output: dict_values([‘Alice’, 30])
|
Pandas/Pandas Tutorial/Python | pandas.date_range() method/Python | Pandas Working With Text Data/Python | Pandas Series.str.swapcase()/Python | Pandas Series.sort_values()/Python | Pandas Series.var/Python | Pandas Series.sum()/Python | Pandas Series.shift()/Python | Pandas Series.to_string()/Python | Pandas Series.to_sparse()/Dictionaries in Python
|
https://www.geeksforgeeks.org/python-dictionary/?ref=popular_lbp
|
Pandas
|
Dictionaries in Python
|
Python | Pandas Series.shift(), Pandas, Python | Pandas Series.to_sparse(), Python | Pandas Series.str.swapcase(), Python | Pandas Series.sum(), Pandas Tutorial, Python | Pandas Series.sort_values(), Python | Pandas Series.to_string(), Dictionaries in Python, Python | pandas.date_range() method, Python | Pandas Working With Text Data, Python | Pandas Series.var
|
GeeksforGeeks
|
[-0.00479167141, 0.0161974877, -0.0113955773, 0.0446813107, 0.00282841711, 0.0365928076, 0.0464423522, -0.0253098533, -0.0211734548, -0.00731037045, 0.00345553225, 0.015255535, -0.0172111094, -0.00981883053, -0.0162793957, 0.0424697697, 0.0115696341, 0.0314325467, -0.012388723, -0.0338283814, 0.018900482, -0.00633770227, -0.0289752781, -0.0228116326, 0.0111088967, 0.0225863829, 0.0114774862, 0.00457154121, 0.00737692136, 0.00135789614, -0.00132078119, -0.0169449057, 0.00141676818, -0.0260470342, -0.0358351506, -0.0123068141, -0.0201188773, -0.0212553628, 0.00393674709, 0.00194789632, 0.0417530686, 0.00258780969, 0.00666021835, -0.0253712852, -0.0227706786, 0.0327430889, 0.0184704605, -0.026845647, -0.000811410195, -0.0132794827, 0.0071209562, -0.0146309799, 0.018920958, 0.0216239523, 0.000726301689, 0.0241631288, -0.015306728, -0.045828037, -0.0301629566, -0.0345860384, -0.0250641275, -0.0407292061, 0.0112829525, -0.0425107256, 0.0195659921, 0.0318011343, -0.0331731103, 0.0322721116, 0.0126856426, -0.0206308067, 0.0637660921, 0.0747009292, 0.0137402201, 0.0338898115, -0.0185421295, -0.0192178786, -0.0290981419, 0.0158084203, 0.0100082457, 0.0217058621, 0.00789909065, -0.0372480787, 0.0230983142, -0.0134535385, 0.0262313299, 0.00775063084, -0.00410568435, -0.0306748878, 0.0337669477, 0.00969084818, -0.000322036416, -0.0532817468, 0.0336645618, -0.0263951477, -0.00738716, -0.0112624755, 0.0193202645, 0.00485566258, 0.0288114604, 0.0105662495, -0.00549301645, 0.0353641734, -0.0238969252, -0.0218287259, -0.0464014, 0.0127163585, 0.0145797869, 0.0421421342, 0.0195250362, -0.0417940244, 0.0168834738, -0.0153886368, -0.0410977975, 0.0199755356, -0.0284838248, -0.0206308067, -0.0132794827, -0.0102898069, 0.0202417392, -0.00675748521, 0.0341764949, 0.0113239074, -0.0151121942, 0.0345041305, -0.0665919483, 0.0427154973, -0.0173339732, -0.00165865547, 0.0265794415, -0.0217058621, 0.0310639553, 0.0087284185, -0.0114262933, 0.0316168405, 0.00812434, 0.0416916348, 0.0317397043, 0.0219106339, -0.00327891624, 0.0161360558, -0.0320059061, -0.0179073364, -0.0242655147, -0.0100082457, 0.0124399159, -0.0397053473, 0.0394391418, 0.015265774, -0.0154193528, -0.00674724672, -0.0349546298, -0.0578686483, -0.0118358377, 0.0137709361, 0.0107505452, -0.00607149815, -0.00577457855, -0.00928130373, 0.0212348849, 0.000369230023, 0.024695538, -0.02903671, 0.0235078577, 0.00159338431, -0.00118383975, 0.0184397437, 0.026169898, -0.00267483783, -0.0413844772, 0.0330502465, 0.0172930192, -0.0347908102, 0.00480191, 0.0286681186, -0.0292210039, -0.0063223443, 0.0186138, -0.0435755402, 0.00639913371, 0.0151019562, -0.0133204367, 0.00404937193, 0.0376781, 0.0228935406, -0.0176513698, 0.0252074674, 0.0137299811, -0.0176206548, -0.00613293, 0.0157572273, 0.00634794077, 0.0101720635, 0.0126344496, 0.0158698522, 0.0153681599, 0.015235058, -0.0163715445, -0.0148357516, -0.0212553628, 0.0273371, 0.0317397043, -0.035671331, -0.0351798795, 0.0265384875, 0.0163510665, 0.0172008723, -0.0308796596, -0.01381189, 0.00156778784, -0.000710943772, -0.0197810028, 0.0153579209, -0.0114262933, -0.0124501549, 0.0273371, 0.0105560115, -0.0226273369, 0.0328249969, -0.000719262636, -0.0207946245, -0.0157469884, 0.0177230407, 0.025473671, -0.0121225193, -0.0231597442, -0.0425516814, -0.0156548414, 0.0301629566, -0.0520531125, -0.0136173563, 0.0332345404, 0.00846221484, 0.0146616958, -0.0359170586, 0.0218901578, 0.0129723242, -0.0132999597, -0.0184602216, -0.0321902037, 0.0397053473, 0.0154603077, -0.00209379662, 0.0160439089, -0.0263951477, -0.00512442645, 0.0220539756, -0.0226682909, -0.010883647, 0.0194124132, 0.0244702883, 0.0587696433, 0.019658139, -0.0210301131, -0.0106174424, -0.068312034, 0.0204567518, -0.00212963182, -0.0264565796, 0.0165865552, -0.0332754962, 0.0229959264, 0.00457666069, 0.0124399159, 0.027603304, 0.0214396585, -0.0122658601, 0.0213987026, -0.0559028313, -0.00390859088, -0.0148459906, 0.0186445154, 0.0232211761, -0.0110884188, 0.00682915561, 0.0198526736, 0.0359784886, 0.0233030859, -0.00858507771, -0.00422086846, 0.00814481732, 0.00590768037, -0.0282585751, 0.0267842151, 0.023323562, 0.0296100713, -0.026927555, -0.0206103306, -0.00311509822, -0.0272142366, -0.00368078169, 0.0132590048, -0.0042234282, -0.00447939383, 0.00464833062, 0.026927555, 0.0170370545, -0.0320673399, -0.0338283814, -0.0360194445, 0.0443536751, -0.0207741484, -0.00559028331, 0.00989050139, 0.00134637777, -0.00556468684, -0.0154807847, 0.0290162321, 0.0366747156, -0.00485566258, 0.0259241704, -0.0162691586, -0.0446403585, -0.0310434774, -0.0204874668, -0.00690594502, -0.013832368, 0.00561588, 0.0029461612, -0.0190335829, -0.00934785511, 0.0208048634, 0.00135661638, -0.010904124, 0.0263337158, -0.00646568462, -0.0374938063, -0.0568447858, -0.0124399159, 0.0287705064, -0.0365313739, -0.0313096829, -0.0111600896, -0.0701549873, 0.0559437871, 0.0331731103, -0.0449679941, -0.0139142768, -0.016709419, 0.00858507771, -0.034995582, 0.0423878618, -0.00474559749, -0.0218287259, -0.0215215664, 0.0140269017, -0.0235488117, -0.034237925, 0.0500053912, -0.00307414378, -0.00899462216, 0.000812050072, 0.018204255, -0.0478348061, 0.0255555809, -0.0109757939, -0.0262313299, -0.00109169225, -0.00766360248, 0.00224481616, 0.00271067303, -0.0176718477, 0.00711071771, 0.0115798721, -0.0200369675, -0.0355484672, -0.0383948, -0.00346321124, 0.0236921534, 0.0355075151, -0.0163203515, 7.35500435e-05, -0.0079912385, -0.032026384, -0.0327021331, -0.0198629107, 0.0046150554, 0.0220539756, -0.00505275605, -0.0126958815, -0.0136787882, 0.0183373578, 0.0146002639, -0.0045049903, 0.0218287259, -0.0083854245, 0.00303830882, -0.00631722482, -0.0176616088, 0.00787861366, 0.0237126295, -0.0294667315, -0.0289343242, -0.0182656869, -0.0224635191, 0.0211734548, 0.0069110645, 0.00687011, 0.023282608, -0.0176513698, -0.00734620541, 0.0375142805, -0.0110986577, -0.0142931053, -0.0263746697, -0.0260675121, -0.0365928076, -0.0334188379, 0.0108734081, 0.0280538034, 0.0133716296, -0.0113443844, 0.0722846165, -0.032640703, 0.0572543293, -0.0110372258, 0.0193100255, -0.0551656522, 0.069131121, 0.0169858616, 0.0179585293, 0.0127265975, -0.00607149815, 0.0164636914, 0.00331219169, -0.00288216979, -0.00961405877, -0.0563533306, -0.0018531892, 0.0257193986, 0.00341969705, 0.000554165, 0.0178254265, 0.0385791, 0.0296919812, -0.0149074225, -0.0632746369, 0.000177256, 0.00351952366, 0.0139859468, -0.010914363, -0.019658139, 0.0018352716, -0.00694178045, 0.0165763162, -0.00152939302, 0.00977787655, -0.0353436954, 0.0332345404, 0.0354051292, 0.0226273369, 0.00320980558, -0.0187980961, -0.0211529769, -0.0131463809, 0.0295486394, -0.0146002639, 0.0225454289, -0.0171292014, 0.0103154033, 0.0336440876, 0.0268661231, -0.00308950176, -0.00245726737, 0.0108734081, 0.0439850874, 0.0100338422, 0.00304086832, -0.00605614, -0.0310639553, -0.00780182378, -0.00414663879, -0.0527083836, 0.0416302048, -0.00151019555, -0.00945024099, -0.0231187902, 0.0284633469, 0.0383948, 0.00248542358, -0.0128085064, 0.0717931613, -0.0214806125, 0.00417223526, 0.00612781057, -0.0225044731, 0.00829327758, 0.00292568398, 0.00294872094, 0.00397002278, -0.0455004, -0.00645544613, 0.0273166224, 0.0468109436, -0.03339836, -0.00861579366, 0.0450089462, -0.0575819649, 0.00646056561, 0.0392548479, 0.0431659967, 0.0473433509, -0.0402582325, -0.0324768834, 0.0281971432, 0.0225044731, -0.00353232189, -0.0414049551, 0.00945536047, -0.023999311, 0.0038164435, -0.0100287227, 0.0165046453, -0.00601518573, 0.0534046106, 0.0122658601, -0.018183779, 0.0061022141, 0.014569548, 0.00704416633, -0.0408725478, -0.00129390485, 0.0288728923, 0.00958334282, 0.0132590048, -0.0101618245, -0.0030459878, -0.00900486112, -0.0238559712, -0.037780486, -0.00398026127, -0.00400073826, 0.00804755092, -0.010904124, 0.000258525019, -0.01233753, 0.0112419985, -0.0149381384, -0.0180199612, 0.0176001769, -0.0127880294, -0.0372071229, 0.0288933683, 0.00276954519, 0.00294360146, 0.0281766653, -0.0370637849, -0.0169653837, -0.00322004408, 0.0105867274, -0.0260265563, 0.0177947115, -0.00247262535, -0.00271067303, 0.00272091175, -0.00613293, 0.0154603077, -0.00188902428, 0.00957822334, -0.00492989272, -0.0363061242, -0.00893831, 0.0215215664, -0.0143852532, 0.013832368, 0.0345450826, 0.00919939484, 0.00401609624, 0.00970620662, -0.00110641029, 0.0376371443, 0.002910326, -0.0057438626, 0.0269070771, 0.00928642321, -0.0402582325, 0.00388555415, 0.0314120688, -0.0234464258, 0.0032302828, 0.00666021835, -0.0262313299, 0.019699093, 0.0044435584, -0.0130235171, 0.00802195445, -0.0229754504, -0.0471385792, 0.0213167947, -0.0322311558, 0.0282585751, -0.015235058, 0.0103665972, 0.00535991462, -0.0220744517, 0.00811922085, 0.0226273369, -0.0013271803, 0.00295384019, 0.0235897675, 0.0197810028, 0.0303677302, 0.00346833048, 0.0330912024, 0.0118358377, -0.0106379203, -0.0412411392, -0.0139859468, -0.0199857745, -0.0183168799, -0.0292210039, -0.0183987897, -0.023282608, 0.0191154927, -0.0404834785, -0.00672165025, -0.00671141176, -0.0328454748, 0.045828037, -0.0143545372, -0.0330092907, -0.0122658601, -0.0280947573, 0.0195148, 0.00709024025, 0.0148255136, -0.0081652943, 0.00980347302, -0.0129416082, 0.016688941, -0.00566707272, 0.0156855565, -0.017487552, -0.0124911088, 0.00444099866, 0.0323335417, 0.0108529311, -0.0192076396, 0.0282585751, -0.00286169257, -0.00431301631, -0.006532236, 0.00177639956, 0.0373504646, 0.106727317, 0.00301783159, 0.0286271647, -0.0124706319, 0.0146616958, 0.00876425393, -0.0443946309, -0.0289957561, -0.0315554105, -0.00480702939, 0.00568755, -0.0170984864, 0.00306390529, 0.0164739303, -0.0310639553, 0.0212553628, 0.0161667708, 0.0015972238, 0.0227706786, 0.0134637775, 0.0299581848, 0.0237126295, -0.0148152746, 0.0097574, -0.00775575032, 0.0235283356, 0.0165046453, 0.000519289693, -0.0212553628, -0.00473791873, 0.0124603929, -0.00818577223, -0.00571314665, -0.023999311, -0.0154910227, 0.0136173563, -0.0180302, -0.00592303835, -0.023262132, -0.0160029531, -0.0207024775, -0.00498876488, -0.00869258307, 0.000901637948, 0.0146309799, -0.0139040379, -0.013084949, -0.0329273827, 0.0101003926, 0.0163613055, 0.00273882924, 0.0125730177, -0.0180813931, 0.0037806083, 0.00428486, 0.000668709457, -0.0225454289, 0.0177844726, -0.00102066179, 0.0148664676, 0.00466880808, -0.00897926465, 0.0180711541, -0.012378484, 0.0143135823, -0.0142828664, 0.00316885114, 0.00913796294, 0.0100492, -0.0170882475, 0.00740251783, 0.00806802791, 0.0301220026, -0.0240812209, 0.00973180309, -0.0098700244, -0.0419373624, 0.0205181818, 0.0538960658, 0.0220744517, -0.000219170339, -0.0148767065, 0.00473791873, -0.0387429148, 0.0215420444, -0.0233645178, -0.00644520763, 0.0086669866, -0.0198424347, 0.0074281143, 0.0106993513, -0.0331935883, -0.0228935406, -0.000810130325, 0.0177947115, -0.0360399224, 0.00056280382, 0.026886601, -0.0249003097, 0.0121839512, -0.0135559253, 0.00576945907, -0.00438212696, 0.025494149, -0.00970620662, 0.0477528945, 0.00678308168, 2.79362193e-05, 0.00668581482, 0.0444765389, -0.00588720292, 0.00942464452, -0.0202519782, 0.00160874228, -0.00641961116, -0.000409544562, 0.0393367559, 0.0249412637, 0.0200267285, -0.00346321124, -0.0219925437, -0.00187750591, -0.0155626936, -0.000915076118, 0.0416506827, -0.00606125966, 0.0096242968, 0.0236921534, 0.0120713264, 0.0245112423, 0.0200472064, -0.0554523356, -0.0382309854, -0.0135354474, -0.0271323267, 0.00606125966, 0.00799635798, -0.0274394862, -0.0136275953, 0.0157777052, 0.00849804934, 0.0161360558, -0.015327205, 0.0287909824, 0.00163689838, -0.00145132351, -0.00342993578, 0.0125730177, 0.0192383565, -0.000519609661, 0.0445174947, -0.0230573583, -0.0276237801, -0.0279104616, -0.0479167141, 0.0211939309, 0.0029461612, 0.00425414415, 0.0023216058, 0.0314325467, -0.0143033443, 0.0369818732, -0.0119996555, -0.00708512077, 0.00782742072, -0.0111805666, 0.0553704239, 0.00153195264, -0.00635817926, -0.0356099, 0.00771991489, 0.00667557633, -0.0130439941, 0.00109617168, 0.00744859176, 0.000766616256, 0.0141600035, -0.00323540205, -0.0233030859, -0.00457410095, -0.00174824335, -0.00164457737, 0.0136992661, 0.0179790072, 0.01160035, 0.0416097268, 0.00855948124, 0.0079298066, 0.00731037045, -0.0257808305, 0.00914308242, -0.0098085925, 0.0201086383, 0.0226273369, -0.0249207858, 0.0160951018, 0.0100492, -0.0146002639, 0.00687011, -0.0215010904, -0.00470976252, 0.0109655559, 0.0121429963, -0.0224225651, 0.0222792234, 0.0150405243, 0.0620460026, 0.0185318924, -0.0215420444, 0.0165763162, 0.0278285537, 0.0142521504, 0.0188800041, 0.0154500687, -0.030552024, 0.00684451358, 0.00426694239, 0.015286251, 0.0352413096, 0.00123375305, 0.0151941031, 0.0283404831, -0.0329683386, 0.0282176211, 0.00690594502, 0.0242655147, 0.00644520763, -0.0171906333, 0.00731549, 0.067779623, 0.0550427884, 0.00987514295, -0.0260675121, -0.0084110219, 0.023323562, -0.0162486807, 0.0267842151, 0.0167913269, 0.00951679144, -0.0341764949, -0.0189721528, 0.010883647, 0.020344127, 0.0288319364, -0.00535991462, 0.0118358377, -0.0160951018, 0.00572338514, -0.0266408734, -0.0256784447, -0.0271937586, -0.0167913269, 0.000875401485, 0.0367771, 0.0358556248, 0.0228321087, 0.0176001769, 0.0263541918, 0.00504251756, -0.00319444761, 0.00559028331, 0.0429612249, 0.0198219568, 0.00480702939, 0.0242859926, -0.0125627797, 0.0128801763, -0.0199652966, 0.0117334519, 0.0235078577, -0.0187776182, -0.00446915487, 0.0146412179, -0.032722611, 0.0268046912, 0.0331526324, 0.0187878571, 0.0260470342, 0.00870794151, 0.0202212632, 0.03339836, -0.0107607832, -0.0103000458, -0.0662233531, -0.00486590154, -0.0257603526, -0.00935297366, -0.0140678557, 0.00284633483, 0.00680355914, -0.0071311947, -0.0257193986, 0.016729895, -0.0178663824, 0.00851852726, -0.0443536751, -0.0331935883, 0.0364085101, 0.0212758407, 0.0012350328, 0.0102642104, -0.0306748878, -0.0411797054, 0.0110781807, 0.0217468161, 0.00335314614, 0.0176411327, 0.0121122804, 0.0341764949, -0.00351952366, 0.00263132388, -0.0143033443, -0.010893885, -0.00411080336, -0.00683427509, -0.0110372258, -0.00424390566, -0.0215420444, -0.0104945796, 0.0214806125, -0.00609709462, -0.00302807, 0.0103768352, -0.000276282604, -0.0343607888, -0.0412001833, -0.0202826951, 0.0263746697, -0.019576231, 0.0236921534, -0.00314837391, 0.0149586154, 0.0404015705, -0.0483262576, -0.0134433005, 0.00503995782, -0.0105457725, -0.0273166224, -0.0141395265, 0.0178868584, -0.000477375375, 0.019606946, -0.0328249969, 0.00886664, -0.015982477, 0.0113751, 0.0253508091, -0.0105662495, 0.00576433958, -0.0119791785, -0.0122658601, 0.00722334208, -0.00125615, -0.00494013121, 0.0248798318, 0.022524951, 0.0111088967, 0.0197810028, -0.0107914992, -0.0363880359, 0.0193100255, 0.0162998736, 0.0179278124, -0.00737692136, -0.0332754962, 0.00765336398, 0.0189107209, -0.0189107209, -0.0117948838, -0.0210301131, 0.00593839632, 0.0140678557, 0.0127880294, 0.012388723, -0.0173237342, -0.00717214914, 0.000174056433, 0.00329683372, 0.0180404373, -0.0478348061, 0.00519609684, 0.00152555353, 0.00565683423, 0.0253508091, -0.00254557538, 0.0098700244, 0.00823184568, -0.0155012617, 0.00166633446, 0.0081499368, -0.013105426, -0.00883080438, 0.0146105019, 0.00840590242, -0.0625784099, -0.000413064088, -0.00846221484, 0.0112112826, 0.0121737123, -0.00167785294, 0.013084949, -0.00185062946, -0.010914363, 0.00373453461, -0.00672165025, -0.0108529311, 0.0255146269, -0.00553909037, -0.0203850809, -0.00151531491, 0.0230573583, -0.0244702883, 0.0216649082, -0.00569266966, -0.014559309, -0.0113751, 0.0153783988, 0.014559309, -0.0194738433, 0.0345041305, -0.0127675515, 0.00597423129, 0.0335621759, 0.00436676899, -0.000122943355, 0.00535479514, 0.00539574958, -0.0211120229, -0.0356099, -0.00929154269, 0.0139654698, 0.0171189625, -0.0172213484, 0.0368180573, -0.00028956082, 0.00507579278, -0.0163101126, -0.00314069493, 0.026169898, 0.0230368823, 0.0173032582, 0.00970108714, -0.00306902453, -0.00240351469, 0.00276442571, -0.0168220438, -0.0264156237, 0.0146924108, 0.00534967566, 0.00559028331, 0.00819601, -0.0271732826, 0.0161872488, 0.0227092467, 0.0519302525, -0.023262132, 0.00525752828, 0.0226887688, 0.00521401409, 0.0119279856, 0.0100594386, 0.0352413096, 0.00707488228, -0.0148459906, 0.00809874386, -0.00962941628, 0.00325076, 0.0186240394, -0.0090099806, -0.0224430412, -8.51884688e-05, -0.00228577061, -0.00993145537, -0.0154295918, -0.00593839632, -0.00271835201, -0.00590768037, -0.0143954912, -0.0140576167, 0.016688941, -0.0100952731, -0.00663462188, -0.00469184481, -0.0119689396, 0.00693154195, -0.0238354933, 0.0207639094, -0.0105662495, 0.0163613055, -0.0211529769, 0.00983930845, -0.00164841686, -0.016740134, 0.0327021331, -0.00788885262, -0.0230983142, -0.0269889869, 0.0126242116, 0.00506299455, 0.0175694618, -0.005083472, -0.0078683747, 0.0256170128, 0.00449731108, 0.0020873975, -0.0157265104, -0.0139961857, -0.00480446965, -0.0039649033, 0.00231392682, 0.0110679418, 0.0220949296, 0.0250026956, -0.0136378342, -0.00793492608, -0.0203031711, 0.0144774, -0.0218901578, -0.00581553299, 0.0250436496, 0.00571826613, 0.00699297339, -0.0100287227, -0.0120815644, -0.0112419985, -0.00758169359, 0.0343607888, 0.00926082674, -0.00956798531, 0.00363726774, 0.0110781807, 0.0333164521, 0.00692642247, -0.0196479, 0.00800147653, 0.0100031262, 0.0159108061, -0.00177639956, -0.00304854731, 0.018132586, -0.0022473759, -0.00409288611, -0.0243064705, -0.00394698558, -0.0307158418, -0.012347769, -0.00519865612, 0.00944512151, -0.0181940179, -0.031289205, 0.010177182, 0.0267023053, -0.00551861292, 7.78694593e-05, -0.0120610874, 0.0102642104, 0.00196069456, 0.0111088967, -0.0129928011, -0.00289240852, -0.00621483894, 0.00976763759, -0.00182503299, 0.0122556211, 0.03628565, -0.0265794415, 0.00663974136, -0.00797588, 0.000480255, -0.00536503363, 0.018214494, -0.050210163, 0.0129518472, 0.00682915561, -0.0049350122, 0.0259651262, -0.00231008721, -0.000973308226, -0.0118358377, -0.0285043, 0.0136480723, 0.00586672593, -0.0233440399, -0.0212553628, -0.0357532389, -0.0231392682, 0.00263644313, 0.00527800573, -0.00142060767, 0.00618924201, -0.00635817926, -0.00560564129, -0.0150917172, 0.00803219248, 0.00142060767, -0.00572850462, 0.0113239074, 0.00736668287, -0.0212963168, 0.0242450386, 0.0245317202, 0.0193919353, 0.00186342781, -0.0139552308, -0.0155319776, 0.00220514159, 0.0252279453, -0.00148459908, 0.0037447731, 0.0124296779, 0.00127022807, 0.00180583552, -0.00819601, -0.00643496914, 0.00816017576, 0.0142726284, 0.0199038666, 0.0225044731, -0.0110372258, -0.00305110705, -0.0213987026, -0.0320673399, 0.00282841711, 0.011651543, -0.010883647, 0.00330195297, -0.00450755, -0.00688546803, 0.0201700702, 0.0201598313, 0.00728477398, -0.0183373578, 0.0039546648, -0.00358863431, -0.0288524143, -0.0058820839, 0.00226401351, 0.013842606, 0.00175976183, 0.0165353622, -0.022565905, 0.00363726774, 0.00115056429, 0.00985466596, 0.0033761831, -0.0180097222, 0.0126242116, 0.046565216, -0.00107633427, 0.0182349719, 0.00365006598, -0.0193919353, 0.0133511527, 0.00131182245, -0.0315144546, -0.000562483852, -0.00477887318, -0.00933249667, 0.0146514568, -0.00926082674, 0.00693666097, -0.0043846867, 0.0296100713, 0.0143954912, 0.00535991462, -0.0153783988, 0.00548277795, 0.00371917663, -0.00160618254, -0.00249310257, 0.00435141101, -0.0045049903, 0.00864139, -0.00128110661, 0.0260879882, 0.0195864681, 0.00712607522, -0.00927618425, 0.000177575959, -0.0215625204, -0.00681891711, 0.00882056635, -0.00770455692, 0.015306728, -0.0148255136, -0.00820624921, 0.0139654698, 0.024736492, 0.00375245209, -0.000237887798, 0.0208458174, -0.00508091226, -0.0317806564, 0.0220744517, -0.0127880294, 0.0213782266, -0.0248388778, -0.0202519782, -0.00893831, 0.00011430453, 0.00101682241, 0.00463553239, 4.36340924e-05, 0.0219311118, -0.0325178392, 0.0154705457, -0.00637353724, -0.00506043481, 0.00533943716, 0.0279104616, 0.0200984, -0.00857484, -0.0171496794, -0.0268046912, -0.00387275568, 0.0202826951, -0.00141804805, 0.0182656869, -0.0360808745, 0.00806802791, -0.0211939309, -0.0147436047, 0.0153681599, 0.00433861278, -0.0115696341, 0.0318011343, 0.0206922386, 0.0165046453, 0.00704928581, 0.0113341454, 0.0169244297, 0.0316168405, 0.00895366818, -0.00578481704, -0.0122249052, 0.0373504646, 0.0022576144, 0.0148459906, -0.0115901111, 0.00960382, -0.00806802791, 0.00414407905, -0.0281766653, -0.0129416082, 0.0130439941, 0.0096242968, 0.0032302828, -0.00175720209, 0.00637865672, 0.0347089022, -0.0274599623, -0.0231392682, 0.0129928011, -0.000489533762, -0.0281357113, -0.0093069, -0.0100440802, 0.0177025646, 0.0242859926, 0.00185062946, 0.0172520652, 0.00616364554, 0.0127675515, 0.00193125859, -0.00199525, -0.0221973155, 0.000122303449, 0.0116822589, -0.0161770098, -0.0141497646, 0.00763288699, -0.0179994833, 0.0168732367, -0.00119983754, 0.000751258282, -0.00463553239, 0.0241836067, -0.00562611828, 0.00162410014, -0.00868234504, 0.00157802645, -0.0079298066, -0.0189721528, -0.00297687715, 0.0095884623, -0.00520889508, -0.00410312461, 0.0253508091, 0.0106276814, -0.00167657307, -0.0142623894, 0.00652199704, 0.0115696341, 0.0379647799, -0.000144300473, 0.00088500022, 0.00631722482, 0.0157367494, 0.0224225651, 0.0291390959, 0.0159210451, 0.0151941031, -0.00227681175, 0.0160439089, -0.0205693766, -0.0221563615, 0.0171087235, 0.00506555429, 0.013125903, -0.0253508091, -0.00479423115, 0.00629674783, -0.0112317596, 0.00350672542, -0.0201598313, -0.00592303835, 0.0119894175, -0.020323649, 0.0280128475, 0.00986490492, -0.0330502465, -0.0229754504, 0.0279923715, 0.0202417392, 0.0125934957, -0.0138937989, 0.0249412637, 0.0153579209, 0.0288728923, 0.00121647539, -0.0169653837, -0.00365518522, 0.00531384069, -0.0391934142, -0.0286271647, -0.0171803944, -0.0279923715, 0.000393226772, -0.00865162909, -0.0155729316, -0.00424390566, 0.026210852, 0.0107300673, 0.0219925437, 0.0271732826, -0.0121839512, 0.0381695516, 0.0212144088, 0.00615340704, 0.0168425199, -0.0258832164, 0.00794516411, 0.00716191065, 0.00671141176, 0.00655783247, 0.0172520652, 0.0225454289, 0.00863627065, -0.00711071771, -0.0142931053, 0.015962, -0.00327123725, 0.00850316882, -0.00327379676, 0.00723358104, -0.00463809213, -0.00602030521, 0.0156855565, 0.0168732367, -0.00503995782, 0.0216649082, 0.00855436176, 0.000342673622, -0.0270299409, 0.0283404831, -0.00208227825, 0.00237279874, 0.00444099866, 0.00442308141, 0.0019095015, -0.00387787516, 0.0205693766, 0.0153169669, -0.00359119382, 0.0309820455, -0.00452546729, -0.023241654, 0.0169346686, 0.0329069048, 0.00175208284, 0.0324564055, 0.0122863371, 0.00489149801, -0.000866442744, 0.00982395, -0.00138861209, -0.0156343635, 0.00302295084, -0.00978299603, 0.00361423078, 0.00113136682, 0.00619948097, -0.0247979239, 0.021849202, 0.0103717158, 0.0122965751, -0.00988538191, -0.00417735474, 0.0213372726, 0.0166787021, 0.00500156311, -0.00186214794, 0.00371661689, 0.00666021835, 0.0062046, -0.0108119762, -0.00854924321, 0.000109185217, 0.00413895957, -0.0209482051, 0.00981371198, -0.00323540205, 0.0056721922, -0.00529336371, -0.00290264701, -0.0095987, 0.0186957102, 0.00706464378, 0.0295076855, -0.0190950148, -0.00810386334, -0.00111152953, -0.0143647753, 0.0162691586, -0.0329683386, 0.0213577487, -0.000835726853, 0.0353846513, -0.00369358, 0.0245317202, -0.0178459045, 0.0148767065, -0.0105867274, 0.0105662495, 0.00326099852, 0.00958334282, -0.0147333657, -0.0141804805, 0.00172264688, 0.0171599165, -0.0138528449, 0.00707488228, -0.0136480723, -0.00970620662, 0.00448963232, 0.00398026127, 0.0122453822, -0.0020131676, -0.000251006015, -0.0136480723, 0.0134740165, -0.0187980961, 0.00612269109, -0.0167503729, 0.00327379676, -0.00790421, -0.023999311, 0.0184192676, -0.00408264715, -0.00393418735, 0.0259856023, 0.010146467, -0.0013950112, 0.00495036971, 0.00594863482, 0.00144236477, 0.0205079447, -0.0238969252, 0.037719056, 0.00154859037, 0.00165865547, 0.0186752323, -0.00718238764, -0.00510394899, 0.00854924321, -0.00276698545, -0.00544694252, 0.0154807847, -0.0151224332, -0.0153886368, 0.0129723242, -0.0175387468, -0.00308950176, 0.00303318934, -0.0243064705, 0.00478655193, -0.0189721528, 0.013842606, -0.0119075086, -0.0056107603, 0.0126549266, -0.00550325494, 0.0315554105, -0.00903045759, -0.00745371124, 0.00584112946, -0.00321748457, -0.00129262498, -0.0133818686, 0.00956286583, -0.00238943659, 9.82867e-06, -0.017415883, -0.0132897208, -0.000158938492, 0.00457410095, 0.0258013085, 0.00420295121, -0.00351952366, -0.0102027785, -0.0057336241, 0.0160951018, -0.00154091138, -0.00149355782, -0.000805011, 0.0121429963, 0.0169756226, 0.0113341454, 0.00115760334, 0.00166761433, 0.0136378342, -0.00775063084, -0.00275162747, -0.0124808708, 0.0134740165, -0.00724381953, 0.00827791914, 0.0064093722, -0.00173032575, 0.0129313692, 0.0041236016, -0.0049350122, -0.03339836, 0.00321492483, -0.00874889549, 0.0109450789, -0.00851340778, -0.000726301689, -0.0224430412, -0.00630698632, -0.00691618398, 0.00582577148, -0.0272347126, -0.00203108508, 0.000304438785, -0.00681379763, 0.0121122804, 0.00210275548, -0.0180506762, -0.0257808305, 0.0202724561, 0.000812050072, -0.0197195709, -0.0218287259, 0.00331987068, -0.0373914205, 0.0122658601, -0.00417991402, 0.00406984892, -0.00233312417, -0.00824208464, -0.0058923224, 0.00906117354, -0.0192690715, -0.00385995745, -0.011641304, 0.0114570092, -0.00380108552, 0.0190028679, 0.0139347538, -0.00310741947, 0.0123272911, -0.0140473787, -0.0167196561, 0.000861323439, -0.0125218248, -0.00903557707, 0.00962941628, 0.000237887798, 0.0191974, 0.00792468712, -0.00760729, -0.0124501549, 0.0146719338, -0.00341969705, 0.000153099274, 0.0187878571, -0.0219515879, -0.00293336296, -0.000951551192, -0.00694689946, 0.00351696392, -0.001633059, 0.00525752828, 0.0226478148, 0.00781206274, 0.0090714125, -0.0128392223, 0.00807826687, -0.0275009181, 0.0248798318, 0.0115901111, 0.00488637853, -0.0107095903, 0.00459457794, -0.0161770098, 0.00531896, -0.0177435186, 0.0397667773, 0.0202417392, 0.0134535385, 0.00355279911, -0.00327123725, -0.00257501146, 0.018204255, -0.0013809331, -0.0316373184, 0.0218287259, 0.0180609152, 0.0281971432, 0.0107710222, 0.00993145537, 0.0117027359, 0.00260572718, 0.00172904599, 0.00950655341, 0.0209277272, -0.0230983142, 0.0085082883, -0.0324973613, 0.00125615, 0.0255351029, -0.00456642173, 0.0111805666, -0.0163408276, 0.0095987, -0.0094655985, 0.0101413475, 0.0169551447, -0.0146924108, -0.00455106376, 0.00294104195, 0.00372941513, 0.00781718176, 0.015982477, 0.0301834345, 0.00672165025, 0.0119279856, -0.0198526736, -0.0163408276, -0.0139654698, 0.0183783118, 0.0067523662, 0.0278490297, 0.0106788743, 0.0284223929, 0.00340689882, -0.00297687715, -0.00354000088, 0.00489149801, -0.00274394848, -0.00514746318, -0.000204452328, 0.0113648614, 0.0193612184, -0.0121429963, -0.011651543, -0.000533047831, -0.031248251, -0.0081652943, 0.0171599165, -0.00371405715, 0.00435141101, -0.0100082457, 0.00237407861, 0.0131361419, 0.0260470342, 0.0228730645, -4.61187574e-06, -0.00496316841, 0.0194431283, -0.0105867274, 0.0328045189, -0.0081499368, -0.00541110756, -0.0139757078, -0.0158903282, -0.024756968, -0.0104843406, 0.00076917588, 0.00357583608, -0.00239839545, -0.00835470948, 0.0192997884, -0.0147640817, -0.0354460813, -0.00293080322, -0.0144364461, -0.00890247524, 0.0201495923, 0.00065495132, 0.0154500687, 0.00371661689, 0.00202852534, -0.0061738845, 0.0175592229, 0.000693026173, 0.0108529311, 0.034975104, 0.00273115025, 0.0140678557, -0.0095987, -0.00740251783, 0.00877961144, 0.0178151894, -0.00338130235, -0.0102898069, 0.000705184531, -0.00481726788, 0.0196376611, -0.0294053, 0.00874377601, -0.000166217505, 0.0064708041, 0.0112112826, -0.0198321957, -0.0208253413, 0.00943488255, 0.00173288549, 0.0101362281, 0.00886664, 0.0119996555, -0.0047020833, 0.00110193086, -0.0113443844, 0.0126651656, 0.0264770556, -0.0101311086, 0.0170370545, -0.0135354474, 0.00697761541, -0.00378572755, -0.00266715907, 0.00456642173, -0.00348368846, -0.0144876391, 0.0122146662, -0.00305110705, 0.0229344964, 0.0013009439, -0.00874377601, 0.0233030859, -0.00781206274, -0.00243295077, -0.0147845587, 0.0200574454, 0.0128392223, -0.004714882, -0.0101208696, -0.0213577487, 0.0159005672, 0.0108017381, 0.00715167215, -0.0117846448, 0.0222587474, 0.00993657485, -0.0107300673, 0.0183783118, 0.00308694225, -0.0173954051, 0.0116105881, -0.0127982674, -0.0022115407, 0.0287500285, -0.00909700897, -0.00390091189, -0.0229959264, -0.00690594502, -0.0178561434, -0.00262876414, 0.0170165766, 0.0155831706, 0.000166377475, 0.00537527259, -0.00658854796, 0.00535991462, 0.0110372258, -0.0190745387, 0.00730013195, 0.0185933225, 0.00655271299, 0.0141702415, 0.00628139, 0.0258013085, 0.0233440399, 0.00544182351, -0.01669918, -0.0202826951, 0.015962, 0.00503483834, -0.0194021743, -0.0191257317, 0.0082881581, -0.021132499, -0.00704416633, -0.00944512151, -0.00299479463, -0.011661781, 0.0125627797, 0.00677284319, -0.00818577223, -0.00704928581, -0.00102578115, -0.00983418897, 0.00661414489, 0.000442180142, -0.014518355, -0.000279802131, 0.00262620463, -0.000905477442, -0.0351798795, 0.0166070312, -0.00384971895, -0.0225863829, 0.0125115868, -0.0081499368, 0.0201086383, -0.000566643314, 0.0113341454, 0.000262524467, 0.00648616208, 0.00351184467, -0.0106891133, -0.00350928493, 0.0288114604, -0.00308694225, 0.0108324541, 0.0135456864, -0.0218901578, -5.29928257e-05, 0.0248593558, -0.00533943716, -0.00921475235, -0.00166761433, -0.0132180508, -0.00195685518, 0.0131566189, -0.0113136685, -0.0064810426, -0.00241247355, 0.00976251811, -0.020333888, 0.00882056635, 0.0146207409, -0.00499644363, 0.0165251233, 0.0104843406, -0.0137504591, -0.0114877252, -0.0154910227, -0.00262876414, -0.00914820191, 0.00676772371, 0.0016752932, 0.00842637941, 0.0243064705, 0.00470464304, -0.0113034304, 0.0196683779, 0.0046048169, 0.00692642247, 0.0328659527, 0.00794516411, 0.0268661231, -0.00395210506, -0.00137325411, -0.00642984966, -0.0276237801, 0.0209174883, 0.0134330615, 0.0230778363, 0.00842637941, 0.0210710671, 0.0121020423, -0.0383333713, 0.00804243144, -0.0129211312, 0.00981883053, 0.000407944783, 0.00640425319, -0.00225633453, -0.0176411327, -0.0124808708, -0.00404169271, -0.0194738433, 0.000220290181, 0.0191871636, 0.0176411327, -0.0206717625, -0.00594351534, 0.032026384, 0.00193125859, -0.018224733, 0.0215010904, 0.011641304, 0.0192690715, 0.016709419, -0.00807826687, 0.0168015659, -0.0179482903, 0.0172418263, -0.00194789632, 0.0190131068, 0.00607149815, 0.0106788743, 0.000219330308, 0.00242271204, -0.00239071646, -0.0239174031, 0.00156906759, -0.00119407836, -0.0242450386, 0.0122146662, -0.00865162909, 0.00156778784, 0.00466624834, -0.0195864681, -0.0136173563, 0.0125423027, 0.00807826687, 0.00282329787, 0.00748442672, -0.000676388445, -0.0031304562, -0.0183168799, -0.00499900337, 0.0302448664, -0.0051705, -0.0272347126, 0.00521913357, 0.0146207409, 0.0171394404, 0.0255965348, -0.00259292894, 0.0253712852, 0.00742299529, -0.00921475235, -0.016013192, 0.0246136282, 0.00547765847, -0.0260879882, 0.00395978382, 0.012358007, 0.00912772492, 0.00456130272, 0.0259446483, -0.01381189, 0.0173032582, -0.0251050815, 0.00779670477, 0.0329273827, 0.01233753, 0.00680867815, -0.00343249529, -0.0187980961, 0.00895366818, 0.0245112423, 0.0273166224, -0.0167196561, 0.00728477398, 0.00658342894, -0.0368590094, -0.00152939302, -0.0103307618, -0.0165353622, -0.0172520652, 0.00892807171, -0.0135661634, 0.00378828729, 0.00746394973, 0.0324359313, 0.00280794, -0.000196933339, 0.0192178786, -0.0153374439, 0.0217877701, -0.0062046, -0.0104843406, 0.0108324541, 0.00210275548, 6.61510494e-05, -0.0165660772, -0.00510138925, -0.016658226, -0.0157572273, 0.0269480329, -0.00609709462, 0.0188390501, 0.00251485966, -0.0153988758, -0.00572338514, 0.00365774496, 0.0234054718, -0.0142931053, -0.0135559253, -0.00754073914, -0.0125934957, 0.0185318924, 0.0153374439, 0.000175016306, 0.00782742072, 0.00813969783, -0.0133818686, 0.00190822175, -0.0103205228, 0.0228525866, -0.000884360285, 0.0266408734, -0.0129108923, 0.0173134971, -0.00333010918, 0.00393418735, 0.0113853393, -0.0120918034, -0.00745883025, 0.00202468596, 0.0169346686, 0.0158084203, -0.0253508091, 0.00171880738, 0.0129620852, -0.00426694239, 0.0311458632, 0.0150610013, 0.00168553181, 0.000731421, -0.00407240866, -0.0185421295, -0.00565171521, -0.0121225193, -0.00444099866, 0.0164124984, 0.0347293802, 3.16957107e-06, -0.00867722556, -0.00325331953, 0.0180609152, 0.0361832604, 0.0179380514, 0.0113443844, -0.023241654, -0.0179278124, 0.00359375356, 0.0264361016, -0.00400073826, -0.00767384144, -0.00241247355, 0.0136992661, -0.0126754045, 0.0189619139, 0.0200881604, -0.0158903282, -0.0229959264, 0.0221358836, 0.0010507378, -0.0258627385, -0.00807826687, -0.0168937128, 0.0198629107, -0.00305878604, -0.0207843874, -0.021849202, 0.0113546234, 0.0135866413, 0.0376576222, 0.027603304, -0.00376525032, 0.0178254265, -0.00472000102, -0.0194328893, 0.00584112946, -0.0136890272, 0.000687267, 0.00699297339, 0.0111498507, -0.0229754504, 0.0221563615, 0.0127061205, 0.00239071646, -0.0172418263, -0.0082267262, 0.00847757235, 0.0262313299, 0.00127342762, -0.00773527287, 3.8654769e-05, -0.00919939484, -0.0237535853, -0.00933249667, 0.0096498942, 0.00200804812, 0.00543670403, 0.0222792234, 0.00556468684, -0.0162179656, 0.00889223628, 0.00800659601, -0.000296119921, 0.00320980558, -0.00863627065, 0.0128904153, 0.00290520675, -0.00257117208, -1.61078187e-05, 0.00485566258, 0.0101823015, 0.00665509934, 0.00508603174, -0.00261724577, -0.0179585293, 0.00195557531, -0.0111191347, 0.000462657365, 0.0219925437, 0.0106686363, -0.00390859088, 0.00746394973, 0.0155422166, 0.0113648614, -0.0106583973, 0.0137095042, -0.00890247524, 0.010146467, 0.00412872108, 0.0206615236, -0.00868234504, -0.0138630839, 0.00478655193, 0.0148152746, -0.0044947518, -0.0118563147, 0.0202110242, -0.0197400488, -0.0166684631, -0.000781974173, -0.00900486112, -0.00374221336, 0.00256093335, 0.00856460072, 0.0193509813, 0.00657830946, 0.00596911181, -0.00940928608, 0.0111703277, -0.00469440455, 0.0153374439, 0.0153169669, 0.0110577028, 0.0153886368, -0.00956286583, 0.0129518472, -7.46698934e-05, 0.0272142366, 0.00394698558, 0.0302243885, 0.00794004556, 0.00176104158, -0.0147026498, 0.00240479456, -0.00111536903, -0.00436676899, -0.00868234504, -0.0216239523, 0.0121839512, -0.00269787479, -2.24769574e-05, 0.00561588, -0.00282841711, 0.0111191347, 0.00700321188, 2.21769988e-05, 0.00760217104, -0.00230496796, -0.0273780543, -0.0162486807, -0.00774039235, 0.00784789771, 0.0190745387, 0.00773527287, -0.00618924201, -0.0136992661, -0.00158058607, 0.00111344934, -0.00402889447, -0.00219234335, -0.0186649933, 0.00655783247, 0.0112522366, 0.0250641275, 0.0216853842, 0.015992716, -0.0107403062, -0.0224020872, -0.015306728, -0.00702880835, 0.00240735407, 0.00405449141, -0.00970108714, 0.0104689831, -0.0202110242, -0.021767294, 0.00159082469, 0.0126446886, 0.00599982776, -0.0182759259, -0.0325997472, 0.0137709361, 0.0175182689, 0.0224225651, 0.0217058621, -0.0127061205, -0.019617185, 0.00021005157, 0.00945024099, -0.0156138865, -0.00785301719, 0.0171394404, 0.00678820116, 0.0164841693, -0.00130222377, 0.026210852, 0.00165097648, 0.0284633469, -0.0161872488, 0.00700321188, 0.00308694225, -0.0108631691, 0.0114774862, 0.0181223471, -0.00698785391, 0.00915844, -0.0118460767, -0.0144569231, 0.00291288574, -0.0046048169, 0.0230778363, -0.0102539724, 0.00392906833, -0.00253789639, -0.0035963133, 0.0118563147, 0.0084110219, 0.000617196434, 0.0158903282, 0.00818065275, 0.0340331532, 0.00269531505, -0.00913796294, 0.00428742, -0.00555444835, -0.0177742336, 0.0220949296, 0.0275828261, -0.0095987, -0.0132282898, -0.00692642247, -0.00160362292, 0.00440260395, -0.00995193329, 0.000254365557, -0.008027073, 0.00664486038, -0.00186854706, -0.00973180309, -0.0083854245, -0.0194840822, -0.0047737537, 0.00826256163, 0.00281817862, 0.00647592358, 0.0258217845, 0.0101925405, 0.0134944934, 0.0116105881, -0.0085082883, -0.003634708, 0.00920451432, -0.0058923224, 0.0172827803, 0.013842606, -0.00197221315, -0.0156957954, 0.027644258, 0.0167913269, 0.0132385278, 0.0125832567, -0.0021232327, -0.00140652957, 0.00753050065, -0.00064311293, -0.0248798318, -0.0238559712, -0.021808248, 0.00459457794, -0.0112727145, 0.00250206143, -0.0156548414, 0.0155524546, -0.005820652, -0.0156138865, 0.0127163585, 0.00848781131, 0.00973692164, 0.0134330615, 0.00862603262, -0.00221666, -0.0105764885, 0.00681379763, 0.00715167215, 0.0126651656, 0.00938369, 0.00139245146, -0.00558516383, 0.00861579366, -0.00704928581, 0.0038548382, -0.00169449067, -0.00467392756, -0.0390296, 0.00255325437, 0.00877961144, -0.0072796545, -0.000980347279, -0.0146514568, -0.0183271188, -0.0475481227, -0.0095884623, 0.00871306099, 0.0215420444, 0.00260700705, 0.000682147685, 0.00635306025, -0.00411592284, 0.0212553628, 0.0124808708, 0.00205796142, 0.0100031262, 0.0164022595, 0.000848525146, 0.0165967941, 0.00641449168, 0.0157162733, 0.012347769, -0.00303830882, -0.0031023, 0.0177947115, -0.0200062525, 0.0271937586, -0.0228321087, 0.0104177902, -0.00567731168, -0.0071926266, -0.00239967508, -0.00157802645, -0.0350160599, -0.0075612166, -0.0187264252, 0.00407240866, 0.00924034882, 0.0233849939, -0.0106174424, -0.0182861648, -0.0170063376, -0.0202110242, -0.00437700748, 0.00873865746, -0.00520889508, 0.000964989362, -0.00527800573, -0.00113968574, 0.0114672482, 0.00162410014, -0.00408008788, 0.0204465128, -0.0168322809, -0.0142009575, -0.00547765847, -0.0180404373, 0.00884616282, 0.0071209562, -0.000177895927, 0.00549813593, 0.0108426921, 0.0162896346, 0.00801171549, -0.019627424, -0.000696225732, 0.00941440556, -0.0106174424, 0.0164944064, 0.00960893929, -0.0216239523, 0.0156855565, 0.0248184, 0.00265436061, -0.0293438677, -0.0165046453, -0.00938369, 0.0053036022, 0.015982477, -0.00230368809, 0.00363214826, -0.00224353629, 0.00102578115, 0.00340177957, 0.0193714574, -0.00824720319, 0.0128494604, 0.0186240394, -0.00116592215, 0.00355535885, -0.00443843938, -0.00458689919, -0.0279923715, 0.0273166224, 0.0150405243, 0.0103051653, 0.00233824342, 0.00875913445, -0.00099058589, -0.0129211312, -0.0112010436, 0.00516282115, -0.00130030396, -0.00169705029, -0.0122351442, -0.00859019719, -0.00399561925, 0.00557492534, 0.0290571861, 0.00484286435, -0.00416967552, -0.0119279856, -0.0187673792, 0.0252689, 0.00315861241, 0.0147743197, -0.0172315873, 0.0158288982, 0.0155524546, 0.00826768111, 0.00462017441, 0.00971132517, -0.0220130198, -0.00505531579, 0.00551861292, -0.015992716, -0.00373197487, -0.00533943716, 0.000376589, -0.0201393533, -0.000454018533, 0.00651175855, -0.0187980961, -0.00408776663, -0.0175797, -0.00358095532, 0.0143954912, -0.0147026498, -0.0183578357, -0.029118618, -0.015941523, -0.0124399159, -0.0104177902, -0.00107953383, -0.0259241704, -0.0113341454, 0.00255709398, -0.0110167488, -0.0246136282, 0.0191769246, -0.00250206143, 0.0119484626, 0.020292934, 0.00145132351, -0.0117334519, -0.0102846883, 0.0131463809, -0.00232928479, 0.01233753, 0.00401609624, -0.00560052181, -0.00210275548, 0.00906117354, -0.0486129411, -0.0238764472, -0.0206410456, -0.00805267, -0.0092096338, 0.00194917619, 0.0235692896, -0.000396426331, -0.00634282129, 0.00794516411, -0.00716191065, 0.0359170586, -0.00452546729, 0.0078683747, -0.00404425245, -0.00304854731, 0.000921475294, 0.00300247362, 0.00642473, -0.00613293, -0.00103729963, 0.00368334143, -0.000312597695, -0.0210301131, 0.0134842545, 0.0148152746, -0.0169039518, -0.000959230179, 0.0143852532, -0.00968060922, 0.00321748457, 0.0131156649, 0.00825744215, 0.00528312474, -0.00628139, -0.0190540608, 0.00590768037, 0.00172136701, 0.00946047902, -0.00717214914, -0.00291288574, 0.00870282203, -0.00572338514, -0.015306728, 0.0140985716, 0.0103717158, -0.0138528449, 0.00408008788, -0.00206947979, 0.000571122684, -0.0245112423, -0.016688941, 0.00507835252, -0.00917891786, -0.00874377601, -0.017446598, -0.0121532353, -0.0185421295, -0.00975228, -0.0226887688, -0.015235058, 0.016770849, -0.0216853842, 0.0178766195, 0.00778646581, 0.026128944, 0.0134433005, 0.009844427, 0.0169244297, 0.00195045595, -0.0169858616, 0.00621995796, 0.0069110645, 0.00072310213, 0.0102744494, -0.012388723, 0.00322004408, 0.00522425305, 0.000773015374, -0.00872329902, 0.0288114604, 0.00917891786, 0.00451778853, -0.00204132358, 0.0031023, 0.00611757208, 0.00281305914, 0.00416455651, 0.00566707272, 0.00412872108, 0.0211734548, -0.0162384417, -0.00174696348, -0.00967549067, -0.0161462948, 0.00826256163, -0.0256784447, -0.0229754504, 0.0102386139, 0.01167202, 0.00994169433, -0.0249003097, -0.0103768352, -0.0134433005, -0.01160035, -0.0165763162, -0.0288114604, -0.0143033443, -0.0278080758, -0.00521401409, -0.00757657457, -0.00211939309, 0.0195659921, 0.00300247362, 0.000328915485, 0.00132206106, -0.0156241255, -0.0068393941, -0.00224993541, 0.0128085064, 0.00954750739, -0.0207843874, 0.00202212622, -0.00773015385, -0.000619436149, 0.00202596583, 0.00517817913, 0.00545718148, -0.00398026127, 0.00879497, 0.0115491571, 0.00198501139, -0.0102949264, 0.0129825631, 0.00438212696, -0.0354870372, 0.00432837429, -0.00161642116, -0.0345860384, -0.000385227846, -0.0471385792, 0.00254045613, -0.0100184837, -0.00535479514, -0.0154910227, -0.00629674783, -0.015992716, -0.0127982674, -0.0162077267, -0.0210710671, -0.0140576167, -0.00113456638, 0.0147947976, 0.0225044731, 0.00783254, -0.000825488241, 0.0125218248, 0.00113008707, -0.000323316228, 0.00634282129, 0.000919555547, -0.00283097685, -0.0197912417, -0.000359951286, -0.00421574945, 0.0168322809, -0.024695538, 0.0207741484, 0.00886152, -0.00217058626, 0.00499644363, 0.00687011, -0.0131361419, -0.00172904599, -0.0169346686, -0.0132180508, -0.00296151917, 0.00973180309, -0.0185216535, -0.0172111094, -0.015286251, -0.0142726284, 0.0186342783, -0.00376013108, -0.0135764023, 0.000226049408, -0.00227041263, -0.000326835754, -0.0118767926, 0.00926594622, -0.00839054398, -0.0209482051, 0.0135149704, 0.00249694195, 0.0207024775, 0.00227809162, 0.0243883785, -0.0055134939, -0.0101208696, -0.0120201325, -0.0103154033, -0.00344529375, -0.0153988758, -0.00911236648, -0.00752026215, 0.00421063, 0.013064472, -0.00322516356, -0.0149586154, 0.0061738845, 0.000541366695, -0.0148255136, 0.0189516749, -0.0360194445, 0.0654042661, 0.0265180096, 0.00670629228, -0.000548725715, -0.0038932329, 0.00264156237, -0.00387019617, 0.0147026498, 0.00805778895, 0.0285452567, 0.00631722482, 0.00408520689, -0.00691618398, 0.0159210451, -0.0229140185, -0.00538551109, 0.0132487668, -0.00714143319, 0.00931202, -0.00888199732, -0.0241016969, -0.0059128, -0.00242783129, -0.00941952504, 0.000733340741, -0.00108337332, 0.013832368, -0.00195685518, -0.0294462536, -0.00847757235, 0.000710303837, 0.00681379763, 0.0103461193, 0.0245317202, -0.0129825631, 0.016781088, -0.00340689882, 0.00120687659, 0.0132692438, 0.000975867908, -0.00353232189, 0.024716014, 0.00304854731, 0.0253917631, -0.00463297311, 0.0122760981, 0.016740134, -0.0187776182, 0.00163177913, -0.0135149704, 0.013842606, -0.00945024099, 0.0170984864, -0.00274906796, -0.0172213484, -0.00833935104, 0.0125115868, -0.0189516749, -0.00355535885, -0.00761240954, -0.00369102042, 0.00608173665, 0.00900486112, -0.00976763759, 0.00840590242, -0.0201803092, 0.00903557707, -0.00480702939, -0.00350160594, -0.00595887331, 0.0142931053, 0.00188006554, 0.0226478148, -0.0114877252, -0.00254045613, 0.0164739303, 0.0111293737, 0.0318011343, 0.00505787553, -0.00318420888, -0.0213987026, 0.0322721116, -0.0129620852, -0.0249412637, 0.000920195424, -0.0120201325, -0.00672165025, -0.00159978343, -0.0222792234, 0.020333888, -0.017497791, 0.0162691586, 0.00412104232, 0.0320878178, 0.0127368355, -0.0271937586, -0.0299786627, -0.00657319045, 0.0209584422, 0.0237945393, 0.0324564055, 0.0157777052, -0.00801171549, -0.00839054398, -0.0142316734, 0.0105355335, 0.0177128017, 0.0139961857, -0.00170984853, -0.00547253946, 0.000563123787, 0.000179335722, 0.0162896346, 0.0193816964, 0.00391371036, 0.00553397089, -0.00877449196, -0.00490429625, 0.0165865552, -0.0142009575, 0.0157265104, 0.0240812209, -0.0197400488, 0.00528312474, 0.0228116326, 0.0123272911, 0.0285862107, 0.018849289, 0.0157162733, -0.00265436061, 0.0114262933, -0.0237126295, 0.00399305951, 0.0252279453, -0.00468160631, 0.0102590909, 0.000505531556, 0.00557492534, -0.00295384019, 0.0235692896, 0.0162691586, -0.00420807, -0.00919427536, 0.0270094648, -0.0208765343, 0.00593327684, -0.00624555442, -0.00456642173, 0.0328249969, 0.00204132358, -0.0152248191, 0.015306728, -0.00117040158, -0.00261852564, -0.0167606119, 0.00527288625, 0.0199448206, -0.0170370545, 0.014559309, -0.0224635191, 0.000398985983, 0.00809874386, 0.0143033443, -0.0199243426, 0.0121020423, -0.00474303821, -0.00374733284, 0.000943232328, -0.00935809314, 0.00813457929, 0.00895366818, 0.0178766195, -0.00435653049, -0.00562099926, 0.00760729, 0.0178459045, -0.00732572842, 0.00220258185, -0.00124591135, -0.0331116766, 0.015941523, 0.0096857287, 0.0136173563, 0.0224430412, 0.0120815644, -0.00539574958, -0.0185011756, 0.0104331477, 0.0173442122, 0.0330707245, 0.00409288611, 0.00530872121, -0.00197093328, 0.0206410456, 0.00357839558, -0.0315758847, 0.0183168799, 0.0058923224, 0.0118256, 0.0057438626, -0.00350672542, -0.0157265104, -0.00940928608, -0.00804243144, -0.00207971851, -0.0024918227, 4.89133781e-05, -0.00682403613, 0.00925058778, -0.00453826552, -0.00162921951]
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.