Changeset bb354a in git for Singular/clapsing.cc
- Timestamp:
- Mar 15, 1999, 5:18:53 PM (25 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- e406de2ee90b6acebc0ab0171fa7c1172a3d3e09
- Parents:
- 15bd3be9826f115fa6289fdf5315b869528518f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/clapsing.cc
r15bd3be rbb354a 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 // $Id: clapsing.cc,v 1.4 7 1999-03-15 13:58:30Singular Exp $5 // $Id: clapsing.cc,v 1.48 1999-03-15 16:18:51 Singular Exp $ 6 6 /* 7 7 * ABSTRACT: interface between Singular and factory … … 271 271 return NULL; 272 272 } 273 if ((f==NULL) || (g==NULL)) 274 return NULL; 273 275 // for now there is only the possibility to handle polynomials over 274 276 // Q and Fp ...
Note: See TracChangeset
for help on using the changeset viewer.