Changeset b7b08c in git for Singular/mpr_complex.h


Ignore:
Timestamp:
Oct 14, 1999, 4:27:35 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
548777d246af408b77296a71c16c980b2cef5b35
Parents:
e960943ba1dcfcb333014a2aee474750e8fafe10
Message:
* us short exponent vectors in divisbility tests
* AllocSizeOf
* garbage collection
* scanner/gmp: allow .0 and 1. input of reals


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

Legend:

Unmodified
Added
Removed
  • Singular/mpr_complex.h

    re960943 rb7b08c  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: mpr_complex.h,v 1.8 1999-09-24 16:39:47 Singular Exp $ */
     6/* $Id: mpr_complex.h,v 1.9 1999-10-14 14:27:23 obachman Exp $ */
    77
    88/*
     
    110110  inline bool isMOne();  // t == -1 ?
    111111
    112   inline bool setFromStr( char * in );
     112  bool setFromStr( char * in );
    113113
    114114  // access
     
    244244}
    245245
    246 inline bool gmp_float::setFromStr( char * in )
    247 {
    248   return ( mpf_set_str( t, in, 10 ) == 0 );
    249 }
    250 
    251246// access pointer
    252247inline const mpf_t *gmp_float::mpfp() const
Note: See TracChangeset for help on using the changeset viewer.