#include "cmplx.h"#include <errno.h>
Go to the source code of this file.
Functions | |
| complex | __rcis (float x) |
| dcomplex | __dcis (double x) |
| complex | r_cis (float *arg) |
| dcomplex | d_cis (double *arg) |
| dcomplex __dcis | ( | double | x | ) |
Definition at line 189 of file d_cis.c.
References __errnoaddr, __libm_qnan_d, d, du::d, dcomplex::dimag, dcomplex::dreal, fabs(), L, result, and ROUND.
Referenced by d_cis().

| complex __rcis | ( | float | x | ) |
Definition at line 115 of file r_cis.c.
References __errnoaddr, __libm_qnan_f, d, du::d, fabs(), complex::imag, L, complex::real, result, and ROUND.
Referenced by r_cis().

| dcomplex d_cis | ( | double * | arg | ) |
Definition at line 49 of file cis_stubs.c.
References __dcis().

| complex r_cis | ( | float * | arg | ) |
Definition at line 44 of file cis_stubs.c.
References __rcis().

1.7.1