home *** CD-ROM | disk | FTP | other *** search
- /*
- * @(#)jmath.h 1.14 00/02/02
- *
- * Copyright 1994-2000 Sun Microsystems, Inc. All Rights Reserved.
- *
- * This software is the proprietary information of Sun Microsystems, Inc.
- * Use is subject to license terms.
- *
- */
-
- /*
- * Math library definitions for all the public functions implemented in libm.a.
- */
-
- #ifndef _JAVASOFT_MATH_H_
- #define _JAVASOFT_MATH_H_
-
- #include <math.h>
-
- #include "jmath_md.h"
-
- #endif /* !_JAVASOFT_MATH_H_ */
-