added: to the parser: operator percentage

e.g. 1000-50%=1000-(1000*0,5)=500



git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@217 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2009-10-18 12:37:14 +00:00
parent af4fbf3098
commit bf520689fb
3 changed files with 35 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
Version 0.9.0 prerelease (2009.10.16):
Version 0.9.0 prerelease (2009.10.18):
* fixed: Big::operator>>(std::istream&, Big<> &) didn't recognize values
in scientific mode (with 'e' character)
* fixed: UInt::SetBitInWord(uint & value, uint bit) set 1 if the bit was
@@ -42,6 +42,8 @@ Version 0.9.0 prerelease (2009.10.16):
* added: bool Parser::Calculated()
this method returns true is something was calculated
(at least one mathematical operator was used or a function or variable)
* added: to the parser: operator percentage
e.g. 1000-50%=1000-(1000*0,5)=500
* changed: Factorial() is using the Gamma() function now
* changed: Big::Div(ss2)
Big::Mod(ss2)