Changeset ad3f9d in git
- Timestamp:
- Apr 13, 2018, 11:48:53 AM (5 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 1220433139a671d19c823f345ecdacdec4a799a668fa7ca6253da1ec3ddfa543704d4bcb86dc523c
- Parents:
- cc055e0b475b7d52dd09b42cd095fba3dd904333
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
rcc055e0 rad3f9d 4714 4714 return TRUE; 4715 4715 } 4716 if (rField_is_numeric(currRing)) 4717 WarnS("groebner base computations with inexact coefficients can not be trusted due to rounding errors"); 4716 4718 intvec *w=(intvec *)atGet(u,"isHomog",INTVEC_CMD); 4717 4719 // tHomog hom=testHomog; … … 4820 4822 static BOOLEAN jjSTD(leftv res, leftv v) 4821 4823 { 4824 if (rField_is_numeric(currRing)) 4825 WarnS("groebner base computations with inexact coefficients can not be trusted due to rounding errors"); 4822 4826 ideal result; 4823 4827 ideal v_id=(ideal)v->Data();
Note: See TracChangeset
for help on using the changeset viewer.