next up previous contents [pdf] index

Next: Call Up: Complex number operations (komplex.c) Previous: Output

ctanf

Returns tangent of a complex number. It uses the functions like sinf and cosf from c99.h, which call sin and cos functions from math.h in the C library.



Subsections


2011-07-02