Commit e8650b8f by Richard Stallman

entered into RCS

From-SVN: r3946
parent f5118aa5
...@@ -977,15 +977,7 @@ ereal_isneg (x) ...@@ -977,15 +977,7 @@ ereal_isneg (x)
* this affects only the atan2 function and others that use it. * this affects only the atan2 function and others that use it.
*/ */
/* /* Constant definitions for math error conditions. */
Cephes Math Library Release 2.1: January, 1989
Copyright 1984, 1987, 1989 by Stephen L. Moshier
Direct inquiries to 30 Frost Street, Cambridge, MA 02140
*/
/* Constant definitions for math error conditions
*/
#define DOMAIN 1 /* argument domain error */ #define DOMAIN 1 /* argument domain error */
#define SING 2 /* argument singularity */ #define SING 2 /* argument singularity */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment