├── LICENSE ├── README.md ├── aces ├── InvRRT.sRGB.Log2_48_nits_Shaper.spi3d ├── Log2_48_nits_Shaper.RRT.sRGB.spi3d └── Log2_48_nits_Shaper_to_linear.spi1d └── config.ocio /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | 635 | Copyright (C) 636 | 637 | This program is free software: you can redistribute it and/or modify 638 | it under the terms of the GNU General Public License as published by 639 | the Free Software Foundation, either version 3 of the License, or 640 | (at your option) any later version. 641 | 642 | This program is distributed in the hope that it will be useful, 643 | but WITHOUT ANY WARRANTY; without even the implied warranty of 644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 | GNU General Public License for more details. 646 | 647 | You should have received a copy of the GNU General Public License 648 | along with this program. If not, see . 649 | 650 | Also add information on how to contact you by electronic and paper mail. 651 | 652 | If the program does terminal interaction, make it output a short 653 | notice like this when it starts in an interactive mode: 654 | 655 | Copyright (C) 656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 | This is free software, and you are welcome to redistribute it 658 | under certain conditions; type `show c' for details. 659 | 660 | The hypothetical commands `show w' and `show c' should show the appropriate 661 | parts of the General Public License. Of course, your program's commands 662 | might be different; for a GUI interface, you would use an "about box". 663 | 664 | You should also get your employer (if you work as a programmer) or school, 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. 666 | For more information on this, and how to apply and follow the GNU GPL, see 667 | . 668 | 669 | The GNU General Public License does not permit incorporating your program 670 | into proprietary programs. If your program is a subroutine library, you 671 | may consider it more useful to permit linking proprietary applications with 672 | the library. If this is what you want to do, use the GNU Lesser General 673 | Public License instead of this License. But first, please read 674 | . 675 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ![image](https://user-images.githubusercontent.com/6794830/177892064-7e62f019-39c4-4de4-861e-d90a5945621c.png) 2 | Adds a single [ color management/view transform ] option for ACES colorspace alongside standard and filmic. 3 | Does not modify or alter existing colorspaces. Only Adds ACES.RGBmonitor_100nits_dim and nothing else. 4 | Unlike the 500mb "simplified" mod, this takes advantage of blender's reference colorspace being already linear ACES2065-1 5 | so any conversion-type colorspaces for textures and all that mess is unnecessary. 6 | 7 | **install** 8 | add these files to your blender install /datafiles/colormanagement 9 | for windows this is %appdata%\Roaming\Blender Foundation\Blender\[version]\datafiles\colormanagement 10 | backing up the original folder is also recommended if you dont want to reinstall if things go wrong 11 | 12 | updating blender (on pacman, idk about windows, i use arch btw) will overwrite the ocio config file, but will not delete any new files 13 | recommend saving a .bak of the ocio file, for easy replacement with each update. 14 | hopefully this gets PRed before too many people have to do this manually. 15 | 16 | the LUT files were stolen from magic-mark.com but i dont believe licenses (if there even was one) apply to raw data based on a spec 17 | -------------------------------------------------------------------------------- /aces/Log2_48_nits_Shaper_to_linear.spi1d: -------------------------------------------------------------------------------- 1 | Version 1 2 | From 0 1 3 | Length 4096 4 | Components 1 5 | { 6 | 1.1857370846e-03 7 | 1.1892585317e-03 8 | 1.1927908054e-03 9 | 1.1963332072e-03 10 | 1.1998864356e-03 11 | 1.2034499086e-03 12 | 1.2070243247e-03 13 | 1.2106089853e-03 14 | 1.2142042397e-03 15 | 1.2178106699e-03 16 | 1.2214272283e-03 17 | 1.2250550790e-03 18 | 1.2286932906e-03 19 | 1.2323426781e-03 20 | 1.2360024266e-03 21 | 1.2396731181e-03 22 | 1.2433551019e-03 23 | 1.2470476795e-03 24 | 1.2507515494e-03 25 | 1.2544661295e-03 26 | 1.2581920018e-03 27 | 1.2619287008e-03 28 | 1.2656763429e-03 29 | 1.2694356265e-03 30 | 1.2732055038e-03 31 | 1.2769871391e-03 32 | 1.2807796011e-03 33 | 1.2845837045e-03 34 | 1.2883986346e-03 35 | 1.2922248570e-03 36 | 1.2960630702e-03 37 | 1.2999121100e-03 38 | 1.3037730241e-03 39 | 1.3076449977e-03 40 | 1.3115288457e-03 41 | 1.3154238695e-03 42 | 1.3193308841e-03 43 | 1.3232489582e-03 44 | 1.3271789066e-03 45 | 1.3311207294e-03 46 | 1.3350739609e-03 47 | 1.3390392996e-03 48 | 1.3430159306e-03 49 | 1.3470049016e-03 50 | 1.3510052813e-03 51 | 1.3550175354e-03 52 | 1.3590421295e-03 53 | 1.3630782487e-03 54 | 1.3671268243e-03 55 | 1.3711869251e-03 56 | 1.3752594823e-03 57 | 1.3793436810e-03 58 | 1.3834401034e-03 59 | 1.3875490986e-03 60 | 1.3916698517e-03 61 | 1.3958034106e-03 62 | 1.3999486109e-03 63 | 1.4041067334e-03 64 | 1.4082766138e-03 65 | 1.4124588342e-03 66 | 1.4166542096e-03 67 | 1.4208613429e-03 68 | 1.4250815148e-03 69 | 1.4293136774e-03 70 | 1.4335589949e-03 71 | 1.4378163032e-03 72 | 1.4420864172e-03 73 | 1.4463696862e-03 74 | 1.4506650623e-03 75 | 1.4549737098e-03 76 | 1.4592948137e-03 77 | 1.4636290725e-03 78 | 1.4679757878e-03 79 | 1.4723358909e-03 80 | 1.4767084504e-03 81 | 1.4810939319e-03 82 | 1.4854930341e-03 83 | 1.4899045927e-03 84 | 1.4943300048e-03 85 | 1.4987678733e-03 86 | 1.5032187803e-03 87 | 1.5076836571e-03 88 | 1.5121611068e-03 89 | 1.5166524099e-03 90 | 1.5211567516e-03 91 | 1.5256747138e-03 92 | 1.5302057145e-03 93 | 1.5347506851e-03 94 | 1.5393085778e-03 95 | 1.5438798582e-03 96 | 1.5484654577e-03 97 | 1.5530640958e-03 98 | 1.5576770529e-03 99 | 1.5623030486e-03 100 | 1.5669426648e-03 101 | 1.5715968329e-03 102 | 1.5762640396e-03 103 | 1.5809457982e-03 104 | 1.5856410610e-03 105 | 1.5903505264e-03 106 | 1.5950736124e-03 107 | 1.5998111339e-03 108 | 1.6045623925e-03 109 | 1.6093276208e-03 110 | 1.6141075175e-03 111 | 1.6189011512e-03 112 | 1.6237094533e-03 113 | 1.6285316087e-03 114 | 1.6333686654e-03 115 | 1.6382194590e-03 116 | 1.6430845717e-03 117 | 1.6479647020e-03 118 | 1.6528589185e-03 119 | 1.6577681527e-03 120 | 1.6626913566e-03 121 | 1.6676298110e-03 122 | 1.6725823516e-03 123 | 1.6775496770e-03 124 | 1.6825321363e-03 125 | 1.6875289148e-03 126 | 1.6925411765e-03 127 | 1.6975677572e-03 128 | 1.7026092391e-03 129 | 1.7076662043e-03 130 | 1.7127374886e-03 131 | 1.7178247217e-03 132 | 1.7229262739e-03 133 | 1.7280437751e-03 134 | 1.7331755953e-03 135 | 1.7383234808e-03 136 | 1.7434859183e-03 137 | 1.7486637225e-03 138 | 1.7538574757e-03 139 | 1.7590661300e-03 140 | 1.7642907333e-03 141 | 1.7695304705e-03 142 | 1.7747860402e-03 143 | 1.7800569767e-03 144 | 1.7853439786e-03 145 | 1.7906461144e-03 146 | 1.7959639663e-03 147 | 1.8012982327e-03 148 | 1.8066477496e-03 149 | 1.8120137975e-03 150 | 1.8173952121e-03 151 | 1.8227924593e-03 152 | 1.8282064702e-03 153 | 1.8336357316e-03 154 | 1.8390819896e-03 155 | 1.8445436144e-03 156 | 1.8500222359e-03 157 | 1.8555165734e-03 158 | 1.8610276747e-03 159 | 1.8665544922e-03 160 | 1.8720978405e-03 161 | 1.8776581855e-03 162 | 1.8832344795e-03 163 | 1.8888281193e-03 164 | 1.8944374751e-03 165 | 1.9000634784e-03 166 | 1.9057070604e-03 167 | 1.9113667076e-03 168 | 1.9170437008e-03 169 | 1.9227368757e-03 170 | 1.9284478622e-03 171 | 1.9341749139e-03 172 | 1.9399196608e-03 173 | 1.9456808222e-03 174 | 1.9514592132e-03 175 | 1.9572551828e-03 176 | 1.9630680326e-03 177 | 1.9688985776e-03 178 | 1.9747458864e-03 179 | 1.9806111231e-03 180 | 1.9864931237e-03 181 | 1.9923928194e-03 182 | 1.9983104430e-03 183 | 2.0042448305e-03 184 | 2.0101978444e-03 185 | 2.0161678549e-03 186 | 2.0221560262e-03 187 | 2.0281614270e-03 188 | 2.0341847558e-03 189 | 2.0402264781e-03 190 | 2.0462856628e-03 191 | 2.0523634739e-03 192 | 2.0584585145e-03 193 | 2.0645724144e-03 194 | 2.0707037766e-03 195 | 2.0768542308e-03 196 | 2.0830221474e-03 197 | 2.0892082248e-03 198 | 2.0954133943e-03 199 | 2.1016364917e-03 200 | 2.1078786813e-03 201 | 2.1141385660e-03 202 | 2.1204173099e-03 203 | 2.1267151460e-03 204 | 2.1330309100e-03 205 | 2.1393664647e-03 206 | 2.1457199473e-03 207 | 2.1520932205e-03 208 | 2.1584844217e-03 209 | 2.1648954134e-03 210 | 2.1713247988e-03 211 | 2.1777730435e-03 212 | 2.1842413116e-03 213 | 2.1907282062e-03 214 | 2.1972351242e-03 215 | 2.2037604358e-03 216 | 2.2103050724e-03 217 | 2.2168699652e-03 218 | 2.2234537173e-03 219 | 2.2300577257e-03 220 | 2.2366805933e-03 221 | 2.2433237173e-03 222 | 2.2499859333e-03 223 | 2.2566688713e-03 224 | 2.2633706685e-03 225 | 2.2700924892e-03 226 | 2.2768350318e-03 227 | 2.2835968994e-03 228 | 2.2903794888e-03 229 | 2.2971814033e-03 230 | 2.3040035740e-03 231 | 2.3108469322e-03 232 | 2.3177096155e-03 233 | 2.3245934863e-03 234 | 2.3314971477e-03 235 | 2.3384219967e-03 236 | 2.3453666363e-03 237 | 2.3523326963e-03 238 | 2.3593187798e-03 239 | 2.3663255852e-03 240 | 2.3733538110e-03 241 | 2.3804022931e-03 242 | 2.3874724284e-03 243 | 2.3945625871e-03 244 | 2.4016739335e-03 245 | 2.4088073988e-03 246 | 2.4159620516e-03 247 | 2.4231369607e-03 248 | 2.4303330574e-03 249 | 2.4375515059e-03 250 | 2.4447906762e-03 251 | 2.4520519655e-03 252 | 2.4593342096e-03 253 | 2.4666378740e-03 254 | 2.4739641231e-03 255 | 2.4813113268e-03 256 | 2.4886811152e-03 257 | 2.4960720912e-03 258 | 2.5034849532e-03 259 | 2.5109206326e-03 260 | 2.5183784310e-03 261 | 2.5258576497e-03 262 | 2.5333589874e-03 263 | 2.5408833753e-03 264 | 2.5484291837e-03 265 | 2.5559985079e-03 266 | 2.5635894854e-03 267 | 2.5712028146e-03 268 | 2.5788396597e-03 269 | 2.5864990894e-03 270 | 2.5941806380e-03 271 | 2.6018847711e-03 272 | 2.6096128859e-03 273 | 2.6173626538e-03 274 | 2.6251366362e-03 275 | 2.6329329703e-03 276 | 2.6407521218e-03 277 | 2.6485954877e-03 278 | 2.6564614382e-03 279 | 2.6643513702e-03 280 | 2.6722641196e-03 281 | 2.6802003849e-03 282 | 2.6881608646e-03 283 | 2.6961450931e-03 284 | 2.7041521389e-03 285 | 2.7121829335e-03 286 | 2.7202384081e-03 287 | 2.7283171657e-03 288 | 2.7364206035e-03 289 | 2.7445470914e-03 290 | 2.7526980266e-03 291 | 2.7608738746e-03 292 | 2.7690732386e-03 293 | 2.7772977483e-03 294 | 2.7855457738e-03 295 | 2.7938182466e-03 296 | 2.8021163307e-03 297 | 2.8104390949e-03 298 | 2.8187856078e-03 299 | 2.8271568008e-03 300 | 2.8355536051e-03 301 | 2.8439748567e-03 302 | 2.8524217196e-03 303 | 2.8608932626e-03 304 | 2.8693894856e-03 305 | 2.8779117856e-03 306 | 2.8864587657e-03 307 | 2.8950320557e-03 308 | 2.9036295600e-03 309 | 2.9122538399e-03 310 | 2.9209025670e-03 311 | 2.9295783024e-03 312 | 2.9382787179e-03 313 | 2.9470045120e-03 314 | 2.9557575472e-03 315 | 2.9645357281e-03 316 | 2.9733406845e-03 317 | 2.9821710195e-03 318 | 2.9910276644e-03 319 | 2.9999113176e-03 320 | 3.0088203494e-03 321 | 3.0177570879e-03 322 | 3.0267194379e-03 323 | 3.0357092619e-03 324 | 3.0447244644e-03 325 | 3.0537678394e-03 326 | 3.0628370587e-03 327 | 3.0719330534e-03 328 | 3.0810569879e-03 329 | 3.0902072322e-03 330 | 3.0993854161e-03 331 | 3.1085901428e-03 332 | 3.1178221107e-03 333 | 3.1270822510e-03 334 | 3.1363705639e-03 335 | 3.1456847209e-03 336 | 3.1550268177e-03 337 | 3.1643980183e-03 338 | 3.1737952959e-03 339 | 3.1832219101e-03 340 | 3.1926757656e-03 341 | 3.2021573279e-03 342 | 3.2116682269e-03 343 | 3.2212061342e-03 344 | 3.2307736110e-03 345 | 3.2403685618e-03 346 | 3.2499914523e-03 347 | 3.2596443780e-03 348 | 3.2693261746e-03 349 | 3.2790354453e-03 350 | 3.2887735870e-03 351 | 3.2985419966e-03 352 | 3.3083378803e-03 353 | 3.3181640320e-03 354 | 3.3280183561e-03 355 | 3.3379020169e-03 356 | 3.3478161786e-03 357 | 3.3577582799e-03 358 | 3.3677315805e-03 359 | 3.3777330536e-03 360 | 3.3877643291e-03 361 | 3.3978261054e-03 362 | 3.4079183824e-03 363 | 3.4180392977e-03 364 | 3.4281902481e-03 365 | 3.4383723978e-03 366 | 3.4485836513e-03 367 | 3.4588263370e-03 368 | 3.4690985922e-03 369 | 3.4794013482e-03 370 | 3.4897355363e-03 371 | 3.5000990611e-03 372 | 3.5104951821e-03 373 | 3.5209204070e-03 374 | 3.5313770641e-03 375 | 3.5418658517e-03 376 | 3.5523853730e-03 377 | 3.5629356280e-03 378 | 3.5735168494e-03 379 | 3.5841306672e-03 380 | 3.5947747529e-03 381 | 3.6054519005e-03 382 | 3.6161593162e-03 383 | 3.6268986296e-03 384 | 3.6376710050e-03 385 | 3.6484743468e-03 386 | 3.6593107507e-03 387 | 3.6701781210e-03 388 | 3.6810778547e-03 389 | 3.6920113489e-03 390 | 3.7029772066e-03 391 | 3.7139742635e-03 392 | 3.7250041496e-03 393 | 3.7360677961e-03 394 | 3.7471631076e-03 395 | 3.7582928780e-03 396 | 3.7694543134e-03 397 | 3.7806488108e-03 398 | 3.7918779999e-03 399 | 3.8031390868e-03 400 | 3.8144348655e-03 401 | 3.8257630076e-03 402 | 3.8371260744e-03 403 | 3.8485217374e-03 404 | 3.8599523250e-03 405 | 3.8714157417e-03 406 | 3.8829131518e-03 407 | 3.8944459520e-03 408 | 3.9060115814e-03 409 | 3.9176130667e-03 410 | 3.9292476140e-03 411 | 3.9409170859e-03 412 | 3.9526214823e-03 413 | 3.9643617347e-03 414 | 3.9761350490e-03 415 | 3.9879432879e-03 416 | 3.9997883141e-03 417 | 4.0116668679e-03 418 | 4.0235822089e-03 419 | 4.0355315432e-03 420 | 4.0475162677e-03 421 | 4.0595377795e-03 422 | 4.0715937503e-03 423 | 4.0836869739e-03 424 | 4.0958146565e-03 425 | 4.1079786606e-03 426 | 4.1201799177e-03 427 | 4.1324174963e-03 428 | 4.1446899995e-03 429 | 4.1569988243e-03 430 | 4.1693458334e-03 431 | 4.1817277670e-03 432 | 4.1941483505e-03 433 | 4.2066043243e-03 434 | 4.2190966196e-03 435 | 4.2316284962e-03 436 | 4.2441957630e-03 437 | 4.2568012141e-03 438 | 4.2694434524e-03 439 | 4.2821229436e-03 440 | 4.2948410846e-03 441 | 4.3075974099e-03 442 | 4.3203900568e-03 443 | 4.3332208879e-03 444 | 4.3460913002e-03 445 | 4.3589980341e-03 446 | 4.3719452806e-03 447 | 4.3849293143e-03 448 | 4.3979515322e-03 449 | 4.4110137969e-03 450 | 4.4241137803e-03 451 | 4.4372538105e-03 452 | 4.4504320249e-03 453 | 4.4636488892e-03 454 | 4.4769062661e-03 455 | 4.4902036898e-03 456 | 4.5035388321e-03 457 | 4.5169130899e-03 458 | 4.5303292572e-03 459 | 4.5437831432e-03 460 | 4.5572789386e-03 461 | 4.5708133839e-03 462 | 4.5843878761e-03 463 | 4.5980042778e-03 464 | 4.6116593294e-03 465 | 4.6253567562e-03 466 | 4.6390928328e-03 467 | 4.6528703533e-03 468 | 4.6666897833e-03 469 | 4.6805506572e-03 470 | 4.6944511123e-03 471 | 4.7083930112e-03 472 | 4.7223772854e-03 473 | 4.7364016064e-03 474 | 4.7504696995e-03 475 | 4.7645778395e-03 476 | 4.7787278891e-03 477 | 4.7929207794e-03 478 | 4.8071569763e-03 479 | 4.8214332201e-03 480 | 4.8357518390e-03 481 | 4.8501128331e-03 482 | 4.8645185307e-03 483 | 4.8789670691e-03 484 | 4.8934565857e-03 485 | 4.9079889432e-03 486 | 4.9225664698e-03 487 | 4.9371854402e-03 488 | 4.9518500455e-03 489 | 4.9665560946e-03 490 | 4.9813054502e-03 491 | 4.9961009063e-03 492 | 5.0109401345e-03 493 | 5.0258217379e-03 494 | 5.0407475792e-03 495 | 5.0557176583e-03 496 | 5.0707333721e-03 497 | 5.0857942551e-03 498 | 5.1008984447e-03 499 | 5.1160468720e-03 500 | 5.1312423311e-03 501 | 5.1464810967e-03 502 | 5.1617668942e-03 503 | 5.1770964637e-03 504 | 5.1924716681e-03 505 | 5.2078939043e-03 506 | 5.2233617753e-03 507 | 5.2388743497e-03 508 | 5.2544330247e-03 509 | 5.2700378001e-03 510 | 5.2856905386e-03 511 | 5.3013898432e-03 512 | 5.3171333857e-03 513 | 5.3329244256e-03 514 | 5.3487643600e-03 515 | 5.3646503948e-03 516 | 5.3805825301e-03 517 | 5.3965621628e-03 518 | 5.4125906900e-03 519 | 5.4286667146e-03 520 | 5.4447888397e-03 521 | 5.4609589279e-03 522 | 5.4771769792e-03 523 | 5.4934448563e-03 524 | 5.5097611621e-03 525 | 5.5261244997e-03 526 | 5.5425358005e-03 527 | 5.5589959957e-03 528 | 5.5755069479e-03 529 | 5.5920672603e-03 530 | 5.6086746044e-03 531 | 5.6253313087e-03 532 | 5.6420387700e-03 533 | 5.6587965228e-03 534 | 5.6756022386e-03 535 | 5.6924577802e-03 536 | 5.7093636133e-03 537 | 5.7263211347e-03 538 | 5.7433294132e-03 539 | 5.7603851892e-03 540 | 5.7774931192e-03 541 | 5.7946513407e-03 542 | 5.8118617162e-03 543 | 5.8291237801e-03 544 | 5.8464352041e-03 545 | 5.8637978509e-03 546 | 5.8812140487e-03 547 | 5.8986828662e-03 548 | 5.9162001126e-03 549 | 5.9337709099e-03 550 | 5.9513929300e-03 551 | 5.9690694325e-03 552 | 5.9867980890e-03 553 | 6.0045779683e-03 554 | 6.0224104673e-03 555 | 6.0402960517e-03 556 | 6.0582361184e-03 557 | 6.0762302019e-03 558 | 6.0942755081e-03 559 | 6.1123743653e-03 560 | 6.1305291019e-03 561 | 6.1487369239e-03 562 | 6.1669982970e-03 563 | 6.1853132211e-03 564 | 6.2036821619e-03 565 | 6.2221074477e-03 566 | 6.2405886129e-03 567 | 6.2591219321e-03 568 | 6.2777106650e-03 569 | 6.2963557430e-03 570 | 6.3150548376e-03 571 | 6.3338116743e-03 572 | 6.3526220620e-03 573 | 6.3714878634e-03 574 | 6.3904123381e-03 575 | 6.4093922265e-03 576 | 6.4284270629e-03 577 | 6.4475182444e-03 578 | 6.4666662365e-03 579 | 6.4858733676e-03 580 | 6.5051368438e-03 581 | 6.5244561993e-03 582 | 6.5438323654e-03 583 | 6.5632686019e-03 584 | 6.5827607177e-03 585 | 6.6023119725e-03 586 | 6.6219195724e-03 587 | 6.6415858455e-03 588 | 6.6613117233e-03 589 | 6.6810972057e-03 590 | 6.7009390332e-03 591 | 6.7208395340e-03 592 | 6.7407991737e-03 593 | 6.7608198151e-03 594 | 6.7809009925e-03 595 | 6.8010389805e-03 596 | 6.8212365732e-03 597 | 6.8414965644e-03 598 | 6.8618142977e-03 599 | 6.8821953610e-03 600 | 6.9026337005e-03 601 | 6.9231330417e-03 602 | 6.9436961785e-03 603 | 6.9643198512e-03 604 | 6.9850021973e-03 605 | 7.0057464764e-03 606 | 7.0265522227e-03 607 | 7.0474226959e-03 608 | 7.0683541708e-03 609 | 7.0893457159e-03 610 | 7.1103996597e-03 611 | 7.1315187961e-03 612 | 7.1527007967e-03 613 | 7.1739424020e-03 614 | 7.1952478029e-03 615 | 7.2166165337e-03 616 | 7.2380504571e-03 617 | 7.2595486417e-03 618 | 7.2811082937e-03 619 | 7.3027322069e-03 620 | 7.3244199157e-03 621 | 7.3461737484e-03 622 | 7.3679937050e-03 623 | 7.3898751289e-03 624 | 7.4118217453e-03 625 | 7.4338358827e-03 626 | 7.4559152126e-03 627 | 7.4780578725e-03 628 | 7.5002661906e-03 629 | 7.5225406326e-03 630 | 7.5448839925e-03 631 | 7.5672930107e-03 632 | 7.5897667557e-03 633 | 7.6123066247e-03 634 | 7.6349135488e-03 635 | 7.6575903222e-03 636 | 7.6803346165e-03 637 | 7.7031436376e-03 638 | 7.7260211110e-03 639 | 7.7489679679e-03 640 | 7.7719837427e-03 641 | 7.7950651757e-03 642 | 7.8182155266e-03 643 | 7.8414333984e-03 644 | 7.8647239134e-03 645 | 7.8880833462e-03 646 | 7.9115089029e-03 647 | 7.9350043088e-03 648 | 7.9585732892e-03 649 | 7.9822083935e-03 650 | 8.0059170723e-03 651 | 8.0296928063e-03 652 | 8.0535393208e-03 653 | 8.0774594098e-03 654 | 8.1014512107e-03 655 | 8.1255100667e-03 656 | 8.1496415660e-03 657 | 8.1738447770e-03 658 | 8.1981215626e-03 659 | 8.2224719226e-03 660 | 8.2468912005e-03 661 | 8.2713821903e-03 662 | 8.2959504798e-03 663 | 8.3205876872e-03 664 | 8.3453003317e-03 665 | 8.3700846881e-03 666 | 8.3949426189e-03 667 | 8.4198759869e-03 668 | 8.4448847920e-03 669 | 8.4699643776e-03 670 | 8.4951184690e-03 671 | 8.5203479975e-03 672 | 8.5456548259e-03 673 | 8.5710361600e-03 674 | 8.5964901373e-03 675 | 8.6220204830e-03 676 | 8.6476290599e-03 677 | 8.6733112112e-03 678 | 8.6990715936e-03 679 | 8.7249064818e-03 680 | 8.7508177385e-03 681 | 8.7768081576e-03 682 | 8.8028768077e-03 683 | 8.8290199637e-03 684 | 8.8552404195e-03 685 | 8.8815391064e-03 686 | 8.9079178870e-03 687 | 8.9343758300e-03 688 | 8.9609092101e-03 689 | 8.9875217527e-03 690 | 9.0142162517e-03 691 | 9.0409889817e-03 692 | 9.0678399429e-03 693 | 9.0947700664e-03 694 | 9.1217784211e-03 695 | 9.1488715261e-03 696 | 9.1760456562e-03 697 | 9.2032961547e-03 698 | 9.2306286097e-03 699 | 9.2580420896e-03 700 | 9.2855393887e-03 701 | 9.3131186441e-03 702 | 9.3407770619e-03 703 | 9.3685183674e-03 704 | 9.3963434920e-03 705 | 9.4242524356e-03 706 | 9.4522405416e-03 707 | 9.4803115353e-03 708 | 9.5084663481e-03 709 | 9.5367077738e-03 710 | 9.5650330186e-03 711 | 9.5934392884e-03 712 | 9.6219303086e-03 713 | 9.6505051479e-03 714 | 9.6791684628e-03 715 | 9.7079174593e-03 716 | 9.7367484123e-03 717 | 9.7656641155e-03 718 | 9.7946701571e-03 719 | 9.8237609491e-03 720 | 9.8529364914e-03 721 | 9.8821977153e-03 722 | 9.9115455523e-03 723 | 9.9409846589e-03 724 | 9.9705113098e-03 725 | 1.0000120848e-02 726 | 1.0029819794e-02 727 | 1.0059606284e-02 728 | 1.0089484975e-02 729 | 1.0119452141e-02 730 | 1.0149504989e-02 731 | 1.0179647245e-02 732 | 1.0209881701e-02 733 | 1.0240207426e-02 734 | 1.0270618834e-02 735 | 1.0301119648e-02 736 | 1.0331712663e-02 737 | 1.0362398811e-02 738 | 1.0393177159e-02 739 | 1.0424043052e-02 740 | 1.0455000214e-02 741 | 1.0486053303e-02 742 | 1.0517194867e-02 743 | 1.0548432358e-02 744 | 1.0579759255e-02 745 | 1.0611178353e-02 746 | 1.0642696172e-02 747 | 1.0674306192e-02 748 | 1.0706006549e-02 749 | 1.0737801902e-02 750 | 1.0769690387e-02 751 | 1.0801678523e-02 752 | 1.0833760723e-02 753 | 1.0865935124e-02 754 | 1.0898204520e-02 755 | 1.0930574499e-02 756 | 1.0963035747e-02 757 | 1.0995597579e-02 758 | 1.1028252542e-02 759 | 1.1061004363e-02 760 | 1.1093856767e-02 761 | 1.1126806960e-02 762 | 1.1159852147e-02 763 | 1.1192995124e-02 764 | 1.1226234958e-02 765 | 1.1259578168e-02 766 | 1.1293020099e-02 767 | 1.1326559819e-02 768 | 1.1360199191e-02 769 | 1.1393938214e-02 770 | 1.1427776888e-02 771 | 1.1461716145e-02 772 | 1.1495757848e-02 773 | 1.1529901065e-02 774 | 1.1564143002e-02 775 | 1.1598489247e-02 776 | 1.1632937007e-02 777 | 1.1667486280e-02 778 | 1.1702136137e-02 779 | 1.1736891232e-02 780 | 1.1771748774e-02 781 | 1.1806711555e-02 782 | 1.1841777712e-02 783 | 1.1876946315e-02 784 | 1.1912222020e-02 785 | 1.1947599240e-02 786 | 1.1983081698e-02 787 | 1.2018672191e-02 788 | 1.2054366991e-02 789 | 1.2090167962e-02 790 | 1.2126076035e-02 791 | 1.2162089348e-02 792 | 1.2198209763e-02 793 | 1.2234437279e-02 794 | 1.2270772830e-02 795 | 1.2307217345e-02 796 | 1.2343768962e-02 797 | 1.2380429544e-02 798 | 1.2417200021e-02 799 | 1.2454076670e-02 800 | 1.2491065077e-02 801 | 1.2528163381e-02 802 | 1.2565371580e-02 803 | 1.2602690607e-02 804 | 1.2640119530e-02 805 | 1.2677661143e-02 806 | 1.2715311721e-02 807 | 1.2753075920e-02 808 | 1.2790950947e-02 809 | 1.2828940526e-02 810 | 1.2867042795e-02 811 | 1.2905257754e-02 812 | 1.2943584472e-02 813 | 1.2982024811e-02 814 | 1.3020581566e-02 815 | 1.3059252873e-02 816 | 1.3098038733e-02 817 | 1.3136938214e-02 818 | 1.3175955042e-02 819 | 1.3215087354e-02 820 | 1.3254336081e-02 821 | 1.3293699361e-02 822 | 1.3333180919e-02 823 | 1.3372779824e-02 824 | 1.3412497006e-02 825 | 1.3452331536e-02 826 | 1.3492285274e-02 827 | 1.3532356359e-02 828 | 1.3572545722e-02 829 | 1.3612855226e-02 830 | 1.3653284870e-02 831 | 1.3693834655e-02 832 | 1.3734505512e-02 833 | 1.3775297441e-02 834 | 1.3816209510e-02 835 | 1.3857240789e-02 836 | 1.3898395933e-02 837 | 1.3939674012e-02 838 | 1.3981075026e-02 839 | 1.4022598974e-02 840 | 1.4064244926e-02 841 | 1.4106015675e-02 842 | 1.4147907495e-02 843 | 1.4189926907e-02 844 | 1.4232071117e-02 845 | 1.4274340123e-02 846 | 1.4316733927e-02 847 | 1.4359254390e-02 848 | 1.4401900582e-02 849 | 1.4444672503e-02 850 | 1.4487572946e-02 851 | 1.4530600049e-02 852 | 1.4573754743e-02 853 | 1.4617038891e-02 854 | 1.4660452493e-02 855 | 1.4703992754e-02 856 | 1.4747661538e-02 857 | 1.4791460708e-02 858 | 1.4835391194e-02 859 | 1.4879452065e-02 860 | 1.4923644252e-02 861 | 1.4967967756e-02 862 | 1.5012420714e-02 863 | 1.5057007782e-02 864 | 1.5101723373e-02 865 | 1.5146575868e-02 866 | 1.5191561542e-02 867 | 1.5236679465e-02 868 | 1.5281932428e-02 869 | 1.5327319503e-02 870 | 1.5372841619e-02 871 | 1.5418495052e-02 872 | 1.5464289114e-02 873 | 1.5510216355e-02 874 | 1.5556281433e-02 875 | 1.5602484345e-02 876 | 1.5648821369e-02 877 | 1.5695299953e-02 878 | 1.5741910785e-02 879 | 1.5788665041e-02 880 | 1.5835555270e-02 881 | 1.5882587060e-02 882 | 1.5929758549e-02 883 | 1.5977069736e-02 884 | 1.6024522483e-02 885 | 1.6072111204e-02 886 | 1.6119845212e-02 887 | 1.6167720780e-02 888 | 1.6215737909e-02 889 | 1.6263898462e-02 890 | 1.6312202439e-02 891 | 1.6360647976e-02 892 | 1.6409236938e-02 893 | 1.6457973048e-02 894 | 1.6506850719e-02 895 | 1.6555877402e-02 896 | 1.6605047509e-02 897 | 1.6654362902e-02 898 | 1.6703827307e-02 899 | 1.6753433272e-02 900 | 1.6803191975e-02 901 | 1.6853095964e-02 902 | 1.6903150827e-02 903 | 1.6953352839e-02 904 | 1.7003702000e-02 905 | 1.7054203898e-02 906 | 1.7104854807e-02 907 | 1.7155652866e-02 908 | 1.7206605524e-02 909 | 1.7257707193e-02 910 | 1.7308961600e-02 911 | 1.7360368744e-02 912 | 1.7411928624e-02 913 | 1.7463643104e-02 914 | 1.7515506595e-02 915 | 1.7567526549e-02 916 | 1.7619702965e-02 917 | 1.7672032118e-02 918 | 1.7724517733e-02 919 | 1.7777159810e-02 920 | 1.7829956487e-02 921 | 1.7882909626e-02 922 | 1.7936021090e-02 923 | 1.7989289016e-02 924 | 1.8042717129e-02 925 | 1.8096303567e-02 926 | 1.8150050193e-02 927 | 1.8203955144e-02 928 | 1.8258016557e-02 929 | 1.8312243745e-02 930 | 1.8366631120e-02 931 | 1.8421178684e-02 932 | 1.8475890160e-02 933 | 1.8530761823e-02 934 | 1.8585797399e-02 935 | 1.8640993163e-02 936 | 1.8696356565e-02 937 | 1.8751885742e-02 938 | 1.8807578832e-02 939 | 1.8863435835e-02 940 | 1.8919460475e-02 941 | 1.8975650892e-02 942 | 1.9032005221e-02 943 | 1.9088532776e-02 944 | 1.9145222381e-02 945 | 1.9202087075e-02 946 | 1.9259113818e-02 947 | 1.9316308200e-02 948 | 1.9373681396e-02 949 | 1.9431216642e-02 950 | 1.9488930702e-02 951 | 1.9546808675e-02 952 | 1.9604865462e-02 953 | 1.9663088024e-02 954 | 1.9721483812e-02 955 | 1.9780060276e-02 956 | 1.9838802516e-02 957 | 1.9897727296e-02 958 | 1.9956817850e-02 959 | 2.0016094670e-02 960 | 2.0075539127e-02 961 | 2.0135158673e-02 962 | 2.0194962621e-02 963 | 2.0254937932e-02 964 | 2.0315099508e-02 965 | 2.0375430584e-02 966 | 2.0435947925e-02 967 | 2.0496638492e-02 968 | 2.0557509735e-02 969 | 2.0618569106e-02 970 | 2.0679803565e-02 971 | 2.0741224289e-02 972 | 2.0802821964e-02 973 | 2.0864609629e-02 974 | 2.0926572382e-02 975 | 2.0988721400e-02 976 | 2.1051060408e-02 977 | 2.1113578230e-02 978 | 2.1176289767e-02 979 | 2.1239178255e-02 980 | 2.1302262321e-02 981 | 2.1365525201e-02 982 | 2.1428978071e-02 983 | 2.1492622793e-02 984 | 2.1556453779e-02 985 | 2.1620478481e-02 986 | 2.1684687585e-02 987 | 2.1749094129e-02 988 | 2.1813685074e-02 989 | 2.1878467873e-02 990 | 2.1943449974e-02 991 | 2.2008618340e-02 992 | 2.2073986009e-02 993 | 2.2139541805e-02 994 | 2.2205300629e-02 995 | 2.2271243855e-02 996 | 2.2337386385e-02 997 | 2.2403731942e-02 998 | 2.2470265627e-02 999 | 2.2537007928e-02 1000 | 2.2603936493e-02 1001 | 2.2671075538e-02 1002 | 2.2738404572e-02 1003 | 2.2805931047e-02 1004 | 2.2873668000e-02 1005 | 2.2941600531e-02 1006 | 2.3009737954e-02 1007 | 2.3078072816e-02 1008 | 2.3146620020e-02 1009 | 2.3215359077e-02 1010 | 2.3284314200e-02 1011 | 2.3353463039e-02 1012 | 2.3422816768e-02 1013 | 2.3492386565e-02 1014 | 2.3562155664e-02 1015 | 2.3632137105e-02 1016 | 2.3702319711e-02 1017 | 2.3772720248e-02 1018 | 2.3843320087e-02 1019 | 2.3914130405e-02 1020 | 2.3985158652e-02 1021 | 2.4056389928e-02 1022 | 2.4127840996e-02 1023 | 2.4199496955e-02 1024 | 2.4271372706e-02 1025 | 2.4343453348e-02 1026 | 2.4415750057e-02 1027 | 2.4488268420e-02 1028 | 2.4560993537e-02 1029 | 2.4633942172e-02 1030 | 2.4707110599e-02 1031 | 2.4780483916e-02 1032 | 2.4854088202e-02 1033 | 2.4927899241e-02 1034 | 2.5001930073e-02 1035 | 2.5076190010e-02 1036 | 2.5150662288e-02 1037 | 2.5225361809e-02 1038 | 2.5300275534e-02 1039 | 2.5375422090e-02 1040 | 2.5450782850e-02 1041 | 2.5526367128e-02 1042 | 2.5602182373e-02 1043 | 2.5678217411e-02 1044 | 2.5754483417e-02 1045 | 2.5830969214e-02 1046 | 2.5907691568e-02 1047 | 2.5984633714e-02 1048 | 2.6061803102e-02 1049 | 2.6139209047e-02 1050 | 2.6216836646e-02 1051 | 2.6294706389e-02 1052 | 2.6372797787e-02 1053 | 2.6451127604e-02 1054 | 2.6529682800e-02 1055 | 2.6608468965e-02 1056 | 2.6687500998e-02 1057 | 2.6766756549e-02 1058 | 2.6846259832e-02 1059 | 2.6925986633e-02 1060 | 2.7005961165e-02 1061 | 2.7086164802e-02 1062 | 2.7166604996e-02 1063 | 2.7247292921e-02 1064 | 2.7328213677e-02 1065 | 2.7409382164e-02 1066 | 2.7490781620e-02 1067 | 2.7572434396e-02 1068 | 2.7654318139e-02 1069 | 2.7736447752e-02 1070 | 2.7818828821e-02 1071 | 2.7901444584e-02 1072 | 2.7984317392e-02 1073 | 2.8067424893e-02 1074 | 2.8150787577e-02 1075 | 2.8234392405e-02 1076 | 2.8318243101e-02 1077 | 2.8402352706e-02 1078 | 2.8486702591e-02 1079 | 2.8571309522e-02 1080 | 2.8656162322e-02 1081 | 2.8741275892e-02 1082 | 2.8826631606e-02 1083 | 2.8912240639e-02 1084 | 2.8998114169e-02 1085 | 2.9084233567e-02 1086 | 2.9170617461e-02 1087 | 2.9257250950e-02 1088 | 2.9344148934e-02 1089 | 2.9431292787e-02 1090 | 2.9518699273e-02 1091 | 2.9606373981e-02 1092 | 2.9694300145e-02 1093 | 2.9782496393e-02 1094 | 2.9870944098e-02 1095 | 2.9959663749e-02 1096 | 3.0048638582e-02 1097 | 3.0137877911e-02 1098 | 3.0227391049e-02 1099 | 3.0317163095e-02 1100 | 3.0407207087e-02 1101 | 3.0497511849e-02 1102 | 3.0588092282e-02 1103 | 3.0678933486e-02 1104 | 3.0770044774e-02 1105 | 3.0861437321e-02 1106 | 3.0953090638e-02 1107 | 3.1045025215e-02 1108 | 3.1137220562e-02 1109 | 3.1229704618e-02 1110 | 3.1322453171e-02 1111 | 3.1415481120e-02 1112 | 3.1508781016e-02 1113 | 3.1602356583e-02 1114 | 3.1696218997e-02 1115 | 3.1790353358e-02 1116 | 3.1884774566e-02 1117 | 3.1979463995e-02 1118 | 3.2074447721e-02 1119 | 3.2169703394e-02 1120 | 3.2265242189e-02 1121 | 3.2361071557e-02 1122 | 3.2457180321e-02 1123 | 3.2553583384e-02 1124 | 3.2650262117e-02 1125 | 3.2747235149e-02 1126 | 3.2844491303e-02 1127 | 3.2942030579e-02 1128 | 3.3039871603e-02 1129 | 3.3137995750e-02 1130 | 3.3236421645e-02 1131 | 3.3335126936e-02 1132 | 3.3434137702e-02 1133 | 3.3533427864e-02 1134 | 3.3633019775e-02 1135 | 3.3732913435e-02 1136 | 3.3833093941e-02 1137 | 3.3933583647e-02 1138 | 3.4034360200e-02 1139 | 3.4135445952e-02 1140 | 3.4236822277e-02 1141 | 3.4338500351e-02 1142 | 3.4440487623e-02 1143 | 3.4542772919e-02 1144 | 3.4645367414e-02 1145 | 3.4748256207e-02 1146 | 3.4851465374e-02 1147 | 3.4954968840e-02 1148 | 3.5058777779e-02 1149 | 3.5162907094e-02 1150 | 3.5267334431e-02 1151 | 3.5372082144e-02 1152 | 3.5477131605e-02 1153 | 3.5582501441e-02 1154 | 3.5688176751e-02 1155 | 3.5794164985e-02 1156 | 3.5900477320e-02 1157 | 3.6007095128e-02 1158 | 3.6114040762e-02 1159 | 3.6221295595e-02 1160 | 3.6328874528e-02 1161 | 3.6436766386e-02 1162 | 3.6544974893e-02 1163 | 3.6653518677e-02 1164 | 3.6762375385e-02 1165 | 3.6871563643e-02 1166 | 3.6981064826e-02 1167 | 3.7090905011e-02 1168 | 3.7201058120e-02 1169 | 3.7311539054e-02 1170 | 3.7422358990e-02 1171 | 3.7533495575e-02 1172 | 3.7644974887e-02 1173 | 3.7756774575e-02 1174 | 3.7868916988e-02 1175 | 3.7981379777e-02 1176 | 3.8094177842e-02 1177 | 3.8207322359e-02 1178 | 3.8320790976e-02 1179 | 3.8434609771e-02 1180 | 3.8548752666e-02 1181 | 3.8663249463e-02 1182 | 3.8778070360e-02 1183 | 3.8893233985e-02 1184 | 3.9008755237e-02 1185 | 3.9124600589e-02 1186 | 3.9240807295e-02 1187 | 3.9357345551e-02 1188 | 3.9474245161e-02 1189 | 3.9591476321e-02 1190 | 3.9709050208e-02 1191 | 3.9826992899e-02 1192 | 3.9945274591e-02 1193 | 4.0063917637e-02 1194 | 4.0182899684e-02 1195 | 4.0302246809e-02 1196 | 4.0421936661e-02 1197 | 4.0541995317e-02 1198 | 4.0662396699e-02 1199 | 4.0783159435e-02 1200 | 4.0904290974e-02 1201 | 4.1025768965e-02 1202 | 4.1147619486e-02 1203 | 4.1269820184e-02 1204 | 4.1392397135e-02 1205 | 4.1515327990e-02 1206 | 4.1638620198e-02 1207 | 4.1762292385e-02 1208 | 4.1886314750e-02 1209 | 4.2010724545e-02 1210 | 4.2135491967e-02 1211 | 4.2260635644e-02 1212 | 4.2386144400e-02 1213 | 4.2512021959e-02 1214 | 4.2638290673e-02 1215 | 4.2764917016e-02 1216 | 4.2891934514e-02 1217 | 4.3019317091e-02 1218 | 4.3147087097e-02 1219 | 4.3275229633e-02 1220 | 4.3403748423e-02 1221 | 4.3532665819e-02 1222 | 4.3661948293e-02 1223 | 4.3791629374e-02 1224 | 4.3921682984e-02 1225 | 4.4052135199e-02 1226 | 4.4182963669e-02 1227 | 4.4314175844e-02 1228 | 4.4445797801e-02 1229 | 4.4577792287e-02 1230 | 4.4710192829e-02 1231 | 4.4842977077e-02 1232 | 4.4976163656e-02 1233 | 4.5109737664e-02 1234 | 4.5243702829e-02 1235 | 4.5378085226e-02 1236 | 4.5512851328e-02 1237 | 4.5648027211e-02 1238 | 4.5783594251e-02 1239 | 4.5919582248e-02 1240 | 4.6055950224e-02 1241 | 4.6192727983e-02 1242 | 4.6329926699e-02 1243 | 4.6467520297e-02 1244 | 4.6605534852e-02 1245 | 4.6743940562e-02 1246 | 4.6882778406e-02 1247 | 4.7022011131e-02 1248 | 4.7161657363e-02 1249 | 4.7301735729e-02 1250 | 4.7442212701e-02 1251 | 4.7583125532e-02 1252 | 4.7724433243e-02 1253 | 4.7866184264e-02 1254 | 4.8008341342e-02 1255 | 4.8150915653e-02 1256 | 4.8293933272e-02 1257 | 4.8437353224e-02 1258 | 4.8581216484e-02 1259 | 4.8725493252e-02 1260 | 4.8870220780e-02 1261 | 4.9015354365e-02 1262 | 4.9160916358e-02 1263 | 4.9306932837e-02 1264 | 4.9453366548e-02 1265 | 4.9600247294e-02 1266 | 4.9747556448e-02 1267 | 4.9895312637e-02 1268 | 5.0043489784e-02 1269 | 5.0192110240e-02 1270 | 5.0341185182e-02 1271 | 5.0490692258e-02 1272 | 5.0640653819e-02 1273 | 5.0791051239e-02 1274 | 5.0941906869e-02 1275 | 5.1093190908e-02 1276 | 5.1244929433e-02 1277 | 5.1397133619e-02 1278 | 5.1549773663e-02 1279 | 5.1702886820e-02 1280 | 5.1856435835e-02 1281 | 5.2010454237e-02 1282 | 5.2164915949e-02 1283 | 5.2319850773e-02 1284 | 5.2475232631e-02 1285 | 5.2631072700e-02 1286 | 5.2787400782e-02 1287 | 5.2944164723e-02 1288 | 5.3101416677e-02 1289 | 5.3259119391e-02 1290 | 5.3417306393e-02 1291 | 5.3575947881e-02 1292 | 5.3735055029e-02 1293 | 5.3894657642e-02 1294 | 5.4054714739e-02 1295 | 5.4215263575e-02 1296 | 5.4376274347e-02 1297 | 5.4537776858e-02 1298 | 5.4699745029e-02 1299 | 5.4862193763e-02 1300 | 5.5025137961e-02 1301 | 5.5188555270e-02 1302 | 5.5352475494e-02 1303 | 5.5516857654e-02 1304 | 5.5681753904e-02 1305 | 5.5847119540e-02 1306 | 5.6012976915e-02 1307 | 5.6179340929e-02 1308 | 5.6346181780e-02 1309 | 5.6513540447e-02 1310 | 5.6681372225e-02 1311 | 5.6849721819e-02 1312 | 5.7018555701e-02 1313 | 5.7187888771e-02 1314 | 5.7357750833e-02 1315 | 5.7528089732e-02 1316 | 5.7698957622e-02 1317 | 5.7870313525e-02 1318 | 5.8042194694e-02 1319 | 5.8214571327e-02 1320 | 5.8387454599e-02 1321 | 5.8560874313e-02 1322 | 5.8734789491e-02 1323 | 5.8909241110e-02 1324 | 5.9084191918e-02 1325 | 5.9259675443e-02 1326 | 5.9435665607e-02 1327 | 5.9612177312e-02 1328 | 5.9789236635e-02 1329 | 5.9966798872e-02 1330 | 6.0144908726e-02 1331 | 6.0323525220e-02 1332 | 6.0502696782e-02 1333 | 6.0682378709e-02 1334 | 6.0862597078e-02 1335 | 6.1043366790e-02 1336 | 6.1224654317e-02 1337 | 6.1406500638e-02 1338 | 6.1588864774e-02 1339 | 6.1771791428e-02 1340 | 6.1955243349e-02 1341 | 6.2139239162e-02 1342 | 6.2323801219e-02 1343 | 6.2508888543e-02 1344 | 6.2694549561e-02 1345 | 6.2880747020e-02 1346 | 6.3067510724e-02 1347 | 6.3254803419e-02 1348 | 6.3442662358e-02 1349 | 6.3631094992e-02 1350 | 6.3820064068e-02 1351 | 6.4009621739e-02 1352 | 6.4199715853e-02 1353 | 6.4390398562e-02 1354 | 6.4581632614e-02 1355 | 6.4773425460e-02 1356 | 6.4965806901e-02 1357 | 6.5158747137e-02 1358 | 6.5352275968e-02 1359 | 6.5546363592e-02 1360 | 6.5741039813e-02 1361 | 6.5936282277e-02 1362 | 6.6132098436e-02 1363 | 6.6328518093e-02 1364 | 6.6525503993e-02 1365 | 6.6723093390e-02 1366 | 6.6921249032e-02 1367 | 6.7120015621e-02 1368 | 6.7319348454e-02 1369 | 6.7519299686e-02 1370 | 6.7719817162e-02 1371 | 6.7920930684e-02 1372 | 6.8122670054e-02 1373 | 6.8324983120e-02 1374 | 6.8527914584e-02 1375 | 6.8731427193e-02 1376 | 6.8935565650e-02 1377 | 6.9140300155e-02 1378 | 6.9345630705e-02 1379 | 6.9551594555e-02 1380 | 6.9758147001e-02 1381 | 6.9965347648e-02 1382 | 7.0173121989e-02 1383 | 7.0381551981e-02 1384 | 7.0590570569e-02 1385 | 7.0800215006e-02 1386 | 7.1010500193e-02 1387 | 7.1221388876e-02 1388 | 7.1432925761e-02 1389 | 7.1645066142e-02 1390 | 7.1857862175e-02 1391 | 7.2071261704e-02 1392 | 7.2285301983e-02 1393 | 7.2500005364e-02 1394 | 7.2715312243e-02 1395 | 7.2931289673e-02 1396 | 7.3147885501e-02 1397 | 7.3365144432e-02 1398 | 7.3583021760e-02 1399 | 7.3801547289e-02 1400 | 7.4020750821e-02 1401 | 7.4240580201e-02 1402 | 7.4461080134e-02 1403 | 7.4682220817e-02 1404 | 7.4904039502e-02 1405 | 7.5126491487e-02 1406 | 7.5349599123e-02 1407 | 7.5573399663e-02 1408 | 7.5797833502e-02 1409 | 7.6022960246e-02 1410 | 7.6248742640e-02 1411 | 7.6475210488e-02 1412 | 7.6702326536e-02 1413 | 7.6930120587e-02 1414 | 7.7158607543e-02 1415 | 7.7387757599e-02 1416 | 7.7617615461e-02 1417 | 7.7848121524e-02 1418 | 7.8079335392e-02 1419 | 7.8311219811e-02 1420 | 7.8543789685e-02 1421 | 7.8777074814e-02 1422 | 7.9011030495e-02 1423 | 7.9245701432e-02 1424 | 7.9481050372e-02 1425 | 7.9717122018e-02 1426 | 7.9953864217e-02 1427 | 8.0191306770e-02 1428 | 8.0429486930e-02 1429 | 8.0668352544e-02 1430 | 8.0907948315e-02 1431 | 8.1148229539e-02 1432 | 8.1389255822e-02 1433 | 8.1630967557e-02 1434 | 8.1873394549e-02 1435 | 8.2116566598e-02 1436 | 8.2360439003e-02 1437 | 8.2605063915e-02 1438 | 8.2850381732e-02 1439 | 8.3096459508e-02 1440 | 8.3343237638e-02 1441 | 8.3590753376e-02 1442 | 8.3839029074e-02 1443 | 8.4088020027e-02 1444 | 8.4337770939e-02 1445 | 8.4588237107e-02 1446 | 8.4839478135e-02 1447 | 8.5091434419e-02 1448 | 8.5344135761e-02 1449 | 8.5597626865e-02 1450 | 8.5851833224e-02 1451 | 8.6106821895e-02 1452 | 8.6362548172e-02 1453 | 8.6619049311e-02 1454 | 8.6876295507e-02 1455 | 8.7134331465e-02 1456 | 8.7393105030e-02 1457 | 8.7652646005e-02 1458 | 8.7912984192e-02 1459 | 8.8174074888e-02 1460 | 8.8435962796e-02 1461 | 8.8698603213e-02 1462 | 8.8962048292e-02 1463 | 8.9226245880e-02 1464 | 8.9491233230e-02 1465 | 8.9757032692e-02 1466 | 9.0023599565e-02 1467 | 9.0290978551e-02 1468 | 9.0559124947e-02 1469 | 9.0828098357e-02 1470 | 9.1097839177e-02 1471 | 9.1368377209e-02 1472 | 9.1639764607e-02 1473 | 9.1911911964e-02 1474 | 9.2184908688e-02 1475 | 9.2458680272e-02 1476 | 9.2733293772e-02 1477 | 9.3008689582e-02 1478 | 9.3284912407e-02 1479 | 9.3561977148e-02 1480 | 9.3839846551e-02 1481 | 9.4118557870e-02 1482 | 9.4398073852e-02 1483 | 9.4678454101e-02 1484 | 9.4959631562e-02 1485 | 9.5241643488e-02 1486 | 9.5524519682e-02 1487 | 9.5808207989e-02 1488 | 9.6092782915e-02 1489 | 9.6378155053e-02 1490 | 9.6664413810e-02 1491 | 9.6951484680e-02 1492 | 9.7239412367e-02 1493 | 9.7528226674e-02 1494 | 9.7817867994e-02 1495 | 9.8108395934e-02 1496 | 9.8399773240e-02 1497 | 9.8692022264e-02 1498 | 9.8985128105e-02 1499 | 9.9279098213e-02 1500 | 9.9573969841e-02 1501 | 9.9869675934e-02 1502 | 1.0016630590e-01 1503 | 1.0046378523e-01 1504 | 1.0076217353e-01 1505 | 1.0106142610e-01 1506 | 1.0136155039e-01 1507 | 1.0166261345e-01 1508 | 1.0196453333e-01 1509 | 1.0226737708e-01 1510 | 1.0257108510e-01 1511 | 1.0287574679e-01 1512 | 1.0318127275e-01 1513 | 1.0348769277e-01 1514 | 1.0379506648e-01 1515 | 1.0410331935e-01 1516 | 1.0441251844e-01 1517 | 1.0472260416e-01 1518 | 1.0503364354e-01 1519 | 1.0534557700e-01 1520 | 1.0565844178e-01 1521 | 1.0597226024e-01 1522 | 1.0628698021e-01 1523 | 1.0660266131e-01 1524 | 1.0691925138e-01 1525 | 1.0723681003e-01 1526 | 1.0755528510e-01 1527 | 1.0787470639e-01 1528 | 1.0819511116e-01 1529 | 1.0851643234e-01 1530 | 1.0883873701e-01 1531 | 1.0916197300e-01 1532 | 1.0948619992e-01 1533 | 1.0981135070e-01 1534 | 1.1013747007e-01 1535 | 1.1046459526e-01 1536 | 1.1079265177e-01 1537 | 1.1112172157e-01 1538 | 1.1145173013e-01 1539 | 1.1178275943e-01 1540 | 1.1211473495e-01 1541 | 1.1244773120e-01 1542 | 1.1278168112e-01 1543 | 1.1311662197e-01 1544 | 1.1345259845e-01 1545 | 1.1378952116e-01 1546 | 1.1412749439e-01 1547 | 1.1446643621e-01 1548 | 1.1480641365e-01 1549 | 1.1514736712e-01 1550 | 1.1548933387e-01 1551 | 1.1583235860e-01 1552 | 1.1617635936e-01 1553 | 1.1652141809e-01 1554 | 1.1686746776e-01 1555 | 1.1721457541e-01 1556 | 1.1756268144e-01 1557 | 1.1791182309e-01 1558 | 1.1826203018e-01 1559 | 1.1861325055e-01 1560 | 1.1896554381e-01 1561 | 1.1931885779e-01 1562 | 1.1967325211e-01 1563 | 1.2002865225e-01 1564 | 1.2038511783e-01 1565 | 1.2074267864e-01 1566 | 1.2110126019e-01 1567 | 1.2146095186e-01 1568 | 1.2182167172e-01 1569 | 1.2218350172e-01 1570 | 1.2254635990e-01 1571 | 1.2291029096e-01 1572 | 1.2327536196e-01 1573 | 1.2364146113e-01 1574 | 1.2400870025e-01 1575 | 1.2437697500e-01 1576 | 1.2474638969e-01 1577 | 1.2511686981e-01 1578 | 1.2548844516e-01 1579 | 1.2586116791e-01 1580 | 1.2623494864e-01 1581 | 1.2660987675e-01 1582 | 1.2698589265e-01 1583 | 1.2736304104e-01 1584 | 1.2774129212e-01 1585 | 1.2812066078e-01 1586 | 1.2850120664e-01 1587 | 1.2888282537e-01 1588 | 1.2926562130e-01 1589 | 1.2964951992e-01 1590 | 1.3003461063e-01 1591 | 1.3042077422e-01 1592 | 1.3080810010e-01 1593 | 1.3119661808e-01 1594 | 1.3158625364e-01 1595 | 1.3197708130e-01 1596 | 1.3236902654e-01 1597 | 1.3276217878e-01 1598 | 1.3315646350e-01 1599 | 1.3355191052e-01 1600 | 1.3394857943e-01 1601 | 1.3434638083e-01 1602 | 1.3474540412e-01 1603 | 1.3514557481e-01 1604 | 1.3554698229e-01 1605 | 1.3594952226e-01 1606 | 1.3635326922e-01 1607 | 1.3675825298e-01 1608 | 1.3716441393e-01 1609 | 1.3757179677e-01 1610 | 1.3798037171e-01 1611 | 1.3839018345e-01 1612 | 1.3880117238e-01 1613 | 1.3921339810e-01 1614 | 1.3962687552e-01 1615 | 1.4004154503e-01 1616 | 1.4045748115e-01 1617 | 1.4087462425e-01 1618 | 1.4129303396e-01 1619 | 1.4171265066e-01 1620 | 1.4213351905e-01 1621 | 1.4255566895e-01 1622 | 1.4297902584e-01 1623 | 1.4340369403e-01 1624 | 1.4382958412e-01 1625 | 1.4425678551e-01 1626 | 1.4468519390e-01 1627 | 1.4511492848e-01 1628 | 1.4554589987e-01 1629 | 1.4597813785e-01 1630 | 1.4641171694e-01 1631 | 1.4684653282e-01 1632 | 1.4728267491e-01 1633 | 1.4772008359e-01 1634 | 1.4815883338e-01 1635 | 1.4859883487e-01 1636 | 1.4904014766e-01 1637 | 1.4948281646e-01 1638 | 1.4992675185e-01 1639 | 1.5037205815e-01 1640 | 1.5081863105e-01 1641 | 1.5126658976e-01 1642 | 1.5171581507e-01 1643 | 1.5216639638e-01 1644 | 1.5261834860e-01 1645 | 1.5307159722e-01 1646 | 1.5352623165e-01 1647 | 1.5398217738e-01 1648 | 1.5443952382e-01 1649 | 1.5489818156e-01 1650 | 1.5535821021e-01 1651 | 1.5581963956e-01 1652 | 1.5628239512e-01 1653 | 1.5674656630e-01 1654 | 1.5721209347e-01 1655 | 1.5767902136e-01 1656 | 1.5814730525e-01 1657 | 1.5861697495e-01 1658 | 1.5908809006e-01 1659 | 1.5956054628e-01 1660 | 1.6003446281e-01 1661 | 1.6050973535e-01 1662 | 1.6098646820e-01 1663 | 1.6146458685e-01 1664 | 1.6194409132e-01 1665 | 1.6242508590e-01 1666 | 1.6290746629e-01 1667 | 1.6339132190e-01 1668 | 1.6387656331e-01 1669 | 1.6436329484e-01 1670 | 1.6485142708e-01 1671 | 1.6534100473e-01 1672 | 1.6583210230e-01 1673 | 1.6632458568e-01 1674 | 1.6681858897e-01 1675 | 1.6731400788e-01 1676 | 1.6781096160e-01 1677 | 1.6830931604e-01 1678 | 1.6880916059e-01 1679 | 1.6931055486e-01 1680 | 1.6981337965e-01 1681 | 1.7031775415e-01 1682 | 1.7082355917e-01 1683 | 1.7133092880e-01 1684 | 1.7183974385e-01 1685 | 1.7235007882e-01 1686 | 1.7286197841e-01 1687 | 1.7337535322e-01 1688 | 1.7389029264e-01 1689 | 1.7440672219e-01 1690 | 1.7492474616e-01 1691 | 1.7544423044e-01 1692 | 1.7596526444e-01 1693 | 1.7648790777e-01 1694 | 1.7701204121e-01 1695 | 1.7753779888e-01 1696 | 1.7806504667e-01 1697 | 1.7859393358e-01 1698 | 1.7912432551e-01 1699 | 1.7965628207e-01 1700 | 1.8018989265e-01 1701 | 1.8072502315e-01 1702 | 1.8126180768e-01 1703 | 1.8180011213e-01 1704 | 1.8234010041e-01 1705 | 1.8288159370e-01 1706 | 1.8342471123e-01 1707 | 1.8396952748e-01 1708 | 1.8451587856e-01 1709 | 1.8506391346e-01 1710 | 1.8561352789e-01 1711 | 1.8616481125e-01 1712 | 1.8671768904e-01 1713 | 1.8727226555e-01 1714 | 1.8782843649e-01 1715 | 1.8838624656e-01 1716 | 1.8894577026e-01 1717 | 1.8950691819e-01 1718 | 1.9006976485e-01 1719 | 1.9063426554e-01 1720 | 1.9120046496e-01 1721 | 1.9176830351e-01 1722 | 1.9233781099e-01 1723 | 1.9290907681e-01 1724 | 1.9348199666e-01 1725 | 1.9405664504e-01 1726 | 1.9463296235e-01 1727 | 1.9521105289e-01 1728 | 1.9579079747e-01 1729 | 1.9637225568e-01 1730 | 1.9695551693e-01 1731 | 1.9754043221e-01 1732 | 1.9812715054e-01 1733 | 1.9871556759e-01 1734 | 1.9930577278e-01 1735 | 1.9989766181e-01 1736 | 2.0049133897e-01 1737 | 2.0108680427e-01 1738 | 2.0168399811e-01 1739 | 2.0228302479e-01 1740 | 2.0288378000e-01 1741 | 2.0348636806e-01 1742 | 2.0409068465e-01 1743 | 2.0469680429e-01 1744 | 2.0530478656e-01 1745 | 2.0591448247e-01 1746 | 2.0652608573e-01 1747 | 2.0713943243e-01 1748 | 2.0775467157e-01 1749 | 2.0837166905e-01 1750 | 2.0899048448e-01 1751 | 2.0961120725e-01 1752 | 2.1023371816e-01 1753 | 2.1085813642e-01 1754 | 2.1148435771e-01 1755 | 2.1211248636e-01 1756 | 2.1274241805e-01 1757 | 2.1337422729e-01 1758 | 2.1400797367e-01 1759 | 2.1464355290e-01 1760 | 2.1528108418e-01 1761 | 2.1592040360e-01 1762 | 2.1656173468e-01 1763 | 2.1720486879e-01 1764 | 2.1784992516e-01 1765 | 2.1849697828e-01 1766 | 2.1914586425e-01 1767 | 2.1979676187e-01 1768 | 2.2044952214e-01 1769 | 2.2110427916e-01 1770 | 2.2176092863e-01 1771 | 2.2241951525e-01 1772 | 2.2308012843e-01 1773 | 2.2374263406e-01 1774 | 2.2440718114e-01 1775 | 2.2507363558e-01 1776 | 2.2574214637e-01 1777 | 2.2641254961e-01 1778 | 2.2708494961e-01 1779 | 2.2775942087e-01 1780 | 2.2843582928e-01 1781 | 2.2911430895e-01 1782 | 2.2979474068e-01 1783 | 2.3047725856e-01 1784 | 2.3116172850e-01 1785 | 2.3184823990e-01 1786 | 2.3253686726e-01 1787 | 2.3322746158e-01 1788 | 2.3392017186e-01 1789 | 2.3461486399e-01 1790 | 2.3531170189e-01 1791 | 2.3601053655e-01 1792 | 2.3671145737e-01 1793 | 2.3741452396e-01 1794 | 2.3811960220e-01 1795 | 2.3882684112e-01 1796 | 2.3953612149e-01 1797 | 2.4024757743e-01 1798 | 2.4096105993e-01 1799 | 2.4167674780e-01 1800 | 2.4239447713e-01 1801 | 2.4311436713e-01 1802 | 2.4383643270e-01 1803 | 2.4456058443e-01 1804 | 2.4528697133e-01 1805 | 2.4601541460e-01 1806 | 2.4674612284e-01 1807 | 2.4747891724e-01 1808 | 2.4821388721e-01 1809 | 2.4895110726e-01 1810 | 2.4969045818e-01 1811 | 2.5043204427e-01 1812 | 2.5117579103e-01 1813 | 2.5192183256e-01 1814 | 2.5266999006e-01 1815 | 2.5342038274e-01 1816 | 2.5417307019e-01 1817 | 2.5492790341e-01 1818 | 2.5568509102e-01 1819 | 2.5644442439e-01 1820 | 2.5720608234e-01 1821 | 2.5796994567e-01 1822 | 2.5873607397e-01 1823 | 2.5950455666e-01 1824 | 2.6027524471e-01 1825 | 2.6104828715e-01 1826 | 2.6182353497e-01 1827 | 2.6260122657e-01 1828 | 2.6338109374e-01 1829 | 2.6416325569e-01 1830 | 2.6494786143e-01 1831 | 2.6573473215e-01 1832 | 2.6652398705e-01 1833 | 2.6731553674e-01 1834 | 2.6810947061e-01 1835 | 2.6890569925e-01 1836 | 2.6970431209e-01 1837 | 2.7050536871e-01 1838 | 2.7130874991e-01 1839 | 2.7211454511e-01 1840 | 2.7292266488e-01 1841 | 2.7373328805e-01 1842 | 2.7454623580e-01 1843 | 2.7536159754e-01 1844 | 2.7617946267e-01 1845 | 2.7699965239e-01 1846 | 2.7782237530e-01 1847 | 2.7864745259e-01 1848 | 2.7947506309e-01 1849 | 2.8030508757e-01 1850 | 2.8113752604e-01 1851 | 2.8197255731e-01 1852 | 2.8280994296e-01 1853 | 2.8364995122e-01 1854 | 2.8449234366e-01 1855 | 2.8533729911e-01 1856 | 2.8618469834e-01 1857 | 2.8703460097e-01 1858 | 2.8788715601e-01 1859 | 2.8874212503e-01 1860 | 2.8959971666e-01 1861 | 2.9045978189e-01 1862 | 2.9132249951e-01 1863 | 2.9218766093e-01 1864 | 2.9305541515e-01 1865 | 2.9392582178e-01 1866 | 2.9479873180e-01 1867 | 2.9567432404e-01 1868 | 2.9655241966e-01 1869 | 2.9743322730e-01 1870 | 2.9831653833e-01 1871 | 2.9920250177e-01 1872 | 3.0009114742e-01 1873 | 3.0098238587e-01 1874 | 3.0187633634e-01 1875 | 3.0277284980e-01 1876 | 3.0367213488e-01 1877 | 3.0457398295e-01 1878 | 3.0547851324e-01 1879 | 3.0638572574e-01 1880 | 3.0729582906e-01 1881 | 3.0820843577e-01 1882 | 3.0912375450e-01 1883 | 3.1004181504e-01 1884 | 3.1096276641e-01 1885 | 3.1188628078e-01 1886 | 3.1281250715e-01 1887 | 3.1374150515e-01 1888 | 3.1467327476e-01 1889 | 3.1560799479e-01 1890 | 3.1654527783e-01 1891 | 3.1748536229e-01 1892 | 3.1842824817e-01 1893 | 3.1937393546e-01 1894 | 3.2032260299e-01 1895 | 3.2127392292e-01 1896 | 3.2222804427e-01 1897 | 3.2318496704e-01 1898 | 3.2414498925e-01 1899 | 3.2510766387e-01 1900 | 3.2607316971e-01 1901 | 3.2704153657e-01 1902 | 3.2801279426e-01 1903 | 3.2898712158e-01 1904 | 3.2996416092e-01 1905 | 3.3094409108e-01 1906 | 3.3192694187e-01 1907 | 3.3291271329e-01 1908 | 3.3390161395e-01 1909 | 3.3489322662e-01 1910 | 3.3588781953e-01 1911 | 3.3688533306e-01 1912 | 3.3788603544e-01 1913 | 3.3888950944e-01 1914 | 3.3989593387e-01 1915 | 3.4090536833e-01 1916 | 3.4191778302e-01 1917 | 3.4293344617e-01 1918 | 3.4395188093e-01 1919 | 3.4497335553e-01 1920 | 3.4599786997e-01 1921 | 3.4702542424e-01 1922 | 3.4805625677e-01 1923 | 3.4908989072e-01 1924 | 3.5012662411e-01 1925 | 3.5116645694e-01 1926 | 3.5220959783e-01 1927 | 3.5325559974e-01 1928 | 3.5430467129e-01 1929 | 3.5535690188e-01 1930 | 3.5641226172e-01 1931 | 3.5747095942e-01 1932 | 3.5853257775e-01 1933 | 3.5959735513e-01 1934 | 3.6066529155e-01 1935 | 3.6173662543e-01 1936 | 3.6281093955e-01 1937 | 3.6388841271e-01 1938 | 3.6496910453e-01 1939 | 3.6605295539e-01 1940 | 3.6714032292e-01 1941 | 3.6823067069e-01 1942 | 3.6932423711e-01 1943 | 3.7042105198e-01 1944 | 3.7152114511e-01 1945 | 3.7262472510e-01 1946 | 3.7373137474e-01 1947 | 3.7484124303e-01 1948 | 3.7595447898e-01 1949 | 3.7707123160e-01 1950 | 3.7819105387e-01 1951 | 3.7931424379e-01 1952 | 3.8044071198e-01 1953 | 3.8157054782e-01 1954 | 3.8270398974e-01 1955 | 3.8384056091e-01 1956 | 3.8498046994e-01 1957 | 3.8612383604e-01 1958 | 3.8727054000e-01 1959 | 3.8842090964e-01 1960 | 3.8957443833e-01 1961 | 3.9073139429e-01 1962 | 3.9189183712e-01 1963 | 3.9305591583e-01 1964 | 3.9422321320e-01 1965 | 3.9539396763e-01 1966 | 3.9656820893e-01 1967 | 3.9774593711e-01 1968 | 3.9892745018e-01 1969 | 4.0011221170e-01 1970 | 4.0130046010e-01 1971 | 4.0249225497e-01 1972 | 4.0368756652e-01 1973 | 4.0488672256e-01 1974 | 4.0608915687e-01 1975 | 4.0729516745e-01 1976 | 4.0850475430e-01 1977 | 4.0971821547e-01 1978 | 4.1093498468e-01 1979 | 4.1215538979e-01 1980 | 4.1337940097e-01 1981 | 4.1460707784e-01 1982 | 4.1583862901e-01 1983 | 4.1707360744e-01 1984 | 4.1831222177e-01 1985 | 4.1955453157e-01 1986 | 4.2080053687e-01 1987 | 4.2205053568e-01 1988 | 4.2330393195e-01 1989 | 4.2456108332e-01 1990 | 4.2582193017e-01 1991 | 4.2708683014e-01 1992 | 4.2835518718e-01 1993 | 4.2962732911e-01 1994 | 4.3090325594e-01 1995 | 4.3218293786e-01 1996 | 4.3346676230e-01 1997 | 4.3475404382e-01 1998 | 4.3604519963e-01 1999 | 4.3734017015e-01 2000 | 4.3863898516e-01 2001 | 4.3994194269e-01 2002 | 4.4124850631e-01 2003 | 4.4255891442e-01 2004 | 4.4387319684e-01 2005 | 4.4519174099e-01 2006 | 4.4651386142e-01 2007 | 4.4783991575e-01 2008 | 4.4916996360e-01 2009 | 4.5050388575e-01 2010 | 4.5184212923e-01 2011 | 4.5318397880e-01 2012 | 4.5452985168e-01 2013 | 4.5587971807e-01 2014 | 4.5723390579e-01 2015 | 4.5859178901e-01 2016 | 4.5995372534e-01 2017 | 4.6131971478e-01 2018 | 4.6268972754e-01 2019 | 4.6406415105e-01 2020 | 4.6544232965e-01 2021 | 4.6682459116e-01 2022 | 4.6821096539e-01 2023 | 4.6960148215e-01 2024 | 4.7099643946e-01 2025 | 4.7239521146e-01 2026 | 4.7379812598e-01 2027 | 4.7520524263e-01 2028 | 4.7661679983e-01 2029 | 4.7803229094e-01 2030 | 4.7945192456e-01 2031 | 4.8087581992e-01 2032 | 4.8230388761e-01 2033 | 4.8373657465e-01 2034 | 4.8517316580e-01 2035 | 4.8661404848e-01 2036 | 4.8805922270e-01 2037 | 4.8950865865e-01 2038 | 4.9096274376e-01 2039 | 4.9242079258e-01 2040 | 4.9388319254e-01 2041 | 4.9534994364e-01 2042 | 4.9682140350e-01 2043 | 4.9829682708e-01 2044 | 4.9977666140e-01 2045 | 5.0126093626e-01 2046 | 5.0274956226e-01 2047 | 5.0424301624e-01 2048 | 5.0574046373e-01 2049 | 5.0724244118e-01 2050 | 5.0874882936e-01 2051 | 5.1025974751e-01 2052 | 5.1177543402e-01 2053 | 5.1329535246e-01 2054 | 5.1482009888e-01 2055 | 5.1634901762e-01 2056 | 5.1788246632e-01 2057 | 5.1942044497e-01 2058 | 5.2096337080e-01 2059 | 5.2251058817e-01 2060 | 5.2406227589e-01 2061 | 5.2561867237e-01 2062 | 5.2717965841e-01 2063 | 5.2874565125e-01 2064 | 5.3031593561e-01 2065 | 5.3189080954e-01 2066 | 5.3347045183e-01 2067 | 5.3505474329e-01 2068 | 5.3664410114e-01 2069 | 5.3823786974e-01 2070 | 5.3983634710e-01 2071 | 5.4143953323e-01 2072 | 5.4304784536e-01 2073 | 5.4466062784e-01 2074 | 5.4627817869e-01 2075 | 5.4790049791e-01 2076 | 5.4952764511e-01 2077 | 5.5116003752e-01 2078 | 5.5279684067e-01 2079 | 5.5443859100e-01 2080 | 5.5608516932e-01 2081 | 5.5773663521e-01 2082 | 5.5939340591e-01 2083 | 5.6105464697e-01 2084 | 5.6272083521e-01 2085 | 5.6439208984e-01 2086 | 5.6606858969e-01 2087 | 5.6774967909e-01 2088 | 5.6943577528e-01 2089 | 5.7112693787e-01 2090 | 5.7282304764e-01 2091 | 5.7452458143e-01 2092 | 5.7623082399e-01 2093 | 5.7794213295e-01 2094 | 5.7965850830e-01 2095 | 5.8138000965e-01 2096 | 5.8310699463e-01 2097 | 5.8483868837e-01 2098 | 5.8657550812e-01 2099 | 5.8831757307e-01 2100 | 5.9006512165e-01 2101 | 5.9181749821e-01 2102 | 5.9357511997e-01 2103 | 5.9533792734e-01 2104 | 5.9710597992e-01 2105 | 5.9887963533e-01 2106 | 6.0065817833e-01 2107 | 6.0244208574e-01 2108 | 6.0423117876e-01 2109 | 6.0602563620e-01 2110 | 6.0782581568e-01 2111 | 6.0963094234e-01 2112 | 6.1144143343e-01 2113 | 6.1325728893e-01 2114 | 6.1507898569e-01 2115 | 6.1690562963e-01 2116 | 6.1873775721e-01 2117 | 6.2057524920e-01 2118 | 6.2241828442e-01 2119 | 6.2426716089e-01 2120 | 6.2612110376e-01 2121 | 6.2798053026e-01 2122 | 6.2984549999e-01 2123 | 6.3171607256e-01 2124 | 6.3359254599e-01 2125 | 6.3547420502e-01 2126 | 6.3736146688e-01 2127 | 6.3925427198e-01 2128 | 6.4115315676e-01 2129 | 6.4305728674e-01 2130 | 6.4496707916e-01 2131 | 6.4688247442e-01 2132 | 6.4880359173e-01 2133 | 6.5073084831e-01 2134 | 6.5266340971e-01 2135 | 6.5460169315e-01 2136 | 6.5654575825e-01 2137 | 6.5849596262e-01 2138 | 6.6045159101e-01 2139 | 6.6241300106e-01 2140 | 6.6438025236e-01 2141 | 6.6635328531e-01 2142 | 6.6833269596e-01 2143 | 6.7031753063e-01 2144 | 6.7230826616e-01 2145 | 6.7430490255e-01 2146 | 6.7630743980e-01 2147 | 6.7831641436e-01 2148 | 6.8033087254e-01 2149 | 6.8235135078e-01 2150 | 6.8437778950e-01 2151 | 6.8641072512e-01 2152 | 6.8844920397e-01 2153 | 6.9049382210e-01 2154 | 6.9254440069e-01 2155 | 6.9460111856e-01 2156 | 6.9666445255e-01 2157 | 6.9873338938e-01 2158 | 7.0080852509e-01 2159 | 7.0288974047e-01 2160 | 7.0497721434e-01 2161 | 7.0707136393e-01 2162 | 7.0917117596e-01 2163 | 7.1127730608e-01 2164 | 7.1338969469e-01 2165 | 7.1550875902e-01 2166 | 7.1763372421e-01 2167 | 7.1976494789e-01 2168 | 7.2190254927e-01 2169 | 7.2404640913e-01 2170 | 7.2619718313e-01 2171 | 7.2835385799e-01 2172 | 7.3051697016e-01 2173 | 7.3268640041e-01 2174 | 7.3486238718e-01 2175 | 7.3704522848e-01 2176 | 7.3923414946e-01 2177 | 7.4142956734e-01 2178 | 7.4363142252e-01 2179 | 7.4584037066e-01 2180 | 7.4805539846e-01 2181 | 7.5027698278e-01 2182 | 7.5250512362e-01 2183 | 7.5473994017e-01 2184 | 7.5698190928e-01 2185 | 7.5922995806e-01 2186 | 7.6148474216e-01 2187 | 7.6374620199e-01 2188 | 7.6601439714e-01 2189 | 7.6828986406e-01 2190 | 7.7057147026e-01 2191 | 7.7285999060e-01 2192 | 7.7515518665e-01 2193 | 7.7745777369e-01 2194 | 7.7976667881e-01 2195 | 7.8208249807e-01 2196 | 7.8440505266e-01 2197 | 7.8673458099e-01 2198 | 7.8907161951e-01 2199 | 7.9141503572e-01 2200 | 7.9376530647e-01 2201 | 7.9612267017e-01 2202 | 7.9848706722e-01 2203 | 8.0085891485e-01 2204 | 8.0323725939e-01 2205 | 8.0562275648e-01 2206 | 8.0801528692e-01 2207 | 8.1041544676e-01 2208 | 8.1282222271e-01 2209 | 8.1523621082e-01 2210 | 8.1765735149e-01 2211 | 8.2008558512e-01 2212 | 8.2252162695e-01 2213 | 8.2496434450e-01 2214 | 8.2741439342e-01 2215 | 8.2987165451e-01 2216 | 8.3233672380e-01 2217 | 8.3480864763e-01 2218 | 8.3728784323e-01 2219 | 8.3977442980e-01 2220 | 8.4226840734e-01 2221 | 8.4477031231e-01 2222 | 8.4727913141e-01 2223 | 8.4979546070e-01 2224 | 8.5231912136e-01 2225 | 8.5485035181e-01 2226 | 8.5738962889e-01 2227 | 8.5993599892e-01 2228 | 8.6248981953e-01 2229 | 8.6505120993e-01 2230 | 8.6762082577e-01 2231 | 8.7019753456e-01 2232 | 8.7278181314e-01 2233 | 8.7537384033e-01 2234 | 8.7797355652e-01 2235 | 8.8058155775e-01 2236 | 8.8319671154e-01 2237 | 8.8581961393e-01 2238 | 8.8845032454e-01 2239 | 8.9108884335e-01 2240 | 8.9373582602e-01 2241 | 8.9639008045e-01 2242 | 8.9905220270e-01 2243 | 9.0172213316e-01 2244 | 9.0440076590e-01 2245 | 9.0708667040e-01 2246 | 9.0978050232e-01 2247 | 9.1248238087e-01 2248 | 9.1519224644e-01 2249 | 9.1791081429e-01 2250 | 9.2063683271e-01 2251 | 9.2337095737e-01 2252 | 9.2611324787e-01 2253 | 9.2886358500e-01 2254 | 9.3162274361e-01 2255 | 9.3438947201e-01 2256 | 9.3716448545e-01 2257 | 9.3994772434e-01 2258 | 9.4273978472e-01 2259 | 9.4553947449e-01 2260 | 9.4834762812e-01 2261 | 9.5116394758e-01 2262 | 9.5398873091e-01 2263 | 9.5682263374e-01 2264 | 9.5966410637e-01 2265 | 9.6251422167e-01 2266 | 9.6537262201e-01 2267 | 9.6823966503e-01 2268 | 9.7111576796e-01 2269 | 9.7399979830e-01 2270 | 9.7689241171e-01 2271 | 9.7979354858e-01 2272 | 9.8270410299e-01 2273 | 9.8562252522e-01 2274 | 9.8854959011e-01 2275 | 9.9148541689e-01 2276 | 9.9442994595e-01 2277 | 9.9738389254e-01 2278 | 1.0003459454e+00 2279 | 1.0033167601e+00 2280 | 1.0062963963e+00 2281 | 1.0092848539e+00 2282 | 1.0122829676e+00 2283 | 1.0152893066e+00 2284 | 1.0183044672e+00 2285 | 1.0213286877e+00 2286 | 1.0243625641e+00 2287 | 1.0274046659e+00 2288 | 1.0304558277e+00 2289 | 1.0335161686e+00 2290 | 1.0365854502e+00 2291 | 1.0396646261e+00 2292 | 1.0427521467e+00 2293 | 1.0458489656e+00 2294 | 1.0489549637e+00 2295 | 1.0520701408e+00 2296 | 1.0551953316e+00 2297 | 1.0583291054e+00 2298 | 1.0614720583e+00 2299 | 1.0646244287e+00 2300 | 1.0677869320e+00 2301 | 1.0709580183e+00 2302 | 1.0741385221e+00 2303 | 1.0773285627e+00 2304 | 1.0805280209e+00 2305 | 1.0837377310e+00 2306 | 1.0869561434e+00 2307 | 1.0901843309e+00 2308 | 1.0934219360e+00 2309 | 1.0966699123e+00 2310 | 1.0999267101e+00 2311 | 1.1031934023e+00 2312 | 1.1064696312e+00 2313 | 1.1097556353e+00 2314 | 1.1130521297e+00 2315 | 1.1163576841e+00 2316 | 1.1196730137e+00 2317 | 1.1229983568e+00 2318 | 1.1263333559e+00 2319 | 1.1296790838e+00 2320 | 1.1330341101e+00 2321 | 1.1363989115e+00 2322 | 1.1397738457e+00 2323 | 1.1431595087e+00 2324 | 1.1465544701e+00 2325 | 1.1499595642e+00 2326 | 1.1533746719e+00 2327 | 1.1568000317e+00 2328 | 1.1602362394e+00 2329 | 1.1636819839e+00 2330 | 1.1671378613e+00 2331 | 1.1706039906e+00 2332 | 1.1740804911e+00 2333 | 1.1775680780e+00 2334 | 1.1810652018e+00 2335 | 1.1845728159e+00 2336 | 1.1880908012e+00 2337 | 1.1916199923e+00 2338 | 1.1951588392e+00 2339 | 1.1987081766e+00 2340 | 1.2022681236e+00 2341 | 1.2058386803e+00 2342 | 1.2094205618e+00 2343 | 1.2130123377e+00 2344 | 1.2166147232e+00 2345 | 1.2202278376e+00 2346 | 1.2238516808e+00 2347 | 1.2274870872e+00 2348 | 1.2311325073e+00 2349 | 1.2347887754e+00 2350 | 1.2384558916e+00 2351 | 1.2421346903e+00 2352 | 1.2458236217e+00 2353 | 1.2495234013e+00 2354 | 1.2532342672e+00 2355 | 1.2569561005e+00 2356 | 1.2606898546e+00 2357 | 1.2644338608e+00 2358 | 1.2681890726e+00 2359 | 1.2719553709e+00 2360 | 1.2757328749e+00 2361 | 1.2795222998e+00 2362 | 1.2833222151e+00 2363 | 1.2871334553e+00 2364 | 1.2909560204e+00 2365 | 1.2947907448e+00 2366 | 1.2986360788e+00 2367 | 1.3024927378e+00 2368 | 1.3063608408e+00 2369 | 1.3102405071e+00 2370 | 1.3141325712e+00 2371 | 1.3180353642e+00 2372 | 1.3219496012e+00 2373 | 1.3258756399e+00 2374 | 1.3298132420e+00 2375 | 1.3337633610e+00 2376 | 1.3377243280e+00 2377 | 1.3416972160e+00 2378 | 1.3456817865e+00 2379 | 1.3496789932e+00 2380 | 1.3536872864e+00 2381 | 1.3577076197e+00 2382 | 1.3617397547e+00 2383 | 1.3657838106e+00 2384 | 1.3698408604e+00 2385 | 1.3739089966e+00 2386 | 1.3779892921e+00 2387 | 1.3820816278e+00 2388 | 1.3861870766e+00 2389 | 1.3903038502e+00 2390 | 1.3944326639e+00 2391 | 1.3985739946e+00 2392 | 1.4027273655e+00 2393 | 1.4068942070e+00 2394 | 1.4110723734e+00 2395 | 1.4152630568e+00 2396 | 1.4194661379e+00 2397 | 1.4236816168e+00 2398 | 1.4279106855e+00 2399 | 1.4321513176e+00 2400 | 1.4364044666e+00 2401 | 1.4406703711e+00 2402 | 1.4449497461e+00 2403 | 1.4492411613e+00 2404 | 1.4535449743e+00 2405 | 1.4578617811e+00 2406 | 1.4621914625e+00 2407 | 1.4665347338e+00 2408 | 1.4708900452e+00 2409 | 1.4752582312e+00 2410 | 1.4796395302e+00 2411 | 1.4840338230e+00 2412 | 1.4884421825e+00 2413 | 1.4928624630e+00 2414 | 1.4972959757e+00 2415 | 1.5017427206e+00 2416 | 1.5062036514e+00 2417 | 1.5106768608e+00 2418 | 1.5151631832e+00 2419 | 1.5196629763e+00 2420 | 1.5241761208e+00 2421 | 1.5287034512e+00 2422 | 1.5332436562e+00 2423 | 1.5377969742e+00 2424 | 1.5423640013e+00 2425 | 1.5469443798e+00 2426 | 1.5515396595e+00 2427 | 1.5561473370e+00 2428 | 1.5607688427e+00 2429 | 1.5654040575e+00 2430 | 1.5700539351e+00 2431 | 1.5747168064e+00 2432 | 1.5793933868e+00 2433 | 1.5840839148e+00 2434 | 1.5887883902e+00 2435 | 1.5935078859e+00 2436 | 1.5982402563e+00 2437 | 1.6029866934e+00 2438 | 1.6077471972e+00 2439 | 1.6125220060e+00 2440 | 1.6173120737e+00 2441 | 1.6221151352e+00 2442 | 1.6269323826e+00 2443 | 1.6317641735e+00 2444 | 1.6366112232e+00 2445 | 1.6414716244e+00 2446 | 1.6463464499e+00 2447 | 1.6512359381e+00 2448 | 1.6561397314e+00 2449 | 1.6610592604e+00 2450 | 1.6659922600e+00 2451 | 1.6709399223e+00 2452 | 1.6759022474e+00 2453 | 1.6808794737e+00 2454 | 1.6858725548e+00 2455 | 1.6908792257e+00 2456 | 1.6959007978e+00 2457 | 1.7009371519e+00 2458 | 1.7059898376e+00 2459 | 1.7110563517e+00 2460 | 1.7161377668e+00 2461 | 1.7212344408e+00 2462 | 1.7263461351e+00 2463 | 1.7314741611e+00 2464 | 1.7366164923e+00 2465 | 1.7417739630e+00 2466 | 1.7469465733e+00 2467 | 1.7521346807e+00 2468 | 1.7573393583e+00 2469 | 1.7625583410e+00 2470 | 1.7677928209e+00 2471 | 1.7730429173e+00 2472 | 1.7783095837e+00 2473 | 1.7835907936e+00 2474 | 1.7888877392e+00 2475 | 1.7942005396e+00 2476 | 1.7995288372e+00 2477 | 1.8048744202e+00 2478 | 1.8102345467e+00 2479 | 1.8156104088e+00 2480 | 1.8210024834e+00 2481 | 1.8264117241e+00 2482 | 1.8318358660e+00 2483 | 1.8372759819e+00 2484 | 1.8427324295e+00 2485 | 1.8482049704e+00 2486 | 1.8536950350e+00 2487 | 1.8592002392e+00 2488 | 1.8647217751e+00 2489 | 1.8702595234e+00 2490 | 1.8758138418e+00 2491 | 1.8813859224e+00 2492 | 1.8869733810e+00 2493 | 1.8925771713e+00 2494 | 1.8981977701e+00 2495 | 1.9038363695e+00 2496 | 1.9094903469e+00 2497 | 1.9151611328e+00 2498 | 1.9208488464e+00 2499 | 1.9265534878e+00 2500 | 1.9322761297e+00 2501 | 1.9380147457e+00 2502 | 1.9437702894e+00 2503 | 1.9495428801e+00 2504 | 1.9553326368e+00 2505 | 1.9611409903e+00 2506 | 1.9669651985e+00 2507 | 1.9728065729e+00 2508 | 1.9786655903e+00 2509 | 1.9845430851e+00 2510 | 1.9904369116e+00 2511 | 1.9963480234e+00 2512 | 2.0022768974e+00 2513 | 2.0082232952e+00 2514 | 2.0141887665e+00 2515 | 2.0201704502e+00 2516 | 2.0261700153e+00 2517 | 2.0321872234e+00 2518 | 2.0382225513e+00 2519 | 2.0442769527e+00 2520 | 2.0503480434e+00 2521 | 2.0564370155e+00 2522 | 2.0625445843e+00 2523 | 2.0686709881e+00 2524 | 2.0748145580e+00 2525 | 2.0809764862e+00 2526 | 2.0871565342e+00 2527 | 2.0933551788e+00 2528 | 2.0995733738e+00 2529 | 2.1058087349e+00 2530 | 2.1120626926e+00 2531 | 2.1183350086e+00 2532 | 2.1246259212e+00 2533 | 2.1309370995e+00 2534 | 2.1372656822e+00 2535 | 2.1436128616e+00 2536 | 2.1499791145e+00 2537 | 2.1563653946e+00 2538 | 2.1627695560e+00 2539 | 2.1691925526e+00 2540 | 2.1756346226e+00 2541 | 2.1820957661e+00 2542 | 2.1885776520e+00 2543 | 2.1950774193e+00 2544 | 2.2015964985e+00 2545 | 2.2081346512e+00 2546 | 2.2146923542e+00 2547 | 2.2212712765e+00 2548 | 2.2278678417e+00 2549 | 2.2344841957e+00 2550 | 2.2411201000e+00 2551 | 2.2477774620e+00 2552 | 2.2544527054e+00 2553 | 2.2611482143e+00 2554 | 2.2678632736e+00 2555 | 2.2745983601e+00 2556 | 2.2813551426e+00 2557 | 2.2881302834e+00 2558 | 2.2949256897e+00 2559 | 2.3017411232e+00 2560 | 2.3085782528e+00 2561 | 2.3154344559e+00 2562 | 2.3223109245e+00 2563 | 2.3292076588e+00 2564 | 2.3361248970e+00 2565 | 2.3430643082e+00 2566 | 2.3500227928e+00 2567 | 2.3570020199e+00 2568 | 2.3640017509e+00 2569 | 2.3710224628e+00 2570 | 2.3780655861e+00 2571 | 2.3851280212e+00 2572 | 2.3922111988e+00 2573 | 2.3993158340e+00 2574 | 2.4064428806e+00 2575 | 2.4135894775e+00 2576 | 2.4207575321e+00 2577 | 2.4279465675e+00 2578 | 2.4351570606e+00 2579 | 2.4423906803e+00 2580 | 2.4496440887e+00 2581 | 2.4569191933e+00 2582 | 2.4642157555e+00 2583 | 2.4715340137e+00 2584 | 2.4788756371e+00 2585 | 2.4862372875e+00 2586 | 2.4936211109e+00 2587 | 2.5010266304e+00 2588 | 2.5084557533e+00 2589 | 2.5159053802e+00 2590 | 2.5233774185e+00 2591 | 2.5308711529e+00 2592 | 2.5383875370e+00 2593 | 2.5459277630e+00 2594 | 2.5534887314e+00 2595 | 2.5610718727e+00 2596 | 2.5686779022e+00 2597 | 2.5763063431e+00 2598 | 2.5839593410e+00 2599 | 2.5916330814e+00 2600 | 2.5993297100e+00 2601 | 2.6070492268e+00 2602 | 2.6147933006e+00 2603 | 2.6225588322e+00 2604 | 2.6303474903e+00 2605 | 2.6381590366e+00 2606 | 2.6459939480e+00 2607 | 2.6538536549e+00 2608 | 2.6617352962e+00 2609 | 2.6696400642e+00 2610 | 2.6775684357e+00 2611 | 2.6855204105e+00 2612 | 2.6934976578e+00 2613 | 2.7014966011e+00 2614 | 2.7095196247e+00 2615 | 2.7175664902e+00 2616 | 2.7256388664e+00 2617 | 2.7337334156e+00 2618 | 2.7418522835e+00 2619 | 2.7499949932e+00 2620 | 2.7581617832e+00 2621 | 2.7663550377e+00 2622 | 2.7745704651e+00 2623 | 2.7828104496e+00 2624 | 2.7910749912e+00 2625 | 2.7993638515e+00 2626 | 2.8076794147e+00 2627 | 2.8160176277e+00 2628 | 2.8243806362e+00 2629 | 2.8327684402e+00 2630 | 2.8411831856e+00 2631 | 2.8496210575e+00 2632 | 2.8580837250e+00 2633 | 2.8665716648e+00 2634 | 2.8750848770e+00 2635 | 2.8836252689e+00 2636 | 2.8921890259e+00 2637 | 2.9007782936e+00 2638 | 2.9093930721e+00 2639 | 2.9180333614e+00 2640 | 2.9267013073e+00 2641 | 2.9353930950e+00 2642 | 2.9441108704e+00 2643 | 2.9528541565e+00 2644 | 2.9616253376e+00 2645 | 2.9704210758e+00 2646 | 2.9792428017e+00 2647 | 2.9880905151e+00 2648 | 2.9969644547e+00 2649 | 3.0058670044e+00 2650 | 3.0147938728e+00 2651 | 3.0237472057e+00 2652 | 3.0327272415e+00 2653 | 3.0417356491e+00 2654 | 3.0507690907e+00 2655 | 3.0598294735e+00 2656 | 3.0689165592e+00 2657 | 3.0780303478e+00 2658 | 3.0871737003e+00 2659 | 3.0963423252e+00 2660 | 3.1055376530e+00 2661 | 3.1147603989e+00 2662 | 3.1240105629e+00 2663 | 3.1332905293e+00 2664 | 3.1425957680e+00 2665 | 3.1519289017e+00 2666 | 3.1612892151e+00 2667 | 3.1706798077e+00 2668 | 3.1800961494e+00 2669 | 3.1895406246e+00 2670 | 3.1990129948e+00 2671 | 3.2085132599e+00 2672 | 3.2180442810e+00 2673 | 3.2276010513e+00 2674 | 3.2371866703e+00 2675 | 3.2468004227e+00 2676 | 3.2564425468e+00 2677 | 3.2661159039e+00 2678 | 3.2758154869e+00 2679 | 3.2855443954e+00 2680 | 3.2953014374e+00 2681 | 3.3050904274e+00 2682 | 3.3149056435e+00 2683 | 3.3247504234e+00 2684 | 3.3346242905e+00 2685 | 3.3445274830e+00 2686 | 3.3544621468e+00 2687 | 3.3644244671e+00 2688 | 3.3744161129e+00 2689 | 3.3844373226e+00 2690 | 3.3944885731e+00 2691 | 3.4045720100e+00 2692 | 3.4146828651e+00 2693 | 3.4248237610e+00 2694 | 3.4349946976e+00 2695 | 3.4451982975e+00 2696 | 3.4554300308e+00 2697 | 3.4656920433e+00 2698 | 3.4759843349e+00 2699 | 3.4863073826e+00 2700 | 3.4966633320e+00 2701 | 3.5070478916e+00 2702 | 3.5174632072e+00 2703 | 3.5279092789e+00 2704 | 3.5383868217e+00 2705 | 3.5488972664e+00 2706 | 3.5594367981e+00 2707 | 3.5700078011e+00 2708 | 3.5806100368e+00 2709 | 3.5912461281e+00 2710 | 3.6019113064e+00 2711 | 3.6126084328e+00 2712 | 3.6233372688e+00 2713 | 3.6340978146e+00 2714 | 3.6448926926e+00 2715 | 3.6557173729e+00 2716 | 3.6665742397e+00 2717 | 3.6774632931e+00 2718 | 3.6883845329e+00 2719 | 3.6993408203e+00 2720 | 3.7103271484e+00 2721 | 3.7213461399e+00 2722 | 3.7323977947e+00 2723 | 3.7434849739e+00 2724 | 3.7546024323e+00 2725 | 3.7657530308e+00 2726 | 3.7769362926e+00 2727 | 3.7881529331e+00 2728 | 3.7994058132e+00 2729 | 3.8106894493e+00 2730 | 3.8220064640e+00 2731 | 3.8333568573e+00 2732 | 3.8447439671e+00 2733 | 3.8561620712e+00 2734 | 3.8676140308e+00 2735 | 3.8791003227e+00 2736 | 3.8906204700e+00 2737 | 3.9021773338e+00 2738 | 3.9137661457e+00 2739 | 3.9253890514e+00 2740 | 3.9370470047e+00 2741 | 3.9487390518e+00 2742 | 3.9604687691e+00 2743 | 3.9722306728e+00 2744 | 3.9840276241e+00 2745 | 3.9958591461e+00 2746 | 4.0077290535e+00 2747 | 4.0196313858e+00 2748 | 4.0315685272e+00 2749 | 4.0435414314e+00 2750 | 4.0555500984e+00 2751 | 4.0675973892e+00 2752 | 4.0796771049e+00 2753 | 4.0917930603e+00 2754 | 4.1039447784e+00 2755 | 4.1161327362e+00 2756 | 4.1283593178e+00 2757 | 4.1406202316e+00 2758 | 4.1529169083e+00 2759 | 4.1652503014e+00 2760 | 4.1776232719e+00 2761 | 4.1900296211e+00 2762 | 4.2024736404e+00 2763 | 4.2149538994e+00 2764 | 4.2274718285e+00 2765 | 4.2400293350e+00 2766 | 4.2526211739e+00 2767 | 4.2652506828e+00 2768 | 4.2779178619e+00 2769 | 4.2906222343e+00 2770 | 4.3033676147e+00 2771 | 4.3161478043e+00 2772 | 4.3289661407e+00 2773 | 4.3418221474e+00 2774 | 4.3547191620e+00 2775 | 4.3676519394e+00 2776 | 4.3806228638e+00 2777 | 4.3936328888e+00 2778 | 4.4066810608e+00 2779 | 4.4197711945e+00 2780 | 4.4328970909e+00 2781 | 4.4460616112e+00 2782 | 4.4592657089e+00 2783 | 4.4725089073e+00 2784 | 4.4857945442e+00 2785 | 4.4991164207e+00 2786 | 4.5124778748e+00 2787 | 4.5258793831e+00 2788 | 4.5393228531e+00 2789 | 4.5528039932e+00 2790 | 4.5663251877e+00 2791 | 4.5798864365e+00 2792 | 4.5934877396e+00 2793 | 4.6071324348e+00 2794 | 4.6208148003e+00 2795 | 4.6345376968e+00 2796 | 4.6483011246e+00 2797 | 4.6621060371e+00 2798 | 4.6759543419e+00 2799 | 4.6898412704e+00 2800 | 4.7037692070e+00 2801 | 4.7177386284e+00 2802 | 4.7317523956e+00 2803 | 4.7458047867e+00 2804 | 4.7598991394e+00 2805 | 4.7740349770e+00 2806 | 4.7882132530e+00 2807 | 4.8024363518e+00 2808 | 4.8166985512e+00 2809 | 4.8310031891e+00 2810 | 4.8453507423e+00 2811 | 4.8597402573e+00 2812 | 4.8741760254e+00 2813 | 4.8886513710e+00 2814 | 4.9031696320e+00 2815 | 4.9177312851e+00 2816 | 4.9323391914e+00 2817 | 4.9469871521e+00 2818 | 4.9616789818e+00 2819 | 4.9764142036e+00 2820 | 4.9911932945e+00 2821 | 5.0060195923e+00 2822 | 5.0208864212e+00 2823 | 5.0357975960e+00 2824 | 5.0507526398e+00 2825 | 5.0657558441e+00 2826 | 5.0808005333e+00 2827 | 5.0958895683e+00 2828 | 5.1110229492e+00 2829 | 5.1262021065e+00 2830 | 5.1414289474e+00 2831 | 5.1566982269e+00 2832 | 5.1720128059e+00 2833 | 5.1873726845e+00 2834 | 5.2027783394e+00 2835 | 5.2182326317e+00 2836 | 5.2337298393e+00 2837 | 5.2492733002e+00 2838 | 5.2648625374e+00 2839 | 5.2805013657e+00 2840 | 5.2961840630e+00 2841 | 5.3119125366e+00 2842 | 5.3276877403e+00 2843 | 5.3435096741e+00 2844 | 5.3593826294e+00 2845 | 5.3752989769e+00 2846 | 5.3912625313e+00 2847 | 5.4072737694e+00 2848 | 5.4233322144e+00 2849 | 5.4394421577e+00 2850 | 5.4555964470e+00 2851 | 5.4717984200e+00 2852 | 5.4880485535e+00 2853 | 5.5043506622e+00 2854 | 5.5206975937e+00 2855 | 5.5370931625e+00 2856 | 5.5535373688e+00 2857 | 5.5700302124e+00 2858 | 5.5865759850e+00 2859 | 5.6031670570e+00 2860 | 5.6198072433e+00 2861 | 5.6364970207e+00 2862 | 5.6532363892e+00 2863 | 5.6700291634e+00 2864 | 5.6868681908e+00 2865 | 5.7037572861e+00 2866 | 5.7206959724e+00 2867 | 5.7376894951e+00 2868 | 5.7547292709e+00 2869 | 5.7718195915e+00 2870 | 5.7889609337e+00 2871 | 5.8061532974e+00 2872 | 5.8234004974e+00 2873 | 5.8406939507e+00 2874 | 5.8580403328e+00 2875 | 5.8754377365e+00 2876 | 5.8928861618e+00 2877 | 5.9103908539e+00 2878 | 5.9279441833e+00 2879 | 5.9455485344e+00 2880 | 5.9632062912e+00 2881 | 5.9809193611e+00 2882 | 5.9986815453e+00 2883 | 6.0164966583e+00 2884 | 6.0343647003e+00 2885 | 6.0522851944e+00 2886 | 6.0702638626e+00 2887 | 6.0882911682e+00 2888 | 6.1063723564e+00 2889 | 6.1245064735e+00 2890 | 6.1426954269e+00 2891 | 6.1609420776e+00 2892 | 6.1792392731e+00 2893 | 6.1975903511e+00 2894 | 6.2159962654e+00 2895 | 6.2344608307e+00 2896 | 6.2529754639e+00 2897 | 6.2715458870e+00 2898 | 6.2901711464e+00 2899 | 6.3088517189e+00 2900 | 6.3275918961e+00 2901 | 6.3463840485e+00 2902 | 6.3652315140e+00 2903 | 6.3841347694e+00 2904 | 6.4030985832e+00 2905 | 6.4221148491e+00 2906 | 6.4411869049e+00 2907 | 6.4603161812e+00 2908 | 6.4795022011e+00 2909 | 6.4987492561e+00 2910 | 6.5180492401e+00 2911 | 6.5374064445e+00 2912 | 6.5568213463e+00 2913 | 6.5762939453e+00 2914 | 6.5958290100e+00 2915 | 6.6154170036e+00 2916 | 6.6350641251e+00 2917 | 6.6547689438e+00 2918 | 6.6745367050e+00 2919 | 6.6943588257e+00 2920 | 6.7142395973e+00 2921 | 6.7341799736e+00 2922 | 6.7541790009e+00 2923 | 6.7742424011e+00 2924 | 6.7943601608e+00 2925 | 6.8145380020e+00 2926 | 6.8347764015e+00 2927 | 6.8550744057e+00 2928 | 6.8754367828e+00 2929 | 6.8958554268e+00 2930 | 6.9163351059e+00 2931 | 6.9368758202e+00 2932 | 6.9574813843e+00 2933 | 6.9781436920e+00 2934 | 6.9988675117e+00 2935 | 7.0196528435e+00 2936 | 7.0404992104e+00 2937 | 7.0614132881e+00 2938 | 7.0823841095e+00 2939 | 7.1034173965e+00 2940 | 7.1245131493e+00 2941 | 7.1456723213e+00 2942 | 7.1668977737e+00 2943 | 7.1881823540e+00 2944 | 7.2095303535e+00 2945 | 7.2309403419e+00 2946 | 7.2524199486e+00 2947 | 7.2739582062e+00 2948 | 7.2955608368e+00 2949 | 7.3172273636e+00 2950 | 7.3389582634e+00 2951 | 7.3607583046e+00 2952 | 7.3826184273e+00 2953 | 7.4045429230e+00 2954 | 7.4265336990e+00 2955 | 7.4485888481e+00 2956 | 7.4707145691e+00 2957 | 7.4929013252e+00 2958 | 7.5151534081e+00 2959 | 7.5374722481e+00 2960 | 7.5598621368e+00 2961 | 7.5823135376e+00 2962 | 7.6048312187e+00 2963 | 7.6274166107e+00 2964 | 7.6500682831e+00 2965 | 7.6727929115e+00 2966 | 7.6955800056e+00 2967 | 7.7184343338e+00 2968 | 7.7413563728e+00 2969 | 7.7643465996e+00 2970 | 7.7874102592e+00 2971 | 7.8105373383e+00 2972 | 7.8337335587e+00 2973 | 7.8569979668e+00 2974 | 7.8803367615e+00 2975 | 7.9037404060e+00 2976 | 7.9272127151e+00 2977 | 7.9507551193e+00 2978 | 7.9743676186e+00 2979 | 7.9980554581e+00 2980 | 8.0218076706e+00 2981 | 8.0456314087e+00 2982 | 8.0695247650e+00 2983 | 8.0934906006e+00 2984 | 8.1175317764e+00 2985 | 8.1416387558e+00 2986 | 8.1658182144e+00 2987 | 8.1900691986e+00 2988 | 8.2143974304e+00 2989 | 8.2387924194e+00 2990 | 8.2632608414e+00 2991 | 8.2878007889e+00 2992 | 8.3124141693e+00 2993 | 8.3371057510e+00 2994 | 8.3618659973e+00 2995 | 8.3866987228e+00 2996 | 8.4116058350e+00 2997 | 8.4365921021e+00 2998 | 8.4616470337e+00 2999 | 8.4867763519e+00 3000 | 8.5119810104e+00 3001 | 8.5372600555e+00 3002 | 8.5626192093e+00 3003 | 8.5880489349e+00 3004 | 8.6135530472e+00 3005 | 8.6391344070e+00 3006 | 8.6647911072e+00 3007 | 8.6905288696e+00 3008 | 8.7163391113e+00 3009 | 8.7422246933e+00 3010 | 8.7681875229e+00 3011 | 8.7942333221e+00 3012 | 8.8203506470e+00 3013 | 8.8465442657e+00 3014 | 8.8728179932e+00 3015 | 8.8991689682e+00 3016 | 8.9256029129e+00 3017 | 8.9521102905e+00 3018 | 8.9786968231e+00 3019 | 9.0053615570e+00 3020 | 9.0321054459e+00 3021 | 9.0589351654e+00 3022 | 9.0858383179e+00 3023 | 9.1128215790e+00 3024 | 9.1398849487e+00 3025 | 9.1670351028e+00 3026 | 9.1942596436e+00 3027 | 9.2215642929e+00 3028 | 9.2489509583e+00 3029 | 9.2764186859e+00 3030 | 9.3039741516e+00 3031 | 9.3316049576e+00 3032 | 9.3593177795e+00 3033 | 9.3871135712e+00 3034 | 9.4149913788e+00 3035 | 9.4429578781e+00 3036 | 9.4710025787e+00 3037 | 9.4991292953e+00 3038 | 9.5273399353e+00 3039 | 9.5556411743e+00 3040 | 9.5840187073e+00 3041 | 9.6124820709e+00 3042 | 9.6410293579e+00 3043 | 9.6696605682e+00 3044 | 9.6983852386e+00 3045 | 9.7271871567e+00 3046 | 9.7560749054e+00 3047 | 9.7850484848e+00 3048 | 9.8141088486e+00 3049 | 9.8432607651e+00 3050 | 9.8724937439e+00 3051 | 9.9018135071e+00 3052 | 9.9312191010e+00 3053 | 9.9607200623e+00 3054 | 9.9903011322e+00 3055 | 1.0019970894e+01 3056 | 1.0049728394e+01 3057 | 1.0079573631e+01 3058 | 1.0109515190e+01 3059 | 1.0139538765e+01 3060 | 1.0169651031e+01 3061 | 1.0199852943e+01 3062 | 1.0230144501e+01 3063 | 1.0260533333e+01 3064 | 1.0291004181e+01 3065 | 1.0321567535e+01 3066 | 1.0352220535e+01 3067 | 1.0382970810e+01 3068 | 1.0413806915e+01 3069 | 1.0444733620e+01 3070 | 1.0475752831e+01 3071 | 1.0506863594e+01 3072 | 1.0538073540e+01 3073 | 1.0569370270e+01 3074 | 1.0600759506e+01 3075 | 1.0632241249e+01 3076 | 1.0663824081e+01 3077 | 1.0695493698e+01 3078 | 1.0727256775e+01 3079 | 1.0759115219e+01 3080 | 1.0791068077e+01 3081 | 1.0823122978e+01 3082 | 1.0855264664e+01 3083 | 1.0887502670e+01 3084 | 1.0919836998e+01 3085 | 1.0952266693e+01 3086 | 1.0984800339e+01 3087 | 1.1017423630e+01 3088 | 1.1050142288e+01 3089 | 1.1082959175e+01 3090 | 1.1115880966e+01 3091 | 1.1148893356e+01 3092 | 1.1182003021e+01 3093 | 1.1215211868e+01 3094 | 1.1248518944e+01 3095 | 1.1281931877e+01 3096 | 1.1315437317e+01 3097 | 1.1349041939e+01 3098 | 1.1382746696e+01 3099 | 1.1416551590e+01 3100 | 1.1450464249e+01 3101 | 1.1484470367e+01 3102 | 1.1518576622e+01 3103 | 1.1552784920e+01 3104 | 1.1587101936e+01 3105 | 1.1621512413e+01 3106 | 1.1656025887e+01 3107 | 1.1690643311e+01 3108 | 1.1725362778e+01 3109 | 1.1760191917e+01 3110 | 1.1795117378e+01 3111 | 1.1830146790e+01 3112 | 1.1865280151e+01 3113 | 1.1900517464e+01 3114 | 1.1935868263e+01 3115 | 1.1971314430e+01 3116 | 1.2006867409e+01 3117 | 1.2042525291e+01 3118 | 1.2078298569e+01 3119 | 1.2114168167e+01 3120 | 1.2150144577e+01 3121 | 1.2186229706e+01 3122 | 1.2222419739e+01 3123 | 1.2258725166e+01 3124 | 1.2295132637e+01 3125 | 1.2331645966e+01 3126 | 1.2368268967e+01 3127 | 1.2404999733e+01 3128 | 1.2441849709e+01 3129 | 1.2478798866e+01 3130 | 1.2515858650e+01 3131 | 1.2553028107e+01 3132 | 1.2590317726e+01 3133 | 1.2627708435e+01 3134 | 1.2665209770e+01 3135 | 1.2702822685e+01 3136 | 1.2740548134e+01 3137 | 1.2778393745e+01 3138 | 1.2816343307e+01 3139 | 1.2854405403e+01 3140 | 1.2892580032e+01 3141 | 1.2930869102e+01 3142 | 1.2969280243e+01 3143 | 1.3007796288e+01 3144 | 1.3046426773e+01 3145 | 1.3085171700e+01 3146 | 1.3124041557e+01 3147 | 1.3163017273e+01 3148 | 1.3202109337e+01 3149 | 1.3241316795e+01 3150 | 1.3280640602e+01 3151 | 1.3320091248e+01 3152 | 1.3359648705e+01 3153 | 1.3399324417e+01 3154 | 1.3439118385e+01 3155 | 1.3479028702e+01 3156 | 1.3519068718e+01 3157 | 1.3559218407e+01 3158 | 1.3599485397e+01 3159 | 1.3639874458e+01 3160 | 1.3680390358e+01 3161 | 1.3721019745e+01 3162 | 1.3761767387e+01 3163 | 1.3802638054e+01 3164 | 1.3843629837e+01 3165 | 1.3884751320e+01 3166 | 1.3925986290e+01 3167 | 1.3967344284e+01 3168 | 1.4008824348e+01 3169 | 1.4050437927e+01 3170 | 1.4092164040e+01 3171 | 1.4134015083e+01 3172 | 1.4175991058e+01 3173 | 1.4218090057e+01 3174 | 1.4260324478e+01 3175 | 1.4302675247e+01 3176 | 1.4345150948e+01 3177 | 1.4387753487e+01 3178 | 1.4430483818e+01 3179 | 1.4473347664e+01 3180 | 1.4516331673e+01 3181 | 1.4559442520e+01 3182 | 1.4602682114e+01 3183 | 1.4646059036e+01 3184 | 1.4689553261e+01 3185 | 1.4733179092e+01 3186 | 1.4776934624e+01 3187 | 1.4820817947e+01 3188 | 1.4864843369e+01 3189 | 1.4908988953e+01 3190 | 1.4953266144e+01 3191 | 1.4997674942e+01 3192 | 1.5042214394e+01 3193 | 1.5086897850e+01 3194 | 1.5131702423e+01 3195 | 1.5176640511e+01 3196 | 1.5221713066e+01 3197 | 1.5266928673e+01 3198 | 1.5312268257e+01 3199 | 1.5357743263e+01 3200 | 1.5403352737e+01 3201 | 1.5449097633e+01 3202 | 1.5494988441e+01 3203 | 1.5541006088e+01 3204 | 1.5587160110e+01 3205 | 1.5633450508e+01 3206 | 1.5679879189e+01 3207 | 1.5726455688e+01 3208 | 1.5773160934e+01 3209 | 1.5820004463e+01 3210 | 1.5866986275e+01 3211 | 1.5914118767e+01 3212 | 1.5961380005e+01 3213 | 1.6008783340e+01 3214 | 1.6056325912e+01 3215 | 1.6104009628e+01 3216 | 1.6151847839e+01 3217 | 1.6199815750e+01 3218 | 1.6247924805e+01 3219 | 1.6296178818e+01 3220 | 1.6344575882e+01 3221 | 1.6393127441e+01 3222 | 1.6441810608e+01 3223 | 1.6490640640e+01 3224 | 1.6539613724e+01 3225 | 1.6588745117e+01 3226 | 1.6638010025e+01 3227 | 1.6687421799e+01 3228 | 1.6736978531e+01 3229 | 1.6786685944e+01 3230 | 1.6836549759e+01 3231 | 1.6886550903e+01 3232 | 1.6936700821e+01 3233 | 1.6987001419e+01 3234 | 1.7037448883e+01 3235 | 1.7088056564e+01 3236 | 1.7138805389e+01 3237 | 1.7189704895e+01 3238 | 1.7240755081e+01 3239 | 1.7291969299e+01 3240 | 1.7343320847e+01 3241 | 1.7394828796e+01 3242 | 1.7446487427e+01 3243 | 1.7498300552e+01 3244 | 1.7550279617e+01 3245 | 1.7602399826e+01 3246 | 1.7654676437e+01 3247 | 1.7707105637e+01 3248 | 1.7759704590e+01 3249 | 1.7812448502e+01 3250 | 1.7865348816e+01 3251 | 1.7918405533e+01 3252 | 1.7971618652e+01 3253 | 1.8025003433e+01 3254 | 1.8078533173e+01 3255 | 1.8132223129e+01 3256 | 1.8186073303e+01 3257 | 1.8240081787e+01 3258 | 1.8294263840e+01 3259 | 1.8348594666e+01 3260 | 1.8403085709e+01 3261 | 1.8457740784e+01 3262 | 1.8512569427e+01 3263 | 1.8567546844e+01 3264 | 1.8622690201e+01 3265 | 1.8677995682e+01 3266 | 1.8733465195e+01 3267 | 1.8789112091e+01 3268 | 1.8844913483e+01 3269 | 1.8900878906e+01 3270 | 1.8957012177e+01 3271 | 1.9013309479e+01 3272 | 1.9069789886e+01 3273 | 1.9126422882e+01 3274 | 1.9183223724e+01 3275 | 1.9240194321e+01 3276 | 1.9297348022e+01 3277 | 1.9354656219e+01 3278 | 1.9412136078e+01 3279 | 1.9469785690e+01 3280 | 1.9527608871e+01 3281 | 1.9585615158e+01 3282 | 1.9643779755e+01 3283 | 1.9702117920e+01 3284 | 1.9760629654e+01 3285 | 1.9819314957e+01 3286 | 1.9878187180e+01 3287 | 1.9937223434e+01 3288 | 1.9996431351e+01 3289 | 2.0055816650e+01 3290 | 2.0115392685e+01 3291 | 2.0175130844e+01 3292 | 2.0235048294e+01 3293 | 2.0295143127e+01 3294 | 2.0355415344e+01 3295 | 2.0415880203e+01 3296 | 2.0476511002e+01 3297 | 2.0537322998e+01 3298 | 2.0598316193e+01 3299 | 2.0659488678e+01 3300 | 2.0720857620e+01 3301 | 2.0782394409e+01 3302 | 2.0844114304e+01 3303 | 2.0906017303e+01 3304 | 2.0968118668e+01 3305 | 2.1030387878e+01 3306 | 2.1092845917e+01 3307 | 2.1155487061e+01 3308 | 2.1218315125e+01 3309 | 2.1281343460e+01 3310 | 2.1344545364e+01 3311 | 2.1407934189e+01 3312 | 2.1471511841e+01 3313 | 2.1535278320e+01 3314 | 2.1599248886e+01 3315 | 2.1663393021e+01 3316 | 2.1727729797e+01 3317 | 2.1792257309e+01 3318 | 2.1856990814e+01 3319 | 2.1921901703e+01 3320 | 2.1987005234e+01 3321 | 2.2052303314e+01 3322 | 2.2117794037e+01 3323 | 2.2183494568e+01 3324 | 2.2249374390e+01 3325 | 2.2315450668e+01 3326 | 2.2381725311e+01 3327 | 2.2448192596e+01 3328 | 2.2514877319e+01 3329 | 2.2581741333e+01 3330 | 2.2648803711e+01 3331 | 2.2716068268e+01 3332 | 2.2783544540e+01 3333 | 2.2851207733e+01 3334 | 2.2919071198e+01 3335 | 2.2987136841e+01 3336 | 2.3055404663e+01 3337 | 2.3123889923e+01 3338 | 2.3192562103e+01 3339 | 2.3261442184e+01 3340 | 2.3330522537e+01 3341 | 2.3399826050e+01 3342 | 2.3469318390e+01 3343 | 2.3539018631e+01 3344 | 2.3608924866e+01 3345 | 2.3679037094e+01 3346 | 2.3749376297e+01 3347 | 2.3819906235e+01 3348 | 2.3890647888e+01 3349 | 2.3961599350e+01 3350 | 2.4032760620e+01 3351 | 2.4104146957e+01 3352 | 2.4175735474e+01 3353 | 2.4247529984e+01 3354 | 2.4319543839e+01 3355 | 2.4391782761e+01 3356 | 2.4464221954e+01 3357 | 2.4536874771e+01 3358 | 2.4609746933e+01 3359 | 2.4682830811e+01 3360 | 2.4756151199e+01 3361 | 2.4829673767e+01 3362 | 2.4903411865e+01 3363 | 2.4977371216e+01 3364 | 2.5051548004e+01 3365 | 2.5125963211e+01 3366 | 2.5200582504e+01 3367 | 2.5275424957e+01 3368 | 2.5350486755e+01 3369 | 2.5425788879e+01 3370 | 2.5501300812e+01 3371 | 2.5577035904e+01 3372 | 2.5652992249e+01 3373 | 2.5729177475e+01 3374 | 2.5805604935e+01 3375 | 2.5882244110e+01 3376 | 2.5959110260e+01 3377 | 2.6036203384e+01 3378 | 2.6113525391e+01 3379 | 2.6191093445e+01 3380 | 2.6268877029e+01 3381 | 2.6346891403e+01 3382 | 2.6425136566e+01 3383 | 2.6503629684e+01 3384 | 2.6582342148e+01 3385 | 2.6661287308e+01 3386 | 2.6740465164e+01 3387 | 2.6819879532e+01 3388 | 2.6899547577e+01 3389 | 2.6979434967e+01 3390 | 2.7059558868e+01 3391 | 2.7139919281e+01 3392 | 2.7220521927e+01 3393 | 2.7301378250e+01 3394 | 2.7382457733e+01 3395 | 2.7463777542e+01 3396 | 2.7545339584e+01 3397 | 2.7627162933e+01 3398 | 2.7709209442e+01 3399 | 2.7791501999e+01 3400 | 2.7874036789e+01 3401 | 2.7956819534e+01 3402 | 2.8039861679e+01 3403 | 2.8123136520e+01 3404 | 2.8206657410e+01 3405 | 2.8290424347e+01 3406 | 2.8374443054e+01 3407 | 2.8458726883e+01 3408 | 2.8543245316e+01 3409 | 2.8628013611e+01 3410 | 2.8713033676e+01 3411 | 2.8798326492e+01 3412 | 2.8883848190e+01 3413 | 2.8969629288e+01 3414 | 2.9055664062e+01 3415 | 2.9141952515e+01 3416 | 2.9228519440e+01 3417 | 2.9315322876e+01 3418 | 2.9402383804e+01 3419 | 2.9489704132e+01 3420 | 2.9577301025e+01 3421 | 2.9665142059e+01 3422 | 2.9753240585e+01 3423 | 2.9841600418e+01 3424 | 2.9930225372e+01 3425 | 3.0019132614e+01 3426 | 3.0108283997e+01 3427 | 3.0197700500e+01 3428 | 3.0287382126e+01 3429 | 3.0377330780e+01 3430 | 3.0467563629e+01 3431 | 3.0558046341e+01 3432 | 3.0648799896e+01 3433 | 3.0739818573e+01 3434 | 3.0831130981e+01 3435 | 3.0922695160e+01 3436 | 3.1014528275e+01 3437 | 3.1106636047e+01 3438 | 3.1199016571e+01 3439 | 3.1291692734e+01 3440 | 3.1384622574e+01 3441 | 3.1477830887e+01 3442 | 3.1571313858e+01 3443 | 3.1665073395e+01 3444 | 3.1759132385e+01 3445 | 3.1853452682e+01 3446 | 3.1948051453e+01 3447 | 3.2042930603e+01 3448 | 3.2138114929e+01 3449 | 3.2233558655e+01 3450 | 3.2329284668e+01 3451 | 3.2425296783e+01 3452 | 3.2521595001e+01 3453 | 3.2618198395e+01 3454 | 3.2715068817e+01 3455 | 3.2812229156e+01 3456 | 3.2909671783e+01 3457 | 3.3007408142e+01 3458 | 3.3105457306e+01 3459 | 3.3203773499e+01 3460 | 3.3302383423e+01 3461 | 3.3401283264e+01 3462 | 3.3500503540e+01 3463 | 3.3599990845e+01 3464 | 3.3699775696e+01 3465 | 3.3799861908e+01 3466 | 3.3900238037e+01 3467 | 3.4000938416e+01 3468 | 3.4101917267e+01 3469 | 3.4203189850e+01 3470 | 3.4304767609e+01 3471 | 3.4406646729e+01 3472 | 3.4508850098e+01 3473 | 3.4611335754e+01 3474 | 3.4714126587e+01 3475 | 3.4817218781e+01 3476 | 3.4920642853e+01 3477 | 3.5024349213e+01 3478 | 3.5128364563e+01 3479 | 3.5232692719e+01 3480 | 3.5337326050e+01 3481 | 3.5442295074e+01 3482 | 3.5547550201e+01 3483 | 3.5653121948e+01 3484 | 3.5759002686e+01 3485 | 3.5865200043e+01 3486 | 3.5971740723e+01 3487 | 3.6078567505e+01 3488 | 3.6185714722e+01 3489 | 3.6293178558e+01 3490 | 3.6400985718e+01 3491 | 3.6509090424e+01 3492 | 3.6617515564e+01 3493 | 3.6726264954e+01 3494 | 3.6835334778e+01 3495 | 3.6944751740e+01 3496 | 3.7054470062e+01 3497 | 3.7164512634e+01 3498 | 3.7274887085e+01 3499 | 3.7385585785e+01 3500 | 3.7496639252e+01 3501 | 3.7607997894e+01 3502 | 3.7719684601e+01 3503 | 3.7831707001e+01 3504 | 3.7944084167e+01 3505 | 3.8056770325e+01 3506 | 3.8169792175e+01 3507 | 3.8283149719e+01 3508 | 3.8396842957e+01 3509 | 3.8510898590e+01 3510 | 3.8625270844e+01 3511 | 3.8739982605e+01 3512 | 3.8855030060e+01 3513 | 3.8970447540e+01 3514 | 3.9086181641e+01 3515 | 3.9202259064e+01 3516 | 3.9318687439e+01 3517 | 3.9435455322e+01 3518 | 3.9552597046e+01 3519 | 3.9670059204e+01 3520 | 3.9787872314e+01 3521 | 3.9906032562e+01 3522 | 4.0024547577e+01 3523 | 4.0143440247e+01 3524 | 4.0262657166e+01 3525 | 4.0382232666e+01 3526 | 4.0502159119e+01 3527 | 4.0622470856e+01 3528 | 4.0743110657e+01 3529 | 4.0864109039e+01 3530 | 4.0985469818e+01 3531 | 4.1107189178e+01 3532 | 4.1229297638e+01 3533 | 4.1351737976e+01 3534 | 4.1474548340e+01 3535 | 4.1597717285e+01 3536 | 4.1721256256e+01 3537 | 4.1845188141e+01 3538 | 4.1969459534e+01 3539 | 4.2094100952e+01 3540 | 4.2219112396e+01 3541 | 4.2344524384e+01 3542 | 4.2470279694e+01 3543 | 4.2596408844e+01 3544 | 4.2722908020e+01 3545 | 4.2849788666e+01 3546 | 4.2977073669e+01 3547 | 4.3104705811e+01 3548 | 4.3232719421e+01 3549 | 4.3361114502e+01 3550 | 4.3489887238e+01 3551 | 4.3619071960e+01 3552 | 4.3748611450e+01 3553 | 4.3878540039e+01 3554 | 4.4008846283e+01 3555 | 4.4139575958e+01 3556 | 4.4270664215e+01 3557 | 4.4402137756e+01 3558 | 4.4534004211e+01 3559 | 4.4666263580e+01 3560 | 4.4798942566e+01 3561 | 4.4931983948e+01 3562 | 4.5065425873e+01 3563 | 4.5199260712e+01 3564 | 4.5333496094e+01 3565 | 4.5468154907e+01 3566 | 4.5603191376e+01 3567 | 4.5738620758e+01 3568 | 4.5874454498e+01 3569 | 4.6010723114e+01 3570 | 4.6147369385e+01 3571 | 4.6284420013e+01 3572 | 4.6421875000e+01 3573 | 4.6559738159e+01 3574 | 4.6698043823e+01 3575 | 4.6836730957e+01 3576 | 4.6975822449e+01 3577 | 4.7115329742e+01 3578 | 4.7255260468e+01 3579 | 4.7395626068e+01 3580 | 4.7536380768e+01 3581 | 4.7677555084e+01 3582 | 4.7819149017e+01 3583 | 4.7961196899e+01 3584 | 4.8103633881e+01 3585 | 4.8246490479e+01 3586 | 4.8389774323e+01 3587 | 4.8533481598e+01 3588 | 4.8677646637e+01 3589 | 4.8822212219e+01 3590 | 4.8967205048e+01 3591 | 4.9112628937e+01 3592 | 4.9258518219e+01 3593 | 4.9404804230e+01 3594 | 4.9551528931e+01 3595 | 4.9698688507e+01 3596 | 4.9846279144e+01 3597 | 4.9994346619e+01 3598 | 5.0142822266e+01 3599 | 5.0291736603e+01 3600 | 5.0441097260e+01 3601 | 5.0590896606e+01 3602 | 5.0741176605e+01 3603 | 5.0891864777e+01 3604 | 5.1043003082e+01 3605 | 5.1194595337e+01 3606 | 5.1346668243e+01 3607 | 5.1499156952e+01 3608 | 5.1652095795e+01 3609 | 5.1805492401e+01 3610 | 5.1959346771e+01 3611 | 5.2113693237e+01 3612 | 5.2268459320e+01 3613 | 5.2423690796e+01 3614 | 5.2579376221e+01 3615 | 5.2735527039e+01 3616 | 5.2892177582e+01 3617 | 5.3049255371e+01 3618 | 5.3206798553e+01 3619 | 5.3364814758e+01 3620 | 5.3523338318e+01 3621 | 5.3682289124e+01 3622 | 5.3841716766e+01 3623 | 5.4001617432e+01 3624 | 5.4161991119e+01 3625 | 5.4322879791e+01 3626 | 5.4484207153e+01 3627 | 5.4646015167e+01 3628 | 5.4808303833e+01 3629 | 5.4971073151e+01 3630 | 5.5134361267e+01 3631 | 5.5298103333e+01 3632 | 5.5462326050e+01 3633 | 5.5627037048e+01 3634 | 5.5792278290e+01 3635 | 5.5957969666e+01 3636 | 5.6124153137e+01 3637 | 5.6290832520e+01 3638 | 5.6458007812e+01 3639 | 5.6625713348e+01 3640 | 5.6793880463e+01 3641 | 5.6962547302e+01 3642 | 5.7131713867e+01 3643 | 5.7301387787e+01 3644 | 5.7471599579e+01 3645 | 5.7642276764e+01 3646 | 5.7813465118e+01 3647 | 5.7985160828e+01 3648 | 5.8157405853e+01 3649 | 5.8330120087e+01 3650 | 5.8503349304e+01 3651 | 5.8677097321e+01 3652 | 5.8851356506e+01 3653 | 5.9026168823e+01 3654 | 5.9201469421e+01 3655 | 5.9377281189e+01 3656 | 5.9553623199e+01 3657 | 5.9730487823e+01 3658 | 5.9907917023e+01 3659 | 6.0085830688e+01 3660 | 6.0264274597e+01 3661 | 6.0443248749e+01 3662 | 6.0622791290e+01 3663 | 6.0802829742e+01 3664 | 6.0983402252e+01 3665 | 6.1164512634e+01 3666 | 6.1346160889e+01 3667 | 6.1528388977e+01 3668 | 6.1711112976e+01 3669 | 6.1894382477e+01 3670 | 6.2078201294e+01 3671 | 6.2262561798e+01 3672 | 6.2447509766e+01 3673 | 6.2632965088e+01 3674 | 6.2818973541e+01 3675 | 6.3005535126e+01 3676 | 6.3192691803e+01 3677 | 6.3380359650e+01 3678 | 6.3568588257e+01 3679 | 6.3757377625e+01 3680 | 6.3946720123e+01 3681 | 6.4136672974e+01 3682 | 6.4327148438e+01 3683 | 6.4518188477e+01 3684 | 6.4709800720e+01 3685 | 6.4902015686e+01 3686 | 6.5094757080e+01 3687 | 6.5288078308e+01 3688 | 6.5481971741e+01 3689 | 6.5676445007e+01 3690 | 6.5871528625e+01 3691 | 6.6067161560e+01 3692 | 6.6263366699e+01 3693 | 6.6460159302e+01 3694 | 6.6657531738e+01 3695 | 6.6855537415e+01 3696 | 6.7054084778e+01 3697 | 6.7253219604e+01 3698 | 6.7452957153e+01 3699 | 6.7653320312e+01 3700 | 6.7854232788e+01 3701 | 6.8055747986e+01 3702 | 6.8257858276e+01 3703 | 6.8460578918e+01 3704 | 6.8663940430e+01 3705 | 6.8867858887e+01 3706 | 6.9072380066e+01 3707 | 6.9277511597e+01 3708 | 6.9483253479e+01 3709 | 6.9689651489e+01 3710 | 6.9896614075e+01 3711 | 7.0104194641e+01 3712 | 7.0312393188e+01 3713 | 7.0521255493e+01 3714 | 7.0730690002e+01 3715 | 7.0940742493e+01 3716 | 7.1151420593e+01 3717 | 7.1362731934e+01 3718 | 7.1574714661e+01 3719 | 7.1787277222e+01 3720 | 7.2000473022e+01 3721 | 7.2214302063e+01 3722 | 7.2428764343e+01 3723 | 7.2643913269e+01 3724 | 7.2859649658e+01 3725 | 7.3076026917e+01 3726 | 7.3293052673e+01 3727 | 7.3510765076e+01 3728 | 7.3729080200e+01 3729 | 7.3948036194e+01 3730 | 7.4167648315e+01 3731 | 7.4387916565e+01 3732 | 7.4608879089e+01 3733 | 7.4830459595e+01 3734 | 7.5052688599e+01 3735 | 7.5275581360e+01 3736 | 7.5499137878e+01 3737 | 7.5723403931e+01 3738 | 7.5948287964e+01 3739 | 7.6173843384e+01 3740 | 7.6400062561e+01 3741 | 7.6627014160e+01 3742 | 7.6854576111e+01 3743 | 7.7082817078e+01 3744 | 7.7311737061e+01 3745 | 7.7541343689e+01 3746 | 7.7771675110e+01 3747 | 7.8002639771e+01 3748 | 7.8234298706e+01 3749 | 7.8466636658e+01 3750 | 7.8699668884e+01 3751 | 7.8933395386e+01 3752 | 7.9167808533e+01 3753 | 7.9403030396e+01 3754 | 7.9638839722e+01 3755 | 7.9875350952e+01 3756 | 8.0112564087e+01 3757 | 8.0350486755e+01 3758 | 8.0589111328e+01 3759 | 8.0828445435e+01 3760 | 8.1068489075e+01 3761 | 8.1309249878e+01 3762 | 8.1550827026e+01 3763 | 8.1793022156e+01 3764 | 8.2035934448e+01 3765 | 8.2279563904e+01 3766 | 8.2523918152e+01 3767 | 8.2768997192e+01 3768 | 8.3014808655e+01 3769 | 8.3261344910e+01 3770 | 8.3508613586e+01 3771 | 8.3756729126e+01 3772 | 8.4005470276e+01 3773 | 8.4254959106e+01 3774 | 8.4505172729e+01 3775 | 8.4756141663e+01 3776 | 8.5007850647e+01 3777 | 8.5260307312e+01 3778 | 8.5513511658e+01 3779 | 8.5767471313e+01 3780 | 8.6022186279e+01 3781 | 8.6277770996e+01 3782 | 8.6533996582e+01 3783 | 8.6790985107e+01 3784 | 8.7048744202e+01 3785 | 8.7307258606e+01 3786 | 8.7566543579e+01 3787 | 8.7826599121e+01 3788 | 8.8087432861e+01 3789 | 8.8349029541e+01 3790 | 8.8611526489e+01 3791 | 8.8874687195e+01 3792 | 8.9138633728e+01 3793 | 8.9403350830e+01 3794 | 8.9668861389e+01 3795 | 8.9935165405e+01 3796 | 9.0202255249e+01 3797 | 9.0470138550e+01 3798 | 9.0738815308e+01 3799 | 9.1008415222e+01 3800 | 9.1278694153e+01 3801 | 9.1549774170e+01 3802 | 9.1821662903e+01 3803 | 9.2094352722e+01 3804 | 9.2367851257e+01 3805 | 9.2642173767e+01 3806 | 9.2917304993e+01 3807 | 9.3193244934e+01 3808 | 9.3470016479e+01 3809 | 9.3747726440e+01 3810 | 9.4026138306e+01 3811 | 9.4305381775e+01 3812 | 9.4585441589e+01 3813 | 9.4866355896e+01 3814 | 9.5148086548e+01 3815 | 9.5430656433e+01 3816 | 9.5714073181e+01 3817 | 9.5998321533e+01 3818 | 9.6283546448e+01 3819 | 9.6569488525e+01 3820 | 9.6856285095e+01 3821 | 9.7143928528e+01 3822 | 9.7432434082e+01 3823 | 9.7721778870e+01 3824 | 9.8012001038e+01 3825 | 9.8303077698e+01 3826 | 9.8595016479e+01 3827 | 9.8887954712e+01 3828 | 9.9181632996e+01 3829 | 9.9476181030e+01 3830 | 9.9771606445e+01 3831 | 1.0006791687e+02 3832 | 1.0036509705e+02 3833 | 1.0066315460e+02 3834 | 1.0096212006e+02 3835 | 1.0126195526e+02 3836 | 1.0156268311e+02 3837 | 1.0186443329e+02 3838 | 1.0216695404e+02 3839 | 1.0247037506e+02 3840 | 1.0277468872e+02 3841 | 1.0307991028e+02 3842 | 1.0338603973e+02 3843 | 1.0369307709e+02 3844 | 1.0400102234e+02 3845 | 1.0430988312e+02 3846 | 1.0461980438e+02 3847 | 1.0493051147e+02 3848 | 1.0524212646e+02 3849 | 1.0555467987e+02 3850 | 1.0586816406e+02 3851 | 1.0618257141e+02 3852 | 1.0649790955e+02 3853 | 1.0681418610e+02 3854 | 1.0713140106e+02 3855 | 1.0744970703e+02 3856 | 1.0776882172e+02 3857 | 1.0808887482e+02 3858 | 1.0840987396e+02 3859 | 1.0873182678e+02 3860 | 1.0905473328e+02 3861 | 1.0937861633e+02 3862 | 1.0970344543e+02 3863 | 1.1002924347e+02 3864 | 1.1035615540e+02 3865 | 1.1068389893e+02 3866 | 1.1101261139e+02 3867 | 1.1134228516e+02 3868 | 1.1167295074e+02 3869 | 1.1200460815e+02 3870 | 1.1233724213e+02 3871 | 1.1267085266e+02 3872 | 1.1300547791e+02 3873 | 1.1334107208e+02 3874 | 1.1367782593e+02 3875 | 1.1401542664e+02 3876 | 1.1435403442e+02 3877 | 1.1469364166e+02 3878 | 1.1503426361e+02 3879 | 1.1537589264e+02 3880 | 1.1571853638e+02 3881 | 1.1606220245e+02 3882 | 1.1640688324e+02 3883 | 1.1675274658e+02 3884 | 1.1709947205e+02 3885 | 1.1744723511e+02 3886 | 1.1779602814e+02 3887 | 1.1814586639e+02 3888 | 1.1849673462e+02 3889 | 1.1884865570e+02 3890 | 1.1920160675e+02 3891 | 1.1955561066e+02 3892 | 1.1991083527e+02 3893 | 1.2026694489e+02 3894 | 1.2062410736e+02 3895 | 1.2098233795e+02 3896 | 1.2134163666e+02 3897 | 1.2170199585e+02 3898 | 1.2206343842e+02 3899 | 1.2242594147e+02 3900 | 1.2278952789e+02 3901 | 1.2315418243e+02 3902 | 1.2352009583e+02 3903 | 1.2388691711e+02 3904 | 1.2425483704e+02 3905 | 1.2462385559e+02 3906 | 1.2499396515e+02 3907 | 1.2536517334e+02 3908 | 1.2573748779e+02 3909 | 1.2611090088e+02 3910 | 1.2648542786e+02 3911 | 1.2686123657e+02 3912 | 1.2723799133e+02 3913 | 1.2761585999e+02 3914 | 1.2799485779e+02 3915 | 1.2837496948e+02 3916 | 1.2875622559e+02 3917 | 1.2913859558e+02 3918 | 1.2952212524e+02 3919 | 1.2990676880e+02 3920 | 1.3029275513e+02 3921 | 1.3067970276e+02 3922 | 1.3106779480e+02 3923 | 1.3145703125e+02 3924 | 1.3184742737e+02 3925 | 1.3223899841e+02 3926 | 1.3263172913e+02 3927 | 1.3302561951e+02 3928 | 1.3342066956e+02 3929 | 1.3381690979e+02 3930 | 1.3421450806e+02 3931 | 1.3461308289e+02 3932 | 1.3501286316e+02 3933 | 1.3541383362e+02 3934 | 1.3581597900e+02 3935 | 1.3621932983e+02 3936 | 1.3662388611e+02 3937 | 1.3702963257e+02 3938 | 1.3743656921e+02 3939 | 1.3784492493e+02 3940 | 1.3825430298e+02 3941 | 1.3866488647e+02 3942 | 1.3907669067e+02 3943 | 1.3948971558e+02 3944 | 1.3990397644e+02 3945 | 1.4031947327e+02 3946 | 1.4073619080e+02 3947 | 1.4115414429e+02 3948 | 1.4157354736e+02 3949 | 1.4199398804e+02 3950 | 1.4241569519e+02 3951 | 1.4283862305e+02 3952 | 1.4326283264e+02 3953 | 1.4368830872e+02 3954 | 1.4411502075e+02 3955 | 1.4454301453e+02 3956 | 1.4497229004e+02 3957 | 1.4540301514e+02 3958 | 1.4583483887e+02 3959 | 1.4626792908e+02 3960 | 1.4670233154e+02 3961 | 1.4713801575e+02 3962 | 1.4757498169e+02 3963 | 1.4801324463e+02 3964 | 1.4845281982e+02 3965 | 1.4889370728e+02 3966 | 1.4933587646e+02 3967 | 1.4977958679e+02 3968 | 1.5022439575e+02 3969 | 1.5067054749e+02 3970 | 1.5111801147e+02 3971 | 1.5156680298e+02 3972 | 1.5201692200e+02 3973 | 1.5246838379e+02 3974 | 1.5292117310e+02 3975 | 1.5337533569e+02 3976 | 1.5383102417e+02 3977 | 1.5428787231e+02 3978 | 1.5474607849e+02 3979 | 1.5520564270e+02 3980 | 1.5566658020e+02 3981 | 1.5612887573e+02 3982 | 1.5659255981e+02 3983 | 1.5705760193e+02 3984 | 1.5752403259e+02 3985 | 1.5799206543e+02 3986 | 1.5846127319e+02 3987 | 1.5893186951e+02 3988 | 1.5940386963e+02 3989 | 1.5987725830e+02 3990 | 1.6035206604e+02 3991 | 1.6082827759e+02 3992 | 1.6130590820e+02 3993 | 1.6178495789e+02 3994 | 1.6226544189e+02 3995 | 1.6274754333e+02 3996 | 1.6323088074e+02 3997 | 1.6371563721e+02 3998 | 1.6420184326e+02 3999 | 1.6468949890e+02 4000 | 1.6517858887e+02 4001 | 1.6566914368e+02 4002 | 1.6616114807e+02 4003 | 1.6665461731e+02 4004 | 1.6714976501e+02 4005 | 1.6764617920e+02 4006 | 1.6814404297e+02 4007 | 1.6864340210e+02 4008 | 1.6914424133e+02 4009 | 1.6964656067e+02 4010 | 1.7015039062e+02 4011 | 1.7065570068e+02 4012 | 1.7116252136e+02 4013 | 1.7167106628e+02 4014 | 1.7218089294e+02 4015 | 1.7269224548e+02 4016 | 1.7320510864e+02 4017 | 1.7371949768e+02 4018 | 1.7423539734e+02 4019 | 1.7475285339e+02 4020 | 1.7527183533e+02 4021 | 1.7579235840e+02 4022 | 1.7631466675e+02 4023 | 1.7683828735e+02 4024 | 1.7736346436e+02 4025 | 1.7789019775e+02 4026 | 1.7841850281e+02 4027 | 1.7894836426e+02 4028 | 1.7947981262e+02 4029 | 1.8001283264e+02 4030 | 1.8054743958e+02 4031 | 1.8108363342e+02 4032 | 1.8162165833e+02 4033 | 1.8216102600e+02 4034 | 1.8270201111e+02 4035 | 1.8324461365e+02 4036 | 1.8378880310e+02 4037 | 1.8433462524e+02 4038 | 1.8488206482e+02 4039 | 1.8543113708e+02 4040 | 1.8598182678e+02 4041 | 1.8653440857e+02 4042 | 1.8708837891e+02 4043 | 1.8764398193e+02 4044 | 1.8820126343e+02 4045 | 1.8876017761e+02 4046 | 1.8932077026e+02 4047 | 1.8988302612e+02 4048 | 1.9044692993e+02 4049 | 1.9101252747e+02 4050 | 1.9158003235e+02 4051 | 1.9214900208e+02 4052 | 1.9271965027e+02 4053 | 1.9329199219e+02 4054 | 1.9386602783e+02 4055 | 1.9444177246e+02 4056 | 1.9501924133e+02 4057 | 1.9559840393e+02 4058 | 1.9617929077e+02 4059 | 1.9676191711e+02 4060 | 1.9734651184e+02 4061 | 1.9793260193e+02 4062 | 1.9852043152e+02 4063 | 1.9910998535e+02 4064 | 1.9970130920e+02 4065 | 2.0029438782e+02 4066 | 2.0088922119e+02 4067 | 2.0148580933e+02 4068 | 2.0208419800e+02 4069 | 2.0268461609e+02 4070 | 2.0328656006e+02 4071 | 2.0389028931e+02 4072 | 2.0449578857e+02 4073 | 2.0510310364e+02 4074 | 2.0571221924e+02 4075 | 2.0632313538e+02 4076 | 2.0693589783e+02 4077 | 2.0755044556e+02 4078 | 2.0816711426e+02 4079 | 2.0878532410e+02 4080 | 2.0940538025e+02 4081 | 2.1002726746e+02 4082 | 2.1065103149e+02 4083 | 2.1127661133e+02 4084 | 2.1190406799e+02 4085 | 2.1253338623e+02 4086 | 2.1316456604e+02 4087 | 2.1379762268e+02 4088 | 2.1443284607e+02 4089 | 2.1506967163e+02 4090 | 2.1570838928e+02 4091 | 2.1634899902e+02 4092 | 2.1699153137e+02 4093 | 2.1763594055e+02 4094 | 2.1828228760e+02 4095 | 2.1893052673e+02 4096 | 2.1958071899e+02 4097 | 2.2023312378e+02 4098 | 2.2088716125e+02 4099 | 2.2154316711e+02 4100 | 2.2220111084e+02 4101 | 2.2286099243e+02 4102 | } 4103 | -------------------------------------------------------------------------------- /config.ocio: -------------------------------------------------------------------------------- 1 | # OpenColorIO configuration file for Blender 2 | # 3 | # Based on aces, nuke-default and spi configurations from OpenColorIO-Config 4 | # 5 | # Filmic Dynamic Range LUT configuration crafted by Troy James Sobotka with 6 | # special thanks and feedback from Guillermo, Claudio Rocha, Bassam Kurdali, 7 | # Eugenio Pignataro, Henri Hebeisen, Jason Clarke, Haarm-Peter Duiker, Thomas 8 | # Mansencal, and Timothy Lottes. 9 | # 10 | # See ocio-license.txt for details. 11 | 12 | ocio_profile_version: 2 13 | 14 | search_path: "luts:filmic:aces" 15 | strictparsing: true 16 | luma: [0.2126, 0.7152, 0.0722] 17 | 18 | description: RRT version ut33 19 | 20 | roles: 21 | reference: Linear 22 | 23 | # Internal scene linear space 24 | scene_linear: Linear 25 | rendering: Linear 26 | 27 | # Default color space for byte image 28 | default_byte: sRGB 29 | 30 | # Default color space for float images 31 | default_float: Linear 32 | 33 | # Default color space sequencer is working in 34 | default_sequencer: sRGB 35 | 36 | # Distribution of colors in color picker 37 | color_picking: sRGB 38 | 39 | # Non-color data 40 | data: Non-Color 41 | 42 | # For interop between configs, and to determine XYZ for rendering 43 | aces_interchange: Linear ACES 44 | 45 | # Specified by OCIO, not used in Blender 46 | color_timing: Filmic Log 47 | compositing_log: Filmic Log 48 | default: Linear 49 | matte_paint: Linear 50 | texture_paint: Linear 51 | 52 | displays: 53 | sRGB: 54 | - ! {name: Standard, colorspace: sRGB} 55 | - ! {name: ACES, colorspace: ACES - sRGB} 56 | - ! {name: Filmic, colorspace: Filmic sRGB} 57 | - ! {name: Filmic Log, colorspace: Filmic Log} 58 | - ! {name: Raw, colorspace: Raw} 59 | - ! {name: False Color, colorspace: False Color} 60 | XYZ: 61 | - ! {name: Standard, colorspace: XYZ} 62 | - ! {name: DCI, colorspace: dci_xyz} 63 | - ! {name: Raw, colorspace: Raw} 64 | None: 65 | - ! {name: Standard, colorspace: Raw} 66 | 67 | active_displays: [sRGB, XYZ, None] 68 | active_views: [Standard, ACES, Filmic, Filmic Log, Raw, False Color] 69 | 70 | colorspaces: 71 | - ! 72 | name: Linear 73 | family: linear 74 | equalitygroup: 75 | bitdepth: 32f 76 | description: | 77 | Rec. 709 (Full Range), Blender native linear space 78 | isdata: false 79 | 80 | - ! 81 | name: Raw 82 | family: raw 83 | equalitygroup: 84 | bitdepth: 32f 85 | isdata: true 86 | 87 | - ! 88 | name: Linear ACES 89 | family: linear 90 | equalitygroup: 91 | bitdepth: 32f 92 | description: | 93 | ACES2065-1 linear space 94 | isdata: false 95 | from_reference: ! 96 | children: 97 | - ! {src: srgb_to_xyz.spimtx, interpolation: linear} 98 | - ! {style: "UTILITY - ACES-AP0_to_CIE-XYZ-D65_BFD", direction: inverse} 99 | 100 | - ! 101 | name: Linear ACEScg 102 | family: linear 103 | equalitygroup: 104 | bitdepth: 32f 105 | description: | 106 | ACEScg linear space 107 | isdata: false 108 | from_reference: ! 109 | children: 110 | - ! {src: srgb_to_xyz.spimtx, interpolation: linear} 111 | - ! {style: "UTILITY - ACES-AP1_to_CIE-XYZ-D65_BFD", direction: inverse} 112 | 113 | - ! 114 | name: nuke_rec709 115 | family: display 116 | equalitygroup: 117 | bitdepth: 32f 118 | description: | 119 | Rec. 709 (Full Range) Display Space 120 | isdata: false 121 | to_reference: ! 122 | children: 123 | - ! {src: rec709.spi1d, interpolation: linear} 124 | 125 | - ! 126 | name: XYZ 127 | family: linear 128 | equalitygroup: 129 | bitdepth: 32f 130 | isdata: false 131 | from_reference: ! 132 | children: 133 | - ! {src: srgb_to_xyz.spimtx, interpolation: linear} 134 | 135 | - ! 136 | name: dci_xyz 137 | family: display 138 | equalitygroup: 139 | bitdepth: 16f 140 | description: | 141 | OpenDCP output LUT with DCI reference white and Gamma 2.6 142 | isdata: false 143 | from_reference: ! 144 | children: 145 | - ! {src: srgb_to_xyz.spimtx, interpolation: linear} 146 | - ! {src: dci_xyz.spi1d, interpolation: linear} 147 | 148 | - ! 149 | name: lg10 150 | family: display 151 | equalitygroup: 152 | bitdepth: 10ui 153 | description: | 154 | conversion from film log 155 | isdata: false 156 | to_reference: ! 157 | children: 158 | - ! {src: lg10.spi1d, interpolation: nearest} 159 | 160 | - ! 161 | name: sRGB 162 | family: 163 | equalitygroup: 164 | bitdepth: 32f 165 | description: | 166 | Standard RGB Display Space 167 | isdata: false 168 | to_reference: ! {src: srgb.spi1d, interpolation: linear} 169 | from_reference: ! {src: srgb_inv.spi1d, interpolation: linear} 170 | 171 | - ! 172 | name: Non-Color 173 | family: raw 174 | description: | 175 | Color space used for images which contains non-color data (i.e. normal maps) 176 | equalitygroup: 177 | bitdepth: 32f 178 | isdata: true 179 | 180 | - ! 181 | name: Filmic Log 182 | family: log 183 | equalitygroup: 184 | bitdepth: 32f 185 | description: | 186 | Log based filmic shaper with 16.5 stops of latitude, and 25 stops of dynamic range 187 | isdata: false 188 | from_reference: ! 189 | children: 190 | - ! {allocation: lg2, vars: [-12.473931188, 12.526068812]} 191 | - ! {src: filmic_desat65cube.spi3d, interpolation: best} 192 | - ! {allocation: uniform, vars: [0, 0.66]} 193 | to_reference: ! {allocation: lg2, vars: [-12.473931188, 4.026068812], direction: inverse} 194 | 195 | - ! 196 | name: Filmic sRGB 197 | family: display 198 | equalitygroup: 199 | bitdepth: 32f 200 | description: | 201 | Filmic sRGB view transform 202 | isdata: false 203 | from_reference: ! 204 | children: 205 | - ! {src: Linear, dst: Filmic Log} 206 | - ! {src: filmic_to_0-70_1-03.spi1d, interpolation: linear} 207 | 208 | - ! 209 | name: ACES - sRGB 210 | family: Output 211 | equalitygroup: "" 212 | bitdepth: 32f 213 | description: | 214 | ACES 1.0 Output - sRGB Output Transform 215 | 216 | ACES Transform ID : urn:ampas:aces:transformId:v1.5:ODT.Academy.RGBmonitor_100nits_dim.a1.0.3 217 | isdata: false 218 | allocation: uniform 219 | allocationvars: [0, 1] 220 | to_reference: ! 221 | children: 222 | - ! {src: InvRRT.sRGB.Log2_48_nits_Shaper.spi3d, interpolation: tetrahedral} 223 | - ! {src: Log2_48_nits_Shaper_to_linear.spi1d, interpolation: linear} 224 | from_reference: ! 225 | children: 226 | - ! {src: Log2_48_nits_Shaper_to_linear.spi1d, interpolation: linear, direction: inverse} 227 | - ! {src: Log2_48_nits_Shaper.RRT.sRGB.spi3d, interpolation: tetrahedral} 228 | 229 | - ! 230 | name: False Color 231 | family: display 232 | equalitygroup: 233 | bitdepth: 32f 234 | description: | 235 | Filmic false color view transform 236 | isdata: false 237 | from_reference: ! 238 | children: 239 | - ! {src: Linear, dst: Filmic Log} 240 | - ! {matrix: [0.2126729, 0.7151521, 0.0721750, 0, 0.2126729, 0.7151521, 0.0721750, 0, 0.2126729, 0.7151521, 0.0721750, 0, 0, 0, 0, 1]} 241 | - ! {src: filmic_false_color.spi3d, interpolation: best} 242 | looks: 243 | - ! 244 | name: Very High Contrast 245 | process_space: Filmic Log 246 | transform: ! 247 | children: 248 | - ! {src: filmic_to_1.20_1-00.spi1d, interpolation: linear} 249 | - ! {src: filmic_to_0-70_1-03.spi1d, interpolation: linear, direction: inverse} 250 | 251 | - ! 252 | name: High Contrast 253 | process_space: Filmic Log 254 | transform: ! 255 | children: 256 | - ! {src: filmic_to_0.99_1-0075.spi1d, interpolation: linear} 257 | - ! {src: filmic_to_0-70_1-03.spi1d, interpolation: linear, direction: inverse} 258 | 259 | - ! 260 | name: Medium High Contrast 261 | process_space: Filmic Log 262 | transform: ! 263 | children: 264 | - ! {src: filmic_to_0-85_1-011.spi1d, interpolation: best} 265 | - ! {src: filmic_to_0-70_1-03.spi1d, interpolation: linear, direction: inverse} 266 | 267 | - ! 268 | name: Medium Contrast 269 | process_space: Filmic Log 270 | transform: ! 271 | children: 272 | 273 | - ! 274 | name: Medium Low Contrast 275 | process_space: Filmic Log 276 | transform: ! 277 | children: 278 | - ! {src: filmic_to_0-60_1-04.spi1d, interpolation: linear} 279 | - ! {src: filmic_to_0-70_1-03.spi1d, interpolation: linear, direction: inverse} 280 | 281 | - ! 282 | name: Low Contrast 283 | process_space: Filmic Log 284 | transform: ! 285 | children: 286 | - ! {src: filmic_to_0-48_1-09.spi1d, interpolation: linear} 287 | - ! {src: filmic_to_0-70_1-03.spi1d, interpolation: linear, direction: inverse} 288 | 289 | - ! 290 | name: Very Low Contrast 291 | process_space: Filmic Log 292 | transform: ! 293 | children: 294 | - ! {src: filmic_to_0-35_1-30.spi1d, interpolation: linear} 295 | - ! {src: filmic_to_0-70_1-03.spi1d, interpolation: linear, direction: inverse} 296 | --------------------------------------------------------------------------------