Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Cephes/single/   (Cephes Mathematical Library ©)  Datei vom 12.5.2026 mit Größe 660 B image not shown  

Quelle  constf.c

  Sprache: C
 


#ifdef DEC
/* MAXNUMF = 2^127 * (1 - 2^-24) */
float MAXNUMF = 1.7014117331926442990585209174225846272e38;
float MAXLOGF = 88.02969187150841;
float MINLOGF = -88.7228391116729996/* log(2^-128) */
#else
/* MAXNUMF = 2^128 * (1 - 2^-24) */
float MAXNUMF = 3.4028234663852885981170418348451692544e38;
float MAXLOGF = 88.72283905206835;
float MINLOGF = -103.278929903431851103/* log(2^-149) */
#endif

float LOG2EF = 1.44269504088896341;
float LOGE2F = 0.693147180559945309;
float SQRTHF = 0.707106781186547524;
float PIF = 3.141592653589793238;
float PIO2F = 1.5707963267948966192;
float PIO4F = 0.7853981633974483096;
float MACHEPF = 5.9604644775390625E-8;

Messung V0.5 in Prozent
C=83 H=99 G=91

¤ Dauer der Verarbeitung: 0.9 Sekunden  (vorverarbeitet am  2026-06-27) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

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.