~ubuntu-branches/ubuntu/lucid/python2.6/lucid

« back to all changes in this revision

Viewing changes to Modules/cmathmodule.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-10-03 12:03:05 UTC
  • mto: (10.1.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 32.
  • Revision ID: james.westby@ubuntu.com-20091003120305-hij6yssh0figh590
Tags: upstream-2.6.3
ImportĀ upstreamĀ versionĀ 2.6.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
        ST_PZERO,       /* 3, +0. */
69
69
        ST_POS,         /* 4, positive finite number (nonzero) */
70
70
        ST_PINF,        /* 5, positive infinity */
71
 
        ST_NAN,         /* 6, Not a Number */
 
71
        ST_NAN          /* 6, Not a Number */
72
72
};
73
73
 
74
74
static enum special_types