Namensräume
Varianten
Aktionen

cpp/numeric/ratio/ratio less equal: Unterschied zwischen den Versionen

Aus cppreference.com
< cpp‎ | numeric‎ | ratio
K (r2.7.3) (Bot: Ergänze: en, es, fr, it, ja, pt, ru, zh)
K (Use {{lc}}. Update links. Various fixes.)
 
Zeile 2: Zeile 2:
 
{{cpp/title | ratio_less_equal}}
 
{{cpp/title | ratio_less_equal}}
 
{{cpp/numeric/ratio/navbar}}
 
{{cpp/numeric/ratio/navbar}}
{{ddcl list begin}}
+
{{begin}}
{{ddcl list header | ratio}}
+
{{header | ratio}}
{{ddcl list item | 1=
+
{{| 1=
 
template< class R1, class R2 >
 
template< class R1, class R2 >
 
struct ratio_less_equal : std::integral_constant;
 
struct ratio_less_equal : std::integral_constant;
 
}}
 
}}
{{ddcl list end}}
+
{{end}}
  
 
{{tr|Wenn das Verhältnis {{tt|R1}} kleiner oder gleich dem Verhältnis {{tt|R2}} stellt die Elementkonstante {{tt|value}} gleich {{c|true}}. Ansonsten ist {{tt|value}} {{c|false}} .|If the ratio {{tt|R1}} is less than or equal to the ratio {{tt|R2}}, provides the member constant {{tt|value}} equal {{c|true}}. Otherwise, {{tt|value}} is {{c|false}}.}}
 
{{tr|Wenn das Verhältnis {{tt|R1}} kleiner oder gleich dem Verhältnis {{tt|R2}} stellt die Elementkonstante {{tt|value}} gleich {{c|true}}. Ansonsten ist {{tt|value}} {{c|false}} .|If the ratio {{tt|R1}} is less than or equal to the ratio {{tt|R2}}, provides the member constant {{tt|value}} equal {{c|true}}. Otherwise, {{tt|value}} is {{c|false}}.}}

Aktuelle Version vom 1. Juli 2013, 20:42 Uhr

 
 
Numerik-Bibliothek
Gemeinsame mathematischen Funktionen
Floating-Point-Umgebung
Komplexe Zahlen
Numerische Arrays
Pseudo-Zufallszahlen
Compile-time rationale Arithmetik (C++11)
Generische numerische Operationen
Original:
Generic numeric operations
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
iota(C++11)
accumulate
inner_product
adjacent_difference
partial_sum
 
Compile-Zeit rationale Arithmetik
ratio(C++11)
Arithmetik
Original:
Arithmetic
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
ratio_add(C++11)