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

| qcomplex __cqsin | ( | long double | zqreal, | |
| long double | zqimag | |||
| ) |
Definition at line 40 of file cq_sin.c.
References __qcos(), __qcosh(), __qsin(), __qsinh(), qcomplex::qimag, qcomplex::qreal, and result.
Referenced by __cq_sin().

1.7.1