Tgmath.h: Difference between revisions

Content deleted Content added
Line 116:
 
== Usage example ==
The code below illustrates usage of ,<code>atan</code> function defined in tgmath.h, which computes the [[Trigonometric functions|inverse of tangent]] of a number defined in the [[Domain of a function|___domain]] of [[Trigonometric functions|tangent]].
<source lang="c">
#include <stdio.h>