[root]/ext/bigdecimal/lib/bigdecimal
set svn:eol-style
0 lines of code changed in:
* bignum.c (bignorm): sizeof(long) may be smaller than
sizeof(VALUE). [ruby-dev:29013]
* ruby.h (FIXNUM_MAX): fixnum may be bigger than long.
* ruby.h (SIGNED_VALUE): signed integer of size of VALUE.
2 lines of code changed in:
* ext/bigdecimal/bigdecimal.c: add RDoc document. a patch from
mathew <meta at pobox.com>. [ruby-core:07050]
102 lines of code changed in:
* ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typo
fixed: raize -> raise. [ruby-talk:196608]
* string.c (rb_str_ord): new method.
* parse.y (rbracket): allow optional newline before closing
brackets.
1 lines of code changed in:
* ext/bigdecimal/sample/linear.rb: resolve LoadError.
* 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.
0 lines of code changed in:
* bigdecimal/newton.rb: resolve LoadError.
* bigdecimal/nlsolve.rb: ditto.
3 lines of code changed in:
mult & div instead of * & /.
9 lines of code changed in:
E added. Typo corrected.
22 lines of code changed in:
Refinement for speedup.
20 lines of code changed in:
Typo 'selt' corrected to 'self'.
2 lines of code changed in:
sqrt() & atan() added.
39 lines of code changed in:
Newly added.
147 lines of code changed in:
Comment changed.
1 lines of code changed in:
Trailing 0s in split removed.(to_digits changed).
0 lines of code changed in:
Bug in to_digits fixed.
5 lines of code changed in:
Typo pointed out by Javier Goizueta fixed.
1 lines of code changed in:
Spec for div changed.
add,sub,mult,div now can specify exact digits number.
0 lines of code changed in:
As discussed in ruby-dev ML:
lib directory moved.
util.rb created instead of bigdecimal-rational.rb
288 lines of code changed in: