Changeset 527ac8 in git for Singular/mpr_complex.h


Ignore:
Timestamp:
Jun 27, 2000, 2:10:29 PM (24 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
6fc7629b829f4a03989472dd474d746be74e241d
Parents:
6e5e20e2ab7029c2c8cd3a2eeb25ed3fb548f75f
Message:
SmallToZero for complex numbers


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

Legend:

Unmodified
Added
Removed
  • Singular/mpr_complex.h

    r6e5e20 r527ac8  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: mpr_complex.h,v 1.13 2000-06-26 08:02:23 pohl Exp $ */
     6/* $Id: mpr_complex.h,v 1.14 2000-06-27 12:10:29 pohl Exp $ */
    77
    88/*
     
    286286  inline void real( gmp_float val ) { r = val; }
    287287  inline void imag( gmp_float val ) { i = val; }
     288
     289  void SmallToZero();
    288290};
    289291
     
    347349}
    348350
    349 char *complexToStr( const gmp_complex & c, const  unsigned int oprec );
     351char *complexToStr( gmp_complex & c, const  unsigned int oprec );
    350352//<-
    351353
Note: See TracChangeset for help on using the changeset viewer.