home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / BlitzBasic / fpulib / FPULIB.README < prev    next >
Encoding:
Text File  |  1998-06-24  |  984 b   |  46 lines

  1.  
  2.  
  3.  
  4.                          MazFpuLib V1.0
  5.  
  6.  
  7.  
  8. This  archive is an extension to the Blitz2 language by Acid Software.
  9. If you're not a Blitz2 programmer, don't bother downloading this archive!
  10.  
  11.  
  12. This library allows you to use directly your FPU (no other libraries necessary).
  13.  
  14.  
  15. 1. The commands are:
  16.  
  17.      z.f=FSin(x.f)         ;All functions need a Rad-Value
  18.      z.f=FCos(x.f)
  19.      z.f=FTan(x.f)
  20.  
  21.      z.f=FASin(x.f)
  22.      z.f=FACos(x.f)
  23.      z.f=FATan(x.f)
  24.  
  25.      z.f=FRad(x.f)        ;Converts Deg to Rad  z=x*Pi/180
  26.      z.f=FDeg(x.f)        ;Converts Rad to Deg  z=x*180/Pi
  27.  
  28.      
  29.      z.f=FPow(x.f,y.f)     ;z=x^y
  30.  
  31.      z.f=FSqr(x.f)
  32.  
  33.      z.f=FLog(x.f)
  34.      z.f=FLog10(x.f)
  35.  
  36.  
  37.  
  38. 2. The library number is 35.
  39.  
  40. 3. All commands are 100% compatible to the standard commands. For example
  41.    the FSqr(-4) is defined as: FSqr(4)=2
  42.  
  43.  
  44. 4. If you like it, or you want to use it, or you want to get the sourcecode
  45.    or specially if you know how to write an IsFpu-command then please e-mail me.
  46.