Complex.h: Difference between revisions

Content deleted Content added
mention the complex type and C99
m Format, link
Line 2:
{{C Standard library}}
 
'''complex.h''' is a [[header file]] in the [[C standard library|standard library]] of the [[C programming language]] that defines functionality for [[complex arithmetic]]. These functions use the built-in type ''<code>complex''</code> which was introduced with the [[C99]] revision of C.
 
==Function Declarations==