#include <sys/fpu.h>#include "quad.h"
Go to the source code of this file.
Functions | |
| qcomplex | __cqdiv (long double xqreal, long double xqimag, long double yqreal, long double yqimag) |
| void | __cq_div (qcomplex *result, qcomplex *x, qcomplex *y) |
| qcomplex __cqdiv | ( | long double | xqreal, | |
| long double | xqimag, | |||
| long double | yqreal, | |||
| long double | yqimag | |||
| ) |
Definition at line 60 of file cq_div.c.
Referenced by __cq_div(), __powcqi(), and __powcql().
1.7.1