summaryrefslogtreecommitdiff
path: root/ext/bigdecimal
AgeCommit message (Expand)Author
2004-05-11Fix for 'incomplete bug fix' for 1.41.shigek
2004-04-06This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2003-12-25This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2003-12-11* configure.in (ieeefp.h), numeric.c: needed for finite() onnobu
2003-11-04typoshigek
2003-10-21Added math.rb descriptions.shigek
2003-10-21Local version number(BigDecimal::ver) incremented.shigek
2003-10-21can read data from file.shigek
2003-09-24* ext/win32ole/win32ole.c, ext/openssl/ossl_pkey_dsa.c,nobu
2003-09-04Bug fix: [ruby-dev:21314] [BigDecimal] [BUG] Segmentation faultshigek
2003-09-03Bug in mult method fixed.shigek
2003-08-29The 2nd arg for add,sub,mult, and div is 0, then result will be same as +,-,*...shigek
2003-08-29limit inserted.shigek
2003-08-29mult & div instead of * & /.shigek
2003-08-27Forgot to round '*'.shigek
2003-08-26sqrt() error checking bug fixed.shigek
2003-08-26sqrt() speed up.shigek
2003-08-21Int. overflow bug in multiplication fixed & VpNmlz() speed up.shigek
2003-08-19to_s("+") implemented.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-15Bug fix: limit & div combination.shigek
2003-08-14Newly added.shigek
2003-08-14Changed to use lib/bigdecimal/math.rb.shigek
2003-08-14lib/bigdecimal/math.rb added.shigek
2003-08-14Bug fix: div method.shigek
2003-08-13Ambiguity of BigDecimal::limit removed.shigek
2003-08-10Bug fix: '-' should not be counted as a digit(to_s(n) format).shigek
2003-08-08Comment changed.shigek
2003-08-08F style output(like 1234.56789) implemented to to_s method.shigek
2003-08-06Just small change.shigek
2003-08-06Comparison results adjusted to Float's.shigek
2003-08-05Trailing 0s in split removed.(to_digits changed).shigek
2003-08-05Trailing 0s in split removed. & bug in floor fixed.shigek
2003-08-05Bug in to_digits fixed.shigek
2003-08-05Trailing 0s in to_s removed. & Bug in VpFrac fixed.shigek
2003-08-05Unnecessary comments removed.shigek
2003-08-05Fix: coerce in comparisons.shigek
2003-08-04Typo pointed out by Javier Goizueta fixed.shigek
2003-08-01Specs adjusted for FLoat.shigek
2003-07-29* lib/net/smtp.rb (Net::SMTP::send0): add taint check.matz
2003-07-28Bug for 2nd arg of round fixed.shigek
2003-07-28Bug fix from Javier Goizueta.shigek
2003-07-260 ** 0 bug fixed.shigek
2003-07-25Spec for div changed.shigek
2003-07-25ver method added.shigek
2003-07-23COMP_MODE_ROUNDUP -> COMP_MODE_ROUNDshigek
2003-07-22Explanation for prec, and some more for max. number of sig. digits.shigek