#include "quad.h"
Go to the source code of this file.
Functions | |
| qcomplex | __cqexp (long double zqreal, long double zqimag) |
| void | __cq_exp (qcomplex *result, qcomplex *z) |
Definition at line 51 of file cq_exp.c.
References __cqexp(), qcomplex::qimag, and qcomplex::qreal.

| qcomplex __cqexp | ( | long double | zqreal, | |
| long double | zqimag | |||
| ) |
Definition at line 40 of file cq_exp.c.
References __qcos(), __qexp(), __qsin(), qcomplex::qimag, qcomplex::qreal, and result.
Referenced by __cq_exp().

1.7.1