Changeset 11593c in git


Ignore:
Timestamp:
Jan 31, 2003, 10:14:19 AM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
6eed77443bc93fd40d3f05ce1320c4a77210a5db
Parents:
8fedab021b379edf79b18b9d1d0a051e25604639
Message:
*hannes: InvMod


git-svn-id: file:///usr/local/Singular/svn/trunk@6458 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/modulop.cc

    r8fedab r11593c  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: modulop.cc,v 1.28 2003-01-31 09:12:10 Singular Exp $ */
     4/* $Id: modulop.cc,v 1.29 2003-01-31 09:14:19 Singular Exp $ */
    55/*
    66* ABSTRACT: numbers modulo p (<=32003)
     
    561561inline number nvInversM (number c)
    562562{
    563   long inv=InvMod((long)c);
     563  long inv=nvInvMod((long)c);
    564564  return (number)inv;
    565565}
Note: See TracChangeset for help on using the changeset viewer.