VMS Help
CRTL, ctan

 *Conan The Librarian

    Returns the complex tangent of its argument.

    This function is supported on OpenVMS Integrity servers and
    Alpha only.

    Format

      #include  <complex.h>

      double complex ctan  (double complex z);

      float complex ctanf  (float complex z);

      long double complex ctanl  (long double complex z);

  1 - Argument

 z

    A complex value.

  2 - Description

    The ctan functions compute the complex tangent value of z.

  3 - Return Values

    x                  The complex tangent value.
  Close     Help