From: Message-Id: <200308011218.h71CI0ja020535@speedy.ludd.luth.se> Subject: Re: Testing the Math Functions In-Reply-To: <13.1fea33cb.2c4d8b77@aol.com> "from Kbwms@aol.com at Jul 21, 2003 02:31:19 pm" To: djgpp-workers AT delorie DOT com Date: Fri, 1 Aug 2003 14:18:00 +0200 (CEST) CC: Kbwms AT aol DOT com X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-MailScanner: Found to be clean Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk According to Kbwms AT aol DOT com: > I am going to add the new remainder functions (which include remainderl() and > remquol()) to the test environment at subdirectory ../tests/cygnus/tgen. > Testing will be conducted in the successor to gfmodvec.cpp. The name of this > test program will be changed to gremainvec.cpp. This is a natural fit because > all three -- fmod(), remainder(), and remquo() -- calculate remainders and all > are specified in paragraph 7.12.10 of C99. You might want to note that we use 8.3 file names. At least we try to. The only ones that are using longer names than that are: djgpp/tests/cygnus/tgen/gacoshvec.cpp djgpp/tests/cygnus/tgen/gasinhvec.cpp djgpp/tests/cygnus/tgen/gatan2vec.cpp djgpp/tests/cygnus/tgen/gatanhvec.cpp djgpp/tests/cygnus/tgen/gfrexpvec.cpp djgpp/tests/cygnus/tgen/ggammavec.cpp djgpp/tests/cygnus/tgen/ghypotvec.cpp djgpp/tests/cygnus/tgen/gldexpvec.cpp djgpp/tests/cygnus/tgen/glog10vec.cpp djgpp/tests/cygnus/tgen/glog1pvec.cpp Right, MartinS