⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changes.txt

📁 精确小数算法库,可以实现任意长度的精确小数算法,用c语言实现,主要用于密码学中小数计算,验证可用
💻 TXT
字号:
June 21st, 2004v0.02 -- Added missing objects to the makefile [oops]      -- fixed up mpf_add and mpf_sub to be more reliable about the precision      -- added required limited ln function mpf_ln_l (domain 0 < x <= 2)         It's still incomplete as it converges slowly (and therefore yields incorrect results)      -- Added mpf_ln and mpf_atan      -- Added short-circuits to sin, cos, invsqrt, atan, ln and sqrt [huge speedup]      -- Optimized mpf_sqrt and mpf_invsqrt by using quick estimates.  Fixed          circular dependency as well (mpf_sqrt requires mpf_invsqrt but not vice versa)      ++ Note: No further releases are planned for a while.  I encourage interested         parties to fork this code base and extend it!              May 5th, 2004 v0.01 -- wrote base of LTFAnytime       v0.00 -- no LTF existed.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -