Changeset 11593c in git
- Timestamp:
- Jan 31, 2003, 10:14:19 AM (21 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 6eed77443bc93fd40d3f05ce1320c4a77210a5db
- Parents:
- 8fedab021b379edf79b18b9d1d0a051e25604639
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/modulop.cc
r8fedab r11593c 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: modulop.cc,v 1.2 8 2003-01-31 09:12:10Singular Exp $ */4 /* $Id: modulop.cc,v 1.29 2003-01-31 09:14:19 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: numbers modulo p (<=32003) … … 561 561 inline number nvInversM (number c) 562 562 { 563 long inv= InvMod((long)c);563 long inv=nvInvMod((long)c); 564 564 return (number)inv; 565 565 }
Note: See TracChangeset
for help on using the changeset viewer.