home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a120 / 1.ddi / WATCOM_C / WAT65.C < prev    next >
Encoding:
C/C++ Source or Header  |  1992-05-21  |  403 b   |  13 lines

  1. /*------------------------------------------------------------------*/
  2. /* ╡{ªí└╔ªW║┘: wat65.c                                              */
  3. /*------------------------------------------------------------------*/
  4. #include <stdio.h>
  5. #include <math.h>
  6.  
  7. void main()
  8. {
  9.  double x = -234.544, y=-11133.33;
  10.  printf(" %f ñº╡┤╣∩¡╚¼░ : %f\n",x,fabs(x));
  11.  printf(" %f ñº╡┤╣∩¡╚¼░ : %f\n",y,fabs(y));
  12. }
  13.