added G_SQRT2 and other numeric constants to sync gobject2gtk with paranormal

Original commit message from CVS:
added G_SQRT2 and other numeric constants to sync gobject2gtk with paranormal
This commit is contained in:
Jamie Gennis 2001-09-01 14:46:24 +00:00
parent 411b41d463
commit dceac416d5

View file

@ -6,7 +6,13 @@
#define G_MAXUINT UINT_MAX
#define G_MAXULONG ULONG_MAX
#define G_PI 3.14159265358979323846E0
#define G_E 2.7182818284590452354E0
#define G_LN2 6.9314718055994530942E-1
#define G_LN10 2.3025850929940456840E0
#define G_PI 3.14159265358979323846E0
#define G_PI_2 1.57079632679489661923E0
#define G_PI_4 0.78539816339744830962E0
#define G_SQRT2 1.4142135623730950488E0
typedef struct _GObject GObject;
typedef struct _GObjectClass GObjectClass;