if( angle >= 0 || angle <= 2 )

Found in parser: void SetDegRadGrad(int angle) { if( angle >= 0 || angle <= 2 ) deg_rad_grad = angle; } Seems that it is always true.

Added by: tomek, 2014 IV 04, Last modified: 2014 IV 04

Right, fixed in the repository.
Thanks for the report.

Added by: ~Sander Bouwhuis, 2014 V 08

Could you please tell me where I can find the repository? I would like to stay up to date.

Added by: tomek, 2014 V 14

You need the subversion client:
$ svn co svn://ttmath.org/publicrep/ttmath/trunk ttmath