[BACK]Return to has_exp2.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari / config

File: [local] / OpenXM_contrib / pari / config / Attic / has_exp2.c (download)

Revision 1.2, Wed Dec 1 17:06:20 2004 UTC (19 years, 6 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.1: +1 -1 lines

Old version is too easy for gcc 3.4.

#include <math.h>
main(){double x=exp2(2.0);}