Changeset 990 for trunk/src/real.h
- Timestamp:
- Sep 28, 2011, 2:59:39 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/real.h
r988 r990 54 54 bool operator >=(real const &x) const; 55 55 56 friend real fabs(real const &x); 57 56 58 friend real fres(real const &x); 57 59 friend real sqrt(real const &x); 58 60 friend real exp(real const &x); 61 62 friend real sin(real const &x); 63 friend real cos(real const &x); 59 64 60 65 void print(int ndigits = 150) const;
Note: See TracChangeset
for help on using the changeset viewer.