home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------*/
- /* ╡{ªí└╔ªW║┘: wat33.c */
- /*------------------------------------------------------------------*/
- #include <stdio.h>
- #include <math.h>
-
- void main()
- {
- double result;
- double i = 2.5;
-
- result = cosh(i);
- printf(" %lf ñº┬∙ª▒╜u╛l⌐╢¡╚¼░ : %lf\n", i, result);
- }
-