summaryrefslogtreecommitdiff
path: root/ext/bigdecimal/lib
AgeCommit message (Expand)Author
2009-09-21* ext/bigdecimal/lib/bigdecimal/newton.rb: rdoc needs to benobu
2009-09-21* ext/bigdecimal/lib/bigdecimal/*.rb: made module functions.nobu
2009-09-21* ext/bigdecimal/lib/*.rb: fixed indent.nobu
2009-09-20* ext/bigdecimal/lib/bigdecimal/math.rb (sin, cos, atan, exp, log):nobu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-11-11* ext/bigdecimal/bigdecimal.c (BigDecimal_to_r): moved frommatz
2008-06-20* ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian::dfdxi):matz
2006-07-11* bignum.c (bignorm): sizeof(long) may be smaller thanmatz
2006-06-29* ext/bigdecimal/bigdecimal.c: add RDoc document. a patch frommatz
2006-06-10* ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typomatz
2005-02-18* ext/bigdecimal/sample/linear.rb: resolve LoadError.ocean
2005-02-18* bigdecimal/newton.rb: resolve LoadError.ocean
2003-08-29mult & div instead of * & /.shigek
2003-08-19E added. Typo corrected.shigek
2003-08-17Refinement for speedup.shigek
2003-08-16Typo 'selt' corrected to 'self'.shigek
2003-08-15sqrt() & atan() added.shigek
2003-08-14Newly added.shigek
2003-08-08Comment changed.shigek
2003-08-05Trailing 0s in split removed.(to_digits changed).shigek
2003-08-05Bug in to_digits fixed.shigek
2003-08-04Typo pointed out by Javier Goizueta fixed.shigek
2003-07-25Spec for div changed.shigek
2003-07-18As discussed in ruby-dev ML:shigek
2003-07-18More pathes from Tadasi Saito.shigek
2003-06-27Changed according to Tadashi Saito's advice.shigek
2003-04-24Dir. rearrangement according to the suggestions from Minero Aoki.shigek
2003-03-28Rubbish !shigek
2003-03-28Copied from rough/bigdecimal,documents & some sample programs added.shigek