|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ T c ┃
Length: 543 (0x21f) Types: TextFile Names: »const.h«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦this⟧ »EUUGD11/stat-5.3/eu/stat/src/const.h«
/* Copyright 1986 Gary Perlman */ /* math constants */ #ifndef PI #define PI 3.141592653589793238462643 #endif #ifndef LOG_PI /* log (pi) */ #define LOG_PI 1.144729885849400174143427 #endif #ifndef I_PI /* 1 / pi */ #define I_PI 0.3183098861837906715377675 #endif #ifndef E #define E 2.718281828459045235360287 #endif #ifndef I_E /* 1 / e */ #define I_E 0.3678794411714423215955238 #endif #ifndef LOGe10 /* ln (10) */ #define LOGe10 2.302585092994045684017991 #endif