home *** CD-ROM | disk | FTP | other *** search
- /* 1.0 07-06-84 */
- /************************************************************************
- * Robert C. Tausworthe *
- * Jet Propulsion Laboratory *
- * Pasadena, CA 91009 1984 *
- ************************************************************************/
-
- #include "defs.h"
-
- /************************************************************************/
- double
- sgn(x) /* return double sgn function of x */
-
- /*----------------------------------------------------------------------*/
- double x;
- {
- return SGN(x);
- }