C/Zaawansowane operacje matematyczne: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
Linia 129:
*** błędy zaokrąglania <ref>[http://www.exploringbinary.com/double-rounding-errors-in-floating-point-conversions/ Double Rounding Errors in Floating-Point Conversions By Rick Regan (Published August 11th, 2010)]</ref>
*** przekroczenie limitu ( underflow, overflow)<ref>[http://stackoverflow.com/questions/42277132/when-does-underflow-occur#comment71710792_42277132 stackoverflow question when-does-underflow-occur]</ref><ref>[http://stackoverflow.com/questions/27439503/how-to-define-underflow-for-an-implementationieee754-which-support-subnormal-n stackoverflow question: how-to-define-underflow-for-an-implementationieee754-which-support-subnormal-n]</ref>
 
 
 
Efekt:
* zachowanie niezdefiniowane : ( ang. undefined behavior = UB)<ref>[[:w:en:Undefined_behavior|Undefined_behavior w ang. wikipedii]]</ref> <ref>[https://www.nayuki.io/page/undefined-behavior-in-c-and-cplusplus-programs undefined-behavior-in-c-and-cplusplus-programs by Nayuki]</ref>
 
====Porównywanie====