aboutsummaryrefslogtreecommitdiffstats
path: root/ext/bigdecimal/lib
Commit message (Expand)AuthorAgeFilesLines
* * ext/bigdecimal/lib/bigdecimal/util.rb (to_digits): avoid unusedmrkn2010-11-161-1/+1
* * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): add two new constants BigDec...mrkn2010-07-031-1/+9
* * ext/bigdecimal/lib/bigdecimal/math.rb (BigMath#log): improvednobu2010-05-121-2/+4
* * ext/bigdecimal/lib/bigdecimal/math.rb (atan), test/bigdecimal/test_bigmath....mrkn2010-05-111-1/+1
* * ext/bigdecimal/lib/bigdecimal/math.rb (atan): atan(Infinity) isnobu2009-09-231-13/+7
* * ext/bigdecimal/lib/bigdecimal/math.rb (atan): reduce loop withnobu2009-09-231-1/+5
* * ext/bigdecimal/lib/bigdecimal/math.rb (atan): refined.nobu2009-09-231-0/+11
* * ext/bigdecimal/lib/bigdecimal/{ludcmp,math}.rb: depend onnobu2009-09-212-0/+4
* * ext/bigdecimal/lib/bigdecimal/newton.rb: rdoc needs to benobu2009-09-211-3/+3
* * ext/bigdecimal/lib/bigdecimal/*.rb: made module functions.nobu2009-09-214-0/+6
* * ext/bigdecimal/lib/*.rb: fixed indent.nobu2009-09-213-42/+42
* * ext/bigdecimal/lib/bigdecimal/math.rb (sin, cos, atan, exp, log):nobu2009-09-201-5/+31
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-063-7/+7
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_r): moved frommatz2008-11-111-12/+0
* * ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian::dfdxi):matz2008-06-201-1/+1
* * bignum.c (bignorm): sizeof(long) may be smaller thanmatz2006-07-111-3/+2
* * ext/bigdecimal/bigdecimal.c: add RDoc document. a patch frommatz2006-06-295-34/+102
* * ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typomatz2006-06-101-1/+1
* * ext/bigdecimal/sample/linear.rb: resolve LoadError.ocean2005-02-181-38/+0
* * bigdecimal/newton.rb: resolve LoadError.ocean2005-02-182-3/+3
* mult & div instead of * & /.shigek2003-08-291-7/+9
* E added. Typo corrected.shigek2003-08-191-3/+22
* Refinement for speedup.shigek2003-08-171-24/+20
* Typo 'selt' corrected to 'self'.shigek2003-08-161-2/+2
* sqrt() & atan() added.shigek2003-08-151-5/+39
* Newly added.shigek2003-08-141-0/+147
* Comment changed.shigek2003-08-081-1/+1
* Trailing 0s in split removed.(to_digits changed).shigek2003-08-051-2/+0
* Bug in to_digits fixed.shigek2003-08-051-8/+5
* Typo pointed out by Javier Goizueta fixed.shigek2003-08-041-1/+1
* Spec for div changed.shigek2003-07-251-1/+0
* As discussed in ruby-dev ML:shigek2003-07-185-0/+325
* More pathes from Tadasi Saito.shigek2003-07-184-243/+0
* Changed according to Tadashi Saito's advice.shigek2003-06-271-4/+4
* Dir. rearrangement according to the suggestions from Minero Aoki.shigek2003-04-243-133/+0
* Rubbish !shigek2003-03-281-7/+0
* Copied from rough/bigdecimal,documents & some sample programs added.shigek2003-03-288-0/+383