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