Jahr-2000-Problem
Das Jahr-2000-Problem, auch als {{#invoke:Vorlage:lang|flat}} (zu deutsch „Millennium-Fehler“) oder {{#invoke:Vorlage:lang|flat}} (von {{#invoke:Vorlage:lang|full|CODE=en|SCRIPTING=Latn|SERVICE=englisch}} = ‚Jahr 2000‘) bezeichnet, ist ein Computerproblem, das im Wesentlichen durch die Behandlung von Jahreszahlen als zweistellige Angabe innerhalb von Computersystemen entstanden ist.
Ursachen
In den 1960er und 1970er Jahren war Speicherplatz knapp und teuer. Zum Beispiel konnten Lochkarten nur 80 Stellen speichern, Computer hatten Arbeitsspeicher mit z. B. 64 KiB (= 64*1024 Byte) Größe. Programmierer sparten daher so viel wie möglich an Speicherbedarf ein. Häufig wurden deshalb zur Speicherung und Verarbeitung von Jahreszahlen (in Dezimaldarstellung) nur die letzten beiden Ziffern (Jahr und Jahrzehnt, etwa im Format „TTMMJJ“ o. Ä.) benutzt, so unter anderem von der Computerpionierin Grace Hopper bei der Entwicklung von COBOL. Das Problem betraf Betriebssysteme, Anwenderprogramme und Datenbestände. Die ersten beiden Ziffern (die das Jahrhundert nennen) wurden nicht berücksichtigt, man rechnete nicht damit, dass die Programme über das laufende Jahrhundert hinaus in dieser Weise benutzt werden würden. Viele Programme (und auch die dazugehörenden Datenbestände) wurden jedoch im Laufe der Jahre immer wieder auf vorangegangenen Versionen aufbauend erweitert, ohne dass dieser „bekannte Mangel“ korrigiert worden wäre. Je näher die Jahrhundertwende kam, desto deutlicher wurde, dass diese Programme die Jahreszahl 00 und die folgenden in vielen Fällen nicht korrekt verarbeiten können; zum Beispiel würden bei einem Vergleich zweier Jahreszahlen (z. B. mit Werten ≥ 00 gegen Werte ≤ 99) erstere als kleiner (also früher) behandelt werden.
Nicht direkt damit zusammenhängend, aber oft gleichzeitig kontrolliert oder behoben wurden evtl. nicht vollständig der Schaltjahr-Regelung nach dem Gregorianischen Kalender entsprechende Berechnungsformeln: Nach dieser Regel ist eine durch 100 ohne Rest teilbare Jahreszahl (obwohl sie gemäß dem Normalfall für Schaltjahre durch 4 teilbar ist) kein Schaltjahr – außer sie ist durch 400 ganzzahlig teilbar, was nach 1600 im Jahr 2000 wieder der Fall war und erst wieder im Jahr 2400 auftreten wird.
Folgen/Probleme
Die Folgen dieser Fehler wären ohne Korrekturen zum Beispiel falsche Sortierungen gewesen: Daten für (20)00 ganz vorne, ..., (19)98, (19)99 ganz hinten. Vor allem die falsche Berechnung der Zeitdauer (als Differenz zwischen zwei Zeitangaben) hätte zu gravierenden Fehlern in zahlreichen Funktionen geführt. Beispiele: Altersberechnung mit '−40 Jahre' (= Jahr_heute (00 ...) minus Geburtsjahr (40)); Zahlungsrückstand wird nicht erkannt (Datum heute minus Datum der Zahlungsfälligkeit ergibt negative Tage-Anzahl, Mahnungen erst ab Rückstand 30 Tage und mehr, somit „keine Mahnung“); Sollzinsen für Sparguthaben oder Zinsgutschrift für Kreditzinsen (wegen negativer Tageanzahl in der Zinsformel) und viele andere.
Weiterhin war es weit verbreitete Praxis, nicht vorhandene oder ungültige Dateninhalte mit der Zahl bzw. Ziffernkombination 00 („Nichts“) darzustellen und zu identifizieren – was mit dem Eintreten des Jahres 2000 dann zu Fehlinterpretationen geführt hätte, ggf. sogar zur Nichtverarbeitung ganzer, vermeintlich ungültiger Datensätze. Im Weiteren gäbe es fehlerhafte Erzeugung von Texten (typisches Beispiel hierfür wäre eine Datierung mit der Jahreszahl „1901“ oder „19101“ für das Jahr 2001).
Bei damals älteren PCs kam hinzu, dass die interne Echtzeituhr nicht automatisch das Jahrhundert umschalten konnte, was weder vom BIOS noch von MS-DOS oder Windows 98 automatisch korrigiert wurde. Speziell EDV-gesteuerte Hardwarekomponenten (sog. eingebettete Systeme, Vorlage:Lang-en, z. B. in Alarmanlagen, Videorecordern, Werkzeugmaschinen …) konnten Probleme darstellen, da hier der Anwender nicht einfach die Software umprogrammieren konnte, sondern dies vom Hersteller (wenn noch vorhanden) erledigen lassen oder sogar die Hardware austauschen musste.
Da es zur Umgehung des Jahr-2000-Problems verschiedene Strategien gab (Beispiel: Ein Jahr größer als 50 gilt als 19xx, sonst als 20xx bei weniger langfristigen Zeitdauern; Datenfelder auf vierstellige Jahresangaben oder andere Datumsformate umstellen), mussten die Anwender jeweils exakt planen, in welchen Zusammenhängen welche dieser Strategien anzuwenden war. Da es viele Programme gab, die viele Datenbestände verarbeiteten, musste sichergestellt werden, dass geänderte Programme immer auch entsprechend geänderte Datenbestände voraussetzten. Schwierigkeiten ergaben sich in diesem Zusammenhang für historische Datenbestände: Hier musste entschieden werden, ob diese ebenfalls anzupassen sind oder ob sie noch durch alte (ungeänderte) Programmversionen verarbeitbar sein mussten.
Neben anderen Herausforderungen standen Unternehmen zum Teil vor der Situation, nicht zu wissen, welche Programme und welche Geräte überhaupt Datumsangaben verarbeiten bzw. dann auch Jahr-2000-fähig sind. Dies konnte zu umfangreichen Erhebungs- und Testmaßnahmen führen, die in der Regel deutlich mehr Aufwand verursachten als das Korrigieren fehlerbehafteter Software. Trotzdem mussten die festgelegten Termine absolut sicher eingehalten werden, denn der „1. Januar 2000“ war nicht verschiebbar und viele Anwendungen (die in die Zukunft rechnenden) mussten schon zu früheren Terminen „Y2K-ready“ sein.
Verlauf des Wechsels zum Jahr 2000
Aufgrund dieser Probleme wurden im Vorfeld des Jahreswechsels 1999/2000 Katastrophenszenarien vorhergesagt, dass durch diesen Fehler Computerabstürze in großem Maß erfolgen würden. Inwiefern die Jahr-2000-Problematik von wirklicher Relevanz sein würde, war Ende der 1990er Jahre kaum realistisch zu beurteilen.
Es gab Stimmen in den Medien, die Szenarien apokalyptischen Ausmaßes mit weltweiten Computerzusammenbrüchen prognostizierten. Betroffen sein sollten demnach besonders sicherheitsrelevante Bereiche, die auf Computer angewiesen sind (Flugverkehr, Banken, Industrie oder auch Kraftwerke, im Extremfall der Vorhersagen sogar Atomwaffen) und durch das Problem fehlgeschaltet oder gar lahmgelegt würden. Als Folgen wurden vom Verkehrschaos über einen Börsencrash und eine Weltwirtschaftskrise bis zur Fehlauslösung nuklearer Waffensysteme viele Szenarien angeführt – selbst Flugzeugabstürze, obwohl Zeitfehler zu diesem Zeitpunkt längst Teil der Zertifizierungsprozeduren für sicherheitskritische Software waren. Die NASA verkürzte die im Dezember 1999 stattfindende Space-Shuttle-Mission STS-103, um sicherzustellen, dass die Raumfähre vor dem 1. Januar 2000 zurück sein würde<ref>https://www.americaspace.com/2019/12/30/picture-of-santa-remembering-discoverys-date-with-hubble-20-years-on-part-2/; http://www.astronautix.com/s/sts-103.html, abgerufen am 18. April 2025.</ref>.
Sorgfältige Analysen vieler Fachleute wiesen durchaus auf reale Gefahren hin, vor allem für Wirtschaftsunternehmen.
In praktisch allen großen Unternehmen wurde eine genaue Untersuchung der Computersysteme mithilfe von Diagnoseverfahren angeordnet, um die befürchteten Folgen so gering wie möglich zu halten. Auch wurden Warnaufkleber für jene Geräte verteilt, die bis Ende 1999 systematisch aus dem Betrieb genommen wurden.
Die Softwareindustrie reagierte mit einer Überprüfung ihrer Produkte und Herausgabe von Warnlisten, bei welchen Programmen Fehlfunktionen zu befürchten seien. Diese wurden mit Testroutinen für die Hardware (vor allem die Systemuhren) kombiniert.
Privatanwender fanden im Internet Listen mit gefährdeter Hard- und Software.
Während einige Medien noch bis zum kritischen Jahreswechsel 1999/2000 besorgte Berichte verbreitet hatten, stellte sich Anfang 2000 heraus, dass die vorsorglichen Maßnahmen im Großen und Ganzen ausreichend gewesen waren: Weltweit wurden in vielen Projekten Programme und Datenbestände (vor allem auf Großrechnern) „saniert“, um den „Y2K-Fehler“ zu beheben. Dennoch hatten viele Banken in der Silvesternacht einfach ihre Geldautomaten abgestellt, um Fehler zu vermeiden.
Dass es zum Jahreswechsel zu Störungen beim Versand von Kurznachrichten kam, lag nicht an einem Jahr-2000-Fehler. Es handelte sich um Netzüberlastungen aufgrund der hohen Anzahl an Neujahrswünschen, was jedoch in Silvesternächten nicht ungewöhnlich ist bzw. war.
Aufgetretene gemeldete Probleme
Keines der bekanntgewordenen Jahr-2000-Probleme hatte eine große Auswirkung. Sie traten auch in Ländern, die nur wenig in die Behebung des Problems investiert hatten, spärlich auf. Hier einige Beispiele:<ref>{{#if:|{{#iferror: {{#iferror:{{#invoke:Vorlage:FormatDate|Execute}}|}}| |}}}}{{#if:|{{{autor}}}: }}{{#if:|{{#if:Y2K bug fails to bite|[{{#invoke:Vorlage:Internetquelle|archivURL|1={{#invoke:URLutil|getNormalized|1={{{archiv-url}}}}}}} {{#invoke:Vorlage:Internetquelle|TitelFormat|titel=Y2K bug fails to bite}}]{{#if:| ({{{format}}})}}{{#if:| {{{titelerg}}}{{#invoke:Vorlage:Internetquelle|Endpunkt|titel={{{titelerg}}}}}}}}}|{{#if:https://news.bbc.co.uk/2/hi/science/nature/585013.stm%7C{{#if:{{#invoke:TemplUtl%7Cfaculty%7C}}%7C{{#invoke:Vorlage:Internetquelle%7CTitelFormat%7Ctitel={{#invoke:WLink%7CgetEscapedTitle%7C1=Y2K bug fails to bite}}}}|[{{#invoke:URLutil|getNormalized|1=https://news.bbc.co.uk/2/hi/science/nature/585013.stm}} {{#invoke:Vorlage:Internetquelle|TitelFormat|titel={{#invoke:WLink|getEscapedTitle|1=Y2K bug fails to bite}}}}]}}{{#if:| ({{{format}}}{{#if:BBC NEWS2000-01-01{{#if: 2012-05-08 | {{#if:{{#invoke:TemplUtl|faculty|}}||1}}}}
| )
| {{#if:{{#ifeq:en|de||{{#if:en|1}}}}| ;
| )}}}}}}{{#if:| {{{titelerg}}}{{#invoke:Vorlage:Internetquelle|Endpunkt|titel={{{titelerg}}}}}}}}}}}{{#if:https://news.bbc.co.uk/2/hi/science/nature/585013.stm%7C{{#if:{{#invoke:URLutil%7CisResourceURL%7C1=https://news.bbc.co.uk/2/hi/science/nature/585013.stm}}%7C%7C}}}}{{#if:Y2K bug fails to bite|{{#if:{{#invoke:WLink|isValidLinktext|1=Y2K bug fails to bite|lines=0}}||}}}}{{#if: | In: {{#invoke:Vorlage:Internetquelle|TitelFormat|titel={{{werk}}}}}}}{{#if: BBC NEWS| BBC NEWS{{#if: 2000-01-01|,|{{#if: 2012-05-08 | {{#if:{{#invoke:TemplUtl|faculty|}}||,}}}}}}}}{{#if: 2000-01-01| {{#if:{{#invoke:DateTime|format|2000-01-01|noerror=1}}
|{{#invoke:DateTime|format|2000-01-01|T._Monat JJJJ}}
|{{#invoke:TemplUtl|failure|1=Fehler bei Vorlage:Internetquelle, datum=2000-01-01|class=Zitationswartung}} }}{{#if: |,|{{#if: 2012-05-08 | {{#if:{{#invoke:TemplUtl|faculty|}}||,}}}}}}}}{{#if: | S. {{{seiten}}}{{#if: |,|{{#if: 2012-05-08 | {{#if:{{#invoke:TemplUtl|faculty|}}||,}}}}}}}}{{#if: {{#invoke:TemplUtl|faculty|}}| {{#if:2000-01-01BBC NEWS|{{#if:|archiviert|ehemals}}|{{#if:|Archiviert|Ehemals}}}} {{#if:|vom|im}} Vorlage:Referrer{{#if:{{#invoke:TemplUtl|faculty|}}| (nicht mehr online verfügbar)}}{{#if: | am {{#iferror: {{#iferror:{{#invoke:Vorlage:FormatDate|Execute}}|}}|{{{archiv-datum}}}{{#if:118960||(?)}}}}}}{{#if: 2012-05-08|;}}}}{{#if: 2012-05-08| {{#if:2000-01-01BBC NEWS{{#invoke:TemplUtl|faculty|}}|abgerufen|Abgerufen}} {{#switch: {{#invoke:Str|len| {{#invoke:DateTime|format| 2012-05-08 |ISO|noerror=1}} }}
|4=im Jahr
|7=im
|10=am
|#default={{#invoke:TemplUtl|failure|1=Fehler bei Vorlage:Internetquelle, abruf=2012-05-08|class=Zitationswartung}} }} {{#invoke:DateTime|format|2012-05-08|T._Monat JJJJ}}
| {{#invoke:TemplUtl|failure|1=Vorlage:Internetquelle | abruf=2026-MM-TT ist Pflichtparameter}} }}{{#if:{{#ifeq:en|de||{{#if:en|1}}}}|{{#if:BBC NEWS2000-01-01{{#if: 2012-05-08 | {{#if:{{#invoke:TemplUtl|faculty|}}||1}}}}
| (
| {{#if: | | (}}
}}{{#ifeq:{{#if:en|en|de}}|de||
{{#invoke:Multilingual|format|en|slang=!|split=[%s,]+|shift=m|separator=, }}}}{{#if: |{{#ifeq:{{#if:en|en|de}}|de||, }}{{{kommentar}}}}})}}{{#if: 2000-01-01{{#if: 2012-05-08 | {{#if:{{#invoke:TemplUtl|faculty|}}||1}} }}en|{{#if: |: {{
#if:
| „{{
#ifeq: {{#if:{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|de}} | de
| Vorlage:Str trim
| {{#invoke:Vorlage:lang|flat}}
}}“
| {{#ifeq: {{#if:{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|de}} | de
| „Vorlage:Str trim“
| {{#invoke:Text|quote
|1={{#if:
| {{#invoke:Vorlage:lang|flat}}
| {{#invoke:Vorlage:lang|flat}} }}
|2={{#if: {{#invoke:TemplUtl|faculty|}}|de-CH|de}}
|3=1}} }}
}}{{#if:
| (<templatestyles src="Person/styles.css" />{{#if: | : }}{{#if: | , deutsch: „“ }})
| {{#if:
| ({{#if: | , deutsch: „“ }})
| {{#if: | (deutsch: „“) }}
}}
}}{{#if: {{{zitat}}}
| {{#if:
| {{#if: {{{zitat}}}
| Vorlage:": Text= und 1= gleichzeitig, bzw. Pipe zu viel }} }}
| Vorlage:": Text= fehlt }}{{#if: | {{#if: {{#invoke:Text|unstrip|{{{ref}}}}}
| Vorlage:": Ungültiger Wert: ref=
| {{{ref}}} }}
}}|.{{#if:{{#invoke:TemplUtl|faculty|}}|{{#if:||{{#ifeq: | JaKeinHinweis |{{#switch:
|0|=Vorlage:Toter Link/Core{{#if: https://news.bbc.co.uk/2/hi/science/nature/585013.stm | {{#if: | [1] }} (Seite {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. Suche im Internet Archive ){{#if: | {{#if: deadurlausgeblendet | | Vorlage:Toter Link/archivebot }} }} | (Seite {{#switch:|no|0|=|#default=dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}.) }}{{#switch: |no|0|= |#default={{#if: || }} }}{{#invoke:TemplatePar|check |opt = inline= url= text= datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: https://news.bbc.co.uk/2/hi/science/nature/585013.stm | {{#if:{{#invoke:URLutil|isWebURL|https://news.bbc.co.uk/2/hi/science/nature/585013.stm}} || {{#if: || }} }} | {{#if: | {{#if: || }} | {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: deadurl |checked|deadurl|= |#default= {{#if: || }} }}|#default= https://wiki-de.moshellshocker.dns64.de/index.php?title=Wikipedia:Defekte_Weblinks&dwl=https://news.bbc.co.uk/2/hi/science/nature/585013.stm Die nachstehende Seite ist {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar]{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. (Suche im Internet Archive. ) {{#if: | {{#if: deadurlausgeblendet | | Vorlage:Toter Link/archivebot }} }}Vorlage:Toter Link/Core{{#switch: |no|0|= |#default= {{#if: || }} }}{{#invoke:TemplatePar|check |all = inline= url= |opt = datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: https://news.bbc.co.uk/2/hi/science/nature/585013.stm | {{#if:{{#invoke:URLutil|isWebURL|https://news.bbc.co.uk/2/hi/science/nature/585013.stm}} || {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: deadurl |checked|deadurl|= |#default= {{#if: || }} }}[https://news.bbc.co.uk/2/hi/science/nature/585013.stm }}|{{#switch: |0|=Vorlage:Toter Link/Core{{#if: https://news.bbc.co.uk/2/hi/science/nature/585013.stm | {{#if: | [2] }} (Seite {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. Suche im Internet Archive ){{#if: | {{#if: | | Vorlage:Toter Link/archivebot }} }} | (Seite {{#switch:|no|0|=|#default=dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}.) }}{{#switch: |no|0|= |#default={{#if: || }} }}{{#invoke:TemplatePar|check |opt = inline= url= text= datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: https://news.bbc.co.uk/2/hi/science/nature/585013.stm | {{#if:{{#invoke:URLutil|isWebURL|https://news.bbc.co.uk/2/hi/science/nature/585013.stm}} || {{#if: || }} }} | {{#if: | {{#if: || }} | {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: |checked|deadurl|= |#default= {{#if: || }} }}|#default= https://wiki-de.moshellshocker.dns64.de/index.php?title=Wikipedia:Defekte_Weblinks&dwl=https://news.bbc.co.uk/2/hi/science/nature/585013.stm Die nachstehende Seite ist {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar]{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. (Suche im Internet Archive. ) {{#if: | {{#if: | | Vorlage:Toter Link/archivebot }} }}Vorlage:Toter Link/Core{{#switch: |no|0|= |#default= {{#if: || }} }}{{#invoke:TemplatePar|check |all = inline= url= |opt = datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: https://news.bbc.co.uk/2/hi/science/nature/585013.stm | {{#if:{{#invoke:URLutil|isWebURL|https://news.bbc.co.uk/2/hi/science/nature/585013.stm}} || {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: |checked|deadurl|= |#default= {{#if: || }} }}[https://news.bbc.co.uk/2/hi/science/nature/585013.stm }} }}}}}}}}}}{{#if:| {{#invoke:Vorlage:Internetquelle|archivBot|stamp={{{archiv-bot}}}|text={{#if:|Vorlage:Webarchiv/archiv-bot}}
}}}}{{#invoke:TemplatePar|check |all= url= titel= |opt= autor= hrsg= format= sprache= titelerg= werk= seiten= datum= abruf= zugriff= abruf-verborgen= archiv-url= archiv-datum= archiv-bot= kommentar= zitat= AT= CH= offline= |cat= {{#ifeq: 0 | 0 | Wikipedia:Vorlagenfehler/Vorlage:Internetquelle}} |template= Vorlage:Internetquelle |format=0 |preview=1 }}</ref>
- Im Kernkraftwerk Fukushima fiel um 8:58 Uhr die Anzeige für die Steuerstäbe aus; es wurde das Datum „6. Februar 2036“ angezeigt. Der Vorfall blieb folgenlos.<ref>{{#if:2012-10-01|{{#iferror: {{#iferror:{{#invoke:Vorlage:FormatDate|Execute}}|}}| |}}}}{{#if:Martyn Williams|Martyn Williams: }}{{#if:https://web.archive.org/web/20121001045332/http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/%7C{{#if:Computer problems hit three nuclear plants in Japan|[{{#invoke:Vorlage:Internetquelle|archivURL|1={{#invoke:URLutil|getNormalized|1=https://web.archive.org/web/20121001045332/http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/}}}} {{#invoke:Vorlage:Internetquelle|TitelFormat|titel=Computer problems hit three nuclear plants in Japan}}]{{#if:| ({{{format}}})}}{{#if:| {{{titelerg}}}{{#invoke:Vorlage:Internetquelle|Endpunkt|titel={{{titelerg}}}}}}}}}|{{#if:http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/%7C{{#if:{{#invoke:TemplUtl%7Cfaculty%7C}}%7C{{#invoke:Vorlage:Internetquelle%7CTitelFormat%7Ctitel={{#invoke:WLink%7CgetEscapedTitle%7C1=Computer problems hit three nuclear plants in Japan}}}}|[{{#invoke:URLutil|getNormalized|1=http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/}} {{#invoke:Vorlage:Internetquelle|TitelFormat|titel={{#invoke:WLink|getEscapedTitle|1=Computer problems hit three nuclear plants in Japan}}}}]}}{{#if:| ({{{format}}}{{#if:CNN2000-01-03https://web.archive.org/web/20121001045332/http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/{{#if: 2016-08-07 | {{#if:{{#invoke:TemplUtl|faculty|}}||1}}}}
| )
| {{#if:{{#ifeq:en|de||{{#if:en|1}}}}| ;
| )}}}}}}{{#if:| {{{titelerg}}}{{#invoke:Vorlage:Internetquelle|Endpunkt|titel={{{titelerg}}}}}}}}}}}{{#if:http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/%7C{{#if:{{#invoke:URLutil%7CisResourceURL%7C1=http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/}}%7C%7C}}}}{{#if:Computer problems hit three nuclear plants in Japan|{{#if:{{#invoke:WLink|isValidLinktext|1=Computer problems hit three nuclear plants in Japan|lines=0}}||}}}}{{#if: | In: {{#invoke:Vorlage:Internetquelle|TitelFormat|titel={{{werk}}}}}}}{{#if: CNN| CNN{{#if: 2000-01-03https://web.archive.org/web/20121001045332/http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/%7C,%7C{{#if: 2016-08-07 | {{#if:{{#invoke:TemplUtl|faculty|}}||,}}}}}}}}{{#if: 2000-01-03| {{#if:{{#invoke:DateTime|format|2000-01-03|noerror=1}}
|{{#invoke:DateTime|format|2000-01-03|T._Monat JJJJ}}
|{{#invoke:TemplUtl|failure|1=Fehler bei Vorlage:Internetquelle, datum=2000-01-03|class=Zitationswartung}} }}{{#if: https://web.archive.org/web/20121001045332/http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/%7C,%7C{{#if: 2016-08-07 | {{#if:{{#invoke:TemplUtl|faculty|}}||,}}}}}}}}{{#if: | S. {{{seiten}}}{{#if: https://web.archive.org/web/20121001045332/http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/%7C,%7C{{#if: 2016-08-07 | {{#if:{{#invoke:TemplUtl|faculty|}}||,}}}}}}}}{{#if: https://web.archive.org/web/20121001045332/http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/{{#invoke:TemplUtl%7Cfaculty%7C}}%7C+{{#if:2000-01-03CNN|{{#if:https://web.archive.org/web/20121001045332/http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/%7Carchiviert%7Cehemals}}%7C{{#if:https://web.archive.org/web/20121001045332/http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/%7CArchiviert%7CEhemals}}}}+{{#if:https://web.archive.org/web/20121001045332/http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/%7Cvom%7Cim}}+Vorlage:Referrer{{#if:{{#invoke:TemplUtl|faculty|}}| (nicht mehr online verfügbar)}}{{#if: 2012-10-01| am {{#iferror: {{#iferror:{{#invoke:Vorlage:FormatDate|Execute}}|}}|2012-10-01{{#if:118960||(?)}}}}}}{{#if: 2016-08-07|;}}}}{{#if: 2016-08-07| {{#if:2000-01-03CNNhttps://web.archive.org/web/20121001045332/http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/{{#invoke:TemplUtl%7Cfaculty%7C}}%7Cabgerufen%7CAbgerufen}} {{#switch: {{#invoke:Str|len| {{#invoke:DateTime|format| 2016-08-07 |ISO|noerror=1}} }}
|4=im Jahr
|7=im
|10=am
|#default={{#invoke:TemplUtl|failure|1=Fehler bei Vorlage:Internetquelle, abruf=2016-08-07|class=Zitationswartung}} }} {{#invoke:DateTime|format|2016-08-07|T._Monat JJJJ}}
| {{#invoke:TemplUtl|failure|1=Vorlage:Internetquelle | abruf=2026-MM-TT ist Pflichtparameter}} }}{{#if:{{#ifeq:en|de||{{#if:en|1}}}}|{{#if:CNN2000-01-03https://web.archive.org/web/20121001045332/http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/{{#if: 2016-08-07 | {{#if:{{#invoke:TemplUtl|faculty|}}||1}}}}
| (
| {{#if: | | (}}
}}{{#ifeq:{{#if:en|en|de}}|de||
{{#invoke:Multilingual|format|en|slang=!|split=[%s,]+|shift=m|separator=, }}}}{{#if: |{{#ifeq:{{#if:en|en|de}}|de||, }}{{{kommentar}}}}})}}{{#if: 2000-01-03https://web.archive.org/web/20121001045332/http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/{{#if: 2016-08-07 | {{#if:{{#invoke:TemplUtl|faculty|}}||1}} }}en|{{#if: |: {{
#if:
| „{{
#ifeq: {{#if:{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|de}} | de
| Vorlage:Str trim
| {{#invoke:Vorlage:lang|flat}}
}}“
| {{#ifeq: {{#if:{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|de}} | de
| „Vorlage:Str trim“
| {{#invoke:Text|quote
|1={{#if:
| {{#invoke:Vorlage:lang|flat}}
| {{#invoke:Vorlage:lang|flat}} }}
|2={{#if: {{#invoke:TemplUtl|faculty|}}|de-CH|de}}
|3=1}} }}
}}{{#if:
| (<templatestyles src="Person/styles.css" />{{#if: | : }}{{#if: | , deutsch: „“ }})
| {{#if:
| ({{#if: | , deutsch: „“ }})
| {{#if: | (deutsch: „“) }}
}}
}}{{#if: {{{zitat}}}
| {{#if:
| {{#if: {{{zitat}}}
| Vorlage:": Text= und 1= gleichzeitig, bzw. Pipe zu viel }} }}
| Vorlage:": Text= fehlt }}{{#if: | {{#if: {{#invoke:Text|unstrip|{{{ref}}}}}
| Vorlage:": Ungültiger Wert: ref=
| {{{ref}}} }}
}}|.{{#if:{{#invoke:TemplUtl|faculty|}}|{{#if:https://web.archive.org/web/20121001045332/http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/%7C%7C{{#ifeq: | JaKeinHinweis |{{#switch:
|0|=Vorlage:Toter Link/Core{{#if: http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/ | {{#if: | [3] }} (Seite {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. Suche im Internet Archive ){{#if: | {{#if: deadurlausgeblendet | | Vorlage:Toter Link/archivebot }} }} | (Seite {{#switch:|no|0|=|#default=dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}.) }}{{#switch: |no|0|= |#default={{#if: || }} }}{{#invoke:TemplatePar|check |opt = inline= url= text= datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/ | {{#if:{{#invoke:URLutil|isWebURL|http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/}} || {{#if: || }} }} | {{#if: | {{#if: || }} | {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: deadurl |checked|deadurl|= |#default= {{#if: || }} }}|#default= https://wiki-de.moshellshocker.dns64.de/index.php?title=Wikipedia:Defekte_Weblinks&dwl=http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/ Die nachstehende Seite ist {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar]{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. (Suche im Internet Archive. ) {{#if: | {{#if: deadurlausgeblendet | | Vorlage:Toter Link/archivebot }} }}Vorlage:Toter Link/Core{{#switch: |no|0|= |#default= {{#if: || }} }}{{#invoke:TemplatePar|check |all = inline= url= |opt = datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/ | {{#if:{{#invoke:URLutil|isWebURL|http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/}} || {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: deadurl |checked|deadurl|= |#default= {{#if: || }} }}[http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/ }}|{{#switch: |0|=Vorlage:Toter Link/Core{{#if: http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/ | {{#if: | [4] }} (Seite {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. Suche im Internet Archive ){{#if: | {{#if: | | Vorlage:Toter Link/archivebot }} }} | (Seite {{#switch:|no|0|=|#default=dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}.) }}{{#switch: |no|0|= |#default={{#if: || }} }}{{#invoke:TemplatePar|check |opt = inline= url= text= datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/ | {{#if:{{#invoke:URLutil|isWebURL|http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/}} || {{#if: || }} }} | {{#if: | {{#if: || }} | {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: |checked|deadurl|= |#default= {{#if: || }} }}|#default= https://wiki-de.moshellshocker.dns64.de/index.php?title=Wikipedia:Defekte_Weblinks&dwl=http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/ Die nachstehende Seite ist {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar]{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. (Suche im Internet Archive. ) {{#if: | {{#if: | | Vorlage:Toter Link/archivebot }} }}Vorlage:Toter Link/Core{{#switch: |no|0|= |#default= {{#if: || }} }}{{#invoke:TemplatePar|check |all = inline= url= |opt = datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/ | {{#if:{{#invoke:URLutil|isWebURL|http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/}} || {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: |checked|deadurl|= |#default= {{#if: || }} }}[http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/ }} }}}}}}}}}}{{#if:| {{#invoke:Vorlage:Internetquelle|archivBot|stamp={{{archiv-bot}}}|text={{#if:https://web.archive.org/web/20121001045332/http://archives.cnn.com/2000/TECH/computing/01/03/japan.nukes.y2k.idg/%7CVorlage:Webarchiv/archiv-bot}}
}}}}{{#invoke:TemplatePar|check |all= url= titel= |opt= autor= hrsg= format= sprache= titelerg= werk= seiten= datum= abruf= zugriff= abruf-verborgen= archiv-url= archiv-datum= archiv-bot= kommentar= zitat= AT= CH= offline= |cat= {{#ifeq: 0 | 0 | Wikipedia:Vorlagenfehler/Vorlage:Internetquelle}} |template= Vorlage:Internetquelle |format=0 |preview=1 }}</ref>
- Das United States Naval Observatory, der offizielle Zeitmesser der USA, gab auf seiner Website das Jahr 19100 an.
- In Australien fielen in zwei Bundesstaaten Fahrkartenentwerter aus.
- In den USA fielen über 150 Spielautomaten an Rennbahnen in Delaware aus.
- Ein Autofahrer erhielt eine Kfz-Steuerforderung für die letzten 100 Jahre über 760.000 Dollar.<ref name="spon_et_mb" />
- In Italien versandte die Telecom Italia Rechnungen für die ersten zwei Monate des Jahres 1900.
- In Japan fiel am 1. Januar 2000 das System zum Aufzeichnen von Fluginformationen für kleine Flugzeuge aus.
- Im Vereinigten Königreich fielen manche Kreditkartentransaktionen aus.
Wirtschaftliche Auswirkungen
Die Kosten im Zusammenhang mit dem Jahr-2000-Problem waren erheblich: So wurde beispielsweise vom Massachusetts Institute of Technology geschätzt, dass allein das US-amerikanische Medicare-Programm 500 Millionen US-Dollar zur Fehlerprävention ausgeben musste.<ref>Delay Caused by Y2K Bug Will Cost Most Medicare Recipients</ref>
Die Gesamtkosten für die Vorbereitungen auf das Jahr 2000 überstiegen wahrscheinlich 300 Milliarden US-Dollar (${{#ifexist:Vorlage:Inflation/US/startyear| {{#iferror:
{{#if: |
{{#ifeq:2000|{{{4}}}
|300
|{{#ifexpr:
(2000 >= 1774) and
(2000 <= 2026) and
(2026 <= 2026)
| {{#expr: (300{{
- ifexpr:((1775 > 2000) and (1775 <= 2026))|* 0.9476 }}{{
- ifexpr:((1776 > 2000) and (1776 <= 2026))|* 1.1417 }}{{
- ifexpr:((1777 > 2000) and (1777 <= 2026))|* 1.2187 }}{{
- ifexpr:((1778 > 2000) and (1778 <= 2026))|* 1.2978 }}{{
- ifexpr:((1779 > 2000) and (1779 <= 2026))|* 0.8849 }}{{
- ifexpr:((1780 > 2000) and (1780 <= 2026))|* 1.1225 }}{{
- ifexpr:((1781 > 2000) and (1781 <= 2026))|* 0.8066 }}{{
- ifexpr:((1782 > 2000) and (1782 <= 2026))|* 1.0970 }}{{
- ifexpr:((1783 > 2000) and (1783 <= 2026))|* 0.8767 }}{{
- ifexpr:((1784 > 2000) and (1784 <= 2026))|* 0.9612 }}{{
- ifexpr:((1785 > 2000) and (1785 <= 2026))|* 0.9516 }}{{
- ifexpr:((1786 > 2000) and (1786 <= 2026))|* 0.9745 }}{{
- ifexpr:((1787 > 2000) and (1787 <= 2026))|* 0.9815 }}{{
- ifexpr:((1788 > 2000) and (1788 <= 2026))|* 0.9557 }}{{
- ifexpr:((1789 > 2000) and (1789 <= 2026))|* 0.9907 }}{{
- ifexpr:((1790 > 2000) and (1790 <= 2026))|* 1.0375 }}{{
- ifexpr:((1791 > 2000) and (1791 <= 2026))|* 1.0271 }}{{
- ifexpr:((1792 > 2000) and (1792 <= 2026))|* 1.0187 }}{{
- ifexpr:((1793 > 2000) and (1793 <= 2026))|* 1.0345 }}{{
- ifexpr:((1794 > 2000) and (1794 <= 2026))|* 1.1095 }}{{
- ifexpr:((1795 > 2000) and (1795 <= 2026))|* 1.1438 }}{{
- ifexpr:((1796 > 2000) and (1796 <= 2026))|* 1.0526 }}{{
- ifexpr:((1797 > 2000) and (1797 <= 2026))|* 0.9625 }}{{
- ifexpr:((1798 > 2000) and (1798 <= 2026))|* 0.9667 }}{{
- ifexpr:((1799 > 2000) and (1799 <= 2026))|* 1.0000 }}{{
- ifexpr:((1800 > 2000) and (1800 <= 2026))|* 1.0210 }}{{
- ifexpr:((1801 > 2000) and (1801 <= 2026))|* 1.0131 }}{{
- ifexpr:((1802 > 2000) and (1802 <= 2026))|* 0.8427 }}{{
- ifexpr:((1803 > 2000) and (1803 <= 2026))|* 1.0549 }}{{
- ifexpr:((1804 > 2000) and (1804 <= 2026))|* 1.0438 }}{{
- ifexpr:((1805 > 2000) and (1805 <= 2026))|* 0.9930 }}{{
- ifexpr:((1806 > 2000) and (1806 <= 2026))|* 1.0423 }}{{
- ifexpr:((1807 > 2000) and (1807 <= 2026))|* 0.9459 }}{{
- ifexpr:((1808 > 2000) and (1808 <= 2026))|* 1.0866 }}{{
- ifexpr:((1809 > 2000) and (1809 <= 2026))|* 0.9795 }}{{
- ifexpr:((1810 > 2000) and (1810 <= 2026))|* 1.0000 }}{{
- ifexpr:((1811 > 2000) and (1811 <= 2026))|* 1.0680 }}{{
- ifexpr:((1812 > 2000) and (1812 <= 2026))|* 1.0126 }}{{
- ifexpr:((1813 > 2000) and (1813 <= 2026))|* 1.2002 }}{{
- ifexpr:((1814 > 2000) and (1814 <= 2026))|* 1.0989 }}{{
- ifexpr:((1815 > 2000) and (1815 <= 2026))|* 0.8771 }}{{
- ifexpr:((1816 > 2000) and (1816 <= 2026))|* 0.9135 }}{{
- ifexpr:((1817 > 2000) and (1817 <= 2026))|* 0.9464 }}{{
- ifexpr:((1818 > 2000) and (1818 <= 2026))|* 0.9566 }}{{
- ifexpr:((1819 > 2000) and (1819 <= 2026))|* 1.0000 }}{{
- ifexpr:((1820 > 2000) and (1820 <= 2026))|* 0.9213 }}{{
- ifexpr:((1821 > 2000) and (1821 <= 2026))|* 0.9648 }}{{
- ifexpr:((1822 > 2000) and (1822 <= 2026))|* 1.0365 }}{{
- ifexpr:((1823 > 2000) and (1823 <= 2026))|* 0.8935 }}{{
- ifexpr:((1824 > 2000) and (1824 <= 2026))|* 0.9212 }}{{
- ifexpr:((1825 > 2000) and (1825 <= 2026))|* 1.0257 }}{{
- ifexpr:((1826 > 2000) and (1826 <= 2026))|* 1.0000 }}{{
- ifexpr:((1827 > 2000) and (1827 <= 2026))|* 1.0083 }}{{
- ifexpr:((1828 > 2000) and (1828 <= 2026))|* 0.9504 }}{{
- ifexpr:((1829 > 2000) and (1829 <= 2026))|* 0.9815 }}{{
- ifexpr:((1830 > 2000) and (1830 <= 2026))|* 0.9911 }}{{
- ifexpr:((1831 > 2000) and (1831 <= 2026))|* 0.9374 }}{{
- ifexpr:((1832 > 2000) and (1832 <= 2026))|* 0.9905 }}{{
- ifexpr:((1833 > 2000) and (1833 <= 2026))|* 0.9807 }}{{
- ifexpr:((1834 > 2000) and (1834 <= 2026))|* 1.0197 }}{{
- ifexpr:((1835 > 2000) and (1835 <= 2026))|* 1.0289 }}{{
- ifexpr:((1836 > 2000) and (1836 <= 2026))|* 1.0562 }}{{
- ifexpr:((1837 > 2000) and (1837 <= 2026))|* 1.0277 }}{{
- ifexpr:((1838 > 2000) and (1838 <= 2026))|* 0.9730 }}{{
- ifexpr:((1839 > 2000) and (1839 <= 2026))|* 1.0000 }}{{
- ifexpr:((1840 > 2000) and (1840 <= 2026))|* 0.9290 }}{{
- ifexpr:((1841 > 2000) and (1841 <= 2026))|* 1.0095 }}{{
- ifexpr:((1842 > 2000) and (1842 <= 2026))|* 0.9338 }}{{
- ifexpr:((1843 > 2000) and (1843 <= 2026))|* 0.9076 }}{{
- ifexpr:((1844 > 2000) and (1844 <= 2026))|* 1.0112 }}{{
- ifexpr:((1845 > 2000) and (1845 <= 2026))|* 1.0110 }}{{
- ifexpr:((1846 > 2000) and (1846 <= 2026))|* 1.0109 }}{{
- ifexpr:((1847 > 2000) and (1847 <= 2026))|* 1.0769 }}{{
- ifexpr:((1848 > 2000) and (1848 <= 2026))|* 0.9586 }}{{
- ifexpr:((1849 > 2000) and (1849 <= 2026))|* 0.9686 }}{{
- ifexpr:((1850 > 2000) and (1850 <= 2026))|* 1.0216 }}{{
- ifexpr:((1851 > 2000) and (1851 <= 2026))|* 0.9789 }}{{
- ifexpr:((1852 > 2000) and (1852 <= 2026))|* 1.0108 }}{{
- ifexpr:((1853 > 2000) and (1853 <= 2026))|* 1.0000 }}{{
- ifexpr:((1854 > 2000) and (1854 <= 2026))|* 1.0868 }}{{
- ifexpr:((1855 > 2000) and (1855 <= 2026))|* 1.0295 }}{{
- ifexpr:((1856 > 2000) and (1856 <= 2026))|* 0.9809 }}{{
- ifexpr:((1857 > 2000) and (1857 <= 2026))|* 1.0292 }}{{
- ifexpr:((1858 > 2000) and (1858 <= 2026))|* 0.9433 }}{{
- ifexpr:((1859 > 2000) and (1859 <= 2026))|* 1.0100 }}{{
- ifexpr:((1860 > 2000) and (1860 <= 2026))|* 1.0000 }}{{
- ifexpr:((1861 > 2000) and (1861 <= 2026))|* 1.0596 }}{{
- ifexpr:((1862 > 2000) and (1862 <= 2026))|* 1.1417 }}{{
- ifexpr:((1863 > 2000) and (1863 <= 2026))|* 1.2482 }}{{
- ifexpr:((1864 > 2000) and (1864 <= 2026))|* 1.2514 }}{{
- ifexpr:((1865 > 2000) and (1865 <= 2026))|* 1.0368 }}{{
- ifexpr:((1866 > 2000) and (1866 <= 2026))|* 0.9747 }}{{
- ifexpr:((1867 > 2000) and (1867 <= 2026))|* 0.9318 }}{{
- ifexpr:((1868 > 2000) and (1868 <= 2026))|* 0.9609 }}{{
- ifexpr:((1869 > 2000) and (1869 <= 2026))|* 0.9586 }}{{
- ifexpr:((1870 > 2000) and (1870 <= 2026))|* 0.9576 }}{{
- ifexpr:((1871 > 2000) and (1871 <= 2026))|* 0.9360 }}{{
- ifexpr:((1872 > 2000) and (1872 <= 2026))|* 1.0000 }}{{
- ifexpr:((1873 > 2000) and (1873 <= 2026))|* 0.9797 }}{{
- ifexpr:((1874 > 2000) and (1874 <= 2026))|* 0.9517 }}{{
- ifexpr:((1875 > 2000) and (1875 <= 2026))|* 0.9638 }}{{
- ifexpr:((1876 > 2000) and (1876 <= 2026))|* 0.9765 }}{{
- ifexpr:((1877 > 2000) and (1877 <= 2026))|* 0.9769 }}{{
- ifexpr:((1878 > 2000) and (1878 <= 2026))|* 0.9527 }}{{
- ifexpr:((1879 > 2000) and (1879 <= 2026))|* 1.0000 }}{{
- ifexpr:((1880 > 2000) and (1880 <= 2026))|* 1.0248 }}{{
- ifexpr:((1881 > 2000) and (1881 <= 2026))|* 1.0000 }}{{
- ifexpr:((1882 > 2000) and (1882 <= 2026))|* 1.0000 }}{{
- ifexpr:((1883 > 2000) and (1883 <= 2026))|* 0.9798 }}{{
- ifexpr:((1884 > 2000) and (1884 <= 2026))|* 0.9794 }}{{
- ifexpr:((1885 > 2000) and (1885 <= 2026))|* 0.9800 }}{{
- ifexpr:((1886 > 2000) and (1886 <= 2026))|* 0.9785 }}{{
- ifexpr:((1887 > 2000) and (1887 <= 2026))|* 1.0110 }}{{
- ifexpr:((1888 > 2000) and (1888 <= 2026))|* 1.0000 }}{{
- ifexpr:((1889 > 2000) and (1889 <= 2026))|* 0.9675 }}{{
- ifexpr:((1890 > 2000) and (1890 <= 2026))|* 0.9888 }}{{
- ifexpr:((1891 > 2000) and (1891 <= 2026))|* 1.0000 }}{{
- ifexpr:((1892 > 2000) and (1892 <= 2026))|* 1.0000 }}{{
- ifexpr:((1893 > 2000) and (1893 <= 2026))|* 0.9887 }}{{
- ifexpr:((1894 > 2000) and (1894 <= 2026))|* 0.9564 }}{{
- ifexpr:((1895 > 2000) and (1895 <= 2026))|* 0.9760 }}{{
- ifexpr:((1896 > 2000) and (1896 <= 2026))|* 1.0000 }}{{
- ifexpr:((1897 > 2000) and (1897 <= 2026))|* 0.9877 }}{{
- ifexpr:((1898 > 2000) and (1898 <= 2026))|* 1.0000 }}{{
- ifexpr:((1899 > 2000) and (1899 <= 2026))|* 1.0000 }}{{
- ifexpr:((1900 > 2000) and (1900 <= 2026))|* 1.0124 }}{{
- ifexpr:((1901 > 2000) and (1901 <= 2026))|* 1.0123 }}{{
- ifexpr:((1902 > 2000) and (1902 <= 2026))|* 1.0121 }}{{
- ifexpr:((1903 > 2000) and (1903 <= 2026))|* 1.0228 }}{{
- ifexpr:((1904 > 2000) and (1904 <= 2026))|* 1.0117 }}{{
- ifexpr:((1905 > 2000) and (1905 <= 2026))|* 0.9884 }}{{
- ifexpr:((1906 > 2000) and (1906 <= 2026))|* 1.0223 }}{{
- ifexpr:((1907 > 2000) and (1907 <= 2026))|* 1.0447 }}{{
- ifexpr:((1908 > 2000) and (1908 <= 2026))|* 0.9791 }}{{
- ifexpr:((1909 > 2000) and (1909 <= 2026))|* 0.9888 }}{{
- ifexpr:((1910 > 2000) and (1910 <= 2026))|* 1.0442 }}{{
- ifexpr:((1911 > 2000) and (1911 <= 2026))|* 1.0000 }}{{
- ifexpr:((1912 > 2000) and (1912 <= 2026))|* 1.0206 }}{{
- ifexpr:((1913 > 2000) and (1913 <= 2026))|* 1.0213 }}{{
- ifexpr:((1914 > 2000) and (1914 <= 2026))|* 1.0094 }}{{
- ifexpr:((1915 > 2000) and (1915 <= 2026))|* 1.0052 }}{{
- ifexpr:((1916 > 2000) and (1916 <= 2026))|* 1.0924 }}{{
- ifexpr:((1917 > 2000) and (1917 <= 2026))|* 1.2049 }}{{
- ifexpr:((1918 > 2000) and (1918 <= 2026))|* 1.1747 }}{{
- ifexpr:((1919 > 2000) and (1919 <= 2026))|* 1.1487 }}{{
- ifexpr:((1920 > 2000) and (1920 <= 2026))|* 1.1584 }}{{
- ifexpr:((1921 > 2000) and (1921 <= 2026))|* 0.8932 }}{{
- ifexpr:((1922 > 2000) and (1922 <= 2026))|* 0.9369 }}{{
- ifexpr:((1923 > 2000) and (1923 <= 2026))|* 1.0179 }}{{
- ifexpr:((1924 > 2000) and (1924 <= 2026))|* 1.0018 }}{{
- ifexpr:((1925 > 2000) and (1925 <= 2026))|* 1.0251 }}{{
- ifexpr:((1926 > 2000) and (1926 <= 2026))|* 1.0097 }}{{
- ifexpr:((1927 > 2000) and (1927 <= 2026))|* 0.9814 }}{{
- ifexpr:((1928 > 2000) and (1928 <= 2026))|* 0.9862 }}{{
- ifexpr:((1929 > 2000) and (1929 <= 2026))|* 1.0000 }}{{
- ifexpr:((1930 > 2000) and (1930 <= 2026))|* 0.9749 }}{{
- ifexpr:((1931 > 2000) and (1931 <= 2026))|* 0.9120 }}{{
- ifexpr:((1932 > 2000) and (1932 <= 2026))|* 0.8969 }}{{
- ifexpr:((1933 > 2000) and (1933 <= 2026))|* 0.9488 }}{{
- ifexpr:((1934 > 2000) and (1934 <= 2026))|* 1.0332 }}{{
- ifexpr:((1935 > 2000) and (1935 <= 2026))|* 1.0254 }}{{
- ifexpr:((1936 > 2000) and (1936 <= 2026))|* 1.0095 }}{{
- ifexpr:((1937 > 2000) and (1937 <= 2026))|* 1.0361 }}{{
- ifexpr:((1938 > 2000) and (1938 <= 2026))|* 0.9812 }}{{
- ifexpr:((1939 > 2000) and (1939 <= 2026))|* 0.9858 }}{{
- ifexpr:((1940 > 2000) and (1940 <= 2026))|* 1.0101 }}{{
- ifexpr:((1941 > 2000) and (1941 <= 2026))|* 1.0499 }}{{
- ifexpr:((1942 > 2000) and (1942 <= 2026))|* 1.1066 }}{{
- ifexpr:((1943 > 2000) and (1943 <= 2026))|* 1.0613 }}{{
- ifexpr:((1944 > 2000) and (1944 <= 2026))|* 1.0173 }}{{
- ifexpr:((1945 > 2000) and (1945 <= 2026))|* 1.0227 }}{{
- ifexpr:((1946 > 2000) and (1946 <= 2026))|* 1.0856 }}{{
- ifexpr:((1947 > 2000) and (1947 <= 2026))|* 1.1433 }}{{
- ifexpr:((1948 > 2000) and (1948 <= 2026))|* 1.0779 }}{{
- ifexpr:((1949 > 2000) and (1949 <= 2026))|* 0.9904 }}{{
- ifexpr:((1950 > 2000) and (1950 <= 2026))|* 1.0096 }}{{
- ifexpr:((1951 > 2000) and (1951 <= 2026))|* 1.0789 }}{{
- ifexpr:((1952 > 2000) and (1952 <= 2026))|* 1.0219 }}{{
- ifexpr:((1953 > 2000) and (1953 <= 2026))|* 1.0075 }}{{
- ifexpr:((1954 > 2000) and (1954 <= 2026))|* 1.0049 }}{{
- ifexpr:((1955 > 2000) and (1955 <= 2026))|* 0.9963 }}{{
- ifexpr:((1956 > 2000) and (1956 <= 2026))|* 1.0149 }}{{
- ifexpr:((1957 > 2000) and (1957 <= 2026))|* 1.0357 }}{{
- ifexpr:((1958 > 2000) and (1958 <= 2026))|* 1.0274 }}{{
- ifexpr:((1959 > 2000) and (1959 <= 2026))|* 1.0083 }}{{
- ifexpr:((1960 > 2000) and (1960 <= 2026))|* 1.0158 }}{{
- ifexpr:((1961 > 2000) and (1961 <= 2026))|* 1.0101 }}{{
- ifexpr:((1962 > 2000) and (1962 <= 2026))|* 1.0114 }}{{
- ifexpr:((1963 > 2000) and (1963 <= 2026))|* 1.0119 }}{{
- ifexpr:((1964 > 2000) and (1964 <= 2026))|* 1.0134 }}{{
- ifexpr:((1965 > 2000) and (1965 <= 2026))|* 1.0171 }}{{
- ifexpr:((1966 > 2000) and (1966 <= 2026))|* 1.0285 }}{{
- ifexpr:((1967 > 2000) and (1967 <= 2026))|* 1.0290 }}{{
- ifexpr:((1968 > 2000) and (1968 <= 2026))|* 1.0419 }}{{
- ifexpr:((1969 > 2000) and (1969 <= 2026))|* 1.0537 }}{{
- ifexpr:((1970 > 2000) and (1970 <= 2026))|* 1.0592 }}{{
- ifexpr:((1971 > 2000) and (1971 <= 2026))|* 1.0430 }}{{
- ifexpr:((1972 > 2000) and (1972 <= 2026))|* 1.0331 }}{{
- ifexpr:((1973 > 2000) and (1973 <= 2026))|* 1.0621 }}{{
- ifexpr:((1974 > 2000) and (1974 <= 2026))|* 1.1098 }}{{
- ifexpr:((1975 > 2000) and (1975 <= 2026))|* 1.0914 }}{{
- ifexpr:((1976 > 2000) and (1976 <= 2026))|* 1.0576 }}{{
- ifexpr:((1977 > 2000) and (1977 <= 2026))|* 1.0645 }}{{
- ifexpr:((1978 > 2000) and (1978 <= 2026))|* 1.0761 }}{{
- ifexpr:((1979 > 2000) and (1979 <= 2026))|* 1.1127 }}{{
- ifexpr:((1980 > 2000) and (1980 <= 2026))|* 1.1352 }}{{
- ifexpr:((1981 > 2000) and (1981 <= 2026))|* 1.1038 }}{{
- ifexpr:((1982 > 2000) and (1982 <= 2026))|* 1.0613 }}{{
- ifexpr:((1983 > 2000) and (1983 <= 2026))|* 1.0321 }}{{
- ifexpr:((1984 > 2000) and (1984 <= 2026))|* 1.0432 }}{{
- ifexpr:((1985 > 2000) and (1985 <= 2026))|* 1.0356 }}{{
- ifexpr:((1986 > 2000) and (1986 <= 2026))|* 1.0186 }}{{
- ifexpr:((1987 > 2000) and (1987 <= 2026))|* 1.0365 }}{{
- ifexpr:((1988 > 2000) and (1988 <= 2026))|* 1.0414 }}{{
- ifexpr:((1989 > 2000) and (1989 <= 2026))|* 1.0482 }}{{
- ifexpr:((1990 > 2000) and (1990 <= 2026))|* 1.0540 }}{{
- ifexpr:((1991 > 2000) and (1991 <= 2026))|* 1.0421 }}{{
- ifexpr:((1992 > 2000) and (1992 <= 2026))|* 1.0301 }}{{
- ifexpr:((1993 > 2000) and (1993 <= 2026))|* 1.0299 }}{{
- ifexpr:((1994 > 2000) and (1994 <= 2026))|* 1.0256 }}{{
- ifexpr:((1995 > 2000) and (1995 <= 2026))|* 1.0283 }}{{
- ifexpr:((1996 > 2000) and (1996 <= 2026))|* 1.0295 }}{{
- ifexpr:((1997 > 2000) and (1997 <= 2026))|* 1.0229 }}{{
- ifexpr:((1998 > 2000) and (1998 <= 2026))|* 1.0156 }}{{
- ifexpr:((1999 > 2000) and (1999 <= 2026))|* 1.0221 }}{{
- ifexpr:((2000 > 2000) and (2000 <= 2026))|* 1.0336 }}{{
- ifexpr:((2001 > 2000) and (2001 <= 2026))|* 1.0285 }}{{
- ifexpr:((2002 > 2000) and (2002 <= 2026))|* 1.0158 }}{{
- ifexpr:((2003 > 2000) and (2003 <= 2026))|* 1.0228 }}{{
- ifexpr:((2004 > 2000) and (2004 <= 2026))|* 1.0266 }}{{
- ifexpr:((2005 > 2000) and (2005 <= 2026))|* 1.0339 }}{{
- ifexpr:((2006 > 2000) and (2006 <= 2026))|* 1.0323 }}{{
- ifexpr:((2007 > 2000) and (2007 <= 2026))|* 1.0285 }}{{
- ifexpr:((2008 > 2000) and (2008 <= 2026))|* 1.0384 }}{{
- ifexpr:((2009 > 2000) and (2009 <= 2026))|* 0.9965 }}{{
- ifexpr:((2010 > 2000) and (2010 <= 2026))|* 1.0164 }}{{
- ifexpr:((2011 > 2000) and (2011 <= 2026))|* 1.0316 }}{{
- ifexpr:((2012 > 2000) and (2012 <= 2026))|* 1.0207 }}{{
- ifexpr:((2013 > 2000) and (2013 <= 2026))|* 1.0147 }}{{
- ifexpr:((2014 > 2000) and (2014 <= 2026))|* 1.0162 }}{{
- ifexpr:((2015 > 2000) and (2015 <= 2026))|* 1.0012 }}{{
- ifexpr:((2016 > 2000) and (2016 <= 2026))|* 1.0126 }}{{
- ifexpr:((2017 > 2000) and (2017 <= 2026))|* 1.0213 }}{{
- ifexpr:((2018 > 2000) and (2018 <= 2026))|* 1.0244 }}{{
- ifexpr:((2019 > 2000) and (2019 <= 2026))|* 1.0181 }}{{
- ifexpr:((2020 > 2000) and (2020 <= 2026))|* 1.0123 }}{{
- ifexpr:((2021 > 2000) and (2021 <= 2026))|* 1.0470 }}{{
- ifexpr:((2022 > 2000) and (2022 <= 2026))|* 1.0800 }}{{
- ifexpr:((2023 > 2000) and (2023 <= 2026))|* 1.0411 }}{{
- ifexpr:((2024 > 2000) and (2024 <= 2026))|* 1.0295 }}) round 0}}{{#ifeq:0|2|{{#ifeq:{{#invoke:Str|len|{{#invoke:Expr|modulo |1={{#expr: (300{{
- ifexpr:((1775 > 2000) and (1775 <= 2026))|* 0.9476 }}{{
- ifexpr:((1776 > 2000) and (1776 <= 2026))|* 1.1417 }}{{
- ifexpr:((1777 > 2000) and (1777 <= 2026))|* 1.2187 }}{{
- ifexpr:((1778 > 2000) and (1778 <= 2026))|* 1.2978 }}{{
- ifexpr:((1779 > 2000) and (1779 <= 2026))|* 0.8849 }}{{
- ifexpr:((1780 > 2000) and (1780 <= 2026))|* 1.1225 }}{{
- ifexpr:((1781 > 2000) and (1781 <= 2026))|* 0.8066 }}{{
- ifexpr:((1782 > 2000) and (1782 <= 2026))|* 1.0970 }}{{
- ifexpr:((1783 > 2000) and (1783 <= 2026))|* 0.8767 }}{{
- ifexpr:((1784 > 2000) and (1784 <= 2026))|* 0.9612 }}{{
- ifexpr:((1785 > 2000) and (1785 <= 2026))|* 0.9516 }}{{
- ifexpr:((1786 > 2000) and (1786 <= 2026))|* 0.9745 }}{{
- ifexpr:((1787 > 2000) and (1787 <= 2026))|* 0.9815 }}{{
- ifexpr:((1788 > 2000) and (1788 <= 2026))|* 0.9557 }}{{
- ifexpr:((1789 > 2000) and (1789 <= 2026))|* 0.9907 }}{{
- ifexpr:((1790 > 2000) and (1790 <= 2026))|* 1.0375 }}{{
- ifexpr:((1791 > 2000) and (1791 <= 2026))|* 1.0271 }}{{
- ifexpr:((1792 > 2000) and (1792 <= 2026))|* 1.0187 }}{{
- ifexpr:((1793 > 2000) and (1793 <= 2026))|* 1.0345 }}{{
- ifexpr:((1794 > 2000) and (1794 <= 2026))|* 1.1095 }}{{
- ifexpr:((1795 > 2000) and (1795 <= 2026))|* 1.1438 }}{{
- ifexpr:((1796 > 2000) and (1796 <= 2026))|* 1.0526 }}{{
- ifexpr:((1797 > 2000) and (1797 <= 2026))|* 0.9625 }}{{
- ifexpr:((1798 > 2000) and (1798 <= 2026))|* 0.9667 }}{{
- ifexpr:((1799 > 2000) and (1799 <= 2026))|* 1.0000 }}{{
- ifexpr:((1800 > 2000) and (1800 <= 2026))|* 1.0210 }}{{
- ifexpr:((1801 > 2000) and (1801 <= 2026))|* 1.0131 }}{{
- ifexpr:((1802 > 2000) and (1802 <= 2026))|* 0.8427 }}{{
- ifexpr:((1803 > 2000) and (1803 <= 2026))|* 1.0549 }}{{
- ifexpr:((1804 > 2000) and (1804 <= 2026))|* 1.0438 }}{{
- ifexpr:((1805 > 2000) and (1805 <= 2026))|* 0.9930 }}{{
- ifexpr:((1806 > 2000) and (1806 <= 2026))|* 1.0423 }}{{
- ifexpr:((1807 > 2000) and (1807 <= 2026))|* 0.9459 }}{{
- ifexpr:((1808 > 2000) and (1808 <= 2026))|* 1.0866 }}{{
- ifexpr:((1809 > 2000) and (1809 <= 2026))|* 0.9795 }}{{
- ifexpr:((1810 > 2000) and (1810 <= 2026))|* 1.0000 }}{{
- ifexpr:((1811 > 2000) and (1811 <= 2026))|* 1.0680 }}{{
- ifexpr:((1812 > 2000) and (1812 <= 2026))|* 1.0126 }}{{
- ifexpr:((1813 > 2000) and (1813 <= 2026))|* 1.2002 }}{{
- ifexpr:((1814 > 2000) and (1814 <= 2026))|* 1.0989 }}{{
- ifexpr:((1815 > 2000) and (1815 <= 2026))|* 0.8771 }}{{
- ifexpr:((1816 > 2000) and (1816 <= 2026))|* 0.9135 }}{{
- ifexpr:((1817 > 2000) and (1817 <= 2026))|* 0.9464 }}{{
- ifexpr:((1818 > 2000) and (1818 <= 2026))|* 0.9566 }}{{
- ifexpr:((1819 > 2000) and (1819 <= 2026))|* 1.0000 }}{{
- ifexpr:((1820 > 2000) and (1820 <= 2026))|* 0.9213 }}{{
- ifexpr:((1821 > 2000) and (1821 <= 2026))|* 0.9648 }}{{
- ifexpr:((1822 > 2000) and (1822 <= 2026))|* 1.0365 }}{{
- ifexpr:((1823 > 2000) and (1823 <= 2026))|* 0.8935 }}{{
- ifexpr:((1824 > 2000) and (1824 <= 2026))|* 0.9212 }}{{
- ifexpr:((1825 > 2000) and (1825 <= 2026))|* 1.0257 }}{{
- ifexpr:((1826 > 2000) and (1826 <= 2026))|* 1.0000 }}{{
- ifexpr:((1827 > 2000) and (1827 <= 2026))|* 1.0083 }}{{
- ifexpr:((1828 > 2000) and (1828 <= 2026))|* 0.9504 }}{{
- ifexpr:((1829 > 2000) and (1829 <= 2026))|* 0.9815 }}{{
- ifexpr:((1830 > 2000) and (1830 <= 2026))|* 0.9911 }}{{
- ifexpr:((1831 > 2000) and (1831 <= 2026))|* 0.9374 }}{{
- ifexpr:((1832 > 2000) and (1832 <= 2026))|* 0.9905 }}{{
- ifexpr:((1833 > 2000) and (1833 <= 2026))|* 0.9807 }}{{
- ifexpr:((1834 > 2000) and (1834 <= 2026))|* 1.0197 }}{{
- ifexpr:((1835 > 2000) and (1835 <= 2026))|* 1.0289 }}{{
- ifexpr:((1836 > 2000) and (1836 <= 2026))|* 1.0562 }}{{
- ifexpr:((1837 > 2000) and (1837 <= 2026))|* 1.0277 }}{{
- ifexpr:((1838 > 2000) and (1838 <= 2026))|* 0.9730 }}{{
- ifexpr:((1839 > 2000) and (1839 <= 2026))|* 1.0000 }}{{
- ifexpr:((1840 > 2000) and (1840 <= 2026))|* 0.9290 }}{{
- ifexpr:((1841 > 2000) and (1841 <= 2026))|* 1.0095 }}{{
- ifexpr:((1842 > 2000) and (1842 <= 2026))|* 0.9338 }}{{
- ifexpr:((1843 > 2000) and (1843 <= 2026))|* 0.9076 }}{{
- ifexpr:((1844 > 2000) and (1844 <= 2026))|* 1.0112 }}{{
- ifexpr:((1845 > 2000) and (1845 <= 2026))|* 1.0110 }}{{
- ifexpr:((1846 > 2000) and (1846 <= 2026))|* 1.0109 }}{{
- ifexpr:((1847 > 2000) and (1847 <= 2026))|* 1.0769 }}{{
- ifexpr:((1848 > 2000) and (1848 <= 2026))|* 0.9586 }}{{
- ifexpr:((1849 > 2000) and (1849 <= 2026))|* 0.9686 }}{{
- ifexpr:((1850 > 2000) and (1850 <= 2026))|* 1.0216 }}{{
- ifexpr:((1851 > 2000) and (1851 <= 2026))|* 0.9789 }}{{
- ifexpr:((1852 > 2000) and (1852 <= 2026))|* 1.0108 }}{{
- ifexpr:((1853 > 2000) and (1853 <= 2026))|* 1.0000 }}{{
- ifexpr:((1854 > 2000) and (1854 <= 2026))|* 1.0868 }}{{
- ifexpr:((1855 > 2000) and (1855 <= 2026))|* 1.0295 }}{{
- ifexpr:((1856 > 2000) and (1856 <= 2026))|* 0.9809 }}{{
- ifexpr:((1857 > 2000) and (1857 <= 2026))|* 1.0292 }}{{
- ifexpr:((1858 > 2000) and (1858 <= 2026))|* 0.9433 }}{{
- ifexpr:((1859 > 2000) and (1859 <= 2026))|* 1.0100 }}{{
- ifexpr:((1860 > 2000) and (1860 <= 2026))|* 1.0000 }}{{
- ifexpr:((1861 > 2000) and (1861 <= 2026))|* 1.0596 }}{{
- ifexpr:((1862 > 2000) and (1862 <= 2026))|* 1.1417 }}{{
- ifexpr:((1863 > 2000) and (1863 <= 2026))|* 1.2482 }}{{
- ifexpr:((1864 > 2000) and (1864 <= 2026))|* 1.2514 }}{{
- ifexpr:((1865 > 2000) and (1865 <= 2026))|* 1.0368 }}{{
- ifexpr:((1866 > 2000) and (1866 <= 2026))|* 0.9747 }}{{
- ifexpr:((1867 > 2000) and (1867 <= 2026))|* 0.9318 }}{{
- ifexpr:((1868 > 2000) and (1868 <= 2026))|* 0.9609 }}{{
- ifexpr:((1869 > 2000) and (1869 <= 2026))|* 0.9586 }}{{
- ifexpr:((1870 > 2000) and (1870 <= 2026))|* 0.9576 }}{{
- ifexpr:((1871 > 2000) and (1871 <= 2026))|* 0.9360 }}{{
- ifexpr:((1872 > 2000) and (1872 <= 2026))|* 1.0000 }}{{
- ifexpr:((1873 > 2000) and (1873 <= 2026))|* 0.9797 }}{{
- ifexpr:((1874 > 2000) and (1874 <= 2026))|* 0.9517 }}{{
- ifexpr:((1875 > 2000) and (1875 <= 2026))|* 0.9638 }}{{
- ifexpr:((1876 > 2000) and (1876 <= 2026))|* 0.9765 }}{{
- ifexpr:((1877 > 2000) and (1877 <= 2026))|* 0.9769 }}{{
- ifexpr:((1878 > 2000) and (1878 <= 2026))|* 0.9527 }}{{
- ifexpr:((1879 > 2000) and (1879 <= 2026))|* 1.0000 }}{{
- ifexpr:((1880 > 2000) and (1880 <= 2026))|* 1.0248 }}{{
- ifexpr:((1881 > 2000) and (1881 <= 2026))|* 1.0000 }}{{
- ifexpr:((1882 > 2000) and (1882 <= 2026))|* 1.0000 }}{{
- ifexpr:((1883 > 2000) and (1883 <= 2026))|* 0.9798 }}{{
- ifexpr:((1884 > 2000) and (1884 <= 2026))|* 0.9794 }}{{
- ifexpr:((1885 > 2000) and (1885 <= 2026))|* 0.9800 }}{{
- ifexpr:((1886 > 2000) and (1886 <= 2026))|* 0.9785 }}{{
- ifexpr:((1887 > 2000) and (1887 <= 2026))|* 1.0110 }}{{
- ifexpr:((1888 > 2000) and (1888 <= 2026))|* 1.0000 }}{{
- ifexpr:((1889 > 2000) and (1889 <= 2026))|* 0.9675 }}{{
- ifexpr:((1890 > 2000) and (1890 <= 2026))|* 0.9888 }}{{
- ifexpr:((1891 > 2000) and (1891 <= 2026))|* 1.0000 }}{{
- ifexpr:((1892 > 2000) and (1892 <= 2026))|* 1.0000 }}{{
- ifexpr:((1893 > 2000) and (1893 <= 2026))|* 0.9887 }}{{
- ifexpr:((1894 > 2000) and (1894 <= 2026))|* 0.9564 }}{{
- ifexpr:((1895 > 2000) and (1895 <= 2026))|* 0.9760 }}{{
- ifexpr:((1896 > 2000) and (1896 <= 2026))|* 1.0000 }}{{
- ifexpr:((1897 > 2000) and (1897 <= 2026))|* 0.9877 }}{{
- ifexpr:((1898 > 2000) and (1898 <= 2026))|* 1.0000 }}{{
- ifexpr:((1899 > 2000) and (1899 <= 2026))|* 1.0000 }}{{
- ifexpr:((1900 > 2000) and (1900 <= 2026))|* 1.0124 }}{{
- ifexpr:((1901 > 2000) and (1901 <= 2026))|* 1.0123 }}{{
- ifexpr:((1902 > 2000) and (1902 <= 2026))|* 1.0121 }}{{
- ifexpr:((1903 > 2000) and (1903 <= 2026))|* 1.0228 }}{{
- ifexpr:((1904 > 2000) and (1904 <= 2026))|* 1.0117 }}{{
- ifexpr:((1905 > 2000) and (1905 <= 2026))|* 0.9884 }}{{
- ifexpr:((1906 > 2000) and (1906 <= 2026))|* 1.0223 }}{{
- ifexpr:((1907 > 2000) and (1907 <= 2026))|* 1.0447 }}{{
- ifexpr:((1908 > 2000) and (1908 <= 2026))|* 0.9791 }}{{
- ifexpr:((1909 > 2000) and (1909 <= 2026))|* 0.9888 }}{{
- ifexpr:((1910 > 2000) and (1910 <= 2026))|* 1.0442 }}{{
- ifexpr:((1911 > 2000) and (1911 <= 2026))|* 1.0000 }}{{
- ifexpr:((1912 > 2000) and (1912 <= 2026))|* 1.0206 }}{{
- ifexpr:((1913 > 2000) and (1913 <= 2026))|* 1.0213 }}{{
- ifexpr:((1914 > 2000) and (1914 <= 2026))|* 1.0094 }}{{
- ifexpr:((1915 > 2000) and (1915 <= 2026))|* 1.0052 }}{{
- ifexpr:((1916 > 2000) and (1916 <= 2026))|* 1.0924 }}{{
- ifexpr:((1917 > 2000) and (1917 <= 2026))|* 1.2049 }}{{
- ifexpr:((1918 > 2000) and (1918 <= 2026))|* 1.1747 }}{{
- ifexpr:((1919 > 2000) and (1919 <= 2026))|* 1.1487 }}{{
- ifexpr:((1920 > 2000) and (1920 <= 2026))|* 1.1584 }}{{
- ifexpr:((1921 > 2000) and (1921 <= 2026))|* 0.8932 }}{{
- ifexpr:((1922 > 2000) and (1922 <= 2026))|* 0.9369 }}{{
- ifexpr:((1923 > 2000) and (1923 <= 2026))|* 1.0179 }}{{
- ifexpr:((1924 > 2000) and (1924 <= 2026))|* 1.0018 }}{{
- ifexpr:((1925 > 2000) and (1925 <= 2026))|* 1.0251 }}{{
- ifexpr:((1926 > 2000) and (1926 <= 2026))|* 1.0097 }}{{
- ifexpr:((1927 > 2000) and (1927 <= 2026))|* 0.9814 }}{{
- ifexpr:((1928 > 2000) and (1928 <= 2026))|* 0.9862 }}{{
- ifexpr:((1929 > 2000) and (1929 <= 2026))|* 1.0000 }}{{
- ifexpr:((1930 > 2000) and (1930 <= 2026))|* 0.9749 }}{{
- ifexpr:((1931 > 2000) and (1931 <= 2026))|* 0.9120 }}{{
- ifexpr:((1932 > 2000) and (1932 <= 2026))|* 0.8969 }}{{
- ifexpr:((1933 > 2000) and (1933 <= 2026))|* 0.9488 }}{{
- ifexpr:((1934 > 2000) and (1934 <= 2026))|* 1.0332 }}{{
- ifexpr:((1935 > 2000) and (1935 <= 2026))|* 1.0254 }}{{
- ifexpr:((1936 > 2000) and (1936 <= 2026))|* 1.0095 }}{{
- ifexpr:((1937 > 2000) and (1937 <= 2026))|* 1.0361 }}{{
- ifexpr:((1938 > 2000) and (1938 <= 2026))|* 0.9812 }}{{
- ifexpr:((1939 > 2000) and (1939 <= 2026))|* 0.9858 }}{{
- ifexpr:((1940 > 2000) and (1940 <= 2026))|* 1.0101 }}{{
- ifexpr:((1941 > 2000) and (1941 <= 2026))|* 1.0499 }}{{
- ifexpr:((1942 > 2000) and (1942 <= 2026))|* 1.1066 }}{{
- ifexpr:((1943 > 2000) and (1943 <= 2026))|* 1.0613 }}{{
- ifexpr:((1944 > 2000) and (1944 <= 2026))|* 1.0173 }}{{
- ifexpr:((1945 > 2000) and (1945 <= 2026))|* 1.0227 }}{{
- ifexpr:((1946 > 2000) and (1946 <= 2026))|* 1.0856 }}{{
- ifexpr:((1947 > 2000) and (1947 <= 2026))|* 1.1433 }}{{
- ifexpr:((1948 > 2000) and (1948 <= 2026))|* 1.0779 }}{{
- ifexpr:((1949 > 2000) and (1949 <= 2026))|* 0.9904 }}{{
- ifexpr:((1950 > 2000) and (1950 <= 2026))|* 1.0096 }}{{
- ifexpr:((1951 > 2000) and (1951 <= 2026))|* 1.0789 }}{{
- ifexpr:((1952 > 2000) and (1952 <= 2026))|* 1.0219 }}{{
- ifexpr:((1953 > 2000) and (1953 <= 2026))|* 1.0075 }}{{
- ifexpr:((1954 > 2000) and (1954 <= 2026))|* 1.0049 }}{{
- ifexpr:((1955 > 2000) and (1955 <= 2026))|* 0.9963 }}{{
- ifexpr:((1956 > 2000) and (1956 <= 2026))|* 1.0149 }}{{
- ifexpr:((1957 > 2000) and (1957 <= 2026))|* 1.0357 }}{{
- ifexpr:((1958 > 2000) and (1958 <= 2026))|* 1.0274 }}{{
- ifexpr:((1959 > 2000) and (1959 <= 2026))|* 1.0083 }}{{
- ifexpr:((1960 > 2000) and (1960 <= 2026))|* 1.0158 }}{{
- ifexpr:((1961 > 2000) and (1961 <= 2026))|* 1.0101 }}{{
- ifexpr:((1962 > 2000) and (1962 <= 2026))|* 1.0114 }}{{
- ifexpr:((1963 > 2000) and (1963 <= 2026))|* 1.0119 }}{{
- ifexpr:((1964 > 2000) and (1964 <= 2026))|* 1.0134 }}{{
- ifexpr:((1965 > 2000) and (1965 <= 2026))|* 1.0171 }}{{
- ifexpr:((1966 > 2000) and (1966 <= 2026))|* 1.0285 }}{{
- ifexpr:((1967 > 2000) and (1967 <= 2026))|* 1.0290 }}{{
- ifexpr:((1968 > 2000) and (1968 <= 2026))|* 1.0419 }}{{
- ifexpr:((1969 > 2000) and (1969 <= 2026))|* 1.0537 }}{{
- ifexpr:((1970 > 2000) and (1970 <= 2026))|* 1.0592 }}{{
- ifexpr:((1971 > 2000) and (1971 <= 2026))|* 1.0430 }}{{
- ifexpr:((1972 > 2000) and (1972 <= 2026))|* 1.0331 }}{{
- ifexpr:((1973 > 2000) and (1973 <= 2026))|* 1.0621 }}{{
- ifexpr:((1974 > 2000) and (1974 <= 2026))|* 1.1098 }}{{
- ifexpr:((1975 > 2000) and (1975 <= 2026))|* 1.0914 }}{{
- ifexpr:((1976 > 2000) and (1976 <= 2026))|* 1.0576 }}{{
- ifexpr:((1977 > 2000) and (1977 <= 2026))|* 1.0645 }}{{
- ifexpr:((1978 > 2000) and (1978 <= 2026))|* 1.0761 }}{{
- ifexpr:((1979 > 2000) and (1979 <= 2026))|* 1.1127 }}{{
- ifexpr:((1980 > 2000) and (1980 <= 2026))|* 1.1352 }}{{
- ifexpr:((1981 > 2000) and (1981 <= 2026))|* 1.1038 }}{{
- ifexpr:((1982 > 2000) and (1982 <= 2026))|* 1.0613 }}{{
- ifexpr:((1983 > 2000) and (1983 <= 2026))|* 1.0321 }}{{
- ifexpr:((1984 > 2000) and (1984 <= 2026))|* 1.0432 }}{{
- ifexpr:((1985 > 2000) and (1985 <= 2026))|* 1.0356 }}{{
- ifexpr:((1986 > 2000) and (1986 <= 2026))|* 1.0186 }}{{
- ifexpr:((1987 > 2000) and (1987 <= 2026))|* 1.0365 }}{{
- ifexpr:((1988 > 2000) and (1988 <= 2026))|* 1.0414 }}{{
- ifexpr:((1989 > 2000) and (1989 <= 2026))|* 1.0482 }}{{
- ifexpr:((1990 > 2000) and (1990 <= 2026))|* 1.0540 }}{{
- ifexpr:((1991 > 2000) and (1991 <= 2026))|* 1.0421 }}{{
- ifexpr:((1992 > 2000) and (1992 <= 2026))|* 1.0301 }}{{
- ifexpr:((1993 > 2000) and (1993 <= 2026))|* 1.0299 }}{{
- ifexpr:((1994 > 2000) and (1994 <= 2026))|* 1.0256 }}{{
- ifexpr:((1995 > 2000) and (1995 <= 2026))|* 1.0283 }}{{
- ifexpr:((1996 > 2000) and (1996 <= 2026))|* 1.0295 }}{{
- ifexpr:((1997 > 2000) and (1997 <= 2026))|* 1.0229 }}{{
- ifexpr:((1998 > 2000) and (1998 <= 2026))|* 1.0156 }}{{
- ifexpr:((1999 > 2000) and (1999 <= 2026))|* 1.0221 }}{{
- ifexpr:((2000 > 2000) and (2000 <= 2026))|* 1.0336 }}{{
- ifexpr:((2001 > 2000) and (2001 <= 2026))|* 1.0285 }}{{
- ifexpr:((2002 > 2000) and (2002 <= 2026))|* 1.0158 }}{{
- ifexpr:((2003 > 2000) and (2003 <= 2026))|* 1.0228 }}{{
- ifexpr:((2004 > 2000) and (2004 <= 2026))|* 1.0266 }}{{
- ifexpr:((2005 > 2000) and (2005 <= 2026))|* 1.0339 }}{{
- ifexpr:((2006 > 2000) and (2006 <= 2026))|* 1.0323 }}{{
- ifexpr:((2007 > 2000) and (2007 <= 2026))|* 1.0285 }}{{
- ifexpr:((2008 > 2000) and (2008 <= 2026))|* 1.0384 }}{{
- ifexpr:((2009 > 2000) and (2009 <= 2026))|* 0.9965 }}{{
- ifexpr:((2010 > 2000) and (2010 <= 2026))|* 1.0164 }}{{
- ifexpr:((2011 > 2000) and (2011 <= 2026))|* 1.0316 }}{{
- ifexpr:((2012 > 2000) and (2012 <= 2026))|* 1.0207 }}{{
- ifexpr:((2013 > 2000) and (2013 <= 2026))|* 1.0147 }}{{
- ifexpr:((2014 > 2000) and (2014 <= 2026))|* 1.0162 }}{{
- ifexpr:((2015 > 2000) and (2015 <= 2026))|* 1.0012 }}{{
- ifexpr:((2016 > 2000) and (2016 <= 2026))|* 1.0126 }}{{
- ifexpr:((2017 > 2000) and (2017 <= 2026))|* 1.0213 }}{{
- ifexpr:((2018 > 2000) and (2018 <= 2026))|* 1.0244 }}{{
- ifexpr:((2019 > 2000) and (2019 <= 2026))|* 1.0181 }}{{
- ifexpr:((2020 > 2000) and (2020 <= 2026))|* 1.0123 }}{{
- ifexpr:((2021 > 2000) and (2021 <= 2026))|* 1.0470 }}{{
- ifexpr:((2022 > 2000) and (2022 <= 2026))|* 1.0800 }}{{
- ifexpr:((2023 > 2000) and (2023 <= 2026))|* 1.0411 }}{{
- ifexpr:((2024 > 2000) and (2024 <= 2026))|* 1.0295 }}) round 2}} |2=1 |parse=}}}}|3|0}}}}
| Fehler
}}
}}|
{{#ifeq:2.000|{{{4}}}
|300
|{{#ifexpr:
(2.000 >= 1.774) and
(2.000 <= 2.026) and
(2.026 <= 2.026)
| {{#expr: (300{{
- ifexpr:((1.775 > 2.000) and (1.775 <= 2.026))|* 0,9476 }}{{
- ifexpr:((1.776 > 2.000) and (1.776 <= 2.026))|* 1,1417 }}{{
- ifexpr:((1.777 > 2.000) and (1.777 <= 2.026))|* 1,2187 }}{{
- ifexpr:((1.778 > 2.000) and (1.778 <= 2.026))|* 1,2978 }}{{
- ifexpr:((1.779 > 2.000) and (1.779 <= 2.026))|* 0,8849 }}{{
- ifexpr:((1.780 > 2.000) and (1.780 <= 2.026))|* 1,1225 }}{{
- ifexpr:((1.781 > 2.000) and (1.781 <= 2.026))|* 0,8066 }}{{
- ifexpr:((1.782 > 2.000) and (1.782 <= 2.026))|* 1,0970 }}{{
- ifexpr:((1.783 > 2.000) and (1.783 <= 2.026))|* 0,8767 }}{{
- ifexpr:((1.784 > 2.000) and (1.784 <= 2.026))|* 0,9612 }}{{
- ifexpr:((1.785 > 2.000) and (1.785 <= 2.026))|* 0,9516 }}{{
- ifexpr:((1.786 > 2.000) and (1.786 <= 2.026))|* 0,9745 }}{{
- ifexpr:((1.787 > 2.000) and (1.787 <= 2.026))|* 0,9815 }}{{
- ifexpr:((1.788 > 2.000) and (1.788 <= 2.026))|* 0,9557 }}{{
- ifexpr:((1.789 > 2.000) and (1.789 <= 2.026))|* 0,9907 }}{{
- ifexpr:((1.790 > 2.000) and (1.790 <= 2.026))|* 1,0375 }}{{
- ifexpr:((1.791 > 2.000) and (1.791 <= 2.026))|* 1,0271 }}{{
- ifexpr:((1.792 > 2.000) and (1.792 <= 2.026))|* 1,0187 }}{{
- ifexpr:((1.793 > 2.000) and (1.793 <= 2.026))|* 1,0345 }}{{
- ifexpr:((1.794 > 2.000) and (1.794 <= 2.026))|* 1,1095 }}{{
- ifexpr:((1.795 > 2.000) and (1.795 <= 2.026))|* 1,1438 }}{{
- ifexpr:((1.796 > 2.000) and (1.796 <= 2.026))|* 1,0526 }}{{
- ifexpr:((1.797 > 2.000) and (1.797 <= 2.026))|* 0,9625 }}{{
- ifexpr:((1.798 > 2.000) and (1.798 <= 2.026))|* 0,9667 }}{{
- ifexpr:((1.799 > 2.000) and (1.799 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.800 > 2.000) and (1.800 <= 2.026))|* 1,0210 }}{{
- ifexpr:((1.801 > 2.000) and (1.801 <= 2.026))|* 1,0131 }}{{
- ifexpr:((1.802 > 2.000) and (1.802 <= 2.026))|* 0,8427 }}{{
- ifexpr:((1.803 > 2.000) and (1.803 <= 2.026))|* 1,0549 }}{{
- ifexpr:((1.804 > 2.000) and (1.804 <= 2.026))|* 1,0438 }}{{
- ifexpr:((1.805 > 2.000) and (1.805 <= 2.026))|* 0,9930 }}{{
- ifexpr:((1.806 > 2.000) and (1.806 <= 2.026))|* 1,0423 }}{{
- ifexpr:((1.807 > 2.000) and (1.807 <= 2.026))|* 0,9459 }}{{
- ifexpr:((1.808 > 2.000) and (1.808 <= 2.026))|* 1,0866 }}{{
- ifexpr:((1.809 > 2.000) and (1.809 <= 2.026))|* 0,9795 }}{{
- ifexpr:((1.810 > 2.000) and (1.810 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.811 > 2.000) and (1.811 <= 2.026))|* 1,0680 }}{{
- ifexpr:((1.812 > 2.000) and (1.812 <= 2.026))|* 1,0126 }}{{
- ifexpr:((1.813 > 2.000) and (1.813 <= 2.026))|* 1,2002 }}{{
- ifexpr:((1.814 > 2.000) and (1.814 <= 2.026))|* 1,0989 }}{{
- ifexpr:((1.815 > 2.000) and (1.815 <= 2.026))|* 0,8771 }}{{
- ifexpr:((1.816 > 2.000) and (1.816 <= 2.026))|* 0,9135 }}{{
- ifexpr:((1.817 > 2.000) and (1.817 <= 2.026))|* 0,9464 }}{{
- ifexpr:((1.818 > 2.000) and (1.818 <= 2.026))|* 0,9566 }}{{
- ifexpr:((1.819 > 2.000) and (1.819 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.820 > 2.000) and (1.820 <= 2.026))|* 0,9213 }}{{
- ifexpr:((1.821 > 2.000) and (1.821 <= 2.026))|* 0,9648 }}{{
- ifexpr:((1.822 > 2.000) and (1.822 <= 2.026))|* 1,0365 }}{{
- ifexpr:((1.823 > 2.000) and (1.823 <= 2.026))|* 0,8935 }}{{
- ifexpr:((1.824 > 2.000) and (1.824 <= 2.026))|* 0,9212 }}{{
- ifexpr:((1.825 > 2.000) and (1.825 <= 2.026))|* 1,0257 }}{{
- ifexpr:((1.826 > 2.000) and (1.826 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.827 > 2.000) and (1.827 <= 2.026))|* 1,0083 }}{{
- ifexpr:((1.828 > 2.000) and (1.828 <= 2.026))|* 0,9504 }}{{
- ifexpr:((1.829 > 2.000) and (1.829 <= 2.026))|* 0,9815 }}{{
- ifexpr:((1.830 > 2.000) and (1.830 <= 2.026))|* 0,9911 }}{{
- ifexpr:((1.831 > 2.000) and (1.831 <= 2.026))|* 0,9374 }}{{
- ifexpr:((1.832 > 2.000) and (1.832 <= 2.026))|* 0,9905 }}{{
- ifexpr:((1.833 > 2.000) and (1.833 <= 2.026))|* 0,9807 }}{{
- ifexpr:((1.834 > 2.000) and (1.834 <= 2.026))|* 1,0197 }}{{
- ifexpr:((1.835 > 2.000) and (1.835 <= 2.026))|* 1,0289 }}{{
- ifexpr:((1.836 > 2.000) and (1.836 <= 2.026))|* 1,0562 }}{{
- ifexpr:((1.837 > 2.000) and (1.837 <= 2.026))|* 1,0277 }}{{
- ifexpr:((1.838 > 2.000) and (1.838 <= 2.026))|* 0,9730 }}{{
- ifexpr:((1.839 > 2.000) and (1.839 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.840 > 2.000) and (1.840 <= 2.026))|* 0,9290 }}{{
- ifexpr:((1.841 > 2.000) and (1.841 <= 2.026))|* 1,0095 }}{{
- ifexpr:((1.842 > 2.000) and (1.842 <= 2.026))|* 0,9338 }}{{
- ifexpr:((1.843 > 2.000) and (1.843 <= 2.026))|* 0,9076 }}{{
- ifexpr:((1.844 > 2.000) and (1.844 <= 2.026))|* 1,0112 }}{{
- ifexpr:((1.845 > 2.000) and (1.845 <= 2.026))|* 1,0110 }}{{
- ifexpr:((1.846 > 2.000) and (1.846 <= 2.026))|* 1,0109 }}{{
- ifexpr:((1.847 > 2.000) and (1.847 <= 2.026))|* 1,0769 }}{{
- ifexpr:((1.848 > 2.000) and (1.848 <= 2.026))|* 0,9586 }}{{
- ifexpr:((1.849 > 2.000) and (1.849 <= 2.026))|* 0,9686 }}{{
- ifexpr:((1.850 > 2.000) and (1.850 <= 2.026))|* 1,0216 }}{{
- ifexpr:((1.851 > 2.000) and (1.851 <= 2.026))|* 0,9789 }}{{
- ifexpr:((1.852 > 2.000) and (1.852 <= 2.026))|* 1,0108 }}{{
- ifexpr:((1.853 > 2.000) and (1.853 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.854 > 2.000) and (1.854 <= 2.026))|* 1,0868 }}{{
- ifexpr:((1.855 > 2.000) and (1.855 <= 2.026))|* 1,0295 }}{{
- ifexpr:((1.856 > 2.000) and (1.856 <= 2.026))|* 0,9809 }}{{
- ifexpr:((1.857 > 2.000) and (1.857 <= 2.026))|* 1,0292 }}{{
- ifexpr:((1.858 > 2.000) and (1.858 <= 2.026))|* 0,9433 }}{{
- ifexpr:((1.859 > 2.000) and (1.859 <= 2.026))|* 1,0100 }}{{
- ifexpr:((1.860 > 2.000) and (1.860 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.861 > 2.000) and (1.861 <= 2.026))|* 1,0596 }}{{
- ifexpr:((1.862 > 2.000) and (1.862 <= 2.026))|* 1,1417 }}{{
- ifexpr:((1.863 > 2.000) and (1.863 <= 2.026))|* 1,2482 }}{{
- ifexpr:((1.864 > 2.000) and (1.864 <= 2.026))|* 1,2514 }}{{
- ifexpr:((1.865 > 2.000) and (1.865 <= 2.026))|* 1,0368 }}{{
- ifexpr:((1.866 > 2.000) and (1.866 <= 2.026))|* 0,9747 }}{{
- ifexpr:((1.867 > 2.000) and (1.867 <= 2.026))|* 0,9318 }}{{
- ifexpr:((1.868 > 2.000) and (1.868 <= 2.026))|* 0,9609 }}{{
- ifexpr:((1.869 > 2.000) and (1.869 <= 2.026))|* 0,9586 }}{{
- ifexpr:((1.870 > 2.000) and (1.870 <= 2.026))|* 0,9576 }}{{
- ifexpr:((1.871 > 2.000) and (1.871 <= 2.026))|* 0,9360 }}{{
- ifexpr:((1.872 > 2.000) and (1.872 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.873 > 2.000) and (1.873 <= 2.026))|* 0,9797 }}{{
- ifexpr:((1.874 > 2.000) and (1.874 <= 2.026))|* 0,9517 }}{{
- ifexpr:((1.875 > 2.000) and (1.875 <= 2.026))|* 0,9638 }}{{
- ifexpr:((1.876 > 2.000) and (1.876 <= 2.026))|* 0,9765 }}{{
- ifexpr:((1.877 > 2.000) and (1.877 <= 2.026))|* 0,9769 }}{{
- ifexpr:((1.878 > 2.000) and (1.878 <= 2.026))|* 0,9527 }}{{
- ifexpr:((1.879 > 2.000) and (1.879 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.880 > 2.000) and (1.880 <= 2.026))|* 1,0248 }}{{
- ifexpr:((1.881 > 2.000) and (1.881 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.882 > 2.000) and (1.882 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.883 > 2.000) and (1.883 <= 2.026))|* 0,9798 }}{{
- ifexpr:((1.884 > 2.000) and (1.884 <= 2.026))|* 0,9794 }}{{
- ifexpr:((1.885 > 2.000) and (1.885 <= 2.026))|* 0,9800 }}{{
- ifexpr:((1.886 > 2.000) and (1.886 <= 2.026))|* 0,9785 }}{{
- ifexpr:((1.887 > 2.000) and (1.887 <= 2.026))|* 1,0110 }}{{
- ifexpr:((1.888 > 2.000) and (1.888 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.889 > 2.000) and (1.889 <= 2.026))|* 0,9675 }}{{
- ifexpr:((1.890 > 2.000) and (1.890 <= 2.026))|* 0,9888 }}{{
- ifexpr:((1.891 > 2.000) and (1.891 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.892 > 2.000) and (1.892 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.893 > 2.000) and (1.893 <= 2.026))|* 0,9887 }}{{
- ifexpr:((1.894 > 2.000) and (1.894 <= 2.026))|* 0,9564 }}{{
- ifexpr:((1.895 > 2.000) and (1.895 <= 2.026))|* 0,9760 }}{{
- ifexpr:((1.896 > 2.000) and (1.896 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.897 > 2.000) and (1.897 <= 2.026))|* 0,9877 }}{{
- ifexpr:((1.898 > 2.000) and (1.898 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.899 > 2.000) and (1.899 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.900 > 2.000) and (1.900 <= 2.026))|* 1,0124 }}{{
- ifexpr:((1.901 > 2.000) and (1.901 <= 2.026))|* 1,0123 }}{{
- ifexpr:((1.902 > 2.000) and (1.902 <= 2.026))|* 1,0121 }}{{
- ifexpr:((1.903 > 2.000) and (1.903 <= 2.026))|* 1,0228 }}{{
- ifexpr:((1.904 > 2.000) and (1.904 <= 2.026))|* 1,0117 }}{{
- ifexpr:((1.905 > 2.000) and (1.905 <= 2.026))|* 0,9884 }}{{
- ifexpr:((1.906 > 2.000) and (1.906 <= 2.026))|* 1,0223 }}{{
- ifexpr:((1.907 > 2.000) and (1.907 <= 2.026))|* 1,0447 }}{{
- ifexpr:((1.908 > 2.000) and (1.908 <= 2.026))|* 0,9791 }}{{
- ifexpr:((1.909 > 2.000) and (1.909 <= 2.026))|* 0,9888 }}{{
- ifexpr:((1.910 > 2.000) and (1.910 <= 2.026))|* 1,0442 }}{{
- ifexpr:((1.911 > 2.000) and (1.911 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.912 > 2.000) and (1.912 <= 2.026))|* 1,0206 }}{{
- ifexpr:((1.913 > 2.000) and (1.913 <= 2.026))|* 1,0213 }}{{
- ifexpr:((1.914 > 2.000) and (1.914 <= 2.026))|* 1,0094 }}{{
- ifexpr:((1.915 > 2.000) and (1.915 <= 2.026))|* 1,0052 }}{{
- ifexpr:((1.916 > 2.000) and (1.916 <= 2.026))|* 1,0924 }}{{
- ifexpr:((1.917 > 2.000) and (1.917 <= 2.026))|* 1,2049 }}{{
- ifexpr:((1.918 > 2.000) and (1.918 <= 2.026))|* 1,1747 }}{{
- ifexpr:((1.919 > 2.000) and (1.919 <= 2.026))|* 1,1487 }}{{
- ifexpr:((1.920 > 2.000) and (1.920 <= 2.026))|* 1,1584 }}{{
- ifexpr:((1.921 > 2.000) and (1.921 <= 2.026))|* 0,8932 }}{{
- ifexpr:((1.922 > 2.000) and (1.922 <= 2.026))|* 0,9369 }}{{
- ifexpr:((1.923 > 2.000) and (1.923 <= 2.026))|* 1,0179 }}{{
- ifexpr:((1.924 > 2.000) and (1.924 <= 2.026))|* 1,0018 }}{{
- ifexpr:((1.925 > 2.000) and (1.925 <= 2.026))|* 1,0251 }}{{
- ifexpr:((1.926 > 2.000) and (1.926 <= 2.026))|* 1,0097 }}{{
- ifexpr:((1.927 > 2.000) and (1.927 <= 2.026))|* 0,9814 }}{{
- ifexpr:((1.928 > 2.000) and (1.928 <= 2.026))|* 0,9862 }}{{
- ifexpr:((1.929 > 2.000) and (1.929 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.930 > 2.000) and (1.930 <= 2.026))|* 0,9749 }}{{
- ifexpr:((1.931 > 2.000) and (1.931 <= 2.026))|* 0,9120 }}{{
- ifexpr:((1.932 > 2.000) and (1.932 <= 2.026))|* 0,8969 }}{{
- ifexpr:((1.933 > 2.000) and (1.933 <= 2.026))|* 0,9488 }}{{
- ifexpr:((1.934 > 2.000) and (1.934 <= 2.026))|* 1,0332 }}{{
- ifexpr:((1.935 > 2.000) and (1.935 <= 2.026))|* 1,0254 }}{{
- ifexpr:((1.936 > 2.000) and (1.936 <= 2.026))|* 1,0095 }}{{
- ifexpr:((1.937 > 2.000) and (1.937 <= 2.026))|* 1,0361 }}{{
- ifexpr:((1.938 > 2.000) and (1.938 <= 2.026))|* 0,9812 }}{{
- ifexpr:((1.939 > 2.000) and (1.939 <= 2.026))|* 0,9858 }}{{
- ifexpr:((1.940 > 2.000) and (1.940 <= 2.026))|* 1,0101 }}{{
- ifexpr:((1.941 > 2.000) and (1.941 <= 2.026))|* 1,0499 }}{{
- ifexpr:((1.942 > 2.000) and (1.942 <= 2.026))|* 1,1066 }}{{
- ifexpr:((1.943 > 2.000) and (1.943 <= 2.026))|* 1,0613 }}{{
- ifexpr:((1.944 > 2.000) and (1.944 <= 2.026))|* 1,0173 }}{{
- ifexpr:((1.945 > 2.000) and (1.945 <= 2.026))|* 1,0227 }}{{
- ifexpr:((1.946 > 2.000) and (1.946 <= 2.026))|* 1,0856 }}{{
- ifexpr:((1.947 > 2.000) and (1.947 <= 2.026))|* 1,1433 }}{{
- ifexpr:((1.948 > 2.000) and (1.948 <= 2.026))|* 1,0779 }}{{
- ifexpr:((1.949 > 2.000) and (1.949 <= 2.026))|* 0,9904 }}{{
- ifexpr:((1.950 > 2.000) and (1.950 <= 2.026))|* 1,0096 }}{{
- ifexpr:((1.951 > 2.000) and (1.951 <= 2.026))|* 1,0789 }}{{
- ifexpr:((1.952 > 2.000) and (1.952 <= 2.026))|* 1,0219 }}{{
- ifexpr:((1.953 > 2.000) and (1.953 <= 2.026))|* 1,0075 }}{{
- ifexpr:((1.954 > 2.000) and (1.954 <= 2.026))|* 1,0049 }}{{
- ifexpr:((1.955 > 2.000) and (1.955 <= 2.026))|* 0,9963 }}{{
- ifexpr:((1.956 > 2.000) and (1.956 <= 2.026))|* 1,0149 }}{{
- ifexpr:((1.957 > 2.000) and (1.957 <= 2.026))|* 1,0357 }}{{
- ifexpr:((1.958 > 2.000) and (1.958 <= 2.026))|* 1,0274 }}{{
- ifexpr:((1.959 > 2.000) and (1.959 <= 2.026))|* 1,0083 }}{{
- ifexpr:((1.960 > 2.000) and (1.960 <= 2.026))|* 1,0158 }}{{
- ifexpr:((1.961 > 2.000) and (1.961 <= 2.026))|* 1,0101 }}{{
- ifexpr:((1.962 > 2.000) and (1.962 <= 2.026))|* 1,0114 }}{{
- ifexpr:((1.963 > 2.000) and (1.963 <= 2.026))|* 1,0119 }}{{
- ifexpr:((1.964 > 2.000) and (1.964 <= 2.026))|* 1,0134 }}{{
- ifexpr:((1.965 > 2.000) and (1.965 <= 2.026))|* 1,0171 }}{{
- ifexpr:((1.966 > 2.000) and (1.966 <= 2.026))|* 1,0285 }}{{
- ifexpr:((1.967 > 2.000) and (1.967 <= 2.026))|* 1,0290 }}{{
- ifexpr:((1.968 > 2.000) and (1.968 <= 2.026))|* 1,0419 }}{{
- ifexpr:((1.969 > 2.000) and (1.969 <= 2.026))|* 1,0537 }}{{
- ifexpr:((1.970 > 2.000) and (1.970 <= 2.026))|* 1,0592 }}{{
- ifexpr:((1.971 > 2.000) and (1.971 <= 2.026))|* 1,0430 }}{{
- ifexpr:((1.972 > 2.000) and (1.972 <= 2.026))|* 1,0331 }}{{
- ifexpr:((1.973 > 2.000) and (1.973 <= 2.026))|* 1,0621 }}{{
- ifexpr:((1.974 > 2.000) and (1.974 <= 2.026))|* 1,1098 }}{{
- ifexpr:((1.975 > 2.000) and (1.975 <= 2.026))|* 1,0914 }}{{
- ifexpr:((1.976 > 2.000) and (1.976 <= 2.026))|* 1,0576 }}{{
- ifexpr:((1.977 > 2.000) and (1.977 <= 2.026))|* 1,0645 }}{{
- ifexpr:((1.978 > 2.000) and (1.978 <= 2.026))|* 1,0761 }}{{
- ifexpr:((1.979 > 2.000) and (1.979 <= 2.026))|* 1,1127 }}{{
- ifexpr:((1.980 > 2.000) and (1.980 <= 2.026))|* 1,1352 }}{{
- ifexpr:((1.981 > 2.000) and (1.981 <= 2.026))|* 1,1038 }}{{
- ifexpr:((1.982 > 2.000) and (1.982 <= 2.026))|* 1,0613 }}{{
- ifexpr:((1.983 > 2.000) and (1.983 <= 2.026))|* 1,0321 }}{{
- ifexpr:((1.984 > 2.000) and (1.984 <= 2.026))|* 1,0432 }}{{
- ifexpr:((1.985 > 2.000) and (1.985 <= 2.026))|* 1,0356 }}{{
- ifexpr:((1.986 > 2.000) and (1.986 <= 2.026))|* 1,0186 }}{{
- ifexpr:((1.987 > 2.000) and (1.987 <= 2.026))|* 1,0365 }}{{
- ifexpr:((1.988 > 2.000) and (1.988 <= 2.026))|* 1,0414 }}{{
- ifexpr:((1.989 > 2.000) and (1.989 <= 2.026))|* 1,0482 }}{{
- ifexpr:((1.990 > 2.000) and (1.990 <= 2.026))|* 1,0540 }}{{
- ifexpr:((1.991 > 2.000) and (1.991 <= 2.026))|* 1,0421 }}{{
- ifexpr:((1.992 > 2.000) and (1.992 <= 2.026))|* 1,0301 }}{{
- ifexpr:((1.993 > 2.000) and (1.993 <= 2.026))|* 1,0299 }}{{
- ifexpr:((1.994 > 2.000) and (1.994 <= 2.026))|* 1,0256 }}{{
- ifexpr:((1.995 > 2.000) and (1.995 <= 2.026))|* 1,0283 }}{{
- ifexpr:((1.996 > 2.000) and (1.996 <= 2.026))|* 1,0295 }}{{
- ifexpr:((1.997 > 2.000) and (1.997 <= 2.026))|* 1,0229 }}{{
- ifexpr:((1.998 > 2.000) and (1.998 <= 2.026))|* 1,0156 }}{{
- ifexpr:((1.999 > 2.000) and (1.999 <= 2.026))|* 1,0221 }}{{
- ifexpr:((2.000 > 2.000) and (2.000 <= 2.026))|* 1,0336 }}{{
- ifexpr:((2.001 > 2.000) and (2.001 <= 2.026))|* 1,0285 }}{{
- ifexpr:((2.002 > 2.000) and (2.002 <= 2.026))|* 1,0158 }}{{
- ifexpr:((2.003 > 2.000) and (2.003 <= 2.026))|* 1,0228 }}{{
- ifexpr:((2.004 > 2.000) and (2.004 <= 2.026))|* 1,0266 }}{{
- ifexpr:((2.005 > 2.000) and (2.005 <= 2.026))|* 1,0339 }}{{
- ifexpr:((2.006 > 2.000) and (2.006 <= 2.026))|* 1,0323 }}{{
- ifexpr:((2.007 > 2.000) and (2.007 <= 2.026))|* 1,0285 }}{{
- ifexpr:((2.008 > 2.000) and (2.008 <= 2.026))|* 1,0384 }}{{
- ifexpr:((2.009 > 2.000) and (2.009 <= 2.026))|* 0,9965 }}{{
- ifexpr:((2.010 > 2.000) and (2.010 <= 2.026))|* 1,0164 }}{{
- ifexpr:((2.011 > 2.000) and (2.011 <= 2.026))|* 1,0316 }}{{
- ifexpr:((2.012 > 2.000) and (2.012 <= 2.026))|* 1,0207 }}{{
- ifexpr:((2.013 > 2.000) and (2.013 <= 2.026))|* 1,0147 }}{{
- ifexpr:((2.014 > 2.000) and (2.014 <= 2.026))|* 1,0162 }}{{
- ifexpr:((2.015 > 2.000) and (2.015 <= 2.026))|* 1,0012 }}{{
- ifexpr:((2.016 > 2.000) and (2.016 <= 2.026))|* 1,0126 }}{{
- ifexpr:((2.017 > 2.000) and (2.017 <= 2.026))|* 1,0213 }}{{
- ifexpr:((2.018 > 2.000) and (2.018 <= 2.026))|* 1,0244 }}{{
- ifexpr:((2.019 > 2.000) and (2.019 <= 2.026))|* 1,0181 }}{{
- ifexpr:((2.020 > 2.000) and (2.020 <= 2.026))|* 1,0123 }}{{
- ifexpr:((2.021 > 2.000) and (2.021 <= 2.026))|* 1,0470 }}{{
- ifexpr:((2.022 > 2.000) and (2.022 <= 2.026))|* 1,0800 }}{{
- ifexpr:((2.023 > 2.000) and (2.023 <= 2.026))|* 1,0411 }}{{
- ifexpr:((2.024 > 2.000) and (2.024 <= 2.026))|* 1,0295 }}) round 0}}{{#ifeq:0|2|{{#ifeq:{{#invoke:Str|len|{{#invoke:Expr|modulo |1={{#expr: (300{{
- ifexpr:((1.775 > 2.000) and (1.775 <= 2.026))|* 0,9476 }}{{
- ifexpr:((1.776 > 2.000) and (1.776 <= 2.026))|* 1,1417 }}{{
- ifexpr:((1.777 > 2.000) and (1.777 <= 2.026))|* 1,2187 }}{{
- ifexpr:((1.778 > 2.000) and (1.778 <= 2.026))|* 1,2978 }}{{
- ifexpr:((1.779 > 2.000) and (1.779 <= 2.026))|* 0,8849 }}{{
- ifexpr:((1.780 > 2.000) and (1.780 <= 2.026))|* 1,1225 }}{{
- ifexpr:((1.781 > 2.000) and (1.781 <= 2.026))|* 0,8066 }}{{
- ifexpr:((1.782 > 2.000) and (1.782 <= 2.026))|* 1,0970 }}{{
- ifexpr:((1.783 > 2.000) and (1.783 <= 2.026))|* 0,8767 }}{{
- ifexpr:((1.784 > 2.000) and (1.784 <= 2.026))|* 0,9612 }}{{
- ifexpr:((1.785 > 2.000) and (1.785 <= 2.026))|* 0,9516 }}{{
- ifexpr:((1.786 > 2.000) and (1.786 <= 2.026))|* 0,9745 }}{{
- ifexpr:((1.787 > 2.000) and (1.787 <= 2.026))|* 0,9815 }}{{
- ifexpr:((1.788 > 2.000) and (1.788 <= 2.026))|* 0,9557 }}{{
- ifexpr:((1.789 > 2.000) and (1.789 <= 2.026))|* 0,9907 }}{{
- ifexpr:((1.790 > 2.000) and (1.790 <= 2.026))|* 1,0375 }}{{
- ifexpr:((1.791 > 2.000) and (1.791 <= 2.026))|* 1,0271 }}{{
- ifexpr:((1.792 > 2.000) and (1.792 <= 2.026))|* 1,0187 }}{{
- ifexpr:((1.793 > 2.000) and (1.793 <= 2.026))|* 1,0345 }}{{
- ifexpr:((1.794 > 2.000) and (1.794 <= 2.026))|* 1,1095 }}{{
- ifexpr:((1.795 > 2.000) and (1.795 <= 2.026))|* 1,1438 }}{{
- ifexpr:((1.796 > 2.000) and (1.796 <= 2.026))|* 1,0526 }}{{
- ifexpr:((1.797 > 2.000) and (1.797 <= 2.026))|* 0,9625 }}{{
- ifexpr:((1.798 > 2.000) and (1.798 <= 2.026))|* 0,9667 }}{{
- ifexpr:((1.799 > 2.000) and (1.799 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.800 > 2.000) and (1.800 <= 2.026))|* 1,0210 }}{{
- ifexpr:((1.801 > 2.000) and (1.801 <= 2.026))|* 1,0131 }}{{
- ifexpr:((1.802 > 2.000) and (1.802 <= 2.026))|* 0,8427 }}{{
- ifexpr:((1.803 > 2.000) and (1.803 <= 2.026))|* 1,0549 }}{{
- ifexpr:((1.804 > 2.000) and (1.804 <= 2.026))|* 1,0438 }}{{
- ifexpr:((1.805 > 2.000) and (1.805 <= 2.026))|* 0,9930 }}{{
- ifexpr:((1.806 > 2.000) and (1.806 <= 2.026))|* 1,0423 }}{{
- ifexpr:((1.807 > 2.000) and (1.807 <= 2.026))|* 0,9459 }}{{
- ifexpr:((1.808 > 2.000) and (1.808 <= 2.026))|* 1,0866 }}{{
- ifexpr:((1.809 > 2.000) and (1.809 <= 2.026))|* 0,9795 }}{{
- ifexpr:((1.810 > 2.000) and (1.810 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.811 > 2.000) and (1.811 <= 2.026))|* 1,0680 }}{{
- ifexpr:((1.812 > 2.000) and (1.812 <= 2.026))|* 1,0126 }}{{
- ifexpr:((1.813 > 2.000) and (1.813 <= 2.026))|* 1,2002 }}{{
- ifexpr:((1.814 > 2.000) and (1.814 <= 2.026))|* 1,0989 }}{{
- ifexpr:((1.815 > 2.000) and (1.815 <= 2.026))|* 0,8771 }}{{
- ifexpr:((1.816 > 2.000) and (1.816 <= 2.026))|* 0,9135 }}{{
- ifexpr:((1.817 > 2.000) and (1.817 <= 2.026))|* 0,9464 }}{{
- ifexpr:((1.818 > 2.000) and (1.818 <= 2.026))|* 0,9566 }}{{
- ifexpr:((1.819 > 2.000) and (1.819 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.820 > 2.000) and (1.820 <= 2.026))|* 0,9213 }}{{
- ifexpr:((1.821 > 2.000) and (1.821 <= 2.026))|* 0,9648 }}{{
- ifexpr:((1.822 > 2.000) and (1.822 <= 2.026))|* 1,0365 }}{{
- ifexpr:((1.823 > 2.000) and (1.823 <= 2.026))|* 0,8935 }}{{
- ifexpr:((1.824 > 2.000) and (1.824 <= 2.026))|* 0,9212 }}{{
- ifexpr:((1.825 > 2.000) and (1.825 <= 2.026))|* 1,0257 }}{{
- ifexpr:((1.826 > 2.000) and (1.826 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.827 > 2.000) and (1.827 <= 2.026))|* 1,0083 }}{{
- ifexpr:((1.828 > 2.000) and (1.828 <= 2.026))|* 0,9504 }}{{
- ifexpr:((1.829 > 2.000) and (1.829 <= 2.026))|* 0,9815 }}{{
- ifexpr:((1.830 > 2.000) and (1.830 <= 2.026))|* 0,9911 }}{{
- ifexpr:((1.831 > 2.000) and (1.831 <= 2.026))|* 0,9374 }}{{
- ifexpr:((1.832 > 2.000) and (1.832 <= 2.026))|* 0,9905 }}{{
- ifexpr:((1.833 > 2.000) and (1.833 <= 2.026))|* 0,9807 }}{{
- ifexpr:((1.834 > 2.000) and (1.834 <= 2.026))|* 1,0197 }}{{
- ifexpr:((1.835 > 2.000) and (1.835 <= 2.026))|* 1,0289 }}{{
- ifexpr:((1.836 > 2.000) and (1.836 <= 2.026))|* 1,0562 }}{{
- ifexpr:((1.837 > 2.000) and (1.837 <= 2.026))|* 1,0277 }}{{
- ifexpr:((1.838 > 2.000) and (1.838 <= 2.026))|* 0,9730 }}{{
- ifexpr:((1.839 > 2.000) and (1.839 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.840 > 2.000) and (1.840 <= 2.026))|* 0,9290 }}{{
- ifexpr:((1.841 > 2.000) and (1.841 <= 2.026))|* 1,0095 }}{{
- ifexpr:((1.842 > 2.000) and (1.842 <= 2.026))|* 0,9338 }}{{
- ifexpr:((1.843 > 2.000) and (1.843 <= 2.026))|* 0,9076 }}{{
- ifexpr:((1.844 > 2.000) and (1.844 <= 2.026))|* 1,0112 }}{{
- ifexpr:((1.845 > 2.000) and (1.845 <= 2.026))|* 1,0110 }}{{
- ifexpr:((1.846 > 2.000) and (1.846 <= 2.026))|* 1,0109 }}{{
- ifexpr:((1.847 > 2.000) and (1.847 <= 2.026))|* 1,0769 }}{{
- ifexpr:((1.848 > 2.000) and (1.848 <= 2.026))|* 0,9586 }}{{
- ifexpr:((1.849 > 2.000) and (1.849 <= 2.026))|* 0,9686 }}{{
- ifexpr:((1.850 > 2.000) and (1.850 <= 2.026))|* 1,0216 }}{{
- ifexpr:((1.851 > 2.000) and (1.851 <= 2.026))|* 0,9789 }}{{
- ifexpr:((1.852 > 2.000) and (1.852 <= 2.026))|* 1,0108 }}{{
- ifexpr:((1.853 > 2.000) and (1.853 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.854 > 2.000) and (1.854 <= 2.026))|* 1,0868 }}{{
- ifexpr:((1.855 > 2.000) and (1.855 <= 2.026))|* 1,0295 }}{{
- ifexpr:((1.856 > 2.000) and (1.856 <= 2.026))|* 0,9809 }}{{
- ifexpr:((1.857 > 2.000) and (1.857 <= 2.026))|* 1,0292 }}{{
- ifexpr:((1.858 > 2.000) and (1.858 <= 2.026))|* 0,9433 }}{{
- ifexpr:((1.859 > 2.000) and (1.859 <= 2.026))|* 1,0100 }}{{
- ifexpr:((1.860 > 2.000) and (1.860 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.861 > 2.000) and (1.861 <= 2.026))|* 1,0596 }}{{
- ifexpr:((1.862 > 2.000) and (1.862 <= 2.026))|* 1,1417 }}{{
- ifexpr:((1.863 > 2.000) and (1.863 <= 2.026))|* 1,2482 }}{{
- ifexpr:((1.864 > 2.000) and (1.864 <= 2.026))|* 1,2514 }}{{
- ifexpr:((1.865 > 2.000) and (1.865 <= 2.026))|* 1,0368 }}{{
- ifexpr:((1.866 > 2.000) and (1.866 <= 2.026))|* 0,9747 }}{{
- ifexpr:((1.867 > 2.000) and (1.867 <= 2.026))|* 0,9318 }}{{
- ifexpr:((1.868 > 2.000) and (1.868 <= 2.026))|* 0,9609 }}{{
- ifexpr:((1.869 > 2.000) and (1.869 <= 2.026))|* 0,9586 }}{{
- ifexpr:((1.870 > 2.000) and (1.870 <= 2.026))|* 0,9576 }}{{
- ifexpr:((1.871 > 2.000) and (1.871 <= 2.026))|* 0,9360 }}{{
- ifexpr:((1.872 > 2.000) and (1.872 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.873 > 2.000) and (1.873 <= 2.026))|* 0,9797 }}{{
- ifexpr:((1.874 > 2.000) and (1.874 <= 2.026))|* 0,9517 }}{{
- ifexpr:((1.875 > 2.000) and (1.875 <= 2.026))|* 0,9638 }}{{
- ifexpr:((1.876 > 2.000) and (1.876 <= 2.026))|* 0,9765 }}{{
- ifexpr:((1.877 > 2.000) and (1.877 <= 2.026))|* 0,9769 }}{{
- ifexpr:((1.878 > 2.000) and (1.878 <= 2.026))|* 0,9527 }}{{
- ifexpr:((1.879 > 2.000) and (1.879 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.880 > 2.000) and (1.880 <= 2.026))|* 1,0248 }}{{
- ifexpr:((1.881 > 2.000) and (1.881 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.882 > 2.000) and (1.882 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.883 > 2.000) and (1.883 <= 2.026))|* 0,9798 }}{{
- ifexpr:((1.884 > 2.000) and (1.884 <= 2.026))|* 0,9794 }}{{
- ifexpr:((1.885 > 2.000) and (1.885 <= 2.026))|* 0,9800 }}{{
- ifexpr:((1.886 > 2.000) and (1.886 <= 2.026))|* 0,9785 }}{{
- ifexpr:((1.887 > 2.000) and (1.887 <= 2.026))|* 1,0110 }}{{
- ifexpr:((1.888 > 2.000) and (1.888 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.889 > 2.000) and (1.889 <= 2.026))|* 0,9675 }}{{
- ifexpr:((1.890 > 2.000) and (1.890 <= 2.026))|* 0,9888 }}{{
- ifexpr:((1.891 > 2.000) and (1.891 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.892 > 2.000) and (1.892 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.893 > 2.000) and (1.893 <= 2.026))|* 0,9887 }}{{
- ifexpr:((1.894 > 2.000) and (1.894 <= 2.026))|* 0,9564 }}{{
- ifexpr:((1.895 > 2.000) and (1.895 <= 2.026))|* 0,9760 }}{{
- ifexpr:((1.896 > 2.000) and (1.896 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.897 > 2.000) and (1.897 <= 2.026))|* 0,9877 }}{{
- ifexpr:((1.898 > 2.000) and (1.898 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.899 > 2.000) and (1.899 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.900 > 2.000) and (1.900 <= 2.026))|* 1,0124 }}{{
- ifexpr:((1.901 > 2.000) and (1.901 <= 2.026))|* 1,0123 }}{{
- ifexpr:((1.902 > 2.000) and (1.902 <= 2.026))|* 1,0121 }}{{
- ifexpr:((1.903 > 2.000) and (1.903 <= 2.026))|* 1,0228 }}{{
- ifexpr:((1.904 > 2.000) and (1.904 <= 2.026))|* 1,0117 }}{{
- ifexpr:((1.905 > 2.000) and (1.905 <= 2.026))|* 0,9884 }}{{
- ifexpr:((1.906 > 2.000) and (1.906 <= 2.026))|* 1,0223 }}{{
- ifexpr:((1.907 > 2.000) and (1.907 <= 2.026))|* 1,0447 }}{{
- ifexpr:((1.908 > 2.000) and (1.908 <= 2.026))|* 0,9791 }}{{
- ifexpr:((1.909 > 2.000) and (1.909 <= 2.026))|* 0,9888 }}{{
- ifexpr:((1.910 > 2.000) and (1.910 <= 2.026))|* 1,0442 }}{{
- ifexpr:((1.911 > 2.000) and (1.911 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.912 > 2.000) and (1.912 <= 2.026))|* 1,0206 }}{{
- ifexpr:((1.913 > 2.000) and (1.913 <= 2.026))|* 1,0213 }}{{
- ifexpr:((1.914 > 2.000) and (1.914 <= 2.026))|* 1,0094 }}{{
- ifexpr:((1.915 > 2.000) and (1.915 <= 2.026))|* 1,0052 }}{{
- ifexpr:((1.916 > 2.000) and (1.916 <= 2.026))|* 1,0924 }}{{
- ifexpr:((1.917 > 2.000) and (1.917 <= 2.026))|* 1,2049 }}{{
- ifexpr:((1.918 > 2.000) and (1.918 <= 2.026))|* 1,1747 }}{{
- ifexpr:((1.919 > 2.000) and (1.919 <= 2.026))|* 1,1487 }}{{
- ifexpr:((1.920 > 2.000) and (1.920 <= 2.026))|* 1,1584 }}{{
- ifexpr:((1.921 > 2.000) and (1.921 <= 2.026))|* 0,8932 }}{{
- ifexpr:((1.922 > 2.000) and (1.922 <= 2.026))|* 0,9369 }}{{
- ifexpr:((1.923 > 2.000) and (1.923 <= 2.026))|* 1,0179 }}{{
- ifexpr:((1.924 > 2.000) and (1.924 <= 2.026))|* 1,0018 }}{{
- ifexpr:((1.925 > 2.000) and (1.925 <= 2.026))|* 1,0251 }}{{
- ifexpr:((1.926 > 2.000) and (1.926 <= 2.026))|* 1,0097 }}{{
- ifexpr:((1.927 > 2.000) and (1.927 <= 2.026))|* 0,9814 }}{{
- ifexpr:((1.928 > 2.000) and (1.928 <= 2.026))|* 0,9862 }}{{
- ifexpr:((1.929 > 2.000) and (1.929 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.930 > 2.000) and (1.930 <= 2.026))|* 0,9749 }}{{
- ifexpr:((1.931 > 2.000) and (1.931 <= 2.026))|* 0,9120 }}{{
- ifexpr:((1.932 > 2.000) and (1.932 <= 2.026))|* 0,8969 }}{{
- ifexpr:((1.933 > 2.000) and (1.933 <= 2.026))|* 0,9488 }}{{
- ifexpr:((1.934 > 2.000) and (1.934 <= 2.026))|* 1,0332 }}{{
- ifexpr:((1.935 > 2.000) and (1.935 <= 2.026))|* 1,0254 }}{{
- ifexpr:((1.936 > 2.000) and (1.936 <= 2.026))|* 1,0095 }}{{
- ifexpr:((1.937 > 2.000) and (1.937 <= 2.026))|* 1,0361 }}{{
- ifexpr:((1.938 > 2.000) and (1.938 <= 2.026))|* 0,9812 }}{{
- ifexpr:((1.939 > 2.000) and (1.939 <= 2.026))|* 0,9858 }}{{
- ifexpr:((1.940 > 2.000) and (1.940 <= 2.026))|* 1,0101 }}{{
- ifexpr:((1.941 > 2.000) and (1.941 <= 2.026))|* 1,0499 }}{{
- ifexpr:((1.942 > 2.000) and (1.942 <= 2.026))|* 1,1066 }}{{
- ifexpr:((1.943 > 2.000) and (1.943 <= 2.026))|* 1,0613 }}{{
- ifexpr:((1.944 > 2.000) and (1.944 <= 2.026))|* 1,0173 }}{{
- ifexpr:((1.945 > 2.000) and (1.945 <= 2.026))|* 1,0227 }}{{
- ifexpr:((1.946 > 2.000) and (1.946 <= 2.026))|* 1,0856 }}{{
- ifexpr:((1.947 > 2.000) and (1.947 <= 2.026))|* 1,1433 }}{{
- ifexpr:((1.948 > 2.000) and (1.948 <= 2.026))|* 1,0779 }}{{
- ifexpr:((1.949 > 2.000) and (1.949 <= 2.026))|* 0,9904 }}{{
- ifexpr:((1.950 > 2.000) and (1.950 <= 2.026))|* 1,0096 }}{{
- ifexpr:((1.951 > 2.000) and (1.951 <= 2.026))|* 1,0789 }}{{
- ifexpr:((1.952 > 2.000) and (1.952 <= 2.026))|* 1,0219 }}{{
- ifexpr:((1.953 > 2.000) and (1.953 <= 2.026))|* 1,0075 }}{{
- ifexpr:((1.954 > 2.000) and (1.954 <= 2.026))|* 1,0049 }}{{
- ifexpr:((1.955 > 2.000) and (1.955 <= 2.026))|* 0,9963 }}{{
- ifexpr:((1.956 > 2.000) and (1.956 <= 2.026))|* 1,0149 }}{{
- ifexpr:((1.957 > 2.000) and (1.957 <= 2.026))|* 1,0357 }}{{
- ifexpr:((1.958 > 2.000) and (1.958 <= 2.026))|* 1,0274 }}{{
- ifexpr:((1.959 > 2.000) and (1.959 <= 2.026))|* 1,0083 }}{{
- ifexpr:((1.960 > 2.000) and (1.960 <= 2.026))|* 1,0158 }}{{
- ifexpr:((1.961 > 2.000) and (1.961 <= 2.026))|* 1,0101 }}{{
- ifexpr:((1.962 > 2.000) and (1.962 <= 2.026))|* 1,0114 }}{{
- ifexpr:((1.963 > 2.000) and (1.963 <= 2.026))|* 1,0119 }}{{
- ifexpr:((1.964 > 2.000) and (1.964 <= 2.026))|* 1,0134 }}{{
- ifexpr:((1.965 > 2.000) and (1.965 <= 2.026))|* 1,0171 }}{{
- ifexpr:((1.966 > 2.000) and (1.966 <= 2.026))|* 1,0285 }}{{
- ifexpr:((1.967 > 2.000) and (1.967 <= 2.026))|* 1,0290 }}{{
- ifexpr:((1.968 > 2.000) and (1.968 <= 2.026))|* 1,0419 }}{{
- ifexpr:((1.969 > 2.000) and (1.969 <= 2.026))|* 1,0537 }}{{
- ifexpr:((1.970 > 2.000) and (1.970 <= 2.026))|* 1,0592 }}{{
- ifexpr:((1.971 > 2.000) and (1.971 <= 2.026))|* 1,0430 }}{{
- ifexpr:((1.972 > 2.000) and (1.972 <= 2.026))|* 1,0331 }}{{
- ifexpr:((1.973 > 2.000) and (1.973 <= 2.026))|* 1,0621 }}{{
- ifexpr:((1.974 > 2.000) and (1.974 <= 2.026))|* 1,1098 }}{{
- ifexpr:((1.975 > 2.000) and (1.975 <= 2.026))|* 1,0914 }}{{
- ifexpr:((1.976 > 2.000) and (1.976 <= 2.026))|* 1,0576 }}{{
- ifexpr:((1.977 > 2.000) and (1.977 <= 2.026))|* 1,0645 }}{{
- ifexpr:((1.978 > 2.000) and (1.978 <= 2.026))|* 1,0761 }}{{
- ifexpr:((1.979 > 2.000) and (1.979 <= 2.026))|* 1,1127 }}{{
- ifexpr:((1.980 > 2.000) and (1.980 <= 2.026))|* 1,1352 }}{{
- ifexpr:((1.981 > 2.000) and (1.981 <= 2.026))|* 1,1038 }}{{
- ifexpr:((1.982 > 2.000) and (1.982 <= 2.026))|* 1,0613 }}{{
- ifexpr:((1.983 > 2.000) and (1.983 <= 2.026))|* 1,0321 }}{{
- ifexpr:((1.984 > 2.000) and (1.984 <= 2.026))|* 1,0432 }}{{
- ifexpr:((1.985 > 2.000) and (1.985 <= 2.026))|* 1,0356 }}{{
- ifexpr:((1.986 > 2.000) and (1.986 <= 2.026))|* 1,0186 }}{{
- ifexpr:((1.987 > 2.000) and (1.987 <= 2.026))|* 1,0365 }}{{
- ifexpr:((1.988 > 2.000) and (1.988 <= 2.026))|* 1,0414 }}{{
- ifexpr:((1.989 > 2.000) and (1.989 <= 2.026))|* 1,0482 }}{{
- ifexpr:((1.990 > 2.000) and (1.990 <= 2.026))|* 1,0540 }}{{
- ifexpr:((1.991 > 2.000) and (1.991 <= 2.026))|* 1,0421 }}{{
- ifexpr:((1.992 > 2.000) and (1.992 <= 2.026))|* 1,0301 }}{{
- ifexpr:((1.993 > 2.000) and (1.993 <= 2.026))|* 1,0299 }}{{
- ifexpr:((1.994 > 2.000) and (1.994 <= 2.026))|* 1,0256 }}{{
- ifexpr:((1.995 > 2.000) and (1.995 <= 2.026))|* 1,0283 }}{{
- ifexpr:((1.996 > 2.000) and (1.996 <= 2.026))|* 1,0295 }}{{
- ifexpr:((1.997 > 2.000) and (1.997 <= 2.026))|* 1,0229 }}{{
- ifexpr:((1.998 > 2.000) and (1.998 <= 2.026))|* 1,0156 }}{{
- ifexpr:((1.999 > 2.000) and (1.999 <= 2.026))|* 1,0221 }}{{
- ifexpr:((2.000 > 2.000) and (2.000 <= 2.026))|* 1,0336 }}{{
- ifexpr:((2.001 > 2.000) and (2.001 <= 2.026))|* 1,0285 }}{{
- ifexpr:((2.002 > 2.000) and (2.002 <= 2.026))|* 1,0158 }}{{
- ifexpr:((2.003 > 2.000) and (2.003 <= 2.026))|* 1,0228 }}{{
- ifexpr:((2.004 > 2.000) and (2.004 <= 2.026))|* 1,0266 }}{{
- ifexpr:((2.005 > 2.000) and (2.005 <= 2.026))|* 1,0339 }}{{
- ifexpr:((2.006 > 2.000) and (2.006 <= 2.026))|* 1,0323 }}{{
- ifexpr:((2.007 > 2.000) and (2.007 <= 2.026))|* 1,0285 }}{{
- ifexpr:((2.008 > 2.000) and (2.008 <= 2.026))|* 1,0384 }}{{
- ifexpr:((2.009 > 2.000) and (2.009 <= 2.026))|* 0,9965 }}{{
- ifexpr:((2.010 > 2.000) and (2.010 <= 2.026))|* 1,0164 }}{{
- ifexpr:((2.011 > 2.000) and (2.011 <= 2.026))|* 1,0316 }}{{
- ifexpr:((2.012 > 2.000) and (2.012 <= 2.026))|* 1,0207 }}{{
- ifexpr:((2.013 > 2.000) and (2.013 <= 2.026))|* 1,0147 }}{{
- ifexpr:((2.014 > 2.000) and (2.014 <= 2.026))|* 1,0162 }}{{
- ifexpr:((2.015 > 2.000) and (2.015 <= 2.026))|* 1,0012 }}{{
- ifexpr:((2.016 > 2.000) and (2.016 <= 2.026))|* 1,0126 }}{{
- ifexpr:((2.017 > 2.000) and (2.017 <= 2.026))|* 1,0213 }}{{
- ifexpr:((2.018 > 2.000) and (2.018 <= 2.026))|* 1,0244 }}{{
- ifexpr:((2.019 > 2.000) and (2.019 <= 2.026))|* 1,0181 }}{{
- ifexpr:((2.020 > 2.000) and (2.020 <= 2.026))|* 1,0123 }}{{
- ifexpr:((2.021 > 2.000) and (2.021 <= 2.026))|* 1,0470 }}{{
- ifexpr:((2.022 > 2.000) and (2.022 <= 2.026))|* 1,0800 }}{{
- ifexpr:((2.023 > 2.000) and (2.023 <= 2.026))|* 1,0411 }}{{
- ifexpr:((2.024 > 2.000) and (2.024 <= 2.026))|* 1,0295 }}) round 2}} |2=1 |parse=}}}}|3|0}}}}
| Fehler
}}
}}
}}
| Fehler }} | Fehler }} Milliarden aktuell, wenn die Inflation berücksichtigt wird).<ref name="BBC.Jan6Y2K">{{#if:Vorlage:Cite book/URL|{{#iferror: {{#iferror:{{#invoke:Vorlage:FormatDate|Execute}}|}}| |}}}}{{#if:{{#if:
|
| {{#if:
| {{#if:
| [[|Vorlage:Cite book/Name]]
| Vorlage:Cite book/Name
}}
}}{{#if:
| {{#if:
| , [[|Vorlage:Cite book/Name]]
| Vorlage:Cite book/Name
}}
}}{{#if:
| {{#if:
| , [[|Vorlage:Cite book/Name]]
| Vorlage:Cite book/Name
}}
}}{{#if:
| {{#if:
| , [[|Vorlage:Cite book/Name]]
| Vorlage:Cite book/Name
}}
}}{{#if:
| {{#if:
| , [[|Vorlage:Cite book/Name]]
| Vorlage:Cite book/Name
}}
}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}
}}Vorlage:Cite book/Name|{{#if:
|
| {{#if:
| {{#if:
| [[|Vorlage:Cite book/Name]]
| Vorlage:Cite book/Name
}}
}}{{#if:
| {{#if:
| , [[|Vorlage:Cite book/Name]]
| Vorlage:Cite book/Name
}}
}}{{#if:
| {{#if:
| , [[|Vorlage:Cite book/Name]]
| Vorlage:Cite book/Name
}}
}}{{#if:
| {{#if:
| , [[|Vorlage:Cite book/Name]]
| Vorlage:Cite book/Name
}}
}}{{#if:
| {{#if:
| , [[|Vorlage:Cite book/Name]]
| Vorlage:Cite book/Name
}}
}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}
}}Vorlage:Cite book/Name: }}{{#if:Vorlage:Cite book/URL|{{#if:{{#if: Y2K: Overhyped and oversold? | {{#invoke: WLink|getEscapedTitle|1=Y2K: Overhyped and oversold?}} | ? }}|[{{#invoke:Vorlage:Internetquelle|archivURL|1={{#invoke:URLutil|getNormalized|1=Vorlage:Cite book/URL}}}} {{#invoke:Vorlage:Internetquelle|TitelFormat|titel={{#if: Y2K: Overhyped and oversold? | {{#invoke: WLink|getEscapedTitle|1=Y2K: Overhyped and oversold?}} | ? }}}}]{{#if:| ()}}{{#if:{{#if: | ( }}{{#if: | Originaltitel: {{{script-title}}} }}{{#if: | {{#if: | , }}deutsch: {{{trans-title}}} }}{{#if: | ) }}| {{#if: | ( }}{{#if: | Originaltitel: {{{script-title}}} }}{{#if: | {{#if: | , }}deutsch: {{{trans-title}}} }}{{#if: | ) }}{{#invoke:Vorlage:Internetquelle|Endpunkt|titel={{#if: | ( }}{{#if: | Originaltitel: {{{script-title}}} }}{{#if: | {{#if: | , }}deutsch: {{{trans-title}}} }}{{#if: | ) }}}}}}}}|{{#if:http://news.bbc.co.uk/2/hi/talking_point/586938.stm%7C{{#if:{{#invoke:TemplUtl%7Cfaculty%7CVorlage:Cite book/URL}}|{{#invoke:Vorlage:Internetquelle|TitelFormat|titel={{#invoke:WLink|getEscapedTitle|1={{#if: Y2K: Overhyped and oversold? | {{#invoke: WLink|getEscapedTitle|1=Y2K: Overhyped and oversold?}} | ? }}}}}}|[{{#invoke:URLutil|getNormalized|1=http://news.bbc.co.uk/2/hi/talking_point/586938.stm}} {{#invoke:Vorlage:Internetquelle|TitelFormat|titel={{#invoke:WLink|getEscapedTitle|1={{#if: Y2K: Overhyped and oversold? | {{#invoke: WLink|getEscapedTitle|1=Y2K: Overhyped and oversold?}} | ? }}}}}}]}}{{#if:| ({{#if:{{#if: | ( }}{{#if: | Originaltitel: {{{script-title}}} }}{{#if: | {{#if: | , }}deutsch: {{{trans-title}}} }}{{#if: | ) }}Vorlage:Cite book/URL{{#if: | via {{{via}}} }}Vorlage:Cite book/DateVorlage:Cite book/URL{{#if: {{#if: 2024-06-20
| {{#iferror: {{#invoke:DateTime|format|2024-06-20|ISO}}
| 0001-01-01
}}
| 0001-01-01
}} | {{#if:{{#invoke:TemplUtl|faculty|{{#if: 2024-06-20
| {{#if: {{#invoke:DateTime|format|2024-06-20|ISO|noerror=1}} || 1 }}
| 1
}}}}||1}}}}
| )
| {{#if:{{#ifeq:en|de||{{#if:en|1}}}}{{#if: | {{{at}}}{{#if: | , }}}}{{#if: | {{{id}}}{{#if: | , }}}}{{#if: | {{{doi}}}{{#if: | , }}}}{{#if: | PMID {{{pmid}}}{{#if: | , }}}}{{#if: | {{{arxiv}}}{{#if: | , }}}}{{#if: | Bibcode: {{{bibcode}}}{{#if: | , }}}}{{#if: | Volltext bei PMC: {{{pmc}}}{{#if: | , }}}}| ;
| )}}}}}}{{#if:{{#if: | ( }}{{#if: | Originaltitel: {{{script-title}}} }}{{#if: | {{#if: | , }}deutsch: {{{trans-title}}} }}{{#if: | ) }}| {{#if: | ( }}{{#if: | Originaltitel: {{{script-title}}} }}{{#if: | {{#if: | , }}deutsch: {{{trans-title}}} }}{{#if: | ) }}{{#invoke:Vorlage:Internetquelle|Endpunkt|titel={{#if: | ( }}{{#if: | Originaltitel: {{{script-title}}} }}{{#if: | {{#if: | , }}deutsch: {{{trans-title}}} }}{{#if: | ) }}}}}}}}}}{{#if:http://news.bbc.co.uk/2/hi/talking_point/586938.stm%7C{{#if:{{#invoke:URLutil%7CisResourceURL%7C1=http://news.bbc.co.uk/2/hi/talking_point/586938.stm}}%7C%7C}}}}{{#if:{{#if: Y2K: Overhyped and oversold? | {{#invoke: WLink|getEscapedTitle|1=Y2K: Overhyped and oversold?}} | ? }}|{{#if:{{#invoke:WLink|isValidLinktext|1={{#if: Y2K: Overhyped and oversold? | {{#invoke: WLink|getEscapedTitle|1=Y2K: Overhyped and oversold?}} | ? }}|lines=0}}||}}}}{{#if: | In: {{#invoke:Vorlage:Internetquelle|TitelFormat|titel=}}}}{{#if: {{#if: | via {{{via}}} }}| {{#if: | via {{{via}}} }}{{#if: Vorlage:Cite book/DateVorlage:Cite book/URL|,|{{#if: {{#if: 2024-06-20
| {{#iferror: {{#invoke:DateTime|format|2024-06-20|ISO}}
| 0001-01-01
}}
| 0001-01-01
}} | {{#if:{{#invoke:TemplUtl|faculty|{{#if: 2024-06-20
| {{#if: {{#invoke:DateTime|format|2024-06-20|ISO|noerror=1}} || 1 }}
| 1
}}}}||,}}}}}}}}{{#if: Vorlage:Cite book/Date| {{#if:{{#invoke:DateTime|format|Vorlage:Cite book/Date|noerror=1}}
|{{#invoke:DateTime|format|Vorlage:Cite book/Date|T._Monat JJJJ}}
|{{#invoke:TemplUtl|failure|1=Fehler bei Vorlage:Internetquelle, datum=Vorlage:Cite book/Date|class=Zitationswartung}} }}{{#if: Vorlage:Cite book/URL|,|{{#if: {{#if: 2024-06-20
| {{#iferror: {{#invoke:DateTime|format|2024-06-20|ISO}}
| 0001-01-01
}}
| 0001-01-01
}} | {{#if:{{#invoke:TemplUtl|faculty|{{#if: 2024-06-20
| {{#if: {{#invoke:DateTime|format|2024-06-20|ISO|noerror=1}} || 1 }}
| 1
}}}}||,}}}}}}}}{{#if: | S. {{#if: Vorlage:Cite book/URL|,|{{#if: {{#if: 2024-06-20
| {{#iferror: {{#invoke:DateTime|format|2024-06-20|ISO}}
| 0001-01-01
}}
| 0001-01-01
}} | {{#if:{{#invoke:TemplUtl|faculty|{{#if: 2024-06-20
| {{#if: {{#invoke:DateTime|format|2024-06-20|ISO|noerror=1}} || 1 }}
| 1
}}}}||,}}}}}}}}{{#if: Vorlage:Cite book/URL{{#invoke:TemplUtl|faculty|Vorlage:Cite book/URL}}| {{#if:Vorlage:Cite book/Date{{#if: | via {{{via}}} }}|{{#if:Vorlage:Cite book/URL|archiviert|ehemals}}|{{#if:Vorlage:Cite book/URL|Archiviert|Ehemals}}}} {{#if:Vorlage:Cite book/URL|vom|im}} Vorlage:Referrer{{#if:{{#invoke:TemplUtl|faculty|Vorlage:Cite book/URL}}| (nicht mehr online verfügbar)}}{{#if: Vorlage:Cite book/URL| am {{#iferror: {{#iferror:{{#invoke:Vorlage:FormatDate|Execute}}|}}|Vorlage:Cite book/URL{{#if:118960||(?)}}}}}}{{#if: {{#if: 2024-06-20
| {{#iferror: {{#invoke:DateTime|format|2024-06-20|ISO}}
| 0001-01-01
}}
| 0001-01-01
}}|;}}}}{{#if: {{#if: 2024-06-20
| {{#iferror: {{#invoke:DateTime|format|2024-06-20|ISO}}
| 0001-01-01
}}
| 0001-01-01
}}| {{#if:Vorlage:Cite book/Date{{#if: | via {{{via}}} }}Vorlage:Cite book/URL{{#invoke:TemplUtl|faculty|Vorlage:Cite book/URL}}|abgerufen|Abgerufen}} {{#switch: {{#invoke:Str|len| {{#invoke:DateTime|format| {{#if: 2024-06-20
| {{#iferror: {{#invoke:DateTime|format|2024-06-20|ISO}}
| 0001-01-01
}}
| 0001-01-01
}} |ISO|noerror=1}} }}
|4=im Jahr
|7=im
|10=am
|#default={{#invoke:TemplUtl|failure|1=Fehler bei Vorlage:Internetquelle, abruf={{#if: 2024-06-20
| {{#iferror: {{#invoke:DateTime|format|2024-06-20|ISO}}
| 0001-01-01
}}
| 0001-01-01
}}|class=Zitationswartung}} }} {{#invoke:DateTime|format|{{#if: 2024-06-20
| {{#iferror: {{#invoke:DateTime|format|2024-06-20|ISO}}
| 0001-01-01
}}
| 0001-01-01
}}|T._Monat JJJJ}}
| {{#invoke:TemplUtl|failure|1=Vorlage:Internetquelle | abruf=2026-MM-TT ist Pflichtparameter}} }}{{#if:{{#ifeq:en|de||{{#if:en|1}}}}{{#if: | {{{at}}}{{#if: | , }}}}{{#if: | {{{id}}}{{#if: | , }}}}{{#if: | {{{doi}}}{{#if: | , }}}}{{#if: | PMID {{{pmid}}}{{#if: | , }}}}{{#if: | {{{arxiv}}}{{#if: | , }}}}{{#if: | Bibcode: {{{bibcode}}}{{#if: | , }}}}{{#if: | Volltext bei PMC: {{{pmc}}}{{#if: | , }}}}|{{#if:{{#if: | ( }}{{#if: | Originaltitel: {{{script-title}}} }}{{#if: | {{#if: | , }}deutsch: {{{trans-title}}} }}{{#if: | ) }}Vorlage:Cite book/URL{{#if: | via {{{via}}} }}Vorlage:Cite book/DateVorlage:Cite book/URL{{#if: {{#if: 2024-06-20
| {{#iferror: {{#invoke:DateTime|format|2024-06-20|ISO}}
| 0001-01-01
}}
| 0001-01-01
}} | {{#if:{{#invoke:TemplUtl|faculty|{{#if: 2024-06-20
| {{#if: {{#invoke:DateTime|format|2024-06-20|ISO|noerror=1}} || 1 }}
| 1
}}}}||1}}}}
| (
| {{#if: | | (}}
}}{{#ifeq:{{#if:en|en|de}}|de||
{{#invoke:Multilingual|format|en|slang=!|split=[%s,]+|shift=m|separator=, }}}}{{#if: {{#if: | {{{at}}}{{#if: | , }}}}{{#if: | {{{id}}}{{#if: | , }}}}{{#if: | {{{doi}}}{{#if: | , }}}}{{#if: | PMID {{{pmid}}}{{#if: | , }}}}{{#if: | {{{arxiv}}}{{#if: | , }}}}{{#if: | Bibcode: {{{bibcode}}}{{#if: | , }}}}{{#if: | Volltext bei PMC: {{{pmc}}}{{#if: | , }}}}|{{#ifeq:{{#if:en|en|de}}|de||, }}{{#if: | {{{at}}}{{#if: | , }}}}{{#if: | {{{id}}}{{#if: | , }}}}{{#if: | {{{doi}}}{{#if: | , }}}}{{#if: | PMID {{{pmid}}}{{#if: | , }}}}{{#if: | {{{arxiv}}}{{#if: | , }}}}{{#if: | Bibcode: {{{bibcode}}}{{#if: | , }}}}{{#if: | Volltext bei PMC: {{{pmc}}}{{#if: | , }}}}}})}}{{#if: Vorlage:Cite book/DateVorlage:Cite book/URL{{#if: {{#if: 2024-06-20
| {{#iferror: {{#invoke:DateTime|format|2024-06-20|ISO}}
| 0001-01-01
}}
| 0001-01-01
}} | {{#if:{{#invoke:TemplUtl|faculty|{{#if: 2024-06-20
| {{#if: {{#invoke:DateTime|format|2024-06-20|ISO|noerror=1}} || 1 }}
| 1
}}}}||1}} }}en{{#if: | {{{at}}}{{#if: | , }}}}{{#if: | {{{id}}}{{#if: | , }}}}{{#if: | {{{doi}}}{{#if: | , }}}}{{#if: | PMID {{{pmid}}}{{#if: | , }}}}{{#if: | {{{arxiv}}}{{#if: | , }}}}{{#if: | Bibcode: {{{bibcode}}}{{#if: | , }}}}{{#if: | Volltext bei PMC: {{{pmc}}}{{#if: | , }}}}|{{#if: |: {{
#if:
| „{{
#ifeq: {{#if:{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|de}} | de
| Vorlage:Str trim
| {{#invoke:Vorlage:lang|flat}}
}}“
| {{#ifeq: {{#if:{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|de}} | de
| „Vorlage:Str trim“
| {{#invoke:Text|quote
|1={{#if:
| {{#invoke:Vorlage:lang|flat}}
| {{#invoke:Vorlage:lang|flat}} }}
|2={{#if: {{#invoke:TemplUtl|faculty|}}|de-CH|de}}
|3=1}} }}
}}{{#if:
| (<templatestyles src="Person/styles.css" />{{#if: | : }}{{#if: | , deutsch: „“ }})
| {{#if:
| ({{#if: | , deutsch: „“ }})
| {{#if: | (deutsch: „“) }}
}}
}}{{#if:
| {{#if:
| {{#if:
| Vorlage:": Text= und 1= gleichzeitig, bzw. Pipe zu viel }} }}
| Vorlage:": Text= fehlt }}{{#if: | {{#if: {{#invoke:Text|unstrip|{{{ref}}}}}
| Vorlage:": Ungültiger Wert: ref=
| {{{ref}}} }}
}}|.{{#if:{{#invoke:TemplUtl|faculty|Vorlage:Cite book/URL}}|{{#if:Vorlage:Cite book/URL||{{#ifeq: Vorlage:Cite book/URL | JaKeinHinweis |{{#switch:
|0|=Vorlage:Toter Link/Core{{#if: http://news.bbc.co.uk/2/hi/talking_point/586938.stm | {{#if: | [5] }} (Seite {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. Suche im Internet Archive ){{#if: | {{#if: deadurlausgeblendet | | Vorlage:Toter Link/archivebot }} }} | (Seite {{#switch:|no|0|=|#default=dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}.) }}{{#switch: |no|0|= |#default={{#if: || }} }}{{#invoke:TemplatePar|check |opt = inline= url= text= datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://news.bbc.co.uk/2/hi/talking_point/586938.stm | {{#if:{{#invoke:URLutil|isWebURL|http://news.bbc.co.uk/2/hi/talking_point/586938.stm}} || {{#if: || }} }} | {{#if: | {{#if: || }} | {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: deadurl |checked|deadurl|= |#default= {{#if: || }} }}|#default= https://wiki-de.moshellshocker.dns64.de/index.php?title=Wikipedia:Defekte_Weblinks&dwl=http://news.bbc.co.uk/2/hi/talking_point/586938.stm Die nachstehende Seite ist {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar]{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. (Suche im Internet Archive. ) {{#if: | {{#if: deadurlausgeblendet | | Vorlage:Toter Link/archivebot }} }}Vorlage:Toter Link/Core{{#switch: |no|0|= |#default= {{#if: || }} }}{{#invoke:TemplatePar|check |all = inline= url= |opt = datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://news.bbc.co.uk/2/hi/talking_point/586938.stm | {{#if:{{#invoke:URLutil|isWebURL|http://news.bbc.co.uk/2/hi/talking_point/586938.stm}} || {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: deadurl |checked|deadurl|= |#default= {{#if: || }} }}[http://news.bbc.co.uk/2/hi/talking_point/586938.stm }}|{{#switch: |0|=Vorlage:Toter Link/Core{{#if: http://news.bbc.co.uk/2/hi/talking_point/586938.stm | {{#if: | [6] }} (Seite {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. Suche im Internet Archive ){{#if: | {{#if: | | Vorlage:Toter Link/archivebot }} }} | (Seite {{#switch:|no|0|=|#default=dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}.) }}{{#switch: |no|0|= |#default={{#if: || }} }}{{#invoke:TemplatePar|check |opt = inline= url= text= datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://news.bbc.co.uk/2/hi/talking_point/586938.stm | {{#if:{{#invoke:URLutil|isWebURL|http://news.bbc.co.uk/2/hi/talking_point/586938.stm}} || {{#if: || }} }} | {{#if: | {{#if: || }} | {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: |checked|deadurl|= |#default= {{#if: || }} }}|#default= https://wiki-de.moshellshocker.dns64.de/index.php?title=Wikipedia:Defekte_Weblinks&dwl=http://news.bbc.co.uk/2/hi/talking_point/586938.stm Die nachstehende Seite ist {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar]{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. (Suche im Internet Archive. ) {{#if: | {{#if: | | Vorlage:Toter Link/archivebot }} }}Vorlage:Toter Link/Core{{#switch: |no|0|= |#default= {{#if: || }} }}{{#invoke:TemplatePar|check |all = inline= url= |opt = datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://news.bbc.co.uk/2/hi/talking_point/586938.stm | {{#if:{{#invoke:URLutil|isWebURL|http://news.bbc.co.uk/2/hi/talking_point/586938.stm}} || {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: |checked|deadurl|= |#default= {{#if: || }} }}[http://news.bbc.co.uk/2/hi/talking_point/586938.stm }} }}}}}}}}}}{{#if:| {{#invoke:Vorlage:Internetquelle|archivBot|stamp=|text={{#if:Vorlage:Cite book/URL|Vorlage:Webarchiv/archiv-bot}}
}}}}{{#invoke:TemplatePar|check |all= url= titel= |opt= autor= hrsg= format= sprache= titelerg= werk= seiten= datum= abruf= zugriff= abruf-verborgen= archiv-url= archiv-datum= archiv-bot= kommentar= zitat= AT= CH= offline= |cat= {{#ifeq: 0 | 0 | Wikipedia:Vorlagenfehler/Vorlage:Internetquelle}} |template= Vorlage:Internetquelle |format=0 |preview=1 }}{{#invoke:TemplatePar|check
|all = url= title= |opt = script-title= trans-title= archive-url= archiveurl= archive-date= archivedate= authors= vauthors= author= author1= authorlink= authorlink1= author-link= author-link1= author2= author-link2= author3= author-link3= author4= author-link4= author5= author-link5= author6= author7= author8= author9= last= first= last1= first1= last2= first2= last3= first3= last4= first4= last5= first5= last6= first6= last7= first7= last8= first8= last9= first9= others= language= lang= format= website= work= publisher= via= pages= page= at= date= year= id= bibcode= doi= pmid= pmc= arxiv= archivedate= archive-date= archivebot= accessdate= access-date= quote= comment= url-status= ref= url-access= orig-year= editor= editor-link= editor-last= editor-first= editor1-link= editor1-last= editor1-first= editor2= editor2-last= editor2-first= editor2-link= department= series= agency= location= place= publication-place= publication-date= type= asin= doi-broken-date= isbn= issn= jfm= jstor= lccn= mr= oclc= ol= osti= rfc= ssrn= zbl= postscript= df= mode= display-authors= display-editors= book-title= contribution-url= offline= coauthors= month= authorlink2= authorlink3= authorlink4= authorlink5= last10= first10= last11= first11= last12= first12= last13= first13= last14= first14= last15= first15= last16= first16= last17= first17= last18= first18= last19= first19= last20= first20= last21= first21= |cat = Wikipedia:Vorlagenfehler/Vorlage:Cite web |errNS = 0 |template = Vorlage:Cite web |format = |preview = 1 }}Vorlage:Cite book/URL{{#if: Vorlage:Cite book/Webarchiv | Vorlage:Cite book/Meldung }}{{#if: | Vorlage:Cite book/Meldung }}Vorlage:Cite book/Meldung2{{#if: Vorlage:Cite book/ParamBool | Vorlage:Cite book/Meldung }}{{#if: Vorlage:Cite book/ParamBool | Vorlage:Cite book/Meldung }}{{#if: Vorlage:Cite book/ParamBool | Vorlage:Cite book/Meldung }}{{#if: Vorlage:Cite book/ParamBool | Vorlage:Cite book/Meldung }}{{#if: Vorlage:Cite book/ParamBool | Vorlage:Cite book/Meldung }}{{#ifexpr: {{#ifeq:^^|^^|0|1}}{{#ifeq:^^|^^||+1}}{{#ifeq:^^|^^||+1}}{{#ifeq:^^|^^||+1}} > 1 | Vorlage:Cite book/Meldung }}{{#ifexpr: {{#ifeq:^^|^^|0|1}}{{#ifeq:^^|^^||+1}}{{#ifeq:^^|^^||+1}}{{#ifeq:^^|^^||+1}} > 1 | Vorlage:Cite book/Meldung }}{{#ifexpr: {{#ifeq:^^|^^|0|1}}{{#ifeq:^^|^^||+1}} > 1 | Vorlage:Cite book/Meldung }}{{#ifexpr: {{#ifeq:^^|^^|0|1}}{{#ifeq:^^|^^||+1}} > 1 | Vorlage:Cite book/Meldung }}{{#ifexpr: {{#ifeq:https://web.archive.org/web/20200228060317/http://news.bbc.co.uk/2/hi/talking_point/586938.stm%7C^^%7C0%7C1}}{{#ifeq:^^%7C^^%7C%7C+1}} > 1 | Vorlage:Cite book/Meldung }}{{#ifexpr: {{#ifeq:2020-02-28|^^|0|1}}{{#ifeq:^^|^^||+1}} > 1 | Vorlage:Cite book/Meldung }}{{#ifexpr: {{#ifeq:2024-06-20|^^|0|1}}{{#ifeq:^^|^^||+1}} > 1 | Vorlage:Cite book/Meldung }}{{#ifexpr: {{#ifeq:en|^^|0|1}}{{#ifeq:^^|^^||+1}} > 1 | Vorlage:Cite book/Meldung }}{{#ifexpr: {{#ifeq:^^|^^|0|1}}{{#ifeq:^^|^^||+1}} > 1 | Vorlage:Cite book/Meldung }}</ref> IDC berechnete, dass die USA geschätzte 134 Milliarden Dollar (${{#ifexist:Vorlage:Inflation/US/startyear|
{{#iferror:
{{#if: |
{{#ifeq:2000|{{{4}}}
|134
|{{#ifexpr:
(2000 >= 1774) and
(2000 <= 2026) and
(2026 <= 2026)
| {{#expr: (134{{
- ifexpr:((1775 > 2000) and (1775 <= 2026))|* 0.9476 }}{{
- ifexpr:((1776 > 2000) and (1776 <= 2026))|* 1.1417 }}{{
- ifexpr:((1777 > 2000) and (1777 <= 2026))|* 1.2187 }}{{
- ifexpr:((1778 > 2000) and (1778 <= 2026))|* 1.2978 }}{{
- ifexpr:((1779 > 2000) and (1779 <= 2026))|* 0.8849 }}{{
- ifexpr:((1780 > 2000) and (1780 <= 2026))|* 1.1225 }}{{
- ifexpr:((1781 > 2000) and (1781 <= 2026))|* 0.8066 }}{{
- ifexpr:((1782 > 2000) and (1782 <= 2026))|* 1.0970 }}{{
- ifexpr:((1783 > 2000) and (1783 <= 2026))|* 0.8767 }}{{
- ifexpr:((1784 > 2000) and (1784 <= 2026))|* 0.9612 }}{{
- ifexpr:((1785 > 2000) and (1785 <= 2026))|* 0.9516 }}{{
- ifexpr:((1786 > 2000) and (1786 <= 2026))|* 0.9745 }}{{
- ifexpr:((1787 > 2000) and (1787 <= 2026))|* 0.9815 }}{{
- ifexpr:((1788 > 2000) and (1788 <= 2026))|* 0.9557 }}{{
- ifexpr:((1789 > 2000) and (1789 <= 2026))|* 0.9907 }}{{
- ifexpr:((1790 > 2000) and (1790 <= 2026))|* 1.0375 }}{{
- ifexpr:((1791 > 2000) and (1791 <= 2026))|* 1.0271 }}{{
- ifexpr:((1792 > 2000) and (1792 <= 2026))|* 1.0187 }}{{
- ifexpr:((1793 > 2000) and (1793 <= 2026))|* 1.0345 }}{{
- ifexpr:((1794 > 2000) and (1794 <= 2026))|* 1.1095 }}{{
- ifexpr:((1795 > 2000) and (1795 <= 2026))|* 1.1438 }}{{
- ifexpr:((1796 > 2000) and (1796 <= 2026))|* 1.0526 }}{{
- ifexpr:((1797 > 2000) and (1797 <= 2026))|* 0.9625 }}{{
- ifexpr:((1798 > 2000) and (1798 <= 2026))|* 0.9667 }}{{
- ifexpr:((1799 > 2000) and (1799 <= 2026))|* 1.0000 }}{{
- ifexpr:((1800 > 2000) and (1800 <= 2026))|* 1.0210 }}{{
- ifexpr:((1801 > 2000) and (1801 <= 2026))|* 1.0131 }}{{
- ifexpr:((1802 > 2000) and (1802 <= 2026))|* 0.8427 }}{{
- ifexpr:((1803 > 2000) and (1803 <= 2026))|* 1.0549 }}{{
- ifexpr:((1804 > 2000) and (1804 <= 2026))|* 1.0438 }}{{
- ifexpr:((1805 > 2000) and (1805 <= 2026))|* 0.9930 }}{{
- ifexpr:((1806 > 2000) and (1806 <= 2026))|* 1.0423 }}{{
- ifexpr:((1807 > 2000) and (1807 <= 2026))|* 0.9459 }}{{
- ifexpr:((1808 > 2000) and (1808 <= 2026))|* 1.0866 }}{{
- ifexpr:((1809 > 2000) and (1809 <= 2026))|* 0.9795 }}{{
- ifexpr:((1810 > 2000) and (1810 <= 2026))|* 1.0000 }}{{
- ifexpr:((1811 > 2000) and (1811 <= 2026))|* 1.0680 }}{{
- ifexpr:((1812 > 2000) and (1812 <= 2026))|* 1.0126 }}{{
- ifexpr:((1813 > 2000) and (1813 <= 2026))|* 1.2002 }}{{
- ifexpr:((1814 > 2000) and (1814 <= 2026))|* 1.0989 }}{{
- ifexpr:((1815 > 2000) and (1815 <= 2026))|* 0.8771 }}{{
- ifexpr:((1816 > 2000) and (1816 <= 2026))|* 0.9135 }}{{
- ifexpr:((1817 > 2000) and (1817 <= 2026))|* 0.9464 }}{{
- ifexpr:((1818 > 2000) and (1818 <= 2026))|* 0.9566 }}{{
- ifexpr:((1819 > 2000) and (1819 <= 2026))|* 1.0000 }}{{
- ifexpr:((1820 > 2000) and (1820 <= 2026))|* 0.9213 }}{{
- ifexpr:((1821 > 2000) and (1821 <= 2026))|* 0.9648 }}{{
- ifexpr:((1822 > 2000) and (1822 <= 2026))|* 1.0365 }}{{
- ifexpr:((1823 > 2000) and (1823 <= 2026))|* 0.8935 }}{{
- ifexpr:((1824 > 2000) and (1824 <= 2026))|* 0.9212 }}{{
- ifexpr:((1825 > 2000) and (1825 <= 2026))|* 1.0257 }}{{
- ifexpr:((1826 > 2000) and (1826 <= 2026))|* 1.0000 }}{{
- ifexpr:((1827 > 2000) and (1827 <= 2026))|* 1.0083 }}{{
- ifexpr:((1828 > 2000) and (1828 <= 2026))|* 0.9504 }}{{
- ifexpr:((1829 > 2000) and (1829 <= 2026))|* 0.9815 }}{{
- ifexpr:((1830 > 2000) and (1830 <= 2026))|* 0.9911 }}{{
- ifexpr:((1831 > 2000) and (1831 <= 2026))|* 0.9374 }}{{
- ifexpr:((1832 > 2000) and (1832 <= 2026))|* 0.9905 }}{{
- ifexpr:((1833 > 2000) and (1833 <= 2026))|* 0.9807 }}{{
- ifexpr:((1834 > 2000) and (1834 <= 2026))|* 1.0197 }}{{
- ifexpr:((1835 > 2000) and (1835 <= 2026))|* 1.0289 }}{{
- ifexpr:((1836 > 2000) and (1836 <= 2026))|* 1.0562 }}{{
- ifexpr:((1837 > 2000) and (1837 <= 2026))|* 1.0277 }}{{
- ifexpr:((1838 > 2000) and (1838 <= 2026))|* 0.9730 }}{{
- ifexpr:((1839 > 2000) and (1839 <= 2026))|* 1.0000 }}{{
- ifexpr:((1840 > 2000) and (1840 <= 2026))|* 0.9290 }}{{
- ifexpr:((1841 > 2000) and (1841 <= 2026))|* 1.0095 }}{{
- ifexpr:((1842 > 2000) and (1842 <= 2026))|* 0.9338 }}{{
- ifexpr:((1843 > 2000) and (1843 <= 2026))|* 0.9076 }}{{
- ifexpr:((1844 > 2000) and (1844 <= 2026))|* 1.0112 }}{{
- ifexpr:((1845 > 2000) and (1845 <= 2026))|* 1.0110 }}{{
- ifexpr:((1846 > 2000) and (1846 <= 2026))|* 1.0109 }}{{
- ifexpr:((1847 > 2000) and (1847 <= 2026))|* 1.0769 }}{{
- ifexpr:((1848 > 2000) and (1848 <= 2026))|* 0.9586 }}{{
- ifexpr:((1849 > 2000) and (1849 <= 2026))|* 0.9686 }}{{
- ifexpr:((1850 > 2000) and (1850 <= 2026))|* 1.0216 }}{{
- ifexpr:((1851 > 2000) and (1851 <= 2026))|* 0.9789 }}{{
- ifexpr:((1852 > 2000) and (1852 <= 2026))|* 1.0108 }}{{
- ifexpr:((1853 > 2000) and (1853 <= 2026))|* 1.0000 }}{{
- ifexpr:((1854 > 2000) and (1854 <= 2026))|* 1.0868 }}{{
- ifexpr:((1855 > 2000) and (1855 <= 2026))|* 1.0295 }}{{
- ifexpr:((1856 > 2000) and (1856 <= 2026))|* 0.9809 }}{{
- ifexpr:((1857 > 2000) and (1857 <= 2026))|* 1.0292 }}{{
- ifexpr:((1858 > 2000) and (1858 <= 2026))|* 0.9433 }}{{
- ifexpr:((1859 > 2000) and (1859 <= 2026))|* 1.0100 }}{{
- ifexpr:((1860 > 2000) and (1860 <= 2026))|* 1.0000 }}{{
- ifexpr:((1861 > 2000) and (1861 <= 2026))|* 1.0596 }}{{
- ifexpr:((1862 > 2000) and (1862 <= 2026))|* 1.1417 }}{{
- ifexpr:((1863 > 2000) and (1863 <= 2026))|* 1.2482 }}{{
- ifexpr:((1864 > 2000) and (1864 <= 2026))|* 1.2514 }}{{
- ifexpr:((1865 > 2000) and (1865 <= 2026))|* 1.0368 }}{{
- ifexpr:((1866 > 2000) and (1866 <= 2026))|* 0.9747 }}{{
- ifexpr:((1867 > 2000) and (1867 <= 2026))|* 0.9318 }}{{
- ifexpr:((1868 > 2000) and (1868 <= 2026))|* 0.9609 }}{{
- ifexpr:((1869 > 2000) and (1869 <= 2026))|* 0.9586 }}{{
- ifexpr:((1870 > 2000) and (1870 <= 2026))|* 0.9576 }}{{
- ifexpr:((1871 > 2000) and (1871 <= 2026))|* 0.9360 }}{{
- ifexpr:((1872 > 2000) and (1872 <= 2026))|* 1.0000 }}{{
- ifexpr:((1873 > 2000) and (1873 <= 2026))|* 0.9797 }}{{
- ifexpr:((1874 > 2000) and (1874 <= 2026))|* 0.9517 }}{{
- ifexpr:((1875 > 2000) and (1875 <= 2026))|* 0.9638 }}{{
- ifexpr:((1876 > 2000) and (1876 <= 2026))|* 0.9765 }}{{
- ifexpr:((1877 > 2000) and (1877 <= 2026))|* 0.9769 }}{{
- ifexpr:((1878 > 2000) and (1878 <= 2026))|* 0.9527 }}{{
- ifexpr:((1879 > 2000) and (1879 <= 2026))|* 1.0000 }}{{
- ifexpr:((1880 > 2000) and (1880 <= 2026))|* 1.0248 }}{{
- ifexpr:((1881 > 2000) and (1881 <= 2026))|* 1.0000 }}{{
- ifexpr:((1882 > 2000) and (1882 <= 2026))|* 1.0000 }}{{
- ifexpr:((1883 > 2000) and (1883 <= 2026))|* 0.9798 }}{{
- ifexpr:((1884 > 2000) and (1884 <= 2026))|* 0.9794 }}{{
- ifexpr:((1885 > 2000) and (1885 <= 2026))|* 0.9800 }}{{
- ifexpr:((1886 > 2000) and (1886 <= 2026))|* 0.9785 }}{{
- ifexpr:((1887 > 2000) and (1887 <= 2026))|* 1.0110 }}{{
- ifexpr:((1888 > 2000) and (1888 <= 2026))|* 1.0000 }}{{
- ifexpr:((1889 > 2000) and (1889 <= 2026))|* 0.9675 }}{{
- ifexpr:((1890 > 2000) and (1890 <= 2026))|* 0.9888 }}{{
- ifexpr:((1891 > 2000) and (1891 <= 2026))|* 1.0000 }}{{
- ifexpr:((1892 > 2000) and (1892 <= 2026))|* 1.0000 }}{{
- ifexpr:((1893 > 2000) and (1893 <= 2026))|* 0.9887 }}{{
- ifexpr:((1894 > 2000) and (1894 <= 2026))|* 0.9564 }}{{
- ifexpr:((1895 > 2000) and (1895 <= 2026))|* 0.9760 }}{{
- ifexpr:((1896 > 2000) and (1896 <= 2026))|* 1.0000 }}{{
- ifexpr:((1897 > 2000) and (1897 <= 2026))|* 0.9877 }}{{
- ifexpr:((1898 > 2000) and (1898 <= 2026))|* 1.0000 }}{{
- ifexpr:((1899 > 2000) and (1899 <= 2026))|* 1.0000 }}{{
- ifexpr:((1900 > 2000) and (1900 <= 2026))|* 1.0124 }}{{
- ifexpr:((1901 > 2000) and (1901 <= 2026))|* 1.0123 }}{{
- ifexpr:((1902 > 2000) and (1902 <= 2026))|* 1.0121 }}{{
- ifexpr:((1903 > 2000) and (1903 <= 2026))|* 1.0228 }}{{
- ifexpr:((1904 > 2000) and (1904 <= 2026))|* 1.0117 }}{{
- ifexpr:((1905 > 2000) and (1905 <= 2026))|* 0.9884 }}{{
- ifexpr:((1906 > 2000) and (1906 <= 2026))|* 1.0223 }}{{
- ifexpr:((1907 > 2000) and (1907 <= 2026))|* 1.0447 }}{{
- ifexpr:((1908 > 2000) and (1908 <= 2026))|* 0.9791 }}{{
- ifexpr:((1909 > 2000) and (1909 <= 2026))|* 0.9888 }}{{
- ifexpr:((1910 > 2000) and (1910 <= 2026))|* 1.0442 }}{{
- ifexpr:((1911 > 2000) and (1911 <= 2026))|* 1.0000 }}{{
- ifexpr:((1912 > 2000) and (1912 <= 2026))|* 1.0206 }}{{
- ifexpr:((1913 > 2000) and (1913 <= 2026))|* 1.0213 }}{{
- ifexpr:((1914 > 2000) and (1914 <= 2026))|* 1.0094 }}{{
- ifexpr:((1915 > 2000) and (1915 <= 2026))|* 1.0052 }}{{
- ifexpr:((1916 > 2000) and (1916 <= 2026))|* 1.0924 }}{{
- ifexpr:((1917 > 2000) and (1917 <= 2026))|* 1.2049 }}{{
- ifexpr:((1918 > 2000) and (1918 <= 2026))|* 1.1747 }}{{
- ifexpr:((1919 > 2000) and (1919 <= 2026))|* 1.1487 }}{{
- ifexpr:((1920 > 2000) and (1920 <= 2026))|* 1.1584 }}{{
- ifexpr:((1921 > 2000) and (1921 <= 2026))|* 0.8932 }}{{
- ifexpr:((1922 > 2000) and (1922 <= 2026))|* 0.9369 }}{{
- ifexpr:((1923 > 2000) and (1923 <= 2026))|* 1.0179 }}{{
- ifexpr:((1924 > 2000) and (1924 <= 2026))|* 1.0018 }}{{
- ifexpr:((1925 > 2000) and (1925 <= 2026))|* 1.0251 }}{{
- ifexpr:((1926 > 2000) and (1926 <= 2026))|* 1.0097 }}{{
- ifexpr:((1927 > 2000) and (1927 <= 2026))|* 0.9814 }}{{
- ifexpr:((1928 > 2000) and (1928 <= 2026))|* 0.9862 }}{{
- ifexpr:((1929 > 2000) and (1929 <= 2026))|* 1.0000 }}{{
- ifexpr:((1930 > 2000) and (1930 <= 2026))|* 0.9749 }}{{
- ifexpr:((1931 > 2000) and (1931 <= 2026))|* 0.9120 }}{{
- ifexpr:((1932 > 2000) and (1932 <= 2026))|* 0.8969 }}{{
- ifexpr:((1933 > 2000) and (1933 <= 2026))|* 0.9488 }}{{
- ifexpr:((1934 > 2000) and (1934 <= 2026))|* 1.0332 }}{{
- ifexpr:((1935 > 2000) and (1935 <= 2026))|* 1.0254 }}{{
- ifexpr:((1936 > 2000) and (1936 <= 2026))|* 1.0095 }}{{
- ifexpr:((1937 > 2000) and (1937 <= 2026))|* 1.0361 }}{{
- ifexpr:((1938 > 2000) and (1938 <= 2026))|* 0.9812 }}{{
- ifexpr:((1939 > 2000) and (1939 <= 2026))|* 0.9858 }}{{
- ifexpr:((1940 > 2000) and (1940 <= 2026))|* 1.0101 }}{{
- ifexpr:((1941 > 2000) and (1941 <= 2026))|* 1.0499 }}{{
- ifexpr:((1942 > 2000) and (1942 <= 2026))|* 1.1066 }}{{
- ifexpr:((1943 > 2000) and (1943 <= 2026))|* 1.0613 }}{{
- ifexpr:((1944 > 2000) and (1944 <= 2026))|* 1.0173 }}{{
- ifexpr:((1945 > 2000) and (1945 <= 2026))|* 1.0227 }}{{
- ifexpr:((1946 > 2000) and (1946 <= 2026))|* 1.0856 }}{{
- ifexpr:((1947 > 2000) and (1947 <= 2026))|* 1.1433 }}{{
- ifexpr:((1948 > 2000) and (1948 <= 2026))|* 1.0779 }}{{
- ifexpr:((1949 > 2000) and (1949 <= 2026))|* 0.9904 }}{{
- ifexpr:((1950 > 2000) and (1950 <= 2026))|* 1.0096 }}{{
- ifexpr:((1951 > 2000) and (1951 <= 2026))|* 1.0789 }}{{
- ifexpr:((1952 > 2000) and (1952 <= 2026))|* 1.0219 }}{{
- ifexpr:((1953 > 2000) and (1953 <= 2026))|* 1.0075 }}{{
- ifexpr:((1954 > 2000) and (1954 <= 2026))|* 1.0049 }}{{
- ifexpr:((1955 > 2000) and (1955 <= 2026))|* 0.9963 }}{{
- ifexpr:((1956 > 2000) and (1956 <= 2026))|* 1.0149 }}{{
- ifexpr:((1957 > 2000) and (1957 <= 2026))|* 1.0357 }}{{
- ifexpr:((1958 > 2000) and (1958 <= 2026))|* 1.0274 }}{{
- ifexpr:((1959 > 2000) and (1959 <= 2026))|* 1.0083 }}{{
- ifexpr:((1960 > 2000) and (1960 <= 2026))|* 1.0158 }}{{
- ifexpr:((1961 > 2000) and (1961 <= 2026))|* 1.0101 }}{{
- ifexpr:((1962 > 2000) and (1962 <= 2026))|* 1.0114 }}{{
- ifexpr:((1963 > 2000) and (1963 <= 2026))|* 1.0119 }}{{
- ifexpr:((1964 > 2000) and (1964 <= 2026))|* 1.0134 }}{{
- ifexpr:((1965 > 2000) and (1965 <= 2026))|* 1.0171 }}{{
- ifexpr:((1966 > 2000) and (1966 <= 2026))|* 1.0285 }}{{
- ifexpr:((1967 > 2000) and (1967 <= 2026))|* 1.0290 }}{{
- ifexpr:((1968 > 2000) and (1968 <= 2026))|* 1.0419 }}{{
- ifexpr:((1969 > 2000) and (1969 <= 2026))|* 1.0537 }}{{
- ifexpr:((1970 > 2000) and (1970 <= 2026))|* 1.0592 }}{{
- ifexpr:((1971 > 2000) and (1971 <= 2026))|* 1.0430 }}{{
- ifexpr:((1972 > 2000) and (1972 <= 2026))|* 1.0331 }}{{
- ifexpr:((1973 > 2000) and (1973 <= 2026))|* 1.0621 }}{{
- ifexpr:((1974 > 2000) and (1974 <= 2026))|* 1.1098 }}{{
- ifexpr:((1975 > 2000) and (1975 <= 2026))|* 1.0914 }}{{
- ifexpr:((1976 > 2000) and (1976 <= 2026))|* 1.0576 }}{{
- ifexpr:((1977 > 2000) and (1977 <= 2026))|* 1.0645 }}{{
- ifexpr:((1978 > 2000) and (1978 <= 2026))|* 1.0761 }}{{
- ifexpr:((1979 > 2000) and (1979 <= 2026))|* 1.1127 }}{{
- ifexpr:((1980 > 2000) and (1980 <= 2026))|* 1.1352 }}{{
- ifexpr:((1981 > 2000) and (1981 <= 2026))|* 1.1038 }}{{
- ifexpr:((1982 > 2000) and (1982 <= 2026))|* 1.0613 }}{{
- ifexpr:((1983 > 2000) and (1983 <= 2026))|* 1.0321 }}{{
- ifexpr:((1984 > 2000) and (1984 <= 2026))|* 1.0432 }}{{
- ifexpr:((1985 > 2000) and (1985 <= 2026))|* 1.0356 }}{{
- ifexpr:((1986 > 2000) and (1986 <= 2026))|* 1.0186 }}{{
- ifexpr:((1987 > 2000) and (1987 <= 2026))|* 1.0365 }}{{
- ifexpr:((1988 > 2000) and (1988 <= 2026))|* 1.0414 }}{{
- ifexpr:((1989 > 2000) and (1989 <= 2026))|* 1.0482 }}{{
- ifexpr:((1990 > 2000) and (1990 <= 2026))|* 1.0540 }}{{
- ifexpr:((1991 > 2000) and (1991 <= 2026))|* 1.0421 }}{{
- ifexpr:((1992 > 2000) and (1992 <= 2026))|* 1.0301 }}{{
- ifexpr:((1993 > 2000) and (1993 <= 2026))|* 1.0299 }}{{
- ifexpr:((1994 > 2000) and (1994 <= 2026))|* 1.0256 }}{{
- ifexpr:((1995 > 2000) and (1995 <= 2026))|* 1.0283 }}{{
- ifexpr:((1996 > 2000) and (1996 <= 2026))|* 1.0295 }}{{
- ifexpr:((1997 > 2000) and (1997 <= 2026))|* 1.0229 }}{{
- ifexpr:((1998 > 2000) and (1998 <= 2026))|* 1.0156 }}{{
- ifexpr:((1999 > 2000) and (1999 <= 2026))|* 1.0221 }}{{
- ifexpr:((2000 > 2000) and (2000 <= 2026))|* 1.0336 }}{{
- ifexpr:((2001 > 2000) and (2001 <= 2026))|* 1.0285 }}{{
- ifexpr:((2002 > 2000) and (2002 <= 2026))|* 1.0158 }}{{
- ifexpr:((2003 > 2000) and (2003 <= 2026))|* 1.0228 }}{{
- ifexpr:((2004 > 2000) and (2004 <= 2026))|* 1.0266 }}{{
- ifexpr:((2005 > 2000) and (2005 <= 2026))|* 1.0339 }}{{
- ifexpr:((2006 > 2000) and (2006 <= 2026))|* 1.0323 }}{{
- ifexpr:((2007 > 2000) and (2007 <= 2026))|* 1.0285 }}{{
- ifexpr:((2008 > 2000) and (2008 <= 2026))|* 1.0384 }}{{
- ifexpr:((2009 > 2000) and (2009 <= 2026))|* 0.9965 }}{{
- ifexpr:((2010 > 2000) and (2010 <= 2026))|* 1.0164 }}{{
- ifexpr:((2011 > 2000) and (2011 <= 2026))|* 1.0316 }}{{
- ifexpr:((2012 > 2000) and (2012 <= 2026))|* 1.0207 }}{{
- ifexpr:((2013 > 2000) and (2013 <= 2026))|* 1.0147 }}{{
- ifexpr:((2014 > 2000) and (2014 <= 2026))|* 1.0162 }}{{
- ifexpr:((2015 > 2000) and (2015 <= 2026))|* 1.0012 }}{{
- ifexpr:((2016 > 2000) and (2016 <= 2026))|* 1.0126 }}{{
- ifexpr:((2017 > 2000) and (2017 <= 2026))|* 1.0213 }}{{
- ifexpr:((2018 > 2000) and (2018 <= 2026))|* 1.0244 }}{{
- ifexpr:((2019 > 2000) and (2019 <= 2026))|* 1.0181 }}{{
- ifexpr:((2020 > 2000) and (2020 <= 2026))|* 1.0123 }}{{
- ifexpr:((2021 > 2000) and (2021 <= 2026))|* 1.0470 }}{{
- ifexpr:((2022 > 2000) and (2022 <= 2026))|* 1.0800 }}{{
- ifexpr:((2023 > 2000) and (2023 <= 2026))|* 1.0411 }}{{
- ifexpr:((2024 > 2000) and (2024 <= 2026))|* 1.0295 }}) round 0}}{{#ifeq:0|2|{{#ifeq:{{#invoke:Str|len|{{#invoke:Expr|modulo |1={{#expr: (134{{
- ifexpr:((1775 > 2000) and (1775 <= 2026))|* 0.9476 }}{{
- ifexpr:((1776 > 2000) and (1776 <= 2026))|* 1.1417 }}{{
- ifexpr:((1777 > 2000) and (1777 <= 2026))|* 1.2187 }}{{
- ifexpr:((1778 > 2000) and (1778 <= 2026))|* 1.2978 }}{{
- ifexpr:((1779 > 2000) and (1779 <= 2026))|* 0.8849 }}{{
- ifexpr:((1780 > 2000) and (1780 <= 2026))|* 1.1225 }}{{
- ifexpr:((1781 > 2000) and (1781 <= 2026))|* 0.8066 }}{{
- ifexpr:((1782 > 2000) and (1782 <= 2026))|* 1.0970 }}{{
- ifexpr:((1783 > 2000) and (1783 <= 2026))|* 0.8767 }}{{
- ifexpr:((1784 > 2000) and (1784 <= 2026))|* 0.9612 }}{{
- ifexpr:((1785 > 2000) and (1785 <= 2026))|* 0.9516 }}{{
- ifexpr:((1786 > 2000) and (1786 <= 2026))|* 0.9745 }}{{
- ifexpr:((1787 > 2000) and (1787 <= 2026))|* 0.9815 }}{{
- ifexpr:((1788 > 2000) and (1788 <= 2026))|* 0.9557 }}{{
- ifexpr:((1789 > 2000) and (1789 <= 2026))|* 0.9907 }}{{
- ifexpr:((1790 > 2000) and (1790 <= 2026))|* 1.0375 }}{{
- ifexpr:((1791 > 2000) and (1791 <= 2026))|* 1.0271 }}{{
- ifexpr:((1792 > 2000) and (1792 <= 2026))|* 1.0187 }}{{
- ifexpr:((1793 > 2000) and (1793 <= 2026))|* 1.0345 }}{{
- ifexpr:((1794 > 2000) and (1794 <= 2026))|* 1.1095 }}{{
- ifexpr:((1795 > 2000) and (1795 <= 2026))|* 1.1438 }}{{
- ifexpr:((1796 > 2000) and (1796 <= 2026))|* 1.0526 }}{{
- ifexpr:((1797 > 2000) and (1797 <= 2026))|* 0.9625 }}{{
- ifexpr:((1798 > 2000) and (1798 <= 2026))|* 0.9667 }}{{
- ifexpr:((1799 > 2000) and (1799 <= 2026))|* 1.0000 }}{{
- ifexpr:((1800 > 2000) and (1800 <= 2026))|* 1.0210 }}{{
- ifexpr:((1801 > 2000) and (1801 <= 2026))|* 1.0131 }}{{
- ifexpr:((1802 > 2000) and (1802 <= 2026))|* 0.8427 }}{{
- ifexpr:((1803 > 2000) and (1803 <= 2026))|* 1.0549 }}{{
- ifexpr:((1804 > 2000) and (1804 <= 2026))|* 1.0438 }}{{
- ifexpr:((1805 > 2000) and (1805 <= 2026))|* 0.9930 }}{{
- ifexpr:((1806 > 2000) and (1806 <= 2026))|* 1.0423 }}{{
- ifexpr:((1807 > 2000) and (1807 <= 2026))|* 0.9459 }}{{
- ifexpr:((1808 > 2000) and (1808 <= 2026))|* 1.0866 }}{{
- ifexpr:((1809 > 2000) and (1809 <= 2026))|* 0.9795 }}{{
- ifexpr:((1810 > 2000) and (1810 <= 2026))|* 1.0000 }}{{
- ifexpr:((1811 > 2000) and (1811 <= 2026))|* 1.0680 }}{{
- ifexpr:((1812 > 2000) and (1812 <= 2026))|* 1.0126 }}{{
- ifexpr:((1813 > 2000) and (1813 <= 2026))|* 1.2002 }}{{
- ifexpr:((1814 > 2000) and (1814 <= 2026))|* 1.0989 }}{{
- ifexpr:((1815 > 2000) and (1815 <= 2026))|* 0.8771 }}{{
- ifexpr:((1816 > 2000) and (1816 <= 2026))|* 0.9135 }}{{
- ifexpr:((1817 > 2000) and (1817 <= 2026))|* 0.9464 }}{{
- ifexpr:((1818 > 2000) and (1818 <= 2026))|* 0.9566 }}{{
- ifexpr:((1819 > 2000) and (1819 <= 2026))|* 1.0000 }}{{
- ifexpr:((1820 > 2000) and (1820 <= 2026))|* 0.9213 }}{{
- ifexpr:((1821 > 2000) and (1821 <= 2026))|* 0.9648 }}{{
- ifexpr:((1822 > 2000) and (1822 <= 2026))|* 1.0365 }}{{
- ifexpr:((1823 > 2000) and (1823 <= 2026))|* 0.8935 }}{{
- ifexpr:((1824 > 2000) and (1824 <= 2026))|* 0.9212 }}{{
- ifexpr:((1825 > 2000) and (1825 <= 2026))|* 1.0257 }}{{
- ifexpr:((1826 > 2000) and (1826 <= 2026))|* 1.0000 }}{{
- ifexpr:((1827 > 2000) and (1827 <= 2026))|* 1.0083 }}{{
- ifexpr:((1828 > 2000) and (1828 <= 2026))|* 0.9504 }}{{
- ifexpr:((1829 > 2000) and (1829 <= 2026))|* 0.9815 }}{{
- ifexpr:((1830 > 2000) and (1830 <= 2026))|* 0.9911 }}{{
- ifexpr:((1831 > 2000) and (1831 <= 2026))|* 0.9374 }}{{
- ifexpr:((1832 > 2000) and (1832 <= 2026))|* 0.9905 }}{{
- ifexpr:((1833 > 2000) and (1833 <= 2026))|* 0.9807 }}{{
- ifexpr:((1834 > 2000) and (1834 <= 2026))|* 1.0197 }}{{
- ifexpr:((1835 > 2000) and (1835 <= 2026))|* 1.0289 }}{{
- ifexpr:((1836 > 2000) and (1836 <= 2026))|* 1.0562 }}{{
- ifexpr:((1837 > 2000) and (1837 <= 2026))|* 1.0277 }}{{
- ifexpr:((1838 > 2000) and (1838 <= 2026))|* 0.9730 }}{{
- ifexpr:((1839 > 2000) and (1839 <= 2026))|* 1.0000 }}{{
- ifexpr:((1840 > 2000) and (1840 <= 2026))|* 0.9290 }}{{
- ifexpr:((1841 > 2000) and (1841 <= 2026))|* 1.0095 }}{{
- ifexpr:((1842 > 2000) and (1842 <= 2026))|* 0.9338 }}{{
- ifexpr:((1843 > 2000) and (1843 <= 2026))|* 0.9076 }}{{
- ifexpr:((1844 > 2000) and (1844 <= 2026))|* 1.0112 }}{{
- ifexpr:((1845 > 2000) and (1845 <= 2026))|* 1.0110 }}{{
- ifexpr:((1846 > 2000) and (1846 <= 2026))|* 1.0109 }}{{
- ifexpr:((1847 > 2000) and (1847 <= 2026))|* 1.0769 }}{{
- ifexpr:((1848 > 2000) and (1848 <= 2026))|* 0.9586 }}{{
- ifexpr:((1849 > 2000) and (1849 <= 2026))|* 0.9686 }}{{
- ifexpr:((1850 > 2000) and (1850 <= 2026))|* 1.0216 }}{{
- ifexpr:((1851 > 2000) and (1851 <= 2026))|* 0.9789 }}{{
- ifexpr:((1852 > 2000) and (1852 <= 2026))|* 1.0108 }}{{
- ifexpr:((1853 > 2000) and (1853 <= 2026))|* 1.0000 }}{{
- ifexpr:((1854 > 2000) and (1854 <= 2026))|* 1.0868 }}{{
- ifexpr:((1855 > 2000) and (1855 <= 2026))|* 1.0295 }}{{
- ifexpr:((1856 > 2000) and (1856 <= 2026))|* 0.9809 }}{{
- ifexpr:((1857 > 2000) and (1857 <= 2026))|* 1.0292 }}{{
- ifexpr:((1858 > 2000) and (1858 <= 2026))|* 0.9433 }}{{
- ifexpr:((1859 > 2000) and (1859 <= 2026))|* 1.0100 }}{{
- ifexpr:((1860 > 2000) and (1860 <= 2026))|* 1.0000 }}{{
- ifexpr:((1861 > 2000) and (1861 <= 2026))|* 1.0596 }}{{
- ifexpr:((1862 > 2000) and (1862 <= 2026))|* 1.1417 }}{{
- ifexpr:((1863 > 2000) and (1863 <= 2026))|* 1.2482 }}{{
- ifexpr:((1864 > 2000) and (1864 <= 2026))|* 1.2514 }}{{
- ifexpr:((1865 > 2000) and (1865 <= 2026))|* 1.0368 }}{{
- ifexpr:((1866 > 2000) and (1866 <= 2026))|* 0.9747 }}{{
- ifexpr:((1867 > 2000) and (1867 <= 2026))|* 0.9318 }}{{
- ifexpr:((1868 > 2000) and (1868 <= 2026))|* 0.9609 }}{{
- ifexpr:((1869 > 2000) and (1869 <= 2026))|* 0.9586 }}{{
- ifexpr:((1870 > 2000) and (1870 <= 2026))|* 0.9576 }}{{
- ifexpr:((1871 > 2000) and (1871 <= 2026))|* 0.9360 }}{{
- ifexpr:((1872 > 2000) and (1872 <= 2026))|* 1.0000 }}{{
- ifexpr:((1873 > 2000) and (1873 <= 2026))|* 0.9797 }}{{
- ifexpr:((1874 > 2000) and (1874 <= 2026))|* 0.9517 }}{{
- ifexpr:((1875 > 2000) and (1875 <= 2026))|* 0.9638 }}{{
- ifexpr:((1876 > 2000) and (1876 <= 2026))|* 0.9765 }}{{
- ifexpr:((1877 > 2000) and (1877 <= 2026))|* 0.9769 }}{{
- ifexpr:((1878 > 2000) and (1878 <= 2026))|* 0.9527 }}{{
- ifexpr:((1879 > 2000) and (1879 <= 2026))|* 1.0000 }}{{
- ifexpr:((1880 > 2000) and (1880 <= 2026))|* 1.0248 }}{{
- ifexpr:((1881 > 2000) and (1881 <= 2026))|* 1.0000 }}{{
- ifexpr:((1882 > 2000) and (1882 <= 2026))|* 1.0000 }}{{
- ifexpr:((1883 > 2000) and (1883 <= 2026))|* 0.9798 }}{{
- ifexpr:((1884 > 2000) and (1884 <= 2026))|* 0.9794 }}{{
- ifexpr:((1885 > 2000) and (1885 <= 2026))|* 0.9800 }}{{
- ifexpr:((1886 > 2000) and (1886 <= 2026))|* 0.9785 }}{{
- ifexpr:((1887 > 2000) and (1887 <= 2026))|* 1.0110 }}{{
- ifexpr:((1888 > 2000) and (1888 <= 2026))|* 1.0000 }}{{
- ifexpr:((1889 > 2000) and (1889 <= 2026))|* 0.9675 }}{{
- ifexpr:((1890 > 2000) and (1890 <= 2026))|* 0.9888 }}{{
- ifexpr:((1891 > 2000) and (1891 <= 2026))|* 1.0000 }}{{
- ifexpr:((1892 > 2000) and (1892 <= 2026))|* 1.0000 }}{{
- ifexpr:((1893 > 2000) and (1893 <= 2026))|* 0.9887 }}{{
- ifexpr:((1894 > 2000) and (1894 <= 2026))|* 0.9564 }}{{
- ifexpr:((1895 > 2000) and (1895 <= 2026))|* 0.9760 }}{{
- ifexpr:((1896 > 2000) and (1896 <= 2026))|* 1.0000 }}{{
- ifexpr:((1897 > 2000) and (1897 <= 2026))|* 0.9877 }}{{
- ifexpr:((1898 > 2000) and (1898 <= 2026))|* 1.0000 }}{{
- ifexpr:((1899 > 2000) and (1899 <= 2026))|* 1.0000 }}{{
- ifexpr:((1900 > 2000) and (1900 <= 2026))|* 1.0124 }}{{
- ifexpr:((1901 > 2000) and (1901 <= 2026))|* 1.0123 }}{{
- ifexpr:((1902 > 2000) and (1902 <= 2026))|* 1.0121 }}{{
- ifexpr:((1903 > 2000) and (1903 <= 2026))|* 1.0228 }}{{
- ifexpr:((1904 > 2000) and (1904 <= 2026))|* 1.0117 }}{{
- ifexpr:((1905 > 2000) and (1905 <= 2026))|* 0.9884 }}{{
- ifexpr:((1906 > 2000) and (1906 <= 2026))|* 1.0223 }}{{
- ifexpr:((1907 > 2000) and (1907 <= 2026))|* 1.0447 }}{{
- ifexpr:((1908 > 2000) and (1908 <= 2026))|* 0.9791 }}{{
- ifexpr:((1909 > 2000) and (1909 <= 2026))|* 0.9888 }}{{
- ifexpr:((1910 > 2000) and (1910 <= 2026))|* 1.0442 }}{{
- ifexpr:((1911 > 2000) and (1911 <= 2026))|* 1.0000 }}{{
- ifexpr:((1912 > 2000) and (1912 <= 2026))|* 1.0206 }}{{
- ifexpr:((1913 > 2000) and (1913 <= 2026))|* 1.0213 }}{{
- ifexpr:((1914 > 2000) and (1914 <= 2026))|* 1.0094 }}{{
- ifexpr:((1915 > 2000) and (1915 <= 2026))|* 1.0052 }}{{
- ifexpr:((1916 > 2000) and (1916 <= 2026))|* 1.0924 }}{{
- ifexpr:((1917 > 2000) and (1917 <= 2026))|* 1.2049 }}{{
- ifexpr:((1918 > 2000) and (1918 <= 2026))|* 1.1747 }}{{
- ifexpr:((1919 > 2000) and (1919 <= 2026))|* 1.1487 }}{{
- ifexpr:((1920 > 2000) and (1920 <= 2026))|* 1.1584 }}{{
- ifexpr:((1921 > 2000) and (1921 <= 2026))|* 0.8932 }}{{
- ifexpr:((1922 > 2000) and (1922 <= 2026))|* 0.9369 }}{{
- ifexpr:((1923 > 2000) and (1923 <= 2026))|* 1.0179 }}{{
- ifexpr:((1924 > 2000) and (1924 <= 2026))|* 1.0018 }}{{
- ifexpr:((1925 > 2000) and (1925 <= 2026))|* 1.0251 }}{{
- ifexpr:((1926 > 2000) and (1926 <= 2026))|* 1.0097 }}{{
- ifexpr:((1927 > 2000) and (1927 <= 2026))|* 0.9814 }}{{
- ifexpr:((1928 > 2000) and (1928 <= 2026))|* 0.9862 }}{{
- ifexpr:((1929 > 2000) and (1929 <= 2026))|* 1.0000 }}{{
- ifexpr:((1930 > 2000) and (1930 <= 2026))|* 0.9749 }}{{
- ifexpr:((1931 > 2000) and (1931 <= 2026))|* 0.9120 }}{{
- ifexpr:((1932 > 2000) and (1932 <= 2026))|* 0.8969 }}{{
- ifexpr:((1933 > 2000) and (1933 <= 2026))|* 0.9488 }}{{
- ifexpr:((1934 > 2000) and (1934 <= 2026))|* 1.0332 }}{{
- ifexpr:((1935 > 2000) and (1935 <= 2026))|* 1.0254 }}{{
- ifexpr:((1936 > 2000) and (1936 <= 2026))|* 1.0095 }}{{
- ifexpr:((1937 > 2000) and (1937 <= 2026))|* 1.0361 }}{{
- ifexpr:((1938 > 2000) and (1938 <= 2026))|* 0.9812 }}{{
- ifexpr:((1939 > 2000) and (1939 <= 2026))|* 0.9858 }}{{
- ifexpr:((1940 > 2000) and (1940 <= 2026))|* 1.0101 }}{{
- ifexpr:((1941 > 2000) and (1941 <= 2026))|* 1.0499 }}{{
- ifexpr:((1942 > 2000) and (1942 <= 2026))|* 1.1066 }}{{
- ifexpr:((1943 > 2000) and (1943 <= 2026))|* 1.0613 }}{{
- ifexpr:((1944 > 2000) and (1944 <= 2026))|* 1.0173 }}{{
- ifexpr:((1945 > 2000) and (1945 <= 2026))|* 1.0227 }}{{
- ifexpr:((1946 > 2000) and (1946 <= 2026))|* 1.0856 }}{{
- ifexpr:((1947 > 2000) and (1947 <= 2026))|* 1.1433 }}{{
- ifexpr:((1948 > 2000) and (1948 <= 2026))|* 1.0779 }}{{
- ifexpr:((1949 > 2000) and (1949 <= 2026))|* 0.9904 }}{{
- ifexpr:((1950 > 2000) and (1950 <= 2026))|* 1.0096 }}{{
- ifexpr:((1951 > 2000) and (1951 <= 2026))|* 1.0789 }}{{
- ifexpr:((1952 > 2000) and (1952 <= 2026))|* 1.0219 }}{{
- ifexpr:((1953 > 2000) and (1953 <= 2026))|* 1.0075 }}{{
- ifexpr:((1954 > 2000) and (1954 <= 2026))|* 1.0049 }}{{
- ifexpr:((1955 > 2000) and (1955 <= 2026))|* 0.9963 }}{{
- ifexpr:((1956 > 2000) and (1956 <= 2026))|* 1.0149 }}{{
- ifexpr:((1957 > 2000) and (1957 <= 2026))|* 1.0357 }}{{
- ifexpr:((1958 > 2000) and (1958 <= 2026))|* 1.0274 }}{{
- ifexpr:((1959 > 2000) and (1959 <= 2026))|* 1.0083 }}{{
- ifexpr:((1960 > 2000) and (1960 <= 2026))|* 1.0158 }}{{
- ifexpr:((1961 > 2000) and (1961 <= 2026))|* 1.0101 }}{{
- ifexpr:((1962 > 2000) and (1962 <= 2026))|* 1.0114 }}{{
- ifexpr:((1963 > 2000) and (1963 <= 2026))|* 1.0119 }}{{
- ifexpr:((1964 > 2000) and (1964 <= 2026))|* 1.0134 }}{{
- ifexpr:((1965 > 2000) and (1965 <= 2026))|* 1.0171 }}{{
- ifexpr:((1966 > 2000) and (1966 <= 2026))|* 1.0285 }}{{
- ifexpr:((1967 > 2000) and (1967 <= 2026))|* 1.0290 }}{{
- ifexpr:((1968 > 2000) and (1968 <= 2026))|* 1.0419 }}{{
- ifexpr:((1969 > 2000) and (1969 <= 2026))|* 1.0537 }}{{
- ifexpr:((1970 > 2000) and (1970 <= 2026))|* 1.0592 }}{{
- ifexpr:((1971 > 2000) and (1971 <= 2026))|* 1.0430 }}{{
- ifexpr:((1972 > 2000) and (1972 <= 2026))|* 1.0331 }}{{
- ifexpr:((1973 > 2000) and (1973 <= 2026))|* 1.0621 }}{{
- ifexpr:((1974 > 2000) and (1974 <= 2026))|* 1.1098 }}{{
- ifexpr:((1975 > 2000) and (1975 <= 2026))|* 1.0914 }}{{
- ifexpr:((1976 > 2000) and (1976 <= 2026))|* 1.0576 }}{{
- ifexpr:((1977 > 2000) and (1977 <= 2026))|* 1.0645 }}{{
- ifexpr:((1978 > 2000) and (1978 <= 2026))|* 1.0761 }}{{
- ifexpr:((1979 > 2000) and (1979 <= 2026))|* 1.1127 }}{{
- ifexpr:((1980 > 2000) and (1980 <= 2026))|* 1.1352 }}{{
- ifexpr:((1981 > 2000) and (1981 <= 2026))|* 1.1038 }}{{
- ifexpr:((1982 > 2000) and (1982 <= 2026))|* 1.0613 }}{{
- ifexpr:((1983 > 2000) and (1983 <= 2026))|* 1.0321 }}{{
- ifexpr:((1984 > 2000) and (1984 <= 2026))|* 1.0432 }}{{
- ifexpr:((1985 > 2000) and (1985 <= 2026))|* 1.0356 }}{{
- ifexpr:((1986 > 2000) and (1986 <= 2026))|* 1.0186 }}{{
- ifexpr:((1987 > 2000) and (1987 <= 2026))|* 1.0365 }}{{
- ifexpr:((1988 > 2000) and (1988 <= 2026))|* 1.0414 }}{{
- ifexpr:((1989 > 2000) and (1989 <= 2026))|* 1.0482 }}{{
- ifexpr:((1990 > 2000) and (1990 <= 2026))|* 1.0540 }}{{
- ifexpr:((1991 > 2000) and (1991 <= 2026))|* 1.0421 }}{{
- ifexpr:((1992 > 2000) and (1992 <= 2026))|* 1.0301 }}{{
- ifexpr:((1993 > 2000) and (1993 <= 2026))|* 1.0299 }}{{
- ifexpr:((1994 > 2000) and (1994 <= 2026))|* 1.0256 }}{{
- ifexpr:((1995 > 2000) and (1995 <= 2026))|* 1.0283 }}{{
- ifexpr:((1996 > 2000) and (1996 <= 2026))|* 1.0295 }}{{
- ifexpr:((1997 > 2000) and (1997 <= 2026))|* 1.0229 }}{{
- ifexpr:((1998 > 2000) and (1998 <= 2026))|* 1.0156 }}{{
- ifexpr:((1999 > 2000) and (1999 <= 2026))|* 1.0221 }}{{
- ifexpr:((2000 > 2000) and (2000 <= 2026))|* 1.0336 }}{{
- ifexpr:((2001 > 2000) and (2001 <= 2026))|* 1.0285 }}{{
- ifexpr:((2002 > 2000) and (2002 <= 2026))|* 1.0158 }}{{
- ifexpr:((2003 > 2000) and (2003 <= 2026))|* 1.0228 }}{{
- ifexpr:((2004 > 2000) and (2004 <= 2026))|* 1.0266 }}{{
- ifexpr:((2005 > 2000) and (2005 <= 2026))|* 1.0339 }}{{
- ifexpr:((2006 > 2000) and (2006 <= 2026))|* 1.0323 }}{{
- ifexpr:((2007 > 2000) and (2007 <= 2026))|* 1.0285 }}{{
- ifexpr:((2008 > 2000) and (2008 <= 2026))|* 1.0384 }}{{
- ifexpr:((2009 > 2000) and (2009 <= 2026))|* 0.9965 }}{{
- ifexpr:((2010 > 2000) and (2010 <= 2026))|* 1.0164 }}{{
- ifexpr:((2011 > 2000) and (2011 <= 2026))|* 1.0316 }}{{
- ifexpr:((2012 > 2000) and (2012 <= 2026))|* 1.0207 }}{{
- ifexpr:((2013 > 2000) and (2013 <= 2026))|* 1.0147 }}{{
- ifexpr:((2014 > 2000) and (2014 <= 2026))|* 1.0162 }}{{
- ifexpr:((2015 > 2000) and (2015 <= 2026))|* 1.0012 }}{{
- ifexpr:((2016 > 2000) and (2016 <= 2026))|* 1.0126 }}{{
- ifexpr:((2017 > 2000) and (2017 <= 2026))|* 1.0213 }}{{
- ifexpr:((2018 > 2000) and (2018 <= 2026))|* 1.0244 }}{{
- ifexpr:((2019 > 2000) and (2019 <= 2026))|* 1.0181 }}{{
- ifexpr:((2020 > 2000) and (2020 <= 2026))|* 1.0123 }}{{
- ifexpr:((2021 > 2000) and (2021 <= 2026))|* 1.0470 }}{{
- ifexpr:((2022 > 2000) and (2022 <= 2026))|* 1.0800 }}{{
- ifexpr:((2023 > 2000) and (2023 <= 2026))|* 1.0411 }}{{
- ifexpr:((2024 > 2000) and (2024 <= 2026))|* 1.0295 }}) round 2}} |2=1 |parse=}}}}|3|0}}}}
| Fehler
}}
}}|
{{#ifeq:2.000|{{{4}}}
|134
|{{#ifexpr:
(2.000 >= 1.774) and
(2.000 <= 2.026) and
(2.026 <= 2.026)
| {{#expr: (134{{
- ifexpr:((1.775 > 2.000) and (1.775 <= 2.026))|* 0,9476 }}{{
- ifexpr:((1.776 > 2.000) and (1.776 <= 2.026))|* 1,1417 }}{{
- ifexpr:((1.777 > 2.000) and (1.777 <= 2.026))|* 1,2187 }}{{
- ifexpr:((1.778 > 2.000) and (1.778 <= 2.026))|* 1,2978 }}{{
- ifexpr:((1.779 > 2.000) and (1.779 <= 2.026))|* 0,8849 }}{{
- ifexpr:((1.780 > 2.000) and (1.780 <= 2.026))|* 1,1225 }}{{
- ifexpr:((1.781 > 2.000) and (1.781 <= 2.026))|* 0,8066 }}{{
- ifexpr:((1.782 > 2.000) and (1.782 <= 2.026))|* 1,0970 }}{{
- ifexpr:((1.783 > 2.000) and (1.783 <= 2.026))|* 0,8767 }}{{
- ifexpr:((1.784 > 2.000) and (1.784 <= 2.026))|* 0,9612 }}{{
- ifexpr:((1.785 > 2.000) and (1.785 <= 2.026))|* 0,9516 }}{{
- ifexpr:((1.786 > 2.000) and (1.786 <= 2.026))|* 0,9745 }}{{
- ifexpr:((1.787 > 2.000) and (1.787 <= 2.026))|* 0,9815 }}{{
- ifexpr:((1.788 > 2.000) and (1.788 <= 2.026))|* 0,9557 }}{{
- ifexpr:((1.789 > 2.000) and (1.789 <= 2.026))|* 0,9907 }}{{
- ifexpr:((1.790 > 2.000) and (1.790 <= 2.026))|* 1,0375 }}{{
- ifexpr:((1.791 > 2.000) and (1.791 <= 2.026))|* 1,0271 }}{{
- ifexpr:((1.792 > 2.000) and (1.792 <= 2.026))|* 1,0187 }}{{
- ifexpr:((1.793 > 2.000) and (1.793 <= 2.026))|* 1,0345 }}{{
- ifexpr:((1.794 > 2.000) and (1.794 <= 2.026))|* 1,1095 }}{{
- ifexpr:((1.795 > 2.000) and (1.795 <= 2.026))|* 1,1438 }}{{
- ifexpr:((1.796 > 2.000) and (1.796 <= 2.026))|* 1,0526 }}{{
- ifexpr:((1.797 > 2.000) and (1.797 <= 2.026))|* 0,9625 }}{{
- ifexpr:((1.798 > 2.000) and (1.798 <= 2.026))|* 0,9667 }}{{
- ifexpr:((1.799 > 2.000) and (1.799 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.800 > 2.000) and (1.800 <= 2.026))|* 1,0210 }}{{
- ifexpr:((1.801 > 2.000) and (1.801 <= 2.026))|* 1,0131 }}{{
- ifexpr:((1.802 > 2.000) and (1.802 <= 2.026))|* 0,8427 }}{{
- ifexpr:((1.803 > 2.000) and (1.803 <= 2.026))|* 1,0549 }}{{
- ifexpr:((1.804 > 2.000) and (1.804 <= 2.026))|* 1,0438 }}{{
- ifexpr:((1.805 > 2.000) and (1.805 <= 2.026))|* 0,9930 }}{{
- ifexpr:((1.806 > 2.000) and (1.806 <= 2.026))|* 1,0423 }}{{
- ifexpr:((1.807 > 2.000) and (1.807 <= 2.026))|* 0,9459 }}{{
- ifexpr:((1.808 > 2.000) and (1.808 <= 2.026))|* 1,0866 }}{{
- ifexpr:((1.809 > 2.000) and (1.809 <= 2.026))|* 0,9795 }}{{
- ifexpr:((1.810 > 2.000) and (1.810 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.811 > 2.000) and (1.811 <= 2.026))|* 1,0680 }}{{
- ifexpr:((1.812 > 2.000) and (1.812 <= 2.026))|* 1,0126 }}{{
- ifexpr:((1.813 > 2.000) and (1.813 <= 2.026))|* 1,2002 }}{{
- ifexpr:((1.814 > 2.000) and (1.814 <= 2.026))|* 1,0989 }}{{
- ifexpr:((1.815 > 2.000) and (1.815 <= 2.026))|* 0,8771 }}{{
- ifexpr:((1.816 > 2.000) and (1.816 <= 2.026))|* 0,9135 }}{{
- ifexpr:((1.817 > 2.000) and (1.817 <= 2.026))|* 0,9464 }}{{
- ifexpr:((1.818 > 2.000) and (1.818 <= 2.026))|* 0,9566 }}{{
- ifexpr:((1.819 > 2.000) and (1.819 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.820 > 2.000) and (1.820 <= 2.026))|* 0,9213 }}{{
- ifexpr:((1.821 > 2.000) and (1.821 <= 2.026))|* 0,9648 }}{{
- ifexpr:((1.822 > 2.000) and (1.822 <= 2.026))|* 1,0365 }}{{
- ifexpr:((1.823 > 2.000) and (1.823 <= 2.026))|* 0,8935 }}{{
- ifexpr:((1.824 > 2.000) and (1.824 <= 2.026))|* 0,9212 }}{{
- ifexpr:((1.825 > 2.000) and (1.825 <= 2.026))|* 1,0257 }}{{
- ifexpr:((1.826 > 2.000) and (1.826 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.827 > 2.000) and (1.827 <= 2.026))|* 1,0083 }}{{
- ifexpr:((1.828 > 2.000) and (1.828 <= 2.026))|* 0,9504 }}{{
- ifexpr:((1.829 > 2.000) and (1.829 <= 2.026))|* 0,9815 }}{{
- ifexpr:((1.830 > 2.000) and (1.830 <= 2.026))|* 0,9911 }}{{
- ifexpr:((1.831 > 2.000) and (1.831 <= 2.026))|* 0,9374 }}{{
- ifexpr:((1.832 > 2.000) and (1.832 <= 2.026))|* 0,9905 }}{{
- ifexpr:((1.833 > 2.000) and (1.833 <= 2.026))|* 0,9807 }}{{
- ifexpr:((1.834 > 2.000) and (1.834 <= 2.026))|* 1,0197 }}{{
- ifexpr:((1.835 > 2.000) and (1.835 <= 2.026))|* 1,0289 }}{{
- ifexpr:((1.836 > 2.000) and (1.836 <= 2.026))|* 1,0562 }}{{
- ifexpr:((1.837 > 2.000) and (1.837 <= 2.026))|* 1,0277 }}{{
- ifexpr:((1.838 > 2.000) and (1.838 <= 2.026))|* 0,9730 }}{{
- ifexpr:((1.839 > 2.000) and (1.839 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.840 > 2.000) and (1.840 <= 2.026))|* 0,9290 }}{{
- ifexpr:((1.841 > 2.000) and (1.841 <= 2.026))|* 1,0095 }}{{
- ifexpr:((1.842 > 2.000) and (1.842 <= 2.026))|* 0,9338 }}{{
- ifexpr:((1.843 > 2.000) and (1.843 <= 2.026))|* 0,9076 }}{{
- ifexpr:((1.844 > 2.000) and (1.844 <= 2.026))|* 1,0112 }}{{
- ifexpr:((1.845 > 2.000) and (1.845 <= 2.026))|* 1,0110 }}{{
- ifexpr:((1.846 > 2.000) and (1.846 <= 2.026))|* 1,0109 }}{{
- ifexpr:((1.847 > 2.000) and (1.847 <= 2.026))|* 1,0769 }}{{
- ifexpr:((1.848 > 2.000) and (1.848 <= 2.026))|* 0,9586 }}{{
- ifexpr:((1.849 > 2.000) and (1.849 <= 2.026))|* 0,9686 }}{{
- ifexpr:((1.850 > 2.000) and (1.850 <= 2.026))|* 1,0216 }}{{
- ifexpr:((1.851 > 2.000) and (1.851 <= 2.026))|* 0,9789 }}{{
- ifexpr:((1.852 > 2.000) and (1.852 <= 2.026))|* 1,0108 }}{{
- ifexpr:((1.853 > 2.000) and (1.853 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.854 > 2.000) and (1.854 <= 2.026))|* 1,0868 }}{{
- ifexpr:((1.855 > 2.000) and (1.855 <= 2.026))|* 1,0295 }}{{
- ifexpr:((1.856 > 2.000) and (1.856 <= 2.026))|* 0,9809 }}{{
- ifexpr:((1.857 > 2.000) and (1.857 <= 2.026))|* 1,0292 }}{{
- ifexpr:((1.858 > 2.000) and (1.858 <= 2.026))|* 0,9433 }}{{
- ifexpr:((1.859 > 2.000) and (1.859 <= 2.026))|* 1,0100 }}{{
- ifexpr:((1.860 > 2.000) and (1.860 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.861 > 2.000) and (1.861 <= 2.026))|* 1,0596 }}{{
- ifexpr:((1.862 > 2.000) and (1.862 <= 2.026))|* 1,1417 }}{{
- ifexpr:((1.863 > 2.000) and (1.863 <= 2.026))|* 1,2482 }}{{
- ifexpr:((1.864 > 2.000) and (1.864 <= 2.026))|* 1,2514 }}{{
- ifexpr:((1.865 > 2.000) and (1.865 <= 2.026))|* 1,0368 }}{{
- ifexpr:((1.866 > 2.000) and (1.866 <= 2.026))|* 0,9747 }}{{
- ifexpr:((1.867 > 2.000) and (1.867 <= 2.026))|* 0,9318 }}{{
- ifexpr:((1.868 > 2.000) and (1.868 <= 2.026))|* 0,9609 }}{{
- ifexpr:((1.869 > 2.000) and (1.869 <= 2.026))|* 0,9586 }}{{
- ifexpr:((1.870 > 2.000) and (1.870 <= 2.026))|* 0,9576 }}{{
- ifexpr:((1.871 > 2.000) and (1.871 <= 2.026))|* 0,9360 }}{{
- ifexpr:((1.872 > 2.000) and (1.872 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.873 > 2.000) and (1.873 <= 2.026))|* 0,9797 }}{{
- ifexpr:((1.874 > 2.000) and (1.874 <= 2.026))|* 0,9517 }}{{
- ifexpr:((1.875 > 2.000) and (1.875 <= 2.026))|* 0,9638 }}{{
- ifexpr:((1.876 > 2.000) and (1.876 <= 2.026))|* 0,9765 }}{{
- ifexpr:((1.877 > 2.000) and (1.877 <= 2.026))|* 0,9769 }}{{
- ifexpr:((1.878 > 2.000) and (1.878 <= 2.026))|* 0,9527 }}{{
- ifexpr:((1.879 > 2.000) and (1.879 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.880 > 2.000) and (1.880 <= 2.026))|* 1,0248 }}{{
- ifexpr:((1.881 > 2.000) and (1.881 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.882 > 2.000) and (1.882 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.883 > 2.000) and (1.883 <= 2.026))|* 0,9798 }}{{
- ifexpr:((1.884 > 2.000) and (1.884 <= 2.026))|* 0,9794 }}{{
- ifexpr:((1.885 > 2.000) and (1.885 <= 2.026))|* 0,9800 }}{{
- ifexpr:((1.886 > 2.000) and (1.886 <= 2.026))|* 0,9785 }}{{
- ifexpr:((1.887 > 2.000) and (1.887 <= 2.026))|* 1,0110 }}{{
- ifexpr:((1.888 > 2.000) and (1.888 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.889 > 2.000) and (1.889 <= 2.026))|* 0,9675 }}{{
- ifexpr:((1.890 > 2.000) and (1.890 <= 2.026))|* 0,9888 }}{{
- ifexpr:((1.891 > 2.000) and (1.891 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.892 > 2.000) and (1.892 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.893 > 2.000) and (1.893 <= 2.026))|* 0,9887 }}{{
- ifexpr:((1.894 > 2.000) and (1.894 <= 2.026))|* 0,9564 }}{{
- ifexpr:((1.895 > 2.000) and (1.895 <= 2.026))|* 0,9760 }}{{
- ifexpr:((1.896 > 2.000) and (1.896 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.897 > 2.000) and (1.897 <= 2.026))|* 0,9877 }}{{
- ifexpr:((1.898 > 2.000) and (1.898 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.899 > 2.000) and (1.899 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.900 > 2.000) and (1.900 <= 2.026))|* 1,0124 }}{{
- ifexpr:((1.901 > 2.000) and (1.901 <= 2.026))|* 1,0123 }}{{
- ifexpr:((1.902 > 2.000) and (1.902 <= 2.026))|* 1,0121 }}{{
- ifexpr:((1.903 > 2.000) and (1.903 <= 2.026))|* 1,0228 }}{{
- ifexpr:((1.904 > 2.000) and (1.904 <= 2.026))|* 1,0117 }}{{
- ifexpr:((1.905 > 2.000) and (1.905 <= 2.026))|* 0,9884 }}{{
- ifexpr:((1.906 > 2.000) and (1.906 <= 2.026))|* 1,0223 }}{{
- ifexpr:((1.907 > 2.000) and (1.907 <= 2.026))|* 1,0447 }}{{
- ifexpr:((1.908 > 2.000) and (1.908 <= 2.026))|* 0,9791 }}{{
- ifexpr:((1.909 > 2.000) and (1.909 <= 2.026))|* 0,9888 }}{{
- ifexpr:((1.910 > 2.000) and (1.910 <= 2.026))|* 1,0442 }}{{
- ifexpr:((1.911 > 2.000) and (1.911 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.912 > 2.000) and (1.912 <= 2.026))|* 1,0206 }}{{
- ifexpr:((1.913 > 2.000) and (1.913 <= 2.026))|* 1,0213 }}{{
- ifexpr:((1.914 > 2.000) and (1.914 <= 2.026))|* 1,0094 }}{{
- ifexpr:((1.915 > 2.000) and (1.915 <= 2.026))|* 1,0052 }}{{
- ifexpr:((1.916 > 2.000) and (1.916 <= 2.026))|* 1,0924 }}{{
- ifexpr:((1.917 > 2.000) and (1.917 <= 2.026))|* 1,2049 }}{{
- ifexpr:((1.918 > 2.000) and (1.918 <= 2.026))|* 1,1747 }}{{
- ifexpr:((1.919 > 2.000) and (1.919 <= 2.026))|* 1,1487 }}{{
- ifexpr:((1.920 > 2.000) and (1.920 <= 2.026))|* 1,1584 }}{{
- ifexpr:((1.921 > 2.000) and (1.921 <= 2.026))|* 0,8932 }}{{
- ifexpr:((1.922 > 2.000) and (1.922 <= 2.026))|* 0,9369 }}{{
- ifexpr:((1.923 > 2.000) and (1.923 <= 2.026))|* 1,0179 }}{{
- ifexpr:((1.924 > 2.000) and (1.924 <= 2.026))|* 1,0018 }}{{
- ifexpr:((1.925 > 2.000) and (1.925 <= 2.026))|* 1,0251 }}{{
- ifexpr:((1.926 > 2.000) and (1.926 <= 2.026))|* 1,0097 }}{{
- ifexpr:((1.927 > 2.000) and (1.927 <= 2.026))|* 0,9814 }}{{
- ifexpr:((1.928 > 2.000) and (1.928 <= 2.026))|* 0,9862 }}{{
- ifexpr:((1.929 > 2.000) and (1.929 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.930 > 2.000) and (1.930 <= 2.026))|* 0,9749 }}{{
- ifexpr:((1.931 > 2.000) and (1.931 <= 2.026))|* 0,9120 }}{{
- ifexpr:((1.932 > 2.000) and (1.932 <= 2.026))|* 0,8969 }}{{
- ifexpr:((1.933 > 2.000) and (1.933 <= 2.026))|* 0,9488 }}{{
- ifexpr:((1.934 > 2.000) and (1.934 <= 2.026))|* 1,0332 }}{{
- ifexpr:((1.935 > 2.000) and (1.935 <= 2.026))|* 1,0254 }}{{
- ifexpr:((1.936 > 2.000) and (1.936 <= 2.026))|* 1,0095 }}{{
- ifexpr:((1.937 > 2.000) and (1.937 <= 2.026))|* 1,0361 }}{{
- ifexpr:((1.938 > 2.000) and (1.938 <= 2.026))|* 0,9812 }}{{
- ifexpr:((1.939 > 2.000) and (1.939 <= 2.026))|* 0,9858 }}{{
- ifexpr:((1.940 > 2.000) and (1.940 <= 2.026))|* 1,0101 }}{{
- ifexpr:((1.941 > 2.000) and (1.941 <= 2.026))|* 1,0499 }}{{
- ifexpr:((1.942 > 2.000) and (1.942 <= 2.026))|* 1,1066 }}{{
- ifexpr:((1.943 > 2.000) and (1.943 <= 2.026))|* 1,0613 }}{{
- ifexpr:((1.944 > 2.000) and (1.944 <= 2.026))|* 1,0173 }}{{
- ifexpr:((1.945 > 2.000) and (1.945 <= 2.026))|* 1,0227 }}{{
- ifexpr:((1.946 > 2.000) and (1.946 <= 2.026))|* 1,0856 }}{{
- ifexpr:((1.947 > 2.000) and (1.947 <= 2.026))|* 1,1433 }}{{
- ifexpr:((1.948 > 2.000) and (1.948 <= 2.026))|* 1,0779 }}{{
- ifexpr:((1.949 > 2.000) and (1.949 <= 2.026))|* 0,9904 }}{{
- ifexpr:((1.950 > 2.000) and (1.950 <= 2.026))|* 1,0096 }}{{
- ifexpr:((1.951 > 2.000) and (1.951 <= 2.026))|* 1,0789 }}{{
- ifexpr:((1.952 > 2.000) and (1.952 <= 2.026))|* 1,0219 }}{{
- ifexpr:((1.953 > 2.000) and (1.953 <= 2.026))|* 1,0075 }}{{
- ifexpr:((1.954 > 2.000) and (1.954 <= 2.026))|* 1,0049 }}{{
- ifexpr:((1.955 > 2.000) and (1.955 <= 2.026))|* 0,9963 }}{{
- ifexpr:((1.956 > 2.000) and (1.956 <= 2.026))|* 1,0149 }}{{
- ifexpr:((1.957 > 2.000) and (1.957 <= 2.026))|* 1,0357 }}{{
- ifexpr:((1.958 > 2.000) and (1.958 <= 2.026))|* 1,0274 }}{{
- ifexpr:((1.959 > 2.000) and (1.959 <= 2.026))|* 1,0083 }}{{
- ifexpr:((1.960 > 2.000) and (1.960 <= 2.026))|* 1,0158 }}{{
- ifexpr:((1.961 > 2.000) and (1.961 <= 2.026))|* 1,0101 }}{{
- ifexpr:((1.962 > 2.000) and (1.962 <= 2.026))|* 1,0114 }}{{
- ifexpr:((1.963 > 2.000) and (1.963 <= 2.026))|* 1,0119 }}{{
- ifexpr:((1.964 > 2.000) and (1.964 <= 2.026))|* 1,0134 }}{{
- ifexpr:((1.965 > 2.000) and (1.965 <= 2.026))|* 1,0171 }}{{
- ifexpr:((1.966 > 2.000) and (1.966 <= 2.026))|* 1,0285 }}{{
- ifexpr:((1.967 > 2.000) and (1.967 <= 2.026))|* 1,0290 }}{{
- ifexpr:((1.968 > 2.000) and (1.968 <= 2.026))|* 1,0419 }}{{
- ifexpr:((1.969 > 2.000) and (1.969 <= 2.026))|* 1,0537 }}{{
- ifexpr:((1.970 > 2.000) and (1.970 <= 2.026))|* 1,0592 }}{{
- ifexpr:((1.971 > 2.000) and (1.971 <= 2.026))|* 1,0430 }}{{
- ifexpr:((1.972 > 2.000) and (1.972 <= 2.026))|* 1,0331 }}{{
- ifexpr:((1.973 > 2.000) and (1.973 <= 2.026))|* 1,0621 }}{{
- ifexpr:((1.974 > 2.000) and (1.974 <= 2.026))|* 1,1098 }}{{
- ifexpr:((1.975 > 2.000) and (1.975 <= 2.026))|* 1,0914 }}{{
- ifexpr:((1.976 > 2.000) and (1.976 <= 2.026))|* 1,0576 }}{{
- ifexpr:((1.977 > 2.000) and (1.977 <= 2.026))|* 1,0645 }}{{
- ifexpr:((1.978 > 2.000) and (1.978 <= 2.026))|* 1,0761 }}{{
- ifexpr:((1.979 > 2.000) and (1.979 <= 2.026))|* 1,1127 }}{{
- ifexpr:((1.980 > 2.000) and (1.980 <= 2.026))|* 1,1352 }}{{
- ifexpr:((1.981 > 2.000) and (1.981 <= 2.026))|* 1,1038 }}{{
- ifexpr:((1.982 > 2.000) and (1.982 <= 2.026))|* 1,0613 }}{{
- ifexpr:((1.983 > 2.000) and (1.983 <= 2.026))|* 1,0321 }}{{
- ifexpr:((1.984 > 2.000) and (1.984 <= 2.026))|* 1,0432 }}{{
- ifexpr:((1.985 > 2.000) and (1.985 <= 2.026))|* 1,0356 }}{{
- ifexpr:((1.986 > 2.000) and (1.986 <= 2.026))|* 1,0186 }}{{
- ifexpr:((1.987 > 2.000) and (1.987 <= 2.026))|* 1,0365 }}{{
- ifexpr:((1.988 > 2.000) and (1.988 <= 2.026))|* 1,0414 }}{{
- ifexpr:((1.989 > 2.000) and (1.989 <= 2.026))|* 1,0482 }}{{
- ifexpr:((1.990 > 2.000) and (1.990 <= 2.026))|* 1,0540 }}{{
- ifexpr:((1.991 > 2.000) and (1.991 <= 2.026))|* 1,0421 }}{{
- ifexpr:((1.992 > 2.000) and (1.992 <= 2.026))|* 1,0301 }}{{
- ifexpr:((1.993 > 2.000) and (1.993 <= 2.026))|* 1,0299 }}{{
- ifexpr:((1.994 > 2.000) and (1.994 <= 2.026))|* 1,0256 }}{{
- ifexpr:((1.995 > 2.000) and (1.995 <= 2.026))|* 1,0283 }}{{
- ifexpr:((1.996 > 2.000) and (1.996 <= 2.026))|* 1,0295 }}{{
- ifexpr:((1.997 > 2.000) and (1.997 <= 2.026))|* 1,0229 }}{{
- ifexpr:((1.998 > 2.000) and (1.998 <= 2.026))|* 1,0156 }}{{
- ifexpr:((1.999 > 2.000) and (1.999 <= 2.026))|* 1,0221 }}{{
- ifexpr:((2.000 > 2.000) and (2.000 <= 2.026))|* 1,0336 }}{{
- ifexpr:((2.001 > 2.000) and (2.001 <= 2.026))|* 1,0285 }}{{
- ifexpr:((2.002 > 2.000) and (2.002 <= 2.026))|* 1,0158 }}{{
- ifexpr:((2.003 > 2.000) and (2.003 <= 2.026))|* 1,0228 }}{{
- ifexpr:((2.004 > 2.000) and (2.004 <= 2.026))|* 1,0266 }}{{
- ifexpr:((2.005 > 2.000) and (2.005 <= 2.026))|* 1,0339 }}{{
- ifexpr:((2.006 > 2.000) and (2.006 <= 2.026))|* 1,0323 }}{{
- ifexpr:((2.007 > 2.000) and (2.007 <= 2.026))|* 1,0285 }}{{
- ifexpr:((2.008 > 2.000) and (2.008 <= 2.026))|* 1,0384 }}{{
- ifexpr:((2.009 > 2.000) and (2.009 <= 2.026))|* 0,9965 }}{{
- ifexpr:((2.010 > 2.000) and (2.010 <= 2.026))|* 1,0164 }}{{
- ifexpr:((2.011 > 2.000) and (2.011 <= 2.026))|* 1,0316 }}{{
- ifexpr:((2.012 > 2.000) and (2.012 <= 2.026))|* 1,0207 }}{{
- ifexpr:((2.013 > 2.000) and (2.013 <= 2.026))|* 1,0147 }}{{
- ifexpr:((2.014 > 2.000) and (2.014 <= 2.026))|* 1,0162 }}{{
- ifexpr:((2.015 > 2.000) and (2.015 <= 2.026))|* 1,0012 }}{{
- ifexpr:((2.016 > 2.000) and (2.016 <= 2.026))|* 1,0126 }}{{
- ifexpr:((2.017 > 2.000) and (2.017 <= 2.026))|* 1,0213 }}{{
- ifexpr:((2.018 > 2.000) and (2.018 <= 2.026))|* 1,0244 }}{{
- ifexpr:((2.019 > 2.000) and (2.019 <= 2.026))|* 1,0181 }}{{
- ifexpr:((2.020 > 2.000) and (2.020 <= 2.026))|* 1,0123 }}{{
- ifexpr:((2.021 > 2.000) and (2.021 <= 2.026))|* 1,0470 }}{{
- ifexpr:((2.022 > 2.000) and (2.022 <= 2.026))|* 1,0800 }}{{
- ifexpr:((2.023 > 2.000) and (2.023 <= 2.026))|* 1,0411 }}{{
- ifexpr:((2.024 > 2.000) and (2.024 <= 2.026))|* 1,0295 }}) round 0}}{{#ifeq:0|2|{{#ifeq:{{#invoke:Str|len|{{#invoke:Expr|modulo |1={{#expr: (134{{
- ifexpr:((1.775 > 2.000) and (1.775 <= 2.026))|* 0,9476 }}{{
- ifexpr:((1.776 > 2.000) and (1.776 <= 2.026))|* 1,1417 }}{{
- ifexpr:((1.777 > 2.000) and (1.777 <= 2.026))|* 1,2187 }}{{
- ifexpr:((1.778 > 2.000) and (1.778 <= 2.026))|* 1,2978 }}{{
- ifexpr:((1.779 > 2.000) and (1.779 <= 2.026))|* 0,8849 }}{{
- ifexpr:((1.780 > 2.000) and (1.780 <= 2.026))|* 1,1225 }}{{
- ifexpr:((1.781 > 2.000) and (1.781 <= 2.026))|* 0,8066 }}{{
- ifexpr:((1.782 > 2.000) and (1.782 <= 2.026))|* 1,0970 }}{{
- ifexpr:((1.783 > 2.000) and (1.783 <= 2.026))|* 0,8767 }}{{
- ifexpr:((1.784 > 2.000) and (1.784 <= 2.026))|* 0,9612 }}{{
- ifexpr:((1.785 > 2.000) and (1.785 <= 2.026))|* 0,9516 }}{{
- ifexpr:((1.786 > 2.000) and (1.786 <= 2.026))|* 0,9745 }}{{
- ifexpr:((1.787 > 2.000) and (1.787 <= 2.026))|* 0,9815 }}{{
- ifexpr:((1.788 > 2.000) and (1.788 <= 2.026))|* 0,9557 }}{{
- ifexpr:((1.789 > 2.000) and (1.789 <= 2.026))|* 0,9907 }}{{
- ifexpr:((1.790 > 2.000) and (1.790 <= 2.026))|* 1,0375 }}{{
- ifexpr:((1.791 > 2.000) and (1.791 <= 2.026))|* 1,0271 }}{{
- ifexpr:((1.792 > 2.000) and (1.792 <= 2.026))|* 1,0187 }}{{
- ifexpr:((1.793 > 2.000) and (1.793 <= 2.026))|* 1,0345 }}{{
- ifexpr:((1.794 > 2.000) and (1.794 <= 2.026))|* 1,1095 }}{{
- ifexpr:((1.795 > 2.000) and (1.795 <= 2.026))|* 1,1438 }}{{
- ifexpr:((1.796 > 2.000) and (1.796 <= 2.026))|* 1,0526 }}{{
- ifexpr:((1.797 > 2.000) and (1.797 <= 2.026))|* 0,9625 }}{{
- ifexpr:((1.798 > 2.000) and (1.798 <= 2.026))|* 0,9667 }}{{
- ifexpr:((1.799 > 2.000) and (1.799 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.800 > 2.000) and (1.800 <= 2.026))|* 1,0210 }}{{
- ifexpr:((1.801 > 2.000) and (1.801 <= 2.026))|* 1,0131 }}{{
- ifexpr:((1.802 > 2.000) and (1.802 <= 2.026))|* 0,8427 }}{{
- ifexpr:((1.803 > 2.000) and (1.803 <= 2.026))|* 1,0549 }}{{
- ifexpr:((1.804 > 2.000) and (1.804 <= 2.026))|* 1,0438 }}{{
- ifexpr:((1.805 > 2.000) and (1.805 <= 2.026))|* 0,9930 }}{{
- ifexpr:((1.806 > 2.000) and (1.806 <= 2.026))|* 1,0423 }}{{
- ifexpr:((1.807 > 2.000) and (1.807 <= 2.026))|* 0,9459 }}{{
- ifexpr:((1.808 > 2.000) and (1.808 <= 2.026))|* 1,0866 }}{{
- ifexpr:((1.809 > 2.000) and (1.809 <= 2.026))|* 0,9795 }}{{
- ifexpr:((1.810 > 2.000) and (1.810 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.811 > 2.000) and (1.811 <= 2.026))|* 1,0680 }}{{
- ifexpr:((1.812 > 2.000) and (1.812 <= 2.026))|* 1,0126 }}{{
- ifexpr:((1.813 > 2.000) and (1.813 <= 2.026))|* 1,2002 }}{{
- ifexpr:((1.814 > 2.000) and (1.814 <= 2.026))|* 1,0989 }}{{
- ifexpr:((1.815 > 2.000) and (1.815 <= 2.026))|* 0,8771 }}{{
- ifexpr:((1.816 > 2.000) and (1.816 <= 2.026))|* 0,9135 }}{{
- ifexpr:((1.817 > 2.000) and (1.817 <= 2.026))|* 0,9464 }}{{
- ifexpr:((1.818 > 2.000) and (1.818 <= 2.026))|* 0,9566 }}{{
- ifexpr:((1.819 > 2.000) and (1.819 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.820 > 2.000) and (1.820 <= 2.026))|* 0,9213 }}{{
- ifexpr:((1.821 > 2.000) and (1.821 <= 2.026))|* 0,9648 }}{{
- ifexpr:((1.822 > 2.000) and (1.822 <= 2.026))|* 1,0365 }}{{
- ifexpr:((1.823 > 2.000) and (1.823 <= 2.026))|* 0,8935 }}{{
- ifexpr:((1.824 > 2.000) and (1.824 <= 2.026))|* 0,9212 }}{{
- ifexpr:((1.825 > 2.000) and (1.825 <= 2.026))|* 1,0257 }}{{
- ifexpr:((1.826 > 2.000) and (1.826 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.827 > 2.000) and (1.827 <= 2.026))|* 1,0083 }}{{
- ifexpr:((1.828 > 2.000) and (1.828 <= 2.026))|* 0,9504 }}{{
- ifexpr:((1.829 > 2.000) and (1.829 <= 2.026))|* 0,9815 }}{{
- ifexpr:((1.830 > 2.000) and (1.830 <= 2.026))|* 0,9911 }}{{
- ifexpr:((1.831 > 2.000) and (1.831 <= 2.026))|* 0,9374 }}{{
- ifexpr:((1.832 > 2.000) and (1.832 <= 2.026))|* 0,9905 }}{{
- ifexpr:((1.833 > 2.000) and (1.833 <= 2.026))|* 0,9807 }}{{
- ifexpr:((1.834 > 2.000) and (1.834 <= 2.026))|* 1,0197 }}{{
- ifexpr:((1.835 > 2.000) and (1.835 <= 2.026))|* 1,0289 }}{{
- ifexpr:((1.836 > 2.000) and (1.836 <= 2.026))|* 1,0562 }}{{
- ifexpr:((1.837 > 2.000) and (1.837 <= 2.026))|* 1,0277 }}{{
- ifexpr:((1.838 > 2.000) and (1.838 <= 2.026))|* 0,9730 }}{{
- ifexpr:((1.839 > 2.000) and (1.839 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.840 > 2.000) and (1.840 <= 2.026))|* 0,9290 }}{{
- ifexpr:((1.841 > 2.000) and (1.841 <= 2.026))|* 1,0095 }}{{
- ifexpr:((1.842 > 2.000) and (1.842 <= 2.026))|* 0,9338 }}{{
- ifexpr:((1.843 > 2.000) and (1.843 <= 2.026))|* 0,9076 }}{{
- ifexpr:((1.844 > 2.000) and (1.844 <= 2.026))|* 1,0112 }}{{
- ifexpr:((1.845 > 2.000) and (1.845 <= 2.026))|* 1,0110 }}{{
- ifexpr:((1.846 > 2.000) and (1.846 <= 2.026))|* 1,0109 }}{{
- ifexpr:((1.847 > 2.000) and (1.847 <= 2.026))|* 1,0769 }}{{
- ifexpr:((1.848 > 2.000) and (1.848 <= 2.026))|* 0,9586 }}{{
- ifexpr:((1.849 > 2.000) and (1.849 <= 2.026))|* 0,9686 }}{{
- ifexpr:((1.850 > 2.000) and (1.850 <= 2.026))|* 1,0216 }}{{
- ifexpr:((1.851 > 2.000) and (1.851 <= 2.026))|* 0,9789 }}{{
- ifexpr:((1.852 > 2.000) and (1.852 <= 2.026))|* 1,0108 }}{{
- ifexpr:((1.853 > 2.000) and (1.853 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.854 > 2.000) and (1.854 <= 2.026))|* 1,0868 }}{{
- ifexpr:((1.855 > 2.000) and (1.855 <= 2.026))|* 1,0295 }}{{
- ifexpr:((1.856 > 2.000) and (1.856 <= 2.026))|* 0,9809 }}{{
- ifexpr:((1.857 > 2.000) and (1.857 <= 2.026))|* 1,0292 }}{{
- ifexpr:((1.858 > 2.000) and (1.858 <= 2.026))|* 0,9433 }}{{
- ifexpr:((1.859 > 2.000) and (1.859 <= 2.026))|* 1,0100 }}{{
- ifexpr:((1.860 > 2.000) and (1.860 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.861 > 2.000) and (1.861 <= 2.026))|* 1,0596 }}{{
- ifexpr:((1.862 > 2.000) and (1.862 <= 2.026))|* 1,1417 }}{{
- ifexpr:((1.863 > 2.000) and (1.863 <= 2.026))|* 1,2482 }}{{
- ifexpr:((1.864 > 2.000) and (1.864 <= 2.026))|* 1,2514 }}{{
- ifexpr:((1.865 > 2.000) and (1.865 <= 2.026))|* 1,0368 }}{{
- ifexpr:((1.866 > 2.000) and (1.866 <= 2.026))|* 0,9747 }}{{
- ifexpr:((1.867 > 2.000) and (1.867 <= 2.026))|* 0,9318 }}{{
- ifexpr:((1.868 > 2.000) and (1.868 <= 2.026))|* 0,9609 }}{{
- ifexpr:((1.869 > 2.000) and (1.869 <= 2.026))|* 0,9586 }}{{
- ifexpr:((1.870 > 2.000) and (1.870 <= 2.026))|* 0,9576 }}{{
- ifexpr:((1.871 > 2.000) and (1.871 <= 2.026))|* 0,9360 }}{{
- ifexpr:((1.872 > 2.000) and (1.872 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.873 > 2.000) and (1.873 <= 2.026))|* 0,9797 }}{{
- ifexpr:((1.874 > 2.000) and (1.874 <= 2.026))|* 0,9517 }}{{
- ifexpr:((1.875 > 2.000) and (1.875 <= 2.026))|* 0,9638 }}{{
- ifexpr:((1.876 > 2.000) and (1.876 <= 2.026))|* 0,9765 }}{{
- ifexpr:((1.877 > 2.000) and (1.877 <= 2.026))|* 0,9769 }}{{
- ifexpr:((1.878 > 2.000) and (1.878 <= 2.026))|* 0,9527 }}{{
- ifexpr:((1.879 > 2.000) and (1.879 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.880 > 2.000) and (1.880 <= 2.026))|* 1,0248 }}{{
- ifexpr:((1.881 > 2.000) and (1.881 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.882 > 2.000) and (1.882 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.883 > 2.000) and (1.883 <= 2.026))|* 0,9798 }}{{
- ifexpr:((1.884 > 2.000) and (1.884 <= 2.026))|* 0,9794 }}{{
- ifexpr:((1.885 > 2.000) and (1.885 <= 2.026))|* 0,9800 }}{{
- ifexpr:((1.886 > 2.000) and (1.886 <= 2.026))|* 0,9785 }}{{
- ifexpr:((1.887 > 2.000) and (1.887 <= 2.026))|* 1,0110 }}{{
- ifexpr:((1.888 > 2.000) and (1.888 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.889 > 2.000) and (1.889 <= 2.026))|* 0,9675 }}{{
- ifexpr:((1.890 > 2.000) and (1.890 <= 2.026))|* 0,9888 }}{{
- ifexpr:((1.891 > 2.000) and (1.891 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.892 > 2.000) and (1.892 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.893 > 2.000) and (1.893 <= 2.026))|* 0,9887 }}{{
- ifexpr:((1.894 > 2.000) and (1.894 <= 2.026))|* 0,9564 }}{{
- ifexpr:((1.895 > 2.000) and (1.895 <= 2.026))|* 0,9760 }}{{
- ifexpr:((1.896 > 2.000) and (1.896 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.897 > 2.000) and (1.897 <= 2.026))|* 0,9877 }}{{
- ifexpr:((1.898 > 2.000) and (1.898 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.899 > 2.000) and (1.899 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.900 > 2.000) and (1.900 <= 2.026))|* 1,0124 }}{{
- ifexpr:((1.901 > 2.000) and (1.901 <= 2.026))|* 1,0123 }}{{
- ifexpr:((1.902 > 2.000) and (1.902 <= 2.026))|* 1,0121 }}{{
- ifexpr:((1.903 > 2.000) and (1.903 <= 2.026))|* 1,0228 }}{{
- ifexpr:((1.904 > 2.000) and (1.904 <= 2.026))|* 1,0117 }}{{
- ifexpr:((1.905 > 2.000) and (1.905 <= 2.026))|* 0,9884 }}{{
- ifexpr:((1.906 > 2.000) and (1.906 <= 2.026))|* 1,0223 }}{{
- ifexpr:((1.907 > 2.000) and (1.907 <= 2.026))|* 1,0447 }}{{
- ifexpr:((1.908 > 2.000) and (1.908 <= 2.026))|* 0,9791 }}{{
- ifexpr:((1.909 > 2.000) and (1.909 <= 2.026))|* 0,9888 }}{{
- ifexpr:((1.910 > 2.000) and (1.910 <= 2.026))|* 1,0442 }}{{
- ifexpr:((1.911 > 2.000) and (1.911 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.912 > 2.000) and (1.912 <= 2.026))|* 1,0206 }}{{
- ifexpr:((1.913 > 2.000) and (1.913 <= 2.026))|* 1,0213 }}{{
- ifexpr:((1.914 > 2.000) and (1.914 <= 2.026))|* 1,0094 }}{{
- ifexpr:((1.915 > 2.000) and (1.915 <= 2.026))|* 1,0052 }}{{
- ifexpr:((1.916 > 2.000) and (1.916 <= 2.026))|* 1,0924 }}{{
- ifexpr:((1.917 > 2.000) and (1.917 <= 2.026))|* 1,2049 }}{{
- ifexpr:((1.918 > 2.000) and (1.918 <= 2.026))|* 1,1747 }}{{
- ifexpr:((1.919 > 2.000) and (1.919 <= 2.026))|* 1,1487 }}{{
- ifexpr:((1.920 > 2.000) and (1.920 <= 2.026))|* 1,1584 }}{{
- ifexpr:((1.921 > 2.000) and (1.921 <= 2.026))|* 0,8932 }}{{
- ifexpr:((1.922 > 2.000) and (1.922 <= 2.026))|* 0,9369 }}{{
- ifexpr:((1.923 > 2.000) and (1.923 <= 2.026))|* 1,0179 }}{{
- ifexpr:((1.924 > 2.000) and (1.924 <= 2.026))|* 1,0018 }}{{
- ifexpr:((1.925 > 2.000) and (1.925 <= 2.026))|* 1,0251 }}{{
- ifexpr:((1.926 > 2.000) and (1.926 <= 2.026))|* 1,0097 }}{{
- ifexpr:((1.927 > 2.000) and (1.927 <= 2.026))|* 0,9814 }}{{
- ifexpr:((1.928 > 2.000) and (1.928 <= 2.026))|* 0,9862 }}{{
- ifexpr:((1.929 > 2.000) and (1.929 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.930 > 2.000) and (1.930 <= 2.026))|* 0,9749 }}{{
- ifexpr:((1.931 > 2.000) and (1.931 <= 2.026))|* 0,9120 }}{{
- ifexpr:((1.932 > 2.000) and (1.932 <= 2.026))|* 0,8969 }}{{
- ifexpr:((1.933 > 2.000) and (1.933 <= 2.026))|* 0,9488 }}{{
- ifexpr:((1.934 > 2.000) and (1.934 <= 2.026))|* 1,0332 }}{{
- ifexpr:((1.935 > 2.000) and (1.935 <= 2.026))|* 1,0254 }}{{
- ifexpr:((1.936 > 2.000) and (1.936 <= 2.026))|* 1,0095 }}{{
- ifexpr:((1.937 > 2.000) and (1.937 <= 2.026))|* 1,0361 }}{{
- ifexpr:((1.938 > 2.000) and (1.938 <= 2.026))|* 0,9812 }}{{
- ifexpr:((1.939 > 2.000) and (1.939 <= 2.026))|* 0,9858 }}{{
- ifexpr:((1.940 > 2.000) and (1.940 <= 2.026))|* 1,0101 }}{{
- ifexpr:((1.941 > 2.000) and (1.941 <= 2.026))|* 1,0499 }}{{
- ifexpr:((1.942 > 2.000) and (1.942 <= 2.026))|* 1,1066 }}{{
- ifexpr:((1.943 > 2.000) and (1.943 <= 2.026))|* 1,0613 }}{{
- ifexpr:((1.944 > 2.000) and (1.944 <= 2.026))|* 1,0173 }}{{
- ifexpr:((1.945 > 2.000) and (1.945 <= 2.026))|* 1,0227 }}{{
- ifexpr:((1.946 > 2.000) and (1.946 <= 2.026))|* 1,0856 }}{{
- ifexpr:((1.947 > 2.000) and (1.947 <= 2.026))|* 1,1433 }}{{
- ifexpr:((1.948 > 2.000) and (1.948 <= 2.026))|* 1,0779 }}{{
- ifexpr:((1.949 > 2.000) and (1.949 <= 2.026))|* 0,9904 }}{{
- ifexpr:((1.950 > 2.000) and (1.950 <= 2.026))|* 1,0096 }}{{
- ifexpr:((1.951 > 2.000) and (1.951 <= 2.026))|* 1,0789 }}{{
- ifexpr:((1.952 > 2.000) and (1.952 <= 2.026))|* 1,0219 }}{{
- ifexpr:((1.953 > 2.000) and (1.953 <= 2.026))|* 1,0075 }}{{
- ifexpr:((1.954 > 2.000) and (1.954 <= 2.026))|* 1,0049 }}{{
- ifexpr:((1.955 > 2.000) and (1.955 <= 2.026))|* 0,9963 }}{{
- ifexpr:((1.956 > 2.000) and (1.956 <= 2.026))|* 1,0149 }}{{
- ifexpr:((1.957 > 2.000) and (1.957 <= 2.026))|* 1,0357 }}{{
- ifexpr:((1.958 > 2.000) and (1.958 <= 2.026))|* 1,0274 }}{{
- ifexpr:((1.959 > 2.000) and (1.959 <= 2.026))|* 1,0083 }}{{
- ifexpr:((1.960 > 2.000) and (1.960 <= 2.026))|* 1,0158 }}{{
- ifexpr:((1.961 > 2.000) and (1.961 <= 2.026))|* 1,0101 }}{{
- ifexpr:((1.962 > 2.000) and (1.962 <= 2.026))|* 1,0114 }}{{
- ifexpr:((1.963 > 2.000) and (1.963 <= 2.026))|* 1,0119 }}{{
- ifexpr:((1.964 > 2.000) and (1.964 <= 2.026))|* 1,0134 }}{{
- ifexpr:((1.965 > 2.000) and (1.965 <= 2.026))|* 1,0171 }}{{
- ifexpr:((1.966 > 2.000) and (1.966 <= 2.026))|* 1,0285 }}{{
- ifexpr:((1.967 > 2.000) and (1.967 <= 2.026))|* 1,0290 }}{{
- ifexpr:((1.968 > 2.000) and (1.968 <= 2.026))|* 1,0419 }}{{
- ifexpr:((1.969 > 2.000) and (1.969 <= 2.026))|* 1,0537 }}{{
- ifexpr:((1.970 > 2.000) and (1.970 <= 2.026))|* 1,0592 }}{{
- ifexpr:((1.971 > 2.000) and (1.971 <= 2.026))|* 1,0430 }}{{
- ifexpr:((1.972 > 2.000) and (1.972 <= 2.026))|* 1,0331 }}{{
- ifexpr:((1.973 > 2.000) and (1.973 <= 2.026))|* 1,0621 }}{{
- ifexpr:((1.974 > 2.000) and (1.974 <= 2.026))|* 1,1098 }}{{
- ifexpr:((1.975 > 2.000) and (1.975 <= 2.026))|* 1,0914 }}{{
- ifexpr:((1.976 > 2.000) and (1.976 <= 2.026))|* 1,0576 }}{{
- ifexpr:((1.977 > 2.000) and (1.977 <= 2.026))|* 1,0645 }}{{
- ifexpr:((1.978 > 2.000) and (1.978 <= 2.026))|* 1,0761 }}{{
- ifexpr:((1.979 > 2.000) and (1.979 <= 2.026))|* 1,1127 }}{{
- ifexpr:((1.980 > 2.000) and (1.980 <= 2.026))|* 1,1352 }}{{
- ifexpr:((1.981 > 2.000) and (1.981 <= 2.026))|* 1,1038 }}{{
- ifexpr:((1.982 > 2.000) and (1.982 <= 2.026))|* 1,0613 }}{{
- ifexpr:((1.983 > 2.000) and (1.983 <= 2.026))|* 1,0321 }}{{
- ifexpr:((1.984 > 2.000) and (1.984 <= 2.026))|* 1,0432 }}{{
- ifexpr:((1.985 > 2.000) and (1.985 <= 2.026))|* 1,0356 }}{{
- ifexpr:((1.986 > 2.000) and (1.986 <= 2.026))|* 1,0186 }}{{
- ifexpr:((1.987 > 2.000) and (1.987 <= 2.026))|* 1,0365 }}{{
- ifexpr:((1.988 > 2.000) and (1.988 <= 2.026))|* 1,0414 }}{{
- ifexpr:((1.989 > 2.000) and (1.989 <= 2.026))|* 1,0482 }}{{
- ifexpr:((1.990 > 2.000) and (1.990 <= 2.026))|* 1,0540 }}{{
- ifexpr:((1.991 > 2.000) and (1.991 <= 2.026))|* 1,0421 }}{{
- ifexpr:((1.992 > 2.000) and (1.992 <= 2.026))|* 1,0301 }}{{
- ifexpr:((1.993 > 2.000) and (1.993 <= 2.026))|* 1,0299 }}{{
- ifexpr:((1.994 > 2.000) and (1.994 <= 2.026))|* 1,0256 }}{{
- ifexpr:((1.995 > 2.000) and (1.995 <= 2.026))|* 1,0283 }}{{
- ifexpr:((1.996 > 2.000) and (1.996 <= 2.026))|* 1,0295 }}{{
- ifexpr:((1.997 > 2.000) and (1.997 <= 2.026))|* 1,0229 }}{{
- ifexpr:((1.998 > 2.000) and (1.998 <= 2.026))|* 1,0156 }}{{
- ifexpr:((1.999 > 2.000) and (1.999 <= 2.026))|* 1,0221 }}{{
- ifexpr:((2.000 > 2.000) and (2.000 <= 2.026))|* 1,0336 }}{{
- ifexpr:((2.001 > 2.000) and (2.001 <= 2.026))|* 1,0285 }}{{
- ifexpr:((2.002 > 2.000) and (2.002 <= 2.026))|* 1,0158 }}{{
- ifexpr:((2.003 > 2.000) and (2.003 <= 2.026))|* 1,0228 }}{{
- ifexpr:((2.004 > 2.000) and (2.004 <= 2.026))|* 1,0266 }}{{
- ifexpr:((2.005 > 2.000) and (2.005 <= 2.026))|* 1,0339 }}{{
- ifexpr:((2.006 > 2.000) and (2.006 <= 2.026))|* 1,0323 }}{{
- ifexpr:((2.007 > 2.000) and (2.007 <= 2.026))|* 1,0285 }}{{
- ifexpr:((2.008 > 2.000) and (2.008 <= 2.026))|* 1,0384 }}{{
- ifexpr:((2.009 > 2.000) and (2.009 <= 2.026))|* 0,9965 }}{{
- ifexpr:((2.010 > 2.000) and (2.010 <= 2.026))|* 1,0164 }}{{
- ifexpr:((2.011 > 2.000) and (2.011 <= 2.026))|* 1,0316 }}{{
- ifexpr:((2.012 > 2.000) and (2.012 <= 2.026))|* 1,0207 }}{{
- ifexpr:((2.013 > 2.000) and (2.013 <= 2.026))|* 1,0147 }}{{
- ifexpr:((2.014 > 2.000) and (2.014 <= 2.026))|* 1,0162 }}{{
- ifexpr:((2.015 > 2.000) and (2.015 <= 2.026))|* 1,0012 }}{{
- ifexpr:((2.016 > 2.000) and (2.016 <= 2.026))|* 1,0126 }}{{
- ifexpr:((2.017 > 2.000) and (2.017 <= 2.026))|* 1,0213 }}{{
- ifexpr:((2.018 > 2.000) and (2.018 <= 2.026))|* 1,0244 }}{{
- ifexpr:((2.019 > 2.000) and (2.019 <= 2.026))|* 1,0181 }}{{
- ifexpr:((2.020 > 2.000) and (2.020 <= 2.026))|* 1,0123 }}{{
- ifexpr:((2.021 > 2.000) and (2.021 <= 2.026))|* 1,0470 }}{{
- ifexpr:((2.022 > 2.000) and (2.022 <= 2.026))|* 1,0800 }}{{
- ifexpr:((2.023 > 2.000) and (2.023 <= 2.026))|* 1,0411 }}{{
- ifexpr:((2.024 > 2.000) and (2.024 <= 2.026))|* 1,0295 }}) round 2}} |2=1 |parse=}}}}|3|0}}}}
| Fehler
}}
}}
}}
| Fehler }} | Fehler }} Milliarden) für die Vorbereitung auf das Jahr 2000 ausgaben und weitere 13 Milliarden Dollar (${{#ifexist:Vorlage:Inflation/US/startyear| {{#iferror:
{{#if: |
{{#ifeq:2000|{{{4}}}
|13
|{{#ifexpr:
(2000 >= 1774) and
(2000 <= 2026) and
(2026 <= 2026)
| {{#expr: (13{{
- ifexpr:((1775 > 2000) and (1775 <= 2026))|* 0.9476 }}{{
- ifexpr:((1776 > 2000) and (1776 <= 2026))|* 1.1417 }}{{
- ifexpr:((1777 > 2000) and (1777 <= 2026))|* 1.2187 }}{{
- ifexpr:((1778 > 2000) and (1778 <= 2026))|* 1.2978 }}{{
- ifexpr:((1779 > 2000) and (1779 <= 2026))|* 0.8849 }}{{
- ifexpr:((1780 > 2000) and (1780 <= 2026))|* 1.1225 }}{{
- ifexpr:((1781 > 2000) and (1781 <= 2026))|* 0.8066 }}{{
- ifexpr:((1782 > 2000) and (1782 <= 2026))|* 1.0970 }}{{
- ifexpr:((1783 > 2000) and (1783 <= 2026))|* 0.8767 }}{{
- ifexpr:((1784 > 2000) and (1784 <= 2026))|* 0.9612 }}{{
- ifexpr:((1785 > 2000) and (1785 <= 2026))|* 0.9516 }}{{
- ifexpr:((1786 > 2000) and (1786 <= 2026))|* 0.9745 }}{{
- ifexpr:((1787 > 2000) and (1787 <= 2026))|* 0.9815 }}{{
- ifexpr:((1788 > 2000) and (1788 <= 2026))|* 0.9557 }}{{
- ifexpr:((1789 > 2000) and (1789 <= 2026))|* 0.9907 }}{{
- ifexpr:((1790 > 2000) and (1790 <= 2026))|* 1.0375 }}{{
- ifexpr:((1791 > 2000) and (1791 <= 2026))|* 1.0271 }}{{
- ifexpr:((1792 > 2000) and (1792 <= 2026))|* 1.0187 }}{{
- ifexpr:((1793 > 2000) and (1793 <= 2026))|* 1.0345 }}{{
- ifexpr:((1794 > 2000) and (1794 <= 2026))|* 1.1095 }}{{
- ifexpr:((1795 > 2000) and (1795 <= 2026))|* 1.1438 }}{{
- ifexpr:((1796 > 2000) and (1796 <= 2026))|* 1.0526 }}{{
- ifexpr:((1797 > 2000) and (1797 <= 2026))|* 0.9625 }}{{
- ifexpr:((1798 > 2000) and (1798 <= 2026))|* 0.9667 }}{{
- ifexpr:((1799 > 2000) and (1799 <= 2026))|* 1.0000 }}{{
- ifexpr:((1800 > 2000) and (1800 <= 2026))|* 1.0210 }}{{
- ifexpr:((1801 > 2000) and (1801 <= 2026))|* 1.0131 }}{{
- ifexpr:((1802 > 2000) and (1802 <= 2026))|* 0.8427 }}{{
- ifexpr:((1803 > 2000) and (1803 <= 2026))|* 1.0549 }}{{
- ifexpr:((1804 > 2000) and (1804 <= 2026))|* 1.0438 }}{{
- ifexpr:((1805 > 2000) and (1805 <= 2026))|* 0.9930 }}{{
- ifexpr:((1806 > 2000) and (1806 <= 2026))|* 1.0423 }}{{
- ifexpr:((1807 > 2000) and (1807 <= 2026))|* 0.9459 }}{{
- ifexpr:((1808 > 2000) and (1808 <= 2026))|* 1.0866 }}{{
- ifexpr:((1809 > 2000) and (1809 <= 2026))|* 0.9795 }}{{
- ifexpr:((1810 > 2000) and (1810 <= 2026))|* 1.0000 }}{{
- ifexpr:((1811 > 2000) and (1811 <= 2026))|* 1.0680 }}{{
- ifexpr:((1812 > 2000) and (1812 <= 2026))|* 1.0126 }}{{
- ifexpr:((1813 > 2000) and (1813 <= 2026))|* 1.2002 }}{{
- ifexpr:((1814 > 2000) and (1814 <= 2026))|* 1.0989 }}{{
- ifexpr:((1815 > 2000) and (1815 <= 2026))|* 0.8771 }}{{
- ifexpr:((1816 > 2000) and (1816 <= 2026))|* 0.9135 }}{{
- ifexpr:((1817 > 2000) and (1817 <= 2026))|* 0.9464 }}{{
- ifexpr:((1818 > 2000) and (1818 <= 2026))|* 0.9566 }}{{
- ifexpr:((1819 > 2000) and (1819 <= 2026))|* 1.0000 }}{{
- ifexpr:((1820 > 2000) and (1820 <= 2026))|* 0.9213 }}{{
- ifexpr:((1821 > 2000) and (1821 <= 2026))|* 0.9648 }}{{
- ifexpr:((1822 > 2000) and (1822 <= 2026))|* 1.0365 }}{{
- ifexpr:((1823 > 2000) and (1823 <= 2026))|* 0.8935 }}{{
- ifexpr:((1824 > 2000) and (1824 <= 2026))|* 0.9212 }}{{
- ifexpr:((1825 > 2000) and (1825 <= 2026))|* 1.0257 }}{{
- ifexpr:((1826 > 2000) and (1826 <= 2026))|* 1.0000 }}{{
- ifexpr:((1827 > 2000) and (1827 <= 2026))|* 1.0083 }}{{
- ifexpr:((1828 > 2000) and (1828 <= 2026))|* 0.9504 }}{{
- ifexpr:((1829 > 2000) and (1829 <= 2026))|* 0.9815 }}{{
- ifexpr:((1830 > 2000) and (1830 <= 2026))|* 0.9911 }}{{
- ifexpr:((1831 > 2000) and (1831 <= 2026))|* 0.9374 }}{{
- ifexpr:((1832 > 2000) and (1832 <= 2026))|* 0.9905 }}{{
- ifexpr:((1833 > 2000) and (1833 <= 2026))|* 0.9807 }}{{
- ifexpr:((1834 > 2000) and (1834 <= 2026))|* 1.0197 }}{{
- ifexpr:((1835 > 2000) and (1835 <= 2026))|* 1.0289 }}{{
- ifexpr:((1836 > 2000) and (1836 <= 2026))|* 1.0562 }}{{
- ifexpr:((1837 > 2000) and (1837 <= 2026))|* 1.0277 }}{{
- ifexpr:((1838 > 2000) and (1838 <= 2026))|* 0.9730 }}{{
- ifexpr:((1839 > 2000) and (1839 <= 2026))|* 1.0000 }}{{
- ifexpr:((1840 > 2000) and (1840 <= 2026))|* 0.9290 }}{{
- ifexpr:((1841 > 2000) and (1841 <= 2026))|* 1.0095 }}{{
- ifexpr:((1842 > 2000) and (1842 <= 2026))|* 0.9338 }}{{
- ifexpr:((1843 > 2000) and (1843 <= 2026))|* 0.9076 }}{{
- ifexpr:((1844 > 2000) and (1844 <= 2026))|* 1.0112 }}{{
- ifexpr:((1845 > 2000) and (1845 <= 2026))|* 1.0110 }}{{
- ifexpr:((1846 > 2000) and (1846 <= 2026))|* 1.0109 }}{{
- ifexpr:((1847 > 2000) and (1847 <= 2026))|* 1.0769 }}{{
- ifexpr:((1848 > 2000) and (1848 <= 2026))|* 0.9586 }}{{
- ifexpr:((1849 > 2000) and (1849 <= 2026))|* 0.9686 }}{{
- ifexpr:((1850 > 2000) and (1850 <= 2026))|* 1.0216 }}{{
- ifexpr:((1851 > 2000) and (1851 <= 2026))|* 0.9789 }}{{
- ifexpr:((1852 > 2000) and (1852 <= 2026))|* 1.0108 }}{{
- ifexpr:((1853 > 2000) and (1853 <= 2026))|* 1.0000 }}{{
- ifexpr:((1854 > 2000) and (1854 <= 2026))|* 1.0868 }}{{
- ifexpr:((1855 > 2000) and (1855 <= 2026))|* 1.0295 }}{{
- ifexpr:((1856 > 2000) and (1856 <= 2026))|* 0.9809 }}{{
- ifexpr:((1857 > 2000) and (1857 <= 2026))|* 1.0292 }}{{
- ifexpr:((1858 > 2000) and (1858 <= 2026))|* 0.9433 }}{{
- ifexpr:((1859 > 2000) and (1859 <= 2026))|* 1.0100 }}{{
- ifexpr:((1860 > 2000) and (1860 <= 2026))|* 1.0000 }}{{
- ifexpr:((1861 > 2000) and (1861 <= 2026))|* 1.0596 }}{{
- ifexpr:((1862 > 2000) and (1862 <= 2026))|* 1.1417 }}{{
- ifexpr:((1863 > 2000) and (1863 <= 2026))|* 1.2482 }}{{
- ifexpr:((1864 > 2000) and (1864 <= 2026))|* 1.2514 }}{{
- ifexpr:((1865 > 2000) and (1865 <= 2026))|* 1.0368 }}{{
- ifexpr:((1866 > 2000) and (1866 <= 2026))|* 0.9747 }}{{
- ifexpr:((1867 > 2000) and (1867 <= 2026))|* 0.9318 }}{{
- ifexpr:((1868 > 2000) and (1868 <= 2026))|* 0.9609 }}{{
- ifexpr:((1869 > 2000) and (1869 <= 2026))|* 0.9586 }}{{
- ifexpr:((1870 > 2000) and (1870 <= 2026))|* 0.9576 }}{{
- ifexpr:((1871 > 2000) and (1871 <= 2026))|* 0.9360 }}{{
- ifexpr:((1872 > 2000) and (1872 <= 2026))|* 1.0000 }}{{
- ifexpr:((1873 > 2000) and (1873 <= 2026))|* 0.9797 }}{{
- ifexpr:((1874 > 2000) and (1874 <= 2026))|* 0.9517 }}{{
- ifexpr:((1875 > 2000) and (1875 <= 2026))|* 0.9638 }}{{
- ifexpr:((1876 > 2000) and (1876 <= 2026))|* 0.9765 }}{{
- ifexpr:((1877 > 2000) and (1877 <= 2026))|* 0.9769 }}{{
- ifexpr:((1878 > 2000) and (1878 <= 2026))|* 0.9527 }}{{
- ifexpr:((1879 > 2000) and (1879 <= 2026))|* 1.0000 }}{{
- ifexpr:((1880 > 2000) and (1880 <= 2026))|* 1.0248 }}{{
- ifexpr:((1881 > 2000) and (1881 <= 2026))|* 1.0000 }}{{
- ifexpr:((1882 > 2000) and (1882 <= 2026))|* 1.0000 }}{{
- ifexpr:((1883 > 2000) and (1883 <= 2026))|* 0.9798 }}{{
- ifexpr:((1884 > 2000) and (1884 <= 2026))|* 0.9794 }}{{
- ifexpr:((1885 > 2000) and (1885 <= 2026))|* 0.9800 }}{{
- ifexpr:((1886 > 2000) and (1886 <= 2026))|* 0.9785 }}{{
- ifexpr:((1887 > 2000) and (1887 <= 2026))|* 1.0110 }}{{
- ifexpr:((1888 > 2000) and (1888 <= 2026))|* 1.0000 }}{{
- ifexpr:((1889 > 2000) and (1889 <= 2026))|* 0.9675 }}{{
- ifexpr:((1890 > 2000) and (1890 <= 2026))|* 0.9888 }}{{
- ifexpr:((1891 > 2000) and (1891 <= 2026))|* 1.0000 }}{{
- ifexpr:((1892 > 2000) and (1892 <= 2026))|* 1.0000 }}{{
- ifexpr:((1893 > 2000) and (1893 <= 2026))|* 0.9887 }}{{
- ifexpr:((1894 > 2000) and (1894 <= 2026))|* 0.9564 }}{{
- ifexpr:((1895 > 2000) and (1895 <= 2026))|* 0.9760 }}{{
- ifexpr:((1896 > 2000) and (1896 <= 2026))|* 1.0000 }}{{
- ifexpr:((1897 > 2000) and (1897 <= 2026))|* 0.9877 }}{{
- ifexpr:((1898 > 2000) and (1898 <= 2026))|* 1.0000 }}{{
- ifexpr:((1899 > 2000) and (1899 <= 2026))|* 1.0000 }}{{
- ifexpr:((1900 > 2000) and (1900 <= 2026))|* 1.0124 }}{{
- ifexpr:((1901 > 2000) and (1901 <= 2026))|* 1.0123 }}{{
- ifexpr:((1902 > 2000) and (1902 <= 2026))|* 1.0121 }}{{
- ifexpr:((1903 > 2000) and (1903 <= 2026))|* 1.0228 }}{{
- ifexpr:((1904 > 2000) and (1904 <= 2026))|* 1.0117 }}{{
- ifexpr:((1905 > 2000) and (1905 <= 2026))|* 0.9884 }}{{
- ifexpr:((1906 > 2000) and (1906 <= 2026))|* 1.0223 }}{{
- ifexpr:((1907 > 2000) and (1907 <= 2026))|* 1.0447 }}{{
- ifexpr:((1908 > 2000) and (1908 <= 2026))|* 0.9791 }}{{
- ifexpr:((1909 > 2000) and (1909 <= 2026))|* 0.9888 }}{{
- ifexpr:((1910 > 2000) and (1910 <= 2026))|* 1.0442 }}{{
- ifexpr:((1911 > 2000) and (1911 <= 2026))|* 1.0000 }}{{
- ifexpr:((1912 > 2000) and (1912 <= 2026))|* 1.0206 }}{{
- ifexpr:((1913 > 2000) and (1913 <= 2026))|* 1.0213 }}{{
- ifexpr:((1914 > 2000) and (1914 <= 2026))|* 1.0094 }}{{
- ifexpr:((1915 > 2000) and (1915 <= 2026))|* 1.0052 }}{{
- ifexpr:((1916 > 2000) and (1916 <= 2026))|* 1.0924 }}{{
- ifexpr:((1917 > 2000) and (1917 <= 2026))|* 1.2049 }}{{
- ifexpr:((1918 > 2000) and (1918 <= 2026))|* 1.1747 }}{{
- ifexpr:((1919 > 2000) and (1919 <= 2026))|* 1.1487 }}{{
- ifexpr:((1920 > 2000) and (1920 <= 2026))|* 1.1584 }}{{
- ifexpr:((1921 > 2000) and (1921 <= 2026))|* 0.8932 }}{{
- ifexpr:((1922 > 2000) and (1922 <= 2026))|* 0.9369 }}{{
- ifexpr:((1923 > 2000) and (1923 <= 2026))|* 1.0179 }}{{
- ifexpr:((1924 > 2000) and (1924 <= 2026))|* 1.0018 }}{{
- ifexpr:((1925 > 2000) and (1925 <= 2026))|* 1.0251 }}{{
- ifexpr:((1926 > 2000) and (1926 <= 2026))|* 1.0097 }}{{
- ifexpr:((1927 > 2000) and (1927 <= 2026))|* 0.9814 }}{{
- ifexpr:((1928 > 2000) and (1928 <= 2026))|* 0.9862 }}{{
- ifexpr:((1929 > 2000) and (1929 <= 2026))|* 1.0000 }}{{
- ifexpr:((1930 > 2000) and (1930 <= 2026))|* 0.9749 }}{{
- ifexpr:((1931 > 2000) and (1931 <= 2026))|* 0.9120 }}{{
- ifexpr:((1932 > 2000) and (1932 <= 2026))|* 0.8969 }}{{
- ifexpr:((1933 > 2000) and (1933 <= 2026))|* 0.9488 }}{{
- ifexpr:((1934 > 2000) and (1934 <= 2026))|* 1.0332 }}{{
- ifexpr:((1935 > 2000) and (1935 <= 2026))|* 1.0254 }}{{
- ifexpr:((1936 > 2000) and (1936 <= 2026))|* 1.0095 }}{{
- ifexpr:((1937 > 2000) and (1937 <= 2026))|* 1.0361 }}{{
- ifexpr:((1938 > 2000) and (1938 <= 2026))|* 0.9812 }}{{
- ifexpr:((1939 > 2000) and (1939 <= 2026))|* 0.9858 }}{{
- ifexpr:((1940 > 2000) and (1940 <= 2026))|* 1.0101 }}{{
- ifexpr:((1941 > 2000) and (1941 <= 2026))|* 1.0499 }}{{
- ifexpr:((1942 > 2000) and (1942 <= 2026))|* 1.1066 }}{{
- ifexpr:((1943 > 2000) and (1943 <= 2026))|* 1.0613 }}{{
- ifexpr:((1944 > 2000) and (1944 <= 2026))|* 1.0173 }}{{
- ifexpr:((1945 > 2000) and (1945 <= 2026))|* 1.0227 }}{{
- ifexpr:((1946 > 2000) and (1946 <= 2026))|* 1.0856 }}{{
- ifexpr:((1947 > 2000) and (1947 <= 2026))|* 1.1433 }}{{
- ifexpr:((1948 > 2000) and (1948 <= 2026))|* 1.0779 }}{{
- ifexpr:((1949 > 2000) and (1949 <= 2026))|* 0.9904 }}{{
- ifexpr:((1950 > 2000) and (1950 <= 2026))|* 1.0096 }}{{
- ifexpr:((1951 > 2000) and (1951 <= 2026))|* 1.0789 }}{{
- ifexpr:((1952 > 2000) and (1952 <= 2026))|* 1.0219 }}{{
- ifexpr:((1953 > 2000) and (1953 <= 2026))|* 1.0075 }}{{
- ifexpr:((1954 > 2000) and (1954 <= 2026))|* 1.0049 }}{{
- ifexpr:((1955 > 2000) and (1955 <= 2026))|* 0.9963 }}{{
- ifexpr:((1956 > 2000) and (1956 <= 2026))|* 1.0149 }}{{
- ifexpr:((1957 > 2000) and (1957 <= 2026))|* 1.0357 }}{{
- ifexpr:((1958 > 2000) and (1958 <= 2026))|* 1.0274 }}{{
- ifexpr:((1959 > 2000) and (1959 <= 2026))|* 1.0083 }}{{
- ifexpr:((1960 > 2000) and (1960 <= 2026))|* 1.0158 }}{{
- ifexpr:((1961 > 2000) and (1961 <= 2026))|* 1.0101 }}{{
- ifexpr:((1962 > 2000) and (1962 <= 2026))|* 1.0114 }}{{
- ifexpr:((1963 > 2000) and (1963 <= 2026))|* 1.0119 }}{{
- ifexpr:((1964 > 2000) and (1964 <= 2026))|* 1.0134 }}{{
- ifexpr:((1965 > 2000) and (1965 <= 2026))|* 1.0171 }}{{
- ifexpr:((1966 > 2000) and (1966 <= 2026))|* 1.0285 }}{{
- ifexpr:((1967 > 2000) and (1967 <= 2026))|* 1.0290 }}{{
- ifexpr:((1968 > 2000) and (1968 <= 2026))|* 1.0419 }}{{
- ifexpr:((1969 > 2000) and (1969 <= 2026))|* 1.0537 }}{{
- ifexpr:((1970 > 2000) and (1970 <= 2026))|* 1.0592 }}{{
- ifexpr:((1971 > 2000) and (1971 <= 2026))|* 1.0430 }}{{
- ifexpr:((1972 > 2000) and (1972 <= 2026))|* 1.0331 }}{{
- ifexpr:((1973 > 2000) and (1973 <= 2026))|* 1.0621 }}{{
- ifexpr:((1974 > 2000) and (1974 <= 2026))|* 1.1098 }}{{
- ifexpr:((1975 > 2000) and (1975 <= 2026))|* 1.0914 }}{{
- ifexpr:((1976 > 2000) and (1976 <= 2026))|* 1.0576 }}{{
- ifexpr:((1977 > 2000) and (1977 <= 2026))|* 1.0645 }}{{
- ifexpr:((1978 > 2000) and (1978 <= 2026))|* 1.0761 }}{{
- ifexpr:((1979 > 2000) and (1979 <= 2026))|* 1.1127 }}{{
- ifexpr:((1980 > 2000) and (1980 <= 2026))|* 1.1352 }}{{
- ifexpr:((1981 > 2000) and (1981 <= 2026))|* 1.1038 }}{{
- ifexpr:((1982 > 2000) and (1982 <= 2026))|* 1.0613 }}{{
- ifexpr:((1983 > 2000) and (1983 <= 2026))|* 1.0321 }}{{
- ifexpr:((1984 > 2000) and (1984 <= 2026))|* 1.0432 }}{{
- ifexpr:((1985 > 2000) and (1985 <= 2026))|* 1.0356 }}{{
- ifexpr:((1986 > 2000) and (1986 <= 2026))|* 1.0186 }}{{
- ifexpr:((1987 > 2000) and (1987 <= 2026))|* 1.0365 }}{{
- ifexpr:((1988 > 2000) and (1988 <= 2026))|* 1.0414 }}{{
- ifexpr:((1989 > 2000) and (1989 <= 2026))|* 1.0482 }}{{
- ifexpr:((1990 > 2000) and (1990 <= 2026))|* 1.0540 }}{{
- ifexpr:((1991 > 2000) and (1991 <= 2026))|* 1.0421 }}{{
- ifexpr:((1992 > 2000) and (1992 <= 2026))|* 1.0301 }}{{
- ifexpr:((1993 > 2000) and (1993 <= 2026))|* 1.0299 }}{{
- ifexpr:((1994 > 2000) and (1994 <= 2026))|* 1.0256 }}{{
- ifexpr:((1995 > 2000) and (1995 <= 2026))|* 1.0283 }}{{
- ifexpr:((1996 > 2000) and (1996 <= 2026))|* 1.0295 }}{{
- ifexpr:((1997 > 2000) and (1997 <= 2026))|* 1.0229 }}{{
- ifexpr:((1998 > 2000) and (1998 <= 2026))|* 1.0156 }}{{
- ifexpr:((1999 > 2000) and (1999 <= 2026))|* 1.0221 }}{{
- ifexpr:((2000 > 2000) and (2000 <= 2026))|* 1.0336 }}{{
- ifexpr:((2001 > 2000) and (2001 <= 2026))|* 1.0285 }}{{
- ifexpr:((2002 > 2000) and (2002 <= 2026))|* 1.0158 }}{{
- ifexpr:((2003 > 2000) and (2003 <= 2026))|* 1.0228 }}{{
- ifexpr:((2004 > 2000) and (2004 <= 2026))|* 1.0266 }}{{
- ifexpr:((2005 > 2000) and (2005 <= 2026))|* 1.0339 }}{{
- ifexpr:((2006 > 2000) and (2006 <= 2026))|* 1.0323 }}{{
- ifexpr:((2007 > 2000) and (2007 <= 2026))|* 1.0285 }}{{
- ifexpr:((2008 > 2000) and (2008 <= 2026))|* 1.0384 }}{{
- ifexpr:((2009 > 2000) and (2009 <= 2026))|* 0.9965 }}{{
- ifexpr:((2010 > 2000) and (2010 <= 2026))|* 1.0164 }}{{
- ifexpr:((2011 > 2000) and (2011 <= 2026))|* 1.0316 }}{{
- ifexpr:((2012 > 2000) and (2012 <= 2026))|* 1.0207 }}{{
- ifexpr:((2013 > 2000) and (2013 <= 2026))|* 1.0147 }}{{
- ifexpr:((2014 > 2000) and (2014 <= 2026))|* 1.0162 }}{{
- ifexpr:((2015 > 2000) and (2015 <= 2026))|* 1.0012 }}{{
- ifexpr:((2016 > 2000) and (2016 <= 2026))|* 1.0126 }}{{
- ifexpr:((2017 > 2000) and (2017 <= 2026))|* 1.0213 }}{{
- ifexpr:((2018 > 2000) and (2018 <= 2026))|* 1.0244 }}{{
- ifexpr:((2019 > 2000) and (2019 <= 2026))|* 1.0181 }}{{
- ifexpr:((2020 > 2000) and (2020 <= 2026))|* 1.0123 }}{{
- ifexpr:((2021 > 2000) and (2021 <= 2026))|* 1.0470 }}{{
- ifexpr:((2022 > 2000) and (2022 <= 2026))|* 1.0800 }}{{
- ifexpr:((2023 > 2000) and (2023 <= 2026))|* 1.0411 }}{{
- ifexpr:((2024 > 2000) and (2024 <= 2026))|* 1.0295 }}) round 0}}{{#ifeq:0|2|{{#ifeq:{{#invoke:Str|len|{{#invoke:Expr|modulo |1={{#expr: (13{{
- ifexpr:((1775 > 2000) and (1775 <= 2026))|* 0.9476 }}{{
- ifexpr:((1776 > 2000) and (1776 <= 2026))|* 1.1417 }}{{
- ifexpr:((1777 > 2000) and (1777 <= 2026))|* 1.2187 }}{{
- ifexpr:((1778 > 2000) and (1778 <= 2026))|* 1.2978 }}{{
- ifexpr:((1779 > 2000) and (1779 <= 2026))|* 0.8849 }}{{
- ifexpr:((1780 > 2000) and (1780 <= 2026))|* 1.1225 }}{{
- ifexpr:((1781 > 2000) and (1781 <= 2026))|* 0.8066 }}{{
- ifexpr:((1782 > 2000) and (1782 <= 2026))|* 1.0970 }}{{
- ifexpr:((1783 > 2000) and (1783 <= 2026))|* 0.8767 }}{{
- ifexpr:((1784 > 2000) and (1784 <= 2026))|* 0.9612 }}{{
- ifexpr:((1785 > 2000) and (1785 <= 2026))|* 0.9516 }}{{
- ifexpr:((1786 > 2000) and (1786 <= 2026))|* 0.9745 }}{{
- ifexpr:((1787 > 2000) and (1787 <= 2026))|* 0.9815 }}{{
- ifexpr:((1788 > 2000) and (1788 <= 2026))|* 0.9557 }}{{
- ifexpr:((1789 > 2000) and (1789 <= 2026))|* 0.9907 }}{{
- ifexpr:((1790 > 2000) and (1790 <= 2026))|* 1.0375 }}{{
- ifexpr:((1791 > 2000) and (1791 <= 2026))|* 1.0271 }}{{
- ifexpr:((1792 > 2000) and (1792 <= 2026))|* 1.0187 }}{{
- ifexpr:((1793 > 2000) and (1793 <= 2026))|* 1.0345 }}{{
- ifexpr:((1794 > 2000) and (1794 <= 2026))|* 1.1095 }}{{
- ifexpr:((1795 > 2000) and (1795 <= 2026))|* 1.1438 }}{{
- ifexpr:((1796 > 2000) and (1796 <= 2026))|* 1.0526 }}{{
- ifexpr:((1797 > 2000) and (1797 <= 2026))|* 0.9625 }}{{
- ifexpr:((1798 > 2000) and (1798 <= 2026))|* 0.9667 }}{{
- ifexpr:((1799 > 2000) and (1799 <= 2026))|* 1.0000 }}{{
- ifexpr:((1800 > 2000) and (1800 <= 2026))|* 1.0210 }}{{
- ifexpr:((1801 > 2000) and (1801 <= 2026))|* 1.0131 }}{{
- ifexpr:((1802 > 2000) and (1802 <= 2026))|* 0.8427 }}{{
- ifexpr:((1803 > 2000) and (1803 <= 2026))|* 1.0549 }}{{
- ifexpr:((1804 > 2000) and (1804 <= 2026))|* 1.0438 }}{{
- ifexpr:((1805 > 2000) and (1805 <= 2026))|* 0.9930 }}{{
- ifexpr:((1806 > 2000) and (1806 <= 2026))|* 1.0423 }}{{
- ifexpr:((1807 > 2000) and (1807 <= 2026))|* 0.9459 }}{{
- ifexpr:((1808 > 2000) and (1808 <= 2026))|* 1.0866 }}{{
- ifexpr:((1809 > 2000) and (1809 <= 2026))|* 0.9795 }}{{
- ifexpr:((1810 > 2000) and (1810 <= 2026))|* 1.0000 }}{{
- ifexpr:((1811 > 2000) and (1811 <= 2026))|* 1.0680 }}{{
- ifexpr:((1812 > 2000) and (1812 <= 2026))|* 1.0126 }}{{
- ifexpr:((1813 > 2000) and (1813 <= 2026))|* 1.2002 }}{{
- ifexpr:((1814 > 2000) and (1814 <= 2026))|* 1.0989 }}{{
- ifexpr:((1815 > 2000) and (1815 <= 2026))|* 0.8771 }}{{
- ifexpr:((1816 > 2000) and (1816 <= 2026))|* 0.9135 }}{{
- ifexpr:((1817 > 2000) and (1817 <= 2026))|* 0.9464 }}{{
- ifexpr:((1818 > 2000) and (1818 <= 2026))|* 0.9566 }}{{
- ifexpr:((1819 > 2000) and (1819 <= 2026))|* 1.0000 }}{{
- ifexpr:((1820 > 2000) and (1820 <= 2026))|* 0.9213 }}{{
- ifexpr:((1821 > 2000) and (1821 <= 2026))|* 0.9648 }}{{
- ifexpr:((1822 > 2000) and (1822 <= 2026))|* 1.0365 }}{{
- ifexpr:((1823 > 2000) and (1823 <= 2026))|* 0.8935 }}{{
- ifexpr:((1824 > 2000) and (1824 <= 2026))|* 0.9212 }}{{
- ifexpr:((1825 > 2000) and (1825 <= 2026))|* 1.0257 }}{{
- ifexpr:((1826 > 2000) and (1826 <= 2026))|* 1.0000 }}{{
- ifexpr:((1827 > 2000) and (1827 <= 2026))|* 1.0083 }}{{
- ifexpr:((1828 > 2000) and (1828 <= 2026))|* 0.9504 }}{{
- ifexpr:((1829 > 2000) and (1829 <= 2026))|* 0.9815 }}{{
- ifexpr:((1830 > 2000) and (1830 <= 2026))|* 0.9911 }}{{
- ifexpr:((1831 > 2000) and (1831 <= 2026))|* 0.9374 }}{{
- ifexpr:((1832 > 2000) and (1832 <= 2026))|* 0.9905 }}{{
- ifexpr:((1833 > 2000) and (1833 <= 2026))|* 0.9807 }}{{
- ifexpr:((1834 > 2000) and (1834 <= 2026))|* 1.0197 }}{{
- ifexpr:((1835 > 2000) and (1835 <= 2026))|* 1.0289 }}{{
- ifexpr:((1836 > 2000) and (1836 <= 2026))|* 1.0562 }}{{
- ifexpr:((1837 > 2000) and (1837 <= 2026))|* 1.0277 }}{{
- ifexpr:((1838 > 2000) and (1838 <= 2026))|* 0.9730 }}{{
- ifexpr:((1839 > 2000) and (1839 <= 2026))|* 1.0000 }}{{
- ifexpr:((1840 > 2000) and (1840 <= 2026))|* 0.9290 }}{{
- ifexpr:((1841 > 2000) and (1841 <= 2026))|* 1.0095 }}{{
- ifexpr:((1842 > 2000) and (1842 <= 2026))|* 0.9338 }}{{
- ifexpr:((1843 > 2000) and (1843 <= 2026))|* 0.9076 }}{{
- ifexpr:((1844 > 2000) and (1844 <= 2026))|* 1.0112 }}{{
- ifexpr:((1845 > 2000) and (1845 <= 2026))|* 1.0110 }}{{
- ifexpr:((1846 > 2000) and (1846 <= 2026))|* 1.0109 }}{{
- ifexpr:((1847 > 2000) and (1847 <= 2026))|* 1.0769 }}{{
- ifexpr:((1848 > 2000) and (1848 <= 2026))|* 0.9586 }}{{
- ifexpr:((1849 > 2000) and (1849 <= 2026))|* 0.9686 }}{{
- ifexpr:((1850 > 2000) and (1850 <= 2026))|* 1.0216 }}{{
- ifexpr:((1851 > 2000) and (1851 <= 2026))|* 0.9789 }}{{
- ifexpr:((1852 > 2000) and (1852 <= 2026))|* 1.0108 }}{{
- ifexpr:((1853 > 2000) and (1853 <= 2026))|* 1.0000 }}{{
- ifexpr:((1854 > 2000) and (1854 <= 2026))|* 1.0868 }}{{
- ifexpr:((1855 > 2000) and (1855 <= 2026))|* 1.0295 }}{{
- ifexpr:((1856 > 2000) and (1856 <= 2026))|* 0.9809 }}{{
- ifexpr:((1857 > 2000) and (1857 <= 2026))|* 1.0292 }}{{
- ifexpr:((1858 > 2000) and (1858 <= 2026))|* 0.9433 }}{{
- ifexpr:((1859 > 2000) and (1859 <= 2026))|* 1.0100 }}{{
- ifexpr:((1860 > 2000) and (1860 <= 2026))|* 1.0000 }}{{
- ifexpr:((1861 > 2000) and (1861 <= 2026))|* 1.0596 }}{{
- ifexpr:((1862 > 2000) and (1862 <= 2026))|* 1.1417 }}{{
- ifexpr:((1863 > 2000) and (1863 <= 2026))|* 1.2482 }}{{
- ifexpr:((1864 > 2000) and (1864 <= 2026))|* 1.2514 }}{{
- ifexpr:((1865 > 2000) and (1865 <= 2026))|* 1.0368 }}{{
- ifexpr:((1866 > 2000) and (1866 <= 2026))|* 0.9747 }}{{
- ifexpr:((1867 > 2000) and (1867 <= 2026))|* 0.9318 }}{{
- ifexpr:((1868 > 2000) and (1868 <= 2026))|* 0.9609 }}{{
- ifexpr:((1869 > 2000) and (1869 <= 2026))|* 0.9586 }}{{
- ifexpr:((1870 > 2000) and (1870 <= 2026))|* 0.9576 }}{{
- ifexpr:((1871 > 2000) and (1871 <= 2026))|* 0.9360 }}{{
- ifexpr:((1872 > 2000) and (1872 <= 2026))|* 1.0000 }}{{
- ifexpr:((1873 > 2000) and (1873 <= 2026))|* 0.9797 }}{{
- ifexpr:((1874 > 2000) and (1874 <= 2026))|* 0.9517 }}{{
- ifexpr:((1875 > 2000) and (1875 <= 2026))|* 0.9638 }}{{
- ifexpr:((1876 > 2000) and (1876 <= 2026))|* 0.9765 }}{{
- ifexpr:((1877 > 2000) and (1877 <= 2026))|* 0.9769 }}{{
- ifexpr:((1878 > 2000) and (1878 <= 2026))|* 0.9527 }}{{
- ifexpr:((1879 > 2000) and (1879 <= 2026))|* 1.0000 }}{{
- ifexpr:((1880 > 2000) and (1880 <= 2026))|* 1.0248 }}{{
- ifexpr:((1881 > 2000) and (1881 <= 2026))|* 1.0000 }}{{
- ifexpr:((1882 > 2000) and (1882 <= 2026))|* 1.0000 }}{{
- ifexpr:((1883 > 2000) and (1883 <= 2026))|* 0.9798 }}{{
- ifexpr:((1884 > 2000) and (1884 <= 2026))|* 0.9794 }}{{
- ifexpr:((1885 > 2000) and (1885 <= 2026))|* 0.9800 }}{{
- ifexpr:((1886 > 2000) and (1886 <= 2026))|* 0.9785 }}{{
- ifexpr:((1887 > 2000) and (1887 <= 2026))|* 1.0110 }}{{
- ifexpr:((1888 > 2000) and (1888 <= 2026))|* 1.0000 }}{{
- ifexpr:((1889 > 2000) and (1889 <= 2026))|* 0.9675 }}{{
- ifexpr:((1890 > 2000) and (1890 <= 2026))|* 0.9888 }}{{
- ifexpr:((1891 > 2000) and (1891 <= 2026))|* 1.0000 }}{{
- ifexpr:((1892 > 2000) and (1892 <= 2026))|* 1.0000 }}{{
- ifexpr:((1893 > 2000) and (1893 <= 2026))|* 0.9887 }}{{
- ifexpr:((1894 > 2000) and (1894 <= 2026))|* 0.9564 }}{{
- ifexpr:((1895 > 2000) and (1895 <= 2026))|* 0.9760 }}{{
- ifexpr:((1896 > 2000) and (1896 <= 2026))|* 1.0000 }}{{
- ifexpr:((1897 > 2000) and (1897 <= 2026))|* 0.9877 }}{{
- ifexpr:((1898 > 2000) and (1898 <= 2026))|* 1.0000 }}{{
- ifexpr:((1899 > 2000) and (1899 <= 2026))|* 1.0000 }}{{
- ifexpr:((1900 > 2000) and (1900 <= 2026))|* 1.0124 }}{{
- ifexpr:((1901 > 2000) and (1901 <= 2026))|* 1.0123 }}{{
- ifexpr:((1902 > 2000) and (1902 <= 2026))|* 1.0121 }}{{
- ifexpr:((1903 > 2000) and (1903 <= 2026))|* 1.0228 }}{{
- ifexpr:((1904 > 2000) and (1904 <= 2026))|* 1.0117 }}{{
- ifexpr:((1905 > 2000) and (1905 <= 2026))|* 0.9884 }}{{
- ifexpr:((1906 > 2000) and (1906 <= 2026))|* 1.0223 }}{{
- ifexpr:((1907 > 2000) and (1907 <= 2026))|* 1.0447 }}{{
- ifexpr:((1908 > 2000) and (1908 <= 2026))|* 0.9791 }}{{
- ifexpr:((1909 > 2000) and (1909 <= 2026))|* 0.9888 }}{{
- ifexpr:((1910 > 2000) and (1910 <= 2026))|* 1.0442 }}{{
- ifexpr:((1911 > 2000) and (1911 <= 2026))|* 1.0000 }}{{
- ifexpr:((1912 > 2000) and (1912 <= 2026))|* 1.0206 }}{{
- ifexpr:((1913 > 2000) and (1913 <= 2026))|* 1.0213 }}{{
- ifexpr:((1914 > 2000) and (1914 <= 2026))|* 1.0094 }}{{
- ifexpr:((1915 > 2000) and (1915 <= 2026))|* 1.0052 }}{{
- ifexpr:((1916 > 2000) and (1916 <= 2026))|* 1.0924 }}{{
- ifexpr:((1917 > 2000) and (1917 <= 2026))|* 1.2049 }}{{
- ifexpr:((1918 > 2000) and (1918 <= 2026))|* 1.1747 }}{{
- ifexpr:((1919 > 2000) and (1919 <= 2026))|* 1.1487 }}{{
- ifexpr:((1920 > 2000) and (1920 <= 2026))|* 1.1584 }}{{
- ifexpr:((1921 > 2000) and (1921 <= 2026))|* 0.8932 }}{{
- ifexpr:((1922 > 2000) and (1922 <= 2026))|* 0.9369 }}{{
- ifexpr:((1923 > 2000) and (1923 <= 2026))|* 1.0179 }}{{
- ifexpr:((1924 > 2000) and (1924 <= 2026))|* 1.0018 }}{{
- ifexpr:((1925 > 2000) and (1925 <= 2026))|* 1.0251 }}{{
- ifexpr:((1926 > 2000) and (1926 <= 2026))|* 1.0097 }}{{
- ifexpr:((1927 > 2000) and (1927 <= 2026))|* 0.9814 }}{{
- ifexpr:((1928 > 2000) and (1928 <= 2026))|* 0.9862 }}{{
- ifexpr:((1929 > 2000) and (1929 <= 2026))|* 1.0000 }}{{
- ifexpr:((1930 > 2000) and (1930 <= 2026))|* 0.9749 }}{{
- ifexpr:((1931 > 2000) and (1931 <= 2026))|* 0.9120 }}{{
- ifexpr:((1932 > 2000) and (1932 <= 2026))|* 0.8969 }}{{
- ifexpr:((1933 > 2000) and (1933 <= 2026))|* 0.9488 }}{{
- ifexpr:((1934 > 2000) and (1934 <= 2026))|* 1.0332 }}{{
- ifexpr:((1935 > 2000) and (1935 <= 2026))|* 1.0254 }}{{
- ifexpr:((1936 > 2000) and (1936 <= 2026))|* 1.0095 }}{{
- ifexpr:((1937 > 2000) and (1937 <= 2026))|* 1.0361 }}{{
- ifexpr:((1938 > 2000) and (1938 <= 2026))|* 0.9812 }}{{
- ifexpr:((1939 > 2000) and (1939 <= 2026))|* 0.9858 }}{{
- ifexpr:((1940 > 2000) and (1940 <= 2026))|* 1.0101 }}{{
- ifexpr:((1941 > 2000) and (1941 <= 2026))|* 1.0499 }}{{
- ifexpr:((1942 > 2000) and (1942 <= 2026))|* 1.1066 }}{{
- ifexpr:((1943 > 2000) and (1943 <= 2026))|* 1.0613 }}{{
- ifexpr:((1944 > 2000) and (1944 <= 2026))|* 1.0173 }}{{
- ifexpr:((1945 > 2000) and (1945 <= 2026))|* 1.0227 }}{{
- ifexpr:((1946 > 2000) and (1946 <= 2026))|* 1.0856 }}{{
- ifexpr:((1947 > 2000) and (1947 <= 2026))|* 1.1433 }}{{
- ifexpr:((1948 > 2000) and (1948 <= 2026))|* 1.0779 }}{{
- ifexpr:((1949 > 2000) and (1949 <= 2026))|* 0.9904 }}{{
- ifexpr:((1950 > 2000) and (1950 <= 2026))|* 1.0096 }}{{
- ifexpr:((1951 > 2000) and (1951 <= 2026))|* 1.0789 }}{{
- ifexpr:((1952 > 2000) and (1952 <= 2026))|* 1.0219 }}{{
- ifexpr:((1953 > 2000) and (1953 <= 2026))|* 1.0075 }}{{
- ifexpr:((1954 > 2000) and (1954 <= 2026))|* 1.0049 }}{{
- ifexpr:((1955 > 2000) and (1955 <= 2026))|* 0.9963 }}{{
- ifexpr:((1956 > 2000) and (1956 <= 2026))|* 1.0149 }}{{
- ifexpr:((1957 > 2000) and (1957 <= 2026))|* 1.0357 }}{{
- ifexpr:((1958 > 2000) and (1958 <= 2026))|* 1.0274 }}{{
- ifexpr:((1959 > 2000) and (1959 <= 2026))|* 1.0083 }}{{
- ifexpr:((1960 > 2000) and (1960 <= 2026))|* 1.0158 }}{{
- ifexpr:((1961 > 2000) and (1961 <= 2026))|* 1.0101 }}{{
- ifexpr:((1962 > 2000) and (1962 <= 2026))|* 1.0114 }}{{
- ifexpr:((1963 > 2000) and (1963 <= 2026))|* 1.0119 }}{{
- ifexpr:((1964 > 2000) and (1964 <= 2026))|* 1.0134 }}{{
- ifexpr:((1965 > 2000) and (1965 <= 2026))|* 1.0171 }}{{
- ifexpr:((1966 > 2000) and (1966 <= 2026))|* 1.0285 }}{{
- ifexpr:((1967 > 2000) and (1967 <= 2026))|* 1.0290 }}{{
- ifexpr:((1968 > 2000) and (1968 <= 2026))|* 1.0419 }}{{
- ifexpr:((1969 > 2000) and (1969 <= 2026))|* 1.0537 }}{{
- ifexpr:((1970 > 2000) and (1970 <= 2026))|* 1.0592 }}{{
- ifexpr:((1971 > 2000) and (1971 <= 2026))|* 1.0430 }}{{
- ifexpr:((1972 > 2000) and (1972 <= 2026))|* 1.0331 }}{{
- ifexpr:((1973 > 2000) and (1973 <= 2026))|* 1.0621 }}{{
- ifexpr:((1974 > 2000) and (1974 <= 2026))|* 1.1098 }}{{
- ifexpr:((1975 > 2000) and (1975 <= 2026))|* 1.0914 }}{{
- ifexpr:((1976 > 2000) and (1976 <= 2026))|* 1.0576 }}{{
- ifexpr:((1977 > 2000) and (1977 <= 2026))|* 1.0645 }}{{
- ifexpr:((1978 > 2000) and (1978 <= 2026))|* 1.0761 }}{{
- ifexpr:((1979 > 2000) and (1979 <= 2026))|* 1.1127 }}{{
- ifexpr:((1980 > 2000) and (1980 <= 2026))|* 1.1352 }}{{
- ifexpr:((1981 > 2000) and (1981 <= 2026))|* 1.1038 }}{{
- ifexpr:((1982 > 2000) and (1982 <= 2026))|* 1.0613 }}{{
- ifexpr:((1983 > 2000) and (1983 <= 2026))|* 1.0321 }}{{
- ifexpr:((1984 > 2000) and (1984 <= 2026))|* 1.0432 }}{{
- ifexpr:((1985 > 2000) and (1985 <= 2026))|* 1.0356 }}{{
- ifexpr:((1986 > 2000) and (1986 <= 2026))|* 1.0186 }}{{
- ifexpr:((1987 > 2000) and (1987 <= 2026))|* 1.0365 }}{{
- ifexpr:((1988 > 2000) and (1988 <= 2026))|* 1.0414 }}{{
- ifexpr:((1989 > 2000) and (1989 <= 2026))|* 1.0482 }}{{
- ifexpr:((1990 > 2000) and (1990 <= 2026))|* 1.0540 }}{{
- ifexpr:((1991 > 2000) and (1991 <= 2026))|* 1.0421 }}{{
- ifexpr:((1992 > 2000) and (1992 <= 2026))|* 1.0301 }}{{
- ifexpr:((1993 > 2000) and (1993 <= 2026))|* 1.0299 }}{{
- ifexpr:((1994 > 2000) and (1994 <= 2026))|* 1.0256 }}{{
- ifexpr:((1995 > 2000) and (1995 <= 2026))|* 1.0283 }}{{
- ifexpr:((1996 > 2000) and (1996 <= 2026))|* 1.0295 }}{{
- ifexpr:((1997 > 2000) and (1997 <= 2026))|* 1.0229 }}{{
- ifexpr:((1998 > 2000) and (1998 <= 2026))|* 1.0156 }}{{
- ifexpr:((1999 > 2000) and (1999 <= 2026))|* 1.0221 }}{{
- ifexpr:((2000 > 2000) and (2000 <= 2026))|* 1.0336 }}{{
- ifexpr:((2001 > 2000) and (2001 <= 2026))|* 1.0285 }}{{
- ifexpr:((2002 > 2000) and (2002 <= 2026))|* 1.0158 }}{{
- ifexpr:((2003 > 2000) and (2003 <= 2026))|* 1.0228 }}{{
- ifexpr:((2004 > 2000) and (2004 <= 2026))|* 1.0266 }}{{
- ifexpr:((2005 > 2000) and (2005 <= 2026))|* 1.0339 }}{{
- ifexpr:((2006 > 2000) and (2006 <= 2026))|* 1.0323 }}{{
- ifexpr:((2007 > 2000) and (2007 <= 2026))|* 1.0285 }}{{
- ifexpr:((2008 > 2000) and (2008 <= 2026))|* 1.0384 }}{{
- ifexpr:((2009 > 2000) and (2009 <= 2026))|* 0.9965 }}{{
- ifexpr:((2010 > 2000) and (2010 <= 2026))|* 1.0164 }}{{
- ifexpr:((2011 > 2000) and (2011 <= 2026))|* 1.0316 }}{{
- ifexpr:((2012 > 2000) and (2012 <= 2026))|* 1.0207 }}{{
- ifexpr:((2013 > 2000) and (2013 <= 2026))|* 1.0147 }}{{
- ifexpr:((2014 > 2000) and (2014 <= 2026))|* 1.0162 }}{{
- ifexpr:((2015 > 2000) and (2015 <= 2026))|* 1.0012 }}{{
- ifexpr:((2016 > 2000) and (2016 <= 2026))|* 1.0126 }}{{
- ifexpr:((2017 > 2000) and (2017 <= 2026))|* 1.0213 }}{{
- ifexpr:((2018 > 2000) and (2018 <= 2026))|* 1.0244 }}{{
- ifexpr:((2019 > 2000) and (2019 <= 2026))|* 1.0181 }}{{
- ifexpr:((2020 > 2000) and (2020 <= 2026))|* 1.0123 }}{{
- ifexpr:((2021 > 2000) and (2021 <= 2026))|* 1.0470 }}{{
- ifexpr:((2022 > 2000) and (2022 <= 2026))|* 1.0800 }}{{
- ifexpr:((2023 > 2000) and (2023 <= 2026))|* 1.0411 }}{{
- ifexpr:((2024 > 2000) and (2024 <= 2026))|* 1.0295 }}) round 2}} |2=1 |parse=}}}}|3|0}}}}
| Fehler
}}
}}|
{{#ifeq:2.000|{{{4}}}
|13
|{{#ifexpr:
(2.000 >= 1.774) and
(2.000 <= 2.026) and
(2.026 <= 2.026)
| {{#expr: (13{{
- ifexpr:((1.775 > 2.000) and (1.775 <= 2.026))|* 0,9476 }}{{
- ifexpr:((1.776 > 2.000) and (1.776 <= 2.026))|* 1,1417 }}{{
- ifexpr:((1.777 > 2.000) and (1.777 <= 2.026))|* 1,2187 }}{{
- ifexpr:((1.778 > 2.000) and (1.778 <= 2.026))|* 1,2978 }}{{
- ifexpr:((1.779 > 2.000) and (1.779 <= 2.026))|* 0,8849 }}{{
- ifexpr:((1.780 > 2.000) and (1.780 <= 2.026))|* 1,1225 }}{{
- ifexpr:((1.781 > 2.000) and (1.781 <= 2.026))|* 0,8066 }}{{
- ifexpr:((1.782 > 2.000) and (1.782 <= 2.026))|* 1,0970 }}{{
- ifexpr:((1.783 > 2.000) and (1.783 <= 2.026))|* 0,8767 }}{{
- ifexpr:((1.784 > 2.000) and (1.784 <= 2.026))|* 0,9612 }}{{
- ifexpr:((1.785 > 2.000) and (1.785 <= 2.026))|* 0,9516 }}{{
- ifexpr:((1.786 > 2.000) and (1.786 <= 2.026))|* 0,9745 }}{{
- ifexpr:((1.787 > 2.000) and (1.787 <= 2.026))|* 0,9815 }}{{
- ifexpr:((1.788 > 2.000) and (1.788 <= 2.026))|* 0,9557 }}{{
- ifexpr:((1.789 > 2.000) and (1.789 <= 2.026))|* 0,9907 }}{{
- ifexpr:((1.790 > 2.000) and (1.790 <= 2.026))|* 1,0375 }}{{
- ifexpr:((1.791 > 2.000) and (1.791 <= 2.026))|* 1,0271 }}{{
- ifexpr:((1.792 > 2.000) and (1.792 <= 2.026))|* 1,0187 }}{{
- ifexpr:((1.793 > 2.000) and (1.793 <= 2.026))|* 1,0345 }}{{
- ifexpr:((1.794 > 2.000) and (1.794 <= 2.026))|* 1,1095 }}{{
- ifexpr:((1.795 > 2.000) and (1.795 <= 2.026))|* 1,1438 }}{{
- ifexpr:((1.796 > 2.000) and (1.796 <= 2.026))|* 1,0526 }}{{
- ifexpr:((1.797 > 2.000) and (1.797 <= 2.026))|* 0,9625 }}{{
- ifexpr:((1.798 > 2.000) and (1.798 <= 2.026))|* 0,9667 }}{{
- ifexpr:((1.799 > 2.000) and (1.799 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.800 > 2.000) and (1.800 <= 2.026))|* 1,0210 }}{{
- ifexpr:((1.801 > 2.000) and (1.801 <= 2.026))|* 1,0131 }}{{
- ifexpr:((1.802 > 2.000) and (1.802 <= 2.026))|* 0,8427 }}{{
- ifexpr:((1.803 > 2.000) and (1.803 <= 2.026))|* 1,0549 }}{{
- ifexpr:((1.804 > 2.000) and (1.804 <= 2.026))|* 1,0438 }}{{
- ifexpr:((1.805 > 2.000) and (1.805 <= 2.026))|* 0,9930 }}{{
- ifexpr:((1.806 > 2.000) and (1.806 <= 2.026))|* 1,0423 }}{{
- ifexpr:((1.807 > 2.000) and (1.807 <= 2.026))|* 0,9459 }}{{
- ifexpr:((1.808 > 2.000) and (1.808 <= 2.026))|* 1,0866 }}{{
- ifexpr:((1.809 > 2.000) and (1.809 <= 2.026))|* 0,9795 }}{{
- ifexpr:((1.810 > 2.000) and (1.810 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.811 > 2.000) and (1.811 <= 2.026))|* 1,0680 }}{{
- ifexpr:((1.812 > 2.000) and (1.812 <= 2.026))|* 1,0126 }}{{
- ifexpr:((1.813 > 2.000) and (1.813 <= 2.026))|* 1,2002 }}{{
- ifexpr:((1.814 > 2.000) and (1.814 <= 2.026))|* 1,0989 }}{{
- ifexpr:((1.815 > 2.000) and (1.815 <= 2.026))|* 0,8771 }}{{
- ifexpr:((1.816 > 2.000) and (1.816 <= 2.026))|* 0,9135 }}{{
- ifexpr:((1.817 > 2.000) and (1.817 <= 2.026))|* 0,9464 }}{{
- ifexpr:((1.818 > 2.000) and (1.818 <= 2.026))|* 0,9566 }}{{
- ifexpr:((1.819 > 2.000) and (1.819 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.820 > 2.000) and (1.820 <= 2.026))|* 0,9213 }}{{
- ifexpr:((1.821 > 2.000) and (1.821 <= 2.026))|* 0,9648 }}{{
- ifexpr:((1.822 > 2.000) and (1.822 <= 2.026))|* 1,0365 }}{{
- ifexpr:((1.823 > 2.000) and (1.823 <= 2.026))|* 0,8935 }}{{
- ifexpr:((1.824 > 2.000) and (1.824 <= 2.026))|* 0,9212 }}{{
- ifexpr:((1.825 > 2.000) and (1.825 <= 2.026))|* 1,0257 }}{{
- ifexpr:((1.826 > 2.000) and (1.826 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.827 > 2.000) and (1.827 <= 2.026))|* 1,0083 }}{{
- ifexpr:((1.828 > 2.000) and (1.828 <= 2.026))|* 0,9504 }}{{
- ifexpr:((1.829 > 2.000) and (1.829 <= 2.026))|* 0,9815 }}{{
- ifexpr:((1.830 > 2.000) and (1.830 <= 2.026))|* 0,9911 }}{{
- ifexpr:((1.831 > 2.000) and (1.831 <= 2.026))|* 0,9374 }}{{
- ifexpr:((1.832 > 2.000) and (1.832 <= 2.026))|* 0,9905 }}{{
- ifexpr:((1.833 > 2.000) and (1.833 <= 2.026))|* 0,9807 }}{{
- ifexpr:((1.834 > 2.000) and (1.834 <= 2.026))|* 1,0197 }}{{
- ifexpr:((1.835 > 2.000) and (1.835 <= 2.026))|* 1,0289 }}{{
- ifexpr:((1.836 > 2.000) and (1.836 <= 2.026))|* 1,0562 }}{{
- ifexpr:((1.837 > 2.000) and (1.837 <= 2.026))|* 1,0277 }}{{
- ifexpr:((1.838 > 2.000) and (1.838 <= 2.026))|* 0,9730 }}{{
- ifexpr:((1.839 > 2.000) and (1.839 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.840 > 2.000) and (1.840 <= 2.026))|* 0,9290 }}{{
- ifexpr:((1.841 > 2.000) and (1.841 <= 2.026))|* 1,0095 }}{{
- ifexpr:((1.842 > 2.000) and (1.842 <= 2.026))|* 0,9338 }}{{
- ifexpr:((1.843 > 2.000) and (1.843 <= 2.026))|* 0,9076 }}{{
- ifexpr:((1.844 > 2.000) and (1.844 <= 2.026))|* 1,0112 }}{{
- ifexpr:((1.845 > 2.000) and (1.845 <= 2.026))|* 1,0110 }}{{
- ifexpr:((1.846 > 2.000) and (1.846 <= 2.026))|* 1,0109 }}{{
- ifexpr:((1.847 > 2.000) and (1.847 <= 2.026))|* 1,0769 }}{{
- ifexpr:((1.848 > 2.000) and (1.848 <= 2.026))|* 0,9586 }}{{
- ifexpr:((1.849 > 2.000) and (1.849 <= 2.026))|* 0,9686 }}{{
- ifexpr:((1.850 > 2.000) and (1.850 <= 2.026))|* 1,0216 }}{{
- ifexpr:((1.851 > 2.000) and (1.851 <= 2.026))|* 0,9789 }}{{
- ifexpr:((1.852 > 2.000) and (1.852 <= 2.026))|* 1,0108 }}{{
- ifexpr:((1.853 > 2.000) and (1.853 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.854 > 2.000) and (1.854 <= 2.026))|* 1,0868 }}{{
- ifexpr:((1.855 > 2.000) and (1.855 <= 2.026))|* 1,0295 }}{{
- ifexpr:((1.856 > 2.000) and (1.856 <= 2.026))|* 0,9809 }}{{
- ifexpr:((1.857 > 2.000) and (1.857 <= 2.026))|* 1,0292 }}{{
- ifexpr:((1.858 > 2.000) and (1.858 <= 2.026))|* 0,9433 }}{{
- ifexpr:((1.859 > 2.000) and (1.859 <= 2.026))|* 1,0100 }}{{
- ifexpr:((1.860 > 2.000) and (1.860 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.861 > 2.000) and (1.861 <= 2.026))|* 1,0596 }}{{
- ifexpr:((1.862 > 2.000) and (1.862 <= 2.026))|* 1,1417 }}{{
- ifexpr:((1.863 > 2.000) and (1.863 <= 2.026))|* 1,2482 }}{{
- ifexpr:((1.864 > 2.000) and (1.864 <= 2.026))|* 1,2514 }}{{
- ifexpr:((1.865 > 2.000) and (1.865 <= 2.026))|* 1,0368 }}{{
- ifexpr:((1.866 > 2.000) and (1.866 <= 2.026))|* 0,9747 }}{{
- ifexpr:((1.867 > 2.000) and (1.867 <= 2.026))|* 0,9318 }}{{
- ifexpr:((1.868 > 2.000) and (1.868 <= 2.026))|* 0,9609 }}{{
- ifexpr:((1.869 > 2.000) and (1.869 <= 2.026))|* 0,9586 }}{{
- ifexpr:((1.870 > 2.000) and (1.870 <= 2.026))|* 0,9576 }}{{
- ifexpr:((1.871 > 2.000) and (1.871 <= 2.026))|* 0,9360 }}{{
- ifexpr:((1.872 > 2.000) and (1.872 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.873 > 2.000) and (1.873 <= 2.026))|* 0,9797 }}{{
- ifexpr:((1.874 > 2.000) and (1.874 <= 2.026))|* 0,9517 }}{{
- ifexpr:((1.875 > 2.000) and (1.875 <= 2.026))|* 0,9638 }}{{
- ifexpr:((1.876 > 2.000) and (1.876 <= 2.026))|* 0,9765 }}{{
- ifexpr:((1.877 > 2.000) and (1.877 <= 2.026))|* 0,9769 }}{{
- ifexpr:((1.878 > 2.000) and (1.878 <= 2.026))|* 0,9527 }}{{
- ifexpr:((1.879 > 2.000) and (1.879 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.880 > 2.000) and (1.880 <= 2.026))|* 1,0248 }}{{
- ifexpr:((1.881 > 2.000) and (1.881 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.882 > 2.000) and (1.882 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.883 > 2.000) and (1.883 <= 2.026))|* 0,9798 }}{{
- ifexpr:((1.884 > 2.000) and (1.884 <= 2.026))|* 0,9794 }}{{
- ifexpr:((1.885 > 2.000) and (1.885 <= 2.026))|* 0,9800 }}{{
- ifexpr:((1.886 > 2.000) and (1.886 <= 2.026))|* 0,9785 }}{{
- ifexpr:((1.887 > 2.000) and (1.887 <= 2.026))|* 1,0110 }}{{
- ifexpr:((1.888 > 2.000) and (1.888 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.889 > 2.000) and (1.889 <= 2.026))|* 0,9675 }}{{
- ifexpr:((1.890 > 2.000) and (1.890 <= 2.026))|* 0,9888 }}{{
- ifexpr:((1.891 > 2.000) and (1.891 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.892 > 2.000) and (1.892 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.893 > 2.000) and (1.893 <= 2.026))|* 0,9887 }}{{
- ifexpr:((1.894 > 2.000) and (1.894 <= 2.026))|* 0,9564 }}{{
- ifexpr:((1.895 > 2.000) and (1.895 <= 2.026))|* 0,9760 }}{{
- ifexpr:((1.896 > 2.000) and (1.896 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.897 > 2.000) and (1.897 <= 2.026))|* 0,9877 }}{{
- ifexpr:((1.898 > 2.000) and (1.898 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.899 > 2.000) and (1.899 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.900 > 2.000) and (1.900 <= 2.026))|* 1,0124 }}{{
- ifexpr:((1.901 > 2.000) and (1.901 <= 2.026))|* 1,0123 }}{{
- ifexpr:((1.902 > 2.000) and (1.902 <= 2.026))|* 1,0121 }}{{
- ifexpr:((1.903 > 2.000) and (1.903 <= 2.026))|* 1,0228 }}{{
- ifexpr:((1.904 > 2.000) and (1.904 <= 2.026))|* 1,0117 }}{{
- ifexpr:((1.905 > 2.000) and (1.905 <= 2.026))|* 0,9884 }}{{
- ifexpr:((1.906 > 2.000) and (1.906 <= 2.026))|* 1,0223 }}{{
- ifexpr:((1.907 > 2.000) and (1.907 <= 2.026))|* 1,0447 }}{{
- ifexpr:((1.908 > 2.000) and (1.908 <= 2.026))|* 0,9791 }}{{
- ifexpr:((1.909 > 2.000) and (1.909 <= 2.026))|* 0,9888 }}{{
- ifexpr:((1.910 > 2.000) and (1.910 <= 2.026))|* 1,0442 }}{{
- ifexpr:((1.911 > 2.000) and (1.911 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.912 > 2.000) and (1.912 <= 2.026))|* 1,0206 }}{{
- ifexpr:((1.913 > 2.000) and (1.913 <= 2.026))|* 1,0213 }}{{
- ifexpr:((1.914 > 2.000) and (1.914 <= 2.026))|* 1,0094 }}{{
- ifexpr:((1.915 > 2.000) and (1.915 <= 2.026))|* 1,0052 }}{{
- ifexpr:((1.916 > 2.000) and (1.916 <= 2.026))|* 1,0924 }}{{
- ifexpr:((1.917 > 2.000) and (1.917 <= 2.026))|* 1,2049 }}{{
- ifexpr:((1.918 > 2.000) and (1.918 <= 2.026))|* 1,1747 }}{{
- ifexpr:((1.919 > 2.000) and (1.919 <= 2.026))|* 1,1487 }}{{
- ifexpr:((1.920 > 2.000) and (1.920 <= 2.026))|* 1,1584 }}{{
- ifexpr:((1.921 > 2.000) and (1.921 <= 2.026))|* 0,8932 }}{{
- ifexpr:((1.922 > 2.000) and (1.922 <= 2.026))|* 0,9369 }}{{
- ifexpr:((1.923 > 2.000) and (1.923 <= 2.026))|* 1,0179 }}{{
- ifexpr:((1.924 > 2.000) and (1.924 <= 2.026))|* 1,0018 }}{{
- ifexpr:((1.925 > 2.000) and (1.925 <= 2.026))|* 1,0251 }}{{
- ifexpr:((1.926 > 2.000) and (1.926 <= 2.026))|* 1,0097 }}{{
- ifexpr:((1.927 > 2.000) and (1.927 <= 2.026))|* 0,9814 }}{{
- ifexpr:((1.928 > 2.000) and (1.928 <= 2.026))|* 0,9862 }}{{
- ifexpr:((1.929 > 2.000) and (1.929 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.930 > 2.000) and (1.930 <= 2.026))|* 0,9749 }}{{
- ifexpr:((1.931 > 2.000) and (1.931 <= 2.026))|* 0,9120 }}{{
- ifexpr:((1.932 > 2.000) and (1.932 <= 2.026))|* 0,8969 }}{{
- ifexpr:((1.933 > 2.000) and (1.933 <= 2.026))|* 0,9488 }}{{
- ifexpr:((1.934 > 2.000) and (1.934 <= 2.026))|* 1,0332 }}{{
- ifexpr:((1.935 > 2.000) and (1.935 <= 2.026))|* 1,0254 }}{{
- ifexpr:((1.936 > 2.000) and (1.936 <= 2.026))|* 1,0095 }}{{
- ifexpr:((1.937 > 2.000) and (1.937 <= 2.026))|* 1,0361 }}{{
- ifexpr:((1.938 > 2.000) and (1.938 <= 2.026))|* 0,9812 }}{{
- ifexpr:((1.939 > 2.000) and (1.939 <= 2.026))|* 0,9858 }}{{
- ifexpr:((1.940 > 2.000) and (1.940 <= 2.026))|* 1,0101 }}{{
- ifexpr:((1.941 > 2.000) and (1.941 <= 2.026))|* 1,0499 }}{{
- ifexpr:((1.942 > 2.000) and (1.942 <= 2.026))|* 1,1066 }}{{
- ifexpr:((1.943 > 2.000) and (1.943 <= 2.026))|* 1,0613 }}{{
- ifexpr:((1.944 > 2.000) and (1.944 <= 2.026))|* 1,0173 }}{{
- ifexpr:((1.945 > 2.000) and (1.945 <= 2.026))|* 1,0227 }}{{
- ifexpr:((1.946 > 2.000) and (1.946 <= 2.026))|* 1,0856 }}{{
- ifexpr:((1.947 > 2.000) and (1.947 <= 2.026))|* 1,1433 }}{{
- ifexpr:((1.948 > 2.000) and (1.948 <= 2.026))|* 1,0779 }}{{
- ifexpr:((1.949 > 2.000) and (1.949 <= 2.026))|* 0,9904 }}{{
- ifexpr:((1.950 > 2.000) and (1.950 <= 2.026))|* 1,0096 }}{{
- ifexpr:((1.951 > 2.000) and (1.951 <= 2.026))|* 1,0789 }}{{
- ifexpr:((1.952 > 2.000) and (1.952 <= 2.026))|* 1,0219 }}{{
- ifexpr:((1.953 > 2.000) and (1.953 <= 2.026))|* 1,0075 }}{{
- ifexpr:((1.954 > 2.000) and (1.954 <= 2.026))|* 1,0049 }}{{
- ifexpr:((1.955 > 2.000) and (1.955 <= 2.026))|* 0,9963 }}{{
- ifexpr:((1.956 > 2.000) and (1.956 <= 2.026))|* 1,0149 }}{{
- ifexpr:((1.957 > 2.000) and (1.957 <= 2.026))|* 1,0357 }}{{
- ifexpr:((1.958 > 2.000) and (1.958 <= 2.026))|* 1,0274 }}{{
- ifexpr:((1.959 > 2.000) and (1.959 <= 2.026))|* 1,0083 }}{{
- ifexpr:((1.960 > 2.000) and (1.960 <= 2.026))|* 1,0158 }}{{
- ifexpr:((1.961 > 2.000) and (1.961 <= 2.026))|* 1,0101 }}{{
- ifexpr:((1.962 > 2.000) and (1.962 <= 2.026))|* 1,0114 }}{{
- ifexpr:((1.963 > 2.000) and (1.963 <= 2.026))|* 1,0119 }}{{
- ifexpr:((1.964 > 2.000) and (1.964 <= 2.026))|* 1,0134 }}{{
- ifexpr:((1.965 > 2.000) and (1.965 <= 2.026))|* 1,0171 }}{{
- ifexpr:((1.966 > 2.000) and (1.966 <= 2.026))|* 1,0285 }}{{
- ifexpr:((1.967 > 2.000) and (1.967 <= 2.026))|* 1,0290 }}{{
- ifexpr:((1.968 > 2.000) and (1.968 <= 2.026))|* 1,0419 }}{{
- ifexpr:((1.969 > 2.000) and (1.969 <= 2.026))|* 1,0537 }}{{
- ifexpr:((1.970 > 2.000) and (1.970 <= 2.026))|* 1,0592 }}{{
- ifexpr:((1.971 > 2.000) and (1.971 <= 2.026))|* 1,0430 }}{{
- ifexpr:((1.972 > 2.000) and (1.972 <= 2.026))|* 1,0331 }}{{
- ifexpr:((1.973 > 2.000) and (1.973 <= 2.026))|* 1,0621 }}{{
- ifexpr:((1.974 > 2.000) and (1.974 <= 2.026))|* 1,1098 }}{{
- ifexpr:((1.975 > 2.000) and (1.975 <= 2.026))|* 1,0914 }}{{
- ifexpr:((1.976 > 2.000) and (1.976 <= 2.026))|* 1,0576 }}{{
- ifexpr:((1.977 > 2.000) and (1.977 <= 2.026))|* 1,0645 }}{{
- ifexpr:((1.978 > 2.000) and (1.978 <= 2.026))|* 1,0761 }}{{
- ifexpr:((1.979 > 2.000) and (1.979 <= 2.026))|* 1,1127 }}{{
- ifexpr:((1.980 > 2.000) and (1.980 <= 2.026))|* 1,1352 }}{{
- ifexpr:((1.981 > 2.000) and (1.981 <= 2.026))|* 1,1038 }}{{
- ifexpr:((1.982 > 2.000) and (1.982 <= 2.026))|* 1,0613 }}{{
- ifexpr:((1.983 > 2.000) and (1.983 <= 2.026))|* 1,0321 }}{{
- ifexpr:((1.984 > 2.000) and (1.984 <= 2.026))|* 1,0432 }}{{
- ifexpr:((1.985 > 2.000) and (1.985 <= 2.026))|* 1,0356 }}{{
- ifexpr:((1.986 > 2.000) and (1.986 <= 2.026))|* 1,0186 }}{{
- ifexpr:((1.987 > 2.000) and (1.987 <= 2.026))|* 1,0365 }}{{
- ifexpr:((1.988 > 2.000) and (1.988 <= 2.026))|* 1,0414 }}{{
- ifexpr:((1.989 > 2.000) and (1.989 <= 2.026))|* 1,0482 }}{{
- ifexpr:((1.990 > 2.000) and (1.990 <= 2.026))|* 1,0540 }}{{
- ifexpr:((1.991 > 2.000) and (1.991 <= 2.026))|* 1,0421 }}{{
- ifexpr:((1.992 > 2.000) and (1.992 <= 2.026))|* 1,0301 }}{{
- ifexpr:((1.993 > 2.000) and (1.993 <= 2.026))|* 1,0299 }}{{
- ifexpr:((1.994 > 2.000) and (1.994 <= 2.026))|* 1,0256 }}{{
- ifexpr:((1.995 > 2.000) and (1.995 <= 2.026))|* 1,0283 }}{{
- ifexpr:((1.996 > 2.000) and (1.996 <= 2.026))|* 1,0295 }}{{
- ifexpr:((1.997 > 2.000) and (1.997 <= 2.026))|* 1,0229 }}{{
- ifexpr:((1.998 > 2.000) and (1.998 <= 2.026))|* 1,0156 }}{{
- ifexpr:((1.999 > 2.000) and (1.999 <= 2.026))|* 1,0221 }}{{
- ifexpr:((2.000 > 2.000) and (2.000 <= 2.026))|* 1,0336 }}{{
- ifexpr:((2.001 > 2.000) and (2.001 <= 2.026))|* 1,0285 }}{{
- ifexpr:((2.002 > 2.000) and (2.002 <= 2.026))|* 1,0158 }}{{
- ifexpr:((2.003 > 2.000) and (2.003 <= 2.026))|* 1,0228 }}{{
- ifexpr:((2.004 > 2.000) and (2.004 <= 2.026))|* 1,0266 }}{{
- ifexpr:((2.005 > 2.000) and (2.005 <= 2.026))|* 1,0339 }}{{
- ifexpr:((2.006 > 2.000) and (2.006 <= 2.026))|* 1,0323 }}{{
- ifexpr:((2.007 > 2.000) and (2.007 <= 2.026))|* 1,0285 }}{{
- ifexpr:((2.008 > 2.000) and (2.008 <= 2.026))|* 1,0384 }}{{
- ifexpr:((2.009 > 2.000) and (2.009 <= 2.026))|* 0,9965 }}{{
- ifexpr:((2.010 > 2.000) and (2.010 <= 2.026))|* 1,0164 }}{{
- ifexpr:((2.011 > 2.000) and (2.011 <= 2.026))|* 1,0316 }}{{
- ifexpr:((2.012 > 2.000) and (2.012 <= 2.026))|* 1,0207 }}{{
- ifexpr:((2.013 > 2.000) and (2.013 <= 2.026))|* 1,0147 }}{{
- ifexpr:((2.014 > 2.000) and (2.014 <= 2.026))|* 1,0162 }}{{
- ifexpr:((2.015 > 2.000) and (2.015 <= 2.026))|* 1,0012 }}{{
- ifexpr:((2.016 > 2.000) and (2.016 <= 2.026))|* 1,0126 }}{{
- ifexpr:((2.017 > 2.000) and (2.017 <= 2.026))|* 1,0213 }}{{
- ifexpr:((2.018 > 2.000) and (2.018 <= 2.026))|* 1,0244 }}{{
- ifexpr:((2.019 > 2.000) and (2.019 <= 2.026))|* 1,0181 }}{{
- ifexpr:((2.020 > 2.000) and (2.020 <= 2.026))|* 1,0123 }}{{
- ifexpr:((2.021 > 2.000) and (2.021 <= 2.026))|* 1,0470 }}{{
- ifexpr:((2.022 > 2.000) and (2.022 <= 2.026))|* 1,0800 }}{{
- ifexpr:((2.023 > 2.000) and (2.023 <= 2.026))|* 1,0411 }}{{
- ifexpr:((2.024 > 2.000) and (2.024 <= 2.026))|* 1,0295 }}) round 0}}{{#ifeq:0|2|{{#ifeq:{{#invoke:Str|len|{{#invoke:Expr|modulo |1={{#expr: (13{{
- ifexpr:((1.775 > 2.000) and (1.775 <= 2.026))|* 0,9476 }}{{
- ifexpr:((1.776 > 2.000) and (1.776 <= 2.026))|* 1,1417 }}{{
- ifexpr:((1.777 > 2.000) and (1.777 <= 2.026))|* 1,2187 }}{{
- ifexpr:((1.778 > 2.000) and (1.778 <= 2.026))|* 1,2978 }}{{
- ifexpr:((1.779 > 2.000) and (1.779 <= 2.026))|* 0,8849 }}{{
- ifexpr:((1.780 > 2.000) and (1.780 <= 2.026))|* 1,1225 }}{{
- ifexpr:((1.781 > 2.000) and (1.781 <= 2.026))|* 0,8066 }}{{
- ifexpr:((1.782 > 2.000) and (1.782 <= 2.026))|* 1,0970 }}{{
- ifexpr:((1.783 > 2.000) and (1.783 <= 2.026))|* 0,8767 }}{{
- ifexpr:((1.784 > 2.000) and (1.784 <= 2.026))|* 0,9612 }}{{
- ifexpr:((1.785 > 2.000) and (1.785 <= 2.026))|* 0,9516 }}{{
- ifexpr:((1.786 > 2.000) and (1.786 <= 2.026))|* 0,9745 }}{{
- ifexpr:((1.787 > 2.000) and (1.787 <= 2.026))|* 0,9815 }}{{
- ifexpr:((1.788 > 2.000) and (1.788 <= 2.026))|* 0,9557 }}{{
- ifexpr:((1.789 > 2.000) and (1.789 <= 2.026))|* 0,9907 }}{{
- ifexpr:((1.790 > 2.000) and (1.790 <= 2.026))|* 1,0375 }}{{
- ifexpr:((1.791 > 2.000) and (1.791 <= 2.026))|* 1,0271 }}{{
- ifexpr:((1.792 > 2.000) and (1.792 <= 2.026))|* 1,0187 }}{{
- ifexpr:((1.793 > 2.000) and (1.793 <= 2.026))|* 1,0345 }}{{
- ifexpr:((1.794 > 2.000) and (1.794 <= 2.026))|* 1,1095 }}{{
- ifexpr:((1.795 > 2.000) and (1.795 <= 2.026))|* 1,1438 }}{{
- ifexpr:((1.796 > 2.000) and (1.796 <= 2.026))|* 1,0526 }}{{
- ifexpr:((1.797 > 2.000) and (1.797 <= 2.026))|* 0,9625 }}{{
- ifexpr:((1.798 > 2.000) and (1.798 <= 2.026))|* 0,9667 }}{{
- ifexpr:((1.799 > 2.000) and (1.799 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.800 > 2.000) and (1.800 <= 2.026))|* 1,0210 }}{{
- ifexpr:((1.801 > 2.000) and (1.801 <= 2.026))|* 1,0131 }}{{
- ifexpr:((1.802 > 2.000) and (1.802 <= 2.026))|* 0,8427 }}{{
- ifexpr:((1.803 > 2.000) and (1.803 <= 2.026))|* 1,0549 }}{{
- ifexpr:((1.804 > 2.000) and (1.804 <= 2.026))|* 1,0438 }}{{
- ifexpr:((1.805 > 2.000) and (1.805 <= 2.026))|* 0,9930 }}{{
- ifexpr:((1.806 > 2.000) and (1.806 <= 2.026))|* 1,0423 }}{{
- ifexpr:((1.807 > 2.000) and (1.807 <= 2.026))|* 0,9459 }}{{
- ifexpr:((1.808 > 2.000) and (1.808 <= 2.026))|* 1,0866 }}{{
- ifexpr:((1.809 > 2.000) and (1.809 <= 2.026))|* 0,9795 }}{{
- ifexpr:((1.810 > 2.000) and (1.810 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.811 > 2.000) and (1.811 <= 2.026))|* 1,0680 }}{{
- ifexpr:((1.812 > 2.000) and (1.812 <= 2.026))|* 1,0126 }}{{
- ifexpr:((1.813 > 2.000) and (1.813 <= 2.026))|* 1,2002 }}{{
- ifexpr:((1.814 > 2.000) and (1.814 <= 2.026))|* 1,0989 }}{{
- ifexpr:((1.815 > 2.000) and (1.815 <= 2.026))|* 0,8771 }}{{
- ifexpr:((1.816 > 2.000) and (1.816 <= 2.026))|* 0,9135 }}{{
- ifexpr:((1.817 > 2.000) and (1.817 <= 2.026))|* 0,9464 }}{{
- ifexpr:((1.818 > 2.000) and (1.818 <= 2.026))|* 0,9566 }}{{
- ifexpr:((1.819 > 2.000) and (1.819 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.820 > 2.000) and (1.820 <= 2.026))|* 0,9213 }}{{
- ifexpr:((1.821 > 2.000) and (1.821 <= 2.026))|* 0,9648 }}{{
- ifexpr:((1.822 > 2.000) and (1.822 <= 2.026))|* 1,0365 }}{{
- ifexpr:((1.823 > 2.000) and (1.823 <= 2.026))|* 0,8935 }}{{
- ifexpr:((1.824 > 2.000) and (1.824 <= 2.026))|* 0,9212 }}{{
- ifexpr:((1.825 > 2.000) and (1.825 <= 2.026))|* 1,0257 }}{{
- ifexpr:((1.826 > 2.000) and (1.826 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.827 > 2.000) and (1.827 <= 2.026))|* 1,0083 }}{{
- ifexpr:((1.828 > 2.000) and (1.828 <= 2.026))|* 0,9504 }}{{
- ifexpr:((1.829 > 2.000) and (1.829 <= 2.026))|* 0,9815 }}{{
- ifexpr:((1.830 > 2.000) and (1.830 <= 2.026))|* 0,9911 }}{{
- ifexpr:((1.831 > 2.000) and (1.831 <= 2.026))|* 0,9374 }}{{
- ifexpr:((1.832 > 2.000) and (1.832 <= 2.026))|* 0,9905 }}{{
- ifexpr:((1.833 > 2.000) and (1.833 <= 2.026))|* 0,9807 }}{{
- ifexpr:((1.834 > 2.000) and (1.834 <= 2.026))|* 1,0197 }}{{
- ifexpr:((1.835 > 2.000) and (1.835 <= 2.026))|* 1,0289 }}{{
- ifexpr:((1.836 > 2.000) and (1.836 <= 2.026))|* 1,0562 }}{{
- ifexpr:((1.837 > 2.000) and (1.837 <= 2.026))|* 1,0277 }}{{
- ifexpr:((1.838 > 2.000) and (1.838 <= 2.026))|* 0,9730 }}{{
- ifexpr:((1.839 > 2.000) and (1.839 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.840 > 2.000) and (1.840 <= 2.026))|* 0,9290 }}{{
- ifexpr:((1.841 > 2.000) and (1.841 <= 2.026))|* 1,0095 }}{{
- ifexpr:((1.842 > 2.000) and (1.842 <= 2.026))|* 0,9338 }}{{
- ifexpr:((1.843 > 2.000) and (1.843 <= 2.026))|* 0,9076 }}{{
- ifexpr:((1.844 > 2.000) and (1.844 <= 2.026))|* 1,0112 }}{{
- ifexpr:((1.845 > 2.000) and (1.845 <= 2.026))|* 1,0110 }}{{
- ifexpr:((1.846 > 2.000) and (1.846 <= 2.026))|* 1,0109 }}{{
- ifexpr:((1.847 > 2.000) and (1.847 <= 2.026))|* 1,0769 }}{{
- ifexpr:((1.848 > 2.000) and (1.848 <= 2.026))|* 0,9586 }}{{
- ifexpr:((1.849 > 2.000) and (1.849 <= 2.026))|* 0,9686 }}{{
- ifexpr:((1.850 > 2.000) and (1.850 <= 2.026))|* 1,0216 }}{{
- ifexpr:((1.851 > 2.000) and (1.851 <= 2.026))|* 0,9789 }}{{
- ifexpr:((1.852 > 2.000) and (1.852 <= 2.026))|* 1,0108 }}{{
- ifexpr:((1.853 > 2.000) and (1.853 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.854 > 2.000) and (1.854 <= 2.026))|* 1,0868 }}{{
- ifexpr:((1.855 > 2.000) and (1.855 <= 2.026))|* 1,0295 }}{{
- ifexpr:((1.856 > 2.000) and (1.856 <= 2.026))|* 0,9809 }}{{
- ifexpr:((1.857 > 2.000) and (1.857 <= 2.026))|* 1,0292 }}{{
- ifexpr:((1.858 > 2.000) and (1.858 <= 2.026))|* 0,9433 }}{{
- ifexpr:((1.859 > 2.000) and (1.859 <= 2.026))|* 1,0100 }}{{
- ifexpr:((1.860 > 2.000) and (1.860 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.861 > 2.000) and (1.861 <= 2.026))|* 1,0596 }}{{
- ifexpr:((1.862 > 2.000) and (1.862 <= 2.026))|* 1,1417 }}{{
- ifexpr:((1.863 > 2.000) and (1.863 <= 2.026))|* 1,2482 }}{{
- ifexpr:((1.864 > 2.000) and (1.864 <= 2.026))|* 1,2514 }}{{
- ifexpr:((1.865 > 2.000) and (1.865 <= 2.026))|* 1,0368 }}{{
- ifexpr:((1.866 > 2.000) and (1.866 <= 2.026))|* 0,9747 }}{{
- ifexpr:((1.867 > 2.000) and (1.867 <= 2.026))|* 0,9318 }}{{
- ifexpr:((1.868 > 2.000) and (1.868 <= 2.026))|* 0,9609 }}{{
- ifexpr:((1.869 > 2.000) and (1.869 <= 2.026))|* 0,9586 }}{{
- ifexpr:((1.870 > 2.000) and (1.870 <= 2.026))|* 0,9576 }}{{
- ifexpr:((1.871 > 2.000) and (1.871 <= 2.026))|* 0,9360 }}{{
- ifexpr:((1.872 > 2.000) and (1.872 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.873 > 2.000) and (1.873 <= 2.026))|* 0,9797 }}{{
- ifexpr:((1.874 > 2.000) and (1.874 <= 2.026))|* 0,9517 }}{{
- ifexpr:((1.875 > 2.000) and (1.875 <= 2.026))|* 0,9638 }}{{
- ifexpr:((1.876 > 2.000) and (1.876 <= 2.026))|* 0,9765 }}{{
- ifexpr:((1.877 > 2.000) and (1.877 <= 2.026))|* 0,9769 }}{{
- ifexpr:((1.878 > 2.000) and (1.878 <= 2.026))|* 0,9527 }}{{
- ifexpr:((1.879 > 2.000) and (1.879 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.880 > 2.000) and (1.880 <= 2.026))|* 1,0248 }}{{
- ifexpr:((1.881 > 2.000) and (1.881 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.882 > 2.000) and (1.882 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.883 > 2.000) and (1.883 <= 2.026))|* 0,9798 }}{{
- ifexpr:((1.884 > 2.000) and (1.884 <= 2.026))|* 0,9794 }}{{
- ifexpr:((1.885 > 2.000) and (1.885 <= 2.026))|* 0,9800 }}{{
- ifexpr:((1.886 > 2.000) and (1.886 <= 2.026))|* 0,9785 }}{{
- ifexpr:((1.887 > 2.000) and (1.887 <= 2.026))|* 1,0110 }}{{
- ifexpr:((1.888 > 2.000) and (1.888 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.889 > 2.000) and (1.889 <= 2.026))|* 0,9675 }}{{
- ifexpr:((1.890 > 2.000) and (1.890 <= 2.026))|* 0,9888 }}{{
- ifexpr:((1.891 > 2.000) and (1.891 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.892 > 2.000) and (1.892 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.893 > 2.000) and (1.893 <= 2.026))|* 0,9887 }}{{
- ifexpr:((1.894 > 2.000) and (1.894 <= 2.026))|* 0,9564 }}{{
- ifexpr:((1.895 > 2.000) and (1.895 <= 2.026))|* 0,9760 }}{{
- ifexpr:((1.896 > 2.000) and (1.896 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.897 > 2.000) and (1.897 <= 2.026))|* 0,9877 }}{{
- ifexpr:((1.898 > 2.000) and (1.898 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.899 > 2.000) and (1.899 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.900 > 2.000) and (1.900 <= 2.026))|* 1,0124 }}{{
- ifexpr:((1.901 > 2.000) and (1.901 <= 2.026))|* 1,0123 }}{{
- ifexpr:((1.902 > 2.000) and (1.902 <= 2.026))|* 1,0121 }}{{
- ifexpr:((1.903 > 2.000) and (1.903 <= 2.026))|* 1,0228 }}{{
- ifexpr:((1.904 > 2.000) and (1.904 <= 2.026))|* 1,0117 }}{{
- ifexpr:((1.905 > 2.000) and (1.905 <= 2.026))|* 0,9884 }}{{
- ifexpr:((1.906 > 2.000) and (1.906 <= 2.026))|* 1,0223 }}{{
- ifexpr:((1.907 > 2.000) and (1.907 <= 2.026))|* 1,0447 }}{{
- ifexpr:((1.908 > 2.000) and (1.908 <= 2.026))|* 0,9791 }}{{
- ifexpr:((1.909 > 2.000) and (1.909 <= 2.026))|* 0,9888 }}{{
- ifexpr:((1.910 > 2.000) and (1.910 <= 2.026))|* 1,0442 }}{{
- ifexpr:((1.911 > 2.000) and (1.911 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.912 > 2.000) and (1.912 <= 2.026))|* 1,0206 }}{{
- ifexpr:((1.913 > 2.000) and (1.913 <= 2.026))|* 1,0213 }}{{
- ifexpr:((1.914 > 2.000) and (1.914 <= 2.026))|* 1,0094 }}{{
- ifexpr:((1.915 > 2.000) and (1.915 <= 2.026))|* 1,0052 }}{{
- ifexpr:((1.916 > 2.000) and (1.916 <= 2.026))|* 1,0924 }}{{
- ifexpr:((1.917 > 2.000) and (1.917 <= 2.026))|* 1,2049 }}{{
- ifexpr:((1.918 > 2.000) and (1.918 <= 2.026))|* 1,1747 }}{{
- ifexpr:((1.919 > 2.000) and (1.919 <= 2.026))|* 1,1487 }}{{
- ifexpr:((1.920 > 2.000) and (1.920 <= 2.026))|* 1,1584 }}{{
- ifexpr:((1.921 > 2.000) and (1.921 <= 2.026))|* 0,8932 }}{{
- ifexpr:((1.922 > 2.000) and (1.922 <= 2.026))|* 0,9369 }}{{
- ifexpr:((1.923 > 2.000) and (1.923 <= 2.026))|* 1,0179 }}{{
- ifexpr:((1.924 > 2.000) and (1.924 <= 2.026))|* 1,0018 }}{{
- ifexpr:((1.925 > 2.000) and (1.925 <= 2.026))|* 1,0251 }}{{
- ifexpr:((1.926 > 2.000) and (1.926 <= 2.026))|* 1,0097 }}{{
- ifexpr:((1.927 > 2.000) and (1.927 <= 2.026))|* 0,9814 }}{{
- ifexpr:((1.928 > 2.000) and (1.928 <= 2.026))|* 0,9862 }}{{
- ifexpr:((1.929 > 2.000) and (1.929 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.930 > 2.000) and (1.930 <= 2.026))|* 0,9749 }}{{
- ifexpr:((1.931 > 2.000) and (1.931 <= 2.026))|* 0,9120 }}{{
- ifexpr:((1.932 > 2.000) and (1.932 <= 2.026))|* 0,8969 }}{{
- ifexpr:((1.933 > 2.000) and (1.933 <= 2.026))|* 0,9488 }}{{
- ifexpr:((1.934 > 2.000) and (1.934 <= 2.026))|* 1,0332 }}{{
- ifexpr:((1.935 > 2.000) and (1.935 <= 2.026))|* 1,0254 }}{{
- ifexpr:((1.936 > 2.000) and (1.936 <= 2.026))|* 1,0095 }}{{
- ifexpr:((1.937 > 2.000) and (1.937 <= 2.026))|* 1,0361 }}{{
- ifexpr:((1.938 > 2.000) and (1.938 <= 2.026))|* 0,9812 }}{{
- ifexpr:((1.939 > 2.000) and (1.939 <= 2.026))|* 0,9858 }}{{
- ifexpr:((1.940 > 2.000) and (1.940 <= 2.026))|* 1,0101 }}{{
- ifexpr:((1.941 > 2.000) and (1.941 <= 2.026))|* 1,0499 }}{{
- ifexpr:((1.942 > 2.000) and (1.942 <= 2.026))|* 1,1066 }}{{
- ifexpr:((1.943 > 2.000) and (1.943 <= 2.026))|* 1,0613 }}{{
- ifexpr:((1.944 > 2.000) and (1.944 <= 2.026))|* 1,0173 }}{{
- ifexpr:((1.945 > 2.000) and (1.945 <= 2.026))|* 1,0227 }}{{
- ifexpr:((1.946 > 2.000) and (1.946 <= 2.026))|* 1,0856 }}{{
- ifexpr:((1.947 > 2.000) and (1.947 <= 2.026))|* 1,1433 }}{{
- ifexpr:((1.948 > 2.000) and (1.948 <= 2.026))|* 1,0779 }}{{
- ifexpr:((1.949 > 2.000) and (1.949 <= 2.026))|* 0,9904 }}{{
- ifexpr:((1.950 > 2.000) and (1.950 <= 2.026))|* 1,0096 }}{{
- ifexpr:((1.951 > 2.000) and (1.951 <= 2.026))|* 1,0789 }}{{
- ifexpr:((1.952 > 2.000) and (1.952 <= 2.026))|* 1,0219 }}{{
- ifexpr:((1.953 > 2.000) and (1.953 <= 2.026))|* 1,0075 }}{{
- ifexpr:((1.954 > 2.000) and (1.954 <= 2.026))|* 1,0049 }}{{
- ifexpr:((1.955 > 2.000) and (1.955 <= 2.026))|* 0,9963 }}{{
- ifexpr:((1.956 > 2.000) and (1.956 <= 2.026))|* 1,0149 }}{{
- ifexpr:((1.957 > 2.000) and (1.957 <= 2.026))|* 1,0357 }}{{
- ifexpr:((1.958 > 2.000) and (1.958 <= 2.026))|* 1,0274 }}{{
- ifexpr:((1.959 > 2.000) and (1.959 <= 2.026))|* 1,0083 }}{{
- ifexpr:((1.960 > 2.000) and (1.960 <= 2.026))|* 1,0158 }}{{
- ifexpr:((1.961 > 2.000) and (1.961 <= 2.026))|* 1,0101 }}{{
- ifexpr:((1.962 > 2.000) and (1.962 <= 2.026))|* 1,0114 }}{{
- ifexpr:((1.963 > 2.000) and (1.963 <= 2.026))|* 1,0119 }}{{
- ifexpr:((1.964 > 2.000) and (1.964 <= 2.026))|* 1,0134 }}{{
- ifexpr:((1.965 > 2.000) and (1.965 <= 2.026))|* 1,0171 }}{{
- ifexpr:((1.966 > 2.000) and (1.966 <= 2.026))|* 1,0285 }}{{
- ifexpr:((1.967 > 2.000) and (1.967 <= 2.026))|* 1,0290 }}{{
- ifexpr:((1.968 > 2.000) and (1.968 <= 2.026))|* 1,0419 }}{{
- ifexpr:((1.969 > 2.000) and (1.969 <= 2.026))|* 1,0537 }}{{
- ifexpr:((1.970 > 2.000) and (1.970 <= 2.026))|* 1,0592 }}{{
- ifexpr:((1.971 > 2.000) and (1.971 <= 2.026))|* 1,0430 }}{{
- ifexpr:((1.972 > 2.000) and (1.972 <= 2.026))|* 1,0331 }}{{
- ifexpr:((1.973 > 2.000) and (1.973 <= 2.026))|* 1,0621 }}{{
- ifexpr:((1.974 > 2.000) and (1.974 <= 2.026))|* 1,1098 }}{{
- ifexpr:((1.975 > 2.000) and (1.975 <= 2.026))|* 1,0914 }}{{
- ifexpr:((1.976 > 2.000) and (1.976 <= 2.026))|* 1,0576 }}{{
- ifexpr:((1.977 > 2.000) and (1.977 <= 2.026))|* 1,0645 }}{{
- ifexpr:((1.978 > 2.000) and (1.978 <= 2.026))|* 1,0761 }}{{
- ifexpr:((1.979 > 2.000) and (1.979 <= 2.026))|* 1,1127 }}{{
- ifexpr:((1.980 > 2.000) and (1.980 <= 2.026))|* 1,1352 }}{{
- ifexpr:((1.981 > 2.000) and (1.981 <= 2.026))|* 1,1038 }}{{
- ifexpr:((1.982 > 2.000) and (1.982 <= 2.026))|* 1,0613 }}{{
- ifexpr:((1.983 > 2.000) and (1.983 <= 2.026))|* 1,0321 }}{{
- ifexpr:((1.984 > 2.000) and (1.984 <= 2.026))|* 1,0432 }}{{
- ifexpr:((1.985 > 2.000) and (1.985 <= 2.026))|* 1,0356 }}{{
- ifexpr:((1.986 > 2.000) and (1.986 <= 2.026))|* 1,0186 }}{{
- ifexpr:((1.987 > 2.000) and (1.987 <= 2.026))|* 1,0365 }}{{
- ifexpr:((1.988 > 2.000) and (1.988 <= 2.026))|* 1,0414 }}{{
- ifexpr:((1.989 > 2.000) and (1.989 <= 2.026))|* 1,0482 }}{{
- ifexpr:((1.990 > 2.000) and (1.990 <= 2.026))|* 1,0540 }}{{
- ifexpr:((1.991 > 2.000) and (1.991 <= 2.026))|* 1,0421 }}{{
- ifexpr:((1.992 > 2.000) and (1.992 <= 2.026))|* 1,0301 }}{{
- ifexpr:((1.993 > 2.000) and (1.993 <= 2.026))|* 1,0299 }}{{
- ifexpr:((1.994 > 2.000) and (1.994 <= 2.026))|* 1,0256 }}{{
- ifexpr:((1.995 > 2.000) and (1.995 <= 2.026))|* 1,0283 }}{{
- ifexpr:((1.996 > 2.000) and (1.996 <= 2.026))|* 1,0295 }}{{
- ifexpr:((1.997 > 2.000) and (1.997 <= 2.026))|* 1,0229 }}{{
- ifexpr:((1.998 > 2.000) and (1.998 <= 2.026))|* 1,0156 }}{{
- ifexpr:((1.999 > 2.000) and (1.999 <= 2.026))|* 1,0221 }}{{
- ifexpr:((2.000 > 2.000) and (2.000 <= 2.026))|* 1,0336 }}{{
- ifexpr:((2.001 > 2.000) and (2.001 <= 2.026))|* 1,0285 }}{{
- ifexpr:((2.002 > 2.000) and (2.002 <= 2.026))|* 1,0158 }}{{
- ifexpr:((2.003 > 2.000) and (2.003 <= 2.026))|* 1,0228 }}{{
- ifexpr:((2.004 > 2.000) and (2.004 <= 2.026))|* 1,0266 }}{{
- ifexpr:((2.005 > 2.000) and (2.005 <= 2.026))|* 1,0339 }}{{
- ifexpr:((2.006 > 2.000) and (2.006 <= 2.026))|* 1,0323 }}{{
- ifexpr:((2.007 > 2.000) and (2.007 <= 2.026))|* 1,0285 }}{{
- ifexpr:((2.008 > 2.000) and (2.008 <= 2.026))|* 1,0384 }}{{
- ifexpr:((2.009 > 2.000) and (2.009 <= 2.026))|* 0,9965 }}{{
- ifexpr:((2.010 > 2.000) and (2.010 <= 2.026))|* 1,0164 }}{{
- ifexpr:((2.011 > 2.000) and (2.011 <= 2.026))|* 1,0316 }}{{
- ifexpr:((2.012 > 2.000) and (2.012 <= 2.026))|* 1,0207 }}{{
- ifexpr:((2.013 > 2.000) and (2.013 <= 2.026))|* 1,0147 }}{{
- ifexpr:((2.014 > 2.000) and (2.014 <= 2.026))|* 1,0162 }}{{
- ifexpr:((2.015 > 2.000) and (2.015 <= 2.026))|* 1,0012 }}{{
- ifexpr:((2.016 > 2.000) and (2.016 <= 2.026))|* 1,0126 }}{{
- ifexpr:((2.017 > 2.000) and (2.017 <= 2.026))|* 1,0213 }}{{
- ifexpr:((2.018 > 2.000) and (2.018 <= 2.026))|* 1,0244 }}{{
- ifexpr:((2.019 > 2.000) and (2.019 <= 2.026))|* 1,0181 }}{{
- ifexpr:((2.020 > 2.000) and (2.020 <= 2.026))|* 1,0123 }}{{
- ifexpr:((2.021 > 2.000) and (2.021 <= 2.026))|* 1,0470 }}{{
- ifexpr:((2.022 > 2.000) and (2.022 <= 2.026))|* 1,0800 }}{{
- ifexpr:((2.023 > 2.000) and (2.023 <= 2.026))|* 1,0411 }}{{
- ifexpr:((2.024 > 2.000) and (2.024 <= 2.026))|* 1,0295 }}) round 2}} |2=1 |parse=}}}}|3|0}}}}
| Fehler
}}
}}
}}
| Fehler }} | Fehler }} Milliarden) für die Behebung von Problemen in den Jahren 2000 und 2001. Weltweit wurden schätzungsweise $308 Milliarden (${{#ifexist:Vorlage:Inflation/US/startyear| {{#iferror:
{{#if: |
{{#ifeq:2000|{{{4}}}
|308
|{{#ifexpr:
(2000 >= 1774) and
(2000 <= 2026) and
(2026 <= 2026)
| {{#expr: (308{{
- ifexpr:((1775 > 2000) and (1775 <= 2026))|* 0.9476 }}{{
- ifexpr:((1776 > 2000) and (1776 <= 2026))|* 1.1417 }}{{
- ifexpr:((1777 > 2000) and (1777 <= 2026))|* 1.2187 }}{{
- ifexpr:((1778 > 2000) and (1778 <= 2026))|* 1.2978 }}{{
- ifexpr:((1779 > 2000) and (1779 <= 2026))|* 0.8849 }}{{
- ifexpr:((1780 > 2000) and (1780 <= 2026))|* 1.1225 }}{{
- ifexpr:((1781 > 2000) and (1781 <= 2026))|* 0.8066 }}{{
- ifexpr:((1782 > 2000) and (1782 <= 2026))|* 1.0970 }}{{
- ifexpr:((1783 > 2000) and (1783 <= 2026))|* 0.8767 }}{{
- ifexpr:((1784 > 2000) and (1784 <= 2026))|* 0.9612 }}{{
- ifexpr:((1785 > 2000) and (1785 <= 2026))|* 0.9516 }}{{
- ifexpr:((1786 > 2000) and (1786 <= 2026))|* 0.9745 }}{{
- ifexpr:((1787 > 2000) and (1787 <= 2026))|* 0.9815 }}{{
- ifexpr:((1788 > 2000) and (1788 <= 2026))|* 0.9557 }}{{
- ifexpr:((1789 > 2000) and (1789 <= 2026))|* 0.9907 }}{{
- ifexpr:((1790 > 2000) and (1790 <= 2026))|* 1.0375 }}{{
- ifexpr:((1791 > 2000) and (1791 <= 2026))|* 1.0271 }}{{
- ifexpr:((1792 > 2000) and (1792 <= 2026))|* 1.0187 }}{{
- ifexpr:((1793 > 2000) and (1793 <= 2026))|* 1.0345 }}{{
- ifexpr:((1794 > 2000) and (1794 <= 2026))|* 1.1095 }}{{
- ifexpr:((1795 > 2000) and (1795 <= 2026))|* 1.1438 }}{{
- ifexpr:((1796 > 2000) and (1796 <= 2026))|* 1.0526 }}{{
- ifexpr:((1797 > 2000) and (1797 <= 2026))|* 0.9625 }}{{
- ifexpr:((1798 > 2000) and (1798 <= 2026))|* 0.9667 }}{{
- ifexpr:((1799 > 2000) and (1799 <= 2026))|* 1.0000 }}{{
- ifexpr:((1800 > 2000) and (1800 <= 2026))|* 1.0210 }}{{
- ifexpr:((1801 > 2000) and (1801 <= 2026))|* 1.0131 }}{{
- ifexpr:((1802 > 2000) and (1802 <= 2026))|* 0.8427 }}{{
- ifexpr:((1803 > 2000) and (1803 <= 2026))|* 1.0549 }}{{
- ifexpr:((1804 > 2000) and (1804 <= 2026))|* 1.0438 }}{{
- ifexpr:((1805 > 2000) and (1805 <= 2026))|* 0.9930 }}{{
- ifexpr:((1806 > 2000) and (1806 <= 2026))|* 1.0423 }}{{
- ifexpr:((1807 > 2000) and (1807 <= 2026))|* 0.9459 }}{{
- ifexpr:((1808 > 2000) and (1808 <= 2026))|* 1.0866 }}{{
- ifexpr:((1809 > 2000) and (1809 <= 2026))|* 0.9795 }}{{
- ifexpr:((1810 > 2000) and (1810 <= 2026))|* 1.0000 }}{{
- ifexpr:((1811 > 2000) and (1811 <= 2026))|* 1.0680 }}{{
- ifexpr:((1812 > 2000) and (1812 <= 2026))|* 1.0126 }}{{
- ifexpr:((1813 > 2000) and (1813 <= 2026))|* 1.2002 }}{{
- ifexpr:((1814 > 2000) and (1814 <= 2026))|* 1.0989 }}{{
- ifexpr:((1815 > 2000) and (1815 <= 2026))|* 0.8771 }}{{
- ifexpr:((1816 > 2000) and (1816 <= 2026))|* 0.9135 }}{{
- ifexpr:((1817 > 2000) and (1817 <= 2026))|* 0.9464 }}{{
- ifexpr:((1818 > 2000) and (1818 <= 2026))|* 0.9566 }}{{
- ifexpr:((1819 > 2000) and (1819 <= 2026))|* 1.0000 }}{{
- ifexpr:((1820 > 2000) and (1820 <= 2026))|* 0.9213 }}{{
- ifexpr:((1821 > 2000) and (1821 <= 2026))|* 0.9648 }}{{
- ifexpr:((1822 > 2000) and (1822 <= 2026))|* 1.0365 }}{{
- ifexpr:((1823 > 2000) and (1823 <= 2026))|* 0.8935 }}{{
- ifexpr:((1824 > 2000) and (1824 <= 2026))|* 0.9212 }}{{
- ifexpr:((1825 > 2000) and (1825 <= 2026))|* 1.0257 }}{{
- ifexpr:((1826 > 2000) and (1826 <= 2026))|* 1.0000 }}{{
- ifexpr:((1827 > 2000) and (1827 <= 2026))|* 1.0083 }}{{
- ifexpr:((1828 > 2000) and (1828 <= 2026))|* 0.9504 }}{{
- ifexpr:((1829 > 2000) and (1829 <= 2026))|* 0.9815 }}{{
- ifexpr:((1830 > 2000) and (1830 <= 2026))|* 0.9911 }}{{
- ifexpr:((1831 > 2000) and (1831 <= 2026))|* 0.9374 }}{{
- ifexpr:((1832 > 2000) and (1832 <= 2026))|* 0.9905 }}{{
- ifexpr:((1833 > 2000) and (1833 <= 2026))|* 0.9807 }}{{
- ifexpr:((1834 > 2000) and (1834 <= 2026))|* 1.0197 }}{{
- ifexpr:((1835 > 2000) and (1835 <= 2026))|* 1.0289 }}{{
- ifexpr:((1836 > 2000) and (1836 <= 2026))|* 1.0562 }}{{
- ifexpr:((1837 > 2000) and (1837 <= 2026))|* 1.0277 }}{{
- ifexpr:((1838 > 2000) and (1838 <= 2026))|* 0.9730 }}{{
- ifexpr:((1839 > 2000) and (1839 <= 2026))|* 1.0000 }}{{
- ifexpr:((1840 > 2000) and (1840 <= 2026))|* 0.9290 }}{{
- ifexpr:((1841 > 2000) and (1841 <= 2026))|* 1.0095 }}{{
- ifexpr:((1842 > 2000) and (1842 <= 2026))|* 0.9338 }}{{
- ifexpr:((1843 > 2000) and (1843 <= 2026))|* 0.9076 }}{{
- ifexpr:((1844 > 2000) and (1844 <= 2026))|* 1.0112 }}{{
- ifexpr:((1845 > 2000) and (1845 <= 2026))|* 1.0110 }}{{
- ifexpr:((1846 > 2000) and (1846 <= 2026))|* 1.0109 }}{{
- ifexpr:((1847 > 2000) and (1847 <= 2026))|* 1.0769 }}{{
- ifexpr:((1848 > 2000) and (1848 <= 2026))|* 0.9586 }}{{
- ifexpr:((1849 > 2000) and (1849 <= 2026))|* 0.9686 }}{{
- ifexpr:((1850 > 2000) and (1850 <= 2026))|* 1.0216 }}{{
- ifexpr:((1851 > 2000) and (1851 <= 2026))|* 0.9789 }}{{
- ifexpr:((1852 > 2000) and (1852 <= 2026))|* 1.0108 }}{{
- ifexpr:((1853 > 2000) and (1853 <= 2026))|* 1.0000 }}{{
- ifexpr:((1854 > 2000) and (1854 <= 2026))|* 1.0868 }}{{
- ifexpr:((1855 > 2000) and (1855 <= 2026))|* 1.0295 }}{{
- ifexpr:((1856 > 2000) and (1856 <= 2026))|* 0.9809 }}{{
- ifexpr:((1857 > 2000) and (1857 <= 2026))|* 1.0292 }}{{
- ifexpr:((1858 > 2000) and (1858 <= 2026))|* 0.9433 }}{{
- ifexpr:((1859 > 2000) and (1859 <= 2026))|* 1.0100 }}{{
- ifexpr:((1860 > 2000) and (1860 <= 2026))|* 1.0000 }}{{
- ifexpr:((1861 > 2000) and (1861 <= 2026))|* 1.0596 }}{{
- ifexpr:((1862 > 2000) and (1862 <= 2026))|* 1.1417 }}{{
- ifexpr:((1863 > 2000) and (1863 <= 2026))|* 1.2482 }}{{
- ifexpr:((1864 > 2000) and (1864 <= 2026))|* 1.2514 }}{{
- ifexpr:((1865 > 2000) and (1865 <= 2026))|* 1.0368 }}{{
- ifexpr:((1866 > 2000) and (1866 <= 2026))|* 0.9747 }}{{
- ifexpr:((1867 > 2000) and (1867 <= 2026))|* 0.9318 }}{{
- ifexpr:((1868 > 2000) and (1868 <= 2026))|* 0.9609 }}{{
- ifexpr:((1869 > 2000) and (1869 <= 2026))|* 0.9586 }}{{
- ifexpr:((1870 > 2000) and (1870 <= 2026))|* 0.9576 }}{{
- ifexpr:((1871 > 2000) and (1871 <= 2026))|* 0.9360 }}{{
- ifexpr:((1872 > 2000) and (1872 <= 2026))|* 1.0000 }}{{
- ifexpr:((1873 > 2000) and (1873 <= 2026))|* 0.9797 }}{{
- ifexpr:((1874 > 2000) and (1874 <= 2026))|* 0.9517 }}{{
- ifexpr:((1875 > 2000) and (1875 <= 2026))|* 0.9638 }}{{
- ifexpr:((1876 > 2000) and (1876 <= 2026))|* 0.9765 }}{{
- ifexpr:((1877 > 2000) and (1877 <= 2026))|* 0.9769 }}{{
- ifexpr:((1878 > 2000) and (1878 <= 2026))|* 0.9527 }}{{
- ifexpr:((1879 > 2000) and (1879 <= 2026))|* 1.0000 }}{{
- ifexpr:((1880 > 2000) and (1880 <= 2026))|* 1.0248 }}{{
- ifexpr:((1881 > 2000) and (1881 <= 2026))|* 1.0000 }}{{
- ifexpr:((1882 > 2000) and (1882 <= 2026))|* 1.0000 }}{{
- ifexpr:((1883 > 2000) and (1883 <= 2026))|* 0.9798 }}{{
- ifexpr:((1884 > 2000) and (1884 <= 2026))|* 0.9794 }}{{
- ifexpr:((1885 > 2000) and (1885 <= 2026))|* 0.9800 }}{{
- ifexpr:((1886 > 2000) and (1886 <= 2026))|* 0.9785 }}{{
- ifexpr:((1887 > 2000) and (1887 <= 2026))|* 1.0110 }}{{
- ifexpr:((1888 > 2000) and (1888 <= 2026))|* 1.0000 }}{{
- ifexpr:((1889 > 2000) and (1889 <= 2026))|* 0.9675 }}{{
- ifexpr:((1890 > 2000) and (1890 <= 2026))|* 0.9888 }}{{
- ifexpr:((1891 > 2000) and (1891 <= 2026))|* 1.0000 }}{{
- ifexpr:((1892 > 2000) and (1892 <= 2026))|* 1.0000 }}{{
- ifexpr:((1893 > 2000) and (1893 <= 2026))|* 0.9887 }}{{
- ifexpr:((1894 > 2000) and (1894 <= 2026))|* 0.9564 }}{{
- ifexpr:((1895 > 2000) and (1895 <= 2026))|* 0.9760 }}{{
- ifexpr:((1896 > 2000) and (1896 <= 2026))|* 1.0000 }}{{
- ifexpr:((1897 > 2000) and (1897 <= 2026))|* 0.9877 }}{{
- ifexpr:((1898 > 2000) and (1898 <= 2026))|* 1.0000 }}{{
- ifexpr:((1899 > 2000) and (1899 <= 2026))|* 1.0000 }}{{
- ifexpr:((1900 > 2000) and (1900 <= 2026))|* 1.0124 }}{{
- ifexpr:((1901 > 2000) and (1901 <= 2026))|* 1.0123 }}{{
- ifexpr:((1902 > 2000) and (1902 <= 2026))|* 1.0121 }}{{
- ifexpr:((1903 > 2000) and (1903 <= 2026))|* 1.0228 }}{{
- ifexpr:((1904 > 2000) and (1904 <= 2026))|* 1.0117 }}{{
- ifexpr:((1905 > 2000) and (1905 <= 2026))|* 0.9884 }}{{
- ifexpr:((1906 > 2000) and (1906 <= 2026))|* 1.0223 }}{{
- ifexpr:((1907 > 2000) and (1907 <= 2026))|* 1.0447 }}{{
- ifexpr:((1908 > 2000) and (1908 <= 2026))|* 0.9791 }}{{
- ifexpr:((1909 > 2000) and (1909 <= 2026))|* 0.9888 }}{{
- ifexpr:((1910 > 2000) and (1910 <= 2026))|* 1.0442 }}{{
- ifexpr:((1911 > 2000) and (1911 <= 2026))|* 1.0000 }}{{
- ifexpr:((1912 > 2000) and (1912 <= 2026))|* 1.0206 }}{{
- ifexpr:((1913 > 2000) and (1913 <= 2026))|* 1.0213 }}{{
- ifexpr:((1914 > 2000) and (1914 <= 2026))|* 1.0094 }}{{
- ifexpr:((1915 > 2000) and (1915 <= 2026))|* 1.0052 }}{{
- ifexpr:((1916 > 2000) and (1916 <= 2026))|* 1.0924 }}{{
- ifexpr:((1917 > 2000) and (1917 <= 2026))|* 1.2049 }}{{
- ifexpr:((1918 > 2000) and (1918 <= 2026))|* 1.1747 }}{{
- ifexpr:((1919 > 2000) and (1919 <= 2026))|* 1.1487 }}{{
- ifexpr:((1920 > 2000) and (1920 <= 2026))|* 1.1584 }}{{
- ifexpr:((1921 > 2000) and (1921 <= 2026))|* 0.8932 }}{{
- ifexpr:((1922 > 2000) and (1922 <= 2026))|* 0.9369 }}{{
- ifexpr:((1923 > 2000) and (1923 <= 2026))|* 1.0179 }}{{
- ifexpr:((1924 > 2000) and (1924 <= 2026))|* 1.0018 }}{{
- ifexpr:((1925 > 2000) and (1925 <= 2026))|* 1.0251 }}{{
- ifexpr:((1926 > 2000) and (1926 <= 2026))|* 1.0097 }}{{
- ifexpr:((1927 > 2000) and (1927 <= 2026))|* 0.9814 }}{{
- ifexpr:((1928 > 2000) and (1928 <= 2026))|* 0.9862 }}{{
- ifexpr:((1929 > 2000) and (1929 <= 2026))|* 1.0000 }}{{
- ifexpr:((1930 > 2000) and (1930 <= 2026))|* 0.9749 }}{{
- ifexpr:((1931 > 2000) and (1931 <= 2026))|* 0.9120 }}{{
- ifexpr:((1932 > 2000) and (1932 <= 2026))|* 0.8969 }}{{
- ifexpr:((1933 > 2000) and (1933 <= 2026))|* 0.9488 }}{{
- ifexpr:((1934 > 2000) and (1934 <= 2026))|* 1.0332 }}{{
- ifexpr:((1935 > 2000) and (1935 <= 2026))|* 1.0254 }}{{
- ifexpr:((1936 > 2000) and (1936 <= 2026))|* 1.0095 }}{{
- ifexpr:((1937 > 2000) and (1937 <= 2026))|* 1.0361 }}{{
- ifexpr:((1938 > 2000) and (1938 <= 2026))|* 0.9812 }}{{
- ifexpr:((1939 > 2000) and (1939 <= 2026))|* 0.9858 }}{{
- ifexpr:((1940 > 2000) and (1940 <= 2026))|* 1.0101 }}{{
- ifexpr:((1941 > 2000) and (1941 <= 2026))|* 1.0499 }}{{
- ifexpr:((1942 > 2000) and (1942 <= 2026))|* 1.1066 }}{{
- ifexpr:((1943 > 2000) and (1943 <= 2026))|* 1.0613 }}{{
- ifexpr:((1944 > 2000) and (1944 <= 2026))|* 1.0173 }}{{
- ifexpr:((1945 > 2000) and (1945 <= 2026))|* 1.0227 }}{{
- ifexpr:((1946 > 2000) and (1946 <= 2026))|* 1.0856 }}{{
- ifexpr:((1947 > 2000) and (1947 <= 2026))|* 1.1433 }}{{
- ifexpr:((1948 > 2000) and (1948 <= 2026))|* 1.0779 }}{{
- ifexpr:((1949 > 2000) and (1949 <= 2026))|* 0.9904 }}{{
- ifexpr:((1950 > 2000) and (1950 <= 2026))|* 1.0096 }}{{
- ifexpr:((1951 > 2000) and (1951 <= 2026))|* 1.0789 }}{{
- ifexpr:((1952 > 2000) and (1952 <= 2026))|* 1.0219 }}{{
- ifexpr:((1953 > 2000) and (1953 <= 2026))|* 1.0075 }}{{
- ifexpr:((1954 > 2000) and (1954 <= 2026))|* 1.0049 }}{{
- ifexpr:((1955 > 2000) and (1955 <= 2026))|* 0.9963 }}{{
- ifexpr:((1956 > 2000) and (1956 <= 2026))|* 1.0149 }}{{
- ifexpr:((1957 > 2000) and (1957 <= 2026))|* 1.0357 }}{{
- ifexpr:((1958 > 2000) and (1958 <= 2026))|* 1.0274 }}{{
- ifexpr:((1959 > 2000) and (1959 <= 2026))|* 1.0083 }}{{
- ifexpr:((1960 > 2000) and (1960 <= 2026))|* 1.0158 }}{{
- ifexpr:((1961 > 2000) and (1961 <= 2026))|* 1.0101 }}{{
- ifexpr:((1962 > 2000) and (1962 <= 2026))|* 1.0114 }}{{
- ifexpr:((1963 > 2000) and (1963 <= 2026))|* 1.0119 }}{{
- ifexpr:((1964 > 2000) and (1964 <= 2026))|* 1.0134 }}{{
- ifexpr:((1965 > 2000) and (1965 <= 2026))|* 1.0171 }}{{
- ifexpr:((1966 > 2000) and (1966 <= 2026))|* 1.0285 }}{{
- ifexpr:((1967 > 2000) and (1967 <= 2026))|* 1.0290 }}{{
- ifexpr:((1968 > 2000) and (1968 <= 2026))|* 1.0419 }}{{
- ifexpr:((1969 > 2000) and (1969 <= 2026))|* 1.0537 }}{{
- ifexpr:((1970 > 2000) and (1970 <= 2026))|* 1.0592 }}{{
- ifexpr:((1971 > 2000) and (1971 <= 2026))|* 1.0430 }}{{
- ifexpr:((1972 > 2000) and (1972 <= 2026))|* 1.0331 }}{{
- ifexpr:((1973 > 2000) and (1973 <= 2026))|* 1.0621 }}{{
- ifexpr:((1974 > 2000) and (1974 <= 2026))|* 1.1098 }}{{
- ifexpr:((1975 > 2000) and (1975 <= 2026))|* 1.0914 }}{{
- ifexpr:((1976 > 2000) and (1976 <= 2026))|* 1.0576 }}{{
- ifexpr:((1977 > 2000) and (1977 <= 2026))|* 1.0645 }}{{
- ifexpr:((1978 > 2000) and (1978 <= 2026))|* 1.0761 }}{{
- ifexpr:((1979 > 2000) and (1979 <= 2026))|* 1.1127 }}{{
- ifexpr:((1980 > 2000) and (1980 <= 2026))|* 1.1352 }}{{
- ifexpr:((1981 > 2000) and (1981 <= 2026))|* 1.1038 }}{{
- ifexpr:((1982 > 2000) and (1982 <= 2026))|* 1.0613 }}{{
- ifexpr:((1983 > 2000) and (1983 <= 2026))|* 1.0321 }}{{
- ifexpr:((1984 > 2000) and (1984 <= 2026))|* 1.0432 }}{{
- ifexpr:((1985 > 2000) and (1985 <= 2026))|* 1.0356 }}{{
- ifexpr:((1986 > 2000) and (1986 <= 2026))|* 1.0186 }}{{
- ifexpr:((1987 > 2000) and (1987 <= 2026))|* 1.0365 }}{{
- ifexpr:((1988 > 2000) and (1988 <= 2026))|* 1.0414 }}{{
- ifexpr:((1989 > 2000) and (1989 <= 2026))|* 1.0482 }}{{
- ifexpr:((1990 > 2000) and (1990 <= 2026))|* 1.0540 }}{{
- ifexpr:((1991 > 2000) and (1991 <= 2026))|* 1.0421 }}{{
- ifexpr:((1992 > 2000) and (1992 <= 2026))|* 1.0301 }}{{
- ifexpr:((1993 > 2000) and (1993 <= 2026))|* 1.0299 }}{{
- ifexpr:((1994 > 2000) and (1994 <= 2026))|* 1.0256 }}{{
- ifexpr:((1995 > 2000) and (1995 <= 2026))|* 1.0283 }}{{
- ifexpr:((1996 > 2000) and (1996 <= 2026))|* 1.0295 }}{{
- ifexpr:((1997 > 2000) and (1997 <= 2026))|* 1.0229 }}{{
- ifexpr:((1998 > 2000) and (1998 <= 2026))|* 1.0156 }}{{
- ifexpr:((1999 > 2000) and (1999 <= 2026))|* 1.0221 }}{{
- ifexpr:((2000 > 2000) and (2000 <= 2026))|* 1.0336 }}{{
- ifexpr:((2001 > 2000) and (2001 <= 2026))|* 1.0285 }}{{
- ifexpr:((2002 > 2000) and (2002 <= 2026))|* 1.0158 }}{{
- ifexpr:((2003 > 2000) and (2003 <= 2026))|* 1.0228 }}{{
- ifexpr:((2004 > 2000) and (2004 <= 2026))|* 1.0266 }}{{
- ifexpr:((2005 > 2000) and (2005 <= 2026))|* 1.0339 }}{{
- ifexpr:((2006 > 2000) and (2006 <= 2026))|* 1.0323 }}{{
- ifexpr:((2007 > 2000) and (2007 <= 2026))|* 1.0285 }}{{
- ifexpr:((2008 > 2000) and (2008 <= 2026))|* 1.0384 }}{{
- ifexpr:((2009 > 2000) and (2009 <= 2026))|* 0.9965 }}{{
- ifexpr:((2010 > 2000) and (2010 <= 2026))|* 1.0164 }}{{
- ifexpr:((2011 > 2000) and (2011 <= 2026))|* 1.0316 }}{{
- ifexpr:((2012 > 2000) and (2012 <= 2026))|* 1.0207 }}{{
- ifexpr:((2013 > 2000) and (2013 <= 2026))|* 1.0147 }}{{
- ifexpr:((2014 > 2000) and (2014 <= 2026))|* 1.0162 }}{{
- ifexpr:((2015 > 2000) and (2015 <= 2026))|* 1.0012 }}{{
- ifexpr:((2016 > 2000) and (2016 <= 2026))|* 1.0126 }}{{
- ifexpr:((2017 > 2000) and (2017 <= 2026))|* 1.0213 }}{{
- ifexpr:((2018 > 2000) and (2018 <= 2026))|* 1.0244 }}{{
- ifexpr:((2019 > 2000) and (2019 <= 2026))|* 1.0181 }}{{
- ifexpr:((2020 > 2000) and (2020 <= 2026))|* 1.0123 }}{{
- ifexpr:((2021 > 2000) and (2021 <= 2026))|* 1.0470 }}{{
- ifexpr:((2022 > 2000) and (2022 <= 2026))|* 1.0800 }}{{
- ifexpr:((2023 > 2000) and (2023 <= 2026))|* 1.0411 }}{{
- ifexpr:((2024 > 2000) and (2024 <= 2026))|* 1.0295 }}) round 0}}{{#ifeq:0|2|{{#ifeq:{{#invoke:Str|len|{{#invoke:Expr|modulo |1={{#expr: (308{{
- ifexpr:((1775 > 2000) and (1775 <= 2026))|* 0.9476 }}{{
- ifexpr:((1776 > 2000) and (1776 <= 2026))|* 1.1417 }}{{
- ifexpr:((1777 > 2000) and (1777 <= 2026))|* 1.2187 }}{{
- ifexpr:((1778 > 2000) and (1778 <= 2026))|* 1.2978 }}{{
- ifexpr:((1779 > 2000) and (1779 <= 2026))|* 0.8849 }}{{
- ifexpr:((1780 > 2000) and (1780 <= 2026))|* 1.1225 }}{{
- ifexpr:((1781 > 2000) and (1781 <= 2026))|* 0.8066 }}{{
- ifexpr:((1782 > 2000) and (1782 <= 2026))|* 1.0970 }}{{
- ifexpr:((1783 > 2000) and (1783 <= 2026))|* 0.8767 }}{{
- ifexpr:((1784 > 2000) and (1784 <= 2026))|* 0.9612 }}{{
- ifexpr:((1785 > 2000) and (1785 <= 2026))|* 0.9516 }}{{
- ifexpr:((1786 > 2000) and (1786 <= 2026))|* 0.9745 }}{{
- ifexpr:((1787 > 2000) and (1787 <= 2026))|* 0.9815 }}{{
- ifexpr:((1788 > 2000) and (1788 <= 2026))|* 0.9557 }}{{
- ifexpr:((1789 > 2000) and (1789 <= 2026))|* 0.9907 }}{{
- ifexpr:((1790 > 2000) and (1790 <= 2026))|* 1.0375 }}{{
- ifexpr:((1791 > 2000) and (1791 <= 2026))|* 1.0271 }}{{
- ifexpr:((1792 > 2000) and (1792 <= 2026))|* 1.0187 }}{{
- ifexpr:((1793 > 2000) and (1793 <= 2026))|* 1.0345 }}{{
- ifexpr:((1794 > 2000) and (1794 <= 2026))|* 1.1095 }}{{
- ifexpr:((1795 > 2000) and (1795 <= 2026))|* 1.1438 }}{{
- ifexpr:((1796 > 2000) and (1796 <= 2026))|* 1.0526 }}{{
- ifexpr:((1797 > 2000) and (1797 <= 2026))|* 0.9625 }}{{
- ifexpr:((1798 > 2000) and (1798 <= 2026))|* 0.9667 }}{{
- ifexpr:((1799 > 2000) and (1799 <= 2026))|* 1.0000 }}{{
- ifexpr:((1800 > 2000) and (1800 <= 2026))|* 1.0210 }}{{
- ifexpr:((1801 > 2000) and (1801 <= 2026))|* 1.0131 }}{{
- ifexpr:((1802 > 2000) and (1802 <= 2026))|* 0.8427 }}{{
- ifexpr:((1803 > 2000) and (1803 <= 2026))|* 1.0549 }}{{
- ifexpr:((1804 > 2000) and (1804 <= 2026))|* 1.0438 }}{{
- ifexpr:((1805 > 2000) and (1805 <= 2026))|* 0.9930 }}{{
- ifexpr:((1806 > 2000) and (1806 <= 2026))|* 1.0423 }}{{
- ifexpr:((1807 > 2000) and (1807 <= 2026))|* 0.9459 }}{{
- ifexpr:((1808 > 2000) and (1808 <= 2026))|* 1.0866 }}{{
- ifexpr:((1809 > 2000) and (1809 <= 2026))|* 0.9795 }}{{
- ifexpr:((1810 > 2000) and (1810 <= 2026))|* 1.0000 }}{{
- ifexpr:((1811 > 2000) and (1811 <= 2026))|* 1.0680 }}{{
- ifexpr:((1812 > 2000) and (1812 <= 2026))|* 1.0126 }}{{
- ifexpr:((1813 > 2000) and (1813 <= 2026))|* 1.2002 }}{{
- ifexpr:((1814 > 2000) and (1814 <= 2026))|* 1.0989 }}{{
- ifexpr:((1815 > 2000) and (1815 <= 2026))|* 0.8771 }}{{
- ifexpr:((1816 > 2000) and (1816 <= 2026))|* 0.9135 }}{{
- ifexpr:((1817 > 2000) and (1817 <= 2026))|* 0.9464 }}{{
- ifexpr:((1818 > 2000) and (1818 <= 2026))|* 0.9566 }}{{
- ifexpr:((1819 > 2000) and (1819 <= 2026))|* 1.0000 }}{{
- ifexpr:((1820 > 2000) and (1820 <= 2026))|* 0.9213 }}{{
- ifexpr:((1821 > 2000) and (1821 <= 2026))|* 0.9648 }}{{
- ifexpr:((1822 > 2000) and (1822 <= 2026))|* 1.0365 }}{{
- ifexpr:((1823 > 2000) and (1823 <= 2026))|* 0.8935 }}{{
- ifexpr:((1824 > 2000) and (1824 <= 2026))|* 0.9212 }}{{
- ifexpr:((1825 > 2000) and (1825 <= 2026))|* 1.0257 }}{{
- ifexpr:((1826 > 2000) and (1826 <= 2026))|* 1.0000 }}{{
- ifexpr:((1827 > 2000) and (1827 <= 2026))|* 1.0083 }}{{
- ifexpr:((1828 > 2000) and (1828 <= 2026))|* 0.9504 }}{{
- ifexpr:((1829 > 2000) and (1829 <= 2026))|* 0.9815 }}{{
- ifexpr:((1830 > 2000) and (1830 <= 2026))|* 0.9911 }}{{
- ifexpr:((1831 > 2000) and (1831 <= 2026))|* 0.9374 }}{{
- ifexpr:((1832 > 2000) and (1832 <= 2026))|* 0.9905 }}{{
- ifexpr:((1833 > 2000) and (1833 <= 2026))|* 0.9807 }}{{
- ifexpr:((1834 > 2000) and (1834 <= 2026))|* 1.0197 }}{{
- ifexpr:((1835 > 2000) and (1835 <= 2026))|* 1.0289 }}{{
- ifexpr:((1836 > 2000) and (1836 <= 2026))|* 1.0562 }}{{
- ifexpr:((1837 > 2000) and (1837 <= 2026))|* 1.0277 }}{{
- ifexpr:((1838 > 2000) and (1838 <= 2026))|* 0.9730 }}{{
- ifexpr:((1839 > 2000) and (1839 <= 2026))|* 1.0000 }}{{
- ifexpr:((1840 > 2000) and (1840 <= 2026))|* 0.9290 }}{{
- ifexpr:((1841 > 2000) and (1841 <= 2026))|* 1.0095 }}{{
- ifexpr:((1842 > 2000) and (1842 <= 2026))|* 0.9338 }}{{
- ifexpr:((1843 > 2000) and (1843 <= 2026))|* 0.9076 }}{{
- ifexpr:((1844 > 2000) and (1844 <= 2026))|* 1.0112 }}{{
- ifexpr:((1845 > 2000) and (1845 <= 2026))|* 1.0110 }}{{
- ifexpr:((1846 > 2000) and (1846 <= 2026))|* 1.0109 }}{{
- ifexpr:((1847 > 2000) and (1847 <= 2026))|* 1.0769 }}{{
- ifexpr:((1848 > 2000) and (1848 <= 2026))|* 0.9586 }}{{
- ifexpr:((1849 > 2000) and (1849 <= 2026))|* 0.9686 }}{{
- ifexpr:((1850 > 2000) and (1850 <= 2026))|* 1.0216 }}{{
- ifexpr:((1851 > 2000) and (1851 <= 2026))|* 0.9789 }}{{
- ifexpr:((1852 > 2000) and (1852 <= 2026))|* 1.0108 }}{{
- ifexpr:((1853 > 2000) and (1853 <= 2026))|* 1.0000 }}{{
- ifexpr:((1854 > 2000) and (1854 <= 2026))|* 1.0868 }}{{
- ifexpr:((1855 > 2000) and (1855 <= 2026))|* 1.0295 }}{{
- ifexpr:((1856 > 2000) and (1856 <= 2026))|* 0.9809 }}{{
- ifexpr:((1857 > 2000) and (1857 <= 2026))|* 1.0292 }}{{
- ifexpr:((1858 > 2000) and (1858 <= 2026))|* 0.9433 }}{{
- ifexpr:((1859 > 2000) and (1859 <= 2026))|* 1.0100 }}{{
- ifexpr:((1860 > 2000) and (1860 <= 2026))|* 1.0000 }}{{
- ifexpr:((1861 > 2000) and (1861 <= 2026))|* 1.0596 }}{{
- ifexpr:((1862 > 2000) and (1862 <= 2026))|* 1.1417 }}{{
- ifexpr:((1863 > 2000) and (1863 <= 2026))|* 1.2482 }}{{
- ifexpr:((1864 > 2000) and (1864 <= 2026))|* 1.2514 }}{{
- ifexpr:((1865 > 2000) and (1865 <= 2026))|* 1.0368 }}{{
- ifexpr:((1866 > 2000) and (1866 <= 2026))|* 0.9747 }}{{
- ifexpr:((1867 > 2000) and (1867 <= 2026))|* 0.9318 }}{{
- ifexpr:((1868 > 2000) and (1868 <= 2026))|* 0.9609 }}{{
- ifexpr:((1869 > 2000) and (1869 <= 2026))|* 0.9586 }}{{
- ifexpr:((1870 > 2000) and (1870 <= 2026))|* 0.9576 }}{{
- ifexpr:((1871 > 2000) and (1871 <= 2026))|* 0.9360 }}{{
- ifexpr:((1872 > 2000) and (1872 <= 2026))|* 1.0000 }}{{
- ifexpr:((1873 > 2000) and (1873 <= 2026))|* 0.9797 }}{{
- ifexpr:((1874 > 2000) and (1874 <= 2026))|* 0.9517 }}{{
- ifexpr:((1875 > 2000) and (1875 <= 2026))|* 0.9638 }}{{
- ifexpr:((1876 > 2000) and (1876 <= 2026))|* 0.9765 }}{{
- ifexpr:((1877 > 2000) and (1877 <= 2026))|* 0.9769 }}{{
- ifexpr:((1878 > 2000) and (1878 <= 2026))|* 0.9527 }}{{
- ifexpr:((1879 > 2000) and (1879 <= 2026))|* 1.0000 }}{{
- ifexpr:((1880 > 2000) and (1880 <= 2026))|* 1.0248 }}{{
- ifexpr:((1881 > 2000) and (1881 <= 2026))|* 1.0000 }}{{
- ifexpr:((1882 > 2000) and (1882 <= 2026))|* 1.0000 }}{{
- ifexpr:((1883 > 2000) and (1883 <= 2026))|* 0.9798 }}{{
- ifexpr:((1884 > 2000) and (1884 <= 2026))|* 0.9794 }}{{
- ifexpr:((1885 > 2000) and (1885 <= 2026))|* 0.9800 }}{{
- ifexpr:((1886 > 2000) and (1886 <= 2026))|* 0.9785 }}{{
- ifexpr:((1887 > 2000) and (1887 <= 2026))|* 1.0110 }}{{
- ifexpr:((1888 > 2000) and (1888 <= 2026))|* 1.0000 }}{{
- ifexpr:((1889 > 2000) and (1889 <= 2026))|* 0.9675 }}{{
- ifexpr:((1890 > 2000) and (1890 <= 2026))|* 0.9888 }}{{
- ifexpr:((1891 > 2000) and (1891 <= 2026))|* 1.0000 }}{{
- ifexpr:((1892 > 2000) and (1892 <= 2026))|* 1.0000 }}{{
- ifexpr:((1893 > 2000) and (1893 <= 2026))|* 0.9887 }}{{
- ifexpr:((1894 > 2000) and (1894 <= 2026))|* 0.9564 }}{{
- ifexpr:((1895 > 2000) and (1895 <= 2026))|* 0.9760 }}{{
- ifexpr:((1896 > 2000) and (1896 <= 2026))|* 1.0000 }}{{
- ifexpr:((1897 > 2000) and (1897 <= 2026))|* 0.9877 }}{{
- ifexpr:((1898 > 2000) and (1898 <= 2026))|* 1.0000 }}{{
- ifexpr:((1899 > 2000) and (1899 <= 2026))|* 1.0000 }}{{
- ifexpr:((1900 > 2000) and (1900 <= 2026))|* 1.0124 }}{{
- ifexpr:((1901 > 2000) and (1901 <= 2026))|* 1.0123 }}{{
- ifexpr:((1902 > 2000) and (1902 <= 2026))|* 1.0121 }}{{
- ifexpr:((1903 > 2000) and (1903 <= 2026))|* 1.0228 }}{{
- ifexpr:((1904 > 2000) and (1904 <= 2026))|* 1.0117 }}{{
- ifexpr:((1905 > 2000) and (1905 <= 2026))|* 0.9884 }}{{
- ifexpr:((1906 > 2000) and (1906 <= 2026))|* 1.0223 }}{{
- ifexpr:((1907 > 2000) and (1907 <= 2026))|* 1.0447 }}{{
- ifexpr:((1908 > 2000) and (1908 <= 2026))|* 0.9791 }}{{
- ifexpr:((1909 > 2000) and (1909 <= 2026))|* 0.9888 }}{{
- ifexpr:((1910 > 2000) and (1910 <= 2026))|* 1.0442 }}{{
- ifexpr:((1911 > 2000) and (1911 <= 2026))|* 1.0000 }}{{
- ifexpr:((1912 > 2000) and (1912 <= 2026))|* 1.0206 }}{{
- ifexpr:((1913 > 2000) and (1913 <= 2026))|* 1.0213 }}{{
- ifexpr:((1914 > 2000) and (1914 <= 2026))|* 1.0094 }}{{
- ifexpr:((1915 > 2000) and (1915 <= 2026))|* 1.0052 }}{{
- ifexpr:((1916 > 2000) and (1916 <= 2026))|* 1.0924 }}{{
- ifexpr:((1917 > 2000) and (1917 <= 2026))|* 1.2049 }}{{
- ifexpr:((1918 > 2000) and (1918 <= 2026))|* 1.1747 }}{{
- ifexpr:((1919 > 2000) and (1919 <= 2026))|* 1.1487 }}{{
- ifexpr:((1920 > 2000) and (1920 <= 2026))|* 1.1584 }}{{
- ifexpr:((1921 > 2000) and (1921 <= 2026))|* 0.8932 }}{{
- ifexpr:((1922 > 2000) and (1922 <= 2026))|* 0.9369 }}{{
- ifexpr:((1923 > 2000) and (1923 <= 2026))|* 1.0179 }}{{
- ifexpr:((1924 > 2000) and (1924 <= 2026))|* 1.0018 }}{{
- ifexpr:((1925 > 2000) and (1925 <= 2026))|* 1.0251 }}{{
- ifexpr:((1926 > 2000) and (1926 <= 2026))|* 1.0097 }}{{
- ifexpr:((1927 > 2000) and (1927 <= 2026))|* 0.9814 }}{{
- ifexpr:((1928 > 2000) and (1928 <= 2026))|* 0.9862 }}{{
- ifexpr:((1929 > 2000) and (1929 <= 2026))|* 1.0000 }}{{
- ifexpr:((1930 > 2000) and (1930 <= 2026))|* 0.9749 }}{{
- ifexpr:((1931 > 2000) and (1931 <= 2026))|* 0.9120 }}{{
- ifexpr:((1932 > 2000) and (1932 <= 2026))|* 0.8969 }}{{
- ifexpr:((1933 > 2000) and (1933 <= 2026))|* 0.9488 }}{{
- ifexpr:((1934 > 2000) and (1934 <= 2026))|* 1.0332 }}{{
- ifexpr:((1935 > 2000) and (1935 <= 2026))|* 1.0254 }}{{
- ifexpr:((1936 > 2000) and (1936 <= 2026))|* 1.0095 }}{{
- ifexpr:((1937 > 2000) and (1937 <= 2026))|* 1.0361 }}{{
- ifexpr:((1938 > 2000) and (1938 <= 2026))|* 0.9812 }}{{
- ifexpr:((1939 > 2000) and (1939 <= 2026))|* 0.9858 }}{{
- ifexpr:((1940 > 2000) and (1940 <= 2026))|* 1.0101 }}{{
- ifexpr:((1941 > 2000) and (1941 <= 2026))|* 1.0499 }}{{
- ifexpr:((1942 > 2000) and (1942 <= 2026))|* 1.1066 }}{{
- ifexpr:((1943 > 2000) and (1943 <= 2026))|* 1.0613 }}{{
- ifexpr:((1944 > 2000) and (1944 <= 2026))|* 1.0173 }}{{
- ifexpr:((1945 > 2000) and (1945 <= 2026))|* 1.0227 }}{{
- ifexpr:((1946 > 2000) and (1946 <= 2026))|* 1.0856 }}{{
- ifexpr:((1947 > 2000) and (1947 <= 2026))|* 1.1433 }}{{
- ifexpr:((1948 > 2000) and (1948 <= 2026))|* 1.0779 }}{{
- ifexpr:((1949 > 2000) and (1949 <= 2026))|* 0.9904 }}{{
- ifexpr:((1950 > 2000) and (1950 <= 2026))|* 1.0096 }}{{
- ifexpr:((1951 > 2000) and (1951 <= 2026))|* 1.0789 }}{{
- ifexpr:((1952 > 2000) and (1952 <= 2026))|* 1.0219 }}{{
- ifexpr:((1953 > 2000) and (1953 <= 2026))|* 1.0075 }}{{
- ifexpr:((1954 > 2000) and (1954 <= 2026))|* 1.0049 }}{{
- ifexpr:((1955 > 2000) and (1955 <= 2026))|* 0.9963 }}{{
- ifexpr:((1956 > 2000) and (1956 <= 2026))|* 1.0149 }}{{
- ifexpr:((1957 > 2000) and (1957 <= 2026))|* 1.0357 }}{{
- ifexpr:((1958 > 2000) and (1958 <= 2026))|* 1.0274 }}{{
- ifexpr:((1959 > 2000) and (1959 <= 2026))|* 1.0083 }}{{
- ifexpr:((1960 > 2000) and (1960 <= 2026))|* 1.0158 }}{{
- ifexpr:((1961 > 2000) and (1961 <= 2026))|* 1.0101 }}{{
- ifexpr:((1962 > 2000) and (1962 <= 2026))|* 1.0114 }}{{
- ifexpr:((1963 > 2000) and (1963 <= 2026))|* 1.0119 }}{{
- ifexpr:((1964 > 2000) and (1964 <= 2026))|* 1.0134 }}{{
- ifexpr:((1965 > 2000) and (1965 <= 2026))|* 1.0171 }}{{
- ifexpr:((1966 > 2000) and (1966 <= 2026))|* 1.0285 }}{{
- ifexpr:((1967 > 2000) and (1967 <= 2026))|* 1.0290 }}{{
- ifexpr:((1968 > 2000) and (1968 <= 2026))|* 1.0419 }}{{
- ifexpr:((1969 > 2000) and (1969 <= 2026))|* 1.0537 }}{{
- ifexpr:((1970 > 2000) and (1970 <= 2026))|* 1.0592 }}{{
- ifexpr:((1971 > 2000) and (1971 <= 2026))|* 1.0430 }}{{
- ifexpr:((1972 > 2000) and (1972 <= 2026))|* 1.0331 }}{{
- ifexpr:((1973 > 2000) and (1973 <= 2026))|* 1.0621 }}{{
- ifexpr:((1974 > 2000) and (1974 <= 2026))|* 1.1098 }}{{
- ifexpr:((1975 > 2000) and (1975 <= 2026))|* 1.0914 }}{{
- ifexpr:((1976 > 2000) and (1976 <= 2026))|* 1.0576 }}{{
- ifexpr:((1977 > 2000) and (1977 <= 2026))|* 1.0645 }}{{
- ifexpr:((1978 > 2000) and (1978 <= 2026))|* 1.0761 }}{{
- ifexpr:((1979 > 2000) and (1979 <= 2026))|* 1.1127 }}{{
- ifexpr:((1980 > 2000) and (1980 <= 2026))|* 1.1352 }}{{
- ifexpr:((1981 > 2000) and (1981 <= 2026))|* 1.1038 }}{{
- ifexpr:((1982 > 2000) and (1982 <= 2026))|* 1.0613 }}{{
- ifexpr:((1983 > 2000) and (1983 <= 2026))|* 1.0321 }}{{
- ifexpr:((1984 > 2000) and (1984 <= 2026))|* 1.0432 }}{{
- ifexpr:((1985 > 2000) and (1985 <= 2026))|* 1.0356 }}{{
- ifexpr:((1986 > 2000) and (1986 <= 2026))|* 1.0186 }}{{
- ifexpr:((1987 > 2000) and (1987 <= 2026))|* 1.0365 }}{{
- ifexpr:((1988 > 2000) and (1988 <= 2026))|* 1.0414 }}{{
- ifexpr:((1989 > 2000) and (1989 <= 2026))|* 1.0482 }}{{
- ifexpr:((1990 > 2000) and (1990 <= 2026))|* 1.0540 }}{{
- ifexpr:((1991 > 2000) and (1991 <= 2026))|* 1.0421 }}{{
- ifexpr:((1992 > 2000) and (1992 <= 2026))|* 1.0301 }}{{
- ifexpr:((1993 > 2000) and (1993 <= 2026))|* 1.0299 }}{{
- ifexpr:((1994 > 2000) and (1994 <= 2026))|* 1.0256 }}{{
- ifexpr:((1995 > 2000) and (1995 <= 2026))|* 1.0283 }}{{
- ifexpr:((1996 > 2000) and (1996 <= 2026))|* 1.0295 }}{{
- ifexpr:((1997 > 2000) and (1997 <= 2026))|* 1.0229 }}{{
- ifexpr:((1998 > 2000) and (1998 <= 2026))|* 1.0156 }}{{
- ifexpr:((1999 > 2000) and (1999 <= 2026))|* 1.0221 }}{{
- ifexpr:((2000 > 2000) and (2000 <= 2026))|* 1.0336 }}{{
- ifexpr:((2001 > 2000) and (2001 <= 2026))|* 1.0285 }}{{
- ifexpr:((2002 > 2000) and (2002 <= 2026))|* 1.0158 }}{{
- ifexpr:((2003 > 2000) and (2003 <= 2026))|* 1.0228 }}{{
- ifexpr:((2004 > 2000) and (2004 <= 2026))|* 1.0266 }}{{
- ifexpr:((2005 > 2000) and (2005 <= 2026))|* 1.0339 }}{{
- ifexpr:((2006 > 2000) and (2006 <= 2026))|* 1.0323 }}{{
- ifexpr:((2007 > 2000) and (2007 <= 2026))|* 1.0285 }}{{
- ifexpr:((2008 > 2000) and (2008 <= 2026))|* 1.0384 }}{{
- ifexpr:((2009 > 2000) and (2009 <= 2026))|* 0.9965 }}{{
- ifexpr:((2010 > 2000) and (2010 <= 2026))|* 1.0164 }}{{
- ifexpr:((2011 > 2000) and (2011 <= 2026))|* 1.0316 }}{{
- ifexpr:((2012 > 2000) and (2012 <= 2026))|* 1.0207 }}{{
- ifexpr:((2013 > 2000) and (2013 <= 2026))|* 1.0147 }}{{
- ifexpr:((2014 > 2000) and (2014 <= 2026))|* 1.0162 }}{{
- ifexpr:((2015 > 2000) and (2015 <= 2026))|* 1.0012 }}{{
- ifexpr:((2016 > 2000) and (2016 <= 2026))|* 1.0126 }}{{
- ifexpr:((2017 > 2000) and (2017 <= 2026))|* 1.0213 }}{{
- ifexpr:((2018 > 2000) and (2018 <= 2026))|* 1.0244 }}{{
- ifexpr:((2019 > 2000) and (2019 <= 2026))|* 1.0181 }}{{
- ifexpr:((2020 > 2000) and (2020 <= 2026))|* 1.0123 }}{{
- ifexpr:((2021 > 2000) and (2021 <= 2026))|* 1.0470 }}{{
- ifexpr:((2022 > 2000) and (2022 <= 2026))|* 1.0800 }}{{
- ifexpr:((2023 > 2000) and (2023 <= 2026))|* 1.0411 }}{{
- ifexpr:((2024 > 2000) and (2024 <= 2026))|* 1.0295 }}) round 2}} |2=1 |parse=}}}}|3|0}}}}
| Fehler
}}
}}|
{{#ifeq:2.000|{{{4}}}
|308
|{{#ifexpr:
(2.000 >= 1.774) and
(2.000 <= 2.026) and
(2.026 <= 2.026)
| {{#expr: (308{{
- ifexpr:((1.775 > 2.000) and (1.775 <= 2.026))|* 0,9476 }}{{
- ifexpr:((1.776 > 2.000) and (1.776 <= 2.026))|* 1,1417 }}{{
- ifexpr:((1.777 > 2.000) and (1.777 <= 2.026))|* 1,2187 }}{{
- ifexpr:((1.778 > 2.000) and (1.778 <= 2.026))|* 1,2978 }}{{
- ifexpr:((1.779 > 2.000) and (1.779 <= 2.026))|* 0,8849 }}{{
- ifexpr:((1.780 > 2.000) and (1.780 <= 2.026))|* 1,1225 }}{{
- ifexpr:((1.781 > 2.000) and (1.781 <= 2.026))|* 0,8066 }}{{
- ifexpr:((1.782 > 2.000) and (1.782 <= 2.026))|* 1,0970 }}{{
- ifexpr:((1.783 > 2.000) and (1.783 <= 2.026))|* 0,8767 }}{{
- ifexpr:((1.784 > 2.000) and (1.784 <= 2.026))|* 0,9612 }}{{
- ifexpr:((1.785 > 2.000) and (1.785 <= 2.026))|* 0,9516 }}{{
- ifexpr:((1.786 > 2.000) and (1.786 <= 2.026))|* 0,9745 }}{{
- ifexpr:((1.787 > 2.000) and (1.787 <= 2.026))|* 0,9815 }}{{
- ifexpr:((1.788 > 2.000) and (1.788 <= 2.026))|* 0,9557 }}{{
- ifexpr:((1.789 > 2.000) and (1.789 <= 2.026))|* 0,9907 }}{{
- ifexpr:((1.790 > 2.000) and (1.790 <= 2.026))|* 1,0375 }}{{
- ifexpr:((1.791 > 2.000) and (1.791 <= 2.026))|* 1,0271 }}{{
- ifexpr:((1.792 > 2.000) and (1.792 <= 2.026))|* 1,0187 }}{{
- ifexpr:((1.793 > 2.000) and (1.793 <= 2.026))|* 1,0345 }}{{
- ifexpr:((1.794 > 2.000) and (1.794 <= 2.026))|* 1,1095 }}{{
- ifexpr:((1.795 > 2.000) and (1.795 <= 2.026))|* 1,1438 }}{{
- ifexpr:((1.796 > 2.000) and (1.796 <= 2.026))|* 1,0526 }}{{
- ifexpr:((1.797 > 2.000) and (1.797 <= 2.026))|* 0,9625 }}{{
- ifexpr:((1.798 > 2.000) and (1.798 <= 2.026))|* 0,9667 }}{{
- ifexpr:((1.799 > 2.000) and (1.799 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.800 > 2.000) and (1.800 <= 2.026))|* 1,0210 }}{{
- ifexpr:((1.801 > 2.000) and (1.801 <= 2.026))|* 1,0131 }}{{
- ifexpr:((1.802 > 2.000) and (1.802 <= 2.026))|* 0,8427 }}{{
- ifexpr:((1.803 > 2.000) and (1.803 <= 2.026))|* 1,0549 }}{{
- ifexpr:((1.804 > 2.000) and (1.804 <= 2.026))|* 1,0438 }}{{
- ifexpr:((1.805 > 2.000) and (1.805 <= 2.026))|* 0,9930 }}{{
- ifexpr:((1.806 > 2.000) and (1.806 <= 2.026))|* 1,0423 }}{{
- ifexpr:((1.807 > 2.000) and (1.807 <= 2.026))|* 0,9459 }}{{
- ifexpr:((1.808 > 2.000) and (1.808 <= 2.026))|* 1,0866 }}{{
- ifexpr:((1.809 > 2.000) and (1.809 <= 2.026))|* 0,9795 }}{{
- ifexpr:((1.810 > 2.000) and (1.810 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.811 > 2.000) and (1.811 <= 2.026))|* 1,0680 }}{{
- ifexpr:((1.812 > 2.000) and (1.812 <= 2.026))|* 1,0126 }}{{
- ifexpr:((1.813 > 2.000) and (1.813 <= 2.026))|* 1,2002 }}{{
- ifexpr:((1.814 > 2.000) and (1.814 <= 2.026))|* 1,0989 }}{{
- ifexpr:((1.815 > 2.000) and (1.815 <= 2.026))|* 0,8771 }}{{
- ifexpr:((1.816 > 2.000) and (1.816 <= 2.026))|* 0,9135 }}{{
- ifexpr:((1.817 > 2.000) and (1.817 <= 2.026))|* 0,9464 }}{{
- ifexpr:((1.818 > 2.000) and (1.818 <= 2.026))|* 0,9566 }}{{
- ifexpr:((1.819 > 2.000) and (1.819 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.820 > 2.000) and (1.820 <= 2.026))|* 0,9213 }}{{
- ifexpr:((1.821 > 2.000) and (1.821 <= 2.026))|* 0,9648 }}{{
- ifexpr:((1.822 > 2.000) and (1.822 <= 2.026))|* 1,0365 }}{{
- ifexpr:((1.823 > 2.000) and (1.823 <= 2.026))|* 0,8935 }}{{
- ifexpr:((1.824 > 2.000) and (1.824 <= 2.026))|* 0,9212 }}{{
- ifexpr:((1.825 > 2.000) and (1.825 <= 2.026))|* 1,0257 }}{{
- ifexpr:((1.826 > 2.000) and (1.826 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.827 > 2.000) and (1.827 <= 2.026))|* 1,0083 }}{{
- ifexpr:((1.828 > 2.000) and (1.828 <= 2.026))|* 0,9504 }}{{
- ifexpr:((1.829 > 2.000) and (1.829 <= 2.026))|* 0,9815 }}{{
- ifexpr:((1.830 > 2.000) and (1.830 <= 2.026))|* 0,9911 }}{{
- ifexpr:((1.831 > 2.000) and (1.831 <= 2.026))|* 0,9374 }}{{
- ifexpr:((1.832 > 2.000) and (1.832 <= 2.026))|* 0,9905 }}{{
- ifexpr:((1.833 > 2.000) and (1.833 <= 2.026))|* 0,9807 }}{{
- ifexpr:((1.834 > 2.000) and (1.834 <= 2.026))|* 1,0197 }}{{
- ifexpr:((1.835 > 2.000) and (1.835 <= 2.026))|* 1,0289 }}{{
- ifexpr:((1.836 > 2.000) and (1.836 <= 2.026))|* 1,0562 }}{{
- ifexpr:((1.837 > 2.000) and (1.837 <= 2.026))|* 1,0277 }}{{
- ifexpr:((1.838 > 2.000) and (1.838 <= 2.026))|* 0,9730 }}{{
- ifexpr:((1.839 > 2.000) and (1.839 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.840 > 2.000) and (1.840 <= 2.026))|* 0,9290 }}{{
- ifexpr:((1.841 > 2.000) and (1.841 <= 2.026))|* 1,0095 }}{{
- ifexpr:((1.842 > 2.000) and (1.842 <= 2.026))|* 0,9338 }}{{
- ifexpr:((1.843 > 2.000) and (1.843 <= 2.026))|* 0,9076 }}{{
- ifexpr:((1.844 > 2.000) and (1.844 <= 2.026))|* 1,0112 }}{{
- ifexpr:((1.845 > 2.000) and (1.845 <= 2.026))|* 1,0110 }}{{
- ifexpr:((1.846 > 2.000) and (1.846 <= 2.026))|* 1,0109 }}{{
- ifexpr:((1.847 > 2.000) and (1.847 <= 2.026))|* 1,0769 }}{{
- ifexpr:((1.848 > 2.000) and (1.848 <= 2.026))|* 0,9586 }}{{
- ifexpr:((1.849 > 2.000) and (1.849 <= 2.026))|* 0,9686 }}{{
- ifexpr:((1.850 > 2.000) and (1.850 <= 2.026))|* 1,0216 }}{{
- ifexpr:((1.851 > 2.000) and (1.851 <= 2.026))|* 0,9789 }}{{
- ifexpr:((1.852 > 2.000) and (1.852 <= 2.026))|* 1,0108 }}{{
- ifexpr:((1.853 > 2.000) and (1.853 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.854 > 2.000) and (1.854 <= 2.026))|* 1,0868 }}{{
- ifexpr:((1.855 > 2.000) and (1.855 <= 2.026))|* 1,0295 }}{{
- ifexpr:((1.856 > 2.000) and (1.856 <= 2.026))|* 0,9809 }}{{
- ifexpr:((1.857 > 2.000) and (1.857 <= 2.026))|* 1,0292 }}{{
- ifexpr:((1.858 > 2.000) and (1.858 <= 2.026))|* 0,9433 }}{{
- ifexpr:((1.859 > 2.000) and (1.859 <= 2.026))|* 1,0100 }}{{
- ifexpr:((1.860 > 2.000) and (1.860 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.861 > 2.000) and (1.861 <= 2.026))|* 1,0596 }}{{
- ifexpr:((1.862 > 2.000) and (1.862 <= 2.026))|* 1,1417 }}{{
- ifexpr:((1.863 > 2.000) and (1.863 <= 2.026))|* 1,2482 }}{{
- ifexpr:((1.864 > 2.000) and (1.864 <= 2.026))|* 1,2514 }}{{
- ifexpr:((1.865 > 2.000) and (1.865 <= 2.026))|* 1,0368 }}{{
- ifexpr:((1.866 > 2.000) and (1.866 <= 2.026))|* 0,9747 }}{{
- ifexpr:((1.867 > 2.000) and (1.867 <= 2.026))|* 0,9318 }}{{
- ifexpr:((1.868 > 2.000) and (1.868 <= 2.026))|* 0,9609 }}{{
- ifexpr:((1.869 > 2.000) and (1.869 <= 2.026))|* 0,9586 }}{{
- ifexpr:((1.870 > 2.000) and (1.870 <= 2.026))|* 0,9576 }}{{
- ifexpr:((1.871 > 2.000) and (1.871 <= 2.026))|* 0,9360 }}{{
- ifexpr:((1.872 > 2.000) and (1.872 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.873 > 2.000) and (1.873 <= 2.026))|* 0,9797 }}{{
- ifexpr:((1.874 > 2.000) and (1.874 <= 2.026))|* 0,9517 }}{{
- ifexpr:((1.875 > 2.000) and (1.875 <= 2.026))|* 0,9638 }}{{
- ifexpr:((1.876 > 2.000) and (1.876 <= 2.026))|* 0,9765 }}{{
- ifexpr:((1.877 > 2.000) and (1.877 <= 2.026))|* 0,9769 }}{{
- ifexpr:((1.878 > 2.000) and (1.878 <= 2.026))|* 0,9527 }}{{
- ifexpr:((1.879 > 2.000) and (1.879 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.880 > 2.000) and (1.880 <= 2.026))|* 1,0248 }}{{
- ifexpr:((1.881 > 2.000) and (1.881 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.882 > 2.000) and (1.882 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.883 > 2.000) and (1.883 <= 2.026))|* 0,9798 }}{{
- ifexpr:((1.884 > 2.000) and (1.884 <= 2.026))|* 0,9794 }}{{
- ifexpr:((1.885 > 2.000) and (1.885 <= 2.026))|* 0,9800 }}{{
- ifexpr:((1.886 > 2.000) and (1.886 <= 2.026))|* 0,9785 }}{{
- ifexpr:((1.887 > 2.000) and (1.887 <= 2.026))|* 1,0110 }}{{
- ifexpr:((1.888 > 2.000) and (1.888 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.889 > 2.000) and (1.889 <= 2.026))|* 0,9675 }}{{
- ifexpr:((1.890 > 2.000) and (1.890 <= 2.026))|* 0,9888 }}{{
- ifexpr:((1.891 > 2.000) and (1.891 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.892 > 2.000) and (1.892 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.893 > 2.000) and (1.893 <= 2.026))|* 0,9887 }}{{
- ifexpr:((1.894 > 2.000) and (1.894 <= 2.026))|* 0,9564 }}{{
- ifexpr:((1.895 > 2.000) and (1.895 <= 2.026))|* 0,9760 }}{{
- ifexpr:((1.896 > 2.000) and (1.896 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.897 > 2.000) and (1.897 <= 2.026))|* 0,9877 }}{{
- ifexpr:((1.898 > 2.000) and (1.898 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.899 > 2.000) and (1.899 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.900 > 2.000) and (1.900 <= 2.026))|* 1,0124 }}{{
- ifexpr:((1.901 > 2.000) and (1.901 <= 2.026))|* 1,0123 }}{{
- ifexpr:((1.902 > 2.000) and (1.902 <= 2.026))|* 1,0121 }}{{
- ifexpr:((1.903 > 2.000) and (1.903 <= 2.026))|* 1,0228 }}{{
- ifexpr:((1.904 > 2.000) and (1.904 <= 2.026))|* 1,0117 }}{{
- ifexpr:((1.905 > 2.000) and (1.905 <= 2.026))|* 0,9884 }}{{
- ifexpr:((1.906 > 2.000) and (1.906 <= 2.026))|* 1,0223 }}{{
- ifexpr:((1.907 > 2.000) and (1.907 <= 2.026))|* 1,0447 }}{{
- ifexpr:((1.908 > 2.000) and (1.908 <= 2.026))|* 0,9791 }}{{
- ifexpr:((1.909 > 2.000) and (1.909 <= 2.026))|* 0,9888 }}{{
- ifexpr:((1.910 > 2.000) and (1.910 <= 2.026))|* 1,0442 }}{{
- ifexpr:((1.911 > 2.000) and (1.911 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.912 > 2.000) and (1.912 <= 2.026))|* 1,0206 }}{{
- ifexpr:((1.913 > 2.000) and (1.913 <= 2.026))|* 1,0213 }}{{
- ifexpr:((1.914 > 2.000) and (1.914 <= 2.026))|* 1,0094 }}{{
- ifexpr:((1.915 > 2.000) and (1.915 <= 2.026))|* 1,0052 }}{{
- ifexpr:((1.916 > 2.000) and (1.916 <= 2.026))|* 1,0924 }}{{
- ifexpr:((1.917 > 2.000) and (1.917 <= 2.026))|* 1,2049 }}{{
- ifexpr:((1.918 > 2.000) and (1.918 <= 2.026))|* 1,1747 }}{{
- ifexpr:((1.919 > 2.000) and (1.919 <= 2.026))|* 1,1487 }}{{
- ifexpr:((1.920 > 2.000) and (1.920 <= 2.026))|* 1,1584 }}{{
- ifexpr:((1.921 > 2.000) and (1.921 <= 2.026))|* 0,8932 }}{{
- ifexpr:((1.922 > 2.000) and (1.922 <= 2.026))|* 0,9369 }}{{
- ifexpr:((1.923 > 2.000) and (1.923 <= 2.026))|* 1,0179 }}{{
- ifexpr:((1.924 > 2.000) and (1.924 <= 2.026))|* 1,0018 }}{{
- ifexpr:((1.925 > 2.000) and (1.925 <= 2.026))|* 1,0251 }}{{
- ifexpr:((1.926 > 2.000) and (1.926 <= 2.026))|* 1,0097 }}{{
- ifexpr:((1.927 > 2.000) and (1.927 <= 2.026))|* 0,9814 }}{{
- ifexpr:((1.928 > 2.000) and (1.928 <= 2.026))|* 0,9862 }}{{
- ifexpr:((1.929 > 2.000) and (1.929 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.930 > 2.000) and (1.930 <= 2.026))|* 0,9749 }}{{
- ifexpr:((1.931 > 2.000) and (1.931 <= 2.026))|* 0,9120 }}{{
- ifexpr:((1.932 > 2.000) and (1.932 <= 2.026))|* 0,8969 }}{{
- ifexpr:((1.933 > 2.000) and (1.933 <= 2.026))|* 0,9488 }}{{
- ifexpr:((1.934 > 2.000) and (1.934 <= 2.026))|* 1,0332 }}{{
- ifexpr:((1.935 > 2.000) and (1.935 <= 2.026))|* 1,0254 }}{{
- ifexpr:((1.936 > 2.000) and (1.936 <= 2.026))|* 1,0095 }}{{
- ifexpr:((1.937 > 2.000) and (1.937 <= 2.026))|* 1,0361 }}{{
- ifexpr:((1.938 > 2.000) and (1.938 <= 2.026))|* 0,9812 }}{{
- ifexpr:((1.939 > 2.000) and (1.939 <= 2.026))|* 0,9858 }}{{
- ifexpr:((1.940 > 2.000) and (1.940 <= 2.026))|* 1,0101 }}{{
- ifexpr:((1.941 > 2.000) and (1.941 <= 2.026))|* 1,0499 }}{{
- ifexpr:((1.942 > 2.000) and (1.942 <= 2.026))|* 1,1066 }}{{
- ifexpr:((1.943 > 2.000) and (1.943 <= 2.026))|* 1,0613 }}{{
- ifexpr:((1.944 > 2.000) and (1.944 <= 2.026))|* 1,0173 }}{{
- ifexpr:((1.945 > 2.000) and (1.945 <= 2.026))|* 1,0227 }}{{
- ifexpr:((1.946 > 2.000) and (1.946 <= 2.026))|* 1,0856 }}{{
- ifexpr:((1.947 > 2.000) and (1.947 <= 2.026))|* 1,1433 }}{{
- ifexpr:((1.948 > 2.000) and (1.948 <= 2.026))|* 1,0779 }}{{
- ifexpr:((1.949 > 2.000) and (1.949 <= 2.026))|* 0,9904 }}{{
- ifexpr:((1.950 > 2.000) and (1.950 <= 2.026))|* 1,0096 }}{{
- ifexpr:((1.951 > 2.000) and (1.951 <= 2.026))|* 1,0789 }}{{
- ifexpr:((1.952 > 2.000) and (1.952 <= 2.026))|* 1,0219 }}{{
- ifexpr:((1.953 > 2.000) and (1.953 <= 2.026))|* 1,0075 }}{{
- ifexpr:((1.954 > 2.000) and (1.954 <= 2.026))|* 1,0049 }}{{
- ifexpr:((1.955 > 2.000) and (1.955 <= 2.026))|* 0,9963 }}{{
- ifexpr:((1.956 > 2.000) and (1.956 <= 2.026))|* 1,0149 }}{{
- ifexpr:((1.957 > 2.000) and (1.957 <= 2.026))|* 1,0357 }}{{
- ifexpr:((1.958 > 2.000) and (1.958 <= 2.026))|* 1,0274 }}{{
- ifexpr:((1.959 > 2.000) and (1.959 <= 2.026))|* 1,0083 }}{{
- ifexpr:((1.960 > 2.000) and (1.960 <= 2.026))|* 1,0158 }}{{
- ifexpr:((1.961 > 2.000) and (1.961 <= 2.026))|* 1,0101 }}{{
- ifexpr:((1.962 > 2.000) and (1.962 <= 2.026))|* 1,0114 }}{{
- ifexpr:((1.963 > 2.000) and (1.963 <= 2.026))|* 1,0119 }}{{
- ifexpr:((1.964 > 2.000) and (1.964 <= 2.026))|* 1,0134 }}{{
- ifexpr:((1.965 > 2.000) and (1.965 <= 2.026))|* 1,0171 }}{{
- ifexpr:((1.966 > 2.000) and (1.966 <= 2.026))|* 1,0285 }}{{
- ifexpr:((1.967 > 2.000) and (1.967 <= 2.026))|* 1,0290 }}{{
- ifexpr:((1.968 > 2.000) and (1.968 <= 2.026))|* 1,0419 }}{{
- ifexpr:((1.969 > 2.000) and (1.969 <= 2.026))|* 1,0537 }}{{
- ifexpr:((1.970 > 2.000) and (1.970 <= 2.026))|* 1,0592 }}{{
- ifexpr:((1.971 > 2.000) and (1.971 <= 2.026))|* 1,0430 }}{{
- ifexpr:((1.972 > 2.000) and (1.972 <= 2.026))|* 1,0331 }}{{
- ifexpr:((1.973 > 2.000) and (1.973 <= 2.026))|* 1,0621 }}{{
- ifexpr:((1.974 > 2.000) and (1.974 <= 2.026))|* 1,1098 }}{{
- ifexpr:((1.975 > 2.000) and (1.975 <= 2.026))|* 1,0914 }}{{
- ifexpr:((1.976 > 2.000) and (1.976 <= 2.026))|* 1,0576 }}{{
- ifexpr:((1.977 > 2.000) and (1.977 <= 2.026))|* 1,0645 }}{{
- ifexpr:((1.978 > 2.000) and (1.978 <= 2.026))|* 1,0761 }}{{
- ifexpr:((1.979 > 2.000) and (1.979 <= 2.026))|* 1,1127 }}{{
- ifexpr:((1.980 > 2.000) and (1.980 <= 2.026))|* 1,1352 }}{{
- ifexpr:((1.981 > 2.000) and (1.981 <= 2.026))|* 1,1038 }}{{
- ifexpr:((1.982 > 2.000) and (1.982 <= 2.026))|* 1,0613 }}{{
- ifexpr:((1.983 > 2.000) and (1.983 <= 2.026))|* 1,0321 }}{{
- ifexpr:((1.984 > 2.000) and (1.984 <= 2.026))|* 1,0432 }}{{
- ifexpr:((1.985 > 2.000) and (1.985 <= 2.026))|* 1,0356 }}{{
- ifexpr:((1.986 > 2.000) and (1.986 <= 2.026))|* 1,0186 }}{{
- ifexpr:((1.987 > 2.000) and (1.987 <= 2.026))|* 1,0365 }}{{
- ifexpr:((1.988 > 2.000) and (1.988 <= 2.026))|* 1,0414 }}{{
- ifexpr:((1.989 > 2.000) and (1.989 <= 2.026))|* 1,0482 }}{{
- ifexpr:((1.990 > 2.000) and (1.990 <= 2.026))|* 1,0540 }}{{
- ifexpr:((1.991 > 2.000) and (1.991 <= 2.026))|* 1,0421 }}{{
- ifexpr:((1.992 > 2.000) and (1.992 <= 2.026))|* 1,0301 }}{{
- ifexpr:((1.993 > 2.000) and (1.993 <= 2.026))|* 1,0299 }}{{
- ifexpr:((1.994 > 2.000) and (1.994 <= 2.026))|* 1,0256 }}{{
- ifexpr:((1.995 > 2.000) and (1.995 <= 2.026))|* 1,0283 }}{{
- ifexpr:((1.996 > 2.000) and (1.996 <= 2.026))|* 1,0295 }}{{
- ifexpr:((1.997 > 2.000) and (1.997 <= 2.026))|* 1,0229 }}{{
- ifexpr:((1.998 > 2.000) and (1.998 <= 2.026))|* 1,0156 }}{{
- ifexpr:((1.999 > 2.000) and (1.999 <= 2.026))|* 1,0221 }}{{
- ifexpr:((2.000 > 2.000) and (2.000 <= 2.026))|* 1,0336 }}{{
- ifexpr:((2.001 > 2.000) and (2.001 <= 2.026))|* 1,0285 }}{{
- ifexpr:((2.002 > 2.000) and (2.002 <= 2.026))|* 1,0158 }}{{
- ifexpr:((2.003 > 2.000) and (2.003 <= 2.026))|* 1,0228 }}{{
- ifexpr:((2.004 > 2.000) and (2.004 <= 2.026))|* 1,0266 }}{{
- ifexpr:((2.005 > 2.000) and (2.005 <= 2.026))|* 1,0339 }}{{
- ifexpr:((2.006 > 2.000) and (2.006 <= 2.026))|* 1,0323 }}{{
- ifexpr:((2.007 > 2.000) and (2.007 <= 2.026))|* 1,0285 }}{{
- ifexpr:((2.008 > 2.000) and (2.008 <= 2.026))|* 1,0384 }}{{
- ifexpr:((2.009 > 2.000) and (2.009 <= 2.026))|* 0,9965 }}{{
- ifexpr:((2.010 > 2.000) and (2.010 <= 2.026))|* 1,0164 }}{{
- ifexpr:((2.011 > 2.000) and (2.011 <= 2.026))|* 1,0316 }}{{
- ifexpr:((2.012 > 2.000) and (2.012 <= 2.026))|* 1,0207 }}{{
- ifexpr:((2.013 > 2.000) and (2.013 <= 2.026))|* 1,0147 }}{{
- ifexpr:((2.014 > 2.000) and (2.014 <= 2.026))|* 1,0162 }}{{
- ifexpr:((2.015 > 2.000) and (2.015 <= 2.026))|* 1,0012 }}{{
- ifexpr:((2.016 > 2.000) and (2.016 <= 2.026))|* 1,0126 }}{{
- ifexpr:((2.017 > 2.000) and (2.017 <= 2.026))|* 1,0213 }}{{
- ifexpr:((2.018 > 2.000) and (2.018 <= 2.026))|* 1,0244 }}{{
- ifexpr:((2.019 > 2.000) and (2.019 <= 2.026))|* 1,0181 }}{{
- ifexpr:((2.020 > 2.000) and (2.020 <= 2.026))|* 1,0123 }}{{
- ifexpr:((2.021 > 2.000) and (2.021 <= 2.026))|* 1,0470 }}{{
- ifexpr:((2.022 > 2.000) and (2.022 <= 2.026))|* 1,0800 }}{{
- ifexpr:((2.023 > 2.000) and (2.023 <= 2.026))|* 1,0411 }}{{
- ifexpr:((2.024 > 2.000) and (2.024 <= 2.026))|* 1,0295 }}) round 0}}{{#ifeq:0|2|{{#ifeq:{{#invoke:Str|len|{{#invoke:Expr|modulo |1={{#expr: (308{{
- ifexpr:((1.775 > 2.000) and (1.775 <= 2.026))|* 0,9476 }}{{
- ifexpr:((1.776 > 2.000) and (1.776 <= 2.026))|* 1,1417 }}{{
- ifexpr:((1.777 > 2.000) and (1.777 <= 2.026))|* 1,2187 }}{{
- ifexpr:((1.778 > 2.000) and (1.778 <= 2.026))|* 1,2978 }}{{
- ifexpr:((1.779 > 2.000) and (1.779 <= 2.026))|* 0,8849 }}{{
- ifexpr:((1.780 > 2.000) and (1.780 <= 2.026))|* 1,1225 }}{{
- ifexpr:((1.781 > 2.000) and (1.781 <= 2.026))|* 0,8066 }}{{
- ifexpr:((1.782 > 2.000) and (1.782 <= 2.026))|* 1,0970 }}{{
- ifexpr:((1.783 > 2.000) and (1.783 <= 2.026))|* 0,8767 }}{{
- ifexpr:((1.784 > 2.000) and (1.784 <= 2.026))|* 0,9612 }}{{
- ifexpr:((1.785 > 2.000) and (1.785 <= 2.026))|* 0,9516 }}{{
- ifexpr:((1.786 > 2.000) and (1.786 <= 2.026))|* 0,9745 }}{{
- ifexpr:((1.787 > 2.000) and (1.787 <= 2.026))|* 0,9815 }}{{
- ifexpr:((1.788 > 2.000) and (1.788 <= 2.026))|* 0,9557 }}{{
- ifexpr:((1.789 > 2.000) and (1.789 <= 2.026))|* 0,9907 }}{{
- ifexpr:((1.790 > 2.000) and (1.790 <= 2.026))|* 1,0375 }}{{
- ifexpr:((1.791 > 2.000) and (1.791 <= 2.026))|* 1,0271 }}{{
- ifexpr:((1.792 > 2.000) and (1.792 <= 2.026))|* 1,0187 }}{{
- ifexpr:((1.793 > 2.000) and (1.793 <= 2.026))|* 1,0345 }}{{
- ifexpr:((1.794 > 2.000) and (1.794 <= 2.026))|* 1,1095 }}{{
- ifexpr:((1.795 > 2.000) and (1.795 <= 2.026))|* 1,1438 }}{{
- ifexpr:((1.796 > 2.000) and (1.796 <= 2.026))|* 1,0526 }}{{
- ifexpr:((1.797 > 2.000) and (1.797 <= 2.026))|* 0,9625 }}{{
- ifexpr:((1.798 > 2.000) and (1.798 <= 2.026))|* 0,9667 }}{{
- ifexpr:((1.799 > 2.000) and (1.799 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.800 > 2.000) and (1.800 <= 2.026))|* 1,0210 }}{{
- ifexpr:((1.801 > 2.000) and (1.801 <= 2.026))|* 1,0131 }}{{
- ifexpr:((1.802 > 2.000) and (1.802 <= 2.026))|* 0,8427 }}{{
- ifexpr:((1.803 > 2.000) and (1.803 <= 2.026))|* 1,0549 }}{{
- ifexpr:((1.804 > 2.000) and (1.804 <= 2.026))|* 1,0438 }}{{
- ifexpr:((1.805 > 2.000) and (1.805 <= 2.026))|* 0,9930 }}{{
- ifexpr:((1.806 > 2.000) and (1.806 <= 2.026))|* 1,0423 }}{{
- ifexpr:((1.807 > 2.000) and (1.807 <= 2.026))|* 0,9459 }}{{
- ifexpr:((1.808 > 2.000) and (1.808 <= 2.026))|* 1,0866 }}{{
- ifexpr:((1.809 > 2.000) and (1.809 <= 2.026))|* 0,9795 }}{{
- ifexpr:((1.810 > 2.000) and (1.810 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.811 > 2.000) and (1.811 <= 2.026))|* 1,0680 }}{{
- ifexpr:((1.812 > 2.000) and (1.812 <= 2.026))|* 1,0126 }}{{
- ifexpr:((1.813 > 2.000) and (1.813 <= 2.026))|* 1,2002 }}{{
- ifexpr:((1.814 > 2.000) and (1.814 <= 2.026))|* 1,0989 }}{{
- ifexpr:((1.815 > 2.000) and (1.815 <= 2.026))|* 0,8771 }}{{
- ifexpr:((1.816 > 2.000) and (1.816 <= 2.026))|* 0,9135 }}{{
- ifexpr:((1.817 > 2.000) and (1.817 <= 2.026))|* 0,9464 }}{{
- ifexpr:((1.818 > 2.000) and (1.818 <= 2.026))|* 0,9566 }}{{
- ifexpr:((1.819 > 2.000) and (1.819 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.820 > 2.000) and (1.820 <= 2.026))|* 0,9213 }}{{
- ifexpr:((1.821 > 2.000) and (1.821 <= 2.026))|* 0,9648 }}{{
- ifexpr:((1.822 > 2.000) and (1.822 <= 2.026))|* 1,0365 }}{{
- ifexpr:((1.823 > 2.000) and (1.823 <= 2.026))|* 0,8935 }}{{
- ifexpr:((1.824 > 2.000) and (1.824 <= 2.026))|* 0,9212 }}{{
- ifexpr:((1.825 > 2.000) and (1.825 <= 2.026))|* 1,0257 }}{{
- ifexpr:((1.826 > 2.000) and (1.826 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.827 > 2.000) and (1.827 <= 2.026))|* 1,0083 }}{{
- ifexpr:((1.828 > 2.000) and (1.828 <= 2.026))|* 0,9504 }}{{
- ifexpr:((1.829 > 2.000) and (1.829 <= 2.026))|* 0,9815 }}{{
- ifexpr:((1.830 > 2.000) and (1.830 <= 2.026))|* 0,9911 }}{{
- ifexpr:((1.831 > 2.000) and (1.831 <= 2.026))|* 0,9374 }}{{
- ifexpr:((1.832 > 2.000) and (1.832 <= 2.026))|* 0,9905 }}{{
- ifexpr:((1.833 > 2.000) and (1.833 <= 2.026))|* 0,9807 }}{{
- ifexpr:((1.834 > 2.000) and (1.834 <= 2.026))|* 1,0197 }}{{
- ifexpr:((1.835 > 2.000) and (1.835 <= 2.026))|* 1,0289 }}{{
- ifexpr:((1.836 > 2.000) and (1.836 <= 2.026))|* 1,0562 }}{{
- ifexpr:((1.837 > 2.000) and (1.837 <= 2.026))|* 1,0277 }}{{
- ifexpr:((1.838 > 2.000) and (1.838 <= 2.026))|* 0,9730 }}{{
- ifexpr:((1.839 > 2.000) and (1.839 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.840 > 2.000) and (1.840 <= 2.026))|* 0,9290 }}{{
- ifexpr:((1.841 > 2.000) and (1.841 <= 2.026))|* 1,0095 }}{{
- ifexpr:((1.842 > 2.000) and (1.842 <= 2.026))|* 0,9338 }}{{
- ifexpr:((1.843 > 2.000) and (1.843 <= 2.026))|* 0,9076 }}{{
- ifexpr:((1.844 > 2.000) and (1.844 <= 2.026))|* 1,0112 }}{{
- ifexpr:((1.845 > 2.000) and (1.845 <= 2.026))|* 1,0110 }}{{
- ifexpr:((1.846 > 2.000) and (1.846 <= 2.026))|* 1,0109 }}{{
- ifexpr:((1.847 > 2.000) and (1.847 <= 2.026))|* 1,0769 }}{{
- ifexpr:((1.848 > 2.000) and (1.848 <= 2.026))|* 0,9586 }}{{
- ifexpr:((1.849 > 2.000) and (1.849 <= 2.026))|* 0,9686 }}{{
- ifexpr:((1.850 > 2.000) and (1.850 <= 2.026))|* 1,0216 }}{{
- ifexpr:((1.851 > 2.000) and (1.851 <= 2.026))|* 0,9789 }}{{
- ifexpr:((1.852 > 2.000) and (1.852 <= 2.026))|* 1,0108 }}{{
- ifexpr:((1.853 > 2.000) and (1.853 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.854 > 2.000) and (1.854 <= 2.026))|* 1,0868 }}{{
- ifexpr:((1.855 > 2.000) and (1.855 <= 2.026))|* 1,0295 }}{{
- ifexpr:((1.856 > 2.000) and (1.856 <= 2.026))|* 0,9809 }}{{
- ifexpr:((1.857 > 2.000) and (1.857 <= 2.026))|* 1,0292 }}{{
- ifexpr:((1.858 > 2.000) and (1.858 <= 2.026))|* 0,9433 }}{{
- ifexpr:((1.859 > 2.000) and (1.859 <= 2.026))|* 1,0100 }}{{
- ifexpr:((1.860 > 2.000) and (1.860 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.861 > 2.000) and (1.861 <= 2.026))|* 1,0596 }}{{
- ifexpr:((1.862 > 2.000) and (1.862 <= 2.026))|* 1,1417 }}{{
- ifexpr:((1.863 > 2.000) and (1.863 <= 2.026))|* 1,2482 }}{{
- ifexpr:((1.864 > 2.000) and (1.864 <= 2.026))|* 1,2514 }}{{
- ifexpr:((1.865 > 2.000) and (1.865 <= 2.026))|* 1,0368 }}{{
- ifexpr:((1.866 > 2.000) and (1.866 <= 2.026))|* 0,9747 }}{{
- ifexpr:((1.867 > 2.000) and (1.867 <= 2.026))|* 0,9318 }}{{
- ifexpr:((1.868 > 2.000) and (1.868 <= 2.026))|* 0,9609 }}{{
- ifexpr:((1.869 > 2.000) and (1.869 <= 2.026))|* 0,9586 }}{{
- ifexpr:((1.870 > 2.000) and (1.870 <= 2.026))|* 0,9576 }}{{
- ifexpr:((1.871 > 2.000) and (1.871 <= 2.026))|* 0,9360 }}{{
- ifexpr:((1.872 > 2.000) and (1.872 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.873 > 2.000) and (1.873 <= 2.026))|* 0,9797 }}{{
- ifexpr:((1.874 > 2.000) and (1.874 <= 2.026))|* 0,9517 }}{{
- ifexpr:((1.875 > 2.000) and (1.875 <= 2.026))|* 0,9638 }}{{
- ifexpr:((1.876 > 2.000) and (1.876 <= 2.026))|* 0,9765 }}{{
- ifexpr:((1.877 > 2.000) and (1.877 <= 2.026))|* 0,9769 }}{{
- ifexpr:((1.878 > 2.000) and (1.878 <= 2.026))|* 0,9527 }}{{
- ifexpr:((1.879 > 2.000) and (1.879 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.880 > 2.000) and (1.880 <= 2.026))|* 1,0248 }}{{
- ifexpr:((1.881 > 2.000) and (1.881 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.882 > 2.000) and (1.882 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.883 > 2.000) and (1.883 <= 2.026))|* 0,9798 }}{{
- ifexpr:((1.884 > 2.000) and (1.884 <= 2.026))|* 0,9794 }}{{
- ifexpr:((1.885 > 2.000) and (1.885 <= 2.026))|* 0,9800 }}{{
- ifexpr:((1.886 > 2.000) and (1.886 <= 2.026))|* 0,9785 }}{{
- ifexpr:((1.887 > 2.000) and (1.887 <= 2.026))|* 1,0110 }}{{
- ifexpr:((1.888 > 2.000) and (1.888 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.889 > 2.000) and (1.889 <= 2.026))|* 0,9675 }}{{
- ifexpr:((1.890 > 2.000) and (1.890 <= 2.026))|* 0,9888 }}{{
- ifexpr:((1.891 > 2.000) and (1.891 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.892 > 2.000) and (1.892 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.893 > 2.000) and (1.893 <= 2.026))|* 0,9887 }}{{
- ifexpr:((1.894 > 2.000) and (1.894 <= 2.026))|* 0,9564 }}{{
- ifexpr:((1.895 > 2.000) and (1.895 <= 2.026))|* 0,9760 }}{{
- ifexpr:((1.896 > 2.000) and (1.896 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.897 > 2.000) and (1.897 <= 2.026))|* 0,9877 }}{{
- ifexpr:((1.898 > 2.000) and (1.898 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.899 > 2.000) and (1.899 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.900 > 2.000) and (1.900 <= 2.026))|* 1,0124 }}{{
- ifexpr:((1.901 > 2.000) and (1.901 <= 2.026))|* 1,0123 }}{{
- ifexpr:((1.902 > 2.000) and (1.902 <= 2.026))|* 1,0121 }}{{
- ifexpr:((1.903 > 2.000) and (1.903 <= 2.026))|* 1,0228 }}{{
- ifexpr:((1.904 > 2.000) and (1.904 <= 2.026))|* 1,0117 }}{{
- ifexpr:((1.905 > 2.000) and (1.905 <= 2.026))|* 0,9884 }}{{
- ifexpr:((1.906 > 2.000) and (1.906 <= 2.026))|* 1,0223 }}{{
- ifexpr:((1.907 > 2.000) and (1.907 <= 2.026))|* 1,0447 }}{{
- ifexpr:((1.908 > 2.000) and (1.908 <= 2.026))|* 0,9791 }}{{
- ifexpr:((1.909 > 2.000) and (1.909 <= 2.026))|* 0,9888 }}{{
- ifexpr:((1.910 > 2.000) and (1.910 <= 2.026))|* 1,0442 }}{{
- ifexpr:((1.911 > 2.000) and (1.911 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.912 > 2.000) and (1.912 <= 2.026))|* 1,0206 }}{{
- ifexpr:((1.913 > 2.000) and (1.913 <= 2.026))|* 1,0213 }}{{
- ifexpr:((1.914 > 2.000) and (1.914 <= 2.026))|* 1,0094 }}{{
- ifexpr:((1.915 > 2.000) and (1.915 <= 2.026))|* 1,0052 }}{{
- ifexpr:((1.916 > 2.000) and (1.916 <= 2.026))|* 1,0924 }}{{
- ifexpr:((1.917 > 2.000) and (1.917 <= 2.026))|* 1,2049 }}{{
- ifexpr:((1.918 > 2.000) and (1.918 <= 2.026))|* 1,1747 }}{{
- ifexpr:((1.919 > 2.000) and (1.919 <= 2.026))|* 1,1487 }}{{
- ifexpr:((1.920 > 2.000) and (1.920 <= 2.026))|* 1,1584 }}{{
- ifexpr:((1.921 > 2.000) and (1.921 <= 2.026))|* 0,8932 }}{{
- ifexpr:((1.922 > 2.000) and (1.922 <= 2.026))|* 0,9369 }}{{
- ifexpr:((1.923 > 2.000) and (1.923 <= 2.026))|* 1,0179 }}{{
- ifexpr:((1.924 > 2.000) and (1.924 <= 2.026))|* 1,0018 }}{{
- ifexpr:((1.925 > 2.000) and (1.925 <= 2.026))|* 1,0251 }}{{
- ifexpr:((1.926 > 2.000) and (1.926 <= 2.026))|* 1,0097 }}{{
- ifexpr:((1.927 > 2.000) and (1.927 <= 2.026))|* 0,9814 }}{{
- ifexpr:((1.928 > 2.000) and (1.928 <= 2.026))|* 0,9862 }}{{
- ifexpr:((1.929 > 2.000) and (1.929 <= 2.026))|* 1,0000 }}{{
- ifexpr:((1.930 > 2.000) and (1.930 <= 2.026))|* 0,9749 }}{{
- ifexpr:((1.931 > 2.000) and (1.931 <= 2.026))|* 0,9120 }}{{
- ifexpr:((1.932 > 2.000) and (1.932 <= 2.026))|* 0,8969 }}{{
- ifexpr:((1.933 > 2.000) and (1.933 <= 2.026))|* 0,9488 }}{{
- ifexpr:((1.934 > 2.000) and (1.934 <= 2.026))|* 1,0332 }}{{
- ifexpr:((1.935 > 2.000) and (1.935 <= 2.026))|* 1,0254 }}{{
- ifexpr:((1.936 > 2.000) and (1.936 <= 2.026))|* 1,0095 }}{{
- ifexpr:((1.937 > 2.000) and (1.937 <= 2.026))|* 1,0361 }}{{
- ifexpr:((1.938 > 2.000) and (1.938 <= 2.026))|* 0,9812 }}{{
- ifexpr:((1.939 > 2.000) and (1.939 <= 2.026))|* 0,9858 }}{{
- ifexpr:((1.940 > 2.000) and (1.940 <= 2.026))|* 1,0101 }}{{
- ifexpr:((1.941 > 2.000) and (1.941 <= 2.026))|* 1,0499 }}{{
- ifexpr:((1.942 > 2.000) and (1.942 <= 2.026))|* 1,1066 }}{{
- ifexpr:((1.943 > 2.000) and (1.943 <= 2.026))|* 1,0613 }}{{
- ifexpr:((1.944 > 2.000) and (1.944 <= 2.026))|* 1,0173 }}{{
- ifexpr:((1.945 > 2.000) and (1.945 <= 2.026))|* 1,0227 }}{{
- ifexpr:((1.946 > 2.000) and (1.946 <= 2.026))|* 1,0856 }}{{
- ifexpr:((1.947 > 2.000) and (1.947 <= 2.026))|* 1,1433 }}{{
- ifexpr:((1.948 > 2.000) and (1.948 <= 2.026))|* 1,0779 }}{{
- ifexpr:((1.949 > 2.000) and (1.949 <= 2.026))|* 0,9904 }}{{
- ifexpr:((1.950 > 2.000) and (1.950 <= 2.026))|* 1,0096 }}{{
- ifexpr:((1.951 > 2.000) and (1.951 <= 2.026))|* 1,0789 }}{{
- ifexpr:((1.952 > 2.000) and (1.952 <= 2.026))|* 1,0219 }}{{
- ifexpr:((1.953 > 2.000) and (1.953 <= 2.026))|* 1,0075 }}{{
- ifexpr:((1.954 > 2.000) and (1.954 <= 2.026))|* 1,0049 }}{{
- ifexpr:((1.955 > 2.000) and (1.955 <= 2.026))|* 0,9963 }}{{
- ifexpr:((1.956 > 2.000) and (1.956 <= 2.026))|* 1,0149 }}{{
- ifexpr:((1.957 > 2.000) and (1.957 <= 2.026))|* 1,0357 }}{{
- ifexpr:((1.958 > 2.000) and (1.958 <= 2.026))|* 1,0274 }}{{
- ifexpr:((1.959 > 2.000) and (1.959 <= 2.026))|* 1,0083 }}{{
- ifexpr:((1.960 > 2.000) and (1.960 <= 2.026))|* 1,0158 }}{{
- ifexpr:((1.961 > 2.000) and (1.961 <= 2.026))|* 1,0101 }}{{
- ifexpr:((1.962 > 2.000) and (1.962 <= 2.026))|* 1,0114 }}{{
- ifexpr:((1.963 > 2.000) and (1.963 <= 2.026))|* 1,0119 }}{{
- ifexpr:((1.964 > 2.000) and (1.964 <= 2.026))|* 1,0134 }}{{
- ifexpr:((1.965 > 2.000) and (1.965 <= 2.026))|* 1,0171 }}{{
- ifexpr:((1.966 > 2.000) and (1.966 <= 2.026))|* 1,0285 }}{{
- ifexpr:((1.967 > 2.000) and (1.967 <= 2.026))|* 1,0290 }}{{
- ifexpr:((1.968 > 2.000) and (1.968 <= 2.026))|* 1,0419 }}{{
- ifexpr:((1.969 > 2.000) and (1.969 <= 2.026))|* 1,0537 }}{{
- ifexpr:((1.970 > 2.000) and (1.970 <= 2.026))|* 1,0592 }}{{
- ifexpr:((1.971 > 2.000) and (1.971 <= 2.026))|* 1,0430 }}{{
- ifexpr:((1.972 > 2.000) and (1.972 <= 2.026))|* 1,0331 }}{{
- ifexpr:((1.973 > 2.000) and (1.973 <= 2.026))|* 1,0621 }}{{
- ifexpr:((1.974 > 2.000) and (1.974 <= 2.026))|* 1,1098 }}{{
- ifexpr:((1.975 > 2.000) and (1.975 <= 2.026))|* 1,0914 }}{{
- ifexpr:((1.976 > 2.000) and (1.976 <= 2.026))|* 1,0576 }}{{
- ifexpr:((1.977 > 2.000) and (1.977 <= 2.026))|* 1,0645 }}{{
- ifexpr:((1.978 > 2.000) and (1.978 <= 2.026))|* 1,0761 }}{{
- ifexpr:((1.979 > 2.000) and (1.979 <= 2.026))|* 1,1127 }}{{
- ifexpr:((1.980 > 2.000) and (1.980 <= 2.026))|* 1,1352 }}{{
- ifexpr:((1.981 > 2.000) and (1.981 <= 2.026))|* 1,1038 }}{{
- ifexpr:((1.982 > 2.000) and (1.982 <= 2.026))|* 1,0613 }}{{
- ifexpr:((1.983 > 2.000) and (1.983 <= 2.026))|* 1,0321 }}{{
- ifexpr:((1.984 > 2.000) and (1.984 <= 2.026))|* 1,0432 }}{{
- ifexpr:((1.985 > 2.000) and (1.985 <= 2.026))|* 1,0356 }}{{
- ifexpr:((1.986 > 2.000) and (1.986 <= 2.026))|* 1,0186 }}{{
- ifexpr:((1.987 > 2.000) and (1.987 <= 2.026))|* 1,0365 }}{{
- ifexpr:((1.988 > 2.000) and (1.988 <= 2.026))|* 1,0414 }}{{
- ifexpr:((1.989 > 2.000) and (1.989 <= 2.026))|* 1,0482 }}{{
- ifexpr:((1.990 > 2.000) and (1.990 <= 2.026))|* 1,0540 }}{{
- ifexpr:((1.991 > 2.000) and (1.991 <= 2.026))|* 1,0421 }}{{
- ifexpr:((1.992 > 2.000) and (1.992 <= 2.026))|* 1,0301 }}{{
- ifexpr:((1.993 > 2.000) and (1.993 <= 2.026))|* 1,0299 }}{{
- ifexpr:((1.994 > 2.000) and (1.994 <= 2.026))|* 1,0256 }}{{
- ifexpr:((1.995 > 2.000) and (1.995 <= 2.026))|* 1,0283 }}{{
- ifexpr:((1.996 > 2.000) and (1.996 <= 2.026))|* 1,0295 }}{{
- ifexpr:((1.997 > 2.000) and (1.997 <= 2.026))|* 1,0229 }}{{
- ifexpr:((1.998 > 2.000) and (1.998 <= 2.026))|* 1,0156 }}{{
- ifexpr:((1.999 > 2.000) and (1.999 <= 2.026))|* 1,0221 }}{{
- ifexpr:((2.000 > 2.000) and (2.000 <= 2.026))|* 1,0336 }}{{
- ifexpr:((2.001 > 2.000) and (2.001 <= 2.026))|* 1,0285 }}{{
- ifexpr:((2.002 > 2.000) and (2.002 <= 2.026))|* 1,0158 }}{{
- ifexpr:((2.003 > 2.000) and (2.003 <= 2.026))|* 1,0228 }}{{
- ifexpr:((2.004 > 2.000) and (2.004 <= 2.026))|* 1,0266 }}{{
- ifexpr:((2.005 > 2.000) and (2.005 <= 2.026))|* 1,0339 }}{{
- ifexpr:((2.006 > 2.000) and (2.006 <= 2.026))|* 1,0323 }}{{
- ifexpr:((2.007 > 2.000) and (2.007 <= 2.026))|* 1,0285 }}{{
- ifexpr:((2.008 > 2.000) and (2.008 <= 2.026))|* 1,0384 }}{{
- ifexpr:((2.009 > 2.000) and (2.009 <= 2.026))|* 0,9965 }}{{
- ifexpr:((2.010 > 2.000) and (2.010 <= 2.026))|* 1,0164 }}{{
- ifexpr:((2.011 > 2.000) and (2.011 <= 2.026))|* 1,0316 }}{{
- ifexpr:((2.012 > 2.000) and (2.012 <= 2.026))|* 1,0207 }}{{
- ifexpr:((2.013 > 2.000) and (2.013 <= 2.026))|* 1,0147 }}{{
- ifexpr:((2.014 > 2.000) and (2.014 <= 2.026))|* 1,0162 }}{{
- ifexpr:((2.015 > 2.000) and (2.015 <= 2.026))|* 1,0012 }}{{
- ifexpr:((2.016 > 2.000) and (2.016 <= 2.026))|* 1,0126 }}{{
- ifexpr:((2.017 > 2.000) and (2.017 <= 2.026))|* 1,0213 }}{{
- ifexpr:((2.018 > 2.000) and (2.018 <= 2.026))|* 1,0244 }}{{
- ifexpr:((2.019 > 2.000) and (2.019 <= 2.026))|* 1,0181 }}{{
- ifexpr:((2.020 > 2.000) and (2.020 <= 2.026))|* 1,0123 }}{{
- ifexpr:((2.021 > 2.000) and (2.021 <= 2.026))|* 1,0470 }}{{
- ifexpr:((2.022 > 2.000) and (2.022 <= 2.026))|* 1,0800 }}{{
- ifexpr:((2.023 > 2.000) and (2.023 <= 2.026))|* 1,0411 }}{{
- ifexpr:((2.024 > 2.000) and (2.024 <= 2.026))|* 1,0295 }}) round 2}} |2=1 |parse=}}}}|3|0}}}}
| Fehler
}}
}}
}}
| Fehler }} | Fehler }} Milliarden) für die Jahr-2000-Umstellung ausgegeben.<ref>{{#if:Vorlage:Cite book/URL|{{#iferror: {{#iferror:{{#invoke:Vorlage:FormatDate|Execute}}|}}| |}}}}{{#if:{{#if:
|
| {{#if: Mitchell
| {{#if:
| [[|Vorlage:Cite book/Name]]
| Vorlage:Cite book/Name
}}
}}{{#if:
| {{#if:
| , [[|Vorlage:Cite book/Name]]
| Vorlage:Cite book/Name
}}
}}{{#if:
| {{#if:
| , [[|Vorlage:Cite book/Name]]
| Vorlage:Cite book/Name
}}
}}{{#if:
| {{#if:
| , [[|Vorlage:Cite book/Name]]
| Vorlage:Cite book/Name
}}
}}{{#if:
| {{#if:
| , [[|Vorlage:Cite book/Name]]
| Vorlage:Cite book/Name
}}
}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}
}}Vorlage:Cite book/Name|{{#if:
|
| {{#if: Mitchell
| {{#if:
| [[|Vorlage:Cite book/Name]]
| Vorlage:Cite book/Name
}}
}}{{#if:
| {{#if:
| , [[|Vorlage:Cite book/Name]]
| Vorlage:Cite book/Name
}}
}}{{#if:
| {{#if:
| , [[|Vorlage:Cite book/Name]]
| Vorlage:Cite book/Name
}}
}}{{#if:
| {{#if:
| , [[|Vorlage:Cite book/Name]]
| Vorlage:Cite book/Name
}}
}}{{#if:
| {{#if:
| , [[|Vorlage:Cite book/Name]]
| Vorlage:Cite book/Name
}}
}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}{{#if:|Vorlage:Cite book/Name}}
}}Vorlage:Cite book/Name: }}{{#if:Vorlage:Cite book/URL|{{#if:{{#if: Y2K: The good, the bad and the crazy | {{#invoke: WLink|getEscapedTitle|1=Y2K: The good, the bad and the crazy}} | ? }}|[{{#invoke:Vorlage:Internetquelle|archivURL|1={{#invoke:URLutil|getNormalized|1=Vorlage:Cite book/URL}}}} {{#invoke:Vorlage:Internetquelle|TitelFormat|titel={{#if: Y2K: The good, the bad and the crazy | {{#invoke: WLink|getEscapedTitle|1=Y2K: The good, the bad and the crazy}} | ? }}}}]{{#if:| ()}}{{#if:{{#if: | ( }}{{#if: | Originaltitel: {{{script-title}}} }}{{#if: | {{#if: | , }}deutsch: {{{trans-title}}} }}{{#if: | ) }}| {{#if: | ( }}{{#if: | Originaltitel: {{{script-title}}} }}{{#if: | {{#if: | , }}deutsch: {{{trans-title}}} }}{{#if: | ) }}{{#invoke:Vorlage:Internetquelle|Endpunkt|titel={{#if: | ( }}{{#if: | Originaltitel: {{{script-title}}} }}{{#if: | {{#if: | , }}deutsch: {{{trans-title}}} }}{{#if: | ) }}}}}}}}|{{#if:http://www.computerworld.com/s/article/9142555/Y2K_The_good_the_bad_and_the_crazy?taxonomyId=14&pageNumber=2%7C{{#if:{{#invoke:TemplUtl%7Cfaculty%7CVorlage:Cite book/URL}}|{{#invoke:Vorlage:Internetquelle|TitelFormat|titel={{#invoke:WLink|getEscapedTitle|1={{#if: Y2K: The good, the bad and the crazy | {{#invoke: WLink|getEscapedTitle|1=Y2K: The good, the bad and the crazy}} | ? }}}}}}|[{{#invoke:URLutil|getNormalized|1=http://www.computerworld.com/s/article/9142555/Y2K_The_good_the_bad_and_the_crazy?taxonomyId=14&pageNumber=2}} {{#invoke:Vorlage:Internetquelle|TitelFormat|titel={{#invoke:WLink|getEscapedTitle|1={{#if: Y2K: The good, the bad and the crazy | {{#invoke: WLink|getEscapedTitle|1=Y2K: The good, the bad and the crazy}} | ? }}}}}}]}}{{#if:| ({{#if:{{#if: | ( }}{{#if: | Originaltitel: {{{script-title}}} }}{{#if: | {{#if: | , }}deutsch: {{{trans-title}}} }}{{#if: | ) }}Vorlage:Cite book/URLComputerworld{{#if: | via {{{via}}} }}Vorlage:Cite book/DateVorlage:Cite book/URL{{#if: {{#if: 2024-06-20
| {{#iferror: {{#invoke:DateTime|format|2024-06-20|ISO}}
| 0001-01-01
}}
| 0001-01-01
}} | {{#if:{{#invoke:TemplUtl|faculty|{{#if: 2024-06-20
| {{#if: {{#invoke:DateTime|format|2024-06-20|ISO|noerror=1}} || 1 }}
| 1
}}}}||1}}}}
| )
| {{#if:{{#ifeq:en|de||{{#if:en|1}}}}{{#if: | {{{at}}}{{#if: | , }}}}{{#if: | {{{id}}}{{#if: | , }}}}{{#if: | {{{doi}}}{{#if: | , }}}}{{#if: | PMID {{{pmid}}}{{#if: | , }}}}{{#if: | {{{arxiv}}}{{#if: | , }}}}{{#if: | Bibcode: {{{bibcode}}}{{#if: | , }}}}{{#if: | Volltext bei PMC: {{{pmc}}}{{#if: | , }}}}| ;
| )}}}}}}{{#if:{{#if: | ( }}{{#if: | Originaltitel: {{{script-title}}} }}{{#if: | {{#if: | , }}deutsch: {{{trans-title}}} }}{{#if: | ) }}| {{#if: | ( }}{{#if: | Originaltitel: {{{script-title}}} }}{{#if: | {{#if: | , }}deutsch: {{{trans-title}}} }}{{#if: | ) }}{{#invoke:Vorlage:Internetquelle|Endpunkt|titel={{#if: | ( }}{{#if: | Originaltitel: {{{script-title}}} }}{{#if: | {{#if: | , }}deutsch: {{{trans-title}}} }}{{#if: | ) }}}}}}}}}}{{#if:http://www.computerworld.com/s/article/9142555/Y2K_The_good_the_bad_and_the_crazy?taxonomyId=14&pageNumber=2%7C{{#if:{{#invoke:URLutil%7CisResourceURL%7C1=http://www.computerworld.com/s/article/9142555/Y2K_The_good_the_bad_and_the_crazy?taxonomyId=14&pageNumber=2}}%7C%7C}}}}{{#if:{{#if: Y2K: The good, the bad and the crazy | {{#invoke: WLink|getEscapedTitle|1=Y2K: The good, the bad and the crazy}} | ? }}|{{#if:{{#invoke:WLink|isValidLinktext|1={{#if: Y2K: The good, the bad and the crazy | {{#invoke: WLink|getEscapedTitle|1=Y2K: The good, the bad and the crazy}} | ? }}|lines=0}}||}}}}{{#if: Computerworld| In: {{#invoke:Vorlage:Internetquelle|TitelFormat|titel=Computerworld}}}}{{#if: {{#if: | via {{{via}}} }}| {{#if: | via {{{via}}} }}{{#if: Vorlage:Cite book/DateVorlage:Cite book/URL|,|{{#if: {{#if: 2024-06-20
| {{#iferror: {{#invoke:DateTime|format|2024-06-20|ISO}}
| 0001-01-01
}}
| 0001-01-01
}} | {{#if:{{#invoke:TemplUtl|faculty|{{#if: 2024-06-20
| {{#if: {{#invoke:DateTime|format|2024-06-20|ISO|noerror=1}} || 1 }}
| 1
}}}}||,}}}}}}}}{{#if: Vorlage:Cite book/Date| {{#if:{{#invoke:DateTime|format|Vorlage:Cite book/Date|noerror=1}}
|{{#invoke:DateTime|format|Vorlage:Cite book/Date|T._Monat JJJJ}}
|{{#invoke:TemplUtl|failure|1=Fehler bei Vorlage:Internetquelle, datum=Vorlage:Cite book/Date|class=Zitationswartung}} }}{{#if: Vorlage:Cite book/URL|,|{{#if: {{#if: 2024-06-20
| {{#iferror: {{#invoke:DateTime|format|2024-06-20|ISO}}
| 0001-01-01
}}
| 0001-01-01
}} | {{#if:{{#invoke:TemplUtl|faculty|{{#if: 2024-06-20
| {{#if: {{#invoke:DateTime|format|2024-06-20|ISO|noerror=1}} || 1 }}
| 1
}}}}||,}}}}}}}}{{#if: | S. {{#if: Vorlage:Cite book/URL|,|{{#if: {{#if: 2024-06-20
| {{#iferror: {{#invoke:DateTime|format|2024-06-20|ISO}}
| 0001-01-01
}}
| 0001-01-01
}} | {{#if:{{#invoke:TemplUtl|faculty|{{#if: 2024-06-20
| {{#if: {{#invoke:DateTime|format|2024-06-20|ISO|noerror=1}} || 1 }}
| 1
}}}}||,}}}}}}}}{{#if: Vorlage:Cite book/URL{{#invoke:TemplUtl|faculty|Vorlage:Cite book/URL}}| {{#if:Vorlage:Cite book/Date{{#if: | via {{{via}}} }}|{{#if:Vorlage:Cite book/URL|archiviert|ehemals}}|{{#if:Vorlage:Cite book/URL|Archiviert|Ehemals}}}} {{#if:Vorlage:Cite book/URL|vom|im}} Vorlage:Referrer{{#if:{{#invoke:TemplUtl|faculty|Vorlage:Cite book/URL}}| (nicht mehr online verfügbar)}}{{#if: Vorlage:Cite book/URL| am {{#iferror: {{#iferror:{{#invoke:Vorlage:FormatDate|Execute}}|}}|Vorlage:Cite book/URL{{#if:118960||(?)}}}}}}{{#if: {{#if: 2024-06-20
| {{#iferror: {{#invoke:DateTime|format|2024-06-20|ISO}}
| 0001-01-01
}}
| 0001-01-01
}}|;}}}}{{#if: {{#if: 2024-06-20
| {{#iferror: {{#invoke:DateTime|format|2024-06-20|ISO}}
| 0001-01-01
}}
| 0001-01-01
}}| {{#if:Vorlage:Cite book/Date{{#if: | via {{{via}}} }}Vorlage:Cite book/URL{{#invoke:TemplUtl|faculty|Vorlage:Cite book/URL}}|abgerufen|Abgerufen}} {{#switch: {{#invoke:Str|len| {{#invoke:DateTime|format| {{#if: 2024-06-20
| {{#iferror: {{#invoke:DateTime|format|2024-06-20|ISO}}
| 0001-01-01
}}
| 0001-01-01
}} |ISO|noerror=1}} }}
|4=im Jahr
|7=im
|10=am
|#default={{#invoke:TemplUtl|failure|1=Fehler bei Vorlage:Internetquelle, abruf={{#if: 2024-06-20
| {{#iferror: {{#invoke:DateTime|format|2024-06-20|ISO}}
| 0001-01-01
}}
| 0001-01-01
}}|class=Zitationswartung}} }} {{#invoke:DateTime|format|{{#if: 2024-06-20
| {{#iferror: {{#invoke:DateTime|format|2024-06-20|ISO}}
| 0001-01-01
}}
| 0001-01-01
}}|T._Monat JJJJ}}
| {{#invoke:TemplUtl|failure|1=Vorlage:Internetquelle | abruf=2026-MM-TT ist Pflichtparameter}} }}{{#if:{{#ifeq:en|de||{{#if:en|1}}}}{{#if: | {{{at}}}{{#if: | , }}}}{{#if: | {{{id}}}{{#if: | , }}}}{{#if: | {{{doi}}}{{#if: | , }}}}{{#if: | PMID {{{pmid}}}{{#if: | , }}}}{{#if: | {{{arxiv}}}{{#if: | , }}}}{{#if: | Bibcode: {{{bibcode}}}{{#if: | , }}}}{{#if: | Volltext bei PMC: {{{pmc}}}{{#if: | , }}}}|{{#if:{{#if: | ( }}{{#if: | Originaltitel: {{{script-title}}} }}{{#if: | {{#if: | , }}deutsch: {{{trans-title}}} }}{{#if: | ) }}Vorlage:Cite book/URLComputerworld{{#if: | via {{{via}}} }}Vorlage:Cite book/DateVorlage:Cite book/URL{{#if: {{#if: 2024-06-20
| {{#iferror: {{#invoke:DateTime|format|2024-06-20|ISO}}
| 0001-01-01
}}
| 0001-01-01
}} | {{#if:{{#invoke:TemplUtl|faculty|{{#if: 2024-06-20
| {{#if: {{#invoke:DateTime|format|2024-06-20|ISO|noerror=1}} || 1 }}
| 1
}}}}||1}}}}
| (
| {{#if: | | (}}
}}{{#ifeq:{{#if:en|en|de}}|de||
{{#invoke:Multilingual|format|en|slang=!|split=[%s,]+|shift=m|separator=, }}}}{{#if: {{#if: | {{{at}}}{{#if: | , }}}}{{#if: | {{{id}}}{{#if: | , }}}}{{#if: | {{{doi}}}{{#if: | , }}}}{{#if: | PMID {{{pmid}}}{{#if: | , }}}}{{#if: | {{{arxiv}}}{{#if: | , }}}}{{#if: | Bibcode: {{{bibcode}}}{{#if: | , }}}}{{#if: | Volltext bei PMC: {{{pmc}}}{{#if: | , }}}}|{{#ifeq:{{#if:en|en|de}}|de||, }}{{#if: | {{{at}}}{{#if: | , }}}}{{#if: | {{{id}}}{{#if: | , }}}}{{#if: | {{{doi}}}{{#if: | , }}}}{{#if: | PMID {{{pmid}}}{{#if: | , }}}}{{#if: | {{{arxiv}}}{{#if: | , }}}}{{#if: | Bibcode: {{{bibcode}}}{{#if: | , }}}}{{#if: | Volltext bei PMC: {{{pmc}}}{{#if: | , }}}}}})}}{{#if: Vorlage:Cite book/DateVorlage:Cite book/URL{{#if: {{#if: 2024-06-20
| {{#iferror: {{#invoke:DateTime|format|2024-06-20|ISO}}
| 0001-01-01
}}
| 0001-01-01
}} | {{#if:{{#invoke:TemplUtl|faculty|{{#if: 2024-06-20
| {{#if: {{#invoke:DateTime|format|2024-06-20|ISO|noerror=1}} || 1 }}
| 1
}}}}||1}} }}en{{#if: | {{{at}}}{{#if: | , }}}}{{#if: | {{{id}}}{{#if: | , }}}}{{#if: | {{{doi}}}{{#if: | , }}}}{{#if: | PMID {{{pmid}}}{{#if: | , }}}}{{#if: | {{{arxiv}}}{{#if: | , }}}}{{#if: | Bibcode: {{{bibcode}}}{{#if: | , }}}}{{#if: | Volltext bei PMC: {{{pmc}}}{{#if: | , }}}}|{{#if: |: {{
#if:
| „{{
#ifeq: {{#if:{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|de}} | de
| Vorlage:Str trim
| {{#invoke:Vorlage:lang|flat}}
}}“
| {{#ifeq: {{#if:{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|de}} | de
| „Vorlage:Str trim“
| {{#invoke:Text|quote
|1={{#if:
| {{#invoke:Vorlage:lang|flat}}
| {{#invoke:Vorlage:lang|flat}} }}
|2={{#if: {{#invoke:TemplUtl|faculty|}}|de-CH|de}}
|3=1}} }}
}}{{#if:
| (<templatestyles src="Person/styles.css" />{{#if: | : }}{{#if: | , deutsch: „“ }})
| {{#if:
| ({{#if: | , deutsch: „“ }})
| {{#if: | (deutsch: „“) }}
}}
}}{{#if:
| {{#if:
| {{#if:
| Vorlage:": Text= und 1= gleichzeitig, bzw. Pipe zu viel }} }}
| Vorlage:": Text= fehlt }}{{#if: | {{#if: {{#invoke:Text|unstrip|{{{ref}}}}}
| Vorlage:": Ungültiger Wert: ref=
| {{{ref}}} }}
}}|.{{#if:{{#invoke:TemplUtl|faculty|Vorlage:Cite book/URL}}|{{#if:Vorlage:Cite book/URL||{{#ifeq: Vorlage:Cite book/URL | JaKeinHinweis |{{#switch:
|0|=Vorlage:Toter Link/Core{{#if: http://www.computerworld.com/s/article/9142555/Y2K_The_good_the_bad_and_the_crazy?taxonomyId=14&pageNumber=2 | {{#if: | [7] }} (Seite {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. Suche im Internet Archive ){{#if: | {{#if: deadurlausgeblendet | | Vorlage:Toter Link/archivebot }} }} | (Seite {{#switch:|no|0|=|#default=dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}.) }}{{#switch: |no|0|= |#default={{#if: || }} }}{{#invoke:TemplatePar|check |opt = inline= url= text= datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://www.computerworld.com/s/article/9142555/Y2K_The_good_the_bad_and_the_crazy?taxonomyId=14&pageNumber=2 | {{#if:{{#invoke:URLutil|isWebURL|http://www.computerworld.com/s/article/9142555/Y2K_The_good_the_bad_and_the_crazy?taxonomyId=14&pageNumber=2}} || {{#if: || }} }} | {{#if: | {{#if: || }} | {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: deadurl |checked|deadurl|= |#default= {{#if: || }} }}|#default= https://wiki-de.moshellshocker.dns64.de/index.php?title=Wikipedia:Defekte_Weblinks&dwl=http://www.computerworld.com/s/article/9142555/Y2K_The_good_the_bad_and_the_crazy?taxonomyId=14&pageNumber=2 Die nachstehende Seite ist {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar]{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. (Suche im Internet Archive. ) {{#if: | {{#if: deadurlausgeblendet | | Vorlage:Toter Link/archivebot }} }}Vorlage:Toter Link/Core{{#switch: |no|0|= |#default= {{#if: || }} }}{{#invoke:TemplatePar|check |all = inline= url= |opt = datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://www.computerworld.com/s/article/9142555/Y2K_The_good_the_bad_and_the_crazy?taxonomyId=14&pageNumber=2 | {{#if:{{#invoke:URLutil|isWebURL|http://www.computerworld.com/s/article/9142555/Y2K_The_good_the_bad_and_the_crazy?taxonomyId=14&pageNumber=2}} || {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: deadurl |checked|deadurl|= |#default= {{#if: || }} }}[http://www.computerworld.com/s/article/9142555/Y2K_The_good_the_bad_and_the_crazy?taxonomyId=14&pageNumber=2 }}|{{#switch: |0|=Vorlage:Toter Link/Core{{#if: http://www.computerworld.com/s/article/9142555/Y2K_The_good_the_bad_and_the_crazy?taxonomyId=14&pageNumber=2 | {{#if: | [8] }} (Seite {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. Suche im Internet Archive ){{#if: | {{#if: | | Vorlage:Toter Link/archivebot }} }} | (Seite {{#switch:|no|0|=|#default=dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}.) }}{{#switch: |no|0|= |#default={{#if: || }} }}{{#invoke:TemplatePar|check |opt = inline= url= text= datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://www.computerworld.com/s/article/9142555/Y2K_The_good_the_bad_and_the_crazy?taxonomyId=14&pageNumber=2 | {{#if:{{#invoke:URLutil|isWebURL|http://www.computerworld.com/s/article/9142555/Y2K_The_good_the_bad_and_the_crazy?taxonomyId=14&pageNumber=2}} || {{#if: || }} }} | {{#if: | {{#if: || }} | {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: |checked|deadurl|= |#default= {{#if: || }} }}|#default= https://wiki-de.moshellshocker.dns64.de/index.php?title=Wikipedia:Defekte_Weblinks&dwl=http://www.computerworld.com/s/article/9142555/Y2K_The_good_the_bad_and_the_crazy?taxonomyId=14&pageNumber=2 Die nachstehende Seite ist {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar]{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. (Suche im Internet Archive. ) {{#if: | {{#if: | | Vorlage:Toter Link/archivebot }} }}Vorlage:Toter Link/Core{{#switch: |no|0|= |#default= {{#if: || }} }}{{#invoke:TemplatePar|check |all = inline= url= |opt = datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://www.computerworld.com/s/article/9142555/Y2K_The_good_the_bad_and_the_crazy?taxonomyId=14&pageNumber=2 | {{#if:{{#invoke:URLutil|isWebURL|http://www.computerworld.com/s/article/9142555/Y2K_The_good_the_bad_and_the_crazy?taxonomyId=14&pageNumber=2}} || {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: |checked|deadurl|= |#default= {{#if: || }} }}[http://www.computerworld.com/s/article/9142555/Y2K_The_good_the_bad_and_the_crazy?taxonomyId=14&pageNumber=2 }} }}}}}}}}}}{{#if:| {{#invoke:Vorlage:Internetquelle|archivBot|stamp=|text={{#if:Vorlage:Cite book/URL|Vorlage:Webarchiv/archiv-bot}}
}}}}{{#invoke:TemplatePar|check |all= url= titel= |opt= autor= hrsg= format= sprache= titelerg= werk= seiten= datum= abruf= zugriff= abruf-verborgen= archiv-url= archiv-datum= archiv-bot= kommentar= zitat= AT= CH= offline= |cat= {{#ifeq: 0 | 0 | Wikipedia:Vorlagenfehler/Vorlage:Internetquelle}} |template= Vorlage:Internetquelle |format=0 |preview=1 }}{{#invoke:TemplatePar|check
|all = url= title= |opt = script-title= trans-title= archive-url= archiveurl= archive-date= archivedate= authors= vauthors= author= author1= authorlink= authorlink1= author-link= author-link1= author2= author-link2= author3= author-link3= author4= author-link4= author5= author-link5= author6= author7= author8= author9= last= first= last1= first1= last2= first2= last3= first3= last4= first4= last5= first5= last6= first6= last7= first7= last8= first8= last9= first9= others= language= lang= format= website= work= publisher= via= pages= page= at= date= year= id= bibcode= doi= pmid= pmc= arxiv= archivedate= archive-date= archivebot= accessdate= access-date= quote= comment= url-status= ref= url-access= orig-year= editor= editor-link= editor-last= editor-first= editor1-link= editor1-last= editor1-first= editor2= editor2-last= editor2-first= editor2-link= department= series= agency= location= place= publication-place= publication-date= type= asin= doi-broken-date= isbn= issn= jfm= jstor= lccn= mr= oclc= ol= osti= rfc= ssrn= zbl= postscript= df= mode= display-authors= display-editors= book-title= contribution-url= offline= coauthors= month= authorlink2= authorlink3= authorlink4= authorlink5= last10= first10= last11= first11= last12= first12= last13= first13= last14= first14= last15= first15= last16= first16= last17= first17= last18= first18= last19= first19= last20= first20= last21= first21= |cat = Wikipedia:Vorlagenfehler/Vorlage:Cite web |errNS = 0 |template = Vorlage:Cite web |format = |preview = 1 }}Vorlage:Cite book/URL{{#if: Vorlage:Cite book/Webarchiv | Vorlage:Cite book/Meldung }}{{#if: | Vorlage:Cite book/Meldung }}Vorlage:Cite book/Meldung2{{#if: Vorlage:Cite book/ParamBool | Vorlage:Cite book/Meldung }}{{#if: Vorlage:Cite book/ParamBool | Vorlage:Cite book/Meldung }}{{#if: Vorlage:Cite book/ParamBool | Vorlage:Cite book/Meldung }}{{#if: Vorlage:Cite book/ParamBool | Vorlage:Cite book/Meldung }}{{#if: Vorlage:Cite book/ParamBool | Vorlage:Cite book/Meldung }}{{#ifexpr: {{#ifeq:Mitchell|^^|0|1}}{{#ifeq:^^|^^||+1}}{{#ifeq:^^|^^||+1}}{{#ifeq:^^|^^||+1}} > 1 | Vorlage:Cite book/Meldung }}{{#ifexpr: {{#ifeq:^^|^^|0|1}}{{#ifeq:^^|^^||+1}}{{#ifeq:^^|^^||+1}}{{#ifeq:^^|^^||+1}} > 1 | Vorlage:Cite book/Meldung }}{{#ifexpr: {{#ifeq:Computerworld|^^|0|1}}{{#ifeq:^^|^^||+1}} > 1 | Vorlage:Cite book/Meldung }}{{#ifexpr: {{#ifeq:^^|^^|0|1}}{{#ifeq:^^|^^||+1}} > 1 | Vorlage:Cite book/Meldung }}{{#ifexpr: {{#ifeq:https://web.archive.org/web/20100101122535/http://www.computerworld.com/s/article/9142555/Y2K_The_good_the_bad_and_the_crazy?taxonomyId=14&pageNumber=2%7C^^%7C0%7C1}}{{#ifeq:^^%7C^^%7C%7C+1}} > 1 | Vorlage:Cite book/Meldung }}{{#ifexpr: {{#ifeq:2010-01-01|^^|0|1}}{{#ifeq:^^|^^||+1}} > 1 | Vorlage:Cite book/Meldung }}{{#ifexpr: {{#ifeq:2024-06-20|^^|0|1}}{{#ifeq:^^|^^||+1}} > 1 | Vorlage:Cite book/Meldung }}{{#ifexpr: {{#ifeq:en|^^|0|1}}{{#ifeq:^^|^^||+1}} > 1 | Vorlage:Cite book/Meldung }}{{#ifexpr: {{#ifeq:^^|^^|0|1}}{{#ifeq:^^|^^||+1}} > 1 | Vorlage:Cite book/Meldung }}</ref>
Durch die Hardware- und Softwareaktualisierungen, die zur Verhinderung des Y2K-Problems getätigt wurden, waren im Jahr 2000 viele Anwender mit aktuellen Plattformen ausgerüstet. Das löste in der folgenden Vierjahresperiode (Lebensdauer eines gängigen Bürogerätes) einen Einbruch beim Verkauf neuer Systeme und eine spürbare Rezession im Informatikbereich aus.
Ähnliche Probleme
- Jahr-2010-Problem
- Zum Jahreswechsel 2009/2010 traten einige der hier prophezeiten Szenarien unerwartet ein. Kreditkarten und Debitkarten wurden nicht mehr als gültig erkannt und SMS-Nachrichten vordatiert.<ref name="heiseonline_895399">Vorlage:Heise online</ref> Massenhaft wurden einwandfreie E-Mails fälschlicherweise als Spam behandelt.<ref name="heiseonline_894258">Vorlage:Heise online</ref>
- Jahr-2022-Problem
- Programmierfehler, bei dem eine vorzeichenbehaftete 32-Bit-Zahl nicht mehr zur Zeitdarstellung ausreicht (ähnlich dem Jahr-2038-Problem).
- Jahr-2027-Problem
- Am 1. Januar 2027 werden die Bits im Datenformat des Kalenders auf den Rechnern der 3000er-Serie von Hewlett-Packard aufgebraucht sein.<ref>{{#if:|{{#iferror: {{#iferror:{{#invoke:Vorlage:FormatDate|Execute}}|}}| |}}}}{{#if:|{{{autor}}}: }}{{#if:|{{#if:Less than 20 years to go?|[{{#invoke:Vorlage:Internetquelle|archivURL|1={{#invoke:URLutil|getNormalized|1={{{archiv-url}}}}}}} {{#invoke:Vorlage:Internetquelle|TitelFormat|titel=Less than 20 years to go?}}]{{#if:| ({{{format}}})}}{{#if:| {{{titelerg}}}{{#invoke:Vorlage:Internetquelle|Endpunkt|titel={{{titelerg}}}}}}}}}|{{#if:http://3000newswire.blogs.com/3000_newswire/2007/01/index.html#a0015553963%7C{{#if:{{#invoke:TemplUtl%7Cfaculty%7C}}%7C{{#invoke:Vorlage:Internetquelle%7CTitelFormat%7Ctitel={{#invoke:WLink%7CgetEscapedTitle%7C1=Less than 20 years to go?}}}}|[{{#invoke:URLutil|getNormalized|1=http://3000newswire.blogs.com/3000_newswire/2007/01/index.html#a0015553963}} {{#invoke:Vorlage:Internetquelle|TitelFormat|titel={{#invoke:WLink|getEscapedTitle|1=Less than 20 years to go?}}}}]}}{{#if:| ({{{format}}}{{#if:3000 NewsWire2007-01-31{{#if: 2016-09-14 | {{#if:{{#invoke:TemplUtl|faculty|}}||1}}}}
| )
| {{#if:{{#ifeq:en|de||{{#if:en|1}}}}| ;
| )}}}}}}{{#if:| {{{titelerg}}}{{#invoke:Vorlage:Internetquelle|Endpunkt|titel={{{titelerg}}}}}}}}}}}{{#if:http://3000newswire.blogs.com/3000_newswire/2007/01/index.html#a0015553963%7C{{#if:{{#invoke:URLutil%7CisResourceURL%7C1=http://3000newswire.blogs.com/3000_newswire/2007/01/index.html#a0015553963}}%7C%7C}}}}{{#if:Less than 20 years to go?|{{#if:{{#invoke:WLink|isValidLinktext|1=Less than 20 years to go?|lines=0}}||}}}}{{#if: 3000 NewsWire| In: {{#invoke:Vorlage:Internetquelle|TitelFormat|titel=3000 NewsWire}}}}{{#if: | {{{hrsg}}}{{#if: 2007-01-31|,|{{#if: 2016-09-14 | {{#if:{{#invoke:TemplUtl|faculty|}}||,}}}}}}}}{{#if: 2007-01-31| {{#if:{{#invoke:DateTime|format|2007-01-31|noerror=1}}
|{{#invoke:DateTime|format|2007-01-31|T._Monat JJJJ}}
|{{#invoke:TemplUtl|failure|1=Fehler bei Vorlage:Internetquelle, datum=2007-01-31|class=Zitationswartung}} }}{{#if: |,|{{#if: 2016-09-14 | {{#if:{{#invoke:TemplUtl|faculty|}}||,}}}}}}}}{{#if: | S. {{{seiten}}}{{#if: |,|{{#if: 2016-09-14 | {{#if:{{#invoke:TemplUtl|faculty|}}||,}}}}}}}}{{#if: {{#invoke:TemplUtl|faculty|}}| {{#if:2007-01-31|{{#if:|archiviert|ehemals}}|{{#if:|Archiviert|Ehemals}}}} {{#if:|vom|im}} Vorlage:Referrer{{#if:{{#invoke:TemplUtl|faculty|}}| (nicht mehr online verfügbar)}}{{#if: | am {{#iferror: {{#iferror:{{#invoke:Vorlage:FormatDate|Execute}}|}}|{{{archiv-datum}}}{{#if:118960||(?)}}}}}}{{#if: 2016-09-14|;}}}}{{#if: 2016-09-14| {{#if:2007-01-31{{#invoke:TemplUtl|faculty|}}|abgerufen|Abgerufen}} {{#switch: {{#invoke:Str|len| {{#invoke:DateTime|format| 2016-09-14 |ISO|noerror=1}} }}
|4=im Jahr
|7=im
|10=am
|#default={{#invoke:TemplUtl|failure|1=Fehler bei Vorlage:Internetquelle, abruf=2016-09-14|class=Zitationswartung}} }} {{#invoke:DateTime|format|2016-09-14|T._Monat JJJJ}}
| {{#invoke:TemplUtl|failure|1=Vorlage:Internetquelle | abruf=2026-MM-TT ist Pflichtparameter}} }}{{#if:{{#ifeq:en|de||{{#if:en|1}}}}|{{#if:3000 NewsWire2007-01-31{{#if: 2016-09-14 | {{#if:{{#invoke:TemplUtl|faculty|}}||1}}}}
| (
| {{#if: | | (}}
}}{{#ifeq:{{#if:en|en|de}}|de||
{{#invoke:Multilingual|format|en|slang=!|split=[%s,]+|shift=m|separator=, }}}}{{#if: |{{#ifeq:{{#if:en|en|de}}|de||, }}{{{kommentar}}}}})}}{{#if: 2007-01-31{{#if: 2016-09-14 | {{#if:{{#invoke:TemplUtl|faculty|}}||1}} }}en|{{#if: |: {{
#if:
| „{{
#ifeq: {{#if:{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|de}} | de
| Vorlage:Str trim
| {{#invoke:Vorlage:lang|flat}}
}}“
| {{#ifeq: {{#if:{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|de}} | de
| „Vorlage:Str trim“
| {{#invoke:Text|quote
|1={{#if:
| {{#invoke:Vorlage:lang|flat}}
| {{#invoke:Vorlage:lang|flat}} }}
|2={{#if: {{#invoke:TemplUtl|faculty|}}|de-CH|de}}
|3=1}} }}
}}{{#if:
| (<templatestyles src="Person/styles.css" />{{#if: | : }}{{#if: | , deutsch: „“ }})
| {{#if:
| ({{#if: | , deutsch: „“ }})
| {{#if: | (deutsch: „“) }}
}}
}}{{#if: {{{zitat}}}
| {{#if:
| {{#if: {{{zitat}}}
| Vorlage:": Text= und 1= gleichzeitig, bzw. Pipe zu viel }} }}
| Vorlage:": Text= fehlt }}{{#if: | {{#if: {{#invoke:Text|unstrip|{{{ref}}}}}
| Vorlage:": Ungültiger Wert: ref=
| {{{ref}}} }}
}}|.{{#if:{{#invoke:TemplUtl|faculty|}}|{{#if:||{{#ifeq: | JaKeinHinweis |{{#switch:
|0|=Vorlage:Toter Link/Core{{#if: http://3000newswire.blogs.com/3000_newswire/2007/01/index.html#a0015553963 | {{#if: | [9] }} (Seite {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. Suche im Internet Archive ){{#if: | {{#if: deadurlausgeblendet | | Vorlage:Toter Link/archivebot }} }} | (Seite {{#switch:|no|0|=|#default=dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}.) }}{{#switch: |no|0|= |#default={{#if: || }} }}{{#invoke:TemplatePar|check |opt = inline= url= text= datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://3000newswire.blogs.com/3000_newswire/2007/01/index.html#a0015553963 | {{#if:{{#invoke:URLutil|isWebURL|http://3000newswire.blogs.com/3000_newswire/2007/01/index.html#a0015553963}} || {{#if: || }} }} | {{#if: | {{#if: || }} | {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: deadurl |checked|deadurl|= |#default= {{#if: || }} }}|#default= https://wiki-de.moshellshocker.dns64.de/index.php?title=Wikipedia:Defekte_Weblinks&dwl=http://3000newswire.blogs.com/3000_newswire/2007/01/index.html#a0015553963 Die nachstehende Seite ist {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar]{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. (Suche im Internet Archive. ) {{#if: | {{#if: deadurlausgeblendet | | Vorlage:Toter Link/archivebot }} }}Vorlage:Toter Link/Core{{#switch: |no|0|= |#default= {{#if: || }} }}{{#invoke:TemplatePar|check |all = inline= url= |opt = datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://3000newswire.blogs.com/3000_newswire/2007/01/index.html#a0015553963 | {{#if:{{#invoke:URLutil|isWebURL|http://3000newswire.blogs.com/3000_newswire/2007/01/index.html#a0015553963}} || {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: deadurl |checked|deadurl|= |#default= {{#if: || }} }}[http://3000newswire.blogs.com/3000_newswire/2007/01/index.html#a0015553963 }}|{{#switch: |0|=Vorlage:Toter Link/Core{{#if: http://3000newswire.blogs.com/3000_newswire/2007/01/index.html#a0015553963 | {{#if: | [10] }} (Seite {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. Suche im Internet Archive ){{#if: | {{#if: | | Vorlage:Toter Link/archivebot }} }} | (Seite {{#switch:|no|0|=|#default=dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}.) }}{{#switch: |no|0|= |#default={{#if: || }} }}{{#invoke:TemplatePar|check |opt = inline= url= text= datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://3000newswire.blogs.com/3000_newswire/2007/01/index.html#a0015553963 | {{#if:{{#invoke:URLutil|isWebURL|http://3000newswire.blogs.com/3000_newswire/2007/01/index.html#a0015553963}} || {{#if: || }} }} | {{#if: | {{#if: || }} | {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: |checked|deadurl|= |#default= {{#if: || }} }}|#default= https://wiki-de.moshellshocker.dns64.de/index.php?title=Wikipedia:Defekte_Weblinks&dwl=http://3000newswire.blogs.com/3000_newswire/2007/01/index.html#a0015553963 Die nachstehende Seite ist {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar]{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. (Suche im Internet Archive. ) {{#if: | {{#if: | | Vorlage:Toter Link/archivebot }} }}Vorlage:Toter Link/Core{{#switch: |no|0|= |#default= {{#if: || }} }}{{#invoke:TemplatePar|check |all = inline= url= |opt = datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://3000newswire.blogs.com/3000_newswire/2007/01/index.html#a0015553963 | {{#if:{{#invoke:URLutil|isWebURL|http://3000newswire.blogs.com/3000_newswire/2007/01/index.html#a0015553963}} || {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: |checked|deadurl|= |#default= {{#if: || }} }}[http://3000newswire.blogs.com/3000_newswire/2007/01/index.html#a0015553963 }} }}}}}}}}}}{{#if:| {{#invoke:Vorlage:Internetquelle|archivBot|stamp={{{archiv-bot}}}|text={{#if:|Vorlage:Webarchiv/archiv-bot}}
}}}}{{#invoke:TemplatePar|check |all= url= titel= |opt= autor= hrsg= format= sprache= titelerg= werk= seiten= datum= abruf= zugriff= abruf-verborgen= archiv-url= archiv-datum= archiv-bot= kommentar= zitat= AT= CH= offline= |cat= {{#ifeq: 0 | 0 | Wikipedia:Vorlagenfehler/Vorlage:Internetquelle}} |template= Vorlage:Internetquelle |format=0 |preview=1 }}</ref> Dabei handelt es sich um ein altes System der Mittleren Datentechnik, für das seit Dezember 2015<ref>{{#if:2011-04-16|{{#iferror: {{#iferror:{{#invoke:Vorlage:FormatDate|Execute}}|}}| |}}}}{{#if:|{{{autor}}}: }}{{#if:https://web.archive.org/web/20110416073221/http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html%7C{{#if:HP e3000 transition program|[{{#invoke:Vorlage:Internetquelle|archivURL|1={{#invoke:URLutil|getNormalized|1=https://web.archive.org/web/20110416073221/http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html}}}} {{#invoke:Vorlage:Internetquelle|TitelFormat|titel=HP e3000 transition program}}]{{#if:| ({{{format}}})}}{{#if:| {{{titelerg}}}{{#invoke:Vorlage:Internetquelle|Endpunkt|titel={{{titelerg}}}}}}}}}|{{#if:http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html%7C{{#if:{{#invoke:TemplUtl%7Cfaculty%7C1}}%7C{{#invoke:Vorlage:Internetquelle%7CTitelFormat%7Ctitel={{#invoke:WLink%7CgetEscapedTitle%7C1=HP e3000 transition program}}}}|[{{#invoke:URLutil|getNormalized|1=http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html}} {{#invoke:Vorlage:Internetquelle|TitelFormat|titel={{#invoke:WLink|getEscapedTitle|1=HP e3000 transition program}}}}]}}{{#if:| ({{{format}}}{{#if:1HP.comHewlett-Packard2010-12https://web.archive.org/web/20110416073221/http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html{{#if: 2016-09-14 | {{#if:{{#invoke:TemplUtl|faculty|}}||1}}}}
| )
| {{#if:{{#ifeq:en|de||{{#if:en|1}}}}| ;
| )}}}}}}{{#if:| {{{titelerg}}}{{#invoke:Vorlage:Internetquelle|Endpunkt|titel={{{titelerg}}}}}}}}}}}{{#if:http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html%7C{{#if:{{#invoke:URLutil%7CisResourceURL%7C1=http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html}}%7C%7C}}}}{{#if:HP e3000 transition program|{{#if:{{#invoke:WLink|isValidLinktext|1=HP e3000 transition program|lines=0}}||}}}}{{#if: HP.com| In: {{#invoke:Vorlage:Internetquelle|TitelFormat|titel=HP.com}}}}{{#if: Hewlett-Packard| Hewlett-Packard{{#if: 2010-12https://web.archive.org/web/20110416073221/http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html%7C,%7C{{#if: 2016-09-14 | {{#if:{{#invoke:TemplUtl|faculty|}}||,}}}}}}}}{{#if: 2010-12| {{#if:{{#invoke:DateTime|format|2010-12|noerror=1}}
|{{#invoke:DateTime|format|2010-12|T._Monat JJJJ}}
|{{#invoke:TemplUtl|failure|1=Fehler bei Vorlage:Internetquelle, datum=2010-12|class=Zitationswartung}} }}{{#if: https://web.archive.org/web/20110416073221/http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html%7C,%7C{{#if: 2016-09-14 | {{#if:{{#invoke:TemplUtl|faculty|}}||,}}}}}}}}{{#if: | S. {{{seiten}}}{{#if: https://web.archive.org/web/20110416073221/http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html%7C,%7C{{#if: 2016-09-14 | {{#if:{{#invoke:TemplUtl|faculty|}}||,}}}}}}}}{{#if: https://web.archive.org/web/20110416073221/http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html{{#invoke:TemplUtl%7Cfaculty%7C1}}%7C+{{#if:2010-12Hewlett-Packard%7C{{#if:https://web.archive.org/web/20110416073221/http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html%7Carchiviert%7Cehemals}}%7C{{#if:https://web.archive.org/web/20110416073221/http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html%7CArchiviert%7CEhemals}}}}+{{#if:https://web.archive.org/web/20110416073221/http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html%7Cvom%7Cim}}+Vorlage:Referrer{{#if:{{#invoke:TemplUtl|faculty|1}}| (nicht mehr online verfügbar)}}{{#if: 2011-04-16| am {{#iferror: {{#iferror:{{#invoke:Vorlage:FormatDate|Execute}}|}}|2011-04-16{{#if:118960||(?)}}}}}}{{#if: 2016-09-14|;}}}}{{#if: 2016-09-14| {{#if:2010-12Hewlett-Packardhttps://web.archive.org/web/20110416073221/http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html{{#invoke:TemplUtl%7Cfaculty%7C1}}%7Cabgerufen%7CAbgerufen}} {{#switch: {{#invoke:Str|len| {{#invoke:DateTime|format| 2016-09-14 |ISO|noerror=1}} }}
|4=im Jahr
|7=im
|10=am
|#default={{#invoke:TemplUtl|failure|1=Fehler bei Vorlage:Internetquelle, abruf=2016-09-14|class=Zitationswartung}} }} {{#invoke:DateTime|format|2016-09-14|T._Monat JJJJ}}
| {{#invoke:TemplUtl|failure|1=Vorlage:Internetquelle | abruf=2026-MM-TT ist Pflichtparameter}} }}{{#if:{{#ifeq:en|de||{{#if:en|1}}}}|{{#if:1HP.comHewlett-Packard2010-12https://web.archive.org/web/20110416073221/http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html{{#if: 2016-09-14 | {{#if:{{#invoke:TemplUtl|faculty|}}||1}}}}
| (
| {{#if: | | (}}
}}{{#ifeq:{{#if:en|en|de}}|de||
{{#invoke:Multilingual|format|en|slang=!|split=[%s,]+|shift=m|separator=, }}}}{{#if: |{{#ifeq:{{#if:en|en|de}}|de||, }}{{{kommentar}}}}})}}{{#if: 2010-12https://web.archive.org/web/20110416073221/http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html{{#if: 2016-09-14 | {{#if:{{#invoke:TemplUtl|faculty|}}||1}} }}en|{{#if: |: {{
#if:
| „{{
#ifeq: {{#if:{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|de}} | de
| Vorlage:Str trim
| {{#invoke:Vorlage:lang|flat}}
}}“
| {{#ifeq: {{#if:{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|de}} | de
| „Vorlage:Str trim“
| {{#invoke:Text|quote
|1={{#if:
| {{#invoke:Vorlage:lang|flat}}
| {{#invoke:Vorlage:lang|flat}} }}
|2={{#if: {{#invoke:TemplUtl|faculty|}}|de-CH|de}}
|3=1}} }}
}}{{#if:
| (<templatestyles src="Person/styles.css" />{{#if: | : }}{{#if: | , deutsch: „“ }})
| {{#if:
| ({{#if: | , deutsch: „“ }})
| {{#if: | (deutsch: „“) }}
}}
}}{{#if: {{{zitat}}}
| {{#if:
| {{#if: {{{zitat}}}
| Vorlage:": Text= und 1= gleichzeitig, bzw. Pipe zu viel }} }}
| Vorlage:": Text= fehlt }}{{#if: | {{#if: {{#invoke:Text|unstrip|{{{ref}}}}}
| Vorlage:": Ungültiger Wert: ref=
| {{{ref}}} }}
}}|.{{#if:{{#invoke:TemplUtl|faculty|1}}|{{#if:https://web.archive.org/web/20110416073221/http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html%7C%7C{{#ifeq: 1 | JaKeinHinweis |{{#switch:
|0|=Vorlage:Toter Link/Core{{#if: http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html | {{#if: | [11] }} (Seite {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. Suche im Internet Archive ){{#if: | {{#if: deadurlausgeblendet | | Vorlage:Toter Link/archivebot }} }} | (Seite {{#switch:|no|0|=|#default=dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}.) }}{{#switch: |no|0|= |#default={{#if: || }} }}{{#invoke:TemplatePar|check |opt = inline= url= text= datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html | {{#if:{{#invoke:URLutil|isWebURL|http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html}} || {{#if: || }} }} | {{#if: | {{#if: || }} | {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: deadurl |checked|deadurl|= |#default= {{#if: || }} }}|#default= https://wiki-de.moshellshocker.dns64.de/index.php?title=Wikipedia:Defekte_Weblinks&dwl=http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html Die nachstehende Seite ist {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar]{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. (Suche im Internet Archive. ) {{#if: | {{#if: deadurlausgeblendet | | Vorlage:Toter Link/archivebot }} }}Vorlage:Toter Link/Core{{#switch: |no|0|= |#default= {{#if: || }} }}{{#invoke:TemplatePar|check |all = inline= url= |opt = datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html | {{#if:{{#invoke:URLutil|isWebURL|http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html}} || {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: deadurl |checked|deadurl|= |#default= {{#if: || }} }}[http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html }}|{{#switch: |0|=Vorlage:Toter Link/Core{{#if: http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html | {{#if: | [12] }} (Seite {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. Suche im Internet Archive ){{#if: | {{#if: | | Vorlage:Toter Link/archivebot }} }} | (Seite {{#switch:|no|0|=|#default=dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}.) }}{{#switch: |no|0|= |#default={{#if: || }} }}{{#invoke:TemplatePar|check |opt = inline= url= text= datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html | {{#if:{{#invoke:URLutil|isWebURL|http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html}} || {{#if: || }} }} | {{#if: | {{#if: || }} | {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: |checked|deadurl|= |#default= {{#if: || }} }}|#default= https://wiki-de.moshellshocker.dns64.de/index.php?title=Wikipedia:Defekte_Weblinks&dwl=http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html Die nachstehende Seite ist {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar]{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. (Suche im Internet Archive. ) {{#if: | {{#if: | | Vorlage:Toter Link/archivebot }} }}Vorlage:Toter Link/Core{{#switch: |no|0|= |#default= {{#if: || }} }}{{#invoke:TemplatePar|check |all = inline= url= |opt = datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html | {{#if:{{#invoke:URLutil|isWebURL|http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html}} || {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: |checked|deadurl|= |#default= {{#if: || }} }}[http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html }} }}}}}}}}}}{{#if:| {{#invoke:Vorlage:Internetquelle|archivBot|stamp={{{archiv-bot}}}|text={{#if:https://web.archive.org/web/20110416073221/http://www.hp.com/products1/evolution/e3000/customer_com_Dec2010.html%7CVorlage:Webarchiv/archiv-bot}}
}}}}{{#invoke:TemplatePar|check |all= url= titel= |opt= autor= hrsg= format= sprache= titelerg= werk= seiten= datum= abruf= zugriff= abruf-verborgen= archiv-url= archiv-datum= archiv-bot= kommentar= zitat= AT= CH= offline= |cat= {{#ifeq: 0 | 0 | Wikipedia:Vorlagenfehler/Vorlage:Internetquelle}} |template= Vorlage:Internetquelle |format=0 |preview=1 }}</ref> keine Unterstützung des Herstellers mehr besteht.
- Jahr-2038-Problem
- Zum 19. Januar 2038 könnten wiederum ähnliche Probleme auftreten und bei EDV-Systemen zu Softwareausfällen führen. Dieses Problem dürfte jedoch auf EDV-Systeme beschränkt sein, die die Unixzeit als Zeitstandard benutzen. Ursache dafür ist, dass im Jahr 2038 die verwendete vorzeichenbehaftete 32-Bit-Ganzzahl nicht mehr zur Zeitdarstellung ausreicht und es somit zu einem arithmetischen Überlauf kommt.
- Jahr-2100-Problem
- Da in praktisch allen gängigen Echtzeituhren die Jahreszahl weiterhin nur durch die niederwertigen zwei Jahresziffern repräsentiert wird, kann es zum 1. Januar 2100 zu einer Wiederholung des Jahr-2000-Problems kommen, dann speziell für eingebettete Systeme, in denen diese Echtzeituhren verbaut wurden.<ref>{{#if:|{{#iferror: {{#iferror:{{#invoke:Vorlage:FormatDate|Execute}}|}}| |}}}}{{#if:Bernhard Nebel|Bernhard Nebel: }}{{#if:|{{#if:Die Rückkehr des Y2K-Bugs|[{{#invoke:Vorlage:Internetquelle|archivURL|1={{#invoke:URLutil|getNormalized|1={{{archiv-url}}}}}}} {{#invoke:Vorlage:Internetquelle|TitelFormat|titel=Die Rückkehr des Y2K-Bugs}}]{{#if:| ({{{format}}})}}{{#if:| {{{titelerg}}}{{#invoke:Vorlage:Internetquelle|Endpunkt|titel={{{titelerg}}}}}}}}}|{{#if:https://hinterm-ziel.de/index.php/de/2023/03/01/die-ruckkehr-des-y2k-bugs/%7C{{#if:{{#invoke:TemplUtl%7Cfaculty%7C}}%7C{{#invoke:Vorlage:Internetquelle%7CTitelFormat%7Ctitel={{#invoke:WLink%7CgetEscapedTitle%7C1=Die Rückkehr des Y2K-Bugs}}}}|[{{#invoke:URLutil|getNormalized|1=https://hinterm-ziel.de/index.php/de/2023/03/01/die-ruckkehr-des-y2k-bugs/}} {{#invoke:Vorlage:Internetquelle|TitelFormat|titel={{#invoke:WLink|getEscapedTitle|1=Die Rückkehr des Y2K-Bugs}}}}]}}{{#if:| ({{{format}}}{{#if:2023-03-01{{#if: 2023-03-31 | {{#if:{{#invoke:TemplUtl|faculty|}}||1}}}}
| )
| {{#if:{{#ifeq:de|de||{{#if:de|1}}}}| ;
| )}}}}}}{{#if:| {{{titelerg}}}{{#invoke:Vorlage:Internetquelle|Endpunkt|titel={{{titelerg}}}}}}}}}}}{{#if:https://hinterm-ziel.de/index.php/de/2023/03/01/die-ruckkehr-des-y2k-bugs/%7C{{#if:{{#invoke:URLutil%7CisResourceURL%7C1=https://hinterm-ziel.de/index.php/de/2023/03/01/die-ruckkehr-des-y2k-bugs/}}%7C%7C}}}}{{#if:Die Rückkehr des Y2K-Bugs|{{#if:{{#invoke:WLink|isValidLinktext|1=Die Rückkehr des Y2K-Bugs|lines=0}}||}}}}{{#if: | In: {{#invoke:Vorlage:Internetquelle|TitelFormat|titel={{{werk}}}}}}}{{#if: | {{{hrsg}}}{{#if: 2023-03-01|,|{{#if: 2023-03-31 | {{#if:{{#invoke:TemplUtl|faculty|}}||,}}}}}}}}{{#if: 2023-03-01| {{#if:{{#invoke:DateTime|format|2023-03-01|noerror=1}}
|{{#invoke:DateTime|format|2023-03-01|T._Monat JJJJ}}
|{{#invoke:TemplUtl|failure|1=Fehler bei Vorlage:Internetquelle, datum=2023-03-01|class=Zitationswartung}} }}{{#if: |,|{{#if: 2023-03-31 | {{#if:{{#invoke:TemplUtl|faculty|}}||,}}}}}}}}{{#if: | S. {{{seiten}}}{{#if: |,|{{#if: 2023-03-31 | {{#if:{{#invoke:TemplUtl|faculty|}}||,}}}}}}}}{{#if: {{#invoke:TemplUtl|faculty|}}| {{#if:2023-03-01|{{#if:|archiviert|ehemals}}|{{#if:|Archiviert|Ehemals}}}} {{#if:|vom|im}} Vorlage:Referrer{{#if:{{#invoke:TemplUtl|faculty|}}| (nicht mehr online verfügbar)}}{{#if: | am {{#iferror: {{#iferror:{{#invoke:Vorlage:FormatDate|Execute}}|}}|{{{archiv-datum}}}{{#if:118960||(?)}}}}}}{{#if: 2023-03-31|;}}}}{{#if: 2023-03-31| {{#if:2023-03-01{{#invoke:TemplUtl|faculty|}}|abgerufen|Abgerufen}} {{#switch: {{#invoke:Str|len| {{#invoke:DateTime|format| 2023-03-31 |ISO|noerror=1}} }}
|4=im Jahr
|7=im
|10=am
|#default={{#invoke:TemplUtl|failure|1=Fehler bei Vorlage:Internetquelle, abruf=2023-03-31|class=Zitationswartung}} }} {{#invoke:DateTime|format|2023-03-31|T._Monat JJJJ}}
| {{#invoke:TemplUtl|failure|1=Vorlage:Internetquelle | abruf=2026-MM-TT ist Pflichtparameter}} }}{{#if:{{#ifeq:de|de||{{#if:de|1}}}}|{{#if:2023-03-01{{#if: 2023-03-31 | {{#if:{{#invoke:TemplUtl|faculty|}}||1}}}}
| (
| {{#if: | | (}}
}}{{#ifeq:{{#if:de|de|de}}|de||
{{#invoke:Multilingual|format|de|slang=!|split=[%s,]+|shift=m|separator=, }}}}{{#if: |{{#ifeq:{{#if:de|de|de}}|de||, }}{{{kommentar}}}}})}}{{#if: 2023-03-01{{#if: 2023-03-31 | {{#if:{{#invoke:TemplUtl|faculty|}}||1}} }}de|{{#if: |: {{
#if:
| „{{
#ifeq: {{#if:{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|de}} | de
| Vorlage:Str trim
| {{#invoke:Vorlage:lang|flat}}
}}“
| {{#ifeq: {{#if:{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|de}} | de
| „Vorlage:Str trim“
| {{#invoke:Text|quote
|1={{#if:
| {{#invoke:Vorlage:lang|flat}}
| {{#invoke:Vorlage:lang|flat}} }}
|2={{#if: {{#invoke:TemplUtl|faculty|}}|de-CH|de}}
|3=1}} }}
}}{{#if:
| (<templatestyles src="Person/styles.css" />{{#if: | : }}{{#if: | , deutsch: „“ }})
| {{#if:
| ({{#if: | , deutsch: „“ }})
| {{#if: | (deutsch: „“) }}
}}
}}{{#if: {{{zitat}}}
| {{#if:
| {{#if: {{{zitat}}}
| Vorlage:": Text= und 1= gleichzeitig, bzw. Pipe zu viel }} }}
| Vorlage:": Text= fehlt }}{{#if: | {{#if: {{#invoke:Text|unstrip|{{{ref}}}}}
| Vorlage:": Ungültiger Wert: ref=
| {{{ref}}} }}
}}|.{{#if:{{#invoke:TemplUtl|faculty|}}|{{#if:||{{#ifeq: | JaKeinHinweis |{{#switch:
|0|=Vorlage:Toter Link/Core{{#if: https://hinterm-ziel.de/index.php/de/2023/03/01/die-ruckkehr-des-y2k-bugs/ | {{#if: | [13] }} (Seite {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. Suche im Internet Archive ){{#if: | {{#if: deadurlausgeblendet | | Vorlage:Toter Link/archivebot }} }} | (Seite {{#switch:|no|0|=|#default=dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}.) }}{{#switch: |no|0|= |#default={{#if: || }} }}{{#invoke:TemplatePar|check |opt = inline= url= text= datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: https://hinterm-ziel.de/index.php/de/2023/03/01/die-ruckkehr-des-y2k-bugs/ | {{#if:{{#invoke:URLutil|isWebURL|https://hinterm-ziel.de/index.php/de/2023/03/01/die-ruckkehr-des-y2k-bugs/}} || {{#if: || }} }} | {{#if: | {{#if: || }} | {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: deadurl |checked|deadurl|= |#default= {{#if: || }} }}|#default= https://wiki-de.moshellshocker.dns64.de/index.php?title=Wikipedia:Defekte_Weblinks&dwl=https://hinterm-ziel.de/index.php/de/2023/03/01/die-ruckkehr-des-y2k-bugs/ Die nachstehende Seite ist {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar]{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. (Suche im Internet Archive. ) {{#if: | {{#if: deadurlausgeblendet | | Vorlage:Toter Link/archivebot }} }}Vorlage:Toter Link/Core{{#switch: |no|0|= |#default= {{#if: || }} }}{{#invoke:TemplatePar|check |all = inline= url= |opt = datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: https://hinterm-ziel.de/index.php/de/2023/03/01/die-ruckkehr-des-y2k-bugs/ | {{#if:{{#invoke:URLutil|isWebURL|https://hinterm-ziel.de/index.php/de/2023/03/01/die-ruckkehr-des-y2k-bugs/}} || {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: deadurl |checked|deadurl|= |#default= {{#if: || }} }}[https://hinterm-ziel.de/index.php/de/2023/03/01/die-ruckkehr-des-y2k-bugs/ }}|{{#switch: |0|=Vorlage:Toter Link/Core{{#if: https://hinterm-ziel.de/index.php/de/2023/03/01/die-ruckkehr-des-y2k-bugs/ | {{#if: | [14] }} (Seite {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. Suche im Internet Archive ){{#if: | {{#if: | | Vorlage:Toter Link/archivebot }} }} | (Seite {{#switch:|no|0|=|#default=dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}.) }}{{#switch: |no|0|= |#default={{#if: || }} }}{{#invoke:TemplatePar|check |opt = inline= url= text= datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: https://hinterm-ziel.de/index.php/de/2023/03/01/die-ruckkehr-des-y2k-bugs/ | {{#if:{{#invoke:URLutil|isWebURL|https://hinterm-ziel.de/index.php/de/2023/03/01/die-ruckkehr-des-y2k-bugs/}} || {{#if: || }} }} | {{#if: | {{#if: || }} | {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: |checked|deadurl|= |#default= {{#if: || }} }}|#default= https://wiki-de.moshellshocker.dns64.de/index.php?title=Wikipedia:Defekte_Weblinks&dwl=https://hinterm-ziel.de/index.php/de/2023/03/01/die-ruckkehr-des-y2k-bugs/ Die nachstehende Seite ist {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar]{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. (Suche im Internet Archive. ) {{#if: | {{#if: | | Vorlage:Toter Link/archivebot }} }}Vorlage:Toter Link/Core{{#switch: |no|0|= |#default= {{#if: || }} }}{{#invoke:TemplatePar|check |all = inline= url= |opt = datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: https://hinterm-ziel.de/index.php/de/2023/03/01/die-ruckkehr-des-y2k-bugs/ | {{#if:{{#invoke:URLutil|isWebURL|https://hinterm-ziel.de/index.php/de/2023/03/01/die-ruckkehr-des-y2k-bugs/}} || {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: |checked|deadurl|= |#default= {{#if: || }} }}[https://hinterm-ziel.de/index.php/de/2023/03/01/die-ruckkehr-des-y2k-bugs/ }} }}}}}}}}}}{{#if:| {{#invoke:Vorlage:Internetquelle|archivBot|stamp={{{archiv-bot}}}|text={{#if:|Vorlage:Webarchiv/archiv-bot}}
}}}}{{#invoke:TemplatePar|check |all= url= titel= |opt= autor= hrsg= format= sprache= titelerg= werk= seiten= datum= abruf= zugriff= abruf-verborgen= archiv-url= archiv-datum= archiv-bot= kommentar= zitat= AT= CH= offline= |cat= {{#ifeq: 0 | 0 | Wikipedia:Vorlagenfehler/Vorlage:Internetquelle}} |template= Vorlage:Internetquelle |format=0 |preview=1 }}</ref>
- GPS-Woche
- Die Wochenzählung des GPS-Zeitsignals begann 1980 bei Null und benutzt 10 Bit, was 1023 Wochen bzw. ca. 20 Jahren entspricht. Danach springt der Zähler wieder auf Null. Beim ersten Überlauf 1999 bestanden ebenfalls Befürchtungen, dass dies nicht bei allen GPS-Empfängern problemlos verlaufen könnte. Der zweite Überlauf fand am 7. April 2019 um 01:59:42 MESZ statt.
Weblinks
|X|x= |0|-= |S|s= – Sammlung von Bildern |1|= – Sammlung von Bildern{{#if:
| {{#switch: {{#invoke:TemplUtl|faculty|1}}/{{#invoke:TemplUtl|faculty|1}}
|1/= und Videos
|1/1=, Videos und Audiodateien
|/1= und Audiodateien}}
| , Videos und Audiodateien
}}
|#default= – }}{{#if: Year 2000 problem
| {{#ifeq: {{#invoke:Str|left|year 2000 problem|9}}
| category:
| FEHLER: Ohne Category: angeben!}}}}Vorlage:Wikidata-Registrierung
- {{#if:2015-12-26|{{#iferror: {{#iferror:{{#invoke:Vorlage:FormatDate|Execute}}|}}| |}}}}{{#if:Karl-Wilhelm Schulte|Karl-Wilhelm Schulte: }}{{#if:https://web.archive.org/web/20151226024922/http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html%7C{{#if:Noch 99 Tage … – das „y2k-Problem“|[{{#invoke:Vorlage:Internetquelle|archivURL|1={{#invoke:URLutil|getNormalized|1=https://web.archive.org/web/20151226024922/http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html}}}} {{#invoke:Vorlage:Internetquelle|TitelFormat|titel=Noch 99 Tage … – das „y2k-Problem“}}]{{#if:| ({{{format}}})}}{{#if:| {{{titelerg}}}{{#invoke:Vorlage:Internetquelle|Endpunkt|titel={{{titelerg}}}}}}}}}|{{#if:http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html%7C{{#if:{{#invoke:TemplUtl%7Cfaculty%7C}}%7C{{#invoke:Vorlage:Internetquelle%7CTitelFormat%7Ctitel={{#invoke:WLink%7CgetEscapedTitle%7C1=Noch 99 Tage … – das „y2k-Problem“}}}}|[{{#invoke:URLutil|getNormalized|1=http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html}} {{#invoke:Vorlage:Internetquelle|TitelFormat|titel={{#invoke:WLink|getEscapedTitle|1=Noch 99 Tage … – das „y2k-Problem“}}}}]}}{{#if:| ({{{format}}}{{#if:Uni-Wuppertal.de1999-06-29https://web.archive.org/web/20151226024922/http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html{{#if: 2023-03-18 | {{#if:{{#invoke:TemplUtl|faculty|1}}||1}}}}
| )
| {{#if:{{#ifeq:de|de||{{#if:|1}}}}| ;
| )}}}}}}{{#if:| {{{titelerg}}}{{#invoke:Vorlage:Internetquelle|Endpunkt|titel={{{titelerg}}}}}}}}}}}{{#if:http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html%7C{{#if:{{#invoke:URLutil%7CisResourceURL%7C1=http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html}}%7C%7C}}}}{{#if:Noch 99 Tage … – das „y2k-Problem“|{{#if:{{#invoke:WLink|isValidLinktext|1=Noch 99 Tage … – das „y2k-Problem“|lines=0}}||}}}}{{#if: Uni-Wuppertal.de| In: {{#invoke:Vorlage:Internetquelle|TitelFormat|titel=Uni-Wuppertal.de}}}}{{#if: | {{{hrsg}}}{{#if: 1999-06-29https://web.archive.org/web/20151226024922/http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html%7C,%7C{{#if: 2023-03-18 | {{#if:{{#invoke:TemplUtl|faculty|1}}||,}}}}}}}}{{#if: 1999-06-29| {{#if:{{#invoke:DateTime|format|1999-06-29|noerror=1}}
|{{#invoke:DateTime|format|1999-06-29|T._Monat JJJJ}}
|{{#invoke:TemplUtl|failure|1=Fehler bei Vorlage:Internetquelle, datum=1999-06-29|class=Zitationswartung}} }}{{#if: https://web.archive.org/web/20151226024922/http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html%7C,%7C{{#if: 2023-03-18 | {{#if:{{#invoke:TemplUtl|faculty|1}}||,}}}}}}}}{{#if: | S. {{{seiten}}}{{#if: https://web.archive.org/web/20151226024922/http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html%7C,%7C{{#if: 2023-03-18 | {{#if:{{#invoke:TemplUtl|faculty|1}}||,}}}}}}}}{{#if: https://web.archive.org/web/20151226024922/http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html{{#invoke:TemplUtl%7Cfaculty%7C}}%7C+{{#if:1999-06-29%7C{{#if:https://web.archive.org/web/20151226024922/http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html%7Carchiviert%7Cehemals}}%7C{{#if:https://web.archive.org/web/20151226024922/http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html%7CArchiviert%7CEhemals}}}}+{{#if:https://web.archive.org/web/20151226024922/http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html%7Cvom%7Cim}}+Vorlage:Referrer{{#if:{{#invoke:TemplUtl|faculty|}}| (nicht mehr online verfügbar)}}{{#if: 2015-12-26| am {{#iferror: {{#iferror:{{#invoke:Vorlage:FormatDate|Execute}}|}}|2015-12-26{{#if:118960||(?)}}}}}}{{#if: 2023-03-18|;}}}}{{#if: 2023-03-18| {{#if:1999-06-29https://web.archive.org/web/20151226024922/http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html{{#invoke:TemplUtl%7Cfaculty%7C}}%7Cabgerufen%7CAbgerufen}} {{#switch: {{#invoke:Str|len| {{#invoke:DateTime|format| 2023-03-18 |ISO|noerror=1}} }}
|4=im Jahr
|7=im
|10=am
|#default={{#invoke:TemplUtl|failure|1=Fehler bei Vorlage:Internetquelle, abruf=2023-03-18|class=Zitationswartung}} }} {{#invoke:DateTime|format|2023-03-18|T._Monat JJJJ}}
| {{#invoke:TemplUtl|failure|1=Vorlage:Internetquelle | abruf=2026-MM-TT ist Pflichtparameter}} }}{{#if:{{#ifeq:de|de||{{#if:|1}}}}|{{#if:Uni-Wuppertal.de1999-06-29https://web.archive.org/web/20151226024922/http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html{{#if: 2023-03-18 | {{#if:{{#invoke:TemplUtl|faculty|1}}||1}}}}
| (
| {{#if: | | (}}
}}{{#ifeq:{{#if:de|de|de}}|de||
{{#invoke:Multilingual|format|{{{sprache}}}|slang=!|split=[%s,]+|shift=m|separator=, }}}}{{#if: |{{#ifeq:{{#if:de|de|de}}|de||, }}{{{kommentar}}}}})}}{{#if: 1999-06-29https://web.archive.org/web/20151226024922/http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html{{#if: 2023-03-18 | {{#if:{{#invoke:TemplUtl|faculty|1}}||1}} }}|{{#if: |: {{
#if:
| „{{
#ifeq: {{#if:{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|de}} | de
| Vorlage:Str trim
| {{#invoke:Vorlage:lang|flat}}
}}“
| {{#ifeq: {{#if:{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|de}} | de
| „Vorlage:Str trim“
| {{#invoke:Text|quote
|1={{#if:
| {{#invoke:Vorlage:lang|flat}}
| {{#invoke:Vorlage:lang|flat}} }}
|2={{#if: {{#invoke:TemplUtl|faculty|}}|de-CH|de}}
|3=1}} }}
}}{{#if:
| (<templatestyles src="Person/styles.css" />{{#if: | : }}{{#if: | , deutsch: „“ }})
| {{#if:
| ({{#if: | , deutsch: „“ }})
| {{#if: | (deutsch: „“) }}
}}
}}{{#if: {{{zitat}}}
| {{#if:
| {{#if: {{{zitat}}}
| Vorlage:": Text= und 1= gleichzeitig, bzw. Pipe zu viel }} }}
| Vorlage:": Text= fehlt }}{{#if: | {{#if: {{#invoke:Text|unstrip|{{{ref}}}}}
| Vorlage:": Ungültiger Wert: ref=
| {{{ref}}} }}
}}|.{{#if:{{#invoke:TemplUtl|faculty|}}|{{#if:https://web.archive.org/web/20151226024922/http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html%7C%7C{{#ifeq: | JaKeinHinweis |{{#switch:
|0|=Vorlage:Toter Link/Core{{#if: http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html | {{#if: | [15] }} (Seite {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. Suche im Internet Archive ){{#if: | {{#if: deadurlausgeblendet | | Vorlage:Toter Link/archivebot }} }} | (Seite {{#switch:|no|0|=|#default=dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}.) }}{{#switch: |no|0|= |#default={{#if: || }} }}{{#invoke:TemplatePar|check |opt = inline= url= text= datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html | {{#if:{{#invoke:URLutil|isWebURL|http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html}} || {{#if: || }} }} | {{#if: | {{#if: || }} | {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: deadurl |checked|deadurl|= |#default= {{#if: || }} }}|#default= https://wiki-de.moshellshocker.dns64.de/index.php?title=Wikipedia:Defekte_Weblinks&dwl=http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html Die nachstehende Seite ist {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar]{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. (Suche im Internet Archive. ) {{#if: | {{#if: deadurlausgeblendet | | Vorlage:Toter Link/archivebot }} }}Vorlage:Toter Link/Core{{#switch: |no|0|= |#default= {{#if: || }} }}{{#invoke:TemplatePar|check |all = inline= url= |opt = datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html | {{#if:{{#invoke:URLutil|isWebURL|http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html}} || {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: deadurl |checked|deadurl|= |#default= {{#if: || }} }}[http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html }}|{{#switch: |0|=Vorlage:Toter Link/Core{{#if: http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html | {{#if: | [16] }} (Seite {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. Suche im Internet Archive ){{#if: | {{#if: | | Vorlage:Toter Link/archivebot }} }} | (Seite {{#switch:|no|0|=|#default=dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}.) }}{{#switch: |no|0|= |#default={{#if: || }} }}{{#invoke:TemplatePar|check |opt = inline= url= text= datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html | {{#if:{{#invoke:URLutil|isWebURL|http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html}} || {{#if: || }} }} | {{#if: | {{#if: || }} | {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: |checked|deadurl|= |#default= {{#if: || }} }}|#default= https://wiki-de.moshellshocker.dns64.de/index.php?title=Wikipedia:Defekte_Weblinks&dwl=http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html Die nachstehende Seite ist {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar]{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. (Suche im Internet Archive. ) {{#if: | {{#if: | | Vorlage:Toter Link/archivebot }} }}Vorlage:Toter Link/Core{{#switch: |no|0|= |#default= {{#if: || }} }}{{#invoke:TemplatePar|check |all = inline= url= |opt = datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html | {{#if:{{#invoke:URLutil|isWebURL|http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html}} || {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: |checked|deadurl|= |#default= {{#if: || }} }}[http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html }} }}}}}}}}}}{{#if:| {{#invoke:Vorlage:Internetquelle|archivBot|stamp={{{archiv-bot}}}|text={{#if:https://web.archive.org/web/20151226024922/http://www.zim.uni-wuppertal.de/fileadmin/zim/ueber_uns/zim_info/hrz-info-9906/node15.html%7CVorlage:Webarchiv/archiv-bot}}
}}}}{{#invoke:TemplatePar|check |all= url= titel= |opt= autor= hrsg= format= sprache= titelerg= werk= seiten= datum= abruf= zugriff= abruf-verborgen= archiv-url= archiv-datum= archiv-bot= kommentar= zitat= AT= CH= offline= |cat= {{#ifeq: 0 | 0 | Wikipedia:Vorlagenfehler/Vorlage:Internetquelle}} |template= Vorlage:Internetquelle |format=0 |preview=1 }}
Einzelnachweise
<references> <ref name="spon_et_mb"> {{#if:|{{#iferror: {{#iferror:{{#invoke:Vorlage:FormatDate|Execute}}|}}| |}}}}{{#if:Frank Patalong|Frank Patalong: }}{{#if:|{{#if:Die Nacht, in der wir alle noch einmal davonkamen|[{{#invoke:Vorlage:Internetquelle|archivURL|1={{#invoke:URLutil|getNormalized|1={{{archiv-url}}}}}}} {{#invoke:Vorlage:Internetquelle|TitelFormat|titel=Die Nacht, in der wir alle noch einmal davonkamen}}]{{#if:| ({{{format}}})}}{{#if:| {{{titelerg}}}{{#invoke:Vorlage:Internetquelle|Endpunkt|titel={{{titelerg}}}}}}}}}|{{#if:http://www.spiegel.de/einestages/millennium-bug-a-948986.html%7C{{#if:{{#invoke:TemplUtl%7Cfaculty%7C}}%7C{{#invoke:Vorlage:Internetquelle%7CTitelFormat%7Ctitel={{#invoke:WLink%7CgetEscapedTitle%7C1=Die Nacht, in der wir alle noch einmal davonkamen}}}}|[{{#invoke:URLutil|getNormalized|1=http://www.spiegel.de/einestages/millennium-bug-a-948986.html}} {{#invoke:Vorlage:Internetquelle|TitelFormat|titel={{#invoke:WLink|getEscapedTitle|1=Die Nacht, in der wir alle noch einmal davonkamen}}}}]}}{{#if:| ({{{format}}}{{#if:einestagesSpiegel Online2007-12-31{{#if: 2015-07-21 | {{#if:{{#invoke:TemplUtl|faculty|}}||1}}}}
| )
| {{#if:{{#ifeq:de|de||{{#if:|1}}}}| ;
| )}}}}}}{{#if:| {{{titelerg}}}{{#invoke:Vorlage:Internetquelle|Endpunkt|titel={{{titelerg}}}}}}}}}}}{{#if:http://www.spiegel.de/einestages/millennium-bug-a-948986.html%7C{{#if:{{#invoke:URLutil%7CisResourceURL%7C1=http://www.spiegel.de/einestages/millennium-bug-a-948986.html}}%7C%7C}}}}{{#if:Die Nacht, in der wir alle noch einmal davonkamen|{{#if:{{#invoke:WLink|isValidLinktext|1=Die Nacht, in der wir alle noch einmal davonkamen|lines=0}}||}}}}{{#if: einestages| In: {{#invoke:Vorlage:Internetquelle|TitelFormat|titel=einestages}}}}{{#if: Spiegel Online| Spiegel Online{{#if: 2007-12-31|,|{{#if: 2015-07-21 | {{#if:{{#invoke:TemplUtl|faculty|}}||,}}}}}}}}{{#if: 2007-12-31| {{#if:{{#invoke:DateTime|format|2007-12-31|noerror=1}}
|{{#invoke:DateTime|format|2007-12-31|T._Monat JJJJ}}
|{{#invoke:TemplUtl|failure|1=Fehler bei Vorlage:Internetquelle, datum=2007-12-31|class=Zitationswartung}} }}{{#if: |,|{{#if: 2015-07-21 | {{#if:{{#invoke:TemplUtl|faculty|}}||,}}}}}}}}{{#if: | S. {{{seiten}}}{{#if: |,|{{#if: 2015-07-21 | {{#if:{{#invoke:TemplUtl|faculty|}}||,}}}}}}}}{{#if: {{#invoke:TemplUtl|faculty|}}| {{#if:2007-12-31Spiegel Online|{{#if:|archiviert|ehemals}}|{{#if:|Archiviert|Ehemals}}}} {{#if:|vom|im}} Vorlage:Referrer{{#if:{{#invoke:TemplUtl|faculty|}}| (nicht mehr online verfügbar)}}{{#if: | am {{#iferror: {{#iferror:{{#invoke:Vorlage:FormatDate|Execute}}|}}|{{{archiv-datum}}}{{#if:118960||(?)}}}}}}{{#if: 2015-07-21|;}}}}{{#if: 2015-07-21| {{#if:2007-12-31Spiegel Online{{#invoke:TemplUtl|faculty|}}|abgerufen|Abgerufen}} {{#switch: {{#invoke:Str|len| {{#invoke:DateTime|format| 2015-07-21 |ISO|noerror=1}} }}
|4=im Jahr
|7=im
|10=am
|#default={{#invoke:TemplUtl|failure|1=Fehler bei Vorlage:Internetquelle, abruf=2015-07-21|class=Zitationswartung}} }} {{#invoke:DateTime|format|2015-07-21|T._Monat JJJJ}}
| {{#invoke:TemplUtl|failure|1=Vorlage:Internetquelle | abruf=2026-MM-TT ist Pflichtparameter}} }}{{#if:{{#ifeq:de|de||{{#if:|1}}}}|{{#if:einestagesSpiegel Online2007-12-31{{#if: 2015-07-21 | {{#if:{{#invoke:TemplUtl|faculty|}}||1}}}}
| (
| {{#if: | | (}}
}}{{#ifeq:{{#if:de|de|de}}|de||
{{#invoke:Multilingual|format|{{{sprache}}}|slang=!|split=[%s,]+|shift=m|separator=, }}}}{{#if: |{{#ifeq:{{#if:de|de|de}}|de||, }}{{{kommentar}}}}})}}{{#if: 2007-12-31{{#if: 2015-07-21 | {{#if:{{#invoke:TemplUtl|faculty|}}||1}} }}|{{#if: |: {{
#if:
| „{{
#ifeq: {{#if:{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|de}} | de
| Vorlage:Str trim
| {{#invoke:Vorlage:lang|flat}}
}}“
| {{#ifeq: {{#if:{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|{{#if: {{#invoke:templutl|faculty|}}|de-ch|de}}|de}} | de
| „Vorlage:Str trim“
| {{#invoke:Text|quote
|1={{#if:
| {{#invoke:Vorlage:lang|flat}}
| {{#invoke:Vorlage:lang|flat}} }}
|2={{#if: {{#invoke:TemplUtl|faculty|}}|de-CH|de}}
|3=1}} }}
}}{{#if:
| (<templatestyles src="Person/styles.css" />{{#if: | : }}{{#if: | , deutsch: „“ }})
| {{#if:
| ({{#if: | , deutsch: „“ }})
| {{#if: | (deutsch: „“) }}
}}
}}{{#if: {{{zitat}}}
| {{#if:
| {{#if: {{{zitat}}}
| Vorlage:": Text= und 1= gleichzeitig, bzw. Pipe zu viel }} }}
| Vorlage:": Text= fehlt }}{{#if: | {{#if: {{#invoke:Text|unstrip|{{{ref}}}}}
| Vorlage:": Ungültiger Wert: ref=
| {{{ref}}} }}
}}|.{{#if:{{#invoke:TemplUtl|faculty|}}|{{#if:||{{#ifeq: | JaKeinHinweis |{{#switch:
|0|=Vorlage:Toter Link/Core{{#if: http://www.spiegel.de/einestages/millennium-bug-a-948986.html | {{#if: | [17] }} (Seite {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. Suche im Internet Archive ){{#if: | {{#if: deadurlausgeblendet | | Vorlage:Toter Link/archivebot }} }} | (Seite {{#switch:|no|0|=|#default=dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}.) }}{{#switch: |no|0|= |#default={{#if: || }} }}{{#invoke:TemplatePar|check |opt = inline= url= text= datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://www.spiegel.de/einestages/millennium-bug-a-948986.html | {{#if:{{#invoke:URLutil|isWebURL|http://www.spiegel.de/einestages/millennium-bug-a-948986.html}} || {{#if: || }} }} | {{#if: | {{#if: || }} | {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: deadurl |checked|deadurl|= |#default= {{#if: || }} }}|#default= https://wiki-de.moshellshocker.dns64.de/index.php?title=Wikipedia:Defekte_Weblinks&dwl=http://www.spiegel.de/einestages/millennium-bug-a-948986.html Die nachstehende Seite ist {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar]{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. (Suche im Internet Archive. ) {{#if: | {{#if: deadurlausgeblendet | | Vorlage:Toter Link/archivebot }} }}Vorlage:Toter Link/Core{{#switch: |no|0|= |#default= {{#if: || }} }}{{#invoke:TemplatePar|check |all = inline= url= |opt = datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://www.spiegel.de/einestages/millennium-bug-a-948986.html | {{#if:{{#invoke:URLutil|isWebURL|http://www.spiegel.de/einestages/millennium-bug-a-948986.html}} || {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: deadurl |checked|deadurl|= |#default= {{#if: || }} }}[http://www.spiegel.de/einestages/millennium-bug-a-948986.html }}|{{#switch: |0|=Vorlage:Toter Link/Core{{#if: http://www.spiegel.de/einestages/millennium-bug-a-948986.html | {{#if: | [18] }} (Seite {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. Suche im Internet Archive ){{#if: | {{#if: | | Vorlage:Toter Link/archivebot }} }} | (Seite {{#switch:|no|0|=|#default=dauerhaft }}nicht mehr abrufbar{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}.) }}{{#switch: |no|0|= |#default={{#if: || }} }}{{#invoke:TemplatePar|check |opt = inline= url= text= datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://www.spiegel.de/einestages/millennium-bug-a-948986.html | {{#if:{{#invoke:URLutil|isWebURL|http://www.spiegel.de/einestages/millennium-bug-a-948986.html}} || {{#if: || }} }} | {{#if: | {{#if: || }} | {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: |checked|deadurl|= |#default= {{#if: || }} }}|#default= https://wiki-de.moshellshocker.dns64.de/index.php?title=Wikipedia:Defekte_Weblinks&dwl=http://www.spiegel.de/einestages/millennium-bug-a-948986.html Die nachstehende Seite ist {{#switch:|no|0|=|dauerhaft }}nicht mehr abrufbar]{{#if: | , festgestellt im {{#invoke:DateTime|format||F Y}} }}. (Suche im Internet Archive. ) {{#if: | {{#if: | | Vorlage:Toter Link/archivebot }} }}Vorlage:Toter Link/Core{{#switch: |no|0|= |#default= {{#if: || }} }}{{#invoke:TemplatePar|check |all = inline= url= |opt = datum= date= archivebot= bot= botlauf= fix-attempted= checked= |cat = Wikipedia:Vorlagenfehler/Vorlage:Toter Link |errNS = 0 |template = Vorlage:Toter Link |format = |preview = 1 }}{{#if: http://www.spiegel.de/einestages/millennium-bug-a-948986.html | {{#if:{{#invoke:URLutil|isWebURL|http://www.spiegel.de/einestages/millennium-bug-a-948986.html}} || {{#if: || }} }} }}{{#if: | {{#if:{{#invoke:DateTime|format||F Y|noerror=1}} || {{#if: || }} }} }}{{#switch: |checked|deadurl|= |#default= {{#if: || }} }}[http://www.spiegel.de/einestages/millennium-bug-a-948986.html }} }}}}}}}}}}{{#if:| {{#invoke:Vorlage:Internetquelle|archivBot|stamp={{{archiv-bot}}}|text={{#if:|Vorlage:Webarchiv/archiv-bot}}
}}}}{{#invoke:TemplatePar|check |all= url= titel= |opt= autor= hrsg= format= sprache= titelerg= werk= seiten= datum= abruf= zugriff= abruf-verborgen= archiv-url= archiv-datum= archiv-bot= kommentar= zitat= AT= CH= offline= |cat= {{#ifeq: 0 | 0 | Wikipedia:Vorlagenfehler/Vorlage:Internetquelle}} |template= Vorlage:Internetquelle |format=0 |preview=1 }} </ref> </references>
- Seiten mit nicht-numerischen formatnum-Argumenten
- Seiten mit defekten Dateilinks
- Wikipedia:Vorlagenfehler/Parameter:URL
- Wikipedia:Vorlagenfehler/Parameter:Linktext
- Wikipedia:Vorlagenfehler/Parameter:Datum
- Wikipedia:Vorlagenfehler/Vorlage:"
- Wikipedia:Weblink offline fix-attempted
- Wikipedia:Vorlagenfehler/Vorlage:Toter Link
- Wikipedia:Vorlagenfehler/Vorlage:Toter Link/URL fehlt
- Wikipedia:Vorlagenfehler/Schwesterprojekt
- 2000
- Netzkultur
- Programmfehler