rational.cc (ocrad-0.24) | : | rational.cc (ocrad-0.25) | ||
---|---|---|---|---|
/* Rational - Rational number class with overflow detection | /* Rational - Rational number class with overflow detection | |||
Copyright (C) 2005-2014 Antonio Diaz Diaz. | Copyright (C) 2005-2015 Antonio Diaz Diaz. | |||
This library is free software: you have unlimited permission to | This library is free software: you have unlimited permission to | |||
copy, distribute and modify it. | copy, distribute and modify it. | |||
This library is distributed in the hope that it will be useful, | This library is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
*/ | */ | |||
#include <algorithm> | #include <algorithm> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |