From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b1850e397df49d95 X-Google-Attributes: gid103376,public From: mfb@mbunix.mitre.org (Michael F Brenner) Subject: Re: How to convert an Fixed_Point to to an Integer ? Date: 1996/12/30 Message-ID: <5a96p6$gfv@top.mitre.org>#1/1 X-Deja-AN: 206837633 references: <01bbf058$cbdbf980$LocalHost@jerryware> <32C2A408.53B8@watson.ibm.com> <32C78CD9.3AC9@mcs.com> organization: The MITRE Corporation, Bedford Mass. newsgroups: comp.lang.ada Date: 1996-12-30T00:00:00+00:00 List-Id: The previous article was submitted stating that the author was not sure whether the Year 2000 was a leap year. This not being sure is actually a portion of the problem referred to as the Year 2000 problem. The year 2000 is a leap year. The three rules which the Gregorian calendar uses to determine leap year are as follows: 1.Years divisible by four are leap years, unless... 2.Years also divisible by 100 are not leap years, except... 3.Years divisible by 400 are leap years. Therefore, the year 2000 is a leap year according to rule number three. mikeb@mitre.org Mike Brenner at The MITRE Corporation