added: UInt::Sqrt() - a new algorithm for calculating the square root

git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@228 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2009-11-01 13:26:19 +00:00
parent 2feabc64e2
commit e73ce2f8bc
4 changed files with 47 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ Version 0.9.0 prerelease (2009.11.01):
uint FromString(const wchar_t * source, const Conv & conv, const wchar_t **, bool *)
uint FromString(const std::string & string, const Conv & conv, const wchar_t **, bool *)
uint FromString(const std::wstring & string, const Conv & conv, const wchar_t **, bool *)
* added: UInt::Sqrt() - a new algorithm for calculating the square root
* changed: Factorial() is using the Gamma() function now
* changed: Big::Div(ss2)
Big::Mod(ss2)