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