mathuh.inc 689 B

12345678910111213141516171819202122
  1. {
  2. $Id$
  3. This file is part of the Free Pascal run time library.
  4. Copyright (c) 2004 by Florian Klaempfl
  5. member of the Free Pascal development team
  6. See the file COPYING.FPC, included in this distribution,
  7. for details about the copyright.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  11. **********************************************************************}
  12. {
  13. $Log$
  14. Revision 1.1 2004-01-26 11:48:24 florian
  15. * compilation on arm fixed
  16. Revision 1.1 2003/04/24 09:14:22 florian
  17. * initial implementation
  18. }