/[GiNaC]/ginac/numeric.h
ViewVC logotype

Diff of /ginac/numeric.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by kreckel, Mon Nov 29 19:50:48 1999 UTC revision 1.11 by kreckel, Wed Dec 1 18:13:01 1999 UTC
# Line 317  inline numeric numer(numeric const & x) Line 317  inline numeric numer(numeric const & x)
317  inline numeric denom(numeric const & x)  inline numeric denom(numeric const & x)
318  { return x.denom(); }  { return x.denom(); }
319    
320  ex IEvalf(void);  // numeric evaluation functions for class constant objects:
321    
322  ex PiEvalf(void);  ex PiEvalf(void);
323  ex EulerGammaEvalf(void);  ex EulerGammaEvalf(void);
324  ex CatalanEvalf(void);  ex CatalanEvalf(void);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15