summaryrefslogtreecommitdiffstats
path: root/ext/bigdecimal/lib
Commit message (Collapse)AuthorAgeFilesLines
* * ext/bigdecimal/sample/linear.rb: resolve LoadError.ocean2005-02-181-38/+0
| | | | | | | | | | * ext/bigdecimal/sample/nlsolve.rb: ditto. * ext/bigdecimal/lib/bigdecimal/nlsolve.rb: removed because this file is sample script and same file exists in ext/bigdecimal/sample. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bigdecimal/newton.rb: resolve LoadError.ocean2005-02-182-3/+3
| | | | | | | * bigdecimal/nlsolve.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* mult & div instead of * & /.shigek2003-08-291-7/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* E added. Typo corrected.shigek2003-08-191-3/+22
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Refinement for speedup.shigek2003-08-171-24/+20
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Typo 'selt' corrected to 'self'.shigek2003-08-161-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* sqrt() & atan() added.shigek2003-08-151-5/+39
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Newly added.shigek2003-08-141-0/+147
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Comment changed.shigek2003-08-081-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Trailing 0s in split removed.(to_digits changed).shigek2003-08-051-2/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Bug in to_digits fixed.shigek2003-08-051-8/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4330 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Typo pointed out by Javier Goizueta fixed.shigek2003-08-041-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4319 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Spec for div changed.shigek2003-07-251-1/+0
| | | | | | | add,sub,mult,div now can specify exact digits number. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* As discussed in ruby-dev ML:shigek2003-07-185-0/+325
| | | | | | | | lib directory moved. util.rb created instead of bigdecimal-rational.rb git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* More pathes from Tadasi Saito.shigek2003-07-184-243/+0
| | | | | | | | | | | As discussed in ruby-dev ML: E,PI, etc are disabled. BigDecimal op String disabled. to_f changed. lib directory moved. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Changed according to Tadashi Saito's advice.shigek2003-06-271-4/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Dir. rearrangement according to the suggestions from Minero Aoki.shigek2003-04-243-133/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Rubbish !shigek2003-03-281-7/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Copied from rough/bigdecimal,documents & some sample programs added.shigek2003-03-288-0/+383
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e