3v4l.org

run code in 300+ PHP versions simultaneously
<?php const REPEATS = 1000000; $start = microtime(true); for($i = 0; $i < REPEATS; $i++){ if(true){ if(true){ } } } $end = microtime(true); echo "\nif true if true: " . ($end - $start) / REPEATS; $start = microtime(true); for($i = 0; $i < REPEATS; $i++){ if(false){ if(true){ } } } $end = microtime(true); echo "\nif false if true: " . ($end - $start) / REPEATS; $start = microtime(true); for($i = 0; $i < REPEATS; $i++){ if(true){ if(false){ } } } $end = microtime(true); echo "\nif true if false: " . ($end - $start) / REPEATS; $start = microtime(true); for($i = 0; $i < REPEATS; $i++){ if(false){ if(false){ } } } $end = microtime(true); echo "\nif false if false: " . ($end - $start) / REPEATS; $start = microtime(true); for($i = 0; $i < REPEATS; $i++){ if(true and true){ } } $end = microtime(true); echo "\nif true and true: " . ($end - $start) / REPEATS; $start = microtime(true); for($i = 0; $i < REPEATS; $i++){ if(false and true){ } } $end = microtime(true); echo "\nif false and true: " . ($end - $start) / REPEATS; $start = microtime(true); for($i = 0; $i < REPEATS; $i++){ if(true and false){ } } $end = microtime(true); echo "\nif true and false: " . ($end - $start) / REPEATS; $start = microtime(true); for($i = 0; $i < REPEATS; $i++){ if(false and false){ } } $end = microtime(true); echo "\nif false and false: " . ($end - $start) / REPEATS;
Output for 7.4.1
if true if true: 2.5195121765137E-8 if false if true: 1.5574932098389E-8 if true if false: 3.1184911727905E-8 if false if false: 1.5245914459229E-8 if true and true: 1.4339923858643E-8 if false and true: 1.5568971633911E-8 if true and false: 1.5848159790039E-8 if false and false: 1.5916109085083E-8
Output for 7.4.0
if true if true: 2.5468826293945E-8 if false if true: 1.5100002288818E-8 if true if false: 3.0431985855103E-8 if false if false: 1.512885093689E-8 if true and true: 1.404881477356E-8 if false and true: 1.5385866165161E-8 if true and false: 1.5585899353027E-8 if false and false: 1.5360832214355E-8
Output for 7.3.13
if true if true: 2.5231122970581E-8 if false if true: 1.4549016952515E-8 if true if false: 2.3396015167236E-8 if false if false: 1.2047052383423E-8 if true and true: 1.7107009887695E-8 if false and true: 1.8693923950195E-8 if true and false: 1.8594980239868E-8 if false and false: 1.8487930297852E-8
Output for 7.3.12
if true if true: 2.382493019104E-8 if false if true: 1.397705078125E-8 if true if false: 2.4739027023315E-8 if false if false: 1.4214992523193E-8 if true and true: 1.2565851211548E-8 if false and true: 1.3924837112427E-8 if true and false: 1.4053106307983E-8 if false and false: 1.4347076416016E-8
Output for 7.3.11
if true if true: 3.0033111572266E-8 if false if true: 1.3931035995483E-8 if true if false: 2.3839950561523E-8 if false if false: 1.2042999267578E-8 if true and true: 1.1187076568604E-8 if false and true: 1.1848926544189E-8 if true and false: 1.178503036499E-8 if false and false: 1.1903047561646E-8
Output for 7.3.10
if true if true: 2.3676872253418E-8 if false if true: 1.1728048324585E-8 if true if false: 2.3426055908203E-8 if false if false: 1.1765003204346E-8 if true and true: 1.112699508667E-8 if false and true: 1.1780023574829E-8 if true and false: 1.1868953704834E-8 if false and false: 1.1709928512573E-8
Output for 7.3.9
if true if true: 2.8867959976196E-8 if false if true: 1.9396781921387E-8 if true if false: 3.1136989593506E-8 if false if false: 1.9979000091553E-8 if true and true: 1.8990039825439E-8 if false and true: 1.7481803894043E-8 if true and false: 1.292610168457E-8 if false and false: 1.2953996658325E-8
Output for 7.3.8
if true if true: 2.2829055786133E-8 if false if true: 1.448392868042E-8 if true if false: 2.6144027709961E-8 if false if false: 2.2000074386597E-8 if true and true: 1.1106014251709E-8 if false and true: 1.1806964874268E-8 if true and false: 1.1872053146362E-8 if false and false: 1.3408899307251E-8
Output for 7.3.7
if true if true: 2.2472143173218E-8 if false if true: 1.1834859848022E-8 if true if false: 2.2531986236572E-8 if false if false: 1.1776924133301E-8 if true and true: 1.102089881897E-8 if false and true: 1.3907909393311E-8 if true and false: 1.1718988418579E-8 if false and false: 1.1919975280762E-8
Output for 7.3.6
if true if true: 2.8712034225464E-8 if false if true: 1.8179893493652E-8 if true if false: 3.2831907272339E-8 if false if false: 1.8175840377808E-8 if true and true: 1.6695976257324E-8 if false and true: 1.5202045440674E-8 if true and false: 1.1317014694214E-8 if false and false: 1.1324882507324E-8
Output for 7.3.5
if true if true: 2.2098064422607E-8 if false if true: 1.171088218689E-8 if true if false: 2.3062944412231E-8 if false if false: 1.2050151824951E-8 if true and true: 1.1007785797119E-8 if false and true: 1.1718034744263E-8 if true and false: 1.1917114257813E-8 if false and false: 1.1942148208618E-8
Output for 7.3.4
if true if true: 2.2856950759888E-8 if false if true: 1.1691093444824E-8 if true if false: 2.2515058517456E-8 if false if false: 1.1736154556274E-8 if true and true: 1.6698122024536E-8 if false and true: 1.9099950790405E-8 if true and false: 1.9595861434937E-8 if false and false: 1.8959999084473E-8
Output for 7.3.3
if true if true: 2.9598951339722E-8 if false if true: 1.9722938537598E-8 if true if false: 2.8445959091187E-8 if false if false: 1.2203931808472E-8 if true and true: 1.1082887649536E-8 if false and true: 1.2176036834717E-8 if true and false: 1.2200117111206E-8 if false and false: 1.2574911117554E-8
Output for 7.3.2
if true if true: 2.2644996643066E-8 if false if true: 1.1734008789063E-8 if true if false: 2.2948980331421E-8 if false if false: 1.223611831665E-8 if true and true: 1.1001110076904E-8 if false and true: 1.1683940887451E-8 if true and false: 1.1672019958496E-8 if false and false: 1.1811017990112E-8
Output for 7.3.1
if true if true: 2.5201082229614E-8 if false if true: 1.1806964874268E-8 if true if false: 2.6513814926147E-8 if false if false: 1.9032001495361E-8 if true and true: 1.6146898269653E-8 if false and true: 1.5898942947388E-8 if true and false: 1.2887954711914E-8 if false and false: 1.2702941894531E-8
Output for 7.3.0
if true if true: 2.2072076797485E-8 if false if true: 1.2530088424683E-8 if true if false: 2.3890972137451E-8 if false if false: 1.2587070465088E-8 if true and true: 1.1706829071045E-8 if false and true: 1.5015840530396E-8 if true and false: 1.4333963394165E-8 if false and false: 1.2673854827881E-8
Output for 7.2.26
if true if true: 3.47740650177E-8 if false if true: 2.2365093231201E-8 if true if false: 3.5766124725342E-8 if false if false: 2.3122072219849E-8 if true and true: 2.23708152771E-8 if false and true: 1.6644954681396E-8 if true and false: 1.3095140457153E-8 if false and false: 1.3049125671387E-8
Output for 7.2.25
if true if true: 2.4227857589722E-8 if false if true: 1.3205051422119E-8 if true if false: 2.5591850280762E-8 if false if false: 1.8621921539307E-8 if true and true: 1.7482995986938E-8 if false and true: 1.7829179763794E-8 if true and false: 1.702880859375E-8 if false and false: 1.5946865081787E-8
Output for 7.2.24
if true if true: 3.4214973449707E-8 if false if true: 2.2467851638794E-8 if true if false: 2.5032997131348E-8 if false if false: 1.3050079345703E-8 if true and true: 1.2198925018311E-8 if false and true: 1.3005018234253E-8 if true and false: 1.3131141662598E-8 if false and false: 1.3046026229858E-8
Output for 7.2.23
if true if true: 2.483606338501E-8 if false if true: 1.3320922851562E-8 if true if false: 2.3242950439453E-8 if false if false: 2.0787954330444E-8 if true and true: 2.1655797958374E-8 if false and true: 2.2006034851074E-8 if true and false: 2.2489786148071E-8 if false and false: 2.3809909820557E-8
Output for 7.2.22
if true if true: 2.4564981460571E-8 if false if true: 1.4763832092285E-8 if true if false: 2.6226043701172E-8 if false if false: 1.4787912368774E-8 if true and true: 1.4051198959351E-8 if false and true: 1.4749050140381E-8 if true and false: 1.478910446167E-8 if false and false: 1.5988111495972E-8
Output for 7.2.21
if true if true: 2.3943185806274E-8 if false if true: 1.2992858886719E-8 if true if false: 2.3659944534302E-8 if false if false: 1.5413999557495E-8 if true and true: 1.2250900268555E-8 if false and true: 2.0807981491089E-8 if true and false: 2.2056818008423E-8 if false and false: 2.2891044616699E-8
Output for 7.2.20
if true if true: 3.0498027801514E-8 if false if true: 1.8224000930786E-8 if true if false: 2.9415130615234E-8 if false if false: 2.1914958953857E-8 if true and true: 2.0129203796387E-8 if false and true: 2.0787954330444E-8 if true and false: 2.1686792373657E-8 if false and false: 2.1798133850098E-8
Output for 7.2.19
if true if true: 3.1327962875366E-8 if false if true: 2.1584987640381E-8 if true if false: 3.1278848648071E-8 if false if false: 1.5723943710327E-8 if true and true: 1.2219905853271E-8 if false and true: 1.3079166412354E-8 if true and false: 1.3203859329224E-8 if false and false: 1.2975931167603E-8
Output for 7.2.18
if true if true: 2.3883819580078E-8 if false if true: 1.3071060180664E-8 if true if false: 2.3252010345459E-8 if false if false: 1.318621635437E-8 if true and true: 1.5377998352051E-8 if false and true: 1.7360925674438E-8 if true and false: 1.6826152801514E-8 if false and false: 2.1507978439331E-8
Output for 7.2.17
if true if true: 2.4641036987305E-8 if false if true: 1.3090848922729E-8 if true if false: 2.3372888565063E-8 if false if false: 1.2974977493286E-8 if true and true: 1.2531042098999E-8 if false and true: 1.3000011444092E-8 if true and false: 1.3126850128174E-8 if false and false: 1.5013933181763E-8
Output for 7.2.16
if true if true: 2.2525072097778E-8 if false if true: 1.2924909591675E-8 if true if false: 2.2446870803833E-8 if false if false: 1.2655973434448E-8 if true and true: 1.1862993240356E-8 if false and true: 1.3231992721558E-8 if true and false: 1.2866020202637E-8 if false and false: 1.2832880020142E-8
Output for 7.2.15
if true if true: 2.5760173797607E-8 if false if true: 1.6107082366943E-8 if true if false: 2.4626016616821E-8 if false if false: 1.426100730896E-8 if true and true: 1.3309001922607E-8 if false and true: 1.4031887054443E-8 if true and false: 1.4611005783081E-8 if false and false: 1.4240980148315E-8
Output for 7.2.14
if true if true: 2.2408962249756E-8 if false if true: 1.2611865997314E-8 if true if false: 2.2572994232178E-8 if false if false: 1.2617826461792E-8 if true and true: 1.1837005615234E-8 if false and true: 1.2686014175415E-8 if true and false: 1.2799978256226E-8 if false and false: 1.2733221054077E-8
Output for 7.2.13
if true if true: 2.3320913314819E-8 if false if true: 1.2726783752441E-8 if true if false: 2.2471904754639E-8 if false if false: 1.2763023376465E-8 if true and true: 1.1862993240356E-8 if false and true: 1.2759923934937E-8 if true and false: 1.2805938720703E-8 if false and false: 1.2692928314209E-8
Output for 7.2.12
if true if true: 2.61549949646E-8 if false if true: 1.7027854919434E-8 if true if false: 2.7202844619751E-8 if false if false: 1.6294002532959E-8 if true and true: 1.7133951187134E-8 if false and true: 1.7000913619995E-8 if true and false: 1.7616033554077E-8 if false and false: 1.6857862472534E-8
Output for 7.2.11
if true if true: 3.2470941543579E-8 if false if true: 2.1836042404175E-8 if true if false: 3.1844854354858E-8 if false if false: 2.1391868591309E-8 if true and true: 2.0558834075928E-8 if false and true: 1.5279054641724E-8 if true and false: 1.3221025466919E-8 if false and false: 1.3232946395874E-8
Output for 7.2.10
if true if true: 3.0044794082642E-8 if false if true: 2.0758152008057E-8 if true if false: 3.0752897262573E-8 if false if false: 2.0632982254028E-8 if true and true: 1.9983053207397E-8 if false and true: 2.0750045776367E-8 if true and false: 2.0604133605957E-8 if false and false: 2.0714998245239E-8
Output for 7.2.9
if true if true: 2.583909034729E-8 if false if true: 1.2646198272705E-8 if true if false: 2.253794670105E-8 if false if false: 1.3880968093872E-8 if true and true: 1.1817932128906E-8 if false and true: 1.2622833251953E-8 if true and false: 1.2787103652954E-8 if false and false: 1.269793510437E-8
Output for 7.2.8
if true if true: 2.43980884552E-8 if false if true: 1.2716054916382E-8 if true if false: 2.2761106491089E-8 if false if false: 1.8447875976563E-8 if true and true: 1.5832901000977E-8 if false and true: 1.4960050582886E-8 if true and false: 1.5926122665405E-8 if false and false: 1.3030052185059E-8
Output for 7.2.7
if true if true: 2.5090932846069E-8 if false if true: 1.3270854949951E-8 if true if false: 2.2610187530518E-8 if false if false: 1.4102935791016E-8 if true and true: 1.3158798217773E-8 if false and true: 1.5484094619751E-8 if true and false: 2.1957874298096E-8 if false and false: 2.2372007369995E-8
Output for 7.2.6
if true if true: 3.3534049987793E-8 if false if true: 1.8548965454102E-8 if true if false: 2.6262998580933E-8 if false if false: 1.6024827957153E-8 if true and true: 1.5348196029663E-8 if false and true: 1.6016006469727E-8 if true and false: 1.4494180679321E-8 if false and false: 1.2569904327393E-8
Output for 7.2.5
if true if true: 3.0196905136108E-8 if false if true: 2.0730972290039E-8 if true if false: 3.0472993850708E-8 if false if false: 2.0714044570923E-8 if true and true: 2.0071029663086E-8 if false and true: 2.0714998245239E-8 if true and false: 2.0700216293335E-8 if false and false: 1.8147945404053E-8
Output for 7.2.4
if true if true: 2.474308013916E-8 if false if true: 1.3876914978027E-8 if true if false: 2.4931192398071E-8 if false if false: 1.3988971710205E-8 if true and true: 1.4143943786621E-8 if false and true: 1.3803958892822E-8 if true and false: 1.3812065124512E-8 if false and false: 1.4219999313354E-8
Output for 7.2.3
if true if true: 2.8203010559082E-8 if false if true: 1.2773036956787E-8 if true if false: 2.241587638855E-8 if false if false: 1.2632131576538E-8 if true and true: 1.1857986450195E-8 if false and true: 1.2656927108765E-8 if true and false: 1.750111579895E-8 if false and false: 2.0666837692261E-8
Output for 7.2.2
if true if true: 2.5920867919922E-8 if false if true: 1.6038179397583E-8 if true if false: 2.5755882263184E-8 if false if false: 1.540994644165E-8 if true and true: 1.252007484436E-8 if false and true: 1.8222093582153E-8 if true and false: 1.6910791397095E-8 if false and false: 1.7815113067627E-8
Output for 7.2.1
if true if true: 3.0762910842896E-8 if false if true: 2.1167039871216E-8 if true if false: 3.0781030654907E-8 if false if false: 2.1260976791382E-8 if true and true: 2.0400047302246E-8 if false and true: 2.0975112915039E-8 if true and false: 2.0918846130371E-8 if false and false: 2.0960092544556E-8
Output for 7.2.0
if true if true: 3.1729936599731E-8 if false if true: 2.1766185760498E-8 if true if false: 3.0887126922607E-8 if false if false: 2.1243095397949E-8 if true and true: 2.0526885986328E-8 if false and true: 2.1216869354248E-8 if true and false: 2.1243095397949E-8 if false and false: 2.1533966064453E-8
Output for 7.1.33
if true if true: 4.6922922134399E-8 if false if true: 5.9973955154419E-8 if true if false: 6.9697856903076E-8 if false if false: 6.1124801635742E-8 if true and true: 4.3200969696045E-8 if false and true: 4.2443990707397E-8 if true and false: 4.2998075485229E-8 if false and false: 5.8176040649414E-8
Output for 7.1.32
if true if true: 6.8734169006348E-8 if false if true: 6.1506986618042E-8 if true if false: 7.3136806488037E-8 if false if false: 4.7615051269531E-8 if true and true: 4.6612977981567E-8 if false and true: 4.7733068466187E-8 if true and false: 4.857611656189E-8 if false and false: 4.933500289917E-8
Output for 7.1.31
if true if true: 4.7893047332764E-8 if false if true: 4.3682813644409E-8 if true if false: 5.0518989562988E-8 if false if false: 6.3203096389771E-8 if true and true: 5.6164979934692E-8 if false and true: 4.3760776519775E-8 if true and false: 4.3513774871826E-8 if false and false: 4.7661066055298E-8
Output for 7.1.30
if true if true: 5.0717115402222E-8 if false if true: 4.6490907669067E-8 if true if false: 5.1027059555054E-8 if false if false: 4.6273231506348E-8 if true and true: 4.5253038406372E-8 if false and true: 4.6643972396851E-8 if true and false: 4.595685005188E-8 if false and false: 4.6266078948975E-8
Output for 7.1.29
if true if true: 4.6044111251831E-8 if false if true: 4.3530941009521E-8 if true if false: 4.6501874923706E-8 if false if false: 4.3907165527344E-8 if true and true: 4.2479038238525E-8 if false and true: 4.2753934860229E-8 if true and false: 4.3086051940918E-8 if false and false: 4.3029069900513E-8
Output for 7.1.28
if true if true: 5.2019119262695E-8 if false if true: 4.4010877609253E-8 if true if false: 4.6679019927979E-8 if false if false: 5.4116010665894E-8 if true and true: 5.9302091598511E-8 if false and true: 6.1522006988525E-8 if true and false: 6.1940908432007E-8 if false and false: 4.2519092559814E-8
Output for 7.1.27
if true if true: 6.7003011703491E-8 if false if true: 6.1231851577759E-8 if true if false: 6.4422845840454E-8 if false if false: 4.2662143707275E-8 if true and true: 4.0910959243774E-8 if false and true: 4.2529821395874E-8 if true and false: 4.1970014572144E-8 if false and false: 5.7333946228027E-8
Output for 7.1.26
if true if true: 5.607795715332E-8 if false if true: 4.3798923492432E-8 if true if false: 4.6082973480225E-8 if false if false: 4.4043064117432E-8 if true and true: 4.1975021362305E-8 if false and true: 4.4801950454712E-8 if true and false: 4.2745113372803E-8 if false and false: 4.7354936599731E-8
Output for 7.1.25
if true if true: 5.9252023696899E-8 if false if true: 5.5482149124146E-8 if true if false: 6.4675807952881E-8 if false if false: 5.075478553772E-8 if true and true: 4.2111873626709E-8 if false and true: 4.7168016433716E-8 if true and false: 6.5088033676147E-8 if false and false: 6.3916206359863E-8
Output for 7.1.24
if true if true: 5.0041913986206E-8 if false if true: 4.6315908432007E-8 if true if false: 5.0089120864868E-8 if false if false: 4.6834945678711E-8 if true and true: 4.6694040298462E-8 if false and true: 4.720401763916E-8 if true and false: 4.6266078948975E-8 if false and false: 4.662013053894E-8
Output for 7.1.23
if true if true: 4.4671058654785E-8 if false if true: 4.2608976364136E-8 if true if false: 5.9033155441284E-8 if false if false: 6.1906814575195E-8 if true and true: 6.0944080352783E-8 if false and true: 5.681586265564E-8 if true and false: 5.0880908966064E-8 if false and false: 4.3708086013794E-8
Output for 7.1.22
if true if true: 4.7611951828003E-8 if false if true: 4.5459032058716E-8 if true if false: 6.7493915557861E-8 if false if false: 5.9368133544922E-8 if true and true: 5.8732986450195E-8 if false and true: 5.9652090072632E-8 if true and false: 5.902099609375E-8 if false and false: 5.9571027755737E-8
Output for 7.1.21
if true if true: 4.8969984054565E-8 if false if true: 4.8543930053711E-8 if true if false: 5.3715944290161E-8 if false if false: 5.4764986038208E-8 if true and true: 4.529881477356E-8 if false and true: 4.2634963989258E-8 if true and false: 4.3078899383545E-8 if false and false: 4.259204864502E-8
Output for 7.1.20
if true if true: 6.2030076980591E-8 if false if true: 4.2279005050659E-8 if true if false: 4.482102394104E-8 if false if false: 4.2786121368408E-8 if true and true: 4.2411804199219E-8 if false and true: 4.2346000671387E-8 if true and false: 5.8906078338623E-8 if false and false: 4.6118974685669E-8
Output for 7.1.19
if true if true: 6.0737133026123E-8 if false if true: 5.72669506073E-8 if true if false: 6.7460060119629E-8 if false if false: 5.990195274353E-8 if true and true: 5.8784008026123E-8 if false and true: 5.6257963180542E-8 if true and false: 4.2737007141113E-8 if false and false: 4.2452812194824E-8
Output for 7.1.18
if true if true: 6.5970897674561E-8 if false if true: 5.8812856674194E-8 if true if false: 6.752610206604E-8 if false if false: 5.9593915939331E-8 if true and true: 5.9842109680176E-8 if false and true: 4.2490005493164E-8 if true and false: 4.2614936828613E-8 if false and false: 4.2804956436157E-8
Output for 7.1.17
if true if true: 5.6166887283325E-8 if false if true: 4.2553901672363E-8 if true if false: 5.7535886764526E-8 if false if false: 6.3663005828857E-8 if true and true: 5.9307098388672E-8 if false and true: 6.2485933303833E-8 if true and false: 4.206395149231E-8 if false and false: 4.2486906051636E-8
Output for 7.1.16
if true if true: 4.5895099639893E-8 if false if true: 4.2678117752075E-8 if true if false: 4.5329093933105E-8 if false if false: 4.3310165405273E-8 if true and true: 4.1616916656494E-8 if false and true: 4.2654991149902E-8 if true and false: 4.286003112793E-8 if false and false: 4.2696952819824E-8
Output for 7.1.15
if true if true: 5.353307723999E-8 if false if true: 4.2371988296509E-8 if true if false: 5.141806602478E-8 if false if false: 4.2290210723877E-8 if true and true: 4.3169975280762E-8 if false and true: 4.4497966766357E-8 if true and false: 4.2909145355225E-8 if false and false: 4.2293071746826E-8
Output for 7.1.14
if true if true: 4.993200302124E-8 if false if true: 4.6196937561035E-8 if true if false: 4.9901008605957E-8 if false if false: 4.6150922775269E-8 if true and true: 4.5236110687256E-8 if false and true: 4.5831918716431E-8 if true and false: 4.5543193817139E-8 if false and false: 4.6050071716309E-8
Output for 7.1.13
if true if true: 6.5892934799194E-8 if false if true: 5.9552192687988E-8 if true if false: 6.6679954528809E-8 if false if false: 5.9969902038574E-8 if true and true: 5.8723926544189E-8 if false and true: 4.9559831619263E-8 if true and false: 4.4726848602295E-8 if false and false: 4.2623043060303E-8
Output for 7.1.12
if true if true: 6.5841913223267E-8 if false if true: 5.9494972229004E-8 if true if false: 5.1557064056396E-8 if false if false: 4.2587041854858E-8 if true and true: 4.7078132629395E-8 if false and true: 5.2327871322632E-8 if true and false: 5.3779125213623E-8 if false and false: 6.0074806213379E-8
Output for 7.1.11
if true if true: 4.5898199081421E-8 if false if true: 4.2742013931274E-8 if true if false: 4.5370101928711E-8 if false if false: 4.2670011520386E-8 if true and true: 4.118013381958E-8 if false and true: 4.3751955032349E-8 if true and false: 5.0941944122314E-8 if false and false: 5.0214052200317E-8
Output for 7.1.10
if true if true: 6.6164016723633E-8 if false if true: 5.0765991210938E-8 if true if false: 4.4592142105103E-8 if false if false: 4.2518854141235E-8 if true and true: 4.1111946105957E-8 if false and true: 4.243278503418E-8 if true and false: 4.2880058288574E-8 if false and false: 5.4925918579102E-8
Output for 7.1.9
if true if true: 5.05051612854E-8 if false if true: 4.6389102935791E-8 if true if false: 5.0348997116089E-8 if false if false: 4.747486114502E-8 if true and true: 4.6168088912964E-8 if false and true: 4.6826124191284E-8 if true and false: 4.7928094863892E-8 if false and false: 4.6302080154419E-8
Output for 7.1.8
if true if true: 5.7353973388672E-8 if false if true: 4.6499967575073E-8 if true if false: 6.7153930664063E-8 if false if false: 5.9598922729492E-8 if true and true: 5.8261871337891E-8 if false and true: 5.9944868087769E-8 if true and false: 5.9986114501953E-8 if false and false: 4.3271064758301E-8
Output for 7.1.7
if true if true: 6.7061185836792E-8 if false if true: 5.9621095657349E-8 if true if false: 6.6686868667603E-8 if false if false: 5.9912919998169E-8 if true and true: 5.9354782104492E-8 if false and true: 4.9676179885864E-8 if true and false: 4.2526960372925E-8 if false and false: 4.4629096984863E-8
Output for 7.1.6
if true if true: 4.9920082092285E-8 if false if true: 4.8397064208984E-8 if true if false: 5.0353050231934E-8 if false if false: 4.6853065490723E-8 if true and true: 4.5191049575806E-8 if false and true: 4.6359062194824E-8 if true and false: 4.6631097793579E-8 if false and false: 4.7194004058838E-8
Output for 7.1.5
if true if true: 6.5696954727173E-8 if false if true: 5.3331136703491E-8 if true if false: 5.5528879165649E-8 if false if false: 5.0245046615601E-8 if true and true: 4.8388004302979E-8 if false and true: 4.3952941894531E-8 if true and false: 4.2226076126099E-8 if false and false: 4.2205810546875E-8
Output for 7.1.4
if true if true: 6.3020944595337E-8 if false if true: 5.9135913848877E-8 if true if false: 6.6492080688477E-8 if false if false: 5.2104949951172E-8 if true and true: 4.0808916091919E-8 if false and true: 4.2526006698608E-8 if true and false: 4.4806957244873E-8 if false and false: 5.8591842651367E-8
Output for 7.1.3
if true if true: 5.2006006240845E-8 if false if true: 4.4033050537109E-8 if true if false: 5.1613092422485E-8 if false if false: 4.3807029724121E-8 if true and true: 4.1172981262207E-8 if false and true: 4.2397022247314E-8 if true and false: 4.2699813842773E-8 if false and false: 4.2731046676636E-8
Output for 7.1.2
if true if true: 5.2057981491089E-8 if false if true: 4.632306098938E-8 if true if false: 5.3167104721069E-8 if false if false: 4.6743869781494E-8 if true and true: 4.451584815979E-8 if false and true: 4.662013053894E-8 if true and false: 4.6065807342529E-8 if false and false: 4.6308040618896E-8
Output for 7.1.1
if true if true: 6.5514087677002E-8 if false if true: 5.0047874450684E-8 if true if false: 4.456615447998E-8 if false if false: 4.2591094970703E-8 if true and true: 4.094409942627E-8 if false and true: 4.2788982391357E-8 if true and false: 4.2772054672241E-8 if false and false: 5.4149150848389E-8
Output for 7.1.0
if true if true: 5.579400062561E-8 if false if true: 4.2979001998901E-8 if true if false: 5.1881074905396E-8 if false if false: 6.0595035552979E-8 if true and true: 5.9300184249878E-8 if false and true: 6.0301065444946E-8 if true and false: 6.0662984848022E-8 if false and false: 6.046199798584E-8
Output for 7.0.33
if true if true: 6.3323020935059E-8 if false if true: 4.3761014938354E-8 if true if false: 4.5892953872681E-8 if false if false: 4.3428182601929E-8 if true and true: 4.1324853897095E-8 if false and true: 4.2765855789185E-8 if true and false: 4.2598009109497E-8 if false and false: 4.2840957641602E-8
Output for 7.0.32
if true if true: 6.7003011703491E-8 if false if true: 5.9455871582031E-8 if true if false: 6.7975044250488E-8 if false if false: 5.9552192687988E-8 if true and true: 5.873703956604E-8 if false and true: 5.7813882827759E-8 if true and false: 4.2596101760864E-8 if false and false: 4.2654991149902E-8
Output for 7.0.31
if true if true: 4.6221971511841E-8 if false if true: 4.507303237915E-8 if true if false: 5.016016960144E-8 if false if false: 4.2540073394775E-8 if true and true: 4.3453931808472E-8 if false and true: 5.9741973876953E-8 if true and false: 6.1212062835693E-8 if false and false: 6.1605930328369E-8
Output for 7.0.30
if true if true: 4.6923875808716E-8 if false if true: 4.7559976577759E-8 if true if false: 5.3675889968872E-8 if false if false: 4.8388957977295E-8 if true and true: 4.1173934936523E-8 if false and true: 4.3429851531982E-8 if true and false: 4.2687892913818E-8 if false and false: 4.2437076568604E-8
Output for 7.0.29
if true if true: 5.0822973251343E-8 if false if true: 4.6140909194946E-8 if true if false: 5.0525903701782E-8 if false if false: 4.6792030334473E-8 if true and true: 4.5168161392212E-8 if false and true: 4.6735048294067E-8 if true and false: 4.6128034591675E-8 if false and false: 4.5988082885742E-8
Output for 7.0.28
if true if true: 6.5791845321655E-8 if false if true: 5.9498071670532E-8 if true if false: 6.6632986068726E-8 if false if false: 5.945897102356E-8 if true and true: 5.6050062179565E-8 if false and true: 5.214786529541E-8 if true and false: 5.054497718811E-8 if false and false: 4.423999786377E-8
Output for 7.0.27
if true if true: 4.7228813171387E-8 if false if true: 4.6165943145752E-8 if true if false: 4.6651124954224E-8 if false if false: 4.3662071228027E-8 if true and true: 4.4429779052734E-8 if false and true: 5.6164026260376E-8 if true and false: 4.606819152832E-8 if false and false: 4.8141002655029E-8
Output for 7.0.26
if true if true: 5.2850961685181E-8 if false if true: 4.581618309021E-8 if true if false: 4.960298538208E-8 if false if false: 4.6015977859497E-8 if true and true: 4.6678066253662E-8 if false and true: 4.6413898468018E-8 if true and false: 4.6229124069214E-8 if false and false: 4.6052932739258E-8
Output for 7.0.25
if true if true: 6.6289901733398E-8 if false if true: 5.9999942779541E-8 if true if false: 6.1172962188721E-8 if false if false: 4.2140007019043E-8 if true and true: 4.1162967681885E-8 if false and true: 4.2498111724854E-8 if true and false: 4.3081998825073E-8 if false and false: 4.2523145675659E-8
Output for 7.0.24
if true if true: 5.5272102355957E-8 if false if true: 4.4243812561035E-8 if true if false: 4.6364068984985E-8 if false if false: 4.2572021484375E-8 if true and true: 4.1450977325439E-8 if false and true: 4.2768001556396E-8 if true and false: 4.2778015136719E-8 if false and false: 4.2826175689697E-8
Output for 7.0.23
if true if true: 6.6092014312744E-8 if false if true: 6.0118913650513E-8 if true if false: 5.1810026168823E-8 if false if false: 4.2558193206787E-8 if true and true: 4.1014194488525E-8 if false and true: 4.3459892272949E-8 if true and false: 4.6954154968262E-8 if false and false: 5.9688806533813E-8
Output for 7.0.22
if true if true: 4.71510887146E-8 if false if true: 4.4107913970947E-8 if true if false: 4.6801805496216E-8 if false if false: 4.1456937789917E-8 if true and true: 4.1501998901367E-8 if false and true: 4.2639970779419E-8 if true and false: 4.2715072631836E-8 if false and false: 4.2710781097412E-8
Output for 7.0.21
if true if true: 6.5530061721802E-8 if false if true: 6.0013055801392E-8 if true if false: 6.7674875259399E-8 if false if false: 5.9844970703125E-8 if true and true: 5.8307886123657E-8 if false and true: 5.9139966964722E-8 if true and false: 5.944299697876E-8 if false and false: 5.9952974319458E-8
Output for 7.0.20
if true if true: 4.4821977615356E-8 if false if true: 4.2559862136841E-8 if true if false: 4.5231819152832E-8 if false if false: 4.4252872467041E-8 if true and true: 5.5849075317383E-8 if false and true: 5.8543920516968E-8 if true and false: 5.7770967483521E-8 if false and false: 5.828595161438E-8
Output for 7.0.19
if true if true: 4.7084093093872E-8 if false if true: 4.2590141296387E-8 if true if false: 4.5408964157104E-8 if false if false: 4.2838096618652E-8 if true and true: 4.4715166091919E-8 if false and true: 4.9143075942993E-8 if true and false: 4.897403717041E-8 if false and false: 4.2693138122559E-8
Output for 7.0.18
if true if true: 4.7729969024658E-8 if false if true: 5.8596134185791E-8 if true if false: 6.7212104797363E-8 if false if false: 5.8906078338623E-8 if true and true: 4.4315814971924E-8 if false and true: 4.615592956543E-8 if true and false: 5.1455020904541E-8 if false and false: 4.9269914627075E-8
Output for 7.0.17
if true if true: 6.6437005996704E-8 if false if true: 5.8776140213013E-8 if true if false: 6.3306093215942E-8 if false if false: 4.5614004135132E-8 if true and true: 5.6823968887329E-8 if false and true: 5.8557033538818E-8 if true and false: 5.8512926101685E-8 if false and false: 5.8521032333374E-8
Output for 7.0.16
if true if true: 6.552791595459E-8 if false if true: 5.8593988418579E-8 if true if false: 6.679892539978E-8 if false if false: 5.5119037628174E-8 if true and true: 4.1049957275391E-8 if false and true: 4.288387298584E-8 if true and false: 4.2354822158813E-8 if false and false: 5.8528900146484E-8
Output for 7.0.15
if true if true: 6.5223932266235E-8 if false if true: 5.8808088302612E-8 if true if false: 6.6766023635864E-8 if false if false: 4.8539161682129E-8 if true and true: 4.0879964828491E-8 if false and true: 4.2667150497437E-8 if true and false: 4.2520046234131E-8 if false and false: 4.3736219406128E-8
Output for 7.0.14
if true if true: 5.0264835357666E-8 if false if true: 4.6016931533813E-8 if true if false: 4.9867153167725E-8 if false if false: 4.6788930892944E-8 if true and true: 4.486608505249E-8 if false and true: 4.6128034591675E-8 if true and false: 4.6633958816528E-8 if false and false: 4.7399997711182E-8
Output for 7.0.13
if true if true: 6.6481828689575E-8 if false if true: 6.0014963150024E-8 if true if false: 6.7396879196167E-8 if false if false: 5.9915065765381E-8 if true and true: 5.9015989303589E-8 if false and true: 5.9785127639771E-8 if true and false: 4.4528007507324E-8 if false and false: 4.5696020126343E-8
Output for 7.0.12
if true if true: 4.6609878540039E-8 if false if true: 4.2638778686523E-8 if true if false: 4.655909538269E-8 if false if false: 4.453706741333E-8 if true and true: 5.4095983505249E-8 if false and true: 4.6467065811157E-8 if true and false: 4.7352075576782E-8 if false and false: 4.6095132827759E-8
Output for 7.0.11
if true if true: 6.7170858383179E-8 if false if true: 6.0256958007813E-8 if true if false: 6.0887098312378E-8 if false if false: 4.8674821853638E-8 if true and true: 4.9407958984375E-8 if false and true: 4.9130916595459E-8 if true and false: 5.8897972106934E-8 if false and false: 5.8933973312378E-8
Output for 7.0.10
if true if true: 4.7310829162598E-8 if false if true: 4.2760133743286E-8 if true if false: 6.6252946853638E-8 if false if false: 6.0219049453735E-8 if true and true: 5.9155941009521E-8 if false and true: 6.017804145813E-8 if true and false: 6.0168027877808E-8 if false and false: 6.0163974761963E-8
Output for 7.0.9
if true if true: 6.6005945205688E-8 if false if true: 5.6887149810791E-8 if true if false: 4.5194149017334E-8 if false if false: 4.9610137939453E-8 if true and true: 5.9106826782227E-8 if false and true: 6.0144901275635E-8 if true and false: 6.0136079788208E-8 if false and false: 6.0242891311646E-8
Output for 7.0.8
if true if true: 6.2920093536377E-8 if false if true: 4.4083118438721E-8 if true if false: 4.5722007751465E-8 if false if false: 5.9545993804932E-8 if true and true: 5.8755159378052E-8 if false and true: 6.0116052627563E-8 if true and false: 6.0281038284302E-8 if false and false: 6.0120105743408E-8
Output for 7.0.7
if true if true: 6.7022085189819E-8 if false if true: 5.9208154678345E-8 if true if false: 6.7456960678101E-8 if false if false: 6.2932014465332E-8 if true and true: 5.9017896652222E-8 if false and true: 5.928897857666E-8 if true and false: 4.6280145645142E-8 if false and false: 4.2407989501953E-8
Output for 7.0.6
if true if true: 5.414605140686E-8 if false if true: 6.0191869735718E-8 if true if false: 6.6368818283081E-8 if false if false: 4.2773962020874E-8 if true and true: 4.7091960906982E-8 if false and true: 5.0226926803589E-8 if true and false: 4.4576168060303E-8 if false and false: 4.2706966400146E-8
Output for 7.0.5
if true if true: 6.5655946731567E-8 if false if true: 5.9798955917358E-8 if true if false: 6.7448854446411E-8 if false if false: 5.9668064117432E-8 if true and true: 4.8156976699829E-8 if false and true: 4.6951055526733E-8 if true and false: 4.227614402771E-8 if false and false: 5.2878856658936E-8
Output for 7.0.4
if true if true: 5.7846784591675E-8 if false if true: 5.73410987854E-8 if true if false: 4.9996137619019E-8 if false if false: 4.6214818954468E-8 if true and true: 4.4378042221069E-8 if false and true: 4.8002958297729E-8 if true and false: 4.6289920806885E-8 if false and false: 4.5987844467163E-8
Output for 7.0.3
if true if true: 6.6052913665771E-8 if false if true: 6.0153007507324E-8 if true if false: 6.7148923873901E-8 if false if false: 6.0128927230835E-8 if true and true: 5.8990001678467E-8 if false and true: 5.9576034545898E-8 if true and false: 5.9381008148193E-8 if false and false: 5.9221029281616E-8
Output for 7.0.2
if true if true: 5.3700923919678E-8 if false if true: 4.2494058609009E-8 if true if false: 4.6021938323975E-8 if false if false: 4.2620897293091E-8 if true and true: 5.7591915130615E-8 if false and true: 5.9860944747925E-8 if true and false: 5.9916973114014E-8 if false and false: 6.007719039917E-8
Output for 7.0.1
if true if true: 6.5062999725342E-8 if false if true: 5.9062004089355E-8 if true if false: 6.6020011901855E-8 if false if false: 5.9175968170166E-8 if true and true: 5.1599979400635E-8 if false and true: 4.2134046554565E-8 if true and false: 4.1998147964478E-8 if false and false: 4.4142007827759E-8
Output for 7.0.0
if true if true: 6.5011024475098E-8 if false if true: 5.9528112411499E-8 if true if false: 6.6783905029297E-8 if false if false: 5.9252977371216E-8 if true and true: 5.7780981063843E-8 if false and true: 5.893087387085E-8 if true and false: 5.9470891952515E-8 if false and false: 5.9418916702271E-8
Output for 5.6.40
if true if true: 1.3404607772827E-7 if false if true: 1.123480796814E-7 if true if false: 1.4269304275513E-7 if false if false: 1.2147212028503E-7 if true and true: 1.6574883460999E-7 if false and true: 1.3997006416321E-7 if true and false: 1.5010285377502E-7 if false and false: 1.1277103424072E-7
Output for 5.6.39
if true if true: 1.4698791503906E-7 if false if true: 1.2525010108948E-7 if true if false: 1.4308905601501E-7 if false if false: 1.2246918678284E-7 if true and true: 1.6481900215149E-7 if false and true: 1.16858959198E-7 if true and false: 1.4921808242798E-7 if false and false: 1.3065791130066E-7
Output for 5.6.38
if true if true: 1.3898205757141E-7 if false if true: 1.0318899154663E-7 if true if false: 1.2096810340881E-7 if false if false: 1.0521411895752E-7 if true and true: 1.4610910415649E-7 if false and true: 1.1881899833679E-7 if true and false: 1.3737106323242E-7 if false and false: 1.2029314041138E-7
Output for 5.6.37
if true if true: 1.3941407203674E-7 if false if true: 9.8912000656128E-8 if true if false: 1.2263298034668E-7 if false if false: 9.7246170043945E-8 if true and true: 1.3787007331848E-7 if false and true: 1.1475682258606E-7 if true and false: 1.5648794174194E-7 if false and false: 1.4244794845581E-7
Output for 5.6.36
if true if true: 1.4523005485535E-7 if false if true: 1.1547899246216E-7 if true if false: 1.2860798835754E-7 if false if false: 1.052770614624E-7 if true and true: 1.6540098190308E-7 if false and true: 1.3601112365723E-7 if true and false: 1.5734195709229E-7 if false and false: 1.3883686065674E-7
Output for 5.6.35
if true if true: 1.4455103874207E-7 if false if true: 1.2163400650024E-7 if true if false: 1.1651802062988E-7 if false if false: 9.8262071609497E-8 if true and true: 1.3896203041077E-7 if false and true: 1.1428999900818E-7 if true and false: 1.2971496582031E-7 if false and false: 1.1569404602051E-7
Output for 5.6.34
if true if true: 1.2423896789551E-7 if false if true: 9.8012924194336E-8 if true if false: 1.3943982124329E-7 if false if false: 1.1671209335327E-7 if true and true: 1.4712905883789E-7 if false and true: 1.3376593589783E-7 if true and false: 1.3743209838867E-7 if false and false: 1.3709807395935E-7
Output for 5.6.33
if true if true: 1.4402294158936E-7 if false if true: 1.229419708252E-7 if true if false: 1.1624503135681E-7 if false if false: 1.0739302635193E-7 if true and true: 1.6539692878723E-7 if false and true: 1.2869596481323E-7 if true and false: 1.3068699836731E-7 if false and false: 1.1969590187073E-7
Output for 5.6.32
if true if true: 1.4668798446655E-7 if false if true: 1.1448907852173E-7 if true if false: 1.3814496994019E-7 if false if false: 1.1198616027832E-7 if true and true: 1.5611505508423E-7 if false and true: 1.3661003112793E-7 if true and false: 1.5761184692383E-7 if false and false: 1.264910697937E-7
Output for 5.6.31
if true if true: 1.3677597045898E-7 if false if true: 9.7709894180298E-8 if true if false: 1.29145860672E-7 if false if false: 9.6965074539185E-8 if true and true: 1.3650298118591E-7 if false and true: 1.1002802848816E-7 if true and false: 1.2780213356018E-7 if false and false: 1.2891888618469E-7
Output for 5.6.30
if true if true: 1.3767099380493E-7 if false if true: 1.0492897033691E-7 if true if false: 1.2457990646362E-7 if false if false: 1.0700988769531E-7 if true and true: 1.4486885070801E-7 if false and true: 1.355140209198E-7 if true and false: 1.5567398071289E-7 if false and false: 1.2497901916504E-7
Output for 5.6.29
if true if true: 1.3620114326477E-7 if false if true: 1.153028011322E-7 if true if false: 1.4044404029846E-7 if false if false: 1.1883306503296E-7 if true and true: 1.5711092948914E-7 if false and true: 1.4830899238586E-7 if true and false: 1.6550183296204E-7 if false and false: 1.4115905761719E-7
Output for 5.6.28
if true if true: 1.4426684379578E-7 if false if true: 1.2040996551514E-7 if true if false: 1.2500691413879E-7 if false if false: 1.0176992416382E-7 if true and true: 1.5097999572754E-7 if false and true: 1.1307692527771E-7 if true and false: 1.3018178939819E-7 if false and false: 1.1392092704773E-7
Output for 5.6.27
if true if true: 1.48108959198E-7 if false if true: 1.0160398483276E-7 if true if false: 1.1819100379944E-7 if false if false: 1.0573792457581E-7 if true and true: 1.5772199630737E-7 if false and true: 1.3843011856079E-7 if true and false: 1.3396310806274E-7 if false and false: 1.1407113075256E-7
Output for 5.6.26
if true if true: 1.4509797096252E-7 if false if true: 1.0976791381836E-7 if true if false: 1.3195514678955E-7 if false if false: 1.044659614563E-7 if true and true: 1.4550495147705E-7 if false and true: 1.2026810646057E-7 if true and false: 1.3825607299805E-7 if false and false: 1.1995792388916E-7
Output for 5.6.25
if true if true: 1.4604616165161E-7 if false if true: 1.2033009529114E-7 if true if false: 1.3255286216736E-7 if false if false: 1.0281205177307E-7 if true and true: 1.6553401947021E-7 if false and true: 1.3907194137573E-7 if true and false: 1.6176891326904E-7 if false and false: 1.3872814178467E-7
Output for 5.6.24
if true if true: 1.4514589309692E-7 if false if true: 1.1845803260803E-7 if true if false: 1.1964988708496E-7 if false if false: 1.0836386680603E-7 if true and true: 1.4993000030518E-7 if false and true: 1.147780418396E-7 if true and false: 1.3806390762329E-7 if false and false: 1.1328291893005E-7
Output for 5.6.23
if true if true: 1.4579796791077E-7 if false if true: 1.2269687652588E-7 if true if false: 1.4331483840942E-7 if false if false: 1.2158608436584E-7 if true and true: 1.5562295913696E-7 if false and true: 1.2569689750671E-7 if true and false: 1.4977192878723E-7 if false and false: 1.3814401626587E-7
Output for 5.6.22
if true if true: 1.3931512832642E-7 if false if true: 1.0478901863098E-7 if true if false: 1.2244319915771E-7 if false if false: 1.0385704040527E-7 if true and true: 1.4678192138672E-7 if false and true: 1.1992502212524E-7 if true and false: 1.3737988471985E-7 if false and false: 1.1764788627625E-7
Output for 5.6.21
if true if true: 1.4043402671814E-7 if false if true: 1.0855889320374E-7 if true if false: 1.4084315299988E-7 if false if false: 1.150529384613E-7 if true and true: 1.5975189208984E-7 if false and true: 1.3845610618591E-7 if true and false: 1.6032409667969E-7 if false and false: 1.379759311676E-7
Output for 5.6.20
if true if true: 1.3562917709351E-7 if false if true: 9.9565982818604E-8 if true if false: 1.1838293075562E-7 if false if false: 9.6318006515503E-8 if true and true: 1.3728904724121E-7 if false and true: 1.1115312576294E-7 if true and false: 1.2847495079041E-7 if false and false: 1.1055397987366E-7
Output for 5.6.19
if true if true: 1.3967394828796E-7 if false if true: 1.1403608322144E-7 if true if false: 1.3902497291565E-7 if false if false: 1.1914706230164E-7 if true and true: 1.6168618202209E-7 if false and true: 1.2291193008423E-7 if true and false: 1.5082097053528E-7 if false and false: 1.3790988922119E-7
Output for 5.6.18
if true if true: 1.3605690002441E-7 if false if true: 1.020929813385E-7 if true if false: 1.239230632782E-7 if false if false: 9.8149061203003E-8 if true and true: 1.499240398407E-7 if false and true: 1.3739609718323E-7 if true and false: 1.5771007537842E-7 if false and false: 1.3445591926575E-7
Output for 5.6.17
if true if true: 1.4753103256226E-7 if false if true: 1.2304306030273E-7 if true if false: 1.4322590827942E-7 if false if false: 1.2350010871887E-7 if true and true: 1.6444110870361E-7 if false and true: 1.376781463623E-7 if true and false: 1.6007494926453E-7 if false and false: 1.3821291923523E-7
Output for 5.6.16
if true if true: 1.4441609382629E-7 if false if true: 1.2157201766968E-7 if true if false: 1.4117312431335E-7 if false if false: 1.1123704910278E-7 if true and true: 1.4294195175171E-7 if false and true: 1.2787699699402E-7 if true and false: 1.5480494499207E-7 if false and false: 1.3847899436951E-7
Output for 5.6.15
if true if true: 1.4165592193604E-7 if false if true: 1.0415410995483E-7 if true if false: 1.2291812896729E-7 if false if false: 1.0457992553711E-7 if true and true: 1.4643692970276E-7 if false and true: 1.2062287330627E-7 if true and false: 1.3822484016418E-7 if false and false: 1.2148809432983E-7
Output for 5.6.14
if true if true: 1.3466286659241E-7 if false if true: 1.2081384658813E-7 if true if false: 1.1579298973083E-7 if false if false: 1.105740070343E-7 if true and true: 1.6397500038147E-7 if false and true: 1.3738918304443E-7 if true and false: 1.6033911705017E-7 if false and false: 1.3764190673828E-7
Output for 5.6.13
if true if true: 1.4455795288086E-7 if false if true: 1.2179899215698E-7 if true if false: 1.4213299751282E-7 if false if false: 1.2124085426331E-7 if true and true: 1.6460514068604E-7 if false and true: 1.3934206962585E-7 if true and false: 1.6211009025574E-7 if false and false: 1.3966703414917E-7
Output for 5.6.12
if true if true: 1.4773082733154E-7 if false if true: 1.2524008750916E-7 if true if false: 1.4216899871826E-7 if false if false: 1.2315583229065E-7 if true and true: 1.5602993965149E-7 if false and true: 1.1770105361938E-7 if true and false: 1.3824486732483E-7 if false and false: 1.1702609062195E-7
Output for 5.6.11
if true if true: 1.3837313652039E-7 if false if true: 1.0434079170227E-7 if true if false: 1.1545896530151E-7 if false if false: 1.0796904563904E-7 if true and true: 1.4478492736816E-7 if false and true: 1.1910200119019E-7 if true and false: 1.3823103904724E-7 if false and false: 1.1300802230835E-7
Output for 5.6.10
if true if true: 1.3459181785583E-7 if false if true: 1.033501625061E-7 if true if false: 1.328341960907E-7 if false if false: 9.7087144851685E-8 if true and true: 1.3726687431335E-7 if false and true: 1.1030507087708E-7 if true and false: 1.5595817565918E-7 if false and false: 1.4364290237427E-7
Output for 5.6.9
if true if true: 1.4455986022949E-7 if false if true: 1.2204909324646E-7 if true if false: 1.3119602203369E-7 if false if false: 9.7949028015137E-8 if true and true: 1.4556193351746E-7 if false and true: 1.3767409324646E-7 if true and false: 1.6061496734619E-7 if false and false: 1.3778901100159E-7
Output for 5.6.8
if true if true: 1.3943886756897E-7 if false if true: 1.0972809791565E-7 if true if false: 1.1742901802063E-7 if false if false: 9.7926139831543E-8 if true and true: 1.3920116424561E-7 if false and true: 1.3857007026672E-7 if true and false: 1.624219417572E-7 if false and false: 1.3981413841248E-7
Output for 5.6.7
if true if true: 1.4403295516968E-7 if false if true: 1.2175703048706E-7 if true if false: 1.1758780479431E-7 if false if false: 9.8285913467407E-8 if true and true: 1.4511489868164E-7 if false and true: 1.1565399169922E-7 if true and false: 1.2968587875366E-7 if false and false: 1.1801505088806E-7
Output for 5.6.6
if true if true: 1.448450088501E-7 if false if true: 1.2164306640625E-7 if true if false: 1.4101910591125E-7 if false if false: 1.0429501533508E-7 if true and true: 1.4192509651184E-7 if false and true: 1.1566114425659E-7 if true and false: 1.6162014007568E-7 if false and false: 1.3907194137573E-7
Output for 5.6.5
if true if true: 1.4099311828613E-7 if false if true: 1.0554814338684E-7 if true if false: 1.2223315238953E-7 if false if false: 1.143639087677E-7 if true and true: 1.4468193054199E-7 if false and true: 1.1754584312439E-7 if true and false: 1.3615012168884E-7 if false and false: 1.1715292930603E-7
Output for 5.6.4
if true if true: 1.3957810401917E-7 if false if true: 1.0816597938538E-7 if true if false: 1.1732602119446E-7 if false if false: 9.5216989517212E-8 if true and true: 1.3715887069702E-7 if false and true: 1.1078882217407E-7 if true and false: 1.4172005653381E-7 if false and false: 1.2155389785767E-7
Output for 5.6.3
if true if true: 1.4507818222046E-7 if false if true: 1.2266492843628E-7 if true if false: 1.2280416488647E-7 if false if false: 9.7727060317993E-8 if true and true: 1.399610042572E-7 if false and true: 1.1081409454346E-7 if true and false: 1.2875390052795E-7 if false and false: 1.1071586608887E-7
Output for 5.6.2
if true if true: 1.4496803283691E-7 if false if true: 1.2214303016663E-7 if true if false: 1.4217090606689E-7 if false if false: 1.2140011787415E-7 if true and true: 1.6471099853516E-7 if false and true: 1.3790988922119E-7 if true and false: 1.5388298034668E-7 if false and false: 1.1380910873413E-7
Output for 5.6.1
if true if true: 1.4703798294067E-7 if false if true: 1.2319397926331E-7 if true if false: 1.4354300498962E-7 if false if false: 1.2178087234497E-7 if true and true: 1.6383385658264E-7 if false and true: 1.3777995109558E-7 if true and false: 1.4029717445374E-7 if false and false: 1.1355710029602E-7
Output for 5.6.0
if true if true: 1.4496302604675E-7 if false if true: 1.2138390541077E-7 if true if false: 1.3522505760193E-7 if false if false: 1.1410307884216E-7 if true and true: 1.453869342804E-7 if false and true: 1.3244986534119E-7 if true and false: 1.5821003913879E-7 if false and false: 1.1564111709595E-7
Output for 5.5.38
if true if true: 1.4035105705261E-7 if false if true: 1.0912203788757E-7 if true if false: 1.1348795890808E-7 if false if false: 1.0064196586609E-7 if true and true: 1.4312505722046E-7 if false and true: 1.1049795150757E-7 if true and false: 1.2670803070068E-7 if false and false: 1.1064100265503E-7
Output for 5.5.37
if true if true: 1.4554381370544E-7 if false if true: 1.2116312980652E-7 if true if false: 1.2965893745422E-7 if false if false: 1.1309289932251E-7 if true and true: 1.6421484947205E-7 if false and true: 1.3875603675842E-7 if true and false: 1.5469193458557E-7 if false and false: 1.3893604278564E-7
Output for 5.5.36
if true if true: 1.466281414032E-7 if false if true: 1.2471079826355E-7 if true if false: 1.4259505271912E-7 if false if false: 1.2274718284607E-7 if true and true: 1.5827202796936E-7 if false and true: 1.1853408813477E-7 if true and false: 1.3044595718384E-7 if false and false: 1.2927985191345E-7
Output for 5.5.35
if true if true: 1.4762687683105E-7 if false if true: 1.2453985214233E-7 if true if false: 1.4405488967896E-7 if false if false: 1.2352585792542E-7 if true and true: 1.6091704368591E-7 if false and true: 1.3460183143616E-7 if true and false: 1.5997695922852E-7 if false and false: 1.4148497581482E-7
Output for 5.5.34
if true if true: 1.4836096763611E-7 if false if true: 1.2640190124512E-7 if true if false: 1.4240598678589E-7 if false if false: 1.2388706207275E-7 if true and true: 1.4778709411621E-7 if false and true: 1.2068510055542E-7 if true and false: 1.3363790512085E-7 if false and false: 1.204149723053E-7
Output for 5.5.33
if true if true: 1.3555788993835E-7 if false if true: 1.0074710845947E-7 if true if false: 1.1834406852722E-7 if false if false: 1.0896801948547E-7 if true and true: 1.3694310188293E-7 if false and true: 1.1235189437866E-7 if true and false: 1.3935613632202E-7 if false and false: 1.1927700042725E-7
Output for 5.5.32
if true if true: 1.4484405517578E-7 if false if true: 1.257917881012E-7 if true if false: 1.3822293281555E-7 if false if false: 1.041419506073E-7 if true and true: 1.4149689674377E-7 if false and true: 1.3807392120361E-7 if true and false: 1.5411400794983E-7 if false and false: 1.3823509216309E-7
Output for 5.5.31
if true if true: 1.4634990692139E-7 if false if true: 1.2336301803589E-7 if true if false: 1.4328598976135E-7 if false if false: 1.2383484840393E-7 if true and true: 1.6426014900208E-7 if false and true: 1.3750004768372E-7 if true and false: 1.5261316299438E-7 if false and false: 1.3445496559143E-7
Output for 5.5.30
if true if true: 1.4647912979126E-7 if false if true: 1.0783386230469E-7 if true if false: 1.238899230957E-7 if false if false: 9.6662998199463E-8 if true and true: 1.3547492027283E-7 if false and true: 1.1184906959534E-7 if true and false: 1.2696290016174E-7 if false and false: 1.1188387870789E-7
Output for 5.5.29
if true if true: 1.4665007591248E-7 if false if true: 1.2277793884277E-7 if true if false: 1.4274597167969E-7 if false if false: 1.2053394317627E-7 if true and true: 1.618869304657E-7 if false and true: 1.3566303253174E-7 if true and false: 1.516010761261E-7 if false and false: 1.2895011901855E-7
Output for 5.5.28
if true if true: 1.4329504966736E-7 if false if true: 1.2301588058472E-7 if true if false: 1.3072085380554E-7 if false if false: 9.9199056625366E-8 if true and true: 1.3570404052734E-7 if false and true: 1.3265109062195E-7 if true and false: 1.5638399124146E-7 if false and false: 1.3219785690308E-7
Output for 5.5.27
if true if true: 1.4007592201233E-7 if false if true: 1.1756491661072E-7 if true if false: 1.4369297027588E-7 if false if false: 1.2229895591736E-7 if true and true: 1.5458106994629E-7 if false and true: 1.191098690033E-7 if true and false: 1.3364601135254E-7 if false and false: 1.1744809150696E-7
Output for 5.5.26
if true if true: 1.4512014389038E-7 if false if true: 1.2495112419128E-7 if true if false: 1.3619494438171E-7 if false if false: 1.1888408660889E-7 if true and true: 1.6419887542725E-7 if false and true: 1.3839888572693E-7 if true and false: 1.5505886077881E-7 if false and false: 1.2558102607727E-7
Output for 5.5.25
if true if true: 1.4595198631287E-7 if false if true: 1.233549118042E-7 if true if false: 1.3915395736694E-7 if false if false: 1.2188410758972E-7 if true and true: 1.4548397064209E-7 if false and true: 1.1191987991333E-7 if true and false: 1.2798690795898E-7 if false and false: 1.211371421814E-7
Output for 5.5.24
if true if true: 1.3063311576843E-7 if false if true: 9.9715948104858E-8 if true if false: 1.2601494789124E-7 if false if false: 1.067168712616E-7 if true and true: 1.6511917114258E-7 if false and true: 1.3863706588745E-7 if true and false: 1.5473413467407E-7 if false and false: 1.3544487953186E-7
Output for 5.5.23
if true if true: 1.4381504058838E-7 if false if true: 1.2328004837036E-7 if true if false: 1.4022397994995E-7 if false if false: 1.1076998710632E-7 if true and true: 1.4839291572571E-7 if false and true: 1.3937306404114E-7 if true and false: 1.556088924408E-7 if false and false: 1.3943099975586E-7
Output for 5.5.22
if true if true: 1.4605808258057E-7 if false if true: 1.243360042572E-7 if true if false: 1.4066600799561E-7 if false if false: 1.2278914451599E-7 if true and true: 1.4890694618225E-7 if false and true: 1.1094117164612E-7 if true and false: 1.3211798667908E-7 if false and false: 1.3219308853149E-7
Output for 5.5.21
if true if true: 1.4422607421875E-7 if false if true: 1.2386703491211E-7 if true if false: 1.418731212616E-7 if false if false: 1.1337494850159E-7 if true and true: 1.4239001274109E-7 if false and true: 1.1431217193604E-7 if true and false: 1.2990808486938E-7 if false and false: 1.1043310165405E-7
Output for 5.5.20
if true if true: 1.4417695999146E-7 if false if true: 1.1578893661499E-7 if true if false: 1.2646818161011E-7 if false if false: 1.1135697364807E-7 if true and true: 1.482880115509E-7 if false and true: 1.2612009048462E-7 if true and false: 1.5388488769531E-7 if false and false: 1.3761496543884E-7
Output for 5.5.19
if true if true: 1.3949608802795E-7 if false if true: 1.202700138092E-7 if true if false: 1.4221000671387E-7 if false if false: 1.2140393257141E-7 if true and true: 1.6356611251831E-7 if false and true: 1.3737893104553E-7 if true and false: 1.5340614318848E-7 if false and false: 1.3547992706299E-7
Output for 5.5.18
if true if true: 1.3741302490234E-7 if false if true: 1.0523509979248E-7 if true if false: 1.2379002571106E-7 if false if false: 1.0551309585571E-7 if true and true: 1.416699886322E-7 if false and true: 1.1903595924377E-7 if true and false: 1.3408088684082E-7 if false and false: 1.2258911132812E-7
Output for 5.5.17
if true if true: 1.4662981033325E-7 if false if true: 1.2332892417908E-7 if true if false: 1.4366412162781E-7 if false if false: 1.218581199646E-7 if true and true: 1.639621257782E-7 if false and true: 1.3767409324646E-7 if true and false: 1.4611387252808E-7 if false and false: 1.4302802085876E-7
Output for 5.5.16
if true if true: 1.3917994499207E-7 if false if true: 9.71519947052E-8 if true if false: 1.1899876594543E-7 if false if false: 1.0052585601807E-7 if true and true: 1.4830613136292E-7 if false and true: 1.2621307373047E-7 if true and false: 1.5572714805603E-7 if false and false: 1.3976311683655E-7
Output for 5.5.15
if true if true: 1.3952302932739E-7 if false if true: 1.2448596954346E-7 if true if false: 1.4469695091248E-7 if false if false: 1.25E-7 if true and true: 1.6528701782227E-7 if false and true: 1.3854002952576E-7 if true and false: 1.5551209449768E-7 if false and false: 1.3966298103333E-7
Output for 5.5.14
if true if true: 1.4703106880188E-7 if false if true: 1.2410092353821E-7 if true if false: 1.4336776733398E-7 if false if false: 1.2313294410706E-7 if true and true: 1.6458988189697E-7 if false and true: 1.3920998573303E-7 if true and false: 1.5548706054687E-7 if false and false: 1.2850499153137E-7
Output for 5.5.13
if true if true: 1.4064502716064E-7 if false if true: 1.1923789978027E-7 if true if false: 1.2856292724609E-7 if false if false: 1.0206198692322E-7 if true and true: 1.4243388175964E-7 if false and true: 1.1686897277832E-7 if true and false: 1.3697004318237E-7 if false and false: 1.1820292472839E-7
Output for 5.5.12
if true if true: 1.4439296722412E-7 if false if true: 1.1623501777649E-7 if true if false: 1.3202404975891E-7 if false if false: 9.2818975448608E-8 if true and true: 1.3360691070557E-7 if false and true: 1.16623878479E-7 if true and false: 1.3506889343262E-7 if false and false: 1.1218285560608E-7
Output for 5.5.11
if true if true: 1.4619898796082E-7 if false if true: 1.2497687339783E-7 if true if false: 1.3043904304504E-7 if false if false: 1.135470867157E-7 if true and true: 1.6606497764587E-7 if false and true: 1.3961601257324E-7 if true and false: 1.4889097213745E-7 if false and false: 1.3952279090881E-7
Output for 5.5.10
if true if true: 1.4496994018555E-7 if false if true: 1.2457799911499E-7 if true if false: 1.4320302009583E-7 if false if false: 1.2245488166809E-7 if true and true: 1.6419100761414E-7 if false and true: 1.3901805877686E-7 if true and false: 1.5470910072327E-7 if false and false: 1.3860392570496E-7
Output for 5.5.9
if true if true: 1.4793610572815E-7 if false if true: 1.2493085861206E-7 if true if false: 1.449978351593E-7 if false if false: 1.2280297279358E-7 if true and true: 1.6564702987671E-7 if false and true: 1.3896298408508E-7 if true and false: 1.5516400337219E-7 if false and false: 1.226818561554E-7
Output for 5.5.8
if true if true: 1.340491771698E-7 if false if true: 1.1448907852173E-7 if true if false: 1.1401891708374E-7 if false if false: 1.0132384300232E-7 if true and true: 1.5156102180481E-7 if false and true: 1.1040091514587E-7 if true and false: 1.2727403640747E-7 if false and false: 1.1054182052612E-7
Output for 5.5.7
if true if true: 1.4584589004517E-7 if false if true: 1.2492108345032E-7 if true if false: 1.4036893844604E-7 if false if false: 1.0805201530457E-7 if true and true: 1.456139087677E-7 if false and true: 1.1786699295044E-7 if true and false: 1.3367915153503E-7 if false and false: 1.1805486679077E-7
Output for 5.5.6
if true if true: 1.395092010498E-7 if false if true: 1.0690593719482E-7 if true if false: 1.3652205467224E-7 if false if false: 1.2334299087524E-7 if true and true: 1.6622996330261E-7 if false and true: 1.3891291618347E-7 if true and false: 1.3343286514282E-7 if false and false: 1.1036896705627E-7
Output for 5.5.5
if true if true: 1.3711094856262E-7 if false if true: 1.0778307914734E-7 if true if false: 1.3211393356323E-7 if false if false: 1.0182309150696E-7 if true and true: 1.5162301063538E-7 if false and true: 1.2694215774536E-7 if true and false: 1.3644218444824E-7 if false and false: 1.1862516403198E-7
Output for 5.5.4
if true if true: 1.4317512512207E-7 if false if true: 1.0649609565735E-7 if true if false: 1.3476586341858E-7 if false if false: 1.2413787841797E-7 if true and true: 1.3736701011658E-7 if false and true: 1.1053609848022E-7 if true and false: 1.3885807991028E-7 if false and false: 1.2177419662476E-7
Output for 5.5.3
if true if true: 1.4639115333557E-7 if false if true: 1.2359809875488E-7 if true if false: 1.4185905456543E-7 if false if false: 1.1445903778076E-7 if true and true: 1.3696193695068E-7 if false and true: 1.1049294471741E-7 if true and false: 1.2775015830994E-7 if false and false: 1.1094999313354E-7
Output for 5.5.2
if true if true: 1.4488697052002E-7 if false if true: 1.1865997314453E-7 if true if false: 1.4372205734253E-7 if false if false: 1.2329411506653E-7 if true and true: 1.5858793258667E-7 if false and true: 1.1047577857971E-7 if true and false: 1.2732100486755E-7 if false and false: 1.1184692382812E-7
Output for 5.5.1
if true if true: 1.4520287513733E-7 if false if true: 1.237461566925E-7 if true if false: 1.4179182052612E-7 if false if false: 1.0821318626404E-7 if true and true: 1.382429599762E-7 if false and true: 1.108341217041E-7 if true and false: 1.2690901756287E-7 if false and false: 1.100161075592E-7
Output for 5.5.0
if true if true: 1.3993000984192E-7 if false if true: 9.8673105239868E-8 if true if false: 1.1603713035583E-7 if false if false: 9.6714973449707E-8 if true and true: 1.4241409301758E-7 if false and true: 1.1049294471741E-7 if true and false: 1.2705183029175E-7 if false and false: 1.1706590652466E-7

preferences:
168.4 ms | 402 KiB | 196 Q