Tgmath.h: Difference between revisions

Content deleted Content added
Line 111:
 
== Notable differences ==
The similar functions defined here have notable difference when it comes to return value of "tricky" numbers. For example, using sqrt to compute [[squartsquare root]] of -25 returns -[[NaN|nan]], whereas, csqrt returns 0.000000. Such differences may be noticed in other functions also.
 
==References==
<references/>