CoolFace
Modelpublic

seongil-dn/e5-base-miracl-250k-answerable-bs128

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes16downloads
Model Card

SentenceTransformer based on intfloat/multilingual-e5-base

This is a sentence-transformers model finetuned from intfloat/multilingual-e5-base on the miracl-corpus dataset. It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.

Model Details

Model Description

  • Model Type: Sentence Transformer
  • Base model: intfloat/multilingual-e5-base <!-- at revision d13f1b27baf31030b7fd040960d60d909913633f -->
  • Maximum Sequence Length: 512 tokens
  • Output Dimensionality: 768 tokens
  • Similarity Function: Cosine Similarity
  • Training Dataset:
  • miracl-corpus <!-- - Language: Unknown --> <!-- - License: Unknown -->

Model Sources

Full Model Architecture

SentenceTransformer(
  (0): Transformer({'max_seq_length': 512, 'do_lower_case': False}) with Transformer model: XLMRobertaModel 
  (1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
  (2): Normalize()
)

Usage

Direct Usage (Sentence Transformers)

First install the Sentence Transformers library:

bash
pip install -U sentence-transformers

Then you can load this model and run inference.

python
from sentence_transformers import SentenceTransformer

# Download from the 🤗 Hub
model = SentenceTransformer("seongil-dn/e5-base-miracl-250k-answerable-bs128")
# Run inference
sentences = [
    'query: 주계열성의 중심핵 온도는 얼마나 될까요?',
    'passage: 수소 핵융합 과정은 온도에 민감하기 때문에 중심핵의 온도가 조금만 올라가도 핵융합의 강도는 막대하게 증가한다. 주계열성의 중심핵 온도는 가장 뜨거운 별과 가장 차가운 별을 비교하면 10배 정도밖에 차이가 나지 않는다. 예를 들면 O형 항성의 경우 중심 온도는 4천만 켈빈이며 어둡고 희미한 적색 왜성의 중심부 온도는 4백만 켈빈 정도에 이른다.',
    'passage: 처음 묘소는 충청남도 서산군 보현동(普賢洞) 인좌에 안장되었다가, 뒤에 두번째 부인 순천박씨가 매장된 경기도 양주군 와부면 도곡리 산 97-1 안골(현, 남양주시 와부읍 도곡1리 안골) 금대산(金臺山)의 갓무봉 언덕으로 이장, 합장되었다. 동시에 충청북도 충주에 안장되었던 본처 대구서씨의 묘소도 이장하여 그의 묘소에 합장하였다. 중종 때의 반정공신 박원종의 묘소가 근처에 있다. 완순군 이재완 역시 그의 묘소 근처에 안장되었다. 또한 완순군의 묘 아래에는 그의 양자 이재완의 아들 이달용의 묘가 있다.',
]
embeddings = model.encode(sentences)
print(embeddings.shape)
# [3, 768]

# Get the similarity scores for the embeddings
similarities = model.similarity(embeddings, embeddings)
print(similarities.shape)
# [3, 3]

<!--

Direct Usage (Transformers)

<details><summary>Click to see the direct usage in Transformers</summary>

</details> -->

<!--

Downstream Usage (Sentence Transformers)

You can finetune this model on your own dataset.

<details><summary>Click to expand</summary>

</details> -->

<!--

Out-of-Scope Use

List how the model may foreseeably be misused and address what users ought not to do with the model. -->

<!--

Bias, Risks and Limitations

What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model. -->

<!--

Recommendations

What are recommendations with respect to the foreseeable issues? For example, filtering explicit content. -->

Training Details

Training Dataset

miracl-corpus
  • Dataset: miracl-corpus
  • Size: 204,133 training samples
  • Columns: <code>anchor</code> and <code>positive</code>
  • Approximate statistics based on the first 1000 samples: | | anchor | positive | |:--------|:-----------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------| | type | string | string | | details | <ul><li>min: 11 tokens</li><li>mean: 20.61 tokens</li><li>max: 46 tokens</li></ul> | <ul><li>min: 47 tokens</li><li>mean: 141.05 tokens</li><li>max: 512 tokens</li></ul> |
  • Samples: | anchor | positive | |:------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | <code>query: 별의 나이는 어떻게 측정하는가?</code> | <code>passage: 별의 나이는 토륨과 다른 성분들에 의해 만들어진 스펙트럼선들의 상대적인 힘을 측정하기 위해 초거대망원경의 자외선 분광기를 사용하여 추측한다. 선의 힘은 여러 가지 다양한 동위원소를 만들어내는데, 그것들로부터 핵우주 연대학을 사용하여 별의 나이를 짐작하는 것이다.</code> | | <code>query: 헬크릭층에서 발견되는 드로마에오사우루스과 공룡은 무엇인가요?</code> | <code>passage: 헬크릭층에서 발견되는 수각류로는 티라노사우루스과, 오르니토미무스과, 트로오돈과,조류, 카에나그나티드과 그리고 드로마에오사우루스과의 여러 속들이 있다. 아케로랍토르가 헬크릭층에서 발견되는 유일한 드로마에오사우루스과 공룡인 것으로 보인다. 흔히 발견되는 이빨은 드로마에오사우루스나 사우로르니톨레스테스의 것으로 간주되었으나 지금은 아케로랍토르의 것으로 생각하고 있다. 티라노사우루스과의 공룡으로는 나노티라누스와 티라노사우루스가 있는데, 나노티라누스는 티라노사우루스의 어린 개체일 가능성이 있다. 오르니토미무스과로는 스트루티오미무스와 오르니토미무스가 있으며, 정식으로 보고되지 않은 공룡인 오르코미무스도 헬크릭층에서 발견된 것일 수 있다. 트로오돈과의 공룡으로는 트로오돈과 파로니코돈이 헬크릭층에서 발견된다. 조류로는 아비사우루스, 그리고 브로다비스의 여러 종, 명명되지 않은 세 종류의 헤스페르오로르니스류가 있다. 오비랍토로사우리아는 헬크릭층에서 안주와 렙토린코스 두 종류가 있다.</code> | | <code>query: 남이 장군은 언제 죽었는가?</code> | <code>passage: 1468년 10월 24일 예종이 즉위한 지 한 달 보름만에 유자광이 남이(南怡)가 역모를 꾀하고 있다는 고변으로 시작되어 이시애의 난을 진압하는 데 공을 세웠던 남이(南怡)와 강순을 비롯해 민서, 문효량, 변영수, 변자의, 오치권 등이 역모죄로 죽음을 당한 사건이다.</code> |
  • Loss: <code>MultipleNegativesRankingLoss</code> with these parameters:
json
  {
      "scale": 20.0,
      "similarity_fct": "cos_sim"
  }

Training Hyperparameters

Non-Default Hyperparameters
  • per_device_train_batch_size: 96
  • adam_epsilon: 1e-07
  • warmup_ratio: 0.1
  • fp16: True
  • dataloader_drop_last: True
  • batch_sampler: no_duplicates
All Hyperparameters

<details><summary>Click to expand</summary>

  • overwrite_output_dir: False
  • do_predict: False
  • eval_strategy: no
  • prediction_loss_only: True
  • per_device_train_batch_size: 96
  • per_device_eval_batch_size: 8
  • per_gpu_train_batch_size: None
  • per_gpu_eval_batch_size: None
  • gradient_accumulation_steps: 1
  • eval_accumulation_steps: None
  • torch_empty_cache_steps: None
  • learning_rate: 5e-05
  • weight_decay: 0.0
  • adam_beta1: 0.9
  • adam_beta2: 0.999
  • adam_epsilon: 1e-07
  • max_grad_norm: 1.0
  • num_train_epochs: 3
  • max_steps: -1
  • lr_scheduler_type: linear
  • lr_scheduler_kwargs: {}
  • warmup_ratio: 0.1
  • warmup_steps: 0
  • log_level: passive
  • log_level_replica: warning
  • log_on_each_node: True
  • logging_nan_inf_filter: True
  • save_safetensors: True
  • save_on_each_node: False
  • save_only_model: False
  • restore_callback_states_from_checkpoint: False
  • no_cuda: False
  • use_cpu: False
  • use_mps_device: False
  • seed: 42
  • data_seed: None
  • jit_mode_eval: False
  • use_ipex: False
  • bf16: False
  • fp16: True
  • fp16_opt_level: O1
  • half_precision_backend: auto
  • bf16_full_eval: False
  • fp16_full_eval: False
  • tf32: None
  • local_rank: 0
  • ddp_backend: None
  • tpu_num_cores: None
  • tpu_metrics_debug: False
  • debug: []
  • dataloader_drop_last: True
  • dataloader_num_workers: 0
  • dataloader_prefetch_factor: None
  • past_index: -1
  • disable_tqdm: False
  • remove_unused_columns: True
  • label_names: None
  • load_best_model_at_end: False
  • ignore_data_skip: False
  • fsdp: []
  • fsdp_min_num_params: 0
  • fsdp_config: {'minnumparams': 0, 'xla': False, 'xlafsdpv2': False, 'xlafsdpgrad_ckpt': False}
  • fsdp_transformer_layer_cls_to_wrap: None
  • accelerator_config: {'splitbatches': False, 'dispatchbatches': None, 'evenbatches': True, 'useseedablesampler': True, 'nonblocking': False, 'gradientaccumulationkwargs': None}
  • deepspeed: None
  • label_smoothing_factor: 0.0
  • optim: adamw_torch
  • optim_args: None
  • adafactor: False
  • group_by_length: False
  • length_column_name: length
  • ddp_find_unused_parameters: None
  • ddp_bucket_cap_mb: None
  • ddp_broadcast_buffers: False
  • dataloader_pin_memory: True
  • dataloader_persistent_workers: False
  • skip_memory_metrics: True
  • use_legacy_prediction_loop: False
  • push_to_hub: False
  • resume_from_checkpoint: None
  • hub_model_id: None
  • hub_strategy: every_save
  • hub_private_repo: False
  • hub_always_push: False
  • gradient_checkpointing: False
  • gradient_checkpointing_kwargs: None
  • include_inputs_for_metrics: False
  • eval_do_concat_batches: True
  • fp16_backend: auto
  • push_to_hub_model_id: None
  • push_to_hub_organization: None
  • mp_parameters:
  • auto_find_batch_size: False
  • full_determinism: False
  • torchdynamo: None
  • ray_scope: last
  • ddp_timeout: 1800
  • torch_compile: False
  • torch_compile_backend: None
  • torch_compile_mode: None
  • dispatch_batches: None
  • split_batches: None
  • include_tokens_per_second: False
  • include_num_input_tokens_seen: False
  • neftune_noise_alpha: None
  • optim_target_modules: None
  • batch_eval_metrics: False
  • eval_on_start: False
  • eval_use_gather_object: False
  • batch_sampler: no_duplicates
  • multi_dataset_batch_sampler: proportional

</details>

Training Logs

<details><summary>Click to expand</summary>

EpochStepTraining Loss
0.000512.1885
0.000922.2525
0.001432.2806
0.001942.2304
0.002452.3556
0.002862.2416
0.003372.158
0.003882.2726
0.004292.1155
0.0047102.2428
0.0052112.2109
0.0056122.403
0.0061132.2068
0.0066142.1787
0.0071152.1531
0.0075162.2818
0.0080172.1265
0.0085182.1879
0.0089192.1179
0.0094202.1004
0.0099212.1954
0.0103221.9755
0.0108232.0296
0.0113242.0232
0.0118251.9643
0.0122261.7821
0.0127271.9111
0.0132281.8421
0.0136291.806
0.0141301.7923
0.0146311.7095
0.0151321.5854
0.0155331.6535
0.0160341.5348
0.0165351.5379
0.0169361.5649
0.0174371.2713
0.0179381.344
0.0183391.1934
0.0188401.2732
0.0193411.1936
0.0198421.2777
0.0202431.1918
0.0207441.1907
0.0212451.0029
0.0216461.085
0.0221470.9491
0.0226480.96
0.0230490.8735
0.0235500.8606
0.0240510.7412
0.0245520.7611
0.0249530.6617
0.0254540.6171
0.0259550.6364
0.0263560.64
0.0268570.556
0.0273580.5417
0.0278590.4746
0.0282600.4184
0.0287610.543
0.0292620.3564
0.0296630.3815
0.0301640.397
0.0306650.3263
0.0310660.3552
0.0315670.3837
0.0320680.2362
0.0325690.1956
0.0329700.2436
0.0334710.2661
0.0339720.2649
0.0343730.2263
0.0348740.1218
0.0353750.2553
0.0357760.2317
0.0362770.2347
0.0367780.1252
0.0372790.1548
0.0376800.0933
0.0381810.1597
0.0386820.1682
0.0390830.1506
0.0395840.1385
0.0400850.0837
0.0405860.0685
0.0409870.1103
0.0414880.0973
0.0419890.0964
0.0423900.0561
0.0428910.0799
0.0433920.0693
0.0437930.1259
0.0442940.0776
0.0447950.099
0.0452960.1126
0.0456970.1296
0.0461980.1076
0.0466990.0879
0.04701000.0706
0.04751010.0689
0.04801020.0389
0.04841030.0627
0.04891040.0168
0.04941050.0499
0.04991060.0511
0.05031070.0241
0.05081080.0613
0.05131090.049
0.05171100.0348
0.05221110.041
0.05271120.0554
0.05321130.0815
0.05361140.0465
0.05411150.0309
0.05461160.0505
0.05501170.0246
0.05551180.0641
0.05601190.0321
0.05641200.0828
0.05691210.0674
0.05741220.0577
0.05791230.0957
0.05831240.0436
0.05881250.0427
0.05931260.0325
0.05971270.0376
0.06021280.0455
0.06071290.083
0.06111300.0669
0.06161310.0458
0.06211320.0265
0.06261330.0562
0.06301340.0357
0.06351350.0342
0.06401360.0262
0.06441370.0265
0.06491380.0923
0.06541390.0182
0.06591400.0374
0.06631410.016
0.06681420.059
0.06731430.0544
0.06771440.0466
0.06821450.0614
0.06871460.0776
0.06911470.0509
0.06961480.0259
0.07011490.0571
0.07061500.0423
0.07101510.0368
0.07151520.0369
0.07201530.0293
0.07241540.0391
0.07291550.0261
0.07341560.0333
0.07381570.0364
0.07431580.0239
0.07481590.048
0.07531600.0169
0.07571610.0525
0.07621620.0523
0.07671630.0602
0.07711640.0844
0.07761650.0292
0.07811660.048
0.07861670.0272
0.07901680.0435
0.07951690.0443
0.08001700.0256
0.08041710.0653
0.08091720.0557
0.08141730.0564
0.08181740.0239
0.08231750.0436
0.08281760.085
0.08331770.0463
0.08371780.0179
0.08421790.034
0.08471800.0477
0.08511810.0949
0.08561820.0351
0.08611830.0746
0.08651840.058
0.08701850.0155
0.08751860.0104
0.08801870.0222
0.08841880.0256
0.08891890.0235
0.08941900.0543
0.08981910.0269
0.09031920.045
0.09081930.1137
0.09131940.0514
0.09171950.027
0.09221960.0725
0.09271970.0223
0.09311980.0209
0.09361990.0411
0.09412000.0418
0.09452010.0517
0.09502020.0722
0.09552030.0687
0.09602040.0389
0.09642050.0429
0.09692060.0643
0.09742070.0201
0.09782080.0213
0.09832090.0505
0.09882100.0531
0.09922110.0398
0.09972120.0373
0.10022130.0139
0.10072140.0439
0.10112150.0114
0.10162160.0368
0.10212170.0664
0.10252180.013
0.10302190.0684
0.10352200.0425
0.10402210.038
0.10442220.034
0.10492230.1103
0.10542240.0309
0.10582250.064
0.10632260.0278
0.10682270.053
0.10722280.0224
0.10772290.0428
0.10822300.0674
0.10872310.0477
0.10912320.0577
0.10962330.0368
0.11012340.0384
0.11052350.0519
0.11102360.0467
0.11152370.0619
0.11192380.0245
0.11242390.0493
0.11292400.0163
0.11342410.0759
0.11382420.0253
0.11432430.033
0.11482440.0192
0.11522450.0226
0.11572460.0127
0.11622470.012
0.11672480.0501
0.11712490.0587
0.11762500.0546
0.11812510.0437
0.11852520.0295
0.11902530.0308
0.11952540.108
0.11992550.0213
0.12042560.0161
0.12092570.023
0.12142580.0641
0.12182590.0634
0.12232600.0285
0.12282610.0251
0.12322620.0577
0.12372630.0283
0.12422640.0173
0.12462650.0268
0.12512660.0491
0.12562670.0354
0.12612680.0477
0.12652690.0357
0.12702700.0367
0.12752710.0209
0.12792720.0687
0.12842730.0149
0.12892740.0527
0.12942750.0374
0.12982760.0176
0.13032770.0315
0.13082780.0743
0.13122790.0539
0.13172800.0484
0.13222810.0194
0.13262820.0476
0.13312830.0197
0.13362840.0265
0.13412850.035
0.13452860.0183
0.13502870.0303
0.13552880.0335
0.13592890.0372
0.13642900.0135
0.13692910.0261
0.13732920.0217
0.13782930.0412
0.13832940.0534
0.13882950.0248
0.13922960.0902
0.13972970.0387
0.14022980.1036
0.14062990.0731
0.14113000.0475
0.14163010.0162
0.14213020.0307
0.14253030.0341
0.14303040.0509
0.14353050.0246
0.14393060.0559
0.14443070.0571
0.14493080.0167
0.14533090.0433
0.14583100.1018
0.14633110.0261
0.14683120.1039
0.14723130.0399
0.14773140.0976
0.14823150.0581
0.14863160.0456
0.14913170.037
0.14963180.0325
0.15003190.0203
0.15053200.0497
0.15103210.0279
0.15153220.0318
0.15193230.029
0.15243240.0239
0.15293250.0395
0.15333260.0402
0.15383270.0491
0.15433280.0154
0.15483290.0089
0.15523300.0833
0.15573310.059
0.15623320.0251
0.15663330.0522
0.15713340.026
0.15763350.0602
0.15803360.0408
0.15853370.0358
0.15903380.0137
0.15953390.0167
0.15993400.0401
0.16043410.0533
0.16093420.0543
0.16133430.013
0.16183440.0235
0.16233450.0682
0.16273460.0579
0.16323470.017
0.16373480.01
0.16423490.0096
0.16463500.0146
0.16513510.0727
0.16563520.0697
0.16603530.0184
0.16653540.0349
0.16703550.0489
0.16753560.0483
0.16793570.0587
0.16843580.0263
0.16893590.0395
0.16933600.049
0.16983610.0494
0.17033620.0531
0.17073630.1087
0.17123640.0186
0.17173650.0303
0.17223660.0465
0.17263670.0362
0.17313680.0334
0.17363690.0443
0.17403700.017
0.17453710.0263
0.17503720.0101
0.17543730.02
0.17593740.0336
0.17643750.0663
0.17693760.0148
0.17733770.0435
0.17783780.0479
0.17833790.0214
0.17873800.0325
0.17923810.0125
0.17973820.0426
0.18023830.0364
0.18063840.0329
0.18113850.0155
0.18163860.0654
0.18203870.0652
0.18253880.031
0.18303890.034
0.18343900.0273
0.18393910.0461
0.18443920.04
0.18493930.0705
0.18533940.0725
0.18583950.0117
0.18633960.0228
0.18673970.0537
0.18723980.0197
0.18773990.0491
0.18814000.0626
0.18864010.0229
0.18914020.0778
0.18964030.0327
0.19004040.0251
0.19054050.0312
0.19104060.0547
0.19144070.0309
0.19194080.0475
0.19244090.0486
0.19294100.0246
0.19334110.0686
0.19384120.0397
0.19434130.0707
0.19474140.0667
0.19524150.0327
0.19574160.0362
0.19614170.0222
0.19664180.0481
0.19714190.0848
0.19764200.0169
0.19804210.0542
0.19854220.0587
0.19904230.0249
0.19944240.0432
0.19994250.0566
0.20044260.029
0.20084270.0445
0.20134280.059
0.20184290.0163
0.20234300.0131
0.20274310.0431
0.20324320.0643
0.20374330.0717
0.20414340.0469
0.20464350.0518
0.20514360.0359
0.20564370.0455
0.20604380.0414
0.20654390.0169
0.20704400.0259
0.20744410.0607
0.20794420.0175
0.20844430.0279
0.20884440.0319
0.20934450.0245
0.20984460.0412
0.21034470.057
0.21074480.0209
0.21124490.0265
0.21174500.043
0.21214510.0323
0.21264520.0401
0.21314530.0198
0.21354540.0269
0.21404550.0428
0.21454560.0239
0.21504570.0209
0.21544580.0469
0.21594590.0382
0.21644600.0341
0.21684610.0297
0.21734620.0172
0.21784630.0291
0.21834640.0494
0.21874650.0206
0.21924660.0271
0.21974670.0446
0.22014680.0284
0.22064690.0524
0.22114700.0373
0.22154710.0433
0.22204720.0243
0.22254730.0516
0.22304740.0248
0.22344750.0375
0.22394760.0165
0.22444770.0324
0.22484780.0255
0.22534790.0594
0.22584800.0639
0.22624810.0231
0.22674820.02
0.22724830.0724
0.22774840.0222
0.22814850.0206
0.22864860.0629
0.22914870.0875
0.22954880.0214
0.23004890.018
0.23054900.015
0.23104910.0297
0.23144920.0231
0.23194930.0281
0.23244940.0217
0.23284950.0333
0.23334960.0435
0.23384970.0202
0.23424980.0327
0.23474990.0728
0.23525000.0512
0.23575010.0155
0.23615020.047
0.23665030.0562
0.23715040.0403
0.23755050.0344
0.23805060.0642
0.23855070.0398
0.23895080.0512
0.23945090.0164
0.23995100.0228
0.24045110.0134
0.24085120.0112
0.24135130.0345
0.24185140.0444
0.24225150.0257
0.24275160.0251
0.24325170.0292
0.24375180.0272
0.24415190.0471
0.24465200.0516
0.24515210.0193
0.24555220.0267
0.24605230.0572
0.24655240.0183
0.24695250.0361
0.24745260.0272
0.24795270.0516
0.24845280.017
0.24885290.0456
0.24935300.0278
0.24985310.062
0.25025320.0418
0.25075330.0365
0.25125340.0097
0.25165350.0386
0.25215360.0306
0.25265370.0797
0.25315380.0147
0.25355390.0179
0.25405400.0329
0.25455410.0709
0.25495420.0389
0.25545430.0145
0.25595440.0832
0.25635450.0313
0.25685460.0282
0.25735470.031
0.25785480.0692
0.25825490.0335
0.25875500.0306
0.25925510.0366
0.25965520.0425
0.26015530.0656
0.26065540.1067
0.26115550.0346
0.26155560.0469
0.26205570.0223
0.26255580.0498
0.26295590.0712
0.26345600.0377
0.26395610.1023
0.26435620.0853
0.26485630.0356
0.26535640.076
0.26585650.0282
0.26625660.0469
0.26675670.0694
0.26725680.0285
0.26765690.0278
0.26815700.0633
0.26865710.0125
0.26905720.1003
0.26955730.0249
0.27005740.0357
0.27055750.0227
0.27095760.0643
0.27145770.0511
0.27195780.0246
0.27235790.04
0.27285800.0309
0.27335810.0238
0.27385820.0375
0.27425830.0262
0.27475840.0399
0.27525850.0185
0.27565860.026
0.27615870.03
0.27665880.0598
0.27705890.0227
0.27755900.019
0.27805910.0415
0.27855920.0525
0.27895930.0187
0.27945940.0165
0.27995950.0418
0.28035960.0295
0.28085970.0416
0.28135980.0158
0.28175990.0422
0.28226000.0589
0.28276010.1205
0.28326020.0294
0.28366030.0191
0.28416040.0429
0.28466050.0261
0.28506060.0211
0.28556070.0349
0.28606080.0634
0.28656090.0179
0.28696100.0416
0.28746110.018
0.28796120.037
0.28836130.12
0.28886140.0198
0.28936150.04
0.28976160.0382
0.29026170.0432
0.29076180.0711
0.29126190.0337
0.29166200.0421
0.29216210.0226
0.29266220.0236
0.29306230.0179
0.29356240.0433
0.29406250.0399
0.29446260.0179
0.29496270.0562
0.29546280.104
0.29596290.0593
0.29636300.0446
0.29686310.0191
0.29736320.0658
0.29776330.0269
0.29826340.0356
0.29876350.0244
0.29926360.0198
0.29966370.0294
0.30016380.0182
0.30066390.0487
0.30106400.0459
0.30156410.0327
0.30206420.0799
0.30246430.0699
0.30296440.0269
0.30346450.0397
0.30396460.0663
0.30436470.075
0.30486480.0175
0.30536490.0316
0.30576500.0258
0.30626510.0343
0.30676520.0234
0.30716530.085
0.30766540.022
0.30816550.1063
0.30866560.0398
0.30906570.0174
0.30956580.0319
0.31006590.02
0.31046600.0234
0.31096610.0663
0.31146620.0511
0.31196630.0366
0.31236640.0231
0.31286650.0389
0.31336660.0476
0.31376670.1014
0.31426680.0186
0.31476690.013
0.31516700.0297
0.31566710.0147
0.31616720.0412
0.31666730.0379
0.31706740.0189
0.31756750.0874
0.31806760.0166
0.31846770.0872
0.31896780.0367
0.31946790.0243
0.31986800.0124
0.32036810.0276
0.32086820.0373
0.32136830.0477
0.32176840.0169
0.32226850.0575
0.32276860.0413
0.32316870.0248
0.32366880.0178
0.32416890.0351
0.32466900.032
0.32506910.0252
0.32556920.0654
0.32606930.0091
0.32646940.0415
0.32696950.0341
0.32746960.0674
0.32786970.0411
0.32836980.0519
0.32886990.0163
0.32937000.0837
0.32977010.0352
0.33027020.0292
0.33077030.0207
0.33117040.0438
0.33167050.0175
0.33217060.0731
0.33257070.0852
0.33307080.0419
0.33357090.0402
0.33407100.0545
0.33447110.0291
0.33497120.0443
0.33547130.01
0.33587140.0478
0.33637150.0488
0.33687160.0384
0.33737170.0505
0.33777180.0402
0.33827190.0693
0.33877200.0433
0.33917210.0632
0.33967220.0285
0.34017230.0394
0.34057240.0701
0.34107250.069
0.34157260.0439
0.34207270.0171
0.34247280.0235
0.34297290.17
0.34347300.0684
0.34387310.0208
0.34437320.0691
0.34487330.0595
0.34527340.043
0.34577350.0287
0.34627360.0336
0.34677370.0505
0.34717380.0093
0.34767390.0369
0.34817400.0351
0.34857410.0284
0.34907420.0727
0.34957430.0344
0.35007440.03
0.35047450.0629
0.35097460.0241
0.35147470.0335
0.35187480.0342
0.35237490.0475
0.35287500.0285
0.35327510.0333
0.35377520.0283
0.35427530.0299
0.35477540.0321
0.35517550.006
0.35567560.0518
0.35617570.0271
0.35657580.0326
0.35707590.0173
0.35757600.0205
0.35797610.0127
0.35847620.0328
0.35897630.0367
0.35947640.035
0.35987650.0437
0.36037660.0229
0.36087670.0333
0.36127680.0291
0.36177690.1005
0.36227700.0395
0.36277710.0358
0.36317720.0325
0.36367730.0517
0.36417740.0719
0.36457750.0141
0.36507760.0399
0.36557770.0276
0.36597780.0244
0.36647790.0509
0.36697800.0416
0.36747810.0129
0.36787820.0413
0.36837830.0211
0.36887840.0485
0.36927850.0132
0.36977860.0506
0.37027870.0712
0.37067880.0087
0.37117890.0283
0.37167900.0321
0.37217910.0293
0.37257920.027
0.37307930.0251
0.37357940.0536
0.37397950.0577
0.37447960.0472
0.37497970.0439
0.37547980.0237
0.37587990.0392
0.37638000.0457
0.37688010.03
0.37728020.0301
0.37778030.0363
0.37828040.0091
0.37868050.0847
0.37918060.0673
0.37968070.0216
0.38018080.0684
0.38058090.0435
0.38108100.0468
0.38158110.0324
0.38198120.0263
0.38248130.0347
0.38298140.0115
0.38338150.0275
0.38388160.0727
0.38438170.0313
0.38488180.0367
0.38528190.0579
0.38578200.0236
0.38628210.0179
0.38668220.0388
0.38718230.0421
0.38768240.0297
0.38818250.0327
0.38858260.0415
0.38908270.0135
0.38958280.0137
0.38998290.0309
0.39048300.0248
0.39098310.0283
0.39138320.0526
0.39188330.0321
0.39238340.0725
0.39288350.0253
0.39328360.029
0.39378370.0231
0.39428380.0178
0.39468390.0361
0.39518400.0397
0.39568410.0219
0.39608420.066
0.39658430.0516
0.39708440.0235
0.39758450.0421
0.39798460.0371
0.39848470.06
0.39898480.0405
0.39938490.0499
0.39988500.0199
0.40038510.0114
0.40088520.0477
0.40128530.0449
0.40178540.0415
0.40228550.0222
0.40268560.0584
0.40318570.0086
0.40368580.0475
0.40408590.0442
0.40458600.0318
0.40508610.0211
0.40558620.0234
0.40598630.072
0.40648640.0275
0.40698650.0213
0.40738660.0443
0.40788670.0176
0.40838680.0313
0.40878690.025
0.40928700.0247
0.40978710.0169
0.41028720.0946
0.41068730.0689
0.41118740.0179
0.41168750.026
0.41208760.0226
0.41258770.0955
0.41308780.0177
0.41358790.1038
0.41398800.0401
0.41448810.0329
0.41498820.0373
0.41538830.0205
0.41588840.0158
0.41638850.0292
0.41678860.0247
0.41728870.0067
0.41778880.0463
0.41828890.0921
0.41868900.0857
0.41918910.0628
0.41968920.0799
0.42008930.0086
0.42058940.0395
0.42108950.0324
0.42148960.0742
0.42198970.0321
0.42248980.0133
0.42298990.0108
0.42339000.0285
0.42389010.0882
0.42439020.0344
0.42479030.0434
0.42529040.015
0.42579050.0215
0.42629060.0272
0.42669070.0582
0.42719080.0309
0.42769090.0181
0.42809100.038
0.42859110.0294
0.42909120.0341
0.42949130.0581
0.42999140.0165
0.43049150.0649
0.43099160.0404
0.43139170.0666
0.43189180.0112
0.43239190.022
0.43279200.0212
0.43329210.035
0.43379220.0286
0.43419230.0504
0.43469240.0776
0.43519250.0258
0.43569260.0531
0.43609270.0211
0.43659280.0175
0.43709290.0376
0.43749300.039
0.43799310.0178
0.43849320.0148
0.43899330.0625
0.43939340.1002
0.43989350.021
0.44039360.012
0.44079370.0236
0.44129380.0412
0.44179390.022
0.44219400.0408
0.44269410.0336
0.44319420.0573
0.44369430.0767
0.44409440.0193
0.44459450.0318
0.44509460.0118
0.44549470.0312
0.44599480.0575
0.44649490.0216
0.44689500.0412
0.44739510.0401
0.44789520.0494
0.44839530.0435
0.44879540.0622
0.44929550.0257
0.44979560.0494
0.45019570.0624
0.45069580.023
0.45119590.0473
0.45169600.0121
0.45209610.0217
0.45259620.0236
0.45309630.0525
0.45349640.0239
0.45399650.0103
0.45449660.0322
0.45489670.0505
0.45539680.0194
0.45589690.0287
0.45639700.0728
0.45679710.0617
0.45729720.023
0.45779730.0343
0.45819740.0313
0.45869750.0526
0.45919760.0419
0.45959770.0411
0.46009780.0343
0.46059790.0269
0.46109800.0482
0.46149810.0414
0.46199820.0254
0.46249830.0344
0.46289840.0217
0.46339850.014
0.46389860.0261
0.46439870.0188
0.46479880.0374
0.46529890.027
0.46579900.0118
0.46619910.007
0.46669920.0481
0.46719930.0344
0.46759940.043
0.46809950.0181
0.46859960.025
0.46909970.0282
0.46949980.0282
0.46999990.0548
0.470410000.0188
0.470810010.0551
0.471310020.0623
0.471810030.0406
0.472210040.0782
0.472710050.0196
0.473210060.0322
0.473710070.025
0.474110080.0205
0.474610090.0624
0.475110100.1019
0.475510110.0881
0.476010120.0227
0.476510130.0093
0.477010140.0128
0.477410150.0208
0.477910160.0278
0.478410170.0217
0.478810180.0225
0.479310190.0532
0.479810200.0161
0.480210210.0319
0.480710220.0332
0.481210230.0693
0.481710240.0509
0.482110250.0265
0.482610260.0242
0.483110270.0761
0.483510280.0357
0.484010290.0376
0.484510300.0404
0.484910310.0181
0.485410320.0143
0.485910330.0912
0.486410340.0313
0.486810350.0269
0.487310360.0191
0.487810370.0649
0.488210380.071
0.488710390.0545
0.489210400.0148
0.489710410.0319
0.490110420.0232
0.490610430.037
0.491110440.0323
0.491510450.0416
0.492010460.0468
0.492510470.0119
0.492910480.0419
0.493410490.0275
0.493910500.0191
0.494410510.043
0.494810520.0171
0.495310530.0194
0.495810540.0425
0.496210550.0499
0.496710560.0711
0.497210570.0452
0.497610580.012
0.498110590.0385
0.498610600.0345
0.499110610.0311
0.499510620.0828
0.510630.026
0.500510640.0387
0.500910650.0511
0.501410660.017
0.501910670.0116
0.502410680.0408
0.502810690.0248
0.503310700.0155
0.503810710.0298
0.504210720.0596
0.504710730.0399
0.505210740.0438
0.505610750.08
0.506110760.0123
0.506610770.027
0.507110780.0321
0.507510790.0199
0.508010800.0373
0.508510810.0274
0.508910820.0262
0.509410830.0307
0.509910840.0098
0.510310850.0863
0.510810860.014
0.511310870.0337
0.511810880.0786
0.512210890.0348
0.512710900.029
0.513210910.0331
0.513610920.0355
0.514110930.0297
0.514610940.1157
0.515110950.0274
0.515510960.0272
0.516010970.018
0.516510980.0847
0.516910990.0459
0.517411000.0203
0.517911010.0362
0.518311020.0263
0.518811030.0197
0.519311040.0323
0.519811050.0257
0.520211060.0137
0.520711070.0339
0.521211080.0198
0.521611090.0165
0.522111100.037
0.522611110.0411
0.523011120.0553
0.523511130.0163
0.524011140.0145
0.524511150.0398
0.524911160.0316
0.525411170.0342
0.525911180.0333
0.526311190.0694
0.526811200.0366
0.527311210.0495
0.527811220.0633
0.528211230.0316
0.528711240.0373
0.529211250.0785
0.529611260.0425
0.530111270.0175
0.530611280.026
0.531011290.0223
0.531511300.0199
0.532011310.0685
0.532511320.0317
0.532911330.0278
0.533411340.0384
0.533911350.0307
0.534311360.0339
0.534811370.0229
0.535311380.0378
0.535711390.0192
0.536211400.0386
0.536711410.0264
0.537211420.029
0.537611430.056
0.538111440.0193
0.538611450.0894
0.539011460.0279
0.539511470.0185
0.540011480.0344
0.540511490.0375
0.540911500.0339
0.541411510.0653
0.541911520.0298
0.542311530.0425
0.542811540.051
0.543311550.0198
0.543711560.0196
0.544211570.0475
0.544711580.0159
0.545211590.0439
0.545611600.1319
0.546111610.0425
0.546611620.0313
0.547011630.0144
0.547511640.0446
0.548011650.0162
0.548411660.019
0.548911670.0464
0.549411680.028
0.549911690.0252
0.550311700.0723
0.550811710.0159
0.551311720.0463
0.551711730.0193
0.552211740.0303
0.552711750.0218
0.553211760.0482
0.553611770.02
0.554111780.0429
0.554611790.0135
0.555011800.0409
0.555511810.0123
0.556011820.1156
0.556411830.0772
0.556911840.0649
0.557411850.0315
0.557911860.0239
0.558311870.056
0.558811880.026
0.559311890.0482
0.559711900.0466
0.560211910.0108
0.560711920.0159
0.561111930.0375
0.561611940.0289
0.562111950.0194
0.562611960.0509
0.563011970.0254
0.563511980.0527
0.564011990.0357
0.564412000.0173
0.564912010.0412
0.565412020.0238
0.565912030.0484
0.566312040.0358
0.566812050.0225
0.567312060.0376
0.567712070.0534
0.568212080.0403
0.568712090.0276
0.569112100.0283
0.569612110.0507
0.570112120.0275
0.570612130.0526
0.571012140.0347
0.571512150.0416
0.572012160.0428
0.572412170.0427
0.572912180.041
0.573412190.0245
0.573812200.0268
0.574312210.0187
0.574812220.015
0.575312230.0392
0.575712240.0144
0.576212250.0321
0.576712260.0503
0.577112270.0339
0.577612280.0418
0.578112290.033
0.578612300.0318
0.579012310.041
0.579512320.0363
0.580012330.0267
0.580412340.0365
0.580912350.0249
0.581412360.0194
0.581812370.0366
0.582312380.0474
0.582812390.0349
0.583312400.0144
0.583712410.027
0.584212420.0241
0.584712430.0249
0.585112440.012
0.585612450.0304
0.586112460.011
0.586512470.0765
0.587012480.0354
0.587512490.0108
0.588012500.0239
0.588412510.0306
0.588912520.0125
0.589412530.0507
0.589812540.025
0.590312550.0323
0.590812560.0369
0.591312570.0261
0.591712580.0648
0.592212590.018
0.592712600.0223
0.593112610.0223
0.593612620.0403
0.594112630.0103
0.594512640.0234
0.595012650.0236
0.595512660.0166
0.596012670.0085
0.596412680.0298
0.596912690.0317
0.597412700.072
0.597812710.0558
0.598312720.0391
0.598812730.0379
0.599212740.0913
0.599712750.0224
0.600212760.014
0.600712770.027
0.601112780.0593
0.601612790.0214
0.602112800.0191
0.602512810.047
0.603012820.0157
0.603512830.0468
0.604012840.0166
0.604412850.0189
0.604912860.0462
0.605412870.017
0.605812880.03
0.606312890.054
0.606812900.0276
0.607212910.0139
0.607712920.0226
0.608212930.0391
0.608712940.0717
0.609112950.0472
0.609612960.0697
0.610112970.0271
0.610512980.057
0.611012990.0263
0.611513000.0842
0.611913010.0174
0.612413020.049
0.612913030.036
0.613413040.0444
0.613813050.0255
0.614313060.0619
0.614813070.0275
0.615213080.0144
0.615713090.0356
0.616213100.018
0.616713110.0494
0.617113120.0611
0.617613130.0312
0.618113140.0212
0.618513150.0217
0.619013160.042
0.619513170.0328
0.619913180.0538
0.620413190.065
0.620913200.0173
0.621413210.0166
0.621813220.0235
0.622313230.0165
0.622813240.0389
0.623213250.0311
0.623713260.0616
0.624213270.0463
0.624613280.014
0.625113290.0339
0.625613300.0086
0.626113310.013
0.626513320.0379
0.627013330.0461
0.627513340.0193
0.627913350.0236
0.628413360.0181
0.628913370.0903
0.629413380.0178
0.629813390.0384
0.630313400.0255
0.630813410.05
0.631213420.0132
0.631713430.0188
0.632213440.0974
0.632613450.0304
0.633113460.0716
0.633613470.0147
0.634113480.0549
0.634513490.0454
0.635013500.0282
0.635513510.0185
0.635913520.038
0.636413530.0197
0.636913540.0481
0.637313550.0117
0.637813560.0193
0.638313570.0072
0.638813580.035
0.639213590.0446
0.639713600.0321
0.640213610.0622
0.640613620.0391
0.641113630.011
0.641613640.0204
0.642113650.0228
0.642513660.038
0.643013670.0167
0.643513680.027
0.643913690.0178
0.644413700.0434
0.644913710.0312
0.645313720.0162
0.645813730.0175
0.646313740.0192
0.646813750.0256
0.647213760.0748
0.647713770.0341
0.648213780.033
0.648613790.0303
0.649113800.008
0.649613810.026
0.650013820.0306
0.650513830.0096
0.651013840.0576
0.651513850.0808
0.651913860.0542
0.652413870.0292
0.652913880.0385
0.653313890.0657
0.653813900.0239
0.654313910.0457
0.654813920.0126
0.655213930.0121
0.655713940.0236
0.656213950.0299
0.656613960.0638
0.657113970.0209
0.657613980.0457
0.658013990.0258
0.658514000.0434
0.659014010.0497
0.659514020.0447
0.659914030.0333
0.660414040.0289
0.660914050.0601
0.661314060.063
0.661814070.0138
0.662314080.0104
0.662714090.0208
0.663214100.0262
0.663714110.0302
0.664214120.0256
0.664614130.0254
0.665114140.0226
0.665614150.0129
0.666014160.077
0.666514170.0174
0.667014180.02
0.667514190.0271
0.667914200.0125
0.668414210.066
0.668914220.0214
0.669314230.0361
0.669814240.0136
0.670314250.0397
0.670714260.0352
0.671214270.0278
0.671714280.0106
0.672214290.0297
0.672614300.0546
0.673114310.0148
0.673614320.0194
0.674014330.0571
0.674514340.0329
0.675014350.0154
0.675414360.0634
0.675914370.02
0.676414380.0176
0.676914390.0389
0.677314400.0192
0.677814410.0265
0.678314420.0205
0.678714430.0153
0.679214440.0437
0.679714450.032
0.680214460.0156
0.680614470.0506
0.681114480.0135
0.681614490.0234
0.682014500.0183
0.682514510.0674
0.683014520.0633
0.683414530.0262
0.683914540.0173
0.684414550.0247
0.684914560.0277
0.685314570.0299
0.685814580.046
0.686314590.0223
0.686714600.0207
0.687214610.0162
0.687714620.0383
0.688114630.0219
0.688614640.0885
0.689114650.0338
0.689614660.0151
0.690014670.0324
0.690514680.0104
0.691014690.0159
0.691414700.0507
0.691914710.0468
0.692414720.0438
0.692914730.0438
0.693314740.0413
0.693814750.027
0.694314760.0261
0.694714770.0521
0.695214780.0526
0.695714790.0333
0.696114800.0407
0.696614810.019
0.697114820.0314
0.697614830.0298
0.698014840.0613
0.698514850.0168
0.699014860.016
0.699414870.0366
0.699914880.0289
0.700414890.0761
0.700814900.0172
0.701314910.023
0.701814920.0137
0.702314930.0359
0.702714940.013
0.703214950.0088
0.703714960.0463
0.704114970.072
0.704614980.0394
0.705114990.0144
0.705615000.0289
0.706015010.0744
0.706515020.0617
0.707015030.0206
0.707415040.0194
0.707915050.0325
0.708415060.0475
0.708815070.0168
0.709315080.0156
0.709815090.0433
0.710315100.0273
0.710715110.0147
0.711215120.0346
0.711715130.0179
0.712115140.0175
0.712615150.0736
0.713115160.0308
0.713515170.0416
0.714015180.0134
0.714515190.0392
0.715015200.0118
0.715415210.0376
0.715915220.0461
0.716415230.0539
0.716815240.0132
0.717315250.0602
0.717815260.0475
0.718315270.0236
0.718715280.0471
0.719215290.02
0.719715300.0202
0.720115310.0347
0.720615320.0224
0.721115330.0169
0.721515340.0373
0.722015350.0356
0.722515360.0288
0.723015370.0236
0.723415380.0135
0.723915390.0185
0.724415400.0186
0.724815410.0151
0.725315420.0122
0.725815430.0132
0.726215440.036
0.726715450.0164
0.727215460.0437
0.727715470.0115
0.728115480.0139
0.728615490.058
0.729115500.0074
0.729515510.0555
0.730015520.0163
0.730515530.0263
0.731015540.0132
0.731415550.0186
0.731915560.0389
0.732415570.0205
0.732815580.0615
0.733315590.0672
0.733815600.0103
0.734215610.0481
0.734715620.0098
0.735215630.0158
0.735715640.0237
0.736115650.046
0.736615660.0268
0.737115670.0208
0.737515680.0226
0.738015690.0249
0.738515700.0086
0.738915710.0258
0.739415720.1062
0.739915730.0356
0.740415740.0257
0.740815750.0511
0.741315760.0476
0.741815770.0189
0.742215780.0495
0.742715790.015
0.743215800.0269
0.743715810.0286
0.744115820.0271
0.744615830.035
0.745115840.0348
0.745515850.0209
0.746015860.0183
0.746515870.0406
0.746915880.0178
0.747415890.0488
0.747915900.0176
0.748415910.0314
0.748815920.0262
0.749315930.0417
0.749815940.0702
0.750215950.025
0.750715960.0078
0.751215970.0142
0.751615980.0095
0.752115990.0158
0.752616000.0325
0.753116010.0171
0.753516020.0233
0.754016030.0185
0.754516040.0241
0.754916050.0172
0.755416060.0302
0.755916070.0338
0.756316080.0129
0.756816090.0172
0.757316100.048
0.757816110.0794
0.758216120.0314
0.758716130.0169
0.759216140.0289
0.759616150.0095
0.760116160.0857
0.760616170.0166
0.761116180.0804
0.761516190.0321
0.762016200.0216
0.762516210.0405
0.762916220.0327
0.763416230.0675
0.763916240.0283
0.764316250.0242
0.764816260.0218
0.765316270.0358
0.765816280.0104
0.766216290.0278
0.766716300.0577
0.767216310.0145
0.767616320.0262
0.768116330.014
0.768616340.0393
0.769016350.0181
0.769516360.012
0.770016370.0186
0.770516380.0322
0.770916390.0187
0.771416400.0809
0.771916410.038
0.772316420.013
0.772816430.0095
0.773316440.026
0.773816450.0469
0.774216460.0355
0.774716470.0089
0.775216480.0125
0.775616490.0229
0.776116500.0206
0.776616510.0211
0.777016520.0273
0.777516530.0329
0.778016540.0342
0.778516550.084
0.778916560.0178
0.779416570.0433
0.779916580.018
0.780316590.0741
0.780816600.0993
0.781316610.0276
0.781716620.0134
0.782216630.0561
0.782716640.0288
0.783216650.0491
0.783616660.0554
0.784116670.0338
0.784616680.0251
0.785016690.0091
0.785516700.0357
0.786016710.033
0.786516720.0764
0.786916730.016
0.787416740.012
0.787916750.0289
0.788316760.0157
0.788816770.05
0.789316780.062
0.789716790.0291
0.790216800.0275
0.790716810.0186
0.791216820.0302
0.791616830.0351
0.792116840.0342
0.792616850.0909
0.793016860.0197
0.793516870.0163
0.794016880.0178
0.794416890.1046
0.794916900.0242
0.795416910.0288
0.795916920.0504
0.796316930.0132
0.796816940.0071
0.797316950.0235
0.797716960.0608
0.798216970.0484
0.798716980.0457
0.799216990.0141
0.799617000.0574
0.800117010.0196
0.800617020.0328
0.801017030.0203
0.801517040.0161
0.802017050.028
0.802417060.061
0.802917070.0422
0.803417080.0659
0.803917090.0097
0.804317100.0361
0.804817110.0382
0.805317120.0313
0.805717130.0342
0.806217140.0389
0.806717150.0463
0.807117160.0351
0.807617170.02
0.808117180.0458
0.808617190.0376
0.809017200.0126
0.809517210.0178
0.810017220.0251
0.810417230.0402
0.810917240.0228
0.811417250.0378
0.811917260.0235
0.812317270.0094
0.812817280.0691
0.813317290.0455
0.813717300.0485
0.814217310.0324
0.814717320.0147
0.815117330.0137
0.815617340.0539
0.816117350.0337
0.816617360.0219
0.817017370.0189
0.817517380.0304
0.818017390.0639
0.818417400.0341
0.818917410.0452
0.819417420.0143
0.819817430.0376
0.820317440.033
0.820817450.0448
0.821317460.0401
0.821717470.0773
0.822217480.0277
0.822717490.0374
0.823117500.0152
0.823617510.0447
0.824117520.0458
0.824617530.0154
0.825017540.016
0.825517550.0285
0.826017560.021
0.826417570.0151
0.826917580.0129
0.827417590.0214
0.827817600.0215
0.828317610.0156
0.828817620.015
0.829317630.0334
0.829717640.029
0.830217650.0084
0.830717660.0385
0.831117670.0152
0.831617680.0467
0.832117690.0088
0.832517700.0226
0.833017710.0535
0.833517720.0445
0.834017730.051
0.834417740.0323
0.834917750.0151
0.835417760.0574
0.835817770.0314
0.836317780.0214
0.836817790.0147
0.837317800.0408
0.837717810.0122
0.838217820.0209
0.838717830.0133
0.839117840.0285
0.839617850.0422
0.840117860.0163
0.840517870.0145
0.841017880.0174
0.841517890.0086
0.842017900.0121
0.842417910.0309
0.842917920.0142
0.843417930.025
0.843817940.0204
0.844317950.0631
0.844817960.0561
0.845217970.0806
0.845717980.0088
0.846217990.009
0.846718000.0112
0.847118010.0274
0.847618020.0354
0.848118030.0238
0.848518040.0261
0.849018050.0251
0.849518060.0394
0.850018070.0101
0.850418080.0126
0.850918090.0246
0.851418100.0172
0.851818110.0152
0.852318120.0437
0.852818130.0377
0.853218140.0316
0.853718150.0201
0.854218160.0214
0.854718170.009
0.855118180.0149
0.855618190.035
0.856118200.0129
0.856518210.0506
0.857018220.0165
0.857518230.0166
0.857918240.0326
0.858418250.0199
0.858918260.0433
0.859418270.0485
0.859818280.0323
0.860318290.0315
0.860818300.063
0.861218310.0584
0.861718320.0362
0.862218330.0274
0.862718340.0167
0.863118350.0228
0.863618360.0293
0.864118370.0294
0.864518380.0115
0.865018390.0098
0.865518400.0132
0.865918410.0354
0.866418420.0535
0.866918430.0255
0.867418440.0308
0.867818450.0248
0.868318460.0222
0.868818470.0762
0.869218480.0197
0.869718490.0132
0.870218500.0334
0.870618510.0146
0.871118520.0283
0.871618530.0161
0.872118540.0364
0.872518550.0543
0.873018560.0867
0.873518570.0328
0.873918580.0752
0.874418590.1049
0.874918600.0342
0.875418610.0183
0.875818620.0317
0.876318630.0141
0.876818640.0336
0.877218650.0197
0.877718660.0235
0.878218670.015
0.878618680.0228
0.879118690.0085
0.879618700.028
0.880118710.0188
0.880518720.0353
0.881018730.0494
0.881518740.0597
0.881918750.065
0.882418760.011
0.882918770.0243
0.883318780.0187
0.883818790.0279
0.884318800.0399
0.884818810.0398
0.885218820.0104
0.885718830.0192
0.886218840.0293
0.886618850.0145
0.887118860.0143
0.887618870.049
0.888118880.0125
0.888518890.0618
0.889018900.0181
0.889518910.0232
0.889918920.0352
0.890418930.0387
0.890918940.0188
0.891318950.0249
0.891818960.0254
0.892318970.0385
0.892818980.0234
0.893218990.0456
0.893719000.014
0.894219010.0285
0.894619020.0375
0.895119030.0208
0.895619040.0333
0.896019050.0368
0.896519060.0457
0.897019070.0503
0.897519080.0454
0.897919090.0281
0.898419100.0285
0.898919110.0168
0.899319120.0167
0.899819130.0196
0.900319140.0321
0.900819150.0175
0.901219160.0077
0.901719170.0412
0.902219180.0375
0.902619190.0112
0.903119200.0301
0.903619210.0615
0.904019220.0824
0.904519230.0154
0.905019240.0897
0.905519250.0179
0.905919260.0203
0.906419270.0118
0.906919280.0131
0.907319290.0379
0.907819300.079
0.908319310.0632
0.908719320.0119
0.909219330.0223
0.909719340.0278
0.910219350.013
0.910619360.0562
0.911119370.0098
0.911619380.0167
0.912019390.0395
0.912519400.0388
0.913019410.054
0.913519420.0143
0.913919430.0289
0.914419440.0094
0.914919450.0081
0.915319460.0276
0.915819470.0165
0.916319480.016
0.916719490.02
0.917219500.0304
0.917719510.0126
0.918219520.0688
0.918619530.0153
0.919119540.0142
0.919619550.0296
0.920019560.0279
0.920519570.0162
0.921019580.0181
0.921419590.0264
0.921919600.021
0.922419610.01
0.922919620.0228
0.923319630.0268
0.923819640.0272
0.924319650.049
0.924719660.0356
0.925219670.0093
0.925719680.0233
0.926219690.0158
0.926619700.0272
0.927119710.0835
0.927619720.0193
0.928019730.0243
0.928519740.0215
0.929019750.0268
0.929419760.0213
0.929919770.0536
0.930419780.029
0.930919790.024
0.931319800.0288
0.931819810.0123
0.932319820.0535
0.932719830.0452
0.933219840.042
0.933719850.0944
0.934119860.0159
0.934619870.0189
0.935119880.0239
0.935619890.0304
0.936019900.0282
0.936519910.0192
0.937019920.0276
0.937419930.025
0.937919940.0431
0.938419950.0233
0.938919960.0179
0.939319970.0682
0.939819980.0286
0.940319990.122
0.940720000.1082
0.941220010.0068
0.941720020.0352
0.942120030.0305
0.942620040.0085
0.943120050.0226
0.943620060.0065
0.944020070.0191
0.944520080.0604
0.945020090.0283
0.945420100.0233
0.945920110.0211
0.946420120.0125
0.946820130.0406
0.947320140.0259
0.947820150.0224
0.948320160.0153
0.948720170.0364
0.949220180.0212
0.949720190.0333
0.950120200.0183
0.950620210.0119
0.951120220.0435
0.951620230.0237
0.952020240.0359
0.952520250.0104
0.953020260.0219
0.953420270.0655
0.953920280.0157
0.954420290.0126
0.954820300.0275
0.955320310.0154
0.955820320.0243
0.956320330.0422
0.956720340.0111
0.957220350.055
0.957720360.0225
0.958120370.0399
0.958620380.015
0.959120390.0227
0.959520400.0487
0.960020410.0228
0.960520420.0525
0.961020430.0486
0.961420440.0281
0.961920450.047
0.962420460.0098
0.962820470.0575
0.963320480.0228
0.963820490.0929
0.964320500.0267
0.964720510.0075
0.965220520.0203
0.965720530.0102
0.966120540.0432
0.966620550.0486
0.967120560.0088
0.967520570.0227
0.968020580.0115
0.968520590.0325
0.969020600.0359
0.969420610.0077
0.969920620.0609
0.970420630.0339
0.970820640.0227
0.971320650.0604
0.971820660.0545
0.972220670.0283
0.972720680.0111
0.973220690.0326
0.973720700.0391
0.974120710.0112
0.974620720.0298
0.975120730.0447
0.975520740.0265
0.976020750.0253
0.976520760.0172
0.977020770.025
0.977420780.0236
0.977920790.0205
0.978420800.0667
0.978820810.0275
0.979320820.0426
0.979820830.0138
0.980220840.0278
0.980720850.0234
0.981220860.042
0.981720870.0206
0.982120880.0238
0.982620890.0327
0.983120900.024
0.983520910.0428
0.984020920.0104
0.984520930.0062
0.984920940.0267
0.985420950.0308
0.985920960.0209
0.986420970.0251
0.986820980.0119
0.987320990.0243
0.987821000.0155
0.988221010.0164
0.988721020.0362
0.989221030.0392
0.989721040.0187
0.990121050.013
0.990621060.054
0.991121070.0125
0.991521080.0245
0.992021090.0054
0.992521100.0127
0.992921110.0232
0.993421120.011
0.993921130.0382
0.994421140.0452
0.994821150.0711
0.995321160.0091
0.995821170.0216
0.996221180.0517
0.996721190.0376
0.997221200.0115
0.997621210.0188
0.998121220.0214
0.998621230.0164
0.999121240.0336
0.999521250.0152
1.021260.0779
1.000521270.0165
1.000921280.0695
1.001421290.036
1.001921300.0197
1.002421310.0436
1.002821320.0148
1.003321330.0159
1.003821340.0282
1.004221350.0138
1.004721360.016
1.005221370.0268
1.005621380.0448
1.006121390.0176
1.006621400.0118
1.007121410.0538
1.007521420.0169
1.008021430.0158
1.008521440.0434
1.008921450.0278
1.009421460.0117
1.009921470.0479
1.010321480.0163
1.010821490.0178
1.011321500.0423
1.011821510.0159
1.012221520.0125
1.012721530.0582
1.013221540.0296
1.013621550.0111
1.014121560.0328
1.014621570.0098
1.015121580.0284
1.015521590.0755
1.016021600.0158
1.016521610.0185
1.016921620.0279
1.017421630.0141
1.017921640.0196
1.018321650.0148
1.018821660.0318
1.019321670.0394
1.019821680.0309
1.020221690.0198
1.020721700.0265
1.021221710.0222
1.021621720.0391
1.022121730.0094
1.022621740.0526
1.023021750.0476
1.023521760.0148
1.024021770.024
1.024521780.0268
1.024921790.0105
1.025421800.0118
1.025921810.0145
1.026321820.0751
1.026821830.0325
1.027321840.0216
1.027821850.0108
1.028221860.0089
1.028721870.0245
1.029221880.0553
1.029621890.0544
1.030121900.0144
1.030621910.011
1.031021920.0211
1.031521930.0334
1.032021940.0346
1.032521950.0153
1.032921960.0354
1.033421970.0254
1.033921980.0788
1.034321990.0681
1.034822000.0066
1.035322010.0206
1.035722020.0395
1.036222030.0294
1.036722040.0168
1.037222050.0276
1.037622060.0158
1.038122070.0282
1.038622080.0732
1.039022090.0503
1.039522100.0297
1.040022110.0213
1.040522120.0142
1.040922130.0278
1.041422140.014
1.041922150.0312
1.042322160.015
1.042822170.0107
1.043322180.0484
1.043722190.0435
1.044222200.0246
1.044722210.0128
1.045222220.0414
1.045622230.0559
1.046122240.0272
1.046622250.0225
1.047022260.0312
1.047522270.0211
1.048022280.0188
1.048422290.014
1.048922300.0054
1.049422310.0193
1.049922320.0126
1.050322330.0048
1.050822340.0256
1.051322350.0187
1.051722360.0045
1.052222370.0099
1.052722380.0241
1.053222390.0552
1.053622400.0107
1.054122410.0137
1.054622420.0108
1.055022430.0062
1.055522440.0192
1.056022450.0152
1.056422460.0326
1.056922470.0222
1.057422480.0292
1.057922490.043
1.058322500.0258
1.058822510.0259
1.059322520.0236
1.059722530.0244
1.060222540.0132
1.060722550.0275
1.061122560.0257
1.061622570.0085
1.062122580.0131
1.062622590.0283
1.063022600.0143
1.063522610.009
1.064022620.0088
1.064422630.0107
1.064922640.0713
1.065422650.0093
1.065922660.0178
1.066322670.0054
1.066822680.0118
1.067322690.0218
1.067722700.0085
1.068222710.0257
1.068722720.0318
1.069122730.0198
1.069622740.0127
1.070122750.0297
1.070622760.0188
1.071022770.0198
1.071522780.0176
1.072022790.0092
1.072422800.0213
1.072922810.0272
1.073422820.0089
1.073822830.0102
1.074322840.0092
1.074822850.0212
1.075322860.008
1.075722870.0224
1.076222880.0328
1.076722890.0314
1.077122900.0682
1.077622910.0077
1.078122920.014
1.078622930.0155
1.079022940.0239
1.079522950.0342
1.080022960.0064
1.080422970.0142
1.080922980.0365
1.081422990.013
1.081823000.0116
1.082323010.0267
1.082823020.0637
1.083323030.0268
1.083723040.0095
1.084223050.014
1.084723060.0157
1.085123070.0165
1.085623080.0153
1.086123090.0474
1.086523100.0305
1.087023110.0057
1.087523120.0077
1.088023130.0193
1.088423140.0067
1.088923150.01
1.089423160.0093
1.089823170.0122
1.090323180.0147
1.090823190.0356
1.091323200.0397
1.091723210.0059
1.092223220.0266
1.092723230.0088
1.093123240.0101
1.093623250.0101
1.094123260.0261
1.094523270.0075
1.095023280.0338
1.095523290.0519
1.096023300.0086
1.096423310.0133
1.096923320.0311
1.097423330.0179
1.097823340.0103
1.098323350.023
1.098823360.0119
1.099223370.0238
1.099723380.0096
1.100223390.0121
1.100723400.0216
1.101123410.0285
1.101623420.0196
1.102123430.037
1.102523440.004
1.103023450.0332
1.103523460.0138
1.104023470.0102
1.104423480.016
1.104923490.0251
1.105423500.0128
1.105823510.0112
1.106323520.0115
1.106823530.0114
1.107223540.0105
1.107723550.0188
1.108223560.0313
1.108723570.0325
1.109123580.0303
1.109623590.009
1.110123600.0137
1.110523610.0193
1.111023620.0135
1.111523630.0219
1.111923640.0087
1.112423650.0142
1.112923660.0046
1.113423670.0126
1.113823680.0217
1.114323690.0211
1.114823700.0057
1.115223710.0209
1.115723720.0072
1.116223730.0055
1.116723740.0243
1.117123750.0214
1.117623760.0076
1.118123770.0123
1.118523780.0124
1.119023790.014
1.119523800.0329
1.119923810.0075
1.120423820.0113
1.120923830.0062
1.121423840.0312
1.121823850.0291
1.122323860.0081
1.122823870.0062
1.123223880.0226
1.123723890.0174
1.124223900.0041
1.124623910.0067
1.125123920.0276
1.125623930.0186
1.126123940.0237
1.126523950.0104
1.127023960.0149
1.127523970.0079
1.127923980.027
1.128423990.0076
1.128924000.0115
1.129424010.0248
1.129824020.0069
1.130324030.0138
1.130824040.0277
1.131224050.0144
1.131724060.0178
1.132224070.0141
1.132624080.0266
1.133124090.0073
1.133624100.0095
1.134124110.015
1.134524120.0091
1.135024130.0207
1.135524140.0145
1.135924150.0162
1.136424160.006
1.136924170.0068
1.137324180.0096
1.137824190.0171
1.138324200.0239
1.138824210.0091
1.139224220.046
1.139724230.0356
1.140224240.0341
1.140624250.0179
1.141124260.0209
1.141624270.0058
1.142124280.0115
1.142524290.0079
1.143024300.0399
1.143524310.0088
1.143924320.0166
1.144424330.0204
1.144924340.0061
1.145324350.0094
1.145824360.0484
1.146324370.0105
1.146824380.058
1.147224390.024
1.147724400.0247
1.148224410.0145
1.148624420.0199
1.149124430.0126
1.149624440.025
1.150024450.0049
1.150524460.0119
1.151024470.0081
1.151524480.0175
1.151924490.0088
1.152424500.0117
1.152924510.0202
1.153324520.0065
1.153824530.0194
1.154324540.0053
1.154824550.0052
1.155224560.0195
1.155724570.0147
1.156224580.0083
1.156624590.0076
1.157124600.0085
1.157624610.0253
1.158024620.0057
1.158524630.0167
1.159024640.0039
1.159524650.0086
1.159924660.0082
1.160424670.0209
1.160924680.0263
1.161324690.0073
1.161824700.0046
1.162324710.0233
1.162724720.0179
1.163224730.0071
1.163724740.0046
1.164224750.0044
1.164624760.0068
1.165124770.0164
1.165624780.0306
1.166024790.0033
1.166524800.026
1.167024810.0135
1.167524820.0206
1.167924830.0135
1.168424840.0098
1.168924850.0106
1.169324860.0109
1.169824870.0182
1.170324880.0183
1.170724890.0362
1.171224900.0055
1.171724910.0139
1.172224920.0089
1.172624930.0213
1.173124940.0074
1.173624950.0086
1.174024960.0086
1.174524970.0104
1.175024980.0175
1.175424990.0063
1.175925000.0112
1.176425010.0287
1.176925020.0042
1.177325030.0161
1.177825040.0177
1.178325050.0106
1.178725060.0069
1.179225070.0073
1.179725080.0156
1.180225090.0107
1.180625100.0038
1.181125110.0098
1.181625120.0115
1.182025130.0106
1.182525140.0108
1.183025150.0128
1.183425160.0067
1.183925170.0086
1.184425180.0085
1.184925190.0297
1.185325200.0166
1.185825210.0053
1.186325220.0107
1.186725230.0247
1.187225240.0068
1.187725250.019
1.188125260.0185
1.188625270.0069
1.189125280.0502
1.189625290.004
1.190025300.0077
1.190525310.0125
1.191025320.0132
1.191425330.0086
1.191925340.0113
1.192425350.0205
1.192925360.0151
1.193325370.0162
1.193825380.0134
1.194325390.0181
1.194725400.0114
1.195225410.0148
1.195725420.0111
1.196125430.0064
1.196625440.0095
1.197125450.0227
1.197625460.0043
1.198025470.0136
1.198525480.0096
1.199025490.0068
1.199425500.015
1.199925510.0137
1.200425520.0067
1.200825530.0119
1.201325540.0097
1.201825550.0082
1.202325560.0022
1.202725570.0089
1.203225580.0198
1.203725590.0172
1.204125600.0179
1.204625610.0212
1.205125620.0075
1.205625630.0093
1.206025640.0247
1.206525650.0042
1.207025660.007
1.207425670.0234
1.207925680.0057
1.208425690.006
1.208825700.0105
1.209325710.0142
1.209825720.0237
1.210325730.0062
1.210725740.0105
1.211225750.0059
1.211725760.009
1.212125770.008
1.212625780.0106
1.213125790.0056
1.213525800.0054
1.214025810.0077
1.214525820.0094
1.215025830.0085
1.215425840.0155
1.215925850.0078
1.216425860.0092
1.216825870.0049
1.217325880.0045
1.217825890.0078
1.218325900.0156
1.218725910.0161
1.219225920.0065
1.219725930.0134
1.220125940.0119
1.220625950.0187
1.221125960.0097
1.221525970.0094
1.222025980.0064
1.222525990.0066
1.223026000.0057
1.223426010.0042
1.223926020.0092
1.224426030.0079
1.224826040.0076
1.225326050.0095
1.225826060.0136
1.226226070.0043
1.226726080.0067
1.227226090.0091
1.227726100.0045
1.228126110.0045
1.228626120.0123
1.229126130.0322
1.229526140.0112
1.230026150.0049
1.230526160.0043
1.231026170.0058
1.231426180.0085
1.231926190.0105
1.232426200.0059
1.232826210.0157
1.233326220.02
1.233826230.0088
1.234226240.0041
1.234726250.0197
1.235226260.0154
1.235726270.0036
1.236126280.0103
1.236626290.0171
1.237126300.0048
1.237526310.0129
1.238026320.0083
1.238526330.0051
1.238926340.0099
1.239426350.003
1.239926360.0063
1.240426370.0067
1.240826380.0051
1.241326390.0224
1.241826400.0112
1.242226410.0077
1.242726420.0049
1.243226430.0076
1.243726440.0039
1.244126450.0084
1.244626460.0096
1.245126470.0031
1.245526480.0068
1.246026490.0165
1.246526500.0042
1.246926510.0108
1.247426520.0037
1.247926530.0097
1.248426540.0078
1.248826550.0215
1.249326560.0077
1.249826570.0148
1.250226580.0105
1.250726590.0067
1.251226600.0046
1.251626610.0062
1.252126620.0063
1.252626630.0284
1.253126640.0023
1.253526650.007
1.254026660.0044
1.254526670.0206
1.254926680.008
1.255426690.0065
1.255926700.0278
1.256326710.0053
1.256826720.0053
1.257326730.0049
1.257826740.0121
1.258226750.0077
1.258726760.0056
1.259226770.008
1.259626780.0043
1.260126790.0122
1.260626800.0161
1.261126810.007
1.261526820.0111
1.262026830.0106
1.262526840.0056
1.262926850.0124
1.263426860.012
1.263926870.0393
1.264326880.0038
1.264826890.0042
1.265326900.0199
1.265826910.0057
1.266226920.014
1.266726930.007
1.267226940.0112
1.267626950.0033
1.268126960.0139
1.268626970.0046
1.269026980.0196
1.269526990.004
1.270027000.0108
1.270527010.0064
1.270927020.0103
1.271427030.0068
1.271927040.0059
1.272327050.0134
1.272827060.0062
1.273327070.0084
1.273827080.0053
1.274227090.004
1.274727100.0099
1.275227110.0043
1.275627120.0043
1.276127130.0041
1.276627140.0068
1.277027150.0024
1.277527160.0042
1.278027170.0174
1.278527180.014
1.278927190.0052
1.279427200.004
1.279927210.0071
1.280327220.0059
1.280827230.0087
1.281327240.0046
1.281727250.0182
1.282227260.0088
1.282727270.023
1.283227280.0065
1.283627290.0037
1.284127300.016
1.284627310.0032
1.285027320.0032
1.285527330.0111
1.286027340.0126
1.286527350.0046
1.286927360.0048
1.287427370.0054
1.287927380.0134
1.288327390.0548
1.288827400.0055
1.289327410.0065
1.289727420.0071
1.290227430.0092
1.290727440.0248
1.291227450.0067
1.291627460.0102
1.292127470.0036
1.292627480.0055
1.293027490.0045
1.293527500.0108
1.294027510.0071
1.294427520.0049
1.294927530.0109
1.295427540.0424
1.295927550.0085
1.296327560.0116
1.296827570.0067
1.297327580.0168
1.297727590.005
1.298227600.0105
1.298727610.0042
1.299227620.0072
1.299627630.0046
1.300127640.0084
1.300627650.0101
1.301027660.0143
1.301527670.0062
1.302027680.0088
1.302427690.0169
1.302927700.003
1.303427710.0096
1.303927720.0111
1.304327730.0111
1.304827740.0041
1.305327750.0052
1.305727760.0082
1.306227770.0041
1.306727780.0057
1.307127790.0118
1.307627800.0028
1.308127810.027
1.308627820.006
1.309027830.005
1.309527840.0045
1.310027850.005
1.310427860.004
1.310927870.0071
1.311427880.0083
1.311927890.0115
1.312327900.0027
1.312827910.0136
1.313327920.0089
1.313727930.0182
1.314227940.0042
1.314727950.0029
1.315127960.0065
1.315627970.0067
1.316127980.007
1.316627990.0035
1.317028000.005
1.317528010.0221
1.318028020.004
1.318428030.005
1.318928040.0091
1.319428050.0044
1.319828060.004
1.320328070.009
1.320828080.0079
1.321328090.0086
1.321728100.0043
1.322228110.0108
1.322728120.0067
1.323128130.0055
1.323628140.0038
1.324128150.0069
1.324628160.0037
1.325028170.0055
1.325528180.0144
1.326028190.0041
1.326428200.0076
1.326928210.0064
1.327428220.011
1.327828230.0061
1.328328240.0058
1.328828250.0019
1.329328260.0146
1.329728270.0077
1.330228280.0044
1.330728290.0051
1.331128300.0114
1.331628310.0019
1.332128320.0063
1.332528330.0135
1.333028340.0066
1.333528350.0164
1.334028360.0068
1.334428370.011
1.334928380.0086
1.335428390.0027
1.335828400.0053
1.336328410.0151
1.336828420.0045
1.337328430.0085
1.337728440.0063
1.338228450.0211
1.338728460.0042
1.339128470.0125
1.339628480.0045
1.340128490.0088
1.340528500.0084
1.341028510.0085
1.341528520.0054
1.342028530.0048
1.342428540.0045
1.342928550.0559
1.343428560.0067
1.343828570.0073
1.344328580.0175
1.344828590.0104
1.345228600.0075
1.345728610.0054
1.346228620.006
1.346728630.0107
1.347128640.0048
1.347628650.004
1.348128660.008
1.348528670.0033
1.349028680.0072
1.349528690.0075
1.350028700.0072
1.350428710.0189
1.350928720.0127
1.351428730.0031
1.351828740.0052
1.352328750.0173
1.352828760.007
1.353228770.0066
1.353728780.0059
1.354228790.0117
1.354728800.0088
1.355128810.0021
1.355628820.0051
1.356128830.0038
1.356528840.008
1.357028850.0076
1.357528860.01
1.357928870.0032
1.358428880.0055
1.358928890.0081
1.359428900.0116
1.359828910.007
1.360328920.0037
1.360828930.0069
1.361228940.0071
1.361728950.0138
1.362228960.0038
1.362728970.0078
1.363128980.0032
1.363628990.0165
1.364129000.0094
1.364529010.0095
1.365029020.0069
1.365529030.0153
1.365929040.0044
1.366429050.0139
1.366929060.0105
1.367429070.0035
1.367829080.0055
1.368329090.0039
1.368829100.0067
1.369229110.0023
1.369729120.015
1.370229130.0152
1.370629140.0023
1.371129150.0061
1.371629160.0093
1.372129170.0059
1.372529180.0058
1.373029190.0056
1.373529200.0082
1.373929210.0075
1.374429220.012
1.374929230.0042
1.375429240.0054
1.375829250.0069
1.376329260.0052
1.376829270.0065
1.377229280.0051
1.377729290.0243
1.378229300.0023
1.378629310.0127
1.379129320.0104
1.379629330.004
1.380129340.0076
1.380529350.0106
1.381029360.0143
1.381529370.0079
1.381929380.0062
1.382429390.0043
1.382929400.0103
1.383329410.005
1.383829420.0209
1.384329430.0027
1.384829440.0032
1.385229450.0117
1.385729460.0115
1.386229470.0045
1.386629480.0026
1.387129490.0045
1.387629500.0066
1.388129510.004
1.388529520.0139
1.389029530.0035
1.389529540.004
1.389929550.0126
1.390429560.0061
1.390929570.0066
1.391329580.0081
1.391829590.0046
1.392329600.0213
1.392829610.0053
1.393229620.0032
1.393729630.0053
1.394229640.0056
1.394629650.0041
1.395129660.0112
1.395629670.0105
1.396029680.0104
1.396529690.0069
1.397029700.005
1.397529710.0163
1.397929720.0073
1.398429730.0093
1.398929740.0064
1.399329750.005
1.399829760.0022
1.400329770.0066
1.400829780.0077
1.401229790.0102
1.401729800.0055
1.402229810.0053
1.402629820.0091
1.403129830.0034
1.403629840.0066
1.404029850.0092
1.404529860.0044
1.405029870.0044
1.405529880.0023
1.405929890.0072
1.406429900.0081
1.406929910.0031
1.407329920.0055
1.407829930.0042
1.408329940.0094
1.408729950.0024
1.409229960.0035
1.409729970.0029
1.410229980.022
1.410629990.0166
1.411130000.0062
1.411630010.0028
1.412030020.0037
1.412530030.0109
1.413030040.0033
1.413530050.0156
1.413930060.0101
1.414430070.0058
1.414930080.0157
1.415330090.0032
1.415830100.0032
1.416330110.0033
1.416730120.0066
1.417230130.0063
1.417730140.0052
1.418230150.0107
1.418630160.0179
1.419130170.0073
1.419630180.0168
1.420030190.003
1.420530200.0074
1.421030210.0161
1.421430220.0079
1.421930230.0054
1.422430240.0026
1.422930250.0067
1.423330260.0068
1.423830270.0091
1.424330280.0148
1.424730290.0083
1.425230300.0023
1.425730310.0048
1.426230320.0069
1.426630330.011
1.427130340.0117
1.427630350.0059
1.428030360.0069
1.428530370.0047
1.429030380.0086
1.429430390.0084
1.429930400.0052
1.430430410.0124
1.430930420.0046
1.431330430.0079
1.431830440.002
1.432330450.0043
1.432730460.0028
1.433230470.0036
1.433730480.0035
1.434130490.0072
1.434630500.0184
1.435130510.003
1.435630520.014
1.436030530.0058
1.436530540.004
1.437030550.0062
1.437430560.0081
1.437930570.006
1.438430580.0032
1.438930590.0096
1.439330600.021
1.439830610.0033
1.440330620.0035
1.440730630.0082
1.441230640.0059
1.441730650.0035
1.442130660.0054
1.442630670.0082
1.443130680.0062
1.443630690.028
1.444030700.0034
1.444530710.0084
1.445030720.0028
1.445430730.0043
1.445930740.0071
1.446430750.0062
1.446830760.0117
1.447330770.0046
1.447830780.0101
1.448330790.0098
1.448730800.0052
1.449230810.0074
1.449730820.0037
1.450130830.0175
1.450630840.0033
1.451130850.0095
1.451630860.003
1.452030870.0048
1.452530880.0052
1.453030890.0095
1.453430900.0029
1.453930910.0022
1.454430920.007
1.454830930.0069
1.455330940.0027
1.455830950.0042
1.456330960.0088
1.456730970.0052
1.457230980.0093
1.457730990.009
1.458131000.0106
1.458631010.0124
1.459131020.005
1.459531030.0062
1.460031040.003
1.460531050.0053
1.461031060.0044
1.461431070.0074
1.461931080.0065
1.462431090.0042
1.462831100.0047
1.463331110.0024
1.463831120.0125
1.464331130.0031
1.464731140.0053
1.465231150.0035
1.465731160.0029
1.466131170.0038
1.466631180.005
1.467131190.0067
1.467531200.0106
1.468031210.0029
1.468531220.0047
1.469031230.01
1.469431240.0062
1.469931250.0038
1.470431260.0034
1.470831270.0132
1.471331280.0105
1.471831290.004
1.472231300.0104
1.472731310.0025
1.473231320.0067
1.473731330.0071
1.474131340.0038
1.474631350.0092
1.475131360.0223
1.475531370.0087
1.476031380.0067
1.476531390.0029
1.477031400.0019
1.477431410.0028
1.477931420.0032
1.478431430.0024
1.478831440.0041
1.479331450.0045
1.479831460.0073
1.480231470.0115
1.480731480.0051
1.481231490.0395
1.481731500.0054
1.482131510.0062
1.482631520.0047
1.483131530.0086
1.483531540.0031
1.484031550.0101
1.484531560.005
1.484931570.0098
1.485431580.0033
1.485931590.0116
1.486431600.003
1.486831610.0055
1.487331620.0018
1.487831630.0051
1.488231640.0177
1.488731650.0128
1.489231660.0085
1.489731670.0066
1.490131680.006
1.490631690.0095
1.491131700.0073
1.491531710.0077
1.492031720.0108
1.492531730.0054
1.492931740.0086
1.493431750.0048
1.493931760.0046
1.494431770.0092
1.494831780.004
1.495331790.0043
1.495831800.007
1.496231810.0074
1.496731820.0115
1.497231830.0139
1.497631840.0028
1.498131850.0051
1.498631860.0038
1.499131870.0058
1.499531880.0129
1.531890.0082
1.500531900.011
1.500931910.007
1.501431920.005
1.501931930.0013
1.502431940.0085
1.502831950.0061
1.503331960.0026
1.503831970.0226
1.504231980.0127
1.504731990.0116
1.505232000.0196
1.505632010.0099
1.506132020.004
1.506632030.0044
1.507132040.0067
1.507532050.0062
1.508032060.0048
1.508532070.0106
1.508932080.0071
1.509432090.006
1.509932100.0023
1.510332110.0173
1.510832120.0028
1.511332130.0046
1.511832140.0238
1.512232150.0069
1.512732160.0052
1.513232170.0169
1.513632180.0104
1.514132190.0061
1.514632200.0203
1.515132210.0042
1.515532220.0071
1.516032230.0025
1.516532240.0201
1.516932250.0044
1.517432260.0034
1.517932270.008
1.518332280.0039
1.518832290.0031
1.519332300.0063
1.519832310.007
1.520232320.0027
1.520732330.0045
1.521232340.0035
1.521632350.0054
1.522132360.005
1.522632370.0097
1.523032380.0127
1.523532390.0064
1.524032400.0031
1.524532410.0116
1.524932420.0112
1.525432430.0057
1.525932440.0066
1.526332450.0058
1.526832460.0081
1.527332470.0081
1.527832480.0102
1.528232490.0035
1.528732500.0058
1.529232510.023
1.529632520.0117
1.530132530.0036
1.530632540.004
1.531032550.0067
1.531532560.0021
1.532032570.0078
1.532532580.0081
1.532932590.0062
1.533432600.0095
1.533932610.0036
1.534332620.0118
1.534832630.0074
1.535332640.0137
1.535732650.0054
1.536232660.0079
1.536732670.0073
1.537232680.0048
1.537632690.0069
1.538132700.004
1.538632710.025
1.539032720.0074
1.539532730.0031
1.540032740.0036
1.540532750.0028
1.540932760.009
1.541432770.007
1.541932780.0068
1.542332790.0105
1.542832800.0058
1.543332810.0042
1.543732820.0038
1.544232830.0092
1.544732840.0176
1.545232850.0089
1.545632860.0319
1.546132870.0062
1.546632880.0122
1.547032890.0029
1.547532900.0131
1.548032910.006
1.548432920.0038
1.548932930.0096
1.549432940.0053
1.549932950.0041
1.550332960.0115
1.550832970.0061
1.551332980.0043
1.551732990.0049
1.552233000.0046
1.552733010.0079
1.553233020.0102
1.553633030.0042
1.554133040.0105
1.554633050.0031
1.555033060.0141
1.555533070.0044
1.556033080.0164
1.556433090.009
1.556933100.012
1.557433110.0072
1.557933120.0103
1.558333130.008
1.558833140.0044
1.559333150.014
1.559733160.0075
1.560233170.0032
1.560733180.0063
1.561133190.0049
1.561633200.004
1.562133210.008
1.562633220.0069
1.563033230.0035
1.563533240.0077
1.564033250.0055
1.564433260.0016
1.564933270.0084
1.565433280.0054
1.565933290.0158
1.566333300.0059
1.566833310.0069
1.567333320.0059
1.567733330.0054
1.568233340.0077
1.568733350.0056
1.569133360.0027
1.569633370.0073
1.570133380.0097
1.570633390.0069
1.571033400.012
1.571533410.0163
1.572033420.0143
1.572433430.0068
1.572933440.0067
1.573433450.0036
1.573833460.0034
1.574333470.0101
1.574833480.0036
1.575333490.0047
1.575733500.0065
1.576233510.0056
1.576733520.0093
1.577133530.0036
1.577633540.009
1.578133550.012
1.578633560.0074
1.579033570.0089
1.579533580.0055
1.580033590.0089
1.580433600.0097
1.580933610.0057
1.581433620.0047
1.581833630.0069
1.582333640.0068
1.582833650.0079
1.583333660.005
1.583733670.0028
1.584233680.0062
1.584733690.0051
1.585133700.002
1.585633710.0097
1.586133720.0043
1.586533730.0181
1.587033740.0049
1.587533750.005
1.588033760.0063
1.588433770.0068
1.588933780.0042
1.589433790.0057
1.589833800.0025
1.590333810.0055
1.590833820.0067
1.591333830.0035
1.591733840.0133
1.592233850.0033
1.592733860.0037
1.593133870.0044
1.593633880.0058
1.594133890.0031
1.594533900.0028
1.595033910.0058
1.595533920.003
1.596033930.0046
1.596433940.0039
1.596933950.0264
1.597433960.0126
1.597833970.0082
1.598333980.0152
1.598833990.0059
1.599234000.0113
1.599734010.01
1.600234020.0038
1.600734030.0059
1.601134040.0111
1.601634050.0034
1.602134060.0042
1.602534070.0139
1.603034080.0028
1.603534090.0135
1.604034100.0067
1.604434110.0042
1.604934120.0124
1.605434130.0035
1.605834140.0046
1.606334150.0123
1.606834160.0042
1.607234170.0033
1.607734180.0066
1.608234190.0062
1.608734200.0107
1.609134210.0055
1.609634220.0076
1.610134230.0038
1.610534240.0136
1.611034250.0065
1.611534260.0091
1.611934270.0054
1.612434280.0064
1.612934290.0041
1.613434300.0122
1.613834310.007
1.614334320.0083
1.614834330.0118
1.615234340.0028
1.615734350.0048
1.616234360.0035
1.616734370.0101
1.617134380.0093
1.617634390.0047
1.618134400.0039
1.618534410.0028
1.619034420.0063
1.619534430.0033
1.619934440.008
1.620434450.0155
1.620934460.003
1.621434470.0054
1.621834480.0089
1.622334490.0058
1.622834500.0084
1.623234510.006
1.623734520.006
1.624234530.0061
1.624634540.0027
1.625134550.0071
1.625634560.0029
1.626134570.0067
1.626534580.0083
1.627034590.0119
1.627534600.0082
1.627934610.0035
1.628434620.0051
1.628934630.0087
1.629434640.0035
1.629834650.0048
1.630334660.0078
1.630834670.0073
1.631234680.0032
1.631734690.0059
1.632234700.0191
1.632634710.007
1.633134720.0048
1.633634730.0067
1.634134740.0069
1.634534750.0082
1.635034760.0044
1.635534770.0074
1.635934780.0052
1.636434790.0031
1.636934800.009
1.637334810.0073
1.637834820.0051
1.638334830.0038
1.638834840.0087
1.639234850.0099
1.639734860.003
1.640234870.0155
1.640634880.0038
1.641134890.0035
1.641634900.0044
1.642134910.0021
1.642534920.0063
1.643034930.0029
1.643534940.005
1.643934950.0081
1.644434960.009
1.644934970.005
1.645334980.0029
1.645834990.003
1.646335000.0034
1.646835010.0042
1.647235020.0177
1.647735030.0095
1.648235040.0069
1.648635050.006
1.649135060.0029
1.649635070.0076
1.650035080.0092
1.650535090.0082
1.651035100.007
1.651535110.0247
1.651935120.0102
1.652435130.0044
1.652935140.0114
1.653335150.0178
1.653835160.0052
1.654335170.0145
1.654835180.0018
1.655235190.004
1.655735200.0083
1.656235210.0057
1.656635220.0131
1.657135230.0045
1.657635240.0069
1.658035250.0056
1.658535260.0096
1.659035270.0064
1.659535280.0069
1.659935290.0085
1.660435300.007
1.660935310.0069
1.661335320.0155
1.661835330.0027
1.662335340.0031
1.662735350.004
1.663235360.0049
1.663735370.0073
1.664235380.0059
1.664635390.0097
1.665135400.0175
1.665635410.0054
1.666035420.0125
1.666535430.0022
1.667035440.0031
1.667535450.0059
1.667935460.0021
1.668435470.0182
1.668935480.0034
1.669335490.0029
1.669835500.0035
1.670335510.0047
1.670735520.0062
1.671235530.0106
1.671735540.0029
1.672235550.0056
1.672635560.0057
1.673135570.0046
1.673635580.0024
1.674035590.0063
1.674535600.0057
1.675035610.0027
1.675435620.0174
1.675935630.005
1.676435640.004
1.676935650.0034
1.677335660.0049
1.677835670.0026
1.678335680.0065
1.678735690.0049
1.679235700.0061
1.679735710.0091
1.680235720.0032
1.680635730.0108
1.681135740.0049
1.681635750.0065
1.682035760.0032
1.682535770.0043
1.683035780.007
1.683435790.0079
1.683935800.0069
1.684435810.0084
1.684935820.0048
1.685335830.0079
1.685835840.0047
1.686335850.007
1.686735860.0076
1.687235870.0059
1.687735880.0121
1.688135890.0046
1.688635900.0095
1.689135910.0087
1.689635920.0059
1.690035930.0044
1.690535940.0055
1.691035950.0029
1.691435960.0093
1.691935970.0091
1.692435980.0134
1.692935990.005
1.693336000.0073
1.693836010.004
1.694336020.0033
1.694736030.0103
1.695236040.0145
1.695736050.0121
1.696136060.01
1.696636070.0047
1.697136080.0038
1.697636090.0072
1.698036100.011
1.698536110.009
1.699036120.0028
1.699436130.0035
1.699936140.0045
1.700436150.0274
1.700836160.0046
1.701336170.0067
1.701836180.0053
1.702336190.0066
1.702736200.0035
1.703236210.0021
1.703736220.0159
1.704136230.0096
1.704636240.0077
1.705136250.0051
1.705636260.0047
1.706036270.0138
1.706536280.0116
1.707036290.0039
1.707436300.0045
1.707936310.0055
1.708436320.006
1.708836330.0028
1.709336340.0166
1.709836350.0088
1.710336360.0057
1.710736370.0033
1.711236380.0102
1.711736390.0058
1.712136400.0076
1.712636410.0075
1.713136420.0041
1.713536430.0074
1.714036440.0025
1.714536450.0042
1.715036460.0036
1.715436470.0049
1.715936480.0085
1.716436490.0105
1.716836500.0051
1.717336510.016
1.717836520.012
1.718336530.0045
1.718736540.0085
1.719236550.0034
1.719736560.0037
1.720136570.0084
1.720636580.0052
1.721136590.003
1.721536600.0057
1.722036610.0055
1.722536620.0164
1.723036630.004
1.723436640.0053
1.723936650.0034
1.724436660.0067
1.724836670.0038
1.725336680.0047
1.725836690.0028
1.726236700.0061
1.726736710.0053
1.727236720.0093
1.727736730.0041
1.728136740.0047
1.728636750.0161
1.729136760.0037
1.729536770.0104
1.730036780.0042
1.730536790.0052
1.731036800.0056
1.731436810.0032
1.731936820.0056
1.732436830.0045
1.732836840.0106
1.733336850.0099
1.733836860.0054
1.734236870.0064
1.734736880.0025
1.735236890.0061
1.735736900.0052
1.736136910.0066
1.736636920.0107
1.737136930.004
1.737536940.005
1.738036950.0039
1.738536960.0025
1.738936970.0022
1.739436980.0339
1.739936990.0095
1.740437000.0069
1.740837010.0108
1.741337020.0035
1.741837030.008
1.742237040.0074
1.742737050.0063
1.743237060.0085
1.743737070.0052
1.744137080.0109
1.744637090.0081
1.745137100.0046
1.745537110.0045
1.746037120.0019
1.746537130.0076
1.746937140.0029
1.747437150.0171
1.747937160.0066
1.748437170.0137
1.748837180.0036
1.749337190.0105
1.749837200.0146
1.750237210.0092
1.750737220.0026
1.751237230.0058
1.751637240.0027
1.752137250.0027
1.752637260.0075
1.753137270.0029
1.753537280.0059
1.754037290.0041
1.754537300.0044
1.754937310.0045
1.755437320.0049
1.755937330.0117
1.756337340.0037
1.756837350.0034
1.757337360.0061
1.757837370.0157
1.758237380.0042
1.758737390.0041
1.759237400.0095
1.759637410.0024
1.760137420.0173
1.760637430.0039
1.761137440.017
1.761537450.0052
1.762037460.0062
1.762537470.0041
1.762937480.0087
1.763437490.0115
1.763937500.0055
1.764337510.0063
1.764837520.005
1.765337530.0072
1.765837540.0046
1.766237550.0047
1.766737560.0054
1.767237570.0065
1.767637580.0044
1.768137590.0043
1.768637600.0113
1.769037610.006
1.769537620.0041
1.770037630.0087
1.770537640.0105
1.770937650.0048
1.771437660.0224
1.771937670.008
1.772337680.0045
1.772837690.0049
1.773337700.0066
1.773837710.0095
1.774237720.0088
1.774737730.0024
1.775237740.0031
1.775637750.0056
1.776137760.0022
1.776637770.0061
1.777037780.0057
1.777537790.0045
1.778037800.0065
1.778537810.0091
1.778937820.0063
1.779437830.0068
1.779937840.0034
1.780337850.0114
1.780837860.0322
1.781337870.0041
1.781737880.0026
1.782237890.0134
1.782737900.0049
1.783237910.018
1.783637920.0077
1.784137930.0046
1.784637940.0068
1.785037950.0064
1.785537960.0077
1.786037970.0084
1.786537980.0111
1.786937990.0044
1.787438000.004
1.787938010.0043
1.788338020.005
1.788838030.0045
1.789338040.0076
1.789738050.007
1.790238060.0198
1.790738070.0039
1.791238080.0069
1.791638090.0053
1.792138100.0041
1.792638110.0122
1.793038120.0051
1.793538130.0037
1.794038140.0034
1.794438150.0245
1.794938160.0034
1.795438170.004
1.795938180.0072
1.796338190.0057
1.796838200.0035
1.797338210.0034
1.797738220.0073
1.798238230.0038
1.798738240.0049
1.799238250.0039
1.799638260.0061
1.800138270.0036
1.800638280.0125
1.801038290.0077
1.801538300.0048
1.802038310.0072
1.802438320.0119
1.802938330.0105
1.803438340.0102
1.803938350.0023
1.804338360.0032
1.804838370.0041
1.805338380.0042
1.805738390.0075
1.806238400.0054
1.806738410.0138
1.807138420.0106
1.807638430.0048
1.808138440.0059
1.808638450.0075
1.809038460.0047
1.809538470.0045
1.810038480.0066
1.810438490.0094
1.810938500.0034
1.811438510.0045
1.811938520.007
1.812338530.0082
1.812838540.0109
1.813338550.0053
1.813738560.003
1.814238570.0055
1.814738580.0031
1.815138590.0046
1.815638600.0119
1.816138610.01
1.816638620.0056
1.817038630.0044
1.817538640.0086
1.818038650.0066
1.818438660.0039
1.818938670.0057
1.819438680.0032
1.819838690.0147
1.820338700.0092
1.820838710.0054
1.821338720.0104
1.821738730.025
1.822238740.0067
1.822738750.0063
1.823138760.0031
1.823638770.0053
1.824138780.0106
1.824638790.0055
1.825038800.0019
1.825538810.0062
1.826038820.006
1.826438830.0038
1.826938840.0035
1.827438850.0078
1.827838860.0039
1.828338870.0068
1.828838880.0044
1.829338890.0096
1.829738900.0052
1.830238910.0062
1.830738920.0055
1.831138930.0059
1.831638940.0089
1.832138950.0034
1.832538960.0062
1.833038970.009
1.833538980.0071
1.834038990.0099
1.834439000.0038
1.834939010.0032
1.835439020.0141
1.835839030.0062
1.836339040.0064
1.836839050.0052
1.837339060.0054
1.837739070.0031
1.838239080.004
1.838739090.0024
1.839139100.0058
1.839639110.0069
1.840139120.0021
1.840539130.0044
1.841039140.0073
1.841539150.0039
1.842039160.0071
1.842439170.0027
1.842939180.0046
1.843439190.0097
1.843839200.0077
1.844339210.005
1.844839220.0046
1.845239230.0114
1.845739240.0039
1.846239250.003
1.846739260.0038
1.847139270.0039
1.847639280.0086
1.848139290.0046
1.848539300.0056
1.849039310.0069
1.849539320.0057
1.850039330.0045
1.850439340.0036
1.850939350.0056
1.851439360.004
1.851839370.0025
1.852339380.0049
1.852839390.0028
1.853239400.0067
1.853739410.004
1.854239420.0051
1.854739430.0058
1.855139440.0043
1.855639450.0144
1.856139460.002
1.856539470.0123
1.857039480.0039
1.857539490.004
1.857939500.003
1.858439510.0046
1.858939520.0084
1.859439530.0099
1.859839540.008
1.860339550.0055
1.860839560.0128
1.861239570.0108
1.861739580.006
1.862239590.0046
1.862739600.0034
1.863139610.0045
1.863639620.0132
1.864139630.0082
1.864539640.0043
1.865039650.0059
1.865539660.004
1.865939670.0066
1.866439680.0088
1.866939690.0051
1.867439700.009
1.867839710.0031
1.868339720.0074
1.868839730.0165
1.869239740.0037
1.869739750.0065
1.870239760.0057
1.870639770.0028
1.871139780.0043
1.871639790.0052
1.872139800.0093
1.872539810.012
1.873039820.0043
1.873539830.0066
1.873939840.0086
1.874439850.0213
1.874939860.0072
1.875439870.0016
1.875839880.0024
1.876339890.0039
1.876839900.0054
1.877239910.0034
1.877739920.0061
1.878239930.0046
1.878639940.0053
1.879139950.0042
1.879639960.006
1.880139970.0064
1.880539980.0163
1.881039990.0065
1.881540000.0106
1.881940010.0149
1.882440020.006
1.882940030.0051
1.883340040.0026
1.883840050.0104
1.884340060.0055
1.884840070.0119
1.885240080.0042
1.885740090.0061
1.886240100.0089
1.886640110.0025
1.887140120.0049
1.887640130.008
1.888140140.0033
1.888540150.0167
1.889040160.004
1.889540170.0092
1.889940180.003
1.890440190.005
1.890940200.0033
1.891340210.0047
1.891840220.0057
1.892340230.008
1.892840240.005
1.893240250.01
1.893740260.0071
1.894240270.0049
1.894640280.0097
1.895140290.0041
1.895640300.015
1.896040310.0109
1.896540320.0128
1.897040330.0047
1.897540340.0061
1.897940350.0046
1.898440360.0073
1.898940370.0086
1.899340380.005
1.899840390.0076
1.900340400.0128
1.900840410.0059
1.901240420.0044
1.901740430.0048
1.902240440.0061
1.902640450.0031
1.903140460.0045
1.903640470.0054
1.904040480.0115
1.904540490.0046
1.905040500.0193
1.905540510.008
1.905940520.0045
1.906440530.0054
1.906940540.0056
1.907340550.0068
1.907840560.0195
1.908340570.0067
1.908740580.0056
1.909240590.0044
1.909740600.0086
1.910240610.0028
1.910640620.0064
1.911140630.0039
1.911640640.0057
1.912040650.0043
1.912540660.0076
1.913040670.0121
1.913540680.0022
1.913940690.0064
1.914440700.0063
1.914940710.0036
1.915340720.0082
1.915840730.0045
1.916340740.0052
1.916740750.0027
1.917240760.0037
1.917740770.0023
1.918240780.0085
1.918640790.0066
1.919140800.0026
1.919640810.0024
1.920040820.0056
1.920540830.0067
1.921040840.004
1.921440850.0048
1.921940860.0048
1.922440870.0043
1.922940880.0048
1.923340890.0053
1.923840900.0082
1.924340910.0048
1.924740920.0088
1.925240930.0055
1.925740940.0056
1.926240950.0039
1.926640960.0056
1.927140970.0184
1.927640980.004
1.928040990.0093
1.928541000.0029
1.929041010.0041
1.929441020.0074
1.929941030.0097
1.930441040.004
1.930941050.0043
1.931341060.0075
1.931841070.0025
1.932341080.0136
1.932741090.0075
1.933241100.0071
1.933741110.0235
1.934141120.0036
1.934641130.0035
1.935141140.0051
1.935641150.0045
1.936041160.0035
1.936541170.0043
1.937041180.0089
1.937441190.0045
1.937941200.0139
1.938441210.0032
1.938941220.0036
1.939341230.0056
1.939841240.0096
1.940341250.0524
1.940741260.0159
1.941241270.0032
1.941741280.0039
1.942141290.0074
1.942641300.0027
1.943141310.0047
1.943641320.0027
1.944041330.0047
1.944541340.0056
1.945041350.003
1.945441360.0047
1.945941370.0038
1.946441380.0035
1.946841390.014
1.947341400.0035
1.947841410.0039
1.948341420.006
1.948741430.005
1.949241440.0021
1.949741450.0055
1.950141460.0029
1.950641470.0022
1.951141480.0115
1.951641490.0053
1.952041500.0131
1.952541510.0039
1.953041520.003
1.953441530.0143
1.953941540.0034
1.954441550.0019
1.954841560.0082
1.955341570.0088
1.955841580.0041
1.956341590.0042
1.956741600.0049
1.957241610.018
1.957741620.0035
1.958141630.0118
1.958641640.0042
1.959141650.0071
1.959541660.0065
1.960041670.0039
1.960541680.007
1.961041690.0029
1.961441700.0069
1.961941710.0091
1.962441720.0022
1.962841730.0063
1.963341740.0055
1.963841750.0081
1.964341760.0036
1.964741770.0022
1.965241780.0039
1.965741790.0026
1.966141800.0079
1.966641810.007
1.967141820.0033
1.967541830.0035
1.968041840.0043
1.968541850.0038
1.969041860.0238
1.969441870.0035
1.969941880.0111
1.970441890.005
1.970841900.0035
1.971341910.0062
1.971841920.0082
1.972241930.0043
1.972741940.0053
1.973241950.0039
1.973741960.0099
1.974141970.0032
1.974641980.0062
1.975141990.0032
1.975542000.0066
1.976042010.0117
1.976542020.0033
1.977042030.0044
1.977442040.0046
1.977942050.0069
1.978442060.0086
1.978842070.0045
1.979342080.0122
1.979842090.0043
1.980242100.0065
1.980742110.0057
1.981242120.0047
1.981742130.0021
1.982142140.0035
1.982642150.0085
1.983142160.0095
1.983542170.0071
1.984042180.0034
1.984542190.0031
1.984942200.0072
1.985442210.004
1.985942220.0035
1.986442230.0047
1.986842240.0039
1.987342250.0032
1.987842260.0056
1.988242270.0026
1.988742280.0082
1.989242290.0053
1.989742300.0054
1.990142310.003
1.990642320.0125
1.991142330.0044
1.991542340.0051
1.992042350.002
1.992542360.0036
1.992942370.0081
1.993442380.0035
1.993942390.0087
1.994442400.0048
1.994842410.0204
1.995342420.0032
1.995842430.0078
1.996242440.0065
1.996742450.0058
1.997242460.0025
1.997642470.0042
1.998142480.0034
1.998642490.0085
1.999142500.0075
1.999542510.0038
2.042520.0127
2.000542530.0042
2.000942540.0082
2.001442550.0059
2.001942560.0061
2.002442570.0121
2.002842580.0036
2.003342590.0027
2.003842600.0047
2.004242610.0106
2.004742620.0051
2.005242630.0045
2.005642640.0126
2.006142650.0067
2.006642660.011
2.007142670.0057
2.007542680.005
2.008042690.0055
2.008542700.0075
2.008942710.0077
2.009442720.0055
2.009942730.0078
2.010342740.0063
2.010842750.0174
2.011342760.007
2.011842770.0043
2.012242780.0028
2.012742790.0119
2.013242800.0067
2.013642810.0029
2.014142820.005
2.014642830.0047
2.015142840.0022
2.015542850.0102
2.016042860.0029
2.016542870.0182
2.016942880.018
2.017442890.0046
2.017942900.0027
2.018342910.0021
2.018842920.0047
2.019342930.0041
2.019842940.0075
2.020242950.0061
2.020742960.007
2.021242970.0017
2.021642980.0075
2.022142990.0041
2.022643000.0063
2.023043010.008
2.023543020.0041
2.024043030.0045
2.024543040.0076
2.024943050.0044
2.025443060.0017
2.025943070.0042
2.026343080.0145
2.026843090.0046
2.027343100.004
2.027843110.007
2.028243120.0025
2.028743130.0069
2.029243140.0065
2.029643150.0129
2.030143160.0072
2.030643170.0031
2.031043180.0051
2.031543190.0104
2.032043200.0047
2.032543210.0052
2.032943220.0089
2.033443230.0068
2.033943240.0139
2.034343250.0095
2.034843260.0019
2.035343270.0042
2.035743280.007
2.036243290.008
2.036743300.0032
2.037243310.0044
2.037643320.0024
2.038143330.0069
2.038643340.0174
2.039043350.0064
2.039543360.0109
2.040043370.003
2.040543380.0073
2.040943390.0052
2.041443400.0052
2.041943410.0056
2.042343420.004
2.042843430.0043
2.043343440.0053
2.043743450.0062
2.044243460.0045
2.044743470.0035
2.045243480.0043
2.045643490.0074
2.046143500.0036
2.046643510.0099
2.047043520.004
2.047543530.0081
2.048043540.0035
2.048443550.003
2.048943560.0017
2.049443570.0025
2.049943580.0055
2.050343590.0021
2.050843600.0039
2.051343610.0045
2.051743620.0031
2.052243630.0026
2.052743640.0032
2.053243650.0064
2.053643660.0076
2.054143670.0025
2.054643680.0067
2.055043690.0049
2.055543700.0061
2.056043710.0021
2.056443720.0069
2.056943730.0033
2.057443740.0033
2.057943750.0114
2.058343760.0036
2.058843770.0047
2.059343780.0047
2.059743790.0026
2.060243800.0039
2.060743810.0054
2.061143820.0103
2.061643830.0055
2.062143840.0026
2.062643850.0036
2.063043860.0043
2.063543870.004
2.064043880.0032
2.064443890.0045
2.064943900.0169
2.065443910.0027
2.065943920.0052
2.066343930.0033
2.066843940.005
2.067343950.0028
2.067743960.0046
2.068243970.0069
2.068743980.0067
2.069143990.0098
2.069644000.0036
2.070144010.006
2.070644020.0033
2.071044030.0036
2.071544040.0043
2.072044050.0036
2.072444060.0064
2.072944070.0073
2.073444080.0036
2.073844090.0023
2.074344100.0031
2.074844110.0058
2.075344120.0025
2.075744130.0045
2.076244140.006
2.076744150.0229
2.077144160.012
2.077644170.0025
2.078144180.0029
2.078644190.0038
2.079044200.0101
2.079544210.0064
2.080044220.003
2.080444230.0066
2.080944240.0059
2.081444250.0039
2.081844260.005
2.082344270.008
2.082844280.0118
2.083344290.0066
2.083744300.0035
2.084244310.005
2.084744320.0032
2.085144330.0023
2.085644340.0046
2.086144350.012
2.086544360.0093
2.087044370.0046
2.087544380.002
2.088044390.0042
2.088444400.0035
2.088944410.0031
2.089444420.0068
2.089844430.0026
2.090344440.0062
2.090844450.01
2.091344460.0036
2.091744470.0034
2.092244480.0083
2.092744490.0027
2.093144500.0027
2.093644510.0053
2.094144520.0052
2.094544530.0039
2.095044540.0057
2.095544550.0059
2.096044560.0051
2.096444570.0047
2.096944580.0047
2.097444590.0042
2.097844600.0037
2.098344610.0038
2.098844620.0032
2.099244630.0064
2.099744640.0026
2.100244650.0039
2.100744660.0051
2.101144670.0043
2.101644680.007
2.102144690.0038
2.102544700.0023
2.103044710.0079
2.103544720.0058
2.104044730.0032
2.104444740.0076
2.104944750.0062
2.105444760.0036
2.105844770.0035
2.106344780.0042
2.106844790.0038
2.107244800.0018
2.107744810.0059
2.108244820.0059
2.108744830.0058
2.109144840.0059
2.109644850.0047
2.110144860.0043
2.110544870.0066
2.111044880.0083
2.111544890.0052
2.111944900.0035
2.112444910.0034
2.112944920.0016
2.113444930.0064
2.113844940.0044
2.114344950.0037
2.114844960.0022
2.115244970.0038
2.115744980.0033
2.116244990.0029
2.116745000.003
2.117145010.0118
2.117645020.0041
2.118145030.0059
2.118545040.0057
2.119045050.0028
2.119545060.008
2.119945070.0046
2.120445080.0039
2.120945090.0045
2.121445100.0038
2.121845110.0051
2.122345120.0039
2.122845130.0024
2.123245140.0027
2.123745150.0033
2.124245160.0029
2.124645170.0053
2.125145180.0053
2.125645190.0048
2.126145200.0054
2.126545210.0052
2.127045220.0078
2.127545230.0032
2.127945240.0056
2.128445250.0015
2.128945260.0028
2.129445270.0028
2.129845280.0028
2.130345290.0016
2.130845300.0236
2.131245310.0056
2.131745320.0068
2.132245330.0023
2.132645340.0056
2.133145350.003
2.133645360.003
2.134145370.0021
2.134545380.0033
2.135045390.0042
2.135545400.0039
2.135945410.0041
2.136445420.0027
2.136945430.0055
2.137345440.0017
2.137845450.0067
2.138345460.0052
2.138845470.0033
2.139245480.0065
2.139745490.0081
2.140245500.0049
2.140645510.0051
2.141145520.0046
2.141645530.0028
2.142145540.0036
2.142545550.0025
2.143045560.0035
2.143545570.0029
2.143945580.0082
2.144445590.0061
2.144945600.0027
2.145345610.0027
2.145845620.0076
2.146345630.0063
2.146845640.0229
2.147245650.0026
2.147745660.0054
2.148245670.0062
2.148645680.012
2.149145690.0042
2.149645700.0033
2.150045710.0024
2.150545720.0034
2.151045730.0028
2.151545740.0025
2.151945750.0019
2.152445760.005
2.152945770.0046
2.153345780.0045
2.153845790.0076
2.154345800.0049
2.154845810.0034
2.155245820.0072
2.155745830.0035
2.156245840.0044
2.156645850.0121
2.157145860.0039
2.157645870.0035
2.158045880.0031
2.158545890.0048
2.159045900.0026
2.159545910.0045
2.159945920.007
2.160445930.0036
2.160945940.0048
2.161345950.0036
2.161845960.0022
2.162345970.0057
2.162745980.0028
2.163245990.0022
2.163746000.0014
2.164246010.0018
2.164646020.0017
2.165146030.0033
2.165646040.0031
2.166046050.0021
2.166546060.0028
2.167046070.0046
2.167546080.005
2.167946090.0048
2.168446100.004
2.168946110.0027
2.169346120.0038
2.169846130.0036
2.170346140.004
2.170746150.0095
2.171246160.0018
2.171746170.0036
2.172246180.0033
2.172646190.0038
2.173146200.0023
2.173646210.0019
2.174046220.0042
2.174546230.0049
2.175046240.0039
2.175446250.0046
2.175946260.0048
2.176446270.0052
2.176946280.0014
2.177346290.0044
2.177846300.0052
2.178346310.0048
2.178746320.0028
2.179246330.004
2.179746340.0067
2.180246350.0038
2.180646360.0016
2.181146370.0016
2.181646380.0025
2.182046390.005
2.182546400.0062
2.183046410.0029
2.183446420.0025
2.183946430.0035
2.184446440.006
2.184946450.0041
2.185346460.0051
2.185846470.0018
2.186346480.0017
2.186746490.0051
2.187246500.0021
2.187746510.0043
2.188146520.004
2.188646530.0031
2.189146540.0066
2.189646550.0027
2.190046560.0029
2.190546570.0034
2.191046580.0047
2.191446590.0028
2.191946600.0044
2.192446610.0057
2.192946620.0022
2.193346630.0018
2.193846640.0046
2.194346650.0049
2.194746660.0051
2.195246670.0043
2.195746680.0042
2.196146690.0059
2.196646700.0034
2.197146710.0042
2.197646720.0033
2.198046730.0136
2.198546740.0042
2.199046750.0033
2.199446760.0037
2.199946770.0048
2.200446780.0035
2.200846790.0035
2.201346800.0075
2.201846810.0014
2.202346820.002
2.202746830.0044
2.203246840.0058
2.203746850.0035
2.204146860.0041
2.204646870.0075
2.205146880.0052
2.205646890.0036
2.206046900.0054
2.206546910.0021
2.207046920.0033
2.207446930.0085
2.207946940.0014
2.208446950.0028
2.208846960.0039
2.209346970.0038
2.209846980.0032
2.210346990.0031
2.210747000.0033
2.211247010.004
2.211747020.0036
2.212147030.0032
2.212647040.0026
2.213147050.0037
2.213547060.0056
2.214047070.0034
2.214547080.0051
2.215047090.0028
2.215447100.0049
2.215947110.0036
2.216447120.0027
2.216847130.0022
2.217347140.0016
2.217847150.0049
2.218347160.0034
2.218747170.0037
2.219247180.0043
2.219747190.0045
2.220147200.0039
2.220647210.0032
2.221147220.0048
2.221547230.0054
2.222047240.0027
2.222547250.0026
2.223047260.0023
2.223447270.0026
2.223947280.0019
2.224447290.0047
2.224847300.0017
2.225347310.003
2.225847320.0031
2.226247330.0016
2.226747340.0036
2.227247350.0066
2.227747360.0021
2.228147370.003
2.228647380.0034
2.229147390.0091
2.229547400.0025
2.230047410.0022
2.230547420.0051
2.231047430.0031
2.231447440.0031
2.231947450.0046
2.232447460.003
2.232847470.0029
2.233347480.0031
2.233847490.0021
2.234247500.0033
2.234747510.0095
2.235247520.0027
2.235747530.0021
2.236147540.0024
2.236647550.0034
2.237147560.0028
2.237547570.0044
2.238047580.0051
2.238547590.003
2.238947600.0034
2.239447610.0022
2.239947620.0021
2.240447630.0026
2.240847640.0029
2.241347650.0044
2.241847660.0026
2.242247670.0023
2.242747680.0022
2.243247690.0086
2.243747700.0025
2.244147710.0041
2.244647720.003
2.245147730.003
2.245547740.0022
2.246047750.0083
2.246547760.0015
2.246947770.0063
2.247447780.0022
2.247947790.0045
2.248447800.0044
2.248847810.0082
2.249347820.0027
2.249847830.0035
2.250247840.0028
2.250747850.0044
2.251247860.0016
2.251647870.0025
2.252147880.0032
2.252647890.0039
2.253147900.0018
2.253547910.0023
2.254047920.0025
2.254547930.0093
2.254947940.0054
2.255447950.0015
2.255947960.0033
2.256347970.0026
2.256847980.0044
2.257347990.0026
2.257848000.0057
2.258248010.0019
2.258748020.0032
2.259248030.0043
2.259648040.004
2.260148050.0073
2.260648060.0059
2.261148070.003
2.261548080.0041
2.262048090.0032
2.262548100.0072
2.262948110.0043
2.263448120.005
2.263948130.0073
2.264348140.0029
2.264848150.0023
2.265348160.0049
2.265848170.0034
2.266248180.0029
2.266748190.003
2.267248200.0023
2.267648210.0025
2.268148220.002
2.268648230.002
2.269048240.0088
2.269548250.0036
2.270048260.0033
2.270548270.0042
2.270948280.0062
2.271448290.0024
2.271948300.0024
2.272348310.0032
2.272848320.0028
2.273348330.0021
2.273848340.0024
2.274248350.0025
2.274748360.0031
2.275248370.0018
2.275648380.0018
2.276148390.002
2.276648400.0028
2.277048410.0029
2.277548420.0028
2.278048430.0052
2.278548440.003
2.278948450.0024
2.279448460.0031
2.279948470.0071
2.280348480.0027
2.280848490.0047
2.281348500.0023
2.281748510.0044
2.282248520.0041
2.282748530.0049
2.283248540.0023
2.283648550.0025
2.284148560.0064
2.284648570.0029
2.285048580.0023
2.285548590.0019
2.286048600.0046
2.286548610.003
2.286948620.0025
2.287448630.0015
2.287948640.0029
2.288348650.0063
2.288848660.0034
2.289348670.003
2.289748680.0021
2.290248690.0021
2.290748700.0101
2.291248710.0041
2.291648720.0028
2.292148730.0022
2.292648740.002
2.293048750.0013
2.293548760.0034
2.294048770.0074
2.294448780.0026
2.294948790.0039
2.295448800.0098
2.295948810.0043
2.296348820.0029
2.296848830.0019
2.297348840.0066
2.297748850.0033
2.298248860.0034
2.298748870.0046
2.299248880.0021
2.299648890.003
2.300148900.0025
2.300648910.0062
2.301048920.0033
2.301548930.0032
2.302048940.004
2.302448950.003
2.302948960.0021
2.303448970.0023
2.303948980.0035
2.304348990.0038
2.304849000.0021
2.305349010.002
2.305749020.002
2.306249030.0021
2.306749040.0035
2.307149050.004
2.307649060.0025
2.308149070.0229
2.308649080.0036
2.309049090.0038
2.309549100.002
2.310049110.0019
2.310449120.0042
2.310949130.003
2.311449140.0039
2.311949150.0049
2.312349160.0023
2.312849170.0035
2.313349180.0063
2.313749190.0028
2.314249200.0022
2.314749210.0028
2.315149220.0038
2.315649230.0018
2.316149240.005
2.316649250.002
2.317049260.0039
2.317549270.0046
2.318049280.0024
2.318449290.0022
2.318949300.0027
2.319449310.0028
2.319849320.005
2.320349330.002
2.320849340.0028
2.321349350.0039
2.321749360.0023
2.322249370.0049
2.322749380.0048
2.323149390.0031
2.323649400.0022
2.324149410.0036
2.324649420.0024
2.325049430.0038
2.325549440.0054
2.326049450.0026
2.326449460.0045
2.326949470.0026
2.327449480.0042
2.327849490.0027
2.328349500.003
2.328849510.0012
2.329349520.0018
2.329749530.0027
2.330249540.0026
2.330749550.002
2.331149560.0024
2.331649570.0013
2.332149580.0051
2.332549590.0035
2.333049600.003
2.333549610.004
2.334049620.0043
2.334449630.0024
2.334949640.0042
2.335449650.0017
2.335849660.004
2.336349670.0043
2.336849680.0016
2.337349690.0037
2.337749700.0032
2.338249710.0031
2.338749720.0023
2.339149730.0049
2.339649740.0026
2.340149750.0027
2.340549760.0024
2.341049770.002
2.341549780.0019
2.342049790.0023
2.342449800.003
2.342949810.0085
2.343449820.0037
2.343849830.0026
2.344349840.0031
2.344849850.0029
2.345249860.0046
2.345749870.002
2.346249880.0031
2.346749890.0031
2.347149900.0019
2.347649910.0022
2.348149920.0028
2.348549930.0018
2.349049940.0029
2.349549950.002
2.350049960.0056
2.350449970.0048
2.350949980.0022
2.351449990.0022
2.351850000.0032
2.352350010.0034
2.352850020.0013
2.353250030.0021
2.353750040.0054
2.354250050.0029
2.354750060.0019
2.355150070.0014
2.355650080.0016
2.356150090.0036
2.356550100.0025
2.357050110.0027
2.357550120.0018
2.357950130.0017
2.358450140.0043
2.358950150.0015
2.359450160.0026
2.359850170.003
2.360350180.0016
2.360850190.003
2.361250200.0053
2.361750210.0027
2.362250220.004
2.362750230.0028
2.363150240.003
2.363650250.0045
2.364150260.0046
2.364550270.002
2.365050280.0029
2.365550290.0039
2.365950300.0023
2.366450310.0054
2.366950320.0043
2.367450330.0009
2.367850340.0024
2.368350350.0021
2.368850360.0036
2.369250370.0014
2.369750380.0055
2.370250390.0028
2.370650400.0017
2.371150410.0023
2.371650420.0026
2.372150430.0032
2.372550440.0026
2.373050450.0031
2.373550460.004
2.373950470.0042
2.374450480.0028
2.374950490.0023
2.375450500.0043
2.375850510.0034
2.376350520.003
2.376850530.0034
2.377250540.0032
2.377750550.0115
2.378250560.0017
2.378650570.0018
2.379150580.0056
2.379650590.0019
2.380150600.0051
2.380550610.0034
2.381050620.0031
2.381550630.0033
2.381950640.0017
2.382450650.0028
2.382950660.002
2.383350670.0018
2.383850680.0048
2.384350690.0016
2.384850700.0043
2.385250710.0043
2.385750720.0022
2.386250730.0028
2.386650740.0021
2.387150750.0027
2.387650760.0014
2.388150770.002
2.388550780.0027
2.389050790.0014
2.389550800.0016
2.389950810.0033
2.390450820.003
2.390950830.004
2.391350840.0044
2.391850850.0023
2.392350860.0081
2.392850870.0032
2.393250880.0031
2.393750890.0033
2.394250900.0029
2.394650910.0021
2.395150920.003
2.395650930.0025
2.396050940.0048
2.396550950.0045
2.397050960.0034
2.397550970.0044
2.397950980.0021
2.398450990.0033
2.398951000.0029
2.399351010.0042
2.399851020.0016
2.400351030.0022
2.400851040.0039
2.401251050.0045
2.401751060.0036
2.402251070.0029
2.402651080.005
2.403151090.0026
2.403651100.0056
2.404051110.0033
2.404551120.0016
2.405051130.0027
2.405551140.0017
2.405951150.0025
2.406451160.0038
2.406951170.0019
2.407351180.0028
2.407851190.0026
2.408351200.0049
2.408751210.0016
2.409251220.0024
2.409751230.0029
2.410251240.0038
2.410651250.0041
2.411151260.002
2.411651270.0042
2.412051280.0015
2.412551290.0046
2.413051300.0014
2.413551310.002
2.413951320.0031
2.414451330.0032
2.414951340.0039
2.415351350.0023
2.415851360.0023
2.416351370.0025
2.416751380.0018
2.417251390.0011
2.417751400.0038
2.418251410.0038
2.418651420.0047
2.419151430.0037
2.419651440.003
2.420051450.0016
2.420551460.0023
2.421051470.003
2.421451480.0039
2.421951490.0022
2.422451500.0014
2.422951510.0031
2.423351520.0036
2.423851530.0038
2.424351540.0027
2.424751550.0043
2.425251560.0018
2.425751570.0023
2.426251580.0055
2.426651590.0028
2.427151600.0023
2.427651610.0019
2.428051620.0034
2.428551630.0019
2.429051640.0032
2.429451650.0048
2.429951660.003
2.430451670.0037
2.430951680.0015
2.431351690.0027
2.431851700.0012
2.432351710.0018
2.432751720.0021
2.433251730.0016
2.433751740.0035
2.434151750.0046
2.434651760.0057
2.435151770.0015
2.435651780.005
2.436051790.0037
2.436551800.0014
2.437051810.0025
2.437451820.003
2.437951830.0033
2.438451840.0016
2.438951850.0051
2.439351860.008
2.439851870.0014
2.440351880.0017
2.440751890.0044
2.441251900.0023
2.441751910.0033
2.442151920.0027
2.442651930.005
2.443151940.0017
2.443651950.0489
2.444051960.003
2.444551970.0023
2.445051980.0014
2.445451990.003
2.445952000.0053
2.446452010.0028
2.446852020.0036
2.447352030.0034
2.447852040.0025
2.448352050.0025
2.448752060.0047
2.449252070.0032
2.449752080.0034
2.450152090.0048
2.450652100.0024
2.451152110.0037
2.451652120.0015
2.452052130.003
2.452552140.0025
2.453052150.0029
2.453452160.0017
2.453952170.0012
2.454452180.0027
2.454852190.0031
2.455352200.0019
2.455852210.0023
2.456352220.0031
2.456752230.0024
2.457252240.0029
2.457752250.0021
2.458152260.0042
2.458652270.0052
2.459152280.0034
2.459552290.0018
2.460052300.0028
2.460552310.0017
2.461052320.0033
2.461452330.0028
2.461952340.003
2.462452350.0034
2.462852360.0057
2.463352370.0014
2.463852380.0039
2.464352390.0018
2.464752400.0026
2.465252410.0023
2.465752420.0023
2.466152430.0024
2.466652440.0037
2.467152450.0036
2.467552460.0033
2.468052470.0015
2.468552480.0023
2.469052490.0043
2.469452500.0037
2.469952510.003
2.470452520.0016
2.470852530.0035
2.471352540.0049
2.471852550.0017
2.472252560.0047
2.472752570.0022
2.473252580.0019
2.473752590.0021
2.474152600.0023
2.474652610.0044
2.475152620.0047
2.475552630.0031
2.476052640.002
2.476552650.0023
2.477052660.0017
2.477452670.0026
2.477952680.0034
2.478452690.0012
2.478852700.003
2.479352710.0067
2.479852720.0026
2.480252730.0022
2.480752740.0045
2.481252750.0237
2.481752760.0041
2.482152770.0025
2.482652780.0019
2.483152790.0031
2.483552800.0036
2.484052810.0038
2.484552820.0028
2.484952830.0022
2.485452840.0015
2.485952850.0044
2.486452860.0029
2.486852870.0033
2.487352880.0018
2.487852890.003
2.488252900.0101
2.488752910.0051
2.489252920.0022
2.489752930.0017
2.490152940.002
2.490652950.0051
2.491152960.0044
2.491552970.0039
2.492052980.0052
2.492552990.0021
2.492953000.0035
2.493453010.0033
2.493953020.0027
2.494453030.0063
2.494853040.0021
2.495353050.0015
2.495853060.0044
2.496253070.003
2.496753080.0038
2.497253090.0023
2.497653100.0022
2.498153110.0058
2.498653120.0035
2.499153130.0034
2.499553140.0053
2.553150.0031
2.500553160.0032
2.500953170.0045
2.501453180.0012
2.501953190.0008
2.502453200.002
2.502853210.0041
2.503353220.0013
2.503853230.0037
2.504253240.0037
2.504753250.0032
2.505253260.0054
2.505653270.0037
2.506153280.0032
2.506653290.0023
2.507153300.0042
2.507553310.0028
2.508053320.0031
2.508553330.0035
2.508953340.0021
2.509453350.0017
2.509953360.0016
2.510353370.005
2.510853380.0025
2.511353390.0041
2.511853400.0056
2.512253410.0034
2.512753420.0019
2.513253430.0029
2.513653440.0042
2.514153450.0043
2.514653460.0064
2.515153470.0021
2.515553480.0027
2.516053490.0015
2.516553500.0041
2.516953510.0035
2.517453520.0022
2.517953530.0021
2.518353540.003
2.518853550.0018
2.519353560.0036
2.519853570.0027
2.520253580.0016
2.520753590.0026
2.521253600.0039
2.521653610.0025
2.522153620.0041
2.522653630.0025
2.523053640.005
2.523553650.0032
2.524053660.0026
2.524553670.0056
2.524953680.0013
2.525453690.0043
2.525953700.0037
2.526353710.0038
2.526853720.0035
2.527353730.0046
2.527853740.0033
2.528253750.0034
2.528753760.0027
2.529253770.0034
2.529653780.003
2.530153790.0019
2.530653800.002
2.531053810.0037
2.531553820.0015
2.532053830.0043
2.532553840.0058
2.532953850.0031
2.533453860.0045
2.533953870.0016
2.534353880.0016
2.534853890.0019
2.535353900.0097
2.535753910.0014
2.536253920.0051
2.536753930.0041
2.537253940.0018
2.537653950.0041
2.538153960.0014
2.538653970.0032
2.539053980.0041
2.539553990.0027
2.540054000.0035
2.540554010.0019
2.540954020.0014
2.541454030.0032
2.541954040.0017
2.542354050.0029
2.542854060.0045
2.543354070.0019
2.543754080.0029
2.544254090.0035
2.544754100.0047
2.545254110.0035
2.545654120.0062
2.546154130.0032
2.546654140.0025
2.547054150.003
2.547554160.0019
2.548054170.0021
2.548454180.0029
2.548954190.0019
2.549454200.0024
2.549954210.0081
2.550354220.0028
2.550854230.0024
2.551354240.0025
2.551754250.0019
2.552254260.0025
2.552754270.0033
2.553254280.0022
2.553654290.0021
2.554154300.0034
2.554654310.0019
2.555054320.0051
2.555554330.002
2.556054340.0061
2.556454350.0058
2.556954360.0019
2.557454370.0017
2.557954380.002
2.558354390.0042
2.558854400.003
2.559354410.0034
2.559754420.0027
2.560254430.0029
2.560754440.003
2.561154450.0026
2.561654460.0022
2.562154470.0019
2.562654480.0025
2.563054490.0027
2.563554500.0038
2.564054510.0026
2.564454520.0009
2.564954530.0034
2.565454540.0024
2.565954550.0063
2.566354560.0038
2.566854570.0031
2.567354580.0032
2.567754590.0033
2.568254600.0036
2.568754610.0024
2.569154620.0018
2.569654630.0059
2.570154640.0024
2.570654650.0042
2.571054660.0028
2.571554670.0015
2.572054680.0023
2.572454690.0054
2.572954700.0027
2.573454710.0025
2.573854720.0018
2.574354730.003
2.574854740.0028
2.575354750.0015
2.575754760.002
2.576254770.0038
2.576754780.0027
2.577154790.0025
2.577654800.0083
2.578154810.0026
2.578654820.0044
2.579054830.0025
2.579554840.0058
2.580054850.0034
2.580454860.0044
2.580954870.0026
2.581454880.0026
2.581854890.0026
2.582354900.0026
2.582854910.0029
2.583354920.0033
2.583754930.0018
2.584254940.0045
2.584754950.0025
2.585154960.0011
2.585654970.0023
2.586154980.0023
2.586554990.0076
2.587055000.0025
2.587555010.0029
2.588055020.0074
2.588455030.0051
2.588955040.0033
2.589455050.0035
2.589855060.0018
2.590355070.0014
2.590855080.0036
2.591355090.0013
2.591755100.0051
2.592255110.0025
2.592755120.0023
2.593155130.0025
2.593655140.0031
2.594155150.0012
2.594555160.002
2.595055170.0024
2.595555180.0025
2.596055190.0022
2.596455200.0023
2.596955210.0062
2.597455220.007
2.597855230.0045
2.598355240.0075
2.598855250.0049
2.599255260.0034
2.599755270.0043
2.600255280.0023
2.600755290.0023
2.601155300.0039
2.601655310.002
2.602155320.0022
2.602555330.0029
2.603055340.0018
2.603555350.0041
2.604055360.0024
2.604455370.0014
2.604955380.0043
2.605455390.0037
2.605855400.002
2.606355410.004
2.606855420.002
2.607255430.0014
2.607755440.0033
2.608255450.0028
2.608755460.004
2.609155470.005
2.609655480.0044
2.610155490.0021
2.610555500.0025
2.611055510.0028
2.611555520.0058
2.611955530.0019
2.612455540.0025
2.612955550.0025
2.613455560.0042
2.613855570.004
2.614355580.004
2.614855590.0026
2.615255600.0015
2.615755610.0025
2.616255620.0015
2.616755630.002
2.617155640.0027
2.617655650.0034
2.618155660.0032
2.618555670.0014
2.619055680.0039
2.619555690.0022
2.619955700.0046
2.620455710.0034
2.620955720.0022
2.621455730.0027
2.621855740.0028
2.622355750.0026
2.622855760.0036
2.623255770.0022
2.623755780.0036
2.624255790.0044
2.624655800.0021
2.625155810.0033
2.625655820.0029
2.626155830.0023
2.626555840.0023
2.627055850.0037
2.627555860.0017
2.627955870.002
2.628455880.0027
2.628955890.0017
2.629455900.0018
2.629855910.0021
2.630355920.0033
2.630855930.0044
2.631255940.0014
2.631755950.0033
2.632255960.0037
2.632655970.0028
2.633155980.0029
2.633655990.0016
2.634156000.0036
2.634556010.0027
2.635056020.003
2.635556030.002
2.635956040.0028
2.636456050.0026
2.636956060.0026
2.637356070.0012
2.637856080.0013
2.638356090.0026
2.638856100.0051
2.639256110.0116
2.639756120.0023
2.640256130.0043
2.640656140.0023
2.641156150.0037
2.641656160.003
2.642156170.0021
2.642556180.0017
2.643056190.0026
2.643556200.0032
2.643956210.0042
2.644456220.0045
2.644956230.0028
2.645356240.0026
2.645856250.0016
2.646356260.0028
2.646856270.0048
2.647256280.0038
2.647756290.0047
2.648256300.003
2.648656310.0043
2.649156320.0019
2.649656330.0023
2.650056340.003
2.650556350.0033
2.651056360.0029
2.651556370.0163
2.651956380.0032
2.652456390.0036
2.652956400.0038
2.653356410.0075
2.653856420.0025
2.654356430.0049
2.654856440.0009
2.655256450.0022
2.655756460.0052
2.656256470.0046
2.656656480.005
2.657156490.0051
2.657656500.0039
2.658056510.0033
2.658556520.0029
2.659056530.0023
2.659556540.0059
2.659956550.0032
2.660456560.0024
2.660956570.003
2.661356580.0038
2.661856590.0018
2.662356600.0033
2.662756610.0019
2.663256620.0022
2.663756630.0028
2.664256640.0019
2.664656650.0058
2.665156660.0029
2.665656670.0019
2.666056680.0055
2.666556690.0019
2.667056700.0024
2.667556710.0025
2.667956720.0011
2.668456730.0032
2.668956740.0028
2.669356750.0019
2.669856760.0026
2.670356770.0046
2.670756780.0053
2.671256790.0029
2.671756800.0016
2.672256810.0041
2.672656820.0036
2.673156830.0022
2.673656840.0016
2.674056850.0028
2.674556860.0047
2.675056870.0017
2.675456880.005
2.675956890.0029
2.676456900.0024
2.676956910.0024
2.677356920.003
2.677856930.0017
2.678356940.0024
2.678756950.0014
2.679256960.0028
2.679756970.003
2.680256980.0023
2.680656990.0026
2.681157000.0017
2.681657010.0025
2.682057020.0018
2.682557030.0038
2.683057040.003
2.683457050.0015
2.683957060.0047
2.684457070.0035
2.684957080.0027
2.685357090.0018
2.685857100.0032
2.686357110.0029
2.686757120.0044
2.687257130.0024
2.687757140.004
2.688157150.0016
2.688657160.0062
2.689157170.0046
2.689657180.0017
2.690057190.0035
2.690557200.0031
2.691057210.0019
2.691457220.0038
2.691957230.0061
2.692457240.004
2.692957250.0035
2.693357260.0047
2.693857270.0032
2.694357280.0088
2.694757290.0032
2.695257300.0044
2.695757310.0062
2.696157320.0034
2.696657330.0017
2.697157340.0022
2.697657350.0027
2.698057360.0049
2.698557370.0042
2.699057380.0021
2.699457390.0027
2.699957400.0022
2.700457410.0042
2.700857420.0024
2.701357430.0022
2.701857440.0015
2.702357450.0014
2.702757460.0014
2.703257470.002
2.703757480.0034
2.704157490.0049
2.704657500.0028
2.705157510.002
2.705657520.0025
2.706057530.003
2.706557540.0036
2.707057550.0028
2.707457560.0029
2.707957570.0031
2.708457580.0036
2.708857590.002
2.709357600.0038
2.709857610.0026
2.710357620.0023
2.710757630.0024
2.711257640.0038
2.711757650.0024
2.712157660.0031
2.712657670.0077
2.713157680.0028
2.713557690.0023
2.714057700.0017
2.714557710.0041
2.715057720.0025
2.715457730.0016
2.715957740.0026
2.716457750.0034
2.716857760.0022
2.717357770.0042
2.717857780.0037
2.718357790.0047
2.718757800.0045
2.719257810.0034
2.719757820.004
2.720157830.0044
2.720657840.0035
2.721157850.0025
2.721557860.0031
2.722057870.004
2.722557880.0025
2.723057890.0048
2.723457900.0024
2.723957910.0018
2.724457920.0044
2.724857930.0016
2.725357940.0024
2.725857950.0015
2.726257960.0052
2.726757970.0036
2.727257980.0063
2.727757990.0019
2.728158000.0031
2.728658010.0039
2.729158020.0037
2.729558030.0028
2.730058040.0015
2.730558050.0025
2.731058060.0014
2.731458070.0011
2.731958080.0018
2.732458090.0028
2.732858100.0068
2.733358110.0036
2.733858120.0024
2.734258130.0026
2.734758140.0016
2.735258150.0035
2.735758160.0029
2.736158170.0023
2.736658180.0024
2.737158190.0029
2.737558200.0033
2.738058210.0033
2.738558220.0022
2.738958230.0014
2.739458240.0042
2.739958250.0029
2.740458260.0024
2.740858270.0039
2.741358280.0021
2.741858290.0044
2.742258300.0028
2.742758310.0033
2.743258320.0036
2.743758330.0035
2.744158340.003
2.744658350.0022
2.745158360.0027
2.745558370.0027
2.746058380.0017
2.746558390.0027
2.746958400.0012
2.747458410.0029
2.747958420.0025
2.748458430.0027
2.748858440.0028
2.749358450.0033
2.749858460.0071
2.750258470.0028
2.750758480.0026
2.751258490.002
2.751658500.0015
2.752158510.0066
2.752658520.0064
2.753158530.0017
2.753558540.0018
2.754058550.002
2.754558560.0038
2.754958570.0038
2.755458580.0024
2.755958590.0029
2.756358600.0016
2.756858610.0021
2.757358620.0028
2.757858630.0044
2.758258640.002
2.758758650.003
2.759258660.0042
2.759658670.002
2.760158680.004
2.760658690.003
2.761158700.005
2.761558710.0033
2.762058720.0029
2.762558730.0038
2.762958740.004
2.763458750.0052
2.763958760.0029
2.764358770.0037
2.764858780.0026
2.765358790.0048
2.765858800.0032
2.766258810.0016
2.766758820.003
2.767258830.0022
2.767658840.0021
2.768158850.0023
2.768658860.0041
2.769058870.0027
2.769558880.0024
2.770058890.0028
2.770558900.0024
2.770958910.002
2.771458920.0047
2.771958930.0034
2.772358940.0019
2.772858950.0022
2.773358960.0024
2.773858970.003
2.774258980.0033
2.774758990.0012
2.775259000.0024
2.775659010.0017
2.776159020.0015
2.776659030.0023
2.777059040.0016
2.777559050.0045
2.778059060.0028
2.778559070.0043
2.778959080.0018
2.779459090.0055
2.779959100.0018
2.780359110.0052
2.780859120.0033
2.781359130.0043
2.781759140.0017
2.782259150.0028
2.782759160.0036
2.783259170.0025
2.783659180.0036
2.784159190.0018
2.784659200.0027
2.785059210.0023
2.785559220.0033
2.786059230.003
2.786559240.004
2.786959250.0025
2.787459260.0019
2.787959270.0034
2.788359280.0026
2.788859290.003
2.789359300.0043
2.789759310.0031
2.790259320.0026
2.790759330.0019
2.791259340.0026
2.791659350.0046
2.792159360.0027
2.792659370.0038
2.793059380.0045
2.793559390.0012
2.794059400.0028
2.794459410.0042
2.794959420.0039
2.795459430.0029
2.795959440.003
2.796359450.0023
2.796859460.0014
2.797359470.0026
2.797759480.0021
2.798259490.0022
2.798759500.0027
2.799259510.0023
2.799659520.0045
2.800159530.0022
2.800659540.0031
2.801059550.003
2.801559560.0034
2.802059570.0036
2.802459580.0057
2.802959590.0064
2.803459600.0083
2.803959610.0011
2.804359620.0048
2.804859630.0029
2.805359640.0015
2.805759650.0032
2.806259660.0038
2.806759670.0026
2.807159680.0067
2.807659690.0031
2.808159700.0044
2.808659710.0026
2.809059720.0046
2.809559730.0019
2.810059740.0028
2.810459750.0042
2.810959760.0025
2.811459770.0024
2.811959780.0024
2.812359790.0018
2.812859800.0029
2.813359810.0029
2.813759820.0019
2.814259830.0026
2.814759840.0023
2.815159850.0023
2.815659860.0035
2.816159870.0024
2.816659880.0023
2.817059890.0035
2.817559900.0052
2.818059910.0031
2.818459920.0029
2.818959930.0014
2.819459940.0016
2.819859950.0028
2.820359960.0032
2.820859970.0036
2.821359980.0026
2.821759990.0097
2.822260000.0078
2.822760010.0034
2.823160020.0023
2.823660030.0019
2.824160040.0037
2.824660050.003
2.825060060.0011
2.825560070.0035
2.826060080.0043
2.826460090.0033
2.826960100.002
2.827460110.0022
2.827860120.0014
2.828360130.0022
2.828860140.0039
2.829360150.0046
2.829760160.003
2.830260170.0021
2.830760180.0016
2.831160190.0019
2.831660200.0059
2.832160210.0028
2.832560220.0022
2.833060230.0032
2.833560240.0049
2.834060250.0053
2.834460260.0028
2.834960270.0025
2.835460280.0032
2.835860290.0029
2.836360300.0026
2.836860310.0022
2.837360320.0022
2.837760330.0031
2.838260340.0041
2.838760350.0021
2.839160360.0016
2.839660370.0032
2.840160380.0008
2.840560390.0021
2.841060400.0023
2.841560410.0018
2.842060420.0021
2.842460430.0061
2.842960440.0024
2.843460450.0033
2.843860460.003
2.844360470.0029
2.844860480.0032
2.845260490.0031
2.845760500.0017
2.846260510.0015
2.846760520.0029
2.847160530.0037
2.847660540.0053
2.848160550.0016
2.848560560.0026
2.849060570.0023
2.849560580.0031
2.850060590.0025
2.850460600.0026
2.850960610.0022
2.851460620.002
2.851860630.0023
2.852360640.0025
2.852860650.0022
2.853260660.0044
2.853760670.0027
2.854260680.002
2.854760690.0022
2.855160700.0026
2.855660710.0033
2.856160720.0011
2.856560730.0046
2.857060740.0034
2.857560750.0019
2.857960760.0009
2.858460770.0032
2.858960780.0037
2.859460790.0023
2.859860800.0027
2.860360810.0042
2.860860820.0085
2.861260830.0061
2.861760840.003
2.862260850.0031
2.862760860.0023
2.863160870.0018
2.863660880.0023
2.864160890.0033
2.864560900.0027
2.865060910.0025
2.865560920.0015
2.865960930.0051
2.866460940.0032
2.866960950.0017
2.867460960.0022
2.867860970.002
2.868360980.0018
2.868860990.0057
2.869261000.0028
2.869761010.0035
2.870261020.0025
2.870661030.0031
2.871161040.0026
2.871661050.003
2.872161060.0036
2.872561070.0034
2.873061080.0027
2.873561090.0018
2.873961100.0051
2.874461110.0069
2.874961120.0036
2.875461130.0015
2.875861140.0022
2.876361150.0022
2.876861160.0032
2.877261170.0016
2.877761180.0039
2.878261190.0023
2.878661200.0043
2.879161210.0013
2.879661220.0031
2.880161230.0026
2.880561240.0045
2.881061250.0027
2.881561260.0052
2.881961270.0053
2.882461280.0024
2.882961290.0023
2.883361300.0016
2.883861310.0035
2.884361320.005
2.884861330.0035
2.885261340.0029
2.885761350.0029
2.886261360.0026
2.886661370.0014
2.887161380.003
2.887661390.0038
2.888161400.003
2.888561410.0033
2.889061420.0019
2.889561430.0031
2.889961440.0017
2.890461450.0026
2.890961460.0024
2.891361470.0022
2.891861480.0023
2.892361490.0039
2.892861500.0037
2.893261510.0037
2.893761520.0025
2.894261530.0023
2.894661540.005
2.895161550.0016
2.895661560.0037
2.896061570.0024
2.896561580.0034
2.897061590.0039
2.897561600.0027
2.897961610.0021
2.898461620.0026
2.898961630.0024
2.899361640.0023
2.899861650.0028
2.900361660.0042
2.900861670.0036
2.901261680.0022
2.901761690.0027
2.902261700.0069
2.902661710.0016
2.903161720.0029
2.903661730.0045
2.904061740.005
2.904561750.0023
2.905061760.0051
2.905561770.0028
2.905961780.0043
2.906461790.0023
2.906961800.0024
2.907361810.0015
2.907861820.0028
2.908361830.0033
2.908761840.0025
2.909261850.0034
2.909761860.0046
2.910261870.0018
2.910661880.0035
2.911161890.0055
2.911661900.0022
2.912061910.0023
2.912561920.0045
2.913061930.0028
2.913561940.0024
2.913961950.0022
2.914461960.0017
2.914961970.0032
2.915361980.0024
2.915861990.002
2.916362000.0026
2.916762010.0018
2.917262020.0022
2.917762030.0022
2.918262040.0043
2.918662050.0024
2.919162060.0019
2.919662070.0019
2.920062080.0025
2.920562090.0025
2.921062100.0023
2.921462110.0023
2.921962120.0032
2.922462130.003
2.922962140.0041
2.923362150.0023
2.923862160.0024
2.924362170.003
2.924762180.003
2.925262190.0018
2.925762200.0029
2.926262210.0024
2.926662220.0029
2.927162230.003
2.927662240.0021
2.928062250.0041
2.928562260.0018
2.929062270.0022
2.929462280.0021
2.929962290.0029
2.930462300.0019
2.930962310.0023
2.931362320.0046
2.931862330.0023
2.932362340.0048
2.932762350.0044
2.933262360.0041
2.933762370.0042
2.934162380.0034
2.934662390.0018
2.935162400.0032
2.935662410.0054
2.936062420.0032
2.936562430.0027
2.937062440.0021
2.937462450.0027
2.937962460.0025
2.938462470.0036
2.938962480.0023
2.939362490.0021
2.939862500.0037
2.940362510.0106
2.940762520.0044
2.941262530.0015
2.941762540.0032
2.942162550.0039
2.942662560.0016
2.943162570.0015
2.943662580.0035
2.944062590.0016
2.944562600.0037
2.945062610.0026
2.945462620.0038
2.945962630.0016
2.946462640.0034
2.946862650.0024
2.947362660.0019
2.947862670.0016
2.948362680.0044
2.948762690.0031
2.949262700.0017
2.949762710.0037
2.950162720.0021
2.950662730.0026
2.951162740.0027
2.951662750.0018
2.952062760.0032
2.952562770.0028
2.953062780.0021
2.953462790.0051
2.953962800.003
2.954462810.0025
2.954862820.0043
2.955362830.0018
2.955862840.0042
2.956362850.0025
2.956762860.0023
2.957262870.003
2.957762880.003
2.958162890.0049
2.958662900.0026
2.959162910.006
2.959562920.0034
2.960062930.0028
2.960562940.0037
2.961062950.0021
2.961462960.0038
2.961962970.0022
2.962462980.0013
2.962862990.0041
2.963363000.0052
2.963863010.0031
2.964363020.002
2.964763030.0009
2.965263040.0026
2.965763050.0021
2.966163060.0021
2.966663070.0031
2.967163080.001
2.967563090.003
2.968063100.0041
2.968563110.003
2.969063120.0027
2.969463130.0014
2.969963140.0027
2.970463150.0026
2.970863160.0031
2.971363170.0019
2.971863180.0021
2.972263190.0025
2.972763200.0021
2.973263210.0034
2.973763220.0044
2.974163230.0017
2.974663240.0023
2.975163250.0024
2.975563260.0033
2.976063270.0043
2.976563280.0033
2.977063290.0044
2.977463300.003
2.977963310.0031
2.978463320.0042
2.978863330.0019
2.979363340.0021
2.979863350.0024
2.980263360.0031
2.980763370.0016
2.981263380.0027
2.981763390.0015
2.982163400.0024
2.982663410.0029
2.983163420.0017
2.983563430.0044
2.984063440.0022
2.984563450.0018
2.984963460.0034
2.985463470.0027
2.985963480.0023
2.986463490.0042
2.986863500.0019
2.987363510.0019
2.987863520.0029
2.988263530.0023
2.988763540.003
2.989263550.0029
2.989763560.0027
2.990163570.0011
2.990663580.0045
2.991163590.0024
2.991563600.0027
2.992063610.0017
2.992563620.002
2.992963630.0039
2.993463640.0018
2.993963650.0045
2.994463660.0022
2.994863670.0055
2.995363680.0026
2.995863690.0023
2.996263700.0051
2.996763710.0025
2.997263720.0017
2.997663730.0032
2.998163740.0031
2.998663750.0039
2.999163760.0016
2.999563770.0033
3.063780.0037

</details>

Framework Versions

  • Python: 3.10.13
  • Sentence Transformers: 3.2.1
  • Transformers: 4.44.2
  • PyTorch: 2.4.0+cu121
  • Accelerate: 1.1.1
  • Datasets: 2.21.0
  • Tokenizers: 0.19.1

Citation

BibTeX

Sentence Transformers
bibtex
@inproceedings{reimers-2019-sentence-bert,
    title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
    author = "Reimers, Nils and Gurevych, Iryna",
    booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
    month = "11",
    year = "2019",
    publisher = "Association for Computational Linguistics",
    url = "https://arxiv.org/abs/1908.10084",
}
MultipleNegativesRankingLoss
bibtex
@misc{henderson2017efficient,
    title={Efficient Natural Language Response Suggestion for Smart Reply},
    author={Matthew Henderson and Rami Al-Rfou and Brian Strope and Yun-hsuan Sung and Laszlo Lukacs and Ruiqi Guo and Sanjiv Kumar and Balint Miklos and Ray Kurzweil},
    year={2017},
    eprint={1705.00652},
    archivePrefix={arXiv},
    primaryClass={cs.CL}
}

<!--

Glossary

Clearly define terms in order to be accessible across audiences. -->

<!--

Model Card Authors

Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction. -->

<!--

Model Card Contact

Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors. -->