index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rational.c
Age
Commit message (
Expand
)
Author
2008-04-05
* lib/cmath.rb: new.
tadf
2008-04-03
* bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242]
matz
2008-04-03
* complex.c (nucomp_int_check): function for DRY real check.
tadf
2008-04-02
* numeric.c (num_rdiv): should always return rational number.
matz
2008-04-02
* rational.c (nurat_int_check): function for DRY integer check.
matz
2008-04-01
* rational.c: need to include <float.h> just once.
matz
2008-03-31
adopted the ruby's style.
tadf
2008-03-31
revert.
tadf
2008-03-31
* numeric.c (num_quo): should convert its operand to Rational.
matz
2008-03-27
* complex.c (f_lcm): removed.
tadf
2008-03-24
trivial changes.
tadf
2008-03-22
fixed. [ruby-dev:34109]
tadf
2008-03-20
rearrangement.
tadf
2008-03-20
* rational.c (nurat_to_f): C99.
nobu
2008-03-20
improvements.
tadf
2008-03-19
added rb_gcd.
tadf
2008-03-19
revert.
tadf
2008-03-19
* complex.c (nucomp_to_s, nucomp_inspect): get rid of making
nobu
2008-03-16
edited comments.
tadf
2008-03-16
both complex and rational are now builtin classes.
tadf