source: git/ntl/src/IsFinite.c @ 2cfffe

spielwiese
Last change on this file since 2cfffe was 2cfffe, checked in by Hans Schönemann <hannes@…>, 21 years ago
This commit was generated by cvs2svn to compensate for changes in r6316, which included commits to RCS files with non-trunk default branches. git-svn-id: file:///usr/local/Singular/svn/trunk@6317 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 379 bytes
Line 
1
2#include <NTL/IsFinite.h>
3
4double _ntl_IsFinite__local;
5double *_ntl_IsFinite__ptr1 = &_ntl_IsFinite__local;
6double *_ntl_IsFinite__ptr2 = &_ntl_IsFinite__local;
7
8long _ntl_IsFinite(double *p)
9{
10   *_ntl_IsFinite__ptr1 = *p;
11   *_ntl_IsFinite__ptr2 = (*_ntl_IsFinite__ptr2 - *p);
12   if (*_ntl_IsFinite__ptr1 != 0.0) return 0;
13   return 1;
14}
15
16void _ntl_ForceToMem(double *p)
17{ }
Note: See TracBrowser for help on using the repository browser.