/* Long double complex numeral. */ /* Comment out if your compiler does not have long double. */ #if1 typedefstruct
{ longdouble r; longdouble i;
}cmplxl; #endif
/* Type of computer arithmetic */
/* PDP-11, Pro350, VAX:
*/ /* #define DEC 1 */
/* Intel IEEE, low order words come first:
*/ #define IBMPC 1
/* Motorola IEEE, high order words come first *(Sun680x0workstation):
*/ /* #define MIEEE 1 */
/* UNKnown arithmetic, invokes coefficients given in *normaldecimalformat.Bewareofrangeboundary *problems(MACHEP,MAXLOG,etc.inconst.c)and *roundoffproblemsinpow.c: *(SunSPARCstation)
*/ /* #define UNK 1 */
/* If you define UNK, then be sure to set BIGENDIAN properly. */ #define BIGENDIAN 0
/* Define this `volatile' if your compiler thinks *thatfloatingpointarithmeticobeystheassociative *anddistributivelaws.Itwilldefeatsomeoptimizations *(butprobablynotenoughofthem). * *#defineVOLATILEvolatile
*/ #defineVOLATILE
/* For 12-byte long doubles on an i386, pad a 16-bit short 0 *totheendofrealconstantsinitializedbyintegerarrays. * *#defineXPD0, * *Otherwise,thetypeis10byteslongandXPDshouldbe *definedblank(e.g.,MicrosoftC). * *#defineXPD
*/ #define XPD 0,
/* Define to ask for infinity support, else undefine. */ /* #define INFINITIES 1 */
/* Define to ask for support of numbers that are Not-a-Number,
else undefine. This may automatically define INFINITY in some files. */ /* #define NANS 1 */
/* Define to support tiny denormal numbers, else undefine. */ /* #define DENORMAL 1 */
/* Define to distinguish between -0.0 and +0.0. */ /* #define MINUSZERO 1 */
/* Define 1 for ANSI C atan2() function
See atan.c and clog.c. */ #define ANSIC 1
/* Get definitions of QELT, etc. */ #ifndef __QHEAD_H #include"qhead.h" #endif
/* Get ANSI function prototypes, if you want them. */ #ifdef __STDC__ /* #if 1 */ /* #if 0 */ #define ANSIPROT #include"protos.h" #include"qprotos.h" #else int mtherr(); int qadd(), qsub(), qmul(), qdiv(), qmuli(), qsqrt(), qlog(), qexp(); int ltoq(), qifrac(), etoq(), qtoe(); int qfloor(), qabs(), qneg(), qinfin(); int qsin(), qcos(), qatn(); int qcmp(), qclear(), qmov(); #endif
/* Variable for error reporting. See mtherr.c. */ externint merror; #endif/* __MCONF_H */
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet am 2026-06-27)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.