Patch level : nopatch
Files correlati : Commento : Aggiunto il metodo between dei reali
This commit is contained in:
parent
fa0215234f
commit
f5f4002a8d
@ -171,6 +171,7 @@ public:
|
||||
{ return is_zero(); }
|
||||
// @cmember Ritorna il risultato della differenza tra due reali
|
||||
real operator -() const;
|
||||
//bool between(const real& a, const real& b) const { return (*this >= a) && (*this <= b || b <= ZERO);}
|
||||
|
||||
// @cmember Costruttore
|
||||
real();
|
||||
|
Loading…
x
Reference in New Issue
Block a user