home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / progtool / pascal / mathlib / include / mathlib.typ < prev   
Encoding:
Text File  |  1994-09-22  |  406 b   |  12 lines

  1. {### Include-File für die TYPE-Declarationen zu Mathlib1 und Mathlib2 ###}
  2.  
  3. type KOOPA=array[0..1,0..2] of real;
  4. type POLYGL=array[0..3,0..1] of real;
  5. type QUASTR=array[0..16] of char;
  6. type REALMAT=array[0..50,0..50] of real;
  7. type REALVEC=array[0..50] of real;
  8. type INTVEC=array[0..50] of integer;
  9. type SCANVEC=array[0..50] of record p:integer;t,x:real end;
  10. type COMPLEX=record re,im:real end;
  11.  
  12.