Tgmath.h: Difference between revisions

Content deleted Content added
Rationale
Line 133:
 
== Rationale ==
This header file is mainly included while calculating mathematical functions.As it includes both [[math.h]] and [[complex.h]], the problem arising due to inconsistent input is solved. Including any of the header files, individually, involves, inconsistent outputs for some inputs.
 
==References==