Parent Directory
|
Revision Log
|
Patch
| revision 1.17 by kreckel, Tue Jan 11 19:25:06 2000 UTC | revision 1.18 by cbauer, Wed Jan 19 19:46:57 2000 UTC | |
|---|---|---|
| # | Line 63 private: | Line 63 private: |
| 63 | * hierarchy. Objects of this type may directly be created by the user.*/ | * hierarchy. Objects of this type may directly be created by the user.*/ |
| 64 | class numeric : public basic | class numeric : public basic |
| 65 | { | { |
| 66 | GINAC_DECLARE_REGISTERED_CLASS(numeric, basic) | |
| 67 | ||
| 68 | // friends | // friends |
| 69 | friend numeric exp(const numeric & x); | friend numeric exp(const numeric & x); |
| 70 | friend numeric log(const numeric & x); | friend numeric log(const numeric & x); |
|
||||||||
| Christian Bauer">Christian Bauer | ViewVC Help |
| Powered by ViewVC 1.1.15 |