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
/
test
/
test_mathn.rb
Age
Commit message (
Expand
)
Author
2017-04-21
Removed mathn.rb from stdlib. It's deprecated from Ruby 2.2.
hsbt
2017-04-20
Removed deprecated extensions of mathn.
hsbt
2016-12-29
rational.c: fix for mathn
nobu
2016-12-10
internal.h: change the default rounding mode to half-up
mrkn
2016-11-25
round-down
nobu
2016-11-05
numeric.c: round to nearest even
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-08-26
* test/test_mathn.rb: added workaround for VERBOSE messages.
hsbt
2013-07-26
rational.c: ensure to be Rational
nobu
2013-06-07
* rational.c (numeric_quo): move num_quo in numeric.c to numeric_quo
mrkn
2012-04-08
Add test for r35265.
naruse
2012-04-08
* complex.c (nucomp_expt): the result of f_complex_new2 may be a fixnum
naruse
2010-06-23
Clean warnings: unused variables.
naruse
2010-04-27
Cleaning up syntax warnings.
naruse
2009-12-13
* test/ruby/envutil.rb (invoke_ruby): call to_str for stdin_data to
akr
2009-11-26
* test/test_mathn.rb (TestMathn): new test case.
yugui