/* Define if the `long double' type works. */ #define HAVE_LONG_DOUBLE 0
/* Define as the return type of signal handlers (int or void). */ #define RETSIGTYPE void
/* Define if you have the ANSI C header files. */ #define STDC_HEADERS 0
/* Define if your processor stores words with the most significant
byte first (like Motorola and SPARC, unlike Intel and VAX). */ /* #undef WORDS_BIGENDIAN */
/* Define if floating point words are bigendian. */ /* #undef FLOAT_WORDS_BIGENDIAN */
/* The number of bytes in a int. */ #define SIZEOF_INT 4
/* Define if you have the <string.h> header file. */ #define HAVE_STRING_H 0
/* Name of package */ #define PACKAGE "cephes"
/* Version number of package */ #define VERSION "2.7"
/* Constant definitions for math error conditions
*/
#define DOMAIN 1/* argument domain error */ #define SING 2/* argument singularity */ #define OVERFLOW 3/* overflow range error */ #define UNDERFLOW 4/* underflow range error */ #define TLOSS 5/* total loss of precision */ #define PLOSS 6/* partial loss of precision */
/* 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. */ #ifdef FLOAT_WORDS_BIGENDIAN #define BIGENDIAN 1 #else #define BIGENDIAN 0 #endif /* 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 support tiny denormal numbers, else undefine. */ #define DENORMAL 1
/* 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 INFINITIES in some files. */ #define NANS 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 ANSI function prototypes, if you want them. */ #if1 /* #ifdef __STDC__ */ #define ANSIPROT 1 int mtherr ( char *, int ); #else int mtherr(); #endif
/* Variable for error reporting. See mtherr.c. */ externint merror;
/* rename defs to prevent conflict with default symbols */ #include"cephes_names.h"
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet am 2026-06-10)
¤
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.